body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    outline:0 !important;
}

p {
    color: rgb(34 33 54 / 60%);
    font-size: 15px;

}

h1, h2, h3, h4, h5, h6{
    color:#222136;
}

.qo-butn {
    background-color: #9e005d;
    color: white;
    text-decoration: none;
    border-radius: 38px;
    padding: 18px 25px;
    font-size: 14px;
    border: 0;
}

.signupbox a,
.content a {
    color: white;
    display: flex;
}

/* header navbar  */
#header {
    position: fixed;
    z-index: 99;
    width: 100%;
}
#header.normal{
    position: relative;
}

.h-loginBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* sticky header  */

#header.header-sticky {
    background-color: white;
    transition: 0.5s;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
}

#header.header-sticky nav {
    padding: 0.5rem 0;
    transition: 0.5s;
}

#header.header-sticky .login-btn {
    background-color: #9e005d;
    color: white;
    padding: 3px 25px;
}

#header.header-sticky .sticky_black{
    background-color: #000000!important;
}

#header.header-sticky .login-btn {
    color: white;
}

#header.header-sticky .navbar-light .navbar-toggler-icon {
    background: url(../icons/toggle-icon.svg);
    background-size: 25px;
    background-repeat: no-repeat;
}

/* end sticky header  */

#header nav {
    padding: 2rem 0;
}

#header .login-btn {
    color: rgb(34 33 54);
}

.logo-img {
    width: 100%;
    object-fit: cover;
}

#header .navbar-brand{
    max-width: 20%;
    display: block;
}

.plan-period{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.qo-nav .nav-link {
    padding: 4px 15px !important;
    color: rgb(34 33 54) !important;
    font-weight:500;
}

.qo-nav {
    font-size: 14px;
}

#header .login-margin {
    margin: 0 10px 0 30px;
}

.login-btn {
    background-color: white;
    border-radius: 15px;
    padding: 3px 25px;
    border: 0;
    font-weight:500;
}

/* hero section  */
#hero-section .content h1 {
    color: #9e005d;
    font-weight: 500;
}

#hero-section .content h1 span {
    font-weight: 700;
}

#hero-section .hero-img {
    width: 650px;
}

#hero-section .right-img {
    display: flex;
    justify-content: end;
    overflow: hidden;
}

#hero-section .qo-row {
    min-height: 500px;
}

@media (min-width: 1024px) {
    #hero-section .content p {
        max-width: 458px;
    }

    #hero-section .hero-img {
        width: 550px;
    }

    #hero-section .content {
        margin-left: 50px;
    }
}

@media (min-width: 1100px) {
    #hero-section .content {
        margin-left: 115px;
    }

    #hero-section .content h1 {
        font-size: 46px;
    }

    #hero-section .hero-img {
        width: 650px;
    }
}

/* banner section  */
#banner {
    padding: 35px 0;
}

#banner .cont {
    display: flex;
}

#banner .qo-butn {
    padding: 16px 45px;
    font-size: 16px;
}

#banner p {
    font-size: 24px;
    font-weight: 100;
}

#banner p span {
    font-weight: 600;
}

#banner .sign-up {
    margin-left: 140px;
}

/* spacer section before banner secition */
#spacer1 {
    height: 170px;
}

/* features section  */
#features {
    margin-top: 100px;
    background-image: url(../img/element-3.png);
    background-repeat: no-repeat;
    background-position: 70% 10%;
}

#features .qo-card-cont {
    display: flex;
}

#features .feature-icon {
    background-color: #9e005d29;
    width: fit-content;
    border-radius: 50%;
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    height: 150px;
}

#features .title p {
    max-width: 660px;
    margin: 0 auto 20px auto;
}

#features .fe-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px;
}

/* text section  */
#text .right-content {
    padding-right: 100px;
}

#text .col-text-right {
    display: flex;
    align-items: center;
}

#text .spacer1 {
    height: 170px;
}

#text .left-img img {
    width: 100%;
}



/* client section */
#client {
    margin: 100px 0 150px 0;
}

#client .title {
    margin-bottom: 75px;
}

#client .client-card {
    box-shadow: rgb(157 0 93 / 17%) 0px 8px 24px;
    margin: 0 35px;
    border-radius: 30px;
    background-color: white;
    overflow: hidden;
}
@media(min-width: 990px){
    #pricing-pg #client .client-card{
        margin: 0 50px;
    }
}

#client h5 {
    background-color: #9e005d;
    color: white;
    text-align: center;
    padding: 22px 0 22px 0;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
}

#client ul {
    padding: 20px 30px 20px 30px;
    /* line-height: 3; */
    font-size: 14px;
    color: rgb(34 33 54 / 60%);
    list-style: none;
}
#client ul li{
    display: flex;
    padding: 12px 0;
}
#pricing-pg #client ul li{
    justify-content: space-between;
}
#client ul li .img-tick{
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 2px;
}
#client ul li .text{
    line-height: 1.3;
}

#client ul .check-icon {
    width: 18px;
    margin-right: 6px;
}

#client .client-card-main {
    max-width: 1020px;
    margin: 0 auto;
}
@media(min-width: 769px){
    #client .cus-mb-price{
        margin: 0 0 80px 0;
    }
}
@media(max-width: 768px){
    #client .cus-mb-price{
        margin: 0;
    }
    
    #footer .footer-links div{
        text-align: center;
    }
}


/* footer section  */
#footer {
    padding: 20px 0 30px 0;
    margin-top: 70px;
}

#footer .footer-links {
    display: flex;
    color: white;
}

#footer .footer-links div:not(:last-child) {
    border-right: 1px solid white;
}

#footer .footer-links div {
    padding: 0 12px;
    margin-top: 12px;
    font-size: 14px;
}

#footer .social-icons img {
    width: 20px;
}

#footer .social-icons .mid-icon {
    margin: 0 35px;
}

#footer .logo-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .arrow-up {
    background-color: #9e005d;
    padding: 8px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border: 3px solid white;
    margin: -43px auto 0px auto;
    box-sizing: border-box;
    justify-content: space-between;
}

#footer .spacer2 {
    height: 20px;
}

#footer .footer-links a {
    color: white;
}

#footer .footer-links a:hover {
    color: white;
}

@media (max-width: 1020px) and (min-width: 770px) {
    #features .fe-card {
        padding: 60px 40px;
    }

    #features .feature-icon img {
        width: 60px;
    }

    #features .feature-icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 990px) {
    #hero-section .hero-text {
        order: 6 !important;
    }

    .navbar-light .navbar-toggler-icon {
        background: url(../icons/toggle-icon.svg);
        background-size: 25px;
        background-repeat: no-repeat;
    }

    #header .navbar-collapse {
        background-color: white;
        padding: 12px;
    }

    #header .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }

    #header .navbar-light .navbar-toggler {
        border-color: transparent;
    }
}

@media(width: 768px) {
    #features .qo-card-cont {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    #features .qo-card-cont .fe-card {
        max-width: 440px;
    }
}

@media(max-width: 769px) {
    #header nav {
        padding: 1rem 0;
    }

    #header .login-margin {
        margin: 0 10px 0 0px;
    }

    #header .login-btn {
        background-color: #9e005d;
        color: white;
        padding: 3px 25px;
    }

    #header .login-btn a {
        color: white;
    }

    #features .qo-card-cont {
        display: block;
    }

    #text .left-img img {
        width: 100%;
    }

    #banner .cont {
        display: block;
    }

    #banner .signupbox {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    #banner .sign-up {
        margin-left: 0;
    }

    #banner .text {
        text-align: center;
    }

    #features {
        margin-top: 50px;
    }

    #features .fe-card {
        padding: 0;
    }

    #text .spacer1 {
        height: 50px;
    }

    #text .right-content {
        padding: 0 20px;
    }

    #client {
        margin: 53px 0 50px 0;
    }

    #client .title {
        margin-bottom: 0px;
    }

    #client .client-card {
        margin: 20px 20px;
    }

    #hero-section .hero-img {
        width: 100%;
        position: relative;
        right: -80px;
    }

    #hero-section #spacer3 {
        height: 360px;
    }

    #spacer1 {
        height: 50px;
    }

    #hero-section .qo-row {
        min-height: 0px;
    }

    #hero-section .content {
        padding: 0 50px;
    }
}

@media(max-width: 540px) {
    #hero-section .content {
        padding: 0 18px;
    }
}

@media (width: 425px) {
    #hero-section #spacer3 {
        height: 380px;
    }
}

@media(max-width: 320px) {
    #footer .social-icons .mid-icon {
        margin: 0 6px;
    }

    #footer .footer-links {
        flex-wrap: wrap;
    }

    #footer .footer-links div {
        width: 50%;
    }

    #footer .footer-links div:nth-child(even) {
        border-right: 1px solid rgba(255, 255, 255, 0);
    }
}


/* features page  */
#header .c-p{
    background-color: #9e005d;
}
#header .c-b{
    background-color: #000000!important;
}
#header .c-p, #header .c-b {
    
    color: white;
}

#f-banner{
    background-color: #9e005d;
}
#f-banner div{
    text-align: center;
    padding: 70px 20px;
}
#f-banner .sign-up{
    color: #9e005d;
    background-color: white;
    border-radius: 40px;
    padding: 18px 46px;
    font-weight: 600;
}
#f-banner div h3{
    color: #ecccdf;
    margin-bottom: 50px;
    font-weight: 600;
}
#f-banner div p{
    color: #ecccdf;
    margin-bottom: 60px;
    line-height: 2;
}

/* text section  */

#f-text .text{
    align-items: center;
    display: flex;
}
#f-text .text h4{
    margin-bottom: 22px;
}

/* features section of feature page  */

#f-feature .cont{
    display: flex;
}
#f-feature .f-img{
    background-color: #9e005d29;
    width: fit-content;
    border-radius: 50%;
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    height: 150px;
}
#f-feature .img-box{
    width: 30%;
}
#f-feature .text{
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 36px;
}
#f-feature .cont{
    background-color: white;
    padding: 40px 35px;
    box-shadow: rgb(157 0 93 / 17%) 0px 8px 24px;
    border-radius: 15px;
}
#f-spacer2{
    height: 120px;
}

.cus-mt{
    margin-top: 100px;
}
@media(max-width: 768px){
    #f-text .c-img img{
        width: 100%;
        padding-bottom: 30px;
    }
    .cus-mt{
        margin-top: 50px;
    }
    #f-spacer2 {
        height: 90px;
    }
    #header .h-loginBtn{
        margin-top: 20px;
    }
}
@media(max-width: 425px){
    #f-feature .cont {
        display: block;
    }
    #f-feature .cont .img-box, #f-feature .cont .text{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #f-feature .cont .text{
        padding: 0;
        margin-top: 20px;
    }
    
    #footer .footer-links div{
        font-size:12px;
    }
    
    #footer .social-icons .mid-icon{
        margin: 0 10px;
    }
}


/* support page  */
#s-banner{
    background-color: #9e005d;
}
#s-banner .container{
    padding: 30px 0;
}
#s-banner .container h3{
    color: #ecccdf;
    font-weight: 600;
}
#cus-form .input-50{
    width: 48%;
    padding: 12px 20px;
    margin: 10px 0;
    border: 2px solid #c0c0c0;
}
#cus-form .input-100{
    width: 99%;
    padding: 12px 20px;
    margin: 10px 0;
    border: 2px solid #c0c0c0;
}
#cus-form .m-r{
    margin-right: 1rem;
}
#cus-form input:focus-visible{
    outline: 0;
}
#cus-form textarea{
    resize: none;
}
#cus-form .input-50::placeholder, #cus-form .input-100::placeholder{
    color: #c0c0c0;
}

.submit-btn{
    color: white;
    background-color: #9e005d;
    border-radius: 40px;
    padding: 20px 42px;
    font-weight: 600;
    border: 0;
    /*text-transform: uppercase;*/
}
.submit-btn:hover{
    color: white;
}
@media(max-width: 425px){
    #cus-form .m-r{
        margin-right: 0.3rem;
    }
    #cus-form .input-50::placeholder, #cus-form .input-100::placeholder{
        font-size: 12px;
    }
    #cus-form .input-50, #cus-form .input-100{
        padding: 12px 12px;
    }
}
@media(max-width: 320px){
    #cus-form .input-50::placeholder, #cus-form .input-100::placeholder{
        font-size: 10px;
    }
}
#footer-spacer{
    height: 50px;
}
#cus-form .img-col{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 768px){
    #footer-spacer{
        height: 0px;
    }
    #cus-form form{
        background-image: url('../img/support-lite.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
    #cus-form form .input-50, #cus-form form .input-100{
        background-color: transparent;
    }
    #cus-form .img-col{
        display: none;
    }
    #cus-form .input-50::placeholder, #cus-form .input-100::placeholder{
        color: #333131;
    }
}


#login .log-inputs{
    border-left: 10px solid #9e005d;
    margin-bottom: 25px;
}

#login .log-row{
    border-radius: 6px;
}

#login .log-row .bg-white{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#login .log-row img{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    object-fit: cover;
}

#login .log-inputs input{
    border: 2px solid #c0c0c0;
    width: 100%;
    padding: 15px;
    border-left: 0;
}
#login .log-inputs input:focus-visible{
   outline: 0;
}
#login .title{
    margin-bottom: 25px;
    color: #9e005d;

}
#login .title h3{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
#login .remember{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
#login .remember .text{
    color: #c0c0c0;
}
#login .remember a{
    color: #9e005d;
    font-weight: 600;
}
#login .log-forgot{
    display: flex;
    justify-content: space-between;
}
#login .log-forgot a{
    color: #c0c0c0;
}
#login .login-container{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 60px 60px;
}
#login .log-row{
    box-shadow: rgb(157 0 93 / 17%) 0px 8px 24px;
    margin: 0px;
}

.ques-signup .log-frame-top{
    margin: 0 30px;
}

.ques-signup #login_firm_details h3{
    font-size: 28px;
}

.footer-sp-quesquo{
    text-align: center;
    margin-top: 60px;
}

.footer-sp-quesquo p {
    margin-bottom: 0;
    line-height: 2;
    font-weight: 600;
    color: #222136;
    font-size: 20px;
}

.footer-sp-quesquo img {
    max-width: 50%;
    object-fit: contain;
}

@media(max-width: 1199px){
    #login .login-container{
        padding: 60px 30px;
    }
}
@media(max-width: 540px){
    #login .log-row{
        margin: 0 20px;
    }
    #login .login-container {
        padding: 60px 20px;
    }
    #login .remember{
        display: block;
        line-height: 2;
    }
    #login .log-forgot a{
        font-size: 12px;
    }
    #login .title h3{
        font-size: 24px;
    }
    #login .remember a {
        font-size: 14px;
    }
    #login .remember .text {
        font-size: 14px;
    }
    .submit-btn {
        padding: 12px 36px;
    }
    #login .log-inputs input{
        font-size: 12px;
        padding: 12px;
    }
    #login .reg-for a{
        font-size: 14px;
    }
}
#login .reg-for a{
    color: #9e005d;
    font-weight: 600;
}
#login .title .f-text{
    color: #c0c0c0;
    line-height: 1.6;
    margin: 0;
}
#login .cus-my-f{
    margin: 35px 0;
}

#login .log-inputs.hasErr {
    margin-bottom: 3px;
}


.heading_questionair_front{
    font-size: 22px;
    font-weight: 500;
}

/* .questionnair-flow .prog-wrap{
    border-bottom: 1px solid;
} */


/* .prog-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #c7c4c3;
    top: 50%;
    z-index: -1;
} */

.prog-wrap{
    position: relative;
    z-index: 2;
}

.circle-wrap {
    margin: 0px auto;
    width: 150px;
    height: 150px;
    background: #efe9e9;
    border-radius: 50%;
}
  
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
width: 150px;
height: 150px;
position: absolute;
border-radius: 50%;
}

.circle-wrap .circle .mask {
clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .inside-circle {
width: 122px;
height: 122px;
border-radius: 50%;
background: white;
text-align: center;
margin-top: 14px;
margin-left: 14px;
position: absolute;
z-index: 100;
font-weight: 600;
font-size: 2em;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: column;
line-height: 1;
color: rgb(34 33 54) !important;
}

.circle-wrap .inside-circle span{
font-size: 13px;
font-weight: 500;
}

/* color animation */

/* 3rd progress bar */
.mask .fill {
clip: rect(0px, 75px, 150px, 0px);
background-color: #28a745;
}

/* .mask.full,
.circle .fill {
animation: fill ease-in-out 3s;
transform: rotate(135deg);
} */

.ans_ques_front{
padding: 0px;
margin: 0px;
list-style: none;
}

#questionAnswerDiv{
max-width: 60%;
margin: 0 auto;
text-align: left;
display: table;
}

.ans_ques_front li {
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
color: rgb(34 33 54);
}

#questionAnswerDiv label{
    cursor: pointer;
}

.questionnair_heading_main_front{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 10px;
}

#login_firm_details img{
    max-width: 90%;
    margin-bottom: 20px;
}

#login_firm_details h3{
    margin-bottom: 0;
    line-height: 1.5;
}

#login_firm_details span{
    color: black;
    font-size: 12px;
    display: block;
}

#login_firm_details a{
    line-height: 0;
}


.ques_flow_fimr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    align-items: center;
    align-content: start;
    width: 30%;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #f9f8f8;
    padding: 30px 30px;
    text-align: center;
    border-radius: 8px;
}

.ques_flow_fimr span{
    color: rgb(34 33 54);
}

.ques_flow_fimr img {
    max-width: 100%;
}

@keyframes fill{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}


.qoute_invoice{
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
}

.qoute_logo img{
    max-width: 100%;
}

.qoute_header{
    align-items: center;
}

.qoute_com{
    text-align: right;
}

.qoute_com span, .qoute_client span{
    display: block;
    font-size: 12px;
}

.qoute_details{
    font-size: 12px;
}

.qoute_address_in{
    width: 50%;
    text-align: right;
    margin-left: auto;
}


.qoute_body{
    align-items: center;
}

.small_text{
    color:#b3b4bc;
}

.fw-bold-600{
    font-weight: 600;
}

.qoute_details{
    width: fit-content;
    margin-left: auto;
}

.qoute_details div span:first-child{
    margin-right: 2px;
}

.qoute_details div{
    padding-bottom: 5px;
}

.qoute_details div.qoute_amout{
    background-color: #efefef;
    padding: 8px;
}

.qoute_table{
    font-size: 12px;
}

.qoute_table table{
    width: 100%;
}

.qoute_table thead{
    
    color: white;
    padding: 4px 12px;
}

.qoute_table thead tr td{
    padding: 4px 12px;
}


.qoute_table tbody tr td{
    padding: 12px;
}

.qoute_table tr td:not(:first-child){
    text-align: center;
}

.qoute-pre-footer{
    font-size: 12px;
}

.qoute-pre-footer{
    width: 50%;
    margin-left: auto;
    text-align: right;
}

.qoute-pre-footer hr {
    margin: 3px;
}

.qoute-pre-footer div span:first-child {
    margin: 10px;
    line-height: 20px;
}

.qoute-pre-footer div {
    margin-right: 25px;
}

.qoute-footer p{
    font-size: 12px;
    color: #000000;
}

#qoute_temp_2{
    border: 5px solid rgb(158, 0, 93);
    padding: 20px;
    width: 520px;
}

#qoute_temp_2 .qoute_table tr td{
    padding-left: 0px;
    padding-right: 0px;
    
}

#qoute_temp_2 .qoute_table thead tr td{
    color:#000000;
    font-weight: 600;
}

#qoute_temp_2 .double-line{
    width: 100%;
    height: 5px;
}

#qoute_temp_2 .inv-hd-2 h6{
    font-size: 20px;
    text-transform: capitalize;
}

#qoute_temp_2 .inv-hd-2{
    height: 65px;
    align-items: center;
}

#qoute_temp_3 .qoute_header_3, #qoute_temp_3 .qoute_header_3 h4{
    color:white !important;
    line-height: 1;
}

#qoute_temp_3 .qoute_header_3 span{
    font-size: 12px;
}

.qoute_header_3 div{
    padding: 25px 25px;
}

#qoute_temp_3 .qoute_table table thead tr td{
    color: #b3b4bc !important;
}

#qoute_temp_3 .qoute_table table tbody tr:nth-child(odd) {
    background-color: #efefef;
}

.footer_temp_3{
    font-size: 12px;
    
}

.footer_temp_3 span{
    display: block;
}

.action-box-qoute{
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px 0px;
    background: #f9f8f8;
    border-radius: 8px;
}

.accept_qoute-btn{
    margin-left: 30px;
}

.accept_qoute-btn button{
    background-color: #28a745;
    border-color: #28a745 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media(max-width: 375px){
    #login .reg-for a{
        font-size: 10px;
    }
    #login .submit-btn{
        font-size: 12px;
        padding: 14px 30px;
    }
}


/*for reset password page when creting acc */
.cus-rp-input{
    border: 2px solid #c0c0c0;
    width: 100%;
    padding: 15px;
    border-left: 0;
    border-radius: 0px;
}
.cus-rp-wr .form-control:focus{
    border-color: #c0c0c0;
    box-shadow: none;
}
.cus-rp-wr.form-group{
    margin: 35px 0;
}
.cus-rp-wr .left-bd{
     border-left: 10px solid #9e005d;
}
.cus-rp-wr span{
    color: red;
    font-weight: 100;
}

