body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('../fonts/SFProDisplay-Black.eot');
	src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProDisplay-Black.woff2') format('woff2'),
		url('../fonts/SFProDisplay-Black.woff') format('woff'),
		url('../fonts/SFProDisplay-Black.ttf') format('truetype'),
		url('../fonts/SFProDisplay-Black.svg#SFProDisplay-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('../fonts/SFProDisplay-Bold.eot');
	src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
		url('../fonts/SFProDisplay-Bold.woff') format('woff'),
		url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
		url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('../fonts/SFProDisplay-Medium.eot');
	src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
		url('../fonts/SFProDisplay-Medium.woff') format('woff'),
		url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
		url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;    
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
	overflow: hidden;
}
.fixed-header{    
	top: 0;
	background: #fff;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img {
	width: 130px;
}
.fixed-header .menu ul li a {
	padding: 40px 0;
}
.logo img{
	width:150px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;    
	margin-right: 20px;    
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	font-family: 'SF Pro Display';
	display: block;
	font-size: 14px;
	font-weight:bold;
	color: #282828;
	padding: 54px 0;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #0453ec;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	font-family: 'SF Pro Display';
	background: #0956ec;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 20px 11px 14px;
	border-radius: 10px;
	margin-left: 25px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #e1a005;
	color: #000;
}
.call-btn img{
	margin: -2px 6px 0 0;
	width: 19px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(49deg) brightness(98%) contrast(103%);
}
.banner{
	position: relative;
}
.banner-mobile{
	display:none;
}
.banner::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(245, 251, 255, 1) 27%, rgba(27, 82, 158, 0.01) 58%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner::after {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(245, 251, 255, 0.8) 14%, rgba(27, 82, 158, 0.01) 35%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.banner-part{
	max-width: 570px;
}
.banner-title{
	font-family: 'SF Pro Display';
	font-size: 33px;
	font-weight: 900;
	color: #041947;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 18px;
	position: relative;
}
.banner-title strong{
	font-weight: 900;
	color: #0453ec;
}
.banner-title:after{
	width: 95px;
	height: 4px;
	background: #ffd216;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.banner-text{
	font-size: 15px;
	font-weight: 500;
	color: #041947;
	margin-top: 15px;
	line-height: 1.3;
	padding-right: 8%;
}
.banner-btn{
	margin-top: 12px;
}
.banner-btn a{
	font-family: 'SF Pro Display';
	display: inline-block;
	background: #0956ec;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 38px 11px 22px;
	border: 2px solid #0956ec;
	margin: 15px 5px 0 0;
	border-radius: 10px;
	text-transform: uppercase;
	box-shadow: 0px 6px 24.84px 2.16px rgba(9, 97, 217, 0.14);
	transition: all 0.5s ease 0s;
}
.banner-btn a img {
	transform: translate(22px, -1px);
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover {
	background: #e1a005;
	color: #000;
	border: 2px solid #e1a005;
}
.banner-btn a:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(49deg) brightness(98%) contrast(103%);
}
.banner-btn a:last-child{
	background:transparent;
	color: #0956ec;
	border: 2px solid #0956ec;
	padding: 13px 28px 11px 22px;
	box-shadow:none;
}
.banner-btn a:last-child:hover{
	background:#0956ec;
	color: #fff;
}
.banner-btn a:last-child img{
	transform: translate(14px, -1px);
	filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(3369%) hue-rotate(221deg) brightness(95%) contrast(97%);
}
.banner-btn a:last-child:hover img{
	filter: brightness(0) saturate(100%) invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}
.choose-list{
	margin-top: 35px;
	gap: 20px 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.choose-list span{
	display: flex;
	align-items: center;
	font-family: 'SF Pro Display';
	font-size: 13px;
	font-weight: bold;
	color: #041947;
	text-transform: uppercase;
	gap: 10px;
	line-height: 1.3;
}
.choose-list span img{
	border: 2px solid #041947;
	border-radius: 50%;
	width: 47px;
}
.banner-car{
	position: absolute;
	top: 64%;
	transform: translateY(-50%);
	right: 3%;
	z-index: 1;
}
.banner-bottom-sec{
	margin-top: 35px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.banner-bottom-part{
	background: #fff;
	box-shadow: 0px 6px 24.84px 2.16px rgba(9, 97, 217, 0.07);
	padding: 40px 22px;
	border-radius: 5px;
}
.box1{
	display: flex;
	align-items: start;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: #041947;
}
.box1 strong{
	font-family: 'SF Pro Display';
	display: block;
	font-size: 16px;
	color: #041947;
	line-height: 1.3;
	margin-bottom: 5px;
}
.box1 img{
	border: 2px solid #0956ec;
	border-radius: 50%;
}
.about-us-sec{
	padding: 40px 0 60px;
}
.about-left {
	padding-right: 6%;
}
.small-title{
	font-size: 14px;
	font-weight: 500;
	color: #041947;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.about-title{
	font-family: 'SF Pro Display';
	font-size: 35px;
	font-weight: 900;
	color: #041947;
	line-height: 39px;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
}
.about-title strong{
	font-weight: 900;
	color: #0453ec;
}
.about-title::after {
	width: 95px;
	height: 4px;
	background: #ffd216;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.about-text{
	font-size: 15px;
	color: #041947;
	margin-top: 17px;
}
.learn-btn{
	font-family: 'SF Pro Display';
	display: inline-block;
	background: #0956ec;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 38px 11px 22px;
	margin-top: 20px;
	border-radius: 10px;
	text-transform: uppercase;
	box-shadow: 0px 6px 24.84px 2.16px rgba(9, 97, 217, 0.14);
	transition: all 0.5s ease 0s;
}
.learn-btn img {
	transform: translate(22px, -1px);
	transition: all 0.5s ease 0s;
}
.learn-btn:hover {
	background: #e1a005;
	color: #000;
}
.learn-btn:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(49deg) brightness(98%) contrast(103%);
}
.about-right{
	border-radius: 10px;
	overflow: hidden;
}
.about-right img{
	width: 100%;
}
.lesson-package-sec{
	background: #f6fbfd;
	padding: 50px 0;
}
.lesson-title{
	position: relative;
	z-index: 2;
	width: fit-content;
	margin: 0 auto;
}
.lesson-title span{
	font-family: 'SF Pro Display';
	font-size: 35px;
	font-weight: 900;
	color: #041947;
	line-height: 39px;
	text-transform: uppercase;
	background: #f6fbfd;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.lesson-title:before{
	width: 117%;
	height: 2px;
	background: #ffd216;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: -1;
}
.lesson-text{
	font-size: 15px;
	color: #041947;
	margin-top: 7px;
}
.box2-top{
	margin-top: 20px;
}
.box2{
	text-align: center;
	background: #041947;
	padding: 25px 20px 28px;
	border-radius: 6px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box2:hover{
	box-shadow: 0 18px 6px -9px #0000008f;
	margin-top: -5px;
}
.icon img{
	width: 85px;
	border-radius: 50%;
	background: #ffd216;
}
.box2-title{
	font-family: 'SF Pro Display';
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 1.3;
}
.package-list{
	text-align: left;
	margin-top: 30px;
}
.package-list ul{
	margin: 0;
	padding: 0;
}
.package-list ul li{
	list-style: none;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
	border-top: 1px solid #ffffff30;
	padding: 7px 0;
}
.package-list ul li img{
	width: 20px;
}
.package-list ul li:last-child{
	border-bottom: 1px solid #ffffff30;
}
.price-no{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	margin-top: 20px;
}
.price-no strong{
	font-size:30px;
	font-weight: bold;
	line-height: 30px;
}
.book-btn{
	font-family: 'SF Pro Display';
	display: block;
	background: #ffd216;
	color: #152842;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 25px;
	margin-top: 22px;
	border-radius: 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.book-btn img {
	margin-left: 9px;
	margin-top: -2px;
}
.book-btn:hover{
	background: #fff;
	color: #0956ec;
}
.box2-top:nth-child(2) .icon img{
	background: #0453ec;
}
.box2-top:nth-child(3) .icon img{
	background: #fff;
}
.box2-top:last-child .icon img{
	background: #fff;
}
.box2-top:last-child .box2{
	background: #cf0205;
}
.box2-top:last-child .package-list ul li img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(246deg) brightness(107%) contrast(100%);
}
.box2-top:nth-child(2) .book-btn{
	background: #0453ec;
	color: #fff;
}
.box2-top:nth-child(2) .book-btn:hover{
	background: #fff;
	color: #0956ec;
}
.box2-top:nth-child(3) .book-btn{
	background: #fff;
	color: #041947;
}
.box2-top:nth-child(3) .book-btn:hover{
	background: #0453ec;
	color: #fff;
}
.box2-top:last-child .book-btn{
	background: #fff;
	color: #cf0205;
}
.box2-top:last-child .book-btn:hover{
	background: #000;
	color: #fff;
}
.info{
	margin-top: 36px;
	border-left: 4px solid #041947;
	padding: 3px 0 3px 6px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #000;
}
.testimonial-sec{
	background: url(../images/review-bg.jpg) #071d48 no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
.title{
	font-family: 'SF Pro Display';
	font-size: 35px;
	font-weight: 900;
	line-height: 39px;
	text-transform: uppercase;
	color: #041947;
}
.review-part{
	margin-top: 25px;
}
.ti-row .ti-name, .ti-rating-text, .ti-rating-text span, .ti-rating-text span strong{
	color: #fff !important;
}
.ti-header-write-btn{
	padding: 12px 20px !important;
	font-size: 16px !important;
	text-transform: uppercase;
	border: none !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 35px !important;
}
.sp-testimonial-free{
	background:#fff !important;
	margin: 10px;
	padding: 52px 17px 25px;
	border-radius: 8px !important;
	position: relative;
	text-align:left !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 13px !important;
	color: #202020 !important;
	line-height: 19px !important;
	margin-bottom: 1px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 5px !important;
	max-height: 95px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #0956ec !important;
	margin-bottom: 3px !important;
	padding-top: 5px !important;
}
.sp-testimonial-client-image{
	position: absolute;
	bottom: 30px;
	right: 22px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 15px !important;
	line-height: 17px !important;
	color: #1b1a1a !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top:26px;
	margin-bottom: 0 !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	top:68% !important;
	font-size:42px !important;
}
.choose-sec{
	padding: 60px 0;
	background: url(../images/shape1.png) #e8f3fe no-repeat right bottom;
}
.choose-left .about-text br{
	margin-bottom:15px;
}
.choose-list2{
	margin-top: 20px;
}
.choose-list2 ul{
	margin: 0;
	padding: 0;
}
.choose-list2 ul li{
	background: url(../images/check-circle.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	list-style: none;
	font-size: 15px;
	color: #041947;
	padding-left: 27px;
	background-size: 18px;
	background-position: 0 3px;
	margin-top: 5px;
	line-height: 23px;
}
.location-sec{
    padding:50px 0;
    background:#f8fafc;
}
.loc-list{
    margin-top:35px;
}
.loc-list ul{
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap: 12px 12px;
}
.loc-list ul li{
    list-style:none;
}
/* .loc-list ul li:last-child{
    grid-column:2 / 4;
    justify-self:center;
    width:100%;
    max-width:290px;
} */
.loc-list ul li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px 20px 15px 40px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
	position:relative;
}
.loc-list ul li a:before{
	background-image: url(../images/loc3.png);
	background-repeat:no-repeat;
	width: 16px;
	height: 21px;
	position: absolute;
	top: 17px;
	left: 17px;
	content: "";
	background-size: 16px;
}
.loc-list ul li a:hover{
	background: #08142e;
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(11,125,59,.25);
}
.location-sec .lesson-text{
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-top:20px;
	text-align: right;
}
.ready-to-start-sec{
	padding: 44px 0;
}
.ready-start-part{
	background: #e6f2fd;
	padding: 50px 20px;
}
.left-part{
	display: flex;
	align-items: center;
	gap: 15px;
}
.left-part img{
	min-width: 65px;
}
.left-part .title{
	font-size: 25px;
	line-height: 27px;
}
.ready-start-part .banner-btn a{
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 12px 24px 10px 17px;
}
.ready-start-part .banner-btn a img{
	transform: translate(12px, -1px);
}
.banner-btn a:last-child{
	padding:13px 21px 11px 17px;
}
.footer{
	background: #f3f9fe;
	padding: 45px 0 15px;
}
.foot_logo{
	text-align: center;
}
.foot_logo img{
	width: 160px;
}
.foot_title{
	font-family: 'SF Pro Display';
	font-size:18px;
	color: #041947;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}
.foot_text{
	color: #2a2a2a;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #041947;
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}
.foot1 li a{
	color: #041947;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#187bc6;
}
.foot1.second li{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 8px;
}
.foot1.second li img{
	max-height: 19px;
}
.social2 a{
	margin-right: 2px;
}
.social2 img{
	width: 34px;
}
.line1{
	position: relative;
}
.line1::after {
	width: 1px;
	height: 100%;
	background: #00000029;
	position: absolute;
	top: 0;
	right: 7px;
	content: "";
}
.copyright{
	padding: 15px 0 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 36px;
	border-top: 1px solid #c2bebe;
	color:#041947
}
.copyright a{
	color:#187bc6;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	right: 1%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 290px 0 120px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: linear-gradient(180deg,rgb(245, 251, 255) 0, rgba(27, 82, 158, 0.01) 72%);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #000;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #000 !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #000 !important;
}
.inner-page p{
	margin-bottom:15px;
}
.abt-title {
	font-family: 'SF Pro Display';
	font-size: 25px;
	font-weight: 900;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase; 
}
.abt-title strong{
	font-weight: 900;
	color:#0956ec;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: bold;
	color: #1e1e1e;
	margin-top: 16px;
	text-transform: none;
}
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#0956ec0f;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#091431;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box1 p{
	margin-bottom:10px;
}
.inr-box1 img{
	background:#0956ec;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box1-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box1-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box1-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
}
.faq-part .ea-header a{
	font-size: 18px !important;
	color: #000 !important;
	padding: 14px 12px !important;
	line-height: 22px !important;
}
.faq-part .sp-ea-single.ea-expand .ea-header a{
	color: #fff !important;
}
.faq-part .sp-ea-single{
	background: #0956ec12 !important;
	border: 1px solid #736d6d !important;
}
.faq-part .sp-ea-single.ea-expand{
	background:#0956ec !important;
}
.faq-part .ea-expand-icon{
	color: #000 !important;
}
.faq-part .sp-ea-single.ea-expand .ea-expand-icon{
	color: #fff !important;
}
.ea-body p{
	margin-bottom: 0 !important;
	color: #000 !important;
	font-size: 15px;
}
.inr-box2-top {
	margin-top: 15px;
}
.inr-box2 {
	box-shadow: 0 0 5px #00000045;
	text-align: center;
	min-height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.inr-box2 p{
	margin-bottom:0 !important;
}
.price-part {
	text-align: center;
	background: #fbcc11;
	padding: 22px 0 60px;
	position: relative;
}
.inr-box2-title {
	font-family: 'SF Pro Display';
	font-size: 18px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	line-height: 1.3;
}
.price{
	position: absolute;
	left: 50%;
	bottom:-29px;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.price strong{
	display: inline-block;
	width: 75px;
	height: 75px;
	background: #d41309;
	border-radius: 50%;
	font-size: 20px;
	box-shadow: 0 7px 2px -2px #00000085;
	color: #fff;
	line-height: 75px;
	position: relative;
}
.price span{
	position: absolute;
	left: 50%;
	margin-left: 42px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}
.package-list2{
	text-align: left;
	margin-top: 60px;
	padding: 0 15px;
}
.package-list2 ul{
	margin: 0;
	padding: 0;
}
.package-list2 ul li{
	background:url(../images/check-circle.png) no-repeat;
	list-style: none;
	font-size: 15px;
	color: #000;
	border-top: 1px solid #0000005e;
	padding: 9px 0;
	padding-left: 28px;
	background-size: 20px;
	background-position: 0 11px;
	font-weight: 500;
}
.package-list2 ul li:last-child{
	border-bottom: none;
}
.book-btn2{
	font-family: 'SF Pro Display';
	display: block;
	background: #0956ec;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 25px;
	margin-top: 22px;
	border-radius: 0;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#0956ec;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:13px 30px 11px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 10px 25px 8px !important;
	background: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.booking-part{
	background: #0956ec;
	padding: 35px 25px 0;
	border-radius:8px;
}
.booking-part .frm_fld input{
	padding: 12px 15px;
}
.booking-part.frm_fld select{
	padding: 14px 30px 13px 15px;
}
.booking-part .send_btn input{
	margin: 22px auto 0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#0956ec;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:500;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:500;
}
.back-btn a {
	background: #0956ec;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	padding: 11px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		background: #fff;
		padding:5px 0;
	}
	.call-btn, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 90px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}	
	.banner {
		margin-top: 72px;
	}
	.banner-desktop{
		display:none;
	}
	.banner-mobile{
		display:block;
	}
	.banner::before, .banner::after{
		display:none;
	}
	.banner-car{
		display:none;
	}
	.banner-content {
		position: relative;
		width: 100%;
		top:auto;
		transform: none;
	}
	.banner-part {
		max-width: 100%;
		margin-top: 25px;
	}
	.banner-title {
		font-size: 24px;
		line-height: 27px;
		padding-bottom: 12px;
	}
	.banner-text {
		margin-top: 12px;
		padding-right: 0;
	}
	.banner-btn {
		margin-top: 5px;
	}
	.banner-btn a {
		padding: 11px 30px 9px 20px;
		font-size: 14px;
	}
	.banner-btn a:last-child {
		padding: 11px 21px 9px 20px;
	}
	.banner-btn a img {
		transform: translate(15px, -1px);
	}
	.banner-btn a:last-child img{
		transform: translate(10px, -1px);
	}	
	.choose-list {
		margin-top: 27px;
		gap: 10px 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.choose-list span{
		font-size: 12px;
	}
	.choose-list span img {
		width: 43px;
	}
	.banner-bottom-sec {
		margin-top: 30px;
	}
	.banner-bottom-part {
		box-shadow: 0px 6px 24.84px 2.16px rgba(9, 97, 217, 0.36);
		padding: 10px 15px 25px;
	}
	.box1-top{
		margin-top:15px;
	}
	.box1{
		align-items: center;
	}
	.box1 img {
		width: 52px;
	}	
	.box1 br{
		display:none;
	}
	.box1 strong{
		font-size: 14px;
	}
	.about-us-sec {
		padding: 30px 0 35px;
	}
	.about-left {
		padding-right: 0;
	}
	.about-title {
		font-size: 24px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	.about-text {
		margin-top: 14px;
	}
	.learn-btn {
		font-size: 15px;
		padding: 11px 22px 10px;
		margin-top: 20px;
	}
	.learn-btn img {
		transform: translate(8px, -1px);
	}
	.about-right{
		margin-top:25px;
	}
	.lesson-package-sec {
		padding: 35px 0 20px;
	}
	.lesson-title span {
		font-size: 24px;
		line-height: 26px;
		padding: 0 10px;
	}
	.lesson-title::before{
		top: 15px;
	}
	.box2-title br{
		display:none;
	}
	.price-no strong {
		font-size: 25px;
		line-height: 27px;
	}
	.icon img {
		width: 74px;
	}
	.package-list {
		margin-top: 18px;
	}
	.info {
		margin-top: 20px;
		font-size: 14px;
	}
	.testimonial-sec {
		padding: 35px 0;
	}
	.title {
		font-size: 24px;
		line-height: 26px;
	}
	.ti-widget.ti-goog .ti-col-1 .ti-reviews-container{
		margin-bottom: 0 !important;
	}
	.choose-sec {
		padding: 35px 0;
	}
	.choose-right{
		margin-top:25px;
	}
	.choose-right img{
		width:100%;
	}
	.location-sec {
		padding: 35px 0;
	}
	.loc-list {
		margin-top: 20px;
	}
	.loc-list ul {
		grid-template-columns: repeat(2,1fr);
		gap: 10px 10px;
	}
	.loc-list ul li a{
		padding: 13px 10px 13px 38px;
		font-size: 15px;
	}
	.loc-list ul li a::before {
		top: 15px;
		left: 14px;
	}
	.location-sec .lesson-text {
		font-size: 11px;
		text-align: left;
	}
	.ready-to-start-sec {
		padding: 35px 0;
	}
	.ready-start-part {
		padding: 30px 15px;
	}
	.left-part {
		align-items: start;
		flex-direction: column;
	}
	.left-part .title {
		font-size: 20px;
		line-height: 23px;
	}
	.ready-start-part .banner-btn{
		margin-top:15px;
	}
	.ready-start-part .banner-btn a{
		padding: 10px 24px 9px 17px;
	}
	.ready-start-part .banner-btn a:last-child {
		padding: 10px 21px 9px 20px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img {
		width: 130px;
	}
	.foot_text {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.3;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.line1::after{
		display:none;
	}
	.copyright {
		font-size: 13px;
		margin-top: 26px;
		text-align: center;
	}
	.page .entry-header, .blog_page_header{
		padding: 150px 0 85px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 23px;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-box1-top {
		margin-top: 20px;
	}
	.inr-box1 {
		padding: 20px 15px;
	}
	.inr-box1 img {
		width: 75px;
		border: 3px solid #fffefe;
		padding: 7px;
	}
	.inr-box1-title {
		font-size: 18px;
		margin-top: 16px;
	}
	.inr-box1-text {
		font-size: 14px;
		margin-top: 8px;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.bottom-sec {
		padding: 30px 10px;
		margin-top: 34px;
	}
	.price-part {
		padding: 18px 0 48px;
	}
	.price strong {
		width: 65px;
		height: 65px;
		font-size: 16px;
		line-height: 65px;
	}
	.inr-box2-title {
		font-size: 16px;
		line-height: 1.2;
	}
	.package-list2 {
		margin-top: 50px;
	}
	.faq-part .ea-header a {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.booking-part {
		padding: 25px 15px 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.call-btn {
		right: 75px !important;
	}
	.banner::after {
		display: none !important;
	}
	.banner-content {
		position: relative !important;
		width: 100% !important;
		top: auto !important;
		transform: none !important;
	}
	.banner-part {
		max-width: 100% !important;
		margin-top: 25px !important;
	}
	.banner-title {
		font-size: 23px !important;
		line-height: 25px !important;
	}
	.choose-list {
		margin-top: 30px !important;
	}
	.box2-top {
		width: 50%;
	}
	.box2 {
		padding: 18px 10px 20px !important;
	}
	.icon img {
		width: 60px !important;
	}
	.box2-title{
		font-size: 16px !important;
	}
	.book-btn{
		margin-top: 15px !important;
	}
	.inr-box1-top {
		width: 50%;
	}
	.inr-box1-top:last-child{
		width:100%;
	}
	.inr-box2-top {
		width: 50%;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.call-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 84px;
		font-size: 14px;
		padding: 11px 20px 10px 14px;
	}
	.banner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.banner-part {
		max-width: 564px;
		margin-top: 0;
	}
	.banner::after{
		display:block;
		background:#ffffff75;
	}
	.banner-title {
		font-size: 27px;
		line-height: 29px;
	}
	.choose-list {
		margin-top: 22px;
		gap: 8px 10px;
		grid-template-columns: repeat(3, 1fr);
	}
	.location-sec .lesson-text {
		text-align: right;
	}
	.left-part {
		align-items: center;
		flex-direction: row;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li a{
		padding: 45px 0;
	}
	.banner-content{
		top: 59%;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
		padding-bottom: 12px;
	}
	.banner-car {
		top: 60%;
		right: 1%;
		width: 445px;
	}
	.banner-part {
		max-width: 555px;
	}
	.choose-list {
		margin-top: 22px;
		gap: 10px 10px;
	}
	.banner-btn {
		margin-top: 4px;
	}
	.banner-btn a{
		padding: 11px 38px 10px 14px;
	}
	.banner-btn a:last-child {
		padding: 11px 21px 10px 14px;
	}
	.box1 img {
		width: 54px;
	}
	.box1 strong {
		font-size: 15px;
		line-height: 1.2;
	}
	.about-title {
		font-size: 28px;
		line-height: 30px;
		padding-bottom:15px;
	}
	.lesson-title span, .title{
		font-size: 28px;
		line-height: 30px;
	}
	.icon img {
		width: 70px;
	}
	.box2-top {
		padding: 0 6px;
	}
	.box2 {
		padding: 25px 14px 28px;
	}
	.box2-title{
		font-size: 17px;
	}
	.price-no strong {
		font-size: 25px;
		line-height: 27px;
	}
	.ready-start-part .banner-btn a {
		font-size: 12px;
		margin: 0 3px 0 0;
		padding: 10px 21px 8px 14px;
	}
	.ready-start-part .banner-btn a:last-child{
		padding: 10px 20px 8px 11px;
	}
	.left-part .title {
		font-size: 21px;
		line-height: 22px;
	}
	.foot1 li {
		font-size: 13px;
	}
	.social2 img {
		width: 28px;
	}
	.copyright{
		font-size: 12px;
	}
	.inr-box2-title {
		font-size: 16px;
		line-height: 1.2;
	}
	.price strong {
		width: 65px;
		height: 65px;
		font-size: 18px;
		line-height: 65px;
	}
	.price span {
		margin-left: 38px;
		font-size: 13px;
	}
	.package-list2 {
		padding: 0 10px;
	}
	.package-list2 ul li{
		font-size: 13px;
	}	
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.call-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 84px;
		font-size: 14px;
		padding: 11px 20px 10px 14px;
	}
	.banner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.banner-part {
		max-width: 564px;
		margin-top: 0;
	}
	.banner::after{
		display:block;
		background:#ffffff75;
	}
	.banner-title {
		font-size: 27px;
		line-height: 29px;
	}
	.choose-list {
		margin-top: 22px;
		gap: 8px 10px;
		grid-template-columns: repeat(3, 1fr);
	}
	.about-title {
		font-size: 24px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	.location-sec .lesson-text {
		text-align: right;
		font-size: 13px;
	}
	.left-part {
		align-items: center;
		flex-direction: row;
	}
	.lesson-title span, .title {
		font-size: 24px;
		line-height: 26px;
	}
	.loc-list ul {
		grid-template-columns: repeat(3,1fr);
	}
	.ready-start-part .banner-btn {
		margin-top: 20px;
	}
	.ready-start-part .banner-btn a {
		font-size: 14px;
		padding: 10px 21px 9px 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li a{
		padding: 45px 0;
	}
	.banner-content{
		top: 59%;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
		padding-bottom: 12px;
	}
	.banner-car {
		top: 60%;
		right: 1%;
		width: 445px;
	}
	.banner-part {
		max-width: 555px;
	}
	.choose-list {
		margin-top: 22px;
		gap: 10px 10px;
	}
	.banner-btn {
		margin-top: 4px;
	}
	.banner-btn a{
		padding: 11px 38px 10px 14px;
	}
	.banner-btn a:last-child {
		padding: 11px 21px 10px 14px;
	}
	.banner-bottom-part{
		padding: 40px 10px;
	}
	.box1 img {
		width: 54px;
	}
	.box1 strong {
		font-size: 15px;
		line-height: 1.2;
	}
	.about-title {
		font-size: 28px;
		line-height: 30px;
		padding-bottom:15px;
	}
	.lesson-title span, .title{
		font-size: 28px;
		line-height: 30px;
	}
	.icon img {
		width: 70px;
	}
	.box2-top {
		padding: 0 6px;
	}
	.box2 {
		padding: 25px 14px 28px;
	}
	.box2-title{
		font-size: 17px;
	}
	.price-no strong {
		font-size: 25px;
		line-height: 27px;
	}
	.ready-start-part .banner-btn a {
		font-size: 12px;
		margin: 0 3px 0 0;
		padding: 10px 21px 8px 14px;
	}
	.ready-start-part .banner-btn a:last-child{
		padding: 10px 20px 8px 11px;
	}
	.left-part .title {
		font-size: 21px;
		line-height: 22px;
	}
	.foot1 li {
		font-size: 13px;
	}
	.social2 img {
		width: 28px;
	}
	.copyright{
		font-size: 12px;
	}
	.inr-box2-title {
		font-size: 16px;
		line-height: 1.2;
	}
	.price strong {
		width: 65px;
		height: 65px;
		font-size: 18px;
		line-height: 65px;
	}
	.price span {
		margin-left: 38px;
		font-size: 13px;
	}
	.package-list2 {
		padding: 0 10px;
	}
	.package-list2 ul li{
		font-size: 13px;
	}	
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.call-btn {
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li a{
		padding: 45px 0;
	}
	.banner-content{
		top: 59%;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
		padding-bottom: 12px;
	}
	.banner-car {
		top: 60%;
		right: 1%;
		width: 445px;
	}
	.banner-part {
		max-width: 555px;
	}
	.choose-list {
		margin-top: 22px;
		gap: 10px 10px;
	}
	.banner-btn {
		margin-top: 4px;
	}
	.banner-btn a{
		padding: 11px 38px 10px 14px;
	}
	.banner-btn a:last-child {
		padding: 11px 21px 10px 14px;
	}
	.banner-bottom-part{
		padding: 40px 10px;
	}
	.box1 img {
		width: 54px;
	}
	.box1 strong {
		font-size: 15px;
		line-height: 1.2;
	}
	.about-title {
		font-size: 28px;
		line-height: 30px;
		padding-bottom:15px;
	}
	.lesson-title span, .title{
		font-size: 28px;
		line-height: 30px;
	}
	.icon img {
		width: 70px;
	}
	.box2-top {
		padding: 0 6px;
	}
	.box2 {
		padding: 25px 14px 28px;
	}
	.box2-title{
		font-size: 17px;
	}
	.price-no strong {
		font-size: 25px;
		line-height: 27px;
	}
	.ready-start-part .banner-btn a {
		font-size: 12px;
		margin: 0 3px 0 0;
		padding: 10px 21px 8px 14px;
	}
	.ready-start-part .banner-btn a:last-child{
		padding: 10px 20px 8px 11px;
	}
	.left-part .title {
		font-size: 21px;
		line-height: 22px;
	}
	.foot1 li {
		font-size: 13px;
	}
	.social2 img {
		width: 28px;
	}
	.copyright{
		font-size: 12px;
	}
	.inr-box2-title {
		font-size: 16px;
		line-height: 1.2;
	}
	.price strong {
		width: 65px;
		height: 65px;
		font-size: 18px;
		line-height: 65px;
	}
	.price span {
		margin-left: 38px;
		font-size: 13px;
	}
	.package-list2 {
		padding: 0 10px;
	}
	.package-list2 ul li{
		font-size: 13px;
	}	
}

@media screen and (min-width: 1424px) {
	.page .entry-header, .blog_page_header{
		padding: 304px 0 126px !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-car {
		top: 68%;
		right: 5%;
	}
	.page .entry-header, .blog_page_header{
		padding: 350px 0 156px !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-car {
		top: 67%;
		right: 9%;
	}
	.page .entry-header, .blog_page_header{
		padding: 415px 0 190px !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-car {
        top: 68%;
        right: 14%;
    }
	.page .entry-header, .blog_page_header{
		padding: 447px 0 200px !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-car {
		top: 65%;
		right: 16%;
    }
	.page .entry-header, .blog_page_header{
		padding: 566px 0 255px !important;
	}
}    
