@charset "UTF-8";
/*
Theme Name: Tourism 20
Theme URI: https://primeitworld.com/theme/tourism20
Author: Prime IT World
Author URI: https://primeitworld.com
Description: 
 */
 *, ::after, ::before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
 margin-top:0;
 margin-bottom:.10px
}
p {
 margin-top:0;
 margin-bottom:10px
}
a {
color:#212529;
}
a:hover {
    color:#0056b3;
    text-decoration:none
}
dl, ol, ul {
	margin: 0;
	padding: 0;
}
ul li, ol li{
    list-style: none;
}
button:focus {
	outline: none;
}
.pitw-container {
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width:576px) {
    .pitw-container {
        max-width:540px
    }
}
@media (min-width:768px) {
    .pitw-container {
        max-width:720px
    }
}
@media (min-width:992px) {
    .pitw-container {
        max-width:960px
    }
}
@media (min-width:1200px) {
    .pitw-container {
        max-width:1260px
    }
}
.pitw-btn {
	font-size: 16px;
	text-transform: uppercase;
	background: #ffa913;
	color: #ffffff;
	backface-visibility: hidden;
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	transition-property: color;
	border: none;
	line-height: 1;
	padding: 20px 40px;
	font-family: 'Montserrat', sans-serif;
	width: auto;
	font-weight: 600;
	border-radius: 4px;
	vertical-align: top;
	cursor: pointer;
}
.pitw-btn:hover{
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	backface-visibility: hidden;
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	vertical-align: middle;
	border-radius: 4px;
}
.pitw-btn:before{
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50% 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
	background: #6c5a5a;
	border-radius: 4px;
}
.pitw-btn:hover::before, .pitw-btn:focus::before, .pitw-btn:active::before{
	transform: scaleX(1);
}
.pitw-btn:focus, .pitw-btn:hover {
	box-shadow: none;
}
/* Header */
.pitw-site-header {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	background: #ffffffb3;
	height: 75px;
}
.pitw-site-header.fixed {
	position: fixed;
	top: -75px;
	transform: translateY(75px);
	transition: transform 500ms ease, background 500ms ease;
	width: 100%;
	z-index: 999999999999999;
	background: #fff;
	border-bottom: 1px solid #f1f3f6;
	box-shadow: 0 0 5px #f1f3f6;
}
.pitw-header-nav.navbar.navbar-expand-lg {
	padding-left: 0;
    padding-right: 0;
    padding-top: 13px;
    padding-bottom: 12px;
}
.header-logo{
    margin-right: 15px;
}
.header-logo .custom-logo {
	max-height: 50px;
	width: auto;
}
.header-menu-wrap {
	margin-left: auto;
}
.header-menu-wrap ul.menu > li {
	float: left;
	margin-left: 15px;
	position: relative;
}
.header-menu-wrap ul.menu > li > a {
	font-size: 18px;
	font-weight: 600;
	color: #007a88;
	font-style: italic;
	line-height: 24px;
	padding: 10px;
}
.header-menu-wrap ul.menu > li > a:hover {
	color: #01aec1;
}
.header-menu-wrap ul.menu > li.menu-item-has-children > a::after {
	content: "\f107";
	color: #007a88;
	font-size: 18px;
	right: -5px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
}
.header-menu-wrap ul.menu > li > ul.sub-menu {
	position: absolute;
	background: #ffffffd6;
	padding: 15px 20px;
	box-shadow: none;
	z-index: 999;
	left: 0;
	right: 0;
	top: 29px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	display: block;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	min-width: 230px;
	border-radius: 0px;
	visibility: hidden;
	border: 1px solid #eaeff3;
	border-top: 0;
}
.header-menu-wrap ul.menu li:hover > ul.sub-menu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
.header-menu-wrap ul.menu > li > ul.sub-menu > li > a {
	font-size: 16px;
	font-weight: 600;
	color: #007a88;
	font-style: italic;
	line-height: 24px;
	padding-bottom: 10px;
	display: block;
	transition: all 400ms ease-out;
}
.header-menu-wrap ul.menu > li > ul.sub-menu > li > a:hover {
	font-weight: 900;
	font-size: 17px;
	color: #01aec1;
}
.header-menu-wrap ul.menu > li > ul.sub-menu > li:last-child > a {
	padding-bottom: 0;
}
.top-quot-btn.pitw-btn {
	padding: 10px 15px;
	background: #fff;
	color: #ffa913;
	margin-left: 15px;
}
.pitw-site-header.fixed .top-quot-btn.pitw-btn {
	border: 1px solid #ffa913;
}
/* Home Slider */
.home-slide-item {
	height: 100vh;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 75px;
}
.home-slide-item::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #00ffdb94 0%, #04d1ff00 100%);
}
.home-slide-item .pitw-container{
    position: relative;
}
.home-slide-item .slide-content {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	width: 60%;
}
.home-slide-item .slide-content h3 {
	font-size: 45px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #ffff;
	line-height: 50px;
}
.home-slide-item .slide-content p {
	font-size: 18px;
	color: #757575;
	margin-bottom: 25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	margin: 0;
	position: absolute;
	top: calc(50% - 13px);
}
.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	display: inline-block;
	font-size: 55px;
	background: transparent;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.owl-carousel:hover .owl-nav button.owl-next span, .owl-carousel:hover .owl-nav button.owl-prev span {
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-next:hover span, .owl-carousel .owl-nav button.owl-prev:hover span {
	background: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
/* About Section */
.pitw-about-section {
	padding: 60px 0;
}
.home-about-content .about-sub-hed {
	font-size: 18px;
	font-weight: 600;
	background: #888;
	display: inline-block;
	padding: 5px 30px;
	color: #fff;
	margin-bottom: 15px;
}
.home-about-content .about-hed {
	font-size: 43px;
	margin-bottom: 20px;
	color: #888;
}
.home-about-content .abt-content {
	font-size: 17px;
	margin-bottom: 30px;
	color: #777676;
}
.pitw-about-section .image-box.box-2 {
	padding-top: 40px;
}
.pitw-about-section .image-box img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
/* Home Service */
.pitw-service-section {
	padding: 75px 0;
	background: #f6f6f6;
}
.pitw-heading {
	margin-bottom: 65px;
	text-align: center;
}
.pitw-heading h2 {
	font-size: 24px;
	font-weight: 900;
	color: #979595;
	margin-bottom: 10px;
}
.pitw-heading h4 {
	font-size: 18px;
	color: #b5b5b5;
}
.pitw-service-section .service {
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.pitw-service-section .service::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgb(6, 74, 82) 100%);
	transition: .3s;
}
.pitw-service-section .service:hover::before {
	background: rgba(6, 74, 82, 0.65);
}
.pitw-service-section .service .service-con {
	position: absolute;
	bottom: -45px;
	padding: 30px;
	width: 100%;
	transition: .3s;
}
.pitw-service-section .service:hover .service-con {
	bottom: 0px;
}
.pitw-service-section .service .service-con h3 {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	margin-bottom: 5px;
}
.pitw-service-section .service .service-con p {
	font-size: 16px;
	color: #fff;
}
.pitw-service-section .service .service-con .hsl {
	padding: 7px 10px;
	text-transform: none;
	font-size: 14px;
	opacity: 0;
	bottom: -15px;
	transition: all 0.4s;
}
.pitw-service-section .service:hover .service-con .hsl{
	opacity: 1;
	bottom: 0;
}
/* Contact Section */
.pitw-contact-section {
	position: relative;
	overflow: hidden;
}
.pitw-contact-section:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	background-color: rgba(255,255,255,0.65);
	z-index: 1;
	top: 30%;
	height: 1400px;
	width: 1400px;
	z-index: 9;
}
.contact-slide-item {
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.contact-sec-content {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	text-align: center;
	box-shadow: 0 0 92px #064a52 inset;
	z-index: 999;
	padding-top: 52px;
}
.contact-sec-content .cont-info {
	margin-bottom: 30px;
}
.contact-sec-content .cont-info h3, .contact-sec-content .contct-form h3 {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffa913;
	margin-bottom: 15px;
}
.contact-sec-content .cont-info li {
	list-style: none;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
.contact-sec-content .cont-info li i {
	width: 24px;
	line-height: 24px;
	background: #ffa913;
	margin-right: 10px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 12px;
}
.contact-sec-content .cont-info li span {
	color: #064a52;
	line-height: 1.2;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
}
.contact-sec-content .contct-form span, .contact-sec-content .contct-form span {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.contact-sec-content .contct-form input, .contact-sec-content .contct-form textarea {
	border: 1px solid #fff;
	border-radius: 0;
	margin-bottom: 5px;
	font-size: 15px;
	padding: 5px 12px;
	height: auto;
	background: #ffffff87;
	max-width: 475px;
}
.contact-sec-content .contct-form input:focus, .contact-sec-content .contct-form textarea:focus {
	box-shadow: none;
}
.contact-sec-content .contct-form input.submit {
	background: #f9f9f9cf;
	border: 1px solid #064a52;
	color: #064a52;
	font-weight: 600;
	border-radius: 4px;
}
/*Destination */
.home-destination-section {
	padding: 80px 0;
}
.destination .dest-con {
	display: block;
	overflow: hidden;
}
.destination .dest-con img {
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.destination .dest-con h3 {
	font-size: 15px;
	font-weight: 600;
	color: #064a52;
	margin-bottom: 5px;
}
.destination .dest-con p {
	font-size: 15px;
	color: #515353;
	margin: 0;
}
/* Footer */
.pitw-footer-section {
	background: #064a52;
	padding: 50px 0;
	color: #fff;
}
.footer-contact h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer-contact h4 {
	font-size: 18px;
	margin-bottom: 18px;
}
.contact-content li {
	padding-bottom: 5px;
}
.contact-content li i {
	float: left;
	margin-right: 10px;
	font-size: 16px;
	padding-top: 5px;
}
.contact-content li span {
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #ececec;
	line-height: 1.3;
}
.footer-quot h3 {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-quot h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.footer-social {
	display: flex;
	justify-content: end;
	margin-bottom: 30px;
}
.footer-social li {
	padding-left: 10px;
}
.footer-social li a i {
	font-size: 30px;
	color: #ffa913;
	line-height: 40px;
	width: 40px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	transition: all 400ms ease-in-out;
}
.footer-social li a i:hover {
	background: #ffa913;
	color: #fff;
}
.copyright-content {
	text-align: right;
}
.copyright-content h5 {
	font-size: 16px;
	color: #e1e1e1;
	line-height: 1.5;
	margin-bottom: 20px;
}
.copyright-content h5 a {
	color: #3086f2;
	font-weight: 600;
}
.copyright-content span {
    font-size: 16px;
}
.copyright-content span a img {
	max-height: 24px;
	width: auto;
}
/* Single Page */
.page-header {
	background-size: cover;
	padding-top: 75px;
	background-position: center;
	background-repeat: no-repeat;
	height: 275px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.page-header::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #6bfbe03b;
}
.page-header-content {
	height: 200px;
	display: flex;
	align-items: center;
	position: relative;
}
.page-header-content .page-title {
	float: left;
}
.page-header-content .page-title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fbb03b;
	text-transform: uppercase;
}
.page-brand-image {
	float: right;
	margin-left: auto;
}
.page-brand-image .custom-logo {
	max-height: 70px;
	width: auto;
	opacity: .5;
}
/* Team page */
.page-content-inner {
	padding: 45px 0;
}
.page-ex-heading {
	text-align: center;
	margin-bottom: 40px;
}
.page-ex-heading h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #999595;
}
.page-ex-heading p {
	margin: 0;
	font-size: 16px;
	color: #868686;
}
.team-members .col-lg-3:first-child {
	max-width: 100%;
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
}
.team-member {
	height: 100%;
	background: #fff;
	box-shadow: 0px 1px 2px #d2d2d2;
	text-align: center;
}
.team-members .col-lg-3:first-child .team-member {
	max-width: 35%;
	width: 500px;
}
.team-member img {
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
}
.team-members .col-lg-3:first-child .team-member img {
	height: 325px;
}
.team-member h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #868080;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0 10px;
}
.team-members .col-lg-3:first-child .team-member h3 {
	font-size: 24px;
	color: #064a52;
}
.team-member h4 {
	font-size: 16px;
	color: #7b7b7b;
	margin-bottom: 20px;
}
.team-members .col-lg-3:first-child .team-member h4 {
	font-size: 20px;
}
/* Contact page */
.contact-info-wrap {
	margin-bottom: 50px;
}
.con-info-item {
	background: #f7f7f7;
	box-shadow: 0 0 10px #bdbdbd;
	border-radius: 5px;
	height: 100%;
	padding: 30px 25px;
	overflow: hidden;
}
.con-info-item  .heading {
	font-size: 24px;
	color: #ffa913;
	margin-bottom: 15px;
	font-weight: 600;
}
.contact-form-wrap {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 45px 0;
	background-attachment: fixed;
}
.con-info-item .info i {
	font-size: 26px;
	color: #ffa913;
	margin-right: 15px;
	width: 30px;
	float: left;
}
.con-info-item .info span {
	font-size: 15px;
	display: block;
	overflow: hidden;
	line-height: 20px;
	width: calc(100% - 45px);
	float: left;
}
.contact-form-wrap {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 45px 0;
	position: relative;
}
.contact-form-wrap::before {
	content: '';
	background: #0084004f;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-form-heading {
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.contact-form-heading h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.contact-form-heading h4 {
	font-size: 20px;
	color: #fdfdfd;
	margin-bottom: 30px;
}
.contact-form-wrap .contact-form {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.contact-form-wrap .contact-form input, .contact-form-wrap .contact-form textarea {
	border: 1px solid #c6c6c6;
	margin-bottom: 15px;
	font-size: 15px;
	padding: 10px 16px;
	height: auto;
	background: #ffffffd6;
	border-radius: 4px;
}
.contact-form-wrap .contact-form input.submit.pitw-btn {
	background: #ffa913;
	width: 100%;
}
/* Air ticket page */
.page-content-inner.air-ticket-page-content-inner {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.page-content-inner.air-ticket-page-content-inner::before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #6f6f6fcf;
}
.air-ticket-page-content-inner .page-ex-heading {
	text-align: center;
	background: #f6f6f6;
	padding: 30px;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
}
.available-ticket-wrap {
	margin: 0 auto;
	background: #ffffffde;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.available-ticket-wrap h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fbb03b;
	margin-left: -25px;
}
ul.avl-tickets {
	padding-left: 25px;
	float: left;
	width: 50%;
}
.avl-tickets li {
	list-style: disclosure-closed;
	color: #004c55;
	padding-bottom: 10px;
}
.avl-tickets li span {
	font-size: 17px;
	line-height: 24px;
	color: #004c55;
}
.available-ticket-wrap .right-img {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-left: 25px;
}
.available-ticket-wrap .right-img img {
	width: 100%;
	height: auto;
}
/* Visa Req Page */
.page-content-inner.visa-page-content-inner {
	background: #ebf2f4bf;
	padding-bottom: 0;
}
.requirement-visa-apply {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 45px 0;
	position: relative;
}
.requirement-visa-apply::before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #def5ffbf;
}
.requirement-visa-apply .right {
	padding-left: 25px;
}
.requirement-visa-apply .left {
	padding-right: 25px;
}
.requirement-visa-apply h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	color: #fbb03b;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.requirement-visa-apply h2::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	bottom: -10px;
	left: calc(50% - 25%);
	background: #fff;
}
.single-requirement {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 13px 0 rgba(0,0,0,.11);
	margin-bottom: 25px;
}
.requirement-visa-apply .right .single-requirement:nth-child(odd){
	display: none;
}
.requirement-visa-apply .left .single-requirement:nth-child(even){
	display: none;
}
.single-requirement .country {
	cursor: pointer;
	padding: 5px 15px;
}
.single-requirement .country span{
	position: relative;
	padding: 10px 0;
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	color: #6d6e72;
}
.single-requirement .country span::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	font-weight: 600;
	transform: all .3s ease;
}
.single-requirement .country.collapsed span::after {
	content: "\f054";
}
.single-requirement .requirement-con {
	border: 0;
	border-top: 1px solid #dee2e6;
	border-radius: 0;
	padding: 15px;
}
.single-requirement .requirement-con ul {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.single-requirement .requirement-con ul li {
	list-style: decimal;
	color: #888282;
	font-size: 16px;
	padding-bottom: 7px;
}
.requirement-con img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
/* quotation form */
.modal-dialog {
	max-width: 870px;
}
.modal-open .modal {
	z-index: 9999999999;
}
.modal-content {
	background: transparent;
	border: 0;
	border-radius: 0;
}
.modal_header_top {
	text-align: center;
	background: #eee;
	padding: 30px 20px 15px 20px;
	margin-bottom: 1px;
	border-radius: 10px 10px 0 0;
}
.modal_header_top .custom-logo-link {
	display: inline-block;
	overflow: hidden;
}
.modal_header_top a img {
	width: 255px;
	height: auto;
}
.modal_header_top a.close {
	font-size: 30px;
	color: #ff0404;
	font-weight: 900;
}
.modal_header {
	background: #eee;
	padding: 15px 20px;
	margin-bottom: 10px;
	text-align: center;
}
.modal_header h4 {
	font-size: 30px;
	font-weight: 900;
	color: #ffa913;
	line-height: 1.2;
	margin-bottom: 10px;
}
.modal-body {
	background: #fff;
	padding: 20px;
}
.modal-body label.mail_label {
	font-size: 23px;
	font-weight: 700;
	color: #8ec63f;
	line-height: 1.2;
	margin-bottom: 15px;
	text-decoration: underline;
}
.modal-body label {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #6d6e72;
}
.modal-body label span {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.modal-body .DeliverySpeedCharges .wpcf7-list-item input, .modal-body .Experience .wpcf7-list-item input, .modal-body .PackageDetails .wpcf7-list-item input {
	width: auto;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
}
span.wpcf7-list-item {
	overflow: hidden;
	display: flex;
	align-items: start;
	margin-bottom: 10px;
}
span.wpcf7-list-item span {
	font-size: 13px;
}
.wpcf7-form-control-wrap.DeliverySpeedCharges {
	margin-top: 18px;
}
.modal-body label input, .modal-body textarea, .modal-body select {
	width: 100%;
	background: #f9f9f9de;
	margin-top: 10px;
	border: 1px solid #e8e7e7;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 10px;
	color: #6a6a6a;
	border-radius: 2px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	height: 35px;
}
.modal-body label input:focus , .modal-body textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #000;
	box-shadow: none;
}
.modal_below_banner {
	margin-top: 15px;
	border-radius: 0 0 10px 10px;
}
.modal-body .submit.bds-btn {
	padding: 10px 40px;
	font-size: 20px;
	text-transform: uppercase;
}
/* About Us Page */
.page-ex-heading.aboutus-page-content p{
	margin-bottom: 10px;
}
.about-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}