[16:20] Imtiyaj
@media (max-width: 540px) {
    .one {
        width: 90%;
    }
 
}
 
@media (max-width: 540px) {
    .setbgmob img {
        width: 200px;
        height: 400px;
    }
 
}
 
 
@media (min-width: 768px) {
    .img-fluid {
        padding-bottom: 20px;
        padding-top: 10px;
        height: auto;
 
    }
 
    .text-center h2 {
        font-size: 24px;
        /* Reduced font size for small screens */
    }
 
    .text-center p {
        font-size: 16px;
        /* Reduced font size for small screens */
    }
}
 
@media (min-width: 768px) {
    .container {
 
        width: 55%;
        /* Fixed width */
    }
 
    h2 {
        font-size: 20px;
    }
 
    p {
        font-size: 16px;
    }
}
 
@media (max-width: 767px) {
    .container {
 
        width: 90%;
        /* responsive width */
    }
 
    h2 {
        font-size: 18px;
    }
 
    p {
        font-size: 15px;
    }
}
 
input {
    width: 10rem;
    height: 2rem;
    padding: 3px;
    color: white;
 
 
}
 
.spanbold {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
 
}
 
.transparent-border {
    color: transparent !important;
    -webkit-text-stroke: 0.3px white !important;
    /* For WebKit (Safari, Chrome, etc.) */
    text-stroke: 1px white !important;
    /* Standard property */
}
 
.landingpage {
    flex-wrap: wrap;
}
 
.landingpageRight h2 {
    color: white;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 2.3rem;
    text-align: center;
}
 
.landingpageRightInfo img {
    width: 2.2rem;
    height: 2.2rem;
}
 
.landingpageRightInfo p {
    margin-bottom: 0;
    line-height: 1.5rem;
}
 
.para {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #FDFDFD;
    text-align: center;
    padding-top: 80px;
}
 
label {
    color: #FFFFFF;
    font-size: 14px;
}