body {
  margin: 0;
}

.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}

.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}

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: "Poppins-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: "Poppins-Regular";
}

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

h1,h2,h3,h4,h5,h6 {
  font-family:"Poppins-Black";
}

.no-margin {
  margin: 0;
}

p,span {
  font-family:"Poppins-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;
}
.contact_call_content_tam p:hover {
    color: #0e2b41;
}
#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;	
}	
/****Mega Menu*****/
ul.megamenu {
    padding: 0;
    box-shadow: 3px 3px 19px 5px #00000066;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: #ffffff;
    left: 0em;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
    transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.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: center;
    float:left;
    padding: 0;
    margin:0;
    width:100%;	
}
.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 a {
  color: #840000;
}
.header-nav nav>ul>li>a {
  padding: 5px 5px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
}
.header-nav nav>ul>li.active a {
    transition: .5s;
    /* color: #fff; */
} 
.header-nav nav>ul>li>a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  left: 0;
  border: 0;
  top:0;
}
.header-nav nav>ul>li>a:after {
  content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    right: 0;
    top: unset;
    bottom: 0;
}
.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
    width: 100%;
} 

/**********************************************Homepage**************************************************/
.header_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 6em;
}
.header_first_blck {
  background-color: #840000;
  padding: 1em 0em;
}
.header_slogan {
  padding-top: 1em;
    padding-left: 8px;
}
.header_slogan p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.header_service a {
  padding: 1em 0em;
  height: 60px;
  font-size: 19px;
  line-height: 22px;
  color: #0a2d44;
  font-weight: 600;
  font-family: 'Poppins-Semibold';
  border-radius: 30px;
  background-image: linear-gradient(44deg, #a0ccff 0%, #ff6d6d 100%);
  width: 250px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 9;
  transition: 0.5s;
}
.header_service a:hover {
  color: #fff;
  background-image: linear-gradient(44deg, #ff6d6d 0%, #a0ccff 100%);
}
.header_service a:hover::before {
  background-color: #0a2d44;
}
.header_service a:before {
  content: '';
  position: absolute;
  width: 240px;
  height: 50px;
  background-color: #fff;
  top: 5px;
  left: 5px;
  z-index: -1;
  border-radius: 25px;
}
.header_service.calnw a {
  font-size: 22px;
}
.header_service {
  text-align: center;
}
.header_second_blck {
  background-color: #0a2d44;
  padding: 1em 0em;
}
.header_offer {
  width: 205px;
  height: 190px;
  background-image: url(../images/home/offer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  bottom: -90px;
  padding: 3.5em 2em 0em;
  text-align: center;
  /* animation: bounce-in 3s ease infinite; */
}
.header_call_sec {
  float: right;
}
span.slot {
  font-size: 17px;
  font-weight: 600;
}
.header_offer p {
  font-size: 36px;
  line-height: 42px;
  /* color: #0a2d44; */
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
.offer_desktop p {
  color: #0a2d44;
}
.header_offer p span {
  font-size: 28px;
  margin: 0px 3px;
}
.footer_wrapper_hle {
  background-color: #0a2d44;
  padding: 1em 0em;
}
.footer-wrapper {
  float: left;
  width: 100%;
}
.footer_first_blck {
  text-align: center;
  margin-top: -36px;
  margin-bottom: 2em;
}
.footer_first_blck a {
  display: inline-block;
  background-color: #0a2d44;
  padding: 1em;
  border-radius: 50px;
  width: 200px;
}
.footer_about h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Poppins-Regular';
  font-weight: 600;
  margin: 0;
  line-height: 42px;
  margin-bottom: 25px;
}
.footer_about p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 3em;
}
.footer_about ul {
  padding: 0;
  margin: 0;
}
.footer_about ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 4px;
}
.footer_about ul li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  padding: 1px;
  transition: 0.5s;
}
.footer_about ul li a:hover {
  color: #a60000;
}
.footer_link h4, .footer_contact h4 {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Poppins-Regular';
  margin-bottom: 1em;
}
.footer_link ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  transition: 0.5s;
}
.footer_link ul li a:hover {
  color: #ffbebe;
}
.footer_link ul li {
  list-style-type: none;
}
.footer_link ul {
  padding: 0;
  margin: 0;
}
.footer_contact p {
  font-size: 21px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1em;
}
.footer_contact a {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.5s;
}
.footer_contact a:hover {
  color: #ab0000;
}
.footer_second_blck {
  margin-bottom: 1em;
}
.footer_about {
  float: left;
  width: 25%;
  margin-right: 5em;
}
.footer_link {
  float: left;
  width: 20%;
  margin-right: 3em;
}
.footer_link {
  float: left;
  width: 20%;
  margin-right: 3em;
}
.footer_contact {
  float: right;
  width: 19%;
}
.footer_iboost a {
  float: right;
}
.footer_bottom {
  background-color: #a60000;
  padding: 1em 0em;
}
.footer_copyright p {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}  
.banner_single_image img {
  height: 610px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner_wrapper {
  float: left;
  width: 100%;
  margin-top: -6em;
  z-index: -1;
  position: relative;
}
.banner_single_content {
  z-index: 9;
  position: absolute;
  top: 10em;
  left: 49px;
  padding: 3em 3em;
}
.banner_single_content:before {
  content: '';
  width: 98%;
  height: 100%;
  background-color: #a5000099;
  top: -5px;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 25px;
}
.banner_single_content:after {
  content: '';
  width: 97%;
  height: 100%;
  background-color: #a5000099;
  bottom: -5px;
  position: absolute;
  z-index: -1;
  left: 0;
  border-radius: 25px;
}
.banner_single_content h1, .banner_single_content h2 {
  font-size: 42px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 900;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
}
.banner_single_content h1:after, .banner_single_content h2:after {
  content: '';
  display: block;
  width: 300px;
  height: 2px;
  background-color: #e39595;
  float: right;
  margin-top: 5px;
}
.banner_single_content p {
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
a.read_banner {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  background-color: #282828;
  width: 150px;
  text-align: center;
  border-radius: 50px;
  padding: 5px 0px;
  margin-right: 20px;
  transition: 0.5s;
}
a.read_banner:hover {
  color: #000;
  background-color: #fff;
}
a.about_banner {
  display: inline-block;
  background-color: #fff;
  width: 210px;
  padding: 5px;
  border-radius: 50px;
  transition: 0.5s;
}
a.about_banner:hover {
  background-color: #a60000;
}
a.about_banner:hover p{
  background-color: #fff;
  color: #a60000;
}
a.about_banner:hover span{
  background-color: #fff;
  color: #a60000;
  transform: rotate(360deg);
}
a.about_banner p {
  margin: 0;
  display: inline-block;
  background-color: #a60000;
  border-radius: 50px;
  width: 150px;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 12px;
  transition: 0.5s;
}
a.about_banner span {
  display: inline-block;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #a60000;
  border-radius: 50%;
  margin-left: 1;
  transition: 0.5s;
}
.coupons_wrapper {
  float: left;
  width: 100%;
  padding: 4em 0em;
  margin: 0em 0em 2em;
  position: relative;
}
.coupons_wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  background-color: #f5f9ff;
}
.coupons_single_inner h4 {
  font-size: 40px;
  line-height: 47px;
  color: #001f3e;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}
.coupons_single_inner h5 {
  font-size: 55px;
  color: #001f3e;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  font-family: 'Poppins-SemiBold';
}
.coupons_single_inner {
  margin: 0px 10px;
  background-color: #ffbebe;
  padding: 4em 2em;
  border-radius: 40px;
  position: relative;
}
.coupons_single_inner:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 95px;
  background-image: url('../images/home/coupons_line.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 5px;
  right: 5px;
}
.coupons_single_inner h6 {
  font-size: 25px;
  line-height: 32px;
  color: #001f3e;
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins-SemiBold';
  margin: 0;
  min-height: 65px;
  margin-bottom: 15px;
}
.coupons_single_inner span {
  font-size: 14px;
  line-height: 24px;
  color: #001f3e;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-top: 15px;
  border-top: 1px solid;
  margin-bottom: 1em;
}
.coupons_hle h4 {
  font-size: 40px;
  line-height: 50px;
  color: #001f3e;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}
.coupons_single_inner p {
  font-size: 18px;
  line-height: 30px;
  color: #001f3e;
  font-weight: 400;
  text-align: center;
  min-height: 60px;
  margin-bottom: 3em;
}
.aboutus_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.aboutus_title h4, .aboutus_title h3 {
  font-size: 25px;
  line-height: 36px;
  color: #a60000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 25px;
  font-family: 'Poppins-Regular';
}
.aboutus_title h5, .aboutus_title h2 {
  font-size: 50px;
  line-height: 65px;
  color: #001f3e;
  font-weight: 900;
  margin: 0;
  margin-bottom: 1em;
}
.aboutus_sec_image_inner img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100px 25px 25px 25px;
}
.aboutus_sec_image {
  margin-right: 2em;
  position:relative;
}
.aboutus_sec_image:before {
  content: '';
  position: absolute;
  background-color: #a60000;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100px 25px 25px 25px;
}
.aboutus_sec_blck p {
  font-size: 20px;
  line-height: 36px;
  color: #001f3e;
  font-weight: 500;
  margin-top: 1em;
}
.aboutus_sec_bottom {
  background-color: #001f3e;
  padding: 2em 2em;
  border-radius: 25px 25px 55px 25px;
  float: right;
  margin-top: -15em;
}
.about_sec_single_inner p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.about_sec_single_inner h4, .about_sec_single_inner h2, .about_sec_single_inner h3  {
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff6b;
}
.about_sec_single_inner {
  margin: 0px 10px;
  border-right: 2px solid #ffffff6b;
  padding-right: 10px;
}
.about_sec_single:nth-child(3) .about_sec_single_inner {
  border-right: 0px;
  padding-right: 0px;
}
.aboutus_hle:before {
  content: '';
  position: absolute;
  width: 195px;
  height: 60px;
  background-image: url(../images/home/dots.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0;
}
.aboutus_hle:after {
  content: '';
  position: absolute;
  width: 195px;
  height: 60px;
  background-image: url(../images/home/dots.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -50px;
  z-index: 9;
}
.commercial_wrapper {
  float: left;
  width: 100%;
  padding: 5em 0em 12em;
  margin: 2em 0em 4em;
  position: relative;
}
.commercial_wrapper:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #0b4e9a;
  top: 0;
}
.commercial_image_inner img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
}
.commercial_content {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 5em 3em;
  border: 3px solid #0b4e9a;
  width: 55%;
  right: 80px;
  top: -20px;
}
.commercial_content h4, .commercial_content h2 {
  font-size: 40px;
  line-height: 50px;
  color: #001f3e;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
}
.commercial_content p {
  font-size: 18px;
  line-height: 32px;
  color: #001f3e;
  font-weight: 400;
  margin-bottom: 1em;
}
a.schedule_servi {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  padding: 1em;
  border-radius: 20px;
  border-radius: 25px;
  background-image: linear-gradient(44deg, #0b4d99 0%, #3585dd 100%);
  margin-right: 25px;
  width: 240px;
  transition: 0.5s;
}
a.schedule_phone {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  padding: 1em;
  border-radius: 20px;
  border-radius: 25px;
  background-image: linear-gradient(44deg, #0b4d99 0%, #3585dd 100%);
  margin-right: 25px;
  width: 180px;
  text-align: center;
  transition: 0.5s;
}
a.schedule_servi:hover {
  background-image: linear-gradient(44deg, #3585dd 0%, #0b4d99 100%);
}
a.schedule_phone:hover {
  background-image: linear-gradient(44deg, #3585dd 0%, #0b4d99 100%);
}
.blog-wrapper {
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 0em 0em;
  background-color: #f5f9ff;
}
.blog_title h4, .blog_title h1 {
  font-size: 40px;
  line-height: 45px;
  color: #001f3e;
  font-weight: 800;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.blog_title h5 {
  font-size: 25px;
  line-height: 36px;
  color: #a60000;
  font-weight: 400;
  text-align: center;
  font-family: 'Poppins-Regular';
}
.blog_title {
  margin-bottom: 2em;
}
.blog_left_image {
  padding-right: 15px;
}
.blog_left_image_inner img {
  height: 875px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.blog_right_main_cont {
  filter: drop-shadow(3.536px 3.536px 6.5px rgba(0,0,0,0.08));
  background-color: #ffffff;
  height: 280px;
  padding: 1em;
  text-align: center;
}
.blog_right_main_cont p {
  font-size: 15px;
  line-height: 28px;
  color: #001f3e;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1em;
}
.blog_right_main_cont a {
  font-size: 16px;
  line-height: 30px;
  color: #001f3e;
  font-weight: 400;
  width: 150px;
  display: inline-block;
  background-color: #ffbebe;
  text-align: center;
  padding: 3px 0px;
  position: relative;
  transition: 0.5s;
}
.blog_right_main_cont a:hover {
  background-color: #001f3e;
  color: #fff;
}
.blog_right_image img {
  width: 320px;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.blog_right_main_cont a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/home/readinner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -4px;
  left: -4px;
  z-index: 9;
}
.blog_hove_title {
  position: absolute;
  background-color: #001f3e82;
  bottom: 100px;
  padding: 0.5em 1em;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 240px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translate(220px, 0px);
}
.blog_right_image:after {
  content: '';
  position: absolute;
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
  right: 0;
  top: 135px;
  filter: drop-shadow(3.536px 3.536px 6.5px rgba(0,0,0,0.08));
}
.blog_hove_title p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}
.blog_right_single {
  margin-bottom: 1em;
}
.blog_right_single:nth-child(2) .blog_right_image {
  float: right;
}
.blog_right_single:nth-child(2) .blog_right_image:after {
  border-top: 15px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 15px solid transparent;
  border-right: 0px solid #fff;
  right: unset;
  left: 0;
  top: 135px;
  filter: drop-shadow(3.536px 3.536px 6.5px rgba(0,0,0,0.08));
}
.blog_right_single:hover .blog_hove_title {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.blog_right_image {
  position: relative;
  overflow: hidden;
}
.services_wrapper {
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 2em 0em;
}
.service_title_sec h4 {
  font-size: 25px;
  line-height: 36px;
  color: #a60000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Poppins-Regular';
  text-align: center;
}
.service_title_sec p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #001f3e;
  font-weight: 600;
  text-align: center;
  padding: 0em 10em;
}
.service_single {
  padding: 0em 5em;
  margin-bottom: 2em;
}
.service_image_inner img {
  width: 410px;
  height: 410px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.oldcar_buy a:hover {
  background-color: #000;
}
.service_single p {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  font-weight: 400;
}
.service_single h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #001f3e;
  font-weight: 600;
  font-family: 'Poppins-Regular';
  margin: 0;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 1.5em;
}
.service_single:before {
  content: '';
  position: absolute;
  width: 85%;
  height: 235px;
  border-radius: 70px;
  filter: drop-shadow(3.536px 3.536px 20px rgba(0,0,0,0.1));
  background-color: #ffffff;
  z-index: -1;
  right: 0;
  top: 39px;
}
.service_title_sec {
  margin-bottom: 3em;
}
.service_hle_blck:before {
  content: '';
  position: absolute;
  width: 1110px;
  height: 100%;
  background-image: url(../images/home/serviceback.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0;
  left: -30px;
  right: 0;
  margin: 0 auto;
  /* z-index: -1; */
}
.service_single:nth-child(3)::before {
  top: 60px;
}
.service_single:nth-child(3) .service_image {
  margin-right: 6em;
  margin-top: -11em;
}
.service_single:nth-child(3) h4 {
  margin-top: 2.5em;
}
.service_hle_blck {
  position: relative;
  height: 1500px;
}
.service_single:nth-child(even) .service_image {
  float: right;
  margin-right: -4em;
  margin-left: 9em;
  margin-top: -7em;
}
.service_single:nth-child(even)::before {
  right: unset;
  left: 0;
}
.reviews_wrapper {
  float: left;
  width: 100%;
  padding: 4em 0em;
  margin: 0em 0em;
  position: relative;
}
.reviews_wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  background-color: #f5f9ff;
  z-index: -1;
  left: 0;
}
.reviews_hle {
  padding-left: 49px;
}
.reviews_content {
  padding-left: 3em;
}
.reviews_image {
  padding: 1em;
  border-left: 4px solid #a60000;
  border-top: 4px solid #a60000;
}
.reviews_image:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100px;
  top: 0;
  background-color: #a60000;
  right: 0;
}
.reviews_content_single_inner {
  margin: 0px 45px;
}
.reviews_content_single_first {
  filter: drop-shadow(3.536px 3.536px 6.5px rgba(0,0,0,0.08));
  background-color: #ffffff;
  padding: 2em;
  border-radius: 20px;
  margin-bottom: 4em;
  position: relative;
}
.reviews_content_single_first h4 {
  font-size: 20px;
  line-height: 36px;
  color: #001f3e;
  margin: 0;
  margin-bottom: 15px;
}
.reviews_content_single_first span {
  font-size: 18px;
  line-height: 32px;
  color: #001f3e;
  display: block;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #8c8c8c;
}
.reviews_content_single_first p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  font-weight: 400;
  text-align: center;
  height: 192px;
  overflow-y: scroll;
}
.reviews_content_single_first p::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.reviews_content_single_first p::-webkit-scrollbar-track { 
 border-radius: 10px;
 background-color: #fff;
}
/* Handle */
.reviews_content_single_first p::-webkit-scrollbar-thumb {
 background: #840000; 
 border-radius: 5px;
}
/* Handle on hover */
.reviews_content_single_first p::-webkit-scrollbar-thumb:hover {
background: #840000; 
}
a.google {
  margin-right: 15px;
  display: inline-block;
}
.reviews_authors {
  float: right;
}
.reviews_authors div h5 {
  font-size: 20px;
  line-height: 36px;
  color: #001f3e;
  font-family: 'Poppins-Regular';
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
.star-rating span {
  font-size: 17px;
  color: #a60000;
}
.reviews_authors div {
  display: inline-block;
  vertical-align: middle;
}
.reviews_content_single_first:after {
  content: '';
  position: absolute;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 35px solid #ffffff;
  width: 20px;
  height: 25px;
  bottom: -35px;
  right: 39px;
  filter: drop-shadow(-9.464px 17.536px 15.5px rgba(0,0,0,0.08));
}
.reviews_image_inner img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}
.service_image {
  margin-right: 5em;
  margin-top: -3em;
}
.header_service.mobile {
  display: none;
}
/*****************************************Blog page****************************************************/
.banner_innerpage_wrapper {
  float: left;
  width: 100%;
  margin-top: -6em;
  z-index: -1;
  position: relative;
}
.blogs_sec_own_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.blog_left_hov {
  /* background-color: #001f3e82; */
  bottom: 100px;
  padding: 0.5em 1em;
  height: auto;
  margin: 0 auto;
  display: block;
  width: 350px;
  text-align: center;
  margin-bottom: 2em;
  text-align: center;
}
.blog_left_hov span a{
  font-size: 25px;
  line-height: 36px;
  color: #0a2d44;
  margin: 0;
  width: auto;
  padding: 0px 0px;
  background-color: transparent;
}
.blog_left_hov span a:before{
  content: unset;
}
.blog_left_content {
  position: absolute;
  bottom: 25px;
  padding: 1em 1em;
  display: block;
  text-align: center;
  width: 98%;
  background-color: #ffffffbd; 
}
.blog_left_content p {
  font-size: 15px;
  line-height: 32px;
  color: #001f3e;
  font-weight: 600;
  text-align: center;
  /*background-color: #ffffffd1;*/
}
.blog_left_content a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../images/home/readinner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -4px;
  left: -4px;
  z-index: 9;
}
.blog_left_content a {
  font-size: 16px;
  line-height: 30px;
  color: #001f3e;
  font-weight: 400;
  width: 150px;
  display: inline-block;
  background-color: #ffbebe;
  text-align: center;
  padding: 3px 0px;
  position: relative;
  transition: 0.5s;
}
/* .blog_left_content a:hover {
  background-color: #001f3e;
  color: #fff;
} */
.blog_main_hle.blog_own_se {
  margin-bottom: 2em;
}
.blog_main_hle.blog_own_se:nth-child(even) .blog_left_image.blog_own_main {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}
/*******************************************Service Page***********************************************/
.ourservice_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.ourservice_title_own {
  text-align: center;
  margin-bottom: 2em;
  padding: 0em 10em;
}
.ourservice_title_own h4 {
  font-size: 25px;
  color: #a60000;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Poppins-SemiBold';
}
.ourservice_title_own p {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #001f3e;
  font-weight: 600;
}
.service_single_ourimage_inner img {
  width: 380px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  z-index: -1;
  position: relative;
  -webkit-clip-path: url(#service);
  clip-path: url(#service);
  margin-top: 12px;
  margin-right: 0;
}
.service_single_ourimage {
  position: relative;
  z-index: 9;
}
.service_single_ourcontent p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
}
.service_single_ourcontent h5 {
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #001f3e;
  font-weight: 600;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 20px;
  border-bottom: 2px solid #9e9e9e;
  display: inline-block;
}
.service_single_ourown_inner {
  position: relative;
}
.service_single_main_indent:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 65%;
  border-radius: 70px;
  filter: drop-shadow(3.536px 3.536px 20px rgba(0,0,0,0.1));
  background-color: #ffffff;
  top: 6em;
  right: -45px;
}
.service_single_ourcontent {
  padding: 0em 1em;
  padding-top: 7em;
}
.service_single_ourimage_inner {
  text-align: center;
  background-image: url('../images/service/service_single.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 435px;
}
.service_single_main_indent {
  margin-bottom: 2em;
}
.service_single_main_indent:nth-child(even) {
  float: right;
}
.service_single_main_indent:nth-child(even) .service_single_ourimage {
  float: right;
}
.service_single_main_indent:nth-child(even)::before{
  right: unset;
  left: -45px;
}

/*******************************************coupons page***********************************************/
.coupons_own_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.coupons_own_hle h1 {
  font-size: 36px;
  line-height: 42px;
  color: #0a2d44;
  margin: 0;
  margin-bottom: 2em;
  text-align: center;
  font-family: 'Poppins-SemiBold';
}
.coupons_single.coupons_ownpage {
  margin-bottom: 8em;
  position: relative;
}
.coupons_single.coupons_ownpage .coupons_single_inner{
  transition: 0.5s;
}
.coupons_single.coupons_ownpage:nth-child(3n+2) .coupons_single_inner {
  background-color: #001f3e;
  padding: 8em 2em 5em;
}
.coupons_single.coupons_ownpage:nth-child(3n+2) .coupons_single_inner h5 {
  color: #fff;
}
.coupons_single.coupons_ownpage:nth-child(3n+2) .coupons_single_inner h6 {
  color: #fff;
}
.coupons_single.coupons_ownpage:nth-child(3n+2) .coupons_single_inner p {
  color: #fff;
}
.coupons_single.coupons_ownpage:nth-child(3n+2) .coupons_single_inner span {
  color: #fff;
}
.coupons_single.coupons_ownpage:nth-child(3n+1) {
  clear: both;
}
.coupons_own_hle {
  background-image: url('../images/coupons/coupons_back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* z-index: 999; */
}
.coupons_own_hle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 380px;
  background-color: #ffbebe54;
  z-index: -1;
  top: 5em;
}
.coupons_own_hle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 380px;
  background-color: #ffbebe54;
  z-index: -1;
  bottom: 0em;
}
/***********************************************Contactpage************************************************/
textarea#message {
  width: 100%!important;
  resize: unset;
}
.contactus_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.contactus_hle h1 {
  font-size: 34px;
  line-height: 42px;
  color: #0a2d44;
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
}
.contact_page_map .mapouter {
  height: 820px;
}
.contact_page_map .gmap_canvas {
  height: 820px;
}
.contact_page_content_inner h4 {
  font-size: 28px;
  color: #0b3954;
  line-height: 42px;
  margin: 0;
  margin-bottom: 1em;
}
.contact_page_content_address p {
  font-size: 19px;
  line-height: 24px;
  color: #0b3954;
  font-weight: 400;
  transition: 0.5s;
}
.contact_page_content_address span {
  display: inline-block;
  font-size: 32px;
  color: #0b3954;
  margin-right: 18px;
  vertical-align: top;
}
.contact_page_content_address h5 {
  font-size: 28px;
  line-height: 32px;
  color: #0b3954;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Poppins-SemiBold';
}
.contact_page_content {
  position: absolute;
  z-index: 99;
}
.contact_page_content_inner {
  /* background-color: #0a2d44d4; */
  float: left;
  padding: 3em;
  border-radius: 20px;
  background-image: linear-gradient(44deg, #a0ccff 0%, #ff6d6d 100%);
} 
.contact_page_content_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #0a2d44d4; */
  z-index: -1;
  border-radius: 20px;
  left: 15px;
  top: 20px;
  background-image: linear-gradient(44deg, #ff6d6d 0%, #a0ccff 100%);
}  
.contact_page_content_address.phone a:hover p {
  color: #a60000;
}
.contact_page_content_address div {
  display: inline-block;
} 
.contact_page_content_address {
  margin-bottom: 2em;
}
.form-group.contac:nth-child(even) {
  float: right;
}
.form-group.contac {
  float: left;
  width: 45%;
}
.form-group.contac p {
  font-size: 16px;
  color: #0b3954;
  font-weight: 400;
}
.form-control {
  height: 45px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Poppins-Regular';
}
.form-group.contac input[type="text"],.form-group.contac input[type="number"]{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Poppins-Regular';
} 
button.contact-btn.invisible-recaptcha i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
button.contact-btn.invisible-recaptcha {
  width: 180px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  border-radius: 10px;
  border: unset;
  background-color: #0a2d44;
  /* background-image: linear-gradient(44deg, #a0ccff 0%, #ff6d6d 100%); */
  box-shadow: 0px 0px 10px #ffffff29;
  transition: 0.5s;
}
button.contact-btn.invisible-recaptcha:hover {
  /* background-image: linear-gradient(44deg, #ff6d6d 0%, #a0ccff 100%); */
  background-color: #840000;
}
.submit-btn {
  text-align: center;
  margin: 2em 0em;
}
/*******************************************FAQ Page*********************************************/
.faq_wrapper {
  margin-top: 5em;
}
.accordion-container {
  float: left;
  width: 100%;
  margin: 0;
}
.accordion-container > h2{
text-align: center;
color: #fff;
padding-bottom: 5px;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
}
.set {
  position: relative;
  width: 100%;
  cursor: pointer;
  /* background-color: #ffffff; */
  margin: 0px 0 15px;
  margin-bottom: 2em;
}
.set > a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  border-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #e4e8ea;
}
.set > a i {
  float: right;
}
.set > a.active{
  background-color: #fff;
  color: #000;
    /* border: 4px solid rgb(43 174 102); */
    border-bottom-left-radius: 0px;
}
.faq_content i.fa.fa-plus {
  color: #000;
}
.faq_content .content {
    border-bottom: 0;
    display: none;
    color: #071e36;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #fff;
    /* filter: drop-shadow(0 0 13.5px rgba(0,0,0,0.09)); */
    /* filter: drop-shadow(0 0 9px rgba(160,160,160,0.45));
    border-bottom-left-radius: 20px; */
    background-color: #ffbebe54;
}
.faq_content .content p {
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #071e36;
}
.faq_content .content ul li {
  font-size: 16px;
  line-height: 28px;
  color: #071e36;
}
.accordion-container a.active i {
  color: #fff;
}
.set > a.active i {
  color: #005377 !important;
 
}
.faq_content h1 {
  font-size: 33px;
  color: #005377;
  text-transform: uppercase;
text-align:center;
  margin: 50px 0;
}
.faq_content {
  max-width: 1074px;
  margin: 0 auto;
  float: none;
  overflow: hidden;
  padding: 0em 5em 0em 2em;
  margin-bottom: 4em;
}
.faqpage_section {
  margin: 5em 0;
}
/* .set > a span {
  width: 80px;
  height: 77px;
  border-radius: 38px;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
 padding: 15px 20px;
 margin-right: 25px;
 font-size: 33px;
 vertical-align: sub;
}  */
.faq_sec {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
  position: relative;
}
.faq_block_own {
  float: left;
}
.faq_sec_hle h1 {
    font-size: 50px;
    letter-spacing: 1px;
    color: #005cb0;
    font-weight: 700;
    margin: 0;
    line-height: 65px;
    text-align: center;
    margin-bottom: 1em;
}
.faq_sec:before {
  content: '';
  position: absolute;
  width: 20%;
  height: 80%;
  background-color: #005cb0;
  top: 12em;
}
.set a:before {
  content: '\f175';
    position: absolute;
    width: 25px;
    height: 30px;
    top: 20px;
    right: 15px;
    z-index: 9;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    background-color: #fff;
    color: #000;
    transition: 0.5s;
}
.set a.active:before {
  content: '\f176';
}
.faq_image_inner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.faq_sec_hle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 900px;
  background-image: url('../images/faq/careers_back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.faq_wrapper_hle h1 {
  font-size: 34px;
  line-height: 42px;
  color: #0a2d44;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
  font-family: 'Poppins-SemiBold';
}
.faq_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.set.main:nth-child(2) {
  margin-left: 3em;
}
.set.main:nth-child(3) {
  margin-left: 5em;
}
.set.main:nth-child(4) {
  margin-left: 3em;
}
.set.main:nth-child(4) {
  margin-left: 3em;
}
.faq_image {
  padding-left: 3em;
  padding-top: 6em;
}
.faq_image_inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.faq_back_hle {
  background-image: url('../images/faq/faqback.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/******************************************Commercial Page***********************************************/
.commercial_first_blck {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.commercial_first_image {
  margin-right: 3em;
  margin-bottom: 2em;
}
.commercial_first_image_inner img {
  width: 100%;
  height: 595px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path:url(#commercial_first);
  clip-path: url(#commercial_first);
}
.commercial_first_hle h1 {
  font-size: 45px;
  color: #0b3954;
  line-height: 50px;
  margin: 0;
  margin-bottom: 20px;
}
.commercial_first_hle p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
}
.commercial_first_hle h2 {
  font-size: 22px;
  line-height: 28px;
  color: #010101;
  font-weight: 400;
  font-family: 'Poppins-SemiBold';
  margin: 0;
  margin-bottom: 15px;
}
.commercial_first_image_inner {
  background-color: #0b3954;
  padding: 15px 15px 0px 0px;
  -webkit-clip-path:url(#commercial_first);
  clip-path: url(#commercial_first);
}
.commercial_first_blck.third_blckcommercial .commercial_first_image_inner {
  padding: 0px 0px 15px 15px;
}
.commercial_second_blck {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.commercial_second_left h4 {
  font-size: 32px;
  line-height: 42px;
  color: #0b3954;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Poppins-SemiBold';
}
.commercial_second_image_inner img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center;
}
.commercial_second_icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.commercial_second_iconcall {
  margin-bottom: 20px;
}
.commercial_second_icon a {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  width: 250px;
  background-color: #0b3953ad;
  padding: 6px 0px;
  border-radius: 50px;
}
.commercial_second_left {
  margin-right: 15px;
  text-align: center;
}
.commercial_second_left h5 {
  font-size: 30px;
  line-height: 45px;
  color: #0b3954;
  text-align: center;
  font-family: 'Poppins-Regular';
  margin-bottom: 25px;
}
.commercial_second_image {
  margin-bottom: 2em;
}
a.callnow_commercial {
  width: 170px;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  background-color: #0a2d44;
  text-align: center;
  padding: 5px 0px;
  border-radius: 50px;
  margin: 0 auto;
  float: none;
}
a.callnow_commercial span {
  margin-left: 15px;
}
.commercial_second_hle {
  padding: 0px 15px;
}
.commercial_second_right {
  float: right;
  width: 60%;
}
.commercial_second_right h4 {
  font-size: 32px;
  color: #0b3954;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Poppins-SemiBold';
}
.service_single_main_indent.right_second_commercial .service_single_ourimage_inner img {
  width: 265px;
  height: 275px;
}
.service_single_main_indent.right_second_commercial .service_single_ourimage_inner {
  height: 300px;
}
.service_single_main_indent.right_second_commercial .service_single_ourcontent {
  padding-top: 3em;
}
.service_single_main_indent.right_second_commercial:before {
  width: 90%;
  height: 75%;
  top: 3em;
  right: 0;
}
.service_single_main_indent.right_second_commercial .service_single_ourcontent h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.service_single_main_indent.right_second_commercial .service_single_ourcontent p {
  font-size: 14px;
  line-height: 24px;
}
.service_single_main_indent.right_second_commercial:nth-child(even) .service_single_ourimage {
  float: left;
}
.service_single_main_indent.right_second_commercial:nth-child(even)::before {
  left: unset;
}
.commercial_first_blck.third_blckcommercial .commercial_first_image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.commercial_full_back {
  margin: 0;
  background-image: url('../images/commercial/servicedetailfull-bg.png');
  background-position: center;
  background-size: unset;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
}
/******************************************Blog-detail page*********************************************/
.blog-detail_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 4em 0em;
}
.blog-detail_image {
  margin-right: 2em;
  margin-bottom: 3em;
}
.blog-detail_image_inner img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path: polygon(0% 8%, 0 0, 15% 0%, 90% 0%, 90% 15%, 100% 15%, 100% 85%, 90% 85%, 90% 100%, 15% 100%, 0 100%, 0% 85%);
  clip-path: polygon(0% 8%, 0 0, 15% 0%, 90% 0%, 90% 15%, 100% 15%, 100% 85%, 90% 85%, 90% 100%, 15% 100%, 0 100%, 0% 85%);
}
.blog-detail_image_inner:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  border: 3px solid #0a2d44;
  top: -35px;
  left: -15px;
}
.blog-detail_image_inner:after {
  content: '';
  position: absolute;
  width: 85%;
  height: 100%;
  border: 3px solid #0a2d44;
  top: 0;
  right: 0;
  z-index: -1;
}
.blog-detail_hle h1 {
  font-size: 42px;
  line-height: 50px;
  color: #0b3954;
  /* font-family: 'Poppins-SemiBold'; */
  margin: 0;
  margin-bottom: 15px;
}
.blog-detail_hle h3 {
  color: #0b3954;
  /* font-family: 'Poppins-SemiBold'; */
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 15px;
}
span.blog_date {
  font-size: 18px;
  color: #0b3954;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
span.blog_date.lrg-img {
  background-color: #fff;
  width: 140px;
  padding: 2px 0px;
  border-radius: 5px;
}
.blog-detail_hle p {
  font-size: 18px;
  line-height: 28px;
  color: #001f3e;
  font-weight: 300;
}
.blog-detail_hle h2 {
  font-size: 26px;
  line-height: 32px;
  color: #840000;
  font-weight: 400;
  /* font-family: 'Poppins-SemiBold'; */
  margin: 0;
  margin-bottom: 15px;
}
.blog-detail_image.secondary {
  float: right;
  margin-right: 0em;
  margin-left: 2em;
  margin-top: 4em;
  margin-bottom: 1em;
}
.blog_detail_full {
  margin: 0;
  background-image: url('../images/commercial/servicedetailfull-bg.png');
  background-position: center;
  background-size: unset;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
}
/*******************************************Service areas Page*******************************************/
.serviceareas_wrapper_first {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
}
.serviceareas_wrapper_first_blck h1 {
  font-size: 34px;
  line-height: 45px;
  color: #0b3954;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Poppins-SemiBold';
}
.serviceareas_wrapper_first_blck p {
  font-size: 16px;
  line-height: 24px;
  color: #001f3e;
  font-weight: 300;
}
.serviceareas_wrapper_second {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.serviceareas_map .mapouter {
  height: 585px;
}
.serviceareas_map .gmap_canvas {
  height: 585px;
}
.serviceareas_map {
  float: right;
  border: 4px solid #0b3954;
}
.serviceareas_content {
  position: absolute;
  background-color: #0b3954;
  padding: 1em 2em;
  z-index: 9;
}
.serviceareas_content_inner {
  padding-left: 1em;
    height: 500px;
    overflow-y: scroll;
    padding-right: 1em;
}
.serviceareas_content_inner::-webkit-scrollbar {
   width: 5px;
}
/* Track */
.serviceareas_content_inner::-webkit-scrollbar-track { 
  border-radius: 10px;
  background-color: #fff;
}
/* Handle */
.serviceareas_content_inner::-webkit-scrollbar-thumb {
  background: #840000; 
  border-radius: 5px;
}
/* Handle on hover */
.serviceareas_content_inner::-webkit-scrollbar-thumb:hover {
 background: #840000; 
}
.serviceareas_content_inner ul {
  padding: 0;
  margin: 0;
}
.serviceareas_content_inner ul li {
  list-style-type: none;
  float: left;
  width: 100%;
}
.serviceareas_content_inner ul li a {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ffffff4d;
}
span.location_icon {
  font-size: 30px!important;
  margin-right: 20px;
}
span.arrow {
  margin-left: 20px;
  font-size: 20px;
}
.serviceareas_content {
  position: absolute;
  background-color: #0b3954;
  padding: 2em;
  z-index: 9;
  border-top-right-radius: 25px;
  filter: drop-shadow(0 0 13.5px rgba(255,255,255,0.2));
  border-bottom-left-radius: 25px;
}
span.location_icon i{
  transition: 0.5s;
}
.serviceareas_content_inner ul li a:hover span.location_icon i {
  /* color: #840000; */
  transform: scale(1.2);
}
span.arrow i {
  transition: 0.5s;
}
.serviceareas_content_inner ul li a:hover span.arrow i{
  transform: translate(20px, 0px);
}
/****************************************Locations Page**********************************************/
.locations_wrapper {
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 0em 0em;
  background-image: url('../images/locations/servicedetailfull-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.locations_iframe_inner iframe {
  width: 95%;
  height: 450px;
  border: 2px solid #840000!important;
}
.locations_iframe {
  margin-right: 4em;
}
.locations_iframe_inner:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 100%;
  background-color: #f6eded;
  z-index: -1;
  top: -30px;
  right: 0;
}
.locations_wrapper_hle h1 {
  text-align: center;
  margin: 0;
  margin-bottom: 2em;
  font-size: 34px;
  line-height: 45px;
  color: #0b3954;
}
.locations_content h4 {
  font-size: 34px;
  line-height: 45px;
  color: #0b3954;
  margin: 0;
  margin-bottom: 20px;
}
.locations_content ul li {
  list-style-type: none;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}
.locations_content {
  float: right;
  width: 37%;
  padding-top: 3em;
}
.locations_content ul li span {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  margin-right: 20px;
  color: #850000;
  vertical-align: top;
}
.locations_content ul {
  padding: 0;
  margin: 0;
}
a.direction_location {
  font-size: 18px;
  line-height: 24px;
  color: #850000;
  font-weight: 4;
  width: 215px;
  display: inline-block;
  background-color: #f0e0e0;
  text-align: center;
  padding: 10px 0px;
  transition: 0.5s;
}
a.direction_location span {
  margin-left: 10px;
}
.locations_content ul li p {
  display: inline-block;
  width: 89%;
}
a.direction_location:hover {
  background-color: #0a2d44;
  color: #fff;
}
.locations_blck {
  margin-bottom: 5em;
}
.locations_blck:nth-child(even) .locations_iframe {
  float: right;
  margin-right: 0em;
  margin-left: 4em;
}
.banner_innerpage_image img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* -webkit-clip-path:url('#blog_clip');
  clip-path: url('#blog_clip'); */
}
.banner_innerpage_content {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner_innerpage_content.blog_detail{
  width: 48%;
}
.banner_innerpage_content_inner {
  width: 100%;
  height: 250px;
  background-image: url(../images/blogs/bannercontent.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 7em;
  padding-left: 3em;
}
.banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
  background-size: cover;
  padding-top: 6em;
  padding-right: 8em;
  padding-left: 0em;
}
.banner_innerpage_content.blog_detail .banner_innerpage_content_inner div {
  font-size: 30px;
  line-height: 42px;
  text-align:center;
}
.banner_innerpage_content_inner div {
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Poppins-Black';
}
.banner_innerpage_hle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 230px;
  background-image: url(../images/blogs/banner_curve.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
} 
ul.megamenu {
  background-color: #0a2d44;
  padding: 0.5em 0em;
}
ul.megamenu li {
  float: left;
  width: 32%;
  padding: 5px 0px!important;
  border-bottom: 1px solid #005782;
  margin: 0px 7px!important;
}
ul.megamenu li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff!important;
  position: relative;
  padding: 5px 0px;
}
ul.megamenu li a:before {
  content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    left: 0;
    border: 0;
    top: 0;
}
ul.megamenu li a:hover::before {
  width: 100%;
}
ul.megamenu li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  right: 0;
  top: unset;
  bottom: 0;
}
ul.megamenu li a:hover::after {
  width: 100%;
}
.blog-detail_hle ul li {
  font-size: 18px;
  line-height: 32px;
  color: #001f3e;
  letter-spacing: 0px;
  font-weight: 300;
  list-style-type: none;
}
.blog-detail_hle ul li:before {
  content: '\f101';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: #840000;
  padding-right: 15px;
}
.sitemap-data ul li ul {
  padding-left: 20px;
}
.sitemap-data ul li a {
  font-size: 18px;
  color: #840000;
  line-height: 24px;
}
.sitemap-data ul li ul li a {
  font-size: 16px;
  color: #0a2d44;
}
.sitemap-lists {
  padding: 2em 0em;
  margin: 1em 0em;
}
.sitemap-data h1 {
  font-size: 42px;
  line-height: 50px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #0a2d44;
  font-family: 'Poppins-SemiBold';
}
/***mapstyle***/
.gm-style-iw.gm-style-iw-c {
    padding: 0;
	background-color: transparent;
    box-shadow: unset;
	left: 6em;
}
.gm-style .gm-style-iw-t::after{
	display:none;
}
.gm-style .gm-style-iw-d {
    overflow: auto !important;
}
.get_directions_section {
    background-color: #0a2d44;
    border-radius: 7px;
    float: left;
    max-width: 300px;
    padding-bottom: 14px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}
.get_directions_section h4 {
    background-color: #fff;
    padding: 15px 0;
    margin: 0;
    text-align: left;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #0a2d44;
    font-size: 25px;
    padding-left: 15px;
}
.get_directions_section p {
    padding: 10px 9px 5px 40px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    position: relative;
    float: left;
    width: 63%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
	position:relative;
}
.m_address:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    position: absolute;
    left: 10px;
}
.m_phone_number:before {
    content: "\f095";
    font-family: 'Fontawesome';
    font-size: 25px;
    position: absolute;
    left: 10px;
}
.get_directions_section .get_direct {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 84px;
    height: 78px;
    background-color: #ffffff;
    padding: 5px;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #0a2d44;
    font-weight: 600;
    text-transform: uppercase;
    right: 15px;
    margin-top: 15px;
}
.get_directions_section .get_direct:before {
    content: "";
    background-image: url(../images/home/dierction.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55px;
    display: block;
    max-width: 55px;
    margin: 0 auto;
}

.get_directions_section a{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    padding-left: 20px;
    position: relative;
    display: block;
    float: left;
}
.get_directions_section a:before{
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    margin-right: 10px;
}
.direction_media ul li a:before {
    content: none;
}
.direction_media ul {
    padding-left: 0;
}
.direction_media {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 15px;
}
button.gm-ui-hover-effect {
    top: 13px !important;
    right: 5px !important;
}
a.print {
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.header_service.calnw i {
  margin-right: 12px;
}
.header_service.calnw a span{
  display: none;
}
.header_service.calnw a p {
  display: inline-block;
  margin: 0;
}
.call_mobile_rooter, .call_offer_mobile{
  display: none;
}
.aboutus_homepage {
  float: left;
  width: 100%;
  margin: 0em 0em;
  padding: 5em 0em;
}
.custom_404 a {
  font-size: 18px;
  color: #0a2d44;
}
.custom_404 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 2em 0em;
  margin: 2em 0em;
}
.custom_404 h1 {
  font-size: 60px;
  line-height: 65px;
  margin: 0;
  margin-bottom: 20px;
  color: #0a2d44;
}
.custom_404 h2 {
  font-size: 36px;
  line-height: 50px;
  margin: 0;
  margin-bottom: 15px;
  color: #a60000;
}
.custom_404 a {
  font-size: 18px;
  color: #0a2d44;
}
.blog_hove_title.mobile {
  display: none;
}
.aboutuspage_wrapper.home_abt {
  background-image: unset;
} 
/*******************************************Responsive Page**********************************************/


@media only screen and (min-width:1400px) {
	
  /************************************Blogdetail Page****************************************************/
  .commercial_second_hle {
    padding: 0px 2em;
  }
  .header_offer {
    bottom: -75px;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
      background-size: 100% 100%;
      padding-top: 7em;
      padding-right: 8em;
      padding-left: 5em;
      height: 285px;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner div {
      font-size: 30px;
      line-height: 42px;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 8em;
    padding-right: 13em;
    padding-left: 8em;
    height: 305px;
  }


}

@media only screen and (min-width:1500px)  {
  /***********************************Blogdetail Page*****************************************/
  .commercial_second_hle {
      padding: 0px 6em;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 8em;
    padding-right: 13em;
    padding-left: 8em;
    height: 305px;
  }

}

@media only screen and (min-width:1600px)  {
  /***********************************Blogdetail Page*****************************************/
  .commercial_second_hle {
      padding: 0px 9em;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 8em;
    padding-right: 13em;
    padding-left: 8em;
    height: 305px;
  }


}
@media only screen and (min-width:1700px)  {
   /***************************************Blogdetail Page****************************************************/
   .commercial_second_hle {
      padding: 0px 13em;
   } 
   .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 8em;
    padding-right: 13em;
    padding-left: 8em;
    height: 305px;
  }

}
@media only screen and (min-width:1800px)  {
   /*************************************Blogdetail Page***************************************************/
   .commercial_second_hle {
      padding: 0px 16em;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 8em;
    padding-right: 13em;
    padding-left: 8em;
    height: 305px;
  }
  

}

@media only screen and (min-width:1920px)  {
    
  /*************************************Blogdetail page***************************************************/
  .blog_detail_full {
    background-size: cover;
  } 
  .commercial_second_hle {
      padding: 0px 23em;
  }
  .commercial_full_back {
    background-size: cover;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 8em;
    padding-right: 13em;
    padding-left: 8em;
    height: 305px;
  }



}

@media only screen and (max-width:1300px) {
  
  .container {
    padding: 0 15px;
  }
  
  /*********************************************Home Page********************************************/
  .header-nav nav>ul>li>a {
    padding: 5px 5px;
  }
  .banner_single_content h1, .banner_single_content h2 {
    font-size: 42px;
    line-height: 70px;  
  }
  .banner_single_content p {
    font-size: 20px;
    line-height: 32px;  
  }
  .aboutus_title h5, .aboutus_title h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .service_single {
    padding: 0em 2em;
  }
  .commercial_content{
    right: 0;
  }
  .reviews_hle {
      padding-left: 15px;
  }
  .footer_contact a {
    font-size: 28px;
  }
  /****************************************Blog detail Page*******************************************/
  .service_single_main_indent.right_second_commercial .service_single_ourimage_inner img {
    width: 230px;
  }
  /*****************************************Commercial Page*******************************************/
  .commercial_first_image_inner img {
    height:500px;
  }  
  /*****************************************Contact Page**********************************************/
  .contact_page_content_inner {
    padding: 2em;
  }
  /****************************************FAQ Page***************************************************/
  .faq_content {
    padding: 0em 5em 0em 1em;
  }
  /***************************************Locations Page**********************************************/
  .locations_iframe {
      margin-right: 3em;
  }
  .locations_content ul li p {
    width: 87%;
  }
  .locations_blck:nth-child(even) .locations_iframe{
    margin-left: 3em;
  }
  /***************************************Service Page***********************************************/
  .service_single_ourimage_inner img {
    width: 360px;
  }
  .commercial_content h4, .commercial_content h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .commercial_content p {
    font-size: 17px;
    line-height: 28px;
  }    


}

@media only screen and (max-width:1200px) {
  /**********************************************Home Page********************************************/
  .header_first_blck_inner {
      float: left;
      width: 100%;
  }  
  .header_slogan {
      padding-top: 0em;
      padding-left: 20px;
  }
  .header_call_sec {
      float: left;
      width: 58%;
  }
  .header-nav nav>ul>li>a {
      padding: 5px 5px;
      font-size: 14px;
  }
  .header_offer {
    width: 170px;
    height: 160px;
    bottom: -71px;
    padding: 2.5em 2em 0em;
  }
  .header_offer p {
    font-size: 32px;
  }
  .header_offer p span {
    font-size: 26px;  
  }
  span.slot {
    font-size: 13px;
  }
  .banner_single_content {
    top: 5em;
    left: 15px;
    padding: 3em 2em;
    width: 50%;
  }
  .banner_single_image img {
    height: 550px;
  }    
  .aboutus_title h5, .aboutus_title h2 {
      font-size: 36px;
      line-height: 45px;
  }
  .aboutus_title h4, .aboutus_title h3 {
    font-size: 24px;
  }
  .aboutus_sec_blck p {
    font-size: 18px;
    line-height: 35px;
  }
  .aboutus_sec_bottom {
    padding: 2em 1em;
  }
  .aboutus_sec_image_inner img {
    height: 450px;
  }
  .service_title_sec p {
    padding: 0em 4em;
    font-size: 22px;
  }  
  .service_hle_blck {
    height: auto;
  }
  .service_hle_blck:before {
    content: unset;
  }
  .service_single {
      padding: 0em 1em;
  }
  .service_image_inner img {
    width: 100%;
    height: 315px;
  }
  .service_image_inner {
      background-color: #001f3e;
      border-radius: 50%;
      padding: 5px;
      width:325px;
  }
  .service_image {
      margin-right: 2em;
  }
  .service_single:nth-child(even) .service_image {
    margin-left: 2em;
    margin-top: 0;
  }
  .service_single:nth-child(3) .service_image {
      margin-right: 2em;
      margin-top: 0;
  }
  .service_single:nth-child(3) h4 {
    margin-top: 1.5em;
  }
  .service_single:nth-child(3)::before {
    top:20px;
  }
  .service_single:before {
    height: 95%;
    top: 0px;
  } 
  .services_wrapper {
    padding: 2em 0em;
  }
  .commercial_content h4, .commercial_content h2 {
    font-size: 36px;
  } 
  .commercial_content {
    padding: 3em 1em;
  }
  .commercial_content p {
    font-size: 17px;
    line-height: 30px;
  }
  .commercial_image_inner img {
    height: 550px;
  }
  .services_wrapper {
      padding: 1em 0em;
      margin: 1em 0em;
  }   
  .reviews_content_single_inner {
    margin: 0px 30px;
  }
  .reviews_wrapper {
    padding: 3em 0em;
  }
  .blog_hove_title {
    width: 210px;
    height: auto;
  }
  .blog_right_main_cont p {
    font-size: 15px;
    line-height: 26px;
  }
  .blog_hove_title p {
    font-size: 20px;
    line-height: 36px;  
  }
  .coupons_wrapper {
    padding: 3em 0em;
  }
  .coupons_single_inner h5 {
    font-size: 42px; 
  }
  .coupons_single_inner {
    padding: 4em 1em;
  }
  .coupons_single_inner h5 {
    font-size: 42px;
  }
  .coupons_single_inner h6 {
    font-size: 22px;
  }
  .coupons_single_inner p {
    font-size: 17px;  
  }
  /************************************Blog Page******************************************/
  .blog_left_content {
    padding: 0em 3em;
  }
  /**********************************Blog-detail page*************************************/
  .blog-detail_image_inner img {
    height: 450px;
  }
  .blog-detail_wrapper {
    margin: 2em 0em;
  }
  .commercial_second_left h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .service_single_main_indent.right_second_commercial .service_single_ourimage_inner img {
      width: 180px;
  } 
  .service_single_main_indent.right_second_commercial:before {
    height: 90%;
  }
  .commercial_second_left h5 {
    font-size: 28px;
    line-height: 36px;
  }
  /**************************************Commercial Page*****************************************/
  .commercial_first_hle h1 {
    font-size: 32px;
  }
  /**************************************Contact Page********************************************/
  .contact_page_content_address div {
    width: 85%;
  }
  .contact_page_content_address h5 {
    font-size: 25px;
  }
  /**************************************Coupons Page**********************************************/
  .coupons_own_hle h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .coupons_single.coupons_ownpage {
    margin-bottom: 5em;
  }  
  /************************************Locations Page***************************************/
  .locations_content ul li {
    font-size: 16px;
  }
  .locations_content ul li p {
    width: 84%;
  }
  /*************************************Service Page*************************************/
  .ourservice_title_own p {
    font-size: 24px;
    line-height: 35px;
  }
  .ourservice_title_own {
    padding: 0em 5em;
  } 
  .service_single_ourimage_inner {
    height: 385px;
    width: 370px;
  }
  .service_single_ourimage_inner img {
      width: 295px;
      height: 350px;
  }
  .service_single_main_indent {
      margin-bottom: 2em;
      float: left;
      width: 100%;
  }
  .service_single_main_indent:before {
    width: 80%;
    height: 95%;
    top: 0;
    right: 0;
    border-radius: 35px;
  }
  .service_single_ourcontent {
    padding-top: 3em;
  }
  .service_single_main_indent:nth-child(even)::before {
    left: 0;
  }
  /*************************************Service areas Page**************************************/
  .serviceareas_wrapper_first_blck {
      float: left;
      width: 100%;
      text-align: center;
  }
  .serviceareas_content {
    width: 45%;
  }
  .banner_innerpage_image img {
    height: 550px;
  } 
  .banner_innerpage_content_inner {
    height: 235px;
  }
  .banner_innerpage_hle:before {
    height: 210px;
  }
  .commercial_content h4, .commercial_content h2 {
    font-size:28px;
    line-height: 36px;
  }
  .commercial_content p {
      font-size: 16px;
      line-height: 28px;
  }


}

@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: 0em;
    left: 0;
		z-index: 999;
    background-color: #fff;
    display: block;
    border: 1px solid #fff;
	}
	.mobile-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 2em;	
		padding:0px 15px;
	}
  .mobile-header .navbar-toggle .icon-bar {
		background-color: #840000;
	}
	.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: #fff;
	}
	.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: #0a2d44;
		float: right
	}
	#mob_menu {
		margin: 0;
		padding: 0;
    background-color: #fff;
		float: left;
		width: 100%;
    position: relative;
	}
  .mob_navi.menu.menu_open.submenu_open1 span {
      opacity: 1;
  }
	#mob_menu li {
		list-style-type: none;
    border-bottom: 1px solid #0a2d44;
	}
	#mob_menu li a {
		text-decoration: none;
		color: #0a2d44;
		display: block;
		padding: 10px 15px;
		font-size: 18px;	
	}
	#mob_menu li a:hover {
    color: #840000;
		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: #0a2d44;
	}
	.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; */
    width: 100%;
    padding: 0;
    margin: 0;
		background-color: #fff;
	}
	.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: #0a2d44;
		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 {
		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;
      left: 15px;
      top: 7em;
      z-index: 99999;
  }
  .mobile-top-head {
		display: block;
	} 
  li.mob_sub_link.first-open.active span.fa.fa-chevron-down, li.mob_sub_link.second-open.active span.fa.fa-chevron-down, li.mob_sub_link.third-open.active span.fa.fa-chevron-down {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-up, li.mob_sub_link.second-open.active span.fa.fa-chevron-up, li.mob_sub_link.third-open.active span.fa.fa-chevron-up {
    opacity: 1;
    visibility: visible;
  }
  li.mob_sub_link.first-open span.fa.fa-chevron-up, li.mob_sub_link.second-open span.fa.fa-chevron-up, li.mob_sub_link.third-open span.fa.fa-chevron-up {
  opacity: 0;
  visibility: hidden;
  } 
	/****Mobilemenu end**/
  
  /*****************************************Homepage Page************************************/
  .header_logo_sec {
      float: left;
      width: 27%;
  }
  .header_slogan {
    display: none;
  }
  .header_call_sec {
      float: right;
      width: 73%;
      margin-top: 5px;
  }
  .header_log {
      float: left;
      width: 100%;
  }
  .header_offer {
      width: 150px;
      height: 120px;
      bottom: -65px;
      padding: 2em 1em 0em;
  }
  .header_offer p {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .header_offer p span {
    font-size: 20px;
  }
  span.slot {
    font-size: 12px;
  }   
  .header_menus {
      display: none;
  }
  .header_second_blck {
    padding: 2em 0em;
  }
  .banner_single_image img {
    height: 500px;
  }
  .banner_single_content {
    top: 5em;
    left: 15px;
    padding: 3em 2em;
    width: 60%;
  }
  .banner_single_content h1, .banner_single_content h2 {
      font-size: 36px;
      line-height: 55px;
  }
  .banner_single_content p {
      font-size: 18px;
      line-height: 28px;
  }
  a.about_banner {
    width: 195px;
  }
  a.about_banner p {
    width: 140px;
    font-size: 18px;
    margin-right: 7px;
  }
  .banner_single_content {
    padding: 2em 2em;
  }
  .aboutus_hle:before {
    width: 180px;
    height: 50px;
  }
  .aboutus_hle:after {
    width: 180px;
    height: 50px;
  }
  .aboutus_sec_image_inner img {
      height: 400px;
  }
  .aboutus_sec_blck p {
      font-size: 17px;
      line-height: 32px;
  }
  .aboutus_sec_blck {
      margin-bottom: 1em;
  }
  .aboutus_sec_bottom {
    float: right;
    margin-top: 0px;
    width: 100%;
  }
  .service_title_sec p {
      padding: 0em 1em;
      font-size: 20px;
  }
  .service_title_sec h4 {
    font-size: 24px;
  }
  .service_title_sec {
      margin-bottom: 2em;
  }  
  .service_single {
      padding: 1em 1em;
      margin-bottom: 2em;
  }
  .service_single:before {
      height: 100%;
      width: 100%;
      top: 0;
      border-radius: 20px;
  }
  .service_image_inner img {
      width: 220px;
      height: 220px;
  }
  .service_single h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .service_single:nth-child(3)::before {
      top: 0;
  }
  .service_single:nth-child(3) h4 {
      margin-top: 0;
  }
  .commercial_wrapper {
    padding: 3em 0em;
  }   
 .commercial_image {
      float: left;
      width: 100%;
      margin-bottom: 2em;
      text-align: center;
  }
  .commercial_image_inner img {
      height: 50vw;
      max-width: 80%;
      margin: 0 auto;
      float: none;
  }
  .commercial_content {
      padding: 2em 1em;
      border: 3px solid #0b4e9a;
      width: 100%;
      top: 0;
      position: relative; 
  }
  .reviews_content_single_inner {
    margin: 0px 15px;
  }
  .reviews_content {
      padding-left: 2em;
  }
  .reviews_image_inner img {
    height: 400px;
  }
  .reviews_content_single_first span {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .blog_title h4, .blog_title h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .blog_title h5 {
    font-size: 24px;
  }
  .blog_left_image {
      padding-right: 0;
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .blog_left_image_inner {
      text-align: center;
  }
  .blog_left_image_inner img {
      height: 60vw;
      object-fit: cover;
      object-position: center;
      width: 100%;
      max-width: 80%;
      margin: 0 auto;
  }
  .blog_right_content {
    float: left;
    width: 100%;
  }
  .blog_right_image img {
    height: 260px;
  }
  .blog_right_main_cont {
    padding: 2em;
  }
  .blog-wrapper {
    padding: 2em 0em;
  }
  .coupons_wrapper {
      padding: 2em 0em;
  }
  .coupons_single_inner {
    margin: 0px 6px;
  }
  .coupons_single_inner:after {
    width: 70px;
    height: 65px;
  }
  .coupons_single_inner h5 {
      font-size: 36px;
  }
  .coupons_single_inner h6 {
      font-size: 20px;
  }
  .coupons_single_inner p {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 2em;
  }
  .coupons_single_inner {
      padding: 3em 1em;
  }
  .footer_about {
      float: left;
      width: 50%;
      margin-right: 2em;
      margin-bottom: 1em;
  }
  .footer_link {
      float: left;
      width: 43%;
      margin-right: 1em;
  } 
  .footer_link:nth-child(3) {
      clear: both;
  } 
  .footer_link ul li a {
    font-size: 16px;
  }
  .footer_contact p {
    font-size: 18px;
  }
  .footer_contact a {
      font-size: 26px;
  }
  .footer_contact {
      float: right;
      width: 46%;
  }
  .footer_copyright p {
    font-size: 20px;
  }
  /**************************************Blog Page*****************************************/
  .blog_left_content {
      padding: 0em 7em;
  }
  /**************************************Blog detail Page**********************************/
  .blog-detail_image_inner img {
      height: 400px;
  } 
  .blog-detail_hle h1 {
    font-size: 30px;
    line-height: 36px;
  }  
  .blog-detail_hle h2 {
    font-size: 24px;
  }
  .blog-detail_wrapper {
    padding: 1em 0em;
  }  
  .commercial_second_blck {
    padding: 1em 0em;
  }
  .commercial_second_left {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }
  .commercial_second_image_inner {
      max-width: 75%;
      margin: 0 auto;
  }
  .commercial_second_left h5 {
      font-size: 24px;
      line-height: 32px;
  }
  .commercial_second_right {
      float: right;
      width: 100%;
  }
  .service_single_main_indent.right_second_commercial .service_single_ourimage_inner img {
      width: 240px;
  }
  /**************************************Commercial Page****************************************/
  .commercial_first_hle h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .commercial_first_image_inner img{
    height: 350px;
  }  
  /**************************************Contactus Page******************************************/
  .contactus_hle h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .contact_page_content_inner {
      padding: 2em 1em;
  }  
  .contact_page_content_inner h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .contact_page_content_address span {
    margin-right: 15px;
  }
  .contact_page_content_address h5 {
      font-size: 21px;
  }  
  .form-group.contac {
    width: 48%;
  }
  /**************************************FAQ Page*************************************/
  .faq_image {
    padding-left: 1em;
  }
  .faq_image_inner img {
    height: 210px;
  }  
  .faq_wrapper_hle h1 {
    font-size: 32px;
  }
  .set > a {
    font-size: 18px;
  }
  .faqpage_section {
      margin: 4em 0;
  }  
  .faqpage_section {
      margin: 2em 0;
  }
  /****************************************Locations Page****************************************/
  .locations_iframe {
     margin-right: 1em;
  }
  .locations_iframe_inner iframe {
    height: 400px;
  }
  .locations_content {
    width: 38%;
  }
  .locations_content h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .locations_content ul li {
      font-size: 14px;
  }   
  .locations_content ul li span {
    font-size: 20px;
    margin-right: 10px;
  }
  .locations_blck:nth-child(even) .locations_iframe {
      margin-left: 1em;
  }  
  /******************************************Service Page**************************************/
  .ourservice_title_own {
      padding: 0em 1em;
  }   
  .ourservice_title_own p {
      font-size: 20px;
      line-height: 32px;
  } 
  .service_single_ourimage_inner img {
      width: 250px;
      height: 315px;
  }
  .service_single_ourimage_inner {
      height: 350px;
      width: 310px;
  }
  .service_single_ourcontent {
      padding-top: 1em;
      padding-bottom: 2em;
  }
  .service_single_main_indent:before {
    width: 100%;
  }
  /****************************************Service Areas Page***********************************/
  .serviceareas_wrapper_first_blck h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .serviceareas_wrapper_second {
    padding: 1em 0em;
  } 
  .serviceareas_content {
    padding: 2em 1em;
  }  
  .serviceareas_content_inner ul li a {
    font-size: 17px;
  }
  .banner_innerpage_image img {
      height: 500px;
  }
  .banner_innerpage_hle:before {
      height: 190px;
  }
  .banner_innerpage_content_inner {
      height: 220px;
      padding-top: 6em;
  }
  .banner_innerpage_content_inner div {
    font-size: 30px;
    line-height: 42px;
  }  
  .banner_innerpage_content {
    width: 50%;
  }
  .mobile-header button.navbar-toggle span.men {
    display: none;
  } 
  .service_image_inner {
    width: 255px;
  }
  .service_image_inner img {
      width: 100%;
      height: 240px;
  }


}     
@media only screen and (max-width:992px) and (min-width: 850px) {
	/**********************************Homepage****************************************************/
	
	

}


@media only screen and (max-width:767px) {
	
	/**********************************Homepage****************************************************/
  .header_logo_sec {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }
  .header_log {
      float: left;
      width: 100%;
      text-align: center;
  }
  .header_call_sec {
    float: right;
    width: 100%;
  }
  .header_service {
      text-align: center;
      float: left;
      width: 45%;
      margin-right: 15px;
  }  
  .header_service a {
    height: 50px;
    font-size: 15px;
    line-height: 22px;
  }
  .header_service a:before {
    width: 95%;
    height: 40px;
  }
  .header_service.calnw {
      float: right;
      margin-right: 0;
  }
  .header_service.calnw a {
      font-size: 21px;
      padding: 0.7em 0em;
  }
  .mobile-header{
    top: 12em;
  }
  .header_service a {
    width: 200px;
  }
  .header_offer {
      width: 109px;
      height: 95px;
      bottom: 70px;
      padding: 1em 1em 0em;
      animation:unset;
  }
  .header_offer p span {
      font-size: 14px;
  }
  .header_offer p {
      font-size: 24px;
      line-height: 25px;
      margin-bottom: 5px;
  } 
  span.slot {
      font-size: 12px;
  }
  .mobile-header {
      top: 2em;
  }
  .header_second_blck {
    display: none;
  }
  .banner_single_image img {
      height: 350px;
  }
  .banner_single_content:before {
    content: unset;
  }
  .banner_single_content:after {
    content: unset;
  }
  .banner_single_content {
      top: 0;
      left: 0;
      padding: 2em 1em;
      position: relative;
      width: 100%;
      background-color: #a60000;
      float: left;
  }
  .banner_single_content h1, .banner_single_content h2 {
      font-size: 32px;
      line-height: 50px;
  }
  .banner_single_content p {
      font-size: 16px;
      line-height: 28px;
  }
  .aboutus_hle {
      float: left;
      width: 100%;
  }
  .aboutus_title h4, .aboutus_title h3 {
      font-size: 24px;
      text-align: center;
  }
  .aboutus_title h5, .aboutus_title h2 {
      font-size: 28px;
      line-height: 36px;
  }
  .aboutus_title {
      float: left;
      width: 100%;
  }
  .aboutus_sec_image {
    margin-right: 0em;
  }
  .aboutus_sec_image_inner img {
      height: 300px;
  }  
  .aboutus_sec_blck p {
      font-size: 16px;
      line-height: 28px;
  }
  .aboutus_sec_blck {
    float: left;
    width: 100%;
  }
  .aboutus_hle:before {
    content: unset;
  }
  .aboutus_hle:after {
    content: unset;
  }
  .about_sec_single {
      float: left;
      width: 100%;
  }
  .about_sec_single_inner {
      margin: 10px 10px;
      border-right: 0px solid #ffffff6b;
      padding-right: 0px;
  }
  .service_title_sec p {
      padding: 0em 0em;
      font-size: 18px;
      line-height: 32px;
  }
  .service_image {
    float: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .service_image_inner img {
      width: 193px;
      height: 193px;
  }
  .service_single h4 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 15px;
      margin-top: 0;
  }
  .commercial_wrapper_hle {
      float: left;
      width: 100%;
  }
  a.schedule_servi {
    font-size: 15px;
    line-height: 22px;
    width: 200px;
    margin-right: 15px;
    text-align: center;
  }
  a.schedule_phone {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      padding: 0.8em;
      border-radius: 20px;
      border-radius: 30px;
      margin-right: 0px;
      width: 170px;
      text-align: center;
      transition: 0.5s;
  }  
  .commercial_content {
    float: left;
  } 
  .commercial_content h4, .commercial_content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }  
  .reviews_wrapper {
    padding: 2em 0em;
  }
  .reviews_image_inner img {
      height: 350px;
  }
  .reviews_content {
      padding-left: 0em;
  }
  .reviews_content_single_first p {
    font-size: 15px;
    line-height: 30px;
  }
  .blog_title h4, .blog_title h1 {
      font-size: 32px;
      line-height: 36px;
  }
  .blog_title h5 {
    font-size: 22px;
  }  
  .blog_right_image {
    float: left;
    width: 50%;
  }
  .blog_right_single:hover .blog_hove_title {
    width: 175px;padding: 0.5em 0em;
  }
  .blog_hove_title p {
      font-size: 18px;
      line-height: 30px;
  }
  .blog_right_main_cont {
      padding: 1em;
      float: right;
      width: 50%;
  }
  .blog_right_main_cont {
      padding: 1em;
      float: right;
      width: 50%;
  }
  .blog_right_single {
    float: left;
    width: 100%;
  }
  .blog_right_main_cont p {
      font-size: 13px;
      line-height: 21px;
  }
  .coupons_wrapper {
      padding: 1em 0em;
  }
  .coupons_single_inner {
      margin: 0px 65px;
  } 
  .coupons_hle h4 {
    font-size: 32px;
    line-height: 41px;
  }
  .footer_about {
      float: left;
      width: 100%;
      margin-right: 0em;
      margin-bottom: 1em;
  }   
  .footer_about {
      float: left;
      width: 100%;
      margin-right: 0em;
      margin-bottom: 1em;
  }  
  .footer_about h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .footer_about p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 2em;
  } 
  .footer_link {
      float: left;
      width: 100%;
      margin-right: 1em;
  }
  .footer_link h4, .footer_contact h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0.5em;
  }
  .footer_contact {
      float: right;
      width: 100%;
      text-align: center;
  }
  .footer_copyright {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }
  .footer_copyright p {
      font-size: 18px;
      text-align: center;
  } 
  .footer_iboost {
      float: left;
      width: 100%;
      text-align: center;
  }
  .footer_iboost a {
      float: left;
      width: 100%;
  }
  /************************************Blog Page******************************************/
  .blog_main_hle.blog_own_se .blog_left_image_inner img {
      height: 85vw;
  }
  .blog_left_content {
    bottom: 30px;
  }
  /***********************************Blog Detail Page***********************************/
  .blog-detail_image {
      margin-right: 2em;
      margin-bottom: 2em;
      float: left;
      width: 50%;
  }
  .blog-detail_image_inner:before {
    top: -17px;
    left: 0;
  }
  .blog-detail_image_inner img {
      height: 300px;
  }
  .blog-detail_hle h1 {
      font-size: 26px;
      line-height: 32px;
  }
  span.blog_date {
    font-size: 16px; 
  }
  .blog-detail_hle h2 {
      font-size: 22px;
      line-height: 32px;
  }  
  .commercial_second_image_inner {
    max-width: 90%;  
  }
  .commercial_second_image_inner img {
    height: 300px;
  }  
  .commercial_second_left h5 {
    font-size: 20px;
  }
  .service_single_main_indent {
      margin-bottom: 2em;
      float: left;
      width: 100%;
      padding: 1em 0em;
  }
  .service_single_main_indent.right_second_commercial:before {
      height: 100%;
      width: 100%;
      top: 0;
      border-radius: 25px;
  }
  .commercial_second_right h4 {
    font-size: 28px;
  }
  .service_single_ourimage {
    float: left;
    width: 100%;
  }  
  .service_single_main_indent.right_second_commercial .service_single_ourimage_inner {
      height: 270px;
      max-width: 300px;
      margin: 0 auto;
  }
  .service_single_main_indent.right_second_commercial .service_single_ourimage_inner img {
      width: 230px;
      height: 240px;
  }
  /************************************Commeercial Page****************************************/
  .commercial_first_image {
      margin-right: 1em;
      margin-bottom: 1em;
      float: left;
      width: 50%;
  }
  .commercial_first_image_inner img {
      height: 300px;
  } 
  .commercial_first_hle h1 {
      font-size: 24px;
      line-height: 30px;
  }
  .commercial_first_hle h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .commercial_first_blck {
    padding: 1em 0em;
    margin: 1em 0em;
  }
  /***************************************Contactus Page*****************************************/
  .contactus_hle {
      display: flex;
      flex-direction: column;
  }
  .contactus_hle h1 {
      font-size: 28px;
      line-height: 36px;
      order: 1;
  }
  .contact_page_map {
      order: 3;
  }
  .contact_page_content {
    order: 2;
    background-color: transparent;
    margin-bottom: 2em;
  }
  .contact_page_content_inner {
      padding: 2em 1em;
      max-width: 100%;
      margin: 0 auto;
      float: left;
      background-color: #0a2d44;
  }
  .form-group.captcha_box {
      float: left;
      width: 100%;
      text-align: center;
  }
  .submit-btn.aos-init.aos-animate {
    float: left;
    width: 100%;
    margin: 0 auto;
  } 
  .contact_page_content_inner:before {
    content: unset;
  }
  .contact_page_map .mapouter {
      height: 600px;
  }
  .contact_page_map .gmap_canvas {
      height: 600px;
  }
  .contact_page_content_address {
      margin-bottom: 1em;
  }
  .contact_page_content {
    position: relative;
  }  
  /*********************************FAQ Page************************************/
  .faq_wrapper_hle h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .faq_block_own {
      float: left;
      width: 100%;
      order: 2;
  }  
  .faq_image {
      padding-left: 0em;
      float: left;
      width: 100%;
      padding-top: 0em;
      order: 1;
  }
  .set > a {
    padding: 17px 15px;
    font-size: 17px;
  }
  .faq_image_inner {
      max-width: 70%;
      margin: 0 auto;
  }
  .faq_back_hle .container {
      display: flex;
      flex-direction: column;
  }  
  /****************************************Locations Page***************************************/
  .locations_wrapper_hle h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .locations_iframe_inner iframe {
      height: 300px;
  }
  .locations_iframe {
      margin-right: 0em;
      float: left;
      width: 100%;
  }
  .locations_iframe_inner iframe {
      height: 300px;
  }
  .locations_content {
      width: 100%;
      float: left;
      padding-top: 1em;
   }
   .locations_blck {
      margin-bottom: 4em;
      float: left;
      width: 100%;
  }
  /*****************************************Service Page*************************************/
  .service_single_ourimage_inner img {
      width: 250px;
      height: 275px;
  }
  .service_single_ourimage_inner {
      height: 300px;
      width: 310px;
      margin: 0 auto;
  }
  .service_single_main_indent {
    margin-bottom: 1em;
  }  
  /***************************************Service areas Page *********************************/
  .serviceareas_content {
      padding: 2em 1em;
      float: left;
      width: 100%;
      position: relative;
  }
  .serviceareas_map .gmap_canvas {
      height: 400px;
  }
  .serviceareas_map .mapouter {
      height: 400px;
  }
  .serviceareas_map {
    float: left;
    width: 100%;
  }
  .serviceareas_wrapper_first_blck h1 {
      font-size: 28px;
      line-height: 36px;
  }
  .banner_innerpage_image img {
     height: 350px;
  }
  .banner_innerpage_content {
    position: relative;
    width: 100%;
  }
  .banner_innerpage_content_inner {
      height: auto;
      padding-top: 2em;
      background-color: #0b3954;
      background-image: unset;
      text-align: center;
      padding: 2em 0em;
  }
  .banner_innerpage_hle:before {
      content: unset;
    }
  .gm-style .gm-style-iw-d {
      overflow: auto !important;
      max-height: 203px !important;
  }
  .gm-style-iw.gm-style-iw-c {
      max-width: 290px!important;
      max-height: 203px !important;
      left:0;
  }
  .get_directions_section p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner_innerpage_content.blog_detail {
    width: 100%;
    float: left;
  } 
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
    padding-top: 2em;
    padding-right: 0em;
    padding-left: 0em;
  }
  .service_image_inner {
    background-color:unset;
  }
  .service_image {
    margin-top:0;
  }
  .service_single:nth-child(even) .service_image {
    margin-right: 0;
  }
  .coupons_single.ownpage .coupons_single_inner sup {
    top: 0px;
  }  

} 

@media only screen and (max-width: 767px) and (min-width: 600px)  {
          
      /*************************Home Page****************************************************/
            

}	

@media only screen and (max-width:480px)  {
  /*************************************Homepage*****************************************/
  .blog_hove_title {
    display: none;
  }
  .blog_hove_title.mobile {
      display: block;
      position: relative;
      top: 0;
      background-color: transparent;
      padding: 0;
      color: #000;
      width: 100%;
      margin-bottom: 15px;
  }
  .blog_hove_title.mobile a {
      background-color: transparent;
      width: 100%;
  }  
  .blog_hove_title.mobile a:before{
    content: unset;
  }
  .blog_hove_title.mobile a p {
      color: #0a2d44;
      font-size: 20px;
      line-height: 28px;
      font-weight: 600;
  }
  .blog_right_single:hover .blog_hove_title.mobile {
      padding: 0;
      width: 100%;
  }
  .header_wrapper_hle {
      float: left;
      width: 100%;
      background-color: #0a2d44;
      border-bottom: 2px solid #fff;
      box-shadow: 0px 0px 9px 2px #0000007d;
  }
  .contact_page_content {
    z-index: 0;
  }
  .blog_hove_title {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    width: 250px;
  }
  .blog_right_single:hover .blog_hove_title {
      width: 250px;
      padding: 0.5em 1em;
  }
  /* .blog_right_single:hover .blog_hove_title {
    width: 250px; 
  } */
  .blog_hove_title p {
      font-size: 23px;
      line-height: 30px;
  }  
  .mob_navi.menu_open {
    z-index: -1;
  }
  .mob_sub_menu li a {
      font-weight: 500!important;
  }
  .offer_desktop {
    display: none;
  }
  .header_first_blck {
      background-color: transparent;
      padding: 0.5em 0em;
      float: left;
      width: 50%;
  }
  .mobile-logo {
    padding: 10px 5px;
    background-color: transparent;
    margin-bottom: 0em;
  }
  a.schedule_servi {
    margin-bottom: 15px;
    width: 100%;
  }
  a.schedule_phone {
    width: 100%;  
  }
  .mob_navi {
    background-color: #fff;
  }
  .mob_sub_navigate i {
    color: #000;
  }
  .mob_sub_navigate span {
    color: #000;
  }
  .blog_left_image {
    display: none;
  }
  .header_service.calnw a span{
    display: block;
  }
  .mobile-header button.navbar-toggle span.men {
      font-size: 10px;
      text-transform: uppercase;
      margin: 5px 0px;
      display: block;
  }
  .faq_image {
    display: none;
  }
  .set a:before {
    content: unset;
  }
  .set a.active:after{
    content: unset;
  }
  .banner_innerpage_content{
    display: none;
  }
  .commercial_first_hle {
      display: flex;
      flex-direction: column;
  }
  .commercial_first_image {
    order: 2;
  }
  .commercial_first_hle h1 {
      font-size: 32px;
      line-height: 42px;
  }
  .blog_right_image img {
    width: 100%;
  }
  .banner_innerpage_content.blog_detail .banner_innerpage_content_inner {
      background-size: cover;
      padding-top: 2em;
      padding-right: 0em;
      padding-left: 0em;
  }
  .banner_innerpage_content.blog_detail {
      width: 100%;
      float: left;
  }
  .mob_navi {
    width:100%;
    transform: translate(0%, 1800px);
  }
  .header_offer {
      width: 100%;
      height: auto;
      bottom: 0;
      padding: 1em 1em 1em;
      animation: unset;
      float: left;
      background-image: unset;
      background-color: transparent;
      right: 0;
      /* color: #fff; */
      padding: 0.5em;
      position: relative;
      float: right;
      width: 50%;
  }
  .header_log_inner img {
      height: 55px;
  }
  .header_offer p {
    font-size: 29px;
    line-height: 25px;
    margin-bottom: 5px;
    /* color: #fff; */
    display: inline-block;
  }
  .header_offer p span {
      font-size: 18px;
  } 
  span.slot {
      font-size: 16px;
  }
  .header_service.mobile {
    display: block;
    width: auto;
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 999;
  }
  .header_service {
    display: none;
  }
  .header_service.calnw {
    display: block;
    width: auto;
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 999;
  }
  .header_service {
      text-align: center;
      float: left;
      width: 40%;
      margin-right: 5px;
  }
  .header_service a {
    font-size: 22px;
    line-height: 24px;
    padding: 0.6em 1em;
    width: auto;
    background-image: unset;
    z-index: 999;
    color: #fff;
  }
  .header_service a:hover {
    color: #fff;
    background-image: unset;
  }
  .header_service a:before{
    content: unset;
  }
  .header_service.calnw a:before{
    content: unset;
  }
  .header_service a:before {
      width: 93%;
      height: 30px;
  }
  .header_service.calnw a {
    font-size: 22px;
    line-height: 24px;
    padding: 0.6em 1em;
    width: auto;
    background-image: unset;
    z-index: 999;
    color: #fff;
  } 
  .mobile-header .navbar-toggle .icon-bar {
      background-color: #fff;
  }
  .navbar-toggle .icon-bar {
    width: 28px;
  }
  .banner_single_image img {
      height: 300px;
  }
  .banner_single_content h1, .banner_single_content h2 {
      font-size: 28px;
      line-height: 45px;
  }
  .banner_single_content h1:after, .banner_single_content h2:after {
    width: 270px;
  }
  a.read_banner {
    margin-bottom: 15px;
  }
  .aboutus_title h4, .aboutus_title h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .aboutus_title h5, .aboutus_title h2 {
      font-size: 24px;
      line-height: 32px;
      text-align: center;
  }  
  .service_image {
      float: left;
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
  }
  .service_image_inner img {
      width: 235px;
      height: 235px;
  }  
  .commercial_content h4, .commercial_content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .commercial_content p {
      font-size: 16px;
      line-height: 28px;
  }  
  .reviews_image_inner img {
      height: 300px;
  }   
  .reviews_content_single_first h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .blog_right_image {
      float: left;
      width: 100%;
  }  
  .blog_right_main_cont {
      padding: 1em;
      float: right;
      width: 100%;
      height: 100%;
  }  
  .blog_right_main_cont p {
      font-size: 16px;
      line-height: 24px;
  }
  .blog_left_image_inner img {
    height: 70vw;
    max-width: 100%;
  }
  .coupons_single_inner {
      margin: 0px 10px;
  }
  .coupons_single_inner p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 1em;
  }
  /*************************************Blog Page****************************************/
  .blog_left_content {
    position: relative;
    bottom: 0;
    padding: 1em 1em;
  } 
   /************************************Blog detail page**********************************/ 
   .blog-detail_image {
    margin-right: 0em;
    margin-bottom: 2em;
    float: left;
    width: 100%;
   }
   .blog-detail_image_inner img {
      height: 250px;
  }
  .service_single_main_indent.right_second_commercial .service_single_ourimage_inner img {
    width: 215px;
  }
  /**************************************Commercial Page*************************************/
  .commercial_first_image {
    float: left;
    width: 100%;
  }
  .commercial_second_blck {
    margin: 1em 0em;
  }
  /*************************************Contact Page *************************************/
  .contactus_wrapper {
    padding: 1em 0em;
    margin: 1em 0em;
  }
  .contact_page_content_inner h4 {
      font-size: 22px;
      line-height: 32px;
      text-align: center;
  } 
  .contact_page_content_address p {
    font-size: 17px;
  }
  .form-group.contac {
      width: 100%;
  }  
  .submit-btn {
    float: left;
    width: 100%;
  }
  .contact_page_map .gmap_canvas {
      height: 500px;
  }
  .contact_page_map .mapouter {
      height: 500px;
  }
  .contact_page_content_inner {
    max-width: 100%;
    background-image: unset;
    background-color: unset;
  }
  .contact_page_content_address div {
      width: 80%;
  }
  /************************************Coupons Page***************************************/
  .coupons_own_hle h1 {
      font-size: 26px;
      line-height: 36px;
  }
  .coupons_single.coupons_ownpage:hover .coupons_single_inner {
    padding: 3em 1em 3em;
  }
  .coupons_single.coupons_ownpage {
      margin-bottom: 3em;
  }
  /***********************************FAQ Page********************************************/
  .faq_image_inner {
    max-width: 100%;
  }
  .faq_content {
      padding: 0em 0em 0em 0em;
  }  
  .set.main:nth-child(2), .set.main:nth-child(3), .set.main:nth-child(4) {
    margin-left:0em;
  }
  /***********************************Locations Page**************************************/
  a.direction_location {
    font-size: 17px;
    line-height: 24px;
    padding: 8px 0px;
    width: 200px;
  }    
  .locations_content h4 {
      font-size: 26px;
      line-height: 36px;
  } 
  /*************************************Service Page******************************************/
  .ourservice_title_own p {
      font-size: 17px;
      line-height: 28px;
  }
  .service_single_ourimage_inner {
      height: 280px;
      width: 255px;
      margin: 0 auto;
  }
  .service_single_ourimage_inner img {
      width: 210px;
      height: 250px;
  }
  .banner_innerpage_image img {
      height: 300px;
  }
  .banner_innerpage_content_inner div {
      font-size: 28px;
      line-height: 36px;
  }
  .blog-detail_hle {
      display: flex;
      flex-direction: column;
  }
  .blog-detail_image {
    order: 2;
    margin-top: 2em;
  }
  span.blog_date {
    order: 3;
  }
  .blog-detail_image.secondary {
    order: 4;
    margin-top: 2em;
    margin-left: 0em;
  }
  .mobile-header {
      float: left;
      width: 100%;
      position: fixed;
      bottom: 0;
      z-index: 999;
      text-align: center;
      padding: 0 0 10px;
      height: 10%;
      top: unset;
      left: 0;
      background-image: radial-gradient(circle at top center,#da202000 40px,currentColor 40px);
      color: var(--primary-hex);
      color: #cd0100;
  }
  .mobile-header button.navbar-toggle {
      color: #fff;
      z-index: 999;
      display: block;
      border: 1px solid #cd0100;
      right: 0;
      top: -25px;
      margin: 0 auto;
      right: 0;
      left: 0;
      max-width: 60px;
      float: none;
      background-color: #cd0100;
      border-radius: 50%;
      width: 50px;
      text-align: center;
      height: 50px;
      position: relative;
      filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, .13));
  }
  .header_logo_sec {
    margin-bottom: 0;
  }
  .header_call_sec {
    margin-top: 0;
  }
  /* ul.mob_sub_menu {
    height: 470px;
    overflow-y: scroll;
  } */
  .mob_navi::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  .mob_navi::-webkit-scrollbar-track { 
    border-radius: 10px;
    background-color: #fff;
  }
  /* Handle */
  .mob_navi::-webkit-scrollbar-thumb {
    background: #840000; 
    border-radius: 5px;
  }
  /* Handle on hover */
  .mob_navi::-webkit-scrollbar-thumb:hover {
    background: #840000; 
  }
  #mob_menu li a {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
  }
  .mobile-top-head {
    position: relative;
    z-index: 9;
  }
  #mob_menu {
    background-color: #fff;
  }
  #mob_menu li a {
    color: #0a2d44;
  }
  #mob_menu li {
    border-bottom: 1px solid #8b7d7d75;
  }
  .mob_sub_link span {
    color: #0a2d44;
  }
  .mob_sub_menu {
    background-color: #fff;
  }
  .service_single:nth-child(3) .service_image {
    margin-top:0em;
  }
  .service_image {
    margin-top:0em;
  }
  .service_image_inner {
    border-radius: 0%;
  }
  .service_image_inner img {
    width: 100%;
    border-radius:0%;
  }
  .mobile-header .navbar-toggle .icon-bar:nth-child(1) {
      width: 20px;
  }
  .mobile-header .navbar-toggle .icon-bar:nth-child(3) {
      width: 20px;
  }   
  .header_service.calnw a p {
      display: none;
  }
  .header_service.calnw a span {
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Poppins-SemiBold';
  }
  .header_service.calnw i {
      margin-right: 0;
      display: block;
  }
  .header_service a span {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Poppins-SemiBold';
  }
  .service_image_inner {
    width: 100%;
  }
  .call_mobile_rooter, .call_offer_mobile {
    display: block;
  }
  .header_log_inner img {
    height: 55px;
 }
 .call_mobile_rooter span {
     font-size: 23px;
     color: #a60000;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
 }
 .call_mobile_rooter p {
     font-size: 15px;
     display: inline-block;
     vertical-align: middle;
     margin: 0;
     line-height: 25px;
 }
 .call_offer_mobile p {
     font-size: 9px;
     line-height: 12px;
     color: #fff;
 } 
 .call_offer_mobile p span {
     font-size: 9px;
     background-color: #a60000;
     padding: 2px;
 }
 .call_mobile_rooter, .call_offer_mobile {
   display: block;
 }
 .header_offer {
   padding: 8px 0px 0px;
 }
 .banner_wrapper_hle {
    float: left;
    width: 100%;
    background-color: #a60000;
  }
  .header_offer .call_mobile_rooter p {
    color: #fff;
  }
  .call_mobile_rooter a {
      color: #fff;
  }
} 

@media screen and (max-width:480px) and (min-width:360px) {
	
	/***************************************Homepage****************************************************/
  .service_single {
    float: left;
    width: 48%;
  }
  .call_mobile_rooter a {
      color: #fff;
  }
  .call_mobile_rooter p {
    color: #fff;
  }
  .header_first_blck .container {
      padding: 0px 5px;
  }
  .header_first_blck {
    width: 45%;
  }
  .header_offer {
    width: 55%;
  }
  .header_log_inner img {
     height: 55px;
  }
  .call_mobile_rooter span {
    font-size: 25px;
    color: #a60000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
  }
  .call_mobile_rooter p {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 25px;
  }
  .call_offer_mobile {
      margin-top: -9px;
      float: right;
  }
  .call_offer_mobile p {
    font-size: 9px;
      line-height: 12px;
  } 
  .call_offer_mobile p span {
      font-size: 9px;
      background-color: #a60000;
      padding: 2px;
  }
  .call_mobile_rooter, .call_offer_mobile {
    display: block;
    float: right;
  }
  .header_offer .call_mobile_rooter p {
    color: #fff;
  }
  .header_offer {
      padding: 8px 5px 0px;
  }
  .service_single:nth-child(2n+1) {
      clear: both;
  }
  .service_image_inner {
    background-color:transparent;
    border-radius:0%;
    padding:0px;
    width: 100%;
    margin-right: 0px;
  }
  .service_image_inner img {
      width: 100%;
      height: 150px;
      border-radius:0%;
  }
  .service_single h4 {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 15px;
      margin-top: 0;
      display: inline-block;
      min-height: 75px;
  }
  .service_single p {
      font-size: 15px;
      line-height: 25px;
      color: #333333;
      font-weight: 400;
      height: 200px;
      overflow-y: scroll;
      overflow-x: hidden;
  }
  .service_single:nth-child(3) .service_image {
    margin-top:0em;
  }
  .service_image {
    margin-top:0em;
  }
  .service_single p::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  .service_single p::-webkit-scrollbar-track { 
    border-radius: 10px;
    background-color: #fff;
  }
  /* Handle */
  .service_single p::-webkit-scrollbar-thumb {
    background: #840000; 
    border-radius: 5px;
  }
  /* Handle on hover */
  .service_single p::-webkit-scrollbar-thumb:hover {
     background: #840000; 
  }
  .service_single:nth-child(even) {
      float: right;
  }  

}

/* @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 swinging {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes sway  {
  0% { transform: rotate(8deg); }
  50% { transform: rotate(-8deg); }
  100% { transform: rotate(8deg); }
}
/* @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes example {
    0%   {background-color:red; left:0px; righ:0px;}
    25%  {background-color:red; left:200px; right:0px;}
    50%  {background-color:red; left:200px; right:200px;}
    75%  {background-color:transparent; left:0px; right:200px;}
    100% {background-color:transparent; left:0px; right:0px;}
  } */

  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  }
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
    
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes bounce-in-top {
      0% {
        -webkit-transform: translateY(-500px);
                transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
      }
      38% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
      }
      55% {
        -webkit-transform: translateY(-65px);
                transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      72% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      81% {
        -webkit-transform: translateY(-28px);
                transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      90% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      95% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
    }
    @keyframes jello-horizontal {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
      }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
      }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
      }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
      }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
      }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }
    @keyframes bounce-in {
        0% {
          opacity: 0;
          transform: scale(.3);
      }
      50% {
          opacity: 1;
          transform: scale(1.05);
      }
      70% {
          transform: scale(.9);
      }
      100% {
          transform: scale(1);
      }
    }
    @keyframes blink-1 {
      0%,
      50%,
      100% {
        opacity: 1;
      }
      25%,
      75% {
        opacity: 0;
      }
    }
    @keyframes heartbeat {
      from {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      10% {
        -webkit-transform: scale(0.91);
                transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      17% {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      33% {
        -webkit-transform: scale(0.87);
                transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      45% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
    }
    @keyframes spin {  
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(-360deg);
    }
  }