/* style css starts */

.parish_breakdown_title {
    background: #BDEFF8;
    position: relative;
    z-index: 2;

}

.parish_breakdown_sec {
    padding-top: 78px;
    padding-bottom: 220px;
    background-color: #ffffff;
    padding-right: calc((100% - 1440px) / 2);
    background: #BDEFF8;
    position: relative;
}

.parish_breakdown_sec::after {
    background-image: url('../images/blue-shape.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 130px;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 0;
}

.parish_breakdown_title h1::before {
    content: '';
    position: absolute;
    width: 116.06px;
    height: 110.54px;
    background-color: #23D4A1;
    border-radius: 100%;
    top: -29px;
    left: -46px;
    z-index: -1;

}

.parish_break_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding-right: 114px;
}

.parish_breakdown_sec .parish_break_row .parish_btn {
    padding: 9px 31px 11px 31px;
    width: max-content;
    margin: 36px 20px 0 40px;
}

.parish_breakdown_sec .parish_break_row .parish_btn {
    border: 5px solid #159DD0 !important;
    border-radius: 25px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Work Sans';
    font-weight: bold;
    color: #159DD0;
    outline: 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.parish_breakdown_sec .parish_break_row .parish_btn:hover {
    background-color: #159DD0;
    color: #ffffff;
}

.parish_breakdown_sec .parish_break_row .categories-dropdown-btn {
    padding: 9px 22px 11px 22px;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin: 0;
}

.parish_break_row .parish_break_col {
    border-radius: 0 90px 90px 0;
    background-color: #03353a;
    width: 38%;
    padding: 65px 80px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
}

.parish_break_col.bg_add:before {
    opacity: 0.6;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: rgb(3 53 58);
    left: 0;
    z-index: 1;
    border-radius: 0 90px 90px 0;
}

.parish_break_row .corridor-content-col {
    width: 62%;
    padding-left: 111px;
}

/*  */
.button_category {
    position: relative;
}

.btn_primary {
    width: 150px;
    height: 60px;
    border: 2px solid #159dd0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    /* color: #fff;
    background-color: #159dd0; */
    overflow: hidden;
    border-radius: 50px;
}

.btn_primary .btn-filler {
    content: "";
    width: 100%;
    position: absolute;
    width: 150%;
    height: 200%;
    background-color: #159DD0;
    border-radius: 50%;
    top: -49%;
    left: -25%;
    transform: translateY(140px);
    display: block;
    will-change: transform;
    transition: all linear 0.2s;
}

.btn_primary:hover .btn-filler {
    transform: translateY(0%);
}

.btn_primary .text {
    position: relative;
    z-index: 2;
}

.btn_primary:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #159dd0;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    border-radius: 50px;
    border: 5px solid #159DD0 !important;
    z-index: 4;
}

/*  */

/* === Dropdown styles === */
.button_category .dropdown {
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* === Dropdown button styles === */
.button_category .dropdown-toggle,
.button_category .btn_primary {
    font-weight: 700;
    border: 5px solid #159DD0 !important;
    background-color: white;
    border-radius: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #159DD0;
    width: 390px;
    cursor: pointer;
    position: relative;
    /* z-index: 2; */
    padding: 0 20px;
    font-family: "Work Sans";
    font-size: 20px;
    overflow: hidden;
}

.button_category .dropdown-toggle {
    border: 0 solid #159DD0 !important;
    background-image: url('../images/svg/right-arrow.svg');
    background-position: calc(100% - 23px);
    background-size: 24px;
    background-repeat: no-repeat;
    content: '';
    text-align: center;
    border-radius: 50px;
    /* position: absolute;
    left: 0;
    top: 0; */
    background-color: white;
}

/* .button_category .dropdown-toggle:focus{
    background-color: white;
    color: #159DD0;
} */

/* .button_category .dropdown-toggle::before {
    border: 5px solid #159DD0 !important;
    background-image: url('../images/svg/right-arrow.svg');
    background-position: calc(100% - 20px);
    background-size: 24px;
    background-repeat: no-repeat;
    content: '';
    text-align: center;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: unset;
} */

.button_category .dropdown-toggle:hover:before .btn-filler {
    z-index: 4;
}

.button_category .dropdown-toggle.open_Togglebtn {
    background-image: unset;
    /* border: 5px solid #159DD0 !important; */
}

.button_category .dropdown-toggle:hover:before {
    filter: brightness(30);
}

.button_category .dropdown-toggle::after.open_Togglebtn.toggle_fillter {
    border: 5px solid #159DD0 !important;
}

/* .button_category .dropdown-toggle.toggle_fillter {
    background-image: url('../images/svg/right-arrow-white.svg');
    z-index: 2 !important;
} */

.button_category .dropdown-toggle.toggle_fillter::after {
    background-image: url('../images/svg/right-arrow-white.svg');
    background-position: calc(100% - 18px);
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 2 !important;
}

.button_category .dropdown-toggle.open_Togglebtn.toggle_fillter::after {
    opacity: 0;
}

.button_category .dropdown-toggle.open_Togglebtn:before {
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    border-radius: 0;
    position: absolute;
    right: 12px;
    left: unset;
    top: 17px;
    border: 0 !important;
    opacity: 1;
    background: transparent;
    background-image: url(../images/svg/right-arrow.svg);
    background-position: calc(100% - 20px);
    background-size: 24px;
    background-repeat: no-repeat;
}

/* .button_category .dropdown-toggle::before {
    transform: rotate(90deg);
    top: 5px;
} */

/* === Dropdown icon styles === */
.button_category .dropdown-toggle::after {
    /* background-image: url('../images/svg/right-arrow.svg');
    background-position: calc(100% - 20px);
    background-size: 24px;
    background-repeat: no-repeat; */
    content: '';
    width: 100%;
    height: 100%;
    margin-left: auto;
    position: absolute;
    right: 0;
    text-align: center;
    border: 5px solid #159DD0 !important;
    left: 0;
    top: 0;
    border-radius: 50px;
}


.btn_primary:hover .text {
    color: white;
    transition: all 0.6s;
}

.button_category .dropdown-toggle:hover {
    z-index: 2;
}

/* .button_category .dropdown-toggle:hover:after {
    filter: brightness(30);
    transition: all 0.6s;
    z-index: 2;
} */

.button_category .dropdown.show .dropdown-toggle::after {
    filter: none;
    transform: rotate(90deg);
    top: 5px;

}


.button_category .dropdown-menu {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 20px 20px;
    background-color: white;
    border: 5px solid #159DD0 !important;
    padding: 35px 20px 0 20px;
    min-width: 100%;
    max-width: 100%;
    line-height: 1.6;
    margin: 0;
    z-index: -2;
    display: none;
}

/*  */

.button_category .dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s ease-in-out;
}

.button_category .dropdown.show .dropdown-toggle {
    border-radius: 20px 20px 0 0;
    background: white;
    border-bottom: 3px solid #159DD0 !important;
}

.button_category .dropdown.show .dropdown-toggle:hover {
    color: #159DD0;
}

.button_category .dropdown-menu li {
    list-style-type: none;
}

.button_category .dropdown-menu li:last-child span {
    border-bottom: 0 solid #159DD0;
}

.button_category .dropdown-menu span {
    padding: 10px 0;
    color: #159DD0;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: block;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    will-change: background-color;
    border-bottom: 3px solid #159DD0;
    font-family: "Work Sans";
    font-size: 20px;
    cursor: pointer;
}

.button_category .dropdown-menu li:first-child span {
    padding: 0 0 10px 0;
}

.button_category .dropdown-menu a:hover {
    color: #0f779c;
}

.button_category .dropdown.show .dropdown-menu li {
    -webkit-transform: translateY(10px);
    -webkit-animation: fadeIn 0.3s ease forwards;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    list-style-type: none;
    font-family: "Work Sans";
    font-size: 20px;
}

.button_category .dropdown.show .dropdown-menu li::marker {
    display: none;
}








/*  */


.flex_wrap_info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}


.info_sec_map {
    margin: 0;
    position: relative;
}

.info_sec_map .all-corridor-info-col {
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.info_sec_map .all-corridor-info-col li {
    font-family: "Caladea", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 38px;
    text-align: left;
    color: white;
    position: relative;
    padding-left: 51px;
    /* font-family: "Work Sans"; */
}

.info_sec_map .all-corridor-info-col li span {
    font-family: "Work Sans";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: white;
    position: relative;
}

.info_sec_map .all-corridor-info-col li:before {
    content: '';
    width: 28px;
    height: 28px;
    border: 5px solid #ffffff;
    border-radius: 25px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-57%);
}

.info_sec_map li.map_info.best:before {
    background-color: #E8FBF6;
}

.info_sec_map li.map_info.good:before {
    background-color: #B3F0DE;
}

.info_sec_map li.map_info.not_good:before {
    background-color: #23D4A1;
}

.info_sec_map li.map_info.worst:before {
    background-color: #149671;
}

.info_sec_map .text_perdata {
    margin: 20px 0;
}

.info_sec_map .text_perdata .h5 {
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: white;
    position: relative;
    padding-left: 0;
    margin: 0;
}

.paragraph_left {
    margin: 45px 0px 45px 0;
    max-width: 350px;
    max-height: 374px;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    padding-left: 0;
    padding-right: 0;
}

.paragraph_left p {
    font-family: "Work Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: white;
    position: relative;
    padding-left: 8px;
    margin: 0;
    direction: ltr;
}

.paragraph_left::-webkit-scrollbar {
    width: 7px;
}

/* Style the scrollbar thumb (the draggable part) */
.paragraph_left::-webkit-scrollbar-thumb {
    width: 5px;
    background: #3592b4;
    border-radius: 10px;
}

/* Hover state for the scrollbar thumb */
.paragraph_left::-webkit-scrollbar-thumb:hover {
    background-color: #159DD0;
}

/* Optional: Style the scrollbar track when not in use */
.paragraph_left::-webkit-scrollbar-track {
    width: 6px;
    background: #ffffff;
    border-left: 6px solid #03353A;
    border-right: 6px solid #03353A;
    border-radius: 10px;
    border-width: 3px;
}

/* Color Classes for map */

.best_bg {
    background-color: #E8FBF6;
}

.good_bg {
    background-color: #B3F0DE;
}

.not_good_bg {
    background-color: #23D4A1;
}

.worst_bg {
    background-color: #149671;
}

.white_bg {
    background-color: white;
}

/* ---- */

.map_best_bg {
    fill: #E8FBF6;
}

.map_good_bg {
    fill: #B3F0DE;
}

.map_not_good_bg {
    fill: #23D4A1;
}

.map_worst_bg {
    fill: #149671;
}

.map_white_bg {
    fill: #ffffff;
}


/* Color Classes for map */

.map_parish_img {
    position: relative;
}




.map_parish_img #infoBox_parish,
.map_parish_img_mobile #infoBox_parish_mobile {
    position: absolute;
    z-index: 1;
    background-color: #159DD0;
    color: white;
    border-radius: 9px 9px 9px 0;
    padding: 5px 10px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
    font-size: 18px;
    line-height: 24px;
    display: none;
    text-align: center;
    /* top: 2px; */
}

.map_parish_img #infoBox_parish:before,
.map_parish_img_mobile #infoBox_parish_mobile:before {
    content: "";
    height: 14px;
    width: 14px;
    border: solid 3px #fff;
    background-color: #159DD0;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    /* bottom: -16px;
    left: -16px; */
    bottom: -0px;
    left: -22px;
    text-align: center;
}



.bottom_curvedImg {
    max-width: 80%;
    overflow: hidden;
    margin-top: -65px;
}

.bottom_curvedImg .curved_img_wrapper {
    position: relative;
}

.bottom_curvedImg .curved_img_wrapper:before {
    content: '';
    display: block;
    padding-bottom: 64%;
}

.bottom_curvedImg .curved_img_wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
}

.map_parish_img_mobile {
    display: none;
    position: relative;
}

.map_parish_img_mobile svg {
    width: 100%;
    height: 100%;
}

.btn_hover {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 3px solid seagreen;
    color: seagreen;
    font-size: 20px;
    font-family: arial;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    /* transition: all .35s; */
    margin: 0 auto;
}

.btn_hover:hover {
    color: white;
}

.btn_hover:after {
    position: absolute;
    content: "";
    width: 400px;
    height: 150px;
    top: 50px;
    left: -0;
    background: #159DD0;
    z-index: -1;
    transition: all .66s;
    border-radius: 50%;
}


.btn_hover:hover:before {
    top: 0;
    border-radius: 0;
}

.btn_hover:hover:after {
    top: 0;
    border-radius: 0;
}

/*  */
.error-404.not-found .btn-content a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404.not-found .btn-content .btn_primary:before {
    top: 0;
    border: 3px solid #03353A !important;
    border-radius: 60px;
    background: transparent;
}

.error-404.not-found .btn-content a:hover {
    background-color: transparent !important;
}

.error-404.not-found .btn-content .btn_primary .btn-filler {
    background-color: #03353A;
}

.error-404.not-found .btn-content .btn_primary {
    border: 0;
    color: #03353A;
    height: 52px;
    background-color: transparent;
}

.error-404.not-found .btn-content .btn_primary .text {
    font-weight: 600;
    line-height: 0;
}

.error-404.not-found .caption {
    font-family: "Work Sans", sans-serif;
}

/* Loader */

.compare-hide {
    display: none !important;
}


#CAloader,
#CAloader2 {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid #03353a;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 100;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Button hover effect */





.btn_hover_effect {
    position: relative;
    padding: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: white;
    border: 0;
    overflow: hidden;
}

.btn_hover_effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #159dd0;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(0px, 0px);
    z-index: -1;
    right: 0px;
    top: 0;
}

.btn_hover_effect:hover {
    color: #ddded3;
}

.btn_hover_effect:hover span {
    width: 70px;
    height: 70px;
}

.tt_msg_parish {
    border-radius: 9px 9px 9px 0;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}


/* Responsive Css Starts */

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-width: 1299px) {

    .title-sec.parish_breakdown_title .container {
        max-width: 1100px;
        padding: 0 30px;
    }

    .parish_break_row {
        padding-left: 0;
        padding-right: 30px;
    }

    .parish_break_row .parish_break_col {
        width: 36%;
        padding: 30px 25px;
    }

    .info_sec_map .all-corridor-info-col {
        gap: 12px;
    }

    .info_sec_map .all-corridor-info-col li {
        font-size: 20px;
        line-height: 34px;
        padding-left: 45px;
    }

    .paragraph_left {
        margin: 30px 0px 30px 0;
    }

    .paragraph_left p {
        font-size: 16px;
        line-height: 28px;
    }

    .parish_break_row .corridor-content-col {
        width: 64%;
        padding-left: 30px;
    }

    .map_parish_img svg {
        width: 100%;
    }

    .bottom_curvedImg .curved_img_wrapper:before {
        padding-bottom: 88%;
    }

}

@media (min-width: 1025px) and (max-width: 1199px) {

    .title-sec.parish_breakdown_title .container {
        max-width: 1100px;
        padding: 0 30px;
    }

    .parish_break_row {
        padding-left: 0;
        padding-right: 30px;
    }

    .parish_break_row .parish_break_col {
        width: 36%;
        padding: 35px 15px;
    }

    .info_sec_map .all-corridor-info-col {
        gap: 12px;
    }

    .info_sec_map .all-corridor-info-col li {
        font-size: 20px;
        line-height: 34px;
        padding-left: 45px;
    }

    .paragraph_left {
        margin: 30px 0px 30px 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .paragraph_left p {
        font-size: 16px;
        line-height: 28px;
    }

    .parish_break_row .corridor-content-col {
        width: 64%;
        padding-left: 30px;
    }

    .map_parish_img svg {
        width: 100%;
    }

    .bottom_curvedImg .curved_img_wrapper:before {
        padding-bottom: 88%;
    }

    .button_category .dropdown {
        max-width: 300px;
    }

    .button_category .dropdown-toggle {
        width: 295px;
        padding: 0 18px;
        font-size: 18px;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {

    .title-sec.parish_breakdown_title .container {
        max-width: 1100px;
        padding: 0 30px;
    }

    .parish_break_row {
        padding-left: 0;
        padding-right: 30px;
    }

    .parish_break_row .parish_break_col {
        width: 36%;
        padding: 35px 15px;
    }

    .info_sec_map .all-corridor-info-col {
        gap: 12px;
    }

    .info_sec_map .all-corridor-info-col li {
        font-size: 20px;
        line-height: 34px;
        padding-left: 45px;
    }

    .paragraph_left {
        margin: 30px 0px 30px 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .paragraph_left p {
        font-size: 16px;
        line-height: 28px;
    }

    .parish_break_row .corridor-content-col {
        width: 64%;
        padding-left: 30px;
    }

    .map_parish_img svg {
        width: 100%;
    }

    .bottom_curvedImg .curved_img_wrapper:before {
        padding-bottom: 88%;
    }

    .button_category .dropdown {
        max-width: 300px;
    }

    .button_category .dropdown-toggle {
        width: 295px;
        padding: 0 18px;
        font-size: 18px;
    }

}

@media only screen and (max-width: 991px) {

    .map_parish_img_mobile {
        display: block;
        margin-top: -30px;
    }

    .map_parish_img {
        display: none;
    }


    .parish_breakdown_sec {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .bottom_curvedImg::before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: #BDEFF8;
        display: block;
        right: 0;
        left: 0;
        z-index: -2;
    }

    .parish_break_row {
        max-width: 93%;
        width: 100%;
        padding: 0 50px;
        margin: 0 auto;
    }

    .parish_break_row .parish_break_col {
        width: 100%;
        margin: 30px auto;
        border-radius: 60px;
        padding: 50px 35px 150px 35px;
        max-width: 100%;
    }

    .parish_break_col.bg_add:before {
        border-radius: 60px;
    }



    .paragraph_left {
        max-width: 100%;
        max-height: 100%;
        padding-left: 12px;
        margin: 30px 0px 30px 0;
        order: 2;
    }

    .paragraph_left p {
        font-weight: 400;
        margin-bottom: 20px;
    }

    .paragraph_left p:last-child {
        margin-bottom: 0;
    }

    .info_sec_map {
        order: 1;
    }

    .button_category {
        top: -80px;
        margin-bottom: 20px;
    }

    .button_category .dropdown {
        width: 100%;
    }

    .button_category .dropdown-toggle {
        width: 100%;
    }

    .parish_break_row .corridor-content-col {
        width: 100%;
        padding-left: 0;
    }

    .map_parish_img svg {
        width: 100%;
    }

    .info_sec_map .all-corridor-info-col li {
        font-size: 20px;
        line-height: 30px;
        padding-left: 40px;
    }

    .info_sec_map .all-corridor-info-col li span {
        font-size: 16px;
        line-height: 30px;
    }

    .parish_breakdown_sec::after {
        display: none;
    }

    .bottom_curvedImg {
        margin-top: -140px;
        max-width: 100%;
        position: relative;
    }

    .bottom_curvedImg .curved_img_wrapper {
        max-width: 68%;
        z-index: 99;
    }

    .how-compare-row .categories-dropdown-btn {
        margin: 0;
    }

    .how-compare-row .compare-choice-btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }

    .how-compare-row .compare-checkbox-col.dropdown-open {
        padding: 0;
    }

    .logo-part img {
        margin-bottom: 0;
    }

    .logo-part p {
        margin-top: 0;
        margin-bottom: 0;
        position: unset;
        transform: unset;
    }
}

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

    .main-wrap {
        display: none;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .how-compare-row .compare-checkbox-col {
        padding: 30px 30px;
        margin-bottom: 30px;
    }

    .dt_image {
        display: block;
    }

    .main-wrap {
        display: none;
    }

    .how-compare-row .common-compare-btn {
        width: 100%;
        margin: 20px 0 0 0;
        height: 55px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    .map_parish_img #infoBox_parish,
    .map_parish_img_mobile #infoBox_parish_mobile {
        padding: 5px 8px;
        font-size: 16px;
        border-radius: 4px 4px 4px 0;
    }

    .dt_image {
        display: none;
    }

    /*  */

    .mw-shap {
        position: absolute;
        z-index: 9999;
        width: 100%;
    }

    .main-wrap {
        display: flex;
        flex-direction: column;
    }

    .bg-img {
        object-fit: cover;
        height: 300px;
        object-position: bottom center;
    }

    .top-wrap {
        display: flex;
    }

    .white-cover {
        display: inherit;
        width: 50%;
        height: 120px;
    }

    .wc-empty {
        display: inherit;
        width: 100%;
        height: 100%;
        border-radius: 0 0 35px 0;
        background-color: white;
    }

    .top-trans-section {
        display: inherit;
        width: 50%;
        height: 120px;
        background-image: url('../images/how-we-compare/curve.svg');
        background-size: 50px 50px;
        background-repeat: no-repeat;
    }

    .tts-empty {
        display: inherit;
        width: 100%;
        height: 100%;
        border-radius: 64px 0 0 0;
    }

    .mask-div {
        margin-left: 0;
    }

}

@media only screen and (max-width: 600px) {
    .parish_break_row {
        max-width: 100%;
        width: 100%;
        padding: 0 5px;
        margin: 0 auto;
    }

    .parish_break_row .parish_break_col {
        padding: 50px 20px 110px 20px;
    }

    .bottom_curvedImg .curved_img_wrapper:before {
        padding-bottom: 80%;
    }

    .button_category .dropdown-toggle {
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
        opacity: 1 !important;
    }

    .button_category .dropdown-menu span {
        font-size: 18px;
    }

    .parish_breakdown_title h1::before {
        left: -21px;
    }

    .button_category {
        margin-bottom: 0;
    }

    .paragraph_left p {
        font-size: 18px;
        line-height: 28px;
    }

    .parish_break_row .parish_break_col {
        border-radius: 26px;
    }

    .info_sec_map {
        padding: 0 20px;
    }

    .bottom_curvedImg .curved_img_wrapper {
        max-width: 65%;
    }

    #CAloader,
    #CAloader2 {
        width: 2.5rem;
        height: 2.5rem;
        top: 40%;
        left: 33%;
    }

    .how-compare-row .categories-dropdown-btn {
        margin: 0;
    }


    .map_parish_img #infoBox_parish {
        padding: 4px 4px;
        /* max-width: 76px; */
        word-break: break-word;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        border-radius: 4px 4px 4px 0;
    }

    /*  */

    .tt-msg {
        font-size: 14px;
        padding: 6px 10px;
        border-radius: 6px 6px 6px 0;
    }

    .rightTool1,
    .rightTool2 {
        position: relative;
        right: 100px;
        border-radius: 6px 6px 0 6px;
    }

    .tt_msg_parish.msgTool,
    .tt_msg_parish.msgTool1,
    .tt_msg_parish.msgTool2,
    .tt_msg_parish.msgTool3 {
        position: relative;
        right: 100px;
        border-radius: 6px 6px 0 6px;
        background-color: #159DD0;
        color: white;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 6px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
    }

    .tt_msg_parish.msgTool4 {
        position: relative;
        right: 30px;
        border-radius: 6px 6px 6px 0;
        background-color: #159DD0;
        color: white;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 6px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
    }

    .tt_msg_parish.msgTool5,
    .tt_msg_parish.msgTool6 {
        position: relative;
        right: 30px;
        border-radius: 6px 6px 6px 0;
        background-color: #159DD0;
        color: white;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 6px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
    }


    .tt_msg_parish.msgTool3 {
        position: relative;
        right: 20px;
        border-radius: 6px 6px 6px 0;

        background-color: #159DD0;
        color: white;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 6px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
    }

    #infoBox_parish_mobile.msgTool,
    #infoBox_parish_mobile.msgTool1,
    #infoBox_parish_mobile.msgTool2,
    #infoBox_parish_mobile.msgTool3,
    #infoBox_parish_mobile.msgTool4,
    #infoBox_parish_mobile.msgTool5,
    #infoBox_parish_mobile.msgTool6 {
        background-color: unset;
        box-shadow: none;
        padding: 0;
    }

    .tt_msg_parish {
        font-size: 14px;
        line-height: 20px;
    }


}

@media only screen and (max-width: 480px) {
    .tt-msg {
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 6px 6px 6px 0;
    }

    .rightTool1,
    .rightTool2 {
        position: relative;
        right: 88px;
        border-radius: 6px 6px 0 6px;
    }

    .map_parish_img_mobile #infoBox_parish_mobile:before {
        bottom: -20px;
        left: -20px;
        height: 11px;
        width: 11px;
        border: solid 2px #fff;

    }

    .map_parish_img_mobile #infoBox_parish_mobile.msgTool3:before {
        bottom: -17px;
        bottom: -24px;
        left: -30px;
    }

    .button_category .dropdown-toggle {
        width: 100%;
        font-size: 16px;
        background-size: 20px;
    }

    .button_category .dropdown-toggle.open_Togglebtn:before {
        background-size: 20px;
    }

    .parish_break_row .parish_break_col {
        padding: 50px 20px 165px 20px;
    }

    .source_sec {
        margin: 0 40px;
        text-align: left;
    }

    .source_sec h4 a {
        color: white;
    }

    .source_sec h4 {
        color: white;
        font-size: 16px;
        margin: -191px 0 0 0;
        z-index: 99;
        position: relative;
    }

    .button_category .dropdown-menu {
        padding: 35px 18px 0 18px;
    }

    .button_category .dropdown-menu span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .parish_break_row .parish_break_col {
        border-radius: 26px;
    }

    .paragraph_left {
        margin: 22px 0px 22px 0;

    }

    .paragraph_left p {
        font-size: 16px;
        line-height: 25px;
    }

    .button_category .dropdown-toggle {
        width: 100%;
        font-size: 16px;
        background-size: 20px;
    }

    .button_category .dropdown-toggle.open_Togglebtn:before {
        background-size: 20px;
    }

    .parish_break_row .parish_break_col {
        padding: 50px 20px 165px 20px;
    }

    .source_sec {
        margin: 0 40px;
        text-align: left;
    }

    .source_sec h4 a {
        color: white;
    }

    .source_sec h4 {
        color: white;
        font-size: 16px;
        margin: -191px 0 0 0;
        z-index: 99;
        position: relative;
    }

    .button_category .dropdown-menu {
        padding: 35px 18px 0 18px;
    }

    .button_category .dropdown-menu span {
        font-size: 16px;
    }

    .info_sec_map {
        padding: 0 20px;
    }

    .map_parish_img #infoBox_parish,
    .map_parish_img_mobile #infoBox_parish_mobile {
        padding: 4px 4px;
        /* max-width: 62px; */
        word-break: break-word;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
        border-radius: 4px 4px 4px 0;
    }

    /* .map_parish_img_mobile svg {
        width: 95%;
    } */

    .info_sec_map .all-corridor-info-col {
        gap: 22px;
    }

    .main-wrap .bg-img {
        height: 400px;
        object-position: top 0 right -140px;
    }

    .how-compare-row .compare-choice-btn {
        width: 80%;
        height: 46px;
        font-size: 14px;
    }

    .tt_msg_parish.msgTool,
    .tt_msg_parish.msgTool1,
    .tt_msg_parish.msgTool2,
    .tt_msg_parish.msgTool3 {
        font-size: 11px;
        line-height: 15px;
        padding: 4px 4px;
    }

    .tt_msg_parish {
        font-size: 11px;
        line-height: 15px;
        padding: 0px 2px;
        border-radius: 6px 6px 6px 0;
    }

    .map_parish_img_mobile #infoBox_parish_mobile:before {
        bottom: -13px;
        left: -20px;
    }

    .tt-msg {
        font-size: 12px;
        line-height: 17px;
        padding: 5px 6px;
        border-radius: 6px 6px 6px 0;
    }


}





#infoBox_parish_mobile {
    position: absolute;
    z-index: 999;
    pointer-events: none;
}