/*!@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
font-family: 'Roboto', sans-serif;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */

}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}
.container.menu-con {

    max-width: 1140px;

}
.newbdy .inner-banner ,.newbdy .banner{

    margin-top: 0;

}
.container.menu-con .row{ display: flex;}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
font-family: 'Roboto', sans-serif;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font: 14px/1.4 'Roboto', sans-serif;;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover, button:focus, button:active {
  outline: 0;
}

body {
  font: 14px/1.4 'Roboto', sans-serif;;
  color: #333;
  background-color: #fff;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

hr:before {
  display: table;
  content: "";
}

hr:after {
  display: table;
  clear: both;
  content: "";
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

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

figure {
  margin: 0;
  padding: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.7em;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 21px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

a {
  color: #073674;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  border-bottom: 2px solid transparent;
}

a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 0.7em;
}

small {
  font-size: 90%;
}

blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 0;
}

tt,
code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  font-size: 13px;
  font-weight: bold;
}

.form-control, .leave-a-cmmt-wrap input, .leave-a-cmmt-wrap textarea {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s;
}

.form-control.focus,
.leave-a-cmmt-wrap input.focus,
.leave-a-cmmt-wrap textarea.focus,
.form-control:focus, .leave-a-cmmt-wrap input:focus, .leave-a-cmmt-wrap textarea:focus {
  border-color: #073674;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.35em;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}

input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

::placeholder {
  color: #aaa;
}

button:focus,
button.focus, input[type="submit"]:focus,
input[type="submit"].focus {
  outline: 0;
}

.form-wrap-sec h2 {
  color: #1b1b1b;
  display: block;
  font: 500 20px/23px "Roboto", sans-serif;
  margin: 20px;
  text-transform: uppercase;
  margin-left: 0;
}

.form-wrap-sec p {
  text-align: left;
  line-height: 24px;
  color: #fff;
}

.form-wrap-sec .capchta-icons {
  float: right;
  width: 100%;
}

.form-wrap-sec .input-holder {
  margin-bottom: 20px;
}

.form-wrap-sec ::-webkit-input-placeholder {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}

.form-wrap-sec :-moz-placeholder {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}

.form-wrap-sec ::-moz-placeholder {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}

.form-wrap-sec :-ms-input-placeholder {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}

.form-wrap-sec .form-control, .form-wrap-sec .leave-a-cmmt-wrap input, .leave-a-cmmt-wrap .form-wrap-sec input, .form-wrap-sec .leave-a-cmmt-wrap textarea, .leave-a-cmmt-wrap .form-wrap-sec textarea {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  box-shadow: none;
}

.form-wrap-sec .form-control:focus, .form-wrap-sec .leave-a-cmmt-wrap input:focus, .leave-a-cmmt-wrap .form-wrap-sec input:focus, .form-wrap-sec .leave-a-cmmt-wrap textarea:focus, .leave-a-cmmt-wrap .form-wrap-sec textarea:focus {
  outline: none;
}

.form-wrap-sec textarea {
  height: 100px;
  resize: none;
}

.form-wrap-sec .capctha-wrap {
  min-height: 100px;
  position: relative;
}

.form-wrap-sec .capctha-wrap .btn-grp {
  float: left;
}
.content_styles h2 {

    font-size: 27px;
    color: rgb(40, 40, 40);
    margin-top: 30px;
    margin-bottom: 20px;

}
.content ul li a {
    color: rgb(40, 40, 40);
}
.content_styles h2 a {
    color: rgb(40, 40, 40);
}
.content_styles h2 a:hover {
    color: #073674;
}
.content ul li a {
    color: rgb(40, 40, 40);
}
.content_styles h1 {
color:#073674;
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 42px;

}
.form-wrap-sec .capctha-wrap .btn-grp a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #767676;
  margin-right: 5px;
  position: relative;
  outline: 0 !important;
}

.form-wrap-sec .capctha-wrap .btn-grp a:last-child() {
  margin-right: 0;
}

.form-wrap-sec .capctha-wrap .btn-grp a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #ef6f22;
  width: 15px;
  height: 15px;
}

.form-wrap-sec .capctha-wrap .btn-grp a.captcha_active {
  border: 1px solid #ef6f22 !important;
}

.form-wrap-sec .capctha-wrap .btn-cmn {
  position: absolute;
  bottom: 15px;
  right: 0;
  margin-top: 0;
  padding: 10px 41px;
  font-size: 21px;
  z-index: 2;
}

.form-wrap-sec .capctha-wrap p {
  margin-bottom: 18px;
}

.form-wrap-sec .plz {
  bottom: 20px;
  position: absolute;
  right: 0;
  width: 120px;
  z-index: 1;
}

.form-wrap-sec .plz .pls-wait-text-contact {
  font-size: 16px;
}

.form-wrap-sec .capctha-wrap .input-holder {
  margin-bottom: 15px;
}

.form-wrap-sec .capctha-wrap .input-holder:before {
  display: table;
  content: "";
}

.form-wrap-sec .capctha-wrap .input-holder:after {
  display: table;
  clear: both;
  content: "";
}

.form-wrap-sec .capchta-icons {
  position: relative;
}

.input-holder {
  position: relative;
}

span.error, span.errors {
  position: absolute;
  z-index: 9;
  display: none;
  right: 0;
  padding: 4px;
  font-size: 11px;
  background: #ef6f22;
  color: #fff;
  text-align: center;
  top: -20px;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
}
.millogo p{
    font-weight: 500;
font-size: 18px;
font-style: italic;
}
span.error:after, span.errors:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: block;
  border: solid;
  border-color: #ef6f22 transparent #ef6f22;
  border-width: 10px 10px 0;
}

.contact-page .form-wrap-sec p {
  color: #282828;
}

.contact-page .form-wrap-sec ::-webkit-input-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.contact-page .form-wrap-sec :-moz-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.contact-page .form-wrap-sec ::-moz-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.contact-page .form-wrap-sec :-ms-input-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}
.citylog{
        padding-top: 10px;
}
.cityhd{
    padding-bottom: 0 !important;
}
.contact-page .form-wrap-sec .form-control, .contact-page .form-wrap-sec .leave-a-cmmt-wrap input, .leave-a-cmmt-wrap .contact-page .form-wrap-sec input, .contact-page .form-wrap-sec .leave-a-cmmt-wrap textarea, .leave-a-cmmt-wrap .contact-page .form-wrap-sec textarea {
  color: #282828;
  border: 1px solid #ccc;
  padding-left: 5px;
}

@media (max-width: 1199px) {
  .contact-page .btn-cmn {
    padding: 6px 15px !important;
  }
}

.contact-page .btn-grp a.ref-img {
  border: 1px solid #fff !important;
}

.contact-page .captcha-wrap p br {
  display: none;
}

@media (min-width: 1023px) {
  .contact-page span.error, .contact-page span.errors {
    position: absolute;
    z-index: 9;
    display: none;
    right: inherit;
    left: 0;
    padding: 4px;
    font-size: 11px;
    background: #ef6f22;
    color: #fff;
    text-align: center;
    top: -20px;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
  }
  .contact-page span.error:after, .contact-page span.errors:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: inherit;
    left: 10px;
    display: block;
    border: solid;
    border-color: #ef6f22 transparent #ef6f22;
    border-width: 10px 10px 0;
  }
}

.modal-body .form-wrap-sec p {
  color: #282828;
  text-align: right;
}

.modal-body .form-wrap-sec ::-webkit-input-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.modal-body .form-wrap-sec :-moz-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.modal-body .form-wrap-sec ::-moz-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.modal-body .form-wrap-sec :-ms-input-placeholder {
  font-size: 15px;
  color: #282828;
  opacity: 1;
}

.modal-body .form-wrap-sec .form-control, .modal-body .form-wrap-sec .leave-a-cmmt-wrap input, .leave-a-cmmt-wrap .modal-body .form-wrap-sec input, .modal-body .form-wrap-sec .leave-a-cmmt-wrap textarea, .leave-a-cmmt-wrap .modal-body .form-wrap-sec textarea {
  color: #282828;
  border-bottom: 1px solid #ef6f22;
  padding-left: 5px;
}

.modal-body .btn-cmn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 25px;
  padding: 5px 15px;
  position: relative !important;
  margin-top: 15px !important;
}

.modal-body .btn-grp {
  float: right !important;
}

.modal-body .capctha-wrap {
  text-align: right;
}

.modal-body .btn-grp a.ref-img {
  border: none !important;
}

.modal-body .btn-grp a.ref-img svg {
  outline: 0 !important;
}

.contact-wrap .btn-grp a {
  border: 1px solid #fff !important;
}

.contact-wrap .btn-grp a.ref-img {
  border: 1px solid #356096 !important;
}

.contact-wrap .btn-grp a.ref-img svg {
  fill: #ef6f22 !important;
}

.contact-wrap svg {
  fill: #fff !important;
}

@media (max-device-width: 1199px) {
  .contact-wrap .captcha-wrap br {
    display: none;
  }
}

.contact-wrap .captcha-wrap p {
  font-size: 12px;
}
.rightpp{
   padding-right:4%; 
}
.rightpp p{
    text-align:left!important;
}

@media (min-device-width: 1441px) {
    .rightpp p {

    text-align: left !important;
    font-size: 20px;
    line-height: 35px;

}.bnbn p{
    
    line-height: 33px;
    font-size: 18px;

}
    .lastle{
        padding-left:10%;
    }
    .lastle p {

    font-size: 22px;

}
.lastle img{
    width: 100%;
}
.lastle2 p {

    line-height: 41px;
    font-size: 22px;

}
}
@media (min-device-width: 1400px) {
  .contact-wrap .captcha-wrap p {
    font-size: 13px;
  }

}

@media (max-device-width: 1023px) {
  .contact-wrap .captcha-wrap p {
    font-size: 16px;
  }
}
.mbb{
    display:none;
}
@media (max-device-width: 767px) {
  .ccitylist .dark-blue { border: 1px solid #bfbfbf;}
   .ccitylist .blue-box {

    background-color: #4b7aff;
    padding-left: 4%;
    text-align: center;
    padding-top: 50px;
    display: inline-block;

}.sec_sectionb.ccitylist .dark-blue h4 {

   
    /*margin-bottom: 0;*/

}
    .normmm{
       display:none; 
    }
    .mbb{
        display:block;
    }
    .header.cityhd.hhead a.logo{float:unset !important;

text-align: center;

margin: auto;

    margin-bottom: auto !important;


display: block;

margin-bottom: 5px !important;
}
  .contact-wrap .captcha-wrap p {
    text-align: right;
    font-size: 15px;
  }.sec_sectionb.ccitylist .dark-blue h4 {

    font-size: 18px;
    color: #fff;
    text-align: center;

}.sec_sectionb.ccitylist .dark-blue ul li {

    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 10px;text-align:left;margin-left: 0;

}.sec_sectionb.ccitylist .dark-blue ul>li:last-child{border:0;}
  .hmestarb {

    margin-top: 20px;

}  .first-sec.milt{padding-top: 14px;
                  background-image:unset!important;
              }
              .pad0{
                  padding:0;
              }
.mobylist {

    color: #edeef8;
    font-size: 15px;
    text-shadow: 3px 1px 1px #393030;
    font-weight: 500;
    background: rgba(0,0,0,0.4);
    padding-left: 27px;
    padding-top: 20px;
    padding: 25px;
    margin: 0 auto;
    display: table !important;
    float: unset;
    position: absolute;
    top: 159px;
left: 13%;
}
.banner-side .mar-top.mren {

    margin-top: 225px !important;

}
/*march 6 2019*/
.header .new{
    display: none;
}
.new_mobile{
    display: block !important;
    margin-bottom:10px;
    width:100%;
}
.new_mobile_ul{
    display: inline-flex;
    list-style: none;
    border:1px solid #ccc;
    width:100%;
}
.new_mobile_ul li{
    border-right: 1px solid #ccc;
    padding: 12px;
}
.new_mobile_ul li:last-child{
    border-right:none !important;
}
.hide{
    display:none !important;
}
.display_block{
    display:block !important;
    text-shadow: none !important;
    font-weight: inherit !important;
    color: #fff;
    text-align: center !important;
    font-style: italic !important;
    font-size: 25px !important;
    padding-top: 20px;
}
.section_mob{
    display:block !important;
}
.section_mob .first-sec{
    position:relative;
    height: 317px;
}
.overlay{
    position:absolute!important;
    background-color: rgba(0, 0, 0, 0.6);
    top:0;
    width:100%;
    height:inherit;
  
}
.overlay.bannervan{
    width:60%;
}
.mobile_contact{
    display:block !important;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.payment_card{
    float:right;
    width: 20%;
    padding-top: 20%;
}
.payment_card ul{
    list-style:none;
    padding-top: 20px;
}
.payment_card ul li{
    padding:2px 0px;
}
.bannervan {
    width: 250px !important;
    left:0px;
    bottom:0px !important;
}
.banner-side.banc .mar-top{
    display:none;
}
}

.contact-wrap .plz {
  color: #fff;
}
.new_mobile{
    display: none;
}
.hide{
    display:block;
}
.display_block {
    display:none;
}
.section_mob{
    display:none;
}
.mobile_contact{
    display:none;
}
@media (max-width: 1199) {
  .contact-wrap .plz {
    right: -19px;
  }
}

@media (min-width: 1023px) {
  .contact-wrap .plz {
    right: -16px !important;
  }
  .contact-wrap span.error, .contact-wrap span.errors {
    position: absolute;
    z-index: 9;
    display: none;
    right: inherit;
    left: 0;
    padding: 4px;
    font-size: 11px;
    background: #ef6f22;
    color: #fff;
    text-align: center;
    top: -20px;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
  }
  .contact-wrap span.error:after, .contact-wrap span.errors:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: inherit;
    left: 10px;
    display: block;
    border: solid;
    border-color: #ef6f22 transparent #ef6f22;
    border-width: 10px 10px 0;
  }
}
@media (max-device-width: 375px) {
    .mobylist {
        left:28px;
    }
}
.contact-wrap .capchta-icons span.error, .contact-wrap .capchta-icons span.errors {
  top: -30px !important;
}

.contact-wrap .input-holder input {
  padding-left: 10px;
}

.contact-wrap .input-holder textarea {
  padding-left: 10px;
}

.pls-wait-img-contact img {
  padding-top: 6px;
}

table {
  border-collapse: collapse;
  margin: 0.7em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
  .main-nav ul li.current-menu-item > a, .main-nav ul li.current-cat .main-nav ul li.current_page_item > a,
  .main-nav ul li.current-page-ancestor > a, .main-nav ul li.current_page_parent > a, .main-nav ul li.current-menu-parent > a {
    color: #0a5293;
  }
  .main-nav ul li li > a:after {
    display: none !important;
  }
  /*=== Append and Prepend ===*/
  .desk-hide {
    display: none;
  }
  /*=== Append and prepend ====*/
  /*==== Menu ====*/
  .main-nav {
    font-size: 17px;
    background: #ef6f22;
    text-align: center;
  }
  .main-nav > ul {
    margin: 0;
    padding: 0;
    height: 35px;
    text-align: right;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 12px;
  }
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child a:after {
    display: none;
  }
  .main-nav > ul > li.submenu {
    text-align: left;
    z-index: 4;
  }
  .main-nav > ul > li > a {
    color: #fff;
    display: block;
    padding: 4px 5px;
    text-decoration: none;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: Heavy;
    text-transform: uppercase;
    position: relative;
  }
  .main-nav > ul > li > a:after {
    content: url(../images/menu-aftr.jpg);
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 12px;
    right: -8px;
  }
  .main-nav > ul > li > a:hover {
    color: #0a5293;
  }
  .main-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .main-nav > ul > li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #ef6f22;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    display: block !important;
    top: 35px;
    left: -1px;
  }
  .main-nav > ul > li ul li {
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .main-nav > ul > li ul li:last-child {
    border: 0;
  }
  .main-nav > ul > li ul li a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
  }
  .main-nav > ul > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    background: #ef6f22;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    right: 5px;
    top: 13px;
    pointer-events: none;
  }
  .mob-btn1 {
    display: none;
  }
  /*==== Menu End ====*/
}

@media only screen and (max-width: 1199px) {
  /*==== Menu ====*/
  .main-nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #333;
    height: 100%;
    transition: all ease 0.2s;
    z-index: 1005;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    border-bottom: 1px solid #656b74;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-right: 40px;
  }
  .main-nav ul li a:hover {
    background: #2D2D2D;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li:first-child {
    border-top: 1px solid #656b74;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .show-menu .main-nav {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .mob-btn1 {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: #ef6f22;
    cursor: pointer;
    right: 15px;
    top: 0;
    z-index: 2;
  }
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .mob-btn1 {
    right: 10px;
    top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .mob-btn1 span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #fff;
  }
  .mob-btn1 span + span {
    margin-top: 5px;
  }
  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  .extra-link {
    display: none;
  }
  /*==== Append and Prepend End ====*/
}

@font-face {
  font-family: 'plumb-wyse';
  src: url("../font/plumb-wyse.eot?40146460");
  src: url("../font/plumb-wyse.eot?40146460#iefix") format("embedded-opentype"), url("../font/plumb-wyse.woff2?40146460") format("woff2"), url("../font/plumb-wyse.woff?40146460") format("woff"), url("../font/plumb-wyse.ttf?40146460") format("truetype"), url("../font/plumb-wyse.svg?40146460#plumb-wyse") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'plumb-wyse';
    src: url('../font/plumb-wyse.svg?40146460#plumb-wyse') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "plumb-wyse";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-24:before {
  content: '\e800';
}

/* 'î €' */
.icon-fone:before {
  content: '\e801';
}

/* 'î ' */
.icon-cp:before {
  content: '\e802';
}

/* 'î ‚' */
.icon-ep:before {
  content: '\e803';
}

/* 'î ƒ' */
.icon-pr:before {
  content: '\e804';
}

/* 'î „' */
.icon-rp:before {
  content: '\e805';
}

/* 'î …' */
.icon-sp:before {
  content: '\e806';
}

/* 'î †' */
.icon-question:before {
  content: '\e807';
}

/* 'î ‡' */
.icon-facebook:before {
  content: '\f09a';
}

/* 'ï‚š' */
.icon-rss:before {
  content: '\f09e';
}

/* 'ï‚ž' */
.icon-quote-left:before {
  content: '\f10d';
}

/* 'ï„' */
.icon-quote-right:before {
  content: '\f10e';
}

/* 'ï„Ž' */
.icon-facebook-circled:before {
  content: '\f30d';
}

/* 'ïŒ' */
.btn {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border-radius: 3px;
  user-select: none;
  -webkit-appearance: none;
}

.btn:focus {
  text-decoration: none;
  border: 0;
  outline: none;
}

.btn:focus:hover {
  border-color: #51a7e8;
}

.btn:hover,
.btn:active {
  text-decoration: none;
  background-color: #ddd;
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}

.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  border-color: rgba(197, 197, 197, 0.5);
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background: #073674;
}

.btn-primary:hover {
  color: #fff;
  background: #062b5c;
}

.btn-primary:active {
  background: #042044;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #fefefe;
  background: #add39f;
}

.btn-outline {
  color: #073674;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
}

.btn-outline:focus {
  border: 1px solid #e5e5e5;
}

.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  background-color: #073674;
  background-image: none;
  border-color: #073674;
}
.bannervan{
    position: absolute;

bottom: 83px;

left: 0;
}
.firstarea{
    position:relative;
}
.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
  color: #767676;
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-sm {
  padding: 2px 10px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

/*
-------------------------------------------------------------------------------
Section
-------------------------------------------------------------------------------
*/
.smk_accordion .acc_section {
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}

/*
-------------------------------------------------------------------------------
Head
-------------------------------------------------------------------------------
*/
.smk_accordion .acc_section .acc_head {
  position: relative;
  background: #fff;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.smk_accordion .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
}

/*
-------------------------------------------------------------------------------
Content
-------------------------------------------------------------------------------
*/
.smk_accordion .acc_section .acc_content {
  padding: 10px;
}
.slgn {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    margin-top: 6px;
}
.banner-side .pddl h1 {

    margin-bottom: 0;

}
/*
-------------------------------------------------------------------------------
General
-------------------------------------------------------------------------------
*/
.smk_accordion .acc_section:first-of-type,
.smk_accordion .acc_section:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}

.smk_accordion .acc_section:last-of-type,
.smk_accordion .acc_section:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}

.smk_accordion .acc_section.acc_active > .acc_content {
  display: block;
}

.smk_accordion .acc_section.acc_active > .acc_head {
  background: #F9F9F9;
  border-bottom: 1px solid #ccc;
}

.inner-banner {
  background: url(../images/inner-baner.jpg) no-repeat center;
  height: 420px;
  margin-top: 160px;
}

.inner-banner .banner-icons {
  margin-top: 35px;
}

.inner-banner .banner-icons img {
  margin-right: 15px;
}

.inner-banner .banner-icons img.img-pp {
  width: 90px;
}

@media (max-width: 467px) {
  .inner-banner .banner-icons img.img-pp {
    width: 75px;
  }
}

.inner-banner .banner-icons img.img-hm {
  width: 125px;
}

@media (max-width: 467px) {
  .inner-banner .banner-icons img.img-hm {
    width: 75px;
  }
}

.inner-banner .banner-icons img.img-gp {
  width: 50px;
}

@media (max-width: 467px) {
  .inner-banner .banner-icons img.img-gp {
    width: 45px;
  }
}

@media (max-width: 767px) {.dark-blue ul > li {

    margin-left: 15px;

}
  .inner-banner .banner-icons {
    display: none;
  }
}

@media (max-width: 1199px) {
  .inner-banner {
    height: 345px;
    background-position: 75%;
    margin-top: 102px;
  }.vanimg {
    width: 280px;
}
}
@media (max-width: 1091px) {.vanimg {
    width: 175px;
}div.col-md-12.vanmob {
    margin-top: 33px !important;
}.vanimg {
    width: 239px;
    margin-top: 2 !important;
}}
@media (max-width: 991px) {
  .inner-banner {
    height: 345px;
    background-position: 90%;
  }
  .blluetop{
      padding-top:50px !important;
  }
  .vanmob{
      text-align: center;
margin-bottom: 0 !important;
background: #4b7aff;
clear: left;
padding-top: 10px;
  }
  .vanmob img{
      margin-top: 0px  !important;
  }
}

@media (max-width: 767px) {.blluetop {
    padding-top: 20px !important;
}
    .vanmob img {
    margin-top: 0 !important;}
  .inner-banner {
    height: 420px;
    background-position: 90%;
    margin-top: 0;
  }
}

@media (max-width: 467px) {
  .inner-banner {
    height: 415px;
    background-position: 90%;
  }
}

.inner-banner .banner-textt {
  margin-top: 100px;
  text-align: center;
  width: 60%;
}

@media (max-width: 1199px) {
  .inner-banner .banner-textt {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .inner-banner .banner-textt {
    background-color: rgba(255, 255, 255, 0.47);
    padding: 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .inner-banner .banner-textt {
    margin-top: 145px;
    padding: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    width: auto;
  }
}

@media (max-width: 767px) {
  .inner-banner .banner-textt {
    margin-top: 110px;
  }
}

.inner-banner .banner-textt p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 55px;
  color: #318dde;
  font-weight: 600;
  line-height: 25px;
  padding: 0px;
  margin: 0 0 35px;
}

@media (max-width: 1199px) {
  .inner-banner .banner-textt p {
    font-size: 53px;
    line-height: 60px;
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .inner-banner .banner-textt p {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
  }
}

.inner-banner .banner-textt p span {
  display: block;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  padding: 25px 0 20px;
}

@media (max-width: 1199px) {
  .inner-banner .banner-textt p span {
    color: #000;
  }
}

@media (max-width: 767px) {
  .inner-banner .banner-textt p span {
    color: #fff;
    font-size: 20px;
  }
}

.inner-banner .banner-textt h1 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 39px;
  color: #073674;
  font-weight: 700;
  line-height: 25px;
  padding: 0px;
  margin: 0 0 40px;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .inner-banner .banner-textt h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .inner-banner .banner-textt h1 {
    font-size: 30px;
    line-height: 33px;
    color: #073674;
  }
}

@media (max-width: 479px) {
  .inner-banner .banner-textt h1 {
    margin: 0 0 15px;
  }
}

.inner-banner .banner-textt h1 span {
  display: block;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  padding: 25px 0 20px;
}

@media (max-width: 1199px) {
  .inner-banner .banner-textt h1 span {
    color: #000;
  }
}

@media (max-width: 767px) {
  .inner-banner .banner-textt h1 span {
    color: #fff;
    font-size: 20px;
  }
}

.inner-banner .btn-cmnn {
  font-size: 24px;
  padding: 15px 40px;
  border-radius: 50px;
  background: #ef6f22;
  color: #fff;
  border: none;
}

@media (max-width: 1199px) {
  .inner-banner .btn-cmnn {
    font-size: 18px;
    padding: 11px 29px;
  }
}

.inner-banner .btn-cmnn:hover {
  background: #318dde;
}

.inner-banner .request1 {
  font-size: 24px;
  padding: 23px 40px;
  border-radius: 50px;
  background: #318dde;
  color: #fff;
  border: none;
  margin-left: 15px;
  padding: 15px 40px;
}

@media (max-width: 1199px) {
  .inner-banner .request1 {
    font-size: 18px;
    padding: 11px 29px;
  }
}

.inner-banner .request1:hover {
  background: #ef6f22;
}

@media (max-width: 568px) {
  .inner-banner .request1 {
    margin: 8px 0 0;
  }
}

.inner-banner .banner-icons {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .inner-banner .banner-icons {
    margin-top: 15px;
  }
}

.inner-content-area {
  position: relative;
  padding: 50px 0;
}

.inner-content-area:before {
  display: table;
  content: "";
}

.inner-content-area:after {
  display: table;
  clear: both;
  content: "";
}

.inner-content-area .inner-img {
  margin: 20px 0;
  display: inline-block;
}

.inner-content-area .inner-img:before {
  display: table;
  content: "";
}

.inner-content-area .inner-img:after {
  display: table;
  clear: both;
  content: "";
}

.inner-content-area h1 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 50px;
  color: #318dde;
  font-weight: 600;
  line-height: 35px;
  padding: 0px;
  margin: 0 0 45px;
}

@media (max-width: 1023px) {
  .inner-content-area h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .inner-content-area h1 {
    font-size: 25px;
  }div.col-md-12.vanmob {
    margin-top: 0 !important;
}
}

.inner-content-area h1.center {
  text-align: center;
}

.inner-content-area h2 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 35px;
  padding: 0px;
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .inner-content-area h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .inner-content-area h2 {
    font-size: 25px;
  }
}

.inner-content-area h3 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 35px;
  padding: 0px;
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .inner-content-area h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .inner-content-area h3 {
    font-size: 23px;
  }
}

.inner-content-area h4 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 35px;
  padding: 0px;
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .inner-content-area h4 {
    font-size: 22px;
  }
}

.inner-content-area h5 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 25px;
  padding: 0px;
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .inner-content-area h5 {
    font-size: 18px;
  }
}

.inner-content-area h6 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 25px;
  padding: 0px;
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .inner-content-area h6 {
    font-size: 17px;
  }
}

.inner-content-area p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #282828;
  font-weight: 400;
  line-height: 25px;
  padding: 0px;
  margin: 0 0 20px;
}
.bvideo {
    margin-top: 64px;
}
.srph3{
    font-size:21px;
}
.bvideo {
  height: 338px;
width: 600px;
}
@media (min-width: 1440px) {
    .bvideo {
    margin-top: 50px;
}
  .bvideo {
   
}.srph3{
    font-size:27px;
}
}
@media (max-width: 1286px) { .bvideo {
   width:100%;
   height:auto;
}}
@media (max-width: 767px) {.bvideo {
    margin-top: 15px;
}
    .firstarea h1 {
    font-size: 27px !important;
}.srph3 {
    font-size: 21px;
    line-height: unset;
    margin-top: 0 !important;
}
    .bvideo {
   width:100%;
   height:auto;
}}
@media (min-width: 1450px) {
 .pad-left {
    padding-left: 10% !important;
}
  .bvideo {
   
}
}
.inner-content-area p.center {
  text-align: center;
}

.inner-content-area .before-ul {
  font-family: 'Roboto', sans-serif, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #282828;
  font-weight: 400;
  line-height: 25px;
  padding: 0px;
  margin: 0 0 20px;
}

.inner-content-area ul {
  margin: 10px 0 15px 20px;
  padding: 0px;
}

.inner-content-area ul li {
  list-style: none;
  padding: 7px 0 0 20px;
  color: #282828;
  font-family: 'Roboto', sans-serif, Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #282828;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.inner-content-area ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ef6f22;
  border-radius: 50%;
  left: 0;
  top: 15px;
}

@media (max-width: 767px) {
  .inner-content-area ul li:before {
    top: 17px;
  }
}

.inner-content-area ul.offer-links {
  width: 400px;
  float: left;
  padding: 0px;
  margin: 0 0 0 20px;
}

.inner-content-area ul.offer-links li {
  list-style: none;
  padding: 7px 0 7px 25px;
  color: #282828;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #282828;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.inner-content-area ul.offer-links li a {
  color: #282828;
}

.inner-content-area ul.offer-links li a:hover {
  color: #318dde;
}

.inner-content-area ul.offer-links li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ef6f22;
  border-radius: 50%;
  left: 0;
  top: 15px;
}

@media (max-width: 767px) {
  .inner-content-area ul.offer-links li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .inner-content-area ul.offer-links {
    width: 100%;
  }
}

.inner-content-area ol {
  margin: 10px 0 15px 32px;
  padding: 0px;
}

.inner-content-area ol li {
  padding: 7px 0 0 11px;
  color: #282828;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #282828;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.inner-content-area ol.offer-links {
  width: 400px;
  float: left;
  padding: 0px;
  margin: 0 0 0 20px;
}

.inner-content-area ol.offer-links li {
  list-style: none;
  padding: 7px 0 7px 25px;
  color: #282828;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #282828;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.inner-content-area ol.offer-links li a {
  color: #282828;
}

.inner-content-area ol.offer-links li a:hover {
  color: #318dde;
}

.inner-content-area ol.offer-links li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ef6f22;
  border-radius: 50%;
  left: 0;
  top: 15px;
}

@media (max-width: 767px) {
  .inner-content-area ol.offer-links li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .inner-content-area ol.offer-links {
    width: 100%;
  }
}

.inner-content-area p + h1,
.inner-content-area p + h2,
.inner-content-area p + h3,
.inner-content-area p + h4,
.inner-content-area p + h5,
.inner-content-area p + h5 {
  margin-top: 35px;
}

.inner-content-area .inner-service-wrap {
  margin: 40px 0;
}

.inner-content-area .inner-service-wrap:before {
  display: table;
  content: "";
}

.inner-content-area .inner-service-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.inner-content-area .inner-service-wrap .service-wrap {
  border-bottom: solid 1px #ccc;
}

.inner-content-area .inner-service-wrap .service-wrap:before {
  display: table;
  content: "";
}

.inner-content-area .inner-service-wrap .service-wrap:after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 1023px) {
  .inner-content-area .inner-service-wrap .service-wrap {
    border-bottom: none;
  }
}

.inner-content-area .inner-service-wrap .service-wrap:last-child {
  border-bottom: none;
}

.inner-content-area .inner-service-wrap .service-wrap .box {
  width: 100%;
  padding: 40px 30px 45px 0;
  border-right: solid 1px #ccc;
}

.inner-content-area .inner-service-wrap .service-wrap .box:before {
  display: table;
  content: "";
}

.inner-content-area .inner-service-wrap .service-wrap .box:after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 1199px) {
  .inner-content-area .inner-service-wrap .service-wrap .box {
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 1023px) {
  .inner-content-area .inner-service-wrap .service-wrap .box {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
}

@media (max-width: 767px) {
  .inner-content-area .inner-service-wrap .service-wrap .box {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.inner-content-area .inner-service-wrap .service-wrap .box.br {
  border-right: none;
}

.inner-content-area .inner-service-wrap .service-wrap .box .img {
  float: left;
  width: 120px;
  height: 110px;
  background: #356095;
  text-align: center;
  position: relative;
  vertical-align: middle;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -o-border-top-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.inner-content-area .inner-service-wrap .service-wrap .box .img svg {
  width: 70px;
  height: 70px;
  fill: #fff;
  margin-top: 20px;
}

.inner-content-area .inner-service-wrap .service-wrap .box .img svg.toilet {
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .img {
    padding: 0px;
    float: none;
    margin: 0 auto;
  }
}

.inner-content-area .inner-service-wrap .service-wrap .box .img img {
  bottom: 0;
  height: auto;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  width: 75px;
  display: block;
  vertical-align: middle;
}

.inner-content-area .inner-service-wrap .service-wrap .box .text {
  float: left;
  padding: 0 0 0 10px;
  width: 100%;
  height: 250px;
  position: relative;
}

@media (max-width: 1199px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text {
    min-height: 300px;
  }
}

.inner-content-area .inner-service-wrap .service-wrap .box .text h3 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #282828;
  font-weight: 700;
  line-height: 38px;
  padding: 0px;
  margin: 0 0 15px;
}

.inner-content-area .inner-service-wrap .service-wrap .box .text h3 a {
  color: #6A6A6A;
}

.inner-content-area .inner-service-wrap .service-wrap .box .text h3 a:hover {
  color: #ef6f22;
}

@media (max-width: 1199px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text h3 {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text h3 {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text h3 {
    font-size: 23px;
  }
}

@media (max-width: 1199px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 1023px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text {
    padding: 0px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .text {
    height: auto;
  }
}

.inner-content-area .inner-service-wrap .service-wrap .box .rd {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ef6f22;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  border-radius: 20px;
  padding: 10px 15px;
  float: right;
}

.inner-content-area .inner-service-wrap .service-wrap .box .rd:hover {
  background: #318dde;
}

@media (max-width: 1023px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .rd {
    float: none;
    margin: 0 auto;
    text-align: center;
    right: 30%;
  }
}

@media (max-width: 767px) {
  .inner-content-area .inner-service-wrap .service-wrap .box .rd {
    position: inherit;
  }
}

.inner-content-area .emergency {
  background: url(../images/side-img.jpg) no-repeat;
  width: 485px;
  height: 610px;
  position: absolute;
  left: -89px;
  bottom: -107px;
  background-size: cover;
}

@media (max-width: 1199px) {
  .inner-content-area .emergency {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .inner-content-area .emergency {
    width: 100%;
  }
}

.inner-content-area .emergency-service {
  min-height: 665px;
}

.bottom-box {
  background: #ef6f22;
  text-align: center;
  padding: 30px 0;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 767px) {
  .bottom-box {
    font-size: 20px;
    padding: 20px 0;
  }
}

.faq-acc .acc_section {
  padding-left: 0 !important;
  margin-bottom: 10px;
  padding-top: 0 !important;
}

.smk_accordion .acc_section .acc_content {
  padding-left: 40px;
}

.testimonials-wrp {
  padding: 12px 25px;
  padding-left: 35px;
  border: 1px solid #ccc;
  margin-bottom: 35px;
  box-shadow: -1px 7px 14px -5px rgba(239, 111, 34, 0.85);
  position: relative;
  border-left: 3px solid #ef6f22;
}

.testimonials-wrp span.top {
  color: #ef6f22;
  position: relative;
  left: -28px;
}

.testimonials-wrp span.bottom {
  bottom: 21px;
  color: #ef6f22;
  float: right;
  position: relative;
  right: 24px;
}

.testimonials-wrp blockquote {
  position: relative;
}

.faq-wrap ul {
  margin-left: 0;
}

.no-banner {
  height: 177px;
  position: relative;
  width: 100%;
}

.no-banner:before {
  background: url("../images/no-banner-left.png") no-repeat left top;
  content: "";
  width: 492px;
  height: 525px;
  position: absolute;
  left: 0;
  top: 0;
}

.no-banner:after {
  background: url("../images/no-banner-right.png") no-repeat right top;
  content: "";
  width: 512px;
  height: 526px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 2000px) {
  .no-banner:before, .no-banner:after {
    width: 50%;
    background-size: contain;
  }
}

.blog-section {
  border-bottom: 1px solid #D2D2D2;
}

.blog-article {
  margin-bottom: 47px;
}

.blog-article .blog-img {
  position: relative;
  background: #ddd;
  text-align: center;
  border: 1px solid #ddd;
}

.blog-article .blog-img .date {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background: #ef6f22;
  bottom: 20px;
  height: 34px;
  left: 0;
  padding: 7px 10px 7px 17px;
  position: absolute;
}

.blog-article h2 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 1;
  color: #6A6A6A;
  margin-bottom: 10px;
  margin-top: 28px;
}

.blog-article h2 a {
  color: #6a6a6a;
}

.blog-article h2 a:hover {
  color: #ef6f22;
}

.blog-article .postedby {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  line-height: 1;
}

.blog-article p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #282828;
  font-weight: 500;
  margin-top: 8px;
}

.blog-article a {
  color: #ef6f22;
}

.blog-article a:hover {
  color: #282828;
}

.blog-article .blog-social .comment {
  border-right: 1px solid #B2B2B2;
  padding-right: 20px;
  margin-right: 4px;
  font-size: 20px;
  font-weight: 600;
}

.blog-article .blog-social .comment img {
  margin-right: 10px;
}

.blog-article .blog-social a .icon-facebook {
  font-size: 23px;
  color: #767676;
}

.blog-article .blog-social a .icon-facebook:hover {
  color: #ef6f22;
}

.blog-article .blog-social a .icon-facebook:before {
  font-weight: 600;
}

.blog-article .alignleft {
  width: auto;
  max-width: 100%;
  float: none;
  margin: 10px 15px 10px 0px;
}

.blog-article .alignnone {
  width: auto;
  margin: 10px auto 10px auto;
  float: none;
  max-width: 100%;
}

.blog-article .alignright {
  width: auto;
  max-width: 100%;
  float: right;
  margin: 10px 0px 10px 15px;
}

.blog-article .aligncenter {
  width: auto;
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .blog-article .alignright,
  .blog-article .alignleft,
  .blog-article .alignnone,
  .blog-article .aligncenter {
    float: none !important;
    display: block !important;
    margin: 10px auto !important;
  }
}

.blog-side-bar {
  background: #F7FCFF;
  padding: 30px;
  -webkit-border-radius: 36px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 36px;
  -moz-border-radius-topleft: 0;
  border-radius: 36px;
  border-top-left-radius: 0;
  margin-bottom: 34px;
}

.blog-side-bar h2 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #318dde;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .blog-side-bar h2 {
    font-size: 26px;
  }
}

.blog-side-bar ul {
  margin: 0;
}

.blog-side-bar ul li {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #282828;
  font-weight: 500;
}

.blog-side-bar ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.blog-side-bar ul li a {
  color: #282828;
}

.blog-side-bar ul li a:hover {
  color: #ef6f22;
}

.blog-side-bar.rss {
  background: #ef6f22;
  -webkit-border-radius: 100px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 100px;
  -moz-border-radius-topleft: 0;
  border-radius: 100px;
  border-top-left-radius: 0;
}

.blog-side-bar.rss h2 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.blog-side-bar.rss h2 a {
  color: #fff;
}

.blog-side-bar.rss h2 a:hover {
  color: #282828;
}

@media (max-width: 1199px) {
  .blog-side-bar.rss h2 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .blog-side-bar.rss h2 {
    font-size: 23px;
  }
}

.leave-a-cmmt-wrap h4 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #282828;
  font-weight: 500;
  text-transform: capitalize;
}

.leave-a-cmmt-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}

.leave-a-cmmt-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

.leave-a-cmmt-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}

.leave-a-cmmt-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

.leave-a-cmmt-wrap input, .leave-a-cmmt-wrap textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  color: #4A4A4A;
  height: 50px;
}

.leave-a-cmmt-wrap textarea {
  height: 70px;
  padding-top: 10px;
}

.leave-a-cmmt-wrap .submit-btn {
  background: #ef6f22;
  border-radius: 50px;
  padding: 0;
  color: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border: none;
  width: 136px;
  height: 45px;
  float: right;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
}

.leave-a-cmmt-wrap .submit-btn:hover {
  background: #4078c0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.leave-a-cmmt-wrap p a {
  color: #ef6f22;
}

.leave-a-cmmt-wrap p a:hover {
  color: #318dde;
}

.blog-comment-sec h5 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #282828;
  font-weight: 500;
  margin-bottom: 40px;
}

.blog-comment-sec ul {
  margin: 0;
  padding: 0;
}

.blog-comment-sec ul li {
  list-style: none;
  padding: 0;
}

.blog-comment-sec ul li:before {
  width: 0;
}

.blog-comment-sec figure {
  float: left;
  margin-right: 15px;
}

.blog-comment-sec p {
  color: #282828;
}

.blog-comment-sec .blog-cmt-atr {
  color: #1F1F1F;
  padding-top: 8px;
}

.blog-comment-sec .blog-cmt-atr a {
  color: #ef6f22;
}

.blog-comment-sec .blog-cmt-atr .date {
  color: #5F6062;
}

.blog-comment-sec .blog-cmt-atr .cmt-auther {
  color: #ef6f22;
}

.pagination {
  display: inline-block;
  width: 100%;
}

.wp-paginate {
  padding: 0;
  margin: 0;
  float: right;
}

ol.wp-paginate li {
  font-size: 15px;
}

.wp-paginate li {
  display: inline;
  list-style: none;
  font-size: 15px;
}

.wp-paginate a {
  color: #282828 !important;
  margin-right: 4px;
  padding: 1px 6px !important;
  text-align: center;
  text-decoration: none;
  background: none !important;
  border: none !important;
}

.wp-paginate a.last {
  background: none;
}

.wp-paginate a:hover,
.wp-paginate a:active {
  background: #ef6f22 !important;
  color: #fff !important;
}

.wp-paginate .title {
  color: #555;
  margin-right: 4px;
}

.wp-paginate .gap {
  color: #999;
  margin-right: 4px;
}

.wp-paginate .current {
  color: #fff !important;
  background: #ef6f22 !important;
  margin-right: 4px !important;
  padding: 1px 6px !important;
  border: 0 !important;
}

.wp-paginate .prev,
.wp-paginate .next {
  background: none;
  border: none;
}

.contact-page .address p {
  line-height: 2;
}

.contact-page .form-wrap-sec {
  margin-top: 40px;
}

.contact-page .map {
  height: 330px;
}

.contact-page .tel {
  cursor: default;
  color: #282828;
}

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

.thank-you p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #2E2E2D;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 19px;
}

.thank-you p br {
  display: none;
}

@media (max-width: 767px) {
  .thank-you p {
    font-size: 19px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .thank-you p br {
    display: block;
  }
}

.thank-you figure {
  display: inline-block;
}

.thank-you figure p {
  text-align: right;
}

.thank-you span p {
  text-transform: none;
  font-size: 22px;
}

.thank-you span p a {
  text-decoration: underline;
}

.thank-you span p a:hover {
  color: #ef6f22;
}

.back {
  background: #356096;
  padding: 7px 17px;
  text-align: center;
  color: #fff;
  font: 600 14px/24px Roboto, sans-serif;
  text-transform: uppercase;
  float: right;
  margin-bottom: 20px;
}

.back:hover {
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  background: #ef6f22;
  color: #fff;
}

@media (max-width: 1199px) {
  .back {
    display: none;
  }
}

/*WP dynamic menu active classes*/
/*.current-page-ancestor, .current-menu-ancestor .current_page_ancestor , .current-menu-item
.current-page-parent, .current_page_parent{

}*/
html {
  margin: 0 !important;
}

body {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #282828;
  font-weight: normal;
  line-height: 25px!important;
  overflow-x: hidden !important;
}

.modal-open .modal {
  overflow: auto !important;
}

.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
  z-index: 9999 !important;
}

a {
  transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}

a:hover, a:focus, a:active {
  border: none;
  outline: 0 !important;
}

.cf {
  clear: both;
  display: block;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.btn-cmn {
  background: #ef6f22;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
}

.btn-cmn:hover {
  background: #318dde;
}

h1 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 50px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

h2 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 50px;
  color: #6a6a6a;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.header {
    display:block;
/*  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0px 0 15px 0;
  background: #fff;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  display: block;*/
}

.header .logo {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.header .logo img {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: 300px;
}

@media (max-width: 767px) {
  .header .logo img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .header {
    position: static;
    border-top: none;
    padding: 0 0 15px;
   
  }
}

.header .new {
  margin-top: 5px;
  float: right;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.header .new img {
  float: left;
}

.header .new .new-nmbr {
  float: left;
 
 padding-right: 15px;
  text-align: center;
}

.header .new .new-nmbr h3 {
  font-size: 18px;
  font-weight: 400;
  color: #0e0e0e;
  text-transform: uppercase;
  margin: 0;
  padding: 0 15px;
}
.header .new.hrs-logo {
    text-align: center;
    width: 100%;
}
.header .new.hrs-logo img {
    float: unset;
    width: 14%;
}

@media (max-width: 1199px) {
  .header .new .new-nmbr h3 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .header .new .new-nmbr h3 {
    padding: 0 5px;
  }
}

.header .new .new-nmbr h3 span {
  font-weight: 700;
  font: 700 18px 'Roboto', sans-serif;;
  color: #0e0e0e;
}

.header .new .new-nmbr h3 span a {
  color: #0e0e0e;
}

.header .new .on-mb {
  display: block;
  color: #063674;
  font-size: 18px;
  width: 100%;
  text-align: left;
  font-weight: 300;
  padding: 15px 0 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.header .new .on-mb span {
  position: relative;
}

.header .new .on-mb span:before {
  content: url(../images/24.png);
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  left: -40px;
  bottom: -5px;
}
.header .new .on-mb.textalign {
    text-align: right;
}
@media (max-width: 767px) {
.header .new .new-nmbr {
  margin-top: 10px;
}
  .header .new .on-mb {
    float: none;
    width: 100%;
    display: inherit !important;
    color: #073674;
    margin-top: 5px;
  }
}

@media (max-width: 1199px) {
  .header .new {
    margin: 5px 30px 0 0;
  }
}

@media (max-width: 991px) {
  .header .new {
    margin: 0px 0px 0 0;
  }
  .header .new.hrs-logo img {
        width: 11%;
    }
}

.header .leves {
  -webkit-border-radius: 50px;
  padding: 8px 24px;
  background: #ef6f22;
  color: #fff;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  float: right;
}

.header .leves:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/LVR-star.png) no-repeat top;
  left: 5px;
}

@media (max-width: 991px) {
  .header .leves:before {
    left: 2px;
  }
}

.header .leves:hover {
  background: #073674;
}

@media (max-width: 991px) {
  .header .leves {
    padding: 8px 22px;
  }
}

@media (max-width: 767px) {
  .header .leves {
    margin-left: 74px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    float: none;
    margin-bottom: 10px;
    border: none !important;
  }
}

.header .top-right .phone {
  margin: 0;
  font: 700 14px 'Roboto', sans-serif;;
  color: #fff;
  height: 50px;
  float: right;
  padding: 9px 0 0;
  text-align: right;
}

@media (max-width: 767px) {
  .header .top-right .phone {
    text-align: center;
    height: inherit;
    padding: 0;
    float: none;
  }
}

.menu-wrp {
  background: #ef6f22;
  margin: 0 0 15px;
}

.slim-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
@media (min-width: 768px) {
.bannervan {

 
    bottom: 94px;
 

}}
@media (min-width: 1200px) {
  .slim-header {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .slim-header .logo {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .slim-header .logo img {
    width: 250px;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .slim-header .header {
    padding: 15px 20px 20px;
    border-radius: 0;
  }
  .slim-header .bbb-desktop {
    width: 40px;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
}

@media (max-width: 767px) {
  .slim-header {
    display: unset;
    box-shadow: none;
  }
}

.slim-header .new {
  margin-top: 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.slim-header .new .on-mb {
  padding: 10px 0 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.header.mobile {
  display: none;
}

@media (max-width: 767px) {
  .header.mobile {
    display: block !important;
    text-align: center;
  }
  .header.mobile .new-btn {
    width: 100% !important;
    float: none;
    background: #EF7023;
    padding: 0px 0;
    margin: 3px 0px;
    color: #fff;
    font-size: 20px !important;
  }
  .header.mobile .new-btn table {
    margin: 0;
  }
  .header.mobile .new-btn table tr td {
    padding: 0px;
    text-align: right;
    margin: 0px;
    width: 100%;
    height: auto;
    outline: none;
    border: none;
  }
  .header.mobile .new-btn table tr td:nth-child(1) {
    width: 46% !important;
    padding: 10px 5px;
    text-align: right;
  }
  .header.mobile .new-btn table tr td:nth-child(2) {
    width: 1px !important;
    height: 100%;
    border: 1px solid #f39156 !important;
  }
  .header.mobile .new-btn table tr td:nth-child(3) {
    width: 53% !important;
    text-align: left;
    padding: 10px 5px;
  }
  .header.mobile .new-btn a[href^="tel"] {
    float: none;
    color: #fff;
    font-size: 20px !important;
    cursor: default;
  }
  .header.mobile .new-btn img {
    margin: -7px 3px 0 0;
  }
  .header.mobile .icon-mb {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
  }
  .header.mobile .icon-mb img {
    margin-right: 8px;
    width: 40px;
  }
}

@media (max-width: 767px) {
  .header.mobile .top-right .phone {
    background: #C6DDFC;
    padding: 1px 0 12px;
    text-align: center;
    margin: 10px 0 0;
  }
}

.header.mobile .top-right .phone .on-mb {
  color: #073674;
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 0 0;
}

.ico-24hr {
  width: 35px;
  height: 35px;
  fill: #318dde;
}

@media (max-width: 1023px) {
  .ico-24hr img {
    position: relative;
    top: -12px;
  }
}

.phone-wrap {
  padding-top: 45px;
  color: #ef6f22;
  font-size: 32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .phone-wrap {
    font-size: 25px;
    padding-top: 37px;
  }
}

.phone-wrap a {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #6a6a6a;
  font-weight: 600;
  cursor: default;
}

@media (max-width: 1023px) {
  .phone-wrap a {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .phone-wrap a {
    font-size: 17px;
  }
}

.banner {
  background: url(../images/banner.jpg) center top no-repeat;
  min-height: 658px;
  max-width: 100%;
  background-size: cover;
  margin-top: 155px;
  padding: 110px 0px;
  position: relative;
}

@media (max-width: 1199px) {
  .banner {
    margin-top: 118px;
    min-height: 540px;
    padding: 55px 0;
  }
}

@media (max-width: 991px) {
  .banner {
    min-height: 455px;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .banner {
    margin-top: 0;
    min-height: 458px;
    display: none;
  }
  .banner .over-lay {
    position: absolute;
    width: 100%;
    background: rgba(232, 239, 248, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 100%;
    padding-top: 35px;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .banner {
    min-height: 608px;
  }
}

.banner .banner-inn {
  padding-right: 80px;
  margin-top: 0px;
  text-align: center;
}

@media (max-width: 1199px) {
  .banner .banner-inn {
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0.47);
    padding: 10px;
  }
}

.banner .banner-inn h2 {
  padding-bottom: 25px;
  *border-bottom: dashed 3px #073674;
  *padding-left: 15px;
  text-align: center;
  text-transform: none;
  font-size: 39px;
  color: #073674;
  font: 300 42px/42px 'Roboto', sans-serif;;
  margin: 0;
}

@media (max-width: 1199px) {
  .banner .banner-inn h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
}

.banner .banner-inn .h2-br {
  border-bottom: 3px dashed #073674;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 80%;
}

@media (max-width: 1199px) {
  .banner .banner-inn .h2-br {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .banner .banner-inn .h2-br {
    width: 80%;
  }
}

.banner .banner-inn h3 {
  font: 400 33px/33px 'Roboto', sans-serif;;
  color: #073674;
  padding: 17px 0 0px 0;
  *text-transform: uppercase;
  margin: 5px 0px;
}

@media (max-width: 1199px) {
  .banner .banner-inn h3 {
    font-size: 22px;
  }
}

.banner .request {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 15px 50px;
  background: #ef6f22;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .banner .request {
    font-size: 17px;
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .banner .request {
    padding: 15px 25px;
  }
}

.banner .request:hover {
  background: #318DDD;
}

.banner .request1 {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 15px 50px;
  background: #318DDD;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0px 40px 25px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .banner .request1 {
    font-size: 17px;
    margin: 20px 0px 20px 15px;
  }
}

@media (max-width: 991px) {
  .banner .request1 {
    padding: 15px 25px;
  }
}

.banner .request1:hover {
  background: #ef6f22;
}

.banner .new-lgs .new-lgs-1 img {
  max-width: 110px;
}

.banner .new-lgs .new-lgs-2 img {
  max-width: 150px;
}

.banner .new-lgs .new-lgs-3 img {
  max-width: 55px;
}

.banner-mobile {
  display: none;
  position: relative;
}

@media (max-width: 767px) {
  .banner-mobile {
    display: block !important;
    max-width: 100%;
    min-height: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow-x: hidden!important;
  }
  .header .new .new-nmbr {
    float: left;
    padding-right: 5px;
    text-align: center;
}
.header .new {
    margin: 0;
}
.mobv{
    padding-left: 0 !important;
    margin-top: 15px;
float: left;
}
}

.banner-mobile .request {
  background: #ef6f22 none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px 25px;
  text-transform: uppercase;
}

.banner-mobile .request:hover {
  background: #318ddd;
}

@media (max-width: 479px) {
  .banner-mobile .request {
    padding: 10px 13px;
    font-size: 13px;
  }
}

.banner-mobile .request1 {
  background: #318ddd none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 10px 25px;
  padding: 10px 25px;
  text-transform: uppercase;
}

.banner-mobile .request1:hover {
  background: #ef6f22;
}

@media (max-width: 479px) {
  .banner-mobile .request1 {
    padding: 10px 13px;
    font-size: 13px;
    margin: 10px 0;
  }
}

.banner-mobile img {
  position: relative;
  bottom: 0;
  width: 100%;
  margin: 0px 0 0 30px;
}

.banner-mobile .bnr-txt {
  text-align: left;
 /* background-color: rgba(255, 255, 255, 0.75);*/
  position: absolute;
  bottom: 35%;
  left: 0%;
  padding: 15px;
  width: 55%;
}

@media (max-width: 479px) {
  .banner-mobile .bnr-txt {
    left: 0;
    width: 100%;
  }
.banner-mobile img{
  margin-top: 5px;
}

}

.banner-mobile .bnr-txt h2 {
  font: 700 15px 'Roboto', sans-serif;;
  text-transform: uppercase;
  letter-spacing: -.1px;
  color: #073674;
  margin: 0;
  padding: 5px 0 5px;
}

@media (max-width: 479px) {
  .banner-mobile .bnr-txt h2 {
    *color: #333333;
    font-size: 17px;
    line-height: 25px;
    color: #073674;
    margin: 0;
    padding: 0px;
  }
}

.banner-mobile .bnr-txt h3 {
  font: 500 17px 'Roboto', sans-serif;;
  letter-spacing: -.1px;
  color: #073674;
  margin: 0;
}

@media (max-width: 479px) {
  .banner-mobile .bnr-txt h3 {
    font-size: 17px;
  }
}

.n-btn-sec {
  height: auto!important;
  overflow: hidden !important;
  display: none !important;
}

@media (max-width: 767px) {
    .col-md-6.second-sec.fc1c.text-center.section_mob .col-md-6 {

    width: 50%;
    float: left;
    min-height: 273px;

}
  .n-btn-sec {
    display: block !important;
    text-align: center;
  }
}

.plumbing-services {
  padding: 65px 0;
}

.plumbing-services h1 {
  color: #318dde;
}

.plumbing-services h1 a {
  color: #318dde;
}

.plumbing-services h1 a:hover {
  color: #ef6f22;
}

.plumbing-services p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #282828;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .plumbing-services p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .plumbing-services {
    padding: 5px 0 65px;
  }
}

@media (max-width: 991px) {
  .plumbing-services {
    padding: 5px 0 25px;
  }
}

.ser-area-box {
  margin-top: 40px;
  text-align: center;
}

.ser-area-box ul {
  margin: 0 auto;
  text-align: center;
}

.ser-area-box ul li {
  display: inline-table;
  list-style-type: none;
  margin-right: 15px;
}

.ser-area-box ul li .ser-box-a {
  background: #f5fafc;
  display: block;
  width: 205px;
  height: 180px;
  position: relative;
  font-weight: 700;
  color: #318dde;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -o-border-top-left-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  transition: color 0.1s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: border-radius;
  /* Safari */
  -webkit-transition-duration: .1s;
  /* Safari */
  -webkit-transition-delay: .1s;
  /* Safari */
  transition-property: width;
  transition-duration: .1s;
  transition-delay: .1s;
}

.ser-area-box ul li .ser-box-a .ser-box {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .ser-area-box ul li .ser-box-a {
    width: 150px;
  }
  .ser-area-box ul li .ser-box-a .icon-sp {
    position: absolute;
    left: 8px;
  }
}

@media (max-width: 1023px) {
  .ser-area-box ul li .ser-box-a {
    width: 120px;
    height: 120px;
  }
  .ser-area-box ul li .ser-box-a i {
    font-size: 75px !important;
    line-height: 120px !important;
  }
}

@media (max-width: 677px) {
  .ser-area-box ul li .ser-box-a {
    width: 120px;
    height: 120px;
  }
}

.ser-area-box ul li .ser-box-a:hover {
  background: #ef6f22;
  color: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 15px;
  -o-border-top-left-radius: 15px;
  -o-border-top-right-radius: 15px;
  -o-border-bottom-right-radius: 0px;
  -o-border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 15px;
}

.ser-area-box ul li .ser-box-a i {
  font-size: 93px;
  line-height: 158px;
}

@media (max-width: 677px) {
  .ser-area-box ul li .ser-box-a i {
    font-size: 50px;
    line-height: 100px;
  }
}

.ser-area-box ul li:last-child {
  margin-right: 0;
}

.ser-area-box ul li:last-child .ser-box-a i {
  font-size: 70px;
}

@media (max-width: 1023px) {
  .ser-area-box ul li:last-child .ser-box-a i {
    font-size: 55px !important;
  }
}

@media (max-width: 677px) {
  .ser-area-box ul li:last-child .ser-box-a i {
    font-size: 43px;
    line-height: 100px;
  }
}

.ser-area-box ul li:last-child .ser-box {
  right: 35px;
}

.ser-area-box ul li:nth-child(odd) .ser-box-a {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -o-border-top-left-radius: 0px;
  -o-border-top-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.ser-area-box .ser-box-ctn {
  padding: 25px 0;
}

.ser-area-box .ser-box-ctn a {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #6a6a6a;
  font-weight: 700;
  transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

.ser-area-box .ser-box-ctn a:hover {
  color: #ef6f22;
}
  .slim-header .logo p{
             font-size: 13px !important;
         }

@media (max-width: 1023px) {
  .ser-area-box .ser-box-ctn a {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .ser-area-box .ser-box-ctn a {
    font-size: 17px;
  }
 
}

.ser-area-box .btn-cmn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 8px 30px;
}

.drain-service {
  padding: 65px 0;
  background: url("../images/dry-service.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.drain-service h2 {
  text-align: center;
  font-weight: bold;
}

.drain-service h2 a {
  color: #fff;
}

.drain-service h2 a:hover {
  color: #ef6f22;
}

.drain-service p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .drain-service p {
    font-size: 16px;
  }
}

.drain-service .drain-service-list {
  text-align: left;
  margin-bottom: 25px;
}

.drain-service .drain-service-list:before {
  display: table;
  content: "";
}

.drain-service .drain-service-list:after {
  display: table;
  clear: both;
  content: "";
}

.drain-service .drain-service-list ul {
  list-style-type: none;
  float: left;
}

@media (max-width: 1023px) {
  .drain-service .drain-service-list ul {
    margin-right: 0;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .drain-service .drain-service-list ul {
    width: 100%;
    margin-left: 15px;
  }
}

.drain-service .drain-service-list ul li {
  display: block;
  margin: 15px;
  position: relative;
  margin-bottom: 0;
}

.drain-service .drain-service-list ul li a {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: 400;
}

.drain-service .drain-service-list ul li a:hover {
  color: #ef6f22;
}

@media (max-width: 1199px) {
  .drain-service .drain-service-list ul li a {
    font-size: 16px;
  }
}

.drain-service .drain-service-list ul li:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #FD4E00;
  border-top: 6px solid transparent;
  left: -17px;
  top: 8px;
}

.drain-service .btn-cmn {
  margin-top: 35px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 8px 30px;
}

.service-area {
  padding: 60px 0;
  background: url("../images/service-area.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

@media (max-width: 1023px) {
  .service-area {
    text-align: left;
  }
}

.service-area h2 {
  color: #318dde;
}

.service-area h2 a {
  color: #318dde;
}

.service-area h2 a:hover {
  color: #ef6f22;
}

.service-area p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .service-area p {
    font-size: 16px;
  }
}

.service-area ul {
  list-style-type: none;
}

.service-area ul li {
  display: inline-block;
  margin-right: 40px;
  float: left;
}

@media (max-width: 1023px) {
  .service-area ul li {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
    .second-sec {width:100%;}
    .col-md-6.first-sec.fc1c.firstarea {

    width: 100%;
		height:100% !important;

}.col-md-6.second-sec.fc1c.text-center.mnmnn .col-md-6 {

    width: 50%;
    float: left;

}.row.chippa .col-md-4 {

    width: 50%;
    float: left;

}.form-area.fc1c {

    width: 100%;

}
}
@media (max-width: 992px) {
    
    .col-md-6.first-sec.fc1c.firstarea {

    width: 100%;
		height: 875px !important;

	}
}

@media (max-width: 750px) {
    
    .col-md-6.first-sec.fc1c.firstarea {

    width: 100%;
		height:500px !important;

	}
}

.service-area ul li a {
  transition: ease all 1s;
  -o-transition: ease all 1s;
  -webkit-transition: ease all 1s;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #6a6a6a;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .service-area ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .service-area ul li a {
    width: 45%;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .service-area ul li a {
    width: 100%;
    margin-bottom: 15px;
  }
}

.service-area ul li a:hover {
  color: #ef6f22;
}

.service-area ul li img {
  width: 35px;
  height: auto;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .service-area ul li {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    width: 50%;
    min-height: 97px;
  }
}

@media (max-width: 479px) {
  .service-area ul li {
    width: 100%;
    min-height: 10px;
  }
}

.service-area ul li .tel {
  cursor: default;
  display: block;
  width: 100%;
}

.service-area ul li .tel:hover {
  color: #6a6a6a;
}

.emergency-plumblin {
  padding: 60px 0;
  background: url("../images/emergency.jpg") no-repeat center;
  background-size: cover;
}

@media (min-width: 1023px) and (max-width: 1199px) {
  .emergency-plumblin {
    background-position: -171px 15px;
  }
}

@media (max-width: 1023px) {
  .emergency-plumblin {
    background-position: -650px 15px;
    background: #F3F8FB;
  }
}

.emergency-plumblin .pl {
  padding-left: 45px;
}

@media (max-width: 1023px) {
  .emergency-plumblin .pl {
    padding: 0 15px;
  }
}

.emergency-plumblin h2 {
  color: #318dde;
}

.emergency-plumblin h2 a {
  color: #318dde;
}

.emergency-plumblin h2 a:hover {
  color: #ef6f22;
}

.emergency-plumblin p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #282828;
  font-weight: 500;
  line-height: 25px;
}

.emergency-plumblin .btn {
  float: right;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
}

@media (max-width: 767px) {
  .emergency-plumblin .btn {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .emergency-plumblin .btn {
    padding: 3px 14px;
    font-size: 13px;
  }
}

.testi-monials {
  text-align: center;
  padding: 60px 0;
}

.testi-monials h2 {
  color: #318dde;
}

.testi-monials h2 a {
  color: #318dde;
}

.testi-monials h2 a:hover {
  color: #ef6f22 !important;
}

.testi-monials p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .testi-monials p {
    font-size: 16px;
  }
}

.testi-monials a {
  color: #000;
}

.testi-monials a:hover {
  color: #fff;
}

.testi-monials .btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-top: 25px;
  padding: 8px 25px;
}

@media (max-width: 767px) {
  .testi-monials .btn {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .testi-monials .btn {
    padding: 3px 14px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .testi-monials .home-testi-slider {
    margin-bottom: 25px;
  }
}

.contact-wrap {
  background: #356096;
  padding: 60px 0;
  padding-bottom: 50px;
}

.contact-wrap h2 {
  text-align: center;
}

.contact-wrap h2 a {
  color: #fff;
}

.contact-wrap h2 a:hover {
  color: #ef6f22;
}

.contact-wrap .btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-top: 25px;
  padding: 8px 25px;
}

@media (max-width: 767px) {
  .contact-wrap .btn {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .contact-wrap .btn {
    padding: 3px 14px;
    font-size: 13px;
  }
}

.contact-wrap .form-control, .contact-wrap .leave-a-cmmt-wrap input, .leave-a-cmmt-wrap .contact-wrap input, .contact-wrap .leave-a-cmmt-wrap textarea, .leave-a-cmmt-wrap .contact-wrap textarea {
  color: #fff;
}

.contact-wrap ::-webkit-input-placeholder {
  font-size: 15px;
  color: #fff !important;
  opacity: 1;
}

.contact-wrap :-moz-placeholder {
  font-size: 15px;
  color: #fff !important;
  opacity: 1;
}

.contact-wrap ::-moz-placeholder {
  font-size: 15px;
  color: #fff !important;
  opacity: 1;
}

.contact-wrap :-ms-input-placeholder {
  font-size: 15px;
  color: #fff !important;
  opacity: 1;
}

.footer {
  padding: 60px 0;
  background: #fff;
  border-top: 2px solid #ef6f22;
  margin-top: 0px;
}

.footer ul.main-wrap {
  list-style-type: none;
}

.footer ul.main-wrap li {
  display: inline-block;
}

.footer .ftr-cmn ul li {
  display: block;
  margin-bottom: 5px;
}

.footer .ftr-cmn ul li.main-h a {
  font-weight: 700;
}

.footer .ftr-cmn ul li .sub-menu {
  margin-left: 20px;
}

.footer .ftr-cmn ul li a {
  font-family: "Lato", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.footer .ftr-cmn ul li a:hover {
  color: #ef6f22;
}

.footer .ftr-cmn ul li ul li {
  position: relative;
}

.footer .ftr-cmn ul li ul li a {
  font-weight: 400 !important;
}

.footer .ftr-cmn ul li ul li:after {
  position: absolute;
  content: "-";
  left: -13px;
  top: 0;
  color: #000;
}

@media (max-width: 767px) {
  .footer .ftr-cmn ul li ul li:after {
    display: none;
  }
}

.footer .ftr-cmn .pad {
  padding-top: 15px;
}

.footer li.sec-1 {
  width: 17%;
  float: left;
}

@media (max-width: 1023px) {
  .footer li.sec-1 {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .footer li.sec-1 {
    text-align: center;
    width: 100%;
  }
}

.footer li.sec-2 {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .footer li.sec-2 {
    text-align: center;
    width: 100%;
  }
}

.footer li.sec-3 {
  width: 50%;
  float: left;
}

@media (max-width: 1023px) {
  .footer li.sec-3 {
    width: 41%;
  }
}

@media (max-width: 767px) {
  .footer li.sec-3 {
    text-align: center;
    width: 100%;
  }
}

.footer .follow-fb {
  text-align: center;
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding: 0px 0;
  margin-top: 7px;
  margin-bottom: 13px;
  font-size: 18px;
}

.footer .follow-fb img {
  margin: 0 5px;
}

.footer .follow-fb a {
  color: #318dde;
  transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  font-size: 18px;
}

.footer .follow-fb i {
  font-size: 30px;
}

.footer .follow-fb span {
  position: relative;
  top: -3px;
}

.footer
.copy-right {
  text-align: center;
}

.footer
.copy-right p {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
}

.footer
.copy-right a {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
}

.footer
.copy-right a:hover {
  color: #ef6f22;
}

@media (min-width: 1200px) {
  .footer .footer-sec1 li:first-child a {
    font-size: 18px !important;
    font-weight: 700;
  }
  .footer .main-f-h {
    font-size: 18px !important;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style-type: none;
}

.slick-dots li {
  display: inline-block;
  border: 0;
}

.slick-dots li.slick-active button {
  background: #ef6f22 !important;
}

.slick-dots button {
  background: none;
  font-size: 0;
  background: #e1e1e1;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50% !important;
  box-shadow: none;
  border: 0;
  margin-right: 5px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  background-image: -webkit-linear-gradient(left, #fff 0%, #fdebe0 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #fdebe0 100%);
  background-image: linear-gradient(to right, #fff 0%, #fdebe0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFDEBE0', GradientType=1);
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -o-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  text-align: center;
}

.modal-header h5 {
  font-family: 'Roboto', sans-serif;, Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #6a6a6a;
  font-weight: normal;
  line-height: 25px;
}

@media (min-width: 479px) {
  .modal-header h5 {
    font-size: 23px;
  }
}

.modal-header .close {
  right: 0;
  top: 0;
  position: absolute;
  background: #ef6f22;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 25px;
  width: 35px;
  height: 35px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px 0;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
 
@media (min-width: 768px) {
    
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .bg-banner h4{
      font-size:13px;
  }
  .newsecc.nsc .bg-banner {

    margin-bottom: 44.3px;
}
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer ul li.current-menu-item > a, .footer ul li.current-cat .footer ul li.current_page_item > a,
.footer ul li.current-page-ancestor > a, .footer ul li.current_page_parent > a, .footer ul li.current-menu-parent > a {
  color: #ef6f22 !important;
  font-weight: 700 !important;
}

.sub-menu a:after {
  display: block;
}

.ftr-cmn a.active {
  color: #ef6f22 !important;
}

.txt-p {
  min-height: 127px;
}

@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}

.back-btn .back {
  background: #356096 none repeat scroll 0 0;
  color: #fff;
  float: right;
  font: 600 14px/24px Roboto, sans-serif;
  padding: 7px 17px;
  text-align: center;
  text-transform: uppercase;
}

.back-btn .back:hover {
  background: #ef6f22 none repeat scroll 0 0;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

@media (min-device-width: 1200px) {
  #back-to-top {
    background-color: #ef6f22;
    bottom: 1%;
    color: #fff;
    display: inline-block;
    height: 36px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    width: 36px;
  }
  #back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #back-to-top:before,
  #back-to-top:after {
    border: solid #fff;
    border-width: 2px 0 0 2px;
    bottom: 8px;
    content: '';
    display: inline-block;
    height: 14px;
    left: 10px;
    position: absolute;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    width: 14px;
  }
  #back-to-top:after {
    bottom: -20px;
  }
  #back-to-top:hover {
    background-color: #ef6f22;
    text-decoration: none;
  }
  #back-to-top:hover:before {
    bottom: 30px;
  }
  #back-to-top:hover:after {
    bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .footer li.sec-1 {
    width: 18%;
  }
  .footer .ftr-cmn ul li a {
    font-size: 18px;
  }
  .footer li.sec-2 {
    width: 20%;
  }
  .footer li.sec-3 {
    width: 51%;
  }
  .main-nav > ul > li ul li a{
    padding: 5px 20px;
    font-size: 14px;
  }
.breadcrumb-sec {
    display: block;
    background: #f5f5f5;
}
.breadcrumbs {
    padding: 12px 0px;
    text-align: left;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}
.breadcrumbs a {
    font-size: 16px;
    font-weight: 600;
}
.breadcrumbs a span:active {
    color: #ef6f22;
}
.breadcrumbs a:hover {
    color: #ef6f22;
}
.breadcrumbs span {
    font-weight: 600;
    font-size: 16px;
}
.breadcrumbs span.post.post-page.current-item {
    color: #ef6f22;
    font-weight: 600;
}
}

@media (max-width: 1199px) {
  .contact-wrap p, .modal-body p {
    font-size: 13px;
  }
  .contact-wrap .btn-cmn, .modal-body .btn-cmn {
    padding: 6px 18px;
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .contact-wrap .btn-grp, .modal-body .btn-grp, .contact-page .btn-grp {
    float: right !important;
  }
  .contact-wrap .capctha-wrap, .modal-body .capctha-wrap, .contact-page .capctha-wrap {
    float: right;
  }
  .contact-wrap .capchta-icons, .modal-body .capchta-icons, .contact-page .capchta-icons {
    position: relative !important;
  }
  .contact-wrap .btn-cmn, .modal-body .btn-cmn, .contact-page .btn-cmn {
    position: relative !important;
    float: right !important;
    margin-top: 15px !important;
  }
}

@media (min-width: 1023px) and (max-width: 1199px) {
  .contact-wrap .btn-cmn, .contact-page .btn-cmn {
    padding: 6px 21px !important;
    right: -18px !important;
  }
  .plz {
    right: -25px;
  }
  .footer li.sec-2 {
    width: 20%;
  }
  .footer .ftr-cmn ul li a {
    font-size: 14px;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .header {
    /*height: unset;*/
  }
  .hrwrap {
    padding-top: 25px;
  }
}

@media (min-width: 1023px) and (max-width: 1199px) {
  .contact-page .plz {
    right: -28px;
  }
}

@media (max-width: 991px) {.col-md-6.blue-box.fc1c {

    width: 100%;

}}
@media (max-width: 1023px) {
  .drain-service, .service-area, .emergency-plumblin, .testi-monials, .contact-wrap, .footer {
    padding: 40px 0;
  }
  .inner-service-wrap {
    margin-bottom: 0;
    padding: 35px 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .inner-content-area h1 {
    margin-bottom: 25px !important;
  }
  .service-wrap {
    margin-bottom: 20px;
  }
  .inner-content-area .inner-service-wrap .service-wrap .box {
    padding: 40px 30px 45px 0;
  }
  .ftr-cmn .pad {
    padding-top: 0 !important;
  }
  .footer-sec1 li:first-child a {
    font-weight: 700 !important;
  }
}

@media (max-width: 479px) {
  .plumbing-services, .drain-service, .service-area, .emergency-plumblin, .testi-monials, .contact-wrap, .footer {
    padding: 25px 0;
  }
  .plumbing-services .btn-cmn, .drain-service .btn-cmn, .service-area .btn-cmn, .emergency-plumblin .btn-cmn, .testi-monials .btn-cmn, .contact-wrap .btn-cmn, .footer .btn-cmn {
    padding: 6px 30px;
    font-size: 14px;
    margin: 0 auto;
  }
  .contact-wrap .btn-cmn {
    font-size: 14px !important;
    padding: 6px 40px !important;
  }
  .contact-wrap .captcha-wrap p {
    font-size: 14px;
  }
  .banner .banner-textt p span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
    .emerg img{
        margin-bottom:1%!important;
    }
    .chippa .col-md-4 {

    width: 50%;
    float: left;

}.plumbing-wrap h6 {

    font-size: 12px !important;
    margin-top: 16px !important;

}

.popoppp h6{
    margin-top: 0px !important;
}
.plumbing-wrap{height:163px !important;}
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  .footer .ftr-cmn ul li .sub-menu {
    margin-left: 0;
  }
  .header .menu-wrp{
      margin: 0;
      
  }
  .mobies{
  margin-top: -111px !important;
  }
  .header{
    padding:0 !important;
}.banner-side{
    padding-top:0 !important;
}
  
  .no-banner {
    height: 0px !important;
  }
  .no-banner:before, .no-banner:after {
    display: none;
    width: 0;
    height: 0;
  }
  .ftr-cmn li {
    margin: 0;
    margin-bottom: 5px;
  }
  .ftr-cmn li a {
    font-weight: 400 !important;
  }
  .ftr-cmn .pad {
    padding: 0 !important;
  }
  .contact-page .captcha-wrap p {
    text-align: right !important;
  }
  .inner-content-area .inner-service-wrap .service-wrap .box .rd {
    right: inherit !important;
  }
  .service-wrap .box {
    padding-bottom: 0 !important;
  }
  .footer .ftr-cmn ul li .main-f-h {
    font-weight: 700 !important;
  }
  .footer-sec1 li:first-child a {
    font-weight: 700 !important;
  }
	.citylog {
		padding-top: 0px;
	}
}

@media (max-width: 479px) {
  .modal-content .captcha-wrap p br {
    display: none;
  }
  .content h4 {
    font-size: 20px;
    text-align: left;
}
}

.smk_accordion .acc_section .acc_content {
  padding-left: 10px;
}
a[href^="tel"]{
  /*cursor: default;*/
}

.logo-txt p{
  margin: 5px 0 0;
   font-size: 15px;
   line-height: 25px;
   transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;

}
.slim-header .logo-txt p{
  font-size: 17px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
@media (max-width: 1199px) {
.logo-txt p{ 
  font-size: 18px;
}
.breadcrumb-sec {
    display: block;
    background: #f5f5f5;
}
.breadcrumbs {
    padding: 12px 0px;
    text-align: left;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}
.breadcrumbs a {
    font-size: 16px;
    font-weight: 600;
}
.breadcrumbs a span:active {
    color: #ef6f22;
}
.breadcrumbs a:hover {
    color: #ef6f22;
}
.breadcrumbs span {
    font-weight: 600;
    font-size: 16px;
}
.breadcrumbs span.post.post-page.current-item {
    color: #ef6f22;
    font-weight: 600;
}
 }

 @media (max-width: 991px) {
.logo-txt p{ 
  font-size: 16px;
  line-height: 16px;
}
 }
 
@media (min-width: 320px) and (max-width: 768px) {
.form-area {
    padding-bottom: 40px !important;
}
.citylog {
    padding-top: 0px;
}
}

  @media (max-width: 767px) {
      .pde{
          text-align:center !important;
      }
      .blowde{
          padding-left:15px !important;
      }

    .mob-btn1 {
    top: 7px;
    right: 6px;
}
.slim-header .logo-txt p {
    font-size: 16px;
    line-height: 16px;
}
  }

  .banner-mobile .follow-fb {


  }
    .banner-mobile .follow-fb img {
     width: auto!important;
     margin: 15px 0 0 5px;
    
  } 

  .banner-mobile .bnr-txt p{

    margin: 0;
  }
@media (max-width: 479px) {
  .banner-mobile .bnr-txt{
    bottom: 10%;
  }
  .banner-mobile .follow-fb img {
    margin: 5px 0 0 5px;
  }

  .banner-mobile img {
    margin: 0px 0 0 85px;
  }
.banner-mobile .bnr-txt h2 {
    font-size: 13px;
  }
.banner-mobile .bnr-txt h3 {
    font-size: 14px;
}
.banner-mobile .bnr-txt p {
    font-size: 13px!important;
}
.new-nmbr.neww4{
width: auto !important;
}
}

.banner-side {

    text-align: left;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;

}
.banner-side .mar-top{
  margin-top: 494px;
}
.banner-side .mar-top.ac-banner {
  margin-top: 517px;
}
.banner-side h2 , .banner-side h1{
  font-family: 'Roboto', sans-serif;
  font-size: 33px;
  line-height: 45px;
  text-shadow: 1px 1px 6px #000;
  font-weight: 900;
  color: #fff;
}
.banner-side h2 span,.banner-side h1 span{
font-weight: 400;

}

.banner-side .mar-top h2{
    font-size: 25px;
          line-height: 28px;
}
.banner-side .mar-top span{
      font-size: 20px;

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

 .bg-banner{
  background-color: #ef6f22;
-webkit-box-shadow: 7px 2px 44px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 2px 44px -21px rgba(0,0,0,0.75);
box-shadow: 7px 2px 44px -21px rgba(0,0,0,0.75);
text-align: center;
padding: 30px;
min-height: 235px;
margin-bottom: 25px;
 }
.newsecc .bg-banner {

    margin-bottom: 44.3px;
    margin-top: 16px;

}
  .bg-banner h4{
    font-weight: 400;
color: #fff;
margin-top: 20px;
}
 .first-sec{
  background-image: url(../images/plumbwize_Burlington_02.jpg);
   background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  float: left;
padding-left: 0;
padding-right: 0;
  padding-top: 30px;
 }
 .pad-left{
    padding-left: 8%;
 }
 .second-sec{
background-color: #ef6f22;
float: left;
padding-right: 7%;
padding-top: 30px;
padding-left: 0;
padding-right: 0;
 }

 .box{
  -webkit-box-shadow: 7px 2px 44px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 2px 44px -21px rgba(0,0,0,0.75);
box-shadow: 7px 2px 44px -21px rgba(0,0,0,0.75);

 }

 .bg-color{



    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);



padding-top: 20px;
padding-bottom: 20px;

 }
  .bg-color h2{
    margin-bottom: 0;
  }

  .blue-box{
    background-color: #4b7aff;
    padding-left: 7%;
    text-align: center;
    padding-top: 50px;
    display: inline-block;
    padding-bottom: 85px;
  }
    .blue-box h2{
      font-size: 30px;
      color: #fff;
    }

    .dark-blue{
      background-color: #4572ef;
      padding: 15px;
      text-align: left;
    }
      .dark-blue h4{
        font-size: 18px;
        color: #fff;
      }
       .dark-blue h4 span{
        font-size: 14px;
       }
        .dark-blue ul li{
          color: #fff;
          font-size: 15px;
          font-weight: 500;
          padding-bottom: 10px;
        }
 .form-area {
    padding-right: 7%;
    text-align: center;
    padding-top: 50px;
    display: inline-block;
    padding-bottom: 129px;
    background: #fff;
}
        .form-area h3{
 text-align: center;
 font-size: 20px;
 color: #ef6f22;
        }
         .form-area h3{
          text-align: center;
         }

         .form-area input{
          border:2px solid #ef6f22;
          height:50px;
         }

         .form-area textarea{
          border:2px solid #ef6f22;
          height:150px;
         }

         .btn-login-submit{
          width: 100%;
          background-color: #ef6f22;
          border:0;
          height: 45px;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          margin-top: 20px;
         }

         .form-class{
          padding-top: 30px;
         }

.content h4{
  font-size: 20px;
  margin-top: 1rem;
}
         .content{
          line-height: 28px;
          padding-top: 10px;
         }
.content ul {
    margin-left: 1rem;
}

         .btn-contact{
          width: 30%;
          background-color: #ef6f22;
          color: #fff;
          margin: 15px auto;
          font-size: 22px;
          padding: 15px;
          border:0;
         }
         .moby{
             display:none;
         }
         @media (max-width: 1024px) {
             .pddl {

    padding-left: 4%;


             }
             .vanimg {
         width: 207px;
         }
         .col-md-12.vanmob {
   
    margin-top: -71px !important;}
         }
         .mobies{
             display:none;
         }
          @media (max-width: 768px) {
            
    
.banner-side .mar-top {
    margin-top: 418px !important;
}.pad-left {
    padding-left: 9px !important;
}
.col-md-12.vanmob {
    float: left;
    width: 100%;
    margin-top: 2px !important;
}.vanimg {
    width: 200px;
}.errk .row.plumbg {

    background-image: unset!important;

}.rightpp p {

    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;

}
.errk .row.plumbg {

    height: unset;}
.errk .plumbcontent{
    background:#fff;
}
.logo-txt.lgg p {

    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0 !important;
	margin-bottom: 12px;
	font-size: 13px !important;

}
  .newsecc.nsc .bg-banner {

    margin-bottom: 36.3px;
}
}.bnbn p {

    line-height: 26px;
    font-size: 16px;

}    
         @media (max-width: 767px) {
             .millogo {
    
    margin-bottom: 10px;
}
             .imgtp{
              width: 21px!important;
             }
             .nwp{
                 margin-top: 20px !important;
             }
             .gpimg{
                  width: 41px!important;
             }
             .neww1, .header .new img.immg{
                 width: 39px !important;
             }             .mobies{
             display:block;
         }
              .moby{
           display: block !important;

margin: 20px;

    margin-top: 20px;

margin-top: 22px;

clear: left;

float: left;
         }
       
         .milh2{
             text-align:center;
         }
         .mobylist{
         color: #fff;

font-size: 20px;

text-shadow: 1px 1px 1px #000;

font-weight: 500;

background: rgba(0,0,0,0.4);

padding-left: 27px;

padding-top: 20px;

padding: 30px;

margin: 0 auto;

display: table !important;

float: unset;
         
         }
         .hdline {
padding-top: 30px;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 24px;
    display: grid;

}
         .norm{
             display:none!important;
         }
         .first-sec{
             width:100%;
         }   
         .container-fluid.bgll.lastle2 {

    margin-top: 0;

}
         .content {

 
    padding-top: 0;

}
.banner-side {
    margin-top: 0;
    height: 100;
}
.pad-left {
    padding-left: 5%;
}
.banner-side .mar-top {
    margin-top: 100px;
}
.ph24{
    display:none !important;
}
.second-sec{
width: 100%;
  display: inline-block;
}
.btn-contact{
  width: 100%;
}
.content{
  text-align: center;
}.header .new {
    margin: 0;
    float: unset;
    width: 100%;
}.col-md-12.content.content_styles {

    text-align: justify;

}.content_styles h2 {    text-align: center;
}
.neww1,.header .new img {
    width: 53px;
}
.content_styles h1 {

  
    font-size: 32px;
  
    margin-top: 36px;
 

}

.header .new .neww1{
  width: 20px !important; 
  clear:left;
}.header .new .new-nmbr {
    margin-top: 4px;
    margin-bottom: 5px;
}
         }
         @media (max-width: 768px) {
             .millogo{
                 width: auto !important;
             }
            .logo p {

    font-size: 11px !important;
    margin-top: -10px;

} 
    .fc1c{
        width:100%;
    }.neww1 {
    width: 35px;
}
 
}
 @media (max-width: 375px) {.millogo p{ font-size: 11px;
    margin-top: -11px;}}
    
      @media (max-width: 414px) {
          .mobylist{
                  width: 316px;
          }
          .banner-side h2, .banner-side h1 {
line-height: 31px;
   
    font-size: 23px;
          }
      }
     @media (max-width: 370px) {
         .mobylist {
             left:9%;
             padding-left: 30px;
         padding: 24px;
         }
         .milh2 {

    text-align: center;
    font-size: 23px !important;

}
     }
         @media (max-width: 359px) {
         .mobylist {
             left:15%;
         padding: 24px;
         }
         .mobylist {

    left: 9%;
    padding: 8px;
        padding-right: 8px;
        padding-left: 8px;
    padding-left: 35px;
    padding-right: 31px;
    font-size: 14px;

}.banner-side .mar-top.mren {

    margin-top: 191px !important;

}.banner-side .mar-top h2 {

    font-size: 21px !important;}
     }
         
         @media (max-width: 992px) {
.banner-side h2 br,.banner-side h1 br{
    /*display:none;*/
}
.firstarea h1 br {

    display: block;

}
.banbbtm   h2 br,.banbbtm   h1 br {

    display: block;


}
}
@media (max-width: 768px) {
    .logo p {

   font-size: 9px !important;

letter-spacing: 1px !important;
   

}.slim-header .logo p {

    font-size: 9px !important;

}
.nnnb{
    padding:0;
}
}
@media (max-width: 767px) {
       .logo p {

   font-size: 11px !important;

letter-spacing: 2px !important;
   

}.header .new {
    padding-left:10px;
}
}
@media (max-width: 475px) {
.firstarea h1{
    font-size: 27px;
}
.breadcrumbs span {
    font-weight: 600;
    font-size: 11px;
}
.breadcrumbs {
    padding: 5px 0px;
    text-align: left;
    position: relative;
    font-weight: 600;
    font-size: 10px;
}
}    @media (max-width: 1321px) {
    .pad-left{
    padding-left: 3%;
 } .banner-side h1 span {
     font-size: 25px;
 }
}
@media (max-width: 600px) {
.banner-side h1 span {

    font-size: 19px;

}}
@media (max-width: 414px) {
    .header .new {
    padding-left:30px;
} .neww5 img{
          margin-top: -10px;
  }
  .banner-side .mar-top.maarp {

    margin-top: 350px !important;

}
}
@media (max-width: 413px) {
    .header .new {
    padding-left:10px;
}
}
@media (max-width: 374px) {.firstarea h1 {

    font-size: 22px;

}
}
@media (max-width: 360px) {.header .new {
    padding-left:0px;
}
    .banner-side h2, .banner-side h1 {

    font-size: 20px;

}}

@media (max-width: 359px) {
    .firstarea h1 {

    font-size: 18px;

}
.neww5 img{width: 22px!important;
    
}.neww5 img{
          margin-top: 0px;
  }
  .header .new .new-nmbr h3 span {
 
    font: 700 14px 'Roboto', sans-serif;}
    .banner-side h1 span {

    font-size: 16px;

}
    
}






/*--------------------------------------*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {.banner-side.banc .mar-top {

    margin-top: 169px !important;

} .bannervan {

    width: 200px;

}.banner-side .mar-top.maarp {

    margin-top: 149px !important;

}}


@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 740px) 
and (orientation : portrait) {.banner-side.banc .mar-top {

    margin-top: 309px !important;

} }
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {.banner-side.banc .mar-top {

    margin-top: 230px !important;

} .banner-side .mar-top.maarp {

    margin-top: 259px !important;

}}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { .banner-side.banc .mar-top {

    margin-top: 260px !important;

}.banner-side .mar-top.maarp {

    margin-top: 279px !important;

} }
 @media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { .banner-side.banc .mar-top {

    margin-top: 322px !important;

}}

/*--------- Review Schema ----------*/
.testimonial-con h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212529;
    font-family: 'Heebo', sans-serif;
}
/*.review-schema {
    background: #f5fafc;
    display: block;
    position: relative;
    width: 100%;
    padding: 50px 0;
}
.review-schema h3 {
    color: #318dde;
    font-family: "Lato", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
}
.review-schema p {
    font-family: "Lato", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #282828;
    font-weight: 500;
    line-height: 25px;
}
.review-schema img {
    width: 150px;
    margin-bottom: 8px;
}
.review-text {
    border-top: 1px dotted #ccc;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}
.bottom-space{
    padding-bottom: 50px;
}*/


.second-sec h2,.second-sec h4{
    color: #073674;text-shadow: unset;color: #073674 !important;
}

.desktop-view {
    display: block;
}
.mob-view {
    display: none;
}

.theme1 {
    padding-left: 0;
    padding-right: 0;
    width: 80% !important;
    margin-left: 0;
    margin-right: 0;
}
.theme2 {
    padding-left: 0;
    padding-right: 0;
    width: 80% !important;
    margin-left: 0;
    margin-right: 0;
}
.responsive-accordion.responsive-accordion-default.bm-larger {
    margin-left: 0;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    background: none repeat scroll 0 0 #3498db;
    border: 1px solid #ddd;
    color: #fff;
    line-height: normal;
    padding: 12px 30px 10px 10px !important;
    position: relative;
    border-radius: 3px;
}
.responsive-accordion.responsive-accordion-default.bm-larger > li {
    list-style: none outside none;
    margin-bottom: 8px;
    margin-left: 0;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    background: none repeat scroll 0 0 #3498db;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 24px !important;
    padding: 12px 30px 10px 10px !important;
    position: relative;
    border-radius: 3px;
    text-align: left;
}
.fa-chevron-up:before {
    background: url(down.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    width: 15px;
    content: "\f077" !important;
}

@media only screen and (max-width: 1399px){
 .blue-box {
    padding-bottom: 50px;
}
   
}

@media only screen and (max-width: 1337px){
 .blue-box {
    padding-bottom: 91px;
}
   
}
@media only screen and (max-width: 1337px){
 .blue-box {
    padding-bottom: 75px;
}
   
}
@media only screen and (max-width: 1025px){
 .blue-box {
    padding-bottom: 32px;
}
   
}

@media only screen and (min-width: 993px) and (max-width: 1091px){
.vanmob {
    margin-bottom: -186px !important;
}
.vanimg {
    margin-top: -100px !important;
}
   
}

@media only screen and (min-width: 767px) and (max-width: 1091px){
.bnr-new-div .btn-new-city-s{margin-right: 8px;}
}

@media only screen and (max-width: 992px){
.desktop-view {
    display: none;
}
.mob-view {
    display: block;
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 767px){
.star-review {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}
.theme1 {
    width: 100% !important;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
    position: absolute;
    top: 12px;
    right: 1px !important;
}
}

@media only screen and (max-width: 640px){
body .banner-side .mar-top h2 {
    font-size: 15px !important;
}
.section_mob .first-sec {
    height: 298px;
}
}

@media only screen and (max-width: 460px){
.section_mob .first-sec {
    height: 340px;
}
.banner-side .mar-top span {
    font-size: 15px;
}
section.sec_sectionb {
    margin-top: 0px;
}
.banner-side.banc .mar-top{padding-right: 9px;}
}

@media only screen and (max-width: 413px){
body .banner-side.banc .mar-top {
    /*padding-bottom: 25px !important;*/
    padding-bottom: 0 !important;
}
.section_mob .first-sec {
    height: 299px;
}
}

@media only screen and (max-width: 359px){
.firstarea h1 {
    font-size: 23px !important;
}
.banner-side h2, .banner-side h1 {
    line-height: 25px;
}
body .banner-side .mar-top h2 {
    font-size: 17px !important;
}
.section_mob .first-sec {
    height: 302px;
}
}

