body {
    padding: 0;
    color: #424242;
    margin: 0 60px;
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Roboto', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

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

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.row:after,
.row:before,
.container:before,
.container:after {
    content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'D-DIN', Helvetica, Arial;
    color: #0a1328;
    font-weight: 600;
    margin-top: 0;
}

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

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

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

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

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

p {
    font-size: 18px
}

p.intro-text {
    font-size: 20px
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 28px;
    margin: 6px 0;
    font-size: 18px;
    color: #525a6c;
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

#reviews-counter .google {
    display: inline-flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    border: 2px solid #4fce6a;
    padding: 5px 10px 5px 5px;
    line-height: 1;
    border-radius: 5px;
    background: #fff;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important; */
}

#reviews-counter img {
    height: 50px !important;
    margin-right: 8px;
    padding: 5px;
}

#reviews-counter p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #040404;
    font-weight: 500;
}

@media all and (max-width:812px) {
    #reviews-counter img {
        margin-bottom: 0 !important;
    }
}

#header_bar {
    text-align: center;
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #2eb9eb;
    color: #1c1c1c;
}

#header_bar p {
    color: #1c1c1c;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 500;
}

#header_bar p a {
    font-weight: bold;
    text-decoration: underline;
    color: #323232;
}

#header ul.list li {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
    font-weight: bold;
    font-size: 19px;
}

#header ul.list li:before {
    font-weight: normal;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e99b";
    color: #2eb9eb;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px
}

ul.list li:before {
    content: "\e98f";
}

.pop-body form {
    padding: 15px 25px 10px
}

#floating-number {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9993;
    color: #fff;
    padding: 0 0 20px 20px
}

#floating-number .holder {
    padding: 10px 15px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out 0;
    -moz-transition: all 350ms ease-in-out 0;
    -ms-transition: all 350ms ease-in-out 0;
    -o-transition: all 350ms ease-in-out 0;
    transition: all 350ms ease-in-out 0;
    background-color: rgba(16, 109, 228, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    -wenkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
    color: #fff
}

#floating-number p {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-weight: 600
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0
}

@keyframes glowing {

    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 2px #00a8d7
    }

    50% {
        background-color: #0369a9;
        box-shadow: 0 0 8px #0369a9
    }
}

@keyframes glowing2 {

    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 3px #00a8d7
    }

    50% {
        background-color: #0369a9;
        box-shadow: 0 0 10px #0369a9
    }
}

.flushy {
    animation: glowing 1000ms infinite
}

.flushy2 {
    animation: glowing2 1500ms infinite
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #525a6c;
    border-color: #e3ebec;
    background-color: #e3ebec;
}

textarea.form-control {
    height: 120px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.form-label {
    text-shadow: none;
    font-size: 14px;
    color: #0a1328;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.ctaBlock.mainCallToAction p {
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    text-transform: inherit;
}

.ctaBlock {
    padding: 50px;
    background-color: #0a1328;
    position: relative;
}

.ctaBlock p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
}

.ctaBlock h2 {
    color: #fff;
    text-transform: uppercase
}

.ctaBlock i {
    position: absolute;
    font-size: 105px;
    color: rgba(255, 255, 255, 0.2);
    right: 10px;
    top: 50%;
    margin-top: -40px;
}

.ctaBlock .bottomCTA {
    position: absolute;
    bottom: 0;
    margin-bottom: 45px;
}

.ctaBlock h2 span {
    display: block;
    font-size: 30px;
}

.ctaBlock h2 a {
    color: #2eb9eb;
    font-size: 50px;
}

.ctaBlock h2 a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color ease-in-out .15s;
    -o-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
}

.ctaBlock.invertBox {
    border: 15px solid #f1f5f6;
    background-color: #fff;
    margin: 0;
    padding: 40px 20px;
    margin-bottom: 25px;
    min-height: 555px;
}

.ctaBlock.invertBox p {
    color: #525a6c;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.ctaBlock.invertBox img {
    margin-bottom: 15px;
}

.ctaBlock.invertBox h2 {
    color: #0a1328;
    font-size: 26px;
}

.ctaBlock ul.intro-list {
    margin-bottom: 0;
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "D-DIN", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}



#headerContent {
    background-image: url(../img/header_lg.jpg);
    background-size: cover;
    position: relative;
    background-position: top
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.form-container h4.title.small {
    color: #ffe016;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    margin-bottom: 0
}

.form-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff
}

.header-cotnent {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}

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

.list.no-top-margin {
    margin-top: 0;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #1793d6;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold
}

.pre-footer-form-header span {
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

.form-control:focus {
    border-color: #0786ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(7, 134, 234, 0.5), 0 0 8px rgba(102, 175, 233, 0.8)
}

::selection {
    background: #276cd2;
    color: #fff;
    text-shadow: none
}

.today-offer {
    display: inline-block;
    border: 6px dashed #18b9dd;
    padding: 15px 15px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFE016;
    font-size: 19px;
    margin-top: 10px;
    box-shadow: 0 0 50px #020202, 0 0 1px #000;
    background-color: #252c33;
}

.today-offer span {
    display: block
}

.today-offer .offer-price {
    font-size: 60px;
    margin: 15px 0;
}

.preview-offer {
    text-align: right;
    font-family: 'Poppins', Helvetica, Arial;
    text-shadow: 0 0 50px, 0 0 1px #000;
    margin-top: 12px;
}

.preview-offer .offer-description {
    text-align: left;
    float: right;
}

.preview-offer .offer-description a {
    font-size: 26px;
    color: #1ab4d7;
    font-weight: bold;
}

.preview-offer .offer-description span {
    display: block;
}

.preview-offer .offer-price {
    font-size: 110px;
    font-weight: bold;
    color: #ea4335;
    line-height: 90px;
}

.preview-offer .offer-price span {
    font-size: 25px;
    font-weight: normal;
}

.preview-offer .offer-title {
    color: #fec738;
    font-size: 21px;
    font-weight: 600;
}

.preview-offer span {
    color: #fff;
}

.strike {
    text-decoration: line-through
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    white-space: normal;
    letter-spacing: 0;
    height: auto;
    border-width: 0 !important;
    border-radius: 0;

    padding: 1.15em 2.1em;

    color: #0a1328;
    background: linear-gradient(to right, #0a1328 50%, #2eb9eb 50%) no-repeat scroll right bottom / 210% 100% #2eb9eb !important;

    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease !important;
    transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease !important;
}

.btn:hover {
    background-position: left bottom !important;
    color: #ffffff !important;
}

.btn-sm {
    font-size: 15px;
    padding: 0.9em 1.8em;
}

.btn-submit {
    margin-top: 8px;
    width: 100%;
}

#headerBar {
    border-top: 8px solid #0a1328;
    background-color: #fff;
    padding: 45px 0 15px;
}

#headerBar .cta-ul-holder {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: flex;
}

#headerBar ul.cta-ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#headerBar ul.cta-ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

#headerBar ul.cta-ul li:last-child {
    margin-right: 0;
}

#headerBar ul.cta-ul li a {
    display: block;
    position: relative;
    padding-left: 50px;
    color: #0a1328;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
}

#headerBar ul.cta-ul li a:hover {
    text-decoration: none;
}

#headerBar ul.cta-ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 34px;
    font-weight: bold;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#headerBar ul.cta-ul li a:hover i {
    color: #2eb9eb;
}

#headerBar img {
    height: 110px;
}

.navbar-toggle {
    margin-top: 17px;
    margin-right: 0;
    margin-bottom: 17px;
}

.navbar-collapse {
    padding: 0;
}

.no-min-height {
    min-height: 0;
}

#navBar {
    background-color: #0a1328;
}

#navBar ul.nav-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navBar ul.nav-ul li {
    display: inline-block;
}

#navBar ul.nav-ul li a {
    color: #fff;
    padding: 1.7em 1.2em;
    display: block;

    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#navBar ul.nav-ul li:first-child a {
    padding-left: 0;
}

#navBar ul.nav-ul li a:hover {
    color: #2eb9eb;
    text-decoration: none
}

#navBar ul.mobile-nav-ul {
    border-top: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #0a1328;
}

#navBar ul.mobile-nav-ul li {
    display: block
}

#navBar ul.mobile-nav-ul li a {
    padding: 1.2em 1.2em;
    display: block;
    color: #fff;

    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#navBar ul.mobile-nav-ul li:last-child a {
    border: 0;
}

#navBar ul.mobile-nav-ul li a:hover {
    background-color: #2eb9eb;
    text-decoration: none
}

#navBar ul.mobile-nav-ul li a:focus {
    background: transparent;
}

#headerContent {
    padding: 60px 0;
}

#headerContent h1 {
    line-height: 55px;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}

#headerContent h3 {
    color: #FFE016;
    font-size: 24px;
    line-height: 1.1;
    text-decoration: underline;
    margin-bottom: 20px;
}

#headerContent h1,
#headerContent p {
    color: #fff;
}

#headerContent p {
    margin-bottom: 15px;
}

.pop-body .title {
    font-weight: bold;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    /* height: 105px; */
    line-height: 33px;
    letter-spacing: 2px;
    padding-bottom: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: -1px -1px 0;
    padding-top: 20px;
    padding-bottom: 14px;
    background: #0a1328;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -khtml-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
}

.pop-body .title span:first-child {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 4px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    /* text-align: left; */
    padding: 0 20px;
}

.pop-body .title span+span {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    display: block;
    font-weight: 300;
    font-weight: bold;
}

.pop-body {
    position: relative;
    z-index: 999;
}

.pop-body form {
    padding: 20px 25px 10px;
    background-color: #fafafa;
    /* border-top: 1px solid #f9ba00; */
}

.pop-body .cta-sub {
    color: #0a1328;
    margin: 15px 0 7px;
}

.todayOffer {
    background-color: #2eb9eb;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
}

.todayOffer .offerCta {
    display: block;
    line-height: 15px;
}

.todayOffer .clock-display,
.todayOffer .offerValue {
    display: block;
    font-weight: bold;
    font-family: 'D-DIN', Helvetica, Arial;
    font-size: 33px;
}

.todayOffer .offerValue {
    margin: 5px 0;
}

.rating-holder {
    flex-direction: column;
    text-align: right;
    display: flex;
    align-self: flex-end;
}

.marBottom {
    margin-bottom: 20px;
}

#back-to-top {
    position: fixed;
    bottom: -55px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #0a1328;
    font-weight: bold;
}

#whyUs {
    padding: 100px 0;
}

#we-are-open {
    padding: 70px 0;
    background-color: #0a1328;
}

#we-are-open h4 {
    line-height: 28px;
    color: #fff;
    text-align: right;
    margin-top: 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#we-are-open p {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}

#we-are-open p b {
    color: #2eb9eb;
}

#back-to-top:hover {
    background: transparent;
    color: #2eb9eb;
}

#back-to-top:active {
    background: transparent;
}

#back-to-top.show {
    bottom: 134px;
}

#back-to-top:after {
    content: '\e9a5';
    font-family: 'Fontello';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 16px;
}

#services {
    margin-top: 10px;
}

#services,
#testimonials {
    padding: 100px 0;
    background-color: #f1f5f6;
}

.section-headline {
    text-align: center;
    margin-bottom: 60px;
}

.section-headline h2 {
    margin-bottom: 25px;
}

.section-headline p {
    color: #525a6c;
}

.section-headline p b {
    color: #0a1328;
    border-bottom: 2px solid #2eb9eb;
}

.service-block {
    border: 10px solid #fff;
    padding: 45px 46px;
    text-align: center;
}

.service-block ul.intro-list li {
    text-align: left;
}

.service-block h5 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.service-block img {
    border-radius: 50%;
    margin: 0 auto 35px;
}

#brands {
    padding: 100px 0;
    background-color: #0a1328;
    margin-top: 10px;
}

#brands .section-headline h2 {
    color: #2eb9eb;
}

#whyChooseUs {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 80px 0;
    background-image: url("../img/why-us-bg.webp");
    background-size: cover;
    background-position: center;
}

#whyChooseUs h2 {
    color: #fff;
}

#whyChooseUs h2 span {
    color: #2eb9eb;
    display: inline-block;
}

#whyChooseUs p {
    color: rgba(255, 255, 255, 0.8);
}

#whyChooseUs ul.intro-list {
    margin-bottom: 0;
}

#whyChooseUs ul.intro-list li {
    color: #fff;
}

.pest-type {
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 31px;
    margin-bottom: 30px;
    background-color: #fff;
}

.pest-type img {
    height: 42px;
    margin-right: 10px;
}

.pest-type span {
    color: #0a1328;
    font-weight: 600;
    font-size: 16px;
}


.cta-full {
    background-color: #0a1328;
    padding: 50px 0;
}

.cta-full p {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.cta-full p b {
    color: #2eb9eb;
}

.cta-full h1 {
    margin-bottom: 0;
}

.cta-full h1 a {
    color: #2eb9eb;
    font-size: 70px;
}

.center-content-inCol {
    justify-content: center;
    flex-direction: column;
    text-align: left;
    display: flex;
}

#aboutUs {
    padding: 115px 0;
}

#aboutUs h2 {
    margin-bottom: 15px;
}

#aboutUs h2 span {
    color: #2eb9eb;
    display: block;
}

#aboutUs p {
    color: rgba(82, 90, 108, 0.9);
    font-size: 17px;
}

#aboutUs p b.highlight,
#aboutUs p b.highlight a {
    color: #2eb9eb;
}

#aboutUs p b.highlight a {
    text-decoration: underline;
}

.review-block {
    background-color: #fff;
    text-align: center;
    padding: 50px 45px 35px;
    position: relative;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
}

.review-block img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.review-block p {
    font-size: 15px;
    color: #525a6c;
    line-height: 24px;
    margin-bottom: 25px;
}

.review-block h5.author {
    font-size: 17px;
}

.review-block h5.author span {
    display: block;
    color: #92969f;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
}

.review-block img.rating {
    margin-bottom: 25px;
}

#footer {
    background-color: #0a1328;
    padding: 25px 0;
}

#footer h1 {
    text-align: right;
    margin-bottom: 0;
}

#footer h1 a {
    color: #2eb9eb;
    font-size: 38px;
    font-weight: bold;
}

#footer img {
    width: 85px;
}

#copyright {
    background-color: #070e1d;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    1
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

#quote {
    padding: 100px 0;
}

.request-quote-form {
    background-color: #fff;
    position: relative;
    z-index: 999;
}

.request-quote-form h5 {
    margin: 0;
    padding: 18px 0;
    text-align: center;
    background-color: #f1f5f6;
    font-size: 22px;
}

.form-container {
    border: 8px solid #f1f5f6;
    border-top: 0;
    padding: 20px;
}

.form-label span {
    color: red;
}

.form-label span.muted {
    color: rgb(10, 19, 40);
    font-size: 11px;
    font-weight: bold;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
}

#quote p.intro {
    color: #525a6c;
    font-size: 17px;
    margin-bottom: 25px;
}

.value-prop {
    position: relative;
    margin-bottom: 30px
}

.value-prop img {
    position: absolute;
    top: 50%;
    margin-top: -38px;
}

.prop-content {
    padding-left: 105px;
}

.prop-content h6 {
    font-size: 19px;
    margin-bottom: 6px;
}

.prop-content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.trx_addons_icon-menu {
    color: #fff;
    font-size: 35px;
}

.trx_addons_icon-menu:before {
    content: '\e93c';
    font-family: 'Fontello';
}

@media(max-width:990px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:1024px) {
    body {
        margin: 0;
    }

    .service-block {
        margin-bottom: 25px;
    }

    .ctaBlock i {
        font-size: 5.4em;
        top: 50%;
        margin-top: -45px;
    }

    .cta-full h1 a {
        font-size: 60px;
    }
}

@media screen and (max-width:812px) {
    #headerBar {
        margin-top: 95px;
    }

    #headerBar img {
        margin: 0 auto 30px;
    }

    #headerBar .cta-ul-holder {
        display: block;
        text-align: center;
    }

    .row-eq-height {
        display: block;
    }

    .todayOffer {
        padding: 7px 0;
    }

    .service-block {
        padding: 45px 39px;
    }

    .today-offer .offer-price {
        font-size: 51px;
    }

    .preview-offer {
        margin-top: 20px;
        margin-bottom: 10px;
    }

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

    .header-content {
        padding: 10px 0 30px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .form-container {
        z-index: 999;
        position: relative;
        margin: 0
    }

    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }

    #navBar ul.nav-ul li a {
        padding: 1.7em 0.9em;
    }

    .rating-holder {
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .rating-holder img {
        max-width: 130px;
        margin: 0 auto;
        display: inline-block;
        margin-right: 20px;
    }

    .ctaBlock {
        padding: 30px 15px;
    }

    .ctaBlock .bottomCTA {
        position: relative;
        bottom: auto;
        margin-top: 72px;
        margin-bottom: 0;
    }

    #whyUs {
        padding: 70px 0;
    }

    .cta-full h1 {
        margin-bottom: 20px;
    }

    #whyChooseUs {
        padding: 100px 0;
    }

    #aboutUs {
        padding: 90px 0;
    }

    #aboutUs img {
        margin-bottom: 30px;
    }

    .review-block {
        margin-bottom: 20px;
    }

    .request-quote-form {
        margin-bottom: 30px;
    }

    #quote h1 {
        font-size: 55px;
    }

    #footer img {
        margin-bottom: 20px;
    }

    #floating-number {
        padding: 0;
        right: 0;
        top: 89%;
        bottom: auto;
    }

    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }

    #floating-number .holder {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }

    #floating-number h3 {
        font-size: 40px
    }

    .pop-body {
        margin-top: 40px;
    }

    .ctaBlock h2 a {
        font-size: 40px;
    }

    .ctaBlock h2 span {
        font-size: 25px;
    }

    .ctaBlock.invertBox {
        padding: 25px;
    }

    #we-are-open h4 {
        text-align: left;
    }
}

@media (max-width: 414px) {
    #headerContent h1 {
        font-size: 45px;
        line-height: 49px;
    }

    #headerContent {
        padding: 80px 0 70px;
    }

    .ctaBlock.invertBox {
        margin-bottom: 40px;
    }

    .ctaBlock.invertBox img {
        margin-bottom: 20px;
    }

    #whyUs {
        padding: 80px 0;
    }

    #whyChooseUs h2 {
        font-size: 40px;
    }

    .cta-full h1 a {
        font-size: 42px;
    }

    .review-block {
        padding: 50px 40px 35px;
    }

    #quote {
        padding: 80px 0;
    }

    #quote h1 {
        font-size: 55px;
    }

    .preview-offer {
        text-align: center;
        margin-bottom: 20px;
    }

    .preview-offer .offer-description {
        text-align: center;
        float: none;
    }

    .today-offer .offer-price {
        font-size: 45px;
    }

    .preview-offer .offer-price {
        line-height: 50px;
    }

    .pest-type {
        padding-left: 10px;
        padding-right: 0;
    }

    .pest-type img {
        margin-right: 7px;
        height: 30px;
    }

    .header-content ul.list {
        margin-bottom: 60px;
    }

    #footer h1 {
        text-align: center;
    }

    #footer img {
        margin: 0 auto 20px;
    }

    #headerBar ul.cta-ul li.header-cta-offer {
        margin-bottom: 15px;
    }

    .todayOffer .offerCta {
        margin-bottom: 0;
    }

    #we-are-open h4 {
        text-align: center;
    }
}