#aboout-pms-1 {
    width: 100%;
    height: 538px;
}
.pms-scroll-s1 {
    background-color: #465bb0;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.card.pms-scroll-s2 {
    background-color: #03a2ff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    min-height: 200px;
}
.pms-scroll-s1 .card.s1 {
    background-color: #1565C0 !important;
}
.pms-scroll-s1 .card.s2 {
    background-color: #1976D2 !important;
}
.pms-scroll-s1 .card.s3 {
    background-color: #1E88E5 !important;
}
.pms-scroll-s1 .card.s4 {
    background-color: #2196F3 !important;
}
.pms-scroll-s1 span {
    font-size: 25px !important;
}
.pms-scroll-s1 h4 {
    font-size: 17px;
    margin-top: 12px;
    color: #eaeaea !important;
}
.our-vission-img {
    height: 400px;
    max-height: 400px;
    width: auto;
}
.our-mission-img {
    height: 400px;
    max-height: 400px;
    width: 90%;
}
.partner-image {
    height: 100px;
    width: fit-content;
}
.card.partners-card {
    background-color: transparent;
    padding: 5px;
    border-radius: 0px;
    height: 100px;
    border: none;
    text-align: center !important;
    margin-bottom: 20px;
    display: block;
}
.pms-sect-s2 {
    background-color: #fff !important;
}
.display-4.mb-4.pmst1 {
    color: #03a2ff;
}
.pms-partner-title label {
    position: absolute;
    background-color: #e8e4e4;
    padding: 3px 35px;
    border-radius: 20px;
    top: -12px;
    z-index: 9;
    color: #353333;
    left: 10px;
}
/*.pms-partner-title label {
    position: absolute;
    background-color: #e8e4e4;
    padding: 3px 35px;
    border-radius: 20px;
    top: -12px;
    z-index: 9;
    color: #353333;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}*/
.pms-partner-title-over {
    position: relative;
}
.pms-partner-title hr {
    margin-bottom: 40px;
}
.partner-sect-pms {
    margin-bottom: 70px;
}
.pmst1 {
    font-size: 20px;
    margin-bottom: 52px !important;
}
.pmst1 {
    font-size: 20px;
    margin-bottom: 18px !important;
}
.pms-contact i {
    color: white !important;
    margin-bottom: 14px;
}
.pms-contact p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #fff;
}
.card.pms-contact-enquiry {
    border-radius: 10px;
    padding: 29px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 469px;
    border-radius: 10px;
}
.submit-btn-pms {
    width: auto;
    border-radius: 9px;
    padding: 10px 17% !important;
    background-color: #0d3bb0;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #0d3bb0;
    outline: 0;
    box-shadow: none;
}
button.submit-btn-pms {
    margin-top: 10px;
    background-color: #2c3671;
    color: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: none;
    background-color: #2c3671 !important;
    padding: 15px 80px !important;
}


@media (max-width: 600px) {
    .card.pms-contact-enquiry {
        border-radius: 1px;
        padding: 28px 16px;
        border: 1px solid rgba(0, 0, 0, 0.04);
    }
}