body {
  margin: 0;
  padding: 0;
}
.prism-create {
  color: #232323;
  font-family: 'SourceSansPro-Light';
  font-weight: 100;
  font-style: normal;
}
.prism-create img {
  max-width: 100%;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
  text-decoration: none;
}
.prism-create .template h1,
.prism-create .template h2,
.prism-create .template h3,
.prism-create .template p,
.prism-create .template ul,
.prism-create .template ol {
  margin-bottom: 0px;
}
/* fonts used */

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('fonts/SourceSansPro-Regular.eot');
  src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype'), url('fonts/SourceSansPro-Regular.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('fonts/SourceSansPro-Light.eot');
  src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Light.woff') format('woff'), url('fonts/SourceSansPro-Light.ttf') format('truetype'), url('fonts/SourceSansPro-Light.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-ExtraLight';
  src: url('fonts/SourceSansPro-ExtraLight.eot');
  src: url('fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-ExtraLight.woff') format('woff'), url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype'), url('fonts/SourceSansPro-ExtraLight.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('fonts/SourceSansPro-Bold.eot');
  src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Bold.woff') format('woff'), url('fonts/SourceSansPro-Bold.ttf') format('truetype'), url('fonts/SourceSansPro-Bold.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClanOffcPro-Ultra';
  src: url('fonts/ClanOffcPro-Ultra.eot');
  src: url('fonts/ClanOffcPro-Ultra.eot?#iefix') format('embedded-opentype'), url('fonts/ClanOffcPro-Ultra.woff') format('woff'), url('fonts/ClanOffcPro-Ultra.ttf') format('truetype'), url('fonts/ClanOffcPro-Ultra.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'ClanOT';
    src: url('fonts/ClanOT-Medium.eot');
    src: url('fonts/ClanOT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ClanOT-Medium.woff2') format('woff2'),
        url('fonts/ClanOT-Medium.woff') format('woff'),
        url('fonts/ClanOT-Medium.ttf') format('truetype'),
        url('fonts/ClanOT-Medium.svg#ClanOT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.slick-next,
.slick-prev {
  display: inline-block !important;
}
.prism-create .controls a.icon-menu {
  display: none;
}
.prism-create .controls a.icon-share,
.prism-create .controls a.icon-share-button,
.prism-create div.language-select,
.prism-create .controls a.icon-download {
  display: none !important;
}
.prism-create .dis_hide {
  display: none;
}
.prism-create .oracle-o-image {
  position: absolute;
  bottom: -4px;
  right: 6%;
  width: 5%;
  z-index: 10000;
}
.prism-create .controls a.icon-menu {
  background-image: url(images/content-button.png);
  top: 99px;
  left: 0px;
  display: block;
  width: 80px;
  height: 80px;
}
.prism-create .nav a.icon-close {
  width: 35px;
  height: 25px;
  background-image: url(images/left-arrow1-w.png);
  background-size: cover;
  position: absolute;
  top: 35px;
  right: 20px;
  text-indent: -10000px;
  z-index: 500;
  cursor: pointer;
}
.prism-create .deep-dive {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  height: calc(100%);
  bottom: 0px;
  width: calc(100%);
}
.prism-create .controls a.icon-prev {
  display: none;
  top: 34px;
  left: 200px;
}
.prism-create .controls a.icon-next {
  display: none;
  top: 34px;
  left: 232px;
}
.prism-create .nav {
  background: #000000;
  width: 370px;
  height: auto;
  top: 75px;
  left: -370px;
  bottom: 0px;
  overflow: auto;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.31);
}
.prism-create .nav .title {
  background: #e95326;
}
.prism-create .nav li {
  border-top: 0px;
}
.prism-create a.underline_text {
  color: #000000;
  text-decoration: underline;
  font-weight: lighter;
}
.prism-create a.underline_text:hover {
  color: #000000;
}
.prism-create .nav li a {
  color: #ffffff !important;
  padding: 2% 7% 1%;
  font-size: 18px;
  line-height: 22px;
}
.prism-create .nav li a:hover {
  background: #0072bc;
  color: #ffffff;
}
.prism-create .nav li a span {
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: bold;
  color: #ffffff !important;
}
.prism-create .header {
  display: none;
}
.prism-create .deep-dive a.icon-close {
  display: none;
}
.prism-create .nav .title h3 {
  color: #fff;
  font-size: 40px;
  padding: 0px;
  margin: 0px;
  height: 90px;
  line-height: 95px;
  text-align: center;
}
.prism-create .deep-dive .slider-controls {
  position: absolute;
  background: #ffffff;
}
.prism-create .deep-dive .slider-controls ul.slick-dots li {
  background: #aaaaaa;
}
.prism-create .deep-dive .slider-controls ul.slick-dots li.slick-active {
  background: #ffffff;
}
.prism-create p,
.prism-create h1,
.prism-create h2,
.prism-create h3,
.prism-create h4,
.prism-create h5,
.prism-create h6 {
  margin: 0px;
  padding: 0px;
  font-weight: lighter;
}
.prism-create p {
}
.prism-create .text-left {
  text-align: left;
}
.prism-create .text-center {
  text-align: center;
}
.prism-create .text-right {
  text-align: right;
}
.prism-create .line_hor {
  display: block;
  width: 6%;
  height: 3px;
  background: #4bcb3e;
  margin-top: 1%;
  margin-bottom: 3%;
}    
.prism-create .line_hor2 {
    width: 4.5%;
    margin-top: 0.8%;
    margin-bottom: 2%;
}
.prism-create .line_hor3 {
    width: 4%;
    margin-top: 0.8%;
    margin-bottom: 2%;
}
.prism-create .line_hor4 {
    width: 5%;
    margin-top: 1%;
    height: 3px;
}

.prism-create .float-left {
  float: left;
}
.prism-create .float-right {
  float: right;
}
.prism-create {
  position: absolute;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.prism-create .template {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000000;
  /* background: #E6D8CE;*/
}
/* template1 css start */
.prism-create .template1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #4c12a1 url("images/page1-bg.jpg") no-repeat top center;
  background-size: cover;
}

.prism-create .logo_top {
  position: absolute;
  z-index: 100000;
  top: 5%;
  right: 2.5%;
  width: 20%;
  min-width: 150px;
}
.prism-create .home_logo {
  width: 24%;
}
.prism-create .home_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 999999;
}
.prism-create .template1 .temp1_content {
  position: absolute;
  width: 60%;
  left: 8%;
  top: 30%;
  z-index: 10000;
}
.prism-create .template1 .temp1_content h1 {
  font-size: 4vw;
  line-height: 4.2vw;
  margin: 3% 0% 2%;
  color: #ffffff;
  font-weight: bold;
  font-family: 'ClanOffcPro-Ultra';
}
.prism-create .template1 .temp1_content h4 {
  font-size: 1.2vw;
  line-height: 1.6vw;
  margin: 0% 0 4%;
  color: #ffffff;
    font-family: 'SourceSansPro-Regular';
    width: 50%;
}
.prism-create .template1 .temp1_content p img {
    width: 18%;
}
.btn_default {
  text-align: center;
  color: #ffffff;
  font-weight: lighter;
  display: inline-block;
  padding: 10px 45px 12px;
  cursor: pointer;
  min-width: 150px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.1vw;
  background: #4bcb3e;
  border: 2px solid #4bcb3e;
  border-radius: 50px;
    font-family: 'SourceSansPro-Bold';
}
.btn_default:hover {
  color: #4bcb3e;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #4bcb3e;
}
.btn_sm {
   padding: 3px 20px 5px;
min-width: 126px;
font-size: 1vw;
}
.btn_transparent {
   background: transparent;
   color: #000000;
    border: 1px solid #4bcb3e;
    font-size: 0.8vw;
    line-height: 1.2vw;
    text-align: left;
    padding: 10px 30px 10px 30px;
    min-width: 310px;
    margin-bottom: 8px;
}
.btn_transparent:hover {
   background: #4bcb3e;
   color: #000000;
    border: 1px solid #4bcb3e;
}
.btn_white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn_white:hover {
  color: #000000;
  background: #ffffff;
}
.btn_yellow {
  background: #ffcb00;
  color: #111111;
  border: 2px solid #ffcb00;
}
.btn_yellow:hover {
  color: #111111;
  background: #ffffff;
  border: 2px solid #ffffff;
}
.btn_violet {
  color: #55437e;
  border: 2px solid #55437e;
}
.btn_violet:hover {
  color: #55437e;
  background: #ffffff;
  border: 2px solid #55437e;
}
.prism-create img {
  max-width: 100%;
}
.no-padding {
  padding-bottom: 0 !important;
}
.prism-create .left_arrow,
.prism-create .right_arrow {
  display: none;
}
.prism-create .left_arrow {
  background-color: rgba(220, 220, 220, 0.5);
  position: absolute !important;
  left: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
}
.prism-create .left_arrow.left_dark_arrow {
  background-color: #666666;
}
.prism-create .left_arrow,
.prism-create .right_arrow {
  display: none;
}
.prism-create .right_arrow {
  background-color: rgba(220, 220, 220, 0.5);
  position: absolute !important;
  right: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
}
.prism-create .right_arrow.right_dark_arrow {
  background-color: #666666;
}

.prism-create .template .left_arrow {
  background-color: rgba(220, 220, 220, 0.5);
  position: absolute !important;
  left: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
  display: block !important;
}
.prism-create .template .left_arrow.left_dark_arrow {
  background-color: #666666;
}
.prism-create .sec_arrow_prev {
  position: absolute !important;
  width: 18px;
  left: 8px;
  top: 22px;
  cursor: pointer;
  -webkit-animation: arrow-prev 1.5s infinite ease;
  -moz-animation: arrow-prev 1.5s infinite ease;
  -ms-animation: arrow-prev 1.5s infinite ease;
  -o-animation: arrow-prev 1.5s infinite ease;
  animation: arrow-prev 1.5s infinite ease;
  z-index: 10000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrow-prev {
  0% {
    left: 8px;
  }
  50% {
    left: 13px;
  }
  100% {
    left: 8px;
  }
}
/* Standard syntax */
@keyframes arrow-prev {
  0% {
    left: 8px;
  }
  50% {
    left: 13px;
  }
  100% {
    left: 8px;
  }
}
.prism-create .template .right_arrow {
  background-color: rgba(220, 220, 220, 0.5);
  position: absolute !important;
  right: 0%;
  top: 45%;
  height: 80px;
  width: 45px;
  cursor: pointer;
  z-index: 10000;
  display: block !important;
}
.prism-create .template .right_arrow.right_dark_arrow {
  background-color: #666666;
}
.prism-create .sec_arrow_next {
  position: absolute !important;
  width: 18px;
  right: 8px;
  top: 22px;
  cursor: pointer;
  -webkit-animation: arrow-next 1.5s infinite ease;
  -moz-animation: arrow-next 1.5s infinite ease;
  -ms-animation: arrow-next 1.5s infinite ease;
  -o-animation: arrow-next 1.5s infinite ease;
  animation: arrow-next 1.5s infinite ease;
  z-index: 10000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrow-next {
  0% {
    right: 8px;
  }
  50% {
    right: 13px;
  }
  100% {
    right: 8px;
  }
}
/* Standard syntax */
@keyframes arrow-next {
  0% {
    right: 8px;
  }
  50% {
    right: 13px;
  }
  100% {
    right: 8px;
  }
}
/* Control nav */
.prism-create .control_nav {
  position: absolute !important;
  bottom: 2%;
  left: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
}
.prism-create .control_nav .pageno {
  color: #222222;
  font-weight: bold;
  font-size: 0.8vw;
}
.prism-create .color_white {
  color: #ffffff !important;
}
.prism-create .arrow_port_hide {
  display: block;
}
.prism-create .arrow_port_show {
  display: none;
}
.prism-create .mob_show1 {
  display: none;
}
@media (max-width: 1440px) {
  .prism-create .home_icon {
    width: 60px;
  }
  .prism-create .controls a.icon-menu {
    top: 70px;
    width: 60px;
    height: 60px;
  }
  .prism-create .nav .title h3 {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
  }
  .prism-create .nav a.icon-close {
    top: 18px;
  }
  .prism-create .nav li a span {
    font-size: 18px;
    line-height: 24px;
  }
  .prism-create .nav li a {
    padding: 1% 10%;
    font-size: 14px;
    line-height: 18px;
  }
.btn_transparent {
    min-width: 240px;
}    
}
@media (min-width: 1800px) {
  .prism-create .sec_arrow_prev {
    width: 20px;
  }
  .prism-create .sec_arrow_next {
    width: 20px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 700px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .prism-create .template1 {
    overflow: hidden !important;
  }
  .btn_default {
    padding: 12px 25px 14px;
    min-width: 160px;
    margin-top: 2%;
    font-size: 1.4vw;
      line-height: 1.8vw;
  }
.btn_transparent {
    font-size: 1.2vw;
    line-height: 1.6vw;
    min-width: 270px;
}    
  .prism-create .template1 .temp1_content {
    bottom: 25%;
  }
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .mob_show {
    display: block;
  }
  .prism-create .template1 .video_right_50 .image_full {
    display: block;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .prism-create .logo_top {
    width: 22%;
  }
  .prism-create .home_logo {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .prism-create .template1 {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
.btn_transparent {
    min-width: 220px;
}
}
@media (max-width: 1024px) and (min-height: 650px) {
  .btn_default {
    padding: 10px 20px;
    min-width: 160px;
    margin-top: 5%;
    font-size: 1.3vw;
      line-height: 1.7vw;
  }
}
@media (max-width: 990px) {
  .prism-create .home_icon {
    width: 40px;
    position: fixed;
  }
  .prism-create .controls a.icon-menu {
    top: 50px;
    width: 40px;
    height: 40px;
  }
  .prism-create .control_nav {
    bottom: 20px;
  }
  .prism-create .control_nav p.pageno {
    font-size: 14px;
  }
  .prism-create .nav .title h3 {
    font-size: 20px;
    height: 48px;
    line-height: 50px;
  }
  .prism-create .nav a.icon-close {
    top: 12px;
  }
}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {
}
@media (max-width: 767px) {
}
@media (orientation: portrait) {
  .prism-create .mob_hide,
  .prism-create .mob_show {
    display: none;
  }
  .btn_default {
    margin-top: 2%;
  }
.prism-create .template1 .temp1_content p img {
    width: 40%;
}
  .prism-create .template1 .temp1_content h4 {
    font-size: 3.5vw;
    line-height: 4.2vw;
    width: 100%;
  }
  .prism-create .mob_hide_full {
    display: none;
  }
  .prism-create .mob_show1 {
    display: block;
  }
  .prism-create .left_arrow,
  .prism-create .right_arrow {
    display: block !important;
    position: fixed !important;
  }
  .prism-create .template .left_arrow,
  .prism-create .template .right_arrow {
    display: none !important;
  }
  .prism-create .logo_top {
    position: absolute;
    top: 5%;
    width: 40%;
    right: 5%;
  }
  .prism-create .home_logo {
    width: 40%;
  }
  .prism-create .template1 .control_nav,
  .prism-create .template3 .control_nav,   
  .prism-create .template18 .control_nav,
  .prism-create .template19 .control_nav {
    position: absolute !important;
    bottom: 2%;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
  }
  .prism-create .template1 .temp1_content {
    width: 70%;
    left: 15%;
    top: inherit;
      bottom: 20%;
  }
  .prism-create .template1 .temp1_content h5 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .prism-create .template1 .video_right_50 {
    position: relative;
    width: 100%;
    height: auto;
    top: inherit;
    right: inherit;
  }
  .btn_default {
    padding: 12px 30px 15px;
    min-width: 220px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .btn_transparent {
    min-width: 400px;
}    
  .prism-create .template .footer_section {
    position: relative !important;
    z-index: 10000;
    width: 80%;
    bottom: inherit;
    margin: 20px 0px;
    left: 10%;
  }
  .prism-create .template .footer_section p {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
  .prism-create .template .footer_section p {
    color: #ffffff;
  }
  .prism-create .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
    margin-bottom: 80px;
  }
  .prism-create .template .footer_section p {
    color: #232323;
  }
  .prism-create .template .control_nav .pageno {
    color: #232323;
  }
  .prism-create .color_white {
    color: #232323;
  }
  .prism-create .control_nav p.pageno {
    font-size: 2.5vw;
  }

  .prism-create .arrow_port_hide {
    display: none;
  }
  .prism-create .arrow_port_show {
    display: block;
  }
  .temp1_bottom_sec {
    padding-left: 0%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 2.2vw;
    line-height: 3vw;
  }
.prism-create .line_hor {
    width: 6%;
}    
}
@media (max-width: 768px) {
  .btn_default {
    min-width: 170px;
  }
.btn_transparent {
    min-width: 370px;
}       
}
@media (max-width: 480px) {
  .prism-create .sec_arrow_next {
    width: 20px;
  }
  .prism-create .sec_arrow_prev {
    width: 20px;
  }
  .prism-create .template1 .temp1_content {
    bottom: 22%;
  }
  .prism-create .template1 .temp1_content h5 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .prism-create .template1 .temp1_content h1 {
    font-size: 8vw;
    line-height: 10vw;
    margin: 0% 0 5%;
  }
  .prism-create .template1 .temp1_content h4 {
    font-size: 5.5vw;
    line-height: 6.5vw;
    margin-bottom: 10%;
  }
  .prism-create .template1 .temp1_content {
    width: 80%;
    left: 10%;
  }
  .prism-create .template .footer_section p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .prism-create .control_nav {
  }  

  .btn_default {
    padding: 10px 16px 12px;
    min-width: 140px;
    font-size: 4vw;
    line-height: 5vw;
  }
  .btn_transparent {
    min-width: 280px;
}      
  .prism-create .control_nav p.pageno {
    font-size: 3vw;
  }

  .prism-create .template1 {
    overflow: hidden;
  }
  .prism-create .template1 .temp1_content .temp1_content_sec {
    margin: 5% 0 13%;
  }
  .prism-create .template1 .temp1_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .prism-create .logo_top {
    width: 60%;
  }
  .prism-create .home_logo {
    width: 60%;
  }
  .prism-create .sec_arrow_next {
    width: 20px;
  }
  .prism-create .sec_arrow_prev {
    width: 20px;
  }
  .prism-create .left_arrow,
  .prism-create .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
    display: block !important;
    position: fixed !important;
  }
  .prism-create .template .left_arrow,
  .prism-create .template .right_arrow {
    top: 47%;
    height: 60px;
    width: 28px;
    display: none !important;
  }
  .prism-create .sec_arrow_next {
    width: 15px;
  }
  .prism-create .top_sec_img {
    height: 20vh;
  }
  .prism-create .sec_arrow_prev {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 12px;
    left: 4px;
    top: 20px;
    -webkit-animation: arrow-prev 1.5s infinite ease;
    -moz-animation: arrow-prev 1.5s infinite ease;
    -ms-animation: arrow-prev 1.5s infinite ease;
    -o-animation: arrow-prev 1.5s infinite ease;
    animation: arrow-prev 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  .prism-create .sec_arrow_next {
    width: 12px;
    right: 4px;
    top: 20px;
    -webkit-animation: arrow-next 1.5s infinite ease;
    -moz-animation: arrow-next 1.5s infinite ease;
    -ms-animation: arrow-next 1.5s infinite ease;
    -o-animation: arrow-next 1.5s infinite ease;
    animation: arrow-next 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
.prism-create .line_hor {
    width: 9%;
}      
}

@media (max-height: 450px) {
  .prism-create .control_nav p.pageno {
    font-size: 10px;
  }
  .prism-create .logo_top {
    min-width: 140px;
    top: 4%;
    right: 4%;
  }
  .prism-create .home_logo {
    min-width: 150px;
  }
  .btn_default {
    font-size: 1.6vw;
    line-height: 2vw;
    min-width: 120px;
    padding: 7px 20px;
  }
  .btn_transparent {
    min-width: 200px;
}      
  .prism-create .mob_hide {
    display: none;
  }
  .prism-create .mob_show {
    display: none;
  }
  .prism-create .template1 .video_right_50 .image_full {
    display: block;
  }
  .prism-create .left_arrow,
  .prism-create .right_arrow {
    top: 44%;
    height: 60px;
    width: 28px;
  }
  .prism-create .template .left_arrow,
  .prism-create .template .right_arrow {
    top: 44%;
    height: 60px;
    width: 28px;
  }
  .prism-create .sec_arrow_next {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 15px;
  }
  .prism-create .sec_arrow_prev {
    width: 12px;
    left: 4px;
    top: 20px;
    -webkit-animation: arrow-prev 1.5s infinite ease;
    -moz-animation: arrow-prev 1.5s infinite ease;
    -ms-animation: arrow-prev 1.5s infinite ease;
    -o-animation: arrow-prev 1.5s infinite ease;
    animation: arrow-prev 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-prev {
    0% {
      left: 4px;
    }
    50% {
      left: 8px;
    }
    100% {
      left: 4px;
    }
  }
  .prism-create .sec_arrow_next {
    width: 12px;
    right: 4px;
    top: 20px;
    -webkit-animation: arrow-next 1.5s infinite ease;
    -moz-animation: arrow-next 1.5s infinite ease;
    -ms-animation: arrow-next 1.5s infinite ease;
    -o-animation: arrow-next 1.5s infinite ease;
    animation: arrow-next 1.5s infinite ease;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
  /* Standard syntax */
  @keyframes arrow-next {
    0% {
      right: 4px;
    }
    50% {
      right: 8px;
    }
    100% {
      right: 4px;
    }
  }
}
/* template1 css end */

/* template2 css start */
.prism-create .template2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right, #4c12a1, #432cac, #393eb6, #304dbe, #285bc5);
}
.prism-create .template2 .temp2_content {
    width: 100%;
}
.prism-create .template2 .temp2_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template2 .temp2_content .two_cols .left_col_sec {
    width: 50%;
     height: 100vh;
    background-color: #89929d;
    background: url("images/page2-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template2 .temp2_content .two_cols .right_col_sec {
    width: 50%;
     height: 100vh;
    background-image: linear-gradient(to right, #4c12a1, #432cac, #393eb6, #304dbe, #285bc5);
    display: flex;
    align-items: center;
}
.prism-create .template2 .temp2_content .two_cols .right_col_sec .center_text_sec {
    padding: 0% 22% 0% 14%;
}
.prism-create .template2 .temp2_content h4 {
	font-size: 2vw;
    line-height: 2.4vw;
    margin: 1% 0% 0%;
    color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
    display: block;
}
.prism-create .template2 .temp2_content p {
	font-size: 1.1vw;
    line-height: 1.5vw;
    margin: 2% 0% 2%;
    color: #ffffff;
    display: block;
}
.prism-create .template2 .temp2_content p.extra_margin {
   margin-bottom: 6%;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template2 .temp2_content .two_cols {
    display: block;
}    
.prism-create .template2 .temp2_content .two_cols .left_col_sec {
    width: 100%;
    height: 50vh;
}
.prism-create .template2 .temp2_content .two_cols .right_col_sec {
    width: 100%;
    height: auto;
    align-items: flex-start;
} 
.prism-create .template2 .temp2_content .two_cols .right_col_sec .center_text_sec {
    padding: 8% 10% 7% 10%;
}    
.prism-create .template2 .temp2_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template2 .temp2_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
}    
}
@media (max-width: 480px) {
.prism-create .template2 .temp2_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template2 .temp2_content p {
    font-size: 3.5vw;
    line-height: 4.5vw;
}  
.prism-create .template2 .temp2_content .two_cols .right_col_sec .center_text_sec {
    padding: 8% 10% 8% 10%;
}    
}
@media (max-height: 450px) {


}
/* template2 css end */


/* template3 css start */
.prism-create .template3 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page3-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template3 .temp3_content {
position: absolute;
    width: 80%;
    left: 10%;
    top: 28%;
    z-index: 10000;
}
.prism-create .template3 .temp3_content .two_cols_sec {
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 100%;
}
.prism-create .template3 .temp3_content .two_cols_sec .left_col_sec {
	width: 49%;
    padding-right: 4%;
	
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec {
	width: 45%;
	
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .content1_sec {
    display: block;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .content2_sec {
    display: none;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .content3_sec {
    display: none;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .three_col_nav {
	width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0% 10%;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .three_col_nav .three_cols {
	width: 25%;
    cursor: pointer;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .three_col_nav .three_cols h4 {
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: rgba(255,255,255,0.4);
    font-family: 'ClanOffcPro-Ultra';
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .three_col_nav .three_cols h4.active_tabsec {
    color: #ffffff;
}
.prism-create .template3 .temp3_content h2 {
	font-size: 3.6vw;
    line-height: 4vw;
    margin: 10% 0% 6%;
    color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
}
.prism-create .template3 .temp3_content p {
	font-size: 1.2vw;
    line-height: 1.6vw;
    margin: 1% 0% 1.4%;
    color: #ffffff;
    width: 50%;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section {
    width: 100%;
   border: 1px solid #ffffff;
    border-radius: 20px;
    background: rgba(255,255,255,0.1); 
    padding: 6% 6% 5% 10%;
    margin-top: 3%;
    min-height: 40vh;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section .inner_content_sec {
    display: none;
    width: 100%;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section .inner_content_sec1 {
    display: block;
}
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section ul li {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin: 0% 0% 2%;
    color: #ffffff;
}
@media (max-width: 1440px) {
.prism-create .template3 .temp3_content {
    top: 25%;
}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section {
    min-height: 30vh;
}
.prism-create .template3 .temp3_content {
    top: 30%;
}    
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section {
    min-height: 40vh;
}
.prism-create .template3 .temp3_content {
    top: 23%;
}    
}
@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template3 .temp3_content .two_cols_sec {
    display: block;
}
.prism-create .template3 .temp3_content {
    position: relative;
    width: 80%;
    left: inherit;
    top: inherit;
    margin: 20% auto;
} 
.prism-create .template3 .temp3_content .two_cols_sec .left_col_sec {
    width: 100%;
    padding-right: 0%;
}    
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec {
    width: 100%;
    margin-top: 10%;
}    
.prism-create .template3 .temp3_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin: 0% 0% 2%;
}    
.prism-create .template3 .temp3_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 1% 0% 2%;
    width: 100%;
}    
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .three_col_nav .three_cols h4 {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section ul li {
    font-size: 3vw;
    line-height: 4vw;
}  

.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section {
    min-height: 35vh;
}    
}
@media (max-width: 480px) {
.prism-create .template3 .temp3_content {
    margin: 100px auto;
}    
.prism-create .template3 .temp3_content h2 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template3 .temp3_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .three_col_nav .three_cols h4 {
    font-size: 4.5vw;
    line-height: 5.5vw;
}    
.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec .inner_content_section ul li {
    font-size: 4vw;
    line-height: 5vw;
}  

.prism-create .template3 .temp3_content .two_cols_sec .right_col_sec {
    margin-top: 15%;
} 
}
@media (max-height: 450px) {


}
/* template3 css end */

/* template4 css start */
.prism-create .template4 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
}
.prism-create .template4 .temp4_content {
    width: 100%;
}
.prism-create .template4 .temp4_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    width: 78%;
     height: 100vh;
    background: url("images/page4-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 18% 25% 0% 8%;
}
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 22%;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}
.prism-create .template4 .temp4_content h2 {
	font-size: 3vw;
    line-height: 3.4vw;
    color: #4bcb3e;
    font-family: 'ClanOffcPro-Ultra';
    width: 70%;
}
.prism-create .template4 .temp4_content h1 {
	font-size: 4vw;
    line-height: 4.4vw;
    color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
    margin: 2% 0% 6%;
}
.prism-create .template4 .temp4_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin-bottom: 3%;
}
.prism-create .template4 .temp4_content h4 {
	font-size: 1.8vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 6%;
}
.prism-create .template4 .temp4_content .two_cols .right_col_sec .all_cta_sec {
   width: 80%;
    margin: 0px auto;
}
@media (max-width: 1440px) {
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    width: 75%;
}
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 25%;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    padding: 25% 15% 0% 8%;
}
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    width: 65%;
}    
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 35%;
}        
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    padding: 18% 15% 0% 8%;
}  
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    width: 73%;
}    
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 27%;
}      
}

@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 650px) {
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    width: 70%;
}
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 30%;
}
}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template4 .temp4_content .two_cols {
    display: block;
}
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    width: 100%;
    height: auto;
    padding: 18% 15% 10% 15%;
}    
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 100%;
    height: auto;
    padding: 10% 0 8%;
    margin-bottom: 2%;
}  
.prism-create .template4 .temp4_content .two_cols .right_col_sec .all_cta_sec {
    width: 70%;
}    
.prism-create .template4 .temp4_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
}    
.prism-create .template4 .temp4_content h1 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template4 .temp4_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}
.prism-create .template4 .control_nav .pageno {
    color: #232323 !important;
}    
}
@media (max-width: 480px) {
.prism-create .template4 .temp4_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%;
}    
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    padding: 12% 0 10%;
    margin-bottom: 2%;
}  
.prism-create .template4 .temp4_content .two_cols .right_col_sec .all_cta_sec {
    width: 76%;
}    
.prism-create .template4 .temp4_content h2 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template4 .temp4_content h1 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template4 .temp4_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}
}
@media (max-height: 450px) {
.prism-create .template4 .temp4_content .two_cols .right_col_sec {
    width: 45%;
}
.prism-create .template4 .temp4_content p {
    font-size: 1vw;
    line-height: 1.4vw;
    margin-bottom: 0%;
}  
.prism-create .template4 .btn_default {
    font-size: 1.3vw;
    line-height: 1.6vw;
    padding: 6px 15px;
}    
}
/* template4 css end */

/* template5 css start */
.prism-create .template5 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("images/page6-bg.jpg") no-repeat bottom center;
    background-size: cover;
}
.prism-create .template5 .temp5_content {
    width: 100%;
}
.prism-create .template5 .temp5_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template5 .temp5_content .two_cols .left_col_sec {
    width: 36%;
     height: 100vh;
    padding: 6% 1% 0% 8%;
}
.prism-create .template5 .temp5_content .two_cols .right_col_sec {
    width: 64%;
    height: 100vh;
    padding: 9% 8% 0% 0%;
}
.prism-create .template5 .temp5_content h2 {
	font-size: 2vw;
    line-height: 2.6vw;
    color: #ffffff;
    width: 80%;
    font-family: 'ClanOT';
    margin: 15% 0% 8%;
}
.prism-create .template5 .temp5_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 2% 0% 6%;
    width: 80%;
}
.prism-create .template5 .temp5_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template5 .temp5_content p span {
	font-size: 1.1vw;
    line-height: 1.4vw;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template5 .temp5_content p.color_green {
    color: #4bcb3e;
}
.prism-create .template5 .temp5_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template5 .temp5_content h5 {
	font-size: 1.5vw;
  line-height: 2vw;
  margin: 0% 0 4%;
  color: #ffffff;
    font-family: 'SourceSansPro-Regular';
}
.prism-create .template5 .temp5_content .two_cols .right_col_sec .all_cta_sec {
   width: 80%;
    position: absolute;
    top: 20%;
    left: 10%;
}
.prism-create .template5 .temp5_content .temp5_content_three_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    color: #ffffff;
    align-items: center;
}
.prism-create .template5 .temp5_content .temp5_content_three_cols .temp5_content_cols {
    width: 28%;
    margin-bottom: 3%;
}
.prism-create .template5 .temp5_content .temp5_payment_bar {
    padding-right: 23%;
    position: relative;
    margin-bottom: 2%;
}
.prism-create .bar {
  width: 100%;
  height: 1.8vh;
    border: 1px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }
.prism-create .bar-inner {
  height: 100%;
  position: relative;
	background-color: #ffffff;
    border-radius: 10px;
    width: 0%;
}
.prism-create .bar-inner.active_bar {
     -webkit-animation: progress-bar 1.2s ease-in;
    -moz-animation: progress-bar 1.2s ease-in;
    -ms-animation: progress-bar 1.2s ease-in;
    -o-animation: progress-bar 1.2s ease-in;
    animation: progress-bar 1.2s ease-in;
     transform-origin: top left;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes progress-bar {
 0% {
     -webkit-transform: scaleX(0); 
    -ms-transform: scaleX(0); 
    -moz-transform: scaleX(0);
    transform: scaleX(0); 
}
100% {
       -webkit-transform: scaleX(1); 
    -ms-transform: scaleX(1); 
    -moz-transform: scaleX(1);
    transform: scaleX(1);  
}
}
/* Standard syntax */
@keyframes progress-bar {
0% {
     -webkit-transform: scaleX(0); 
    -ms-transform: scaleX(0); 
    -moz-transform: scaleX(0);
    transform: scaleX(0);  
}
100% {
       -webkit-transform: scaleX(1); 
    -ms-transform: scaleX(1); 
    -moz-transform: scaleX(1);
    transform: scaleX(1);  
}
}
.prism-create .template5 .temp5_content .bar-inner.bar-inner-green {
    background-color: #4bcb3e;
}
.prism-create .template5 .temp5_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template5 .temp5_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template5 .temp5_content .bar_count_green {
    color: #4bcb3e;
}
.prism-create .template5 .temp5_content .bar_count_green span {
    color: #4bcb3e;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template5 .temp5_content .bar_count {
    bottom: -30%;
}    
.prism-create .template5 .temp5_content .two_cols .left_col_sec {
    padding: 16% 1% 0% 8%;
}  
.prism-create .template5 .temp5_content .two_cols .right_col_sec {
    padding: 19% 8% 0% 0%;
}    
}
@media (max-width: 1366px) and (max-height: 650px) { 
.prism-create .template5 .temp5_content .bar_count {
    bottom: -60%;
}      
.prism-create .template5 .temp5_content .two_cols .left_col_sec {
    padding: 6% 1% 0% 8%;
}    
.prism-create .template5 .temp5_content .two_cols .right_col_sec {
    padding: 9% 8% 0% 0%;
}    
}

@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template5 .temp5_content .two_cols {
    display: block;
}
.prism-create .template5 .temp5_content .two_cols .left_col_sec {
    width: 100%;
    height: auto;
    padding: 10% 12% 2% 12%;
}  
.prism-create .template5 .temp5_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template5 .temp5_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template5 .temp5_content p span {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template5 .temp5_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template5 .temp5_content h3 {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
} 
.prism-create .template5 .temp5_content h5 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    margin-bottom: 5%;
}    
.prism-create .template5 .temp5_content .two_cols .right_col_sec {
    width: 100%;
    height: auto;
    padding: 0% 12% 10% 12%;
    margin-bottom: 3%;
}    
.prism-create .template5 .temp5_content .temp5_content_three_cols {
    display: block;
}  
.prism-create .template5 .temp5_content .temp5_content_three_cols .temp5_content_cols {
    width: 100%;
    margin-bottom: 3%;
}   
.prism-create .template5 .temp5_content .text-right {
    text-align: left !important;
} 
.prism-create .template5 .temp5_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template5 .temp5_content p {
    font-size: 3vw;
    line-height: 4vw;
    margin-top: 7%;
} 
.prism-create .template5 .temp5_content .temp5_payment_bar {
    padding-right: 16%;
}    
.prism-create .template5 .temp5_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}    
    
.prism-create .template5 .temp5_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}       
.prism-create .template5 .temp5_content .port_hide {
    display: none;
}
}
@media (max-width: 480px) {
.prism-create .template5 .temp5_content .two_cols .left_col_sec {
    padding: 10% 12% 3% 12%
}  
.prism-create .template5 .temp5_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template5 .temp5_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template5 .temp5_content p span {
    font-size: 4.5vw;
    line-height: 5.5vw;
}    
.prism-create .template5 .temp5_content h5 {
    font-size: 6vw;
    line-height: 7vw;
}    
.prism-create .template5 .temp5_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template5 .temp5_content h3 {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template5 .temp5_content .bar_count span {
    font-size: 5vw;
    line-height: 6vw;
}    
    
.prism-create .template5 .temp5_content .bar_count {
    bottom: -25%;
    font-size: 4vw;
    line-height: 5vw;
}     
}
@media (max-height: 450px) {


}

/* template5 css end */

/* template7 css start */
.prism-create .template7 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page7-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template7 .temp7_content {
    width: 100%;
}
.prism-create .template7 .temp7_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template7 .temp7_content .left_col_sec {
    width: 40%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}

.prism-create p.box_shadow {
    position: absolute;
    right: 12%;
    bottom: 2%;
    width: 30%;
    opacity: 0.4;
    margin-bottom: 0px !important;
}

.prism-create .template7 .temp7_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 100%;
    font-family: 'ClanOT';
    margin: 14% 0% 0%;
}
.prism-create .template7 .temp7_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template7 .temp7_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 2% 0% 3%;
    padding: 0% 15%;
}
.prism-create .template7 .temp7_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template7 .temp7_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template7 .temp7_content h4 span {
    margin-left: 5%;
}
.prism-create .template7 .temp7_content h6 {
	font-size: 25px;
    line-height: 65px;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}
.prism-create .template7 .temp7_content h6 span {
    font-size: 15px;
}
.prism-create .template7 .temp7_content .right_payment_sec {
   position: absolute;
   width: 28%;
   top: 20%;
   right: 13.5%;
    
}
.prism-create .template7 .temp7_content .right_payment_sec_inner {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 6% 8% 3%;
    text-align: left;
}
.prism-create .template7 .temp7_content .five_cols_sec {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
}
.prism-create .template7 .temp7_content .five_cols_sec p {
    margin-bottom: 0px;
}
.prism-create .template7 .temp7_content .five_cols_sec .all_cols_five {
    width: 65px;
    height: 65px;
    text-align: center;
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 7%;
}
.prism-create .template7 .temp7_content .five_cols_sec .all_cols_five_content {
    width: 70%;
    display: none;
}
.prism-create .template7 .temp7_content .five_cols_sec .all_cols_five_content .all_cols_five_content_sec {
    display: none;
}
.prism-create .template7 .temp7_content p span {
    font-size: 1.1vw;
    line-height: 1.4vw;
	font-family: 'SourceSansPro-Bold';
    margin-bottom: 0%;
}
@media (max-width: 1440px) {
.prism-create .template7 .temp7_content .right_payment_sec {
    top: 15%;
}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template7 .temp7_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}
.prism-create .template7 .temp7_content .right_payment_sec {
    top: 20%;
    width: 30%;
} 
.prism-create .template7 .temp7_content .five_cols_sec {
    margin-bottom: 5%;
}    
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template7 .temp7_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}
.prism-create .template7 .temp7_content .right_payment_sec {
    top: 10%;
}  
.prism-create .template7 .temp7_content .five_cols_sec {
    margin-bottom: 3%;
}    
}

@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {

.prism-create .template7 .temp7_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 3% 12%;
}  
.prism-create .template7 .temp7_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template7 .temp7_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template7 .temp7_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
}    
.prism-create .template7 .temp7_content h3 {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
} 
.prism-create .template7 .temp7_content p span {
    font-size: 3vw;
    line-height: 4vw;
}
.prism-create .template7 .temp7_content .right_payment_sec {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    padding: 0% 12%;
    margin: 0% 0 5%;
}    
.prism-create p.box_shadow {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 80%;
    margin: 0px auto !important;
    margin-bottom: 30px !important;
}   
.prism-create .template7 .temp7_content .five_cols_sec .all_cols_five {
    width: 80px;
    height: 80px;
}   
.prism-create .template7 .temp7_content h6 {
    font-size: 35px;
    line-height: 80px;
}    
}
@media (max-width: 480px) {
.prism-create .template7 .temp7_content .left_col_sec {
    padding: 15% 12% 5% 12%
}  
.prism-create .template7 .temp7_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template7 .temp7_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template7 .temp7_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template7 .temp7_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    padding: 0% 0%;
} 
.prism-create .template7 .temp7_content .five_cols_sec {
    width: 100%;
    margin-top: 5%;
}   
.prism-create .template7 .temp7_content .five_cols_sec .all_cols_five {
    width: 60px;
    height: 60px;
    margin-right: 4%;
}    
.prism-create .template7 .temp7_content h6 {
    font-size: 20px;
    line-height: 60px;
}  
.prism-create .template7 .temp7_content h6 span {
    font-size: 12px;
}    
.prism-create .template7 .temp7_content p span {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template7 .temp7_content .video_right_50 {
    margin: 5% 0 5%;
}       
}
@media (max-height: 450px) {
.prism-create .template7 .temp7_content .five_cols_sec {
    width: 100%;
    margin-top: 5%;
}   
.prism-create .template7 .temp7_content .five_cols_sec .all_cols_five {
    width: 40px;
    height: 40px;
    margin-right: 4%;
}    
.prism-create .template7 .temp7_content h6 {
    font-size: 16px;
    line-height: 40px;
}  
.prism-create .template7 .temp7_content h6 span {
    font-size: 12px;
} 
.prism-create .template7 .temp7_content .right_payment_sec_inner {
    padding: 3% 8% 3%;
}
.prism-create .template7 .temp7_content .right_payment_sec {
    top: 8%;
}    
}

/* template7 css end */

/* template8 css start */
.prism-create .template8 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page8-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template8 .temp8_content {
    width: 100%;
}
.prism-create .template8 .temp8_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template8 .temp8_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template8 .temp8_content .right_quiz_sec {
   position: absolute;
   width: 35%;
   top: 22%;
   right: 10%;
}
.prism-create .template8 .temp8_content .right_quiz_sec p {
    margin-bottom: 5%;
}
.prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 5% 4% 12%;
    text-align: center;
}

.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 {
    padding: 0% 0% 0 5%;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 p {
    margin-bottom: 0%;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 0px auto;
    margin-top: 8%;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left {
    width: 100px;
    padding-right: 20px;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_right {
    width: 80%;
    text-align: left;
    display: none;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left img {
    width: 80px;
    cursor: pointer;
}
.prism-create .template8 .temp8_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 80%;
    font-family: 'ClanOT';
    margin: 10% 0% 0%;
}
.prism-create .template8 .temp8_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template8 .temp8_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 2% 0% 6%;
    width: 54%;
}
.prism-create .template8 .temp8_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template8 .temp8_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}

.prism-create .template8 .temp8_content h4 span {
    margin-left: 5%;
}
.prism-create .template8 .temp8_content h6 {
	font-size: 18px;
    line-height: 65px;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}
.prism-create .template8 .temp8_content p span {
    font-size: 1.2vw;
    line-height: 1.6vw;
	font-family: 'SourceSansPro-Bold';
    margin-bottom: 0%;
    width: 90%;
    display: block;
}
@media (max-width: 1440px) {

.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left {
    width: 85px;
}    
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left img {
    width: 85px;
}    
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {

}
.prism-create .template8 .temp8_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left {
    width: 75px;
}    
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left img {
    width: 75px;
}   
.prism-create .template8 .temp8_content .right_quiz_sec {
    top: 27%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template8 .temp8_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template8 .temp8_content .right_quiz_sec {
    top: 20%;
}      
.prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {
}       
}
@media (max-width: 1024px) {
.prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {
}
}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template8 .temp8_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 10% 12%;
}  
.prism-create .template8 .temp8_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template8 .temp8_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template8 .temp8_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    

.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left {
    width: 100px;
}    
.prism-create .template8 .temp8_content .right_quiz_sec {
    position: relative;
    width: 80%;
    top: inherit;
    right: inherit;
    margin: 0px auto 5%;
}    
.prism-create .template8 .temp8_content p span {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
    display: block;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 {
    padding: 0%;
}    
.prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {
}    
}
@media (max-width: 480px) {
.prism-create .template8 .temp8_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%
}  
.prism-create .template8 .temp8_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template8 .temp8_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template8 .temp8_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template8 .temp8_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
    .prism-create .template8 .temp8_content .right_quiz_sec {
        padding-bottom: 8%;
    } 
    
.prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {
    padding: 6% 4% 12%;
}    
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec {
    margin-top: 6%;
}
 .prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left {
    width: 60px;
    padding-right: 10px; 
     margin: 12px 0px;
}
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left img {
    width: 60px;
    }    
   
}
@media (max-height: 450px) {
    .prism-create .template8 .temp8_content .right_quiz_sec .right_quiz_sec_inner {
}
 
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left {
    width: 50px;
}  
.prism-create .template8 .temp8_content .right_quiz_sec .smiley_sec2 .two_cols_icon_sec .two_cols_left img {
    width: 50px;
}    
}
/* template8 css end */

/* template9 css start */
.prism-create .template9 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page9-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template9 .temp9_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 75%;
    font-family: 'ClanOT';
    margin: 17% 0% 0%;
}
.prism-create .template9 .temp9_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template9 .temp9_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 2% 0% 3%;
    width: 50%;
}
.prism-create .template9 .temp9_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template9 .temp9_content p img {
	width: 30%;
    margin-left: -3%;
}
.prism-create .template9 .temp9_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template9 .temp9_content h5 {
	font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    color: rgba(255,255,255,0.4);
}
.prism-create .template9 .temp9_content h5.active_tabsec {
    color: #ffffff;
}
.prism-create .template9 .temp9_content h6 {
	font-size: 0.8vw;;
    line-height: 1.2vw;
    color: #ffffff;
    margin: 2% 0%;
}
.prism-create .template9 .temp9_content p span {
    font-size: 1.2vw;
    line-height: 1.6vw;
	font-family: 'SourceSansPro-Bold';
    margin-bottom: 0%;
}
.prism-create .template9 .temp9_content {
    width: 100%;
}

.prism-create .template9 .temp9_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template9 .temp9_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template9 .temp9_content .right_col_sec {
   position: absolute;
   width: 35%;
   top: 25%;
   right: 10%;
}
.prism-create .template9 .temp9_content .right_col_sec .five_title_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0% 2%;
    flex-flow: row wrap;
}
.prism-create .template9 .temp9_content .right_col_sec .five_title_cols .all_title_cols {
    cursor: pointer;
    text-align: center;
    padding: 0% 3%;
}

.prism-create .template9 .temp9_content .right_col_sec .chart_sec {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 9% 15% 13%;
    text-align: left;
    margin-top: 2%;
}
.prism-create .template9 .temp9_content .right_col_sec .chart_sec p {
    margin-bottom: 1%;
    margin-top: 5%;
}
.prism-create .template9 .temp9_content .right_col_sec .chart_sec .chart_sec_content {
    display: none;
    width: 100%;
}
.prism-create .template9 .temp9_content .right_col_sec .chart_sec .chart_sec_content1 {
    display: block;
}
.prism-create .template9 .temp9_content .bottom_text_sec {
    position: absolute;
    width: 40%;
    left: 8%;
    bottom: 4%;
}
.prism-create .template9 .temp9_content .temp9_payment_bar {
    padding-right: 15%;
    position: relative;
    margin-bottom: 2%;
}
.prism-create .bar-inner.bar-inner-lightblue {
    background-color: #26d9db;
}
.prism-create .bar-inner.bar-inner-green {
    background-color: #4bcb3e;
}
.prism-create .bar-inner.bar-inner-blue {
    background-color: #285BC5;
}
.prism-create .bar-inner.bar-inner-navblue {
    background-color: #015B7E;
}
.prism-create .template9 .temp9_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template9 .temp9_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}

@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template9 .temp9_content .right_col_sec .chart_sec {
}
.prism-create .template9 .temp9_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
.prism-create .template9 .temp9_content .right_col_sec {
    top: 30%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template9 .temp9_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template9 .temp9_content .right_col_sec {
    top: 23%;
}       
}
@media (max-width: 1024px) {
.prism-create .template9 .temp9_content .right_col_sec .chart_sec {
}
}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template9 .temp9_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template9 .temp9_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template9 .temp9_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template9 .temp9_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template9 .temp9_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}
.prism-create .template9 .temp9_content p img {
    width: 50%;
}   
.prism-create .template9 .temp9_content .right_col_sec {
    position: relative;
    width: 80%;
    top: inherit;
    right: inherit;
    margin: 0px auto 6%;
}      
.prism-create .template9 .temp9_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template9 .temp9_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template9 .temp9_content .bottom_text_sec {
    left: inherit;
    bottom: inherit;
    position: relative;
    width: 80%;
    margin: 0px auto;
}  
.prism-create .template9 .temp9_content .temp9_payment_bar {
    padding-right: 20%;
}    
.prism-create .template9 .temp9_content .bar_count {
    bottom: -40%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template9 .temp9_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}    
}
@media (max-width: 480px) {
.prism-create .template9 .temp9_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%
}  
.prism-create .template9 .temp9_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template9 .temp9_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template9 .temp9_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template9 .temp9_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template9 .temp9_content p img {
    width: 70%;
} 
.prism-create .template9 .temp9_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template9 .temp9_content .right_col_sec .five_title_cols {
    text-align: center;
    display: block;
}    
.prism-create .template9 .temp9_content .right_col_sec .five_title_cols .all_title_cols {
    padding: 2% 3%;
    display: inline-block;
}  
.prism-create .template9 .temp9_content .right_col_sec .chart_sec p {
    margin-top: 8%;
}
.prism-create .template9 .temp9_content .bar_count {
    bottom: -35%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template9 .temp9_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template9 .temp9_content .right_col_sec .chart_sec {
    padding: 9% 10% 13%;
}    
.prism-create .template9 .temp9_content .right_col_sec {
    margin: 0px auto 10%;
}  
.prism-create .template9 .temp9_content .bottom_text_sec {
}  
.prism-create .template9 .temp9_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
}
@media (max-height: 450px) {

}

/* template9 css end */

/* template10 css start */
.prism-create .template10 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page10-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template10 .temp10_content {
    width: 100%;
}
.prism-create .template10 .temp10_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 70%;
    font-family: 'ClanOT';
    margin: 19% 0% 0%;
}
.prism-create .template10 .temp10_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template10 .temp10_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 2% 0% 6%;
    width: 100%;
    text-align: center;
}
.prism-create .template10 .temp10_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template10 .temp10_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template10 .temp10_content h5 {
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    color: rgba(255,255,255,0.4);
}
.prism-create .template10 .temp10_content h5.active_tabsec {
    color: #ffffff;
}
.prism-create .template10 .temp10_content h5.color_white {
    color: #ffffff;
}
.prism-create .template10 .temp10_content h6 {
	font-size: 18px;
    line-height: 65px;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}
.prism-create .template10 .temp10_content p span {
    font-size: 1.2vw;
    line-height: 1.6vw;
	font-family: 'SourceSansPro-Bold';
    margin-bottom: 0%;
}
.prism-create .template10 .temp10_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template10 .temp10_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template10 .temp10_content .right_col_sec {
   position: absolute;
   width: 35%;
   top: 20%;
   right: 10%;
}
.prism-create .template10 .temp10_content .right_col_sec .two_title_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template10 .temp10_content .right_col_sec .two_title_cols .all_title_cols_left {
    width: 40%;
    cursor: pointer;
}
.prism-create .template10 .temp10_content .right_col_sec .two_title_cols .all_title_cols_right {
    width: 55%;
    cursor: pointer;
}
.prism-create .template10 .temp10_content .right_col_sec .two_title_cols  h4 span.inactive {
    color: rgba(255,255,255,0.4);
}
.prism-create .template10 .temp10_content .right_col_sec .payment_sec {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 3% 5% 8% 7%;
    text-align: left;
    margin-top: 2%;
}
.prism-create .template10 .temp10_content .right_col_sec .payment_sec h5 {
    margin-top: 7%;
}
.prism-create .template10 .temp10_content .right_col_sec .payment_sec .payment_sec_content {
    display: none;
    width: 100%;
    position: relative;
}
.prism-create .template10 .temp10_content .right_col_sec .payment_sec .payment_sec_content_inner {
    width: 75%;
}
.prism-create .template10 .temp10_content .right_col_sec .payment_sec .payment_sec_content1 {
    display: block;
}
.prism-create .template10 .temp10_content .temp10_payment_bar {
    padding-right: 15%;
    position: relative;
    margin-top: 4%;
}

.prism-create .template10 .temp10_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template10 .temp10_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template10 .temp10_content .stats_sec_identity {
    width: 22%;
    position: absolute;
    bottom: 25%;
    right: 0%;
}
.prism-create .template10 .temp10_content .stats_sec_identity p {
    font-size: 1vw;
    line-height: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.prism-create .template10 .temp10_content .stats_sec_identity p span {
    width: 16px;
    height: 16px;
    background: #4bcb3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4%;
}
.prism-create .template10 .temp10_content .stats_sec_identity p span.color_gr {
    background: #4bcb3e;
}
.prism-create .template10 .temp10_content .stats_sec_identity p span.color_lb {
    background: #26d9db;
}
.prism-create .template10 .temp10_content .stats_sec_identity p span.color_dk {
    background: #015b7e;
}
.prism-create .template10 .temp10_content .stats_sec_identity p span.color_db {
    background: #295cc4;
}
@media (max-width: 1440px) {
.prism-create .template10 .temp10_content .stats_sec_identity {
    bottom: 17%;
}
.prism-create .template10 .temp10_content .right_col_sec {
    top: 18%;
}    
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template10 .temp10_content .right_col_sec .chart_sec {
}
.prism-create .template10 .temp10_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
.prism-create .template9 .temp9_content .bar_count {
    bottom: -30%;
}    
.prism-create .template10 .temp10_content .right_col_sec {
    top: 24%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template10 .temp10_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template10 .temp10_content .right_col_sec {
    top: 17%;
}       
}
@media (max-width: 1024px) {
.prism-create .template10 .temp10_content .right_col_sec .chart_sec {
}
}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template10 .temp10_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template10 .temp10_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template10 .temp10_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template10 .temp10_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template10 .temp10_content h3 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    width: 100%;
}
.prism-create .template10 .temp10_content p img {
    width: 50%;
}   
.prism-create .template10 .temp10_content .right_col_sec {
    position: relative;
    width: 80%;
    top: inherit;
    right: inherit;
    margin: 0px auto 6%;
}      
.prism-create .template10 .temp10_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template10 .temp10_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template10 .temp10_content .right_col_sec .bottom_text_sec {
    right: 0%;
    bottom: -20%;
    width: 35%;
}  
.prism-create .template10 .temp10_content .right_col_sec .payment_sec {
}    
.prism-create .template10 .temp10_content .temp10_payment_bar {
    padding-right: 20%;
}    
.prism-create .template10 .temp10_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template10 .temp10_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}   
.prism-create .template10 .temp10_content .stats_sec_identity p {
    font-size: 2.5vw;
}    
.prism-create .template10 .temp10_content .stats_sec_identity {
    bottom: 24%;
}    
}
@media (max-width: 480px) {

.prism-create .template10 .temp10_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template10 .temp10_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template10 .temp10_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}  
.prism-create .template10 .temp10_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 10%;
}    
.prism-create .template10 .temp10_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template10 .temp10_content p img {
    width: 70%;
} 
.prism-create .template10 .temp10_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template10 .temp10_content .right_col_sec .payment_sec h5 {
    margin-top: 12%;
}    
.prism-create .template10 .temp10_content .right_col_sec .payment_sec p {
    margin-top: 8%;
}
.prism-create .template10 .temp10_content .bar_count {
    bottom: -40%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template10 .temp10_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template10 .temp10_content .right_col_sec .payment_sec {
    padding: 5% 10% 13%;
}    
.prism-create .template10 .temp10_content .right_col_sec {
    margin: 0px auto 10%;
}  
.prism-create .template10 .temp10_content .right_col_sec .bottom_text_sec {
    bottom: -15%;
    width: 45%;
}  
.prism-create .template10 .temp10_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
} 
.prism-create .template10 .temp10_content .right_col_sec .payment_sec .payment_sec_content_inner {
    width: 100%;
}  
.prism-create .template10 .temp10_content .stats_sec_identity {
    width: 50%;
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 50px auto 5%;
}  
.prism-create .template10 .temp10_content .stats_sec_identity p {
    font-size: 4.5vw;
}    
}
@media (max-height: 450px) {
.prism-create .template10 .temp10_content .stats_sec_identity {
    width: 24%;
}
.prism-create .template10 .temp10_content .stats_sec_identity p {
    font-size: 1vw;
    line-height: 15px;
    margin-bottom: 2px;
    
}    
.prism-create .template10 .temp10_content .stats_sec_identity p span {
    width: 10px;
    height: 10px;
}   
.prism-create .template10 .temp10_content .right_col_sec {
    top: 16%;
}    
}
/* template10 css end */

/* template11 css start */
.prism-create .template11 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page11-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template11 .temp11_content {
    width: 100%;
}


.prism-create .template11 .temp11_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 75%;
    font-family: 'ClanOT';
    margin: 10% 0% 6%;
}
.prism-create .template11 .temp11_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template11 .temp11_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 2% 0% 3%;
    width: 50%;
}
.prism-create .template11 .temp11_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template11 .temp11_content p img {
	width: 40%;
    margin-left: -3%;
}
.prism-create .template11 .temp11_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template11 .temp11_content h5 {
	font-size: 1.1vw;
    line-height: 1.5vw;
    font-family: 'ClanOffcPro-Ultra';
    color: rgba(255,255,255,0.4);
}
.prism-create .template11 .temp11_content h5.active_tabsec {
    color: #ffffff;
}
.prism-create .template11 .temp11_content p span {
    font-size: 1.2vw;
    line-height: 1.6vw;
	font-family: 'SourceSansPro-Bold';
    margin-bottom: 0%;
}
.prism-create .template11 .temp11_content .right_col_sec .bottom_text_sec {
    position: absolute;
    width: 20%;
    right: -2%;
    bottom: -20%;
}
.prism-create .template11 .temp11_content h6 {
	font-size: 0.8vw;;
    line-height: 1.2vw;
    color: #ffffff;
    margin: 2% 0%;
}
.prism-create .template11 .temp11_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template11 .temp11_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template11 .temp11_content .right_col_sec {
   position: absolute;
   width: 35%;
   top: 25%;
   right: 10%;
}
.prism-create .template11 .temp11_content .right_col_sec .five_title_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0% 2%;
}
.prism-create .template11 .temp11_content .right_col_sec .five_title_cols .all_title_cols {
    cursor: pointer;
    text-align: center;
    padding: 0% 3%;
}

.prism-create .template11 .temp11_content .right_col_sec .chart_sec {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 6% 15% 10%;
    text-align: left;
    margin-top: 2%;
}
.prism-create .template11 .temp11_content .right_col_sec .chart_sec p {
    margin-bottom: 1%;
    margin-top: 4%;
}
.prism-create .template11 .temp11_content .right_col_sec .chart_sec .graph_sec_content {
    display: none;
    width: 100%;
}
.prism-create .template11 .temp11_content .right_col_sec .chart_sec .graph_sec_content1 {
    display: block;
}
.prism-create .template11 .temp11_content .right_col_sec .bottom_text_sec {
    position: absolute;
    width: 20%;
    right: -2%;
    bottom: -15%;
}
.prism-create .template11 .temp11_content .temp11_payment_bar {
    padding-right: 15%;
    position: relative;
    margin-bottom: 2%;
}

.prism-create .template11 .temp11_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template11 .temp11_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template11 .temp11_content .right_col_sec .chart_sec {
}
.prism-create .template11 .temp11_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}   
.prism-create .template11 .temp11_content .right_col_sec {
    top: 30%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template11 .temp11_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template11 .temp11_content .right_col_sec {
    top: 25%;
}       
}
@media (max-width: 1024px) {
.prism-create .template11 .temp11_content .right_col_sec .chart_sec {
}
}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template11 .temp11_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template11 .temp11_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template11 .temp11_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template11 .temp11_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template11 .temp11_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}
.prism-create .template11 .temp11_content p img {
    width: 50%;
}   
.prism-create .template11 .temp11_content .right_col_sec {
    position: relative;
    width: 80%;
    top: inherit;
    right: inherit;
    margin: 0px auto 20%;
}      
.prism-create .template11 .temp11_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template11 .temp11_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template11 .temp11_content .right_col_sec .bottom_text_sec {
    right: 0%;
    bottom: -20%;
    width: 35%;
}  
.prism-create .template11 .temp11_content .temp11_payment_bar {
    padding-right: 20%;
}    
.prism-create .template11 .temp11_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template11 .temp11_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}    
}
@media (max-width: 480px) {

.prism-create .template11 .temp11_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template11 .temp11_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template11 .temp11_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template11 .temp11_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template11 .temp11_content p img {
    width: 70%;
} 
.prism-create .template11 .temp11_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template11 .temp11_content .right_col_sec .five_title_cols {
    text-align: center;
    display: block;
}    
.prism-create .template11 .temp11_content .right_col_sec .five_title_cols .all_title_cols {
    padding: 2% 3%;
    display: inline-block;
}  
.prism-create .template11 .temp11_content .right_col_sec .chart_sec p {
    margin-top: 8%;
}
.prism-create .template11 .temp11_content .bar_count {
    bottom: -40%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template11 .temp11_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template11 .temp11_content .right_col_sec .chart_sec {
    padding: 9% 10% 13%;
}    
.prism-create .template11 .temp11_content .right_col_sec {
    margin: 0px auto 25%;
}  
.prism-create .template11 .temp11_content .right_col_sec .bottom_text_sec {
    bottom: -15%;
    width: 45%;
}  
.prism-create .template11 .temp11_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
}
@media (max-height: 450px) {

}
/* template11 css end */


/* template12 css start */
.prism-create .template12 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page12-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template12 .temp12_content {
    width: 100%;
}
.prism-create .template12 .temp12_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template12 .temp12_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template12 .temp12_content .right_col_sec {
   position: absolute;
   width: 35%;
   top: 18%;
   right: 10%;
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
    border-radius: 20px;
}
.prism-create .template12 .temp12_content .right_col_sec img {
   width: 100%;
}
.prism-create .template12 .temp12_content .temp12_graph_sec {
    position: relative;
}
.prism-create .template12 .temp12_content .temp12_graph_sec .graph_line1 {
    position: absolute;
    width: 70%;
    left: 14%;
    height: 30%;
    top: 14%;
    background: url("images/page12-graph2.png") no-repeat left center;
    background-size: auto 100%;
}
.prism-create .template12 .temp12_content .temp12_graph_sec .graph_line2 {
    position: absolute;
    width: 70%;
    left: 14%;
    height: 38%;
    top: 48%;
    background: url("images/page12-graph3.png") no-repeat left center;
    background-size: auto 100%;
    
}
.prism-create .template12 .temp12_content .temp12_graph_sec .graph_line1.active_graph_line1 {
-webkit-animation: graph_line1 2.2s ease-in;
    -moz-animation: graph_line1 2.2s ease-in;
    -ms-animation: graph_line1 2.2s ease-in;
    -o-animation: graph_line1 2.2s ease-in;
    animation: graph_line1 2.2s ease-in;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes graph_line1 {
 0% {
     width: 0%;
}
30% {
     width: 0%;
}    
100% {
       width: 70%;
}
}
/* Standard syntax */
@keyframes graph_line1 {
 0% {
     width: 0%;
}
30% {
     width: 0%;
}    
100% {
       width: 70%;
}
}
.prism-create .template12 .temp12_content .temp12_graph_sec .graph_line2.active_graph_line2 {
     -webkit-animation: graph_line2 3.5s ease-in;
    -moz-animation: graph_line2 3.5s ease-in;
    -ms-animation: graph_line2 3.5s ease-in;
    -o-animation: graph_line2 3.5s ease-in;
    animation: graph_line2 3.5s ease-in;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes graph_line2 {
 0% {
     width: 0%;
}
    50% {
     width: 0%;
}
100% {
       width: 70%;
}
}
/* Standard syntax */
@keyframes graph_line2 {
0% {
     width: 0%;
}
    50% {
     width: 0%;
}
100% {
       width: 70%;
}
}
.prism-create .template12 .temp12_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 60%;
    font-family: 'ClanOT';
    margin: 20% 0% 0%;
}
.prism-create .template12 .temp12_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template12 .temp12_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 6% 0% 2%;
    width: 45%;
}
.prism-create .template12 .temp12_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template12 .temp12_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template12 .temp12_content h4 span {
    margin-left: 5%;
}
.prism-create .template12 .temp12_content h6 {
	font-size: 18px;
    line-height: 65px;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}
.prism-create .template12 .temp12_content p span {
    font-size: 1.2vw;
    line-height: 1.6vw;
	font-family: 'SourceSansPro-Bold';
    margin-bottom: 0%;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template12 .temp12_content .right_col_sec .chart_sec {
}
.prism-create .template12 .temp12_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
.prism-create .template12 .temp12_content .right_col_sec {
    top: 25%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template12 .temp12_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template12 .temp12_content .right_col_sec {
    top: 18%;
}       
}
@media (max-width: 1024px) {
.prism-create .template12 .temp12_content .right_col_sec .chart_sec {
}
}


@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template12 .temp12_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template12 .temp12_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template12 .temp12_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template12 .temp12_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template12 .temp12_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}   
.prism-create .template12 .temp12_content .right_col_sec {
    position: relative;
    width: 80%;
    top: inherit;
    right: inherit;
    margin: 0px auto 15%;
}      

}
@media (max-width: 480px) {
.prism-create .template12 .temp12_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%
}  
.prism-create .template12 .temp12_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template12 .temp12_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template12 .temp12_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template12 .temp12_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template12 .temp12_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  
  
.prism-create .template12 .temp12_content .right_col_sec {
    margin: 8% auto 25%;
}  

.prism-create .template12 .temp12_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
}
@media (max-height: 450px) {

}
/* template12 css end */

/* template13 css start */
.prism-create .template13 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-size: cover;
}
.prism-create .template13 .temp13_content {
    width: 100%;
}
.prism-create .template13 .temp13_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 78%;
     height: 100vh;
    background: url("images/page13-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 18% 12% 0% 8%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 22%;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}
.prism-create .template13 .temp13_content h2 {
	font-size: 3vw;
    line-height: 3.4vw;
    color: #4bcb3e;
    font-family: 'ClanOffcPro-Ultra';
    width: 50%;
}
.prism-create .template13 .temp13_content h1 {
	font-size: 4vw;
    line-height: 4.4vw;
    color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
    margin: 2% 0% 4%;
}
.prism-create .template13 .temp13_content p {
	font-size: 1vw;
    line-height: 1.4vw;
    margin-bottom: 3%;
}
.prism-create .template13 .temp13_content h4 {
	font-size: 1.8vw;
    line-height: 2.2vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 6%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec .all_cta_sec {
   width: 80%;
    margin: 0px auto;
}
@media (max-width: 1440px) {
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 75%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 25%;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    padding: 25% 15% 0% 8%;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 65%;
}    
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 35%;
}    
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    padding: 18% 15% 0% 8%;
} 
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 73%;
}    
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 27%;
}    
    
}

@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 650px) {
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 70%;
}
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 30%;
}
}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template13 .temp13_content .two_cols {
    display: block;
}
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    width: 100%;
    height: auto;
    padding: 18% 15% 10% 15%;
}    
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 100%;
    height: auto;
    padding: 10% 0 8%;
    margin-bottom: 2%;
}  
.prism-create .template13 .temp13_content .two_cols .right_col_sec .all_cta_sec {
    width: 70%;
}    
.prism-create .template13 .temp13_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 100%;
}    
.prism-create .template13 .temp13_content h1 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template13 .temp13_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}
.prism-create .template13 .control_nav .pageno {
    color: #232323 !important;
}      
}
@media (max-width: 480px) {
.prism-create .template13 .temp13_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%;
}    
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    padding: 12% 0 10%;
    margin-bottom: 4%;
}  
.prism-create .template13 .temp13_content .two_cols .right_col_sec .all_cta_sec {
    width: 76%;
}    
.prism-create .template13 .temp13_content h2 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template13 .temp13_content h1 {
    font-size: 10vw;
    line-height: 11vw;
}    
.prism-create .template13 .temp13_content h4 {
    font-size: 6vw;
    line-height: 7vw;
}
}
@media (max-height: 450px) {
.prism-create .template13 .temp13_content .two_cols .right_col_sec {
    width: 45%;
}
.prism-create .template13 .temp13_content p {
    font-size: 1vw;
    line-height: 1.4vw;
    margin-bottom: 0%;
}  
.prism-create .template13 .btn_default {
    font-size: 1.3vw;
    line-height: 1.6vw;
    padding: 6px 15px;
}    
}
/* template13 css end */
/* template14 css start */
.prism-create .template14 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page14-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template14 .temp14_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template14 .temp14_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template14 .temp14_content .right_col_sec {
    width: 32%;
    position: absolute;
    top: 16%;
    right: 8%;
}
.prism-create .template14 .temp14_content .right_col_sec .stats_sec {
    margin-top: 6%;
}
.prism-create .template14 .temp14_content .right_col_sec .stats_sec.stats_sec_first {
    margin-top: 3%;
}
.prism-create .template14 .temp14_content .right_col_sec .stats_sec p span {
    width: 16px;
    height: 16px;
    background: #4bcb3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2%;
}
.prism-create .template14 .temp14_content .right_col_sec .stats_sec p span.color_lb {
    background: #26d9db;
}
.prism-create .template14 .temp14_content .right_col_sec h5 {
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #ffffff;
     font-family: 'SourceSansPro-Bold';
    width: 80%;
}
.prism-create .template14 .temp14_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 90%;
    font-family: 'ClanOT';
    margin: 10% 0% 0%;
}
.prism-create .template14 .temp14_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template14 .temp14_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 6% 0% 2%;
    width: 45%;
}
.prism-create .template14 .temp14_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template14 .temp14_content h4 {
	    font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template14 .temp14_content h4 span {
    margin-left: 5%;
}
.prism-create .template14 .temp14_content .temp14_payment_bar {
    padding-right: 11%;
    position: relative;
    margin-top: 2%;
    width: 65%;
}
.prism-create .template14 .temp14_content .bar-inner.bar-inner-lightblue {
    background-color: #26d9db;
}
.prism-create .template14 .temp14_content .bar-inner.bar-inner-green {
    background-color: #4bcb3e;
}

.prism-create .template14 .temp14_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template14 .temp14_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template14 .temp14_content .right_col_sec .stats_sec p {
    margin-bottom: 2%;
}
.prism-create .template14 .temp14_content .right_col_sec .stats_sec_last p {
    display: flex;
        align-items: center;
}

@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template14 .temp14_content .right_col_sec {
    top: 20%;
}
.prism-create .template14 .temp14_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template14 .temp14_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template14 .temp14_content .right_col_sec {
    top: 15%;
}       
}
@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template14 .temp14_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template14 .temp14_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template14 .temp14_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template14 .temp14_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template14 .temp14_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}
.prism-create .template14 .temp14_content {
    display: block;
}
.prism-create .template14 .temp14_content .right_col_sec {
    position: relative;
    width: 76%;
    top: inherit;
    right: inherit;
    margin: 0px auto 20%;
}      
.prism-create .template14 .temp14_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 100%;
}
.prism-create .template14 .temp14_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
 
.prism-create .template14 .temp14_content .temp14_payment_bar {
    padding-right: 16%;
    width: 80%;
    margin-top: 4%;
}    
.prism-create .template14 .temp14_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template14 .temp14_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template14 .temp14_content .right_col_sec h5 {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
}    
}
@media (max-width: 480px) {
.prism-create .template14 .temp14_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%
}  
.prism-create .template14 .temp14_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template14 .temp14_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template14 .temp14_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template14 .temp14_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template14 .temp14_content p img {
    width: 70%;
} 
.prism-create .template14 .temp14_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  

.prism-create .template14 .temp14_content .bar_count {
    bottom: -40%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template14 .temp14_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template14 .temp14_content .right_col_sec .chart_sec {
    padding: 9% 10% 13%;
}    
.prism-create .template14 .temp14_content .right_col_sec {
    margin: 0px auto 25%;
}  
.prism-create .template14 .temp14_content .right_col_sec .bottom_text_sec {
    bottom: -15%;
    width: 45%;
}  
.prism-create .template14 .temp14_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
.prism-create .template14 .temp14_content .right_col_sec .stats_sec {
    margin-top: 12%;
}    
.prism-create .template14 .temp14_content .temp14_payment_bar {
    width: 100%;
} 
.prism-create .template14 .temp14_content .right_col_sec h5 {
    font-size: 4vw;
    line-height: 5vw;
}    
}
@media (max-height: 450px) {

}
/* template14 css end */


/* template15 css start */
.prism-create .template15 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page15-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template15 .temp15_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template15 .temp15_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template15 .temp15_content .right_col_sec {
    width: 32%;
    position: absolute;
    top: 16%;
    right: 8%;
}
.prism-create .template15 .temp15_content .right_col_sec .stats_sec {
    margin-top: 6%;
}
.prism-create .template15 .temp15_content .right_col_sec .stats_sec.stats_sec_first {
    margin-top: 3%;
}
.prism-create .template15 .temp15_content .right_col_sec .stats_sec p span {
    width: 16px;
    height: 16px;
    background: #4bcb3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2%;
}
.prism-create .template15 .temp15_content .right_col_sec .stats_sec p span.color_lb {
    background: #26d9db;
}
.prism-create .template15 .temp15_content .right_col_sec h5 {
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #ffffff;
     font-family: 'SourceSansPro-Bold';
    width: 70%;
}
.prism-create .template15 .temp15_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 90%;
    font-family: 'ClanOT';
    margin: 18% 0% 0%;
}
.prism-create .template15 .temp15_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template15 .temp15_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 6% 0% 2%;
    width: 40%;
}
.prism-create .template15 .temp15_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template15 .temp15_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template15 .temp15_content h4 span {
    margin-left: 5%;
}
.prism-create .template15 .temp15_content .temp15_payment_bar {
    padding-right: 11%;
    position: relative;
    margin-top: 2%;
    width: 65%;
}
.prism-create .template15 .temp15_content .bar-inner.bar-inner-lightblue {
    background-color: #26d9db;
}
.prism-create .template15 .temp15_content .bar-inner.bar-inner-green {
    background-color: #4bcb3e;
}

.prism-create .template15 .temp15_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template15 .temp15_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template15 .temp15_content .right_col_sec .stats_sec p {
    margin-bottom: 2%;
}
.prism-create .template15 .temp15_content .right_col_sec .stats_sec_last p {
    display: flex;
        align-items: center;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template15 .temp15_content .right_col_sec {
    top: 20%;
}
.prism-create .template15 .temp15_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template15 .temp15_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template15 .temp15_content .right_col_sec {
    top: 15%;
}       
}
@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template15 .temp15_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template15 .temp15_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template15 .temp15_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template15 .temp15_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template15 .temp15_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}
.prism-create .template15 .temp15_content {
    display: block;
}
.prism-create .template15 .temp15_content .right_col_sec {
    position: relative;
    width: 76%;
    top: inherit;
    right: inherit;
    margin: 0px auto 20%;
}      
.prism-create .template15 .temp15_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template15 .temp15_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
 
.prism-create .template15 .temp15_content .temp15_payment_bar {
    padding-right: 16%;
    width: 80%;
    margin-top: 4%;
}    
.prism-create .template15 .temp15_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template15 .temp15_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template15 .temp15_content .right_col_sec h5 {
    font-size: 3vw;
    line-height: 4vw;
}    
}
@media (max-width: 480px) {

.prism-create .template15 .temp15_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template15 .temp15_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template15 .temp15_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template15 .temp15_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template15 .temp15_content p img {
    width: 70%;
} 
.prism-create .template15 .temp15_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  

.prism-create .template15 .temp15_content .bar_count {
    bottom: -40%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template15 .temp15_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template15 .temp15_content .right_col_sec .chart_sec {
    padding: 9% 10% 13%;
}    
.prism-create .template15 .temp15_content .right_col_sec {
    margin: 0px auto 25%;
}  
.prism-create .template15 .temp15_content .right_col_sec .bottom_text_sec {
    bottom: -15%;
    width: 45%;
}  
.prism-create .template15 .temp15_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
.prism-create .template15 .temp15_content .right_col_sec .stats_sec {
    margin-top: 12%;
}    
.prism-create .template15 .temp15_content .temp15_payment_bar {
    width: 100%;
} 
.prism-create .template15 .temp15_content .right_col_sec h5 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}    
}
@media (max-height: 450px) {

}
/* template15 css end */


/* template16 css start */
.prism-create .template16 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page16-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template16 .temp16_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template16 .temp16_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template16 .temp16_content .right_col_sec {
    width: 32%;
    position: absolute;
    top: 9%;
    right: 8%;
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec {
    margin-top: 5%;
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec.stats_sec_first {
    margin-top: 3%;
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec p span {
    width: 16px;
    height: 16px;
    background: #4bcb3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2%;
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec p span.color_lb {
    background: #26d9db;
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec p span.color_dk {
    background: #015b7e;
}
.prism-create .template16 .temp16_content .right_col_sec h5 {
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #ffffff;
     font-family: 'SourceSansPro-Bold';
    width: 70%;
}
.prism-create .template16 .temp16_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 90%;
    font-family: 'ClanOT';
    margin: 15% 0% 0%;
}
.prism-create .template16 .temp16_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template16 .temp16_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 6% 0% 2%;
    width: 40%;
}
.prism-create .template16 .temp16_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template16 .temp16_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    margin: 0% 0% 2%;
    color: #ffffff;
}
.prism-create .template16 .temp16_content h4 span {
    margin-left: 5%;
}
.prism-create .template16 .temp16_content .temp16_payment_bar {
    padding-right: 11%;
    position: relative;
    margin-top: 2%;
    width: 65%;
}

.prism-create .template16 .temp16_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template16 .temp16_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec p {
    margin-bottom: 2%;
}
.prism-create .template16 .temp16_content .right_col_sec .stats_sec_last p {
    display: flex;
        align-items: center;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template16 .temp16_content .right_col_sec {
    top: 15%;
}
.prism-create .template16 .temp16_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}    
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template16 .temp16_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template16 .temp16_content .right_col_sec {
    top: 7%;
}       
}
@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template16 .temp16_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template16 .temp16_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template16 .temp16_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template16 .temp16_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template16 .temp16_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}
.prism-create .template16 .temp16_content {
    display: block;
}
.prism-create .template16 .temp16_content .right_col_sec {
    position: relative;
    width: 76%;
    top: inherit;
    right: inherit;
    margin: 0px auto 20%;
}      
.prism-create .template16 .temp16_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template16 .temp16_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
 
.prism-create .template16 .temp16_content .temp16_payment_bar {
    padding-right: 16%;
    width: 80%;
    margin-top: 4%;
}    
.prism-create .template16 .temp16_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template16 .temp16_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template16 .temp16_content .right_col_sec h5 {
    font-size: 3vw;
    line-height: 4vw;
}    
}
@media (max-width: 480px) {
.prism-create .template16 .temp16_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template16 .temp16_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template16 .temp16_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template16 .temp16_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template16 .temp16_content p img {
    width: 70%;
} 
.prism-create .template16 .temp16_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  

.prism-create .template16 .temp16_content .bar_count {
    bottom: -40%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template16 .temp16_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template16 .temp16_content .right_col_sec .chart_sec {
    padding: 9% 10% 13%;
}    
.prism-create .template16 .temp16_content .right_col_sec {
    margin: 0px auto 25%;
}  
.prism-create .template16 .temp16_content .right_col_sec .bottom_text_sec {
    bottom: -15%;
    width: 45%;
}  
.prism-create .template16 .temp16_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
.prism-create .template16 .temp16_content .right_col_sec .stats_sec {
    margin-top: 12%;
}    
.prism-create .template16 .temp16_content .temp16_payment_bar {
    width: 100%;
} 
.prism-create .template16 .temp16_content .right_col_sec h5 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}    
}
@media (max-height: 450px) {
.prism-create .template16 .temp16_content .right_col_sec .stats_sec p {
    margin-bottom: 1%;
}
}
/* template16 css end */


/* template17 css start */
.prism-create .template17 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page17-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template17 .temp17_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template17 .temp17_content .left_col_sec {
    width: 50%;
    height: 100vh;
    padding: 6% 2% 5% 8%;
}
.prism-create .template17 .temp17_content .right_col_sec {
    width: 32%;
    position: absolute;
    top: 9%;
    right: 8%;
}
.prism-create .template17 .temp17_content .right_col_sec .stats_sec {
    margin-top: 5%;
}
.prism-create .template17 .temp17_content .right_col_sec .stats_sec.stats_sec_first {
    margin-top: 3%;
}
.prism-create .template17 .temp17_content .stats_sec_identity {
    width: 10%;
    position: absolute;
    bottom: 7.5%;
    right: 2%;
}
.prism-create .template17 .temp17_content .stats_sec_identity p span {
    width: 16px;
    height: 16px;
    background: #4bcb3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4%;
}
.prism-create .template17 .temp17_content .stats_sec_identity p span.color_lb {
    background: #26d9db;
}
.prism-create .template17 .temp17_content .stats_sec_identity p span.color_dk {
    background: #015b7e;
}
.prism-create .template17 .temp17_content .stats_sec_identity p span.color_db {
    background: #295cc4;
}
.prism-create .template17 .temp17_content .right_col_sec h5 {
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #ffffff;
     font-family: 'SourceSansPro-Bold';
    width: 70%;
}
.prism-create .template17 .temp17_content h2 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    width: 80%;
    font-family: 'ClanOT';
    margin: 18% 0% 0%;
}
.prism-create .template17 .temp17_content h2.low_margin_top {
    margin-top: 2%;
    margin-bottom: 6%;
}
.prism-create .template17 .temp17_content h3 {
	font-size: 1.2vw;
    line-height: 1.6vw;
    color: #ffffff;
    margin: 6% 0% 2%;
}
.prism-create .template17 .temp17_content p {
	font-size: 1.1vw;
    line-height: 1.4vw;
    color: #ffffff;
}
.prism-create .template17 .temp17_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}
.prism-create .template17 .temp17_content h4 span {
    margin-left: 5%;
}
.prism-create .template17 .temp17_content .temp17_payment_bar {
    padding-right: 11%;
    position: relative;
    margin-top: 2%;
    width: 65%;
}

.prism-create .template17 .temp17_content .bar_count {
    position: absolute;
    right: 3%;
    bottom: -60%;
    font-family: 'SourceSansPro-Bold';
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
}
.prism-create .template17 .temp17_content .bar_count span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold';
}
.prism-create .template17 .temp17_content .right_col_sec .stats_sec p {
    margin-bottom: 2%;
}
.prism-create .template17 .temp17_content .stats_sec_identity p {
    display: flex;
        align-items: center;
    margin-bottom: 3%;
}
@media (max-width: 1440px) {
.prism-create .template17 .temp17_content .stats_sec_identity {
    bottom: 12.5%;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
.prism-create .template17 .temp17_content .right_col_sec {
    top: 17%;
}
.prism-create .template17 .temp17_content .left_col_sec {
    padding: 16% 2% 5% 8%;
}   
.prism-create .template17 .temp17_content .stats_sec_identity {
    bottom: 18%;
}
}

@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template17 .temp17_content .left_col_sec {
    padding: 6% 2% 5% 8%;
}  
.prism-create .template17 .temp17_content .right_col_sec {
    top: 7%;
}    
.prism-create .template17 .temp17_content .stats_sec_identity {
    bottom: 10%;
}  
}
@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template17 .temp17_content .left_col_sec {
    width: 100%;
    height: auto;
    padding: 15% 12% 6% 12%;
}  
.prism-create .template17 .temp17_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template17 .temp17_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template17 .temp17_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 8% 0% 5%;
    width: 100%;
}    
.prism-create .template17 .temp17_content h3 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}
.prism-create .template17 .temp17_content {
    display: block;
}
.prism-create .template17 .temp17_content .right_col_sec {
    position: relative;
    width: 76%;
    top: inherit;
    right: inherit;
    margin: 0px auto 10%;
}      
.prism-create .template17 .temp17_content h5 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.prism-create .template17 .temp17_content h6 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
 
.prism-create .template17 .temp17_content .temp17_payment_bar {
    padding-right: 16%;
    width: 80%;
    margin-top: 4%;
}    
.prism-create .template17 .temp17_content .bar_count {
    bottom: -45%;
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template17 .temp17_content .bar_count span {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template17 .temp17_content .right_col_sec h5 {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template17 .temp17_content .stats_sec_identity {
    width: 76%;
    margin: 0px auto 10%;
    position: relative;
    bottom: inherit;
    right: inherit;
}    
}
@media (max-width: 480px) {
.prism-create .template17 .temp17_content .two_cols .left_col_sec {
    padding: 22% 12% 15% 12%
}  
.prism-create .template17 .temp17_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template17 .temp17_content p {
    font-size: 4vw;
    line-height: 5vw;
}    
.prism-create .template17 .temp17_content h2 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template17 .temp17_content p span {
    font-size: 4vw;
    line-height: 5vw;
} 
.prism-create .template17 .temp17_content p img {
    width: 70%;
} 
.prism-create .template17 .temp17_content h5 {
    font-size: 4vw;
    line-height: 5vw;
}  

.prism-create .template17 .temp17_content .bar_count {
    bottom: -40%;
    font-size: 4vw;
    line-height: 5vw;
}
.prism-create .template17 .temp17_content .bar_count span {
    font-size: 5.5vw;
    line-height: 6.5vw;
}   
.prism-create .template17 .temp17_content .right_col_sec .chart_sec {
    padding: 9% 10% 13%;
}    
.prism-create .template17 .temp17_content .right_col_sec {
    margin: 0px auto 10%;
}  
.prism-create .template17 .temp17_content .right_col_sec .bottom_text_sec {
    bottom: -15%;
    width: 45%;
}  
.prism-create .template17 .temp17_content h6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
.prism-create .template17 .temp17_content .right_col_sec .stats_sec {
    margin-top: 12%;
}    
.prism-create .template17 .temp17_content .temp17_payment_bar {
    width: 100%;
} 
.prism-create .template17 .temp17_content .right_col_sec h5 {
    font-size: 4vw;
    line-height: 5vw;
    width: 100%;
}   
.prism-create .template17 .temp17_content .stats_sec_identity {
    margin: 0px auto 20%;
}     
}
@media (max-height: 450px) {
.prism-create .template17 .temp17_content .right_col_sec .stats_sec p {
    margin-bottom: 1%;
}
}
/* template17 css end */

/* template18 css start */
.prism-create .template18 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page18-bg.jpg") no-repeat center top;
    background-size: cover;
}
.prism-create .template18 .temp18_content {
    width: 60%;
    position: absolute;
    top: 42%;
    left: 8%;
}
.prism-create .template18 .temp18_content h1 {
	font-size: 4vw;
    line-height: 4.4vw;
    color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
    margin: 2% 0% 4%;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}


@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template18 .temp18_content {
    width: 70%;
    left: 15%;
    top: inherit;
    bottom: 30%;
}
.prism-create .template18 .temp18_content h1 {
    font-size: 7vw;
    line-height: 8vw;
}    
  
}
@media (max-width: 480px) {
.prism-create .template18 {
    background: url("images/page18-bg.jpg") no-repeat 30% top;
    background-size: cover;
}    
.prism-create .template18 .temp18_content {
    width: 80%;
    left: 10%;
}
.prism-create .template18 .temp18_content h1 {
    font-size: 8vw;
    line-height: 10vw;
    margin: 0% 0 5%;
}    
}
@media (max-height: 450px) {


}
/* template18 css end */

/* template19 css start */
.prism-create .template19 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #4c12a1;
    background: url("images/page19-bg.jpg") no-repeat top center;
    background-size: cover;
}
.prism-create .template19 .temp19_content {
    width: 80%;
    position: absolute;
    top: 13%;
    left: 8%;
}
.prism-create .template19 .temp19_content .two_col_content {
    width: 100%;
    margin: 0px auto;
}
.prism-create .template19 .temp19_content .temp19_two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template19 .temp19_content .temp19_two_cols .temp19_two_cols_left {
    width: 48%;
}
.prism-create .template19 .temp19_content .temp19_two_cols .temp19_two_cols_right {
    width: 48%;
}

.prism-create .template19 .temp19_content .two_col_content .all_col_content {
    width: 100%;
    margin-bottom: 3%;
}
.prism-create .template19 .temp19_content .low_margin_top {
    margin-top: 3%;
}
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_left_cols {
    width: 8%;
}
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_left_cols img {
    width: 100%;
}
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_right_cols {
    width: 80%;
    margin-left: 3%;
}
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_right_cols .tick_img {
    width: 3%;
    margin-right: 1%;
}
.prism-create .template19 .temp19_content p {
	font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 3%;
    color: #ffffff;
}
.prism-create .template19 .temp19_content h4 {
	font-size: 2.2vw;
    line-height: 3vw;
    font-family: 'ClanOffcPro-Ultra';
    color: #ffffff;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template19 .temp19_content {
    top: 25%;
}
}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template19 .temp19_content {
    top: 13%;
}
}

@media (max-width: 1024px) {

}
@media (max-width: 1024px) and (min-height: 700px) {

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template19 .temp19_content {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 18% 12% 10% 12%;
}
.prism-create .template19 .temp19_content .temp19_two_cols {
    display: block;
}  
.prism-create .template19 .temp19_content .temp19_two_cols .temp19_two_cols_left {
    width: 100%;
}    
.prism-create .template19 .temp19_content .temp19_two_cols .temp19_two_cols_right {
    width: 100%;
}    
.prism-create .template19 .temp19_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}  

.prism-create .template19 .temp19_content .two_col_content {
    width: 100%;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
    margin-top: 6%;
}      
.prism-create .template19 .temp19_content .two_col_content .all_col_content {
    width: 100%;
    margin-bottom: 3%;
}   
.prism-create .template19 .temp19_content p {
    font-size: 3vw;
    line-height: 4vw;
}    
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_right_cols {
    width: 87%;
    margin-left: 3%;
}    
}
@media (max-width: 480px) {
.prism-create .template19 .temp19_content {
    padding: 22% 12% 15% 12%;
}
.prism-create .template19 .temp19_content h4 {
    font-size: 7vw;
    line-height: 8vw;
} 
.prism-create .template19 .temp19_content p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}    
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_left_cols {
    width: 20%;
} 
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_right_cols .tick_img {
    width: 5%;
    margin-right: 1%;
}    
.prism-create .template19 .temp19_content .two_col_content .all_col_content .inner_two_cols .inner_right_cols {
    width: 77%;
}    
.prism-create .template19 .temp19_content .two_col_content .all_col_content {
    margin-bottom: 6%;
}  
.prism-create .template19 .temp19_content .two_col_content {
    margin-top: 10%;
}  
.prism-create .template19 .control_nav {
    position: relative !important;
    left: inherit;
    z-index: 10000;
    width: 100%;
    text-align: center;
    bottom: inherit;
}    
}
@media (max-height: 450px) {


}
/* template19 css end */


/* template2 css start */
.prism-create .template20 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right, #4c12a1, #432cac, #393eb6, #304dbe, #285bc5);
}
.prism-create .template20 .temp20_content {
    width: 85%;
    position: absolute;
    top: 13%;
    left: 8%;
}
.prism-create .template20 .temp20_content .two_cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prism-create .template20 .temp20_content .two_cols .left_col_sec {
    width: 55%;
}
.prism-create .template20 .temp20_content .two_cols .left_col_sec video {
    width: 100%;
    cursor: pointer;
}

.prism-create .template20 .temp20_content .two_cols .right_col_sec {
    width: 45%;
    display: flex;
    align-items: center;
}
.prism-create .template20 .temp20_content .two_cols .right_col_sec .center_text_sec {
    padding: 0% 10%;
}
.prism-create .template20 .temp20_content h4 {
	font-size: 2vw;
    line-height: 2.4vw;
    color: #ffffff;
    font-family: 'ClanOffcPro-Ultra';
    display: block;
    position: relative;
}
.prism-create .template20 .temp20_content p {
	font-size: 1.1vw;
    line-height: 1.5vw;
    margin: 2% 0% 2%;
    color: #ffffff;
    display: block;
}
.prism-create .template20 .temp20_content p.extra_margin {
   margin-bottom: 6%;
}
@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template20 .temp20_content {
    top: 20%;
}
}


@media (max-width: 1024px) {

}
@media (max-width: 1366px) and (max-height: 650px) {
.prism-create .template20 .temp20_content {
    top: 11%;
}
}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template20 .temp20_content {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 18% 12% 10% 12%;
}    
.prism-create .template20 .temp20_content .two_cols {
    display: block;
    margin-top: 10%;
}    
.prism-create .template20 .temp20_content .two_cols .left_col_sec {
    width: 100%;
}
.prism-create .template20 .temp20_content .two_cols .right_col_sec {
    width: 100%;
} 
.prism-create .template20 .temp20_content .two_cols .right_col_sec .center_text_sec {
    padding: 8% 0% 7% 0%;
}    
.prism-create .template20 .temp20_content h4 {
    font-size: 5vw;
    line-height: 6vw;
}    
.prism-create .template20 .temp20_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
}    
  
}
@media (max-width: 480px) {
.prism-create .template20 .temp20_content h4 {
    font-size: 7vw;
    line-height: 8vw;
}    
.prism-create .template20 .temp20_content p {
    font-size: 4vw;
    line-height: 5vw;
}  
.prism-create .template20 .temp20_content .two_cols .right_col_sec .center_text_sec {

}    
    
}
@media (max-height: 450px) {


}
/* template20 css end */

/* template21 css start */
.prism-create .template21 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgb(0,151,117);
    background-image: linear-gradient(to right, #4c12a1, #432cac, #393eb6, #304dbe, #285bc5);
}
.prism-create .template21 .temp21_content {
    width: 60%;
    position: absolute;
    bottom: 6%;
    left: 8%;
}
.prism-create .template21 .temp21_content .temp21_four_colsec {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.prism-create .template21 .temp21_content .temp21_four_colsec .four_inner_cols {
	width: 22%;
}
.prism-create .template21 .temp21_content .temp21_four_colsec .first_cols {
	width: 18%;
}
.prism-create .template21 .temp21_content .two_col_sec {
    display: table;
    width: 100%;
    margin-bottom: 0.5%;
}
.prism-create .template21 .temp21_content .two_col_sec .left_img_sec {
    display: table-cell;
    width: 38px;
    padding-right: 10px;
}
.prism-create .template21 .temp21_content .two_col_sec .right_col_sec {
    display: table-cell;
    vertical-align: middle;
}
.prism-create .template21 .temp21_content p {
	font-size: 0.8vw;
    line-height: 1.2vw;
    color: #ffffff;
    margin: 2% 0% 4%;
}
.prism-create .template21 .temp21_content p a {
    color: #ffffff;
}
.prism-create .template21 .temp21_content .copyrights_sec {
    margin-top: 1%;
}
.prism-create .template21 .temp21_content .copyrights_sec p {
    font-size: 0.6vw;
    line-height: 0.9vw;
    width: 90%;
}
.prism-create .template21 .fis_logo_sec {
    width: 20%;
    position: absolute;
    right: 7%;
    bottom: 10%;
}
.prism-create .template21 .fis_logo_sec img  {
    width: 100%;
}

@media (max-width: 1440px) {
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}


@media (max-width: 1024px) {

}

}
@media (max-width: 990px) {


}
@media only screen and (min-device-width: 812px) and (max-device-width: 812px) {}
@media (max-width: 767px) {}
@media (orientation:portrait) {
.prism-create .template21 .temp21_content {
    width: 80%;
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 20% auto 10%;
}
.prism-create .template21 .temp21_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
}   
.prism-create .template21 .temp21_content .copyrights_sec p {
    font-size: 2vw;
    line-height: 3vw;
    width: 100%;
}    
.prism-create .template21 .fis_logo_sec {
    width: 40%;
    position: absolute;
    right: 10%;
    bottom: 15%;
} 
.prism-create .template21 .temp21_content .temp21_four_colsec {
    width: 100%;
    display: block;
    justify-content: flex-start;
    align-items: center;
    margin: 8% 0%;
}
.prism-create .template21 .temp21_content .temp21_four_colsec .first_cols {
    width: 100%;
}
.prism-create .template21 .temp21_content .two_col_sec .left_img_sec {
    width: 60px;
    padding-right: 16px;
    vertical-align: middle;
}
.prism-create .template21 .temp21_content .temp21_four_colsec .four_inner_cols {
    width: 100%;
}
.prism-create .template21 .fis_logo_sec {
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
    text-align: right;
    padding-left: 44%;
    padding-right: 6%;
    margin-bottom: 5%;
}
}

@media (max-width: 480px) {
.prism-create .template21 .temp21_content p {
    font-size: 4vw;
    line-height: 5vw;
}   
.prism-create .template21 .temp21_content .copyrights_sec p {
    font-size: 3vw;
    line-height: 4vw;
} 
.prism-create .template21 .temp21_content .two_col_sec {
    display: table;
    width: 100%;
    margin-bottom: 0.5%;
}
.prism-create .template21 .fis_logo_sec {
    padding-left: 30%;
    padding-right: 6%;
    margin-bottom: 8%;
} 
.prism-create .template21 .temp21_content .two_col_sec .left_img_sec {
    width: 45px;
    padding-right: 14px;
    vertical-align: middle;
}
.prism-create .template21 .temp21_content .temp21_four_colsec {
    margin: 10% 0% 8%;
}
.prism-create .template21 .temp21_content .temp21_four_colsec .four_inner_cols {
    margin: 4% 0%;
}
.prism-create .template21 .temp21_content {
    width: 80%;
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 35% auto 10%;
}
}
@media (max-height: 450px) {
.prism-create .template21 .temp21_content .two_col_sec .left_img_sec {
    width: 26px;
    padding-right: 7px;
}

}
/* template21 css end */

/* end demo 1 */

.view_demo {
  margin-top: 400px;
  text-align: center;
  width: 100%;
}
.view_demo > a {
  background: #08c none repeat scroll 0 0;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}
::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4bcb3e; 
    cursor: pointer;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #4bcb3e; 
}
.jumpto {
  cursor: pointer;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}


.cd-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.91);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .cd-lightbox .form-card {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .cd-lightbox form {
    
  }
  
  .cd-lightbox h4 {
    color: white;
    margin: 0;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .cd-lightbox form {
        width: 90%;
        /* height: 90%; */
    }
  }

fieldset.mktoFormCol {
    border: none;
    padding-right: 0px !important;
    transform: translateX(-10px);
}
#mktoForm_2550 {
    margin-top: 10px;
    width: 320px !important;
}

#mktoForm_2550 input {
    border: none;
    margin-top: 10px;
    padding: 0px 10px;
    height: 40px;
    font-size: 20px!important;
    width: 100% !important;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 4px;
}

#mktoForm_2550 input#salesToContact,
#mktoForm_2550 input#privacyandTerms,
#mktoForm_2550 input#mktoRadio_70385_1,
#mktoForm_2550 input#mktoRadio_70385_0
{
    height: unset!important;
}
#mktoForm_2550 .mktoFormRow {
    width: 320px !important;
}
#mktoForm_2550 .mktoFormCol {
    transform: none;
}
#mktoForm_2550 .mktoLabel.mktoHasWidth {
    margin-bottom: 5px;
    width: 100% !important;
}

#mktoForm_2550 .mktoFieldDescriptor.mktoFormCol,
#mktoForm_2550 .mktoFieldWrap.mktoRequiredField {
    width: 100% !important;
}

#mktoForm_2550 > div:nth-child(2) > fieldset > div:nth-child(5) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

#mktoForm_2550 .mktoOffset {
    width: 0px !important;
}

#mktoForm_2550 .mktoFieldWrap .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 30px !important;
}

#LblsingleOptIn {
    color: black;
}

#mktoForm_2550 .mktoButtonRow {
    width: 100%;
    display: flex;
    justify-content: center;
}
#mktoForm_2550 .mktoButton.custom-btn {
    background-image: none !important;
    background-color: rgb(75, 205, 62) !important;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 15px;
    color: black;
    margin: auto;
    border: 1px solid rgb(75, 205, 62) !important;
}
#mktoForm_2550 .mktoButton.custom-btn:hover {
    background-color: white !important;
}

.position-relative {
    position: relative;
}

.close-icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}