/**
 * 	Name: main.css
 *
 *	Main stylesheet
 *
 *  T.O.C
 *
 *	=Reset and Normalize
 *	=Accessibility
 *	=Alignments
 *	=Text Alignment classes
 *	=Text Transformation classes
 *	=Grid
 *	=Grid Helpers
 *	=Clearings
 *	=Typography
 *	=Forms
 *	=Formatting
 *	=Lists
 *	=Images
 *	=Tables
 *	=Links
 *	=Components
 *		=Buttons
 *		=Social Links
 *		=Modal
 *		=Icon Box
 *		=Open Hours
 *		=Accordion
 *		=Testimonial
 *		=Testimonial Slider
 *		=Appointment Form
 *		=Specialties
 *	=Layout
 *		=Wrap
 *		=Header
 *		=Content
 *		=Footer
 *	=Logo
 *	=Navigation
 *	=Menu
 *		=Menu Basics
 *		=Menu Skin
 *		=DropDown
 *		=Mega Menu Section
 *		=Menu Arrows
 *	=Mobile Menu
 *	=Mobile menu trigger
 *	=Custom search form
 *	=Page Header
 *	=Back to top
 *	=Pages
 *	=HomePage
 *		=Intro section
 *		=About section
 *		=Appointments section
 *		=Specialities section
 *		=Open hours section
 *		=Why us section
 *		=Explore hospital section
 *		=Involvment section
 *		=Testimonials section
 *	=Posts
 *		=Sticky Post
 *		=Post Thumbnail
 *		=Post Header
 *		=Post Title
 *		=Post Content
 *		=Post More Link
 *		=Post Meta
 *		=Post Formats
 *		=Post Footer
 *	=Posts Navigation(s)
 *		=Post Pagination
 *		=Page Links
 *		=Post Navigation
 *	=Author bio
 *	=Comments, Pingbacks and Trackbacks
 *		=Comment Meta
 *		=Comment Body
 *		=Comment Reply
 *	=Comments Navigation
 *	=Comments Form
 *	=Widgets: Default WordPress Widgets
 *		=Archive Widget
 *		=Calendar Widget
 *		=Categories Widget
 *		=Pages Widget
 *		=Meta Widget
 *		=Recent Comments Widget
 *		=Recent Entries Widget
 *		=RSS Widget
 *		=Search Widget
 *		=Text Widget
 *		=Tag Cloud Widget
 *		=Nav Menu Widget
 *	=Widgets: Custom Widgets
 *		=Recent Posts with Images Widget
 *		=Social Media  Widget
 *		=Contact Info  Widget
 *		=Featured Post  Widget
 *	=Media
 *		=Captions
 *		=Galleries
 *	=Contrast Color Scheme
 */

/*

	http://www.css-color-extractor.com/

	Colors (10)

		#777777 - Text color

		#1a171c - Headers

		#EA404E - Accent Color 1 ( Red )
		#364d7c - Accent Color 2 ( Blue )

		#364d7c - Link color
		#EA404E - Link :hover / :focus Color
		#1a171c - Link :active color

		#e1e1e1 - Borders (Grey)

		#abaab2 - input placeholders color
		#777777 - input text color
		#e1e1e1 - input border color
		#949eb2 - input border color :focus
		#f1b7be - input border color :invalid

		#f9f9fa - frontpage sections backgrounds

	Colors - Contrast

		#d1d5de - Text color

		#ffffff - Headers

		#EA404E - Accent Color 1 ( Red )
		#364d7c - Accent Color 2 ( Blue )

		#ededef - Link color
		#EA404E - Link :hover / :focus Color
		#ffffff - Link :active color


 */



 :root {
    --dark: #060606;
    --light: #454545;
    --white: #FFFFFF;
    --primary:#f6931e;
    --secondary:#eed3a7;
    
    /* --ff-ss: 'Merriweather Sans', sans-serif;
    --ff-s: 'Merriweather', serif;
    --fc: var(--dark);
    
    --sec-pad: 150px 0;
    --mw: 800px;
    --w: 90%;
    --gap: 2em; */
}



/* ==========================================================================
   =Reset and Normalize
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;

}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
	 * 1. Correct the line height in all browsers.
	 * 2. Prevent adjustments of font size after orientation changes in
	 *    IE on Windows Phone and in iOS.
	 */

html {
    line-height: 1; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
	 * 1. Remove the gray background on active links in IE 10.
	 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
	 * Hide the overflow in IE.
	 */

svg:not(:root) {
    overflow: hidden;
}

/**
	 * 1. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 2. Correct font properties not being inherited.
	 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
}

/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */

button,
input { /* 1 */
    overflow: visible;
}

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */

button,
select { /* 1 */
    text-transform: none;
}

/**
	 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	 *    controls in Android 4.
	 * 2. Correct the inability to style clickable types in iOS and Safari.
	 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
	 * Remove the default vertical scrollbar in IE.
	 */

textarea {
    overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10-.
	 * 2. Remove the padding in IE 10-.
	 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
	 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
	 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
	 * Add the correct display in all browsers.
	 */

summary {
    display: list-item;
}

/**
	 * Add the correct display in IE.
	 */

template {
    display: none;
}

/**
	 * Add the correct display in IE 10-.
	 */

[hidden] {
    display: none;
}

/* ==========================================================================
   =Accessibility
   ========================================================================== */

/**
 	 * Text meant only for screen readers.
	 *
	 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 	 */

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important; /* 1 */
}

/**
	 * 1. Above WP toolbar.
 	 */

.screen-reader-text:focus {
    z-index: 100000; /* 1 */
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto !important;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

/* ==========================================================================
   =Alignments
   ========================================================================== */

.alignleft {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

/* ==========================================================================
   =Text Alignment classes
   ========================================================================== */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

@media (max-width: 767px) {

    .text-right {
        text-align: left;
    }

}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/* ==========================================================================
   =Text Transformation classes
   ========================================================================== */

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-accent-color {
    color: #fff;
	font-weight:bold;
	font-size:30px;
	text-shadow: 2px 2px #C5C5C5;
	line-height:28px;
	width:70%;
	display:block;
	
}

.text-accent-color-2 {
    color: #364d7c;
}

/* ==========================================================================
   =Grid
   ========================================================================== */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrap .container .contact h3
{    
    font-family: 'Muli', sans-serif;
    font-size: 1.8em!important;
    margin-top: 1.5em;
    color:#FC4D05;

}

.container .contact h3 i{
    display: block;
    color:#952d08;
}



@media (min-width: 768px) {

    .container {
        width: 750px;
    }

}

@media (min-width: 992px) {

    .container {
        width: 970px;
    }

}

@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }

}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* ==========================================================================
   =Grid Helpers
   ========================================================================== */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

}

@media (max-width: 767px) {

    .visible-xs-block {
        display: block !important;
    }

}

@media (max-width: 767px) {

    .visible-xs-inline {
        display: inline !important;
    }

}

@media (max-width: 767px) {

    .visible-xs-inline-block {
        display: inline-block !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .visible-sm-block {
        display: block !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .visible-sm-inline {
        display: inline !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .visible-sm-inline-block {
        display: inline-block !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .visible-md-block {
        display: block !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .visible-md-inline {
        display: inline !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .visible-md-inline-block {
        display: inline-block !important;
    }

}

@media (min-width: 1200px) {

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

}

/* ==========================================================================
   =Clearings
   ========================================================================== */

/**
 	 * ClearFix Hack
	 * Usage:  add  class="fixed"  to parents of floated elements
 	 */

.fixed:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}

/**
 	 * Clear content
	 * Usage:  <br class="clear">
 	 */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ==========================================================================
   =Typography
   ========================================================================== */

/**
 	 * 1. We are setting the base size in px so we can make easy calculations for rem units https://css-tricks.com/rems-ems/
	 *    How to set html font-size : HTML FONT SIZE = DESIRED FONT SIZE / 1.5
 	 */

html {
    font-size: 10px; /* 1 */
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-size: 1.5rem!important;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.86666666; /* 15 * 1.86666666 = 28px */
    color: #777777;
    background-color: #ffffff;
}

h1{
    font-family: 'Muli', sans-serif;
    color: #ffffff;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
    color: #6D5D46;
 
}

.home h1{
    color: #6D5D46;
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        word-break: initial;
        
    }
}

#wrap h1 {
    margin-top: 4px;
    margin-top: 0.08888888em;
    margin-bottom: 4px;
    margin-bottom: 0.08888888em;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 48px;
    line-height: 1.06666666;
}

#wrap h2 {
	
    font-weight: 400;
    margin-bottom: 8px;
    margin-bottom: 0.22857142em;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 1.14285714;

}
	
    

    
.home h2, #page-header h1 {

}


#page-header h1{
    /*margin-top:4em;*/

    padding:0.8em 0;

}



#wrap h2 {
    margin: 1em 0;
}

#wrap h3 {
    text-transform: uppercase;
    margin: 0.3em 0;
    font-size: 2.5rem;

    letter-spacing: 0.1em;
    line-height: 1.26666666em;
}

#wrap h4 {
    font-size:1.8rem;
}




h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

p {
    font-family: 'Roboto', sans-serif !important;

}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
    color: #eed3a7;
}

small {
    font-size: 90%;
}

big {
    font-size: 125%;
}

sub {
    vertical-align: sub;
    font-size: 75%;
}

sup {
    vertical-align: super;
    font-size: 75%;
}

abbr[title] {
    border-bottom: 1px dotted #777777;
    cursor: help;
}

address {
    display: block;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

q {
    color: #1a171c;
    font-family: 'Georgia', 'Lato', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    line-height: 1.66666666;
    quotes: "\201C" "\201D" "\201C" "\201D";
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

blockquote {
    overflow: hidden;
    margin-bottom: 28px;
    margin-bottom: 1.55555555em;
    color: #1a171c;
    font-family: 'Georgia', 'Lato', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    line-height: 1.66666666;
    quotes: "" "" "" "";
}

blockquote:before {
    content: open-quote;
}

blockquote:after {
    content: close-quote;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

blockquote cite {
    display: block;
    margin-top: 14px;
    margin-top: 0.93333333em;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    line-height: 1.86666666;
}

kbd,
tt,
var,
samp,
code,
pre {
    font-family: monospace;
}

code {
}

pre {
    display: block;
    overflow-x: auto;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
    white-space: pre-wrap;
    background-color: #f9f9fa;
    padding: 14px;
    padding: 0.93333333em;
}

mark,
ins {
    text-decoration: none;
}



/* ==========================================================================
   =Forms
   ========================================================================== */

.fa-phone{
    font-size:1em;
    margin-right:0.5em;
   color: rgb(153, 134, 104);
}



#booking-form{
   margin: 2em 0;
   padding:0;

}

#booking-form strong{ 
    color:var(--dark);
}

#booking-form img, .pexa{
    width:70%;
    text-align: center;
    margin-bottom:1em;
}

/* #booking-form::before{
    content:"";
    background-image: url(https://www.firstlegalmigration.com.au/wp-content/uploads/2020/05/guarantee.png);
    
    display: inline-block;
    position: absolute;
    left:20%;
    top:-6em;
    width:200px;
    height:200px;
    transform: scale(.8);
    z-index: 1;
} */

#booking-form form.wpcf7-form{
    margin-bottom:0;
    border: 1em solid #000;
    border-color: rgba(0, 0, 0, 0.80);
}



#form-msg{
    font-size: 0.8em;
	padding-bottom: 1em;
	text-align:center;
}

form.wpcf7-form .flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

form.wpcf7-form textarea, form.wpcf7-form input[type="email"],form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form select {
    width: 100%;
	border-color: #d6d7da;
	font-size:0.9em;

}

div.wpcf7-mail-sent-ok {
    background: #749e69;
    color:#fff;
}

div.wpcf7-validation-errors {
    background: #b93e3c;
    color:#fff;
}

form {
    box-sizing: border-box;


    
}

form input[type="text"]{
    margin-bottom: 0!important;
}

fieldset {
    display: block;
}

fieldset legend {
}

label {
    display: block;
}

/**
	 * 1. IE input fix.
	 */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],select,
textarea {

    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    resize: none;
    padding: 0.45em;
    border: none;
    border: 1px solid #d6d7da;
    background: #F7F7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: #333745;
}
textarea{
    background:#f5f5f5;
    border-bottom: 0;
    margin-top:1em!important;
}



form.wpcf7-form{

    padding:1.5em;
    background:#ffffff;
    color:#060606;
    margin-bottom:2em;
}



form.wpcf7-form .itm {
    flex-basis: 48%;
}

form.wpcf7-form .f-row {
    padding-bottom: 1.92em;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    color:#333745;
    font-weight: 600;
}


span.wpcf7-not-valid-tip {
    text-transform:none;
    font-size: 0.8em;
}


form.wpcf7 textarea.wpcf7-textarea { width: 100%;
	
 } 

form.wpcf7-form textarea{
    background: #fff;
    text-transform: none;
    height:6em;
	border:1px solid #d6d7da;
	background: #F7F7F7;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #949eb2;
    outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    cursor: not-allowed;
    background-color: #f9f9fa;
}


input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #f9f9fa;
}

textarea[rows] {
    height: auto;
}

/**
	 *  1. Disallow resize out of parent
	 */

textarea {
    max-width: 100%; /* 1 */
}

/**
	 * 1. IE input fix.
	 */

#wrap select {

    max-width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    background-position: 98% 54%;
 
    line-height: 1.2857em;
    color:#636364;
  

}






select[multiple] {
    height: auto;
    padding: 14px 14px;
    padding: 0.93333333em 0.93333333em;
    line-height: 28px;
    line-height: 1.86666666;
}

select:disabled {
    cursor: not-allowed;
}

select:focus {
    border-color: #949eb2;
}

input[type="range"] {
    width: 50%;
}

/**
	 * 1. Firefox fix for size. or else it overflows on 320px
	 */

input[type="file"] {
    font-size: 15px; /* 1 */
    height: auto;
    width: 100%;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

input[type="checkbox"],
input[type="radio"] {
    margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    margin-right: 14px;
    margin-right: 0.93333333em;
    margin-bottom: 14px;
    margin-bottom: 0.93333333em;
    vertical-align: baseline;

}

input[type="reset"],
input[type="submit"],
input[type="button"] {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    min-width: 110px;
    min-width: 7.33333333em;
    padding: 0.6em 1.6em;
    background-color: #F8A206;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size:.8em;
    cursor: pointer;
    letter-spacing: 0.1em;
    border:0;
    width:100%;
    text-align:center;

}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
 
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
    border-color: #1a171c;
    background-color: #1a171c;
    color: #ffffff;
}

/**
 	 * Placeholder text color -- selectors need to be separate to work.
 	 */

::placeholder { /* Firefox, Chrome, Opera */ 
    color:#6b6b6c;
} 

::-webkit-input-placeholder {
    color: #6b6b6c;
}

:-moz-placeholder {
    color: #6b6b6c;
}

/**
 	 * 1. Since FF19 lowers the opacity of the placeholder by default
 	 */

::-moz-placeholder {
    color: #6b6b6c;
    opacity: 1; /* 1 */
}



  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color:#6b6b6c;
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color:#6b6b6c;
} 




/* ==========================================================================
   =Formatting
   ========================================================================== */

hr {
    height: 1px;
    border: 0;
    margin: 28px 0;
    margin: 1.86666666em 0;
    background-color: #e1e1e1;
}

/* ==========================================================================
   =Lists
   ========================================================================== */

ul,
ol {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
    list-style-position: outside;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 28px;
    margin-left: 1.86666666em;
}



ul {
    list-style-type: none;


}


.post-content li{
    margin-left:1em;
    margin-bottom:0.3em;
}

.post-content li::before{
    content:"\25C8";
    padding-right: .5em;
    margin-left:-1.2em;
    
}



ul.square,
ul.square ul {
    list-style-type: square;
}



ol {
    list-style-type: decimal;
}

dl {
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

/* ==========================================================================
   =Images
   ========================================================================== */

img {
    width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

/* ==========================================================================
   =Tables
   ========================================================================== */

table,
th,
td {
    border: 1px solid #e1e1e1;
}

/**
	 * 1. Prevents HTML tables from becoming too wide
	 */

table {
    width: 100%;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
    table-layout: fixed; /* 1 */
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 14px;
    margin-bottom: 0.93333333em;
}

/* ==========================================================================
   =Links
   ========================================================================== */

a {
    color: #060606!important;
    text-decoration: none;
    outline: 0;
}

a:focus {
    color: var(--primary);
}

a:hover {
    color: var(--primary);
    text-decoration: none !important;
}

a:active {
    color: #1a171c;
}

/* ==========================================================================
   =Components
   ========================================================================== */

/* =Buttons
   ========================================================================== */

a.btn {
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    min-width: 110px;
    min-width: 7.33333333em;
    padding: 6px 24px;
    border-radius: 12px;

    background-color: #5a3406;

    text-align: center;
    text-decoration: none;
    cursor: pointer;

    -webkit-appearance: none;
}



a.btn.btn-small {
    padding: 2px 14px;
    padding: 0.13333333em 0.93333333em;
    border-radius: 18px;
    border-radius: 1.2em;
}

a.btn.btn-lg {
    padding: 9px 28px;
    border-radius: 12px;
    font-size: 1.2em;
}

/* =Social Links
   ========================================================================== */

.social-links {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

/*
	 * 1. Clearfix hack
	 */

.social-links:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a.social-icon {
    display: inline-block;
    width: 32px;
    width: 2.13333333em;
    height: 32px;
    height: 2.13333333em;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    margin-right: 7px;
    margin-right: 0.46666666em;
    margin-bottom: 7px;
    margin-bottom: 0.46666666em;
    text-align: center;
}

a.social-icon:last-child {
    margin-right: 0;
}

a.social-icon i {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2.13333333;
}

a.social-icon:hover,
a.social-icon:focus {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

a.social-icon:active {
    color: #ffffff;
    background-color: #1a171c;
    border-color: #1a171c;
}

/* =Modal
   ========================================================================== */

.modaloverlay {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    pointer-events: none;
    transition: opacity 400ms ease-in 0s;
}

.modaloverlay:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
    z-index: 99999;
}

.modaloverlay .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 50%;
    margin: 0 auto;
    padding: 56px;
    padding: 3.73333333em;
    background-color: #ffffff;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modaloverlay .modal .close {
    position: absolute;
    right: 28px;
    right: 1.86666666em;
    top: 14px;
    top: 0.93333333em;
    z-index: 1;
    border-radius: 50%;
    font-size: 24px;
    font-size: 2.4rem;
}

.modaloverlay .modal .close:hover {

}

/* =Icon Box
   ========================================================================== */

.icon-box {
    position: relative;
    margin-bottom: 56px;
    margin-bottom: 3.73333333em;
}

.icon-box h6 {
    margin-bottom: 0;
}

.icon-box > i {
    display: block;
    float: left;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 42px;
    line-height: 1;
    color: var(--primary);
}

.icon-box > img {
    display: block;
    float: left;
    width: 2.8em;
}

.icon-box .icon-box-content {
    margin-left: 64px;
    margin-left: 4.26666666em;
}

/* =Open Hours
   ========================================================================== */




h3{
    color:#f6931e !important;
}

.home h3 a, .post-content h3 a{
    color: #f6931e !important;
}




#wrap .open-hours h4 {
    position: relative;
    padding: 0.5em 0;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 2.0rem;
    margin-bottom: 28px;
    margin-bottom: 1.12em;
}

.open-hours h6 {
    margin-bottom: 0;
}

.open-hours h4{
        color:#fff;
}
.open-hours {
    text-align: center;
}

.open-hours p strong {
    color: #1a171c;
}


.single-visa .subclass div {
    border: 2px solid #F8AF5A;
    background: rgba(255,255,255,0.75);
    line-height: 1.2em;
    height: 70%;
    padding: 1em;
    margin-top: 3em;
    transition: all 500ms ease-in;
    text-align: center; 
}

.single-visa .subclass:hover div{
    border:2px solid #F8AF5A;
    background:#F8AF5A;

    color: #ffffff;

}

.single-visa .subclass:hover div a{
    color:#000000 !important;
}


.visa .subclass div{
    border:4px solid #F8AF5A;
    background:rgba(255,255,255,0.95);

    line-height: 1.2em;
    height:85%;
    padding:1em;
    margin-top: 3em;
    transition: all 500ms ease-in;
    text-align: center; 

}


.visa .subclass div img{
    filter:grayscale(100%);
    transition: filter 250ms ease-in;
}


.visa .subclass div:hover img{
    filter:grayscale(0%);

}


#page-header .visa .subclass div p{
    text-align: left;
}


.visa .row{
    margin-bottom:2em;
}


.visa .subclass:hover div{
    border:4px solid #F8AF5A;
    background:#F8AF5A;

    color: #ffffff;

}

#wrap .visa .subclass div h3 , #wrap .single-visa .subclass div h3{
    font-size:1em;
    font-weight: bold;
	margin-top: 0.8em;
    margin-bottom:1em;
}


#wrap .visa .subclass:hover div a{
    color:#ffffff !important;
}


.membership-section{
    display:none;
}

.cta-section{
    background: rgba(246, 145, 27, 0.75);
}


/* =Accordion
   ========================================================================== */

.accordion {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

.accordion-item {
    position: relative;
    display: block;
    padding: 14px 42px;
    padding: 0.93333333em 2.8em;
    background-color: #f9f9fa;
}

.accordion-item:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.93333333em;
}

.accordion-item:after {
    float: right;
    content: "\f107";
    font-family: 'FontAwesome';
}

.accordion-item.active:after {
    content: "\f106";
}

.accordion-item.active span:after {
    position: absolute;
    bottom: -1px;
    left: 42px;
    left: 2.8em;
    width: 84px;
    width: 5.6em;
    border-bottom: 1px solid var(--primary);
    content: " ";
}

.accordion-item-content {
    display: none;
    padding: 28px 42px;
    padding: 1.86666666em 2.8em;
    border-top: 1px solid #e1e1e1;
    background-color: #f9f9fa;
}

.accordion-item-content:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.accordion-item-content *:last-child {
    margin-bottom: 0;
}

/* =Testimonial
   ========================================================================== */

.testimonial {
    position: relative;
    margin-bottom: 56px;
    margin-bottom: 3.73333333em;

  
}

.testimonial *:last-child {
    margin-bottom: 0;
}


.testimonial h6 {
    margin-bottom: 0;
    color:#ffffff;
}

.testimonial h3 {
    margin-bottom: 0;
    color:#F8AF5A;
    text-transform: uppercase;
    font-size: 2em;
}



.testimonial .story{
    background:#ffffff;
    padding:3em;

}

#wrap .testimonial .container h2{
    margin:0.5em 0;
}

.testimonial .story div:first-of-type{
    font-family: 'Libre Baskerville', serif;
	font-style: italic;
    color:#3d3d35;
}

.testimonial .story img{
    width:100px;
    border-radius: 50%;
}

.testimonial .story .name-img{
    margin:1em 0;
    font-family: inherit;
}

.testimonial .story .name-img img{
 float:left;
 margin-right:1em;
}



/* =Testimonial Slider
   ========================================================================== */

.testimonial-slider {
  
    position: relative;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.testimonial-slider .slides {
    margin-bottom: 0;
    list-style: none;
}

.testimonial-slider .testimonial {
    margin-bottom: 0;
}

.testimonial-slider .testimonial-slider-pagination {
    position: absolute;
    bottom: 15%;
    right: 20%;
}

@media (max-width: 767px) {

    .testimonial-slider .testimonial-slider-pagination {
        right: auto;
        left: 56px;
        left: 3.73333333em;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .testimonial-slider .testimonial-slider-pagination {
        right: auto;
        left: 98px;
        left: 6.53333333em;
    }

}


.testimonial-slider .testimonial-slider-pagination a {
    position: relative;
    display: inline-block;
    margin: 0 0 0 1px;
    color: #ffffff!important;
    background-color: var(--secondary) !important;;
    width: 3em;
    height: 3em;
    padding:5px;
    line-height: 40px;
    line-height: 2.66666666;
    text-align: center;
    
    border-radius: 50%;
}

.testimonial-slider .testimonial-slider-pagination a:hover {
    background-color: #f08415;
    color:#000!important;
  
    
}

/* =Appointment Form
   ========================================================================== */

.appointments-section .wpcf7 input:not([type="submit"]),
.appointments-section .wpcf7 textarea {
    position: relative;
    margin-bottom: 21px;
    margin-bottom: 1.4em;
    padding-left: 42px;
    padding-left: 2.8em;
}

.name-icon,
.email-icon,
.date-icon,
.hour-icon,
.message-icon {

}

.name-icon:after,
.email-icon:after,
.date-icon:after,
.hour-icon:after,
.message-icon:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 8px;
    top: 0.53333333em;
    left: 34px;
    left: 2.26666666em;
}



.name-icon:after {
    content: '\f007';
}

.email-icon:after {
    content: '\f003';
}

.date-icon:after {
    content: '\f073';
}

.hour-icon:after {
    content: '\f017';
}

.message-icon:after {
    content: '\f0e5';
}


/*  Specialties
   ========================================================================== */

.specialties {
    position: relative;
    list-style: none;
    margin: 28px 0;
    margin: 1.86666666em 0;
}

.specialties:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}

.specialties li {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    margin-right: 0.93333333em;
}

.specialties li:last-child {
    margin-right: 0;
}

.specialties p {
    display: none;
    padding-top: 28px;
    padding-top: 1.86666666em;
    transition: all .5s ease-out;
}

.icon-bg {
    color:#000;
}


.fa-stack:after{
    content: "";
    background: #fff;
    padding:35% 50%;
}

@media (min-width: 768px) {

    .specialties {
        

          /*margin-bottom: 182px;
        margin-bottom: 12.13333333em;*/
    }

    .specialties li.active p {
        position: absolute;
        width: 252px;
        width: 16.8em;
        display: block;
    }

    .specialties i {
        margin-bottom: 28px;
        margin-bottom: 1em;
    }


}

/* ==========================================================================
   =Layout
   ========================================================================== */

/* =Wrap
   ========================================================================== */

#wrap {
    position: relative;
    background-color: #ffffff;
    font-size:1.8rem;
}



/* =Header
   ========================================================================== */

#header {
    top: auto;
    transition: all 0.1s ease;

    background: #FFFFFF;
}

#header nav {
    text-align: right;
}



/* =Content
   ========================================================================== */



/* =Footer
   ========================================================================== */

#footer {

    padding: 3em 0 1em 0;
    background-color: #010101;
  
}

#footer a{
    color:#ffffff !important;
}

#footer #text-1 {
        margin-right: 2.5em;
}

#footer #text-1 .textwidget{
    background: #ffffff;
    opacity: 0.5;
    padding:2.0em;
    color:#000!important;
 
    
}


#footer-bottom {
    padding: 1em 0;
    padding: 1.2em 0;
    font-size:1.4rem;
    background-color: #010101;
}

#footer-bottom .container {
    border-top:1px solid #d6d3d3;
    padding:1em;
}   

#footer-bottom.contrast a{
    color:#F8AF5A !important;
}


#footer .fa-phone {
    font-size: 1em;
    margin-right: 0.5em;
    color:#000000;
}

/* Added by Cosmin 08.05.2017  ---------------------------------------*/
.footer-copyright-menu {
    margin: 0;
    padding: 0;
   
}

.footer-copyright-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-copyright-menu li {
    display: inline-block;
    margin-right: 10px;
}

.footer-copyright-menu li:last-of-type {
    margin-right: 0;
}


#footer-widget-area-2 .textwidget {
    margin-left:20%;
    
}
#footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#footer-bottom-widget-area-2{
    text-align: right;
}

#footer-widget-area-4 ul li{
    padding-left: 55px!important;
    padding-top: 0!important;
    margin-top: 15px;
}

#footer-widget-area-4 #address::before, #phone::before, #fax::before, #email::before{
    background: transparent;
    font-size: 33px;
    position: absolute;
    display:inline-block;
    left:0;
    margin-right:0.2em;
    font-family: "FontAwesome";
}

#footer-widget-area-4 #address::before{
    content: '\f024';
}

#footer-widget-area-4  #phone::before{
    content: '\f075';

}


#footer-widget-area-4  #fax::before{
    content: '\f1ea';

}


#footer-widget-area-4  #email::before{
    content: '\f0e0';

}


/* -------------------------------------- Added by Cosmin 08.05.2017 */

/* ==========================================================================
   =Logo
   ========================================================================== */

#logo {
    padding: 10px 0 0 0 ;
    padding: 0.8em 0 0 0;
    text-align: center;
}



/**
	 * 1. we need the <a> to be only the size of it's child <img> element
	 * 2. it shouldn't extend beyond the size of it's parent if it's child <img> is very large e.g 1000x1000 px
	 */

#logo a {
    display: inline-block; /* 1 */
    max-width: 100%; /* 2 */
	font-family: 'Dancing Script', sans-serif;
}

#logo img {
    display: block;
     max-width: 100%;
  height: auto;
}

#logo.logo-text a {
    font-size: 35px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 28px;
    line-height: 1.12;
    color: #1a171c;
	
}
#logo.logo-text a:hover{
	text-decoration:none;
}

.btn.btn-square{
	border-radius:2px;
  
	
}
.post-content .btn.btn-square{
  font-size: 0.9em;
}

.cta {
    display:flex;
    align-items: center;
    justify-content: center;
}



.cta a.btn {

    background:#F8AF5A;
    color:#764000 !important;
    padding:2em;
    font-size:1em;
    margin-bottom:1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;;
    
}

.page-template-default .cta a.btn {
    padding:2em;
}

.cta a.btn:hover {
    background:#1a171c;
    color:#F8AF5A !important;
}

/* ==========================================================================
   =Navigation
   ========================================================================== */



/* ==========================================================================
   =Menu
   ========================================================================== */

/* =Menu Basics
   ========================================================================== */

   
.sf-menu {
    display: inline-block;
}

/*
	 * 1. Clearfix hack
	 */

.sf-menu:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (max-width: 991px) {

    .sf-menu {
        display: none;
    }

}

#desktop-menu{
    margin:1.5em 0 0 0;
}


.sf-menu,
.sf-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.sf-menu > li {
    display: inline-block;
}

.sf-menu > li > a {
    position: relative;
    display: block;
}


.sf-menu .sf-mega,
.sf-menu li.dropdown ul {
    position: absolute;
    z-index: 1025; /* 1 */
    top: 100%;
    left: 14px;
    display: none;
}

.sf-menu li.dropdown {
    position: relative;
}

.sf-menu li.dropdown ul ul {
    top: 0;
    left: 100%;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.sf-menu li.dropdown:hover > ul,
.sf-menu li.dropdown.sfHover > ul {
    display: block;
}

.sf-menu li.dropdown ul ul.right-edge {
    top:0;
    left:auto;
    right:100%;
}

/* =Menu Skin
   ========================================================================== */

.sf-menu a {
    display: block;


    font-weight: 300;
    color: #ffffff;
    position: relative;
}

.sf-menu li.dropdown a,
.sf-menu li.mega a {
    padding: 1em 1em 0 1em;
}

.sf-menu li.dropdown ul a,
.sf-menu li.mega .sf-mega a {

    font-size:1.6em;
    transition: background-color .5s ease;
}

.sf-menu li.dropdown ul a:hover{
    background-color: #f6931e !important;
}


.sf-menu li.dropdown > a {
    border-bottom: 0;
}



.sf-menu li.dropdown li > a:hover:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;

    border-bottom: 4px solidred;
    content: " ";
}

.sf-menu li:last-child > a {
    border-bottom: none;
}



.sf-menu > li > a,
.sf-menu > li.dropdown > a {
    padding: 0 14px;
    padding: 0 0.93333333em;

}





.sf-menu > li a i {
    margin-right: 2px;
    margin-right: 0.13333333em;
    color: var(--primary);
}

.sf-menu > li.current > a {
    color: var(--primary);
    
}

.sf-menu > li > a {

    border-radius: 0.1em;
    text-transform: uppercase;
    font-size: 0.9em;
    transition: background-color .5s ease;
}

.sf-menu > li > a:hover{
    background-color: #f6931e;
    color:#FFFFFF !important;
}



.sf-menu > li.sfHover > a:hover,
.sf-menu > li > a:hover {


}

/* =DropDown
   ========================================================================== */

/**
 	 * 1. allow long menu items to determine submenu width
 	 */

.sf-menu li.dropdown ul {
    min-width: 200px; /* 1 */
    min-width: 13.33333333em; /* 1 */
    background-color:  #FFFFFF;
    
}

/* =Mega Menu Section
   ========================================================================== */

.sf-mega {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    padding: 0.93333333em;
    margin-top: 0;
    background-color: var(--primary);
    color: #ffffff;
}

.sf-mega-section {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    padding: 0 0.93333333em;
}

/**
 	 * 1. set mega menu section size, as a percentage of the mega menu width
 	 */

.sf-mega.sf-mega-1-col .sf-mega-section {
    width: 100%;
}

/* 1 */

.sf-mega.sf-mega-2-col .sf-mega-section {
    width: 50%;
}

.sf-mega.sf-mega-3-col .sf-mega-section {
    width: 33.3333333333%;
}

.sf-mega.sf-mega-4-col .sf-mega-section {
    width: 25%;
}

.sf-mega-section-title {
}

/* =Menu Arrows
   ========================================================================== */

   .sf-menu .dropdown > a:after,
   .sf-menu .mega > a:after {
       content: "\f107";
       font-family: 'FontAwesome';
       padding-left: 7px;
       padding-left: 0.46666666em;
   }
   
   .sf-menu .dropdown .dropdown > a:after {
       content: "\f105";
       font-family: 'FontAwesome';
       padding-left: 7px;
       padding-left: 0.46666666em;
       float: right;
   }

   .dropdown-toggle::after{
       border:0 !important;
   }

/* ==========================================================================
   =Mobile Menu
   ========================================================================== */

#mobile-menu {
    display: none;
}

/*
	 * 1. Clearfix hack
	 */

   
#mobile-menu:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mobile-menu {
    background-color: #f6931e;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
}

#mobile-menu li {
    display: block;
    margin: 0;
}

#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
    display: none;
    margin-left: 0;
}

#mobile-menu .sf-mega {
    display: none;
    padding: 0;
    border: none;
    margin: 0;
}

#mobile-menu .sf-mega-section {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
}

#mobile-menu .sf-mega-section ul {
    margin-left: 0;
    margin-bottom: 0;
}

#mobile-menu li a {
    position: relative;
    display: block;
    padding: 14px 21px;
    padding: 0.93333333em 1.4em;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 2rem;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}

#mobile-menu ul a {
    padding-left: 42px;
    padding-left: 3.73333333em;
}

#mobile-menu ul li ul a {
    padding-left: 56px;
    padding-left: 3.73333333em;
}

#mobile-menu li.dropdown > a {
    padding-right: 84px;
    padding-right: 5.6em;
}

#mobile-menu .dropdown-menu{
    border:0;
    width:100%;
}

#mobile-menu .mobile-menu-submenu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    width: 3.73333333em;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 56px;
    line-height: 3.73333333;
    text-align: center;
    cursor: pointer;
}

#mobile-menu .mobile-menu-submenu-arrow:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

#mobile-menu li a:hover {
    background-color:black;
    color:#ffffff !important;
}

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */

#mobile-menu-trigger {
    display: none;
    padding: 1.5em 0;
}

@media (max-width: 991px) {

    #mobile-menu-trigger {
        display: inline-block;
    }

}

#mobile-menu-trigger i {
    font-size: 3.5rem;
    color: var(--dark);
}
/* ==========================================================================
   =Custom search form
   ========================================================================== */

#custom-search {
    position: relative;
    display: inline-block;
}

#custom-search-button {
    display: inline-block;
    padding: 0 14px;
    padding: 0 0.93333333em;
    color: var(--primary);
}

#custom-search-button i {
    font-size: 17px;
    font-size: 1.7rem;
}

@media (max-width: 991px) {

    #custom-search-button {
        padding-left: 0;
    }

}

@media (min-width: 992px) {

    #custom-search-button {
        padding-right: 0;
    }

}

/**
 	 * 1. z-index is 1030 because the menu has a z-index of 1025
 	 */

#custom-search-form {
    position: absolute;
    z-index: 1030; /* 1 */
    top: 84px;
    top: 5.6em;
    right: 2px;
    right: 0.13333333em;
    display: none;
}

@media (min-width: 992px) {

    #custom-search-form {
        right: -12px;
        right: -0.8em;
    }

}

#custom-search-form:before {
    position: absolute;
    z-index: 1;
    top: -9px;
    top: -0.6em;
    right: 10px;
    right: 0.66666666em;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-right: 0.46666666em solid transparent;
    border-bottom: 10px solid #e1e1e1;
    border-bottom: 0.66666666em solid #e1e1e1;
    border-left: 7px solid transparent;
    border-left: 0.46666666em solid transparent;
    content: "";
}

#custom-search-form:after {
    position: absolute;
    z-index: 2;
    top: -7px;
    top: -0.46666666em;
    right: 10px;
    right: 0.66666666em;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-right: 0.46666666em solid transparent;
    border-bottom: 10px solid #ffffff;
    border-bottom: 0.66666666em solid #ffffff;
    border-left: 7px solid transparent;
    border-left: 0.46666666em solid transparent;
    content: "";
}

#custom-search-submit {
    display: none;
}

#custom-search-form #s {
    width: 230px;
    width: 15.33333333em;
    max-width: 290px;
    max-width: 19.33333333em;
    position: relative;
}

#custom-search-form #s:focus {
    border-color: #e1e1e1;
}

/* ==========================================================================
   =Page Header
   ========================================================================== */

#page-header {
    /*min-height: 400px;*/

    background-color: #f9f9fa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3));
   color:#454545;
    
}

#page-header h2 {
    color:#fff;
    padding:10px 20px;
    font-size: 1.2em;
    display:inline-block;

}

#page-header p {
    position: relative;
    padding-bottom: 14px;
    padding-bottom: 0.93333333em;
    margin-bottom: 0;
}

#page-header #breadcrumbs{
    padding-top:1em;
    color:#cacaca !important;


}

#page-header #breadcrumbs a, .breadcrumb_last{
    color:#cacaca !important;
}

span.wpcf7-list-item {
    font-size:0.8em;
}

#topphone{
	    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(153, 134, 104);
}

/* ==========================================================================
   =Back to top
   ========================================================================== */

#back-to-top {
    position: fixed;
    z-index: 1010;
    right: -40px;
    bottom: 14px;
    width: 35px;
    width: 2.33333333em;
    height: 35px;
    height: 2.33333333em;
    border-radius: 50%;
    background-color: #1a171c;
    color: #ffffff!important;
    line-height: 32px;
    line-height: 2.13333333;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#back-to-top i {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#back-to-top:hover {
    background-color: #364d7c;
}

#back-to-top:hover i {
    color: #ffffff;
}

#back-to-top.visible {
    right: 14px;
    right: 0.93333333em;
}

#back-to-top.gone {
    right: -40px;
    right: -2.66666666em;
}




/* =Intro section
   ========================================================================== */

.intro-section {
    background-color: #f9f9fa;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    height:600px;
    
    position:relative;
    margin:0;
    padding: 0;
    padding-top: 2.0em;
 

}



.intro-section h2 {
    margin-top:2em;
    font-size: 2.5rem;
    color: #5a3406;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.intro-section .text-accent-color{
    color:var(--primary);
    text-shadow: 2px 2px #eeeeee;
}
.intro-section p{
    margin-bottom: 0.8em!important;
    text-shadow: 0 1px #777777;
}

.intro-section p:first-of-type{
    margin-top:2.5em;
}
.intro-section p:last-of-type{
    margin-bottom: 0!important;
}

.intro-section #subtext{
    font-weight: bold;
    font-size: 1.3em;
    text-shadow: 1px 1px #ccc;
    color:#fff;
    width: 70%;
    display: block;
    font-stretch: expanded;
    letter-spacing: 2px;
}

.intro-section .container{

	padding-bottom:5em;
	
}

.intro-section .container ul{
	display:inline-block;
	margin:0;
	padding:0;
	
}


.hero-msg{

    color:#000000;


}

.hero-msg p{
    margin-bottom: 0!important;
} 


#col-1, #col-2{
    margin: 3em;
    padding:3em;
    text-align: center;
    transition: 0.5s;
}

#col-1{
  
    background: rgba(246, 145, 27, 0.75);
}

#col-2{
    
background: rgba(239, 204, 45, 0.75);

}

#col-1:hover , #col-2:hover{
    background: rgba(0, 0, 0,1);
    color:#ffffff;
}


#col-1:hover h2, #col-2:hover h2,#col-1:hover p, #col-2:hover p{
    color:#ffffff;
}



#slogan{
    font-size: 1.2em !important;
    font-weight: 500;
}



/* =Content section
   ========================================================================== */

.content-section{
    padding: 70px 0 42px;
    padding: 4.66666666em 0 2.8em;
}
/* =About section
   ========================================================================== */

.about-section {
    background-color: #ffffff;
    padding-top: 1.5em;
    margin:0 0 3em 0;
}

.about-row-margin-bottom{
    margin-bottom: 30px;
    margin-bottom: 2.5em;
}


.about-section ul{
    list-style-type: square;
    list-style-position: inside;
}

.membership{
    margin-top:7.5em;
    margin-bottom:1em;
    padding-left:3em;
    text-align: center;
}

 #wrap .membership h3, #wrap .membership-section h3{

    text-transform: none;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1.5em;
}

.main-about{
    margin-top:3em;
}

.how-section{
    margin:3em auto;
    counter-reset: stepper;

}

.how{
    background:#777777;
    padding:1em;
    margin-bottom:1em;
}
#wrap .how p {
    padding:2em;
    color:#d5d5d5;
}

#wrap .how h3 {
    margin:1em 1.5em;
    font-size: 2.2rem;
    color: #FFFFFF !important;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
	text-transform:inherit;
}

#wrap .how h4{
    text-align:center;
    color:#F8AF5A;
    font-size:1.2em;
}



div.step {

    width:200px;
    height:200px;
    border-radius:50%;
    text-align:center;
    padding-top:1.2em;
    margin: 0 auto;
    background: #f6931e;
    text-transform: uppercase;
    color:#ffffff;
    font-weight: bold;
    font-size:2em;
    position: relative;
    counter-increment: stepper;
}

div.step::after {
    content: counter(stepper);
    position: absolute;
    top:35%;
    left:0;
    right:0;
    font-size: 2.4em;
    margin:0 auto;
}



/* =Appointments section
   ========================================================================== */

.appointments-section {
    background-color: #f9f9fa;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 70px 0 42px;
    padding: 4.66666666em 0 2.8em;
}

@media (max-width: 767px) {

    .appointments-section {
        background-image: none !important;
    }

}

@media (min-width: 1600px) {

    .appointments-section {
        background-position: right+200px bottom;
    }

}

/* =Specialities section
   ========================================================================== */

.page-template #page-header h1{
    color:#ffffff !important;

}

#wrap .specialities-section h1{
    font-size: 2em;
}

.specialities-section .service{
    padding:.5em;
    margin-bottom:2.5em;
    transition: background .5s ease-in;
}

.specialities-section  .service:hover{
    background:#F8E4C4;/*#eed3a7;*/

}

.specialities-section .service:hover a{
    color: var(--dark) !important;
}

.specialities-section .service h6{
 
}

.specialities-section .service a.btn{
    background-color: #060606!important;
    border:0;
    border-radius: 0;
    font-weight: bold;
    padding:1em;
    font-size:1em;
    text-align: center;
}

.specialities-section .service-img{
    overflow: hidden;
    display:inline-block;
    box-sizing: border-box;
}


.specialities-section .service-img img{
    filter: grayscale(100%);
    transition: all 750ms ease;
}

.specialities-section .service-img:hover img{
    filter: grayscale(0%);
    transform: scale(1.1);
}

.specialities-section .service:hover .service-img img{
    filter: grayscale(0%);
    transform: scale(1.1);
}


.col-md-6.col-odd{
    background: #f9f9fa;
    padding:2em;
}

.col-md-6.col-even{
    background: #14659F;
    padding:2em;
}

.col-odd h3 a, .col-odd h3 {
     color:#14659F;
    text-transform: uppercase;
    padding-bottom: 0.8em;
    border-bottom: 1px dashed #14659F;
}

.col-even h3 a, .col-even h3{
     color:#fff;
    text-transform: uppercase;
    padding-bottom: 0.8em;
     border-bottom: 1px dashed #fff;
}

.col-even p{ color:#fff;}
.col-odd p{ color:#14659F;}

.services{background: #f9f9fa;
    margin-bottom: 2em;
    position: relative;
}
.services p{
    margin-top:1em;
    line-height: 18px;
}

.services .btn.btn-square{
 margin-top: 2.5em;
    background: #4CB6E7;
    
    font-size: 0.9em;
    border:0; 

    
}


h2.loco{
    margin-top:10px;
    padding-top:10px;
    border-bottom: 1px dashed #14659F;
    display:table-cell;
}

p .fa-map-marker{
    color:var(--primary);
}

.map-container{
overflow:hidden;
padding-bottom:31.6%;
position:relative;
height:0;
}

.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


.click-here{
    margin-bottom: 1.0em;
}

#main-clinic{
 margin-bottom: 1.5em;   
}




/* =Open hours section
   ========================================================================== */

.open-hours-section {
    background-color: #14659F;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;

    font-size:1.8rem;
    color:#fff;
}

.open-hours-section .open-hours {
    background-color: #6E8AA3;
}

.open-hours-section .open-hours a {
    color: #ffffff;
}

.open-hours-section .open-hours-section-info {
    background-color:#4CB6E7;
    padding-top: 20px;

}

.open-hours-section .open-hours-section-info a{
    color:#fff;
}

.open-hours-section .intro{
    padding:20px;
}
.open-hours-section h6{
    line-height: 1.5em;
    color:#fff;
}

#contact{
    margin:0 10%;
    
}
#contact-page form {
    padding:2em;
    background: #D1C271;
  
  
    width:50%;
    margin:2em 0;
}

#contact-page form input[type="text"],#contact-page form input[type="email"]{
    margin-bottom:0;
    padding-bottom:0;
}
#contact-page form input[type="submit"]{
    margin
    
    -top:1em;
}



.open-hours-section li{
    font-weight: bold;
    font-size: 1.2em;
    padding-top:8px;
}

.open-hours-section li:nth-last-child(2){
    margin-top: 20px;   
    
    
}
.open-hours-section p{
    margin-bottom: 1rem!important;
}



.open-hours table{
    border:0;
    color:#fff;
    font-size: 1em;
}

.open-hours .table td, .open-hours .table th {
    border:0px;
}

.open-hours table th{
    text-align: left;
    font-size: 0.8em;
}

#contact-page i.fa{
    color:#14659F!important;
    margin-right:15px;
}



#header .btn, .specialties .btn{
    font-size:1.8rem;
}

#book-appointment{

    padding-top:10px;
}
#book-appointment a{
    transition: all 2s ease-out;
}
#book-appointment a:hover{
    background: #14659F;
    border-color:#14659F ;
    color: #fff;

}

.specialties a.btn{
    transition: all 0.5s ease-in;
    margin: 1em 0;
    color:#fff!important;
    text-transform: uppercase;
	letter-spacing: 2px;
}

#col-1:hover .specialties a.btn, #col-2:hover .specialties a.btn{
    background-color: #A40000;
    color:#ffffff!important;
   
}

.specialties a.btn:hover .icon-bg {
    color: #14659F;;
   
}

.specialties a.btn:hover .fa-stethoscope{
    color:#fff;
}

@media (min-width: 768px) {

    .open-hours-section {
        background-position: left center;
    }

    .open-hours-section .open-hours-section-info {
       
    }

}

/* =Why us section
   ========================================================================== */

.why-us-section {
    background-color: #ffffff;
    padding: 70px 0 42px;
    padding: 4.66666666em 0 2.8em;
    background-repeat: no-repeat;
    background-position: right bottom;
    /*background-size: 350px;*/
    /*background-size: 23.33333333em;*/
}

@media (max-width: 767px) {

    .why-us-section {
        background-image: none !important;
    }

}

/*@media (min-width: 992px) {*/

    /*.why-us-section {*/
        /*background-size: 550px;*/
        /*background-size: 36.66666666em;*/
    /*}*/

/*}*/

/*@media (min-width: 1600px) {*/

    /*.why-us-section {*/
        /*background-size: 900px;*/
        /*background-size: 60em;*/
    /*}*/

/*}*/



@media (min-width: 768px) {

    .explore-hospital-section-info {
        padding: 80px 28px 28px;
        padding: 5.33333333em 1.86666666em 1.86666666em;
    }
    
    @

}

@media (min-width: 992px) {

    .explore-hospital-section-info {
        padding: 80px 28px 80px;
        padding: 5.33333333em 1.86666666em 1.86666666em;
    }

    .explore-hospital-section .rooms-slider {
        margin: 80px 0 0 80px;
        margin: 5.33333333em 0 0 5.33333333em;
    }

    .explore-hospital-section .rooms-slider .rooms-slider-dots {
        left: -11px;
    }

}

@media (min-width: 1201px) {

    .explore-hospital-section-info {
        padding: 56px 56px 0 0;
        padding: 3.73333333em 3.73333333em 0 0;
        width: 350px;
        float: right;
    }

    .explore-hospital-section .rooms-slider {
        margin: 0 -15px 0 0;
    }

}

@media (min-width: 1600px) {

    .explore-hospital-section-info {
        padding: 84px 56px 0 0;
        padding: 5.6em 3.73333333em 0 0;
    }

}

/* =Involvment section
   ========================================================================== */

.involvement-section {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: 300px;*/
    /*background-size: 20em;*/
    padding: 70px 0 42px;
    padding: 4.66666666em 0 2.8em;
}

@media (max-width: 767px) {

    .involvement-section {
        background-image: none !important;
    }

}

/*@media (min-width: 992px) {*/

    /*.involvement-section {*/
        /*background-size: 400px;*/
        /*background-size: 26.66666666em;*/
    /*}*/

/*}*/

/*@media (min-width: 1600px) {*/

    /*.involvement-section {*/
        /*background-size: 900px;*/
        /*background-size: 60em;*/
    /*}*/

/*}*/


/* =END CTA section
   ========================================================================== */

.note{
    font-size: 0.9em;
}

/* =Testimonials section
   ========================================================================== */

.testimonials-section {
    background-size:cover;
    padding: 1em 0;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;

    filter: grayscale(70%);
    /*background-attachment: fixed;*/
}
.home .testimonials-section {
    margin-top:3em;
}

.testimonials-section h2{
    color:#060606;
}

.testimonials-section .container{
    width:70%;
    margin:2em 0 2.5em 0;
    margin-left:15%;
    
}


/* ==========================================================================
   =Posts
   ========================================================================== */

.post {
    position: relative;
}

.post + .post {
    margin-top: 42px;
    margin-top: 2.8em;
}

/* =Sticky Post
   ========================================================================== */

.sticky {
}

/* =Post Thumbnail
   ========================================================================== */

.post-thumbnail {
    display: block;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

.post-thumbnail img {
    display: block;
}

/* =Post Header
   ========================================================================== */

.post-header {
}

/*
	 * 1. Clearfix hack
	 */

.post-header:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

img.chris{
    max-width: 100%;
    width:inherit;
    filter: grayscale(1);
    }

/* =Post Title
   ========================================================================== */

.post-title {
}

/* =Post Content
   ========================================================================== */

.post-content {
    color:#ffffff;
    margin-bottom: 2em;
    text-align: left;
}

.post-content h4{
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color:#ffffff;
    margin-bottom:1em;
}

/*
	 * 1. Clearfix hack
	 */

.post-content:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.post-content iframe {
    max-width: 100%;
}

.post-content a{
    color:#ffffff !important;
}

/* =Post More Link
   ========================================================================== */

.more-link {
    display: block;
}

.more-link:after {
    position: relative;
    padding-left: 6px;
    padding-left: 0.4em;
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 400;
    white-space: nowrap;
}

/* =Post Meta
   ========================================================================== */

.post-meta {
    padding: 20px 0 28px;
    padding: 1.33333333em 0 1.86666666em;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.post-meta:last-child {
    padding-bottom: 0;
}

.post-meta:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 112px;
    width: 7.46666666em;
    border-top: 1px solid var(--primary);
    content: "";
}

.posted-on {
    padding: 0 6px;
    padding: 0 0.4em;
}

.posted-on:first-child {
    padding-left: 0;
}

.byline {
    padding: 0 6px;
    padding: 0 0.4em;
}

.byline:first-child {
    padding-left: 0;
}

.bypostauthor,
.post-author {
}

.edit-link {
    padding: 0 6px;
    padding: 0 0.4em;
}

.edit-link:first-child {
    padding-left: 0;
}

.edit-link:before {
    font-family: 'FontAwesome';
    content: "\f044";
    padding-right: 3px;
    padding-right: 0.2em;
}

.comments-link {
    padding: 0 6px;
    padding: 0 0.4em;
}

.comments-link:first-child {
    padding-left: 0;
}

.comments-link:before {
    font-family: 'FontAwesome';
    content: "\f0e5";
    padding-right: 3px;
    padding-right: 0.2em;
}

.cat-links {
    margin-bottom: 18px;
    margin-bottom: 1.2em;
}

.cat-links a {
    display: inline-block;
    margin: 4px 8px 4px 0;
    margin: 0.26666666em 0.53333333em 0.26666666em 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.tags-links {
    margin: 28px 0;
    margin: 1.86666666em 0;
}

.tags-links a {
    display: inline-block;
    padding: 0 8px;
    padding: 0 0.53333333em;
    border: 1px solid #e1e1e1;
    border-radius: 14px;
    border-radius: 0.93333333em;
    margin: 0 4px 9px 0;
    margin: 0 0.26666666em 0.6em 0;
    color: #777777;
    transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.tags-links a:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
}

/* =Post Formats
   ========================================================================== */

.post-format {
    padding: 0 6px;
    padding: 0 0.4em;
    color: #1a171c;
}

.post-format:first-child {
    padding-left: 0;
}

.format-standard {
}

.format-aside {
}

.format-aside .post-format:before {
    font-family: 'FontAwesome';
    content: "\f10c";
}

.format-image {
}

.format-image .post-format:before {
    font-family: 'FontAwesome';
    content: "\f03e";
}

.format-video {
}

.format-video .post-format:before {
    font-family: 'FontAwesome';
    content: "\f1c8";
}

.format-quote {
}

.format-quote .post-format:before {
    font-family: 'FontAwesome';
    content: "\f10e";
}

.format-gallery {
}

.format-gallery .post-format:before {
    font-family: 'FontAwesome';
    content: "\f009";
}

.format-status {
}

.format-status .post-format:before {
    font-family: 'FontAwesome';
    content: "\f044";
}

.format-link {
}

.format-link .post-format:before {
    font-family: 'FontAwesome';
    content: "\f0c1";
}

.format-audio {
}

.format-audio .post-format:before {
    font-family: 'FontAwesome';
    content: "\f027";
}

.format-chat {
}

.format-chat .post-format:before {
    font-family: 'FontAwesome';
    content: "\f18d";
}

/* =Post Footer
   ========================================================================== */

.post-footer {
}

/*
	 * 1. Clearfix hack
	 */

.post-footer:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */

/* =Post Pagination
   ========================================================================== */

.pagination {
    margin: 56px 0 28px;
    margin: 3.73333333em 0 1.86666666em;
}

/*
	 * 1. Clearfix hack
	 */

.pagination:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pagination a {

}

.pagination .nav-links {
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    margin-right: 28px;
    margin-right: 1.86666666em;
    text-align: center;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination .page-numbers.current {
    min-width: 30px;
    min-width: 2em;
    min-height: 30px;
    min-height: 2em;
    padding: 5px;
    padding: 0.33333333em;
    border-radius: 50%;
    background-color: #364d7c;
    color: #ffffff;
}

@media (max-width: 767px) {

    .pagination .page-numbers {
        display: none;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next,
    .pagination .page-numbers.current {
        display: inline-block;
    }

    .page-numbers.prev .screen-reader-text,
    .page-numbers.next .screen-reader-text {
        clip: auto;
        height: auto;
        overflow: auto;
        position: relative !important;
        width: auto;
    }

}

/* =Page Links
   ========================================================================== */

.page-links {
    margin: 28px 0;
    margin: 1.86666666em 0;
}

.page-links .page-number {
    padding: 4px;
    padding: 0.26666666em;
}

.page-links {
    color: #1a171c;
}

/* =Post Navigation
   ========================================================================== */

.post-navigation {
    margin: 28px 0;
    margin: 1.86666666em 0;
}

/*
	 * 1. Clearfix hack
	 */

.post-navigation:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (min-width: 768px) {

    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }

    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }

}

@media (max-width: 767px) {

    .post-navigation .nav-previous {
        margin-bottom: 28px;
        margin-bottom: 1.86666666em;
    }

}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #1a171c;
    margin-bottom: 7px;
    margin-bottom: 0.46666666em;
}

/* ==========================================================================
   =Author bio
   ========================================================================== */

.author-bio {
    position: relative;
    padding: 28px;
    padding: 1.86666666em;
    border: 1px solid #e1e1e1;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

/*
	 * 1. Clearfix hack
	 */

.author-bio:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (max-width: 479px) {

    .author-bio-avatar {
        margin-bottom: 28px;
        margin-bottom: 1.86666666em;
    }

}

@media (min-width: 480px) {

    .author-bio-avatar {
        float: left;
    }

    .author-bio-avatar + .author-bio-info {
        padding-left: 108px;
        padding-left: 7.2em;
    }

}

.author-bio-info *:last-child {
    margin-bottom: 0;
}

.author-bio-info h6 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 14px;
    margin-bottom: 0.93333333em;
}

@media (max-width: 767px) {

    .author-bio-info h6 {
        border-bottom: none;
    }

}

.author-bio-info h6 .post-author span {
    display: inline-block;
    padding-bottom: 14px;
    padding-bottom: 0.93333333em;
    border-bottom: 1px solid var(--primary);
    margin-bottom: -1px;
}

@media (max-width: 767px) {

    .author-bio-info h6 .post-author {
        display: block;
        border-bottom: 1px solid #e1e1e1;
    }

}

.author-bio-social {
    float: right;
}

@media (max-width: 767px) {

    .author-bio-social {
        display: block;
        float: none;
        padding-top: 14px;
        padding-top: 0.93333333em;
    }

}

.author-bio-social a {
    display: inline-block;
    margin-left: 4px;
    margin-left: 0.26666666em;
    font-size: 13px;
    font-size: 1.3rem;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */

.comments-wrap {
    background-color: #f9f9fa;
    padding: 56px 0;
    padding: 3.73333333em 0;
    margin: 28px 0 -70px;
    margin: 1.86666666em 0 -4.66666666em;
}

/*
	 * 1. Clearfix hack
	 */

.comments-area:after,
.comment-list:after
.comment:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.comments-area {
    margin-bottom: 56px;
    margin-bottom: 3.73333333em;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list {
    margin: 28px 0;
    margin: 1.86666666em 0;
}

@media (max-width: 480px) {

    .comment-list .children {
        margin-left: 7px;
        margin-left: 0.46666666em;
    }

}

.comment {
}

.no-comments,
.comment-awaiting-moderation {
    color: #1a171c;
}

/* =Comment Meta
   ========================================================================== */

.comment-meta {
    margin: 14px 0;
    margin: 0.93333333em 0;
}

.comment-author {
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    position: absolute;
    left: -84px;
    left: -5.6em;
    top: -14px;
    top: -0.93333333em;
    height: 64px;
    height: 4.26666666em;
    width: 64px;
    width: 4.26666666em;
}

@media (max-width: 480px) {

    .comment-author .avatar {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        height: 48px;
        height: 3.2em;
        width: 48px;
        width: 3.2em;
        margin-bottom: 28px;
        margin-bottom: 1.86666666em;
    }

}

.comment-author .says {
    display: none;
}

.comment-metadata > a {
    color: #777777;
}

.comment-metadata a.comment-edit-link {

}

/* =Comment Body
   ========================================================================== */

.comment .comment-body {
    position: relative;
    padding: 28px 0 28px 84px;
    padding: 1.86666666em 0 1.86666666em 5.6em;
    border-top: 1px solid #e1e1e1;
}

.comment-list > li:first-child > .comment-body {
    padding-top: 7px;
    padding-top: 0.46666666em;
    border-top: 0;
}

@media (max-width: 480px) {

    .comment .comment-body {
        padding-left: 0;
    }

}

.comment .comment-body *:last-child {
    margin-bottom: 0;
}

/* =Comment Reply
   ========================================================================== */

.reply {
    margin: 14px 0 28px;
    margin: 0.93333333em 0 1.86666666em;
}

.comment-reply-link {
    position: relative;
}



/* ==========================================================================
   =Widgets: Default WordPress Widgets
   ========================================================================== */

.widget {
    margin-bottom: 42px;
    margin-bottom: 2.8em;
}

#footer-bottom [class*=col]:last-child .widget:last-child,
#footer [class*=col]:last-child .widget:last-child {
    margin-bottom: 0;
}

#footer-bottom p{
	margin-bottom:0;
}

@media (min-width: 768px) {

    .widget:last-child {
        margin-bottom: 0;
    }

}

/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */

.widget > *:last-child {
    margin-bottom: 0; /* 1 */
}

.widget-title {
    margin-bottom: 24px;
    margin-bottom: 1.09090909em;
    font-size:1.0em;
    font-weight: bold;
}







/* =Archive Widget
   ========================================================================== */

.widget_archive {
}

.widget_archive ul {
    list-style: none;
}

.widget_archive li {
    margin-bottom: 2px;
    margin-bottom: 0.13333333em;
}

.widget_archive li:last-child {
    margin-bottom: 0;
}

.widget_archive li a {
}

.widget_archive li span {
    float: right;
}

.widget_archive li a:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    width: 1.33333333em;
    content: "\f105";
    color: var(--primary);
    font-family: 'FontAwesome';
    transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_archive li a:hover:before {
    padding-left: 4px;
    padding-left: 0.26666666em;
}

.widget_archive select {
    margin-bottom: 0;
}

.widget_archive option {
}

/* =Calendar Widget
   ========================================================================== */

.widget_calendar {
   
}

#calendar_wrap {
}

#calendar_wrap table {
    position: relative;
    border-collapse: separate;
    border-spacing: 3px;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td {
    border: 0;
    padding: 0;
    text-align: center;

}

#wp-calendar caption {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #364d7c;
    color: #ffffff;
    line-height: 48px;
    line-height: 3.2;
}

#wp-calendar th {
    color: #1a171c;
    line-height: 56px;
    line-height: 3.73333333;
}

#wp-calendar tbody td:not(.pad) {
    border: 1px solid #e1e1e1;
    line-height: 42px;
    line-height: 2.8;
}

#wp-calendar tbody td a {
    display: block;
    margin: 0;
    background-color: #364d7c;
    color: #ffffff;
    line-height: 42px;
    line-height: 2.8;
    text-align: center;
}

#wp-calendar tbody td a:hover {
    background-color: var(--primary);
}

#wp-calendar #today {
}

#wp-calendar tfoot {
    height: 0;
    float: left;
}

#wp-calendar #prev a {
    position: absolute;
    top: 0;
    left: 5px;
    display: inline-block;
    width: 46px;
    line-height: 48px;
    line-height: 3.2;
    font-size: 0;
}

#wp-calendar #prev a:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    content: "\f104 ";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 48px;
    line-height: 2.66666666;
    text-align: center;
}

#wp-calendar #prev a:hover:before {
    color: var(--primary);
}

#wp-calendar #next a {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    width: 46px;
    line-height: 48px;
    line-height: 3.2;
    font-size: 0;
}

#wp-calendar #next a:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    content: " \f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 48px;
    line-height: 2.66666666;
    text-align: center;
}

#wp-calendar #next a:hover:before {
    color: var(--primary);
}

/* =Categories Widget
   ========================================================================== */

.widget_categories {
}

.widget_categories ul {
    list-style: none;
}

.widget_categories li {
    margin-bottom: 2px;
    margin-bottom: 0.13333333em;
}

.widget_categories li:last-child {
    margin-bottom: 0;
}

.widget_categories li a {
}

.widget_categories li span {
    float: right;
}

.widget_categories li a:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    width: 1.33333333em;
    content: "\f105";
    color: var(--primary);
    font-family: 'FontAwesome';
    transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_categories li a:hover:before {
    padding-left: 4px;
    padding-left: 0.26666666em;
}

.widget_categories select {
    margin-bottom: 0;
}

.widget_categories option {
}

/* =Pages Widget
   ========================================================================== */

.widget_pages {
}

.widget_pages ul {
    list-style: none;
}

.widget_pages li {
    margin-bottom: 2px;
    margin-bottom: 0.13333333em;
}

.widget_pages li:last-child {
    margin-bottom: 0;
}

.widget_pages li a:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    width: 1.33333333em;
    content: "\f105";
    color: var(--primary);
    font-family: 'FontAwesome';
    transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_pages li a:hover:before {
    padding-left: 4px;
    padding-left: 0.26666666em;
}

.widget_pages li a {
}

/* =Meta Widget
   ========================================================================== */

.widget_meta {
}

.widget_meta ul {
    list-style: none;
}

.widget_meta li {
    margin-bottom: 2px;
    margin-bottom: 0.13333333em;
}

.widget_meta li:last-child {
    margin-bottom: 0;
}

.widget_meta li a:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    width: 1.33333333em;
    content: "\f105";
    color: var(--primary);
    font-family: 'FontAwesome';
    transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_meta li a:hover:before {
    padding-left: 4px;
    padding-left: 0.26666666em;
}

.widget_meta li a {
}

/* =Recent Comments Widget
   ========================================================================== */

.widget_recent_comments {
}

.widget_recent_comments ul {
    list-style: none;
}

.widget_recent_comments li {
    margin-bottom: 2px;
    margin-bottom: 0.13333333em;
    word-break: break-all;
}

.widget_recent_comments li:last-child {
    margin-bottom: 0;
}

.widget_recent_comments li a {
}

/* =Recent Entries Widget
   ========================================================================== */

.widget_recent_entries {
}

.widget_recent_entries ul {
    list-style: none;
}

.widget_recent_entries ul li {
    position: relative;
    padding-bottom: 14px;
    padding-bottom: 0.93333333em;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 14px;
    margin-bottom: 0.93333333em;
}

.widget_recent_entries ul li a {
    display: block;
}

.widget_recent_entries ul li a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 84px;
    width: 5.6em;
    border-bottom: 1px solid var(--primary);
    content: "";
}

.widget_recent_entries ul li a:hover:after {
    width: 100%;
    transition: width 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_recent_entries ul li .post-date {
    display: block;
}

/* =RSS Widget
   ========================================================================== */

.widget_rss {
}

.widget_rss ul {
    margin: 0;
    list-style: none;
}

.widget_rss li {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss ul li a.rsswidget {
    margin-top: 4px;
    margin-top: 0.26666666em;
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.55555555;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    padding: 14px 0;
    padding: 0.93333333em 0;
}

.widget_rss cite {
    color: #1a171c;
}

/* =Search Widget
   ========================================================================== */

.widget_search {
}

.search-form {
    position: relative;
}

.search-field {
}

.widget_search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
    border-radius: 0 0.26666666em 0.26666666em 0;
    background-color: var(--primary);
    border-color: var(--primary);
    text-align: center;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.widget_search .search-submit:active {
    background-color: #1a171c;
    border-color: #1a171c;
    color: #ffffff;
}

/* =Text Widget
   ========================================================================== */

.widget_text {
    
}

.textwidget {
    font-size:0.85em;
   
}

.textwidget p{

}

.textwidget p a{
   
}

.textwidget strong{
 
}
/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */

.textwidget > *:last-child {
    margin-bottom: 0; /* 1 */
}

/* =Tag Cloud Widget
   ========================================================================== */

.widget_tag_cloud {
}

.widget_tag_cloud a {
    display: inline-block;
    margin: 0 4px 9px 0;
    margin: 0 0.26666666em 0.6em 0;
    padding: 0 8px;
    padding: 0 0.53333333em;
    border: 1px solid #e1e1e1;
    border-radius: 14px;
    border-radius: 0.93333333em;
    color: #777777;
    transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_tag_cloud a:hover {
    background-color: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

/* =Nav Menu Widget
   ========================================================================== */

.widget_nav_menu {
}

.widget_nav_menu ul {
    list-style: none;
    font-size: 0.85em;
}

.widget_nav_menu li {
    margin-bottom: 2px;
    margin-bottom: 0.13333333em;
}

.widget_nav_menu li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu li a {
    display: inline-block;
}

.widget_nav_menu li a:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    width: 1.33333333em;
    content: "\f105";
    color: #F8AF5A;
    font-family: 'FontAwesome';
    transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_nav_menu li a:hover:before {
    padding-left: 4px;
    padding-left: 0.26666666em;
}

/* ==========================================================================
   =Widgets: Custom Widgets
   ========================================================================== */

/* =Recent Posts with Images Widget
   ========================================================================== */

.mt_widget_recent_entries {
}

.mt_widget_recent_entries ul {
    list-style: none;
}

.mt_widget_recent_entries ul li {
    position: relative;
    padding-bottom: 28px;
    padding-bottom: 1.86666666em;
}

.mt_widget_recent_entries ul li:last-child {
    padding-bottom: 0;
}

/*
	 * 1. Clearfix hack
	 */

.mt_widget_recent_entries ul li:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.mt_widget_recent_entries ul li a {
    display: block;
}

.mt_widget_recent_entries ul li .post-date {
    display: block;
}

.mt_widget_recent_entries ul li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 3.73333333em;
}

.mt_widget_recent_entries ul li div:not(:only-child) {
    padding-left: 70px;
    padding-left: 4.66666666em;
}

/* =Social Media  Widget
   ========================================================================== */

.mt_widget_social_media {
}

/* =Contact Info  Widget
   ========================================================================== */

.mt_widget_contact_info {
}

.mt_widget_contact_info ul li:not(:last-child) {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}




/* =Featured Post  Widget
   ========================================================================== */

.mt_featured_post {
}

/*
	 * 1. Clearfix hack
	 */

.mt_featured_post:after { /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.mt-post {
    position: relative;
    padding: 28px;
    padding: 1.86666666em;
    padding-top: 140px;
    padding-top: 9.33333333em;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid var(--primary);
    background-color: #ffffff;
}

.mt-post.has-post-thumbnail {
    border: 0;
    border-bottom: 2px solid var(--primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mt-post .post-date {
    display: block;
}

.mt-post.has-post-thumbnail a,
.mt-post.has-post-thumbnail .post-date {
    color: #ffffff;
}

.mt-post.has-post-thumbnail a:hover,
.mt-post.has-post-thumbnail a:focus {
    color: var(--primary);
}

.mt-post.has-post-thumbnail a:active {
    color: #1a171c;
}

/* ==========================================================================
   =Media
   ========================================================================== */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

/* =Captions
   ========================================================================== */

.wp-caption {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption .wp-caption-text {
    padding: 14px 0;
    padding: 0.93333333em 0;
}

/* =Galleries
   ========================================================================== */

.gallery {
    margin-bottom: 28px;
    margin-bottom: 1.86666666em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    padding: 10px 0;
    padding: 0.66666666em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* ==========================================================================
   =Contrast Color Scheme
   ========================================================================== */

.contrast {
    color: #ffffff;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6 {
  
}

.contrast abbr[title] {
    border-bottom: 1px dotted #d1d5de;
}

.contrast q,
.contrast blockquote {
    color: #ffffff;
}

.contrast pre {
    color: #777777;
    background-color: #ffffff;
}

.contrast input[type="reset"],
.contrast input[type="submit"],
.contrast input[type="button"] {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.contrast input[type="reset"]:hover,
.contrast input[type="submit"]:hover,
.contrast input[type="button"]:hover,
.contrast input[type="reset"]:focus,
.contrast input[type="submit"]:focus,
.contrast input[type="button"]:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--primary);
}

.contrast input[type="reset"]:active,
.contrast input[type="submit"]:active,
.contrast input[type="button"]:active {
    border-color: #1a171c;
    background-color: #1a171c;
    color: #ffffff;
}

.contrast hr {
    background-color: rgba(255, 255, 255, 0.3);
}

.contrast table,
.contrast th,
.contrast td {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contrast a {
    color: #ededef;
}

.contrast a:focus {
    color: var(--primary);
}

.contrast a:hover {
    color: var(--primary);
}



#footer-bottom.contrast a:focus {
    color: #ffffff;
}

#footer-bottom.contrast a:hover {
    color: #ffffff;
}

.contrast a:active {
    color: #1a171c;
}

.contrast a.btn {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.contrast a.btn:focus,
.contrast a.btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--primary);
}

.contrast a.btn:active {
    border-color: #1a171c;
    background-color: #1a171c;
    color: #ffffff;
}

.contrast a.social-icon {
    border-color: rgba(255, 255, 255, 0.3);
}

.contrast a.social-icon:hover {
    color: #ffffff;
}

.contrast #wp-calendar th {
    color: #ffffff;
}

.contrast #wp-calendar tbody td a {
    background-color: var(--primary);
}

.contrast #wp-calendar tbody td:not(.pad) {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contrast .widget_rss cite {
    color: #ffffff;
}

.contrast .widget_tag_cloud a {
    color: #ffffff;
}

.contrast .widget_tag_cloud a:hover {
    color: #ffffff;
}

.contrast .widget_search .search-submit {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

#footer-bottom.contrast .widget_search .search-submit {
    background-color: #364d7c;
    border-color: #364d7c;
}

.contrast .widget_search .search-submit:hover,
.contrast .widget_search .search-submit:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.contrast .widget_search .search-submit:active {
    background-color: #1a171c;
    border-color: #1a171c;
    color: #ffffff;
}

.contrast .open-hours h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.contrast .mt-post {
    border: 0;
    border-bottom: 3px solid var(--primary);
}

.contrast .mt-post a {
    color: #364d7c;
}

.contrast .mt-post a:hover,
.contrast .mt-post a:focus {
    color: var(--primary);
}

.contrast .mt-post a:active {
    color: #1a171c;
}

.contrast .mt-post .post-date {
    color: #777777;
}

.contrast .mt-post.has-post-thumbnail a,
.contrast .mt-post.has-post-thumbnail .post-date {
    color: #ffffff;
}

.contrast .mt-post.has-post-thumbnail a:focus {
    color: var(--primary);
}

.contrast .mt-post.has-post-thumbnail a:hover {
    color: var(--primary);
}

.contrast .mt-post.has-post-thumbnail a:active {
    color: #1a171c;
}

.contrast .accordion {
    color: #777777;
}

.contrast .accordion a {
    color: #364d7c;
}

.contrast .accordion a:focus {
    color: var(--primary);
}

.contrast .accordion a:hover {
    color: var(--primary);
}

.contrast .accordion a:active {
    color: #1a171c;
}

.contrast .accordion-item {
    background-color: #ffffff;
}

.contrast .accordion-item-content {
    background-color: #ffffff;
}

.contrast .icon-box > i {
    color: #ffffff;
}


.contrast .specialties {
    border-color: rgba(255, 255, 255, 0.3);
}

.contrast .specialties i {
    background-color: #ffffff;
}

.contrast .testimonial {
    color: #777777;
}

.contrast .testimonial h6 {
    color: #1a171c;
}

.contrast .testimonial-slider .testimonial-slider-pagination a {
    background-color: #364d7c;
    color: #ffffff;
}

.contrast .testimonial-slider .testimonial-slider-pagination a:hover {
    background-color: var(--primary);
}

#footer-bottom.contrast a#tripty{
    color: var(--white) !important;
}

/* =MedZone Slider
   ========================================================================== */
.medzone-slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 75px;
}

.medzone-slider .slides {
    margin-bottom: 0;
    list-style: none;
}

.medzone-slider .slides li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 15px;
    min-height: 250px;
}

@media (min-width: 768px) {
    .medzone-slider .slides li {
        padding: 75px 15px;
    }
   
}

@media (min-width: 992px) {
    .medzone-slider .slides li {
        padding: 75px 20px;
    }
}

@media (min-width: 1200px) {
    .medzone-slider .slides li {
        padding: 100px 30px;
    }
}


@media only screen and (max-width: 768px) {
  #contact-page form {
        width:100%;
    }
    
    
    
}
/* =MedZone Slider Content
   ========================================================================== */
.medzone-slider .slides li .medzone-slider-slide-content {
    position: relative;
}

@media (min-width: 768px) {
    .medzone-slider .slides li .medzone-slider-slide-content {
        width: 730px;
        min-height: 350px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .medzone-slider .slides li .medzone-slider-slide-content {
        width: 940px;
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .medzone-slider .slides li .medzone-slider-slide-content {
        width: 1140px;
        min-height: 500px;
    }
}

@media (min-width: 768px) {
    .medzone-slider-slide-content-align-center {
        text-align: center;
    }
    .medzone-slider-slide-content-align-right {
        text-align: right;
    }
}

.medzone-slider .medzone-slider-slide-content-wrap *:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .medzone-slider-slide-content-valign-middle .medzone-slider-slide-content-wrap {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .medzone-slider-slide-content-valign-bottom .medzone-slider-slide-content-wrap {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

/* =MedZone Slider pager
   ========================================================================== */
.medzone-slider .medzone-slider-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .medzone-slider .medzone-slider-dots {
        left: 50%;
        bottom: 10px;
        padding: 15px 0;
        width: 730px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
    .medzone-slider .medzone-slider-dots {
        width: 940px;
        bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .medzone-slider .medzone-slider-dots {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .medzone-slider .medzone-slider-dots {
        bottom: 25px;
    }
}

.medzone-slider .medzone-slider-dots .slick-dots {
    list-style: none;
    margin-bottom: 0;
}

.medzone-slider .medzone-slider-dots .slick-dots:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both;
}

.medzone-slider .medzone-slider-dots.medzone-slider-dots-align-left .slick-dots {
    text-align: left;
}

.medzone-slider .medzone-slider-dots.medzone-slider-dots-align-center .slick-dots {
    text-align: center;
}

.medzone-slider .medzone-slider-dots.medzone-slider-dots-align-right .slick-dots {
    text-align: right;
}

.medzone-slider .medzone-slider-dots .slick-dots li {
    position: relative;
    z-index: 2;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    margin-right: 4px;
}

.medzone-slider .medzone-slider-dots .slick-dots li:last-child {
    margin-right: 0;
}

.medzone-slider .medzone-slider-dots .slick-dots li.slick-active {
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

.medzone-slider .medzone-slider-dots .slick-dots li button {
    display: block;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    color: transparent;
    background-color: #ffffff;
    font-size: 0;
    line-height: 0;
}

.medzone-slider .medzone-slider-dots .slick-dots li.slick-active button {
    background-color: var(--primary);
}

/* =MedZone Slider Controls
   ========================================================================== */
.medzone-slider .medzone-slider-arrows a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 18px;
}

.medzone-slider .medzone-slider-arrows a:hover {
    color: var(--primary);
}

.medzone-slider .medzone-slider-arrows .slick-prev {
    left: 5px;
}

.medzone-slider .medzone-slider-arrows .slick-next {
    right: 5px;
}

@media (min-width: 767px) {
    .medzone-slider .medzone-slider-arrows a {
        font-size: 30px;
    }
   
}

@media (min-width: 992px) {
    .medzone-slider .medzone-slider-arrows .slick-prev {
        left: 15px;
    }
    .medzone-slider .medzone-slider-arrows .slick-next {
        right: 15px;
    }
}

@media (min-width: 1200px) {
    .medzone-slider .medzone-slider-arrows .slick-prev {
        left: 25px;
    }

    .medzone-slider .medzone-slider-arrows .slick-next {
        right: 25px;
    }
}

.wpbc_structure_form {
    padding:2em;
    background: #dcf0fa;
    border: 1px dashed #fff;
    display:flex-row; 
    margin:2em 0;
}

.booking_form .form-group{
   display:inline-block;
    justify-content:space-between;
    margin:  1em!important;
    color:#14659F;
}



.bk_calendar_frame {
  width: 100%!important;   
    font-size: 1.5em;
}


#content .datepick-days-cell{
    font-size:1.5em!important;
    padding:1.5em!important;
    color: #14659F!important;
}



.datepick-inline .datepick-header span{
    font-size:2.0em!important;
    color: #14659F!important;
    text-transform: uppercase;
}

.datepick-inline .datepick-title-row th, .datepick-inline .date_available a {
    font-size:1.5em!important;
}



    

.bgyel1{
    background:#FFAD01!important;
}

.bgyel2{
    background:#FC4D05!important;
}
.container .contact{
    width:100%;

    text-align: center;
    background:linear-gradient(to bottom right,#f08415,#FAD961);
    -webkit-box-shadow: 2px -2px 4px 0px rgb(226, 174, 27));
    -moz-box-shadow: 2px -2px 4px 0px rgb(226, 174, 27);
    box-shadow: 2px -2px 4px 0px rgb(226, 174, 27);
}

.container .contact h5{
    font-size: 1em;
    
       
}
.container .contact .row div{
    border-right:2px dashed #e2ae1b;
    border-top:0;
    padding-bottom:2em;
    box-sizing: border-box;
}


.container .contact .row div:last-of-type{
    border-right:0;
}


article .row{
    margin-bottom: 1em;
}



.container .contact .col p{
    margin-bottom:0!important;
    color:#921b26;
    font-size: 0.8em;
    
}



/* iPad Pro Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .page-child #page-header{
        background-attachment: scroll;
    }

	  
	.sf-menu > li > a, .sf-menu > li.dropdown > a {
    padding:0 0 0 8px;
	}
	  
	.sf-menu .dropdown > a:after, .sf-menu .mega > a:after {
	 padding-left:2px;
	  }
	
	 .dropdown-toggle::after {

   margin-left: 0; 
	}
	  
  	#wrap .specialities-section h1 {
    	font-size: 1.5em;
	}
	  
	  	#wrap h1 {
    	font-size: 3.5rem;
	}
	  
	  #page-header h1{
		  font-size: 2em;
	  }
}


@media(min-width: 1024px){
    
.hidden-lg {
        display: none !important;
    }
	
	

}



@media (max-width: 1024px) {
    .testimonials-section .container {
        width: 90% !important;
        margin: 0 auto 1em auto;
    }
	


  	#wrap h2 {
            font-size: 2.5rem;
        }

}

@media (max-width: 1023px) {
    #topmenu.mt-4{
        position: absolute;
        right:9px;
        bottom:-20px;

        }

    #header{
        margin-bottom: 0.8em;
        } 


     #wrap h2 {
            font-size: 2.5rem;
        }
        
    .cta a.btn {
        padding: 1em;
        letter-spacing: 3px;
    }



}



@media (min-width: 992px) {

    #header.stuck {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 9999;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

    .admin-bar #header.stuck {
        top:32px;
    }

}



@media (min-width: 767px) and (max-width: 992px) {

    #col-1, #col-2 {
        margin: 0;
    }

    .testimonial-slider {
       
        padding-bottom:2em;
        
    }
    
    .testimonials-section .container {
        width: 100%;
        background: #ffffff;
        margin:0 auto;
    }
   

    .testimonial-slider .testimonial-slider-pagination {
        position: relative;
        right:0;
        left:0;
        text-align: right;
    }
 
    .testimonial .story div:first-of-type {
        font-family: 'Libre Baskerville', serif;
        font-size: 1em;
		font-style: italic;
    }

    #wrap .visa .subclass div h3, #wrap .single-visa .subclass div h3 {
        font-size: 0.8em;
    }

    #logo {
        width: 180%;
    }

    #custom-search{
        display:none;
    }

    .hidden-md {
        display: none !important;
    }

    .step{
        width:35%;
    }
    .writeup{
        width:60%;
    }

}


@media (max-width: 767px) {


    .intro-section{
        height:200px!important;
    }



    h2.loco {
        margin: 10px 10px 0 10px;
    }
	


    #header{
       
		    margin-bottom: 30px;
        } 

	#topphone{
		    text-align: right;
    position: absolute;
    width: 200%;
    bottom: -30%;
    left: -140%;
    display: block;
	}
    
        form.wpcf7-form .flex{
            display:block;
        }

        form.wpcf7-form .itm {
        flex-basis: 100%;
    }
    
}

@media (min-width: 481px) and (max-width: 767px) {

    .intro-section {
        height:100% !important;
    }

    #col-1, #col-2 {
        margin: 0;
        padding: 1em;
        text-align: center;
        transition: 0.5s;
    }

    .membership{
        display:none;
    }

    .about-section {
        margin: 0;
    }

    .membership-section{
        display: block;
        margin-bottom:1em;
       
    }

    .membership-section img{
        width:120px;
    }
}

@media (max-width:500px){

    #col-1, #col-2 {
        margin: 0 auto 1em auto;
        padding:1.2em;
    }

        .intro-section {
            height: auto !important;
        }


        
        .intro-section p:first-of-type {
            margin-top: 0;
        }
	
		#wrap .specialities-section h1 {
			font-size: 1.5em;
		}
        #wrap h2 {
            font-size: 2.5rem;
        }
	
        #wrap .intro-section h2{
            margin: 0 auto .5em auto;
        }
	
		#wrap h2 {
    	margin: 0 0 1em 0;
	}
	
		#wrap h1 {
			text-align: center;
		}
	
	form.wpcf7-form textarea, form.wpcf7-form input[type="email"], form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="radio"], form.wpcf7-form select, .wpcf7-list-item-label, form.wpcf7-form input[type="submit"] {
    font-size: 1.2em;
}

	
	#wrap .specialities-section h1 {
			font-size: 2.8rem;
			margin-bottom: 1em;
			margin-top: 1em;
		}

        .membership {
         
        margin-top: 0;
        text-align: center;
        }

    .container .contact .col-sm-6 {
        border-bottom:2px dashed #e2ae1b;
    }
    .container .contact .col-sm-6:last-of-type{
        
        border-bottom:none;
    } 
    
    .testimonial-slider {
        background: #ffffff;
        padding-bottom:2em;
    }

    .testimonials-section .container {
        width: 90%;
        margin:0 auto;
    }

    .testimonial-slider .testimonial-slider-pagination {
        

        position: relative;
    }
 
    .testimonial .story div:first-of-type {
        font-family: 'Libre Baskerville', serif;
		font-style: italic;
        font-size: 1em;
    }
    .testimonial .story .name-img img{
        float:none;
        margin-right:1em;
        font-size: 0.9em;
    }

    .testimonial .story .name-img {
        margin-bottom:0;
    }
 

    .testimonial-slider .testimonial-slider-pagination {
        right: 1em !important;
    }

    .testimonial .story {

        padding: 1em 1em 0 1em;
    }

    #custom-search{
        display:none;
    }

    #logo {
        width: 180%;
    }

    #booking-form form.wpcf7-form {
        border: 0.3em solid #000;
        font-size:0.8em;
    }

    form.wpcf7-form {
        padding: 1em;
    }

    .visa .subclass{
        margin-bottom:0.5em;
    }

    .visa .subclass div {

        margin-top: 0;
        height:95%; 
    }

    #wrap .visa .subclass div h3, #wrap .single-visa .subclass div h3 {
        margin-top: 0.5em;
    }

    .hidden-sm {
        display: none !important;
    }

    .main-about .post-content{
        margin:1em;
    }

    .membership{
        display:none;
    }

    .about-section {
        margin: 0;
    }

    .membership-section{
        display: block;
        margin-bottom:1em;
       
    }

    .membership-section img{
        width:120px;
    }

    .cta {
        text-align:center;
     }

}

@media (max-width:400px){
    .membership-section img{
        width:100px;
    }
}