body:has(.contact-page) .breadc{
    padding-bottom: 40px;
}
/* heading part */

.contact-page .section-1 .heading { 
    padding: 30px 0px;
}
.contact-page .section-1 .heading .title{
    font-size: 30px;
    font-weight: 600;
}
.contact-page .contact-frm .inpt-groupe.submit {
    width: 100%;
    display: flex
;
    justify-content: end;
}
.contact-page .contact-frm .inpt-groupe.submit p{
    width: 40%;
}
.contact-page .contact-frm .inpt-groupe.submit p input{
    width: 100%;
}
.contact-page .section-1 .heading .sub-title{
    font-size: 17px;
    padding-top: 20px;
}
/* heading part end */
/* section 1  */
.contact-page .section-1 .contact-frm .inpt-groupe.message{
    width: 100%;
}
.contact-page .section-1 .contact-frm .inpt-groupe.name{
    width: 32%;
}
.contact-page .section-1 .contact-frm .inpt-groupe.email{
    width: 32%;
}
.contact-page .section-1 .contact-frm .inpt-groupe.phone{
    width: 32%;
}
.contact-page .section-1 .crd{
    box-shadow: 0px 0px 10px 5px rgba(0, 35, 73, 0.3);
    padding: 70px 160px;
    transform: translateY(-20px);
    position: relative;
    z-index: 9999999999999999999999;
    margin-bottom: 0px;
    background: white;
    border: 3px solid #0e394c21;
}


/* section 1 end */
/* section 2 */

.contact-page .section-2{
    padding-bottom: 100px;
    padding-top: 50px;
}
.contact-page .section-2 .crds{
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 3%;
    row-gap: 50px;
}
.contact-page .section-2 .crds .crd{
    width: 31%;
    box-shadow: 0px 0px 10px 5px rgba(0, 35, 73, 0.3);
    background: white !important;
    outline: 5px solid white !important;
    border: 3px solid #cbcbcb !important;
    color: #0E394C !important;
    padding: 20px 30px;
}
.contact-page .section-2 .crds .crd .top-content{
    display: flex
    ;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 4%;
        align-items: center;
}
.contact-page .section-2 .crds .crd .top-content .flag{
    width: 15%;
}
.contact-page .section-2 .crds .crd .top-content .crd-ttl{
    width: 80%;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.contact-page .section-2 .crds .crd .contact-infos{
    display: flex
    ;
        flex-direction: column;
        row-gap: 10px;
        padding-top: 20px;
}
.contact-page .section-2 .crds .crd .contact-infos .info{
    display: flex
;
    align-items: center;
    column-gap: 4%;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-page .section-2 .crds .crd .contact-infos .info .crd-icn{
    width: 5%;
}
.contact-frm .inpt-groupe.inpt-icn .inpt-txt {
    border-bottom: 2px solid #0E394C !important;
}
.contact-page .section-2 .crds .crd .contact-infos .info .crd-icn img{
    width: 15px;
}
.contact-page .section-2 .crds .crd .contact-infos .info .crd-info{
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    width: 90%;
}

/* section 2 end */



/* responsive  1200 */
@media screen and (max-width:1200px) {}

/* responsive  1200 end*/

/* responsive  992 */
@media screen and (max-width:992px) {
    .contact-frm .inputs {
        justify-content: center;
    }
    .contact-page .section-1 .contact-frm .inpt-groupe.name {
        width: 49%;
    }
    .contact-page .section-1 .contact-frm .inpt-groupe.email {
        width: 49%;
    }
    .contact-page .section-1 .contact-frm .inpt-groupe.phone {
        width: 100%;
    } 
    .contact-page .section-1 .contact-frm .inpt-groupe.message {
        width: 100%;
    }
    .contact-frm .inpt-groupe.check-box.readApp {
        width: 100%;
    }
}

/* responsive  992 end */

/* responsive  768  */
@media screen and (max-width:768px) {
    .contact-page .section-1 .heading .sub-title {
        font-size: 14px;
    }
    .contact-page .section-1 .heading .title {
        font-size: 20px;
    }
    .contact-page .section-1 .crd {
        padding: 20px 40px;
    }
    .contact-page .contact-frm .inpt-groupe.submit p {
        width: 100%;
    }
    .contact-page .section-2 .crds .crd {
        width: 100%;
    }
    .contact-page {
        position: relative;
        z-index: 1;
    }
}

/* responsive  768 end */