@media only screen and (max-width: 1400px) {

    .BlogSlider {
        width: 905px;
    }

    .sliderContainer {
        height: 450px;
    }
}

@media only screen and (max-width: 1200px) {
    .headerContent .rightSection h1 {
        font-size: 59px;
    }

    .headerContent .leftSection {
        margin: 100px 0px;
    }

    .aboutusSection {
        padding-left: 50px;
    }

    .serviceItems,
    .articleItems {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* 
    .serviceItemWrapper,
    .articleItemWrapper {
        width: 24%;
    } */

    .counterItem span {
        font-size: 33px;
    }

    .column1 {
        width: calc(100% - 250px);
    }

    .column2 {
        width: 33.33%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .formItem {
        margin: 0px 50px 20px 50px;
    }

    .formTitle span {
        margin-left: 50px;
    }

    .BlogArticle {
        width: 31.33%;
    }

    .ContactFormAndInfo {
        flex-wrap: wrap;
    }

    .ContactForm {
        width: 100%;
        padding-right: 0px;
    }

    .ContactInfo {
        width: 100%;
    }

}

@media only screen and (max-width: 992px) {

    .headerContent .leftSection .logo {
        margin-right: 25px;
    }

    .headerContent .rightSection h1 {
        font-size: 47px;
    }

    .Menu a {
        font-size: 18px;
    }

    /* .headerContent .rightSection{
        width:60%;
    } */

    /* .headerContent .leftSection{
        width:40%;
    } */

    .headerContent .leftSection {
        margin: 60px 0px;
    }

    .aboutusSection {
        padding-left: 0px;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutusSection .leftSection {
        width: calc(100% - 80px);
        padding: 0px 40px;
    }

    .aboutusSection .rightSection {
        width: 100%;
        position: unset;
        display: none;
    }

    .earth {
        position: unset;
        transform: unset;
        width: 90%;
        max-width: 300px;
        margin: 0px auto;
        display: block;
    }

    .aboutusSection {
        padding-top: 20px;
        margin: 100px auto;
    }

    /* .serviceItemWrapper,
    .articleItemWrapper {
        width: 32.33%;
    } */

    .officeItem {
        width: 48%;
    }

    .personels {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .personels {
        margin-bottom: 20px;
    }

    .personelItem {
        width: 32.33%;
        margin-bottom: 80px;
    }

    .counterSection {
        flex-wrap: wrap;
    }

    .counterItem {
        width: 50%;
        box-sizing: border-box;
    }

    .PersonelWrapper {
        margin-left: 10px;
    }

    .PersonelDetails {
        margin-left: 15px;
    }

    .PersonelDetails .name {
        font-size: 35px;
    }

    .PersonelDetails .family {
        font-size: 50px;
    }

    .PersonelDetails .position {
        font-size: 22px;
    }

    .contactLine label,
    .contactLine p {
        font-size: 18px;
    }

    .contactLine label {
        width: 70px;
    }

    .qrCode {
        margin-top: 72px;
    }

    .FormsContent .rightSection {
        width: calc(100% - 185px);
    }

    .leftBar {
        margin-left: 20px;
    }

    .FormsContent {
        display: flex;
    }

    /*    .formItem {
        margin: 0px 20px 20px 20px;
        padding-right:0px;
        padding-left:0px;
        padding-bottom:10px;
    }

    .formTitle span {
        margin-left: 20px;
    }*/

    /*    .formItem p{
        width:100%;
        text-align:center;
    }

    .formItem .ActionButton {
        width: 282px;
        margin: 15px auto;
        float: unset;
    }*/

    .BlogSlider {
        display: none;
    }

    .BlogArticle {
        width: 48%;
    }

    .Experiences {
        grid-template-columns: repeat(2, 1fr);
    }

    .PersonelDetails .lastContactLine {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width: 700px) {
    .headerContent {
        flex-direction: column;
    }

    .headerContent .rightSection {
        order: 1;
        width: 100%;
        align-items: center;
    }

    .headerContent .leftSection {
        order: 2;
        width: 100%;
    }

    .aboutusSection {
        padding-top: 95px;
        margin-top: 220px;
    }

    /* .serviceItemWrapper,
    .articleItemWrapper {
        width: 49%;
    } */

    .servicesSection,
    .servicesSection {
        margin: 120px auto;
    }

    .counterSection {
        margin-top: 60px;
    }

    .personelItem {
        width: 49%;
        margin-bottom: 60px;
    }

    .logoSection {
        width: 120px;
    }

    .column1 {
        width: calc(100% - 120px);
    }

    .column2 {
        width: 50%;
    }

    .footer {
        justify-content: start;
    }

    .PersonnelArea {
        flex-wrap: wrap;
        justify-content: center;
    }

    .PersonnelContent .LogoWrapper {
        width: 95%;
        margin: 0 auto 10px auto;
        height: unset;
    }

    .PersonnelContent .LogoArea {
        padding: 10px;
    }

    .PersonnelContent .LogoArea img {
        float: left;
        width: 60px;
        margin-bottom: 10px;
    }

    .PersonnelContent .LogoArea p {
        float: right;
        margin-top: 26px;
        margin-right: 15px;
    }

    .PersonelWrapper {
        margin-left: 0;
        width: 160px;
    }

    .PersonelImg {
        height: 270px;
    }

    .PersonelDetails .family {
        font-size: 50px;
    }

    .qrCode {
        margin-top: -20px;
    }

    .leftBar {
        display: none;
    }

    .FormsContent .rightSection {
        width: 100%;
    }

    .TopBlogHeader {
        display: flex;
        flex-wrap: wrap;
    }

    .TopBlogHeader h2 {
        order: 1;
    }

    .TopBlogHeader .socialSection {
        order: 2;
        width: calc(100% - 136px);
    }

    .TopBlogHeader .BlogSearch {
        order: 3;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .TopBlogHeader .BlogSearch .formGroup {
        max-width: unset;
    }

    .BlogArticle {
        width: 98%;
    }

    .headerContent .rightSection h1 {
        text-align: center;
    }

    .logoSection img {
        width: 90%;
        margin-block: 40px;
    }

    .Experiences {
        grid-template-columns: repeat(1, 1fr);
    }

    .PersonelDetails .lastContactLine {
        margin-bottom: 67px !important;
    }
}

@media only screen and (max-width: 480px) {
    .headerContent .rightSection h1 {
        font-size: 38px;
    }

    .headerContent .leftSection {
        margin: 25px 0px;
    }

    .earth {
        width: 320px;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        top: -125px;
    }

    .aboutusSection {
        padding-top: 95px;
        margin-top: 100px;
    }

    .aboutusSection .leftSection {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }

    .serviceItemWrapper h3 {
        height: 37px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .officeItem {
        width: 100%;
        margin: 10px;
    }

    .officeItem {
        justify-content: center;
    }

    .officeItem .rightSection {
        width: 200px;
    }

    .personelItem {
        width: 100%;
        margin: 0px 0px 60px 0px;
    }

    .counterItem {
        width: 100%;
    }

    .counterSection {
        display: none;
    }

    .column2 {
        width: 100%;
    }

    .copyright .socialSection {
        width: 135px;
    }

    .copyright p {
        width: calc(100% - 135px);
    }

    .PersonelWrapper {
        width: 95%;
    }

    .PersonelImg {
        height: unset;
        padding-top: 140%;
    }

    .whatsupDescrib,
    .qrCode {
        display: none;
    }

    .PersonelDetails {
        margin-left: 0;
        width: 95%;
        margin-top: 15px;
    }

    .formItem {
        margin: 0px 5px 20px 5px;
    }

    .headerContent .leftSection .logo {
        width: 135px;
    }

    .headerContent .leftSection .logo {
        margin-right: 10px;
    }

    .Menu a {
        font-size: 16px;
    }

    .Menu .menuItem {
        margin-bottom: 20px;
    }

    .section {
        width: 95%;
    }

    .PersonalImg {
        width: 70px;
        height: 70px;
    }

    .PersonalItem {
        padding-top: 35px;
    }

    .PersonalDetails {
        padding-top: 50px;
    }

}