/*
Theme Name:  Lake Merrit Healthcare
Theme URI:  
Author: Falcon Marketing
Author URI: https://www.falconmarketing.com
Description: Custom theme
Version: 1.0
License:  
License URI: 
Text Domain:  lake_merrit

*/
* {
    transition: all 0.4s;
}
.mobileonn{
    display: none;
}
.disabled {
    cursor: default;
}
.fancybox-navigation {
    display: none !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !Important;
}
a.boxcard-color img{
    box-shadow: 0 0 41px 2px #d7d7d7db;
}
a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: 0px !important
}

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.not-found {
    margin: 0 0 100px;
}

.not-found .content-header {
    margin-bottom: 30px;
}

.not-found p {
    margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    float: right;
    width: 63%;
    text-align: right;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
}

.nav-menu li:last-child,
.site-footer li:last-child {
    margin: 0;
}

.nav-menu li a {
    color: #171717;
    display: block;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 0 6px;
    text-decoration: none;
}

.nav-menu li.active a,
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    color: #6e462a;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #fff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    color: #6e462a;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #6e462a;
}

.closebtn,
.openmenu,
.menu-toggle {
    display: none;
}

/*  Alignment  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* MAIN CSS  */
.blogdetail:after {
    content: '';
    clear: both;
    display: block;
}

.blogdetail .content {
    padding: 20px;
    text-align: center;
}

.blogdetail .content h3 {
    color: #6e462a;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    height: 64px;
    overflow: hidden;
}

.blogdetail .content h3::after {
    background-color: #1f7696;
    content: '';
    display: block;
    height: 1px;
    margin: 10px auto 0;
    width: 40px;
}

.blog-category {
    color: #171717;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 20px;
}

.blogdetail .content p {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
}

.blogdetail .content div {
    padding: 20px;
}

.featured-image {
    display: block;
    text-align: center;
}

.post-detail {
    margin: 30px 0;
    text-align: center;
}

/*
.grid-sizer,
.blogdetail {
  width: 33.333%;
}
*/
/*
.header-info-email{
    background: #5ea0b8;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 10px 0;
}
.header-phonenumber{
    float: right;
}
.header-emaill{
    float: left;
}
.header-info-email a{
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none !important;
}
.header-info-email a i{
    margin-right: 10px;
}
.header-info-email a:hover{
    color: #fff;
    transition: all 0.4s ease;
}
*/

.top-bar-sec {
    background: #5ea0b8;
    height: 47px;
    line-height: 47px;
}
.top-bar-sec a i {
    margin-right: 15px;
}
.top-bar-sec a,
.top-bar-sec span{
    color: #fffefe;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none !important;
}
.top-bar-sec a:hover{
    color: #fffefe;
}
.top-bar-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar-sec ul li{
    display: inline-block;
    margin-right: 30px;
}
.top-bar-sec ul li:last-child{
    margin-right: 0;
}
.site-header {
    left: 0;
    padding: 0 0 20px;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 999;
    margin-top: 25px;
}

.site-logo {
    float: left;
}

.hero-sec {
    background-image: url( images/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    margin-bottom: 230px;
    width: 100%;
    height: 540px;
}

.hero-sec .content {
    position: relative;
    z-index: 9999;
    top: 47px;
}

.hero-sec::after {
    background: url(images/header-overlay-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    display: block;
    height: 600px;
    position: relative;
    margin: -344px auto 0;
    width: 1270px;
    z-index: 1;
    right: -93px;
}

a.virtual-tour {
    background-color: #6e462a;
    border: 2px solid #6e462a;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
}

a.virtual-tour:hover {
    background-color: transparent;
    color: #6e462a;
}

.hero-sec h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Crete Round', serif !Important;
    color: #171717;
}

.hero-sec h1.clr {
    color: #1f7696;
    font-weight: 400 !important;
    font-family: 'Crete Round', serif !Important;
}

.hero-sec p {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 30px;
}

.hero-sec a {
    font-weight: 300;
}

.services {
    margin: 70px 0;
    text-align: center;
}

.services .heading {
    margin-bottom: 30px;
}

.services .heading img {
    margin-bottom: 20px;
}

.services .heading h1 {
    color: #6e462a;
    font-size: 35px;
}

.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services li {
    float: left;
    width: 20%;
    padding: 20px;
    position: relative;
}

.services li p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.services li:hover {
    background-color: #f7f7f7;
}

.services li::after {
    background: rgb(122, 210, 238);
    background: -moz-linear-gradient(top, rgba(122, 210, 238, 1) 0%, rgba(167, 197, 197, 1) 30%, rgba(189, 191, 176, 1) 55%, rgba(235, 177, 133, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(122, 210, 238, 1) 0%, rgba(167, 197, 197, 1) 30%, rgba(189, 191, 176, 1) 55%, rgba(235, 177, 133, 1) 100%);
    background: linear-gradient(to bottom, rgba(122, 210, 238, 1) 0%, rgba(167, 197, 197, 1) 30%, rgba(189, 191, 176, 1) 55%, rgba(235, 177, 133, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ad2ee', endColorstr='#ebb185', GradientType=0);
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    height: 80px;
    width: 1px;
}

.services li:last-child::after {
    display: none;
}

.services li img {
    margin-bottom: 20px;
}

.services li a {
    color: #171717;
}

.aboutus {
    background: url(images/aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 160px 0 60px;
    position: relative;
    width: 100%;
}

.aboutus .thumb::before {
    background: url(images/lake-merit-healthcare-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: -89px;
    content: '';
    display: block;
    height: 595px;
    left: -382px;
    position: absolute;
    width: 800px;
}

.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fw-main-row.chooseus.background-img {
    background-position: top center
}

.nopd {
    padding: 0px !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0px;
}

.heading h2,
.heading h1 {
    margin-bottom: 30px;
    font-family: 'Crete Round', serif !Important;
}

.aboutus h1,
.heading h2,
.heading h1,
.post-detail h1 {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Crete Round', serif !Important;
    color: #6e462a;
}

/*
.aboutus .content{
    padding-right: 170px;
}
*/
.reply a,
a.sitebtn,
.form-submit input,
.aboutus .content a,
#gform_submit_button_1,
input#gform_submit_button_2 {
    display: inline-block;
    background-color: #1f7696;
    border: 2px solid #1f7696;
    color: #fff;
    height: 55px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    padding: 0 30px;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.sitebtn {
    margin-top: 35px !important;
}

.reply a:hover,
a.sitebtn:hover,
.form-submit input:hover,
.aboutus .content a:hover,
#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
    background-color: transparent;
    color: #1f7696;
}

.aboutus p {
    color: #6b6b6b;
    line-height: 28px;
}

.contact-us {
    background: url(images/contactusbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 80px
}

.contact-us h1 {
    margin-bottom: 60px;
    text-align: center;
}

.contact-us h1,
.contact-us h3 {
    font-size: 35px;
    font-weight: 300;
    color: #58585a;
}

.contact-us h3 {
    font-size: 25px !Important;
    text-align: center;
}

.contact-us h1 {
    font-family: 'Crete Round', serif !Important;
}

#field_1_1,
#field_1_2 {
    float: left;
    width: 50%;
    clear: none;
}

#field_1_4 {
    float: left;
    width: auto;
    clear: none;
}

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

.gform_body input,
.gform_body select {
    height: 55px;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: normal !Important;
    color: #5d5d5d !Important;
}

.gform_body input,
.gform_body select,
.gform_body input::placehoder,
.gform_body select::placehoder {
    color: #5d5d5d !Important;
}

.gform_body input,
.gform_body select,
.gform_body textarea {
    background: rgba(214, 216, 208, 0.15);
    width: 100% !Important;
    border: 0px !Important;
    padding: 15px !Important;
    font-size: 15px;
}

.card-type img {
    display: none
}

.card-type img.active {
    height: 500px;
    display: inline-block;
    width: auto;
}

.cstm-success-msg {
    text-align: center;
}

.cstm-success-msg span {
    color: #1f7696;
    font-size: 14px;
}

.testimonials {
    margin-top: 70px;
}

.testimonials .container {
    position: relative;
}

.nextowl,
.prevowl {
    position: absolute;
    top: 54%;
    cursor: pointer;
    width: 21px;
}

.prevowl {
    left: 0;
}

.nextowl {
    right: 0
}

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

.client-thumb {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    height: 100px;
    margin-bottom: 30px;
    width: 100px;
}

.clients-detail .content {
    padding: 0 50px
}

.clients-detail p {
    color: #6b6b6b;
    line-height: 28px;
}

.clients-detail h3 {
    color: #aa8469;
    font-size: 18px;
}

.cta-bar {
    background: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 236px 0 0;
}

.cta-bar .content {
    position: relative;
    top: 100px;
}

.cta-bar .thumb {
    position: relative;
    bottom: -29px;
}

.cta-bar h1 {
    font-family: 'Crete Round', serif !Important;
    font-size: 35px;
    font-weight: 400;
    color: #6e462a
}

.cta-bar h1 span {
    display: block;
}

.cta-bar img {
    margin-bottom: 30px;
}

.blog-content .content-header {
    margin-bottom: 30px;
}

.content-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 50px;
    height: 353px;
}

.content-header h1 {
    font-size: 44px;
    font-weight: normal;
    font-family: 'Crete Round', serif !Important;
    text-align: center;
    max-width: 45%;
    padding-top: 110px;
}

.entry-content p {
    color: #6b6b6b;
    line-height: 28px;
}

.entry-content p a {
    color: #6b6b6b;
    line-height: 28px;
    text-decoration: none;
}

.leftcontentspacing {
    padding-left: 250px;
    padding-top: 70px;
}

.rightcontentspacing {
    padding-right: 250px;
    padding-top: 70px;
}

.contact-detail .entry-content {
    position: relative;
}

.contact-detail .entry-content::after {
    font-family: FontAwesome;
    font-size: 150px;
    line-height: 1;
    display: block;
    position: absolute;
    left: 0;
    top: -23px;
    color: #f2f7f9;
    z-index: -1;
    text-align: center;
    width: 100%;
}

.contact-detail .entry-content.address::after {
    content: '\f041';
}

.contact-detail .entry-content.phone::after {
    content: '\f095';
}

.contact-detail .entry-content.email::after {
    content: '\f0e0';
}

.contact-detail strong::after {
    background-color: #1f7696;
    content: '';
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 40px
}

.contactpage {
    margin-top: 40px;
}

.contactpage .gform_wrapper div.ginput_container {
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.contactpage .gform_wrapper .gform_button {
    margin-top: 0 !important;
}

.contactpage .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
}

.contact-detail p strong {
    font-size: 30px;
}

.contactpage label,
.comment-respond label {
    display: none !Important
}

.contactpage li {
    margin: 0 0 10px !Important
}

#field_2_1,
#field_2_2,
#field_2_3,
#field_2_5 {
    clear: none;
    float: left;
    width: 50%;
}

.contactpage h3 {
    color: #6e462a;
    font-size: 25px;
    font-weight: 300;
}

.googlemap iframe {
    width: 100%;
    height: 554px;
}

.contactpage .gform_footer.top_label {
    text-align: left;
}

.cbp-l-filters-alignCenter {
    display: none !Important;
}

.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
    display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    background-color: #ddd;
    color: #333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #1f7696;
    color: #fff;
}

.sidebar .widget {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
}

#commentform input,
#commentform textarea {
    width: 100%;
    padding: 0 15px;
    border: 1px solid #ccc;
}

#commentform textarea {
    padding: 15px;
}

#commentform input {
    height: 45px;
}

.comment-form-url,
.comment-form-author,
.comment-form-email {
    display: inline-block;
    padding: 0 11px;
    width: 32.9%;
}

.form-submit,
.comment-form-comment {
    padding: 0 11px;
}

#comments {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.sidebar .widget h3 {
    margin-bottom: 30px;
}

.comments h3,
.sidebar .widget h3,
.comment-reply-title {
    color: #6e462a;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.comments ul,
.sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments li {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 15px;
}

.reply {
    text-align: right;
}

.sidebar .widget li a {
    display: block;
    background-color: #ddd;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
}

.sidebar .widget li a:hover {
    background-color: #1f7696;
    color: #fff;
}

.single-detail-post {
    margin-top: 30px;
}

.single-detail-post .entry-content h1,
.single-detail-post .entry-content h2,
.single-detail-post .entry-content h3,
.single-detail-post .entry-content h4,
.single-detail-post .entry-content h5,
.single-detail-post .entry-content h6 {
    font-weight: 300;
    margin-bottom: 30px
}

.sidebar .widget h3 {
    font-size: 20px;
}

.sidebar .widget h3::after,
.comment-reply-title::after {
    background-color: #ed2d23;
    content: '';
    display: block;
    height: 1px;
    margin: 10px auto 0;
    width: 40px;
}

.form-submit input {
    width: auto !Important;
    height: auto !Important;
}

.recent-posts {
    margin-top: 20px;
}

.recentpost {
    margin-bottom: 30px
}

.recentpost .thumb {
    float: left;
    margin-right: 15px;
}

.recentpost .thumb img {
    height: 80px;
    width: auto;
}

.recentpost h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

.recentpost p {
    font-size: 11px;
}

.recentpost i {
    color: #b1c5d9;
    font-size: 14px;
}

/*  Site Footer  */
.santafe_footer .news_letter .es_shortcode_form {
    position: relative;
}

p.copyright {
    font-size: 13px;
    font-weight: 300;
    color: #6b6b6b;
    text-align: left;
}

.news_letter {
    position: relative;
}

.news_letter .es_lablebox {
    display: none;
}

.news_letter .es_textbox input {
    width: 100%;
    height: 50px;
    padding: 20px;
    background-color: #f8f8f7;
    border: 1px solid #e9e9e9;
}

.news_letter .es_textbox input::placeholder {
    color: #7a5841;
    font-size: 15px;
}

.news_letter .es_shortcode_form .es_button {
    position: absolute;
    top: -7px;
    right: 0;
    cursor: pointer;
}

.news_letter .es_shortcode_form .es_button::before {
    position: absolute;
    top: 20px;
    content: "";
    background: url(images/blue_plane.png);
    background-repeat: no-repeat;
    right: -15px;
    width: 55px;
    height: 54px;
    z-index: 2;
    opacity: .8;
    display: inline-block;
}

.news_letter .es_shortcode_form .es_button .es_submit_button {
    border-radius: 25px;
    width: 60px;
    border: none;
    height: 45px;
    text-indent: -9999px;
    color: #58585a;
    position: relative;
    background-color: transparent;
}

.site-footer {
    text-align: center;
    padding: 50px 0;
    background: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 62px 0;
    color: #70492d;
    box-shadow: -5px 11px 17px 11px #5f5f5f;
    -webkit-box-shadow: -5px 11px 17px 11px #5f5f5f;
    -moz-box-shadow: -5px 11px 17px 11px #5f5f5f;
    -o-box-shadow: -5px 11px 17px 11px #5f5f5f;
    width: 100%
}

.first_bdr {
    position: relative;
}

.second_bdr {
    position: relative;
}

.first_bdr::before {
    position: absolute;
    background-color: #6b6b6b;
    width: 1px;
    height: 159px;
    content: "";
    left: 0;
}

.second_bdr::before {
    position: absolute;
    background-color: #6b6b6b;
    width: 1px;
    height: 175px;
    content: "";
    left: -27px;
}

.site-footer a {
    font-size: 14px;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    display: inline-block;
    margin-right: 15px;
}

.social-links li a {
    display: block;
    border-radius: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #70492d;
    width: 40px;
    border: 1px solid #70492d;
    transition: all 0.1s;
}

.social-links li a .fa {
    transition: all 0.1s;
}

.social-links li a:hover {
    background: #70492d;
    color: #fff
}

.site-footer a {
    color: #70492d;
}

.social-links {
    margin: 0 0 30px;
    text-align: left;
}

.container {
    max-width: 1170px;
    padding: 0;
}

#cbpw-grid2 .cbp-caption-activeWrap {
    background-color: rgba(46, 125, 150, 0.7) !important;
}

.address_foo_box {
    text-align: left;
    margin-left: 35px;
}

.address_foo_box p {
    color: #6b6b6b;
    font-size: 14px;
}

.address_foo_box ul li {
    position: relative;
    margin-bottom: 15px;
}

.address_foo_box ul li,
.address_foo_box ul li a {
    color: #6b6b6b;
    font-size: 14px;
}

.address_foo_box li i {
    color: #7a5841;
    position: absolute;
    left: 0;
}

.address_foo_box li {
    display: block;
    padding-left: 30px;
}

.address_foo_box ul li span {
    color: #7a5841;
}

/*  Media Query  */
@media(max-width:1620px) {
    .rightcontentspacing {
        padding-right: 100px;
    }

    .leftcontentspacing {
        padding-left: 100px;
    }

    .aboutus .thumb::before {
        left: -317px;
    }

    .site-footer {
        background-position: -23px 0
    }

}

@media(max-width:1377px) {
    .site-footer {
        background-position: -141px 0;
    }

    .content-header h1 {
        max-width: 55%;
    }

    .hero-sec::after {
        right: 0;
    }

}

@media(max-width:1024px) {
    .top-bar-sec a, .top-bar-sec span{
        font-size: 14px;
    }
    .aboutus .content {
        padding-right: 0;
    }

    .cta-bar .content {
        top: 0;
    }

    .hero-sec::after {
        width: 985px;
    }

    .hero-sec .col-lg-5.col-md-5.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rightcontentspacing {
        padding-right: 20px;
    }

    .leftcontentspacing {
        padding-left: 20px;
    }

    .aboutus {
        padding: 80px 0 60px;
    }

    .hero-sec p {
        width: 444px;
    }

    .hero-sec {
        padding-top: 220px;
    }

    .cta-bar .col-lg-6.col-md-6.col-sm-12 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .heading h2,
    .heading h1 {
        font-size: 36px;
    }

    .site-footer {
        background-position: -307px 0;
    }

    .site-footer li {
        margin-right: 10px;
    }

    .second_bdr::before {
        left: -8px;
    }

}

@media(max-width:992px) {
    .second_bdr::before {
        display: none;
    }

    .first_bdr::before {
        display: none;
    }

    .social-links {
        margin: 0 0 30px;
        text-align: center;
    }

}

@media(max-width:980px) {
    .top-bar-sec ul li{
        display: block
    }
    .mobileonn{
        display: block;
    }
    .top-bar-sec ul li.mobileofff{
        display: none;
    }
    .top-bar-sec{
        height: auto;
        line-height: 30px;
        padding: 10px 0;
    }
    .top-bar-sec ul{
        text-align: left;
    }
    .address_foo_box {
        text-align: center;
        margin-left: 0;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .site-header{
        margin-top: 45px;
    }

    .hero-sec::after {
        width: 100%;
    }

}

@media(max-width:840px) {
    .nav-bar li {
        display: block;
        margin: 0;
    }

    .hero-sec {
        margin-bottom: 0px;
        height: auto;
    }

    .aboutus .thumb::before {
        bottom: 0;
        left: 0;
        position: relative;
        width: 100%;
        height: 350px;
    }

    .hero-sec::after {
        display: none
    }

    .hero-sec {
        padding-bottom: 80px;
    }

    .grid-sizer,
    .blogdetail.masonry-brick {
        float: left;
        width: 50%;
        left: 0px !Important;
        top: 0 !Important;
        position: relative !Important;
        padding: 0px !Important;
    }

    .blogdetail .content div {
        padding: 0;
    }

    .blogdetail .content {
        padding: 0 15px !Important;
    }

    .aboutus .col-lg-6.col-md-6.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-sec .col-lg-5.col-md-5.col-sm-12 {
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
    }

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

    .contact-us .col-lg-6.col-md-6.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-logo {
        float: none;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        margin-top: 30px;
        color: #333;
        float: right;
    }

    .cta-bar .col-lg-6.col-md-6.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cta-bar {
        background-position: -380px 0;
    }

    .nav-bar.open {
        right: 0;
    }

    .nav-bar {
        background-color: #333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        transition: all 0.3s;
        width: 320px;
        z-index: 999;
        text-align: left;
    }

    .nav-bar li a {
        color: #fff;
        display: block;
        padding: 10px;
        font-weight: bold;
    }

    .closebtn {
        display: block;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
        font-size: 26px;
        position: absolute;
        right: 0;
        top: -47px;
    }

    .services li {
        height: 180px;
        width: 33.33%;
    }

    .nopd {
        padding: 15px !Important;
    }

}

@media(max-width:736px) {
    .contact-us h1,
    .contact-us h3 {
        font-size: 30px;
        text-align: center;
    }

    .nextowl,
    .prevowl {
        display: none;
    }

    .clients-detail .content {
        padding: 0
    }

    .entry-content.heading.rightcontentspacing {
        text-align: center;
    }

    .leftcontentspacing,
    .rightcontentspacing {
        padding-right: 0;
        padding-left: 0;
    }

    .fw-main-row.services-page {
        padding-bottom: 0px !important;
        padding-top: 30px !important;
    }

    .fw-main-row.chooseus.background-img {
        padding: 50px 0 0 !important;
    }

    .cta-bar {
        padding-top: 0 !important;
    }

    .blogdetail {
        margin-bottom: 50px;
    }

    .blog-category {
        margin-top: 10px;
    }

}

@media(max-width:667px) {
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }

    .blogdetail .content h3 {
        font-size: 20px
    }

}
@media(max-width:570px){
    .top-bar-sec .text-right{
        text-align: center !important;
    }
    .site-header {
        margin-top: 126px;
    }
}
@media(max-width:480px) {
    .top-bar-sec{
        text-align: center;
    }
    .top-bar-sec ul{
        text-align: center;
    }
    .top-bar-sec ul li{
        margin-right: 15px;
    }
    #field_1_1,
    #field_1_2 {
        width: 100%;
    }

    #field_1_2 {
        margin: 0;
    }

    .cta-bar h1 {
        font-size: 36px
    }

    .grid-sizer,
    .blogdetail.masonry-brick {
        width: 100%;
    }

    .blogdetail.masonry-brick .content {
        margin-bottom: 30px;
    }

}

@media(max-width:414px) {
    .contact-us {
        padding: 110px 0 0px;
    }

    .card-type img.active {
        height: 400px;
    }

}

@media(max-width:419px) {
    .services li {
        width: 50%;
    }

    .form-submit,
    .comment-form-comment,
    .comment-form-url,
    .comment-form-author,
    .comment-form-email {
        width: 100%;
        padding: 0;
    }

    .services li:last-child {
        margin: 0 auto;
        float: none;
    }

    .aboutus {
        margin-top: 100px
    }

    .hero-sec p {
        width: 100%;
    }

    .hero-sec h1 {
        font-size: 40px;
    }

}

@media(max-width:380px) {
    .hero-sec h1 {
        font-size: 35px;
    }

    .cta-bar h1 {
        font-size: 27px;
    }

}