body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
f5,
h5 {
  font-family: 'Poppins', sans-serif;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Top-Bar Start */
.top-ber {
  background: #6c6c6c;
  color: #FFF;
  line-height: 35px;
  position: relative;
}

.top-ber::after {
  position: absolute;
  width: 29%;
  height: 100%;
  background: #a62015;
  border-radius: 6px 0 0 6px;
  content: "";
  top: 0px;
  right: 0px;
  z-index: 0;
}

.login {
  position: relative;
  z-index: 10;
}
.login a {
  color: #FFF;
  text-decoration: none;
  margin-right: 20px;

}

.ip {
  position: relative;
  z-index: 100;
}
.off-white{
  background-color: #f2f2f2;
}
/* Top-Bar End */

/* Phone Area */
.top-WhatsApp {
  font-size: 14px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
}

.top-WhatsApp img {
  float: left;
  margin-right: 5px;
}

.top-WhatsApp span {
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

.top-WhatsApp a {
  color: #cf2020;
  text-decoration: none;
  font-weight: 600;
}

.top-WhatsApp strong {
  color: #00CC00;
  font-size: 23px;
}

/* Phone Area end */

/* Menu Area */
.navbar {
  border-radius: 0px;
  padding: 7px 0 0 0px;
  background: rgb(0, 32, 64);
  background: linear-gradient(144deg, rgba(0, 32, 64, 1) 0%, rgba(1, 159, 198, 1) 100%);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #FF9033;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  padding: 11px 20px;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px 6px 0 0;
  margin-right: 3px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #FFF;
  background: rgb(1, 154, 193);
  background: linear-gradient(0deg, rgba(1, 154, 193, 1) 0%, rgba(7, 190, 237, 1) 100%);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #FFF;
  background: rgb(1, 154, 193);
  background: linear-gradient(0deg, rgba(1, 154, 193, 1) 0%, rgba(7, 190, 237, 1) 100%);
}

/* Menu Area end */


/*************Banner***************/
.banner {
  background: url(../images/banne01.jpg)no-repeat top center fixed;
  padding: 80px 0 80px 0;

}

.banner .card {
  border: 0px solid rgba(0, 0, 0, .125);
  background-color: rgba(255, 255, 255, 0.8);

}

.banner .card-header {
  padding: .5rem 1rem 0 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0px solid #FF9033;
  background: #FF9033;
}

.banner .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}

.nav-tabs .nav-link:hover {
  color: #a62015;
  background: #FFF;

}

.nav-tabs .nav-link.active {
  color: #ffe599;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.banner h3 {
  font-size: 20px;
  color: #a62015;
}

.banner-Product ul {
  padding: 0px;
  margin: 0px;
}

.banner-Product ul li {
  list-style: none;
  padding: 3px 0px 3px 0px;
  font-size: 15px;
}

.banner-Product ul li strong span {
  color: #a62015;
}
.btn-danger01{
  background-color: #f62e79;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn-danger01:hover{
  background-color: #dd135f;
  color: #FFF;
}
.btn-primary01{
  background-color: #01cecb;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn-primary01:hover{
  background-color: #0da3a1;
  color: #FFF;

}
.btn-success01{
  background-color: #6d5ae9;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn-success01:hover{
  background-color: #4d36e2;
  color: #FFF;

}
.banner-inner{
  background: url(../images/inner-banner.jpg) no-repeat center center;
  padding: 100px 0;
}
.banner-inner h1{
  color: #FFF;
  position: relative;
  padding-bottom: 10px;
}
.banner-inner h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #ff6464;
  width: 15px;
}

.banner-inner h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #ff6464;
  width: 45px;
  left: 20px;
}
/***************/


/***************news***************/
.news-head {
  padding: 10px 20px;
  margin-bottom: 0;
  background: linear-gradient(0deg, rgba(1, 154, 193, 1) 0%, rgba(7, 190, 237, 1) 100%);
  font-weight: 600;
  ;
  color: #FFF;
  font-size: 25px;
  border-radius: 3px 3px 0 0;
  font-family: 'Poppins', sans-serif;

}

.news-head a{
	color: #FFF;
	text-decoration: none;  
	padding: 8px 20px;
    border-radius: 9px;
	background-color: #b80e15;
}

.news-head a:hover {
	background-color: #EC05FB;
}


.news-head1{
  padding: 10px 20px;
  margin-bottom: 0;
  background: linear-gradient(0deg, rgba(1, 154, 193, 1) 0%, rgba(7, 190, 237, 1) 100%);
  font-weight: 600;
  ;
  color: #DFFF00;
  font-size: 25px;
  border-radius: 3px 3px 0 0;
  font-family: 'Poppins', sans-serif;

}

.news-head2{
  padding: 10px 15px;
  margin-bottom: 0;
  background: #b80e15;
  font-size: 24px;
  border-radius: 5px 5px 0 0;

}

.news-head2 a{
	color: #FFF;
	text-decoration: none;  
	border-radius: 9px;
	background-color: #b80e15;
	font-family: 'Poppins', sans-serif;
}

.news-head2 a:hover {
	background-color: #EC05FB;
	 padding: 5px 10px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #a62015;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .9;
  transition: opacity .6s ease;
  border-radius: 100%;
}

.carousel-indicators button.active {
  background-color: #009cc3;
  opacity: 1;
}

.card01 {
  background: #FFF;
  border-radius: 3px;
}

.carousel-item {

  min-height: 215px;
}

.carousel-caption {
  position: absolute;
  top: 5%;
  text-align: left;
  left: 5%;
  right: 5%;
  color: #333;
}

.carousel-caption img {
  width: 130px;
  float: left;
  margin-right: 15px;
  margin-right: 15px;
}

.carousel-caption a {
  padding: 2px 15px;
  background-color: #b80e15;
  color: #FFF;
  text-decoration: none;
  border-radius: 12px;
  display: inline-block;
  margin-top: 10px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

/*******news-end***********/

/********Products**********/
.out-product {
  padding: 60px 0;
}


.out-product h2 {
  text-align: center;
  color: #01557c;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  background: url(../images/icon-bg.png) no-repeat top center;
  padding-top: 38px;
}

.out-product h2 span {
  text-align: center;
  color: #b80e15;
}

.product-box {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  border-radius: 9px;
  padding: 20px;
  margin-bottom: 30px;
}

.product-box img {
  width: 100%;
  margin-bottom: 12px;
}

.product-box h5 {
  color: #01557c;
  font-size: 20px;
  font-weight: 600;
}

.product-box ul {
  padding: 0px;
  margin: 0px;
}

.product-box ul li {
  list-style: none;
  background: url(../images/tick.png) no-repeat 0px 8px;
  padding: 5px 5px 5px 22px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.product-box ul li span {
  color: #b80e15;
  font-weight: 600;
}

.product-box a.view {
  background: rgb(0, 32, 64);
  background: linear-gradient(144deg, rgba(0, 32, 64, 1) 0%, rgba(1, 159, 198, 1) 100%);
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-box a.pay {
  background: rgb(196,38,25);
  background: linear-gradient(90deg, rgba(196,38,25,1) 0%, rgba(122,19,10,1) 100%);
  color: #FFF;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  float: right;
}


/*******************welcome Section*************/
.welcome {
  background: url(../images/welcome-bg.jpg)no-repeat top center fixed;
  padding: 60px 0;
  text-align: justify;
  position: relative;
}

.welcome::after {
  background: rgb(242, 242, 242, .9);
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
}

.well {
  z-index: 30;
  position: relative;
  padding-right: 40px;
}

.welcome h1 {
  color: #b80e15;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.welcome h1 span {
  color: #01557c;

}

.welcome h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #01557c;
  width: 15px;
}

.welcome h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #01557c;
  width: 45px;
  left: 20px;
}


/*******Scrollbar*********/
.scrollbar-container {
  width: auto;
  height: 500px;
  overflow-y: scroll;
}

.scrollbar-content {
  width: 100%;
  height: 100%;
}


/******************compare********************/
.compare {
  padding: 60px 0;
}

.compare h3 {
  text-align: center;
  color: #01557c;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  background: url(../images/icon-bg.png) no-repeat top center;
  padding-top: 38px;
}

.compare h3 span {
  text-align: center;
  color: #b80e15;
}

.compare .card {
  background-color: rgba(255, 255, 255, 1);

}

.compare .card-header {
  padding: .5rem 1rem 0 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0px solid #a62015;
  background: #a62015;
}

.compare .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.compare .nav-tabs .nav-link.active {
  color: #a62015;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.compare h4 {
  font-size: 25px;
  color: #a62015;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.compare-in {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  border-radius: 9px;
}

.compare-head {
  text-align: left;

}

.compare-head h5 {
  display: inline-block;
  font-size: 18px;
  color: #082785;
  text-align: center;
  font-weight: 700;
}

.compare-head img {
  float: right;
  width: 100px;
}

.compare-body ul {
  padding: 0px;
  margin: 0px
}

.compare-body ul li {
  list-style: none;
  background: url(../images/tick.png) no-repeat 0px 8px;
  padding: 5px 5px 5px 22px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

/***************** 3 box *******************/
.part-three {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.box86 {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, .5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, .5);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, .5);
  border-radius: 9px;
  text-align: center;
}

.box86 h3 {
  color: #bb2228;
  font-weight: 600;
  margin-top: 10px;
  font-size: 20px;
}



/***************Counter Section*************/
.counter-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.count-up {
  text-align: center;
  font-size: 20px;
  color: #082785;
  font-weight: 600;
}

.count-up h3 {
  text-align: center;
  font-size: 60px;
  color: #b80e15;
  font-weight: 700;
  display: inline-block;
}
/************Product Details****************/
.product-details-section{
  padding: 60px 0;
}
.image100{
  width: 100%;
}
.product-details h2{
  font-size: 35px;
  font-weight: 700;
  color: #a62015;
  margin-top: 0px;

}
.product-details ul {
  padding: 0px;
  margin: 0px;
}

.product-details ul li {
  list-style: none;
  padding: 3px 0px 3px 0px;
  font-size: 15px;
}

.product-details ul li strong span {
  color: #a62015;
}

.product-description .card {
  background-color: rgba(255, 255, 255, 1);

}

.product-description .card-header {
  padding: .5rem 1rem 0 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0px solid #a62015;
  background: #a62015;
}

.product-description .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.product-description .nav-tabs .nav-link.active {
  color: #a62015;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.product-description h4 {
  font-size: 25px;
  color: #a62015;
  font-weight: 700;
  margin-bottom: 20px;
}
.related-product{
  background: #f9f9f9;
  padding: 60px 0;
}
.related-product h3 {
  text-align: center;
  color: #01557c;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  background: url(../images/icon-bg.png) no-repeat top center;
  padding-top: 38px;
}

.related-product h3 span {
  text-align: center;
  color: #b80e15;
}
.get h2, .get h3, .get h4{
  font-size: 30px;
  font-weight: 700;
  color: #a62015;
}

.common h2, .common h3, .common h4, .common h5, .common h6{
  font-size: 30px;
  font-weight: 700;
  color: #a62015;
  margin-top: 40px;
}
.image52{
  padding: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
-moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
border-radius: 9px;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
  color: #FFF;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  background: #a62015;
}
.accordion-button {
  color: #FFF;
  background-color: #01769b;
}
.contact-box{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  border-radius: 9px;
  text-align: center;
  padding: 3rem 25px;
}
.contact-box a{
  color: #000;
  text-decoration: none;
}
.contact-box i{
  font-size: 60px;
  color: #a62015;
  margin-bottom: 15px;
}
.contact-box h5{
  font-size: 25px;
  color: #002a4a;
}
.contact-box p{
  min-height: 45px;
}
.form-box{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  border-radius: 9px;
  padding: 20px;
}
.form-box h2{
  background-color: #b80e15;
  color: #FFF;
  margin: -20px -20px 25px -20px;
  padding: 12px 20px;
  border-radius: 9px 9px 0 0;
  font-size: 25px;
}
.form-box input{
	width:100%;

	margin-bottom:13px;
	padding:10px;
	background-color: #fff;
	color: #333333;	
	border:1px solid #ededed;
	}
.form-box textarea{
	width:100%;
	margin-bottom:13px;
	padding:10px;
	background-color: #fff;
	color: #333333;	
	height:150px;
	border:1px solid #ededed;
	}	
.form-box input[type="submit"]{
	width: 150px;
margin-bottom: 13px;
padding: 10px;
background-color: #a62015;
color: #FFF;
border: none;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
	}
.blog {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  border-radius: 9px;
  margin-bottom: 30px;
}
.blog img {
  width: 100%; 
  border-radius: 9px 9px 0 0;
}
.blog-content{
  padding: 20px;
}
.blog-content h3{
  color: #b80e15;
  font-size: 20px;
  font-weight: 700;
}
.blog-content a{
  background-color: #b80e15;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 9px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.blog-f-image{
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, 1);
  border-radius: 9px;
  margin-bottom: 25px;
}
.blog-details{
  color: #555;
  font-size: 14px;
line-height: 23px;
}
.blog-details h2{
  color: #b80e15;
  font-size: 25px;
  font-weight: 700; 
}
.recent-post{
  border: 1px solid #ededed;
  border-radius: 6px;
}
.recent-post h3{
  background-color: #b80e15;
  color: #fff;
  padding: 10px 15px;
  font-size: 22px;
  border-radius: 6px 6px 0 0;
}
.recent-post ul{
  padding: 0 15px 15px 15px;
  margin: 0px;
 
}
.recent-post ul li{
  list-style: none;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.recent-post ul li:last-child{
  border-bottom: 0px solid #ededed;

}
.recent-post ul li a{
  padding: 7px 15px;
  color: #333;
  text-decoration: none;
  display: block;
}
.recent-post ul li::after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  background-color: #082785;
}
.plan01{
  position: relative;
}
.plan01 .plan-title{
  box-shadow: 0px 5px 30px 0px rgba(38,30,0,0.1);
  padding-bottom: 20px;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  border-top: 2px solid #ba2417;
  border-radius: 6px 6px 0 0;
}
.plan01 .plan-title::after{
  content: "";
  position: absolute;
  width: 153px;
  height: 23px;
  top: -13px;
  left: 50%;
  margin-left: -61px;
  background: url(../images/re.png) no-repeat center;
}
.plan01 .plan-title h3{
  color: #ba2417;
}
.plan01 .rate-area span {
  color: #ba2417;
}
.plan01 .rate-area span strong {
  color: #ba2417;
}



.plan{
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, .7);
  border-radius: 9px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.plan-title{
  box-shadow: 0px 5px 30px 0px rgba(38,30,0,0.1);
  padding-bottom: 20px;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  text-align: center;
}
.plan-title h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0171bc;
  margin: 0;
  text-transform: uppercase;
}
.rate-area {
  width: 90%;
  border: 1px solid #ddd;
  padding:6px 15px;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.rate-area span {
  color: #0171bc;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.rate-area span strong{
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  
}
.rate-area .discount{
  text-align: center;
  font-size: 15px!important;
  color: #666!important;
}
.rate-area .discount span.actual-price{
  text-align: center;
  font-size: 15px!important;
  color: #767676!important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
} 
.rate-area .discount span.percentage-discount {
  color: #f15922;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
.plan-footer {

  margin: 0 auto;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.plan-footer a{
  border: 0px;
  box-shadow: none;
  font-size: 18px;
  padding: 8px 12px;
  width: 100%;
  border-radius: 3px;
  background: rgb(196,38,25);
  background: linear-gradient(90deg, rgba(196,38,25,1) 0%, rgba(122,19,10,1) 100%);
  font-family: 'Poppins', sans-serif;
}
.pack-item{
  width: 83%;
  margin: 0 auto;
}
.pack-item ul{
  padding: 0px;
  margin: 0px;
}
.pack-item ul li{
  list-style: none;
  background: url(../images/tick.png) no-repeat 0px 8px;
  padding: 5px 5px 5px 22px;
  font-size: 14px;
}
.payment{
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, .7);
 border-radius: 9px;
 padding: 20px;
 position: relative;
 text-align: center;
}
.payment::after{
  width: 50%;
  height: 100%;
  background-color: #cf2020;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 9px 0 0 9px;
  z-index: -1;
}
.qr img{
  width: 300px;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
.payment-form h3{
  font-size: 40px;
  color:#b80e15 ;
  font-weight: 700;
}
.payment-form h3 span{

  font-family: 'Open Sans', sans-serif;
  font-weight: 500;

}
.payment-form input{
  width: 300px;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 6px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.payment-form input[type="submit"]{
  width: 150px;
  padding: 10px;
  border: 1px solid #ba2417;
  border-radius: 6px;
  margin-bottom: 15px;
  background-color: #ba2417;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.payment-gide{
  color: #FFF;
}
.v-tab .tab-content{
  border: 1px solid #ededed;
  width: 100%;
  padding: 20px;

}

/* Style the tab */
.vtab {
  float: left;
  border: 1px solid #ccc;
  background-color: #035c89;
  width: 25%;
  min-height: 300px;
}

/* Style the buttons inside the tab */
.vtab button {
  display: block;
  background-color: inherit;
  color: #FFF;
  padding: 15px 20px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  border-bottom: 1px solid #023650;
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #b80e15;
  color: #FFF;
}

/* Create an active/current "tab button" class */
.vtab button.active {
  background-color: #b80e15;
  color: #FFF;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 20px;
  border: 1px solid #ccc;
  width: 75%;
  border-left: none;
  min-height: 322px;

}
.tab-form input{
  width: 100%;
  padding: 10px;
  border: 1px solid #ededed;
  margin-bottom: 15px;
}
.tab-form textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #ededed;
  margin-bottom: 15px;
  min-height: 100px;
}
.tab-form input[type="submit"]{
  width: 175px;
  padding: 10px 20px;
  border: 1px solid #b80e15;
  background-color: #b80e15;
  color: #FFF;
}
.tab-form label{
  color: #b80e15;
  font-weight: 600;
}
.tab-form h5{
  margin-top: 10px;
  border-bottom: 1px solid #ededed;
  color: #0171bc;
  padding-bottom: 10px;


}
.tab-form h6{
  margin-top: -15px;
  font-size: 12px;
  margin-bottom: 20px;
}
.login-box{
  box-shadow: 0px 0px 5px 0px rgba(212, 212, 212, .7);
  border-radius: 0px;
  position: relative;
}
.otp-area{
  display: none;
}
.otp-display{
  display: block;
}
.display-none{
  display: none;
}
.display-block{
  display: block;
}
.login-sec .card {
  border: 0px solid rgba(0, 0, 0, .125);
  background-color: rgba(255, 255, 255, 0.8);

}

.login-sec .card-header {
  padding: 15px 1rem 0 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0px solid #a62015;
  background: #a62015;
}

.login-sec .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.login-sec .nav-item{
  width: 50%;
}
.login-sec .nav-tabs .nav-link {
  font-family: 'Poppins', sans-serif;
  width: 98%;
  padding: 12px;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 20px;
  background-color: #0171bc;
  margin-bottom: 0px;
}
.login-sec .nav-tabs .nav-link:hover {
  color: #a62015;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.login-sec .nav-tabs .nav-link.active {
  color: #a62015;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}


.login-sec .btn-block{
  width: 100%;
  background-color: #a62015;
  border: 1px solid #a62015;
}
.login-sec label{
 color: #333;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 0px;
}
.otp-with{
  max-width: 350px;
  margin: 0 auto;
}





/***********footer*********/
footer {
  background: url(../images/footer-bg.png) no-repeat top right;
  background-color: #7e0155;
  padding: 40px 0 0px 0;
}

footer h3 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

footer h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #000000;
  width: 15px;
}

footer h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #000000;
  width: 45px;
  left: 20px;
}

.footer-link ul {
  padding: 0px;
  margin: 0px;
}

.footer-link ul li {
  list-style: none;
  padding-left: 14px;
  position: relative;
}

.footer-link ul li::after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  background-color: #000000;
}

.footer-link ul li a {
  color: rgba(255, 255, 255, 0.95);
  padding: 5px 0;
  display: block;
  text-decoration: none;
}

.contact-details {
  padding: 0px;
  margin: 0px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
}

.contact-details img {
  margin-bottom: 20px;
}

.contact-details ul {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.contact-details ul li {
  list-style: none;
  padding: 4px 0;
  color: #000000;
  width: 100%;
  float: left;
}

.contact-details ul li a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.contact-details ul li i {
  width: 30px;
  float: left;
  height: 22px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  margin-right: 4px;
}

.copy {
  background: #fff;
  margin-top: 25px;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.newsletter input {
  width: 100%;
  padding: 10px;
  border: 0px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.newsletter input[type="submit"] {
  width: 150px;
  padding: 10px;
  border: 0px;
  background-color: #b80e15;
  color: #FFF;
  text-transform: uppercase;

}

/***********footer Social media**************/
ul.info-share-f {
  margin: 7px 0 0;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
  float: left;
}

ul.info-share-f li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 5px;
  width: inherit;
  width: 30px !important;
  margin-right: 10px;
}

ul.info-share-f li a {
  margin-top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 16px;
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
  text-align: cente !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.info-share-f i {
  font-size: 15px !important;
  width: 30px !important;
  height: 30px !important;
  text-align: cente !important;
  line-height: 29px;
}


@media(max-width:1199px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 11px 13px;
  }

  .top-ber::after {
    width: 31%;
  }

  .carousel-item {
    min-height: 244px;
  }

}

@media(max-width:991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 11px 13px;
  }

  .top-ber::after {
    width: 31%;
  }

  .carousel-item {
    min-height: 244px;
  }

  .top-WhatsApp span {
    font-size: 14px;
  }

  .top-ber {
    font-size: 13px;
  }

  .product-box {
    margin-bottom: 30px;
  }

  .welcome h1 {
    font-size: 36px;
  }

  .compare-in {
    margin-bottom: 20px;
  }

  .count-up {
    font-size: 15px;

  }

  .count-up h3 {
    font-size: 45px;
  }

  .navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, .1);
    background: #019dc4;
    border-radius: 6px 6px 0 0;
  }

}

@media(max-width:767px) {
  .top-ber::after {
    width: 100%;
    height: 50%;
    background: #a62015;
    border-radius: 0px 0 0 0px;
    content: "";
    top: 50%;
  }

  .login {
    text-align: right;
  }

  .card01 {
    margin-top: 20px;
  }

  .welcome::after {
    width: 100%;
  }

  .box86 {
    margin-bottom: 20px;
  }

  .count-up {
    margin-bottom: 30px;
  }

  footer h3 {
    margin-top: 30px;
  }

}

@media(max-width:600px) {
  .out-product h2 {
    font-size: 28px;

  }
  .compare h3 {
    font-size: 28px;

  }
  .compare h4 {
    font-size: 21px;
  } 
}

/***whatsapp css start **/

/* Chatbox Whatsapp */
:root {
--warna-background: #4dc247; 
--warna-bg-chat: #f0f5fb;
--warna-icon: #fff; 
--warna-text: #505050;
--warna-text-alt: #989b9f;
--lebar-chatbox: 320px;
}

svg{width: 22px;height: 22px;vertical-align: middle;fill: var(--warna-icon)}
.chatMenu, .chatButton .svg-2{display: none}

.chatButton{position: fixed;background-color: var(--warna-background);bottom: 20px;left: 20px;border-radius: 50px;z-index: 20;overflow: hidden;display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;-webkit-transition: all .2s ease-out;transition: all .2s ease-out}
.chatButton svg{margin: auto;fill: var(--warna-icon)}
  
.chatBox{position: fixed;bottom: 70px;left: 20px;width: var(--lebar-chatbox);-webkit-transition: all .2s ease-out;transition: all .2s ease-out;z-index: 21;opacity: 0;visibility: hidden;line-height: normal}
.chatContent{border-radius: 15px;background-color: #fff;box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);overflow: hidden; border: 1px solid #b6b6b6;}
.chatHeader{position: relative;display: flex;align-items: center;padding: 15px 20px;background-color: var(--warna-background);overflow: hidden}
.chatHeader svg{width: 32px;height: 32px;flex-shrink: 0;fill: var(--warna-icon)}
.chatHeader .chatTitle{padding-left: 15px;font-size: 14px;color: var(--warna-icon)}
.chatHeader .chatTitle span{font-size: 11.5px;display: block;line-height: 1.58em}
  
.chatText{display: flex;flex-wrap: wrap;margin: 25px 20px;font-size: 12px;color: var(--warna-text)}
.chatText span{display: inline-block;margin-right: auto;padding: 10px 10px 10px 20px;background-color: var(--warna-bg-chat);border-radius: 3px 15px 15px}
.chatText span:after{content: 'Just now';margin-left: 15px;font-size: 9px;color: var(--warna-text-alt)}
.chatText .typing{margin: 15px 0 0 auto;padding: 10px 20px 10px 10px;border-radius: 15px 3px 15px 15px}
.chatText .typing: after{display: none}
  
.chatStart{display: flex;align-items: center;margin-top: 15px;padding: 18px 20px;border-radius: 10px;background-color: #fff;overflow: hidden;font-size: 12px;color: var(--warna-text); border: 1px solid grey;}
.chatMenu:checked + .chatButton{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
.chatMenu:checked + .chatButton .svg-1{display: none}
.chatMenu:checked + .chatButton .svg-2{display: block}
.chatMenu:checked ~ .chatBox{bottom: 90px;opacity: 1;visibility: visible}