@font-face {
  font-family: "Maven Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/maven-pro/MavenPro-Regular.ttf") format("ttf");
  font-display: fallback;
}

.innerpage-submenu-container {
  height: 425px;
  max-height: 800px;
  box-sizing: border-box;
  margin-top: -300px;
}

.innerpage-submenu-wrapper {
  position: relative;
  overflow: hidden;
  /* background: #f3f0ff; */
  z-index: 99;
}

.submenu-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 425px;
  width: 100%;
  border-radius: 0 0 400px 0;
  background: #f2f0ff;
  z-index: 1;
}
.select {
  height: 50px;
  border-radius: 50px;
  border-color: #e1ddf2;
  margin: 0;
  background-image: url(../images/down.png) !important;
  background-size: 14px;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
}
.submenu-background-edge {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.submenu-background-edge:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #f2f0ff;
  height: 73%;
  width: 100%;
  z-index: -1;
  border-radius: 0 0 197px;
  /* top: 126px; */
}

.submenu-background-edge:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f2f0ff;
  height: 85%;
  width: 100%;
  z-index: -1;
  border-radius: 0 0 300px;
  top: 74px;
}

@media only screen and (max-width: 600px) {
  .submenu-background-edge:before {
    top: 135px;
  }

  .submenu-background-edge:after {
    top: 135px;
  }
  .innerpage-header-floating-text {
    right: 0.5em;
  }
}
.selectWrapper {
  border-radius: 36px;
  display: inline-block;
  overflow: hidden;
  background: #cccccc;
  border: 1px solid #cccccc;
}
.selectBox {
  width: 140px;
  height: 40px;
  border: 0px;
  outline: none;
  padding: 10px;
}

.nav-position {
  padding-top: 320px;
  z-index: 9999;
}
.nav-pd {
  padding: 10px 34px !important;
  font-weight: 400;
  font-size: 16px;
}
.front {
  z-index: 999 !important;
}
.secondtext {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}
/* Checkbox */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 0px;
  font-size: 15px;
  color: #7b2ca3;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #ffffff;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  display: inline;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #ffffff;
  border-color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #7b2ca3;
}
.desk {
  width: auto;
  height: 500px;
  background-image: url(../images/experiance/Macbook.png);

  background-position: cover;
  background-repeat: no-repeat;
}
.mb {
  width: 150px;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.deskview {
  margin-left: 67px;
  padding-top: 23px;
}
.screen {
  margin-top: -320px;
  margin-left: 67px;
}
.innerpage-submenu-container {
  height: 425px;
  max-height: 800px;
  box-sizing: border-box;
  margin-top: -300px;
}

.innerpage-submenu-wrapper {
  position: relative;
  overflow: hidden;
  /* background: #f3f0ff; */
  z-index: 99;
}

.submenu-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 425px;
  width: 100%;
  border-radius: 0 0 400px 0;
  background: #f2f0ff;
  z-index: 1;
}

.submenu-background-edge {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.submenu-background-edge:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #f2f0ff;
  height: 73%;
  width: 100%;
  z-index: -1;
  border-radius: 0 0 197px;
  /* top: 126px; */
}

.submenu-background-edge:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f2f0ff;
  height: 85%;
  width: 100%;
  z-index: -1;
  border-radius: 0 0 300px;
  top: 74px;
}

@media only screen and (max-width: 600px) {
  .submenu-background-edge:before {
    top: 135px;
  }

  .submenu-background-edge:after {
    top: 135px;
  }
  .innerpage-header-floating-text {
    right: 0.5em;
  }
}
.selectWrapper {
  border-radius: 36px;
  display: inline-block;
  overflow: hidden;
  background: #cccccc;
  border: 1px solid #cccccc;
}
.selectBox {
  width: 140px;
  height: 40px;
  border: 0px;
  outline: none;
  padding: 10px;
}

.nav-position {
  padding-top: 320px;
  z-index: 9999;
}
.nav-pd {
  padding: 10px 34px !important;
  font-weight: 400;
  font-size: 16px;
}
.front {
  z-index: 999 !important;
}
.secondtext {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}
/* Checkbox */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 0px;
  font-size: 15px;
  color: #7b2ca3;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #ffffff;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  display: inline;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #ffffff;
  border-color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #7b2ca3;
}
.sidebar-nav {
  position: relative;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  line-height: 40px;
  border-bottom: 0.5px dashed #d9cdfb;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
  font-size: 15px;
  font-family: Maven Pro VF Beta;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #7b2ca3;
  border: 1px solid #fec700;
  box-sizing: border-box;
  font-family: Maven Pro VF Beta;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  background-color: #fec700;
  border-radius: 25px;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
  color: #7b2ca3;
  border: 1px solid #fec700;
  box-sizing: border-box;
  font-family: Maven Pro VF Beta;
  font-size: 14px;
  line-height: 16px;
  background-color: #fec700;
  border-radius: 25px;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #7b2ca3;
  background: none;
}
.desk {
  width: auto;
  height: 500px;
  background-image: url(../images/experiance/Macbook.png);

  background-position: cover;
  background-repeat: no-repeat;
}
.mb {
  width: 150px;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.deskview {
  margin-left: 67px;
  padding-top: 23px;
}
.screen {
  margin-top: -320px;
  margin-left: 67px;
}






/* STICKY ADD START*/

.image-wrap {
    flex-grow: 2;
    width: 60vh;
    min-width: 60%;
    position: relative;
    /*margin: 10vh auto 0;*/
}
.content-main-wrap {
    height: calc(100vh - 50px);
}


.d-flex {
    display: flex;
}
.align-center {
}
    .fold-3, .fold-2 {
}

.mobile-image-container, .desktop-image-container {
    width: 60vh;
    position: relative;
    /*margin: 20vh auto 0;*/
}
#card-desktop-wrap, .card-desktop-outer {
    width: 80.68vh;
    height: 60.88vh;
}
#card-desktop-wrap {
    /*margin: 20vh auto 0;*/
    z-index: 9;
    position: relative;
    overflow: hidden;
}

.card-desktop-outer {
    position: absolute;
    z-index: 10;
    top: 0;
}
.card-desktop-outer-wrap {
    /* margin: 4.20763vh 1.39261vh 6.14388vh 1.40006vh; */
    margin: 6% 0 20% 5%;
    width: 89%;
    height: 83%;
    overflow: hidden;
    position: relative;
}
.card-desktop-image-wrap {
    text-align: center;
}
#card-desktop-ad-highlight {
    position: relative;
    margin: 10px 0 0 0;
}

#card-mobile-wrap{
    /*margin: 20vh auto 0;*/
    z-index: 9;
    position: relative;
    overflow: hidden;
} 
#card-mobile-wrap,.card-mobile-outer{
    width: 32.68vh;
    height: 60.88vh;
}
.card-mobile-outer{
    position: absolute;
    z-index: 10;
    top: 0;
}    
.card-mobile-outer-wrap {
    /* margin: 4.20763vh 1.39261vh 6.14388vh 1.40006vh; */
    margin: 6% 0 20% 5%;
    width: 89%;
    height: 83%;
    overflow: hidden;
    position: relative;
} 
.card-mobile-image-wrap, .preview-image-wrap{
    text-align: center
}       
.card-mobile-image-wrap img {
    width: 100%;
}
#card-mobile-ad-highlight {
    position: relative;
    margin: 10px 0 0 0;
}
#card-mobile-ad-highlight #card-mobile-ad-car-vid{
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
}

/* STICKY ADD END*/






#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}


#accordion{
    margin-bottom:30px;
}



/* NEW CSS */
.innerpage-header-wrapper {
    position: relative;
    overflow: hidden;
    background: #f3f0ff !important;
    z-index: 999;
}
.tab-content {
    width: 100%;
}