@media (max-width: 1300px) {
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

@media (max-width: 1120px) {
}

@media (max-width: 992px) {
  /* ==========================
   TABLETS & SMALL LAPTOPS
========================== */

  .hero_area {
    min-height: auto;
  }

  /* Header */
  .header_section .header_top {
    display: none;
  }

  .header_section .header_bottom {
    padding: 12px 0;
  }

  .custom_nav-container {
    min-height: auto;
  }

  .custom_nav-container .navbar-brand img {
    width: 45px;
    height: 45px;
  }

  .logo_text {
    font-size: 18px;
  }

  .logo_tagline {
    max-width: 200px;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 20px;
    text-align: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
  }

  .mobile-auth-link {
    display: list-item;
  }

  /* Hero */
  .slider_section .detail-box h1 {
    font-size: 42px;
  }

  .slider_section .detail-box p {
    font-size: 16px;
  }

  .slider_section .carousel_btn-box a {
    position: unset;
    transform: none;
  }

  /* Contact */
  .contact_section .form_container {
    padding: 20px;
  }

  /* ==========================
   SERVICES
========================== */

  .service_section {
    padding: 70px 0;
  }

  .service_section .box {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .service_section .box .img-box {
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin-right: -35px;
  }

  .service_section .box .img-box img {
    width: 42px;
  }

  .service_section .box .detail-box {
    padding: 30px 20px 30px 50px;
  }

  .service_section .btn-box {
    margin-top: 50px;
  }

  /* ==========================
   ABOUT
========================== */

  .about_section,
  .about_page_banner {
    min-height: 500px;
    padding: 80px 0;
  }

  .about_section .container,
  .about_page_banner .container {
    max-width: 90%;
  }

  .about_section .heading_container h1,
  .about_page_banner h1 {
    font-size: 42px;
  }

  .about_section .detail-box p,
  .about_page_content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about_section .detail-box a,
  .primary_btn {
    padding: 14px 36px;
  }

  /* ==========================
   WHY BERITH
========================== */

  .why_section {
    min-height: auto;
    padding: 70px 0;
  }

  .why_berith_box {
    padding: 35px;
  }

  .why_section .heading_left h2 {
    font-size: 34px;
    text-align: center;
  }

  .why_section .detail_p_mt {
    font-size: 16px;
    text-align: center;
  }

  .why_list {
    gap: 14px;
  }

  .why_item {
    padding: 14px;
  }

  .primary_btn_box {
    justify-content: center;
  }

  /* ==========================
   CONTACT
========================== */

  .contact_section {
    padding: 70px 0;
  }

  .contact_section .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact_section .map_container {
    height: 460px;
  }

  .contact_section .form_container {
    padding: 20px;
  }

  .contact_section .heading_container {
    margin-bottom: 35px;
  }

  .contact_section .heading_container h2 {
    font-size: 34px;
  }

  .contact_section .form-control {
    height: 55px;
  }

  .contact_section form #inputMessage,
  .contact_section textarea.form-control {
    min-height: 160px;
  }

  .contact_section .submit_btn {
    padding: 14px;
  }

  /* ==========================
   INFO SECTION
========================== */

  .info_section {
    padding: 70px 0 25px;
  }

  .info_section .row {
    align-items: flex-start;
  }

  .info_section .row > div {
    padding: 0 20px;
    margin-bottom: 35px;
  }

  .info_section .navbar-brand {
    justify-content: center;
    margin-bottom: 20px;
  }

  .info_section .info_detail {
    text-align: center;
  }

  .info_section .social_box {
    justify-content: center;
  }

  .info_section .contact_nav {
    align-items: flex-start;
  }

  .info_section h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .info_section p {
    font-size: 16px;
    line-height: 1.8;
  }

  .info_section .info_form input {
    height: 50px;
    border-radius: 8px;
  }

  .info_section .info_form button {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
  }

  /* ==========================
   FOOTER
========================== */

  .footer_section {
    padding: 22px 0;
  }

  .footer_section p {
    font-size: 15px;
    line-height: 1.8;
    padding: 0;
  }

  .footer_section .motto {
    display: inline-block;
    margin-top: 8px;
  }

  /* ==========================================
   AUTH PAGE - TABLET
========================================== */
  .auth_shell {
    grid-template-columns: 1fr;
  }

  .auth_brand_panel {
    min-height: 420px;
    padding: 80px 30px 50px;
  }

  .auth_form_panel {
    padding: 35px 25px;
  }

  .auth_card {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 767px) {
  /* ==========================
   MOBILE LANDSCAPE
========================== */

  /* HEADER */

  .header_section .header_top {
    display: none;
  }

  .header_section .header_bottom {
    padding: 10px 0;
  }

  .navbar-brand img {
    width: 42px;
    height: 42px;
  }

  .logo_text {
    font-size: 17px;
    line-height: 1.2;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }

  .custom_nav-container .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 15px;
  }

  .mobile-auth-link {
    display: list-item;
  }

  /* HERO */

  .hero_area {
    min-height: auto;
  }

  .slider_section {
    min-height: auto;
    padding: 70px 0 90px;
  }

  .slider_section .detail-box {
    text-align: center;
    max-width: 100%;
  }

  .slider_section .detail-box h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  .slider_section .detail-box p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }

  .slider_section .detail-box a {
    padding: 14px 34px;
  }

  .slider_section .carousel_btn-box {
    bottom: 25px;
  }

  /* ==========================
   SERVICES
========================== */

  .service_section {
    padding: 60px 0;
  }

  .service_section .heading_container h2 {
    font-size: 32px;
  }

  .service_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .service_section .box .img-box {
    margin-right: 0;
    margin-bottom: -35px;
    z-index: 2;
  }

  .service_section .box .img-box img {
    width: 38px;
  }

  .service_section .box .detail-box {
    padding: 50px 20px 25px;
  }

  .service_section .box .detail-box h5 {
    font-size: 19px;
  }

  .service_section .box .detail-box p {
    font-size: 15px;
    line-height: 1.8;
  }

  .service_section .btn-box {
    margin-top: 40px;
  }

  /* ==========================
   ABOUT
========================== */

  .about_section,
  .about_page_banner {
    min-height: auto;
    padding: 70px 0;
  }

  .about_section .container,
  .about_page_banner .container {
    max-width: 95%;
  }

  .about_section .heading_container h1,
  .about_page_banner h1 {
    font-size: 36px;
  }

  .about_section .detail-box p,
  .about_page_content p {
    font-size: 15.5px;
    line-height: 1.9;
  }

  .about_section .detail-box a,
  .primary_btn {
    padding: 13px 32px;
  }

  /* ==========================
   WHY BERITH
========================== */

  .why_section {
    padding: 60px 0;
  }

  .why_berith_box {
    padding: 28px;
  }

  .why_section .heading_left {
    text-align: center;
  }

  .why_section .heading_left h2 {
    font-size: 30px;
  }

  .why_section .detail_p_mt {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .why_list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 25px;
  }

  .why_item {
    padding: 15px;
  }

  .primary_btn_box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  /* ==========================
   CONTACT
========================== */

  .contact_section {
    padding: 60px 0;
  }

  .contact_section .row {
    flex-direction: column;
  }

  .contact_section .map_container {
    height: 400px;
    margin-bottom: 35px;
  }

  .contact_section .form_container {
    padding: 0;
  }

  .contact_section .heading_container h2 {
    font-size: 30px;
  }

  .contact_section .form-control {
    height: 52px;
  }

  .contact_section form #inputMessage,
  .contact_section textarea.form-control {
    min-height: 150px;
  }

  .contact_section .submit_btn {
    width: 100%;
  }

  /* ==========================
   INFO SECTION
========================== */

  .info_section {
    padding: 60px 0 20px;
  }

  .info_section .row {
    text-align: center;
  }

  .info_section .row > div {
    margin-bottom: 40px;
  }

  .info_section .navbar-brand {
    justify-content: center;
  }

  .info_section .logo_text {
    text-align: left;
  }

  .info_section h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .info_section p {
    font-size: 15px;
    line-height: 1.8;
  }

  .info_section .contact_nav {
    align-items: center;
  }

  .info_section .contact_nav a {
    justify-content: center;
    text-align: center;
  }

  .info_section .social_box {
    justify-content: center;
  }

  .info_section .info_form {
    max-width: 500px;
    margin: auto;
  }

  .info_section .info_form input {
    height: 50px;
    border-radius: 8px;
  }

  .info_section .info_form button {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
  }

  /* ==========================
   FOOTER
========================== */

  .footer_section {
    padding: 20px 15px;
  }

  .footer_section p {
    font-size: 14px;
    line-height: 1.9;
  }

  .footer_section .motto {
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  /* ==========================
     GLOBAL
  ========================== */

  .layout_padding {
    padding: 50px 0;
  }

  .heading_container h2,
  .heading_container h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  /* ==========================
     HEADER
  ========================== */

  .navbar-brand img {
    width: 38px;
    height: 38px;
  }

  .logo_text {
    font-size: 15px;
  }

  .logo_tagline {
    font-size: 8px;
    max-width: 170px;
  }

  .custom_nav-container .navbar-nav .nav-link {
    font-size: 14px;
  }

  /* ==========================
     HERO
  ========================== */

  .slider_section {
    padding: 50px 0 80px;
  }

  .slider_section .detail-box h1 {
    font-size: 28px;
  }

  .slider_section .detail-box p {
    font-size: 15px;
  }

  .slider_section .detail-box a {
    width: 100%;
    max-width: 260px;
  }

  .slider_section .carousel_btn-box {
    width: 110px;
  }

  .slider_section .carousel_btn-box a {
    width: 45px;
    height: 45px;
  }

  /* ==========================
     SERVICES
  ========================== */

  .service_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .service_section .box .img-box {
    margin-right: 0;
    margin-bottom: -25px;
    z-index: 2;
  }

  .service_section .box .detail-box {
    padding: 50px 20px 25px;
  }

  /* ==========================
     ABOUT
  ========================== */

  .about_section .detail-box p,
  .about_page_content p {
    font-size: 15px;
  }

  /* ==========================
     WHY BERITH
  ========================== */

  .why_berith_box {
    padding: 22px;
  }

  .why_section .heading_left h2 {
    font-size: 26px;
  }

  .why_item {
    font-size: 14px;
  }

  /* ==========================
     CONTACT
  ========================== */

  .contact_section .map_container {
    height: 320px;
  }

  .contact_section .heading_container h2 {
    font-size: 26px;
  }

  /* ==========================
     INFO
  ========================== */

  .info_section h4 {
    font-size: 20px;
  }

  .info_section .contact_nav a {
    font-size: 14px;
  }

  /* ==========================
     FOOTER
  ========================== */

  .footer_section p {
    font-size: 13px;
  }

  /* ==========================================
   AUTH PAGE - MOBILE
========================================== */

  .auth_brand_panel {
    min-height: 340px;
    padding: 70px 20px 40px;
  }

  .auth_home_link {
    top: 20px;
    left: 20px;
    font-size: 14px;
    gap: 6px;
  }

  .auth_brand_logo {
    width: min(220px, 75%);
  }

  .auth_brand_content h1 {
    font-size: 32px;
    margin-top: 24px;
  }

  .auth_brand_content p {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .auth_brand_content .logo_tagline {
    font-size: 11px;
    max-width: 300px;
  }

  .auth_form_panel {
    padding: 20px 15px;
  }

  .auth_card {
    padding: 22px 18px;
    border-radius: 6px;
  }

  .auth_heading h2 {
    font-size: 28px;
  }

  .auth_heading p {
    font-size: 14px;
  }

  /* ==========================
   AUTH FORM
========================== */

  .form_grid.two_col {
    grid-template-columns: 1fr;
  }

  .form_group.full_width {
    grid-column: auto;
  }

  /* ==========================
   AUTH OPTIONS
========================== */

  .option_grid,
  .option_grid.compact {
    grid-template-columns: 1fr;
  }

  .option_grid label {
    min-height: 48px;
  }

  /* ==========================
   SIGNUP STEPS
========================== */

  .signup_steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .signup_step {
    justify-content: flex-start;
    min-height: 50px;
    padding: 12px;
    font-size: 14px;
  }

  .signup_step span {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  /* ==========================
   AUTH BUTTONS
========================== */

  .auth_primary_btn,
  .auth_secondary_btn {
    width: 100%;
    padding: 14px;
  }

  .form_actions,
  .form_actions.split {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* ==========================
   LOGIN OPTIONS
========================== */

  .auth_form_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* ==========================
   DECLARATION
========================== */

  .inline_check {
    align-items: flex-start;
  }

  .inline_check span {
    line-height: 1.6;
  }

  /* ==========================
   FORM INPUTS
========================== */

  .form_group input,
  .form_group select,
  .form_group textarea {
    font-size: 16px;
    padding: 13px 14px;
  }

  /* ==========================
   LOGIN / SIGNUP SWITCH
========================== */

  .auth_mode_btn {
    min-height: 48px;
    font-size: 15px;
  }

  /* ==========================
   SPACING
========================== */

  .auth_heading {
    margin-bottom: 18px;
  }

  .auth_toggle_text {
    margin-top: 18px;
  }

  .form_section_header {
    margin-bottom: 6px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 24px;
  }

  .heading_container h2,
  .heading_container h1 {
    font-size: 24px;
  }

  .service_section .box .detail-box {
    padding: 45px 18px 22px;
  }

  .why_berith_box {
    padding: 20px;
  }

  .contact_section .map_container {
    height: 280px;
  }
}

@media (max-width: 420px) {
  .header_section .header_bottom {
    padding: 10px 0;
  }

  .header_section .header_bottom .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .custom_nav-container {
    align-items: center;
    column-gap: 6px;
  }

  .navbar-brand {
    flex: 1 1 auto;
    gap: 8px;
    margin-right: 6px;
    min-width: 0;
  }

  .navbar-brand img {
    width: 34px;
    height: 34px;
  }

  .logo_text {
    font-size: 14px;
    line-height: 1.12;
    min-width: 0;
  }

  .logo_tagline {
    font-size: 7px;
    line-height: 1.18;
    margin-top: 2px;
    max-width: 155px;
  }

  /* HERO */

  .slider_section {
    padding: 55px 0 85px;
  }

  .slider_section .detail-box h1 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .slider_section .detail-box p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .slider_section .detail-box a {
    padding: 12px 28px;
    font-size: 14px;
    min-width: 160px;
  }

  .primary_btn,
  .submit_btn,
  .service_section .btn-box a {
    width: 100%;
    text-align: center;

    .slider_section .detail-box h1 {
      font-size: 10px;
    }

    .slider_section .detail-box p {
      font-size: 14px;
    }

    .primary_btn,
    .submit_btn,
    .service_section .btn-box a {
      width: 100%;
      text-align: center;
    }
  }
  .service_section .heading_container h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .service_section .box .detail-box h5 {
    font-size: 18px;
  }

  .service_section .box .detail-box p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about_section .heading_container h1,
  .about_page_banner h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .about_section .detail-box p,
  .about_page_content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .why_section .heading_left h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .why_section .detail_p_mt {
    font-size: 15px;
    line-height: 1.8;
  }

  .why_item {
    font-size: 14px;
  }

  .contact_section .heading_container h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .info_section h4 {
    font-size: 20px;
  }

  .info_section p {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer_section p {
    font-size: 13px;
    line-height: 1.7;
  }

  /* ==========================
   LEGAL RESOURCES
========================== */

  .legal_intro_section {
    padding: 60px 0;
  }

  .legal_intro_content {
    text-align: center;
  }

  .legal_intro_content .heading_container h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .legal_intro_content h4 {
    font-size: 18px;
    margin: 22px 0 15px;
  }

  .legal_intro_content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .legal-btn-box a {
    width: 100%;
    max-width: 250px;
  }

  /* Knowledge Centre */

  .legal_resources_section .heading_container h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .legal_resources_section .heading_container p {
    font-size: 15px;
    line-height: 1.8;
  }

  .legal_resources_section .detail-box h5 {
    font-size: 18px;
  }

  .legal_resources_section .detail-box p {
    font-size: 14px;
    line-height: 1.7;
  }

  .resource-link-list li {
    font-size: 14px;
  }

  /* Disclaimer */

  .legal_disclaimer_section .heading_container h2 {
    font-size: 22px;
  }

  .legal_disclaimer_content p {
    font-size: 15px;
    line-height: 1.8;
  }

  /* ==========================
   SERVICES PAGE
========================== */

  /* Page Heading */

  .service_section .heading_container h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .service_section .heading_container p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 100%;
  }

  /* Service Cards */

  .service_section .box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service_section .box .img-box {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }

  .service_section .box .img-box img {
    width: 34px;
  }

  .service_section .detail-box {
    padding: 22px 18px;
  }

  .service_section .detail-box h5 {
    font-size: 18px;
    line-height: 1.4;
  }

  .service_section .detail-box p {
    font-size: 14px;
    line-height: 1.8;
  }

  .service_section .read-more-btn {
    font-size: 14px;
  }

  .service_section .btn-box a {
    width: 100%;
    max-width: 240px;
    padding: 12px 28px;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 28px;
  }

  .slider_section .detail-box p {
    font-size: 15px;
  }

  .slider_section .detail-box a {
    padding: 11px 24px;
    font-size: 14px;
  }

  .service_section .heading_container h2 {
    font-size: 26px;
  }

  .service_section .box .detail-box h5 {
    font-size: 17px;
  }

  .service_section .box .detail-box p {
    font-size: 14px;
  }

  .service_section .heading_container h2 {
    font-size: 26px;
  }

  .service_section .box .detail-box h5 {
    font-size: 17px;
  }

  .service_section .box .detail-box p {
    font-size: 14px;
  }

  .about_section .heading_container h1,
  .about_page_banner h1 {
    font-size: 28px;
  }

  .about_section .detail-box p {
    font-size: 14.5px;
  }

  .why_section .heading_left h2 {
    font-size: 26px;
  }

  .why_section .detail_p_mt {
    font-size: 14px;
  }

  .why_item {
    font-size: 13.5px;
  }

  .contact_section .heading_container h2 {
    font-size: 26px;
  }

  .info_section h4 {
    font-size: 19px;
  }

  .info_section p {
    font-size: 14px;
  }

  .footer_section p {
    font-size: 12.5px;
  }
  /* ==========================
   LEGAL RESOURCES
  ========================== */

  .legal_intro_content h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .legal_intro_content h4 {
    font-size: 20px;
  }

  .legal_intro_content p {
    font-size: 14px;
  }

  .legal-btn-box a {
    width: 100%;
    max-width: 230px;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* Knowledge Centre */

  .legal_resources_section .heading_container h2 {
    font-size: 26px;
  }

  .legal_resources_section .heading_container p {
    font-size: 14px;
  }

  .legal_resources_section .detail-box h5 {
    font-size: 17px;
  }

  .legal_resources_section .detail-box p {
    font-size: 14px;
  }

  .resource-link-list li {
    font-size: 13.5px;
  }

  /* Disclaimer */

  .legal_disclaimer_section .heading_container h2 {
    font-size: 26px;
  }

  .legal_disclaimer_content p {
    font-size: 14px;
  }

  /* ==========================
   SERVICES PAGE
========================== */

  .service_section .heading_container h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .service_section .heading_container p {
    font-size: 13px;
    line-height: 1.8;
  }

  .service_section .box .img-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .service_section .box .img-box img {
    width: 32px;
  }

  .service_section .detail-box h5 {
    font-size: 17px;
  }

  .service_section .detail-box p {
    font-size: 13px;
    line-height: 1.8;
  }

  .service_section .read-more-btn {
    font-size: 13px;
  }

  .service_section .btn-box a {
    width: 100%;
    max-width: 220px;
    font-size: 13px;
  }
}
