@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*section padding*/
/*common*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none !important;
  box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*section padding*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none !important;
  box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #0A2E1E;
  height: 3px;
  width: 30px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .crossLine .line {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .crossLine .line {
    background: #0A2E1E;
  }
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine .line {
    width: 25px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*body{
    &.overflowhidden{
        .crossLine{position: absolute;
            z-index: 9999;
            top: 2px;
            right: -36px;}
    }
}*/
/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.mainHeader {
  position: relative;
  z-index: 1111;
  width: 100%;
  padding: 20px 0px;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  position: relative;
  padding: 0px 0;
}
.mainHeader header .logo {
  position: relative;
  max-width: 214px;
  min-width: 214px;
}
.mainHeader header .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s ease-in-out all;
}
.mainHeader header .navbarLink ul li:last-child, .mainHeader header .navbarLink ul li.lastli {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li.mobileShow {
  display: none;
}
.mainHeader header .navbarLink ul li.mobileShow i {
  margin-right: 10px; /*color: #048BC6; font-size: 16px;*/
}
.mainHeader header .navbarLink ul li.mobileShow a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 14px;
  justify-content: center;
}
.mainHeader header .navbarLink ul li.mobileShow a:hover {
  color: #17C6F1;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.mobileShow {
    display: block;
  }
}
.mainHeader header .navbarLink ul li a {
  position: relative;
}
.mainHeader header .navbarLink ul li:hover a::before, .mainHeader header .navbarLink ul li.active a::before {
  opacity: 1;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 6px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-menu li.active {
  background: transparent;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-menu li.active .dropdown-item {
  color: #17c6f1 !important;
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    padding: 3px 0px 2px 0px;
    margin-right: 22px;
  }
  .mainHeader header .navbarLink ul li.lastli {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 0px 0px;
    margin-right: 0px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 16px; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 19px;
    padding: 5px 5px 5px 5px;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #17C6F1;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: transparent;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #B9DAE7;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 10px 7px;
  margin: 0;
  min-width: 200px;
  border: 0;
  border-radius: 0px !important;
  transform: inherit !important;
  top: 100% !important;
  overflow: inherit !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.categoryDrop {
  min-width: 310px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.categoryDrop .mega_nav {
  padding: 0px 5px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu.categoryDrop {
    margin-top: 0 !important;
    min-width: 100%;
    right: 0% !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu.service_dropdown {
  display: flex;
  flex-wrap: wrap;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.service_dropdown li {
  flex: 0 0 50%;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.service_dropdown li .serviceList {
  display: flex;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.service_dropdown li .serviceList li {
  flex: 0 0 100%;
}
.mainHeader header .navbarLink ul li > .dropdown-menu::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  content: " ";
  position: absolute;
  height: 0;
  left: 40px;
  width: 0;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu::after {
    top: -9px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu.dropdownMenu {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu.dropdownMenu {
    display: block;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  padding: 0px;
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 5px;
  font-size: 16px;
  text-transform: capitalize;
  white-space: normal;
  font-weight: 500;
  display: block;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover {
  color: #17C6F1 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active {
  background: #DEC095;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active {
    background: #9abfcd;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 0px 0px;
    background: none;
    border-top: rgba(255, 255, 255, 0.5) solid 0px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 0px;
    min-width: 100%;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #000;
    text-align: center;
    padding: 8px 5px 5px 5px;
    border: none;
    border-color: #000;
    font-size: 15px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul.set_gap {
    padding-left: 15px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li {
    width: 30%;
    padding-right: 15px;
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:last-child {
    padding-right: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a {
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none {
    padding-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul {
    flex-direction: column;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li {
    width: 100%;
    padding-bottom: 21px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box {
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div {
    padding-bottom: 8px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a {
    color: #000;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a {
    color: #17C6F1;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    max-width: 500px;
  }
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: #0A2E1E;
    margin: 10px 0;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu li {
    border-bottom: none !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu li a {
    color: #fff;
    transition: 0.4s ease-in-out all;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu li:hover a {
    color: #17C6F1;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu::after {
    border-bottom: 10px solid #0A2E1E;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px 5px 5px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #0A2E1E;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 12%;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #0A2E1E;
    color: #fff;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink {
    padding-top: 16%;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .mainHeader header .navbarLink {
    padding-top: 20%;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 15px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
.mainHeader header .social_link {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainHeader header .social_link .conact_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 0px;
}
.mainHeader header .social_link .conact_top span {
  margin-left: 20px;
  font-size: 17px;
}
.mainHeader header .social_link .conact_top span i {
  margin-right: 10px; /*color: #048BC6; font-size: 16px;*/
}
.mainHeader header .social_link .conact_top span a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 14px;
}
.mainHeader header .social_link .conact_top span a:hover {
  color: #17C6F1;
}
.mainHeader header .social_link .conact_top span.callTop {
  display: flex;
  color: #fff;
}
@media (max-width: 1366px) {
  .mainHeader header .social_link .conact_top span {
    font-size: 15px;
  }
}
.mainHeader header .social_link ul {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader header .navBlock {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .logo {
    max-width: 161px;
    min-width: 170px;
  }
}
@media (max-width: 991px) {
  .mainHeader {
    padding: 0px;
  }
  .mainHeader .header_right .social_link {
    margin-bottom: 10px;
  }
  .mainHeader .header_right .social_link .conact_top {
    margin-right: 0px;
  }
  .mainHeader .header_right .social_link .conact_top .tabNone {
    display: none;
  }
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    max-width: 135px;
    min-width: 135px;
  }
  .mainHeader header .logo a {
    height: 115px;
    padding: 5px 7px;
  }
}
@media (max-width: 767px) {
  .mainHeader {
    position: relative;
    background-color: #F1F1F1;
  }
  .mainHeader header {
    min-height: 50px;
    position: relative;
    z-index: 2;
  }
  .mainHeader header .logo {
    max-width: 125px;
    min-width: 125px;
  }
  .mainHeader header .logo a {
    height: 112px;
    padding: 5px 7px;
  }
  .mainHeader header .header_right .social_link {
    display: none;
  }
}
@media (max-width: 575px) {
  .mainHeader header {
    padding: 10px 0px;
  }
  .mainHeader header .logo {
    max-width: 160px;
    min-width: 142px;
  }
  .mainHeader header .logo a {
    height: 80px;
  }
}

/* ------- Header Area End ------- */
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  overflow-x: hidden;
}

p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 26px;
}
p.fnt20 {
  font-size: 20px;
}

@media (min-width: 1470px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 1470px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1470px;
  }
}
@media (min-width: 1200px) and (max-width: 1468px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 93%;
  }
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.sectionPadding {
  padding: 90px 0px;
}
.sectionPadding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.form-control:focus {
  box-shadow: none;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #0A2E1E;
  color: #fff;
}

ul.bullet {
  list-style: none;
  margin-bottom: 20px;
}
ul.bullet li {
  padding-left: 20px;
}
ul.bullet li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #86C8E2;
}

h1, h2, h3, h5 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

.hd-h1 {
  font-size: calc(1.325rem + 1.8vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .hd-h1 h2, .hd-h1 .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  .hd-h1 {
    font-size: 36px;
    line-height: 35px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .hd-h1 {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 480px) {
  .hd-h1 {
    font-size: 26px;
  }
}

.hd2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  color: #0A2E1E;
  position: relative;
  padding-bottom: 30px;
}
.hd2 span {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  display: block;
  padding-bottom: 5px;
}
.hd2.colorblack {
  color: #000;
}
@media (min-width: 1470px) {
  .hd2 {
    font-size: 44px;
    line-height: 1.2em;
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .hd2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hd2 {
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .hd2 {
    font-size: 24px;
  }
}
.hd2.serviceText {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .hd2.serviceText {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hd2.serviceText {
    padding-bottom: 0;
  }
}

h3, .hd3 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 24px;
  line-height: 40px;
  color: #0A2E1E;
}
h3.colorblack, .hd3.colorblack {
  color: #000;
}
h3.fnt300, .hd3.fnt300 {
  font-weight: 300;
}
h3.fnt500, .hd3.fnt500 {
  font-weight: 500;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  h3, .hd3 {
    font-size: 35px;
    line-height: 45px;
  }
}

.hd5 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0px;
  line-height: 1.1;
  color: #0A2E1E;
}
@media (min-width: 1470px) {
  .hd5 {
    font-size: 20px;
  }
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 76px;
  font-weight: 100;
  padding-bottom: 0px;
  line-height: 72px;
  text-align: left;
}

.social_link {
  margin: 13px 0px 0px 0px;
}
.social_link ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  transition: all 0.2s ease-in-out;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.social_link ul li.facebook a:hover {
  background-color: #475993;
}
.social_link ul li.twitter a:hover {
  background-color: #55ACEE;
}
.social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.social_link ul li.googleplus a:hover {
  background-color: #DC4E41;
}
.social_link ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.social_link ul li.inquire_now a {
  background-color: #000;
}
.social_link ul {
  margin-top: 0px;
}
.social_link ul li {
  font-size: 14px;
  padding-right: 10px;
}
.social_link ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: #fff solid 0px;
  border-radius: 100%;
}

#loaderbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loaderbox .loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #0A2E1E; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ------- Header Area Strat ------- */
.hader_and_banner_section {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
  /*.comman_body{position: absolute; top: 0px;
      svg{width: 100%;}
      &.bodyimgright{right: 0px; z-index: 2; width: 100%; max-width: 60%;}
      &.bodyimgleft{left: 0px; z-index: 1; width: 100%; max-width: 40%;}
  }*/
}
.hader_and_banner_section::before {
  content: "";
  position: absolute;
  top: -3%;
  right: 0;
  z-index: 2;
  width: 74%;
  height: 670px;
  background: url(../images/bg_img_green.svg) no-repeat left top;
  background-size: 100%;
}
.hader_and_banner_section::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 0px;
  z-index: 1;
  width: 40%;
  height: 100%;
  background: url(../images/bg_img_gray.svg) no-repeat left top;
  background-size: 100%;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hader_and_banner_section::after {
    width: 32%;
  }
}
@media (max-width: 1650px) {
  .hader_and_banner_section::before {
    width: 81%;
    margin-right: -5%;
  }
}
@media (min-width: 1200px) and (max-width: 1468px) {
  .hader_and_banner_section::before {
    width: 87%;
  }
}
@media (max-width: 1199px) {
  .hader_and_banner_section::before {
    width: 82%;
    margin-right: -1%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hader_and_banner_section::before {
    width: 100%;
    margin-right: -13%;
  }
}
@media (max-width: 991px) {
  .hader_and_banner_section::before {
    width: 90%;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .hader_and_banner_section::before, .hader_and_banner_section::after {
    display: none;
  }
}

/* ------- Header Area End ------- */
/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
  z-index: 3;
  color: #000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  margin: 90px auto 50px auto;
  max-width: 1170px;
}
.banner_area .hm_banner .banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0px auto;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
  width: 70%;
  margin-right: -5%;
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0;
  width: 40%;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.banner_area .hm_banner .temp .container .bg_bule {
  overflow: hidden;
  max-width: 580px;
}
.banner_area .hm_banner .temp .btn_banner_area {
  display: inline-block;
  margin-top: 27px;
}
.banner_area .hm_banner .hd_h1 {
  font-family: "Poppins", sans-serif;
  font-size: 76px;
  font-weight: 100;
  padding-bottom: 0px;
  line-height: 72px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  color: #0A2E1E;
  text-transform: none;
  text-align: left;
}
.banner_area .hm_banner .hd_h1 span {
  font-weight: normal; /*font-size: 25px; line-height: 32px; */
}
.banner_area .hm_banner p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.banner_area .hm_banner .slick-list {
  overflow: visible;
}
.banner_area .hm_banner .slick-slide { /*transition: all ease-in-out .3s; opacity: 1; position:relative;*/ }
.banner_area .hm_banner .slick-slide .temp .bg_bule {
  transition: all ease-in-out 0.8s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .bg_bule {
  transition: all ease-in-out 0.8s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .banner_box .bg_bule .bannerText {
  margin: 15px 0;
}
.banner_area .slider .slick-arrow {
  border: #fff solid 1px;
  border-radius: 100%;
  font-size: 0px;
  height: 48px;
  width: 48px;
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
  right: 55px;
}
.banner_area .slider .slick-arrow:hover {
  border-color: #fff;
}
.banner_area .slider .slick-arrow::before {
  display: none;
}
.banner_area .slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left.png) center center no-repeat;
  bottom: 80px;
}
.banner_area .slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left.png);
  background-color: #cb964a;
}
.banner_area .slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right.png) center center no-repeat;
  bottom: 140px;
}
.banner_area .slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right.png);
  background-color: #cb964a;
}
@media (max-width: 1024px) {
  .banner_area .slider .slick-arrow {
    right: 43px;
  }
}
@media (max-width: 991px) {
  .banner_area .slider .slick-arrow {
    height: 36px;
    width: 36px;
    right: 10px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    bottom: 29px;
  }
}
@media (max-width: 767px) {
  .banner_area .slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .banner_area .slider .slick-arrow {
    height: 25px;
    width: 25px;
    border-radius: 5px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 7px;
  }
  .banner_area .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.banner_area .slick-dots {
  bottom: 0;
  margin: 0px;
  width: 259%;
  text-align: center;
  position: relative;
}
.banner_area .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0px 3px;
  position: relative;
}
.banner_area .slick-dots li button {
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #747474;
  padding: 0px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  bottom: -2px;
  top: auto;
  background-color: #fff;
  border: 1px solid #999;
}
.banner_area .slick-dots li button:before {
  display: none;
}
.banner_area .slick-dots li.slick-active button {
  background-color: #17C6F1;
  color: #fff;
  border-color: #17C6F1;
}
.banner_area .inner_banner {
  position: relative;
  margin: 0px 0px 0px 0px;
}
.banner_area .inner_banner .banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0px auto;
}
.banner_area .inner_banner h1 {
  padding: 0px;
  line-height: normal;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
  width: 57%;
}
.banner_area .inner_banner .banner_img img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_text {
  width: 42%;
}
.banner_area .inner_banner .banner_text h1 ,.banner_area .inner_banner .banner_text h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 400;
  color: #0A2E1E;
  text-transform: capitalize;
  text-align: left;
}
@media (min-width: 1470px) {
  .banner_area .hm_banner {
    max-width: 1470px;
  }
  .banner_area .hm_banner .temp {
    top: 10%;
  }
}
@media (min-width: 1400px) {
  .banner_area .hm_banner {
    margin-bottom: 30px;
  }
}
@media (max-width: 1650px) {
  .banner_area .hm_banner .banner_img {
    margin-right: 0px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 548px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1468px) {
  .banner_area .hm_banner {
    max-width: 93%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (max-width: 1500px) {
  .banner_area .slick-dots {
    width: 247%;
    bottom: -51px;
  }
}
@media (max-width: 1410px) {
  .banner_area .slick-dots {
    bottom: -37px;
  }
}
@media (max-width: 1366px) {
  .banner_area .hm_banner {
    margin: 100px auto 60px auto;
    max-width: 93%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .banner_area .hm_banner .banner_img {
    width: 68%;
  }
  .banner_area .hm_banner .temp {
    width: 45%;
    top: 15%;
  }
  .banner_area .hm_banner .temp .btn_banner_area {
    margin-top: 15px;
  }
  .banner_area .slick-dots {
    width: 219%;
    bottom: -80px;
  }
  .banner_area .inner_banner .banner_text h1 , .banner_area .inner_banner .banner_text h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .banner_area .hm_banner .banner_box {
    min-height: 460px;
  }
  .banner_area .slick-dots {
    width: 221%;
    bottom: 30px;
  }
  .banner_area .inner_banner .banner_text h1 , .banner_area .inner_banner .banner_text h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner {
    margin: 50px auto;
  }
}
@media (max-width: 991px) {
  .banner_area {
    top: 0px;
  }
  .banner_area .hm_banner {
    max-width: 720px;
    margin: 20px auto;
  }
  .banner_area .hm_banner .banner_box {
    min-height: 334px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 25px;
    line-height: 29px;
  }
  .banner_area .hm_banner p {
    font-size: 15px;
    line-height: 22px;
  }
  .banner_area .hm_banner .banner_img {
    width: 65%;
  }
  .banner_area .hm_banner .temp {
    top: 6%;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 495px;
  }
  .banner_area.inner_banner_section {
    padding-top: 0px;
  }
  .banner_area .inner_banner {
    margin: 10px 0px;
  }
  .banner_area .inner_banner .banner_text h1 , .banner_area .inner_banner .banner_text h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .banner_area {
    padding: 0px;
  }
  .banner_area .hm_banner {
    max-width: 540px;
    margin: 30px auto;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 23px;
    line-height: 28px;
  }
  .banner_area .hm_banner p {
    font-size: 15px;
    line-height: 24px;
  }
  .banner_area .hm_banner .banner_box {
    flex-wrap: wrap;
  }
  .banner_area .hm_banner .banner_img {
    width: 100%;
    margin-right: -7%;
  }
  .banner_area .hm_banner .banner_img.set1_img {
    left: -10%;
  }
  .banner_area .hm_banner .temp {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -10px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    display: inline-block;
    max-width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
  }
  .banner_area .slick-dots {
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .banner_area .inner_banner .banner_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner_area .inner_banner .banner_box .banner_img, .banner_area .inner_banner .banner_box .banner_text {
    width: 100%;
    text-align: center;
  }
  .banner_area .inner_banner .banner_box .banner_text {
    padding-top: 10px;
  }
  .banner_area .inner_banner .banner_box .banner_text h1 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner {
    max-width: 100%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 21px;
    line-height: 26px;
  }
  .banner_area .hm_banner .banner_img {
    margin-right: 0px;
  }
  .banner_area .hm_banner .temp {
    width: 47%;
    top: 7%;
  }
  .banner_area .hm_banner .btn_comman {
    padding: 8px 15px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .banner_area .hm_banner .banner_box {
    flex-wrap: wrap;
  }
  .banner_area .hm_banner .banner_img {
    width: 100%;
  }
  .banner_area .hm_banner .banner_img.set1_img {
    left: -10%;
  }
  .banner_area .hm_banner .temp {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -10px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .banner_area .hm_banner p {
    font-size: 14px;
    line-height: 18px;
  }
  .banner_area .slick-dots li {
    width: 25px;
    height: 25px;
  }
  .banner_area .slick-dots li button {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .banner_area .inner_banner .banner_text h1 , .banner_area .inner_banner .banner_text h2 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .banner_area .inner_banner .banner_text h1 , .banner_area .inner_banner .banner_text h2 {
    font-size: 28px;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.lineblock {
  display: inline-block;
}

.btn_comman {
  border: #86C8E2 solid 0px;
  padding: 25px 30px 25px 30px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.btn_comman span {
  position: relative;
  z-index: 2;
}
.btn_comman::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: "";
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.btn_comman:hover::before {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1366px) {
  .btn_comman {
    padding: 17px 20px;
  }
}
@media (max-width: 991px) {
  .btn_comman {
    padding: 12px 18px;
    font-size: 15px;
  }
}

.btn_icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.btn_icon::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/arrow_btn.svg) no-repeat center center;
  background-size: 25px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
.btn_icon:hover::after {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn_icon::after {
    margin-left: 10px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}

.btn-primary {
  background: #17C6F1;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #17C6F1;
}
.btn-primary:hover::before, .btn-primary:focus::before {
  background: #0A2E1E;
}

.btn-brd {
  background: none;
  color: #fff;
  border: #FFFFFF solid 1px;
}
.btn-brd:hover, .btn-brd:focus {
  color: #fff;
  border-color: #17C6F1;
}
.btn-brd:hover::before, .btn-brd:focus::before {
  background: #17C6F1;
}

.bg_green {
  background: #0A2E1E;
  color: #fff;
}
.bg_green .hd2 {
  color: #fff;
}

.bullet li {
  position: relative;
  padding: 0px 0px 10px 20px;
  font-size: 17px;
}
.bullet li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 7px;
  background: #86C8E2;
  border-radius: 100%;
}

.scrolling-text {
  white-space: nowrap;
  overflow: hidden;
  animation: marquee 28s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mp_contenier {
  min-height: 500px;
  margin-top: -7px;
}
@media (max-width: 1024px) {
  .mp_contenier {
    margin-top: 0px;
  }
}
.mp_contenier.contenier_topMargin {
  margin-top: 60px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .mp_contenier.contenier_topMargin {
    margin-top: 92px;
  }
}
@media (max-width: 767px) {
  .mp_contenier.contenier_topMargin {
    margin-top: 0;
  }
}

.section_padding {
  padding: 70px 0px;
}
.section_padding.paddingtopnone {
  padding-top: 0px;
}
.section_padding.paddingbottomnone {
  padding-bottom: 0px;
}
.section_padding.paddbtm30 {
  padding-bottom: 20px;
}
@media (min-width: 1470px) {
  .section_padding {
    padding: 100px 0px;
  }
}
@media (max-width: 991px) {
  .section_padding {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 30px 0px;
  }
}

.hd_two_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd_two_part .hd2 {
  padding-bottom: 0px;
}

.slick-slider {
  margin-bottom: 0px !important;
}

.comman_slider .slick-dots {
  bottom: -30px;
  font-size: 0px;
  right: auto;
  left: auto;
  height: 8px;
  width: calc(100% - 0px);
  text-align: center;
}
.comman_slider .slick-dots li {
  margin: 0px 4px;
  width: 8px;
  height: 8px;
}
.comman_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0px;
  background-color: #255568;
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active {
  width: 20px;
}
.comman_slider .slick-dots li.slick-active button {
  background: #86C8E2;
  width: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.bgGreen {
  background: #0A2E1E;
  color: #fff;
}

.hm_serach_area {
  padding: 45px 0px;
  position: relative;
  z-index: 111;
}
.hm_serach_area.search_area_margin {
  margin-top: 40px;
}
.hm_serach_area .home_form {
  border-radius: 10px;
  background: rgba(23, 198, 241, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.hm_serach_area .home_form.new ul {
  flex-wrap: wrap;
}
.hm_serach_area .home_form.new ul li {
  padding: 15px 0px;
  height: 78px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hm_serach_area .home_form.new ul li:nth-child(1), .hm_serach_area .home_form.new ul li:nth-child(2), .hm_serach_area .home_form.new ul li:nth-child(3), .hm_serach_area .home_form.new ul li:nth-child(4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.hm_serach_area .home_form.new ul li:nth-child(6) {
  width: 29%;
}
.hm_serach_area .home_form.new ul li:nth-child(4)::after {
  display: none;
}
.hm_serach_area .home_form.new ul li:last-child {
  text-align: right;
  align-items: flex-end;
}
.hm_serach_area .home_form.new ul li:last-child button {
  margin-right: 15px;
}
.hm_serach_area .home_form.new ul li::after {
  top: auto;
  bottom: auto;
}
.hm_serach_area .home_form.new ul li:last-child::after, .hm_serach_area .home_form.new ul li.brdnone::after {
  display: none;
}
.hm_serach_area .home_form.new ul li .btn_comman {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hm_serach_area .home_form.new ul li .form-group {
  width: 100%;
}
.hm_serach_area .home_form.new ul li .captcha_refresh {
  margin-right: 15px;
}
.hm_serach_area .home_form.new ul li .captcha_refresh .form-control {
  height: 43px;
}
.hm_serach_area .home_form.new ul li .form-group {
  position: relative;
}
.hm_serach_area .home_form.new ul li .form-group label.error, .hm_serach_area .home_form.new ul li .form-group #captchaerror {
  left: 15px;
  bottom: -20px;
}
@media (max-width: 991px) {
  .hm_serach_area .home_form.new ul li .form-group label.error, .hm_serach_area .home_form.new ul li .form-group #captchaerror {
    left: 2px;
    bottom: -18px;
  }
}
.hm_serach_area .home_form.new ul li .form-group #captchaerror {
  bottom: -17px;
}
@media (max-width: 991px) {
  .hm_serach_area .home_form.new ul li .form-group #captchaerror {
    bottom: -18px;
  }
}
@media (max-width: 1199px) {
  .hm_serach_area .home_form.new ul li:nth-child(6) {
    width: 40%;
  }
  .hm_serach_area .home_form.new ul li:last-child {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .hm_serach_area .home_form.new ul li {
    width: 49%;
    padding: 0px 0px 18px 0px;
    height: auto;
  }
  .hm_serach_area .home_form.new ul li:nth-child(1), .hm_serach_area .home_form.new ul li:nth-child(2), .hm_serach_area .home_form.new ul li:nth-child(3), .hm_serach_area .home_form.new ul li:nth-child(4) {
    border-bottom: 0px;
  }
  .hm_serach_area .home_form.new ul li:nth-child(6), .hm_serach_area .home_form.new ul li.requirement {
    width: 49%;
  }
  .hm_serach_area .home_form.new ul li:last-child {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .hm_serach_area .home_form.new ul li .captcha_refresh {
    margin-right: 0px;
  }
  .hm_serach_area .home_form.new ul li .captcha_refresh .form-control {
    height: auto;
  }
  .hm_serach_area .home_form.new ul li .roboto {
    height: auto;
  }
  .hm_serach_area .home_form.new ul li .roboto .pull-left {
    top: 1px;
    right: 1px;
    bottom: 1px;
  }
}
@media (max-width: 767px) {
  .hm_serach_area .home_form.new ul li:nth-child(6), .hm_serach_area .home_form.new ul li.requirement {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hm_serach_area .home_form.new ul li {
    width: 100%;
  }
  .hm_serach_area .home_form.new ul li .form-control {
    font-size: 0.82rem;
  }
}
.hm_serach_area .home_form ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hm_serach_area .home_form ul li {
  position: relative;
}
.hm_serach_area .home_form ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 2px;
  width: 1px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.hm_serach_area .home_form ul li .form-control {
  background: none;
  border: none;
  padding-left: 16px;
}
.hm_serach_area .home_form ul li .form-control::-moz-placeholder {
  color: rgb(207, 207, 207);
}
.hm_serach_area .home_form ul li .form-control::placeholder {
  color: rgb(207, 207, 207);
}
.hm_serach_area .home_form ul li input:-webkit-autofill {
  background: none !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.hm_serach_area .home_form ul li .btn {
  min-width: 221px;
}
.hm_serach_area .home_form ul li .roboto {
  position: relative;
  height: 42px;
}
.hm_serach_area .home_form ul li .roboto .pull-left {
  float: left;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  background: #0A2E1E;
  border-radius: 6px;
}
.hm_serach_area .home_form ul li .captcha_refresh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hm_serach_area .home_form ul li .captcha_refresh .roboto {
  width: calc(100% - 40px);
}
.hm_serach_area .home_form ul li .captcha_refresh .refreshBtn {
  border: none;
  background: none;
  width: 30px;
  margin-left: 10px;
  font-size: 30px;
  color: #17C6F1;
}
@media (max-width: 400px) {
  .hm_serach_area .home_form ul li .captcha_refresh .roboto {
    width: calc(100% - 25px);
  }
  .hm_serach_area .home_form ul li .captcha_refresh .refreshBtn {
    font-size: 20px;
    margin-left: 5px;
  }
}
.hm_serach_area .home_form .form-control {
  color: #fff;
}
.hm_serach_area .home_form .form-group {
  position: relative;
}
.hm_serach_area .home_form .form-group label.error, .hm_serach_area .home_form .form-group #captchaerror {
  color: red;
  position: absolute;
  left: 2px;
  bottom: -32px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .hm_serach_area .home_form .form-group label.error, .hm_serach_area .home_form .form-group #captchaerror {
    bottom: -18px;
  }
}
@media (min-width: 1400px) {
  .hm_serach_area .home_form ul li .btn {
    min-width: 228px;
  }
}
@media (max-width: 1199px) {
  .hm_serach_area .home_form ul li .btn {
    min-width: 228px;
  }
  .hm_serach_area .home_form ul li .form-control {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .hm_serach_area .home_form {
    background: none;
    border: none;
  }
  .hm_serach_area .home_form ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hm_serach_area .home_form ul li {
    width: 49%;
    padding-bottom: 18px;
  }
  .hm_serach_area .home_form ul li::after {
    display: none;
  }
  .hm_serach_area .home_form ul li .form-control {
    font-size: 1rem;
    background: rgba(23, 198, 241, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
    padding: 10px 15px;
  }
  .hm_serach_area .home_form ul li:last-child {
    padding-bottom: 0px;
  }
  .hm_serach_area .home_form ul li:last-child, .hm_serach_area .home_form ul li.requirement {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hm_serach_area .home_form ul li {
    width: 100%;
  }
}

/*============= Testimonials css Strat =============*/
.testimonials_section {
  background: #F1F1F1;
  position: relative;
}
.testimonials_section .container {
  width: 100%;
  max-width: 100%;
}
.testimonials_section .slick-list {
  position: relative;
  z-index: 2;
}
.testimonials_section .testimonials_area {
  margin-top: 20px;
}
.testimonials_section .testimonials_area .box_testimonials {
  position: relative;
  z-index: 2;
  margin: 0px 13px;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 30px;
}
.testimonials_section .testimonials_area .box_testimonials .person_img {
  width: 142px;
  margin-right: 50px;
  flex: 0 0 100%;
}
.testimonials_section .testimonials_area .box_testimonials .person_img div {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  filter: drop-shadow(0px 22px 18px rgba(0, 0, 0, 0.16));
  overflow: hidden;
}
.testimonials_section .testimonials_area .box_testimonials .person_img div img {
  transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_area .box_testimonials .person_detail {
  text-align: center;
  width: 100%;
  flex: 0 0 100%;
  margin-top: 30px;
}
.testimonials_section .testimonials_area .box_testimonials p {
  font-size: 20px;
  color: #0A2E1E;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
.testimonials_section .testimonials_area .box_testimonials .person_name {
  font-size: 20px;
  padding-top: 3px;
  color: #0A2E1E;
  text-align: left;
}
.testimonials_section .testimonials_area .box_testimonials:hover .person_img div img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.testimonials_section .slick-dots {
  bottom: 0px;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
.testimonials_section .slick-dots li {
  margin: 0px 3px;
  width: auto;
  height: auto;
}
.testimonials_section .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #fff;
  border: #ACACAC solid 2px;
  padding: 0px;
  border-radius: 100%;
}
.testimonials_section .slick-dots li button:before {
  display: none;
}
.testimonials_section .slick-dots li:hover button {
  background: #0A2E1E;
}
.testimonials_section .slick-dots li.slick-active {
  width: auto;
}
.testimonials_section .slick-dots li.slick-active button {
  background: #0A2E1E;
  width: 40px;
  border-color: #0A2E1E;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .testimonials_section .testimonials_area .box_testimonials .person_img {
    width: 142px;
    margin-right: 50px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img div {
    width: 110px;
    height: 110px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_detail {
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 25px;
    line-height: 35px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    font-size: 22px;
  }
}
@media (min-width: 1400px) and (max-width: 1680px) {
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 0px 80px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img {
    width: 110px;
    margin-right: 20px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img div {
    width: 90px;
    height: 90px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_detail {
    width: calc(100% - 110px);
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 0px 30px;
  }
}
@media (max-width: 1366px) {
  .testimonials_section .testimonials_area .box_testimonials {
    max-width: auto;
    padding: 0px 35px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img {
    width: 120px;
    margin-right: 30px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img div {
    width: 90px;
    height: 90px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_detail {
    width: calc(100% - 150px);
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .testimonials_section .testimonials_area::after {
    top: -7%;
  }
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 20px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 15px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .testimonials_section .testimonials_area {
    max-width: 100%;
  }
  .testimonials_section .testimonials_area::after {
    background-size: 35%;
    top: 0px;
    background-position: center center;
  }
  .testimonials_section .testimonials_area .box_testimonials {
    flex-direction: column;
    padding: 0 10px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img {
    max-width: 110px;
    margin: 0px auto 20px auto;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img div {
    width: 110px;
    height: 110px;
    filter: drop-shadow(0px 18px 12px rgba(0, 0, 0, 0.16));
  }
  .testimonials_section .testimonials_area .box_testimonials .person_detail {
    width: calc(100% - 0px);
    margin-top: 10px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    font-size: 16px;
    text-align: center;
  }
  .testimonials_section .testimonials_area .slick-dots {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .testimonials_section .slick-list {
    padding: 0 !important;
  }
  .testimonials_section .testimonials_area {
    margin-top: 0;
  }
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 0px 20px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_detail {
    margin-top: 15px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    text-align: center;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .testimonials_section .testimonials_area {
    margin-top: 0;
  }
  .testimonials_section .testimonials_area .box_testimonials {
    padding: 0px 0px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_img {
    margin-bottom: 15px;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_detail {
    margin-top: 15px;
  }
  .testimonials_section .testimonials_area .box_testimonials p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .testimonials_section .testimonials_area .box_testimonials .person_name {
    text-align: center;
  }
}

/*============= Testimonials css End =============*/
/*============= home about css Start =============*/
.hm_about_section {
  background: url(../images/bg_home.jpg) no-repeat center top;
  padding-bottom: 0px;
}
.hm_about_section .about_section {
  position: relative;
}
.hm_about_section .about_section .box_list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0px -15px;
}
.hm_about_section .about_section .box_list .boxDiv {
  padding: 0px 15px;
  width: calc(33.33% - 30px);
  margin-top: 60px;
  transition: all 0.3s ease-in-out;
}
.hm_about_section .about_section .box_list .boxDiv:nth-child(2) {
  margin-top: 0px;
}
.hm_about_section .about_section .box_list .boxDiv .bgcolor {
  padding: 60px 50px;
  border-radius: 10px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
  /* (plus shape's fill blended on top as a separate layer with 48% opacity) */
}
.hm_about_section .about_section .box_list .boxDiv i {
  display: block;
  margin-bottom: 20px;
}
.hm_about_section .about_section .box_list .boxDiv h3, .hm_about_section .about_section .box_list .boxDiv h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #0A2E1E;
  padding-bottom: 16px;
}
.hm_about_section .about_section .box_list .boxDiv p {
  font-size: 17px;
  line-height: 26px;
  color: #0A2E1E;
  padding: 0px;
  margin: 0px;
}
.hm_about_section .about_section .box_list .boxDiv:hover {
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}
.hm_about_section .about_section .box_list .boxDiv:hover:nth-child(2) {
  margin-top: -5px;
}
.hm_about_section .about_section .box_list .boxDiv:hover .bgcolor {
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}
.hm_about_section .about_section .imgBox {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -100px;
  margin-bottom: -35px;
}
@media (min-width: 1470px) {
  .hm_about_section .about_section .box_list {
    margin: 0px -20px;
  }
  .hm_about_section .about_section .box_list .boxDiv {
    padding: 0px 20px;
    margin-top: 50px;
    width: calc(33.33% - 40px);
  }
  .hm_about_section .about_section .box_list .boxDiv .bgcolor {
    padding: 70px 70px;
  }
  .hm_about_section .about_section .box_list .boxDiv i {
    margin-bottom: 30px;
  }
  .hm_about_section .about_section .box_list .boxDiv h3, .hm_about_section .about_section .box_list .boxDiv h4 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 14px;
  }
  .hm_about_section .about_section .box_list .boxDiv p {
    font-size: 23px;
    line-height: 28px;
  }
  .hm_about_section .about_section .imgBox {
    margin-top: -125px;
    margin-bottom: -25px;
  }
}
@media (max-width: 1366px) {
  .hm_about_section .about_section .box_list .imgBox {
    margin-top: -150px;
    margin-bottom: -25px;
  }
  .hm_about_section .about_section .imgBox div {
    max-width: 64%;
    margin: 0px auto;
  }
}
@media (max-width: 1199px) {
  .hm_about_section {
    background-size: cover;
  }
  .hm_about_section .about_section .box_list .boxDiv {
    width: 33.33%;
  }
  .hm_about_section .about_section .box_list .boxDiv .bgcolor {
    padding: 50px 30px;
  }
  .hm_about_section .about_section .box_list .boxDiv h3, .hm_about_section .about_section .box_list .boxDiv h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .hm_about_section .about_section .box_list .boxDiv p {
    font-size: 20px;
    line-height: 1.4;
  }
  .hm_about_section .about_section .imgBox {
    margin-top: -9%;
  }
}
@media (max-width: 991px) {
  .hm_about_section {
    background-size: cover;
  }
  .hm_about_section .about_section .box_list .boxDiv {
    padding: 0px 8px;
  }
  .hm_about_section .about_section .box_list .boxDiv i {
    max-width: 70px;
  }
  .hm_about_section .about_section .box_list .boxDiv .bgcolor {
    padding: 50px 17px;
  }
  .hm_about_section .about_section .box_list .boxDiv h3, .hm_about_section .about_section .box_list .boxDiv h4 {
    font-size: 22px;
  }
  .hm_about_section .about_section .box_list .boxDiv p {
    font-size: 17px;
  }
  .hm_about_section .about_section .imgBox {
    margin-top: -11%;
    margin-bottom: -1.5%;
  }
}
@media (max-width: 767px) {
  .hm_about_section .about_section .box_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px;
  }
  .hm_about_section .about_section .box_list .boxDiv {
    padding: 0px 0px;
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .hm_about_section .about_section .box_list .boxDiv i {
    max-width: 90px;
    margin-bottom: 18px;
  }
  .hm_about_section .about_section .box_list .boxDiv .bgcolor {
    padding: 20px;
  }
  .hm_about_section .about_section .box_list .boxDiv h3, .hm_about_section .about_section .box_list .boxDiv h4 {
    padding-bottom: 5px;
  }
  .hm_about_section .about_section .imgBox {
    margin: 10px 0px 0px 0px;
    overflow-x: hidden;
  }
  .hm_about_section .about_section .imgBox div {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .hm_about_section .about_section .box_list .boxDiv {
    margin: 0px 0px 15px 0px;
  }
  .hm_about_section .about_section .box_list .boxDiv i {
    max-width: 77px;
    margin-bottom: 15px;
  }
  .hm_about_section .about_section .box_list .boxDiv .bgcolor {
    padding: 20px 15px;
  }
  .hm_about_section .about_section .imgBox div {
    max-width: 100%;
    margin-left: -5%;
  }
}

/*============= home about css End =============*/
/*============= home product css Start =============*/
.hm_product_section {
  position: relative;
  padding-bottom: 0px;
}
.hm_product_section .max_width1920 {
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
}
.hm_product_section .text_last {
  position: relative;
  text-align: right;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 0.7;
  color: #fff;
  white-space: nowrap;
}
.hm_product_section .text_last marquee, .hm_product_section .text_last .scrolling-text {
  padding-top: 10px;
}
@media (max-width: 1366px) {
  .hm_product_section .text_last marquee, .hm_product_section .text_last .scrolling-text {
    padding-top: 2px;
  }
}
.hm_product_section .product_list {
  padding: 50px 0px 80px 0px;
  margin: 0px -15px;
}
.hm_product_section .product_list .boxProduct {
  position: relative;
  background: rgba(0, 0, 0, 0.0028);
  max-width: 458px;
  text-align: left;
  margin: 0px 15px 30px 15px;
  padding: 0px 15px 60px;
  min-height: 619px;
  color: #fff;
}
.hm_product_section .product_list .boxProduct::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 22%;
  background: #0A2E1E;
}
.hm_product_section .product_list .boxProduct.backGrey {
  padding-bottom: 80px;
  padding-top: 1%;
  margin-bottom: 0;
}
.hm_product_section .product_list .boxProduct.backGrey::before {
  background-color: #f1f1f1;
}
.hm_product_section .product_list .boxProduct.backGrey .content_section {
  padding: 10px 0px 0px 0px;
}
.hm_product_section .product_list .boxProduct.fixProduct {
  min-height: 420px;
  padding-bottom: 0px;
}
.hm_product_section .product_list .boxProduct.fixProduct::after {
  height: 70%;
}
.hm_product_section .product_list .boxProduct.fixProduct .imgbox div {
  min-height: 250px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_product_section .product_list .boxProduct.fixProduct {
    min-height: 610px !important;
  }
  .hm_product_section .product_list .boxProduct.fixProduct .imgbox div {
    min-height: 325px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct h3 {
    font-size: 32px !important;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .hm_product_section .product_list .boxProduct.fixProduct {
    min-height: 390px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct h3 {
    font-size: 22px;
    line-height: 32px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .boxProduct.fixProduct {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .hm_product_section .product_list .boxProduct.fixProduct {
    min-height: 310px;
    padding-bottom: 0px;
    max-width: 325px;
    margin: 0 auto 10px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct .imgbox div {
    min-height: 180px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct h3 {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hm_product_section .product_list .boxProduct.fixProduct {
    min-height: 350px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct .imgbox div {
    min-height: 230px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .hm_product_section .product_list .boxProduct.fixProduct {
    min-height: 300px !important;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct .imgbox div {
    min-height: 160px;
  }
  .hm_product_section .product_list .boxProduct.fixProduct .box_btn {
    bottom: -22px;
  }
}
.hm_product_section .product_list .boxProduct.fixProductBox {
  min-height: 530px;
  padding-bottom: 0px;
}
.hm_product_section .product_list .boxProduct.fixProductBox::after {
  height: 76%;
}
.hm_product_section .product_list .boxProduct.fixProductBox .imgbox div {
  min-height: 250px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_product_section .product_list .boxProduct.fixProductBox {
    min-height: 700px !important;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .imgbox div {
    min-height: 350px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox h3 {
    font-size: 35px !important;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .hm_product_section .product_list .boxProduct.fixProductBox {
    min-height: 495px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox h3 {
    font-size: 22px;
    line-height: 32px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .boxProduct.fixProductBox {
    min-height: 505px;
  }
}
@media (max-width: 767px) {
  .hm_product_section .product_list .boxProduct.fixProductBox {
    min-height: 430px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .imgbox {
    max-width: 250px;
    margin-bottom: -30px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .imgbox div {
    min-height: 225px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox h3 {
    max-width: 100%;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .hm_product_section .product_list .boxProduct.fixProductBox {
    min-height: 460px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .imgbox {
    max-width: 250px;
    margin-bottom: -30px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .imgbox div {
    min-height: 240px;
  }
}
@media (max-width: 450px) {
  .hm_product_section .product_list .boxProduct.fixProductBox {
    min-height: 410px !important;
    padding-bottom: 0px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .imgbox div {
    min-height: 180px;
  }
  .hm_product_section .product_list .boxProduct.fixProductBox .box_btn {
    bottom: -22px;
  }
}
.hm_product_section .product_list .boxProduct .imgbox {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0px auto;
  margin-bottom: 0px;
}
.hm_product_section .product_list .boxProduct .imgbox div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 258px;
}
.hm_product_section .product_list .boxProduct h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 15px;
}
.hm_product_section .product_list .boxProduct p {
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-weight: 400;
  color: #fff;
}
.hm_product_section .product_list .boxProduct p span {
  font-size: 14px;
  padding-right: 3px;
}
.hm_product_section .product_list .boxProduct p:last-child {
  padding-bottom: 0px;
}
.hm_product_section .product_list .boxProduct .box_btn {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -22px;
  width: 100%;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  margin: 0px auto;
  padding: 14px 15px;
  transition: all 0.3s ease-in-out;
  overflow-y: hidden;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon::before {
  background-color: #17C6F1;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon span {
  width: 0px;
  font-size: 0px;
  opacity: 0px;
  white-space: nowrap;
  position: relative;
  left: -20px;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon::after {
  margin-left: 0px;
  width: 20px;
  background: url(../images/arrow_more.svg) no-repeat center center;
  background-size: 20px;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon:hover {
  max-width: 180px;
  transition: all 0.3s ease-in-out;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon:hover span {
  width: auto;
  font-size: 15px;
  opacity: 1px;
  transition: all 0.3s ease-in-out;
  left: 0px;
}
.hm_product_section .product_list .boxProduct .box_btn .btn_icon:hover::after {
  margin-left: 20px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_product_section .product_list .boxProduct {
    min-height: 700px !important;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    max-width: 350px;
    margin-bottom: -30px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 345px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 34px !important;
  }
}
@media (min-width: 1470px) {
  .hm_product_section .product_list .boxProduct {
    padding-bottom: 50px;
    min-height: 624px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    max-width: 358px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 35px;
    padding-bottom: 24px;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 20px;
    padding: 0px 0px 17px 0px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 14px;
    padding-right: 3px;
  }
  .hm_product_section .product_list .boxProduct .box_btn {
    bottom: -30px;
  }
  .hm_product_section .product_list .boxProduct .box_btn .btn_icon {
    min-width: 70px;
    min-height: 66px;
    max-width: 70px;
    padding: 21px 15px;
  }
}
@media (max-width: 1199px) {
  .hm_product_section .product_list .boxProduct {
    min-height: 560px;
    padding-bottom: 50px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    margin-bottom: -25px;
    max-width: 205px !important;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 264px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 23px;
    line-height: 1.3;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .boxProduct {
    min-height: 575px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    margin-bottom: -15px;
    max-width: 228px !important;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 278px;
  }
  .hm_product_section .product_list .boxProduct.boxMargin {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hm_product_section .product_list .boxProduct {
    min-height: 500px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 auto !important;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    margin-bottom: 0 !important;
    max-width: 210px !important;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 210px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 11px;
  }
  .hm_product_section .product_list .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 575px) {
  .hm_product_section .product_list .boxProduct {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
    max-width: 451px;
    min-height: 500px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 170px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 21px;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 11px;
  }
  .hm_product_section .product_list .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 400px) {
  .hm_product_section .product_list .boxProduct {
    max-width: 300px;
    min-height: 470px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    max-width: 200px !important;
    margin-bottom: 0 !important;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 180px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 22px;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 16px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 13px;
  }
  .hm_product_section .product_list .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 330px) {
  .hm_product_section .product_list .boxProduct {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .boxProduct.boxAfter::before {
    border-radius: 10px;
    left: 0px;
    top: 13%;
    width: 100%;
    height: 17%;
    background: #0A2E1E;
  }
}
@media (max-width: 767px) {
  .hm_product_section .product_list .boxProduct.boxAfter::before {
    border-radius: 10px;
    left: 0px;
    top: 10%;
    width: 100%;
    height: 17%;
    background: #0A2E1E;
  }
}
@media (max-width: 450px) {
  .hm_product_section .product_list .boxProduct.boxAfter::before {
    top: 6%;
    height: 19%;
  }
}
@media (max-width: 767px) {
  .hm_product_section .product_list .boxProduct.boxAfter .box_padd {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .boxProduct.boxAfter.backTransparentmobile::before {
    background: transparent;
  }
  .hm_product_section .product_list .boxProduct.boxAfter.backTransparentmobile .imgbox {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hm_product_section .product_list .boxProduct.boxAfter.backTransparentmobile::before {
    background: transparent;
  }
}
@media (max-width: 450px) {
  .hm_product_section .product_list .boxProduct.boxAfter.backTransparentmobile {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hm_product_section .product_list .boxProduct.boxAfter.backTransparentmobile::before {
    background: #0A2E1E;
    top: 12%;
  }
}
.hm_product_section .product_list .slick-slide {
  padding: 0px;
}
.hm_product_section .product_list .slick-dots {
  bottom: 0px;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
.hm_product_section .product_list .slick-dots li {
  margin: 0px 3px;
  width: auto;
  height: auto;
}
.hm_product_section .product_list .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #0A2E1E;
  border: #fff solid 2px;
  padding: 0px;
  border-radius: 100%;
}
.hm_product_section .product_list .slick-dots li button:before {
  display: none;
}
.hm_product_section .product_list .slick-dots li.slick-active {
  width: auto;
}
.hm_product_section .product_list .slick-dots li.slick-active button {
  background: #17C6F1;
  width: 40px;
  border-color: #17C6F1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_product_section .product_list .range_slider {
    margin-left: 8%;
  }
}
.hm_product_section .product_list .range_slider .slick-prev, .hm_product_section .product_list .range_slider .slick-next {
  height: 28px;
}
.hm_product_section .product_list .range_slider .slick-prev:before, .hm_product_section .product_list .range_slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 45px;
  line-height: 24px;
}
.hm_product_section .product_list .range_slider .slick-prev {
  left: -33px;
  top: 45%;
}
.hm_product_section .product_list .range_slider .slick-prev:before {
  content: "\f104" !important;
}
.hm_product_section .product_list .range_slider .slick-next {
  right: 33px;
  top: 45%;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_product_section .product_list .range_slider .slick-next {
    right: 80px;
  }
}
.hm_product_section .product_list .range_slider .slick-next:before {
  content: "\f105" !important;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox {
  display: flex;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  min-height: 345px;
  background-color: rgb(221, 236, 243);
  max-width: 530px;
  margin: 0 auto;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg {
  position: absolute;
  left: -16%;
  top: 0;
  bottom: 0;
  max-width: 300px;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 22px;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg img {
  width: 100%;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText {
  padding-left: 42%;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangeHead {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 31px;
  color: #0A2E1E;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list {
  margin-bottom: 22px;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li {
  font-size: 16px;
  padding: 0px 0px 5px 20px;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li::after {
  width: 10px;
  height: 10px;
  left: 0px;
  top: 7px;
  background: transparent;
  border-radius: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #17c6f1;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangePara {
  padding: 0px;
  color: #0A2E1E;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman {
  padding: 10px 15px;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman::after {
  background-size: 18px;
  margin-left: 15px;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman.btn_icon {
  display: inline-flex;
}
.hm_product_section .product_list .range_slider .rangeslide .rangeBox:hover {
  background: #c3d1d7;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox {
    display: flex;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    min-height: 326px;
    background-color: rgb(221, 236, 243);
    max-width: 630px;
    margin: 0 auto;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg {
    position: absolute;
    left: -18%;
    top: 0;
    bottom: 0;
    max-width: 350px;
    display: flex;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText {
    padding-left: 39%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangeHead {
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 17px;
    line-height: 37px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list {
    margin-bottom: 15px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li {
    font-size: 19px;
    padding: 0px 0px 8px 20px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangePara {
    padding: 0px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman {
    padding: 12px 17px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman::after {
    background-size: 18px;
    margin-left: 15px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman.btn_icon {
    display: inline-flex;
  }
}
@media (max-width: 1199px) {
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox {
    display: flex;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    min-height: 290px;
    background-color: rgb(221, 236, 243);
    max-width: 470px;
    margin: 0 auto;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg {
    position: absolute;
    left: -16%;
    top: 0;
    bottom: 0;
    max-width: 265px;
    display: flex;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg img {
    width: 100%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText {
    padding-left: 43%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangeHead {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 27px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list {
    margin-bottom: 10px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li {
    font-size: 14px;
    padding: 0px 0px 5px 20px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li::after {
    width: 10px;
    height: 10px;
    left: 0px;
    top: 7px;
    background: transparent;
    border-radius: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #17c6f1;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangePara {
    padding: 0px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman::after {
    background-size: 15px;
    margin-left: 10px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman.btn_icon {
    display: inline-flex;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox {
    display: flex;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    min-height: 290px;
    background-color: rgb(221, 236, 243);
    max-width: 430px;
    margin: 0 auto;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg {
    position: absolute;
    left: -12%;
    top: 0;
    bottom: 0;
    max-width: 230px;
    display: flex;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg img {
    width: 100%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText {
    padding-left: 43%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangeHead {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 27px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list {
    margin-bottom: 10px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li {
    font-size: 14px;
    padding: 0px 0px 5px 20px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li::after {
    width: 10px;
    height: 10px;
    left: 0px;
    top: 7px;
    background: transparent;
    border-radius: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #17c6f1;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangePara {
    padding: 0px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman::after {
    background-size: 15px;
    margin-left: 10px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman.btn_icon {
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox {
    display: flex;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    min-height: 290px;
    background-color: rgb(221, 236, 243);
    max-width: 470px;
    margin: 0 auto;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg {
    position: absolute;
    left: -12%;
    top: 0;
    bottom: 0;
    max-width: 250px;
    display: flex;
    align-items: center;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg img {
    width: 100%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText {
    padding-left: 44%;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangeHead {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 28px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list {
    margin-bottom: 10px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li {
    font-size: 14px;
    padding: 0px 0px 5px 20px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .bullet_list li::after {
    width: 10px;
    height: 10px;
    left: 0px;
    top: 7px;
    background: transparent;
    border-radius: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #17c6f1;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .rangePara {
    padding: 0px;
    color: #0A2E1E;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman {
    padding: 10px 15px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman::after {
    background-size: 18px;
    margin-left: 15px;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText .box_btn .btn_comman.btn_icon {
    display: inline-flex;
  }
}
@media (max-width: 480px) {
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0px auto;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeImg {
    position: relative;
    left: inherit;
    margin: 0px auto;
  }
  .hm_product_section .product_list .range_slider .rangeslide .rangeBox .rangeText {
    width: 100%;
    padding: 15px 0px 0px 0px;
  }
}
@media (min-width: 1690px) {
  .hm_product_section .range_slider {
    margin-left: 12%;
  }
  .hm_product_section .slick-list {
    padding: 0 0% 0 0 !important;
  }
}
@media (max-width: 1685px) {
  .hm_product_section .range_slider {
    margin-left: 6.5%;
  }
  .hm_product_section .slick-list {
    padding: 0 0% 0 0 !important;
  }
}
@media (max-width: 1600px) {
  .hm_product_section .range_slider {
    margin-left: 4.5%;
  }
  .hm_product_section .slick-list {
    padding: 0 0% 0 0 !important;
  }
}
@media (max-width: 1170px) {
  .hm_product_section .range_slider {
    margin-left: 4%;
  }
  .hm_product_section .slick-list {
    padding: 0 0% 0 0 !important;
  }
}
@media (max-width: 575px) {
  .hm_product_section .range_slider {
    margin-left: 0;
  }
  .hm_product_section .slick-list {
    padding: 0 0 0 0 !important;
  }
}
@media (min-width: 1470px) {
  .hm_product_section .text_last {
    font-size: 174px;
    line-height: 0.6;
  }
  .hm_product_section .product_list {
    padding: 70px 0px 105px 0px;
  }
  .hm_product_section .product_list .boxProduct {
    padding-bottom: 50px;
    min-height: 624px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    max-width: 358px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 35px;
    padding-bottom: 24px;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 20px;
    padding: 0px 0px 17px 0px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 14px;
    padding-right: 3px;
  }
  .hm_product_section .product_list .boxProduct .box_btn {
    bottom: -30px;
  }
  .hm_product_section .product_list .boxProduct .box_btn .btn_icon {
    min-width: 70px;
    min-height: 66px;
    max-width: 70px;
    padding: 21px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1468px) {
  .hm_product_section .text_last {
    font-size: 120px;
    line-height: 0.687;
  }
}
@media (max-width: 1199px) {
  .hm_product_section .product_list {
    padding: 30px 0px 50px 0px;
  }
  .hm_product_section .product_list .boxProduct {
    min-height: 490px;
    padding-bottom: 50px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    margin-bottom: 15px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 207px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 23px;
    line-height: 1.3;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .hm_product_section .product_list .boxProduct {
    min-height: 513px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .hm_product_section .hd_two_part .btn_comman {
    padding: 9px 11px;
    font-size: 13px;
  }
  .hm_product_section .product_list {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
  }
  .hm_product_section .product_list .boxProduct {
    min-height: 465px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 184px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 11px;
  }
  .hm_product_section .text_last {
    font-size: 70px;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .hm_product_section .product_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hm_product_section .product_list .boxProduct {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
    max-width: 451px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 200px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 21px;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 11px;
  }
  .hm_product_section .text_last {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hm_product_section .product_list {
    padding-top: 20px;
  }
  .hm_product_section .hd_two_part {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hm_product_section .hd_two_part .btn_comman {
    margin: 14px 0px 0px 0px;
  }
  .hm_product_section .text_last {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .hm_product_section .product_list .boxProduct {
    max-width: 300px;
    min-height: 452px;
  }
  .hm_product_section .product_list .boxProduct .imgbox {
    max-width: 230px;
  }
  .hm_product_section .product_list .boxProduct .imgbox div {
    min-height: 200px;
  }
  .hm_product_section .product_list .boxProduct h3 {
    font-size: 22px;
  }
  .hm_product_section .product_list .boxProduct p {
    font-size: 16px;
  }
  .hm_product_section .product_list .boxProduct p span {
    font-size: 13px;
  }
  .hm_product_section .text_last {
    font-size: 50px;
  }
}
@media (max-width: 380px) {
  .hm_product_section .text_last {
    font-size: 38px;
  }
}
@media (max-width: 330px) {
  .hm_product_section .product_list .boxProduct {
    max-width: 280px;
  }
}

/*============= home product css End =============*/
/*============= home industries css Start =============*/
.hm_industries_section .industries_list, .hm_industries_section .applicationSlider {
  padding-top: 20px;
  overflow: inherit;
}
.hm_industries_section .industries_list .slick-list, .hm_industries_section .applicationSlider .slick-list {
  margin-top: -15px;
}
.hm_industries_section .industries_list .slick-slide, .hm_industries_section .applicationSlider .slick-slide {
  margin-top: 15px;
}
.hm_industries_section .industries_list .box_industries, .hm_industries_section .applicationSlider .box_industries {
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.hm_industries_section .industries_list .box_industries div, .hm_industries_section .applicationSlider .box_industries div {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.hm_industries_section .industries_list .box_industries div img, .hm_industries_section .applicationSlider .box_industries div img {
  width: 100%;
}
.hm_industries_section .industries_list .box_industries span, .hm_industries_section .applicationSlider .box_industries span {
  font-size: 16px;
  color: #0A2E1E;
  line-height: 24px;
  display: block;
}
@media (max-width: 480px) {
  .hm_industries_section .industries_list .box_industries span, .hm_industries_section .applicationSlider .box_industries span {
    line-height: 18px;
  }
}
.hm_industries_section .industries_list .box_industries.marginTop, .hm_industries_section .applicationSlider .box_industries.marginTop {
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.hm_industries_section .industries_list .box_industries.industry_box:hover, .hm_industries_section .applicationSlider .box_industries.industry_box:hover {
  margin-top: -10px;
  transition: all 0.3s ease-in-out;
}
.hm_industries_section .industries_list .box_industries.industry_box:hover.marginTop, .hm_industries_section .applicationSlider .box_industries.industry_box:hover.marginTop {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .hm_industries_section .industries_list .box_industries.industry_box:hover:hover, .hm_industries_section .applicationSlider .box_industries.industry_box:hover:hover {
    margin-top: 0;
  }
  .hm_industries_section .industries_list .box_industries.industry_box:hover:hover.marginTop, .hm_industries_section .applicationSlider .box_industries.industry_box:hover:hover.marginTop {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hm_industries_section .industries_list .box_industries.industry_box, .hm_industries_section .applicationSlider .box_industries.industry_box {
    margin-top: 0;
  }
}
.hm_industries_section .industries_list .slick-slide, .hm_industries_section .applicationSlider .slick-slide {
  padding: 0 7px;
}
.hm_industries_section .industries_list .slick-prev, .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-prev, .hm_industries_section .applicationSlider .slick-next {
  top: 100%;
  transform: translate(0, 80%);
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-prev, .hm_industries_section .applicationSlider .slick-next {
    transform: translate(0, 150%);
  }
}
@media (max-width: 1199px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-prev, .hm_industries_section .applicationSlider .slick-next {
    transform: translate(0, 90%);
  }
}
@media (max-width: 991px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-prev, .hm_industries_section .applicationSlider .slick-next {
    top: 100%;
    transform: translate(0, 80%);
  }
}
@media (max-width: 575px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-prev, .hm_industries_section .applicationSlider .slick-next {
    top: 100%;
    transform: translate(0, 60%);
  }
}
.hm_industries_section .industries_list .slick-prev, .hm_industries_section .applicationSlider .slick-prev {
  left: 47%;
}
@media (max-width: 991px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .applicationSlider .slick-prev {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .applicationSlider .slick-prev {
    left: 42%;
  }
}
@media (max-width: 575px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .applicationSlider .slick-prev {
    left: 43%;
  }
}
@media (max-width: 450px) {
  .hm_industries_section .industries_list .slick-prev, .hm_industries_section .applicationSlider .slick-prev {
    left: 40%;
  }
}
.hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-next {
  right: 47%;
}
@media (max-width: 991px) {
  .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-next {
    right: 45%;
  }
}
@media (max-width: 767px) {
  .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-next {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-next {
    right: 43%;
  }
}
@media (max-width: 450px) {
  .hm_industries_section .industries_list .slick-next, .hm_industries_section .applicationSlider .slick-next {
    right: 40%;
  }
}
.hm_industries_section .industries_list .slick-next::before, .hm_industries_section .applicationSlider .slick-next::before {
  content: "\f054";
}
.hm_industries_section .industries_list .slick-prev::before, .hm_industries_section .applicationSlider .slick-prev::before {
  content: "\f053";
}
.hm_industries_section .industries_list .slick-prev:before, .hm_industries_section .industries_list .slick-next:before, .hm_industries_section .applicationSlider .slick-prev:before, .hm_industries_section .applicationSlider .slick-next:before {
  font-family: "fontAwesome";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: black;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hm_industries_section .industries_list .slick-prev:before, .hm_industries_section .industries_list .slick-next:before, .hm_industries_section .applicationSlider .slick-prev:before, .hm_industries_section .applicationSlider .slick-next:before {
    font-size: 25px;
  }
}
.hm_industries_section .applicationSlider .slick-slide .box_industries.marginTop {
  margin-top: 0px;
}
.hm_industries_section .applicationSlider .slick-slide .box_industries a {
  cursor: default;
}
@media (min-width: 1470px) {
  .hm_industries_section .industries_list ul li .box_industries div {
    margin-bottom: 17px;
  }
  .hm_industries_section .industries_list ul li .box_industries span {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .hm_industries_section {
    padding-bottom: 80px;
  }
  .hm_industries_section .industries_list ul li .box_industries span {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .hm_industries_section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hm_industries_section {
    padding-bottom: 60px;
  }
  .hm_industries_section .industries_list {
    padding-top: 0px;
  }
  .hm_industries_section .industries_list ul {
    flex-wrap: wrap;
  }
  .hm_industries_section .industries_list ul li {
    width: calc(50% - 30px);
    margin: 0px 15px;
    margin-top: 0px;
  }
  .hm_industries_section .industries_list ul li:nth-child(2n+2) {
    margin-top: 0px;
  }
  .hm_industries_section .industries_list ul li .box_industries {
    margin-bottom: 30px;
  }
  .hm_industries_section .industries_list ul li .box_industries span {
    font-size: 18px;
    line-height: 1.1;
  }
  .hm_industries_section .industries_list ul li:hover {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .hm_industries_section {
    padding-bottom: 50px;
  }
  .hm_industries_section .industries_list ul li {
    width: calc(50% - 14px);
    margin: 0px 7px;
    margin-top: 0px;
  }
  .hm_industries_section .industries_list ul li .box_industries {
    margin-bottom: 15px;
  }
}

.services_page_applications .hm_industries_section {
  padding-bottom: 150px;
}
/*============= home industries css End =============*/
/*============= home Faq css Start =============*/
.hm_faq_section {
  padding-top: 0px;
}
.hm_faq_section .container {
  padding-top: 20px;
}

/*============= home Faq css End =============*/
/*============= Accordion css Start =============*/
.comman_accordion.accordion .accordion-item {
  box-shadow: 0px 46px 65px 0px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}
.comman_accordion.accordion .accordion-item:last-child {
  margin-bottom: 0px;
}
.comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  border: 0px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #0A2E1E;
  box-shadow: none;
  padding: 15px 44px 15px 20px;
  position: relative;
}
.comman_accordion.accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.comman_accordion.accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  background: url(../images/arrow_down.svg) no-repeat center center;
  background-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.comman_accordion.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background: url(../images/arrow_down.svg) no-repeat center center;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
.comman_accordion.accordion .accordion-item .accordion-body {
  padding: 0px 44px 15px 20px;
}
.comman_accordion.accordion .accordion-item .accordion-body p {
  font-size: 15px;
  font-weight: 500;
  color: #0A2E1E;
  line-height: 23px;
}
.comman_accordion.accordion .accordion-item .accordion-body p:last-child {
  padding-bottom: 5px;
}
@media (min-width: 1470px) {
  .comman_accordion.accordion .accordion-item {
    margin-bottom: 30px;
  }
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 44px 15px 20px;
  }
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button:before {
    width: 1.62rem;
    background-size: 1.62rem;
  }
  .comman_accordion.accordion .accordion-item .accordion-body {
    padding: 0px 44px 15px 20px;
  }
  .comman_accordion.accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 1680px) {
  .comman_accordion.accordion .accordion-item {
    margin-bottom: 25px;
  }
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 44px 15px 20px;
  }
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button:before {
    width: 1.62rem;
    background-size: 1.62rem;
  }
  .comman_accordion.accordion .accordion-item .accordion-body {
    padding: 0px 30px 30px 30px;
  }
  .comman_accordion.accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .comman_accordion.accordion .accordion-item .accordion-header {
    padding: 0px;
  }
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 1.2;
  }
  .comman_accordion.accordion .accordion-item .accordion-body p {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .comman_accordion.accordion .accordion-item .accordion-body p {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .comman_accordion.accordion .accordion-item .accordion-body p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 12px 28px 12px 15px;
  }
  .comman_accordion.accordion .accordion-item .accordion-header .accordion-button::before {
    right: 10px;
  }
  .comman_accordion.accordion .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
  }
  .comman_accordion.accordion .accordion-item .accordion-body p {
    font-size: 13px;
  }
}

/*============= Accordion css End =============*/
.greenList .col-lg-4 {
  margin: 10px 0px;
}
.greenList .boxProduct {
  background: #0A2E1E;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.greenList .boxProduct p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  padding: 0px;
}
.greenList .boxProduct h3 {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 15px;
}

.inner_contenier {
  position: relative;
  margin-top: 0px;
}

.paddinnerbtm {
  padding-bottom: 212px;
}

.inner_text {
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0px;
  text-align: right;
  font-weight: 600;
  font-size: 8rem;
  text-transform: uppercase;
  line-height: 0.6;
  color: #0A2E1E;
  white-space: nowrap;
}
.inner_text marquee, .inner_text .scrolling-text {
  padding-top: 12px;
}

.list_range_section {
  margin-bottom: -85px;
}
.list_range_section.marginBtmBox .boxProduct.fixProduct {
  margin-bottom: 50px;
  min-height: 488px;
}
.list_range_section.marginBtmBox .boxProduct.fixProduct h3 {
  line-height: 34px;
  padding-top: 15px;
}
.list_range_section .bullet_list {
  margin-bottom: 13px;
}
.list_range_section .bullet_list li {
  font-size: 16px;
  padding: 0px 0px 5px 20px;
}
.list_range_section .bullet_list li::after {
  width: 10px;
  height: 10px;
  left: 0px;
  top: 7px;
  background: transparent;
  border-radius: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #17c6f1;
  z-index: 11;
}
.list_range_section .bullet_list li a {
  color: #fff;
}
.list_range_section .bullet_list li a:hover {
  color: #17C6F1;
}
.list_range_section .boxProduct {
  position: relative;
  background: rgba(0, 0, 0, 0.0028);
  max-width: 458px;
  text-align: left;
  margin: 0px 15px 30px 15px;
  padding: 0px 15px 60px;
  min-height: 619px;
  color: #fff;
  background: none;
}
.list_range_section .boxProduct::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 22%;
  background: #0A2E1E;
}
.list_range_section .boxProduct.backGrey {
  padding-bottom: 80px;
  padding-top: 1%;
  margin-bottom: 0;
}
.list_range_section .boxProduct.backGrey::before {
  background-color: #f1f1f1;
}
.list_range_section .boxProduct.backGrey .content_section {
  padding: 10px 0px 0px 0px;
}
.list_range_section .boxProduct.fixProduct {
  min-height: 420px;
  padding-bottom: 0px;
}
.list_range_section .boxProduct.fixProduct::after {
  height: 70%;
}
.list_range_section .boxProduct.fixProduct .imgbox div {
  min-height: 250px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .list_range_section .boxProduct.fixProduct {
    min-height: 610px !important;
  }
  .list_range_section .boxProduct.fixProduct .imgbox div {
    min-height: 325px;
  }
  .list_range_section .boxProduct.fixProduct h3 {
    font-size: 32px !important;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .list_range_section .boxProduct.fixProduct {
    min-height: 390px;
  }
  .list_range_section .boxProduct.fixProduct h3 {
    font-size: 22px;
    line-height: 32px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .list_range_section .boxProduct.fixProduct {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .list_range_section .boxProduct.fixProduct {
    min-height: 310px;
    padding-bottom: 0px;
    max-width: 325px;
    margin: 0 auto 10px;
  }
  .list_range_section .boxProduct.fixProduct .imgbox div {
    min-height: 180px;
  }
  .list_range_section .boxProduct.fixProduct h3 {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .list_range_section .boxProduct.fixProduct {
    min-height: 350px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .list_range_section .boxProduct.fixProduct .imgbox div {
    min-height: 230px;
  }
  .list_range_section .boxProduct.fixProduct h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .list_range_section .boxProduct.fixProduct {
    min-height: 300px !important;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .list_range_section .boxProduct.fixProduct .imgbox div {
    min-height: 160px;
  }
  .list_range_section .boxProduct.fixProduct .box_btn {
    bottom: -22px;
  }
}
.list_range_section .boxProduct.fixProductBox {
  min-height: 530px;
  padding-bottom: 0px;
}
.list_range_section .boxProduct.fixProductBox::after {
  height: 76%;
}
.list_range_section .boxProduct.fixProductBox .imgbox div {
  min-height: 250px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .list_range_section .boxProduct.fixProductBox {
    min-height: 700px !important;
  }
  .list_range_section .boxProduct.fixProductBox .imgbox div {
    min-height: 350px;
  }
  .list_range_section .boxProduct.fixProductBox h3 {
    font-size: 35px !important;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .list_range_section .boxProduct.fixProductBox {
    min-height: 495px;
  }
  .list_range_section .boxProduct.fixProductBox h3 {
    font-size: 22px;
    line-height: 32px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .list_range_section .boxProduct.fixProductBox {
    min-height: 505px;
  }
}
@media (max-width: 767px) {
  .list_range_section .boxProduct.fixProductBox {
    min-height: 430px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .list_range_section .boxProduct.fixProductBox .imgbox {
    max-width: 250px;
    margin-bottom: -30px;
  }
  .list_range_section .boxProduct.fixProductBox .imgbox div {
    min-height: 225px;
  }
  .list_range_section .boxProduct.fixProductBox h3 {
    max-width: 100%;
  }
  .list_range_section .boxProduct.fixProductBox p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .list_range_section .boxProduct.fixProductBox {
    min-height: 460px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .list_range_section .boxProduct.fixProductBox .imgbox {
    max-width: 250px;
    margin-bottom: -30px;
  }
  .list_range_section .boxProduct.fixProductBox .imgbox div {
    min-height: 240px;
  }
}
@media (max-width: 450px) {
  .list_range_section .boxProduct.fixProductBox {
    min-height: 410px !important;
    padding-bottom: 0px;
  }
  .list_range_section .boxProduct.fixProductBox .imgbox div {
    min-height: 180px;
  }
  .list_range_section .boxProduct.fixProductBox .box_btn {
    bottom: -22px;
  }
}
.list_range_section .boxProduct .imgbox {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0px auto;
  margin-bottom: 0px;
}
.list_range_section .boxProduct .imgbox div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 258px;
}
.list_range_section .boxProduct h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 15px;
}
.list_range_section .boxProduct p {
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-weight: 400;
  color: #fff;
}
.list_range_section .boxProduct p span {
  font-size: 14px;
  padding-right: 3px;
}
.list_range_section .boxProduct p:last-child {
  padding-bottom: 0px;
}
.list_range_section .boxProduct .box_btn {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -22px;
  width: 100%;
}
.list_range_section .boxProduct .box_btn .btn_icon {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  margin: 0px auto;
  padding: 14px 15px;
  transition: all 0.3s ease-in-out;
  overflow-y: hidden;
}
.list_range_section .boxProduct .box_btn .btn_icon::before {
  background-color: #17C6F1;
}
.list_range_section .boxProduct .box_btn .btn_icon span {
  width: 0px;
  font-size: 0px;
  opacity: 0px;
  white-space: nowrap;
  position: relative;
  left: -20px;
}
.list_range_section .boxProduct .box_btn .btn_icon::after {
  margin-left: 0px;
  width: 20px;
  background: url(../images/arrow_more.svg) no-repeat center center;
  background-size: 20px;
}
.list_range_section .boxProduct .box_btn .btn_icon:hover {
  max-width: 180px;
  transition: all 0.3s ease-in-out;
}
.list_range_section .boxProduct .box_btn .btn_icon:hover span {
  width: auto;
  font-size: 15px;
  opacity: 1px;
  transition: all 0.3s ease-in-out;
  left: 0px;
}
.list_range_section .boxProduct .box_btn .btn_icon:hover::after {
  margin-left: 20px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .list_range_section .boxProduct {
    min-height: 700px !important;
  }
  .list_range_section .boxProduct .imgbox {
    max-width: 350px;
    margin-bottom: -30px;
  }
  .list_range_section .boxProduct .imgbox div {
    min-height: 345px;
  }
  .list_range_section .boxProduct h3 {
    font-size: 34px !important;
  }
}
@media (min-width: 1470px) {
  .list_range_section .boxProduct {
    padding-bottom: 50px;
    min-height: 624px;
  }
  .list_range_section .boxProduct .imgbox {
    max-width: 358px;
  }
  .list_range_section .boxProduct h3 {
    font-size: 35px;
    padding-bottom: 24px;
  }
  .list_range_section .boxProduct p {
    font-size: 20px;
    padding: 0px 0px 17px 0px;
  }
  .list_range_section .boxProduct p span {
    font-size: 14px;
    padding-right: 3px;
  }
  .list_range_section .boxProduct .box_btn {
    bottom: -30px;
  }
  .list_range_section .boxProduct .box_btn .btn_icon {
    min-width: 70px;
    min-height: 66px;
    max-width: 70px;
    padding: 21px 15px;
  }
}
@media (max-width: 1199px) {
  .list_range_section .boxProduct {
    min-height: 560px;
    padding-bottom: 50px;
  }
  .list_range_section .boxProduct .imgbox {
    margin-bottom: -25px;
    max-width: 205px !important;
  }
  .list_range_section .boxProduct .imgbox div {
    min-height: 264px;
  }
  .list_range_section .boxProduct h3 {
    font-size: 23px;
    line-height: 1.3;
  }
  .list_range_section .boxProduct p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .list_range_section .boxProduct p span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .list_range_section .boxProduct {
    min-height: 575px;
  }
  .list_range_section .boxProduct .imgbox {
    margin-bottom: -15px;
    max-width: 228px !important;
  }
  .list_range_section .boxProduct .imgbox div {
    min-height: 278px;
  }
  .list_range_section .boxProduct.boxMargin {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .list_range_section .boxProduct {
    min-height: 500px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 auto !important;
  }
  .list_range_section .boxProduct .imgbox {
    margin-bottom: 0 !important;
    max-width: 210px !important;
  }
  .list_range_section .boxProduct .imgbox div {
    min-height: 210px;
  }
  .list_range_section .boxProduct h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .list_range_section .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .list_range_section .boxProduct p span {
    font-size: 11px;
  }
  .list_range_section .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 575px) {
  .list_range_section .boxProduct {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
    max-width: 451px;
    min-height: 500px;
  }
  .list_range_section .boxProduct .imgbox div {
    min-height: 170px;
  }
  .list_range_section .boxProduct h3 {
    font-size: 21px;
  }
  .list_range_section .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .list_range_section .boxProduct p span {
    font-size: 11px;
  }
  .list_range_section .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 400px) {
  .list_range_section .boxProduct {
    max-width: 300px;
    min-height: 470px;
  }
  .list_range_section .boxProduct .imgbox {
    max-width: 200px !important;
    margin-bottom: 0 !important;
  }
  .list_range_section .boxProduct .imgbox div {
    min-height: 180px;
  }
  .list_range_section .boxProduct h3 {
    font-size: 22px;
  }
  .list_range_section .boxProduct p {
    font-size: 16px;
  }
  .list_range_section .boxProduct p span {
    font-size: 13px;
  }
  .list_range_section .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 330px) {
  .list_range_section .boxProduct {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .list_range_section .boxProduct.boxAfter::before {
    border-radius: 10px;
    left: 0px;
    top: 13%;
    width: 100%;
    height: 17%;
    background: #0A2E1E;
  }
}
@media (max-width: 767px) {
  .list_range_section .boxProduct.boxAfter::before {
    border-radius: 10px;
    left: 0px;
    top: 10%;
    width: 100%;
    height: 17%;
    background: #0A2E1E;
  }
}
@media (max-width: 450px) {
  .list_range_section .boxProduct.boxAfter::before {
    top: 6%;
    height: 19%;
  }
}
@media (max-width: 767px) {
  .list_range_section .boxProduct.boxAfter .box_padd {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .list_range_section .boxProduct.boxAfter.backTransparentmobile::before {
    background: transparent;
  }
  .list_range_section .boxProduct.boxAfter.backTransparentmobile .imgbox {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .list_range_section .boxProduct.boxAfter.backTransparentmobile::before {
    background: transparent;
  }
}
@media (max-width: 450px) {
  .list_range_section .boxProduct.boxAfter.backTransparentmobile {
    padding-left: 25px;
    padding-right: 25px;
  }
  .list_range_section .boxProduct.boxAfter.backTransparentmobile::before {
    background: #0A2E1E;
    top: 12%;
  }
}
.list_range_section .boxProduct div, .list_range_section .boxProduct p, .list_range_section .boxProduct h3 {
  position: relative;
  z-index: 3 !important;
}
.list_range_section .boxProduct h3 {
  font-size: 24px;
  line-height: 1.2;
}
.list_range_section .boxProduct:before {
  background: #fff;
}
.list_range_section .boxProduct::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background: #0A2E1E;
  width: 100%;
  height: 78%;
  border-radius: 10px;
}
.list_range_section .boxProduct {
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1400px) {
  .list_range_section.marginBtmBox .boxProduct.fixProduct {
    min-height: 543px;
  }
}
@media (max-width: 1199px) {
  .list_range_section {
    margin-bottom: -30px;
  }
  .list_range_section .boxProduct {
    margin-bottom: 30px;
  }
  .list_range_section .boxProduct h3 {
    max-width: 100% !important;
  }
  .list_range_section.marginBtmBox .boxProduct.fixProduct h3 {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .list_range_section.marginBtmBox .boxProduct.fixProduct {
    min-height: 340px !important;
    margin-bottom: 30px !important;
  }
  .list_range_section.marginBtmBox .boxProduct.fixProduct .imgbox div {
    min-height: 172px;
  }
  .list_range_section.marginBtmBox .boxProduct.fixProduct h3 {
    line-height: 1.3;
    margin-top: 10px;
    text-align: center;
  }
  .list_range_section.marginBtmBox .boxProduct.fixProduct .bullet_list {
    min-height: 246px;
  }
}
@media (max-width: 575px) {
  .list_range_section .boxProduct {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .list_range_section.marginBtmBox .boxProduct.fixProduct {
    margin-bottom: 40px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bullet_list {
  margin-bottom: -10px;
}
.bullet_list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 10px;
  padding: 0px 0px 10px 20px;
}
.bullet_list li::after {
  content: "";
  background: #17C6F1;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.bullet_list.bullet_divide {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.bullet_list.bullet_divide li {
  flex: 0 0 50%;
}
@media (max-width: 575px) {
  .bullet_list.bullet_divide li {
    flex: 0 0 100%;
  }
}

.container_detail_page .boxProduct {
  position: relative;
  background: rgba(0, 0, 0, 0.0028);
  max-width: 458px;
  text-align: left;
  margin: 0px 15px 30px 15px;
  padding: 0px 15px 60px;
  min-height: 619px;
  color: #fff;
  background: none;
  min-height: auto;
}
.container_detail_page .boxProduct::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 22%;
  background: #0A2E1E;
}
.container_detail_page .boxProduct.backGrey {
  padding-bottom: 80px;
  padding-top: 1%;
  margin-bottom: 0;
}
.container_detail_page .boxProduct.backGrey::before {
  background-color: #f1f1f1;
}
.container_detail_page .boxProduct.backGrey .content_section {
  padding: 10px 0px 0px 0px;
}
.container_detail_page .boxProduct.fixProduct {
  min-height: 420px;
  padding-bottom: 0px;
}
.container_detail_page .boxProduct.fixProduct::after {
  height: 70%;
}
.container_detail_page .boxProduct.fixProduct .imgbox div {
  min-height: 250px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .boxProduct.fixProduct {
    min-height: 610px !important;
  }
  .container_detail_page .boxProduct.fixProduct .imgbox div {
    min-height: 325px;
  }
  .container_detail_page .boxProduct.fixProduct h3 {
    font-size: 32px !important;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .boxProduct.fixProduct {
    min-height: 390px;
  }
  .container_detail_page .boxProduct.fixProduct h3 {
    font-size: 22px;
    line-height: 32px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .container_detail_page .boxProduct.fixProduct {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .boxProduct.fixProduct {
    min-height: 310px;
    padding-bottom: 0px;
    max-width: 325px;
    margin: 0 auto 10px;
  }
  .container_detail_page .boxProduct.fixProduct .imgbox div {
    min-height: 180px;
  }
  .container_detail_page .boxProduct.fixProduct h3 {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .container_detail_page .boxProduct.fixProduct {
    min-height: 350px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .container_detail_page .boxProduct.fixProduct .imgbox div {
    min-height: 230px;
  }
  .container_detail_page .boxProduct.fixProduct h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .boxProduct.fixProduct {
    min-height: 300px !important;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .container_detail_page .boxProduct.fixProduct .imgbox div {
    min-height: 160px;
  }
  .container_detail_page .boxProduct.fixProduct .box_btn {
    bottom: -22px;
  }
}
.container_detail_page .boxProduct.fixProductBox {
  min-height: 530px;
  padding-bottom: 0px;
}
.container_detail_page .boxProduct.fixProductBox::after {
  height: 76%;
}
.container_detail_page .boxProduct.fixProductBox .imgbox div {
  min-height: 250px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .boxProduct.fixProductBox {
    min-height: 700px !important;
  }
  .container_detail_page .boxProduct.fixProductBox .imgbox div {
    min-height: 350px;
  }
  .container_detail_page .boxProduct.fixProductBox h3 {
    font-size: 35px !important;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .boxProduct.fixProductBox {
    min-height: 495px;
  }
  .container_detail_page .boxProduct.fixProductBox h3 {
    font-size: 22px;
    line-height: 32px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .container_detail_page .boxProduct.fixProductBox {
    min-height: 505px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .boxProduct.fixProductBox {
    min-height: 430px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .container_detail_page .boxProduct.fixProductBox .imgbox {
    max-width: 250px;
    margin-bottom: -30px;
  }
  .container_detail_page .boxProduct.fixProductBox .imgbox div {
    min-height: 225px;
  }
  .container_detail_page .boxProduct.fixProductBox h3 {
    max-width: 100%;
  }
  .container_detail_page .boxProduct.fixProductBox p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .container_detail_page .boxProduct.fixProductBox {
    min-height: 460px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .container_detail_page .boxProduct.fixProductBox .imgbox {
    max-width: 250px;
    margin-bottom: -30px;
  }
  .container_detail_page .boxProduct.fixProductBox .imgbox div {
    min-height: 240px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .boxProduct.fixProductBox {
    min-height: 410px !important;
    padding-bottom: 0px;
  }
  .container_detail_page .boxProduct.fixProductBox .imgbox div {
    min-height: 180px;
  }
  .container_detail_page .boxProduct.fixProductBox .box_btn {
    bottom: -22px;
  }
}
.container_detail_page .boxProduct .imgbox {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0px auto;
  margin-bottom: 0px;
}
.container_detail_page .boxProduct .imgbox div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 258px;
}
.container_detail_page .boxProduct h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 15px;
}
.container_detail_page .boxProduct p {
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-weight: 400;
  color: #fff;
}
.container_detail_page .boxProduct p span {
  font-size: 14px;
  padding-right: 3px;
}
.container_detail_page .boxProduct p:last-child {
  padding-bottom: 0px;
}
.container_detail_page .boxProduct .box_btn {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -22px;
  width: 100%;
}
.container_detail_page .boxProduct .box_btn .btn_icon {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  margin: 0px auto;
  padding: 14px 15px;
  transition: all 0.3s ease-in-out;
  overflow-y: hidden;
}
.container_detail_page .boxProduct .box_btn .btn_icon::before {
  background-color: #17C6F1;
}
.container_detail_page .boxProduct .box_btn .btn_icon span {
  width: 0px;
  font-size: 0px;
  opacity: 0px;
  white-space: nowrap;
  position: relative;
  left: -20px;
}
.container_detail_page .boxProduct .box_btn .btn_icon::after {
  margin-left: 0px;
  width: 20px;
  background: url(../images/arrow_more.svg) no-repeat center center;
  background-size: 20px;
}
.container_detail_page .boxProduct .box_btn .btn_icon:hover {
  max-width: 180px;
  transition: all 0.3s ease-in-out;
}
.container_detail_page .boxProduct .box_btn .btn_icon:hover span {
  width: auto;
  font-size: 15px;
  opacity: 1px;
  transition: all 0.3s ease-in-out;
  left: 0px;
}
.container_detail_page .boxProduct .box_btn .btn_icon:hover::after {
  margin-left: 20px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .boxProduct {
    min-height: 700px !important;
  }
  .container_detail_page .boxProduct .imgbox {
    max-width: 350px;
    margin-bottom: -30px;
  }
  .container_detail_page .boxProduct .imgbox div {
    min-height: 345px;
  }
  .container_detail_page .boxProduct h3 {
    font-size: 34px !important;
  }
}
@media (min-width: 1470px) {
  .container_detail_page .boxProduct {
    padding-bottom: 50px;
    min-height: 624px;
  }
  .container_detail_page .boxProduct .imgbox {
    max-width: 358px;
  }
  .container_detail_page .boxProduct h3 {
    font-size: 35px;
    padding-bottom: 24px;
  }
  .container_detail_page .boxProduct p {
    font-size: 20px;
    padding: 0px 0px 17px 0px;
  }
  .container_detail_page .boxProduct p span {
    font-size: 14px;
    padding-right: 3px;
  }
  .container_detail_page .boxProduct .box_btn {
    bottom: -30px;
  }
  .container_detail_page .boxProduct .box_btn .btn_icon {
    min-width: 70px;
    min-height: 66px;
    max-width: 70px;
    padding: 21px 15px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .boxProduct {
    min-height: 560px;
    padding-bottom: 50px;
  }
  .container_detail_page .boxProduct .imgbox {
    margin-bottom: -25px;
    max-width: 205px !important;
  }
  .container_detail_page .boxProduct .imgbox div {
    min-height: 264px;
  }
  .container_detail_page .boxProduct h3 {
    font-size: 23px;
    line-height: 1.3;
  }
  .container_detail_page .boxProduct p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .container_detail_page .boxProduct p span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .boxProduct {
    min-height: 575px;
  }
  .container_detail_page .boxProduct .imgbox {
    margin-bottom: -15px;
    max-width: 228px !important;
  }
  .container_detail_page .boxProduct .imgbox div {
    min-height: 278px;
  }
  .container_detail_page .boxProduct.boxMargin {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .boxProduct {
    min-height: 500px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 auto !important;
  }
  .container_detail_page .boxProduct .imgbox {
    margin-bottom: 0 !important;
    max-width: 210px !important;
  }
  .container_detail_page .boxProduct .imgbox div {
    min-height: 210px;
  }
  .container_detail_page .boxProduct h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .container_detail_page .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .container_detail_page .boxProduct p span {
    font-size: 11px;
  }
  .container_detail_page .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 575px) {
  .container_detail_page .boxProduct {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
    max-width: 451px;
    min-height: 500px;
  }
  .container_detail_page .boxProduct .imgbox div {
    min-height: 170px;
  }
  .container_detail_page .boxProduct h3 {
    font-size: 21px;
  }
  .container_detail_page .boxProduct p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .container_detail_page .boxProduct p span {
    font-size: 11px;
  }
  .container_detail_page .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 400px) {
  .container_detail_page .boxProduct {
    max-width: 300px;
    min-height: 470px;
  }
  .container_detail_page .boxProduct .imgbox {
    max-width: 200px !important;
    margin-bottom: 0 !important;
  }
  .container_detail_page .boxProduct .imgbox div {
    min-height: 180px;
  }
  .container_detail_page .boxProduct h3 {
    font-size: 22px;
  }
  .container_detail_page .boxProduct p {
    font-size: 16px;
  }
  .container_detail_page .boxProduct p span {
    font-size: 13px;
  }
  .container_detail_page .boxProduct .box_btn {
    bottom: -18px;
  }
}
@media (max-width: 330px) {
  .container_detail_page .boxProduct {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .boxProduct.boxAfter::before {
    border-radius: 10px;
    left: 0px;
    top: 13%;
    width: 100%;
    height: 17%;
    background: #0A2E1E;
  }
}
@media (max-width: 767px) {
  .container_detail_page .boxProduct.boxAfter::before {
    border-radius: 10px;
    left: 0px;
    top: 10%;
    width: 100%;
    height: 17%;
    background: #0A2E1E;
  }
}
@media (max-width: 450px) {
  .container_detail_page .boxProduct.boxAfter::before {
    top: 6%;
    height: 19%;
  }
}
@media (max-width: 767px) {
  .container_detail_page .boxProduct.boxAfter .box_padd {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .container_detail_page .boxProduct.boxAfter.backTransparentmobile::before {
    background: transparent;
  }
  .container_detail_page .boxProduct.boxAfter.backTransparentmobile .imgbox {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container_detail_page .boxProduct.boxAfter.backTransparentmobile::before {
    background: transparent;
  }
}
@media (max-width: 450px) {
  .container_detail_page .boxProduct.boxAfter.backTransparentmobile {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container_detail_page .boxProduct.boxAfter.backTransparentmobile::before {
    background: #0A2E1E;
    top: 12%;
  }
}
.container_detail_page .boxProduct div, .container_detail_page .boxProduct p, .container_detail_page .boxProduct h3 {
  position: relative;
  z-index: 3 !important;
}
.container_detail_page .boxProduct:before {
  background: #fff;
}
.container_detail_page .boxProduct::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background: #0A2E1E;
  width: 100%;
  height: 78%;
  border-radius: 10px;
}
.container_detail_page .boxProduct {
  margin-bottom: 85px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}
.container_detail_page .boxProduct .imgbox {
  max-width: 695px;
  margin-bottom: 50px;
}
.container_detail_page .boxProduct .imgbox div {
  min-height: inherit;
}
.container_detail_page .boxProduct .box_padd {
  text-align: left;
}
.container_detail_page .boxProduct .box_padd p {
  padding: 0 0 20px 0;
}
.container_detail_page .boxProduct .box_btn1 {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -22px;
  width: 100%;
}
.container_detail_page .boxProduct .box_btn1 .btn_icon {
  max-width: 242px;
  margin: 0px auto;
}
.container_detail_page .content_section {
  padding: 10px 0px 30px 0px;
}
.container_detail_page .content_section.paddbtm15 {
  padding-bottom: 15px;
}
.container_detail_page .content_section p {
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  color: #0A2E1E;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .content_section p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .content_section p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .content_section p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .content_section p {
    font-size: 20px;
    line-height: 30px;
  }
}
.container_detail_page .content_section .content_Para {
  font-family: Poppins;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 0;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .content_section .content_Para {
    font-size: 35px;
    line-height: 45px;
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .content_section .content_Para {
    font-size: 20px;
    line-height: 30px;
  }
}
.container_detail_page .bullet_list {
  margin-bottom: -30px;
}
.container_detail_page .bullet_list li {
  font-size: 18px;
  color: #0A2E1E;
  padding: 0px 0px 20px 38px;
  line-height: 28px;
  text-align: left;
}
.container_detail_page .bullet_list li::after {
  width: 15px;
  height: 15px;
  top: 7px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .bullet_list li {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .bullet_list li {
    font-size: 20px;
    line-height: 30px;
  }
  .container_detail_page .bullet_list li::after {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .bullet_list li {
    font-size: 25px;
    line-height: 35px;
  }
  .container_detail_page .bullet_list li::after {
    width: 15px;
    height: 15px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .bullet_list li {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .container_detail_page .bullet_list li::after {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .bullet_list li::after {
    width: 10px;
    height: 10px;
    left: 0px;
    top: 5px;
  }
}
.container_detail_page .bullet_list.whiteList {
  margin: 10px 0 10px;
}
.container_detail_page .bullet_list.whiteList li {
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 10px 38px;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .bullet_list.whiteList li {
    font-size: 30px !important;
    line-height: 35px;
    padding: 0px 0px 20px 38px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .bullet_list.whiteList li {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 0px 10px 30px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .bullet_list.whiteList li {
    font-size: 12px;
    line-height: 22px;
    padding: 0px 0px 10px 23px;
  }
}
.container_detail_page .bullet_list.square_list li::after {
  width: 13px;
  height: 13px;
  border-radius: 0;
  top: 9px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .bullet_list.square_list li::after {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .bullet_list.square_list li::after {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .bullet_list.square_list li::after {
    width: 10px;
    height: 10px;
    border-radius: 0;
    top: 7px;
  }
}
.container_detail_page .pan_india_service_section p {
  color: #0A2E1E;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1470px) {
  .container_detail_page .boxProduct {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 130px;
  }
  .container_detail_page .boxProduct .imgbox {
    max-width: 695px;
    margin-bottom: 100px;
  }
  .container_detail_page .boxProduct .imgbox img {
    width: 100%;
  }
  .container_detail_page .boxProduct p {
    font-size: 24px;
  }
  .container_detail_page .boxProduct p span {
    font-size: 16px;
  }
  .container_detail_page .margintopset1 {
    margin-top: 4px;
  }
  .container_detail_page .content_section {
    padding: 10px 0px 40px 0px;
  }
  .container_detail_page .content_section p {
    font-size: 23px;
  }
  .container_detail_page .bullet_list {
    margin-bottom: -30px;
  }
  .container_detail_page .bullet_list li {
    font-size: 23px;
    padding: 0px 0px 30px 38px;
  }
  .container_detail_page .bullet_list li::after {
    width: 20px;
    height: 20px;
    top: 11px;
  }
  .container_detail_page .pan_india_service_section p {
    font-size: 20px;
  }
}
.container_detail_page.paddinnerbtm {
  padding-bottom: 150px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page.paddinnerbtm {
    padding-bottom: 210px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page.paddinnerbtm {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .container_detail_page.paddinnerbtm {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .container_detail_page.paddinnerbtm {
    padding-bottom: 95px;
  }
}
@media (max-width: 575px) {
  .container_detail_page.paddinnerbtm {
    padding-bottom: 105px;
  }
}
@media (max-width: 450px) {
  .container_detail_page.paddinnerbtm {
    padding-bottom: 25px;
  }
  .container_detail_page.paddinnerbtm.paddingonBox {
    padding-bottom: 60px;
  }
}

@media (max-width: 450px) {
  .container_detail_page .detail_section.detail_box .boxProduct {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .container_detail_page .detail_section.detail_box.container_box .boxProduct::before {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .container_detail_page .detail_section.detail_box.container_box .boxProduct::before {
    top: 8%;
  }
}

@media (max-width: 991px) {
  .container_detail_page .detail_section.detail_box .boxProduct::before {
    top: 22%;
    height: 17%;
  }
}
@media (max-width: 767px) {
  .container_detail_page .detail_section.detail_box .boxProduct::before {
    top: 22%;
    height: 19%;
  }
}
@media (max-width: 575px) {
  .container_detail_page .detail_section.detail_box .boxProduct::before {
    top: 16%;
    height: 19%;
  }
}
@media (max-width: 450px) {
  .container_detail_page .detail_section.detail_box .boxProduct::before {
    top: 15%;
    height: 19%;
  }
}

@media (max-width: 450px) {
  .container_detail_page .detail_section.sector_section .boxBottom {
    padding-bottom: 50px;
    padding-top: 1%;
    margin-bottom: 50px;
  }
}

@media (max-width: 450px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container_detail_page .detail_section.sector_section.detail_box .boxProduct::before {
  top: 19%;
  border-radius: 10px;
  background-color: #0A2E1E;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct::before {
    top: 12%;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct::before {
    top: 14%;
  }
}
@media (max-width: 991px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct::before {
    top: 9%;
  }
}
@media (max-width: 767px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct::before {
    top: 9%;
  }
}
@media (max-width: 450px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct::before {
    top: 9%;
  }
}

.container_detail_page .detail_section.sector_section.detail_box .boxProduct .imgbox {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container_detail_page .detail_section.sector_section.detail_box .boxProduct .imgbox {
    max-width: 700px !important;
  }
}

@media (max-width: 450px) {
  .container_detail_page .detail_section.why_box .boxProduct {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container_detail_page .detail_section.why_box .boxProduct::before {
  top: 20%;
  background-color: #0A2E1E;
  border-radius: 10px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .detail_section.why_box .boxProduct::before {
    top: 22%;
  }
}
@media (max-width: 991px) {
  .container_detail_page .detail_section.why_box .boxProduct::before {
    top: 17%;
  }
}
@media (max-width: 450px) {
  .container_detail_page .detail_section.why_box .boxProduct::before {
    top: 14%;
  }
}

.container_detail_page .detail_section.why_box .boxProduct .imgbox {
  margin-bottom: 0;
}

.container_detail_page .detail_section .boxProduct.boxAfter .imgbox::before {
  display: none !important;
}

.container_detail_page .font25 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
.container_detail_page .detail_section .description {
  max-width: 1315px;
  margin: 0 auto;
}
.container_detail_page .detail_section .description .hd2 {
  font-weight: 400;
  max-width: 1150px;
  margin: 0 auto;
}
.container_detail_page .detail_section .imgbox {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.container_detail_page .detail_section .imgbox::before {
  position: absolute;
  content: "";
  left: -33%;
  top: 0;
  background: #0A2E1E;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container_detail_page .detail_section .imgbox img {
  width: 640px;
  height: 100%;
}
.container_detail_page .detail_section .keyFeatures .hd2{ font-size: 30px; line-height:1.5em; }
.container_detail_page .detail_section .keyFeatures ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.container_detail_page .detail_section .keyFeatures ul li {
  flex: 0 0 31%;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.container_detail_page .detail_section .keyFeatures ul li:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container_detail_page .detail_section .keyFeatures ul li:nth-last-child(odd) {
  background: #0A2E1E;
  color: #fff;
}
.container_detail_page .detail_section .keyFeatures ul li:nth-child(1) {
  box-shadow: none;
}
.container_detail_page .detail_section .keyFeatures ul li img {
  padding-bottom: 10px;
}
.container_detail_page .detail_section .keyFeatures ul li .font25 {
  padding-bottom: 10px;
}
.container_detail_page .detail_section .keyFeatures ul li h5.font25 {
  text-transform: capitalize;
}
.container_detail_page .detail_section .keyFeatures ul li .featuresBox p {
  padding: 0px;
  line-height: 22px;
}
@media (max-width: 1366px) {
  .container_detail_page .detail_section .keyFeatures ul li {
    flex: 0 0 30%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .detail_section .keyFeatures ul li {
    flex: 0 0 47%;
  }
}
@media (max-width: 767px) {
  .container_detail_page .detail_section .keyFeatures ul li {
    flex: 0 0 100%;
  }
  .container_detail_page .detail_section .keyFeatures ul li h2 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .container_detail_page .detail_section .hd2 {
    padding-top: 40px;
  }
}
.container_detail_page .flexdiv {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container_detail_page .containerDescription {
  position: relative;
}
.container_detail_page .containerDescription::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 70%;
  background: #0A2E1E;
}
.container_detail_page .containerDescription ul {
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.container_detail_page .containerDescription ul li {
  flex: 0 0 44%;
  height: 100%;
}
.container_detail_page .containerDescription ul li.set4li {
  flex: 0 0 60%;
}
.container_detail_page .containerDescription ul li.set4li .containerTemp, .container_detail_page .containerDescription ul li.set4li .containerSize {
  min-height: auto !important;
}
.container_detail_page .containerDescription ul li.set4li .containerTemp ul li, .container_detail_page .containerDescription ul li.set4li .containerSize ul li {
  flex: 0 0 23%;
}
@media (max-width: 1199px) {
  .container_detail_page .containerDescription ul li.set4li {
    flex: 0 0 100%;
    text-align: center;
  }
}
.container_detail_page .containerDescription ul li .containerTemp, .container_detail_page .containerDescription ul li .containerSize {
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.2509803922);
  background: #fff;
  padding: 25px 35px;
  min-height: 344px;
  height: 100%;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .containerDescription ul li .containerTemp, .container_detail_page .containerDescription ul li .containerSize {
    min-height: 355px;
  }
}
.container_detail_page .containerDescription ul li .containerTemp ul, .container_detail_page .containerDescription ul li .containerSize ul {
  gap: 15px;
}
.container_detail_page .containerDescription ul li .containerTemp ul li, .container_detail_page .containerDescription ul li .containerSize ul li {
  box-shadow: none;
  flex: 0 0 30%;
  padding: 0px;
}
.container_detail_page .containerDescription ul li .containerTemp .font25, .container_detail_page .containerDescription ul li .containerSize .font25 {
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .container_detail_page .containerDescription ul li .containerTemp, .container_detail_page .containerDescription ul li .containerSize {
    padding: 20px;
  }
}
.container_detail_page .containerDescription ul li .containerTemp ul {
  justify-content: flex-start;
}
.container_detail_page .containerDescription ul li .containerSize ul {
  align-items: flex-end;
  justify-content: space-between;
}
.container_detail_page .containerDescription ul li .containerSize ul p {
  font-size: 14px;
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 0px;
  min-height: 73px;
}
@media (max-width: 1199px) {
  .container_detail_page .containerDescription ul li {
    flex: 0 0 100%;
    text-align: center;
  }
}
.container_detail_page .containerDescription .containerAvailability {
  padding: 55px 0px;
  gap: 0;
}
.container_detail_page .containerDescription .containerAvailability li {
  flex: 0 0 auto;
  padding: 20px 55px;
  position: relative;
  color: #fff;
}
.container_detail_page .containerDescription .containerAvailability li::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background: #17c6f1;
}
.container_detail_page .containerDescription .containerAvailability li:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .container_detail_page .containerDescription .containerAvailability li::before {
    display: none;
  }
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .font25 {
    font-size: 25px;
    line-height: 32px;
  }
}

.newcontainerDiv ul li .containerTemp {
  height: auto !important;
}

.whatsappsec .footersticky {
  position: fixed;
  z-index: 999999;
  bottom: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 5px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.whatsappsec .footersticky .iconPhone {
  border-radius: 100%;
  padding: 5px;
  background: #155A3C;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.whatsappsec .footersticky .iconPhone .fa {
  font-size: 26px;
}
.whatsappsec .footersticky .iconPhone .fa:before {
  color: #fff;
}
.whatsappsec .footersticky img {
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mrg20 {
  margin-bottom: 20px;
}

.additionalcities {
  margin-top: 30px;
}

.locationsec ul {
  display: flex;
  flex-wrap: wrap;
}
.locationsec ul li {
  flex: 0 0 25%;
  max-width: 25%;
}
.locationsec ul li a {
  display: flex;
  justify-content: left;
  justify-content: flex-start;
  border-radius: 8px;
  align-items: center;
  width: 200px;
  margin-bottom: 25px;
}
.locationsec ul li a:hover p {
  color: #0A2E1E;
}
.locationsec ul li img {
  height: 23px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.locationsec ul li p {
  padding: 0px;
  margin-left: 8px;
  color: #000;
}
@media (max-width: 991px) {
  .locationsec ul li {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  .locationsec ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .locationsec ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.boxBgWhite {
  background: #FFF;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 30px;
  height: 100%;
}
.boxBgWhite div {
  height: 55px;
}
.boxBgWhite h3, .boxBgWhite h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  padding-bottom: 15px;
  padding-top: 18px;
}
.boxBgWhite p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.locationUl ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.locationUl ul li {
  position: relative;
  padding: 0px 0px 25px 30px;
  width: 25%;
  font-size: 20px;
}
.locationUl ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url(../images/pin.png) no-repeat left top;
  background-size: 23px;
}

.detail_conactSection {
  color: #fff;
  padding-bottom: 30px !important;
}
.detail_conactSection p {
  color: #fff;
}
.detail_conactSection.contactSec .contactBox {
  padding: 50px 40px;
  background-color: #0A2E1E;
  position: relative;
}
.detail_conactSection.contactSec .contactBox .contactUl {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex {
  margin: 0px 30px;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactAddress .sectionPara {
  color: #fff;
  font-weight: normal;
  padding-bottom: 15px;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl {
  list-style-type: none;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li {
  color: #fff;
  margin: 10px 0;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactCall {
  margin-bottom: 10px;
  text-align: center;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactCall p {
  text-align: center;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactCall .sectionPara {
  color: #fff;
  font-weight: normal;
  padding-bottom: 15px;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactCall .callLink {
  color: #fff;
  transition: 0.4s ease-in-out all;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactCall .callLink:hover {
  color: #17C6F1;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactSocial .sectionPara {
  color: #fff;
  padding-bottom: 0;
  font-weight: normal;
}
.detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
  position: absolute;
  bottom: 22%;
}

.detail_page_new .list_box .col-lg-4 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .detail_page_new .container_detail_page .boxProduct .imgbox {
    max-width: 400px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .detail_page_new .boxBgWhite {
    margin-bottom: 30px;
    height: auto;
  }
  .detail_page_new .list_box .col-lg-4:last-child {
    margin-bottom: 0px;
  }
  .detail_page_new .locationUl ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .detail_page_new .locationUl ul li {
    width: 50%;
  }
  .detail_page_new .detail_conactSection.contactSec .contactBox .contactUl .contactFlex {
    flex: 0px;
    margin: 0px 15px;
  }
  .detail_page_new .detail_conactSection.contactSec .contactBox .contactUl .contactFlex .smallText {
    font-size: 14px;
  }
  .detail_page_new .detail_conactSection.contactSec .contactBox .contactUl .contactFlex .sectionPara {
    padding-bottom: 6px !important;
  }
  .detail_page_new .bullet_list li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .detail_page_new .boxBgWhite {
    padding: 20px;
  }
  .detail_page_new .locationUl ul li {
    font-size: 17px;
  }
  .detail_page_new .detail_conactSection.contactSec .contactBox {
    padding: 30px 20px;
  }
}
@media (max-width: 450px) {
  .detail_page_new .detail_conactSection.contactSec .contactBox .contactUl {
    flex-direction: column;
    align-items: center;
  }
  .detail_page_new .detail_conactSection.contactSec .contactBox .contactUl .contactFlex .contactCall.mobileMail {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .detail_page_new .locationUl ul li {
    font-size: 15px;
    padding-left: 24px;
  }
  .detail_page_new .locationUl ul li::before {
    width: 19px;
    background-size: 19px;
    top: 0px;
  }
}

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
footer {
  position: relative;
  background: #0a2e1e;
  padding: 80px 0px 15px 0px;
}
footer .footerLinks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footerLinks li {
  margin: 5px 15px;
}
footer .footerLinks li a {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  padding: 0px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.4s ease-in-out all;
}
footer .footerLinks li:hover a, footer .footerLinks li.active a {
  color: #17C6F1;
}
footer .contactDetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .contactDetails .callfooter {
  margin: 0px 10px;
  color: #fff;
}
footer .contactDetails .callfooter a {
  margin: 0px;
}
footer .contactDetails .callfooter a:first-child {
  padding-right: 0px;
}
footer .contactDetails .callfooter a:last-child {
  padding-left: 5px;
}
footer .contactDetails a {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin: 0px 10px;
  transition: all 0.5s ease-in-out;
}
footer .contactDetails a i {
  margin-right: 6px;
}
footer .contactDetails a:hover {
  color: #17C6F1;
}
@media (max-width: 400px) {
  footer .contactDetails .callfooter {
    margin: 0px;
  }
  footer .contactDetails a {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .contactDetails a i {
    margin-right: 3px;
  }
}
footer .socialIcons {
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 2;
  max-width: 105px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
footer .socialIcons li {
  display: inline-block;
  margin: 0 5px;
}
footer .socialIcons li a {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #0A2E1E;
  transition: all 0.3s ease-in-out;
}
footer .socialIcons li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
footer .socialIcons li a:hover {
  transform: scale(1.2);
}
footer .socialIcons li:hover a {
  color: #fff;
}
footer .socialIcons li.facebook a:hover {
  background-color: #475993;
}
footer .socialIcons li.twitter a:hover {
  background-color: #55ACEE;
}
footer .socialIcons li.youtube a:hover {
  background-color: #D50000;
}
footer .socialIcons li.linkedin a:hover {
  background-color: #207CBA;
}
@media (max-width: 991px) {
  footer .socialIcons {
    margin-top: 10px;
  }
}
footer .refigerate_link {
  font-size: 13px;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
footer .refigerate_link a {
  color: #fff;
}
footer .refigerate_link a:hover {
  color: #17C6F1;
}
footer .footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: rgba(255, 255, 255, 0.0043) solid 1px;
  position: relative;
  padding: 26px 0px 10px;
  margin-top: 0px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
footer .footerBottom p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
footer .footerBottom img {
  max-width: 18px;
}
@media (max-width: 991px) {
  footer .footerBottom {
    justify-content: center;
    flex-direction: column;
    padding: 26px 0px 0;
  }
}
@media (max-width: 767px) {
  footer .footerBottom p {
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  footer .footerBottom {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 50px 0px 26px 0px;
  }
  footer .footerLinks li {
    margin: 5px 8px;
  }
  footer .footerLinks li a {
    font-size: 14px;
  }
  footer .contactDetails a {
    font-size: 16px;
  }
  footer .socialIcons {
    position: relative;
    bottom: inherit;
  }
  footer .footerBottom {
    margin-top: 48px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  footer .footerBottom {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  footer .footerLinks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footerLinks li {
    margin: 0px;
    padding: 5px 2px;
  }
  footer .contactDetails {
    border-top: rgba(255, 255, 255, 0.0011) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.0011) solid 1px;
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  footer .socialIcons li {
    width: 22px;
    height: 22px;
  }
  footer .socialIcons li a {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  footer .footerBottom {
    margin-top: 15px;
    flex-direction: column;
    padding: 15px 0px;
    text-align: center;
  }
  footer .footerBottom p {
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  footer .contactDetails {
    padding: 0px;
  }
  footer .contactDetails a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  footer .footerBottom p {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
}

/* ------- Footer Area End ------- */
#toTop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #114830;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 16px; /* together with this to put the div at the bottom*/
  right: 5px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 999;
}
#toTop:hover {
  background: #17c6f1;
  color: #fff;
}

/* ====== Respensive css strat ====== */
@media (min-width: 1470px) {
  .inner_text {
    font-size: 174px;
    line-height: 0.6;
  }
  .paddinnerbtm {
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1468px) {
  .inner_text {
    font-size: 120px;
    line-height: 0.6;
  }
}
@media (max-width: 1199px) {
  .inner_text {
    font-size: 7rem;
  }
  .paddinnerbtm {
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  h2 {
    padding-bottom: 30px;
  }
  .inner_text {
    font-size: 5.2rem;
  }
  .paddinnerbtm {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 46px;
    line-height: 42px;
    padding-bottom: 18px;
    text-align: center;
  }
  h3 {
    font-size: 27px;
    line-height: 32px;
    padding-bottom: 22px;
  }
  .inner_text {
    text-align: center;
    width: 100%;
    left: 0px;
    font-size: 5.1rem;
  }
}
@media (max-width: 575px) {
  .inner_text {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  p {
    line-height: 22px;
  }
  p.fnt20 {
    font-size: 18px;
    line-height: 24px;
  }
  h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 16px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .inner_text {
    font-size: 3rem;
  }
  .paddinnerbtm {
    padding-bottom: 120px;
  }
}
@media (max-width: 380px) {
  .inner_text {
    font-size: 2.4rem;
  }
  .paddinnerbtm {
    padding-bottom: 80px;
  }
}
.titleHead {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  color: #0A2E1E;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .titleHead {
    font-size: 53px;
    line-height: 63px;
  }
}
@media (max-width: 991px) {
  .titleHead {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .titleHead {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  .titleHead {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0;
  }
}

.sectionPara {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  color: #0A2E1E;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .sectionPara {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 45px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .sectionPara {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  .sectionPara {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sectionPara {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .sectionPara {
    font-size: 14px;
    line-height: 24px;
  }
}

.textPara {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  color: #0A2E1E;
  margin-bottom: 0;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .textPara {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .textPara {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .textPara {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .textPara {
    font-size: 14px;
    line-height: 24px;
  }
}

.smallText {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .smallText {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .smallText {
    font-size: 11px;
    line-height: 17px;
  }
}

.socialIcons {
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 2;
  max-width: 105px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.socialIcons li {
  display: inline-block;
  margin: 0 5px;
}
.socialIcons li a {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #0A2E1E;
  transition: all 0.3s ease-in-out;
}
.socialIcons li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.socialIcons li a:hover {
  transform: scale(1.2);
}
.socialIcons li:hover a {
  color: #fff;
}
.socialIcons li.facebook a:hover {
  background-color: #475993;
}
.socialIcons li.twitter a:hover {
  background-color: #55ACEE;
}
.socialIcons li.youtube a:hover {
  background-color: #D50000;
}
.socialIcons li.linkedin a:hover {
  background-color: #207CBA;
}
.socialIcons li.whatsapp a {
  font-size: 18px;
}
.socialIcons li.whatsapp a:hover {
  background-color: #25A514;
}

.paddingBottom {
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .paddingBottom {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .paddingBottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .paddingBottom {
    padding-bottom: 80px;
  }
}

.aboutSec {
  background-color: #F1F1F1;
}
.aboutSec .aboutText .titleHead {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.aboutSec .aboutText .textPara {
  padding-bottom: 10px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .aboutSec .aboutText .titleHead {
    margin-bottom: 35px;
  }
  .aboutSec .aboutText .textPara {
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .aboutSec .aboutText .titleHead {
    margin-bottom: 20px;
  }
  .aboutSec .aboutText .textPara {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .aboutSec .aboutText .titleHead {
    margin-bottom: 10px;
  }
  .aboutSec .aboutText .textPara {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .aboutSec .aboutText .titleHead {
    margin-bottom: 5px;
  }
  .aboutSec .aboutText .textPara {
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .aboutSec .aboutText .titleHead {
    margin-bottom: 5px;
  }
}

.aboutBottom {
  padding: 70px 0;
  background-image: url("../images/customizd_temp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
}
.aboutBottom .bottomBox {
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 10px;
}
.aboutBottom .bottomBox .moreText {
  display: none;
}
.aboutBottom .bottomBox .sectionPara {
  margin-bottom: 16px;
  font-size: 28px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
.aboutBottom .bottomBox .textPara {
  font-size: 22px;
  line-height: 28px;
}
.aboutBottom .bottomBox .bottomButton {
  text-align: right;
}
.aboutBottom .bottomBox .bottomButton .moreless-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  color: #17C6F1;
  transition: 0.4s ease-in-out all;
}
.aboutBottom .bottomBox .bottomButton .moreless-button:hover {
  color: #0A2E1E;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .aboutBottom {
    padding: 70px 0;
  }
  .aboutBottom .bottomBox {
    margin: 0px auto;
    padding: 30px;
  }
  .aboutBottom .bottomBox .bottomButton .moreless-button {
    font-size: 30px;
    line-height: 30px;
  }
  .aboutBottom .bottomBox .sectionPara {
    margin-bottom: 16px;
    font-size: 30px;
  }
  .aboutBottom .bottomBox .textPara {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .aboutBottom .bottomBox {
    padding: 20px;
  }
  .aboutBottom .bottomBox .sectionPara {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .aboutBottom .bottomBox .textPara {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .aboutBottom .bottomBox {
    padding: 30px;
  }
  .aboutBottom .bottomBox .sectionPara {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .aboutBottom .bottomBox .textPara {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .aboutBottom .bottomBox {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .aboutBottom .bottomBox {
    padding: 30px;
    min-height: 325px;
    margin-bottom: 25px;
  }
  .aboutBottom .bottomBox .bottomButton .moreless-button {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .aboutBottom {
    padding: 50px 0;
  }
  .aboutBottom .bottomBox {
    padding: 30px;
    min-height: 200px;
    margin-bottom: 25px;
  }
  .aboutBottom .bottomBox .bottomButton .moreless-button {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .aboutBottom {
    padding: 50px 0;
  }
  .aboutBottom .bottomBox {
    padding: 25px;
    min-height: 215px;
    margin-bottom: 25px;
  }
  .aboutBottom .bottomBox .bottomButton .moreless-button {
    font-size: 14px;
    line-height: 18px;
  }
}

.contactSec .headingBox .titleHead {
  text-align: center;
  margin-bottom: 40px;
}
.contactSec .contactBox {
  padding: 50px 40px;
  background-color: #0A2E1E;
  position: relative;
}
.contactSec .contactBox .contactUl {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}
.contactSec .contactBox .contactUl .contactFlex .contactAddress .sectionPara {
  color: #fff;
  font-weight: normal;
  padding-bottom: 15px;
}
.contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl {
  list-style-type: none;
}
.contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li {
  color: #fff;
  margin: 10px 0;
}
.contactSec .contactBox .contactUl .contactFlex .contactCall {
  color: #fff;
  margin-bottom: 10px;
}
.contactSec .contactBox .contactUl .contactFlex .contactCall .sectionPara {
  color: #fff;
  font-weight: normal;
  padding-bottom: 15px;
}
.contactSec .contactBox .contactUl .contactFlex .contactCall .callLink {
  color: #fff;
  transition: 0.4s ease-in-out all;
}
.contactSec .contactBox .contactUl .contactFlex .contactCall .callLink:hover {
  color: #17C6F1;
}
.contactSec .contactBox .contactUl .contactFlex .contactSocial .sectionPara {
  color: #fff;
  padding-bottom: 0;
  font-weight: normal;
}
.contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
  position: absolute;
  bottom: 14%;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .contactSec .headingBox .titleHead {
    margin-bottom: 65px;
  }
  .contactSec .contactBox {
    padding: 60px 65px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .sectionPara {
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li .smallText {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall {
    margin-bottom: 6px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .sectionPara {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .sectionPara {
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
    bottom: 14%;
  }
}
@media (max-width: 1199px) {
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
    bottom: 14%;
  }
}
@media (max-width: 991px) {
  .contactSec .headingBox .titleHead {
    margin-bottom: 25px;
  }
  .contactSec .contactBox .contactUl {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .sectionPara {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li {
    margin: 6px 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall {
    margin-bottom: 5px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .sectionPara {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .callLink {
    color: #fff;
    transition: 0.4s ease-in-out all;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .sectionPara {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
    bottom: 12%;
  }
}
@media (max-width: 767px) {
  .contactSec .headingBox .titleHead {
    margin-bottom: 20px;
  }
  .contactSec .contactBox {
    padding: 40px;
  }
  .contactSec .contactBox .contactUl {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contactSec .contactBox .contactUl .contactFlex {
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .sectionPara {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li {
    margin: 5px 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li .smallText {
    padding-bottom: 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall {
    margin-bottom: 0px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .sectionPara {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .callLink {
    color: #fff;
    transition: 0.4s ease-in-out all;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .callLink:hover {
    color: #17C6F1;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .sectionPara {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
    bottom: 40%;
  }
  .contactSec .contactBox .contactUl .contactFlex.flexMobile {
    display: flex;
    justify-content: space-between;
  }
  .contactSec .contactBox .contactUl .contactFlex:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .contactSec .headingBox .titleHead {
    margin-bottom: 10px;
  }
  .contactSec .contactBox {
    padding: 40px;
  }
  .contactSec .contactBox .contactUl {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contactSec .contactBox .contactUl .contactFlex {
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .sectionPara {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li {
    margin: 5px 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactAddress .addressUl li .smallText {
    padding-bottom: 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall {
    margin-bottom: 15px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .sectionPara {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0px;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .callLink {
    color: #fff;
    transition: 0.4s ease-in-out all;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall .callLink:hover {
    color: #17C6F1;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactCall.mobileMail {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .sectionPara {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0;
  }
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
    bottom: 44%;
  }
  .contactSec .contactBox .contactUl .contactFlex.flexMobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contactSec .contactBox .contactUl .contactFlex:nth-child(1) {
    margin-bottom: 10px;
  }
  .contactSec .contactBox .contactUl .contactFlex:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .contactSec .contactBox .contactUl .contactFlex .contactSocial .socialIcons {
    bottom: 26%;
  }
}

.contactForm .headingBox .titleHead {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .contactForm .headingBox .titleHead {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  .contactForm .headingBox .titleHead {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contactForm .headingBox .titleHead {
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .contactForm .headingBox .titleHead {
    margin-bottom: 15px;
  }
}
.contactForm .inquiryForm .form-group {
  position: relative;
  margin-bottom: 18px;
}
.contactForm .inquiryForm .form-group label.error {
  position: absolute;
  left: 0px;
  bottom: -18px;
  font-size: 13px;
  color: #ff0000;
}
.contactForm .inquiryForm .form-group .form-control {
  padding: 1rem 0.75rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  border-radius: 6px;
  transition: 0.4s ease-in-out all;
  margin-bottom: 0;
  background: rgba(10, 46, 30, 0.06);
  border: 1px solid rgba(10, 46, 30, 0.3);
}
.contactForm .inquiryForm .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.24);
  -moz-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.contactForm .inquiryForm .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.24);
  transition: 0.4s ease-in-out all;
}
.contactForm .inquiryForm .form-group .form-control:hover, .contactForm .inquiryForm .form-group .form-control:focus {
  background: rgba(10, 46, 30, 0.18);
  border: 1px solid #0A2E1E;
  outline: none;
  box-shadow: none;
}
.contactForm .inquiryForm .form-group .form-control:hover::-moz-placeholder, .contactForm .inquiryForm .form-group .form-control:focus::-moz-placeholder {
  color: #0A2E1E;
}
.contactForm .inquiryForm .form-group .form-control:hover::placeholder, .contactForm .inquiryForm .form-group .form-control:focus::placeholder {
  color: #0A2E1E;
}
.contactForm .inquiryForm .form-group textarea {
  height: calc(13rem + 2px) !important;
}
.contactForm .inquiryForm .form-group .messageText {
  height: calc(7.9rem + 2px) !important;
}
.contactForm .inquiryForm .form-group label {
  font-size: 12px;
  color: #0A2E1E;
}
.contactForm .inquiryForm .form-group .roboto {
  position: relative;
  height: 57px;
}
.contactForm .inquiryForm .form-group .roboto .pull-left {
  float: left;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  background: #0A2E1E;
  border-radius: 6px;
}
.contactForm .inquiryForm .form-group .uploadresume {
  position: relative;
}
.contactForm .inquiryForm .form-group .uploadresume label.error {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.contactForm .inquiryForm .form-group .uploadresume .input-group .form-control:focus {
  box-shadow: none;
}
.contactForm .inquiryForm .form-group .uploadresume i {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.contactForm .inquiryForm .form-group .uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 3;
}
.contactForm .inquiryForm .form-group .uploadresume label.error {
  top: 100% !important;
}
.contactForm .inquiryForm .form-group .btn-file {
  position: relative;
  overflow: hidden;
}
.contactForm .inquiryForm .form-group .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.contactForm .inquiryForm .form-group .career_btn {
  display: flex;
  align-items: center;
  height: 100%;
  background: #0A2E1E;
  border-radius: 6px;
  padding: 5px 15px;
}
.contactForm .inquiryForm .form-group .career_btn img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactForm .inquiryForm .form-group .captcha_refresh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contactForm .inquiryForm .form-group .captcha_refresh .roboto {
  width: calc(100% - 40px);
}
.contactForm .inquiryForm .form-group .captcha_refresh .refreshBtn {
  border: none;
  background: none;
  width: 30px;
  margin-left: 10px;
  font-size: 30px;
  color: #17C6F1;
}
@media (max-width: 400px) {
  .contactForm .inquiryForm .form-group .captcha_refresh .roboto {
    width: calc(100% - 25px);
  }
  .contactForm .inquiryForm .form-group .captcha_refresh .refreshBtn {
    font-size: 20px;
    margin-left: 5px;
  }
}
.contactForm .inquiryForm .formButton {
  max-width: 200px;
  margin: 25px auto 0;
}
.contactForm .info2, .contactForm .success, .contactForm .warning2, .contactForm .failure, .contactForm .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-align: left;
}
.contactForm .info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(http://template.weblivelink.com/uiproject/design_images/info.png) !important;
}
.contactForm .success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(http://template.weblivelink.com/uiproject/design_images/success.png) !important;
}
.contactForm .warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(http://template.weblivelink.com/uiproject/design_images/exclamation.png) !important;
}
.contactForm .failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(http://template.weblivelink.com/uiproject/design_images/error.png) !important;
}

.whyusSec {
  padding: 70px 0px 40px;
}
.whyusSec .detail_section .boxProduct {
  margin-bottom: 0;
}
.whyusSec .detail_section .boxProduct .content_section {
  max-width: 950px;
  margin: 0 auto 10%;
}
.whyusSec .detail_section .boxProduct .content_section .bullet_list li {
  padding: 0px 0px 20px 25px;
}
.whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}
.whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
  border-radius: 0;
  width: 10px;
  height: 10px;
  top: 13px;
}
.whyusSec .boxProduct::after {
  bottom: 11.5%;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .whyusSec {
    padding: 94px 0px 86px;
  }
  .whyusSec .detail_section .boxProduct {
    margin-bottom: 0;
  }
  .whyusSec .detail_section .boxProduct .imgbox {
    margin-bottom: 65px;
  }
  .whyusSec .detail_section .boxProduct .content_section {
    max-width: 1150px;
    margin: 0 auto 5%;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: left;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
    border-radius: 0;
    top: 16px;
    width: 17px;
    height: 17px;
  }
  .whyusSec .boxProduct::after {
    bottom: 7.5%;
  }
}
@media (max-width: 1199px) {
  .whyusSec .detail_section .boxProduct {
    margin-bottom: 0;
  }
  .whyusSec .detail_section .boxProduct .imgbox {
    margin-bottom: 30px;
  }
  .whyusSec .detail_section .boxProduct .content_section {
    max-width: 950px;
    margin: 0 auto 5%;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
    border-radius: 0;
    top: 5px;
  }
  .whyusSec .boxProduct::after {
    bottom: 9.5%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .whyusSec .detail_section .boxProduct {
    margin-bottom: 0;
  }
  .whyusSec .detail_section .boxProduct .imgbox {
    margin-bottom: 30px;
  }
  .whyusSec .detail_section .boxProduct .content_section {
    max-width: 950px;
    margin: 0 auto 5%;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
    border-radius: 0;
    top: 5px;
  }
  .whyusSec .boxProduct::after {
    bottom: 9.5%;
  }
}
@media (max-width: 991px) {
  .whyusSec {
    padding: 45px 0px 15px;
  }
  .whyusSec .detail_section .boxProduct {
    margin-bottom: 0;
  }
  .whyusSec .detail_section .boxProduct .imgbox {
    margin-bottom: 30px;
  }
  .whyusSec .detail_section .boxProduct .content_section {
    max-width: 950px;
    margin: 0 auto 10%;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
    border-radius: 0;
    top: 5px;
  }
  .whyusSec .boxProduct::after {
    bottom: 9.5%;
  }
}
@media (max-width: 767px) {
  .whyusSec {
    padding: 35px 0px 10px;
  }
  .whyusSec .detail_section .boxProduct {
    margin-bottom: 0;
  }
  .whyusSec .detail_section .boxProduct .imgbox {
    margin-bottom: 30px;
  }
  .whyusSec .detail_section .boxProduct .content_section {
    max-width: 950px;
    margin: 0 auto 10%;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
    border-radius: 0;
    top: 4px;
  }
  .whyusSec .boxProduct::after {
    bottom: 9.5%;
  }
}
@media (max-width: 450px) {
  .whyusSec .detail_section .boxProduct {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .whyusSec .detail_section .boxProduct .imgbox {
    margin-bottom: 15px;
  }
  .whyusSec .detail_section .boxProduct .content_section {
    max-width: 100%;
    margin: 0 auto 13%;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li {
    padding: 0px 0px 10px 20px;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li .listText {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .whyusSec .detail_section .boxProduct .content_section .bullet_list li::after {
    border-radius: 0;
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .whyusSec .boxProduct::after {
    bottom: 7.5%;
    height: 83%;
  }
}

.container_detail_page .detail_section.detail_box .boxProduct {
  padding-top: 2%;
}
.container_detail_page .detail_section.detail_box .boxProduct .imgbox {
  max-width: 500px;
  margin: 0 auto;
}
.container_detail_page .detail_section.detail_box .boxProduct .imgbox img {
  width: 100%;
}
.container_detail_page .detail_section.detail_box .boxProduct .list_detail {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .container_detail_page .detail_section.detail_box .boxProduct {
    padding-bottom: 60px;
  }
  .container_detail_page .detail_section.detail_box .boxProduct .list_detail {
    margin-top: 10%;
  }
}
@media (max-width: 450px) {
  .container_detail_page .detail_section.detail_box .boxProduct {
    padding-bottom: 40px;
  }
  .container_detail_page .detail_section.detail_box .boxProduct .list_detail {
    margin-top: 10%;
  }
}
.container_detail_page .detail_section .content_section.content_margin {
  margin-top: 30px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li {
    font-size: 30px !important;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .detail_section .content_section.content_margin .hd3 {
    font-size: 25px;
    line-height: 30px;
  }
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li::after {
    top: 7px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .detail_section .content_section.content_margin.marginTopzero {
    margin-top: 0;
    padding-bottom: 0;
  }
  .container_detail_page .detail_section .content_section.content_margin .hd3 {
    font-size: 27px;
    padding-bottom: 15px;
    line-height: 37px;
  }
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .detail_section .content_section.content_margin.marginTopzero {
    margin-top: 0;
  }
  .container_detail_page .detail_section .content_section.content_margin.marginToptwenty {
    margin-top: 20px;
  }
  .container_detail_page .detail_section .content_section.content_margin .hd3 {
    font-size: 27px;
    padding-bottom: 15px;
    line-height: 37px;
  }
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li {
    padding: 0px 0px 25px 30px;
  }
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li::after {
    width: 15px;
    height: 15px;
    top: 8px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .detail_section .content_section.content_margin.marginTopzero {
    margin-top: 0;
  }
  .container_detail_page .detail_section .content_section.content_margin .hd3 {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 34px;
  }
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li {
    font-size: 17px;
    line-height: 25px;
    padding: 0px 0px 25px 30px;
  }
  .container_detail_page .detail_section .content_section.content_margin .bullet_list li::after {
    top: 5px;
  }
}
.container_detail_page .detail_section .content_section .bullet_side {
  list-style-type: none;
  margin-bottom: -10px;
}
.container_detail_page .detail_section .content_section .bullet_side li {
  position: relative;
  font-size: 26px;
  color: #0A2E1E;
  padding: 0px 0px 20px 38px;
  font-weight: 400;
  line-height: 1.1;
  padding-left: 60px;
}
.container_detail_page .detail_section .content_section .bullet_side li::after {
  content: "";
  background-image: url("../images/high_strength.svg");
  width: 55px;
  height: 55px;
  position: absolute;
  left: -5px;
  top: 0px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background-position: center;
  background-size: 35px;
}
.container_detail_page .detail_section .content_section .bullet_side li:nth-child(2)::after {
  background-image: url("../images/insulation.svg");
}
.container_detail_page .detail_section .content_section .bullet_side li:nth-child(3)::after {
  background-image: url("../images/spacious.svg");
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .detail_section .content_section .bullet_side li {
    font-size: 35px;
    line-height: 40px;
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .detail_section .content_section .bullet_side li {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .detail_section .content_section .bullet_side {
    margin-bottom: 10px;
  }
  .container_detail_page .detail_section .content_section .bullet_side li {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 55px;
    padding-left: 70px;
  }
}
@media (max-width: 575px) {
  .container_detail_page .detail_section .content_section .bullet_side li {
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .detail_section .content_section .bullet_side li {
    font-size: 18px;
    line-height: 35px;
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .pan_india_service_section .hd5 {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .pan_india_service_section p {
    padding-bottom: 0;
  }
}

.mapSec {
  position: relative;
  margin: 0 auto;
}
.mapSec .row {
  align-items: center;
}
@media (max-width: 991px) {
  .mapSec .mapText .titleHead {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .mapSec .mapText .titleHead {
    margin-bottom: 20px;
  }
}
.mapSec .mapSection {
  position: relative;
}
.mapSec .mapSection .mapListing {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mapSec .mapSection .mapListing li img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .mapSec .mapSection .mapListing li img {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .mapSec .mapSection .mapListing li img {
    height: 30px;
  }
}
.mapSec .mapSection .mapListing li p {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 15px;
  transform: translate(-40%, -250%);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mapSec .mapSection .mapListing li p {
    transform: translate(-40%, -210%);
  }
}
.mapSec .mapSection .mapListing li:hover img {
  transform: translateY(-5px);
}
.mapSec .mapSection .mapListing li:hover p {
  display: block;
}
.mapSec .mapSection .mapListing li.ahmedabad {
  position: absolute;
  top: 43%;
  left: 13%;
}
.mapSec .mapSection .mapListing li.haryana {
  position: absolute;
  top: 12%;
  left: 27%;
}
.mapSec .mapSection .mapListing li.madhyaPradesh {
  position: absolute;
  top: 34%;
  left: 30.5%;
}
.mapSec .mapSection .mapListing li.maharastra {
  position: absolute;
  top: 50%;
  left: 19%;
}
.mapSec .mapSection .mapListing li.telangana {
  position: absolute;
  top: 59%;
  left: 36.5%;
}
.mapSec .mapSection .mapListing li.andhraPradesh {
  position: absolute;
  top: 69.5%;
  left: 33%;
}
.mapSec .mapSection .mapListing li.rajasthan {
  position: absolute;
  top: 28%;
  left: 13%;
}
.mapSec .mapSection .mapListing li.kashmir {
  position: absolute;
  top: 2%;
  left: 27%;
}
.mapSec .mapSection .mapListing li.uttarPradesh {
  position: absolute;
  top: 30%;
  left: 38%;
}
.mapSec .mapSection .mapListing li.chhatishgadh {
  position: absolute;
  top: 40%;
  left: 49%;
}
.mapSec .mapSection .mapListing li.odisha {
  position: absolute;
  top: 55%;
  left: 53%;
}
.mapSec .mapSection .mapListing li.jharkhand {
  position: absolute;
  top: 37%;
  left: 63%;
}
.mapSec .mapSection .mapListing li.arunachalPradesh {
  position: absolute;
  top: 25%;
  left: 84%;
}
.mapSec .mapSection .mapListing li.mizoram {
  position: absolute;
  top: 37%;
  left: 83%;
}
.mapSec .mapSection .mapListing li.karnataka {
  position: absolute;
  top: 79%;
  left: 23%;
}
.mapSec .mapSection .mapListing li.tamilnadu {
  position: absolute;
  top: 88%;
  left: 31%;
}

.contactBtn {
  margin: 0 auto;
}

.backgroundGrey {
  background: #f1f1f1;
}

.greebgContent {
  background: #0A2E1E;
  padding: 70px 0;
}
.greebgContent p {
  color: #fff;
}

.newreasonSec {
  position: relative;
}
.newreasonSec::before {
  content: "";
  background: url(../images/newreasonbg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.newreasonSec .row {
  align-items: center;
}
.newreasonSec .hd2 {
  padding-bottom: 0;
}
.newreasonSec .reasonBoxsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.newreasonSec .reasonBoxsec .flip-box {
  background-color: transparent;
  width: 240px;
  height: 240px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}
@media (max-width: 1366px) {
  .newreasonSec .reasonBoxsec .flip-box {
    width: 215px;
    height: 220px;
  }
}
@media (max-width: 991px) {
  .newreasonSec .reasonBoxsec .flip-box {
    width: 160px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .newreasonSec .reasonBoxsec .flip-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .newreasonSec .reasonBoxsec {
    display: block;
  }
}
.newreasonSec .reasonBoxsec .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.newreasonSec .reasonBoxsec .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.newreasonSec .reasonBoxsec .flip-box-front, .newreasonSec .reasonBoxsec .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.newreasonSec .reasonBoxsec .flip-box-front {
  background-color: #bbb;
  color: black;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.24);
}
.newreasonSec .reasonBoxsec .flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.24);
}
.newreasonSec .reasonBoxsec .flip-box-back p {
  padding: 0;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
}
.newreasonSec .reasonBoxsec ul li {
  margin: 10px 5px;
}
.newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-front {
  background: #0A2E1E;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding: 60px 30px;
}
.newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-front .number {
  color: #155A3C;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}
.newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-front .title {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 767px) {
  .newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-front {
    background: #155A3C;
  }
  .newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-front .number {
    color: #0A2E1E;
  }
}
.newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-back {
  background: #0A2E1E;
}
@media (max-width: 767px) {
  .newreasonSec .reasonBoxsec ul li:nth-child(odd) .flip-box-back {
    background: #155A3C;
  }
}
.newreasonSec .reasonBoxsec ul li:nth-child(even) .flip-box-front {
  background: #155A3C;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding: 60px 30px;
}
.newreasonSec .reasonBoxsec ul li:nth-child(even) .flip-box-front .number {
  color: #0A2E1E;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}
.newreasonSec .reasonBoxsec ul li:nth-child(even) .flip-box-front .title {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.newreasonSec .reasonBoxsec ul li:nth-child(even) .flip-box-back {
  background: #155A3C;
}
@media (max-width: 1366px) {
  .newreasonSec .reasonBoxsec ul li .number {
    padding-bottom: 10px !important;
  }
  .newreasonSec .reasonBoxsec ul li .title {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .newreasonSec .reasonBoxsec ul li .number {
    padding-bottom: 10px !important;
    font-size: 40px !important;
    line-height: 50px;
  }
  .newreasonSec .reasonBoxsec ul li .title {
    font-size: 14px !important;
  }
}
.newreasonSec .newReasonBoxsec1 .reasonBoxsec {
  max-width: 675px;
}
.newreasonSec .newReasonBoxsec1 .reasonBoxsec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.newreasonSec .newReasonBoxsec1 .reasonBoxsec ul li {
  margin: 5px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .newreasonSec .newReasonBoxsec1 .reasonBoxsec {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .newreasonSec .newReasonBoxsec1 .reasonBoxsec {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .newreasonSec .newReasonBoxsec1 .reasonBoxsec {
    margin-left: auto;
    margin-right: auto;
  }
  .newreasonSec .newReasonBoxsec1 .reasonBoxsec .flip-box {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .newreasonSec .col-lg-3, .newreasonSec .col-lg-9 {
    width: 100%;
  }
  .newreasonSec .hd2 {
    text-align: center;
    padding-bottom: 30px;
  }
}

.serviceSection {
  padding-bottom: 0;
}
.serviceSection .content_section .content_Para {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .serviceSection .content_section .content_Para {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .serviceSection .content_section .content_Para {
    margin-top: 25px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .serviceSection .content_section .content_Para {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}

.marginTopforty {
  margin-top: 40px;
}

.sectorSec.paddinnerbtm {
  padding-bottom: 150px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .sectorSec.paddinnerbtm {
    padding-bottom: 210px;
  }
}
@media (max-width: 991px) {
  .sectorSec.paddinnerbtm {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .sectorSec.paddinnerbtm {
    padding-bottom: 90px;
  }
}
@media (max-width: 450px) {
  .sectorSec.paddinnerbtm {
    padding-bottom: 70px;
  }
}
.sectorSec .row {
  justify-content: center;
}
.sectorSec .sectorBox {
  transform: translateY(0);
  transition: 0.5s ease-in-out all;
}
.sectorSec .sectorBox img {
  width: 100%;
}
.sectorSec .sectorBox p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 30px;
  text-align: center;
  color: #0A2E1E;
  margin-top: 8px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .sectorSec .sectorBox p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .sectorSec .sectorBox p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sectorSec .sectorBox p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .sectorSec .sectorBox p {
    font-size: 20px;
    line-height: 30px;
  }
}
.sectorSec .sectorBox:hover {
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .sectorSec .sectorBox {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .sectorSec .sectorBox {
    max-width: 280px;
    margin: 0 auto;
  }
}
.sectorSec.applicationSec .appliText {
  margin: 0 0 15px;
}
.sectorSec.applicationSec .appliText p {
  padding-bottom: 15px;
}
.sectorSec.applicationSec .sectorBox {
  max-width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectorSec.applicationSec .sectorBox img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.sectorSec.applicationSec .sectorBox p {
  font-size: 18px;
  line-height: 26px;
}

.content_section .content_Para {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.content_section .content_Para.sector_content {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 35px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .content_section .content_Para {
    font-size: 30px !important;
    line-height: 40px;
  }
  .content_section .content_Para.sector_content {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 1199px) {
  .content_section .content_Para {
    font-size: 20px;
    line-height: 30px;
  }
  .content_section .content_Para.sector_content {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .content_section .content_Para {
    font-size: 20px;
    line-height: 30px;
  }
  .content_section .content_Para.sector_content {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .content_section .content_Para {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .content_section .content_Para.sector_content {
    font-size: 22px;
    line-height: 32px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .content_section .content_Para {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .content_section .content_Para.sector_content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.container_detail_page .sector_section .boxProduct::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 22%;
}
.container_detail_page .sector_section .boxProduct .content_section .content_Para {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.container_detail_page .sector_section .boxProduct .content_section .content_Para.sector_content {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 35px;
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .container_detail_page .sector_section .boxProduct .content_section .content_Para {
    font-size: 35px;
    line-height: 45px;
  }
  .container_detail_page .sector_section .boxProduct .content_section .content_Para.sector_content {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .container_detail_page .sector_section .boxProduct .content_section .content_Para {
    font-size: 20px;
    line-height: 30px;
  }
  .container_detail_page .sector_section .boxProduct .content_section .content_Para.sector_content {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .container_detail_page .sector_section .boxProduct .content_section .content_Para {
    font-size: 20px;
    line-height: 30px;
  }
  .container_detail_page .sector_section .boxProduct .content_section .content_Para.sector_content {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .container_detail_page .sector_section .boxProduct .content_section .content_Para {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .container_detail_page .sector_section .boxProduct .content_section .content_Para.sector_content {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .container_detail_page .sector_section .boxProduct .content_section .content_Para {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .container_detail_page .sector_section .boxProduct .content_section .content_Para.sector_content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.blogListSection .boxWhite {
  background: #fff;
  box-shadow: 0px 5px 55px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.blogListSection .boxWhite a {
  color: #000;
}
.blogListSection .boxWhite .boxImg {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.blogListSection .boxWhite .boxImg img {
  max-height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.blogListSection .boxWhite .boxText {
  padding: 23px 30px;
}
.blogListSection .boxWhite .boxText p {
  margin: 0px;
  padding: 0px 0px 7px 0px;
}
.blogListSection .boxWhite:hover {
  background: #0A2E1E;
  transition: all 0.3s ease-in-out;
}
.blogListSection .boxWhite:hover a {
  color: #fff;
}
.blogListSection .boxWhite:hover .boxImg img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
@media (max-width: 1500px) {
  .blogListSection .boxWhite {
    margin-bottom: 30px;
  }
  .blogListSection .boxWhite .boxImg {
    height: auto;
    min-height: 300px;
    max-height: 300px;
  }
  .blogListSection .boxWhite .boxText {
    padding: 16px 20px;
  }
  .blogListSection .boxWhite .boxText p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .blogListSection .boxWhite .boxImg {
    min-height: 224px;
    max-height: 224px;
  }
}
@media (max-width: 767px) {
  .blogListSection .boxWhite .boxImg {
    min-height: 300px;
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .blogListSection {
    margin-bottom: 15px;
  }
  .blogListSection .boxWhite .boxImg {
    min-height: auto;
    max-height: auto;
  }
}

.megaMenu .drpdwn_services ul li a {
  padding: 0 !important;
  color: #213447 !important;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
  font-weight: 600;
  white-space: normal;
}
.megaMenu .drpdwn_services ul li a:hover, .megaMenu .drpdwn_services ul li a.active {
  color: #0A2E1E !important;
}
.megaMenu .drpdwn_services ul li a::after {
  display: none;
}
.megaMenu .mega_nav {
  width: 100%;
}
@media (max-width: 991px) {
  .megaMenu .megaMenu .mega_nav {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .megaMenu {
    padding: 20px 0 0 !important;
  }
  .megaMenu .drpdwn_services {
    text-align: center;
  }
  .megaMenu .drpdwn_services a {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .megaMenu .drpdwn_services a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .megaMenu .drpdwn_services a {
    font-size: 12px !important;
  }
}

.solutionMenu .mega_nav {
  max-width: 100%;
}
.solutionMenu .solutionDropdown span {
  font-size: 16px;
  color: #304255;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.solutionMenu .solutionDropdown span.addonSpan {
  padding-top: 10px;
}
.solutionMenu .solutionDropdown ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.solutionMenu .solutionDropdown ul li {
  padding-bottom: 5px !important;
  flex: 0 0 50%;
  max-width: 50%;
}
.solutionMenu .solutionDropdown ul li a {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px !important;
}
.solutionMenu .solutionDropdown ul li a::before {
  top: 8px;
}
.solutionMenu .solutionDropdown ul li .font15 a {
  font-size: 15px !important;
  padding-left: 0 !important;
}
.solutionMenu .solutionDropdown ul li .font15 a::before {
  display: none;
}
.solutionMenu .solutionDropdown.flexDropdown ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .solutionMenu .solutionDropdown.flexDropdown {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .solutionMenu .solutionDropdown span {
    font-size: 20px;
    line-height: 25px;
  }
  .solutionMenu .solutionDropdown ul li {
    padding-bottom: 10px !important;
  }
  .solutionMenu .solutionDropdown ul li a {
    font-size: 18px !important;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .solutionMenu .solutionDropdown span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .solutionMenu .solutionDropdown ul li {
    padding-bottom: 5px !important;
  }
  .solutionMenu .solutionDropdown ul li a {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  .solutionMenu .solutionDropdown {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solutionMenu .solutionDropdown ul li {
    padding-bottom: 5px !important;
  }
  .solutionMenu .solutionDropdown ul li a {
    color: #fff !important;
  }
  .solutionMenu .solutionDropdown ul li:hover a {
    color: #17C6F1 !important;
  }
}
@media (max-width: 991px) {
  .solutionMenu .solutionDropdown {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .solutionMenu .solutionDropdown span {
    color: #d5d5d5;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .solutionMenu .solutionDropdown {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.scrollingText {
  position: relative;
}

.scrolling-text {
  display: block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
}

.margin_img {
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .margin_img {
    margin: 0 0 25px;
  }
}

.modal {
  z-index: 1111;
}
.modal .modal-dialog {
  max-width: 730px;
}
.modal .modal-dialog .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.modal .modal-dialog .modal-header .modal-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  color: #0A2E1E;
  position: relative;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-body {
  padding: 25px 20px;
}
.modal .modal-dialog .modal-body .contactForm .inquiryForm .form-group .messageText {
  height: calc(8.3rem + 2px) !important;
}
.modal .modal-dialog .modal-body .contactForm .inquiryForm .formButton {
  margin: 0;
  max-width: 100%;
}
.modal .modal-dialog .modal-body .contactForm .inquiryForm .formButton.maxBtn {
  margin-top: 10px;
}
.modal .modal-dialog .modal-body .contactForm .inquiryForm .formButton.maxBtn .btn_comman {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
}
.modal .modal-dialog .modal-body .contactForm .inquiryForm .formButton.maxBtn .btn_comman::after {
  background-size: 15px;
  margin-left: 10px;
}
.modal .modal-dialog .modal-body .contactForm .inquiryForm .formButton.maxBtn .contactBtn {
  margin: 0;
}

.newApplicationpage .sectorSec.applicationSec .sectorBox {
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px #ccc;
}
.newApplicationpage .sectorSec.applicationSec .sectorBox img {
  flex: 0 0 40%;
  max-width: 100%;
  height: 350px;
}
.newApplicationpage .sectorSec.applicationSec .sectorBox .sectorTxt {
  flex: 0 0 60%;
  max-width: 100%;
  padding: 20px 30px;
}
.newApplicationpage .sectorSec.applicationSec .sectorBox .sectorTxt .sectorText {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.newApplicationpage .sectorSec.applicationSec .sectorBox .sectorTxt p {
  text-align: left;
}
@media (max-width: 1024px) {
  .newApplicationpage .sectorSec.applicationSec .sectorBox img {
    flex: 0 0 50%;
  }
  .newApplicationpage .sectorSec.applicationSec .sectorBox .sectorTxt {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .newApplicationpage .sectorSec.applicationSec .sectorBox p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 16px;
    margin: 0px;
  }
  .newApplicationpage .sectorSec.applicationSec .sectorBox .sectorTxt .sectorText {
    font-size: 18px;
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .newApplicationpage .sectorSec.applicationSec .sectorBox {
    flex-wrap: wrap;
  }
  .newApplicationpage .sectorSec.applicationSec .sectorBox img {
    flex: 0 0 100%;
  }
  .newApplicationpage .sectorSec.applicationSec .sectorBox .sectorTxt {
    flex: 0 0 100%;
  }
}

.thank_modal {
  text-align: center;
}
.thank_modal .click_btn {
  display: block;
  text-align: center;
  margin-top: 3px;
}
.thank_modal .click_btn .btn_comman {
  padding: 11px 20px;
}/*# sourceMappingURL=style.css.map */