.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;
    width: calc(50% - 15px);
}

.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%; */
    max-width: 100%;
    margin-top: 40px;
    padding: 32px;
    display: 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{

}

.phoeniixx-select{
    width: 100%;
    /* height: 30px; */
    border: 1px solid #999;
    font-size: 15px;
    color: #1c87c9;
    background-color: #fff;
    border-radius: 5px;
    /* box-shadow: 4px 4px #ccc; */
    padding: 3%;
}

/*popup css*/
.cm-model {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgb(0 0 0 / 32%);
  transform: translate(0, -1000%);
  transition: all 0.5s;
  z-index: 99999;
}
.cm-model-bg {
    background: rgb(189 176 176 / 32%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.cm-active-model1 .cm-model {
  transform: translate(0, 0);
}
.eable-model {
  transform: translate(0, 0);
}
.cm-model-close:after {
  content: "X";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #7474de;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.cm-model-section {
  max-width: 550px;
  margin: auto;
  height: auto;
  display: inline-block;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 4px 5px #cccccc54;
  border-radius: 3px;
  position: relative;
}

.cm-heading-model h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 15px;
}

.cm-model-exit {
  padding: 15px 20px;
  border: none;
  text-transform: capitalize;
  background: #7474de;
  color: #fff;
  display: block;
  cursor: pointer;
}

.cm-model-content .cm-heading-model svg {
    width: 45px;
    height: 60px;
    margin: auto;
    color: #bb5b5b;
}

.cm-model-content .text-center {
    text-align: center;
}

.cm-heading-model h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
}

/* .cm-model-content .cm_ab_list {
    width: calc(50% - 15px);
} */

.cm-model-content .cm_ab_list select {
    font-size: 16px;
}

@media(max-width: 1024px){
    .cm_ab_list_content{
        flex-wrap: wrap;
    }

    .cm_ab_list{
        width: calc(50% - 15px)
    }

    .cm-heading-model h3{
        font-size: 2rem
    }

    .cm-model-content .cm-heading-model svg {
        width: 65px;
        height: 65px;
    }
}

@media(max-width: 550px){
    .cm_ab_list{
        width: 100%;
    }

    .cm-model-section{
        max-width: 300px
    }

    .cm-b-b{
        padding: 15px
    }

    .cm_phone_pincode_input input[type="submit"] {
        padding: 0 10px;
        font-size: 10px;
        height: 30px;
        right: 5px;
    }
    
    .cm_phone_pincode_input span input {
        height: 35px;
        width: 35px;
    }
    .cm_phone_pincode_input svg {
        padding: 0;
        padding-right: 3px;
    }

    .cm_phone_pincode_input span input {
        padding: 0;
    }
    .cm_phone_pincode_input span{
        grid-gap: 0;
    }
    .cm_size_w {
        height: 30px;
        width: 30px;
    }
}