@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
body {
    font-size: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background-color: #ffffff !important;
}

.navbar a {
    color: #1fa12e;
}

.navbar-brand {
    font-size: 50px;
    padding: 5px !important;
    line-height: 50px;
    font-weight: 600;
}

.navbar-brand a {
    color: #EACA03;
}


/*bannerbox*/

.bannerbox {
    background-image: url("../images/farmbg.jpg");
    min-height: 450px;
}

.bannerboxinner {
    background-image: url("../images/farmbg.jpg");
    min-height: 220px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 2.5;
    color: #212529;
    background-color: #fff;
    border-radius: none;
}


/*-- banner-form--*/

.book-form {
    color: #ffffff;
    display: inline-block;
}

.book-form-inner label {
    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.book-form label {
    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.book-form-inner label i {
    font-size: 20px;
    margin-right: 5px;
    color: #FFC107;
}

.book-form label i {
    font-size: 20px;
    margin-right: 5px;
    color: #FFD43B;
}

.btnmo {
    background: #FFD43B;
    border-radius: 30px;
    text-shadow: none;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    ;
}

.mo {
    font-weight: bold;
    font-size: 16px;
}

.mo a {
    font-size: 16px;
}

.mo a:hover {
    color: #000000;
}

.btnmo:hover {
    background: #469611;
    color: #fff;
    border-radius: 30px;
    text-shadow: none;
    font-weight: 600;
}

.services {
    background: url(../images/dott.png) no-repeat 0px 0px;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FCF4EB;
}

.services .col-md-3 {
    float: left;
    padding: 5px;
}

.services .heading h3,
.services .heading p {
    color: #fff;
}

.services-top-grids {
    margin-bottom: 30px;
}

.grid1 {
    text-align: center;
    background: #e0e0e0;
    background: #ffc107;
    background: #fff;
    padding: 25px 40px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.75);
    min-height: 230px;
}

.grid1:hover {
    background: #ffc107;
}

.grid1 h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    color: #212121;
}

.grid1 p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #6b6b6b;
}


/*-- PANEL CSS--*/

.cardelo {
    background-color: #703c0c;
    line-height: 40px;
    font: size 24px;
    color: #ffffff;
}


/*-- TABS CSS--*/

.tabsy {
    margin-bottom: 50px;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #1FA12E;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #1FA12E;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #703c0c;
    border-color: #dee2e6 #dee2e6 #fff;
    padding: 15px 40px 15px 40px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #FFD43B;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 2px;
    padding: 15px 40px 15px 40px;
    color: #703c0c;
    font-size: 15px;
    font-weight: 500;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    right: 3%;
    border: 15px solid transparent;
    border-top-color: #603813;
}

.panelbox {
    padding: 30px 25px;
    margin: 5px;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #603813;
    border-bottom: 5px solid #603813;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #603813;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}


/*-- End TABS CSS--*/

.pillmenu {
    padding: 30px 25px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #603813;
}

.nav-pills .nav-link {
    background: #FFD43B;
    border: 2px solid white;
    border-radius: 0.25rem;
    line-height: 40px;
}

.nav-pills .nav-link hover {
    background: #603813;
    border: 2px solid white;
    border-radius: 0.25rem;
    color: black;
}


/*-- Weather  CSS--*/

.inline {
    display: inline-block;
}

.sona {
    text-align: center;
    background-color: #FFEBA6;
    float: left;
    padding: 10px;
    margin: 10px 18px 10px 18px;
}

.tab-content h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.black {
    color: #000000 !important;
}

.modal-title {
    color: #000000 !important;
}

.weatherbox {
    /*-   max-width: 300px;
    min-width: 180px;-*/
    margin: 5px 15px 5px 5px;
    min-height: 100px;
    padding: 20px;
    color: #111010;
    background-color: #fae8a6;
    font-size: 11px;
    border: 1px solid#FFE791;
    float: left;
    /* display: inline-block; */
}

.clear {
    clear: both;
}

.datebox {
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.wicon {
    padding: 10px;
    text-align: center;
}

.wconditinons {
    text-align: center;
}


/*-- Weather  CSS--*/

.footadark {
    background-color: #603813;
}

p,
ul li,
ol li {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Cabin', sans-serif;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
a {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .col-md-3 {
        width: 100%;
    }
    .grid1 {
        width: 100%;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .example {
        background: green;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .example {
        background: blue;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .example {
        background: orange;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .example {
        background: pink;
    }
}