body,
html {
    overflow-x: hidden;
    scroll-padding-top: 0px !important;
    --drupal-displace-offset-top: 0px !important;
}
body{
    min-height: 100%;
    padding-top: 0px !important;
}

body.white,
  html.white {
    background-color: #fff;
}

.main-content {
    padding-top: 50px;
    padding-bottom: 40px;
}

#toolbar-administration{
    margin-bottom: -78px;
    z-index: 1000000;
    position: fixed;
}

#main {
    min-height: calc(100vh - 258px - 78px); /* 258px -> height of footer; 78px -> height of header*/
    margin-top: 78px;
}



@media (max-width: 991px) {
    #main{
        margin-top: 0;
    }

    .main-content {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.w-auto {
    width: auto;
}

.w-100 {
    max-width: 100% !important;
}

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

.bg-main-blue {
    background-color: #061AB1;
}

.bg-light-blue {
    background-color: #C8E7F2;
}

.bg-lighter-blue {
    background-color: #F9F8F9;
}

.font-white {
    color: white;
}

.mf-100 {
    width: 100%;
}

.m-auto {
    margin: auto;
}

.br-7 {
    border-radius: 7px;
}
.br-10 {
    border-radius: 10px;
}
.bbrr-10 {
    border-bottom-right-radius: 10px;
}
.bblr-10 {
    border-bottom-left-radius: 10px;
}

.bg-gradient {
    background: linear-gradient(10deg, #F9F8F9, #fcfcfc 50%);
}

.bg-light-grey {
    background: rgba(217, 217, 217, 0.3);
}

.bg-grey {
    background-color: #e9e9e9;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.border {
    border: 1px solid #061AB1 !important;
}

@media (max-width: 991px) {
    .dates {
        background-color: transparent;
        padding: 0px !important;
    }

    .dates .gls-calendar {
        font-size: 20px;
        position: relative;
        top: 4px;
        margin-right: 5px;
    }
}

/*** SPACINGS ***/
/*Paddings*/
.p-0 {
    padding: 0 !important;
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.ptb-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

@media (max-width: 991px) {
    .ptb-120 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 45px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 45px;
    }
}

.ptb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

@media (max-width: 991px) {
    .ptb-90 {
        padding-bottom: 45px;
        padding-top: 45px;
    }
}

.pt-60 {
    padding-top: 60px;
}

.pt-lg-60{
    padding-top: 60px;
}

@media (max-width: 991px) {
    .pt-lg-60{
        padding-top: 0;
    }

    .pt-60 {
        padding-top: 30px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.ptb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .ptb-60 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}


.pt-50{
    padding-top: 50px;
}


.p-40 {
    padding: 40px;
}

@media (max-width: 991px) {
    .p-40 {
        padding: 25px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .pt-40 {
        padding-top: 25px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 25px;
    }
}

.pl-40 {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .pl-40 {
        padding-left: 25px;
    }
}

.pr-40 {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .pr-40 {
        padding-right: 25px;
    }
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .ptb-40 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.p-35 {
    padding: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.ptb-35 {
    padding-bottom: 35px;
    padding-top: 35px;
}


.p-30 {
    padding: 30px;
}

@media (max-width: 991px) {
    .p-30 {
        padding: 20px;
    }
}

.pt-30 {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .pt-30 {
        padding-top: 20px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .pb-30 {
        padding-bottom: 20px;
    }
}

.pl-30 {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .pl-30 {
        padding-left: 20px;
    }
}

.pr-30 {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .pr-30 {
        padding-right: 20px;
    }
}

.ptb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .ptb-30 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.p-20 {
    padding: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-15 {
    padding: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.ptb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-10 {
    padding: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

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

.p-5 {
    padding: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.ptb-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-bottom: 0;
    padding-top: 0;
}

/*Margins*/
.mt-120 {
    margin-top: 120px;
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.mtb-120 {
    margin-bottom: 120px;
    margin-top: 120px;
}

@media (max-width: 991px) {
    .mtb-120 {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}

@media (max-width: 991px) {
    .mt-90 {
        margin-top: 45px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px;
    }
}


.mtb-90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

@media (max-width: 991px) {
    .mtb-90 {
        margin-bottom: 45px;
        margin-top: 45px;
    }
}

.ml-80{
    margin-left: 80px;
}
.mr-80{
    margin-right: 80px;
}
@media (max-width: 991px) {
    .ml-80 {
        margin-left: 40px;
    }
    .mr-80{
        margin-right: 40px;
    }
}


.mt-80 {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}


.mtb-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mtb-80 {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.mtb-60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .mtb-60 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.m-30 {
    margin: 30px;
}

@media (max-width: 991px) {
    .m-30 {
        margin: 20px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 25px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 25px;
    }
}

.ml-40 {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .ml-40 {
        margin-left: 25px;
    }
}

.mr-40 {
    margin-right: 40px;
}

@media (max-width: 991px) {
    .mr-40 {
        margin-right: 25px;
    }
}

.mtb-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .mtb-40 {
        margin-bottom: 25px;
        margin-top: 25px;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mt-30 {
        margin-top: 20px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.ml-30 {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .ml-30 {
        margin-left: 20px;
    }
}

.mr-30 {
    margin-right: 30px;
}

@media (max-width: 991px) {
    .mr-30 {
        margin-right: 20px;
    }
}

.mtb-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mtb-30 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.m-20 {
    margin: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mtb-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-15 {
    margin-top: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mtb-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mtb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-5 {
    margin: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mtb-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mtb-0 {
    margin-bottom: 0;
    margin-top: 0;
}

/*Fonts*/
body {
    font-family: "Verdana";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

strong {
    font-weight: bold;
}

h1{
    font-size: 48px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
}

h1 span {
    font-weight: 300;
    text-transform: none;
}

h1 i {
    font-size: 70px;
    position: relative;
    top: 15px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    h1 i {
        font-size: 50px;
        top: 10px;
        display: none;
    }
}

h1.page-title {
    font-size: 32px;
    font-weight: bold;
}

h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 88px;
}


h2.subtitle {
    font-size: 26px;
    line-height: 42px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h2.subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}

h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}

h4.small{
    font-size: 16px;
    color: #858585 ;
    font-weight: 700;
}

@media (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

.text-semibold {
    font-weight: 600 !important;
}

.text-grey {
    color: #676767;
}

.text-yellow {
    color: #FFD100;
}

@media (max-width: 991px) {
    .text-sm-grey {
        color: #5F5F5F !important;
    }
}

.text-bordo {
    color: #061AB1;
}

.text-black {
    color: #000;
}

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

@media (max-width: 991px) {
    .text-size-17 {
        font-size: 15px;
    }
}

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

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

@media (max-width: 991px) {

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

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

.label-like-h4 {
    font-size: 23px;
    font-weight: bold;
}

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

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

.text-size-19 {
    font-size: 19px;
}

.input_preview_label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: none;
}

@media (max-width: 991px) {
    .text-size-19 {
        font-size: 18px;
    }
}

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

@media (max-width: 991px) {
    .text-size-20 {
        font-size: 16px;
    }
}

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

@media (max-width: 991px) {
    .text-size-22 {
        font-size: 18px;
    }
}

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

@media (max-width: 991px) {
    .text-size-24 {
        font-size: 18px;
    }
}

.text-transform-none {
    text-transform: none;
}

.title-with-popover {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-with-popover button {
    position: relative;
    top: -10px;
}

blockquote {
    margin-top: 20px;
    background-image: url(../img/2021_assets/blockquote-top.png), url(../img/2021_assets/blockquote-bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    padding: 0 40px;
}

blockquote p {
    font-style: italic;
    font-size: 18px;
    color: #676767;
}

/*Buttons and links*/
a {
    transition: all 0.35s ease-in-out;
    color: #061AB1;
}

a:hover, a:active, a:focus {
    color: #061AB1;
}

a.link {
    position: relative;
    color: #061AB1;
    display: inline-block;
}

a.link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #061AB1;
}

a.link:hover, a.link:active, a.link:focus {
    text-decoration: none;
}

a.link.grey {
    color: #676767;
}

a.link.grey:after {
    background-color: #676767;
}

button {
    position: relative;
}

button.link {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #676767;
    font-weight: 600;
}

@media (max-width: 991px) {
    button.link {
        font-size: 12px;
    }
}

button.link.blue {
    color: #061AB1;
}

button.link.blue:after {
    background-color: #061AB1;
}

button.link .gls-info,
    button.link .gls-plus {
    z-index: 1;
    background-color: #F9F8F9;
    font-size: 24px;
    position: relative;
    bottom: -7px;
    display: inline-block;
}

@media (max-width: 991px) {
    button.link .gls-info,
        button.link .gls-plus {
        font-size: 20px;
    }
}

button.link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #676767;
}

button.link:hover, button.link:active, button.link:focus {
    outline: none;
}

.btn {
    padding: 10.5px 60px;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.35s ease-in-out;
}

.plus-sign::after{
    content: "+";
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 19px;
    color: white;
    width: 20px;
    height: 20px;
    left: 35px;
    top: 16px;
    z-index: 10;
    text-align: center;
    line-height: 14px;
}

@media (max-width: 991px) {
    .btn {
        font-size: 17px;
        padding: 7.5px 60px
    }

    .plus-sign::after{
       top: 10px
    }
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.btn-lg {
    font-size: 18px;
    padding: 16px 15px;
    max-width: 300px;
    width: 100%;
}


@media (max-width: 991px) {
    .btn.btn-lg {
        padding: 8px 10px;
    }
}

.btn{
    position: relative;
}

.btn.btn-danger{
    border-radius: 25px;
}

.btn.btn-default {
    background: linear-gradient(180deg, #001FFF 0%, #051AB0 100%);
    position: relative;
    border-radius: 25px;
    color: white;
    z-index: 1;
}

.btn.btn-default.disabled{
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    background: transparent;
    opacity: 1;
    cursor: default;
}

.btn.btn-default::before{
    position: absolute;
    content: "";
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
    background: linear-gradient(180deg, #001FFF 100%, #051AB0 100%);
    transition: all 0.2s ease-in-out;
    border-radius: 25px;
    z-index: -1;
    opacity: 0;

}

.btn.btn-default:hover::before, .btn.btn-default:active:before, .btn.btn-default:focus::before {
    opacity: 1; /* Change according to plans */
    left: 0;
    right: 0;

}

.btn.btn-primary {
    background-color: #FFD100;
    border-color: #FFD100;
    color: #000000;
    border-radius: 400px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #D6AF00;
    border-color: #D6AF00;
}

.btn.btn-outline {
    border-color: #FFD100;
    color: #FFD100;
    font-size: 20px;
    font-weight: 600;
}

.btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
    background-color: #D6AF00;
    color: #fff;
}

.btn.btn-outline.grey {
    border-color: #B7B7B7;
    color: #B7B7B7;
}

.btn.btn-outline.grey:hover, .btn.btn-outline.grey:active, .btn.btn-outline.grey:focus {
    background-color: #B7B7B7;
    color: #fff;
    border-color: #B7B7B7;
}

/*Tables*/
.pricing {
    text-align: center;
    box-sizing: content-box;
}

.pricing thead tr {
    background-color: #061AB1;
    color: #fff;
}

.pricing thead tr td,
    .pricing thead tr th {
    font-weight: bold;
    position: relative;
}

.pricing thead tr td:after,
      .pricing thead tr th:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 50%;
    width: 1px;
    background: #fff;
}

.pricing thead tr td:last-child:after,
      .pricing thead tr th:last-child:after {
    display: none;
}

.pricing tbody {
    background: linear-gradient(10deg, #F9F8F9, #fcfcfc 50%);
    border-right: 1px solid rgba(9, 28, 85, 0.2) !important;
    border-left: 1px solid rgba(9, 28, 85, 0.2) !important;
}

.pricing tbody tr {
    border-bottom: 1px solid rgba(9, 28, 85, 0.2) !important;
}

.pricing tbody tr td,
      .pricing tbody tr th {
    font-weight: bold;
    border: 0;
    position: relative;
}

.pricing tbody tr td:after,
        .pricing tbody tr th:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 55%;
    width: 1px;
    background: #d8dae3;
}

.pricing tbody tr td:last-child,
        .pricing tbody tr th:last-child {
    border-right: 1px solid rgba(9, 28, 85, 0.2) !important;
}

.pricing tbody tr td:last-child:after,
          .pricing tbody tr th:last-child:after {
    display: none;
}

.pricing tbody tr th {
    color: #47494c;
}

/*Tabs*/
/*Placeholder*/
::-webkit-input-placeholder {
    color: #333333;
}

::-moz-placeholder {
    color: #333333;
}

:-ms-input-placeholder {
    color: #333333;
}

:-moz-placeholder {
    color: #333333;
}

/*Inputs - Form Control*/
.form-control {
    border: 1px solid #061AB1;
    min-height: 38px;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: none;
    padding: 3px 15px;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .form-control {
        font-size: 15px;
    }
}

.form-control:active, .form-control:focus {
    box-shadow: none;
}

.wpso-title {
    font-size: 23px !important;
    font-weight: bold !important;
}

#custom_country_selects label {
    font-size: 16px !important;
    color: #333333 !important;
    cursor: pointer;
}

label {
    color: #000000;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-transform: none;
}

@media (max-width: 991px) {
    label {
        font-size: 20px;
    }
}

label.paragraph {
    color: #676767;
    font-size: 16px;
    text-transform: none;
}

label.no-uppercase {
    text-transform: none;
}

.input-horizontal {
    display: flex;
    margin-bottom: 15px;
}

.input-horizontal label {
    width: 100px;
}

.is-invalid {
    border-color: #7D0D43 !important;
}

.input-error {
    background-color: #7D0D43;
    border-radius: 2px;
    padding: 1px 8px;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 10px;
    display: none;
}

.is-invalid + .input-error {
    display: block;
}

.payment-form {
    border: 1px solid #061AB1;
    border-radius: 2px;
    padding: 30px;
}

.payment-form label {
    color: #061AB1;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 0;
}

/*Checkboxes*/
.checkbox {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

.checkbox label.link {
    text-transform: none;
    position: relative;
}

.checkbox label.link strong {
    position: relative;
}

@media (max-width: 767px) {
    .checkbox label.link strong {
        font-weight: 300;
    }
}

.checkbox label.link strong:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #061AB1;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #707070;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 11px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    background-color: #fff;
    content: " ";
    display: block;
    width: 6px;
    height: 13px;
    border: solid #061AB1;
    border-width: 0 1px 1px 0;
    position: absolute;
    left: 7px;
    top: 4px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.with-border {
    border: 1px solid #C8E7F2;
    padding: 15px 25px;
    background-color: #C8E7F2;
}

.checkbox.with-border label {
    text-transform: none;
}

@media (max-width: 991px) {
    .checkbox.with-border {
        border: 0;
        background: none;
        text-align: left;
        padding: 0 20px;
    }
}

/*Radios*/
.radio {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    font-style: normal;
    margin-bottom: 0;
    font-size: 16px;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 5px;
    top: 7px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio input[type="radio"]:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #061AB1;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #061AB1;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}

/*Radio full div*/
.radio-full {
    margin-bottom: 7px;
    display: flex;
    height: 100%;
}

.radio-full label {
    display: block;
    position: relative;
    padding: 15px 20px 10px 55px;
    cursor: pointer;
    font-style: normal;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    text-transform: none;
    width: 100%;
}

.radio-full label h5 {
    font-size: 24px;
    font-weight: bold;
    padding-right: 170px;
}

.radio-full label h5 span {
    font-weight: 300;
}

@media (max-width: 991px) {
    .radio-full label h5 {
        font-size: 20px;
    }
}

.radio-full label .top {
    position: relative;
    padding-bottom: 5px;
    min-height: 70px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .radio-full label .top {
        min-height: 60px;
    }
}

.radio-full label .top strong.price {
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
}

.radio-full label .top strong.price span {
    font-weight: 300;
    font-size: 37px;
    margin-left: 10px;
    position: relative;
    top: 8px;
}

.radio-full label .bottom {
    border-top: 1px solid #5F5F5F;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    min-height: 55px;
}

.radio-full label .bottom p {
    margin-bottom: 0;
    color: #676767;
    padding-right: 80px;
}

.radio-full label .bottom a {
    color: #676767;
}

.radio-full label .bottom a:after {
    background-color: #676767;
}

.radio-full label .bottom .image {
    width: 55px;
    height: 55px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.radio-full label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 32px;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio-full label:after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 27px;
    top: 31px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}

.radio-full.bordered label {
    background-color: transparent !important;
    border: 1px solid #898989;
    border-radius: 2px;
    box-shadow: none;
}

.radio-full.bordered input[type="radio"]:checked + label {
    background-color: #061AB1 !important;
}

.radio-full input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio-full input[type="radio"]:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #061AB1;
}

.radio-full input[type="radio"]:checked + label {
    background: #061AB1;
    color: #fff;
}

.radio-full input[type="radio"]:checked + label .top {
    border-color: #fff;
}

.radio-full input[type="radio"]:checked + label .bottom p,
      .radio-full input[type="radio"]:checked + label .bottom a {
    color: #fff;
}

.radio-full input[type="radio"]:checked + label .bottom p:after,
        .radio-full input[type="radio"]:checked + label .bottom a:after {
    background-color: #fff;
}

.radio-full input[type="radio"]:checked + label::before {
    border-color: #fff;
    background-color: #061AB1;
}

.radio-full input[type="radio"]:checked + label::after {
    background-color: #061AB1;
    content: " ";
    display: block;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    left: 27px;
    top: 34px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-full input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio-full input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}

.radio-full.alt h4 {
    font-size: 60px;
    white-space: nowrap;
    margin-top: -10px;
}

.radio-full.alt h4 span {
    font-weight: 300;
    font-size: 36px;
}

.radio-full.alt .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.radio-full.alt .top .image {
    width: 80px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.radio-full.alt .top p {
    font-weight: 600;
    line-height: 1.2;
    display: block;
    flex-grow: 1;
    text-align: left;
}

.radio-full.alt .bottom p {
    padding: 0;
    text-align: left;
}

.radio-full#paketomat .image {
    background-image: url(../img/gls-paketomat.png);
}

.radio-full#paketomat input[type="radio"]:checked + label .image {
    background-image: url(../img/gls-paketomat-w.png);
}

.radio-full#specific-address .image {
    background-image: url(../img/gls-delivery.png);
}

.radio-full#specific-address input[type="radio"]:checked + label .image {
    background-image: url(../img/gls-delivery-w.png);
}

.radio-full#parcel-shop .image {
    background-image: url(../img/gls-building.png);
}

.radio-full#parcel-shop input[type="radio"]:checked + label .image {
    background-image: url(../img/gls-building-w.png);
}

.radio-full#kurir .image {
    background-image: url(../img/gls-kurir.png);
}

.radio-full#kurir input[type="radio"]:checked + label .image {
    background-image: url(../img/gls-kurir-w.png);
}


.selected-location {
    display: flex;
    background-color: #061AB1;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 21px 30px 21px 24px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 2px;
}

.selected-location .radio {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}

.selected-location .radio:after {
    content: "";
    background-color: #061AB1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.selected-location h5 {
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding-right: 30px;
    margin-bottom: 0;
}

.selected-location h5 span {
    font-weight: 300;
}

.selected-location .image {
    width: 55px;
    height: 55px;
}

.selected-location .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* Html select box*/
select {
    border-radius: 25px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #061AB1;
    padding: 8px 32px 8px 30px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    position: relative;
}

select.find{
    background-image: url(/themes/custom/posljipaket_theme/img/2022_icons/ikonaFindInput.svg);
    background-repeat: no-repeat;
    background-position-y: 9px;
    background-position-x: 98%;
}

select:focus, select:active {
    border-color: #061AB1 !important;
    background-color: #fff;
    outline: none;
}

/*Js select box*/
.select-wrapper{
    cursor: pointer;
}

.select-box {
    position: relative;
    background-size: 15px;
    border-radius: 25px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #061AB1;
    padding: 8px 32px 8px 30px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    transition: 1s height ease;
    pointer-events: none;

}

.select-box .select:after{
    content: '';
    background: url('../img/2022_icons/blue_arrow.svg');
    width: 15px;
    background-size: 15px;
    height: 15px;
    position: absolute;
    right: 14px;
    top: 20px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    z-index: 89;
}

.select-box.active .select:after{
    transform: rotate(180deg);
    top: 14px;
}

.select-box.active{
    box-shadow: 0 1rem 3rem rgba(0,0,0, .35);
    border: 0;
    z-index: 90;
    /*border-radius: 25px 25px 0 0 ;*/
}

.select-box span {
    pointer-events: none;
}

.select-box .select {
    cursor: pointer;
    display: block;
    padding: 3px 15px;
}


/*
.select-box .select > i {
    font-size: 22px;
    color: #061AB1;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    top: 8px;
    right: 15px;
    position: absolute;
}
*/

.select-box:focus {
    box-shadow: none;
    outline: none;
    border-color: #061AB1;
}

/*
.select-box:active {
    background-color: #061AB1;
    color: #fff;
}
*/

/*
.select-box.active:hover, .select-box.active {
    border-radius: 2px 2px 0 0;
    background-color: #061AB1;
    color: #fff;
}
*/

.select-box .select-box-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0px;
    top:0;
    border-radius: 25px;
    z-index: 89;
    padding-left: 0;
    list-style: none;
    box-shadow: 0 1rem 3rem rgba(0,0,0, .2);
    border-top: 0;
    pointer-events: all;
}


.select-selected{
    color: #333333 !important;
}


.select-box .select-box-menu li {
    padding: 10px 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: #051Ab0;
    width: 100%;
    padding-left: 45px;
    user-select: none;
}


.select-box .select-box-menu li:last-child {
    border-radius: 0 0 25px 25px;
}

.select-box .select-box-menu li:hover:not(.select-selected) {
    background: linear-gradient(180deg,#001FFF 0%,#051AB0 100%);
    color: #fff;
}

.select-box .select-box-menu li:active:not(.select-selected) {
    background: linear-gradient(180deg,#001FFF 0%,#051AB0 100%);
    color: #fff;
}

@media (max-width: 991px) {
    .select-outer {
        display: flex;
    }

    .select-outer .select-box {
        width: calc(100% - 70px);
    }

    .select-outer label {
        flex-grow: 1;
    }
    .select-box {
        height: auto !important;
    }
}

/*Range*/
.range {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #061AB1;
    outline: none;
}

.range:hover {
    opacity: 1;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #061AB1;
    cursor: pointer;
}

.range::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #061AB1;
    cursor: pointer;
}

/*Popover*/
.popover {
    background-color: #061AB1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border-color: #061AB1;
    font-weight: 600;
}

.popover a {
    color: #fff;
    position: relative;
}

.popover a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
}

.popover a:hover, .popover a:active, .popover a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.popover-header {
    color: white;
    background-color: #061AB1;
    border: 0;
}

.popover-body {
    color: white;
    background-color: #061AB1;
    border: 1px solid #061AB1;
    border-radius: 10px;
}

.popover.bs-popover-top .arrow:before {
    bottom: -5px;
    border-top-color: #061AB1;
    background: transparent;
    position: relative;
    z-index: 1;
}

.popover.bs-popover-bottom .arrow:before {
    top: -12px;
    border-bottom-color: #061AB1;
    background: transparent;
    position: relative;
    z-index: 1;
}

.popover.bs-popover-right .arrow:before {
    left: -12px;
    border-right-color: #061AB1;
    background: transparent;
    position: relative;
    z-index: 1;
}

.popover.bs-popover-left .arrow:before {
    right: -12px;
    border-left-color: #061AB1;
    background: transparent;
    position: relative;
    z-index: 1;
}

.popover.bs-popover-right .arrow:after,
.popover.bs-popover-left .arrow:after,
.popover.bs-popover-top .arrow:after,
.popover.bs-popover-bottom .arrow:after {
    display: none;
}

/*Add & Remove parcel*/
.parcel-outer {
    width: 100%;
}

.parcel-outer .parcel {
    text-align: left;
}

.parcel-outer .parcel-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*Mobile range sliders*/
}

.parcel-outer .parcel-inner input {
    margin-right: 15px;
    width: calc(33.3333% - 15px);
}

.parcel-outer .parcel-inner input:nth-child(3) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .parcel-outer .parcel-inner .remove {
        margin-top: -10px;
    }

    .parcel-outer .parcel-inner .dimensions {
        width: 100%;
        display: flex;
        padding: 7px 0;
        text-align: left;
    }

    .parcel-outer .parcel-inner .dimensions.width {
        margin-bottom: 20px;
    }

    .parcel-outer .parcel-inner .dimensions span {
        width: 90px;
        text-align: left;
    }

    .parcel-outer .parcel-inner .dimensions .range {
        width: calc(100% - 140px);
        margin-top: 11px;
    }

    .parcel-outer .parcel-inner .dimensions input[type=text] {
        background: transparent;
        border: 0;
        font-size: 14px;
        width: 30px;
        text-align: right;
        color: #061AB1;
    }
}

.parcel-outer .link {
    color: #000000;
}

.parcel-outer .link .gls-plus {
    padding: 3px 0;
    font-size: 24px;
    top: 5px;
    background-color: #e9eaef;
}

.parcel-outer .btn-default {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .parcel-outer .btn-default {
        width: 100%;
    }
}

/*Help text*/
.help-text {
    font-size: 18px;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .help-text {
        white-space: nowrap;
        font-size: 14px;
        margin-top: 15px;
    }
}

.help-text p {
    color: #5F5F5F;
}

@media (max-width: 991px) {
    .help-text p {
        color: #061AB1;
    }
}

.help-text .btn {
    margin-left: 18px;
    margin-right: 18px;
}

@media (max-width: 991px) {
    .help-text .btn {
        margin-right: 0;
        margin-left: 5px;
        font-size: 17px;
        font-weight: 300;
        color: #061AB1 !important;
    }
}

.help-text strong {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .help-text strong {
        font-weight: 300;
        margin: 0;
    }
}

.help-text a {
    font-weight: 600;
    color: #5F5F5F;
}

.help-text i {
    color: #061AB1;
    font-size: 24px;
    position: relative;
    top: 5px;
}

.sidebar-help-text {
    margin-top: 30px;
    border: 1px solid #C8CBD7;
    padding: 20px 30px;
    border-radius: 2px;
    text-align: center;
}

.sidebar-help-text .btn {
    display: block;
    margin-bottom: 10px;
}

.sidebar-help-text i {
    color: #061AB1;
}

.sidebar-help-text a {
    color: #061AB1;
    font-weight: bold;
}

@media (max-width: 991px) {
    .sidebar-help-text {
        display: none;
    }
}

/*Steps*/
.steps {
    position: relative;
    display: flex;
    justify-content: stretch;
    margin: 0;
    padding: 0;
    margin-block: 50px;
}

.steps li {
    list-style: none;
    width: 100%;
    padding: 0 7px;
    text-align: left;
    font-size: 14px;
    color: #333333;
    position: relative;
}


.step-svg::after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 32px;
    background-image: linear-gradient(to right,#D9D9D9 37%,rgba(255,255,255,0) 0%);
    background-size: 14px 3px;
    background-repeat: repeat-x;
    z-index: -1;
}

.steps li:last-child .step-svg:after{
    content: none;
}


.step-svg{
    position: relative;
}


.steps li p {
    margin-bottom: 0;
    padding-left: 6px;
}

@media (max-width: 991px) {
    .steps li {
        font-size: 10px;
    }

    .steps li div:not(.step-svg) {
        margin-top: 7px;
    }

}

/*Navigation next*/
.navigation-next {
    background-color: #061AB1;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 23px 34px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.navigation-next h4 {
    font-size: 35px;
    font-weight: 300;
}

.navigation-next hr {
    border-color: #fff;
    border-width: 2px;
}

.navigation-next .next {
    background-color: #FFD100;
    font-size: 37px;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    border-radius: 400px;
    border-radius: 10px;
}

.navigation-next .next:hover, .navigation-next .next:active, .navigation-next .next:focus {
    opacity: 0.7;
}

.navigation-next .checkbox label {
    color: #fff;
    text-align: left;
}

.navigation-next table {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    font-size: 20px;
}

@media (max-width: 991px) {
    .navigation-next table {
        max-width: 100%;
    }
}

.navigation-next table tr td:first-child {
    text-align: left;
}

.navigation-next table tr td:last-child {
    text-align: right;
}

.navigation-next.blue {
    background-color: #061AB1;
}

@media (max-width: 991px) {
    .navigation-next.grey {
        margin-bottom: 30px;
        text-align: left;
        color: #061AB1;
        display: block;
        background-color: #DCDDE6 !important;
    }

    .navigation-next.grey h2, .navigation-next.grey h5 {
        text-align: left;
    }

    .navigation-next.grey hr {
        border-color: #B5B5B5;
        border-width: 1px;
    }
}

/*Address summary*/
.package-summary-box {
    padding-right: 50px;
    position: relative;
    margin-bottom: 30px;
}

.package-summary-box .link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
}

.package-summary-box .link:after {
    display: none;
}

/*Breadcrumbs*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: #061AB1;
}

.breadcrumb a {
    color: #061AB1;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #061AB1;
}

.breadcrumb .breadcrumb-item.active {
    color: #061AB1;
}

/*Address summary*/
.package-summary-box {
    padding-right: 50px;
    position: relative;
    margin-bottom: 30px;
}

.package-summary-box .link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
}

.package-summary-box .link:after {
    display: none;
}

/*Video*/
.video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*Price slider*/
.price-slider {
    position: relative;
    min-height: 305px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #F9F8F9;
    background: linear-gradient(10deg, #F9F8F9, #fcfcfc 50%);
    padding: 30px;
}

.price-slider p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.price-slider p#display-price {
    margin-bottom: 60px;
}

.price-slider p#display-dimenstions {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.price-slider .btn {
    display: inline-block;
    width: 300px;
    margin: 0 auto;
}

.line {
    position: relative;
    left: 5%;
    color: #061AB1;
    width: 90%;
    height: 3px;
    background-color: #061AB1;
}

.line .dot-outer {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    cursor: pointer;
}

.line .dot-outer .label {
    color: #47494c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.line .dot-outer .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 3px solid #061AB1;
    border-radius: 50%;
}

.line .dot-outer.dot-xs {
    left: 10%;
}

.line .dot-outer.dot-s {
    left: 30%;
}

.line .dot-outer.dot-m {
    left: 50%;
}

.line .dot-outer.dot-l {
    left: 70%;
}

.line .dot-outer.dot-xl {
    left: 90%;
}

.line .dot-outer.active .dot {
    background-color: #061AB1;
}

.line .dot-outer.active .label {
    color: #061AB1;
}

/*Header*/
body.disableScroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

header {
    background-color: #061AB1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1400;
}

@media(min-width: 991px) and (max-width: 1100px) {
  .gls-logo2 {
    display: none;
  }
}

@media(max-width: 991px){
    header{
        top: unset;
        bottom: -1px;
    }
}

header.active{
    box-shadow: none;
}

header.active::before{
    content: '';
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.9;
    position: absolute;
    z-index: 101;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {

    header.active::before{
        opacity: 1;
        top: unset;
        bottom: 0;
    }
}

header .secondary-navigation {
    display: flex;
    align-items: flex-end;
}


header  .secondary-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

header .secondary-navigation ul li {
    list-style: none;
    display: inline-flex;
    height: 100%;
}

header  .secondary-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-inline: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 53px;
}

.gls-logo{
    width: 110%;
}

.gls-logo2{
    height: 20px;
    margin-top: 22px;
}

/* MENU */
.menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }

.menu-icon #hamburger-icon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 16px;
    z-index: 101;
    border-radius: 25px;
}

  .menu-icon #hamburger-icon:before,
  .menu-icon #hamburger-icon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
}

.menu-icon #hamburger-icon:before {
    top: 6.5px;
    width: 22px;
}

.menu-icon #hamburger-icon:after {
    top: -7px;
    width: 27px;
}

  /* menu btn */

#hamburger-btn {
    display: none;
}

#hamburger-btn:checked ~ .menu {
    max-height: 240px;
}

#hamburger-btn:checked ~ .menu-icon #hamburger-icon {
    background: transparent;
}

#hamburger-btn:checked ~ .menu-icon #hamburger-icon:before {
    transform: rotate(-45deg);
}

#hamburger-btn:checked ~ .menu-icon #hamburger-icon:after {
    transform: rotate(45deg);
}

#hamburger-btn:checked ~ .menu-icon #hamburger-icon:after, #hamburger-btn:checked ~ .menu-icon #hamburger-icon:before{
    width: 35px;
    background: #061AB1;
    left: -9px;
    height: 3px;
}

#hamburger-btn:checked ~ .menu-icon:not(.steps) #hamburger-icon:before,
#hamburger-btn:checked ~ .menu-icon:not(.steps) #hamburger-icon:after {
    top: 0;
}

.menu-icon{
    margin-bottom: 0;
}

/* Specific size fixes */
@media (max-width: 991px) {

    header .secondary-navigation ul li a {
        padding-inline: 0;
    }

    header .secondary-navigation ul, header .secondary-navigation {
        width: 100%;
    }
    header .secondary-navigation ul{
        justify-content: space-between;
    }

    header .menu-icon{
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 30px 21px;
    }

    .menu-burger{
        position: fixed;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #061ab1;
        border-radius: 50%;
        height: auto !important;
        z-index: 101;
    }

    .menu-burger .menu-icon #hamburger-icon, .menu-burger .menu-icon #hamburger-icon:before, .menu-burger .menu-icon #hamburger-icon:after {
        border-radius: 25px;
    }

    .menu-burger .menu-icon #hamburger-icon{
        width: 22px;
        height: 3px;
    }

    .menu-burger .menu-icon #hamburger-icon:before{
        width: 29px;
        left: -3px;
        top: 7.5px;
    }

    .menu-burger .menu-icon #hamburger-icon:after {
        width: 33px;
        left: -4px;
        top: -8px;
    }

    #hamburger-btn:checked ~ .menu-icon #hamburger-icon:after, #hamburger-btn:checked ~ .menu-icon #hamburger-icon:before{
        background: white;
    }

    .gls-logo{
        width:50%
    }

    .gls-logo2{
        margin-top: 14px;
        height: 11px;
    }
}


/*Footer*/
footer{
    background-color: #061AB1;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer a{
    color:white;
    font-size: 13px;
    font-weight: 400;
}

footer a:hover{
    color: white;
}

footer .logo-footer {
    display: block;
    margin-top: -5px;
}

footer .logo-footer a {
    color: #FFD100;
    display: block;
    font-size: 20px;
    font-style: italic;
    margin-left: 45px;
    margin-top: 15px;
}

footer .footer-gls-logo{
    width: 110%
}

footer .footer-gls-logo2{
    height: 20px; margin-top: 22px
}

@media (max-width: 991px) {
    footer .logo-footer {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .main-footer{
        margin-bottom: 50px;
        padding-left: 0;
    }

    footer .payment-cards{
        margin-bottom: 40px;
    }

    footer a{
        font-size: 14px;
    }

    .secondary-footer{
        margin-left: -4px;
    }

    footer {
        padding-top: 75px;
        padding-bottom: 120px;
    }

    footer .row {
        display: block;
    }

    footer .footer-gls-logo{
        width: 103px
    }
    footer .footer-gls-logo2{
        height: 15px;
        margin-top: 19px;
    }
}
.secondary-footer a {
    padding-right: 0.8rem;
}

footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

footer ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 2px !important;
    font-size: 16px;
}

footer ul li i {
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

footer ul li a {
    color: #fff !important;
    text-decoration: none;
}

footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
    color: #fff;
    text-decoration: none;
}

footer .btn-outline {
    border-color: #fff !important;
    color: #fff !important;
    width: 100%;
    height: 72px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .btn-outline i {
    font-size: 35px;
    position: relative;
    left: -10px;
}

footer .btn-outline:hover, footer .btn-outline:active, footer .btn-outline:focus {
    background-color: #fff !important;
    color: #061AB1 !important;
}

.footer-top {
    background-color: #061AB1;
    padding-top: 35px;
    padding-bottom: 25px;
}

.footer-bottom {
    padding-top: 22px;
    padding-bottom: 20px;
    background: #fff;
}

/*mobile fixed footer*/
.footer-steps {
    display: none;
}

@media (max-width: 991px) {
    .footer-steps {
        display: block;
        position: fixed;
        background-color: #7D0D43;
        bottom: 0;
        width: 100%;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 15px;
        text-transform: uppercase;
        color: #fff;
        z-index: 10;
    }

    .footer-steps .prev {
        border: 1px solid #fff;
        width: 43px;
        height: 39px;
        color: #fff;
        border-radius: 2px;
        text-align: center;
    }

    .footer-steps .next {
        height: 39px;
        background-color: #fff;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
        color: #7D0D43;
        border-radius: 2px;
        padding-top: 1px;
    }

    .footer-steps .pay {
        height: 39px;
        background-color: #7D0D43;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        border-radius: 2px;
        padding-top: 1px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}

/*HOME*/
/*Hero*/
.hero {
    background-color: #F9F8F9;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
    position: relative;
    z-index: 9;
    margin-top: 78px;

}

.hero-child{
    position: absolute;
    right: 100px;
    top: 0;
    animation: gliding 4s infinite;
}

@keyframes gliding {
    0% {top: 0px}
    50% {top: 10px}
    100% {top: 0px}
}

.hero-form{
    max-width:700px;
}

.hero h1 {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 85px;
    line-height: 88px;
}

.hero label {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none;
}

@media (max-width: 991px) {
    .hero{
        margin-top: 0;
    }

    .hero .hero-child{
        right: -59px;
        top: -61px;;
        height: 261px;
        animation: none;
    }

    .hero h1{
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 107px;
    }
}

/*Price*/
.price-container {
    position: relative;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
    margin-inline: -2rem;
    display: flex;
    justify-content: space-between;
}


.price-container .price{
    position: relative;
    z-index: 3;
    width: 100%;
}

.price-container .price::before{
    content: '';
    position: absolute;
    background: #061AB1;
    box-shadow: 0px 0px 27px #D9D9D9;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.price-container .price::after{
    content: '';
    background: #FFFFFF;
    position: absolute;
    box-shadow: 0px 0px 27px #D9D9D9;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.price-container .price p:nth-child(2){
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 0;
}

.price-container .price p:not(:nth-child(2)){
    font-size: 20px;
    color: #858585;
    font-weight: 400;
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 0;
}

.price-container .price p:last-child{
    margin-bottom: 1rem;
}

/*Icons*/
.icon-container {
    position: relative;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}

.icon-container img {
    height: 93px;
    width: 93px;
}

.icon-container.dashed::after{
    content:'';
    position: absolute;
    left: 113px;
    z-index: -1;
    top: 74px;
    --s:10px;
    width: calc(100% - 285px);
    height: 6px;
    background:
     radial-gradient(circle closest-side,#D9D9D9 98%,#0000) 0 0/var(--s) 100%,
     linear-gradient(270deg,#D9D9D9 0%, #0000 0) calc(var(--s)/2) 0/calc(2*var(--s)) 100%;
}

.icon-container .subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
}

.icon-container img {
    margin-bottom: 20px;
}


.icon-container .icon {
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    line-height: 1.2;
}

.icon-container .icon .image {
    height: 70px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.icon-container .icon .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-button {
    margin-top: -20px;
}

.icon-button .btn {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .icon-container{
        padding-inline: 15px;
    }

    .icon-container.dashed::after{
        content: none
    }

    .icon-container .subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .icon-container > div {
        position: relative;
    }

    .icon-container div:not(:last-child) .subtitle::after{
        content: '';
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 0px;
        width: 3px;
        height: 38px;
        background-image: linear-gradient(to bottom,#D9D9D9 37%,rgba(255,255,255,0) 0%);
        background-position: left;
        background-size: 5px 13px;
        background-repeat: repeat-y;
    }

    .icon-container div:last-child .subtitle::after{
        background-color: red;
    }

    .icon-container img {
        margin-bottom: 5px;
    }

    .price-container .price{
        margin-top: 45px;
        margin-bottom: 45px;
    }


    .price-container .price p:nth-child(2){
        font-size: 30px;
        line-height: 36px;
    }

    .price-container .price p:first-child,.price-container .price p:last-child{
        font-size: 18px;
        line-height: 15px;
    }

    .price-container .price::after {
        width: 119px;
        height: 119px;
    }

    .price-container .price::before{
        width: 140px;
        height: 140px;
    }
    .price-container .price{
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/*Template*/
.sidebar-title {
    background-color: #061AB1;
    border-bottom: 4px solid #FFD100;
    color: #fff;
    padding: 20px 30px;
}

.sidebar-title h4 {
    font-size: 28px;
    margin: 0;
}

.account-navigation {
    display: flex;
    padding: 30px 0;
}

.account-navigation a {
    font-size: 18px;
    color: #858585;
    text-decoration: none;
    transition: none;
    padding-right: 45px;
}

.account-navigation a.active, .account-navigation a:active {
    color: black;
    font-weight: bold;
}

.account-navigation .divider__light-grey-rotated{
    display: none;
}


@media (max-width: 768px){
    .helper-text.mt-40{
        margin-top: 35px;
    }

    .user-container .divider__light-grey{
        display: none;
    }

    .account-navigation .divider__light-grey-rotated{
        display: block;
        position: fixed;
        width: 100vw;
        bottom: 118px;
        left: 0;
    }

    .account-navigation{
        position: fixed;
        bottom: 56px;
        left: 0;
        padding: 20px 12px;
        width: 100%;
        z-index: 99;
        background-color: #F5F7F8;
        justify-content: space-between;
    }

    .account-navigation a {
        font-size: 16px;
        padding: 0 4px;
    }
}

@media (max-width: 420px){

    .helper-text.mt-40{
        margin-top: 29px;
    }

    .account-navigation .divider__light-grey-rotated{
        bottom: 109px;
    }

    .account-navigation{
        padding: 21px 3px;
        bottom: 49px;
    }

    .account-navigation a {
        font-size: 14px;
        padding: 5px 5px;
    }
}


/*Contact*/
.contact-details {
    font-size: 20px;
    padding: 0;
    margin-left: 0;
}

.contact-details li {
    list-style: none;
    margin-bottom: 15px;
}

.contact-details a {
    color: #061AB1;
}

.contact-details i {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.contact-box {
    border: 1px solid #F9F8F9;
}

.contact-box h4 {
    background-color: #f5f5f8;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

.contact-box ul {
    padding: 10px 15px;
    margin: 0;
}

.contact-box ul li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-box ul li i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.mixin {
    background-color: red;
    background-image: -moz-linear-gradient(top, red 0%, blue 100%) !important;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, red), color-stop(100%, blue)) !important;
    background-image: -webkit-linear-gradient(top, red 0%, blue 100%) !important;
    background-image: -o-linear-gradient(top, red 0%, blue 100%) !important;
    background: -ms-linear-gradient(top, red 0%, blue 100%);
    background: linear-gradient(90deg, red 0%, blue 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

@media (max-width: 767px) {
    .mixin {
        background-color: green;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .mixin {
        background-color: red;
    }
}

@media (min-width: 768px) {
    .mixin {
        background-color: green;
    }
}

/*IE 10 hacks*/



/*  NEW CSS */

@media (max-width: 1523px) {
.login-icon {
    display: none;
}
}
.login-icon{
    background: url('../img/2022_icons/ikonaLogin.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.cart-icon{
    background: url('../img/2022_icons/ikonaShop.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 25px;
    margin-right: 10px;
    position: relative;
}

.cart-icon span {
    color: #FFD000;
    font-size: 10px;
    position: absolute;
    top: 10.5px;
    left: 7px;
    font-family: 'Verdana' !important;
    font-style: normal;
}

.menu-popover{
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
}

.menu-popover::before{
    content: '';
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.9;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.menu-popover--nav{
    position: relative;
    z-index: 101;
    list-style: none;
    margin-top: 11rem;
    margin-right: 7rem;
}

.menu-popover--nav #packageNum{
    max-width: 550px;
    margin-bottom: 10px;
    font-weight: normal;
}

.menu-popover--nav > li{
    font-weight: 700;
    font-size: 28px;
    line-height: 5.5vh;
    text-align: right;
    color: #061AB1;
}


#select-box-fp-to label {
    font-size: 14px;
    font-weight: 400;
}
#select-box-fp-from label {
    font-size: 14px;
    font-weight: 400;
}

.menu-popover .select-wrapper{
    max-width: 296px;
    margin-left: auto;
}

.menu-popover .select-wrapper ul a:not(:last-child) li{
    border-radius: 0;
}

#menu-popover-track img{
    position: absolute;
    right: 20px;
    top: 25px;
    height: 25px;
    cursor: pointer;
}

.search-div-container {
    display: flex;
    flex-direction: column;
}

.search-div-container label {
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #061AB1;
}
.search-div-container input {
    margin-left: auto;
}
@media (max-width: 991px) {

    .menu-popover .select-wrapper{
        margin-right: auto;
        margin-top: 0.5rem;
    }

    .menu-popover--nav {
        padding-inline: 0.5rem;
        margin-top: 1rem;
        margin-inline: auto;
    }

    .menu-popover::before{
        opacity: 1;
    }

    .menu-popover--nav > li {
        text-align: center;
        font-size: 18px;
        line-height: 5.8vh;
    }

    .menu-popover--nav .phone-number {
        color:white;
        background: #061AB1;
        font-size: 22px;
        border-radius: 25px;
        padding: 9.5px 30px;
    }

    .menu-popover--nav #packageNum{
        max-width: 296px;
    }

    .menu-popover--nav {
        transform: rotate(180deg);
    }
    .menu-popover--nav > li, .menu-popover--nav > div {
        transform: rotate(-180deg);
    }
}

.cart-dropdown{
    position: relative;
}

.cart-dropdown .cart-popover{
    position: fixed;
    right: 82px;
    top: 58px;
    display: none;
}

.cart-dropdown:hover .cart-popover{
    display: block;
}

.cart-dropdown .cart-popover p{
    margin-bottom: 2px;
}


.cart-popover--packages{
    padding: 14px 23px 0 23px;
    background-color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.cart-popover--total{
    padding: 14px 23px;
    background-color: #fbfbfb;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cart-dropdown .cart-popover--total, .cart-dropdown .cart-popover--packages > div {
    display: flex;
    color: #051AB0;
    gap: 6rem;
}

.cart-dropdown .cart-popover--packages  div p:last-child{
    font-weight: bold;
}

.cart-dropdown .cart-popover--total{
    font-weight: bold;
}



/* ICON */

@media (max-width: 768px) {
    .icon {
        width: 34px;
    }
}

/* HERO */
.hero-line{
    position: absolute;
    top: 145px;
    left: 685px;
    z-index: -1;
}

.hero-line img {
    position: absolute
}

.hero-line__arrow{
    left: -560px;
    top: 7px;
}

.hero-child{
    position: absolute;
    right: -110px;
}

@media (min-width: 530px) and (max-width: 991px){
    .hero-child, .hero-line {
        display: none;
    }
    .hero h1{
        text-align: center;
        font-size: 52px;
        margin-bottom: 60px;
    }
}

@media (max-width: 530px) {
    .hero{
        padding-top: 67px;
    }

    .hero-form {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-form .mtb-60{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .hero-line__arrow{
        left: 31px;
        top: 10px;
    }
    .hero-line{
        top: 96px;
        left: 27px;
        z-index: -1;
    }
}

/* TESTIMONIALS */

.testimonials img{
    filter: drop-shadow(0px 0px 13px rgba(133,133,133,0.5));
    border-radius: 30px;
}

#carouselTestimony img{
    filter: drop-shadow(0px 0px 6px rgba(133, 133, 133, 0.5));
    border-radius: 30px;
}

.testimonials .col-lg-4{
    padding-right: 25px;
    padding-left: 25px;
}


/* UTILS */
.mobile-size{
    max-width: 520px;
}

.zindex-100{
    z-index: 100;
}

.absolute-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.gap-1 {
    gap: 1rem;
}

.shadow-cstm {
    box-shadow: 0px 0px 16px rgba(5, 26, 176, 0.1);
}

.overflow-unset{
    overflow: unset;
}

.container-lg{
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    position: relative;
}

.divider__light-grey-rotated{
    height: 50px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(-180deg);
}

.divider__light-grey{
    height: 50px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(217, 217, 217, 0) 100%);
}



.line-height-42{
    line-height: 42px;
}

.line-height-38{
    line-height: 38px;
}

.line-height-36{
    line-height: 36px;
}

@media(max-width: 991px){
    .line-height-42{
        line-height: 24px;
    }

    .line-height-36{
        line-height: 24px;
    }
}

.line-height-28{
    line-height: 28px;
}

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

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

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

@media (max-width: 991px) {
    .font-size-26{
        font-size: 18px;
    }

    .font-size-20{
        font-size: 18px;
    }
    .line-height-38{
        line-height: 28px;
    }
}

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

.card-radius{
    border-radius: 60px;
}

@media (max-width: 991px) {
    .card-radius{
        border-radius: 30px;
    }
}

.text-light-grey{
    color: #858585
}

.text-blue {
    color: #051AB0;
}

.text-darker{
    color: #333333;
}

.bg-none{
    background: none;
}


#wpso{
    color: #333333;
}

/* INPUT */

input:not([type='checkbox']):not([type='submit']):not([type='radio']):not(.quantity-number), textarea, select.form-select {
    /* max-width: 280px; */
    border-radius: 25px;
    height: 50px;
    border: 1px solid #061AB1;
    padding: 8px 32px 8px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 16px;
    color: #333333;
}

@media (max-width: 991px){
    input:not([type='checkbox']):not([type='submit']):not([type='radio']):not(.quantity-number), textarea, select.form-select{
        height: 41px;
    }
}

input:not([type='checkbox']):not([type='submit']):not([type='radio']), textarea:focus, select.form-select {
    outline: none;
    border-color: #061AB1 !important;
}

.toggle-password{
    background-image: url('../img/2022_icons/iconPass.svg');
    position: absolute;
    width: 26.2px;
    height: 17.6px;
    top: 48px;
    right: 39px;
    cursor: pointer;
    background-repeat: no-repeat;
}

@media (max-width: 991px){
    .toggle-password{
        top: 42px;
    }
}

input[type="password"]{
    padding-right: 75px !important;
}

textarea{
    height: 130px;
}

.radio-container, .checkbox-container{
    height: 100%;
    border: 1px solid #061AB1;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    color: #051AB0;
}

.radio-container h5, .checkbox-container h5{
    font-weight: bold;
}

.row .checkbox-container{
    padding: 43px 35px 27px 35px; /* Weird height occours when row is included*/
}


.checkbox-container{
    padding: 43px 35px;
}

@media (max-width: 991px){
    .checkbox-container {
        font-size: 14px;
    };

}

.radio-container{
    padding: 25px;
    height: 100%;

}

.radio-container input, .checkbox-container input{
    display: none;
}

.radio-container::after, .checkbox-container::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    height: 25px;
    width: 25px;
    border: 1px solid #061AB1;
    border-radius: 50%;
}


.radio-container p, .checkbox-container p{
    margin-bottom: 0;
}

.radio-container.checked::after, .checkbox-container.checked::after{
    background-color: white;
}

.radio-container.checked::before, .checkbox-container.checked::before{
    content: "";
    position: absolute;
    right: 16px;
    top: 25px;
    height: 25px;
    width: 25px;
    z-index: 10;
    background-image: url('../img/2022_assets/checkmark.svg');
    background-repeat: no-repeat;
}

.radio-container.checked, .checkbox-container.checked{
    color: white;
    background: linear-gradient(180deg, #001FFF 0%, #051AB0 100%);
}

.radio-container label, .checkbox-container label{
    color: #051AB0;
    user-select: none;
    pointer-events: none;
}

.radio-container.checked label, .checkbox-container.checked label{
    color: white;
}

.radio-container a, .checkbox-container a{
    transition: none;
}

.radio-container.checked a, .checkbox-container.checked a{
    color: white;
    text-decoration: underline;
}


@media (max-width: 991px){
    .radio-container .top{
        font-size: 18px;
    }

    .radio-container .bottom{
        font-size: 16px;

    }
}


/* VIDEO */
@media (max-width: 991px){
    #hp_stop_video, #hp_play_video {
        top: 70px;
    }
    .video-container {
        padding-bottom: 70px;
    }
}

.video-container {
    transition: max-width 2s ease-in;
}
.video-container .video-playing {
    max-width: none !important;
    border-radius: 0px !important;
}

.video-container .video-paused {
    max-width: 601px;
}

.video-container video {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    mix-blend-mode: multiply;
    border-radius: 50px;
}

#custom-play-button{
    cursor: pointer;
    max-width: 601px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#custom-play-button.active img{
    display: none;
}

@media (max-width: 991px){
    .video-container button{
        margin-top: -6rem;
        z-index: 10;
    }

    .play-polygon{
        width:70px;
        height: 70px;
    }

    .play-button{
        width:31px;
        height:33px;
    }
}

/* CONTACT */

#contact-form{
    padding: 15px;
}

#contact-form input:not(.form-submit), #contact-form textarea{
    max-width: 600px;
    color: #061AB1;
    font-size: 18px;
}

#contact-form .form-prefix{
    line-height: 26px;
    color: #858585;
    padding-left: 20px;
}
@media (max-width: 991px){
    #contact-form input[type="submit"]{
        width: 100%;
    }
}


@media (max-width: 991px){
    .contact-icon-container {
        width: 20% !important;
        margin-left: 10% !important;
        margin-right: 10% !important;

    }
    .contact-icon-base {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .contact-icon-base {
        flex-direction: column;
    }
}


.contact-container h2 {
    color: #061AB1;
    font-weight: 600;
    padding-bottom: 10%;
}
.contact-subtitle {
    font-weight: 600;
}

.contact-icon-container {
    display: flex;
    justify-content: center;
    width: 20%;
    margin-left: 10%;
    margin-right: 10%;
    cursor: pointer;
    flex-direction: column;
}
.contact-icon-base {
    width: 50%;
    display: flex;
    flex-direction: row;
    margin-left: 25%;
}

.contact-icon-container .contact-icon {
    flex: 1 0 0;
}
.contact-text {
    padding-top: 20%;
    font-weight: 600;
    margin: auto;
}
.contact-hr {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-hr-active {
    border-bottom: 4px solid #061AB1;
}

.contact-content-container {
    width: 50%;
    margin-left: 25%;
    display: flex;
    margin-right: 25%;
}
.contact-content a {
    flex: 1 0 0;
    font-weight: 600;
    padding-left: 5px;
}
.contact-content-title {
    font-weight: 600;

}
.contact-content-chat {
    margin-left: 25%;
}
.contact-content {
    width: 100%;
    display: none;
}

/* CAROUSEL */
.carousel-indicators li{
    background-color: #D9D9D9;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    bottom: -5px;
}

.carousel-indicators .active{
    background-color: #061AB1;
}

#carouselPrice, #carouselPrice .carousel-inner{
    min-width: 100vw;
    width: 100%;
}

#carouselPrice .carousel-item > div:first-child{
    position: absolute;
    left: -48%;
    top: 0;
}

#carouselPrice .carousel-item > div:last-child{
    position: absolute;
    right: -48%;
    top: 0;
}

#carouselPrice .carousel-item{
    transition: transform .3s ease-in-out;
}

#carouselPrice .carousel-indicators{
    bottom: -65px;
}

/* NEWS */
.news .text-size-24{
    font-size: 24px !important;
}

@media (max-width: 991px){
    .news > div.pl-20{
        padding-left: 23px;
    }
}


/*CENIKI*/


#price-list .select-wrapper{
    width: 25%;
}

@media(max-width: 991px){

    #price-list .select-wrapper{
        width:75%
    }

    #price-list h2{
        margin-bottom: 2rem;
    }

    #price-list .subtitle{
        font-size: 18px;
        line-height: 24px;
    }
}


.price-table {
    max-width: 1015px;
    margin-inline: auto;
    box-shadow: 0px 0px 30px rgba(5, 26, 176, 0.1);
    padding: 20px 75px;
}

.price-table--row{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.price-table--row div {
    flex: 1 1 0px;
}

.price-table--head div, .price-table--body div{
    padding: 0.45rem;
}

.price-table--head div{
    color: #858585;
}


.price-table--head .price-table--row, .price-table--body .price-table--row{
    text-align: right;
}

.price-table--head .price-table--row div:first-child{
    text-align: left;
}

.price-table--body .price-table--row div:first-child{
    font-weight: 700;
    text-align: left;
}

@media (max-width: 991px){
    .price-table--head .price-table--row div:not(:first-child):not(:last-child) {
        display: none;
    }

    .price-table--head .price-table--row {
        align-items: center;
    }

    .price-table--head .price-table--row div:first-child{
        flex: 0.3;
    }

    .price-table--head .select-box{
        height: 42px;
    }

    .price-table--head .select{
        font-size: 14px;
    }

    .price-table--head .select-box .select::after{
        top: 17px;
    }

    .price-table {
        padding: 10px 0;
    }


    #steps .container{
        padding-left: 0;
        padding-right: 0;
    }
};

/* ADMIN VIEWS */

.views-element-container  .view-filters form {
    display: flex;
}

.views-element-container  .view-filters form div:first-child {
    display: flex;
    flex-wrap: wrap;
}

.views-element-container  .view-filters .form--inline .form-item {
    width: 24%;
}
.views-element-container  .view-filters .form--inline .form-actions {
    width: 100% !important;
}
.views-element-container  .view-filters .form--inline .form-actions input {
    background: linear-gradient(180deg,#001FFF 0%,#051AB0 100%);
    position: relative;
    border-radius: 25px;
    color: white;
    z-index: 1;
}

.views-element-container  .view-content table {
    max-width: 100%;
    table-layout: fixed;
}

.views-element-container  .view-content table td {
    overflow-wrap: break-word;
}


@media(max-width: 991px){
    .toolbar-vertical {
        padding-top: 0px !important;
    }
    .view {
        padding-top: 40px;
    }
    .toolbar-oriented .toolbar-bar {
        position: relative !important;
    }
}

.toolbar-horizontal header {
    padding-top: 80px !important;
}

.toolbar-horizontal header, .toolbar-fixed header {
    padding-top: 100px;
}
.toolbar-horizontal #main, .toolbar-fixed #main {
    padding-top: 100px;
}
.toolbar-horizontal .cart-popover, .toolbar-fixed .cart-popover {
    margin-top: 100px;

}
.cart-popover {
    cursor: pointer;
}
.views-table tbody .plp-row-class:nth-child(even){
    background-color: rgb(6,26,177, 0.1)
}
.views-table tbody .plp-row-class {
    line-height: 300%;
}

.messages--error {
    color: #CB0505;
    box-shadow: none;
    border-color: #CB0505;
    border-width: 1px 1px 1px 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
}
.messages--error div {
    padding-left: 15px;
}
.region-messages {
    background-color: white;
}
.file--application-pdf {
    max-width: 100%;
}

/* Hide revisions field */
a[href*='#edit-revision-information'] {
	display: none;
}

div[data-drupal-selector="edit-advanced"] {
    display: none;
}
