@font-face {
  font-family: "GeogtqRg";
  src: url("fonts/GeogtqRg.eot");
  src: url("fonts/GeogtqRg.eot") format("embedded-opentype"),
    url("fonts/GeogtqRg.woff2") format("woff2"),
    url("fonts/GeogtqRg.woff") format("woff"),
    url("fonts/GeogtqRg.ttf") format("truetype"),
    url("fonts/GeogtqRg.svg#GeogtqRg") format("svg");
}
@font-face {
  font-family: "GeogtqSb";
  src: url("fonts/GeogtqSb.eot");
  src: url("fonts/GeogtqSb.eot") format("embedded-opentype"),
    url("fonts/GeogtqSb.woff2") format("woff2"),
    url("fonts/GeogtqSb.woff") format("woff"),
    url("fonts/GeogtqSb.ttf") format("truetype"),
    url("fonts/GeogtqSb.svg#GeogtqSb") format("svg");
}

@font-face {
  font-family: "AbelPro";
  src: url("fonts/AbelPro.eot");
  src: url("fonts/AbelPro.eot") format("embedded-opentype"),
    url("fonts/AbelPro.woff2") format("woff2"),
    url("fonts/AbelPro.woff") format("woff"),
    url("fonts/AbelPro.ttf") format("truetype"),
    url("fonts/AbelPro.svg#AbelPro") format("svg");
}
@font-face {
  font-family: "AbelProBold";
  src: url("fonts/AbelProBold.eot");
  src: url("fonts/AbelProBold.eot") format("embedded-opentype"),
    url("fonts/AbelProBold.woff2") format("woff2"),
    url("fonts/AbelProBold.woff") format("woff"),
    url("fonts/AbelProBold.ttf") format("truetype"),
    url("fonts/AbelProBold.svg#AbelProBold") format("svg");
}

@font-face {
  font-family: "JosefinSansRegular";
  src: url("fonts/JosefinSansRegular.eot");
  src: url("fonts/JosefinSansRegular.eot") format("embedded-opentype"),
    url("fonts/JosefinSansRegular.woff2") format("woff2"),
    url("fonts/JosefinSansRegular.woff") format("woff"),
    url("fonts/JosefinSansRegular.ttf") format("truetype"),
    url("fonts/JosefinSansRegular.svg#JosefinSansRegular") format("svg");
}

@font-face {
  font-family: "JosefinSansBold";
  src: url("fonts/JosefinSansBold.eot");
  src: url("fonts/JosefinSansBold.eot") format("embedded-opentype"),
    url("fonts/JosefinSansBold.woff2") format("woff2"),
    url("fonts/JosefinSansBold.woff") format("woff"),
    url("fonts/JosefinSansBold.ttf") format("truetype"),
    url("fonts/JosefinSansBold.svg#JosefinSansBold") format("svg");
}

@font-face {
  font-family: "JosefinSansSemiBold";
  src: url("fonts/JosefinSansSemiBold.eot");
  src: url("fonts/JosefinSansSemiBold.eot") format("embedded-opentype"),
    url("fonts/JosefinSansSemiBold.woff2") format("woff2"),
    url("fonts/JosefinSansSemiBold.woff") format("woff"),
    url("fonts/JosefinSansSemiBold.ttf") format("truetype"),
    url("fonts/JosefinSansSemiBold.svg#JosefinSansSemiBold") format("svg");
}

/*preset CSS*/
* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul {
  margin: 0;
  list-style-type: none;
}
.container {
  width: 1540px;
}
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "GeogtqRg";
}

/*preset CSS*/

.wrapper {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 135px 0px 0px 0px;
  overflow: hidden;
}
.header {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  background-color: #fff;
}

.header_top {
  width: 100%;
  float: left;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #f5f5f5;
}
.header_bottom {
  width: 100%;
  float: left;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.logo {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.logo img {
  max-width: 100%;
  max-height: 80px;
}
.logo img:hover {
  opacity: 0.5;
}

.top_cn_block {
  float: right;
  display: inline-block;
}
.cn_block_common {
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-weight: 400;
  color: #1a1818;
  font-size: 46px;
  line-height: 54px;
}
.cn_block_common a {
  display: inline-block;
  font-weight: 700;
  color: #f14e23;
}
.cn_block_common:hover a {
  color: #1a1818;
}
.cn_block_common:last-child {
  margin-left: 60px;
}

.nav_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
}
.navbar-static-top {
  margin: 0;
  background: none;
  border: none;
  position: relative;
}

@media (min-width: 768px) {
  .navbar-static-top {
    display: flex;
    align-items: center;
  }
  #navbar {
    flex: auto;
  }
}
.navbar-right {
  margin: 0px 0 0;
}
.logo a:hover {
  opacity: 0.75;
}
.nav.navbar-nav.navbar-right {
  position: relative;
}

.hm_header_nav .navbar-nav {
  float: none;
  text-align: center;
}
.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
}

.header .navbar-nav {
  margin-top: 0px;
  float: none;
}
.navbar-default .navbar-nav > li {
  margin: 0px 16px 0px 16px;
  padding: 0px 0px 0px 0px;
}
.navbar-default .navbar-nav > li:first-child {
  padding-left: 0px;
}
.navbar-default .navbar-nav > li:last-child {
  background: none;
  padding-right: 0px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #4a4a4a;
  font-family: "JosefinSansBold";
  line-height: 50px;
  font-weight: 400;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-top: 0;
  transition: none;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li:last-child a {
}

.hm_header .caret {
  border: none;
  background: url(/images/drp_arrow_1.png) no-repeat;
  width: 10px;
  height: 6px;
}

.navbar-default .navbar-nav > li.dp_s > a {
  padding-right: 25px;
}

.navbar-default .navbar-nav > li:last-child {
  margin-right: 0px;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.dropdown-menu {
  min-width: 230px;
  padding: 10px 15px 10px 15px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  top: 100%;
  width: auto;
}

.dropdown-menu > li {
}
.dropdown-menu > li > a {
  display: block;
  color: #eb2226;
  line-height: 40px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  font-family: "JosefinSansBold";
  background: none;
  position: relative;
  transition: 0s;
  border-bottom: 1px solid rgba(235, 34, 38, 0.5);
  font-weight: 400;
  position: relative;
}
.dropdown-menu > li > a::before {
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #0067b2;
}
.dropdown-menu > li:last-child a {
  border: none;
}

.dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  top: 50%;
  left: auto;
  right: 0;
  background: url(/images/darrow.png) no-repeat right center;
  margin-top: -4px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #e0040c;
  border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #e0040c;
  border-bottom: 3px solid #fff;
}

.navbar-collapse {
  overflow-x: hidden;
  text-align: center;
}

.dropdown-menu > li:first-child a {
}
.dropdown-menu > li:first-child > a:focus,
.dropdown-menu > li:first-child > a:hover {
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background: none;
  color: #231f20;
}

.down_arrow {
  width: 100%;
  float: left;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 70px;
  text-align: center;
}
.down_arrow a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: url(/images/circle1.png) no-repeat;
}
.down_arrow a:hover {
  background: url(/images/circle2.png) no-repeat;
}

.dp_s.open {
}

/*.mid_block{
	position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  margin-top: -23px;
}
.owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  background: url(/images/link_arrow_left.png) no-repeat center center;
  left: 15px;
  position: absolute;
  text-indent: -9999px;
}
.owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background: url(/images/link_arrow.png) no-repeat center center;
  right: 15px;
  position: absolute;
  text-indent: -9999px;
}

/*======Stard Slider======*/

#banner-carousel .container,
#banner-carousel .row,
#banner-carousel .col-xs-12 {
  height: 100%;
  position: relative;
}
.banner_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 36px 0px 0px 0px;
  position: relative;
}
.banner_block h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px 0px 0px 0px;
  text-align: left;
  opacity: 0.69;
  text-transform: uppercase;
}
.banner_block h2 {
  font-size: 38px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: "GeogtqSb";
}
.banner_block h2 strong {
}
.banner_block p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #1f1f1f;
  margin: 0px 0px 10px 0px;
  text-align: left;
  font-family: "JosefinSansSemiBold";
}
.book_btn {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.book_btn a {
  display: inline-block;
  width: auto;
  padding: 0px 30px 0px 15px;
  margin: 0px 0px 0px 15px;
  height: 50px;
  border-radius: 0px;
  line-height: 50px;
  color: #fff;
  background: #eb2226 url(/images/btn_arrow_white.png) no-repeat right 10px
    center;
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "JosefinSansSemiBold";
}
.book_btn a:hover {
  color: #fff;
  background-color: #231f20;
}

.book_btn a:first-child {
  margin-left: 0px;
}

.book_btn a.contact_btn {
  background-color: transparent;
  color: #fff;
}
.book_btn a.contact_btn:hover {
  background-color: #fff;
  color: #f14e23;
  border-color: #fff;
}

.banner_info {
  max-width: 600px;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
.banner_info {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#banner-carousel {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  z-index: 3;
}

#banner-carousel .container,
#banner-carousel .row,
#banner-carousel .col-xs-12 {
  height: 100%;
  position: relative;
}
#banner-carousel .carousel-inner {
  height: 300px;
  position: relative;
}
#banner-carousel .carousel-inner .item {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#banner-carousel .carousel-inner .item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.slider_bottom_pg {
  width: 100%;
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  bottom: 60px;
}
.pg_arrow {
  width: 100px;
  float: left;
  position: relative;
}

#banner-carousel .control {
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  opacity: 1;
  float: left;
}
#banner-carousel:hover .control {
  opacity: 1;
  visibility: visible;
}

#banner-carousel .control.left {
  background: url(/images/sl_arrow_1.png) no-repeat center;
  float: left;
}
#banner-carousel .control.left:hover {
}
#banner-carousel .control.right {
  background: url(/images/sl_arrow_2.png) no-repeat right center;
  float: right;
}
#banner-carousel .control.right:hover {
}

.carousel-indicators {
  padding: 0px 5px 0px 5px;
  left: 50%;
  margin-left: 0px;
  width: auto;
  position: absolute;
  bottom: 187px;
  text-align: center;
  min-width: 135px;
  right: auto;
  transform: translateX(-50%);
  padding: 10px 0px 10px 0px;
}
.carousel-indicators li {
  background-color: transparent;
  border: none;
  margin: 0px 5px 0px 5px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-indent: inherit;
}
.carousel-indicators .active {
  background-color: transparent;
  border: none;
  margin: 0px 5px 0px 5px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-indent: inherit;
}
.carousel-indicators .active {
}
.subpage_carousel .carousel-indicators {
  bottom: 90px;
}

.slider_pg {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 100%;
  float: left;
  display: block;
}

#banner-carousel .carousel-indicators {
  position: absolute;
  left: auto;
  top: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  bottom: auto;
  right: 0px;
  margin-left: 0px;
  text-align: center;
}
#banner-carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 3px 0px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e0040c;
  border-radius: 50%;
}
#banner-carousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0px 3px 0px 3px;
  background-color: #e0040c;
  border: 1px solid #e0040c;
}
/*======End Slider======*/

.hdr_top_info {
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.hdr_top_info ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.hdr_top_info ul li {
  float: left;
  display: inline-block;
  padding: 0px 25px 0px 25px;
  border-left: 1px solid #cecece;
}
.hdr_top_info ul li:last-child {
  border-right: 1px solid #cecece;
}
.hdr_top_info ul li a {
  display: block;
  line-height: 40px;
  padding: 0px 0px 0px 30px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hdr_top_info ul li.top_mail a {
  background: url(/images/mailbg.png) no-repeat left center;
}
.hdr_top_info ul li.top_phone a {
  background: url(/images/phonebg.png) no-repeat left center;
}

ul.hdr_top_lg li.login {
  background-color: #e0040c;
  padding: 0px 0px 0px 0px;
}
ul.hdr_top_lg li.login a {
  color: #fff;
  padding: 0px 15px 0px 45px;
}
ul.hdr_top_lg li.login a {
  background: url(/images/login_user.png) no-repeat left 13px center;
}

.content_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: calc(100vh - 392px);
}
.section_common {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.section_1 {
  padding: 50px 0px 50px 0px;
  background-color: #f5f5f5;
}
.section_1 h2 {
  font-size: 26px;
  line-height: 52px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  font-family: "GeogtqSb";
  text-transform: uppercase;
}
.section_1 h2 a {
  display: inline-block;
  line-height: 52px;
  font-size: 20px;
  color: #fff;
  padding: 0px 15px 0px 15px;
  margin: 0px 0px 0px 20px;
  background-color: #e0040c;
}

.section_2 {
  padding: 50px 0px 50px 0px;
}
.section_tittle_block {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.section_tittle_block h1 {
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
  color: #2c2c2c;
  font-family: "GeogtqRg";
}
.section_tittle_block h1 strong {
  font-family: "GeogtqSb";
}
.section_tittle_block p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0px 0px 25px 0px;
  color: #2c2c2c;
  font-family: "GeogtqRg";
}

.sc_primary_btn {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.sc_primary_btn a {
  display: inline-block;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding: 0px 25px 0px 25px;
  margin: 0px 0px 0px 20px;
  background-color: #e0040c;
  font-family: "GeogtqSb";
}

.section_3 {
  padding: 50px 0px 50px 0px;
}

.single_blue_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 30px 15px 30px 15px;
  background-color: #e0040c;
}
.icon_block_top {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.icon_block_top img {
  max-width: 100%;
}
.info_sc {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 20px 50px;
  text-align: center;
  color: #fff;
}
.info_sc h3 {
  font-family: "GeogtqSb";
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
.info_sc p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  color: #fff;
  font-family: "GeogtqRg";
}

.single_step_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 30px 15px 30px 15px;
}

.single_step_block .info_sc h3 {
  color: #e0040c;
  font-size: 20px;
}
.single_step_block .info_sc p {
  color: #252525;
}

.step_count {
  width: 112px;
  height: 112px;
  border: 2px solid #e0040c;
  font-family: "GeogtqSb";
  color: #e0040c;
  font-size: 60px;
  line-height: 112px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.single_step_block:hover .step_count {
  background-color: #e0040c;
  color: #fff;
}

.single_product_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.single_product_block .icon_block_top {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
.single_product_block .icon_block_top img {
  width: 100%;
}
.single_product_block .info_sc {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.single_product_block .info_sc a {
  display: block;
}
.single_product_block .info_sc h3 {
  text-transform: initial;
  color: #e0040c;
  font-size: 20px;
  text-align: left;
  margin: 0px 0px 12px 0px;
}
.single_product_block .info_sc h3 a {
  color: #e0040c;
}
.single_product_block .info_sc p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #2c2c2c;
}

.service_slider {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.single_product_block .info_sc h4 a {
  display: inline-block;
  float: left;
  padding-right: 30px;
  line-height: 32px;
  color: #e0040c;
  font-size: 16px;
  font-family: "GeogtqSb";
  background: url(/images/rd_arroe.png) no-repeat right center;
}
.service_tittle_sc.section_tittle_block {
  padding-right: 100px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.service_tittle_sc.section_tittle_block h1 {
  text-align: left;
}

.view_btn_sl {
  position: absolute;
  right: 0px;
  top: 20px;
  line-height: 30px;
  width: 85px;
}
.view_btn_sl a {
  display: inline-block;
  float: left;
  padding-right: 20px;
  line-height: 32px;
  color: #e0040c;
  font-size: 16px;
  font-family: "GeogtqSb";
  background: url(/images/rd_arroe.png) no-repeat right center;
}

.ap_top_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #cfcfcf;
}
.ap_top_block h1 {
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
  color: #2c2c2c;
  font-family: "GeogtqRg";
}
.ap_top_block h1 strong {
  font-family: "GeogtqSb";
}
.ap_top_block p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0px 0px 20px 0px;
  color: #2c2c2c;
  font-family: "GeogtqRg";
}

.ap_block_mid {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.top_form_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.form-group > label {
  font-weight: normal;
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px 15px 0px 15px;
  font-size: 16px;
  line-height: 48px;
  color: #171717;
  text-transform: uppercase;
  font-family: "GeogtqSb";
  background-color: #f5f5f5;
}
.form-group .form-control {
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  border-color: #d6d6d6;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
}

.top_form_section .form-group {
  margin-bottom: 0px;
}

.date_input {
  padding-right: 40px;
  background: url(/images/calender_icon.png) no-repeat right 8px center;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px 15px 5px 15px;
}

.datepicker-dropdown.dropdown-menu {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.form_sc_tittle {
  font-weight: normal;
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 15px;
  font-size: 16px;
  line-height: 48px;
  color: #171717;
  text-transform: uppercase;
  font-family: "GeogtqSb";
  background-color: #f5f5f5;
}

.service_select_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 0px 0px;
}

input[type="checkbox"] {
  display: none;
}

.chek_group_1 label {
  cursor: pointer;
  font-family: "GeogtqRg";
  margin: 0;
  color: #656565;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  font-size: 18px;
  line-height: 24px;
  background-color: #f5f5f5;
  padding: 0px 20px 0px 20px;
  height: 120px;
  width: 100%;
  position: relative;
}
.chek_group_1 input[type="checkbox"]:checked + label {
  opacity: 1;
  border: none;
  background-color: #e0040c;
  color: #fff;
  border: 1px solid #e0040c;
}

.chek_group_1 label:hover {
  opacity: 1;
  border: none;
  background-color: #e0040c;
  color: #fff;
  border: 1px solid #e0040c;
}

ul.chek_group_1 li {
  float: left;
  display: inline-block;
  margin: 0px 0px 14px 0px;
  padding: 0px 8px 0px 8px;
}

ul.chek_group_1 {
  margin-left: -8px;
  margin-right: -8px;
}

ul.chek_group_1 li {
  width: 16.66666667%;
}

.chek_group_1 label span {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

.product_container {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 20px 0px;
}
.product_custom_row {
  margin-left: -12px;
  margin-right: -12px;
}
.product_single_col {
  width: 20%;
  float: left;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  padding: 0px 12px 0px 12px;
}
.product_block_inner {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.product_photo_top {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  overflow: hidden;
  height: 210px;
  position: relative;
}
.product_info_bottom {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 12px 10px 0px 10px;
  position: relative;
}
.product_info_bottom h3 {
  font-family: "GeogtqSb";
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
}
.product_info_bottom h3 a {
  color: #3f3f3f;
}
.product_info_bottom h4 {
  font-family: "GeogtqSb";
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #e0040c;
  text-transform: uppercase;
}

.cart_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.cart_btn_pr {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
}
.cart_btn_pr a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #e0040c;
  border: 1px solid #e0040c;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.quantity_btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  float: left;
  display: none;
}
.quantity_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 45px 0px 45px;
  position: relative;
  background-color: #e0040c;
  height: 45px;
  border-radius: 6px;
  overflow: hidden;
}
.quantity_block input {
  height: 45px;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.minus-cart {
  width: 45px !important;
  height: 45px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(/images/minus_bg.png) no-repeat center center;
  border-right: 1px solid #fff !important;
}
.plus-cart {
  width: 45px !important;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/images/plus_qn_bg.png) no-repeat center center;
  border-left: 1px solid #fff !important;
}

.product_ts {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
}

.quantity_block input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.quantity_block input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.quantity_block input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.product_photo_top img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.product_photo_top img {
  max-width: 100%;
}

.cart_show {
  display: block;
}

.text_input_2 {
  height: 180px !important;
  padding-top: 10px !important;
}

.submit_btn_block {
  padding: 40px 0px 40px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  float: left;
  display: block;
  width: 100%;
}
.cn_submit {
  width: 200px !important;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #e0040c;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px;
  border: 1px solid #e0040c;
  float: right;
}

.dt_top_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.back_btn_lt {
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.back_btn_lt a {
  display: block;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #e0040c;
  background: url(/images/back_btn_arrow.png) no-repeat left center;
}

.status_rt_block {
  float: right;
  display: inline-block;
  font-family: "GeogtqSb";
  font-size: 18px;
  line-height: 30px;
}
.status_rt_block span {
  display: inline-block;
  text-transform: uppercase;
}

span.st_delivered {
  color: #18a30d;
}
span.st_ongoing {
  color: #e87209;
}
span.st_pending {
  color: #563ee9;
}
span.st_canceled {
  color: #ff0000;
}

.order_details_sc .order-top h1 {
  color: #e0040c;
  font-family: "GeogtqSb";
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.order-top p {
  font-family: "GeogtqRg";
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.order-top .amount {
  text-align: right;
}
.order-top .amount h1 {
  text-align: right;
}

.order_details_sc .order-top h3 {
  color: #333333;
  font-family: "GeogtqSb";
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.custom_section {
  width: 100%;
  float: left;
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #dddddd;
}
.custom_tittle {
  width: 100%;
  float: left;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.custom_tittle h3 {
  font-family: "GeogtqSb";
  font-size: 18px;
  line-height: 30px;
  color: #e0040c;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
}

.section_list_custom {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

ul.service_list_cs {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
ul.service_list_cs li {
  float: left;
  display: inline-block;
  margin: 0px 10px 12px 10px;
  padding: 0px 0px 0px 0px;
}

ul.service_list_cs li span {
  display: block;
  line-height: 52px;
  background-color: #e9f5ff;
  border: 1px solid #e0040c;
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  font-family: "GeogtqSb";
  text-transform: uppercase;
  border-radius: 70px;
}

/*.service_dt{border-top: 1px solid #dddddd;}*/

.product_table_sc {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.product_table_sc .table {
  margin: 0;
}

.table-responsive.cart-table .table > thead > tr > th {
  border: none;
  font-family: "GeogtqSb";
  color: #e0040c;
  font-size: 16px;
  padding: 12px 10px;
  text-transform: uppercase;
  background-color: #eeeeee;
}

.table-responsive.cart-table td {
  padding: 20px 10px;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.table-responsive.cart-table .product-info-block {
  width: 100%;
  display: block;
  min-width: 150px;
}
.table-responsive.cart-table .product-thumb {
  padding-right: 20px;
  width: 115px;
  display: table-cell;
  vertical-align: top;
}
.table-responsive.cart-table .product-right {
  display: table-cell;
  width: auto;
  position: relative;
  padding-bottom: 25px;
  padding-top: 10px;
}
.table-responsive.cart-table .product-right {
  min-width: 200px;
}

.sale-price {
  color: #363636;
  font-size: 16px;
  font-family: "GeogtqSb";
  text-transform: uppercase;
}
.table-responsive.cart-table .total-price {
  font-size: 18px;
  font-family: "GeogtqSb";
  color: #e0040c;
  text-transform: uppercase;
  text-align: right;
}

.product-right h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "GeogtqSb";
  margin: 0px 0px 0px 0px;
}
.product-right h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "GeogtqSb";
  margin: 0px 0px 0px 0px;
  color: #797979 !important;
}

.coment_section_dt {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.coment_wrapper {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.coment_container {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.coment_left_p1 {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #dddddd;
}

.media img {
  max-width: none;
}

.coment_left_p1 .media-left .photo_left {
  width: 78px;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.coment_left_p1 .media-body {
  padding-left: 15px;
}

.coment_left_p1 .media-body h3 {
  font-family: "GeogtqSb";
  margin: 0px 0px 5px 0px;
  font-size: 18px;
  color: #5c5c5c;
  line-height: 24px;
  text-align: left;
}

.coment_left_p1 .media-left .photo_left img {
  border-radius: 50%;
  width: 100%;
}

.coment_left_p1 .media-body p {
  font-family: "GeogtqRg";
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
}

.coment_left_p1.right_p2 .media-body h3 {
  text-align: right;
}
.coment_left_p1.right_p2 .media-body p {
  text-align: right;
}
.coment_left_p1.right_p2 .media-body {
  padding-left: 0;
  padding-right: 15px;
}

.coment_submit_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.text_input_3 {
  height: 120px !important;
}

.submit_btn_block2 {
  padding: 10px 0px 40px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  float: left;
  display: block;
  width: 100%;
}

.ds_tittle {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #dddddd;
}

.ds_tittle_pr {
  float: left;
  display: inline-block;
  width: auto;
}
.ds_tittle_pr h3 {
  text-align: left;
  color: #333333;
  padding-bottom: 0px;
  margin: 0 0 0px 0px;
  font-size: 18px;
  font-family: "GeogtqSb";
  text-transform: uppercase;
  line-height: 45px;
}
.account-left ul {
  float: left;
  width: 100%;
  margin: 0 0 44px;
}
.account-left ul li {
  width: 100%;
  float: left;
  margin: 0 0 8px;
  font-family: "GeogtqRg";
}
.account-left ul li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #666666;
  padding-left: 32px;
  line-height: 30px;
  display: block;
}

.account-left ul li a:hover,
.account-left ul li.active a {
  color: #e0040c;
}

.account-left ul li.p_dashboard a {
  background: url(/images/ap-list_grey.png) no-repeat left center;
}
.account-left ul li.p_dashboard.active a,
.account-left ul li.p_dashboard a:hover {
  background: url(/images/ap-list_grey_hover.png) no-repeat left center;
}

.account-left ul li.personal a {
  background: url(/images/user.png) no-repeat left center;
}
.account-left ul li.personal.active a,
.account-left ul li.personal a:hover {
  background: url(/images/user-hover.png) no-repeat left center;
}

.account-left ul li.appointment a {
  background: url(/images/list-appointment-grey.png) no-repeat left center;
}
.account-left ul li.appointment.active a,
.account-left ul li.appointment a:hover {
  background: url(/images/list-appointment-hover.png) no-repeat left center;
}

.account-left ul li.car a {
  background: url(/images/car-side-grey.png) no-repeat left center;
}
.account-left ul li.car.active a,
.account-left ul li.car a:hover {
  background: url(/images/car-side-hover.png) no-repeat left center;
}

.mail-info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-family: "GeogtqSb";
}
.mail-info span {
  color: #333333;
  margin-left: 60px;
}

.account-right .cn_submit {
  font-size: 16px;
  float: left;
}

.sb_ne_movie {
  float: right;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.sb_ne_movie a {
  display: inline-block;
  height: 42px;
  margin-bottom: 0px;
  border: none;
  line-height: 42px;
  padding: 0px 15px 0px 15px;
  color: #fff;
  background-color: #e0040c;
  font-size: 16px;
  font-family: "GeogtqSb";
  border-radius: 4px;
  text-transform: uppercase;
}

.order-list {
  width: 100%;
  float: left;
  height: auto;
  padding: 16px 30px;
  border: 1px solid #dddddd;
  margin: 0 0 20px;
  background-color: #fff;
}

.order-list h1 {
  border: none;
  padding: 0;
  margin: 0 0 0px 0px;
  color: #333333;
  font-family: "GeogtqSb";
  font-size: 18px;
  text-transform: uppercase;
}
.order-list p {
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  margin: 0 0px 10px 0px;
  font-family: "GeogtqRg";
}

.order-list .btn.btn-default {
  font-family: "GeogtqSb";
  font-size: 16px;
  text-transform: uppercase;
  color: #e0040c;
  border: 1px solid #e0040c;
  border-radius: 0;
  line-height: 45px;
  padding: 0 12px;
}

.order-list h3 {
  border: none;
  padding: 0;
  margin: 0 0 0px 0px;
  color: #333333;
  font-family: "GeogtqSb";
  font-size: 16px;
}

.order-list h4 {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  margin: 0 0px 10px 0px;
  font-family: "GeogtqRg";
}
.order-list h4 span {
  display: block;
}

.order-list:hover {
  background-color: #f5faff;
  border-color: #e0040c;
}

.about_feature_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  background-color: #f5f5f5;
}
.custom_half_col {
  width: 50%;
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.pht_sc img {
  width: 100%;
  position: relative;
}

.pht_sc::before {
  content: "";
  width: 150px;
  height: 100%;
  background: url(/images/shape_block.png) no-repeat right top;
  position: absolute;
  right: 0px;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.about_info_cn_1 {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 100px 60px 0px 70px;
}
.about_info_cn_1 h3 {
  font-family: "GeogtqRg";
  font-size: 36px;
  line-height: 45px;
  color: #e0040c;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
}

.about_info_cn_1 h3 strong {
  font-family: "GeogtqSb";
}

.about_info_cn_1 p {
  font-family: "GeogtqRg";
  font-size: 20px;
  line-height: 32px;
  color: #2c2c2c;
  margin: 0px 0px 15px 0px;
}
.about_single_photo {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.about_single_photo img {
  width: 100%;
}

.about_gap_1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_gap_1 .about_info_cn_1 {
  padding: 100px 60px 0px 0px;
}

.testimonial_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 80px 0px;
  position: relative;
}

.testimonial_section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: auto;
}

.testimonial_section::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(224, 4, 12, 0.3);
}

.testimonial_section .section_tittle_block h1 {
  color: #fff;
}
.testemonial_wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px 0px 50px;
}

.ts_phtoo {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.ts_phtoo img {
  max-width: 100%;
  border-radius: 50%;
  display: inline-block;
}
.ts_info {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.ts_info p {
  font-family: "GeogtqRg";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
.ts_info h3 {
  font-family: "GeogtqSb";
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0px 0px 0px 0px;
}
.ts_info h4 {
  font-family: "GeogtqRg";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 0px 0px;
}

#banner-carousel2 .control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  opacity: 1;
  z-index: 100;
}
#banner-carousel2:hover .control {
  opacity: 1;
  visibility: visible;
}

#banner-carousel2 .control.left {
  background: url(/images/sl_arrow_1.png) no-repeat center;
  left: 0px;
}

#banner-carousel2 .control.right {
  background: url(/images/sl_arrow_2.png) no-repeat right center;
  right: 0px;
}

.single_product_block {
  margin-bottom: 25px;
}

/************************************* Pagination Design ********************************************************/
.pagination-block {
  width: 100%;
  float: left;
  height: auto;
  text-align: right;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 11px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #dcdcdc;
  width: 36px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}
.pagination > li > a .fa {
  font-size: 20px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #e0040c;
  border-color: #e0040c;
  background: none;
}
.pagination > li.prev > a:hover,
.pagination > li.next > a:hover {
  background: #c61f25;
  color: #fff;
}

/************************************* Pagination Design end ********************************************************/

.login_container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #e0040c;
  padding: 40px 120px 40px 120px;
  border-radius: 6px;
}
.lg_tittle {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.lg_tittle h1 {
  font-family: "GeogtqSb";
  margin: 0px 0px 0px 0px;
  font-size: 30px;
  line-height: 40px;
  color: #e0040c;
  text-transform: uppercase;
}
.login_form_container {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.login_form_container .form-group > label {
  font-size: 16px;
  line-height: 30px;
  text-transform: initial;
  text-align: center;
  padding: 0px 0px 0px 0px;
  color: #333333;
  font-family: "GeogtqRg";
  background-color: transparent;
}
.login_info_sc {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
.login_info_sc p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px 0px 0px 0px;
  font-family: "GeogtqRg";
  color: #333333;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.submit_red_btn4 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: block;
  background-color: #e0040c;
  border: none;
  font-family: "GeogtqSb";
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0px 0px;
}

.login_form_container .form-group {
  width: 100%;
  float: left;
  display: block;
}

.login_page {
  min-height: 600px;
}

.submit_red_btn5 {
  width: 100%;
  float: left;
  display: block;
  background-color: #fff;
  border: 1px solid #e0040c;
  font-family: "GeogtqSb";
  color: #e0040c;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0px 0px;
}
.submit_red_btn5:hover {
  background-color: #fff;
  border: 1px solid #e0040c;
  color: #e0040c;
}

.sb_section_gap {
  padding-top: 80px;
}

.footer {
  width: 100%;
  float: left;
  display: block;
}
.footer_top_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 30px 0px;
  background-color: #202020;
}
.ftr_common {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.ftr_common h3 {
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  color: #fff;
}
.ftr_common ul {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.ftr_common ul li {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.ftr_common ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.ftr_common ul li a:hover {
  color: #2d8fe7;
}

.ftr_common p {
  margin: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 28px;
}

.ftr_common h4 {
  margin: 0px 0px 10px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 28px;
}

.ftr_common h4 a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
}
.ftr_common h4.ftr_phone a {
  background: url(/images/ftr_phonebg.png) no-repeat left center;
}
.ftr_common h4.ftr_mail a {
  background: url(/images/ftr_mailbg.png) no-repeat left center;
}

.footer_bottom_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  background-color: #e0040c;
}
.ftr_cp p {
  margin: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.ftr_social_block {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}
.ftr_social_block ul {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}
.ftr_common .ftr_social_block ul li {
  width: 30px;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.ftr_social_block ul li a {
  display: block;
}
.ftr_social_block ul li img {
  display: block;
  max-width: 100%;
}
.ftr_social_block ul li a:hover img {
  opacity: 0.8;
}

/*start sub-page css*/

.banner_subpage {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.banner_subpage {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 312px;
}

.banner_subpage::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.banner_subpage .container {
  height: 100%;
  position: relative;
}
.banner_subpage .row {
  height: 100%;
  position: relative;
}
.banner_subpage .col-xs-12 {
  height: 100%;
  position: relative;
}

.banner_subpage .container,
.banner_subpage .row,
.banner_subpage .col-xs-12 {
  height: 100%;
  position: relative;
}

.subpage_tittle {
  width: 100%;
}
.subpage_tittle h1 {
  margin: 0px 0px 0px 0px;
  font-size: 38px;
  line-height: normal;
  color: #fff;
  font-weight: normal;
  font-family: "JosefinSansSemiBold";
  text-align: center;
  text-transform: uppercase;
}

.subpage_tittle {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner {
  width: 100%;
  height: 449px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact_map_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.contact_map_section img {
  width: 100%;
  display: block;
}

.content_contact_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}
.contact_info_block_sc {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.contact_block_tittle {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.contact_block_tittle h3 {
  font-family: "GeogtqSb";
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 34px;
  color: #e0040c;
  text-transform: uppercase;
  text-align: left;
}

.contact_info_block_sc .form-control {
  height: 48px;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6a6a6a;
  margin-bottom: 14px;
}

.contact_info_block_sc .form-control:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
}

.form_text_1 {
  height: 150px !important;
  margin-bottom: 30px;
}

.contact_block_tittle p {
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  text-align: left;
}

.rt_gap_cn {
  padding-left: 50px;
}

.contact_dt_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #e1e1e1;
}
.contact_dt_section ul {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.contact_dt_section ul li {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0px 0px 15px 45px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #505050;
}
.contact_dt_section ul li a {
  display: block;
  color: #505050;
}

.contact_dt_section ul li a:hover {
  display: block;
  color: #eb2226;
}

.contact_dt_section ul li.address_cn {
  background: url(/images/address_bg.png) no-repeat left 1px;
}
.contact_dt_section ul li.phone_cn {
  background: url(/images/contact_phonebg.png) no-repeat left 1px;
}
.contact_dt_section ul li.mail_cn {
  background: url(/images/contact_mailbg.png) no-repeat left 1px;
}

.generic_page {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 65px 0 0px 0;
}

.page_tittle_sb {
  width: 100%;
  float: left;
  display: block;
  font-size: 32px;
  line-height: 48px;
  color: #eb2226;
  margin: 0 0 30px 0;
  padding: 28px 0px 0px 0px;
  position: relative;
  font-family: "JosefinSansSemiBold";
  text-transform: uppercase;
}

.generic_page p {
  font-size: 13px;
  color: #4a4a4a;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.generic_page hr {
  width: 100%;
  color: #707070;
  display: block;
  float: left;
  margin-bottom: 25px;
  margin-top: 15px;
}
.generic_page ul {
  margin: 0;
  padding: 0px 0px 20px 20px;
}
.generic_page ul li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 24px;
  text-transform: capitalize;

  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
  background: url(/images/arrow.png) no-repeat left 10px;
  font-weight: 400;
}

.order_list {
  margin: 0;
  padding: 22px 20px 55px 40px;
}

.order_list li {
  width: 100%;
  height: auto;
  font-size: 13px;
  list-style-type: decimal;
  color: #4a4a4a;
  line-height: 24px;
  text-transform: capitalize;

  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 1px 6px;
}

.generic_page h1 {
  font-size: 33px;
  line-height: 42px;
  color: #eb2226;
  margin: 0px 0px 15px 0px;
  font-family: "JosefinSansSemiBold";
}
.generic_page h2 {
  font-size: 19px;
  line-height: 32px;
  color: #eb2226;
  margin: 0px 0px 15px 0px;
  font-family: "JosefinSansSemiBold";
}
.generic_page h3 {
  font-size: 14px;
  line-height: 24px;
  color: #eb2226;
  margin: 0px 0px 15px 0px;
  font-family: "JosefinSansSemiBold";
}

.form_section {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
.contact_form {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  padding-right: 115px;
}
.form_single {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.half-col {
  width: 50%;
  height: auto;
  float: left;
  display: block;
}
.gap1 {
  padding-right: 9px;
}
.gap2 {
  padding-left: 9px;
}
.form_single label {
  width: 100%;
  float: left;
  display: block;
  color: #626262;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}
.form_single .form-control {
  margin-bottom: 15px;
  box-shadow: none;
  outline: none;
  border-radius: 2px;
  height: 39px;
  width: 100%;
  float: left;
  display: block;
  font-size: 14px;
  color: rgba(98, 98, 98, 0.44);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form_text {
  height: 173px !important;
}

.details_slider {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}

.product_slider {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.detail_slider {
  width: 66%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#main-slider {
  float: left;
  height: auto;
  width: 81%;
  padding-right: 2px;
}
#carousel-slider {
  float: left;
  height: auto;
  padding: 0px 0px 0px 6px;
  position: relative;
  width: 19%;
}
.slick-slide.slick-current.slick-active {
  border: none;
}
.slick-prev.slick-arrow {
  background: url(/images/detail-prev.png) no-repeat top center;
  border: medium none;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  width: 100%;
  border: none;
  padding-top: 15px;
  z-index: 10;
  display: none !important;
}
.slick-prev.slick-arrow:hover {
  background: url(/images/detail-prev-active.png) no-repeat top center;
}

.slick-next.slick-arrow:hover {
  background: #fff url(/images/detail-next-active.png) no-repeat bottom center;
}
.slick-next.slick-arrow {
  background: #fff url(/images/detail-next.png) no-repeat bottom center;
  position: absolute;
  text-indent: -9999px;
  bottom: -10px;
  width: 100%;
  border: none;
  padding-top: 15px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}
#carousel-slider .slick-slide img {
  border: none;
}

.slick-vertical .slick-slide {
  margin-bottom: 7px;
}

#banner-carousel2 {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 65px 0px;
}
.testimonial_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 75px 0px 75px 0px;
  background-color: #ebebeb;
}
.testimonial_single {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.testimonial_single p {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: 29px;
  color: #292a2b;
}
.testimonial_single h3 {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 26px;
  color: #0067b2;
}
.testimonial_single h4 {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 29px;
  color: #292a2b;
}

/*======================================= selectbox 9 ================================*/

.select_block9 .chosen-container {
  width: 100% !important;
  margin-bottom: 12px;
}
.select_block9 .chosen-container-single .chosen-single div b {
  background: url(/images/select_arrow.png) no-repeat center center !important;
  width: 30px;
  height: 30px;
}
.select_block9 .chosen-container-single .chosen-single div {
  width: 30px;
  height: 48px;
}
.select_block9 .chosen-container-single .chosen-single {
  height: 48px;
  border: 1px solid #d9d9d9;
  background: #fff;
  line-height: 48px;
  text-align: left;
  font-family: "GeogtqRg";
  font-size: 16px;
  color: #8f8f8f;
  padding: 0 0 0 13px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  width: 100%;
  font-weight: 400;
  box-shadow: none;
}
.select_block9 .chosen-container-single .chosen-single::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.select_block9 .chosen-container .chosen-results li.highlighted {
  background-color: #e0040c;
  background-image: none;
}

.select_block9 .chosen-container .chosen-results li {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
}
.select_block9 .chosen-container .chosen-drop {
  width: 100%;
}

.select_block9 .chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 7px;
}

.select_block9 .chosen-container .chosen-results {
  color: #444;
  padding-left: 0px;
}

.select_block9 .chosen-container-single .chosen-drop {
  margin-top: 1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  background-color: #eeeeee;
}
.select_block9 .chosen-container .chosen-results li {
  text-transform: uppercase;
  font-family: "GeogtqRg";
  font-size: 12px;
  line-height: 20px;
  background-color: #f5f5f5;
}
.select_block9 .chosen-container .chosen-results {
  margin: 0 0px 4px 0;
  background-color: #eeeeee;
}

.submit_btn {
  width: 105px;
  height: 63px;
  color: #fff;
  padding: 0px;
  display: block;
  background-color: #eb2226;
  border-radius: 0px;
  overflow: hidden;
  border: none;
  text-align: center;
  line-height: 63px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 20px 0px;
}
.submit_btn:hover {
  color: #fff;
  background-color: #000;
}
.form_single p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #626262;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.form_single label span {
  color: #f00;
  padding-left: 8px;
}
.form_single p span {
  color: #f00;
  padding-right: 8px;
}
.video_section {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  padding: 90px 0 80px 0;
}
.map {
  width: 100%;
  display: block;
  float: left;
}
.map img {
  width: 100%;
}
.video_section img {
  width: 100%;
  height: auto;
}
.table_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.table-bordered {
  border-color: #e9e9e9;
}
th {
  border-bottom: none !important;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.content-inner .elementor .table-bordered > thead > tr > td,
.content-inner .elementor .table-bordered > thead > tr > th {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 11px 11px;
  background: #000000;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}
.table-bordered > tbody > tr > td,
.content-inner .elementor .table-bordered > tbody > tr > td {
  font-size: 10px;
  color: #8f8f8f;
  line-height: 20px;
  padding: 11px 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.table-striped > tbody > tr:nth-of-type(2n + 2) {
  background: #f4f4f4;
}

.contact_info_block_sc .submit_btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e0040c;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px) {
  .logo {
    width: 126px;
    margin: 0px 0px 0px 0px;
    display: block;
  }

  .navbar-toggle {
    margin-right: 0px;
  }

  .header_top {
    padding: 5px 0px 12px 0px;
  }
  .hdr_top_info ul li {
    border-left: none;
  }
  .hdr_top_info ul li:last-child {
    border-right: none;
  }

  ul.hdr_top_lg li.login a {
    padding: 0px 10px 0px 35px;
  }
  ul.hdr_top_lg li.login a {
    background: url(/images/login_user.png) no-repeat left 7px center;
    text-align: center;
  }
  .hdr_top_info ul li {
    padding: 0px 8px 0px 8px;
  }
  .hdr_top_info ul li a {
    padding: 0px 0px 0px 25px;
  }

  .header_top .col-xs-9 {
    width: 100% !important;
  }
  .header_top .col-xs-3 {
    width: 100% !important;
  }
  ul.hdr_top_lg li.login {
    width: 100%;
  }
  ul.hdr_top_lg li.login a {
    display: block;
  }
  .hdr_top_info.pull-right {
    width: 100%;
  }

  .navbar-toggle {
    margin-top: 0px !important;
  }

  .banner_block h2 {
    font-size: 24px;
  }

  .section_1 h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .section_1 h2 a {
    display: block;
    margin: 10px 0px 0px 0px;
    width: 100%;
  }

  .section_tittle_block h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .view_btn_sl {
    right: 0px;
    top: 5px;
    line-height: 30px;
    width: 85px;
  }

  .info_sc {
    padding: 0px 0px 15px 0px;
  }

  ul.chek_group_1 li {
    width: 50%;
  }
  .chek_group_1 label {
    font-size: 16px;
  }

  .product_single_col {
    width: 100%;
  }

  /*===== table rexponsive start ====*/
  .table-responsive.cart-table .product-thumb {
    width: 25% !important;
  }
  .table-responsive.cart-table .product-right {
    width: 75% !important;
  }
  .sale-price {
    padding-left: 25% !important;
  }
  .table-responsive.cart-table .total-price {
    text-align: left;
    padding-left: 25% !important;
  }

  /*===== table rexponsive end ====*/

  .about_info_cn_1 {
    padding: 20px 15px 20px 15px !important;
  }
  .section_tittle_block h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .login_container {
    padding: 40px 20px 40px 20px !important;
  }

  .subpage_tittle h1 {
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .header_top {
    padding: 5px 0px 12px 0px;
  }
  .hdr_top_info ul li {
    border-left: none;
  }
  .hdr_top_info ul li:last-child {
    border-right: none;
  }

  .hdr_top_info {
    width: 100%;
  }
  .hdr_top_info ul {
    width: 100%;
    text-align: center;
  }

  .hdr_top_info ul li {
    float: none;
    display: inline-block;
    text-align: center;
  }
  ul.hdr_top_lg li.login a {
    padding: 0px 10px 0px 35px;
  }
  ul.hdr_top_lg li.login a {
    background: url(/images/login_user.png) no-repeat left 7px center;
    text-align: center;
  }
  .hdr_top_info ul li {
    padding: 0px 8px 0px 8px;
  }
  .hdr_top_info ul li a {
    padding: 0px 0px 0px 25px;
  }

  .header_top .col-xs-9 {
    width: 100% !important;
  }
  .header_top .col-xs-3 {
    width: 100% !important;
  }
  ul.hdr_top_lg li.login {
    width: 100%;
  }
  ul.hdr_top_lg li.login a {
    display: block;
  }
  .hdr_top_info.pull-right {
    width: 100%;
  }

  .banner_block h2 {
    font-size: 28px;
  }
  .section_1 h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .section_1 h2 a {
    display: block;
    margin: 10px 0px 0px 0px;
    width: 100%;
  }

  .info_sc {
    padding: 0px 0px 15px 0px;
  }

  ul.chek_group_1 li {
    width: 50%;
  }
  .chek_group_1 label {
    font-size: 16px;
  }

  .product_single_col {
    width: 50%;
  }

  /*===== table rexponsive start ====*/
  .table-responsive.cart-table .product-thumb {
    width: 25% !important;
  }
  .table-responsive.cart-table .product-right {
    width: 75% !important;
  }
  .sale-price {
    padding-left: 25% !important;
  }
  .table-responsive.cart-table .total-price {
    text-align: left;
    padding-left: 25% !important;
  }

  /*===== table rexponsive end ====*/

  .about_info_cn_1 {
    padding: 30px 20px 30px 20px !important;
  }
  .section_tittle_block h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .subpage_tittle h1 {
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .slider_pg {
    bottom: 20px;
  }
  ul.hdr_top_lg li.login a {
    font-size: 11px;
  }

  .info_sc {
    padding: 0px 0px 15px 0px;
  }

  ul.chek_group_1 li {
    width: 33.3333%;
  }
  .chek_group_1 label {
    font-size: 16px;
  }

  .product_single_col {
    width: 33.3333%;
  }

  .section_tittle_block h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .subpage_tittle h1 {
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .logo img {
    max-width: 100%;
    max-height: 55px;
  }

  .contact_form {
    padding-right: 0px;
  }
  .header .navbar-nav {
    margin-top: 0px;
  }
  .navbar-collapse {
    text-align: left;
  }

  .navbar-toggle {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .navbar-nav {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .navbar-right {
    margin: 0px 0 0;
  }
  .navbar-default .navbar-nav > li {
    float: left;
    display: block;
    margin-left: 0px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 5px 5px 5px;
  }
  .dropdown-menu {
    padding: 12px 0px 0px 0px;
  }
  .navbar-default .navbar-nav > li > a {
  }
  .dropdown-menu {
    top: 100%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    line-height: 45px;
  }
  .navbar-default .navbar-toggle {
    border-color: #e0040c;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #e0040c;
  }

  .header .navbar-nav {
    margin-left: 0px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f3633d;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .ftr_common {
    margin: 0px 0px 25px 0px;
  }
  .ftr_common h3 {
    text-align: center;
  }
  .ftr_common ul li {
    text-align: center;
  }
  .ftr_common p {
    text-align: center;
  }
  .ftr_common h4 {
    text-align: center;
  }
  .ftr_cp p {
    text-align: center;
  }
  .ftr_social_block ul {
    text-align: center;
  }

  .ftr_common .ftr_social_block ul li {
    float: none;
  }

  /*===== table rexponsive start ====*/

  .table-responsive.cart-table thead {
    display: none;
  }
  .table-responsive.cart-table tr {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0px;
    margin-bottom: 10px;
    position: relative;
  }
  .table-responsive.cart-table td {
    padding: 0px;
    float: left;
    width: 100%;
    border: none;
    white-space: normal !important;
  }
  .table-responsive.cart-table .product-thumb {
    width: 18%;
    display: block;
    padding: 0;
    float: left;
    padding-right: 20px;
  }
  .table-responsive.cart-table .product-right {
    width: 82%;
    float: left;
    padding-left: 0;
  }
  .sale-price {
    padding-left: 18%;
  }

  .product_table_sc {
    border: none;
  }
  .table-responsive.cart-table .total-price {
    text-align: left;
    padding-left: 18%;
  }

  /*===== table rexponsive end ====*/

  .order-top .amount {
    text-align: left;
    padding-top: 15px;
  }

  .order-top .amount h1 {
    text-align: left;
  }

  .custom_half_col {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .pht_sc::before {
    display: none;
  }
  .about_info_cn_1 {
    padding: 40px 40px 40px 40px;
  }

  .about_gap_1 .about_info_cn_1 {
    padding: 30px 0px 40px 0px;
  }
  .section_tittle_block p {
    font-size: 16px;
    line-height: 24px;
  }

  .single_step_block {
    margin: 0px 0px 30px 0px;
    padding: 0px 15px 0px 15px;
  }

  .login_container {
    padding: 40px 50px 40px 50px;
  }

  .rt_gap_cn {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li {
    margin: 0px 8px 0px 8px;
    padding: 0px 0px 0px 0px;
  }

  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 20px;
  }

  .info_sc {
    padding: 0px 0px 15px 0px;
  }
  .info_sc h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .info_sc p {
    font-size: 15px;
    line-height: 24px;
  }

  .ftr_common .ftr_social_block ul li {
    margin: 0px 2px 0px 0px;
  }
  .ftr_common ul li {
    font-size: 14px;
    line-height: 30px;
  }

  ul.chek_group_1 li {
    width: 33.3333%;
  }

  .product_single_col {
    width: 33.3333%;
  }

  .about_info_cn_1 {
    padding: 20px 15px 0px 15px;
  }
  .about_info_cn_1 h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 8px 0px;
  }
  .about_info_cn_1 p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
  }

  .about_gap_1 .about_info_cn_1 {
    padding: 20px 15px 0px 0px;
  }

  .section_tittle_block h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .section_tittle_block p {
    font-size: 16px;
    line-height: 24px;
  }
  .info_sc h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .single_step_block .info_sc h3 {
    font-size: 16px;
  }

  .rt_gap_cn {
    padding-left: 10px;
  }

  .subpage_tittle h1 {
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .info_sc {
    padding: 0px 0px 15px 0px;
  }
  .info_sc h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .info_sc p {
    font-size: 16px;
    line-height: 24px;
  }

  .ftr_common .ftr_social_block ul li {
    margin: 0px 2px 0px 0px;
  }

  ul.chek_group_1 li {
    width: 20%;
  }

  .product_single_col {
    width: 25%;
  }

  .about_info_cn_1 {
    padding: 35px 15px 0px 15px;
  }
  .about_info_cn_1 h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0px 15px 0px;
  }
  .about_info_cn_1 p {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
  }

  .about_gap_1 .about_info_cn_1 {
    padding: 35px 30px 0px 0px;
  }
  .section_tittle_block h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .section_tittle_block p {
    font-size: 18px;
    line-height: 24px;
  }
  .info_sc h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .single_step_block .info_sc h3 {
    font-size: 18px;
  }

  .rt_gap_cn {
    padding-left: 15px;
  }

  .subpage_tittle h1 {
    font-size: 24px;
    line-height: normal;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1469px) {
  .container {
    width: 1170px;
  }

  .info_sc {
    padding: 0px 0px 20px 0px;
  }

  .chek_group_1 label {
    font-size: 16px;
  }

  .about_info_cn_1 {
    padding: 35px 30px 0px 35px;
  }
  .about_info_cn_1 h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 15px 0px;
  }
  .about_info_cn_1 p {
    font-size: 20px;
    line-height: 32px;
    margin: 0px 0px 15px 0px;
  }

  .about_gap_1 .about_info_cn_1 {
    padding: 35px 60px 0px 0px;
  }

  .section_tittle_block h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .section_tittle_block p {
    font-size: 18px;
    line-height: 24px;
  }
  .info_sc h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .subpage_tittle h1 {
    font-size: 30px;
    line-height: normal;
  }
}

@media only screen and (min-width: 1470px) and (max-width: 1539px) {
  .container {
    width: 1270px;
  }

  .about_info_cn_1 {
    padding: 70px 60px 0px 70px;
  }
  .about_info_cn_1 h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 15px 0px;
  }
  .about_info_cn_1 p {
    font-size: 20px;
    line-height: 32px;
    margin: 0px 0px 15px 0px;
  }

  .about_gap_1 .about_info_cn_1 {
    padding: 70px 60px 0px 0px;
  }
  .section_tittle_block h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .section_tittle_block p {
    font-size: 18px;
    line-height: 24px;
  }

  .info_sc h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .subpage_tittle h1 {
    font-size: 34px;
    line-height: normal;
  }
}

#banner-carousel .carousel-inner .item a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  /*background-color:rgba(0,0,0,.20);*/
}

#banner-carousel .carousel-inner .item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: none;
  /*background-color:rgba(0,0,0,.20);*/
}

#banner-carousel .carousel-inner .item a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.logout-button {
  background-color: #e0040c;
  padding: 0px 0px 0px 0px !important;
}

.logout-button a {
  color: #fff !important;
  padding: 0px 15px 0px 15px !important;
}

@media only screen and (max-width: 479px) {
  ul.hdr_top_lg li.login {
    width: 60%;
  }

  .logout-button {
    width: 40%;
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  ul.hdr_top_lg li.login {
    width: 50%;
  }

  .logout-button {
    width: 40%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ul.hdr_top_lg li.login {
    margin-left: -10px;
  }
}

.is-invalid {
  color: red;
}
.invalid_input {
  border: 2px solid red !important;
}

span.st_draft {
  color: #e87209;
}
span.st_confirmed {
  color: #18a30d;
}
span.st_partial_paid {
  color: #5ab2e1;
}
span.st_paid {
  color: #563ee9;
}

.disabled.select_block9 .chosen-container {
  pointer-events: none;
}
.disabled.form-group .chosen-container-single .chosen-single div b {
  opacity: 0.5;
}
.day.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.day:not(.disabled) {
  cursor: pointer;
}
.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #e0040c;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 9999;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.select_block9 .chosen-container {
  margin-bottom: 0 !important;
}
.new-vehicle {
  float: right;
  background: url(/images/car-side-hover.png) no-repeat left center;
  padding-left: 20px;
}