body {
  margin: 0;
}
.header_ions {
	display:none;
	}
.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}
.hover_style:before{
	content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #232645;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.hover_style:hover::before{
	 width: 100%;
	  opacity: 1;
    visibility: visible;
}
.hover_style {
    position: relative;
    z-index: 9;
	cursor:pointer;
}
.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}
.mobile-header button.navbar-toggle:after {
	display:none;
}
body {
  overflow-x: hidden;
}

i {
  font: normal normal normal 14px/1 FontAwesome;
}

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

a {
  color: #000;
  font-family: "Outfit-Regular";
}

a:active,a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
}

.row {
  margin: 0;
  padding: 0;
}

.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: disc;
  font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 300;
	font-family: "Outfit-Regular";
}

p strong {
  font-size: 20px;
   font-family:"Outfit-Regular";
}

h1,h2,h3,h4,h5,h6 {
  font-family:"NotoSerifDisplay-Bold";
      color: #232645;
}

.no-margin {
  margin: 0;
}

p,span {
  font-family:"Outfit-Regular";
}

.container-fluid {
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}

#button {
    display: inline-block;
    background-color: #caa200;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#button:hover::after {
    top: -10px;
}
#button:active {
    background-color: #a91f24;
}
#button:hover {
    cursor: pointer;
    background-color: #000000;
}
a h4:hover {
    opacity: 0.8;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
	outline:unset;	
}	

/* .header-nav nav ul.megamenu ul {
    width: 100%;
    margin-bottom: 0;
	color: #000;
    box-shadow: none;
    padding-left: 0;
    border-top: 5px solid #bc901c;
    border-bottom: 5px solid #bc901c;
    padding: 1em 1em;
    float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
    width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){
	float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
    font-size: 18px;
	font-weight: 500;
	text-transform:capitalize;
	font-size: 17px;
    line-height: 16px;
    color: #000;
    font-weight: 600;	
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
    color: #c2951d;
}
ul.megamenu.megamenu1 {
    left: 0em;
}
.header-nav nav ul li ul li:after{
	content:unset;		
} */
/*****************************************************Homepage****************************************************/

.header-nav nav {
    width: 100%;
    font-size: 16px;
}
.mobile-top-head {
    display: none;
}
.svg {
    position: absolute;
    width: 0;
    height: 0;
}
.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: right;
	float:left;
    padding: 0;
	margin:0;
	width:100%;	
}
.header-nav nav>ul li.active {
    background-color: #1d9bc6;
}
.header-nav nav ul li {
    color: #fff;
    list-style: none;
    transition: .5s;
    margin: 0;
	padding: 0px 0px;
   	text-align: center;
	display: inline-block;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.header-nav nav ul li:hover {
    background-color: #1d9bc6;
    color: #fff;
}
.header-nav nav>ul>li>a {
    padding: 8px 12px;
    line-height: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    line-height: 46px;
	font-family: "Outfit-Regular";
	display: block;
	text-transform: uppercase;
}

.header-nav nav>ul>li>a:nth-child(last){
	border-right:0px;	
}	
.header-nav nav>ul>li.active a {
	color: #fff;
    transition: .5s;
   }
/* .header-nav nav>ul>li a:hover {
    transition: .5s;
    animation: slidebg 5s linear infinite;
    background: linear-gradient( 
    104deg, #111111 0%, #111111 49%, #e90e10 94%, #e90c0e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  } */
 
.header-nav nav>ul>li>a:hover::before {
    width: 100%;
}
.header-nav nav ul li:last-child::after {
    content: none;
}
/* .header-nav nav>ul>li.active>a {
    color: #33a6ae;
} */
.header-nav nav>ul>li>a:before {
    content: '';
    position: absolute;
    width: 85%;
    height: 2px;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0px, 20px);
}
.header-nav nav>ul>li>a:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    bottom: -10px;
    transform: translate(0px, 20px);
}
.header-nav nav>ul>li>a:hover::before {
   transform: translate(0px, 0px);
}
.header-nav nav>ul>li>a:hover::after {
    transform: translate(0px, 0px);
}
/****Mega Menu*****/
ul.megamenu {
    padding: 1em 1em;
    float: left;
    box-shadow: 3px 3px 19px 5px #0000006e;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    transform: translate(0,20px);
    border-top: 5px solid #232645;
    border-bottom: 5px solid #232645;
    transition: 0.5s;
    z-index: 9;
}
.header-nav ul.megamenu li {
    display: inline-block;
    line-height: 36px;
    width: 32%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
    padding: 4px 0 4px;
}
ul.megamenu li a {
    margin: 0;
    color: #232645;
    text-transform: capitalize;
}
.header-nav nav>ul>li:hover ul.megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.header-nav nav>ul>li.active ul.megamenu li a{
	color: #232645;
}
.header-nav ul.megamenu  li:hover {
    background-color: #fff;
    color: #fff;
}
/*******************************************Homepage****************************************************/
.header-locksmith {
    float: left;
    width: 100%;
}
.header-locksmith-inner {
    float: right;
}
.header-locksmith-hle {
    background-color: #1d9bc6;
}
.header-locksmith-socialmedia a {
    font-size: 18px;
    color: #747474;
    margin: 0px 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-locksmith-socialmedia a:hover{
	color: #232645;	
}
.header-locksmith-socialmedia {
    width: 95px;
    background-color: #fff;
    text-align: center;
    height: 34px;
    padding-top: 3px;
    float: right;
}
.header-locksmith-call {
    float: right;
    width: 40%;
    padding: 3px 0px;
}
.header-locksmith-call a span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: #1d9bc6;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-locksmith-call a p {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-locksmith-call:hover p {
    color: #232645;
}
.header-locksmith-call:hover span{
	color: #232645;	
}
.header-locksmith-menu-sec {
    background-color: #232645;
}
.header-locksmith-logo {
    padding-top: 7px;
}
/**Footer**/
.footer-locksmith {
    float: left;
    width: 100%;
}
.footer-locksmith-hle {
    background-color: #232645;
    padding: 3em 0em;
}
.footer-locksmith-media {
    float: left;
    width: 31%;
    margin-right: 35px;
}
.footer-locksmith-media p {
    font-size: 17px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 25px;
}
.social-media a {
    font-size: 32px;
    color: #fff;
    margin: 0px 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-locksmith-links {
    float: left;
    width: 20%;
}
.footer-locksmith-links h4 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.footer-locksmith-links ul {
    padding: 0;
}
.footer-locksmith-links ul li{
	list-style-type: none;
}
.footer-locksmith-links ul li a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-locksmith-links ul li a:hover{
    color: #1d9bc6;
}
.footer-locksmith-contactinf h4 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.footer-locksmith-addres span {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    color: #1d9bc6;
    width: 20px;
}
.footer-locksmith-addres p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-locksmith-addres p:hover{
    color: #1d9bc6;
}
.footer-locksmith-addres {
    margin-bottom: 5px;
}
.footer-locksmith-first {
    padding-bottom: 3em;
    margin-bottom: 2em;
    border-bottom: 1px solid #828495;
}
.footer-locksmith-copyrigh p {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
    text-align: right;
}
.footer-locksmith-iboost {
    padding-top: 7px;
}
.social-media a:hover {
    color: #1d9bc6;
}    
/**Banner**/
.banner-locksmith {
    float: left;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.banner-locksmith-image img {
    height: 48vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-locksmith-image {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}
.banner-locksmith-content {
    position: absolute;
    left: 49px;
}
.banner-locksmith-content {
    position: absolute;
    left: 49px;
    width: 38%;
    background-image: url('../images/home/banner-cont.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding: 4em 3em 4em 3em;
}
.banner-locksmith-content h1 {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    margin-bottom: 25px;
}
.banner-locksmith-content .first_title {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    margin-bottom: 25px;
	    font-family: "NotoSerifDisplay-Bold";
}
.banner-locksmith-content p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #232645;
    margin: 0;
    margin-bottom: 25px;
}
a.banner-link {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    background-color: #1d9bc6;
    width: 180px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
     position: relative;
     z-index: 9;
    overflow: hidden;
}
a.banner-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #232645;
    left: 0;
    top: 0;
    transform: translate(-175px, 0px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

a.banner-link:hover::before{
	opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.banner-locksmith-single {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    padding-bottom: 8px;
    background-color: #fff;
}
.banner-locksmith-hle {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    background-color: #c8c9d0;
    padding-bottom: 8px;
}
/**Aboutus**/
.about-locksmith {
    float: left;
    width: 100%;
    /*margin: 1em 0em;
    padding: 1em 0em;*/
}
.about-locksmith-hle {
    padding-right: 49px;
}
.about-locksmith-hle h4 {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
    margin-bottom: 20px;
}
.about-locksmith-hle h1 {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
    margin-bottom: 20px;
}
.about-locksmith-hle p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #232645;
}
.about-locksmith-image-inner img {
    height: 47vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
    clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}
.about-locksmith-image {
    margin-right: 25px;
}
a.banner-link.abt {
    width: 210px;
}
/**Services**/
.services-locksmith {
    float: left;
    width: 100%;
    margin: 2em 0em 0em;
    padding: 5em 0em;
    background-color: #f1fbff;
}
.services-locksmith-image img {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.services-locksmith-image {
    margin-bottom: 20px;
    width: 95%;
}
.services-locksmith-single-inner {
    margin: 0px 10px;
}
.services-locksmith-single-content h5 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 42px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
.services-locksmith-single-content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #232645;
    margin-bottom: 20px;
}
a.service-link {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #ffffff;
    font-weight: bold;
    background-color: #1d9bc6;
    display: inline-block;
    width: 180px;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.services-locksmith-single-content {
    float: left;
    width: 70%;
}
a.service-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #232645;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(-180px, 0px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a.service-link:hover::before{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}
/**Dream**/
.dream-locksmith {
    float: left;
    width: 100%;
}
.dream-locksmith-content {
    padding: 80px 49px 0px;
}
.dream-locksmith-content span {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.dream-locksmith-content h4 {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
    line-height: 43px;
}
.dream-locksmith-content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #232645;
}
.dream-locksmith-image-inner img {
    height: 44vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.dream-locksmith-single {
    background-color: #f3f2f2;
}
.dream-locksmith-single:nth-child(2) .dream-locksmith-image {
    float: right;
}
.dream-locksmith-single:nth-child(2) .dream-locksmith-content {
    text-align: right;
}
/**Timer**/
.time-counter-locksmith {
    float: left;
    width: 100%;
    background-color: #2d9cca;
    padding: 7em 0em;
}
span.count {
    margin-right: 15px;
}
.time-counter-locksmith-single-inner span {
    font-size: 55px;
    line-height: 88px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'NotoSerifDisplay-Bold';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.time-counter-locksmith-single-inner p {
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 150px;
    text-align: left;
}
.time-counter-locksmith-single-inner {
    margin: 0px 10px;
    text-align: center;
}
/**Reviews**/
.reviews-locksmith {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.reviews-locksmith-hle {
    background-color: #2d9bc9;
    padding: 9em 0em;
}
.reviews-locksmith-left h4 {
    font-size: 23px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.reviews-locksmith-left p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
}
.double-big {
    width: 160px;
    height: 160px;
    text-align: center;
    background-color: #29648a;
    border-radius: 50%;
    padding-top: 40px;
    border: 10px solid #2d9bc9;
    margin-left: 49px;
    position: absolute;
    z-index: 999;
    top: 35px;
    left: 70px;
}
.reviews-locksmith-fulvison {
    position: relative;
    padding: 9em 2em 5em 3em;
}
.reviews-locksmith-fulvison:before {
    content: '';
    position: absolute;
    width: 85%;
    height: 100%;
    background-color: #29648a;
    top: 0;
    left: 0;
}
.double-quotes {
    width: 55px;
    height: 55px;
    background-color: #2d9bc9;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}
.reviews-locksmith-single-inner {
    margin: 0px 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 25px;
}
.reviews-locksmith-single-inner p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #232645;
    margin-bottom: 35px;
    height: 144px;
    overflow-y: scroll;
}
.reviews-locksmith-single-inner p::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.reviews-locksmith-single-inner p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
 
/* Handle */
.reviews-locksmith-single-inner p::-webkit-scrollbar-thumb {
  background: #2d9cca; 
  border-radius: 10px;
}

/* Handle on hover */
.reviews-locksmith-single-inner p::-webkit-scrollbar-thumb:hover {
  background: #2d9cca; 
}
.reviews-locksmith-single-cont-in h5 {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
.reviews-locksmith-single-cont-in h6 {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #8d8e98;
    margin: 0;
}
.reviews-locksmith-single-cont span {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.reviews-locksmith-single-cont-in {
    display: inline-block;
    vertical-align: middle;
}
ul.slick-dots {
    position: absolute;
   /*  width: 200px; */
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.slick-dots li {
    display: inline-block;
    list-style: none;
    line-height: 0;
    margin: 0 3px;
}
span.coupon_dots {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #ffffff5e;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}
.slick-active span.coupon_dots {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    background-color: #ffff;
}
.reviews-locksmith-left {
    margin-top: 5em;
}
/**Blog**/
.blog-locksmith {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 2em 0em;
}
.blog-locksmith-hle h4 {
    font-size: 48px;
    letter-spacing: 1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 60px;
    border-bottom: 1px solid #a0a1af;
}
.blog-locksmith-left {
    float: left;
    width: 49%;
}
.blog-locksmith-right {
    float: right;
    width: 48%;
}
.blog-locksmith-single-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
}
.blog-locksmith-single-image {
    margin-bottom: 15px;
}
.blog-locksmith-single-leftinner h5 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    line-height: 32px;
    margin-bottom: 20px;
}
.blog-locksmith-single-leftinner span {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    margin-bottom: 15px;
    display: block;
}
.blog-locksmith-single-leftinner p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #232645;
}
.blog-locksmith-right-image img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}
.blog-locksmith-right-content h5 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
}
.blog-locksmith-right-content span {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #808085;
}
.blog-locksmith-right-inn {
    margin-bottom: 30px;
}
.blog-locksmith-right-content {
    float: right;
    width: 72%;
}
.commercial-locksmith {
    float: left;
    width: 100%;
    margin: 2em 0em;
    padding: 2em 0em;
}
.commercial-locksmith-image-inner {
    margin: 0px 10px;
}
.commercial-locksmith-image-inner img {
    height: 40vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.commercial-locksmith-content-inner {
    margin: 0px 10px;
}
.commercial-locksmith-serviceareas-inner {
    margin: 0px 10px;
}
.commercial-locksmith-content-inner span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.commercial-locksmith-content-inner h4 span {
    margin: 0;
    font-size: 48px;
    letter-spacing: -1px;
    color: #2d9cca;
    font-weight: bold;
    font-family: 'NotoSerifDisplay-Bold';
    line-height: 55px;
}
.commercial-locksmith-content-inner h4 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    line-height: 55px;
}
.commercial-locksmith-content-inner p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #232645;
}
.commercial-locksmith-serviceareas-inner h5 {
    font-size: 21px;
    letter-spacing: 0px;
    color: #232645;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Outfit-Regular';
}
.commercial-locksmith-serviceareas-inner a {
    display: block;
    margin-bottom: 20px;
}
.commercial-locksmith-serviceareas-inner a span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    background-color: #474866;
    padding: 15px 0px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}
.commercial-locksmith-serviceareas-inner a span:hover{
   background-color: #2d9bc9; 
}
/*******************************************Aboutus Page************************************************/
.banner-innerpages-diego {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.banner-innerpages-diego-image img {
    height: 35vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-innerpages-diego-image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}
.banner-innerpages-diego-content {
    position: absolute;
    right: 49px;
    top: 0;
    text-align: center;
    background-image: url('../images/about/banner-cont.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-innerpages-diego-content h1 {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    line-height: 55px;
}
.banner-innerpages-diego-content .second_title {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    line-height: 55px;
	    font-family: "NotoSerifDisplay-Bold";
}
.banner-innerpages-diego-inner {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    padding-bottom: 8px;
    background-color: #fff;
}
.banner-innerpages-diego-hle {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    background-color: #c8c9d0;
    padding-bottom: 8px;
}
.aboutus-diego-own {
    float: left;
    width: 100%;
    margin: 2em 0em;
    padding: 2em 0em;
}
.aboutus-diego-image-inner img {
    height: 40vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.aboutus-diego-image {
    margin-right: 60px;
}
.banner-link.abt-own {
    margin-top: 15px;
}
.aboutus-diego-own-hle span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.aboutus-diego-own-hle h5 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    margin-bottom: 25px;
}
.aboutus-diego-own-hle h1 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    margin-bottom: 25px;
}
.aboutus-diego-own-hle p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #232645;
    column-count: 2;
}
/*p.right-cont-abt {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #232645;
    display: inline-block;
    width: 30%;
    float: right;
}*/
.licensed-locksmith {
    float: left;
    width: 100%;
    margin: 2em 0em;
    padding: 2em 0em 5em 0em;
    position: relative;
}
.licensed-locksmith-hle span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.licensed-locksmith-hle h4 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    text-align: center;
    margin-bottom: 2em;
}
.licensed-locksmith-single-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.licensed-locksmith-single-inner {
    margin: 0px 15px;
}
.licensed-locksmith:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #2d9bc9;
    bottom: 0;
    z-index: -1;
}
.licensed-locksmith-single-image {
    margin-bottom: 25px;
    width: 95%;
}
.licensed-locksmith-single-inner h5 {
    font-size: 23px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Outfit-Light';
     margin: 0;
    line-height: 36px;
    margin-bottom: 15px;
}
.licensed-locksmith-single-inner p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
}
.howjob {
    float: left;
    width: 100%;
    margin: 2em 0em;
    padding: 2em 0em;
}
.howjob-hle span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.howjob-hle h4 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 2em;
    text-align: center;
}
.howjob-key-image img {
    height: 1004px;
    object-fit: contain;
    object-position: center;
    width: 450px;
}
.howjob-key-image {
    margin: 0 auto;
    float: none;
    max-width: 450px;
}
.howjob-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.howjob-content-main {
    float: left;
    width: 38%;
    margin-right: 40px;
}
.howjob-step-name {
    float: left;
    width: 20%;
}
.howjob-content-main h5 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #25274a;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Outfit-Regular';
    text-align: right;
}
.howjob-content-main p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #25274a;
    text-align: right;
}
.howjob-step-name h3 {
    font-size: 33px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
}
.howjob-step-name {
    float: left;
    width: 20%;
    margin-top: 0.5em;
    padding-left: 25px;
}
.howjob-content-in.second .howjob-content-main {
    float: right;
    margin: 0;
}
.howjob-content-in.second .howjob-step-name {
    float: right;
    text-align: center;
    padding-left: 0px;
    padding-right: 25px;
}
.howjob-content-in.first {
    margin: 1em 0em;
}
.howjob-content-in.second {
    margin: 1.5em 0em 1em 0em;
}
.howjob-content-in.third {
    margin: 0em 0em;
}
.howjob-content-in.fourth {
    margin: 0em 0em;
}
.howjob-content-in.third .howjob-step-name h3 {
    margin: 0;
}
.howjob-content-in.fourth .howjob-content-main {
    float: right;
    margin: 0;
}
.howjob-content-in.fourth .howjob-step-name {
    float: right;
    text-align: center;
    padding-left: 0px;
    padding-right: 25px;
}
.howjob-content-in.fourth .howjob-step-name h3{
    margin: 0;
}
.howjob-content-in.second .howjob-content-main h5, .howjob-content-in.fourth .howjob-content-main h5,
.howjob-content-in.second .howjob-content-main p, .howjob-content-in.fourth .howjob-content-main p{
    text-align: left;
}
.howjob-content-in.first .howjob-step-name {
    padding-top: 20px;
}
.whychoose-locksmith {
    float: left;
    width: 100%;
    margin: 2em 0em;
}
.whychoose-locksmith-hle {
    background-image: url('../images/about/service.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0em;
}
.whychoose-locksmith-hle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2326458f;
    top: 0;
    left: 0;
}
.whychoose-locksmith-hle span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.whychoose-locksmith-hle h4 {
    font-size: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0;
    margin-bottom: 2em;
}
.whychoose-locksmith-single-inner {
    margin: 0px 10px;
    text-align: center;
}
.whychoose-locksmith-single-icon {
    width: 140px;
    height: 140px;
    background-color: #1d9bc6;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.whychoose-locksmith-single-inner h5 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #d8e1e8;
    font-weight: bold;
    font-family: 'Outfit-Regular';
    margin: 0;
    margin-bottom: 20px;
}
.whychoose-locksmith-single-inner p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #c0c0c0;
}
/****************************************Service Page***************************************/
.services-locksmith.ownpage-service {
    background-color: transparent;
}
.services-locksmith.ownpage-service span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #232645;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}
.services-locksmith.ownpage-service h4 {
    font-size: 48px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    line-height: 55px;
    margin-bottom: 35px;
}
.services-locksmith.ownpage-service h1 {
    font-size: 48px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    line-height: 55px;
    margin-bottom: 35px;
}
.offer-service-hle {
    background-color: #2d9cca;
    padding: 4em 0em;
}
.offer-service {
    float: left;
    width: 100%;
    margin: 1em 0em;
    padding: 1em 0em;
}
.offer-service-hle span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.offer-service-hle h4 {
    font-size: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}
.offer-service-what-icon {
    vertical-align: top;
}
.offer-service-content h5 {
    font-size: 30px;
    letter-spacing: 0px;
    color: #d8e1e8;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.offer-service-content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
}
.offer-service-what-single-inner {
    margin: 0px 10px;
}
.offer-service-what-single {
    margin-bottom: 4em;
}
.blog-locksmith-service {
    float: left;
    width: 100%;
    margin: 1em 0em 0em 0em;
    padding: 4em 0em;
    background-color: #f4f4f4;
    position: relative;
    z-index: 99;
}
.blog-locksmithservice-hle span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}
.blog-locksmithservice-hle h4 {
    font-size: 48px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}
.blog-locksmithservice-single-inner {
    margin: 0px 25px;
}
.blog-locksmithservice-single-image img {
    width: 100%;
    height: 25vw;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.blog-locksmith-service:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 400px;
    background-color: #2d9bc9;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.blog-locksmithservice-single-image {
    margin-bottom: 15px;
}
.blog-locksmithservice-single-inner h5 {
    font-size: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    line-height: 36px;
    margin-bottom: 15px;
}
.blog-locksmithservice-single-inner p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.blog-locksmithservice-single-inner a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #232645;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-locksmithservice-single-inner a:hover {
    color: #fff;
}
.blog-locksmithservice-single-icon img {
    height: 180px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
}
.blog-locksmithservice-single-icon {
    float: left;
    width: 45%;
    margin-right: 20px;
}
.blog-locksmithservice-single-content h5 {
    font-size: 19px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    line-height: 28px;
    margin-bottom: 10px;
}
.blog-locksmithservice-single-content p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    margin-bottom: 10px;
}
.blog-locksmithservice-single-content a {
    display: block;
    width: 150px;
    background-color: #2d9bc9;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 0px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-locksmithservice-recent-single {
    margin-bottom: 20px;
}
.blog-locksmithservice-single-content a:hover {
    background-color: #232645;
}
.blog-locksmithservice-slic .slick-list.draggable {
    padding: 2em 0em;
}

/*******************************************Service Area Page********************************************/
.serviceareas-locksmith {
    float: left;
    width: 100%;
    margin: 1em 0em 0em 0em;
    padding: 2em 0em 0em 0em;
}
.serviceareas-locksmith-hle h4 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    padding-left: 49px;
    margin: 0;
    margin-bottom: 1em;
}
.serviceareas-locksmith-hle h1 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    padding-left: 49px;
    margin: 0;
    margin-bottom: 1em;
}
.serviceareas-locksmith-map .mapouter {
    height: 960px;
}
.serviceareas-locksmith-map .gmap_canvas{
    height: 960px;
}
.service-area-names {
    position: absolute;
    z-index: 99;
}
.service-area-names-inner {
    width: 360px;
    height: 100%;
    background-image: url('../images/service-area/serviceareacont.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3em 0em;
    margin-left: -15px;
    position: relative;
}
.service-area-names-inner ul {
    padding: 0;
    height: 605px;
    overflow-y: scroll;
    margin-right: 35px;
}
.service-area-names-inner ul li a{
    list-style-type: none;
    background-image: url('../images/service-area/border.png');
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80px;
    width: 300px;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 22px;
    position: relative;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    line-height: 36px;
}
.service-area-names-inner ul li a:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #2d9cca;
    right: -10px;
    top: 13px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-area-names-inner ul li a:hover::after {
    background-color: #232645;
}
.service-area-names-inner ul li a:before {
    content: '';
    position: absolute;
    background-image: url('../images/service-area/location.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 25px;
    right: 7px;
    z-index: 99999;
    width: 19px;
    height: 28px;
}

.service-area-names:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 490px;
    background-image: url(../images/service-area/navyblue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -20px;
    left: 0;
    z-index: -1;
}
.serviceareas-locksmith-map:before {
    background-image: url('../images/service-area/serviceareabak.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.service-area-names-inner ul::-webkit-scrollbar {
    width: 5px;
}
.service-area-names-inner ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px
}
.service-area-names-inner ul::-webkit-scrollbar-thumb {
    background: #232645;
}
.service-area-names-inner ul::-webkit-scrollbar-thumb:hover {
    background: #232645;
}
.service-area-names-inner ul li a:hover {
    color: #1d9bc6;
}
/********blogpage*********/
.blogdetail-diego-own-hle {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
span.licens_lock {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2d9cca;
    font-weight: bold;
}

.left_locksmith_service h1 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin-bottom: 36px;
}

.left_locksmith_service {
    width: 57.9%;
}
.lock_service_inner {
    max-width: 85.3%;
    margin: 0 auto;
    padding-bottom: 42px;
}
.right_locksmith_service {
    float: right;
    width: 34%;
}
.blog_newarrival {
    width: 89%;
    float: left;
}
.left_lock_ser_image img {
    width: 100%;
    height: 24.2vw;
    border-radius: 7px;
    object-fit: cover;
    object-position: center;
}

.licensed_locksmith_service {
    float: left;
    width: 100%;
    position: relative;
}
.left_locksmith_service:before {
    content: "";
    display: block;
    width: 100%;
    height: 410px;
    background-color: #2d9bc9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}


.left_locksmith_service h2 {
    font-size: 26px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.left_locksmith_service p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #fff;
    margin-top: 25px;
}
.left_lock_ser_image {
    float: left;
    width: 100%;
}
.left_locksmith_service a.blog_readmore {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #232645;
    font-weight: bold;
    text-transform: uppercase;
}
.blog_date {
    margin-bottom: 32px;
}
.blog_date p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
    padding-top: 10px;
}
.right_locksmith_service h3 {
    font-size: 43px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin-bottom: 30px;
}
.sidebar_service_image img {
    width: 183px;
    height: 164px;
    border-radius: 7px;
    object-fit: cover;
}
.sidebar_service_image {
    float: left;
}
.sidebar_service_content {
    float: left;
    padding-left: 45px;
    width: 42%;
}
.sidebar_service_content .sidebar_readmore {
    height: 36px;
    background-color: #2d9cca;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 19px;
	margin-top: 8px;
	    cursor: pointer;
}
.sidebar_service_content h5 {
    font-size: 19px;
    letter-spacing: 0px;
    color: #232645;
    font-weight: bold;
}
.sidebar_service {
    float: left;
    width: 100%;
    margin: 13px 0 13px;
}
.blogs_wrapper {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    padding: 50px 0 50px;
}
.inner_blog_wrapper {
    float: left;
    width: 84.5%;
}
.left_lock_ser_image.blog_image {
    width: 82%;
}
.inner_blog_wrapper .blog_date p {
    color: #a5a5a5;
}
.inner_blog_wrapper .blog_date {
    margin-bottom: 0;
}
.inner_blog_wrapper h2 {color: #232645;}
.inner_blog_wrapper .blog_readmore {
    color: #232645;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
    font-weight: 600;
}
.inner_blog_wrapper .blog_readmore:hover {
    color: #2d9bc9;
    transition: 0.5s;
}
.inner_blog_wrapper h2 {
    color: #232645;
    font-size: 23px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.blog_page_content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    margin-bottom: 0;
}
.allblogs {
    margin: 50px 0 50px;
}
/* blogdetail */

.banner-innerpages-diego-content span {
	display:block;
	font-family:"NotoSerifDisplay-Bold";
}

/* blogdetail */
.blogdetail-diego-own-hle h1{
	font-size: 36px;
color: #232645;
font-weight: bold;
padding-bottom: 13px;
}
.blogdetail-diego-own-hle p{
	font-size: 20px;
	line-height: 33px;
	color: #232645;
    margin-bottom: 15px;
}
.blogdetail-diego-own-hle ul li {
    font-size: 20px;
    line-height: 33px;
    color: #232645;
	letter-spacing: 0px;
}
.blogdetail-diego-own-hle p strong {
    font-size: 22px;
    font-family: 'Outfit-Regular';
	margin-bottom: 15px;
}
.blogdetail-diego-image-inner img {
    border-radius: 5px;
	object-fit: cover;
   width: 100%;
}
.blogdetail-diego-icon-inner ul li {
    list-style-type: unset;
	    display: inline-block;
}
.blogdetail-diego-image-inner {
    position: relative;
}
.blogdetail-diego-icon-inner ul {
    position: absolute;
    top: 19px;
    right: 26px;
}
.blogdetail-diego-icon-inner ul li a {
    background-color: #ffff;
    border-radius: -4px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}
/* .blogdetail-downtitle a {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #0d1112;
    font-weight: bold;
    font-family: "Outfit-regular";
    text-align: center;
} */

.blogdetail-downtitle p {
    padding: 8px 15px 8px;
    margin-bottom: 0;
	font-size: 23px;
    letter-spacing: 1px;
    color: #ffffff;
	text-align: right;
}
.blogdetail-downtitle {
    position: absolute;
    bottom: 4px;
	left:20px;
	right:0;
}
.blogdetail-diego-image {
    margin-right: 63px;
}
.blogdetail-innertitle {
    border-bottom: 1px solid white;
}
.blogdetail-downtitle a {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 27px;
    font-weight: bold;
     font-family: "Outfit-regular";
    text-align: center;
    color: #0d1112;
     padding: 5px;
    background-color: #ffff;
	position:relative;
}
.blogdetail-diego-own-hle h4{
	font-size: 23px;
letter-spacing: -1px;
color: #232645;
font-weight: bold;
    padding-bottom: 6px;
}
.blogdetail-diego-own-hle h3{
	font-size: 23px;
line-height: 33px;
color: #232645;
font-weight: bold;
    padding-bottom: 6px;
}
.blogdetail-diego-own-hle h2 {
    font-size: 30px;
    color: #1d9bc6;
    font-weight: bold;
    padding-bottom: 6px;
}
.blogdetail-diego-own-hle h6{
	font-size: 23px;
letter-spacing: -1px;
color: #232645;
font-weight: bold;
    padding-bottom: 6px;
}
.blogdetail-leftbtn {
    float: left;
	padding-top: 16px;
	
  
}
.blogdetail-rightbtn {
    float: right;
	padding-top: 16px;
  
}
.bloddetail-key {
    border-top: 1px solid #979a9b;
    padding: 20px 0 20px;
}

.bloddetail-key a {
    height: 49px;
    background-color: #2d9cca;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    font-size: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 22px;
}
.bloddetail-key .abtleft-own {
    opacity: 0.5;
}
.bloddetail-key .abtright-own {
    float: right;
}

.abtleft-own i.fa.fa-chevron-circle-left {
    margin-right: 13px;
}

.abtright-own i.fa.fa-chevron-circle-right {
    margin-left: 13px;
}
.blog_page.blogslider_detail .left_lock_ser_image.blog_image{
	width:100%;
}
.blog_page.blogslider_detail .inner_blog_wrapper {
    width: 100%;
    padding: 0 25px;
}
.blogslider_detail .slick-next {
    top: 0;
    position: absolute;
    right: 20px;
}
.blogslider_detail .slick-prev {
    position: absolute;
    right: 50px;
}

.blogslider_detail .slick-arrow {
    background: none;
    font-size: 0;
    border: 0;
    background-color: #808085;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	z-index:99;
	cursor:pointer;
}
.related_artical h4 {
    text-align: center;
    font-size: 34px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
}
.blogslider_detail .slick-prev:after {
    content: "";
    display: inline-block;
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
}
.blogslider_detail .slick-next:after {
    display: inline-block;
        content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
}
/*******service-detail********/

.service_detail_page {
    float: left;
    width: 100%;
    padding-bottom: 10em;
}
.left_service_detail_block {
    width: 64%;
    float: left;
    padding-top: 25px;
}
.left_service_detail_block h1 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    font-weight: bold;
    margin-bottom: 23px;
}

.left_service_detail_block p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #232645;
    margin-bottom: 25px;
}
.left_service_detail_block a {
    color: #1d9bc6;
}
.blogdetail-diego-own-hle a {
	 color: #1d9bc6;
}
.bloddetail-key a {
    color: #fff;
}
.left_service_detail_block h2 {
    color: #232645;
    text-transform: capitalize;
    margin: 2em 0px 1em;
	 font-family:NotoSerifDisplay-ExtraBold;
}
.left_service_detail_block h3 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    font-weight: bold;
    margin: 1em 0 1em;
}
.left_service_detail_block h1 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    font-weight: bold;
    margin: 1em 0 1em;
}
.left_service_detail_block h1 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    font-weight: bold;
    margin: 1em 0 1em;
	 font-family:NotoSerifDisplay-ExtraBold;
}
.left_service_detail_block ul {
    padding-left: 5px;
	margin:0;
}
.left_service_detail_block p strong {
    font-family: NotoSerifDisplay-ExtraBold;
    font-size: 26px;
    color: #1d9bc6;
}
.left_service_detail_block ul li {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    
    list-style-type: none;
    position: relative;
    padding-left: 55px;
    margin: 15px 0 15px;
}
.left_service_detail_block ul li:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 39px;
    background-image: url(../images/service/list_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
/* .right_service_detail_sidebar:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 42px;
    background-image: url(../images/service/waveshape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
} */
.right_service_detail_sidebar {
    width: 32%;
    float: right;
    position: relative;
  
	
}
.sidebar_detail_wrapper {
    float: left;
    width: 100%;
	  filter: drop-shadow(41.5px 71.88px 63px rgba(0,0,0,0.18));
    background-color: #ffffff;
	padding:25px;
}
.sidebar_servicedetail_content {
    padding: 40px 10px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 20px;
}
.sidebar_services_detail{
	float:left;
	width:100%;
	position:relative;
}
.slider_arrow span {
    width: 44px;
    height: 35px;
    background-color: #232645;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 25px;
	cursor:pointer;
}
.slider_arrow {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 47%;
}
.slider_arrow .next {
    float: right;
}

.sidebar_servicedetail_content h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    margin-bottom: 10px;
}

.sidebar_servicedetail_content p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #808085;
    font-weight: 500;
}
.sidebar_servicedetail_content h1 {
    font-size: 20px;
}
.sidebar_servicedetail_image {
    padding: 0 5px;
}
.recent_blog_services_detail h4 {
    font-size: 27px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    margin-bottom: 26px;
    margin-top: 18px;
    margin-top: 0;
}
.sidebar_servicedetail_content .view_detail {

    background-color: transparent;
    display: inline-block;
    line-height: 44px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: Outfit-Regular;
    font-weight: 500;
    margin-top: 8px;
    color: #232645;
    font-weight: 500;
}
/* .sidebar_servicedetail_content .view_detail:hover {
    background-color: #2d9cca;
    transition: 0.5s;
} */
.service_detail_recentblog_wrapper .blog-locksmith-right-image img {
    height: 75px;
}
.service_detail_recentblog_wrapper .blog-locksmith-right-content h5 {
    font-size: 17px;
    margin-bottom: 9px;
    color: #232645;
}
.service_detail_recentblog_wrapper  .blog-locksmith-right-content span {
    font-size: 13px;

    color: #808085;
}
.service_detail_recentblog_wrapper .blog-locksmith-right-inn {
    margin-bottom: 15px;
}
.recent_blog_services_detail {
    float: left;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.call_now_service .call_now_btn {
    font-size: 29px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    font-family: NotoSerifDisplay-Bold;
    display: inline-block;
    text-align: left;
    /* padding-left: 53px; */
    margin-bottom: 0px;
    position: relative;
}
.call_now_text {
    font-size: 39px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    /* text-align: center; */
    display: block;
    font-family: NotoSerifDisplay-Bold;
}
.call_now_service .call_now_btn:before {
    content: "\f2a0";
    display: inline-block;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    width: 107px;
    height: 111px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -3.2em;
    top: -1em;
    background-size: unset;
    font: normal normal normal 14px/1 FontAwesome;
    color: #232645;
    text-align: center;
    font-size: 40px;
    line-height: 111px;
}
a.call_now_text:hover {
    color: #fff;
}

.sidebar_servicedetail_image img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.call_now_service {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 61px;
    border-radius: 24px;
    background-color: #232645;
    margin-top: 51px;
    float: left;
    width: 100%;
    padding: 8px;
    padding-left: 140px;
}
/* .recent_blog_services_detail:after {
    content: "";
    display: block;
    width: 69%;
    border-bottom: 2px solid #c0c0c5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
/********review-page*******/
.reviews-locksmith-single-inner.review-page-single {
    filter: drop-shadow(41.5px 71.88px 63px rgba(0,0,0,0.18));
    background-color: #feffff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.review_page_wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
}

/******contact-page*******/
.contact_uspage {
    float: left;
    width: 100%;
    margin: 25px 0 80px;
}
.contact_page_wrapper {
    max-width: 1096px;
    margin: 0 auto;
    width: 100%;
}
.contact_left {
    filter: drop-shadow(41.5px 71.88px 63px rgba(0,0,0,0.18));
    background-color: #232645;
}
.contact_left {
    filter: drop-shadow(41.5px 71.88px 63px rgba(0,0,0,0.18));
    background-color: #232645;
    padding: 30px;
    padding-bottom: 99px;
}

.contact_form {
    float: left;
    width: 100%;
    filter: drop-shadow(41.5px 71.88px 63px rgba(0,0,0,0.18));
    background-color: #ffffff;
    padding: 30px;
}

.contact_right {
    padding-right: 10px;
    margin-top: 80px;
}
.contact_form h4 {
    font-size: 27px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    margin: 0;
    margin-bottom: 24px;
}

.contact_top_content h1 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #232645;
    font-weight: bold;
    border-bottom: 1px solid #a0a1af;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.contact_top_content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    max-width: 42%;
    margin-bottom: 15px;
}
.input_box input {
    border: 0;
    box-shadow: unset;
    border-bottom: 1px solid #a0a1af;
    border-radius: 0;
    margin-bottom: 0;
    height: 57px;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #c5c5c7;
    font-family: Outfit-Regular;
}

.input_box.text_area textarea {
    border: 0;
    resize: unset;
    border-bottom: 1px solid #a0a1af;
    height: 210px;
    width: 100%;
    padding-top: 30px;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #c5c5c7;
    font-family: Outfit-Regular;
	outline:0;
}
.form-control:focus {
    border-color: #a0a1af;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow:unset;
}
.input_box:first-child {
    width: 49%;
}

.input_box:nth-child(2) {
    width: 48%;
    float: right;
}
.contact_left h5 {
    font-size: 27px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 60px;
}
.contact_detail p {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #a0a1af;
    padding-left: 40px;
    margin: 0;
}

.contact_detail p a {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #a0a1af;
}
.captcha_box {
    margin-top: 20px;
	float: left;
}
.submit_btn {
    width: 152px;
    height: 60px;
    border-radius: 7px;
    background-color: #2d9cca;
    border: 0;
    font-size: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: Outfit-Regular;
    float: right;
    margin-top: 20px;
	position:relative;
}
.hover_style.submit_btn:before {
    border-radius: 7px;
}
span.contact_icon {
    position: absolute;
    font-size: 22px;
    color: #2d9cca;
    top: 3px;
}

.contact_shape {
    margin: 15px 0 15px;
    float: left;
    width: 100%;
    position: relative;
}
.contact_social_icons a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    filter: drop-shadow(1.362px 2.673px 3.5px rgba(0,0,0,0.35));
    color: #2d9cca;
    margin-right: 8px;
}


.contact_social_icons a i {
    filter: drop-shadow(1.362px 2.673px 3.5px rgba(0,0,0,0.35));
}
.contact_social_icons {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.contact_left:after {
    content: "";
    display: inline-block;
    width: 92px;
    height: 66px;
    background-color: #eeeeef;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -10px;
    bottom: -66px;
}
.service_detail_wrapper {
    padding: 0 15px;
}
.service_detail_image {
    width: 52%;
    float: left;
    margin-right: 4em;
    margin-left: -1.5em;
}
.service_detail_image img {
	-webkit-clip-path:polygon(0 13%, 100% 0%, 100% 87%, 0% 100%);
    clip-path: polygon(0 13%, 100% 0%, 100% 87%, 0% 100%);
    object-fit: cover;
    height: 48vw;
}
.service_detail_wrapper .slider_arrow{
	display:none;
}
.blog-locksmithservice-single-content .service_title_link {
    background: transparent;
    width: auto;
    padding: 0;
	text-align:left;
}
.blog-locksmithservice-single-content .service_title_link:hover {
    background: transparent;
}
/*****servicedetail_whychoose****/
.why_choose_whitebox_wrapper {
    filter: drop-shadow(41.5px 71.88px 63px rgba(0,0,0,0.18));
   
    padding: 22px;
    margin: 0px 25px;
	height:336px;
	 background-image: url(../images/servicedetail/whychoosebg.png);
    background-position: center;
    background-repeat: no-repeat;
}
.whychoosed_service_detail {
    float: left;
    width: 100%;
    background-image: url(../images/servicedetail/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 685px;
    margin-bottom: -1px;
    width: 100%;
    background-size: cover;
    padding: 50px 0 50px;
}
.why_choose_top_content h5 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #232645;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
span.why_choose_icon {
    width: 100%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.why_choose_top_content p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #808085;
    max-width: 650px;
    margin: 0 auto;
}
.whychoose_box_wrapper {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.why_choose_whitebox_wrapper h4 {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    font-weight: bold;
    margin-bottom: 22px;
}
.why_choose_whitebox_wrapper p {
    font-size: 13px;
    letter-spacing: 0px;
   line-height: 20px;
    color: #808085;
}.sitemap-lists {    float: left;    width: 100%;    margin: 2em 0 3em;}


.header-locksmith-hle {
    position: relative;
    top: 0;
    z-index: 9;
}
.header-locksmith.fixed .header-locksmith-menu-sec {
    position: fixed;
    top: 34px;
}
.header-locksmith.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
}
.header-locksmith.fixed .header-nav nav>ul>li>a {
    padding: 4px 12px;
}
.header-locksmith.fixed .header-locksmith-logo-inner img {
    max-width: 160px;
}
/********autopage********/


.auto_serivce_image {
    float: right;
    margin-left: 50px;
	margin-bottom: 50px;
}
.auto_serivice_page h1 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #232645;
    font-family:NotoSerifDisplay-ExtraBold;
	margin-bottom:15px;
}
.auto_serivice_page p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #232645;
    margin-bottom: 20px;
}

.auto_serivce_image img {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    height: 35vw;
    object-fit: cover;
}
.auto_serivice_page h2 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    font-weight: bold;
    font-family: Outfit-Regular;
	padding-top:20px;
    margin-bottom: 20px;
}
.auto_serivice_page h3 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #232645;
    font-weight: bold;
    font-family: Outfit-Regular;
	padding-top:20px;
    margin-bottom: 20px;
}
.keyreplace_image {
    width: 100%;
    height: 500px;
    background-image: url(../images/auto/keyimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 33px;
}
.keyreplace_content {
    background-color: rgb(35 38 69 / 75%);
    padding: 40px 25px;
    height: 100%;
}

.keyreplace_content h4 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 22px;
}
.keyreplace_wrapper {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.keyreplace_content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
}
.automative_service {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 32px 0 94px;
}
.automative_service_wrapper h3 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #232645;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
.left_auto_serivice_list ul {
    padding: 0 65px;
}
.left_auto_serivice_list ul li {
    display: block;
    height: 83px;
    filter: drop-shadow(2.724px 5.346px 4.5px rgba(35,39,47,0.1));
    background-color: #ffffff;
    margin-bottom: 22px;
    text-align: left;
    font-size: 20px;
    line-height: 42px;
    color: #233148;
    font-weight: 500;
    line-height: 83px;
    padding: 0 20px;
	transition:0.5s;
}
.left_auto_serivice_list ul li:before {
    content: "";
    display: inline-block;
    background-image: url(../images/auto/bluetick.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 25px;
    margin-right: 20px;
}
.left_auto_serivice_list ul li:hover:before {
    content: "";
    display: inline-block;
    background-image: url(../images/auto/whitetick.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.left_auto_serivice_list ul li:hover {
    background-color: #239cc5;
    color: #fff;
}
.left_auto_serivice_list ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 41px solid transparent;
    border-left: 40px solid #239cc5;
    border-bottom: 42px solid transparent;
    display: inline-block;
    position: absolute;
    right: -40px;
	opacity:0;
	visibility:hidden;
	transition:0.5s;

}
.car_locksmith_service {
    float: left;
    width: 100%;
    padding: 90px 0 90px;
}
.left_auto_serivice_list ul li:hover:after {
	opacity:1;
	visibility:visible;
}
.car_lock_circle img {
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 7px solid #6bb3cd;
	object-fit:cover;
}
.car_lock_right_circle h4 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #232645;
    margin-bottom: 30px;
	margin-left:20px;
}
.cirlce_service {
    width: 219px;
    height: 219px;
    border-radius: 110px;
    background-color: #d0f3ff;
    border: 7px solid #6cb4cd;
    margin: 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.serv_icons_car {
    display: inline-block;
    width: 75px;
    height: 75px;
}
.cirlce_service p {
    font-size: 17px;
    color: #233148;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0 25px;
    margin-top: 14px;
}
.last_block_image {
    margin-right: 80px;
    margin-bottom: 30px;
}

.last_block_image img {
    width: 100%;
    object-fit: cover;
}
.last_block_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/auto/shape1.png);
    background-position: center;
    background-size: 101% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
}
.autopage_lastblock {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 90px 0 90px;
}
.last_block_wrapper h3 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #232645;
    font-weight: bold;
    margin-bottom: 20px;
}
.last_block_wrapper p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #232645;
    margin-bottom: 25px;
}
/*********commercial-page******/
.auto_serivce_image.commer_service_image img {
    border-radius: 0;
	-webkit-clip-path:polygon(24% 0%, 100% 0%, 86% 100%, 0% 166%);
    clip-path: polygon(24% 0%, 100% 0%, 86% 100%, 0% 166%);
    height: 24vw;
	object-fit:cover;
}
.commer_page_second {
    margin-right: 50px;
	margin-bottom:25px;
}
.commer_page_second img {
	-webkit-clip-path:polygon(0 0, 79% 0, 93% 100%, 14% 100%);
    clip-path: polygon(0 0, 79% 0, 93% 100%, 14% 100%);
    height: 24vw;
    object-fit: cover;
}


.comm_secodblock h2 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #232645;
    font-weight: bold;
    font-family: NotoSerifDisplay-ExtraBold;
    margin-top: 0;
    padding-top: 0;
}
.autopage.comme_second_block_wrap {
    margin: 50px 0 50px;
    float: left;
    width: 100%;
}
.autopage_lastblock.commer_lastblock {
    background-color: #fff;
}
.last_block_image.last_block_image_commer:after {
    display: none;
}
.last_block_image.last_block_image_commer img {
    height: 35vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
	-webkit-clip-path:polygon(0 0, 79% 0, 93% 100%, 14% 100%);
	clip-path: polygon(0 0, 79% 0, 93% 100%, 14% 100%);
}
.contact_btn_commer {
    width: 43%;
    float: left;
}
.call_btn_comm {
    border-radius: 7px;
    background-color: #1d9bc6;
    float: left;
    text-align: center;
    padding: 8px 56px;
}
.call_btn_comm p {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
}
.call_btn_comm a {
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 61px;
    color: #ffffff;
    font-weight: 600;
}
.call_btn_comm:hover {
    background-color: #232645;
    transition: .5s;
}
.last_block_image.last_block_image_commer {
    margin-right: 40px;
}
.keyreplace_image.keyreplace_image_comm {
    height: 604px;
}
/********residential_page*******/
.auto_serivce_image.residetial_service_image img {
    border-radius: 0;
	-webkit-clip-path:polygon(0 14%, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 14%, 100% 0%, 100% 85%, 0% 100%);
    height: 27vw;
}
.auto_serivce_image.residetial_service_image {
    float: left;
    margin-left: 0;
    margin-right: 75px;
    width: 35%;
}
.emergency_residencial {
    float: left;
    width: 100%;
    padding: 90px 0 55px;
}
.emergency_ser_image {
    margin-right: 55px;
    margin-bottom: 25px;
    width: 41%;
}
.emergnecy_service_block p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #232645;
}
.emergnecy_service_block h4 {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #232645;
    font-weight: bold;
    margin-bottom: 15px;
}
.last_block_image_residential {
    text-align: center;
    float: right;
    margin-left: 70px;
    width: 47%;
}

.last_block_image_residential img {
    -webkit-clip-path: polygon(17% 13%, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(17% 13%, 100% 0%, 92% 100%, 0% 100%);
    height: 29vw;
    object-fit: cover;
    object-position: center;
}
.emergency_ser_image img {
    height: 405px;
    object-fit: cover;
}
.autopage {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.allblogs:nth-child(3n+1) {
    clear: both;
}
.blogslider_detail .allblogs:nth-child(3n+1){
	clear: unset;
}	
/*******************************************Responsive Page**********************************************/


@media only screen and (min-width:1400px) {
	
	/************************************Homepage****************************************************/
    .double-big{
        left: 100px;
    }
.left_lock_ser_image img{
	height:330px;
}	
.sidebar_servicedetail_image img{
	height:355px;
}
.service_detail_image img{
	height:655px;
}
/*******autopage*****/
.auto_serivce_image img{
	height:480px;
}
.last_block_image.last_block_image_commer img {
    height: 512px;
}
.commer_page_second img{
	height:327px;
}
.auto_serivce_image.residetial_service_image img{
	height:368px;
}
.last_block_image_residential img {
	height:403px;
}

	
}
@media only screen and (min-width:1500px) {
    
    /************************************Homepage****************************************************/
    .double-big{
        left: 140px;
    }
    .howjob-key-image img {
        height: 1000px;
    }
    .howjob-content-main{
        margin-right: 45px;
    }

    
}
@media only screen and (min-width:1600px)  {
   /***************************************Homepage****************************************************/
    .double-big{
        top: 45px;
        left: 180px;
    }
    .howjob-key-image img {
        height: 1000px;
    }
    /*************************************Service Areas Pages******************************************/
    .service-area-names:after{
        width: 370px;
    }


        
}

@media only screen and (min-width:1700px)  {
   /***************************************Homepage****************************************************/
    .double-big{
        left: 230px;
    }
   /*************************************Aboutus Page************************************************/
    .howjob-key-image img {
        height: 870px;
    } 



}

@media only screen and (min-width:1800px)  {
    /***************************************Homepage****************************************************/
	.double-big{
        left: 275px;
    }
    /***************************************Aboutus Page***********************************************/
    .banner-innerpages-diego-content{
        right: 23em;
    }   
    .aboutus-diego-image-inner img {
        height: 30vw;
    }
    .howjob-key-image img{
        height: 873px;
    }          
    .howjob-content-in.first {
        margin: 0.5em 0em;
    }
    .howjob-content-in.second {
        margin: 1em 0em 0em 0em;
    }
    .howjob-content-in.fourth .howjob-step-name{
        margin-top: -1em;
    }
    .howjob-content {
        max-width: 1026px;
    }    


}

@media only screen and (min-width:1920px)  {
    
    /*************************************Homepage***************************************************/
    .banner-locksmith-content{
        left: 23em;
        height: 25vw;
    }
    .banner-locksmith-image img{
        height: 34vw;
    }
    .about-locksmith-hle{
        padding-right: 22em;
    }
    .about-locksmith-image-inner img{
        height: 30vw;
    }
    .dream-locksmith-image-inner img {
        height: 26vw;
    }    
    .commercial-locksmith-image-inner img {
        height: 30vw;
    }
    .double-big{
        top: 40px;
        left: 360px;
    }
    /******************************************About Page************************************/
    .banner-innerpages-diego-content{
        right: 23em;
    }
    .aboutus-diego-image-inner img {
        height: 30vw;
    }   
    .howjob-key-image img{
        height: 845px;
    }     
    .howjob-content-main{
        width: 41%;
    }
    .howjob-content-in.second .howjob-step-name{
        padding-right: 0px;
    }   
    .howjob-content-in.fourth .howjob-step-name{
        padding-right: 0px;
    }
    .howjob-key-image img {
        height: 755px;
    }
    .howjob-content-main {
        margin-right: 35px;
    }
    /****************************************Service Page****************************************/
    .blog-locksmithservice-single-image img{
        height: 20vw;
    }
    /****************************************Service Area Page**********************************/
    .service-area-names:after{
        width: 360px;
    }


        
}

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

	  .container {
		padding: 0 15px;
	  }
	
	/***********************************Homepage****************************************************/	
	 .header-nav nav>ul>li>a{
        padding: 8px 10px;
    }
    .banner-locksmith-content{
        padding: 3em 2em 0em 2em;
    }
    .banner-locksmith-content p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner-locksmith-content h1{
        font-size: 40px;
        line-height: 45px;
    }
	    .banner-locksmith-content .first_title{
        font-size: 40px;
        line-height: 45px;
    }
    .about-locksmith-hle {
        padding-right: 15px;
    }
    .about-locksmith-image{
        margin-bottom: 25px;
    }
    /**************************************Aboutus Page*************************************/
    .banner-innerpages-diego-content{
        height: 300px;
    }
    .banner-innerpages-diego-content h1 {
       font-size: 38px;      
	}
    .aboutus-diego-own-hle h5 {
        font-size: 42px;
    }
	 .aboutus-diego-own-hle h1 {
        font-size: 42px;
    }
    .howjob-content {
        width: 880px;
    }      
    .howjob-key-image img {
        height: 915px;
        object-fit: unset;
    }    
    .howjob-content-in.second {
        margin: 0.5em 0em 0.5em 0em;
    }
    .howjob-content-in.fourth {
        margin: 0em 0em;
        margin-top: -25px;
    }
    /**************************************Service Page**************************************/
    .blog-locksmithservice-single-icon{
        margin-right: 19px;
    }
    .blog-locksmithservice-hle h4 {
        font-size: 42px;
    }
    .blog-locksmith-service:after{
        width: 70%;
        height: 540px;
    }    
    .blog-locksmithservice-single-content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-locksmith-service{
        padding: 2em 0em;
    }
    /*************************************Service Areas Pages***************************************/
    .service-area-names:after{
        width: 355px;
    }
  .sidebar_servicedetail_image img{
	height:250px;
  }	  
.call_now_service .call_now_btn:before{
	width:77px;
	height:77px;
	
}
.services-locksmith-image {
    width: 100%;
}
.licensed-locksmith-single-image {
    width: 100%;
}
/******autopage******/
.left_auto_serivice_list ul {
    padding: 0 50px;
}


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

    /************************************Homepage*******************************************/
   .header-locksmith-call{
        width: 50%;
   }
   .header-nav nav>ul>li>a{
        padding: 8px 5px;
        font-size: 11px;
   }
   .banner-locksmith-content{
      padding: 3em 1em 0em 1em;
      height: 35vw;
   }
   .banner-locksmith-content h1 {
        font-size: 34px;
        line-height: 42px;
    }
	.banner-locksmith-content .first_title {
        font-size: 34px;
        line-height: 42px;
    }
    a.banner-link{
        width: 170px;
        padding: 10px 0px;
    }
    .about-locksmith-hle{
        padding-left: 15px;
    }
    .about-locksmith-image{
        margin-left: -15px;
    }
    .services-locksmith-single-content h5 {
        font-size: 34px;
    }    
    a.service-link{
        font-size: 16px;
    }
    .dream-locksmith-image-inner img {
        height: 515px;
    }
    .dream-locksmith-content {
        padding: 50px 25px 0px;
    }       
    .dream-locksmith-content span {
        font-size: 16px;
    }
    .dream-locksmith-content h4 {
        font-size: 36px;    
        line-height: 40px;    
    }
    .time-counter-locksmith{
        padding: 4em 0em;
    }    
    .time-counter-locksmith-single-inner span {
        font-size: 42px;
        line-height: 80px;
    }   
    .commercial-locksmith-image {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .commercial-locksmith-image-inner img {
        height: 40vw;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .commercial-locksmith-content {
        float: left;
        width: 55%;
    }
    .commercial-locksmith-serviceareas {
        float: right;
        width: 44%;
    }
    .commercial-locksmith-content-inner h4 {
        font-size: 42px;
        line-height: 50px;
    }
    .commercial-locksmith-content-inner h4 span{
         font-size: 42px;
        line-height: 50px;
    }
    .double-big{
        left: 15px;
    }
    .reviews-locksmith-hle{
        padding: 7em 0em;
    }
    .blog-locksmith{
        padding: 1em 0em;
        margin: 1em 0em;
    }
    .blog-locksmith-single-image img{
        height: 350px;
    }
    .blog-locksmith-hle h4 {
        font-size: 45px;
        line-height: 55px;
    }    
    .footer-locksmith-contactinf {
        float: right;
        width: 29%;
    }
    .footer-locksmith-links{
        width: 18%;
    }
    .commercial-locksmith-image-inner{
        max-width: 70%;
        margin: 0 auto;
    }
    /*****************************************AboutsPage********************************/
    .banner-innerpages-diego-content {
        height: 245px;
    }
    .banner-innerpages-diego-content h1 {
        font-size: 36px;
        line-height: 50px;
    }
	.banner-innerpages-diego-content .second_title {
        font-size: 36px;
        line-height: 50px;
    }
    .aboutus-diego-own-hle h5 {
        font-size: 36px;
        line-height: 50px;
    }
	.aboutus-diego-own-hle h1{
        font-size: 36px;
        line-height: 50px;
    }
    .aboutus-diego-own-hle p {
        font-size: 16px;
        column-count: auto;
    }
    .aboutus-diego-own-hle span {
         font-size: 16px;    
     }     
    .whychoose-locksmith-hle h4 {
        font-size: 42px;
        letter-spacing: 1px;
    }
    .licensed-locksmith-hle h4 {
        font-size: 42px;
        letter-spacing: 0px;    
    }
    .licensed-locksmith-single-inner h5 {
        font-size: 22px;    
        line-height: 32px;
    }
    .licensed-locksmith-single-image img{
        height: 350px;
    }
    .howjob{
        margin: 1em 0em;
        padding: 1em 0em;
    }
    .howjob-hle h4 {
        font-size: 42px;
        letter-spacing: 0px;
        margin-bottom: 1em;   
    }
    .howjob-content-in.first {
        margin: 0em 0em;
    }
    .howjob-step-name h3 {
        font-size: 28px;
    }
    .howjob-content-in.third .howjob-step-name h3{
        margin-top: -25px;
    }
    .howjob-content-in.fourth .howjob-step-name h3{
        margin-top: -25px;
    }
    .howjob-key-image img {
        height: 760px;
    }
    .howjob-content-in.fourth{
        margin-top: -40px;
    }      
    /*************************************Service Page********************************************/
    .blog-locksmithservice-single-icon {
        margin-right: 15px;
    }
    .services-locksmith.ownpage-service h4 {
        font-size: 42px;
        line-height: 50px;
    }
	.services-locksmith.ownpage-service h1{
        font-size: 42px;
        line-height: 50px;
    }
    .services-locksmith.ownpage-service span {
        font-size: 17px;    
        margin-bottom: 20px;
    }
    .offer-service-hle h4 {
        font-size: 42px;
        margin-bottom: 45px;
    }
    .offer-service-content h5 {
        font-size: 26px;    
        margin-bottom: 15px;
    }
    .offer-service-hle{
        padding: 3em 0em;
    }
    /************************************Service Areas Pages*************************************/
    .serviceareas-locksmith-hle h4 {
        font-size: 42px;
        padding-left: 0;
        text-align: center;
    }
	 .serviceareas-locksmith-hle h1 {
        font-size: 42px;
        padding-left: 0;
        text-align: center;
    }
	/********blog-page******/
	.sidebar_service_image {
    width: 55%;
	}
	.sidebar_service_content {
		padding-left: 20px;
	}
		/*******servicedetail*********/
.sidebar_servicedetail_content {
    padding: 20px;
    padding-bottom: 38px;
}
/* .recent_blog_services_detail { */
    /* padding: 20px 20px; */
/* } */
.left_service_detail_block p {
    font-size: 18px;
    line-height: 30px;
}
.call_now_text{
	font-size:28px;
}
.call_now_service .call_now_btn {
    font-size: 26px;
}
.call_now_service{
	padding-left:100px;
}
.call_now_service .call_now_btn:before {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: -2.3em;
    top: -5px;
}
.why_choose_whitebox_wrapper{
	margin:0 10px;
}
 .why_choose_whitebox_wrapper h4 {
    font-size: 16px;
 }
 
 /******autopage******/
 .left_auto_serivice_list ul {
    padding-left: 0px;
}
 .left_auto_serivice_list ul li:before{
	margin-right:15px;
 }
.car_lock_circle img {
    width: 450px;
    height: 450px;
}	
.cirlce_service{
	    margin: 5px 8px;
}	
 .last_block_image {
    margin-right: 50px;
}
.car_lock_circle {
    margin-top: 90px;
    text-align: center;
}
/*****commercialpae********/
.commer_page_second {
    margin-right: 25px;
}
.auto_serivce_image {
    margin-left: 25px;
}
/******residential_page*******/
.auto_serivce_image.residetial_service_image {
    margin-right: 25px;
}
.left_auto_serivice_list ul li{
	font-size:18px;
}
.emergency_ser_image {
    margin-right: 25px;
}
.last_block_image_residential{
	margin-left:25px;
}
.autopage_lastblock {
    padding: 30px 0 30px;
}


 
}



@media only screen and (max-width:992px) {
	/***********************************Homepage****************************************************/
	 /***Mobile Menu Open***/	
	.mobile-header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile-header {
		display: block;
		float: left;
		width: 100%
	}
	.mobile-header button.navbar-toggle {
		color: #fff;
		float: left;
		display: block;
		margin-left: 5px;
		position: absolute;
		top: -9em;
        right: 0;
		z-index: 999;
		background-color: #1d9bc6;
		display: block;
		border: 1px solid #1d9bc6;
	}
	.mobile-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 2em;	
		padding:0px 15px;
	}
    /*.mobile-logo img {
        width: 130px;
    }*/
    .mobile-header .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.mob_navi {
		position: fixed;
		top: 0;
		z-index: 9;
	    width: 350px;
		height: 100%;
		padding-top: 10px;
		overflow-x: hidden;
		overflow-y: hidden;
		transform: translate(-100%, 0px);
		transition: .5s;
		z-index: 999999;
		background-color: #232645;
	}
	.mob_navi.menu_open {
		transform: translate(0%, 0px)
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s
	}
	.glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	.mob_sub_navigate i {
		width: 48%;
		padding-right: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		text-align: right;
		cursor: pointer;
		color: #fff;
		float: right
	}
	.close {
    opacity: 0;
}
	#mob_menu {
		margin: 0;
		padding: 0;
		background-color: #1d9bc6;
		float: left;
		width: 100%
	}
	#mob_menu li {
		list-style-type: none
	}
	#mob_menu li a {
		text-decoration: none;
		color: #fff;
		display: block;
		padding: 10px 15px;
		font-size: 20px;	
	}
	#mob_menu li a:hover {
		color: #021414;
		transition: .5s
	}
	.mob_navi.submenu_open {
		overflow-y: hidden
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s;
		color: #fff;
	}
	.mob_navi.submenu_open .mob_sub_navigate span {
		opacity: 1
	}
	.mob_sub_menu {
		position: absolute;
		z-index: 9999;
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(100%, 0px);
		transition: .5s;
		padding-bottom: 15px;
		padding-left: 0;
		background-color: #1d9bc6;
	}
	.mob_sub_link span {
		font-size: 16px;
		display: inline-block;
		width: 10px;
		text-align: center;
		right: 10px;
		line-height: 10px;
		cursor: pointer;
		float: right;
		margin-right: 5px;
		color: #fff;
		position: relative;
		top: -27px
	}
	.mobile.header {
		background-color: #222;
		color: #fff;
		padding: 10px;
		padding-left: 15px;
		float: left;
		width: 100%
	}
	.submenu_open #mob_menu {
		transform: translate(-100%, 0px);
		transition: .5s
	}
	ul.mob_sub_menu.submenu_open {
		background-color: #222;
		transform: translate(0%, 0px);
		transition: .5s;
		height: 100%
	}
	.mobile.header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile.mobile-one {
		display: block
	}
	.header {
		display:none;	
	}		
	.columbus.banner {
		z-index:9;
	}
	.header-logo-mob {
		display: block;
	}
	.header-logo-mob {
		display: block;
		position: absolute;
		z-index: 999;
		width: 30%;
		padding: 20px 0px 0px 15px;
	}
	.mobile-header {
		display: block;
		position: absolute;
		right: 0;
		top: 12em;
		z-index: 99999;
	}
	/* .mobile-head-lock {
		position: absolute;
		z-index: 9;
		background-color: rgba(100,100,100,0.40);
		padding: 15px 0px 0px 15px;
	}*/
	.mobile-top-head {
		display: block;
	} 
	/****Mobilemenu end**/
	/*********************************Homepage****************************************************/
    .header-locksmith-call {
        width: 65%;
    }
    .header-locksmith-menu-ow{
        display: none;
    }
    .header-locksmith-logo {
        padding-top: 0;
        float: left;
        width: 51%;
    }
    .header-locksmith-menu-sec{
        padding: 10px 0px;
    }
    .banner-locksmith-content {
        padding: 3em 1em 3em 1em;
        height: auto;
        left: 15px;
        width: 50%;
    }
    .banner-locksmith-image img{
        height: 65vw;
    }
    .about-locksmith-hle p {
         font-size: 18px;
    }
    .about-locksmith-hle h4 {
        font-size: 36px;     
        margin-bottom: 15px;
    }
	.about-locksmith-hle h1 {
        font-size: 36px;     
        margin-bottom: 15px;
    }
    .services-locksmith{
        margin: 1em 0em 0em;
        padding: 3em 0em;
    }   
    .services-locksmith-image img {
        height: 250px;
    }
    .services-locksmith-single-content{
        width: 100%;
    }    
    .services-locksmith-single-content h5 {
        font-size: 32px;
    }
    .dream-locksmith-image-inner img {
        height: 510px;
    }    
    .dream-locksmith-content {
        padding: 35px 25px 0px;
    }
    .dream-locksmith-content h4 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .dream-locksmith-content span{
        margin-bottom: 15px;
    }
    .time-counter-locksmith {
        padding: 3em 0em;
    }   
    .commercial-locksmith-content-inner h4 span {
        font-size: 36px;
        line-height: 45px;
    }
    .commercial-locksmith-content-inner h4 {
        font-size: 36px;
        line-height: 45px;
    }
    .commercial-locksmith{
        margin: 1em 0em;
        padding: 1em 0em;
    }
    .reviews-locksmith-fulvison{
        padding: 4em 1em 5em 1em;
    }
    .double-big {
        width: 140px;
        height: 140px;
        left: 0px;
        margin-left: 50px;
        padding-top: 35px;
    }    
    .double-big img{
        width: 65px;
    }
    .reviews-locksmith-hle {
        padding: 5em 0em;
    }
    .blog-locksmith-hle h4 {
        font-size: 42px;
    }
    .blog-locksmith-right-image {
        float: left;
        width: 40%;
    }    
    .blog-locksmith-right-content {
        float: right;
        width: 55%;
    }
    .blog-locksmith-right-content h5 {
        font-size: 16px;
    }    
    .blog-locksmith-single-image img {
        height: 300px;
    }  
    .footer-locksmith-media {
        float: left;
        width: 50%;
        margin-right: 35px;
    }
    .footer-locksmith-links {
        width: 45%;
        float: left;
        margin-bottom: 25px;
    }
    .footer-locksmith-contactinf {
        float: right;
        width: 45%;
    }
    .footer-locksmith-first {
        padding-bottom: 2em;
    }
    .footer-locksmith-copyrigh p {
        font-size: 16px;
     }   
     .footer-locksmith-hle{
        padding: 2em 0em;
     }

     /********************************************About Page******************************************/
     .aboutus-diego-own-hle h5 {
        font-size: 32px;
        line-height: 45px;
    }
	.aboutus-diego-own-hle h1{
        font-size: 32px;
        line-height: 45px;
    }
    .whychoose-locksmith-hle h4 {
         font-size: 36px;    
         margin-bottom: 1em;
    }
    .whychoose-locksmith-single {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }
    .whychoose-locksmith-hle{
        padding: 3em 0em;
    }
    .licensed-locksmith{
        margin: 1em 0em;
       padding: 1em 0em 3em 0em;
    }
    .licensed-locksmith-hle h4 {
        font-size: 36px;
        letter-spacing: 0px;
        line-height: 42px;
    }
    .howjob-hle h4 {
         font-size: 36px;
    }     
    .howjob-key-image img {
        height: 585px;
    }
    .howjob-content-main h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .howjob-content-main p {
        font-size: 14px;    
        line-height: 20px;
    }
    .howjob-content-in.first .howjob-step-name {
        padding-top: 7px;
        margin-top: 0.5em;
        padding-left: 0px;
    }    
    .howjob-step-name h3 {
        font-size: 24px;
    }
    .howjob-content-in.second{
        margin-top: -34px;
    }
    .howjob-content-in.third{
        margin-top: -21px;
    }
    .howjob-content-in.fourth {
        margin-top: -60px;
    }
    .howjob-content {
        width: 600px;
    }
    .howjob-step-name{
        padding-left: 0px;
    }    
    .banner-innerpages-diego-image img {
        height: 50vw;
    }
    .banner-innerpages-diego-content {
        height: 245px;
        width: 35%;
        right: 15px;
    }
    .banner-innerpages-diego-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
	.banner-innerpages-diego-content .second_title {
        font-size: 32px;
        line-height: 40px;
    }
    .banner-innerpages-diego{
        margin-bottom: 1em;
    }
    .aboutus-diego-own{
        margin: 1em 0em;
        padding: 1em 0em;
    }
    /****************************************Service Page*******************************/
    .services-locksmith.ownpage-service span{
        margin-bottom: 15px;
    }
    .services-locksmith.ownpage-service h4 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }
	.services-locksmith.ownpage-service h1{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    .offer-service-hle h4 {
        font-size: 36px;
        margin-bottom: 42px;
    }
    .offer-service-what-single{
        margin-bottom: 2em;
        float: left;
        width: 50%;
    }
    .blog-locksmithservice-hle h4 {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .blog-locksmithservice-hle span {
         font-size: 16px;
         margin-bottom: 20px;
    }
    .blog-locksmithservice-hle h4 {
        font-size: 36px;
        margin-bottom: 30px;
    }     
    .blog-locksmithservice-slic {
        float: left;
        width: 100%;
        background-color: #2d9bc9;
        margin-bottom: 20px;
    }
    .blog-locksmithservice-recent {
        float: left;
        width: 100%;
    }
    .blog-locksmithservice-recent-inner {
        max-width: 80%;
        float: none;
        margin: 0 auto;
    }   
    .blog-locksmith-service:after{
        content: none;
    }
    .blog-locksmithservice-single-icon {
        float: left;
        width: 35%;
    }
    /************************************Service Areas Pages**********************************/
    .service-area-names-inner {
        width: 335px;
    }
    .service-area-names-inner ul li a{
        width: 280px;
        font-size: 20px;
    }
    .service-area-names:after {
        width: 330px;
        height: 450px;
    }
    .serviceareas-locksmith-hle h4 {
        font-size: 40px;
    }
	.serviceareas-locksmith-hle h1 {
        font-size: 40px;
    }
    .serviceareas-locksmith-map:before{
        background-image: unset;
    }    
    .serviceareas-locksmith-map .mapouter {
        height: 600px;
    }
    .serviceareas-locksmith-map .gmap_canvas {
        height: 600px;
    }
    .service-area-names{
        position: relative;
    }
    .service-area-names-inner {
        width: 100%;
        background-color: #e6e6e6;
        background-image: unset;
    }
    .service-area-names-inner ul li a {
        margin: 0 auto;
        margin-bottom: 15px;
    }    
    .service-area-names-inner ul{
        height: 565px;
    }
    .serviceareas-locksmith-map {
        order: 3;
    }
    .serviceareas-locksmith-hle {
        display: flex;
        flex-direction: column;
    }
    .service-area-names-inner{
        margin-left: 0;
    }
    .serviceareas-locksmith-hle h4 {
        font-size: 36px;
    }
	.serviceareas-locksmith-hle h1 {
        font-size: 36px;
    }
	/******blog-page*******/
	.right_locksmith_service {
		width: 39%;
	}
	.left_locksmith_service h1 {
    font-size: 38px;
	}
	.blog_date {
		margin-bottom: 0;
	}
	.sidebar_service_image img {
    height: 142px;
	}
	.sidebar_service_content .sidebar_readmore{
		padding:0 10px;
	}
	.allblogs {
		margin: 25px 0 24px;
	}	
	.inner_blog_wrapper .blog_readmore{
		margin-top:20px;
	}	
    /*********blogdetail*******/
	.blogdetail-diego-image {
		margin-right: 20px;
	}
	.blogdetail-diego-own-hle h1 {
    font-size: 32px;
    line-height: 38px;
	}
	 .blogdetail-downtitle p{
		font-size:16px;
		letter-spacing:0;
	}
	/*******contact-page******/
.contact_top_content p {
    max-width: 100%;
    margin-bottom: 35px;
	line-height:26px;
}	
/****service-detail********/
.right_service_detail_sidebar{
	width:40%;
}
.sidebar_servicedetail_image img{
	height:275px;
}
.slider_arrow{
	bottom:25em;
}
.service_detail_recentblog_wrapper .blog-locksmith-right-content h5 {
    font-size: 15px;
    margin-bottom: 9px;
}

.service_detail_recentblog_wrapper .blog-locksmith-right-content span {
    font-size: 14px;
}
.left_service_detail_block {
    width: 60%;

}
.service_detail_image {
    width: 50%;
    float: left;
    margin-right: 1em;
    margin-left: -1.5em;
}
.why_choose_whitebox_wrapper {
    margin: 0 5px;
    padding: 22px 9px;
}
.why_choose_whitebox_wrapper h4 {
    margin-bottom: 10px;
}
span.why_choose_icon{
	margin-top:8px;
}
.why_choose_whitebox_wrapper h4 {
    font-size: 14px;
}
.why_choose_whitebox_wrapper p {
    height: 159px;
    overflow-y: scroll;
}
.why_choose_whitebox_wrapper p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.why_choose_whitebox_wrapper p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.why_choose_whitebox_wrapper p::-webkit-scrollbar-thumb {
  background: #232645; 
  border-radius: 10px;
}

/* Handle on hover */
.why_choose_whitebox_wrapper p::-webkit-scrollbar-thumb:hover {
  background: #79b4c8; 
}
.header-locksmith.fixed{
	position:unset;
}
.header-locksmith.fixed .header-locksmith-menu-sec {
    position: unset;
}
/******autopage********/
.auto_serivce_image {
    margin-left: 30px;
    margin-bottom: 30px;
}
.left_auto_serivice_list ul li:before {
    margin-right: 10px;
    width: 20px;
    height: 17px;
}
.left_auto_serivice_list ul li{
	padding:0 10px;
	font-size:17px;
}
.left_auto_serivice_list ul {
    padding: 0px 40px;
	padding-left:0;
	
}
.car_lock_circle img {
    width: 360px;
    height: 360px;
}
.cirlce_service {
    width: 164px;
    height: 164px
}
.serv_icons_car img {
    max-width: 35px;
}
.serv_icons_car {
    height: 50px;
}
.cirlce_service p {
    font-size: 14px;
}
.automative_service {
    padding: 32px 0 30px;
}
.car_locksmith_service {
    padding: 30px 0 30px;
}
.autopage_lastblock {
    padding: 30px 0 30px;
}
.last_block_image_residential{
	margin-bottom:25px;
}
.emergency_ser_image {
    float: left;
}
.emergency_ser_image img {
    height: 250px;
}
.emergency_residencial {
    padding: 30px 0 30px;
}

.emergnecy_service_block h4 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px;
}










}  



@media only screen and (max-width:767px) {
	
	/**********************************Homepage****************************************************/
    .header-locksmith-inner {
        float: left;
        width: 100%;
    }
    .header-locksmith-call{
        float: left;
    }   
    .banner-locksmith-hle {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
        background-color: #eeee;
        padding-bottom: 35px;
    }
    .banner-locksmith-single{
        -webkit-clip-path: unset;
        clip-path: unset;
        padding-bottom: 0px;
        background-color: unset;
    }
    .banner-locksmith-content {
        padding: 3em 1em 3em 1em;
        height: auto;
        left: 0;
        width: 100%;
        background-image: unset;
        position: relative;
    }    
    .about-locksmith-image {
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-locksmith-image-inner img {
        height: 60vw;
        clip-path: unset;
        border-radius: 15px;
    }
    .about-locksmith-hle h4 {
        font-size: 34px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 42px;
    }
	.about-locksmith-hle h1 {
        font-size: 34px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 42px;
    }
    .services-locksmith-single-content h5 {
        font-size: 30px;
        line-height: 38px;
    }
    a.service-link {
        font-size: 15px;
        padding: 8px 0px;
    }
    .dream-locksmith-image-inner img {
        height: 380px;
    }
    .dream-locksmith-content {
        padding: 25px 15px 25px;
        float: left;
        width: 100%;
    }
    .dream-locksmith-single{
        float: left;
        width: 100%;
    }
    .dream-locksmith-single:nth-child(2) .dream-locksmith-image {
        float: left;
        width: 100%;
    }
    .dream-locksmith-image{
         float: left;
        width: 100%;
    }
    .time-counter-locksmith {
        padding: 2em 0em;
    }   
    .time-counter-locksmith-single {
        margin-bottom: 20px;
    }
    .time-counter-locksmith-single-inner span {
        font-size: 36px;
        line-height: 75px;
    }
    .commercial-locksmith-image-inner img {
        height: 65vw;
    }    
    .commercial-locksmith-content {
        float: left;
        width: 100%;
        margin-bottom: 20px;    
    }
    .commercial-locksmith-serviceareas {
        float: left;
        width: 100%;
    }
    .commercial-locksmith-content-inner h4 {
        font-size: 32px;
        line-height: 42px;
    }
    .commercial-locksmith-content-inner h4 span {
        font-size: 32px;
        line-height: 42px;
    }
    .commercial-locksmith-serviceareas-inner a span{
        max-width: 80%;
        margin: 0 auto;
    }   
    .double-big {
        width: 100px;
        height: 100px;
        left: 0px;
        padding-top: 25px;
        right: 0;
        margin: 0 auto;
        border: 5px solid #2d9bc9;
    }     
    .double-big img {
        width: 50px;
    }
    .reviews-locksmith-fulvison:before{
        width: 100%;
    }
    .reviews-locksmith-left {
        margin-top: 3em;
        margin-bottom: 20px;
    }   
    .reviews-locksmith-hle {
        padding: 4em 0em;
    }
    .reviews-locksmith-single-inner{
        padding: 25px 15px;
    }
    .reviews-locksmith-single-cont-in h5 {
        font-size: 16px;
    }    
    .reviews-locksmith-single-inner {
        padding: 20px 15px;
    }
    .blog-locksmith-hle h4 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .blog-locksmith-left {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-locksmith-right {
        float: left;
        width: 100%;
    }
    .blog-locksmith-right-inn {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    .blog-locksmith-right-image {
        float: left;
        width: 40%;
    }
    .blog-locksmith-right-content {
        float: right;
        width: 60%;
    }
    .footer-locksmith-first{
        float: left;
        width: 100%;
        padding-bottom: 1em;
        margin-bottom: 1em;    
    }
    .footer-locksmith-bottom {
        float: left;
        width: 100%;
    }
    .footer-locksmith-media {
        float: left;
        width: 45%;
        margin-right: 25px;
        margin-bottom: 20px;
    }
    .footer-locksmith-links.services {
        clear: both;
    }    
    .footer-locksmith-contactinf {
        float: right;
        width: 65%;
    }
    .footer-locksmith-links {
        width: 34%;
    }
    .footer-locksmith-iboost{
        text-align: center;
        margin-bottom: 15px;
    }    
    .footer-locksmith-copyrigh p{
        text-align: center;
    }
    .footer-locksmith-links h4 {
        font-size: 22px;
    }    
    /*************************************Aboutus Page**************************************/
    .banner-innerpages-diego-hle{
        -webkit-clip-path: unset;
        clip-path: unset;
        background-color: #eeee;
        padding-bottom: 0px;
    }   
    .banner-innerpages-diego-inner{
       -webkit-clip-path: unset;
        clip-path: unset;
        background-color: transparent;
        padding-bottom: 0px; 
    }
    .banner-innerpages-diego-image img {
        height: 50vw;
    }
    .banner-innerpages-diego-content{
        height: 100%;
        width: 100%;
        right: 0;
        padding: 2em 1em;
        background-image: unset;
        position: relative;
    }
    .banner-innerpages-diego-content h1 {
        font-size: 32px;
        line-height: 40px;
		display:flex;
    }
	.banner-innerpages-diego-content .second_title {
        font-size: 32px;
        line-height: 40px;
		display:flex;
    }
    .banner-innerpages-diego-image{
        -webkit-clip-path: unset;
        clip-path: unset;
    }
    .aboutus-diego-image{
        margin-bottom: 20px;
    }
    .aboutus-diego-image-inner {
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus-diego-image-inner img {
        height: 85vw;
    }
    .aboutus-diego-own-hle span{
        margin-bottom: 15px;
    }    
    .aboutus-diego-own-hle h5 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 15px;
    }
	 .aboutus-diego-own-hle h1 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .whychoose-locksmith-hle span{
        margin-bottom: 15px;
    }
    .whychoose-locksmith-hle h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .whychoose-locksmith-main .container{
        padding: 0px 0px;
    }    
    .whychoose-locksmith-single-inner {
        margin: 0px 5px;
    }
    .whychoose-locksmith-single-icon {
        width: 110px;
        height: 110px;    
    }
    .licensed-locksmith-hle span {
        font-size: 16px;    
    }    
    .licensed-locksmith-hle h4 {
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 36px;
    }
    .licensed-locksmith-single-inner {
        margin: 0px 10px;
    }
    .licensed-locksmith-single-image img {
        height: 255px;
    }
    .licensed-locksmith-single-image {
        margin-bottom: 20px;
    }
    .licensed-locksmith-single-inner h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .licensed-locksmith{
        padding: 1em 0em 2em 0em;
    }
    .howjob-hle span {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .howjob-hle h4 {
        font-size: 32px;
    }
    .howjob-hle h4 {
        font-size: 32px;
    }
    .howjob-inner {
        float: left;
        width: 100%;
        padding: 0px 15px;
    }
    .howjob-key-image{
        display: none;
    }
    .howjob-content {
        width: 100%;
        float: left;
    }
    .howjob-content-in {
        margin: 0.5em 0em;
        float: left;
        width: 100%;
        background-color: #2d9bc9;
        padding: 10px;
    }    
    .howjob-content-main {
        float: left;
        width: 100%;
        margin-right: 15px;
    }
    .howjob-step-name {
        padding-left: 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .howjob-step-name h3 {
        font-size: 24px;
        text-align: center;
        line-height: 36px;
        margin: 0;
    }
    .howjob-content {
        position: relative;
    }    
    .howjob-content-main h5{
        text-align: left;
    }
    .howjob-content-main p{
        text-align: left;
    }
    .howjob-content-in {
        margin: 1em 0em;
        float: left;
        width: 100%;
    }
    .howjob-content-in.first .howjob-step-name {
        padding-top: 0;
        margin-top: 0em;
        padding-left: 0px;
    }
    .howjob-content-in.second{
        margin-top: 0px;
    }
    .howjob-content-in.third{
        margin-top: 0px;   
    }
    .howjob-content-in.fourth {
        margin-top: 0px;
    }
    .howjob-content-in.first{
        margin: 1em 0em;
    }
    .howjob-content-in.second{
        margin: 1em 0em;   
    }
    .howjob-content-in.third{
        margin: 1em 0em;
    }    
    .howjob-content-in.fourth{
        margin: 1em 0em;
     }   
    .howjob-content-in.third .howjob-step-name h3{
        margin-top: 0em;
    }       
    .howjob-content-in.fourth .howjob-step-name h3{
        margin-top: 0em; 
    }
    /***************************************Service page**************************************/
    .services-locksmith.ownpage-service h4 {
        font-size: 32px;
        line-height: 42px;
    }
	 .services-locksmith.ownpage-service h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .offer-service-hle span {
        font-size: 16px;    
    }
    .offer-service-content {
        text-align: center;
    }    
    .offer-service-what-icon{
        text-align: center;
    }
    .blog-locksmithservice-single-inner {
        margin: 0px 15px;
    }
    .blog-locksmithservice-recent {
        float: left;
        width: 100%;
    }
    .blog-locksmithservice-recent-inner {
        max-width: 85%;
        float: none;
        margin: 0 auto;
    }    
    .blog-locksmithservice-single-content a {
        display: inline-block;
    }
    .blog-locksmithservice-single-icon img {
        height: 155px;    
    }
  /******blog-page*****/
.left_locksmith_service {
    width: 100%;
}  
.left_lock_ser_image img {
    height: 45vw;
}
.blog_date {
    float: left;
    width: 100%;
}
.lock_service_inner {
    padding-bottom: 20px;
}
.right_locksmith_service {
    width: 100%;
    float: left;
    padding-left: 15px;
}
.right_service_wraper {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.sidebar_service_image {
    width: 50%;
}
.sidebar_service_content {
    width: 50%;
	padding-left:0;
}
.sidebar_service_content h5 {
    line-height: 26px;
}
.allblogs {
    float: left;
    width: 50%;
}
.inner_blog_wrapper {
    float: left;
    width: 100%;
    padding: 0 5px;
}
.left_lock_ser_image.blog_image {
    width: 100%;
}
.blog_page {
    float: left;
    width: 100%;
}
.blogs_wrapper {
    padding: 25px 0 15px;
}
.mob_navi {
    width: 100%;
}
/********blogdetail********/
.blogdetail-diego-image {
    margin-right: 15px;
    width: 50%;
    float: left;
}
.blogdetail-diego-own-hle h1 {
    font-size: 26px;
}
.blogdetail-diego-own-hle p {
    font-size: 18px;
    line-height: 30px;
	margin-bottom: 15px;
}
.blogdetail-diego-own-hle h2 {
    font-size: 24px;
}
.blogdetail-diego-own-hle h3 {
    font-size: 20px;
    line-height: 30px;
}
/********contact-page*******/
.contact_left {
    float: left;
    width: 100%;
}
.contact_right {
    padding-right: 0;
    margin-top: 0;
    float: left;
    width: 100%;
}
.input_box {
    float: left;
    width: 100%;
}
.input_box.text_area textarea {
    height: 150px;
}
.input_box:first-child {
    float: left;
}
.contact_left h5 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 33px;
    letter-spacing: 0px;
}
.contact_left {
    float: left;
    width: 100%;
    padding: 52px 30px 50px;
}
.contact_left:after {
    right: 0;
    top: 0;
    left: 0;
	background-color:#2d9cca;
}
.contact_top_content h1 {
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 14px;
}
.contact_top_content p {
    margin-bottom: 20px;
}
.contact_page_wrapper {
    max-width: 100%;
}
/*********reviewpage*******/
.reviews-locksmith-single.review-page-reviews {
    width: 50%;
    float: left;
}
/******servicedetail*********/
.service_detail_wrapper {
    float: left;
    width: 100%;
}
.left_service_detail_block {
    width: 100%;
    float: left;
}
.left_service_detail_block p{
	margin-bottom:15px;
}
.left_service_detail_block h1 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}
.right_service_detail_sidebar {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.sidebar_servicedetail_image img {
    width: 100%;
}
.service_detail_page {
    padding-bottom: 3em;
}
.left_service_detail_block h3 {
    font-size: 30px;
	margin: 0.5em 0 0.5em;
}
.left_service_detail_block h1 {
    font-size: 30px;
	margin: 0.5em 0 0.5em;
}
.why_choose_white {
    width: 50%;
    float: left;
}
.whychoosed_service_detail{
	height:auto;
}
.why_choose_whitebox_wrapper {
    padding: 22px 15px;
    margin: 10px 5px;
    border-radius: 5px;
}
.blog_page.blogslider_detail .inner_blog_wrapper {
    padding: 0 10px;
}
.blogslider_detail .slick-prev{
	top:-10px;
}
.blogslider_detail .slick-arrow{
	top:-10px;
}
/******autopage********/
.auto_serivce_image {
    margin-left: 15px;
    margin-bottom: 15px;
    width: 50%;
}
.auto_serivice_page h1 {
    font-size: 30px;
    line-height: 36px;
}
.auto_serivice_page h2 {
    font-size: 23px;
    line-height: 30px;

}
.auto_serivice_page h3{
	 font-size: 23px;
    line-height: 30px;
	padding-top:20px;

}
.left_auto_serivice_list ul li {
    padding: 0 15px;
    font-size: 22px;
}
.keyreplace_wrapper {
    margin-top: 5px;
}
.left_auto_serivice_list ul {
    margin-bottom: 40px;
}
.car_lock_circle {
    margin: 15px 0 25px;
    width: 100%;
}
.circle_list {
    float: left;
    width: 100%;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    float: none;
}

.car_lock_right_circle h4 {
    text-align: center;
    font-size: 32px;
}
.cirlce_service {
    width: 164px;
    height: 164px;
    float: left;
}
.car_lock_right_circle {
    float: left;
    width: 100%;
}
.last_block_image {
    margin-right: 15px;
    float: left;
    width: 50%;
}

.last_block_wrapper h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
}
.autopage.comme_second_block_wrap {
    margin: 0px 0 20px;
}
.commer_page_second {
    margin-right: 15px;
    float: left;
}
.last_block_image.last_block_image_commer {
    margin-right: 15px;
}	


}



@media only screen and (max-width:480px)  {
	/**************************************Homepage****************************************************/
    .header-locksmith-call a p{
        font-size: 16px;
    }
    .mobile-header button.navbar-toggle{
        top: -9.5em;
    }      
    .banner-locksmith-image{
        -webkit-clip-path: unset;
        clip-path: unset;
    }
    .banner-locksmith-content {
        padding: 2em 1em 2em 1em;
    }
    .banner-locksmith-hle{
        -webkit-clip-path: unset;
        clip-path: unset;
        padding-bottom: 0px;
    }    
    .banner-locksmith-content h1 {
        font-size: 28px;
        line-height: 36px;
    }
	..banner-locksmith-content .first_title {
        font-size: 28px;
        line-height: 36px;
    }
    .banner-locksmith-content p{
        font-size: 18px;
    }
    .banner-locksmith{
        margin-bottom: 1em;
    }
    .about-locksmith-hle p {
        font-size: 16px;
    }
    .dream-locksmith-image-inner img{
        height: 300px;
    }
    .dream-locksmith-content h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .commercial-locksmith-image-inner {
        max-width: 100%;    
    }
    .commercial-locksmith-image-inner img{
        height: 95vw;
    }    
    .commercial-locksmith-content-inner h4 {
        font-size: 28px;
        line-height: 38px;
    }
    .commercial-locksmith-content-inner h4 {
        font-size: 28px;
        line-height: 38px;
    }
    .commercial-locksmith-serviceareas-inner a span {
        max-width: 90%;
        font-size: 16px;
    }
    .reviews-locksmith-single-inner{
        margin: 0px 0px;
    }    
    ul.slick-dots{
        padding: 0;
    }
    .blog-locksmith-single-image img {
        height: 250px;
    }
    .blog-locksmith-single-leftinner h5 {
        font-size: 22px;
    }
    .blog-locksmith-single-leftinner p {
         font-size: 16px;    
    }
    .blog-locksmith-right-content{
        width: 54%;
    }
    .footer-locksmith-media {
        float: left;
        width: 100%;
    }
    .footer-locksmith-links {
        width: 100%;
        float: left;
        margin-bottom: 20px;    
    }    
    .footer-locksmith-contactinf {
        float: left;
        width: 100%;
    }
    .footer-locksmith-copyrigh p {
        font-size: 14px;
        line-height: 24px;
    }
    /*************************************Aboutus Page************************************************/
    .banner-innerpages-diego-image img {
        height: 65vw;
    }
		.banner-innerpages-diego-content h1 {
		font-size: 28px;
		line-height: 36px;
		display: flex;
	}
		.banner-innerpages-diego-content .second_title {
		font-size: 28px;
		line-height: 36px;
		display: flex;
	}
    .banner-innerpages-diego-image img {
        height: 55vw;
    }
    .aboutus-diego-image {
        margin-bottom: 25px;
		margin-right:0;
    }
    .aboutus-diego-image-inner {
        max-width: 90%;
        margin: 0 auto;
    }
    .aboutus-diego-image-inner img {
        height: 90vw;
    }
    .aboutus-diego-own-hle h5 {
        font-size: 24px;
        line-height: 36px;
    }
	 .aboutus-diego-own-hle h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .whychoose-locksmith-hle span {
        font-size: 16px;
    }
    .whychoose-locksmith-single {
        float: left;
        width: 100%;    
    }
    .licensed-locksmith-hle h4{
        margin-bottom: 1em;
    }
    /***********************************Service Page************************************/
    .services-locksmith.ownpage-service h4 {
        font-size: 28px;
        line-height: 36px;
    }
	 .services-locksmith.ownpage-service h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .services-locksmith{
        padding: 1em 0em;
    }
    .offer-service-hle h4 {
        font-size: 32px;
        margin-bottom: 25px;
        line-height: 42px;
    }
    .offer-service-what-single {
        margin-bottom: 1em;
        float: left;
        width: 100%;
    }
    .blog-locksmithservice-hle h4 {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 36px;
    }
    .blog-locksmithservice-single-image img{
        height: 60vw;
    }
    .blog-locksmithservice-recent-single {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    .blog-locksmithservice-single-icon {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .blog-locksmithservice-single-content {
        float: left;
        width: 100%;
    }
    /**************************************Service Area Page*****************************************/
    .serviceareas-locksmith-hle h4 {
        font-size: 32px;
    }
	.serviceareas-locksmith-hle h1 {
        font-size: 32px;
    }
    .service-area-names-inner{
        padding: 2em 0em;
    }
    .service-area-names-inner ul li a{
        margin: 0;
        margin-bottom: 10px;
        margin-left: -10px;
    }   
    .service-area-names-inner ul{
        margin-right: 15px;
    }
    .service-area-names-inner ul li a {
        width: 255px;
    }
/******blogpage*******/
.left_locksmith_service h1 {
    font-size: 30px;
    margin-bottom: 30px;
}		
.sidebar_service_image {
    width: 40%;
}
  .sidebar_service_image img {
    height: 120px;
}      
.sidebar_service_content {
    width: 60%;
    padding-left: 15px;
}
.sidebar_service_content h5 {
    margin-top: 0;
}
.blog_page_content p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.inner_blog_wrapper .blog_readmore {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.inner_blog_wrapper .blog_date p {
    color: #a5a5a5;
    font-size: 14px;
}
.allblogs {
    margin: 15px 0 15px;
}
.blog_newarrival {
    width: 100%;
    float: left;
}
/*********blogdetail********/
.bloddetail-key a{
	    padding: 0 15px;
}
.abtleft-own i.fa.fa-chevron-circle-left {
    margin-right: 6px;
}
.abtright-own i.fa.fa-chevron-circle-right {
    margin-left: 6px;
}
.blogdetail-diego-image {
    margin-right: 0;
    width: 100%;
    float: left;
    margin: 20px 0 20px;
}
.blogdetail-downtitle a {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
}
.blogdetail-diego-own-hle p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0px;
}
/*****contact-page*******/
.contact_left {
    padding: 52px 15px 50px;
}
.contact_detail p {
    font-size: 16px;
    line-height: 30px;
}
.contact_detail p a {
    font-size: 17px;
}
.contact_shape {
    margin: 10px 0 10px;
}
.contact_social_icons {
    margin-top: 30px;
}
/*****review-page*******/
.reviews-locksmith-single.review-page-reviews {
    width: 100%;
}
.reviews-locksmith-single-inner.review-page-single {
    margin-top: 10px;
    margin-bottom: 10px;
}
/********servicedetail*********/
.sidebar_servicedetail_content p{
	font-size:18px;
}
.sidebar_servicedetail_content h3{
	margin-bottom":14px;
}
.right_service_detail_sidebar {
    margin-top: 30px;
}
#mob_menu{
	padding:20px 0 20px;
}
.service_detail_image{
	width:100%;
	margin: 2em 0 2em;
}
.service_detail_image img {
    width: 100%;
    margin: 0;
    height: 60vw;
	
}
.left_service_detail_block h2 {
    margin: 1em 0px 1em;
    font-size: 26px;
}
.left_service_detail_block h3 {
    font-size: 25px;
}
.left_service_detail_block h1 {
    font-size: 25px;
}
.left_service_detail_block h1 {
    font-size: 30px;
}
.sidebar_servicedetail_image img {
    height: 215px;
}
.sidebar_servicedetail_content {
    padding: 20px 10px;
}
.sidebar_servicedetail_content p{
	line-height:26px;
}
.service_detail_recentblog_wrapper .blog-locksmith-right-content h5 {
    font-size: 13px;
}
.why_choose_top_content h5 {
    font-size: 35px;
}
.whychoosed_service_detail {
    padding: 25px 0 25px;
}
.why_choose_top_content h5{
	margin-bottom:25px;
}
.service_detail_page {
    padding-bottom: 0;
}
.blog_page.blogslider_detail .inner_blog_wrapper {
    padding: 0 5px;
}
span.coupon_dots {
    width: 10px;
    height: 10px;
    margin: 0 2px;

}
.slick-active span.coupon_dots {
     width: 10px;
    height: 10px;
}
.slick-dots li{
	margin:0 1px;
}
.header-locksmith-socialmedia {
    display: none;
}
.header-locksmith-call a p {
    font-size: 22px;
}
.header-locksmith-call a span{
	margin-top:3px;
}
.header-locksmith-call {
    width: 79%;
}
.service_detail_image {
    display: none;
}
.service_detail_image.hidden.mobile_image {
    display: block !important;
}
/*******mobile-menu*****/
.service_icons {
    float: left;
    width: 25%;
    position: relative;
}
.service_icons img {
    height: 55px;
    object-fit: cover;
}

.service_icons a {
    display: block;
    text-align: center;
}
.service_text {
    position: relative;
    top: -5px;
    text-transform: uppercase;
    font-size: 11px;
}
.header_ions {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
	display:block;
}

.service_icons:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    border-right: 1px solid #ccc;
    top: 0;
}
.service_icons:last-child:after {
	border:0;
}
.mobile-header button.navbar-toggle:after {
    content: "";
    width: 50px;
    height: 37px;
	display:block;
    background-image: url(../images/home/menu.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -7px;
    top: -2px;
}
.mobile-header button.navbar-toggle {
    border: 0;
}
.mobile-header .navbar-toggle .icon-bar {
    background-color: transparent;
}
.header-locksmith-menu-sec {
    padding: 15px 0px;
}
span.menu_text.hidden {
    display: block !important;
    position: fixed;
    right: 14px;
    top: 46px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 99999999;
}
.header-locksmith-call a p {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 19px;
}
.header-locksmith-call a span {
    margin-top: 3px;
    display: none;
}
.header-locksmith-call {
    padding: 0;
    background-color: transparent;
}
.header-locksmith-logo-inner img {
    max-width: 150px;
}
p.pc_call {
    display: none !important;
}
p.mb_number.hidden {
    display: block !important;
}
p.mb_number.hidden:hover {
    color: #fff;
}
/******autopage********/
.auto_serivce_image {
    width: 100%;
    margin: 15px 0 15px;
}
.auto_serivce_image img {
    height: 60vw;
}
.auto_serivice_page h3 {
    font-size: 20px;
	padding-top:5px;
}
.automative_service_wrapper h3 {
    font-size: 32px;
    line-height: 36px;
}
.left_auto_serivice_list ul {
    padding: 0;
}
.left_auto_serivice_list ul li:after{
	display:none;
}

.left_auto_serivice_list ul li {
    height: auto;
    line-height: initial;
    padding: 15px 15px;
	font-size: 17px;
	margin-bottom:15px;
}

.keyreplace_content h4 {
    font-size: 30px;
    line-height: 38px;
}
.keyreplace_image {
    padding: 15px;
    height: auto;
}
.car_lock_circle img {
    width: 280px;
    height: 280px;
}
.cirlce_service {
    width: 127px;
    height: 126px;
    float: left;
    margin: 5px 5px;
}
.cirlce_service p {
    font-size: 11px;
}
.circle_list{
	max-width:274px;
}
.last_block_image {
    width: 100%;
    margin: 0px 0 15px;
}
/******commercialpage****/
.auto_serivce_image.commer_service_image img {
	-webkit-clip-path:unset;
    clip-path: unset;
    height: auto;
}
.commer_page_second {
    margin-right: 0;
    width: 100%;
}
.commer_page_second img {
	-webkit-clip-path:unset;
    clip-path: unset;
    height: auto;
}
.last_block_image.last_block_image_commer {
    margin-right: 0;
}
.last_block_image.last_block_image_commer img {
    -webkit-clip-path: unset;
    clip-path: unset;
    height: auto;
}
.call_btn_comm a {
    font-size: 30px;
    line-height: 50px;
}
.call_btn_comm p {
    font-size: 20px;
}
.contact_btn_commer {
    text-align: center;
    width: 100%;
}
.call_btn_comm {
    float: initial;
    display: inline-block;
}
.autopage_lastblock.commer_lastblock {
    padding-bottom: 50px;
}
.auto_serivce_image.residetial_service_image {
    margin: 15px 0 15px;
	width: 100%;
}
.auto_serivce_image.residetial_service_image img {
    height: auto;
}
.emergency_ser_image {
    float: left;
    width: 100%;
    margin: 15px 0 15px;
}
.emergency_ser_image img {
    height: auto;
}
.last_block_image_residential {
    margin: 15px 0 15px;
    width: 100%;
    float: left;
}
.last_block_image_residential img {
    width: 100%;
    height: auto;
}
.services-locksmith-single-inner {
    margin: 0px 5px;
}
.services-locksmith-single-content h5 {
    font-size: 20px;
    line-height: 26px;
    min-height: 50px;
    margin-bottom: 5px;
}
.services-locksmith-single-content h1 {
    font-size: 20px;
}
a.service-link {
    padding: 8px 20px;
    width: auto;
}
.services-locksmith-image img {
    height: 170px;
}
.header-locksmith.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #fff;
}
.mobile-header button.navbar-toggle {
    top: -11.8em;
    background-color: transparent;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 1px;
}
.mob_navi{
	transform: translate(0%, -150%);	
}
#mob_menu{
  background-color: #fff;		
}	
#mob_menu li{
  border-bottom: 1px solid #23264540;		
}	
#mob_menu li a{
	color: #232645;
	padding: 10px 15px;
	font-size: 18px;	
}	
.mob_sub_link span {
    color: #232645;
}
.mob_sub_menu{
  background-color: #fff;		
}	
.blogdetail-diego-own-hle ul li {
    font-size: 20px;
    line-height: 33px;
    color: #232645;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0px;
}
.blogdetail-diego-own-hle p strong {
    font-size: 20px;
}

}
@media screen and (max-width:480px) and (min-width:360px) {
	
	/***************************************Homepage****************************************************/
.contact_detail p {
    font-size: 20px;
}
.contact_detail p a {
    font-size: 20px;
}
.slider_arrow {
    bottom: 27em;
}
.mobile-header button.navbar-toggle {
    top: -11.8em;
    background-color: transparent;
	  position: fixed;
    z-index: 9999;
    right: 0;
    top: 1px;
}
.cirlce_service {
    width: 145px;
    height: 145px;
}
.circle_list {
    max-width: 325px;
}
.services-locksmith-single-content h5{
	min-height:auto;
}

	
}

/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */

@keyframes flickerAnimation{
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

@keyframes shake{0%{transform:translate(1px, 1px) rotate(0deg);}
10%{transform:translate(-1px, -2px) rotate(-1deg);}
20%{transform:translate(-3px, 0px) rotate(1deg);}
30%{transform:translate(3px, 2px) rotate(0deg);}
40%{transform:translate(1px, -1px) rotate(1deg);}
50%{transform:translate(-1px, 2px) rotate(-1deg);}
60%{transform:translate(-3px, 1px) rotate(0deg);}
70%{transform:translate(3px, 1px) rotate(-1deg);}
80%{transform:translate(-1px, -1px) rotate(1deg);}
90%{transform:translate(1px, 2px) rotate(0deg);}
100%{transform:translate(1px, -2px) rotate(-1deg);}
}


@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
@keyframes slidebg {
    100% {
        background-position: 20vw;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}