/*
Theme Name: Allstarplumbingservice Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether youâ€™re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1570782309
Updated: 2019-10-11 08:25:09

*/
@font-face {
    font-family: 'latoregular';
    src: url('assets/fonts/fonts/lato-regular-webfont.eot');
    src: url('assets/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-regular-webfont.woff2') format('woff2'), url('assets/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latosemibold';
    src: url('assets/fonts/lato-semibold-webfont.eot');
    src: url('assets/fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-semibold-webfont.woff2') format('woff2'), url('assets/fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latomedium';
    src: url('assets/fonts/lato-medium-webfont.eot');
    src: url('assets/fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-medium-webfont.woff2') format('woff2'), url('assets/fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latobold';
    src: url('assets/fonts/lato-bold-webfont.eot');
    src: url('assets/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-bold-webfont.woff2') format('woff2'), url('assets/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latoheavy';
    src: url('assets/fonts/lato-heavy-webfont.eot');
    src: url('assets/fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-heavy-webfont.woff2') format('woff2'), url('assets/fonts/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latoblack';
    src: url('assets/fonts/lato-black-webfont.eot');
    src: url('assets/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-black-webfont.woff2') format('woff2'), url('assets/fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a,
a:visited {
    color: #017ecd;
    text-decoration: none
}

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

h1:not(.site-title):before,
h2:before {
    display: none
}

body {
    font-family: 'latoregular';
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.gray-333 {
    color: #333;
}

/*------------- header ------------*/
/* header { background: #FFF; padding: 2px 0; width: 100%; display: inline-block; } */
html {
    margin: 0 !important;
}

header {
    z-index: 99;
    /* box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, .15);*/
    background: #fff;
    padding: 2px 0;
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    height: 150px;
}

header .logo {
    float: left;
    padding: 10px 0;
}

header .logo img {
    max-width: 220px;
}

header .header-service {
    float: right;
    display: flex;
    padding: 22px 0;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-service .emergency-serrvice {
    padding-left: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.header-service .emergency-serrvice .emergency-text {
    font-family: 'latoblack';
    color: #333;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-service .emergency-serrvice .phone {
    font-family: 'latoblack';
    color: #017ecd;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* menu css */
.ubermenu {
    background: #017ecd !important;
    padding: 15px !important;
    border: none !important;
}

.ubermenu-nav li a {
    font-size: 14px;
    width: 134px !important;
    text-align: center;
    color: #fff !important;
    padding: 9px !important;
    font-weight: normal !important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
    display: flex;
    text-decoration: none;
    height: 50px;
    align-items: center;
    min-height: 50px;
    position: relative;
    justify-content: space-around;
    font-size: 13px;
}

.ubermenu-submenu-type-auto {
    max-width: 100px !important;
    background: #000 !important;
}

.ubermenu-bound .ubermenu-submenu-type-mega {
    min-width: 16% !important;
}

.ubermenu-submenu-type-auto .ubermenu-item a {
    color: #fff !important;
    width: 176px !important;
    padding: 13px !important;
    border-bottom: 1px solid #017ecd;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    background: none !important;
    color: #000000 !important;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop {
    margin-top: 15px !important;
    background: #017ecd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    display: none;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
    border-left: 2px solid #80bfe6 !important;
}

body:not(.rtl) .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
    border-left: none !important;
}

.ubermenu-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.ubermenu .ubermenu-target:hover {
    color: #b7e1fb !important;
}

.ubermenu .ubermenu-submenu .ubermenu-target {
    width: 100% !important;
    border-bottom: 1px solid #1ba2f8;
}

.ubermenu .ubermenu-submenu .ubermenu-target:hover {
    background-color: #000;
    width: 100% !important;
    color: #fff !important;
}

.ubermenu .ubermenu-submenu-drop .ubermenu-column {
    padding: 0 10px
}

.ubermenu .ubermenu-submenu-drop .ubermenu-submenu-type-stack li a {
    border-bottom: 1px solid #1ba2f8;
    padding: 12px 10px !important;
    text-align: left;
}



.footer_bg_icon a i {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #017ecd;
    font-size: 17px;
    padding: 9px 8px 10px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
}

.footer_bg_icon a img {
    margin-top: -6px;
}

.footer_bg_icon a i:hover {
    border: 2px solid #017ecd;
}

/*---------------- mid part start ---------------*/
.mid-part {
    margin-top: 192px;
    display: inline-block;
    width: 100%;
}

/* home-top-contact */
.home-top-contact {
    padding: 40px 0;
    /*background: url('https://www.allstarplumbingservice.com/wp-content/uploads/2020/01/banner-img-top.png'); background-repeat: no-repeat; background-size: cover;*/
    background: #e6e6e6;
}

/*.banner_text_title { padding-top: 40px; }*/
.home-top-contact .home-top-p-lr {
    padding-left: 8.5em;
    padding-right: 4em;
}

.home-top-contact .text_banner_1 {
    color: #282828;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1em;
}

.home-top-contact .text_banner_2 {
    color: #017ecd;
    font-size: 30px;
    font-family: 'latoheavy';
    text-transform: uppercase;
    line-height: 36px;
}

.home-top-contact .text_banner_3 {
    color: #282828;
    font-size: 26px;
    line-height: 30px;
    font-family: 'latomedium';
}

.home-top-contact .point_text_2 {
    color: #282828;
    font-size: 28px;
    font-family: 'latomedium';
    line-height: 46px;
    margin-bottom: 0px;
}

.home-top-contact .point_text_2 a {
    color: #017ecd;
    font-family: 'latoheavy';
    text-decoration: none;
}

.home-top-contact .point_text_3 {
    color: #282828;
    font-size: 30px;
    line-height: 30px;
    font-family: 'latoheavy';
    margin: 1.5em 0px 20px;
}

.home-top-contact .services_text {
    font-size: 43px;
    color: #fff;
    line-height: 45px;
    font-family: 'latobold';
}

.home-top-contact .p-txt {
    color: #282828;
    font-size: 18px;
    /*line-height: 18px;*/
    opacity: 0.9;
    padding: 0px;
    margin: 0px auto;
}

/* table css start*/
.comatd_deta_table {
    padding-top: 100px;
}

.home_contact_new .contact-form {
    background: rgba(1, 126, 205, 1);
    padding: 15px 20px;
    max-width: 300px;
}

.inner-section-2 .contact-form {
    max-width: 100%;
}

.contact-form .cf-title {
    text-align: center;
    font-size: 24px;
    width: 100%;
    margin: 0 auto 15px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'latoheavy';
}

.contact-form .cf-row {
    margin: 0 0 16px;
}

.contact-form .wpcf7-form-control {
    width: 100%;
    font-size: 15px;
    padding: 8px 12px;
    border: none;
}

.contact-form .wpcf7-textarea {
    height: 75px;
    resize: none
}

.contact-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    padding: 8px 0;
    font-family: 'latobold';
    font-size: 22px;
    color: #017ecd;
    margin: 0 auto;
    display: block;
}

.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:focus {
    outline: none;
    background-color: #004f81;
    color: #fff;
}

div.wpcf7-response-output {
    border: 0;
    background: #dedede;
    color: red;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    margin: -22px auto;
    padding: 3px 0px;
    position: absolute;
    width: 276px;
    left: auto;
    right: 26px;
}

span.wpcf7-not-valid-tip {
    font-size: 11px;
    line-height: normal;
    background: #dedede;
    padding: 1px 3px;
    position: absolute;
    width: 100%;
}

.wpcf7-mail-sent-ok {
    display: none !important;
}

/* home services */
.home-services {
    background-image: url('assets/images/banner_section_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.services-top-text {
    font-size: 18px;
    margin-bottom: 35px;
}

.section-title {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.section-title p {
    font-family: 'latobold';
    position: relative;
    display: inline-block;
    color: #017ecd;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 45px;
}

.section-title p:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #017ecd;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    bottom: -12px;
}

.section-title.white-title p {
    color: #fff;
}

.section-title.white-title p:after {
    border-bottom: 3px solid #fff;
}

.title_services {
    position: absolute;
    bottom: 0px;
    z-index: 89999;
    text-align: center;
    width: 100%;
    padding: 15px;
    color: #fff;
}

.section-title .b-line {
    letter-spacing: 0em;
    margin: 0px;
    font-family: 'latobold';
    position: relative;
    display: inline-block;
    color: #017ecd;
    font-weight: 800;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 45px;
}

.h2-b-line {
    letter-spacing: 0em;
    margin: 0px;
    font-family: 'latobold';
    position: relative;
    display: inline-block;
    color: #017ecd;
    font-weight: 800;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 45px;
}

.section-title .b-line:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #017ecd;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    bottom: -12px;
}

.h2-b-line:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #017ecd;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    bottom: -12px;
}

.section-title.white-title .b-line {
    color: #fff;
}

.section-title.white-title .b-line:after {
    border-bottom: 3px solid #fff;
}

/* coupon home */
.home-coupon {
    background-image: url('assets/images/coupon-bg.jpg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.coupon-section {
    display: flex;
    align-items: stretch;
}

.coupon-section .coupon-box {
    border: 3px dashed #179df2;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #179df2;
    padding: 15px 10px;
    width: 23%;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    margin-left: 30px;
}

.coupon-section .coupon-box:first-child {
    margin-left: 0;
}

.coupon-section .coupon-box:hover {
    background: #179ef2;
    color: #fff;
    border: 3px dashed #fbfbfb;
    cursor: pointer;
}

.coupon-section .coupon-box .ch-title {
    font-size: 26px;
    line-height: normal;
    padding-bottom: 3px;
    font-family: 'latoheavy';
}

.coupon-section .coupon-box .emergency {
    font-size: 16px;
    font-family: 'latomedium';
    line-height: 18px;
}

.coupon-section .coupon-box .free-esti {
    font-size: 24px;
    line-height: 26px;
    font-family: 'latoheavy';
}

.coupon-section .coupon-box .free-esti span {
    font-family: 'latoheavy';
    display: block
}

.coupon-section .coupon-box .police {
    line-height: 18px;
    font-size: 16px;
}

/* home about */
.home-about {
    background-image: url('assets/images/home-about-bg.jpg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.home-about .home-about-content {
    font-size: 18px;
}


/* testimonial */
.testimonial {
    padding-top: 4em;
    margin-bottom: 2em;
}

.testimonial .carousel-inner {
    background-color: #f5f5f5;
    padding: 0em 0em;
}

.testimonial .carousel-inner .carousel-item {
    padding: 4em 5em;
    min-height: auto;
    text-align: center;
}

.testimonial .testi-img {
    display: inline-block;
    margin: 1em 0px 0em;
    width: 100%;
}

.testimonial .testi-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.testimonial .testi-title {
    font-size: 25px;
    color: #484848;
    font-family: 'latoheavy';
    padding-left: 10px;
    padding: 6px 10px;
    display: inline-block;
}

.testimonial .testi-content {
    position: relative;
    color: #333;
    font-size: 18px;
}

.textimonial-slider-arrow {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.testimonial .testi-content:after {
    position: absolute;
    left: -47px;
    top: -25px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #e1e1e1;
    font-size: 43px;
    z-index: -1;
}

.testimonial .testi-content:before {
    position: absolute;
    right: -47px;
    bottom: -25px;
    content: "\f10e";
    font-family: FontAwesome;
    color: #e1e1e1;
    font-size: 43px;
    z-index: -1;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
    line-height: 1;
    padding-bottom: 15px;
    font-size: 40px;
    color: #017ecd;
    opacity: 1;
    top: initial;
    bottom: 0;
    font-size: 40px;
    color: #017ecd;
    opacity: 1;
    width: initial;
    display: inline-block;
    position: initial;
    margin: 0 10px;
}

.testimonial .carousel-control-next:hover,
.testimonial .carousel-control-prev:hover {
    color: #333
}

.testimonial .carousel-indicators {
    right: 0;
    left: initial;
    bottom: 1em;
}

.testimonial .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #cecece;
    border-radius: 50%;
    margin: 0px 8px;
}

.testimonial .carousel-indicators li.active {
    background-color: #017ecd;
}

.testimonial .carousel-indicators li:hover {
    cursor: pointer;
}

/* areas  */
.areas {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#017ecd+22,1fa8ff+100 */
    background: #017ecd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 50px 0;
}

.areas .section-title p {
    color: #fff
}

.areas .section-title p:after {
    border-bottom: 3px solid #fff;
}

.areas ul.menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.areas ul.menu li {
    transition: all 0.5s ease-in-out;
    /* width: 18%; */
    margin: 0 0 20px 2%;
    /* float: left; */
    position: relative;
    padding: 0 0 15px 28px;
    list-style: none;
    line-height: 22px;
    top: 0px;
    flex-direction: column;
    column-count: 1;
    width: 18%;
}

.areas ul.menu li:nth-child(5n+1) {
    /* margin-left:0; clear: both */
}

.areas ul.menu li:hover {
    top: -3px;
}

.areas ul.menu li:before {
    background-image: url('assets/images/map-pointer.png');
    left: 0;
    top: -5px;
    content: '';
    position: absolute;
    width: 20px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.areas ul.menu li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none
}

.areas ul.menu li a:hover {
    color: #000
}

.areas-slider-arrow {
    text-align: center;
    margin-top: 15px;
}

.areas .carousel-control-next,
.areas .carousel-control-prev {
    font-size: 40px;
    color: #fff;
    opacity: 1;
    width: initial;
    display: inline-block;
    position: initial;
    margin: 0 10px
}

.areas .carousel-control-next:hover,
.areas .carousel-control-prev:hover {
    color: #ccc
}

.area-section .section-title p {
    font-size: 24px;
}

/* WE BILL INSURANCE DIRECTLY */
.insurance {
    background-color: #fff;
    padding: 50px 0;
}

.insurance .carousel-inner .carousel-item {
    padding: 5px;
}

.insurance .carousel-inner img {
    margin-bottom: 15px;
    padding: 10px 10px;
    box-shadow: 0px 2px 5px transparent;
    margin-top: 15px;
    border-radius: 20px;
}

.insurance .carousel-inner img:hover {
    box-shadow: 0px 2px 5px #d4d1d1;
}

.insurance-slider-arrow {
    text-align: center;
}

.insurance .carousel-control-next,
.insurance .carousel-control-prev {
    font-size: 40px;
    color: #017ecd;
    opacity: 1;
    width: initial;
    display: inline-block;
    position: initial;
    margin: 0 10px
}

.insurance .carousel-control-next:hover,
.insurance .carousel-control-prev:hover {
    color: #333
}

/*------------- footer ---------------*/
.footer-botm {
    background-color: #017ecd;
}

.site-footer {
    padding: 35px 0px 50px;
}

.title_text .foo-title>p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'latoheavy';
}

.title_text .foo-title .text_address p {
    margin: 0;
    font-size: 15px;
    color: #ccc;
    line-height: 26px;
}

.title_text .foo-title .text_address p a {
    color: #fff;
    text-decoration: none;
}

.title_text .foo-title .text_address p a:hover {
    color: #000;
}

.sub_menu>p {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'latoheavy'
}

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

.menu_iten li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
}

.menu_iten li a:hover {
    color: #000;
}

/* .menu_iten li { line-height: 29px; } */
.email_text p {
    color: #fff;
    font-size: 18px;
}

.email_text p a {
    color: #ccc !important;
    text-decoration: none;
    font-size: 15px;
}

.text_bootam_right p {
    margin-bottom: 0;
    color: #ccc;
    font-size: 15px
}

.main_footer_bottam {
    background: #004f81;
    padding: 15px 20px;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
}

.main_footer_bottam a {
    color: #fff;
    text-decoration: none;
}

.main_footer_bottam a:hover {
    color: #000;
}

.custm-list {
    list-style: none;
}

.custm-list li {
    font-family: 'latomedium';
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.custm-list li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -15px;
    top: 6px;
}

.custm-list.blue-list li:before {
    background-image: url('assets/images/rectangle-blue.png');
}

.custm-list.blue-list li {
    color: #000000;
    list-style: none;
}

.custm-list.white-list li:before {
    background-image: url('assets/images/rectangle-white.png');
}

.custm-list.white-list li {
    color: #fff;
}

.custm-list.gray-list li:before {
    background-image: url('assets/images/rectangle-gray.png');
}

.custm-list.gray-list li {
    color: #333;
}

.custm-list.extra-bold li {
    font-family: 'latoheavy';
}

.foo-address .address-title {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'latoheavy';
}

.foo-address .foo-title .text_address {
    width: 31.4%;
    float: left;
    margin-left: 15px;
    position: relative;
}

.foo-address .foo-title .text_address:first-child {
    margin-left: 0;
}

.foo-address .text_address:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #80bfe6;
    position: absolute;
    top: 0;
    left: -20px;
}

.foo-address .text_address:first-child:after {
    background: transparent;
}



/* setion-2 style  */
.section-2 .top-txt-p {
    font-size: 26px;
    line-height: 30px;
}

.section-2 .call-txt {
    text-align: center;
    margin-bottom: 0em;
    display: inline-block;
    margin-top: 2em;
    width: 100%;
}

.section-2 .call-txt p {
    font-family: 'latoheavy';
    color: #333;
    font-size: 40px;
    margin: 0;
    line-height: 44px;
}

.section-2 .call-txt p a {
    color: #333;
}

.section-3 {
    padding: 3em 0 3em;
    background: #017ecd;
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
}

.section-3 .p-txt {
    font-size: 18px;
    font-family: 'latomedium';
    /*line-height: 22px;*/
    color: #fff;
    /* margin-bottom: 22px; */
}

.section-6 {
    padding: 5em 0px;
}

.section-6 .txt-p {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin: 1em auto;
}

.section-6 .img-blk .txt-p {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin: 1em auto;
    margin: 0em auto 1em;
}

.section-6 .img-blk {
    padding-top: 1em;
}

.section-6 .img-blk img {
    float: left;
    padding-right: 20px;
}

.section-7 {
    background-color: #f5f5f5;
    padding: 3em 0px 2em;
}

.section-7 .call-txt {
    margin: 0em auto 2em;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.section-7 .call-txt p {
    font-family: 'latoheavy';
    color: #333;
    font-size: 38px;
    margin: 0em auto 15px;
    line-height: 40px;
}

.section-7 .call-txt p a {
    color: #017ecd;
}

.blue-grediant-btn {
    background: #017ecd;
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    font-family: 'latoheavy';
    font-size: 20px;
    display: inline-block;
    margin: 1em auto;
}

.blue-grediant-btn:hover {
    background: #1fa8ff;
    background: -moz-linear-gradient(top, #1fa8ff 22%, #017ecd 100%);
    background: -webkit-linear-gradient(top, #1fa8ff 22%, #017ecd 100%);
    background: linear-gradient(to bottom, #1fa8ff 22%, #017ecd 100%);
    color: #222;
}

.section-3-2 {
    padding: 15em 0px 2em;
    position: relative;
}

.section-3-2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background: url('assets/images/bg-nocopyright.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14em 0px;
    top: 0;
}

.section-3-2 .card {
    margin-bottom: 2em;
    background: #f5f8fa;
    border: 1px solid rgba(0, 0, 0, 0.01);
    padding: 2em 1.5em 10px;
    display: inline-block;
}

.section-3-2 .card .img-block {
    float: left;
    width: 25%;
}

.section-3-2 .card .detail-block {
    display: inline-block;
    padding: 0px 20px 0px;
    width: 75%
}

.section-3-2 .card .detail-block .d-title {
    font-family: 'latoheavy';
    color: #017ecd;
    font-size: 24px;
    margin-bottom: 10px;
}

.section-3-2 .card .detail-block .d-txt {
    padding: 0px 20px 10px 0px;
}

.section-3-2 .card .detail-block .d-txt p {
    color: #333;
    font-size: 18px;
    font-family: 'latomedium';
    line-height: 20px;
}

.link-btn {
    width: 32px;
    height: 22px;
    display: inline-block;
    background-image: url('assets/images/next-arrow-gray.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-3-2 .card:hover {
    cursor: pointer;
    background: #017ecd;
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
}

.section-3-2 .card:hover .d-title,
.section-3-2 .card:hover .d-txt p {
    color: #fff;
}

.f-n {
    font-family: 'latomedium' !important;
}

.f-b {
    font-family: 'latobold' !important;
}

.f-b-extra {
    font-family: 'latoheavy' !important;
}

.txt-white {
    color: #fff;
}

.txt-gray {
    color: #333
}

.p-para {
    font-family: 'latomedium';
    font-size: 18px;
    position: relative;
    margin-bottom: 10px !important;
}


.sevice-specialties .wow .card {
    min-height: 245px;
    overflow: hidden;
}

.sevice-specialties {
    padding-top: 7em;
}

.sevice-specialties .section-title {
    margin-bottom: 70px !important;
}

.sevice-specialties .section-title p.b-line {
    font-size: 25px;
}



/* Logo Section  */
.logo-section {
    background-color: #f2f2f2;
    padding: 50px 0;
}

.logo-section .logo-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.logo-section .logo-content li {
    list-style: none;
    width: 20%;
    padding: 0 10px 20px;
}

.logo-section .logo-content li img:hover {
    box-shadow: 0px 2px 5px #d4d1d1;
}

.home .contact-form .g-recaptcha {
    transform: scale(0.70);
    -webkit-transform: scale(0.70);
    -moz-transform: scale(0.70);
    -o-transform: scale(0.70);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
}

/* Error 404 page style */
.page-404-style .error-404.not-found .page-title,
.page-404-style .error-404.not-found .page-content,
.page-404-style .no-results.not-found .page-title,
.page-404-style .no-results.not-found .page-content {
    margin: 0;
}

.page-404-style {
    padding: 100px 0 50px
}

.page-404-style .page-title-txt {
    text-align: center;
    color: #017ecd;
    font-size: 40px;
    font-weight: 700;
    margin: 0px auto;
}

.page-404-style .p-txt-style {
    width: 100%;
    text-align: center;
    color: #017ecd;
    font-size: 24px;
    font-weight: 700;
    margin: 5px auto 0;
    display: inline-block;
}

.page-404-style .search-form {
    display: inline-block;
    width: 100%;
}

.page-404-style .form-control {
    border: solid 1px #017ecd;
    font-size: 18px;
    border-bottom: solid 1px #017ecd;
}

.page-404-style .form-control:focus {
    border: solid 1px #017ecd;
    outline: none;
    box-shadow: none;
}

.page-404-style .btn {
    font-size: 22px;
    border-radius: 0;
    background-color: #017ecd;
    color: #fff;
    border-color: #017ecd;
}

.page-404-style .btn:hover,
.page-404-style .btn:focus {
    color: #fff;
    background-color: #017ecd;
}

.page-404-style .btn:focus {
    outline: none;
    box-shadow: none;
}

.page-404-style .entry .entry-header {
    margin: 15px auto 5px;
    position: relative;
}

.page-404-style .entry .entry-title {
    font-size: 24px;
}

.page-404-style .entry .entry-title a {
    color: #017ecd
}

.page-404-style .entry .entry-title a:hover {
    color: #000
}

.page-404-style .entry .entry-title:before {
    display: none;
}

.page-404-style .entry .post-thumbnail {
    margin: 15px 0 0 0;
}

.page-404-style .entry .post-thumbnail img {
    max-width: 150px
}

.page-404-style .entry .post-thumbnail:after,
.page-404-style .entry .post-thumbnail:before {
    background: none;
}

.page-404-style .entry .entry-content,
.page-404-style .entry .entry-summary {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.page-404-style .entry .entry-footer {
    max-width: 100%;
    margin: 10px auto;
}

.page-404-style .entry {
    margin-top: 10px;
}

.page-404-style .page-title-txt.result {
    font-size: 32px;
    display: inline-block
}

.page-404-style .page-description.result-title {
    font-size: 26px;
    display: inline;
    padding-left: 5px;
}

.page-404-style .pagination {
    margin-top: 40px;
}

.page-404-style .pagination .nav-links .prev>*,
.page-404-style .pagination .nav-links .next>* {
    font-weight: 500;
    vertical-align: text-top;
    font-size: 16px;
}

.page-404-style .pagination .nav-links>.page-numbers {
    background: #eaeaea;
    margin: 0 3px;
    padding: 9px 15px 4px;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
}

.page-404-style .pagination .nav-links>.page-numbers:hover,
.page-404-style .pagination .nav-links>.page-numbers.current {
    background: #017ecd;
    color: #fff
}

.page-404-style .pagination .nav-links>.prev.page-numbers,
.page-404-style .pagination .nav-links>.next.page-numbers {
    background: #fff
}

.page-404-style .pagination .nav-links>.prev.page-numbers:hover,
.page-404-style .pagination .nav-links>.next.page-numbers:hover {
    color: #017ecd
}

.page-404-style .pagination .nav-links>.page-numbers.dots {
    background: transparent
}

.page-404-style .pagination .nav-links>.page-numbers.dots:hover {
    color: #000
}

.system_time {
    text-align: center;
    padding: 30px 0 0 0px;
    display: inline-block;
}

.system_time strong {
    font-size: 21px;
    padding: 0 35px;
    text-transform: uppercase;
}

.system_time .weekday {
    color: #017ecd;
    padding: 0 0px 0 5px;
    font-family: 'latoblack';
}

.system_time em {
    color: #017ecd;
    font-family: 'latoblack';
    font-style: normal;
}

/* .add_new_email { display: inline-flex; } */
p.add_new_email,
p.add_see_reviews {
    margin-bottom: 0px;
}

p.add_new_email span {
    margin-bottom: 0px;
}

p.add_new_star {
    display: block;
}

/* Error 404 page style End*/

/*----- Blog  Css start -----*/

.blog-page {
    margin-top: 0px;
}

.blog-page .blog-post-content-box:hover .blog-post-title a p {
    color: #1659c0;
}

.blog-page .blog-post-title a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 23px;
    color: #333;
    margin: 0px 0px 10px;
    font-weight: 600;
    display: block;
}

.blog-page .blog-post-content-box {
    border: none;
    -webkit-transition: all .8s ease;
    border-radius: 0;
    margin-top: 0;
    /* margin-bottom: 60px; */
    height: 495px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.blog-page .blog-post-content-box:hover {
    cursor: pointer;
    box-shadow: 1px 1px 12px 0px #017ecd;
}

.blog-page .blog-post-content-box:hover {
    box-shadow: 2px 0px 8px 0px #bfbcd4;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* border: 1px solid #017ecd; */
    transition: all .8s ease;
}

.blog-page .blog-post-img.blog-post-grid-img img {
    width: 373px;
    height: 210px;
    position: relative;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    background: #fff;
}

.blog-page .blog-post-img.blog-post-grid-img {
    position: relative;
    top: -50px;
}

.blog-page .blog-post-title {
    margin-top: -25px;
    display: block;
}

.blog-page .blog-post-content-box.blog-page-post {
    position: relative;
    padding: 0 20px;
    margin-bottom: 100px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.blog-page .blog-post-content-box.blog-page-post p {
    font-size: 15px;
}

.blog-page .blog-post-img.blog-post-grid-img.blog-single-img img {
    border-radius: 11px;
    box-shadow: 1px -1px 16px 1px #cfcfcf;
}

.blog-page .read-more-post a {
    text-transform: capitalize;
    color: #151515;
    border: 2px solid #017ecd;
    padding: 9px 24px;
    border-radius: 22px;
    display: inline;
    background-color: transparent;
    position: relative;
}

.blog-page .read-more-post:after {
    position: absolute;
    top: auto;
    content: "";
    bottom: 16px;
    background: #017ecd;
    height: 3px;
    display: block;
    left: 0;
    z-index: -1;
    right: 0;
}

.blog-page .read-more-post.read-more-btn:after {
    background: 0 0;
}

.blog-page .read-more-post a:hover {
    color: #fff;
    text-decoration: none;
}

.blog-page .read-more-post a:hover:before {
    box-shadow: inset 300px 0px 0px #017ecd;
    background: 0 0 !important;
    border-radius: 50px;
    color: #fff;
}

.blog-page .read-more-post a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: 0 0;
    box-shadow: inset 0px 0px 0px #017ecd;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .4s cubic-bezier(.5, .24, 0, 1);
    transition: all .4s cubic-bezier(.5, .24, 0, 1);
}

.blog-page .read-more-post {
    display: inline-block;
    text-align: right;
    margin: 10px 0 10px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.blog-page .page-numbers.current {
    padding: 8px 15px;
    background: #017ecd;
    margin: 0 0 !important;
    color: #fff !important;
}

.blog-page .page-numbers.dots {
    border-right: 1px solid #000;
    padding: 5px 7px 2px;
    margin: 0 !important;
}

.blog-page .next.page-numbers {
    border: none;
}

.blog-page .page-numbers {
    border-right: 1px solid #000;
    padding-right: 15px;
}

.blog-page .pagination>li:first-child>a,
.blog-page .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.blog-page .pagination>li:last-child>a,
.blog-page .pagination>li:last-child>span {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-page .pagination>li>a:focus,
.blog-page .pagination>li>a:hover,
.blog-page .pagination>li>span:focus,
.blog-page .pagination>li>span:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #017ecd;
    border-color: #017ecd;
    box-shadow: none;
}

.blog-page .search-form label {
    font-size: 16px;
    color: #017ecd;
}

.blog-page .search-form {
    position: relative;
}

.blog-page .search-form input#s {
    width: 100%;
    padding: 10px 65px 10px 8px;
    border: 1px solid #333;
}

.blog-page .search-form input#searchsubmit {
    position: absolute;
    top: 0px;
    right: 0;
    background: #333;
    color: #fff;
    padding: 11px 10px;
    margin: 0px 0;
    border: none;
    border-radius: 0;
    line-height: inherit;
    font-size: inherit;
}

.blog-page .search-form input:focus {
    box-shadow: none;
    outline: none;
}

.blog-page .display-tags {
    margin: 45px 0;
}

.blog-page .display-tags.category-title {
    padding: 3px 15px;
    border-radius: 7px;
    background: #e6e0e0;
    border-radius: 7px;
    position: initial;
}

.blog-page .display-tags.category-title .aside_sections {
    padding-bottom: 15px;
}

.blog-page .display-tags.category-title ul {
    padding: 3px;
    background: #fff;
    border-radius: 5px;
}

.blog-page .aside_sections,
.blog-details .aside_sections {
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #333;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 600;
}

.blog-page .display-tags.tags-title {
    border: 2px solid #017ecd;
    padding: 0 16px;
    border-radius: 6px;
}

.blog-page .list_val,
.blog-details .list_val {
    list-style: none;
    padding-left: 28px;
    height: 300px;
    overflow: auto;
}

.blog-page li.cat_list {
    margin: 5px 5px;
}

.blog-page .cat_list a {
    background: #017ecd;
    color: #fff;
    margin: 3px 0;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 16px;
    display: inline-block;
    line-height: initial;
}

.blog-page .cat_list a:hover {
    background: #eee;
    color: #000;
    text-decoration: none;
    outline: none;
}

.blog-page .pagination>li>a,
.blog-page .pagination>li>span {
    margin: 0 2px;
    padding: 8px 15px;
    display: initial;
    color: #202e31;
}

.blog-page .pagination {
    margin: 10px auto 30px;
    display: flex;
    justify-content: center;
}

.blog-page .page-numbers {
    border-right: 2px solid transparent;
}

.blog-details .recent_title {
    font-weight: 500;
    font-size: 32px;
    color: #017ecd;
    border-bottom: 2px solid #017ecd;
    margin-bottom: 18px;
    padding: 5px 0px;
    max-width: 224px;
}

.blog-details .recent-img img {
    display: block;
    margin: 0 auto;
    background: #fff;
    max-width: 100%;
    height: 150px;
    padding: 2px;
    position: relative;
    top: -41px;
    border-radius: 7px;
    box-shadow: 0px -1px 9px 2px #ccc;
}

.blog-details .recent-post-main {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.blog-details .recent-post-block {
    height: auto;
    padding: 10px;
    box-shadow: 1px 2px 11px 5px #ccc;
    -webkit-transition: all .8s ease;
    margin-top: 40px;
    margin-bottom: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%
}

.blog-details .recent-post-block:hover {
    border: 1px solid #017ecd;
    box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all .8s ease;
}

.blog-details .recent-post-content {
    margin-top: -36px;
    padding: 10px 0;
    color: #017ecd;
    font-size: 18px;
    font-weight: 700;
}

.blog-details.blog-v3.blog-post-content {
    margin-top: 0;
}

.blog-details .recent-posts {
    border: 2px solid #e7e1e1;
    padding: 0 15px;
    border-radius: 7px;
    background: #e7e1e1;
}

.blog-details .recent-posts.display-tags ul {
    padding: 0;
}

.blog-details .display-tags.category-title {
    padding: 3px 15px;
    border-radius: 7px;
    background: #e6e0e0;
    border-radius: 7px;
    position: initial;
}

.blog-details .display-tags.category-title ul {
    padding: 3px;
    background: #fff;
    border-radius: 5px;
}

.blog-details .comments-area input[type="submit"] {
    border-radius: 30px;
    background: #017ecd;
    padding: 7px 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 23px;
    font-size: 16px;
    border: navajowhite;
}

.blog-details .blog-post-img img {
    width: 100%;
}

.blog-details .white-bg .recent-link {
    background: #fff;
    padding: 8px 13px;
    border-radius: 11px;
    margin-right: 5px;
}

.blog-details .white-bg .recent-link .recent-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #017ecd !important;
}

.blog-details .white-bg .recent-link .recent-date {
    color: #f00;
    margin-bottom: -1px;
    text-align: right;
}

.blog-details .rec_list a {
    background: #017ecd;
    margin: 3px 0px;
    padding: 11px;
    color: #fff;
    display: block;
    float: left;
    border-radius: 7px;
}

.blog-details li.cat_list {
    margin: 5px 0;
}

.blog-details .list_val.tag-ul {
    height: 200px;
    overflow: auto;
}

.blog-details .single_banner_new img {
    width: 100%;
    max-width: 100%;
}

.blog-details .rec_list .recent-link .recent-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.blog-page .position-center-center h1 {
    color: #017ecd;
    font-size: 36px;
    max-width: 100%;
    padding: 20px 0;
}

.blog-details .contant_wroper {
    margin-top: 30px;
}

.blog-details .text_upercach_spech p {
    font-size: 16px;
    padding: 5px 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.blog-page .tag_list a {
    position: relative;
    color: #000;
}

.blog-page .tag_list {
    line-height: 20px;
    margin-bottom: 10px;
}

.blog-page .tag_list a:after {
    content: '';
    background: #017ecd;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -19px;
    top: 5px;
    border-radius: 35px;
}

.blog-page .position-center-center .heading-style {
    color: #017ecd;
    font-size: 32px;
    padding: 10px 0;
}

.blog-page .not-found {
    background: #f9f9f9;
    padding: 50px 30px;
    text-align: center;
    width: 100%;
    font-size: 40px;
    margin: 0 auto;
    display: inline-block;
}

.blog-page * a {
    text-decoration: none;
    outline: none;
}

/*----- Blog  Css End -----*/

/* new css after removing twentynineteen start here  */

img {
    height: auto;
    width: 100%;
}

.footer_bg_icon img {
    width: auto;
}

p.add_new_star img {
    width: auto;
}

.dmca-badge img {
    width: auto;
}

.schedule-form input {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0.36rem 0.66rem;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0;
    font-weight: 400;
}

.schedule-form {}

.schedule-form #contact-submit {
    transition: background 150ms ease-in-out;
    background: #0073aa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.88889em;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
}

p {
    margin-bottom: 22px;
}
.intro-block img {
    height: auto;
    width: 150px;
}

/* new css after removing twentynineteen end  here  */

/* .sevi-logo {padding: 16px 0; } */
.header-service .emergency-serrvice p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 800;
}

.header-service .emergency-serrvice p span {
    float: left;
    padding-right: 10px;
}

.header-service .emergency-serrvice p a {
    font-size: 16px;
    font-weight: 800;
    float: right;
}

.header-service.mobiel_num {
    display: none;
}

.emergency-text {
    display: none;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:first-child {
    display: none;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:nth-child(2) a {
    border-left: none !important;
    box-shadow: none;
}

.header-service.mobiel_num {
    display: none;
}

.emergency-text {
    display: none;
}

img.ajax-loader {
    margin: 0px auto;
    display: block;
    padding: 6px 0;
}

.wpcf7-form-control-wrap {
    position: relative;
    height: 54px;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.screen-reader-response {
    display: none;
}


.button_inquery {
    position: fixed;
    right: -92px;
    top: 50%;
    width: 235px;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
}

.button_inquery .btn {
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    background-color: #df4a5b;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}

.free-quote-box {
    padding: 0px;
}

.free_quote_close {
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
}

.free_quote_close:hover {
    opacity: 1;
}

.free_quote_close:focus {
    outline: 0;
}

.free-quote-box form {
    border: 5px solid #009cff;
}

.free-quote-box .contact-form {
    padding: 30px 40px 20px;
    border-top: 0px;
    background: rgba(1, 126, 205, 1);
}

#free_quote_mdl .modal-content {
    background: transparent;
    border: none;
}

.free-quote-box .contact-form .cf-title {
    width: 100%;
    font-family: 'latoheavy';
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -o-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

.free-quote-box .contact-form span.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    line-height: normal;
    background: #e1e1e1;
    text-transform: none;
    padding: 1px;
    text-align: left;
    position: absolute;
    width: 100%;
}

.free-quote-box .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    color: red;
    background: #ccc;
    border: none;
    padding: 5px;
    max-width: 486px;
}

.page-id-130 .button_inquery {
    display: none;
}

.inner-section-5 .txt-white a {
    color: #000;
}

/*css for notifications*/

/* Breadcrum-bar css start */
.breadcrum-bar {
    background: #fff;
    padding: 10px 0;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.breadcrum-bar a {
    color: #017ecd;
    text-decoration: none;
}

/* breadcrum-bar css end */
.foo-address .foo-title .text_address:first-child {
    margin-left: 0;
}

#new_notification {
    background: #131314;
}

.ht-notification-section {
    z-index: 999 !important;
}

.ht-notification-text p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ht-n-top .ht-n-close-toggle,
.ht-n-bottom .ht-n-close-toggle {
    left: 0px !important;
    top: 0px !important;
}

.ht-notification-buttons {
    left: 10px;
}

.ht-n-top .ht-n-close-toggle,
.ht-n-bottom .ht-n-close-toggle {
    top: 10px !important;
}


/* book now btn start*/
nav.sticky-tools {
    display: block;
    position: fixed;
    bottom: calc(50% - 25px);
    right: -99px;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

nav.sticky-tools ul {
    display: flex;
}

nav.sticky-tools ul li {
    display: inline-block;
    background-color: #000;
    border: 0.5px solid #fff;
}

nav.sticky-tools ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'latobold';
    font-size: 14px;
    line-height: 1.42857143;
}

nav.sticky-tools ul li:nth-of-type(2) {
    background-color: #1eadc7;
    border-left: 0;
}

nav.sticky-tools ul li:last-of-type {
    border-left: 0;
    background-color: #ff0404;
}

nav.sticky-tools ul li:last-of-type a {
    text-indent: -99999em;
    text-indent: -99999em;
    display: block;
    width: 2rem;
    height: 40px;
    padding: 1rem 30px;
    background: url(//www.calischoice.com/wp-content/themes/calischoice-child/assets/images/download.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 40%;
}

nav.sticky-tools ul li a:nth-of-type(1):hover,
nav.sticky-tools ul li a:nth-of-type(1):focus {
    color: #fff;
}

nav.sticky-tools ul li a:nth-of-type(2):hover,
nav.sticky-tools ul li a:nth-of-type(2):focus {
    width: 2rem;
    height: 100%;
    padding: 1rem 3rem;
    background: url(assets/images/download.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 35%;
}

/* book now btn start*/

form p {
    margin: 0rem 0 10px;
}

.contact-form p label {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'latoheavy';
    margin: 0;
}

.ftco-cover-1.overlay .contact-form p {
    text-align: left;
}

.author-main-sction {
    display: inline-block;
    width: 100%;
    margin: 0;
    background-color: #F9F9F9;
    padding: 20px;
}

.author-profile-pic {
    float: left;
}

.author-profile-pic img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: inline-block;
}

.author-post {
    display: inline-block;
    width: calc(100% - 120px);
    padding-left: 1rem;
}

.author-post h2 {
    margin: 0;
}

.author-post p {
    font-size: 16px;
}

.author-social {
    list-style: none;
    padding: 0;
}

.author-social li {
    display: inline-block;
}

.author-social li a i {
    font-size: 22px;
}

.author-social li a:hover {
    color: #000000;
}

.blog-author {
    margin-top: 0 !important;
}

.blog_sandiego_title {
    font-size: 36px;
    color: #017ecd;
}

.form_banner {
    display: flex;
    justify-content: right;
    width: 100%;
    overflow: hidden;
}

.form_img_bg img {
    height: 100%;
}

.ht-n-bottom .ht-notification-wrap {
    padding: 5px 30px 5px 10px;
}

.small_heading_title {
    font-size: 24px;
    font-weight: 600;
}

.color-black {
    color: #000;
}

.inner-section-2 .contact-form .cf-btn {
    text-align: center;
    width: 100%;
}

.inner-section-2 .contact-form .cf-btn .ajax-loader {
    margin: 0 auto;
    display: inline-block;
}

.inner-section-2 .wpcf7-response-output {
    margin: 10px 0 0 12px;
    padding: 3px 10px;
    position: relative;
    right: auto;
}


.hm-p .recent-post-block p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}

.hm-p .recent-post-block p.recent-post-content {
    font-size: 18px;
}

.hm-p .recent-post-block .read-more-post.read-more-btn {
    font-size: 16px;
    position: initial;
}

.hm-p .blog-details .recent-post-content {
    margin-bottom: 0
}

.s-p-f-pc {
    text-align: center;
    margin: 10px 0 20px;
}

.s-p-f-pc img {
    width: 25%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.s-p-f-pc img:hover {
    width: 70%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.testimonial .carousel-inner .carousel-item {
    min-height: 300px;
}

.testimonial .testi-img img {
    display: none;
}


.address-icon img {
    width: auto !important;
    height: 31px !important;
    object-fit: contain;
    margin-right: 5px;
    vertical-align: middle;
}

.listing-cls {
    font-size: 36px;
    color: #017ecd;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    display: flex;
    align-content: center;
}

.listing-cls-h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
    display: flex;
    align-content: center;
}

/* common CTA section start*/
.vc_row.pt-50 {
    padding-top: 50px;
}
.vc_row.pt-90 {
    padding-top: 90px;
}

.common-section .wpb_content_element {
    margin-bottom: 0;
}
.vc_row.pt-50 .section-title,
.vc_row.pt-90 .section-title{
    margin-bottom: 0 !important;
}
.common-page-cta {
    background: #d11c22 !important;
}

.common-page-cta .content-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.common-page-cta h3 {
    font-family: 'latobold';
    color: #ffffff;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
}

.common-page-cta p {
    font-family: 'latoheavy';
    color: #fff;
    font-size: 26px;
    margin: 0px auto 10px;
    line-height: 25px;
}

.common-page-cta a:first-child {
    font-family: 'latoheavy';
    color: #fff;
    font-size: 26px;
    margin: 0px auto 10px;
}

.common-page-cta a:first-child:hover {
    color: #000;
}

.common-page-cta .blue-grediant-btn {
     background: #fff;
    color: #d11c22 !important;
}
.common-page-cta .image-block{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
/* common CTA section end */


/* choose us today section Start */
.choose-today-sec {
    padding: 40px 0;
    background-color: #f5f5f5;
}
.choose-today-sec .features-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.choose-today-sec .features-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 20%;
    text-align: center;
    padding: 20px;
    margin: 0 10px;
}
.choose-today-sec .features-list li img {
    height: 50px;
    width: 50px;
    background: #e0efff;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.choose-today-sec .features-list li p {
    font-family: 'latoheavy';
    line-height: 1.2;
    font-size: 14px;
}
/* choose us today section End */

/* our-service section start  */

.our-service-sec {
    background: #017ecd;
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
    padding-bottom: 30px;
}

.our-service-sec .tab-block {
    padding-right: 0px;
    padding-top: 15px;
}

.our-service-sec h2 {
    font-family: 'latobold';
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-bottom: 11px;
}

.our-service-sec .nav-link:before {
    content: "\276F";
    position: absolute;
    right: 15px;
    font-weight: 900;
    transform: rotate(90deg);
}

.our-service-sec .nav-link.active:before {
    transform: rotate(0deg);
}

.our-service-sec .nav-link {
    color: #fff;
    font-size: 22px;
    font-family: 'latomedium';
    padding: 8px 15px;
}

.our-service-sec .nav-link.active {
    color: #017ecd;
    background-color: #fff;
    font-weight: 900;
    font-size: 22px;
    font-family: 'latobold';
    border-radius: 0px;
    line-height: 1.8;
}

.our-service-sec .tab-content {
    border-bottom-left-radius: 14px;
    padding-top: 15px;
    padding-left: 15px;
}

.our-service-sec .tab-content .tab-pane h2 {
    font-size: 30px;
    font-family: 'latobold';
        color: #017ecd;
}

.our-service-sec .tab-content .tab-pane p {
    font-size: 18px;
    font-family: 'latomedium';
}

.our-service-sec .content-block {
    padding-top: 0px !important;
    background: #fff;
    border-radius: 0 0 0 15px;
    border-top: 1px solid #017ecd;
}

/* our-service section end  */

/* Dex Css Start:Form */

.schedule-service-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.schedule-service-bar .schedule-form .cf-row .wpcf7-form-control-wrap select{
   
height: 38px;
border-color: #ccc;
-webkit-backface-visibility: hidden;
background: #fff;
border: solid 1px #ccc;
box-sizing: border-box;
outline: none;
padding: .36rem .66rem;
outline-offset: 0;
border-radius: 0;
font-weight: 400;
}
.schedule-service-bar .schedule-bar-button {
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
    padding: 0px 0px;
    width: 25%;
}

.schedule-service-bar .schedule-bar-button a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    line-height: 40px;
    font-size: 18px;
    text-align: right;
}

.schedule-service-bar .schedule-form {
    width: 75%;
    height: 100%;
    background-color: #fff;
    padding: 9px 0px;
    border-top: 1px solid #0056b3;
}

.schedule-service-bar .schedule-form .cf-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}



.schedule-service-bar .schedule-form .cf-row .wpcf7-form-control-wrap input::placeholder {
    color: #000;
}

.schedule-service-bar .schedule-form .cf-row .wpcf7-form-control-wrap select {
    font-weight: 500;
    height: 38px;
    border-color: #ccc;
}

.schedule-service-bar .wpcf7-spinner {
    display: none;
}

.schedule-service-bar .schedule-form input[type="submit"] {
    padding: 13px 20px !important;
}
.schedule-service-bar .schedule-form .cf-row select,
.schedule-service-bar .schedule-form .cf-row input{
    width: 100%;
}

.schedule-service-bar .schedule-form .cf-row .cf-col {
    width: 14%;
}
.schedule-service-bar .schedule-form .cf-row .cf-col:last-child {
    width: 8%;
}
/* Dex Css End:Form */
/* FAQ page css :start */
.faq-category-list {
    background-color: #f2f2f2;
    padding: 40px 0;
    border-top: 1px solid #017ecd;
}
.faq-category-list .custom_cat_list a {
    position: relative;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding: 15px 15px 15px 0;
    font-size: 22px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-category-list .custom_cat_list {
    column-count: 3;
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}

.custom_cat_list li a:before {
    content: "\f105";
    font-family: fontawesome;
    right: 5px;
    position: absolute;
}



.faq-category-list p {
    font-size: 18px;
    max-width: 500px;
    margin: 25px 0px;
}
.faq-banner-sec{
    position: relative;
    
}
.faq-banner-sec .container{
     position: relative;
    padding: 50px 15px;
}
.faq-banner-sec .faq-banner-img{
    width: 50%;
    height: 372px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position-x: right;
    background-position-y: bottom;
    display: block;
    background-size: contain;
}
.faq-banner-sec .content-block h1 {
    font-family: 'latobold';
    position: relative;
    display: inline-block;
    color: #017ecd;
    font-weight: 800;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 45px;
}

.faq-category-list h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #017ecd;
    font-family: 'latobold';
}
.faq-banner-sec .content-block h3 {
    font-size: 26px;
    margin: 40px 0px;
}
.faq-banner-sec .search-form .ajax-search-in input[type="search"] {
    width: 100%;
}

.faq-banner-sec .ajax-search-in {
    display: flex;
   
}
.faq-banner-sec .search-submit:focus{
    outline: none;
}
.faq-banner-sec .ajax-search-in .search-submit {
    padding: 10px 20px;
}
.faq-banner-sec .search-submit i{
    font-size: 23px;
} 

.faq-banner-sec .ajax-search-in {
    display: flex;
}

.faq-banner-sec .search-submit:focus {
    outline: none;
}

.faq-banner-sec #faqDataFetch {
    position: relative;
}
.faq-banner-sec #faqDataFetch ul {
    position: absolute;
    background: #017ecd;
    z-index: 1;
    width: 100%;
    padding: 0;
    list-style: none;
    max-height: 240px;
    overflow-y: auto;
}

.faq-banner-sec #faqDataFetch ul li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.faq-banner-sec #faqDataFetch ul li a:hover, .faq-banner-sec #faqDataFetch ul li a:focus {
    background: #000;
}
.tax-faqs_category .cat-post-list{
    padding-bottom: 30px;
}
.tax-faqs_category .cat-post-list a {
    position: relative;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding: 15px 15px 15px 0;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tax-faqs_category .cat-post-list ul {
    list-style: none;
    max-width: 50%;
    padding: 0;
}

.tax-faqs_category .cat-post-list ul a:before {
    content: "\f105";
    font-family: fontawesome;
    right: 5px;
    position: absolute;
}

/* FAQ page css: end */

.also-read-txt {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
/*=====================================================================
                        Responsive Design 
 ====================================================================*/
@media (max-width:1400px) {
  .schedule-service-bar .schedule-bar-button a{
        padding: 10px 15px;
        font-size: 14px;
  }
}
@media (max-width:1300px) {
    .home .contact-form .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
        -o-transform: scale(0.80);
    } 
}

@media (max-width:1199.98px) {
    .also-read-txt {
      font-size: 20px !important;
    }
    .system_time strong {
        font-size: 16px;
        padding: 0 10px;
    }

    .ubermenu-nav li a {
        width: 113px !important;
        padding: 9px 5px !important;
    }

    .contact-form .cf-title {
        width: 100%;
        font-size: 22px;
    }

    .coupon-section .coupon-box {
        padding: 15px 10px
    }

    .contact-form {
        padding: 30px 15px 10px;
    }

    .home-top-contact .p-txt {
        padding: 0px 0em 0px 0px;
    }

    .home .contact-form .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
    }

    .header-service .emergency-serrvice {
        padding-left: 10px;
    }

    /*----- Blog  Css start -----*/
    .blog-page .blog-post-content-box.blog-page-post {
        height: 520px;
    }

    .blog-details .recent-post-block {
        height: 300px;
    }

    .blog-details .recent-post-content {
        line-height: 25px;
        font-size: 16px;
    }

    .blog-details .recent-posts {
        padding: 0 25px;
    }

    .blog-details .white-bg .recent-link {
        margin-right: 0;
    }

    .blog-page .aside_sections,
    .blog-details .aside_sections {
        font-size: 24px;
    }

    /*----- Blog  Css End -----*/
    .sub_menu>p,
    .foo-address .address-title {
        font-size: 24px;
    }

    .foo-address .foo-title .text_address {
        width: 30%;
    }

    .blog-details .recent-post-main {
        padding: 0 12px;
    }

    /*----- Blog  Css End -----*/
    .contact-form p label {
        font-size: 15px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .hm-p .blog-details .recent-post-block {
        height: auto
    }

    .sevice-specialties .wow .card {
        min-height: 245px;
        max-height: 245px;
    }

    .sevice-specialties {
        padding-top: 5em;
    }

    .testimonial .carousel-inner .carousel-item {
        min-height: 320px;
    }

    /* sticky-form css start */
    .schedule-service-bar .schedule-bar-button a {
        font-size: 16px;
        padding: 10px 10px;
        text-align: center;
    }

    

    /* sticky-form css end */

}

@media (max-width: 1024px) {
    .ht-n-container .ht-notification-text {
        padding: 0px;
    }

    .ht-notification-text {
        max-width: 100%;
        margin: 0px auto;
    }

    .ht-notification-text p {
        font-size: 15px;
    }

    .ht-n-top .ht-notification-wrap,
    .ht-n-bottom .ht-notification-wrap {
        padding: 5px 0 10px !important;
    }

    .schedule-service-bar {
        flex-direction: column;
    }

    .schedule-service-bar .schedule-form {
        width: 100%;
    }

    .schedule-service-bar .schedule-bar-button {
        width: 100%;
    }

    .faq-category-list .custom_cat_list {
        column-count: 2;
    }
    .choose-today-sec .features-list li{
        padding: 20px 15px;
        margin: 0 10px;
    }
    .choose-today-sec .features-list li img{
            margin-bottom: 20px;
    }

}

@media (max-width:991px) {
    .also-read-txt {
        font-size: 18px !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .our-service-sec .tab-content{
        padding-bottom: 15px;
    }
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        display: block;
    }

    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child {
        display: block;
    }

    .ubermenu {
        padding: 0 !important;
    }

    .ubermenu-nav {
        flex-flow: column;
    }

    .ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
        border-left: none !important;
    }

    .ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
        justify-content: left;
    }

    .ubermenu-responsive-toggle {
        position: absolute !important;
        right: 40px !important;
        font-size: 0 !important;
        font-weight: normal !important;
        color: #fff !important;
        padding: 8px 12px !important;
        top: 32px !important;
        background-color: #017ecd !important;
        border-color: #017ecd !important
    }

    .ubermenu-responsive-toggle i {
        font-size: 22px;
        color: #fff;
        margin: 0 !important;
        width: initial !important
    }

    .ubermenu-responsive.ubermenu {
        right: 0;
        top: 100%;
        padding: 0 !important;
        max-height: 500px;
        position: absolute;
        overflow-y: auto !important;
    }

    .ubermenu-nav {
        padding: 5px 0 !important;
        margin: 0 !important
    }

    .ubermenu-nav li {
        min-width: 100% !important;
        padding: 0 20px !important;
    }

    .ubermenu-nav li a {
        width: 100% !important;
        text-align: left;
    }

    .ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
        width: 100% !important;
        text-align: left;
        height: initial;
        margin: 0;
        border-bottom: 1px solid #fff !important;
        padding: 12px 5px !important;
    }

    .ubermenu-skin-black-white-2 .ubermenu-item-level-0:last-child a {
        border: 0 !important;
    }

    .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        position: static;
        margin: 0 !important;
        box-shadow: none
    }

    .logo-section .logo-content li {
        width: 25%;
    }

    .logo-section {
        padding: 30px 0 20px;
    }

    /* Error 404 page style */
    .page-404-style {
        padding: 40px 0 0;
    }

    .page-404-style .page-title-txt {
        font-size: 34px;
    }

    .page-404-style .p-txt-style {
        font-size: 22px;
    }

    .page-404-style .form-control {
        font-size: 16px;
    }

    .page-404-style .btn {
        font-size: 18px;
    }

    .page-404-style .page-title-txt.result {
        font-size: 30px;
    }

    .page-404-style .page-description.result-title {
        font-size: 24px;
        line-height: 28px;
    }

    .page-404-style .entry {
        margin-top: 0;
    }

    /*----- Blog  Css start -----*/
    .blog-page .blog-post-content-box.blog-page-post {
        height: 520px;
    }

    .blog-details .single_banner_new img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .blog-details .recent-img img {
        height: auto;
    }

    .blog-details .recent-post-main {
        padding: 0 25px;
    }

    .blog-details .contant_wroper {
        padding-right: 20px;
    }

    .blog-page .mt-lg-5,
    .my-lg-5 {
        margin-top: 0 !important;
    }

    /*----- Blog  Css End -----*/


    .ubermenu-responsive-toggle {
        top: 27px !important;
    }

    .system_time {
        padding: 35px 0 0 30px;
        display: none;
    }

    .system_time strong {
        font-size: 18px;
        padding: 0 4px;
        text-transform: uppercase;
    }

    header {
        height: 93px;
    }

    .mid-part {
        margin-top: 93px;
    }

    header .logo {
        padding: 10px 0 5px;
    }

    header .logo img {
        max-width: 180px;
    }

    header .header-service {
        padding: 12px 0;
        justify-content: center;
        float: none;
    }

    .foo-address .foo-title .text_address {
        margin-bottom: 15px;
    }

    .foo-address .text_address:after {
        left: -10px;
    }

    .foo-address .address-title {
        font-size: 24px;
    }

    .foo-address .foo-title .text_address {
        margin-bottom: 15px;
    }

    .foo-address .text_address:after {
        -left: 10px;
    }

    .sub_menu>p {
        font-size: 22px;
        line-height: 32px;
    }

    .foo-address .address-title {
        font-size: 24px;
    }

    /*.banner_text_title{padding-top: 50px;}*/
    .contact-form p label {
        font-size: 14px;
        margin-bottom: 15px;
        display: inline-table;
    }

    .home-top-contact .p-txt {
        padding-bottom: 20px;
        padding-right: 0;
    }

    .sevice-specialties .wow .card {
        max-height: unset;
        overflow: auto;
        min-height: unset;
    }

    .testimonial .carousel-inner .carousel-item {
        min-height: 375px;
    }

    .faq-category-list .custom_cat_list a {
        font-size: 20px;
    }
    .schedule-service-bar .schedule-form .cf-row .cf-col:last-child{
            width: 9%;
    }
    .choose-today-sec .features-list{
        flex-wrap: wrap;
    justify-content: center;
    }
    .choose-today-sec .features-list li{
        padding: 20px 15px;
        margin: 10px 10px;
        width: 30%;
        justify-content: center;
       height: 150px;
    }
    .common-page-cta h3{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .common-page-cta p,
    .common-page-cta a:first-child{
        font-size: 22px;
        line-height: 18px;
    }
    .common-page-cta .blue-grediant-btn{
        font-size: 16px;
        margin-top: 10px;
    }

}

@media (max-width:767px) {
  .also-read-txt {
    font-size: 16px !important;
    line-height: 1.2 !important;
   }
    .ubermenu-nav {
        flex-flow: column;
    }

    .ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
        border-left: none !important;
    }

    .ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
        justify-content: left;
    }

    .ubermenu-responsive-toggle {
        right: 15px !important;
    }

    .ubermenu-responsive-toggle i {
        font-size: 17px;
    }

    .header-service .emergency-serrvice .phone {
        font-size: 26px;
        line-height: 30px;
    }

    .header-service .emergency-serrvice {
        padding-left: 8px;
    }

    /*.banner_text_title { padding-top: 30px; }*/
    .comatd_deta_table {
        padding-top: 15px;
    }

    .contact-form .cf-title {
        width: 40%;
    }

    .services_text {
        font-size: 30px;
        line-height: 40px;
    }

    .section-title p {
        font-size: 21px;
        line-height: 32px;
        padding: 0 10px;
    }

    .section-title p:after {
        width: 60%
    }

    .section-title .b-line {
        font-size: 24px;
        line-height: 32px;
    }

    .section-title .b-line:after {
        width: 60%
    }

    .home-services {
        padding: 30px 0 10px;
    }

    .home-top-contact .p-txt {
        padding: 0 15px;
        opacity: 0.9;
        margin-bottom: 15px;
    }

    .home-coupon {
        padding: 35px 0 15px;
    }

    .coupon-section {
        flex-flow: wrap;
    }

    .coupon-section .coupon-box {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 20px !important;
        flex: inherit;
    }

    .coupon-section .coupon-box:nth-child(2n+1) {
        margin-left: 0;
    }

    .home-coupon .coupon-section {
        flex-flow: wrap;
        justify-content: center;
    }

    .home-coupon .coupon-section .coupon-box {
        margin-bottom: 20px !important;
        flex: inherit;
    }

    /* .home-top-contact { padding-bottom: 4em;  }*/
    .home-about {
        padding: 30px 0 10px;
    }

    .testimonial {
        padding: 25px 0 0px;
    }

    .areas {
        padding: 30px 0 20px;
    }

    .insurance {
        padding: 30px 0 15px;
    }

    .site-footer {
        padding: 28px 0;
    }

    .title_text {
        text-align: center
    }

    .title_text .foo-title>p {
        margin-bottom: 7px;
        font-size: 22px;
        line-height: 28px;
    }

    .title_text .foo-title .text_address p {
        font-size: 16px;
        line-height: 26px;
    }

    .sub_menu {
        text-align: center;
        padding: 18px 0 0
    }

    .sub_menu>p {
        margin-bottom: 3px;
        font-size: 22px;
        line-height: 30px;
    }

    .menu_iten li {
        line-height: 26px;
    }

    .menu_iten li a {
        font-size: 16px;
    }

    .email_text p a {
        font-size: 16px;
    }

    .email_text {
        text-align: center
    }

    .email_text p {
        font-size: 16px;
        padding-top: 0;
    }

    .testimonial .carousel-inner .carousel-item {
        padding: 4em 4em 2em;
        height: 425px;
    }

    .textimonial-slider-arrow {
        top: 0;
        position: relative;
        background: #f5f5f5;
    }

    .testimonial .testi-img img {
        width: 50px;
        height: 50px;
    }

    .testimonial .testi-img {
        text-align: center;
    }

    .testimonial .carousel-indicators {
        left: 0;
    }

    .testimonial .testi-content {
        padding: 0px 20px;
        font-size: 16px;
        text-align: center;
    }

    .point_text_2 a {
        font-size: 30px;
    }

    .point_text_3 {
        font-size: 24px;
        margin: 1em 0px;
    }

    .section-2 .call-txt {
        margin-bottom: 2em;
    }

    .section-2 .call-txt p {
        font-size: 25px;
        line-height: 35px;
    }

    .custm-list li {
        font-size: 16px;
        line-height: 22px;
    }

    .section-5 .p-txt {
        font-size: 18px;
        line-height: 26px;
    }

    .section-6 .img-blk {
        padding-top: 0em;
    }

    .testimonial .section-title {
        text-align: center;
        padding: 0px 0px 0px 0px;
    }

    .testimonial .section-title p::after {
        left: 0;
    }

    .areas ul.menu li:before {
        width: 20px;
        top: -10px;
    }

    .areas ul.menu li {
        margin: 0 0 15px 2%;
    }

    .areas ul.menu li a {
        font-size: 16px;
    }

    .section-7 .call-txt p {
        font-size: 30px;
        line-height: 30px;
    }

    .blue-grediant-btn {
        margin: 0em auto;
        font-size: 16px;
    }

    .section-3 {
        background-position: right;
        background-size: cover;
        padding: 3em 0 2em;
    }

    .section-3-2 {
        padding: 3em 0px 2em;
    }

    .section-3-2:before {
        padding: 0em 0px;
        background: #e8e8e8;
        height: 100%;
    }

    .home-top-contact .home-top-p-lr {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-top-contact .point_text_3 {
        font-size: 24px;
        margin: 1em 0px 20px;
        padding: 0 15px;
    }

    .home-top-contact .text_banner_1 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 15px;
    }

    .home-top-contact .point_text_2 {
        font-size: 22px;
        line-height: 36px;
        padding: 0 15px;
    }

    .section-3-2 .card .detail-block {
        padding: 0px 0px;
        width: 100%;
        text-align: center;
    }

    .testimonial .carousel-indicators {
        display: none;
    }

    .section-3-2 .card {
        padding: 1em 1em 10px;
    }

    .section-3-2 .card .detail-block .d-txt p {
        margin: 0;
    }

    .logo-section .logo-content li {
        width: 33.33%;
    }

    .section-title .b-line br {
        display: none;
    }

    .section-3-2 .card .img-block {
        float: none;
        margin: 0 auto 10px;
    }

    .section-3-2 .card .text-right {
        text-align: center !important;
    }

    .section-3-2 .card .detail-block .d-txt {
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    /* Error 404 page style */
    .page-404-style {
        padding: 20px 0 0;
    }

    .page-404-style .page-title-txt {
        font-size: 30px;
    }

    .page-404-style .p-txt-style {
        font-size: 20px;
        line-height: 26px;
    }

    .page-404-style .page-title-txt.result {
        font-size: 28px;
    }

    .page-404-style .page-description.result-title {
        font-size: 22px;
    }

    .page-404-style .entry .entry-title {
        font-size: 22px;
    }

    /* Error 404 page style end*/
    .system_time strong {
        font-size: 14px;
    }

    .system_time {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    /*----- Blog  Css start -----*/
    .blog-details .contant_wroper {
        padding-right: 25px;
    }

    .blog-page .blog-post-content-box {
        min-height: 100%;
        height: 100%;
    }

    .blog-page .blog-post-content-box.blog-page-post {
        padding: 0 25px 20px;
        height: auto;
    }

    .blog-page .pagination {
        margin: 10px auto 30px;
    }

    .blog-page .blog-post-title a {
        line-height: 26px;
        font-size: 22px;
    }

    .blog-page .section-title {
        text-align: center !important;
    }

    .blog-page .position-center-center h1 {
        font-size: 30px;
    }

    .blog-page {
        margin-top: 30px;
    }

    .blog-details .recent-post-content {
        text-align: center;
    }

    .blog-details .recent-post-block {
        height: auto;
    }

    .blog-page .not-found {
        background: #f9f9f9;
        padding: 30px 30px;
        text-align: center;
        width: 100%;
        font-size: 30px;
    }

    .blog-details .text_upercach_spech p {
        font-size: 16px;
    }


    /* header */
    .header-service .sevi-logo img {
        max-width: 59px
    }

    .header-service .emergency-serrvice p span {
        font-size: 16px;
    }

    .header-service .emergency-serrvice p {
        line-height: 18px;
    }

    .header-service .emergency-serrvice p a {
        font-size: 14px;
        font-weight: 800;
    }

    .emergency-text {
        font-size: 8px;
    }

    .sevi-logo {
        padding: 0;
    }

    header {
        height: 78px;
    }

    .mid-part {
        margin-top: 78px;
    }

    header .logo {
        padding: 15px 0;
    }

    header .logo img {
        max-width: 130px;
    }

    header .header-service {
        padding: 13px 10px;
    }

    .foo-address .foo-title .text_address {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .foo-address .text_address:first-child:after {
        background: #80bfe6;
    }

    .foo-address .text_address:after {
        content: "";
        height: 2px;
        background: #80bfe6;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -5px;
        left: 50%;
        width: 170px;
        transform: translate(-50%, -50%);
    }

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

    .foo-address .foo-title .text_address {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .foo-address .text_address:after {
        content: "";
        height: 2px;
        background: #80bfe6;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -5px;
        left: 50%;
        width: 170px;
        transform: translate(-50%, -50%);
    }

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

    .button_inquery .btn {
        padding: 5px 18px;
        font-size: 16px;
    }

    .button_inquery {
        right: -103px
    }

    p.add_new_email span {
        margin-right: 0;
    }

    .res_padd {
        padding-bottom: 30px !important
    }

    .res_padd20 {
        padding-bottom: 20px !important
    }

    .testimonial_section_after .section-title {
        padding: 0 15px;
    }

    .inner-section-7 .call-txt p {
        font-size: 23px;
        line-height: 18px;
    }

    .inner-section-6 .img-blk .txt-p,
    .inner-section-6 .txt-p {
        padding-right: 15px;
    }

    .inner-section-5 .p-txt {
        padding-right: 15px;
    }

    .inner-section-6 .img-blk img {
        margin: 0 auto;
        display: block;
    }

    .section-title .b-line {
        padding: 0 15px;
    }

    .inner-section-2 .top-txt-p {
        font-size: 22px;
        padding: 0 15px;
    }

    .ht-notification-text p {
        font-size: 14px;
    }

    .form_banner {
        display: block;
        position: relative;
    }

    .form_img_bg {
        position: absolute;
        left: 0px;
        right: 0;
        z-index: 0;
        height: 100%;
        width: 100%;
    }

    .form_img_bg img {
        height: auto;
        width: auto;
        opacity: 0.1;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .contact-form {
        padding: 30px 15px 10px;
        width: 100%;
        max-width: 100%;
        background: rgb(1 126 205 / 60%);
        z-index: 1;
    }

    div.wpcf7-response-output {
        width: 100%;
        left: auto;
        right: 0;
    }

    .home_contact_new .contact-form {
        max-width: 100%;
        z-index: 0;
        position: relative;
        background: rgb(1 126 205 / 70%);
    }

    .blog-page .read-more-post {
        position: relative;
        bottom: 0;
        right: 0;
    }

    /* service we offer start */
    .our-service-sec {
        padding-bottom: 0px;
    }

    .our-service-sec h2 {
        font-size: 25px;
    }

    .our-service-sec .nav-link.active {
        font-size: 18px;
    }

    .our-service-sec .nav-link {
        padding: 5px 10px;
        font-size: 18px;
    }

    .our-service-sec .content-block {
        border-radius: 0px 0px 0px 0px;
    }

    .our-service-sec .tab-content .tab-pane h2 {
        font-size: 25px;
    }

    .our-service-sec .nav-link:before {
        right: 25px;
        transform: rotate(-90deg);
    }

    .our-service-sec .nav-link.active:before {
        transform: rotate(90deg);
    }

    .our-service-sec .tab-block {
        padding-right: 15px;
    }

    /* service we offer end */

    /* common cta section start */
    .common-page-cta h3 {
        font-size: 26px;
    }

    .common-page-cta {
        text-align: center;
    }

    .common-page-cta p {
        font-size: 22px;
    }

    .common-page-cta a:first-child {
        font-size: 22px;
    }

    /* common cta section end */
    

    /* sticky-form css start */
    .schedule-service-bar .schedule-form {
        display: none;
    }

    /* sticky-form css end */

    /* faq page css start */
    .faq-category-list .custom_cat_list {
        column-count: 1;
    }

    .faq-category-list h2 {
        font-size: 26px;
    }

    .faq-category-list p {
        font-size: 16px;
    }

    .faq-category-list .custom_cat_list a {
        font-size: 19px;
    }

    /* faq page css end */

    .choose-today-sec .features-list li{
        width: 44%;
    }
    .common-page-cta .content-block{
        order: 2;
    }
     .common-page-cta .image-block{
        order: 1;
        min-height: 230px;
        background-size: cover;
        background-position: top;
     }
     .faq-banner-sec .container{
        position: relative;
        padding: 30px 15px;
     }
     .faq-banner-sec .faq-banner-img{
        background-image: unset !important;
     }
}

@media (max-width:575px) {
    .contact-form .cf-title {
        width: 45%;
    }

    .home-coupon {
        padding: 35px 0 10px;
    }

    .insurance .carousel-item div[class*="col"] {
        text-align: center
    }

    .insurance .carousel-inner img {
        margin-bottom: 20px;
    }

    .section-3 .p-txt {
        text-align: center;
        padding: 0 15px;
    }

    .section-6 {
        padding: 5em 0px 1em;
    }

    .p-para {
        font-size: 16px;
        padding: 0 15px;
    }

    .logo-section .logo-content li {
        width: 50%;
        padding: 0 8px 15px;
    }

    .system_time {
        padding: 0;
        width: 100%;
    }

    .custm-list {
        padding-right: 15px;
    }

    .h4-title,
    .h2-style {
        padding: 0 15px;
    }

    /* header */
    header .header-service {
        padding: 10px 41px 10px 0px;
    }

    .system_time {
        padding: 0;
        width: 100%;
    }

    .header-service.webpage {
        display: none;
    }

    .header-service.mobiel_num {
        justify-content: center;
        float: none;
        display: flex;
    }

    .ubermenu-responsive-toggle {
        top: 21px !important;
    }

    header {
        height: 77px;
    }

    .mid-part {
        margin-top: 77px;
    }

    header .logo {
        padding: 15px 0;
    }

    .testimonial .testi-content:before {
        width: 25px;
        height: 21px;
        background-size: 100%;
        bottom: 0;
        right: 0px;
        font-size: 25px;
    }

    .testimonial .testi-content:after {
        width: 25px;
        height: 21px;
        background-size: 100%;
        top: 0;
        left: -20px;
        font-size: 25px;
    }

    .testi-slider-arrow {
        display: block;
        text-align: center;
    }

    .inner-top-contact .point_text_3 {
        padding: 0 15px;
    }

    .inner-section-2 .call-txt p {
        font-size: 25px;
    }

    .inner-section-2 .call-txt .call-txt-p {
        font-size: 23px;
    }

    .inner-top-contact .text_banner_1,
    .inner-top-contact .point_text_2 {
        padding: 0 15px;
    }

    /*----- Blog  Css start -----*/
    .hm-p .blog-details .recent-post-main {
        padding: 0;
    }

    .blog-details .recent-post-main {
        padding: 0 8vw;
    }

    .hm-p .blog-page {
        padding: 0 20px;
    }

    .blog-page {
        padding: 0 40px;
    }

    /*----- Blog  Css end -----*/
    .ftco-cover-1.overlay .contact-form p {
        padding-left: 0;
    }

    .contact-form p label {
        font-size: 13px;
    }

    .faq-category-list h2 {
        font-size: 26px;
    }

    .faq-category-list .custom_cat_list a {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .banner_text_title {
        padding-top: 22px;
        text-align: center;
    }

    .text_banner_1,
    .text_banner_2 {
        font-size: 20px;
        line-height: 24px;
    }

    .point_text_2 {
        font-size: 22px;
        line-height: 32px;
    }

    .text_banner_3 {
        font-size: 20px;
        line-height: 24px;
    }

    .services_text {
        font-size: 26px;
        line-height: 34px;
    }

    .comatd_deta_table {
        padding-top: 5px;
    }

    .contact-form {
        padding: 15px 20px 0;
        border-top: 10px solid #017ecd;
    }

    .contact-form .cf-title {
        font-size: 24px;
        width: 59%;
    }

    .services-top-text {
        margin-bottom: 25px;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .section-title p {
        font-size: 22px;
        line-height: 30px;
    }

    .section-title .b-line {
        font-size: 22px;
        line-height: 30px;
    }

    .home-coupon {
        padding: 35px 0 15px;
    }

    /*.coupon-section .coupon-box { width: 100%; margin-left: 0; }*/
    .home-services-box {
        margin-bottom: 25px;
    }

    .testimonial .testi-content {
        padding: 0px;
    }

    .testimonial .testi-title {
        font-size: 20px;
        display: inline-block;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .areas ul.menu li {
        width: 50%;
        margin-left: 0;
        padding: 0 10px 10px;
        text-align: center;
    }

    .areas ul.menu li a {
        font-size: 15px;
        line-height: 22px
    }

    .areas ul.menu li:before {
        top: 0px;
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
        left: inherit;
    }

    .areas-slider-arrow {
        margin-top: 0;
    }

    .site-footer {
        padding: 25px 0;
    }

    .testimonial .carousel-inner .carousel-item {
        padding: 2em 3em 0em;
        min-height: 390px;
    }

    .sub_banner_txts {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sub_banner_txts .text_banner_1 {
        font-size: 26px;
        line-height: 34px;
    }

    .sub_banner_txts .text_banner_1 .small-text {
        font-size: 19px;
        padding-top: 0px;
    }

    .sub_banner_txts .point_text_2 {
        font-size: 16px;
        line-height: 24px;
    }

    /* Error 404 page style */
    .page-404-style .page-title-txt {
        font-size: 26px;
        line-height: 32px;
    }

    .page-404-style .p-txt-style {
        font-size: 17px;
        line-height: 22px;
    }

    .page-404-style .form-control {
        font-size: 14px;
    }

    .page-404-style .btn {
        font-size: 14px;
        padding: 7px 12px;
    }

    .page-404-style .entry .entry-title {
        font-size: 21px;
    }

    /*----- Blog  Css start -----*/
    .blog-page .blog-post-img.blog-post-grid-img img {
        width: 100%;
        height: auto;
    }

    .blog-page .blog-post-title a p {
        font-size: 20px;
    }

    /*----- Blog  Css End -----*/


    header .header-service {
        padding: 0;
        justify-content: center;
        float: none;
        width: 100%;
    }

    header .logo {
        padding: 10px 0;
    }

    .header-service.mobiel_num {
        width: auto;
        padding: 0;
    }

    header .logo img {
        max-width: 100px;
    }

    .header-service.mobiel_num .emergency-serrvice {
        padding: 7px 40px 0 0;
    }

    .header-service.mobiel_num .sevi-logo {
        display: none;
    }

    .emergency-text {
        display: block;
    }

    header {
        height: 75px;
    }

    .mid-part {
        margin-top: 70px;
    }

    header .logo {
        padding: 2px 0;
    }

    .emergency-text {
        font-size: 11px;
        width: 100px;
        text-align: center;
        line-height: 11px;
    }

    .ubermenu-responsive-toggle {
        top: 18px !important;
    }

    .testimonial .testi-content:after {
        left: -25px;
        top: -11px;
    }

    .testimonial .testi-content:before {
        right: -25px;
        bottom: -11px;
    }

    .ht-notification-text p {
        line-height: 14px !important;
        font-size: 11px !important;
        padding: 6px 86px 6px 45px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .schedule-service-bar .schedule-bar-button a {
      font-size: 14px;
      line-height: 24px;
 }

}


@media (max-width: 380px) {
    .testimonial .carousel-inner .carousel-item {
        min-height: 500px;
    }

    /* our service section start */
    .our-service-sec h2 {
        font-size: 22px;
    }

    .our-service-sec .nav-link {
        font-size: 18px;
    }

    .our-service-sec .nav-link.active {
        font-size: 18px;
    }

    .our-service-sec .tab-content .tab-pane h2 {
        font-size: 22px;
    }

    .our-service-sec .tab-content .tab-pane p {
        font-size: 16px;
    }

    .our-service-sec .nav-link:before {
        right: 25px;
    }

    .our-service-sec .tab-block {
        padding-right: 15px;
    }

    /* our service section end */

    /* common cta sextion start */
    .common-page-cta h3 {
        font-size: 22px;
    }

    .common-page-cta p {
        font-size: 20px;
    }

    .common-page-cta a:first-child {
        font-size: 20px;
    }

    .common-page-cta .blue-grediant-btn {
        margin-top: 10px;
    }

    .common-page-cta h3 {
        line-height: 30px;
    }
    .choose-today-sec .features-list li{
        width: 75%;
        height: unset;
    }

    /* common cta sextion end */
}

@media (max-width:320px) {

    .header-service .emergency-serrvice .phone {
        font-size: 22px;
        line-height: 24px;
    }

    .header-service .emergency-serrvice .emergency-text {
        line-height: 12px;
    }

    .ubermenu-responsive-toggle {
        top: 20px !important;
    }

    .contact-form .cf-title {
        font-size: 20px;
        width: 89%;
        margin: 0 auto 15px;
    }

    .contact-form {
        padding: 12px 15px 0;
        border-top: 8px solid #017ecd;
    }

    .services_text {
        font-size: 23px;
        line-height: 30px;
    }

    .home-services-box .home-services-title {
        font-size: 22px;
    }

    .home .contact-form .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
        -o-transform: scale(0.80);
    }

    .header-service .emergency-serrvice p a,
    .header-service .emergency-serrvice p span {
        font-size: 13px;
    }

    /*----- Blog  Css start -----*/
    .blog-details .recent-post-main {
        padding: 0 10vw;
    }

    /*----- Blog  Css End -----*/

}



.cst-bullet {
    position: relative;
}

.cst-bullet:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -15px;
    top: 6px;
    background-image: url(assets/images/rectangle-blue.png);
}

/* .content_model{
    width:60vw;
} */

/*----- POP UP Modal CSS start -----*/
.img_modal {
    width: 100%;
    height: 100%;
}

.form_select_style {
    width: 100%;
    height: 3vw;
    padding-left: 1vw;
}

.subscribe_form_two .modal-body .form_select_tarea {
    height: 80px;
    resize: none;
    font-size: 16px;
}

.subscribe_form_two .modal-body .form-group input::placeholder {
    color: #282828;
    font-size: 13px;
    font-family: 'latosemibold';
    color: gray;
}

.subscribe_btn {
    display: flex;
    justify-content: center;
}

.subs_btn {
    width: 100%;
    font-weight: 700;
}

.subscribe_form_two {
    margin: inherit;
    border-left: 1px solid #e1e0e0;
}

.subscribe_form_two .modal-body .form-group input {
    font-size: 16px;
}

.subscribe_form_two .modal-body .form-select {
    outline: #ccc;
    border: solid 1px #ccc;
    color: #5e5555;
}

#myModal {
    padding-right: 0px !important;
}

.modal_content_header {
    font-weight: 700;
}

.modal_image img {
    object-fit: cover;
    object-position: bottom;
}

@media (min-width:992px) {
    #myModal .modal-lg {
        max-width: 900px !important;
    }
}

@media (max-width:400px) {
    .modal-content .subscribe_form_two .modal-title {
        font-size: 19px;
        font-weight: 700;
    }
}

@media (max-width:992px) {
    .modal_image {
        display: none;
    }

    .subscribe_form_two {
        margin: 0;
        border-left: 0px solid #e1e0e0;
    }

    .form_select_style {
        height: 6vw;
    }

    .subscribe_form_two .modal-body .form_select_tarea {
        height: 80px;
        resize: none;
        font-size: 16px;
    }
}

.subscribe_form_two .modal-body .form_select_tarea {
    margin-bottom: 15px;
}

@media (max-width:479px) {
    .form_select_style {
        height: 10vw;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .form_select_style {
        height: 7vw;
    }
}

/*----- POP UP Modal CSS End -----*/


/*County list css*/

.county-list-col .county-list-block {
    background: #017ecd;
    background: -moz-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: -webkit-linear-gradient(top, #017ecd 22%, #1fa8ff 100%);
    background: linear-gradient(to bottom, #017ecd 22%, #1fa8ff 100%);
    padding: 30px 20px 20px;
    border-radius: 15px;
}

.county-list-col .county-list-block h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'latoheavy';
    letter-spacing: 0.1px;
}

.county-list-col .county-list-block h4 {
    color: #fff;
    font-size: 20px;
}

.county-list-col .count-list-flex {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 40px;
}

.count-list-flex .county-item {
    background: #e0efff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.count-list-flex .county-item .county-name {
    margin: 0;
    padding-left: 20px;
    font-family: 'latoheavy';
    font-size: 20px;
    line-height: 1.2;
}

.count-list-flex .county-item .county-icon {
    min-width: 66px;
    object-fit: contain;
}

.icon-w-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: 0;
    gap: 22px;
    padding-top: 10px;
}

.icon-w-list li {
    padding: 0;
    display: flex;
}

.icon-w-list li:before {
    content: none;
}

.icon-w-list li {
    background: #e0efff;
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 50px 8px 8px 50px;
}

.icon-w-list li .icon {
    max-width: 50px;
    min-height: 50px;
    border: 2px dashed #017ecd;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.icon-w-list li p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}
/*custom heading class*/

.second-heading {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'latoblack';
}
.third-heading {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'latoblack';
}
@media (max-width:1199px) {
 .county-list-col .count-list-flex{
        margin-top: 30px;
 }
 .count-list-flex .county-item .county-name{
    padding-left: 10px;
    font-size: 18px;
 }
 .icon-w-list{
    padding-top: 3px;
 }
}
@media (max-width:991px) {
.section-2 .county-list-col {
    margin-top: 30px;
}
.icon-w-list{
    gap: 10px;
}
.county-list-col .county-list-block h2{
    font-size: 28px;
    line-height: 1;
}
 .second-heading{
    font-size: 26px;
  }
  .third-heading {
    font-size: 24px;
  }
}
@media (max-width:767px) {
.county-list-col .count-list-flex{
    gap: 10px;
    margin-top: 20px;
}
.county-list-col .county-list-block h2{
    font-size: 24px;
    margin-bottom: 5px;
}
.count-list-flex .county-item .county-name{
    padding-left: 7px;
    font-size: 15px;
    line-height: 1.2;
}
.county-list-col .county-list-block{
    padding: 20px 15px 15px;
    border-radius: 15px;
}
.count-list-flex .county-item .county-icon {
    min-width: 55px;
    object-fit: contain;
}
 .second-heading{
    font-size: 24px;
  }
  .third-heading{
   font-size: 20px;
  }
}

@media (max-width:475px) {
  .second-heading {
    font-size: 22px;
 }
}
@media (max-width:399px) {
  .count-list-flex .county-item .county-name{
    padding-left: 13px;
    font-size: 18px;
  }
  .county-list-col .county-list-block{
     padding: 30px 15px 20px;
  }
  .county-list-col .count-list-flex{
    grid-template-columns: repeat(1,1fr);
  }
  .icon-w-list li p{
    font-size: 15px;
    line-height: 1.2;
  }
  .icon-w-list li .icon{
    margin-right: 10px;
  }
}



/*blog cta*/

.blog-cta-sec {
    padding: 38px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 0px;
}
.blog-cta-sec .cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.blog-cta-sec .cta-wrapper .heading-txt {
    width: 70%;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}
.blog-cta-sec .cta-wrapper .cta-button {
    width: 30%;
    display: block;
    text-align: center;
    max-width: 180px;
    background: #fff;
    color: #000;
    padding: 10px 17px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s all ease-in-out;
}

.blog-cta-sec .cta-wrapper .cta-button:hover{
   color: #fff;
   background: #000;
}
@media (max-width:1199.98px) {
    .blog-cta-sec {
      padding: 30px 20px;
    }
    .blog-cta-sec .cta-wrapper .heading-txt{
     width: 75%;
     font-size: 22px;
    }
    .blog-cta-sec .cta-wrapper .cta-button{
        width: 25%;
        padding: 10px 15px;
    }
}
@media (max-width:767px) {
  .blog-cta-sec{
    padding: 30px 20px;
    margin: 10px 0px;
  }
  .blog-cta-sec .cta-wrapper{
    flex-direction: column;
  }
  .blog-cta-sec .cta-wrapper .heading-txt{
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  .blog-cta-sec .cta-wrapper .heading-txt,
  .blog-cta-sec .cta-wrapper .cta-button{
    width: 100%;
  }
  .blog-details .contant_wroper{
    padding-right: 0;
  }
}
