.main-container {
	background-color: #f9f9f9;
	width: 100%;
	height: 100%;
}

.close-icon {
	padding: 8px 15px;
	cursor: pointer;
}

.close-text {
	color: #342c5d;
	font-size: 14px;
	padding-right: 10px;
}

.main-container .modal-content {
	border-radius: 10px;
}

.main-container .modal-content .custom-input > label {
	font-size: 10px;
}

.main-container .modal-content {
	padding: 20px;
}

.main-container .modal-content .time-r-t {
	font-size: 12px;
	font-weight: 600;
	color: #342c5d;
}

.main-container .modal-content button {
	border-radius: 10px;
}

.return-time-modal .modal-dialog {
	max-width: 310px;
}

.return-time-modal .modal-header {
	border-bottom: none;
}

/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type=text]::-ms-clear { display: none; }

input[type=date]::-moz-clear { display: none; }*/

.main-container .modal-content .modal-footer {
	border-top: none;
}

.main-container .modal-content .modal-footer.return-time-btn {
	display: flex;
	justify-content: space-between;
}

.main-container .modal-content .modal-footer.return-time-btn .cancel-btn {
	color: #5434f5;
	font-size: 14px;
}

.main-container .modal-content .modal-footer.return-time-btn .save-btn {
	background-color: #5434f5; 
	font-size: 14px;
	color: #fff;
}

.main-container .modal-content {
	font-size: 14px;
}

.main-container .modal-content button.btn-primary {
	background-color: #5434f5;
}
.btn:focus,.btn:active{
	box-shadow: none !important;
}
.top-bar {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.sidebar-content {
	float: left;
	font-family: 'Poppins', sans-serif;
	padding-left: 0;
	padding-right: 0;
}

.sidebar-content ul {
	list-style: none;
	padding-left: 0px;
}

.sidebar-content ul li {
	font-size: 12px;
	color: #342c5d;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.list-item {
	padding-left: 10px;
}

.sidebar-content ul .circular-icon {
	background-color: #ada9c3;
    padding: 7px;
    border-radius: 40px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
}

.sidebar-content ul .circular-icon img {
	margin-top: 5px;
	color: #fff;
	position: relative;
	bottom: 2px;
}

.sidebar-content ul .sidebar-counter {
	color: #5434f5;
}

.sidebar-content ul .sidebar-content-lists {
	color: #342c5d;
}

.custom-bar-container {
	width: 100%;
    height: 45px;
}

.custom-bar {
    height: 45px;
    display: block;
    width: 1px;
    float: left;
    background: #ada9c3;
    margin-left: 18px;
}

.custom-bar.disable-li {
	background-color: #ada9c3 !important;
}

.sidebar-content ul .disable-li-sidebar-content .circular-icon {
	background-color: #ada9c3;
}

.circular-icon.disable-li {
	background-color: #ada9c3 !important;
}

.disable-li {
	color: #ada9c3 !important;
}

.main-content-box {
	background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 11px #5434f529;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.main-content-container.row {
	margin-right: 0;
	margin-left: 0;
}

.main-title {
	color: #342c5d;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	padding: 30px 0px 45px;
}

.main-content-box .card {
	border:none;
	font-family: 'Poppins', sans-serif;
}

.main-content-box .card .card-header {
	background-color: #fff;
    border-bottom: none;
    padding: 0;
    color: #5434f5;
}

.main-content-box .card .card-header button {
	padding: 0;
}

.main-content-box .card .card-header button, .main-content-box .card .card-header .fa {
	color: #5434f5;
	font-size: 20px;
	font-weight: 500;
}

.main-content-box .card .card-header .fa {
	font-size: 30px;
	font-weight: 400;
}

.main-content-box .card .card-header h2 button:focus {
	box-shadow: none;
}

.main-content-box .accordion .card .card-body {
	padding-left: 0;
	padding-right: 0;
}

.label-text {
	font-size: 12px;
    color: #ada9c3;
    font-weight: 500;
    margin-bottom: 0;
}

.label-content {
	font-size: 14px;
    color: #342c5d;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.yellowColor {
	color: #f5a134;
}

.lastname-img {
	width: 36px;
    height: 35px;
    position: relative;
    top: 6px;
    right: 5px;
}

.general-info-input {
	padding-bottom: 40px
}

.general-info-input input, .first-flight-section input, .accomodation-section-container input, .transportation-section input {
	border-radius: 10px;
	color: #342c5d;
	font-weight: 500;
}

.custom-input:focus {
	border: none;
}

.custom-input input {
	color: #342c5d;
	font-size: 11px;
	border-radius: 10px;
}
.custom-input input:focus {
	box-shadow: 1px 5px 11px #5434f529;
}

.general-info-input .calendar-icon, .first-flight-section .plane-icon, .second-flight-section .plane-icon, .accomodation-section-container .calendar-icon, .transportation-section .calendar-icon {
	position: absolute;
    right: 0;
    top: 0;
    margin-top: 8px;
    margin-right: 10px;
    
}

.calendar-icon {
	background-color: white;
    padding: 1px;
}

.general-info-input .custom-input, .first-flight-section .custom-input {
	margin: 0 0 20px;
}

.main-content-box.flight-section .nav-tabs, .transportation-section .nav-tabs {
	border-bottom: none;
}
.main-content-box.flight-section .nav-tabs .nav-link, .transportation-section .nav-tabs .nav-link {
	font-size: 14px;
	color: #342c5d;
	font-weight: 500;
	border: none;
	padding-left: 0;
	padding-right: 40px;
}

.main-content-box.flight-section .nav-tabs .nav-link:hover, .transportation-section .nav-tabs .nav-link:hover {
	border-color: #fff;
}

.main-content-box.flight-section .nav-tabs .active, .transportation-section .nav-tabs .active {
	border-color: unset;
	color: #5434f5;
}

.active-visible {
	visibility: hidden;
	width: 75%;
	background-color: #5434f5;
	border-radius: 10px;
	height: 5px;
}

.nav-item .active .active-visible {
	visibility: visible;
}

.first-flight-section {
	padding-left: 10px;
}

.first-flight-section .flight-t, .second-flight-section .flight-t, .accomodation-section-container .flight-t {
	color: #5434f5;
	font-size: 14px;
	font-weight: 500;
}

.first-flight-section .flight-t a, .second-flight-section .flight-t a {
	margin-left: 27px;
	background-color: #5434f5;
	color: #fff;
	text-align: center;
    border-radius: 40px;
    font-weight: 400;
    width: 20px;
    display: inline-block;
}

.first-flight-section .flight-t a:hover, .second-flight-section .flight-t a:hover {
	text-decoration: none;
}

.select-boxes-container {
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
}

.first-flight-section select, .second-flight-section select, .accomodation-section-container select {
	font-size: 11px;
	border-radius: 40px;
	color: #342c5d;
	padding-left: 5px;
	height: 40px;
}

.first-flight-section div {
	padding-left: 8px;
	padding-right: 5px;
}

.second-flight-section div {
	padding-left: 15px;
}

.second-flight-section {
	margin-top: 40px;
}

.second-flight-section .custom-input {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
}

.gray-color {
	color: #ada9c3 !important;
}

.first-flight-section select, .second-flight-section select {
	margin-bottom: 20px;
}

.add-icon {
	background-color: #5434f5;
    color: #fff;
    text-align: center;
    padding: 0px 9px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    margin-top: -32px;
}

.add-icon:hover {
	color: #fff;
}

.passenger-section {
	margin-top: 45px;
}

.passenger-section h2 {
	color: #5434f5;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.passenger-section-buttons .add-corporate {
    font-size: 14px;
    color: #5434f5;
    border: 1px solid #5434f5;
    border-radius: 36px;
    height: 40px;
    padding: 5px;
}

.passenger-section-buttons .add-guest {
	background-color: #5434f5;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}


.p-title {
	font-size: 14px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #342c5d;
    font-weight: 500;
}

.T-name {
	border-radius: 10px;
    font-size: 14px;
    color: #342c5d;
    font-weight: 500;
    height: 40px;
}

.pass-label {
	font-size: 12px;
  	font-weight: 500;
  	color: #342c5d;
}

.passenger-check-container {
	margin-top: 45px;
}

.selected-passenger-section, .room-type-1 {
	border: 1px solid #5434f5;
    padding: 20px;
    border-radius: 15px;
}

.selected-passenger-section .col-lg-2 {
	padding-left: 25px;
	padding-right: 25px;
}

input.pass-label {
	border: none;
}

input.pass-label:focus {
	outline: none;
}

.custom-input input:focus {
	box-shadow: none;
}

.selected-passenger-section .action-icons a .fa, .selected-passenger-section .action-icons a{
	color: #5434f5;
	font-size: 18px;
}

.text-area {
	margin-bottom: 30px;
}

.text-area textarea {
	color: #342c5d;
	font-size: 12px;
	border-radius: 10px;
	background-color: #f9f9f9;
}

.accommodation-section {
	margin-bottom: 30px;
	margin-top: 0px;
}

.accommodation-section p {
	color: #8b86a8;
	font-family: 'Poppins', sans-serif;
}

#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label {
	color: #8b86a8;
}

.accom-select-boxes {
	margin-bottom: 35px;
}

.accomodation-section-container .accom-select-boxes {
	margin-top: 30px;
}

.edit-name {
	color: #ada9c3;
	font-size: 11px;
}

.accomodation-section-container .custom-input {
	height: auto;
	margin: 0;
}

.accomodation-section-container textarea {
	height: 152px;
	border: 1px solid #5434f5;
	border-radius: 10px;
}

#pass-text-area {
	border: 1px solid #ced4da !important;
	border-radius: 10px;
}

.send-email {
	margin-top: 40px;
	margin-bottom: 40px;
}

.send-email p {
	color: #342c5d;
	font-size: 12px;
	font-weight: 500;
	padding-left: 70px;
}

.bottom-t p{
	color: #8b86a8 !important;
	font-size: 12px;
}

.footer-section {
	background-color: #fff;
}

.footer-c {
	font-size: 14px;
	color: #342c5d;
	padding: 0 10px;
	font-weight: 600;
}

.footer-sp {
	color: #8b86a8;
	font-size: 14px;
	font-weight: 600;
}

.footer-section {
	padding: 35px 15px 15px;
}

.request-btn {
	background-image: linear-gradient(#6d6690, #5434f5, #6d6690);
	font-size: 12px;
	color: #fff;
	border-radius: 40px;
	width: 180px;
	height: 48px;
}

.request-btn:hover {
	color: #fff;
}

.return-time-btn {
	display: flex;
	justify-content: space-between;
}

#time-range p {
    font-family:"Arial", sans-serif;
    font-size:14px;
    color:#333;
}
.ui-slider-horizontal {
    height: 5px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 5px;
    font-size: .7em;
    display: block;
    border: 1px solid #5434f5 !important;
    box-shadow: 0 1px 0 #5434f5 !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #5434f5 !important;    
    background-size: 100%;
}

.return-time-modal .custom-input {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.ui-slider-horizontal .ui-slider-handle:focus, .ui-slider-horizontal .ui-slider-handle:focus {
	border: none;
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #5434f5;
   
    background-size: 100%;
   
    width: 22px;
    height: 22px;
    
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
    background-color: #5434f5;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #5434f5;
    
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
    background-color: #5434f5 !important;
}
.ui-slider a:focus {
    outline:none;
}

#slider-range {
  width: 100%;
  margin: 0 auto;
}

#time-range {
  width: 260px;
}

.graph-item {
	height: 130px;
}

	
#curve{
position:relative;
width: 235px;
height: 123px;
border-top-left-radius:267px;
border-top-right-radius:251px;
left:4px;
top:8px;
background-color: #f5f5f5;
overflow: hidden;
}
		
#curve:after{
content:"";
position:absolute;
width:136px;
height:200px;
/* border-top-left-radius:921px;
border-top-right-radius:20px; */
left:0px;
top:0px;
box-shadow:0 2px 5px black;
background-color: #5434f547;
}

.second-flight-select-container .small-p {
	padding: 0 11px;
}

.card .card-header .collapsed .fa-angle-up {
	    transform: rotate(180deg);
	    transition: ease 0.5s;
}

.card .card-header .fa-angle-up {
	    transform: rotate(0deg);
	    transition: ease 0.5s;
}

.bg-row {
	padding-top: 8px;
	background-color: #f1f1f1;
}

.for-custom-c .checkbox-c {
	margin-bottom: 5px;
}

.car-content-section select {
	font-size: 12px;
	border-radius: 30px;
}

.car-content-section .small-p {
	padding: 0 10px;
}

		/* Base for label styling */

.our-checkbox [type="checkbox"]:not(:checked),
.our-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.our-checkbox [type="checkbox"]:not(:checked) + label,
.our-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  text-transform: capitalize;
}

/* checkbox aspect */
.our-checkbox [type="checkbox"]:not(:checked) + label:before,
.our-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #5434f5;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.our-checkbox [type="checkbox"]:not(:checked) + label:after,
.our-checkbox [type="checkbox"]:checked + label:after {
  content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #5434f5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
    transition: all .3s ease;
}
/* checked mark aspect changes */
.our-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* disabled checkbox */
.our-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.our-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.our-checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.our-checkbox [type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #5434f5;
}

/* hover style just for information */
.our-checkbox label:hover:before {
  border: 2px solid #5434f5 !important;
}


/* round checkboxes */
.round-checkbox [type="checkbox"]:not(:checked),
.round-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.round-checkbox [type="checkbox"]:not(:checked) + label,
.round-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  text-transform: capitalize;
}

/* checkbox aspect */
.round-checkbox [type="checkbox"]:not(:checked) + label:before,
.round-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 2px;
  width: 17px; height: 17px;
  border-radius: 50%;
  border: 2px solid #5434f5;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.round-checkbox [type="checkbox"]:not(:checked) + label:after,
.round-checkbox [type="checkbox"]:checked + label:after {
  content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
	height: 12px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background-color: #5434f5;
	border-width: 0 2px 2px 0;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
    transition: all .3s ease;
}
/* checked mark aspect changes */
.round-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* disabled checkbox */
.round-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.round-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.round-checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.round-checkbox [type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #5434f5;
}

/* hover style just for information */
.round-checkbox label:hover:before {
  border: 2px solid #5434f5 !important;
}


@media (max-width: 460px) {
	.passenger-section-buttons .add-corporate, .passenger-section-buttons .add-guest {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.main-content-box.flight-section .nav-tabs {
		display: flex;
		justify-content: space-around;
	}

	.main-content-box.flight-section .nav-tabs .nav-link {
		padding-left: 0;
    	padding-right: 0px;
    	font-size: 12px;
	}
}

@media (max-width: 991px) {
	.sm-mb-2 {
		margin-bottom: 20px;
	}

	.custom-checkbox .checkbox-c {
		margin-bottom: 0;
	}

	.selected-passenger-section .col-lg-2 {
		padding: 0 15px;
	}

	.selected-passenger-section .col-lg-2 input, .selected-passenger-section .col-lg-1 input {
		width: 100%;
	}

	.room-type-1 {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.main-content-box {
		padding: 20px 15px;
	}

	.left-right-img {
		margin: 15px auto;
    	display: block;
	}

	.first-flight-section, .second-flight-section {
		padding: 0;
		margin: 0;
	}

	.sidebar-content {
		padding-left: 20px;
	}

	.sidebar-content ul li {
		font-size: 15px;
	}

	.d-title-r {
		display: none;
	}

	.main-title {
		font-size: 24px;
		padding: 20px 0px 10px;
	}

	.accomodation-section-container .custom-input, .accomodation-section-container select {
		margin-bottom: 20px;
	}

	input.pass-label {
		width: 100%;
	}

	.accommodation-section {
		margin-bottom: 35px;
		margin-top: 35px;
	}

	.send-email p {
		padding-left: 0;
	}

	.bottom-t p {
		padding-left: 15px;
	}

	.passenger-section .p-title {
		margin-bottom: 30px;
	}

	.request-pr-5 {
		text-align: center;
		margin-top: 25px;
	}

	.footer-t-img-p {
		text-align: center;
	}
}

@media(min-width: 768px) {
	.navbar {
		display: none;
	}

	.left-right-img {
		position: absolute;
	    top: 12px;
	    right: 0;
	    left: 97%;
	}

	.T-name {
		width: 45%;
	}

	#custom-radio-buttons {
		display: flex;
		justify-content: space-around;
	}	

	.bottom-t p{
		padding-left: 85px;
	}

	.request-pr-5 {
		padding-right: 50px;
		text-align: right;
	}

	.hide-small-s {
		display: none;
	}

	.main-content-container aside ul {
		position: fixed;
		width: 100%;
	}
}


input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
    display: block !important;
	background: url('../images/calendar-icon.png') no-repeat !important;
    width: 16px !important;
    height: 16px !important;
	border-width: thin !important;
}

.active_menu {
	background-color: #5434f5;
}