@font-face {
	font-family: 'Raleway';
	src: url('/library/fonts/raleway-regular-webfont.eot');
	src: url('/library/fonts/raleway-regular-webfont.woff') format('woff'),
	url('/library/fonts/raleway-regular-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: auto;
}
@font-face {
	font-family: 'Raleway';
	src: url('/library/fonts/raleway-bold-webfont.eot');
	src: url('/library/fonts/raleway-bold-webfont.woff') format('woff'),
	url('/library/fonts/raleway-bold-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: auto;
}
@font-face {
	font-family: 'Raleway';
	src: url('/library/fonts/raleway-extrabold-webfont.eot');
	src: url('/library/fonts/raleway-extrabold-webfont.woff') format('woff'),
	url('/library/fonts/raleway-extrabold-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 800;
	font-display: auto;
}
@font-face {
	font-family: 'Droid Serif';
	src: url('/library/fonts/DroidSerif-Regular-webfont.eot');
	src: url('/library/fonts/DroidSerif-Regular-webfont.woff') format('woff'),
	url('/library/fonts/DroidSerif-Regular-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: auto;
}

/* -------- Default CSS for entire Agent Portal site -------- */
#agent_portal {
	color: #FFFFFF;
	background: #000834;
	min-height: 1377px;
	font-family: 'Raleway';
	font-weight: 400;
}
/* Reena - job #6165 - start  */
#agent_portal .inner-wrapper {
	max-width: 100%;
}
/* Reena - job #6165 - end  */
#agent_portal label {
	color: #ffffff;
	margin-bottom: 5px;
}
#agent_portal .input_holder {
	margin-top: -5px;
	margin-bottom: 19px;
}
a {
	color: #A2A201;
}
.bold {
	font-weight: 700;
}
.ap_errors {
	background: #900505;
	color: #ffffff;
	border: 3px solid #ca1414;
	border-radius: 8px;
}
#agent_portal label,
#agent_portal .ap_input {
	font-family: 'Raleway';
	font-weight: 400;
	text-transform: none;
	width: 300px;
}
#agent_portal .ap_input {
	color: #000834;
	height: 48px;
	border-radius: 5px !important;
	padding-left: 10px;
}
.submit_button {
	width: auto;
	height: 48px;
	background: #A2A201;
	font-family: 'Raleway';
	font-weight: 700;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 28px;
	border-radius: 24px;
	width: 100%;
}
.submit_button:hover {
	background: #ffd700;
	cursor: pointer;
}
.main_container {
	padding-top: 110px;
	width: 1140px;
	margin: auto;
	box-sizing: border-box;
	margin-bottom: 100px;
	max-width: 100%; /* Reena - job #6165 */
}
.background_image {
	background: url("/images/hotels_agents_booking_portal/photo_background_2x.png");
	background-size: cover;
	margin-top: -100px;
	min-height: 1237px;
	border: 1px solid #0B1845;
}
.white_button,
.yellow_button {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	border-radius: 24px;
	background: none;
	text-transform: capitalize;
	text-shadow: none;
	width: 120px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
}
.white_button {
	color: #ffffff;
	border: 1px solid #ffffff;
}
.yellow_button {
	color: #A2A201;
	border: 1px solid #A2A201;
}
.white_button:hover {
	background: #ffffff;
	color: #000834;
}
.yellow_button:hover {
	background: #A2A201;
	color: #000834;
}
.card {
	height: 130px;
	background: #000834;
	border-radius: 10px;
	box-shadow: 5px 5px 0px -1px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
	padding-left: 36px;
	padding-right: 42px;
}
.grey_border {
	border-left: 20px solid #2E334C;
}
.yellow_border {
	border-left: 20px solid #FFD700;
}
.rounded_rectangle {
	display: flex;
	height: 80px;
	border: 2px solid #2E334C;
	border-radius: 50px;
	align-items: center;
}

/* -------- Header -------- */
#agent_portal #header {
	height: 100px;
	background-color: #0B1845;
}
#agent_portal #header .inner-wrapper {
	min-width: 1600px;
	/* Reena - added below - job #6165 */
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	min-width: 100%;
}
#agent_portal #header .logo {
	width: 252px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	border: none;
	margin-left: 10px;
	/* Reena - added - job #6165 */
	position: unset;
	background-color: unset;
}
#agent_portal #header .logo img {
	width: 252px;
	height: 100px;
}
#agent_portal #header a {
	color: #ffffff;
}
#agent_portal #header .links_container {
	/* float: right; */
	/* padding: 35px 0px; Reena */
	padding: 35px 38px 35px 0px; /* Reena added - job #6167 */
	display: flex;
	box-sizing: border-box;
}
#agent_portal #header .links_container a {
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	margin-left: 12px;
	padding: 5px 20px;
}
#agent_portal #header .logout {
	margin-left: 18px;
	cursor: pointer;
}
#agent_portal #header .contact_us {
	margin-left: 9px;
	/* margin-right: 38px; */
	cursor: pointer;
	border-color: #A2A201;
    color: #A2A201;
}
#agent_portal #header .contact_us:hover {
	color: #000834;
}

/* -------- Footer -------- */
#agent_portal #footer {
	width: 100%;
	height: 139px;
	background: #2E334C;
}
#agent_portal #footer .container {
	display: flex;
	font-family: 'Droid Serif';
	color: #ffffffaa;
	font-size: 12px;
	line-height: 19px;
}
#agent_portal #footer .container .left,
#agent_portal #footer .container .right {
	width: 573px;
	height: 28px;
	padding-top: 43px;
}
#agent_portal #footer .container .left {
	text-align: left;
}
#agent_portal #footer .container .right {
	text-align: right;
}
#agent_portal #footer .container .registration,
#agent_portal #footer .container .copyright {
	margin-top: 2px;
}
#agent_portal #footer .policy {
	color: #ffffffaa;
}

/* -------- Login Page -------- */
.login_page .inner-wrapper {
	width: 780px;
	margin: auto;
}
.login_page .container {
	display: flex;
	position: relative;
	top: 228px;
	width: 780px;
	height: 390px;
	box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.4);
}
.login_page .container .left,
.login_page .container .right {
	width: 390px;
	height: 390px;
	box-sizing: border-box;
}
.login_page .container .right {
	padding: 48px 44px 44px 45px;
	font-size: 16px;
	line-height: 28px;
}
.login_page .container .image_card {
	width: 390px;
	height: 390px;
}
.login_page .heading {
	font-size: 38px;
	line-height: 40px;
	width: 335px;
	position: absolute;
	top: 52px;
	left: 50px;
	max-height: 204px;
	overflow: hidden;
}
.login_page .logo {
	width: 252px;
	height: 100px;
	position: absolute;
	left: 50px;
	bottom: 18px;
}
.login_page .right .forgotten_password {
	font-size: 12px;
	line-height: 28px;
	text-align: right;
	display: block;
	margin-top: -15px;
}
.login_page .right .submit_button {
	margin-top: 15px;
}
.login_page .bottom {
	margin-top: 23px;
	text-align: center;
}
.login_page .ap_errors {
	position: absolute;
	top: -150px;
	left: 0px;
	right: 0px;
}

/* --- Display Products page --- */
/* Reena - start - job #6165 */
.display_products {
	max-width: 100%;
}
/* Reena - end - job #6165 */
.display_products .card {
	display: flex;
	/* Reena - job #6165 - addded below*/
	justify-content: space-between;
	height: auto;
	padding-bottom: 30px;
}
.display_products .container_1 {
	display: flex;
	flex-direction: column;
	/* flex: 1; */ /* Reena - job #6165 */
}
.display_products .product_name {
	font-size: 34px;
	line-height: 40px;
	margin-top: 45px;
	/* Reena - added below - job #6165 */
	padding-right: 25px;
	/* Reena - removed below - job #6165 */
	/* width: 807px;
	height: 40px;
	overflow: hidden; */
}
.view_more_info {
	font-size: 16px;
	line-height: 28px;
	text-decoration: underline;
	text-underline-offset: 5px;
	margin-top: -7px;
	cursor: pointer;
	color: #A2A201;
}
.display_products a.submit_button {
	width: 190px;
	height: 48px;
	color: #000834;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	align-content: center;
	margin-top: 42px;
}


/* --- Travel Data page - Select Dates and Number of Pax --- */
.travel_data .ap_errors {
	margin-bottom: 10px;
}
.travel_data .main_container .product {
	display: flex;
	/* Reena added below - job #6165 */
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-evenly;
}
.travel_data .main_container .product .name {
	font-size: 34px;
	line-height: 27px;
	/* width: 760px; */
	overflow: hidden;
	align-content: center;
	/* margin-top: 51px; */
	padding-right: 10px;
}
.travel_data .main_container .product .info {
	font-size: 14px;
	line-height: 18px;
	/* width: 389px; */
	height: 38px;
	text-align: right;
	/* margin-top: 49px; */
	overflow: hidden;
}

.travel_data .main_container .departures_container {
	height: auto;
	font-size: 24px;
	line-height: 28px;
	padding-top: 47px;
	padding-bottom: 90px;
	box-sizing: border-box;
}
.travel_data .main_container .departures_container .heading_container {
	display: flex;
	/* Reena added below - job #6165 */
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-evenly;
	align-items: center;
}
.travel_data .main_container .departures_container .heading {
	font-size: 24px;
	line-height: 28px;
	/* width: 500px; */
	height: 30px;
	overflow: hidden;
}
.travel_data .main_container .departures_container .note {
	font-size: 16px;
	line-height: 16px;
	/* flex: 1; */
	text-align: right;
	/* margin-top: -3px; */
	height: 16px;
	overflow: hidden;
}
.travel_data .departures_container .travel_dates_container {
	display: flex;
	/* margin-top: 14px; - Reena removed - job #6165 */
	margin-bottom: 40px;
	/* Reena added below  - job #63165 */
	flex-wrap: wrap;
}
/* Reena - start - job #63165 */
.travel_data .departures_container .travel_dates_container .date-item {
	margin-top: 14px;
}
/* Reena - end - job #63165 */

.travel_data .departures_container .times {
	display: none;
}
.travel_data .departures_container .show_times {	
	display: flex;
	margin-bottom: 45px;
}
.travel_data .departures_container .times .heading {
	margin-bottom: 15px;
}
.travel_data .times .outbound,
.travel_data .times .return {
	width: 514px;
}
.travel_data .times .outbound-departure-times,
.travel_data .times .return-departure-times {
	display: flex;
	cursor: pointer;
}
.travel_data .departure-dates .travel_dates_container .yellow_button,
.travel_data .times .outbound-departure-times div,
.travel_data .times .return-departure-times div {
	width: 140px;
	height: 50px;
	text-align: center;
	align-content: center;
	font-size: 24px;
	line-height: 28px;
	margin-right: 10px;
}
.travel_data .departure-dates .travel_dates_container .yellow_button.active {
	background: #A2A201;
	color: #000834;
}
.travel_data .times .outbound-departure-times div,
.travel_data .times .return-departure-times div {
	font-family: 'Raleway';
	font-weight: 400;
	color: #A2A201;
	border: 1px solid #A2A201;
	border-radius: 24px;
	background: none;
	padding: 0px;
	align-content: center;
	box-sizing: border-box;
}
.travel_data .travel_dates_container .yellow_button:last-child,
.travel_data .times .outbound-departure-times div:last-child,
.travel_data .times .return-departure-times div:last-child {
	margin-right: 0px;
}
.travel_data .times .outbound-departure-times div:hover,
.travel_data .times .return-departure-times div:hover,
.travel_data .times .outbound-departure-times div.active,
.travel_data .times .return-departure-times div.active {
	background: #A2A201;
	color: #000834;
}
.travel_data .departures_container .times .text {
	font-size: 14px;
	line-height: 17px;
	margin-top: 21px;
	padding-right: 20px;
	text-align: left;
}
.travel_data .pax_details_container {
	height: 700px;
}
.travel_data .pax_details_container .heading {
	margin-bottom: 18px;
}
.travel_data .pax_details_container .pax_inputs {
	display: flex;
	padding-left: 23px;
}
.travel_data .pax_details_container .pax_inputs img {
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.travel_data .pax_details_container .pax_inputs .input_holder {
	width: 59px;
	margin: 0px !important;
	padding: 0px;
}
.travel_data .pax_details_container .pax_inputs .ap_input {
	width: 59px !important;
	color: #A2A201 !important;
	padding-left: 0px !important;
}
.travel_data .pax_details_container .pax_inputs input {
	background-color: #000834;
	border: none;
	font-size: 34px;
	text-align: center;
	color: #A2A201;
	padding: 0px;
	font-family: 'Raleway';
	-moz-appearance: textfield;
}
/* Remove default increment|decrement operator icon on input box */
.travel_data .pax_details_container .pax_inputs input::-webkit-outer-spin-button,
.travel_data .pax_details_container .pax_inputs input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0px;
}
/* When input box is clicked - remove default border on input box */
.travel_data .pax_details_container .pax_inputs input:focus-visible {
	outline: none;
}
.travel_data .pax_details_container .pax_type_price {
	font-size: 24px;
	line-height: 28px;
	margin-left: 26px;
	width: 500px;	
}
.travel_data .pax_details_container .calculate_price {
	flex: 1;
	text-align: right;
	margin-right: 40px;
}
.travel_data .rounded_rectangle {
	margin-bottom: 10px;
}
.travel_data .payment_due.rounded_rectangle,
.travel_data .balance_to_pay.rounded_rectangle,
.travel_data .deposit_due.rounded_rectangle {
	/* width: 1042px; */ /* Reena removed - job #6165 */
	height: 100px;
	padding-left: 40px;
	box-sizing: border-box;
}
.travel_data .deposit_due.rounded_rectangle {
	margin-top: 20px;
	margin-bottom: 20px;
}
.travel_data .payment_due.rounded_rectangle,
.travel_data .deposit_due.rounded_rectangle {
	color: #A2A201;
	border: 3px solid #A2A201;
	justify-content: space-between; /* reena added - job #6165 */
}
.travel_data .balance_to_pay.rounded_rectangle {
	height: 80px;
	border: 1px solid #ffffff;
}
.travel_data .payment_due .heading,
.travel_data .pax_details_container .balance_to_pay .heading,
.travel_data .deposit_due .heading {
	width: 500px;
	margin: 0px;
}
.travel_data .deposit_due .heading,
.travel_data .finalise_balance_to_pay .heading {
	font-size: 24px;
	line-height: 28px;
}
.travel_data .payment_due .amount,
.travel_data .balance_to_pay .amount,
.travel_data .finalise_balance_to_pay .amount,
.travel_data .deposit_due .amount {
	/* flex: 1; - Reena removed - job #6165 */ 
	text-align: right;
	margin-right: 40px;
	font-size: 24px;
	line-height: 24px;
}
.travel_data .finalise_balance_to_pay {
	justify-content: space-between;
}
.travel_data .finalise_balance_to_pay.rounded_rectangle {
	border: 1px solid #2E334C;
	padding-left: 40px;
	height: 100px;
}
.travel_data .finalise_balance_to_pay .text {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin-top: 10px;
	/* width: 780px;  - Reena - removed - job #6165 */
	height: 15px;
	overflow: hidden;
}
.travel_data .finalise_balance_to_pay .container {
	display: flex;
	flex-direction: column;
}
.travel_data .submit {
	width: 341px;
	height: 50px;
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
}


/* Output basket items */
.output_basket_items {
	font-size: 16px;
	line-height: 40px;
	height: auto;
	padding-top: 30px;
}
.output_basket_items .row {
	display: flex;
}
.output_basket_items .grey_line {
	border-bottom: 1px solid #2E334C;
}
.output_basket_items .row .data {
	flex: 1;
	text-align: right;
}
.output_basket_items .total {
	font-size: 24px;
	line-height: 28px;
	display: block;
	text-align: right;
	margin-top: 20px;
	padding-bottom: 51px;
}

/* Customer Inputs section */
.customer_details {
	height: 858px;
}
.customer_details .text_container {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	justify-content: space-between;
}
.customer_details .text_container .heading {
	font-size: 24px;
	line-height: 28px;
	padding-top: 36px;
	padding-bottom: 18px;
}
.customer_details .text_container .right {
	display: block;
	text-align: right;
	width: 435px;
	height: 40px;
	overflow: hidden;
	margin-top: 33px;
}
.customer_details .left {
	margin-bottom: 26px;
}
.customer_details .input_row {
	display: flex;
	flex-wrap: wrap; /* Reena - added - job #6165 */
}
.customer_details .input_row .input_holder {
	width: auto;
}
.customer_details #customer_nationality {
	min-width: 480px;
	/* appearance: none; */
	font-size: 24px;
	line-height: 28px;
	font-family: 'Raleway';
	font-weight: 700;
}
.customer_details .nationality {
	display: flex;
	position: relative;
}
.customer_details .arrow_icon {
	width: 29px;
	height: 18px;
	position: absolute;
	left: 431px;
	top: 40px;
}
.customer_details .deposit_due .heading,
.customer_details .balance_to_pay .heading {
	padding: 0px;
}

/* Booking Complete page */
.booking_complete .card {
	height: auto;
	padding-right: 0px;
	padding-bottom: 67px;
}
.booking_complete .heading {
	font-size: 34px;
	line-height: 48px;
	padding-top: 51px;
}
.booking_complete ul {
	margin: 0px;
}
.booking_complete .info {
	font-size: 16px;
	line-height: 40px;
	margin-top: 32px;
	margin-bottom: 20px;
}
.booking_complete .rectangles_container {
	display: flex;
	/* width: 1084px; - Reena - removed - job #6165 */
}
.booking_complete .rectangles_container .rectangle {
	width: 347px;
	height: auto;
	border: 2px solid #2E334C;
	border-radius: 10px;
	margin-right: 10px;
	padding: 22px 25px 22px 25px;
	box-sizing: border-box;
}
.booking_complete .rectangle .title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.booking_complete .rectangle .text_container p {
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
}
.booking_complete .rectangle .text_container strong {
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
}
/* --- Reena - added - below - job #6165 -- */
.booking_complete .rectangle .heading {
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
}
.booking_complete .rectangle .heading,
.booking_complete .rectangle .address {
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.booking_complete .rectangle .heading {
	margin-top: 0px;
	padding-top: 0px;
}
.booking_complete .rectangle .opening_times {
	margin-top: 10px;
}
/* --- Reena - added - above - job #6165--- */

/* Product Information Page */
.product_info .product {
	display: flex;
}
.product_info .product .name {
	font-size: 34px;
	line-height: 40px;
	flex: 1;
	padding-right: 50px;
	margin-top: 42px;
}
.product_info .product .book_button {
	width: 190px;
	color: #000834;
	text-decoration: none;
	text-align: center;
    align-content: center;
	margin-top: 42px;
}
.product_info .swiper-container {
	height: 300px;
}
.product_info .info {
	height: auto;
	font-size: 16px;
	line-height: 28px;
	padding-top: 38px;
	padding-bottom: 24px;
	margin-top: 10px;
}
.product_info .bottom_container {
	display: flex;
}
.product_info .bottom_container .card {
	width: 560px;
	height: 391px;
}
.product_info .bottom_container .heading {
	font-size: 24px;
	line-height: 28px;
	margin-top: 34px;
	margin-bottom: 15px;
}
.product_info .price_guide .prices_container {
	display: flex;
	font-size: 16px;
	line-height: 40px;
}
.product_info .price_guide .prices_container.grey_line {
	border-bottom: 1px solid #2E334C;
}
.product_info .price_guide .pax_type {
	flex: 1;
}
.product_info .price_guide {
	margin-right: 17px;
}
.product_info .price_guide .text {
	font-size: 14px;
	line-height: 19px;
	height: 115px;
	overflow: hidden;
	margin-top: 15px;
}
.product_info .maps img {
	width: 381px;
	height: 270px;
}
.product_info .swiper-slide {
	width: auto;
}
.product_info .slide-image {
	min-height: 100%;
}

/* Modal iframe for product_info page */
.iframe-modal {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.iframe-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	width: 80%;
	height: 80%;
	max-width: 800px;
	max-height: 600px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}
.iframe-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}
.iframe-modal-iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.product_info.iframe .main_container {
	width: auto;
	margin-bottom: 10px;
}
.product_info.iframe .bottom_container .card {
	width: 100%;
}

/* FAQ's Page */
.faqs .card {
	height: auto;
}
/* .faqs .faqs_section {
	margin: 0px;
} */
.faqs .faqs_section .faq {
	border-top: none;
	overflow: hidden;
	border-bottom: 1px solid #2E334C;
}
.faqs .container_1 {
	display: flex;
}
.faqs .title {
	font-size: 34px;
	line-height: 40px;
	padding-top: 51px;
	padding-bottom: 51px;
	padding-right: 30px;
	flex: 1;
	height: 38px;
	overflow: hidden;
}
.faqs .text {
	/* width: 600px; */
	height: 55px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	margin-top: 49px;
	overflow: hidden;
}
.faqs .container_2 {
	padding-top: 20px;
	padding-bottom: 85px;
}
/* .faqs .faq {
	overflow: hidden;
	transition: max-height .4s ease-in-out;
	border-bottom: 1px solid #2E334C;
} */
.faqs .faq .question {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 70px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
.faqs .faq .question .arrow-toggle {
	display: inline-block;
	width: 50px;
	height: 26px;
	padding: 9px 15px;
	border: 1px solid #A2A201;
	border-radius: 4px;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 27px;
	top: 23px;
	right: 0;
	transition: border .4s ease-in-out;
}
.faqs .faq .question .arrow-toggle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.faqs .faq .open_arrow_image {
	width: 13px;
	height: 7px;
}
.faqs .faq .close_arrow_image {
	width: 8px;
	height: 8px;
}
.faqs .faq .question .arrow-toggle img.close_arrow_image {
	opacity: 0;
}
.faqs .faq.open .question .arrow-toggle img.open_arrow_image {
	opacity: 0;
}
.faqs .faq.open .question .arrow-toggle img.close_arrow_image {
	opacity: 1;
}
.faqs .faq .answer-outer {
	transition: max-height .4s ease-in-out;
}
.faqs .faq:not(.open) .answer-outer {
	max-height: 0px!important;
}
.faqs .faq.open .answer-outer {
	transition: max-height .4s ease-in-out;
}
.faqs .faq .answer {
	transition: max-height .4s ease-in-out;
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 30px;
}

/* Recent Bookings Page */
.bookings .card {
	height: auto;
}
.bookings .title {
	font-size: 34px;
	line-height: 40px;
}
.bookings .container_1 {
	height: 130px;
	align-content: center;
}
.bookings .container_1 .text {
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}
.bookings .container_2 {
	padding-top: 50px;
	align-content: center;
}
.bookings .container_2 table {
	font-size: 16px;
	line-height: 16px;
	border-collapse: collapse;
	width: 100%;
}
.bookings .container_2 th,
.bookings .container_2 td {
	padding: 15px 25px;
	text-align: left;
	border: 1px solid #2E334C;
}
.bookings .container_2 th {
	font-size: 17px;
	background: #2E334C;
	border-right: 1px solid #000834;
}
.bookings .container_2 th:last-child {
	border-right: 1px solid #2E334C;
}
.bookings .container_2 .confirmed,
.bookings .container_2 .provisional {
	color: #2E334C;
}
.bookings .rounded_rectangle {
	height: 100px;
	color: #A2A201;
	border: 3px solid #A2A201;
	margin-top: 40px;
	margin-bottom: 90px;
	padding-left: 40px;
	justify-content: space-between;
}
.bookings .rounded_rectangle .title {
	font-size: 24px;
	line-height: 28px;
}
.bookings .rounded_rectangle .amount {
	font-size: 24px;
	line-height: 24px;
	margin-right: 40px;
}


/* Bookings list */
.double_status {
	white-space: nowrap;
}
.double_status .ap_status {
	width: 75px;
	text-align: center;
}
.double_status .ap_status:first-of-type {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.double_status .ap_status:last-of-type {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 1px solid #999999;
}

/* For Manifests */
.double_status_stacked .ap_status {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.double_status_stacked .ap_status:first-of-type {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.double_status_stacked .ap_status:last-of-type {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 1px solid #999999;
}

/* Contact Us Page */
.contact_us .card {
	height: auto;
}
.contact_us .title {
	font-size: 34px;
	line-height: 40px;
}
.contact_us .container_1 {
	height: 130px;
	align-content: center;
}
.contact_us .container_2 {
	padding-top: 50px;
}
.contact_us .container_2 .text {
	font-size: 16px;
	line-height: 28px;
}
#agent_portal .contact_us .container_2 .contact_form {
	margin-top: 50px;
	display: flex;
	padding-bottom: 90px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#agent_portal .contact_us .container_2 .contact_form .input_holder {
	width: 100%;
}
.contact_us .container_2 .inner_box {
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}
#agent_portal .contact_us .container_2 .contact_form .contact_subject_holder .ap_input {
	width: 500px;
}
.contact_us .container_2 #contact_message {
	width: 500px;
	min-height: 141px;
	padding: 10px;
}
.contact_us .container_2 .submit_button {
	width: 285px;
	height: 50px;
	margin-top: 5px;
}
.contact_us .ap_errors {
	margin-bottom: 10px;
}
.contact_us .success_message {
	height: auto;
	font-size: 18px;
	line-height: 28px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Media Queries */
/* @media only screen and (max-width: 1580px) { */
	/* #agent_portal #header .inner-wrapper {
		min-width: 1400px;
	} */
/* }
@media only screen and (max-width: 1480px) { */
	/* #agent_portal #header .inner-wrapper {
		min-width: 1300px;
	} */
/* } */
/*  Reena - original - job #6165  */
/* @media only screen and (max-width: 1270px) {
	#agent_portal #header .inner-wrapper {
		min-width: 1270px;
	}
} */

/*  Reena - added all below - job #6165  */
@media only screen and (max-width: 1270px) {
	#agent_portal .inner-wrapper {
		width: 1170px;
	}
}
@media only screen and (max-width: 1200px) {
	#agent_portal #header .links_container {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 890px) {
	#agent_portal #header .links_container {
		padding: 0px;
		justify-content: end;
		max-width: 50%;
		padding: 19px 0px;
	}
	#agent_portal #header .links_container .contact_us {
		margin-left: 20px;
		
	}
	#agent_portal #header .links_container .white_button {
		margin-top: 15px;
	}
	.product_info .bottom_container {
		flex-wrap: wrap;
	}
	.product_info .bottom_container .card {
		width: 100%;
	}
	
}
