/*
	Theme Name: Susan budowski
	Theme URI: 
	Description: This css file is for light template layout alignments
	Version: 1.0
	Author: Responsive Experts
	Author URI: http://themeforest.net/user/responsiveexperts
	Tags:
	
	---------------------------
	MAIN TEMPLATE STYLES
	---------------------------
	
	TABLE OF CONTENTS
	---------------------------
	 01. Global Content Styles
	 02. Preloader Content Styles
     03. Header Content Styles
	 04. Main Content Styles
	 05. Media Query 
*/

/* ===================================================================================================== */
/* Fonts                                                                             */
/* ===================================================================================================== */

@font-face {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../fonts/AvenirLTStdLight.eot');
    src: url('../fonts/AvenirLTStdLight.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdLight.woff2') format('woff2'),
         url('../fonts/AvenirLTStdLight.woff') format('woff'),
         url('../fonts/AvenirLTStdLight.ttf') format('truetype'),
         url('../fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}
@font-face {
    font-family: 'AvenirLTStdHeavy';
    src: url('../fonts/AvenirLTStdHeavy.eot');
    src: url('../fonts/AvenirLTStdHeavy.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdHeavy.woff2') format('woff2'),
         url('../fonts/AvenirLTStdHeavy.woff') format('woff'),
         url('../fonts/AvenirLTStdHeavy.ttf') format('truetype'),
         url('../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy') format('svg');
}


/* ===================================================================================================== */
/* 01. Global Content Styles                                                                             */
/* ===================================================================================================== */



html, body {
    font-family: 'AvenirLTStdLight';
	height: 100%;
	width: 100%;
	line-height:24px;
	font-size: 15px;
	letter-spacing:0.30px;
	color: #666666;
	background:#ffffff;
}
/* Link Styling */

a, a:hover, a:active, a:visited, a:link {
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}

/* Headings */

h1 {
	font-family: 'AvenirLTStdHeavy';
	font-size: 30px;
	line-height: 1.5em;
	color: #5b6665;
	margin:0 0 15px;
	text-transform: uppercase;
}
h2 {
	font-family: 'AvenirLTStdHeavy';
	font-size: 20px;
	line-height: 1.5em;
	color: #5b6665;
	margin:0 0 15px;
	text-transform: uppercase;
}
h3 {
	font-family: 'AvenirLTStdLight';
	font-size: 18px;
	line-height: 1.5em;
	color: #5b6665;
	margin:0 0 15px;

}
h4 {
	font-family: 'AvenirLTStdHeavy';
	font-size: 18px;
	line-height: 1.5em;
	color: #e07206;
	margin:0 0 15px;
}
h7 {
	font-family: 'AvenirLTStdHeavy';
	font-size: 16px;
	line-height: 1.5em;
	color: #e07206;
	margin:0 0 15px;
}

h5 {
	font-family: 'AvenirLTStdHeavy';
	font-size: 18px;
	line-height: 25px;
	color: #e07206;
	margin:0 0 15px;
}
h6 {
	font-family: 'AvenirLTStdHeavy';
	font-size: 16px;
	line-height: 25px;
	color: #e07206;
	margin:0 0 15px;
}

p {
	padding:10px 0 15px 0;
	margin:0 0 0 0;
}
.container {
	width:100%;
	max-width:1170px;
}

.img-full {
	width:100%;
}
.img-max-width {
	max-width:100%;
}
ul li {
	list-style: none;
}
ul {
	padding: 0;
	margin:0;
}
.togg-btn, .togg-btn:hover, .togg-btn:focus {
    top: 80px;
}
.togg-btn {
	display: none;
}
.togg-btn, .togg-btn:hover, .togg-btn:focus {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    color: hsl(164, 28%, 44%);
    cursor: pointer;
    font-size: 35px;
    height: 00px;
    margin: 0;
    padding: 2px 0 0 2px;
    position: absolute;
    right: 25px;
    text-decoration: none;
    top: 40px;
    width: 40px;
    z-index: 1500;
}



/**********Toggle****************/

.togg-btn span:first-child {
    top: 8px;
    transform: rotate(0deg);
}
.togg-btn span {
    background: #5b6665 !important;
    display: block;
    height: 3px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.togg-btn span:nth-child(2) {
    opacity: 1;
    top: 18px;
}
.togg-btn span:last-child {
    top: 28px;
    transform: rotate(0deg);
}
a.togg-btn.active span:first-child {
    left: 5px;
    top: 16px;
    transform: rotate(45deg);
    width: 40px;
}
a.togg-btn.active span:nth-child(2) {
    left: 3px;
    opacity: 0 !important;
    top: 15px;
    width: 40px;
}
a.togg-btn.active span:last-child {
    left: 5px;
    top: 16px;
    transform: rotate(-45deg);
    width: 40px;
} 

/* ===================================================================================================== */
/* 02. Preloader Content Styles                                                                          */
/* ===================================================================================================== */



/* ===================================================================================================== */
/* 03. Header Content Styles                                                                             */
/* ===================================================================================================== */


.header-area {
    padding: 16px 0 0 0;
    margin: 0;
    background: #fff;
    position: relative;
	    margin-bottom: -8px;
}
.main-nav{
	padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #5b6665;
	position: relative;
    top: 15px;
    z-index: 99;
	text-align:center;
}
.main-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 42px;
    color: #fff;
    padding: 3px 10px;
    display: block;
}
.main-nav li a:hover {
    background: #e07206;
}
.main-nav li {
	margin-left:-4px;
    display: inline-block;
	position:relative;
}
header-area img{
	max-width: 100%;
}

.main-nav li .sub-menu {
	margin-top:10px;
	position:absolute;
	left:4px;
	text-align:left;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main-nav li:hover .sub-menu {
	margin-top:0;
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main-nav li:hover a {
    background: #e07206;
}
.main-nav li .sub-menu li {
	display:block;
	font-size:12px;
	min-width:200px;
}
.main-nav li .sub-menu li a {
	padding:12px 20px;
	line-height:16px;
	width:auto;
	background:#5b6665;
	white-space:nowrap;
}
.main-nav li .sub-menu li a:hover {
    background: #e07206;
}

/* ===================================================================================================== */
/* 04. Banner Area Content Styles                                                                        */
/* ===================================================================================================== */


.banner-area {
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:relative;
	background: #e8e8e8;
	overflow: hidden;
}
.col-vid {
	width: 29%;
    display:  inline-block;
     float: left; 
    vertical-align:  top;
	font-size: 14px;
}
.col-vid img {
    width: 100%;
}
.col-awrd {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    float: left;
    text-align: center;
    background: #f0f0f0;
	    margin: 0 25px;
    padding: 35px 22px;
}
.col-awrd-md img {
    width: 100%;
}
.col-ratng {
width: 31.5%;
    display: inline-block;
    float: left;
    vertical-align: top;
    background: #f0f0f0;
    text-align: center;
	padding: 37px 30px 38px 30px;
}
.col-awrd .row {
    margin-left: -7px;
    margin-right: -7px;
}
.about-area-in{
    padding-top: 77px;
    padding-bottom: 57px;
    border-bottom: 5px solid #f5f5f5;
}
.col-vid h6 {
    margin-top: 15px;
    margin-bottom: 0;
}
.col-awrd-md {
    width: 33.33333333%;
    float: left;
    padding: 0 7px;
    padding-bottom: 17px;
}
.col-awrd h5 {
    margin-bottom: 35px;
}
.col-ratng h5 span {
    font-size: 14px;
    color: #5b6665;
}
.col-ratng p {
    padding: 0;
}
.col-ratng li {
    display:  inline-block;
    width: 32.33%;
    font-size: 12px;
    color: #e07206;
    font-family: 'AvenirLTStdHeavy';
}
.col-ratng ul li:first-child {
    font-size: 10px;
    font-family: 'AvenirLTStdHeavy';
    color: #5b6665;
    text-align: left;
}
.col-ratng li i {
    padding: 2px;
}

a.view-more-btn {
    color: #e07206;
    font-size: 15px;
    border-bottom: 1px solid #e07206;
	cursor: pointer;
}
.col-ratng a.view-more-btn {
    color: #fff;
    border: none;
    background: #e07206;
    text-transform: uppercase;
    font-family: 'AvenirLTStdHeavy';
    font-size: 12px;
    padding: 2px 0;
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}
.col-ratng h5 {
    margin-bottom: 28px;
}
section.consult-area {
    padding: 61px 0 75px;
}


/* ===================================================================================================== */
/* 5. Consult Area Content Styles                                                                        */
/* ===================================================================================================== */

section.booking-area {
    background: #e07206;
padding: 34px 0 40px;
    position: relative;
	overflow: hidden;
}

section.booking-area h2 {
    color: #fff;
	    z-index: 1;
}

section.booking-area h2 span {
font-size: 30px;
    display: block;
    line-height: 1;
    font-family: 'AvenirLTStdLight';
    margin-top: -8px;
}
section.booking-area img.pull-right {
    position: relative;
    top: 21px;
	    z-index: 1;
}
img.bg-png {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-33%,0);
    -moz-transform: translate(-33%,0);
    -webkit-transform: translate(-33%,0);
    -ms-transform: translate(-33%,0);
    -o-transform: translate(-33%,0);
    max-width: 100%;
	
}
#media_image-3 img {
    position: relative;
    top: 21px;
    z-index: 1;
    float: right;
}

/* ===================================================================================================== */
/* 6. Footer Area Content Styles                                                                        */
/* ===================================================================================================== */

section.footer-area {
    background: #373737;
}
section.footer-area {
    background: #373737;
	padding: 65px 0 21px;
}

section.footer-area li a {
    color: #bababa;
    font-size: 14px;
}
section.footer-area li a:hover,section.footer-area li a:active {
    color: #fff;
}
.footer-lft {
    display:  inline-block;
    width: 50%;
    vertical-align:  middle;
}

.footer-lft>ul {
    width: 32.33%;
    display:  inline-block;
    vertical-align:  top;
}

.footer-rt {display:  inline-block;vertical-align:  middle;    width: 49%;}

.footer-rt img {
    float: right !important;
}
section.footer-area hr {
    border-top: 1px solid #555555;
    margin-top: 57px;
    margin-bottom: 20px;
}
a.copy-right {
    color: #bababa;
    font-size: 11px;
	cursor: pointer;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

/* ===================================================================================================== */
/* 7. Timeshare Cancellation Page Styles                                                                                  */
/* ===================================================================================================== */

.banner-content-wrap {
    width: 100%;
    text-align: left;
    padding: 4% 0;
    background: rgba(74,74,74,.93);
}
.inner-page-wrap .banner-area h1 {
	color: #fff;
	margin: 0;
}
.inner-page-wrap .banner-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-page-cont {
	    padding: 100px 0 100px;
}
.inner-page-cont h4.main-headng {
    font-size: 36px;
	text-transform: uppercase;
}
.inner-page-wrap h4 {
	font-size: 30px;
}
.about-susan-top {
    border-top: 5px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
    padding: 30px 0;
    margin-bottom: 45px;
}
.susan-prms {
    background: #ebebeb;
    padding: 22px 33px;
    margin-bottom: 32px;
}
.susan-prms p {
    padding: 0;
    color: #5b6665;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
}
.about-susan-top h5 {
    font-size: 24px;
}
.about-susan-top img {
    width: 100%;
}
.about-mid-sec img {
    float: right;
}
.about-mid-sec li:before {
    content: '';
    background: #e07206;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 8px;	
}
.about-mid-sec ul li {
    position: relative;
    padding-left: 25px;
}
.about-mid-sec ul {
    margin-bottom: 15px;
}

/* ===================================================================================================== */
/* 8. About Page Styles                                                                                       */
/* ===================================================================================================== */

h2.main-headng {
    font-size: 48px;
    line-height: 36px;
    color: #e07206;
}
.abt-bnr-img img {
    width: 100%;
}
ul.susan-contact-wrap {
    border-bottom: 5px solid #f5f5f5;
    border-top: 5px solid #f5f5f5;
    margin: 54px 0;
    padding: 34px 0;
}
ul.susan-contact-wrap>li {
    display: inline-block;
    width: 24.7%;
    vertical-align: middle;
	padding: 0 5px;
}
ul.susan-contact-wrap>li:last-child {
    padding-right: 0;
}
ul.susan-contact-wrap>li:first-child {
    padding-left: 0;
}
ul.susan-contact-wrap>li>ul {
    display: inline-block;
    vertical-align: middle;
}
ul.susan-contact-wrap>li a {
	color: inherit;
}
ul.susan-contact-wrap>li i {
    font-size: 36px;
    color: #e07206;
    padding-right: 15px;
	vertical-align: middle;
}
.rating-full-sec .col-awrd {
	width: 49%;
    margin: 0;
    margin-right: 1%;
}
.rating-full-sec .col-ratng {
	width: 49%;
    margin-left: 1%;
}
h4.desgntion-hdg {
    color: #5b6665;
}
.rating-full-sec {
    margin-top: 30px;
}
.rating-full-sec .col-awrd-md img {
    max-width: 100%;
	width: auto;
}

/* ===================================================================================================== */
/* 9. About Page Styles                                                                                       */
/* ===================================================================================================== */
.contct-map {
    margin-top: 30px;
}
.contact-form-wrap {
    border: 5px solid #f6f6f6;
    padding: 35px;
}
.contact-form-wrap br {
    display: none;
}
.contact-form-wrap input, .contact-form-wrap button, .contact-form-wrap select, .contact-form-wrap textarea {
    background: #f6f6f6;
    border: none;
    outline: none;
	width: 100%;
}
.contact-form-wrap .wpcf7-form-control-wrap {
    position: relative;
    width: 33.33%;
    display: inline-block;
    float: left;
    padding: 0 12px;
	margin-bottom: 30px;
}
.contact-form-wrap input, .contact-form-wrap select {
    height: 50px;
    padding-left: 20px;
    padding-right: 10px;
}
.contct-mrgn {
    margin: 0 -12px;
}
span.wpcf7-form-control-wrap.sub,span.wpcf7-form-control-wrap.message {
    width: 100%;
}
.contact-form-wrap textarea {
	padding: 20px;
	height: 135px;
}
div.wpcf7 .ajax-loader {
	display: none;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 153px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin-left: 12px;
    color: #fff;
    background: #e07206;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'AvenirLTStdHeavy';
}


/* ===================================================================================================== */
/* 10. Giving Page                                                                                       */
/* ===================================================================================================== */

h4.qoutes-hdng {
    font-family: 'AvenirLTStdLight';
    color: #5b6665;
    font-style: italic;
}
.givng-btm-cnt {
    border-bottom: 5px solid #f5f5f5;
    border-top: 5px solid #f5f5f5;
    margin: 40px 0 15px 0;
	padding: 30px 0;
}
.dnt-btn-wrp {
    margin-top: 25px;
}
.givng-btm-lf img {
    width: 100%;
}
.blog-post-wrap {margin-bottom: 50px;}

.blog-post-wrap:last-child {
    margin-bottom: 0;
}
.blog-page-wrap .about-susan-top {
    margin: 70px 0 55px;
}

/* ===================================================================================================== */
/* 11. Giving Page                                                                                       */
/* ===================================================================================================== */

.blog-post-lf img {
    width: 100%;
}

.payment-form input,.payment-form button {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: none;
	margin-bottom:10px
}
.payment-form button {
    margin-top: 15px;
    background: #e07206;
    /* outline: none; */
    color: #fff;
    border: none;
}
span.wpcf7-not-valid-tip {
    display:  none !important;
}

.wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    color: #ff0000;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
p a {
	color: #e07206;
	border-bottom: 1px solid #e07206;

}
p a:hover {
	color: #e07206;
}
.blog-page-wrap .about-susan-top iframe {
    min-height: 300px;
}
p.app-form {
    margin-top: 30px;
}

.sus-divide-sec {
	margin-bottom:60px;
	border-bottom:5px solid #f5f5f5;
}

/* ===================================================================================================== */
/* 12. Media Query                                                                                       */
/* ===================================================================================================== */


@media (max-width: 1169px) {
	h4 {
		font-size: 32px;
	}
	h2 {
		font-size: 48px;
	}
	.col-vid {
    width: 29%;
	}
	.col-vid h6 {
    margin-top: 16px;
	}
	.col-awrd {
    width: 35%;
    margin: 0 15px;
    padding: 35px 7px 28px 7px;
	}
	.col-ratng {
		width: 32.8%;
		padding: 37px 15px 41px 15px;
	}
	.col-ratng h5 {
    margin-bottom: 25px;
	}
	.col-ratng a.view-more-btn {
		margin-top: 17px;
	}
	.about-area-in{
    padding-top: 67px;
    padding-bottom: 47px;
	}
	section.consult-area {
    padding: 41px 0 55px;
}
section.booking-area h2 span {
    font-size: 21px;
    margin-top: -10px;
}
section.booking-area {
    background: #e07206;
    padding: 24px 0 30px;
}
#media_image-3 img {
    width: 27%;
}
img.bg-png {
    transform: translate(-44%,0);
    -moz-transform: translate(-44%,0);
    -webkit-transform: translate(-44%,0);
    -ms-transform: translate(-44%,0);
    -o-transform: translate(-44%,0);
}
section.footer-area {
    padding: 45px 0 18px;
}
section.footer-area hr {
    border-top: 1px solid #555555;
    margin-top: 37px;
    margin-bottom: 16px;
}
.main-nav li a {
    font-size: 11px;
    padding: 3px 6px;
}
.col-awrd-md {
    padding-bottom: 19px;
}
.col-awrd-md img {
    width: 100px;
}
ul.susan-contact-wrap>li {
    width: 24.6%;
    text-align:  center;
}

ul.susan-contact-wrap>li i {
    padding-right: 0;
    display:  block;
    padding-bottom: 5px;
}

ul.susan-contact-wrap>li:first-child i {
    display:  inline-block;
    padding-right: 13px;
    padding-bottom: 22px;
}

ul.susan-contact-wrap>li:first-child {
    text-align: inherit;
}
.dnt-btn-wrp {
    margin-top: 5px;
}
.dnt-btn-wrp img {
    width: 200px;
}
.givng-btm-rt p {
    padding-top: 0;
}
.inner-page-cont {
    padding: 80px 0 80px;
}

}


@media (max-width: 991px) {
	
.togg-btn {
	display: block;
}
.main-nav {
	display: none;
	padding: 30px 0;
	margin: 0 -15px;
}
	.main-nav li a {
		padding: 0;
		line-height: 35px;
		display: block;
		text-align: center;
		font-size: 14px;
	}
	.main-nav li {
		display: block;
		text-align: center;
	}
	
.main-nav li .sub-menu {
	position:inherit;
	visibility:visible;
	text-align:center;
	opacity:1;
	background:#68706f;
}
.main-nav li .sub-menu li a {
	background:#68706f;
}
	.header-area {
    margin-bottom: 0;
	    padding: 15px 0 10px;
	}
	.top-hdr {
    position: relative;
	}
	.book-now-btn {
	width: 150px;
    display: block;
    padding-top: 10px;
	    float: none !important;
		}
	.top-hdr img {
		float: none !important;
		display: block;
	}	
	.hdr-logo {
    width: 170px;
    display: block;
    float: none !important;
		}
	h4 {
    font-size: 30px;
	}
	h2 {
    font-size: 38px;
	}
	.col-vid {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 15px;
	}
	.col-awrd {
    width: 50%;
    margin: 0;
    margin-right: 15px;
	}
	.col-ratng {
    width: 47.9%;
	padding: 37px 15px 39px 15px;
	}
	section.booking-area h2 span {
    font-size: 17px;
	}
	section.booking-area {
    padding: 19px 0 24px;
	}
	section.booking-area img.pull-right {
	    top: 13px;
	}
	img.bg-png {
    transform: translate(-39%,0);
    -moz-transform: translate(-39%,0);
    -webkit-transform: translate(-39%,0);
    -ms-transform: translate(-39%,0);
    -o-transform: translate(-39%,0);
    width: 55%;
	}
	.footer-rt {
    width: 29.5%;
    float: right;
    top: 19px;
    position: relative;
	}
	.footer-lft {
    width: 70%;
	}
	.col-awrd-md img {
    width: 108px;
	}
	.col-ratng h5 {
    margin-bottom: 22px;
	}
	.col-ratng a.view-more-btn {
		margin-top: 22px;
	}
	#media_image-3 img {
	    top: 10px;
	}
	.about-area-in {
		padding-top: 20px;
		padding-bottom: 47px;
	}
	.banner-content-wrap {
    	padding: 5% 0;
	}
	.inner-page-wrap .banner-area h1 {
		font-size: 45px;
	}
	.inner-page-wrap .banner-area h1 {
		font-size: 55px;
	}
	.inner-page-cont h4.main-headng {
		font-size: 31px;
	}
	.inner-page-cont {
		padding: 50px 0 60px;
	}
	.about-susan-top {
		margin-bottom: 25px;
	}
	.about-susan-top h5 {
		font-size: 21px;
		margin-top: 15px;
	}
	.inner-page-wrap h4 {
		font-size: 26px;
	}
	.susan-prms p b {
		display: block;
	}
	h2.main-headng {
    	font-size: 38px;
    	line-height: 28px;
	}
	ul.susan-contact-wrap {
		margin: 34px 0;
		padding: 24px 0;
		padding-bottom: 18px;
	}
	ul.susan-contact-wrap>li {
		width: 49%;
		text-align: left !important;
		padding: 0;
		margin-bottom: 10px;
	}
	ul.susan-contact-wrap>li i {
		font-size: 28px;
		display: inline-block !important;
		padding-right: 15px !important;
		padding-bottom: 0 !important;
	}
	.contct-map iframe {
		height: 300px;
	}
	.contct-mrgn {
		margin: 0 -8px;
	}
	.contact-form-wrap input, .contact-form-wrap select {
		padding-left: 15px;
	}
	.contact-form-wrap {
		border: 3px solid #f6f6f6;
		padding: 25px 20px 20px 20px;
	}
	.contact-form-wrap textarea {
		padding: 15px;
		height: 120px;
	}
	input.wpcf7-form-control.wpcf7-submit {
	    margin: 0;
	}
	.givng-btm-cnt {
		margin: 25px 0 15px 0;
	}
	.givng-btm-lf {
		width: 50%;
		display:  inline-block;
		float:  left;
	}

	.givng-btm-rt {
		width: 50%;
		display:  inline-block;
		float: left;
	}
	.blog-post-rt {
		width: 50%;
		display:  inline-block;
		float:  left;
	}
	.blog-post-lf {
		display:  inline-block;
		float:  left;
		width: 50%;
	}
	
	.blog-post-rt h5 {
		margin-bottom: 0px;
	}
	
	.blog-post-rt p:last-child {
		padding: 0;
	}
	form.payment-form {
    max-width: 250px;
	}
	.blog-page-wrap .about-susan-top iframe {
		min-height: 450px;
		height: 100%;
	}
}

@media (max-width: 767px) {
section.consult-area {
    padding: 31px 0 45px;
}
h4 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 10px;
}
section.booking-area h2 span {
    font-size: 15px;
    margin-top: -8px;
}
section.booking-area h2 {
    font-size: 30px;
}
h2 {
    font-size: 35px;
}
img.bg-png {
    transform: translate(10%,0);
    -moz-transform: translate(10%,0);
    -webkit-transform: translate(10%,0);
    -ms-transform: translate(10%,0);
    -o-transform: translate(10%,0);
    width: 50%;
}
#media_image-3 img {
    width: 195px;
    top: 2px;
}
section.booking-area {
    padding: 14px 0 5px;
}.col-awrd {
    width:  100%;
    display:  block;
    margin: 0;
    margin-bottom: 20px;
}

.col-ratng {
    width:  100%;
    display:  block;
}
.footer-lft ul {
    width: 32.7%;
}
.footer-lft {
    width: 100%;
    display: block;
}
.footer-rt {
    display: block;
    float: none !important;
    position: inherit;
    margin-top: 20px;
}
section.footer-area {
    padding: 30px 0 10px;
}
section.footer-area hr {
    margin-top: 27px;
    margin-bottom: 10px;
}
.footer-rt img {
    float: none !important;
}
.about-area-in {
    padding-top: 10px;
}
.inner-page-wrap .banner-area h1 {
    font-size: 35px;
}
.inner-page-cont h4.main-headng {
    font-size: 24px;
}
.inner-page-cont {
    padding: 40px 0 50px;
}
.susan-prms {
    padding: 22px 28px;
    margin-bottom: 32px;
}
.susan-prms p {
    max-width: 394px;
    margin: 0 auto;
	    line-height: 25px;
}
.about-susan-top h5 {
    font-size: 19px;
}
.inner-page-wrap h4 {
    font-size: 22px;
}
.susan-prms {
    background: #ebebeb;
    padding: 22px 28px;
    margin-bottom: 18px;
}
.about-susan-top {
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
    padding: 20px 0;
	margin-bottom: 18px;
}
.banner-content-wrap {
    text-align: center;
	padding: 10% 0;
}
.susan-prms p b {
    display: block;
}
h2.main-headng {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 5px;
}
ul.susan-contact-wrap {
    margin: 25px 0;
    padding: 20px 0;
    padding-bottom: 8px;
}
ul.susan-contact-wrap>li {
    width: 100%;
    display:  block;
    margin-bottom: 15px;
}
ul.susan-contact-wrap>li i {
    padding-right: 20px !important;
    vertical-align: top;
}
.rating-full-sec .col-ratng {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.rating-full-sec {
    margin-top: 15px;
}
.rating-full-sec .col-awrd {
    width: 100%;
    margin: 0;
}
.rating-full-sec .col-awrd .col-awrd-md {
    width: 33.333%;
}
.contact-form-wrap .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px;
    padding: 0;
}
.contct-mrgn {
    margin: 0 -8px;
    margin-bottom: 20px;
    margin: 0;
}
.givng-btm-rt {
    width: 100%;
    display: block;
    float: none;
	margin-top: 15px;
}
.givng-btm-lf {
    width: 100%;
    display: block;
    float: none;
}
.givng-btm-cnt {
    margin: 25px 0 15px 0;
    padding: 20px 0;
}
.blog-post-wrap {
    margin-bottom: 35px;
}
.blog-post-rt {
    width: 100%;
    display: block;
    float: none;
    margin-top: 15px;
}
.blog-post-lf {
    display: block;
    float: none;
    width: 100%;
}
.blog-page-wrap .about-susan-top {
    margin: 40px 0 35px;
}
form.payment-form {
    max-width: 250px;
    margin: 0 auto;
}
.blog-page-wrap .about-susan-top iframe {
    min-height: 310px;
    height: 100%;
}
}

@media (max-width: 480px) {
	h5 {
    font-size: 16px;
	}
	h4 {
    font-size: 22px;
    line-height: 27px;
	}
	section.booking-area h2 span {
    font-size: 12px;
	}
	.book-now-btn {
    width: 115px;
    padding-top: 8px;
	}
	section.booking-area h2 {
    font-size: 26px;
    display: block;
    float: none !important;
	}
	img.bg-png {
    transform: translate(1%,0);
    -moz-transform: translate(1%,0);
    -webkit-transform: translate(1%,0);
    -ms-transform: translate(1%,0);
    -o-transform: translate(1%,0);
    width: 100%;
	}
.hdr-logo {
    width: 130px;
}
.togg-btn, .togg-btn:hover, .togg-btn:focus {
    right: 20px;
    top: 29px;
    width: 35px;
}
.togg-btn span {
    width: 35px;
}
.main-nav li a {
    line-height: 32px;
    font-size: 13px;
}
.main-nav {
    padding: 20px 0;
}
.col-awrd-md {
    width: 50%;
}	
.col-awrd h5 {
    margin-bottom: 26px;
}
.col-ratng {
    padding: 17px 4px;
    text-align: center;
}
section.booking-area {
    padding: 13px 0 14px;
}
#media_image-3 img {
    width: 140px;
    float: none;
    position: inherit;
    margin-top: -5px;
}
.footer-lft ul {
    width: 100%;
    display: block;
    text-align: center;
}
.footer-rt {
    margin: 0 auto;
    margin-top: 10px;
	    width: 100%;
		text-align:center;
}
.footer-rt img {
    width: 110px !important;
}
.contct-map iframe {
    height: 250px;
}
.contact-form-wrap {
    border: none;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 147px;
    height: 39px;
    font-size: 16px;
}
.givng-btm-cnt {
    margin: 10px 0 0 0;
}
.blog-page-wrap .about-susan-top iframe {
    min-height: 280px;
    height: 100%;
}
}

@media (max-width: 400px) {
	.inner-page-wrap .banner-area h1 {
		font-size: 27px;
	}
	.banner-content-wrap {
		padding: 12% 0;
	}
	.inner-page-cont {
		padding: 30px 0 40px;
	}
	.inner-page-cont h4.main-headng {
    font-size: 20px;
	}
	.susan-prms {
		padding: 14px 15px;
		margin-bottom: 15px;
	}
	.about-susan-top h5 {
    font-size: 17px;
	}
	.about-susan-top {
		padding: 15px 0;
		margin-bottom: 15px;
	}
	h2.main-headng {
		font-size: 26px;
		line-height: 30px;
	}
	.blog-page-wrap .about-susan-top iframe {
    min-height: 210px;
    height: 100%;
	}
}

@media (max-width: 340px) {

.main-nav li .sub-menu li a {
	font-size:11px;
}

}