body {
	padding: 0px;
	margin: 0px;
	font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.form-control {
	box-shadow: none !important;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #111;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 178px;
}
.header_btn1 {
	display: inline-flex;
	align-items: center;
	background: #3d8ad2;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 17px;
	margin-right: 10px;
	padding: 7px 20px 7px 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn1 img {
	width: 30px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	margin-right: 6px;
}
.header_btn1:hover {
	background: #5b5b5b;
}
.header_btn2 {
	display: inline-flex;
	align-items: center;
	background: #e5e4e5;
	border-radius: 30px;
	color: #222 !important;
	font-weight: 500;
	font-size: 17px;
	padding: 7px 20px 7px 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2 img {
	width: 30px;
	background: #3d8ad2;
	border-radius: 50%;
	padding: 2px;
	margin-right: 6px;
}
.header_btn2:hover {
	background: #5b5b5b;
	color: #fff !important;
}
.banner_slide_box:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgb(0,16,30,0.85);
}
.banner_content {
	position: absolute;
	z-index: 9;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.banner_heading {
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
}
.banner_text {
	font-size: 17px;
	margin-top: 15px;
	color: #f3f3f3;
}
.banner_btn1 {
	display: inline-block;
	background: #3d8ad2;
	color: #fff !important;
	border-radius: 30px;
	font-size: 17px;
	padding: 12px 25px;
	font-weight: 500;
	margin: 25px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
	background: #333;
}
.banner_btn2 {
	display: inline-block;
	background: #e6e6e6;
	color: #111 !important;
	border-radius: 30px;
	font-size: 17px;
	padding: 12px 25px;
	font-weight: 500;
	margin: 25px 0 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
	background: #333;
	color: #fff !important;
}
#banner_slide .owl-dots {
	display: none;
}
#banner_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	transform: translate(0, -50%);
}
#banner_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	width: 19px;
	height: 35px;
	border-radius: 0;
	float: left;
	font-size: 0 !important;
}
#banner_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	width: 19px;
	height: 35px;
	border-radius: 0;
	float: right;
	font-size: 0 !important;
}
.home_package_section {
	padding: 70px 0;
}
.home_package_section_subheading {
	background: #d4e3f2;
	color: #222;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 30px;
}
.home_package_section_heading {
	font-weight: bold;
	font-size: 33px;
	color: #1a1a1a;
	line-height: 1.1;
}
.package_slide_box {
	box-shadow: inset 0px 5px 6.72px 0.28px rgba(0, 0, 0, 0.1);
	border: 2px solid #222;
	padding: 25px 0;
	min-height: 100%;
}
.package_slide_box_heading {
	font-weight: bold;
	font-size: 22px;
	color: #171616;
	line-height: 1.2;
	padding: 0 10px;
}
.package_slide_box_price {
	background: #061421;
	padding: 15px 10px 20px;
	margin: 20px 0;
	line-height: 1.2;
	font-weight: 600;
	font-size: 40px;
}
.package_slide_box_price small {
	font-weight: normal;
	font-size: 15px;
	display: block;
}
.package_slide_box_text {
	color: #666;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
}
.package_slide_box_btn {
	display: inline-block;
	background: #3d8ad2;
	color: #fff !important;
	padding: 10px 25px;
	border-radius: 30px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_slide_box_btn:hover {
	background: #333;
}
#package_slide {
	margin-top: 40px;
}
#package_slide .owl-dots, #review_slide .owl-dots {
	display: none;
}
#package_slide .owl-nav, #review_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -50px;
	right: -50px;
	margin-top: 0;
	transform: translate(0, -50%);
}
#package_slide .owl-prev, #review_slide .owl-prev {
	background: url("../images/prev_icon2.png") no-repeat center !important;
	width: 19px;
	height: 35px;
	border-radius: 0;
	float: left;
	font-size: 0 !important;
}
#package_slide .owl-next, #review_slide .owl-next {
	background: url("../images/next_icon2.png") no-repeat center !important;
	width: 19px;
	height: 35px;
	border-radius: 0;
	float: right;
	font-size: 0 !important;
}
#package_slide .owl-stage, #review_slide .owl-stage {
	display: flex;
}
#package_slide .owl-item, #review_slide .owl-item {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}
#package_slide .item, #review_slide .item {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}
.all_package_btn {
	display: inline-block;
	background: #061421;
	color: #fff !important;
	padding: 10px 25px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.all_package_btn:hover {
	background: #3d8ad2;
}
.home_welcome_sec {
	background: #eaf5ff;
	padding: 70px 0;
}
.home_welcome_sec_subheading {
	font-weight: 600;
	font-size: 17px;
	color: #3a81c3;
	background: url("../images/wheel_img.png") no-repeat center right;
	background-size: 27px;
	padding: 5px 0;
	padding-right: 35px;
}
.home_welcome_sec_heading {
	font-weight: bold;
	font-size: 32px;
	color: #1c1919;
	line-height: 1.2;
}
.home_welcome_sec_text {
	font-size: 17px;
	color: #666;
	margin-top: 20px;
}
.home_welcome_sec_list ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.home_welcome_sec_list ul li {
	list-style: none;
	position: relative;
	width: 50%;
	padding-left: 24px;
	color: #555;
	font-weight: 500;
	margin-top: 4px;
}
.home_welcome_sec_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.home_welcome_sec_btn {
	background: url("../images/wheel_img2.png") #3d8ad2 no-repeat center left 15px;
	background-size: 25px;
	display: inline-block;
	padding: 11px 25px 11px 50px;
	border-radius: 30px;
	color: #fff !important;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_welcome_sec_btn:hover {
	background-color: #061421;
}
.welcome_exp_box {
	background: #030303;
	border-radius: 8px;
	padding: 18px 20px 10px;
}
.welcome_exp_box_number {
	font-weight: bold;
	font-size: 65px;
	line-height: 50px;
	margin-right: 15px;
}
.welcome_exp_box_number small {
	font-weight: 600;
	font-size: 35px;
}
.welcome_exp_box_text {
	line-height: 1.2;
}
.home_welcome_img img {
	border-radius: 8px;
}
.home_welcome_img1 img {
	height: 88px;
}
.home_service_section {
	background: url("../images/service_bg.jpg") no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.home_service_section:before {
	background: #3a81c3;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 275px;
}
.service_bg_arrow {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(0, -50%);
}
.home_service_section_subheading {
	background: #484a4f;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 30px;
}
.home_service_box {
	margin-top: 40px;
}
.home_service_box_inner {
	background: url("../images/service_bg1.png") #fff no-repeat center right 20px;
	border-radius: 8px;
	min-height: 100%;
	padding: 30px;
	border-bottom: 4px solid #3d8ad2;
}
.home_service_box_heading {
	font-weight: bold;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 1.2;
}
.home_service_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_service_box_img {
	clip-path: polygon(85% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
.home_service_box_btn {
	background: url("../images/right_arrow.png") #04121f no-repeat center;
	background-size: 18px;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box_btn:hover {
	background-color: #3d8ad2;
}
.home_faq_section {
	background: url("../images/faq_bg.png") no-repeat center right;
	padding: 80px 0;
}
#accordionExample .accordion-item {
	border: none;
	margin-top: 10px;
}
#accordionExample .accordion-button {
	background: #04121f;
	color: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: none !important;
}
#accordionExample .accordion-button:not(.collapsed) {
	background: #3a81c3;
}
#accordionExample .accordion-button::after {
	filter: brightness(0) invert(1);
}
#accordionExample .accordion-body {
	color: #666;
	padding: 15px 0;
	font-size: 15px;
}
.home_enq_form_box {
	background: #1b1c1d;
	border-radius: 8px;
	padding: 45px 30px;
}
.home_enq_form_box_heading {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
}
.home_enq_form_box .form-control {
	border: none !important;
	margin-top: 12px;
	min-height: 44px;
	border-radius: 4px;
}
.home_enq_form_box select.form-control {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	padding-right: 30px;
}
.home_enq_form_btn {
	background: #3d8ad2;
	border-radius: 30px;
	padding: 10px 20px;
	margin-top: 15px;
}
.form-control {
	resize: none;
}
.home_reviews_section {
	background: #d8ecff;
	padding: 70px 0;
}
#review_slide {
	margin-top: 40px;
}
.review_slide_box {
	background: #fff;
	border-radius: 6px;
	box-shadow: 5px 5px 0px #3c87cf;
	min-height: 100%;
	margin-bottom: 5px;
	padding: 35px 25px;
}
.review_slide_box_text {
	color: #666;
	margin: 20px 0;
}
.review_slide_box_bottom img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin-right: 15px;
}
.review_slide_box_name {
	color: #3a81c3;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
}
.home_cta_section {
	background: #0f3354;
	padding: 40px 0;
}
.home_cta_section_heading {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}
.home_cta_section_text {
	color: #f3f3f3;
	margin-top: 10px;
}
.home_cta_btn1 {
	display: inline-flex;
	align-items: center;
	background: #eaf5ff;
	border-radius: 30px;
	color: #222 !important;
	font-weight: 600;
	font-size: 18px;
	margin-right: 10px;
	padding: 7px 20px 7px 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn1 img {
	width: 35px;
	background: #3e8dd7;
	border-radius: 50%;
	padding: 2px;
	margin-right: 6px;
}
.home_cta_btn1:hover {
	background: #5b5b5b;
	color: #fff !important;
}
.home_cta_btn2 {
	display: inline-flex;
	align-items: center;
	background: #04121f;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
	padding: 7px 20px 7px 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn2 img {
	width: 35px;
	background: #3d8ad2;
	border-radius: 50%;
	padding: 2px;
	margin-right: 6px;
}
.home_cta_btn2:hover {
	background: #5b5b5b;
	color: #fff !important;
}
.footer {
	background: #000;
	padding: 50px 0 20px;
}
.footer_logo img {
	width: 175px;
}
.footer_about {
	font-size: 15px;
	color: #d0d0d0;
	line-height: 1.3;
	margin: 25px 0;
}
.footer_contact_btn {
	display: inline-block;
	background: #3a81c3;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_contact_btn:hover {
	background: #04121f;
}
.footer_top_heading {
    font-size: 22px;
	color: #3d8ad2;
	font-weight: 600;
	line-height: 1.2;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
	padding-left: 25px;
}
.footer_menu ul li:before {
    position: absolute;
	content: "";
	top: 3px;
	left: 0;
	background: url("../images/bullet_icon.png") no-repeat;
	width: 18px;
	height: 18px;
}
.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #3d8ad2;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #eee;
	position: relative;
	list-style: none;
	margin-top: 6px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 4px;
	left: 0;
	max-width: 18px;
}
.footer_contact_info ul li a {
	color: #eee;
}
.footer_social {
	margin-top: 25px;
}
.footer_social a {
	margin: 0 4px 0 0;
}
.footer_social img {
	width: 32px;
}
.footer_top_block {
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_top_block:first-child {
	padding-left: 12px;
	border-left: none;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	font-size: 15px;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.9);
}
.footer_bottom a {
	color: rgba(255, 255, 255, 0.9);
}
.footer_map iframe {
	border-radius: 10px;
	overflow: hidden;
}
#back-to-top {
	background: #3d8ad2;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.inner_page_banner {
	background: url("../images/inner_banner.jpg") no-repeat;
	background-size: cover;
	padding: 190px 0 120px;
	position: relative;
}
.inner_page_banner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgb(0,16,30,0.8);
}
.inner_page_banner .container {
	position: relative;
	z-index: 9;
}
.inner_page_banner_heading {
	font-size: 35px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 5px;
}
.inner_page_container {
	padding: 70px 0;
}
.inner_page_banner .breadcrumb {
	font-size: 15px;
}
.inner_page_banner .breadcrumb-item.active, .inner_page_banner .breadcrumb-item a, .inner_page_banner .breadcrumb-item + .breadcrumb-item::before {
	color: #3d8ad2;
}


/*========== Contact Us Start ============*/

.contact_page_top_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.contact_page_right_inner {
	background: #3d8ad2;
	padding: 40px 30px;
	min-height: 100%;
}
.inner_page_heading {
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #3d8ad2;
	font-weight: 600;
}
.inner_page_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #3d8ad2;
	border-radius: 30px;
}
.centered_heading::before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.contact_page_right_inner .inner_page_heading::before {
	border-color: #fff;
}
.contact_page_info {
	position: relative;
	padding-left: 40px;
	color: #666;
	margin-top:25px;
}
.contact_page_info a {
	color: #666;
}
.contact_page_info strong {
	color: #222;
	font-weight: 500;
	font-size: 18px;
}
.contact_page_info img {
	position: absolute;
	top: 12px;
	left: 0;
	width: 25px;
}
.contact_form .form-control {
	min-height: 45px;
	margin-top: 12px;
	border: none !important;
	box-shadow: none !important;
	resize: none;
}
.contact_form .contact_btn {
	background: #061421;
	border: none;
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
	border-radius: 30px;
	padding: 10px 22px;
}
.contact_form {
	margin-top: 15px;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe {
	border-radius: 10px;
	overflow: hidden;
}
.contact_page_left {
	padding: 40px;
}


/*========== Contact Us End ============*/


.inner_page_mid_section {
	background: #061421;
	padding: 70px 0;
}
.inner_page_mid_section .inner_page_text {
	color: rgba(255, 255, 255, 0.6);
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #555;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
}
.inner_page_bottom_box {
	background: #3d8ad2;
	border-radius: 10px;
	padding: 40px 30px;
}
.inner_page_bottom_box_heading {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_bottom_box_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	border-bottom: 4px solid #fff;
	border-radius: 30px;
}
.inner_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}
.inner_page_img img {
	border-radius: 10px;
}
.login_page_box {
	background: #061421;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.login_page_right {
	padding: 30px 55px 30px 30px;
}
.login_page_right .form-control {
	min-height: 44px;
	margin-top: 12px;
	border: none !important;
	box-shadow: none !important;
	resize: none;
}
.login_page_right select.form-control {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	padding-right: 30px;
}
.login_page_right_forgot {
	color: #fff;
	font-size: 15px;
}
.login_page_right_forgot a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.login_page_right .contact_btn {
	background: #3d8ad2;
	border: none;
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
	border-radius: 30px;
	padding: 10px 22px;
}
.login_form_left img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.package_page_box_inner {
	background: #fff;
	text-align: center;
	padding: 25px 0;
	min-height: 100%;
	border-radius: 6px;
}
.package_page_box_heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #061421;
	padding: 0 15px;
}
.package_page_box_price {
	background: #3d8ad2;
	color: #fff;
	padding: 18px 10px 20px;
	margin: 20px 0;
	line-height: 1.2;
	font-weight: 600;
	font-size: 33px;
}
.package_page_box_price small {
	font-weight: normal;
	font-size: 14px;
	display: block;
}
.package_page_box_text {
	line-height: 1.2;
	padding: 0 15px;
	color: #666;
}
.package_page_box_btn {
	display: inline-block;
	background: #061421;
	color: #fff !important;
	padding: 10px 25px;
	border-radius: 30px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_page_box_btn:hover {
	background: #3d8ad2;
}
.package_page_box {
	margin-top: 30px;
}

.alert-danger {
    font-size: 12px;
    padding: 5px 10px;
    color: rgb(255, 3, 3);
}
/*************************************** BOOKING FORM CSS*************************/
.booking_form .form-control {
    border: 1px solid #ddd !important;
    margin-top: 12px;
    color: #555;
    min-height: 46px;
    resize: none;
    border-radius: 4px;
}

.booking_form .booking_btn {
	background: #061421;
	border: none;
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
	border-radius: 30px;
	padding: 10px 22px;
}

.card_border {
    border: 1px solid #212A37 !important;
}
.table-sec{
    border: 1px solid #cfcccc;
    border-radius: 6px;
}
.table-sec .table tr:nth-of-type(odd){
    background: #f2f2f2;
}
.table-sec .table td{
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
}
.table-sec .table td:first-child{
    font-weight: bold;
}
.book-title {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.back-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 50px;
    margin-bottom: 20px;
    transition: ease 0.5s all 0s;
}

/************* profile page css *************/
.profile_page_container {
    background: #f2f4f6;
    padding-bottom: 60px;
    padding-top: 30px;

  }
  .profile_left_box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 25px 20px;
  }
  .profile_left_menu ul {
    padding: 0;
    margin: 30px 0 0;
  }
  .profile_left_menu ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
    list-style: none;
    color: #302f2f;
    font-size: 15px;
  }
  .profile_left_menu ul li a {
    color: #302f2f;
  }
  .profile_left_menu ul li img {
    width: 45px;
    height: 45px;
    background: #eaedff;
    border-radius: 50%;
    margin-right: 10px;
  }
  .profile_left_menu ul li:nth-child(2) img {
    background: #fff2d8;
  }
  .profile_left_menu ul li:nth-child(3) img {
    background: #d3ffdf;
  }
  .logout_btn {
    display: inline-block;
  }
  .logout_btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    font-weight: 500;
    margin-top: 30px;
    font-size: 15px;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
  }
  .logout_btn:hover {
    background: #4895dc;
    color: #000 !important;
  }
  .reg_btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    font-weight: 500;
    margin-top: 30px;
    font-size: 15px;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
  }
  .reg_btn:hover {
    background: #4895dc;
    color: #000 !important;
  }
  .profile_left_box_heading {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .profile_user_img {
    background: #fff;
    width: 130px !important;
    height: 130px !important;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
    margin: 0 auto;
    display: block;
  }
  .profile_user_name {
    color: #1f1f1f;
    font-size: 25px;
  }
  .profile_heading_image {
    position: relative;
  }
  .profile-header-logo {
    text-align: center;
  }
  .profile-header-logo img {
    width: 180px;
  }
  .inner_banner.profile_heading_image {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #cacaca;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .upload_img_right {
    padding-left: 30px !important;
  }
  .edit_img {
    border: 1px solid #cac7c7;
    padding: 10px;
  }
  .profe_left {
    border: 1px solid #ddd;
    background: #fff;
    padding: 25px 20px;
  }

  .profile_right_box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 30px;
  }
.profile_heading {
    font-size: 18px;
    padding-bottom: 10px;
}

.forminput {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    padding-left: 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom:10px;
}
.upc_lsn_tbl {
    font-size: 13px;
}
.greentxt {
    background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
    border: 1px solid #3bb54a;
    color: #3BB54A;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    padding: 8px 0 8px 41px;
    margin-bottom: 15px;
}
.bdl_btn {
    background: #4895dc;
    color: #000;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
}
.card_border {
    border: 1px solid #212A37 !important;
}
.table-sec{
    border: 1px solid #cfcccc;
    border-radius: 6px;
}
.table-sec .table tr:nth-of-type(odd){
    background: #f2f2f2;
}
.table-sec .table td{
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
}
.table-sec .table td:first-child{
    font-weight: bold;
}

.upc_lsn_tbl {
    font-size: 13px;
}
.greentxt {
    background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
    border: 1px solid #3bb54a;
    color: #3BB54A;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    padding: 8px 0 8px 41px;
    margin-bottom: 15px;
}
  .has-feedback-left {
    -webkit-appearance: none;
    position: relative;
}
.bdl_btn {
    background: #3d8ad2;
    color: #000;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
}
.card_border {
    border: 1px solid #212A37 !important;
}
.table-sec{
    border: 1px solid #cfcccc;
    border-radius: 6px;
}
.table-sec .table tr:nth-of-type(odd){
    background: #f2f2f2;
}
.table-sec .table td{
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
}
.table-sec .table td:first-child{
    font-weight: bold;
}


.humburger-icon{
    font-size: 32px;
    color: #ea222b;
    line-height: 30px;
    display: inline-block;
}
.offcanvas{
    z-index: 9999 !important;
}
.offcanvas-body ul{
    margin: 0;
    padding: 0;
}
.offcanvas-body ul ul{
    margin-left: 20px;
}
.offcanvas-body ul li{
    list-style: none;
}
.offcanvas-body ul li a{
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}
.btn-close{
    opacity: 1 !important;
}
.btn-close:focus{
    box-shadow: none !important;
    outline: none !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
