@media (min-width: 1450px) {
  .conatiner {
    width: calc(100% - 16rem);
  }
}
@media (max-width: 1450px) {
  .consultancy-section .text-content {
    width: 50%;
    padding: 25px 30px 25px 25px;
  }
  .consultancy-section .text-content h3 {
    font-size: 32px;
    line-height: 1.4;
  }
  .consultancy-section .content-wrapper {
    margin-top: 60px;
  }
  .consultancy-section .image-container img {
    top: -13vh;
  }
  .container {
    width: calc(100% - 12rem);
  }
}

@media (max-width: 1280px) {
  .container {
    width: calc(100% - 8rem);
    max-width: 100%;
    margin: 0 auto;
  }
  /* hero section start */
  .hero .form-card {
    max-width: 100%;
  }
  .hero .left h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
  }
  .hero .left p {
    margin: 30px 0;
  }
  /* hero section end */

  /* Product Section Start */
  .section_title h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .services-container .service-card {
    padding: 20px 20px 15px;
    width: 32%;
    margin-top: 30px;
  }
  .services-container h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .services-container .icon i {
    color: #418b4b;
    font-size: 71px;
  }
  /* Product Section End */

  /* Consulting Section Start */
  .consultancy-section .image-container img {
    top: -15vh;
  }
  .consultancy-section .text-content h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .consultancy-section .image-container {
    width: 55%;
    padding-right: 70px;
  }
  /* Consulting Section End */
  /* Partner Section Start */
  .counter-section .items .content {
    padding: 35px 20px 35px 20px;
  }
  /* Partner Section End */

  /* page title Start */
  .services-section {
    border-bottom-left-radius: 100% 175%;
    border-bottom-right-radius: 100% 175%;
    padding: 100px 120px 120px;
    max-width: 90%;
  }
  /* page title End */

  /* Licensing Section Start */
  .licensing_section .left h3 {
    font-size: 32px;
  }
  .licensing_section .left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .licensing_section {
    padding: 30px 0px;
  }
  .licensing_section .left {
    width: 50%;
    padding-right: 0px;
  }

  /* Licensing Section End */
  /* Get Touch Section Start */
  .get_touch_section h3 {
    font-size: 32px;
  }
  /* Get Touch Section End */
}

@media (max-width: 1150px) {
  .consultancy-section .image-container {
    width: 60%;
    padding-right: 0px;
  }
  .consultancy-section .image-container img {
    top: -130px;
  }
  .consultancy-section .content-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .consultancy-section .content-wrapper {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .consultancy-section .image-container {
    width: 100%;
  }
  .consultancy-section .image-container img {
    top: 0;
  }
  .consultancy-section .text-content {
    width: 100%;
  }

  .we_provide_section {
    padding-bottom: 30px;
  }
  /* common section start */
  .common-wrapper .common-section .left-content h3 {
    font-size: 35px;
  }
  .common-wrapper .common-section .subheading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .common-wrapper .common-section .testimonial {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
  }
  /* common section end */
}
@media (max-width: 992px) {
  .container {
    width: calc(100% - 5rem);
    max-width: 100%;
    margin: 0 auto;
  }
  .hero .left h1 {
    font-size: 50px;
    line-height: 1.1;
  }
  .hero .left {
    width: 55%;
    padding: 0px 0px 0px 0px;
  }
  .hero .right {
    width: 45%;
    padding: 0px 0px 0px 20px;
  }

  /* navbar start */
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    align-items: start;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: hsl(206, 5%, 100%);
    transition: all 0.5s ease;
  }

  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }

  .menu {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }

  .submenu {
    position: relative;
    top: -0.5rem;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
  .submenu a {
    padding-left: 30px;
  }

  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /* navbar end */

  /* product section start */
  .services-container .service-card {
    width: 48%;
  }
  .services-container h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .services-container p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
  }
  .section_title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  /* product section end */

  /* Consulting Section Start */
  .consultancy-section .feature div,
  .consultancy-section .feature strong {
    font-size: 16px;
  }
  .consultancy-section .feature {
    margin-bottom: 15px;
  }
  .consultancy-section .text-content h3 {
    margin-bottom: 15px;
  }
  .authorities-section h2 {
    margin-bottom: 0px;
  }
  /* Consulting Section End */

  /* Partner Section Start */
  .authorities-section .authority-card {
    width: 32%;
  }
  /* Partner Section End */

  /* Counter Section Start */
  .counter-section .items .content .number {
    font-size: 50px;
  }
  .counter-section .items .content h3 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .counter-section .items .content .description {
    font-size: 16px;
  }

  /* Counter Section End */

  /* footer section start */
  .footer_section .items .content h3 {
    font-size: 16px;
  }
  /* footer section end */

  /* page title Start */
  .services-section .services-content h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .services-section {
    border-bottom-left-radius: 100% 175%;
    border-bottom-right-radius: 100% 175%;
    padding: 81px 120px 110px;
    max-width: 100%;
  }
  .services-section .services-content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
  }
  /* page title End */

  /* Licensing Section Start */
  .license-section .license-card {
    width: 48%;
    margin-top: 30px;
  }
  .licensing_section .left h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .license-section .license-card h3 {
    font-size: 20px;
  }
  .license-section .license-card p {
    font-size: 16px;
  }
  .licensing_section {
    padding: 30px 0px 0px;
  }
  /* Licensing Section End */

  /* about us page start */
  .message_section {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .get_touch_section {
    padding: 60px 0px;
  }
  /* about us page end */

  /* Contact Us Page Start */
  .contact-section {
    padding: 30px 20px;
  }
  .contact_tile h3 {
    margin: 0px auto 30px auto;
    font-size: 32px;
  }
  /* Contact Us Page End */
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 0rem);
    max-width: 100%;
    margin: 0 auto;
  }
  .hero .left {
    width: 100%;
    padding: 40px 0px 30px 0px;
  }
  .hero .right {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
  .hero {
    height: fit-content;
  }
  .hero .left h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .hero .left p {
    margin: 20px 0;
    font-size: 18px;
  }
  .hero .form-card {
    max-width: 70%;
  }

  .consultancy-section .text-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
  }
  .consultancy-section .text-content {
    width: 100%;
    padding: 25px 15px 25px 15px;
  }

  /* Product Section Start */
  .section_title h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
  }
  .services-container .icon i {
    font-size: 56px;
  }

  /* Product Section End */

  /* counter section start */
  .counter-section .items {
    width: 100%;
  }
  .counter-section .items .content {
    padding: 30px 20px 0px 20px;
  }
  /* counter section end */

  /* footer section start */
  .footer_section .items:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_section .items:nth-of-type(2),
  .footer_section .items:nth-of-type(3) {
    width: 50%;
  }
  .footer_section {
    padding: 20px 0px 10px 0px;
  }
  /* footer section end */

  /* Common Section Start */
  .common-wrapper .common-section .left-content {
    flex: 1;
    min-width: 100%;
    padding: 0;
    color: #fff;
  }
  .common-wrapper .common-section .right-form {
    flex: 1;
    min-width: 100%;
    padding-top: 20px;
  }
  /* Common Section End */

  /* Page Title Start */
  .services-section .services-icon i {
    margin-bottom: 10px;
  }
  .services-section .services-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .services-section .services-content p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  /* Page Title End */

  /* Licensing Section Start */
  .licensing_section .left {
    width: 100%;
    padding-right: 0px;
  }
  .licensing_section .right {
    width: 100%;
    padding: 0px;
  }
  .license-section {
    padding: 5px 0px 30px;
  }
  /* Licensing Section End */

  /* Contact page Start */

  .contact_wrapper {
    flex-direction: column-reverse;
  }
  .contact_wrapper .contact-info {
    width: 100%;
  }
  .contact_wrapper .contact-form {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-info .boxes:last-child{
    margin-bottom: 0px;
  }
  .contact-info .boxes .title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .contact-info .boxes .details p {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact_tile h3 {
    margin: 0px auto 30px auto;
    font-size: 24px;
    border-bottom: 1px solid #6b6b6b;
  }
  .contact-section {
    padding: 30px 0px;
  }
  /* Contact page End */
}

@media (max-width: 576px) {
  .hero .form-card {
    max-width: 100%;
  }
  .hero .left h1 {
    font-size: 30px;
  }
  .hero .left p {
    font-size: 18px;
    line-height: 1.6;
  }

  .page_padding {
    padding: 15px 0px;
  }
  .section_padding {
    padding: 15px 0px;
  }
  .section_title h2 span svg {
    position: absolute;
    top: 62%;
    left: 42%;
    width: calc(65% + 0.75em);
  }

  /* counter section start */
  .authorities-section .authority-card {
    width: 48%;
  }
  /* counter section end */

  /* footer section start */
  .footer_section .items:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_section .items:nth-of-type(2),
  .footer_section .items:nth-of-type(3) {
    width: 100%;
  }
  .footer_section {
    padding: 20px 0px 10px 0px;
  }
  .footer_section .items .content ul li p {
    margin-bottom: 0px;
  }
  /* footer section end */

  /* section title start */
  .services-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 81px 0px 40px;
    max-width: 100%;
  }

  .service_page_services {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 25%,
      #f4f4f6 65%
    );
    margin-top: 0;
  }

  /* section title end */

  /* Common Section Start */
  .common-wrapper .common-section .left-content h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .common-wrapper .common-section .subheading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .common-wrapper {
    padding: 30px 0px;
  }
  .common-wrapper .common-section .right-form {
    padding: 20px 0px 0px;
  }
  /* Common Section End */

  .services-section::after {
    display: none;
  }

  /* Licensing Section Start */
  .license-section .license-card {
    width: 100%;
    margin-top: 20px;
  }
  .licensing_section .left h3 {
    font-size: 22px;
  }
  .license-section .license-card {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px 10px;
  }
  /* Licensing Section End */

  /* About us Page Start */
  .message_section h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .message_section {
    padding: 30px 0px 15px;
  }
  .get_touch_section h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .get_touch_section {
    padding: 30px 0px;
  }
  .get_touch_section .mail_number span {
    font-size: 17px;
  }
  /* About us Page End */

  /* Contact us page start */
  .contact_wrapper .form-group:nth-of-type(1),
  .contact_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 15px;
    width: 100%;
  }

  .contact_wrapper .contact-form {
    padding: 20px;
  }

  .contact_wrapper .form-group label {
    font-size: 15px
  }
  /* Contact us page end */
}

@media (max-width: 480px) {
  .services-container .service-card {
    width: 100%;
    margin-top: 20px;
  }

  /* Licensing Section Start */
  .license-section .license-logo {
    width: 100%;
    height: 100px;
  }
  /* Licensing Section End */

  /* About Us Page Start */
  .get_touch_section .mail_number {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .get_touch_section .mail_number span:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* About Us Page End */
}
