@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap);

.oca-ldp--wrapper {
    padding: 30px;
    box-sizing: border-box
}

.font-oswald * {
    font-family: Oswald, sans-serif
}

.font-lato * {
    font-family: Lato, sans-serif
}

.normal-text p {
    font-weight: 400
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.pum-overlay {
    overflow-y: hidden !important
}

.w-max-1800 {
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    float: none
}

.w-max-1400 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    float: none
}

.w-max-1200 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    float: none
}

.mw1000 {
    max-width: 1000px;
    margin: 0 auto
}

.mw900 {
    max-width: 900px;
    margin: 0 auto
}

.mw700 {
    max-width: 700px;
    margin: 0 auto
}

.mw500 {
    max-width: 500px;
    margin: 0 auto
}

.float-none{
	float:none;
}

.clickable{
	cursor:pointer
}

.oca-logo {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 30px;
    line-height: 25px
}

.oca-logo img {
    display: inline-block;
    width: auto;
    max-width: 115px;
    max-height: 40px
}

.oca-logo2 {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 30px;
    line-height: 25px
}

.oca-logo2 img {
    display: inline-block;
    width: auto;
    max-width: 150px;
    max-height: 40px
}

.section-bg--white {
    background-color: #fff
}

.section-bg--gray {
    background-color: #f3f3f3
}

.section-bg-blue {
    background-color: #1875a1
}
/* oca buttons */
.oca-blue--button {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    padding: 14px 64px 14px 64px
}

.oca-white-outline-button{
    color: #ffffff;
    font-weight: 700;
    border: 2px solid #ffffff;
    padding: 10px 39px;
    border-radius: 25px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
a.oca-white-outline-button:hover {
    background: #ffffff;
    color: #333333 !important;
}

.oca-footer-banner-button {
    color: #fff;
    border: 2px solid #fff;
    font-family: Lato, sans-serif;
    border-radius: 100px;
    padding: 10px 64px;
    font-size: 1rem;
    margin: 5px 0;
    display: inline-block;
    font-weight: 900;
    transition: all 0.3s ease;
}
.oca-footer-banner-button:hover {
    background: #ffffff;
    color: #333333 !important;
}
/* oca buttons */

.hide-section {
    display: none;
    visibility: hidden;
    opacity: 0
}

.oca--bubble {
    width: 100%;
    margin: 0 auto
}

.oca--bubble blockquote {
    margin: 10px 10px 0;
    background: #fff;
    padding: 33px 43px;
    position: relative;
    border: none;
    border-radius: 10px;
    text-align: left;
    color: rgba(41, 41, 41, .7);
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    -webkit-box-shadow: 0 17px 20px 2px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 17px 20px 2px rgba(0, 0, 0, .21);
    box-shadow: 0 17px 20px 2px rgba(0, 0, 0, .21)
}

.oca--bubble .quoteBy {
    content: "";
    display: table;
    clear: both;
    margin-top: 20px
}

.oca--bubble .quoteImg {
    display: inline-block;
    float: left;
    width: 110px;
    text-align: center
}

.oca--bubble .quoteImg img {
    max-width: 100%;
    text-align: left
}

.oca--bubble .quoteName {
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
    margin-left: 120px;
    font-family: Open Sans, sans-serif;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px
}

.oca--bubble .quoteName span {
    display: block;
    font-family: Open Sans, sans-serif;
    color: #292929;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.oca--bubble .oca--quote {
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 35px solid transparent;
    border-top: 40px solid #fff;
    margin: 0 0 0 65%;
    position: relative;
    z-index: 1
}

.oca--bubble .oca--quote-reverse {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 35px solid transparent;
    border-top: 40px solid #fff;
    margin: 0 0 0 35%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.oca-0-padding-bottom {
    padding-bottom: 0 !important
}

.oca-0-padding-top {
    padding-top: 0 !important
}

#player {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'brightness\'><feColorMatrix type=\'matrix\' values=\'1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0\'/></filter></svg>#brightness"); /* Firefox 3.5+ */
    -webkit-filter: brightness(108.5%);
}

body:not(.qodef-menu-with-large-icons) .qodef-main-menu ul li a span.item_inner i:before {
    margin: 0 7px 0 0
}

#nav-menu-item-5716 .menu_icon:before {
    content: "\f03d"
}

#nav-menu-item-5727 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2019/09/np_cash-up_867919_000000.png)
}

#nav-menu-item-5726 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2019/09/np_customer-experience_1764812_000000.png)
}

#nav-menu-item-5725 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2019/09/np_automation_2033881_000000.png)
}

#nav-menu-item-6659 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2021/04/Image20210408002712.png);
}

i.menu_icon.blank.fa {
    vertical-align: middle;
}


#nav-menu-item-5719 .item_outer {
    background-color: #1b80ac;
    padding: 10px;
    border-radius: 23px;
    color: #fff
}

#nav-menu-item-5786 .item_outer {
    background-color: #1b80ac;
    padding: 10px;
    border-radius: 23px;
    color: #fff
}

#sticky-nav-menu-item-5716 .menu_icon:before {
    content: "\f03d"
}

#sticky-nav-menu-item-5727 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2019/09/np_cash-up_867919_000000.png)
}

#sticky-nav-menu-item-5726 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2019/09/np_customer-experience_1764812_000000.png)
}

#sticky-nav-menu-item-5725 .menu_icon:before {
    content: url(https://www.oncallair.com/wp-content/uploads/2019/09/np_automation_2033881_000000.png)
}

#sticky-nav-menu-item-5719 .item_outer {
    background-color: #1b80ac;
    padding: 10px;
    border-radius: 23px;
    color: #fff
}

#sticky-nav-menu-item-5786 .item_outer {
    background-color: #1b80ac;
    padding: 10px;
    border-radius: 23px;
    color: #fff
}

.qodef-drop-down .second {
    left: -80%
}

.qodef-drop-down .narrow .second .inner ul,
.qodef-drop-down .second .inner>ul {
    background-color: #fff;
    border-radius: 9px;
    border-top: none;
    -webkit-box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .21);
    box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .21)
}

.qodef-drop-down .narrow .second .inner ul {
    padding: 0
}

.qodef-drop-down .narrow .second .inner ul li {
    min-width: 360px;
    width: 100%
}

.qodef-drop-down .second .inner ul li {
    margin: 25px 0
}

.qodef-drop-down .second .inner ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #1d1d1d;
    letter-spacing: .3px
}

.qodef-drop-down .second .inner ul li.sub ul li:hover>a,
.qodef-drop-down .second .inner>ul>li:hover>a,
.qodef-main-menu>ul>li>a:hover {
    color: #1b80ac !important
}

.qodef-main-menu>ul>li>a:after {
    background-color: transparent
}

.gas-card-banner--bg{
	background-image:url('https://www.oncallair.com/wp-content/uploads/2021/04/Image20210414031649.png');
}

@media only screen and (min-width :320px) {
    .oca-homeBanner--section {
        padding: 0;
        position: relative
    }

    .homeBanner--content {
        padding: 0 50px
    }

    .homeBanner--bg {
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        background-position: center;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/09/homepagemobile.jpg);
        min-height: 666px
    }

    .homeSubBanner--content {
        padding: 64px 0
    }

    .homeSubBanner--content .homeSubBanner--title {
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box
    }

    .homeSubBanner--content h3 {
        padding-bottom: 35px;
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 26px;
        line-height: 32px;
        font-weight: 600
    }

    .oca-homeBanner--actionButton,
    .oca-homeBanner--description,
    .oca-homeBanner--quickDemo,
    .oca-homeBanner--title {
        margin-left: 30px !important;
        margin-right: 35px !important
    }

    .oca-homeBanner--title h1 {
        padding-top: 180px;
        color: #fff;
        font-family: Oswald, sans-serif;
        font-size: 60px;
        line-height: 67px;
        font-weight: 600
    }

    .oca-homeBanner--description p {
        color: #fff;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 27px;
        font-weight: 400
    }

    .oca-homeBanner--quickDemo {
        color: #fff;
        font-family: Lato, sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 700
    }

    .oca-homeBanner--quickDemo i {
        vertical-align: middle
    }

    .subBanner-wrapper {
        padding: 64px 0
    }

    .subBanner-wrapper h3 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 26px;
        line-height: 32px;
        font-weight: 700
    }

    .oca-feedback--section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .oca-feedback--content {
        margin-bottom: 30px
    }

    .oca-feedback--content h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 50px;
        line-height: 57px;
        font-weight: 600
    }

    .oca-feedback--content p {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-feedback--content .link {
        color: #292929;
        cursor: pointer;
        white-space: pre-wrap
    }

    .oca-feedback--content i {
        -webkit-text-stroke: 2px #fff
    }

    .oca-feedback--content .link:hover {
        color: #1b80ac
    }
/* 
    .feedback--section_1 {
        margin-top: -90px
    } */

    .feedback--section_2 {
        margin-top: 0
    }

    .feedback--section_2 .vc_single_image-wrapper img {
        max-width: 100%
    }

    .feedback--bubble_1,
    .feedback--bubble_3 {
        margin-bottom: 0 !important;
        display: inline-block
    }

    .feedback--bubble_1 .oca--bubble-1,
    .feedback--bubble_3 .oca--bubble-3 {
        position: relative;
        top: 0
    }

    .feedback--bubble_1 .oca--bubble .oca--quote-1 {
        width: 0;
        height: 0;
        border-right: 0 solid transparent;
        border-left: 35px solid transparent;
        border-top: 40px solid #fff;
        margin: 0 0 0 65%;
        margin-bottom: 10px;
        position: relative;
        z-index: 1
    }

    .feedback--bubble_2 .oca--bubble .oca--quote-2 {
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 35px solid transparent;
        border-top: 40px solid #fff;
        margin: 0 0 0 35%;
        margin-bottom: 10px;
        position: relative;
        z-index: 1
    }

    .feedback--bubble_3 .oca--bubble .oca--quote-3 {
        width: 0;
        height: 0;
        border-right: 0 solid transparent;
        border-left: 35px solid transparent;
        border-top: 40px solid #fff;
        margin: 0 0 0 65%;
        margin-bottom: 10px;
        position: relative;
        z-index: 1
    }

    .oca-hvacPlatform--section {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .oca-hvacPlatform--content h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 50px;
        line-height: 57px;
        font-weight: 600
    }

    .oca-hvacPlatform--content p {
        width: 100%;
        margin: 0 auto
    }

    .oca-hvacPlatform--content p {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-hvacPlatform--content .platform--box {
        position: relative;
        border-radius: 10px;
        border: 1px solid #00000000;
        background-color: #fff;
        box-shadow: 2px 2px 20px 0 #0000001a;
        display: none
    }

    .oca-hvacPlatform--content .pf--box_1,
    .oca-hvacPlatform--content .pf--box_2,
    .oca-hvacPlatform--content .pf--box_3,
    .oca-hvacPlatform--content .pf--box_4,
    .oca-hvacPlatform--content .pf--box_5,
    .oca-hvacPlatform--content .pf--box_6 {
        height: 230px;
        width: 90%;
        margin: 0 auto 15px auto
    }

    .oca-customer--section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .oca-customer--content h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600
    }

    .oca-banner--section {
        position: relative;
        background-color:#fbfbfb;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/08/Grunge-bg@2x.png);
        min-height: 100%;
        padding: 15px 0 0 0;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 80% bottom;
        background-size: 50%;
    }

    .oca-banner--body {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        background-position: center;
        min-height: 470px
    }

    .oca-banner--actionButton,
    .oca-banner--description,
    .oca-banner--subtitle,
    .oca-banner--termsandconditions,
    .oca-banner--title {
        margin-left: 30px !important;
        margin-right: 35px !important
    }

    .oca-banner--title h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 60px;
        line-height: 62px;
        font-weight: 600
    }

    .oca-banner--subtitle h2 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 36px;
        line-height: 62px;
        font-weight: 600
    }

    .oca-banner--description p {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400
    }

    .oca-banner--termsandconditions p {
        color: #787878;
        font-family: Lato, sans-serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400
    }

    .oca-banner--image {
        -webkit-box-shadow: 0 17px 20px 2px rgba(0, 0, 0, .21);
        -moz-box-shadow: 0 17px 20px 2px rgba(0, 0, 0, .21);
        box-shadow: 0 0 10px 0 #00000036;
        padding: 8px 8px 0 8px;
        background-color: #fff;
        max-width: 100%
    }

    .oca-banner--title--content {
        width: 100%
    }

    .oca-advantage--section {
        padding-top: 4em;
        padding-bottom: 4em
    }

    .oca-advantage--content {
        margin-bottom: 2.5em
    }

    .oca-advantage--thumbDescription,
    .oca-advantage--thumbTitle {
        padding: 0
    }

    .oca-advantage--title h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 38px;
        line-height: 51px;
        font-weight: 600
    }

    .oca-advantage--thumbTitle h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 25px;
        line-height: 34px;
        font-weight: 600
    }

    .oca-advantage--thumbDescription p {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-testimonial--section {
        padding-top: 5px;
        padding-bottom: 0;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/Testimonial-bg@2x-e1571174716593.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }

    .oca-testimonial--body {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .oca-testimonial--bgImage {
        display: none;
    }

    .oca-testimonial--content h2 {
        color: #fff;
        font-family: Lato, sans-serif;
        font-size: 32px;
        line-height: 40px;
        font-weight: 400
    }

    .oca-testimonial--content h4 {
        color: #fff;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 27px;
        font-weight: 500
    }

    .oca-testimonial--content figure {
        padding: 20px 0
    }

    .oca-testimonial--content img {
        width: auto
    }

    .oca-connector--section {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .oca-connector--content h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 50px;
        line-height: 57px;
        font-weight: 600
    }

    .oca-connector--content h2 {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-connector--content p {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 27px;
        font-weight: 400
    }

    .oca-connector--content img {
        padding-right: 20px
    }

    .oca-connector--thumbnailImage img {
        -webkit-transition: opacity .6s, visibility .6s;
        transition: opacity .6s, visibility .6s
    }

    .oca-features--section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .oca-features--thumb {
        margin-bottom: 2.5em
    }

    .oca-features--thumbDescription,
    .oca-features--thumbImg,
    .oca-features--thumbTitle {
        padding: 0 10px
    }

    .oca-features--thumbTitle {
        min-height: 0
    }

    .oca-features--subtitle {
        margin-bottom: 2.5em !important
    }

    .oca-features--title h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 38px;
        line-height: 51px;
        font-weight: 600
    }

    .oca-features--subtitle h2 {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-features--thumbTitle h1 {
        color: #292929;
        font-family: Oswald, sans-serif;
        font-size: 25px;
        line-height: 34px;
        font-weight: 600
    }

    .oca-features--thumbDescription p {
        color: #292929;
        font-family: Lato, sans-serif;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-demo--section {
        padding: 0
    }

    .oca-demo--body {
        background-color: #292929;
        padding: 0 50px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: right 95%;
        background-size: 100%
    }

    .oca-demo--content {
        margin-bottom: 16em;
        padding: 110px 30px 110px 30px
    }

    .oca-demo--content h1 {
        color: #fff;
        font-family: Oswald, sans-serif;
        font-size: 42px;
        line-height: 52px;
        font-weight: 600
    }

    .oca-demo--content p {
        color: #fff;
        font-family: Lato, sans-serif;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-wesupport--section {
        padding: 0
    }

    .oca-wesupport--body {
        background-color: #1b80ac;
        padding: 0 20px;
        box-sizing: border-box;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/09/Footer-3-680x400.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain
    }

    .oca-wesupport--content {
        padding: 30px 0
    }

    .oca-wesupport--content h1 {
        color: #fff;
        font-family: Oswald, sans-serif;
        font-size: 42px;
        line-height: 52px;
        font-weight: 600
    }

    .oca-wesupport--content p {
        color: #fff;
        font-family: Lato, sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400
    }

    .oca-help--section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .oca-help--content h1 {
        color: rgba(51, 51, 51, .8);
        font-family: Lato, sans-serif;
        font-size: 32px;
        line-height: 39px;
        font-weight: 900
    }

    .oca-help--content p {
        color: rgba(51, 51, 51, .8);
        font-family: Lato, sans-serif;
        font-size: 17px;
        line-height: 27px;
        font-weight: 400
    }

    .oca-bubble-fluid {
        width: 100%
    }
}

@media only screen and (min-width :768px) {
    .homeSubBanner--content .homeSubBanner--title {
        width: 65%;
        text-align: center;
        margin: 0 auto
    }

    .homeBanner--bg {
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/09/Header_BG-1.jpg)
    }

    .oca-feedback--content {
        margin-bottom: 0
    }

    .oca-feedback--section {
        padding: 100px 0;
    }

    .feedback--bubble_1,
    .feedback--bubble_3 {
        margin-bottom: -100px !important;
        display: inline-block
    }

    .oca-advantage--content {
        margin-bottom: 0
    }

    .oca-advantage--thumbDescription,
    .oca-advantage--thumbImg,
    .oca-advantage--thumbTitle {
        padding: 10px 0
    }

    .oca-testimonial--bgImage {
        display: block;
        position: absolute;
        width: 100%;
        height: 500px;
        bottom: 0
    }

    .oca-testimonial--bgImage img {
        height: 85%;
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto
    }

    .oca-features--thumb {
        margin-bottom: 0
    }

    .oca-features--thumbDescription,
    .oca-features--thumbImg,
    .oca-features--thumbTitle {
        padding: 10px 0
    }

    .oca-features--thumbTitle {
        min-height: 0;
        padding: 0 0 10px 0
    }

    .oca-features--thumbImg {
        min-height: 60px
    }

    .oca-features--thumbImg .wpb_single_image .vc_figure {
        min-height: 45px
    }

    .oca-demo--body {
        background-position: right center;
        background-size: 48%
    }

    .oca-demo--content {
        margin-bottom: 0
    }

    .oca-wesupport--content {
        margin-bottom: 0;
        width: 100%
    }

    .oca-bubble-fluid {
        width: 56%
    }
}

@media only screen and (min-width :992px) {
    .oca-hvacPlatform--content p {
        width: 65%;
        margin: 0 auto
    }

    .oca-hvacPlatform--content .platform--box {
        position: absolute;
        margin-bottom: 0 !important;
        display: block;
        background-size: cover
    }

    .oca-hvacPlatform--content .pf--box_1 {
        height: 171px;
        width: 285px;
        top: -130px;
        z-index: 1;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/01a.png);
        background-position: center center;
        background-repeat: no-repeat
    }

    .oca-hvacPlatform--content .pf--box_2 {
        height: 229px;
        width: 381px;
        top: 0;
        z-index: 2;
        left: -240px;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/03a.png);
        background-position: center center;
        background-repeat: no-repeat
    }

    .oca-hvacPlatform--content .pf--box_3 {
        height: 104px;
        width: 328px;
        bottom: -150px;
        z-index: 3;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/02a.png);
        background-position: center center;
        background-repeat: no-repeat
    }

    .oca-hvacPlatform--content .pf--box_4 {
        height: 237px;
        width: 328px;
        top: -280px;
        z-index: 2;
        right: -100px;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/04a.png);
        background-position: center center;
        background-repeat: no-repeat
    }

    .oca-hvacPlatform--content .pf--box_5 {
        height: 266px;
        width: 424px;
        bottom: -200px;
        z-index: 3;
        right: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/05a.png);
        background-position: center center;
        background-repeat: no-repeat
    }

    .oca-hvacPlatform--content .pf--box_6 {
        height: 237px;
        width: 328px;
        bottom: 20%;
        z-index: 3;
        right: -35%;
        background-image: url(https://www.oncallair.com/wp-content/uploads/2019/10/06a.png);
        background-position: center center;
        background-repeat: no-repeat
    }

    .oca-banner--content {
        width: 50%;
        padding-top: 50px
    }

    .feedback--bubble_1 .oca--bubble-1,
    .feedback--bubble_3 .oca--bubble-3 {
        top: 0
    }

    .feedback--bubble_1,
    .feedback--bubble_3 {
        margin-bottom: -100px !important
    }

    .oca-wesupport--content {
        width: 50%
    }

    .oca-banner--video {
        position: absolute;
        right: -1%;
        z-index: 2;
        width: 55%;
        top: -4%
    }

    .oca-banner--image {
        max-width: 600px
    }
}

@media only screen and (min-width :1200px) {

    .feedback--bubble_1 .oca--bubble-1,
    .feedback--bubble_3 .oca--bubble-3 {
        top: -40px
    }

    .feedback--bubble_1,
    .feedback--bubble_3 {
        margin-bottom: -140px !important;
        display: inline-block
    }

    .feedback--bubble_2 {
        margin: 0 25px;
        position: absolute;
        bottom: -34%;
        left: -15%;
        z-index: 1
    }

    .oca-banner--videoplayer {
        height: auto;
        position: absolute;
        right: -60%;
        left: 0;
        z-index: 3;
        width: 70%;
        margin: 0 auto;
        bottom: 0
    }
}

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


    h6 {
        font-size: 16px !important;
        line-height: 1.2 !important
    }

    p {
        font-size: 14px !important;
        line-height: 1.2 !important
    }

    .oca-blue--button {
        padding: 7px 25px !important;
        font-size: 13px !important
    }
   
    .oca-testimonial--body {
        padding-top: 2em!important;
        padding-bottom: 2em!important;
    }

    .oca-demo--content {
        margin-bottom: 0;
        padding: 70px 0 !important
    }

    .oca-footer-banner-button {
        padding: 10px 34px;
        font-size: 13px
    }

    .oca-testimonial--content h2 {
        font-size: 18px !important;
        line-height: 1.5 !important
    }

    .oca-connector--content h2 {
        font-size: 18px !important
    }

    .oca-testimonial--content h4 {
        font-size: 14px
    }

    .oca--bubble .quoteName {
        font-size: 13px;
        line-height: 1.1
    }

    .oca--bubble .quoteName span {
        font-size: 12px;
        line-height: 1.1;
        padding-top: 10px
    }

    .oca--bubble .quoteImg img {
        max-width: 70%
    }

    .oca--bubble blockquote {
        font-size: 15px;
        line-height: 1.5;
        padding: 1.2em
    }

    .oca-connector--section {
        padding-top: 1em;
        padding-bottom: 2em
    }

    .oca-features--section {
        padding-top: 2em;
        padding-bottom: 0
    }

    .oca-wesupport--content h1 {
        font-size: 25px !important
    }

    .oca-wesupport--body {
        background-image: none
    }

    .wpb_single_image.wpb_content_element.vc_align_left.oca-advantage--thumbImg {
        padding-bottom: 1em
    }

    .hidden-on-mobile {
        display: none !important
    }

    .slider-content {
        margin-bottom: 10px
    }

    .oca-advantage--section {
        padding-top: 2em !important;
        padding-bottom: 0 !important
    }

    .oca-testimonial--sectionce {
        background: url('http://www.oncallair.com/wp-content/uploads/2020/06/testimonial-mobile.jpg');
        background-image: url('http://www.oncallair.com/wp-content/uploads/2020/06/testimonial-mobile.jpg') !important;
        background-position: top;
        background-color: #1d79a1;
        background-size:cover;
        padding: 16em 1.5em 2em !important
    }

    .oca-testimonial--content img {
        width: 50%
    }

    .oca-testimonial--body {
        padding-top: 70px;
        padding-bottom: 80px
    }

    .oca-help--section {
        padding-top: 3em;
        padding-bottom: 3em
    }

    .scr-body {
        padding-top: 2em !important;
        padding-bottom: 4em !important
    }

    .sPr-body {
        padding-top: 2em !important;
        padding-bottom: 4em !important
    }

    .fsBody .fsForm {
        padding: 0 !important
    }

    .height60 {
        height: 60px !important
    }

    .height30 {
        height: 30px !important
    }

    .oca-features--subtitle h2 {
        font-size: 18px !important;
        line-height: 1.2;
        margin-top: 10px
    }

    .oca-testimonial--bgImage {
        display: none !important
    }

    .homeSubBanner--content {
        padding: 30px 0 0
    }

    .oca-hvacPlatform--section {
        padding-top: 3em !important;
        padding-bottom: 3em !important
    }

    .padded-section {
        padding: 30px 0 !important
    }

    .friendbuy-eE5-tek {
        margin: 2em 0 0 !important;
        padding: 0 !important;
        box-shadow: unset !important
    }
}

