.abtusMainss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.abtusMainss .banner-title {
    padding: 0px 0 0;
    font-size: 55px;
}
.abtusMainss p.banner-subtitle {
    display: none;
}
.abtusMainss .panterick {
    font-size: 65px;
}
.content-section.abtUs-body h2 .panterick {
    font-size: 45px;
}
.abtUs-body .div-Body p{
    font-size: 35px;
    font-weight: 500;
    max-width: 440px;
}
.divv-Body .col-4 p:last-child {
    color: #B73764;
    font-size: 24px;
    font-weight: 500;
}
.divv-Body .col-4 p:first-child {
    margin-bottom: 0;
}
h2.section-title {
    margin-bottom: 10px;
}
.panterick {
    font-size: 45px;
}
.brandLogos {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
}
.abtUsblk {
    margin-top: 52px;
}

@media (min-width:  768px) and (max-width: 1024px){
    .abtusMainss .banner-title {
    font-size: 32px;
}
.abtusMainss .panterick {
    font-size: 36px;
}
.abtUs-body .div-Body p {
    font-size: 26px;
    font-weight: 500;
    max-width: 100%;
}
.divv-Body h3 {
    font-size: 18px;
}
.contact-cards {
    display: flex;
    flex-wrap: wrap;
}
.contact-card {
        padding: 30px;
        width: 46%;
    }
}

@media only screen and (max-width: 767px){
    .banner-section {
    padding: 120px 20px 0;
}
.abtUsblk {
    margin-top: 0;
}
.abtusMainss .banner-title {
    font-size: 36px;
    text-align: center;
}
.abtusMainss .panterick {
    font-size: 36px;
}
    .logo-about {
        width: 45%;
        padding: 0px;
                text-align: center;
    }
    .brandLogos {
    flex-wrap: wrap;
    gap: 20px;
}
.logoMains {
    padding: 0 30px;
}
.abtusMainss {
    padding: 0 20px;
}
.content-section.abtUs-body h2 .panterick {
    font-size: 28px;
}
h2 {
    text-align: center;
}
.abtUs-body .div-Body p {
    font-size: 26px;
    font-weight: 500;
    max-width: 100%;
}
h3 {
    font-size: 18px;
}
    .content-section {
        padding: 20px 40px;
    }
    .panterick {
    font-size: 28px;
}

.section-title {
    font-size: 26px;
}




.contact-form-wrapper p {
    line-height: normal;
}
.contact-form-wrapper {
    text-align: center;
    padding-top: 0;
}
.contact-form-wrapper h1 {
    font-size: 32px;
    text-align: center;
}
.contact-form-wrapper p {
    text-align: center;
}
.contact-form {
    max-width: 280px;
    margin: 0 auto;
}
.contact-bg {
    height: 400px;
    background-position: 0 0;
}
.contForms h6 {
    width: 280px !important;
    
    margin-left: auto;
    margin-right: auto;
}
}

.contact-form {
    position: relative;
}

.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px; /* space for arrow */
}

/* Custom arrow */
.contact-form::after {
    content: "";
    position: absolute;
    top: 58%;
    right: 12px;
    width: 16px;
    height: 16px;
    background-image: url("/media/oq3d210p/dropdown.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.contact-form.active::after {
    top: 42%;
    transform: translateY(-50%) rotate(180deg);
}


.contForms h6 {
    border-radius: 3px 3px 0 0;
    background: #49647F;
    color: #FFF;
    font-family: "GT Walsheim";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.71px;
    padding: 12.5px 20px;
    width: 300px;
    margin-bottom: 0;
    text-align: left;
}
.contact-form .form-control {
    border-radius: 0 0 3px 3px;
}
.contact-form select.form-control {
    padding: 10px 20px;
}
.contact-info-wrapper h3 {
    margin-bottom: 0;
}
.contact-icon {
     margin-right: 0; 
}
.contact-details h4 a {
    text-decoration: none;
}

@media only screen and (max-width: 320px) {
    .contForms h6 {
        width: 256px !important;
    }
}