@media screen and (min-width: 1500px) {
        section.main_banner {
            height: auto;
            min-height: calc(90vh - 107px);
        }
}
@media screen and (max-width: 1200px) {
    .processCard .process_content h3 {
    font-size: 16px;
}
    .processCard p {
        font-size: 14px;
        line-height: 21px;
            display: -webkit-box;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
    }
}
@media screen and (max-width: 1024px) {
        .mobileBottom {
        display: block;
    }
    .processCard p {
        font-size: 15px;
        line-height: 23px;
    }
    li.nav-item.dropdown:hover:after{
        display:none;
    }
.navbar-expand-lg .navbar-nav .nav-link::after {
        display: none;
    }
    li.nav-item.dropdown {
        position: relative;
    }
        .navbar-expand-lg .navbar-nav .nav-link
 {
        width: 88%;
    }
    span.dropdown-toggle-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 4px;
    text-align: center;
    color: #cd5f91;
    font-size: 21px;
}
    .dropdown-toggle-icon {
    cursor: pointer;
    font-weight: bold;
    margin-left: 8px;
    font-size: 18px;
}
    li.nav-item.dropdown ul.dropdown-menu.show {
        border-top: 2px solid #bd5886;
        border-radius: 0;
    }
}
@media (min-width: 1025px) {
    .dropdown-toggle-icon {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {

    section.main_banner {
            height: auto;
            min-height: 380px;
        }
    .slick-arrow.slick-prev {
        left: -10px;
    }
    .slick-arrow.slick-next{
        right: -10px;
    }
    div.navbar-collapse {
    position: fixed;
    bottom: 60px;
    width: 100%;
    z-index: 9;
    background: #fff;
    left: 0;
    padding: 10px 10px 30px;
    z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 10px;
}
section.step_section .step_list .step_card .puzzle{
        width: 26.5px;
    height: 32px;
}
section.step_section .step_list .step_card .puzzle::before{
        width: 25px;
    height: 9px;
}
section.step_section .step_list .step_card .puzzle::after{
   width: 18px;
    height: 25px;
}
section.step_section .step_list .step_card .content {
    padding: 11px 24px;
}
section.step_section .step_list .step_card .content h3 {
    font-size: 15px;
}
section.step_section .step_list .step_card .content p {
    font-size: 12px;
    line-height: 20px;
}
section.step_section .step_list .step_card .step_icon {
    padding: 12px;
}
section.step_section .step_list .step_card .step_icon img {
    width: 35px;
}
section.step_section .step_list .step_card .num {
    padding: 24px 20px;
    font-size: 45px;
    min-height: 70px;
}
}

@media screen and (max-width: 768px) {
    section.services_sec_2.card-no-bg .service_card{
        min-height: auto;
    }
    section.main_banner {
            height: auto;
            min-height: 350px;
        }
    .sectionHead h2 {
    font-size: 24px;
    }
    .wychContent h3 {
    font-size: 20px;
}
    .service_card.service_hover_card {
    min-height: 300px;
}
section.services_sec .service_card.service_hover_card img{
    min-height: 300px;
}
.service_item .slider_content {
    top: 50%;
    right: 50%;
    width: 90%;
    transform: translate(50%, -50%);
}
    a.btn.primary_btn, a.btn.secondry_btn{
        font-size: 13px;
    }
    .headTop{
        display: none;
    }
    section.main_banner {
    height: calc(70vh - 107px);
    }

        section.unitProcessSec ol.carousel-indicators li {
        padding: 3px 0px 3px 10px;
        width: 80px !important;
        font-size: 12px;
        margin-bottom: 10px;
    }
    section.unitProcessSec .content {
        padding: 10px 20px;
    }
    .broucher-card {
    padding: 0px 20px;
    }
    .broucher-card .broucher-card-inner{
        padding-bottom: 0%;
    }
    .headTop ul.topList{
        margin-top: 10px;
        justify-content: center;
    }
    section.main_banner .banner_text{
        width: 97%;
    }
    section.main_banner .banner_text h1 {
        font-size: 1.7rem;
        line-height: 32px;
    }
    ul.column-five li.process-content {
    max-width: max-content;
    width: 50%;
 }
    .service_item {
        position: relative;
        height: 390px;
    }
    .service_item img{
        height: 100%;
        object-fit: cover;
    }
    section.step_section .step_list .step_card{
            width: 30%;
    }
    section.step_section .step_list .step_card:nth-child(3) .puzzle{
        display: none;
    }
}
@media (min-width: 576px) {
    .modal-dialog.big_modal {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;

    }
}
@media screen and (max-width: 525px) {
    section.step_section .step_list .step_card .num {
        padding: 14px 20px;
        font-size: 30px;
        min-height: 20px;
    }
    section.step_section .step_list .step_card .content {
        padding: 8px 13px;
    }
    section.step_section .step_list .step_card{
            width: 47%;
    }
    section.step_section .step_list .step_card:nth-child(2) .puzzle, section.step_section .step_list .step_card:nth-child(4) .puzzle{
        display: none;
    }
    section.step_section .step_list .step_card:nth-child(3) .puzzle{
        display: block;
    }
    .modal-dialog.big_modal {
        margin: 20px;
    }
    .inputGroup {
        margin-bottom: 20px;
    }
}
