@media screen and (min-width: 320px) and (max-width: 480px) {
  .lms_section_one .lms_banner_one_container {
    height: auto;
    width: 100%;
    position: relative;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lms_section_one .lms_banner_one_container .image_two {
    width: 185px;
    position: absolute;
    bottom: 0px;
    right: 18px;
  }
  .lms_section_one .lms_banner_one_container .image_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section {
    position: absolute;
    top: 5%;
    right: 10px;
    z-index: 2;
    text-align: center;
  }
  .lms_section_one .lms_banner_one_container .profession_section p {
    color: black;
    font-size: 0.5rem;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two {
    width: 50px;
    height: 50px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0px;
    display: flex;
    background: linear-gradient(90deg, #000000 25%, rgba(51, 51, 51, 0) 66.57%, rgba(255, 255, 255, 0) 100%);
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0px 0px 0px 20px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title {
    font-size: 12px;
    font-weight: 700;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title span {
    color: #C40000;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_description {
    font-size: 10px;
    margin-top: 10px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_btn {
    width: auto;
    margin-top: 15px;
    font-weight: 600;
    background-color: #ee343b;
    padding: 7px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .lms_section_one .lms_banner_one_container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lms_section_one .lms_banner_one_container .image_two {
    width: 330px;
    position: absolute;
    bottom: 0px;
    right: 25px;
  }
  .lms_section_one .lms_banner_one_container .image_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section {
    position: absolute;
    top: 5%;
    right: 10px;
    z-index: 2;
    text-align: center;
  }
  .lms_section_one .lms_banner_one_container .profession_section p {
    color: black;
    font-size: 0.75rem;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two {
    width: 75px;
    height: 75px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0px;
    display: flex;
    background: linear-gradient(90deg, #000000 25%, rgba(51, 51, 51, 0) 66.57%, rgba(255, 255, 255, 0) 100%);
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0px 0px 0px 30px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title {
    font-size: 20px;
    font-weight: 700;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title span {
    color: #C40000;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_description {
    font-size: 10px;
    margin-top: 10px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_btn {
    width: auto;
    margin-top: 30px;
    font-weight: 600;
    background-color: #ee343b;
    padding: 10px;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    font-size: 0.75rem;
  }
  .lms_section_one .swiper {
    width: 100vw;
    /* max-width: 600px; */
    height: 45vh;
    /* border-radius: 10px; */
    overflow: hidden;
    margin: auto;
    background: white;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lms_section_one .lms_banner_one_container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lms_section_one .lms_banner_one_container .image_two {
    width: 620px;
    position: absolute;
    bottom: 0px;
    right: 40px;
  }
  .lms_section_one .lms_banner_one_container .image_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section {
    position: absolute;
    top: 20%;
    right: 45px;
    z-index: 2;
    text-align: center;
  }
  .lms_section_one .lms_banner_one_container .profession_section p {
    color: black;
    font-size: 1rem;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two {
    width: 100px;
    height: 100px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0px;
    display: flex;
    background: linear-gradient(90deg, #000000 25%, rgba(51, 51, 51, 0) 66.57%, rgba(255, 255, 255, 0) 100%);
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0px 0px 0px 60px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title {
    font-size: 1.65rem;
    font-weight: 800;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title span {
    color: #C40000;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_description {
    font-size: 18px;
    margin-top: 20px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_btn {
    width: auto;
    margin-top: 30px;
    font-weight: 600;
    background-color: #ee343b;
    padding: 15px;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    font-size: 1rem;
  }
  .lms_section_one .swiper {
    width: 100vw;
    height: 70vh;
    overflow: hidden;
    margin: auto;
    background: white;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .lms_section_one .lms_banner_one_container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
  .lms_section_one .lms_banner_one_container .image_two {
    width: 680px;
    position: absolute;
    bottom: 0px;
    right: 70px;
  }
  .lms_section_one .lms_banner_one_container .image_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section {
    position: absolute;
    top: 27%;
    right: 45px;
    z-index: 2;
    text-align: center;
  }
  .lms_section_one .lms_banner_one_container .profession_section p {
    color: black;
    font-size: 1rem;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two {
    width: 120px;
    height: 120px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0px;
    display: flex;
    background: linear-gradient(90deg, #000000 25%, rgba(51, 51, 51, 0) 66.57%, rgba(255, 255, 255, 0) 100%);
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0px 0px 0px 60px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title span {
    color: #C40000;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_description {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_btn {
    width: auto;
    margin-top: 30px;
    font-weight: 600;
    background-color: #ee343b;
    padding: 15px;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    font-size: 1.5rem;
  }
  .lms_section_one .swiper {
    width: 100vw;
    height: 85vh;
    overflow: hidden;
    margin: auto;
    background: white;
  }
}
@media screen and (min-width: 1400px) {
  .lms_section_one .lms_banner_one_container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
  .lms_section_one .lms_banner_one_container .image_two {
    width: 850px;
    position: absolute;
    bottom: 0px;
    right: 160px;
  }
  .lms_section_one .lms_banner_one_container .image_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section {
    position: absolute;
    top: 25%;
    right: 150px;
    z-index: 2;
  }
  .lms_section_one .lms_banner_one_container .profession_section p {
    color: black;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_one img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two {
    width: 150px;
    height: 150px;
  }
  .lms_section_one .lms_banner_one_container .profession_section .prof_img_two img {
    width: 100%;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content {
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    top: 0px;
    display: flex;
    background: linear-gradient(90deg, #000000 25%, rgba(51, 51, 51, 0) 66.57%, rgba(255, 255, 255, 0) 100%);
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0px 0px 0px 60px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title {
    font-size: 4rem;
    font-weight: 800;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_title span {
    color: #C40000;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_description {
    font-size: 2rem;
    margin-top: 30px;
  }
  .lms_section_one .lms_banner_one_container .lms_banner_one_content .lms_banner_one_main_content .lms_banner_one_btn {
    width: auto;
    margin-top: 30px;
    font-weight: 600;
    background-color: #ee343b;
    padding: 15px;
    text-decoration: none;
    color: white;
    border-radius: 8px;
  }
  .lms_section_one .swiper {
    width: 100vw;
    height: 85vh;
    overflow: hidden;
    margin: auto;
    background: white;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .lms_banner_two_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_img {
    width: 100%;
    max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_content {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 60%;
    z-index: 2;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(1) {
    font-size: 7px !important;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) {
    font-size: 13px !important;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 5px 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    padding-top: 5px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container a {
    background-color: #ee343b;
    padding: 6px 12px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    font-size: 8px !important;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one {
    width: 40px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .lms_banner_two_container .lms_banner_two_content {
    width: 70%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .lms_banner_two_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_img {
    width: 100%;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_content {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 60%;
    z-index: 2;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(1) {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 5px 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    padding-top: 10px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container a {
    background-color: #ee343b;
    padding: 6px 12px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one {
    width: 50px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lms_banner_two_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_img {
    width: 100%;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_content {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50%;
    z-index: 2;
    padding: 50px 0px 50px 7%;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(1) {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) {
    font-size: 27px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    padding-top: 20px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container a {
    background-color: #ee343b;
    padding: 10px 35px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 14px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one {
    width: 75px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .lms_banner_two_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_img {
    width: 100%;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_content {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50%;
    z-index: 2;
    padding: 50px 0px 50px 7%;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(1) {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) {
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    padding-top: 30px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container a {
    background-color: #ee343b;
    padding: 10px 35px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 18px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one {
    width: 100px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .lms_banner_two_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_img {
    width: 100%;
        max-height: 600px;
  }
  .lms_banner_two_container .lms_banner_two_content {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 50%;
    z-index: 2;
    padding: 50px 0px 50px 7%;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(1) {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_two_container .lms_banner_two_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    padding-top: 50px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container a {
    background-color: #ee343b;
    padding: 10px 45px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 24px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one {
    width: 120px;
  }
  .lms_banner_two_container .lms_banner_two_content .lms_banner_two_ctl_container .lms_banner_two_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .lms_banner_three_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
  }
  .lms_banner_three_container .lms_banner_three_img {
    width: 100%;
  }
  .lms_banner_three_container .lms_banner_three_content {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 60%;
    z-index: 2;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(1) {
    font-size: 7px !important;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) {
    font-size: 13px !important;
    font-weight: bold;
    color: #000000;
    margin: 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(3) {
    font-size: 6px !important;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container a {
    background-color: #ee343b;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 4px;
    font-size: 10px !important;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one {
    width: 30px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lms_banner_three_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
  }
  .lms_banner_three_container .lms_banner_three_img {
    width: 100%;
  }
  .lms_banner_three_container .lms_banner_three_content {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50%;
    z-index: 2;
    padding: 25px 0px 25px 25px;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(1) {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(3) {
    font-size: 12px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container a {
    background-color: #ee343b;
    padding: 10px 35px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 12px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one {
    width: 50px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .lms_banner_three_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
  }
  .lms_banner_three_container .lms_banner_three_img {
    width: 100%;
  }
  .lms_banner_three_container .lms_banner_three_content {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50%;
    z-index: 2;
    padding: 50px 0px 50px 50px;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(1) {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(3) {
    font-size: 16px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container a {
    background-color: #ee343b;
    padding: 10px 35px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 16px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one {
    width: 75px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1469px) {
  .lms_banner_three_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
  }
  .lms_banner_three_container .lms_banner_three_img {
    width: 100%;
  }
  .lms_banner_three_container .lms_banner_three_content {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 50%;
    z-index: 2;
    padding: 50px 0px 50px 50px;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(1) {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(3) {
    font-size: 18px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container a {
    background-color: #ee343b;
    padding: 10px 35px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 22px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one {
    width: 100px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one img {
    width: 100%;
  }
}
@media screen and (min-width: 1470px) {
  .lms_banner_three_container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
  }
  .lms_banner_three_container .lms_banner_three_img {
    width: 100%;
  }
  .lms_banner_three_container .lms_banner_three_content {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 50%;
    z-index: 2;
    padding: 50px 0px 50px 50px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(1) {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) {
    font-size: 46px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 15px 0px;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(2) span {
    color: #ee343b;
  }
  .lms_banner_three_container .lms_banner_three_content p:nth-child(3) {
    font-size: 18px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container a {
    background-color: #ee343b;
    padding: 10px 35px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 8px;
    font-size: 22px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one {
    width: 100px;
  }
  .lms_banner_three_container .lms_banner_three_content .lms_banner_three_ctl_container .lms_banner_three_brand_one img {
    width: 100%;
  }
}
.swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/*# sourceMappingURL=/static/custom_css/style.css.map  */
