.button,
.btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font: 14px 'ralewaybold';
    text-transform: uppercase;
    transition: all 0.3s  ease-in-out;
    -webkit-transition : all 0.3s  ease-in-out ;
}

.button span {
    display: block;
    font-size: 11px;
    color: #000;
    text-transform: none;
    transition: all 0.3s  ease-in-out;
    -webkit-transition : all 0.3s  ease-in-out ;
}

body {
    overflow-x: hidden;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

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

.phone {
    white-space: nowrap;
    font-family: "ralewaybold", sans-serif;
}

.bold {
    font-family: "ralewaybold", sans-serif;
}

.image-fl {
    float: left;
    margin: 0 20px 20px 0;
}

.image-fr {
    float: right;
    margin: 0 0 20px 20px;
}

.padding-left0 {
    padding-left: 0;
}

#chatFrame {
    display: block !important;
}

h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0 35px;
    line-height: 40px;
    font-family: "ralewaybold";
}

.site-content h1 {
    position: relative;
    font-size: 24px;
    color: #050506;
    margin: 35px 0 25px;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin: 35px 0 40px;
}

h3 {
    font: 16px 'ralewaybold';
    margin: 30px 0 0px;
}

h4 {
    font-size: 18px;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

/* ==========================================================================
    # HEADER
========================================================================== */

#header {
    padding: 0;
    background: #fff;
    /* position: fixed; */
    /* top: 0;
    left: 0; */
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    z-index: 999;
}

.helper {
    background: #fff;
    position: relative;
    z-index: 9999;
}

#header .helper > div.container {
    position: relative;
    z-index: 999;
    background: #ffffff;
}

#logo-wrap a {
    padding-top: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

#logo-wrap a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.svg {
    position:relative;
}

a.svg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.svg object {
    pointer-events: none;
}

#logo-wrap a object {
    pointer-events: none;
    display: inline-block;
}

#top-nav {
    text-align: center;
    text-transform: uppercase;
}

#top-nav > ul {
    padding: 0;
    text-align: center;
    display: block;
    margin: 0;
    width: 100%
}

#top-nav ul li {
    list-style: none;
}

#top-nav > ul > li {
    float: left;
    padding: 33px 0;
    font-size: 13px;
}

#top-nav > ul > li.depth-0:before {
    display: none;
}

#top-nav > ul > li > a {
    color: #777;
    position: relative;
    padding: 5px 0 9px;
    margin: 0 7px;
    transition: 0.2s linear;
    -webkit-transition : 0.2s linear;
}

#top-nav > ul > li:not(:last-child) > a:before {
    content: '';
    background-color: rgb(223, 223, 223);
    position: absolute;
    height: 20px;
    width: 1px;
    right: -8px;
    top: 2px;
}

#top-nav > ul > li.current-menu-item a,
#top-nav > ul > li > a:hover {
    color: #000;
}

#top-nav > ul > li > a:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 2px;
    transition: left 0.2s linear, right 0.2s linear;
    -webkit-transition : left 0.2s linear, right 0.2s linear;
    position: absolute;
    right: 50%;
    left: 50%;
}

#top-nav  ul li.mega-menu-visible a:after,
#top-nav > ul > li.current-menu-item > a:after,
#top-nav > ul > li > a:hover:after {
    left: 0;
    right: 0;
}

#header-phone {
    display: none;
    font: 18px/25px 'ralewaybold';
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
}
#header-phone.visible {
    display: inline-block;
}

#header-phone:before {
    font-size: 25px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
}

#header-action {
    margin-top: 20px;
    font-size: 15px;
    padding: 12px 30px;
    text-align: right;
    display: inline-block;
}

#header-action,
#header-action.invert:hover {
    border-color: #000;
    background: transparent;
    color: #000;
}

#header-action:hover,
#header-action.invert {
    background: #ffd400;
    border-color:  #ffd400;
    color: #000;
}

#bar-container {
    position: fixed;
}

.web-account {
    vertical-align: text-top;
}
.web-account .logged {
    margin-left: 10px!important;
}
.web-account > .login a {
    font-family: 'ralewaybold';
    color: #000 !important;
    margin-left: 15px;
}
.web-account > .login {
    margin-top: 7px;
}
.web-account .logged .wa-links li a {
    color: #000 !important;
}
.web-account .logged .iconarrow:after, .web-account .logged .iconarrow:before {
    background-color: #000 !important;
}

.cta-wrap > a:first-child {
    margin-right: 15px;
}
#header .container .row > div:last-child {
    text-align: right;
}

/* ==========================================================================
    # HEADER H1 SECTION
========================================================================== */

.header-action-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-width: 2000px;
    padding: 20px 0 30px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin: 0 auto 20px;
}


.header-action-section .footnote {
    display: block;
    font-size: 13px;
    color: #010101;
    margin-top: 0;
}

.header-action-section .rich-header {
    color: #010101;
}

.header-action-section .rich-header h1 {
    color: #010101;
}

.header-action-section .rich-header h2,
.header-action-section .rich-header h1 + p {
    font-size: 20px;
    margin-bottom: 35px;
}

.header-action-section ul {
    display: inline-block;
    margin: 20px 0 35px;
}

.header-action-section ul li:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-right: 3px;
    background: url(../images/icons/list-check.png) center center no-repeat;
    background-size: cover;
    vertical-align: baseline;
}

.header-action-section ul {
    padding: 0;
    list-style-type: none;
}

.header-action-section ul li {
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
}

.header-action-section.rich-header-action-section ul li:before {
    background-image: url(../images/icons/list-dark-check.png)
}

.home.header-action-section {
    position: relative;
    text-align: left;
    background: #F1F4F5;
    border-radius: 0% 0% 100% 100%/0% 0% 10% 10%;
    color: #414753;
    padding: 5px 0 0;
    max-width: initial;
    width: 100%;
}

.home.header-action-section h1 {
    margin: 45px 0 25px;
    font-size: 34px;
    line-height: 46px;
    color: #050506;
    width: 87%;
}

.home.header-action-section .subtitle {
    font-size: 18px;
    line-height: 28px;
    width: 82%;
}
.home .searchbox {
    margin-top: 35px;
    margin-bottom: 30px;
}

.header-reviews {
    padding-bottom: 20px;
}

.header-reviews .stamp {
    margin-left: 80px;
}

.hero-section-background {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.hero-section-background img:not(.hero-arrow) {
    z-index: 2;
    position: relative;
}

.hero-section-background .hero-arrow {
    position: absolute;
    left: -102px;
    bottom: 81px;
    z-index: 1;
}

.header-action-section.header-action-section-no-bkg {
   padding: 0px 0 20px;
}

.header-action-section.header-action-section-no-bkg  h1 {
    color: #333;
}

.header-action-section .button {
    border-color: #ffd400;
    color: #ffd400;
    padding: 15px 10px;
    margin: 30px 10px 0;
    display: inline-block;
    width: 30%;
    position: relative;
}

.header-action-section .button span {
    position: absolute;
    right: 27%;
    bottom: 4px;
}

.header-action-section .button:hover,
.header-action-section .button.active {
    background: #ffd400;
    color: #000;
}

.header-action-section .button.active:hover {
    background: transparent;
    color: #ffd400;
}

.header-action-section .button.active:hover span {
    color: #ffd400;
}


/* Task #69787 */

/* .header-action-section .button {
    display: inline-block;
    width: auto;
    margin-left: 0;
    padding: 20.5px 17px;
    background-color: #ffd400;
    border-color: #ffd400;
    color: #000;
    font-size: 15px;
    text-transform: inherit;
}

.header-action-section .button:hover,
.header-action-section .button:focus,
.header-action-section .button:active {
    -webkit-box-shadow: 0 0 0.5px 1px #000;
    box-shadow: 0 0 0.5px 1px #000;
    background: #000;
    border-color: #000;
    color: #ffd400;
} */

/* # CITY SEARCH SECTION */
.searchbox {
    margin-top: 60px;
}
.searchbox .city, .searchbox .service {
    display: inline-block;
    vertical-align: top;
}
.searchbox .city {
    width: 34%;
    position: relative;
}
.city .select {
    display: block;
    background:#fff;
    border-radius: 5px;
    color: #404040;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding: 12px 45px;
    text-align: left;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
    border: solid 1px #CED2D9;
}

.city ul.highlight {
    border-top: solid 1px #8ED9F3;
}
.city .select:before, .city .select:after, .service .searchinput:before {
    content: "";
    top: 50%;
    background:url(../images/layout/front-search.png) top left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
}
.city .select:before {
    background-position: 0 0;
    left: 12px;
    margin-top: -12px;
    width: 20px;
    height: 23px;
}
.city .select:after {
    background-position: 0 -23px;
    width: 20px;
    height: 9px;
    right: 20px;
    margin-top: -4px;
}
.city ul, .service ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: left;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    color: #404040;
    font-size: 15px;
    position:absolute;
    top: 94%;
    left: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 3px 6px #888888;
    display: none;
}
.service ul {
    max-height: 280px;
    overflow-y: scroll;
    border: solid 1px transparent;
    border-top: none;
}
.city ul li {
    padding: 14px 6px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}
.city ul li:hover, .service ul li:hover {
    background:#00b8ff;
    color: #fff;
}

.service ul li {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: 10px 15px;
}

.service ul li a {
    display: inline-block;
    width: calc(100% - 25px);
}

.service .info, .service img {
    display: inline-block;
    vertical-align: middle;
}

.service .info {
    margin-left: 10px;
}

.service .info span.title, .service .info span.price  {
    display: block;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.service .info .title {
    font-size: 15px;
    color: #22b4e7;
}
.service .info .title .highlight {
    color: #fff;
    background: #00b8ff;
}
.service li:hover .title .highlight {
    background: #fff;
    color: #00b8ff;
}
.service .info .price {
    font-size: 15px;
    color: #707070;
}
.service li:hover .info .title, .service li:hover .info .price {
    color: #fff;
}
.service img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}
.searchbox .service {
    width: 57%;
    margin-left: 2%;
    position: relative;
}
.service .searchinput {
    position: relative;
}
.service .searchinput:before {
    background-position: 0 -31px;
    left: 12px;
    margin-top: -12px;
    width: 20px;
    height: 23px;
}
.service input {
    border: none;
    width: 100%;
    border-radius: 5px;
    color: #404040;
    border: 1px solid #CED2D9;
    font-size: 16px;
    padding: 12px 15px 12px 45px;
}
.service input:focus {
    outline: none;
}
.service ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
.service ::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
.service :-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
.service :-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}



/* ================================================================================================================================================ */
/* Obf form in Header banner */
/* ================================================================================================================================================ */

/*DYNAMIC POSTCODE FIELD*/
.dynamic-helper {
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
}
.rich-header .dynamic-helper {
    display: block;
}

form.default-check-price-form {
    position: relative;
    display: inline-block;
}

.rich-header .dynamic-helper {
    display: inline-flex;
}

 .dynamic-helper .typewriter-box {
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 15px 25px 12px 5px;
    text-align: left;
    border-radius: 5px;
    z-index: 41;
    width: 280px;
    max-height: 50px;
    border-radius: 5px;
}
.rich-header .dynamic-helper .typewriter-box {
     top: 2px;
     left: 2px;
     bottom:2px;
     right: 2px;
}

 .dynamic-helper .typewriter {
     display: inline-block;
     height: 27px;
     width: 212px;
     background: #fff;
     color: #000;
     background: #fff url(../images/typewriter.gif) center center no-repeat;
}
 .dynamic-helper.clicked .typewriter-box {
     display: none;
}
 .dynamic-helper .moving-label {
     position: absolute;
     top: 5px;
     left: 25px;
     font-size: 12px;
     z-index: 32;
     color: #00b0f8;
     line-height: 24px;
}

.check-prices-form-holder{
    margin-top: 25px;
}

form.default-check-price-form .the-postfield-wrap {
    position: relative;
    width: 285px;
    display: inline-block;
    line-height: 18px;
    border-radius: 5px;
}

form.default-check-price-form .the-postfield {
    font-size: 15px;
    width: 100%;
    padding: 23px 25px 15px;
    border: 1px solid rgba(126,115,115,.55);
    margin-top: 0;
    height: 100%;
    line-height: 1em;
    border-radius: 5px;
    color: #000;
    outline: none;
}
form .submit-wrapper-with-loader {
    position: relative;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
}
form .submit-wrapper-with-loader .load-holder-lds-eclipse{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ffd400;
    border-radius:5px;
    display:none;
    z-index: 1;
}

form .submit-wrapper-with-loader .load-holder-lds-eclipse .load-lds-eclipse{
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    top:0;
    height: 30px;
    width: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 50%;
    box-shadow: 0 3px 0 0 #000;
}


form .submit-wrapper-with-loader.active .load-holder-lds-eclipse{
    display: block;
    z-index: 300;
}

form.default-check-price-form .submit-wrapper-with-loader input[type=submit] {
    font-size: 15px;
    font-family: ralewaybold,Arial,Helvetica,sans-serif;
    padding: 20.5px 17px;
    background-color: #ffd400;
    color: #000;
    border: 1px solid #ffd400;
    margin: 0;
    width: auto;
    line-height: 1em;
    border-radius: 5px;
}

form.default-check-price-form .submit-wrapper-with-loader input[type=submit]:hover {
    -moz-box-shadow: 0 0 .5px 1px #000;
    -webkit-box-shadow: 0 0 0.5px 1px #000;
    box-shadow: 0 0 0.5px 1px #000;
    background: #000;
    border-color: #000;
    color: #ffd400;
}

.dynamic-helper.clicked input[type=text].error,
.dynamic-helper.clicked input[type=text].error:hover,
.dynamic-helper.clicked select.error,
.dynamic-helper.clicked select.error:hover {
    border-color: red;
}

form.default-check-price-form label.error-message.visible {
    margin: 0;
    opacity: 1;
}

form.default-check-price-form label.error-message {
    position: absolute;
    top: -60px;
    left: 0;
    color: red;
    font-size: 12px;
    background: rgba(255,255,255,.9);
    border-radius: 4px;
    padding: 12px 20px;
    line-height: 18px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,top .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
}

form.default-check-price-form label.error-message:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    box-sizing: border-box;
    border: 8px solid #000;
    border-color: transparent transparent rgba(255,255,255,.9) rgba(255,255,255,.9);
    transform: rotate(-45deg) translateX(-50%);
    box-shadow: -3px 3px 12px -3px rgba(0,0,0,.4);
}

/* ==========================================================================
    # BREADCRUMBS SECTION
========================================================================== */

#breadcrumbs {
    color: #008dc7;
    font-size: 12px;
    margin-bottom: 20px;
}

.thank-you-page #breadcrumbs {
    margin-top: 20px;
}

#breadcrumbs a {
    color: #008dc7;
}

.rich-header-action-section #breadcrumbs > div:last-of-type a,
#breadcrumbs > div:last-of-type a {
    color: #707070;
}
#breadcrumbs div {
    display: inline-block;
}

/* ==========================================================================
    # SEARCH NAVIGATION
========================================================================== */
#search-widget form {
    width: 100%;
    position: relative;
    box-sizing: content-box;
    border-bottom: 1px solid #979797;
}

#search-widget input[type="search"] {
    border: none;
    color: #9a9a9a;
    width: 90%;
    padding: 5px 0 10px;
    outline: none;
    box-sizing: content-box;
}


#search-widget button {
    border: none;
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 998;
}

#search-widget button:before {
    font-size: 18px;
    color: #000;
}

/* ==========================================================================
    # HOME PAGE SERVICE CATEGORY MENU
========================================================================== */

.site-content {
    font-size: 15px;
    line-height: 22px;
    color: #404040;
}

.site-content a {
    color: #00b0f8;
}

.site-content h2:first-child {
    margin: 0 0 30px;
    font-size: 24px;
}

.site-content h2 {
    font-size: 20px;
    line-height: 40px;
    margin: 35px 0 0;
}

.site-content.text-center ul {
    text-align: left;
}

.content-list {
    list-style: none;
    padding: 0;
}

.content-list li {
    position: relative;
    padding-left: 30px;
}

ol.content-list li {
    counter-increment: item;
}


ol.content-list li:before {
   content: counter(item);
    display: block;
    width: 16px;
    height: 20px;
    background: #ffd400;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
    text-align: center;
    padding-top: 0;
    color: #000;
    font-weight: bold;
 }



ul.content-list li:before {
    display: block;
    width: 14px;
    height: 14px;
    background: #ffd400;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 8px;
    text-align: center;
    padding-top: 3px;
}

.home .site-content h2:first-child {
    margin: 30px 0 25px;
}

.site-content h2:first-child + p {
    font-size: 16px;
}

.service-category img {
    border-radius: 5px
}

.service-category-title {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.service-category-title a {
    display: block;
    width: 100%;
    height: 170px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

.service-category-title  img {
    max-width: 100%;
    width: 100%;
}
.home-page .service-category-title span {
    color: #fff;
    bottom: 0;
    background: #000;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    font: 14px 'ralewaybold';
    left: 0;
    position: absolute;
    padding: 5px 15px;
    text-transform: uppercase;
}

.service-category {
    text-align: right;
    margin-top: 40px;
}

.areas .service-category {
    margin-bottom: 40px;
}

.service-category ul {
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
}

.service-category ul li {
    font-size: 15px;
    color: #969696;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.home-page.service-category ul li {
    color: #404040
}

.service-category ul li span {
    display: block;
    padding: 7px 20px 7px 10px;

}

.service-category ul li a {
    display: block;
    position: relative;
    color: #404040;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.service-category ul li.icon-arrow:before,
.service-category ul li a:before {
    color: #bebaba;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 12px;
}

.service-category ul li a:before {
    color: #000;
}

.service-category ul li a:hover:before {
    color: #000;
}

.service-category ul li a:hover {
   background: #f5f5f5;
   color: #000;
}

.service-category ul li a:hover:before {
    color: #000;
}

.service-category .view-all {
    font-family: 'ralewaybold';
    position: relative;
    padding-bottom: 5px;
}

.service-category .view-all:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 2px;
    transition: left 0.15s linear, right 0.15s linear;
    -webkit-transition : left 0.15s linear, right 0.15s linear;
    position: absolute;
    right: 50%;
    left: 50%;
}

.service-category .view-all:hover:after {
    left: 0;
    right: 0;
}

/* ==========================================================================
    # SOCIAL WIDGETS -LIKEBOX ETC.
========================================================================== */

#shareme {
    display: none
}

.social-widget {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fb-like-box {
    padding-top: 20px;
}

.timeline-header {
    padding-top: 0;
}




/* ==========================================================================
    # CTA ROW IN SUBSERVICE PAGE VERSION ONLY WITH BUTTON
========================================================================== */

.action-row {
    width: 100%;
    background: #ffd400 url(../images/layout/action-row-bkg.png) no-repeat center top;
    padding: 40px 0;
    margin: 60px 0 0;
}

.action-row.action-row-footer button {
    text-transform: uppercase
}

.action-row p:first-child {
    font: 20px 'ralewayregular';
    margin: 0 0 35px;
    color: #000;
}

.action-row .button {
    background: #000;
    border-color: #000;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.btn.filled {
    padding: 14px 18px;
    background: #000;
    border-color: #000;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

.action-row  .button[class*="icon-"] {
    padding: 7px 5px 11px;
    width: 23%;
    text-transform: capitalize;
    display: inline-block;
}

.action-row .button[class*="icon-"]:before {
    font-size: 20px;
    padding-right: 10px;
    display: inline-block;
    top: 5px;
    position: relative;
}

.action-row .button.invert:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.action-row .button.invert:hover span {
    color: #fff;
}

.action-row .button:hover,
.action-row .button.invert,
.btn.filled:hover,
.btn.filled:focus {
    background: transparent;
    color: #000;
}


/* ==========================================================================
    # CTA ROW IN SUBSERVICE PAGE VERSION WITH PRICE TABLE
========================================================================== */

.cta-price-on-subservice {
    background: #f3f3f3;
    width: 100%;
    padding: 40px 0 40px;
    margin-top: 40px;
}

.cta-price-on-subservice .price-description > div {
    width: 85%;
}

.cta-price-on-subservice h2 {
    font-size: 23px;
    line-height: 30px;
    margin-top: 0;
}

.cta-price-on-subservice .prices table {
    margin: 10px 0 20px 0;
    width: 97%;
}

.cta-price-on-subservice .prices table tr th,
.cta-price-on-subservice .prices table tr td {
    padding: 10px 10px;
}

.cta-price-on-subservice p {
    margin: 25px 0;
}

.cta-price-on-subservice p span {
    font-size: 13px;
}

.cta-price-on-subservice a.view_all {
    font-size: 13px;
    color: #21b1ed;
}

.cta-price-on-subservice a.button {
    background: #ffd400;
    color: #000;
    display: inline-block;
    padding: 7px 23px;
    text-align: right;
    border-color: #ffd400;
    font-size: 16px;
    margin-top: 5px;
}

.cta-price-on-subservice a.button:hover {
    background: transparent;
    border-color: #000;
}

/* ==========================================================================
    # BENEFIT SECTION
========================================================================== */

#benefit-section {
    margin: 60px auto 40px;
    text-align: left;
    font-size: 15px;
}

#benefit-section h2 {
    margin: 0 0 10px;
}

#benefit-section p {
    margin: 10px 0;
}

.col-layout-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#benefit-section table {
    width: 100%;
    margin-top: 20px;
}

#benefit-section table tr td {
    padding: 5px 0;
}

#benefit-section a {
    color: #00b0f8;
}

#benefit-section a.toggle-content-link {
    font: 14px 'ralewaybold';
    position: relative;
    padding-right: 20px;
    display: inline-block;
    margin-top: 20px;
}

#benefit-section a.toggle-content-link.closed:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#benefit-section a.toggle-content-link:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 13px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.toggle-content {
    display: none;
}

/* ==========================================================================
    # BENEFIT SECTION
========================================================================== */

#app-wrap {
    width: 100%;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #404040;
}

#app-section:after {
    position: absolute;
    right: 65px;
    background: url(../images/layout/ios-gadgets.png) no-repeat 0 0;
    top: -60px;
    content: '';
    display: block;
    width: 148px;
    height: 153px;
}

#app-wrap img.fs-brand-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -23px;
}

#app-wrap p {
    padding-left: 100px;
    padding-right: 0;
    position: relative;
}

#app-wrap a {
    display: inline-block;
    margin: 15px 10px 0;
}

#app-section a:first-child {
    margin-left: 35px;
}

/* ==========================================================================
    # REVIEWS SECTION
========================================================================== */

#review-wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding: 120px 0 20px;
    position: relative;
    min-height: 440px;
}

.home #review-wrap {
    margin-top: 0;
}

#review-wrap p {
    padding-left: 70px;
    margin: 0;
}

#review-wrap p:before {
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 5px;
}

#review-wrap p.review-author {
    font: 18px 'ralewaybold';
    margin-top: 60px;
}

/* ==========================================================================
    # TRUSTPILOT
========================================================================== */

.review-trustpilot .trustpilot-widget {
    border-top: 1px solid #ebebeb;
    padding: 50px 0 30px;
}


/* ==========================================================================
    # Product Reviews Section
========================================================================== */
/*product-reviews-section*/
.product-reviews-widget-inner {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 24px;
    margin-top: 30px;
}
section.product-reviews-widget .section-title {
    text-align: center;
    margin: 35px 0 0px!important;
}

/* ==========================================================================
    # CATEGORY SERVICE PAGE
========================================================================== */

.site-content.inner-page h2 {
    margin-top: 10px;
}

.inner-page h3 {
    margin-bottom: 20px;
}

.services-list {
    margin-top: 10px;
    margin-bottom: 60px;
}

.inner-page .service-category-title {
    background: #ffd400;
    text-align: left;
    font: 16px 'ralewaybold';
    position: relative;
}

.inner-page .service-category-title h3 {
    display: block;
    vertical-align: middle;
    position: relative;
    font-size: 19px;
    padding: 9px 10px 9px 40px;
    margin: 0;
    margin: 0;
}

.inner-page .service-category-title h3.icon:before {
    width: 45px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 19px;
}

.inner-page .service-category-title h3 a {
    text-decoration: underline;
}

.inner-page .service-category-title h3.icon.icon-tv-audio:before {
    font-size: 32px;
     top: 8px;
}

.inner-page .service-category-title h3.icon.icon-tv-audio {
    padding-left: 60px;
}

.ul_2_col:after {
    display: block;
    clear: both
}

.inner-page .ul_2_col  li {
    width: 49%;
    float: left;
}

.inner-page .ul_2_col li:nth-child(odd) {
    margin-right: 1%;
}
.inner-page .ul_2_col li:nth-child(even) {
    margin-left: 1%;
}

/* ==========================================================================
    # PROJECT PAGE
========================================================================== */
#project-page {
    font-size: 16px;
}
#project-page h2 {
    font-size: 26px;
    margin-bottom: 5px;
}

.project-info h2 {
    margin-top: 20px;
}

#project-page a {
    color: #00b0f8;
}

.project-info.details h2 {
    margin-top: 15px;
}

.project-info.details ul {
    background-color: #ededed;
    padding: 15px 10px 0 10px;
}

.project-info .details {
    display: inline-table;
    width: 48.5%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.project-info .details::before {
    padding-right: 10px;
}

.project-info .details span {
    font-weight: normal;
    font-style: italic;
}

.project-info .details:last-of-type span {
    font-size: 24px;
    color: #5dd600;
    vertical-align: middle;
    display: inline-block;
}

.project-info h3 {
    font-size: 18px;
}

.project-info p {
    margin-top: 0;
}

.review {
    background-color: #ededed;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.review > div {
    width: 70%;
    margin: 0 auto;
}

.review .author {
    font-size: 21px;
}

.review .stars {
  background: url(../images/layout/stars.png) 0 no-repeat;
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 15px;
}

.review .one.stars {
  background-position: 0 -14px;
}

.review .two.stars {
  background-position: 0 -28px;
}

.review .three.stars {
  background-position: 0 -42px;
}

.review .four.stars {
  background-position: 0 -56px;
}

.review .five.stars {
  background-position: 0 -69px;
}

.rp-container,
.rp-container-sub-service h3,
.rp-container-sub-service p {
    text-align: center;
}

.rp-container h3,
.rp-container-sub-service h3 {
    font: 26px "ralewayregular";
}
/*Related Projects*/
#related-projects {
  margin-bottom: 20px;
}

#related-projects ul {
  padding-left: 0;
  display: block;
  width: 100%;
}

#related-projects li {
  width: 24%;
  list-style: none;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

#related-projects li a {
  display: inline-block;
  position: relative;
}
#related-projects li a::before {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 99;
}
#related-projects li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    border-radius: 5px;
}
#related-projects a:hover:after,
#related-projects a:hover:before{
    opacity: 1;
    transition: 0.3s;
}
#related-projects a:hover .view-project {
  display: block;
  z-index: 1;
  background: none;
  text-align: center;
  position: absolute;
  top: 60%;
}

#related-projects a:hover span {
  display: none;
}
#related-projects li img {
  border-radius: 5px;
  max-width: 100%;
}
#related-projects li span {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  color: #fff;
  padding: 5px 10px;
  height: 50px;
  line-height: 19px;
  font-size: 18px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
#related-projects .view-project {
  display: none;
}
.img-wrapper {
  position: relative;
  padding-bottom: 76%;
  overflow: hidden;
  width: 100%;
}
.img-wrapper img {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#action-row-above-footer a.project-page-obf[data-book-btn] {
    padding: 15px 10px;
}

/*Related Projects - Sub Service*/
.rp-container-sub-service #related-projects li {
    width: 24.5%;
}
.rp-container-sub-service #related-projects ul {
    padding-left: 10px;
}

/*Project Slider*/
#project-slider {
  margin-top: 1.2em;
  visibility: hidden;
}
.slick-slide img {
  margin: 0 auto;
}
#project-slider .slider-for {
  /*max-height: 420px;*/
  overflow: hidden;
  margin-bottom: 15px;
}
#project-slider .slider-for img,
#project-slider .slider-nav-item {
  border-radius: 4px;
}
#project-slider .slider-for a:hover .img-enlarge {
  display: block;
  z-index: 1;
  text-align: center;
  position: absolute;
  bottom: 48%;
  width: 100%;
  font-weight: bold;
  color: #fff;
}
#project-slider .slick-list {
    overflow: hidden;
}
#project-slider .slider-nav {
    max-height: 76px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
}
#project-slider .slider-nav-item {
  padding: 0 7px;
  display: inline-block;
}
#project-slider .slick-next,
#project-slider .slick-prev  {
    line-height: 0;
    display: block;
    width: 15px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: #999999;
    border: none;
    outline: none;
    background: transparent;
    font-size: 25px;
    position: absolute;
    top: 35%;
    background: url(../images/layout/gallery-arrow.png) 0 center no-repeat;
}
#project-slider .slick-prev {
    left: 0;
    transform: rotate(180deg);
}
#project-slider .slick-next {
    right: 0;
}
.slick-track {
    display: table;
    table-layout: fixed;
}
.slick-track div.big-img {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    float: none;
}
.slick-list img:focus,
.slider-for .big-img:focus {
    outline: none;
}
.action-row.pr {
    margin-top: 0;
}

/* ==========================================================================
    # FOOTER SECTION
========================================================================== */

#footer-wrap {
    width: 100%;
    color: #707070;
    padding-top: 33px;
    background: #000;
    font-size: 13px;
    line-height: 22px;
}

#footer-wrap a {
    color: #707070;
}

#footer-wrap a:hover {
    color: #fff;
}

.footer-section-title {
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 12px;
}

.highlighted-sentence {
    color: #fdd443;
    margin-bottom: 40px;;
}

#footer-action-section img {
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: -25px;
}

#footer-action-section a.button {
    border-color: #fdd443;
    color: #fdd443;
    padding: 10px 45px;
    font-size: 16px;
    display: inline-block;
    margin: 55px 0 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer-action-section a.button:hover {
    background: #fdd443;
    color: #000;
}

#footer-wrap ul {
    padding: 0;
}

#footer-wrap ul li {
    list-style: none
}

#footer-socials a {
    background: #666666;
    color: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 5px 5px 0;
    display: inline-block;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out ;
}

#footer-socials {
    margin-top: 40px;
}

#footer-socials a span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 31px;
}

#footer-socials a:hover {
    text-decoration: none;
}

#footer-socials a.facebook:hover {
    background: #3b5998;
}

#footer-socials a.instagram:hover {
    background: #ff8300;
}
#footer-socials a.instagram .icon-instagram:before {
    margin-left: -1px;
}

#footer-socials a.linkedin:hover {
    background: #07b;
}

#footer-socials a.pinterest:hover {
    background: #bd081c
}

#footer-socials a.google-plus:hover {
    background: #dc4e41
}

#footer-socials a.youtube:hover {
    background: #cd201f
}

#footer-socials a.app:hover {
    background: #3b5998
}

.footer-app-store,
.footer-goole-play {
    display: inline-block;
    margin-top: 20px;
}

.footer-goole-play {
    margin-left: 20px;
}

#copyright {
    text-align: right;
    margin-top: 25px;
}

#copyright ul {
    margin-left: 5px;
    display: inline-block;
}

#copyright ul li {
    padding: 0 7px;
    display: inline-block;
    position: relative;
}

#copyright ul li:last-child {
    padding-right: 0
}

#copyright ul li:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 3px;
}

#copyright p a {
    display: inline-block;
    float: right;
    margin-top: -4px;
}
.part-of img {
    margin-left: 10px;
    display: inline-block;
}

/* ==========================================================================
    # CONTACT FORM
========================================================================== */

.page .contact-us h1 {
    font-family: "ralewayregular";
    margin: 50px 0 0;
    line-height: 50px;
    font-size: 32px;
}

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

.form-item {
    margin-top: 20px;
}

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

.gfield_radio li {
    margin-bottom: 8px;
}

li.preferred-way-list label {
    margin-bottom: 20px;
}

li.preferred-way-list .gfield_radio li {
    display: inline-block;
}

#gform_1 {
    padding-bottom: 20px;
}

#gform_1:after {
    content: '';
    display: block;
    clear: both;
}

.grecaptcha-badge {
    display: none;
}

textarea {
    resize: none;
}

.form-item label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #494949;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-item .gfield_radio label {
    display: inline-block;
    margin: 0 15px 0 10px;
    font-weight: normal;
}

.form-item .gfield.select-city {
    margin-right: 2px;
}

.form-item .gfield.col-12 {
    float: none;
    clear: both;
    width: 100%;
}

.form-item .gfield.col-6 {
    width: 50%;
}

.form-item .gfield.col-4 {
    width: 33.33333333%;
}

.form-item .icon-arrow:before {
    position: absolute;
    top: 64%;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: none;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.form-item input:not([type=radio]),
.form-item textarea,
.form-item select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 9px 13px;
    outline: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: #ffffff;
    color: #969696;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
}

.form-item .icon-arrow-bottom:before {
    position: absolute;
    top: 64%;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: none;
}

.form-item .icon-arrow-bottom:before {
    content:'\61';
}

select::-ms-expand {
    display: none;
}

.form-item select {
    cursor: pointer;
    padding-right: 35px;
}

.form-item .gfield {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.form-item input[type="submit"] {
    font: 16px "ralewaybold";
    font-size: 15px;
    float: right;
    max-width: 270px;
    width: 100%;
    margin: 15px 15px 0 0;
    padding: 15px 0;
    background-color: #ffd400;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ffd400;
    color: #333;
    outline: none;
    text-transform: uppercase;
}

.form-item input[type=submit]:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}


.form-item .gfield_error input,
.form-item .gfield_error textarea,
.form-item .gfield_error select {
    border: 1px solid red;
}

.form-item .gfield_error label {
    color: red;
    border: none;
}

.form-item .validation_error,
.form-item .gfield .validation_message {
    display: none;
}

.contact-form input[type="submit"].loading {
    background-image: url(../images/layout/giphy.gif);
    background-size: 46px 42px;
}

.contact-form input[type="submit"].loading:hover {
    background-color: #ffd400;
    border-color: #ffd400;
}

.contact-form .gform_ajax_spinner {
    display: none !important;
}

.map-holder,
.image-holder {
    border-radius: 50%;
    overflow: hidden;
    width: 225px;
    height: 225px;
    text-align: center;
    margin: 0 auto 20px;
}

.contact-form-holder p {
    margin-top: 0;
    margin-bottom: 20px;
}

p.address-holder,
p.name-holder {
    font-family: 'ralewaybold';
}

p.phone-holder {
    margin-top: 10px;
    font-size: 16px;
}

ul.contact-city-phones {
    list-style:none;
    padding:0 0 0 10px;
    margin:0;
}

ul.contact-city-phones > li {
    text-align:center;
    margin-bottom: 20px;
    font-size: 16px;
}

ul.contact-city-phones > li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.contact-us .phone-us {
    display: none;
}
.contact-us .phone-us.visible {
    display: block;
}

p.hone-holder a {
    white-space: nowrap;
    font-family: 'ralewaybold';
}

.feedback-wrap {
    background: #f5f5f5;
    padding: 20px 0;
}

.feedback-wrap-bkg {
    background: url(../images/layout/amber.png) no-repeat left top;
    padding-left: 120px;
}

/* ==========================================================================
    #   REVIEW PAGE
========================================================================== */

.page .reviews-page .header-action-section h1 {
    font: 32px/50px "ralewayregular";
    margin: 40px 0 0;
}

.customer-reviews-holder {
    background-color: #f5f6f6;
    padding-bottom: 40px;
}

.customer-reviews-holder .review-items-holder {
    margin-top: 32px;
    background: #fff;
}

.customer-reviews-holder .yt-video-holder {
    height: 100%;
    cursor: pointer;
    padding: 0;
}

.customer-reviews-holder .yt-video-holder span.icon-holder {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -9px;
}

.customer-reviews-holder .yt-video-holder span.icon-holder:before {
    color: #ffffff;
}

.customer-reviews-holder .review-holder {
    background: #fff;
    padding: 40px 35px;
}

.customer-reviews-holder .review-holder p.review-title {
    font-family: 'ralewaybold';
    font-size: 22px;
    color: #333;
    margin-bottom: 45px;
}

.customer-reviews-holder .review-holder p.review-title:before {
    font-size: 24px;
    color: #333;
    margin-right: 20px;
    vertical-align: text-top;
}

.customer-reviews-holder .review-holder p.review-description {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 40px;
}

.customer-reviews-holder .review-holder a {
    font-size: 18px;
    cursor: pointer;
    color: #1486B1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.customer-reviews-holder .review-holder a:hover {
    color: #07bbff;
}

.social-reviews-holder {
    padding-top: 0;
    padding-bottom: 20px;
}

.social-reviews-holder h2 {
    text-align: center;
    text-transform: capitalize;
}

.social-reviews-holder .social-choose-buttons p {
    float: left;
    display: inline-block;
    width: 49.6%;
    padding: 10px 0;
    font-size: 20px;
    color: #969696;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-reviews-holder .social-choose-buttons p:hover {
    background-color: #f5f5f5;
}

.social-reviews-holder .social-choose-buttons p:first-child {
    margin-right: 0.4%;
}

.social-reviews-holder .social-choose-buttons p.active {
    color: #ffffff;
    border: 1px solid transparent;
}

.social-reviews-holder .social-choose-buttons p.active.twit-color {
    background-color: #00abeb;
}

.social-reviews-holder .social-choose-buttons p.active.fb-color {
    background-color: #3b5998;
}

.social-reviews-holder .social-choose-buttons p.active.twit-color:hover {
    background-color: rgba(0, 171, 235, 0.8);
}

.social-reviews-holder .social-choose-buttons p.active.fb-color:hover {
    background-color: rgba(59, 89, 152, 0.9);
}

.social-reviews-holder .social-item {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fb_iframe_widget_fluid span {
    width: 100% !important;
}

.social-reviews-holder .facebook-holder .fb-post-holder {
    text-align: center;
}

.social-reviews-holder .facebook-holder .fb-post-holder:not(:last-child) {
    margin-bottom: 20px;
}

.social-reviews-holder .facebook-holder .fb-post-holder .fb-post {
    display: block;
    margin: 0 auto;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.review-items-holder .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    padding-bottom: 57%;
    background-size: cover;
}

.review-items-holder .youtube .play {
    background: url(../images/layout/play.png) no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}
.review-items-holder .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ==========================================================================
    # THANK YOU / ERROR PAGE
========================================================================== */

.thank-you-holder h1 {
    color: #333;
}

.thank-you-holder .app-promo-code {
    text-decoration: none;
    color: #67757e;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    display: inline-block;
    padding: 22px 50px;
    position: absolute;
    left: 270px;
    top: 110px;
    cursor: context-menu;
}

.thank-you-holder .app-promo-code p b {
    color: #f200c1;
}

.thank-you-holder .app-promo-code b:last-child {
    font-family: 'ralewaybold';
    font-size: 18px;
}

.thank-you-holder {
    padding-bottom: 75px;
}

.thank-you-holder p {
    font-size: 18px;
}

.thank-you-holder p span:not(.phone) {
    color: #064e81;
    font-family: 'ralewaybold';
    margin: 30px 0;
}

.thank-you-holder .button {
    background: #ffd400;
    border-color: #ffd400;
    color: #000;
    display: inline-block;
    padding: 15px 15px;
    margin: 30px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.thank-you-holder .button:hover,
.thank-you-holder .button:active,
.thank-you-holder .button:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

.app-store-promo-code {
    margin-bottom: 20px;
}

.thank-you-app-store {
    margin-right: 40px;
}

.error-holder {
    width: 100%;
    background: #f5f5f5;
    padding: 150px 0 350px;
    color: #000000;
    font-size: 20px;
}

.error-holder a {
    color: #008dc7;
}

.error-promo {
    font-size: 18px;
    line-height: 38px;
    background: #fff;
    padding: 25px 40px;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin: 20px 0 0 70px;
}

.error-promo span {
    font-size: 32px;
}

.error-promo span span {
    color: #ffd400;
}

.error-bold {
    font: 24px/31px 'ralewaybold';
    margin: 40px 0;
}

.picture-frame {
    position: absolute;
    top: -30px;
    left: 70px;
    z-index: 20;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
    animation-delay: 1s;
      -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

@-webkit-keyframes hinge {
    0%, 100% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes hinge {

  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  30%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, -25deg);
    transform: rotate3d(0, 0, 1, -25deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 100% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}



/* ==========================================================================
    # FIX SOCIAL ICONS
========================================================================== */

#social-fixed {
    width: 35px;
    position: fixed;
    right: 0;
    top: 34%;
    z-index: 100;
}

#social-fixed a {
    display: block;
    width: 100%;
    background: #e2e2e2;
    height: 35px;
    margin-bottom: 5px;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #606060
}

#social-fixed a:before {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
}

#social-fixed a:hover {
    background: #767676;
    color: #fff;
}


/* ==========================================================================
    # CSS ANIMATIONS
========================================================================== */

.js-hide-animation {
    transition: max-height 0.7s linear;
    -webkit-transition : max-height 0.7s linear;
}

.js-opacity-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s 0.5s cubic-bezier(0.48,0.68,0.51,1.12);
    transition: all 0.6s 0.5s cubic-bezier(0.48,0.68,0.51,1.12);
}

.js-opcity-review {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.8s cubic-bezier(0.48,0.68,0.51,1.12);
    transition: all 0.8s cubic-bezier(0.48,0.68,0.51,1.12);
}

.null-height {
    max-height: 0
}

.null-opacity-text {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.null-opacity-review {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.css-fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.css-fadein-delay {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}


/* ==========================================================================
    # COOKIE MESSAGE
========================================================================== */

.cookie-policy-wrap {
    background: #e4e4e4;
    padding: 20px 0;
    font-size: 13px;
    color: #5b5a5a;
}

.cookie-policy-wrap p {
    margin: 0;
}

.cookie-policy-wrap a {
    background: #a8a8a8;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
}

.cookie-policy-wrap span.icon-close {
    font-size: 25px;
    position: absolute;
    right: 45px;
    top: -10px;
    cursor: pointer;
}

.cookie-policy-inner {
    position: relative;
}

/* ==========================================================================
    # PRICE TABLES
========================================================================== */

.prices table {
    font-size: 16px;
    text-align: center;
    margin: 25px auto;
    background: #fff;
    width: 100%;
}

.prices table tr:first-child th {
    border-top-color: #e8e8e8;
}

.prices table tr:first-child th:first-child {
    border-left-color: #e8e8e8;
}

.prices table tr th:last-child {
    border-right-color: #e8e8e8;
}

.prices table tr th,
.prices table tr td {
    padding: 15px 20px;
}

.prices table tr th {
    background: #eae7e0;
    color: #000000;
    font: 15px "ralewaybold";
    border: 1px solid #fff;
}

.prices table tr td {
    font-family: "ralewaybold";
    border: 1px solid #e8e8e8;

}

.prices table tr:not(.secondaty-th) td:first-child {
    font: 14px "ralewayregular";
    text-align: left;
    width: 40%;
}

table .font-family-regular {
    font-family: "ralewayregular"
}

.table-left {
    float: left;
    width: 50%;
    margin: 20px 30px 20px 0;
}

.table-right {
    float: right;
    width: 50%;
    margin: 20px 0 20px 30px;
}

.table-left table,
.table-right table {
    margin: 0;
    width: 100%;
}

.table-left + ul {
    list-style-position: inside;
}


/* ==========================================================================
    # PRICE PAGE
========================================================================== */

.prices-holder {
    margin: 60px 0 50px;
}

.prices-service-titles-holder {
    padding-right: 0;
    width: 30%;
    float: left;
}

.prices-service-item {
    position: relative;
    padding: 15px 15px 15px 76px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    border-left: 3px solid #e9e9e9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: left;
}

.prices-service-item:first-child {
    border-bottom: 1px solid #e9e9e9;
}

.prices-service-item.active,
.prices-service-item:hover {
    background-color: #f3f3f3;
    border-left-color: #ffd400;
}

.prices-service-item:before {
    font-size: 33px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.prices-service-item .prices-service-title {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #404040;
    margin: 0;
}

.prices-service-item .prices-service-price {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #21b1ed;
    margin: 0;
}

.prices-service-description-holder {
    padding-right: 15px;
    background: #f3f3f3;
    width: 70%;
    float: left;
    padding: 20px 40px 30px;
}

.prices-service-description-item {
    display: none;
}

.prices-service-description-item h2 {
    margin: 0;
}

.prices-service-description-item.active {
    display: block;
}

.prices-service-description-item p {
    color: #404040;
    font-size: 13px;
    text-align: left;
}

.prices-service-description-item .button {
    display: inline-block;
    background: #ffd400;
    border-color: #ffd400;
    color: #000;
    font-size: 15px;
    padding: 10px 25px;
    text-align: right;
    float: right;
    margin-top: 10px;
}

.prices-service-description-item .button:hover {
    background: transparent;
    border-color: #000;
    color: #000;

}

/* ==========================================================================
    # EXTERNAL lINKS
========================================================================== */
.external-links {
    background-color: #f5f6f6;
}

.external-links .title {
    font-size: 16px;
    text-align: center;
}

/* ==========================================================================
    # SIMPLE DROPDOWN
========================================================================== */
#top-nav > ul .menu-item-has-children {
    position:relative;
}

#top-nav > ul .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity:0;
    position:absolute;
    padding:10px;
    z-index:-1;
    border:1px solid #dfdfdf;
    border-radius:5px;
    min-width:190px;
    background-color:#fff;
    transform: translateY(-20px);
    transition:0.3s;
}

#top-nav > ul .menu-item-has-children .sub-menu li {
    margin:0 0 10px;
}

#top-nav > ul .menu-item-has-children .sub-menu li a {
    color:#777;
    padding: 5px 7px 9px;
    position:relative;
    transition:0.3s;
}


#top-nav > ul .menu-item-has-children .sub-menu li a:before {
    display:block;
    content: '';
    width:0;
    height:2px;
    bottom:0;
    position:absolute;
    left:0%;
    right:0%;
    margin:0 auto;
    background-color:#000;
    transition:0.3s;
}


#top-nav > ul .menu-item-has-children .sub-menu li:hover a:before {
    width:100%;
}

#top-nav > ul .menu-item-has-children:hover .sub-menu {
    transform:translateY(10px);
    visibility: visible;
    opacity:1;
    z-index:100;
}

/* ==========================================================================
    # MEGA MENU
========================================================================== */
#top-nav .mega-menu-holder > ul {
    text-align: left;
    padding: 0;
}

.mega-menu-holder {
    background: url(../images/layout/mega-menu-left-bkg.png) left 50% / 244px 344px no-repeat,
                url(../images/layout/mega-menu-right-bkg.png) right 90% / 258px 188px no-repeat;
    background-color: #f5f5f5;
    position: absolute;
    top: 85px;
    left: 50%;
    z-index: 99;
    /*  max-width: 1450px;
     width: 90%; */
    width: 100%;
    max-width:800px;
    /* max-width:960px; */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* padding: 10px 10% 55px; */
    padding: 10px 3% 55px;
}
.city-serv.mega-menu-holder{
    width: 100%;
    max-width:960px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 1% 55px;
}
.mega-menu-title {
    font: 15px 'ralewaybold';
    text-transform: uppercase;
    text-align: left;
    padding: 20px 0 15px;
}

.mega-menu-holder  ul {
    list-style: none;
}

.mega-menu-holder > ul {
    background: #fff;
    position: relative;
    width: 43%;
    padding: 0;
}
.city-serv.mega-menu-holder > ul {
    width: 20%;
}

#menu-header-menu li.depth-0.menu-item-has-children:hover,
#top-nav > ul > li.mega-menu-visible {
    background: #f5f5f5;
}

.mega-menu-holder.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.mega-menu-holder ul li.depth-1 {
    width: 100%;
}

.mega-menu-holder ul li.depth-1 > span {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #000000;
    text-align: left;
    background: #fff;
    cursor: pointer;
    border-left: 3px solid #ffd400;
    border-right: 2px solid #f5f5f5;
}

.mega-menu-holder ul li > span span {
    border-bottom: 1px solid #aeaeae;
    display: block;
    padding: 10px 0;
    position: relative;
}

.mega-menu-holder ul li.depth-1:last-child > span > span {
    border-color: #fff;
}

.mega-menu-holder ul li > span span.icon-arrow:before {
    width: 7px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #bebaba;
}

.mega-menu-holder ul li.depth-1:hover > span {
    background: #ffd400;
}

.mega-menu-holder ul li.depth-1:hover span.icon-arrow:before {
    color: #000;
}

.mega-menu-holder ul li.depth-1:hover > span > span {
    border-color: #ffd400;
}

.mega-menu-holder ul li.depth-1 > div {
    /* display: none;
    display: block; */
    opacity: 0;
    visibility: hidden;
}

.mega-menu-holder ul li.depth-1:hover > div {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.city-serv.mega-menu-holder ul li.depth-1:hover > div{
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.mega-menu-holder ul li.depth-1 > div {
    position: absolute;
    top: 0;
    left: 100%;
    width: 133%;
    z-index: 100;
    background: #fff;
    padding: 15px 10px 15px;
    /* height: 100%; */
    overflow: hidden;
}
.city-serv.mega-menu-holder ul li.depth-1 > div{
    width: 400%;
}
.mega-menu-holder ul li.depth-1 > div > ul {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
}
.city-serv.mega-menu-holder ul li.depth-1 > div > ul {
    width: 25%;
}
.mega-menu-holder ul li.depth-1 > div > ul:after {
    content: '';
}

.mega-menu-holder ul li.depth-1 > ul > a {
    padding: 0;
    font: 13px/18px 'ralewayregular';
}

.mega-menu-holder li.depth-2 a:hover,
.mega-menu-holder li.depth-2 a:focus {
    color: #00b0f8;
    text-decoration: underline;
}

.mega-menu-holder ul li.depth-1 > ul > li {
    margin: 0 0 5px;
}

.mega-menu-holder ul li.depth-1 > ul > a:hover {
    color: #00b0f8;
    text-decoration: underline;
}

.mega-menu-holder ul li.depth-1 p.category-title {
    color: #fad001;
    font: 16px/14px "ralewaybold";
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-left: 20px;
}

.mega-menu-holder ul li.depth-1 ul li.service_category_title {
    font: 15px/17px "ralewaybold";
    margin: 25px 0 7px;
}

.mega-menu-holder ul li.depth-1 ul li:not(.service_category_title) {
    margin: 6px 0;
    line-height: 15px;
}

.mega-menu-holder ul li.depth-1 ul li.service_category_title:first-child {
    margin-top: 0;
}

.view_all_service {
    position: absolute;
    bottom: 30px;
    font: 14px/14px "ralewaybold";
    font-weight: normal;
}

#fc-bubble {
    position: fixed;
    background-size: contain;
    width: 65px;
    height: 65px;
    bottom: 20px;
    right: 15px;
    z-index: 99999999999;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.obf-Loader {
	position: fixed;
	z-index: 99999999999;
	top: 0;
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
}

.obf-Loader.show {
	display: block;
}

#inner-white-loader.loading-obf {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -25px 0 0 -25px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #949494;
	border-top-color: var(--client-loader-outside-circle);
	-webkit-animation: spin-obf 1s linear infinite;
	animation: spin-obf 1s linear infinite;
	z-index: 1001;
    background: #000;
}

#inner-white-loader.loading-obf:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #c9c9c9;
	border-top-color: var(--client-loader-middle-circle);
	-webkit-animation: spin-obf 1.6s linear infinite;
	animation: spin-obf 1.6s linear infinite;
}

#inner-white-loader.loading-obf:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #ffffff;
	border-top-color: var(--client-loader-inside-circle);
	-webkit-animation: spin-obf 0.8s linear infinite;
	animation: spin-obf 0.8s linear infinite;
}

@-webkit-keyframes spin-obf {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin-obf {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loader-wrapper-obf .loader-section-obf {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#loader-wrapper-obf .loader-section-obf.section-left-obf {
	left: 0;
}

#loader-wrapper-obf .loader-section-obf.section-right-obf {
	right: 0;
}

#overlay-obf {
	z-index: 1150;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.white-loader {
	z-index: 1200;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-28%, 38%);
    width: 35px;
    height: 35px;
    opacity: 0;
    visibility: hidden;
}
.white-loader.visible {
    opacity: 1;
    visibility: visible;
}

.loading-text-container-obf {
	color: #fff;
	z-index: 1200;
	margin-top: 15px;
	text-align: center;
}

/* ==========================================================================
    # RETINA MEDIA QUERIES
========================================================================== */


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #app-section:after {
        background-image: url(../images/layout/ios-gadgets@2x.png);
        background-size: cover;
    }

    #app-section p {
        background-image: url(../images/layout/fs-logo@2x.png);
        background-size: 45px 45px;
    }

    .feedback-wrap-bkg {
        background-image: url(../images/layout/amber@2x.png);
        background-size: 101px 101px
    }
}

@media only screen and (min-width: 768px) {
    .header-section {
        background: #fff;
        position: relative;
        width: 100%;
        z-index: 950;
    }
    .header-section.sticky .header-holder {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 850;
        box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    }
}

@media only screen and (max-width: 1310px) {
    .mega-menu-holder {
        padding: 10px 5% 55px;
    }
}


@media only screen and (max-width: 1215px) {
    #logo-wrap object,
    img {
        max-width: 100%;
        height: auto;
    }

    #top-nav {
        text-transform: capitalize;
        font-size: 13px
    }

    .web-account {
        vertical-align: baseline;
    }

    .cta-wrap #header-phone {
        margin: 0;
    }

    #top-nav > ul > li > a {
        padding: 5px 3px 9px;
    }

    #top-nav > ul > li > a {
        margin: 0 2px;
    }

    #top-nav > ul > li:not(:last-child) > a:before {
        right: -3px;
    }

    #app-section p {
        background-position: 0 0;
        padding-left: 80px;
        padding-right: 290px;
    }

    #app-section p a {
        right: 125px
    }

    #app-section:after {
        right: 0;
    }

    #app-section a:first-child {
        margin-left: 0;
    }

    #action-row-above-footer a.button.invert {
        width: 25%;
    }

    #footer-action-section img {
        width: 45%;
        margin: 50px 0 0;
    }

    #footer-action-section a.button {
        font-size: 15px;
        padding: 10px 25px;
    }

    .footer-goole-play {
        margin-left: 0;
    }

    .cookie-policy-wrap a {
        margin-left: 0
    }

    .prices table {
        width: 100%
    }

    .prices table-horizontal {
        width: 95%;
    }

    .customer-reviews-holder .review-holder {
        padding: 20px 20px;
    }

    .mega-menu-holder > ul {
        width: 25%;
    }

    .mega-menu-holder ul li.depth-1 > div {
        width: 300%;
    }

    .mega-menu-holder ul li.depth-1 > div > ul {
        padding: 0 15px;
    }

    .mega-menu-holder ul li.depth-1 ul li.service_category_title {
        font-size: 14px;
        margin: 20px 0 7px;
    }
}
 .tab-controls span {
    display: inline-block;
    margin: 0 7px;
    padding: 0 0 5px 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.tab-controls .tab-active {
    color: #333;
    border-bottom: 3px solid #ffd400;
    font-weight: bold;
}
.area-coverage-holder {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;

    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;

}
.area-coverage-holder.tab-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #top-nav > ul > li > a {
        margin: 0 2px;
    }

    #top-nav > ul > li:not(:last-child) > a:before {
        right: -3px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-section-background {
        right: -20px;
    }

    .header-reviews .stamp {
        margin-left: 20px;
    }

    .hero-section-background .hero-arrow {
        left: -48px;
        bottom: 86px;
    }
}

@media only screen and (max-width: 991px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }
    .home.header-action-section {
        text-align: center;
    }

    .home.header-action-section h1 {
        font-size: 36px;
        line-height: 41px;
        width: 98%;
        margin: 30px auto 35px;
    }

    .home.header-action-section .subtitle {
        font-size: 20px;
        line-height: 30px;
        width: 95%;
        margin: 0 auto;
    }

    .home .searchbox {
        width: 86%;
        margin: 32px auto 20px;
    }

    .header-reviews {
        display: none;
    }

     .hero-section-background {
         position: relative;
        /* overflow: hidden; */
        right: auto;
        bottom: auto;
        clear: both;
     }

     .hero-section-background img:not(.hero-arrow) {
         max-width: 380px;
     }

     .hero-section-background .hero-arrow {
        left: 26px;
        bottom: auto;
        top: 79px;
        -webkit-transform: rotate( 60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate( 60deg);
    }

    #logo-wrap a {
        display: block;
        margin-top: 10px;
    }

    .map-holder,
    .image-holder,
    .map-holder img {
       width: 150px;
       height: 150px
    }


    #top-nav > ul > li > a {
        padding: 5px 1px 9px;
    }

    #header-phone {
        display: none
    }

    #review-wrap {
        font-size: 25px;
        padding-top: 80px;
    }

    .review-author {
        font-size: 18px
    }

    #action-row-above-footer a {
        width: 27%;
        font-size: 16px;
    }

    #action-row-above-footer a.button.invert {
        width: 29%;
    }

    #benefit-section {
        background: none
    }

    #benefit-section h2 {
        text-align: center;
    }

    #app-wrap p {
        background-position: 10px 0;
        padding-left: 75px;
    }

    #app-section {
        padding-right: 100px;
    }

    #app-section a {
        margin: 15px 0 0;
    }

    #action-row-above-footer a.button span {
        right: 27%;
    }

    #action-row-above-footer a {
        width: 25%;
    }

    #footer-action-section a.button {
        margin: 20px 0 0;
    }

    #footer-action-section img {
        display: none
    }

    .action-row .button {
        width: 40%;
    }

    .service-category ul li {
        font-size: 14px;
    }

    .cookie-policy-wrap a {
        margin-left: 0
    }

    .customer-reviews-holder .review-holder {
        padding: 10px 10px;
    }

    .customer-reviews-holder .review-holder p.review-title {
        margin: 10px 0 20px;
    }

    .customer-reviews-holder .review-holder p.review-description {
        margin-bottom: 20px;
    }

    .mega-menu-holder {
        width: 100%;
        padding: 10px 3% 55px;
    }

    .mega-menu-holder ul li.depth-1 p.category-title {
        font-size: 15px;
    }

    .mega-menu-holder ul li.depth-1 > div > ul {
        padding: 0 10px;
    }

    .mega-menu-holder ul li.depth-1 ul li.service_category_title {
        margin: 15px 0 7px;
    }

    .mega-menu-holder ul li.depth-1 p.category-title {
        padding-left: 10px;
    }

    /* reviews product section */
    .product-reviews-widget-inner {
        max-height: 600px;
        overflow: hidden;
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .site-content h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    #logo-wrap a {
        margin-top: 0;
    }

    #header-action {
        margin: 0;
    }

    #header .container .row > div:last-child {
        text-align: center;
    }

    .header-action-section .button {
        width: 48%;
        margin: 0;
        font-size: 14px;
        padding: 15px 5px;
        text-transform: capitalize;
    }

    .searchbox {
        margin: 30px 0;
    }
    .searchbox .service, .searchbox .city {
        width: 97%;
        margin: 10px 0;
    }
    .searchbox .city {
        position: relative;
        z-index: 99;
    }

    .action-row .button {
        width: 100%;
        margin: 0 0 20px;
    }

    #review-wrap {
        font-size: 18px;
        padding: 30px 0;
    }

    #review-wrap p {
        padding-left: 50px;
    }

    #review-wrap p.review-author {
        font-size: 16px ;
    }

    #app-section p {
        background: transparent;
        padding: 0 70px 0 0;
    }

    #review-wrap p:before {
        font-size: 30px;
        left: 10px;
    }

    #app-section p a {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0%);
        display: block;
        margin-top: 20px;
    }

    #action-row-above-footer {
        margin: 0;
    }

    #action-row-above-footer a.button.invert,
    #action-row-above-footer a {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #action-row-above-footer a.button span {
        right: auto;
        text-align: center;
        position: relative;
    }

    #footer-action-section,
    .feedback-wrap {
        display: none
    }

    .form-item .gfield.col-4 {
        width: 100%;
    }

    .cookie-policy-wrap span.icon-close {
        top: -10px;
        right: 10px
    }

    .home-page .service-category {
        max-width: 270px;
    }

    #app-wrap p {
        padding-right: 160px;
    }

    .form-item input[type=submit] {
        max-width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    #social-fixed {
        display:none;
    }
}

@media only screen and (max-width: 320px) {

    h1 {
        margin: 20px 0 20px;
    }

    #top-nav ul {
        margin-top: 15px;
    }

    #top-nav ul li a {
        padding: 5px 0px 9px;
        font-size: 13px;
    }

    #top-nav ul li:not(:last-child):after {
        height: 15px;
        top: 2px;
    }

    #benefit-section {
        margin: 30px auto;
    }
}