/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
.crossLine {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  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: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Larsseit", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

@font-face {
  font-family: "Larsseit";
  src: url("../fonts/Larsseit.woff2") format("woff2"), url("../fonts/Larsseit.woff") format("woff"), url("../fonts/Larsseit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  p {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.error {
  color: red;
}

@media (min-width: 1800px) and (max-width: 2500px) {
  .container {
    max-width: 1400px;
  }
}

button {
  border: none;
}

.btnBox {
  margin: 30px 0 10px;
}
.btnBox.btnMar {
  margin: 30px 0 30px;
}
@media (max-width: 767px) {
  .btnBox.btnMar {
    margin: 15px 0;
  }
}

.footerSec {
  position: relative;
}

.bottomwtsApp {
  position: fixed;
  height: 61px;
  width: 60px;
  bottom: 30%;
  right: 11px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.bottomwtsApp:hover {
  background: #1ebea5;
  transform: scale(1.1);
}
.bottomwtsApp .floatwht {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.eggImg {
  display: flex;
  align-items: center;
}
.eggImg img {
  margin-bottom: 0 !important;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .eggImg {
    justify-content: center;
  }
}

.eggText .fontFifty {
  display: flex;
  align-items: center;
}
.eggText .fontFifty img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .eggText .fontFifty {
    justify-content: center;
  }
  .eggText .fontFifty img {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  display: inline-block;
  padding: 8px 30px;
  background-color: #663A8D;
  color: #fff;
  transition: 0.4s ease-in-out all;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  border-radius: 5px;
}
.defaultButton:hover, .defaultButton:focus {
  color: #fff;
  background-color: #903EDA;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .defaultButton {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 45px;
  }
}
@media (max-width: 767px) {
  .defaultButton {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
  }
}

.normalButton {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: 0.4s ease-in-out all;
}
.normalButton:hover {
  text-decoration: underline;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .normalButton {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .normalButton {
    font-size: 14px;
    line-height: 18px;
  }
}

.colorBlack {
  color: #000;
}

.headFont {
  font-family: "Montserrat", sans-serif;
}

.fontRegular {
  font-weight: 400 !important;
}

.fontSemiBold {
  font-weight: 500 !important;
}

.fontBold {
  font-weight: 600 !important;
}

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

.sectionTitle {
  font-size: 70px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sectionTitle {
    font-size: 55px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
.sectionPadding.sectionTopPadding {
  padding-top: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.fontRegular {
  font-weight: 400;
}

.fontFifty {
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .fontFifty {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  .fontFifty {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .fontFifty {
    font-size: 34px;
    line-height: 45px;
  }
}

.fontFourty {
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fontFourty {
    font-size: 30px;
    line-height: 40px;
  }
}

.fontSemiBold {
  font-weight: 500 !important;
}

.extraSmallText {
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .extraSmallText {
    font-size: 18px;
    line-height: 18px;
  }
}

.fontThirty {
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 10px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .fontThirty {
    font-size: 30px;
    line-height: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .fontThirty {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .fontThirty {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .fontThirty {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .fontThirty {
    font-size: 25px;
    line-height: 35px;
  }
}

.fontSmall {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .fontSmall {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .fontSmall {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .fontSmall {
    font-size: 14px;
    line-height: 18px;
  }
}

.tableFont {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .tableFont {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .tableFont {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .tableFont {
    font-size: 12px;
    line-height: 16px;
  }
}

.fontMid {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .fontMid {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .fontMid {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .fontMid {
    font-size: 22px;
    line-height: 24px;
  }
}

.MidPara {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .MidPara {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .MidPara {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .MidPara {
    font-size: 16px;
    line-height: 20px;
  }
}

.fontNormal {
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 20px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .fontNormal {
    font-size: 33px;
    line-height: 41px;
  }
}
@media (max-width: 991px) {
  .fontNormal {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .fontNormal {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .fontNormal {
    font-size: 20px;
    line-height: 24px;
  }
}

.normalPara {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .normalPara {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .normalPara {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .normalPara {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .normalPara {
    font-size: 12px;
    line-height: 16px;
  }
}

.textBold {
  font-weight: 800;
}

.colorWhite {
  color: #fff;
}

.mainHeader {
  padding: 10px 0;
  background: transparent;
  position: relative;
  width: 100%;
  z-index: 111;
}
.mainHeader.innerHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader.innerHeader header .logo a {
  display: block;
}
.mainHeader.innerHeader header .logo a img {
  width: 140px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .mainHeader.innerHeader header .logo a img {
    width: 200px;
  }
}
.mainHeader.innerHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader.innerHeader header .navbarLink ul li {
  margin: 0 25px;
}
.mainHeader.innerHeader header .navbarLink ul li.reqBtn a {
  text-transform: inherit;
  background-color: #663a8d;
  color: #fff;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 16px;
  transition: 0.4s ease-in-out all;
  border-radius: 5px !important;
}
.mainHeader.innerHeader header .navbarLink ul li.reqBtn:hover a {
  background-color: #903EDA;
  color: #fff;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .mainHeader.innerHeader header .navbarLink ul li {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .mainHeader.innerHeader header .navbarLink ul li {
    margin: 0 18px;
  }
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li {
    margin: 0;
  }
}
.mainHeader.innerHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader.innerHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li {
    margin-left: 0;
    padding: 10px 0;
  }
}
.mainHeader.innerHeader header .navbarLink ul li a {
  font-size: 18px;
  padding: 12px 0;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  transition: 0.4s ease-in-out all;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .mainHeader.innerHeader header .navbarLink ul li a {
    font-size: 21px;
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .mainHeader.innerHeader header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li a {
    font-size: 20px;
    padding: 0;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
  }
}
.mainHeader.innerHeader header .navbarLink ul li.active a, .mainHeader.innerHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #663a8d;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li.active a, .mainHeader.innerHeader header .navbarLink ul li:hover a {
    color: #f9810d;
    background: none;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu {
  background: #000;
  padding: 0;
  margin: 0;
  min-width: 220px;
  transform: inherit !important;
  top: 100% !important;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .dropIn {
  display: flex;
  align-items: center;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu {
  left: 100% !important;
  top: 0% !important;
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  transform: inherit !important;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu .eggText img {
  height: 18px;
  margin-top: 0;
  margin-left: 5px;
  text-align: right;
  position: absolute;
  right: 50px;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu {
    border: none;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li {
  margin-left: 0;
  transition: 0.4s ease-in-out all;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li a {
    padding: 15px;
    font-size: 18px;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li.active, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li:hover {
  background: #663a8d;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li.active > a, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu li:hover > a {
  color: #663a8d !important;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subMenu {
    display: none;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu {
  position: relative;
  background: transparent;
  border: none;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li {
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li a {
  padding: 0;
  font-size: 18px;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li:hover, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li.active {
  background: transparent;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li:hover a, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li.active a {
  background-color: transparent;
  color: #ff9a38 !important;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.dropMenu li a {
    font-size: 25px;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  margin: 0;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #fff;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #000 !important;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  transform: inherit !important;
  top: 100% !important;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal {
    border: none;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li {
  margin-left: 0;
  transition: 0.4s ease-in-out all;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li a {
    padding: 15px;
    font-size: 18px;
  }
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.active, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li:hover {
  background: #663a8d;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.active > a, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li:hover > a {
  background: #663a8d;
  color: #fff !important;
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal {
    background: transparent;
    margin: 5px 0 0;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li {
    text-align: center;
    padding: 5px 0;
    margin-left: 0;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li a {
    color: #fff;
    text-align: center;
    padding: 0;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li:hover, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.active {
    background: transparent;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li:hover a, .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal li.active a {
    color: #ff9a38 !important;
    background: transparent;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu.menuNormal .subdropdown {
    left: 0 !important;
  }
}
.mainHeader.innerHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader.innerHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader.innerHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader.innerHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader.innerHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader.innerHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader.innerHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader.innerHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader.innerHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader.innerHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader.innerHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader.innerHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #ff9a38 !important;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader.innerHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader.innerHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader.innerHeader header .navbarLink {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    text-align: center;
    overflow-y: scroll;
    padding-top: 10%;
  }
  .mainHeader.innerHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader.innerHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mainHeader.innerHeader header .navbarLink {
    padding-top: 17%;
  }
}

.form-control:disabled, .form-control[readonly] {
  background-color: #def6ff;
  opacity: 1;
  text-transform: capitalize;
}

.homebanner {
  position: relative;
}
.homebanner .homeSlider .slick-prev {
  background: #663a8d;
  padding: 20px;
  border-radius: 50px;
  z-index: 1;
  left: 0;
}
.homebanner .homeSlider .slick-prev::before {
  content: "";
  position: absolute;
  background: url("../images/arrow_left.png") no-repeat;
  height: 11px;
  width: 14px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.homebanner .homeSlider .slick-prev:focus, .homebanner .homeSlider .slick-prev:hover {
  background: #663a8d;
}
.homebanner .homeSlider .slick-next {
  background: #663a8d;
  padding: 20px;
  border-radius: 50px;
  z-index: 1;
  right: 0;
}
.homebanner .homeSlider .slick-next::before {
  content: "";
  position: absolute;
  background: url("../images/arrow_right.png") no-repeat;
  height: 11px;
  width: 14px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.homebanner .homeSlider .slick-next:focus, .homebanner .homeSlider .slick-next:hover {
  background: #663a8d;
}
.homebanner .bannerImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.homebanner .bannerBox {
  display: block !important;
  color: #fff;
  position: relative;
  width: 100%;
}
.homebanner .bannerBox::before {
  display: none;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  left: 0;
}
@media (max-width: 1199px) {
  .homebanner .bannerBox {
    position: relative;
  }
  .homebanner .bannerBox::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerBox {
    height: auto;
  }
}
.homebanner .bannerText {
  position: absolute;
  bottom: 0;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  max-width: 430px;
}
.homebanner .bannerText .bannerDesc {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 30px;
}
.homebanner .bannerText .bannerDesc span {
  font-size: 60px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .homebanner .bannerText {
    left: 13% !important;
    max-width: 500px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .homebanner .bannerText {
    left: 3%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .homebanner .bannerText {
    left: 3%;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 53px;
    line-height: 53px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText {
    left: 10%;
    max-width: 350px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 43px;
    line-height: 47px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .homebanner .bannerText {
    left: 2%;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .homebanner {
    max-width: 100%;
  }
  .homebanner .bannerImage img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText {
    max-width: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .homebanner {
    max-width: 100%;
  }
  .homebanner .bannerImage img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText {
    max-width: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }
}
@media (max-width: 450px) {
  .homebanner .bannerText {
    max-width: 300px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 35px;
    line-height: 45px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  left: 8.5%;
  display: flex;
  align-items: center;
  top: 0;
}
.innerbanner .innerBlock .innerText {
  color: #000;
  font-size: 80px;
  margin-bottom: 0px;
  line-height: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .innerbanner .innerBlock {
    left: 14%;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 100px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock {
    left: 10%;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .innerbanner .innerBlock {
    left: 8%;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .innerbanner img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .innerbanner .innerBlock {
    left: 16%;
  }
  .innerbanner .innerBlock .innerText {
    color: #000;
    font-size: 45px;
    margin-bottom: 0px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .innerbanner img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .innerbanner .innerBlock {
    left: 9%;
  }
  .innerbanner .innerBlock .innerText {
    color: #000;
    font-size: 45px;
    margin-bottom: 0px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .innerbanner img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
    line-height: 25px;
  }
}

.hnAbout {
  position: relative;
  padding-top: 150px;
  background-image: url(../images/about_back_img.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: 42% 22%;
  background-size: 43%;
}
.hnAbout::before {
  position: absolute;
  top: 20%;
  left: -11%;
  background-image: url(../images/about_1.png);
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
}
.hnAbout::after {
  position: absolute;
  top: 15%;
  right: -5%;
  background-image: url(../images/about_2.png);
  height: 335px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: right;
  z-index: -1;
}
.hnAbout .aboutBox .sectionTitle {
  margin-bottom: 30px;
}
.hnAbout .aboutBox p {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}
.hnAbout .aboutBox .btnBox {
  text-align: center;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .hnAbout {
    background-position: 42% 5%;
  }
  .hnAbout::before {
    height: 100%;
  }
  .hnAbout::after {
    right: -11%;
    height: 100%;
  }
  .hnAbout .aboutBox p {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hnAbout {
    background-image: none;
    padding: 100px 0;
  }
  .hnAbout::before {
    display: none;
  }
  .hnAbout::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hnAbout {
    background-position: 45% 19%;
    background-size: 45%;
  }
  .hnAbout::after {
    top: 15%;
    right: -9%;
    height: 300px;
  }
  .hnAbout .aboutBox .sectionTitle {
    margin-bottom: 20px;
  }
  .hnAbout .aboutBox p {
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hnAbout {
    background-image: none;
    padding-top: 70px;
  }
  .hnAbout::before {
    display: none;
  }
  .hnAbout::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .hnAbout {
    padding-top: 100px;
    background-position: 46% 12%;
    background-size: 47%;
  }
  .hnAbout::before {
    top: 20%;
    left: -14%;
  }
  .hnAbout::after {
    top: 15%;
    right: -15%;
  }
  .hnAbout .aboutBox .sectionTitle {
    margin-bottom: 20px;
  }
  .hnAbout .aboutBox p {
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .hnAbout::before {
    display: none;
  }
  .hnAbout::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hnAbout {
    position: relative;
    padding: 50px 0 40px;
    background-image: none;
  }
  .hnAbout::before {
    display: none;
  }
  .hnAbout::after {
    display: none;
  }
  .hnAbout .aboutBox .sectionTitle {
    margin-bottom: 15px;
  }
  .hnAbout .aboutBox p {
    max-width: 100%;
    margin: 0 auto 10px;
  }
}

.hmProduct {
  background-image: url("../images/product_back_img.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center 75%;
  background-size: contain;
  position: relative;
}
.hmProduct::before {
  position: absolute;
  content: "";
  top: -33%;
  right: -3%;
  background-image: url(../images/product_1.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right;
  background-size: 10%;
  z-index: -1;
}
.hmProduct::after {
  position: absolute;
  content: "";
  bottom: -46%;
  left: -3%;
  background-image: url(../images/product_2.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: left;
  background-size: 15%;
  z-index: -1;
}
.hmProduct .sectionTitle {
  margin-bottom: 35px;
}
.hmProduct .productBox {
  position: relative;
  z-index: 11;
}
.hmProduct .productBox.marginBt {
  margin-bottom: 20px;
}
.hmProduct .productBox::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, #000 10%, rgba(0, 0, 0, 0) 55%);
  opacity: 0.6;
}
.hmProduct .productBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hmProduct .productBox .productText {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.hmProduct .productBox .productText .fontThirty {
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
}
.hmProduct .productBox .productText .fontSmall {
  text-align: center;
  color: #fff;
  transition: 0.4s ease-in-out all;
}
.hmProduct .productBox .productText .fontSmall:hover {
  text-decoration: underline;
}
.hmProduct .productBox .productText.set1 {
  top: 6%;
}
.hmProduct .productBox .productText.set2 {
  top: 8%;
}
.hmProduct.productSec {
  position: relative;
}
.hmProduct.productSec::before {
  position: absolute;
  top: -15%;
  right: -15%;
  background-image: url(../images/product_detail_1.svg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
  background-position: right;
}
.hmProduct.productSec::after {
  position: absolute;
  bottom: 0%;
  left: -4%;
  background-image: url(../images/product_detail_2.svg);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: left;
  z-index: 1;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .hmProduct.productSec::before {
    top: -30%;
    right: -17%;
    height: 100%;
  }
  .hmProduct.productSec::after {
    right: -10%;
    height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hmProduct::before {
    display: none;
  }
  .hmProduct::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .hmProduct {
    background-image: url("../images/product_back_img.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center 75%;
    background-size: contain;
    position: relative;
  }
  .hmProduct::before {
    position: absolute;
    content: "";
    top: -33%;
    right: -3%;
    background-image: url(../images/product_1.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: right;
    background-size: 10%;
  }
  .hmProduct::after {
    position: absolute;
    content: "";
    bottom: -46%;
    left: -3%;
    background-image: url(../images/product_2.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: left;
    background-size: 15%;
    z-index: -1;
  }
  .hmProduct .sectionTitle {
    margin-bottom: 35px;
  }
  .hmProduct .productBox {
    position: relative;
    z-index: 11;
  }
  .hmProduct .productBox.marginBt {
    margin-bottom: 20px;
  }
  .hmProduct .productBox::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 55%);
    opacity: 0.8;
  }
  .hmProduct .productBox img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hmProduct .productBox .productText {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .hmProduct .productBox .productText .fontThirty {
    text-align: center;
    color: #fff;
  }
  .hmProduct .productBox .productText .fontSmall {
    text-align: center;
    color: #fff;
    transition: 0.4s ease-in-out all;
  }
  .hmProduct .productBox .productText .fontSmall:hover {
    text-decoration: underline;
  }
  .hmProduct.productSec {
    position: relative;
  }
  .hmProduct.productSec::before {
    position: absolute;
    top: -15%;
    right: -15%;
    background-image: url(../images/product_detail_1.svg);
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    content: "";
    background-size: contain;
    z-index: -1;
    background-position: right;
  }
  .hmProduct.productSec::after {
    position: absolute;
    bottom: 0%;
    left: -4%;
    background-image: url(../images/product_detail_2.svg);
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    content: "";
    background-size: contain;
    background-position: left;
    z-index: 1;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hmProduct.productSec::before {
    display: none;
  }
  .hmProduct.productSec::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .hmProduct.productSec::before {
    top: -30%;
    right: -17%;
    height: 450px;
  }
  .hmProduct.productSec::after {
    bottom: -10%;
    left: -4%;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .hmProduct {
    background-image: none;
  }
  .hmProduct::before {
    display: none;
  }
  .hmProduct::after {
    display: none;
  }
  .hmProduct .sectionTitle {
    margin-bottom: 25px;
  }
  .hmProduct .productBox {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .hmProduct .productBox.marginBt {
    margin-bottom: 25px;
  }
  .hmProduct .productBox img {
    height: auto;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .hmProduct .productBox .productText {
    top: 15%;
  }
  .hmProduct.productSec {
    position: relative;
  }
  .hmProduct.productSec::before {
    display: none;
  }
  .hmProduct.productSec::after {
    display: none;
  }
}

.hmWhy {
  position: relative;
}
.hmWhy::before {
  position: absolute;
  content: "";
  top: -28%;
  right: 0%;
  background-image: url(../images/why_1.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right;
  background-size: 15%;
  z-index: -1;
}
.hmWhy::after {
  position: absolute;
  content: "";
  bottom: -40%;
  left: -5%;
  background-image: url(../images/why_2.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: left;
  background-size: 15%;
  z-index: -1;
}
.hmWhy .whyBox {
  text-align: right;
  max-width: 275px;
  margin: 0 0 40px auto;
}
.hmWhy .whyBox.textRight {
  text-align: left;
  margin: auto 0 40px 0;
}
.hmWhy .whyBox img {
  width: 70px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .hmWhy .whyBox {
    text-align: right;
    max-width: 400px;
    margin: 0 0 40px auto;
  }
  .hmWhy .whyBox img {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hmWhy::after {
    display: none;
  }
  .hmWhy::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .hmWhy .row {
    align-items: center;
  }
  .hmWhy .whyBox img {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .hmWhy::before {
    display: none;
  }
  .hmWhy::after {
    display: none;
  }
  .hmWhy .whyBox {
    text-align: center;
    max-width: 275px;
    margin: 0 auto 30px;
  }
  .hmWhy .whyBox.textRight {
    text-align: center;
    margin: 0 auto 30px;
  }
  .hmWhy .whyBox img {
    width: 50px;
  }
  .hmWhy .whyImg {
    max-width: 350px;
    margin: 0 auto;
  }
}

.gallerySec {
  position: relative;
}
.gallerySec::before {
  position: absolute;
  content: "";
  top: -55%;
  right: -3%;
  background-image: url(../images/gallery_1.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right;
  background-size: 14%;
  z-index: -1;
}
.gallerySec::after {
  position: absolute;
  content: "";
  bottom: -40%;
  left: -4%;
  background-image: url(../images/gallery_2.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: left;
  background-size: 12%;
  z-index: -1;
}
.gallerySec .galleryTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.gallerySec .galleryTop .sectionTitle {
  flex: 0 0 50%;
  text-align: left;
  margin-bottom: 0;
}
.gallerySec .galleryTop .btnBox {
  flex: 0 0 50%;
  text-align: right;
}
.gallerySec .galleryTop .btnBox .defaultButton::before {
  left: -145px;
  top: -25px;
}
.gallerySec .galleryTop .btnBox .defaultButton span {
  left: -115px;
  top: -16px;
}
@media (max-width: 767px) {
  .gallerySec .galleryTop .btnBox {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .gallerySec .galleryTop {
    margin-bottom: 10px;
  }
}
.gallerySec .galleryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.gallerySec .galleryList li {
  flex: 0 0 33.33%;
}
.gallerySec .galleryList li .galleryImg {
  margin: 10px;
  position: relative;
}
.gallerySec .galleryList li .galleryImg .fontThirty {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out all;
}
.gallerySec .galleryList li .galleryImg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #52C2EF;
  opacity: 0.7;
  height: 0;
  width: 90%;
  margin: auto;
  transition: 0.4s ease-in-out all;
}
.gallerySec .galleryList li .galleryImg:hover .fontThirty {
  opacity: 1;
  color: #000;
}
.gallerySec .galleryList li .galleryImg:hover::before {
  height: 90%;
}
.gallerySec.galleryPage {
  position: relative;
}
.gallerySec.galleryPage::before {
  position: absolute;
  top: -3%;
  left: -2%;
  background-image: url(../images/gallery_detail_2.svg);
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
  background-position: left;
}
.gallerySec.galleryPage::after {
  position: absolute;
  bottom: 0%;
  left: -5%;
  background-image: url(../images/gallery_detail_1.svg);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: left;
  z-index: -1;
}
.gallerySec.galleryPage .galleryRight {
  position: absolute;
  top: 0%;
  right: -4%;
  background-image: url(../images/gallery_detail_3.svg);
  height: 1000px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
  background-size: contain;
  background-position: right;
}
.gallerySec.galleryPage .btnBox {
  text-align: center;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .gallerySec.galleryPage .galleryRight {
    top: 0%;
    right: -3%;
    height: 100%;
  }
  .gallerySec.galleryPage::after {
    bottom: 0%;
    left: -5%;
    height: 500px;
  }
  .gallerySec.galleryPage::before {
    top: -6%;
    left: -2%;
    height: 450px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .gallerySec.galleryPage {
    max-width: 1100px;
    margin: 0 auto;
  }
  .gallerySec.galleryPage .galleryRight {
    top: 0%;
    right: -17%;
    height: 900px;
  }
  .gallerySec.galleryPage::after {
    left: -21%;
    height: 400px;
  }
  .gallerySec.galleryPage::before {
    top: 0%;
    left: -16%;
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .gallerySec.galleryPage .galleryRight {
    top: 0%;
    right: -4%;
    height: 900px;
  }
  .gallerySec.galleryPage::before {
    top: 0%;
    left: -2%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .gallerySec::after {
    display: none;
  }
  .gallerySec::before {
    display: none;
  }
  .gallerySec.galleryPage {
    max-width: 800px;
    margin: 0 auto;
  }
  .gallerySec.galleryPage .galleryRight {
    top: 0%;
    right: -17%;
    height: 800px;
  }
  .gallerySec.galleryPage::after {
    bottom: 0%;
    left: -19%;
    display: block;
  }
  .gallerySec.galleryPage::before {
    top: 0%;
    left: -14%;
    height: 200px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .gallerySec::after {
    display: none;
  }
  .gallerySec::before {
    display: none;
  }
  .gallerySec.galleryPage {
    max-width: 800px;
    margin: 0 auto;
  }
  .gallerySec.galleryPage .galleryRight {
    top: 0%;
    right: -17%;
    height: 800px;
  }
  .gallerySec.galleryPage::after {
    bottom: 0%;
    left: -19%;
    display: block;
  }
  .gallerySec.galleryPage::before {
    top: 0%;
    left: -14%;
    height: 200px;
    display: block;
  }
}
@media (max-width: 991px) {
  .gallerySec.galleryPage {
    padding-bottom: 80px;
  }
  .gallerySec.galleryPage .galleryList li {
    margin-top: 0;
  }
  .gallerySec.galleryPage::before {
    top: -3%;
    left: -2%;
    height: 220px;
  }
  .gallerySec.galleryPage .galleryRight {
    top: 0%;
    right: -3%;
    height: 650px;
  }
  .gallerySec.galleryPage .btnBox {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .gallerySec.galleryPage {
    max-width: 650px;
    margin: 0 auto;
  }
  .gallerySec.galleryPage::before {
    display: none;
  }
  .gallerySec.galleryPage::after {
    display: none;
  }
  .gallerySec.galleryPage .galleryRight {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallerySec::before {
    display: none;
  }
  .gallerySec::after {
    display: none;
  }
  .gallerySec .galleryTop {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    max-width: 450px;
    margin: 0 auto;
  }
  .gallerySec .galleryTop .sectionTitle {
    flex: 0 0 50%;
    text-align: left;
    margin-bottom: 0;
  }
  .gallerySec .galleryTop .btnBox {
    flex: 0 0 50%;
    text-align: center;
  }
  .gallerySec .galleryTop .btnBox .defaultButton::before {
    left: -145px;
    top: -25px;
  }
  .gallerySec .galleryTop .btnBox .defaultButton span {
    left: -115px;
    top: -16px;
  }
  .gallerySec .galleryList {
    justify-content: space-between;
    max-width: 450px;
    margin: 0 auto;
  }
  .gallerySec .galleryList li {
    flex: 0 0 48%;
  }
  .gallerySec .galleryList li:nth-child(2) {
    margin-top: 0px;
  }
  .gallerySec .galleryList li:nth-child(3) {
    margin-top: 0px;
  }
  .gallerySec .galleryList li:nth-child(4) {
    margin-top: 0px;
  }
  .gallerySec .galleryList li .galleryImg {
    margin-bottom: 20px;
    position: relative;
  }
  .gallerySec .galleryList li .galleryImg .fontThirty {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out all;
  }
  .gallerySec .galleryList li .galleryImg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #52C2EF;
    opacity: 0.7;
    height: 0;
    width: 90%;
    margin: auto;
    transition: 0.4s ease-in-out all;
  }
  .gallerySec .galleryList li .galleryImg:hover .fontThirty {
    opacity: 1;
    color: #000;
  }
  .gallerySec .galleryList li .galleryImg:hover::before {
    height: 90%;
  }
  .gallerySec .btnBox .defaultButton {
    margin: 0px;
  }
  .gallerySec.galleryPage {
    padding-bottom: 20px;
  }
  .gallerySec.galleryPage::before {
    display: none;
  }
  .gallerySec.galleryPage::after {
    display: none;
  }
  .gallerySec.galleryPage .galleryRight {
    display: none;
  }
  .gallerySec.galleryPage .btnBox {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .gallerySec .galleryTop {
    flex-wrap: wrap;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 20px;
  }
  .gallerySec .galleryTop .sectionTitle {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .gallerySec .galleryTop .btnBox {
    flex: 0 0 45%;
    text-align: center;
  }
  .gallerySec .galleryTop .btnBox .defaultButton::before {
    left: -145px;
    top: -25px;
  }
  .gallerySec .galleryTop .btnBox .defaultButton span {
    left: -115px;
    top: -16px;
  }
  .gallerySec .galleryList {
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .gallerySec .galleryList li {
    flex: 0 0 100%;
  }
  .gallerySec .galleryList li:nth-child(2) {
    margin-top: 0px;
  }
  .gallerySec .galleryList li:nth-child(3) {
    margin-top: 0px;
  }
  .gallerySec .galleryList li:nth-child(4) {
    margin-top: 0px;
  }
  .gallerySec .galleryList li .galleryImg {
    margin-bottom: 20px;
    position: relative;
  }
  .gallerySec .galleryList li .galleryImg .fontThirty {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out all;
  }
  .gallerySec .galleryList li .galleryImg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #52C2EF;
    opacity: 0.7;
    height: 0;
    width: 90%;
    margin: auto;
    transition: 0.4s ease-in-out all;
  }
  .gallerySec .galleryList li .galleryImg:hover .fontThirty {
    opacity: 1;
    color: #000;
  }
  .gallerySec .galleryList li .galleryImg:hover::before {
    height: 90%;
  }
  .gallerySec.galleryPage::before {
    display: none;
  }
  .gallerySec.galleryPage::after {
    display: none;
  }
  .gallerySec.galleryPage .galleryRight {
    display: none;
  }
  .gallerySec.galleryPage .btnBox {
    text-align: center;
  }
}

.hmGet {
  padding: 150px 0;
  margin-bottom: 30px;
  background-image: url("../images/form_back_img.png");
  height: 100%;
  width: 100%;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .hmGet {
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .hmGet {
    background-size: cover;
  }
}
.hmGet::before {
  position: absolute;
  content: "";
  bottom: 70%;
  right: -13%;
  background-image: url(../images/get_1.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right;
  background-size: 31%;
  z-index: 0;
}
.hmGet .inquiryForm {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 35px 35px 55px;
}
.hmGet .inquiryForm .sectionTitle {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.hmGet .inquiryForm .form-group {
  margin-bottom: 10px !important;
}
.hmGet .inquiryForm .form-group .form-control {
  margin: 0 0 0px;
  height: calc(3rem + 2px);
  padding: 1rem 0.75rem;
}
.hmGet .inquiryForm .form-group textarea.form-control {
  height: calc(6.5rem + 2px);
}
.hmGet .inquiryForm .captchaImg {
  margin-bottom: 25px;
}
.hmGet .inquiryForm .btnBox {
  margin: 35px 0 20px;
  text-align: left;
}
.hmGet .inquiryForm .btnBox .defaultButton {
  text-align: left;
}
@media (max-width: 1199px) {
  .hmGet .inquiryForm .btnBox {
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .hmGet .inquiryForm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hmGet {
    padding: 100px 0 150px;
  }
  .hmGet::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hmGet {
    padding: 50px 0;
  }
  .hmGet::before {
    display: none;
  }
  .hmGet .inquiryForm .sectionTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .hmGet {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .hmGet {
    padding: 30px 0;
    margin-bottom: 0px;
    background-image: none;
  }
  .hmGet::before {
    display: none;
  }
  .hmGet .inquiryForm {
    padding: 0;
  }
  .hmGet .inquiryForm .sectionTitle {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .hmGet .inquiryForm .form-group textarea.form-control {
    height: calc(6.5rem + 2px);
  }
  .hmGet .inquiryForm .captchaImg {
    margin-bottom: 25px;
  }
  .hmGet .inquiryForm .btnBox {
    margin: 30px 0 50px;
  }
  .hmGet .inquiryForm .btnBox .defaultButton {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .hmGet .inquiryForm .sectionTitle {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .hmGet .inquiryForm .btnBox {
    margin: 35px 0 20px;
  }
  .hmGet .inquiryForm .btnBox .defaultButton {
    text-align: left;
  }
}

footer .footerSec {
  background-color: #663A8D;
}
footer .footerSec .footerTop {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
footer .footerSec .footerTop .footerLeft {
  flex: 0 0 33.33%;
}
footer .footerSec .footerTop .footerLeft .socialIcon {
  display: flex;
  list-style-type: none;
  margin-top: 40px;
}
footer .footerSec .footerTop .footerLeft .socialIcon li {
  padding: 0 30px 0 0;
}
footer .footerSec .footerTop .footerLeft .socialIcon li img {
  transform: scale(0.95);
  transition: 0.4s ease-in-out all;
}
footer .footerSec .footerTop .footerLeft .socialIcon li i {
  font-size: 24px;
  color: #fff;
  transform: scale(0.95);
  transition: 0.4s ease-in-out all;
}
footer .footerSec .footerTop .footerLeft .socialIcon li:hover i {
  transform: scale(1.05);
}
footer .footerSec .footerTop .footerLeft .socialIcon li:hover img {
  transform: scale(1.05);
}
footer .footerSec .footerTop .footerMiddle {
  flex: 0 0 33.33%;
}
footer .footerSec .footerTop .footerMiddle .footerlink {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
}
footer .footerSec .footerTop .footerMiddle .footerlink li {
  flex: 0 0 50%;
  margin-bottom: 15px;
}
footer .footerSec .footerTop .footerMiddle .footerlink li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  transition: 0.4s ease-in-out all;
}
footer .footerSec .footerTop .footerMiddle .footerlink li a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s ease-in-out all;
}
footer .footerSec .footerTop .footerMiddle .footerlink li:hover a::before, footer .footerSec .footerTop .footerMiddle .footerlink li.active a::before {
  width: 100%;
}
footer .footerSec .footerTop .footerRight {
  flex: 0 0 33.33%;
}
footer .footerSec .footerTop .footerRight .footerlink {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
}
footer .footerSec .footerTop .footerRight .footerlink li {
  flex: 0 0 50%;
  margin-bottom: 15px;
}
footer .footerSec .footerTop .footerRight .footerlink li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  transition: 0.4s ease-in-out all;
}
footer .footerSec .footerTop .footerRight .footerlink li a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s ease-in-out all;
}
footer .footerSec .footerTop .footerRight .footerlink li:hover a::before, footer .footerSec .footerTop .footerRight .footerlink li.active a::before {
  width: 100%;
}
footer .footerBottom {
  padding: 10px 0;
  background-color: #431E64;
}
footer .footerBottom .footerLast {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerBottom .footerLast .ftbtLeft {
  flex: 0 0 50%;
}
footer .footerBottom .footerLast .ftbtLeft p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
footer .footerBottom .footerLast .ftbtRight {
  flex: 0 0 50%;
}
footer .footerBottom .footerLast .ftbtRight p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: right;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  footer .footerSec .footerTop .footerMiddle .footerlink li a {
    font-size: 24px;
    line-height: 30px;
  }
  footer .footerSec .footerTop .footerRight .footerlink li a {
    font-size: 24px;
    line-height: 30px;
  }
  footer .footerBottom {
    padding: 15px 0;
  }
  footer .footerBottom .footerLast .ftbtLeft p {
    font-size: 20px;
    line-height: 25px;
  }
  footer .footerBottom .footerLast .ftbtRight p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  footer .footerSec .footerTop {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 20px;
    flex-wrap: wrap;
  }
  footer .footerSec .footerTop .footerLeft {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .footerSec .footerTop .footerLeft .socialIcon {
    margin-top: 20px;
    justify-content: center;
  }
  footer .footerSec .footerTop .footerLeft .socialIcon li {
    padding: 0 15px 0;
  }
  footer .footerSec .footerTop .footerMiddle {
    flex: 0 0 100%;
    margin: 25px 0;
  }
  footer .footerSec .footerTop .footerMiddle .footerlink {
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .footerSec .footerTop .footerMiddle .footerlink li {
    flex: 0 0 100%;
  }
  footer .footerSec .footerTop .footerMiddle .footerlink li a {
    font-size: 20px;
    line-height: 25px;
  }
  footer .footerSec .footerTop .footerRight {
    flex: 0 0 100%;
  }
  footer .footerSec .footerTop .footerRight .footerlink {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .footerSec .footerTop .footerRight .footerlink li {
    flex: 0 0 100%;
  }
  footer .footerSec .footerTop .footerRight .footerlink li a {
    font-size: 20px;
    line-height: 25px;
  }
  footer .footerBottom .footerLast {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .footerBottom .footerLast .ftbtLeft {
    flex: 0 0 100%;
  }
  footer .footerBottom .footerLast .ftbtLeft p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  footer .footerBottom .footerLast .ftbtRight {
    flex: 0 0 100%;
  }
  footer .footerBottom .footerLast .ftbtRight p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footerSec .footerTop {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 20px;
    flex-wrap: wrap;
  }
  footer .footerSec .footerTop .footerLeft {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .footerSec .footerTop .footerLeft .socialIcon {
    margin-top: 20px;
    justify-content: center;
  }
  footer .footerSec .footerTop .footerLeft .socialIcon li {
    padding: 0 15px 0;
  }
  footer .footerSec .footerTop .footerMiddle {
    flex: 0 0 100%;
    margin: 25px 0 10px;
  }
  footer .footerSec .footerTop .footerMiddle .footerlink {
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .footerSec .footerTop .footerMiddle .footerlink li {
    flex: 0 0 100%;
  }
  footer .footerSec .footerTop .footerMiddle .footerlink li a {
    font-size: 18px;
    line-height: 24px;
  }
  footer .footerSec .footerTop .footerRight {
    flex: 0 0 100%;
  }
  footer .footerSec .footerTop .footerRight .footerlink {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .footerSec .footerTop .footerRight .footerlink li {
    flex: 0 0 100%;
  }
  footer .footerSec .footerTop .footerRight .footerlink li a {
    font-size: 18px;
    line-height: 24px;
  }
  footer .footerBottom .footerLast {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .footerBottom .footerLast .ftbtLeft {
    flex: 0 0 100%;
  }
  footer .footerBottom .footerLast .ftbtLeft p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  footer .footerBottom .footerLast .ftbtRight {
    flex: 0 0 100%;
  }
  footer .footerBottom .footerLast .ftbtRight p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}

.aboutSec {
  position: relative;
  padding: 100px 0;
}
.aboutSec::before {
  position: absolute;
  top: 0%;
  left: -10%;
  background-image: url(../images/about_sec_2.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: 22%;
  background-position: left;
  z-index: -1;
}
.aboutSec::after {
  position: absolute;
  top: 0%;
  right: -7%;
  background-image: url(../images/about_sec_1.png);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: right;
  z-index: -1;
}
.aboutSec .aboutSide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutSec .aboutSide .aboutLeft {
  flex: 0 0 100%;
  max-width: 1071px;
}
.aboutSec .aboutSide .aboutRight {
  flex: 0 0 38%;
}
.aboutSec.aboutTop {
  background: #F7EFFE;
}
.aboutSec.aboutTop::before {
  z-index: 0;
}
.aboutSec.aboutTop::after {
  z-index: 0;
}
.aboutSec.aboutTop.whiteBack {
  background: #fff;
}
.aboutSec.aboutTop .aboutSide .aboutLeft {
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .aboutSec.aboutTop .aboutSide .aboutLeft {
    max-width: 100%;
  }
}
.aboutSec.aboutTop .aboutSide .aboutLeft .headFont {
  color: #663a8d;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .aboutSec::before {
    left: -10%;
    background-size: 27%;
  }
  .aboutSec::after {
    top: 0%;
    right: -8%;
    height: 500px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .aboutSec {
    max-width: 1200px;
    margin: 0 auto;
  }
  .aboutSec::after {
    right: -16%;
  }
  .aboutSec::before {
    top: -5%;
    left: -25%;
    background-size: 31%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .aboutSec::after {
    display: none;
  }
  .aboutSec::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .aboutSec::after {
    right: -9%;
  }
  .aboutSec::before {
    top: -8%;
    left: -16%;
    background-size: 32%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .aboutSec {
    padding: 60px 0;
  }
  .aboutSec::after {
    display: none;
  }
  .aboutSec::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .aboutSec {
    padding: 60px 0;
  }
  .aboutSec::after {
    top: 0%;
    right: -8%;
  }
  .aboutSec::before {
    top: -5%;
    left: -19%;
    background-size: 40%;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .aboutSec::after {
    display: none;
  }
  .aboutSec::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .aboutSec {
    padding: 50px 0;
  }
  .aboutSec::before {
    display: none;
  }
  .aboutSec::after {
    display: none;
  }
  .aboutSec .aboutSide {
    justify-content: center;
    flex-wrap: wrap;
  }
  .aboutSec .aboutSide .aboutLeft {
    flex: 0 0 100%;
    text-align: center;
  }
  .aboutSec .aboutSide .aboutRight {
    flex: 0 0 100%;
    max-width: 350px;
    margin: 20px auto 0;
  }
}
@media (max-width: 450px) {
  .aboutSec {
    padding: 40px 0;
  }
  .aboutSec .aboutSide .aboutRight {
    max-width: 300px;
  }
}

.productListSec {
  position: relative;
  background: url(../images/leaf.png);
  background-position: right -7% top -4%;
  background-repeat: no-repeat;
  min-height: 1000px;
  background-size: 23%;
}
.productListSec::before {
  position: absolute;
  top: 38%;
  left: -6%;
  background-image: url(../images/syrup_1.svg);
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
}
.productListSec::after {
  position: absolute;
  bottom: -2%;
  right: -13%;
  background-image: url(../images/tomatoes.png);
  height: 420px;
  width: 590px;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: right;
  z-index: -1;
}
.productListSec .sectionTitle {
  text-align: left;
}
.productListSec .syrupUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
.productListSec .syrupUl li {
  flex: 0 0 23%;
}
.productListSec .syrupUl li a {
  display: block;
  margin: 0 10px;
}
.productListSec .syrupUl li a .syrupBox {
  margin-bottom: 40px;
}
.productListSec .syrupUl li a .syrupBox img {
  margin-bottom: 15px;
}
.productListSec .syrupUl li a .syrupBox .fontThirty {
  color: #000;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .productListSec::before {
    top: 38%;
    left: -7%;
    height: 500px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .productListSec::before {
    top: 42%;
    left: -5%;
    height: 400px;
  }
  .productListSec::after {
    top: inherit;
    right: -15%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .productListSec::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .productListSec {
    background-position: right -7% top -3%;
  }
  .productListSec::after {
    right: -15%;
    bottom: -55px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .productListSec::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .productListSec {
    min-height: 550px;
    background-size: 21%;
    background-position: right -6% top 6%;
  }
  .productListSec::before {
    top: 38%;
    left: -10%;
    display: block;
  }
  .productListSec::after {
    right: -15%;
    display: block;
    height: 260px;
  }
  .productListSec .syrupUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
  }
  .productListSec .syrupUl li {
    flex: 0 0 33.33%;
  }
  .productListSec .syrupUl li .syrupBox {
    margin-bottom: 40px;
  }
  .productListSec .syrupUl li .syrupBox img {
    margin-bottom: 15px;
  }
  .productListSec .syrupUl li .syrupBox .fontThirty {
    color: #000;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .productListSec::before {
    top: 38%;
    left: -14%;
    display: block;
  }
  .productListSec::after {
    height: 210px;
  }
  .productListSec .sectionTitle {
    text-align: center;
  }
  .productListSec .syrupUl {
    justify-content: center;
  }
  .productListSec .syrupUl li {
    flex: 0 0 50%;
  }
  .productListSec .syrupUl li .syrupBox {
    text-align: center;
  }
  .productListSec .syrupUl li .syrupBox .fontThirty {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .productListSec::after {
    height: 168px;
  }
  .productListSec .syrupUl li {
    flex: 0 0 100%;
  }
  .productListSec .syrupUl li .syrupBox {
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

.butterScotch {
  position: relative;
}
.butterScotch::before {
  position: absolute;
  top: -2%;
  right: -13%;
  background-image: url(../images/product_detail_1.svg);
  height: 430px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
  background-position: right;
}
.butterScotch::after {
  position: absolute;
  bottom: 20%;
  left: -19%;
  background-image: url(../images/butter_scotch_2.svg);
  height: 425px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: left;
  z-index: -1;
}
.butterScotch .sideLeaf {
  position: absolute;
  bottom: -5%;
  right: -6%;
  background-image: url(../images/product_detail.svg);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
  background-position: right;
}
.butterScotch .fontFifty {
  text-align: left;
  margin-bottom: 25px;
}
.butterScotch .detailSide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.butterScotch .detailSide .detailLeft .MidPara {
  margin-bottom: 20px;
}
.butterScotch .detailSide .detailLeft .btText {
  margin-top: 22%;
}
.butterScotch .detailSide .detailLeft .productText {
  display: flex;
  flex-wrap: wrap;
}
.butterScotch .detailSide .detailLeft .productText .listText {
  margin: 10px 0;
}
.butterScotch .detailSide .detailLeft .productText .listText:first-child {
  flex: 0 0 40%;
}
.butterScotch .detailSide .detailLeft .productText .listText:nth-child(2) {
  flex: 0 0 60%;
}
.butterScotch .detailSide .detailLeft .productText .listText:nth-child(3) {
  flex: 0 0 100%;
}
.butterScotch .detailSide .detailLeft .productText .listText:last-child {
  flex: 0 0 100%;
}
.butterScotch .detailSide .detailLeft .productText .listText .normalPara {
  margin-bottom: 5px;
}
.butterScotch .detailSide .detailLeft .productText .listText .normalPara .paddLeft {
  padding-left: 10px;
}
.butterScotch .detailSide .detailLeft .productText .listText .normalPara .paddLeft img {
  width: 30px;
}
.butterScotch .detailSide .detailLeft .productText .listText .threeDetail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox {
  background: #3AA9D3;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: flex;
  border: 5px solid #fff;
  width: 110px;
  height: 110px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}
.butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox .extraSmallText {
  display: flex;
  margin: auto;
  flex-direction: column;
  text-align: center;
}
.butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox .extraSmallText span {
  font-size: 17px;
  line-height: 17px;
  padding-top: 5px;
  font-weight: 600;
}
.butterScotch .detailSide .detailLeft .threeBtn {
  margin-top: 25px;
}
.butterScotch .detailSide .detailLeft .threeBtn .defaultButton {
  margin: 0 10px;
}
.butterScotch .detailSide .detailLeft .detaillist .listText {
  display: flex;
}
.butterScotch .detailSide .detailLeft .detaillist .listText .leftText {
  flex: 0 0 50%;
}
.butterScotch .detailSide .detailLeft .detaillist .listText .rightText {
  flex: 0 0 50%;
}
.butterScotch .detailSide .detailRight .btText {
  text-align: center;
  margin-top: 20px;
}
.butterScotch .detailSide .detailRight .btText .fontSmall {
  margin-bottom: 0;
}
.butterScotch .detailSide .detailRight .listText {
  max-width: 315px;
}
.butterScotch .detailSide .detailRight .listText .normalPara {
  margin-bottom: 10px;
}
.butterScotch .detailSide .detailRight .listText .fontSmall {
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .butterScotch .detailSide .detailRight .listText {
    max-width: 415px;
  }
  .butterScotch .detailSide .detailRight .listText .normalPara {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .butterScotch .detailSide .detailRight .listText {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .butterScotch .detailSide .detailRight .listText .fontSmall {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .butterScotch .detailSide .detailRight .listText {
    max-width: 100%;
    text-align: center;
  }
}
.butterScotch .detailSide .detailRight .infoChart {
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  padding: 20px;
  max-width: 305px;
  margin-top: 35px;
}
.butterScotch .detailSide .detailRight .infoChart .infoTop {
  border-bottom: 3px solid #000;
}
.butterScotch .detailSide .detailRight .infoChart .infoTop .headFont {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.butterScotch .detailSide .detailRight .infoChart .infoTop .headFont span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #515151;
}
.butterScotch .detailSide .detailRight .infoChart .infoBottom .infoSide {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 2px solid #000;
}
.butterScotch .detailSide .detailRight .infoChart .infoBottom .infoSide:last-child {
  border-bottom: inherit;
  padding-bottom: 0;
}
.butterScotch .detailSide .detailRight .infoChart .infoBottom .infoSide .infoLeft {
  flex: 0 0 50%;
}
.butterScotch .detailSide .detailRight .infoChart .infoBottom .infoSide .infoRight {
  flex: 0 0 50%;
  text-align: right;
}
.butterScotch .detailSide .detailRight .infoChart .infoBottom .infoSide .fontSmall {
  margin-bottom: 0;
}
.butterScotch .tab-content {
  margin-top: 30px;
}
.butterScotch .table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit !important;
}
.butterScotch .tableHead {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}
.butterScotch .tableHead .MidPara {
  font-weight: 400;
  color: #000;
}
.butterScotch .tableBtn {
  margin-top: 20px;
}
.butterScotch .table {
  width: 100%;
}
.butterScotch .table thead, .butterScotch .table tbody, .butterScotch .table tfoot, .butterScotch .table tr, .butterScotch .table td, .butterScotch .table th {
  border-width: 0;
  padding: 8px 15px;
  text-align: center;
}
.butterScotch .table thead {
  background-color: #D7D7D7;
}
.butterScotch .table thead tr td {
  font-size: 18px;
  font-weight: 400;
}
.butterScotch .table tbody {
  background-color: #EBEBEB;
}
.butterScotch .table tbody tr td {
  border-right-width: 20px !important;
  border-top-width: 10px;
  border-color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 300;
}
.butterScotch .table tbody tr td:last-child {
  border-right-width: 0px !important;
}
.butterScotch .table tr {
  border-bottom-width: 5px;
  border-bottom-color: #fff;
  padding: 7px 27px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .butterScotch::before {
    top: -8%;
    right: -16%;
    height: 50%;
  }
  .butterScotch::after {
    left: -15%;
    height: 500px;
  }
  .butterScotch .sideLeaf {
    right: -3%;
    height: 450px;
  }
  .butterScotch .detailSide .fontFifty {
    margin-bottom: 40px;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox {
    width: 130px;
    height: 130px;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox .extraSmallText span {
    font-size: 22px;
    line-height: 22px;
  }
  .butterScotch .detailSide .detailRight .infoChart {
    max-width: 375px;
    margin-top: 40px;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoTop .headFont {
    font-size: 26px;
    line-height: 32px;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoTop .headFont span {
    font-size: 20px;
    line-height: 26px;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoBottom .infoSide {
    padding: 15px 0;
  }
  .butterScotch .table tbody tr td {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .butterScotch::before {
    display: none;
  }
  .butterScotch::after {
    display: none;
  }
  .butterScotch .sideLeaf {
    display: none;
  }
  .butterScotch .table thead, .butterScotch .table tbody, .butterScotch .table tfoot, .butterScotch .table tr, .butterScotch .table td, .butterScotch .table th {
    padding: 15px 50px;
  }
  .butterScotch .detailSide .detailRight .infoChart {
    padding: 20px;
    max-width: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .butterScotch::before {
    display: none;
  }
  .butterScotch::after {
    display: none;
  }
  .butterScotch .sideLeaf {
    display: none;
  }
}
@media (max-width: 1199px) {
  .butterScotch::before {
    right: -15%;
  }
  .butterScotch::after {
    left: -23%;
    bottom: 43%;
  }
  .butterScotch .tableBtn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .butterScotch::before {
    display: none;
  }
  .butterScotch::after {
    display: none;
  }
  .butterScotch .sideLeaf {
    display: none;
  }
  .butterScotch .tableBtn {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .butterScotch::before {
    top: -3%;
    right: -17%;
  }
  .butterScotch::after {
    left: -25%;
    bottom: 46%;
  }
  .butterScotch .sectionTitle {
    margin-bottom: 15px;
  }
  .butterScotch .detailSide {
    justify-content: center;
    flex-direction: column-reverse;
    margin: 0 0 25px;
  }
  .butterScotch .detailSide .fontFifty {
    text-align: center;
  }
  .butterScotch .detailSide .detailLeft {
    flex: 0 0 100%;
    text-align: center;
  }
  .butterScotch .detailSide .detailLeft .normalPara {
    margin-bottom: 10px;
  }
  .butterScotch .detailSide .detailLeft .btText {
    margin-top: 22%;
  }
  .butterScotch .detailSide .detailLeft .productText {
    display: flex;
    flex-wrap: wrap;
  }
  .butterScotch .detailSide .detailLeft .productText .listText {
    margin: 10px 0;
  }
  .butterScotch .detailSide .detailLeft .productText .listText:first-child {
    flex: 0 0 100%;
  }
  .butterScotch .detailSide .detailLeft .productText .listText:nth-child(2) {
    flex: 0 0 100%;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail {
    margin-top: 20px;
    justify-content: center;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox {
    margin: 0 15px 0;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox .extraSmallText span {
    font-size: 16px;
    line-height: 16px;
  }
  .butterScotch .detailSide .detailLeft .threeBtn {
    margin-top: 25px;
  }
  .butterScotch .detailSide .detailLeft .threeBtn .defaultButton {
    margin: 0 10px;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText {
    display: flex;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .leftText {
    flex: 0 0 50%;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .rightText {
    flex: 0 0 50%;
  }
  .butterScotch .detailSide .detailRight {
    flex: 0 0 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .butterScotch .detailSide .detailRight .btText {
    text-align: center;
    margin-top: 20px;
  }
  .butterScotch .detailSide .detailRight .btText .fontSmall {
    margin-bottom: 0;
  }
  .butterScotch .detailSide .detailRight .infoChart {
    max-width: 320px;
    margin: 35px auto 40px;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoTop {
    border-bottom: 3px solid #000;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoTop .headFont span {
    display: block;
  }
  .butterScotch .tab-content {
    margin-top: 25px;
  }
  .butterScotch .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .butterScotch .tableHead {
    text-align: center;
    margin-bottom: 5px;
  }
  .butterScotch .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .butterScotch .tableBtn {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .butterScotch .table {
    width: 100%;
  }
  .butterScotch .table thead, .butterScotch .table tbody, .butterScotch .table tfoot, .butterScotch .table tr, .butterScotch .table td, .butterScotch .table th {
    border-width: 1px;
    padding: 10px 35px;
  }
  .butterScotch .table tr {
    border-bottom-width: 5px;
    border-bottom-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .butterScotch::before {
    display: none;
  }
  .butterScotch::after {
    display: none;
  }
  .butterScotch .sideLeaf {
    display: none;
  }
}
@media (max-width: 767px) {
  .butterScotch::before {
    display: none;
  }
  .butterScotch::after {
    display: none;
  }
  .butterScotch .sideLeaf {
    display: none;
  }
  .butterScotch .detailSide {
    justify-content: center;
    flex-direction: column-reverse;
    margin: 0 0 25px;
  }
  .butterScotch .detailSide .fontFifty {
    text-align: center;
  }
  .butterScotch .detailSide .fontFifty img {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .butterScotch .detailSide .detailLeft {
    flex: 0 0 100%;
    text-align: center;
  }
  .butterScotch .detailSide .detailLeft .normalPara {
    margin-bottom: 10px;
  }
  .butterScotch .detailSide .detailLeft .btText {
    margin-top: 22%;
  }
  .butterScotch .detailSide .detailLeft .productText {
    display: flex;
    flex-wrap: wrap;
  }
  .butterScotch .detailSide .detailLeft .productText .listText {
    margin: 10px 0;
  }
  .butterScotch .detailSide .detailLeft .productText .listText:first-child {
    flex: 0 0 100%;
  }
  .butterScotch .detailSide .detailLeft .productText .listText:nth-child(2) {
    flex: 0 0 100%;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail {
    margin-top: 20px;
    justify-content: center;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox {
    margin: 0 15px 0;
  }
  .butterScotch .detailSide .detailLeft .productText .listText .threeDetail .dtBox .extraSmallText span {
    font-size: 16px;
    line-height: 16px;
  }
  .butterScotch .detailSide .detailLeft .threeBtn {
    margin-top: 25px;
  }
  .butterScotch .detailSide .detailLeft .threeBtn .defaultButton {
    margin: 0 10px;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText {
    display: flex;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .leftText {
    flex: 0 0 50%;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .rightText {
    flex: 0 0 50%;
  }
  .butterScotch .detailSide .detailRight {
    flex: 0 0 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .butterScotch .detailSide .detailRight .btText {
    text-align: center;
    margin-top: 20px;
  }
  .butterScotch .detailSide .detailRight .btText .fontSmall {
    margin-bottom: 0;
  }
  .butterScotch .detailSide .detailRight .infoChart {
    max-width: 350px;
    margin: 35px auto 40px;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoTop {
    border-bottom: 3px solid #000;
  }
  .butterScotch .detailSide .detailRight .infoChart .infoTop .headFont span {
    display: block;
  }
  .butterScotch .accordion-body {
    padding-bottom: 0px;
  }
  .butterScotch .tab-content {
    margin-top: 40px;
  }
  .butterScotch .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .butterScotch .tableHead {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .butterScotch .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .butterScotch .tableBtn {
    margin-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .butterScotch .table {
    margin-bottom: 0;
  }
  .butterScotch .table thead, .butterScotch .table tbody, .butterScotch .table tfoot, .butterScotch .table tr, .butterScotch .table td, .butterScotch .table th {
    padding: 10px 25px;
  }
  .butterScotch .table tr {
    border-bottom-width: 5px;
    border-bottom-color: #fff;
  }
}
@media (max-width: 575px) {
  .butterScotch::before {
    display: none;
  }
  .butterScotch::after {
    display: none;
  }
  .butterScotch .sideLeaf {
    display: none;
  }
  .butterScotch .tab-content {
    margin-top: 40px;
  }
  .butterScotch .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .butterScotch .tableHead {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .butterScotch .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .butterScotch .tableBtn {
    margin-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .butterScotch .table {
    margin-bottom: 0;
  }
  .butterScotch .table thead, .butterScotch .table tbody, .butterScotch .table tfoot, .butterScotch .table tr, .butterScotch .table td, .butterScotch .table th {
    padding: 10px 30px;
  }
  .butterScotch .table tr {
    border-bottom-width: 5px;
    border-bottom-color: #fff;
  }
}
@media (max-width: 450px) {
  .butterScotch .detailtext .sectionTitle {
    text-align: center;
  }
  .butterScotch .detailtext .MidPara {
    text-align: center;
  }
  .butterScotch .detailSide .threeBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .butterScotch .detailSide .threeBtn .defaultButton {
    margin: 0 auto 15px !important;
  }
  .butterScotch .detailSide .detailLeft .MidPara {
    margin-bottom: 15px;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .leftText {
    flex: 0 0 100%;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .leftText.MidPara {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .butterScotch .detailSide .detailLeft .detaillist .listText .rightText {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .butterScotch .detailSide .detailRight {
    flex: 0 0 100%;
  }
  .butterScotch .detailSide .detailRight .btText {
    text-align: center;
    margin-top: 20px;
  }
  .butterScotch .detailSide .detailRight .btText .fontSmall {
    margin-bottom: 0;
  }
  .butterScotch .tab-content {
    margin-top: 0px;
  }
  .butterScotch .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .butterScotch .tableHead {
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
  }
  .butterScotch .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .butterScotch .tableBtn {
    margin-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .butterScotch .table {
    margin-bottom: 0;
  }
  .butterScotch .table thead, .butterScotch .table tbody, .butterScotch .table tfoot, .butterScotch .table tr, .butterScotch .table td, .butterScotch .table th {
    padding: 10px 30px;
  }
  .butterScotch .table tr {
    border-bottom-width: 5px;
    border-bottom-color: #fff;
  }
}

.inquiryForm {
  max-width: 660px;
  margin: auto 0 0 0;
  text-align: center;
  background-color: #fff;
  padding: 0;
}
.inquiryForm .sectionTitle {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.inquiryForm .form-group {
  margin-bottom: 10px !important;
  text-align: left;
}
.inquiryForm .form-group .highText {
  background-color: transparent;
  text-transform: capitalize;
}
.inquiryForm .form-group .form-control {
  margin: 0 0 0px;
  height: calc(3rem + 2px);
  padding: 1rem 0.75rem;
}
.inquiryForm .form-group .form-control.noformpadd {
  padding: 0rem 0.75rem;
}
.inquiryForm .form-group .form-control::-moz-placeholder {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #8A8A8A;
}
.inquiryForm .form-group .form-control::placeholder {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #8A8A8A;
}
.inquiryForm .form-group .form-control:focus {
  box-shadow: none;
}
.inquiryForm .form-group textarea.form-control {
  height: calc(6.5rem + 2px);
}
.inquiryForm .captchaImg {
  margin-bottom: 25px;
}
.inquiryForm .btnBox {
  margin: 30px 0 10px;
  text-align: left;
}
.inquiryForm .btnBox .defaultButton {
  text-align: left;
}
.inquiryForm .btnBox .defaultButton::before {
  left: -75px;
}
.inquiryForm .btnBox .defaultButton span {
  left: -40px;
}
@media (max-width: 1199px) {
  .inquiryForm .btnBox .defaultButton::before {
    left: -60px;
  }
  .inquiryForm .btnBox .defaultButton span {
    left: -28px;
  }
}
@media (max-width: 991px) {
  .inquiryForm .btnBox {
    margin: 30px 0 0;
  }
  .inquiryForm .btnBox .defaultButton {
    text-align: left;
  }
  .inquiryForm .btnBox .defaultButton::before {
    left: -45px;
  }
  .inquiryForm .btnBox .defaultButton span {
    left: -15px;
  }
}

.roboto {
  position: relative;
  height: 50px;
}
.roboto .text-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #49A0C2;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
  background-size: 20px;
}
select.form-control {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #8A8A8A;
}

.contactSec {
  position: relative;
}
.contactSec::before {
  position: absolute;
  top: 45%;
  left: -14%;
  background-image: url(../images/contact_1.svg);
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
}
.contactSec::after {
  position: absolute;
  bottom: -21%;
  right: -18%;
  background-image: url(../images/contact_2.svg);
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: right;
  z-index: -1;
}
.contactSec .contactSide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contactSec .contactSide .contactLeft {
  flex: 0 0 65%;
}
.contactSec .contactSide .contactRight {
  flex: 0 0 35%;
  position: relative;
}
@media (max-width: 1199px) {
  .contactSec .contactSide .contactRight.quoteImage img {
    height: 475px;
  }
}
@media (max-width: 991px) {
  .contactSec .contactSide .contactRight.quoteImage img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .contactSec .contactSide .contactRight.quoteImage img {
    height: auto;
  }
}
.contactSec .contactSide .contactRight .contactDetails {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  flex-wrap: wrap;
}
.contactSec .contactSide .contactRight .contactDetails .contactAddress {
  margin-bottom: 20px;
  flex: 0 0 100%;
}
.contactSec .contactSide .contactRight .contactDetails .contactAddress img {
  width: 30px;
}
.contactSec .contactSide .contactRight .contactDetails .contactAddress p {
  margin-bottom: 8px;
}
.contactSec .contactSide .contactRight .contactDetails .contactAddress a {
  transition: 0.4s ease-in-out all;
}
.contactSec .contactSide .contactRight .contactDetails .contactAddress a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .contactSec::before {
    top: 21%;
    left: -29%;
    height: 100%;
  }
  .contactSec::after {
    bottom: -33%;
    right: -20%;
    height: 100%;
  }
  .contactSec .contactSide .contactLeft .inquiryForm {
    max-width: 800px;
  }
  .contactSec .contactSide .contactRight .contactDetails {
    top: 16%;
    max-width: 345px;
  }
  .contactSec .contactSide .contactRight .contactDetails .contactAddress img {
    width: 35px;
  }
  .contactSec .contactSide .contactRight .contactDetails .contactAddress p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .contactSec::before {
    top: 45%;
    left: -15%;
    height: 400px;
  }
  .contactSec::after {
    bottom: -21%;
    right: -17%;
    height: 600px;
  }
  .contactSec .contactSide .contactLeft .inquiryForm {
    max-width: 750px;
    margin: 0 10%;
  }
  .contactSec .contactSide .contactRight .contactDetails {
    top: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .contactSec::before {
    display: none;
  }
  .contactSec::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .contactSec .contactSide .contactLeft {
    flex: 0 0 56%;
  }
  .contactSec .contactSide .contactRight {
    flex: 0 0 40%;
  }
  .contactSec .contactSide .contactRight .contactBack {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contactSec::before {
    top: -5%;
    left: -10%;
    height: 275px;
  }
  .contactSec::after {
    height: 450px;
    bottom: -25%;
    right: -15%;
  }
  .contactSec .contactSide .contactLeft {
    flex: 0 0 58%;
  }
  .contactSec .contactSide .contactRight {
    flex: 0 0 38%;
  }
  .contactSec .contactSide .contactRight .contactBack {
    height: 655px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .contactSec::before {
    left: -13%;
    height: 310px;
  }
  .contactSec::after {
    height: 410px;
  }
  .contactSec .contactSide .contactLeft {
    flex: 0 0 58%;
  }
  .contactSec .contactSide .contactRight {
    flex: 0 0 38%;
  }
  .contactSec .contactSide .contactRight .contactBack {
    height: 550px;
    width: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .contactSec .contactSide .contactRight .contactDetails {
    max-width: 200px;
  }
  .contactSec .contactSide .contactRight .contactDetails .contactAddress {
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
  .contactSec .contactSide .contactRight .contactDetails .contactAddress img {
    width: 20px;
  }
  .contactSec .contactSide .contactRight .contactDetails .contactAddress p {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .contactSec::before {
    display: none;
  }
  .contactSec::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .contactSec::before {
    display: none;
  }
  .contactSec::after {
    display: none;
  }
  .contactSec .contactSide {
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
  }
  .contactSec .contactSide .contactLeft {
    flex: 0 0 100%;
  }
  .contactSec .contactSide .contactRight {
    flex: 0 0 100%;
    position: relative;
    margin-top: 35px;
  }
  .contactSec .contactSide .contactRight .contactBack {
    height: 550px;
    width: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .contactSec .contactSide .contactRight .contactDetails {
    max-width: 250px;
  }
  .contactSec .contactSide .contactRight .contactDetails .contactAddress img {
    width: 20px;
  }
}

.quoteSec {
  position: relative;
}
.quoteSec::before {
  position: absolute;
  top: 25%;
  left: -17%;
  background-image: url(../images/quote_1.png);
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  z-index: -1;
}
.quoteSec::after {
  position: absolute;
  bottom: -7%;
  right: -4%;
  background-image: url(../images/quote_2.png);
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: right;
  z-index: -1;
}
.quoteSec .quoteSide .contactLeft {
  flex: 0 0 56%;
}
.quoteSec .quoteSide .contactRight {
  flex: 0 0 42%;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .quoteSec .quoteSide .contactLeft {
    flex: 0 0 65%;
  }
  .quoteSec .quoteSide .contactLeft .inquiryForm {
    max-width: 850px;
  }
  .quoteSec .quoteSide .contactRight {
    flex: 0 0 35%;
  }
}
@media (max-width: 991px) {
  .quoteSec .quoteSide .contactLeft {
    flex: 0 0 100%;
  }
  .quoteSec .quoteSide .contactLeft .inquiryForm {
    max-width: 100%;
  }
  .quoteSec .quoteSide .contactRight {
    flex: 0 0 100%;
    display: none;
    margin-top: 20px;
  }
  .quoteSec .quoteSide .contactRight.quoteImage img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .quoteSec::before {
    left: -16%;
    top: 12%;
    height: 550px;
  }
  .quoteSec::after {
    right: -4%;
    bottom: -12%;
    height: 500px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .quoteSec::before {
    top: 20%;
    left: -23%;
    height: 450px;
  }
  .quoteSec::after {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .quoteSec::before {
    left: -21%;
    height: 350px;
  }
  .quoteSec::after {
    right: -8%;
    height: 350px;
  }
}

.mapSec iframe {
  margin-bottom: -6px;
  width: 100%;
  height: 450px;
}

.packageSec {
  position: relative;
}
.packageSec::before {
  position: absolute;
  top: 25%;
  right: -15%;
  content: "";
  z-index: -1;
  background-image: url(../images/package_up.png);
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.packageSec .packageList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.packageSec .packageList .packageBox {
  flex: 0 0 17%;
  text-align: center;
}
.packageSec .packageList .packageBox img {
  height: 140px;
  margin-bottom: 15px;
}
.packageSec .packageList .packageBox p {
  margin-bottom: 0;
}
.packageSec .packageBt {
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .packageSec::before {
    top: 10%;
    right: -14%;
    height: 525px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .packageSec::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .packageSec::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .packageSec::before {
    top: 8%;
    right: -18%;
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .packageSec::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .packageSec::before {
    display: none;
  }
  .packageSec .packageList {
    justify-content: center;
    flex-wrap: wrap;
  }
  .packageSec .packageList .packageBox {
    flex: 0 0 31.33%;
    text-align: center;
    margin-bottom: 20px;
  }
  .packageSec .packageList .packageBox img {
    height: 140px;
    margin-bottom: 0px;
  }
  .packageSec .packageList .packageBox p {
    margin-bottom: 0;
  }
  .packageSec .packageBt {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .packageSec .packageList .packageBox {
    flex: 0 0 100%;
  }
}

.labelSec {
  background-color: #F7EFFE;
  position: relative;
}
.labelSec::before {
  position: absolute;
  top: 6%;
  left: -18%;
  content: "";
  z-index: 1;
  background-image: url(../images/label_bg_1.png);
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.labelSec::after {
  position: absolute;
  right: -4%;
  content: "";
  z-index: 1;
  bottom: -10%;
  background-image: url(../images/label_bg_2.png);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.labelSec .fontFourty {
  text-align: center;
  margin-bottom: 40px;
}
.labelSec .labelList {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
.labelSec .labelList li {
  flex: 0 0 23%;
}
.labelSec .labelList li:nth-child(even) .labelBox {
  display: flex;
  flex-direction: column-reverse;
}
.labelSec .labelList li:nth-child(even) .labelBox .labelUp {
  transform: rotate(180deg);
  margin-bottom: 0;
  margin-top: 60px;
}
.labelSec .labelList li:nth-child(even) .labelBox .labelUp img {
  transform: rotate(180deg);
}
.labelSec .labelList li .labelBox {
  text-align: center;
}
.labelSec .labelList li .labelBox .labelUp {
  margin-bottom: 60px;
  position: relative;
}
.labelSec .labelList li .labelBox .labelUp::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: auto;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.labelSec .labelList li .labelBox .labelUp::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -46px;
  height: 28px;
  width: 3px;
  background: #663A8D;
  margin: auto;
}
.labelSec .labelList li .labelBox .labelUp img {
  position: relative;
  z-index: 1;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.labelSec .labelList li .labelBox .labelUp.labelLast::after {
  bottom: -56px;
}
.labelSec .labelList li .labelBox .labelUp.labelLast img {
  height: 30px;
}
.labelSec .labelList li .labelBox .labelDown .fontNormal {
  margin-bottom: 10px;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .labelSec::before {
    top: 6%;
    left: -18%;
    height: 575px;
  }
  .labelSec::after {
    right: -3%;
    bottom: -10%;
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .labelSec::before {
    display: none;
  }
  .labelSec::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .labelSec::before {
    display: none;
  }
  .labelSec::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .labelSec::before {
    top: 6%;
    left: -24%;
    height: 400px;
  }
  .labelSec::after {
    right: -5%;
    bottom: -10%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .labelSec::before {
    display: none;
  }
  .labelSec::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .labelSec::before {
    display: none;
  }
  .labelSec::after {
    display: none;
  }
  .labelSec .fontFourty {
    margin-bottom: 40px;
  }
  .labelSec .labelList {
    justify-content: center;
    flex-wrap: wrap;
  }
  .labelSec .labelList li {
    flex: 0 0 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .labelSec .labelList li:nth-child(even) .labelBox {
    display: flex;
    flex-direction: column;
  }
  .labelSec .labelList li:nth-child(even) .labelBox .labelUp {
    transform: rotate(0deg);
    margin-bottom: 60px;
    margin-top: 0px;
  }
  .labelSec .labelList li:nth-child(even) .labelBox .labelUp img {
    transform: rotate(0deg);
  }
  .labelSec .labelList li .labelBox .labelUp {
    margin-bottom: 60px;
    position: relative;
  }
  .labelSec .labelList li .labelBox .labelUp::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin: auto;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  }
  .labelSec .labelList li .labelBox .labelUp::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -46px;
    height: 28px;
    width: 3px;
    background: #663A8D;
    margin: auto;
  }
  .labelSec .labelList li .labelBox .labelUp img {
    position: relative;
    z-index: 1;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .labelSec .labelList li .labelBox .labelUp.labelLast {
    margin-bottom: 70px;
  }
  .labelSec .labelList li .labelBox .labelUp.labelLast::after {
    bottom: -56px;
  }
  .labelSec .labelList li .labelBox .labelUp.labelLast img {
    height: 30px;
  }
  .labelSec .labelList li .labelBox .labelDown .fontNormal {
    margin-bottom: 10px;
  }
}

.labelTable {
  background-color: #F7EFFE;
  position: relative;
}
.labelTable::before {
  position: absolute;
  top: 6%;
  left: -18%;
  content: "";
  z-index: 1;
  background-image: url(../images/label_bg_1.png);
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.labelTable::after {
  position: absolute;
  right: -4%;
  content: "";
  z-index: 1;
  bottom: 30%;
  background-image: url(../images/label_bg_2.png);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.labelTable .addnew {
  text-align: center;
  padding-bottom: 30px;
}
.labelTable .labelSide {
  position: relative;
  z-index: 11;
}
.labelTable .labelSide:nth-child(2n+2) .labelLeft {
  flex-direction: row-reverse;
}
.labelTable .labelSide:nth-child(2n+2) .labelLeft .ltImg {
  border-left: #CAB1E0 solid 1px;
  border-right: 0px;
}
.labelTable .labelSide:last-child .labelLeft {
  margin-bottom: 0px;
}
.labelTable .labelSide .labelLeft {
  display: flex;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.labelTable .labelSide .labelLeft .table-responsive {
  flex: 0 0 75%;
}
.labelTable .labelSide .labelLeft .ltImg {
  flex: 0 0 25%;
  border: #CAB1E0 solid 1px;
  border-left: 0px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
.labelTable .labelSide .labelLeft img {
  max-height: 130px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .labelTable .labelSide .labelLeft {
    max-width: 1400px;
  }
  .labelTable .labelSide .labelLeft .table-responsive {
    flex: 0 0 65%;
  }
  .labelTable .labelSide .labelLeft .ltImg {
    flex: 0 0 25%;
  }
  .labelTable .labelSide .labelLeft img {
    height: 255px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .labelTable .labelSide .labelLeft {
    max-width: 1100px;
  }
  .labelTable .labelSide .labelLeft .table-responsive {
    flex: 0 0 70%;
  }
  .labelTable .labelSide .labelLeft .ltImg {
    flex: 0 0 30%;
  }
  .labelTable .labelSide .labelLeft img {
    height: 210px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .labelTable .labelSide .labelLeft {
    max-width: 750px;
  }
  .labelTable .labelSide .labelLeft .table-responsive {
    flex: 0 0 70%;
  }
  .labelTable .labelSide .labelLeft .ltImg {
    flex: 0 0 30%;
  }
  .labelTable .labelSide .labelLeft img {
    height: 175px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .labelTable .labelSide .labelLeft .table-responsive {
    flex: 0 0 70%;
  }
  .labelTable .labelSide .labelLeft .ltImg {
    flex: 0 0 30%;
  }
  .labelTable .labelSide .labelLeft img {
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .labelTable .labelSide .labelLeft {
    max-width: 950px;
    margin: 0 auto;
    flex-direction: column-reverse !important;
  }
  .labelTable .labelSide .labelLeft .table-responsive {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .labelTable .labelSide .labelLeft .ltImg {
    flex: 0 0 50%;
    margin: 20px 0;
    border: #CAB1E0 solid 1px !important;
    margin-bottom: 0;
  }
  .labelTable .labelSide .labelLeft img {
    height: 180px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.labelTable .widthLow {
  width: 50%;
}
@media (max-width: 1199px) {
  .labelTable .widthLow {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .labelTable .widthLow {
    width: 50%;
  }
}
.labelTable .widthHigh {
  width: 50%;
}
.labelTable .whiteTd {
  background-color: #fff;
  border-bottom-color: transparent !important;
}
.labelTable .spColor {
  background-color: #D7D7D7;
}
.labelTable .table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit !important;
}
.labelTable .tableHead {
  text-align: center;
  padding: 10px 0;
  background-color: #D7D7D7;
  margin-bottom: 5px;
}
.labelTable .tableHead p {
  font-weight: 600;
  margin-bottom: 0;
}
.labelTable .tableBtn {
  margin-top: 20px;
}
.labelTable .table {
  width: 100%;
  margin: 0;
}
.labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
  border-width: 1px;
  padding: 10px 35px;
  border-color: transparent;
  text-align: left;
}
.labelTable .table thead {
  background-color: #D7D7D7;
}
.labelTable .table tbody {
  background-color: #ebebeb;
}
.labelTable .table tr {
  border-bottom-width: 0;
  border-bottom-color: #fff;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .labelTable::before {
    top: 8%;
    left: -15%;
    height: 500px;
  }
  .labelTable::after {
    right: -3%;
    top: 8%;
    height: 400px;
  }
  .labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
    padding: 16px 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
    padding: 15px 50px;
  }
}
@media (max-width: 1199px) {
  .labelTable .tableBtn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .labelTable::before {
    display: none;
  }
  .labelTable::after {
    display: none;
  }
  .labelTable .tableBtn {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .labelTable::before {
    height: 300px;
  }
  .labelTable::after {
    height: 250px;
  }
  .labelTable .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .labelTable .tableHead {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .labelTable .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .labelTable .tableBtn {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .labelTable .table {
    width: 100%;
  }
  .labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
    border-width: 1px;
    padding: 10px 35px;
  }
}
@media (max-width: 767px) {
  .labelTable::before {
    display: none;
  }
  .labelTable::after {
    display: none;
  }
  .labelTable .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .labelTable .tableHead {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .labelTable .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .labelTable .tableBtn {
    margin-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .labelTable .table {
    margin-bottom: 0;
  }
  .labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
    padding: 10px 25px;
  }
}
@media (max-width: 575px) {
  .labelTable .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .labelTable .tableHead {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .labelTable .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .labelTable .tableBtn {
    margin-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .labelTable .table {
    margin-bottom: 0;
  }
  .labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
    padding: 10px 30px;
  }
}
@media (max-width: 450px) {
  .labelTable .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
  }
  .labelTable .tableHead {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .labelTable .tableHead p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .labelTable .tableBtn {
    margin-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .labelTable .table {
    margin-bottom: 0;
  }
  .labelTable .table thead, .labelTable .table tbody, .labelTable .table tfoot, .labelTable .table tr, .labelTable .table td, .labelTable .table th {
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .inquiryForm .btnBox {
    text-align: left;
  }
}

.fourSec {
  position: relative;
}
.fourSec::before {
  position: absolute;
  bottom: 6%;
  left: -4%;
  content: "";
  z-index: -1;
  background-image: url(../images/foursec_1.png);
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.fourSec::after {
  position: absolute;
  right: -7%;
  content: "";
  z-index: 1;
  bottom: 15%;
  background-image: url(../images/foursec_2.png);
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.fourSec .fourBox {
  background: #D9D9D9;
  padding: 40px 28px;
  border-radius: 170px 170px 0 170px;
  text-align: center;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.fourSec .fourBox .fontMid {
  font-weight: 500;
}
.fourSec .fourBox .fontSmall {
  font-weight: 300;
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .fourSec::before {
    left: -3%;
    height: 250px;
  }
  .fourSec::after {
    right: -6%;
    bottom: 20%;
    height: 350px;
  }
  .fourSec .fourBox {
    padding: 50px 40px;
    min-height: 405px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .fourSec {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fourSec::before {
    left: -12%;
  }
  .fourSec::after {
    right: -16%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .fourSec::before {
    display: none;
  }
  .fourSec::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .fourSec .fourBox {
    padding: 30px 20px;
    min-height: 315px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .fourSec::before {
    display: none;
  }
  .fourSec::after {
    display: none;
  }
  .fourSec .fourBox {
    padding: 30px 20px;
    min-height: 315px;
  }
}
@media (max-width: 991px) {
  .fourSec .fourBox {
    padding: 30px 40px;
    min-height: 240px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .fourSec::before {
    display: none;
  }
  .fourSec::after {
    display: none;
  }
  .fourSec .fourBox {
    padding: 40px 50px;
    min-height: 250px;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 450px) {
  .fourSec .fourBox {
    padding: 30px 30px;
    min-height: 240px;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

.imgDetail .slick-dots {
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.imgDetail .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 3px;
}
.imgDetail .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #dddddd;
  padding: 0px;
  border-radius: 100%;
}
.imgDetail .slick-dots li button:before {
  display: none;
}
.imgDetail .slick-dots li.slick-active button {
  background: #9060A9;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

.tabStructure .nav-tabs li a:before {
  display: none !important;
}
.tabStructure .nav-tabs li a:hover {
  color: #fff;
}

.machine-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

/* Individual Machine Image Styling */
.machineimg {
  text-align: center;
}

.row {
  display: flex;
  justify-content: center;
}

.accordion-body {
  margin: 10px;
}

.infraimg img,
.machineimg img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* Header Section */
.certi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Image Styling */
.certi {
  background: #f7eeff;
  padding: 30px 0;
}
.certi img {
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px; /* Adds spacing between images */
}

.certificates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.certificates img {
  margin: 0px 15px;
}

.disFlex {
  display: flex;
}

@media (max-width: 991px) {
  .certi img {
    height: 95px;
  }
  .certificates {
    flex-direction: column;
  }
}
.productheading {
  text-align: center;
  color: #663a8d;
  margin: 20px;
}

.brick .box_zoom {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}
.brick .box_zoom:before {
  content: "";
  position: absolute;
  background: rgba(144, 96, 169, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 0;
  height: 0;
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}
.brick .box_zoom:after {
  content: "";
  position: absolute;
  background: url(../images/gallery_zoom.png);
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease-in-out 0.2s;
  background-size: cover;
}
.brick .box_zoom:hover::before {
  width: 100%;
  height: 100%;
}
.brick .box_zoom:hover:after {
  width: 30px;
  height: 30px;
}/*# sourceMappingURL=style.css.map */