/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*************** 0. BODY ***************/
	@font-face {
	    font-family: 'Effra';
	    src: url('./fonts/effra_lt-webfont.woff2') format('woff2'),
	         url('./fonts/effra_lt-webfont.woff') format('woff');
	    font-weight: 300;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'Effra';
	    src: url('./fonts/effra_rg-webfont.woff2') format('woff2'),
	         url('./fonts/effra_rg-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'Effra';
	    src: url('./fonts/effra_bd-webfont.woff2') format('woff2'),
	         url('./fonts/effra_bd-webfont.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	}

#footer-text {
    color: #fff;
    font-size: 15px!important;
    text-align: center;
}

#footer-text a {
    padding-right: 15px;
    padding-left: 5px;
	color: #fff;
}

	body {
		font-family: 'Effra', 'Open Sans', sans-serif !important;
	}

	ol {
		list-style-position: outside !important;
		padding-left: 25px !important;
	}
		ol li {
			padding-left: 10px !important;
		}

/*************** Health Screening Content ***************/
.two-column-content{
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}
.two-column-content .col-two ul{
    padding-left:26px!important
}
@media (max-width: 917px) {
    .two-column-content{
        flex-wrap: wrap;
    }
    .two-column-content .col-two ul{
        padding-left:0px!important
    }
}

/*************** 1. TOP MENU ***************/
/*****---------- 1.1 Primary ----------*****/
	.et-cart-info {
		display: none;
	}
	
	.logo_container {
		display: none;
	}

	.et_header_style_centered #top-menu > li > a {
		padding-bottom: 0;
	}

	#top-menu-nav {
		width: 100%;
	}

	#top-menu {
		clear: both;
		position: relative;
	}
		#top-menu li:first-child {
			float: left;
			padding-top: 23px;
			display: none;
		}

		#top-menu li:nth-child(2) {
			/*float: left;*/
			padding-right: 0;
			position: absolute;
			left: 50%;
			-webkit-transform: translate(-50%, 0);
			        transform: translate(-50%, 0);
		}

		#top-menu li a {
			font-weight: normal;
		}

		#top-menu li:not(.main-logo-menu) {
			float: right;
			padding-right: 0;
		}
			#top-menu li:not(.main-logo-menu) a {
				padding: 30px 0 25px 20px;
			}

			#top-menu li:not(.main-logo-menu) .fa {
				margin-right: 2px;
			}
	/* #top-menu li:last-child {
			float: right;
			padding-right: 0;
		}
			#top-menu li:last-child a {
				padding: 30px 0 25px 20px;
			}*/

	.main-logo-menu .menu-image-title {
		display: none;
	}
		.main-logo-menu a {
			padding-top: 0 !important;
			padding-bottom: 0 !important;
		}

		.main-logo-menu img {
			padding: 16px 0 8px !important;
		}

	#menu-item-106 #searchform input[type="text"] {
		border: none;
		height: 30px;
		width: 280px;
		padding: 0 10px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#menu-item-106 #searchform #searchsubmit {
		font-size: 0;
		background: transparent;
		border: none;
		position: relative;
		top: -6px;
		left: -5px;
		height: 30px;
		width: 28px;
		position: relative;
		right: 30px;
		z-index: 2;
	}

	#menu-item-106 #searchform div::after {
		content: "\f002";
		font-family: "FontAwesome";
		position: relative;
		right: 35px;
		background: #fff;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		padding: 9px 8px 7px;
		z-index: 1;
	}
/*****---------- 1.2 Secondary ----------*****/
	#menu-custom-secondary-menu {
		list-style-type: none;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
		#menu-custom-secondary-menu li {
			display: inline-block;
			width: 24.7%;
			text-align: center;
			margin-bottom: 4px;
		}
			#menu-custom-secondary-menu li a {
				background-color: #084b8f;
				color: #ffffff !important;
				display: block;
				font-size: 14px;
				font-weight: 600 !important;
				padding: 15px 15px 10px;
				-webkit-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
				text-transform: uppercase;
			}

			#menu-custom-secondary-menu li a:hover {
				background-color: #00a8cf;
			}
	
	#menu-custom-secondary-menu .current_page_item a {
		background-color: #00a8cf;
	}	


/*************** 2. PAGES ***************/
	.inner-pages-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		justify-content: flex-end;
		position: relative;
		height: 290px;
	}
/*****---------- 2.1 Login / Register ----------*****/
	.page-id-107 #main-header, .page-id-107 #main-footer,
	.page-id-109 #main-header, .page-id-109 #main-footer {
		display: none;
	}

	#fullscreen-master {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100vh;
	}

	#fullscreen-master .fullscreen__side-image {
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		position: relative;
		width: 36%;
		min-height: 800px;
	}
		.fullscreen__side-image-info-container {
			position: absolute;
			bottom: 140px;
			width: 100%;
			text-align: center;
		}

		.fullscreen__side-image-info-inner {
			display: inline-block;
			max-width: 310px;
			width: 100%;
		}

		.fullscreen__side-image-info-inner h3 {
			color: #fff;
			margin-bottom: 15px;
			line-height: 1.3em;
		}

		.fullscreen__side-image-info-inner .btn--rounded-blue {
			display: none;
		}

	#fullscreen-master .fullscreen__side-form {
		padding: 30px 40px;
		width: 64%;
	}

	#fullscreen-master .fullscreen__top-nav {
		color: #121212;
		font-size: 12px;
		text-align: right;
	}
		#fullscreen-master .fullscreen__top-nav .btn--rounded {
			margin-left: 15px;
		}
		
		#fullscreen-master .fullscreen__top-nav .return-to-home {
			font-size: 20px;
			display: inline-block;
			border: 1px solid #c2c2c2;
			margin-left: 15px;
			border-radius: 50%;
			padding: 3px;
			height: 37px;
			width: 37px;
			text-align: center;
			color: #c2c2c2;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
			#fullscreen-master .fullscreen__top-nav .return-to-home:hover {
				background-color: #c2c2c2;
				color: #fff;
			}
		
		#fullscreen-master .fullscreen__top-nav .return-to-home .fa-home {
			position: relative;
			top: 3px;
		}

	#fullscreen-master .fullscreen__main-form {
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#fullscreen-master .fullscreen__main-form .widgettitle,
	#fullscreen-master .fullscreen__main-form #field_3 {
		display: none;
	}

	#fullscreen-master .fullscreen__main-form .gfield_label {
		font-weight: normal;
	}

	#fullscreen-master .gform_wrapper .gfield_required {
		color: red !important;
	}

	#fullscreen-master .gform_wrapper .top_label div.ginput_container {
		margin-top: 0;
	}

	#fullscreen-master #field_1_7 {
		margin-bottom: 10px;
	}

	#fullscreen-master .fullscreen__main-form #input_1,
	#fullscreen-master .fullscreen__main-form #input_2 {
	    border-radius: 8px;
	    padding: 3px 10px 0;
	    width: 100%;
	    font-size: 16px;
	    height: 40px;
	}

	#fullscreen-master .fullscreen__main-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), #fullscreen-master .fullscreen__main-form select {
		border-radius: 8px;
		padding: 13px;
		width: 100%;
		height: 48px;
		font-family: 'Open Sans', 'Arial', sans-serif;
	}

	#fullscreen-master .fullscreen__main-form #field_1_12,
	#fullscreen-master .fullscreen__main-form #field_1_10 {
		margin-top: 8px;
	}

	#fullscreen-master .fullscreen__main-form input[type="submit"] {
		background-color: #084b8f;
		border-radius: 25px;
		border: 1px solid #084b8f;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		height: 38px;
		margin-right: 0;
		padding: 6px 65px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		text-transform: uppercase;
	}
		#fullscreen-master .fullscreen__main-form input[type="submit"]:hover {
			background: #c99422;
			border: 1px solid #c99422;
		}
	
	#fullscreen-master .gform_footer {
		text-align: center;
		margin-top: 5px;
		padding-bottom: 0;
	}


	#fullscreen-master .gf_login_links {
		text-align: center;
	}
	
	#fullscreen-master .gf_login_links a {
		font-size: 13px;
		color: #8a8a8a;
	}
	
	#fullscreen-master #gform_wrapper_1 {
		margin-top: 0;
	}

	#fullscreen-master .terms-conditions {
		text-align: center;
		font-size: 12px;
	}

	.ginput_container_password label {
		display: none !important;
	}

	.gform_confirmation_message {
		margin-top: 50px;
	}
	
	.gform_login_widget #field_1.gfield_error a[href*=lost-password]{
	    display:none;
	}

	.gfield_password_strength {
		margin-bottom: 0 !important;
	}

	#field_1_6 .validation_message {
	    padding-top: 0;
	}

/**------------- 2.1.1 ACTIVATION PAGE -------------**/
	.gfur-activate #main-header,
	.gfur-activate #main-header .nav li ul, 
	.gfur-activate et-search-form, 
	.gfur-activate main-header .et_mobile_menu {
		background-color: #084b8f;
	}

	.gfur-activate #top-menu a {
		color: #fff;
	}

	.gfur-activate #footer-bottom {
		background-color: #084b8f;
	}

	.gfur-activate #footer-info, #footer-info a {
		color: #fff;
		font-size: 12px;
	}

	.activation-page__master {
		padding: 50px 0 0;
		margin: 0 auto;
		max-width: 840px;
		height: calc(100vh - 128px);
		min-height: 500px;	}

	.activation-page__master .main-logo {
		margin-bottom: 15px;
		text-align: center;
	}

	.activation-page__master h2 {
		margin-bottom: 15px;
	}

	.activation-page__master #signup-welcome {
		margin-bottom: 15px;
	}

	.activation-page__master a {
		font-weight: bold;
	}
/*****---------- 2.2 Contact Page ----------*****/
	.gform_wrapper .contact-form-main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper .contact-form-main textarea {
		border-radius: 5px;
		padding: 13px;
	}

	.gform_wrapper .contact-form-main .gfield_label {
		display: none !important;
	}

	.gform_wrapper .contact-form-main input[type="submit"] {
		background-color: #084b8f;
		border-radius: 25px;
		border: 1px solid #084b8f;
		color: #fff;
		cursor: pointer;
		display: block !important;
		font-size: 12px;
		height: 50px;
		margin: 0 auto !important;
		padding: 6px 65px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		text-transform: uppercase;
	}
		.gform_wrapper .contact-form-main input[type="submit"]:hover {
			background: #c99422;
			border: 1px solid #c99422;
		}
/*****---------- 2.3 HEALTH SCREENING PACKAGE ----------*****/
	.map-boxes__master {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;*/
		margin-bottom: 20px;
		margin-top: 20px;
	}
		.map-boxes__master .map-box {
			width: 24%;
			background: #f8f7f7;
			padding: 18px 20px 15px;
			margin-right: 1%;
		}

	.map-boxes__master .map-box__flex {
		color: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
		.map-boxes__master .map-box__flex a {
			color: #000;
		}

	.map-boxes__master .map-boxes__icon {
		margin-right: 15px;
	}
		.map-boxes__master .map-boxes__icon {
			color: #084b8f;
			font-size: 18px;
		}

	.map-boxes__master .map-box__link {
		margin: 15px 0 5px;
	}
		.map-boxes__master .map-box__link a {
			width: 100%;
		}

		.map-boxes__master .map-box__link p {
			padding-bottom: 0;
		}
	
	.map-boxes__address {
		line-height: 1.3em;
	}

	.map-boxes__title-part {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
		.map-boxes__title-part > .textblue {
			font-weight: bold;
			display: inline-block;
			margin-bottom: 10px;
		}

	.map-boxes__clinic-name {
		font-weight: bold;
		margin-bottom: 10px;
	}

	.map-boxes__operating-hours p:last-child,
	.map-boxes__operating-hours + p {
		padding-bottom: 0;
	}

	table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
		width: 100% !important;
	}
/*****---------- 2.4 VACCINATION ----------*****/
	.voucher__section-container {
	    border: 1px solid #e1e1e1;
	}

	.voucher__link-content {
		padding: 42px 30px;
	}

        /*.voucher__link-content a,*/
		.voucher__link-content button
        {
		    padding: 10px 50px !important;
    		border-radius: 10px !important;
			display: inline-block;
			font-weight: 600;
            font-size: 15px;
		    appearance:  none;
		    -moz-appearance: none;
		    border: 0;
		    cursor: pointer;
			   height: 45px;
		}
		
		.voucher__link-content button:disabled{
        	opacity: 0.5;
        	cursor: not-allowed;
        }
	.logged-out .voucher__link-content{
	    /*display: none;*/
    }
    .plslogindiv {
    	max-width: 500px;
    }
/*****---------- 2.5 HOME PAGE ----------*****/
	.home-video-thumb.et_pb_video_0,
	.home-video-thumb iframe {
		height: 415px !important;
	}

	.home-video-thumb .fluid-width-video-wrapper {
		padding: 0 !important;
	}


/*************** 3. Woocommerce ***************/
	.woocommerce-error li:not(:last-child) {
		margin-bottom: 5px;
	}
		.woocommerce-error li::before {
			content: "\f071";
			font-family: 'FontAwesome';
			display: inline-block;
			margin-right: 11px;
			font-size: 17px;
			margin-left: 10px;
		}

	.woocommerce-message a {
		color: yellow;
	}

	.woocommerce-account .entry-content .woocommerce {
		padding-bottom: 40px;
	}

	.woocommerce-Message .woocommerce-Button {
		font-size: 14px !important;
	}
		.woocommerce-Message .woocommerce-Button:after {
			font-size: 23px !important;
		}

	.woocommerce-message a.button.wc-forward {
		font-size: 14px !important;
	}
		.woocommerce-message a.button.wc-forward:after {
			font-size: 23px !important;
		}

	.woocommerce-message, .woocommerce-error, .woocommerce-info {
		background-color: #2ea3f2;
	}
/*****---------- 3.1 CART ----------*****/
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 90px;
	}

	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td {
		text-align: center;
	}

	.woocommerce table.shop_table td a {
		color: #1b1b1b;
	}
		.woocommerce table.shop_table td:not(:last-child) {
			border-right: 1px solid rgba(0,0,0,.1);
		}

		.woocommerce table.shop_table td.product-remove {
			border-right: none;
		}
			.woocommerce table.shop_table td.product-remove a {
				display: inline-block;
			}

	.woocommerce table.shop_table .product-thumbnail {
		display: none;
	}

	.woocommerce table.shop_table th {
		font-weight: 600;
	}
		.woocommerce table.shop_table th:not(:last-child) {
			border-right: 1px solid rgba(0,0,0,.1);
		}

		.woocommerce table.shop_table th.product-remove {
			border-right: none;
		}

	.cart td.product-name .wc-item-meta dd, .cart td.product-name dl.variation dd {
		float: left;
	}

	.cart .quantity {
		display: inline-block;
	}
		#main-content .cart .quantity .qty {
			font-size: 14px !important;
			background-color: #e3e3e3 !important;
			color: #1f1f1f !important;
			border: 1px solid #e5e5e5 !important;
			pointer-events: none;
		}

	.cart #coupon_code {
		background-color: transparent !important;
		border: 1px solid rgba(0,0,0,.1) !important;
		color: #1b1b1b !important;
		font-size: 14px !important;
	}

	.cart #coupon_code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #999999 !important;
	}

	.cart #coupon_code::-moz-placeholder { /* Firefox 19+ */
		color: #999999 !important;
	}

	.cart #coupon_code:-ms-input-placeholder { /* IE 10+ */
		color: #999999 !important;
	}

	.cart #coupon_code:-moz-placeholder { /* Firefox 18- */
		color: #999999 !important;
	}

	.cart input[name="apply_coupon"] {
		text-transform: capitalize;
		font-size: 14px !important;
		height: 49px;
		background-color: #c99422;
		border: 2px solid #c99422 !important;
		color: #fff;
	}
		.cart input[name="apply_coupon"]:hover {
			background-color: transparent !important;
			color: #c99422;
		}
	
	.cart input[name="update_cart"] {
		background-color: #969696;
		border: 2px solid #969696 !important;
		color: #fff !important;
		font-size: 14px !important;
		height: 49px;
	}
		.cart input[name="update_cart"]:hover {
			background-color: transparent !important;
			color: #969696 !important;
		}

	.cart-collaterals .wc-proceed-to-checkout {
		padding-top: 0;
	}
		.cart-collaterals .wc-proceed-to-checkout .button.alt {
			background-color: #969696 !important;
			border: 2px solid #969696 !important;
			color: #fff !important;
			font-size: 14px !important;
			font-weight: 600;
			padding-top: 10px !important;
			padding-bottom: 10px !important;
		}
			.cart-collaterals .wc-proceed-to-checkout .button.alt:hover {
				background-color: #084b8f !important;
				border: 2px solid #084b8f !important;
			}

			.cart-collaterals .button.alt::after {
				font-size: 23px !important;
			}

	.woocommerce-cart-form__cart-item .product-name a {
		pointer-events: none;
	}
	
	.woocommerce-cart-form [name=update_cart]{
	    display:none !important;
	}
/*****---------- 3.2 CHECKOUT ----------*****/
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row .select2-container--default .select2-selection--single {
		height: 55px;
	}

	.woocommerce form .form-row .select2-selection__rendered {
		padding: 13px 15px;
	}

	.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 15px;
		right: 10px;
	}

	.woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3 {
		font-weight: 700;
		margin-bottom: 10px;
	}

	.checkout #order_comments {
		height: 150px;
	}

	.checkout #order_review_heading {
		margin-top: 30px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.product-name {
		text-align: left !important;
	}

	.checkout td.product-name .wc-item-meta dd, .checkout td.product-name dl.variation dd {
		float: left;
	}

	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
		background-color: #fff;
	}

	#add_payment_method #payment ul.payment_methods,
	.woocommerce-cart #payment ul.payment_methods,
	.woocommerce-checkout #payment ul.payment_methods {
		padding: 30px;
		border-radius: 5px;
		background-color: #ebe9eb;
		border-bottom: none;
	}

		#add_payment_method #payment ul.payment_methods li:not(:last-child),
		.woocommerce-cart #payment ul.payment_methods li:not(:last-child),
		.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
			margin-bottom: 8px;
		}

	#add_payment_method #payment div.form-row,
	.woocommerce-cart #payment div.form-row,
	.woocommerce-checkout #payment div.form-row {
		background-color: #fff;
		padding-right: 0;
		padding-left: 0;
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		background-color: #969696 !important;
		border: 2px solid #969696 !important;
		color: #fff !important;
		font-size: 20px !important;
		font-weight: 100;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-right: 60px !important;
		padding-left: 60px !important;
	}
		.woocommerce #payment #place_order:hover,
		.woocommerce-page #payment #place_order:hover {
			background-color: #084b8f !important;
			border: 2px solid #084b8f !important;
		}

	.woocommerce #order_review td.product-name .wc-item-meta p {
		float: left;
	}

	.woocommerce #order_review .product-description {
		clear: both;
		text-align: left;
		padding-left: 15px;
		padding-top: 10px;
	}
/**------------- 3.2.1 Thank You page -------------**/
	.woocommerce-thankyou-order-details {
		margin: 25px 0 40px !important;
		padding: 0 !important;
	}

	.woocommerce-customer-details address {
		color: #fff;
	}

	.woocommerce-customer-details .woocommerce-customer-details--phone,
	.woocommerce-customer-details .woocommerce-customer-details--email {
		color: #000;
	}
/*****---------- 3.3 PACKAGES/PRODUCT CUSTOM PRODUCT TAB ----------*****/
/**------------- 3.3.1 links single -------------**/
	#package-tab-list__master {
		margin-bottom: 30px;
	}

	.package-tab-list__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		/*-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        */
	}
		.package-tab-list__links a {
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: -ms-flexbox;
		    display: flex;
		    flex-wrap: wrap;
			color: #fff;
			background-color: #969696;
			padding: 10px 10px 5px;
			margin: 0 .4% 5px 0;
			width: 16.2%;
			text-align: center;
			line-height: 1.3em;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
			.package-tab-list__links a:hover, .package-tab-list--active {
				background-color: #084b8f !important;
			}

		.package-tab-list--active {
			pointer-events: none;
		}
/**------------- 3.3.2 content single -------------**/
	.woocommerce div.product form.cart .button {
		/*pointer-events: none;*/
		/*opacity: .6;*/
	}

	.custom-product-style-tab__single-master {
	}

	.custom-product-style-tab__single-master .woo-social-buttons .wsmsb_title {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}

	.woo-social-buttons {
		margin-top: 20px;
	}

	.woo-social-buttons .wsmsb_title {
		font-size: 14px;
		font-weight: bold;
	}

	.woo-social-buttons > span {
	    margin-right: 10px;
	}

	.custom-product-style-tab__single {
		background: #084b8f;
		color: #fff;
		display: none;
	}

	.custom-product-style-tab__single-master .custom-product-style-tab__single:first-child {
		display: block;
	}

	.custom-product-style-tab__single .woocommerce-tabs,
	.custom-product-style-tab__single .woocommerce-product-gallery,
	.custom-product-style-tab__single .related.products,
	.custom-product-style-tab__single .product_meta .posted_in,
	.wh-custom__price-on-leftside {
		display: none;
	}

	.custom-product-style-tab__single .woocommerce .single-product .product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.custom-product-style-tab__single .wh-custom__price-on-leftside {
		display: inline-block;
		/*width: 25%;*/
	}
		.custom-product-style-tab__single .wh-custom__price-on-leftside .priceOnLeftSide {
			margin: 0 0 0 20px;
			font-size: 20px;
			font-weight: 700;
			/*border: 1px solid #2873c0;*/
			background-color: #19497a;
			padding: 11px 20px;
			border-radius: 10px;
			text-align: center;
		}

	.custom-product-style-tab__single .summary {
		width: 100% !important;
		padding: 35px 60px 0 !important;
	}
		.custom-product-style-tab__single .summary .price, .custom-product-style-tab__single .summary .qty  {
			display: none;
		}

		.custom-product-style-tab__single .product_title {
			color: #fff;
			font-weight: 600;
			font-size: 24px;
		}

	#page-container .custom-product-style-tab__single .summary .cart {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.custom-product-style-tab__single .wh-custom__personal-details-input {
		color: #fff;
		font-weight: 600;
		font-size: 24px;
		padding-bottom: 0;
		margin-top: 20px;
	}

	.custom-product-style-tab__single .wccpf_fields_table tr {
		display: flex;
		flex-direction: column;
	}

	.custom-product-style-tab__single .wccpf-fields-group-1 {
		max-width: 680px;
		clear: both;
		overflow: hidden;
		margin-bottom: 25px;
	}

	.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table,
	.custom-product-style-tab__single .wccpf-fields-group-1 td {
		border: none;
	}
	
	.custom-product-style-tab__single .wccpf_label {
		display: block;
		padding-bottom: 0;
	}

	.custom-product-style-tab__single .product_meta {
		border-top: none;
	}

	.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(1) {
		clear: both;
	}

	.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(2),
	.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(3),
	.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(4) {
		width: 33%;
		float: left;
	}

	.custom-product-style-tab__single .product-description ul:first-child {
	}

	.custom-product-style-tab__single .product-description .product-packages-tab__important-information {
		display: none;
		line-height: 1.5em;
	}

	.custom-product-style-tab__single .product-description li {
		line-height: 1.5em;
	}

	.custom-product-style-tab__single .product-description .text-sub-color {
		color: #b1c7df;
	}

	.woocommerce-table--order-details .text-sub-color {
		color: #8f8f8f;
	}

	.product__view-details-accordion {
		background-color: #366ca7;
		border-radius: 20px;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		line-height: 19px;
		margin-left: 5px;
		padding: 3px 16px 0px;
	}
		.product__view-details-accordion .fa {
			margin-left: 3px;
		}
	
	.product__view-details-accordion-content {
		display: none;
		font-size: .8em;
		color: #b1c7df;
	}
		.product__view-details-accordion-content p {
			padding-bottom: 2px;
		}

		.product__view-details-accordion-content ul {
			padding-bottom: 15px;
			padding-left: 20px;
			list-style-type: circle;
		}


	.custom-product-style-tab__single .wccpf-fields-group-1 input[type="text"],
	.custom-product-style-tab__single .wccpf-fields-group-1 select {
		background-color: transparent;
		border: 1px solid #fff !important;
		border-radius: 5px !important;
		padding: 10px !important;
		color: #fff;
		font-size: 14px;
		/*height: 44px !important;*/
	}
	
	.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_value {
		padding-bottom: 10px;
		padding-top: 4px;
	}

	.custom-product-style-tab__single .single_add_to_cart_button {
		text-transform: capitalize;
		font-size: 14px !important;
		height: 49px;
		background-color: #c99422 !important;
		border: 2px solid #c99422 !important;
		color: #fff !important;
		font-weight: bold !important;
		margin-bottom: 15px !important;
	}
		.custom-product-style-tab__single .single_add_to_cart_button:hover {
			background-color: transparent !important;
			color: #fff !important;
		}

		.custom-product-style-tab__single .button.alt::after {
			font-size: 23px !important;
		}

		.custom-product-style-tab__single .single_add_to_cart_button.button.alt::before {
			content: "\f07a";
			font-family: 'FontAwesome';
			display: inline-block;
			margin-right: 10px;
		}

		.custom-product-style-tab__single .single_add_to_cart_button.button.alt.buttonCartDisabler {
		    opacity: .6;
		    pointer-events: none;
		    cursor: progress;
		}
			.custom-product-style-tab__single .single_add_to_cart_button.button.alt.buttonCartDisabler::before {
				content: "\f110";
				font-family: 'FontAwesome';
				display: inline-block;
				margin-right: 10px;
				-webkit-animation: spin 2s linear infinite;
			    -moz-animation: spin 2s linear infinite;
			    animation: spin 2s linear infinite;
			}

	table.wccpf_fields_table td.wccpf_label span {
		color: #ff3131 !important
	}
	
	.custom-product-style-tab__single .woocommerce-error,
	.custom-product-style-tab__single .woocommerce-info,
	.custom-product-style-tab__single .woocommerce-message {
		margin-bottom: 0;
	}

	.custom-product-style-tab__single .wccpf-validation-message {
		color: #f9ff00;
	}

	.custom-product-style-tab__single select option {
		color: #000;
	}

	.custom-product-style-tab__single input[type="text"]::-webkit-input-placeholder {
		color: #8daccb;
	}
	.custom-product-style-tab__single input[type="text"]::-moz-placeholder {
		color: #8daccb;
	}
	.custom-product-style-tab__single input[type="text"]:-ms-input-placeholder {
		color: #8daccb;
	}
	.custom-product-style-tab__single input[type="text"]:-moz-placeholder {
		color: #8daccb;
	}
	
	.clinicmap__modal .portal--modal-content {
		max-width: 600px !important;
		width: auto !important;
		padding: 0 !important;
	}
		.clinicmap__modal .portal--modal-content iframe {
			margin-bottom: -9px;
		}

	.feature-disable {
		/*display: none;*/
		clear: both;
	    font-size: 14px;
    	line-height: 1.5em;
    	color: #b2d8ff;
	}
/*****---------- 3.4 ACCOUNT DASHBOARD ----------*****/
	.woocommerce-account .woocommerce-MyAccount-navigation {
		border-bottom: 1px solid #959595;
		margin-bottom: 20px;
		padding-bottom: 13px;
		width: 100%;
	}
		.woocommerce-MyAccount-navigation ul {
		    display: block;
		    list-style-type: none !important;
		    padding: 0 !important;
		}
			.woocommerce-MyAccount-navigation ul li {
			    display: inline-block;
			    list-style-type: none !important;
			    text-transform: uppercase;
			}
				.woocommerce-MyAccount-navigation ul li a {
					display: inline-block;
				    padding: 5px 15px 0;
					font-size: 13px;
					background-color: #959595;
					color: #fff;
					border-radius: 3px;
					-webkit-transition: all .3s ease-in-out;
					-moz-transition: all .3s ease-in-out;
					-o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
				}

				.woocommerce-MyAccount-navigation ul li a:hover,
				.woocommerce-MyAccount-navigation ul .is-active a {
					background-color: #084b8f;
				}

			.woocommerce-MyAccount-navigation ul li:not(:last-child) {
				margin-right: 10px;
			}

			.woocommerce-MyAccount-navigation ul li:last-child {
				float: right;
			}
				.woocommerce-MyAccount-navigation ul li:last-child a {
					border: 1px solid #959595;
					color: #959595;
					background-color: #fff;
					float: right;
				}
					.woocommerce-MyAccount-navigation ul li:last-child a:hover {
						background-color: #c99421;
						border: 1px solid #c99421;
						color: #fff;
					}

	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address {
		display: none;
	}

	.woocommerce-orders-table .woocommerce-button {
		font-size: 13px !important;
		display: inline-block;
		float: none;
		border: 1px solid #666 !important;
		padding: 4px 14px !important;
	}
		.woocommerce-orders-table .woocommerce-button:after {
			display: none;
		}

		.woocommerce-orders-table .woocommerce-button:hover {
			background-color: #000 !important;
			border: 1px solid #000 !important;
			color: #fff !important;
			padding: 4px 14px !important;
		}

	.woocommerce-orders-table .woocommerce-button.view {
		margin-right: 10px;
		padding-top: 8px !important;
	}

	.woocommerce-orders-table .woocommerce-button.invoice:before {
		content: "\f1c1";
		display: inline-block;
		font-family: 'FontAwesome';
		font-size: 18px;
		margin-right: 10px;
		color: red;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}

	.woocommerce-EditAccountForm fieldset {
		margin-bottom: 20px;
	}
		.woocommerce-EditAccountForm fieldset legend {
			font-size: 20px;
			margin: 20px 0;
		}
/**------------- 3.4.1 order table -------------**/
	.woocommerce-orders-table__cell-order-voucher_status li {
		text-align: left;
	}

	.woocommerce-table--order-details li,
	.woocommerce-orders-table__cell-order-voucher_status li {
		list-style: none;
	}
		.woocommerce-table--order-details .voucher-bullet-stat--Active:before,
		.woocommerce-orders-table__cell-order-voucher_status .voucher-bullet-stat--Active:before {
			content: "•";
			display: inline-block;
			color: green;
			font-size: 35px;
			line-height: 18px;
			vertical-align: text-bottom;
		}

		.woocommerce-table--order-details .voucher-bullet-stat--Redeemed:before,
		.woocommerce-orders-table__cell-order-voucher_status .voucher-bullet-stat--Redeemed:before {
			content: "•";
			display: inline-block;
			color: red;
			font-size: 35px;
			line-height: 18px;
			vertical-align: text-bottom;
		}

		.woocommerce-table--order-details .voucher-bullet-stat--Expired:before,
		.woocommerce-orders-table__cell-order-voucher_status .voucher-bullet-stat--Expired:before {
			content: "•";
			display: inline-block;
			color: #b9b9b9;
			font-size: 35px;
			line-height: 18px;
			vertical-align: text-bottom;
		}
	
	.woocommerce-table--order-details td {
		max-width: 300px;
	}

	.woocommerce-table--order-details .wc-item-meta {
		clear: both;
		overflow: hidden;
		padding-bottom: 10px !important;
	}

	.woocommerce-table--order-details .product-description {
		text-align: left;
		padding: 0 15px;
	}
/**------------- 3.4.2 order details -------------**/
	.woocommerce-table--order-details td.product-name .wc-item-meta p {
		float: left;
	}

	.woocommerce-table--order-details td.product-name .wc-item-meta li {
		list-style: none;
	}

	.woocommerce-order-details .woocommerce-order-details__title {
		margin-top: 20px;
	}

	.woocommerce-order-details {

	}

	.order-again {
		display: none;
	}

	.woocommerce-MyAccount-content mark {
		padding: 0 10px;
	}
/*****---------- 3.5 SINGLE PRODUCT ----------*****/
	.single-product .wh-custom__personal-details-input {
		margin-top: 28px;
		font-size: 20px;
		font-weight: 600;
	}
		.single-product .product_title {
			line-height: 1.2em;
			font-size: 24px;
			font-weight: 600;
			border-bottom: 1px solid #e3e3e3;
			margin-bottom: 20px;
		}

		.single-product .price {
			margin-bottom: 13px;
		}
	
		.single-product #main-content .cart {
			margin-top: 0 !important;
		}

		.single-product .wccpf-fields-group-1 {
			margin-bottom: 20px;
		}

	.related.products {
		clear: both;
		overflow: hidden; 
		padding-top: 50px;
		display: block;
	}
		.product .related h2 {
			font-size: 18px !important;
			line-height: 1.2em;
		}

		.product .related > h2 {
			border-bottom: 1px solid #e3e3e3;
			margin-bottom: 20px;
		}


/*************** 9. FOOTER ***************/
	#global-footer-1 a {
		color: #003399;
	}
	
	.from-variant-1 input[type="text"] {
		width: 100%;
		display: block;
		max-width: 250px;
		margin: 20px auto 10px;
		padding: 10px;
	}

	.from-variant-1 input[type="submit"] {
		background: #003399;
		border: none;
		color: #fff;
		padding: 10px;
		width: 100%;
		max-width: 250px;
		cursor: pointer;
		font-weight: 600;
		font-family: "Open Sans";
	}

	#footer-info {
		display: none;
		float: none;
		text-align: right;
	}
	
	#footer-bottom {
	    padding: 15px 0 !important;
	}

	#footer-bottom .widgettitle {
		display: none;
	}

	.socket-infos {
	    text-align: center;
		color: #fff;
		font-size: 12px;
	}
		.socket-infos a {
			color: #fff;
			margin-left: 15px;
		}
		
		.socket-infos a .fa {
			margin-right: 7px;
		}
/*************** 999. VARIANTS ***************/
/*****---------- 999.1 Buttons ----------*****/
	.btn--rounded {
		border: 1px solid #c2c2c2;
		padding: 6px 25px;
		display: inline-block;
		border-radius: 25px;
		color: #000;
		font-size: 12px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		.btn--rounded:hover {
			background-color: #c99422;
			border: 1px solid #c99422;
			color: #fff;
		}

	.btn--rounded-blue {
		background-color: #084b8f;
		padding: 6px 25px;
		display: inline-block;
		border-radius: 25px;
		color: #fff;
		font-size: 12px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		.btn--rounded-blue:hover {
			background-color: #c99422;
			color: #fff;
		}

		.btn--rounded-blue .fa {
			padding-left: 11px;
		}
/*****---------- 999.2 Texts ----------*****/
	.textblue {
		color: #084b8f !important;
	}
/*****---------- 999.3 List Style ----------*****/
	.list-dash {
		list-style-type: none !important;
		padding-left: 0 !important;
	}
		.list-dash li:before {
			content: "– ";
			display: inline-block;
			margin-right: 10px;
		}
/*****---------- 999.4 Table ----------*****/
	.table-variant--1 {
		border: none !important;
	}
		.table-variant--1 tr th {
			background-color: #084b8f;
			border: 5px solid #fff;
			border-bottom: none;
			color: #fff;
			padding: 10px 30px;
		}
			.table-variant--1 tr th:first-child {
				text-align: center;
			}

		.table-variant--1 tr td {
			border: none !important;
			background-color: #ebebeb;
			border: 5px solid #fff;
			color: #084b8f;
			padding: 10px 30px;
		}
			.table-variant--1 tr td:first-child {
				color: #084b8f;
				text-align: center;
			}

	.table-variant--1 sup {
	    bottom: 3px;
	    font-size: 11px;
	    padding-left: 4px;
	    color: #8a8a8a;
	    display: none;
	  }
/*****---------- 999.5 MODALS ----------*****/
	#sixteen-yrs-old-warning .portal--modal-content {
		max-width: 500px;
	}

	#sixteen-yrs-old-warning .portal--modal-close {
		display: none;
	}

	#sixteen-yrs-old-warning .age-warning-info {
	    line-height: 20px;
	    margin-top: 12px;
	    font-size: 17px;
	    padding: 0 19px;
	    text-align: center;
	}

	#sixteen-yrs-old-warning .age-warning-link {
		display: inline-block;
	    background: #234c95;
	    border: 1px solid #234c95;
	    color: #fff;
	    padding: 10px 20px 6px;
	    border-radius: 5px;
	    margin-top: 20px;
	    -webkit-transition: all .1s ease-in-out;
	    -moz-transition: all .1s ease-in-out;
	    -o-transition: all .1s ease-in-out;
	    transition: all .1s ease-in-out;
	}
		#sixteen-yrs-old-warning .age-warning-link:hover {
	    	background: #fff;
	    	color: #234c95;
		}

	#sixteen-yrs-old-warning .age-warning-goback {
		background: #858585;
	    border: 1px solid #858585;
	    color: #fff;
	    margin-left: 15px;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
		#sixteen-yrs-old-warning .age-warning-goback:hover {
	    	background: #fff;
	    	color: #858585;
		}

/*************** 10 Responsive ***************/
	/*****---------- 10.1 768px ----------*****/
		@media (max-width: 768px) {
			.inner-pages-banner {
				height: 200px;
			}
			/*****---------- 10.1.1 768px (HOME) ----------*****/
				.logo_container {
					display: block;
				}

				.menu-item a.menu-image-title-above.menu-image-not-hovered img {
					display: none;
				}

				.menu-item form[ID="searchform"] {
					display: none;
				}

				#menu-custom-secondary-menu {
					flex-direction: column;
				}

					#menu-custom-secondary-menu li {
						width: 100%;
					}

				#menu-custom-secondary-menu li a {
				    padding: 10px 15px 7px;
				}
			/*****---------- 10.1.2 768px (HEALTH SCREENING) ----------*****/
				.package-tab-list__links {
					flex-direction: column;
				}

					.package-tab-list__links a {
						width: 100%;
					}

				.map-boxes__master {
					flex-direction: column;
				}

				.map-boxes__master .map-box {
					width: 100%;
				    margin-bottom: 30px;
				}

				.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(2), 
				.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(3), 
				.custom-product-style-tab__single .wccpf-fields-group-1 .wccpf_fields_table:nth-child(4) {
					width: 100%;
				}

				.custom-product-style-tab__single .wh-custom__price-on-leftside .priceOnLeftSide {
					margin: 0;
				}
			/*****---------- 10.1.3 768px (VACCINATION) ----------*****/
				.table-variant--1 {
					border: 0;
				}
				.table-variant--1 thead {
					border: none;
					clip: rect(0 0 0 0);
					height: 1px;
					margin: -1px;
					overflow: hidden;
					padding: 0;
					position: absolute;
					width: 1px;
				}
				.table-variant--1 tr {
					border-bottom: 3px solid #ddd;
					display: block;
					margin-bottom: .625em;
				}
				.table-variant--1 tr td {
					border: none;
					border-bottom: 1px solid #ddd !important;
					display: block;
					font-size: .8em;
					text-align: right;
					padding: 10px 15px;
				}
				.table-variant--1 td:before {
					content: attr(data-label);
					float: left;
					font-weight: bold;
					text-transform: uppercase;
				}
				.table-variant--1 td:last-child {
					border-bottom: 0;
				}
				.table-variant--1 tr td:first-child {
					text-align: right;
				}
				.table-variant--1 td[data-label="PRICE"] br:first-child {
					display: none;
				}
				.table-variant--1 tr td:first-child {
					text-align: right;
				}
			/*****---------- 10.1.4 768px (REGISTER) ----------*****/
				#fullscreen-master {
					flex-direction: column;
				    height: auto;
				}

					#fullscreen-master .fullscreen__side-image {
						width: 100%;
					    min-height: 145px;
					    background-position: bottom;
					}

					#fullscreen-master .fullscreen__side-form {
						width: 100%;
					}

					.fullscreen__side-image-info-container {
					    bottom: 0;
					    padding-top: 20px
					}
			/*****---------- 10.1.5 768px (CART) ----------*****/
				table.cart .product-name, #main-content table.cart .product-name {
				    clear: both;
				    overflow: hidden;
				    text-align: left !important;
				}

				table.cart .product-name a, #main-content table.cart .product-name a {
				    margin-left: 5px;
				}

				#main-content .cart .quantity .qty {
				    margin-left: 10px;
				}

				#margin-content .woocommerce-Price-amount {
				    margin-left: 5px;
				}

				.via__hotline {
					margin-bottom: 0 !important;
				}
			/*****---------- 10.1.6 768px (MY ACCOUNT) ----------*****/
				.woocommerce-orders-table__cell-order-voucher_status li {
					text-align: right;
				}

				.woocommerce-table--order-details .voucher-bullet-stat--Active:before, 
				.woocommerce-orders-table__cell-order-voucher_status .voucher-bullet-stat--Active:before {
				    line-height: 11px;
				}

				.woocommerce-orders-table__cell-order-voucher_status {
					height: 35px;
				}
		}
	/*****---------- 10.2 425px ----------*****/
		@media (max-width: 425px) {
			/*****---------- 10.2.1 425px (HEALTH SCREENING) ----------*****/
				.map-boxes__master .map-box {
				    margin-bottom: 0;
				}

			/*****---------- 10.2.2 425px (REGISTER) ----------*****/
				.fullscreen__top-nav p {
					text-align: center;
					margin-bottom: 50px;
				}
				
				.fullscreen__top-nav span.sign-in__info {
					display: block;
				}

				#fullscreen-master .fullscreen__top-nav .btn--rounded {
					margin-left: 0;
				}

			/*****---------- 10.2.3 425px (CONTACT US) ----------*****/
				.contact-us__today-sec {
					margin-bottom: 5px;
				}

			/*****---------- 10.2.3 425px (MY ACCOUNT) ----------*****/
				.woocommerce-account .woocommerce-MyAccount-navigation {
					padding-bottom: 0;
				}

				.woocommerce-MyAccount-navigation ul li:last-child {
					float: none;
					margin: 10px 0
				}
		}

	/*****---------- 10.3 375px ----------*****/
		@media (max-width: 375px) {
			/*****---------- 10.3.1 375px (HEALTH SCREENING) ----------*****/
				.custom-product-style-tab__single .summary {
					padding: 35px 30px 0 !important;
				}

			/*****---------- 10.3.2 375px (MY ACCOUNT) ----------*****/
				.woocommerce-orders-table .woocommerce-button.view,
				.woocommerce-orders-table .woocommerce-button.invoice {
					margin-bottom: 10px
				}

				.woocommerce-orders-table .woocommerce-button.view {
					margin-right: 0;
				}
		}

	/*****---------- 10.4 320px ----------*****/
		@media (max-width: 320px)  {
			/*****---------- 10.4.1 320px (MY ACCOUNT) ----------*****/
				.woocommerce-MyAccount-navigation ul li:last-child a {
					float: none;
				}
				
		}

    /***** TEMPORARY *******/
    .woocommerce-thankyou-order-failed-actions .button.pay{
        display:none;
    }
    
    .woocommerce-orders-table__cell-order-actions .button.pay,
    .woocommerce-orders-table__cell-order-actions .button.cancel{
        display:none;
    }


table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
	/*width:auto !important;*/
}
.woocommerce-additional-fields {
    display: none;
}

/* Book now Success Page CSS Start  */
/* General Styling */


/* Headings */
h2 {
    color: #084b8f;
    font-weight: bold;
    border-bottom: 2px solid #084b8f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Inputs & Selects */
.wccpf-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s;
}

.wccpf-field:focus {
    border-color: #084b8f;
}

/* Required field asterisk */
.required {
    color: red;
    font-weight: bold;
}

/* Table Styling */
.tableNew {
    width: 100%;
    border-spacing: 0;
}

.tableNew td {
    padding: 10px;
    vertical-align: middle;
}

.s_arrow select {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}

/* Radio Buttons */
input[type="radio"] {
    margin-right: 5px;
}

/* Button Styling */
button {
    height: 45px;
    background-color: #084b8f;
    color: white;
    padding: 14px 40px;
    border: none;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
padding: 9px!important; 
}	
button:hover {
    background-color: #00A8CF;
}

/* Submit Button */
.submitbtnS {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.book_btn {
    width: 100%;
}

/* Appointment Details */
.sched {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Clinic List */
.clinic_list {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/* Date and Time Selection */
.date_time {
    background: #e9ecef;
    padding: 10px;
    border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-md-6, .col-md-5, .col-md-7, .col-md-9, .col-md-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .submitbtnS {
        justify-content: center;
    }
}

/* Clinic List Styling */
.clinic_list {
    margin-top: 0px;
	padding: 0px;
}

.accordion .card {
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.accordion .card-header {
    background-color: #084b8f;
    padding: 10px 15px;
    border-radius: 0px 0px 0 0;
}

.accordion .card-header h2 {
    margin: 0;
    font-size: 18px;
}

.accordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: white;
    text-align: left;
}

.accordion .btn-link:hover {
    text-decoration: none;
    color: #00A8CF;
}

.accordion .card-body {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.clinic_address {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}

.clinic_address i {
    color: white;
    margin-right: 5px;
}

.clinic_list .card-body {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.clinic_list .col-md-6 {
    flex: 1;
    min-width: 0px;
}

.clinic_list iframe {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    border: none;
}

.clinic_list p {
    font-size: 14px;
    line-height: 1.5;
}

.clinic_list h2 {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

@media (max-width: 768px) {
    .clinic_list .card-body {
        flex-direction: column;
    }
}

/* Book now success page CSS END */