.heading_calculator {
    display: flex;
    justify-content: center;
    margin: 80px auto 40px;
    text-align: center;
    font-size: 28px !important;
    font-weight: 700 !important;
}

.nav.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    width: 80%;
}

.nav.nav-tabs .nav-item {
    width: calc((100% / 3));
}

.nav.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-size: 18px;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    color: black;
    transition: all 0.2s ease-out;
    background: transparent;
    text-align: center;
    /* color: #60697b; */
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item:hover .nav-link {
    background: #fab758;
    color: #ffffff;
}

.nav.nav-tabs .nav-item:nth-child(1) .nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #eee;
}

.nav.nav-tabs .nav-item:nth-child(2) .nav-link {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav.nav-tabs .nav-item:nth-child(3) .nav-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #eee;
}


@media only screen and (max-width: 767.98px) {
    .nav.nav-tabs {
        width: 90%;
    }

    .nav.nav-tabs .nav-item {
        width: 100%;
    }

    .nav.nav-tabs .nav-item:nth-child(1) .nav-link {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border: 1px solid #eee;
    }

    .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 1px solid #eee;
    }
}



.blogs_wrapper_image {
    min-height: calc(100vh - 80px - 400px);
}

.blogs_wrapper_image .blogs_wrapper_image_displayer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .blogs_wrapper_image {
        min-height: calc(100vh - 74px - 575px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .blogs_wrapper_image {
        min-height: calc(100vh - 74px - 875px);
    }
}

@media only screen and (max-width: 575.98px) {
    .blogs_wrapper_image {
        min-height: 40vh;
    }
}

.blog-img-container {
    max-height: 256px;
    position: relative;
    overflow: hidden;
}

.blog-img-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
}

.description-media img {
    max-width: 400px !important;
    width: 100% !important;
}

.item figure, .swiper-slide figure {
    position: relative !important;
    height: 570px !important;
}

.item figure, .swiper-slide figure img {
    height: 100% !important;
    object-fit: cover;
}

@media(max-width: 767px){
    .info_text p {
       height: 100px;
       padding: 0 0 0 0;
    }
    .main_wrap{
        display: contents;
    }

    .item figure, .swiper-slide figure {
        height: 250px !important;
    }

    .item figure, .swiper-slide figure img {
        height: 100% !important;
        object-fit: cover;
    }
}

@media(max-width: 767px){
    .fs_bottom .yelo_bttn {
       margin-top: 70px !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .of_title span.of_title_span{
      word-break: break-word;
    }
}

@media (max-width: 768px) {
    .dynamic-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media (min-width: 769px) {
    .dynamic-section {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }
}

