body {
    font-family: 'Mukta', sans-serif;
}

.mukta {
    font-family: 'Mukta', sans-serif;
}

p {
    font-size: 1.13em;
}

h2 {
    font-size: 1.6em 4 !important;
}

nav {
    background-color: #0071bb;
    color: #fff;
}

.navbar-brand {
    margin: 0;
}

    .navbar-brand img {
        width: 75%;
    }

a {
    text-decoration: none;
}

small {
    color: #716c6c;
    font-size: 0.95em;
}

.text-dark {
    color: #000 !important;
}

a.logo-img
{
    padding-top: 0;
    padding-bottom: 0;
}

a.logo-img img
{
    max-height:80px;
}

.top-menu {
    margin: 0;
    padding: 0;
    display: flex;
}

    .top-menu li {
        border-right: dotted 1px #0d5d92;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .top-menu li a {
            padding: 20px;
            text-decoration: none;
            color: #fffefe;
            font-size: 0.85em;
            font-weight: 900;
        }

        .top-menu li:hover {
            background-color: #05446d;
        }

        .top-menu li:last-child {
            border: none;
        }

/* Main Section */
main {
    margin-top: 55px;
}

.home-top {
    background-image: url('images/banner_home.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 520px;
}

    .home-top .container {
        position: relative;
        height: 100%;
    }

.home-top-slider {
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    width: 420px;
    padding: 10px;
    text-align: center;
    padding: 30px;
}

    .home-top-slider .h {
        font-weight: 900;
        font-size: 1.5em;
        margin: 0 0 20px 0
    }

    .home-top-slider .slide {
        text-align: left;
    }

.home-slider-dots {
    margin: 0;
}

    .home-slider-dots li {
        display: inline-block;
    }

        .home-slider-dots li button {
            background-color: #dedede;
            border: none;
            margin: 4px;
            border-radius: 50%;
            height: 15px;
            width: 15px;
        }

        .home-slider-dots li button {
            text-indent: -9999px;
        }

        .home-slider-dots li.slick-active button {
            background-color: #0071bb;
        }


.home-section {
    margin: 45px 0;
}

    .home-section h2 {
        color: #000;
        font-weight: 900;
    }

.what {
    margin: 45px 0;
}

    .what .btn {
        padding: 15px;
        color: #fff;
        font-weight: 700;
        font-size: 1.15em;
    }

.advantages {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.advantage {
    width: 50%;
    border-right: dotted 1px #928b8b;
    border-bottom: dotted 1px #928b8b;
    padding: 15px;
}

    .advantage img {
        width: 50px;
    }

.no-border-rt {
    border-right: none;
}

.no-border-bt {
    border-bottom: none;
}

.advantage {
    text-align: center;
}

    .advantage h3 {
        color: #000;
        margin: 15px 0;
        font-size: 0.9em;
        font-weight: 700;
    }

.btn-download-app {
    background-color: #0071bb;
}

.farmitra-bg {
    background-color: #0071bb !important;
    color: #fff;
    border-radius: 4px;
}

    .farmitra-bg img {
        border-radius: 4px 0 0 4px;
        min-height: 100%;
        object-fit: cover;
        object-position: right;
    }

.col-md-6 {
    padding: 0;
}

.about-farmitra-text {
    padding: 25px;
    font-size: 1.2em;
}

    .about-farmitra-text h2 {
        font-weight: 700;
    }

    .about-farmitra-text .btn {
        background-color: #d4a108;
        color: #fff;
        font-size: 1.25em;
    }

.pmfby-video {
    margin-top: 45px;
    background-color: #000;
    padding: 35px 0 0;
}

iframe {
    width: 100%;
    height: 520px;
    margin: 20px 0;
    border-radius: 4px;
}

.minus-45 {
    margin-top: 0
}

.modal-content {
    background-color: #167ac6;
    color: #fff;
}

.bg-sober {
    background-color: rgb(202 197 197 / 36%);
    padding: 85px 0 40px;
}

.border-top {
    border-top: dashed 1px #ccc4c4 !important;
}

.why-testimonials {
    background-color: #fff;
    padding: 35px 10px;
    text-align: center;
}

.farmer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .farmer h4 {
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .farmer img {
        height: 120px;
        width: 120px;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 50% !important;
    }

.why-testimonials {
    background-color: #004880;
}

    .why-testimonials p {
        font-size: 0.85em;
        color: #fffbfb;
    }

    .why-testimonials h4 {
        color: #fdfdfd;
    }

.articles {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
}

.article {
    width: 22.5%;
    background-color: #fff;
    margin: 25px 10px;
}

    .article img {
        width: 100%;
        max-height: 280px;
        object-position: top;
        object-fit: cover;
        border-radius: 4px 4px 0 0;
        height: 180px;
    }

    .article h2 {
        padding: 20px 15px;
        font-weight: 900;
        font-size: 1.10em !important;
    }


.accordion-item {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #0f6298;
}

.accordion-button {
    background-color: #0071bb !important;
    color: #f5f5f5 !important;
    font-weight: 900;
}

    .accordion-button:after {
        color: #423a3a !important;
    }

    .accordion-button.collapsed:after {
        color: #797676 !important;
    }

.download {
    position: fixed;
    right: -10px;
    bottom: 0%;
    background-color: #0071bb;
    display: flex;
    flex-direction: column;
    border: solid 5px #f55702;
    border-bottom: none;
    display: none;
}

    .download a {
        background-color: #f55702;
        border: none;
        margin-left: -5px;
        font-weight: 700;
        border-radius: 0;
    }

.qn-na-wrap {
    padding-top: 40px;
}

.q-n-a {
    margin-top: 10px;
}

.q {
    border-bottom: dashed 1px #dedede;
    padding: 15px;
}

    .q:hover {
        background-color: rgb(216 211 211 / 37%);
        cursor: pointer;
    }

    .q:last-child {
        border: none
    }

    .q h3 {
        font-size: 1.5em;
        font-weight: 600;
        color: #000
    }

    .q p {
        color: rgb(71, 67, 67);
    }

.districts span {
    background-color: #dedede;
    margin: 4px;
    float: left;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8em;
}

.d-only {
    display: block;
}

.m-only {
    display: none;
}


@media only screen and (max-width: 769px) {

    .d-only {
        display: none !important;
    }

    .m-only {
        display: block;
    }

    .first {
        display: flex;        
    }

.first img{
    max-height:50px;
}

    .first-top{        
        width:80%; display:flex;
    }

    .first-top .pmfby-logo{
        margin-left:20px;
    }

    .navbar-brand {
        width: 0% !important;
    }

        .navbar-brand img {
            max-width: 100%;
        }

    .first ul {
        width:45%;
        margin: 0;
        margin-left: auto;
        margin-top: 5px;
    }

    .first a {
        color: #fff;
    }

    .first li {
        margin: 10px;
        font-weight: 600;
    }

    .btn-download-top {
        border: none;
        padding: 5px 8px;
        border-radius: 4px;
        background-color: #ff7d0f;
    }


    .second {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-left: 8px;
        background-color: #057ece;
        display: flex;
        justify-content: center;
    }

        .second a {
            color: #fff;
            margin: 4px 8px;
            padding: 4px;
            font-weight: 600;
        }


    .what .btn {
        padding: 8px;
    }

    .farmitra-bg img {
        border-radius: 4px 0 0 4px;
        min-height: 100%;
        object-fit: contain;
    }

    .article {
        width: 30.5%;
    }
}


@media only screen and (max-width: 610px) {
    .second {
        padding-left: 105px;
    }

    .what .btn {
        padding: 8px;
        margin-bottom: 10px;
        width: 100% !important;
    }


    .advantages {
        margin-top: -25px;
    }

    .farmitra-bg img {
        border-radius: 4px 0 0 4px;
        min-height: 100%;
        object-fit: contain;
    }

    .article {
        width: 48.5%;
    }

    .about-farmitra-text .btn {
        font-size: 0.95em;
        width: 100%;
    }

    .farmitra-bg {
        border-radius: 0;
    }

    .pmfby-video {
        margin-top: 0
    }

    iframe {
        height: 200px;
    }

    #know-more {
        margin-bottom: 0;
    }

    .premium-calculator {
        padding: 20px 12px;
        margin-top: 0;
    }

    .articles {
        justify-content: flex-start
    }

    .article {
        width: 43.3%;
        margin-bottom: 0px;
    }

        .article img {
            height: 120px;
        }

        .article h2 {
            font-size: 0.9em !important;
            padding: 8px;
        }

    .bg-sober {
        padding-top: 20px;
    }

    #help {
        padding: 12px;
        margin-top: 15px;
    }


    .first img {
        width: 100%;
    }

    .first .btn-download-top {
        font-size: 0.8em;
    }

    .second a {
        font-size: 0.85em;
    }

    h2 {
        font-size: 1.5em;
    }
}
