::-moz-selection { /* Code for Firefox */
 color: #FFf;
 background: #00AFF0;
}
* {
	word-wrap: break-word;
	box-sizing:border-box;
}
body {
	overflow-x: hidden !important;
}
.clearfix {
	clear: both;
}
::selection {
	color: #FFf;
	background: #00AFF0;
}
a {
	text-decoration: none;
	outline: none;
}
p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
img {
	width: 100%;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.service_holder {
	text-align: center;
	margin: 20px 0;
}
.nav-link.active.waves-effect.waves-light {
	border-bottom: 2px solid #e12525;
}
.navbar {
	background: #fff;
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.39);
	display: block;
}
.top_dic {
	background: #242424;
	text-align:right;
	padding:5px 0;
}
.top_dic ul{
	margin:0;
	padding:0;
}
.top_dic ul li{
	display:inline-block;
}
.top_dic ul li a{
	color:#fff;
	padding:0 10px;
	font-size:14px;
	font-weight:400;
}
.top_dic ul li a:hover{
	color: #00aff0;
}
.top_dic p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0;
}
.navbar.scrolling-navbar{
	padding:0;
}
.navbar-brand img {
	width: 120px;
}
.panel {
	position: fixed;
	/* right: -15.625em; *//*left or right and the width of your navigation panel*/
	width: 15.625em; /*should match the above value*/
	background: #fff;
	top: 0;
	z-index: 16;
	height: 100%;
	padding: 30px 0 0 0;
	overflow-y: auto;
	display: none;
	padding:84px 0 0 0;
}
.shown  {
	box-shadow: -3px 0px 20px 0px rgba(0, 0, 0, 0.36);
	display: block;
}
.panel ul {
	margin: 0;
	padding: 0;
}
.panel ul li {
	display: block;
	border-bottom: 1px solid #ddd;
}
.panel ul li a {
	color: #545454;
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.panel ul li a:hover {
	background: #00AFF0;
	color: #fff;
}
.top_sldrbnr {
	margin-top: 54px;
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.38);
}
.navbar .nav-item .nav-link {
	display: block;
	outline: none;
	text-decoration: none;
}
.hamburger-icon {
	height: 19px;
	width: 24px;
	cursor: pointer;
	display: block;
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	margin: 12px 5px 0 !important;
}
.slider2{
	display:block;
	visibility:hidden;
	height:0;
}
.slider3{
	display:block;
	visibility:hidden;
	height:0;
}

.hamburger-icon .line {
	position: absolute;
	display: block;
	background: #676767;
	width: 22px;
	height: 2px;
	left: 0;
	transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
	-webkit-transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
	-moz-transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
}

.slick-track {
    margin: 0 auto;
}
.hamburger-icon .line.line-1 {
	top: 0px;
}
.hamburger-icon .line.line-2 {
	top: 7px;
}
.hamburger-icon .line.line-3 {
	top: 14px;
}
.hamburger-icon.active .line-1 {
	transform: translateY(7px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	-moz-transform: translateY(7px) translateX(0) rotate(45deg);
}
.hamburger-icon.active .line-2 {
	opacity: 0;
}
.hamburger-icon.active .line-3 {
	transform: translateY(-7px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
}
.carousel-caption {
	position: absolute;
	left: 9%;
	top: 27%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	width: 370px;
	max-width: 100%;
}
.carousel-caption h3 {
	font-weight: 500;
	font-size: 38px;
	background: rgba(0, 175, 240, 0.71);
	padding: 15px;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #6e6969;
	border-radius: 100%;
	background: #fff;
	padding: 9px;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #00AFF0;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.About_us p {
	font-weight: 400;
}
.radio-teal label {
	font-weight: 400;
	font-size: 16px;
}
.frm_hldr_bnr {
	width: 400px;
	max-width: 100%;
	padding: 10px 15px;
	position: absolute;
	top: 0%;
	bottom: 0;
	right: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.54);
	z-index: 2;
}
.inner_form_holder {
	width: 100%;
}
.radio_btn_hldr {
	padding: 10px 0;
}
.button_common {
	background: #00aff0;
}
.md-form label {
	font-weight: 400;
}
.form_h1 {
	padding: 7px 0 26px 0;
	text-align: center;
	font-size: 28px;
	margin: 0;
}
.md-form {
	padding: 5px 0;
}
.section_padd {
	padding: 60px 0;
}
.pg-titl-bdr-btm {
	width: 100px;
	height: 3px;
	background-color: #e12525;
	border: none;
}

.page-title {
	margin-bottom: 40px;
}
.col-zz {
	width: 20%;
	float: left;
}
.pos_rel {
	position: relative;
	background: #00aff0;
}
.Ftprnt_Srvd_Ara {
	position: absolute;
}
.nav-item a {
	font-weight: 400;
	margin: 0 5px;
	color: #454545 !important;
}
.map_section iframe {
	width: 100%;
}
.Ftprnt_Srvd_Ara {
	position: absolute;
	background: #fff;
	right: -26%;
	z-index: 1;
	top: 27%;
	width: 290px;
	padding: 20px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.38);
}
.Ftprnt_Srvd_Ara h1, .Ftprnt_Srvd_Ara p {
	color: #080808;
}
.srcs_wofr {
	background: #f2f2f2;
}
.contentcenter {
	/*align-items:center;*/
	justify-content: center
}
.x-map {
	margin-bottom: 0 !important;
}
/**services*/
.service_holder img {
	width: 90px;
	margin: 0 auto;
}
.service_holder {
	text-align: center;
}
.service_holder h3 {
	margin: 10px 0;
}
.service_holder p {
	font-size: 14px;
	font-weight: 400;
	color: #595959;
	letter-spacing: 1px;
	margin: 0;
}
/*services*/
/*footer*/
footer {
	background: url(../img/register.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto auto;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: 15;
}
footer::after {
	content: "";
	background:rgba(43, 43, 43, 0.94);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.copyright-notice {
	text-align: center;
	padding: 6px 0px;
	color: #fff;
	background: #010305;
	font-size: 10px;
}
footer h3 {
	color: #fff;
	text-align: left;
	margin-bottom: 18px;
	font-weight: 400;
	font-size: 23px;
}
.copyright-notice p {
    margin: 0;
    font-size: 10px;
}
.newsletter_div input {
    display: inline-block;
    background: #ecf1f5;
    padding: 3px 0 0 18px;
    border-radius: 20px;
}
.newsletter_div button {
    display: inline-block;
    background: #00aff0;
    padding: 6px 22px;
    border-radius: 20px;
	border:none;
	color:#fff;
	margin:10px 0;
	-webkit-transition:0.2s;
	transition:0.2s;	
}
.newsletter_div button:hover{
	background: #059cd4;	
}
.footerinrcnh {
    margin-bottom: 16px;
}
.controls-top {
	text-align: right;
}
.ftrul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
}
.ftrul li a {
	color: #fff;
	outline: none;
	text-decoration: none;
	display:inline-block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}
.ftrul li a:hover{
	text-decoration:underline;
}
.footerinrcnh img {
	width: 150px;
}
.footer_social ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer_social ul li {
	margin: 5px;
	display: inline-block;
}
.common_ancr {
    color: #fff;
    display: block;
    font-size: 21px;
    padding: 5px;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #01aef0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}
.common_ancr:hover {
    color: #fff;
	-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);	
}
.common_ancr.f_facebook {
	background: #3B5998;
}
.common_ancr.l_linkdin {
	background: #55ACEE;
}
/*footer*/
/*Why Footprint*/
.phone_img img {
	width: 100%;
}
.wy_ftprt_div {
	text-align: center;
	margin: 13px 0;
}
.wy_ftprt_div img {
	width: 60px;
	margin: 10px auto;
}
.wy_ftprt_div b {
	font-size: 18px;
	font-weight: 500;
	color: #595959;
	letter-spacing: 1px;
	display: block;
	margin: 10px 0;
}
.wy_ftprt_div p {
	font-size: 13px;
	color: #5a5a5a;
	letter-spacing: 0.5px;
}
/*Why Footprint*/

.Hw_It_work video {
	width: 50%;
}
.testimonial {
	text-align: center;
}
.testimonial .avatar {
	width: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.avatar img {
	width: 100%;
}
.tstimnil_sctn {
	background: #fff;
}
.testimonial-carousel .testimonial .avatar {
	margin-bottom: 2rem;
}
.testimonial p {
	min-height: 150px;
}
.btn-floating {
	z-index: 1;
	overflow: hidden;
	width: 47px;
	height: 47px;
	padding: 0;
	border-radius: 50%;
	background-color: #a6c;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn-floating i {
	width: inherit;
	font-size: 1.25rem;
	line-height: 47px;
	text-align: center;
	color: #fff;
}
.registered_withus {
	background: rgba(255, 255, 255, 0.94);
}
.register_holder {
	background: url(../img/register.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.show_768 {
	display: none !important;
}
.applink_scton {
	padding: 60px 0 0 0;
	background: #f6f4f5;
}
.app_links_dv a img {
	padding: 10px;
	width: 180px;
}
.app_links_dv a {
	display: inline-block;
}
.app_links_dv_nav img {
	width: 90px;
}
.app_links_dv_nav a {
	margin: 5px 5px 0 0;
}
.slider-for__item img {
	width: 60%;
	margin: 0 auto;
}
.slider-for__item {
	display: inline-block;
	width: 100%;
	margin: 10px;
}
.tab_btn_cb{
	text-align: center;
	cursor:pointer;
}
.tab_btn_cb p{	
	color: #424242;
	font-size: 16px;
	font-weight: 400;	
}
.fleet_detail {
	background-color: #efefef;
	color: #5f5c5c;
	padding: 40px 0;
	position: relative;
}
.slick-list {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.slider-nav {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}
.is-active {
	border-bottom:1px solid #00aff0;
}
.item-nav {
	width: 100px;
	height: inherit;
}
.slick-slide {
	margin-left: 0;
	margin-right: 20px;
}
.vrfprfsnl_img {
	position: relative;
	border: 2px solid #00AEEF;
	width: 80%;
	margin: 0 auto;
}
.vrfprfsnl_img img {
	position: relative;
	top: 10px;
	left: 10px;
    margin-bottom: 10px;
}
/*Cab CSS*/
.card {
	margin: 15px 0;
}
.card a {
	background: #00aff0;
}
.slick-list.draggable {
	overflow-x: hidden;
}
.icon_slidr_hldr{
	width:70px;
	margin:0 auto;
}
.icon_slidr_hldr img {
	width: 100%;
}
.fleetslidr_btn {
	text-align: center;
	padding: 0;	
	background:#151515;
}
.fleetslidr_btn ul {
    margin: 0;
	padding: 0;
}
.fleetslidr_btn ul li {
	display: inline-block;
}
.fleetslidr_btn ul li a{
	padding:10px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:500;
	color:#fff !important;
	width:120px;
}

.active1 {
    background: #00aff0;
	color: #fff !important;
}
.slick-list.draggable {
	height: inherit !important;
}
.card .card-text {  
    min-height: 110px;
}
/*Cab CSS*/
.hw_it_wrks{
	background:#fff;	
}
.how_it_hldr{
	background:#fff;
	padding:15px;
	margin: 15px 0;
	text-align: center;
	box-shadow:-1px 11px 20px 0px rgb(228, 228, 228);
	border: 1px solid #f0f0f0;
    position: relative;

}
.right_div .how_it_hldr{	
	text-align: right;
    border-right: 3px solid #01aef0;
}
.left_div .how_it_hldr{	
	text-align: left;
    border-left: 3px solid #01aef0;
}
.count {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #01aef0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.31);
}
.right_div .count {
    right: -8px;
     top: -8px;
    border-radius: 10px 0;
}
.left_div .count {
    left: -8px;
    top: -8px;
    border-radius: 0 10px;
}
.how_it_hldr_img {
	background: #f6f6f6;
}
.how_it_hldr strong, faqqanhldr h2{
	font-size:17px;
	font-weight:500;
	color:#595959;
	margin:10px 0  5px;
	display: inline-block;
}
.how_it_hldr p {
    font-size: 14px;
	color: #5a5a5a;
	min-height: 60px;
}

.faqqanhldr {
	padding: 7px 21px;
	background: #fff;
	margin: 20px 0;
	text-align:left;
	border: 1px solid transparent;
	box-shadow: 0px 0px 20px 0px rgb(214, 225, 234);
}
.faqqanhldrn {
	padding: 13px;
	background: #fff;
	margin: 0 0 14px 0;
	text-align: left;
	box-shadow:0px 0px 20px 0px rgb(234, 234, 234); 
}
.faqqanhldrn h2 {
	font-size: 21px;
	color: #00aff0;
	font-weight: 400;
	margin: 0 0 13px 0;
}
.faqqanhldrn ul {
	margin: 0;	
	padding: 0 0 0 19px;
	list-style-type:square ;
}
.faqqanhldrn ul li{
	padding: 1px 0;
	
}
.faqqanhldrn p {
	font-weight: 400;
	margin: 10px 0;
}
.faqqanhldrn ul li a {
	color: #474646;
	font-size: 15px;
	font-weight: 400;
}
.faqqanhldrn ul li a:hover{
 border-bottom: 1px solid #000;
}

.about_us_pg{
	padding: 7px 21px;
	background: #fff;
	margin: 20px 0;
	text-align:left;
	/* box-shadow: 0px 0px 20px 0px rgb(214, 225, 234); */
}
.faqqanhldr:hover {
	box-shadow: none;
	border: 1px solid #00aff0;
}
.faqqanhldr strong {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.faqqanhldr strong, .about_us_pg strong{
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 0.2px;
	margin: 6px 0 0 0;
	display: inline-block;
	color: #595959;
}
.faq_backgrnd{
	background: #edf2f6;
	margin-top: 62px;
}
.about_usbanner{
	margin-top: 62px;
}
.about_text_section{
	padding: 60px 0 0 0;
}
.faqqanhldr p, .about_us_pg p  {
    font-size: 15px;
	color: #595959;
    margin: 1px 0 5px 0;
}
.term_title, .faqqanhldr h2 {
	font-size: 24px;
	margin: 10px 0;
}
.how_it_hldr_img img {
	width: 90%;
	margin: 0 auto;
}
.video_holder video {
	outline: none;
	position: absolute;
	top: 51px;
	left: 12px;
	width: 235px;
}
.video_holder{
	position:relative;
	margin: 0 auto;
}

.video_holder img {
    width: 260px;
}
.intro {
	min-height: 400px;
	position: relative;
	background-size:cover !important;
}
.searchbox{
	position:relative;
}

.searchbox input {
	background: #fff;
	border: 0;
	padding: 11px 15px;
	font-size: 16px;
	box-sizing: border-box;
	height: inherit;
	border: none;
    box-shadow: 2px 11px 20px 0px rgba(0,0,0,.2);
}
.searchbox input:hover, .searchbox input:focus{
	border:none !important;
	 box-shadow: 2px 11px 20px 0px rgba(0,0,0,.3) !important;
} 
.searchbox .fa {
	position: absolute;
	right: 15px;
	bottom: 14px;
	color: #00aff0;
	cursor: pointer;
	font-size: 20px;
}
.faq_baner_hldr{	
	display:table;
	width:100%;
}
.faq_innbnhl{
	height:400px;
	display:table-cell;
	vertical-align:middle;
}
.faq_tp_qstn{
	color:#fff;
}
.nav {	
	display: block;
}
.help_page_tab  .nav-link { 	
	text-align: left;
	border:none !important; 	
	border: 1px solid #ddd !important;
	margin: 6px 0;
	padding: 8px !important;
	background:transparent;
	border-radius: 0;
	color: #323232;
	font-weight: 400;
}
.help_page_tab .nav-link.active{
	background-color:transparent;
}
.nav.nav-tabs.nav-justified.help_page_tab {
	border-bottom: none;
}	
.help_page_tab  li{
	position: relative;
	border-radius: 0 !important; 
	background: #fff;
	box-shadow: 0 0 20px 0 rgb(230, 230, 230);
}
.help_page_tab  li a {
    font-weight: 400;
    margin: 0 5px;
	color: #727272 !important !important;
}
.help_page_tab  .nav-link.active{
	border: 1px solid #00aff0 !important;
	color: #00aff0;
}
 .help_page_tab .waves-effect {
	overflow: visible;
}

.help_page_tab .fa.fa-angle-right {
	position: absolute;
	right: -6px;
	top: 29%;
	color: #00aff0;
	display: none;
}
.help_page_tab .nav-link.active .fa.fa-angle-right{
	display: block;
}
.why-book-icn {
    width: 22%;
}
.service_holder sup {
    font-size: 10px;
    font-weight: 600;
    top: -13px;
    color: red;
    left: 5px;
}
.main-heading {
    font-size: 28px;
    font-weight: 500;
}
.main-heading h2 {
    font-size: 28px;
    font-weight: 500;
}
.payment-price h3 {
    text-align: center;
}
.payment-price {
    text-align: center;
}
.ftrul {
    text-align: center;
}
footer h3 {
    text-align: center;
}
 .contact-page-inner h1 {
    text-align: center;
	font-size: 30px;
	color: #222;
	font-weight: 400;
}

.contact-form-resume {
    width: 100%;
    float: left;
}
.flx-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.dex-frm-field {
    position: relative;
    padding: 0 20px;
    margin: 10px 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.dex-frm-field input, .dex-frm-field select {
    height: 25px;
    border-radius: 0;
    width: 100%;
    padding: 10px 19px;
    border: 1px solid #E0E0E0;
    color: #222;
    background-image: none;
    background-clip: padding-box;
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea.about_project {
    width: 100%;
}
.dex-frm-field textarea {
    border-radius: 0;
    width: 100%;
    padding: 10px 19px;
    border: 1px solid #E0E0E0;
    color: #222;
    background-image: none;
    background-clip: padding-box;
    display: block;
	    height: auto;
}
.dex-frm-field input[type="submit"] {
    background: #00aff0;
    color: #fff;
    min-width: 200px;
}
.dex-frm-full {
    width: 100%;
}
.dex-frm-submit input {
    height: 46px;
}
section.contact-page-inner {
    padding: 50px 0px 20px;
    overflow: hidden;
}

.common_ancr.email-com {
    margin: 0 auto;
}
.icon-contact.foot-email {
    width: 59%;
}
.icon-contact {
    width: 41%;
    padding: 10px 0px;
    position: relative;
}


.email_ancr {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    padding-left: 3px;
    text-align: center;
    width: 100%;
}
.contect-detail h1 {
    width: 100%;

}
.email_ancr {
    color: #666;
}
.contact_usbanner p {
    color: #fff;
    position: absolute;
    bottom: 34%;
    text-align: center;
    width: 100%;
    font-size: 17px;
    line-height: 23px;
}
.contact_usbanner h1 {
    color: #fff;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.dex-frm-field.dex-frm-half {
    width: 92%;
}
.contect-detail {
    width: 100%;
    float: right;
    padding: 20px 0px;
}
.contact_usbanner {
    height: 45vh;

}
li.become a {
    display: none;
}
/* ********28-11-2019******** */
.section-icon {
    min-height: 160px;
    padding: 0px 15px 6px;
    background-color: #fff;
    transition: top .5s cubic-bezier(.39,.58,.57,1);
    box-shadow: 1px 3px 9px 1px rgba(32,32,32,.28);
    margin-bottom: 55px;
	margin: 10px;
}
.section-icon .wy_ftprt_div {
    background-color: #fff;
    transition: top .5s cubic-bezier(.39,.58,.57,1);
    box-shadow: 1px 3px 9px 1px rgba(32,32,32,.28);
	min-height: 130px;
}
/* ********end******** */
@media only screen and (min-width: 600px) {
    .section-icon  .wy_ftprt_div b {
    font-size: 14px;
}
.contact_usbanner {
    height: 70vh;
}
}
@media only screen and (min-width: 768px) {
    	.section-icon {
	margin: 0px;
	margin-bottom: 55px;
}
	.dex-frm-field input, .dex-frm-field select {
    width: 95%;
}


	.dex-frm-field.dex-frm-half {
    width: 48%;
}
.mobile-nav {
    display: none;
}
.contact_usbanner p {
    position: absolute;
    bottom: 37%;
    font-size: 17px;
}


.contact_usbanner h1 {
    font-size: 35px;
}
.contact_usbanner {
    height: 33vh;

}
}
@media (min-width: 812px) {
	.contact_usbanner {
    height: 90vh;

}
}
@media only screen and (min-width: 992px) {
    	.section-icon  .wy_ftprt_div b {
    font-size: 18px;
}
.contact_usbanner {
    height: 40vh;
}
}
@media only screen and (min-width: 1024px) {
	.contact_usbanner h1 {
    font-size: 43px;

}
	.contact_usbanner p {
    position: absolute;
    bottom: 33%;
    font-size: 24px;
}
		.contect-detail {
    width: 38%;
    float: right;
	 padding: 0px;
}
		.contact-form-resume {
    width: 60%;
}
	.contact_usbanner {
    height: 60vh;

}
	
}
@media only screen and (max-width: 1024px) {
	
	
.col-zz {
	width: 25%;
}
.panel {
	display: block;
	padding:65px 0 0 0;
}


} 

@media only screen and (max-width: 991px) {
.md-form, .md-form .btn {
	margin-bottom: 5px;
}
.carousel-caption {
	left: 1%;
}
.carousel-caption h3 {
	font-size: 30px;
}
.navbar-nav, .navbar-nav li {
	display: inline-block;
}

}

@media only screen and (max-width: 870px) {
.frm_hldr_bnr {
	position: static;
	width: 100%;
}
.carousel {
	box-shadow: none;
}
}

@media only screen and (max-width:768px) {
.show_768 {
	display: block !important;
}
.hide_768 {
	display: none !important;
}
.fixed-top {  
    height: 60px;
}
.right_div .how_it_hldr{	
	text-align: center;
}
.left_div .how_it_hldr{	
	text-align: center;
}
}

@media only screen and (max-width:700px) {
.Ftprnt_Srvd_Ara {
	position: absolute;
	background: #fff;
	right: 0px;
	z-index: 1;
	top: 17%;
	width: 100%;
	padding: 10px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.38);
}
.form-control {
	margin-bottom: 10px;
}
}

@media only screen and (max-width:768px) {
.frm_hldr_bnr {
	width: 100%;
	position: static;
	top: 5%;
	bottom: 6%;
	right: 1%;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.54);
	padding: 10px 17px;
}
.col-zz {
	width: 25%;
}
.carousel-control-next {
	display: none;
}
.carousel-control-prev {
	display: none;
}
.carousel-caption h3 {
	font-weight: 500;
	font-size: 32px;
	background: rgba(0, 175, 240, 0.71);
	padding: 15px;
}
.navbar {
	padding: 4px 10px;
}
.app_links_dv_nav a {
	margin: 0px;
}
.panel ul li a {	
	padding: 4px 15px;
}
}

@media only screen and (max-width:640px) {
.col-zz {
	width: 50%;
}
.phone_img img {
	height: inherit;
	width: 100%;
}
.carousel-caption {
	top: 14%;
}

.panel ul li a {
	color: #545454;
	display: block;
	padding: 7px 13px;
	font-size: 15px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.slick-prev, .slick-next {  
    top: 12%;
	}
	.card .card-text {  
    min-height: inherit;
}
.courierhiw p {
    min-height: 0;
}

}

@media (min-width: 301px) and (max-width: 450px) {
.col-zz {
	width: 100%;
}
.carousel-caption h3 {
	font-size: 16px;
}
.carousel-caption {
	position: absolute;
	left: 0;
	top: 7%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

}
