/* first section healthcare*/

.third_section__energy_tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0px 15px;
    margin-bottom: 134px;
}

.third_section_energy_tab {
    width: 51%;
    margin-right: 45px;
    max-height: 96px;
    display: flex;
    background-color: white;
    margin-bottom: 15px;
    align-items: center;
    text-align: right;
    border-radius: 5px;
    justify-content: space-between;
}

.third_section_energy_tab p {
    margin-bottom: 0px;
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    color: #631837;
}

.third_section_energy_tab.energy_first_tab {
    padding: 18px 20px 19px 20px;
}

.third_section_energy_tab.energy_first_tab img {
    margin-right: 13px;
    max-width: 36px;
}

.third_section_energy_tab.energy_second_tab {
    padding: 13px 20px 14px 20px;
}

.third_section_energy_tab.energy_second_tab img {
    margin-right: 60px;
}

.third_section_energy_tab.energy_third_tab {
    padding: 29px 20px 33px 20px;
}

.third_section_energy_tab.energy_third_tab img {
    margin-right: 30px;
}

.third_section_energy_tab.energy_fourth_tab {
    padding: 19px 20px 16px 20px;
}

.third_section_energy_tab.energy_fourth_tab img {
    margin-right: 50px;
}

.third_section_energy_tab.energy_fifth_tab {
    padding: 17px 20px;
}

.third_section_energy_tab.energy_fifth_tab img {
    margin-right: 50px;
}


/* energy fourth*/

@media (min-width: 1256px) {
    .fourth_section_energy .container {
        max-width: 1256px;
    }

    .fourth_section_energy .container .row {
        margin-left: 35px;
    }
}

.fourth_section_energy > h2,
.fourth_section_energy_content h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 48px;
    color: #16000A;
    margin-bottom: 30px;
}

.fourth_section_energy_content {
    padding-left: 62px;
}

.fourth_section_energy_content__paragraphs p {
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 24px;
    color: #16000A;
}

.fourth_section_energy_content_second_p {
    margin-bottom: 60px;
}

.fourth_section_energy_content_p {
    margin-bottom: 52px;
}

.fourth_section_energy_box {
    display: flex;
    padding: 15px;
    position: relative;
    background-color: white;
}

.fourth_section_energy_box img {
    height: 86px;
    width: 86px;
}

.fourth_section_energy_box a {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #631837;
}

.fourth_section_energy_box a:hover {
    color: #631837;
    text-decoration: none;
}

.fourth_section_energy_box p {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #16000A;
    margin-left: 20px;
}

.fourth_section_health_care_content {
    padding-right: 63px;
    padding-bottom: 262px;
}

.fourth_section_health_care_content h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 48px;
    line-height: 61px;
    color: #16000A;
    margin-top: 35px;
    margin-bottom: 30px;
}

.fourth_section_health_care_content > p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #16000A;
    margin-bottom: 53px;
}

.fourth_section_health_care_content_a {
    margin-bottom: 70px;
}

.fourth_section_health_care_content_a > a {
    color: #631837;
    font-family: 'Alliance No.1';
    font-style: normal;
    border: 2px solid #631837;
    border-radius: 45px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 32px 9px 32px;
}

.fourth_section_health_care_content_a > a:hover {
    text-decoration: none;
    background-color: #631837;
    transition: all ease 300ms;
    color: white;
}

.fourth_section_energy_box.fourth_section_health {
    margin-top: 70px;
}

.fourth_section_energy > h2 {
    display: none;
}


/*fifth section energy*/

.fifth_section_energy {
    background-color: #EDE1DF;
    padding: 102px 0px 25px 0px;
}

.fifth_section_energy_img {
    width: 100%;
}

.fifth_section_energy_content h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    color: #16000A;
    margin-bottom: 30px;
}

.fifth_section_energy_content p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #16000A;
    margin-bottom: 125px;
}

.fifth_section_energy_box img {
    width: 36px;
}

.fifth_section_energy_box h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 26px;
    line-height: 33px;
    min-height: 66px;
    color: #631837;
    margin: 17px 0px 20px 0px;
}

.fifth_section_energy_box p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #967480;
}


.fifth_section_energy .row {
    margin-bottom: 136px;
    position: relative;
}

.fifth_section_energy .row:before {
    content: "";
    position: absolute;
    width: 120%;
    max-width: 120%;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #631837;
}

.fifth_section_energy_img_description p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #16000A;
    margin-top: 6px;
    margin-bottom: 55px;
}

.fifth_section.fifth_section__energy_homepage .container > h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #16000A;
    margin-top: 152px;
    margin-bottom: 30px;
}

.fifth_section.fifth_section__energy_homepage .container > p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 813px;
    margin: 0px auto;
    color: #16000A;
    margin-bottom: 100px;
}

.energy_partnership_new_section:before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    background-color: #F4F0ED;
    -webkit-mask-image: url('../images/mask-new-section.svg');
    mask-image: url('../images/mask-new-section.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.partnership_new_content p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    color: #FFFFFF;
}

.energy_partnership_new_section {
    background-size: cover;
    position: relative;
    background-position: center;
    min-height: 1000px;
    display: flex;
    align-items: center;
}

.fifth_section.nine_section_specialized_section.single_experts_fifth {
    padding-bottom: 200px;
}

/* seven_section_specialized_service*/

@media (min-width: 1200px) {
    .seven_section_specialized_service .container {
        max-width: 1670px;
    }
}

.seven_section_specialized_service {
    margin-top: 130px;
}

.seven_section_specialized_service {
    margin-bottom: 114px;
}

.eap_third_section {
    margin-bottom: 115px;
}

.eap_third_section {
    margin-bottom: 115px;
    padding-bottom: 75px;
    padding-top: 75px;
}

.eap_third_section .col-md-5 img {
    width: unset;
    position: absolute;
    right: 20%;
    top: 30%;
}

.six_section_about_us {
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.cta_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.fourth_section_energy.fourth_section_energy_background {
    background-image: url('../images/health-care-circles.png');
    background-repeat: no-repeat;
    background-position-x: 100%;
}

.eap_fourth_section_download_box {
    margin-top: 0px;
    margin-left: 0px;
    padding: 30px 0px 20px 30px;
    position: relative;
    transition: all 0.2s linear;
}

.eap_fourth_section_download_mini {
    padding-right: 30px;
    position: relative;
    z-index: 9;
}

.download_button {
    margin-top: 41px;
}

@media (min-width: 1200px) {
    .second_section_specialized_service .container {
        max-width: 1140px;
    }
}

.eap_row_box p {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    color: #16000A;
}

.eap_third_section.energy_section__eap_third_section {
  /* background-image: url('../images/background_krugovi_specialized.png'); */
    background-position: left;
    background-repeat: no-repeat;
}


.fourth_section_energy.fourth_section_health_care {
    margin-bottom: 0px;
}

.fourth_section_energy.fourth_section_health_care {
    background-image: url(../images/backgroud-energy-right-krugovi.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 39%;
    padding-top: 120px;
    padding-bottom: 48px;
}

.single_experts_rabs_description p {
    max-width: 813px;
    margin: 0px auto;
}

.fifth_section__programs {
    margin-bottom: 0px;
}

.specialized_service_last_section {
    margin-top: 90px;
    margin-bottom: 80px;
}


.fifth_section_energy .row {
    justify-content: space-between;
}

.fifth_section_energy .col-md-3 {
    flex: 0 0 20%;
    max-width: 25%;
}

.seven_section_specialized_service_box {
    display: flex;
}

.seven_section_specialized_service_box div {
    padding: 0 30px;
}

.seven_section_specialized_service_box div img {
    max-width: 150px;
}

.eap_fourth_section_download_mini .full_list {
    font-weight: 700;
}
@media (min-width: 1200px) {


    .third_section__energy .container {
        max-width: 1180px !important;
    }
}

/*RESPONSIVE ENERGY*/

@media (max-width: 1440px) {
    .seven_section_specialized_service_box div {
        padding: 0;
    }

    /*energy third section*/
    .eap_third_section {
        padding-bottom: 150px;
        padding-top: 150px;
    }

    .eap_third_section .col-md-5 img {
        right: -6%;
        top: 28%;
    }

    .seven_section_specialized_service .container,
    .fourth_section_energy .container {
        max-width: 1140px;
    }

    .fourth_section_energy .container .row {
        margin-left: 0px;
    }

    .fifth_section__programs {
        margin-bottom: 0px;
        margin-left: -22px;
    }

    .fourth_section_health_care_col-md-6,
    .fourth_section_energy .col-md-6:first-child {
        padding-left: 0px;
    }

    .fifth_section__programs {
        margin-bottom: 0px;
        margin-left: -26px;
    }

    .six_section_about_us {
        padding-top: 0;
        padding-bottom: 0px;
        max-width: 1140px;
        margin: 0px auto;
        padding: 0px 15px;
    }

    .fourth_section_energy.fourth_section_health_care {
        background-size: 43%;
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

@media (max-width: 1200px) {
    .fifth_section_energy .container {
        max-width: 1140px;
        padding: 0px 15px;
    }

    .fifth_section_energy .row:before {
        width: 96%;
        max-width: 100%;
    }

    .third_section__energy_tabs {
        margin-bottom: 90px;
    }

    .second_section_specialized_service h2 {
        margin-bottom: 100px;
    }

    .fourth_section_energy {
        margin-bottom: 0px;
    }

    .col-md-6.fourth_section_health_care_col-md-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 100px 0px;
    }

    .fourth_section_health_care_content {
        padding-bottom: 0px;
    }

    .eap_fourth_section_download_mini .full_list {
        font-size: 20px;
    }

    .eap_fourth_section_download_box {
        padding: 18px 0px 13px 21px;
    }

    .eap_fourth_section_download_box img {
        margin-bottom: 17px;
    }

    .fourth_section_energy_content {
        padding-left: 16px;
    }

    .first_section_specialized_service h2 {
        font-size: 58px;
    }

    .second_section_specialized_service h2,
    .fourth_section_energy_content h2,
    .fourth_section_health_care_content h2,
    .fifth_section_energy_content h2,
    .seven_section_specialized_service h2,
    .eap_seventh_section_content h3,
    .single_experts_rabs_description h2,
    .six_section__about_us_content {
        font-size: 45px;
    }

    .seven_section_specialized_service .container,
    .fourth_section_energy .container {
        max-width: 960px;
    }

    .fifth_section__programs {
        margin-bottom: 0px;
        margin-left: -12px;
        margin-right: 3px;
    }

    .row.footer-row {
        padding-left: 15px;
    }

    .footer_first_part .footer_first_part_box_a {
        font-size: 19px;
        line-height: 34px;
    }

    .header .container {
        padding: 0px 15px;
    }

    .fifth_section_energy .container {
        max-width: 940px;
        padding: 0px 5px;
    }

    .footer .container {
        max-width: 940px;
        padding: 0px;
    }

    .footer .container {
        max-width: 940px;
        padding: 0px 7px;
    }

    .third_section_energy_tab {
        width: 55%;
        margin-right: 0px;
    }

    .col-md-6.fourth_section_health_care_col-md-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 41px 0px;
        padding-top: 0;
    }

    .fourth_section_energy.fourth_section_health_care {

        background-size: 43%;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .fourth_section_energy_content {
        padding-left: 40px;
        margin-bottom: 0px;
    }

    .fifth_section_energy .row:before {
        width: 110%;
        max-width: 110%;
    }

    .fifth_section_energy .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .first_section_specialized_service .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }


    .first_section_specialized_service .col-md-8 img {
        display: inline-block;
        border-radius: 50%;
        object-fit: cover;
        width: 526px;
        height: 526px;
        position: absolute;
        bottom: -263px;
        left: -60px;
        max-width: 100%;
    }

    .first_section_specialized_service .col-md-8 .first_section_specialized_service_content {
        padding: 80px 15px 290px;
    }

    .seven_section_specialized_service .container,
    .fourth_section_energy .container,
    .header .container {
        max-width: 100%;
    }

    .first_section_specialized_service h2 {
        font-size: 48px;
        line-height: 61px;
        margin-bottom: 38px;
        max-width: 400px;
    }

    .first_section_specialized_service p {
        font-size: 16px;
    }

    .fourth_section_energy > h2,
    .second_section_specialized_service h2,
    .fourth_section_energy_content h2,
    .fourth_section_health_care_content h2,
    .fifth_section_energy_content h2,
    .seven_section_specialized_service h2,
    .eap_seventh_section_content h3,
    .single_experts_rabs_description h2,
    .six_section__about_us_content {
        font-size: 40px;
    }

    .eap_fourth_section_download_mini {
        padding-right: 0px;
    }

    .third_section_energy_tab:last-child {
        margin-right: 45px;
    }

    .fourth_section_energy > h2 {
        display: block;
        margin-bottom: 50px;
    }

    .fifth_section_energy_content p {
        margin-bottom: 70px;
    }

    .eap_seventh_section.eight_section_specialized_section.consulting_section .container {
        max-width: 100%;
    }

    .fifth_section.nine_section_specialized_section.single_experts_fifth .container {
        max-width: 100%;
    }

    .row.fifth_section__programs {
        margin-right: 0px;
    }

    .single_experts_rabs_description p {
        max-width: 500px;
        margin: 0px auto;
    }

    .specialized_service_last_section_title_description {
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 83px;
    }

    .eap_seventh_section_box h4 {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .eap_seventh_section_box p {
        font-size: 14px;
    }

    .six_section_about_us .container {
        max-width: 100%;
    }

    .seven_section_specialized_service_box {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .seven_section_specialized_service_box div {
        margin-bottom: 0px;
    }

    .seven_section_specialized_service {
        margin-top: 50px;
    }

    .eap_third_section {
        margin-bottom: 0px;
    }

    .consulting_section.eap_seventh_section {
        margin-top: 0px;
    }

    .fifth_section {
        padding: 80px 0px 148px 0px;
    }

    .third_section__energy_tabs {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin-bottom: 134px;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .third_section_energy_tab {
        width: 55%;
        margin-right: 0px;
    }

    .row.fifth_section__programs {
        justify-content: space-around;
    }

    .container {
        max-width: 100%;
    }

    .case_studies_box_new {

        margin: 0px auto;
    }

    .row.fifth_section__programs {
        justify-content: space-between;
    }

    .fifth_section_energy .container,
    .third_section__energy .container,
    .second_section_specialized_service .container,
    .seven_section_specialized_service .container,
    .fourth_section_energy .container {
        max-width: 720px;
    }

    .fifth_section_energy_box h2 {

        font-size: 24px;
    }

    .fifth_section_energy .container {

        padding: 0px 15px;
    }

    .fifth_section_energy .row:before {
        width: 100%;
        max-width: 100%;
    }

    .fifth_section.nine_section_specialized_section.single_experts_fifth .container,
    .eap_seventh_section.eight_section_specialized_section.consulting_section .container {
        max-width: 720px;
    }

    .row.fifth_section__programs {
        margin-right: -15px;
    }

    .footer .container {
        max-width: 720px;
        padding: 0px 15px;
    }

    .six_section_about_us {
        max-width: 720px;
    }

    .first_section_specialized_service .col-md-8 {
        flex: 0 0 720px;
        max-width: 720px;
        padding: 0;
        margin: 0px auto;
    }

    .first_section_specialized_service .col-md-8 .first_section_specialized_service_content {
        padding: 82px 19px 290px;
    }

    .seven_section_specialized_service_box img {
        width: 86%;
    }

    .fourth_section_energy .col-md-6:first-child {

        max-width: 40%;
        flex: 0 0 40%;
    }

    .fourth_section_energy .col-md-6:last-child {

        max-width: 60%;
        flex: 0 0 60%;
    }

    .fourth_section_energy .fourth_section_health_care_col.col-md-6 {
        max-width: unset;
        flex: 0 0 unset;
    }

    .col-md-6.fourth_section_health_care_col-md-6 {
        max-width: 72% !important;
        flex: 0 0 72% !important;
        margin: unset;
    }

    .fourth_section_health_care_content {
        text-align: left;
    }

    .col-md-6.fourth_section_health_care_col-md-6 .case_studies_box_new {
        margin: unset;
    }

    .fourth_section_energy.fourth_section_health_care {
        background-size: 43%;
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .fifth_section_energy .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }

    .fifth_section_energy .row:before {
        display: none;
    }

    .fifth_section_energy .row {
        margin-bottom: 76px;
        position: relative;
    }
    .second_section_specialized_service h2{
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    .third_section__energy .container {
        max-width: 100%;
    }

    .second_section_specialized_service .container {
        max-width: 100%;
    }

    .fourth_section_energy .container {
        max-width: 100%;
    }

    .fourth_section_energy_content {
        padding-left: 0px;
    }

    .col-md-6.fourth_section_health_care_col-md-6 {
        padding: 180px 15px;
    }

    .six_section_about_us .container {
        padding: 0;
    }

    .fourth_section_health_care_content {
        padding-right: 0px;
    }

    .energy_partnership_new_section {
        min-height: 700px;
    }

    .eap_fourth_section_download_box.health-care-box {
        margin-bottom: 120px;
    }

    .fourth_section_energy_content h2 {
        display: none;
    }

    .fourth_section_energy_content {
        margin-bottom: 0px;
    }

    .energy_partnership_new_section .container {
        max-width: 100%;
    }

    .fifth_section_energy .container {
        max-width: 100%;
    }

    .fifth_section_energy .col-md-3 {
        width: 50%;
    }

    .fifth_section_energy.row {
        margin-bottom: 0px;
    }

    .fourth_section_energy > h2,
    .second_section_specialized_service h2,
    .fourth_section_energy_content h2,
    .fourth_section_health_care_content h2,
    .fifth_section_energy_content h2,
    .seven_section_specialized_service h2,
    .eap_seventh_section_content h3,
    .single_experts_rabs_description h2,
    .six_section__about_us_content {
        font-size: 38px;
    }

    .eap_seventh_section_box {
        margin-top: 0px;
    }

    .header .container {
        max-width: 100%;
    }

    .specialized_service_last_section_title_description {
        max-width: unset;
        margin: 0px;
        margin-bottom: 83px;
        font-size: 16px;
    }

    .third_section_energy_tab {
        width: 330px;
    }


    .specialized_service_last_section_content h2 {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .specialized_service_last_section_content {
        padding: 70px 20px;
    }

    .seven_section_specialized_service_box {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .seven_section_specialized_service_box div {
        margin-bottom: 35px;
    }

    .seven_section_specialized_service p {
        font-size: 16px;
        line-height: 20px;
    }

    .specialized_service_last_section .container {
        max-width: 540px;
        padding: 0px;

    }

    .case_studies_box_new,
    .seven_section_specialized_service p,
    .first_section_specialized_service .container,
    .second_section_specialized_service .container,
    .third_section__energy .container,
    .fourth_section_energy .container,
    .fifth_section_energy .container,
    .fifth_section_energy .container,
    .eap_seventh_section.eight_section_specialized_section.consulting_section .container,
    .fifth_section.nine_section_specialized_section.single_experts_fifth .container,
    .six_section_about_us {
        max-width: 540px;
    }

    .fourth_section_energy .col-md-6 {
        padding: 0px;
    }

    .third_section_energy_tab {
        width: 253px;
    }

    .third_section_energy_tab p {
        margin-bottom: 0px;
        font-family: 'Satoshi';
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: right;
        color: #631837;
    }

    .third_section_energy_tab {
        width: 250px;
    }

    .first_section_specialized_service .col-md-8 {
        flex: 0 0 540px;
        max-width: 540px;
        padding: 0;
        margin: 0px auto;
    }

    .fifth_section_energy .row:before {
        display: none;
    }

    .fifth_section_energy .col-md-3::before {
        content: "";
        position: absolute;
        width: 92%;
        max-width: 90%;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background-color: #631837;
        z-index: 12;
    }

    .third_section_energy_tab {
        width: 100%;
    }

    .second_section_specialized_service h2 {
        margin-bottom: 40px;
    }

    .seven_section_specialized_service_box div {
        text-align: center;
    }

    .seven_section_specialized_service {
        margin-top: 0px;
    }

    .seven_section_specialized_service_box img {
        width: 61%;
        margin: auto;
    }

    .fourth_section_energy .row {
        display: flex;
        flex-direction: column;
    }

    .fourth_section_energy .col-md-6:first-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .fourth_section_energy .col-md-6:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .fifth_section_energy .col-md-3::before {
        display: none;
    }

    .fifth_section_energy_box {
        text-align: left;
        margin: unset;
    }
    .second_section_specialized_service h2 {
        margin-bottom: 0px;
    }
    .second_section_specialized_service_p p:last-child {
        margin-bottom: 0px;
    }
    .eap_fourth_section_download_box.learning {
        margin-bottom: 100px;
    }
    .eap_fourth_section_download_box.health-care-box{
        display: none;
    }
}


@media (max-width: 568px) {
    .first_section_specialized_service .col-md-8 img {
        width: 326px;
        height: 326px;
        bottom: -163px;
        left: -60px;
    }

    .fifth_section_energy .col-md-3 {
        width: 100%;
    }

    .row.footer-row {
        padding: 0px;
    }

    .specialized_service_last_section .col-md-6 {
        margin-bottom: 50px;
        width: 100%;
    }

    .third_section_energy_tab {
        width: 100%;
    }

    .third_section_energy_tab:last-child {
        margin-right: 0px;
    }

    .third_section_energy_tab.energy_first_tab {
        padding: 18px 20px 19px 20px;
        justify-content: space-between;
    }

    .second_section_specialized_service_p p {
        padding: 0px;
    }

    .fourth_section_energy > h2,
    .second_section_specialized_service h2,
    .fourth_section_energy_content h2,
    .fourth_section_health_care_content h2,
    .fifth_section_energy_content h2,
    .seven_section_specialized_service h2,
    .eap_seventh_section_content h3,
    .single_experts_rabs_description h2,
    .six_section__about_us_content {
        font-size: 32px;
    }

    .third_section_energy_tab p {
        font-size: 20px;
    }

    .fifth_section_energy_box {
        max-width: 300px;


    }
    .second_section_specialized_service h2{
        font-size: 36px;
        line-height: 40px;
    }
    .case_studies_box_new,
    .seven_section_specialized_service p,
    .first_section_specialized_service .container,
    .second_section_specialized_service .container,
    .third_section__energy .container,
    .fourth_section_energy .container,
    .fifth_section_energy .container,
    .fifth_section_energy .container,
    .eap_seventh_section.eight_section_specialized_section.consulting_section .container,
    .fifth_section.nine_section_specialized_section.single_experts_fifth .container,
    .six_section_about_us,
    .footer .container,
    .header .container {
        max-width: 100%;

    }

    .first_section_specialized_service .col-md-8 .first_section_specialized_service_content {
        padding: 80px 15px 290px;
        padding-left: 30px;
    }

    .fourth_section_energy .col-md-6:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .first_section_specialized_service h1 {
        font-size: 44px;
        line-height: 124%;
    }

    .fifth_section_energy .row:before {
        width: 92%;
        max-width: 100%;
    }

    .fifth_section_energy .col-md-3::before {
        content: "";
        position: absolute;
        width: 92%;
        max-width: 90%;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background-color: #631837;
        z-index: 12;
    }

    .fifth_section_energy_box img {
        width: 36px;
        position: relative;
        z-index: 3333;
    }

    .seven_section_specialized_service_box img {
        width: 50%;
    }

    .seven_section_specialized_service_box div {
        text-align: center;
    }

    .seven_section_specialized_service_box div {
        margin-bottom: 0;
    }

    .col-md-6.fourth_section_health_care_col-md-6 .case_studies_box_new {
        margin: 0px 7%;
    }

    .col-md-6.fourth_section_health_care_col-md-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: unset;
    }

    .fourth_section_energy.fourth_section_health_care {
        background: none;
    }

    .fifth_section_energy .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .fifth_section_energy_box {
        max-width: 300px;
        margin: 0px auto;
        text-align: center;
    }
    .second_section_specialized_service_p p {
        font-size: 16px;
    }
    .eap_fourth_section_download_mini .full_list {
        font-size: 24px;
    }
}