﻿body {
    display: block !important;
    padding:0px !important;
}

.leadContainer, .clientContainer, .packageContainer {
    background-color: transparent;
    /*padding-top:15px;*/
}
/*
.white-filter{
    filter:brightness(0) invert(1);
}*/
.red-header {
    /* background-color:#d81a1a;
    color:white;*/
    padding-bottom: 15px;
    padding-top: 30px;
}

.white-text{
    color:#fff;
}
.red-text{
    color:#d81a1a;
}

.red-text:hover{ 
    color:#d81a1a;
}

.padding-0 {
    padding: 0;
}

footer {
    /*background-color:#d81a1a;*/
   /* opacity: 1;*/
    display:none;
}/*
footer p{
    color:white;
    width:100%;
    text-align:center;
}*/


.top-bar {
    padding: 0;
    display: none;
}

.row.expanded.fitScreen {
    background-size: cover;
    min-height: 100vh;
}

.errorHolder .error,
.errorHolder {
    color: #d81a1a !important;
}

.successHolder {
    color:green;
}

.signupButton {
    font-size: 2rem !important;
    margin-bottom:5px;
}
 .lblAgentCode {
      text-align:right;
  }

@media only screen and (max-width: 600px) {
  .lblAgentCode {
      text-align:left;
  }
}

/*@media only screen and (max-width: 639px) {
    #img1{
        width:25% !important
    }
    #img2 {
        width: 25% !important
    }
}*/


@media only screen and (max-width: 1024px) {
    .imgCol{
        display:none;
    }


    #productDiscount2 {
        display: block;
    }

    .rightSidedContainer{
        width:100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .imgCol {
        display: none;
    }

    .rightSidedContainer {
        width: 100% !important;
    }
}
    .apply {
        color: white;
        padding: 10px;
        border: none;
        border-radius: 20px !important;
        cursor: pointer;
        font-size: 16px;
        background-color: #000 !important;
        margin-bottom: 16px !important;
    }

    .submit {
        color: white;
        padding: 10px;
        border: none;
        border-radius: 20px !important;
        cursor: pointer;
        font-size: 16px;
        background-color: #990000 !important;
    }

    .submitLead {
        color: white;
        padding: 10px;
        border: none;
        border-radius: 20px !important;
        cursor: pointer;
        font-size: 16px;
        background-color: #990000 !important;
    }

    .payment {
        color: white;
        padding: 10px;
        border: none;
        border-radius: 20px !important;
        cursor: pointer;
        font-size: 16px;
        background-color: #990000 !important;
        float: right;
        margin-top: 50px;
    }

    .button {
        width: 30%;
    }

    @media (max-width: 600px) {
        .button {
            width: 100%;
        }
    }

    .cancel-btn {
        border-radius: 20px !important;
        background-color: transparent !important;
        border: solid white 1px;
        padding: 10px;
        cursor: pointer;
    }

    .imgCard {
        width: 100%;
        border-radius: 8px;
        padding-right: 50px;
    }

    .logo {
        margin: 50px 0 0 0;
    }

    .checkSplitContainer {
        display: flex;
    }

    .splitContainer {
        display: flex;
        flex-direction: row;
    }

    .imageBlock {
        flex: 1;
        padding: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fieldsBlock {
        flex: 1;
        padding: 10px;
        text-align: left;
    }

    @media (max-width: 600px) {
        .splitContainer {
            display: flex;
            flex-direction: column;
        }

        .imageBlock {
            order: 2;
            padding: 10px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .fieldsBlock {
            order: 1;
            padding: 10px;
            text-align: left;
        }
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    .field {
        border-radius: 20px !important;
    }

    p {
        margin-bottom: 0 !important;
    }

    .heading {
        font-size: 2rem !important;
        color: white;
    }

    label {
        color: white;
    }



    .checkBoxText {
        padding: 10px;
        text-align: left;
        color: white !important;
    }

    .checkBox {
        padding: 10px;
        text-align: left;
    }

    #productImage {
        border-radius: 28px !important;
    }


    .has-tip {
        font-weight: normal !important;
    }



    .container {
        width: 100%;
    }

        .container header {
            font-size: 35px;
            font-weight: 600;
            margin: 0 0 30px 0;
        }

        .container .form-outer {
            width: 100%;
            overflow: hidden;
        }

            .container .form-outer form {
                display: flex;
                width: 400%;
            }

    .form-outer form .page {
        width: 25%;
        transition: margin-left 0.3s ease-in-out;
    }

        .form-outer form .page .title {
            text-align: left;
            font-size: 25px;
            font-weight: 500;
        }

        .form-outer form .page .field {
            display: flex;
            position: relative;
        }

    form .page .field .label {
        position: absolute;
        top: -30px;
        font-weight: 500;
    }

    form .page .field input {
        height: 100%;
        width: 100%;
        border: 1px solid lightgrey;
        border-radius: 5px;
        padding-left: 15px;
        font-size: 18px;
    }

    form .page .field select {
        width: 100%;
        padding-left: 10px;
        font-size: 17px;
        font-weight: 500;
    }

    form .page .field button {
        width: 100%;
        height: calc(100% + 5px);
        border: none;
        background: #d33f8d;
        margin-top: -20px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: 0.5s ease;
    }

        form .page .field button:hover {
            background: #000;
        }

    form .page .btns button {
        margin-top: -20px !important;
    }

        form .page .btns button.prev {
            margin-right: 3px;
            font-size: 17px;
        }

        form .page .btns button.next {
            margin-left: 3px;
        }




    .steps-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 32px;
        padding-bottom: 32px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-step-number.active {
        color: #fff;
        font-weight: 400;
        border-bottom: 3px solid #e30100
    }


    .form-step-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 54px;
        margin-right: 5px;
        margin-left: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #fff;
        font-size: 14px;
    }

    .form-step-progress-bar {
        width: 100%;
        min-height: 1px;
        border-radius: 50px;
        background-color: #eff0f6;
    }

        .form-step-progress-bar.current-step {
            width: 50%;
        }

    .form-step-progress-bar {
        width: 100%;
        min-height: 1px;
        border-radius: 50px;
        background-color: #e30100;
    }


    .confirmation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    #btnConfirmActionItem {
        color: white;
        background-color: #000;
        font-size: .875rem;
        font-weight: bold;
        margin: 10px;
        padding: 10px;
        cursor: pointer;
        border-radius: 20px !important;
        width: 100px;
        text-align: center;
    }

    #btnConfirmClose {
        color: #000;
        cursor: pointer;
        margin: 10px;
        padding: 10px;
        border-radius: 20px !important;
        width: 100px;
        text-align: center;
        border: 1px solid #000;
    }

    /* Add a class to hide the image */
    .hidden {
        display: none;
    }

    .selectable-image {
        cursor: pointer;
        border-radius: 32px !important;
        border: 2px solid transparent;
    }

        .selectable-image:hover {
            border-radius: 32px !important;
            border: 5px solid #e30100;
        }

    .text-right {
        text-align: right;
    }

    .cart {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
    }

    .checkout {
        background-color: #FFF;
        padding: 10px;
        border-radius: 10px;
    }