@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1186px;
    }
}

.input_text {
    width: 99%;
}

.header {
    background-color: #1D283D;
    padding: 40px 0px;
}

.complete h1 {
    font-family: Inter, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 800;
    line-height: 1.2em;
}

.complete p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 21px;
}

.complete_para p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    margin-bottom: 3px;
}

.header .row {
    align-items: center;
}

/**** 2 *****/
.pos_software_img {
    width: 56%;
    text-align: center;
    margin: 0 auto 27px;
}

.pos_software_img img {
    width: 100%;
}

.pos_software_con ul {
    padding: 0px;
    list-style: none;
    margin-top: 25px;
}

.pos_software_con ul li span i {
    color: rgb(0, 149, 197);
    font-size: 19px;
    padding-right: 10px;
}

.pos_software_con h2 {
    font-weight: 600;
    font-size: 20px;
    font-family: Inter, sans-serif;
}

.pos_software_con ul li {
    margin-bottom: 11px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    color: #807e7eb3;
    letter-spacing: 0.1px;
}

.client_review {
    border: 2px dashed rgba(22, 31, 47, 0.1);
    padding: 20px;
    border-radius: 5px;
    margin-top: 32px;
    background-color: #ffc0cb24;
}

.client_para p {
    color: rgb(29, 40, 61);
    font-weight: 700;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
}

.clinet_main {
    display: flex;
}

.client_para {
    width: 77%;
}

.client_icon {
    width: 23%;
}

.country p i {
    color: #81DAAB;
    border: 2px solid  #81DAAB;
    border-radius: 50%;
    padding: 2px 3px;
    margin-right: 10px;
    font-size: 12px;
}

.country p {
    color: rgba(111, 111, 111, 0.89);
    font-weight: 500;
    font-size: 17px;
    font-family: Inter, sans-serif;

}

.clinet_Sec p {
    color: rgba(30, 41, 62, 0.75);
    font-size: 17px;
    font-weight: 500;
    font-family: Inter, sans-serif;

}


/**** 3 ****/
.footer {
    background-color: #1D283D;
    padding:40px 0px;
}

.footer.mt-5 p {
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    font-family: inherit;
    text-align: center;
    margin: 0px;
}
/********** ******/
/*********  *****/




.input_type select:focus-visible {
    outline: none;
    box-shadow: 0px 0px;
}
.input_text input {
    border: none;
width:99%;
}

.input_type {
    border: 1px solid #e8e8e8;
    padding: 4px 10px;
    border-radius: 3px;
    display: flex;
    color: #807e7eb3;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;

}

.input_text input:focus-visible {
    outline: none;
}

.icon i {
    font-size: 15px;
}

.input_head h3 {
    font-weight: 800;
    font-family: Inter, sans-serif;
    color: rgb(29, 40, 61);
    font-size: 18px;
    margin-bottom: 20px;
}

.input_type select {
    border: none;
    padding: 0px;
    height: 25px;
    font-family: Inter, sans-serif;

}

.check_con p {
    margin: 0px;
    color: #BBB;
    font-weight: 400;
    font-size: 18px;
    font-family: Inter, sans-serif;

}

.click {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
}

.last_bill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.last_bill_name p {
    margin: 0px;
    color: #807e7eb3;
    font-family: Inter, sans-serif;
}

.last_bill_amount p {
    margin: 0px;
    color: #807e7eb3;
    font-family: Inter, sans-serif;
}

.submit_btn button {
    background-color: transparent;
    border: none;
    font-family: Inter, sans-serif;
    color: #FFF;
    font-weight: 500;
}

.submit_btn {
    background-color: black;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 34px;
}
.logo_img img {
    width: 100%;
}
.logo_img {
    width: 78%;
    text-align: center;
    margin: 0 auto;
}


.pos_software {
    padding-left: 23px;
}

.contact_us {
    padding-right: 23px;
}



/**  media qury ***/
@media only screen and (max-width: 767px) {
    .client_icon {
        width: 50%;
    }

    .client_para {
        width: 50%;
    }

    .complete {
        text-align: center;
    }

    .contact_us {
        padding-right: 0px;
    }

    .pos_software {
        padding-left: 0px;
    }

    .pos_software {
        padding-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:450px) {
    .complete h1 {
        font-size: 21px;
    }

    .complete p {
        font-size: 17px;
    }

    .complete_para p {
        font-size: 17px;
    }

    .check_con p {
        font-size: 16px;
    }

    .pos_software_con ul li {
        font-size: 14px;
    }

    .pos_software_con ul li span i {
        font-size: 13px;
    }

    .client_icon i {
        font-size: 10px;
    }

    .client_para p {
        font-size: 14px;
    }

    .clinet_Sec p {
        font-size: 15px;
    }

    .country p i {
        padding: 3px 3px;
        font-size: 9px;
    }

    .country p {
        font-size: 15px;
    }

    .footer.mt-5 p {
        font-size: 14px;
    }

    .input_head h3 {
        font-size: 16px;
    }

    .last_bill_name p {
        font-size: 15px;
    }

    .last_bill_amount p {
        font-size: 15px;
    }
}

@media only screen and (max-width:380px) {

    .last_bill_name p {
        font-size: 14px;
    }

    .last_bill_amount p {
        font-size: 13px;
    }
}