@media only screen and (max-width: 1199px){
    .container{
        max-width: 95%!important;
    }
    body h1 {
        font-size: 40px;
        line-height: 51px;
    }
    body h3 {
        font-size: 18px;
    }
    body h2 {
        font-size: 32px;
        line-height: 42px;
    }
    /* header */
    ul.navbar-nav li a {
        font-size: 15px;
        margin: 0 0 0 6px;
    }
    ul.navbar-nav .nav-item {
        margin-left: 0px;
    }
    /* Home */
    .left-banner-col {
        width: 48%; 
    }
    .right-banner-col {
        width: 49%; 
    }
    .right-col {
        width: 46%; 
    }
    .our-german p {
        width: 66%;
    }
    section.value-of .left-col {
        width: 48%; 
    }
    .process-box {
        padding: 20px 6px 20px 116px;
        width: 96%;
    }
    .our-process li {
        font-size: 16px;
    }
    .services-col p {
        width: 100%;
    }
    .our-services .services-col h3 {
        font-size: 18px;
        line-height: 29px;
        margin: 12px 0 0 0;
    }
    .services-cols-flex {
        gap: 20px;
    }
    .our-services .services-col {
        width: calc((100% - 43px) / 3);
    }
    .milestones {
        width: 65%;
    }
    span.counter-plus {
        font-size: 28px;
    }
    .our-achevement {
        min-height: 525px; 
        padding: 52px 52px 52px 52px;
    }
    section.why-choose .right-col {
        width: 50%;
    }
    section.why-choose .left-col {
        width: 50%; 
    }
    .overlap-col {
        padding: 34px 34px 35px 35px;
        position: unset;
    }
    section.why-choose .flex-cols {
        max-width: 100%;
    }
    .tetimonials-heading {
        width: 40%;
    }
    .tetimonials-cols {
        width: 56%;
    }
    .profile-data {
        width: 47.8%;
    }
    .its-all {
        width: 63%;
    }
    .all-we-do {
        min-height: 356px;
    }
    section.our-blogs h3 {
        font-size: 18px;
        line-height: 28px;
    }
    section.our-blogs li {
        margin-right: 14px;
        font-size: 15px;
    }
    /* footer */
    .footer-col-second{
        width: 22%;
        padding-left: 1rem;
    }
    .footer-col-third {
        width: 50%;
        padding-left: 0rem;
    }
    .footer-col-first {
        width: 25%;
    }
    footer h2{
    font-size: 20px!important; 
    }
    .footer-col-fourth {
        width: 50%;
        margin-top: 15px;
    }

    /* Services */

    section.service-banner .left-banner-col {
        width: 61%;
    }
    section.service-banner {
        min-height: 489px;
    }
    .type-services-col h3 {
        font-size: 22px; 
    }
    .our-approach .services-cols-flex {
        gap: 21px;
    }

    /* Services */
    section.data-security .flex-cols {
        max-width: 100%;
    }
    section.data-security .overlap-col {
        left: 0;
        padding: 34px 34px 35px 35px;
    }
    .services-cta-bottom {
        min-height: 345px;
        background-position: bottom;
    }

    /* Blog */
    .first-blog-image .blog-arrow {
        right: 8px;
    }

    /* Blog-details */
    .detail-right {
        width: 31%;
    }

    /* Contact Us */

    .contact-form {
        width: 45.5%;
    }
}

@media only screen and (max-width: 991px){
    body h1 {
        font-size: 35px;
        line-height: 45px;
    }
    body h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /* header */
    button.navbar-toggler {
        order: 2;
        margin-left: 18px;
        padding: 0;
        border: unset;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        top: 89px;
        padding: 13px 35px;
    }
    ul.navbar-nav .nav-item {
        width: fit-content;
        margin-left: 0;
    }
    ul.navbar-nav li a {
        width: fit-content;
        margin: 16px 0 16px 6px;
    }
    ul.sub-menu {
        position: unset;
        background: #fff;
        box-shadow: unset;
        border-radius: 0px;
    }
    ul.sub-menu a:hover {
        background: unset;
        color: #db0c1b !important;
    }
    /* Home */
    .banner {
        flex-wrap: wrap; 
        gap: 30px;
        padding: 40px 0;
    }
    .left-banner-col {
        width: 100%;
    }
    .right-banner-col {
        width: 100%;
    }
    .left-banner-col p {
        margin: 10px 0; 
    }
    .flex-cols {
        flex-wrap: wrap; 
        gap: 20px;
    }
    .left-col {
        width: 100%;
    }
    .right-col {
        width: 100%;
    }
    section.about h2 br {
        display: none;
    }
    section.services {
        padding: 50px 0;
    }
    .our-german p {
        width: 100%;
    }
    .services-col {
        width: calc((100% - 28px) / 2);
    }
    .services-flex {
        margin: 20px 0;
    }
    .flex-cols {
        margin: 55px auto;
        max-width: 100%;
    }
    section.value-of .left-col {
        width: 100%;
        order: 2;
    }
    section.value-of .right-col {
        width: 100%;
    }
    .our-process li {
        font-size: 14px;
    }
    .process-box {
        padding: 20px 16px 20px 16px;
        width: 100%;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    }
    span.bg-bubble {
        font-size: 15px;
        margin-right: 13px;
    }
    .process-col {
        width: 64%;
        top: 12px;
        left: 12px;
    }
    .our-services{
        padding: 56px 0 35px 0;
    }
    .our-services .services-col {
        width: calc((100% - 20px) / 2);
    }
    .milestones {
        width: 65%;
    }
    span.counter-plus {
        font-size: 24px;
    }
    .counter-flex {
        margin-top: 19px;
        gap: 20px;
    }
    .counter-target {
        width: 47%;
        padding: 17px;
    }
    span.related {
        font-size: 14px; 
    }
    .our-achevement {
        min-height: 448px;
        padding: 28px 52px 28px 52px;
    }
    section.why-choose .left-col {
        margin-top: -96px;
        width: 96%;
        margin-left: auto;
        order: 2;
        margin-right: auto;
    }
    section.why-choose .right-col {
        width: 100%;
    }
    .tetimonials-heading {
        width: 100%;
    }
    .tetimonials-cols{
        width: 100%;
    }
    .testimonials-flex {
        gap: 25px;
        margin: 56px 0;
    }
    .profile-data {
        width: 48.5%;
    }
    .frequently-asked-questions h2 {
        width: 82%;
    }
    .frequently-asked-questions {
        padding: 40px 30px;
    }
    button.accordion-button {
        font-size: 18px; 
    }
    .its-all {
        width: 72%;
    }
    .its-all p {
        margin: 13px 0 20px 0;
    }
    .all-we-do {
        min-height: 309px;
        padding: 30px 0px;
        background-position: bottom;
        margin: 60px 0 0 0;
    }
    section.our-blogs {
        margin: 55px 0;
    }
    section.our-blogs .services-col {
        width: calc((100% - 34px) / 2);
    }
    section.our-blogs .our-german p {
        width: 80%;
    }
    /* footer */
    .footer-col-first {
        width: 50%;
    }
    .footer-col-second {
        width: 36%;
    }
    .footer-col-fourth {
        width: 34%; 
        margin-top: 18px;
    }
    a.footer-logo {
        width: 65%;
        display: block;
    }
    footer li a {
        font-size: 14px; 
    }
    footer p {
        margin: 20px 0;
    }
    .footer-col-third {
        margin-top: 18px;
        width: 66%;
    }

    /* Services */
    section.service-banner {
        min-height: 407px;
    }
    section.who-we-help-section
    {
        margin: 55px 0;
    }
    section.who-we-help-section .left-col {
        width: 100%;
    }
    section.who-we-help-section .right-col {
        width: 100%;
    }
    section.who-we-help-section .flex-cols {
        margin: 2px auto 0 auto;
    }
    .tab-content ul {
        margin-bottom: 32px !important; 
    }
    section.types-of-german {
        padding: 47px 0;
    }
    .types-of-german-services {
        flex-wrap: wrap; 
        gap: 20px;
        margin-top: 22px;
    }
    .type-services-col {
        width: 100%;
    }
    section.specialist-german .left-col {
        width: 100%;
    }
    section.specialist-german .right-col {
        width: 100%;
    }
    section.specialist-german {
        padding: 55px 0;
    }
    section.specialist-german p {
        margin: 15px 0;
    }
    section.specialist-german li:last-child {
        margin-bottom: 0;
    }
    section.our-services.our-approach .services-col {
        width: calc((100% - 21px) / 2);
    }
    section.data-security .left-col {
        width: 100%;
    }
    section.data-security .right-col {
        margin-top: -96px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    section.data-security .overlap-col {
        padding: 34px 34px 35px 35px;
        position: unset; 
    }
    section.data-security {
        padding: 55px 0;
        margin: 10px 0 48px 0;
    }
    section.data-security h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .services-cta-bottom {
        padding: 22px 0px;
        margin: 51px 0 0 0;
        min-height: 319px;
    }

    /* Blog */
    section.blog-banner {
        min-height: 200px;
    }
    .first-blog-col {
        flex-wrap: wrap;
        gap: 20px;
    }
    .first-blog-image {
        width: 100%; 
    }
    .first-blog-content {
        width: 100%; 
    }
    .first-blog-image .blog-arrow{
        right: 24px;
    }
    section.our-blogs .our-german p {
        width: 100%;
    }
    .first-blog-content p {
        margin: 0 0 15px 0;
    }
    .first-blog-content h2 {
        margin-bottom: 19px;
    }
    section.our-blogs.all-blogs {
        margin-top: 24px;
    }
    .first-blog-col {
        margin-bottom: 25px;
    }
    section.our-blogs.all-blogs .services-col {
        width: calc((100% - 32px) / 2);
    }
    section.our-blogs.all-blogs .services-flex.services-cols-flex {
        gap: 32px;
        row-gap: 40px;
    }

    /* blog-details */
    .blog-details-flex {
        flex-wrap: wrap;
    }
    .detail-left {
        width: 62%;
    }
    .detail-right {
        width: 35%;
    }
    .detail-right input {
        padding: 10px 17px;
    }
    .blog-search img {
        width: 32px;
    }
    .toc {
        position: relative;
        margin: 15px 0;
    }
    .toc-btn {
        padding: 10px 17px;
        font-size: 16px;
    }
    .toc-content li a {
        font-size: 16px;
    }
    .latest-blog h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .latest-blog-flex h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .latest-blog-content {
        width: 75%;
    }
    .latest-blog-img {
        width: 21%;
    }
    .latest-blog-flex img {
        height: 51px;
    }
    .detail-left h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0;
    }
    .latest-blog-flex {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .detail-left p {
        margin: 13px 0 13px 0;
    }
    .breadcrumbs p {
        font-size: 12px;
    }

    /* Contact Us */
    .contact-flex {
        flex-wrap: wrap;
        gap: 35px;
        margin: 23px 0 50px 0;
    }
    .contact-image {
        width: 100%;
        order: 2;
    }
    .contact-form {
        width: 100%;
    }
    section.contact-banner {
        min-height: 200px; 
    }
}
@media only screen and (max-width: 767px){
    .our-process img {
        display: none; 
    }
    .process-col {
        position: unset;
        width: 100%;
        border-radius: 0px;
    }
    .process-box{
        position: unset; 
    }
    .our-process {
        background-image: url(../images/process.webp);
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: cover;
        margin: 5px auto;
        border-radius: 24px;
        overflow: hidden;
        border: 2px solid #ffcf0e;
    }
    .our-process li {
        width: 100%; 
    }
    section.our-translation-process {
        padding: 40px 0px; 
    }
    .milestones {
        width: 100%;
     }
    .our-achevement {
        min-height: 401px;
        padding: 30px;
    }
    .profile-data {
        width: 48%;
    }
    button.accordion-button {
        align-items: unset; 
    }
    .its-all {
        width: 88%;
    }
    section.our-blogs li {
        margin-right: 8px; 
    }
    .footer-col-first {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-col-second {
        width: 100%;
        padding: 0;
    }
    .footer-col-third {
        margin-top: 10px;
        width: 100%;
    }
    .footer-col-fourth {
        width: 100%;
        margin-top: 10px;
    }
    a.footer-logo {
        width: 37%;
    }
    footer {
        padding: 50px 0 0 0; 
    }
    .footer-flex {
        padding-bottom: 30px;
    }
    
    /* Services */
    section.service-banner .left-banner-col {
        width: 100%;
    }
    .who-we-help h3 {
        font-size: 20px; 
    }
    .our-types-container p {
        width: 100%;
    }
    p.to-help {
        width: 100%;
    }

    /* Blog */
    .image-box-blog {
        mask-size: unset;
    }

    /* Blog Details */
    .detail-left h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .name-date ul {
        margin-bottom: 15px !important;
    }
    .detail-left {
        width: 100%;
    }
    .detail-right {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blog-details-flex {
        margin: 20px 0;
    }
    .detail-left h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    body h1 {
        font-size: 28px;
        line-height: 38px;
    }
    body h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .form-submit button {
        padding: 5px 7px 5px 17px !important;
        font-size: 15px;
    }
    .get-a-quate svg {
        width: 30px;
        height: 30px; 
        margin-left: 8px;
    }
    .get-a-quate {
        padding: 5px 7px 5px 17px !important;
        font-size: 15px;
    }
    .process-col a img {
        display: block !important;
        width: 30px;
        height: 30px; 
        margin-left: 8px;
    }
    .process-col a{
        padding: 5px 7px 5px 17px !important;
        font-size: 15px;
    }
    .white-arrow-btn {
        font-size: 15px;
        padding: 5px 7px 5px 17px !important; 
    }
    .white-arrow-btn img {
        width: 30px;
        height: 30px;
        margin-left: 8px;
    }
    a.white-arrow-btn svg {
        width: 30px;
        height: 30px;
        margin-left: 8px;
    }
    /* header */
    ul.navbar-nav .quote-btn a {
        padding: 6px 7px 6px 9px !important;
    }
    ul.navbar-nav li a {
        margin: 13px 0 13px 0px;
    }
    ul.sub-menu a {
        padding: 13px 10px !important;
    }
    .navbar-collapse {
        top: 79px;
        padding: 13px 25px;
    }
    a.navbar-brand {
        width: 41%;
        margin-right: 6px;
    }
    button.navbar-toggler {
        margin-left: 9px;
        padding: 0;
        border: unset;
    }
    ul.navbar-nav .quote-btn a img {
        width: 25px;
        height: 25px;
        margin-left: 5px;
    }
    .top-bar .social li img {
        width: 15px;
    }
    a.navbar-brand img {
        width: 100%;
    }
    .top-header-bar li {
        margin-right: 8px;
    }
    .top-bar .social li {
        margin-left: 6px;
        margin-right: unset;
    }
    .top-header-bar li a {
        font-size: 11px;
    }
    ul.contact-info img {
        width: 12px;
        margin-right: 3px;
        margin-top: -2px;
    }
    /* Home */
    section.home-banner li {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0;
    }
    section.services {
        padding: 30px 0;
    }
    section.home-banner {
        width: 100%;
        border-radius: 0px;
    }
    .right-banner-col h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .right-banner-col {
        padding: 20px;
        border-left: 4px solid #FFCF0E;
    }
    .right-banner-col p {
        font-size: 13px;
        line-height: 23px; 
    }
    .form-flex .form-field {
        width: 100%;
    }
    .banner {
        padding: 30px 0;
    }
    .services-btn {
        margin-top: 33px;
    }
    .flex-cols {
        margin: 36px auto;
    }
    .about .right-col p {
        margin: 8px 0;
    }
    .flex-cols {
        gap: 14px;
    }
    .about .right-col li {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0;
    }
    .about .right-col ul {
        margin-bottom: 26px!important;
    }
    .services-col {
        width: calc((100% - 0px) / 1);
    }
    section.value-of p {
        margin: 8px 0;
    }
    section.value-of li {
        font-size: 16px;
        line-height: 26px;
    }
    section.value-of .left-col img {
        width: 16px;
    }
    .process-col {
        padding: 20px 16px; 
    }
    .our-services .services-col {
        width: calc((100% - 0px) / 1);
    }
    .our-services {
        padding: 36px 0 16px 0;
    }
    .services-flex{
        margin: 17px 0;
    }
    .our-achevement {
        border-radius: 15px;
        padding: 24px;
    }
    .our-achevement p {
        margin: 10px 0 0 0;
    }
    .counter-target {
        width: 100%;
        text-align: center; 
    }
    .milestones {
        text-align: center; 
    }
    section.why-choose .flex-cols {
        margin: 40px auto 40px 0;
    }
    .overlap-col {
        padding: 20px; 
    }
    section.why-choose p {
        margin: 9px 0;
    }
    section.why-choose li {
        font-size: 15px; 
    }
    .testimonials-flex {
        margin: 40px 0;
    }
    .tetimonials-heading p {
        margin: 8px 0;
    }
    .profile-data {
        width: 100%;
    }
    .frequently-asked-questions {
        padding: 30px 20px;
    }
    button.accordion-button {
        font-size: 16px;
    }
    .frequently-asked-questions h2 {
        width: 100%;
        margin-bottom: 0;
    }
    .accordion {
        margin-top: 1rem;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 24px;
        padding: 14px 0px !important;
    }
    .all-we-do {
        margin: 42px 0 0 0;
    }
    .its-all {
        width: 100%;
    }
    section.our-blogs {
        margin: 40px 0;
    }
    section.our-blogs .our-german p {
        width: 100%;
        margin: 8px 0;
    }
    section.our-blogs .services-col {
        width: calc((100% - 0px) / 1);
    }
    a.footer-logo {
        width: 190px;
    }
    .footer-col-third ul li {
        display: inline-block;
        width: 100%;
    }

    /* Services */
    section.service-banner p {
        margin: 10px 0px 17px 0;
    }
    section.data-security span.bg-bubble {
        font-size: 15px;
    }
    section.service-banner {
        width: 100%;
        border-radius: 0px;
    }
    section.who-we-help-section {
        margin: 32px 0;
    }
    .tab {
        font-size: 15px;
        padding: 8px 18px; 
    }
    .tabs {
        margin: 17px auto 22px auto;
    }
    div#individuals p {
        width: 100%;
    }
    .who-we-help h3 {
        font-size: 18px;
        margin: 16px 0;
        line-height: 28px;
    }
    section.who-we-help-section li {
        font-size: 16px; 
    }
    section.types-of-german {
        padding: 34px 0;
    }
    .type-services-col h3 {
        font-size: 18px;
        margin: 20px 0 17px 0;
    }
    .type-services-col {
        padding: 24px; 
    }
    .type-services-col li {
        font-size: 16px; 
    }
    .types-of-german-services {
        margin-top: 15px;
    }
    section.specialist-german {
        padding: 39px 0;
    }
    section.specialist-german li {
        font-size: 16px; 
    }
    section.specialist-german p {
        margin-top: 10px;
    }
    section.our-services.our-approach .services-col {
        width: calc((100% - 0px) / 1);
    }
    .our-approach .services-cols-flex {
        margin-top: 13px; 
    }
    section.our-services.our-approach span.bg-bubble {
        font-size: 28px;
    }
    section.data-security {
        padding: 40px 0;
        margin: 10px 0 25px 0;
    }
    section.data-security .overlap-col {
        padding: 24px 24px 24px 24px; 
    }
    section.data-security .right-col {
        margin-top: -80px;
    }
    section.data-security li {
        font-size: 16px;
        margin: 12px 0;
    }

    /* Blog */
    section.our-blogs.all-blogs .services-col {
        width: calc((100% - 0px) / 1);
    }
    section.our-blogs h3 {
        margin: 8px 0; 
    }
    section.our-blogs.all-blogs ul {
        margin: 8px 0 8px 0 !important;
    }
    section.blog-banner {
        min-height: 123px;
        width: 100%;
        border-radius: 0px;
    }
    .first-blog-col {
        gap: 13px;
    }
    .first-blog-content h2 {
        margin-bottom: 15px;
    }
    .breadcrumbs p {
        font-size: 12px;
        line-height: 22px;
        margin: 14px 0;
    }
    section.our-blogs.all-blogs {
        margin-top: 14px;
    }
    section.our-blogs.all-blogs .services-flex.services-cols-flex {
        row-gap: 34px;
    }

    /* Blog Details */
    .detail-left h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .detail-left h3 {
        margin-top: 30px;
    }
    .name-date li {
        font-size: 14px;
    }
    .name-date img {
        width: 16px !important; 
    }
    .name-date ul {
        margin-bottom: 13px !important;
    }

    /* Contact Us */
    section.contact-banner {
        min-height: 123px;
        width: 100%;
        border-radius: 0px;
    }
    .contact-flex {
        margin: 23px 0 43px 0;
    }
}