* {
    box-sizing: border-box;
    margin: 0;
    font-family: poppins;
}



.gcpnbx {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 5px 10px 25px 0 #0000001c;
    max-width: 1050px;
    margin: auto;
    position: relative;
    top: -80px;
    background: #fff;
    flex-wrap: wrap;
}

.gcpndtl {
    flex: 1;
    width: 100%;
    padding: 20px;
}

.cpntitle {
    font-size: 22px;
    font-weight: bold;
}

.cpnsbtitle {
    font-size: 16px;
}

.cpnunpbx {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.gcinbx {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    outline: none;
}

.cptchbx {
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.cptyp {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.w_btn {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.cptitm {
    border-radius: 8px;
    background: #EEEEEE;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.cpttxt {
    font-size: 28px;
    color: #FF0000;
}

.cptitm img {
    margin-left: auto;
    cursor: pointer;
}

.cptinp {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
}

.blcnbtn {
    background: #EF6614;
    border-radius: 40px;
    padding: 10px;
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.blcnbtn:hover {
    background: #d65105;
}

.gcimg {
    padding: 20px 20px 0 0;
}

.gcimg img {
    display: block;
    max-width: 91%;
    margin-left: auto;
}



@media screen and (max-width:768px) {
    .gcpnbx {
        flex-direction: column-reverse;
    }

    .gcimg {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .gcbanner {
        height: 250px;
        background-position: 15% 50%;
    }
    .chk_btn {
        display: none;
    }
    .gcpnbx {
        top: -35px;
        width: 92%;
        padding: 0;
    }
    .gcpndtl {
        padding: 15px;
    }
.cpntitle {
    font-size: 18px;
    font-weight: bold;
}
.cpnsbtitle {
    font-size: 12px;
}
   

    .cptchbx {
        flex-direction: column;
    }

}