*{
    margin: 0;
    padding: 0;    
    outline: 0;
    font-family: 'Inter', sans-serif;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
img{
    vertical-align: middle;
}
h5{
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 600;
}
h4{
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
p{
    color: var(--pcolor);
    font-size: 16px;
    font-weight: 400;
}
.five_star span{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.five_star span:hover{
    color: #FFAE00;
}
.shop_now a{
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #477018;
    padding: 15px 50px;
    border-radius: 50px;
    transition: 0.2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.shop_now a:hover{
    background-color:  var(--homecolor);
    color: var(--whitecolor);
}
:root{
    --homecolor: #477018;
    --whitecolor: #fff;
    --textcolor: #282828;
    --icontext: #F47606;
    --pcolor: #676767;
}
/* nav part start */
#home{
    background-color: var(--homecolor);
    padding: 15px 0;
}
.hme h5{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
}
.bg_nav ul li{
    padding: 20px;
}
.bg_nav ul li a{
    color: #477018!important;
    font-size: 16px;
    font-weight: 600;
}


.nav_icon span a{
    margin-left: 10px;
}
/* nav part end */
/* banner part start */
#banner{
    background: url(../images/aboutUs/banner.png) no-repeat center/ cover;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
    position: relative;
}
.ban_text{
    position: absolute;
    top: 40%;
}
.ban_text h2{
    color: var(--textcolor);
    font-size: 35px;
    font-weight: 700;
}
.ban_text h3{
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 400;
}
/* banner part end */
/* comment part start */
#comment{
    margin-bottom: 50px;
}
.com_img img{
    width: 100%;
}
.com_text h5{
    color: var(--pcolor);
    font-size: 20px;
    font-weight: 500;
}
.com_text h2{
    color: var(--textcolor);
    font-size: 35px;
    font-weight: 700;
}
.com_man img{
    padding-right: 20px;
}
.com_man_name h6{
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 500;
}
/* comment part end */
/* choose part start */
.choose_head{
    margin-bottom: 30px;
}
.choose_head h3{
    color: var(--pcolor);
    font-size: 20px;
    font-weight: 500;
}
.choose_head h2{
    color: var(--textcolor);
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
}
.choose_nav button{
    color: var(--pcolor);
    font-size: 20px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 20px;
}
.choose_nav button:hover{
    color: var(--homecolor);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--icontext);
}
/* choose part end */
/* test part start */
#test{
    margin-bottom: 30px;
}
.test_head{
    margin-bottom: 30px;
}
.test_head h2{
    color: var(--textcolor);
    font-size: 35px;
    font-weight: 700;    
}
.test_head a{
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    transition: 0.4s;    
}
.test_head a i{    
    padding-left: 11px;
}
.test_head a:hover{
    color: var(--icontext);
}
.test{
    padding: 40px;
    background-color: #C9C9C9;
    margin-bottom: 20px;
    border-radius: 10px;
}
.test img{
    margin-bottom: 20px;
}
.test_part{
    display: flex;
    align-items: center;
    position: relative;
}
.test_text{
    padding-left: 20px;

}
.test_text h2{
    color: #282828;
    font-size: 20px;
    font-weight: 600;
}
.test_text h5{
    color: #676767;
    font-size: 16px;
    font-weight: 400;
}
.test_icon{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* test part end */
/* blog part start */
#blog{
    margin-bottom: 50px;
}
.blog_head h2{
    color: #282828;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;    
}
.card-body{
    padding: 20px 30px  30px 30px;
}
.card-body span i{
    padding-right: 6px;
}
.card-body span i:hover{
    color: #FFAE00;
}
.card-body span{
    padding-right: 30px;
    color: #676767;    
}
.card-body h5{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.card_btn{
    position: relative;
    border-top: 2px solid #C9C9C9;
    padding-top: 20px;
}
.card_btn a{
    position: absolute;
    right: 0;    
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
}
.card_btn a:hover{
    color: #F47606;
}
/* blog part end */
/* footer part start */
footer{
    padding: 50px 0;
    background-color: #373C33;
}
.left_dtls{
    margin: 20px 0;
}
.left_dtls a i{
    margin-right: 20px;
    padding: 16px;
    color: #fff;
    border: 2px solid #477018;
    background-color: var(--homecolor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.left_dtls_last a i{
    margin-right: 20px;
    padding: 16px 18px;
    color: #fff;
    border: 2px solid #477018;
    background-color: var(--homecolor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.left_help a{
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    font-weight: 600;
}
.left_help h6{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
}
.help_one h6{
    color: var(--whitecolor);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.help_one ul{
    padding-left: 0;        
}
.help_one ul li a{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.help_one ul li a:hover{
    color:var(--homecolor);
}
.foter_right h6{
    color: var(--whitecolor);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.foter_right p{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}
.roght_sendInput{
    height: 50px;
    width: 300px;
    padding-left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.roght_sendInput ::placeholder{    
    color: rgba(103, 103, 103, 0.36);
    font-size: 16px;
    font-weight: 400;
}
.roght_send button{
    height: 51px;
    width: 90px;
    border: none;
    margin-left: -20px;
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 600;
    background-color: #F47606;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* footer part end */
@media (max-width:767px){
    .hme h6{
        text-align: center;
    }
    .bg_nav{
        margin-bottom: 10px;
    }
    .bg_nav ul li{
    text-align: center;
    padding: 5px 0;
    }
    .nav_icon{
        text-align: center;
    }
    .help_part{
        margin-top: 20px;
    }
    .foter_right{
        text-align: center;
    }
}
@media (min-width:768px) and (max-width:991.98px){
    .bg_nav ul li{
    text-align: center;
    padding: 5px 0;
    }
    .addy_cnt{
        display: flex;
    }
    .left_dtls_last{
        margin-top: 20px;
    }
    .help_part{
        margin-top: 20px;
    }
    .nav_icon{
        text-align: center;
    }
    .foter_right{
        text-align: center;
    }
}
@media (min-width:992px) and (max-width:1199.98px){
    .roght_sendInput{
        width: 200px;
    }
}
@media (min-width:1200px) and (max-width:1399.98px){
    .roght_sendInput{
        width: 200px;
    }
}
@media (min-width:1400px){
}