* { box-sizing: border-box;}

/* font: 
Roboto: Light 300, Regular 400, Medium 500, Bold 700
Titillium Web: Light 300
*/



.mobileMenuBlocker {z-index: 45; position: fixed; top: 0; left:0; width: 100%; height:100%; display: none; }
/*modal box*/ .jquery-modal.blocker {z-index: 999;}
.scrollToTop { text-align:center; font-weight: bold; text-decoration: none; position:fixed; bottom:8px; right:8px; display:none; z-index: 5; opacity: 0.7; width: 40px; height: 40px; transition: all .15s linear;}
.scrollToTop:hover { opacity: 1;}


body { background: #0b0e2e; margin: 0; font-family: "Roboto", sans-serif; color: #fff; font-weight: 300; font-style: normal; font-size: 14px; line-height: 18px;}
h1, h2, h3, h4, h5, h6 { font-family: "Titillium Web", sans-serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; color:#fff; text-align: center; line-height: 1.1em; margin-top: 0;}
.heading-ev {color: #45bbe8;}
h1 {font-size: 60px; line-height:67px; }
h2 {font-size: 45px; line-height: 1.15em; margin-bottom:20px; text-transform: uppercase;}
h3 {font-size: 29px; }

strong {color: #45bbe8; font-weight: 300;}

a {text-decoration: underline; color: #45bbe8;}
a:hover {color: #fff;}
button {  font-size:16px; cursor: pointer; font-family: "Roboto", sans-serif; border: none; text-transform: uppercase; font-weight: 700; color: #070a27; background-color: #45bbe8; transition: all .15s linear; border-radius: 10px; padding: 12px 25px; border:solid 2px #45bbe8; }
button:hover {background-color: #1a81c1; border:solid 2px #fff;}
.button {  font-size:16px; cursor: pointer; font-family: "Roboto", sans-serif; border: none; text-transform: uppercase; font-weight: 700; color: #070a27; background-color: #45bbe8; transition: all .15s linear; border-radius: 10px; padding: 12px 25px; border:solid 2px #45bbe8; display:inline-block; text-decoration: none;}
.button:hover {background-color: #1a81c1; border:solid 2px #fff; }

figure {margin: 0;}
img {width: 100%; height: auto; display: block;} 
main {}
section {display:block; width: 100%; position: relative;} 
.container { margin: auto; width: 100%; padding: 0 20px; max-width: 1400px; }

.shapes {position: absolute; z-index: 10;}

@media only screen and (max-width: 1199px) {
  h1 {font-size: 57px; }
  h2 {font-size: 43px; }
  h3 {font-size: 26px; }
}
@media only screen and (max-width: 1023px) {
  h1 {font-size: 50px; line-height:1.1em; }
  h2 {font-size: 39px; }
  h3 {font-size: 24px; }
}
@media only screen and (max-width: 767px) {
  h1 {font-size: 48px; }
  h2 {font-size: 37px; }
  button { font-size:15px; border-radius: 10px; padding: 10px 20px;}
  .button { font-size:15px; border-radius: 10px; padding: 10px 20px;}
  .container {padding: 0 30px;}
}
@media only screen and (max-width: 479px) {
  .scrollToTop { bottom:5px; right:5px; width: 30px; height: 30px; }
  h1 {font-size: 45px; }
  h2 {font-size: 33px; }
  h3 {font-size: 22px; }
  button { font-size:15px; border-radius: 8px; padding: 8px 17px;}
  .button { font-size:15px; border-radius: 8px; padding: 8px 17px;}
  .container {padding: 0 25px;}
}


/* header *********************************************************************************************/
.header-wrapper { display: flex; justify-content: space-between; align-items: center; transition: all .15s linear; margin-top: 10px;}
.logo {width: 100px;}
.navigation-top { border-bottom: solid 1px #fff;}
.navigation-top.mobile-menu-active {background-color: #45bbe8; color: #fff;}
.navigation-top nav {}
.navigation-top nav ul {list-style: none; margin: 0; padding: 0; }
.navigation-top nav ul.desktop {display: flex; justify-content: space-between; }
.navigation-top nav ul.mobile {display: none;}
.navigation-top nav ul li {margin: 0 10px 10px 10px; }
.navigation-top nav ul li:first-child {margin-left: 0;}
.navigation-top nav ul li:last-child {margin-right: 0;}
.navigation-top nav ul li a { font-weight: 500; text-transform: uppercase; text-decoration: none; color: #fff; display: inline-block; padding: 5px; transition: all .15s linear; letter-spacing: 0.1em; font-size: 12px;}
.navigation-top nav ul li a:hover {color: #45bbe8;}
.navigation-top.mobile-menu-active nav ul li a {color: #fff;}
.navigation-top .mobile-link figure {display:inline-block; width: 15px; height: auto;}

.navigation-dropdown {background:rgba(0,0,0,0.8); border:#45bbe8 solid 3px; text-align: right; display: none; position:absolute; right: 0; padding: 8px 13px; z-index: 50;}
.navigation-dropdown nav {}
.navigation-dropdown nav ul {list-style: none; margin: 0; padding:5px 0; }
.navigation-dropdown nav ul li {}
.navigation-dropdown nav ul li a {text-decoration: none; color: #fff; display:block; font-weight: 500; text-transform: uppercase; transition: all .15s linear; letter-spacing: 0.015em; padding:10px; }
.navigation-dropdown nav ul li a:hover {color: #45bbe8;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  header {position: relative;}
  .navigation-top nav ul.desktop {display: none;}
  .navigation-top nav ul.mobile {display: flex;}
}
@media only screen and (max-width: 767px) {
  .logo {width: 80px;}
}
@media only screen and (max-width: 479px) {
}


/* section: home *************************************************************************************/
#section-home {background-image: url(images/main.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top -2vw; height: 100vw; text-align: center;}
#section-home h1 {margin-bottom: 40px;}
#section-home h1 .malaysia-first {display: block; margin-bottom: 8px; font-size: 40px; line-height: 42px; }
#section-home h1 .ev-training-hub {display: block; margin-bottom: 20px;}
.home-wrapper {padding-top: 11vw;}
.home-wrapper article {}
.home-wrapper-2 { text-align: justify; position: absolute; bottom: 15vw; width: 33vw; left: 45vw;}

@media only screen and (max-width: 1199px) {
  .home-wrapper {padding-top: 8vw;}
  .home-wrapper-2 {bottom: 12vw; width:45vw;}
  #section-home h1 .malaysia-first { font-size: 37px; line-height: 40px; }
}
@media only screen and (max-width: 1023px) {
  #section-home {height: 140vw;}
  .home-wrapper {padding-top: 12vw;}
  .home-wrapper-2 {bottom: 20vw; width:45vw;}
  #section-home h1 .malaysia-first { font-size: 33px; line-height: 34px; }
}
@media only screen and (max-width: 767px) {
  #section-home {height:unset; background-size: 140%; background-position: center top 72%;}
  #section-home h1 .malaysia-first { font-size: 30px; line-height: 31px; }
  .home-wrapper {padding-top: 17vw;}
  .home-wrapper-2 {position: unset; width: unset; margin-top: 95vw; margin-bottom: 15vw;}
}
@media only screen and (max-width: 479px) {
}


/* section: about *************************************************************************************/
#section-about-us {text-align: center;} 
.about-us-wrapper { margin-bottom:8vw; } 
.about-us-wrapper h2 {text-transform: unset;}
.about-us-wrapper article {text-align: justify;} 
.about-us-wrapper article p {max-width: 675px; margin: auto;}
.about-us-wrapper-2 { margin-bottom:6vw;} 
.about-us-wrapper-2 .training-images {display: flex; }
.about-us-wrapper-2 .training-images > div {position: relative;}
.about-us-wrapper-2 .training-images > div:first-child { padding-top:8vw; }
.shape-1 {width: 15vw; top: 37px; left: 8vw;}
.shape-2 { width: 5.5vw; left: 10vw; bottom: 5vw;}
.shape-3 { width: 2vw; bottom: 0; left: 31vw;}
.about-us-wrapper-3 .autotronics-usp {display: flex; text-align:left; margin-bottom:20px; }
.about-us-wrapper-3 .autotronics-usp h3 {text-align:left; margin-bottom:0; }
.about-us-wrapper-3 .autotronics-usp > div {width: 22%; margin: 0 3%;} 

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .about-us-wrapper-3 .autotronics-usp {display: flex; flex-wrap: wrap;}
  .about-us-wrapper-3 .autotronics-usp > div {width: 42%; margin: 0 3% 30px 3%;} 
}
@media only screen and (max-width: 767px) {
  #section-about-us {margin-bottom: 13vw;}
  .about-us-wrapper-2 .training-images > div:first-child {display: none; }
  .about-us-wrapper-2 .training-images > div:last-child {margin-bottom: 0px;}
  .about-us-wrapper-3 .autotronics-usp > div {width: 100%;} 
  .about-us-wrapper-3 .autotronics-usp > div:last-child {margin-bottom: 10px;}
  .shape-2 {width: 10.5vw; left: unset; bottom: -7vw; right: 3vw;}
  .shape-3 {width: 6vw; bottom: -24vw; left: unset; right: 23vw;}
}
@media only screen and (max-width: 479px) {
}

/* section: courses **********************************************************************************/
#section-courses {position: relative; overflow: visible;}
.shape-4 { width: 4vw; top: 22vw; left: 21vw;}
.shape-5 { width: 7vw; top: 38vw; right: 10vw;}
.shape-6 { width: 4vw; right: 26vw; top: 70vw;} 
.shape-7 { width: 8vw; left: 18vw; bottom: 18vw;}
.shape-8 { width: 2.5vw; right: 22vw; bottom: -4vw;}
.shape-9 { width: 5vw; right: 10vw; bottom: -10vw;}
.courses-heading { text-align: center; margin-top: -7vw;}
.courses-heading h3 {display:inline-block; color: #45bbe8; border-top: solid 1px #fff; padding-top: 12px;}
.courses-heading h3 > span {color: #fff; display:inline-block;}
.courses-info-wrapper { width:500px; margin:auto; margin-bottom: 5vw;} 
.courses-info-wrapper .imi-logo {margin: auto auto 20px auto; width: 250px; } 

.courses-info-wrapper article {width: 45%; } 
.courses-info-wrapper article > div {padding:45px; margin-top:150px;} 
.courses-info-wrapper article > div > figure {margin-bottom: -90px;}


.courses-info-wrapper .courses-heading { text-align: center; margin-top: -7vw;}
.courses-info-wrapper article h3 {display:inline-block; color: #45bbe8; padding-top: 12px;}
.courses-info-wrapper article h3 > span {color: #fff; display:inline-block;}
.courses-info-wrapper {} 


.courses-info-wrapper-2 {display: flex; flex-wrap: wrap; justify-content: space-around; margin-bottom: 8vw; } 
.courses-info-wrapper-2 article {width: 45%; } 
.courses-info-wrapper-2 article > div {padding:45px; margin-top:95px;} 
.courses-info-wrapper-2 article > div > figure {margin-bottom: -90px;}

.courses-info-wrapper-2 article h3 {display:inline-block; color: #45bbe8; padding-top: 12px;}
.courses-info-wrapper-2 article h3 > span {color: #fff; display:inline-block;}

.courses-heading p {max-width: 675px; margin: auto;}
.courses-investment-wrapper2 {  border: solid #a4a4a4 3px; margin: auto auto 10px auto; padding:10px;}

.courses-info-wrapper-2 h3 {text-align: left; color:#fff;} 
.courses-info-wrapper-2 .info-1 {background-color: #0d559f; margin-top:0; }
.courses-info-wrapper-2 .info-2 {background-color: #004c78; } 
.courses-info-wrapper-2 .info-3 {background-color: #012c63; }
.courses-info-wrapper-2 .info-4 {background-color: #182849; } 
.courses-info-wrapper-2 .info-c1 {background-color: ; } 
.courses-info-wrapper-2 .imi-logo {width:250px;  margin: auto auto 20px auto; } 
.courses-info-wrapper-2 .marii-logo {width:280px;  margin: auto auto 20px auto; } 

.courses-investment-wrapper { text-align: center; border: solid #45bbe8 4px; width: 500px; margin: auto; padding:40px; font-size:18px;}
.courses-investment-wrapper h3 {display: inline-block; border-bottom: #fff solid 1px; padding-bottom: 10px; margin-bottom: 20px;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .courses-info-wrapper { width:400px; }
  .courses-info-wrapper-2 article > div {padding:35px; margin-top:100px;} 
  .courses-info-wrapper-2 article > div > figure {margin-bottom: -60px;}
  .courses-investment-wrapper { width: 450px; margin: auto; padding:30px; }
}
@media only screen and (max-width: 767px) {
  #section-courses {margin-bottom: 15vw;}
  .courses-info-wrapper { width:300px; }
  .courses-info-wrapper .imi-logo {width: 200px; } 
  .courses-info-wrapper-2 article {width: 47%; } 
  .courses-info-wrapper-2 article > div {padding:25px; margin-top:80px;} 
  .courses-info-wrapper-2 article > div > figure {margin-bottom: -40px;}
  .courses-investment-wrapper { max-width: 350px; padding:30px 20px 20px 20px; }
  .shape-4 {width: 9vw; top: 18vw; left: 16vw;}
  .shape-5 {width: 11vw; top: 29vw; right: 2vw;}
  .shape-6 {width: 7vw; right: 22vw; top: 67vw;}
  .shape-7 {width: 10vw; left: 13vw; bottom: 34vw;}
  .shape-8 {width: 5.5vw; right: 17vw; bottom: -10vw;}
  .shape-9 {width: 5vw; right: 10vw; bottom: -14vw;}
}
@media only screen and (max-width: 479px) {
  #section-courses {margin-bottom: 20vw;}
  .courses-info-wrapper { width:unset; }
  .courses-info-wrapper-2 article {width: 100%; } 
  .courses-info-wrapper-2 article > div {padding:20px; margin-top:40px;} 
  .courses-info-wrapper-2 article > div > figure {margin-bottom: -30px;}
  .courses-investment-wrapper { max-width: 300px; width: 100%; padding:20px 15px 15px 15px; font-size:16px;}
  .courses-investment-wrapper strong {display: block; margin-top: 3px;}
}


/* section: why us ************************************************************************************/
#section-why-choose-us {height: 70vw; }
#section-why-choose-us::after {background-image: url(images/rim.jpg); background-repeat: no-repeat; background-size: cover;content: ""; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
#section-why-choose-us .container {display: flex; height: 100%; align-items: center; position: relative; z-index: 2;}
.why-choose-us-wrapper {padding-left: 40vw; }
.why-choose-us-wrapper h2 {text-align: left; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 50px;} 
.why-choose-us-wrapper article {}
.why-choose-us-wrapper article > div {display: flex; align-items: flex-start; margin-bottom: 40px;}
.why-choose-us-wrapper article > div > h3 {text-align: left; width: 33%; margin-right: 1%;}
.why-choose-us-wrapper article > div > div {margin: 0; width: 66%;}
.why-choose-us-wrapper article > div > div p:first-child {margin-top: 0;}

@media only screen and (max-width: 1199px) {
  #section-why-choose-us {height: unset; }
  #section-why-choose-us::after {background-size: 100%; background-position: center;}
  .why-choose-us-wrapper {padding-left: 35vw; padding-top: 10vw; padding-bottom: 10vw;}
}
@media only screen and (max-width: 1023px) {
  .why-choose-us-wrapper {padding-bottom: 2vw;}
  .why-choose-us-wrapper article > div > h3 {width: 40%;}
  .why-choose-us-wrapper article > div > div {width: 59%;}
}
@media only screen and (max-width: 767px) {
  #section-why-choose-us {padding-bottom: 10vw;}
  .why-choose-us-wrapper h2 {text-align: center;}
  #section-why-choose-us::after { background-size: 190%; background-position: center left; opacity: 0.2;}
  .why-choose-us-wrapper {padding-left: unset; padding-top: unset; padding-bottom: unset;}
}
@media only screen and (max-width: 479px) {
  .why-choose-us-wrapper h2 {margin-bottom: 30px;} 
  .why-choose-us-wrapper article > div {flex-wrap: wrap;}
  .why-choose-us-wrapper article > div > h3 {width:100%;}
  .why-choose-us-wrapper article > div > div {width: 100%;}
}

/* section: success stories **********************************************************************************/
#section-success-stories {position: relative;} 
.shape-10 {width: 16vw; left: 63vw; top: 5vw;}
.success-stories-heading { text-align: center; margin-top: -16vw;}
.success-stories-heading h2 {display:inline-block; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 10px;}
.success-stories-heading h3 {color: #45bbe8; margin-bottom: 60px;}
.success-stories-heading h3 > span {color: #fff;}
.success-stories-wrapper {display: flex; justify-content: space-evenly; align-items: flex-start; margin-bottom: 5vw;} 
.success-stories-wrapper > article { text-align: center; width: 45%; padding: 25px 35px; font-size: 18px; line-height: 24px; margin-top:45px; } 
.success-stories-wrapper > article .name {font-size: 14px;}
.success-stories-wrapper .story-1 {background-color: #0d559f; margin-top:0; }
.success-stories-wrapper .story-2 {background-color: #004c78; }

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .success-stories-wrapper > article { padding: 20px 30px; font-size: 17px; line-height: 23px; } 
  .success-stories-wrapper > article .name {font-size: 13px;}
}
@media only screen and (max-width: 767px) {
  #section-success-stories {margin-bottom: 15vw;}
  .success-stories-wrapper > article { padding: 15px 20px;}
  .shape-10 {width: 19vw; left: 69vw; top: 5vw;}
}
@media only screen and (max-width: 479px) {
  #section-success-stories {margin-bottom: 20vw;}
  .success-stories-heading h3 {margin-bottom: 30px;}
  .success-stories-wrapper {flex-wrap: wrap;}
  .success-stories-wrapper > article {width: 100%; margin-top: 20px;} 
}


/* section: industry insights **********************************************************************************/
#section-industry-insights {z-index: 3; margin-top: 10vw; position: relative;}
.shape-11 { width: 5.5vw; left: 23vw; top: -6vw;}
.shape-12 { width: 2vw; left: 5vw; top: 12vw;}
.industry-insights-heading { text-align: center;}
.industry-insights-heading h2 { display:inline-block; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 10px;}
.industry-insights-wrapper {display: flex; justify-content: space-evenly; align-items: flex-start; margin-bottom: 5vw;} 
.industry-insights-wrapper > article { text-align: center; width: 50%; padding:40px 0; } 
.industry-insights-wrapper > article:first-child {padding-top: 11vw;}
.industry-insights-wrapper > article > div {width: 55%; margin: 30px auto 40px auto; text-align: left;}

@media only screen and (max-width: 1199px) {
  .industry-insights-wrapper > article > div {width: 70%; }
}
@media only screen and (max-width: 1023px) {
  .industry-insights-wrapper > article > div {width: 85%; }
}
@media only screen and (max-width: 767px) {
  .shape-11 {width: 8.5vw; left: 23vw; top: -12vw;}
  .shape-12 {width: 4vw; left: 5vw; top: 7vw;}
}
@media only screen and (max-width: 479px) {
  .industry-insights-heading h2 {margin-bottom: 0px;}
  .industry-insights-wrapper { flex-wrap:wrap; margin-bottom: 5vw;} 
  .industry-insights-wrapper > article { width: 100%; padding:20px 0; } 
  .industry-insights-wrapper > article > div {margin: 20px auto 20px auto;}
}

/* section: google review ******************************/
#section-google-review {position: relative;} 
.google-review-heading { text-align: center; }
.google-review-heading .stars {width: 300px; margin-left: auto; margin-right: auto; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 10px; }
.google-review-heading h2 {display:inline-block; text-transform: capitalize;}
.google-review-heading h2 span {color: #f7b704;}
.google-review-wrapper {columns: 3; column-gap: 2.5%; margin: 2.5%;}
.google-review-wrapper > article  { transition: all .25s linear; border: solid 7px #0d559d; text-align: center; padding: 20px 30px; position: relative; margin-bottom: 5%; break-inside: avoid;}
.google-review-wrapper > article:hover {border: solid 7px #45bbe8;}
.google-review-wrapper > article .name {font-size: 12px;}
.google-review-wrapper > article .name::after {content: ""; display: inline-block; background-image: url(images/star-rating.svg); background-size: auto 100%; background-repeat: no-repeat; background-position: top center; width: 100%; height: 12px;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .google-review-wrapper > article { padding: 18px 25px; } 
  .google-review-heading .stars {width: 250px;}
  .google-review-wrapper {columns: 2;}
}
@media only screen and (max-width: 767px) {
  #section-google-review {margin-bottom: 15vw;}
  .google-review-wrapper > article { padding: 15px 20px; border: solid 5px #0d559d;}
  .google-review-heading .stars {width: 200px;}
}
@media only screen and (max-width: 479px) {
  #section-google-review {margin-bottom: 20vw;}
  .google-review-wrapper > article { padding: 10px 15px; }
  .google-review-heading .stars {width: 80%; max-width: 200px;}
  .google-review-wrapper {columns: 1;}
}


/* section: contact ***********************************************************************************/
#section-contact-us {background-image: url(images/bg-2.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 75vw; margin-top: -16vw; display: flex; position:relative; }
.shape-13 {width: 15vw; top: 13vw; right: 10vw;}
.contact-us-wrapper { margin: auto; text-align: center; background-color: rgba(0,0,0,0.7); color:#fff; width: 650px; padding: 50px; border: #45bbe8 solid 4px;}
.contact-us-wrapper form {}
.contact-us-wrapper form > div {display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.contact-us-wrapper form > div:last-child {margin-bottom: 0;}
.contact-us-wrapper form label {font-weight:500; font-size: 17px; width: 130px; text-align: left;}
.contact-us-wrapper form input[type=text],
.contact-us-wrapper form select {padding: 10px; font-size: 17px; width: 300px; border-radius: 0; border:none; color:#000; }
.contact-us-wrapper form button[type=submit] {font-size: 17px; margin-top: 20px;}
.contact-us-wrapper form button[type=submit]:hover {color:#fff;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .contact-us-wrapper { width: 500px; }
}
@media only screen and (max-width: 767px) {
  #section-contact-us {height:unset; padding-top:25vw; padding-bottom: 25vw; background-position: center left; background-size: 140%;}
  .contact-us-wrapper { width: 400px; padding:30px; }
  .contact-us-wrapper form label {width: 100px;}
  .contact-us-wrapper form input[type=text],
  .contact-us-wrapper form select {width: 320px;}
  .shape-13 {width: 20vw; top: 13vw; right: 10vw;}
}
@media only screen and (max-width: 479px) {
  #section-contact-us {padding-top:35vw; padding-bottom: 35vw; background-size: 180%;}
  .contact-us-wrapper {width: 100%; padding:30px 20px;}
  .contact-us-wrapper form > div  {flex-wrap: wrap;}
  .contact-us-wrapper form label {width: 100%;}
  .contact-us-wrapper form input[type=text],
  .contact-us-wrapper form select {width: 100%;}
}


/* footer *********************************************************************************************/
footer {position:relative; text-align:center; margin-top: -5vw;} 
.footer-heading h2 {text-transform: unset; display:inline-block; border-bottom: #fff solid 1px; padding-bottom: 20px; margin:0 auto 15px auto; }
.footer-heading h3 {width: 700px; margin: auto;}

.footer-wrapper {display: flex; justify-content: space-between; align-items: flex-start; margin-top: 10vw; border-top: solid 1px #fff; padding-top: 40px; padding-bottom: 20px;}
.footer-wrapper > div {width: 27%; margin-bottom: 50px;}

.footer-centre {text-align: left;}
.footer-centre h3 {text-align: left; font-size: 20px; margin-bottom: 20px;}
.footer-centre .hours {display: flex;}
.footer-centre .hours > div:first-child {margin-right: 10px;}

.footer-contact-details {text-align: center; }
.footer-contact-details .address {margin-bottom: 20px;}
.footer-contact-details .address span {display: inline-block;}

.footer-social {}
.footer-social ul {list-style: none; margin: 0; padding: 0; display:flex; justify-content: flex-end; }
.footer-social ul li {margin:0 10px 10px 10px;}
.footer-social ul li a {transition: all .15s linear;}
.footer-social ul li a:hover {opacity: 0.5; }
.footer-social ul li figure {width: 25px;} 

.copyright {text-align: center; padding:20px 0; border-top:#000 solid 1px; } 

@media only screen and (max-width: 1199px) {
  footer {margin-top: unset;} 
}
@media only screen and (max-width: 1023px) {
  footer {margin-top: 5vw;} 
  .footer-heading h3 {width: 550px; }
  .footer-wrapper {flex-wrap: wrap; padding-bottom: 0;}
  .footer-wrapper > div:nth-child(1) {width: 44%;}
  .footer-wrapper > div:nth-child(2) {width: 44%; text-align: right;}
  .footer-wrapper > div:nth-child(3) {width: 100%; justify-content: center; margin-top:50px; margin-bottom:0;  }
  .footer-wrapper > div:nth-child(3) ul {justify-content: center;}
}
@media only screen and (max-width: 767px) {
  .footer-heading h3 {width: unset; max-width:550px; }
  .footer-wrapper {margin-top: 20vw; padding-top: 20px; justify-content: center;}
  .footer-wrapper > div:nth-child(1) {width: unset; margin-bottom: 20px;}
  .footer-wrapper > div:nth-child(2) {width: 100%; text-align: center;}
  .footer-wrapper > div:nth-child(3) {margin-top:30px;}
  .footer-centre h3 { text-transform:uppercase; text-align: center;}
  .footer-centre .hours {justify-content: center;}
}
@media only screen and (max-width: 479px) {
  .footer-wrapper {margin-top: 40vw; }
}



/* modal *********************************************************************************************/
.modal {
  display: none; position: fixed; z-index: 9999; padding-top: 100px; 
  left: 0;top: 0; width: 100%; height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); /*transition: all .15s linear;*/
}

.modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%;}

.modal-close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.modal-close:hover,
.modal-close:focus {color: #000; text-decoration: none; cursor: pointer;}

.read-more {cursor: pointer;}



/* thank you *********************************************************************************************/
.thankyou-msg > div{z-index: 999999; color: #fff; position: fixed; top:150px; display:flex; justify-content: center; width:100%; font-size:20px; line-height:1.1em; text-align:center; flex-direction: column; }
.thankyou-msg::after {z-index:999998; content: ""; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background:rgba(0,0,0,0.85);}
.thankyou-msg > div .button {width: 225px; display: inline-block; margin-top: 35px; margin-left: auto; margin-right: auto;}


/*xxxxxxxxxxxx  whatsapp button xxxxxxxxxxxxxxxxxx*/

#nta-wa-gdpr {
  vertical-align: text-top !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nta-wa-gdpr {
  font-size: 11px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}
.nta-wa-gdpr a {
  text-decoration: underline;
  color: inherit;
}
.pointer-disable {
  pointer-events: none;
}
.nta-woo-products-button:before,
.nta-woo-products-button:after {
  content: "";
  display: block;
  clear: both;
}
.wa__button {
  border-bottom: none !important;
}
.wa__btn_w_img:hover {
  text-decoration: none;
}
.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wa__button {
  position: absolute;
  width: 300px;
  min-height: 64px;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
}
.wa__btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}
.wa__btn_w_icon .wa__btn_txt {
  padding: 16px 20px 15px 71px;
}
.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
  padding-top: 25px;
  padding-bottom: 24px;
}
.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
  padding-left: 2px;
  font-size: 14px;
}
.wa__cs_info {
  margin-bottom: 2px;
}
.wa__btn_status {
  color: #f5a623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}
.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
  display: inline-block;
}
.wa__cs_info .wa__cs_name {
  font-size: 12px;
  line-height: 1.36em;
}
.wa__stt_online .wa__cs_info .wa__cs_name {
  color: #d5f0d9;
}
.wa__stt_offline .wa__cs_info .wa__cs_name {
  color: #76787d;
}
.wa__cs_info .wa__cs_status {
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}
.wa__stt_online .wa__cs_info .wa__cs_status {
  background: #62c971;
}
.wa__stt_offline .wa__cs_info .wa__cs_status {
  background: #b9bbbe;
}
.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__stt_online .wa__btn_txt {
  position: relative;
  z-index: 4;
}
.wa__r_button.wa__stt_online:before {
  border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before {
  border-radius: 5px;
}
.wa__stt_online:before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before {
  opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wa__stt_offline {
  background: #ebedf0;
  color: #595b60;
  box-shadow: none;
  cursor: initial;
}
.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px;
}
.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
}
.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px;
}
.wa__btn_w_icon .wa__btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wa__btn_w_icon .wa__btn_icon img {
  width: 41px;
  height: 69px;
}
.wa__btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}
.wa__btn_w_img .wa__cs_img {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wa__cs_img_wrap {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #000;
  position: relative;
  overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff
    url("wa.png") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff
    url("wa.png") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.wa__btn_w_img .wa__btn_txt {
  padding: 14px 20px 12px 103px;
}
.wa__r_button {
  border-radius: 50vh;
}
.wa__sq_button {
  border-radius: 5px;
}
.wa__sq_button.wa__btn_w_img {
  width: 270px;
  margin-left: 30px;
}
.wa__r_button.wa__btn_w_img .wa__cs_img {
  left: -5px;
}
.wa__sq_button.wa__btn_w_img .wa__cs_img {
  left: -35px;
}
.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.wa__btn_txt .wa__btn_title {
}
.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
  margin-left: 3px;
}
.wa__popup_chat_box {
  position: fixed;
  bottom: 10rem;
  right: 5rem;
  width: 350px;
  max-width: calc(100% - 50px);
  border-radius: 1.5rem;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  transition: 1s ease all;
  will-change: transform, visibility, opacity;
  visibility: hidden;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active {
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}
.wa__popup_chat_box.wa__active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #fff;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(2, 35, 116, 1) 0%,
    rgba(26, 56, 190, 1) 100%
  );
}
.wa__popup_chat_box .wa__popup_heading_sm {
  padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 33px;
  filter: invert(1) grayscale(100%) brightness(2);
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before {
  top: 19px;
  left: 11px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
  padding-top: 0px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
  text-decoration: underline;
}
.wa__popup_chat_box .wa__popup_notice {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
  color: #606060;
}
.wa__popup_chat_box .wa__popup_content {
  background: #fff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left {
  text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 10px;
  top: 9px;
}
.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}
.wa__popup_chat_box .wa__stt {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  background: #f5f7f9;
  border-radius: 7px;
}
.wa__popup_chat_box .wa__stt:after {
  content: "";
  background: url("wa.png") 0 0
    no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
  background-image: url("wa.png");
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus {
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item {
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 16px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 12px;
  color: #333;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
  border-left-color: #c0c5ca;
}
.wa__popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  left: -7px;
}
.wa__popup_call_btn {
  background: #2db742;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin: 25px 0 15px;
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url("wa.png") 0 0
    no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
  transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
  background-image: url("wa.png");
}
.wa__popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
  color: #595b60;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
  color: #595b60;
}
.wa__popup_chat_box_ct {
  width: 384px;
  text-align: center;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
  padding-left: 22px;
  padding-bottom: 14px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
  margin-top: -5px;
  line-height: 12px;
}
.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
  content: "";
  clear: both;
  display: block;
}
.wa__popup_chat_box_ct .wa__popup_ct_content {
  background: #fff;
  padding: 0 0 14px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
  padding-top: 18px;
  padding-bottom: 15px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item {
  width: 33%;
  float: left;
  font-size: 10px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
  padding-top: 8px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
  color: #363c47;
  font-size: 13px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
  color: #989b9f;
  padding: 3px 0 0;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url("wa.png") 0
    3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}
.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
  border-radius: 50%;
}
.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}
.wa__btn_popup {
  position: fixed;
  cursor: pointer;
  bottom: 3rem;
  right: 5rem;
  z-index: 9999;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa__btn_popup .wa__btn_popup_icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent
    url("wa.png") center center
    no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  filter: invert(1) grayscale(100%) brightness(2);
}
.wa__btn_popup .wa__btn_popup_icon:after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent
    url("wa-close.png") center center
    no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;



  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  filter: invert(1) grayscale(100%) brightness(2);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  width: 180px;
  right: 100%;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(2, 35, 116, 1) 0%,
    rgba(26, 56, 190, 1) 100%
  );
  font-size: 14px;
  text-align: left;
  color: #fff;
  top: 0;
  padding: 12px 1rem 12px 1rem;
  margin-right: 15px;
  border-radius: 1.5rem;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa__btn_popup .wa__btn_popup_txt span {
  display: block;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
.wa__popup_chat_box .wa__popup_notice {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
  color: #606060;
}

.wa__popup_chat_box.wa__active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  left:25px;
}
}

/*xxxxxxxxxxxx  whatsapp button xxxxxxxxxxxxxxxxxx*/







