
.details{
    border-radius: 9px;
    background-color: #21346B;
    border-radius: 9px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.text1{
   margin: 12px;
   display: inline-block;
   vertical-align: middle;
   font-family: inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    color: #ffffff;
}

.text2{

    display: inline-block;
   vertical-align: middle;
   font-family: inter;
   font-size: 24px;
   font-weight: 700;
   line-height: 29.41px;
   color: #ffffff;
}

/* .formarea{
    width: 1119px;
    height: 559px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    
} */
/* .left-area{
    width: 545px;
    height: 557px;
   
    text-align: center;
} */
.contact-image-2{
    margin-left: 10px;
}
.contact-image img{
    height: 30px;
    width: 30px;
    margin: 0;
}
.send-message{
    width: 100%;
    height: 54px;
    font-weight: 700;
    
    font-family: inter;
    background-color: #21346B;
    color: #ffffff;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
}
.right-area{
    /* width: 553px; */
  
    /* margin: 1px 10px; */
    border: 4px solid #21346B;
    text-align: center;
    border-radius: 9px;
}

.right-text{
    font-size: 24px;
    font-weight: 700;
    font-family: inter;
    line-height: 29.05px;
    color: #21346B;
}
/* .divbox{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    
}
.row-divbox{
    width:149px;
    height:358px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
   
} */
.col-divbox{
    /* width: 149px; */
    height: 106px;
    border-radius: 5px;
    background-color: #F8A32F;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.col-divbox p{
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    font-family: inter;
    line-height: 19.36px;
    text-align: center;
    margin: 10px;
    color: #ffffff;
}

/* Responsive Design */

/* Tablets (max-width: 1024px) */
@media screen and (min-width:769px) and (max-width: 1024px) {
    .text1 p {
        font-size: 32px;
    }
    .text2 p {
        font-size: 20px;
    }
    .formarea {
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    /* .left-area, .right-area {
        width: 90%;
    } */
    /* .divbox{
    
        padding-left: 65px;
        width: 100%;
    } */
    /* .row-divbox{
        width: 100%;
       
    } */
    .col-divbox {
        font-size: 18px;
    }
}



/* Small Mobile Screens (max-width: 480px) */
@media screen and (min-width: 320px ) and (max-width:767px) {
    /* .details {
        width: 80%;
       
    } */
  
   
    .formarea {
        height: auto;
        flex-direction: column;
        /* width: 100%; */
    }
    /* .left-area, .right-area {
        width: 98%;
    } */
    /* .divbox{
        width: 100%;
        margin-left: 50px;
    } */
    /* .row-divbox{
        width: 60%;
    } */
    .col-divbox {
        font-size: 12px;
    }
}

