

.text-center {
	text-align: center;
}

.pricing-box-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 42px;
}

.pricing-box {
	background-color: #ffffff;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
	flex: 1;
	padding: 0 30px 30px;
	margin: 2%;
	min-width: 250px;
	max-width: 350px;
}

.pricing-box h5 {
	text-transform: uppercase;
}

.price {
	margin: 24px 0;
	font-size: 36px;
	font-weight: 900;
}

.price sub, .price sup {
	font-size: 16px;
	font-weight: 100;
}

.features-list {
	padding: 0;
	list-style-type: none;
}

.features-list li {
	font-weight: 100;
	padding: 12px 0;
	font-weight: 100;
}

.features-list li:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
	
	border: none;
	background-color: #09a9d2;
	color: #ffffff;
	padding: 10px 15px;
	
}

.btn-primary:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}

.pricing-box-bg-image {
	background-image: url('img/plan.jpg');
	/*background-size: cover;*/
	background-position: center center;
	color: #ffffff;
}

.pricing-box-bg-image .features-list li {
	border-bottom-color: rgba(255, 255, 255, 1);
}

.pricing-box-bg-image .btn-primary {
	background-color: #ffffff;
	color: #000;
}

footer {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
}

footer p {
	margin: 10px 0;
}

footer i {
	color: red;
}

footer a {
	color: #3C97BF;
	text-decoration: none;
}









.pricing-box1-bg-image {
	background-image: url('img/plan1.jpg');
	background-size: cover;
	background-position: center center;
	color: #ffffff;
}
.pricing-box1-bg-image .features-list li {
	border-bottom-color: rgba(255, 255, 255, 1);
}

.pricing-box1-bg-image .btn-primary {
	background-color: #ffffff;
	color: #000;
}

h5 {
    margin-top: 12px;
}












#banner-5.bg-image {
    background-image: url(img/banner-6.jpg);
}
.bg-fixed, .bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 60px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


/*.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-color-01, .scroll .btn-color-01, .white-color .btn-color-01, .color-01-hover:hover, .scroll .color-01-hover:hover, .white-color .color-01-hover:hover {
    color: #fff !important;
    background-color: #b7948e;
    border-color: #b7948e !important;
}
.btn.btn-md {
    font-size: 18px;
    padding: 14px 34px;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}*/



.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
;
}
.row {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #09a9d2;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}










/* Banner Section Styling */
.banner-section {
	width: 100%;               /* Full width of the viewport */
	overflow: hidden;          /* Hide any overflowing content */
	display: flex;             /* Flexbox for alignment */
	justify-content: center;   /* Center the content horizontally */
	align-items: center;       /* Center the content vertically */
  }
  
  /* Image Wrapper */
  .banner-image-wrapper {
	width: 100%;               /* Full width for the wrapper */
  }
  
  /* Image Styling */
  .banner-image {
	width: 100%;               /* Full width of the section */
	height: auto;              /* Maintain the aspect ratio */
	object-fit: cover;         /* Ensure the image covers the section */
	display: block;            /* Removes any gaps under the image */
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
	.banner-image {
	  height: 250px;           /* Adjust the height for smaller screens */
	}
  }
  
  @media (min-width: 769px) and (max-width: 1200px) {
	.banner-image {
	  height: 400px;           /* Adjust the height for medium screens */
	}
  }
  
  @media (min-width: 1201px) {
	.banner-image {
	  height: 673px;           /* Set height for larger screens */
	}
  }
  













