@charset "utf-8";
/* CSS Document */

/************* DEFAULT CSS *************/

body, input, textarea, select, button {
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.9rem;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.woff2);
}
a {
  transition: 0.2s linear;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.blue-Text {
  color: #0c6dff;
}
.gray-text {
  color: #647594
}
.mb-15 {
  margin-bottom: 15px;
}
/***** BUTTON STARTS *****/

.btn {
  background: #0c6dff;
  color: #fff;
  /*border: 1px solid  #ffac12;*/
  border-radius: 1px;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  /*padding: 0 42px;*/
  padding: 0 32px;
  box-shadow: 0 5px 2px -2px rgba(0,0,0,.30), 0 0px 1px 0 rgba(0,0,0,0.30);
}
.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
  border: 1px solid #0c6dff !important;
  border-color: #0c6dff;
  color: #0c6dff !important;
  background: transparent;
}
/***** BANNER SECTION  *****/



.bannerSec {
  background: #283142;
  width: 100%;
  display: inline-block;
  /*margin-bottom: 30px;*/
  padding-top: 0;
  margin-bottom: 30px;
}
/***** AFFIX *****/

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  position: fixed;
  z-index: 9898;
  background: #fff !important;
  width: 100%;
  box-shadow: 0 1px 4px 3px rgba(0,0,0,0.3) !important;
  left: 0;
  top: 0;
  transition: 0.2s linear;
  z-index: 1030;
}
.navbarContainer.affix a.nav-item {
  color: #333 !important;
}
.navbarContainer.affix a.btn {
  color: #fff !important;
}
/***** OVERRIDE  *****/

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  max-height: 48px;
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .45rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid #1bb7ea;
  border-radius: 2px;
  cursor: pointer;
}
.navbar-toggler-icon i {
  color: #1bb7ea;
  position: relative;
  top: 3px;
}
.navbar-toggler-icon:before {
  /*content: "\f0c9";*/
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #1bb7ea;
  font-size: 26px;
  line-height: 32px;
}
/***** BANNER ANIMATION ********/



/*----------BROWSER----------*/
.browser {
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: normal;
  animation-name: browser;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: normal;
  -webkit-animation-name: browser;
  -webkit-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-play-state: running;
  -moz-animation-iteration-count: normal;
  -moz-animation-name: browser;
  -moz-animation-duration: 1s;
}
@keyframes browser {
 from {
 transform: scale3d(1, 1, 1);
}
 10%,  20% {
 transform: scale3d(0.1, 0.1, 0.1) rotate3d(0, 0, 1, -3deg);
}
 40%,  60%,  80% {
 transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
}
 to {
 transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes browser {
 from {
 -webkit-transform: scale3d(1, 1, 1);
}
 10%,  20% {
 -webkit-transform: scale3d(0.1, 0.1, 0.1) rotate3d(0, 0, 1, -3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
}
}
 @-moz-keyframes browser {
 from {
 -moz-transform: scale3d(1, 1, 1);
}
 10%,  20% {
 -moz-transform: scale3d(0.1, 0.1, 0.1) rotate3d(0, 0, 1, -3deg);
}
 40%,  60%,  80% {
 -moz-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
}
 to {
 -moz-transform: scale3d(1, 1, 1);
}
}
/*----------END-BROWSER----------*/

/*----------WHEEL-1----------*/
.wheelCont1 {
  display: block;
  text-align: center;
}
.wheel-1 {
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-name: wheel1;
  animation-duration: 60s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wheel1;
  -webkit-animation-duration: 60s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-play-state: running;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wheel1;
  -moz-animation-duration: 60s;
}
@keyframes wheel1 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes wheel1 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes wheel1 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
.wheel1-icon {
  animation-name: wheel1-icon;
  animation-duration: 1s;
  -webkit-animation-name: wheel1-icon;
  -webkit-animation-duration: 1s;
  -moz-animation-name: wheel1-icon;
  -moz-animation-duration: 1s;
}
@keyframes wheel1-icon {
 from {
 opacity: 0;
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes wheel1-icon {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-moz-keyframes wheel1-icon {
 from {
 opacity: 0;
 -moz-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
/*----------END-WHEEL-1----------*/

/*----------WHEEL-2----------*/
.wheelCont2 {
  display: block;
  text-align: center;
}
.wheel-2 {
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-name: wheel2;
  animation-duration: 60s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wheel2;
  -webkit-animation-duration: 60s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-play-state: running;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wheel2;
  -moz-animation-duration: 60s;
}
 @keyframes wheel2 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(-360deg);
}
}
 @-webkit-keyframes wheel2 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(-360deg);
}
}
 @-moz-keyframes wheel2 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(-360deg);
}
}
.wheel2-icon {
  animation-name: wheel2-icon;
  animation-duration: 1s;
  -webkit-animation-name: wheel2-icon;
  -webkit-animation-duration: 1s;
  -moz-animation-name: wheel2-icon;
  -moz-animation-duration: 1s;
}
@keyframes wheel2-icon {
 from {
 opacity: 0;
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes wheel2-icon {
 from {
 -webkit-opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 -webkit-opacity: 1;
}
}
@-moz-keyframes wheel2-icon {
 from {
 opacity: 0;
 -moz-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
/*----------END-WHEEL-2----------*/

/*----------WHEEL-3----------*/
.wheelCont3 {
  display: block;
  text-align: center;
}
.wheel-3 {
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-name: wheel3;
  animation-duration: 25s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wheel3;
  -webkit-animation-duration: 25s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-play-state: running;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wheel3;
  -moz-animation-duration: 25s;
}
 @keyframes wheel3 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
 @-webkit-keyframes wheel3 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @-moz-keyframes wheel3 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
.wheel3-icon {
  animation-name: wheel3-icon;
  animation-duration: 1s;
  -webkit-animation-name: wheel3-icon;
  -webkit-animation-duration: 1s;
  -moz-animation-name: wheel3-icon;
  -moz-animation-duration: 1s;
}
@keyframes wheel3-icon {
 from {
 opacity: 0;
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes wheel3-icon {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-moz-keyframes wheel3-icon {
 from {
 opacity: 0;
 -moz-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
/*----------END-WHEEL-3----------*/

/*----------WHEEL-4----------*/
.wheelCont4 {
  display: block;
  text-align: center;
}
.wheel-4 {
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-name: wheel4;
  animation-duration: 50s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wheel4;
  -webkit-animation-duration: 50s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-play-state: running;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wheel4;
  -moz-animation-duration: 50s;
}
 @keyframes wheel4 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(-360deg);
}
}
 @-webkit-keyframes wheel4 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(-360deg);
}
}
 @-moz-keyframes wheel4 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(-360deg);
}
}
.wheel4-icon {
  animation-name: wheel4-icon;
  animation-duration: 1s;
  -webkit-animation-name: wheel4-icon;
  -webkit-animation-duration: 1s;
  -moz-animation-name: wheel4-icon;
  -moz-animation-duration: 1s;
}
@keyframes wheel4-icon {
 from {
 opacity: 0;
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes wheel4-icon {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-moz-keyframes wheel4-icon {
 from {
 opacity: 0;
 -moz-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
/*----------END-WHEEL-4----------*/

/*----------WHEEL-5----------*/
.wheelCont5 {
  display: block;
  text-align: center;
}
.wheel-5 {
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-name: wheel5;
  animation-duration: 50s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wheel5;
  -webkit-animation-duration: 50s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-play-state: running;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wheel5;
  -moz-animation-duration: 50s;
}
 @keyframes wheel5 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(-360deg);
}
}
 @-webkit-keyframes wheel5 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(-360deg);
}
}
 @-moz-keyframes wheel5 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(-360deg);
}
}
.wheel5-icon {
  animation-name: wheel5-icon;
  animation-duration: 1s;
  -webkit-animation-name: wheel5-icon;
  -webkit-animation-duration: 1s;
  -moz-animation-name: wheel5-icon;
  -moz-animation-duration: 1s;
}
@keyframes wheel5-icon {
 from {
 opacity: 0;
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes wheel5-icon {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-moz-keyframes wheel5-icon {
 from {
 opacity: 0;
 -moz-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
/*----------END-WHEEL-5----------*/

/*----------WHEEL-6----------*/
.wheelCont6 {
  display: block;
  text-align: center;
}
.wheel-6 {
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-name: wheel6;
  animation-duration: 30s;
  -webkit-animation-name: wheel6;
  -webkit-animation-duration: 30s;
  -moz-animation-name: wheel6;
  -moz-animation-duration: 30s;
}
 @keyframes wheel6 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
 @-webkit-keyframes wheel6 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @-moz-keyframes wheel6 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
.wheel6-icon {
  animation-name: wheel6-icon;
  animation-duration: 1s;
  -webkit-animation-name: wheel6-icon;
  -webkit-animation-duration: 1s;
  -moz-animation-name: wheel6-icon;
  -moz-animation-duration: 1s;
}
@keyframes wheel6-icon {
 from {
 opacity: 0;
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-webkit-keyframes wheel6-icon {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@-moz-keyframes wheel6-icon {
 from {
 opacity: 0;
 -moz-transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
/*----------END-WHEEL-6----------*/








/* NEWLY ADDED */
.wheelContainer img {
  max-width: 100%;
}
.browser {
  width: 32%;
  z-index: 1;
  position: relative;
}
.wheelCont1 {
  width: 25%;
  position: absolute;
  left: 53%;
  /* top: 30%; */
  margin-top: -27%;
}
.wheel1-icon {
  position: relative;
  margin-top: -80%;
}
.wheel2-icon {
  position: relative;
  margin-top: -80%;
}
.wheel3-icon {
  position: relative;
  margin-top: -71%;
  margin-left: 0.5%;
}
.wheel4-icon {
  position: relative;
  margin-top: -80%;
  margin-left: -1%;
}
.wheel5-icon {
  position: relative;
  margin-top: -80%;
  margin-left: -1%;
}
.wheel6-icon {
  position: relative;
  margin-top: -68%;
}
.wheel1-icon img, .wheel2-icon img, .wheel4-icon img, .wheel5-icon img {
  max-width: 60%;
}
.wheel3-icon img, .wheel6-icon img {
  max-width: 40%;
}
.wheelCont2 {
  width: 20%;
  position: absolute;
  left: 80%;
  /* top: 30%; */
  margin-top: -23%;
}
.wheelCont3 {
  width: 14%;
  position: absolute;
  left: 75%;
  /* top: 30%; */
  margin-top: -35%;
}
.wheelCont6 {
  width: 14%;
  position: absolute;
  left: 26%;
  /* top: 30%; */
  margin-top: -34%;
}
.wheelCont5 {
  width: 19%;
  position: absolute;
  left: 40%;
  /* top: 30%; */
  margin-top: -42%;
}
.wheelCont4 {
  width: 19%;
  position: absolute;
  left: 59%;
  /* top: 30%; */
  margin-top: -47%;
}
/***** FAT FOOTER *****/

.fatFooter {
  border-top: 5px solid #0078ff;
  background: #070616;
  color: #7c8696;
  width: 100%;
  display: inline-block;
  padding: 30px 0 0 0;
}
/***** FOOTER *****/

.footer-links, .footer-Btmlinks, .footer-Scllinks {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.footer-links h4 {
  text-transform: uppercase;
  color: #0078ff;
  margin-bottom: 25px;
}
.footer-links ul, .footer-Btmlinks ul, .footer-Scllinks ul {
  margin: 0;
  padding: 0;
}
.footer-links li, .footer-Btmlinks li, .footer-Scllinks li {
  list-style: none;
}
.footer-links li a {
  display: block;
  padding: 10px 0;
  color: #676f7e;
}
.footer-links li a:hover {
  color: #0078ff;
  text-decoration: none;
}
.footer-links li a i {
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.foot-Address {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}
.foot-Address h5 {
  color: #fff;
}
.footer-Btmlinks, .footer-Scllinks {
  text-align: center;
}
.footer-Btmlinks li {
  font-size: 14px;
  display: inline-block;
}
.footer-Btmlinks li a {
  display: inline-block;
  padding: 0 17px;
  color: #676f7e;
  border-right: 1px solid #4e4a90;
  line-height: 14px;
}
.footer-Btmlinks li:last-child a {
  border-right: none;
}
.footer-Scllinks li {
  display: inline-block;
  margin: 0 10px;
}
.footer-Scllinks li a {
  width: 48px;
  height: 48px;
  border: 1px solid #4e4a90;
  border-radius: 150px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 48px;
  font-size: 22px;
}
.footer-Scllinks li a span.icon24 {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.icon24.facebook-White {
  background: url(../images/sprites.png) -28px top no-repeat;
}
.icon24.twitter-White {
  background: url(../images/sprites.png) -28px -25px no-repeat;
}
.icon24.googleplus-White {
  background: url(../images/sprites.png) -28px -50px no-repeat;
}
.icon24.youtube-White {
  background: url(../images/sprites.png) -28px -75px no-repeat;
}
.icon24.linkedin-White {
  background: url(../images/sprites.png) -28px -100px no-repeat;
}
.footer-Scllinks li a.icon-facebook {
  border: 1px solid #0075f9;
}
.footer-Scllinks li a.icon-facebook:hover {
  background: #0075f9;
  border: 1px solid #0075f9;
}
.footer-Scllinks li a.icon-twitter {
  border: 1px solid #00f9f1;
}
.footer-Scllinks li a.icon-twitter:hover {
  background: #00f9f1;
  border: 1px solid #00f9f1;
}
.footer-Scllinks li a.icon-googleplus {
  border: 1px solid #ed3e02;
}
.footer-Scllinks li a.icon-googleplus:hover {
  background: #ed3e02;
  border: 1px solid #ed3e02;
}
.footer-Scllinks li a.icon-youtube {
  border: 1px solid #f80001;
}
.footer-Scllinks li a.icon-youtube:hover {
  background: #f80001;
  border: 1px solid #f80001;
}
.footer-Scllinks li a.icon-linkedin {
  border: 1px solid #074872;
}
.footer-Scllinks li a.icon-linkedin:hover {
  background: #074872;
  border: 1px solid #074872;
}
/***** FOOTER COPYRIGHT *****/

.footer-copyRight {
  background: #050410;
  text-align: center;
  color: #57575b;
  font-size: 14px;
  padding: 20px 0;
}
.footer-copyRight a {
  color: #0078ff;
}
.footer-copyRight p {
  margin-bottom: 5px;
}
/***** PRICING LABLES *****/

.box-plan {
  width: 100%;
  display: inline-block;
  padding: 20px;
  margin-bottom: 30px;
}
.box-plan h3 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}
.box-plan .pricing {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}
.box-PlanFtrs {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.box-PlanFtrs ul {
  margin: 0;
  padding: 0 20px;
}
.box-PlanFtrs li {
  font-size: 15px;
  list-style: none;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(255,255,255,0.3);
}
.box-PlanFtrs li i {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.box-PlanFtrs li i:after {
  display: inline-block;
}
.plan-Basic {
  background: #21c0af;
}
.plan-Pro {
  background: #213fc0;
}
.plan-Premium {
  background: #4e2685;
}
/***** ALL APPS *****/

.allApps {
  width: 100%;
  display: inline-block;
}
.app-ContHead {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.app-Container {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.app-Container .btn-block {
  margin-top: 15px;
}
.app-Container h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.app-Container p.desc {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #7c8696;
}
.topBrd {
  width: 100%;
  height: 7px;
  display: inline-block;
  margin-bottom: 0;
}
.app-PinkC .topBrd {
  background: url("../images/appItm-TopBorder.png") 0 0 repeat-x;
}
.app-GreenC .topBrd {
  background: url("../images/appItm-TopBorder.png") 0 -7px repeat-x;
}
.app-OrangeC .topBrd {
  background: url("../images/appItm-TopBorder.png") 0 -14px repeat-x;
}
.app-BlueC .topBrd {
  background: url("../images/appItm-TopBorder.png") 0 -21px repeat-x;
}
.app-YellowC .topBrd {
  background: url("../images/appItm-TopBorder.png") 0 -28px repeat-x;
}
.app-PurpleC .topBrd {
  background: url("../images/appItm-TopBorder.png") 0 -35px repeat-x;
}
.app-PinkC h3 {
  color: #e71748;
}
.app-GreenC h3 {
  color: #279f0b;
}
.app-OrangeC h3 {
  color: #ff3c00;
}
.app-BlueC h3 {
  color: #1788e7;
}
.app-YellowC h3 {
  color: #f2bd05;
}
.app-PurpleC h3 {
  color: #9205ff;
}
.app-Container.app-PinkC .col-lg-6.col-md-4.col-sm-6 {
  border-bottom: 1px solid #ffd4de;
  border-right: 1px solid #ffd4de;
}
.app-Container.app-PinkC .col-lg-6.col-md-4.col-sm-6:nth-child(even) {
  border-right: none;
}
.app-Container .col-lg-6.col-md-4.col-sm-6:nth-last-child(2), .app-Container .col-lg-6.col-md-4.col-sm-6:nth-last-child(3) {
  border-bottom: none !important;
}
/*.app-PinkC .app-Item{
  border-bottom: 1px solid #ec7c96;
}
*/
.app-GreenC .app-Item {
/*border: 1px solid #6dc05a;*/
}
.app-Container.app-GreenC .col-lg-6.col-md-4.col-sm-6 {
  border-bottom: 1px solid #b6efa9;
  border-right: 1px solid #b6efa9;
}
.app-Container.app-GreenC .col-lg-6.col-md-4.col-sm-6:nth-child(even) {
  border-right: none;
}
.app-OrangeC .app-Item {
/*border: 1px solid #f5825e;*/
}
.app-Container.app-OrangeC .col-lg-6.col-md-4.col-sm-6 {
  border-bottom: 1px solid #fdc0ad;
  border-right: 1px solid #fdc0ad;
}
.app-Container.app-OrangeC .col-lg-6.col-md-4.col-sm-6:nth-child(even) {
  border-right: none;
}
.app-BlueC .app-Item {
/*border: 1px solid #78c1ff;*/
}
.app-Container.app-BlueC .col-lg-6.col-md-4.col-sm-6 {
  border-bottom: 1px solid #c2e2fd;
  border-right: 1px solid #c2e2fd;
}
.app-Container.app-BlueC .col-lg-6.col-md-4.col-sm-6:nth-child(even) {
  border-right: none;
}
.app-YellowC .app-Item {
/*border: 1px solid #fbd44d;*/
}
.app-Container.app-YellowC .col-lg-6.col-md-4.col-sm-6 {
  border-bottom: 1px solid #f9e7a8;
  border-right: 1px solid #f9e7a8;
}
.app-Container.app-YellowC .col-lg-6.col-md-4.col-sm-6:nth-child(even) {
  border-right: none;
}
.app-PurpleC .app-Item {
/*border: 1px solid #dcb4fb;*/
}
.app-Container.app-PurpleC .col-lg-6.col-md-4.col-sm-6 {
  border-bottom: 1px solid #ecdbf9;
  border-right: 1px solid #ecdbf9;
}
.app-Container.app-PurpleC .col-lg-6.col-md-4.col-sm-6:nth-child(even) {
  border-right: none;
}
.app-PinkC .btn {
  background: #e71748;
  border: 1px solid #e71748;
}
.app-GreenC .btn {
  background: #279f0b;
  border: 1px solid #279f0b;
}
.app-OrangeC .btn {
  background: #ff3c00;
  border: 1px solid #ff3c00;
}
.app-BlueC .btn {
  background: #1788e7;
  border: 1px solid #1788e7;
}
.app-YellowC .btn {
  background: #f3c22a;
  border: 1px solid #f3c22a;
}
.app-PurpleC .btn {
  background: #9205ff;
  border: 1px solid #9205ff;
}
.app-Item {
  width: 100%;
  display: inline-block;
  text-align: center;
  min-height: 120px;
  /*padding: 15px 15px 5px 15px;*/
  padding: 15px 0 5px 0;
  /*border-radius: 3px;*/
    /*box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);*/
  font-size: 14px;
  font-weight: 600;/*margin-bottom: 32px;*/
}
.app-Item img {
  display: block;
  margin: 8px auto 0 auto;
  max-width: 32px;
}
.app-ItemName {
  margin: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 16px;
}
.app-Container a.col-lg-6 {
  color: #000 !important;
}
.app-Container a.btn {
  border-radius: 2px;
}
/***** CLIENTS TESTIMONIALS *****/

.clientTMonial a {
  text-decoration: none;
  color: #fff;
}
.clientsInd {
  background: #0078ff;
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  margin-bottom: 30px;
}
.clientsInd .clientTMonial img {
  margin: 0 auto;
}
.clientsInd .carousel-item {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  font-weight: 300;
}
.clientsInd .carousel-item .clientImg {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.clientName {
  font-weight: bold;
  color: #fff;
  font-style: normal;
}
.clientsInd .carousel-item-next, .clientsInd .carousel-item-prev, .clientsInd .carousel-item.active {
  display: inline-block;
}
.clientsInd .carousel-item .clientImg img {
  border: 10px solid #fff;
  border-bottom: 30px solid #fff;
  max-width: 120px;
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1)
}
.clientsInd .carousel-indicators {
  bottom: -50px;
}
.clientsInd .carousel {
  position: relative;
  margin: 0 0 30px 0;
  min-height: 270px;
}
/***** FEATURES REPEATER *****/

.fetureRep {
  margin-bottom: 30px;
}
.fetureRepImg {
  margin-bottom: 30px;
}
.fetureRepImg img {
  max-width: 100%;
}
.fetureRep h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.fetureRep p.desc {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}
.fetureItems {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.fetureItems .col-lg-6 {
  padding-top: 10px;
  padding-bottom: 15px;
}
.fetureItems .col-lg-6 img {
  max-width: 32px;
  float: left;
  margin-right: 10px;
  margin-top: -8px;
}
/***** FEATURE BOX *****/

.fetureBox {
  padding: 0 30px 30px 30px;
}
.fetureBox, .fetureBoxItems {
  width: 100%;
  display: inline-block;
}
.fetureBox h3 {
  min-height: 80px;
  font-size: 1.55rem;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fetureBox p.Desc {
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 22px;
  margin: 0 0 20px 0;
}
.fetureBox img.fetureBoxImg {
  max-width: 100%;
  margin: 0 0 20px 0;
}
.fetureBoxItems ul {
  margin: 0;
  padding: 0;
}
.fetureBoxItems li {
  list-style: none;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.fetureBoxItems li img {
  max-width: 32px;
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}
.othrfetureBoxCont {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.fetureBoxCont .col-lg-4:nth-child(1) .fetureBox .btn-outline-primary {
  border: 1px solid #b5af54 !important;
  color: #9f971c !important;
}
.fetureBoxCont .col-lg-4:nth-child(2) .fetureBox .btn-outline-primary {
  border: 1px solid #d699da !important;
  color: #9b549f !important;
}
.fetureBoxCont .col-lg-4:nth-child(3) .fetureBox .btn-outline-primary {
  border: 1px solid #8d9de0 !important;
  color: #4e63bf !important;
}
.fetureBoxCont .col-lg-4:nth-child(4) .fetureBox .btn-outline-primary {
  border: 1px solid #e5b696 !important;
  color: #c68151 !important;
}
.fetureBoxCont .col-lg-4:nth-child(5) .fetureBox .btn-outline-primary {
  border: 1px solid #8fd1ba !important;
  color: #49b790 !important;
}
.fetureBoxCont .col-lg-4:nth-child(6) .fetureBox .btn-outline-primary {
  border: 1px solid #53ad8d !important;
  color: #49ae44 !important;
}
.fetureBoxCont .col-lg-4:nth-child(7) .fetureBox .btn-outline-primary {
  border: 1px solid #72aed4 !important;
  color: #2774a4 !important;
}
.fetureBoxCont .col-lg-4:nth-child(8) .fetureBox .btn-outline-primary {
  border: 1px solid #b068b4 !important;
  color: #ad45b3 !important;
}
.fetureBoxCont .col-lg-4:nth-child(9) .fetureBox .btn-outline-primary {
  border: 1px solid #baaaaa !important;
  color: #868181 !important;
}
.fetureBoxCont .col-lg-4:nth-child(1) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(10) .fetureBox {
  background: #f1f0e0;
}
.fetureBoxCont .col-lg-4:nth-child(2) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(11) .fetureBox {
  background: #f0e0f1;
}
.fetureBoxCont .col-lg-4:nth-child(3) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(12) .fetureBox {
  background: #e3e8fe;
}
.fetureBoxCont .col-lg-4:nth-child(4) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(13) .fetureBox {
  background: #feeee3;
}
.fetureBoxCont .col-lg-4:nth-child(5) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(14) .fetureBox {
  background: #e0f1eb;
}
.fetureBoxCont .col-lg-4:nth-child(6) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(15) .fetureBox {
  background: #c5ffc2;
}
.fetureBoxCont .col-lg-4:nth-child(7) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(16) .fetureBox {
  background: #ddf2ff;
}
.fetureBoxCont .col-lg-4:nth-child(8) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(17) .fetureBox {
  background: #fdddff;
}
.fetureBoxCont .col-lg-4:nth-child(9) .fetureBox, .fetureBoxCont .col-lg-4:nth-child(18) .fetureBox {
  background: #ececec;
}
/***** MULTI ITEM EXAMPLE *****/


#multi-item-example a.btn-floating {
  color: #666;
  border: 1px solid #666;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 150px;
  display: block;
  line-height: 37px;
}
.arwLeft {
  top: 47%;
  position: absolute;
  left: 10px;
}
.arwRight {
  top: 47%;
  position: absolute;
  right: 10px;
}
/***** MULTI ITEM EXAMPLE2 *****/

#multi-item-example2 a.btn-floating {
  color: #666;
  border: 1px solid #666;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 150px;
  display: block;
  line-height: 37px;
}
.arwLeft {
  top: 47%;
  position: absolute;
  left: 10px;
  z-index: 98;
}
.arwLeft i, .arwRight i {
  position: relative;
  top: 7px;
}
.arwRight {
  top: 47%;
  position: absolute;
  right: 10px;
  z-index: 98;
}
/***** WHY US CONTAINER *****/


.whyusBox .whyusBoxImg {
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.whyusBox {
  text-align: center;
  margin-bottom: 30px;
}
.whyusBox h3 {
  color: #000 !important;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.whyusBox h3:nth-word(1) {
 color: #98a9bf !important;
 font-weight: 500;
}
.whyusBox .Desc {
  color: #869bb5;
  line-height: 22px;
  font-size: 14px;
}
.whyusBoxCont {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.whyusBoxCont h2 {
  color: #000;
  font-style: italic;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 700;
}
/***** CLIENTS NUMBER *****/

.clientsNum {
  position: relative;
  width: 100%;
  height: 270px;
  margin: 20px 0 0 0;
}
.clientsNum:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 1px solid #00ffe4;
  border-left: 1px solid #00ffe4;
}
.clientsNum:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-top: 1px solid #00ffe4;
  border-right: 1px solid #00ffe4;
}
.clientsNum .clientsNumInn:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 1px solid #00ffe4;
  border-left: 1px solid #00ffe4;
}
.clientsNum .clientsNumInn:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 1px solid #00ffe4;
  border-right: 1px solid #00ffe4;
}
.clientsNum2 {
  position: relative;
  width: 90%;
  height: 250px;
  margin: 20px auto 0 auto;
}
.clientsNum2:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: -10px;
  border-top: 1px solid #00ffe4;
  border-left: 1px solid #00ffe4;
}
.clientsNum2:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 1px solid #00ffe4;
  border-right: 1px solid #00ffe4;
}
.clientsNum2 .clientsNumInn2:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 1px solid #00ffe4;
  border-left: 1px solid #00ffe4;
}
.clientsNum2 .clientsNumInn2:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 1px solid #00ffe4;
  border-right: 1px solid #00ffe4;
}
.clientsNumCount {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  flex-wrap: wrap;
}
.clientCount {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 58px;
  font-weight: bold;
}
.clientsNumCount p {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.banner {
  width: 100%;
  display: inline-block;
  padding: 75px 0 0 0;
  /*min-height: 520px;*/
  
  margin-bottom: 30px;
}
.banner .row {
  margin: 0;
}
.bannerText h2 {
  color: #fff000;
  margin: 0 0 20px 0;
}
.bannerText p {
  color: #fff;
  margin: 0 0 20px 0;
}
.bannerText a.btn {
  color: #fff;
}
/***** NAVIGATION BAR *****/


.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  min-height: 36px;
}
.nav-link {
  display: block;
  padding: 0 1em;
  line-height: 36px;
}
.navbar-toggleable-md .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
}
.navbar-nav .nav-link:hover {
  color: #ffac12;
}
.navbar-nav .nav-link.btn {
  background: #fe6c01 !important;
  border: 1px solid #fe6c01;
  position: relative;
  color: #fff;
  height: 36px;
  padding: 0 20px 0 30px;
  border-radius: 0;
}
.navbar-nav .nav-link.btn:hover {
  color: #fff;
}
.navbarContainer.affix a.nav-item {
  color: #333;
}
.navbarContainer.affix a.btn {
  color: #fff;
}
.mainContainer {
  padding-top: 78px;
}
.navbarContainer {
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 989;
}
.navbarContainerHome {
  background: #283142;
  box-shadow: none;
  border-bottom: none;
}
.navbarContainerHome .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar {
  padding: 15px 0;
}
.navbar-toggler {
  margin-right: -15px;
}
/***** BANNER  *****/

.indexBanner {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.wheelContainer {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.bannerText {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.bannerTextInn {
  width: 100%;
}
/***** CURSOR ANIMATION  *****/

.mouse-pointer {
  font-size: 10px;
  position: absolute;
  top: 13px;
  left: 18%;
  transform: translate(-30%, -21%);
  -webkit-transform: translate(-30%, -21%);
  -moz-transform: translate(-30%, -21%);
  -ms-transform: translate(-30%, -21%);
  color: #fff;
  animation-name: demo;
  animation-direction: normal;
  animation-duration: 4s;
  animation-delay: 0;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -webkit-animation-name: demo;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -moz-animation-name: demo;
  -moz-animation-direction: normal;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 0;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
}
 @-webkit-keyframes demo {
 0% {
 opacity: 0;
 left: 5px;
}
 50% {
 opacity: 0.5;
 left: 15px;
}
 100% {
 opacity: 1;
 left: 5px;
}
}
@keyframes demo {
 0% {
 opacity: 0;
 left: 5px;
}
 50% {
 opacity: 1;
 left: 15px;
}
 100% {
 opacity: 0.5;
 left: 5px;
}
}
@-moz-keyframes demo {
 0% {
 opacity: 0;
 left: 5px;
}
 50% {
 opacity: 1;
 left: 15px;
}
 100% {
 opacity: 0.5;
 left: 5px;
}
}
.mouse-pointer i {
  font-size: 18px;
}
/***** ACCOUNT INNER PAGE ( AMP ) *****/

.accountInnerContainer {
  z-index: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  top: -97px;
  z-index: 9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.acntInnPageBg {
  background: #f1f6fe;
  padding: 0 15px;
  margin: 0 -15px;
}
.acntInnPageHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
}
.acntInnPageHead .btn {
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  padding: 0 10px;
  margin: 0 0 0 10px;
  cursor: pointer;
  color: #fff !important;
}
.acntInnPageHead .btn:hover {
  color: #fff !important;
}
.acntInnPageHead .btn-secondary, .acntInnPageHead .btn-secondary:hover {
  color: #000 !important;
}
.acntInnPageHead .btn i {
  margin-right: 4px;
}
.btn-secondary {
  color: #292b2c !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}
.acntInnPageHead .btn-secondary:hover {
  color: #292b2c !important;
}
.acntInnPageBg .form-label {
  font-size: 15px;
  color: #7d8094;
}
.acntInnPageBg .custom-controls-stacked .custom-control {
  margin: 5px 0 0 0;
}
/* **** ACCOUNT PAGE PLANS  STARTS  *****/

.plan-price {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.plan-price h3 {
  font-weight: 400;
}
.plan-price .pricing {
  margin-bottom: 0px;
}
.plan-price .plan-days, .box-plan .plan-days {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
 
  color: #fff;
}
.plan-price .plan-days{
   margin: 0 0 40px 0;
}
.plan-price .plan-Desc {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}
.plan-price .plan-btn, .box-plan .plan-btn {
  text-align: center;
 
}
.plan-btn{
  padding:0 20px;
}
.plan-price .plan-btn{
   margin: 40px 0 40px 0;
   padding:0 !important;
}
.plan-btn .btn {
  background-color: #000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  width: 100%;
}
.plan-price .plan-btn .btn{
 width: auto !important;
}
/* **** ACCOUNT PAGE PLANS  ENDS  *****/


/********** RADIO CONTROL STARTS *******/

.custom-control.material-checkbox {
 --color: #0c6dff;
}
.custom-control.material-checkbox .material-control-input {
  display: none;
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
}
.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0c6dff;
  -webkit-transition: .3s;
  transition: .3s;
}
.custom-control.fill-checkbox {
 --color: #0c6dff;
}
.custom-control.fill-checkbox .fill-control-input {
  display: none;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: var(--color);
  border-color: var(--color);
  background-size: 80%;
}
.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0c6dff;
  -webkit-transition: .3s;
  transition: .3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
  transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0c6dff;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotateZ(80deg) scale(0);
  transform: rotateZ(80deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #0c6dff;
  border-right: 4px solid #0c6dff;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg) scale(1);
  transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}
.custom-control.material-switch {
 --color: #0c6dff;
  padding-left: 0;
}
.custom-control.material-switch .material-switch-control-input {
  display: none;
}
.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
  background-color: var(--color);
  left: 17px;
}
.custom-control.material-switch .material-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}
.custom-control.material-switch .material-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
}
.custom-control.ios-switch {
 --color: #0c6dff;
  padding-left: 0;
}
.custom-control.ios-switch .ios-switch-control-input {
  display: none;
}
.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
  width: 20px;
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
  border: 10px solid var(--color);
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
  top: -8px;
  left: 4px;
}
.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
  left: 0px;
}
.custom-control.ios-switch .ios-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #0c6dff;
}
.custom-control.ios-switch .ios-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
  box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}
.custom-control.border-switch {
 --color: #0c6dff;
  padding-left: 0;
}
.custom-control.border-switch .border-switch-control-input {
  display: none;
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: var(--color);
}
.custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #7d8094;
}
.custom-control.border-switch .border-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch {
 --color: #0c6dff;
  padding-left: 0;
}
.custom-control.teleport-switch .teleport-switch-control-input {
  display: none;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
  left: -14px;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
  right: 2px;
  background-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #0c6dff;
  overflow: hidden;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  right: -14px;
  background: #ccc;
}
 @keyframes ripple {
 0% {
 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
}
 50% {
 box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
}
 100% {
 box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
}
}
 @-webkit-keyframes ripple {
 0% {
 -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
}
 50% {
 -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
}
 100% {
 -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
}
}
 @-moz-keyframes ripple {
 0% {
 -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
}
 50% {
 -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
}
 100% {
 -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
}
}
.md-radio {
  margin: 16px 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #0c6dff;
  animation: ripple 0.8s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .8s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0c6dff;
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #0c6dff;
}
/********* RADIO CONTROLS ENDS *********/


/***** TEXTAREA STARTS ***********/


.form-groupTextArea {
  position: relative;
  border: none;
  min-height: 96px;
}
.form-ControlTextArea {
  position: absolute;
  width: 100%;
  min-height: 96px !important;
  max-height: 96px !important;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  bottom: 2px;
  padding: .275rem 0 !important;
  padding: 20px 0 0 0 !important;
  z-index: 2;
}
.form-ControlTextArea + label.form-label {
  position: absolute;
  top: 65px;
  z-index: 2;
  font-size: 16px;
  color: #7d8094;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  /*background: #fff;*/
  z-index: 1;
}
.form-ControlTextArea:focus {
  outline: none;
  border-width: 2px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.form-ControlTextArea:focus ~ .form-controlBrd {
  background-size: 100% 2px, 100% 1px;
}
.form-ControlTextArea:focus + label.form-label {
  top: 0px;
  color: #0c6dff;
  font-size: 12px;
}
.form-ControlTextArea.has-value + label.form-label {
  top: 0px;
  color: #7d8094;
  font-size: 12px;
}
.form-ControlTextArea {
  background: none !important;
}
.form-groupTextArea {
  margin-bottom: 15px;
}
.form-groupTextAreaHeight66 {
  min-height: 66px;
}
.form-ControlTextAreaHeight66 {
  min-height: 66px !important;
  max-height: 66px !important;
}
.form-ControlTextAreaHeight66 + label.form-label {
  top: 36px;
}
/****** TEXTAREA ENDS **********/




/******* PROFILE PAGE STARTS **********/


.profilePage {
}
.profileBanner {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.profileBannerImg {
  background: rgba(12, 39, 2, 0.3);
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 150px;
  top: 0;
  display: inline-block;
}
.profileBanner img {
  max-width: 100%;
}
.profileBanner-Overlay {
  background: -moz-linear-gradient(top, rgba(244,247,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(244,247,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgb(247, 248, 253) 0%, rgba(255,255,255,0) 100%);
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 150px;
}
.profile-Info {
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
}
.profilePic {
  width: 280px;
  height: 250px;
  padding: 12px 12px 50px 12px;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin: 0 15px 30px 15px;
}
.profilePic-Image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.profileName {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.profileNameCaption {
  text-align: left;
}
.profileNameLabel {
  /*font-size:26px;*/
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: center;
}
.profileNameLabel i {
  position: relative;
  top: 7px;
}
.profilevalueLabel {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.profile-InfoContainer {
  width: 100%;/*    display: flex;
      justify-content: space-around;*/
}
.profileInfoBlock {
  margin-bottom: 30px;
}
.profilePage h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.profileDesc {
  font-size: 14px;
  line-height: 22px;
}
/******** PROFILE ENDS  **************/

/****** IMAGE UPLOAD STARTS *********/

.avatar-upload {
  position: relative;
  max-width: 220px;
  height: 250px;
  padding: 12px 12px 50px 12px;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin: 0 auto 30px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 19px;
  z-index: 1;
  bottom: 25px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #0078ff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  color: #fff;
  line-height: 55px;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #0078ff;
}
.avatar-upload .avatar-edit input + label:after {
  /*content: "\f040";*/
  /*font-family: 'FontAwesome';*/
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 100%;
  height: 190px;
  position: relative;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/****** IMAGE UPLOAD ENDS **********/

/****** DROPDOWN MENU STARTS  **********/

.dropdown-menu.show, .dropdown:hover .dropdown-menu {
  animation-name: drpdown2;
  animation-duration: 0.5s;
  animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  animation-timing-function: linear;
  transform-origin: 15% 36px;
  transform: translate3d(0, 36px, 0px);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-animation-name: drpdown2;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 15% 36px;
  -webkit-transform: translate3d(0, 36px, 0px);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -moz-animation-name: drpdown2;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  -moz-animation-timing-function: linear;
  -moz-transform-origin: 15% 36px;
  -moz-transform: translate3d(0, 36px, 0px);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
 @keyframes drpdown2 {
0% {
transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
transform: translate3d(0, 36px, 0px) scaleY(1);
opacity: 1;
}
}
 @-webkit-keyframes drpdown2 {
0% {
-webkit-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 36px, 0px) scaleY(1);
opacity: 1;
}
}
 @-moz-keyframes drpdown2 {
0% {
-moz-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 36px, 0px) scaleY(1);
opacity: 1;
}
}
#nav__inner-wrap .dropdown-menu.show, #nav__inner-wrap .dropdown:hover .dropdown-menu {
  animation-name: drpdown;
  animation-duration: 0.5s;
  animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  animation-timing-function: linear;
  transform-origin: 15% 36px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  transform: translate3d(0, 96px, 0px) !important;
  -webkit-animation-name: drpdown;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 15% 36px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transform: translate3d(0, 96px, 0px);
  -moz-animation-name: drpdown;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  -moz-animation-timing-function: linear;
  -moz-transform-origin: 15% 36px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -moz-transform: translate3d(0, 96px, 0px);
}
 @keyframes drpdown {
0% {
transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
transform: translate3d(0, 96px, 0px) scaleY(1);
opacity: 1;
}
}
 @-webkit-keyframes drpdown {
0% {
-webkit-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 96px, 0px) scaleY(1);
opacity: 1;
}
}
 @-moz-keyframes drpdown {
0% {
-moz-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 96px, 0px) scaleY(1);
opacity: 1;
}
}
.dropdown-item {
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
}
#nav__inner-wrap .dropdown-menu {
  margin-top: 0 !important;
  white-space: normal;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/****** DROPDOWN MENU ENDS  **********/






/****** VERTICAL TABS STARTS  **********/
  
.vTabsContainer .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column;
}
.vTabsContainer .pmd-tabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.vTabsContainer .pmd-card-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}
.vTabs .pmd-tab-active-bar {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 27px;
  /* background: #ffc107; */
    /* background: url(darow.png) 48% 0 no-repeat; */
  transition: all 0.2s ease-in-out;
  z-index: 98989 !important;
  margin-top: 6.5%;/*background: #f60;*/
    /*width: 25px !important;*/
}
.vTabs .pmd-tab-active-bar::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 11px;
  bottom: 0px;
  left: 102% !important;
  box-sizing: border-box;
  border: 0.8em solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-135deg);
  box-shadow: -2px 2px 2px 0 rgb(44, 132, 255);
}
.vTabsContainer {
  display: flex;
  flex-wrap: wrap;
}
.vTabs .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column;
  width: 90%;
  background-color: rgba(255,255,255,0.5);
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
  color: #000;
  margin-top: 0 !important;
  border-right: 2px solid #2c84ff;
  padding-right: 15px;
}
.vTabs .nav-tabs > li {
  border-bottom: 1px solid #757575;
}
.vTabs .nav-tabs > li > a {
  color: #000 !important;
  width: 100%;
  background: transparent;
  text-align: center;
  border: 0 !important;
  height: 100px;
  display: flex;
  flex-flow: column;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
.vTabs .nav-tabs > li > a:hover, .vTabs .nav-tabs > li > a:focus, .vTabs .nav-tabs > li > a:active {
  border: 0 !important;
}
.vTabs .nav-tabs > li.active > a:hover, .vTabs .nav-tabs > li.active > a:focus, .vTabs .nav-tabs > li > a.active {
  color: #000;
  background-color: #fff;
  width: 100%;
  text-align: center;
  border: 0 !important;
}
.vTabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.vTabsBodyContainer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  background-color: #fff;
  padding: 15px 0 0 15px;/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
}
.vTabs .nav-tabs .nav-item {
  margin-bottom: 0 !important
}
.vTabsIcon {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 25px;
  margin-bottom: 8px;
}
.vTabsLabel {
  margin-bottom: 10px;
  line-height: 16px;
}
.vTabs .nav-tabs > li:last-child {
  border-bottom: none;
}
/****** ICON24  **********/

.icon24 {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  position: relative;
  top: 7px;
  display: inline-block;
}
.icon24.icon-Dashboard, .icon-Dashboard-Black {
  background: url(../images/sprites.png) left -2px no-repeat;
}
.icon24.icon-Settings, .icon-Settings-Black {
  background: url(../images/sprites.png) left -28px no-repeat;
}
.icon24.icon-Log, .icon-Log-Black {
  background: url(../images/sprites.png) left -54px no-repeat;
}
.icon24.icon-ChangePassword, .icon-ChangePassword-Black {
  background: url(../images/sprites.png) left -81px no-repeat;
}
.icon24.icon-ViewPlans, .icon-ViewPlans-Black {
  background: url(../images/sprites.png) left -106px no-repeat;
}
.icon24.icon-CurrentPackage, .icon-CurrentPackage-Black {
  background: url(../images/sprites.png) left -132px no-repeat;
}
.icon24.icon-PackageDetails, .icon-PackageDetails-Black {
  background: url(../images/sprites.png) left -158px no-repeat;
}
.icon24.icon-CreateTicket, .icon-CreateTicket-Black {
  background: url(../images/sprites.png) left -183px no-repeat;
}
.icon24.icon-TicketHistory, .icon-TicketHistory-Black {
  background: url(../images/sprites.png) left -209px no-repeat;
}
.icon24.icon-Statistics, .icon-Statistics-Black {
  background: url(../images/sprites.png) left -235px no-repeat;
}
.icon24.icon-Admins, .icon-Admins-Black {
  background: url(../images/sprites.png) left -263px no-repeat;
}
.icon24.icon-SubAdmins, .icon-SubAdmins-Black {
  background: url(../images/sprites.png) left -288px no-repeat;
}
.icon24.icon-Profile, .icon-Profile-Black {
  background: url(../images/sprites.png) left -316px no-repeat;
}
.icon24.icon-Logout, .icon-Logout-Black {
  background: url(../images/sprites.png) left -340px no-repeat;
}
/****** ICON36  **********/

.icon34 {
  width: 34px;
  height: 34px;
  margin-right: 8px;
  position: relative;
  top: 9px;
  display: inline-block;
  left: 7px;
}
.icon34.icon-Profile {
  background: url(../images/sprites.png) -57px -3px no-repeat;
}
.icon34.icon-Profile-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-Profile, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-Profile {
  background: url(../images/sprites.png) -92px -3px no-repeat;
}
.icon34.icon-Package {
  background: url(../images/sprites.png) -57px -39px no-repeat;
}
.icon34.icon-Package-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-Package, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-Package {
  background: url(../images/sprites.png) -92px -39px no-repeat;
}
.icon34.icon-Products {
  background: url(../images/sprites.png) -57px -74px no-repeat;
}
.icon34.icon-Products-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-Products, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-Products {
  background: url(../images/sprites.png) -92px -74px no-repeat;
}
.icon34.icon-Members {
  background: url(../images/sprites.png) -56px -110px no-repeat;
}
.icon34.icon-Members-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-Members, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-Members {
  background: url(../images/sprites.png) -91px -110px no-repeat;
}
.icon34.icon-NewDeals {
  background: url(../images/sprites.png) -57px -144px no-repeat;
}
.icon34.icon-NewDeals-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-NewDeals, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-NewDeals {
  background: url(../images/sprites.png) -92px -144px no-repeat;
}
.icon34.icon-Invoices {
  background: url(../images/sprites.png) -57px -179px no-repeat;
}
.icon34.icon-Invoices-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-Invoices, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-Invoices {
  background: url(../images/sprites.png) -92px -179px no-repeat;
}
.icon34.icon-Support {
  background: url(../images/sprites.png) -57px -213px no-repeat;
}
.icon34.icon-Support-White, .dropdown.show a.dropdown-toggle .innNav-Cir .icon34.icon-Support, .nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir .icon34.icon-Support {
  background: url(../images/sprites.png) -92px -213px no-repeat;
}
.nav__inner-wrap li.active a.dropdown-toggle .innNav-Cir {
  background: #0c6dff;
}
.nav__inner-wrap li.active .dropdown-menu {
  display: none !important;
}
/**************** BOOTSTRAP SELECT CSS ********************/
.btn.dropdown-toggle.btn-default:focus, .btn-group.bootstrap-select:hover, .btn-group.bootstrap-select:active {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.bootstrap-select .dropdown-toggle::after {
  position: relative;
  top: -14px;
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-menu.inner li i {
  display: none;
  width: 10%;
  float: right;
}
.bootstrap-select .btn {
  color: #000 !important;
}
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  line-height: 19px;
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #eae8fd;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 0;
  display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
  float: right;
  margin-top: 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 15px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  border-bottom: 1px solid #ccc;
  border: none;
  border-bottom: 1px solid #5b5d5f;
  border-radius: 0;
  padding: .375rem 0 .375rem 30px;
}
/* newly added */
.iconSrchSel {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 22px;
}
.bootstrap-select.btn-group .no-results, .bootstrap-select.btn-group .notify {
  padding: 15px !important;
  /* display: none; */
  white-space: normal !important;
  margin: 0 !important;
  background: #03a5ee !important;
  color: #fff !important;
  line-height: 16px !important;
}
.dropdown-menu .divider {
  height: 1px !important;
  background: #8a8a8a !important;
  line-height: 1px !important;
  padding: 0 !important;
  min-height: 1px;
  margin: 10px 0;
}
.dropdown-header {
  font-weight: bold !important;
  padding: 0 15px !important;
}
.btn-group-sm>.btn, .btn-sm {
  height: 36px;
}
/*# sourceMappingURL=bootstrap-select.css.map */


/* bootstrap-select */
.bootstrap-select .btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.bootstrap-select .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0c6dff;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bootstrap-select .btn:hover:before {
  left: 0;
  right: 0;
}
.bootstrap-select .btn:focus:before {
  left: 0;
  right: 0;
}
.bootstrap-select .btn:active:before {
  left: 0;
  right: 0;
}
.bootstrap-select .btn-default:before, .bootstrap-select .btn-primary:before, .bootstrap-select .btn-success:before, .bootstrap-select .btn-info:before, .bootstrap-select .btn-warning:before, .bootstrap-select .btn-danger:before {
  background: none !important;
  height: 0 !important;
}
.bootstrap-select .btn-default, .bootstrap-select .btn-primary, .bootstrap-select .btn-success, .bootstrap-select .btn-info, .bootstrap-select .btn-warning, .bootstrap-select .btn-danger {
  padding: .500rem 25px .500rem 0 !important;
}
.bootstrap-select .btn {
  padding: .375rem .0;
  height: 50px;
}
.bootstrap-select .btn, .bootstrap-select .btn:active, .bootstrap-select .btn:focus {
  box-shadow: none;
  border-radius: 0;
}
.bs-actionsbox .btn-default {
 background: #fff !important !important;
  border: 1px solid #8a8a8a !important;
  box-shadow: 0 6px 4px -2px rgba(0,0,0,.20), 0 0px 10px 0 rgba(0,0,0,0.20) !important;
}
.bs-actionsbox .btn:before {
 background: none !important !important;
}
.btn-group.bootstrap-select.show .dropdown-menu {
  display: block;
}
.btn.dropdown-toggle.btn-default {
  background: none !important;
  outline: 0 !important;
  border: 0 !important;
  border: none !important;
  border-bottom: 1px solid #8a8a8a !important;
}
.btn.dropdown-toggle.btn-default:hover, .btn.dropdown-toggle.btn-default:focus {
  outline: 0 !important;
  border: 0 !important;
  border: none !important;
  border-bottom: 1px solid #8a8a8a !important;
}
.bootstrap-select .dropdown-menu.show {
  animation-name: seldrpdown;
  animation-duration: 0.5s;
  animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  animation-timing-function: linear;
  transform-origin: 15% 36px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  transform: translate3d(0, 36px, 0px);
  -moz-animation-duration: 0.5s;
  -webkit-animation-name: seldrpdown;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 15% 36px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transform: translate3d(0, 36px, 0px);
}
 @keyframes seldrpdown {
0% {
transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
transform: translate3d(0, 43px, 0px) scaleY(1);
opacity: 1;
}
}
 @-webkit-keyframes seldrpdown {
0% {
-webkit-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 43px, 0px) scaleY(1);
opacity: 1;
}
}
 @-moz-keyframes seldrpdown {
0% {
-moz-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 43px, 0px) scaleY(1);
opacity: 1;
}
}
/************* FILE UPLOAD CONTROL **************/



.uploadControl-File input {
  cursor: pointer;
  height: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 4;
}
.uploadContainer-File .uploadContainer-Input {
  box-sizing: border-box;
  width: calc(100% - 32px);
}
.uploadContainer-File .uploadControl-File {
  right: 0;
}
.uploadContainer {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
}
.uploadContainer-File .uploadContainer-Input {
  box-sizing: border-box;
  width: calc(100% - 32px);
  margin-top: 17px;
}
.uploadContainer-Input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 16px;
  text-align: left;
  color: inherit;
}
.uploadContainer-File .uploadControl-File {
  right: 0;
}
.uploadContainer .uploadControl-btn {
  position: absolute;
  bottom: 0;
}
.uploadControl-btnIcon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}
.uploadControl-btn {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  display: block;
  position: relative;
  height: 36px;
  min-width: 100%;
  padding: 0 8px;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
.uploadControl-btnIcon .material-icons {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(4px, -12px);
  -ms-transform: translate(4px, -12px);
  transform: translate(4px, -12px);
  line-height: 24px;
  width: 24px;
  color: #7d8094;
}
.uploadControl-btn:hover i {
  color: #0c6dff !important;
}
.uploadControl-File input {
  cursor: pointer;
  height: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.uploadControl-btn:hover ~ .form-controlBrd {
  background-size: 100% 2px, 100% 1px;
  -moz-background-size: 100% 2px, 100% 1px;
  -webkit-background-size: 100% 2px, 100% 1px;
  -ms-background-size: 100% 2px, 100% 1px;
}
/***** FILEUPLOAD DETAULT     ********/

.fUpload {
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #7d8094;
  padding-bottom: 10px;
}
.fUpload input {
  display: inline-block;
  margin: 15px 0 0 0;
}
.addBtn {
  display: inline-block;
  margin: 10px 0 0 0;
  background: #0c6dff;
  border: 0;
  color: #fff;
  border-radius: 150px;
  line-height: 28px;
  width: 36px;
  height: 36px;
  float: right;
}
.removeBtn {
  float: right;
  margin: 10px 0 0 0;
  background: #f00;
  border: 0;
  color: #fff;
  border-radius: 150px;
  line-height: 28px;
  width: 36px;
  height: 36px;
  float: right;
}
.addBtn i, .removeBtn i {
  position: relative;
  top: 4px;
}
/***** NOTIFICATIONS   ********/
.notifications-Container, .dropdown-MyAccount {
  border-left: 1px solid #ccc;
}
.notifications-Container i.material-icons.blueText {
  position: relative;
  top: 7px;
}
.notifications-Container .dropdown-menu {
  width: 220px;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
}
.notifications-Container .dropdown-toggle::after {
  border: none;
}
.notifications {
  display: flex;
  border-bottom: 1px solid #878787;
  margin-bottom: 10px;
  padding: 10px 0;
}
.notifications img {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  object-fit: cover;
}
/*scrollbar code*/
.notifications-Container .dropdown-menu::-webkit-scrollbar {
 width: 5px;
}
 .notifications-Container .dropdown-menu::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #eaf4fb;
 border-radius: 50px;
}
 .notifications-Container .dropdown-menu::-webkit-scrollbar-thumb {
 background-color: #8cbaff;
 border-radius: 50px;
}
.notifications i {
  font-size: 14px;
  margin-right: 16px;
  color: #7d8094;
  margin-right: 20px;
}
.notifications .notifications-dtls {
  flex-flow: column;
}
.notifications-dtls h6 {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}
.notifications-dtls p {
  margin: 0;
  font-size: 12px;
  color: #878787;
  font-weight: 300;
  line-height: 16px;
}
.notification-box-footer {
  /*border-top: 1px solid #EEE;*/
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  text-align: center;
  color: #000 !important;
  height: 36px;
}
.notification-box-footer a {
  display: block;
}
/***** NOTIFICATIONS ANIMATION  ********/


.notifiAnim {
  max-width: 100%;
  background: #fe573c;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  left: 41%;
  top: 32%;
}
.notifiAnim:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fe573c;
  display: inline-block;
  opacity: 0.0;
  margin: -10px 0 0 -10px;
  animation: notifiAnim 3s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: notifiAnim 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: notifiAnim 3s ease-out;
  -moz-animation-iteration-count: infinite;
}
 @keyframes notifiAnim {
 0% {
 transform: scale(0.2, 0.2);
 opacity: 0;
}
 50% {
 opacity: 1.0;
}
 100% {
 transform: scale(0.9, 0.9);
 opacity: 0;
}
}
 @-webkit-keyframes notifiAnim {
 0% {
 -webkit-transform: scale(0.2, 0.2);
 opacity: 0;
}
 50% {
 opacity: 1.0;
}
 100% {
 -webkit-transform: scale(0.9, 0.9);
 opacity: 0;
}
}
 @-moz-keyframes notifiAnim {
 0% {
 -moz-transform: scale(0.2, 0.2);
 opacity: 0;
}
 50% {
 opacity: 1.0;
}
 100% {
 -moz-transform: scale(0.9, 0.9);
 opacity: 0;
}
}
/************ TABLE ************/


.table {
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.table thead th {
  border-bottom: 3px solid #FE573C;
  background-color: #EAF4FB;
}
.table td, .table th {
  border-top: 0px solid #dee2e6;
}
tr {
  box-shadow: 0px 3px 10px -2px rgba(153,153,153,0.5);
  background-color: #fff;
}
.table td, .table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/*********************** login css***********************/


.logo-margin {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.logo {
  max-width: 100%;
  margin: 0 0px 40px 0px;
}
#register-Container .logo {
  margin-top: 50px;
}
.logo-register {
  width: 80%;
  margin-bottom: 29px;
  margin-left: 28px;
  margin-top: 10px;
}
.form-width {
  width: 100%;
}
.checkbox {
  width: 100%;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  color: #565b63;
}
.checkbox label {
  position: relative;
  top: -3px !important;
  color: #666 !important;
  left: auto !important;
  margin-right: 10px;
}
.checkbox input {
  float: right;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.promo-text-aling {
  width: 100%;
  
  overflow: hidden;
  position: relative;
}
.btn-login {
  background-color: #fe573c !important;
  width: 100% !important;
  height: 48px !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-top: 20px !important;
  margin-bottom: 20px;
  cursor: pointer;
}
.register-text {
  margin-left: 90px;
}
.Policy-text {
  font-size: 12.5px;
  color: #116dfe;
  text-align: center;
}
.promo-img-position {
  position: relative !important;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  object-fit: cover;
}
.centered {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.btn-support {
  display: inline-block;
  line-height: 40px;
  margin-top: 20px;
  right: 20px;
  padding: 0 20px;
  font-size: 14px;
  position: absolute;
  opacity: .999;
  border-radius: 3px;
  z-index: 3;
  border-color: black;
}
.btn-support, .btn-fill-horz-o:before, .btn-fill-horz-o:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-horz-o {
  background-color: #116eff;
  border: 0px;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 0px 1px rgba(0,0,0,0.1);
}
.btn-fill-horz-o i {
  margin-right: 8px;
}
.btn-fill-horz-o:before, .btn-fill-horz-o:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.btn-fill-horz-o:before {
  left: 50%;
}
.btn-fill-horz-o:after {
  right: 50%;
}
.btn-fill-horz-o:hover {
  color: #fff;
}
.btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {
  width: 50%;
  opacity: 1;
}
.btn-fill-horz-o.btn-blue:before, .btn-fill-horz-o.btn-blue:after {
  background-color: #1466e7;
}
.disc {
  font-size: 30px;
  color: white;
}
/***** FLEX CONTAINER ****/

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*height: 100vh;*/
  padding: 55px 40px 25px 40px;
  width: 100%;/*overflow: auto;*/
    
}
/***** ICON 16 ****/


.icon-16 {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 0;
  position: relative;
  top: -31px;
}
.icon-16User {
  background: url("../images/16-iconsLogin.png") 0 0 no-repeat;
}
.icon-16Password {
  background: url("../images/16-iconsLogin.png") 0 -16px no-repeat;
}
.icon-16Email {
  background: url("../images/16-iconsLogin.png") 0 -32px no-repeat;
}
.icon-16phone {
  background: url("../images/16-iconsLogin.png") 0 -48px no-repeat;
}
#promo-gradient {
  width: 100%;
  height: 100%;
  margin-left: -14px;
  padding: 0px;
  position: absolute;
  z-index: 2;
}
.diagonal-gradient {
  background: linear-gradient(to top right, #0439A8CC, #ff4ec5cc);
}
.optionLink, .optionLink2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.optionLink a:hover {
  color: #fe573c;
}
.optionLink a, .optionLink2 a {
  color: #292e2f;
}
.optionLink a {
  color: #000;
}
.btn-outline {
  border: 1px solid #D7DBDD;
  border: 1px solid #D7DBDD;
  width: 100%;
  display: inline-block;
  border-radius: 150px;
  color: #000;
}
/********* TEXTFIELD ***********/

.form-group {
  position: relative;
  border: none;
  min-height: 50px;
}
input.form-control {
  z-index: 2 !important;
  padding-left: 0px;
}
.form-group .form-control {
  position: absolute;
  width: 100%;
  min-height: 30px;
  font-size: 15px;
  border: none;
  border: 0 !important;
  /*  border-bottom: 1px solid #7d8094;
*/  background-color: transparent;
  background: none !important;
  border-radius: 0;
  bottom: 2px;
  padding: .275rem 0 !important;
}
.form-control + label.form-label {
  position: absolute;
  /*top: 5px;*/
  top: 22px;
  z-index: 2;
  font-size: 15px;
  color: #7d8094;
  transition: all 0.2s ease;
  /*-webkit-transition: all 0.2s ease;*/
  -webkit-transition: top 0.2s, font-size 0.1s;
  -moz-transition: top 0.2s, font-size 0.1s;
  -ms-transition: all 0.2s ease;
  z-index: 1;
}
.form-control:focus {
  outline: none;
  border-width: 2px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.form-control:focus + label.form-label {
  top: 0px;
  color: #0c6dff;
  font-size: 12px;
}
.form-control.has-value + label.form-label {
  top: 0px;
  color: #aeafb9;
  font-size: 12px;
}
.form-control {
  box-shadow: none !important;
  width: 100%;
  border: 0;
}
.form-controlBrd {
  width: 100%;
  display: block;
  height: 3px;
  background: #fff no-repeat;
  background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
  -webkit-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
  -moz-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
  -ms-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
  /* sizes for the 2 images (default state) */
  background-size: 0 2px, 100% 1px;
  -webkit-background-size: 0 2px, 100% 1px;
  -moz-background-size: 0 2px, 100% 1px;
  -ms-background-size: 0 2px, 100% 1px;
  /* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
  background-position: 50% 100%, 50% 100%;
  -webkit-background-position: 50% 100%, 50% 100%;
  -moz-background-position: 50% 100%, 50% 100%;
  -ms-background-position: 50% 100%, 50% 100%;
  /* animation solely on background-size */
  transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  -moz-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  -webkit-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  -ms-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  position: absolute;
  bottom: 0;
}
.form-control:focus ~ .form-controlBrd {
  background-size: 100% 2px, 100% 1px;
  -moz-background-size: 100% 2px, 100% 1px;
  -webkit-background-size: 100% 2px, 100% 1px;
  -ms-background-size: 100% 2px, 100% 1px;
}
.form-controlBrd:focus {
  /* sizes for the 2 images (focus state) */
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
.logo-margin h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4rem;
}
.logo-margin span.whiteOverlay {
  background: rgba(255,255,255,0.4);
  margin-top: -19px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline-block;
  height: 40px;
}
.btn-facebook {
  background: #395185;
}
.btn-twitter {
  background: #1da1f2;
}
.btn-facebook:hover, .btn-twitter:hover, .btn-facebook:focus, .btn-twitter:focus {
  color: #fff;
}
.or-Devider {
  width: 100%;
  width: 100%;
  display: inline-block;
  height: 40px;
  text-align: center;
}
.or-Devider .deviderBrd {
  background: #4a4a4a;
  height: 1px;
  display: inline-block;
  width: 100%;
}
.or-Devider .deviderTxt {
  background: #fff;
  top: -27px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  padding: 0 10px;
}
.optionLink {
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
}
.optionLink p {
  margin-bottom: 0;
}
.optionLink a {
  color: #000;
}
.socialLogin-Btns {
  margin-bottom: 40px;
}
/********* WAVES EFFECT ***********/

.waves-effect {
  outline: none;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  /*background-color: rgba(255, 255, 255, 0.45);*/
  background-color: rgba(255, 255, 255, 0.15);
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(12, 109, 255, 0.4);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-info .waves-ripple {
  background-color: rgba(13, 152, 249, 0.7);
}
.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 151, 27, 0.7);
}
.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(254, 87, 60, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}
/*********** ACCOUNT NAVIGATION  *************/



.nav {
  width: 100%;
  height: 12em;
  line-height: 2.5em;/* background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;*/
  overflow: hidden;
  -ms-overflow-style: none; /* 
      height maintained by placeholder. 
      this makes it easy to eventually make this menu position:fixed (if we ever want to do that)
    */
  /*position: absolute;*/
  z-index: 1;
}

/* hide horizontal scrollbar */
.nav::-webkit-scrollbar {
 width: 0;
}
/* 
allow dropdown menus to be displayed below bar 
by allowing their tall (height: $nav-dropdown-max-height) containers to be visible 
*/
.nav--hovered, .nav--focused {
  overflow: visible;
}
.nav__placeholder {
  height: 2.5em;
}
.nav__outer-wrap {
  display: flex;
  justify-content: space-between;
  height: 65em;
  width: 1260px;
  max-width: 100%;
  margin: -71px 0 0 0;
}
/* Level 1 (header)
   ========================================================================== */
.nav__heading {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 1;
  height: 2.5em;  /* Hack: this compensates for the margin-left on the nav__item:first-child */
  margin-right: -10em;
  z-index: 2 /* so leftmost nav__item doesn't cover it */
}
.nav__heading-caret {
  color: #666;
  font-size: 16px;
  margin: 0 -.5em;
}
.nav__inner-wrap {
  white-space: nowrap;
  height: 65em;
  display: flex;
}
.nav__item {
  height: 2.5em;
  flex-shrink: 0; /* for iOS */
}
/* Hack: ensure the first menu item has a little margin-left so it's not narrower 
     than it's dropdown menu if it's the only menu item. This is compensated 
     for by the nav__heading's margin-right */

/*.nav__item:first-child {
  margin-left: 10em;
}
*/

/* so that items w/ children contain their dropdown menus */
.nav__item.nav__menu-item--has-children {
  position: relative;
}
/* space on right edge of .nav__inner-wrap below .nav__scroll--right */
.nav--scrollable .nav__item--right-spacer {
  display: block;
}
.nav__link {
  display: block;
  padding: 0 20px;
  cursor: pointer; /* needed for all menu items, even dropdown, so iOS devices can hover over them */
  vertical-align: top; /* really only needed for children of .nav__heading so they line up with other links */
}
.nav__link--has-dropdown {
  position: relative;
}
.nav__scroll {
  position: absolute;
  top: 0;
  z-index: inherit;
  padding: 0 0 .15em;
  width: calc(2em / 2);
  background-color: #292b2c91;
  font-family: Gill Sans, Futura, sans-serif;
  font-size: 200%;
  line-height: 0;
  height: calc(2.5em / 2); /* b/c font-size is doubled */
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
}
.nav__scroll:focus {
  opacity: 1;
}
.nav__scroll--left {
  left: 0;
  border-right: 1px solid #e0e0e0;
  height: 100px;
}
.nav__scroll--right {
  right: 0;
  border-left: 1px solid #e0e0e0;
  height: 100px;
}
.nav__scroll--visible {
  opacity: 1;
  background-color: #292b2c91;
  color: white;
}
.nav__link--toplevel {
  /* prevent text color from changing AFTER background color change on top-level links (not dropdowns) */
  transition: none;
}
/* Levels 2 & 3 (header)
   ========================================================================== */

/* menu item hovered/focused */
.nav__item:hover, .nav__item--has-focus {
  color: white;
  border-bottom-color: rgb(139, 117, 166);
}
/* 
  tiny pseudolement to cover bottom edge of adjacent menu items to prevent accidental hover
  as mouse moves diagonally down from menu item to dropdown
 */
.nav__item:hover .nav__link--has-dropdown:before, .nav__item--has-focus .nav__link--has-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% + 3em);
  left: -1.5em;
  height: 1.2em;    /*background-color: red;*/
}
/* ensure tiny pseudoelement only shows up on left side (not right side) of final menu item */
.nav__item:hover .nav__link--has-dropdown:nth-last-child(2):before, .nav__item--has-focus .nav__link--has-dropdown:nth-last-child(2):before {
  width: calc(100% + 1.5em);
}
.nav__item:hover .nav__dropdown, .nav__item--has-focus .nav__dropdown {
  display: inline-grid;
}
.nav__item:hover .icon--dropdown, .nav__item--has-focus .icon--dropdown {
  fill: black;
}
.nav__item:hover .nav__menu-item, .nav__item--has-focus .nav__menu-item {
  padding: 0;
  margin-left: 1em;
  line-height: calc(2.5em - 8px);
}
.nav__item:hover .nav__menu-item > a, .nav__item--has-focus .nav__menu-item > a {
  display: inline-block;
}
/*.nav__item:hover .nav__menu-item > a:hover, .nav__item:hover .nav__menu-item > a:focus, .nav__item--has-focus .nav__menu-item > a:hover, .nav__item--has-focus .nav__menu-item > a:focus {
      background-color: red;
    }
.nav__item:hover .nav__menu-item > a:active, .nav__item--has-focus .nav__menu-item > a:active {
      background-color: red;
    }*/
.nav__item--repeated {
  margin-left: 0 !important;
}
.nav__dropdown {
  display: none;
  position: relative;
  z-index: 2;
  padding: 1em;
  background-color: inherit;
  box-shadow: 1px 1px 4px rgba(150, 150, 150, .7);
}
.nav__item--right-aligned-dropdown .nav__dropdown {
  left: auto;
  right: 0;
  top: 2.5em;
}
.nav--scrollable .nav__item--right-aligned-dropdown .nav__dropdown {
  right: -2em;
}

/*Small Phones*/
@media only screen and (max-width:479px) {
/* entire site nav bar is scrollable */
.nav__outer-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
}

/*Large Phones on up*/
@media only screen and (min-width:480px) {
/* nav is scrollable EXCEPT for heading (first item) */
.nav__inner-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}
ul#nav__inner-wrap .active {
  border-color: white;
  border-left-color: black;
  border-top-color: black;
}
li {
  list-style: none;
}
/* FOR DROPDOWN MENU */

/* dropdown */

.dropdown-menu {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  padding: 0;
  border-radius: 0 !important;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f8f8f8;
}
.dropdown-item i {
  font-size: 22px;
  position: relative;
  top: 6px;
  margin-right: 8px;
}
.dropdown-outline-default .dropdown-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
 .dropdown-outline-default .dropdown-item:befor {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 right: 100%;
 bottom: 0;/*background: #2098D1;*/
 height: 1px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.dropdown-outline-default .dropdown-item:hover:before {
  right: 0;
}
.dropdown-outline-default .dropdown-item:focus:before, .dropdown-outline-primary .dropdown-item:focus:before, .dropdown-outline-secondary .dropdown-item:focus:before, .dropdown-outline-success .dropdown-item:focus:before, .dropdown-outline-info .dropdown-item:focus:before, .dropdown-outline-warning .dropdown-item:focus:before, .dropdown-outline-danger .dropdown-item:focus:before {
  right: 0;
}
.dropdown-outline-default .dropdown-item:active:before, .dropdown-outline-primary .dropdown-item:active:before, .dropdown-outline-secondary .dropdown-item:active:before, .dropdown-outline-success .dropdown-item:active:before, .dropdown-outline-info .dropdown-item:active:before, .dropdown-outline-warning .dropdown-item:active:before, .dropdown-outline-danger .dropdown-item:active:before {
  right: 0;
}
.innNav-Cir {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 150px;
}
.innNav-Cir span.icon24 {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}
.nav__inner-wrap li a.dropdown-toggle {
  padding: 25px 30px;
  color: #fff;
}
.nav {
  overflow: visible;
}
/* FOR DROPDOWN MENU */

.dropdown-menu {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  padding: 0;
  border-radius: 0 !important;
}
.dropdown-MyAccount.show>.dropdown-menu, .dropdown-MyAccount:hover>.dropdown-menu {
  display: block;
  width: 200px;
  right: 0 !important;
  left: auto !important;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f8f8f8;
}
.dropdown-item i {
  font-size: 22px;
  position: relative;
  top: 6px;
  margin-right: 8px;
}
.dropdown-outline-default .dropdown-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
 .dropdown-outline-default .dropdown-item:befor {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 right: 100%;
 bottom: 0;/*background: #2098D1;*/
 height: 1px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.dropdown-outline-default .dropdown-item:hover:before {
  right: 0;
}
.dropdown-outline-default .dropdown-item:focus:before, .dropdown-outline-primary .dropdown-item:focus:before, .dropdown-outline-secondary .dropdown-item:focus:before, .dropdown-outline-success .dropdown-item:focus:before, .dropdown-outline-info .dropdown-item:focus:before, .dropdown-outline-warning .dropdown-item:focus:before, .dropdown-outline-danger .dropdown-item:focus:before {
  right: 0;
}
.dropdown-outline-default .dropdown-item:active:before, .dropdown-outline-primary .dropdown-item:active:before, .dropdown-outline-secondary .dropdown-item:active:before, .dropdown-outline-success .dropdown-item:active:before, .dropdown-outline-info .dropdown-item:active:before, .dropdown-outline-warning .dropdown-item:active:before, .dropdown-outline-danger .dropdown-item:active:before {
  right: 0;
}
.innNav-Cir {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 150px;
}
.innNav-Cir span.icon24 {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}
.nav__inner-wrap li a.dropdown-toggle {
  padding: 25px 40px;
  color: #fff;
}
.nav {
  overflow: visible;
}
.nav__inner-wrap {
  padding-right: 35px;
}
.dropdown.show a.dropdown-toggle .innNav-Cir {
  background: #0c6dff;
}
.dropdown.show a.dropdown-toggle .innNav-Cir i {
  color: #fff;
}
.innNav-Cir .icon24 i {
  font-size: 19px;
  line-height: 20px;
}
.fa-address-card {
  color: #88312A;
}
.fa-star {
  color: #03798D;
}
.fa-adjust {
  color: #7F3D98;
}
.fa-calendar {
  color: #6B9B2D;
}
.fa-envelope {
  color: #3B3111;
}
.fa-edit {
  color: #88312A;
}
.fa-external-link {
  color: #03798D;
}
#nav {
  margin-top: -200px;
}
.innerNavContainer {
  background: #000;    /* width: 100%; */
  height: 300px;
  margin: 0 -15px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/************ REGISTER STARTS ************/
.regBenfHead {
  text-align: center;
}
.regBenfHead h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #43bc40;
  font-size: 2.2rem;
}
.regBenfHead span.whiteOverlay {
  background: rgba(255,255,255,0.4);
  margin-top: -29px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline-block;
  height: 40px;
}
.regBenfContainer {
  width: 100%;
  padding: 40px 40px 0 40px;
}
.regBenfPara {
  text-align: center;
  color: #666;
}
.regBenfIcon {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 150px;
  display: flex;
  text-align: center;
  line-height: 50px;
  margin-right: 25px;
  flex: 0 0 60px;
}
.regBenfIcon i {
  display: block;
  font-size: 26px;
  line-height: 60px;
  margin: 0 auto;
}
.regBenBody ul {
  margin: 0;
  padding: 0;
}
.regBenBody li {
  list-style: none;
  display: flex;
  font-size: 18px;
  /* font-style: italic; */
  color: #333;
  font-weight: 300;
  line-height: 25px;
  align-items: center;
  margin-bottom: 25px;
  font-weight: 200;
}
.regBenBody li:nth-child(1) .regBenfIcon {
  border: 1px solid #ffc4ba;
}
.regBenBody li:nth-child(2) .regBenfIcon {
  border: 1px solid #8fead0;
}
.regBenBody li:nth-child(3) .regBenfIcon {
  border: 1px solid #ffd986;
}
.regBenBody li:nth-child(4) .regBenfIcon {
  border: 1px solid #a8c6ff;
}
.regBenBody li:nth-child(5) .regBenfIcon {
  border: 1px solid #ffb4ef;
}
.regBenBody li:nth-child(1) i {
  color: #fe5c41;
}
.regBenBody li:nth-child(2) i {
  color: #19b587;
}
.regBenBody li:nth-child(3) i {
  color: #ffae00;
}
.regBenBody li:nth-child(4) i {
  color: #4174d3;
}
.regBenBody li:nth-child(5) i {
  color: #ff03c8;
}
/*********** NOTIFICATION STARTS ***********/

.notifyBox.notifyBox-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.notifyBox-row-reverse .notifyDesc {
  margin-left: 0px;
  border-right: 2px solid #d2e9ff;
  border-left: none;
  padding: 0 30px 0 0;
}
.notifyBox-row-reverse .notifyDesc::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 53px !important;
  right: -22px !important;
  left: auto !important;
  transform: rotate(225deg);
}
.notifyBox-row-reverse .or-Devider .deviderTxt {
  right: -24%;
  left: auto !important;
}
.notification-Container {
  padding: 15px;
}
.notifyActions {
  margin-top: 15px;
}
.notifyActions ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.notifyActions li {
  display: inline-block;
  margin-left: 10px;
}
.Circle36 {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 150px;
}
.Circle36 i {
  position: relative;
  top: 4px;
}
.action-Delete {
  border: 1px solid #fe573c;
  color: #fe573c;
}
.action-Edit {
  border: 1px solid #ff971b;
  color: #ff971b;
}
.action-View {
  border: 1px solid #43bc40;
  color: #43bc40;
}
.notifyBox .or-Devider {
  height: 30px;
  text-align: center;
  margin: 20px 0 30px 0;
}
.notifyBox .or-Devider .deviderTxt {
  left: -24%;
}
.notifyBox .or-Devider .deviderBrd {
  background: #d2e9ff;
}
.notifyBox .or-Devider .deviderTxt i {
  color: #d2e9ff;
  position: relative;
  top: 7px;
  font-size: 21px;
}
/* notifyReply  */
.notifyReply {
}
.notifyDesc {
  margin-left: 0px;
  border-left: 2px solid #d2e9ff;
  padding-left: 30px;
  position: relative;
  height: 100%;
  text-align: justify;
  margin-bottom: 15px;
  line-height: 26px;
  color: #707782;
}
.notifyDesc p {
  text-align: justify;
  margin-bottom: 15px;
  line-height: 26px;
  color: #707782;
}
.notifyDesc::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  left: 0% !important;
  box-sizing: border-box;
  border: 0.8em solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: -2px 2px 2px 0 rgb(195, 212, 234);
}
.notifyImg {
  text-align: center;
}
.notifyBox h6 {
  margin-bottom: 2px;
}
.notifyImg img {
  width: 80px;
  height: 80px;
  border-radius: 150px;
  object-fit: cover;
  margin: 0 auto 15px auto;
}
.Ticketinfo {
  border-bottom: 1px solid #d2e9ff;
  margin-bottom: 15px;
}
.TicketDetails {
  padding: 0 25px 0 40px;
  font-size: 14px;
  height: 100%;
  -webkit-box-shadow: -29px 0px 60px -29px rgba(128,123,128,0.3);
  -moz-box-shadow: -29px 0px 60px -29px rgba(128,123,128,0.3);
  box-shadow: -29px 0px 60px -29px rgba(128,123,128,0.3);
  margin-bottom: 8px;
}
.Ticketinfo-Details {
  line-height: 20px;
  padding: 18px 0;
}
.TicketDetails .TicketRating {
  border-bottom: 1px solid #d2e9ff;
  padding: 0 0 40px 0;
  width: 100%;
}
.Ticketinfo-Details span:before {
  content: ':';
  font-weight: bold;
  margin-right: 20px;
}
.TicketDetails button {
  margin: 25px 0 0 0;
  width: 100%;
}
/*TicketDetails Ends*/



#notificationTable .notifyTable-UserImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid #d3dff4;
  margin-right: 25px;
  overflow: hidden;
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
}
#notificationTable .notifyTable-UserImg img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  object-fit: cover;
}
#notificationTable {
  /*display: flex;*/
  align-items: center;
}
/*.sorting_1{
  display: flex;
  align-items: center;
}*/
#notificationTable h6 {
  margin-bottom: 0;
}
#notificationTable td:nth-child(1) {
  /*width: 20%;*/
  display: flex;
  align-items: center;
}
#notificationTable td:nth-child(2) {
  width: 55%;
}
#notificationTable td:nth-child(3) {
  width: 15%;
}
#notificationTable td:nth-child(4) {
  width: 10%;
}
/****** NOTIFICATION ENDS ********/

/******** DATA TABLE STARTS ***********/
/********* TABLE STARTS **********/
.table {
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.table thead th {
  border-bottom: 3px solid #FE573C;
  background-color: #EAF4FB;
}
.table td, .table th {
  border-top: 0px solid #dee2e6;
}
tr {
  box-shadow: 0px 3px 10px -2px rgba(153,153,153,0.5);
  background-color: #fff;
}
.table td, .table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
  border: 0px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255, 255, 255) !important;
}
.dataTables_length {
  float: left !important;
}
.table-bordered {
  border: 0px solid #dee2e6 !important;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0em !important;
  white-space: nowrap;
  /* display: flex; */
    /* flex-flow: column; */
  line-height: 22px;
}
.dataTables_paginate {
  /* float: right; */
  margin-left: auto;
  /* display: flex; */
  text-align: right;
  margin: -32px 0 0 0;
}
.dataTables_paginate .btn-danger, .dataTables_paginate .btn-danger:hover {
  background: #0c6dff;
  color: #fff;
}
/********* TABLE ENDS **********/
/********* DATA TABLE STARTS  **********/
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0em !important;
  white-space: nowrap;
}
.dataTables_filter .form-control {
  position: relative;
  border-bottom: 2px solid #0c6dff !important;
  border: none;
  border-radius: 0;
}
.dataTables_filter i {
  position: relative;
  top: 8px;
}
table.dataTable {
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_length label {
  margin-top: 10px;
}
.table thead tr:first-child th {
  background: #eaf4fb !important;
}
.table thead tr {
  box-shadow: none;
  background: #eaf4fb !important;
}
table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background: none !important;
}
.dataTables_filter {
  float: right;
}
.dataTables_filter label {
  display: flex;
}
/********* PAGINATION STARTS  **********/
.page-item .page-link:focus {
  outline: none;
  box-shadow: none !important;
  color: #3e3c3c;
}
.page-item .page-link:active {
  box-shadow: 0 6px 4px -2px rgba(0,0,0,.20), 0 0px 6px 0 rgba(0,0,0,0.20) !important;
  outline: none;
  color: #3e3c3c;
}
.page-link {
  position: relative;
  padding: 0;
  margin: 0 5px !important;
  line-height: 1.25;
  color: #3e3c3c;
  background-color: #fff;
  border: none !important;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.page-item.active .page-link {
  background: #fe573c !important;
  border-color: #fe573c !important;
  box-shadow: none !important;
  height: 46px;
  line-height: 46px;
  width: 46px;
  margin-top: -7px !important;
}
.page-item.active .page-link:active, .page-item.active .page-link:focus {
  box-shadow: 0 6px 4px -2px rgba(0,0,0,.20), 0 0px 6px 0 rgba(0,0,0,0.20) !important;
  outline: none;
  color: #fff !important;
}
.page-link i {
  line-height: 40px;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
  border-radius: 150px;
}
/* pagination-Flat */
.pagination-Flat .page-link {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fcfcfc;
}
/* pagination-ActiveCircle */
.pagination-ActiveCircle .page-link {
  box-shadow: none !important;
  background: #fcfcfc;
}
.pagination-ActiveCircle {
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 22px 38px -24px rgba(0,0,0,0.5);
  padding-bottom: 20px;
  border-radius: 0 !important;
}
.pagination-ActiveCircle .page-item.active .page-link {
  border-radius: 150px !important;
}
.PActiveCircleOuter {
  display: inline-block;
}

/******** DATA TABLE ENDS *********/






/******** MEDIA QUERIES  STARTS  HERE ************/





/***** MEDIA 320 - 479  *****/

@media (min-width:320px) and (max-width:479px) {
.resblock-Btn .btn {
  width: 100%;
}
.notifyDesc {
  padding: 0 !important;
  border: none !important;
}
.notifyDesc::after {
  border: none !important;
}
.notifyActions ul {
  text-align: center;
}
.notifyBox .or-Devider .deviderTxt {
  left: 0 !important;
}
.Ticketinfo-Details .col-sm-5 {
  width: 40%;
}
.Ticketinfo-Details .col-sm-7 {
  width: 60%;
}
.notifyBox .col-sm-3.text-center {
  margin-bottom: 15px;
}
.wheel6-icon, .wheel3-icon {
  position: relative;
  margin-top: -75% !important;
}
.fatFooter .col-xs-6 {
  width: 50%;
  float: left;
}
.footer-Btmlinks li {
  width: 100%;
  text-align: left;
}
.footer-Btmlinks li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #15133a;
  border-right: none;
}
}

/***** MEDIA 480 - 575  *****/
/***** MEDIA 320 - 567  *****/
@media (min-width:480px) and (max-width:575px) {
.fatFooter .col-xs-6 {
  width: 50%;
  float: left;
}
.app-Container a.col-lg-6 {
  width: 50%;
  float: left;
}
.resblock-Btn .btn {
  width: 100%;
}
.notifyDesc {
  padding: 0 !important;
  border: none !important;
}
.notifyDesc::after {
  border: none !important;
}
.notifyActions ul {
  text-align: center;
}
.notifyBox .or-Devider .deviderTxt {
  left: 0 !important;
}
.Ticketinfo-Details .col-sm-5 {
  width: 40%;
}
.Ticketinfo-Details .col-sm-7 {
  width: 60%;
}
.notifyBox .col-sm-3.text-center {
  margin-bottom: 15px;
}
}
@media (min-width: 320px) and (max-width: 567px) {
.flex-container {
  padding: 40px 15px 0 15px;
}
.logo-margin h4 {
  font-size: 1.2rem !important;
}
.optionLink {
  font-size: 14px !important;
}
.loginContRow {
  margin: 0;
  flex-flow: column-reverse;
}
.sm-media {
  padding-right: 0px;
  padding-left: 0px;
}
#promo-Container {
  /*display: none;*/
  width: 100% !important;
}
.promo-text-aling {
  height: auto !important;
}
}



/***** MEDIA 576 - 1199  *****/

@media (min-width: 576px) and (max-width: 1199px) {
.container {
  width: auto !important;
  max-width: 100%;
}
}

/***** MEDIA 320 - 639  *****/

@media (min-width:320px) and (max-width:639px) {
.profileInfoBlock {
  width: 100%;
}
.profileNameBlock {
  width: 100%;
  display: inline-block !important;
  margin-bottom: 10px;
}
.profile-InfoContainer {
  width: 100%;
  display: block;
  justify-content: space-around;
  padding: 0;
}
.profile-Info {
  flex-wrap: wrap;
}
.profilePic {
  margin: 0 auto 15px auto;
}
.profileName {
  text-align: center;
  color: #000;
}
.profileNameCaption {
  color: #000;
  text-align: center;
}
.profileNameLabel {
  position: relative;
  top: -8px;
  margin-right: 10px;
}
.profileInfoBlock {
  color: #000;
  display: flex;
  margin-bottom: 15px;
}
.profilevalueLabel {
  color: #000;
  display: inline-block;
  text-align: left;
}
.profile-InfoContainer .col-sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}

/***** MEDIA 640 - 767  *****/


@media (min-width:640px) and (max-width: 767px) {
.profile-Info {
  flex-wrap: nowrap;
  flex-flow: column;
}
.profilePic {
  margin: 0 auto 15px auto;
}
.profileInfoBlock {
  margin-bottom: 15px;
}
.profileNameLabel, .profilevalueLabel {
  width: 48%;
  display: inline-block;
  text-align: left;
}
.profile-InfoContainer {
  width: 100%;
  display: block;
  justify-content: space-around;
}
/*.profileInfoBlock {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}*/
.profileInfoBlock:nth-child(3), .profileInfoBlock:nth-child(4) {
  color: #000;
}
.profile-InfoContainer .col-sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
/***** MEDIA 320 - 767  *****/

@media (min-width: 320px) and (max-width: 767px) {
.vTabs .nav-tabs, .pmd-tab-active-bar {
  display: none;
}
.vTabsContainer .pmd-card-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.acntInnPageHead {
  display: inline-block;
}
}
/***** MEDIA 480 - 767  *****/

@media (min-width:480px) and (max-width:767px) {
.fetureBoxCont .col-sm-6 {
  width: 50%;
  float: left;
}
}


/***** MEDIA 650 - 991  *****/

@media (min-width:650px) and (max-width:991px) {
.TicketDetails {
  font-size: 14px;
}
.Ticketinfo {
  display: flex;
  flex-wrap: wrap;
}
.Ticketinfo-Details {
  margin: 0;
  width: 50%;
}
}



/***** MEDIA 768 - 1119  *****/

@media (min-width:768px) and (max-width: 1119px) {
.profileName {
  font-size: 20px;
}
.profilevalueLabel {
  font-size: 14px;
  line-height: 18px;
}
}

/***** MEDIA MAX 991  *****/

@media (max-width:991px) {
.mainContainer {
  margin-top: 12px;
}
.accountInnerContainer {
  top: -108px;
}
.nav__outer-wrap {
  margin: -82px 0 0 0;
}
.nav__scroll--right, .nav__scroll--left {
  top: 26px !important;
  opacity: 1 !important;
}
.nav__scroll {
  transition: opacity 0s !important;
  color: #fff !important;
}
.TicketDetails {
  box-shadow: none;
  padding: 0;
}
.regBenfHead h2 {
  font-size: 1.8rem;
}
.regBenBody li {
  font-size: 16px;
}
.bannerText {
  text-align: center;
}
.navbarContainer {
  padding: 2px 0 0 0;
  position: fixed;
  z-index: 9898;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 4px 3px rgba(0,0,0,0.3);
  border-bottom: 2px solid #1fbbed;
  left: 0;
  top: 0;
}
.navbarContainer .nav-item.nav-link {
  color: #333;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.navbar-nav .nav-link.btn {
  background: #fe6c01 !important;
  border: 1px solid #fe6c01;
  height: 48px;
  padding: 0 !important;
  color: #fff !important;
  margin: 20px 0;
}
.navbar-brand {
  padding-top: 0;
}
.navbar-nav.ml-auto {
  margin-top: 20px;
}
.navbar-brand img {
  max-height: 45px;
}
.banner {
  width: 100%;
  display: inline-block;
  /*  min-height: 300px;*/
  margin-bottom: 30px;
  margin: 80px 0 30px 0;
  position: relative;
  overflow: hidden;
}
}



/***** MEDIA 320 - 1023  *****/

@media (min-width: 320px) and (max-width: 1023px) {
.vTabs .nav-tabs > li > a {
  height: 100px;
}
.vTabs .pmd-tabs .pmd-tab-active-bar {
  margin-top: 27%;
}
}



/***** MEDIA 568 - 767  *****/

@media (min-width: 568px) and (max-width: 767px) {
.loginContRow {
  flex-flow: column-reverse;
}
.sm-media {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
#promo-Container {
  width: 100% !important;
  flex: 100% !important;
  min-width: 100%;
}
.promo-text-aling {
  height: auto !important;
}
.flex-container {
  padding: 30px 15px 0 15px !important;
}
}

/***** MEDIA 768 - 1023  *****/

@media (min-width: 768px) and (max-width: 1023px) {
.col-sm-4.sm-media, #promo-Container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
}

/***** MEDIA 992 - 1200  *****/

@media (min-width:992px) and (max-width:1200px) {
.TicketDetails {
  padding: 0 15px;
  font-size: 14px;
}
}
