

html {
    scroll-behavior: smooth;
}

/*hide hamburger en top navigation*/
.navbar-toggle,
#topNavigation ul {
    display: none;
}

.page-content {
    margin-bottom: 100px;
}

#wrapper section .portlet-layout.row {
    padding-top: 0;
    margin-top: 35px;
    min-height: calc(100vh - 110px);
    background-color: #f8f8f8;
}

#wrapper section form .row {
    padding-top: 0;
}

#wrapper section .row.subrow {
    padding-top: 0;
}

#wrapper .btn-default {
    background-color: #addfe4;
    border-color: #addfe4;
    color: #870930;
}

#wrapper .btn-default:hover,
#wrapper .btn-default:active {
    background-color: #addfe4;
    border-color: #addfe4;
    color: #870930;
}

#topNavigation ul.language {
    display: block;
}

#wrapper h3.withTooltip {
    display: inline-block;
}

#wrapper .tooltip {
    pointer-events: none;
}

#wrapper .tooltip-inner {
    background-color: #fff;
    color: #4d4d4d;
    border: 1px solid #addfe4;
    box-shadow: #ccc 2px 2px 6px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #addfe4;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #addfe4;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #addfe4;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #addfe4;
}

.container768 {
    max-width: 768px;
}

#wrapper section.bg-usp {
    padding-bottom: 0;
    border-top: 2px solid #addfe4;
    border-bottom: 2px solid #addfe4;
}

.uspWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.usp {
    padding: 5px;
    display: flex;
    align-items: center;
}

.motivational {
    display: flex;
    align-items: center;
}

.usp .fal,
.motivational .fal {
    font-size: 2.4rem;
    margin-right: 10px;
    color: #870930;
    height: 1em;
}

.stepIndicator {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}

.stepIndicator .step {
    text-align: center;
    width: calc(100% / 3);
}

.stepIndicator .step:before {
    background-color: #addfe4;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 24px;
}

#wrapper .step .stepNumber {
    width: 48px;
    height: 48px;
    border: 2px solid #addfe4;
    border-radius: 25px;
    line-height: 44px;
    margin: 0 auto;
    font-size: 2.4rem;
    position: relative;
    z-index: 1;
}

#wrapper .step.complete .stepNumber,
#wrapper .step.active .stepNumber {
    background-color: #addfe4;
    color: #870930;

}

#wrapper .step.active {
    font-weight: bold;
    color: #870930;
}

#wrapper .step.active .fal{
    animation: 1s ease-in-out 0s 1 slideInFromLeft;
}


#wrapper .step.incomplete .stepNumber {
    background-color: #f8f8f8;
    color: #aaa;
}

#wrapper section.bg-progress {
    padding-bottom: 0;
}

ol.step-indicator {
    list-style-type: none;
}

.control-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    margin-left: -15px;
    padding: 15px 15px;
    box-shadow: #ccc 0 -5px 15px;
    z-index: 10;
}

.packageChoice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrapper .packageChoice .premium {
    font-size: 2.4rem;
    line-height: 2.4rem;
}

#wrapper .packageChoice .premium span {
    font-size: 1.8rem;
    font-weight: 600;
}

.spacer{
    height: 150px;
}

.form-group {
    margin: 0 auto 15px;
}

#wrapper label.col-sm-8 {
    padding-left: 0;
}

#wrapper label.control-label {
    display: block;
}

#wrapper .form-group p {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0
}

.help-block {
    margin-bottom: 0;
}

.alert {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
}

.alert.alert-info {
    background-color: #fff;
    border-color: #addfe4;
    color: #4d4d4d;
}

.alert.alert-info svg {
    color: #ff6600;
} 

.alert svg {
    font-size: 2.4rem;
    margin-right: 15px;
}


.tile {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 30px 20px 30px;
    box-shadow: #ccc 2px 2px 2px;
    margin: 0 auto 25px;
    max-width: 500px;
    position: relative;
}

.tile.withBorder {
    box-shadow: 0 0 0;
    border: 1px solid #addfe4;
}

.tile.attention {
    border: 3px solid #addfe4;
}

#packages .tile {
    max-width: 350px;    
}



.tile.moto {
    padding: 0;
}

#wrapper .tile.moto ul.coverage {
    padding-inline-start: 25px;
    margin-bottom: 30px;
}

#wrapper .tile.moto ul.coverage li {
    margin-bottom: 10px;
}

.packageImage img {
    border-radius: 8px 8px 0 0;
}

.packageContent {
    padding: 5px 20px 25px 20px;
}

#wrapper p.packageIntro {
    margin-top: 25px;
    height: 70px;
    text-align: center;
}

#wrapper section .tile .row {
    padding-top: 0;
}

.hidePremium .premium,
.hidePremium .btn {
    display: none;
}

#wrapper .row#packages {
    padding-top: 5px;
}

#wrapper #packages .tile h4 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.8rem;
}

#wrapper .tile ul li.disabled {
    color:#ccc;
}

#wrapper .tile ul li.disabled:before {
    content: "\e014";
    color: #ccc;
}

#wrapper .tile ul li:before {
    color: #addfe4;
}

#wrapper #packages .premium {
    text-align: center;
}

#wrapper .premium {
    margin-bottom: 10px;
    font-size: 2.8rem;
    color: #870930;
    font-weight: bold;
}

#wrapper .premium span {
    color:#4d4d4d;
    font-size: 2.2rem;
}

#wrapper ul.coverage li {
    margin-bottom: 5px;
}

#wrapper ul.coverage a {
    color: #4d4d4d;
    display: flex;
    margin-right: 5px;
    justify-content: space-between;
    line-height: 2.2rem;
    align-items: center;
    padding: 0 5px;
    border-radius: 10px;
}

#wrapper ul.coverage svg {
    color: #870930;
}

#wrapper ul.coverage a:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}

#wrapper #packages .btn-lg {
    font-size: 1.2rem;
    padding: 6px 12px;
}

h4[id^="coverage"] {
    margin-top: -25px;
    padding-top: 25px;
}


#wrapper p.form-control-static {
    font-weight: normal;
}

.paymentIcons img {
    height: 30px;
    margin: 10px 5px;
}

.agentCard {
    padding: 0 10px;
    cursor: pointer;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    align-items: flex-end;
}

.agentCard:hover,
.agentCard:focus,
.agentCard:active,
.agentCard.selected {
    background-color: #f8f8f8;
}

.agentCard h5 {
    margin-bottom: 5px;
}

.agentCard .btn,
#wrapper .agentCard p {
    margin-bottom: 10px;
}

#googleMap {
    margin-bottom: 15px;
}

#selectedAgent {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
}

.yourAgent {
    display: flex;
}

.yourAgent h3 {
    margin: 0 0 15px;
}

.yourAgent svg {
    font-size: 2.4rem;
    color: #addfe4;
}

#wrapper .overview p {
    margin-bottom: 5px;
}

.overviewBlock {
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #addfe4;
}

.overviewBlock.last {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.overview h4 {
    margin-bottom: 20px;
}

#wrapper .overview ul {
    margin-bottom: 10px;
}

.premiumDetail {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0;
}

.premiumDetail.Total {
    border-top: 1px solid #addfe4;
}

.fixedValue {
    color: #870930;
    font-weight: 600;
}


/* styled radio and checkbox */

.radio-inline {
    margin-right: 15px;
    padding-left: 45px;
    line-height: 2.1rem;
}

.radio label, .checkbox label {
    padding-left: 30px;
}

.radio-inline input[type="radio"] {
    position: relative;
}

.radio-inline input,
.radio input,
.checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio.disabled .styledinput,
.radio.disabled:hover .styledinput,
.checkbox.disabled .styledinput,
.checkbox.disabled:hover .styledinput{
    background-color: #f6f6f6;
    border-color: #ccc;
}

.styledinput {
    position: absolute;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.radio .styledinput,
.radio-inline .styledinput {
    border-radius: 50%;
}

.checkbox {
    padding-left: 8px;
}

.checkbox .styledinput {
    border-radius: 3px;
}

.radio-inline:hover input ~ .styledinput,
.radio:hover input ~ .styledinput,
.checkbox:hover input ~ .styledinput {
    background-color: #ccc;
}

.radio-inline input:checked ~ .styledinput,
.radio input:checked ~ .styledinput,
.checkbox input:checked ~ .styledinput {
    background-color: #ff6600;
}

.styledinput:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-inline input:checked ~ .styledinput:after,
.radio input:checked ~ .styledinput:after,
.checkbox input:checked ~ .styledinput:after {
    display: block;
}

.radio-inline .styledinput:after,
.radio .styledinput:after {
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
}

.checkbox .styledinput:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.tooltipBtn {
    border: 0;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    margin-left: 10px;
    color: #ff6600;
    font-size: 1.8rem;
    line-height: 2rem;
}

.info .tooltipBtn {
    position: absolute;
    top: 10px;
    right: 9px;
}

.fieldInfo {
    position: absolute;
    top: 32px;
    right: 20px;
}

.fieldInfo .tooltipBtn {
    position: absolute;
}

.error {
    display: flex;
    align-items: flex-start;
}

.error svg {
    font-size: 4.0rem;
    color: #870930;
    margin-top: 10px;
    margin-right: 15px;
}

.modal.serviceMsg {
    display: flex;
    align-items: center;
}

.modal-header,
.modal-body {
    padding: 20px;
    position: relative;
}

.modalTitle {
    display: flex;
    align-items: center;
}

.modalTitle svg {
    color: #870930;
    font-size: 3rem;
    margin-right: 10px;
}

.btn.btn-img {
    height: auto;
    max-width: 50px;
    padding: 0;
    max-height: 32px;
}

.custom-file-input{
    display: flex;
}

.custom-file-input svg {
    font-size: 3.0rem;
    margin-bottom: -5px;
    margin-left: 10px;
}

.custom-file-input svg.fa-file.pdf {
    color: #4d4d4d;
}

.custom-file-input .btn-img {
    margin-left: 10px;
}

.modal.fileUpload .modal-header {
    border-bottom-width: 0;
}

.modal.fileUpload .modal-body {
    padding-top: 0;   
}



@media only screen and (max-width: 767px) {

    .modal-dialog {
        position: relative;
        margin: 15px;
        max-height: calc(100vh - 30px);
        overflow: scroll;
    }

    .modal-body {
        bottom: auto;
        top: auto;
    }
}


@media only screen and (min-width: 480px) {
    #wrapper .btn-responsive {
        width: 100%;
    }

    #selectedAgent {
        justify-content: center;
        flex-direction: row;
    }
    #selectedAgent h5 {
        margin-right: 5px;
    }

    .packageChoice {
        justify-content: space-around;
    }



}

@media only screen and (min-width : 768px) {

    .tile {
        margin: 0 auto 15px;
        max-width: none;
    }

    .uspWrapper {
        justify-content: space-between;
    }

    .usp {
        width: 33.3%;
    }

    #wrapper .row#packages {
        padding-top: 35px;
    }

    #wrapper #packages .tile h4 {
        text-align: center;
        margin-bottom: 25px;
        margin-top: 10px;
        font-size: 2.0rem;
    }

    .control-wrapper {
        position: relative;
        margin-left: 0;
        justify-content: space-between;
        border-radius: 8px;
        padding: 10px 60px 0;
        box-shadow: #ccc 2px 2px 2px;

    }

    .alert {
        margin-top: 15px;
    }

    .spacer{
        height: 0;
    }

    #wrapper .premium {
        margin-bottom: 25px;
    }

    .tile.padding150 {
        padding: 30px 150px 20px;
    }

    .tile.padding60 {
        padding: 30px 60px 20px;
    }

    ul.coverage {
        min-height: 120px;
        padding-inline-start: 15px;
    }

    #wrapper ul.coverage li {
        margin-bottom: 10px;
    }

    #wrapper #packages .btn-lg {
        font-size: 1.2rem;
        padding: 10px 16px;
    }

    .tile#agentResults {
        height: 300px;
        overflow-y: auto;
        padding-top: 10px;
    }

    .form-group {
        max-width: none;
    }

    #card-element {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 7px 12px;
    }
}

@media only screen and (min-width : 992px) {    
    ul.coverage {
        padding-inline-start: 40px;
    }

}

@media only screen and (min-width : 1200px) {   


}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-60px);
    }
    100% {
        transform: translateX(0);
    }
}