/* Base CSS */
.lsn-dscrptn i {
  font-family: nunito,sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueLight.woff2') format('woff2'), url('../fonts/BebasNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Thin.woff2') format('woff2'), url('../fonts/BebasNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Book';
  src: url('../fonts/BebasNeueBook.woff2') format('woff2'), url('../fonts/BebasNeueBook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body.default-home {
  color: #161616;
  font-weight: 400;
  font-family: 'Poppins';
  max-width: 1920px;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

.container {
  max-width: 1400px;
}

.default-home h1,
.default-home h2,
.default-home h3,
.default-home h4,
.default-home h5,
.default-home h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.default-home .container {
  max-width: 1400px;
}


/* Header bar section start */

.CP-stie-menu ul li a:hover {
  color: #fe966f;
}

.CP-header-action-btn a {
  -webkit-transition: .3s;
  transition: .3s;
}

.CP-header-action-btn a:hover {
  background: #e3642c;
}

.CP-see-all-btn a {
  -webkit-transition: .3s;
  transition: .3s;
}

.CP-see-all-btn a:hover {
  background: #000;
}

.CP-call-top-ac-texts a {
  -webkit-transition: .3s;
  transition: .3s;
}

.CP-call-top-ac-texts a:hover {
  background: #000;
}

.CP-stie-menu-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.CP-stie-menu ul li a {
  font-size: 24px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #161616;
  display: block;
  font-weight: bold;
  padding: 15px 23px;
}

.CP-stie-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CP-stie-menu ul li {
  display: inline-block;
}

.CP-header-action-btn a {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Bebas Neue';
  font-weight: bold;
  background: #161616;
  width: 150px;
  display: block;
  text-align: center;
  line-height: 57px;
  height: 54px;
}

.CP-site-logo img {
  max-width: 115px;
}

.CP-header-bar-section {
  padding: 25px 0;
}

.CP-cp-mobile {
  display: none;
}

.CP-cp-normal {
  display: block;
}


/* Header bar section  END */


/* Hero css start */

.CP-hero-texts h1 {
  font-size: 90px;
  line-height: 90px;
  color: #E3642C;
}

.CP-hero-texts h1 span {
  display: block;
  color: #161616;
  font-family: 'Bebas Neue';
  font-weight: bold;
}

.CP-hero-texts h3 {
  font-size: 50px;
  color: #828282;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 4px;
}

.CP-hero-btns a {
  display: inline-block;
  width: 216px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  background: #e3642c;
  color: #fff;
  height: 60px;
  line-height: 62px;
  margin-right: 12px;
  font-family: 'Bebas Neue';
}

.CP-hero-btns {
  margin-top: 100px;
}

.CP-hero-btns a.orange-btn {
  background: #e3642c;
}

.CP-hero-btns a.orange-btn {
  background: #e3642c;
}

.CP-hero-btns a.orange-btn:hover {
  background: rgba(227, 99, 44, 0.86);
}

.CP-hero-btns a.blck-btn {
  background: #000;
}

.CP-hero-btns a.blck-btn {
  background: #000;
}

.CP-hero-btns a.blck-btn:hover {
  background: #000c;
}

.CP-header-bar-section {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.CP-hero-area {
  padding: 150px 0;
}

.CP-header-bar-section.scroll-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 10px #dddddda1;
  box-shadow: 0 0 10px #dddddda1;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.CP-header-bar-section {
  -webkit-transition: .3s;
  transition: .3s;
}

.CP-hero-area {
  position: relative;
  overflow: hidden;
}

.lf-img {
  position: absolute;
  left: 0;
  top: 100px;
}

.lf-img.lf-1 {
  left: auto;
  right: -74px;
  top: 166px;
}

.lf-img.lf-2 {
  left: auto;
  right: 150px;
  bottom: 200px;
  top: auto;
}

.lf-img.lf-3 {
  left: auto;
  right: 259px;
  top: auto;
  bottom: 200px;
}

.lf-img.lf-4 {
  left: auto;
  right: -48px;
  top: auto;
  bottom: 0;
  width: 117px;
}

.lf-img.lf-5 {
  top: auto;
  bottom: 79px;
  left: 64%;
}

.lf-img.lf-6 {
  top: auto;
  bottom: 43px;
  left: 53%;
  width: 140px;
}

.lf-img.lf-7 {
  top: auto;
  bottom: 200px;
  left: 52%;
  max-width: 65px;
}

.lf-img.lf-8 {
  top: 163px;
  left: 51%;
  z-index: 1;
  max-width: 323px;
}

.lf-img.lf-9 {
  left: 56%;
  top: 173px;
}

.lf-img.lf-10 {
  top: 200px;
  left: 40%;
  width: 77px;
}

.lf-img.lf-11 {
  top: 100px;
  left: -52px;
  max-width: 179px;
}

.lf-img.lf-12 {
  left: -110px;
  top: auto;
  bottom: 30px;
  max-width: 192px;
}

/* Hero css end */


/* Hero bottom css start */

.CP-contnet-blk-mn {
  height: 100%;
}

.CP-signle-pr-blk h2 {
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.CP-signle-pr-blk h2 span {
  font-size: 36px;
  display: block;
  font-family: 'Poppins';
  font-weight: 400;
}

.CP-signle-pr-blk {
  position: relative;
  padding: 50px 0;
  padding-right: 50px;
}

.CP-signle-pr-blk img {
  position: absolute;
  right: 50px;
  max-width: 99px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.CP-signle-pr-blk.lft-blk {
  padding-right: 0;
  padding-left: 50px;
}


/* Hero bottom css end */


/* Service area css start */

.CP-section-title {
  text-align: center;
}

.CP-section-title h2 {
  font-size: 100px;
  margin-bottom: 0;
}

.CP-section-title p {
  font-family: 'Poppins';
  font-size: 32px;
  line-height: 42px;
  padding: 0 172px;
}

.CP-single-service-blk {
  text-align: center;
  padding: 0 13px;
}

.CP-srvc-texts p {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 42px;
  font-family: 'Bebas Neue' !important;
}

.CP-srvc-img {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.CP-srvc-img img {
  height: 128px;
}

.CP-services-area {
  padding: 60px 0;
  background-size: cover;
  background-position: center center;
}

.CP-see-all-btn {
  text-align: center;
  margin-top: 60px;
}

.CP-see-all-btn a {
  background: #e3642c;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-family: 'Bebas Neue';
  height: 60px;
  display: inline-block;
  line-height: 65px;
  width: 350px;
}

.CP-content-blk-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #e3642c;
  content: "";
  z-index: -1;
  background-image: url(../images/background/orange-bg.png);
  background-repeat: repeat;
  background-size: 40%;
  background-position: center;
}

.CP-content-blk-area::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #5f5f5f;
  content: "";
  z-index: -1;
  background-image: url(../images/background/grey-bg.png);
  background-repeat: repeat;
  background-size: 80%;
  background-position: center;
}

.CP-content-blk-area {
  /* background: #e3642c; */
  position: relative;
  z-index: 1;
}

.CP-contnet-blk-mn.rt-blk-cnt a {
  background: #e3642c;
}

.CP-contnet-blk-mn {
  padding: 82px;
  padding-left: 0;
  padding-right: 100px;
}

.CP-contnet-blk-mn.rt-blk-cnt {
  padding-left: 209px;
  padding-right: 0;
  border-left: 3px solid #fff;
}

.CP-contnet-blk-mn h2 {
  color: #fff;
  font-size: 80px;
  line-height: 83px;
}

.CP-contnet-blk-mn h2 span {
  font-family: 'Poppins';
  display: block;
  font-size: 33px;
  font-weight: 400;
  line-height: 54px;
}

.CP-contnet-blk-mn p {
  font-family: 'Poppins';
  font-size: 22px;
  color: #fff;
  line-height: 31px;
}

.CP-contnet-blk-mn a {
  background: #000;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  height: 55px;
  display: inline-block;
  line-height: 60px;
  padding: 0 29px;
  margin-top: 24px;
}

.CP-content-blk-area {
  position: relative;
}

.CP-content-blk-area img {
  position: absolute;
  bottom: 0;
  z-index: 9;
  max-width: 310px;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(-50%);
}

.CP-pz-area {
  height: 700px;
  background-size: cover;
  background-position: center center;
}

.CP-pzz-textsss h2 {
  font-size: 120px;
  color: #fff;
  margin: 0;
}

.CP-pzz-textsss h2 span {
  display: block;
  font-size: 50px;
  line-height: 69px;
  font-family: 'Poppins';
  font-weight: 400;
}

.CP-pzz-textsss {
  text-align: right;
  width: 81%;
  margin-left: auto;
  margin-top: 166px;
  padding: 30px 0;
  position: relative;
}

.CP-pz-area {
  position: relative;
  z-index: 1;
}

.CP-pz-area:after {
  position: absolute;
  right: 0;
  top: 160px;
  width: 72%;
  height: 283px;
  background: rgba(227, 100, 44, .8);
  content: "";
  z-index: -1;
}


/* Service area css end */


/* Call to action css start */

.CP-call-top-ac-texts {
  text-align: center;
  min-height: 484px;
}

.CP-call-top-ac-texts h2 {
  font-size: 100px;
  margin: 0;
  font-family: 'Bebas Neue';
}

.CP-call-top-ac-texts h2 span {
  color: #E3642C;
  font-family: 'Bebas Neue';
}

.CP-call-top-ac-texts p {
  font-family: 'Poppins';
  font-size: 26px;
  line-height: 42px;
  padding: 0 256px;
}

.CP-call-top-ac-texts a {
  font-size: 28px;
  background: #e3642c;
  color: #fff;
  font-family: 'Bebas Neue';
  height: 60px;
  display: inline-block;
  width: 290px;
  line-height: 62px;
  margin-top: 24px;
}

.CP-call-to-action-area {
  padding: 140px 0;
  background-size: cover;
  background-position: center center;
}


/* Call to action css end */


/* insta slider css start */

.CP-single-insta-sldier {
  height: 500px;
}

.CP-single-insta-sldier img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.CP-insta-inner {
  height: 100%;
}

.CP-single-insta-sldier {
  position: relative;
}

.CP-single-insta-sldier p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 54px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 100px;
}

.CP-single-insta-sldier p span {
  display: block;
}

.CP-single-insta-sldier i {
  position: absolute;
  left: 40px;
  top: 28px;
  color: #fff;
  font-size: 51px;
}

.CP-insta-inner {
  position: relative;
}

.CP-insta-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  content: "";
}

.CP-single-insta-sldier i {
  z-index: 1;
}

.CP-single-insta-sldier p {
  z-index: 2;
}

.CP-insta-slider-area .owl-nav {
  display: none;
}

.CP-insta-slider-area .owl-dots {
  display: none;
}


/* insta slider css end */


/* Footer css start */

.CP-footer-area {
  background: #000;
  padding: 50px 0;
  padding-top: 100px;
}

.CP-footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CP-footer-menu ul li a {
  color: #fff;
  font-size: 26px;
  font-family: 'Bebas Neue';
  font-weight: bold;
}

.CP-footer-subs-blk h3 {
  color: #fff;
  font-size: 32px;
}

.CP-footer-subs-blk h3 span {
  color: red;
}

.CP-subs-dv input {
  height: 60px;
  width: 100%;
  padding: 0 15px;
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-size: 22xp;
}

.CP-subs-dv {
  position: relative;
}

.CP-subs-dv button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 64px;
  font-size: 36px;
  border: none;
  background: #fe966f;
  color: #fff;
  cursor: pointer;
}

.CP-footer-subs-blk {
  padding-right: 100px;
}

.CP-footer-subs-blk p {
  color: #BBBBBB;
  font-size: 20px;
  margin: 0;
  font-family: 'Bebas Neue';
}

.CP-social-links {
  margin: 20px 0;
}

.CP-social-links a {
  width: 35px;
  display: inline-block;
  margin-right: 14px;
}

.CP-footer-logo {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.CP-footer-area {
  position: relative;
  z-index: 1;
}

.CP-footer-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg.png);
  content: "";
  z-index: -1;
}

.CP-footer-menu ul li a:hover {
  color: #e3642c;
}

.CP-logo-dek {
  display: block;
}

.CP-logo-mb {
  display: none;
}

.CP-pzz-textsss h2 br {
  display: none;
}


/* Footer css end */


/*offcanvas-button-animation*/

.CP-ciecle {
  position: relative;
  height: 50px;
  width: 28px;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  opacity: unset;
  z-index: 99900;
}

.CP-ciecle span.CP-line {
  position: absolute;
  background: #fff;
  height: 3px;
  width: 100%;
  border-radius: 30px;
  right: 0;
  margin-right: 0;
  -webkit-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}

.cp-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  z-index: 9999;
}

.CP-line.fast {
  top: 18%;
}

.CP-line.secend {
  top: 30%;
}

.CP-line.theard {
  top: 42%;
}

.CP-ciecle.icon.cp-close .fast {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
  -webkit-transform-origin: 23% 40%;
  transform-origin: 23% 40%;
}

.CP-ciecle.icon.cp-close .secend,
.icon.close .theard {
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
  -webkit-transform-origin: 0% 29%;
  transform-origin: 0% 29%;
  top: 47%;
}

.CP-ciecle.icon.cp-close .theard {
  background-color: transparent;
}

#wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 38px;
  z-index: 9999;
  height: 33px;
}

.CP-offCanvasMenu {
  position: fixed;
  background: #242424;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.CP-mobileMenu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}

.CP-mobileMenu li a {
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  padding: 6px 0;
  display: block;
  font-family: 'Bebas Neue';
}

.CP-ciecle {
  z-index: 999999;
}

.toggle-menu.active {
  z-index: 9999999 !important;
}

.CP-offCanvasMenu.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.CP-eew {
  height: 54px;
}

.CP-offCanvasMenu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.CP-off-logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.CP-llbb {
  width: 100%;
}

.CP-llbb {
  width: 100%;
}

.CP-off-socail {
  text-align: center;
  margin-top: 40px;
}

.CP-off-socail a {
  color: #fff;
  margin: 10px;
  font-size: 20px;
}

.CP-off-logo a img {
  width: 94px;
}

#wrapper {
  display: none;
}

.ddl {
  display: none;
}

.CP-single-ins .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.CP-single-ins .owl-nav button i {
  font-size: 45px;
  color: #aaa;
}

.CP-single-ins .owl-next {
  left: auto !important;
  right: 10px;
}

.CP-single-ins .owl-nav button:focus {
  outline: navajowhite;
}

.hlf-lll {
  display: none;
}

.CP-hover-effect {
  position: relative;
  padding-left: 20px;
}

.CP-contnet-blk-mn a:hover {
  background-color: #000c;
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-right,
.CP-hero-bottom-area .CP-hero-bottom-area-widget-left {
  position: relative;
  overflow: hidden;
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-right:before,
.CP-hero-bottom-area .CP-hero-bottom-area-widget-left:before {
  position: absolute;
  top: 0px;
  background-color: #000;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-left .lc-big {
  max-width: 350px;
  position: absolute;
  opacity: .2;
  left: -50px;
  top: -47px;
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-right .lc-big {
  position: absolute;
  width: 240px;
  right: 0px;
  bottom: 0;
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-left:before {
  background-color: #e3632c;
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-left:hover:before {
  background-color: rgba(227, 99, 44, 0.86);
}

.CP-hero-bottom-area .CP-hero-bottom-area-widget-right:hover:before {
  background-color: #000c;
}

.closed-day{
  margin-right: 0px;
  font-size: 20px;
}

.btn-test-career {
  height: 38px;
  font-size: 25px;
  min-width: auto;
  line-height: 44px;
  padding: 0px 30px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: 'Bebas Neue Bold';
}

.lsn-video .carousel-control-next, .carousel-control-prev{
  width: 4% !important;
}

.lsn-video .carousel-indicators {
  bottom: 50px !important;
}

.cstm-etrnl-lnk{
  margin-bottom: 5px !important;
}
.cstm-etrnl-lnk a{
  font-size: 15px;
  overflow-wrap: anywhere !important;
}


.mobile-menu.sticky-header{
  min-height: 56.66px !important;
}

.vb-feature-modal .modal-title{
  font-family: 'Poppins';
  font-size: 24pt;
}

.vb-feature-modal .modal-body p{
  font-family: 'Poppins';
  font-size: 20pt;
  font-weight: normal;
  margin-bottom: 0px;
}

.vb-feature-modal .modal-header .close span{
  font-size: 48px;
  font-family: 'Poppins';
}


.loc-page-mid-ower .loc-page-mid-ower-left{
  height: 250px;
  overflow: hidden;
}

.loc-page-mid-ower .loc-page-mid-ower-left .bg-image{
  position: absolute;
  width: 220px;
  top: -20px;
  left: 20px;
}

.loc-page-mid-ower .loc-page-mid-ower-right{
  height: 250px;
  overflow: hidden;
}

.loc-page-mid-ower .loc-page-mid-ower-right img{
  position: absolute;
}

.loc-page-mid-ower .loc-page-mid-ower-blk img{
  position: absolute;
  width: 120px;
  right: 30px;
  top: 16%;
}         

.loc-page-mid-ower .loc-page-mid-ower-blk{
  padding: 15px;
  background-color: #000000;
}

.loc-page-mid-ower .loc-page-mid-ower-blk{
  padding: 15px;
  background-color: #000000;
  text-align: center;
  height: 100%;
  color: #ffffff;
}

.loc-page-mid-ower .loc-page-mid-ower-blk h4{
  color: #ffffff;
  font-size: 64px;;
  margin-top: 0px;
}

.loc-page-mid-ower .loc-page-mid-ower-blk h4 span{
  color: #E3642C;
}

.loc-page-mid-ower .loc-page-mid-ower-blk p {
  margin-top: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}

.loc-page-mid-ower .loc-page-mid-ower-blk .lrn-mre-btn{
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  height: 55px;
  display: inline-block;
  line-height: 56px;
  padding: 0 75px;
  background: #E3642C;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 0px;
}



/* XL Device :1200px. */
@media (min-width: 1121px) and (max-width: 1200px) {
  .loc-page-mid-ower .loc-page-mid-ower-blk img {
    position: absolute;
    right: 15px;
  }
}

@media (min-width: 991px) and (max-width: 1120px) {
  .loc-page-mid-ower .loc-page-mid-ower-blk img {
    position: absolute;
    right: 5px;
  }
}

@media (min-width: 320px) and (max-width: 720px) {
  .loc-page-mid-ower .loc-page-mid-ower-blk img {
    display: none;
    position: absolute;
    width: 70px;
    right: 10px;
    top: 120px;
  }
}

    

@media (min-width: 1200px) and (max-width: 1600px) {
  .lf-img.lf-8 {
    max-width: 283px;
  }
  .lf-img.lf-1 {
    left: auto;
    right: -56px;
    top: 192px;
    width: 151px;
  }
  .CP-section-title h2 {
    font-size: 70px;
  }
  .CP-section-title p {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 33px;
  }
  .CP-srvc-texts p {
    font-size: 28px;
    line-height: 35px;
  }
  .CP-srvc-img img {
    height: 109px;
  }
  .CP-srvc-img {
    height: 152px;
  }
  CP-.contnet-blk-mn {
    padding-right: 100px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-left: 100px;
  }
  .CP-contnet-blk-mn p {
    font-family: 'Poppins';
    font-size: 19px;
    color: #fff;
    line-height: 28px;
  }
  .CP-contnet-blk-mn h2 {
    color: #fff;
    font-size: 65px;
    line-height: 64px;
  }
  .CP-contnet-blk-mn h2 span {
    font-size: 27px;
    font-weight: 400;
    line-height: 48px;
  }
  .CP-pzz-textsss h2 {
    font-size: 90px;
  }
  .CP-pzz-textsss h2 span {
    font-size: 36px;
    line-height: 60px;
  }
  .CP-pz-area::after {
    top: 163px;
    height: 228px;
  }
  .CP-call-top-ac-texts h2 {
    font-weight: bold;
    font-size: 70px;
  }
  .CP-call-top-ac-texts p {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 32px;
    padding: 0 256px;
  }
  .CP-single-insta-sldier {
    height: 300px;
  }
  .CP-single-insta-sldier p {
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
    padding: 25px;
  }
  .CP-single-insta-sldier i {
    position: absolute;
    left: 25px;
    top: 22px;
    color: #fff;
    font-size: 34px;
  }
  .CP-footer-menu ul li a {
    font-size: 22px;
  }
  .CP-footer-logo {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
  }
}


/*All new css for inner pages start*/


/*--===== start locations area =====*/


/* The container */

.cp-locations-check-itms .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.cp-locations-check-itms .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.cp-locations-check-itms .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}


/* When the checkbox is checked, add a blue background */

.cp-locations-check-itms .container input:checked~.checkmark {
  background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.cp-locations-check-itms .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.cp-locations-check-itms .container input:checked~.checkmark:after {
  display: none;
}


/* Style the checkmark/indicator */

.cp-locations-check-itms .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.cp-locations-area-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.cp-locations-check-itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-locations-check-itm p {
  margin: 0;
  font-size: 20px;
  color: #727272;
  font-weight: 400;
}

.cp-locations-check-itm label {
  margin: 0;
  line-height: 1;
}

.cp-locations-check-itms .checkmark {
  border-radius: 50%;
  height: 23px;
  width: 23px;
  background: none;
  border: 2px solid #eee;
}

.cp-locations-check-itms .container input:checked~.checkmark {
  background: #D46B3C;
  border: 6px solid #D46B3C;
  background: #fff;
}

.cp-locations-check-itms .container .checkmark::after {
  display: none;
}

.orange-bg.gray-bg {
  left: auto !important;
  right: 0 !important;
}

.cp-locations-search-acions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*! max-width: 500px; */
}

.cp-locations-search-acions {}

.cp-search-inpt {
  position: relative;
  width: 520px;
}

.orange-bg {
  position: absolute !important;
  left: 0 !important;
  top: 0;
  width: 50% !important;
  max-width: 50% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: unset !important;
  transform: unset !important;
  z-index: -1 !important;
  opacity: .6;
}

.cp-search-inpt input {
  height: 60px;
  padding: 10px 30px;
  font-size: 22px;
  color: #727272;
  font-weight: 400;
  border: 1.5px solid #c6c6c6;
  width: 100%;
  font-family: 'Poppins';
}

.cp-search-inpt i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #727272;
}

.cp-search-inpt {}

.cp-locations-search-acions span {
  color: #727272;
  font-size: 22px;
  margin: 0 10px;
  font-family: 'Poppins';
}

.cp-locations-contents {
  background: #F6F6F6;
  width: 100%;
}

.cp-locations-map img {
  width: 100%;
}

.cp-locations-content h4 {
  font-size: 16px;
  color: #D46B3C;
  font-weight: bold;
  /*! margin: 0; */
  line-height: 1;
}

.cp-locations-content h4 a {
  font-family: 'Poppins';
}

.cp-locations-content p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.cp-locations-content .site-btn {
  font-size: 28px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.cp-locations-content .site-btn.bg-blk {
  background: #000;
  color: #ffff;
}

.cp-locations-content {
  padding: 24px;
  background: #f9f9f9;
  margin-bottom: 15px;
  min-height: 382px;
}

.cp-locations-content .tmng-cntnr {
  min-height: 86px
}

.cp-locations-content .dstnce-stmnt {
  color: #d65e29;
  font-family: nunito,sans-serif!important;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.cp-map-content-bx-txt ul li.active img {
  display: block;
}

.cp-locations-map {
  /*height: 662px;*/
}

.cp-loactions-area .cp-secondary-section-title h2::after {
  display: none;
}

.cp-locations-map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


/*--===== completed locations area =====*/


/*--===== start inner hero area area =====*/

.h-400 {
  min-height: 400px;
}

.cp-inner-hero-area-content {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  /* margin-top: 40px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-inner-hero-area-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 170px;
  margin: 0;
  line-height: 1;
}

.cp-hero-btm-actions-area {
  background: #D46B3C;
  padding: 24px 0px;
}
.align-items-center-new {
padding: 10px 0px;

}

.cp-hro-btm-action {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-hro-btm-action img {
  margin-right: 20px;
}

.cp-hro-btm-action h4 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins';
}

.cp-hro-btm-action.bdr-1-wht {
  border: 1px solid #fff;
  max-width: 300px;
  padding: 10px 30px;
}

.cp-secondary-section-title h2 {
  position: relative;
  font-size: 60px;
  font-weight: bold;
  display: block;
}

.cp-secondary-section-title h2:after {
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  top: 50%;
  height: 2px;
  background: #EAEAEA;
  content: '';
  margin-top: -1px;
}


/*--===== completed inner hero area area =====*/


/*--===== start inner map  area =====*/

.cp-map-content-bx-txt a {
  font-size: 22px;
  color: #D46B3C;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-family: 'Poppins';
}

.cp-map-content-bx-txt a img {
  width: 10px;
  margin-left: 10px;
}

.cp-map-content-bx-txt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cp-map-content-bx-txt ul li {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  font-family: 'Poppins';
}

.cp-map-content-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cp-map-content-bx img {
  width: 55px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
}

.cp-map-content-bx-txt ul li img {
  width: 10px;
  display: none;
  position: absolute;
  right: -38px;
  top: 50%;
}

.cp-map-content-bx-txt ul li span {
  font-weight: 400;
  padding-left: 20px;
  font-family: 'Poppins';
  width: 200px;
}

.cp-map-content-bx-txt ul li b {
  font-weight: bold;
}

.cp-map-content-bx-txt h4 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.cp-map-content-bx {
  margin-bottom: 50px;
}

.cp-map-content-bx-txt h4 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  font-family: 'Poppins';
}

.cp-map-content-bx-txt p {
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
}

.cp-map-content-bx-txt a {
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  margin-top: 15px;
  font-family: 'Poppins';
}

.cp-map-content-bx-txt ul li.active {
  color: #D46B3C;
}

.cp-like-share-lnk {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-like-share-lnk h4 {
  font-size: 22px;
}

.cp-map-blk {
  text-align: center;
}

.cp-map-content-bx:last-child {
  margin: 0;
}


/*--===== completed inner map  area =====*/


/*--===== start order links area =====*/

.cp-order-online-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cp-order-online-link-item h4 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  font-family: 'Poppins';
  max-width: 180px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.site-btn:hover {
  background: #000;
  color: #fff;
}

.site-btn.invert:hover {
  background: #E3642C;
  color: #fff;
}

.site-btn {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  height: 55px;
  display: inline-block;
  line-height: 60px;
  padding: 0 29px;
  /* margin-bottom: 24px; */
  background: #E3642C;
  -webkit-transition: .3s;
  transition: .3s;
}

.cp-locations-content .site-btn:hover {
  background: #da7e54;
}

.cp-locations-content .site-btn.bg-blk:hover {
  background: #333333;
}

.btn-coming-soon {
  margin-top: 125px!important;
}

.cp-order-online-links .site-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%;
  text-align: center;
  margin-bottom: 30px;
}

.cp-order-online-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.cp-order-online-links a {
  margin-right: 10px;
}

.site-btn.invert {
  background: none;
  color: #000;
  border: 2px solid #E3642C;
}

.cp-order-online-req h5 {
  font-size: 32px;
  font-family: 'Poppins';
}

.cp-order-online-req h6 {
  font-family: 'Poppins';
  color: #727272;
}

.cp-order-online-req a {
  margin-bottom: 30px;
}

.cp-order-online-req p {
  color: #727272;
  font-size: 22px;
  line-height: 1.4;
  /* padding-right: 250px; */
}

.cp-order-online-req p b {
  font-weight: 400;
  color: #E3642C;
  /*! padding-right: 500px; */
}


/*--===== completed order links area =====*/

.CP-content-blk-area {
  position: relative;
  z-index: 1;
}

.CP-content-blk-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: url('../img/bg-2.svg'); */
  content: '';
  z-index: -1;
}

.cp-content-inner-are::after {
  background: none;
}

.cp-content-inner-area .CP-contnet-blk-mn.rt-blk-cnt {
  background: none;
  border-left: 3px solid #fff;
}

.cp-content-inner-area.CP-content-blk-area::after {
  background: none;
}

.CP-content-blk-area.cp-content-inner-area:after {
  position: absolute;
  background: #5F5F5F;
  width: 50%;
  border-left: 3px solid #fff;
  opacity: .9;
  z-index: -1;
}

.CP-content-blk-area.cp-content-inner-area {
  background: none;
}

.CP-content-blk-area.cp-content-inner-area:before {
  background: #D46B3C;
  width: 50%;
  opacity: .9;
}


/*--===== start footer btm tp area =====*/

.cp-footer-btm-tp-area {
  background: #D46B3C;
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-ftr-btm-tp-txt img {
  max-width: 40px;
}

.cp-ftr-btm-tp-txt h4 {
  font-family: 'Poppins';
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.cp-ftr-btm-tp-txt h5 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins';
}

.cp-ftr-btm-tp-txt a {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 13px 30px;
  border: 1px solid #fff;
}


/*--===== completed footer btm tp area =====*/


/*--===== start locations area =====*/


/* The container */

.cp-locations-check-itms .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.cp-locations-check-itms .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.cp-locations-check-itms .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}


/* When the checkbox is checked, add a blue background */

.cp-locations-check-itms .container input:checked~.checkmark {
  background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.cp-locations-check-itms .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.cp-locations-check-itms .container input:checked~.checkmark:after {
  display: none;
}

.cp-locations-check-itms .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.cp-locations-area-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.cp-locations-check-itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-locations-check-itm p {
  margin: 0;
  font-size: 20px;
  color: #727272;
  font-weight: 400;
}

.cp-locations-check-itm label {
  margin: 0;
  line-height: 1;
}

.cp-locations-check-itms .checkmark {
  border-radius: 50%;
  height: 23px;
  width: 23px;
  background: none;
  border: 2px solid #eee;
}

.cp-locations-check-itms .container input:checked~.checkmark {
  background: #D46B3C;
  border: 6px solid #D46B3C;
  background: #fff;
}

.cp-locations-check-itms .container .checkmark::after {
  display: none;
}

.orange-bg.gray-bg {
  left: auto !important;
  right: 0 !important;
}

.cp-locations-search-acions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-search-inpt {
  position: relative;
  width: 520px;
}

.orange-bg {
  position: absolute !important;
  left: 0 !important;
  top: 0;
  width: 50% !important;
  max-width: 50% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: unset !important;
  transform: unset !important;
  z-index: -1 !important;
  opacity: .6;
}

.cp-search-inpt input {
  height: 60px;
  padding: 10px 30px;
  font-size: 22px;
  color: #727272;
  font-weight: 400;
  border: 1.5px solid #c6c6c6;
  width: 100%;
  font-family: 'Poppins';
}

.cp-search-inpt i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #727272;
}

.cp-search-inpt {}

.cp-locations-search-acions span {
  color: #727272;
  font-size: 22px;
  margin: 0 10px;
  font-family: 'Poppins';
}

.cp-locations-contents {
  background: #F6F6F6;
  width: 100%;
}

.cp-locations-map img {
  width: 100%;
}

.cp-locations-content h4 {
  font-size: 16px;
  color: #D46B3C;
  font-weight: bold;
  line-height: 1;
}

.cp-locations-content h4 a {
  font-family: 'Poppins';
}

.cp-locations-content p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.cp-locations-content .site-btn {
  font-size: 28px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.cp-locations-content .site-btn.bg-blk {
  background: #000;
  color: #ffff;
}

.cp-map-content-bx-txt ul li.active img {
  display: block;
}

.cp-map-content-bx-txt ul li .left-con {
  display: none;
}

.cp-map-content-bx-txt ul li.active .left-con {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.cp-loactions-area .cp-secondary-section-title h2::after {
  display: none;
}

.cp-locations-map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-btn:hover {
  text-decoration: none;
}

.findlocationm20 {
  margin-left: 20px;
}

.CPPDFh a:hover {
  background-color: #000 !important;
}


/*--===== completed locations area =====*/


.fullscreen-menu-wrapper {
  color: #ffffff !important;
}

/* Vibhor CSS FOR NEW LOCATION LIST PAGE */

.cp-locations-address .site-btn.bg-blk {
  background: #000;
  color: #ffff;
  display: block;
}

.cp-locations-address .site-btn.bg-blk:hover {
  color: #ffff !important;
}

.cp-locations-content {
  padding: 0px !important;
  min-height: 170px !important;
}

.cp-locations-content .adrs-area .addrs-line-area{
  color: black;
  font-family: 'Poppins' !important;
  font-size: 14px;
  font-weight: 600;
  padding:20px 20px 10px 20px;
}

.cp-locations-content .adrs-area .addrs-line-area .addrs-ico{
  font-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  color : #8c8787;
}

.cp-locations-content .adrs-area .addrs-line-area .addrs-line{
  float: right;
  font-weight: 800;
  font-size: 16px;
}

.cp-locations-content .phne-area{
  min-height: 40px;

}

.cp-locations-content .phne-area .phne-line-area{
  color: black;
  font-family: 'Poppins' !important;
  font-size: 14px;
  font-weight: 600;
  padding:0px 20px 10px 20px;
}

.cp-locations-content .phne-area .phne-line-area .phne-ico{
  font-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  color : #8c8787;
}


.cp-locations-content .phne-area .phne-line-area .phne-line{
  float: right;
  color: #e3642c;
  font-weight: 800;
  font-size: 16px;
}

.cp-locations-content .action-area .actn-cl1{
  float: left;
  width: 50%
}

.cp-locations-content .action-area .actn-cl2{
  float: right;
  width: 50%
}

.cp-locations-content .action-area a{
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding-top: 2px;
  vertical-align: middle;
}  


.cp-locations-content .action-area .actn-cl1 a{
  background: #8c8786;
  color: #ffff;

}

.cp-locations-content .action-area .actn-cl2 a{
  background: #e3632c;
  color: #ffff;
  font-size: 22px;
}

.cp-locations-content .action-area .actn-cl1 a:hover{
  background: #3d3b3b;
  color: #ffff;

}

.cp-locations-content .action-area .actn-cl2 a:hover{
  background: #642c14;
  color: #ffff;
  font-size: 22px;
}


.locimg-slider-action{
  background-color: #000000;
  color: #ffffff;
  padding: 2px;
  text-align: right;
}

.locimg-slider-action a{
  background-color: #8c8787;
  padding-left: 5px;
  padding-right: 5px;
}

.crcl-orng {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background-color: #d46b3c;
  border-radius: 50%;
}
.crcl-orng i {
  color: #fff;
  padding: 16px;
  font-size: 20px;
}

.btn-load-more {
 width           : 120px;
 background-color: #d55e29 !important;
 color           : #FFF;
 margin-top: 30px;
 font-family: nunito,sans-serif !important;
}

.btn-load-more:hover {
 background-color: #000 !important;
 color           : #FFF !important;
}


.cp-map-content-bx-dev ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.cp-map-content-bx-dev .ftr-img{
 width: 36px;
 margin-right: 5px;
}

.cp-map-content-bx-dev .ftr-ttl {
 font-family: 'Poppins';
 font-weight: bold;
 font-size: 18px;
}

.cp-map-content-bx-dev h4 {
 font-size: 34px;
 font-weight: bold;
 margin-bottom: 10px;
 line-height: 1;
 font-family: 'Poppins';
}

.cnt-nbr-loc {
  font-family: 'Poppins' !important;
  font-size: 16px;
  color: #c0c0c0;
}

/*All new css for inner pages end*/

@media screen and (max-width: 992px) {
  .findlocationm20 {
    margin-left: 0px !important;
  }
  body [ng-controller="franchiseController"] p {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lf-img.lf-3 {
    left: auto;
    right: 259px;
    top: auto;
    bottom: 144px;
  }
  .lf-img.lf-2 {
    left: auto;
    right: 150px;
    bottom: 104px;
    top: auto;
    width: 60px;
  }
  .lf-img.lf-8 {
    max-width: 203px;
    top: 213px;
    left: 47%;
  }
  .lf-img.lf-1 {
    left: auto;
    right: -56px;
    top: 192px;
    width: 151px;
  }
  .CP-section-title h2 {
    font-size: 55px;
  }
  .CP-section-title p {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 26px;
  }
  .CP-srvc-texts p {
    font-size: 22px;
    line-height: 28px;
  }
  .CP-srvc-img img {
    height: 71px;
  }
  .CP-srvc-img {
    height: 107px;
  }
  .CP-contnet-blk-mn {
    padding-right: 100px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-left: 100px;
  }
  .CP-contnet-blk-mn p {
    font-family: 'Poppins';
    font-size: 19px;
    color: #fff;
    line-height: 28px;
  }
  .CP-contnet-blk-mn h2 {
    color: #fff;
    font-size: 65px;
    line-height: 64px;
  }
  .CP-contnet-blk-mn h2 span {
    font-size: 27px;
    font-weight: 400;
    line-height: 48px;
  }
  .CP-pzz-textsss h2 {
    font-size: 90px;
  }
  .CP-pzz-textsss h2 span {
    font-size: 36px;
    line-height: 60px;
  }
  .CP-pz-area::after {
    top: 163px;
    height: 228px;
  }
  .CP-call-top-ac-texts h2 {
    font-weight: bold;
    font-size: 55px;
  }
  .CP-call-top-ac-texts p {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 26px;
    padding: 0 256px;
  }
  .CP-single-insta-sldier {
    height: 300px;
  }
  .CP-single-insta-sldier p {
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
    padding: 25px;
  }
  .CP-single-insta-sldier i {
    position: absolute;
    left: 25px;
    top: 22px;
    color: #fff;
    font-size: 34px;
  }
  .CP-footer-menu ul li a {
    font-size: 22px;
  }
  .CP-footer-logo {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
  }
  .CP-stie-menu ul li a {
    font-size: 19px;
  }
  .CP-header-action-btn a {
    font-size: 19px;
  }
  .CP-hero-texts h1 {
    font-size: 70px;
    line-height: 74px;
    color: #E3642C;
  }
  .CP-hero-texts h3 {
    font-size: 39px;
    font-weight: 300;
    margin-bottom: 1px;
  }
  .CP-hero-btns a {
    width: 168px;
    font-size: 26px;
    height: 50px;
    line-height: 57px;
  }
  .CP-hero-btns {
    margin-top: 45px;
  }
  .CP-signle-pr-blk h2 {
    font-size: 62px;
  }
  .CP-signle-pr-blk h2 span {
    font-size: 22px;
  }
  .CP-see-all-btn a {
    background: #e3642c;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-family: 'Bebas Neue';
    height: 50px;
    display: inline-block;
    width: 229px;
    line-height: 57px;
  }
  .CP-contnet-blk-mn a {
    font-size: 22px;
  }
  .CP-pz-area {
    height: 600px;
  }
  .CP-footer-subs-blk {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cp-hero-btm-actions-area {
    text-align: center;
  }
  .cp-hro-btm-action {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .cp-hro-btm-action.bdr-1-wht {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 250px;
  }
  .cp-hro-btm-action img {
    display: none;
  }
  .cp-hro-btm-action.bdr-1-wht img {
    display: block;
    width: 25px;
  }
  .cp-secondary-section-title {
    text-align: center;
  }
  .cp-secondary-section-title h2:after {
    width: 50px;
    right: -70px;
  }
  .cp-secondary-section-title h2 {
    display: inline-block;
    font-size: 30px;
  }
  .cp-secondary-section-title h2::before {
    position: absolute;
    left: -70px;
    right: auto;
    width: 50px;
    top: 50%;
    height: 2px;
    background: #EAEAEA;
    content: '';
    margin-top: -1px;
  }
  .cp-inner-hero-area-content h1 {
    font-size: 60px;
    text-align: center;
  }
  .cp-inner-hero-area-content {
    min-height: 160px;
  }
  .cp-hro-btm-action h4 {
    font-size: 15px;
  }
  .cp-map-content-bx-txt h4 {
    font-size: 22px;
  }
  .cp-map-content-bx img {
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 15px;
  }
  .cp-map-content-bx-txt p {
    font-size: 13px;
    margin: 0;
    max-width: 200px;
  }
  .cp-map-content-bx {
    margin-bottom: 30px;
  }
  .cp-map-content-bx-txt ul li {
    font-size: 13px;
  }
  .cp-map-content-bx-txt h4 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px;
  }
  .cp-map-content-blk {
    margin-bottom: 30px;
  }
  .cp-map-info-area {
    padding: 20px 0px 50px 0px;
  }
  .cp-about-bridge-txt p {
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }
  .cp-about-bridge-img {
    text-align: center;
  }
  .cp-about-bridge-img img {
    width: 100%;
  }
  .cp-order-online-link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cp-order-online-link-item h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cp-order-online-links {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cp-order-online-req {
    text-align: center;
    margin-bottom: 70px;
  }
  .cp-ftr-btm-tp-txt {
    margin-bottom: 30px;
    text-align: center;
  }
  .CP-content-blk-area.cp-content-inner-area {
    height: 1000px;
    position: relative;
  }
  .CP-content-blk-area.cp-content-inner-area::before {
    height: 50%;
    width: 100%;
  }
  .CP-content-blk-area::after {
    width: 100% !important;
    height: 50%;
    top: 50%;
  }
  .CP-content-blk-area.cp-content-inner-area {
    background-repeat: repeat-x !important;
  }
  .CP-contnet-blk-mn {
    background: none;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-top: 50%;
  }
  .hlf-img {
    top: 32.5%;
  }
  .site-btn {
    font-size: 22px;
  }
  .cp-locations-area-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cp-locations-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cp-search-inpt {
    width: 100%;
  }
  .cp-search-inpt input {
    width: 100%;
  }
  .findlocationm20 {
    margin-top: 20px;
  }
  .cp-locations-search-acions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .cp-locations-search-acions .site-btn {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .cp-locations-actions {
    width: 100%;
    max-width: 100%;
  }
  .cp-loactions-area .cp-secondary-section-title h2 {
    font-size: 60px;
  }
  .cp-locations-contents {
    text-align: center;
  }
  .CP-content-blk-area.cp-content-inner-area::after {
    border-left: none !important;
  }
  .orange-bg.gray-bg {
    display: none;
  }
  .orange-bg {
    width: 100% !important;
    max-width: 100% !important;
  }
  /*  New responsive css  */
  .CP-contnet-blk-mn.rt-blk-cnt {
    background: #5f5f5f;
  }
  .hlf-img {
    display: none;
  }
  .hlf-lll {
    display: block;
  }
  .hlf-lll {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: auto !important;
    max-width: 217px !important;
    display: block;
  }
  .CP-contnet-blk-mn {
    background-image: url(../images/background/orange-bg.png) !important;
    background-repeat: repeat !important;
    background-size: 80% !important;
    background-position: center !important;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    background-image: url(../images/background/grey-bg.png) !important;
    background-repeat: repeat;
    background-size: 80%;
    background-position: center;
  }
  .lf-img.lf-3 {
    left: auto;
    right: 243px;
    top: 521px;
    bottom: 0;
  }
  .lf-img.lf-2 {
    left: auto;
    right: 150px;
    bottom: 104px;
    top: auto;
    width: 60px;
  }
  .lf-img.lf-8 {
    max-width: 203px;
    top: 213px;
    left: 47%;
  }
  .lf-img.lf-1 {
    left: auto;
    right: -56px;
    top: 192px;
    width: 151px;
  }
  .CP-section-title h2 {
    font-size: 55px;
  }
  .CP-section-title p {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 26px;
  }
  .CP-srvc-texts p {
    font-size: 22px;
    line-height: 28px;
  }
  .CP-srvc-img img {
    height: 71px;
  }
  .CP-srvc-img {
    height: 107px;
  }
  .CP-contnet-blk-mn {
    padding-right: 100px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-left: 100px;
  }
  .CP-contnet-blk-mn p {
    font-family: 'Poppins';
    font-size: 19px;
    color: #fff;
    line-height: 28px;
  }
  .CP-contnet-blk-mn h2 {
    color: #fff;
    font-size: 65px;
    line-height: 64px;
  }
  .CP-contnet-blk-mn h2 span {
    font-size: 27px;
    font-weight: 400;
    line-height: 48px;
  }
  .CP-pzz-textsss h2 {
    font-size: 90px;
  }
  .CP-pzz-textsss h2 span {
    font-size: 36px;
    line-height: 60px;
  }
  .CP-pz-area::after {
    top: 163px;
    height: 228px;
  }
  .CP-call-top-ac-texts h2 {
    font-weight: bold;
    font-size: 55px;
  }
  .CP-call-top-ac-texts p {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 26px;
    padding: 0 156px;
  }
  .CP-single-insta-sldier {
    height: 235px;
  }
  .CP-single-insta-sldier p {
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
    padding: 25px;
  }
  .CP-single-insta-sldier i {
    position: absolute;
    left: 25px;
    top: 22px;
    color: #fff;
    font-size: 34px;
  }
  .CP-footer-menu ul li a {
    font-size: 18px;
  }
  .CP-footer-logo {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
  }
  .CP-stie-menu ul li a {
    font-size: 16px;
    padding: 15px 12px;
  }
  .CP-header-action-btn a {
    font-size: 19px;
    font-size: 16px;
    width: 128px;
  }
  .CP-hero-texts h1 {
    font-size: 70px;
    line-height: 74px;
    color: #E3642C;
  }
  .CP-hero-texts h3 {
    font-size: 39px;
    font-weight: 300;
    margin-bottom: 1px;
  }
  .CP-hero-btns a {
    width: 168px;
    font-size: 26px;
    height: 50px;
    line-height: 57px;
  }
  .CP-hero-btns {
    margin-top: 45px;
  }
  .CP-signle-pr-blk h2 {
    font-size: 42px;
  }
  .CP-signle-pr-blk h2 span {
    font-size: 22px;
  }
  .CP-see-all-btn a {
    background: #e3642c;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-family: 'Bebas Neue';
    height: 50px;
    display: inline-block;
    width: 229px;
    line-height: 57px;
  }
  .CP-contnet-blk-mn a {
    font-size: 22px;
  }
  .CP-pz-area {
    height: 600px;
  }
  .CP-footer-subs-blk {
    padding-right: 0;
  }
  .CP-pz-main-img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
  }
  .CP-pzza-main-blk {
    width: 100%;
  }
  .lf-img.lf-7 {
    top: 229px;
    bottom: 200px;
    left: auto;
    max-width: 76px;
    right: -22px;
  }
  .lf-img.lf-1.rellax {
    display: none;
  }
  .lf-img.lf-12.rellax {
    display: none;
  }
  .lf-img.lf-11.rellax {
    top: auto;
    bottom: 41%;
  }
  .lf-img.lf-2 {
    left: auto;
    right: 150px;
    bottom: auto;
    top: 495px;
  }
  .lf-img.lf-6.rellax {
    display: none;
  }
  .lf-img.lf-5.rellax {
    display: none;
  }
  .lf-img.lf-4.rellax {
    display: none;
  }
  .CP-hero-area {
    padding: 150px 0;
    padding-bottom: 100px;
  }
  .CP-signle-pr-blk.lft-blk {
    padding-left: 25px;
  }
  .CP-signle-pr-blk img {
    max-width: 72px;
  }
  .CP-contnet-blk-mn {
    background: #e3642c;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    border: none;
    text-align: center;
  }
  .CP-contnet-blk-mn {
    text-align: center;
  }
  .CP-content-blk-area .container {
    padding: 0;
  }
  .CP-contnet-blk-mn {
    padding: 50px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding: 50px;
  }
  .CP-hlf-img {
    display: none;
  }
  .CP-call-to-action-area {
    padding: 100px 0;
  }
  .CP-footer-subs-blk h3 {
    font-size: 27px;
  }
  .CP-subs-dv input {
    height: 49px;
    width: 100%;
    padding: 0 15px;
    font-size: 18xp;
  }
  .CP-contnet-blk-mn {
    padding: 50px;
    height: auto;
    padding-bottom: 0;
  }
  .CP-hlf-lll {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: auto !important;
    max-width: 217px !important;
    display: block;
  }
  .CP-contnet-blk-mn a {
    margin-bottom: 50px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt a {
    margin-bottom: 0;
  }

  .cp-hro-btm-action {
    justify-content: left !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .closed-day {
    margin-right: 70px;
    font-size: 16px;
  }

  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-top: 50%;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    border: none;
    text-align: center;
  }
  .CP-contnet-blk-mn {
    padding: 50px;
    height: auto;
    padding-bottom: 0;
  }
  .CP-contnet-blk-mn {
    text-align: center;
  }
  .hlf-lll {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: auto !important;
    max-width: 217px !important;
    display: block;
  }
  .cp-locations-contents.scroll {
    height: auto;
    overflow-y: inherit;
    margin-top: 30PX;
  }
  .orange-bg.gray-bg {
    display: none;
  }
  .orange-bg {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* new css start  */
  .cp-hero-btm-actions-area {
    text-align: center;
  }
  .cp-hro-btm-action {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .v-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #d87a4f;
    color: #fff;
    text-align: center;
    margin-right: 20px;
  }
  .v-icon i {
    vertical-align: middle;
    font-size: 20px;
  }
  .cp-hro-btm-action.bdr-1-wht {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 5px;
  }

  .algn-left-on-sml-dvc {
    text-align: left;
  }

  .cp-hro-btm-action img {
    display: none;
  }
  .cp-hro-btm-action.bdr-1-wht img {
    display: block;
    width: 25px;
  }
  .cp-secondary-section-title {
    text-align: center;
  }
  .cp-secondary-section-title h2:after {
    width: 50px;
    right: -70px;
  }
  .cp-secondary-section-title h2 {
    display: inline-block;
    font-size: 32px;
  }
  .cp-secondary-section-title h2::before {
    position: absolute;
    left: -70px;
    right: auto;
    width: 50px;
    top: 50%;
    height: 2px;
    background: #EAEAEA;
    content: '';
    margin-top: -1px;
  }
  .cp-inner-hero-area-content h1 {
    font-size: 60px;
    text-align: center;
  }
  .cp-inner-hero-area-content {
    min-height: 160px;
  }
  .cp-hro-btm-action h4 {
    font-size: 15px;
  }
  .cp-map-content-bx-txt h4 {
    font-size: 22px;
  }
  .cp-map-content-bx img {
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 35px;
    margin-right: 16px;
    margin-top: -9px;
  }
  .cp-map-content-bx-txt ul li.active img {
    display: block;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  .cp-map-content-bx-txt p {
    font-size: 13px;
    margin: 0;
    max-width: 200px;
  }
  .cp-map-content-bx {
    margin-bottom: 30px;
  }
  .cp-map-content-bx-txt ul li {
    font-size: 13px;
  }
  .cp-map-content-bx-txt h4 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px;
  }
  .cp-map-content-bx-txt a {
    font-size: 15px;
    font-family: 'Poppins';
  }
  .cp-map-content-blk {
    margin-bottom: 30px;
  }
  .cp-map-info-area {
    /*padding: 50px 0px;*/
  }
  .CPPPpt-60 {
    padding-top: 20px;
  }
  .cp-about-bridge-txt p {
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
  }
  .cp-about-bridge-img {
    text-align: center;
  }
  .cp-about-bridge-img img {
    width: 100%;
  }
  .cp-order-online-link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cp-order-online-link-item h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cp-order-online-links {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cp-order-online-req {
    text-align: center;
    /*margin-bottom: 70px;*/
  }
  .cp-ftr-btm-tp-txt {
    margin-bottom: 30px;
    text-align: center;
  }
  .CP-content-blk-area.cp-content-inner-area {
    height: auto;
    position: relative;
  }
  .CP-content-blk-area.cp-content-inner-area::before {
    height: 50%;
    width: 100%;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-top: 69px;
  }
  .cp-map-active img {
    width: 100%;
  }
  .cp-content-inner-area .CP-contnet-blk-mn.rt-blk-cnt {
    background: none;
    border: none !important;
  }
  .CP-content-blk-area.cp-content-inner-area {
    background-repeat: repeat-x !important;
  }
  .CP-contnet-blk-mn {
    background: none;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-top: 50%;
  }
  .hlf-img {
    top: 32.5%;
  }
  .site-btn {
    font-size: 22px;
  }
  .CP-contnet-blk-mn {
    padding: 50px 25px;
  }
  .cp-ftr-btm-tp-txt h5 {
    font-size: 16px;
  }
  .cp-ftr-btm-tp-txt h4 {
    font-size: 34px;
  }
  .cp-locations-area-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cp-locations-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cp-search-inpt {
    width: 100%;
  }
  .cp-search-inpt input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-family: 'Poppins';
  }
  .cp-locations-search-acions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .cp-locations-search-acions .site-btn {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .findlocationm20 {
    margin-top: 20px;
  }
  .cp-locations-actions {
    width: 100%;
    max-width: 100%;
  }
  .cp-loactions-area .cp-secondary-section-title h2 {
    font-size: 60px;
  }
  .cp-locations-contents {
    text-align: center;
  }
  .CP-content-blk-area.cp-content-inner-area::after {
    border-left: none !important;
  }
  /* new css start  */
  .CP-contnet-blk-mn {
    background: transparent !important;
  }
  .CP-content-blk-area::before {
    width: 100%;
    background-size: 645px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    background-color: #5f5f5f !important;
    background-image: url(../images/background/grey-bg.png) !important;
  }
  .hlf-img {
    display: none;
  }
  .lf-img.lf-10 {
    top: 105px;
    left: 20px;
    width: 43px;
  }
  .lf-img.lf-3 {
    left: auto;
    right: 38px;
    top: 324px;
    bottom: 0;
    width: 25px;
  }
  .lf-img.lf-2 {
    left: auto;
    right: 150px;
    bottom: 104px;
    top: auto;
    width: 60px;
  }
  .lf-img.lf-8 {
    max-width: 203px;
    top: 213px;
    left: 47%;
  }
  .lf-img.lf-1 {
    left: auto;
    right: -56px;
    top: 192px;
    width: 151px;
  }
  .CP-section-title h2 {
    font-size: 48px;
  }
  .CP-section-title p {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 28px;
    padding: 0;
  }
  .CP-srvc-texts p {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold;
    margin-top: 21px;
  }
  .srvc-img img {}
  .CP-srvc-img {
    height: auto;
  }
  .CP-contnet-blk-mn {
    padding-right: 100px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding-left: 100px;
  }
  .CP-contnet-blk-mn p {
    font-family: 'Poppins';
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    margin: 0;
  }
  .CP-contnet-blk-mn h2 {
    color: #fff;
    font-size: 55px;
    line-height: 50px;
  }
  .CP-contnet-blk-mn h2 span {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
  }
  .CP-pzz-textsss h2 {
    font-size: 65px;
  }
  .CP-pzz-textsss h2 span {
    font-size: 21px;
    line-height: 60px;
  }
  .CP-pz-area::after {
    top: 163px;
    height: 228px;
  }
  .CP-call-top-ac-texts h2 {
    font-weight: bold;
    font-size: 48px;
  }
  .CP-call-top-ac-texts p {
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 31px;
    padding: 0 06px;
  }
  .CP-single-insta-sldier {
    height: 358px;
  }
  .CP-single-insta-sldier p {
    z-index: 2;
    font-size: 14px;
    line-height: 17px;
    padding: 25px;
  }
  .CP-single-insta-sldier i {
    position: absolute;
    left: 25px;
    top: 22px;
    color: #fff;
    font-size: 34px;
  }
  .CP-footer-menu ul li a {
    font-size: 18px;
  }
  .CP-footer-logo {
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
  }
  .CP-stie-menu ul li a {
    font-size: 16px;
    padding: 15px 12px;
  }
  .CP-header-action-btn a {
    font-size: 19px;
    font-size: 16px;
    width: 128px;
  }
  .CP-hero-texts h1 {
    font-size: 48px;
    line-height: 53px;
    color: #E3642C;
  }
  .CP-hero-texts h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 1px;
  }
  .CP-hero-btns a {
    width: auto;
    font-size: 25px;
    height: 50px;
    line-height: 57px;
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .CP-hero-texts {
    width: 100%;
  }
  .CP-hero-btns {
    margin-top: 45px;
  }
  .CP-signle-pr-blk h2 {
    font-size: 80px;
  }
  .CP-signle-pr-blk h2 span {
    font-size: 28px;
  }
  .CP-see-all-btn a {
    background: #e3642c;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-family: 'Bebas Neue';
    height: 50px;
    display: inline-block;
    width: 229px;
    line-height: 57px;
  }
  .CP-contnet-blk-mn a {
    font-size: 18px;
  }
  .CP-pz-area {
    height: 600px;
  }
  .CP-footer-subs-blk {
    padding-right: 0;
  }
  .CP-pz-main-img {
    max-width: 285px;
    margin: 0 auto;
    display: block;
  }
  .CP-pzza-main-blk {
    width: 100%;
  }
  .CP-lf-img.lf-7 {
    top: 80px;
    bottom: 200px;
    left: auto;
    max-width: 66px;
    right: -16px;
  }
  .CP-lf-img.lf-1.rellax {
    display: none;
  }
  .lf-img.lf-12.rellax {
    display: none;
  }
  .lf-img.lf-11.rellax {
    top: auto;
    bottom: 41%;
  }
  .lf-img.lf-2 {
    left: auto;
    right: -23px;
    bottom: auto;
    top: 285px;
  }
  .lf-img.lf-6.rellax {
    display: none;
  }
  .lf-img.lf-5.rellax {
    display: none;
  }
  .lf-img.lf-4.rellax {
    display: none;
  }
  .CP-hero-area {
    padding: 30px 0;
    padding-bottom: 30px;
    margin-top: 72px;
  }
  .CP-signle-pr-blk.lft-blk {
    padding-left: 25px;
  }
  .CP-contnet-blk-mn {
    background: #e3642c;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    border: none;
    text-align: center;
  }
  .CP-contnet-blk-mn {
    text-align: center;
  }
  .CP-content-blk-area .container {
    padding: 0;
  }
  .CP-contnet-blk-mn {
    padding: 31px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt {
    padding: 31px;
  }
  .CP-hlf-img {
    display: none;
  }
  .CP-call-to-action-area {
    padding: 57px 0;
  }
  .CP-footer-subs-blk h3 {
    font-size: 27px;
  }
  .CP-subs-dv input {
    height: 49px;
    width: 100%;
    padding: 0 15px;
    font-size: 18xp;
  }
  .CP-stie-menu-wrp {
    display: none;
  }
  .CP-lf-img.lf-8.rellax {
    max-width: 117px;
    top: 204px;
    left: 55%;
  }
  .CP-signle-pr-blk {
    padding: 31px;
    height: 100%;
  }
  .CP-signle-pr-blk.lft-blk {
    height: 100%;
    padding: 31px;
  }
  .CP-content-blk-area::after {
    display: none;
  }
  .CP-pzz-textsss {
    text-align: right;
    width: 100%;
    margin-left: auto;
    margin-top: 166px;
    padding: 30px 0;
    position: relative;
    background: rgba(227, 100, 44, .8);
  }
  .CP-pzz-textsss {
    padding: 30px;
  }
  .CP-pz-area::after {
    display: none;
  }
  .CP-pz-area .col-lg-12 {
    padding: 0;
  }
  .CP-call-top-ac-texts a {
    font-size: 24px;
    background: #e3642c;
    color: #fff;
    font-family: 'Bebas Neue';
    height: 50px;
    display: inline-block;
    width: 255px;
    line-height: 54px;
    margin-top: 24px;
  }
  .CP-footer-single-widget {
    margin: 12px 0;
  }
  .CP-cp-mobile {
    margin: 0;
    color: #BBBBBB;
    font-size: 20px;
    text-align: center;
    font-family: 'Bebas Neue';
    margin-top: 20px;
    display: block;
  }
  .cp-normal {
    display: none;
  }
  .CP-footer-area {
    padding: 25px 0;
  }
  .CP-footer-area {
    padding: 25px 30px;
  }
  .CP-site-logo a img {
    max-width: 54px;
  }
  .CP-site-logo {
    text-align: right;
  }
  .CP-header-bar-section {
    background: #000000;
    padding: 10px 0;
  }
  .CP-site-logo a img {
    max-width: 54px;
    margin-left: auto;
  }
  .CP-logo-dek {
    display: none;
  }
  .ddl img {
    display: block !important;
  }
  .ddl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  #wrapper {
    display: block;
  }
  .CP-contnet-blk-mn {
    padding: 50px;
    height: auto;
    padding-bottom: 0;
  }
  .CP-hlf-lll {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: auto !important;
    max-width: 217px !important;
    display: block;
  }
  .CP-contnet-blk-mn a {
    margin-bottom: 50px;
  }
  .CP-contnet-blk-mn.rt-blk-cnt a {
    margin-bottom: 0;
  }
  .CP-logo-mb {
    display: block;
  }
  .CP-srvc-texts {
    padding: 0 38px;
  }
  .CP-see-all-btn {
    display: none;
  }
  .CP-services-area .owl-dots {
    display: none;
  }
  .CP-services-area {
    padding: 35px 0;
    padding-bottom: 10px;
  }
  .CP-pzz-textsss h2 br {
    display: block;
  }
  .CP-call-top-ac-texts h2 span {
    display: block;
  }
  .CP-hero-texts {
    padding-top: 42px;
  }
  .CP-header-bar-section.scroll-header {
    background: #000;
  }
  .CP-eew {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    z-index: 999999;
  }
  .hlf-lll {
    display: block;
    max-width: 150px;
    width: 192px;
  }
  .hlf-img {
    display: none;
  }

  .crcl-orng {
    margin-right: 16px;
    width: 36px;
    height: 36px;
  }

  .crcl-orng i {
    padding: 10px;
    font-size: 14px;
  }

  .cp-map-content-bx-dev h4 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px;
  }

  .cp-map-content-bx-dev .ftr-ttl {
    font-size: 13px;
  }

  .cp-map-content-bx-dev .ftr-img {
    width: 25px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .crcl-orng-cntnr {
    margin-top: -9px;
  }

  .CP-call-top-ac-texts {
    text-align: center;
    min-height: 500px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 520px) {
  .loc-page-mid-ower .loc-page-mid-ower-left {
    height: 250px;
  }
  .loc-page-mid-ower .loc-page-mid-ower-right {
    height: 150px;
  }

  .loc-page-mid-ower .vm-loc-page-mid-ower-left {
    height: 350px !important;
  }

  .CP-call-top-ac-texts {
    text-align: center;
    min-height: 650px;
  }
}

@media (min-width: 576px) {
  .d-flx-block {
    display: flex !important;
  }
}



