* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
body {
  font: 14px Roboto, sans-serif;
  height: 1000px;
  color: #4a4a4a;
}
/*#aboutus1, #home1, #features1, #licensePlans1, #contact1 {
    display:inline-block;
    width:10px;
    height:10px;
    visibility:hidden;
}*/
.white-color {
  color: #f5f5f3 !important;
}
.green-gradient,
.bg-color-1,
.decorated-title:after,
.decorated-title:before,
.underlined-title:after,
.features-sec > .main-section,
.contact-us > .main-section:first-child {
  background: -moz-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: -webkit-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: -o-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: -ms-linear-gradient(90deg, #42b574 0%, #84c450 100%);
  background: linear-gradient(90deg, #42b574 0%, #84c450 100%);
}
.bg-color-2 {
  background-color: #deded4;
}
.bg-color-3 {
  background-color: #f5f5f3;
}
.bg-color-4 {
  background-color: #253034;
}
.make-green {
  color: #48bb90;
}
.make-bluish,
.contact-us .contact-form-info label {
  color: #565d67;
}
.green-background {
  background-color: #48bb90;
}
.gray-background,
.features-modal .modal-content {
  background: none;
  background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
  background: -webkit-linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
}
.surround-border {
  border: 1px solid rgba(222,222,212,0.14) !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-40 {
    margin-top:40px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-bottom-15 {
    padding-bottom:15px;
}
.padding-bottom-20 {
    padding-bottom:20px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.hide-at-start {
    display:none;
}
.inline-block {
  display: inline-block !important;
}
.spc-label {
  font-size: 1.1em;
}
.mb-main-nav {
  display: none;
}
.main-header {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px -7px 8px 5px #565d67;
  width: 100%;
  background: rgba(255,255,255,0.94);
  position: fixed;
  z-index: 99;
}
.bar-smrt-btn {
  width: 45px;
  height: 45px;
  padding: 5px;
  cursor: pointer;
  display: none;
}
.bar-smrt-btn.clicked >span:nth-child(2) {
  display: none;
}
.bar-smrt-btn.clicked > span:first-child {
  -webkit-animation: rotateDown 0.2s linear;
  -moz-animation: rotateDown 0.2s linear;
  animation: rotateDown 0.2s linear;
  transform: rotate(45deg);
  top: 8px;
}
.bar-smrt-btn.clicked > span:last-child {
  -webkit-animation: rotateUp 0.2s linear;
  -moz-animation: rotateUp 0.2s linear;
  animation: rotateUp 0.2s linear;
  transform: rotate(-45deg);
  top: 0px;
}
.bar-smrt-btn span {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-header {
  background: #e4e6ed;
  padding: 5px 0;
  color: #777;
  font: 12px Raleway, sans-serif;
  font-weight: 500;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-header > div > div >span {
  display:inline-block;
  padding-right: 10px;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
  border-right: 1px solid rgb(207, 207, 207);
}
.top-header > div > div >span i {
  margin-right: 5px;
  color: #777;
}
.top-header > div > div >span:first-child {
  padding-left: 0;
}
.top-header > div > div >span:last-child {
  padding-right: 0;
  border-right: none;
}
.top-header a {
  color: #777;
  height: 100%;
  display: inline-block;
}
.top-header a:hover,
.top-header a:hover >i {
  color: #48bb90;
}
.account-control-sec {
    max-width:200px;
    max-height:25px;
    overflow:hidden;
}
.below-header .logo {
  padding: 15px 0;
}
.below-header .logo img {
  width: 60px;
  height: 60px;
}
.below-header ul.main-nav {
  float: right;
  margin-bottom: 0px;
}
.below-header ul.main-nav li {
  float: left;
  border-top: 5px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.below-header ul.main-nav li.active,
.below-header ul.main-nav li:hover {
  border-top-color: #48bb90;
}
.below-header ul.main-nav li.active >a,
.below-header ul.main-nav li:hover >a {
  color: #48bb90;
}
.below-header ul.main-nav li a {
  display: inline-block;
  padding: 10px;
  height: 85px;
  line-height: 60px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  color: #565d67;
  text-decoration: none;
  font-weight: 600;
}
.below-header ul.main-nav li a > i.fa {
  margin-right: 5px;
}
.mb-main-nav-wrapper .mb-main-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #ccc;
  display: none;
}
.mb-main-nav-wrapper .mb-main-nav li {
  border-bottom: 1px solid rgba(255,255,255,0.11);
  padding: 0 15px;
}
.mb-main-nav-wrapper .mb-main-nav li:last-child {
  border-bottom: none;
}
.mb-main-nav-wrapper .mb-main-nav li:not(.show-hide-control),
.mb-main-nav-wrapper .mb-main-nav li a {
  display: block;
}
.mb-main-nav-wrapper .mb-main-nav li a {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 600;
}
.mb-main-nav-wrapper .mb-main-nav li a > i.fa {
  margin-right: 5px;
}
.mb-main-nav-wrapper .mb-main-nav li:hover >a,
.mb-main-nav-wrapper .mb-main-nav li.active >a {
  color: #48bb90;
}
.show-hide-control {
  display: none;
}
/* slider */
.main-slider {
  position: relative;
}
.main-slider #slider {
  max-height: 370px;
  width: 100%;
  overflow: hidden;
}
.main-slider .controls {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
  overflow: hidden;
}
.main-slider .controls > a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(37,48,52,0.46);
  line-height: 60px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
}
.main-slider .controls > a:hover {
  background: #48bb90;
}
.main-slider .controls > a.prev {
  margin-left: -30px;
  text-align: right;
  padding-right: 13px;
}
.main-slider .controls > a.next {
  margin-right: -30px;
  text-align: left;
  padding-left: 13px;
  float: right;
}
/*main body*/
.main-body {
  position: relative;
  top: 126px;
}
.banner-wrapper img {
  width: 100%;
  height: 370px;
}
.main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-section .main-section-title {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: #565d67;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.main-section .main-section-title .mst-tail {
  color: #48bb90;
  font-weight: 400;
}
.main-section .main-section-detail {
  line-height: 28px;
  font-size: 15px;
}
.main-section .main-section-list ul {
  margin-top: 15px;
}
.main-section .main-section-list ul li {
  line-height: 20px;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #565d67;
  font-weight: 600;
}
.main-section .main-section-list ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #48bb90;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  left: 0px;
  top: 0px;
  font-size: 10px;
}
.main-section .main-section-list ul.main-section-list-inner {
  -webkit-column-count: 2 /* Chrome, Safari, Opera */;
  -moz-column-count: 2 /* Firefox */;
  column-count: 2;
}
.main-section .main-section-list ul.main-section-list-inner > li {
  font-size: 0.9em;
}
.main-section .main-section-list ul.main-section-list-inner > li:before {
  font-size: 0.7em;
  width: 18px;
  height: 18px;
  line-height: 15px;
}
.ppn-info {
  margin-bottom: 50px;
}
.caption-title {
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  color: #565d67;
  line-height: 28px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  text-transform: capitalize;
}
.decorated-title {
  position: relative;
  margin-bottom: 45px !important;
}
.decorated-title:after {
  position: absolute;
  content: '';
  width: 105px;
  height: 2px;
  bottom: -17px;
  left: calc(50% - 51.5px);
}
.decorated-title:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  bottom: -23px;
  left: calc(50% - 7.5px);
  border: 2px solid #fff;
  z-index: 9;
}
.info-title,
.features-modal h4 > span {
  font-size: 1.5em;
  font-weight: 600;
  color: #565d67;
  text-transform: uppercase;
}
.underlined-title {
  position: relative;
  margin-bottom: 20px;
}
.underlined-title:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -10px;
  height: 1px;
}
.player-coach-org-div .flex-div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap /* Safari 6.1+ */;
  flex-wrap: wrap;
}
.player-coach-org-div .flex-div > div > div.row {
  height: 100%;
}
.player-coach-org-div .flex-div > div > div.row div:not(.not-this-class) {
  height: 100%;
}
.player-coach-org-div .pcod-content-div {
  padding: 20px;
  position: relative;
}
.player-coach-org-div .pcod-content-div:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  top: calc(50% - 6px);
  z-index: 9;
}
.bg-color-1 .pcod-content-div:after {
  border-left-color: #62bc62;
  right: -24px;
}
.bg-color-2 .pcod-content-div:after {
  border-left-color: #deded4;
  right: -24px;
}
.bg-color-3 .pcod-content-div:after {
  border-right-color: #f5f5f3;
  left: -24px;
}
.bg-color-4 .pcod-content-div:after {
  border-right-color: #253034;
  left: -24px;
}
.player-coach-org-div .main-section-detail {
  min-height: 200px;
  font-weight: 300;
}
.player-coach-org-div img {
  width: 100%;
  height: 100%;
}
/* feature section */
.features-sec > .main-section {
/*background url(../img/bg2.jpg) no-repeat center top*/
  background-size: cover;
  background-attachment: fixed;
}
.feature-wrapper {
  padding: 10px 0;
  height: 150px;
  border: 1px solid #7ec354;
  position: relative;
}
.feature-wrapper .feature-overlay >a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  display: none;
}
.feature-wrapper .feature-overlay > a >i {
  font-size: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 28px);
  color: #fff;
}
.feature-wrapper:hover > .feature-overlay >a {
  display: block;
}
.feature-wrapper .feature-icon {
  position: absolute;
  top: calc(50% - 41.5px);
  width: 100%;
  color: #48bb90;
}
.feature-wrapper .feature-icon>span {
  display: inline-block;
  margin-bottom: 15px;
}
.feature-wrapper .feature-icon>span > i.fa {
  font-size: 40px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.feature-wrapper .feature-icon .caption-title {
  text-shadow: none;
}
/* about us section */
.about-us .our-vision {
  height: 280px;
}
.about-us .our-vision .our-vision-img-wrapper {
  bottom: 30px;
}
.about-us .our-vision .our-vision-img-wrapper img {
  max-height: 330px;
}
.about-us .player-dev-philoshopy {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about-us .player-dev-philoshopy img {
  width: 100%;
  height: 100%;
  box-shadow: 3px 2px 6px 0px rgba(4,4,3,0.48);
}
.process-div-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap /* Safari 6.1+ */;
  flex-wrap: wrap;
}
.process-div {
  width: 80px;
  height: 80px;
  line-height: 72px;
  position: relative;
  color: #48bb90;
  font-size: 35px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  background: #fff;
}
.process-div span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  line-height: normal;
  font-size: 11px;
  color: #565d67;
  top: 10px;
}
.process-div,
.process-div span {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  border: 2px solid #48bb90;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}
.process-div + .caption-title {
  font-size: 1.1em;
  line-height: 20px;
  margin-top: 10px;
  text-shadow: none;
}
.col-box-sev {
  float: left;
  width: 14.2857%;
  padding-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 155px;
}
/*for license plans*/
.items-opt-check-box-wrapper {
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 10px -3px rgba(151,98,212,0.32);
  padding-top: 25px;
}
ul.player-options-list {
  padding: 0;
  box-shadow: 0px 0px 8px rgba(151,98,212,0.32);
}
ul.player-options-list li > label span {
  display: inline-block;
  width: 30px;
  text-align: right;
}
ul.player-options-list li > label span:last-child {
  text-align: left;
}
.player-options-list input[type="checkbox"] {
  margin-right: 15px;
}
.player-options-list li {
  line-height: 10px;
  padding: 5px 15px;
}
.player-options-list li label {
  cursor: pointer;
}
.player-options-list li:last-child {
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #c5dde9;
}
.player-options-list li:nth-child(odd):not(:last-child) {
  background-color: rgba(72,187,144,0.68);
}
.items-options-check-box > div > label {
  margin-bottom: 15px;
}
.btn-group .active {
  background-color: #48bb90;
  color: #fff !important;
  border-color: #48bb90 !important;
}
/* for contact us */
.contact-us .contact-map-form-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap /* Safari 6.1+ */;
  flex-wrap: wrap;
}
.contact-us .contact-map {
  height: 100%;
}
.contact-us .contact-form {
  margin: 30px 0px;
}
.contact-us .contact-form-info label {
  font-size: 1.1em;
}
.contact-us .contact-form-info ul li {
  padding-left: 1.885714em;
  position: relative;
  color: #5b5b5b;
  font-size: 12px;
  margin-bottom: 5px;
}
.contact-us .contact-form-info ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 3px;
  text-align: center;
  width: 1.885714em;
  color: #48bb90;
}
.contact-us .contact-form-info ul li.contact-addr:before {
  content: "\f041";
}
.contact-us .contact-form-info ul li.contact-email:before {
  content: "\f0e0";
}
.contact-us .contact-form-info ul li.contact-phone:before {
  content: "\f095";
}
/*for footer*/
.main-footer {
  padding: 15px 15px;
  line-height: 30px;
  font-size: 0.9em;
  font-weight: 500;
}
.main-footer .footer-logo-wrapper >div >span:first-child {
  margin-right: 5px;
}
.main-footer .footer-logo-wrapper >div >span:first-child>img {
  width: 45px;
  height: 45px;
}
.main-footer .copy-right-wrapper >div >span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
    .main-footer .copy-right-wrapper > div > span:first-child:after, .main-footer .copy-right-wrapper > div > span:last-child:before, .copy-right-wrapper > div > span:nth-child(2):after {
        content: '';
        width: 1px;
        height: 11px;
        position: absolute;
        background: #48bb90;
        top: 10px;
    }

    .main-footer .copy-right-wrapper > div > span:first-child:after, .copy-right-wrapper > div > span:nth-child(2):after {
        right: 0;
    }
.main-footer .copy-right-wrapper > div > span:last-child:before {
    left: 0;
}
.main-footer .copy-right-wrapper >div >span:hover >a {
  color: #48bb90 !important;
}
.main-footer .social-icons li {
  float: left;
  padding: 0 10px;
}
.main-footer .social-icons li > a {
  color: #fff;
}
.main-footer .social-icons li > a:hover {
  color: #48bb90;
}
/* features model */
.features-modal {
  background: #fff;
  padding-right: 0 !important;
}
.features-modal .modal-content {
  padding: 55px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 28px;
}
.features-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.features-modal .modal-content img {
  margin-bottom: 30px;
}
.features-modal .modal-content .item-details {
  margin: 30px 0;
}
.features-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.features-modal .close-modal:hover {
  opacity: 0.3;
}
.features-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.features-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.features-modal h4 {
  color: #48bb90;
  text-transform: uppercase;
}
.features-modal h4 > span {
  color: #48bb90;
  text-transform: uppercase;
}
.features-modal button.btn.btn-default {
  float: left;
}
.app-download-buttons {
    margin-top: 40px !important;
}
.app-download-buttons li {
    display: inline-block;
    margin: 0 5px;
}
.app-download-buttons li a{
    background: #3c95db;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 40px;
}
.app-download-buttons li a:hover {
    background: #2e7ebd;
}

@media screen and (max-width:768px) {
  body {
    font-size:13px;
  }
}
@media screen and (max-width:767px) {
  .xs-margin-top-0 {
    margin-top: 0 !important;
  }
  .xs-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .xs-padding-top-40 {
    padding-top: 40px !important;
  }
  .xs-padding-top-0 {
    padding-top: 0px !important;
  }
  .xs-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .our-vision {
    height: auto !important;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .main-slider .caroufredsel_wrapper,
  .main-slider div#slider,
  .main-slider div#slider > img {
    height: 260px !important;
  }
  .bg-color-1 .pcod-content-div:after {
    border-right-color: #62bc62;
    border-left-color: transparent;
    left: -23px;
  }
  .bg-color-2 .pcod-content-div:after {
    border-right-color: #deded4;
    border-left-color: transparent;
    left: -23px;
  }
}
@media screen and (max-width:425px) {
    body {
        font-size:12px;
    }
}
@media screen and (max-width:375px) {
    body {
        font-size:11px;
    }
}
@media screen and (max-width:320px) {
    body {
        font-size:10px;
    }
}
@media screen and (max-width: 991px) {
  .top-header >div {
    text-align: center;
    margin-bottom: 10px;
  }
  .top-header >div:last-child {
    margin-bottom: 0px;
  }
  .top-header > div > div {
    float:none !important;
  }
  .flex-div >div {
    height: 250px;
  }
  .col-box-sev {
    width: 25%;
  }
}
@media screen and (max-width: 880px) {
  .main-body {
    position: relative;
    top: 150px;
  }
  .bar-smrt-btn {
    display: block;
    position: absolute;
    right: 15px;
    margin-top: 24px;
  }
  .main-nav {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .top-header> div:first-child>div> span:last-child {
    display: none;
  }
  .top-header> div:first-child>div> span:nth-child(2) {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 580px) {
  .flex-div >div {
    height: auto;
  }
  .flex-div .caption-title,
  .flex-div .main-section-detail {
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
  .col-box-sev {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .main-footer>div>div>div {
    width: 100% !important;
    text-align: center;
  }
  .main-footer>div>div>div>* {
    display: inline-block;
    float: none !important;
  }
}
@media (max-width: 680px) {
  .col-box-sev {
    width: 33.333333%;
  }
}
@media (max-width: 525px) {
  .col-box-sev {
    width: 50%;
  }
  .col-xsxs-12 {
    width: 100% !important;
  }
  ul.main-section-list-inner {
    -webkit-column-count: 1 !important /* Chrome, Safari, Opera */;
    -moz-column-count: 1 !important /* Firefox */;
    column-count: 1 !important;
  }
  .main-slider .caroufredsel_wrapper,
  .main-slider div#slider,
  .main-slider div#slider > img {
    height: 135px !important;
  }
  .player-coach-org-div .flex-div > div > div.row div:not(.not-this-class) {
     height: auto; 
  }
  .pcod-content-div:after {
    display:none;      
  }
}
@-moz-keyframes rotateDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotateDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@-o-keyframes rotateDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@keyframes rotateDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@-moz-keyframes rotateUp {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes rotateUp {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@-o-keyframes rotateUp {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes rotateUp {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
/*for feature pop uup*/
.WordSection1 * {
    background: transparent !important;
}
.btn.btn-default[data-dismiss='modal'] >i.fa-times {
    color: red;
}
/*for popup*/
.home-overlay {
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color:rgba(0, 0, 0, 0.91);
    z-index:9999;
}
.home-overlay__banner-img {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 40%);
    top: calc(50% - 240px);
}
.home-overlay__close {
    position: absolute;
    right: 33px;
    top: 33px;
    z-index: 99999;
    cursor: pointer;
    font-size: 51px;
    color: #fff;
}
.contact-form-fields{
  position: relative;
}
.contact-form-fields-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,.6);
    width: 100%;
    height: 100%;
    text-align: center;
}
.contact-form-fields-overlay img{
  margin-top:90px;
  opacity: .5;
}