/*
Theme Name: Planetwifi
Author: Webgeniq
Author URI: https://webgeniq.com
Text Domain: planetwifi
*/
html {
	scroll-behavior: smooth;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	transition: ease-in-out 0.5s;
	font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
}


p:last-child {
	margin-bottom: 0px;
}

h1 {
	font-size: 64px;
	font-family: "Poppins", sans-serif;
}

h2 {
	font-size: 40px;
	font-family: "Poppins", sans-serif;
}

h3 {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
}

h4 {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
}

h5 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
}

h6 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
}

ul {
	list-style: none;
	padding: 0px;
	transition: ease-in-out 0.5s;
	font-family: "Poppins", sans-serif;
}

a {
	text-decoration: none !important;
	transition: ease-in-out 0.5s;
	font-family: "Poppins", sans-serif;
}

:hover {
	transition: ease-in-out 0.5s;
}

:before,
:after {
	font-family: FontAwesome;
}

.ui-widget.ui-widget-content {
	border: 1px solid #eb776d;
}

.dest {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	color: #4a4a4a;
}

.dest span {
	width: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	height: 25px;
	background-color: #fc7f75;
	color: #fff;
	margin-right: 5px;
}

.dest {
	margin-bottom: 20px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #f17a70;
	background: #fff;
	font-weight: normal;

}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	background: transparent;
	border: 0px;
}

ul.footer-list-inner.clearfix li a:hover {
	color: #f69991;
}

/* Custom container for positioning the icon */
.input-container-custom {
	position: relative;
	/* Padding to ensure space below the label */
	margin-bottom: 15px;
}

.input-container-custom.input-outer.mb-4 i {
	position: absolute;
	top: 25px;
	right: 10px;
	color: #fc7f75;
}

.input-container-custom.input-outer.mb-4 input[type=text]:focus {
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}

.input-container-custom.input-outer.mb-4 input[type=text],
.input-container-custom.input-outer.mb-4 input[type=number] {
	border-right: 1px solid #ccc;
	padding: 0.75rem 1rem;
	border-radius: 12px;
}

/* Standard Bootstrap form-control class styles the input itself */
/* We need to ensure the form-control has enough padding for the icon */
.input-container-custom .form-control {
	/* Add extra padding on the right for the icon (standard Bootstrap padding is 0.375rem 0.75rem) */
	padding-right: 40px;
	box-sizing: border-box;
}

/* Positioning and styling the Font Awesome icon */
.calendar-icon-custom {
	position: absolute;
	/* Position the icon relative to the .input-container-custom */
	/* This value must be adjusted based on the height of your label and the padding of the input */
	top: 36px;
	right: 15px;
	transform: translateY(-50%);
	color: #555;
	pointer-events: none;
	/* Allows user to click the input under the icon */
	font-size: 18px;
	z-index: 2;
	/* Ensure the icon is above the input */
}

/* Ensure the label is displayed nicely */
.input-container-custom label {
	display: block;
	margin-bottom: 0.5rem;
	/* Standard Bootstrap spacing */
	font-weight: 600;
}

/* Estilos Globales */
.calu-container {
	max-width: 900px;
	margin: 0 auto;
	width: 95%;
}

.calu-card {
	background-color: white;
	padding: 3rem !important;
	border: 1px solid #CFCFCF !important;
	box-shadow: none !important;
	position:relative;
}

.calu-rounded-4 {
	border-radius: 1.5rem !important;
}

.calu-title {
	font-size: 25px;
	line-height: normal;
	color: #000000;
	letter-spacing: 0px;
}

.calu-subtitle {
	color: #555;
	font-weight: 700;
	font-size: 15px !important;
	line-height: normal;
	color: #4a4a4a;
}

.input-outer.mb-4 input {
	border-right: 0px;
}

.input-outer.mb-4 input[type=text] {
	border-right: 1px solid #ccc;
}

.input-outer.mb-2c {
	margin-bottom: 25px !important;
}

.input-outer.mb-3 textarea:focus {
	outline: none;
	box-shadow: none;
}

.input-outer.mb-3 textarea {
	border-radius: 8px;
	border: 1px solid #D3D3D3;
	padding: 1rem 0.75rem;
	font-size: 1rem;
	width: 100%;
	height: 90px;
}

.input-outer.mb-3 {
	margin-bottom: 20px !important;
}

span.input-group-text.calu-custom-icon-span {
	border: 1px solid #dee2e6;
	border-left: 0px;
}

/* Inputs y Iconos */
.calu-custom-input {
	border: 1px solid #dee2e6;
	border-radius: .75rem 0 0 .75rem !important;
	padding: 0.75rem 1rem;
	font-size: 1.1rem;
	transition: border-color 0.3s;
}

.calu-custom-input:focus {
	border-color: #c2c2c2;
	box-shadow: none;
}

.calu-custom-icon-span {
	background-color: #f8f9fa;
	/* Light Gray */
	border-radius: 0 .75rem .75rem 0 !important;
	border: 1px solid #ced4da;
	border-left: none;
	padding: 0.75rem 1rem;
}

.calu-text-pink {
	color: #fc7f75 !important;
}

/* Tarjetas de Tecnología (Radio Buttons) */
.calu-technology-card,
.calu-data-plan-card,
.calu-nu-of-days-card {
	border: 1px solid #e9ecef;
	border-radius: 1rem;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: #fff;
	color: #495057;
	height: 100%;
	display: block;

	justify-content: center;
	align-items: center;
}

.calu-technology-card:hover,
.calu-data-plan-card:hover {
	border-color: #ff6b81 !important;
	box-shadow: none;
}

.calu-tech-icon {
	width: 60px;
	height: 60px;
	margin-top: 15px;
	color: #6c757d;
	transition: color 0.3s;
}

/* Estilo para el elemento seleccionado */
.calu-tech-input:checked+.calu-technology-card,
.calu-plan-input:checked+.calu-data-plan-card {

	border-color: #ff6b81;
	color: #343a40;
	transform: translateY(0px);
}

.calu-tech-input:checked+.calu-technology-card .calu-tech-icon path {
	fill: #ff6b81;
}

.form-control {
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 0.75rem 1rem;
}

.d-flex.flex-column.align-items-center.text-center {
	padding-bottom: 10px;
}

label.btn.calu-data-plan-card.calu-p-3 {
	padding: 10px 0px;
}

button.cal-btn.py-3 {
	width: 100%;
	border-radius: 10px;
	background: #e13f6e;
	border-color: #e13f6e;
	outline: none;
	box-shadow: none !important;
	border: 1px solid #fc7f75;
	transition: ease-in-out 0.5s;
	font-weight: 600;
	color: #fff;
}

button.cal-btn.py-3:hover {
	background: #fc7f75;
	border-color: #fc7f75;
	color: #fff;
	transition: ease-in-out 0.5s;
}

.calu-data-amount {
	font-size: 15px;
	line-height: normal;
	color: #4a4a4a;
	display: block;
}

label.btn.calu-data-plan-card.calu-p-3 {
	border-radius: 10px;
}

.calu-plan-input:checked+.calu-data-plan-card .calu-data-amount {
	color: #ff6b81;
	/* Pink */
}

/* Botón de Cálculo */
.calu-calculate-btn {
	background-color: #ff6b81;
	/* Pink */
	border-color: #ff6b81;
	/* Pink */
	color: white;
	width: 100%;
	border-radius: 0.75rem;
	transition: background-color 0.3s, transform 0.1s;
}

.calu-calculate-btn:hover {
	background-color: #e65a70;
	/* Darker Pink */
	border-color: #e65a70;
}

.calu-calculate-btn:active {
	transform: scale(0.99);
}

/* Resultado */
.calu-alert-result {
	background-color: #ffe6eb;
	/* Light Pink */
	border: 2px solid #ff6b81;
	/* Pink */
	color: #343a40;
	border-radius: 0.75rem;
}

form.calculate-price-form {
    position: relative;
}

.form-loader-wrapper {
    display:none;
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: transparent;
}

.loader-btn .loader, .spinner-loader {
    display: inline-block;
    width: 22px;
    padding: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000435;
    --_m: conic-gradient(#0000 10%, #000435), linear-gradient(#000435 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: spin 1.2s infinite linear;
    margin-left:5px;
	position: absolute;
}

.form-loader-wrapper .form-loader {
    display: inline-block;
	position: fixed;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
	height:50px;
    padding: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000435;
    --_m: conic-gradient(#0000 10%, #000435), linear-gradient(#000435 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: spin 1.2s infinite linear;
}
.alert.alert-danger {
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #eb3939;
    color: #fff;
    border-left: 4px solid #eb3939;
    font-weight: 500;
    background: #f65a5a;
}
.error-field > label, .error-field .calendar-icon-custom{
    color:red !important;
}
.error-field input, .error-field textarea{
    border: 1px solid red !important;
}
.modal-header.bg-success{
    background-color: #e13f6e !important;
}
.fa-circle-check.text-success {
    color: #e13f6e !important
}
.ui-state-default.ui-state-active {
    background: #f17a70;
}
.footer-heart-icon {
    font-size: 20px;
    vertical-align: middle;
    color: #ff6e6e;
}
.country-included {
    margin-right: 5px;
    background: #faf9f9;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
}
.order-details{
	height:100%;
	background-color: white;
    padding: 1rem !important;
    border: 1px solid #CFCFCF !important;
    border-radius:1.5rem;
	box-shadow: none !important;
    position: relative;
}
.download-invoice-btn {
    border-radius: 10px;
    background: #e13f6e;
    border-color: #e13f6e;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #fc7f75;
    transition: ease-in-out 0.5s;
    font-weight: 600;
    color: #fff;
    display:inline-block;
    padding: 8px 15px;
    font-size: 0.75em;
}

.order-status.badge {
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    line-height: 1.5;
}
.order-details > h3{
    font-size:17px
}
.order-details li strong{
    font-weight:500;
}
.badge.order-status-approved {
    background-color: green !important;
}
.badge.order-status-invoiced {
    background-color: orange !important;
}
.badge.order-status-cancelled {
    background-color: #FC7F75 !important;
}
/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@keyframes spin {
	to{
		transform: rotate(1turn)
	}
}
/* Responsive adjustments */
@media (max-width: 768px) {
	.calu-card {
		padding: 2rem !important;
	}

	.calu-title {
		font-size: 25px;
	}
}

.gry-bg {
	background: #F9FAFA
}

.para-outer {
	max-width: 250px;
}

.container-fluid {
	max-width: 1200px;
	position: relative;
}

section.banner-area .container-fluid {
	max-width: 570px;
}

ul.social-icons li a:hover {
	background: #fc7f75;
	color: #ffffff;
	border-color: #fc7f75;
}

ul.footer-list li:nth-child(1) {
	width: 32%;
}

ul.footer-list li:nth-child(2) {
	width: 22%;
}

ul.footer-list li:nth-child(3) {
	width: 25%;
}

ul.footer-list li:nth-child(4) {
	width: 20%;
}

ul.footer-list-inner.clearfix li a {
	color: #fff;
	font-size: 15px;
}

button.btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.offcanvas-header {
	background-color: #fff;
	padding: 0px;
}

ul.social-icons li a {
	color: #fff;
	border: 1px solid #383838;
	padding: 8px 10px;
	display: block;
	border-radius: 10px;
}

ul.social-icons li {
	width: auto !important;
}

ul.footer-list.clearfix li h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 26px;
}

ul.footer-list-inner.clearfix li {
	width: 100%;
	margin-bottom: 10px;
}

footer {
	background: #4A4A4A;
	padding: 50px 0px 14px;
}

footer p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 13px;
}

ul.footer-list li {
	float: left;
	width: 25%;
}

section.banner-area p {
	color: #fff;
	margin-bottom: 30px;
}

ul.social-icons li {
	width: auto;
	padding-right: 10px;
}

ul.button-list.clearfix.d-flex.justify-content-center li {
	padding: 0px 5px;
}

section.banner-area h1 {
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}

section.banner-area p {
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

ul.button-list.clearfix.d-flex.justify-content-center li a {
	background: #FC7F75;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 19px;
	display: inline-block;
}

ul.button-list.clearfix li a:hover {
	background: #D0136A !important;
	color: #fff;
}

ul.button-list.clearfix.d-flex.justify-content-center li {
	padding: 0px 5px;
}

/* Custom Fonts */
body {
	font-family: 'Poppins', sans-serif;
	background-color: #f8f9fa;
	/* Light background for the page */
}

section.banner-area {
	background: url(assets/images/header-bg.jpg);
	padding: 100px 0px;
	text-align: center;
	background-size: cover;
	background-position: center;
}

/* Define explicit colors */
/* Pink: #d90066 */
/* Input Border: #ced4da */
/* Text Color: #343a40 */
/* Darker Pink Hover: #b50054 */
input#password {
	border-right: 0px;
}

.form-check-input:focus {
	box-shadow: none !important;
	border: 1px solid #d3d3d3 !important;
}

.login-card {
	max-width: 490px;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 50px 30px !important;
	border: 1px solid #CFCFCF;
}

.navbar {
	padding: 0.5rem 0rem;
	background-color: #ffffff;
}

.navbar-brand {
	font-weight: bold;
	color: #343a40 !important;
}

.nav-link {

	padding-right: 1rem;
	padding-left: 1rem;
}

button.navbar-toggler {
	border: 0px;
	padding: 0px;
}

.btn-user {
	background-color: #343a40;
	color: #ffffff;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
}

a.btn-user.ms-3:hover {
	background: #eb5471;
	padding: 6px 20px;
	border-radius: 10px;
}

.offcanvas-header {
	background-color: #f8f9fa;
}

.offcanvas-body .nav-link {
	padding: 0.75rem 1.5rem;
	border-bottom: 1px solid #f8f9fa;
}

/* Style for the logo placeholder */
.logo-placeholder {

	/* Light gray box */

}

nav.navbar.navbar-expand-lg.border-bottom a.nav-link:hover {
	color: #fc7f75 !important;
}

nav.navbar.navbar-expand-lg.border-bottom a.nav-link {
	font-weight: 400;
	font-size: 17px;
	line-height: normal;
	color: #000000;
}

a.btn-user.ms-3 {
	background: #FC7F75;
	padding: 6px 20px;
	border-radius: 10px;
}

.input-outer label {
	position: absolute;
	left: 7px;
	z-index: 6;
	background: #fff;
	padding: 0px 10px;
	top: 0px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #4A4A4A;
	font-weight: 400 !important;
	z-index:9;
}
.ui-widget.ui-widget-content{
	z-index:99
}

.col.text-start small.text-muted {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #4a4a4a;
	margin-bottom: 5px;
}

input.form-control.form-control-lg.calu-custom-input.dst {
	border-right: 0px;
	padding-right: 0px;
	font-size: 15px;
	padding: 0.75rem 1rem;
}

span.fw-bold.mb-1.d-block {
	text-align: left !important;
	width: 100%;
}

ul.check-list li {
	position: relative;
	text-align: left;
	padding-left: 18px;
	color: #4A4A4A;
	font-size: 15px;
	margin: 8px 0px;
}

ul.check-list li:before {
	position: absolute;
	content: "\f058";
	left: 0px;
	font-size: 13px;
	top: 3px;
	color: #eb776d;
}

.input-outer.mb-2 {
	margin-bottom: 20px !important;
}

.input-container-custom.input-outer.mb-4 {
	margin-bottom: 20px !important;
}

.input-outer {
	position: relative;
	margin-bottom: 40px !important;
}

.logo-text {
	font-size: 2.2rem;
	font-weight: 700;
	color: #343a40;
	/* Text Color */
}

.subtitle {
	font-size: 1rem;
	color: #6c757d !important;
	margin-top: 5px;
}

/* Form Controls */
.form-label-custom {
	margin-bottom: 0.25rem;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #4a4a4a;
}

.form-control-custom {
	border-radius: 8px;
	/* Slightly rounded input corners */
	border: 1px solid #D3D3D3;
	/* Input Border Color */
	padding: 1rem 0.75rem;
	/* Taller inputs */
	font-size: 1rem;
	/* Light off-white background for input */
}

.form-control-custom:focus {
	border-color: #D3D3D3;
	/* Pink */
	box-shadow: none;
	/* Pink focus ring (using RGBA of Pink) */
}

.input-group input[type=password] {
	border-right: 0px;
}

/* Password Toggle Icon */
.input-group-text {
	background-color: transparent;
	border: none;
	padding: 0.5rem 0.75rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
	margin-top: 4px;
}

.password-toggle-icon {
	cursor: pointer;
	color: #d90066;
	font-size: 1.25rem;
	padding-right: 14px;
	border: 1px solid #D3D3D3;
	border-left: 0px;
}

/* Checkbox (Recordarme) */
.checkbox-custom {
	border-color: #ced4da;
	border-radius: 4px;
	width: 17px;
	height: 17px;
	margin-right: 0.5rem;
}

.checkbox-custom:checked {
	background-color: #d90066;
	border-color: #d90066 !important;
}

.checkbox-custom:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 0, 102, 0.25);
	/* Pink focus ring */
}

.checkbox-label-custom {
	font-size: 0.95rem;
	color: #343a40;
	/* Text Color */
}

/* Forgot Password Link */
.forgot-link {
	color: #343a40;
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
}

.forgot-link:hover {
	color: #d90066;
	text-decoration: underline;
}

/* Login Button */
.btn-login {
	background-color: #d90066;
	border: 1px solid #d90066;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	font-size: 15px;
	transition: background-color 0.2s ease;
}

span.input-group-text.password-toggle-icon {
	font-size: 15px;
}

.btn-login:hover {
	background-color: #b50054;
	/* Darker pink on hover */
	border-color: #b50054;
	/* Darker pink on hover */
	color: #fff;
}

.footer-p.text-center {
	border-top: 1px solid #616161;
}

.navbar-nav li a:hover {
	color: #FC7F75 !important;
}

/* --- Base Container Styles --- */

/* --- Individual Item Styles (The rows) --- */
.planet-wifi-data-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	/* Spacing between items */
}

/* Remove margin for the last item */
.planet-wifi-data-item:last-child {
	margin-bottom: 0;
}

/* --- Icon Wrapper (The pink circle) --- */
.planet-wifi-data-icon-wrapper {
	flex-shrink: 0;
	/* Prevents it from shrinking */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ff6e6e;
	/* Salmon/Coral color for the icon background */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

/* --- Icon itself --- */
.planet-wifi-data-icon {
	color: white;
	font-size: 20px;
}

/* --- Text Content Area --- */
.planet-wifi-data-content {
	display: flex;
	flex-direction: column;
}

.planet-wifi-data-container {
	margin-bottom: 30px;
}

p.planet-wifi-data-text a {
	color: #000;
}

.calu-container.privacy-policy.my-5 b {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.calu-container.privacy-policy.my-5 p {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

/* --- Title Styles (Email, Monday to Sunday, etc.) --- */
.planet-wifi-data-title {
	font-size: 16px;
	font-weight: 700;
	/* Bold */
	color: #000;
	/* Dark text for title */
	margin: 0 0 2px 0;
	/* Small margin after title */
}

/* Text for "(sólo mensajes)" */
.planet-wifi-data-note {
	font-weight: 700;
}

/* --- Data Text Styles (info@, 9:00 AM, phone numbers) --- */
.planet-wifi-data-text {
	font-size: 14px;
	font-weight: 400;
	/* Regular weight */
	color: #000;
	/* Slightly lighter text for data */
	margin: 0;
}

/*=============================
         Media Queries
===============================*/

@media (min-width: 1200px) and (max-width: 1300px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
	ul.check-list li {
		position: relative;
		text-align: left;
		padding-left: 18px;
		color: #4A4A4A;
		font-size: 14px;
		margin: 8px 0px;
	}

	.navbar-nav a:hover {
		color: #FC7F75;
	}

	.logo-placeholder img {
		max-width: 160px;
	}

	ul.footer-list-inner.clearfix li {
		width: 100% !important;
	}

	ul.footer-list li {
		float: left;
		width: 50% !important;
	}

	ul.social-icons li {
		width: auto !important;
	}

	a.btn-user.w-100.text-center {
		background: #FC7F75;
		color: #fff;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 19px;
		display: inline-block;
	}

	.offcanvas-body .nav-link {
		padding: 0.75rem 0rem !important;
		border-bottom: 1px solid #f8f9fa;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.checkbox-label-custom {
		font-size: 13px;
		color: #343a40;
	}

	.forgot-link {
		color: #343a40;
		text-decoration: none;
		font-weight: 500;
		font-size: 13px;
	}

	a.btn-user.w-100.text-center {
		background: #FC7F75;
		color: #fff;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 19px;
		display: inline-block;
	}

	.offcanvas-body .nav-link {
		padding: 0.75rem 0rem !important;
		border-bottom: 1px solid #f8f9fa;
	}

	.navbar-nav a:hover {
		color: #FC7F75;
	}

	.logo-placeholder img {
		max-width: 160px;
	}

	ul.footer-list.clearfix li h4 {
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		color: #ffffff;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.para-outer {
		max-width: 100%;
	}

	ul.footer-list li:nth-child(1) {
		width: 100%;
	}

	ul.footer-list li:nth-child(2) {
		width: 100%;
	}

	ul.footer-list li:nth-child(3) {
		width: 100%;
	}

	ul.footer-list li:nth-child(4) {
		width: 100%;
	}

	section.banner-area {

		padding: 50px 0px;

	}

	section.banner-area h1 {
		font-weight: 800;
		font-size: 32px;
		line-height: 43px;
		text-align: center;
		color: #ffffff;
	}

	ul.button-list.clearfix.d-flex.justify-content-center li a {
		background: #FC7F75;
		color: #fff;
		padding: 10px 10px;
		border-radius: 10px;
		font-size: 16px;
		display: inline-block;
	}

	ul.social-icons li {
		float: left;
		width: auto !important;
	}

	ul.footer-list li {
		float: left;
		width: 100%;
	}
}