body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff8ec;
    color: #7e5719;
    font-size: 1rem;
    font-family: 'Gabriola';
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2px;
    margin: 0;
}

/*  Orthers */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

.btn {
    width: 100%;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-outline-primary {
    background-color: none !important;
    color: none !important;
    border-color: #0000;
    color: none !important;
}

.btn-outline-primary:hover {
    background-color: none;
    border-color: #0000;
    color: none;
}

.btn-outline-primary:hover {
    background-color: none;
    color: none;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: none;
    border-color: none;
    color: none;
}

.form-grid h1 {
    color: #fff;
}

.title h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
}

.desktop {
    display: block;
}

.mob {
    display: none;
}

.navbar {
    background: #357ae8;
}

.navbar:before {
    background: #357ae8;
}

.cta {
    background-color: #045eae;
}

/* first-sec */

.first-sec {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.first-sec .left1 h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 800;
    line-height: 1;
}

.first-sec .left1 h1 span {
    font-size: 32px;
}

.first-sec .left1 img {
    width: 75%;
}

.first-sec .outer-border {
    border: 2px solid #e08924;
    height: 99%;
    width: 100%;
    padding: 6px;
    margin: 0 auto;
    border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #996d24, #fefa8f, #AB6D23, #fefa8f);
    background: #357ae8;
}

.first-sec .mid-border {
    border: 6px solid #ffffff;
    height: 100%;
    width: 100%;
    padding: 6px;
    margin: auto;
    border-image-slice: 2;
    border-width: 6px;
    border-image-source: linear-gradient(to top, #765f18, #ffc107, #7a6113, #ffc107);
    padding: 20px;
}

.first-sec .mid-border label {
    color: #fff;
}

/* second-sec */

.second-sec {}

.second-sec h2 {
    font-size: 24px;
}

.second-sec img {
    width: 75%;
}

/* third-sec */

.third-sec {}

.third-sec ul li {
    font-size: 24px;
    margin-bottom: 5px;
    list-style-image: url('assets/img/icon.webp');
}

.third-sec ul {
    margin-left: 80px;
}

.third-sec img {
    width: 100%;
}

/*  four-sec */

.four-sec {}

.four-sec ul li {
    font-size: 24px;
    margin-bottom: 5px;
    list-style-image: url('assets/img/icon.webp');
}

.four-sec img {
    width: 60%;
}

/*  five-sec */

.five-sec {}

.five-sec .p-box {
    width: 100%;
    background: #fde5be;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 50px;
    border: 3px solid #b89a45;
	text-align: center;
}

.five-sec .p-box img {
    width: 100%;
}

.five-sec h3 {
    font-size: 18px;
}

/*  six-sec */

.six-sec {}

.faq {}

.faq .h2 {
    padding: 5px;
    background: #ffe9c6;
    border-radius: 10px;
    color: #7e5719;
    border: 1px solid #7e5719;
    font-size: 21px;
}

.faq h2 {
    padding: 5px;
    background: #357ae8;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid #7e5719;
    font-size: 24px;
    font-weight: 600;
}

.faq p {
    z-index: -99;
    font-size: 18px;
    border: 1px solid #7e5719;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 0;
    margin-top: -5px;
    /* border-top: none; */
    position: relative;
}

/* last-sec */

.last-sec {}

.last-sec .left1 h2 {
    font-size: 32px;
}

.last-sec .left1 img {
    width: 75%;
}

.last-sec .outer-border {
    border: 2px solid #e08924;
    height: 99%;
    width: 98%;
    padding: 6px;
    margin: 0 auto;
    border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #996d24, #fefa8f, #AB6D23, #fefa8f);
    background: #357ae8;
}

.last-sec .mid-border {
    border: 6px solid #c6983b;
    height: 100%;
    width: 100%;
    padding: 6px;
    margin: auto;
    border-image-slice: 2;
    border-width: 6px;
    border-image-source: linear-gradient(to top, #765f18, #ffc107, #7a6113, #ffc107);
    padding: 20px;
}

.last-sec .mid-border label {
    color: #fff;
}

footer {
    background: #005199;
}

.thank-you {
    background: #000;
}

.thank-you h1 {
    font-size: 32px;
    color: #f1c007;
}

.thank-you h2 {
    font-size: 18px;
    color: #f1c007;
}

.thank-you img {
    width: 100%
}

@media (max-width: 768px) {
    .navbar-brand>img {
        width: 240px;
    }
    .mob-call-only img {
        width: 50px;
    }
    .title h1 {
        font-size: 24px;
    }
    .btn {
        font-size: 14px;
    }
    .desktop {
        display: none;
    }
    .mob {
        display: block;
    }
    .first-sec .left1 h1 {
        font-size: 34px;
    }
    .first-sec .left1 h1 span {
        font-size: 18px;
    }
	.first-sec .left1 h2 {
        font-size: 17px;
    }
    .first-sec .left1 img {
        width: 100%;
    }
    .second-sec h2 {
        font-size: 18px;
        text-align: center;
    }
    .third-sec ul {
        margin-left: 0;
    }
    .third-sec ul li {
        font-size: 18px;
    }
    .third-sec img {
        width: 100%;
    }
    .four-sec ul li {
        font-size: 18px;
    }
    .five-sec .p-box {
        padding: 20px;
    }
	.five-sec .p-box img {
		width: 50%;
	}
    .five-sec h3 {
        font-size: 12px;
    }
    .faq h2 {
        font-size: 18px;
    }
    .faq .h2 {
        font-size: 18px;
    }
    .faq p {
        font-size: 14px;
        ;
    }
    .last-sec .left1 h2 {
        font-size: 26px;
    }
    .last-sec .left1 img {
        width: 100%;
    }
    .thank-you h1 {
        text-align: center;
    }
    .thank-you h2 {
        font-size: 14px;
        text-align: center;
    }
}

.pulse-purple {
	position: fixed;
    bottom: 100px;
    width:60px; 
    right: 10px;
	display: block;
	font-size: 16px;
	text-align: center;
	padding:10px;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(#800080, .5);
	color: #fff;
    background-color: #279032;
    animation: 3s linear infinite pulse-purple;
}
			
@-webkit-keyframes pulse-purple {
	0% {
		box-shadow: 0 0 0 0 #279032;
		transform: scale(.95)
	}
	70% {
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		transform: scale(.95)
	}
}
		
@keyframes pulse-purple {
	0% {
		box-shadow: 0 0 0 0 #279032;
		transform: scale(.95)
	}
	70% {
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		transform: scale(.95)
	}
}

.pulse-purple-cta {
    text-decoration: none;
	position: unset;
	display: block;
	font-size: 16px;
	text-align: center;
	padding:10px;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(#800080, .5);
	color: #fff;
    background-color: #279032;
    animation: 3s linear infinite pulse-purple;
}
			
@-webkit-keyframes pulse-purple-cta {
	0% {
		box-shadow: 0 0 0 0 #171922;
		transform: scale(.95)
	}
	70% {
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		transform: scale(.95)
	}
}
		
@keyframes pulse-purple-cta {
	0% {
		box-shadow: 0 0 0 0 #171922;
		transform: scale(.95)
	}
	70% {
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		transform: scale(.95)
	}
}
