
.pan_passport_row .col-sm-4{
    margin-top: 40px;
    margin-bottom: 20px;
}
.pan_passport_box{
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #0002;
    box-shadow: 0px 0px 8px 0px #0004;
    overflow: hidden;
}
.pan_passport_box img{
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
    height: 43vh;
    transition-duration: .9s;
}
.pan_passport_box img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.pan_passport_box .title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pan_passport_box .title h3{
    padding-left: 10px;
    word-wrap: break-word;
    font-family: ui-sans-serif;
}
.pan_passport_box ul li{
    font-family: "open sans", sans-serif;
    list-style-type: none;
    color: rgb(134, 134, 134);
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1600 - 320)));
}
.pan_passport_box ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    color: #e11c46;
}
.pan_passport_box .apply_box{
    padding: 8px;
    background-color: #e11c46;
}
.apply_box button{
    background-color: #0c2373;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition-duration: .5s;
}
.apply_box button:hover{
    background-color: #ffffff;
    color: #0c2373;
    border: 1px solid #ffffff;
}
.pan_passport_row .note_list li{
    list-style-type: none;
    text-align: justify;
    margin-bottom: 20px;
}
.pan_passport_row .note_list li::before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    margin-left: -27px;
    /* margin-right: 10px; */
    color: red;
    /* width: 1.3em; */
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    /* line-height: 1; */
}

@media only screen and (min-width: 768px){
    .pan_passport_row{
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }
}