@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

@font-face {
	font-family: 'o';
	src: url('fonts/o 75Bd.eot');
	src: url('fonts/o 75Bd.eot?#iefix') format('embedded-opentype'),  url('fonts/o 75Bd.woff2') format('woff2'),  url('fonts/o 75Bd.woff') format('woff'),  url('fonts/o 75Bd.svg#o 75Bd') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0-10FFFF;
}
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('fonts/ProximaNovaRegular.eot');
	src: url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype');
}
* {
	margin: 0;
	padding: 0
}
body {
	background: #fff;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	line-height: 28px;
	color: #333;
	overflow-x: hidden;
}
ul {
	list-style: none;
	margin: auto;
	padding: 0;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ProximaNovaRegular';
	padding: 0;
	margin: 0;
	font-weight: 900;
}
h4 {
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 22px;
}
section {
	padding: 45px 0;
}
.padding-left {
	padding-left: 0;
}
.padding-right {
	padding-right: 0;
}
.padding-none {
	padding: 0;
}
img {
	max-width: 100%
}
a {
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	outline: none;
}
a:active, a:hover {
	outline: 0 none;
	color: #bc1c1c;
}
.padd_r {
	padding: 0;
}
.padd_l {
	padding: 0;
}
.section-heading h2 {
	margin-bottom: 15px;
	font-size: 36px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'ProximaNovaRegular';
}
.section-heading p {
	font-size: 18px;
	margin: 0 auto 35px;
	width: 80%;
}
.section-heading h2 span {
	color: #bc1c1c;
}
.vivint-btn {
	background: #bc1c1c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	color: #fff;
	min-width: 175px;
	height: 48px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	font-family: 'ProximaNovaRegular';
}
.vivint-btn:hover {
	background: #000;
	color: #fff;
}
.vivint-btn.black {
	background: #000;
	color: #fff;
}
.vivint-btn.black:hover {
	background: #bc1c1c;
	color: #fff;
}
.vivint-btn.white {
	background: #fff;
	color: #bc1c1c;
}
.vivint-btn.white:hover {
	background: #000;
	color: #fff;
}
/*Header css*/

header {
    background: rgba(255,255,255,1);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
        -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
header .notification_bar {
    padding: 0 0 8px 0;
    color: #bc1c1c;
    margin: 0;
}
header.sticky .notification_bar{display: none;}
.home-slider {
    position: relative
}
.home-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.home-slider .slick-dots li button:before{opacity:.5 ;color:#ffffff;}
header .notification_bar p {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: normal;
	text-align: right;
}
.top-btns {
   float: right;
   margin-top: 5px;
}
.top-search {
    float: right;
}
.top-btns li {
    display: inline-block;
}
.top-btns li a {
    display: block;
    background: #333;
    padding: 0 10px;
    color: #fff;
    border-radius: 3px;
}
.top-btns li a:hover {
    background:#ad2223;
}
header.sticky {
	background: rgba(255,255,255,0.98);
}
.srch {
    color: #333;
    background: #fff;
    display: inline-block;
    padding: 5px 0;
    width: 40px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.search_bar {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 9999;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	padding: 25% 0
}
.search_bar i {
	color: #fff;
	font-size: 30px;
	border: 2px solid #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	margin-bottom: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999
}
.search_bar input[type=search] {
	background: #fff;
	border: 0;
	padding: 0 20px;
	height: 50px;
	color: #000;
	width: 40%;
	border-radius: 4px;
	-webkit-border-radius: 4px
}
.search_bar input[type=submit] {
	background: #bc1c1c;
	border: 0;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px
}
header .vivint-navbar .navbar {
	padding: 0;
	margin: 0;
}
.nav_main {
	background: #bc1c1c;
}
header .vivint-navbar .navbar .navbar-nav li a {
    font-family: 'ProximaNovaRegular';
    border-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 4px 0 0;
    padding: 5px 8px;
    display: block;
}
header .vivint-navbar .navbar .navbar-nav li:last-child a {
	margin: 0;
}
.vivint-navbar .navbar .navbar-nav li.current_page_item a {
    color: #000;
    border-bottom: 0;
    background: #eee;
}
header .vivint-navbar .navbar .navbar-nav li:hover a, header .vivint-navbar .navbar .navbar-nav li.active a {
    color: #000;
    border-bottom: 0;
    background: #eee;
}
header .brand a img {
    width: 200px;
    padding: 10px 0;
}
header .social-links, header .call {
    display: inline-block;
    margin-top: 0;
}
header .social-links a {
	font-size: 20px;
	color: #000;
	margin: 0 10px;
}
header .social-links a:hover {
	color: #bc1c1c;
}
header .call {
	margin-left: 10px;
}
.social-icons li {
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
}
.social-icons {
    margin-top: 15px;
    float: left;
    width: 50%;
    text-align: center;
}
.social-icons li a {
    color: #333;
}
.social-icons li a:hover {
    color: #bc1c1c;
}
.call h3 {
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 28px;
    text-transform: capitalize;
	font-weight: normal;
}
header .call a {
    width: auto;
    height: 50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    color: #333;
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
}
header .call a i {
    margin-right: 5px;
    font-weight: bold;
    color: #bc1c1c;
}
header .call a:hover {
    color: #666;
}
.mobile-qoute {
	display:none;
}
.slick-slider {
	margin: 0;
}
.home-slider .slick-slide> img {
	width: 100%;
	height: 100%;
}
/*.home-slider .slick-slide.slick-current > img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}*/


.home-slider .slick-slide {
	position: relative;
}
.home-slider .slick-slide .slider-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 50px;
    width: 100%;
    max-width: 650px;
} 
.home-slider .slick-slide .slider-text.option2 {
	background: rgba(0,0,0,0.7);
	padding: 25px;
}
.home-slider .slick-slide .slider-text h1 {
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
}
.home-slider .slick-slide .slider-text p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
}
.home-slider .slick-slide .slider-text .thumb {
	position: relative;
	top: -50px;
}
.home-slider .slick-slide .slider-text .thumb img {
	display: inline-block;
}
.home-slider .slick-slide .slider-text.option2 p, .home-slider .slick-slide .slider-text.option2 h1 {
	color: #fff;
}
.home-slider .slick-dots li button::before {
	font-size: 60px;
}
.home-slider .slick-dots {
	bottom: 30px
}
.home-slider .slick-slide .slider-text .left-hero ul li {
    color: #fff;
    display: inline-block;
    margin: 5px;
    margin-left: 0;
    font-size: 16px;
    background: rgba(0, 0, 0, .3);
    padding: 10px;
}
.home-slider .slick-slide .slider-text .left-hero ul li i {
    padding-right: 5px;
}
 @-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.5, 1.5);
}
}
/*services css*/

#our_services {
	background: url(../images/pat_bg.jpg);
}
#our_services .section-heading h2 span {
	color: #bc1c1c;
}
#our_services .container-fluid {
	width: 95%;
}
#our_services .service-box {
	margin-bottom: 40px;
}
#our_services .service-box .thumb {
	overflow: hidden;
}
#our_services .service-box .thumb img {
	width: 100%;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}
#our_services .service-box:hover .thumb img {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#our_services .service-box .title {
	background: #fff;
	text-align: center;
	box-shadow: 3.473px 3.597px 8px 0px rgba(0, 0, 0, 0.05);
	padding: 22px;
}
#our_services .service-box .title h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
#our_services .service-box .title h3 a {
	color: #fff;
}
#our_services .service-box .title .vivint-btn {
	min-width: 145px;
	height: 32px;
	width: 146px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
#our_services .vivint-btn {
	min-width: 210px;
}
/*equipment*/
#equipment {
	background: url(../images/equipment_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0 70px;
}
#equipment .section-heading {
	margin-bottom: 70px;
}
#equipment .section-heading h2 {
	color: #fff;
}
#equipment .section-heading p {
	width: 80%;
	margin: 0 auto;
	color: #fff;
}
#equipment .vivint-equipment {
	width: 90%;
	margin: 0 auto;
}
#equipment .vivint-equipment #v-pills-tab .nav-link {
	background: #424340;
	width: 295px;
	height: 140px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	margin: 0 0 5px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 45px 0;
	position: relative
}
#equipment .vivint-equipment #v-pills-tab .nav-link.active:after {
	background: url(../images/arrow-active.png) no-repeat;
	width: 28px;
	height: 56px;
	content: "";
	right: -28px;
	top: 27%;
	position: absolute;
}
#equipment .vivint-equipment #v-pills-tab .nav-link.active, #equipment .vivint-equipment #v-pills-tab .nav-link:hover {
	background: #bc1c1c;
}
#equipment .vivint-equipment #v-pills-tab .nav-link img {
	margin-right: 15px;
}
#equipment .vivint-equipment .security-prduct .security-box {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	display: table;
	text-align: left;
}
#equipment .vivint-equipment .security-prduct .security-box .icon {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 115px;
	height: 115px;
	float: left;
	background: #fff;
	text-align: center;
	padding: 20px 0;
	border: 5px solid rgba(187,187,187,0.4);
	overflow: hidden;
}
#equipment .vivint-equipment .security-prduct .security-box h3 {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	width: 75%;
	text-align: left;
}
#equipment .vivint-equipment .security-prduct .security-box h3 a {
	color: #fff;
}
#equipment .vivint-equipment .security-prduct .security-box h3 a:hover {
	color: #bc1c1c;
}
#equipment .vivint-equipment .security-prduct .security-box .icon img {
	height: 90%;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}
#equipment .vivint-equipment .security-prduct .security-box:hover .icon img {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*about css*/
#about {
	background: url(../images/about_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
#about .section-heading h2 {
	text-align: center;
}
#about .about-text p {
	margin-bottom: 20px;
}
/*home security*/

#home_security {
	background: url(../images/security_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
}
#home_security .container-fluid {
	padding: 0;
}
#home_security .home_left_security {
	background: rgba(255,130,0,0.9);
	width: 50%;
	color: #fff;
	padding: 80px 104px;
	text-align: right;
}
#home_security .home_left_security .section-heading h2 {
	padding-bottom: 25px;
	margin-bottom: 50px;
}
#home_security .home_left_security .section-heading h2:after {
	right: 0;
	background: #fff;
	height: 2px;
	content: "";
	position: absolute;
	bottom: 0;
	width: 200px;
}
#home_security .home_left_security .home_Security_option {
	width: 70%;
	float: right;
}
#home_security .home_left_security .home_Security_option .cell {
	position: relative;
	margin-bottom: 40px;
}
#home_security .home_left_security .home_Security_option .cell p {
	line-height: 30px;
	font-size: 18px;
}
#home_security .home_left_security .home_Security_option .cell .icon {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100px;
	height: 100px;
	border: 5px solid rgba(187,187,187,0.4);
	background: #fff;
	padding: 18px 10px;
	text-align: center;
	position: absolute;
	right: -155px;
	top: 0;
}
#home_security .home_left_security .home_Security_option .cell .icon img {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}
#home_security .home_left_security .home_Security_option .cell:hover .icon {
	border: 5px solid rgba(236,123,6,0.4)
}
#home_security .home_left_security .home_Security_option .cell:hover .icon img {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*home_security_section*/

#home_security_section h2, #home_security_form h2 {
	margin-bottom: 20px;
}
#home_security_section .home_Security_option .cell p, #home_security_form .home_Security_option .cell p {
	line-height: 30px;
	font-size: 18px;
}
#home_security_section .home_left_security .home_Security_option .cell, #home_security_form .home_Security_option .cell {
	position: relative;
	margin-bottom: 40px;
}
#home_security_section .home_left_security .home_Security_option .cell p, #home_security_form .home_left_security .home_Security_option .cell p {
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}
#home_security_section .home_left_security .home_Security_option .cell .icon, #home_security_form .home_left_security .home_Security_option .cell .icon {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100px;
	height: 100px;
	border: 5px solid rgba(187,187,187,0.4);
	background: #fff;
	padding: 18px 10px;
	text-align: center;
	margin: 0 auto 15px;
}
#home_security_section h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
#home_security_form .partner-logo h3 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}
#home_security_form .partner-logo h3 span {
    color: #bc1c1c;
}
footer {
	background: #424340;
	color: #fff;
}
footer .top-ftr {
	background: #bc1c1c;
	padding: 23px 0
}
footer .top-ftr h4 {
	font-weight: 600;
	display: inline-block;
	font-size: 24px;
}
footer .top-ftr {
	text-align: center;
}
footer .top-ftr a.vivint-btn {
    border-radius: 0;
    font-weight: 900;
    height: 48px;
    min-width: 190px;
    line-height: 48px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 24px;
    background: #eee;
    margin: 0 25px;
}
footer .top-ftr a.vivint-btn:hover {
	background: #fff;
	color: #bc1c1c;
}
footer .top-ftr .social-links-ftr, footer .top-ftr .social-links-ftr a {
	display: inline-block
}
footer .top-ftr .social-links-ftr a {
	font-size: 26px;
	color: #c5c5c5;
	margin: 0 15px;
}
footer .top-ftr .social-links-ftr a:hover {
	color: #bc1c1c;
}
footer .btm-ftr {
	padding: 20px 0 10px;
}
footer .btm-ftr .ftr-title h4 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
footer .btm-ftr .ftr-menus {
	margin-bottom: 15px;
}
footer .btm-ftr .ftr-menus.half li {
	display: inline-block;
	width: 48%;
}
footer .btm-ftr .ftr-menus li {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
}
footer .btm-ftr .ftr-menus li a {
	color: #fff;
}
footer .btm-ftr .ftr-menus li:hover a {
	color: #bc1c1c;
}
footer .ftr-info {
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	font-size: 12px;
	line-height: 24px;
}
footer .disclaimer {
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	padding: 20px 0
}
footer .disclaimer p {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 0
}
footer .disclaimer p a {
	color: #bc1c1c;
}
footer .copyright {
	padding: 0;
	text-align: center;
}
footer .copyright p {
	margin: 0
}
footer .copyright p a {
	color: #fff;
}
footer .copyright p a:hover {
	color: #bc1c1c;
}
/*index 2 */

.prduct-display {
	padding: 0px 0;
	color: #fff;
}
.prduct-display {
	padding-left: 40px;
}
.prduct-display .detail {
	float: left;
	width: 70%;
}
.prduct-display h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.prduct-display h2 a {
	color: #fff;
}
.prduct-display .price {
	font-size: 34px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 15px;
}
.prduct-display .thumb img {
	width: 90%;
}
.prduct-display a.read-more {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 30px;
}
.prduct-display .thumb {
	float: left;
	margin-left: 30px;
	width: 20%;
}
/*home slider css*/
.prduct-display {
	height: 255px;
	background-color: black;
	padding-top: 0 !important;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.prduct-display .tri-cell .slidetext {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	text-align: center;
	color: #fff;
}
.prduct-display .left-hero:hover .slidetext {
	left: 0;
}
.prduct-display .right-hero .slidetext {
	right: 12%;
}
.prduct-display .tri-cell .right-hero-tilt .slidetext {
	right: 0;
}
.prduct-display .slidetext h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 36px;
	margin-bottom: 15px;
}
.prduct-display .slidetext h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.prduct-display .slidetext .icon i {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 5px solid rgba(255,255,255,0.5);
	line-height: 48px;
	font-size: 26px;
}
.prduct-display .slidetext .initial {
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	width: 15%;
	position: relative;
	float: right;
	right: 25%;
}
.prduct-display .right-hero .slidetext .initial {
	right: inherit;
	position: relative;
	float: left;
	left: 25%;
}
.prduct-display .slidetext .expend {
	display: none;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.prduct-display .slidetext .expend ul.custom-list {
	margin-top: 30px;
	margin: 0 auto;
	width: 80%;
}
.prduct-display .slidetext .expend ul.custom-list li {
	width: 25%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 28px;
	margin: 0 5px 8px;
	font-weight: 700;
	text-align: left;
}
.prduct-display .slidetext .expend ul.custom-list li i {
	margin-right: 10px;
	font-size: 18px;
}
.prduct-display .slidetext .expend ul.custom-list li .icon img {
	height: 90px;
}
.prduct-display .slidetext .expend ul.custom-list li p {
	text-transform: none;
	font-size: 16px;
	line-height: 26px;
	display: block;
	margin: 15px 0;
	font-weight: normal;
}
.prduct-display .right-hero .slidetext .expend ul.custom-list li .icon {
	display: block;
	margin-bottom: 8px;
}
.prduct-display .right-hero .slidetext .expend ul.custom-list li {
	text-align: left;
}
.prduct-display .right-hero .slidetext .expend ul.custom-list li h4 {
	font-weight: 700;
	white-space: pre;
}
.prduct-display .left-hero:hover .slidetext, .prduct-display .right-hero:hover .slidetext {
	top: 24%;
}
.prduct-display .left-hero:hover .slidetext .expend {
	display: block;
	width: 40%;
	margin: 0 auto;
	margin-top: 0px;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.prduct-display .right-hero:hover .slidetext .expend {
	display: block;
	width: 40%;
	margin: 0 auto;
	margin-top: 0px;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.prduct-display .right-hero:hover .slidetext .initial, .prduct-display .left-hero:hover .slidetext .initial {
	display: none;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.prduct-display .left-hero {
	z-index: 20;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	width: 83%;
	height: 100%;
	top: 0;
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	left: -35%;
	box-shadow: 1px 0 10px rgba(0,0,0,0.7);
}
.prduct-display .left-hero:hover {
	width: 80%;
	left: -18%;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	z-index: 22
}
.prduct-display .left-hero.left-hero-active {
	left: -50%;
}
.prduct-display .right-hero.right-hero-active {
	right: -30%;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.prduct-display .left-hero::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(0,0,0,0.4);
	top: 0;
	right: -1px;
	height: 100%;
}
.prduct-display .left-hero .left-hero-tilt {
	width: 100%;
	height: 100%;
	margin-left: 15%;
	background: #bc1c1c;
	background-size: cover;
	transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	position: relative;
}
.prduct-display .left-hero .left-hero-tilt:before {
	content: "";
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #bc1c1c;
}
.prduct-display .left-hero:hover .left-hero-tilt:before {
	background: none;
}
.prduct-display .right-hero {
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -25%;
	z-index: 10;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	transform: translateX(-8%);
	-moz-transform: translateX(-8%);
	-webkit-transform: translateX(-8%);
}
.prduct-display .right-hero:hover {
	width: 80%;
	right: 0;
	z-index: 10;
}
.prduct-display .right-hero .right-hero-tilt {
	width: 100%;
	height: 100%;
	background: #000;
	background-size: cover;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.prduct-display .right-hero .right-hero-tilt:before {
	content: "";
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.prduct-display .right-hero:hover .right-hero-tilt:before {
	background: none;
}
/*step form css*/

.vivint-form-steps {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border: 8px solid #ccc;
}
.vivint-form-steps h2, .vivint-form-steps span {
	color: #fff;
}
#home_security_section .vivint-form-steps h2, #home_security_form .vivint-form-steps h2 {
	margin-bottom: 0;
	font-weight: 700;
	color: #000;
	background: #ccc;
}
#home_security_section .vivint-form-steps h2 a, #home_security_form .vivint-form-steps h2 a {
    color: #bc1c1c;
}
#home_security_section .home-contact-form .input-cell i, #home_security_form .home-contact-form .input-cell i {
	position: absolute;
	left: 10px;
	top: 12px;
	color: #666666;
}
#home_security_section .home-contact-form .input-cell, #home_security_form .home-contact-form .input-cell {
	position: relative;
	margin-bottom: 16px;
}
#home_security_section .home-contact-form .input-cell .form-control, #home_security_form .home-contact-form .input-cell .form-control {
	border-radius: 0;
	border: medium none;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: none;
	height: 40px;
	font-size: 14px;
	padding: 0 0 0 40px;
}
#home_security_section .home-contact-form .vivint-btn, #home_security_form .home-contact-form .vivint-btn {
	background: #bc1c1c;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	color: #fff;
	border: 0;
	margin-top: 10px;
	float: right;
	min-width: 175px;
	height: 48px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	font-family: 'ProximaNovaRegular';
}
#home_security_section .home-contact-form .vivint-btn:hover, #home_security_section .home-contact-form .vivint-btn:focus, #home_security_form .home-contact-form .vivint-btn:focus, #home_security_form .home-contact-form .vivint-btn:hover {
	background: #333;
	color: #fff;
}
.vivint-form-steps h2 {
	padding: 10px 15px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	border-bottom: 1px sold #fff;
}
.vivint-form-steps > div {
	padding: 15px;
}
.vivint-form-steps h3 {
	padding-bottom: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}
.vivint-form-steps .form-step.step2, .vivint-form-steps .form-step.step3, .vivint-form-steps .form-step.step4 {
	display: none
}
.vivint-form-steps .form-step a::after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 3px solid #5b5d58;
	border-bottom: 3px solid #5b5d58;
	line-height: 1;
	content: "";
}
.vivint-form-steps .form-step a:hover::after {
	border-color: #e57500;
}
.vivint-form-steps .form-step a {
	display: block;
	position: relative;
	top: 15px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #5b5d58;
	background-color: #fff;
	color: #5b5d58;
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
}
.vivint-form-steps .form-step a:hover {
	color: #e57500;
}
.vivint-form-steps .form-step .layout-form .form-control {
	display: block;
	position: relative;
	top: 15px;
	width: 100%;
	margin-bottom: 15px;
	padding: 8px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #5b5d58;
	background-color: #fff;
	color: #5b5d58;
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
}
.vivint-form-steps .form-step .layout-form .vivint-btn {
	border: medium none;
	cursor: pointer;
}
.vivint-form-steps .form-step .layout-form .input-container p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 15px 0;
	display: inline-block;
	width: 100%;
}
/*vivint_equipment*/

#vivint_equipment {
	background: url(../images/equipment_bg.jpg) no-repeat top center ;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 55px 0;
}
#vivint_equipment .container-fluid {
	width: 90%;
}
#vivint_equipment .section-heading {
	padding: 50px 0 0
}
#vivint_equipment .section-heading p {
	width: 100%;
}
#vivint_equipment .section-heading .vivint-btn:hover {
	color: #bc1c1c;
	background: #fff;
}
#vivint_equipment .thumb {
	border: 10px solid rgba(187,187,187,0.4);
	width: 423px;
	height: 423px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0 auto;
}
#vivint_equipment .equipment_list {
	margin: 50px 0 0;
}
#vivint_equipment .equipment_list li {
	background: rgba(255,255,255,0.7);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 68px;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	padding: 18px 0;
	width: 287px;
}
#vivint_equipment .equipment_list li a {
	color: #000;
}
#vivint_equipment .equipment_list li:nth-child(2) .icon {
	right: 0;
	left: inherit;
}
#vivint_equipment .equipment_list li h3 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
#vivint_equipment .equipment_list li .icon {
	width: 78px;
	height: 78px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	text-align: center;
	background: #bc1c1c;
	position: absolute;
	left: -6px;
	top: -5px;
	padding: 18px 0;
}
/*floating from css*/


.slide-out-div {
	background-color: #f9f9f9;
	border: 5px solid rgba(20, 8, 13, 1);
	height: auto !important;
	margin: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	width: 350px;
	z-index: 7777;
	position: fixed;
	right: 0;
	top: 140px;
}
.slide-out-div h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 6px;
	text-transform: uppercase;
}
.slide-out-div form {
	border-radius: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.slide-out-div span a.cross {
	background: #f77b31 none repeat scroll 0 0;
	border-radius: 0 5px;
	color: #ffffff;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.slide-out-div p {
	float: left;
	font-size: 11px;
	margin: 6px 0;
	width: 100%;
}
.slide-out-div p sup.error {
	color: #ff0000;
	font-size: 13px;
	line-height: 8px;
	margin: 0;
	top: -3px;
	display: inline-block;
}
.slide-out-div .g-recaptcha {
	float: right;
}
.slide-out-div .input-cell {
    display: inline-block;
    width: 100%;
}
.mandatory {
	color: red;
}
.slide-out-div .top_error {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	width: 100%;
}
.slide-out-div textarea, .slide-out-div input[type="text"] {
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	height: 40px;
	margin: 0 0 8px;
	padding: 10px;
	width: 100%;
	text-transform: none;
	font-size: 12px;
}
.slide-out-div .handle {
	top: 0px !important;
}
.slide-out-div .vivint-btn {
	background: #bc1c1c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	color: #fff;
	min-width: 175px;
	height: 48px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	float: right;
	display: inline-block;
	cursor: pointer;
	border: 0;
	font-family: 'ProximaNovaRegular';
}
/*floating from css END*/


/*Home vivint form*/

#home-vivint-form {
	background: url(../images/home-form-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 80px 0;
}
#home-vivint-form h2 {
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
}
#home-vivint-form h2 a {
	color: #bc1c1c;
}
#home-vivint-form h2 a:hover {
	color: #000;
}
#home-vivint-form .home-contact-form .input-cell , .banner-form .home-contact-form .input-cell{
	position: relative;
}
#home-vivint-form .home-contact-form .input-cell i , .banner-form .home-contact-form .input-cell i {
	position: absolute;
	left: 10px;
	top: 12px;
	color: #666666;
}
#home-vivint-form .home-contact-form .input-cell .form-control, .banner-form  .home-contact-form .input-cell  .form-control{
    border-radius: 0;
    border: medium none;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
    height: 40px;
    font-size: 14px;
    padding: 0 0 0 40px;
    background: #eee;
}
#home-vivint-form .home-contact-form .input-cell:nth-child(1) .form-control , .banner-form .home-contact-form .input-cell:nth-child(1) .form-control{
	border-top: 1px solid #e2e2e2;
}
.banner-form .home-contact-form h2 {
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
 .banner-form .home-contact-form h2  a {
    color: #bc1c1c;
}
#home-vivint-form .home-contact-form {
    background: #fff;
    padding: 15px;
    border: 2px solid #666;
	margin-top: 20px;
}
.error {
	color: red !important;
	font-size: 13px;
	display: block;
	margin: -1px 0 5px;
}
.vivint-form-steps .input-cell .error {
	color: #fff !important;
	font-size: 13px;
	background: red;
	display: block;
	margin: 2px 0 5px;
	padding: 0 10px;
}
#home-vivint-form .home-contact-form .input-cell p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
}
#home-vivint-form .home-contact-form .input-cell .vivint-btn {
	border: medium none;
	cursor: pointer;
	margin-top: 20px;
}
/*inner pages css*/
.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat bottom right;
    background-size: auto auto;
    background-size: cover;
    padding: 35px 0;
    color: #fff;
    margin-bottom: 0;
}
.content_cou p {
    font-size: 17px !important;
    text-align: center !important;
    margin-bottom: 20px;
}
.inner-banner h1 {
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
	margin: 0;
}
.align-right {
	float: right;
	margin: 0 0 20px 20px;
}
.align-left {
	float: left;
	margin: 0 20px 20px 0;
}
/*product and solutions page*/

.common-service {
	background: #fff;
	padding: 40px 0;
	border-bottom: 1px slid #ccc;
	min-height: 0px;
}
.common-service:nth-child(2n) {
	background: #f0f0f0;
}
.common-service .service-desc {
	padding: 80px 0 0
}
.common-service h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 20px;
}
.common-service p {
	margin-bottom: 25px;
}
.common-service .vivint-btn {
	margin-bottom: 25px;
}
.securirty-options {
	position: fixed;
	left: 0;
	top: 40%;
	background: none;
	width: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 999;
}
.securirty-options ul li {
	text-transform: capitalize;
	font-size: 14px;
}
.securirty-options ul li i.icon img {
	width: 26px;
	height: 26px;
	margin-right: 15px;
}
.securirty-options ul li:last-child, .securirty-options ul li:hover:last-child {
	border-bottom: medium none;
}
.securirty-options ul li:hover {
	background: none;
	border-bottom: 1px solid #fff;
}
.securirty-options ul li a {
	color: #fff;
	background: #E92E34;
	white-space: nowrap;
	width: 55px;
	overflow: hidden;
	border-bottom: 1px solid #EF686D;
	transition: all 0.5 ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	display: block;
	padding: 10px 15px 10px 12px;
}
.securirty-options ul li a:hover {
	width: auto;
	overflow: visible;
	white-space: normal;
	min-width: 215px;
}
.securirty-options ul li a:hover img {
	margin-right: 10px;
}
/*packages page css*/

.custom_list li {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	position: relative;
}
.custom_list li:before {
	content: "\f101";
	font-family: FontAwesome;
	left: 0;
	top: 0;
	color: #bc1c1c;
	position: absolute;
}
.custom_list li a {
	color: #bc1c1c;
}
.inner-text p a {
	color: #bc1c1c;
	font-weight: 600;
}
.layout-package-card-v3 {
	width: 320px;

	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	-webkit-box-shadow: 15px 15px 40px rgba(0,0,0,.3);
	box-shadow: 15px 15px 40px rgba(0,0,0,.3)
}
.layout-package-card-v3 h4 {
	padding: 9px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0
}
.layout-package-card-v3 .price-container p {
	margin: 0
}
.layout-package-card-v3 .price-container {
	padding: 10px 0;
	background-color: #bc1c1c
}
.layout-package-card-v3 .price-container .pre-price-text {
	margin-right: 10%;
	margin-bottom: 0;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center
}
.layout-package-card-v3 .price-container .price-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.layout-package-card-v3 .price-container .price-flex .currency {
	color: #fff;
	font-size: 20px;
	line-height: 26px
}
.layout-package-card-v3 .price-container .price-flex .price-dollars {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 42px
}
.layout-package-card-v3 .price-container .price-flex .price-cents {
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px
}
.layout-package-card-v3 .price-container .price-flex .price-condition {
	padding-left: 2px;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	line-height: 26px
}
.layout-package-card-v3 .price-container .price-flex .price-term {
	padding-left: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: 100;
	line-height: 16px
}
.layout-package-card-v3 .details-container {
	background-color: #fff
}
.layout-package-card-v3 .details-container .detail-callout {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center
}
.layout-package-card-v3 .details-container ul {
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px
}
.layout-package-card-v3 .details-container ul li {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 8px;
}
.layout-package-card-v3 .details-container ul li:not(.has-icon) {
	margin-left: 65px
}
.layout-package-card-v3 .details-container ul .has-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	color: #000;
}
.layout-package-card-v3 .details-container ul img {
	width: 50px;
	margin-right: 20px;
	height: 50px;
}
.layout-package-card-v3 .details-container .button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 25px
}
.layout-package-card-v3 .details-container .button-container a {
	position: relative;
	padding-top: 30px;
	padding-bottom: 5px;
	color: #e57500;
	font-size: 18px;
	text-align: center
}
.layout-package-card-v3 .details-container .button-container a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: ""
}
.layout-package-card-v3 .details-container .button-container a:hover:after {
	width: 100%;
	-webkit-animation: .2s a ease-in;
	animation: .2s a ease-in
}
.layout-package-card-v3 .flexpay-starter h4 {
	background-color: #e57500
}
.layout-package-card-v3 .flexpay-starter .price-container {
	background-color: #bc1c1c
}
.layout-package-card-v3 .flexpay-starter .details-container {
	border: 1px solid #938e88
}
.layout-package-card-v3 .flexpay-starter .details-container .detail-callout {
	border-bottom: 1px solid #938e88
}
.layout-package-card-v3 .flexpay-starter .details-container .button-container a {
	color: #e57500
}
.layout-package-card-v3 .flexpay-starter .details-container .button-container a:after {
	border-bottom: 4px solid #e57500
}
.layout-package-card-v3 .smart-home-plan h4 {
	background-color: #bc1c1c
}
.layout-package-card-v3 .smart-home-plan .price-container {
	background-color: #B96D1E
}
.layout-package-card-v3 .smart-home-plan .details-container .button-container a {
	color: #bc1c1c
}
.layout-package-card-v3 .smart-home-plan .details-container .button-container a:after {
	border-bottom: 4px solid #bc1c1c
}
.layout-package-card-v3 .smart-home-video-plan h4 {
	background-color: #2CDFF3
}
.layout-package-card-v3 .smart-home-video-plan .price-container {
	background-color: #3DB9C7
}
.layout-package-card-v3 .smart-home-video-plan .details-container .button-container a {
	color: #3DB9C7
}
.layout-package-card-v3 .smart-home-video-plan .details-container .button-container a:after {
	border-bottom: 4px solid #3DB9C7
}
/*vivint choice*/

#vivint-choice {
	background: url(../images/family-equipment-viewing.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.choice-box {
	background: rgba(255,130,0,0.9);
	padding: 70px 30px;
	text-align: center;
	color: #fff;
}
.choice-box .or {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}
/*contact us page csss*/

.vivint_contactus {
	background: url(../images/pat_bg.jpg);
}
.vivint_form {
	background: #f5f5f5;
	padding: 30px 30px 10px;
}
.vivint_form h2 {
	font-size: 24px;
	text-transform: capitalize;
	padding-bottom: 0;
	margin-bottom: 30px;
	font-weight: 800;
	border-bottom: 0;
	display: block;
	color: #000;
}
.vivint_form h2 a {
	color: #bc1c1c;
}
.vivint_contactus .desc {
	margin-bottom: 40px;
}
.vivint_contactus .vivint_form .form-control {
	height: 44px;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: none;
	width: 100%;
}
.vivint_contactus .vivint_form .form-control:focus {
	border: 1px solid #bc1c1c;
}
.vivint_contactus .vivint_form .vivint-btn {
	border: medium none;
}
.vivint_contactus .vivint_form textarea.form-control {
	height: 90px;
}
.vivint_contact {
	background: #444;
	color: #fff;
	padding: 20px 15px
}
.vivint_contact .col-vivint {
	padding: 15px 6px 0;
	text-align: center;
}
.vivint_contact .col-vivint h4 {
	text-transform: uppercase;
	border-bottom: 1px solid #bc1c1c;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
.vivint_contact .col-vivint p {
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 10px;
}
.vivint_contact .col-vivint i {
	display: block;
	font-size: 30px;
	margin: 15px 0;
}
.vivint_contact .col-vivint a {
	color: #fff;
}
.vivint_contact .col-vivint a:hover {
	color: #bc1c1c;
}
#map {
	padding: 0;
}
#map iframe {
	margin: 0 0 -8px;
	width: 100%;
	height: 350px;
	border: 0;
}
/*about us page css*/
.inner-content .container-fluid {
	width: 85%;
}
.inner-content .author-thumb img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.inner-content .author-detail h3 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 36px;
	margin-bottom: 55px;
}
.inner-content .author-detail p {
	color: #000;
	line-height: 30px;
	font-size: 16px;
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
}
.inner-content .author-detail .arrow-left {
	font-size: 20px;
	text-align: center;
	margin-bottom: 12px;
}
.inner-content .sub-title {
	color: #3a3c3b;
	font-size: 28px;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 34px;
}
.inner-content .sub-title span {
	color: #bc1c1c;
}
.inner-text h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.inner-text .about-thumb img {
	box-shadow: 10px 10px 0 #bc1c1c;
}
.about_text .vivint-btn:hover {
	background: #fff;
	color: #bc1c1c;
}
.about_text h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.about_text p {
	margin-bottom: 30px;
}
.inner-content .section-heading h2 {
	margin-bottom: 25px;
}
/*-------------Equipment Page----------------*/
.sec-equip {
	background: #676767;
	display: block;
	margin: 15px 0;
}
a.sec-equip:hover img {
	transform: scale(1.1);
	transition: .5s;
}
.equip-img {
	min-height: 160px;
	padding-top: 15px;
}
.sec-equip .title {
	background: #fff;
	padding: 20px 10px;
	margin-top: 10px
}
.sec-equip .title h3 {
	min-height: 0;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 0;
}
.blog-box {
	box-shadow: 0 0 10px #999;
	padding: 10px 10px 25px 10px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
}
.blog-box h3 {
	font-size: 22px;
	color: #bc1c1c;
	margin: 10px 0 0;
	min-height: 35px;
}
.blog-box a {
	border: 2px solid #bc1c1c;
	text-align: center;
	height: 48px;
	min-width: 160px;
	display: inline-block;
	line-height: 44px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	color: #bc1c1c;
}
.blog-box a:hover {
	background: #bc1c1c;
	color: #fff;
}
.blog-date {
	font-size: 14px;
	font-weight: bold;
}
.load {
	border: 2px solid #bc1c1c;
	text-align: center;
	height: 48px;
	min-width: 160px;
	display: inline-block;
	line-height: 44px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	color: #fff;
	background: #bc1c1c;
	margin-top: 40px;
}
.load:hover {
	color: #bc1c1c;
	background: #fff;
}
.options li {
	float: left;
	width: 19%;
	text-align: center;
	background: #bc1c1c;
	color: #fff;
	margin: 10px 3%;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.options li:nth-of-type(9) {
	margin-left: 28%;
}
ul.options li:hover {
	box-shadow: 0 0 10px #999;
}
.posts li {
    float: left;
    width: 47%;
    text-align: center;
    background: #666;
    color: #fff;
    margin: 10px 1%;
    padding: 0;
    font-size: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 100px;
    line-height: 100px;
}
.qual h2{
    margin-top: 60px;
}
/*My CSS*/
.faqs .panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	padding: 0;
}
.faqs .panel-title a {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	background: #333;
	padding: 15px 20px;
	position: relative;
}
.faqs .panel-title a i {
	float: right;
	font-size: 14px;
	padding-top: 5px;
}
.faqs .panel-body {
	background: #fff;
	padding: 15px;
}
.faqs .panel-title a.collapsed {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	background: #bc1c1c;
	padding: 15px 20px;
}
.faqs .panel-title a:after {
	content: '';
	right: 10px;
	top: 14px;
	position: absolute;
	font-family: 'FontAwesome';
}
.faqs .panel.panel-default {
	margin-bottom: 15px;
}
.faqs .panel-title a.collapsed:after {
	content: '';
}
.panel-title {
	margin: 0;
}
.page-id-188 #our_services {
	background: url(../images/faq-bg.jpg);
	background-size: cover;
}
/**11 july**/
.product_sec {
	background: #F5F5F5;
}
.product_sec .vivint-video-slide {
	background: url(../images/black-phone.png) no-repeat center top;
	width: 321px;
	padding: 68px 7px 0 18px;
	height: 644px;
	background-size: 100% 100%;
}
.product_sec .vivint-video-slide video {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 95%;
}
.product_sec .vivint-prdct-indicators .section-heading {
	text-align: center
}
.product_sec .vivint-prdct-indicators .section-heading h2 {
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.product_sec .vivint-prdct-indicators .section-heading h2 span {
	color: #bc1c1c;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators {
	position: relative;
	right: 0;
	bottom: 0;
	margin: 0;
	display: inline-block;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li {
	position: relative;
	right: 0;
	vertical-align: top;
	bottom: 0;
	height: auto;
	background: none;
	text-indent: 0;
	display: inline-block;
	width: 23%;
	margin: 0 10px 30px 0;
	text-align: center;
	border: 3px solid transparent;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li .icon {
	width: 144px;
	height: 144px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 3px solid transparent;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li.active .icon {
	border: 3px solid #ffd004;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li span {
	display: block;
	margin-top: 15px;
}
product_sec .head_sec {
	text-align: center;
}
.pro_items {
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
}
.pro_items h3 {
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 14px;
}
.pro_items a {
	border: 1px solid #bc1c1c;
	padding: 5px 14px 8px;
	line-height: 24px;
	color: #bc1c1c;
	background: #fff;
}
.pro_items a:hover {
	background: #bc1c1c;
	color: #fff;
}
.prot_mng {
	background: url(../images/Protect&manage.jpg) no-repeat fixed 0 0;
	padding: 70px 0 90px;
	position: relative;
	background-size: cover; 
}
.prot_mng::before {
	background: rgba(0,0,0,0.65);
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.prot_mng .head_sec h3 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 34px;
	text-align: center;
}
.mng_items h4 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 9px;
}
.mng_items img {
	margin-bottom: 13px;
}
.mng_items {
    text-align: center;
    padding: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.prot_mng .head_sec p {
    width: 70%;
    margin: 0 auto 30px;
    color: #fff;
    text-align: center;
}
.prot_mng .head_sec h3 {
    margin-bottom: 10px;
}
.store-btn {
    display: inline-block;
    width: auto;
    height: 50px;
    -webkit-border-radius: 30px;
    text-align: center;
    color: #000;
    line-height: 50px;
    background: #eee;
    font-size: 16px;
    margin: 10px auto;
    padding: 0 25px;
}
.store-btn:hover, .store-btn:focus {	
  color: #fff;
  background: #bc1c1c;
}
#home-security {
    background: #eee;
}
#home-security h3 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}
.sec_box {
    background: #fff;
    padding: 30px;
    margin: 65px 0 0;
    box-shadow: 0 0 5px #ccc;
}
.sec_box span {
    width: 100px;
    height: 100px;
    background: #bc1c1c;
    display: block;
    margin: -80px auto 0;
    padding: 30px;
    border-radius: 50%;
    border: 4px solid rgb(206, 72, 72);
}
.sec_box span img {
    width: 100%;
}
.sec_box h4 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.partner-logo ul li {
    float: left;
    width: 48%;
    margin: 1%;
    border: 1px solid #999;
    padding: 10px;
}
.partner-logo ul li img {
    width: 80%;
    margin: auto;
    display: block;
}
.top-left {
    float: left;
    width: 50%;
	margin-top: 30px;
}
.top-left ul {
    background: #fff;
    float: right;
    border: 1px solid #ac2021;
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
    margin-right: 30%;
    width: 350px;
}
.top-right {
    float: right;
    width: 50%;
	margin-top: 30px;
}
.bottom-left {
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
}
.bottom-left ul {
    background: #fff;
    float: right;
    border: 1px solid #ac2021;
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
    margin-right: 30%;
    width: 350px;
    margin-top: -100px;
    padding-top: 40px;
}
.top-right ul {
    background: #fff;
    float: right;
    border: 1px solid #ac2021;
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
    margin-right: 10%;
    width: 350px;
    padding-left: 75px;
}
.bottom-right {
    float: right;
    width: 50%;
    position: relative;
    z-index: 1;
}
.round::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/round-arrows.png) no-repeat center center / 100%;
    width: 130px;
    height: 130px;
}
.bottom-right ul {
    background: #fff;
    float: right;
    border: 1px solid #ac2021;
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
    margin-right: 10%;
    width: 350px;
    padding-left: 75px;
    margin-top: -100px;
    padding-top: 40px;
}
.round {
    float: left;
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.up-left h3 {
    float: right;
    width: 320px;
    background: #b32b2c;
    background: -moz-linear-gradient(left, #b32b2c 0%, #bb3a3a 39%, #bb3a3a 39%, #bb3a3a 57%, #a71618 100%);
    background: -webkit-linear-gradient(left, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    background: linear-gradient(to right, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    min-height: 300px;
    border-radius: 300px 0 0  0;
    border-right: 6px solid #e6e6e6;
    color: #fff;
    padding-top: 150px;
    text-align: center;
}
.up-left {
    width: 50%;
    float: left;
}
.up-right {
    float: right;
    width: 50%;
}
.up-right h3 {
    float: left;
    width: 320px;
    background: #b32b2c;
    background: -moz-linear-gradient(left, #b32b2c 0%, #bb3a3a 39%, #bb3a3a 39%, #bb3a3a 57%, #a71618 100%);
    background: -webkit-linear-gradient(left, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    background: linear-gradient(to right, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    min-height: 300px;
    border-radius: 0 300px 0 0;
    border-left: 6px solid #eaeaea;
    color: #fff;
    padding-top: 150px;
    text-align: center;
}
.down-left h3 {
    float: right;
    width: 320px;
    background: #b32b2c;
    background: -moz-linear-gradient(left, #b32b2c 0%, #bb3a3a 39%, #bb3a3a 39%, #bb3a3a 57%, #a71618 100%);
    background: -webkit-linear-gradient(left, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    background: linear-gradient(to right, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    min-height: 300px;
    border-radius: 0 0  0 100%;
    border-right: 6px solid #e5e5e5;
    color: #fff;
    padding-top: 80px;
    text-align: center;
    border-top: 12px solid #ebebeb;
}
.down-left {
    width: 50%;
    float: left;
}
.down-right {
    float: right;
    width: 50%;
}
.down-right h3 {
    float: left;
    width: 320px;
    background: #b32b2c;
    background: -moz-linear-gradient(left, #b32b2c 0%, #bb3a3a 39%, #bb3a3a 39%, #bb3a3a 57%, #a71618 100%);
    background: -webkit-linear-gradient(left, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    background: linear-gradient(to right, #b32b2c 0%,#bb3a3a 39%,#bb3a3a 39%,#bb3a3a 57%,#a71618 100%);
    min-height: 300px;
    border-radius: 0 0 100% 0;
    color: #fff;
    padding-top: 80px;
    text-align: center;
    border-top: 12px solid #ebebeb;
    border-left: 6px solid #eaeaea;
}







/*why-vivint page*/


#why-vivint-strips {
	padding: 160px 0;
}
#why-vivint-strips.strips1 {
	background: url(../images/why-vivint-banner1.jpg) no-repeat top right;
}
#why-vivint-strips.strips2 {
	background: url(../images/why-vivint-banner2.jpg) no-repeat center left;
}
#why-vivint-strips.strips3 {
    background: url(../images/why-vivint-banner3.jpg) no-repeat center / cover;
}
#why-vivint-strips h2 {
	border-bottom: 3px solid #bc1c1c;
	margin-bottom: 25px;
	display: inline-block;
	padding: 0 0 10px;
}
/*home-control Section*/

#home-control {
	background: #F5F5F5
}
#home-control .cell {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
#home-control .cell h3 {
	font-size: 15px;
	margin: 12px 0 0;
}
#home-control .cell img {
	min-height: 260px;
}
#home-control .cell h3 span {
	display: block;
	font-weight: 400;
	font-size: 14px;
}
#home-control .section-heading {
	padding: 75px 0 0
}
#home-control .section-heading h2 {
	font-weight: 600;
	text-transform: none;
	font-size: 30px;
}
#home-control .section-heading p {
	text-align: left;
	width: 100%;
}
/*MY CSS*/
#monitoring-services.common-service {
	padding: 0;
	min-height: 0;
}
#carbon-alarm.common-service, #nest_sec, #google_sec, #skycontrol_sec, #echo_sec, #doorbell_sec, #tilt_sec, #motion_sec {
	padding: 40px 0;
}
#smoke-alarm.common-service .service-desc, #carbon-alarm.common-service .service-desc, #skycontrol_sec.common-service .service-desc, #nest_sec.common-service .service-desc, #glass_sec.common-service .service-desc, #tilt_sec.common-service .service-desc, #motion_sec.common-service .service-desc {
	padding: 0;
}
#google_sec.common-service .service-desc {
	padding: 40px 0 0;
}
#thermo_sec, #ping_sec, #glass_sec {
	background: #f8f8f8;
	padding: 40px 0;
}
#outdoor_sec.common-service .service-desc, #doorbell_sec.common-service .service-desc {
	padding: 28px 0 0;
}
#ping_sec.common-service .service-desc {
	padding: 50px 0 0;
}
.testimonials-slider .slick-prev {
	left: 0;
	background: #fff;
}
.testimonials-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.testimonials-slider .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.testimonials-slider .slick-dots li button::before {
	font-family: 'slick';
	font-size: 65px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	content: '•';
	text-align: center;
	opacity: .80;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.testimonials-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #bc1c1c;
}
.bg-orange {
	background: #ad2223;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1c1c', endColorstr='#F02E36',GradientType=0 );
    color: #fff;
    padding: 22px 0;
    font-size: 30px;
    line-height: 1;
    font-family: 'ProximaNovaRegular';
}
.bg-orange strong {
	font-size: 30px;
	font-weight: 900;
}
/*Panel tabs*/
.license_page .panel-tabs {
	position: relative;
	bottom: 0;
	clear: both;
	border-bottom: 0;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.license_page .panel-tabs > li {
	float: none;
	margin-bottom: 0;
	display: inline-block;
}
.license_page .panel-tabs > li > a {
	margin-right: 2px;
	margin-top: 0;
	line-height: .85;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgb(255,106,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,150,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(255,150,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,106,0,1) 0%,rgba(255,150,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ff962d',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.license_page .tab-content {
	background: #fff;
	padding: 30px 30px 0 30px;
	box-shadow: 5px 5px 30px -10px #999;
	-webkit-box-shadow: 5px 5px 30px -10px #999;
}
.map-list li {
	display: inline-block;
	width: 22%;
	vertical-align: top;
	margin: 0 14px 40px;
	text-align: left;
}
.map-list p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}
.map-list li h4 {
	font-weight: 700;
	margin: 0 0 8px;
	font-size: 17px;
	color: rgb(255,106,0);
}
.license_page .panel-tabs > li > a:hover {
    color: #ffffff;
    background: rgb(255,106,0);
}
.license_page .panel-tabs > li.active > a, .license_page .panel-tabs > li.active > a:hover, .license_page .panel-tabs > li.active > a:focus {
    color: #fff;
    background: rgb(255,106,0);
}
.license_page .fade:not(.show) {
	opacity: 1;
}
.gray {
	background: #f9f9f9;
}
.floating_btm {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgb(255,106,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(255,150,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(255,150,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,106,0,1) 0%,rgba(255,150,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ff962d',GradientType=0 ); /* IE6-9 */
	padding: 22px 0;
	display: none;
	z-index: 999;
}
.fixed-btm {
	display: block;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	color: #fff;
	text-shadow: none;
	position: absolute;
	right: 20px;
	top: 20px;
}
.floating_btm h3 {
	font-size: 32px;
	margin: 0;
	line-height: 1;
	font-family: 'ProximaNovaRegular';
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.floating_btm h3 a {
	color: #fff;
	background: none;
	border: 2px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	font-family: 'ProximaNovaRegular';
	margin-left: 20px;
}
.floating_btm h3 a:hover {
	color: #bc1c1c;
	background: #fff;
}
.navbat-brand {
	display: none;
}
.mobile_only {
	display: none;
}
.img_left {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px solid #ddd;
	padding: 2px;
	box-shadow: 5px 5px 20px -10px #777;
}
.img_right {
	float: right;
	margin: 0 0px 20px 20px;
	border: 5px solid #ddd;
	padding: 2px;
	box-shadow: 5px 5px 20px -10px #777;
}
.cross {
    width: auto;
    display: inline-block;
    float: right;
    width: auto;
    height: 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    background: #ad2223;
    font-size: 15px;
    margin: 10px auto;
    padding: 0 15px;
}
.cross:hover, .cross:focus {
    background: #333;
    color: #fff;
}
/**14 sept**/
.inner-text.blog-sec .blog-box img {
	width: 100%;
}
.single_desc h3.head_title::before {
	background: #333;
	height: 3px;
	width: 100px;
	position: absolute;
	content: "";
	/* border: ; */
	bottom: -2px;
}
.single_desc h3.head_title {
	font-size: 24px;
	padding-bottom: 7px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d8d8; 
}
.side-blog {
	background: #333;
	padding: 20px;
	color: #fff;
}
.inner-blog-page.content .side-blog h2 {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: bold;position: relative;
}
.inner-blog-page.content .side-blog ul {
	margin-bottom: 24px;
	color: #fff;
	position: relative;
}
.inner-blog-page.content .side-blog h2::before {
	background: #fff;
	height: 3px;
	width: 50px;
	position: absolute;
	/* color: ; */
	content: "";
	bottom: -2px;
}
.inner-blog-page.content .side-blog ul li {
	position: relative;
	padding-left: 23px;
	color: #fff !important;
	margin-bottom: 7px;
}
.inner-blog-page.content .side-blog ul li::before {
	content: "\F046";
	display: block;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	top: 0px;
}
.inner-blog-page.content .side-blog ul li a {

    color: #fff;

}
.inner-blog-page.content .side-blog ul li a:hover{ color:#bc1c1c}
.inner-blog-page.content  ul.blog_list li {
	list-style: disc;
	padding-left: 0px;
	margin-bottom: 15px;
	float: left;
	margin-left: 15px;
}
.inner-blog-page.content  ul.blog_list li strong {
	display: block;
}
.inner-blog-page.content ul.blog_list li {
	list-style: disc;
	padding-left: 0px;
	margin-bottom: 15px;
	float: left;
	margin-left: 15px;
}
.inner-serve-page .post-info {
	margin-bottom: 50px;
}
.inner-serve-page .post-info .post-title a {
	color: #333;
	font-size: 23px;
	/* font-size: ; */
	font-weight: 600;
}
.inner-serve-page .post-meta {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 10px 0px;
}
.inner-serve-page .post-meta a {
	color: #bc1c1c;
	font-weight: 600;
}
.prot_mng.local h3 {
	margin-bottom: 15px !important;
}
.sys_cost h3 {
	margin-top: 50px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.inner-serve-page.content {
	padding-bottom: 0px; padding-top:0px;
}
.inner-serve-page.content .head_sec h2 {
	text-align: center;
	font-size: 32px;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.inner-serve-page.content .head_sec h2::before {
	background: #333;
	width: 100px;
	height: 4px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	border: 0;
	bottom: 0;
}
.inner-serve-page.content .loc a {
	background: #333;
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.inner-serve-page.content .loc { margin-bottom:20px;}
.loc a {
	background: #333;
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.loc a:hover {
	background: #bc1c1c !important;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}
.blog_thumb.mg_bt img {
	width: 100%;
	margin-bottom: 20px;
}
.inner-serve-page .post-meta a:hover {
	color: #000;
	font-weight: 600;
}
.home_monitoring {
	background: url(../images/why-vivint-banner2.jpg) no-repeat 0px -40px;
	padding: 50px 0px;
	bottom: -30px;
}
.prot_mng.local .head_sec h3 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.home_Vivint {
	background: url(../images/pat_bg.jpg);
}
.sys_install {
	background: url(../images/pat_bg.jpg);
}
.home_automation{background: url(../images/pat_bg.jpg);}
.home_automation h3 {
	text-align: center;
	margin-bottom: 30px;
}
.home_automation  p{ text-align:center;}
.sys_install h3 {
	text-align: center;
	margin-bottom: 30px;
}
.sys_install p{ text-align:center;}

.local_mon {
	font-size: 24px;
	margin-bottom: 23px;
	line-height: 33px;
}
.home_Equipment .custom_list li {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	position: relative;
	width: 40%;
	float: left;
}
.home_Equipment img {
	margin-top: 50px;
}
.clien_review p {
	padding-left: 42px;
}
.clien_review figcaption {
	float: left;
	padding: 0 13px 0 0;
}
.home_Vivint h3 {
	text-align: center;
	margin-bottom: 30px;
}
.clien_review h4 {
	padding-left: 41px;
	font-size: 18px;
	color: #bc1c1c;
}

.clien_review {
	background: #fff;
	padding: 19px; min-height:288px;
}
.home_Vivint h3 {
	text-align: center;
	margin-bottom: 30px;
}
.widget.widget_recent_entries, .widget_archive {
	padding-top: 0px;
	padding-bottom: 20px;
}
.badge-img{
	padding-top: 40px;
	width:250px;
}
#home-vivint-form .approach h2 {
    font-size: 36px;
    margin: 0;
}
.approach h2 span {
    color: #bc1c1c;
}
.approach ul li {
    float: left;
    width: 50%;
    text-align: center;
}
.approach ul li img {
    width: 150px;
}
.approach ul li h3 {
    font-size: 20px;
    margin-top: 5px;
}
#about-home{
      background: #F5F5F5;	
}
#about-home h3 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}
#about-home img {
    margin-top: 60px;
}
#about-home h3 span {
    color: #bc1c1c;
}
.map {
    width: 100%;
    margin: 30px auto 20px;
    display: block;
}
#our_services h3 {font-size: 28px;font-weight: normal;margin-bottom: 15px;}
#our_services h5 {
    font-style: italic;
    font-size: 19px;
    color: #bc1c1c;
	margin-bottom: 15px;
}
.appr{
    border: 7px solid #999;
}
.logo-list li img {
    background: #fffffff5;
    padding: 5px 0;
}
.logo-list li {
    display: inline-block;
    margin: 1%;
}
.slider-text.slider-3-text ul {
    margin: 22px 0;
}
.slider-text.slider-3-text a.vivint-btn {
    margin-top: 25px !important;
}


/*  why-choose  */

.why-choose-cnt h4 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: relative;
}
.why-chose-box {
    position: relative;
    text-align: center;
    padding: 20px 15px;
    transition: all .8s;
} 
/*.why-choose-cnt h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #f7dd4d;
    width: 35px;
    height: 2px;
    left: 50%;
    transform: translateX( -50% );
}*/
.why-choose-img {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%; background: #fff;
    border: 1px solid #c3c3c3;
}
.why-choose-img img {
    width: 45px;
    display: block;
    margin: auto;
    padding-top: 24px;
}
.why-choose-cnt {
    margin-top: 32px;
}
.ornament {
    position: relative;
    width: 1px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
    background: #c3c3c3;
}
.ornament:after {
    position: absolute;
    content: "";
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 11px;
    height: 11px;
    left: -6px;
    bottom: -13px;
} 
.why-choose-us-main [ class*='col-']{
    margin-bottom: 25px;
}
.why-choose-us-main {
    margin-top: 45px;
}
.explore-us{
     background: url(../images/courses-bg.jpg);
    background-position: center;  background-size: cover;
}
section.call-to-act {
    background: url(../images/bg-img.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; background-size: cover;
    position: relative; 
    padding: 65px 0;
    padding-bottom: 135px;
}
/*section.call-to-act:before { 
    content: '';
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}*/
section.call-to-act .container {
    position: relative;
} 
section.call-to-act h3 {
    color: #fff;
    margin-bottom: 45px;
    padding-left: 120px;
}
.call-to-act-main li {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/dimond-img.png)no-repeat;
    background-position: center;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    width: 175px;
    line-height: 150px;
    text-align: center;
}
.call-to-act-main li:nth-child( 2 ) {
    position: relative;
    top: 75px;
}
.call-to-act-main li:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50% );
    right: -20px;
}
.call-to-act-main li:last-child:before {
    display: none;
}
.call-to-act-main ul {
    position: relative;
    margin: 0;
    margin-left: -50px;
}
.call-to-act-main li:nth-child( 3 ) {
    left: -15px;
}
.call-to-act-main li:nth-child( 1 ) {
    right: -15px;
}
/*.call-to-act-main ul:before {
    content: '';
    position: absolute;
    width: 100%;
     background: #bc1c1c; 
    border: 1px dotted #bc1c1c;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50% );
    max-width: 700px;
    margin: auto;
}*/
ul.new-style-list li {    
    background: #fff;
    color: #000;
    padding: 12px 19px; 
    margin-bottom: 15px;
    padding-left: 83px;
    position: relative;
}
ul.new-style-list li:before {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #bc1c1c;
    left: 15px;
    top: 17px;
    font-family: FontAwesome;
    content: "\f129";
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.recriutment-cont h2 {
    font-size: 35px;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    color: #000;
}
.call-to-act-main li:nth-child( 1 ):before {
    top: 22%;
    right: -3px;
    transform: rotate(48deg);
}
.call-to-act-main li:nth-child( 2 ):before {
    top: -23%;
    right: -3px;
    transform: rotate(-32deg);
}
.slick-slide:focus{
    outline: 0 !important;
    box-shadow: none !important;
}

/* 01/08/2019 CSS Starts Here */
.home_monitoring.monitoring-panel,
#why-vivint-strips.strips2.ext-team{
	background: url(../images/vivint-banner2.jpg) no-repeat #e6eaf5 0px -60px;
	padding: 50px 0px;
	bottom: -30px;
	background-size:100%;
}
.retail-info{
	background:url(../images/pat_bg.jpg);
}
.retail-info img{
	margin-top:0;
}
.retail-info h3{
	margin:20px 0;
}
.home_Equipment.retail-info ul li{
    display:inline-block;
    width:50%;
	position:relative;
	z-index:3;
}
#why-vivint-strips.strips2.ext-team{
	background: url(../images/repair-team.jpg) no-repeat #e6eaf5 0px -280px;
	background-size:100%;
	padding:100px 0;
}
/* 01/08/2019 CSS Ends Here */



/* 26/08/2019 Css Start Here */

.home .prot_mng {
	display: none;
} 
.explore-us h3 {
    color: #fff;
}

.sub-menu {
	display: none;
}
#menu-item-531 a {
	padding-right: 30px;
	position: relative;
}
.sub-menu .icon.icon-angle-down {
	width: 15px;
	fill: #fff;
	position: absolute;
	top: 0px;
	line-height: 0;
	height: 38px;
	right: 5px;    
}
header .vivint-navbar .navbar .navbar-nav li:hover .sub-menu .icon.icon-angle-down{
	color: #000;
}
#menu-item-531:hover .sub-menu{display: block;}
  


/** 29th-08-2019 **/

.courses-in.padd-row {
	padding: 50px 0;
}
.course-table td {
	padding: 8px 20px;
	border: 1px solid #ffffff75;
}
.course-table td:last-child {
	text-align: right;
}
.course-detail ul li span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #bc1c1c;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	margin-right: 15px;
}
.course-detail ul li {
	margin: 0 0 13px;
}
.course-detail ul li:last-child {
	margin: 0;
}



  /* menu css */

  .mob-menu-header-holder {
    background: #ffffff;
    width: 40px;
    top: 14px;
    right: 10px;
}

.mob-menu-header-holder .mobmenur-container {
    margin: 0;
    background: #2d3a6d;
    padding: 4px 2px;
    border-radius: 3px;
}
.mob-menu-right-bg-holder{
    background-color: #2d3a6d;
}
.mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
    color: #ffffff;
}

.mobmenu-right-panel .mobmenu-right-bt {
    top: 5px;
    right: 5px;
}

.mobmenu-content {
    border-top: 1px solid #ffffff;
}

.mobmenu-content li {
    padding: 0;
    margin: 0;
}

#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 6px 12px;
    font-size: min(22px, 2vw);
}

#mobmenuright li {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    position: relative;
}

#mobmenuright li:last-child {
    border: none;
}

#mobmenuright li button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 5px;
    background: transparent;
    border: none;
    color: #fff;
}

#mobmenuright li button.sub-menu-toggle span.icon-plus {
    display: none;
}

#mobmenuright li button.sub-menu-toggle span.icon-minus {
    display: none;
}

#mobmenuright li .mob-expand-submenu.show-sub {
    top: 6px;
}

#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
    font-size: min(22px, 2vw);
    color: #ffffff;
}

.mobmenu-content #mobmenuright .sub-menu {
    background: #ffffff;
}

.mobmenu-content #mobmenuright li > .sub-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

.mobmenu-content #mobmenuright .sub-menu a {
    color: var(--black);
}

.mobmenu-content #mobmenuright li > .sub-menu li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.mob-menu-header-holder {
    display: inline-block;
    width: auto !important;
    position: fixed;
}


/*-=-=-=-=-=-=-=-=-=-Media Query CSS-=-=-==-=-=-=-=-=-=-=-=*/


@media screen and ( min-width: 1200px ){
    
.home-slider .slick-slide img{
    min-height:  650px;
    object-fit: cover;
}
ul.new-style-list li {
    float: left;
    width: 45%; 
    margin-right: 3%;
    margin-bottom: 15px;
    padding-left: 83px;
}
    
}

@media screen and ( min-width: 992px ){
    
.banner-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 25px;
}
header.Sticky-fixed {
    position: fixed;
    box-shadow: 0 0 12px #5d5d5d;
}
header.Sticky-fixed .header-top {
    display: none;
}
header.Sticky-fixed .nav_main {
    padding: 15px 0;
}
    
}

@media screen and ( min-width: 768px ){
    
.left-hero-badge-sect p {
    line-height: 35px !important;
    margin-top: 20px;
}
.home-slider .badge-img {
	padding-top: 0;
	width: 158px;
	min-height: auto !important;
	margin-left: 0;
	padding: 20px;
}
    
}

@media(max-width:1600px) {
 
.home-slider .slick-slide .slider-text h1 {
	font-size: 54px;
}
#home_security .home_left_security .home_Security_option {
	width: 100%;
}
.inner-content .author-detail p {
	width: 90%;
}
}

@media (min-width:1300px) and (max-width:1399px) {
header .social-links a {
	font-size: 20px;
	margin: 0 4px;
}
header .call a {
	width: 160px;
	font-size: 16px;
}
.home-slider .slick-slide .slider-text h1 {
	font-size: 45px;
} 
#equipment .vivint-equipment .security-prduct .security-box h3 {
	width: 65%;
}
#equipment .vivint-equipment {
	width: 95%;
}
#equipment .vivint-equipment .security-prduct .security-box .icon {
	margin: 0 0 0 20px;
}
#home_security .home_left_security {
	padding: 70px 84px;
}
#home_security .home_left_security .home_Security_option .cell .icon {
	right: -135px
}
#vivint_equipment .container-fluid {
	width: 100%;
	padding: 0;
}
#vivint_equipment .section-heading p {
	font-size: 17px;
	line-height: 28px;
}
.inner-content .author-detail h3 {
	margin-bottom: 15px;
}
.inner-content .ad-team-box .team-desc {
	padding: 40px 0 0;
}
.inner-content .ad-team-box .team-desc h3 {
	margin-bottom: 12px;
}
.inner-content .ad-team-box .team-desc p {
	margin-bottom: 20px;
}
.inner-content .author-thumb img {
	height: 340px
}
.securirty-options {
	width: 250px;
}
.securirty-options ul li {
	font-size: 17px;
}
.prduct-display .slidetext .initial {
	width: 25%;
}
.prduct-display .left-hero:hover .slidetext .expend {
	width: 55%;
} 
.navbat-brand {
	display: none;
}
.home-slider .slick-slide .slider-text p{
   width: 100%;
}
}

@media (min-width:1200px) and (max-width:1299px) {
header .call a {
	width: 150px;
	font-size: 14px;
} 
.home-slider .slick-slide .slider-text h1 {
	font-size: 40px;
}
#home_security .section-heading h2 {
	font-size: 34px;
}
	.home-slider .slick-slide .slider-text p{
		width: 100%;
	}
#home_security .home_left_security {
	padding: 70px 84px 70px 40px;
}
#equipment .vivint-equipment .security-prduct .security-box .icon {
	margin: 0 0 0 40px;
}
#equipment .vivint-equipment .security-prduct .security-box h3 {
	width: 57%;
	font-size: 20px;
}
.inner-content .author-detail h3 br {
	display: none;
}
.inner-content .author-detail p {
	width: 100%;
}
.inner-content .author-thumb img {
	height: 304px;
}
.securirty-options ul li a {
	padding: 10px 10px 10px 12px;
} 
#why-vivint-strips.strips1, #why-vivint-strips.strips3 {
	background-position: top right 25%;
}
#why-vivint-strips.strips2 {
	background-position: top left 22%;
}
.navbat-brand {
	display: none;
}
}

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

ul.new-style-list li:before{
    top: 6px;
}
    
}

@media (min-width:992px) and (max-width:1199px) {
    
.home-slider .slick-slide  img {
	min-height: 560px;
    object-fit: cover;
}
.banner-form { 
    width: 370px;
} 
.home-slider .slick-slide .slider-text { 
    max-width: 500px;
}
.home-slider .slick-slide .slider-text p, .left-hero-badge-sect p {
    font-size: 18px;
    line-height: 1.3 !important;
}
.home-slider .slick-slide .slider-text h1 {
    font-size: 34px;
}
.home-slider .badge-img {
    padding-top: 0;
    width: 100px;
    margin-left: 15px;
    height: auto !important;
    min-height: auto !important;
}
.banner-form .home-contact-form h2 { 
    margin-bottom: 20px;
    font-size: 23px;
}
header .vivint-navbar .navbar .navbar-nav li a {
	margin: 0 2px 0 0;
	font-size: 13px !important;
	padding: 5px 8px;
}
header { 
    position: relative;
}
#home_security_form .home-contact-form .vivint-btn { 
    margin-top: 90px !important;
}
.home-slider {     
    margin-top: 0;
}
.top-btns li a { 
    padding: 0 6px;
}
.home-slider .slick-slide .slider-text .thumb {
	position: relative;
	top: 0;
}
.prduct-display .left-hero:hover .slidetext .expend {
	width: 70%;
}
.prduct-display .right-hero:hover .slidetext .expend {
	width: 45%;
}
.prduct-display .tri-cell .right-hero-tilt .slidetext {
	right: 0;
	left: 10%;
}
.product_sec .vivint-video-slide {
	padding: 68px 7px 0 15px;
	height: 590px;
	max-width: 100%;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li {
	width: 22%;
}
#home-control .section-heading {
	padding: 0 0 0;
}
.securirty-options ul li a {
	color: #fff;
	display: block;
	padding: 10px 10px 10px 8px;
}
.home_left_security {
	padding-left: 11em;
}
#why-vivint-strips.strips1, #why-vivint-strips.strips3 {
	background-position: top right 25%;
}
#why-vivint-strips.strips2 {
	background-position: top left 22%;
}
#why-vivint-strips {
	padding: 65px 0;
}
ul.options li {
	width: 23%;
	margin: 10px 5px;
	font-size: 20px;
}
.navbat-brand {
	display: none;
}
#home-vivint-form {
	background-position: center left 30%;
}
}

@media (min-width:768px) and (max-width:991px) {
 
.call h3 {
    display: none;
}
header a.mobile-qoute.cross {
    min-width: auto;
    padding: 8px 8px;
    height: auto;
    line-height: normal;
}
section.explore-us {
    padding-bottom: 25px;
}
.why-chose-box { 
    padding: 20px 5px;
}
.call-to-act-main ul { 
    margin-left: -20px;
}
.recriutment-cont h2 {
    font-size: 26px;
}    
.banner-form {
    padding: 45px 25px;
    background: #868686;
}
.banner-form .home-contact-form {
    max-width: 490px;
    margin: auto;
}
.home-slider .slick-slide> img {
    min-height: 350px;
    object-fit: cover;
}
header {
	position: relative;
	background: #fff;
}
.g-recaptcha {
    transform: scale(0.57 );
}
.banner-form .g-recaptcha {
    transform: scale( 1);
}
#home_security_form .home-contact-form .vivint-btn {
    margin-top: 90px !important;
}
.home-slider .badge-img {
    padding-top: 0;
    width: 100px;
} 
.home-slider .slick-slide .slider-text .left-hero ul li { 
    margin: 2px;
    font-size: 12px; 
    padding: 5px;
}
.home-slider .slick-slide .slider-text p {
    font-size: 17px; 
    line-height: 23px;
}
.vivint_contact {
    padding: 20px 10px;
}
ul.options li {
    margin: 10px 3px;
	width: 32%;
}
ul.options li:nth-of-type(9) {
    margin-left: 3px;
} 
.home-slider .slick-slide .slider-text h1 {
	font-size: 23px;
	margin-bottom: 8px;
}
header .notification_bar p {
    font-size: 14px;
    }
.top-btns li a {
    font-size: 12px;
    display: block; 
    padding: 0 2px;
}
.home-slider .slick-slide .slider-text p {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 21px;
}
.home-slider .slick-slide .slider-text .thumb {
	top: -25px;
}
.prduct-display .slidetext .initial {
	width: 45%;
}
.product_sec .vivint-video-slide {
	padding: 68px 4px 0 12px;
	height: 448px;
	max-width: 100%;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li .icon {
	max-width: 100%;
	height: auto;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li {
	height: auto;
	width: 22%;
	margin: 0 10px 8px 0;
	vertical-align: top;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li span {
	display: block;
	margin-top: 8px;
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 10px;
}
#home-control .section-heading {
	padding: 0;
}
#home-control .section-heading h2 {
	font-size: 20px;
}
#home-control .section-heading p {
	line-height: 25px;
	margin: 0;
}
#home_security_section h2 {
	font-size: 29px;
}
.floating_btm h3, .floating_btm h3 a {
	font-size: 25px;
}
header .vivint-navbar .navbar .navbar-nav li a {
	margin: 0;
}
#home-vivint-form {
	background-position: center left 30%;
}
#home-vivint-form .col-2 {
	display: none;
}
footer .btm-ftr .ftr-menus li {
	margin: 0 6px;
}
.prduct-display .left-hero:hover .slidetext, .prduct-display .right-hero:hover .slidetext {
	top: 12%;
	left: 0;
	width: 100%;
}
.prduct-display .right-hero:hover .slidetext {
	left: 21%;
}
.prduct-display .right-hero:hover .slidetext .expend, .prduct-display .left-hero:hover .slidetext .expend {
	width: 70%;
}
.inner-banner {
	padding: 55px 0;
}
.layout-package-card-v3 {
	width: 100%;
}
.securirty-options {
	display: none;
}
.common-service .service-desc {
	padding: 0;
}
.common-service {
	padding: 40px 0 40px;
	min-height: 0px;
}
.vivint-btn {
	min-width: 0px;
	height: auto;
	font-size: 14px;
}
#monitoring-services.common-service {
	padding: 40px 0;
	min-height: 0px;
}
#why-vivint-strips.strips1, #why-vivint-strips.strips3 {
	background-position: top right 25%;
	background-size: cover;
}
#why-vivint-strips.strips2 {
	background-position: top left 22%;
	background-size: cover;
}
#why-vivint-strips {
	padding: 65px 0;
}
#home_security_section .home-contact-form .g-recaptcha > div, #home_security_section .home-contact-form .g-recaptcha iframe {
	width: 100% !important;
	max-width: 100%;
}
}

@media (max-width:767px) {
 
.inner-banner h1 { 
    font-size: 20px;
}
.why-choose-us-main [ class*='col-'] {
    margin-bottom: 5px;
}
section.call-to-act h3 { 
    text-align: center;
    padding-left: 0;
}
.call-to-act-main ul {
    margin-left: 0;
    text-align: center;
}
.call-to-act-main li:nth-child( 1 ) {
    right: 0;
}
.call-to-act-main li:nth-child( 2 ) { 
    top: 0;
    margin: 15px 0;
}
.call-to-act-main li:nth-child( 3 ) {
    left: 0;
}
.call-to-act-main li:before {
    display: none !important;
}
section.call-to-act {
    padding: 60px 0 65px;
}
.slider-text.slider-3-text a.vivint-btn {
    margin-top: 12px !important;
    margin-bottom: 10px;
    padding: 10px 20px !important;
    width: auto !important;
    min-width: auto !important;
}
.recriutment-cont h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.recriutment-cont {
    text-align: center;
}
.banner-form {
    padding: 45px 25px;
    background: #868686;
    text-align: center;
} 
header.sticky {
    position: relative;
    top: auto;
    left: auto;
}
.navbar-collapse.collapse.show {
    padding-bottom: 35px;
}
.home-slider .slick-slide .slider-text .left-hero ul li {
    color: #fff;
    display: block;
    margin: 2px;
    font-size: 14px; 
    padding: 2px;
}
.home-slider .slick-slide .slider-text {
    bottom: auto;
    position: unset !important;
    background: #000;
    padding: 25px;
    left: auto;
    transform: none;
    text-align: center;
}
.home-slider .slick-track { 
    background: #000;
}
.home-slider .slick-dots {
    bottom: 5px;
}
.home-slider .slick-slide  img { 
    display: none;
}
header {
	position: relative;
	padding: 0;
}
header .col-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
header .navbar-toggler {
    padding: 2px 4px;
    margin-top: 3px;
}
.navbat-brand {
    position: absolute;
    font-size: 13px;
    top: -22px;
}
header .notification_bar p {
    font-size: 15px;  
    line-height: 30px; 
    text-align: center;
}
header .mobile-qoute {
    width: 100px;
    line-height: 27px;
    height: 28px;
    border-radius: 16px;
    -webkit-border-radius: 16px;  
    font-size: 12px; 
}
header .nav_main .mobile-qoute ,  header a.navbat-brand {
    display: none;
}
.home-slider {
    margin-top: 0;
}
.approach ul li img {
    width: 70px;
}
.approach ul li h3 {
    font-size: 15px;
}
.g-recaptcha {
    transform: scale( .57 );
}
.home-slider .slick-slide .slider-text {
    bottom: auto !important;
    position: unset !important;
    background: #000;
    padding: 25px !important;
    left: auto;
    transform: none;
} 
.vivint-form-steps h2 { 
    font-size: 23px;
}
header .brand img {
    padding: 5px 0;
}
header .navbar-light .navbar-toggler-icon {
    background-size: 25px;
}
header .col-7 {
	display: none;
}
header .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	top: -34px;
}
.brand {
	text-align: center;
	position: relative;
	z-index: 2;
}
header .call a {
    width: auto;
    padding: 10px 12px;
    height: auto;
    line-height: 20px;
    font-size: 22px;
    margin: 0;
    border-radius: 0;
    width: 100%;
    float: left;
}
header .call {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
.call h3 {
    display: none;
}
header .social-links a {
	font-size: 20px;
	color: #000;
	margin: 0 6px;
} 
.home-slider .slick-slide .slider-text p {
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 30px;
}
.home-slider .slick-slide .slider-text h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
.home-slider .slick-slide .slider-text .left-hero {
	width: 100%;
	margin: 0 auto;
}
.home-slider .slick-slide .slider-text .thumb {
	top: -28px;
}
#home-vivint-form .col-2 {
	display: none;
}
#home-vivint-form .col-sm-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 65%;
}
#home-vivint-form {
	background-position: center left 30%;
}
.product_sec .col-4, .product_sec .col-8, #home-control .col-4, #home-control .col-8 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
.product_sec .vivint-video-slide {
	margin: auto auto 30px;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li {
	width: 22%;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li .icon {
	width: 100%;
	height: auto;
}
.mng_items {
    margin-bottom: 15px;
    padding: 15px;
}
#home-security h3 {
    font-size: 25px;
}
footer .top-ftr h4 {
	font-size: 18px;
}
footer .top-ftr a.vivint-btn {
	height: auto;
	min-width: 0px;
	padding: 0 15px;
	font-size: 18px;
	margin: 0 0 0 10px;
}
footer .top-ftr .social-links-ftr {
	display: inline-block;
	margin-top: 18px;
}
.floating_btm h3 {
	font-size: 25px;
}
.floating_btm {
	padding: 10px 0;
}
.floating_btm h3 a {
	font-size: 25px;
	margin-left: 0;
	margin-top: 15px;
}
header .text-right {
	text-align: center !important;
}
.prduct-display .slidetext .initial {
	width: 45%;
}
.prduct-display .left-hero:hover .slidetext {
	left: 5%;
	top: 24%;
}
.prduct-display .left-hero .thumb {
	float: left;
	margin-left: 0;
	width: 50%;
}
.prduct-display .left-hero:hover .slidetext .expend, .prduct-display .right-hero:hover .slidetext .expend {
	width: 100%;
}
.prduct-display .left-hero .left-hero-tilt {
	margin-left: 11%;
}
.prduct-display .right-hero:hover {
	width: 50%;
}
header .vivint-navbar .navbar .navbar-nav li a {
	margin: 0;
	text-align: left;
}
.mobile-qoute {
    width: 95px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    color: #fff;
    background: #bc1c1c;
    display: inline-block;
    font-size: 13px;
    margin-right: 4px;
	display:block;
}
.mobile-qoute:hover, .mobile-qoute:active, .mobile-qoute:focus{
    color: #fff;
	background:#000;	
}
.layout-package-card-v3 .details-container ul {
	margin-left: 0;
}
.layout-package-card-v3 .details-container ul li {
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 12px;
	line-height: 20px;
}
.layout-package-card-v3 .details-container ul img {
	margin-right: 10px;
	width: 32px;
}
.inner-banner {
	padding: 55px 0;
}
.layout-package-card-v3 {
	width: 100%;
}
#home_security_section .col-7, #home_security_section .col-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
.vivint-form-steps {
	max-width: 100%;
}
.padding-left {
	padding-left: 15px;
}
#why-vivint-strips {
	padding: 100px 0;
}
#why-vivint-strips .col-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.85);
	padding: 30px;
}
#why-vivint-strips.strips1, #why-vivint-strips.strips3 {
	background-position: top right;
	padding-top: 25em;
	padding-bottom: 0;
	background-size: 265% auto;
}
#why-vivint-strips.strips2 {
	background-position: top left;
	background-size: 265% auto;
	padding: 25em 0 0;
}
ul.options li {
	float: none;
	width: 47%;
	margin: 10px 5px;
	display: inline-block;
}
ul.options li:nth-of-type(9) {
	margin-left: 5px;
}
#our_services .col-7, #our_services .col-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
.padding-right {
	padding-right: 15px;
}
.vivint_contactus .col-8, .vivint_contactus .col-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
.vivint_contactus .vivint_form .vivint-btn {
	margin: 15px 0 0;
	width: auto;
	min-width: 0px;
	height: auto;
}
.vivint_contact {
	background: none;
	color: #fff;
	padding: 0 15px;
}
.vivint_contact .col-vivint {
	padding: 15px;
	text-align: center;
	background: #444;
}
.securirty-options {
	display: none;
}
.common-service .service-desc {
	padding: 0;
}
.navbat-brand {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	pointer-events: none;
	display: inline-block;
	margin-left: 0;
}
.navbar {
	justify-content: flex-end;
}
header .vivint-navbar .navbar {
	margin: 0 0 -30px;
}
header.sticky .vivint-navbar .navbar {
	margin: 0 0 -30px;
	position: relative;
	z-index: 1;
}
.mobile_only {
    display: block;
    width: 100%;
}
.prduct-display .left-hero:hover {
	left: -21%;
}
.prduct-display .thumb img {
	width: 65%;
}
.prduct-display .right-hero .detail {
	float: left;
	width: 60%;
}
.prduct-display .right-hero .thumb {
	float: left;
	margin-left: 0;
	width: 40%;
}
#home-control .cell {
	width: 49%;
}
.slide-out-div  {
	display: none;
}
.prduct-display .left-hero, .prduct-display .right-hero {
    position: unset !important;
    width: 100% !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}
.prduct-display .left-hero .left-hero-tilt, .prduct-display .right-hero .left-hero-tilt {
    margin-left: 0;
    position: unset !important;
    transform: none;
    background: #bc1c1c !important;
    padding: 25px 15px;
    margin-bottom: 25px;
}
    .prduct-display .left-hero::after{
        display: none;
    }
.prduct-display .left-hero .left-hero-tilt:before, .prduct-display .right-hero .right-hero-tilt:before{
    display: none;
}
.prduct-display .slidetext .expend {
    display: block;
} 
.prduct-display .thumb img {
    width: 50px;
}
.prduct-display .tri-cell .slidetext {
    position: unset;
    left: auto;
    top: auto;
}
.prduct-display .slidetext .initial, .prduct-display .right-hero .slidetext .initial {
    position: unset !important;
    width: 100%;
    float: none;
    right: auto !important;
    left: auto !important;
}
.prduct-display .detail, .prduct-display .right-hero .detail {
    float: none;
    width: 100%;
    text-align: center !important;
}
.prduct-display .icon {
    display: none;
}

.prduct-display .left-hero .thumb , .prduct-display .right-hero .thumb{
    float: none;
    margin-left: 0;
    width: 100%;
    display: none;
}
.prduct-display {
    height: auto;
    overflow: auto;
    padding: 0 15px;
}
.prduct-display .right-hero.tri-cell {
    background: #bc1c1c;
}
.prduct-display .right-hero .right-hero-tilt {
    padding: 25px 15px;
    margin-bottom: 25px;
    background: #bc1c1c;
}
    
}

@media (min-width:481px) and (max-width:599px) {
.home-slider .slick-slide .slider-text h1 {
	font-size: 24px;
}
.home-slider .slick-slide .slider-text p {
	font-size: 21px;
	line-height: 24px;
}
#home-vivint-form {
	padding: 25px 0;
	background-position: center left 33%;
}
#home_security_section .col-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
.vivint-form-steps {
	max-width: 100%;
	margin-top: 30px;
}
/*.home-slider .slick-slide .slider-text .thumb {
	top: -15px;
}
.home-slider .slick-slide.slick-current > img {
	object-fit: cover;
	height: 220px;
}*/
#why-vivint-strips.strips1, #why-vivint-strips.strips3 {
	background-position: top right;
}
#why-vivint-strips.strips2 {
	background-position: top left;
}
#why-vivint-strips.strips1, #why-vivint-strips.strips3, #why-vivint-strips.strips2 {
	background-size: 230% auto;
	padding: 25em 0 0;
}
#home-vivint-form .col-sm-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
    
    
}
@media (max-width:480px) {
.call h3 {
	display: none;
}
.home-slider .slick-slide .slider-text .thumb {
	display: none;
}
.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}
#home-vivint-form {
	background-position: center left 60%;
	padding-top: 40px;
}
#home-vivint-form .col-sm-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.vivint-form-steps {
	max-width: 100%;
	margin: 20px auto auto;
	width: 100%;
}
.inner-banner {
	padding: 55px 0;
} 
#home-control .cell {
	width: 100%;
}
header .brand img {
    padding: 8px 0;
    width: 140px;
}
}

@media (max-width:361px) {
.call h3 {
	display: none;
}
.home-slider .slick-slide .slider-text p {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 24px;
}
.home-slider .slick-slide .slider-text h1 {
	font-size: 25px;
	margin-bottom: 3px;
}
#home-vivint-form {
	background-position: center left 50%;
}
#home-vivint-form .col-sm-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
/*
.prduct-display {
	padding-left: 0;
	overflow: visible;
}
.prduct-display .tri-cell .slidetext {
	position: relative;
}
.prduct-display .left-hero .left-hero-tilt {
	margin-left: 0;
	transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
}
.prduct-display .left-hero {
	width: 100%;
	left: 0;
	-moz-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
}
.prduct-display .right-hero {
	width: 100%;
	position: relative;
	height: 100%;
	top: 0;
	right: 0;
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
}*/
.product_sec .vivint-video-slide {
	margin: auto auto 30px;
	max-width: 100%;
	height: 590px;
	padding: 68px 7px 0 15px;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li {
	width: 28%;
	margin: 0 5px 10px 0;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators li span {
	display: block;
	margin-top: 5px;
	line-height: 20px;
}
.product_sec .vivint-prdct-indicators ol.carousel-indicators {
	text-align: center;
}
#home-control .section-heading {
	padding: 0;
}
.prduct-display .left-hero:hover {
	width: 100%;
	left: 0;
}
.prduct-display .right-hero:hover {
	width: 100%;
}
.prduct-display .left-hero.left-hero-active {
	left: 0;
}
.prduct-display .right-hero.right-hero-active {
	right: 0;
}
.prduct-display .thumb {
	float: left;
	margin-left: 25px;
	width: 32%;
}
.product_sec {
	background: #F5F5F5;
	clear: left;
	padding-top: 178px;
}
footer .btm-ftr {
	padding: 40px 0 0;
}
ul.options li {
	float: none;
	width: 100%;
	margin: 10px 0;
	display: inline-block;
}
ul.options li:nth-of-type(9) {
	margin-left: 0;
}
 
    
#why-vivint-strips.strips1, #why-vivint-strips.strips3, #why-vivint-strips.strips2 {
	background-size: 255% auto;
	padding: 21em 0 0;
}
#home-control .cell {
	width: 100%;
}
}
