/*
 Theme Name:   Tootl Transport Child Theme
 Theme URI:    https://clicktecs.com/
 Description:  Child Theme for Tootl Transport. Required parent theme to work. Please check parent theme for more details.
 Author:       Vishal Gularia
 Author URI:   https://clicktecs.com/
 Template:     tooti
 Version:      1.0.0
*/

.leadform .btn{color:#fff;}
.leadform .btn:hover{background: #444;}
.cb-order-by-tootl-representative span.wpcf7-list-item-label {
    display: none;
}

.cb-ongoing-subscription > span.wpcf7-list-item {
    display: inline;
    float: left;
    margin-right: 10px;
}

.cbox-order-by > span.wpcf7-form-control-wrap {
    display: inline;
    float: left;
    margin-right: 0;
}

.cb-ongoing-subscription > span.wpcf7-list-item > label {
    padding-right: 0;
}


.reservation-form h3 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 25px;
    margin-bottom: 10px;
	color:#000;
}
.r-box{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;  
    min-height: 315px;
    margin-top: 20px;
	    box-shadow: 0 6px 8px 0px #c9c9c9;
}

.r-box p, .r-box ul li{
color: #000;
    text-align: left;
}
.r-box h3{
	color:#000;
	font-size:1.4em;
    text-align: left;
}
.reserv-form-row small{
	font-size:.73em;
	line-height:normal;
	display:block;
}
.msform-body h2{
	    font-size: 1.5em;
}
.r-box a:hover{color:#000;}
.reservation-sec-02.res-com {}
.reservation-sec-02.res-com h3{color:#000;}
.reservation-sec-02.res-com h2{color:#000;}
.about-sec-03.contentside h2{
	    text-transform: initial;
}
.about-sec-03.contentside{
    padding: 30px 30px 20px;
}
.about-sec-02.contentside{
    text-align: center;
    padding: 30px 30px 20px;
}

.roundtrip-transportation-main-row .wpcf7-checkbox span.wpcf7-list-item{
	display: block;
}


/* ************* Multipart Reservation Form CSS *************** */

.multi-step-form-container{
	text-align: center;
}

.multi-step-form-container h3{
	color: #646464;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.submit-btn {
	border: 1px solid #0e9594;
	background-color: #0e9594;
}

.d-none {
	display: none;
}
.msform-content{
	padding: 60px 0;
}
.font-normal {
	font-weight: normal;
}
ul.form-stepper {
	counter-reset: section;
	margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
	position: relative;
}
ul.form-stepper .form-stepper-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
	margin-bottom: 0.625rem;
	-webkit-transition: margin-bottom 0.4s;
	-o-transition: margin-bottom 0.4s;
	transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
	margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	content: "";
	top: 32%;
}
.form-stepper-horizontal li:after {
	background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
	background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
	flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 0;
	line-height: 1.7rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.38);
	border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
	background-color: #4361ee !important;
	color: #fff;
}
.form-stepper .form-stepper-active .label {
	color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
	background-color: #4361ee !important;
	color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
	background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
	background-color: #0e9594 !important;
	color: #fff;
}
.form-stepper .form-stepper-completed .label {
	color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
	background-color: #0e9594 !important;
	color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
	color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
	color: #fff !important;
}
.form-stepper .label {
	font-size: 1rem;
	margin-top: 0.5rem;
}
.form-stepper a {
	cursor: default;
}
.msform-footer,
.msform-body{
	padding-top: 30px;
}
.msform-tabs{
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
	flex-wrap: wrap;
}
.msform-tabs li{
	list-style-type: none;
	margin: 0 10px;
}
.msform-tabs li a{
	display: flex;
	border: solid 3px #CECECE;
	border-radius: 30px;
	color: #000;
	font-weight: 600;
	font-size: 1.3em;
	text-decoration: none;
	padding: 50px 30px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	line-height: 1;
	min-width: 285px;
	transition: all .5s ease 0s;
	max-width: 285px;
}
.msform-tabs li a:hover,
.msform-tabs li a:focus{
	border: solid 3px #F68620;
	color: #fff;
	background: #F68620;
}
.msform-tabs li a:hover .fa-solid,
.msform-tabs li a:focus .fa-solid,
.msform-tabs li a:active .fa-solid,
.msform-tabs li a:hover .fa-brands,
.msform-tabs li a:focus .fa-brands,
.msform-tabs li a:active .fa-brands{
	color: #fff;
}
.msform-tabs .fa-solid,
.msform-tabs .fa-brands{
	color: #F68620;
	margin-bottom: 20px;
	font-size: 1.5em;
}
.or{
	font-weight: 600;
	color: #999999;
	font-size: 1.563em;
	align-self: center;
}
.msform-footer .btn {
	font-size: 1.250em;
	font-weight: 500;
	min-width: 150px;
}
.msform-body.border-cc{
	border: solid 3px #CECECE;
	padding: 50px 30px;
	border-radius: 30px;
}
@media screen and (max-width:767px) {
	.msform-body h2{
	    font-size: 1em;
}
	.msform-content {
		padding: 30px 0;
	}
	.msform-tabs {
		flex-direction: column;
	}
	.msform-tabs li {
		margin: 5px 0;
	}
}

.rfp-step-no {
	display: none; 
}

/* ************* Multipart Reservation Form CSS *************** */

.transport-date-error {
	color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
 

.wpcf7-acceptance .wpcf7-list-item input {
	vertical-align: middle;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
    font-size: 12px;
    line-height: 20px;
}

.disclaimer {
	font-size: 13px;
    line-height: 22px;
}

.on-load-popup-mc { display: none; }

.on-load-popup-content.fancybox-content {
	padding: 0;
}