@media (min-width: 1200px) and (max-width: 1260px) {
  header .header-div .ullist-inline {
    column-gap: 0;
  }

  header {
    --logoWidth: 124px;
    --navWidth: calc(100% - 124px);
  }
}

@media (min-width: 1200px) and  (max-width: 1296px) {
  .myaccount-dash .nav-ul1 li,
  header .header-div .ullist-inline li a {font-size: 12px;}
}


@media (min-width: 1025px) and (max-width: 1200px) {
  header .header-div .ullist-inline li .menu-link {
    padding: 8px 10px;
  }

  header .header-div .ullist-inline li .btn {
    padding: 14px 20px 12px;
  }

  header .header-div {
    --logoWidth: 160px;
    --navWidth: calc(100% - 200px);
  }

  header .header-div .ullist-inline li .menu-link:not(.btn) {
    padding: 8px 8px;
    font-size: 14px;
  }

  header .header-div .ullist-inline li .btn {
    padding: 9px 20px 8px;
    min-height: 46px;
  }
}

@media (min-width: 902px) and (max-width: 650px) {
  .business-idea .idesSlider p {
    padding: 17px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ullist-inline li .dropdown {
    width: 198px;
  }
}

@media (min-width: 1025px) {
  .ullist-inline li.menu-item-has-children:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
  }

  .ullist-inline li.menu-multi-column .dropdown {
    column-count: 2;
    column-gap: 20px;
    min-width: 500px;
  }

  .ullist-inline li.menu-item-has-children .dropdown li {
    position: relative;
  }
  
  .ullist-inline li.menu-item-has-children .dropdown li .dropdown {
    opacity: 0;
    visibility: visible;
    /* transform: translateY(calc(-100% + 47px)); */
    transform: translateY(30px);
    position: absolute;
    left: calc(-241px);
    top: 0;
    background: #fff;
    border-radius: 10px;
    width: 230px;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    will-change: pointer-events, visibility;
    filter: drop-shadow(-5px 0px 5px rgba(0, 0, 0, 0.1));
  }
  
  .ullist-inline li.menu-item-has-children .dropdown li .dropdown::before {
    display: none;
  }
  
  .ullist-inline li.menu-item-has-children .dropdown li:hover .dropdown {
    opacity: 1;
    left: calc(-241px);
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  
  header .header-div .ullist-inline .dropdown > li.menu-item-has-children:hover > a::after {
    filter: invert(1);
  }
  
  header .header-div .ullist-inline .dropdown > li.menu-item-has-children > a::after {
    content: "" !important;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../images/chevron-down.svg) no-repeat;
    background-position: center center;
    background-size: 24px;
    right: 5px;
    top: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
  }

  .ullist-inline li.left-side-menu .dropdown {left: calc(-501px) !important; top: -10px !important;}

}

@media (max-width: 1366px) {
  .performance {
    padding: 58px 0 64px;
  }

  .per-text {
    font-size: 48px;
  }

  .performance-score p {
    font-size: 70px;
  }

  .team {
    padding-bottom: 80px;
  }

  /* Blog detail page */

  .news-detail-page h1 {
    font-size: 35px;
  }

  .blog-image {
    padding-bottom: 56px;
  }

  .blog-page h2 {
    margin-top: 45px;
  }

  .news-detail-page {
    padding-top: 28px;
  }

  /* Service page css */

  .steps-section {
    padding: 75px 0 90px;
  }

  .steps-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .service-advt {
    padding: 67px 0 80px;
  }

  .service-disadvt {
    padding: 57px 0 80px;
  }

  .service-requirement {
    padding: 57px 0 0;
  }

  .service-requirement h3 {
    margin-bottom: 40px;
  }

  .req-grid {
    padding-bottom: 80px;
  }

  .company-name {
    padding: 67px 0 80px;
  }

  .service-process {
    padding: 70px 0;
  }

  .service-document {
    padding: 58px 0 70px;
  }

  .service-compare {
    padding: 67px 0 80px;
  }

  .service-deliverables {
    padding: 57px 0 75px;
  }

  .faq {
    padding: 67px 0 60px;
  }

  .related-business {
    padding: 56px 0 80px;
  }


}

@media (max-width: 1315px) {
  .bannerSlider .home-banner-content {
    padding-left: 20px;
    padding-right: 30px;
  }

  .home-banner-content h1 {
    font-size: 50px;
  }

  .home-banner-form {
    right: 20px;
  }

  .bannerSlider:before {
    width: calc(100% - 50px);
  }

  .bannerSlider .swiper-pagination {
    padding-left: 20px;
  }

  .bannerSlider-navigation {
    right: 20px;
  }

  /* Steps tab css */

  .form-wizard .steps ul li {padding-right: 40px;}
}


@media (max-width: 1280px) {
  .home-banner-content {
    max-width: 650px;
  }

  .we-help {
    padding-top: 50px;
  }

  .we-help h2 {
    font-size: 40px;
  }

  .service-content h3 span {
    font-size: 30px;
  }

  .company-who-believes h2 {
    font-size: 38px;
  }

  .logo-table li {
    padding: 25px;
  }

  .company-who-believes {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .why-choose {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .why-choose .title {
    margin-bottom: 32px;
  }

  .beige-cards .grid-col h4 {
    margin-bottom: 10px;
  }

  .our-blog {
    padding: 50px 0 70px;
  }

  .testimonials {
    padding: 44px 0 70px;
  }

  .get-started .grid-wrapper .left h2 {
    font-size: 36px;
  }

  /* About page css */

  .about-page .banner-tags {
    left: -60px;
  }

  .textblock-media p {
    font-size: 16px;
  }

  /* Service page css */

  .service-nav li a {
    font-size: 16px;
  }

  .related-service {
    padding: 50px 0 70px;
  }

}

@media (max-width: 1199px) {
  header .header-div .ullist-inline li a{
    width: 100%;
  }

    .open-sub-menu > .dropdown {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  /* Banner css */

  .home-banner-content h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .home-banner-form {
    width: 447px;
  }

  .bannerSlider .swiper-slide {
    padding-bottom: 310px;
  }

  .home-banner-inner {
    gap: 80px;
  }

  .get-started .grid-wrapper .left {
    padding: 0 0 0 50px;
  }

  footer {
    padding-top: 260px;
  }

  /* About page css */

  .per-text {
    font-size: 32px;
  }

  .performance .grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .mission-vision {
    padding: 50px 0;
  }

  .textblock-media {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .company-who-believes .grid-wrapper {
    grid-template-columns: 316px 1fr;
  }

  .about-page .banner-tags {
    left: 0;
  }

  .about-page .banner-tags li span {
    font-size: 20px;
  }

  .about-page.home-banner-inner {
    gap: 40px;
  }

  /* Contact us page css */

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-top: 30px;
  }

  .news-detail-page {
    padding-bottom: 28px;
  }

  .similar-news-inner {
    padding-top: 26px;
    padding-bottom: 60px;
  }

  /* news list page css */

  .blog-news-tab {
    padding-bottom: 60px;
  }

  .page-title .title {
    padding-top: 20px;
  }

  .latest-blog .blog-col {
    grid-template-columns: 1fr 1fr;
  }

  .other-blogs {
    margin-top: 50px;
  }

  /* Service page css  */

  .services-banner h1 {
    font-size: 35px;
    line-height: normal;
  }

  .services-banner h1 b br {
    display: none;
  }

  .service-nav ul {
    gap: 20px;
  }

  .steps-list li {
    padding-right: 82px;
    margin-right: 10px;
  }

  .steps-list li .img-container {
    width: 130px;
    height: 130px;
  }

  .steps-list li p {
    font-size: 20px;
  }

  .advt-grid .grid-item .img-container {
    margin-bottom: 15px;
  }

  .deliverable-grid {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 23px;
    column-gap: 60px;
  }

  .faq-grid {
    grid-template-columns: 270px 1fr;
    gap: 60px;
  }

  .dropdown__title {
    font-size: 18px;
  }

  .get-started .grid-wrapper .right .img-container {
    height: 420px
  }


  /* Header CSS start */

  header .header-div {
    min-height: 75px;
  }

  header .header-div .nav-center-div {
    width: 20%;
    order: 3;
    min-height: auto;
    padding: 0;
    justify-content: flex-end;
  }

  header .header-div .logo-div {
    /* width: 80%; */
    order: 1;
    /* padding: 0 0; */
    min-height: 70px;
  }

  header .header-div .header-container {
    display: flex;
    padding: 10px 22px;
    min-height: 75px;
    justify-content: space-between;
  }

  header .header-div .header-sticky .header-container {
    min-height: 75px;
  }

  header .header-div .nav-center-div {
    width: 40%;
    order: 3;
    min-height: auto;
    padding: 0;
    justify-content: flex-end;
  }

  header .header-div .logo-div {
    /* width: 70%; */
    order: 1;
    /* padding: 0 0; */
    min-height: 70px;
  }

  header .header-div .logo-div .img-fluid {
    max-width: 100%;
    height: 70px;
  }

  header .header-div .logo_img {
    width: 100px;
    height: 70px;
  }

  header .header-div .top-nav1 {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    position: relative;
    padding-right: 60px;
  }

  header .header-div .nav-m-bar .menu-bars {
    font-size: 24px;
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    width: 25px;
    height: 2px;
    background: var(--primaryColor2);
  }

  header .header-div .nav-div {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: -500px;
    background-color: var(--primaryColor2);
    overflow-x: hidden;
    padding-top: 50px;
    transition: 0.8s right;
  }

  header .header-div .nav-div .closebtn {
    position: fixed;
    color: var(--whiteColor);
    background-color: transparent;
    border-radius: 0;
    top: 0;
    min-width: 36px;
    text-align: center;
    height: 36px;
    right: 0;
    font-size: 54px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 5px;
    margin-right: 1px;
    opacity: 0;
    transition: all 0.8s;
  }

  header .header-div .nav-div .closebtn:hover {
    color: var(--primaryColor2);
  }

  header .header-div .nav-div .row-nav-div .left-side {
    width: 100%;
  }

  header .header-div .nav-div .row-nav-div .left-side .ullist-inline {
    padding: 0 20px;
    margin-top: 45px;
  }

  header .header-div .width80 {
    right: 0;
    display: flex;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  header .header-div .width80 .closebtn {
    display: flex;
    opacity: 1;
    transition: all 0.8s;
    animation: fadeInClose 0.8s linear;
  }

  @keyframes fadeInClose {
    0% {
      opacity: 0;
      transform: translateY(-60px);
    }

    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  header .header-div .opacityon {
    opacity: 1;
  }

  header .header-div .cd-shadow-layer.displayblock {
    display: block;
    height: 100%;
    overflow: hidden;
  }

  header .header-div .nav {
    margin: 0 auto;
  }

  header .header-div .banner-caption {
    padding: 0 0;
  }

  header .header-div .header-container {
    display: flex;
    /* padding: 10px 0; */
    min-height: 75px;
  }

  header .header-div .header-right-div {
    align-items: center;
  }

  header .header-div .ullist-inline li {
    width: 100%;
    margin: 0 0 15px;
  }

  header .header-div .ullist-inline li .menu-link {
    color: var(--whiteColor);
    padding: 10px 20px;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    min-height: 46px;
    font-size: 16px;
    justify-content: flex-start;
  }

  header .header-div .ullist-inline li .menu-link:hover {
    background: var(--lightColor01);
  }

  header .header-div .ullist-inline li:last-child {
    /* padding: 20px 20px 0; */
  }

  header .header-div .ullist-inline li .btn {
    margin-left: 0;
    width: auto;
  }

  header .header-div .ullist-inline li.active .menu-link {
    color: var(--whiteColor);
    background-color: var(--primaryColor2);
  }

  .position-fixed-custom header .header-sticky {
    animation: none;
  }

  .nav-m-bar .opennav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 1px solid var(--primaryColor2);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
  }

  .nav-m-bar .opennav:before,
  .nav-m-bar .opennav:after {
    content: '';
    width: 22px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
    background-color: var(--primaryColor2);
  }

  .nav-m-bar .opennav:after {
    top: auto;
    bottom: 12px;
  }

  header .header-div .ullist-inline li .menu-link {
    color: #fff;
  }

  header .header-div .ullist-inline li:last-child {
    padding-top: 0;
    padding-left: 0;
  }

  header .header-div .width80 .closebtn {
    color: #fff;
    top: 15px;
    right: 20px;
  }

  .home-banner-section {
    min-height: auto;
  }

  header .header-div .ullist-inline li a {
    color: #fff !important;
  }

  header .header-div .ullist-inline li .dropdown {
    position: static;
    width: auto;
    filter: none;
    transform: none;
    padding: 0;
    height: 0;
  }

  header .header-div .ullist-inline li.menu-item-has-children span {
    filter: invert(1) brightness(1);
  }

  li.menu-item-has-children .dropdown {
    background: transparent !important;
  }

  li.menu-item-has-children .dropdown:before {
    content: none !important;
  }

  header .header-div .ullist-inline li .dropdown li {
    margin-bottom: 0;
  }

  .ullist-inline li.menu-item-has-children.openSubMenu .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
  }

  /* Header CSS ends */

  .business-idea .idesSlider .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 30px;
  }

  .business-idea .idesSlider .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 110px;
  }

  footer {
    padding-top: 280px;
  }

  header .header-div .nav-div .row-nav-div .left-side .ullist-inline {
    width: 100%;
  }

  header .header-div .ullist-inline li > a:focus .dropdown {visibility: visible; opacity: 1; height: auto;}
}

@media (max-width: 1180px) {

  .business-idea .title,
  .idesSlider {
    padding: 0 15px;
  }

  /* steps tab css */

  .form-wizard .steps ul li {padding-right: 30px;}

  #vertical-tab .form-title {margin-bottom: 10px;}
  .form-wizard .form-container {padding: 25px;}
  input, textarea, select {font-size: 14px; padding: 10px 15px;}

  input::placeholder, textarea::placeholder {font-size: 14px;}
}


@media (max-width: 1024px) {

  /* Contact us page */

  .contact-grid {
    padding-bottom: 60px;
  }


  /* Service page css */

  .cta-block {
    padding: 60px 0;
  }

  .ullist-inline li .dropdown li a {
    color: #fff !important;
  }

  header .header-div .ullist-inline .dropdown > li.menu-item-has-children ul a {
    font-size: 13px;
  }

  header .header-div .ullist-inline .dropdown > li.menu-item-has-children ul {
    padding: 0 0 5px 20px;
  }

  /* After Login css */

  .after-login .main-middle-area {
    padding-top: 142px;
  }

  #vertical-tab {
    padding: 20px 0;
  }

  .tab-grid {
    grid-template-columns: 180px 1fr;
  }

  #vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
    padding: 15px 20px;
  }
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .vertical-tab-content p {font-size: 16px; line-height: 1.66;}
  .service-fees p {margin-bottom: 0;}
  .pay-now .btn.btn-primary {font-size: 15px; padding: 8px 20px;}
  .service-fees p {max-width: 90px;}
  .pay-now p{font-size: 14px; max-width: initial;}
  .form-accordion .accordion-item {padding: 12px 15px;}
  #vertical-tab .form-wrapper {gap: 14px;}
}

@media (max-width: 991px) {

  /* Banner css start */
  .home-banner-form {
    width: 395px;
  }

  .home-banner-content h1 {
    font-size: 36px;
    line-height: 50px;
  }



  header ul.top-list {
    column-gap: 12px;
  }

  .nav-ul2 .menu-link {
    margin-right: 10px;
  }

  .nav-ul2 {
    margin-right: 15px;
  }

  .home-banner-inner {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .home-banner-content p {
    line-height: 1.5;
    margin: 13px 0 35px;
  }

  footer {
    padding-top: 280px;
  }

  .testimonial-review>p {
    font-size: 18px;
  }

  .we-help h2 {
    font-size: 32px;
  }

  .we-help .title {
    margin-bottom: 45px;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .about-grid .grid-left {
    position: static;
    width: 100%;
  }

  .about-grid .grid-right {
    grid-column: auto;
  }

  .about-grid .img-container img {
    width: 100%;
    height: 230px;
  }

  .about-grid h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .we-help {
    margin-bottom: 0;
  }

  .our-services {
    padding-top: 30px;
  }

  .our-services .title {
    margin-bottom: 22px;
  }

  /* .service-grid .grid-col {padding: 40px 13px 35px 30px;} */
  /* .service-grid .grid-col .img-container {width: 90px; margin-bottom: 18px;} */
  .service-grid .grid-col .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-content h3 {
    margin-bottom: 8px;
  }

  .service-content p {
    font-size: 16px;
  }

  .service-grid {
    gap: 30px;
  }

  .service-content h3 span {
    font-size: 24px;
  }

  .our-services {
    padding-bottom: 30px;
  }

  .company-who-believes .grid-wrapper {
    grid-template-columns: 1fr;
  }

  .company-who-believes h2 {
    font-size: 32px;
  }

  .get-started .grid-wrapper .left {
    padding: 50px 0 50px 30px;
  }

  .get-started .grid-wrapper .left h2 {
    font-size: 28px;
    line-height: normal;
  }

  .footer-grid {
    grid-template-columns: 140px 1fr;
    padding-bottom: 30px;
    gap: 15px;
  }

  .footer-grid ul {gap: 20px;}

  .footer-grid .logo {
    width: 100%;
  }

  .footer-grid .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-menu {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright {
    padding: 26px 0 20px;
  }

  .blog-con h4 {
    min-height: 58px;
  }

  /* About page css */

  .about-page .banner-tags {
    bottom: 0;
    left: 20px;
  }

  .per-text {
    font-size: 30px;
  }

  .performance .grid-wrapper {
    gap: 35px;
  }

  .performance-score {
    padding-bottom: 58px;
  }

  .performance-score p {
    font-size: 50px;
  }

  .textblock-media .img-container {
    width: 340px;
    padding-right: 80px;
  }

  .textblock-media .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .textblock-media {
    grid-template-columns: 340px 1fr;
  }

  .textblock-media.vision {
    grid-template-columns: 1fr 340px;
  }

  .textblock-media.vision .img-container {
    padding-right: 0;
  }

  .cards {
    padding-bottom: 60px;
  }

  .team {
    padding-top: 32px;
  }

  .team-name {
    width: 160px;
  }

  /* Blog detail page */

  .news-detail-page h1 {
    font-size: 30px;
  }

  .news-banner .img-container {
    height: 418px;
  }

  /* contact us page */
  .contact-card {
    padding-top: 24px;
  }

  /* Course page css */

  .course-grid {
    padding: 30px 12px 35px 30px;
    grid-template-columns: 324px 1fr;
  }

  .courses-page .title {
    margin-bottom: 25px;
  }

  .blog-list-tabs .blog-cat-list {
    margin-bottom: 30px;
  }

  /* Login page css */

  .login-header .title {
    margin-top: 10px;
  }

  .login-header {
    height: 345px;
  }

  .login-header .title h1 {
    font-size: 40px;
  }

  .news-banner {
    padding-bottom: 25px;
  }

  /* News list css  */

  .latest-blog .blog-con {
    padding: 35px 30px 70px 30px;
  }

  .latest-blog .blog-con .cta {
    left: 30px;
  }

  .latest-blog .blog-col .img-container {
    height: 100%;
  }

  .latest-blog .blog-con .cta {
    bottom: 25px;
  }


  /* Service page css */

  .form-grid.grid-col-2,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-nav {
    white-space: normal;
    overflow: scroll;
  }

  .steps-section h2 {
    font-size: 30px;
  }

  .steps-section {
    padding: 50px 0 60px;
  }

  .steps-list li .img-container {
    width: 105px;
    height: 105px;
  }

  .steps-list li {
    padding-right: 58px;
  }

  .steps-list li p {
    font-size: 18px;
  }

  .service-advt {
    padding: 47px 0 60px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-list li::before {
    font-size: 24px;
  }

  .process-list li {
    padding-left: 72px;
  }

  .process-list li:after {
    left: 48px;
  }

  .service-process {
    padding: 50px 0;
  }

  .service-document {
    padding: 38px 0 60px;
  }

  .service-document h3 {
    margin-bottom: 27px;
  }

  .doc-col {
    min-height: 190px;
  }

  .service-compare {
    padding: 47px 0 60px;
  }

  .slide-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .compare-grid {
    grid-template-columns: 210px 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid .img-container {
    height: 350px;
    order: -1;
  }

  .process-grid .img-container img {
    object-position: top;
  }

  .dropdown__title {
    font-size: 16px;
    padding-top: 20px;
  }

  .dropdown {
    padding-bottom: 18px;
  }

  .bussiness-col h4 {
    font-size: 18px;
  }

  .bussiness-col p {
    font-size: 22px;
  }

  .services-banner h1 {
    font-size: 32px;
  }

  .contact-grid {
    gap: 30px;
  }

  .service-nav ul {
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }

  .service-nav ul li {
    display: inline-block;
    margin-right: 20px;
  }

  .service-nav ul li:last-child {
    padding-right: 0;
  }

  .about-grid .grid-left .img-container {
    max-height: 230px;
  }

  .get-started .grid-wrapper .right .img-container {
    height: 360px
  }


  /* After login css */

  .vertical-tab-content p {font-size: 14px;}
  .service-fees p {font-size: 16px;}
  .pay-now p {font-size: 12px;}
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content {padding: 25px;}
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {font-size: 28px;}
  .form-wizard .steps ul li span {width: 35px; height: 35px; font-size: 12px;}
  .form-wizard .steps ul li {padding-right: 34px;}

  .radio-group label:before {top: 5px;}
  .radio-group label:after {top: 8px;}
  
  #vertical-tab .form-title span {font-size: 15px;}
  .vertical-tab-content .form-subtitle {font-size: 15px;}

  .rupee-icon, .percent-icon {font-size: 20px; bottom: 6px;}
  .checbox-input label {font-size: 14px;}

  .profile-tab .tab-grid {grid-template-columns: 200px 1fr;}
  #vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {font-size: 16px;}
  .profile-tab form .form-group .eye-icon {top: 40px;}

}

@media (max-width: 980px) {
  .home-banner-form {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) !important;
    padding-bottom: 30px;
    width: 80%;
  }

  .bannerSlider .swiper-slide {
    padding-bottom: 680px;
    padding-top: 214px;
  }

  .bannerSlider .swiper-pagination {
    bottom: 535px;
  }

  .bannerSlider-navigation {
    bottom: 561px;
  }

  .home-banner-section {
    position: relative;
  }

  .bannerSlider:before {
    bottom: 637px;
  }

  .bannerSlider .home-banner-content {
    max-width: 100%;
    padding-right: 20px;
  }


  .form-wizard .steps ul li span:before {width: 20px; height: 20px;}
  .form-wizard .steps ul li {padding-right: 34px;}
  .form-wizard .steps ul li:before {top: 17px;}
  .form-wizard .steps ul li:not(:last-child):after {top: 18px;}

  #vertical-tab .form-container .form-group label {font-size: 13px;}

  .footer-grid ul {gap: 14px;}
}

@media (max-width: 956px) {
  .form-wizard .steps ul li {padding-right: 16px;}
  .tab-grid .grid-right {padding-left: 50px;}
  .tab-grid .grid-right:before {left: 26px;}

}


@media (max-width: 767px) {

  .courses-page {padding-top: 0;}
  .home-banner-content h1 {
    font-size: 31px;
    line-height: 40px;
  }

  .home-banner-form {
    width: 90%;
  }

  .beige-cards .service-content {
    padding: 20px;
  }

  header .top-bar-dv {
    display: none;
  }

  header .header-div {
    top: 0;
  }

  header .header-div .inner-top-header-div {
    padding: 0;
  }

  header .header-div .header-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  header .header-div .logo-div .img-fluid {
    max-width: 100%;
    height: 70px;
  }

  header .header-div .logo-div .img-logo-main {
    display: none;
  }

  header .header-div .logo-div .img-logo-sticky {
    display: block;
  }

  header .header-div.header-sticky .header-container {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.2);
  }

  header .header-div .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav .btn.btn-primary {
    padding: 8px 17px;
    font-size: 14px;
    min-height: auto;
  }

  .nav-m-bar .opennav {
    width: 40px;
    height: 40px;
  }

  .nav-m-bar .opennav:before {
    top: 11px;
  }

  .nav-m-bar .opennav:after {
    bottom: 10px;
  }

  header .header-div .logo-div {
    min-height: auto;
    width: 170px;
  }

  header .header-div .top-nav1 {
    padding-right: 50px;
  }

  .home-banner-content {
    max-width: 100%;
  }

  .home-banner-image {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .home-banner-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .banner-tags {
    left: -120px;
  }

  .home-banner-content h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .home-banner-content p {
    margin-bottom: 15px;
  }

  .bannerSlider .swiper-slide {
    padding-top: 124px;
    padding-bottom: 588px;
  }

  .bannerSlider .home-banner-content {
    padding-bottom: 80px;
  }


  .home-banner-image {
    display: flex;
    flex-wrap: wrap;
  }

  .banner-tags {
    position: static;
    transform: none;
    order: 1;
  }

  .banner-tags li,
  .banner-tags li:nth-child(2),
  .banner-tags li:nth-child(3) {
    animation: none;
  }

  .home-banner-image .img-container {
    width: 100%;
    height: 490px;
  }

  .home-banner-image .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-tags li {
    display: inline-block;
    width: 125px;
    margin-bottom: 0;
  }

  .banner-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
  }

  .banner-tags li span {
    font-size: 22px;
  }

  .we-help h2 {
    font-size: 26px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-grid h3 {
    font-size: 24px;
  }

  .we-help .title {
    margin-bottom: 25px;
    padding-bottom: 28px;
  }

  .about-grid {
    gap: 30px;
  }

  .about-grid .grid-right p:not(:last-child) {
    margin-bottom: 20px;
  }

  .company-who-believes h2 {
    font-size: 28px;
  }

  .company-who-believes .grid-wrapper {
    gap: 24px;
  }

  .logo-table li {
    padding: 0;
  }

  .logo-table li img {
    width: 110px;
  }

  .testimonials .title {
    margin-bottom: 25px;
  }

  .slider-grid {
    grid-template-columns: 1fr;
  }

  .slider-grid .img-container {
    width: 100%;
  }

  .get-started {
    position: static;
    transform: none;
    margin-bottom: 30px;
  }

  .testimonials {
    padding-bottom: 30px;
  }

  footer {
    margin-top: 0;
    padding-top: 50px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .footer-grid .logo {
    width: 150px;
    margin: 0;
  }

  .footer-menu {
    justify-content: center;
  }

  .copyright {
    padding: 16px 0 10px;
  }

  .company-who-believes {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  /* About page css */

  .about-page .banner-tags {
    margin-top: 30px;
  }

  .about-page .home-banner-content p {
    max-width: 100%;
  }

  .get-started .grid-wrapper .right {
    height: 100%;
  }

  .team-col {
    height: 300px;
  }

  .team-name {
    padding: 10px;
  }

  .team {
    padding-bottom: 40px;
  }

  .per-text {
    font-size: 21px;
  }

  .performance {
    padding: 38px 0 44px;
  }

  .performance .grid-wrapper {
    grid-template-columns: 1fr;
  }

  .textblock-media,
  .textblock-media.vision {
    grid-template-columns: 1fr;
  }

  .textblock-media.vision .textblock-content {
    order: 1;
  }

  .textblock-media .img-container {
    width: 100%;
  }

  .textblock-media p {
    margin-bottom: 15px;
  }

  .mission-vision {
    padding-bottom: 30px;
  }

  .get-started .grid-wrapper .left {
    padding: 40px 0 40px 30px;
  }

  .get-started .grid-wrapper .left h2 {
    font-size: 26px;
  }

  .slider-grid .img-container {
    height: auto;
    min-height: 374px;
  }

  .testimonial-review>p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .testimonial-slider {
    padding-bottom: 68px;
  }

  /* Blog detail page */

  .small-container {
    padding: 0 20px;
  }

  .news-detail-page {
    padding-top: 30px;
  }

  .news-detail-page h1 {
    font-size: 28px;
  }

  .blog-image {
    padding-bottom: 26px;
  }

  .blog-page {
    padding-bottom: 32px;
  }

  .similar-news-inner h2 {
    margin-bottom: 24px;
  }

  .similar-news-inner {
    padding-top: 36px;
  }

  /* contact page css */

  .contact-grid {
    grid-template-columns: 1fr;
  }

  /* Course page css */

  .course-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .blog-list-tabs .blog-cat-list {
    gap: 20px;
  }

  /* Login page css */

  .login-container {
    width: 100%;
    padding: 0 20px;
  }

  .login-header .title h1 {
    padding: 0 15px;
    font-size: 30px;
  }

  /* service page css */

  .services-banner h1 {
    font-size: 28px;
  }

  .feature-list {
    font-size: 24px;
  }

  .feature-list li {
    font-size: 17px;
  }

  .steps-list li {
    padding-right: 51px;
  }

  .steps-list li .img-container {
    width: 100px;
    height: 100px;
  }

  .compareSlider .swiper-button-prev {
    transform: rotate(180deg) translateY(50%);
  }

  .deliverable-grid {
    column-gap: 20px;
  }

  .business-grid,
  .company-grid,
  .document-grid,
  .service-disadvt .grid-wrapper,
  .req-grid,
  .advt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-disadvt {
    padding: 37px 0 80px;
  }

  .service-disadvt .grid-item {
    padding: 20px;
  }

  .service-requirement h3 {
    margin-bottom: 30px;
  }

  .advt-grid .grid-item h4 {
    min-height: auto;
  }

  .steps-list li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
    width: 100%;
  }

  .steps-list li:before {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: 0;
  }

  .steps-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .faq-grid {
    grid-template-columns: 210px 1fr;
    gap: 40px;
  }

  .cta-inner {
    padding: 30px;
    gap: 20px;
  }

  .get-started .grid-wrapper .right {
    height: 100%;
  }

  .get-started .grid-wrapper .right .img-container {
    height: 100%
  }

  .logo-table {
    grid-template-columns: 1fr 1fr;
  }

  .logo-table li:nth-child(4n+1),
  .logo-table li:nth-child(3n+3) {
    border-right: 1px solid var(--grey5);
  }

  .business-idea {
    padding-bottom: 48px;
    padding-top: 42px;
  }

  .business-idea .idesSlider .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 90px;
  }

  .company-grid .grid-item .grid-desc-dv,
  .company-grid .grid-item h4 {
    padding-inline: 20px;
  }
  
  /* Auth section design */
  .link-primary-cst {
    font-size: 14px;
  }

  .acc-msg-btm-dv p {
    font-size: 14px;
  }

  .btn.btn-primary.btn-primary-56 {
    padding-block: 16px;
    line-height: 1;
  }

  .auth-form .login-container input {
    padding: 11px 15px;
  }

  .form-group .btn-pass {
    width: 48px;
    height: 48px;
  }

  .form-group .btn-pass i {
    width: 20px;
    height: 20px;
  }

  .success-div h2 {
    font-size: 24px;
  }

  .success-div p {
    font-size: 14px;
  }

  .chk-icon-span {
    width: 56px;
    height: 56px;
    padding: 4px;
  }

  .chk-icon-span::before {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
  }

  .chk-icon-dv {
    padding: 7px 0;
  }

  .login-header .title h1 {
    font-size: 24px;
  }

  .login-header {
    height: 300px;
    padding-top: 75px;
    padding-bottom: 33px;
  }

  /* End of Auth section design */


  /* After login css */

  .tab-grid {grid-template-columns: 1fr;}
  .tab-grid .grid-right {padding-left: 0; padding-top: 60px;}
  .tab-grid .grid-right:before {left: auto; top: 30px; height: 1px; width: 100%;}
  #vertical-tab {padding-bottom: 40px;}
  .after-login .main-middle-area {padding-top: 112px;}
  .after-login .title h2 {font-size: 30px;}

  .form-wizard .steps ul li {padding-right: 30px;}
  .rupee-icon, .percent-icon {font-size: 18px;}
  #vertical-tab .form-wrapper,
  .input-block {grid-template-columns: 1fr;}
  #vertical-tab form .form-group.full-col,
  .vertical-tab-content .form-subtitle {grid-column: 1;}

  .full-col {grid-column: span 1;}
  .btn-group input[type="button"] {font-size: 14px;}

  .btn-group input[type="button"] {padding: 5px 30px; width: auto;}

  .after-login .footer-grid ul {justify-content: center;}
  .after-login .footer-grid .logo {margin: 0 auto;}

  .btn-group .btn {
    padding: 8px 20px;
    font-size: 13px;
    min-height: auto;
  }

  .service-wrap {gap: 10px;}
  .btn-group .cta {gap: 10px;}
  .service-list-wrapper {padding-bottom: 40px;}


  .profile-tab .tab-grid {grid-template-columns: 1fr;}
  .profile-tab .vertical-tab { display: flex; flex-wrap: wrap; align-items: center; gap: 20px;}
  .profile-tab .vertical-tab-wrapper .vertical-tab .each-tab {padding: 11px 20px;}
  

  .page-template-template-service-list .main-middle-area, 
  .page-template-template-my-profile .main-middle-area, 
  .page-template-template-my-service-list .main-middle-area {padding-top: 50px;}

  /* .news-detail-page.blog-page {padding-top: 130px;} */

  .shareholders-percetange-group {grid-column: 1; grid-template-columns: 1fr;}


  #custom-pwa-install-btn {
    font-size: 12px;
    padding: 7px 10px;
  }


}

@media (max-width: 766px) {
  .main-middle-area {padding-top: 120px;}
}

@media (max-width: 657px) {

  .home-banner-form {
    width: 90%;
  }

  .get-started .grid-wrapper {
    grid-template-columns: 1fr;
  }

  .get-started .grid-wrapper .left {
    order: 2;
    padding: 0px 20px 40px;
  }

  .get-started .grid-wrapper .right {
    height: 310px;
  }

  .after-login .copyright {
    flex-direction: column;
    gap: 6px;
  }

  .blog-list-tabs .blog-cat-list {
    white-space: nowrap;
    display: block;
    overflow: scroll;
    padding: 20px;
    border-radius: 8px;
  }

  .blog-cat-list li:not(:last-child) {
    margin-right: 30px;
  }

  .blog-cat-list {
    text-align: center;
  }

  .page-title .title {
    padding-top: 20px;
  }

  /* .service-grid .grid-col .img-container {width: 90px; height: auto;} */
  /* .service-grid .grid-col {padding: 30px;} */
  .service-content h3 {
    line-height: normal;
  }

  .news-detail-page h1 {
    font-size: 25px;
  }

  .news-banner .img-container {
    height: 298px;
  }

  /* News list page css */

  .latest-blog .blog-col {
    grid-template-columns: 1fr;
  }

  .latest-blog .blog-col .img-container {
    height: 270px;
  }

  .latest-blog .blog-col img,
  .blog-col img {
    border-radius: 20px 20px 0 0;
  }

  .latest-blog .blog-con {
    padding: 20px 20px 70px 20px;
  }

  .latest-blog .blog-con .cta {
    left: 20px;
  }

  .latest-blog .blog-con {
    border-radius: 0 0 20px 20px;
  }

  .page-title .title h1 {
    margin-bottom: 15px;
  }

  .blog-news-tab {
    padding-bottom: 40px;
  }

  header .header-div .logo-div {
    width: 150px;
  }

  /* Service page css */


  .steps-section h2 {
    font-size: 26px;
  }

  .service-advt h3,
  .service-requirement h3,
  .service-compare h3 {
    line-height: normal;
  }

  .business-grid,
  .company-grid,
  .document-grid,
  .service-disadvt .grid-wrapper,
  .req-grid,
  .advt-grid {
    grid-template-columns: 1fr;
  }

  .req-grid {
    padding-bottom: 50px;
  }

  .company-name {
    padding: 37px 0 50px;
  }

  .process-grid {
    margin-top: 42px;
  }

  .compare-list li {
    padding: 0 10px;
    margin-bottom: 26px;
  }

  .compare-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-deliverables {
    padding: 37px 0 45px;
  }

  .deliverable-grid {
    grid-template-columns: 1fr;
  }

  .faq {
    padding: 27px 0 50px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .related-business {
    padding: 36px 0 50px;
  }

  .related-service {
    padding: 40px 0 50px;
  }

  /* Footer css */

  .footer-menu {
    grid-template-columns: 1fr 1fr;
  }


  .input-block,
  #vertical-tab .form-wrapper {grid-template-columns: 1fr;}
  #vertical-tab form .form-group.full-col,
  .vertical-tab-content .form-subtitle {grid-column: 1;}

  .full-col {grid-column: span 1;}
  .login-footer {padding-top: 26px;}



  .footer-btm {gap: 10px;}
  .form-wizard .steps ul li {padding-right: 17px;}
  #vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {font-size: 16px;}

  /* .service-list .btn-group  */

  .footer-grid ul {grid-template-columns: 1fr;}
  .copyright {gap: 10px;}
  .service-list .btn-group {gap: 10px;}

  .shareholders-list .accordion-item.is-active .accordion-panel {grid-template-columns: 1fr;}

}

@media (max-width: 480px) {
  .form-wizard .steps ul li {padding-right: 9px;}

}

@media (max-width: 385px) {
  .form-wizard {padding-top: 40px; position: relative;}
  .form-wizard .steps {padding-left: 0;}
  .form-wizard .steps ul {position: absolute; flex-wrap: nowrap; overflow-x: scroll; top: 0; width: 100%; padding-left: 10px;}
}

@media (max-width: 350px) {
  header .header-div .logo-div .img-fluid {
    height: 50px;
  }

  header .header-div {
    min-height: 60px;
  }

  header .header-div .logo-div,
  header .header-div .nav-center-div {
    min-height: 50px;
  }

  header .header-div .header-container {
    min-height: 50px;
  }

  header .header-div.header-sticky {
    min-height: 60px;
  }

  header .header-div.header-sticky .logo-div .img-fluid {
    height: 50px;
  }

  header .header-div .logo-div .img-fluid {
    width: 120px;
  }

  .nav-m-bar .opennav {
    width: 35px;
    height: 35px;
  }

  .nav-m-bar .opennav:before,
  .nav-m-bar .opennav:after {
    width: 17px;
  }

  .nav-m-bar .opennav:before {
    top: 9px;
  }

  .home-banner-image img {
    border-top-left-radius: 110px;
  }

  .home-banner-image .img-container {
    height: 360px;
  }

  .home-banner-content p {
    margin-bottom: 25px;
  }

  .we-help {
    padding-top: 30px;
  }

  .we-help h2 {
    font-size: 21px;
  }

  .service-content h3 span {
    font-size: 20px;
    margin-right: 14px;
  }

  .company-who-believes h2 {
    font-size: 24px;
  }

  .logo-table li img {
    width: 90px;
  }

  .why-choose {
    padding-top: 55px;
  }

  .beige-cards .grid-col h4 {
    max-width: 100%;
  }

  .get-started .grid-wrapper .left h2 {
    font-size: 24px;
  }

  .news-detail-page h1 {
    font-size: 21px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
  }

  .footer-grid ul li {
    width: 100%;
  }

  

}

@media (max-width: 320px) {
  .login-header .title h1 {
    font-size: 28px;
  }
}