

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0 !important;
  padding: 0;
  letter-spacing: 1px;
}

li {
  list-style-type: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif !important;
}
p
{
  font-family: sans-serif !important;
}
a {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
}

button:focus {
  box-shadow: none !important;
}

.width70 {
  width: 65%;
  margin: 0 auto;
}

.width50 {
  width: 50%;
  margin: 0 auto;
}

.width85 {
  max-width: 85%;
  margin: 0 auto;
}

.width90 {
  max-width: 90%;
  margin: 0 auto;
}


._main_wrapper {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}

._banner_section .item img._mobile {
  display: none;
}

#mobicart {
  display: none;
}

.main-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 100%;
  padding: 0 65px;
  background: #000;
  color: #DAA520;
  transition: 0.4s ease-out;
  z-index: 999;
}

._login_signup {
  display: none;
}

.main-header .logo {
  width: auto;
  position: relative;
  height: auto;
  margin-right: 200px;
}

.main-header .logo a {
  text-decoration: none;
  color: inherit;
  text-align: center;
  line-height: 1;
}

.main-header .logo a p {
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
}

.main-header .logo a p b {
  font-weight: bold;
  font-size: 23px;
  color: #DAA520;
}

.main-header .logo a img {
  width: 60px;
}

.main-header ._search_bar {
  width: 480px;
  float: left;
  position: relative;
}

.main-header ._search_bar ._inner_search {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.main-header ._search_bar ._inner_search input {
  width: 100%;
  height: auto;
  text-indent: 20px;
  border: 1px solid #282828;
  border-radius: 10px;
  color: #282828;
  font-size: 0.9rem;
  position: relative;
  height: 35px;
  font-family: 'Montserrat';
  font-weight: 100;
}

.main-header ._search_bar ._inner_search span {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #282828;
  position: absolute;
  right: 0;
  top: 0;
}

.main-header ._search_bar ._inner_search span img {
  width: 20px;
}

.main-header .nav-links {
  display: flex;
  list-style: none;
}

.main-header .nav-links .nav-link {
  padding: 0;
  margin-right: 20px !important;
}

.main-header .nav-links .nav-link:last-child {
  margin-right: 0px !important;
}

.main-header .nav-links .nav-link a {
  padding: 2rem 0.5rem;
    text-decoration: none;
    color: #DAA520 !important;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: bold;
    /* font-family: 'Lato'; */
    letter-spacing: 0.6px;
    position: relative;
    font-size: 17px !important;
    font-weight: 700 !important;
}

.main-header .nav-links .nav-link a::before {
  transition: all 1s ease;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
}

.main-header .nav-links .nav-link a.activenav {
  position: absolute;
  left: 0;
  border-bottom: 2px solid #fff;
  bottom: 20px;
  right: 0;
  content: '';
  transition: all 500ms ease;
  width: 100%;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  color: #000;
}

.main-header .nav-links .nav-link a:hover::before {
  position: absolute;
  left: 0;
  border-bottom: 2px solid #fff;
  bottom: 20px;
  right: 0;
  content: '';
  transition: all 1s ease;
  width: 100%;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

/* .main-header .nav-links .nav-link a:hover {background:#fff;color:#0f1f74;} */
.main-header .menu-icon {
  position: relative;
  padding: 26px 0px;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.main-header .menu-icon__line {
  display: block;
  position: relative;
  background: #fff;
  height: 2px;
  width: 20px;
  border-radius: 4px;
}

.main-header .menu-icon__line::before, .main-header .menu-icon__line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  transition: background 0.8s ease;
}

.main-header .menu-icon__line::before {
  transform: translateY(-5px);
}

.main-header .menu-icon__line::after {
  transform: translateY(5px);
}

.main-header .menu-btn {
  display: none;
}

.mobilenav {
  display: none;
}

.main-header.scrolled {
  height: 80px;
  background: #000000d6;
  color: #fff;
}

/*.main-header.scrolled .nav-links .nav-link a{color: #fff !important;}*/
.main-header.scrolled .menu-icon__line, .main-header.scrolled .menu-icon__line::before, .main-header.scrolled .menu-icon__line::after {
  background: white;
}

@media screen and (max-width: 767px) {
  ._login_signup {
    display: block;
    width: auto;
    border: 1px solid #fff;
    padding: 3px 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 44;
  }

  ._login_signup a {
    text-decoration: none;
    color: #fff;
  }

  ._login_signup p {
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    line-height: normal;
    padding: 0;
    margin: 0px !important;
    font-family: 'Montserrat';
    font-weight: 500;
  }

  .main-header .menu-icon {
    display: block;
    padding: 26px 0px 20px;
  }

  ._banner_section .item img._desktop {
    display: none;
  }

  ._banner_section .item img._mobile {
    display: block;
  }

  ._financed_section ._inner_section ._cards_section img._mobile {
    display: none !important;
  }

  ._financed_section ._inner_section ._cards_section img._desktop {
    display: none !important;
  }

  .mobilenav {
    display: block;
  }

  .main-header .menu-icon__line {
    animation: closedMid 0.8s backwards;
    animation-direction: reverse;
  }

  .main-header .menu-icon__line::before {
    animation: closedTop 0.8s backwards;
    animation-direction: reverse;
  }

  .main-header .menu-icon__line::after {
    animation: closedBtm 0.8s backwards;
    animation-direction: reverse;
  }

  /* .main-header .nav-links {position: absolute;top: 0;left: 0;opacity: 0;flex-direction: column;justify-content: space-evenly;align-items: center;padding: 10rem 0;width: 100vw;height: 100vh;font-size: 2rem;color: #fff;background: #272727;transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;clip-path: circle(200px at top right);} */
  .main-header .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    flex-direction: column;
    padding: 5rem 0;
    width: 100vw;
    height: 100vh;
    font-size: 2.5rem;
    color: #fff;
    background: #DAA520d6;
    transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;
    clip-path: circle(200px at top right);
  }

  #mobicart {
    float: right;
    color: #fff;
    font-weight: bold;
    display: none;
    position: absolute;
    right: 60px;
  }

  .main-header .nav-links .nav-link {
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    text-align: center;
  }

  .main-header .nav-links .nav-link a {
    display: block;
    padding: 10px 0 10px;
  }

  .main-header .menu-btn:checked~.nav-links {
    opacity: 1;
    clip-path: circle(100% at center);
  }

  .main-header .menu-btn:checked~.nav-links .nav-link {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.085, 0.32, 1.275);
  }

  .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(1) {
    transition-delay: 0.7s;
  }

  .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(2) {
    transition-delay: 0.8s;
  }

  .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(3) {
    transition-delay: 0.9s;
  }

  .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(4) {
    transition-delay: 1s;
  }

  .main-header .menu-btn:checked~.menu-icon {
    border-radius: 50%;
    animation: pulse 1s;
  }

  .main-header .menu-btn:checked~.menu-icon .menu-icon__line {
    background: #fff;
    animation: openMid 0.8s forwards;
  }

  .main-header .menu-btn:checked~.menu-icon .menu-icon__line::before {
    background: white;
    animation: openTop 0.8s forwards;
  }

  .main-header .menu-btn:checked~.menu-icon .menu-icon__line::after {
    background: white;
    animation: openBtm 0.8s forwards;
  }

}

/*banner css*/
._banner_section {
  width: 100%;
  margin-top: 75px;
  height: 600px;
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative;
  overflow: hidden;
}

.wave {
  position: absolute;
  top: 0px;
  right: 0;
  width: 973px;
  height: 750px;
  background: url('../images/patch.png') no-repeat;
  background-size: cover;
}

.wave ._text_container {
  width: 80%;
  float: right;
  position: absolute;
  right: 65px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
}

.wave ._text_container p {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: 2rem;
  text-align: right;
  margin-bottom: 30px !important;
  color: #282828;
}

.wave ._text_container h1 {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: 4rem;
  text-align: right;
  color: #DAA520;
  margin-bottom: 40px !important;
  width: 100%;
  display: block;
}

.wave ._text_container ._book_service {
  width: auto;
  float: right;
  padding: 10px 30px;
  border-radius: 20px;
  background: #DAA520;
  color: #fff;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: 900;
}

.contactus {
  background: url(../images/contactbanner.png) no-repeat;
  height: 600px;
  background-size: cover;
}

.contactus ._text_container {
  width: 60%;
  float: left;
  margin-top: 130px;
}

.contactus ._text_container h1 {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: 3rem;
  text-align: right;
  color: #DAA520;
  margin-bottom: 10px !important;
  width: 100%;
  display: block;
}

.contactus ._text_container p {
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  font-size: 1.7rem;
  text-align: right;
  color: #282828;
}

/*.aboutus{background: url(../images/about-bg.jpg) no-repeat;height:500px;background-size: contain; background-position:right;}*/
.aboutus {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}

.aboutus ._cards {
  width: 50%;
  float: right;
  margin-right: 50px;
  margin-top: 100px;
  text-align: right;
}

.aboutus ._cards img {
  width: 100%;
  max-width: 500px;
}

.wave.wave-1 {
  animation: animate 10s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}

.contactwave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url('../images/wave.png');
  background-size: 1000px 100px;
}

.contactwave.wave-2 {
  animation: animate2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}

.contactwave.wave-3 {
  animation: animate 10s linear infinite;
  z-index: 998;
  opacity: 0.4;
  animation-delay: -4s;
  bottom: 15px;
}

/*grey*/
.courses {
  background: url(../images/course-banner1.jpg) no-repeat;
  background-size: cover;
}

.greywave.wave-1 {
  animation: animate 10s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}

.greywave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url('../images/grey-wave.png');
  background-size: 1000px 100px;
}

.greywave.wave-2 {
  animation: animate2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}

.greywave.wave-3 {
  animation: animate 10s linear infinite;
  z-index: 998;
  opacity: 0.4;
  animation-delay: -4s;
  bottom: 15px;
}

.product {
  background: url(../images/tools-bg.jpg) no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product h1 {
  font-size: 3rem;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: bold;
  color: #fff;
}


@keyframes animate {
  0% {
    background-position-x: 0
  }

  100% {
    background-position-x: 1000px
  }
}

@keyframes animate2 {
  0% {
    background-position-x: 0
  }

  100% {
    background-position-x: -1000px
  }
}

._bottom_section a {
  background: #DAA520;
  color: #fff;
  padding: 7px 26px;
  border-radius: 30px;
  font-weight: bold;
}

#buttun_packages_1, #buttun_courses_1, #buttun_courses_2, #buttun_courses_3 {
  background: #DAA520;
  color: #fff;
  padding: 7px 26px;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  margin-top: 20px;
}

div#baguetteBox-overlay {
  display: none;
}

/*.sub-menu a:hover {*/
/*    color: #2778ba !important;*/
/*}*/
.home-contact {
  width: 100%;
  float: left;
}

._popular_section {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
  background: #f5f5f5;
}

._popular_section ._inner_section {
  max-width: 1147px;
  margin: 0 auto;
}

._popular_section ._inner_section h2 {
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  font-size: 2rem;
  text-align: right;
  color: #DAA520;
  margin-bottom: 40px !important;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  position: relative;
}

._popular_section ._inner_section h2::before {
  position: absolute;
  width: 100px;
  content: '';
  bottom: -15px;
  background: #DAA520;
  height: 2px;
}

._popular_section ._inner_section p {
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  font-size: 0.9;
  text-align: center;
  color: #282828;
  width: 100%;
}

._popular_section ._inner_section ._inner_wrapper {
  width: 100%;
  float: left;
  margin-top: 40px;
}


._popular_section ._inner_section ._inner_wrapper .tab-wrapper .tab-content.active {
  display: block !important;
}

._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link {
  width: 32.88%;
  background: #fff;
  text-align: center;
  color: #DAA520;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 1rem;
  float: left;
  padding: 10px 0;
  transition: all ease 0.5s;
  cursor: pointer;
  border: 1px solid #DAA520;
  position: relative;
}

._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link:hover {
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
  padding: 10px 0;
}

._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link.active {
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
  padding: 10px 0;
  position: relative;
}

._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link.active::before {
  width: 100.44%;
  position: absolute;
  background: #fff;
  bottom: -8px;
  height: 10px;
  z-index: 1;
  content: '';
  left: -1px;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper {
  width: 100%;
  float: left;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper .tab-content {
  display: block;
  width: 32%;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  height: 100%;
  min-height: 660px;
  position: relative;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper .tab-content.active {
  display: block !important;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._text_area {
  padding: 0 0px;
  width: 100%;
  float: left;
  text-align: center;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._top_section {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 25px !important;
  display: none;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._top_section h3 {
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  font-size: 1rem;
  text-align: center;
  color: #282828;
  width: 100%;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section strong {
  width: 100%;
  color: #0056b3;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section h3 {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  font-size: 1.2rem;
  text-align: center;
  color: #282828;
  margin-bottom: 10px !important;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._left {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._left::before {
  content: '';
  width: 1px;
  background: #282828;
  right: -58px;
  top: 0px;
  height: 100%;
  position: absolute;
  display: none;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._left p {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
  color: #282828;
  line-height: 28px;
  margin-bottom: 20px;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._right {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._right img {
  width: 100%;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._bottom_section {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 40px !important;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._bottom_section button {
  width: 150px;
  font-size: 1rem;
  color: #DAA520;
  border: 2px solid #DAA520;
  border-radius: 7px;
  padding: 7px 0;
  text-align: center;
  background: transparent;
  margin-right: 25px;
}

._popular_section ._inner_section ._inner_wrapper .content-wrapper ._bottom_section button:last-child {
  margin-right: 0px;
}

.h_price li {
  display: inline-flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}

.h_price li:last-child {
  padding-left: 20px;
}

/*._addtocart .addedincart{*/
/*    background: #DAA520;*/
/*    color: #fff;*/
/*    padding: 7px 26px;*/
/*    border-radius: 30px;*/
/*    font-weight: bold;*/
/*    border: none;*/
/*     margin-top:20px;*/
/*}*/
._combo_section {
  width: 100%;
  float: left;
  background: #fff;
  padding: 60px 0;
}

._combo_section ._repair_section {
  width: 100%;
  float: left;
  background: url('../images/B_G.jpg')no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

._combo_section ._repair_section ._inner_section {
  max-width: 1147px;
  margin: 0 auto;
}

._combo_section ._repair_section ._inner_section h3 {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: bold;
  background: #DAA520;
  padding: 12px 0;
  float: left;
  text-align: center;
  color: #fff;
  margin-bottom: 40px !important;
}

._combo_section ._repair_section ._inner_section p {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: bold;
  color: #282828;
  float: left;
  text-align: left;
}

._combo_section ._repair_section ._inner_section ._combo_grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  position: relative;
  align-items: center;
}

._combo_section ._repair_section ._inner_section ._combo_grid::before {
  width: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  height: 350px;
  background: #282828;
  content: '';
  left: 60px;
  right: 0;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left {
  width: 47%;
  float: left;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ._text_area {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  float: left;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ._text_area p {
  width: 100%;
  font-size: .9rem;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: normal;
  color: #282828;
  float: left;
  text-align: center;
  margin-bottom: 8px !important;
  line-height: 1rem;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ._text_area ul {
  width: 100%;
  float: left;
  margin: 0px 0px 15px !important;
  padding: 0;
  display: flex;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ._text_area ul li {
  color: #282828;
  font-size: 1rem;
  letter-spacing: 0;
  padding-bottom: 0px;
  font-weight: bold;
  padding-right: 40px !important;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ._text_area button {
  width: 190px;
  color: #fff;
  background: #DAA520;
  padding: 7px 10px;
  border-radius: 30px;
  outline: none;
  border: none;
  font-family: 'Lato';
  font-weight: bold;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ul {
  width: 100%;
  float: left;
  margin-left: 16px !important;
  padding: 0;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._left ul li {
  list-style-type: none;
  padding-bottom: 20px;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
  color: #282828;
  font-family: 'Lato';
  font-weight: normal;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._right {
  width: 47%;
  float: left;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._right ._cards {
  width: 100%;
  float: left;
  text-align: right;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._right ._cards button {
  width: auto;
  padding: 8px 30px;
  border-radius: 30px;
  background: #DAA520;
  color: #fff;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: 900;
  border: none;
  outline: none;
  margin-right: 10px;
  position: relative;
  top: 8px;
}

._combo_section ._repair_section ._inner_section ._combo_grid ._right ._cards img {
  max-width: 350px;
  width: 100%;
}

._combo_section ._slider_combo {
  width: 100%;
  float: left;
  margin-top: 80px;
  overflow: hidden;
}

._combo_section ._slider_combo ._inner_right {
  width: 100%;
  float: right;
}

._combo_section ._slider_combo ._inner_right ._products {
  width: 100%;
  float: left;
  background: #e2e2e2;
  padding: 25px 25px 10px;
  border-radius: 5px;
  position: relative;
  height: 470px;
}

._combo_section ._slider_combo ._inner_right ._products span {
  position: absolute;
  right: 10px;
  font-size: 0.9rem;
  color: #282828;
  font-family: 'Lato';
  font-weight: normal;
  top: 2px;
}

._combo_section ._slider_combo ._inner_right ._products span i {
  margin-right: 3px !important;
  font-size: 0.9rem;
}

._combo_section ._slider_combo ._inner_right ._products img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 8px !important;
}

._plans_section {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background-image: linear-gradient(to bottom, #0161af, #216fb5, #377cbb, #4b8ac1, #5e97c6);
}

._plans_section ._inner_section {
  width: 1147px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._plans_section ._inner_section h2 {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 80px !important;
}

._plans_section ._inner_section h2::before {
  width: 160px;
  height: 2px;
  background: #fff;
  position: absolute;
  content: '';
  bottom: -20px;
}

._plans_section ._inner_section ._grid {
  width: 30%;
  float: left;
  border-radius: 10px;
  padding: 10px 0px 30px;
  background: #fff;
  text-align: center
}

/* ._plans_section ._inner_section ._grid:nth-last-child(2){border: 4px solid #282828;} */
._plans_section ._inner_section ._grid img {
  width: auto;
}

._plans_section ._inner_section ._grid strong {
  width: 100%;
  float: left;
  margin: 5px !important;
  color: #DAA520;
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  margin-bottom: 10px !important;
  font-family: 'Lato';
  font-weight: bold;
}

._plans_section ._inner_section ._grid span {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: 1.4rem;
  display: block;
}

._plans_section ._inner_section ._grid ul {
  width: 100%;
  float: left;
  margin: 10px 0px 20px;
  text-align: center;
  padding: 0;
}

._plans_section ._inner_section ._grid ul li {
  padding-bottom: 10px;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
  color: #282828;
  font-family: 'Lato';
  font-weight: normal;
}

._plans_section ._inner_section ._grid ul li:last-child {
  padding-bottom: 0px;
}

._plans_section ._inner_section ._grid button {
  width: auto;
  padding: 7px 10px;
  font-size: 0.8rem;
  background: #DAA520;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-top: 20px !important;
  border-radius: 20px;
}


._placement_section {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: #fff;
}

._placement_section ._inner_section {
  width: 1147px;
  margin: 0 auto;
}

._placement_section ._inner_section h2 {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #DAA520;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px !important;
}

._placement_section ._inner_section h2::before {
  width: 160px;
  height: 2px;
  background: #DAA520;
  position: absolute;
  content: '';
  bottom: -20px;
}

._placement_section ._inner_section p {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #282828;
  font-size: 1rem;
  margin-bottom: 40px !important;
  text-align: center;
}

._placement_section ._inner_section ._placements_grid {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

._placement_section ._inner_section ._placements_grid ._items {
  width: 17%;
  margin-bottom: 2%;
  margin-right: 2%;
}

._placement_section ._inner_section ._placements_grid ._items img {
  width: 100%;
  max-width: 300px;
}

._ticket_section {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: #DAA520;
}

._ticket_section ._inner_section {
  width: 1147px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._ticket_section ._inner_section h2 {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px !important;
}

._ticket_section ._inner_section h2::before {
  width: 160px;
  height: 2px;
  background: #fff;
  position: absolute;
  content: '';
  bottom: -20px;
}

._ticket_section ._inner_section p {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 40px !important;
  text-align: center;
}

._ticket_section ._inner_section ._left {
  width: 48%;
}

._ticket_section ._inner_section ._left form {
  width: 100%;
  float: left;
  text-align: center;
}

._ticket_section ._inner_section ._left form ._filed {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}

._ticket_section ._inner_section ._left form ._filed .inner {
  width: 49%;
  float: left;
}

._ticket_section ._inner_section ._left form ._filed span {
  font-size: 0.85rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  display: block;
  text-align: left;
}

._ticket_section ._inner_section ._left form ._filed input {
  width: 100%;
  padding: 6px;
  border: none;
  outline: none;
  border-radius: 2px;
}

._ticket_section ._inner_section ._left form ._filed textarea {
  width: 100%;
  padding: 6px;
  border: none;
  outline: none;
  border-radius: 2px;
}

._ticket_section ._inner_section ._right {
  width: 50%;
  text-align: right;
  float: right;
}

._ticket_section ._inner_section ._right img {
  width: 100%;
  max-width: 400px;
}

._ticket_section ._inner_section ._left form button {
  width: auto;
  padding: 8px 30px;
  background: #fff;
  color: #DAA520;
  font-size: 0.9rem;
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.6px;
  margin-top: 10px !important;
  border: none;
  outline: none;
  border-radius: 30px;
}


._testimonials_section {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: #f5f5f5;
}

._testimonials_section ._inner_section {
  width: 1147px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._testimonials_section ._inner_section h2 {
  width: 100%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #DAA520;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 80px !important;
}

._testimonials_section ._inner_section h2::before {
  width: 250px;
  height: 2px;
  background: #DAA520;
  position: absolute;
  content: '';
  bottom: -20px;
}

._testimonials_section ._inner_section ._items {
  width: 49.33%;
  display: flex;
  justify-content: space-between;
}

._testimonials_section ._inner_section ._items ._grid_left {
  width: 48.77%;
}

._testimonials_section ._inner_section ._items ._grid_left ._cards {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0px;
}

._testimonials_section ._inner_section ._items ._grid_left ._cards img {
  width: 100%;
  max-width: 400px;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards img {
  width: 100%;
  max-width: 400px;
}

._testimonials_section ._inner_section ._items ._grid_right {
  width: 48.77%;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards {
  width: 100%;
  float: left;
  position: relative;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards ._overlay {
  width: 90%;
  position: absolute;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards ._overlay h4 {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-family: 'Lato';
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards ._overlay p {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  font-family: 'Lato';
  font-weight: normal;
  color: #fff;
}

._testimonials_section ._inner_section ._items ._grid_left ._cards ._overlay {
  width: 90%;
  position: absolute;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px;
}

._testimonials_section ._inner_section ._items ._grid_left ._cards ._overlay h4 {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-family: 'Lato';
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

._testimonials_section ._inner_section ._items ._grid_left ._cards ._overlay p {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  font-family: 'Lato';
  font-weight: normal;
  color: #fff;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards {
  width: 100%;
  float: left;
  margin-bottom: 5%;
}

._testimonials_section ._inner_section ._items ._grid_right ._cards:last-child {
  margin-bottom: 0px !important;
}


._aboutsection {
  width: 100%;
  background: url(../images/aboutbg.png) no-repeat;
  margin: 40px 0 0;
  background-size: cover;
  padding: 20px 0 0px;
  float: left;
}

._aboutsection ._inner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._aboutsection ._inner ._left {
  width: 43%;
  margin-left: 5%;
}

._aboutsection ._inner ._left img {
  width: 100%;
}

._aboutsection ._inner ._left h2 {
  margin-bottom: 30px !important;
  padding-top: 20px;
}

._aboutsection ._inner ._left p {
  margin-bottom: 20px !important;
  ;
}

._aboutsection ._inner ._right {
  width: 42%;
  float: left;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 20px !important;
}

._aboutsection ._inner ._right h2 {
  width: 100%;
  float: left;
  text-align: center;
  color: #282828;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 40px !important;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  position: relative;
  display: flex;
  justify-content: center;
}

._aboutsection ._inner ._right h3 {
  color: #282828;
  font-size: 1.6rem;
  margin-bottom: 30px !important;
}

._aboutsection ._inner ._right h2::before {
  width: 160px;
  height: 2px;
  background: #282828;
  position: absolute;
  content: '';
  bottom: -20px;
}

._aboutsection ._inner ._right p {
  width: 100%;
  float: left;
  text-align: center;
  color: #282828;
  font-size: 1rem;
  padding-bottom: 15px;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  line-height: 26px;
  margin-bottom: 20px;
}

._aboutsection ._bottom_area {
  width: 100%;
  background: #DAA520;
  padding: 10px 0;
  float: left;
  text-align: center;
  margin-top: 40px;
}

._aboutsection ._bottom_area p {
  font-size: 1rem;
  letter-spacing: 0.7px;
  font-family: 'Lato';
  font-weight: normal;
  color: #fff;
}

._right ul li {
  text-align: left;
  margin-bottom: 10px !important;
}

._right img {
  width: 100%;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/*macbook*/
.info-wrapper-bg {
  color: #DAA520;
  width: 100%;
  margin-top: 16px;

}

.info-wrapper-bg .mac-inner {
  width: 100%;
  /*max-width:1147px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  background: #000000;
  padding: 8px 8%;
  margin-top: -20px;
}

.info-wrapper-bg .copyright {
  font-size: 0.8rem;
}

.info-wrapper-bg .copyright p {
  letter-spacing: 0 !important;
  padding: 0.3rem 0 !important;
  font-size: 15px;
}

.info-wrapper-bg .right a {
  text-decoration: none;
  color: #fff;
}

/*.mac-inner-box{*/

/*}*/
.mac-inner .left, .mac-inner .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mac-form p {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.mac-form {
  max-width: 400px;
  width: 100%;
  position: absolute;
  background: #f3f7fa;
  right: 10%;
  top: 50%;
  border-radius: 10px;
  padding: 30px;
  transform: translateY(-50%);
  border: 2px solid #DAA520;
  

}

.mac-form-field input {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 20px;
  border: 1px solid #DAA520;
  border-radius: 4px;
}

.mac-form-field input::placeholder {
  color: #DAA520;
  font-weight: 400 !important;
}

.mac-form-field .btn {
  width: 100%;
  /* background-image: linear-gradient(to right, #0cb9fb 0%, #4185ec 100%); */
  background-color: #000;
  flex: 1 1 auto;
  background-position: right;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #DAA520;
  /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 20px #eee;
  border-radius: 4px;


}

/* .mac-form-field .btn:hover {*/
/*  background-position: right */
/*}*/
.mac-content {
  display: grid;
  grid-gap: 3em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 85%;
  margin: 0 auto;
  max-width: 136.9rem;
}

.macproduct {
  width: 100%;

}


.mac-wrapper img {
  width: 100%;
}

.mac-wrapper h3 {
  font-size: 26px;
    line-height: 30px;
    /* margin-bottom: 30px !important; */
    color: #DAA520;
    font-weight: 600;
    margin-top: 80px !important;
}

.mac-wrapper h4 {
  font-size: 22px;
  margin-top: 15px !important;
  margin-bottom: 30px !important;
  color: #DAA520;
}

.mac-wrapper p {
  color: #000;
  margin-bottom: 22px !important;
  text-align: justify;
}

.macproduct .macproduct-inner {
  width: 85%;
  margin: 0 auto;
}

.macproduct .macproduct-inner .heading {
  text-align: center;
}
.macproduct .macproduct-inner .heading h2
{
  color: #DAA520 !important;
  font-weight: 600;
}
.macproduct .macproduct-inner .heading h2, .macproduct .macproduct-inner .heading p {
  color: #000;
  margin-bottom: 2rem !important;
}

.macproduct .macproduct-inner .mac-product-items {
  display: flex;
  align-items: center !important;
  justify-content: center;
  gap: 2rem;
}

.macproduct .macproduct-inner .mac-pro-items {
  width: 24% !important;
  flex-direction: column !important;
  border-radius: 10px;
  margin-bottom: 2%;
  -webkit-transition: 0.4s ease;
  align-items: center !important;
  text-align: center;
}

.macproduct .macproduct-inner .mac-pro-items img {
  width: 100%;
  /*max-width:250px;*/
}

.mac-pro-items .items-img {
  background: #fff;
  padding: 20px 0;
  border: 1px solid #2878ba;
  border-radius: 10px;
  /* border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; */
}

.items-desc h5 {
  font-size: 18px;
  margin: 20px 0 25px 0 !important;
  font-weight: 500;
  color: #DAA520;
}

.sac-main {
  width: 100%;
  background-image: url('../img/am-computers-bg.png');
  background-size: cover;
  padding: 3rem 0;
}

.mac-sec {
  background: #f8f8f8;
  padding: 3rem 0;
}

.macproduct {
  background: #f8f8f8;
  padding: 3rem 0;
  background-image: url('../images/product/product-bg.png');
  background-size: cover;
}

.sac-main .sac-inner {
  display: grid;
  grid-gap: 3em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 85%;
  margin: 0 auto;
  max-width: 136.9rem;
}

.sac-inner-item {
  text-align: center;

}

.sac-inner-item img {
  margin-bottom: 10px !important;
}

.sac-inner-item h3 {
  color: #fff;
  font-size: 22px;
  margin-top: 25px !important;
  position: relative;
  line-height: 25px;


}

.sac-inner-item h3:before {
  content: '';
  color: #fff;
  font-size: 20px;
  margin-top: 20px !important;
  position: absolute;
  height: 1px;
  background: #fff;
  top: -30px;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 40%;



}

.mac-testimonial {
  padding: 3rem 0;
  background-image: url('../images/product/testimonial-bg.png');
  background-size: cover;
}

.mac-testimonial .mac-testimonial-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  grid-auto-rows: auto;
  grid-gap: 4rem;
  padding: 0 32px;
}

.mac-testimonial .mac-test-item {
  display: flex;
  border-radius: 12px;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 8px;
  position: relative;
}

.mac-testimonial .mac-test-item h3 {
  font-size: 42px;
  color: #DAA520;
  font-weight: normal;
}

.mac-testimonial .mac-test-item h3 .say {
  position: relative;
}

.mac-testimonial .mac-test-item h3 .say::after {
  position: absolute;
  content: "";
  background-color: #DAA520;
  width: 133px;
  height: 3px;
  bottom: 36%;
  right: -194%;
}

.mac-test-item::before {
  content: '';
  position: absolute;
  height: 55%;
  width: 100%;
  border-radius: 20px 20px 0 0;
  /*background: #7d2ae8;*/
}

section .mac-test-item .image img {
  /*width: 100%;*/
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

section .mac-test-item .image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  padding: 3px;
  background: #1465b1;
  z-index: 200;
  margin-top: 30px;
  margin-bottom: -60px;
}

section .mac-test-item .name-profession {
  color: #fff;
  box-shadow: -8px 8px 0 #00000030;
  padding: 20px;
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
  padding-top: 60px;
  background:#DAA520;
  /* background-image: linear-gradient(to right, #0cb9fb, #4185ec); */
}

section .mac-test-item .name-profession .author {
  text-align: right;
}

/*.sac-inner-item img{ width:100%; height:100%;}*/
/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'FontAwesome';
  content: '\f002';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.owl-next span {
  font-size: 150px;
  color: #fff;
  line-height: 0;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.owl-prev span {
  font-size: 150px;
  color: #fff;
  line-height: 0;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: transparent !IMPORTANT;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.gallery-container ._bottom_section {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 40px !important;
}

@media(max-width: 768px) {
  body {
    padding: 0;
  }
}

.nav-links li ul {
  width: auto;
  padding: 0 30px 0px 0px;
  float: left;
  background: #DAA520;
  position: absolute;
  top: 46px;
  display: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

.nav-links li ul li {
  padding-bottom: 10px;
  width: 100%;
  float: left;
  font-family: 'Helvetica';
  text-align: left;
  margin: 0;
}

.nav-links li ul li a {
  color: #666666 !IMPORTANT;
  font-size: 0.85rem !IMPORTANT;
  padding: 10px 10px !IMPORTANT;
  background: transparent;
}

.nav-links li:hover ul {
  display: block;
}

.nav-links li {
  position: relative;
}

.main-header.scrolled .sub-menu .nav-link a {
  color: #666 !important;
}

.main-header .nav-links .nav-link .sub-menu a:hover::before {
  border-bottom: none;
}

._contact_section {
  width: 100%;
  float: left;
  padding: 60px 0;
}

._contact_section ._inner {
  max-width: 1147px;
  margin: 0 auto;
}

._contact_section ._inner h2 {
  width: 100%;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #DAA520;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px !important;
}

._contact_section ._inner h2::before {
  width: 200px;
  height: 2px;
  background: #DAA520;
  position: absolute;
  content: '';
  bottom: -20px;
}

/*._contact_section ._inner form{max-width: 500px;margin: 0 auto;}*/
._contact_section ._inner form ._filed {
  width: 100%;
  margin-bottom: 15px !important;
  float: left;
}

._contact_section ._inner form ._filed input {
  width: 100%;
  border-radius: 30px;
  background: #e3e5e8;
  color: #282828;
  padding: 6px;
  text-align: center;
  float: left;
  font-size: 0.8rem;
  font-family: 'Lato';
  font-weight: normal;
  border: none;
  outline: none;
}

._contact_section ._inner form ._filed textarea {
  width: 100%;
  border-radius: 30px;
  background: #e3e5e8;
  color: #282828;
  padding: 6px;
  text-align: center;
  float: left;
  font-size: 0.8rem;
  font-family: 'Lato';
  font-weight: normal;
  border: none;
  outline: none;
}

._contact_section ._inner form ._filed input::placeholder {
  text-align: center;
  font-size: 0.8rem;
  color: #282828;
}

._contact_section ._inner form ._btn::before {
  width: 300px;
  height: 2px;
  background: #e3e5e8;
  position: absolute;
  content: '';
  bottom: 60px;
}

._contact_section ._inner form ._btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 45px;
  position: relative;
}

._contact_section ._inner form ._btn button {
  width: auto;
  padding: 10px 30px;
  border-radius: 30px;
  background: #DAA520;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
  border: none;
  outline: none;
}

._productsection {
  width: 100%;
  float: left;
  padding: 60px 0;
}

._productsection ._inner_section {
  width: 1147px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

._productsection ._inner_section p {
  width: 100%;
  margin: 0 0 40px !important;
  border-bottom: 1px solid #282828;
  float: left;
  text-align: center;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  line-height: 26px;
  padding-bottom: 20px;
}

._productsection ._inner_section ._products {
  width: 24%;
  float: left;
  background: #e2e2e2;
  padding: 25px 25px 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2%;
}

._productsection ._inner_section ._products span {
  position: absolute;
  right: 10px;
  font-size: 0.7rem;
  color: #282828;
  font-family: 'Lato';
  font-weight: normal;
  top: 4px;
}

._productsection ._inner_section ._products span i {
  margin-right: 3px !important;
  font-size: 0.9rem;
}

._productsection ._inner_section ._products img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 8px !important;
}

._productsection ._inner_section ._products ._text_area {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

._productsection ._inner_section ._products ._text_area p {
  width: 100%;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: normal;
  color: #282828;
  float: left;
  text-align: center;
  margin-bottom: 8px !important;
  line-height: 16px;
  padding-bottom: 10px;
}

._productsection ._inner_section ._products ._text_area ul {
  width: 100%;
  float: left;
  margin: 0 0 8px !important;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

._productsection ._inner_section ._products ._text_area ul li {
  color: #282828;
  font-size: 0.9rem;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0;
}

._productsection ._inner_section ._products ._text_area button {
  width: auto;
  color: #fff;
  background: #DAA520;
  padding: 7px 12px 7px;
  border-radius: 30px;
  outline: none;
  border: none;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 0.75rem;
}


._productsection ._inner_section ._details_section {
  width: 100%;
  float: left;
  margin: 40px 0;
  padding: 30px;
  background: #fcfbfb;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._productsection ._inner_section ._details_section ._left {
  width: 40%;
  float: left;
  position: relative;
}

._productsection ._inner_section ._details_section ._left .item {
  width: 100%;
  position: relative;
  min-height: 300px;
  background: #fff;
  display: flex;
  align-items: center;
}

._productsection ._inner_section ._details_section ._left .item img {
  width: 100%;
}

._productsection ._inner_section ._details_section ._left .owl-dots {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}

._productsection ._inner_section ._details_section ._left .active {
  background: #fff !important;
}

._productsection ._inner_section ._details_section ._left .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #404040;
  border: 2px solid #404040;
  margin-right: 20px;
}

._productsection ._inner_section ._details_section ._left .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

._productsection ._inner_section ._details_section ._right {
  width: 57%;
  float: left;
}

._productsection ._inner_section ._details_section ._right ._top_header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #282828;
  padding-bottom: 10px;
}

._productsection ._inner_section ._details_section ._right ._top_header ._text_left {
  width: 80%;
  float: left;
}

._productsection ._inner_section ._details_section ._right ._top_header ._text_left p {
  width: 100%;
  text-align: left;
  float: left;
  font-size: 0.85rem;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #404040;
  padding-bottom: 0px;
  border: none;
  margin-bottom: 0px !important;
}

._productsection ._inner_section ._details_section ._right ._top_header ._text_left ul {
  width: 100%;
  margin: 0;
  display: flex;
  float: left;
}

._productsection ._inner_section ._details_section ._right ._top_header ._text_left ul li i {
  color: #e6bd3e;
  font-size: 1rem;
}

._productsection ._inner_section ._details_section ._right ._top_header ._text_right {
  width: 20%;
  float: left;
}

._productsection ._inner_section ._details_section ._right ._top_header ._text_right p {
  width: 100%;
  text-align: right;
  float: left;
  font-size: 0.85rem;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #DAA520;
  padding-bottom: 0px;
  border: none;
  margin-bottom: 0px !important;
}

._productsection ._inner_section ._details_section ._right ._center_content {
  width: 100%;
  float: left;
  margin: 20px 0;
}

._productsection ._inner_section ._details_section ._right ._center_content ul {
  max-width: 100%;
  margin: 0 auto !important;
}

._productsection ._inner_section ._details_section ._right ._center_content ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px !important;
  align-items: center;
}

._productsection ._inner_section ._details_section ._right ._center_content ul li strong {
  width: 25%;
  float: left;
  font-family: 'Lato';
  font-weight: bold;
  color: #282828;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-align: left;
}

._productsection ._inner_section ._details_section ._right ._center_content ul li p {
  width: 70%;
  float: left;
  font-family: 'Lato';
  font-weight: normal;
  color: #282828;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  border: none;
  margin: 0 !important;
  padding: 0;
  text-align: left;
}

._productsection ._inner_section ._details_section ._right ._details_footer {
  width: 100%;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  padding: 10px 0;
  float: left;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._left {
  width: 50%;
  float: left;
  display: flex;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._left strong {
  color: #282828;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  font-size: 0.9rem;
  padding-right: 40px;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._left small {
  color: #282828;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  font-size: 0.8rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._left small::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #282828;
  content: '';
}

._productsection ._inner_section ._details_section ._right ._details_footer ._right {
  width: 50%;
  float: left;
  text-align: right;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._right ._filed {
  width: auto;
  float: right;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._right ._filed span {
  font-size: 0.8rem;
  font-family: 'Lato';
  font-weight: normal;
  color: #282828;
  margin-right: 20px;
}

._productsection ._inner_section ._details_section ._right ._details_footer ._right input[type="number"] {
  width: 160px;
  height: 28px;
  background: #e2e2e2;
  border: none;
  outline: none;
  font-family: 'Lato';
  font-weight: normal;
  padding: 0 5px;
}

._productsection ._inner_section ._details_section ._right ._information {
  width: 100%;
  float: left;
  margin-top: 20px;
}

._productsection ._inner_section ._details_section ._right ._information strong {
  color: #282828;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  font-size: 1rem;
  width: 100%;
  float: left;
  margin-bottom: 5px !important;
}

._productsection ._inner_section ._details_section ._right ._information ul {
  width: auto;
  margin: 0;
}

._productsection ._inner_section ._details_section ._right ._information ul li {
  display: inline-block;
  color: #282828;
  font-family: 'Lato';
  font-weight: normal;
  letter-spacing: 0.6px;
  font-size: 0.75rem;
  margin-right: 10px !important;
}

._productsection ._inner_section ._details_section ._right ._information ul li :last-child {
  margin-right: 0px !important;
}

._productsection ._inner_section h2 {
  width: 100%;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #282828;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px !important;
}

._productsection ._inner_section h2::before {
  width: 200px;
  height: 2px;
  background: #282828;
  position: absolute;
  content: '';
  bottom: -20px;
}

._productsection ._inner_section ._details_section ._right ._information button {
  width: 100px;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 30px;
  padding: 5px 0;
  text-align: center;
  background: transparent;
  margin-right: 25px;
  margin-top: 20px !important;
  background: #DAA520;
  border: none;
  outline: none;
  font-family: 'Lato';
  font-weight: bold;
}

._footer_section {
  width: 100%;
  float: left;
  padding: 52px 0 36px 0;
  background: #DAA520;
  position: relative;
}

._footer_section ._inner_footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

._footer_section ._inner_footer ._left {
  width: 50%;
  float: left;
}

._footer_section ._inner_footer ._left ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

._footer_section ._inner_footer ._left ul li {
  display: inline-block;
  padding-bottom: 10px;
}

._footer_section ._inner_footer ._left ul li a {
  font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #fff;
    /* font-family: 'Lato'; */
    font-weight: normal;
    font-weight: 600;
}

._footer_section ._inner_footer ._center {
  width: 32%;
  float: left;
}

._footer_section ._inner_footer ._center ._cards {
  width: 100%;
  float: left;
  text-align: center;
}

._footer_section ._inner_footer ._center ._cards img {
  width: 100%;
  max-width: 100px;
}

._footer_section ._inner_footer ._center ._cards p {
  text-align: center;
  line-height: 24px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  color: #fff;
  font-family: 'Lato';
  font-weight: normal;
}

._footer_section ._inner_footer ._center ._cards ul {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px !important;
}

._footer_section ._inner_footer ._center ._cards ul li {
  display: inline-block;
  margin-right: 20px !important;
}

._footer_section ._inner_footer ._center ._cards ul li:last-child {
  margin-right: 0px !important;
}

._footer_section ._inner_footer ._center ._cards ul li a {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  font-family: 'Lato';
  font-weight: normal;
}

._footer_section ._inner_footer ._right {
  width: 50%;
  float: right !important;
}

._footer_section ._inner_footer ._right.master p {
  font-size: 46px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

._footer_section ._inner_footer ._right.master {
  justify-content: center;

}

._footer_section ._inner_footer ._right h2 {
  color: #fff;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 20px !important;
}

._footer_section ._inner_footer ._right ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

._footer_section ._inner_footer ._right ul li {
  display: inline-block;
    padding-bottom: 10px;
    text-align: right;
    float: right;
}

._footer_section ._inner_footer ._right ul li a {
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  padding-right: 5px;
  font-weight: normal;
}

._footer_section ._inner_footer ._right ul li a img {
  width: 100%;
  max-width: 25px;
  padding-left: 7px;
}


._footer_section ._inner_footer ._right.master ._grid{width:100%;display:flex;justify-content:space-between;}
    ._footer_section ._inner_footer ._right.master ._grid img{width:48%;}




/* keyframes css*/

@keyframes pulse {
  from {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
  }

  to {
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes openTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(90deg);
  }
}

@keyframes closedTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(90deg);
  }
}

@keyframes openMid {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes closedMid {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes openBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(90deg);
  }
}

@keyframes closedBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(90deg);
  }
}






/*for animation*/
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}



@media(max-width:1499px) {
  ._banner_section .item .cover .header-content h1 {
    font-size: 30px;
  }

  ._banner_section .item .cover .header-content h4 {
    font-size: 15px;
  }

  .main-header .nav-links .nav-link a {
    font-size: 1rem;
  }

  .main-header .nav-links .nav-link {
    margin-right: 0px;
  }

  .items4 {
    left: 15%;
    top: 2%;
  }

  .items4 img {
    width: 70px !important;
  }

  .items5 {
    left: 34%;
    top: -3%;
  }

  .items5 img {
    width: 85px !important;
  }

  .items6 {
    left: 52%;
    top: -25%;
  }

  .items6 img {
    width: 120px !important;
  }

  .items7 img {
    width: 120px !important;
  }

}

@media(max-width:768px) {
  .privacy ._inner_section {
    width: 90% !important;
  }

  .tab-content ._text_area ._addtocart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
  }

  .tab-content ._text_area .h_price {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px
  }

  .width85 {
    width: 90%;
  }

  ._fourth_section ._inner {
    max-width: 90%;
  }

  ._second_section {
    height: auto;
    background-image: linear-gradient(to top, #236584, #2f7a93, #3f90a1, #55a5ae, #6dbbb9);
    padding: 40px 0;
  }

  ._second_section ._second_inner ul {
    width: 100%;
    left: -25px;
  }

  ._second_section ._second_inner ul li {
    font-size: 0.8rem;
    letter-spacing: 0.4px !important;
    padding-left: 30px;
    margin-bottom: 15px !important;
  }

  ._second_section ._second_inner ._button {
    bottom: -20px;
  }

  .main-header .logo {
    margin-right: 0px;
  }

  ._banner_section {
    margin-top: 75px;
  }

  .main-header {
    padding: 0 15px;
    background: #000000d9;
  }

  .wave {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
  }

  .wave ._text_container {
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    justify-content: inherit;
  }

  .wave ._text_container p {
    text-align: left;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px !important;
  }

  ._footer_section ._inner_footer ._left,
  ._footer_section ._inner_footer ._right {
    width: 50%;
  }

  .wave ._text_container h1 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 20px !important;
    color: #fff;
  }

  .wave ._text_container ._book_service {
    padding: 8px 15px;
    font-size: 0.9rem;
  }

  .main-header .nav-links .nav-link a {
    color: #fff;
  }

  .mac-form {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .info-wrapper-bg .mac-inner {
    flex-direction: column;
  }

  .mac-content {
    grid-template-columns: 1fr;
  }

  .mac-wrapper.item2 {
    grid-row: 1/2;
  }

  .macproduct .macproduct-inner .mac-pro-items {
    width: 45% !important;
  }

  .macproduct .macproduct-inner .mac-product-items {
    flex-wrap: wrap;
  }

  .mac-testimonial .mac-testimonial-inner {
    grid-template-columns: 1fr;
    padding: 0 32px;
  }

  .main-header .nav-links .nav-link a:hover::before {
    display: none;
  }

  ._banner_section .item .cover .header-content h1 {
    font-size: 24px;
    line-height: 24px;
  }

  ._banner_section .item .cover .header-content p {
    font-size: 0.9rem;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  ._popular_section {
    padding: 40px 0;
  }

  ._popular_section ._inner_section {
    width: 90%;
  }

  ._popular_section ._inner_section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px !important;
  }

  ._popular_section ._inner_section p {
    font-size: 0.9rem;
  }

  ._popular_section ._inner_section ._inner_wrapper {
    margin-top: 20px;
  }

  ._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link {
    width: 34%;
  }

  ._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link {
    padding: 7px;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
  }

  ._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link:hover {
    padding: 7px;
  }

  ._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link.active {
    padding: 7px;
  }

  ._popular_section ._inner_section ._inner_wrapper .tab-wrapper ul .tab-link.active::before {
    display: none;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper ._top_section h3 {
    font-size: 0.9rem;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._left {
    width: 100%;
    margin-bottom: 30px;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._left p {
    line-height: 24px;
    font-size: 0.8rem;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._left::before {
    display: none;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper ._center_section ._right {
    width: 100%;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper ._bottom_section button {
    font-size: 0.9rem;
    width: 120px;
  }

  ._combo_section {
    padding: 40px 0;
  }

  ._combo_section ._inner_section {
    width: 90%;
  }

  ._combo_section ._inner_section h3 {
    margin-bottom: 20px !important;
  }

  ._combo_section ._inner_section p {
    font-size: 1.2rem;
  }

  ._combo_section ._inner_section ._combo_grid {
    margin-top: 20px;
  }

  ._combo_section ._inner_section ._combo_grid ._left {
    width: 100%;
  }

  ._combo_section ._inner_section ._combo_grid ._left ul {
    width: 90%;
  }

  ._combo_section ._inner_section ._combo_grid ._left ul li {
    padding-bottom: 10px;
    font-size: 0.8rem;
  }

  ._combo_section ._inner_section ._combo_grid ._right {
    width: 100%;
  }

  ._combo_section ._inner_section ._combo_grid ._right ._cards button {
    padding: 7px 15px;
    font-size: 0.9rem;
  }

  ._combo_section ._inner_section ._combo_grid ._right ._cards img {
    max-width: 110px;
  }

  ._combo_section ._inner_section ._combo_grid::before {
    width: 100%;
    bottom: -30px;
  }

  ._combo_section ._slider_combo {
    margin-top: 60px;
  }

  ._combo_section ._slider_combo ._inner_right {
    margin-right: -15px;
  }

  ._combo_section ._slider_combo ._inner_right ._products {
    padding: 25px 10px 10px;
  }

  ._combo_section ._slider_combo ._inner_right ._products ._text_area {
    width: 100%;
  }

  ._combo_section ._slider_combo ._inner_right ._products ._text_area p {
    font-size: 0.9rem;
    letter-spacing: 0px;
    margin-bottom: 5px !important;
  }

  ._combo_section ._slider_combo ._inner_right ._products ._text_area ul li {
    font-size: 1rem;
    letter-spacing: 0px;
  }


  ._combo_section ._slider_combo ._inner_right ._products ._text_area button {
    padding: 4px 15px;
    font-size: 0.75rem;
  }

  ._plans_section {
    padding: 40px 0px;
  }

  ._plans_section ._inner_section {
    width: 90%;
  }

  ._plans_section ._inner_section h2 {
    font-size: 1.7rem;
    margin-bottom: 40px !important;
  }

  ._plans_section ._inner_section ._grid {
    width: 100%;
  }

  ._plans_section ._inner_section ._grid strong {
    font-size: 1.2rem;
  }

  ._plans_section ._inner_section ._grid span {
    font-size: 1.2rem;
  }

  ._plans_section ._inner_section ._grid ul li {
    font-size: 0.8rem;
    padding-bottom: 12px;
  }

  ._plans_section ._inner_section ._grid {
    margin-bottom: 15px !important;
  }

  ._plans_section ._inner_section ._grid:last-child {
    margin-bottom: 0px !important;
  }

  ._placement_section {
    padding: 40px 0;
  }

  ._placement_section ._inner_section {
    width: 90%;
  }

  ._placement_section ._inner_section h2 {
    font-size: 1.7rem;
    margin-bottom: 20px !important;
  }

  ._placement_section ._inner_section p {
    margin-bottom: 20px !important;
  }

  ._placement_section ._inner_section ._placements_grid {
    justify-content: space-between;
  }

  ._placement_section ._inner_section ._placements_grid ._items {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 40px;
  }

  .profile_m_inner {
    width: 100% !IMPORTANT
  }

  .order-box-right .inner-txt-right {
    margin-top: 20px !IMPORTANT;
    cursor: pointer;
  }

  ._inner_section1 {
    width: 320px !IMPORTANT;
  }

  ._placement_section ._inner_section ._placements_grid ._items img {
    max-width: 100%;
  }

  .pass_box_left, .pass_box_right {
    width: 100% !IMPORTANT;
    padding-left: 0 !important;
    margin-top: 40px;
  }

  .pass_box_left img {
    width: 100%;
  }

  .auto-container {
    width: 320px !IMPORTANT;
  }

  ._ticket_section {
    padding: 40px 0;
  }

  ._ticket_section ._inner_section {
    width: 90%;
  }

  ._ticket_section ._inner_section h2 {
    font-size: 1.7rem;
    margin-bottom: 20px !important;
  }

  ._ticket_section ._inner_section p {
    margin-bottom: 20px !important;
  }

  ._ticket_section ._inner_section ._left {
    width: 65%;
  }

  ._ticket_section ._inner_section ._left form ._filed {
    margin-bottom: 15px !important;
  }

  ._ticket_section ._inner_section ._left form ._filed input {
    padding: 5px;
  }

  ._ticket_section ._inner_section ._right {
    width: 30%;
    margin-top: 20px;
  }

  ._ticket_section ._inner_section ._right img {
    max-width: 300px;
  }

  ._testimonials_section {
    padding: 40px 0;
  }

  ._testimonials_section ._inner_section {
    width: 90%;
  }

  ._testimonials_section ._inner_section h2 {
    font-size: 1.7rem;
    margin-bottom: 40px !important;
  }

  ._testimonials_section ._inner_section ._items {
    width: 100%;
    flex-wrap: wrap;
  }

  ._testimonials_section ._inner_section ._items ._grid_left {
    width: 100%;
  }

  ._testimonials_section ._inner_section ._items ._grid_right {
    width: 100%;
  }

  ._testimonials_section ._inner_section ._items ._grid_left ._cards {
    margin-bottom: 5%;
  }

  ._testimonials_section ._inner_section ._items ._grid_left ._cards ._overlay p {
    font-size: 0.65rem;
  }

  .contactus ._text_container {
    width: 90%;
    float: initial;
    margin: 50px auto 0px;
  }

  .contactus ._text_container h1 {
    text-align: left;
    font-size: 2rem;
  }

  .contactus ._text_container p {
    font-size: 1.2rem;
    text-align: left;
  }

  .contactus {
    background-position: top;
    height: 350px;
  }

  .contactwave {
    height: 50px;
  }

  .greywave {
    height: 50px;
  }

  ._contact_section {
    padding: 40px 0;
  }

  ._contact_section ._inner {
    width: 90%;
  }

  ._contact_section ._inner h2 {
    font-size: 1.7rem;
  }

  ._contact_left, ._contact_right {
    width: 100% !important;
  }

  .hightlight-contact-info {
    font-size: 16px !important;
  }

  ._contact_left_box {
    padding: 50px 0 !important;
  }

  .form_row {
    padding: 40px 15px !important;
  }

  .aboutus ._cards {
    width: 70%;
    margin-right: 15px;
    margin-top: 30px;
  }

  ._aboutsection {
    padding: 0 0 40px;
  }

  ._aboutsection ._inner ._left {
    width: 90%;
    margin: 0 auto;
  }

  ._aboutsection ._inner ._right {
    width: 90%;
    margin: 20px auto 0px;
  }

  ._productsection {
    padding: 40px 0;
  }

  ._productsection ._inner_section p {
    line-height: 24px;
  }

  ._productsection ._inner_section ._products {
    width: 100%;
    margin-bottom: 5%;
  }

  ._productsection ._inner_section {
    width: 90%;
  }

  ._productsection ._inner_section ._details_section {
    margin: 0px;
  }

  ._productsection ._inner_section ._details_section {
    padding: 15px;
  }

  ._productsection ._inner_section ._details_section ._left {
    width: 100%;
  }

  .owl-carousel.owl-drag .owl-item {
    margin-right: 0px;
  }

  ._productsection ._inner_section ._details_section ._right {
    width: 100%;
    margin-top: 20px;
  }

  ._productsection ._inner_section ._details_section ._right ._center_content ul {
    width: 100%;
  }

  ._productsection ._inner_section ._details_section ._right ._center_content ul li strong {
    width: 35%;
  }

  ._productsection ._inner_section ._details_section ._right ._center_content ul li p {
    width: 60%;
  }

  ._productsection ._inner_section ._details_section ._right ._details_footer ._left {
    width: 100%;
  }

  ._productsection ._inner_section ._details_section ._right ._details_footer ._right {
    width: 100%;
    text-align: left;
  }

  ._productsection ._inner_section ._details_section ._right ._details_footer ._right ._filed {
    width: 100%;
    float: left;
  }

  ._productsection ._inner_section h2 {
    margin-bottom: 40px !important;
    font-size: 1.7rem;
    margin-top: 20px !important;
  }

  ._footer_section ._inner_footer ._center {
    display: none;
  }

  ._productsection ._inner_section ._details_section ._right ._information {
    text-align: center;
  }
}

/*order*/
.order {
  font-family: 'Lato';
}

.order-banner {
  margin-top: 50px;
  background: url(../../../masterdinesh.com/public/images/shop/bg-order.jpg);
  background-size: cover;
  display: flex;
  height: 240px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.order-banner p {
  max-width: 550px;
  margin: 0 auto !important;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

._inner_section1 {
  width: 1147px;
  margin: 0 auto;
  padding: 40px 0 15px;
  border-bottom: 1px solid;
}

._inner_section1 a {
  padding-right: 10px;
  font-family: 'Lato';
  padding: 0 10px;
  letter-spacing: 0.6px;
  font-weight: bold;
}

.auto-container {
  width: 650px;
  margin: 0 auto;
}

.order h1, .change_pass h1, .profile h1 {
  font-size: 3rem;
  letter-spacing: 0.6px;
  font-family: 'Lato';
  font-weight: bold;
  color: #fff;
}

.back {
  padding: 20px 0;
}

.upper-txt {
  width: 100%;
  float: left;
}

.upper-txt span {
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin-bottom: 2px;
}

.upper-txt small {
  width: 100%;
  float: left;
  color: #146a02;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.upper-txt p {
  width: 100%;
  float: left;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
  margin: 15px 0 !important;
  color: #222222;
}

.bg-order-item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.bg-order-item ._main_orders {
  width: 73%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bg-order-item ._main_orders ._order_list {
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px 0;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 3px;
  border-radius: 4px;
  margin-bottom: 22px;
}

.bg-order-item ._main_orders ._order_list .order-box-left {
  width: 27%;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #f2f2f2;
}

.bg-order-item ._main_orders ._order_list .order-box-right {
  width: 70%;
  float: right;
  padding: 0 15px;
}

.bg-order-item ._main_orders ._order_list .order-box-right .lower {
  width: 100%;
  float: left;
  display: flex;
  float: left;
  justify-content: space-between;
  align-items: flex-end;
}

.bg-order-item ._price_list {
  width: 25%;
  background: #fff;
  padding: 20px;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 3px;
  border-radius: 4px;
  position: relative;
  height: 300px;
}

.bg-order-item ._price_list ._text {
  width: 100%;
  float: left;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #f8f8f8;
}

.bg-order-item ._price_list ._text ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bg-order-item ._price_list ._text ul li {
  width: 18%;
}

.bg-order-item ._price_list ._text ul li img {
  width: 100%;
}

.bg-order-item ._price_list ._text i {
  font-size: 1.4rem;
  color: #146a02;
  margin-right: 10px;
}

.bg-order-item ._price_list ._text p {
  color: #222222;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.bg-order-item ._price_list ._text p a {
  color: #146a02;
  text-decoration: none !important;
}

.bg-order-item ._price_list ._priceing {
  width: 100%;
  float: left;
}

.bg-order-item ._price_list ._priceing h3 {
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
  width: 100%;
}

.bg-order-item ._price_list ._priceing h3 p {
  color: #146a02;
  margin-left: 10px !Important;
}

.bg-order-item ._price_list ._btn {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 7px;
  text-align: center;
  background: #DAA520;
  padding: 10px 0;
  border-radius: 5px;
  right: 0;
  color: #fff;
  cursor: pointer;
}

.order-box-right .inner-txt-right {
  color: #fff;
  cursor: pointer;
  width: auto;
  padding: 4px 30px;
  border-radius: 4px;
  background: #DAA520;
}

.order-box-right .inner-txt-left b {
  color: #222222;
  font-size: 1rem !important;
  padding-right: 20px;
  font-weight: bold;
}

.order-box-right .inner-txt-left b {
  color: #282828;
  font-size: 1.3rem;
  padding-right: 20px;
}

.order-btn a {
  background: #e2e2e2;
  padding: 10px 30px;
  margin-right: 20px;
  color: #000;
  font-family: 'Lato';
  font-weight: bold;
  border: 1px solid #ccc;
}

/*change pass*/




.pass-banner {
  background: url(../../../masterdinesh.com/public/images/shop/profile.jpg);
  background-size: cover;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
}

/*profile*/
.pass-banner {
  background: url(../../../masterdinesh.com/public/images/shop/profile.jpg);
  background-size: cover;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
}

.profile-banner {
  background: url(../../../masterdinesh.com/public/images/shop/profile.jpg);
  background-size: cover;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
}

.pass_user {
  text-align: center;
}

.pass_box_left {
  width: 46%;
  float: left;
  background: #fff;
  border-radius: 5px;
  padding: 20px
}

.pass_box_right {
  width: 46%;
  float: right;
  margin-left: 50px;
  background: #fff;
  border-radius: 5px;
  padding: 20px
}

.pass_box_left h3, .pass_box_right h3 {
  margin-bottom: 20px !important;
  font-size: 1.5rem;
  font-family: 'Lato';
}

.pass_box_left ul li {
  font-size: 1.2rem;
  margin-bottom: 15px !important;
  font-family: 'Lato';
}

.pass_cont {
  background: #fcfbfb;
  padding: 50px 0;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.pass_box_right .pass_form input[type="text"], .pass_form input[type="email"], .pass_form input[type="password"], .pass_form select, .login input {
  width: 100%;
  padding: 6px;
  border: none;
  outline: none;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 8px 15px;
}

.pass_box_right .pass_form input::placeholder {
  font-size: 0.9rem !important;
}

.mt2 {
  margin-top: 40px;
}

.pass_form .radio {
  margin-bottom: 15px;
}

.pass_box_right .pass_form .grey, .login .grey {
  background: #f8f8f857;
}

.pass_box_right .pass_form .blue {
  background: #90b9d9;
  color: #fff !important;
}

.order-banner h1 {
  padding-top: 50px;
  color: #fff;
  width: 100%;
  text-align: center;


}

._main_dashboard {
  width: 100%;
  float: left;
  background: #f8f8f8;
  height: 100%;
  margin-top: 75px;
}

._main_dashboard .profile_m {
  max-width: 800px;
  margin: 50px auto;
}

._main_dashboard .profile_m_inner {
  width: 100%;
  float: left;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
}

._main_dashboard .profile_m_heading a {
  position: absolute;
  right: -33px;
  top: -50px;
  background: #DAA520;
  color: #fff;
  padding: 3px 15px;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  margin-top: 20px;
}

._main_dashboard .profile_m_heading {
  position: relative;
  display: inline-block;
  width: 100%;
}

._main_dashboard .profile_m_heading h3 {
  font-size: 1.3rem;
  color: #222222;
  text-align: left;
  margin-bottom: 10px !important;
  padding: 0px;
  letter-spacing: 1px;

}

._main_dashboard .profile_m_check {
  text-align: left;
  padding-bottom: 25px;
}

._main_dashboard .profile_m_input input {
  width: 100%;
  border-radius: 10px;
  border: none;
  background: #f8f8f8;
  text-align: left;
  padding: 10px 0;
  text-indent: 10px;
}

._main_dashboard .profile_m_form {}

._main_dashboard .profile_m_input {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0px;

}

._main_dashboard .profile_m_radio span {
  padding: 0 10px;
}

._main_dashboard .profile_m_radio_item {
  width: auto;
  margin-right: 20px;
  float: left;
}

.btn-primary:hover {
  color: #fff;
  background-color: #DAA520;
  border-color: #DAA520;
}

.btn-primary {
  background: #DAA520d6 !important;
}

._main_dashboard .profile_m_radio {
  float: left;
  margin-top: 0px !important;
  width: 100%;
  margin-bottom: 10px !important;
}

._main_dashboard .profile_m_radio h4 {
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
}

._main_dashboard .profile_m_form {
  float: left;
  width: 100%;
}

.w100 {
  width: 100%;
  margin-bottom: 30px;
}

.profile_m_check_item input {
  margin: 0 15px;
}

.profile_m_check_item span {
  font-size: 14px;
  color: grey;
}

.profile_m_check_detail {
  padding-left: 42px;
  margin-top: 15px;
}

.profile_m_check_detail h6 {
  margin-bottom: 5px !IMPORTANT;
  font-size: 14px;
}

.add_new a {
  background: #77c1ff;
  color: #3b3bb9;
  padding: 6px 21px;
  border-radius: 30px;
}

.add_new {
  margin-bottom: 30px;
}

.save_btn {
  width: 100%;
  float: left;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
}

.save_btn_inner button {

  border: none;
  color: #fff;
  background: #2878ba;
  padding: 8px 41px;
  border-radius: 5px;
  font-size: 14px;
}

.order-banner h1 {
  padding-top: 30px;
}

.order-box-left img {
  width: 100%;
}

#owl-demo3 .item {
  position: relative;
}

.owl-text {}

.owl-text a {
  background: #DAA520;
  color: #fff;
  padding: 7px 26px;
  border-radius: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 10em;
  right: 12em;
  font-size: 33px;

}

.d_add p {
  margin-bottom: 17px !important;
}

.marquee_bg ._inner_section {
  width: 1147px;
  margin: 0 auto;
}

.marquee_bg {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 12px 0;
  background: #052b52;
}

.marquee_bg ._inner_section .text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}


@media(max-width:767px) {
  .profile_m_input {
    width: 100% !important;
  }

  .order h1, .change_pass h1, .profile h1 {
    font-size: 2rem !important;
  }

  .order-box-left {
    width: 100%;
    border-right: 0;
  }

  .order-box-right {
    width: 100%;
    padding: 0 15px;
  }

  .order-box-right .inner-txt-right {
    margin-top: 44px !IMPORTANT;

  }

  .profile_m_heading a {
    position: absolute;
    right: -33px;
    top: -50px;
    background: #DAA520;
    color: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    margin-top: 20px;
  }

  ._cards {
    padding: 22px 0;
    text-align: center;
  }

  ._text_area {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
  ._ticket_section ._inner_section, .privacy ._inner_section {
    width: 920px;
  }

  ._combo_section {
    padding: 60px 60px;
  }

  .main-header .logo {
    margin-right: 70px;
  }

  ._placement_section ._inner_section {
    width: 920px;
  }
}

@media only screen and (min-width:768px) and (max-width:990px) {
  ._ticket_section ._inner_section, .privacy ._inner_section {
    width: 720px;
  }

  ._combo_section {
    padding: 60px 60px;
  }

  .main-header .logo {
    margin-right: 0px;
  }

  .main-header .nav-links .nav-link {
    margin-right: 0px !important;
  }

  ._placement_section ._inner_section, .privacy ._inner_section {
    width: 720px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  ._combo_section ._slider_combo ._inner_right ._products {
    height: 450px !important;
  }

  .owl-text a {
    padding: 7px 20px;
    border-radius: 30px;
    font-weight: bold;
    position: absolute;
    bottom: 1em;
    right: 5em;
    font-size: 21px;
  }

  .profile_m_input {
    width: 100%;
  }

  .pass_cont {
    padding: 20px 0 !important;
  }

  .order h1, .change_pass h1, .profile h1 {
    font-size: 1.8rem !important;
  }

  .order-box-right .inner-txt-right {
    width: 100% !important;
    text-align: center;
  }

  .nav-links li ul li a {
    color: #ffffff !IMPORTANT;
  }

  .nav-links li ul li {
    text-align: center;
  }

  .nav-links li ul {
    width: 100%;
    background: transparent;
    position: relative;
    top: 0;
  }

  .owl-prev, .owl-next {
    top: 30%;
  }

  .owl-prev span, .owl-next span {
    font-size: 80px;
  }

  ._ticket_section ._inner_section ._right {
    width: 100%;
  }

  ._ticket_section ._inner_section ._left {
    width: 100%;
  }

  ._contact_left, ._contact_right {
    width: 100% !important;
  }

}

/*privacy*/
.privacy {
  width: 100%;
  float: left;
  padding: 60px 0;
}

.privacy h1 {
  width: 100%;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #282828;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px !important;

}

.privacy ._inner_section {
  width: 1147px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.privacy ._inner_section h1::before {
  width: 200px;
  height: 2px;
  background: #282828;
  position: absolute;
  content: '';
  bottom: -20px;
}

.privacy h2 {
  font-family: 'Lato';
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.875em;
  margin-bottom: 20px !important;
}

.privacy .para {
  margin: 0 0 20px 0 !important;
}

.priv_list li {
  list-style-type: disc !important;
  margin-left: 18px !important;
}

.para span {
  color: red;
}

.mb3 {
  margin-bottom: 30px !important;
}

.inn_box h3 {
  margin: 10px 0 15px !important;
}

._contact_left {
  width: 50%;
  float: left;
}

._contact_right {
  width: 50%;
  float: right;
}

.form_row {
  width: 100%;
  float: left;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  padding: 40px 30px;
  background: #fff;
}

.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}


.email-info {
  margin-top: 20px;
}

::-webkit-input-placeholder {
  /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: #DAA520;
}

._contact_left ul i {
  color: #DAA520;
}

._contact_left_box {
  padding: 0 30px;
}

._contact_section ._inner h3::before {
  width: 200px;
  height: 2px;
  background: #DAA520;
  position: absolute;
  content: '';
  bottom: -20px;
}

._contact_section ._inner h3 {
  width: 100%;
  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #DAA520;
  font-size: 2rem;
  display: flex;
  justify-content: start;
  position: relative;
  margin-bottom: 50px !important;
}

.map i {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;

}

.map span {
  font-weight: 700;
  font-size: 17px !important;
}



@media(max-width:768px) {
  .bg-order-item {
    margin-top: 25px !important;
  }

  .auto-container {
    width: 90% !important;
  }

  .upper-txt span {
    font-size: 1rem;
    letter-spacing: 0.6px;
  }

  .bg-order-item ._main_orders ._order_list .order-box-right .lower {
    flex-wrap: wrap;
  }

  .order-box-right .inner-txt-right {
    margin-top: 10px !Important;
  }

  .bg-order-item ._main_orders ._order_list {
    padding: 15px 0;
  }

  .bg-order-item ._price_list {
    width: 100%;
    height: auto;
  }

  .bg-order-item ._main_orders {
    width: 100%;
  }

  .bg-order-item ._price_list ._text {
    margin-bottom: 40px;
  }

  .auto-container {
    flex-wrap: wrap !important;
  }

  ._popular_section ._inner_section ._inner_wrapper .content-wrapper .tab-content {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }

  .tab-content ._text_area ._addtocart {
    position: relative !important;
    margin-bottom: 10px !important;
    bottom: 0px;
  }

  ._combo_section ._repair_section ._inner_section ._combo_grid ._left {
    width: 100%;
  }

  ._combo_section ._repair_section ._inner_section ._combo_grid ._right {
    width: 100%;
  }

  ._combo_section ._repair_section ._inner_section ._combo_grid::before {
    display: none;
  }
}

#loginResponse {
  display: none;
  margin: 8px 0;
}

.mobile-app {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  right: 0px;
  top: 200px;
  z-index: 996;
  background: #DAA520;
  width: 40px;
  height: 140px;
  display: none !important ;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.4s;
}
.mobile-app span{font-size: 15px;
  color: #fff;
  white-space: nowrap;
  transform: rotate(90deg);}



  /* Whatsapp & Call Icon start */
  .icon-bar {
    position: fixed;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 13px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
  }
  
  .icon-bar a:hover {
    background-color: #fd6509;
  }
  
  .facebook {
    background: #4277bb;
    color: white;
  }
  
  .twitter {
    background: #1ba939;
    color: white;
  }
  
  .content {
    margin-left: 75px;
    font-size: 30px;
  }

  /* Whatsapp & Call Icon End */

  .heading
    {
      text-align: center;
    }

  .heading h2
    {
      text-align: center;
      color: #DAA520;
    }

  .heading p
    {
      text-align: center;
    }



  .service_box
    {
      margin-top: 20px;
    }

  .service_box img
    {
      width: 100%;
    }

  .service_box  .card-title 
  {
      padding-top: 7px;
      padding-bottom: 10px;
      color: #DAA520;
      font-size: 19px;
      font-weight: bold;
      text-align: center;
  }
  .service_box  .card-text 
  {
    text-align: center ;
  }
  .default-btn 
  {
    font-size: 16px;
    color: #DAA520;
    padding: 10px 20px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #000;
    /* margin-top: 10px; */
  }

.default-btn:hover 
{
  color: #000;
  background-color: #DAA520;
}

/* why_choose_section Start */

.why_choose_section
{
  padding: 100px 0px;
}

.why_choose_img_box img
{
  width: 100%;
}

.why_choose_content_box h2
{
   color: #DAA520;
   font-weight: 600;
}

.why_choose_content_box h2 span
{
   color: #000;
   font-weight: 600;
}
.why_choose_content_box p
{
  padding-top: 20px;
  text-align: justify;
}
.why_choose_content_box ul
{
  list-style-type: none;
  padding-left: 0;
  padding-top: 15px;
}

.why_choose_content_box ul li
{
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
  color: #000;
  line-height: 24px;
  font-size: 15px;
  margin-top: 20px;
  padding-top: 10px;
}

.why_choose_content_box ul li::before
{
  content: "\f192";
  font-family: "FontAwesome";
  color: #DAA520;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding-top: 10px;
}
/* why_choose_section End */


/* Footer Start */
.footer_info h4
{
    color: #000000;
    border-bottom: 2px solid #000000;
    display: inline-block;
}

.footer_info p
{
  color: #000000;
  padding-top: 25px;
}

.footer_info ul
{
  padding-top: 20px;
}

.footer_info ul li
{
  display: inline-block;
}

.footer_info ul li a
{
  color: #000000;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  transition: 1s;
}

.footer_info ul li a:hover
{
  color: #000000;
  background: #fff;
}
/* Footer End */

.info-wrapper-bg .copyright p a
{
  color: #ffffff;
}

.footer_link h4
{
  color: #000000;
  border-bottom: 2px solid #000000;
  display: inline-block;
}

.footer_link ul
{
 padding-top: 20px;
}

.footer_link ul li
{
  padding-top: 10px;
}

.footer_link ul li a
{
  color: #000000;
  transition: 0.5s;
}

.footer_link ul li a:hover
{
  color: #ffffff;
}

/* faq start */

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}

.panel-title > a.collapsed:before {
  float: right !important;
  content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
}
.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;

}
.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid #00000012;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}

.panel-title{
  font-size: 18px;
}
.panel-body{
  padding: 10px;
}
.panel-title a{
  color: #DAA520;
}
.faq-section{
  margin-top: 30px;
  margin-bottom: 30px;
}