/* Large screens (desktops, 1200px and up) */
@media (min-width: 1200px) {
      
    .main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 0px;
}

  .btn-default {
    font-size: 16px !important;
  }

}

/* Medium screens (tablets, 768px to 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  img.mrlogo {
    width: 100px;
  }

  img.nsdclogo {
    width: 80px;
  }

  img.nsdclogologo {
    width: 100px;
  }
}

@media (min-width: 992px) {
  /*img.mrlogo {
    width: 80px !important;
  }

  img.nsdclogo {
    width: 51px !important;
  }

  img.nsdclogologo {
    width: 80px !important;
  }*/


  /*.main-menu ul li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #000 !important;
    fill: #C5C5C5;
    padding: 14px 6px !important;
}*/

  .btn-default {
    font-size: 12px;
  }
  .main-menu ul li.submenu > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 8px;
    margin-left: 4px;
}
.btn-default.custombtn {
    background-color: #FFFFFF00;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #111111;
    color: #111111;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ED1C24;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 15px 15px 15px;
}
.why-choose-item {
    position: relative;
    background-color: #1E1E1E;
    border-radius: 30px;
    box-shadow: 0px 0px 100px 2px #0000000D;
    padding: 25px;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 40px !important;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    height: 468px;
}
}

/* Small screens (phones, up to 767px) */
@media (max-width: 767px) {
  header.main-header {
    padding: 0px !important;
  }

  img.mrlogo {
    width: 100px;
  }

  img.nsdclogo {
    width: 70px;
  }

  img.nsdclogologo {
    width: 100px;
  }

  .main-menu ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 14px 11px !important;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #000 !important;
    fill: #C5C5C5;
  }

  .btn-default {
    background-color: #FFFFFF00;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ED1C24;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    color: #151518;
  }

  .hero-content .section-title h2 {
    font-size: 36px !important;
    font-weight: 700;
    margin-bottom: 0;
    cursor: none;
  }

  .section-title h1 span {
    background: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 49px;
  }

  #certcourse .section-title h1 span {
    font-size: 26px;
  }

  .btncustin {
    display: flex;
    justify-content: center;
  }

  .why-choose-item {
    height: auto !important;
  }

  .why-choose-item-content.text-right {
    text-align: left;
  }

  .why-choose-item.wow.fadeInUp .row.pb20.customobile {
    flex-wrap: wrap-reverse;
  }

  .our-team {
    padding: 50px 0 178px;
  }

  div#coursescustom {
    margin-bottom: 5rem;
  }

  .font-74,
  .font-66 {
    font-size: 42px !important;
  }

  .post-entry {
    /* border-bottom: 1px solid var(--divider-color); */
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .banner-section p {
    font-size: 1rem;
    margin: 0;
    text-align: justify;
  }

  .banner-section .content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
  }

  div#who-are-we h2,
  div#booknowhome h2,
  .cta-box-section.new1 h2 {
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
  }

  .services .content h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
  }

  .services .content p {
    font-size: 22px;
    max-width: 600px;
    margin-bottom: 30px;
    color: #ccc;
  }

  .post-entry ul.vaptul {
    position: relative;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 7px;
    margin: 42px 0px 0px;
  }
  .support-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 55px;
}
#hire form {
    display: grid;
    
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
#hire .submit-btn button {
    background: #d32f2f;
    color: #fff;
    border: none;
    padding: 12px 12px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}
#hire .submit-btn {
    grid-column: 1 / 1;
    text-align: center;
    margin-top: 0px;
}
.submit-btn {
    width: 100%;
    padding: 8px;
    background: #d41f1f;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}
.support-section {
    background: #111;
    color: #fff;
    padding: 20px 15px;
}
a.ctacustombtn {
    background-color: #FFFFFF00;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 19px 10px 11px;
    display: inline-block;
    transition: transform 0.2s ease;
}
a.ctacustombtn {
    background-color: #FFFFFF00;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 19px 10px 11px;
    display: inline-block;
    transition: transform 0.2s ease;
}
.cta-box-image {
    display: flex;
    justify-content: center;
}
.cta-box {
    background: #f01c24;
    border-radius: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0px 0px;
    padding: 15px 15px 15px 15px;
    flex-direction: column;
}
.cta-box-content h2 {
    text-align: center;
    line-height: 30px;
}
#contactus .homeform.partner-with-us {
    background-color: #00000000;
    padding: 32px 20px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}
#blogcustom .share-buttons, .recent-blogs {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
#contactus p {
    font-size: 17px;
    margin-top: 18px;
}
#contactus .our-approach-content {
    position: relative;
    padding: 0 0 0px 0px;
}
    .security-list-item {
                width: 100%;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
    }
    .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.btn-default.ctacustom {
    background-color: #FFFFFF00;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 20px 20px;
    color: #fff;
}

      section..showreel-section {
        flex-direction: column;
        text-align: center;
      }
     section..showreel-section .stat-box span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
    letter-spacing: 1.25px;
}
section..showreel-section .stat-box {
    font-size: 35px;
    font-weight: bolder;
    position: relative;
    margin: 0px 0px 20px;
}
section.showreel-section .stats {
        display: grid;
        grid-template-columns: max-content;
        gap: 23px;
        margin-top: 40px;
        justify-content: center;
        text-align: center;
    }
section.showreel-section .right {
    flex: 1 1 400px;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0 0 30px;
}
section.showreel-section .left {
    flex: 1 1 500px;
    padding: 0;
}
section.showreel-section .left h1 {
        font-size: 36px;
      }

      section.showreel-section .stat-box {
        font-size: 20px;
      }
    
}