/*
Theme Name: Drshackleton
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
.custom-form.referral-from.newfolatest .row.bdd {
	border: 0 !important;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif; color: #686868;
	overflow-x: hidden;
}

.remove-padding{
	padding-left: 0;
	padding-right: 0;
}

.header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.app-btn{background: #061f5c;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin: 30px auto 0;
    font-size: 14px;}

a#side-btn {
    position: fixed;
    right: -82px;
    top: 50%;
    z-index: 9999;
    background: #061f5c;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    transform: translateY(-50%) rotate(-90deg);
    text-transform: uppercase;
}
a{ transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; text-decoration: none !important;}
ul{ padding: 0; margin: 0; list-style: none;}

p{ font-size: 14px; line-height: 24px; font-weight: 600; }

h1,h2,h3,h4,h5,h6{ margin: 0px;}

.btn-theme {
	margin-top: 15px;
	display: inline-block;
    background: #bbbbbb;
    color: #fff;
    border: 1px solid #fff;
    text-transform: capitalize;
    padding: 7px 25px 9px;
    font-size: 16px;
    border-radius: 19px;
}

.btn-theme:hover{ color: #fff; background: #3b4858; }

.row.bdd {
    border-bottom: 1px solid #fff;
    margin-bottom: 21px;
}

/********************* HEADER CSS STARTS HERE **************/
a.vv {
    margin-left: 5px;
}
.border-top{ width: 100%; height: 5px; background: #00205b;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #00205b, #582931);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00205b, #582931); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header-top{ padding: 20px 0px;}
.header { position: relative;  width: 100%;background: #fff;}

.logo{ float: left;}
.top-right{ float: right; width: 73%;}
.top-cta{ float: right; margin-top: 15px;}
.top-cta li figure{float: left; width: 45px; height: 45px; border: 1px solid #ddd;    border-radius: 50%;  text-align: center;  line-height: 45px; margin-right: 10px;}
.top-cta li figure img{ width: 20px; height:20px;}
.top-cta .cta-wrap{float: left;}

.top-cta li strong{ display: block; color: #00205b; padding-top: 5px;}
.top-cta li{ width: auto; float: left; font-weight: 600; margin-right: 40px;}
.top-cta li:last-child{margin: 0px;}
.top-cta li a{ color: #555;}
.menu-area{ width: 100%;position: relative;background: #9d9d9d;}
.menu-area .logo{ width: 290px; margin: 0 auto;}
.menu-area .logo img{ width: 100%;  position: relative; padding: 50px 0px 35px;}

.main-menu{ width: 100%; float: left;}
.main-menu ul{ display: block; }
.main-menu ul li{ float: left; position: relative;}
.main-menu ul > li > a{ font-weight: 500; font-size: 16px; color: #fff;  padding: 19px 20px; display: block; cursor: pointer;}

.main-menu .sub-menu{ position: absolute; top: 100%; left: 0px; width: 800px; display: none; z-index: 99; background: #fff; }
.main-menu .sub-menu li{ width: auto; background: #8d8d8d; min-width: 200px;}
.main-menu .sub-menu li:last-child{ border: none;}
.main-menu .sub-menu li a{ padding: 10px 15px; font-size: 14px;}

.main-menu > .sub-menu > li:hover a{ color: #fff; background: #575757;}
.main-menu .sub i{ display: none;}
.main-menu .sub{ display: none;position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-color: #582931;}

.main-menu .sub:after {
    content: "";
    background-image: url(images/down-arrow.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: auto;
}

.main-menu .sub.submenu-hide:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-toggle{position: relative;z-index: 99; display: none}
.main-menu ul li:hover a, .main-menu ul li.active a, .main-menu ul li a:focus{ background: rgba(0,0,0,0.1);}
b.Sources {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 0 15px 0px;
    display: block;
    margin: 0 0 29px 0px;
}

/*
.main-menu li.dropdown > .sub-menu > li > .sub-menu{ width: 100%; display: none;}
.main-menu li.dropdown > .sub-menu > li:hover > .sub-menu{ display: block;}
.main-menu li.dropdown > .sub-menu > li > .sub-menu > li:hover{ background: #9d9d9d;}
*/


/********************* HEADER CSS ENDS HERE **************/

/********************* SLIDER CSS STARTS HERE **************/
.carousel-caption {bottom: auto; top: 50%; padding: 0px; text-align: left; left: 10%; right: 10%; width: 47%;  transform: translateY(-50%);  -webkit-transform: translateY(-50%); font-family: 'Raleway', sans-serif; color: #555;text-shadow: none; }

.carousel-caption h2{ font-size: 30px; margin:0px 0px 10px; display: inline-block; text-shadow: none; text-transform: uppercase;position: relative; font-weight: 300; font-family: 'Raleway', sans-serif; color:#000;}
.carousel-caption p{ font-size:22px; margin-bottom: 30px; text-transform: uppercase; font-weight: 700;}
.carousel-caption a.slide-btn{ font-size: 14px; font-weight: 500; color: #fff; display: inline-block; padding: 10px 20px; background: #8c8c8c;  border: 1px solid #fff; border-radius: 21px; text-transform: uppercase; font-family: 'Raleway', sans-serif; }
.custom-form.referral-from.newfolatest .row.bdd {
	border: 0 !important;
}

.carousel-caption a.slide-btn:hover{ background: #3b4858; }

.carousel-caption a.slide-btn .fa{ margin-right: 5px; font-size: 14px;}


#myCarousel .carousel-control.left:before, #myCarousel .carousel-control.right:before {
	top: 3px;
	left: 14px;
	font-size: 20px
}
#myCarousel .carousel-control.left {
	top: 50%;	
	left: 0px;
}
#myCarousel .carousel-control.right {
	top: 50%;
	right: 0px;	
}
#myCarousel .carousel-control {
	background: rgba(157, 157, 157,0.7);
	width: 40px;
	height: 80px;
	z-index: 10;
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#myCarousel .carousel-control .fa {
	font-size: 30px;
	text-shadow: none;
	opacity: 1;
	color: #fff;
	line-height: 80px
}

.item > img {
  width: 100%;
}


/********************* SLIDER CSS ENDS HERE **************/

/********************* Section CSS ends HERE **************/

.about-us{ padding: 50px 0px; background: #f4f4f4;}
.about-us figure{ float: left; margin: 0px 40px;box-shadow: 0px 5px 20px rgba(0,0,0,0.2);}
.about-us h2{ color: #00205b; font-weight: 800; margin-top: 50px;}
.about-us p{ font-size: 16px; color: #2f2f2f;}

.service-area{ padding: 50px 0px; background: url('images/dotted.png');}
.service-area h2{ text-align: center; text-transform: uppercase; color: #00205b; font-weight: 700; font-size: 30px; margin-bottom: 30px;}
.service-area .service-box{ width: 100%;transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}
.service-box figure{ overflow: hidden}
.service-box figure img{ width: 100%; transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}

.service-box .text-box{ padding: 15px 10px; background: #fff;  border: 1px solid #e1e1e1;border-top: none; min-height: 270px;}
.service-box .text-box h3{ color: #582931; font-weight: 700;font-size: 22px; margin-bottom: 10px;}
.service-box .text-box p{ color: #777;}

.service-box .text-box h3 a{color: #582931;}

.service-box:hover figure img{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}

.service-box:hover{ box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);}

.appointment{ background: url('images/appointment-bg.jpg'); background-attachment: fixed; background-position: center; background-size: cover;}

.appointment-form{ background: #9d9d9d; padding: 40px 30px 10px;}
.appointment-form h3 span{ display: block; font-weight: 100; margin-bottom: 5px;}
.appointment-form h3{ color: #fff; margin-bottom: 30px;font-weight: 600;}
.appointment-form .form-group{ margin-bottom: 20px; }
.appointment-form .form-group .form-control{border-radius: 3px; border: none; height: 40px;font-size: 14px; color: #9d9d9d;}

.appointment-form form .row{ margin-left: -10px; margin-right: -10px;}
.appointment-form form [class*="col-"]{ padding: 0px 10px;}

.appointment-form .form-group textarea{ height: 100px !Important; resize: none;}
.appointment-form .form-group label{ color: #fff; display: block; font-weight: normal; font-size: 16px;}
.appointment-form .form-group label.checkbox-inline{font-size: 14px; padding-left:5px;}

.appointment-form .btn-form{border-radius: 21px; border: 1px solid #fff; background: none; padding: 9px 40px; transition: 0.3s;font-size: 16px; color: #fff;  margin: 0 auto;
    display: table;}
.appointment-form .btn-form:hover{ background: #fff; color: #777;}
.no-padding{ padding: 0px;}

.appointment-text{ width: 100%; margin-top: 150px; margin-bottom: 150px; padding-right: 80px;}
.appointment-text h3{ color: #582931; font-size: 30px; font-weight: 800; margin-bottom: 15px;}
.appointment-text p{ font-size: 18px; color: #292929; line-height: 28px;}


.footer{ background: #eee; padding: 60px 0px 0px;}

.footer-box h4{ margin-bottom: 30px; font-size: 22px; font-weight: 600;}

.gmap{border: 1px solid #cdcdcd; line-height: 0;}

.foot-links {position: relative;}
.foot-links li{ border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-bottom: 8px; margin-left: 20px;}
.foot-links li:last-child{ border: none;}
.foot-links li a{ color: #555; font-size: 14px;}
.foot-links li a:hover{ color: #111;}
.foot-links li::before {content: "\f101";font-family: FontAwesome;font-size: 14px; position: absolute; left: 0px; color: #555;}

.footer-box a{ color: #555}
.footer-box .fa{ font-size: 16px;}

.cont-info ul { margin: 0px 0px 10px;}

.cont-info p{ font-weight: 400;}

.copyright{ width: 100%; text-align: center;background: rgba(0,0,0,0.1); margin-top: 20px;}
.copyright p{ margin: 0px; padding: 8px 0px;}
.serving-city{ margin-top: -80px;}
.serving-city h4{font-size: 22px; font-weight: 600; margin-bottom: 12px;}
.serving-city ul{ width: 100%; display: table;}
.serving-city ul li{ float: left; border-right: 1px solid #555;margin-right: 10px;
    padding-right: 10px; line-height: 1.2em;}
.serving-city ul li:last-child{ padding: 0; border: none; margin: 0;}


.page-title {
	padding: 120px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:inherit;
	background-position: center;
	text-align: left;
}

.page-title h1 {
	display: inline-block;
	margin: 0px;
	background: rgba(59, 72, 88,0.5);
	text-transform: capitalize;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	padding: 14px 30px;
	outline: solid 2px rgb(59, 72, 88);
	outline-offset: 5px;
}

.main-content {
	padding: 50px 0px;
}
.main-content.about-page p {
    margin-bottom: 20px;
}

.inner-heading {
	color: #061f5c;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;	
}

.main-content .sub-heading {
    font-size: 22px;
    margin: 0px 0px 10px;
    font-weight: 700;
}

.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	border-radius: 0px;
	box-shadow: none;
}

.contact-list {
	padding: 0px;
	margin-top: 20px;
}

.btn-form {
	border-radius: 0px;
	border: none;
	background: #3b4858;
	padding: 10px 20px;
	transition: 0.3s;
}

.btn-form:hover, .btn-form:focus, .btn-form:active {
	background: #061f5c;
	outline: none;
}

.contact-list li {
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	float: left;
}

.contact-list li a{ color: inherit;}

.contact-list .contact-icon {
	display: table;
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-right: 15px;
	border: 2px solid #3b4858;
}

.contact-list .contact-icon .fa {
	vertical-align: middle;
	display: table-cell;
	color: #061f5c;
}


.lead {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;	
}
.img-full img {
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}





.about-page h4{ margin: 20px 0px; color: #3b4858; font-weight: 600; font-size: 22px;}
.icon-list{ font-size: 16px;}
.icon-list li{ margin-bottom: 5px;}
.icon-list li:before{ position: relative; content: "\f101"; font-family: fontAwesome; margin-right: 10px;}

.img-left{ float: left; margin: 0px 20px 20px 0;}
.register-btn{ margin: 30px 0px; }
.register-btn a{ padding: 10px 30px; display: table;background: #657992; font-size: 16px; color: #fff; margin: 0 auto;}

.register-btn a:hover{ background: #3b4858; color: #fff;}

.bullet li {
    list-style-type: disc;
}

.blog-area{ padding: 15px; border: 1px solid #f0f0f0; margin-bottom: 30px;}
.blog-area a{ color: #4e4e4e}
.blog-area h4 a:hover{ color: #00205b;}

.blog-area p{ font-size: 16px; color: #686868;}
.blog-content{ float:left; width:65%; padding-left:15px;}
.blog-img{ width:35%; float:left;}
.blog-content h4{ font-size: 20px; color: #222; margin: 0px 0px 10px;}
.blog-area .blog-img img{ width: 100%;}
.blog-date{  border: 1px solid #e5e5e5; border-left: 0; border-right: 0; color: #a8a8a8;margin:10px 0px; padding: 10px 0px;float: left; width: 100%; clear: both; font-size: 14px; font-weight: 400;}
.blog-date .left{ float: left}
.blog-date .right{ float: right}
.blog-text{ float: left}
.blog-area .blog-more{display: inline-block;text-transform: capitalize;font-size: 16px;color: #1ba8fb;transition: all 0.3s;font-weight: 600;}


.blog-text a{color: #00205b;}

.blog-area ul{ padding-left: 20px; font-size: 16px; font-weight: 600;}
.blog-area ul li{ margin-bottom: 10px;}
.blog-area .blog-more:hover{ color: #00205b;}

.blog-area label { width: 100%; display: block;}
.recent-post h4{ font-size: 28px;background: #00205b; color: #fff; padding: 30px 0px; text-align: center; text-transform: capitalize;
    font-weight: 300; margin: 0px 0px 30px;}
.recent-post ul li{float: left; width: 100%;  clear: both; padding-bottom: 22px; border-bottom: 1px dashed #ededed;  margin-bottom:12px;}
.recent-post ul li a { text-decoration: none; color: #686868; font-size: 16px;}

.recent-post ul li a:hover{ color:#7cbe2f }
.recent-post ul li:last-child{ border: none;}
/********************* media query CSS starts HERE **************/


.custom-form{ width: 100%; background: #061f5c; padding: 30px 30px 20px; color: #fff;    outline: 1px solid #fff;  outline-offset: -5px;}

.custom-form input[type=checkbox]{ margin:4px 4px 0 0;}
.custom-form .form-group label{ color: #fff; width: 100%;}
.custom-form label.radio-inline { width: auto;}
.full-input{ width: 100%;}
.inline-input { background: transparent; border: none; box-shadow: none; border-bottom: 1px solid #fff; outline: none;}

.custom-form .form-group{ margin-bottom: 20px;}
.custom-form textarea{ resize: none; min-height: 100px;}
.custom-form h4{ margin-bottom: 20px; color:#fff;margin-top: 0;}
.form-header{ text-align: center; margin-bottom: 30px;}
.form-header img{margin-bottom: 20px;}
.form-header h3{ font-weight: 600;}

.form-footer{max-width: 600px; margin: 30px auto 0;}
.form-footer p{ margin-bottom: 3px; }
.form-footer > p{ text-align: center;}
.left-check{ padding-left: 15px; margin-top: 10px;}

/* The container */
.container-label {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.container-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
    background-color: #9b9b9b;
}

/* When the checkbox is checked, add a blue background */
.container-label input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid #061f5c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.custom-form .send-btn {
    background: #fff;
    border: none;
    color: #061f5c;
    padding: 8px 20px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
	border-radius: 2px;
}

.custom-form .form-heading{margin-bottom: 20px;font-weight: 600; text-transform: uppercase;}

.custom-form .radio-area .form-group{ margin-bottom: 10px;}

.custom-form .radio-area{ margin-bottom: 20px;}
.radio-area h4, .box-heading{background: rgba(255,255,255,0.1); padding: 10px;text-align: center;font-size: 16px;}

.dot-list{ margin: 0px 0px 20px 20px; list-style-type: square;}
.dot-list li{    margin-bottom: 5px;}

.signature-component {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}

.signature-component button {
  padding: 1em;
  background: transparent;
  box-shadow: 2px 2px 4px #777;
  margin-top: .5em;
  border: 1px solid #777;
  font-size: 1rem;
}
.signature-component button.toggle {
  background: rgba(255, 0, 0, 0.2);
}
.signature-component canvas {
  display: block;
  position: relative;
  border: 1px solid;background: #fff;
}

.signature-component img {
  position: absolute;
  left: 0;
  top: 0;
}

.signature-component input {
    background: #adadad;
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    color: #fff;
}

.team-page .row{ margin-bottom: 40px;}
.team-img{ width: 100%; float: left; margin-bottom: 30px;}
.team-img img{ width: 100%; height:auto;}

.about-team{width: 100%; float: left;}
.about-team h3{font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #061f5c;}

.bullet li ul li {
    list-style-type: square;
}

.bullet li ul {
    margin-left: 35px;
}

hr{border-color:#bbb;}

.main-content ul {
    padding-left: 20px;
    font-weight: 600;
}
.main-content ul li{ margin-bottom:10px;}
.comment-form textarea{ width:100%;}

.Error {
    border-color: #FF0B00 !important;
    border: 2px solid;
}

.single-blog .blog-img { width: 100%;  margin-bottom: 20px;}
.single-blog .blog-content{width: 100%; padding:0px;} 
.custom-form .radio-inline input[type=radio] {    margin-left: -20px;}
.page-title2 img{ width:100%;}
.page-title2{ width:100%; position:relative;}
.page-title2 h1{position: absolute;
    display: inline-block;
    margin: 0px;
    background: rgba(59, 72, 88,0.5);
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    padding: 14px 30px;
    outline: solid 2px rgb(59, 72, 88);
    outline-offset: 5px;
    top: 50%;
    z-index: 10;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);}

.top-social { float:left;  padding-top: 15px;}
.top-social p{ color:#061f5c; margin-bottom:5px;}
.top-social a{ display: inline-block;width: 40px; height: 40px; background: #061f5c; text-align: center; line-height: 40px; color: #fff; font-size: 16px; float: left;border-radius: 50%}


@media only screen and (min-width: 992px){
.main-menu li:hover .sub-menu{ display: block !Important; background: transparent;}
.main-menu li.dropdown > .sub-menu > li > .sub-menu{ width: 100%; display: none;}
.main-menu li.dropdown > .sub-menu > li:hover > .sub-menu{ display: block;}
.main-menu li.dropdown > .sub-menu > li > .sub-menu > li:hover{ background: #9d9d9d;}	
.main-menu	ul.sub-menu li a span { float: right; display:none;}
	
}
@media only screen and (max-width: 1199px){
	.page-title{ background-attachment:inherit;}
	.main-menu ul li a{ padding: 14px 11px;}
	.top-cta li{ margin-right: 20px;}
	.about-us h2{ margin-top: 30px;}
	.service-box .text-box{ min-height: 245px;}
	.serving-city ul li{ margin-bottom: 10px;}
	.top-cta li figure img{width: 50%;}
	.top-cta li a{ font-size:12px;}
}

@media only screen and (max-width: 991px){
	.blog-img{ width:100%;}
	.blog-content{ width:100%; padding-left:0px; padding-top:15px;}
	.main-menu .sub-menu li{ width: 100%;}
	.main-menu .sub-menu li a{ padding: 8px 20px;}
	.top-right { float: left; width: 100%;}
	.top-cta{ width: 80%; float: left;}
	.top-social{ margin-right:30px;}
	.logo{ width: 180px; float: none; margin: 0 auto 10px;}
	.logo img{ width: 100%;}
	.carousel-caption h2{ font-size: 24px;}
	.carousel-caption p{ font-size: 16px; margin-bottom: 15px;}
	.carousel-caption a.slide-btn{ font-size: 12px;}
	.top-cta li strong{ padding: 0px;}
	.top-cta li figure{ width: 40px; height: 40px; line-height: 38px;}
	.top-cta li figure img{ width: 24px;}
/* 	.about-us figure{ width: 230px; margin: 0px 20px 0px 0px;} */
	.about-us figure{ margin: 0px 20px 0px 0px;}
	.about-us figure img{ width: 100%;} 
	.about-us h2 {margin-top: 0px;font-size: 24px;}
	.service-box .text-box { min-height: 200px; margin-bottom: 30px;}
	.appointment-text { width: 100%; margin: 60px 0px; padding-right: 0px;}
	.no-padding { padding: 0px 15px;}
	.appointment{ padding-bottom: 30px;}
	.serving-city { margin-top: 0px;}
	
	.main-menu ul li{ width: 100%; border: none;}
	.main-menu ul li a > span{ display: none;}
	.main-menu .sub { display: block;}
	.main-menu .sub-menu{ width: 100%; position: relative;box-shadow: none; background: #7f7f7f; float: left;}
	.menu-toggle{ display: block;}	
	.menu-toggle {
        background-image: url(images/menu-bar.svg);
        position: absolute;
        height: 40px;
        width: 40px;
        top: 5px;
		right: 0px;
        background-size: 70%;
        background-color: #061f5c;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;	   
	
    }
   .main-menu {
        position: fixed;
        left: -400px;
        overflow: auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        right: 0;
        height: 100%;
        max-width: 300px;
        z-index: 999;
        bottom: 0;
        padding-top: 20px;
        top: 0;
        background-color: #bdbdbd;
    }
    .main-menu.active {
        left: 0%;
    }
    .main-menu ul li a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 8px 20px;        
        border-bottom: 1px solid rgba(45, 45, 45,0.2);
    }
	.main-menu .sub-menu li a{ font-size: 14px;}
    body.menu-change {
        overflow: hidden;
    }
    .overlay-main {
        background-color: #000000c2;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 99;
    }
    .overlay-main.active {
        visibility: visible;
        opacity: 1;
    }
    .top-close-menu {
    background-image: url(images/close.svg);
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #582931;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    }
	.header.sticky{ position:relative;}
}

@media only screen and (max-width: 767px){
	.top-social{ display:none;}
	.contact-list li{ line-height:1.5em;}
	.contact-list .contact-icon{ margin-bottom:10px;}
	.menu-area .logo{ width: 200px;}
	.menu-area .logo img { padding: 15px 0px;}
	.page-title{ padding:70px 0px; background-attachment: inherit; }
	.carousel-caption .top-head { display: block;font-size: 24px; line-height: 30px; padding-bottom: 10px;}
	.top-cta li figure {width: 30px;height: 30px;line-height: 28px; margin-right: 3px;}
	.top-cta li figure img{ width: 16px;}
	.page-title h1, .page-title2 h1{ font-size:22px;}
	.top-cta{ width: 100%;}
	.top-cta li { width: 100%; margin: 0px 0px 10px;    font-size: 12px;}
	
	.appointment-text p{ font-size: 14px; line-height: 24px;}
	.appointment-form{ padding: 30px 20px 10px;}
	.footer-box{ margin-bottom: 25px;}
	.about-us figure{ float: none; margin: 0 auto 30px;}
	.service-box .text-box{ min-height: auto;}

	li.top-cta-add {
    width: 60% !important;}
}

@media only screen and (max-width: 479px){
	.app-btn{ display:block; width:100%; text-align:center; padding:10px; font-size:12px;}
	.carousel-caption{ width: 80%;}
	.top-cta{ width: 100%;}
	.header-top{ padding: 10px 0px;}
	#myCarousel .carousel-control{ width: 20px; height: 40px;}
	.carousel-caption h2, .carousel-caption p, .carousel-caption a.slide-btn{ display: none;}
	#myCarousel .carousel-control .fa{ font-size: 14px; line-height: 40px;}	
}

.go-top {    
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);    
    overflow: hidden;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 99999;
    background: #061f5c url('https://tsoralhealth.com/wp-content/uploads/2019/02/top.png') no-repeat center 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sigPad {
    border: 1px solid gainsboro;
    display: inline-block;
}


/********************* media query CSS ends HERE **************/

.page-template-home-page a.app-btn:hover, .page-template-home-page a.app-btn:focus {
    color: #000;
    background: #9d9d9d;
}