/*
 Theme Name:     Back To Base
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/* General CSS */
/* Home page csss Code */
/* temo CSS Code */
.menu-item-1028,
.quick-links ul li:nth-child(4) {
    display: none !important;
}

body #page-container {
    font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

img {
    pointer-events: none !important;
}

.home-slider .et_pb_slide_description,
.home-slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0;
}

.home-slider .et_pb_slide_description {
    margin: 150px 0;
}

.home-slider .et_pb_slide .et_pb_container {
    height: auto !important;
}

.home-slider .et_pb_slide {
    padding: 0 50px;
}

.home-slider .et_pb_slider_container_inner {
    padding: 0;
}

.home-slider .et_pb_slide_description {
    float: left;
    padding: 0;
}

.home-slider p,
.home-slider h2 {
    padding: 0;
    margin: 0;
}

.home-slider .sl-text {
    text-align: left;
    font-size: 67px;
    line-height: 1;
    font-weight: 500;
    padding: 0;
    margin: 0 0 50px 0;
}

.home-slider .et_pb_slide_content,
.home-slider .slider-action {
    float: left;
}

.home-slider .slider-action .cta_callBtn {
    margin-right: 15px;
    width: 345px;
    transition: ease-out 0.4s;
}

.home-slider .slider-action .cta_callBtn:hover svg .cls-11 {
    fill: #ff6600;
    transition: ease-out 0.4s;
}

.home-slider .et-pb-arrow-next,
.home-slider .et-pb-arrow-prev {
    color: #ff6600 !important;
}

.home-slider .et-pb-arrow-next {
    right: 0 !important;
}

.home-slider .et-pb-arrow-prev {
    left: 0 !important;
}

/* Section Global Title */
.bb-site-section-title .et_pb_text_inner,
.bb-site-section-title .et_pb_text_inner h1 {
    font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 48px;
    color: #333;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

/* END */

/* About Us section */
.home-about-section {
    padding: 0 !important;
    margin: 0 !important;
}

.home-about-section .et_pb_row {
    margin: 0 !important;
    padding: 40px 0 !important;
}

.home-about-section .about-us-info {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
    padding: 0 35px;
}

.home-about-section .about-us-info p {
    padding: 0;
    display: block;
    width: 100%;
    float: left;
}

/* section-how-to-work */
.section-how-to-work {
    padding: 60px 0 !important;
    margin: 0 !important;
}

.section-how-to-work .content-section {
    padding: 0 100px !important;
    margin: 0 !important;
}

.section-how-to-work .bb-site-section-title .et_pb_text_inner {
    color: #ffffff;
}

.section-how-to-work .content-section .et_pb_column {
    margin: auto;
    margin: auto;
    position: relative;
}

.section-how-to-work .content-section .work-img {
    text-align: center;
    width: 100%;
    margin: 0px 0 30px 0 !important;
    float: left;
}

.section-how-to-work .content-section .work-info {
    text-align: center;
}

.section-how-to-work .content-section .work-info img {
    position: absolute;
    right: -31px;
    top: 30%;
    animation: arrowSliderAnim 1s ease-in-out infinite;
}

.section-how-to-work .content-section .work-info img.or-1,
.section-how-to-work .content-section .work-info img.or-2 {
    position: absolute;
}

.section-how-to-work .content-section .work-info img.or-1 {
    top: 0;
    animation: arrowSliderAnimora1 1s ease-in-out infinite;
}

.section-how-to-work .content-section .work-info img.or-2 {
    top: 60%;
    animation: arrowSliderAnimora2 1s ease-in-out infinite;
}

.section-how-to-work .content-section .work-info span {
    color: #ff6600;
    font-size: 31px;
}

.section-how-to-work .content-section .et_pb_column.twice .i2 img {
    margin-top: 30px;
}

/* Animatio Desktopm Tab */
@keyframes arrowSliderAnim {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

@keyframes arrowSliderAnimora1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(-45deg);
    }

    50% {
        transform: translate(10px, -10px) rotate(-45deg);
    }
}

@keyframes arrowSliderAnimora2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(45deg);
    }

    50% {
        transform: translate(10px, 10px) rotate(45deg);
    }
}

/* Animation Mobile */
@keyframes arrowSliderAnimMob {

    0%,
    100% {
        transform: translate(0px, 0) rotate(90deg);
    }

    50% {
        transform: translate(0px, 10px) rotate(90deg);
    }
}

@keyframes arrowSliderAnimMobora1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(130deg);
    }

    50% {
        transform: translate(-5px, 10px) rotate(130deg);
    }
}

@keyframes arrowSliderAnimMobora2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(45deg);
    }

    50% {
        transform: translate(10px, 5px) rotate(45deg);
    }
}


/* section-our-services */
.section-our-services {
    padding: 50px 0 !important;
    margin: 0 !important;
}

.section-our-services .content-section {
    padding: 0 0 !important;
    margin: 0 !important;
}

.section-our-services .bb-site-section-title {
    padding: 0 0 30px 0 !important;
}

.section-our-services .custom-post-block {
    width: 33.33%;
    display: inline-flex;
    position: relative;
    height: 600px;
}

.section-our-services .innerwrapper {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #333333;
    box-sizing: border-box;
    float: left;
}

.section-our-services .custom-post-block .innerwrapper h2 {
    font-size: 44px;
    text-align: center;
    margin: 30px 0;
    padding: 0;
}

.section-our-services .custom-post-block .innerwrapper a {
    color: #333333;
}

.section-our-services .custom-post-block .innerwrapper p {
    margin: 0;
    line-height: 1;
    font-size: 25px;
    text-align: center;
    color: #333333;
}

.section-our-services .custom-post-block .innerwrapper p a {
    text-decoration: underline;
    display: block;
    text-decoration-color: #ff6600;
    margin-top: 10px;
}

.section-our-services .srv_btn {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.section-our-services .srv_btn a {
    width: 345px;
    text-align: center;
    float: none;
}

.section-our-services .custom-post-nav-links {
    display: none;
}

/* section-bb-app */
.section-bb-app {
    padding: 40px 0 !important;
    margin: 0 !important;
}

.section-bb-app .content-section {
    padding: 0 0 !important;
    margin: 0 !important;
}

.section-bb-app .et_pb_column.et-last-child {
    padding: 20px 0;
}

.section-bb-app .bb-site-section-title .et_pb_text_inner,
.section-bb-app .bb-app-info {
    color: #ffffff;
    text-align: left;
}

.section-bb-app .bb-app-info {
    font-size: 25px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 30px !important;
}

.section-bb-app .bb-app-info ul {
    margin: 30px 0 10px 0;
}

.section-bb-app .bb-app-info ul li {
    margin: 0;
}

.section-bb-app .cta-btns a {
    margin-right: 30px;
}

.section-bb-app .cta-btns .cta_callBtn.btn_popup svg .cls-11 {
    transition: ease-out 0.4s;
    fill: #ffffff;
}

.section-bb-app .cta-btns .cta_callBtn.btn_popup svg .cls-22 {
    transition: ease-out 0.4s;
    fill: #333333;
}

.section-bb-app .cta-btns .cta_callBtn.btn_call:hover svg .cls-1 {
    fill: #ffffff;
}

.section-bb-app .cta-btns .cta_callBtn.btn_call:hover svg path {
    fill: #333333;
}

.section-bb-app .cta-btns .cta_callBtn.btn_popup:hover svg .cls-11 {
    fill: #ff6600;
}

.section-bb-app .cta-btns .cta_callBtn.btn_popup:hover svg .cls-22 {
    fill: #fff;
}

/* section-mobile-app-link */
.section-mobile-app-link {
    margin: 0 !important;
    padding: 40px 0 10px 0 !important;
}

.section-mobile-app-link .bb-site-section-title .et_pb_text_inner {
    color: #fff;
}

.section-mobile-app-link .app-links {
    text-align: center;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

.section-mobile-app-link .app-links a {
    display: inline-block;
}

.section-mobile-app-link .app-links img {
    margin: 0 30px;
}

.promotion_packages_code_main_row {
    display: flex;
}

.promotion_packages_code_main {
    width: 69%;
    margin: 0 auto;
}

.promotion_packages_code_main_col_6 {
    width: 48%;
    margin: 16px;

    position: relative;
}

.promotion_packages_code_box_img img {
    margin: 0 auto;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    width: 379px;
    max-width: 100%;
    object-fit: cover;
}

.promotion_packages_code_box {
    border: 1px solid black;
    width: 100%;
    padding: 21px 10px;
    height: 780px;
    position: relative;

}

.promotion_packages_code_box_title h2 {
    text-align: center;
    font-size: 37.44px;
    color: #333333;

}

.promotion_packages_code_box_info ul li {
    text-align: center;
    font-size: 20px;
    color: #333333;
    list-style: none;
    line-height: 1.2em;
}

.promotion_packages_row .bb-site-section-title {
    margin-bottom: 0px !important;
}

.promotion_packages_code_box_prize {
    padding: 19px 19px;
}

.promotion_packages_code_box_prize {
    position: absolute;
    bottom: 17px;
    font-size: 39.21px;
    text-align: center;
    color: #ff6600;
    width: 100%;
    font-weight: 500;
}

.promotion_packages_code_box_btn {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 30px;
}

.promotion_packages_code_box_btn .cta_callBtn {
    float: none;
}

.promotion_packages {
    padding: 19px 0px !important;
}

.promotion_packages_row {
    padding: 0px !important;
}

/* section-contact-us-form */
.section-contact-us-form {
    margin: 0 !important;
}

.section-contact-us-form .content-section {
    padding: 0 !important;
    margin: 0 !important;
}

.section-contact-us-form .content-section .et_pb_column {
    margin: auto;
}

.section-contact-us-form .content-section .col-1 {
    width: 45% !important
}

.section-contact-us-form .content-section .col-2 {
    width: 55% !important
}

.section-contact-us-form .bb-site-section-title div {
    text-align: left;
    color: #fff;
}

.section-contact-us-form .form-info {
    margin-top: 30px;
}

.section-contact-us-form .form-info p {
    padding: 0;
    margin: 0 50px 0 0px;
    color: #fff;
    font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
}

.section-brand-slider .bx-wrapper img {
    width: 200px;
}

.section-brand-slider .bb-site-section-title {
    margin: 0 0 20px 0;
}

/* section-premconn-info */
.section-premconn-info {
    padding: 20px 40px !important;
    margin: 0 !important;
}

.section-premconn-info .content-section {
    padding: 0 !important;
    margin: 0 !important;
}

.section-premconn-info .content-section .et_pb_column {
    margin: auto;
    padding: 0 30px;
}

.section-premconn-info .premconn-info {
    margin: 30px 0 !important;
    float: left;
}

.section-premconn-info .premconn-info p {
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.section-premconn-info .premconn-info .cta_callBtn {
    margin: auto;
    width: 320px;
}

.section-premconn-info .premconn-info .cta_callBtn:hover svg .cls-1 {
    fill: #fff;
}

.section-premconn-info .premconn-info .cta_callBtn:hover svg .cls-2 {
    fill: #ff6600;
}

.section-alarm-system {
    padding: 40px 40px !important;
    margin: 0 !important;
}

.section-alarm-system .content-section {
    padding: 0 !important;
    margin: 40px 0 0px 0 !important;
}

.section-alarm-system .et_pb_column {
    margin: 0;
}

.section-alarm-system .bb-site-section-title .et_pb_text_inner {
    color: #fff;
    margin-bottom: 20px;
}

.section-alarm-system .view-all-btn,
.section-alarm-system .view-all-btn .et_pb_code_inner {
    width: 100%;
    display: flex;
    float: left;
}

.section-alarm-system a.cta_callBtn {
    margin: 30px auto 0px auto;
    float: none;
}

.section-alarm-system a.cta_callBtn:hover svg .cls-1 {
    fill: #fff;
}

.section-alarm-system a.cta_callBtn:hover svg .cls-2 {
    fill: #ff6600;
}

/* Page breadcrumb section title */
.section-page-breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
}

.section-page-breadcrumb .et_pb_row {
    padding: 0 !important;
    margin: 0 !important;
}

.section-page-breadcrumb .et_pb_row .page-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 8% 0 !important;
    text-align: center !important;
}

/* bb-inner-page-content-section */
.bb-inner-page-content-section {
    padding: 0 !important;
    margin: 0 !important;
}

.bb-inner-page-content-section .et_pb_row {
    padding: 30px !important;
    margin: 0 !important;
}


/* Gallery Page */
.key-pad-product-list .gallery-post-block-main {
    width: 20%;
    float: left;
    text-align: center;
    padding: 10px;
}

.key-pad-product-list .gallery-post-block-main .blockinner {
    border: 1px solid #333;
    padding: 20px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
}

.key-pad-product-list .gallery-post-block-main .blockinner h2 {
    font-size: 20px;
    height: 50px;
}

.key-pad-product-list .gallery-post-block-main .blockinner .gallery-thumb a {
    float: left;
    width: 100%;
}

.key-pad-product-list .gallery-post-block-main .blockinner .gallery-thumb a img {
    width: 100%;
}

/* Pay My Bill Page */
.pay-my-bill-form {
    padding: 10px 50px !important;
}

.pay-my-bill-form .col-1 {
    width: 60% !important;
    padding-right: 20px;
}

.pay-my-bill-form .col-2 {
    width: 40% !important;
    padding-left: 20px;
}

.pay-my-bill-form .bb-site-section-title>div {
    color: #333333;
    text-align: left;
}

.pay-my-bill-form .form-info {
    padding: 15px 0;
}

.pay-my-bill-form .form-info p {
    padding: 0;
    margin: 0 50px 0 0px;
    color: #333;
    font-size: 20px;
}

.pay-my-bill-form .pay-cc-btn {
    float: left;
    padding: 20px 0;
}


/* security  tips page */
#stips .et_pb_row_1 {
    margin: 0 !important;
    padding: 70px 0 0 0 !important;
}

.home-about-section .et_pb_row.sec-tips-row {
    padding: 0 0 0 0 !important;
    margin: 30px auto !important;
    width: 90%;
}

.sec-tips-row .et_pb_column {
    padding: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.sec-tips-row:last-child .et_pb_column:last-child {
    border: none;
}

.sec-tips-row .et_pb_image img {
    transition: all 0.3s ease-in-out 0s;
}

.sec-tips-row .tip-title {
    font-size: 30px;
    text-align: center;
    line-height: 1.1;
    margin: 20px 0 10px 0 !important;
    padding: 0;
    color: #333333;
}

.sec-tips-row .tip-desc {
    margin: 0;
    line-height: 1;
    font-size: 21px;
    text-align: center;
    color: #333333;
}

.sec-tips-row .et_pb_column:hover .tip-title {
    color: #ff6600;
    transition: all 0.3s ease-in-out 0s;
}

.sec-tips-row .et_pb_column:hover img {
    /* filter: grayscale(0.4) drop-shadow(0 -3px 10px rgba(0,0,0,0.3)); */
    filter: grayscale(0.4);
    transition: all 0.3s ease-in-out 0s;
    /* animation-name: floatingimg;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
}


/* Blog page */
.blog-list-section {
    padding: 30px 30px 0px 30px !important;
    margin: 0 !important
}

.blog-list-section .et_pb_row {
    padding: 0px !important;
    margin: 0 !important
}

#singlePostBody {
    padding: 0 40px !important;
}

/* Service Page innder */
#service-inner-page {
    /* padding: 30px 0 0 0 !important; */
}

/* #service-inner-page .et_pb_row:last-child {
    padding: 0 0 30px 0 !important;
} */
#service-inner-page .et_pb_row {
    padding: 30px 0 0 0 !important;
}

#service-inner-page .et_pb_text ul {
    width: 100%;
    float: left;
    text-align: center !important;
}

#service-inner-page .et_pb_text ul li {
    float: left;
    width: auto;
    margin: 0 20px;
}

#service-inner-page #ars_page_title_color {
    padding: 0 0 30px 0 !important
}

#singlePostBody * {
    word-break: break-all;
}

.bd_pagination_box.wl_pagination_box {
    margin-bottom: 0px;
}


/* About Us page */
.page-id-1068 .home-about-section .bb-site-section-title {
    padding-top: 0% !important;
}

body img {
    pointer-events: unset !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .home-slider .et_pb_slide {
        padding: 0 20px;
        background-position-x: -320px;
    }

    .home-slider .sl-text {
        font-size: 30px;
        margin: 0 0 30px 0;
        padding: 0 90px 0 0px;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 180px;
        clear: both;
        margin-bottom: 10px;
    }

    .home-slider .et_pb_slide_description {
        margin: 30px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 24px;
    }

    /* END */
    .home-about-section {
        padding: 15px 15px 0px 15px !important;
    }

    .home-about-section .et_pb_row {
        padding: 0px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 16px;
        line-height: 1.3;
        padding: 0;
        height: 200px;
        margin-bottom: 20px !important;
        overflow-x: hidden;
    }

    .section-how-to-work {
        padding: 30px 0 !important;
    }

    .section-how-to-work .content-section {
        padding: 0 0px !important;
    }

    .section-how-to-work .content-section .et_pb_column {
        width: 100% !important;
    }

    .section-how-to-work .bb-site-section-title .et_pb_text_inner {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .section-how-to-work .content-section .et_pb_column.col-5 .work-img.i1 {
        float: left;
        width: 50%;
    }

    .section-how-to-work .content-section .et_pb_column.col-5 .work-img.i2 {
        float: right;
        width: 50%;
    }

    .section-how-to-work .content-section .et_pb_column.twice .i2 img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .section-how-to-work .content-section .et_pb_column.twice .i1 img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .section-how-to-work .content-section .et_pb_column.col-5 .work-info.inf5 {
        width: 50%;
        position: absolute;
        left: 0;
        bottom: -30px;
    }

    .section-how-to-work .content-section .et_pb_column.col-5 .work-info.inf6 {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: -30px;
    }

    .section-how-to-work .content-section .work-img {
        margin: 0px 0 15px 0 !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 55%;
    }

    .section-how-to-work .content-section .work-info {
        margin-bottom: 40px;
    }

    .section-how-to-work .content-section .work-info img {
        animation: arrowSliderAnimMob 1s ease-in-out infinite;
    }

    .section-how-to-work .content-section .work-info img.or-1,
    .section-how-to-work .content-section .work-info img.or-2 {
        position: absolute;
    }

    .section-how-to-work .content-section .work-info img.or-1 {
        top: auto;
        animation: arrowSliderAnimMobora1 1s ease-in-out infinite;
        bottom: -30px;
        left: 35%;
    }

    .section-how-to-work .content-section .work-info img.or-2 {
        top: auto;
        bottom: -30px !important;
        right: 35%;
        left: auto;
        animation: arrowSliderAnimMobora2 1s ease-in-out infinite;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 18px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 25px;
        right: auto;
        left: 47%;
        bottom: -20px;
        top: auto;
    }

    .section-our-services {
        padding: 20px 0 0px 0 !important;
        background-size: auto;
        background-repeat: repeat-y;
    }

    .section-our-services .custom-post-block {
        width: 100%;
        padding: 3px 10px !important;
        margin: 0 !important;
        height: 410px;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 24px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 16px;
    }

    .section-our-services .srv_btn a {
        width: 180px;
    }

    .section-bb-app {
        padding: 30px !important;
    }

    .section-bb-app .et_pb_image {
        padding: 0 0 30px 0;
    }

    /* .section-bb-app .et_pb_column.et-last-child {
        padding: 0 !important;
        height: 310px;
        overflow-x: hidden;
    } */
    .section-bb-app .bb-app-info {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px !important;
    }

    .section-bb-app .bb-app-info ul {
        margin: 10px 0 0px 0;
        padding-bottom: 15px;
    }

    .section-bb-app .cta-btns a {
        width: 180px;
    }

    .section-mobile-app-link {
        padding: 40px 15px 10px 15px !important
    }

    .section-mobile-app-link .app-links img {
        margin: 0px 5px;
        width: 200px;
    }

    .promotion_packages {
        padding: 19px 0px 0 0px !important;
    }

    .promotion_packages_code_main {
        width: 99%;
        margin: 0 auto;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 24px;
    }

    .promotion_packages_code_box_prize {
        font-size: 24px;
        bottom: -10px !important;
    }

    .promotion_packages_code_box_info ul li {
        text-align: center;
        font-size: 16px;
    }

    .promotion_packages_code_box {
        height: auto !important;
    }

    .promotion_packages_code_main_col_6 {
        width: 100%;
        margin: 0px !important;
    }

    .promotion_packages_code_main_row {
        display: block;
        width: 93%;
        margin: 0 auto;

    }

    .promotion_packages_code_box_btn {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 10px;
        float: none;
        margin-bottom: 20px;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 180px;
    }

    .section-contact-us-form {
        padding: 20px !important;
    }

    .section-contact-us-form .content-section .col-1,
    .section-contact-us-form .content-section .col-2 {
        width: 100% !important;
    }

    .section-contact-us-form .bb-site-section-title div br {
        display: none;
    }

    .section-contact-us-form .bb-site-section-title div {
        text-align: center;
        color: #fff;
    }

    .section-contact-us-form .form-info {
        margin: 15px 0 !important;
    }

    .section-contact-us-form .form-info p {
        font-size: 19px;
        margin: 0;
        text-align: center;
    }

    .section-brand-slider {
        padding: 20px 20px 0px 20px;
    }

    .section-premconn-info {
        margin: 30px 0 0px 0 !important;
        padding: 20px !important;
    }

    .section-premconn-info .et_pb_row {
        position: relative;
    }

    .section-premconn-info .et_pb_column {
        padding: 0 !important;
    }

    .section-premconn-info .et_pb_column.et-last-child {
        display: none;
        position: absolute;
        z-index: 0;
        width: 32%;
        bottom: -10px;
    }

    .section-premconn-info .premconn-info {
        margin: 30px 0 0px 0 !important;
    }

    .section-premconn-info .premconn-info p {
        font-size: 19px;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 180px;
    }

    .section-alarm-system {
        padding: 20px 10px !important;
    }

    .section-alarm-system .content-section {
        margin: 10px 0 0px 0 !important;
    }

    .section-alarm-system .content-section .et_pb_column {
        margin: 20px 0 !important;
        width: 50% !important;
    }

    .section-alarm-system .content-section .et_pb_column img {
        width: 85%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 180px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 24px;
        padding: 15% 0 !important;
        margin: 0 !important;
    }

    .bb-inner-page-content-section .et_pb_row {
        padding: 20px !important;
    }

    .key-pad-product-list .gallery-post-block-main {
        width: 100%;
    }

    .pay-my-bill-form {
        padding: 0px 20px !important;
    }

    .pay-my-bill-form .col-1,
    .pay-my-bill-form .col-2 {
        width: 100% !important;
        padding: 0 !important;
    }

    .pay-my-bill-form .form-info p {
        font-size: 19px;
        margin: 0 0px 0 0px;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 180px;
    }

    #stips .et_pb_row_1 {
        padding: 30px 0 0 0 !important;
    }

    .sec-tips-row .et_pb_column {
        padding: 10px;
    }

    .sec-tips-row .tip-title {
        font-size: 24px;
        margin: 15px 0 5px 0 !important;
        line-height: 1.1;
    }

    .sec-tips-row .tip-desc {
        font-size: 19px;
    }

    .blog-list-section {
        padding: 20px 20px 0 30px !important;
        margin: 0 !important;
    }

    #service-inner-page {
        padding-top: 00px !important;
    }

    #service-inner-page .et_pb_row:last-child {
        padding-bottom: 20px !important;
    }

    .home-about-section .about-us-info div li {
        width: 100% !important;
        text-align: left !important;
    }

    #singlePostBody {
        padding: 0 16px !important;
    }

    .et_pb_title_featured_container img {
        width: 100%;
        height: 140px !important;
        object-fit: cover;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    #main-content {
        margin-top: 60px;
    }

    .home-slider .et_pb_slide {
        background-position-x: 0;
    }

    .section-our-services .custom-post-block {
        width: 50%;
        padding: 5px;
    }

    .key-pad-product-list .gallery-post-block-main {
        width: 50%;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {
    .home-slider .sl-text {
        font-size: 30px;
        margin: 0 0 30px 0;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 180px;
    }

    .home-slider .et_pb_slide_description {
        margin: 80px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 24px;
    }

    /* END */
    .home-about-section .et_pb_row {
        padding: 10px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 19px;
        line-height: 1.3;
        height: 200px;
        margin-bottom: 0 !important;
        overflow-x: hidden;
    }

    .section-how-to-work {
        padding: 30px 0 !important;
    }

    .section-how-to-work .content-section {
        padding: 0 0px !important;
    }

    .section-how-to-work .content-section .et_pb_column {
        width: 20% !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 55%;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 18px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 25px;
        right: -10px;
    }

    .section-our-services .custom-post-block {
        height: 430px;
    }

    .section-our-services .custom-post-block {
        width: 50%;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 24px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 19px;
    }

    .section-our-services .srv_btn a {
        width: 180px;
    }

    .section-bb-app {
        padding: 30px !important;
    }

    .section-bb-app .et_pb_image {
        padding: 0 0 30px 0;
    }

    .section-bb-app .et_pb_column.et-last-child {
        padding: 0 !important;
    }

    .section-bb-app .bb-app-info {
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 20px !important;
    }

    .section-bb-app .bb-app-info ul {
        margin: 10px 0 0px 0;
        padding-bottom: 15px;
    }

    .section-bb-app .cta-btns a {
        width: 180px;
    }

    .section-mobile-app-link .app-links img {
        margin: 0px 5px;
        width: 200px;
    }

    .promotion_packages_code_main {
        width: 95%;
        margin: 0 auto;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 24px;
    }

    .promotion_packages_code_box_prize {
        font-size: 24px;
        bottom: -13px;
    }

    .promotion_packages_code_box_info ul li {
        text-align: center;
        font-size: 19px;
    }

    .promotion_packages_code_box {
        height: 739px;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 180px;
    }

    .section-contact-us-form {
        padding: 20px !important;
    }

    .section-contact-us-form .content-section .col-1,
    .section-contact-us-form .content-section .col-2 {
        width: 100% !important;
    }

    .section-contact-us-form .bb-site-section-title div br {
        display: none;
    }

    .section-contact-us-form .bb-site-section-title div {
        text-align: center;
        color: #fff;
    }

    .section-contact-us-form .form-info {
        margin: 15px 0 !important;
    }

    .section-contact-us-form .form-info p {
        font-size: 19px;
        margin: 0;
        text-align: center;
    }

    .section-premconn-info {
        padding: 20px !important;
    }

    .section-premconn-info .premconn-info p {
        font-size: 19px;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 180px;
    }

    .section-premconn-info .et_pb_row {
        position: relative;
    }

    .section-premconn-info .et_pb_column.et-last-child {
        display: none;
        position: absolute;
        z-index: 0;
        width: 32%;
        bottom: -10px;
    }

    .section-alarm-system .content-section .et_pb_column {
        margin: 20px 0 !important;
        width: 25%;
    }

    .section-alarm-system .content-section .et_pb_column img {
        width: 90%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 180px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 24px;
        padding: 10% 0 !important;
        margin: 0 !important;
    }

    .bb-inner-page-content-section .et_pb_row {
        padding: 30px !important;
    }

    .key-pad-product-list .gallery-post-block-main {
        width: 33.33%;
        display: flex;
    }

    .pay-my-bill-form .form-info p {
        font-size: 19px;
        margin: 0 0px 0 0px;
    }

    .pay-my-bill-form {
        padding: 0px 20px !important;
    }

    .pay-my-bill-form .col-1,
    .pay-my-bill-form .col-2 {
        width: 100% !important;
        padding: 0 !important;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 180px;
    }

    .sec-tips-row .et_pb_column {
        padding: 10px;
    }

    .sec-tips-row .tip-title {
        font-size: 24px;
        margin: 15px 0 5px 0 !important;
        line-height: 1.1;
    }

    .sec-tips-row .tip-desc {
        font-size: 19px;
    }

    .et_pb_title_featured_container img {
        width: 100%;
        height: 260px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .home-slider .sl-text {
        font-size: 30px;
        margin: 0 0 30px 0;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 180px;
    }

    .home-slider .et_pb_slide_description {
        margin: 80px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 24px;
    }

    /* END */
    .home-about-section .et_pb_row {
        padding: 30px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 19px;
        line-height: 1.3;
    }

    .section-how-to-work {
        padding: 30px 0 !important;
    }

    .section-how-to-work .content-section {
        padding: 0 40px !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 55%;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 22px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 35px;
    }

    .section-our-services .custom-post-block {
        height: 410px;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 24px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 19px;
    }

    .section-our-services .srv_btn a {
        width: 180px;
    }

    .section-bb-app {
        padding: 30px !important;
    }

    .section-bb-app .et_pb_image {
        padding: 0 0 30px 0;
    }

    .section-bb-app .et_pb_column.et-last-child {
        padding: 10px 0px 0px 30px !important;
    }

    .section-bb-app .bb-app-info {
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 20px !important;
    }

    .section-bb-app .bb-app-info ul {
        margin: 10px 0 0px 0;
        padding-bottom: 5px;
    }

    .section-bb-app .cta-btns a {
        width: 180px;
    }

    .section-mobile-app-link .app-links img {
        margin: 0px 5px;
        width: 200px;
    }

    .promotion_packages_code_main {
        width: 80%;
        margin: 0 auto;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 24px;
    }

    .promotion_packages_code_box_prize {
        font-size: 24px;
        bottom: 0;
    }

    .promotion_packages_code_box_info ul li {
        text-align: center;
        font-size: 19px;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 180px;
    }

    .section-contact-us-form {
        padding: 30px 25px !important;
    }

    .section-contact-us-form .content-section .col-1 {
        width: 40% !important;
    }

    .section-contact-us-form .content-section .col-2 {
        width: 60% !important;
    }

    .section-contact-us-form .form-info {
        margin-top: 15px;
    }

    .section-contact-us-form .form-info p {
        font-size: 19px;
    }

    .section-premconn-info {
        padding: 20px !important;
    }

    .section-premconn-info {
        padding: 20px !important;
    }

    .section-premconn-info .premconn-info p {
        font-size: 19px;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 180px;
    }

    .section-premconn-info .et_pb_column.et-last-child img {
        width: 90%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 180px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 24px;
        padding: 7% 0 6% 0 !important;
        margin: 0 !important;
    }

    .pay-my-bill-form .col-1,
    .pay-my-bill-form .col-2 {
        width: 50% !important;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 180px;
    }

    .pay-my-bill-form .form-info p {
        font-size: 19px;
    }

    .key-pad-product-list .gallery-post-block-main {
        width: 25%;
    }

    .sec-tips-row .et_pb_column {
        padding: 10px;
    }

    .sec-tips-row .tip-title {
        font-size: 24px;
        margin: 15px 0 5px 0 !important;
        line-height: 1.1;
    }

    .sec-tips-row .tip-desc {
        font-size: 19px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .home-slider .sl-text {
        font-size: 30px;
        margin: 0 0 30px 0;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 200px;
    }

    .home-slider .et_pb_slide_description {
        margin: 80px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 24px;
    }

    /* END */
    .home-about-section .et_pb_row {
        padding: 30px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 19px;
        line-height: 1.3;
    }

    .section-how-to-work {
        padding: 50px 0 !important;
    }

    .section-how-to-work .content-section {
        padding: 0 40px !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 55%;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 22px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 35px;
    }

    .section-our-services .custom-post-block {
        height: 410px;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 24px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 19px;
    }

    .section-our-services .srv_btn a {
        width: 200px;
    }

    .section-bb-app {
        padding: 30px !important;
    }

    .section-bb-app .et_pb_image {
        padding: 0 0 30px 0;
    }

    .section-bb-app .et_pb_column.et-last-child {
        padding: 10px 0px 0px 30px !important;
    }

    .section-bb-app .bb-app-info {
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 20px !important;
    }

    .section-bb-app .bb-app-info ul {
        margin: 20px 0 0px 0;
    }

    .section-bb-app .cta-btns a {
        width: 200px;
    }

    .section-mobile-app-link .app-links img {
        margin: 0px 5px;
        width: 200px;
    }

    .promotion_packages_code_main {
        width: 80%;
        margin: 0 auto;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 24px;
    }

    .promotion_packages_code_box_prize {
        font-size: 24px;
    }

    .promotion_packages_code_box_info ul li {
        text-align: center;
        font-size: 19px;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 200px;
    }

    .section-contact-us-form {
        padding: 30px 25px !important;
    }

    .section-contact-us-form .content-section .col-1 {
        width: 40% !important;
    }

    .section-contact-us-form .content-section .col-2 {
        width: 60% !important;
    }

    .section-contact-us-form .form-info {
        margin-top: 15px;
    }

    .section-contact-us-form .form-info p,
    .section-premconn-info .premconn-info p {
        font-size: 19px;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 200px;
    }

    .section-premconn-info .et_pb_column.et-last-child img {
        width: 90%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 200px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 24px;
        padding: 6% 0 !important;
        margin: 0 !important;
    }

    .pay-my-bill-form .col-1,
    .pay-my-bill-form .col-2 {
        width: 50% !important;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 200px;
    }

    .pay-my-bill-form .form-info p {
        font-size: 19px;
    }

    .key-pad-product-list .gallery-post-block-main {
        width: 25%;
    }

    .sec-tips-row .et_pb_column {
        padding: 10px;
    }

    .sec-tips-row .tip-title {
        font-size: 24px;
        margin: 15px 0 5px 0 !important;
        line-height: 1.1;
    }

    .sec-tips-row .tip-desc {
        font-size: 19px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .home-slider .sl-text {
        font-size: 37px;
        margin: 0 0 40px 0;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 250px;
    }

    .home-slider .et_pb_slide_description {
        margin: 90px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 28px;
    }

    /* END */
    .home-about-section .et_pb_row {
        padding: 30px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 20px;
        line-height: 1.3;
    }

    .section-how-to-work .content-section {
        padding: 0 50px !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 60%;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 24px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 40px;
    }

    .section-our-services .custom-post-block {
        height: 450px;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 28px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 20px;
    }

    .section-our-services .srv_btn a {
        width: 250px;
    }

    .section-bb-app {
        padding: 30px !important;
    }

    .section-bb-app .et_pb_image {
        padding: 0 0 30px 0;
    }

    .section-bb-app .et_pb_column.et-last-child {
        padding: 30px;
    }

    .section-bb-app .bb-app-info {
        font-size: 20px;
        font-weight: 400;
    }

    .section-bb-app .bb-app-info ul {
        margin: 20px 0 0px 0;
    }

    .section-bb-app .cta-btns a {
        width: 250px;
    }

    .section-mobile-app-link .app-links img {
        margin: 0px 10px;
        width: 220px;
    }

    .promotion_packages_code_main {
        width: 80%;
        margin: 0 auto;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 28px;
    }

    .promotion_packages_code_box_prize {
        font-size: 28px;
        bottom: -15px;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 250px;
    }

    .section-contact-us-form {
        padding: 30px 25px !important;
    }

    .section-contact-us-form .content-section .col-1 {
        width: 40% !important;
    }

    .section-contact-us-form .content-section .col-2 {
        width: 60% !important;
    }

    .section-premconn-info .content-section .et_pb_column {
        padding: 0 0px;
    }

    .section-premconn-info .premconn-info p {
        font-size: 20px;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 250px;
    }

    .section-premconn-info .et_pb_column.et-last-child img {
        width: 80%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 250px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 28px;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 250px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .home-slider .sl-text {
        font-size: 47px;
        margin: 0 0 40px 0;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 280px;
    }

    .home-slider .et_pb_slide_description {
        margin: 100px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 30px;
    }

    /* END */
    .home-about-section .et_pb_row {
        padding: 30px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 21px;
        line-height: 1.3;
    }

    .section-how-to-work .content-section {
        padding: 0 50px !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 60%;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 26px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 45px;
    }

    .section-our-services .custom-post-block {
        height: 480px;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 30px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 21px;
    }

    .section-our-services .srv_btn a {
        width: 280px;
    }

    .section-our-services .srv_btn {
        margin: 20px 0 0 0;
    }

    .section-bb-app {
        padding: 30px !important;
    }

    .section-bb-app .et_pb_image {
        padding: 0 0 30px 0;
    }

    .section-bb-app .et_pb_column.et-last-child {
        padding: 30px;
    }

    .section-bb-app .bb-app-info {
        font-size: 21px;
        font-weight: 400;
    }

    .section-bb-app .cta-btns a {
        width: 280px;
    }

    .section-mobile-app-link .app-links img {
        margin: 0 15px;
        width: 250px;
    }

    .promotion_packages_code_main {
        width: 76%;
        margin: 0 auto;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 30px;
    }

    .promotion_packages_code_box_prize {
        font-size: 35px;
        bottom: 0;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 280px;
    }

    .section-contact-us-form {
        padding: 30px 40px !important;
    }

    .section-premconn-info .content-section .et_pb_column {
        padding: 0 0px;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 280px;
    }

    .section-premconn-info .et_pb_column.et-last-child img {
        width: 80%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 280px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 30px;
    }

    .key-pad-product-list .gallery-post-block-main .blockinner {
        height: 300px;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 280px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .home-slider .sl-text {
        font-size: 57px;
        margin: 0 0 40px 0;
    }

    .home-slider .slider-action .cta_callBtn {
        width: 280px;
    }

    .home-slider .et_pb_slide_description {
        margin: 150px 0;
    }

    /* Section Global Title */
    .bb-site-section-title .et_pb_text_inner,
    .bb-site-section-title .et_pb_text_inner h1 {
        font-size: 40px;
    }

    /* END */
    .home-about-section .et_pb_row {
        padding: 40px 0 !important;
    }

    .home-about-section .about-us-info {
        font-size: 23px;
        line-height: 1.3;
    }

    .section-how-to-work .content-section {
        padding: 0 50px !important;
    }

    .section-how-to-work .content-section .work-img img {
        width: 65%;
    }

    .section-how-to-work .content-section .work-info span {
        font-size: 28px;
    }

    .section-how-to-work .content-section .work-info img {
        width: 45px;
    }

    .section-our-services .custom-post-block {
        height: 530px;
    }

    .section-our-services .custom-post-block .innerwrapper h2 {
        font-size: 38px;
        margin: 20px 0;
    }

    .section-our-services .custom-post-block .innerwrapper p {
        font-size: 23px;
    }

    .section-our-services .srv_btn a {
        width: 280px;
    }

    .section-bb-app .et_pb_column.et-last-child {
        padding: 20px 30px 0 0px;
    }

    .section-bb-app .bb-app-info {
        font-size: 23px;
        font-weight: 400;
    }

    .section-bb-app .cta-btns a {
        width: 280px;
    }

    .section-mobile-app-link .app-links img {
        margin: 0 20px;
        width: 320px;
    }

    .promotion_packages_code_box_title h2 {
        text-align: center;
        font-size: 31px;
    }

    .promotion_packages_code_box_prize {
        font-size: 35px;
        bottom: 0;
    }

    .promotion_packages_code_box_btn .cta_callBtn {
        width: 280px;
    }

    .section-contact-us-form {
        padding: 30px 40px !important;
    }

    .section-premconn-info .premconn-info .cta_callBtn {
        width: 280px;
    }

    .section-premconn-info .et_pb_column.et-last-child img {
        width: 80%;
    }

    .section-alarm-system a.cta_callBtn {
        width: 280px;
    }

    .section-page-breadcrumb .et_pb_row .page-title {
        font-size: 40px;
    }

    .key-pad-product-list .gallery-post-block-main .blockinner {
        padding: 10px;
    }

    .pay-my-bill-form .cta_callBtn {
        width: 280px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1920px) {
    .section-contact-us-form {
        padding: 30px 40px !important;
    }
}

@media all and (min-width: 993px) and (max-width: 2500px) {
    .section-alarm-system .owl-stage-outer .owl-item {
        width: 23% !important;
        float: left;
        margin-right: 2% !important;
    }
}