.main-card-sec {

    margin: 0 15px;
    text-align: center;
}

.thank-card-section {
    padding: 0 40px 40px 40px;
}

.heading-question h2 {
    text-transform: capitalize;
}

.heading-question h2 span {
    color: #e5007e;
}

.card-item-col {
    /* 	width: 100%; */
    padding: 3px 5px 10px 5px;
    box-shadow: 0px 0px 7px 0px #ccc;
    border-radius: 5px;
    margin: 10px 10px;
    border: 3px solid transparent;
    background-size: 125px 120px;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 45px;
    transition: .3s;
    color: #e5007e;
    font-size: 20px;
    line-height: 1.25;
    flex-direction: column;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 15rem;
    width: 15rem;
}



.card-item-col.card-item-project {
    /* 	width: 100%; */
    padding: 3px 5px 10px 5px;
    box-shadow: 0px 0px 7px 0px #ccc;
    border-radius: 5px;
    margin: 10px 10px;
    /* 	border: 3px solid transparent;
	background-size: 125px 120px;
	background-repeat: no-repeat;
	background-position: top;
    background-position-y: 45px; */
    background-image: linear-gradient(45deg, #e5007e, #e5007e);
    background-position: center;
    background-size: 100% 100%;
    transition: .3s;
    color: #fff;
    font-size: 20px;
    flex-direction: column;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 12rem;
    padding: 20px 20px;
    /* border: 3px solid #1d83aacc; */
}

.card-item-col.card-item-project:hover {
    border: 3px solid #1e88ad82;
}

.card-item-col:hover {
    border: 3px solid #e5007e;
}

.card-item-col.card-col-items.card-item-project.windows-no {
    width: 8rem !important;
    height: 8rem;
    font-size: 34px;
}

.card-container {
    width: 100%;
    display: inline-flex;
    margin: 15px auto;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width:768px) {
    .card-container {
        margin: 30px auto 0px;
    }
}

.back_button_extra {
    height: 100px;
}

.info-icon {
    width: 30px;
    float: right;
    height: 30px;
    background-color: #f2761a;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 0px;
    box-shadow: 0px 0px 7px 0px #ccc;
    margin-left: auto;
    box-shadow: 0px 0px 7px 0px #ccc;
}

.info-icon:hover {
    background-color: #000000;
}

@media only screen and (min-width: 768px) {
    .card-title.step-card-title {
        margin-top: auto;
        padding-bottom: 1rem;
        text-align: center;
        color: #fff;
    }
}

button.btn.btn-primary.boiler-btn.search-btn {
    font-size: 18px;
}

.info-icon-main {
    width: 100%;
    height: 20px;
}

.info-text {
    display: none;
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    transition: .3s;
    pointer-events: none;
}

.card-item-col:hover .info-text {
    display: block !important;
}

.info-text p span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #f2761a;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 0;
}

.question-nav1 {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    margin: 15px 0;
}

.question-nav-back1 {
    margin: 0;
    padding: 15px;
    margin-left: 5px;
    min-width: 130px;
    line-height: 1;
}

.question-nav-back {
    background: #e5007e;
    /* border: 3px solid transparent;*/
    border-left: 0;
    color: #fff;
    /*height: 40px;
	position: absolute;
	line-height: 40px;*/
    padding: 15px;
    /*left: 45%;
	top: 91%;
	bottom: 0;
	transform: translateY(-50%);*/
    transition: all .25s ease;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    line-height: 1;
    min-width: 130px;
}

.question-nav-back-text {
    display: block;
    vertical-align: bottom;
    font-size: 20px;
}

.backButtonExtraSpace {
    height: 40px;
}

.question-nav-back:hover {
    background: var(--global-palette-btn-bg);
}

.question-nav-back:hover .question-nav-back-text {
    display: block;
}

#section_10 {
    max-width: 600px;
    margin: 30px auto;
}

#section_11 {
    max-width: 620px;
    margin: 30px auto;
}

.card-item-col-frm .form-control {
    width: 100%;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 0.25rem;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    margin-bottom: 20px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
}


#SaveBtn {
    width: 100%;
    margin: 20px auto;
    /* height: 40px; */
    border: none;
    background: #e5007e;
    color: #fff;
    font-size: 20px;
    /* font-weight: 700; */
    padding: 15px 10px 15px 15px;
}

#SaveBtn:hover {
    background: #e5007e;
}

.form_error {
    background: #e5007e;
    font-size: 14px;
    color: #fff;
    padding: 0 3px;
    position: absolute;
    right: 0;
    /* 	top: 50%; */
}

.display-off {
    display: none;
}

.card-item-col-frm {
    width: 100%;
}

.card-item-col-frm .form-group {
    position: relative;
}

.form_error::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2daae1;
    position: absolute;
    top: -4px;
    right: 0;
}

.form-group1 {
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    margin: 0 10px 20px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    padding: 20px;
}

.form-group1 input[type="text"] {
    background: transparent;
    /* border: none; */
    width: calc(100% - 30px);
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.form-group {
    margin: 0 10px;
}

.search-btn {
    /* 	position: absolute; */
    right: 0;
    top: 0;
    height: 54px;
    width: 150px;
    border-radius: 0;
}

.form-group1 {
    position: relative;
}

#thankyou_sec {
    /* 	width: 1300px; */
    margin-top: 40px;
}


.card-item-col2 {
    width: 100%;
    padding: 3px 5px 10px 5px;
    box-shadow: 0px 0px 7px 0px #ccc;
    border-radius: 5px;
    margin: 10px 10px;
    border: 3px solid transparent;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 4rem;
    transition: .3s;
    color: #333333;
    font-size: 18px;
    flex-direction: column;
    cursor: pointer;
    background-color: #0f2b70;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18rem;
    width: 20rem;
    position: relative;
}

.card-item-col2:hover {
    border: 3px solid #e5007e;
}

.thank-sec-content-main {
    margin: 20px auto 0;
    display: inherit;
    /* 	width: 1200px; */
}

.thank-img-sec {
    /* 	width: 50%; */
    justify-content: center;
    display: flex;
    padding: 20px;
    flex: 0 0 50%;
}

.thank-content-sec {
    /* 	width: 50%; */
    text-align: justify;
    color: #fff;
}

#recent_most {
    background: #e5007e;
}

/* -----09042022----------- */
.heading-question h2 {
    padding-top: 2.5rem;
    padding-bottom: .5rem;
}

.heading-question.contact-detail-head h2 {
    padding: 1rem 0;
}

.passcode-form,
.passcode-form:hover,
.contact-details-card,
.contact-details-card:hover {
    box-shadow: none !important;
    border: none;
}

.passcode-form {
    margin: 0px !important;
}

.passcode-form,
.postcode-field,
#dropdown {
    width: 100% !important;

}

.contcat-details-container {
    display: block !important;
    padding-top: 1rem;
    margin: 0 10px;
}

.contcat-details-container .contact-details-card {
    width: calc(100% - 20px);
}

.contcat-details-container .contact-details-card .card.item-card.card-block,
.contcat-details-container .contact-details-card .card.item-card.card-block input[type="text"] {
    width: 100%;
    color: #000;
}

.contcat-details-container .contact-details-card .form-group {
    padding: 10px 0;
    position: relative;
}

.contcat-details-container .contact-details-card .form-group input[type="text"],
.form-group #dropdown {
    padding: 10px 0;
    width: 100%;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 0.25rem;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-appearance: none;
}

.steps {
    color: #a8b8e1;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
}

.Check_box_container label p {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .card-container {
        flex-wrap: wrap;
    }



}

@media only screen and (max-width:768px) {
    .card-item-col {
        width: 100% !important;
        background-size: 65px 60px;
        background-position: 20px;
        background-position-y: center;
        align-items: flex-start;
        justify-content: center;
        height: 6rem;
        padding-left: 100px;
    }

    .card-item-col {
        text-align: left;
    }








    .section-thank {
        display: block !important;
    }

    .card-item-col.card-item-project {
        margin: 10px 0px !important;
        width: 17rem;
    }

    .card-container.main.card-container-no {
        grid-template-columns: repeat(auto-fill, minmax(60px, 100px));
        justify-content: space-evenly;
        display: grid !important;
        width: 100%;
    }

    .passcode-form,
    .postcode-field,
    #dropdown {
        width: 100% !important;
        max-width: 350px;
    }
}

@media only screen and (min-width:768px) {
    .card-container.main.card-container-no {
        width: 70% !important;
    }
}

@media screen and (max-width:485px) {

    /*.question-nav-back{ margin: 12px -62px; }*/
    .card-item-col.card-col-items.card-item-project.windows-no {
        width: 6rem !important;
        height: 5rem;
    }
}

.Bi-fold {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}


.card-container.main.quote-thankyou-sec.quote-thankyou-sec>.card-item-col2 {
    cursor: context-menu !important;
}

#section-form .header {
    display: none;
    text-align: left;
    color: red;
    margin-left: 6px;
}

#checkBoxError {
    text-align: left;
    color: red;
}

.loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.btn-loading .loading-spinner {
    display: inline-block;
}

.btn-loading .btn-text {
    display: none;
}