@media (min-width: 576px) {

    .containerrr {
        max-width: 540px;
    }
}

@media (min-width: 769px) {

    .containerrr {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .containerrr {
        max-width: 960px;
    }
}

@media (min-width: 1141px) {
    .containerrr {
        max-width: 1110px;
        margin: auto;
    }
}

@media (min-width: 1141px) {
    .custom_temp2 .containerrr {
        max-width: 1200px;
        margin: auto;
    }
}

.containerrr {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .performing_wapper h2 {
        font-size: 45px;
    }

    .custom_temp,
    .custom_temp2 {
        overflow: hidden;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1140.5px) {
    .banner_left h1 {
        font-size: 40px;
    }

    .banner_left {
        max-width: 360px;
    }

    .lp-whychoose .bt-row1 .text-title {
        font-size: 29px;
    }

    .custom_temp section#get_in_touch .form_section .form_section_inner {
        margin: 0;
    }

    .banner_form h2 {
        font-size: 28px;
    }
}


@media only screen and (max-width: 991.5px) {
    .row {
        flex-direction: column;
    }

    .col-65,
    .col-35,
    .col-6,
    .col-3,
    .col-9,
    .col-55,
    .col-45 {
        max-width: 100%;
    }

    .image_box_list {
        flex-direction: column;
    }

    .image_box {
        max-width: 100%;
    }

    .custom_temp section#get_in_touch .form_section .form_section_inner {
        margin: 0;
    }

    .person_box img {
        margin: auto;
        display: table;
    }

    .clientlogo_box {
        display: flex;
    }

    .clientlogo_box>.img_box:not(:last-child) {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 0.5px solid #D3D3D3;
    }

    .professionaldr_content {
        text-align: center;
    }

    .professionaldr_content .checklist {
        margin: 5px auto 35px;
    }

    .book_wapper {
        padding: 50px 0;
    }

    .book_form .banner_form {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .banner_content .col-65 {
        overflow: hidden;
    }

    .banner_left {
        max-width: 60%;
        min-height: 380px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner_left h1 {
        font-size: 40px;
    }

    .custom_temp2 .professionaldr_content .checklist {
        justify-content: start;
        margin: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .clientlogo_slider {
        margin-bottom: 50px;
    }

    .custom_temp2 .performing_wapper h2 {
        font-size: 40 px;
    }

    .custom_temp2 .professionaldr_content {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .clientlogo_box {
        display: block;
    }

    .clientlogo_box>.img_box:not(:last-child) {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 0.5px solid #D3D3D3;
    }

    .banner_left .img_box {
        position: unset;
        margin: 30px auto -40px;
        width: 65% !important;
    }

    .banner_left {
        max-width: 100%;
        text-align: center;
    }

    .professionaldr_content {
        margin-top: 30px;
    }

    .book_wapper .row {
        flex-direction: column-reverse;
    }

    .book_form .banner_form {
        margin-top: -40px;
        margin-bottom: 0;
    }

    .book_wapper {
        padding: 0;
    }

    .book_left {
        text-align: center;
    }

    .book_left h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .lpfooter_wapper {
        flex-direction: column;
    }

    .copy_right {
        flex-direction: column;
    }

    .lpfooter {
        text-align: center;
    }

    .lpfooter_right {
        text-align: center;
    }

    .banner_left_div h1 {
        font-size: 30px;
    }

    .custom_temp2 .banner_form h2 {
        font-size: 26px;
    }

    .custom_temp2 .revision_procedure_wapper h3 {
        font-size: 26px;
    }

    .custom_temp2 .professionaldr_content h2 {
        font-size: 26px;
    }

    .custom_temp2 .aboutprocedure h2 {
        font-size: 26px;
    }

    .custom_temp2 section#get_in_touch .form_section h3 {
        font-size: 26px;
    }

    .custom_temp2 .person_box img {
        height: 200px;
        object-position: center center;
    }
}

@media only screen and (max-width: 576px) {
    .performing_wapper h2 {
        font-size: 24px;
    }

    .banner_left h1 {
        font-size: 28px;
    }

    .professionaldr_content .checklist {
        max-width: 280px;
        margin: 5px auto 25px;
        column-count: 2;
        column-gap: 12px;
    }
}

@media only screen and (max-width: 425px) {
    .banner_top {
        flex-direction: column;
    }
}