*{
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
p{
    color: #464646;
}
a:hover{
    text-decoration: none;
    color: #be4100;
}
.top-icoon ul{
    padding: 0px;
    margin: 0px;
}

.top-icoon{
    display: inline-block;
    margin-left: 44px;
}
.top-icoon ul li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.top-icoon ul li p{
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
.top-icoon ul li div{
    width: 26px;
    /* height: 50px; */
    color: #81ba00;
    font-size: 19px;
    text-align: center;
    margin-right: 0px;
    line-height: 27px;
    /* background: #fdedf1; */
    border-radius: 50%;
}
.top-icoon ul li span a{
    font-size: 15px;
    color: #a8adb8;
}
.rightdiv{
    text-align: right;
}
.topbar{
    padding: 10px 0px;
    border-bottom:1px solid #ddd;
}
header{
    padding: 30px 0px;
}
.searc{
    position: relative;
}
.searc input{
    height: 50px;
    border-radius: 30px;
}

.searc button{
    position: absolute;
    top: 0;
    right:0;
    background: #000;
    color: #fff;
    height: 50px;
    width: 70px;
    border-radius: 30px;
}
.phnno{
    position: relative;
    /* padding-left: 100px; */
    float: right;
}
.phnno p{
    margin-bottom: 0;
}
.phnno p a{
        color: #81ba00;
        font-weight: 600;
}
.phnno i{
    position: absolute;
    left: -50px;
    top: 6px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.navbarr{
    background: #111;
    padding:15px;
}
.btn{
    background: #81ba00;
    color: #fff;
    border-radius: 30px;
}
.default-btn{
    background: #81ba00;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
.ght{
    float: right;
    padding: 7px 20px;
}
.carousel-item img{
    width: 100%;
}
.slider-data {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    left: 10%;
    }
.slider-data{
    text-align: left;
    z-index: 9;
}
.slider-data h3 {
    color: #fff;
    font-size: calc(14px + 3.5vw);
    font-weight: 900;
    text-align: left;
    /* text-shadow: 1px 2px 5px #000; */
    letter-spacing: 2px;
}
.slider-data h2 {
    text-align: center;
    font-size: calc(14px + 1.6vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;

}
.slider-data p{
    color: #fff;
    width: 500px;
    font-size: 20px;
}
.fa-angle-left, .fa-angle-right {
    font-size: 40px;
    border: 1px solid;
    padding: 5px 10px;
}
.service_content_icon {
    width: 5rem;
    height: 5rem;
    text-align: center;
    background-color: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
}
.service_content_wrap2 .service_content_title {
    width: 158px;
    color: #535353;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0rem;
}
.service_content_wrap2{
    padding: 30px 0px;
}
.ptb{
    padding: 50px 0px;
}
.catitem{
    margin: 0px 10px;
    position: relative;
    transition: all ease .5s;
    margin-bottom: 20px;
}
.catitem:hover img{
    opacity: .9;
    transition: all ease .5s;
}

.catimg{
    border-radius: 50%;
}
.catimg img{
width: 100%;
transition: all ease .5s;
border-radius: 20px;
}
.cathead{
    position: absolute;
    right: 0;
    bottom: 15%;
    background: #81ba00;
    padding: 5px 17px;
    border-radius: 10px;
}
.cathead a{
    color: #fff;
    padding: 7px 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.testi{
    background: url("../img/qlty1.png");
}
.leftbox{
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    text-align: justify;
}
.leftbox .leftimg{
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 53px;
}
.rightbox{
    position: relative;
    padding-right: 70px;
    margin-bottom: 50px;
    text-align: right;
}
.rightbox .rightimg{
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 53px;
}
.prod{
    background: url("../img/qlty1.png");
}
.product-grid{
    border: 1px solid #81ba00;
    text-align: left;
    padding: 15px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.product-grid .product-image{ 
    position: relative; 
    border-radius: 30px 30px;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image a.image:before{
    content: '';
    background: rgba(23, 23, 23, 0.3);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .2s ease;
}
.product-grid:hover a.image:before{ opacity: 1; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-image .pic-1{
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}
.product-grid .product-image:hover .pic-1{
    opacity: 0;
    transform: rotateY(-90deg);
}
.product-grid .product-image .pic-2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(-90deg);
    transition: all 0.5s ease-out 0s;
}
.product-grid .product-image:hover .pic-2{
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .add-to-cart{
    color: #353824;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    width: 140px;
    padding: 10px 8px;
    border-radius: 50px 50px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.product-grid:hover .add-to-cart{ transform: translateX(-50%) translateY(-50%) scale(1); }
 
.product-grid .add-to-cart:hover{ 
    color:#fff;
    background:#81ba00; 
}
.product-grid .product-discount-label{
    color: #A62626;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.65),rgba(255, 255, 255, 0.65)),#FF3B3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0 8px;
    border-radius: 5px 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .2s ease;
    z-index: 1;
}
.product-grid .product-links li{
    margin: 0 0 5px;
    display:block;
    transform: translateX(-100px);
    transition: all 0.3s;
    transition-delay: .1s;
}
.product-grid:hover .product-links li{ transform: translateX(0); }
.product-grid .product-links li a{
    color: #fff;
    font-size: 20px;
    line-height:36px;
    width: 36px;
    height: 36px;
    display:block;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.product-grid .product-links li a:hover{
    color:#fff;
    animation: wobble 1s ease-in-out 1;
}
.product-grid .product-content{ padding: 12px 15px 0; }
.product-grid .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.product-grid .title a{
    color: #293042;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #81ba00; }
.product-grid .rating{
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
.product-grid .rating li{
    color: #ffc107;
    font-size: 12px;
    display: inline-block;
    margin: 0 -1px;
}
.product-grid .rating li.far{ color: #a0a0a0; }
.product-grid .price{
    color: #81ba00;
    font-size: 18px;
    font-weight: 700;
    display: block;
    position: relative;
    margin: 0 0 10px;
}
.product-grid .price span{
    color:#999;
    font-weight: 400;
    text-decoration: line-through;
}   
@keyframes wobble {
    16.65%{ transform: translateX(8px);  }
    33.3% { transform: translateX(-6px); }
    49.95%{ transform: translateX(4px); }
    66.6% { transform: translateX(-2px); }
    83.25% { transform: translateX(1px); }
    100% { transform: translateX(0); }     
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}
.calto{
    margin-top: 30px;
    padding: 50px 20px;
    background: url("../img/offer5.png");
    background-size: cover;
    border-radius: 30px;
    margin-bottom: 30px;
}
.testimonial{
    margin: 10px 15px;
    padding: 0 0 20px 20px;
    position: relative;
}
.pic{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #81ba00;
    width: 80px;
    height: 80px;
    padding: 10px;
    z-index: 2;
    border: 5px solid #ffffff;
    border-radius: 50%;
}
.pic img{
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;width:50px;
}
.testimonial-review{
    border: 5px solid #ffffff;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 35px 20px;
    border-radius: 30px;
    background: #ffffffd1;
}
.testimonial-review p{
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    padding: 9px 0 0 49px;
    color: #7c7c7c;
    font-size: 15px;
    position: relative;
}
.testimonial-review p:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    left:0;
    top:10px;
    font-size: 30px;
}
.testimonial-title{
    padding: 0 0 0 48px;
    font-size: 15px;
    color:#7c7c7c;
}
.testimonial-title a{
    color:#dc005a;
    font-size: 15px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc005a;
}
.testical{
    background: url("../img/testimonial1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_section_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer_section_wrap:before {
  content: "";
  top: 155px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  position: absolute;
}
.footer_section_wrap:after {
  content: "";
  bottom: 77px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  position: absolute;
}

.footer_top_subs input {
  width: 580px;
  color: #a6a6a6;
  padding: 20px;
  background-color: #1b1b1b;
  border: 0 !important;
  outline: 0 !important;
  cursor: pointer;
}

.footer_top_subs button {
  top: 50%;
  right: 3px;
  padding: 20px 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_inner_info_content,
.footer_inner_acct_content {
  padding-left: 30px;
}

.footer_inner_choose_content,
.footer_inner_info_content,
.footer_inner_acct_content {
  position: relative;
}
.footer_inner_choose_content::after,
.footer_inner_info_content::after,
.footer_inner_acct_content::after {
  content: "";
  top: -31px;
  right: 0px;
  width: 1px;
  height: 326px;
  background-color: #282828;
  position: absolute;
}

.footer_inner_choose_title h4 a,
.footer_inner_info_title h4 a,
.footer_inner_acct_title h4 a,
.footer_inner_ctc_title h4 a {
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.footer_inner_choose_desc p {
  color: #6e6e6e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}

.footer_inner_info_item a, .footer_inner_acct_item a {
  color: #696969;
  font-size: 1rem;
  font-weight: 500;
  line-height: 40px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer_inner_info_item a:hover, .footer_inner_acct_item a:hover {
  color: #504f4f;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer_inner_ctc_info p {
  font-size: 0.9375rem;
  font-weight: 500;
}
.footer_inner_ctc_info p font {
  color: #6e6e6e;
}

.footer_inner_payment_title h5 {
  font-size: 0.9375rem;
  font-weight: 400;
}

.footer_bootom_copyright p {
  color: #6e6e6e;
  font-size: 0.9375rem;
  font-weight: 500;
}
.footer_bootom_copyright p font {
  color: #5e9d03;
}

.footer_bootom_privicy .priv, .footer_bootom_terms .priv, .footer_bootom_refunds .priv {
  color: #62a403;
}
.footer_bootom_privicy p, .footer_bootom_terms p, .footer_bootom_refunds p {
  color: #9f9f9f;
  font-size: 0.875rem;
  font-weight: 500;
}
.footer_bootom_privicy p:after, .footer_bootom_terms p:after, .footer_bootom_refunds p:after {
  width: 2px;
  height: 15px;
  content: "";
  top: 50%;
  right: -27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #6e6e6e;
  position: absolute;
}

.footer_left_thumb {
  top: 50px;
  left: -150px;
}

.footer_right_thumb {
  top: 50px;
  right: -150px;
}

.round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);border: 1px solid;/*border: 1px solid #622657;*/}
.round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
.round-btn .icon {padding: 3px;}
.round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
.btn-facebook a {color: #3b5998;padding: 8px 13px;}
.btn-linkedin a {color: #007bb6;}
.btn-twitter a{color: #1c9deb;}
.btn-instagram a{color: #dd3f5c;}
.btn-whatsapp a{color: #155E54;}
.btn-envelop a{color: #D6403A;font-size: 15px; padding: 9px 12px;}
.standard_header .standard_social_links {margin-left: 1rem;}

  /*
  =========================================================================================
                                    footer
  =========================================================================================
  */
  
  .footer-wrap {
    padding-top: 43px;
    /* background-size: cover; */
    background: url("../img/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-wrap p {
    font-size: 15px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ccc;
}

.footer-category li a {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.address {
    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #111;
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    /* background: #222; */
}
footer .second_class{
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
}
footer .first_class {
    padding-bottom: 21px;
    border-bottom: 1px solid #444;
}
footer .first_class p, footer .first_class h3{
    margin: 0 0;
    
}
footer{
    background: #333;
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
    background: #fff;
    position: absolute;
    right: 30px;
    border: 0;
    top: 26px;
    font-size: 17px;
    color: #333;
}


footer .second_class_bdr{
    padding-top: 25px;
    /* border-top:1px solid #222; */
}

footer .btn-facebook a {
    padding: 6px 14px !important;
}

footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 6px 12px;
}

footer .round-btn {
    box-shadow: 2px 2px 5px 0px #222 !important;}

footer .round-btn {
    margin: 15px 4px;}
	
footer dl, ol, ul {
    padding-left: 5px;
}
	footer li{
		list-style: none;
		color: #fff;
	}

@media(max-width:768px){
    .footer-wrap h3 {
    margin-top: 27px;}
    
    footer .round-btn {
    margin: 15px 4px;}
}
@media(max-width:320px){
.copyright {
    font-size: 13px;}
}	
.abtuss img {
    float: left;
    width: 400px;
    margin-right: 20px;
}
.middiv{
    padding: 50px 0px;
}
/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 50px 0 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  /* top: -27px; */
  /* margin-top: -27px; */
  width: 100%;
  background-size: cover;
  z-index: 0;
}
.breadcrumb-area:after{
    content:"";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(57deg, #000000b8, transparent);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.breadcrumb-area .page-title {
  font-weight: 600;
  font-size: 45px;
  line-height: 83px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
}
.breadcrumb-area .page-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
.breadcrumb-area .page-list li + li {
  padding-left: 23px;
  margin-left: 5px;
}
.breadcrumb-area .page-list li a {
  color: #000;
  background: #81ba00;
  padding:  7px 20px;
  border-radius: 20px;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\f061";
  color: #fff;
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.relbox {
    background: #81ba00;
    padding: 20px 20px;
    border-radius: 30px;
    position: sticky;
    top: 20px;
}
.relbox h4 {
    font-size: 22px;
    color: #fff;
}
.relbox ul {
    list-style: none;
    padding-left: 0;
}
.relbox ul li {
    border-bottom: 1px dashed #ddd;
    line-height: 35px;
    color: #fff;
}
.relbox ul li a {
    color: #fff;
    font-size: 15px;
    transition: all ease .5s;
}
/*------restab--------*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: inherit;
    list-style: none;
    height: 50px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
    background: url(../img/pattern.png) center center;
    background-color: #111111;
}

ul.tabs li {
    float: inherit;
    margin: 0;
    cursor: pointer;
    padding: 3px 35px;
    height: 49px;
    line-height: 45px;
    /* border-top: 1px solid #bbb; */
    /* border-left: 1px solid #bbb; */
    /* border-bottom: 1px solid #333; */
    /* background-color: #16213e; */
    color: #fff;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    border-radius: 0px 0px 0px 0px;
    /* margin-right: 5px; */
    /* border-right: 1px solid #bbb; */
    display: inline-block;
    }

.tab_last {/* border-right: 1px solid #333; */}

ul.tabs li:hover {
    background-color: #ccc0;
    color: #2363d5;
}

ul.tabs li.active {
    /* background-color: #1fa2ff; */
    color: #fff;
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
    background: rgb(129 186 0);
}

.tab_container {
    border: 1px solid #ddd;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 35px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #0a1426;
        color: #fff;
        /* border-top: 1px solid #333; */
        margin: 0;
        padding: 10px 20px 9px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 19px;
        }
    .d_active {
        /* background-color: #1fa2ff; */
        color: #fff;
        font-size: 19px;
        background: rgb(43,193,191);
        background: #2363d5;
        }
}
.tab_container h2{
    font-size: 26px;
    padding: 0;
    line-height: 10px;
}
.tab_container ol{
    padding-left: 20px;
    margin-bottom: 10px;
}
/*-----------rating-----------*/


 #full-stars-example-two {
    
}
 #full-stars-example-two .rating-group {
     display: inline-flex;
}
 #full-stars-example-two .rating__icon {
     pointer-events: none;
}
 #full-stars-example-two .rating__input {
     position: absolute !important;
     left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
     display: none;
}
 #full-stars-example-two .rating__label {
     cursor: pointer;
     padding: 0 0.1em;
     font-size: 24px;
}
 #full-stars-example-two .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
     color: #ddd;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
     color: #81ba00;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
     color: #ddd;
}
.rform .form-control {
    height: 50px;
    color: #6A6377;
    border: none;
    background-color: #a8dffc45;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
    margin-bottom: 15px;
}
.rform textarea{
    height: auto !important;
}
.pimg img{
    width: 100%;
}
.service-detail input{
    height: 50px;
    border-radius: 0;
    border: 1px solid #5e9d03;
} 
.service-detail textarea{
    border-radius: 0;
    border: 1px solid #5e9d03;
} 
.related-slider .product-grid{
    margin: 0px 10px;
}
.contact-page-links li{list-style: none;font-size: 18px;display: block;margin-bottom: 20px;background: #eee;padding: 20px;}
.contact-page-links li a{font-weight: 600;font-size: 20px;color: #000;}