
/* font or text size  */
.big-title{
    font-size:40px;
    font-weight:bold;
}
.title{
    font-size:30px;
}
.title-36{
    font-size:36px;
}
.mid-title{
    font-size:24px;
}
.sub-title{
    font-size:18px;
    font-weight:bold;
}
.big-paragraph{
    font-size:18px;
}
.paragraph{
    font-size:16px;
    color:#757575;
}
.small-paragraph{
    font-size:14px;
    color:#757575;
}
/* font/text size  */
/* font/text color  */
.main-color{
    color: #ED008D;
}
/* font/text color  */
/* buttons start */
.transparent_btn_main {
    color: #ED008D;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 25px;
}
/* buttons  end*/
/* background colors  */
.bg-light-gray{
    background: #F8F8F8;
}
/* background colors  */
/* top small menu start*/
.dropdown-lang {
    position: absolute;
    left: 20%;
    top: 110%;
    background: black;
    padding: 5px;
    display: none;
}
.lang-change {
    background: none;
    border: none;
}
.navbar-brand img{
    height: 60px;
    width: auto;
}

/* top small menu end*/
/* top menu  */

.top_menu{
    /* margin-top: 10px; */
}
/* weather app  */
.weather_app {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 0 5px;
}
.we_name{
    font-size: 21px;
    color: #757575 !important;
}
.temp{
    font-size: 29px;
}
.we_img_area img{
    height: 45px;
    width: auto;
}
/* weather app  */
.navbar-toggler{
    border: none !important;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.top_menu li {
    position: relative;
    padding: 10px 18px;

}
.top_menu li a{
    padding: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}
.top_menu li a.active {
    border-bottom: 5px solid #ED008D;
    font-weight: 600;
    display: inline;
    padding-bottom: 5px !important;
}
.cred_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cred_ul li {
    float: left;
    position: relative;
}

.cred_ul li:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cred_ul li:first-child:before {
    display: none;
}
.language-switcher {
    padding: 0px 15px;
}
.lan_ul {
    min-width: 100%;
}
.lan_ul li{
    width: 100%;
}
.lan_ul li::before{
    width: 0;
}
.lan_ul li a.active{
    background-color: #ED008D;
}
.cred_ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0px 15px;
    text-transform: uppercase;
}
/*----------============top banner=============-----------------*/
.carousel-image-horizontal.top-banner {
padding: 0;
position: relative;
}

/* top slider nav end */
/* top slider dots start */
#carousel-custom-dots{
position: absolute;
left: 50%;
bottom: -10px;
z-index: 1;
transform: translate(-50%, -25px);
}
#carousel-custom-dots li{
/* border: 2px solid green; */
float: left;
position: relative;;
}
.dot_top_slider {
position: absolute;
background: #ED008D;
height: 7px;
width: 7px;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.round_motion.active .dot_top_slider {
background: #ED008D;
}
circle{
fill: none;
stroke: #ED008D;
stroke-dasharray: 445;
stroke-dashoffset: 445;
}
.round_motion.active circle{
fill: none;
stroke: #ED008D;
stroke-width: 2px;
stroke-dasharray: 445;
stroke-dashoffset: 445;
animation: rotatedot 28s linear forwards;
-webkit-animation: rotatedot 28s linear forwards;
}
@keyframes rotatedot{
100%{
    stroke-dashoffset: 0;
}
}
.top_ro_bg_img_1{
    background-size: cover !important;
    background-position: center !important;
    height: 70vh;

}
.banner-title-wrap{
    background: #0000006e;
    position: absolute;
    width: 40%;
    height: auto;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
}
.banner-title{
    font-size: 35px;
}
/* top slider dots end*/
.custom-dots {
    text-align: center;
    margin-top: 15px;
    }
    .custom-dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    }
    .custom-dots button.active {
    background-color: #333;
    }
    #carousel-custom-dots li::marker{
        font-size: 0 !important;
    }

/* ===============================top banner slider area =================== */
/* location choose or search section start================= */
.loca_icon{
    font-size: 20px;
    color: #ED008D;
    padding-top: 4px;
}
.choose-search {
    width: 25%;
}
.choose-search select {
    font-size: 14px;
    border: 1px solid #989898 !important;
}
.choose-search select:focus{
    box-shadow: none !important;
    border-color: #dee2e6;

}
.choose-search select:focus-visible{
    outline: none;
}

/* location choose or search section end================= */
/* home main card system layout  */
.nav-tabs{
    border:none !important;
}
.nav-link-item {
    border: 2px solid #70707021 !important;
    color: #000000;
    cursor: pointer !important;
    border-radius: 8px !important;
}
.nav-link-item:focus{
    color: #000000;
}
.nav-link-item:hover{
    color: #000000;
    border: 2px solid #ED008D !important;
}
.nav-link-item.active {
    border: 2px solid #ED008D !important;
}
/* second tab area  */
.sec_tab_area{
    width: 75%;
}
.second_tab_item {
    /* height: 145px;
    width: 145px;
    background: red;
    border-radius: 50%; */
    margin: 1px 10px;
    /* opacity: 0.7; */
}
/* .second_tab_item .sec_tab_btn.active {
    opacity: 1;
} */
.second_tab_item_inner {
    border-radius: 50% !important;
    background: transparent;
    color: white;
    height: 138px;
    width: 138px;
    padding:0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
 }
.second_tab_item_text{
    border-radius: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed008d8c;
}
.sec_tab_btn{
  border: none !important;
  opacity: 0.6;
}
.sec_tab_btn.active{
    opacity: 1;
}
.sec_tab_btn.active .second_tab_item_inner{
    border: 3px solid #ED008D !important;
}
.sec_tab_btn.active .second_tab_item_inner .second-tab-img{
    height: 117px;
    width: 117px;
    overflow: hidden;
    border-radius: 50%;
}
.sec_tab_btn.active .second_tab_item_inner .second_tab_item_text{
    height: 90%;
    width: 90%;
}
/* filter area  */
.filter {
    /* border: 1px solid #EFF2F2; */
}
.filter_icon{
    background: #E6E6E6;
    padding: 15px;
    display: inline-block;
    margin: 15px;
    border-radius: 5px;
}
.filter_icon img{
    width: 25px;
}
.filter_top_nav_text{
    display: inline-block;
    width: auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.filter-select {
    border-radius: 0;
}
.maxi {
    border-right: 0;
    border-radius: 0;
}
.mini {
    border-left: 0;
    border-radius: 0;
}
.maxi:focus , .mini:focus , .filter-select:focus{
    box-shadow: none;
    border-color: #dee2e6;
}
.maxi:focus-visible , .mini:focus-visible{
    outline: none;
}
.max-min-dash {
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.load-btn a{
    border: 1px solid gray;
    width: 130px;
    border-radius: 20px;
    padding: 4px;
    margin: 0px 0px 20px;
    text-decoration: none;
    color: #222222;
}
/* home product list  */
.pro_item_home_card{

    border-radius: 0 0 25px 25px;
    border: none !important;
    /* background: #F8F8F8; */
}
.pro_item_home_card_body{
    /* background: #F8F8F8; */
}
.pro_item_home_card img{
    border-radius: 0;
}
.pro_item_footer {
    border: none;
    background: none;
    padding: 0;
}
.view-details-btn {
    background: #E6E6E6;
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    padding: 12px;
    border-radius: 24px;
    color: #000000;
}
/* footer area  */
.main-footer{
    background: url('../image/footer-bg.webp');
    background-size: cover;
    background-position: center;
}
.social-media-icon a {
    font-size: 25px;
    padding: 5px;
    color: #ffffff;
}
.tm-ul li {
    /* float: left; */
    padding: 0px 25px;
    position: relative;
}
.tm-ul li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.tm-ul li:first-child::after {
    /* width: 0; */
}
.tm-ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.footer_hr{
    border: 1px solid #fff;
}

/* product details page  */
.big-img-container{
    border-radius:10px;
    overflow: hidden;
}
.small-img-container .active{
    filter:brightness(1);
}
.small-img-container div{
  width: 25%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.small-img-container div{
  filter:brightness(0.6);
}
.share-btn {
    background: #000000;
    color: #ffffff;
    margin: 10px;
    border: 2px solid #000;
}
.share-btn:hover {
    border: 2px solid #000;
}
.product-details-text {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 50px;
}

/* product details image slider  */
.carousel-indicators{
   position:unset;
}
.carousel-indicators button{
    width: max-content !important;
}
.carousel-indicators img{
    width:120px;
    display:block;
}


.product-slider-for{
    margin-bottom: 10px;
}
.product-slider-for img{
    border-radius:12px;
    padding: 0 4px;
}
.product-slider-nav .slick-slide{
    filter:brightness(0.5);
    cursor: pointer;
}
.product-slider-nav .slick-slide.slick-current.slick-active{
    filter:brightness(1);
}
.product-slider-nav .slick-prev{
    background: green;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    display:none !important;
}
.product-slider-nav .slick-next{
    background:red;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    display:none !important;
}
.sm_d_img img {
    border-radius: 15px;
    padding: 5px;
}

/* product details image slider  */

/* add comment area  */
.comment-btn{
    background: #95989A;
    color: #ffffff;
    border-radius:6px;
    padding: 5px 15px;
}
.comment-btn:hover{
    background: #95989A;
    color: #ffffff;
}
.comment-top-wrap{
    background:#EFEFEF;
    border-radius:6px;
    padding: 10px 15px;
}
.comment-profile-img {
    height: 37px;
    width: 37px;
}
.comment-profile-img img {
    border-radius: 50%;
    width: 100%;
}


/* related product  */
.related-item{
    /* border: 1px solid #707070;
    border-radius: 10px; */
}
.related-item img{
    /* border-radius: 10px 10px 0 0; */

}
.related-card .slick-prev{
    background: #EFEFEF;
    position: absolute;
    left: -35px;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    color: #677c77e0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor:pointer;
}
.related-card .slick-prev i{
    font-size:25px;
    padding: 6px 10px;
}
.related-card .slick-next{
    background:#EFEFEF;
    position: absolute;
    right: -35px;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    color: #677c77e0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor:pointer;
}
.related-card .slick-next i{
    font-size:25px;
    padding: 6px 11px;
}


/* crop advisory page start  */
.sub-banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub-banner-text h1{
    font-size: 46px;
}
.card_btn_text {
    border: none;
    background: transparent;
    padding: 0px 15px;
}
.card_btn_text a{
    font-size: 14px;
    color: #ED008D;
    text-decoration: none;
}
.card_btn_text p{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
/* crop advisory page end */
/* contact page start */
.contact-left {
    border-right:1px solid #80808061;
}
.con-form-item{
    position: relative;
}
.con-form-item label {
    position: absolute;
    top: -11px;
    background: #fff;
    left: 12px;
    padding: 0px 5px;
    font-size: 14px;
}
.con-form-item input , .con-form-item textarea{
    padding: 8px 15px;
}
.con-form-item input:focus , textarea:focus{
    box-shadow: none !important;
    border-color: #ED008D !important;

}
.con-form-item input:focus-visible , textarea:focus-visible{
    outline: none;
}
.contact-btn{
    font-size: 22px;
    width: 240px;
    min-width: 190px;
    background: #ED008D;
    color: #ffffff;
    border-radius: 6px;
    padding: 8px;
    transition: background 0.3s ease-in-out;
}
.contact-btn:hover{
    background: #ED008D;
    color: #ffffff;
}
/* faq area  */
.faq-title{
    background: #EFEFEF;
}
.faq-item{
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #E9EBEC;
}
.faq-btn::after{
    height: 40px;
    width: 40px;
    background: #F5F5F5;
    border-radius: 50%;
    background-image: url(../image/down-arrow.png);
    background-size: cover;
}
.faq-btn:not(.collapsed)::after{
    height: 40px;
    width: 40px;
    background: #F5F5F5;
    border-radius: 50%;
    background-image: url(../image/down-arrow.png);
    background-size: cover;
}
.faq-btn:not(.collapsed){
    color: #000;
    background: #fff;
    box-shadow: none;
}
.faq-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0 !important;
    box-shadow: none;
}
.faq-btn:focus{
    box-shadow: none !important;
}
/* contact page end */

@media (max-width: 992px) {
    .top_menu_wrap{
        align-items: center;
        width: 100% !important;
        justify-content: space-around;
    }
}
@media (max-width: 768px) {
    .banner-title-wrap{
        width: 90%;
        transform: translate(-72%, -50%);
    }
}
@media (max-width: 570px) {
    .choose_location{
        flex-direction: column !important;
        align-items: center;
    }
    .choose-search{
        width: 90%;
    }
    .sec_tab_area{
        width: 100%;
    }
    .filter_show_text{
        width: 180px;
        margin-left: auto;
        text-align: end;
    }
}
