/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020.08.26., 10:21:52
    Author     : Janos
*/
html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira Sans', sans-serif !important;
}

.ui.steps .step .title {
    font-family: 'Fira Sans', sans-serif !important;
}

.ui.card>.content>.header, .ui.cards>.card>.content>.header {
    font-family: 'Fira Sans', sans-serif !important;
}

.ui.button {
    font-family: 'Fira Sans', sans-serif !important;
}

html, body {
    font-family: 'Fira Sans', sans-serif !important;
    color: #28224b;
}

.bold {
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0;
}


.error-txt {
    font-size: 11px !important;
}

body {
    background-image: url(/images/cta-background.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
}

#orderForm {
    color: #28224b;
    padding-top: 30px;
    margin-top: 0px;
}

.container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    margin-bottom: 0px;
    padding: 15px 3%;
    border-bottom: 1px solid #f2f4fb;
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.number {
    font-size: 42px;
    font-weight: bold;
    margin-right: 25px;
}

.heading {
    font-size: 50px;
    line-height: 59px;
}

.white {
    color: white;
}

.error-txt{
    top: -5px;
}

a {
    color: #2ac5b0;
}

.field-label {
    margin-bottom: 1px;
    font-family: 'Fira Sans', sans-serif;
    color: #28224b;
    font-size: 18px;
    font-weight: 400;
}
.mt-5 {
    margin-top: 5rem;
}

.w-form {
    max-width: 600px;
    margin: 5rem auto;
}

.wizard {
    margin: 0px auto;
    background: #fff;
    padding: 0px;
    border-radius: 6px;
    background-color: #fff;
    border: 3px solid #2ac5b0;
    box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #2ac5b0;
}

.wizard li.active span.round-tab i{
    color:  #2ac5b0;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #2ac5b0;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    padding-top: 25px;
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

.btn-default {
    margin-top: 4px;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    background: none;
    text-decoration: underline;
}

.btn-primary {
    margin-top: 4px;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    border-color: #2ac5b0;
    background-color: #2ac5b0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    color: white;
}

.btn-primary:hover {
    background-color: #22ac99;
    border-color: #2ac5b0;
}


.ui.steps .step.active .title {
    color: #2ac5b0;
}

.ui.attached.segment {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100%);
    max-width: calc(100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
}

.netPrice {
    font-size: 14px;
    display: block;
}

.next-step {

}

.text-center {
    text-align: center !important;
}

.card.active {
    border: 3px solid #2ac5b0 !important;
}

.ui.info.message {
    height: 100%;
}

.ui.info.message p {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.segment {
    padding: 2.5rem 3rem !important;
}

.card {
    width: 48% !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.teal {
    color: #22ac99;
}

hr {
    border: 1.2px solid #f2f2f2 !important;
}

.ui.cards>.card>.content {
    padding: 2em 2em !important;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flexEnd {
    justify-content: flex-end;
}

.flexEndNext {
    display: flex; justify-content: flex-end
}

.flexStart {
    justify-content: flex-start;
}

.ui.items>.item>.content {
    max-width: 400px;
}

.ui.steps .step {

    padding: 1.6rem !important;
}


.divider {
    display: block;
    width:100%;
    height:60px;
}

.greyBg {
    background: #f9f9f9 !important;
}

button[disabled] {
    background: lightgrey !important;
}

.relPos {
    position: relative;
    left: -5px;
}

.borderless {
    border: none !important;
}


.mt-3 {
    margin-top: 2rem !important;
}

.mayor {
    max-width: 640px;
    margin-bottom: 3rem;
}

.mayorReg {
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}

.text-white {
    color: white;
}

#mayorRegInfo a {
    color: white;
    text-decoration: underline;
}

#mayorRegInfo {
    border-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
    .number {
        margin: 0 0 1rem 0;
    }
    .wizard{
        margin: 20px auto;
    }
    .segment {
        padding: 1rem 1rem !important;
    }
    .card {
        width: 100% !important;
    }

    .mb-1 {
        margin-bottom: 1rem !important;
    }
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}