@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,700,800,300);



@font-face {

    font-family: 'ProximaNovaRegular';

    src: url('../fonts/ProximaNovaRegular.eot');

    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),

        url('../fonts/ProximaNovaRegular.woff2') format('woff2'),

        url('../fonts/ProximaNovaRegular.woff') format('woff'),

        url('../fonts/ProximaNovaRegular.ttf') format('truetype'),

        url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');

}

@font-face {

    font-family: 'proxima_novasemibold';

    src: url('../fonts/proximanova-semibold-webfont.eot');

    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),

        url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),

        url('../fonts/proximanova-semibold-webfont.woff') format('woff'),

        url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),

        url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'proxima_nova_rgbold';

    src: url('../fonts/proximanova-bold-webfont.eot');

    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),

        url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),

        url('../fonts/proximanova-bold-webfont.woff') format('woff'),

        url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),

        url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'bebas_neuebook';

    src: url('../fonts/bebasneue_book-webfont.eot');

    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),

        url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),

        url('../fonts/bebasneue_book-webfont.woff') format('woff'),

        url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),

        url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');

    font-weight: normal;

    font-style: normal;

}



body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

a {
    color: #006600;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    text-decoration: underline;
}

.row {
    width: 100%;
    float: left;
}

.wrapper {
    max-width: 1085px;
    margin: 0 auto;
}

.text_rt {
    text-align: left;
}

.clear {
    clear: both;
}

.es {
    color: #F00;
    position: relative;
    padding: 5px;
    float: right;
    width: 250px;
    margin: -35px 5px 0 0;
    text-align: right;
    display: none;
}

.btn {
    font-size: 14px;
    font-weight;
    600;
    background: #0071bc;
    display: block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    color: #FFF;
    text-decoration: none;
    border: 1px solid transparent;
    text-align: center;
    transition: all 0.3s;
}

.btn:hover {
    background: #333;
    border-color: #b3b3b3;
    text-decoration: none;
}

.btn .fa {
    vertical-align: middle;
}



/*== Header Section

============================*/

header {}

.cha_left_stl {
    margin-bottom: 10px;
    width: 25%;
}

.appoint_cptcha {
    width: 65% !important;
}

.recaptcha-field input#security {
    width: 80%;
}

.recaptcha-field input#securitypopup {
    width: 80%;
}

.recaptcha-field img {
    margin: 15px;
}

.recaptcha-field span#securityerror {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.top-header {
    height: 38px;
    background: #013f72;
    text-align: right;
    color: #FFF;
    font-size: 14px;
}

.top-header a {
    color: #FFF;
}

.top-header .wrapper {
    position: relative;
}

.TH-content {
    line-height: 38px;
}

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

.TH-content li {
    float: right;
}

.TH-content li:first-child {
    float: left;
}

.TH-content i.fa {
    margin-right: 4px;
}



.area-since {
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 380px;
    left: 50%;
    top: 0;
    margin-left: -225px;
    text-align: center;
}



.bottom-header {
    padding: 10px 0;
}



.logo {
    float: left;
}



.phone-no {
    float: left;
    font-family: 'ProximaNovaRegular';
    font-size: 26px;
    font-weight: bold;
    line-height: 1.0;
    margin: 4px 0 0 20px;
}

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

.phone-no a {
    color: #000;
}



.menu-section {
    float: right;
    margin: 12px 0 0 40px;
}

.menu-icon {
    display: none;
}

.mainmenu {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    float: left;
}

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

.mainmenu li {
    display: inline-block;
    margin: 0 9px;
}

.mainmenu a {
    color: #000;
    text-decoration: none;
    display: block;
    margin: 0;
    transition: all 0.3s;
    line-height: 30px;
}

.mainmenu li:hover>a,
.mainmenu a:hover,
.mainmenu li.active a {
    color: #0062bf;
}

.mainmenu li.active a {
    font-weight: bold;
}

.mainmenu li.single-menu a {
    padding-top: 10px;
}



.mainmenu ul ul {
    position: absolute;
    width: 150px;
    background: #202154;
    z-index: 9;
    display: none;
}

.mainmenu ul ul a {
    color: #FFF;
}

.mainmenu ul ul li {
    float: none;
    margin: 2px;
}

.mainmenu ul ul a:hover,
.mainmenu ul ul li.active a {
    border-color: #3ea9c6;
    background: #3ea9c6;
}

.mainmenu ul li:hover ul {
    display: block;
}



.social-icons {
    float: right;
    padding: 13px 0 0 17px;
}

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

.social-icons li {
    float: left;
    margin-left: 5px;
}



.search-section {
    float: right;
    color: #868686;
    font-size: 20px;
    margin: 22px 0 0 0;
}

.search-section i.fa {
    cursor: pointer;
}



.main-slider {
    text-align: center;
    color: #FFF;
    position: relative;
}

.main-slider .flexslider .slides>li {
    height: 384px;
    background: none no-repeat center;
    background-size: cover;
}

.main-slider .flexslider .slides>li .slide-transparent {
    background: url(../images/transparent.png) repeat;
    padding: 10px 0;
}

.main-slider .slider-description {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.main-slider .slider-description>div {
    display: table-cell;
    height: 384px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bolder;
}

.main-slider .flex-control-nav {
    bottom: 15px;
    width: 40px;
    background: #403d39;
    border-radius: 10px;
    left: 50%;
    margin-left: -20px;
    height: 20px;
}

.main-slider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    background: #006600;
    box-shadow: none;
}

.main-slider .flex-control-paging li a.flex-active {
    background: #FFF;
}

.main-slider .flex-control-nav li {
    margin: 6px 3px 0 3px;
}

.main-slider h2 {
    font-family: 'bebas_neuebook';
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1.2;
}

.main-slider h2:before {
    display: block;
    content: '';
    position: absolute;
    width: 125px;
    height: 2px;
    background: #FFF;
    left: -150px;
    top: 50%;
    margin-top: -1px;
}

.main-slider h2:after {
    display: block;
    content: '';
    position: absolute;
    width: 125px;
    height: 2px;
    background: #FFF;
    right: -150px;
    top: 50%;
    margin-top: -1px;
}

.main-slider h3 {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin: 0;
    line-height: 1.2;
}



.bbb-icon {
    position: absolute;
    right: 50%;
    margin-right: -515px;
    bottom: 10px;
    z-index: 99;
}



.schedule-bar {
    background: #0062bf;
    padding: 24px 0;
    font-size: 17px;
    color: #FFF;
}

.schedule-bar p {
    margin: 4px 0 0 0;
    float: left;
    letter-spacing: 0.05em;
}

.schedule-bar a {
    float: right;
    display: block;
    background: #FFF;
    font-size: 13px;
    color: #c1272d;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 235px;
    text-align: center;
    border-radius: 15px;
}

.schedule-bar a:hover {
    background: #013f72;
    color: #FFF;
    text-decoration: none;
}



.home-content-section {
    padding: 20px 0;
}

.home-left-section {
    width: 252px;
    float: left;
}



.appointment-form {
    border: 2px solid #d6d6d6;
    padding: 10px;
}

.appointment-form h2 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #0c3161;
    text-align: center;
}

.appointment-form .field-row {
    margin-bottom: 9px;
}

.appointment-form input[type='text'],
.appointment-form input[type='tel'],
.appointment-form input[type='email'],
.appointment-form textarea {
    border: 1px solid #b4bbc5;
    width: 96%;
    padding: 0 2%;
    height: 34px;
    line-height: 34px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-left: -1px;
}

.appointment-form textarea {
    height: 105px;
    line-height: 1.5;
    padding: 7px 2%;
    resize: none;
}

.appointment-form .captcha-section {}

.appointment-form input[type='submit'] {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    font-size: 19px;
    height: 48px;
    line-height: 48px;
}

.appointment-form img {
    vertical-align: middle;
}

.payment-div {
    padding: 5px 0;
    text-align: center;
}



.home-right-section {
    width: 805px;
    float: right;
}

.home-right-section h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.home-right-section hr {
    border-width: 2px;
    width: 55px;
    border-color: #000;
    margin: 0 0 10px 210px;
}



.home-block-left {
    width: 385px;
    float: left;
    font-size: 13px;
    line-height: 1.8;
}

.home-block-left p {
    margin: 0 0 25px 0;
}

.home-block-left h2 {
    font-size: 24px;
    color: #0071bc;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.home-block-left h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.home-block-left ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.home-block-left .alignright {
    float: right;
}

.home-block-left a.btn {
    font-weight: bold;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    width: 255px;
    border-radius: 15px;
}



.home-block-right {
    width: 392px;
    float: right;
}



.home-block-slider {
    position: relative;
    margin-bottom: 20px;
}

.home-block-slider .flex-direction-nav .flex-prev {
    width: 13px;
    height: 22px;
    font-size: 0;
    text-indent: -9999px;
    left: auto;
    background: url(../images/left-arrow.png) no-repeat;
    top: auto;
    bottom: 14px;
    right: 38px;
    margin: 0;
    opacity: 1.0;
}

.home-block-slider .flex-direction-nav .flex-prev:before {
    display: none;
}

.home-block-slider .flex-direction-nav .flex-next {
    width: 13px;
    height: 22px;
    font-size: 0;
    text-indent: -9999px;
    left: auto;
    background: url(../images/right-arrow.png) no-repeat;
    top: auto;
    bottom: 14px;
    right: 12px;
    margin: 0;
    opacity: 1.0;
}

.home-block-slider .flex-direction-nav .flex-next:before {
    display: none;
}

.home-block-slider img {
    vertical-align: middle;
}



.home-service-block {
    background: #F2F2F2;
    border: 1px solid #dadada;
    padding: 10px;
    min-height: 110px;
    margin-bottom: 20px;
}

.home-service-block img {
    vertical-align: middle;
    float: left;
}

.service-block-title {
    margin: 20px 0 0 210px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.service-block-title a {
    color: #000;
}



.print-cupon .btn {
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    width: 100%;
}



footer {
    position: relative;
    font-size: 17px;
    padding: 14px 0;
    background: #e6e6e6;
    font-size: 17px;
    text-align: center;
}



.page-title {
    background: #0062bf;
    padding: 14px 0;
    font-size: 17px;
    color: #FFF;
}

.page-title a {
    float: right;
    display: block;
    background: #FFF;
    font-size: 13px;
    color: #c1272d;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 235px;
    text-align: center;
    border-radius: 15px;
    margin-top: 9px;
}

.page-title a:hover {
    background: #013f72;
    color: #FFF;
    text-decoration: none;
}

.page-title h1 {
    margin: 4px 0 0 0;
    float: left;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-family: 'bebas_neuebook';
    font-size: 48px;
    position: relative;
}

.page-title h1:after {
    display: block;
    content: '';
    width: 125px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 105%;
}

.page-title .PT-logos {
    float: right;
    margin-right: 35px;
}

.page-title .PT-logos img {
    vertical-align: middle;
    margin-left: 40px;
}

.page-title .PT-logos img:first-child {
    margin-left: 0;
}



.contact-page {
    padding: 20px 0;
}



.contact-leftpart {
    width: 475px;
    float: left;
    font-family: 'ProximaNovaRegular';
    font-size: 15px;
    color: #556b72;
}

.contact-leftpart strong {
    color: #0071bc;
}

.contact-leftpart p {
    margin: 0 0 20px 0;
}

.contact-leftpart h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
}

.contact-leftpart h3 label {
    color: #556b72;
}

.contact-leftpart h2 {
    letter-spacing: 0.05em;
    font-weight: normal;
    font-family: 'bebas_neuebook';
    font-size: 31px;
    color: #0071bc;
    margin: 0 0 15px 0;
}



.social-links {}

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

.social-links li {
    display: inline-block;
    margin-right: 20px;
}



.contact-rightpart {
    width: 568px;
    float: right;
}

.contact-rightpart h2 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    padding: 0;
    margin: 0 0 15px 0;
}

.contact-rightpart .field-row {
    margin-bottom: 8px;
}

.contact-rightpart input[type='text'],
.contact-rightpart input[type='tel'],
.contact-rightpart input[type='email'],
.contact-rightpart textarea {
    border: 2px solid #e6f0f3;
    width: 504px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #a0a9b6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.contact-rightpart textarea {
    height: 100px;
    line-height: 1.5;
    padding: 7px 30px;
    resize: none;
}

.captcha-section {
    display: inline-block;
}

.captcha-section img {
    height: 48px;
}

.contact-rightpart input[type='submit'] {
    display: inline-block;
    margin: 3px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: #556b72;
    float: right;
}

/.contact-rightpart .field-btn {
    /*text-align: right;*/
}

.contact-rightpart .field-btn * {
    vertical-align: middle;
    float: left;
}



.contant-map {
    border-top: 2px solid #0071bc;
    border-bottom: 2px solid #0071bc;
}

.contant-map iframe {
    width: 100%;
    height: 225px;
    margin: 0;
    vertical-align: middle;
}



.content-section {
    padding: 20px 0;
}



.TC-section {}

.TC-leftpart {
    width: 620px;
    float: left;
    font-family: 'proxima_novasemibold';
    font-size: 17px;
    line-height: 1.6;
    color: #231f20;
}

.TC-leftpart p {
    margin: 0 0 25px 0;
}

.TC-leftpart h3 {
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    color: #0071bc;
    font-size: 19px;
}



.arrow-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.arrow-list:after {
    clear: both;
    content: '';
    display: block;
}

.arrow-list li {
    background: url(../images/list-arrow.png) no-repeat 0 7px;
    padding: 0 0 0 20px;
    float: left;
    width: 42%;
}



.TC-rightpart {
    width: 419px;
    float: right;
    text-align: center;
}

.TC-rightpart img {
    vertical-align: middle;
}

.TC-rightpart .btn {
    background: url(../images/btn-strip1.jpg) repeat-x #013f72;
    height: 59px;
    line-height: 59px;
    float: none;
    display: block;
    width: auto;
    border: none;
    margin-top: 2px;
    font-family: 'proxima_nova_rgbold';
    font-size: 19px;
}

.TC-rightpart .block-img {
    margin-top: 15px;
}



.row-hr {}

.row-hr hr {
    border-width: 2px;
}



.mission-statement {
    padding: 10px 0 0 0;
    font-family: 'ProximaNovaRegular';
    font-size: 19px;
    line-height: 2.1;
}

.mission-statement h2 {
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    font-size: 30px;
    color: #013f72;
    text-align: center;
    margin: 0;
}

.mission-statement p {
    padding: 0 135px;
    text-align: center;
    margin: 0 0 20px 0;
}



.check-list {
    margin: 0 0 20px 0;
    padding: 0 40px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.check-list:after {
    clear: both;
    content: '';
    display: block;
}

.check-list li {
    background: url(../images/list-check.png) no-repeat 0 8px;
    padding: 0 0 7px 35px;
    float: left;
    width: 46%;
}





.testimonials-list {
    font-weight: 600;
    font-size: 17px;
}

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

.testimonials-list li {
    width: 50%;
    float: left;
    margin-bottom: 70px;
}

.TL-content {
    border-left: 10px solid #c1272d;
    padding: 0 30px 0 15px;
    min-height: 102px;
}

.testimonial-by {
    color: #0071bc;
    margin-top: 10px;
}



.review-form {}

.review-form h2 {
    font-family: 'bebas_neuebook';
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #333;
    margin: 0 0 8px 0;
}

.review-form .field-row {
    margin-bottom: 9px;
    float: left;
    width: 100%;
}

.review-form .field-col {
    width: 48%;
    float: right;
}

.review-form .field-col:first-child {
    float: left;
}

.review-form input[type='text'],
.review-form input[type='email'],
.review-form textarea {
    border: 2px solid #eaf1f4;
    width: 92%;
    padding: 0 4%;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-left: -1px;
}

.review-form textarea {
    height: 105px;
    line-height: 1.5;
    width: 96%;
    padding: 7px 2%;
    resize: none;
}

.review-form .captcha-section {}

.review-form input[type='submit'] {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    font-size: 19px;
    height: 48px;
    line-height: 48px;
}



.specials-flexslider {
    margin: 0 20px;
    position: relative;
}

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

.specials-flexslider .slides li div.special-block {
    border: 1px solid #cecece;
    background: #f2f2f2;
}

.specials-flexslider .slides li {
    margin-right: 18px;
    text-align: center;
}

.specials-flexslider .slides li img {
    vertical-align: middle;
}

.SB-top {
    padding: 14px;
    border-bottom: 2px solid #d2d2d2;
}

.specials-flexslider h3 {
    font-family: 'proxima_nova_rgbold';
    font-size: 19px;
    margin: 0;
    font-weight: normal;
}

.specials-flexslider .SB-top h3 {
    height: 70px;
}

.specials-flexslider h3 a {
    color: #000;
}

.specials-flexslider .SB-img {
    margin-bottom: 15px;
}

.specials-flexslider .SB-bottom {
    padding: 14px;
}

.specials-flexslider .SB-bottom h3 {
    color: #0071bc;
    text-transform: uppercase;
    margin: 0;
}

.specials-flexslider .SB-bottom p {
    font-size: 13px;
    margin: 0 0 7px 0;
}

.specials-flexslider .SB-bottom a.btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: 'proxima_nova_rgbold';
}

.SB-des {
    font-size: 13px;
    padding: 10px 20px;
}

.specials-flexslider .flex-direction-nav .flex-prev {
    width: 17px;
    height: 28px;
    font-size: 0;
    text-indent: -9999px;
    left: -35px;
    background: url(../images/left-arrow-2.png) no-repeat;
    opacity: 1.0 !important;
    top: 40%;
}

.specials-flexslider .flex-direction-nav .flex-prev:before {
    display: none;
}

.specials-flexslider .flex-direction-nav .flex-next {
    width: 17px;
    height: 28px;
    font-size: 0;
    text-indent: -9999px;
    right: -35px;
    background: url(../images/right-arrow-2.png) no-repeat;
    opacity: 1.0 !important;
    top: 40%;
}

.specials-flexslider .flex-direction-nav .flex-next:before {
    display: none;
}



.leftpart {
    width: 750px;
    float: left;
}



.services-list {
    font-size: 15px;
    line-height: 1.2;
}

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

.services-list li {
    border-top: 2px solid #cecece;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.services-list li:first-child {
    border: none;
    padding-top: 0;
}

.services-list h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.services-list p {
    margin: 7px 0 0 0;
    padding-bottom: 8px;
}

.services-list li img {
    float: left;
    margin: 5px 20px 0 0;
    width: 370px;
}

.services-list li.even img {
    float: right;
    margin: 0 0 0 30px;
}

.services-list li .service-des {
    margin-left: 390px;
}

.services-list li.even .service-des {
    margin-left: 0;
    margin-right: 390px;
}





.rightpart {
    width: 295px;
    float: right;
    border-left: 2px solid #CECECE;
    padding-left: 20px;
}

.service-program {
    font-size: 14px;
}

.service-program h2 {
    font-weight: 800;
    font-size: 22px;
    color: #0071bc;
    margin: 0 0 5px 0;
}

.service-program p {
    margin: 0 0 20px 0;
}

.service-program h3 {
    font-weight: 700;
    font-size: 20px;
}

.service-program ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 17px;
}

.service-program ul li {
    background: url(../images/bullet.png) no-repeat 0 9px;
    padding: 0 0 0 20px;
}

.service-program ul.ul-p li {
    margin-top: 20px;
}

.service-program ul.ul-p li:first-child {
    margin-top: 0;
}



.service-bottom {
    background: url(../images/service-img2.jpg) no-repeat center;
    background-size: cover;
    height: 185px;
}



.other-services {
    padding: 20px 0;
    text-align: center;
}

.other-services h2 {
    margin: 0 0 30px 0;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-family: 'bebas_neuebook';
    font-size: 40px;
}

.other-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.other-services li {
    width: 22%;
    margin: 0 1.5%;
    float: left;
}

.other-services li .os-icon {
    height: 105px;
    margin-bottom: 10px;
}

.other-services li h3 {
    font-weight: 600;
    font-size: 16px;
    color: #666;
    height: 40px;
}

.other-services li hr {
    border-color: #666;
    width: 70%;
    margin: 15px auto;
}

.other-services li p {
    margin: 0;
}



.email-signup {
    background: #333333;
    padding: 15px 0;
    text-align: center;
}

.email-signup input[type='email'] {
    width: 500px;
    padding: 0 25px;
    height: 47px;
    line-height: 47px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-right: 10px;
}

.email-signup input[type='submit'] {
    background: #c1272d;
    height: 47px;
    line-height: 47px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    width: 155px;
}

/*******************************vikas**********************************/
.fancybox-close {
    background: url(../images/close.png) no-repeat;
    width: 81px;
    height: 34px;
    top: 10px;
    right: 0;
}

.popup-botton {
    font-family: "OriyaSangamMN";
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 8px 0;
}

.popup-botton a {
    color: #fdac32;
}

.error {
    color: red;
    padding-left: 27px;
    display: none;
}

#securityerror.error {
    color: red;
    padding-left: 27px;
    display: none;
    font-size: 12px;
}

.success {
    padding: 10px 0;
    color: #060;
    display: none
}

/******************************************reviews page********************************/
.reviews {
    background: #f2f2f2;
    padding: 47px 0 56px
}

.reviews_in {}

.reviews_in_content {
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 20px 50px 30px;
    background: #ffffff;
    width: calc(100% - 100px);
}

.review_logo {
    margin: 30px auto;
    display: inline-block;
}

.review_logo img {}

.reviews_in_content h3 {
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    font-family: "ProximaNova-Regular";
    margin: 0;
}

.reviews_in_content .text2 {
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    font-family: "ProximaNova-Semibold";
}

.reviews_in_content .text2 span {
    display: block;
    font-family: 'ProximaNova-Bold';
}

.star_cover {
    margin: 40px auto;
}

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

.star_cover ul li {
    display: inline-block;
}

.star_cover .star {
    background: url(../images/star.png) no-repeat center center;
    width: 91px;
    height: 84px;
    background-size: 100% auto;
    margin: 0 2px;
    display: inline-block;
    position: relative;
}

.star_cover .star:hover {
    background: url(../images/star_hover.png) no-repeat center center;
    background-size: 100% auto;
}

.star_cover .star span {
    font-size: 20px;
    line-height: 22px;
    color: #999999;
    font-family: "ProximaNova-Regular";
    opacity: 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0;
}

.star_cover .star:hover span {
    opacity: 1;
}

.reviews_in_content .text1 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-family: "ProximaNova-Semibold";
}

.reviews_in_content .text1 span {
    display: block;
}

.reviews_in_content .logo_cover {
    margin: 20px auto;
    display: inline-block;
}

.reviews_in_content .logo_cover a {
    display: inline-block;
    margin: 0 15px;
}

.real_review {
    font-size: 21px;
    line-height: 24px;
    border-bottom: 2px solid #333333;
    color: #333333;
    float: left;
    font-family: 'ProximaNova-Bold';
    margin-left: 14%;
}

.down_cont {
    width: 93%;
    margin: auto;
    margin-top: 10px;
    display: inline-block;
}

.down_cont .text3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-family: "ProximaNova-Semibold";
    float: left;
    width: calc(100% - 160px);
    padding-top: 22px;
}

.down_cont .comma_left {
    background: url(../images/comm_left.png) no-repeat;
    width: 78px;
    height: 59px;
    margin-right: 10px;
    float: left;
    background-size: 100% auto;
}

.down_cont .comma_right {
    background: url(../images/comm_right.png) no-repeat;
    width: 78px;
    height: 59px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    background-size: 100% auto;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    width: 25px;
    height: 25px;
    margin-top: -8px;
    margin-right: -8px;
}

.star_cover .star.starHover {
    background: url(../images/star_hover.png) no-repeat center center;
    background-size: 100% auto;
}

/******************************************reviews end********************************/
/******************************************popup1********************************/
.popUp1 {
    width: 100%;
    max-width: 624px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.popUp1_head {
    padding: 24px 32px;
    border-bottom: 2px solid #e2e2e2;
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
    line-height: 25px;
}

.popUp1_body {
    padding: 22px 32px 18px;
    border-bottom: 2px solid #e2e2e2;
    display: inline-block;
}

.popUp1_body .inputBox {
    padding: 10px;
    color: #b3b3b3;
    border: 1px solid #d7d7d7;
    font-size: 17px;
    line-height: 17px;
    color: #b3b3b3;
    margin-bottom: 10px;
    float: left;
    width: calc(100% - 23px);
    border-radius: 10px;
    font-family: 'ProximaNova-Regular';
}

.popUp1_body label {
    font-size: 14px;
    line-height: 18px;
    color: #696969;
    float: left;
    width: 100%;
    color: #333333;
    font-family: 'ProximaNova-Bold';
    letter-spacing: 2px;
}

.popUp1_body textarea.inputBox {
    resize: none;
    height: 150px;
    padding: 10px;
}

.popUp1_body .l_pop1 {
    float: left;
    width: auto;
    margin-right: 5px;
}

.popUp1_body .r_pop1 {
    float: right;
}

.popUp1_body .r_pop1 .btnSend {
    width: auto;
    padding: 10px 24px;
    background: #3b96cf;
    color: #ffffff;
    text-align: center;
    margin-top: 43px;
    float: right;
    border: 1px solid #3b96cf;
    text-transform: uppercase;
    border-radius: 54px;
}

.popUp1_body .r_pop1 .btnSend:hover,
.popUp1_body .r_pop1 .btnSend:focus {
    background: #ffffff;
    color: #3b96cf;
    text-decoration: none;
}

.popUp1_foot {
    padding: 22px 32px 15px;
    text-align: left;
    color: #000000;
    font-family: 'ProximaNova-Semibold';
    font-size: 13px;
    line-height: 20px;
}

.popUp1_foot a {
    color: #3b96cf;
}

.popUp1_foot a:hover,
.popUp1_foot:focus {
    color: #000000;
}

.popUp1.pop2 .popUp1_head {
    padding: 43px 51px;
    background: #ffffff;
}

.popUp1.pop2 .popUp1_foot {
    background: #f2f2f2;
    padding: 25px 15px;
    text-align: center;
}

.popUp1.pop2 .popUp1_foot .box {
    width: 132px;
    height: 55px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    padding: 11px 13px;
    margin: 3px;
}

.popUp1.pop2 .popUp1_foot .box img {
    vertical-align: middle;
}

/***************************popup1 end********************************/
.top_header_two {
    background: #013f72;
    clear: both;
    padding: 15px 0;
}

.TH-content-one {
    margin: 0;
    padding: 0 0 0 64px;
    text-align: center;
    clear: both;
    position: relative;
    overflow: hidden;
}

.now_hiring {
    display: inline-block;
    font-size: 24pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0 0px 0 0;
    color: #fff;
    margin: 0 10px 0 0;
    float: left;
    line-height: 40px;
}

.apply_now_btn {
    color: #c1272d;
    font-size: 12.17pt;
    margin: 0 0 0 10px;
    padding: 10px 0;
    width: 207px;
    display: inline-block;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    border-radius: 13px;
    letter-spacing: 1px;
    float: left;
}

.apply_now_btn:hover {
    text-decoration: none;
}

.hiring_box .popUp1 {
    background: #0062bf;
    border-radius: 0;
    padding: 40px 0 30px;
    width: 624px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.hiring_box .popUp1 .popUp1_head {
    padding: 0;
    text-align: center;
    border-bottom: none;
}

.hiring_box .popUp1 .popUp1_head h1 {
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 31.12pt;
    color: #fff;
    text-transform: uppercase;

}

.hiring_box .popUp1 .popUp1_head p {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18.68pt;
}

.hiring_box .popUp1_body {
    border-bottom: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 70px 0;
}

.hiring_box .popUp1_body .inputBox {
    padding: 11px 20px;
    border: 1px solid transparent;
    font-size: 14pt;
    color: #000000;
    margin-bottom: 26px;
    float: left;
    width: 100%;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

.hiring_box .inputBox::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.hiring_box .inputBox::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.hiring_box .inputBox:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.hiring_box .inputBox:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.hiring_box .popUp1_body textarea.inputBox {
    resize: none;
    height: 150px;
    padding: 11px 20px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid transparent;
    font-size: 14pt;
    line-height: 25px;
}

.popUp1_body .r_pop1 {
    float: none;
    clear: both;
}

.hiring_box .popUp1_body .r_pop1 .btnSend {
    margin: 0 auto;
    float: none;
    width: 250px;
    display: block;
    background: #ffd62e;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 18.12pt;
    letter-spacing: 2px;
    border: none;
    padding: 12px 24px;
}

.hiring_box .popUp1_body .r_pop1 .btnSend:hover {
    background: #000;
    color: #fff;
}

/* New Popup */
.hiring_box {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 111;
}

/* Inner */

/* Close Button */
.hiring_box .popup-close {
    background: url(../images/close-btn.png) no-repeat;
    width: 25px;
    height: 25px;
    top: 22px;
    right: 22px;
    position: absolute;
}

.overlay-hiring {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
}

.apply_close_bar {
    float: right;
    margin: 8px 20px 0 0;
}

.recaptcha-field {
    display: table;
    clear: both;
    margin: 0 auto;
    margin-bottom: 15px;
}

footer.row {
    padding: 0;
}

footer.row .container {
    display: flex;
    align-items: center;
    max-width: 1084px;
    margin: auto;
}

footer.row .container .wrapper {
    margin-left: 220px;
}

.point-logo a {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.point-logo a:hover {
    margin-right: 10px;
}

/*** CAREERS PAGE CSS START ***/
.main-slider.careers_banner .flexslider .slides>li {
    height: 650px;
}

.main-slider.careers_banner .slider-description>div {
    height: 600px;
}

.careers_content_section {
    padding-top: 50px;
}

.careers_content_section .mission-statement h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #0071bc;
    letter-spacing: -3px;
}

.careers_content_section .mission-statement p {
    padding: 0 130px;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1.5px;
    color: #000;
    font-size: 21px;
    line-height: 1.9;
}

.careers_content_list {
    display: flex;
    justify-content: space-between;
    margin: 80px 0px 0px;
}

.careers_content_left {
    flex: 0 0 50%;
}

.careers_content_right {
    flex: 0 0 42%;
}

.comman_block h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 38px;
    color: #0071bc;
    letter-spacing: -3px;
}

.comman_block ul {
    padding-left: 0;
    padding-right: 40px;
    list-style-type: none;
}

.comman_block ul li {
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1.5px;
    color: #000;
    font-size: 21px;
    line-height: 1.9;
    position: relative;
}

.comman_block ul li::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0071bc;
    left: -22px;
    top: 17px;
    border-radius: 100%;
}

.careers_contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.shapafter_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    position: relative;
}

.shapafter_box .col-md-6 {
    max-width: 47%;
    flex: 0 0 50%;
    padding: 0px 25px;
}

.shapafter_box .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
}

.shapafter_box label {
    width: 100%;
    float: left;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1.5px;
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
}

.shapafter_box input {
    width: 100%;
    padding: 10px 15px;
}

.shapafter_box .form-control {
    border: 1px solid #b3b3b3;
    box-shadow: 0 0 0;
    height: 45px;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
}

.shapafter_box textarea.form-control {
    height: 180px;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    padding: 10px 15px;
}

.comman_section .wrapper {
    display: flex;
    max-width: 45%;
}

.upload_file_box input[type="file"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
}

.upload_file_box input:focus+label {
    outline: 0px solid #b3b3b3;
}

.shapafter_box label.upload_file {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 33px;
    color: #0071bc;
    letter-spacing: -2px;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers_contact_btn input.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 33px;
    width: 220px;
    height: 65px;
    cursor: pointer;
}

.careers_contact_btn {
    margin-bottom: 50px;
}

.shapafter_box label.upload_file img {
    width: 40px;
    margin-right: 10px;
}

.careers_banner_slider .slides {
    zoom: 1;
}

.main-slider.careers_banner .careers_banner_slider .slides>li {
    height: 650px;
    background: none no-repeat center;
    background-size: cover;
}

.main-slider .careers_banner_slider .slides>li .slide-transparent {
    background: url(../images/transparent.png) repeat;
    padding: 10px 0;
}

div#file-upload-filename {
    position: absolute;
    bottom: 14px;
    text-align: center;
    left: 0;
    right: 0;
    color: #f20;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1.5px;
}

.shapafter_box input.form-control:-webkit-autofill,
.shapafter_box input.form-control:-webkit-autofill:hover,
.shapafter_box input.form-control:-webkit-autofill:focus,
.shapafter_box input.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 45px white inset !important;
}

/*** CAREERS PAGE CSS END ***/

/* covid 19 updates css start */
.page-home-covid-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #013f72;
    transition: .3s;
    max-width: 100%;
    margin: 0 auto 10px;
    cursor: pointer;
}

.covid-link-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.covid-link-arrow img {
    margin-right: 10px;
    transition: .3s;
}

.covid-link-arrow a {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    transition: .3s;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.covid-link-arrow a:hover {
    text-decoration: none;
}

.covid-link-arrow a:hover img {
    transform: rotate(90deg);
}

.covid-update-content {
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.covid-update-content a {
    color: #fff;
    background: #4089cf;
    border-radius: 4px;
    border: 1px solid #4089cf;
    transition: .3s;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 195px;
    min-height: 45px;
    line-height: 42px;
    margin: 20px auto 0;
    text-decoration: none;
}

.covid-update-content a:hover {
    background: transparent;
    color: #4089cf;
    text-decoration: none;
}

.covid-update-banner {
    display: block;
    width: 100%;
    overflow: hidden;
}

.covid-update-banner img {
    max-width: 100%;
}

/* covid 19 updates css end */
.cha_left_stl .g-recaptcha {
    transform: scale(0.6, 0.7);
}


.lead-referral-contact {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.lead-referral-contact-outter {
    float: left;
    text-align: center;
}

.lead-referral-contact .wrapper {
    max-width: 964px;
}

.lead-referral-contact h3 {
    font-size: 38px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.lead-referral-contact p {
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}

.lead-referral-contact a {
    color: #053F73;
}

.lead-referral-contact a:hover {}

.lead-referral-contact h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.hiring-plumbing-section {
    padding: 30px 24px 40px;
}

.hiring-plumbing-section a {
    color: #1c5c76;
    font-weight: bold;
    text-decoration: underline;
}

.hiring-plumbing-section a:hover {
    text-decoration: none;
}

.lead-referral-contact-outter ul {
    display: flex;
    justify-content: space-between;
    align-self: center;
    margin: 75px auto 35px;
    max-width: 70%;
    list-style-type: none;
}

.referral-img-block {
    height: 80px;
    margin-bottom: 0px;
}

.lead-referral-contact-outter ul li span {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.lead-referral-contact .contact-rightpart {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.lead-referral-contact .contact-rightpart input[type='text'],
.lead-referral-contact .contact-rightpart input[type='tel'],
.lead-referral-contact .contact-rightpart input[type='email'],
.contact-rightpart textarea {
    width: 574px;
    height: 50px;
    line-height: 50px;
}

.lead-referral-contact .contact-rightpart textarea {
    height: 120px;
    line-height: 15px;
    padding: 15px 30px;
}

.lead-referral-contact .contact-rightpart h2 {
    margin-bottom: 30px;
}

.lead-referral-contact .contact-rightpart .field-row.field-btn {
    width: 574px;
    margin: auto;
    text-align: center;
}

.lead-referral-contact .contact-rightpart input[type='submit'] {
    display: block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    background: #053F73;
    float: none;
    width: 403px;
    margin: auto;
    font-size: 28px;
    height: 61px;
}

.lead-referral-contact .contact-rightpart .captcha-section {
    display: block;
    width: 574px;
    margin: 20px auto;
}

.lead-referral-contact .contact-rightpart .g-recaptcha div {
    width: 100% !important;
}

.lead-referral-contact .contact-rightpart .field-row {
    margin-bottom: 8px;
    width: 574px;
    margin: 0px auto 8px;
}

.lead-referral-contact .contact-rightpart .es {
    margin: -41px -55px 0 0;
}


/* Now Hiring Section Start */
.nowhiring-section {
    margin: 0;
    padding: 13px 0;
    background: #FCD830;
    clear: both;
}

.nowhiring-content {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nowhiring-content p {
    margin: 0;
    padding: 0 20px 0 0;
    color: #890913;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
}

.nowhiring-content .btn {
    background: #F69B23;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 13px;
    height: 42px;
    line-height: 42px;
    width: 207px;
}

.nowhiring-content .btn:hover {
    background: #0071bc;
}

.services-list.blog-page {
    display: inline-block;
}

.services-list.blog-page h2 a {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #000;
}

.services-list.blog-page h2 a:hover {
    color: #0071bc;
    text-decoration: none;
}

a.btn.back-to-blog {
    margin: 0 auto;
    margin-bottom: 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#loader {
    padding: 20px 0;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border-color: #f00 !important;
}
.wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
}
.invalid .wpcf7-response-output {
    color: #f00;
}
span.wpcf7-spinner {
    position: absolute;
}