@font-face {
  src: url("../fonts/CeraPro-Light.woff") format("woff");
  font-family: "cerapro";
  font-weight: 300;
}

@font-face {
  src: url("../fonts/CeraPro-Regular.woff") format("woff");
  font-family: "cerapro";
  font-weight: 400;
}

@font-face {
  src: url("../fonts/CeraPro-Medium.woff") format("woff");
  font-family: "cerapro";
  font-weight: 600;
}

@font-face {
  src: url("../fonts/CeraPro-Bold.woff") format("woff");
  font-family: "cerapro";
  font-weight: 700;
}

@font-face {
  src: url("../fonts/CeraPro-Black.woff") format("woff");
  font-family: "cerapro";
  font-weight: 800;
}

@font-face {
  src: url("../fonts/CeraRoundPro-Bold.woff") format("woff");
  font-family: "ceraround";
  font-weight: 700;
}

@font-face {
  src: url("../fonts/CeraRoundPro-Medium.woff") format("woff");
  font-family: "ceraround";
  font-weight: 600;
}

@font-face {
  src: url("../fonts/WebRupee.V2.0.woff") format("woff");
  font-family: "rupee";
  font-weight: 400;
}

.gbg, .pagewrapper main .abouteparea, .pagewrapper main .whowearesec {
  background: #FBFBFB;
}

.sectiontitle {
  color: #F58634;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5;
}

.sectionhead, .pagewrapper main .bannerarea h1 {
  color: #534146;
  font-family: "ceraround";
  font-weight: 700;
}

.green {
  color: #00AA7A;
}

.orng {
  color: #F58634;
}

.blue {
  color: #2390D3;
}

.greenbg {
  background: #ccffcc;
}

.orngbg {
  background: #fdeeb3;
}

.bluebg {
  background: #aaebfd;
}

.dv {
  display: block;
}
.mt-50{
    margin-top:50px;
}
.mt-30 {
    margin-top: 30px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom:50px;
}
@media (max-width: 768px) {
  .dv {
    display: none;
  }
}
main .productbanner {
    background: url(../images/ep-new-final-bg.png) no-repeat center bottom -2px, -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f9f9f9));
    background: url(../images/ep-new-final-bg.png) no-repeat center bottom -2px, linear-gradient(#fbfbfb, #e8e3e5);
    background-size: 100%;
    min-height: 700px;
    padding: 0px 0 95px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.headlink, .pagewrapper header .dropbtn, .pagewrapper header .dropdown:hover .dropbtn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #534146;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headlink:hover, .pagewrapper header .dropbtn:hover, .pagewrapper header .dropdown:hover .dropbtn:hover, .headlink:active, .pagewrapper header .dropbtn:active, .pagewrapper header .dropdown:hover .dropbtn:active, .headlink:focus, .pagewrapper header .dropbtn:focus, .pagewrapper header .dropdown:hover .dropbtn:focus {
  border: 1px solid #F58634;
  border-radius: 5px;
  text-decoration:none;
  color: #F58634;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headlinkactive {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #F58634;
  border-radius: 5px;
  color: #F58634;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: none;
}

.headlinkactive:hover {
  background: #F58634;
  color: #ffffff !important;
}

.scrollTo {
  position: fixed;
  width: 100%;
}

body {
  background: #ffffff;
  font-size: 14px;
  color: #534146;
  font-family: "cerapro", 'Roboto', sans-serif;
  font-weight: 400;
}

.pagewrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
}

.pagewrapper header {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
a {text-decoration: none;} 
.pagewrapper header nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  height: 65px;
  z-index:999;
}
.emailp {
    margin-bottom: 10px!important;
    border-bottom: 1px dashed #646464!important;
    padding-bottom: 10px!important;
}
.contactbr {
    border: solid 2px #d4d4d4!important;
    padding: 0;
    margin: 0 15px;
    height: 350px;
    width: 97%;
}
@media (max-width: 768px) {
  .pagewrapper header nav {
    height: 55px;
  }
}

.pagewrapper header nav .leftarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      padding-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper header nav .leftarea .hamburger {
  width: 16px;
  max-height: 15px;
  margin-right: 5px;
  display: none;
  outline: none;
}

@media (max-width: 768px) {
  .pagewrapper header nav .leftarea .hamburger {
    display: block;
  }
}

.pagewrapper header nav .leftarea .logo {
  width: 150px;
}

.pagewrapper header nav .rightarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper header nav .rightarea ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.pagewrapper header nav .rightarea ul li {
  margin: 0px 5px;
}

.pagewrapper header nav .rightarea ul li a {
  display: block;
  line-height: 18px;
}

.pagewrapper header nav .rightarea .mobnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-family: "ceraround";
  margin: 0 15px 0 0;
}

.pagewrapper header nav .rightarea .permlink {
  height: 100%;
  display: none !important;
}

.pagewrapper header nav .rightarea .permlink .loginarea {
  border-left: 1px solid #EDEAEB;
  height: 100%;
  padding: 10px 0 10px 20px;
  height: 65px;
}

.pagewrapper header nav .rightarea .permlink .loginarea svg {
  width: 45px;
  height: 45px;
  fill: #CDC3C6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper header nav .rightarea .permlink .loginarea svg:hover {
  fill: #FFA429;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.logo img{
	padding:10px 0px;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -255px;
    height: 100vh;
    z-index: 9999;
    background: #fcfcfc;
    color: #333;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffc107;
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #ffc107;
        color: #333;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.sidebar-header {
    padding: 20px;
    background: #23365f;
}
.sidebar-header h3 {
    color: #333;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #646464;
}

#sidebar ul p {
    color: #333;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: #333;
}

#sidebar ul li a:hover {
    color: #ffc107;
    background: #333;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #333;
    background: #ffc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #EDEAEB;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #17a2b8;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content1 {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.hidden-md, .hidden-lg{
	display:none;
}

@media (max-width: 768px) {
  .pagewrapper header nav .rightarea .permlink .loginarea {
    border: none;
    height: 55px;
  }
  .pagewrapper header nav .rightarea .permlink .loginarea svg {
    width: 35px;
    height: 35px;
  }
  .mean-container1 {
    background-color: #f2f2f9;
    padding: 0;
}
.mobile-nav1 {
    display: block;
	z-index: 998;
}
.hidden-md, .hidden-lg{
	display:block;
}
}

.pagewrapper header .dropbtn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: none;
}

.pagewrapper header .dropbtn svg {
  width: 12px;
  height: 12px;
  fill: #534146;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 4px;
}

.pagewrapper header .dropbtn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper header .dropbtn:hover svg {
  width: 12px;
  height: 12px;
  fill: #F58634;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper header .dropdown {
  position: relative;
  display: inline-block;
}

.pagewrapper header .dropdown:hover .dropdown-content {
  display: block;
}

.pagewrapper header .dropdown-content {
  display: none;
  position: absolute;
  border-radius: 6px;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.text-center{
	margin:0 auto;
}
.pagewrapper header .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pagewrapper header .dropdown-content a:hover {
  background-color: #ddd;
}

.pagewrapper main {
  position: relative;
      padding-top: 55px;
	      clear: both;
}

.bannerarea {
  width: 100%;
  background: url(../images/ep-new-final-bg.png) no-repeat center bottom #e8e3e5;
  background-size: contain;
  min-height: 750px;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper main .bannerarea h1 {
  text-align: center;
  font-size: 42px;
  margin: 55px 0px 0px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper main .bannerarea p {
  color: #534146;
  text-align: center;
  font-size: 20px;
  margin: 20px 0px 30px 0;
}

@media (max-width: 1366px) {
  .pagewrapper main .bannerarea h1 {
    font-size: 36px;
    margin: 40px 0px 0px 0;
  }
  .pagewrapper main .bannerarea p {
    font-size: 18px;
    margin: 10px 0px 20px 0;
  }
}

@media (max-width: 768px) {
  
  .pagewrapper main .bannerarea h1 {
    font-size: 24px;
    margin: 20px 0px 10px 0;
  }
  .pagewrapper main .bannerarea p {
    font-size: 14px;
    margin: 0px 0px 20px 0;
  }
    .pagewrapper main {
        position: relative;
        padding-top: 70px;
        clear: both;
    }
}

.pagewrapper main .bannerarea .productarea {
  width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1366px) {
  .pagewrapper main .bannerarea .productarea {
    width: 1050px;
  }
}

@media (max-width: 1024px) {
  .pagewrapper main .bannerarea .productarea {
    width: 1000px;
  }
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagewrapper main .bannerarea .productarea .boxarea .harea {
  width: 100%;
  font-size: 15px;
  font-family: "ceraround";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.pagewrapper main .bannerarea .productarea .boxarea .harea .donut {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 6px;
  border: 3px solid;
}

.pagewrapper main .bannerarea .productarea .boxarea .harea .prodhead {
  margin: 0px 4px 0px 0px;
}

.pagewrapper main .bannerarea .productarea .boxarea .harea .nline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.pagewrapper main .bannerarea .productarea .boxarea .harea .nline .dot1 {
  height: 1.5px;
  width: 3px;
  margin-right: 4px;
}

.pagewrapper main .bannerarea .productarea .boxarea .harea .nline .linest {
  height: 1.5px;
  width: calc(100% - 21px);
}

.pagewrapper main .bannerarea .productarea .boxarea .healthst {
  color: #2390D3;
}

.pagewrapper main .bannerarea .productarea .boxarea .healthst .donut {
  border-color: #40B6FF;
}

.pagewrapper main .bannerarea .productarea .boxarea .healthst .prodhead {
  width: 50px;
}

.pagewrapper main .bannerarea .productarea .boxarea .healthst .nline {
  width: calc(100% - 80px);
}

.pagewrapper main .bannerarea .productarea .boxarea .healthst .nline .dot1,
.pagewrapper main .bannerarea .productarea .boxarea .healthst .nline .linest {
  background: #40B6FF;
}

.pagewrapper main .bannerarea .productarea .boxarea .motorst {
  color: #00AA7A;
}

.pagewrapper main .bannerarea .productarea .boxarea .motorst .donut {
  border-color: #18D39E;
}

.pagewrapper main .bannerarea .productarea .boxarea .motorst .prodhead {
  width: 105px;
}

.pagewrapper main .bannerarea .productarea .boxarea .motorst .nline {
  width: calc(100% - 130px);
}

.pagewrapper main .bannerarea .productarea .boxarea .motorst .nline .dot1,
.pagewrapper main .bannerarea .productarea .boxarea .motorst .nline .linest {
  background: #18D39E;
}

.pagewrapper main .bannerarea .productarea .boxarea .lifest {
  color: #6C38A0;
}

.pagewrapper main .bannerarea .productarea .boxarea .lifest .donut {
  border-color: #9F7BF3;
}

.pagewrapper main .bannerarea .productarea .boxarea .lifest .prodhead {
  width: 28px;
}

.pagewrapper main .bannerarea .productarea .boxarea .lifest .nline {
  width: calc(100% - 50px);
}

.pagewrapper main .bannerarea .productarea .boxarea .lifest .nline .dot1,
.pagewrapper main .bannerarea .productarea .boxarea .lifest .nline .linest {
  background: #9F7BF3;
}

.pagewrapper main .bannerarea .productarea .boxarea .otherst {
  color: #B19AA0;
}

.pagewrapper main .bannerarea .productarea .boxarea .otherst .donut {
  border-color: #B19AA0;
}

.pagewrapper main .bannerarea .productarea .boxarea .otherst .prodhead {
  width: 115px;
}

.pagewrapper main .bannerarea .productarea .boxarea .otherst .nline {
  width: calc(100% - 150px);
}

.pagewrapper main .bannerarea .productarea .boxarea .otherst .nline .dot1,
.pagewrapper main .bannerarea .productarea .boxarea .otherst .nline .linest {
  background: #B19AA0;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox1 {
  border-radius: 15px;
  margin: 0 0 50px 0;
  height: 150px;
  width: 150px;
  background-image: radial-gradient(circle, #FFA429, #F58634);
  color: #ffffff;
  background-color: #F58634;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox1 svg {
  max-width: 50px;
  max-height: 45px;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox1 span {
  font-size: 14px;
  font-family: "ceraround";
  font-weight: 700;
  margin-top: 10px;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox1:hover {
  box-shadow: 0 0.4em 0.7em 0 rgba(4, 49, 64, 0.2);
  -webkit-box-shadow: 0 0.4em 0.7em 0 rgba(4, 49, 64, 0.2);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  transition: transform .5s ease-in-out, box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
  background: #ed485f;
  border: 1px solid #ed485f;
  background-image: -webkit-gradient(linear, left top, right top, from(#e36f2d), to(#e5384d));
  background-image: linear-gradient(to right, #e36f2d, #e5384d);
  color: #fff !important;
}
.bannerabout {
    width: 100%;
    height: 366px;
    float: left;
    background: url(../images/AboutHeader.jpg) center no-repeat;
    background-size: cover;
    padding: 57px 25px 0 25px;
    position: relative;
}
.cm-contenthead {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 0;
}
.cm-banner .cm-content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 33px;
    text-align: center;
    margin: 0;
}
.cm-banner:after {
    content: " ";
    position: absolute;
    background: linear-gradient(0deg,rgb(53,21,82,.8),rgb(53,21,82,1));
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 48%;
    margin-left: 70px;
    animation: skew 3s infinite;
    transform: skew(30deg);
}
.text-m {
    font-size: 22px !important;
    line-height: 35px !important;
    background: linear-gradient(to bottom right,#580be1,#ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}
.withoutformsec-about {
    width: 100%;
    float: left;
    background: url(../images/slide-3.jpg) center 0 no-repeat #fff;
    min-height: 400px;
    padding-top: 120px;
    position: relative;
    background-size: 100%;
}
.cm-banner .cm-content {
    z-index: 1;
    color: #fff;
    padding: 0 0;
    text-align: left;
    height: 310px;
    float: left;
    display: table;
    margin: 0 0 0 9%;
    text-align: center;
}
.formh2top-inner {
    color: #fff;
    font-size: 45px;
    padding-bottom: 0;
    padding-top: 40px;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.formh2top-sub-inner-tp {
    color: #f27a38;
    padding: 0 3% 0;
    font-weight: 400;
    font-size: 12px;
}
.formh2top-sub-inner {
    color: #ccc;
    padding: 10px 10% 20px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}

@media (max-width: 1366px) {
  .pagewrapper main .bannerarea .productarea .boxarea .prbox1 {
    height: 135px;
    width: 135px;
  }

}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productarea .boxarea .prbox1 {
    border-radius: 10px;
    margin: 0 0px 20px;
    height: 100px;
	width:100%;
  }
  .pagewrapper main .bannerarea .productarea .boxarea .prbox1 img {
    max-width: 45px;
    max-height: 45px;
  }
  .pagewrapper main .bannerarea .productarea .boxarea .prbox1 span {
    font-size: 12px;
    font-family: "ceraround";
    font-weight: 700;
    margin-top: 10px;
}
  .bannerarea {
    width: 100%;
    background: url(../images/ep-new-final-bg.png) no-repeat center bottom #ffffff;
    background-size: contain;
    min-height: 550px;
  }
  .bannerabout {
    width: 100%;
    height: 366px;
    float: left;
    background: url(../images/AboutHeader.jpg) center no-repeat;
    background-size: cover;
    padding: 57px 25px 0 25px;
    position: relative;
}
.cm-contenthead {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 0;
}
.cm-banner .cm-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
.cm-banner:after {
    content: " ";
    position: absolute;
    background: linear-gradient(0deg,rgb(53,21,82,.8),rgb(53,21,82,1));
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-left: 0px;
    animation: skew 3s infinite;
    transform: skew(0deg);
}
.text-m {
    font-size: 12px !important;
    line-height: 25px !important;
    background: linear-gradient(to bottom right,#580be1,#ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}
.withoutformsec-about {
    width: 100%;
    float: left;
    background: url(../images/slide-3.jpg) center 0 no-repeat #fff;
    min-height: 150px;
    padding: 20px 0px 0px;
    position: relative;
    background-size: 100%;
}
.cm-banner .cm-content {
    z-index: 1;
    color: #fff;
    padding: 0 0;
    text-align: left;
    height: 310px;
    float: left;
    display: table;
    margin: 0 0 0 1%;
    text-align: center;
}
.formh2top-inner {
    color: #fff;
    font-size: 25px;
    padding-bottom: 0;
    padding-top: 0px;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.formh2top-sub-inner-tp {
    color: #f27a38;
    padding: 0 3% 0;
    font-weight: 400;
    font-size: 12px;
}
.formh2top-sub-inner {
    color: #ccc;
    padding: 0px 10% 10px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}

}

.pagewrapper main .bannerarea .productarea .boxarea .prbox2 {
  border-radius: 8px;
  border: 1px solid #B19AA0;
  height: 45px;
  width: 150px;
  color: #534146;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox2 svg {
  max-width: 30px;
  max-height: 25px;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox2 span {
  font-weight: 500;
}

.pagewrapper main .bannerarea .productarea .boxarea .prbox2:hover {
  box-shadow: 0 0.4em 0.7em 0 rgba(4, 49, 64, 0.2);
  -webkit-box-shadow: 0 0.4em 0.7em 0 rgba(4, 49, 64, 0.2);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  transition: transform .5s ease-in-out, box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
}

@media (max-width: 1366px) {
  .pagewrapper main .bannerarea .productarea .boxarea .prbox2 {
    height: 45px;
    width: 135px;
  }
}

@media (max-width: 768px) {
	.pagewrapper main .bannerarea .productarea .bxw2 {
    width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	}
  .pagewrapper main .bannerarea .productarea .boxarea .prbox2 {
    border-radius: 6px;
    margin: 0 4px 10px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .pagewrapper main .bannerarea .productarea .boxarea .prbox2 span {
    font-size: 13px;
  }
}

/* .pagewrapper main .bannerarea .productarea .bxw1 {
  width: 150px;
} */
@media (min-width: 768px) {
.pagewrapper main .bannerarea .productarea .bxw2 {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
}

.pagewrapper main .bannerarea .productarea .bxw3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* @media (max-width: 1366px) {
  .pagewrapper main .bannerarea .productarea .bxw1 {
    width: 135px;
  }
  .pagewrapper main .bannerarea .productarea .bxw2 {
    width: 300;
  }
} */

.pagewrapper main .bannerarea .productformarea {
  max-width: 1330px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px 25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1366px) {
  .pagewrapper main .bannerarea .productformarea {
    width: 1280;
  }
}

@media (max-width: 1024px) {
  .pagewrapper main .bannerarea .productformarea {
    width: 1000px;
  }
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productformarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0px;
  }
}

.pagewrapper main .bannerarea .productformarea .divwrapper {
  width: 100%;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 20px 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  min-height: 400px;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .backarrow {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 35px;
  max-height: 20px;
  z-index: 10;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  fill: #F58634;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .backarrow:hover {
  fill: #FFA429;
  opacity: 1;
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productformarea .divwrapper .productformbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    padding: 20px 8px;
  }
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid #EDEAEB;
  padding: 0px 50px 0px 40px;
  width: 55%;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox h5 {
  margin: 0px 0 15px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "ceraround";
  font-weight: 700;
  color: #F58634;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox .memberaddarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox .memberaddarea .memberadd {
  border-radius: 3px;
  padding: 0;
  background: #EDEAEB;
  border: 1px solid #C6BABE;
  height: 50px;
  width: 120px;
  color: #846F75;
  font-size: 13px !important;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox .memberaddarea .memberadd span {
  font-size: 20px;
  margin: 0px 4px 0 0;
  font-weight: 800;
  font-family: "ceraround";
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox .memberaddarea .memberadd:hover {
  color: #F58634 !important;
  border: 1px solid #F58634;
  background: #ffffff;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox .tcross {
  border-radius: 50%;
  padding: 10px;
  margin: 0;
  background: #EDEAEB;
  height: 25px;
  width: 25px;
  position: absolute;
  top: -10;
  right: 0;
  font-size: 12px;
  text-align: center;
  font-family: 'ceraround';
  line-height: 25px;
  font-weight: 700;
  outline: none;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox .moterform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .formbox {
    width: 100%;
    padding: 0px 10px 0px 10px;
    border: none;
  }
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .thigstoremember {
  width: 45%;
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .thigstoremember {
    width: 100%;
    min-height: 400px;
  }
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .thigstoremember h4 {
  margin: 15px 0 0px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "ceraround";
  font-weight: 700;
  color: #F58634;
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .thigstoremember .thingswrapper {
  height: 95%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .thigstoremember .thingswrapper {
    height: 400px;
  }
}

.pagewrapper main .bannerarea .productformarea .divwrapper .productformbox .travelbg {
  background: url(../images/travel.html) no-repeat center bottom;
}

.pagewrapper main .bannerarea .presearcharea {
  border-top: 1px solid #CDC3C6;
  border-bottom: 1px solid #CDC3C6;
  padding: 12px 20px;
  color: #534146;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper main .bannerarea .presearcharea .pretext {
  font-weight: 600;
  color: #534146;
  margin-right: 20px;
}

.pagewrapper main .bannerarea .presearcharea .pretext span {
  color: #534146;
  font-weight: 600;
}

@media (max-width: 768px) {
  .pagewrapper main .bannerarea .presearcharea {
    width: 300px;
    margin-top: 20px;
    padding: 12px 5px;
  }
}

.pagewrapper main .bannerarea .presearcharea .preicons {
  border-radius: 50%;
  padding: 10px;
  margin: 0 20px 0 0;
  border: 1px solid #B19AA0;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  outline: none;
}

.pagewrapper main .bannerarea .presearcharea .preicons svg {
  max-width: 30px;
  max-height: 30px;
}

.pagewrapper main .bannerarea .presearcharea .preicons:hover {
  background: #ed485f;
  border: 1px solid #ed485f;
  background-image: -webkit-gradient(linear, left top, right top, from(#e36f2d), to(#e5384d));
  background-image: linear-gradient(to right, #e36f2d, #e5384d);
  color: #fff !important;
  outline: 0;
}

.pagewrapper main .abouteparea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
}

@media (max-width: 768px) {
  .pagewrapper main .abouteparea {
    padding: 30px 10px;
  }
}

.pagewrapper main .abouteparea .aboutepbox {
  border-radius: 10px;
  border: 1px solid #FFA429;
  width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1150px;
}

@media (max-width: 1024px) {
  .pagewrapper main .abouteparea .aboutepbox {
    width: 1000px;
  }
}

@media (max-width: 768px) {
  .pagewrapper main .abouteparea .aboutepbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px;
    border: 1px solid #FFA429;
    width: 100%;
  }
}

.pagewrapper main .abouteparea .aboutepbox .boxes {
  width: 25%;
  border-right: 1px solid #CDC3C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 768px) {
  .pagewrapper main .abouteparea .aboutepbox .boxes {
    width: 50%;
    margin: 6px 0;
  }
  .pagewrapper main .abouteparea .aboutepbox .boxes:nth-child(2) {
    border-right: none;
  }
  .pagewrapper main .abouteparea .aboutepbox .boxes:nth-child(4) {
    border-right: none;
  }
  .pagewrapper main .abouteparea .aboutepbox .boxes span {
    font-size: 12px;
  }
}

.pagewrapper main .abouteparea .aboutepbox .boxes:nth-child(4) {
  border-right: none;
}

.pagewrapper main .abouteparea .aboutepbox .boxes svg {
  max-width: 40px;
  max-height: 40px;
}

.pagewrapper main .abouteparea .aboutepbox .boxes h5 {
  margin: 8px 0 0;
  font-weight: 600;
}

.pagewrapper main .abouteparea .aboutepbox .boxes span {
  color: #846F75;
}

.pagewrapper main .abouteparea .aboutepbox .irdabox {
  width: 28%;
  border-left: 1px solid #CDC3C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 0;
}

.pagewrapper main .abouteparea .aboutepbox .irdabox svg {
  max-width: 50px;
  max-height: 100px;
}

.pagewrapper main .abouteparea .aboutepbox .irdabox div {
  margin-left: 10px;
}

.pagewrapper main .abouteparea .aboutepbox .irdabox div h5 {
  margin: 5px 0;
  font-weight: 600;
}

.pagewrapper main .abouteparea .aboutepbox .irdabox div span {
  color: #846F75;
}

@media (max-width: 768px) {
  .pagewrapper main .abouteparea .aboutepbox .irdabox {
    width: 100%;
    border: none;
    padding: 1px 0;
  }
  .pagewrapper main .abouteparea .aboutepbox .irdabox div h5 {
    font-size: 14px;
  }
  .pagewrapper main .abouteparea .aboutepbox .irdabox div span {
    color: 12px;
  }
}

.pagewrapper main .whowearesec {
  padding: 75px 0 75px 0;
}

.pagewrapper main .whowearesec h2 {
  font-size: 32px;
  margin: 0px 0px 30px;
  line-height: 40px;
}

.pagewrapper main .whowearesec h4 {
  font-size: 14px;
  margin: 0px 0px 20px;
}

@media (max-width: 768px) {
  .pagewrapper main .whowearesec {
    text-align: center;
    padding: 40px 0;
  }
  .pagewrapper main .whowearesec h2 {
    font-size: 24px;
    margin: 0px 0px 10px;
    line-height: 40px;
  }
  .pagewrapper main .whowearesec h4 {
    margin: 0px 0px 10px;
  }
}

.pagewrapper main .whowearesec .whowearearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .pagewrapper main .whowearesec .whowearearea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .pagewrapper main .whowearesec .whowearearea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pagewrapper main .whowearesec .whowearearea .whowebox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 30px 0px 0px;
  width: 34%;
}

.pagewrapper main .whowearesec .whowearearea .whowebox1 span {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .pagewrapper main .whowearesec .whowearearea .whowebox1 {
    width: 100% !important;
    text-align: center;
  }
  .pagewrapper main .whowearesec .whowearearea .whowebox1 span {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .pagewrapper main .whowearesec .whowearearea .whowebox1 {
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.pagewrapper main .whowearesec .whowearearea .whoweboxarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 66%;
}

@media (max-width: 1024px) {
  .pagewrapper main .whowearesec .whowearearea .whoweboxarea {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .pagewrapper main .whowearesec .whowearearea .whoweboxarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px;
  }
}

.pagewrapper main .whowearesec .whowearearea .whoweboxarea .whowebox {
  width: 30%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px;
  background: #ffffff;
}

.pagewrapper main .whowearesec .whowearearea .whoweboxarea .whowebox svg {
  width: 90px;
  max-height: 100px;
}

.pagewrapper main .whowearesec .whowearearea .whoweboxarea .whowebox h4 {
  font-size: 19px;
  margin: 10px 0 !important;
}

.pagewrapper main .whowearesec .whowearearea .whoweboxarea .whowebox span {
  font-size: 14px;
  color: #846F75;
}

@media (max-width: 768px) {
  .pagewrapper main .whowearesec .whowearearea .whoweboxarea .whowebox {
    width: 100%;
    padding: 20px 20px;
    margin: 0 0 20px;
    background: #ffffff;
  }
}

.pagewrapper main .howwedoit {
  background: url(../images/bg2.png) no-repeat center bottom -2px, -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#EFEDEE));
  background: url(../images/bg2.png) no-repeat center bottom -2px, linear-gradient(#fbfbfb, #EFEDEE);
  background-size: 100%;
  min-height: 600px;
  padding: 75px 0;
}

.pagewrapper main .howwedoit .howwedoithead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pagewrapper main .howwedoit .howwedoithead h2 {
  font-size: 36px;
  margin: 0px 0px 50px;
  line-height: 50px;
  max-width: 550px;
  width: 100%;
}

.pagewrapper main .howwedoit .howwedoithead h4 {
  font-size: 14px;
  margin: 0px 0px 20px;
}

@media (max-width: 768px) {
  .pagewrapper main .howwedoit {
    background-size: 100%;
    padding: 40px 0;
  }
  .pagewrapper main .howwedoit .howwedoithead h2 {
    font-size: 24px;
    margin: 0px 0px 30px;
    line-height: 40px;
  }
}

.pagewrapper main .howwedoit .howwedoitarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .pagewrapper main .howwedoit .howwedoitarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 35px;
  }
}

.pagewrapper main .howwedoit .howwedoitarea .howwedoitbox {
  border-radius: 10px;
  padding: 20px 40px;
  background: #ffffff;
  border: 1px solid #EDEAEB;
  width: 30%;
  position: relative;
}

@media (max-width: 768px) {
  .pagewrapper main .howwedoit .howwedoitarea .howwedoitbox {
    padding: 10px 20px 10px 40px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagewrapper main .howwedoit .howwedoitarea .howwedoitbox .dot {
  border-radius: 50%;
  margin: -15px 0 0 0;
  height: 30px;
  width: 30px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  font-size: 20px;
  font-family: "ceraround";
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

.pagewrapper main .howwedoit .howwedoitarea .howwedoitbox h4 {
  font-size: 20px;
}

.pagewrapper main .howwedoit .howwedoitarea .howwedoitbox span {
  font-size: 14px;
  color: #846F75;
}

.pagewrapper main .whyeasypolicy {
  background: url(../images/bg3.svg) no-repeat center bottom 100px #ffffff;
  background-size: 100%;
  min-height: 600px;
  padding: 100px 0;
  text-align: center;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyhead h2 {
  font-size: 36px;
  margin: 0px 0px 25px;
  line-height: 50px;
  max-width: 750px;
  width: 100%;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyhead h4 {
  font-size: 14px;
  margin: 0px 0px 20px;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyhead span {
  font-size: 14px;
  color: #846F75;
}

@media (max-width: 768px) {
  .pagewrapper main .whyeasypolicy {
    background-size: 100%;
    padding: 40px 0;
  }
  .pagewrapper main .whyeasypolicy .whyeasypolicyhead h2 {
    font-size: 24px;
    margin: 0px 0px 10px;
    line-height: 40px;
  }
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px;
}

@media (max-width: 768px) {
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox {
  border-radius: 10px;
  padding: 50px 40px;
  margin: 50px 0 0;
  background: #ffffff;
  width: 28%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 0 0;
    background: #ffffff;
    width: 100%;
  }
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox h4 {
  font-size: 20px;
  margin: 0px 0px 35px;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox h5 {
  font-size: 14px;
  margin: 0px 0px 35px;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox .circle {
  border-radius: 50%;
  margin: 0 0 35px 0;
  height: 90px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox .circle svg {
  max-width: 60px;
  max-height: 60px;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox span {
  font-size: 14px;
  color: #846F75;
  margin: 0px 0px 35px;
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox:nth-child(1) {
  border: 1px solid rgba(255, 164, 41, 0.4);
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox:nth-child(2) {
  border: 1px solid rgba(24, 211, 128, 0.4);
}

.pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox:nth-child(3) {
  border: 1px solid rgba(64, 182, 255, 0.4);
}

@media (max-width: 768px) {
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 0 0;
    background: #ffffff;
    width: 100%;
  }
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox h4 {
    font-size: 20px;
    margin: 0px 0px 20px;
  }
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox h5 {
    font-size: 14px;
    margin: 0px 0px 20px;
  }
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox .circle {
    margin: 0px 0px 20px;
  }
  .pagewrapper main .whyeasypolicy .whyeasypolicyarea .whyeasypolicybox span {
    margin: 0px;
  }
}

.pagewrapper main .partnerssec {
  padding: 30px 0 75px 0;
  background: #ffffff;
  text-align: center;
}

.pagewrapper main .partnerssec h2 {
  font-size: 32px;
  margin: 0px 0px 30px;
  line-height: 60px;
}

.pagewrapper main .partnerssec h4 {
  font-size: 14px;
  margin: 0px 0px 20px;
}

.pagewrapper main .partnerssec .notest {
  font-size: 14px;
  margin: 20px 0 0;
}

.pagewrapper main .partnerssec .notest span {
  font-weight: bold;
}

.pagewrapper main .partnerssec .partnersarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pagewrapper main .partnerssec .partnersarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagewrapper main .partnerssec .partnersarea img {
  max-width: 150px;
  max-height: 85px;
  border: 1px solid #EDEAEB;
  padding: 15px 25px;
  margin: 2px 2px 5px;
}

@media (max-width: 768px) {
  .pagewrapper main .partnerssec {
    background-size: 100%;
    padding: 40px 0;
  }
  .pagewrapper main .partnerssec h2 {
    font-size: 24px;
    margin: 0px 0px 10px;
    line-height: 40px;
  }
  .pagewrapper main .partnerssec .partnersarea img {
    max-width: 90px;
    max-height: 50px;
    padding: 10px 15px;
  }
}

.pagewrapper main .testimonialsec {
  padding: 30px 0 75px 0;
  background: #ffffff;
}

.pagewrapper main .testimonialsec h2 {
  font-size: 32px;
  margin: 0px 0px 30px;
  line-height: 60px;
}

.pagewrapper main .testimonialsec h4 {
  font-size: 14px;
  margin: 0px 0px 20px;
}

@media (max-width: 768px) {
  .pagewrapper main .testimonialsec {
    background-size: 100%;
    padding: 25px 0;
  }
  .pagewrapper main .testimonialsec h2 {
    font-size: 24px;
    margin: 0px 0px 10px;
    line-height: 40px;
  }
}

.pagewrapper main .testimonialsec .testimonialarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 10px;
  border: 1.5px solid #FFA429;
  padding: 25px 35px;
  width: 100%;
  max-width: 100% !important;
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner {
  width: calc( 100% - 80px);
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 25px 35px;
  background: #fff;
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox div {
  width: calc( 100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox div h4 {
  color: #846F75;
  font-size: 24px;
  margin: 0 0 15px;
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox div h5 {
  color: #FFA429;
  font-size: 18px;
  margin: 0 0 10px;
}

.pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox div span {
  color: #846F75;
}

@media (max-width: 768px) {
  .pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
  }
  .pagewrapper main .testimonialsec .testimonialarea .carousel-inner .carousel-item .testimonbox div h4 {
    margin: 10px 0;
  }
}

.pagewrapper main .testimonialsec .testimonialarea .dotsarea {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative !important;
  margin: 0;
}

.pagewrapper main .testimonialsec .testimonialarea .dotsarea li {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #F58634;
}

@media (max-width: 768px) {
  .pagewrapper main .testimonialsec .testimonialarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
  }
  .pagewrapper main .testimonialsec .testimonialarea .carousel-inner {
    width: 100%;
  }
  .pagewrapper main .testimonialsec .testimonialarea .dotsarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}


footer {
    background: url(../images/bgfooter.png) no-repeat center top #ffffff;
    min-height: 200px;
    padding: 200px 0 0;
    width: 100%;
    color: #ffffff;
}


    footer .footerarea {
        margin: 0 0 0 0;
        background: #cdc3c6;
        padding: 0 0 1px 0;
    }

footer .footerarea .companyintro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

footer .footerarea .companyintro .logofooter {
  width: 200px;
  margin: 20px 0;
  max-height: 50px;
  outline: none;
  cursor: pointer;
}

footer .footerarea .companyintro h4 {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin: 50px 0 20px;
  letter-spacing: 3;
  font-weight: 600;
}

footer .footerarea .companyintro h5 {
  font-size: 14px;
  font-weight: 600;
}

footer .footerarea .companyintro p {
  font-size: 13px;
  margin: 0;
  color: #333;
}

footer .footerarea .companyintro p span {
  font-weight: 600;
}

footer .footerarea .companyintro p a {
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .footerarea .companyintro p a:hover {
  color: #333;
}

    footer .footerarea .contactarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
        width: 100%;
        border-top: 1px solid #646464;
        /**  border-bottom: 1px solid #646464;**/
        color: #333;
        /***margin: 0 0 30px;**/
    }

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .contactarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pagewrapper footer .footerarea .contactarea .contbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagewrapper footer .footerarea .contactarea .contbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper footer .footerarea .contactarea .contbox a:hover {
  color: #F58634;
}

.pagewrapper footer .footerarea .contactarea .contbox i {
  width: 30px;
     height: 30px;
    line-height: 27px;
    text-align: center;
    outline: none;
    border: 2px solid #333;
	border-radius:100%;
  margin: 0 5px;
  fill: #EDEAEB;
}

.pagewrapper footer .footerarea .contactarea .contbox i:hover {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  fill: #F58634;
}

.pagewrapper footer .footerarea .contactarea .contbox span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .contactarea .contbox {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagewrapper footer .footerarea .contactarea .contbox:nth-child(1) {
    width: 50%;
  }
  .pagewrapper footer .footerarea .contactarea .contbox:nth-child(2) {
    width: 50%;
  }
  .pagewrapper footer .footerarea .contactarea .contbox:nth-child(3) {
    width: 100%;
  }
  .pagewrapper footer .footerarea .contactarea .contbox svg {
    width: 25px;
    height: 25px;
  }
  .pagewrapper footer .footerarea .contactarea .contbox span {
    margin-left: 0px;
  }
}

.pagewrapper footer .footerarea .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  color: #333;
  margin: 0 0 30px;
}

.pagewrapper footer .footerarea .linkarea a {
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper footer .footerarea .linkarea a:hover {
  color: #F58634;
}

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
  }
  .pagewrapper footer .footerarea .linkarea a {
    font-size: 12px;
  }
}

.pagewrapper footer .footerarea .mainlinkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .mainlinkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 20px;
  }
}

.pagewrapper footer .footerarea .mainlinkarea .linkbox {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pagewrapper footer .footerarea .mainlinkarea .linkbox h4 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

.pagewrapper footer .footerarea .mainlinkarea .linkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagewrapper footer .footerarea .mainlinkarea .linkbox ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #C6BABE;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagewrapper footer .footerarea .mainlinkarea .linkbox ul li a:hover {
  color: #333;
}

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .mainlinkarea .linkbox {
    width: 50%;
    margin: 15px 0;
  }
}

.pagewrapper footer .footerarea .payoptionarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 30px;
  width: 100%;
}

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .payoptionarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px 20px 10px;
  }
  .pagewrapper footer .footerarea .payoptionarea span {
    font-size: 12px;
  }
}

.pagewrapper footer .footerarea .payoptionarea span {
  font-size: 14px;
}

.pagewrapper footer .footerarea .payoptionarea img {
  max-width: 480px;
  width: 100%;
}

.pagewrapper footer .footerarea .disclaimersarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #646464;
  color: #333;
  margin: 0 0;
  font-size: 12px;
}

.pagewrapper footer .footerarea .disclaimersarea span {
  color: #333;
  font-weight: 600;
  text-align: center;
}

.pagewrapper footer .footerarea .disclaimersarea p {
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  .pagewrapper footer .footerarea .disclaimersarea {
    line-height: 16px;
  }
}

.container {
  width: 90%;
  max-width: 1280px;
}

@media (max-width: 768px) {
  .container {
    width: 96%;
  }
}

/* form */
.monthinput {
  width: 100% !important;
  position: relative;
}

.monthinput .monthselect {
  width: 40% !important;
  min-width: 40% !important;
  border-left: 1px solid #a9a9a9 !important;
  border-radius: 0 2px 2px 0px !important;
  height: 48px !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1px;
  background: #fff;
}

.monthinput .monthselect md-select {
  border: 0px;
  height: 100%;
}

.getquotesbt {
  background: #ef8130;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #ed485f;
  border: 0 solid #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#e36f2d), to(#e5384d));
  background-image: linear-gradient(to right, #e36f2d, #e5384d);
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  padding: 0 20px;
  outline: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.getquotesbt:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ed485f;
  background-image: -webkit-gradient(linear, left top, right top, from(#e36f2d), to(#e5384d));
  background-image: linear-gradient(to right, #e36f2d, #e5384d);
}

.backbt {
  background: #EDEAEB;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #EDEAEB;
  color: #846F75;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  padding: 0 20px;
  outline: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.backbt:hover {
  background: #EDEAEB;
  border: 1px solid #F58634;
}

.btnst2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 0 12px;
  margin: 0;
  background: #F58634;
  border: 0 solid #fff;
  height: 35px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  min-width: 120px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btnst2:hover {
  border: 1px solid #ed485f;
  background-image: -webkit-gradient(linear, left top, right top, from(#e36f2d), to(#e5384d));
  background-image: linear-gradient(to right, #e36f2d, #e5384d);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inputcontainer {
  border-radius: 3px !important;
  padding: 0;
  margin: 0;
  height: 50px !important;
  width: 100%;
  border: 1px solid #C6BABE;
  transition: border 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputcontainer .dtinput {
  width: 28%;
  border-right: 1px solid #C6BABE !important;
  border: none;
  height: 30px;
  text-align: center;
  outline: none;
}

.inputcontainer .yearinput {
  width: 44%;
  border: none;
  height: 30px;
  text-align: center;
  outline: none;
}

.inputcontainer .halflbl {
  margin: 0 0 0 8px;
  width: 30%;
  color: #846F75;
  text-align: left;
  font-size: 12px;
  color: #846F75;
  font-weight: 600;
}

@media (max-width: 768px) {
  .inputcontainer .halflbl {
    width: 30%;
    line-height: 16px;
    position: absolute;
    top: -20px;
  }
}

.inputcontainer .restlbl {
  padding: 5px 5px 5px 0px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .inputcontainer .restlbl {
    padding: 5px 5px;
    width: 100%;
  }
}

.inputcontainer md-autocomplete-wrap {
  width: 100%;
}

.inputcontainer md-select {
  height: 100% !important;
  padding: 0px !important;
  line-height: 30px !important;
  text-align: left;
  margin: 0px !important;
  width: 100%;
}

.inputcontainer md-select ._md-select-value {
  height: 100% !important;
  padding: 0 8px 0 10px !important;
  border-bottom: none !important;
}

.inputcontainer textarea {
  height: 120px !important;
  overflow-y: scroll;
}

.descriptionbx {
  height: 120px !important;
}

.selctbt, .lmbutton, .childbt {
  border-radius: 3px;
  padding: 0 0;
  margin: 0;
  background: #ffffff;
  height: 38px;
  color: #534146;
  outline: none;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.selctbt:hover, .lmbutton:hover, .childbt:hover {
  background: #f5f5f5;
  color: #e56f18 !important;
  font-weight: 700;
}

.homeforminput1 {
  padding: 0;
  margin: 15px 0;
  width: 100%;
  min-height: 20px;
}

.homeforminput1 .inner {
  border-radius: 3px;
  padding: 18px 0 0 0;
  margin: 0;
  height: 50px;
  width: 100%;
  border: 1px solid #C6BABE;
  position: absolute;
  top: -15px;
  left: 0px;
  z-index: 0;
}

.homeforminput1 .inner .md-input {
  z-index: 1;
  padding: 0px 10px !important;
  border: 0px;
  font-weight: 700;
}

.homeforminput1 .inner1 {
  border-radius: 3px;
  padding: 0 0;
  margin: 0;
  height: 50px;
  width: 100%;
  border: 1px solid #C6BABE;
  z-index: 0;
}

.homeforminput1 label {
  font-weight: 400 !important;
  padding: 0px 10px !important;
  text-align: left;
}

.homeforminput1 .md-input {
  z-index: 1;
  padding: 0px 0px 0px 10px !important;
  border: 0px;
  color: #534146 !important;
  font-weight: 700;
}

.homeforminput {
  padding: 0 !important;
  margin: 0 !important;
  height: 50px !important;
  width: 100%;
  position: relative;
}

.homeforminput .inner {
  border-radius: 3px;
  padding: 18px 0 0;
  margin: 0;
  border: 1px solid #C6BABE;
  height: 50px !important;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0px;
  z-index: 0;
}

.homeforminput .inner .md-input {
  padding: 0px 0px 0px 10px !important;
  border: 0px;
  color: #534146 !important;
  font-weight: 700;
}

.homeforminput .inner1 {
  border-radius: 3px;
  padding: 0 0;
  margin: 0;
  height: 50px;
  width: 100%;
  border: 1px solid #C6BABE;
  z-index: 0;
}

.homeforminput md-select {
  margin: 0px;
}

.homeforminput md-select md-select-value {
  padding: 0px 10px !important;
  text-align: left;
  height: 25px !important;
  border: 0px solid #B19AA0;
  margin: 0px;
}

.homeforminput md-select md-select-value span {
  margin-top: -15px !important;
  font-weight: 400;
  color: #534146;
  -webkit-transform: none !important;
  transform: none !important;
}

.homeforminput label {
  font-weight: 400 !important;
  padding: 0px 10px !important;
  text-align: left;
}

.homeforminput .md-input {
  padding: 0px 0px 0px 10px !important;
  border: 0px;
  color: #534146 !important;
  font-weight: 700;
}

.membst label:not(._md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: auto;
  right: 0px;
  color: #534146 !important;
  text-align: right;
}

.lblmemberno {
  position: absolute;
  color: #846F75 !important;
  font-size: 12px;
  top: 8px;
  z-index: 3;
  left: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.lmbutton {
  width: 48%;
}

.childbt {
  width: 18%;
}

.pad5 {
  padding: 5px !important;
}

.activebt {
  background: #f5f5f5;
  color: #e56f18 !important;
  font-weight: 700;
  cursor: auto;
}

.popuph {
  text-align: left;
  padding: 0 !important;
  font-size: 12px;
  color: #846F75;
}

.mrgtb3 {
  margin-top: 20px !important;
}

.mrgtbn22 {
  margin-top: 35px !important;
  margin-bottom: 0px !important;
}

.mrgtb {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mrgtb0 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.mrgtb2 {
  margin-top: 15px !important;
}

.mrgtb3 {
  margin-top: 20px !important;
}

.mrgtbn3 {
  margin-top: 25px !important;
}

.mrgtbn {
  margin-top: 30px;
  margin-bottom: 15px;
}

.mrgtbn1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mrgtbn11 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.mrgtbn2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.mar-tb {
  margin-bottom: 30px;
  margin-top: 30px;
}

.mrgtbn22 {
  margin-top: 35px;
  margin-bottom: 0;
}

.mrgtbn23 {
  margin-top: 48px;
  margin-bottom: 0;
}

.mrgtbn24 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.emailsent {
  font-size: 15px;
  line-height: 30px;
  padding-top: 0;
}

.md-input-has-value .inner md-select md-select-value span {
  margin-top: 5px !important;
  color: #555;
  font-weight: 700;
}

.md-input-has-value .inner md-select md-select-value ._md-select-icon {
  margin-top: -15px !important;
}

.errorclass {
  position: absolute;
  line-height: 14px;
  font-size: 11px;
  color: #ff0000;
}

.erp {
  top: 75px;
  left: 15px;
}

.erp3 {
  top: 75px;
  right: 15px;
  text-align: right;
}

.erp4,
.erp11,
.erp6,
.erp2,
.erp12,
.erp1 {
  bottom: -16px !important;
  right: 0px !important;
}

.erp5,
.erp1r {
  bottom: -16px !important;
  left: 15px !important;
}

.errorclassmid {
  position: absolute;
  width: 95%;
  font-size: 12px;
  color: #ff0000;
  top: 64px;
}

.popboxst, .mainpop .popupbox {
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 20px;
  margin: 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainpop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.9);
  border: none;
  width: 100%;
  z-index: 79;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainpop .fpop {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}

.mainpop .mobheadinput {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
  background: #ffffff;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 30px;
  text-align: left;
}

.mainpop .mobheadinput .newmobauto-pop {
  padding: 0;
  margin: 0;
  border: none;
  height: 30px;
  width: 100%;
  outline: none;
}

.mainpop .popupbox {
  max-width: 900px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.mainpopwht {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background: #EDEAEB;
  border: none;
  width: 100%;
  z-index: 88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainpopwht .presearcharea {
  max-width: 760px;
  width: 100%;
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainpopwht .presearcharea h1 {
  color: #534146;
  margin: 30px 0;
}

.mainpopwht .presearcharea .presearchbox {
  margin-bottom: 15px;
  background: white;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.125em 0.5em 0 rgba(4, 49, 64, 0.1);
          box-shadow: 0 0.125em 0.5em 0 rgba(4, 49, 64, 0.1);
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #ffffff;
  outline: none;
}

.mainpopwht .presearcharea .presearchbox:hover {
  -webkit-box-shadow: 0 0.125em 0.5em 0 rgba(4, 49, 64, 0.3);
          box-shadow: 0 0.125em 0.5em 0 rgba(4, 49, 64, 0.3);
  border: 1px solid #FFA429;
}

.mainpopwht .presearcharea .presearchbox:hover svg {
  fill: #F58634;
}

.mainpopwht .presearcharea .presearchbox svg {
  width: 16px;
  height: 16px;
  fill: #846F75;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

.openlist {
  padding: 0;
  margin: 0;
  width: 100%;
}

.openlist li {
  padding: 12px;
  border-top: 1px solid #e5e5e5;
  text-align: left;
  outline: none;
  font-size: 14px;
}

.showcarmainform {
  font-size: 14px;
  font-weight: 700;
  color: #6C38A0 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.showcarmainform:hover {
  text-decoration: underline;
  color: #F58634 !important;
}

.newcarlink {
  font-size: 15px !important;
  color: #846F75 !important;
  text-decoration: none;
}

.newcarlink span {
  color: #6C38A0 !important;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.felement {
  width: 100%;
  position: relative;
  padding: 0;
  background: #fff;
}

.helement,
.helement1 {
  width: 48%;
  position: relative;
  padding: 0;
  max-width: 48%;
}

@media (max-width: 768px) {
  .helement {
    width: 100%;
    max-width: 100%;
  }
}

.otelement,
.otelement1,
.otelement2 {
  width: 31%;
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  .otelement1 {
    width: 48%;
    max-width: 48%;
  }
  .otelement2 {
    width: 100%;
    max-width: 100%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel {
  position: relative;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #C6BABE;
  width: 100%;
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
  border: 1px solid #e5e5e5;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(5.4s * -1);
          animation-delay: calc(5.4s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(5.4s * 0);
          animation-delay: calc(5.4s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(5.4s * 1);
          animation-delay: calc(5.4s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(5.4s * 2);
          animation-delay: calc(5.4s * 2);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-5.4s * 2);
          animation-delay: calc(-5.4s * 2);
}

.carousel__item-head {
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel__item-head img {
  width: 50px;
  height: 50px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 15px;
}

.carousel__item-body .title {
  font-size: 18px !important;
  margin-top: 10px !important;
  margin: 0 !important;
  font-weight: 600;
  text-align: left !important;
}

.carousel__item-body .title span {
  color: #F58634;
}

.carousel__item-body .descrptiontxt {
  font-size: 12px !important;
  margin: 5px 0 0 0 !important;
  text-align: left !important;
  line-height: 20px !important;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  20% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  23%,
  40% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  43%,
  60% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  63% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  20% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  23%,
  40% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  43%,
  60% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  63% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
}
/*# sourceMappingURL=nhstyle.css.map */