/*!
Theme Name: mhb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mhb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mhb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*font-family: 'Oswald', sans-serif;*/

body,
html {
    overflow-x: hidden;
}

/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 17px;
    line-height: 1.7;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 16px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
}

h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}

h4 {
    font-size: 26px;
    line-height: 1.2;

}

h5 {
    font-size: 20px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


/* Rajat Start */



figure {
    margin-bottom: 0;
}

/* index file */
.main-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}

.hd_inp_frm {
    position: relative;
    width: 293px;
}

.hd_inp_sub {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.hd_inp_sub input[type="submit"] {
    font-size: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #009292 url(images/srch_icon.svg) no-repeat center center;
    background-size: 16px;
    box-shadow: 0px 4px 4px rgba(0, 146, 146, 0.2);
}

.hd_inp_sub input[type="submit"]:hover {
    background: #000 url(images/srch_icon.svg) no-repeat center center;
}

.upper_hd_srch ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.upper_hd_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -82px;
    margin-right: -82px;
}

.logo a {
    display: inline-block;
    min-width: 429px;
    width: 429px;
}

.hd_cl {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 4;
    line-height: 1;
    max-width: 35px;
}

.hd_cl:after {
    position: absolute;
    right: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #A8BDC5;
    content: "";
    z-index: -1;
}

.hd_srch {
    margin-right: 22px;
}

.call_us {
    color: #081824;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.07em;
}

.call_us a {
    display: inline-block;
    letter-spacing: 0.005em;
    color: #0062A7;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    margin-left: 12px;
}

.hd_inp_frm input[type="text"] {
    height: 54px;
    border: 1px solid #97ADB2;
    border-radius: 46px;
    padding-right: 60px;
    font-size: 15px;
    color: #85919F;
    font-style: normal;
}

.hd_inp_frm input[type="text"]::placeholder {
    color: #85919F;
    opacity: 1;
    font-style: italic;
    font-size: 15px;
}

.upper_hd {
    padding: 20px 0;
    border-bottom: 1px solid #A1B7BC;
}

.navbar-nav>li>a {
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #081824;
    line-height: 1;
}

.navbar {
    margin-left: -100px;
    margin-right: -100px;
}

.navbar-nav>li>a:after {
    display: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.current-menu-item>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #0062A7
}

.navbar-nav>li {
    line-height: 1;
    padding: 22px 0;
}

.banner_cont {
    max-width: 600px;
}

.banner_cont h1 {
    font-weight: 400;
    line-height: 1.55;
    color: #081824;
}

.banner_cont h1 span {
    font-weight: 800;
}

.banner_cont h1 span b {
    position: relative;
    z-index: 4;
    padding-bottom: 20px;
}

.banner_cont h1 span b:after {
    background: url(images/elps_crc.svg) no-repeat 0 0;
    width: 125px;
    background-size: 125px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    bottom: 0;
    content: "";
    z-index: -1;
}

.home_banner {
    padding: 52px 0 87px;
    position: relative;
    z-index: 4;
}

.banner_cont {
    padding: 190px 0 85px;
    position: relative;
    margin-left: -86px;
    z-index: 4;
}

.banner_cont ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    max-width: 530px;
}

.banner_cont ul li {
    padding: 20px 19px 20px 34px;
    font-size: 15px;
    line-height: 1.46;
    margin-bottom: 26px;
    box-shadow: 0px 4px 4px rgba(0, 146, 146, 0.3);
    border-radius: 46px;
    background: #009292;
    color: #fff;
}

.banner_cont ul li:last-child {
    margin-bottom: 0;
}

.banner_cont ul .blue_back_li {
    background: #0062A7;
    box-shadow: 0px 4px 4px rgba(0, 98, 167, 0.3);
    position: relative;
}

.banner_cont ul .blue_back_li:after {
    position: absolute;
    left: 15px;
    top: 23px;
    content: "";
    background: url(images/star.svg) no-repeat 0 0;
    background-size: 14px;
    width: 14px;
    height: 12px;
}

.home_banner_img {
    position: absolute;
    right: 0;
    top: 56px;
    bottom: 0;
    width: 1040px;
    z-index: 3;
}

.home_banner_img img {
    width: 100%;
    /*filter: drop-shadow(20px 4px 54px rgba(0, 0, 0, 0.23));*/

}

/*.home_banner:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url(images/banner_back.png) no-repeat 0 0;
    background-size: cover;
    z-index: 2;
}*/
/*.home_banner:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    mix-blend-mode: soft-light;
    z-index: 3;
}*/
.banner_cam {
    position: absolute;
    right: 89px;
    bottom: -28px;
    z-index: 5;
}

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

.banner_curve_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 1014px;
}

.banner_curve img {
    width: 100%;
    height: 100%;
}

.wireless_monitor .sec_hd {
    text-align: center;
    margin-bottom: 35px;
}

.gt_fr_hd {
    color: #081824;
    letter-spacing: 0.07em;
    font-weight: 800;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.sv_up_hd {
    line-height: 1.4;
    color: #0062A7;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.gt_fr_hd span {
    display: inline-block;
    color: #009292;
}

.wireless_monitor.cmn_gap {
    padding: 140px 0 60px;
}

.wireless_monitor_img {
    padding-top: 25px;
    position: relative;
    z-index: 4;
}

.wireless_monitor_img:after {
    width: 173px;
    height: 173px;
    border-radius: 50%;
    /*border: 3px solid #009292;*/
    content: "";
    position: absolute;
    top: 0;
    right: 104px;
    z-index: -1;
}

.wireless_monitor_img:before {
    width: 321px;
    height: 321px;
    border-radius: 50%;
    /*border: 3px solid #0062A7;*/
    content: "";
    position: absolute;
    bottom: 124px;
    left: -40px;
    z-index: -1;
}

.wireless_monitor_img figure {
    margin-bottom: 20px;
}

.wireless_monitor_img figure:last-child {
    margin-bottom: 0;
}

.wireless_monitor_cont {
    padding-left: 34px;
}

.wireless_monitor_cont_hd {
    padding: 18px 29px;
    background: #F2F2F2;
    border-radius: 10px;
    margin-bottom: 26px;
}

.wireless_monitor_cont_hd h4 {
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #009292;
    font-size: 24px;
    line-height: 1.3;
}

.wireless_monitor_cont p {
    letter-spacing: 0.07em;
    color: #A6B0B7;
    font-size: 18px;
    line-height: 1.5;
}

.wireless_monitor_cont h5 {
    letter-spacing: 0.07em;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

.wireless_monitor_cont .prm_exp {
    color: #0062A7;
}

.cmn_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    height: 54px;
    padding: 0 32px;
    border-radius: 46px;
    background: #0062A7;
    letter-spacing: 0.055em;
}

.wireless_monitor_cont .cmn_btn {
    box-shadow: 0px 4px 4px rgba(0, 146, 146, 0.3);
}

.cmn_btn:hover {
    background: #000;
    color: #fff;
}

.home_product_wrap .cmn_btn {
    height: 44px;
    padding: 0 40px;
}

.home_product_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    /* padding-bottom: 10px;
    margin-bottom: 15px; */
    padding-bottom: 38px;
    margin-bottom: 29px;
}

.home_product_hd h4 {
    max-width: 164px;
    font-size: 24px;
    letter-spacing: 0.07em;
    color: #081824;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.home_product_hd figure {
    width: calc(100% - 170px);
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
}

.home_product_wrap {
    /* padding: 30px 37px 30px 20px; */
    padding: 48px 37px 40px 20px;
    border-radius: 19px;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);*/
    position: relative;
    filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.09));
    height: 100%;
}

.home_product_wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    content: "";
    background: #0062A7;
}

.home_product_wrap p {
    color: #A6B0B7;
    min-height: 116px;
    letter-spacing: 0.01em;
}

.grn_btn {
    background: #009292;
}

.orng_btn {
    background: #F24A33
}

.home_product_wrap_2 .home_product_wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    content: "";
    background: #009292;
}

.home_product_wrap_3 .home_product_wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    content: "";
    background: #F24A33;
}

.home_product_wrap_4 .home_product_wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    content: "";
    background: #00B680;
}

.home_product_wrap_inner {
    padding: 0 15px;
}

.home_product_row {
    margin: 0 -15px;
}

.home_product.cmn_gap {
    padding-bottom: 94px;
}

.home_package .sec_hd {
    margin-bottom: 60px;
}

.home_package_inner {
    padding: 30px 22px;
    background: #FFFFFF;
    border-radius: 18px;
}

.home_package_inner h6 {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #009292;
    font-size: 17px;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    margin-bottom: 19px;
}

.home_package_inner figure {
    padding: 11px 13px 11px 19px;
    background: #F8FBFD;
    border-radius: 13px;
    margin-bottom: 22px;
}

.home_package_inner figure img {
    mix-blend-mode: multiply;
    width: 100%;
}

.home_package_inner h4 {
    color: #0062A7;
    font-size: 22px;
    letter-spacing: 0.085em;
    font-weight: 800;
    margin-bottom: 15px;
}

.home_package_inner h5 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F24A33;
    line-height: 1.6;
    margin-bottom: 20px;
}

.home_package_inner h5 strong {
    display: block;
}

.home_package_inner ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.home_package_inner ul li {
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #A6B0B7;
    line-height: 1;
    padding-left: 34px;
    margin-bottom: 22px;
    position: relative;
}

.home_package_inner ul li:last-child {
    margin-bottom: 0;
}

.home_package_inner ul li:after {
    width: 19px;
    position: absolute;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #0062A7;
    content: "";
    left: 0;
    top: -3px;
    background: #fff url(images/tick_1.svg) no-repeat center center;
    background-size: 10px;
}

.home_package_inner .pg_btn {
    margin-top: 36px;
}

.home_package_inner .cmn_btn {
    height: 44px;
    padding: 0 40px;
}

.home_package_inner {
    margin: 0 15px;
}

.home_package_roll .slick-list {
    margin: 0 -15px;
}

.home_package {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.home_package.cmn_gap {
    padding: 60px 0 75px;
}

.home_package .slick-next,
.home_package .slick-prev {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    z-index: 5;
}

.home_package .slick-next:before,
.home_package .slick-prev:before {
    content: "";
}

.home_package .slick-next {
    background: #fff url(images/rgt_arw.svg) no-repeat center center;
    right: 0;
    top: -104px;
    transform: none;
}

.home_package .slick-prev {
    background: #fff url(images/lft_arw.svg) no-repeat center center;
    right: 82px;
    left: auto;
    transform: none;
    top: -104px;
}

.home_resi_cont .sec_hd {
    margin-bottom: 45px;
}

.home_resi_cont h2 {
    letter-spacing: 0.035em;
    font-weight: 800;
    color: #081824;
}

.home_resi_cont h4 {
    letter-spacing: 0.215em;
    text-transform: uppercase;
    color: #0062A7;
    font-weight: 700;
}

.home_resi_cont h5 {
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #009292;
}

.home_resi_cont p {
    font-size: 18px;
    line-height: 2.05;
    letter-spacing: 0.07em;
    color: #4E6270;
}

.home_resi_cont .pg_btn {
    margin-top: 30px;
}

.home_resi_cont .cmn_btn {
    padding: 0 40px;
    height: 44px;
}

.home_resi_cont {
    padding-right: 30px;
}

.home_resi_img {
    padding-bottom: 150px;
    padding-left: 115px;
    position: relative;
}

.resi_img_left {
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 3;
}

.resi_img_right {
    position: absolute;
    right: -117px;
    bottom: 0;
    z-index: 3;
}

.home_resi_img {
    position: relative;
    z-index: 4;
}

.home_resi_img:after {
    position: absolute;
    left: 56%;
    top: 45px;
    transform: translateX(-50%);
    content: "";
    width: 321px;
    height: 321px;
    border-radius: 50%;
    /*border: 3px solid #0062A7;*/
    background: #fff;
    z-index: -1;
}

.home_resident.cmn_gap {
    padding: 95px 0;
}

.home_resi_main_img {
    position: relative;
    z-index: 2;
}

.home_resi_main_img:after {
    position: absolute;
    right: -48px;
    top: -20px;
    content: "";
    width: 129px;
    height: 129px;
    border-radius: 50%;
    /*border: 3px solid #009292;*/
    background: #fff;
    z-index: -1;
}

.home_resi_main_img:before {
    position: absolute;
    right: -107px;
    top: 88px;
    content: "";
    width: 59px;
    height: 59px;
    border-radius: 50%;
    /*    border: 3px solid #009292;*/
    background: #fff;
    z-index: -1;
}

.home_count_img {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: #009292;
    padding: 14px;
    margin: 0 auto 22px;
    box-shadow: 0px 11px 24px rgba(43, 161, 161, 0.46);
}

.home_count_img figure {
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.home_count_img figure img {
    max-width: 72px;
}

.home_count_sec.cmn_gap {
    padding: 83px 0 67px;
}

.home_count_sec {
    background: #EAF3F9;
}

.home_count_wrap {
    text-align: center;
}

.home_count_wrap h5 {
    line-height: 1.4;
    letter-spacing: 0.035em;
    font-size: 22px;
    color: #000000;
}

.home_count_wrap h5 strong {
    display: block;
}

.home_serv_inner figure img {
    width: 100%;
}

.home_serv_wrap {
    max-width: 942px;
    margin: 0 auto;
}

.home_serv_inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 18px 15px 29px;
    margin-bottom: 38px;
}

/* .home_serv_left_wrap{
    margin-top: 42px;
} */
.home_serv.cmn_gap {
    padding: 148px 0 173px;
}

.home_serv {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 4;
}

.home_serv:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0062A7;
    mix-blend-mode: soft-light;
    content: "";
    z-index: -2;
}

.home_serv:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 98, 167, 0.98);
    content: "";
    z-index: -1;
}

.home_serv_left_wrap .col-lg-12:last-child .home_serv_inner,
.home_serv_right_wrap .col-lg-12:last-child .home_serv_inner {
    margin-bottom: 0;
}

.home_serv_inner figure {
    margin-bottom: 37px;
}

.home_serv_inner p {
    letter-spacing: 0.01em;
    color: #A6B0B7;
    font-size: 20px;
    line-height: 1.7;
    padding-right: 35px;
    min-height: 170px;
}

.home_serv_inner h3 {
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #081824;
    line-height: 1.33;
    margin-bottom: 14px;
}

.home_serv_inner .cmn_btn {
    padding: 0 38px;
    height: 44px;
}

.all_in_one_cont h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.155em;
    color: #009292;
}

.all_in_one_cont h2 {
    letter-spacing: 0.035em;
    color: #081824;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.63;
}

.all_in_one_cont p {
    letter-spacing: 0.07em;
    font-size: 18px;
    line-height: 2;
    color: #2C3333;
    padding-right: 85px;
}

.all_in_one_protect_row {
    align-items: center;
}

.all_in_one_img figure {
    position: relative;
    margin-right: -205px;
}

.all_in_one_img figure img {
    width: 100%;
}

.all_in_one_protect.cmn_gap {
    padding: 150px 0 100px;
}

.all_in_one_top {
    margin-bottom: 70px;
}

.help_product .home_product_hd figure {
    max-width: 70px;
    width: 70px;
    min-height: 61px;
    justify-content: flex-start;
}

.help_product h4 {
    font-size: 24px;
    font-weight: 600;
    color: #081824;
    letter-spacing: 0.07em;
    line-height: 1.33;
    /*min-height: 96px;*/
}

.help_product p {
    min-height: 171px;

}

.all-in-one_btm .sec_hd {
    text-align: center;
    margin-bottom: 50px;
}

.all-in-one_btm .sec_hd h2 {
    font-size: 38px;
    font-style: italic;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #009292;
    font-weight: 600;
}

.all_in_one_protect {
    position: relative;
    z-index: 4;
}

.all_in_one_protect:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 68.5%;
    content: "";
    background: #EAF3F9;
    z-index: -1;
}

.ytv_vid_wrap figure {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 4;
    margin-bottom: 25px;
}

.ytv_vid_wrap figure:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.ytv_vid_wrap figure img {
    width: 100%;
}

.ytb_vid_col {
    padding: 0 15px;
}

.ytb_vid_row {
    margin: 0 -15px;
}

.ytv_vid_wrap {
    position: relative;
}

.ytb_btn {
    max-width: 52px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.our_ytb_vid.cmn_gap {
    padding-bottom: 90px;
}

.our_ytb_vid .sec_hd {
    text-align: center;
    margin-bottom: 50px;
}

.our_ytb_vid .sec_hd h2 {
    letter-spacing: 0.07em;
    color: #081824;
    font-weight: 700;
}

.ytv_vid_wrap h5 {
    letter-spacing: 0.07em;
    color: #009292;
    text-align: center;
    font-weight: 500;
}

.testimonial {
    background: #0062A7;
    position: relative;
}

.testimonial.cmn_gap {
    padding: 190px 0 60px;
}

.testi_curve {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.testi_curve img {
    width: 100%;
}

.testimap {
    position: absolute;
    right: 0;
    bottom: 105px;
    opacity: 0.2;
    z-index: 2;
}

.testi_cont h4 {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #009292;
}

.testi_cont h2 {
    letter-spacing: 0.07em;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.54;
}

.testi_cont h5 {
    letter-spacing: 0.07em;
    font-size: 24px;
    color: #FFD747;
    font-weight: 600;
    line-height: 1.75;
}

.testi_cont p {
    letter-spacing: 0.07em;
    font-size: 20px;
    color: #CCE2E2;
    line-height: 1.85;
}

.testi_cont {
    padding-right: 40px;
    position: relative;
    z-index: 3;
}

.testi_cont .cust_nm {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.testi_more {
    display: inline-block;
    font-weight: 700;
    color: #CCE2E2;
    font-size: 20px;
    font-style: italic;
}

.testi_more:hover {
    color: #000;
}

.testi_roll .slick-dots {
    line-height: 1;
    text-align: left;
}

.testi_roll .slick-dots li {
    line-height: 1;
    width: auto;
    height: auto;
    margin-right: 3px;
}

.testi_roll .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    background: #2783C4;
    border-radius: 50%;
}

.testi_roll .slick-dots li button:before {
    display: none;
}

.testi_roll .slick-dots .slick-active button {
    width: 16px;
    background: #fff;
    border-radius: 16px;
}

.testi_client {
    z-index: 3;
    position: relative;
    margin-right: -120px;
}

.testi_client img {
    width: 100%;
}

.coma {
    max-width: 121px;
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 3;
}

.find_more_cll .call_us {
    display: inline-flex;
    align-items: center;
    padding: 25px 42px 16px 23px;
    background: #fff;
    border-radius: 69px;
}

.find_more_cll .call_us p {
    margin-bottom: 0;
}

.find_more_cll .hd_cl:after {
    width: 33px;
    height: 33px;
    background: rgba(168, 189, 197, 0.4);
}

.home_find_more.cmn_gap {
    padding: 65px 0 60px;
    margin-bottom: 356px;
}

.find_more_cll {
    text-align: right;
}

.home_find_more_row {
    align-items: center;
}

.home_find_more {
    position: relative;
    z-index: 4;
}

.home_find_more:after {
    background: url(images/find_more_back.jpg) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}

.find_more_cont p {
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 0.07em;
    color: #CCE2E2;
}

.find_more_cont h2 {
    color: #fff;
    letter-spacing: 0.07em;
}

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

.home_ins_system_map figure img {
    width: 100%;
}

.map_loc ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.map_loc ul li {
    padding-left: 36px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.07em;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    width: 48%;
}

.map_loc ul li a {
    color: #000000;
}

.map_loc ul li a:hover {
    color: #a87f0a;
}

.map_loc ul li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: 18px;
    background: url(images/loc_icon.svg) no-repeat;
    width: 18px;
    height: 23px;
    background-size: cover;
}

.home_ins_cont h4 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #0062A7;
    font-weight: 700;
}

.home_ins_cont .sec_hd {
    margin-bottom: 60px;
}

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

.map_loc ul:first-child {
    margin-right: 50px;
}

.home_ins_system_inner {
    background: #FFFFFF;
    border: 2px solid #0062A7;
    padding: 29px 15px 21px 35px;
}

.home_ins_system_wrap {
    padding: 18px 36px;
    background: #FFFFFF;
    box-shadow: 7px 4px 44px rgba(0, 0, 0, 0.15);
}

.home_ins_system .sec_hd {
    text-align: center;
    margin-bottom: 45px;
}

.home_ins_system .sec_hd h2 {
    letter-spacing: 0.07em;
    color: #081824;
}

.home_ins_system.cmn_gap {
    padding-top: 100px;
}

.home_ins_system {
    position: relative;
    margin-top: -256px;
    z-index: 4;
    margin-bottom: 48px;
}

.disclaimer {
    text-align: center;
}

.disclaimer span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-right: 14px;
}

.disclaimer a {
    display: inline-block;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
}

.disclaimer a:hover {
    color: #009292;
}

.home_ins_system_wrap {
    margin-bottom: 62px;
}

.home_ins_system_all {
    padding-bottom: 31px;
    border-bottom: 1px solid #132A3C;
    position: relative;
    margin-left: -36px;
    margin-right: -36px;
}

.footer_img_all {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer_img_all li {
    line-height: 1;
    margin-bottom: 14px;
}

.footer_img_all li:last-child {
    margin-bottom: 0;
}

.footer_sec {
    background: #081824;
    padding-top: 1px;
    position: relative;
}

.footer_wrap h5 {
    color: #fff;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 44px;
}

.footer_wrap h5:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 98px;
    height: 1px;
    background: #0062A7;
    content: "";
}

.footer_wrap ul {
    padding-left: 0;
    list-style: none;
}

.footer_logo a {
    display: inline-block;
    max-width: 296px;
}

.footer_logo {
    margin-bottom: 55px;
}

.footer_wrap_1 h6 {
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #009292;
    font-size: 18px;
}

.footer_wrap_1 p {
    letter-spacing: 0.07em;
    color: #CCE2E2;
    font-size: 16px;
    line-height: 1.87;
    padding-right: 90px;
}

.footer_img_all {
    margin-top: 27px;
}

.footer_wrap_2 ul li p,
.footer_wrap_2 ul li a {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.07em;
    color: #CCE2E2;
}

.footer_wrap_2 ul li a {
    display: inline-block;
}

.footer_wrap_2 ul li a:hover,
.footer_wrap_3 ul li a:hover {
    color: #009292;
}

.footer_wrap_2 h6 {
    letter-spacing: 0.07em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.footer_wrap_2 ul li {
    position: relative;
    padding: 25px 0 25px 35px;
    border-bottom: 1px solid #132A3C;
}

.footer_wrap_2 ul li:first-child {
    padding-top: 0;
}

.footer_wrap_2 ul li:first-child:after {
    top: 0;
}

.footer_wrap_2 ul li:after {
    position: absolute;
    left: 0;
    top: 24px;
    width: 22px;
    height: 22px;
    content: "";
}

.footer_wrap_2 ul .address:after {
    background: url(images/address.svg) no-repeat;
    background-size: 18px 23px;
}

.footer_wrap_2 ul .phone:after {
    background: url(images/ph.svg) no-repeat;
    background-size: 20px 22px;
}

.footer_wrap_2 ul .fax:after {
    background: url(images/fax.svg) no-repeat;
    background-size: 22px 22px;
}

.footer_wrap_2 ul .email:after {
    background: url(images/email.svg) no-repeat;
    background-size: 20px 16px;
}

.footer_wrap_2 ul li:last-child {
    border-bottom: none;
}

.footer_wrap_2 {
    padding-right: 100px;
    margin-left: -45px;
}

.footer_wrap_3 {
    position: relative;
    margin-left: -25px;
}

.footer_wrap_3 ul li {
    line-height: 1;
    margin-bottom: 24px;
}

.footer_wrap_3 ul li a {
    display: inline-block;
    letter-spacing: 0.07em;
    font-size: 16px;
    line-height: 1.25;
    color: #CCE2E2;
}

.footer_mid ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 35px;
    border-top: 1px solid #132A3C;
}

.footer_mid ul li a {
    display: inline-block;
    color: #CCE2E2;
    font-size: 14px;
    letter-spacing: 0.07em;
}

.footer_mid ul li a:hover {
    color: #009292;
}

.footer_mid {
    border-bottom: 1px solid #132A3C;
}

.footer_btm {
    text-align: center;
    padding: 28px 0;
}

.footer_btm p {
    letter-spacing: 0.205em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.footer_top {
    margin-bottom: 40px;
}

.home_ins_system_inner_row {
    align-items: center;
}

.home_ins_system_map {
    padding-right: 20px;
}

/* menu dropdown */
.navbar-nav>.menu-item-has-children {
    position: relative;
}

.navbar-nav>.menu-item-has-children:before {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/down_arw.svg) no-repeat center center;
    width: 8px;
    height: 6px;
    background-size: cover;
    content: "";
}

.sub-menu {
    border: none;
    min-width: 201px;
    left: auto;
    right: 0;
    top: 84%;
    border: 1px solid #D2D4D7;
    box-shadow: 0px 1px 9px rgba(130, 156, 186, 0.3);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    padding: 0 15px;
}

.sub-menu>li {
    border-bottom: 1px solid #D9E1E6;
}

.navbar-nav>li:last-child>.sub-menu {
    min-width: 255px;
}

.sub-menu>li:last-child {
    border-bottom: none;
}

.sub-menu>li>a {
    padding: 16px 3px;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    color: #0062a7;
    background: #fff;
}

.icon_back {
    position: absolute;
    right: -28px;
    top: -15px;
    z-index: -2;
}

.home_product_wrap_2 .icon_back {
    right: -33px;
    top: -35px;
}

.home_product_wrap_3 .icon_back {
    right: -31px;
    top: -25px;
}

.home_product_wrap_3 .help_product p {
    min-height: 203px;
}

.help_product {
    position: relative;
    overflow: hidden;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

/* particle js */
.home_serv {
    position: relative;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/* equipment page Rajat 05/04/2022 */

.main-head-others {
    position: relative;
    background: #fff;
}

/* innerpage banner */
.inner_pg_banner {
    position: relative;
    background: #cedade;
}

.inner_ban_img {
    position: absolute;
    right: 0;
    top: -140px;
    z-index: 2;
}

.banner_nav_wrap h2 {
    letter-spacing: 0.07em;
    font-weight: 800;
    color: #081824;
}

.banner_nav_wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

.banner_nav_wrap ul li a {
    display: inline-block;
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 1;
    color: #0062A7;
}

.banner_nav_wrap ul li a:hover {
    color: #000;
}

.banner_nav_wrap ul li span {
    display: inline-block;
    margin-left: 14px;
}

.banner_nav_wrap ul li {
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 1;
    color: #0062A7;
    margin-right: 9px;
}

.banner_nav {
    position: relative;
    z-index: 5;
    padding: 155px 0 230px;
}

.inner_banner_sub_img {
    position: absolute;
    right: 146px;
    max-width: 732px;
    bottom: 0;
    z-index: 3;
}

/* inner_pg_banner end*/



.pcs_mind.cmn_gap {
    padding: 70px 0 50px;
}

.pcs_mind .sec_hd {
    text-align: center;
    max-width: 1029px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.pcs_mind .sec_hd h4 {
    letter-spacing: 0.07em;
    font-weight: 800;
    color: #0062A7;
    margin-bottom: 12px;
}

.pcs_mind .sec_hd p {
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.07em;
    color: #A6B0B7;
}

.pcs_sec_wrap {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 13px 13px 22px 13px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    margin-bottom: 48px;
}

.pcs_sec_wrap figure {
    margin-bottom: 26px;
}

.pcs_sec_wrap figure img {
    width: 100%;
}

.pcs_sec_wrap h5 {
    font-size: 21px;
    letter-spacing: 0.045em;
    font-weight: 500;
    color: #000000;
    margin-bottom: 16px;
}

.pcs_sec_wrap p {
    font-size: 16px;
    letter-spacing: 0.045em;
    color: #A6B0B7;
    line-height: 1.5;
    max-width: 294px;
}

.pcs_sec_wrap .cmn_btn {
    height: 44px;
    padding: 0 40px;
}

.all_pcs_sec_col {
    padding: 0 15px;
}

.all_pcs_sec_row {
    margin: 0 -15px;
}

.pcs_sec_cont {
    padding-left: 18px;
}

.equip_pg_wireless {
    background-size: cover !important;
    background-position: 0 0 !important;
    background-size: cover !important;
    position: relative;
}

.equip_pg_wireless.cmn_gap {
    padding: 100px 0;
}

.equip_pg_ytb_vid .sec_hd {
    text-align: left;
}

.equip_pg_ytb_vid {
    background: #E9F3F8;
    margin-bottom: 356px;
}

.equip_pg_ytb_vid.cmn_gap {
    padding: 70px 0;
}

.ytb_vid_sec_inner .ytv_vid_wrap {
    margin: 0 15px;
}

.ytb_vid_sec_inner .slick-list {
    margin: 0 -15px;
}

.ytb_vid_sec_inner .slick-next,
.ytb_vid_sec_inner .slick-prev {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    z-index: 5;
}

.ytb_vid_sec_inner .slick-next:before,
.ytb_vid_sec_inner .slick-prev:before {
    content: "";
}

.ytb_vid_sec_inner .slick-next {
    background: #fff url(images/rgt_arw.svg) no-repeat center center;
    right: 0;
    top: -104px;
    transform: none;
}

.ytb_vid_sec_inner .slick-prev {
    background: #fff url(images/lft_arw.svg) no-repeat center center;
    right: 82px;
    left: auto;
    transform: none;
    top: -104px;
}



/* smart_home_video_pg */
.smart_home_inner_ban {
    position: relative;
}

/*.smart_home_inner_ban:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(images/curve_1.png) no-repeat 0 0;
    z-index: 3;
}*/
.smart_hm_ytb.cmn_gap {
    padding: 90px 0;
}

.smart_hm_pg_ytb_vid.cmn_gap {
    padding: 62px 0 74px;
}

.smart_hm_pg_ytb_vid {
    background: #E9F3F8;
}

.smart_hm_pg_ytb_vid .sec_hd {
    text-align: left;
}





.ard-last-sec {
    position: relative;
}

.inner-last-cart-ard {
    position: relative;
    padding: 22px 0 40px 0;
    border-radius: 10px;
    transition: 0.5s;
    min-height: 235px;
    cursor: pointer;
}

.inner-last-cart-ard figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 0 auto;
    height: 150px;
}

.inner-last-cart-ard h5 {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-align: center;
}

.inner-last-cart-ard:hover {
    box-shadow: 0px 14px 14px rgba(136, 160, 173, 0.25);
}

.lst-crt-ard-one {
    background: #65C3F8;
}

.lst-crt-ard-two {
    background: #009292;
}

.lst-crt-ard-three {
    background: #F24A33;
}

.lst-crt-ard-five {
    background: #0062A7;
}

.lst-crt-ard-six {
    background: #FFD747;
}

.lst-crt-ard-four {
    position: relative;
    background: #00B680;
    padding: 76px 60px 90px 180px;
}

.lst-crt-ard-four figure {
    position: absolute;
    left: 0;
    bottom: 0;
    height: inherit;
}

.mrgn-lst-ard-clm {
    margin-bottom: 24px;
}

.smart_hm_ard_lst.common-gap {
    padding: 80px 0;
}

.smart_home_inner_ban .banner_nav_wrap h2 span {
    display: inline-block;
    font-weight: 400;
}


/* cctv page */

.cctv_inner_pg_banner .inner_banner_sub_img {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tech_cam_system.cmn_gap {
    padding: 136px 0 66px;
}

.tech_cam_system_inner {
    text-align: center;
    background: #EAF3F9;
    border-radius: 18px;
    padding: 37px 45px;
}

.tech_cam_system_inner p {
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.07em;
    color: #A6B0B7;
}

.tech_cam_system_inner h4 {
    letter-spacing: 0.045em;
    color: #0062A7;
    font-weight: 800;
    padding: 0 90px;
    line-height: 1.57;
}

.tech_cam_system_inner {
    margin-bottom: 19px;
}

.tech_cam_system_inner:last-child {
    margin-bottom: 0;
}

.advntg_cctv_img {
    position: relative;
    z-index: 4;
}

/* .advntg_cctv_img:after {
    position: absolute;
    left: 50px;
    bottom: 2px;
    content: "";
    width: 321px;
    height: 321px;
    border: 3px solid #0062A7;
    border-radius: 50%;
    z-index: 2;
} */

.advntg_cctv_img figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

/* .advntg_cctv_img figure:after {
    position: absolute;
    top: -139px;
    right: 60px;
    width: 129px;
    height: 129px;
    border-radius: 50%;
    border: 3px solid #009292;
    content: "";
}

.advntg_cctv_img figure:before {
    position: absolute;
    top: -26px;
    right: 14px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 2px solid #009292;
    content: "";
    z-index: -1;
} */

.advntg_cctv_col_frth .advntg_cctv_img figure:after {
    top: 48px;
    z-index: -1;
}

.advntg_cctv_col_frth .advntg_cctv_img figure:before {
    top: 165px;
    right: 0;
    z-index: -1;
}

.advntg_cctv_row {
    align-items: center;
}

.advntg_cctv_cont h2 {
    line-height: 1.55;
    letter-spacing: 0.035em;
    font-weight: 800;
    color: #081824;
    margin-bottom: 30px;
}

.advntg_cctv_cont p {
    letter-spacing: 0.07em;
    color: #4E6270;
    font-size: 18px;
    line-height: 2;
}

.advntg_cctv_cont .pg_btn {
    margin-top: 16px;
}

.advntg_cctv_cont .cmn_btn {
    padding: 0 40px;
    height: 44px;
}

.advntg_cctv_col_scnd {
    margin-bottom: 100px;
}

.advntg_cctv.cmn_gap {
    padding: 75px 0 82px;
}

.advntg_cctv {
    background: #E9F3F8;
}

.cctv_main_cont_inner p {
    letter-spacing: 0.07em;
    font-size: 18px;
    line-height: 2;
    color: #4E6270;
}

.cctv_main_cont_col {
    padding: 0 25px;
}

.cctv_main_cont_row {
    margin: 0 -25px;
}

.cctv_main_cont.cmn_gap {
    padding: 75px 0 80px;
}


/* ip camera */
.banner_nav_wrap h2 span {
    font-weight: 400;
    display: inline-block;
}

/*.ipcam_inner_pg_banner:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(images/curve_1.png) no-repeat 0 0;
    z-index: 3;
}*/
.ipcam_hm_prdct .home_product_hd h4 {
    max-width: 247px;
    min-height: 115px;
}

.ipcam_hm_prdct .home_product_hd figure {
    width: calc(100% - 247px);
    align-items: flex-start;
}

.ipcam_hm_prdct .home_product_wrap p {
    min-height: 87px;
}

.ipcam_hm_prdct .home_product_hd {
    align-items: inherit;
}

.ip_cam_qlty_wrap {
    max-width: 879px;
    margin: 0 auto;
    position: relative;
    border-radius: 33px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

.ip_cam_qlty_sec {
    border-radius: 33px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.ip_cam_qlty_sec {
    padding: 6px 8px;
    background: #fff;
}

.ip_cam_qlty_sec figure {
    position: relative;
    border-radius: 33px;
    overflow: hidden;
}

.ip_cam_qlty_sec figure:after {
    background: rgba(0, 0, 0, 0.2);
    mix-blend-mode: soft-light;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1
}

.ip_cam_qlty_sec figure:before {
    background: rgba(0, 0, 0, 0.34);
    mix-blend-mode: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.ip_cam_qlty_sec_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70%;
    text-align: center;
}

.ip_cam_qlty_sec_text h4 {
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.045em;
    font-weight: 600;
}

.ip_cam_qlty_wrap_roll .slick-prev {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff url(images/prev_arw.svg) no-repeat center center;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    z-index: 4;
    left: -13px;
}

.ip_cam_qlty_wrap_roll .slick-prev:before {
    display: none;
}

.ip_cam_qlty_wrap_roll .slick-next {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff url(images/next_arw.svg) no-repeat center center;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    z-index: 4;
    right: -13px;
}

.ip_cam_qlty_wrap_roll .slick-next:before {
    display: none;
}

.ip_cam_qlty_eqpmnt.cmn_gap {
    padding-bottom: 96px;
}

.ip_cam_adv .advntg_cctv_col_frth .advntg_cctv_img:after {
    bottom: 42px;
}

.ip_cam_adv .advntg_cctv_col_fst .advntg_cctv_img:after {
    bottom: 66px;
}

.ip_cam_adv .advntg_cctv_col_fst .advntg_cctv_img figure:after {
    top: 0;
    z-index: -1;
}

.ip_cam_adv .advntg_cctv_col_fst .advntg_cctv_img figure:before {
    top: 105px;
    right: -10px;
}

.ip_cam_adv .advntg_cctv_col_scnd .advntg_cctv_cont {
    padding-left: 28px;
}

.ip_cam_adv .advntg_cctv_col_fst {
    margin-bottom: 105px;
}

.ipcam_hm_ard_lst.common-gap {
    padding: 105px 0;
}


/* contact_us page */
.contact_form_inp {
    padding: 47px 26px 44px 32px;
    background: #FFFFFF;
    box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
}

.contact_form_inp h6 {
    letter-spacing: 0.185em;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1;
    color: #0062A7;
}

.contact_formgrp label {
    letter-spacing: 0.185em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    margin-bottom: 8px;
}

.inp_form_col input[type="text"],
.inp_form_col input[type="email"],
.inp_form_col input[type="number"],
.inp_form_col textarea {
    letter-spacing: 0.065em;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    height: 48px;
    border-radius: 41px;
    background: #F3F6F7;
    border: 1px solid #E4EBF4;
    width: 100%;
    outline: none;
    padding: 0 17px;
}

.inp_form_col input[type="text"]::placeholder,
.inp_form_col input[type="email"]::placeholder,
.inp_form_col input[type="number"]::placeholder,
.inp_form_col textarea::placeholder {
    letter-spacing: 0.065em;
    color: #B2CAD2;
    opacity: 1;
}

.inp_form_col textarea {
    resize: none;
    padding: 18px 17px;
}

.inp_frm_textarea {
    height: 117px;
}

.inp_frm_textarea textarea {
    height: 100%;
    border-radius: 12px;
}

.inp_form_col {
    margin-bottom: 30px;
}

.inp_form_col input[type="submit"] {
    letter-spacing: 0.055em;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    height: 44px;
    background: #0062A7;
    border-radius: 39px;
    padding: 0 25px;
}

.inp_form_col input[type="submit"]:hover {
    background: #000;
}

.inp_form_col:last-child {
    margin-bottom: 0;
}

.contact_map {
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    overflow: hidden;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
}

.contact_form_sec.cmn_gap {
    padding: 105px 0 62px;
}

.contact_form_col {
    padding: 0 15px;
}

.contact_form_col_row {
    margin: 0 -15px;
}

.contact_ard_lst.cmn_gap {
    padding: 100px 0 80px;
}




/* custom radio */
.form_input_radio {
    position: relative;
    margin: 0;
    padding-left: 29px;
    margin-right: 16px;
}

.form_input_radio span {
    margin: 0;
    padding: 0;
    letter-spacing: 0.065em;
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
}

.form_input_radio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 21px;
    height: 21px;
    border: 1px solid #0062A7;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio input[type="radio"]+span::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #0062A7;
    position: absolute;
    top: 1px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio input[type="radio"]:not(:checked)+span::before {
    border: 1px solid #E9E9E9;
}

.form_input_radio input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
  
} */
.form_input_radio input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

}

.inp_form_radio {
    padding-top: 8px;
}

/* custom radio end */

.contact_icon {
    display: inline-flex;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
    margin-right: 19px;
}

.contact_details_wrap {
    display: flex;
}

.contact_details_cont {
    width: calc(100% - 76px);
    padding-top: 18px;
}

.contact_details_cont h6 {
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.contact_details_cont p {
    margin-bottom: 18px;
}

.contact_details_cont p,
.contact_details_cont a {
    letter-spacing: 0.065em;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #829399;
}

.contact_details_cont a {
    display: inline-block;
}

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

.contact_details_wrap {
    margin-bottom: 38px;
}

.contact_details {
    margin-top: 58px;
}

.contact_details_col {
    border-right: 1px solid #C2D5DF;
}

.contact_details_col:last-child {
    border-right: 0;
}

.contact_details_col:nth-child(2) .contact_details_wrap_inner {
    padding-left: 63px;
}

.contact_details_col:nth-child(1) .contact_details_wrap_inner {
    padding-left: 30px;
}

.contact_details_col:last-child .contact_details_wrap_inner {
    padding-left: 8px;
}

.contact_form_sec {
    position: relative;
    z-index: 4;
}

.contact_form_sec:after {
    position: absolute;
    left: 0;
    height: 55%;
    right: 0;
    bottom: 0;
    background: #E9F3F8;
    z-index: -1;
    content: "";
}










input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}



/* about_us page */
.abt_scrt_serv_wrap {
    text-align: center;
    padding: 37px 30px 47px;
    background: #EAF3F9;
    border-radius: 18px;
    overflow: hidden;
}

.abt_scrt_serv_wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.abt_scrt_serv_wrap ul li {
    line-height: 1.72;
    letter-spacing: 0.03em;
    color: #A6B0B7;
    font-size: 18px;
    margin-bottom: 9px;
}

.abt_scrt_serv_wrap ul li:last-child {
    margin-bottom: 0;
}

.abt_scrt_serv_wrap h4 {
    letter-spacing: 0.045em;
    color: #0062A7;
    font-weight: 800;
    line-height: 1.57;
}

.abt_scrt_serv.cmn_gap {
    padding: 142px 0 100px;
}

.abt_scrt_serv_wrap {
    margin: 0 15px;
}

.abt_scrt_serv_roll .slick-list {
    margin: 0 -15px;
}

.abt_scrt_serv_roll .slick-next {
    width: 68px;
    height: 68px;
    background: #FFFFFF url(images/rgt_arw.svg) no-repeat center center;
    background-size: 17px 15px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    z-index: 4;
    right: -34px;
}

.abt_scrt_serv_roll .slick-next:before {
    display: none;
}

.abt_scrt_serv_roll .slick-prev {
    width: 68px;
    height: 68px;
    background: #FFFFFF url(images/lft_arw.svg) no-repeat center center;
    background-size: 17px 15px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    z-index: 4;
    left: -34px;
}

.abt_scrt_serv_roll .slick-prev:before {
    display: none;
}

.abt_pg_particle .home_serv_inner p {
    padding-right: 32px;
    min-height: 0;
}

.abt_pg_home_count .home_count_wrap p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #A6B0B7;
}

.abt_pg_home_count .home_count_wrap {
    padding: 0 30px;
}

.abt_pg_home_count.cmn_gap {
    padding: 83px 0 47px;
}

.abt_pg_cont_img {
    position: relative;
}

.abt_pg_cont_img:after {
    position: absolute;
    right: -210px;
    top: 40px;
    width: 190px;
    height: 50px;
    content: "";
    background: url(images/dashed_right.svg) no-repeat center center;
    background-size: contain;
}

.abt_pg_cont_img:before {
    position: absolute;
    left: -210px;
    bottom: 32px;
    width: 190px;
    height: 50px;
    content: "";
    background: url(images/dashed_left.svg) no-repeat center center;
    background-size: contain;
}

.abt_pg_particle.cmn_gap {
    padding: 118px 0 130px;
}

.inner_banner_sub_img.abt_us_banner_sub_img {
    max-width: 912px;
    bottom: -35px;
}

.abt_us_ard_lst.common-gap {
    padding: 85px 0 80px;
}



/* cities serve page */
.cities_serve_pg_banner .inner_banner_sub_img {
    max-width: 576px;
    bottom: -60px;
}

.cities_srv_cont_wrap h4 {
    max-width: 772px;
    margin: 0 auto 16px;
}

.cities_srv_cont_wrap p {
    text-align: center;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.07em;
    color: #A6B0B7;
}

.cities_srv_cont_wrap {
    padding: 34px 15px 40px;
}

.city_srv_block.cmn_gap {
    padding: 80px 0;
}

.city_all ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.city_all ul li {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #000000;
    margin-bottom: 34px;
    position: relative;
    padding-left: 36px;
    width: 25%;
}

.city_all ul li a {

    color: #000000;
}

.city_all ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 18px;
    height: 23px;
    background-size: cover !important;
    background: url(images/city_loc.svg) no-repeat center center;
}

.srv_city_nm.cmn_gap {
    padding: 10px 0 28px;
}

.citi_srv_ard_lst.common-gap {
    padding: 80px 0;
}


/* faq page */
.faq_sec.cmn_gap {
    padding: 90px 0 87px;
}

.faq_inner {
    max-width: 789px;
    margin: 0 auto;
}

.accordion-button {
    letter-spacing: 0.025em;
    color: #000000;
    font-size: 19px;
    line-height: 1.52;
    background: #fff;
    box-shadow: 0px 2px 51px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    padding: 20px 0;
    position: relative;
    padding-left: 88px;
    padding-right: 25px;
}

.accordion-button strong {
    font-weight: 500;
    max-width: 550px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
    box-shadow: 0px 2px 51px rgba(0, 0, 0, 0.08);
}

.accordion-button:focus {
    box-shadow: 0px 2px 51px rgba(0, 0, 0, 0.08);
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 19px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background: #F5F9FA;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.07em;
}

.accordion-button::after {
    background-image: url(images/dwn_poly.svg);
    width: 19px;
    height: 19px;
    background-size: 17px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(images/dwn_poly.svg);
    width: 19px;
    height: 19px;
    background-size: 17px;
}

.accordion-body {
    border-radius: 25px;
    overflow: hidden;
}

.accordion-header {
    margin-bottom: 10px;
}

.faq_particle_sec.cmn_gap {
    padding: 118px 0;
}

.inner_banner_sub_img.faq_banner_sub_img {
    right: 390px;
}

.faq_ard_lst.common-gap {
    padding: 90px 0 80px;
}

.accordion-body ul {
    padding-left: 40px;
    margin-bottom: 22px;
    list-style: none;
}

.accordion-body ul li {
    padding-left: 20px;
    position: relative;
}

.accordion-body ul li:after {
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    content: "";
}

.accordion-body h5 {
    font-size: 18px;
}

.accordion-body p span {
    font-weight: 600;
}

/* alberta page*/
.alberta_nm.cmn_gap {
    padding: 72px 0 105px;
}

.alberta_nm .sec_hd {
    text-align: center;
    margin-bottom: 75px;
}

.alberta_nm .sec_hd h4 {
    letter-spacing: 0.07em;
    font-weight: 800;
    line-height: 2.07;
    color: #0062A7;
}

.alberta_ard_lst.common-gap {
    padding: 0 0 80px;
}

.alberta_nm .city_all ul {
    column-count: 4;
    column-gap: 10px;
    display: block;
    align-items: inherit;
}

.alberta_nm .city_all ul li {
    width: 100%;
    font-size: 25px;
}

/* smart_home_monitoring page */
.smart_hm_faq.cmn_gap {
    padding: 67px 0 100px;
}

.smart_hm_faq .accordion-item {
    margin-bottom: 16px;
}

.smart_hm_faq .sec_hd {
    max-width: 939px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 90px;
}

.smart_hm_faq .sec_hd h2 {
    font-size: 36px;
    line-height: 1.14;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.045em;
    font-weight: 800;
}

.smart_hm_faq.cmn_gap {
    padding: 97px 0 92px;
}

.smart_hm_faq .home_serv_inner p {
    padding-right: 17px;
}

.smart_hm_faq .home_serv_inner h5 {
    color: #F24A33;
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 12px;
}

.smart_home_map {
    background: #EAF3F9;
}

.smart_home_map figure {
    mix-blend-mode: darken;
    max-width: 910px;
    margin: 0 auto;
}

.smart_home_map.cmn_gap {
    padding-top: 81px;
}

.smrt_monitor_ard_lst.common-gap {
    padding: 63px 0 80px;
}


/* Rajat end */















/* airdrie page */

/*prosenjit-start-04-04-22*/

.main-head-others {
    position: relative;
    background: #ffffff;
}

.airdrie-banner-sec {
    position: relative;
    min-height: 432px;

}

.others-banner-info {
    position: relative;
    max-width: 130px;
    margin: 0 auto 0 0;
    padding: 124px 0 228px 0;
}

.others-banner-info h2 {

    font-weight: 400;
    letter-spacing: 0.07em;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.others-banner-info ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.others-banner-info ul li {
    list-style: none;
    padding-right: 10px;
    color: #0062A7;
    font-size: 15px;
    letter-spacing: 0.07em;
    position: relative;
    display: flex;
}

.others-banner-info ul li span {
    display: inline-block;
    padding-right: 10px;
}

.others-banner-info ul li a {
    display: inline-block;
    color: #0062A7;
    font-size: 15px;
    letter-spacing: 0.07em;
    transition: 0.5s;
}

.others-banner-info ul li a:hover {
    color: #000000;
}

.others-banner-info ul li:last-child {
    padding: 0;
}

.extra-airdrie-img {
    position: absolute;
    right: 0;
    top: 18px;
    max-width: 584px;
}

.airdrie-contn {
    position: relative;
}

.airdrie-secnd-sec {
    position: relative;
    padding: 110px 0;
}

.airdrie-exclusiv {
    max-width: 1130px;
    margin: 0 auto;
    background: #EAF3F9;
    border-radius: 18px;
    padding: 34px 76px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #A6B0B7;
    font-size: 18px;
}

.airdrie-exclusiv h4 {
    color: #0062A7;
    font-size: 26px;
    letter-spacing: 0.045em;
    margin-bottom: 11px;
    line-height: 1.3;
    text-transform: uppercase;
}

.airdrie-exclusiv h5 {
    color: #009292;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.3;
}

.common-gap {
    padding: 100px 0;
}

.airdrie-thrd-sec {
    position: relative;
}


.airdrie-fourth-sec {
    position: relative;
}

.inner-ard-frth-txt {
    position: relative;
    letter-spacing: 0.07em;
    color: #6F787D;
}

.inner-ard-frth-txt h2 {
    color: #081824;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
    line-height: 1.54;
}

.inner-ard-frth-txt p {
    padding-right: 50px;
    line-height: 1.34;
    font-size: 23px;
}

.inner-ard-frth-img {
    position: relative;
    padding: 42px 60px 0 10px;
    z-index: 1;
}

.inner-ard-frth-img::before {
    position: absolute;
    content: "";
    border: 3px solid #0062A7;
    width: 321px;
    height: 321px;
    bottom: 35px;
    left: -84px;
    border-radius: 50%;
}

.inner-ard-frth-img::after {
    position: absolute;
    content: "";
    border: 3px solid #009292;
    width: 129px;
    height: 129px;
    top: 0;
    right: 60px;
    border-radius: 50%;
}

.inner-ard-frth-img figure::after {
    position: absolute;
    content: "";
    border: 3px solid #009292;
    width: 59px;
    height: 59px;
    top: 130px;
    right: -60px;
    border-radius: 50%;
}

.inner-ard-frth-img figure {
    border-radius: 7px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.inner-ard-frth-img figure img {
    border-radius: 7px;
    width: 100%;
}

.algn-cnt-rw {
    align-items: center;
    margin: 0 -35px;
    border-bottom: 1px solid #ACB2B6;
    padding-bottom: 98px;
}

.ard-clm-pd {
    padding: 0 35px;
}



.airdrie-fifth-sec {
    position: relative;
    padding-bottom: 120px;
}

.airdrie-fifth-sec .sec_hd {
    position: relative;
    text-align: center;
    margin-bottom: 22px;
}

.ard-fth-top-txt h4 span {
    color: #009292;
}

.ard-fth-top-txt .clr-fth-ard {
    color: #0062A7;
    font-weight: 700;
}

.grn_btn2 {
    background: #00B680;
}

.sixt-txt-ard h4 {
    font-size: 16px;
    font-weight: 600;
}

.sixt-txt-ard p {
    font-size: 13px;
}




.ard-last-sec {
    position: relative;
}

.inner-last-cart-ard {
    position: relative;
    padding: 22px 0 40px 0;
    border-radius: 10px;
    transition: 0.5s;
    min-height: 235px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.inner-last-cart-ard:hover {
    box-shadow: 0px 14px 14px rgba(136, 160, 173, 0.25)
}

.inner-last-cart-ard figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 0 auto;
    height: 150px;
}

.inner-last-cart-ard h5 {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-align: center;
}

.inner-last-cart-ard:hover {
    box-shadow: 0px 14px 14px rgba(136, 160, 173, 0.25);
}

.lst-crt-ard-one {
    background: #65C3F8;
}

.lst-crt-ard-two {
    background: #009292;
}

.lst-crt-ard-three {
    background: #F24A33;
}

.lst-crt-ard-five {
    background: #0062A7;
}

.lst-crt-ard-six {
    background: #FFD747;
}

.lst-crt-ard-four {
    position: relative;
    background: #00B680;
    padding: 76px 60px 90px 180px;
    overflow: hidden;
}

.lst-crt-ard-four figure {
    position: absolute;
    left: 0;
    bottom: 0;
    height: inherit;
}

.mrgn-lst-ard-clm {
    margin-bottom: 24px;
}


/*prosenjit-end-04-04-22*/


/* shuvam start  */

.main-head-others {
    position: relative;
    background: #ffffff;
}

.airdrie-banner-sec {
    position: relative;

}

.others-banner-info {
    position: relative;
    max-width: 130px;
    margin: 0 auto 0 0;
    padding: 124px 0 228px 0;
}

.others-banner-info h2 {

    font-weight: 400;
    letter-spacing: 0.07em;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.others-banner-info ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.others-banner-info ul li {
    list-style: none;
    padding-right: 10px;
    color: #0062A7;
    font-size: 15px;
    letter-spacing: 0.07em;
    position: relative;
    display: flex;
}

.others-banner-info ul li span {
    display: inline-block;
    padding-right: 10px;
}

.others-banner-info ul li a {
    display: inline-block;
    color: #0062A7;
    font-size: 15px;
    letter-spacing: 0.07em;
    transition: 0.5s;
}

.others-banner-info ul li a:hover {
    color: #000000;
}

.others-banner-info ul li:last-child {
    padding: 0;
}

.extra-airdrie-img {
    position: absolute;
    right: 0;
    top: 18px;
    max-width: 584px;
}

.airdrie-contn {
    position: relative;
}

.airdrie-secnd-sec {
    position: relative;
    padding: 110px 0;
}

.airdrie-exclusiv {
    max-width: 1130px;
    margin: 0 auto;
    background: #EAF3F9;
    border-radius: 18px;
    padding: 34px 76px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #A6B0B7;
    font-size: 18px;
}

.airdrie-exclusiv h4 {
    color: #0062A7;
    font-size: 26px;
    letter-spacing: 0.045em;
    margin-bottom: 11px;
}

.airdrie-exclusiv h5 {
    color: #009292;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* .airdrie-exclusiv p{

} */


.aftWrap {
    background: #EAF3F9;
    border-radius: 18px;
    text-align: center;
    padding: 25px 45px 45px;
    margin-bottom: 65px;
}

.aftWrap figure {
    max-width: 220px;
    margin: 0 auto 15px;
}

.aftWrap figure img {
    width: 100%;
}

.aftWrap h3 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.045em;
    color: #0062A7;
    line-height: 1.3;
}

.aftWrap p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #A6B0B7;
}

.aft_scnd .sv_up_hd {
    letter-spacing: 0.07em;
}

.innrCmn_gap {
    padding: 70px 0;
}

.blueBG_sec {
    position: relative;
    text-align: center;
}

.blueBG_sec #particles-js {
    z-index: 0;
}

.blueBG_sec .bl_wrap {
    position: relative;
    z-index: 2;
}

.blueBG_sec .sec_hd {
    margin-bottom: 25px;
}

.blueBG_sec .sec_hd h4 {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.045em;
    color: #FFFFFF;
    line-height: 1.57;
}

.blueBG_sec p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #DFE5E9;
    line-height: 1.72;
    padding: 0 48px;
}

.fiveSlid_rw {
    display: flex;
    flex-wrap: wrap;
}

.fiveSlid_clm {
    width: 20%;
    padding: 10px 11px 0;
    overflow: hidden;
    position: relative;
}

.fiveSlid_clm .clm_wrap {
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s all;
    min-height: 1815px;
    position: relative;
}

.fiveSlid_clm .clm_wrap:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
    cursor: pointer;
}

.clm_wrap .crd_head {
    min-height: 224px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    padding: 50px 5px 65px;
    text-align: center;
    margin-bottom: 15px;
}

.clm_wrap .crd_head.blue_bg {
    background: #0062A7;
}

.clm_wrap .crd_head.lgtGreen_bg {
    background: #009292;
}

.clm_wrap .crd_head.yllw_bg {
    background: #FFD747;
}

.clm_wrap .crd_head.green_bg {
    background: #00B680;
}

.clm_wrap .crd_head.blck_bg {
    background: #132A3C;
}

.clm_wrap .crd_head h3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.clm_wrap .crd_head h4 {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.clm_wrap .crd_head p {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.crd_info {
    padding: 0 15px 20px;
}

.crd_info figure {
    width: 100%;
    margin-bottom: 20px;
}

.crd_info figure img {
    width: 100%;
    mix-blend-mode: multiply;
}

.crd_info h4 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #F24A33;
    margin-bottom: 0;
}

.crd_info ul.cmn_list {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.crd_info .cmn_list li {
    padding-left: 20px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.02em;
    color: #000000;
}

.crd_info .cmn_list li::before {
    position: absolute;
    content: "";
    background: url(images/right-icon.svg) center no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    left: 0;
    top: 12px;
}

.crdUl_wrap {
    background: #EAF3F4;
    border-radius: 10px;
    padding: 20px 10px 10px;
    margin-bottom: 15px;
}

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

.crdUl_wrap li {
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.02em;
    color: #000000;
}

.crdUl_wrap li span {
    display: block;
    font-weight: 400;
    font-size: 8px;
    letter-spacing: 0.02em;
    color: #7F8589;
}

.crdUl_wrap li:nth-child(1)::before {
    position: absolute;
    content: "";
    background: url(images/sd-icon.svg) center no-repeat;
    background-size: 14px;
    width: 15px;
    height: 16px;
    left: 0;
    top: 10px;
}

.crdUl_wrap li:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(images/tab-icon.svg) center no-repeat;
    background-size: 14px;
    width: 15px;
    height: 16px;
    left: 0;
    top: 10px;
}

.crdUl_wrap li:nth-child(3)::before {
    position: absolute;
    content: "";
    background: url(images/s-icon.svg) center no-repeat;
    background-size: 17px;
    width: 17px;
    height: 15px;
    left: 0;
    top: 10px;
}

.crdUl_wrap li:nth-child(4)::before {
    position: absolute;
    content: "";
    background: url(images/label-icon.svg) center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 17px;
    left: 0;
    top: 10px;
}

.crdUl_wrap li:nth-child(5)::before {
    position: absolute;
    content: "";
    background: url(images/lock-icon.svg) center no-repeat;
    background-size: 11px;
    width: 11px;
    height: 16px;
    left: 0;
    top: 10px;
}

.crd_info .blue_btn {
    width: 100%;
    max-width: 186px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0062A7;
    border-radius: 39px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.crd_info .blue_btn:hover {
    background: #000;
}

.puplrLbel {
    /* background: url(images/lbel.png) center no-repeat; */
    background: #121C23;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 0.535em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 105px;
    height: 18px;
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 7px;
    transform: rotate(-43.87deg) translate(-38px, 2px);
}

.tabSky_sec {
    position: relative;
}

.tabSky_sec .skyBg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 300px;
    /* min-height: 3900px; */
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tabSky_sec .skyBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.tabSky_sec .tab_img {
    max-width: 896px;
    width: 100%;
    margin: 0 auto 70px;
}

.tabSky_sec .tab_img img {
    width: 100%;
}

.tabSky_wrap .gt_fr_hd {
    margin-bottom: 45px;
}

.tabSky_wrap p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #88949C;
}

.tabSky_logo {
    display: flex;
    margin: 25px -12px 50px;
}

.tabSky_logo .logo_img {
    padding: 0 12px;
}

.tabSky_logo .logo_img img {
    width: 125px;
}

.tabSky_list ul {
    padding: 0;
    margin-bottom: 35px;
    list-style: none;
}

.tabSky_list li {
    position: relative;
    padding: 13px 0 13px 40px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #88949C;
}

.tabSky_list li::before {
    position: absolute;
    content: "";
    background: url(images/right-icon.svg) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    left: 0;
    top: 19px;
}

.tabSky_added .sec_hd h4 {
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #0062A7;
    margin-bottom: 55px;
}

.tabSky_added ul {
    padding: 0;
    margin-bottom: 85px;
    list-style: none;
}

.tabSky_added li {
    padding: 25px 0;
    display: flex;
}

.tabSky_added li:first-child {
    padding-top: 0;
}

.tabSky_added li:last-child {
    padding-bottom: 0;
}

.tabSky_added li h4 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 0;
    width: 215px;
    line-height: 1.9;
}

.tabSky_added li p {
    width: calc(100% - 215px);
    flex-basis: calc(100% - 215px);
    padding-left: 25px;
}

.tabSky_added p {
    font-size: 18px;
}

.tabSky_cmn {
    margin-bottom: 90px;
}

.tabSky_cmn .sec_hd h4 {
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #0062A7;
    margin-bottom: 30px;
}

.tabSky_cmn img.cmnDiv_img {
    width: 100px;
    mix-blend-mode: multiply;
}

.tabSky_cmn:last-child {
    margin-bottom: 0;
}

.smartYut_sec .sec_hd h2 {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.07em;
    color: #081824;
    margin-bottom: 55px;
}

.smartYut_slider {
    padding-bottom: 55px;
    border-bottom: 1px solid #DBDBDB;
    margin: 0 -15px 80px;
}

.smartYut_info {
    padding: 0 15px;
}

.smartYut_slider .slick-arrow::before {
    display: none;
}

.smartYut_slider .slick-next {
    background: #fff url(images/rgt_arw.svg) no-repeat center center;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    right: 0;
    top: -100px;
    transform: inherit;
    transition: .3s all;
}

.smartYut_slider .slick-next:hover {
    background-color: #dcdcdc;
}

.smartYut_slider .slick-prev {
    background: #fff url(images/lft_arw.svg) no-repeat center center;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    right: 90px;
    left: inherit;
    top: -100px;
    z-index: 1;
    transform: inherit;
    transition: .3s all;
}

.smartYut_slider .slick-prev:hover {
    background-color: #dcdcdc;
}

.smartYut_clm {
    padding: 0 14px;
}

.smrtYvt_wrap {
    padding: 25px 25px 30px 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.smrtYvt_wrap .smrtYvt_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.smrtYvt_wrap .smrtYvt_head span {
    margin-right: 20px;
}

.smrtYvt_wrap .smrtYvt_head h4 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #081824;
    margin-bottom: 0;
}

.smrtYvt_wrap p {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #A6B0B7;
    margin-bottom: 30px;
}

.smrtYvt_wrap a {
    border-radius: 39px;
    max-width: 113px;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    line-height: 1;
}

.blue_brdr a {
    background: #0062A7;
    border: 1px solid #0062A7;
}

.blue_brdr {
    border-top: 5px solid #0062A7;
}

.blue_brdr a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.drkGren_brdr {
    border-top: 5px solid #009292;
}

.drkGren_brdr a {
    background: #009292;
    border: 1px solid #009292;
}

.drkGren_brdr a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.red_brdr {
    border-top: 5px solid #F24A33;
}

.red_brdr a {
    background: #F24A33;
    border: 1px solid #F24A33;
}

.red_brdr a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.gren_brdr {
    border-top: 5px solid #00B680;
}

.gren_brdr a {
    background: #00B680;
    border: 1px solid #00B680;
}

.gren_brdr a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.quality_wrap {
    background: #F5FBFF;
    border-radius: 18px;
    margin-top: 90px;
    padding: 50px 30px 35px;
    text-align: center;
}

.quality_slider {
    max-width: 879px;
    margin: 0 auto 55px;
}

.suality_info {
    position: relative;
    /* width: 100%; */
    height: 124px;
    border-radius: 33px;
    overflow: hidden;
    padding: 50px 0;
}

.suality_info figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.suality_info figure::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.34);
    /* mix-blend-mode: normal; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.suality_info figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suality_info h4 {
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    letter-spacing: 0.045em;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.quality_wrap p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #A6B0B7;
    margin-bottom: 25px;
}

.quality_wrap .blue_btn {
    max-width: 157px;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0062A7;
    border: 1px solid #0062A7;
    border-radius: 39px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    margin: 0 auto;
}

.quality_wrap .blue_btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.insurance_wrap {
    padding: 25px 40px 50px;
    background: #0F70B5;
    border-radius: 12px;
    min-height: 340px;
}

.insurance_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 116px;
}

.insurance_head h4 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.insurance_wrap p {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #A7C5DB;
    min-height: 145px;
}

.allin_bg {
    background: #0062A7;
}

.insurance_rw {
    margin-top: 100px;
}

.allin_bg.all_in_one_protect:after {
    height: 50%;
}




/* / innerpage banner / */
.inner_pg_banner {
    position: relative;
    background: #cedade;
    z-index: 6;
}

.inner_ban_img {
    position: absolute;
    right: 0;
    top: -140px;
    z-index: 2;
}

.banner_nav_wrap h2 {
    letter-spacing: 0.07em;
    font-weight: 800;
    color: #081824;
    line-height: 1.3;
}

.banner_nav_wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

.banner_nav_wrap ul li a {
    display: inline-block;
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 1;
    color: #0062A7;
    font-weight: 400;
}

.banner_nav_wrap ul li a:hover {
    color: #000;
}

.banner_nav_wrap ul li span {
    display: inline-block;
    margin-left: 14px;
}

.banner_nav_wrap ul li {
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 1;
    color: #0062A7;
    margin-right: 9px;
    font-weight: 600;
}

.banner_nav {
    position: relative;
    z-index: 5;
    padding: 155px 0 230px;
}

.inner_banner_sub_img {
    position: absolute;
    right: 146px;
    max-width: 500px;
    bottom: 0;
    z-index: 3;
}

.smart_inner_pg_banner {
    min-height: 550px;
    position: relative;
}

.smart_inner_pg_banner .inner_banner_sub_img {
    max-width: 940px;
}

.smart_inner_pg_banner .banner_nav {
    padding: 230px 0;
}

.banner_nav_wrap h2 span {
    font-weight: 400;
}

/* inner_pg_banner end*/

.quality_slider .slick-arrow::before {
    display: none;
}

.quality_slider .slick-next {
    background: #fff url(images/rgt_arw.svg) no-repeat center center;
    background-size: 10px;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 13%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    right: -13px;
    transition: .3s all;
}

.quality_slider .slick-next:hover {
    background-color: #dcdcdc;
}

.quality_slider .slick-prev {
    background: #fff url(images/lft_arw.svg) no-repeat center center;
    background-size: 10px;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 13%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    left: -13px;
    transition: .3s all;
    z-index: 1;
}

.quality_slider .slick-prev:hover {
    background-color: #dcdcdc;
}

.fourSer_wrap {
    box-shadow: 0px 14px 14px rgba(136, 160, 173, 0.25);
    border-radius: 10px;
    text-align: center;
    min-height: 275px;
    margin-bottom: 25px;
    transition: .3s all;
    padding: 20px 0;
}

.fourSer_wrap:hover {
    cursor: pointer;
}

.fourSer_wrap p {
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}

.fourSer_wrap.sky_wrap {
    background: #65C3F8;
}

.fourSer_wrap.drksky_wrap {
    background: #009292;
}

.fourSer_wrap.red_wrap {
    background: #F24A33;
}

.fourSer_wrap.grn_wrap {
    background: #00B680;
    position: relative;
    display: flex;
}

.fourSer_wrap.grn_wrap figure {
    display: flex;
    align-items: flex-end;
}

.fourSer_wrap.grn_wrap p {
    display: flex;
    align-items: center;
    text-align: left;
}

.fourSer_wrap.blue_wrap {
    background: #0062A7;
}

.fourSer_wrap.yllw_wrap {
    background: #FFD747;
}

.smart_inner_pg_banner .inner_banner_sub_img {
    max-width: 940px;
}

.fourSer_wrap.grn_wrap figure {
    display: flex;
    align-items: flex-end;
    margin-bottom: -20px;
}

/* shuvam end  */

/* 06.04.22  subham start */

/* mobility page start  */


.aftWrap.extra_gap {
    padding-top: 50px;
    padding-bottom: 65px;
    margin-bottom: 70px;
}

.mobi_wrap {
    padding: 30px 25px 40px;
    box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
}

.mobi_wrap h4 {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #009292;
}

.mobi_wrap figure {
    max-width: 94px;
    min-height: 74px;
    width: 100%;
    margin: 0 auto 35px;
}

.mobi_wrap figure img {
    width: 100%;
}

.mobi_wrap p {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #A6B0B7;
    margin-bottom: 15px;
    min-height: 130px;
    line-height: 2;
}

.mobi_wrap .price_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.mobi_wrap .price_wrap h3 {
    font-weight: 400;
    font-size: 37px;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    padding-right: 20px;
}

.mobi_wrap .price_wrap h3::before {
    position: absolute;
    content: "/";
    color: #D0C8C8;
    font-size: 60px;
    font-weight: 200;
    top: -15px;
    right: 0;
}

.mobi_wrap .price_wrap p {
    min-height: inherit;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #A6B0B7;
    padding-left: 10px;
    margin: 0;
}

.mobi_wrap ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mobi_wrap li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #A6B0B7;
}

.mobi_wrap li::before {
    position: absolute;
    content: "";
    background: url(images/right-icon.svg) center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 14px;
}

.includ_sec {
    position: relative;
}

.includ_sec:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1134px;
    height: 1px;
    background: #DBDBDB;
    content: "";
}

span.includ_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

span.includ_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.includ_rw {
    align-items: center;
}

.includ_img_clm figure {
    margin: 0 auto;
}

.includ_img_clm figure img {
    mix-blend-mode: multiply;
}

.includ_txt_clm .sec_hd h3 {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.07em;
    color: #081824;
    margin-bottom: 50px;
}

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

.includ_txt_clm li {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #A6B0B7;
    margin-bottom: 15px;
}

.includ_txt_clm li::before {
    margin-bottom: 0;
}


/* mobility page end  */

/* product_service page start  */

.produtService_inner_ban .inner_banner_sub_img {
    max-width: 835px;
}

.productService_hd {
    text-align: center;
    margin-bottom: 50px;
}

.productService_hd h3 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.045em;
    color: #0062A7;
}

.productService_hd p {
    max-width: 1029px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #A6B0B7;
    margin: 0 auto;
}

.productService_card {
    padding: 30px 25px 40px;
    margin-bottom: 50px;
}

.productService_card .smrtYvt_head h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.07em;
    color: #081824;
    line-height: 1.3;
    margin-bottom: 0;
}

.productService_card .smrtYvt_head {
    min-height: 120px;
    margin-bottom: 35px;
}

.productService_card.smrtYvt_wrap p {
    font-weight: 400;
    font-size: 17px;
}

.productService_card.smrtYvt_wrap a {
    max-width: 157px;
    height: 44px;
    font-size: 15px;
    margin-top: 20px;
}

.productService_card.blue_brdr {
    border-top: 8px solid #0062A7;
}

.productService_card.drkGren_brdr {
    border-top: 8px solid #009292;
}

.productService_card.gren_brdr {
    border-top: 8px solid #00B680;
}

.productService_card.red_brdr {
    border-top: 8px solid #F24A33;
}

.vlt_brdr {
    border-top: 8px solid #A172C7;
}

.vlt_brdr a {
    background: #A172C7;
    border: 1px solid #A172C7;
}

.vlt_brdr a:hover {
    background: transparent;
    color: #A172C7;
}

.yllw_brdr {
    border-top: 8px solid #FFD747;
}

.yllw_brdr a {
    background: #FFD747;
    border: 1px solid #FFD747;
}

.yllw_brdr a:hover {
    background: transparent;
    color: #FFD747;
}

.sky_brdr {
    border-top: 8px solid #3DBAD6;
}

.sky_brdr a {
    background: #3DBAD6;
    border: 1px solid #3DBAD6;
}

.sky_brdr a:hover {
    background: transparent;
    color: #3DBAD6;
}

.lgtRed_brdr {
    border-top: 8px solid #ED9D70;
}

.lgtRed_brdr a {
    background: #ED9D70;
    border: 1px solid #ED9D70;
}

.lgtRed_brdr a:hover {
    background: transparent;
    color: #ED9D70;
}

.warranties_sec {
    position: relative;
    padding-top: 140px;
    padding-bottom: 95px;
}

.guarrantee_logo {
    max-width: 475px;
    position: absolute;
    top: 50%;
    right: 95px;
    transform: translateY(-50%);
}

.warranties_wrap {
    position: relative;
    z-index: 2;
    max-width: 710px;
}

.warranties_wrap .sec_hd h4 {
    font-weight: 800;
    letter-spacing: 0.045em;
    color: #0062A7;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.warranties_hd h4 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.07em;
    color: #000000;
    margin-bottom: 35px;
}

.warranties_hd p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #A6B0B7;
}

.warranties_hd {
    margin-bottom: 50px;
}

.warranties_hd:last-child {
    margin-bottom: 0;
}

.productSer_blue_sec {
    position: relative;
    background: rgba(0, 98, 167, 0.98);
}

.productSer_blue_sec #particles-js {
    z-index: 1;
}

.productSer_blue_main {
    position: relative;
    z-index: 2;
}

.productSer_blue_wrap {
    margin-bottom: 80px;
}

.productSer_blue_wrap:last-child {
    margin-bottom: 0;
}

.productSer_blue_wrap .sec_hd h3 {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0.045em;
    color: #FFFFFF;
}

.productSer_blue_wrap .sec_hd {
    margin-bottom: 50px;
}

.proSer_wrap {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 15px 15px 20px;
}

.proSer_wrap figure {
    width: 100%;
    margin-bottom: 0;
}

.proSer_wrap figure img {
    width: 100%;
}

.proSer_wrap .proSer_txt {
    padding-top: 25px;
}

.proSer_wrap .proSer_txt h4 {
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.045em;
    color: #000000;
    margin-bottom: 10px;
}

.proSer_wrap .blue_btn {
    max-width: 157px;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0062A7;
    border: 1px solid #0062A7;
    border-radius: 39px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    margin: 0 auto;
}

.proSer_wrap .blue_btn:hover {
    background: transparent;
    color: #0062A7;
}

.cctv_wraper figure {
    background: linear-gradient(230.21deg, #CFE9F8 19.04%, #D4F5FA 98.19%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 237px;
}

.cctv_wraper figure img {
    width: auto;
}

.alarmPanel_sec {
    background: #E9F3F8;
}

.alarmPanel_hd {
    text-align: center;
    margin-bottom: 35px;
}

.alarmPanel_hd h4 {
    font-weight: 800;
    letter-spacing: 0.045em;
    color: #0062A7;
    margin-bottom: 30px;
}

.alarmPanel_hd .head_label {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 188px;
    height: 48px;
    background: #E2EAEC;
    border-radius: 15px;
    margin: 0 auto;
}

.alarmPanel_hd .head_label span {
    display: inline-block;
}

.alarmPanel_hd .head_label img {
    width: 26px;
}

.alarmPanel_hd .head_label p {
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #000000;
}

/* product_service page end  */

/* qolsys page start  */

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

.tabSky_cmn li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #88949C;
    padding-left: 40px;
    margin-bottom: 25px;
}

.tabSky_cmn li:last-child {
    margin-bottom: 0;
}

.tabSky_cmn li::before {
    position: absolute;
    content: "";
    background: url(images/right-icon.svg) center no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    top: 6px;
    left: 0;
}

/* qolsys page end  */

/* testimonial page start  */

.testimonial_inner_ban .inner_banner_sub_img {
    max-width: 440px;
}

.testimonial_hd {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial_hd h3 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.045em;
    color: #0062A7;
}

.testimonial_wrap {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    max-width: 1000px;
    position: relative;
    padding: 60px 44px 50px;
    margin: 0 auto 65px;
    text-align: center;
}

.testimonial_wrap .quote {
    position: absolute;
    max-width: 240px;
    width: 100%;
    display: block;
    top: 35px;
    left: 35px;
    z-index: -1;
}

.testimonial_wrap .quote img {
    width: 100%;
}

.testimonial_wrap h4 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.185em;
    text-transform: uppercase;
    color: #0062A7;
    line-height: 1.5;
    margin-bottom: 25px;
}

.testimonial_wrap p {
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0.045em;
    color: #A6B0B7;
    margin-bottom: 30px;
}

.testimonial_wrap p a {
    color: #0062A7;
}

.testimonial_wrap p a:hover {
    color: #000;
}

.testimonial_wrap .client_name {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 0.085em;
    color: #000000;
}

.inner_banner_sub_img.testi_banner_sub_img {
    right: 430px;
}

/*rajat start */
/* testimonial pagination */
.testimonial_sec.innrCmn_gap {
    padding-bottom: 0;
}

.pagination_sec {
    padding: 35px 0 100px;
    border-bottom: 1px solid #DBDBDB;
}

.pagination_sec ul,
.pagination_sec {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    position: relative;
}

.pagination_sec ul li:first-child:before {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    content: "";
    background: url(images/pagi_left.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.pagination_sec ul li:last-child:after {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    content: "";
    background: url(images/pagi_rght.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.pagination_sec ul li,
.pagination_sec a {
    line-height: 1;
    margin-right: 13px;
    position: relative;
}

.pagination_sec ul li:last-child {
    margin-right: 0;
}

.pagination_sec ul li a,
.pagination_sec a,
span.page-numbers.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
    border: 1px solid #F2F5F8;
    border-radius: 2px;
    background: #FAFDFF;
    color: #000;
}

.pagination_sec a:hover {
    color: #fff;
    background: #0062A7;
    border-color: #0062A7;
}

.pagination_sec ul .pagi_active a,
span.page-numbers.current {
    color: #fff;
    background: #0062A7;
    border-color: #0062A7;
}

.testi_ard_lst.common-gap {
    padding: 100px 0 80px;
}




/* testimonial page end  */

/* 06.04.22 end  */



/* 07-04-2022 */
.ardrie_particle_sec .home_serv_inner p {
    min-height: 0;
}

.airdrie_colr_blg.common-gap {
    padding: 96px 0 80px;
}

.ardrie_particle_sec.cmn_gap {
    padding: 118px 0 130px;
}

.airdrie_home_package .home_product_wrap p {
    letter-spacing: 0.01em;
    font-size: 13px;
    line-height: 1.69;
    color: #A6B0B7;
    min-height: 0;
    margin-bottom: 0;
}

.airdrie_home_package .home_product_wrap .cmn_btn {
    height: 32px;
    padding: 0 30px;
    letter-spacing: 0.055em;
    font-size: 10px;
}

.ardrie_pg_banner .inner_banner_sub_img {
    top: auto;
    transform: none;
    bottom: -60px;
    max-width: 576px;
}



/* interactive_control_video_packages */
.fv_three_slid .fiveSlid_clm {
    width: 33.3%;
}

.fv_three_slid .fiveSlid_clm .clm_wrap {
    min-height: 1170px;
}

.crd_info .cmn_list li:last-child {
    border-bottom: none;
}

.fv_one_slid .fiveSlid_clm {
    width: 50%;
    margin: 0 auto;
}

.fv_one_slid .fiveSlid_clm .crd_info figure {
    width: 30%;
    margin: 0 auto 20px;
}

.fv_one_slid .fiveSlid_clm .crd_info .cmn_list li {
    text-align: center;
    margin: 0 auto;
}

.fv_one_slid .fiveSlid_clm .crd_info .cmn_list li p {
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    width: fit-content;
}

.fv_one_slid .crd_info .cmn_list li::before {
    display: none;
}

.fv_one_slid .fiveSlid_clm .crd_info .cmn_list li p::before {
    position: absolute;
    content: "";
    background: url(images/right-icon.svg) center no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    left: 0;
    top: 4px;
}

.fv_one_slid .crd_info h4 {
    text-align: center;
}

.fv_one_slid .clm_wrap {
    min-height: 1060px;
}

.fv_one_slid .fiveSlid_clm .crd_info .cmn_list li:last-child {
    border-bottom: none;
}



.fv_two_slid .fiveSlid_clm {
    width: 50%;
}

.fv_two_slid .fiveSlid_clm .clm_wrap {
    min-height: 1120px;
}

.cmrcl_alrm_two_slid .fiveSlid_clm .clm_wrap {
    min-height: 1340px;
}

.cmrcl_alrm_two_slid .fiveSlid_clm {
    width: 50%;
}

.crd_info .cmn_list li .now_val {
    display: inline-block;
    margin-left: 10px;
    color: #009292;
    font-weight: 500;
}

.banner_nav_wrap {
    max-width: 700px;
}

/* sticky header */
.main-head.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    background: #fff;
    box-shadow: 0px 0px 25px -2px rgba(157, 157, 157, 0.3);
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}



/* search section custom */
.hd_srch_sub {
    display: none;
}






/* update 12/04/2022 */
.lst-crt-ard-four h5 {
    text-align: left;
    line-height: 1.65;
}

.contact_details_col:first-child .contact_details_wrap:first-child .contact_details_cont p {
    margin-bottom: 0;
}

.contact_details_cont {
    min-height: 102px;
}

.mobi_txt p {
    min-height: 150px;
}

.slick-prev,
.slick-next {
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover {
    background-color: #dcdcdc;
}

.slick-next:hover {
    background-color: #dcdcdc;
}

.footer_mid .active a {
    color: #009292;
}

.fv_one_slid .fiveSlid_clm .crd_info figure {
    width: 100%;
}

.contact_main_banner .inner_banner_sub_img {
    right: 350px;
}

.mobility_banner .inner_banner_sub_img {
    right: 275px;
}

.qolsys_inner_ban .inner_banner_sub_img {
    right: 400px;
}

.smart_hm_mntring_ban_img .inner_banner_sub_img {
    right: 255px;
}

.testimonial_inner_ban {
    background-position: top center !important;
}

.home_banner_main .banner_curve {
    width: auto;
    height: auto;
    bottom: -10px;
}

.home_banner_main .banner_curve img {
    height: auto;
}

#more,
#more_2 {
    display: none;
}


/*----18-05-22----*/

.ardrie_particle_sec .home_serv_inner {
    display: flex;
    display: -ms-flexbox;
}

.ardrie_particle_sec .home_serv_inner figure {
    width: 350px;
    margin-bottom: 0;
    flex: 0 0 350px;
}

.ardrie_particle_sec .home_serv_inner figure img {
    width: 100%;
}

.ardrie_particle_sec .newupdate {
    padding-left: 20px;
}

.ardrie_particle_sec .home_serv_left_wrap {
    margin-top: 0;
    margin-bottom: 42px;
}

.ardrie_particle_sec .home_serv_left_wrap .home_serv_inner figure {
    order: 2;
}

.ardrie_particle_sec .home_serv_left_wrap .newupdate {
    padding-left: 0;
    padding-right: 20px;
}

.ardrie_particle_sec .home_serv_wrap {
    max-width: inherit;
    margin: 0 auto;
}

.ardrie_particle_sec .sglcitycon a {
    margin-top: 10px;
}

.wireless_monitor .gt_fr_hd {
    margin-bottom: 8px;
}

.ardrie_particle_sec .home_serv_inner p {
    font-size: 18px;
}

.wireless_monitor_cont h5 {
    margin-bottom: 15px;
}



/*===19.5.2022===*/
.home_product_wrap ul li {
    color: #a7b1b9;
}

/*===19.5.2022===*/

/*support 23/5/2022*/
.fiveSlid_clm .crd_info .blue_btn {
    position: relative;
    bottom: 0;
}

.particleshere:nth-child(2n+1) .home_serv_left_wrap {
    margin-top: 42px;
}

.alberta_nm .city_all ul {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 0;
}

.alberta_nm .city_all ul li {
    width: 25%;
}

.cities-template-default .breadcrumbs .item-cat {
    display: none;
}

.cities-template-default .breadcrumbs .separator {
    display: none;
}

.cities-template-default .breadcrumbs .separator.separator-home {
    display: block;
}

.alberta_nm .city_all ul li a:hover {
    color: #a87f0a;
}

.home_product_wrap.resbox .sglservice a:hover {
    background: #000000 !important;
}

/*support 23/5/2022*/

/* 24.05.22 */

.sglservice br {
    display: none;
}

.archive .breadcrumbs .item-cat {
    display: none;
}

.archive .breadcrumbs .separator-home {
    display: none;
}


/* 25/05/2022 d */

.home_product_hd figure img {
    height: 48px;
    width: auto;
}

.home_serv_inner .cmn_btn,
.home_product_wrap .cmn_btn,
.advntg_cctv_cont .cmn_btn,
.pcs_sec_wrap .cmn_btn {
    color: #fff !important;
    text-transform: capitalize;
    display: block;
    max-width: 170px;
    margin-top: 20px;
    padding: 15px 38px;
    height: 100%;
    font-weight: 400 !important;
}

.updown1 .home_serv_left_wrap,
.downup1 .home_serv_left_wrap {
    margin-top: 42px;
}

.abot2 .home_count_img {
    position: relative;
}

.abot2 .home_count_img::before {
    position: absolute;
    left: -210px;
    bottom: 32px;
    width: 190px;
    height: 50px;
    content: "";
    background: url(images/dashed_left.svg) no-repeat center center;
    background-size: contain;
}

.abot2 .home_count_img::after {
    position: absolute;
    right: -210px;
    top: 40px;
    width: 190px;
    height: 50px;
    content: "";
    background: url(images/dashed_right.svg) no-repeat center center;
    background-size: contain;
}

.smartYut_sec {
    padding-bottom: 0;
}

.oforimage3 .proSer_wrap figure img {
    width: auto;
    height: 156px;
}

.oforimage3 .proSer_wrap figure {
    text-align: center;
}

/* 25/05/2022 d */

/* 26/05/2022 d */



.page-id-465 .container {
    position: relative;
}

.page-id-465 .inner_banner_sub_img {
    position: absolute;
    right: 12px;
    top: -160px;
    z-index: 3;
}


/* 28.06.22 */

.single-cities .airdrie-fourth-sec {
    padding-bottom: 0 !important;
}

.single-cities .wireless_monitor {
    padding-top: 100px;
}

.item-cat.item-custom-post-type-packages {
    display: none;
}

.item-cat.item-custom-post-type-packages+li {
    display: none;
}

/* 08.08.23 css */
.comercial-img figure {
    max-width: 300px;
    margin: 0 auto 20px;
}

/* 08.08.23 css */

/* ========== responsive css =========== */



@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}

@media(max-width: 1850px) {
    .home_banner_img {
        top: 72px;
    }

    .banner_curve_1 {
        width: 927px;
    }

    .inner_banner_sub_img.faq_banner_sub_img {
        right: 290px;
    }

    .contact_main_banner .inner_banner_sub_img {
        right: 230px;
        max-width: 680px;
    }

    .mobility_banner .inner_banner_sub_img {
        right: 185px;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        right: 310px;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        right: 220px;
    }

    .inner_banner_sub_img.testi_banner_sub_img {
        right: 350px;
    }

    /* 08.08.23 css */
    .home_banner .banner_cam {
        max-width: 800px;
    }

    .home_banner .banner_cam img {
        width: 100%;
    }

    /* 08.08.23 css */

}

@media(max-width: 1750px) {
    .home_banner_img {
        top: 88px;
    }

    .banner_curve_1 {
        width: 870px;
    }

    .smart_inner_pg_banner .smart_home_sub_img {
        max-width: 850px;
    }

    .inner_banner_sub_img.faq_banner_sub_img {
        right: 240px;
    }

    .contact_main_banner .inner_banner_sub_img {
        right: 206px;
        max-width: 620px;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        right: 270px;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        right: 190px;
    }

    .inner_banner_sub_img.testi_banner_sub_img {
        right: 285px;
    }
}

@media(max-width: 1600px) {
    .all_in_one_img figure {
        margin-right: -150px;
    }

    .home_banner_img {
        top: 110px;
    }

    .banner_curve_1 {
        width: 772px;
    }

    .smart_inner_pg_banner .smart_home_sub_img {
        max-width: 720px;
    }

    .inner_banner_sub_img.faq_banner_sub_img {
        right: 150px;
    }

    .contact_main_banner .inner_banner_sub_img {
        right: 100px;
        max-width: 620px;
    }

    .mobility_banner .inner_banner_sub_img {
        right: 65px;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        right: 190px;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        right: 120px;
    }

    .inner_banner_sub_img.testi_banner_sub_img {
        right: 190px;
    }

    /* 08.08.23 css */
    .home_banner .banner_cam {
        max-width: 700px;
    }

    /* 08.08.23 css */
}

@media(max-width: 1440px) {
    .all_in_one_img figure {
        margin-right: -90px;
    }

    .testi_client {
        margin-right: -40px;
    }

    .resi_img_right {
        right: -100px;
        max-width: 330px;
    }

    .resi_img_left {
        max-width: 320px;
    }

    .home_resi_main_img {
        max-width: 380px;
    }

    .home_resi_img:after {
        width: 280px;
        height: 280px;
    }

    .home_package_inner h6 {
        font-size: 16px;
    }

    .upper_hd_wrap {
        margin-left: -40px;
        margin-right: -40px;
    }

    .navbar {
        margin-left: -70px;
        margin-right: -70px;
    }

    .navbar-nav>li {
        margin: 0 12px;
    }

    .banner_cam {
        max-width: 480px;
    }

    .banner_curve_1 {
        width: 780px;
    }

    .banner_curve {
        bottom: 0;
    }

    .banner_cont {
        margin-left: -45px;
    }

    .smart_inner_pg_banner .smart_home_sub_img {
        max-width: 665px;
    }

    .smrtYvt_wrap p {
        min-height: 90px;
    }

    .clm_wrap .crd_head {
        min-height: 265px;
    }

    .fiveSlid_clm .clm_wrap {
        min-height: 1870px;
    }

    .fv_one_slid .clm_wrap {
        min-height: 1060px;
    }

    .inner_banner_sub_img.faq_banner_sub_img {
        right: 95px;
    }

    .insurance_wrap p {
        min-height: 175px;
    }

    .contact_main_banner .inner_banner_sub_img {
        right: 55px;
        max-width: 620px;
    }

    .mobility_banner .inner_banner_sub_img {
        right: 0;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        right: 120px;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        right: 80px;
    }

    .inner_banner_sub_img.testi_banner_sub_img {
        right: 120px;
    }

    /* 08.08.23 css */
    .home_banner .banner_cam {
        max-width: 600px;
    }

    /* 08.08.23 css */
}

@media(max-width: 1399px) {
    .banner_curve_1 {
        width: 728px;
    }

    /* 08.08.23 css */
    .home_banner .banner_cam {
        max-width: 550px;
    }

    .inner_banner_sub_img {
        max-width: 400px;
    }

    /* 08.08.23 css */

}


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

    .upper_hd_wrap {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-nav>li>a {
        font-size: 12px;
    }

    .home_banner .banner_cam {
        max-width: 450px;
    }
}


@media(max-width:1199px) {

    .page-id-465 .inner_banner_sub_img {
        max-width: 330px;
        top: 25px;
    }

    /* 07/04/2022 Rajat Start */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 23px;
    }

    h5 {
        font-size: 18px;
    }

    body {
        font-size: 16px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 22px 0;
    }

    p {
        margin: 0 0 20px 0;
    }

    .upper_hd_wrap,
    .navbar {
        margin-right: 0;
        margin-left: 0;
    }

    .banner_cont {
        margin-left: 0;
    }

    .logo a {
        width: 350px;
        min-width: 350px;
    }

    .hd_inp_frm {
        width: 265px;
    }

    .hd_inp_frm input[type="text"] {
        height: 50px;
    }

    .call_us a {
        font-size: 18px;
    }

    .navbar-nav>li>a {
        font-size: 10px;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 8px;
    }

    .navbar-nav>li {
        margin: 0 9px;
    }

    .sub-menu>li>a {
        font-size: 10px;
    }

    .sub-menu>li>a {
        padding: 12px 3px;
    }

    .sub-menu {
        padding: 0 10px;
    }

    .banner_cont {
        padding-top: 175px;
    }

    .banner_cont h1 span {
        display: block;
    }

    .banner_cont ul li {
        font-size: 14px;
        margin-bottom: 16px;
        padding: 16px 14px 16px 32px;
    }

    .banner_cont ul .blue_back_li:after {
        top: 19px;
        background-size: 12px;
    }

    .banner_cam {
        max-width: 340px;
        right: 50px;
        bottom: 0;
    }

    .banner_cont {
        max-width: 525px;
    }

    .banner_curve {
        bottom: -2px;
    }

    .banner_curve_1 {
        width: 590px;
    }

    .banner_cont h1 span b:after {
        width: 110px;
        background-size: 110px;
        top: -12px;
    }

    .wireless_monitor_cont {
        padding-left: 20px;
    }

    .wireless_monitor_cont_hd h4 {
        font-size: 23px;
    }

    .wireless_monitor_cont p {
        font-size: 16px;
    }

    .wireless_monitor_cont h5 {
        font-size: 18px;
    }

    .cmn_btn {
        font-size: 14px;
    }

    .cmn_btn {
        height: 48px;
    }

    .wireless_monitor_img:before {
        width: 290px;
        height: 290px;
        left: 0;
    }

    .home_product_hd h4 {
        font-size: 23px;
    }

    /* .home_product_hd{
    padding-bottom: 28px;
    margin-bottom: 20px;
} */
    .home_product_wrap p {
        min-height: 136px;
    }

    .home_package_inner h6 {
        font-size: 14px;
        padding-bottom: 22px;
    }

    .home_package_inner {
        padding: 24px 14px;
    }

    .home_package .slick-next,
    .home_package .slick-prev {
        width: 58px;
        height: 58px;
    }

    .home_package_inner ul li {
        line-height: 1.3;
        margin-bottom: 18px;
        font-size: 14px;
        padding-left: 30px;
    }

    .home_package_inner ul li:after {
        top: 0;
    }

    .home_package_inner {
        margin: 0 12px;
    }

    .home_package_roll .slick-list {
        margin: 0 -12px;
    }

    .home_resi_cont .sec_hd {
        margin-bottom: 30px;
    }

    .home_resi_cont p {
        font-size: 16px;
    }

    .resi_img_left,
    .resi_img_right {
        max-width: 230px;
    }

    .resi_img_right {
        right: -15px;
    }

    .resi_img_left {
        left: -15px;
    }

    .home_resi_img {
        padding-left: 50px;
        padding-bottom: 90px;
    }

    .home_resi_img:after {
        width: 250px;
        height: 250px;
    }

    .home_resi_main_img:before {
        right: -30px;
        width: 45px;
        height: 45px;
    }

    .home_resi_main_img:after {
        width: 100px;
        height: 100px;
        right: -25px;
    }

    .home_count_img {
        width: 140px;
        height: 140px;
    }

    .home_count_img figure img {
        max-width: 60px;
    }

    .home_count_wrap h5 {
        font-size: 18px;
    }

    .home_serv.cmn_gap {
        padding: 120px 0;
    }

    .home_serv_wrap {
        max-width: 800px;
    }

    .home_serv_inner figure {
        margin-bottom: 30px;
    }

    .home_serv_inner p {
        font-size: 18px;
    }

    .all_in_one_protect.cmn_gap {
        padding: 100px 0;
    }

    .all_in_one_cont h3 {
        font-size: 26px;
    }

    .all_in_one_cont h2 {
        font-size: 30px;
    }

    .all_in_one_cont p {
        font-size: 16px;
    }

    .all_in_one_img figure {
        margin-right: 0px;
    }

    .home_product_wrap_inner {
        padding: 0 12px;
    }

    .home_product_row {
        margin: 0 -12px;
    }

    .ytb_vid_col {
        padding: 0 12px;
    }

    .ytb_vid_row {
        margin: 0 -12px;
    }

    .testi_client {
        margin-right: 0;
    }

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

    .all-in-one_btm .sec_hd h2 {
        font-size: 30px;
    }

    .all-in-one_btm .sec_hd {
        margin-bottom: 30px;
    }

    .icon_back {
        max-width: 200px;
    }

    .home_product_wrap {
        padding: 38px 22px 30px 20px;
    }

    .help_product h4 {
        font-size: 21px;
    }

    .all_in_one_protect .home_product_wrap p {
        min-height: 190px;
    }

    .all_in_one_protect .home_product_wrap_3 .help_product p {
        min-height: 218px;
    }

    .testi_cont h5 {
        font-size: 18px;
    }

    .testi_cont p,
    .testi_more {
        font-size: 16px;
    }

    .testi_cont .cust_nm {
        font-size: 20px;
    }

    .testimap {
        bottom: 60px;
    }

    .testimonial.cmn_gap {
        padding: 140px 0 60px;
    }

    .find_more_cont p {
        font-size: 16px;
    }

    .find_more_cll .call_us {
        padding: 16px 34px 16px 20px;
    }

    .hd_cl {
        max-width: 30px;
    }

    .find_more_cll .hd_cl:after {
        width: 28px;
        height: 28px;
    }

    .home_find_more.cmn_gap {
        margin-bottom: 320px;
    }

    .home_ins_system .sec_hd {
        margin-bottom: 40px;
    }

    .home_ins_system_wrap {
        margin-bottom: 50px;
    }

    .home_ins_cont h4 {
        font-size: 21px;
    }

    .map_loc ul li {
        font-size: 16px;
        padding-left: 28px;
    }

    .map_loc ul:first-child {
        margin-right: 20px;
    }

    .map_loc ul li:after {
        width: 16px;
        height: 20px;
    }

    .footer_wrap_2 {
        margin-left: 0;
    }

    .footer_wrap h5 {
        padding-bottom: 24px;
        margin-bottom: 30px;
    }

    .footer_logo a {
        max-width: 275px;
    }

    .footer_wrap_1 p {
        font-size: 14px;
        padding-right: 40px;
    }

    .footer_wrap_2 ul li p,
    .footer_wrap_2 ul li a {
        font-size: 14px;
    }

    .footer_wrap_3 ul li a {
        font-size: 14px;
    }

    .footer_mid ul li a {
        font-size: 11px;
    }

    .footer_mid ul {
        padding: 20px 0 26px;
    }

    .footer_btm {
        padding: 24px 0;
    }

    .footer_btm p {
        font-size: 12px;
    }

    .hd_inp_sub input[type="submit"] {
        width: 40px;
        height: 40px;
    }

    .hd_inp_sub {
        right: 6px;
    }

    .coma {
        max-width: 90px;
        top: 0;
    }

    /* smart_home page */
    .inner_banner_sub_img {
        right: 60px;
    }

    .smart_inner_pg_banner .smart_home_sub_img {
        max-width: 580px;
    }

    .smart_inner_pg_banner .banner_nav {
        padding: 150px 0;
    }

    .smart_inner_pg_banner {
        min-height: 400px;
    }

    .aftWrap h3 {
        font-size: 24px;
    }

    .aftWrap p {
        font-size: 16px;
    }

    .blueBG_sec p {
        font-size: 16px;
    }

    .clm_wrap .crd_head {
        min-height: 287px;
    }

    .fiveSlid_clm {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .fiveSlid_clm .clm_wrap {
        min-height: 1650px;
    }

    .tabSky_sec.innrCmn_gap {
        padding: 20px 0 70px;
    }

    .tabSky_sec .tab_img {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .tabSky_wrap p {
        font-size: 16px;
    }

    .tabSky_wrap .gt_fr_hd {
        margin-bottom: 30px;
    }

    .tabSky_list li {
        font-size: 16px;
    }

    .tabSky_added li h4 {
        font-size: 18px;
    }

    .tabSky_added li p {
        padding-left: 14px;
    }

    .tabSky_added li {
        padding: 20px 0;
    }

    .smrtYvt_wrap .smrtYvt_head span {
        margin-right: 5px;
    }

    .quality_wrap {
        margin-top: 60px;
    }

    .suality_info h4 {
        font-size: 24px;
    }

    .quality_slider {
        margin: 0 auto 35px;
    }

    .quality_wrap p {
        font-size: 16px;
    }

    .quality_wrap .blue_btn,
    .crd_info .blue_btn {
        font-size: 14px;
    }

    .insurance_wrap p {
        font-size: 16px;
        min-height: 164px;
    }

    .insurance_head {
        min-height: 116px;
    }

    /* interactive_control_video_packages page */
    .fv_three_slid .fiveSlid_clm .clm_wrap {
        min-height: 1150px;
    }

    .fv_one_slid .fiveSlid_clm .clm_wrap {
        min-height: 0;
    }

    .fv_one_slid .fiveSlid_clm .clm_wrap .crd_info .blue_btn {
        position: relative;
        bottom: 0;
    }


    /* mobility */
    /* .inner_banner_sub_img {
        max-width: 640px;
    } */

    .banner_nav {
        padding: 130px 0 194px;
    }

    .includ_txt_clm li {
        font-size: 16px;
    }

    .includ_txt_clm .sec_hd h3 {
        font-size: 30px;
    }


    /* product_service */
    .produtService_inner_ban .inner_banner_sub_img {
        max-width: 600px;
    }

    .productService_hd p {
        font-size: 16px;
    }

    .productService_card .smrtYvt_head h3 {
        font-size: 22px;
    }

    .productService_card.smrtYvt_wrap p {
        font-size: 16px;
    }

    .warranties_hd p {
        font-size: 16px;
    }

    .guarrantee_logo {
        max-width: 400px;
        right: 50px;
    }

    .warranties_hd h4 {
        margin-bottom: 28px;
    }

    .productSer_blue_wrap .sec_hd h3 {
        font-size: 30px;
    }

    .proSer_wrap .blue_btn {
        font-size: 14px;
    }

    .productService_card.smrtYvt_wrap a {
        font-size: 14px;
    }

    /* smart home monitoring */
    .smart_hm_faq .sec_hd h2 {
        font-size: 30px;
    }

    .smart_hm_faq .sec_hd {
        margin-bottom: 50px;
    }

    .smart_hm_faq .home_serv_inner p {
        font-size: 16px;
        min-height: 0;
    }

    .smart_home_map figure {
        max-width: 800px;
    }

    /* qolsys page */
    .tabSky_cmn li {
        font-size: 16px;
    }


    /* equipment */
    .pcs_mind .sec_hd p {
        font-size: 16px;
    }

    .all_pcs_sec_col {
        padding: 0 12px;
    }

    .all_pcs_sec_row {
        margin: 0 -12px;
    }

    .pcs_sec_wrap h5 {
        font-size: 20px;
        min-height: 48px;
    }

    .pcs_sec_wrap p {
        min-height: 96px;
    }

    .home_serv_inner p {
        font-size: 16px;
        min-height: 136px;
    }


    /* cctv page */
    .tech_cam_system_inner p,
    .advntg_cctv_cont p,
    .cctv_main_cont_inner p {
        font-size: 16px;
    }

    .tech_cam_system.cmn_gap {
        padding: 90px 0 60px;
    }

    .advntg_cctv_img:after {
        width: 280px;
        height: 280px;
    }

    .advntg_cctv_img figure:after {
        width: 100px;
        height: 100px;
    }

    .advntg_cctv_img figure:before {
        width: 45px;
        height: 45px;
    }

    /* ip camera page */
    .ip_cam_main_banner .inner_banner_sub_img {
        bottom: -80px;
    }

    .ipcam_hm_prdct .home_product_wrap p {
        min-height: 113px;
    }

    /* contact page */
    .contact_form_sec.cmn_gap {
        padding: 85px 0 60px;
    }

    .contact_details_col:nth-child(2) .contact_details_wrap_inner {
        padding-left: 40px;
    }

    .contact_details_wrap {
        margin-bottom: 28px;
    }

    .inp_form_col input[type="submit"] {
        font-size: 14px;
    }

    .abt_pg_particle.cmn_gap {
        padding: 80px 0;
    }

    .abt_pg_cont_img:before {
        width: 150px;
        left: -165px;
    }

    .abt_pg_cont_img:after {
        width: 150px;
        right: -165px;
    }

    .abt_pg_home_count .home_count_wrap p {
        font-size: 16px;
    }


    /* about us */
    .inner_banner_sub_img.abt_us_banner_sub_img {
        max-width: 700px;
        bottom: 0;
    }

    .abt_scrt_serv.cmn_gap {
        padding: 80px 0;
    }

    .abt_scrt_serv_main {
        max-width: 80%;
        margin: 0 auto;
    }

    .abt_scrt_serv_wrap ul li {
        font-size: 16px;
    }

    /* cities_serve */
    .cities_serve_pg_banner .inner_banner_sub_img {
        max-width: 520px;
    }

    .cities_srv_cont_wrap p {
        font-size: 16px;
    }

    .city_all ul li {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .city_all ul li:before {
        width: 15px;
        height: 19px;
    }


    /* faq page */
    .inner_banner_sub_img.faq_banner_sub_img {
        right: 40px;
        max-width: 450px;
    }


    /* testimonial */
    .testimonial_wrap p {
        font-size: 18px;
    }

    .testimonial_wrap .client_name {
        font-size: 21px;
    }

    .inner_banner_sub_img.testi_banner_sub_img {
        right: 10px;
        bottom: -40px;
        max-width: 400px;
    }

    .testimonial_wrap {
        margin: 0 auto 35px;
    }

    .pagination_sec {
        padding: 35px 0 70px;
    }

    /* alberta */
    .alberta_nm .city_all ul li {
        font-size: 18px;
    }

    /* airdrie */
    .ardrie_pg_banner .inner_banner_sub_img {
        max-width: 520px;
    }

    .airdrie-exclusiv {
        font-size: 16px;
    }

    .airdrie-exclusiv h4 {
        font-size: 24px;
    }

    .airdrie-exclusiv h5 {
        font-size: 19px;
    }

    .inner-ard-frth-txt p {
        font-size: 18px;
    }

    .inner-ard-frth-img::before {
        width: 290px;
        height: 290px;
    }

    .inner-ard-frth-img figure::after {
        width: 50px;
        height: 50px;
    }

    .inner-ard-frth-img::after {
        width: 110px;
        height: 110px;
    }

    .algn-cnt-rw {
        margin: 0;
    }

    .airdrie_home_package .home_product_hd h4 {
        font-size: 22px;
    }

    .airdrie_home_package .home_product_wrap p {
        min-height: 88px;
    }


    /* update 12/04/2022 */
    .mobi_wrap h4 {
        font-size: 16px;
    }

    .mobi_txt p {
        min-height: 180px;
    }

    .lst-crt-ard-four {
        padding: 76px 12px 90px 165px;
    }

    .crd_info .cmn_list li br {
        display: none;
    }

    .fv_two_slid .fiveSlid_clm .clm_wrap {
        min-height: 1075px;
    }

    .inner_pg_banner:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(255, 255, 255, 0.4);
        content: "";
    }

    .contact_main_banner .inner_banner_sub_img {
        right: 30px;
        max-width: 460px;
    }

    .mobility_banner .inner_banner_sub_img {
        max-width: 555px;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        max-width: 600px;
        right: 0;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        right: 55px;
        max-width: 450px;
    }

    /*----18-05-22----*/

    .ardrie_particle_sec .home_serv_inner p {
        font-size: 16px;
    }

    /*support 23/5/2022*/
    .home_product_wrap.resbox .home_product_hd figure {
        width: 100%;
    }

    .home_product_wrap.resbox .home_product_hd h4 {
        font-size: 16px;
    }

    /*support 23/5/2022*/

    /* 08.08.23 css */
    .home_banner .banner_cam {
        max-width: 450px;
    }

    /* 08.08.23 css */

}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/down_arw.svg) no-repeat center center;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/

    /* 07/04/2022 Rajat Start */
    .navbar-nav>.menu-item-has-children:before {
        display: none;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 15px;
    }

    .navbar-nav .clickD {
        width: 10px;
        height: 10px;
        top: 21px;
    }

}


@media (max-width: 991px) {

    .page-id-465 .inner_banner_sub_img {
        max-width: 230px;
        top: 66px;
    }

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 14px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */

    /* 07/04/2022 */
    h3 {
        font-size: 23px;
    }

    h5 {
        font-size: 17px;
    }

    .upper_hd_wrap {
        flex-direction: column;
        align-items: inherit;
        justify-content: space-between;
    }

    .upper_hd_srch ul {
        justify-content: space-between;
        padding-right: 60px;
    }

    .upper_hd_wrap .logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .upper_hd {
        padding: 12px 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: -48px;
    }

    .banner_cont {
        max-width: 520px;
    }

    .banner_cam {
        max-width: 290px;
        right: 0;
        bottom: -80px;
    }

    .wireless_monitor_img figure {
        width: 65%;
        margin: 0 auto;
    }

    .wireless_monitor_img figure img {
        width: 100%;
    }

    .wireless_monitor_img:before {
        width: 260px;
        height: 260px;
        left: 50px;
    }

    .wireless_monitor_img:after {
        width: 150px;
        height: 150px;
    }

    .wireless_monitor_cont {
        padding-left: 0;
    }

    .home_product_wrap {
        margin-bottom: 30px;
    }

    .home_resi_cont_col {
        order: 2;
    }

    .home_resi_img_col {
        order: 1;
        margin-bottom: 30px;
    }

    .home_resi_main_img {
        max-width: 80%;
        margin: 0 auto;
    }

    .resi_img_left,
    .resi_img_right {
        max-width: 310px;
    }

    .home_resi_img:after {
        width: 300px;
        height: 300px;
        left: 50%;
    }

    .home_resi_main_img:after {
        right: 0;
    }

    .home_resi_cont {
        padding-right: 0;
    }

    .home_count_wrap {
        margin-bottom: 30px;
    }

    .home_serv_wrap {
        max-width: 100%;
    }

    .home_serv.cmn_gap {
        padding: 90px 0;
    }

    .home_serv_inner p {
        font-size: 16px;
    }

    .home_serv_inner p {
        min-height: 0;
    }

    .all_in_one_cont_col {
        order: 2;
    }

    .all_in_one_img_col {
        order: 1;
        margin-bottom: 30px;
    }

    .all_in_one_cont p {
        padding-right: 0;
    }

    .help_product h4 {
        min-height: 84px;
    }

    .all_in_one_protect:after {
        height: 80%;
    }

    .ytb_btn {
        max-width: 42px;
    }

    .testi_img_col {
        order: 1;
        margin-bottom: 30px;
    }

    .testi_cont_col {
        order: 2;
    }

    .testi_client {
        max-width: 70%;
        margin: 0 auto;
    }

    .find_more_cll {
        text-align: left;
    }

    .find_more_cont {
        margin-bottom: 30px;
    }

    .home_ins_system_map {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .map_loc ul:first-child {
        margin-right: 50px;
    }

    .footer_wrap {
        margin-bottom: 30px;
    }

    .footer_wrap_2 {
        padding-right: 0;
    }

    .footer_wrap_3 {
        margin-left: 0;
        margin-bottom: 0;
    }

    .footer_mid ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_mid ul li {
        padding: 0 15px;
        margin-bottom: 5px;
    }

    .icon_back {
        max-width: 170px;
    }

    .banner_curve_1 {
        width: 530px;
        bottom: -17px;
    }

    .sub-menu>li>a {
        padding-left: 0;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        width: 80%;
        margin: 10px auto;
        border: 1px solid #0062A7;
        padding: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #0062A7;
        padding: 0 10px;
    }

    .sub-menu li:last-child {
        border-bottom: none;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #cdcdcd;
        padding: 6px 0;
    }

    .navbar-nav>li:last-child {
        border-bottom: none;
    }

    .navbar-nav>li>a {
        font-size: 12px;
        line-height: 1.5;
    }

    .sub-menu>li>a {
        font-size: 12px;
        line-height: 1.5;
    }

    .testi_cont {
        padding-right: 0;
    }

    .home_ins_system_inner {
        padding: 29px 15px 21px 15px;
    }


    /* smart_home page */
    .smart_inner_pg_banner .smart_home_sub_img {
        max-width: 450px;
    }

    .fiveSlid_clm .clm_wrap {
        min-height: 1650px;
    }

    .fiveSlid_clm {
        width: 50%;
    }

    .fiveSlid_clm:last-child .clm_wrap {
        min-height: 1240px;
    }

    .fiveSlid_sec.innrCmn_gap {
        padding: 50px 0;
    }

    .smartYut_clm {
        margin-bottom: 30px;
    }

    .smrtYvt_wrap p {
        min-height: 66px;
    }

    .allin_bg.all_in_one_protect:after {
        height: 71.5%;
    }

    .insurance_wrap {
        margin-bottom: 30px;
    }

    .insurance_wrap p {
        min-height: 0;
    }

    .insurance_wrap {
        min-height: 0;
    }

    .insurance_head {
        min-height: 0;
    }

    .smartYut_sec .sec_hd h2 {
        font-size: 30px;
    }

    /* interactive_control_video_packages page */
    .fv_three_slid .fiveSlid_clm {
        width: 50%;
    }

    .fv_three_slid .fiveSlid_clm .clm_wrap {
        min-height: 1130px;
    }

    .fv_three_slid .fiveSlid_clm:last-child .clm_wrap {
        min-height: 1172px;
    }

    /* interactive_control_smoke_packages page */
    .fv_one_slid .fiveSlid_clm .clm_wrap {
        min-height: 0;
    }


    /* smart secure packages page */
    .fv_two_slid .fiveSlid_clm .clm_wrap {
        min-height: 980px;
    }

    .fv_two_slid .fiveSlid_clm {
        width: 50%;
    }

    /* commercial_alarm_system */
    .cmrcl_alrm_two_slid .fiveSlid_clm .clm_wrap {
        min-height: 1240px;
    }


    /* mobility */
    .inner_banner_sub_img {
        max-width: 450px;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        bottom: -75px;
        right: 0;
    }

    .mobi_wrap {
        margin-bottom: 30px;
    }

    .includ_txt_clm {
        order: 2;
    }

    .includ_img_clm {
        order: 1;
        margin-bottom: 30px;
    }

    .includ_img_clm figure img {
        width: 100%;
    }

    .includ_txt_clm .sec_hd h3 {
        margin-bottom: 30px;
    }

    /* product_service */
    .proSer_wrap {
        margin-bottom: 30px;
    }

    .produtService_inner_ban .inner_banner_sub_img {
        max-width: 550px;
    }

    .guarrantee_logo {
        max-width: 370px;
    }

    /* smart home monitoring */
    .smart_hm_faq.cmn_gap {
        padding: 75px 0 80px;
    }

    .accordion-button,
    .number {
        font-size: 18px;
    }

    .smart_home_map figure {
        max-width: 600px;
    }

    /* equipment */
    .pcs_sec_wrap h5 {
        min-height: 0;
    }

    .pcs_sec_wrap p {
        min-height: 0;
    }

    .pcs_sec_wrap {
        margin-bottom: 30px;
    }


    /* cctv page */
    .advntg_cctv_img:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .advntg_cctv_img figure:after {
        top: -60px;
        right: 90px;
    }

    .advntg_cctv_img figure:before {
        top: -10px;
    }

    .advntg_cctv_img {
        margin-bottom: 30px;
    }

    .advntg_cctv_cont h2 {
        margin-bottom: 25px;
    }

    .advntg_cctv_col_fst {
        order: 1;
    }

    .advntg_cctv_col_scnd {
        order: 2;
    }

    .advntg_cctv_col_frth {
        order: 3;
    }

    .advntg_cctv_col_thrd {
        order: 4;
    }

    .cctv_main_cont.cmn_gap {
        padding: 50px 0;
    }

    /* ip camera page */
    .tech_cam_system_inner h4 {
        padding: 0;
    }

    .ip_cam_qlty_sec_text h4 {
        font-size: 24px;
    }

    .ip_cam_adv .advntg_cctv_col_fst,
    .advntg_cctv_col_scnd {
        margin-bottom: 0;
    }

    .ip_cam_adv .advntg_cctv_col_scnd .advntg_cctv_cont {
        margin-bottom: 30px;
    }

    .ip_cam_adv .advntg_cctv_col_scnd .advntg_cctv_cont {
        padding-left: 0;
    }

    .ip_cam_main_banner .inner_banner_sub_img {
        right: 0;
        max-width: 270px;
    }

    .ipcam_hm_prdct .home_product_wrap p {
        min-height: 86px;
    }

    /* contact page */
    .contact_form_inp {
        margin-bottom: 30px;
    }

    .contact_map {
        height: 500px;
    }

    .contact_details_col:nth-child(1) .contact_details_wrap_inner,
    .contact_details_col:last-child .contact_details_wrap_inner,
    .contact_details_col:nth-child(2) .contact_details_wrap_inner {
        padding-left: 0;
    }

    .contact_details_col {
        border-right: 0;
    }

    .contact_details_wrap {
        margin-bottom: 20px;
    }

    .contact_details_cont {
        padding-top: 10px;
        min-height: 80px;
    }

    /* about us page */
    .inner_banner_sub_img.abt_us_banner_sub_img {
        max-width: 500px;
    }

    .abt_scrt_serv_main {
        max-width: 85%;
    }

    .abt_pg_cont_img:before,
    .abt_pg_cont_img:after {
        display: none;
    }


    /* cities_serve */
    .cities_serve_pg_banner .inner_banner_sub_img {
        max-width: 430px;
    }

    .city_all ul li {
        width: 33.3%;
    }

    /* faq page */
    .inner_banner_sub_img.faq_banner_sub_img {
        right: 0;
        max-width: 350px;
    }


    /* testimonial */
    .testimonial_inner_ban .inner_banner_sub_img {
        max-width: 350px;
        right: 20px;
        bottom: -30px;
    }

    .testimonial_hd {
        margin-bottom: 30px;
    }

    .testimonial_wrap p {
        font-size: 16px;
    }

    .testimonial_wrap .client_name {
        font-size: 18px;
    }

    .testimonial_wrap {
        padding: 40px 24px 35px;
    }


    /* alberta */
    .alberta_nm .city_all ul li {
        font-size: 16px;
    }

    .alberta_nm .city_all ul {
        column-count: 3;
    }

    .alberta_nm .sec_hd {
        margin-bottom: 50px;
    }


    /* airdrie */
    .ardrie_pg_banner .inner_banner_sub_img {
        max-width: 430px;
    }

    .ard-clm-pd:nth-child(2) {
        order: 1;
    }

    .ard-clm-pd:nth-child(1) {
        order: 2;
    }

    .inner-ard-frth-img::before {
        width: 220px;
        height: 220px;
        left: -60px;
    }

    .inner-ard-frth-img {
        margin-bottom: 30px;
    }

    .algn-cnt-rw {
        padding-bottom: 65px;
    }

    .airdrie-fourth-sec.common-gap {
        padding: 80px 0;
    }



    /* search section custom */
    .hd_srch_main {
        display: none;
    }

    .hd_frm_grp {
        display: none;
    }

    .hd_srch_sub {
        display: block;
    }

    .srch_icon_head img {
        max-width: 16px;
    }

    .srch_icon_head {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #009292;
        box-shadow: 0px 4px 4px rgb(0 146 146 / 20%);
    }

    .hd_srch_sub .hd_inp_frm {
        position: absolute;
        bottom: -60px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 80%;
        margin-bottom: 0;
    }

    .hd_srch_sub .hd_inp_frm input[type="text"] {
        background: #fff;
    }

    /* update 12/04/2022 */
    .mobi_txt p {
        min-height: 120px;
    }

    .testimonial_wrap h4 br {
        display: none;
    }


    /* update 13/04/2022 */
    .abt_pg_us_row {
        justify-content: center;
    }

    .home_product_row,
    .aftBnnr_sec_row,
    .productSer_blue_main_row {
        justify-content: center;
    }

    .fiveSlid_rw {
        justify-content: center;
    }

    .smart_hm_ytb .ytb_vid_row {
        justify-content: center;
    }

    .our_ytb_vid .ytb_vid_row {
        justify-content: center;
    }

    .home_banner:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(255, 255, 255, 0.4);
        z-index: -1;
    }

    .contact_main_banner .inner_banner_sub_img {
        right: 0;
        max-width: 385px;
    }

    .mobility_banner .inner_banner_sub_img {
        max-width: 480px;
        bottom: -30px;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        max-width: 480px;
        bottom: -60px;
    }

    /*----18-05-22----*/


    .ardrie_particle_sec .home_serv_inner {
        flex-wrap: wrap;
    }

    .ardrie_particle_sec .home_serv_left_wrap .home_serv_inner figure {
        order: inherit;
    }

    .ardrie_particle_sec .home_serv_inner figure {
        width: 100%;
        flex: auto;
        margin-bottom: 15px;
    }

    .ardrie_particle_sec .home_serv_inner p {
        padding-right: 0;
    }

    .ardrie_particle_sec .newupdate {
        padding-left: 0;
    }

    /*support 23/5/2022*/
    .home_product_wrap_inner {
        margin-bottom: 30px;
    }

    .all_in_one_protect.cmn_gap {
        padding: 100px 0 70px 0;
    }

    .smartYut_sec.innrCmn_gap {
        padding-top: 20px;
    }

    .alberta_nm .city_all ul li {
        width: 33.3%;
    }

    /*support 23/5/2022*/

    .abot2 .home_count_img::before,
    .abot2 .home_count_img::after {
        display: none;
    }

    /* 28.06.22 */

    .single-cities .wireless_monitor {
        padding-top: 80px;
    }

    /* 08.08.23 css */
    .page-template-smart_home .inner_banner_sub_img {
        max-width: 260px;
    }

}

@media(max-width: 813px) {
    .main-head.sticky .logo a {
        width: 290px;
        min-width: 290px;
    }

    .main-head.sticky .upper_hd_wrap .logo {
        margin-bottom: 5px;
    }

    .main-head.sticky .upper_hd {
        padding: 5px 0;
    }

}

@media(max-width: 769px) {
    .smrtYvt_wrap p {
        min-height: 0;
    }
}

@media (max-width: 767px) {

    .page-id-465 .inner_banner_sub_img {
        max-width: 230px;
        top: 66px;
    }

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }


    /* 07-04-2022 Rajat start */
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 18px 0;
    }

    p {
        margin: 0 0 18px 0;
    }

    .banner_cont ul li {
        font-size: 12px;
    }

    .banner_cam {
        max-width: 260px;
        bottom: -150px;
    }

    .banner_cont {
        padding-top: 145px;
    }

    .banner_curve_1 {
        width: 480px;
        bottom: -110px;
    }

    .hd_inp_frm {
        width: 230px;
    }

    .call_us a {
        font-size: 16px;
    }

    .call_us {
        font-size: 14px;
        line-height: 1.5;
    }

    .upper_hd_srch ul {
        padding-right: 45px;
    }

    .hd_srch {
        margin-right: 12px;
    }

    .call_us a {
        margin-left: 10px;
    }

    .wireless_monitor.cmn_gap {
        padding: 180px 0 60px;
    }

    .wireless_monitor_img figure {
        width: 100%;
    }

    .wireless_monitor_cont_hd h4 {
        font-size: 20px;
    }

    .wireless_monitor_cont .cmn_btn {
        line-height: 1.5;
    }

    .cmn_btn {
        line-height: 1;
        font-size: 14px;
        text-align: center;
    }

    .home_product_wrap p {
        min-height: 0;
    }

    .home_package .slick-next,
    .home_package .slick-prev {
        width: 48px;
        height: 48px;
    }

    .home_package .slick-prev {
        right: 65px;
    }

    .home_resi_main_img {
        max-width: 80%;
    }

    .resi_img_left,
    .resi_img_right {
        max-width: 230px;
    }

    .resi_img_left {
        left: 0;
    }

    .resi_img_right {
        right: 0;
    }

    .home_resi_main_img:before {
        right: -30px;
        width: 38px;
        height: 38px;
    }

    .home_resi_main_img:after {
        right: -20px;
    }

    .home_resi_img {
        padding-left: 0;
    }

    .home_resi_img:after {
        width: 250px;
        height: 250px;
    }

    .home_resi_cont p,
    .all_in_one_cont p {
        font-size: 14px;
    }

    .home_serv_left_wrap {
        margin-top: 0;
        margin-bottom: 38px;
    }

    .all_in_one_protect .home_product_wrap p,
    .all_in_one_protect .home_product_wrap_3 .help_product p {
        min-height: 0;
    }

    .help_product h4 {
        min-height: 0;
    }

    .ytb_vid_col {
        margin-bottom: 30px;
    }

    .ytb_vid_col:last-child {
        margin-bottom: 0;
    }

    .ytb_btn {
        max-width: 55px;
    }

    .testi_client {
        max-width: 100%;
    }

    .testi_cont p,
    .testi_more,
    .find_more_cont p {
        font-size: 14px;
    }

    .hd_cl {
        max-width: 22px;
    }

    .find_more_cll .hd_cl:after {
        width: 20px;
        height: 20px;
    }

    .map_loc ul:first-child {
        margin-right: 15px;
    }

    .map_loc ul li {
        font-size: 14px;
    }

    .coma {
        max-width: 70px;
    }



    /* smart_home page */
    .inner_banner_sub_img {
        right: 0;
        max-width: 400px;
    }

    .smart_inner_pg_banner .smart_home_sub_img {
        max-width: 400px;
    }

    .aftWrap p {
        font-size: 14px;
    }

    .aftWrap h3 {
        font-size: 22px;
    }

    .blueBG_sec p {
        font-size: 14px;
        padding: 0;
    }

    .fiveSlid_clm {
        width: 100%;
    }

    .crd_info .blue_btn {
        position: relative;
        bottom: 0;
    }

    .tabSky_wrap p,
    .tabSky_list li {
        font-size: 14px;
    }

    .tabSky_added li {
        flex-direction: column;
    }

    .tabSky_added li h4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .tabSky_added li p {
        padding-left: 0;
        width: 100%;
    }

    .smartYut_sec .sec_hd h2 {
        font-size: 27px;
    }

    .smartYut_slider .slick-prev,
    .smartYut_slider .slick-next {
        width: 48px;
        height: 48px;
    }

    .smartYut_slider .slick-prev {
        right: 65px;
    }

    .suality_info h4 {
        font-size: 18px;
    }

    .quality_wrap {
        padding: 34px 20px 30px;
    }

    .quality_wrap p {
        font-size: 14px;
    }

    .all-in-one_btm .sec_hd h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .insurance_wrap p {
        font-size: 14px;
    }

    .aftWrap {
        padding: 25px 20px 45px;
    }

    /* interactive_control_video_packages page */
    .fv_three_slid .fiveSlid_clm {
        width: 100%;
    }

    .fv_three_slid .fiveSlid_clm .clm_wrap {
        min-height: 0;
    }

    .fv_three_slid .fiveSlid_clm:last-child .clm_wrap {
        min-height: 0;
    }

    .wireless_monitor_cont_hd {
        padding: 18px 12px;
    }

    /* interactive_control_smoke_packages page */
    .fv_one_slid .fiveSlid_clm {
        width: 100%;
    }

    .fv_one_slid .fiveSlid_clm .clm_wrap {
        min-height: 0;
    }

    /* commercial_alarm_system */
    .cmrcl_alrm_two_slid .fiveSlid_clm {
        width: 100%;
    }

    .cmrcl_alrm_two_slid .fiveSlid_clm .clm_wrap {
        min-height: 0;
    }

    /* mobility*/
    .mrgn-lst-ard-clm-tw {
        margin-bottom: 24px;
    }

    /* product_service */
    .produtService_inner_ban .inner_banner_sub_img {
        max-width: 400px;
    }

    .productService_hd p {
        font-size: 14px;
    }

    .productService_card.smrtYvt_wrap p {
        font-size: 14px;
    }

    .productService_card .smrtYvt_head {
        min-height: 0;
        margin-bottom: 25px;
    }

    .productService_card {
        padding: 24px 15px 30px;
        margin-bottom: 20px;
    }

    .guarrantee_logo {
        max-width: 320px;
        right: 50%;
        transform: translateX(50%);
    }

    .warranties_hd p {
        font-size: 14px;
    }

    .productSer_blue_wrap .sec_hd h3 {
        font-size: 27px;
    }

    .productSer_blue_wrap .sec_hd {
        margin-bottom: 30px;
    }

    .productService_hd h3 {
        line-height: 1.4;
    }

    /* smart home monitoring */
    .accordion-button,
    .number {
        font-size: 16px;
    }

    .smart_hm_faq .sec_hd h2 {
        font-size: 27px;
    }

    .smart_hm_faq .home_serv_inner p {
        font-size: 14px;
    }

    /* qolsys page */
    .ytb_vid_sec_inner .slick-next,
    .ytb_vid_sec_inner .slick-prev {
        width: 48px;
        height: 48px;
        top: -90px;
    }

    .ytb_vid_sec_inner .slick-prev {
        right: 65px;
    }

    .tabSky_cmn li {
        font-size: 14px;
    }


    /* equipment */
    .home_serv_inner p {
        font-size: 14px;
    }

    .pcs_sec_wrap p {
        font-size: 14px;
        max-width: 100%;
    }

    .pcs_mind .sec_hd p {
        font-size: 14px;
    }

    .equip_pg_wireless.cmn_gap {
        padding: 80px 0;
    }

    /* cctv page */
    .tech_cam_system_inner {
        padding: 30px 22px;
    }

    .tech_cam_system_inner p,
    .advntg_cctv_cont p,
    .cctv_main_cont_inner p {
        font-size: 14px;
    }

    .tech_cam_system_inner h4 {
        padding: 0;
    }

    .advntg_cctv_img:after {
        width: 230px;
        height: 230px;
    }

    .advntg_cctv_img figure:after {
        width: 80px;
        height: 80px;
        right: 45px;
    }

    .advntg_cctv_img figure:before {
        width: 40px;
        height: 40px;
        top: 0;
    }

    .cctv_inner_pg_banner .inner_banner_sub_img {
        transform: none;
        top: auto;
        bottom: 0;
    }

    /* ip camera page */
    .ip_cam_qlty_sec_text h4 {
        font-size: 18px;
    }

    .ip_cam_qlty_sec figure img {
        min-height: 124px;
        object-fit: cover;
    }

    .ipcam_hm_prdct .home_product_wrap p {
        min-height: 0;
    }

    .home_product.cmn_gap,
    .ip_cam_qlty_eqpmnt.cmn_gap {
        padding-bottom: 60px;
    }

    .ip_cam_qlty_wrap_roll .slick-prev {
        left: -5px;
    }

    .ip_cam_qlty_wrap_roll .slick-next {
        right: -5px;
    }

    .ipcam_hm_prdct .home_product_hd h4 {
        min-height: 0;
    }

    /* contact */
    .contact_details_cont p:last-child {
        margin-bottom: 0;
    }

    .contact_details_cont p,
    .contact_details_cont a {
        font-size: 14px;
    }

    .contact_details_cont h6 {
        font-size: 16px;
    }

    .inp_form_col {
        margin-bottom: 20px;
    }

    .contact_map {
        height: 400px;
    }

    .contact_ard_lst.common-gap {
        padding: 90px 0;
    }

    .contact_main_banner .inner_banner_sub_img {
        max-width: 350px;
        bottom: -30px;
    }

    /* about us page */
    .inner_banner_sub_img.abt_us_banner_sub_img {
        max-width: 390px;
    }

    .abt_scrt_serv_main {
        max-width: 85%;
    }

    .abt_scrt_serv_roll .slick-prev,
    .abt_scrt_serv_roll .slick-next {
        width: 48px;
        height: 48px;
    }

    .abt_scrt_serv_roll .slick-prev {
        left: -24px;
    }

    .abt_scrt_serv_roll .slick-next {
        right: -24px;
    }

    .abt_scrt_serv_wrap ul li,
    .abt_pg_home_count .home_count_wrap p {
        font-size: 14px;
    }

    /* cities_serve */
    .cities_serve_pg_banner .inner_banner_sub_img {
        max-width: 320px;
    }

    .cities_srv_cont_wrap p {
        font-size: 14px;
    }

    .city_all ul li {
        font-size: 14px;
        width: 50%;
    }

    /* faq page */
    .inner_banner_sub_img.faq_banner_sub_img {
        right: 0;
        max-width: 290px;
        bottom: -80px;
    }

    /* testimonial */
    .testimonial_inner_ban .inner_banner_sub_img {
        max-width: 250px;
        right: 10px;
        bottom: -65px;
    }

    .testimonial_hd {
        margin-bottom: 25px;
    }

    .testimonial_wrap p {
        font-size: 14px;
    }

    .testimonial_wrap .client_name {
        font-size: 16px;
    }

    .testimonial_wrap {
        padding: 40px 20px 30px;
    }

    /* alberta */
    .alberta_nm .city_all ul li {
        font-size: 14px;
    }

    .alberta_nm .city_all ul {
        column-count: 2;
    }

    .alberta_nm .sec_hd {
        margin-bottom: 30px;
    }


    /* airdrie */
    .ardrie_pg_banner .inner_banner_sub_img {
        max-width: 320px;
    }

    .airdrie-exclusiv {
        padding: 26px 18px;
    }

    .airdrie-exclusiv {
        font-size: 14px;
    }

    .inner-ard-frth-img::before {
        width: 190px;
        height: 190px;
        left: -30px;
    }

    .inner-ard-frth-img {
        padding: 42px 20px 0 10px;
    }

    .inner-ard-frth-txt h2 {
        font-size: 24px;
    }

    .inner-ard-frth-txt p {
        font-size: 16px;
        padding-right: 0;
    }

    .inner-ard-frth-img {
        margin-bottom: 30px;
    }

    .algn-cnt-rw {
        padding-bottom: 65px;
    }

    .airdrie-fourth-sec.common-gap {
        padding: 80px 0;
    }

    .navbar-toggler {
        top: -48px;
    }


    /* update 12/04/2022 */
    .mobi_wrap figure,
    .mobi_txt p {
        min-height: 0;
    }

    .mobi_wrap li br {
        display: none;
    }

    .fv_two_slid .fiveSlid_clm {
        width: 100%;
    }

    .smart_hm_mntring_ban_img .inner_banner_sub_img {
        bottom: -55px;
    }

    .mobility_banner .inner_banner_sub_img {
        max-width: 430px;
    }

    .qolsys_inner_ban .inner_banner_sub_img {
        max-width: 430px;
    }

    /*----18-05-22----*/

    .ardrie_particle_sec .home_serv_inner p {
        font-size: 14px;
    }

    .banner_nav_wrap ul {
        flex-wrap: wrap;
    }

    /*support 23/5/2022*/
    .particleshere:nth-child(2n+1) .home_serv_left_wrap {
        margin-top: 0;
    }

    .alberta_nm .city_all ul li {
        width: 50%;
    }

    .home_product_wrap.resbox .sglservice p {
        min-height: auto;
    }

    .home_product_wrap.resbox {
        height: auto;
    }

    /*support 23/5/2022*/

    .updown1 .home_serv_left_wrap,
    .downup1 .home_serv_left_wrap {
        margin-top: 0;
    }

    /* 08.08.23 css */
    .home_banner .banner_cam {
        bottom: -100px;
    }

    .page-template-smart_home .inner_banner_sub_img {
        max-width: 220px;
    }

    /* 08.08.23 css */

}

@media (max-width: 575px) {

    .lst-crt-ard-four {
        padding: 76px 35px 90px 220px;
    }

    /*----18-05-22----*/

    .map_loc ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .map_loc ul li:after {
        top: -2px;
    }

    /* 08.08.23 css  */
    .inner_banner_sub_img {
        max-width: 300px;
    }

    .comercial-img figure {
        max-width: 200px;
    }

    /* 08.08.23 css  */


}

@media (max-width: 479px) {

    /* 07/04/2022 */
    h1,
    h2 {
        font-size: 23px;
    }

    .upper_hd_srch ul {
        /*flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    padding-right: 0;*/
    }

    .hd_srch_sub .hd_inp_frm {
        bottom: -55px;
        width: 90%;
    }

    .logo a {
        width: 320px;
        min-width: 320px;
    }

    .upper_hd_wrap .logo {
        margin-bottom: 5px;
    }

    .upper_hd_srch .call_us a {
        font-size: 13px;
    }

    .hd_inp_frm {
        width: 100%;
        margin-bottom: 15px;
    }

    .navbar-toggler {
        top: -48px;
    }

    .banner_curve_1 {
        width: 375px;
    }

    .call_us {
        /*padding-right: 50px;*/
    }

    .banner_cont h1 span b:after {
        width: 90px;
        background-size: 90px;
    }

    .wireless_monitor_img:before {
        width: 220px;
        height: 220px;
    }

    .wireless_monitor_img:after {
        width: 100px;
        height: 100px;
    }

    .wireless_monitor_cont_hd h4 {
        font-size: 18px;
    }

    .resi_img_left,
    .resi_img_right {
        max-width: 175px;
    }

    .home_resi_img {
        padding-bottom: 55px;
    }

    .home_resi_img:after {
        width: 180px;
        height: 180px;
    }

    .map_loc {
        flex-direction: column;
    }

    .map_loc ul:first-child {
        margin-right: 0;
    }

    .home_ins_cont h4 {
        font-size: 18px;
    }

    .call_us a {
        margin-left: 10px;
    }

    .find_more_cont h2 {
        line-height: 1.4;
    }

    .all_in_one_cont h3 {
        font-size: 20px;
    }

    .all_in_one_cont h2 {
        font-size: 24px;
    }

    .insurance_head h4 {
        font-size: 20px;
    }


    /* interactive_control_video_packages page */
    .aftWrap h3 {
        font-size: 20px;
    }

    .suality_info h4 {
        font-size: 16px;
    }

    .smartYut_slider .slick-prev,
    .smartYut_slider .slick-next {
        top: auto;
        bottom: 15px;
    }

    .smartYut_slider .slick-prev {
        left: calc(50% - 60px);
    }

    .smartYut_slider .slick-next {
        right: calc(50% - 60px);
    }

    .smartYut_slider {
        padding-bottom: 80px;
    }


    /* product_service */
    .productService_hd h3 {
        font-size: 24px;
    }

    .proSer_wrap .proSer_txt h4 {
        font-size: 20px;
    }

    .productSer_blue_wrap .sec_hd h3 {
        font-size: 24px;
    }

    /* smart home monitoring */
    .accordion-button {
        padding-left: 75px;
        font-size: 14px;
    }

    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        width: 15px;
        height: 15px;
        background-size: 13px;
    }

    .smart_hm_faq .sec_hd h2 {
        font-size: 23px;
    }

    /* qolsys page */

    .ytb_vid_sec_inner .slick-next,
    .ytb_vid_sec_inner .slick-prev {
        top: auto;
        bottom: 15px;
    }

    .ytb_vid_sec_inner .slick-prev {
        left: calc(50% - 60px);
    }

    .ytb_vid_sec_inner .slick-next {
        right: calc(50% - 60px);
    }

    .ytb_vid_sec_inner {
        padding-bottom: 80px;
    }

    /* cctv */
    .advntg_cctv_img:after {
        width: 190px;
        height: 190px;
    }

    .advntg_cctv_img figure:before {
        width: 30px;
        height: 30px;
    }

    .advntg_cctv_img figure:after {
        width: 70px;
        height: 70px;
        right: 30px;
        top: -75px;
    }

    .advntg_cctv_img figure:after {
        right: 0;
    }

    /* ip camera page */
    .ip_cam_main_banner .inner_banner_sub_img {
        max-width: 230px;
    }

    .tech_cam_system_inner h4 {
        font-size: 18px;
    }

    .home_product_hd {
        padding-bottom: 20px;
    }

    /* contact */
    .contact_icon img {
        max-width: 18px;
    }

    .contact_icon {
        width: 50px;
        height: 50px;
    }

    .contact_main_banner .inner_banner_sub_img {
        max-width: 280px;
    }

    .contact_form_sec.cmn_gap {
        padding: 60px 0;
    }

    .contact_form_inp {
        padding: 30px 18px 32px 18px;
    }

    /* about us page */
    .inner_banner_sub_img.abt_us_banner_sub_img {
        max-width: 330px;
    }

    .abt_scrt_serv_roll .slick-prev {
        bottom: 0;
        top: auto;
        transform: none;
        left: calc(50% - 60px);
    }

    .abt_scrt_serv_roll .slick-next {
        bottom: 0;
        top: auto;
        transform: none;
        right: calc(50% - 60px);
    }

    .abt_scrt_serv_roll {
        padding-bottom: 60px;
    }

    .abt_scrt_serv_main {
        max-width: 100%;
    }

    /* cities_serve */
    .cities_serve_pg_banner .inner_banner_sub_img {
        max-width: 280px;
        bottom: -45px;
    }

    .city_all ul li {
        font-size: 14px;
        width: 50%;
    }

    /* faq */
    .accordion-button,
    .number {
        font-size: 14px;
    }

    .banner_nav_wrap ul li:last-child {
        margin-right: 0;
    }

    .banner_nav_wrap ul li,
    .banner_nav_wrap ul li a {
        font-size: 14px;
    }

    .banner_nav_wrap ul li {
        margin-right: 7px;
    }

    .banner_nav_wrap ul li span {
        margin-left: 9px;
    }

    .accordion-body ul {
        padding-left: 15px;
    }

    .accordion-body h5 {
        font-size: 16px;
    }

    /* alberta */
    .alberta_nm .city_all ul {
        column-count: 1;
    }

    .alberta_nm .city_all ul li {
        padding-left: 24px;
    }

    .alberta_nm .sec_hd {
        margin-bottom: 25px;
    }

    /* airdrie */
    .ardrie_pg_banner .inner_banner_sub_img {
        max-width: 280px;
        bottom: -45px;
    }

    .airdrie-exclusiv h4 {
        font-size: 20px;
    }

    .airdrie-exclusiv h5 {
        font-size: 18px;
    }

    .airdrie-exclusiv {
        padding: 26px 18px;
    }

    .airdrie-exclusiv {
        font-size: 14px;
    }

    .inner-ard-frth-img::before {
        width: 160px;
        height: 160px;
        left: -15px;
    }

    .inner-ard-frth-img {
        padding: 16px 12px 0 5px;
    }

    .inner-ard-frth-img figure::after {
        width: 35px;
        height: 35px;
        right: -42px;
    }

    .airdrie-fifth-sec {
        padding-bottom: 60px;
    }

    .ard-clm-pd {
        padding: 0 20px;
    }

    .inner-ard-frth-txt h2 {
        font-size: 24px;
    }

    .inner-ard-frth-txt p {
        font-size: 16px;
        padding-right: 0;
    }

    .inner-ard-frth-img {
        margin-bottom: 30px;
    }

    .algn-cnt-rw {
        padding-bottom: 65px;
    }

    .airdrie-fourth-sec.common-gap {
        padding: 80px 0;
    }


    /* update 12/04/2022 */
    .lst-crt-ard-four {
        padding: 76px 15px 90px 180px;
    }

    /*support 23/5/2022*/
    .alberta_nm .city_all ul li {
        width: 100%;
    }

    /*support 23/5/2022*/
}

@media(max-width: 374px) {



    .logo a {
        width: 270px;
        min-width: 270px;
    }

    .testimonial_inner_ban .inner_banner_sub_img {
        bottom: -55px;
    }

    .allin_bg.all_in_one_protect:after {
        height: 69%;
    }

    .wireless_monitor_img:before {
        width: 190px;
        height: 190px;
    }

    .resi_img_left,
    .resi_img_right {
        max-width: 145px;
    }

    .hd_srch {
        margin-right: 0;
    }

    .wireless_monitor_cont .cmn_btn {
        min-height: 72px;
        height: auto;
    }

    .smartYut_sec .sec_hd h2 {
        font-size: 23px;
    }

    /* about us page */
    .inner_banner_sub_img.abt_us_banner_sub_img {
        max-width: 280px;
    }

    /* cities_serve */
    .cities_serve_pg_banner .inner_banner_sub_img {
        max-width: 260px;
        bottom: -45px;
    }

    .city_all ul li {
        width: 100%;
    }

    /* testimonial */
    .testimonial_inner_ban .inner_banner_sub_img {
        max-width: 230px;
    }

    /* airdrie */
    .ardrie_pg_banner .inner_banner_sub_img {
        max-width: 260px;
        bottom: -45px;
    }

    .inner-ard-frth-img::before {
        bottom: 10px;
    }

    .inner-ard-frth-txt h2 {
        font-size: 22px;
    }

    /* update 12/04/2022 */
    .inner-last-cart-ard h5 {
        font-size: 16px;
    }

}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 col input[type="email"],
#gform_wrapper_1 input[type="number"],
#gform_wrapper_1 textarea {
    letter-spacing: 0.065em;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    height: 48px;
    border-radius: 41px;
    background: #F3F6F7;
    border: 1px solid #E4EBF4;
    width: 100%;
    outline: none;
    padding: 0 17px;
}

#gform_wrapper_1 textarea {
    height: 117px;
    border-radius: 12px;
    padding: 18px 17px;
}

#gform_wrapper_1 .gchoice.gchoice_1_8_0,
#gform_wrapper_1 .gchoice.gchoice_1_8_1 {
    width: 30%;
    float: left;
}

#gform_wrapper_1 input[type="text"]::placeholder,
#gform_wrapper_1 input[type="email"]::placeholder,
#gform_wrapper_1 input[type="number"]::placeholder,
#gform_wrapper_1 textarea::placeholder {
    letter-spacing: 0.065em;
    color: #B2CAD2;
    opacity: 1;
}


#gform_wrapper_1 input[type="submit"] {
    letter-spacing: 0.055em;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    height: 44px;
    background: #0062A7;
    border-radius: 39px;
    padding: 0 25px;
}

#gform_wrapper_1 input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.gfield_required {
    display: none !important;
}


.page-template-commercial_alarm_system .our_ytb_vid.smart_hm_pg_ytb_vid.cmn_gap {
    background: none;
    padding-top: 0px;
}

.page-template-commercial_alarm_system .aftBnnr_sec.innrCmn_gap {
    padding-bottom: 0px !important;
}

.page-template-commercial_alarm_system .wireless_monitor.cmn_gap {
    padding-top: 0;
}

.page-template-commercial_alarm_system .smartYut_sec.innrCmn_gap {
    border-top: 1px solid #DBDBDB;
}

#more ul {
    text-align: initial;
}

.rdcls {
    color: #A6B0B7;
}

.sglcitycon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    height: 44px;
    padding: 0px 32px;
    border-radius: 46px;
    background: #0062A7;
    letter-spacing: 0.055em;
}

.sglservice a {
    border-radius: 50px;
    padding: 0 28px;
    height: 31px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}

.search h4 {
    font-size: 20px;
    color: #19488a;
    text-decoration: underline;
    transition: 0.3s;
}

.search h3 {
    color: red;
}

.search h4:hover {
    color: #b08103;
}

.advntg_cctv_cont .pg_btn.readpara h5 {
    margin: 30px 0 10px;
}

#readless11 ul li,
#readless12 ul li {
    letter-spacing: 0.07em;
    color: #4E6270;
    font-size: 18px;
    line-height: 2;
}