.compatibility-main {
    /*background: #ffdefb; */
}
.heading-logo{
    padding-bottom: 35px;
    text-align: center;
}
.heading-logo img{
    max-height: 120px;
    height: auto;
    width: auto;
    max-width: 100%;
}
.close{
    cursor: pointer;
}
.compatibility-modal-body .form-control {
    border: 2px solid #000000c7;
}
.form-group label{
    font-weight: 500;
}
.modal-body p{
    font-weight: 500;	
}
.submit-btn .btn {
    color: #fff;	
    border: 0;
    padding: 7px 20px;
    background: #f0199c;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    box-shadow: 2px 2px 8px 0px #f0199c;
}
.submit-btn .btn:hover{
    background: #f0199c;
    opacity: 0.9;
    /*background: linear-gradient(63.09deg, #bf8cfe -8.38%, #6169f6 39.09%, #5c31f6 90.68%);*/
}
.modal-content {
    text-align: center;
    padding: 0px;
    background: #ffdefb;
    border-radius: 13px;
    box-shadow: 0 0 50px #fff;
    border: 4px solid #000;
}
.compatibility-modal-body {
    border: 5px solid #fff;
    border-radius: 10px;
}
.compatibility-image h6{
    text-transform: capitalize;
}
@media(max-width:340px){
.compatibility-image {
    display: block;
}
}