.cm_phone_pincode_input input::-webkit-outer-spin-button,
.cm_phone_pincode_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cm_phone_pincode_input input[type=number] {
  -moz-appearance: textfield;
}

.cm_phone_pincode_input span input {
    width: 100% !important;
    border-radius: 8px;
    border: none;
    height: 45px;
    outline: none;
}

.cm_phone_pincode_input input[type="submit"] {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: max-content;
    padding: 0;
    height: 40px;
    padding: 0 24px;
    border-radius: 5px;
    background: #ef5455;
    text-decoration: none;
}

.cm_phone_pincode_input {
    
    position: relative;
}

.cm_phone_pincode_input svg {
    padding: 0 10px;
}

.cm_phone_pincode_input span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 6px 3px #0000001a;
    border-radius: 7px;
    grid-gap: 5px;
}

.cm_phone_row {
    background: #fff !important;
    display: inline-block;
    border-radius: 5px;
    border: 2px dotted #ef5455;
    margin-bottom: 15px;
}

.cm_phone_row h5 {
    margin: 0;
    padding: 7px 10px;
    font-size: 19px;
    color: #ef5455;
    background: #fff;
}
.cm_able_row .cm_ab_head {
    font-size: 35px;
    margin: 10px 0 20px;
}
.cm_ab_flex span {
    font-size: 25px;
}
.cm_ab_content {
    background: #fff;
    display: inline-block;
    width: -webkit-fill-available;
    box-shadow: 0 2px 6px #0000001a;
    padding: 20px 15px;
    border: 1px solid #ef5455;
    margin-top: 1%;
}

.cm_ab_list_hd {
    font-size: 17px;
    margin: 0;
    color: red;
    letter-spacing: 0.4;
    text-align: center;
}

.cm_ab_list_content {
    margin: 0px 0 0 0;
    display: grid;
    gap: 15px;
    padding: 0;
}

.cm_ab_list {
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cm_list_flx {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.cm_list_flx span h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
}

.cm_list_flx span p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-top: 0;
}

.cm_ab_flex{
    font-style: italic;
/*    font-size: 30px;*/
    line-height: 36px;
    text-align: left;
    padding-left:1% ;
    border-radius: 8px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.cm_ab_flex svg{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline;
    margin-right: 12px;
}

.cm_ab_content hr{
    background-color: rgb(229 231 235);
    border-width: 0;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cm_list_flx svg {
    width: 44px;
    height: 50px;
}

.cm_ab_list > svg path {
    height: 60px;
}

.cm_ab_list > svg {padding: 4px;width: 40px;height: 40px;}
.cm_btn_chn {
    background: #ce3f3f;
    color: #fff;
    text-decoration: none;
    padding: 2px 13px;
    display: inline-flex;
/*    border-radius: 9px;*/
    align-items: center;
    grid-gap: 5px;
}

.cm-font-medium{
    font-weight: 500;
}

.cm_size_w{
    width: 50px;
    height: 50px;
}
.cm_mess {
    display: flex;
    font-size: 15px;
/*    line-height: 32px;*/
    padding: 5px;
    border-radius: 8px;
/*    margin-bottom: 16px;*/
    color: rgb(200 30 30);
}
.cm-f-sb{
    font-weight: 600;
    letter-spacing: -0.4px;
}
.cm_able_row .cm-f-sb{
    font-size: 17px;
    width: 70%;
}

.cm_able_row .cm_text_s {
    width: 30%;
    text-align: right;
}

.cm-b-b{
    border-width: 1px;
    width: 100%;
    margin-top: 40px;
    padding: 32px;
    display: inline-block;
}

.cm_able_row {
    display: inline-block;
    width: 100%;
}
.cm-p-s{
    max-width: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}

.cm_size-6{
    width: 20px;
    height: 20px;
}

.cm_text_s{
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.cm_list_flx h3{

}