@media screen and (max-width: 1280px) {
  /* .nav-section {
    padding: 0px;
  }
  .nav-section .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 700;
  } */

  .navbar-dropdown .drop-down li a {
    height: 70px;
    padding: 20px 40px 20px 45px;
  }

  .new-links {
    width: 78%;
  }

  .new-links > li > a {
    font-size: 15px;
  }

  .new-links > li > .new-list {
    font-size: 15px;
  }

  .pop .gbl_btn {
    display: none;
  }
  .gbl_heading {
    font-size: 30px;
  }

  .banner-txt {
    width: 50%;
  }

  .banner-heading {
    font-size: 40px;
    margin-bottom: 21px;
  }
  .banner-para {
    font-size: 14px;
    width: 100%;
  }

  .para {
    font-weight: 600;
  }
  .complex .para {
    width: 74%;
  }
  .footer-one p {
    font-size: 14px;
    line-height: 23px;
  }
  .footer-icon {
    width: 33px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
  }
  .anchor {
    font-size: 18px !important;
  }
  .txt {
    font-size: 14px;
  }
  .new-icon {
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 36px;
  }
  .fb-badge {
    height: 300px;
    width: fit-content;
  }
  .footer-one {
    width: 31%;
    margin-bottom: 30px;
  }
  .footer-two {
    width: 66%;
  }
  .footer-two ul li a {
    font-size: 14px;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .copyright p {
    font-size: 14px;
  }
  .complex p {
    font-size: 14px;
  }
  .complex h4::after {
    left: 29%;
  }
}

@media screen and (max-width: 1024px) {
  /* .nav-section .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 8px;
  }
  .navbar-brand img {
    width: 67%;
  } */

  .new-links > li > a {
    padding: 0 10px;
  }

  .navbar-dropdown .drop-down {
    width: 290px;
  }

  .navbar-dropdown .drop-down li a {
    font-size: 14px;
    height: 57px;
  }

  .border_new {
    height: 70px !important;
  }

  .banner-txt {
    width: 53%;
  }
  .banner-heading {
    font-size: 37px;
  }
  .banner-para {
    font-size: 13px;
    line-height: 22px;
  }
  .gbl_heading {
    font-size: 27px;
  }
  .para {
    font-size: 13px;
    width: 80%;
  }
  .new-para {
    font-size: 13px !important;
  }
  .complex .para {
    width: 76%;
  }
  .footer-one p {
    font-size: 13px;
    margin-bottom: 23px;
  }
  .footer-icon {
    font-size: 12px;
  }
  .footer-two ul li a {
    font-size: 13px;
  }
  .txt {
    font-size: 13px;
  }
  .anchor {
    font-size: 16px !important;
  }
  .complex p {
    font-size: 13px;
    line-height: 24px;
  }
  .complex h4 {
    font-size: 20px;
  }

  .complex h4::after {
    left: 31%;
  }
}

@media screen and (max-width: 912px) {
  /* .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 10px;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  .nav-section .nav-link {
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .dropdown-item {
    height: 44px;
    font-size: 15px;
    padding: 7px 0px 7px 5px;
    border-bottom: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100px;
    border-bottom: none;
  }

  .dropdown-item .fa-chevron-right {
    display: none;
  } */
  .nav-section .logo {
    width: 35%;
  }

  .new-links > li > a {
    color: #ffffff;
  }

  .new-links > li > .new-list {
    color: #ffffff;
  }

  .new-links .fa-caret-down {
    color: #ffffff !important;
  }

  .hamburger {
    display: block;
    z-index: 15;
    position: relative;
    cursor: pointer;
  }
  .hamburger.current .bar:nth-child(2) {
    width: 26px;
    border-radius: 18px;
    background-color: #ffffff;
  }
  .hamburger.current .bar:nth-child(1) {
    transform: translateY(-7px) rotate(42deg) translateX(15px);
    width: 18px;
    border-radius: 18px;
    background-color: #ffffff;
  }
  .hamburger.current .bar:nth-child(3) {
    transform: translateY(7px) rotate(-42deg) translateX(15px);
    width: 18px;
    border-radius: 18px;
    background-color: #ffffff;
  }

  .new-links {
    position: fixed;
    z-index: 9999;
    right: -100%;
    top: 0;
    gap: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    min-height: 60vh;
    text-align: center;
    transition: 0.6s ease-in-out;
    z-index: 10;
    gap: 25px;
  }
  .current {
    right: 0% !important;
  }

  .drop-down {
    position: relative !important;
    left: 0% !important;
    background-color: transparent !important;
    top: 21px !important;
    padding: 0px;
    height: 0px;
    overflow: hidden !important;
    transition: height 0.4s ease-out, paddding 0s ease-out !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
    width: 230px !important;
  }

  /* .cap::before {
    display: none !important;
  } */

  .active_dropdown {
    height: 279px;
    padding: 12px 0px;
    overflow: hidden;
    transition: height 0.4s ease-out, paddding 0s ease-out;
  }

  /* .navbar-dropdown .drop-down li a {
    height: unset;
    font-size: 14px;
    padding: 12px 20px;
    border-bottom: none;
    color: #ffffff;
  } */

  .navbar-dropdown .drop-down li a {
    text-align: center;
    height: unset;
    font-size: 15px;
    padding: 12px 0px;
    border-bottom: none;
    color: #ffffff;
    position: relative;
  }

  .navbar-dropdown .drop-down li a::before {
    position: absolute;
    top:50%;
    left:-1%;
    transform: translateY(-50%);
    content:"\f061" !important;
    font-family:"Fontawesome" !important ;
    color: #ffffff;
  }



  .navbar-dropdown .drop-down li a svg {
    margin-right: 3%;
  }

  .navbar-dropdown .drop-down li a .fa-chevron-right {
    display: none;
  }

  .border_new {
    border: none !important;
    height: 46px !important;
  }

  .navbar-dropdown .drop-down li a:hover {
    background-color: transparent !important;
  }

  .banner-txt {
    width: 58%;
  }
  .navbar-brand img {
    width: 74%;
  }
  .para {
    width: 100%;
  }
  .complex .para {
    width: 100%;
  }
  .com-img {
    width: 100%;
  }

  .banner-para {
    line-height: 24px;
  }
  .complex h4::after {
    left: 42%;
  }

  .new-links > li > a {
    font-size: 18px;
  }

  .new-links > li > .new-list {
    font-size: 18px;
  }

  .modal-right .btn_right {
    width: 76%;
  }
}

@media screen and (max-width: 820px) {
  .banner-txt {
    width: 67%;
  }
  .footer-one {
    width: 100%;
  }
  .footer-two {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .modal-left {
    display: none;
  }

  .modal-right {
    text-align: center;
    padding: 51px 24px 51px 24px;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  .nav-section .logo {
    width: 37%;
  }
  .banner-txt {
    width: 70%;
  }
  .banner-heading {
    font-size: 35px;
  }
  .gbl_heading {
    font-size: 25px;
  }
  .gbl_heading {
    font-size: 22px;
  }

  .floating-wp {
    left: 23px;
  }

  .contact_icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 712px) {
  .nav-section .logo {
    width: 42%;
  }
  .complex h4 {
    font-size: 18px;
  }
  .complex h4::after {
    display: none;
  }
  .navbar-brand img {
    width: 68%;
  }
  .banner-txt {
    width: 75%;
  }

  .complex h4 {
    text-align: center;
  }
  .new-para {
    width: 100% !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 600px) {
  .gbl_heading {
    font-size: 20px;
  }
  .banner-txt {
    width: 93%;
  }
  .banner-heading {
    font-size: 33px;
  }
  .footer-one {
    width: 100%;
  }
  .footer-two {
    width: 100%;
    margin: 3% 0 7% 0;
  }

  .footer-two ul {
    width: 31%;
  }

  .margin {
    margin-right: 20px;
  }

  .fb-badge {
    width: fit-content;
  }
  .complex .para {
    line-height: 23px;
  }

  .modal-right .btn_right {
    width: 80%;
    padding: 9px 7px;
  }
}

@media screen and (max-width: 540px) {
  .gbl_heading {
    font-size: 18px;
  }

  .complex .para {
    line-height: 22px;
  }
  .banner-para {
    line-height: 21px;
  }

  .navbar-brand img {
    width: 65%;
  }

  .footer-one {
    padding: 10px 0px;
  }

  .footer-logo img {
    width: 65%;
  }
  .footer-two {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  .footer-two ul {
    width: 46%;
    margin-bottom: 20px;
  }
  .margin {
    margin-right: 0;
  }
}

@media screen and (max-width: 430px) {
  .new-modal .btn_right {
    padding: 9px 7px !important;
    width: 137px;
    margin: 0 auto;
  }

  .new-content {
    width: 670px;
  }

  .nav-section .logo {
    width: 58%;
  }
  .complex h4 {
    font-size: 16px;
  }
  .gbl_heading {
    font-size: 16px;
  }
  .para {
    line-height: 23px;
  }
  .footer-two ul {
    width: 100%;
  }

  .floating-wp {
    left: 13px;
  }

  .contact_icon {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .contact_icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
}
}

@media screen and (max-width: 414px) {
  .banner-heading {
    font-size: 27px;
  }
}

@media screen and (max-width: 412px) {
}

@media screen and (max-width: 393px) {

  .modal-right {
    width: 54%;
  }
}

@media screen and (max-width: 375px) {
  .navbar-brand img {
    width: 61%;
  }

  .nav-section .navbar-brand {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 360px) {

  .modal-right {
    width: 50%;
}
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 280px) {
  .footer {
    padding: 25px 0px;
  }
  .footer-list li a {
    justify-content: space-between;
  }
}
