/*global*/
@font-face {
  font-family: Raisin;
  src: url(Raisin_des_Sables_PersonalUseOnly.ttf);
}

.tag {
  background: #009846;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  width: 120px;
  font-size: 15px !important;
}


.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #009846;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

h2 span{
	color: #009846;
	font-family: 'Raisin', sans-serif;
    font-weight: 600;
    font-size: 40px;                                           
}

.form-control:focus{
	box-shadow: none;
	border-color: #ced4da;
}

.owl-carousel .owl-nav{
	display: unset !important;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none !important;
}

.owl-next:hover,
.owl-prev:hover {
    background-color: transparent !important;
}

.owl-next, 
.owl-prev {
    position: absolute;
    top: 21%;
}

.owl-prev {
    left: -9%;
}

.owl-next {
    right: -9%;
}

/*end global*/

body{
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.top-header{
	border-bottom: 2px solid #dcdcdc;
}

.top-header ul{
	margin-bottom: 0px;
}

.top-header ul li{
	display: inline-block;
	list-style: none;
	padding: 10px 0;
	margin-right: 10px;
}


.top-header ul li a{
	text-transform: uppercase;
	color: #444;
    font-weight: 600;
    font-size: 15px;
}

.top-header .contact-details li a{
	font-weight: 500;
}

.top-header .contact-details li a i{
	color: #009846;
	margin-right: 15px;
}
.top-header .contact-details li{
    margin-left: 25px;
}

.navigation{
    position: absolute;
    width: 100%;
    top: 4.5%;
    background-color: rgb(255, 255, 255);
    z-index: 999;
}

.navigation .navbar{
	box-shadow: none;
}

.navigation .navbar .navbar-brand img{
	width: 120px;
}

.navigation .navbar .navbar-nav li a{
	color: #009846;
	font-weight: 600;
    line-height: 42px;    
    margin-right: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.navigation .navbar .navbar-nav li a.active{

}

.navigation .navbar .navbar-nav li .btn{
	background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
}

.banner{
	background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
	margin: auto;
}

.banner h2{
    margin-top: 200px;
    font-weight: 600;
}

.banner h2 label{
	color: #ef7f1a;
}

.banner h2 span{
	color: #009846;
}

.banner p{
	margin-top: 20px;
	font-weight: 500;
}

.banner .btn{
	background-color: #009846;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 16px;
    text-transform: capitalize;
    margin: 25px 0px;
}

.banner .banner-social{
	margin: 20px 20px 20px 0;
}

.banner .banner-social a{
	color: #9c9c9c;
	font-size: 25px;
	margin-right: 25px;
}

.banner .down-arrow{
	margin: 8vw 0 0;
}

.home-section-1{
	padding: 40px 0 ;
	position: relative;
}

.home-section-1 h2{
	font-weight: 600;
	margin: 0px 0px 50px;
}

.home-section-1	.card{
	height: 130px;
    	width: 130px;
    	margin: 0px 25px;
    	box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
    	border-radius: 25px;
}

.home-section-1	.card .card-body{
    padding: 1.95rem;
}

.home-section-1	.card img{
	width: 67px;
    /*margin-top: 20px;*/
}

.home-section-1	h5{
	font-weight: 500;
    margin-top: 25px;
    font-size: 16px;
}

.home-section-1 .arrow-images{
	position: absolute;
    top: 31%;
    right: -2%;
    width: 25px;
}

.we-accept{
	background-color: #ef7f1a;
	margin: 80px 0px 0px;
	padding: 50px 0px;
}

.we-accept h4{
	font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.we-accept p{
	font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.we-accept p a{
	color: #fff;
}

.home-about{
	background: url(../images/about.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.home-about .carousel-control-next, 
.home-about .carousel-control-prev{
	opacity: 1;
}

.home-about .carousel-indicators{
	position: unset;
}

.home-about .content h2,
.home-about .content h2 span{
	color: #fff;
    font-weight: 700;
}

.home-about .panel-group{
	margin-top: 50px;
}

.home-about #accordion2 .panel-title a{
    display: block;
    padding: 10px 15px 0px 65px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.home-about #accordion2 .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #ff7b2b;
    font-size: 18px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 8px;
    left: 15px;
}

.home-about #accordion2 .panel-title a.collapsed:before{ 
	content: "\f067"; 
}

.home-about #accordion2 .panel-body{
    padding: 0px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}

.home-about #accordion2 .panel-body p{ 
    margin-bottom: 0;
	color: #fff;
    font-size: 15px;
    padding: 0px 0px 10px 55px;
}

.testimonials{
	padding: 80px;
}

.testimonials h2{
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.testimonials .item .details {
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    padding: 85px 20px 0px;
    text-align: center;
    position: relative;
    margin: 10px;
    /*height: 210px;*/
    min-height: 640px;
}

.testimonials h4{
	font-weight: 600;
	font-size:  18px;
}

.testimonials .item {
    padding-top: 70px;
    border: none;
    background-color: #fff;
}

.testimonials .item img {
    position: absolute;
    width: 120px !important;
    height: 120px !important;
    left: 30%;
    top: 2%;
    z-index: 99;
    border-radius: 50%;
}

.testimonials .owl-next,
.testimonials .owl-prev{
	top: 50%;
}


.fast-del{
	padding: 80px 0;
	background-color: #fbfbfb;
}

.fast-del h2{
	font-weight: 600;
	margin-top: 20px;
}

.fast-del p{
	font-weight: 500;
	margin-top: 25px;
}

.fast-del .btn{
	background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
    margin: 15px 0;
    text-transform: capitalize;
}

.getin{
	background: url(../images/form-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 100px 0px 190px;
    margin-top: 00px;
}

.getin h2{
	color: #fff;
	font-size: 48px;
}

.getin form .custom-control{
	padding-left: 2.5rem;
}

.getin form{
	background: url(../images/Form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    width: 85%;
    z-index: 999;
    border-radius: 50px;
    padding: 50px;
}

.getin form .form-control{
	font-weight: 500;
	color: #000;
    border: none;
    padding: 17px;
}

.getin form .form-control:focus{
	box-shadow: none;
}

.getin form .btn{
    background-color: #fff;
    box-shadow: none;
    font-size: 16px;
    border-radius: 8px;
    color: #f8ae4a;
    font-weight: 700;
}

.custom-control-input:focus~.custom-control-label::before{
	box-shadow: none;
}

.getin form  .custom-control-input:checked~.custom-control-label::before,
.custom-control-label::before{
    border-color: transparent !important;
    /*border-color: #ffffff !important;*/
    background-color: transparent;
    border-radius: 0px !important;
}

.map-section iframe{
	margin-bottom: -7px;
}

.footer{
	padding: 40px 0 0px;
	background-color: #111;
	/*background: url(../images/footer-bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.footer .copyright{
	border-top: 1px solid #fff;
}

.footer .copyright p{
	color: #fff;
	padding: 10px 0px;
	margin: 0px;
	text-transform: capitalize;
}

.footer h4{
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
    font-weight: 600;
}

.footer ul{
	padding-left: 0px;
}

.footer ul li,
.footer ul li a{
	color: #fff;
	list-style: none;
	margin-bottom: 15px;
}

.footer .social-media li{
	display: inline-block;
}

.footer .social-media li a i{
	height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #009846;
    margin-right: 15px;
}

.main .navigation{
	background-color: #f5f5f5;
	position: unset !important;
}

.main .navigation .navbar .navbar-nav li a{
    color: #000;
    font-weight: 700;
}

.breadcrumb-banner{
	background: url(../images/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.breadcrumb-banner .text-center{
    padding: 80px 0px;
    background-color: transparent;
    text-transform: uppercase;
}

.breadcrumb-banner .text-center a,
.breadcrumb-banner .text-center span{
	color: #fff;
	font-weight: 600;
    font-size: 22px;
}

.about-section{
	padding: 100px 0px;
}

.about-section h2{
    font-weight: 600;
}

.about-section p{
	font-weight: 500;
}

.about-section .images-container{
    border-radius: 20px;
    padding: 16px;
    height: 142%;
    width: 95%;
    float: right;
}

.about-section .about1{
	border: 3px solid #009846;
}

.about-section .about2{
	border: 3px solid #000;	
	float: left !important;
}

.about-section .about3{
	border: 3px solid #ef7f1a;
}

.about-section .images-container img{
	position: absolute;
    width: 95%;
}

.about-section .about1 img,
.about-section .about3 img{
	left: 0%;
}

.about-section.our-team{
    margin-top: 90px;
}

.about-why{
	padding: 50px 0px;
	margin-top: 50px;
	background: url(../images/about-why-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.about-why h2{
	font-weight: 600;
}

.about-why .card{
	box-shadow: none;
	margin-top: 35px;
	color: #fff;
    border-radius: 20px;
}

.about-why .card h4{
	font-weight: 600;
	margin-bottom: 15px;
}

.about-why .card .card-body{
	padding: 25px;
}

.about-why .card1{
	background-color: #ff6201;
}

.about-why .card2{
	background-color: #1da35c;
}

.about-why .card3{
	background-color: rgb(255 98 1 / 80%);
}

.about-why .card4{
	background-color: rgb(29 163 92 / 80%);
}

.about-why .card5{
	background-color: rgb(255 98 1 / 50%);
}

.contact-section{
	padding: 50px 0px;
}

.contact-section .card{
	box-shadow: none;
	height: 170px;
}

.contact-section .card i{
	color: #009846;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-section .card h4{
	font-weight: 600;
	font-size: 20px;
}

.contact-section .card p,
.contact-section .card p a{
	color: #000;
    font-size: 15px;
    font-weight: 500;
}

.modal form input{
	border-radius: 30px;
	padding: 0px 20px;
}

.modal form .btn{
	border-radius: 30px;
	background-color: #ff4b30;
	color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    box-shadow: none;
    padding: 10px;
}

.modal form p{
	font-weight: 600;
}

.modal form a{
	color: #ff4b30;
	font-weight: 600;
}

.products{
	padding: 50px 0px 20px;
}

.products h2{
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.products .categories .item{
	text-align: center;
	padding: 20px;
}

.products .categories .item h6{
	font-weight: 600;
	margin-top: 20px;
    color: #212529;
}

.products .categories .item img{
    border-radius: 10px;
    /*height: 125px;*/
    /*width: 125px;*/
    height: 150px;
    width: 160px;
}

.categorie{
    padding: 40px 0px 20px;
}

.categorie h2{
	font-weight: 600;
	margin-bottom: 25px;
    font-size: 24px;
}

.categorie h2 a{
    font-size: 18px;
    margin-top: 17px;
    color: #ff6201;
}

.categorie .product-item p{
	margin-top: 20px;
	font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.categorie .product-item a{
	color: #212529;
}

.categorie .single-categories{
	color: #212529;
}

.categorie .single-categories img{
	margin-top: 50px;
	border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 200px;
    width: 100%;
}

.categorie .single-categories p{
    margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}
.categorie .single-categories span{
    font-size: 20px;
	font-weight: 600;
    color: #009846;
}
.categorie .single-categories del{
	font-size: 15px;
    font-weight: 600;
}


.categorie .product-item .item img{
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 200px;
    width: 100%;	
}

.categorie .product-item del{
    font-size: 15px;
    font-weight: 600;
}
.categorie .product-item span{
    font-size: 20px;
	font-weight: 600;
    color: #009846;
}

.product-details{
	padding: 80px;
}

.product-details .vertical-tabs .nav-tabs{
	width: 20%;
	display: inline-block;
	border:  none;
}

.product-details .vertical-tabs .tab-content{
	width: 79%;
	display: inline-block;
    vertical-align: top;
}

.product-details .vertical-tabs .nav-tabs .nav-item{
	width: 100%;
}

.product-details .vertical-tabs .nav-tabs .nav-link{
	border-radius: 0;
    text-align:center;
    font-size: 16px;
    color:#fff;
    padding: 5px;
    border-radius: 10px;
}

.product-details .content h4{
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
}

.product-details .content h5{
	font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
	color: #009846;
}

.product-details .content h5 del{
	font-size: 15px;
	margin-left: 10px;
	color: #212529;
}

.product-details .nav-tabs .nav-item.show .nav-link, 
.product-details .nav-tabs .nav-link.active{
	border-color: #fff;
}

.product-details .content label{
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
}

.product-details  .form-control{
    width: 150px;
    margin-left: 20px;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 10px;
}

.product-details .qty-input{
	width: 130px; 
	display: inline-block;
    border: 1px solid #ced4da;
    border-radius: 30px;
    padding: 0px 10px;
    margin-left: 20px;
}

.product-details .qty-input button{
	padding: 0px;
    box-shadow: none;
    vertical-align: middle;
}

.product-details .qty-input .form-control{
	width: 50px;
	margin-left: 0px;
	border: none;
	text-align: center;
}

.product-details .content .add-cart{
    background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0px;
    margin-top: 10px;
}

.product-details .desc{
	padding: 30px 0px 0px;
}

.product-details .desc h4{
	font-weight: 600;
}

.product-details table thead{
	background-color: #009846;
	color: #fff;
}

.product-details table thead th{
	font-weight: 500;
    text-transform: capitalize;
}

.product-details table tbody{
	background-color: #f9f9f9;
}

.product-details table tbody td{
	vertical-align: middle;
	font-weight: 500;
}

.product-details table tbody td i{
	color: #009846;
}

.product-details .card,
.order-details .card{
	box-shadow: none;
}

.product-details .card .card-header,
.order-details .card .card-header{
    background-color: #009846;
    border: none;
    border-radius: 10px;
}

.product-details .card .card-header h4,
.order-details .card .card-header h4{
	font-size: 20px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 600;
}

.product-details .card .card-body,
.order-details .card .card-body{
	background-color: #f9f9f9;
    padding-top: 10px;
    border-radius: 10px;
}

.product-details .card .card-body h4{
	font-size: 18px;
	margin-top: 20px;
	font-weight: 500;
}

.product-details .card .card-body h5{
	font-size: 16px;
    margin-top: 20px;
}

.product-details .card .card-body h4 span,
.product-details .card .card-body h5 span{
	float: right;
}

.product-details .card .card-body .btn{
    background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
    text-transform: capitalize;
    width: 100%;
    margin: 0px;
}

.product-details .card .card-body .form-check{
	margin-bottom: 20px;
}

.product-details .coupon-form .form-control{
	width: 50%;
    padding: 9px 20px;
    height: auto;
    font-size: 15px;
    margin-left: 0px;
}

.product-details .coupon-form .btn{
	background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 10px;
}

.product-details .shipping-address .form-control{
	width: 100%;
	margin-bottom: 20px;
	padding: 9px 20px;
    height: auto;
    margin-left: 0px;
}

.product-details .shipping-address textarea{
	border-radius: 10px;
}

.order-details{
	padding: 80px 0px;
}

.order-details .top-section h6{
	font-weight: 600;
    color: #929292;
    text-transform: uppercase;
    font-size: 15px;
}

.order-details .top-section h5{
	font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 18px;
}

.order-details .card .card-body{
	padding: 0px !important;
}

.order-details .card .card-body table{
	margin-bottom: 0px !important;
}

.order-details .card .card-body table td{
	font-weight: 400;
}

.order-details .card .card-body table th,
.order-details .card .card-body table td{
	font-size: 16px;
}

.order-details .card .card-body table th{
	font-weight: 600;
}

.order-details .card.shipping-address .card-body{
	padding: 15px !important;
}

.my-account{
	padding: 80px 0;
}

.my-account .tab-content .nav{
	background-color: #f9f9f9;
	border-radius: 10px;
}

.my-account .tab-content .nav li a{
    padding: 10px 30px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dadada;
}

.my-account .tab-content .nav li a.active{
	background-color: #009846 !important;
	color: #fff !important;
}

.my-account .tab-content .nav li a.logout{
	border-bottom: none;
}

.my-account .tab-content .tab-pane table thead{
	background-color: #009846;
	color: #fff;
}

.my-account .tab-content .tab-pane table thead th{
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.my-account .tab-content .tab-pane table td{
	font-weight: 500;
	background-color: #f9f9f9;
}

.my-account .tab-content .tab-pane table .btn{
	background-color: #009846;
    color: #fff;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 12px;
    margin: 0px 2px;
    text-transform: capitalize;
}

.my-account .tab-content .change-password input,
.my-account .tab-content .change-password select{
    margin-bottom: 15px;
    background-color: #f9f9f9;
    font-size: 13px;
    padding: 7px 22px;
    height: 40px;
    border-radius: 12px;
    font-weight: 600;
}

.my-account .tab-content .change-password .btn{
	background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: none;
    font-size: 15px;
}

.my-account .tab-content .card{
	box-shadow: none;
}

.my-account .tab-content .card.address .card-header{
    background-color: #009846;
    border: none;
    border-radius: 10px;
}

.my-account .tab-content .card.address .card-header h4{
	color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.my-account .tab-content .card.address .card-header h4 a{
	float: right;
	color: #fff;
	font-size: 15px;
}

.my-account .tab-content .card.address .card-body{
	background-color: #f9f9f9;
    padding-top: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.my-account .tab-content .add-address{
	background-color: #009846;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
    margin-left: 0px;
    margin-top: 20px;
    text-transform: capitalize;
}

.blogs{
	padding: 80px 0px;
}

.blogs .heading h2{
	font-weight: 600;
}

.blogs .heading h5{
	font-weight: 500;
}

.blogs .single-blog{
	margin-top: 40px;
}

.blogs .single-blog a{
	color: #212529;
}

.blogs .single-blog .blog-image{	
	position: relative;
}

.blogs .single-blog a img{
	height: 180px;
}

.blogs .single-blog .date{
	position: absolute;
    width: 50%;
    bottom: 5%;
    right: 5%;
    background: #009846;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.blogs .single-blog h4{
	font-size: 22px;
    margin: 15px 0px 10px;
    font-weight: 500;
}

.blogs .single-blog p{
	font-weight: 400;
}

.blogs .single-blog .read{
	font-weight: 700;
}

.blogs .single-blog i{
	color: #009846;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 10px;
}

.blogs .right-content h3{
	font-weight: 600;
}

.blogs .right-content .recent-post{
	margin-top: 20px;
}

.blogs .right-content .recent-post img{
	height: 100px;
}

.blogs .right-content .recent-post h5{
	font-size: 18px;
    font-weight: 600;
}

.blogs .right-content .recent-post p{
	font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.blogs .right-content .recent-post span{
	font-size: 14px;
	font-weight: 500;
    color: #808080;
}

.blogs .content h2{
	font-weight: 600;
	font-size: 25px;
	margin-top: 30px;
}

.blogs .content h4{
	font-weight: 400;
	font-size: 20px;
	margin-top: 10px;
}

.blogs .content h4 span{
	color: #757575;
    margin-left: 20px;
}

.blogs .content h3{
	font-weight: 600;
}

.blogs .content p{
	font-weight: 500;
	margin: 20px 0;
}

.subscribe{
	padding: 80px 0 170px;
	background: url(../images/about.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.subscribe .nav{
	background-color: #ff4b30;
	border-radius: 30px;
	padding: 30px 0px;
}

.subscribe .nav a{
	text-align: center;
	padding: 15px 0px;
	opacity: 0.5;
}

.subscribe .nav-pills .nav-link.active, 
.subscribe .nav-pills .show>.nav-link{
	background-color: transparent;
	opacity: 1;
}

.subscribe .row{
	background-color: #fff;
	border-radius: 30px;
}

.subscribe .row .heading{
	margin: 20px 0px 0px 20px;
	font-weight: 600;
	font-size: 22px;
    text-transform: capitalize
}

.subscribe .row .custom-control-label{
	line-height: 60px;
    font-weight: 600;
    margin: 0px 30px;
}

.subscribe .row .tab-pane input{
	margin-top: 20px;
}

.subscribe .row .tab-pane .custom-control-inline{
	margin-top: 40px;
}

.subscribe .row .other-details input{
	margin-top: 8px;
}

.subscribe .row .plan-tab .custom-control-inline{
    width: 22%;
    padding-left: 10px;
    position: relative;
}

.subscribe .row .plan-tab input{
	position: absolute;
    right: 0px;
}

.subscribe .row .goal-tab .custom-control-inline{
	width: 100%;
    position: relative;
}

.subscribe .row .goal-tab input{
	position: absolute;
    right: 2%;
}

.subscribe .row .tab-pane .next,
.subscribe .row .tab-pane .prev{
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-size: 15px;
    margin: 20px 50px;
}

.subscribe .row .tab-pane .next{
	background-color: #ff4b30;
}

.subscribe .row .tab-pane .prev{
	background-color: #009846;
}

.subscribe .tab-pane .row{
	border-radius: 0px;
	margin:0px 20px;
}

.subscribe .tab-pane .row .form-group{
	margin-top: 20px;
}

.subscribe .tab-pane .row .form-group label,
.subscribe .tab-pane .row .form-group .form-control{
	font-weight: 600;
	float: left;
}

.subscribe .tab-pane .row .form-group small{
	float: right;
}

.subscribe .tab-pane .row .form-group label{
	width: 40%;
    margin-bottom: 0px;
}

.subscribe .tab-pane .row .form-group .form-control{
	width: 60%;
}

.subscribe .tab-pane.summary .border-left{
	border-left: 2px solid #dee2e6 !important;
}

.subscribe .tab-pane.summary input{
	width: 200px;
	border-radius: 30px;
	display: inline-block;
}

.subscribe .tab-pane.summary .inner-row{
	margin: 0px;
}

.subscribe .tab-pane.summary .inner-row h6{
	font-weight: 700;
}

.subscribe .tab-pane.appointment form{
	margin-top: 20px;
}

.subscribe .tab-pane.appointment form label{
	font-weight: 600;
	display: inline-block;
	margin: 0px;
	line-height: 60px;
}

.subscribe .tab-pane.appointment form .d-inline-block label{
	margin: 0px 40px 0px 10px;
}

.subscribe .tab-pane.appointment .d-inline-block .form-control{
    display: inline-block;
    height: 20px;
    width: 20px;
}

.subscribe .tab-pane.appointment .form-control{
	width: 200px;
	border-radius: 30px;
	border: 1px solid #525252;
	font-weight: 600;
	margin-top: 20px;
}

.subscribe .tab-pane.personal .heading{
	margin-bottom: 20px !important;
}

.subscribe .tab-pane.personal label{
	line-height: 30px !important;
	margin: 0px 0 10px !important
}

.subscribe .tab-pane.personal .form-control{
	width: 100% !important;
	margin-bottom: 20px !important;
    margin-top: 0px !important;
}

.subscribe .tab-pane.appointment textarea.form-control{
	width:  80%;
	border-radius: 10px;
}

.subscribe .tab-pane #form2,
.subscribe .tab-pane #form3{
	display: none;
}

.pagination .page-item.active .page-link {
	background-color: #009846;
	color: #fff;
}

.pagination .page-item .page-link{
	color: #009846;
	font-weight: 700;
}

.tracker-note h5{
	font-weight: 600;
}

.tracker-note p{
	font-weight: 500;
}

.plans {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 100%;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 72px;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #009846;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #009846;
  box-shadow: 0px 0px 0px 2px #009846;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #009846;
  background: #e2fff0;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
    .banner .banner-social{
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	margin: 20px;
    }
    
    .banner .banner-social a{
    	margin: 0 13px;
    }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}


/* Whatsapp icon */
.wa__btn_popup {
    position: fixed;
    right: 21px;
    bottom: 21px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 999;
}

.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    left: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    opacity: 0;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow:0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow:0 6px 8px 2px rgba(0, 0, 0, .14);
}
