/*!
Theme Name: stephen
Theme URI: https://them.es/starter
Author: sameer
Author URI: https://www.google.com
Description: stephen
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: stephen
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
body{
	font-family: "Montserrat";
}
#main{
	margin-top: 0 !important;
}
.active-bg{
	background-color: #000000;
	padding:10px;
}
#navbar a.head-btn{
	background-color: #ff7800;
	font-family: "Montserrat";
	color: white;
	font-size: 20px;
    font-weight: 400;
	border: 1px solid #ff7800;
	border-radius: 5px;
	padding: 5px 30px 5px 30px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#navbar a.head-btn i{
	color: black;
}
.navbar-top{
	padding-top: 40PX !important;
}
#menu-main-menu li a.nav-link{
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
	padding: 0 25px;
	color:white;
}
.banner{
	background-image: url(assets/images/banner-image.png);
	height: 897px;
	background-size: cover;
    background-position: center;
    max-width: 100%;
    width: 100%;
	padding-top: 125px;
}
.banner .container{
	position: relative;
}
.banner img{
	position: absolute;
    right: -135px;
    top: 5px;
}
.banner-cnt {
	padding-top: 160px;
}
.banner-cnt span{
	display: inline-block;
	border:1px solid #ff7800;
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat";
	color:#ffffff;
	padding: 3px 10px;
    border-radius: 5px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.banner-cnt h1{
	font-size: 50px;
	font-weight: bold;
	font-family: "Montserrat";
	color:#ffffff;
	text-transform: uppercase;
}
.banner-cnt p{
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat";
	color:#ffffff;
	width: 79%;
	margin-bottom: 30px;
}
.banner-btn{
	background-color: #ff7800;
	border:1px solid #ff7800;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat";
	color:#ffffff;
	padding: 10px 50px;
	border-radius: 5px;
	background-color: rgb(255, 120, 0);
	box-shadow: 0px 15px 20px 0px rgba(255, 120, 0, 0.27);
}
.dedicated{
	padding-top: 126PX;
	padding-bottom: 84PX;
}

.dedicated-cnt span{
	display: inline-block;
	color:#08070a;
	border: 1px solid #ff7800;
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat";
	padding: 5PX 15PX;
	border-radius: 5PX;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.dedicated-cnt H2{
	font-size: 40PX;
	font-weight: bold;
	COLOR:#ff7800;
	font-family: "Montserrat";
	margin-bottom: 30px;
}
.dedicated-cnt p{
	font-size: 18PX;
	font-weight: 500;
	COLOR:#140f11;
	font-family: "Montserrat";
	width: 93%;
	margin-bottom: 30px;
}
.abt-btn{
	font-size: 16PX;
	font-weight: 600;
	COLOR:#140f11;
	font-family: "Montserrat";
	background-color: #ff7800;
	border: 1px solid #ff7800;
	color:white;
	padding: 10px 37px;
	border-radius: 5px;
	margin-bottom: 35px;
}
.abt-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abt-box h2{
	font-size: 40PX;
    font-weight: bold;
    COLOR: #ff7800;
    font-family: "Montserrat";
	margin-bottom: 9px !important;
}
.abt-box p{
	margin-bottom: 5px !important;
	text-align: center;
	font-weight: bold;
    COLOR: #000000;
    font-family: "Montserrat";
}

.cta{
	background-image: url(assets/images/cta.png);
	padding: 19px;
}
.cta-btn{
    color: #ffffff;
    border: 1px solid #ff7800;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 5PX 15PX;
    border-radius: 5PX;
    text-transform: uppercase;
    margin-bottom: 35px;
	background: transparent;

}
.cta-cnt h2{
	font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat";
	color:#ffffff;
	text-transform: uppercase;
	line-height: 1;
    margin: 0;
}
.cta-cnt{
	text-align: center;
}
.cta-btn-1{
	border: 1px solid #ff7800;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 5px;
    background-color: rgb(255, 120, 0);
    box-shadow: 0px 15px 20px 0px rgba(255, 120, 0, 0.27);
	margin-top: 30px;
}
.girl-img{
	position: relative;
    bottom: -19px;
}
.summary{
	padding-top: 112px;
	padding-bottom: 122px;
	
}
.summary-btn{
	color: #08070a;
    border: 1px solid #ff7800;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 5PX 15PX;
    border-radius: 5PX;
    text-transform: uppercase;
	text-align: center;
	background: transparent;
	display: flex;
	margin: 0 auto;
}
.summary h2{
	font-size: 40PX;
    font-weight: bold;
    COLOR: #ff7800;
    font-family: "Montserrat";
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.summary p{
	font-size: 18PX;
    font-weight: 500;
    COLOR: #140f11;
    font-family: "Montserrat";
	text-align: center;
	margin-bottom: 55px;
	 	 
}
.chapter-box{
	background-color: #e9e9e9;
	padding: 50px 35px 45px 35px;
	text-align: center;
	border-radius: 10px;
	margin: 0 20px;
	max-width: 400px;
	min-height: 352px;
}
.chapter-box:hover{
	background-color: #ff7800;
}
.chapter-box:hover span{
	border:1px solid #1b1b1b;
}
.chapter-box span{
	font-size: 20px;
	font-family: "Montserrat";
	font-weight: 400;
	padding: 5px 17px 5px 20px;
	border: 1px solid #ff7800;
	display: inline-block;
	text-transform: uppercase;
	color:#000000;
	margin-bottom: 20px;
}

.chapter-box h6{
	font-size: 20px;
	font-family: "Montserrat";
	font-weight: bold;
	color:#ff7800;
	margin-bottom: 20px;
}
.chapter-box:hover h6{
	color: black;
}
.chapter-box p{
	font-size: 17px;
	font-family: "Montserrat";
	font-weight: 500;
	margin-bottom: 0;
}
.chapter-box:hover p{
	color: white;
}

.arrow-holder{
	position: relative;
}
.left-arrow{
	position: absolute;
    left: -89px;
    top: -172px;
}
.right-arrow{
	position: absolute;
    right: -89px;
    top: -172px;
}
.why{
	padding-top: 120px;
	padding-bottom: 119px;
	background-image: url(assets/images/why.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.why-cnt span{
	font-size: 20px;
	font-family: "Montserrat";
	font-weight: 400;
	color:#ffffff;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border: 1px solid #ff7800;
	border-radius: 5px;
}
.why-cnt h2{
	font-size: 40px;
	font-family: "Montserrat";
	font-weight: bold;
	color:#ff7800;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 35px;
}
.why-cnt p{
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: 400;
	color:#ffffff;
	padding-right: 71px;
	margin-bottom: 65px;
}
button.why-btn {
    display: flex;
    gap: 10px;
}
.upper{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.upper i{
	color:#ff7800;
}
.upper h6{
	margin: 0;
	color: #ffffff;
	font-size: 19px;
	font-family: "Montserrat";
	font-weight: 600;
}
.upper-p{
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 400;
	color: #ffffff !important;
	padding-right: 96px;
	line-height: 1.2;
}

.why-box {
    margin-bottom: 40px;
	position: relative;
}
.why-btn{
	border: 1px solid #ff7800;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 5px;
    background-color: rgb(255, 120, 0);
    box-shadow: 0px 15px 20px 0px rgba(255, 120, 0, 0.27);
}
.why-image img{
	position: absolute;
	right: 0;
	top: 0;
}
.buy{
	padding-top: 100px;
	padding-bottom: 90px;
	position: relative;
}
.buy-btn{
	color: #08070a;
    border: 1px solid #ff7800;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 5PX 15PX;
    border-radius: 5PX;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
	margin-top: 10px;
}
.buy-cnt h2{
	font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat";
	color:#ff7800;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 40px;
}
.buy-cnt p{
	font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#000000;
	margin-bottom: 30px;
}
.rebirth-img img{
	position: absolute;
    right: 297px;
}
.buy h4{
	font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat";
	color:#ff7800;
}
.buy h4 span{
	font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
	color:#000000;
	text-decoration: line-through;
}
.buy h6{
	font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#000000;
}
.buy-btn-1{
	font-size: 16PX;
    font-weight: 600;
    font-family: "Montserrat";
    background-color: #ff7800;
    border: 1px solid #ff7800;
    color: white;
    padding: 10px 37px;
    border-radius: 5px;
    margin-bottom: 35px;
}
.testimonial{
	padding-top: 60px;
	padding-bottom: 75px;
	background-color: #f5f5f5;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    
}

.testi-btn{
	color: #08070a;
    border: 1px solid #ff7800;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 5PX 15PX;
    border-radius: 5PX;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    margin-top: 10px;
}
.testimonial h2{
	font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #ff7800;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}
.testimonial p{
	font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#140f11;
	padding: 0 78px;
	margin-bottom: 56px;
}
.testi-uper{
	display: flex;
    align-items: center;
    gap: 10px;
}
.testi-box p{
	font-size: 15px;
	font-weight: bold;
	font-family: "Roboto";
	font-style: italic;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	color:#6e6e6e;
}
.uper-cnt h5{
	font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
	color: #ff7800;
}
.uper-cnt h6{
	font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat";
	color:#9e9e9e;
}
.testi-box{
	background-color: white;
	padding: 30px 55px 30px 30px;
	border-radius: 10px;
	max-width: 400px;
	height:290px;
}
.testimonial-slider .slick-list{
	overflow: visible;
}

.testimonial-slider .slick-slide {
    opacity: 0.4;
}
.testimonial-slider .slick-active{
	opacity: 1 ;
}
.blog{
	padding-top: 100px;
	padding-bottom: 130px;
}
.blog-btn{
	color: #08070a;
    border: 1px solid #ff7800;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 5PX 15PX;
    border-radius: 5PX;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
}
.blog-uper h2{
	font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #ff7800;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 16px;
}
.blog-uper p{
	font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
	color:#140f11;
	padding: 0 78px;
}
.blog-box{
	position: relative;
	max-width: 400px;
}
.img-cnt span{
	background: #ff7800;
    position: absolute;
    top: 16px;
    right: 0;
	width: 155px;
	text-align: center;
	color:white;
	font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat";
	padding: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.blog-box img{
	width: 100%;
}

/* ----------- blog single page ---------- */

header.entry-header {
    padding-top: 100px;
}

div#sidebar {
    display: none;
}

a.previous-post.btn.btn-lg.btn-outline-secondary {
	background-color: #ff7800;
	border: 1px solid #ff7800;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat";
	color: #ffffff;
	padding: 10px 50px;
	border-radius: 5px;
	box-shadow: 0px 15px 20px 0px rgba(255, 120, 0, 0.27);
}

a.next-post.btn.btn-lg.btn-outline-secondary {
	background-color: #ff7800;
	border: 1px solid #ff7800;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat";
	color: #ffffff;
	padding: 10px 50px;
	border-radius: 5px;
	box-shadow: 0px 15px 20px 0px rgba(255, 120, 0, 0.27);
}

.pr-3 {
    padding-bottom: 10px;
}

a.previous-post.btn.btn-lg.btn-outline-secondary:hover {
    border: 1px solid #ff7800;
    background: transparent;
    color: #ff7800;
}

a.next-post.btn.btn-lg.btn-outline-secondary:hover {
    border: 1px solid #ff7800;
    background: transparent;
    color: #ff7800;
}

.archice-banner{
	min-height:500px;
	padding:60px 0;
	position: relative;
	background-color:#ccc;
}
.archice-banner h2{
	padding-top: 150px;
padding-bottom: 70px;
display: flex;
justify-content: center;
font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
font-weight: bold;
font-family: "Montserrat";
color: #ffffff;
text-transform: uppercase;
text-align: center;
}




.lower-cnt{
	padding-top: 30px;
	padding-right: 40px;
}
.lower-cnt span{
	font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat";
	color:#ff7800;
}
.lower-cnt h6{
	font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat";
	color:#1b1b1b;
	margin-top: 20px;
}
.lower-cnt p{
	font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#1b1b1b;
}
.left-arrow-1 img{
	position: absolute;
    left: -99px;
    top: -349px;
}
.right-arrow-1 img{
	position: absolute;
    right: -99px;
    top: -349px;
}
.test-left img{
	transform: rotate(180deg);
	position: absolute;
    left: -85px;
    top: -130px;
}
.test-right img{
	position: absolute;
    right: -85px;
    top: -130px;
}
.cnt-btn{
	color: white;
    border: 1px solid #ff7800;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 5PX 30PX;
    border-radius: 5PX;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
}
.contact{
	background-image: url(assets/images/contact.jpg);
	padding-top: 110px;
	padding-bottom: 85px;
}
.contact h2{
	margin-top: 25px;
	font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat";
	color:white;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.contact h4{
	font-size: 30px;
    font-weight: bold;
    font-family: "Montserrat";
	color:white;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contact h6{
	font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
	color:white;
	margin-bottom: 30px;
}

.contactPage .cnt-btn {
    color: #000;
}

.contactPage{
	background-color: #f4f4f4;
	padding-top: 110px;
	padding-bottom: 85px;
}
.contactPage h2{
	margin-top: 25px;
	font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat";
	color: #ff7800;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.contactPage h4{
	font-size: 30px;
    font-weight: bold;
    font-family: "Montserrat";
	color:#ff7800;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contactPage h6{
	font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
	color:rgb(12, 12, 12);
	margin-bottom: 30px;
}

.form-floating>label {
    display: none;
}

.num{
	color: #ff7800;
	font-size: 25px;
    font-weight: bold;
    font-family: "Montserrat";
	margin-bottom: 20px;
	display: block;
}
input#cn{
	padding: 20px 25px 20px 25px;
	margin-bottom: 35px;
	font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#000000;
}
input#cn::placeholder{
	color:#000000 !important;
}
input#em{
	padding: 20px 25px 20px 25px;
	margin-bottom: 35px;
	font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#000000;
}
input#em::placeholder{
	color:#000000 !important;
}
textarea.form-control{
	padding: 20px 25px 20px 25px;
	min-height: 142px !important;
	font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
	color:#000000;
}
textarea.form-control::placeholder{
	color:#000000 !important;
}
.why-btn-2{
	margin-top: 45px;
}
.footer-top{
	padding-top: 80px;
}
.footer-top img{
	margin-bottom: 40px;
}
.fot-list{
	list-style: none;
	gap: 20px;
	font-size: 19px;
    font-weight: 400;
    font-family: "Montserrat";
	margin-bottom: 40px;

}
.fot-list a{
	color:#000000;
}
.copy-right{
	font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
	color:#ff7800;
	border-top:1px solid #ff7800; 
}
.why-box-2::after{
	content: "";
    position: absolute;
    width: 4px;
    height: 86px;
    right: 62px;
    background-image: url(assets/images/dash.png);
    top: -10px;
}



/* ----------------------------------------- About Us Page ----------------------------------------  */


.aboutUs {
    background-image: url(assets/images/banner-image.png);
    height: auto;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}

.aboutUs h2 {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #ffffff;
    text-transform: uppercase;
	text-align:center;
}

.aboutUs p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    padding-top: 40px;
}


.video {
    padding-top: 150px;
    padding-bottom: 150px;
}

.videoImg {
    display: flex;
    justify-content: center;
}

/* .video .girl-img {
    width: 65%;
} */

.amount {
    font-size: 16PX;
    font-weight: 600;
    font-family: "Montserrat";
    background-color: #ff7800;
    border: 1px solid #ff7800;
    color: white;
    padding: 10px 37px;
    border-radius: 5px;
}

.price-btn {
    padding-top: 50px;
	display: flex;
    justify-content: center;
}



.book {
    padding-top: 80px;
    padding-bottom: 50px;
}

.bookImg {
	display: flex;
    justify-content: center;
}



/* ------------------------------------- Responsive Media Query ----------------------------------------------------------- */

/* ----------------- Media Screen Max-WIdth 1600 --------------------------- */

@media(max-width:1600px){
.banner {
    height: 810px;
    padding-top: 125px;
}

.banner img {
    position: absolute;
    right: -22px;
	top: 14px;
        width: 690px;
}

.banner-cnt h1 {
    font-size: calc(8px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}

.right-arrow {
    right: -38px;
    width: 44px;
}

.left-arrow {
    left: -36px;
    width: 44px;
}

.copy-right .row {
    margin: 0px;
}

.why-image .img-fluid {
    position: absolute;
    right: 0;
    top: 0;
    width: 782px;
}

.why {
    padding-top: 56px;
    padding-bottom: 54px;
}

.rebirth-img img {
    position: absolute;
    right: 115px;
}

.blog-1 {
    padding-left: 20px;
}

}



/* ----------------- Media Screen Max-WIdth 1400 --------------------------- */

@media(max-width:1400px){

	.banner img {
		width: 614px;
	}
	
	.banner {
		height: 744px;
	}
	
	.chapter-box {
		padding: 40px 20px 40px 20px;
		max-width: 336px;
	}
	
	.left-arrow {
		left: -22px;
		width: 32px;
	}
	
	.right-arrow {
		right: -24px;
		width: 32px;
	}
	
	/* .why-image .img-fluid {
		width: 750px;
	} */

	.why-image-col {
		position: absolute;
		width: 660px;
		top: 0;
		right: 0;
	}
	
	.why-image {
		display: none;
	}
	
	.why-cnt h2 {
		margin-top: 6px;
		margin-bottom: 2px;
	}
	
	.why-cnt p {
		padding-right: 40px;
		margin-bottom: 25px;
	}
	
	.why {
		padding-top: 34px;
	}

	.rebirth-img img {
		right: 60px;
	}
	
	.testi-box {
		padding: 30px 30px 20px 20px;
		max-width: 340px;
		height: 260px;
	}

	.blog-box {
		max-width: 340px;
	}


}	


/* ----------------- Media Screen Max-WIdth 1200 --------------------------- */

@media(max-width:1200px){

.chapter-box {
    padding: 20px 20px 20px 20px;
    max-width: 280px;
}

.left-arrow {
    left: -16px;
    width: 28px;
}

.right-arrow {
    right: -16px;
    width: 24px;
}

#menu-main-menu li a.nav-link {
    padding: 0 16px;
}

#navbar button.head-btn {
    font-size: 14px;
    padding: 5px 14px 5px 14px;
}

.site_logo .img-fluid {
    width: 150px;
}

.banner img {
    width: 510px;
    right: -6px;
    top: 14px;
}
	
    .chapter-box {
        padding: 20px 20px 20px 20px;
        max-width: 280px;
        min-height: 380px;
    }	

.banner {
    height: 760px;
}

.rebirth-img img {
    right: 30px;
    width: 490px;
}

.testi-box {
    padding: 30px 30px 20px 20px;
    max-width: 280px;
    min-height: 340px;
}

.blog-box {
    max-width: 280px;
}
}



/* ----------------- Media Screen Max-WIdth 991 --------------------------- */

@media(max-width:991px){

	.why-image-col {
		position: absolute;
		width: 558px;
		right: 0;
	}
	
	#menu-main-menu li a.nav-link {
		padding: 0 8px;
	}

	#menu-main-menu li a.nav-link {
		font-size: 13px;
	}
	
	.site_logo .img-fluid {
		width: 120px;
	}
	
	.banner img {
		width: 450px;
		position: relative;
	}
	
	.mob {
    display: none;
}
	
	.banner-cnt {
		padding-top: 60px;
	}
	
	.banner {
		height: 1120px;
	}
	
	.banner-cnt h1 {
		font-size: calc(30px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.abt-box {
		padding-bottom: 40px;
	}
	
	.abt-box p {
    margin-bottom: 10px;
    font-size: 17px;
	}
	
	.cta-cnt h2 {
    font-size: 24px;
	}

	.cta .cta-btn {
    padding: 10PX 7PX;
    font-size: 11px;
    margin-bottom: 16px;
	}
	
	.summary {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	
	.why-image-col {
    width: 540px;
	}
	
	.chapter-box {
		padding: 20px 20px 20px 20px;
		max-width: 214px;
        min-height: 430px;
	}
	
	.summary p {
		margin-bottom: 30px;
	}
	
	.why-image-col {
		display: none;
	}
	
	.why {
		padding-top: 60px;
	}
	
	.rebirth-img {
		display: none;
	}

	.testi-box {
		padding: 30px 12px 20px 12px;
		max-width: 210px;
		height: 360px;
	}
	
	.blog-box {
		max-width: 200px;
	}
	
	.blog {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.blog-uper h2 {
		font-size: 30px;
	}
	
	.contact {
    padding-top: 60px;
    padding-bottom: 70px;
}
.contactPage {
    padding-top: 60px;
    padding-bottom: 70px;
}
	
	input#cn {
    padding: 14px 25px 14px 25px;
    margin-bottom: 20px;
    margin-top: 37px;
}

input#em {
    margin-bottom: 20px;
    padding: 14px 25px 14px 25px;
}

}



/* ----------------- Media Screen Max-WIdth 767 --------------------------- */

@media(max-width:767.99px){
	
	.navbar-toggler.collapsed {background-color: #e0e0e0;}

	.why-image-col {
		position: absolute;
		width: 558px;
		right: 0;
	}
	
	.girl-img {
    display: none;
}
		
	.col-lg-3.col-md-4.order-1.order-md-2.order-xm-1 {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
	
	#menu-main-menu li a.nav-link {
		padding: 0 8px;
	}
	
	.site_logo .img-fluid {
		width: 120px;
	}
	
	.banner img {
		width: 450px;
		position: relative;
	}
	
	.banner-cnt {
		padding-top: 60px;
	}
	
	.banner {
		height: 1120px;
	}
	
	.banner-cnt h1 {
		font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.abt-box {
		padding-bottom: 40px;
	}
	
	.abt-box p {
    margin-bottom: 10px;
    font-size: 17px;
	}
	
	.cta-cnt h2 {
    font-size: 24px;
	}

	.cta .cta-btn {
    padding: 10PX 7PX;
    font-size: 11px;
    margin-bottom: 16px;
	}
	
	.summary {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	
	.why-image-col {
    width: 540px;
	}
	
	.testi-box {
    max-width: 290px;
    min-height: 358px;
}

.aboutUs h2 {
	font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}
	
	    .chapter-box {
        padding: 20px 20px 20px 20px;
        max-width: 93%;
        min-height: 430px;
    }
	
	.summary p {
		margin-bottom: 30px;
	}
	
	.why-image-col {
		display: none;
	}
	
	.why {
		padding-top: 60px;
	}
	
	.rebirth-img {
		display: none;
	}

	    .testi-box {
        padding: 30px 30px 30px 30px;
        max-width: 96%;
        min-height: 293px;
    }
	
	.blog-box {
		max-width: 200px;
	}
	
	.blog {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.blog-uper h2 {
		font-size: 30px;
	}
	
	.blog-box {
    padding-top: 20px;
    max-width: 100%;
}
	
	.contact {
    padding-top: 60px;
    padding-bottom: 70px;
}

.contactPage {
    padding-top: 60px;
    padding-bottom: 70px;
}
	
.banner-cnt h1 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}

.dedicated-cnt H2 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}

.summary h2 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}

.col-lg-6.col-md-4.order-2.order-md-1.order-xm-2 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.why-cnt h2 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}

.buy-cnt h2 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 12px;
}

.testimonial h2 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 13px;
}

.contact h2 {
    font-size: calc(24px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
}

#footer .img-fluid {
    width: 150px;
}

.fot-list a {
    font-size: 14px;
    font-weight: 700;
}

.fot-list {
    margin-bottom: 20px;
    gap: 24px;
}

.copy-right {
    font-size: 14px;
}

#footer p {
    margin-bottom: 14px;
}
	
	input#cn {
    padding: 14px 25px 14px 25px;
    margin-bottom: 20px;
    margin-top: 37px;
}

input#em {
    margin-bottom: 20px;
    padding: 14px 25px 14px 25px;
}


.blog-1 {
    padding-left: 10px;
    padding-right: 10px;
}

}


/* ------------------------------ Media Screen 575 ------------------------------ */
@media(max-width:575px){

	.desk {
		display: none;
	}
	
		.mob {
		display: unset;
	}
		
	.banner {
		height: auto;
		padding-bottom: 50px;
		padding-top: 100px;
	}
	
	.banner-cnt {
		padding-top: 36px;
	}
	
	.banner-cnt p {
		font-size: 14px;
		width: 100%;
	}
	
	.banner-cnt h1 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.banner-btn {
		font-size: 12px;
		padding: 6px 16px;
	}
	
	.dedicated {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	.banner-cnt span {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.dedicated-cnt span {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.dedicated-cnt H2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.dedicated-cnt p {
		font-size: 14PX;
		width: 100%;
	}
	
	.abt-btn {
		font-size: 12px;
		padding: 6px 16px;
	}
	
	.dedicated .img-fluid {
		display: none;
	}
	
	.abt-box {
		padding-bottom: 20px;
	}
	
	.cta {
		padding: 10px;
	}
	
	.col-lg-6.col-md-4.order-2.order-md-1.order-xm-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.col-lg-3.col-md-4.order-1.order-md-2.order-xm-1 {
		padding-bottom: 30px;
		padding-top: 50px;
	}
	
	.cta-btn {
		font-size: 12px;
		padding: 2px 8px;
	}
	
	.cta-btn-1 {
		font-size: 12px;
		padding: 6px 16px;
		margin-top: 30px;
	}
	
	.cta-cnt h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.summary-btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.summary h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		margin-bottom: 20px;
		margin-top: 20px;
	}
		
		
	.right-arrow {
			right: -8px;
			width: 20px;
	}
	
	.left-arrow {
			left: -3px;
			width: 20px;
	}	
	
	.chapter-box {
		padding: 30px 20px 20px 20px;
		max-width: 90%;
		height: 390px;
	}
		
	
	
	.why-btn {
		font-size: 12px;
		padding: 6px 16px;
	}
	
	.why-cnt h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		margin-top: 20px;
		margin-bottom: 12px;
	}
	
	.why-cnt p {
		font-size: 14px;
		width: 100%;
	}
	
	.why-cnt span {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.upper h6 {
		font-size: 16px;
	}
	
	.why-box-2::after {
		display: none;
	}
	
	.upper-p {
		padding-right: 0px;
		font-size: 14px;
	}
	
	.buy-btn {
		font-size: 12px;
		padding: 6px 16px;
	}
	
	.buy {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	
	.buy-cnt h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		margin-bottom: 14px;
		margin-top: 30px;
	}
	
	.buy-cnt p {
		font-size: 14px;
	}
	
	.buy h4 {
		font-size: 20px;
	}
	
	.buy h6 {
		font-size: 17px;
	}
	
	.buy-btn-1 {
		font-size: 12px;
		padding: 6px 16px;
	}
	
	.testi-box {
		padding: 30px 20px 20px 20px;
		max-width: 97%;
		height: 310px;
	}	
		
	.testi-btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.testimonial h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.testimonial p {
		font-size: 14px;
		padding: 0px;
	}
	
	.blog-btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.blog-uper h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.blog-uper p {
		font-size: 14px;
		padding: 0px;
	}
	
	.blog {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.contact h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
		margin-bottom: 24px;
	}
	
	.contact h4 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.contact h6 {
		font-size: 14px;
		margin-bottom: 14px;
	}
	
	.cnt-btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	
	.num {
		font-size: 14px;
		margin-bottom: 0px;
	}
	
	input#cn {
		padding: 14px 12px 14px 12px;
		margin-bottom: 20px;
		margin-top: 26px;
		font-size: 14px;
		height: 46px;
				width: 98%;
	}
	
	input#em {
		padding: 14px 12px 14px 12px;
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 14px;
		height: 46px;
				width: 98%;
	}
	
	textarea.form-control {
		padding: 14px 12px 14px 12px;
		/* margin-bottom: 20px; */
		/* margin-top: 26px; */
		font-size: 14px;
				width: 98%;
	}
	
	.why-btn {
		margin-top: 20px;
	}
	
	.contact {
		padding-bottom: 53px;
	}
	
	#footer .img-fluid {
		width: 83px;
	}
	
	.footer-top {
		padding-top: 40px;
	}
	
	.fot-list {
		gap: 16px;
		padding-left: 0px;
	}
	
	.fot-list a {
		font-size: 8px;
	}
	
	.copy-right p {margin-bottom: 2px;}	
	
	.price-btn {
		padding-top: 24px;
			display: flex;
		justify-content: center;
	}
	
	.amount {
		margin-bottom: 10px;
	}
	
	.book {
		padding-bottom: 50px;
	}
	
	.video {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.aboutUs h2 {
		font-size: calc(20px + (85 - 40) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.aboutUs p {
    font-size: 12px;
}

	
	}