.bannerSection {
    background: url("../images/staff_training_background_ui_medical_marketing.jpg");
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
}

.bannerSection .contain {
    padding: 0 200px;
}

.bannerSection .containContent h2 {
    font-size: 40px;
    color: #012c50;
}

.infoSection {
    padding: 100px 150px;
}

.infoSection .containContent {
    display: grid;
    grid-template-columns: 50% 50%;
}

.infoSection .textContain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infoSection .textContain p {
    font-size: 15px;
}

.infoSection .imageContain {
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoSection .imageContain img {
    border-radius: 20px;
    box-shadow: 0px 10px 15px 15px rgba(0, 0, 0, 0.1);
}

.letstalkSection {
    background: url("../images/lets_talk_ui_medical_marketing.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 150px 200px;
}

.letstalkSection .containContent {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 50px;
}

.letstalkSection .containContent .textContain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.letstalkSection .containContent .formContain {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.letstalkSection .containContent h2 {
    text-align: center;
    font-size: 40px;
    margin: 20px 0;
    color: #001533
}

.letstalkSection .containContent p {
    color: #001533;
    font-size: 16px;
}

.letstalkSection .containContent a {
    width: fit-content;
    padding: 2% 20%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
    background: #001533;
    border-radius: 50px;
    transition: .25s;
}

.letstalkSection .containContent a:hover {
    background: #00b3ff;
}

.letstalkSection .bodyForm {
    background: #ffffffa6;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
    max-width: 100%;
    height: 100%;
}

.letstalkSection .bodyForm input,
.letstalkSection .bodyForm select,
.letstalkSection .bodyForm textarea {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.letstalkSection .bodyForm textarea {
    height: 150px;
}

.letstalkSection .bodyForm .row:nth-child(1),
.letstalkSection .bodyForm .row:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px
}

.letstalkSection button {
    background-color: #00b3ff;
    width: 100%;
    color: white;
    border: 0;
    padding: 5px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: .25s;
}

.letstalkSection button:hover {
    background-color: #001533;
    cursor: pointer;
}

@media (max-width: 996px) {
    .bannerSection {
        height: 40vh;
    }
    .bannerSection .contain {
        padding: 0 20px;
    }
    .bannerSection .containContent h2 {
        font-size: 22px;
    }
    .infoSection {
        padding: 50px 20px;
    }
    .infoSection .containContent {
        grid-template-columns: 1fr;
    }
    .infoSection .containContent p {
        font-size: 14px;
    }
    .infoSection .imageContain {
        padding-top: 30px;
    }
    .letstalkSection {
        padding: 50px 20px;
    }
    .letstalkSection .containContent {
        grid-template-columns: 1fr;
    }
    .letstalkSection .containContent h2 {
        font-size: 30px;
        text-align: center;
    }
    .letstalkSection .containContent p {
        text-align: center;
        font-size: 16px;
    }
    .letstalkSection .bodyForm {
        background: #ffffffa6;
        border-radius: 20px;
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px;
        max-width: 100%;
    }
    .letstalkSection .bodyForm input,
    .letstalkSection .bodyForm select,
    .letstalkSection .bodyForm textarea {
        width: 100%;
        max-width: 100%;
        padding: 5px 10px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
    }
    .letstalkSection .bodyForm .row:nth-child(1),
    .letstalkSection .bodyForm .row:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00b3ff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}