/*
Theme Name: commeradental
Theme URI: http://themekraft.com/store/commeradental-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme commeradental, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.9
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
    word-wrap: break-word;
}
div, p, body{
    font-family: 'Roboto', sans-serif;
}
article > p, #content{
    font-size: 18px;
}
.content {
    margin-top: 40px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}


/* Content */
.innerCForm{
    margin-top: 0px !important;
}
.main-content-inner {
    padding-bottom: 1.5em;
    display: block;
    overflow: hidden;

}
.hentry {
    margin: 0 0 1.5em;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}


/* Clearing */
.clear {
    clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
    clear: both;
}

/*
 == Quick CSS styling tips ==

*/



.p0 {
    padding: 0px;
}
.pt0 {
    padding-top: 0px;
}
.pb0 {
    padding-bottom: 0px;
}
.pl0 {
    padding-left: 0px;
}
.pr0 {
    padding-right: 0px;
}


.m0 {
    margin: 0px;
}
.mt0 {
    margin-top: 0px;
}
.mb0 {
    margin-bottom: 0px;
}
.ml0 {
    margin-left: 0px;
}
.mr0 {
    margin-right: 0px;
}


/*Top Menu */
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
        color: #502B10  !important;
}
/*New site for coomera*/
.topSocialMedia ul{
    list-style: none;
    display: block;
    overflow: hidden;
    padding-top: 11px;
}
.topSocialMedia ul li{
    float:left;
    margin-right: 3px;

}

#main-menu2.navbar-nav>li>a{
    color:#F68B23;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 10px;
}
#main-menu2.navbar-nav>li{
    padding-top: 11px;
}
.navbar {
    margin-bottom: 0px !important;
}
/*-------------*/
nav.site-navigation{
    height:52px;
    background: #f68b23;
}
.navbar-default{
    background: 0 !important;
    border: 0 !important;
}
.navbar-default .navbar-brand {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #FFFFFF;
    border: 1px solid #fff;

    box-shadow: 0px 2px 3px rgba(246, 139, 35, 0.47);
}


/*Logo part*/
.logo a img {
    width: 80% !important;
}

.logoPart {
    box-shadow:  0px 4px 10px rgb(246, 139, 35);
    position: relative;
    z-index: 99999;
    width:100%;
}
.logoPart aside {
    padding: 30px 0 30px 0;
}

ul.socialHeader{
    list-style: none;
    padding: 0px;
}
ul.socialHeader li{
    padding-right: 20px;
    float:left;
}
.fa-facebook-square:before{
    color:#3c5a9a;
}
.fa-google-plus-square:before{
    color:#dd4c3b;
}
ul.socialHeader li a{

}

/*about us page*/
.aboutusSliderImg{
    display: block;
    overflow: hidden;
    height: 457px;
    border-bottom: 5px solid rgb(246, 139, 35);
}
.themeBlack{
    color:#444444;
}
.aboutContactForm {
    background-color: rgb(71, 168, 81);
    text-align: center;
    color: #fff;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style textarea
{
    border-radius: 0px;
}
.with_frm_style .frm_submit{
    text-align: center;
}
.themeColor > a{ color: #47A851 }
/*Slider part*/
/*new Site Css Image*/
.openDays{
    background: #eee7db;
    padding:10px;
    margin-top:100px;
    opacity:.8;
    -webkit-shape-outside: polygon(0 100%, 0 0, 80% 0, 100% 100%);
    -webkit-clip-path: polygon(0 100%, 0 0, 80% 0, 100% 100%);
    -moz-clip-path: polygon(0 100%, 0 0, 80% 0, 100% 100%);
    -o-clip-path: polygon(0 100%, 0 0, 80% 0, 100% 100%);
    clip-path: polygon(0 100%, 0 0, 80% 0, 100% 100%);

}
.callNow{
    opacity:.8;
    margin-top:5px;
    padding:10px;
    background: #eee7db;
    -webkit-shape-outside: polygon(0 100%, 0 0, 100% 0, 80% 100%);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
    -moz-clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
    -o-clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
}
.sliderImg{
    background: url(img/Slider-BG.jpg) no-repeat scroll 0 bottom transparent;
    background-position: 50%;
    background-size: cover;
}
/************/
.sliderImg{
    display: block;
    overflow: hidden;
    height: 494px;
    border-bottom: 5px solid rgb(246, 139, 35);

}
.sliderTextLeftContainer {
    font-size:18px;

}
.sliderTextLeftContainer h2 {
    color: #444444;
}
.sliderImgLeftContainer {
    margin-left: -160px;
    margin-top: 127px;
    z-index: -1;
}

.sliderTextRightContainer {
    position: relative;
    top: -238px;
    font-size: 25px;
    text-decoration: underline;
    text-align:right;
    color: rgb(71, 168, 81);
}

.menu_title{
    height:42px;
}


/*welcome Part*/

.welcomeSection{
    background: url(img/welcome-bg.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.homeContactUs {
    margin-top: 40px;
}
.homeFormHeading h2 {

    margin-top: 12px;
    margin-bottom: 18px;
}
/*Contact us Form*/
.contactHeaderText {
    font-szie:96%;
}
.homeContactUs #frm_form_3_container {
    background-color: #f8f6f6;
    padding: 10px;
    border: 1px solid #F9AE65;
    border-radius: 12px;
    padding-top:90px;
}
.frm_style_formidable-style.with_frm_style fieldset{
    padding: 0px;
}
.homeFormHeading {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #F68B23;
    left: 0px;
    top: 16px;
}

.homeFormHeading:before {
    content: " ";
    display: inline-block;
    border-width: 12px 0px 0px 16px;
    border-style: solid;
    border-color: rgb(173, 97, 24) rgba(245, 24, 24, 0) rgb(173, 97, 24) rgba(114, 73, 33, 0);
    position: absolute;
    top: 62px;
    left: 0px;
    z-index: -1 !important;
}
.homeFormHeading:after {
    content: " ";
    display: inline-block;
    border-style: solid;
    border-color: rgb(173, 97, 24) rgba(245, 24, 24, 0) rgb(173, 97, 24) rgba(114, 73, 33, 0);
    position: absolute;
    top: 62px;
    z-index: -1 !important;
    right: 2px;
    border-width: 12px 17px 0px 0px;
}

.homeContactUs .frm_style_formidable-style.with_frm_style input[type=submit]
{
    font-weight: bold;
    color: #F9AE65;
    width: 50%;
    border: 1px solid #F9AE65;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style textarea{
    border: 1px solid  #F9AE65;
}
/*Home Testimonial*/
.themeTestimonialBg{
    background: #f79a3f;
    color: #fff;
}
.inbl {
    border-bottom: 2px solid #c7db7a;
    display: inline-block;
}
.dr-susan-chen {
    display: inline-block;
    background-color: #f79a3f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    margin-top: 39px;
    background: url(img/dr-susan-chen.jpg) no-repeat scroll top center transparent;
    background-size: cover;
}
.dr-nhi-tran-quach{
    display: inline-block;
    background-color: #f79a3f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    margin-top: 39px;
    background: url(img/dr-nhi-tran-quach.jpg) no-repeat scroll top center transparent;
    background-size: cover;
}

.dr-mary-park{
    display: inline-block;
    background-color: #f79a3f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid #fff;
    margin-top: 39px;
    background: url(img/dr-mary-park.jpg) no-repeat scroll top center transparent;
    background-size: cover;
}

span.clientName {
    position: relative;
    top: -10px;
}
.carousel-control.left, .carousel-control.right{
    background-image:none !important;

}
.carousel-control-container {
    margin-top: 24px;
}
.carousel-control.left{

    left:-6%;
}
.carousel-control.right{
    right: -6%;
}

/*Contact us Form*/

.posiRel{
    position: relative !important;
}
.generalPadding{
    padding-top:20px;
}
.themeColor{
    color:#f68b23;
}
.gm-style {
    border: 1px solid #F7D5B4;
}
hr.themeDotted {
    border-bottom: 2px dotted #F79A3F;
    position: absolute;
    width: 100%;
    left: -2px;
}

.client-img img {margin:10px auto; width:80%;}

.generalMargin{
    margin-top: 20px;
}
.themeB{
    list-style: none;    
}
.themeB li{
    list-style:square;
    color:#47a851;
}
article a{
    color:#F68B23;
}
.clientsDialog{
    padding-bottom: 20px;
}
.clients{
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0 20px 0;

}
.clients ul{
    list-style: none;
}
.clients ul li{
    float: left;
    // border:1px solid #47a851;
    width: auto !important;
    height: 62px;
    margin-right: 22px;
}

.clients ul li a{

}

.clients ul li a img {
    width:100%;
    height: 100%;
}
.jcarousel-control-prev,
.jcarousel-control-next {                             
    background: rgba(126, 194, 133, 0.21);
    text-shadow: 0 0 1px #7EC285;
}
.caroControl{
    display: none;
}

/*Service area*/

a.readmore {
    background-color: #c7db7a;
    padding: 10px;
    border-radius: 11px;
    color: #fff;
}
.readMore {
    margin-top: 30px;
}


.servicesTemp ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.servicesTemp ul li a {
    text-decoration: none;

}

.servicesTemp ul li {
    width: 246px !important;
    height: 188px !important;
    margin-right: 36px;
    float:left;
    margin-bottom: 50px;

}
.servicesTemp ul li:hover p {
    background-color: rgba(0, 0, 0, 0.49);
    padding: 10px;
    position: relative;
    top: -51px;
    color: #fff;
    text-align: center;
    position: relative;
    top: -173px;
    height: 173px;
    padding-top: 72px;

}
.servicesTemp ul li p {
    background-color: rgba(0, 0, 0, 0.49);
    padding: 10px;
    position: relative;
    top: -51px;
    color: #fff;
    text-align: center;
}

.services ul {
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
    list-style: none;
    padding: 0px;

}
.services ul li a.serviceImg{
    padding: 20px;
    display: inline-block;
    background-color: rgba(255, 0, 0, 0);
    border-radius: 125px;
    width: 150px;
    height: 150px;
    border: 5px solid #c7db7a;
    text-align: center;
    padding-top: 35px;
    float:left;
}
.services ul li {
    width: 525px;
    height: 188px;
    margin-right: 60px;
    float:left;
    margin-bottom: 50px;

}
.caroControlService{
    display: none;
}
.services ul li p {
    padding: 5px 5px 5px 16px;
    position: relative;
    color: #7d7e7e;
    text-align: justify;
    float: left;
    width: 71%;
}
.services ul li a.serviceImg:hover{
    background: #c7db7a;
    border: 5px solid #fff;
}
.serviceSection{
    background: #f8f6f6;
    border-top: 2px solid rgba(246, 139, 35, 0.31);
}
a.readmoreservice{
    display: block;
    color: #F68B23;
}
section{
    display: block;
    overflow: hidden;
}
/*Footer area*/
.fb_iframe_widget {
    height: 324px !important;
    overflow: hidden;
}

.footerWidget {
    font-size: 18px;
    font-family: sans-serif;
    color:#666160;
    border-top: 5px solid #F68B23;
}

.colophon{
    background: #f68b23;
}

.site-footer{
    color: #666160;
    border-top: 5px solid #c4dc7a;
    padding-top: 20px;
    background: #F68B23;
}
.site-info p a {
    color: #C4DC7A !important;
}

.site-info{
    text-align: center;
}
.footerEmai a,.footerPhoneNumber a {
    color: #666160;
}

i.fa.fa-map-marker {
    float: left;
    width: 40px;
    display: inline-block;
    height: 52px;
    color: #F68B23;
    font-size: 45px;
}
i.fa.fa-envelope {
    display: inline-block;
    width: 40px;
    margin-top: 35px;
    color: #F68B23;
    font-size: 30px;
}

.fa.fa-phone-square {
    margin-top: 35px;
    font-size: 34px;
    width: 40px;
    color: #F68B23;
}
.footerHeadingStyle {
    border-left: 4px solid #F68B23;
    padding-left: 7px;
    margin-bottom: 27px;
}
.footerSocialMedia {
    clear: both;
    margin-top: 120px;
    display: block;
    overflow: hidden;
}
.footerSocialMedia ul li {
    float: left;
    margin-right: 20px;
}
.footerSocialMedia ul {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 0px;
}
.footerHeadingStyle{

}

/*Sidebar*/
.sidebarService {
    margin-top: 40px;
}

.sidebarService ul{
    list-style: none;
    margin: 0px;
    padding: 0px;

    margin-top: 2px;
    height: 407px;
    padding-top: 87px;

    display: block;
    overflow: hidden;

}
.sidebarService ul li:first-child {
    height: 139px;
    margin-top: -87px;
    padding-top: 80px;
}

.sidebarService ul li {
    float: left;
    clear: both;
    background-color: #F8F6F6;
    margin-bottom: 6px;
    width: 100%;
    padding: 3px 3px;
    color: #fff;
    border: 1px solid #F9AE65;
}


.sidebarService ul li a:first-child{
    float: left;
    width: 19%;
    margin-right: 20px;
    margin-bottom: 25px;
    height: 27px;
}
.sidebarService ul li a img {
    padding: 5px;
    border: .5px solid #fff;

}
.sidebarService ul li p {
    float: left;
    padding-top: 14px;
}
.sidebarService ul li p a {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    color: #F68B23;
}
.innerSidebar{
    font-size:18px;
}

.sidebar {
    padding-top: 40px;
}


.footerCustomePostLink ul li {
    float: left;
    padding-right: 20px;
}
.footerCustomePostLink ul {
    list-style: none;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 24%;
}
.footerCustomePostLink {
    text-align: center;

}
ul.coverageArea{
    list-style: none;
    padding: 0px;
}
ul.coverageArea li{

}
ul.coverageArea li a{
    color:#444444;
}
ul.coverageArea li a:hover{
    color:#00a651;
}

.themeLinkColor{
    color: #444444;
}

a:hover.themeHoverColor{
    color:rgb(196, 220, 122);
}

/*Team Viewer*/
.teamMemberArea {
    background-color: #F68B23;
    color:#fff;
}
.heading {
    text-align: center;
    color: #fff;
}
ul.temMemberList li {
    float: left;
    width: 23%;
    margin-right: 20px;
    border: 1px solid;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;

}
ul.temMemberList {
    list-style: none;

    padding: 0;
}
ul.temMemberList li img {
    border-radius: 5px;
    border: 2px solid #fff;
}
.breadcumb  {
    color: #F68B23;
    border-bottom: 5px solid #F68B23;
    background-color: #ECF3D2;
    text-transform: capitalize;
}
.modal-title{
    display: none !important;
}
.modal-header{
    min-height:  49.43px !important;
}

/*FAQ*/
.faq  .page-title{
    font-size:165% !important;
}
.faqul{
    list-style: none;
    padding: 0;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    font-family: "Glyphicons Halflings";
    content: "+";
    font-size: 18px;
    line-height: 22px;
    color: #00A651;
    top: -4px !important;
    position: relative;

}
.panel-heading [data-toggle="collapse"]:after {
    top: -4px !important;
    position: relative;
    font-family: "Glyphicons Halflings";
    content: "-";
    color: #00A651;
    font-size: 18px;
    line-height: 22px;
    float: right;

}

.panel-default>.panel-heading{
    background-color: rgba(126, 194, 133, 0.25);
}

/*Contact us page*/
.footerPhoneNumber {
    float: left;
    clear: both;
}
.contactMapIcon{
    float: left;
    padding-right: 10px;
}
.contactAddress {
    float: left;
    font-size: 98%;
}
.formHeading{
    padding:10px;
    text-align: center;
    background: rgb(236, 243, 210);
}
.contactPageForm .frm_style_formidable-style.with_frm_style input[type=submit]{
    width:100%;
    background: rgb(236, 243, 210);
}
.contactOpenTime {
    font-size: 96%;
}


.panel-group .panel-heading+.panel-collapse>.panel-body, 
.panel-group .panel-heading+.panel-collapse>.list-group{
    border-top: rgba(126, 194, 133, 0.25);
    font-size:14px;
}

.blogSidebar{
    margin-top: 40px;
}

.search-form label, .search-field.form-control{
    width: 100% !important;
}
.entry-content-thumbnail img {
    width: 100% !important;
}

.carousel-inner{
    width: 100% !important;
    padding: 0 88px;
    text-align: center !important;
}

div#wprmenu_bar{
    z-index: 999999 !important;
}





li#go_plus_plugin-2 {
    list-style: none;
}
li#facebook_plugin-2 {
    list-style-type: none;
    float: left;
}
.fb-section {
    overflow: hidden;
    height: 337px;
}

/*Extra CSS Morshed*/
.topSocialMedia ul li:nth-child(1) {background: #3B5998;padding: 6px 11px;border-radius: 5px;}
.topSocialMedia ul li:nth-child(2) {background: #d34836;padding: 6px 6px;border-radius: 5px;}
.topSocialMedia ul li:nth-child(3) {background: #0077B5;padding: 6px 5px;border-radius: 5px;}
.topSocialMedia ul li:nth-child(4) {background: #0084b4;padding: 6px 5px;border-radius: 5px;}

.footerSocialMedia ul li:nth-child(1) {background: #3B5998;padding: 6px 11px;border-radius: 5px;}
.footerSocialMedia ul li:nth-child(2) {background: #d34836;padding: 6px 6px;border-radius: 5px;}
.footerSocialMedia ul li:nth-child(3) {background: #0077B5;padding: 6px 5px;border-radius: 5px;}
.footerSocialMedia ul li:nth-child(4) {background: #0084b4;padding: 6px 5px;border-radius: 5px;}

#wprmenu_menu ul li a:hover {color: #c7db7a !important;}
/*===========================================Media Quarty===============================================*/

/*==========i-phone portrait media query==============*/
@media all and (min-width:320px) and (max-width:359px) {
.services ul li {height: auto !important;  padding: 18px 0px !important;}


}

/*============i-phone landscape media query================*/
@media (min-width:550px) and (max-width:568px) {
    .services ul li a.serviceImg {margin-left: 0% !important;}
    .services ul li {height: auto !important;}
}

/*==========samsung s4 portrait media query==============*/
@media only screen and (min-width:360px) and (max-width:479px) {
    .services ul li {height: auto !important;  padding: 18px 0px !important; }
}

/*============samsung s4 landscape media query================*/
@media (min-width:569px) and (max-width:640px) {
    .services ul li a.serviceImg {margin-left: 0% !important;}
    .services ul li {height: auto !important; width: 95% !important;}
}

/*============i-tab portrait media query================*/
@media (min-width:768px) and (max-width:1023px) {
}

/*============i-tab landscape media query================*/
@media (min-width:1024px) and (max-width:1279px) {
}

/*============19.5" device media query================*/
@media (min-width: 1500px) and (max-width:1700px) {
}

/*============21" to 23" device media query================*/ 
@media (min-width: 1701px) and (max-width:2000px) {  
}


/*============27" large device media query================*/ 
@media only screen and (min-width: 2001px) {
}


#mobile-tap, .callNow a {
    color: #444444;
    font-size: 30px;
    font-weight: 600;
}

.footertaptocall {
    background: #f68b23;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.footertaptocall a {
    color: #fff; font-weight: 600;
}
/* Review Ahasan*/
p.reviewsrow {
    text-align: center;
    padding: 5px 0;
}
a.google-review {
    position: fixed;
    right: 0;
    top: 500px;
    z-index: 999;
    background: rgba(246, 139, 35, 0.97);
    padding: 1% 2%;
    color: #000000;
    font-weight: 600;
    text-align: center;
    left: auto;
    font-size: 16px;
}
a.google-review:hover {
    background: rgb(234, 225, 210);
    color: #f68b23;
}
p.mob-google-review {
    margin: 20px 0px 0px 0px;
    background: #f68b23;
    padding: 10px 0px;
    text-align: center;
}
a.google-review-mob {
    color: #FFF;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
}
a#clickToShow1:hover {
    color: #000;
}
a.google-review-mob:hover {
          color: #000;    
}


.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    display: block;
}


.page-title a:hover, .page-title a:hover:focus{
    color: #f78b23;
    text-decoration: none;
}

a.more-link:hover, 
a.more-link:focus{
    color: #f68b23;
    text-decoration: none;
}