body {
	margin: 0;
	padding: 0;
}
.prism-create {
	color: #000000;
	font-family: 'helvetica';
	font-weight: lighter;
}
.prism-create img {
	max-width: 100%; 
}
* {
	box-sizing: border-box;
}
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: 'galano_grotesqueregular';
	src: url('fonts/rene_bieder_-_galano_grotesque-webfont.eot');
	src: url('fonts/rene_bieder_-_galano_grotesque-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rene_bieder_-_galano_grotesque-webfont.woff2') format('woff2'), url('fonts/rene_bieder_-_galano_grotesque-webfont.woff') format('woff'), url('fonts/rene_bieder_-_galano_grotesque-webfont.ttf') format('truetype'), url('fonts/rene_bieder_-_galano_grotesque-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GalanoGrotesque-SemiBold';
	src: url('fonts/GalanoGrotesque-SemiBold.eot');
	src: url('fonts/GalanoGrotesque-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/GalanoGrotesque-SemiBold.woff2') format('woff2'), url('fonts/GalanoGrotesque-SemiBold.woff') format('woff'), url('fonts/GalanoGrotesque-SemiBold.ttf') format('truetype'), url('fonts/GalanoGrotesque-SemiBold.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* fonts used */
.slick-next, .slick-prev {
	display: 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 .controls a.icon-menu {
	background-image: url(../images/menu-cz.png);
	top: 22px;
	left: 90px;
	display: block;
	width: 42px;
	height: 35px;
    z-index: 10000;
    display: none;
}
.prism-create .nav a.icon-close {
	width: 35px;
	height: 25px;
	background-image: url(../images/left-arrow-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: #9ddcf9;
	height: auto;
	top: 75px;
	left: 80px;
	z-index: 100;
    border-top: 8px solid #4274b9;
    display: none;
    padding: 20px 0px;
    width: auto;
    min-width: 200px;
}

.prism-create .nav .title {
	background: #e95326;
}
.prism-create .nav li {
	border-top: 0px;
    list-style: none;
}
.prism-create .menu {
	padding: 0px;
	display: block !important;
}
ul.menu.prism_menu1 {
    display: none !important;
}
.prism-create .nav.visible {
    left: 90px;
}
.prism-create .nav li a {
	color: #000000;
    padding: 5px 30px 5px 35px;
	font-size: 15px;
	line-height: 20px;
    font-family: 'helvetica';
    font-weight:bold;
    position: relative;
    -webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	transition: 2s all ease-in-out; 
}
.prism-create .nav li a:hover:before {
    content: "";
    display: block;
    background: url("../images/menu_arrow.png") no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 28px;
    float: left;
    margin: 0 6px 0 0;
    position: absolute;
    left: 0px;
    top: 0px;
   -webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	transition: 2s all ease-in-out;
}
.prism-create .nav li a span {
	font-size: 25px;
	line-height: 32px;
	display: block;
}
.prism-create .header {
	display: none;
}
.prism-create .deep-dive a.icon-close {
	display: none;
}

.prism-create .nav .title h3 {
	display: none;
}

.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;
}
.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 .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;
	background: #ffffff;
}
/* template1 css start */

.prism-create .template1 {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #41abe1 url("../images/page1-image.gif");
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.prism-create .home_icon {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999999;
}
.prism-create  a.icon-menu-nav {
     position: absolute;
background-image: url(../images/menu-cz.png);
background-size: 200px auto;
background-repeat: no-repeat;
top: 22px;
left: 80px;
display: block;
width: 200px;
height: 38px;
z-index: 10000;
cursor: pointer;
}
.prism-create .template1 .temp1_content {
	position: absolute;
	width: 45%;
	left: 10%;
	top: 20%;
	padding-right: 15%;
}
.prism-create .template1 .temp1_content h1 {
	font-family: 'helvetica';
    font-weight:bold;
    font-size: 2.6vw;
	line-height: 3.2vw;
	margin-top: 1%;
    cursor: pointer;
}
.prism-create .template1 .temp1_content .page1_image {
	width: 30%;
	position: absolute;
	right: 0px;
	top: 0px;
}
.prism-create .template1 .temp1_content span {
	float: left;
}
.prism-create .template1 .temp1_content .page1_image img {
	width: 100%;
}
.prism-create .template1 .temp1_content .arrow_right {
	display: inline-block;
	width: 4%;
	margin-left: 2%;
	margin-top: 1%;
	-webkit-animation: arrow-div 2s infinite ease;
	-moz-animation: arrow-div 2s infinite ease;
	-ms-animation: arrow-div 2s infinite ease;
	-o-animation: arrow-div 2s infinite ease;
	animation: arrow-div 2s infinite ease;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes arrow-div {
 0% {
margin-left: 2%;
}
 50% {
margin-left: 4%;
}
 100% {
margin-left: 2%;
}
}
/* Standard syntax */
@keyframes arrow-div {
 0% {
margin-left: 2%;
}
 50% {
margin-left: 4%;
}
 100% {
margin-left: 2%;
}
}
.prism-create .template1 .temp1_content .arrow_right img {
	float: left;
}

@media (max-width: 1440px) {
}
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
    .prism-create .template1 .temp1_content {
    width: 55%;
}
    .prism-create .template1 .temp1_content h1 {
    font-size: 3vw;
    line-height: 3.2vw;
}
}
@media (max-width: 1024px) {
.prism-create .template1 {
	overflow: auto;
}
.prism-create .template1 .temp1_content {
	position: relative;
	width: 60%;
	left: inherit;
	top: inherit;
	padding-right: 20%;
	margin: 15% auto 5%;
}
.prism-create .template1 .temp1_content h1 {
	font-size: 3.5vw;
    line-height: 4vw;
	margin-top: 3%;
}
}
@media (max-width: 990px) {

    .prism-create .template1 .temp1_content {
    width: 52%;
    margin: 10% auto 5%;
}
    .prism-create .template1 .temp1_content h1 {
        font-size: 2.8vw;
    line-height: 3.5vw;
}
}
@media (max-width: 767px) {

.prism-create .home_icon {
	width: 30px;
	height: 30px;
}
.prism-create .template1 .temp1_content {
	width: 60%;
	padding-right: 20%;
}
.prism-create .template1 .temp1_content h1 {
	font-size: 3.5vw;
    line-height: 4vw;
	margin-top: 3%;
}
    .prism-create a.icon-menu-nav {
    top: 22px;
left: 65px;
width: 144px;
height: 26px;
background-size: 144px auto;
}
    .prism-create .nav {
    top: 60px;
        left: 70px;
}
    .prism-create .nav.visible {
    left: 70px;
}
    .prism-create .nav {
	left: 20px;
}
}

@media (orientation:portrait) {
.prism-create .template1 .temp1_content {
	margin: 20% auto;
	width: 72%;
	padding-right: 0%;
}
.prism-create .template1 .temp1_content h1 {
	font-size: 6.5vw;
    line-height: 7vw;
}
.prism-create .template1 .temp1_content .page1_image {
	width: 50%;
	position: relative;
	right: inherit;
	top: inherit;
	margin-top: 5%;
	float: right;
}
}

@media (orientation:landscape) {
}

@media (max-width: 480px) {
.prism-create .template1 .temp1_content {
	margin: 45% auto 5%;
}
.prism-create .home_icon {
    width: 25px;
    height: 25px;
    left: 15px;
}
.prism-create a.icon-menu-nav {
    top: 22px;
    left: 48px;
    width: 144px;
    height: 24px;
    background-size: 120px auto;
}
}
/* template1 css end */
.prism-create .btn_default {
	padding: 10px 35px 10px 20px;
	display: inline-block;
	background: #000000;
	color: #ffffff;
	font-size: 1.2vw;
    line-height: 2vw;
	position: relative;
    cursor: pointer;
}
.prism-create .btn_grey {
	background: #666666;
}
.prism-create .btn_default .arrow_right_anim {
	position: absolute;
    font-size: 2vw;
    line-height: 1.7vw;
	-webkit-animation: arrow-div 2s infinite ease;
	-moz-animation: arrow-div 2s infinite ease;
	-ms-animation: arrow-div 2s infinite ease;
	-o-animation: arrow-div 2s infinite ease;
	animation: arrow-div 2s infinite ease;
}
.prism-create .zyxel_logo_innerpages {
	position: absolute;
    right: 2%;
    top: 3%;
    width: 7%;
    z-index: 100000;
    min-width: 150px;
}
.prism-create p.close_section {
    width: 30px;
    position: absolute;
    top: 12%;
    right: 2%;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-ms-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
      transform: scale(0.8);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.8);
  }
}
@keyframes pulse {
  0% {
      transform: scale(0.8);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.8);
  }
}
.prism-create p.close_section_div {
        width: 30px;
    position: absolute;
    top: 15%;
    right: 3%;
    cursor: pointer;
}
/* template1 css start */

.prism-create .template2 {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #65bc46 url("../images/page2-image.png");
	background-size: 65% auto;
	background-position: 80% bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
.prism-create .template2 .temp2_content {
	position: absolute;
	width: 56%;
	left: 10%;
	top: 20%;
    z-index: 101;
}
.prism-create .template2 .temp2_content h1 {
	font-family: 'helvetica';
    font-weight: bold;
	font-size: 5vw;
	line-height: 6vw;
}
.prism-create .template2 .temp2_content h2 {
	font-size: 3vw;
    line-height: 3.8vw;
	margin-top: 1%;
}
.prism-create .template2 .temp2_content p {
    margin-top: 2%;
}
.prism-create .template2 .temp2_image {
	position: absolute;
    width: 22%;
    right: 18%;
    top: 20%;
}
.prism-create .sec_arrow_prev {
	position: absolute;
	width: 1.5%;
	left: 2%;
	top: 47%;
	cursor: pointer;
	-webkit-animation: arrow-prev 2s infinite ease;
	-moz-animation: arrow-prev 2s infinite ease;
	-ms-animation: arrow-prev 2s infinite ease;
	-o-animation: arrow-prev 2s infinite ease;
	animation: arrow-prev 2s infinite ease;
    z-index: 103;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes arrow-prev {
 0% {
left: 2.5%;
}
 50% {
left: 2%;
}
 100% {
left: 2.5%;
}
}
/* Standard syntax */
@keyframes arrow-prev {
0% {
left: 2.5%;
}
 50% {
left: 2%;
}
 100% {
left: 2.5%;
}
}
.prism-create .sec_arrow_prev span {
    color: #ffffff;
    font-size: 1vw;
    position: absolute;
    left: -14%;
}
.prism-create .sec_arrow_next {
	position: absolute;
	width: 1.5%;
	right: 2%;
	top: 47%;
	cursor: pointer;
	-webkit-animation: arrow-next 2s infinite ease;
	-moz-animation: arrow-next 2s infinite ease;
	-ms-animation: arrow-next 2s infinite ease;
	-o-animation: arrow-next 2s infinite ease;
	animation: arrow-next 2s infinite ease;
    z-index: 103;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes arrow-next {
 0% {
right: 2.5%;
}
 50% {
right: 2%;
}
 100% {
right: 2.5%;
}
}
/* Standard syntax */
@keyframes arrow-next {
0% {
right: 2.5%;
}
 50% {
right: 2%;
}
 100% {
right: 2.5%;
}
}
.prism-create .sec_arrow_next span {
    color: #ffffff;
    font-size: 1vw;
    position: absolute;
    right: -14%;
}
@media (max-width: 1440px) {
    .prism-create p.close_section {
    top: 9.5%;
        width: 26px;
}
    .prism-create .zyxel_logo_innerpages {
    min-width: 130px;
}
}
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
    .prism-create .template2 .temp2_image {
    width: 35%;
    right: 10%;
    top: 24%;
}
}
@media (max-width: 1024px) {
.prism-create .template2 {
	overflow: auto;
}
.prism-create .template2 .temp2_content {
	position: relative;
	width: 80%;
	left: inherit;
	top: inherit;
	margin: 15% auto 0;
}
.prism-create .template2 .temp2_image {
	right: 10%;
	top: 23%;
	width: 35%;
}
.prism-create .sec_arrow_next, .prism-create .sec_arrow_prev {
	width: 3%;
    max-width: 25px;
}
    .prism-create .sec_arrow_prev span, .prism-create .sec_arrow_next span {
    font-size: 1.7vw;
}
}

@media (max-width: 767px) {
.prism-create .zyxel_logo_innerpages {
	right: 20px;
	top: 20px;
	width: 120px;
}
.prism-create .template2 .temp2_image {
	width: 25%;
}
    .prism-create .template2 .fixed_header {
    position: absolute;
    width: 100%;
    background: #65bc46;
    height: 88px;
    z-index: 100000;
}
     .prism-create .sec_arrow_prev span, .prism-create .sec_arrow_next span {
    font-size: 2.5vw;
}
}

@media (orientation:portrait) {
.prism-create .template2 {
	background-size: 85% auto;
}
.prism-create .template2 .temp2_content {
	margin: 20% auto 0;
}
.prism-create .template2 .temp2_content h1 {
	font-size: 7vw;
	line-height: 8vw;
}
.prism-create .template2 .temp2_content h2 {
	font-size: 5vw;
    line-height: 6vw;
	margin-top: 2%;
}
.prism-create .template2 .temp2_image {
	position: relative;
	width: 50%;
	right: inherit;
	top: inherit;
	float: right;
	margin-right: 15%;
}
}

@media (orientation:landscape) {
}

@media (max-width: 480px) {
.prism-create .template2 .temp2_content {
	margin: 45% auto 5%;
}
}
/* template1 css end */



/* template3 css start */

.prism-create .template3 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #65bc46;
}

.prism-create .template3 .template3_content {
	width: 100%;
	padding-top: 5%;
}
.prism-create .template3 .template3_content h1 {
	margin: 0% 2%;
	font-family: 'helvetica';
    font-weight: bold;
	font-size: 1.8vw;
	line-height: 2.5vw;
    color: #ffffff;
    padding-right: 5%;
}
.prism-create .template3 .tab_section {
	margin-top: 1%;
}
.prism-create .template3 .tab_section .tabs {
	width: 100%;
	display: flex;
}
.prism-create .template3 .tab_section .tabs a {
	width: 34.33%;
	display: inline-flex;
	border-top-right-radius: 20px;
	padding: 1% 2% 1% 3%;
	margin-left: -1%;
	font-size: 1.3vw;
	cursor: pointer;
	color: #ffffff;
	font-family: 'helvetica';
    font-weight:bold;
	box-shadow: 12px 0px 8px -3px rgba(0,0,0,0.3);
    outline: none !important;
}
.prism-create .template3 .tab_section .tabs a:nth-child(1) {
	z-index: 98;
	background: #3da047;
}
.prism-create .template3 .tab_section .tabs a:nth-child(2) {
	z-index: 99;
	background: #18763b;
}
.prism-create .template3 .tab_section .tabs a:nth-child(3) {
	z-index: 100;
	background: #1c5b2e;
}
.prism-create .template3 .tab_section .tabs a.inactive {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'helvetica';
	z-index: 95;
}
.prism-create .template3 .tab_section .tabs a#tab2 {
	z-index: 96;
}
.prism-create .template3 .tab_container {
	clear: both;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	background: #3da047;
	padding: 3%;
	color: #ffffff;
}
.prism-create .template3 .tab_container1 {
	background: #3da047;
	text-align: center;
}
.prism-create .template3 .tab_container2 {
	background: #18763b;
}
.prism-create .template3 .tab_container3 {
	background: #1c5b2e;
	text-align: center;
}
.prism-create .template3 .tab_container p {
	font-size: 1.3vw;
	line-height: 1.8vw;
	margin-bottom: 1%;
}
.prism-create .template3 .tab_container h2 {
	font-size: 1.4vw;
	line-height: 1.8vw;
}
.prism-create .template3 .tab_container1 .col-12 {
	width: 100%;
	display: table;
	margin: 2% 0;
}
.prism-create .template3 .tab_container1 .col-12 .col-3 {
	width: 25%;
	display: table-cell;
	border-right: 1px solid #333333;
	text-align: center;
	vertical-align: top;
	padding: 2% 0;
}
.prism-create .template3 .tab_container1 .col-12 .col-last {
	border: 0px;
}
.prism-create .template3 .tab_container1 .col-12 .col-3 img {
	width: 50%;
    display: inline-block;
}
.prism-create .template3 .tab_container2 .col-12 {
	width: 100%;
	display: block;
}
.prism-create .template3 .tab_container2 .col-12 .col-5 {
	width: 30%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: 5%;
}
.prism-create .template3 .tab_container2 h3 {
	font-size: 2.5vw;
	line-height: 3vw;
	color: #65bc46;
}
.prism-create .template3 .tab_container2 .col-12 .col-5 .col-row {
	margin-bottom: 8%;
}
.prism-create .template3 .temp3_tab2_image_sec {
	position: absolute;
	width: 22%;
	right: 12%;
	top: 5%;
}
.prism-create .template3 .temp3_tab2_image_sec p {
	margin-bottom: 5%;
}
.prism-create .template3 .tab_container3 .col-12 {
	width: 100%;
	display: table;
}
.prism-create .template3 .tab_container3 .col-12 .col-4 {
	width: 25%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 0% 2% 2%;
}
.prism-create .template3 .tab_container3 .col-12 .col-last {
	border: 0px;
}
.prism-create .template3 .tab_container3 .col-12 .col-4 img {
	width: 30%;
	margin-left: 12%;
}
.prism-create .template3 .tab_container3 .col-12 .col-4 img.mar_left {
	margin-left: 22%;
}
.prism-create .template3 .tab_container3 .col-12 .tab3_text_section {
	text-align: left;
	border-right: 1px solid #ffffff;
	min-height: 30vh;
}
.prism-create .template3 .tab_container3 .col-12 .border-0 {
	border: 0px;
}
.prism-create .template3 .tab_container3 h3 {
	font-size: 2vw;
	line-height: 3vw;
	color: #a3ca69;
	margin-bottom: 1%;
}
.prism-create .template3 .tab_container3 ul {
	margin: 0;
	padding: 0;
	padding-left: 4%;
}
.prism-create .template3 .tab_container3 ul li {
	font-size: 1vw;
	line-height: 1.3vw;
	margin-bottom: 1%;
}

@media (max-width: 1440px) {
}

@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template3 .template3_content h1 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template3 .tab_section .tabs a {
	font-size: 25px;
}
.prism-create .template3 .tab_container p {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}
.prism-create .template3 .tab_container1 .col-12 .col-3 img {
	width: 60%;
}
.prism-create .template3 .tab_container h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 0px 20px;
}
.prism-create .btn_default {
	font-size: 20px;
    line-height: 28px;
}
.prism-create .template3 .tab_container2 h3 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template3 .tab_container3 h3 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
.prism-create .template3 .tab_container3 ul li {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.prism-create .template3 .tab_container3 .col-12 .tab3_text_section {
	min-height: 36vh;
}
.prism-create .template3 .tab_container3 .col-12 .col-4 img {
	width: 40%;
}
.prism-create .template3 .temp3_tab2_image_sec {
	width: 24%;
	right: 9%;
}
}

@media (max-width: 1024px) {
.prism-create .template3 {
	overflow: auto;
}
.prism-create .template3 .template3_content {
    padding-top: 100px;
}
.prism-create p.close_section {
    top: 83px;
    width: 26px;
}
.prism-create .template3 .template3_content h1 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template3 .tab_section .tabs a {
	font-size: 25px;
}
.prism-create .template3 .tab_container {
	padding: 40px;
	min-height: 88vh;
}
.prism-create .template3 .tab_container p {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}
    .prism-create .btn_default {
    font-size: 20px;
        line-height: inherit;
}
    .prism-create .btn_default .arrow_right_anim {
     font-size: 20px;
        line-height: inherit;
}
.prism-create .template3 .tab_container1 .col-12 .col-3 img {
	width: 50%;
}
.prism-create .template3 .tab_container h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 0px 20px;
}
.prism-create .template3 .tab_container2 h3 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template3 .tab_container3 h3 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
.prism-create .template3 .tab_container3 ul li {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.prism-create .template3 .tab_container3 .col-12 .tab3_text_section {
	min-height: auto;
	padding-right: 20px;
	border: 0px;
}
.prism-create .template3 .tab_container1 .col-12 .col-3 {
	width: 40%;
	display: inline-block;
	margin-bottom: 50px;
}
.prism-create .template3 .tab_container1 .col-12 .col-3:nth-child(2) {
	border: 0px;
}
.prism-create .template3 .temp3_tab2_image_sec {
	width: 30%;
	right: 6%;
}
.prism-create .template3 .tab_container2 .col-12 .col-5 {
	width: 55%;
	display: block;
}
.prism-create .template3 .tab_container3 .col-12 .col-4 {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0% 3% 2% 5%;
}
.prism-create .template3 .tab_container3 p {
	margin-bottom: 20px;
}
}

@media (max-width: 990px) {
.prism-create .template3 .tab_container3 h3 {
	font-size: 24px;
	line-height: 28px;
}
}

@media (max-width: 767px) {
.prism-create .template3 .tab_section .tabs a {
	font-size: 20px;
}
.prism-create .template3 .template3_content h1 {
	font-size: 25px;
	line-height: 35px;
}
.prism-create .template3 .tab_container {
	padding: 30px;
	min-height: auto;
}
.prism-create .template3 .tab_container p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.prism-create .template3 .tab_container h2 {
	font-size: 25px;
	line-height: 35px;
}
.prism-create .template3 .tab_container3 h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}
.prism-create .template3 .tab_container3 ul li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
}

@media (max-width: 480px) {
.prism-create .template3 .template3_content h1 {
	font-size: 20px;
	line-height: 30px;
    padding-right: 8%;
}
.prism-create .template3 .tab_container1 .col-12 .col-3 {
	width: 100%;
	border: 0px;
	margin-bottom: 30px;
}
.prism-create .template3 .tab_section .tabs a {
	font-size: 12px;
}
.prism-create .template3 .tab_container {
	padding: 25px;
}
.prism-create .template3 .tab_container h2 {
	font-size: 20px;
	line-height: 30px;
}
.prism-create .template3 .tab_container p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.prism-create .template3 .tab_container2 .col-12 .col-5 {
	width: 100%;
	display: block;
	margin: 0px;
}
.prism-create .template3 .temp3_tab2_image_sec {
	position: relative;
	width: 100%;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.prism-create .template3 .temp3_tab2_image_sec img {
	width: 70%;
}
.prism-create .template3 .tab_container3 .col-12 .col-4 {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
}
/* template3 css end */




.prism-create .template4 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
    background: #fbc607;
}
.prism-create .template4_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
	height: 100vh;
	background:  url("../images/page6-image.png");
	background-size: 50% auto;
	background-position: 80% bottom;
	background-repeat: no-repeat;
    z-index: 102;
}
.prism-create .template4 .temp4_content {
	position: absolute;
	width: 53%;
	left: 10%;
	top: 20%;
    z-index: 1000;
}
.prism-create .template4 .temp4_content h1 {
	font-family: 'helvetica';
    font-weight: bold;
	font-size: 5vw;
	line-height: 6vw;
}
.prism-create .template4 .temp4_content h2 {
	font-size: 3vw;
	line-height: 3.8vw;
	margin-top: 1%;
}
.prism-create .template4 .temp4_content p {
	margin-top: 2%;
}
.prism-create .template4 .temp4_image {
	position: absolute;
	width: 16%;
	right: 25%;
	top: 11%;
    z-index: 100;
}
.prism-create .template4 .cloud {
    z-index: 101;
}
.prism-create .template4 .cloud1 {
	position: absolute;
	bottom: 32%;
	right: 0%;
	width: 8%;
	-webkit-animation: cloud1 35s infinite linear;
	-moz-animation: cloud1 35s infinite linear;
	-ms-animation: cloud1 35s infinite linear;
	-o-animation: cloud1 35s infinite linear;
	animation: cloud1 35s infinite linear;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes cloud1 {
 0% {
right: -10%;
}
	100% {
right: 110%;
}
}
/* Standard syntax */
@keyframes cloud1 {
0% {
right: -10%;
}
	100% {
right: 110%;
}
}
.prism-create .template4 .cloud2 {
	position: absolute;
	bottom: 25%;
	right: 0%;
	width: 6%;
    opacity: 0.6;
	-webkit-animation: cloud2 30s infinite linear;
	-moz-animation: cloud2 30s infinite linear;
	-ms-animation: cloud2 30s infinite linear;
	-o-animation: cloud2 30s infinite linear;
	animation: cloud2 30s infinite linear;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes cloud2 {
 0% {
right: -10%;
}
10% {
right: -10%;
}
	100% {
right: 110%;
}
}
/* Standard syntax */
@keyframes cloud2 {
0% {
right: -10%;
}
10% {
right: -10%;
}
	100% {
right: 110%;
}
}
.prism-create .template4 .cloud3 {
	position: absolute;
	bottom: 30%;
	right: 0%;
	width: 6%;
	-webkit-animation: cloud3 35s infinite linear;
	-moz-animation: cloud3 35s infinite linear;
	-ms-animation: cloud3 35s infinite linear;
	-o-animation: cloud3 35s infinite linear;
	animation: cloud3 35s infinite linear;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes cloud3 {
 0% {
right: -10%;
}
     20% {
right: -10%;
}
	100% {
right: 110%;
}
}
/* Standard syntax */
@keyframes cloud3 {
0% {
right: -10%;
}
    20% {
right: -10%;
}
	100% {
right: 110%;
}
}

.prism-create .template4 .cloud4 {
	position: absolute;
	bottom: 35%;
	right: 0%;
	width: 8%;
    opacity: 0.6;
	-webkit-animation: cloud4 35s infinite linear;
	-moz-animation: cloud4 35s infinite linear;
	-ms-animation: cloud4 35s infinite linear;
	-o-animation: cloud4 35s infinite linear;
	animation: cloud4 35s infinite linear;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes cloud4 {
 0% {
right: -10%;
}
35% {
right: -10%;
}
	100% {
right: 110%;
}
}
/* Standard syntax */
@keyframes cloud4 {
0% {
right: -10%;
}
35% {
right: -10%;
}
	100% {
right: 110%;
}
}
@media (max-width: 1440px) {
}
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
    .prism-create .template4 .temp4_image {
    position: absolute;
    width: 25%;
    right: 16%;
    top: 18%;
}
}
@media (max-width: 1024px) {
.prism-create .template4 {
	overflow: auto;
}
.prism-create .template4 .temp4_content {
	position: relative;
	width: 80%;
	left: inherit;
	top: inherit;
	margin: 15% auto 0;
}
.prism-create .template4 .temp4_image {
    right: 16%;
    top: 20%;
    width: 26%;
}
}
@media (max-width: 990px) {
.prism-create .template4 .temp4_image {
    right: 20%;
    top: 25%;
    width: 18%;
}
    }
@media (max-width: 767px) {
.prism-create .template4 .temp4_image {
	width: 25%;
}
    .prism-create .template4 .fixed_header {
    position: absolute;
    width: 100%;
    background: #fbc607;
    height: 88px;
    z-index: 100000;
}
}

@media (orientation:portrait) {
.prism-create .template4 {
	background-size: 85% auto;
}
.prism-create .template4 .temp4_content {
	    margin: 20% auto 5%;
}
.prism-create .template4 .temp4_content h1 {
	font-size: 7vw;
	line-height: 8vw;
}
.prism-create .template4 .temp4_content h2 {
	font-size: 5vw;
	line-height: 6vw;
	margin-top: 2%;
}

.prism-create .template4 .temp4_image {
	position: relative;
	width: 40%;
	right: inherit;
	top: inherit;
	float: right;
	margin-right: 18%;
}
}

@media (orientation:landscape) {
}

@media (max-width: 480px) {
.prism-create .template4 .temp4_content {
	margin: 45% auto 5%;
}
}
/* template4 css end */




/* template5 css start */

.prism-create .template5 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #ffc907;
}
.prism-create .template5 .template5_content {
	width: 100%;
	padding-top: 5%;
}
.prism-create .template5 .template5_content h1 {
	margin: 0% 2%;
	font-family: 'helvetica';
    font-weight: bold;
	font-size: 1.8vw;
	line-height: 2.5vw;
    padding-right: 5%;
}
.prism-create .template5 .tab_section {
	margin-top: 1%;
}
.prism-create .template5 .tab_section .tabs {
	width: 100%;
	display: flex;
}
.prism-create .template5 .tab_section .tabs a {
	width: 34.33%;
	display: inline-flex;
	border-top-right-radius: 20px;
	padding: 1% 2% 1% 3%;
	margin-left: -1%;
	font-size: 1.3vw;
	cursor: pointer;
	color: #ffffff;
	font-family: 'helvetica';
    font-weight: bold;
	box-shadow: 12px 0px 8px -3px rgba(0,0,0,0.3);
    outline: none !important;
}
.prism-create .template5 .tab_section .tabs a:nth-child(1) {
	z-index: 98;
	background: #faa61a;
}
.prism-create .template5 .tab_section .tabs a:nth-child(2) {
	z-index: 99;
	background: #c46328;
}
.prism-create .template5 .tab_section .tabs a:nth-child(3) {
	z-index: 100;
	background: #a44b24;
}
.prism-create .template5 .tab_section .tabs a.inactive {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'helvetica';
	z-index: 95;
}
.prism-create .template5 .tab_section .tabs a#tab5 {
	z-index: 96;
}
.prism-create .template5 .tab_container {
	clear: both;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	background: #3da047;
	padding: 3%;
	color: #ffffff;
}
.prism-create .template5 .tab_container1 {
	background: #faa61a;
	text-align: center;
}
.prism-create .template5 .tab_container2 {
	background: #c46328;
}
.prism-create .template5 .tab_container3 {
	background: #a44b24;
	text-align: center;
}
.prism-create .template5 .tab_container p {
	font-size: 1.3vw;
	line-height: 1.8vw;
	margin-bottom: 1%;
}
.prism-create .template5 .tab_container1 p {
	font-size: 1vw;
	line-height: 1.4vw;
	margin-bottom: 2%;
	color: #000000;
}
.prism-create .template5 .tab_container h2 {
	font-size: 1.4vw;
	line-height: 1.8vw;
}
.prism-create .template5 .tab_container1 .col-12 {
	width: 100%;
	display: table;
}
.prism-create .template5 .tab_container1 .col-12 .col-4 {
	width: 25%;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
.prism-create .template5 .tab_container1 .col-12 .col-last {
	border: 0px;
}
.prism-create .template5 .tab_container1 .col-12 .col-4 img {
	width: 20%;
    display: inline-block;
}
.prism-create .template5 .tab_container1 .col-12 .tab5_text_section {
	border-right: 1px solid #ffffff;
	padding: 1% 10% 2%;
	min-height: 35vh;
}
.prism-create .template5 .tab_container1 .col-12 .border-0 {
	border: 0px;
}
.prism-create .template5 .tab_container1 h3 {
	font-size: 1.8vw;
	line-height: 2.4vw;
	color: #000000;
	margin-bottom: 2%;
	font-family: 'helvetica';
    font-weight: bold;
}
.prism-create .template5 .tab_container2 .col-12 {
	width: 100%;
	display: block;
}
.prism-create .template5 .tab_container2 .col-12 .temp5_tab2_text_sec {
	width: 42%;
	float: left;
	text-align: left;
	vertical-align: top;
}
.prism-create .template5 .tab_container2 h3 {
	font-size: 2vw;
	line-height: 2.5vw;
	color: #ffde66;
}
.prism-create .template5 .tab_container2 .col-12 .temp5_tab2_text_sec .col-row {
	margin-bottom: 6%;
}
.prism-create .template5 .temp5_tab2_image_sec {
	width: 45%;
	float: left;
	vertical-align: top;
	margin-right: 8%;
	text-align: center;
	position: relative;
}
.prism-create .template5 .temp3_tab2_text_sec {
	width: 45%;
	float: left;
}

.prism-create .template5 .temp5_tab2_image_sec .temp5_tab2_image_sec_text {
	position: absolute;
	top: 37%;
	left: 7%;
	width: 50%;
	text-align: left;
}
.prism-create .template5 .temp5_tab2_image_sec p {
	margin-bottom: 3%;
}
.prism-create .template5 .tab_container3 .col-12 {
	width: 100%;
	display: block;
}
.prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec {
	width: 52%;
	float: left;
	text-align: left;
	vertical-align: top;
}
.prism-create .template5 .tab_container3 h3 {
	font-size: 2vw;
	line-height: 2.5vw;
	color: #ffde66;
}
.prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec .col-row {
	margin: 3% 0 6%;
}
.prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec .col-row .col_left_icon {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec .col-row .col_right_text {
	width: 70%;
	float: left;
}
.prism-create .template5 .temp5_tab3_image_sec {
	width: 30%;
	float: left;
	vertical-align: top;
	margin-left: 8%;
	margin-top: 3%;
	text-align: center;
	position: relative;
}
.prism-create .template5 .temp5_tab3_image_sec img {
	width: 80%;
}
.prism-create .template5 .temp5_tab3_image_sec p {
	margin-bottom: 5%;
}


@media (max-width: 1440px) {
}

@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template5 .template5_content h1 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template5 .tab_section .tabs a {
	font-size: 25px;
}
.prism-create .template5 .tab_container p {
	    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
    
.prism-create .template5 .tab_container1 .col-12 .col-4 img {
    width: 30%;
}
.prism-create .template5 .tab_container h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 0px 20px;
}
.prism-create .template5 .tab_container2 h3 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template5 .tab_container3 h3 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
.prism-create .template5 .tab_container2 p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}
.prism-create .template5 .tab_container1 .col-12 .tab5_text_section {
    padding: 5% 10% 10%;
    min-height: 41vh;
}
.prism-create .template5 .tab_container3 .col-12 .col-4 img {
	width: 40%;
}
.prism-create .template5 .temp3_tab2_image_sec {
	width: 24%;
	right: 9%;
}
    .prism-create .template5 .temp3_tab2_text_sec {
    width: 40%;
}
    .prism-create .template5 .temp3_tab2_text_sec {
    margin-top: 3%;
}
    .prism-create .template5 .temp5_tab2_image_sec {
    margin-top: 8%;
    margin-left: 2%;
}
    .prism-create .template5 .tab_container1 h3 {
    font-size: 26px;
    line-height: 35px;
}
    .prism-create .template5 .tab_container3 p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}
    .prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec {
    width: 52%;
        margin-top: 6%;
        margin-left: 5%;
}
    .prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec .col-row .col_left_icon {
    width: 25%;
}
    .prism-create .template5 .tab_container3 h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
    .prism-create .template5 .temp5_tab3_image_sec {
    margin-top: 12%;
}
}

@media (max-width: 1024px) {
.prism-create .template5 {
	overflow: auto;
}
.prism-create .template5 .template5_content {
    padding-top: 100px;
}
.prism-create .template5 .template5_content h1 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template5 .tab_section .tabs a {
	font-size: 25px;
}
.prism-create .template5 .tab_container {
	padding: 40px 50px;
	min-height: auto;
}
.prism-create .template5 .tab_container p {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}

.prism-create .template5 .tab_container h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 0px 20px;
}
.prism-create .template5 .tab_container2 h3 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template5 .tab_container3 h3 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}

.prism-create .template5 .tab_container3 p {
	margin-bottom: 20px;
}
    .prism-create .template5 .tab_container1 .col-12 .col-4 {
    width: 100%;
    display: block;
        margin-bottom: 30px;
}
    .prism-create .template5 .tab_container1 .col-12 .tab5_text_section {
    border-right: 0;
    padding: 20px 30px;
    min-height: auto;
}
    .prism-create .template5 .tab_container1 h3 {
    font-size: 30px;
        line-height: 40px;
}

    .prism-create .template5 .temp5_tab2_image_sec {
    width: 80%;
    float: none;
    margin: 0px auto;
}
    .prism-create .template5 .temp3_tab2_text_sec {
    width: 100%;
    float: none;
        margin-top: 60px;
}
    .prism-create .template5 .tab_container3 .col-12 .temp5_tab3_text_sec {
    width: 100%;
    float: none;
}
    .prism-create .template5 .temp5_tab3_image_sec {
    width: 70%;
    float: none;
    margin: 30px auto;
}
}

@media (max-width: 990px) {
.prism-create .template5 .tab_container3 h3 {
	font-size: 24px;
	line-height: 28px;
}
}

@media (max-width: 767px) {
.prism-create .template5 .tab_section .tabs a {
	font-size: 20px;
}
.prism-create .template5 .template5_content h1 {
	font-size: 25px;
	line-height: 35px;
}
.prism-create .template5 .tab_container {
	padding: 30px;
	min-height: auto;
}
.prism-create .template5 .tab_container p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.prism-create .template3 .tab_container h2 {
	font-size: 25px;
	line-height: 35px;
}
.prism-create .template5 .tab_container3 h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}

}

@media (max-width: 480px) {
.prism-create .template5 .template5_content h1 {
	font-size: 20px;
	line-height: 30px;
    padding-right: 8%;
}
.prism-create .template5 .tab_container1 .col-12 .col-3 {
	width: 100%;
	border: 0px;
	margin-bottom: 30px;
}
.prism-create .template5 .tab_section .tabs a {
	font-size: 12px;
}
.prism-create .template5 .tab_container {
	padding: 25px;
}
.prism-create .template5 .tab_container h2 {
	font-size: 20px;
	line-height: 30px;
}
.prism-create .template5 .tab_container p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.prism-create .template5 .tab_container2 .col-12 .col-5 {
	width: 100%;
	display: block;
	margin: 0px;
}
.prism-create .template5 .temp3_tab2_image_sec {
	position: relative;
	width: 100%;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.prism-create .template5 .temp3_tab2_image_sec img {
	width: 70%;
}
.prism-create .template5 .tab_container3 .col-12 .col-4 {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
    .prism-create .template5 .tab_container1 .col-12 .tab5_text_section {
    padding: 20px 10px;
}

    .prism-create .template5 .tab_container2 h3 {
    font-size: 22px;
    line-height: 32px;
}
    .prism-create .template5 .tab_container1 h3 {
    font-size: 22px;
    line-height: 32px;
}
    .prism-create .template5 .temp5_tab2_image_sec {
    width: 95%;
}
    .prism-create .template5 .temp5_tab2_image_sec .temp5_tab2_image_sec_text {
  top: 30%;
    left: 0%;
    width: 60%;
}
}
@media (max-width: 320px) {
.prism-create .template5 .temp5_tab2_image_sec .temp5_tab2_image_sec_text {
    width: 76%;
}
    .prism-create .template5 .tab_container3 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
    .prism-create .template5 .temp5_tab3_image_sec {
    width: 80%;
}
}
/* template3 css end */




/* templat6 css start */

.prism-create .template6 {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000000 url(../images/page10-image.gif);
	background-size: 100% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
}
.prism-create .template6 .temp6_content {
	position: absolute;
	width: 53%;
	left: 10%;
	top: 20%;
}
.prism-create .template6 .temp6_content h1 {
	font-family: 'helvetica';
    font-weight: bold;
	font-size: 5vw;
	line-height: 6vw;
	color: #ffffff;
    margin-bottom: 2%;
}
.prism-create .template6 .temp6_image {
	position: absolute;
	width: 14%;
	right: 24%;
	top: 18%;
}
@media (max-width: 1440px) {
}

@media (max-width: 1024px) {
.prism-create .template6 {
	overflow: auto;
}
.prism-create .template6 .temp6_content {
	position: relative;
	width: 80%;
	left: inherit;
	top: inherit;
	margin: 15% auto 0;
}

}

@media (max-width: 767px) {
.prism-create .template6 .fixed_header {
    position: absolute;
    width: 100%;
    background: #000000;
    height: 88px;
    z-index: 100000;
}
}

@media (orientation:portrait) {
.prism-create .template6 .temp6_content {
	        margin: 32% auto 5%;
}
.prism-create .template6 .temp6_content h1 {
	    font-size: 8vw;
    line-height: 10vw;
}


}

@media (orientation:landscape) {
}

@media (max-width: 480px) {
.prism-create .template6 .temp6_content {
    margin: 66% auto 5%;
}
}
/* template4 css end */



/* template5 css start */

.prism-create .template7 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #000000;
}
.prism-create .template7 .template7_content {
	width: 100%;
	padding-top: 5%;
}
.prism-create .template7 .template7_content h1 {
	margin: 0% 2%;
	font-family: 'helvetica';
    font-weight:bold;
	font-size: 1.8vw;
	line-height: 2.5vw;
	color: #ffffff;
}
.prism-create .template7 .tab_section {
	margin-top: 1%;
}
.prism-create .template7 .tab_section .tabs {
	width: 100%;
	display: flex;
}
.prism-create .template7 .tab_section .tabs a {
	width: 34.33%;
	display: inline-flex;
	border-top-right-radius: 20px;
	padding: 1% 2% 1% 3%;
	margin-left: -1%;
	font-size: 1.3vw;
	cursor: pointer;
	color: #000000;
	font-family: 'helvetica';
    font-weight: bold;
	box-shadow: 12px 0px 8px -3px rgba(0,0,0,0.3);
    outline: none !important;
}
.prism-create .template7 .tab_section .tabs a:nth-child(1) {
	z-index: 98;
	background: #e6e7e8;
}
.prism-create .template7 .tab_section .tabs a:nth-child(2) {
	z-index: 99;
	background: #f1f2f2;
}
.prism-create .template7 .tab_section .tabs a:nth-child(3) {
	z-index: 100;
	background: #b1b3b6;
}
.prism-create .template7 .tab_section .tabs a.inactive {
	color: rgba(0, 0, 0, 0.7);
	font-family: 'helvetica';
	z-index: 95;
}
.prism-create .template7 .tab_section .tabs a#tab8 {
	z-index: 96;
}
.prism-create .template7 .tab_container {
	clear: both;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	background: #3da047;
	padding: 2% 3%;
	color: #000000;
}
.prism-create .template7 .tab_container1 {
	background: #e6e7e8;
	text-align: center;
}
.prism-create .template7 .tab_container2 {
	background: #f1f2f2;
}
.prism-create .template7 .tab_container3 {
	background: #b1b3b6;
}
.prism-create .template7 .tab_container p {
	font-size: 1.3vw;
	line-height: 1.8vw;
	margin-bottom: 1%;
}
.prism-create .template7 .tab_container h2 {
	font-size: 1.4vw;
	line-height: 1.8vw;
}
.prism-create .template7 .tab_container1 .col-12 {
	width: 100%;
	position: relative;
}
.prism-create .template7 .tab_container1 .content_logo_steps {
	width: 17.6%;
	position: absolute;
	left: 18%;
	top: 7%;
}
.prism-create .template7 .tab_container1 .steps_section {
}
.prism-create .template7 .tab_container1 .steps_content {
	position: absolute;
	width: 19.8%;
	bottom: -2%;
	left: 6%;
}
.prism-create .template7 .tab_container1 .steps_sec1 {
	position: absolute;
	width: 22.3%;
	bottom: -2%;
	left: 27.2%;
}
.prism-create .template7 .tab_container1 .steps_sec2 {
	position: absolute;
	width: 22.4%;
	bottom: 19.5%;
	left: 49.4%;
}
.prism-create .template7 .tab_container1 .steps_sec3 {
	position: absolute;
	width: 22.4%;
	bottom: 40.9%;
	left: 71.6%;
}
.prism-create .template7 .tab_container1 .col-12 .steps_image {
	width: 88%;
	opacity: 0;
}
.prism-create .template7 .tab_container1 .col-12 .btn_btm {
	position: absolute;
	right: 10%;
	bottom: 0px;
}
.prism-create .template7 .tab_container2 .col-12 {
	width: 100%;
	display: block;
	text-align: center;
}
.prism-create .template7 .tab_container2 .col-12 table tr td {
	padding: 0.6% 1%;
	border: 1px solid #ffffff;
	font-size: 0.9vw;
}
.prism-create .template7 .tab_container2 .col-12 table tr td .table_logos {
	width: 40%;
        display: inline-block;
}
.prism-create .template7 .tab_container2 .col-12 table tr td .tick_img {
	width: 7%;
        display: inline-block;
}
.prism-create .template7 .tab_container2 .col-12 table tr td:nth-child(1) {
	text-align: left;
	border: 1px solid #000000;
}
.prism-create .template7 .tab_container2 .col-12 table tr td:nth-child(2) {
	background: #c2de99;
}
.prism-create .template7 .tab_container2 .col-12 table tr td:nth-child(3) {
	background: #bdbdbd;
}
.prism-create .template7 .tab_container2 .col-12 table tr td:nth-child(4) {
	background: #ffcc00;
}
.prism-create .template7 .tab_container2 .col-12 table tr:nth-child(1) td {
	border: 0;
	background: none;
}
.prism-create .template7 .tab_container3 .col-12 {
	width: 100%;
	display: block;
}
.prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec {
	width: 43%;
	float: left;
	text-align: left;
	vertical-align: top;
}
.prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec_left {
	margin-right: 10%;
}
.prism-create .template7 .tab_container3 h3 {
	font-size: 1.5vw;
	line-height: 2vw;
	margin-bottom: 2%;
}
.prism-create .template7 .tab_container3 p {
	font-size: 1vw;
	line-height: 1.4vw;
}
.prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec .col-row {
	margin: 3% 0 6%;
}
.prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec .col-row .col_left_icon {
	width: 17%;
	float: left;
	margin-right: 3%;
}
.prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec .col-row .col_right_text {
	width: 70%;
	float: left;
}
.prism-create .template7 .temp7_tab3_image_sec {
	position: absolute;
	width: 20%;
	left: 38%;
	top: 24%;
}
.prism-create .template7 .temp7_tab3_image_sec img {
	width: 70%;
}
.prism-create .template7 .temp7_tab3_image_sec p {
	margin-bottom: 5%;
}


@media (max-width: 1440px) {
}

@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
.prism-create .template7 .template7_content h1 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template7 .tab_section .tabs a {
	font-size: 25px;
}
.prism-create .template7 .tab_container p {
	    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
    .prism-create .template7 .tab_container1 .col-12 {
    margin-top: 10%;
}
    .prism-create .template7 .tab_container2 .col-12 table tr td {
    font-size: 16px;
    line-height: 22px;
}
    .prism-create .template7 .tab_container2 .col-12 table tr td .table_logos {
    width: 70%;
}
    .prism-create .template7 .tab_container2 .col-12 {
    margin-top: 3%;
}
    .prism-create .template7 .tab_container3 h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}
    .prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec {
    width: 41%;
}
    .prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec_left {
    margin-right: 12%;
}
    .prism-create .template7 .temp7_tab3_image_sec {
    width: 24%;
    left: 36%;
    top: 34%;
}
}

@media (max-width: 1024px) {
.prism-create .template7 {
	overflow: auto;
}
.prism-create .template7 .template7_content {
    padding-top: 100px;
}
.prism-create .template7 .template7_content h1 {
	font-size: 35px;
	line-height: 45px;
}
.prism-create .template7 .tab_section .tabs a {
	font-size: 25px;
}
.prism-create .template7 .tab_container {
	padding: 40px 50px;
	min-height: auto;
}
.prism-create .template7 .tab_container p {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}
.prism-create .template7 .tab_container1 .col-12 .steps_image {
    display: none;
}
    .prism-create .template7 .tab_container1 .col-12 {
    width: 60%;
    position: relative;
    margin: 0px auto;
}
.prism-create .template7 .tab_container1 .content_logo_steps {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
    margin: 50px 0 80px; 
}
    .prism-create .template7 .tab_container1 .steps_section {
        margin-bottom: 120px;
    }
    .prism-create .template7 .tab_container1 .content_logo_steps img {
        width: 70%;
    }
    .prism-create .template7 .tab_container1 .steps_content {
    position: relative;
    width: 100%;
    bottom: inherit;
    left: inherit;
}
    .prism-create .template7 .tab_container1 .steps_sec1 {
    position: relative;
    width: 100%;
    bottom: inherit;
    left: inherit;
}
    .prism-create .template7 .tab_container1 .steps_sec2 {
    position: relative;
    width: 100%;
    bottom: inherit;
    left: inherit;
}
    .prism-create .template7 .tab_container1 .steps_sec3 {
    position: relative;
    width: 100%;
    bottom: inherit;
    left: inherit;
}
    .prism-create .template7 .tab_container1 .col-12 .btn_btm {
    position: relative;
    right: inherit;
    bottom: inherit;
}

    .prism-create .template7 .tab_container2 .col-12 table tr td {
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
}
    .prism-create .template7 .tab_container2 .col-12 table tr td .table_logos {
    width: 85%;
}
    .prism-create .template7 .tab_container2 {
    padding-bottom: 150px;
}
    .prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec {
    width: 100%;
    float: none;
}
    .prism-create .template7 .tab_container3 .col-12 .temp7_tab3_text_sec_left {
    margin-right: 0;
}
    .prism-create .template7 .tab_container3 h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
    .prism-create .template7 .temp7_tab3_image_sec {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    text-align: center;
}
}

@media (max-width: 990px) {
.prism-create .template7 .tab_section .tabs a {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.prism-create .template7 .tab_section .tabs a {
	font-size: 20px;
}
.prism-create .template7 .template7_content h1 {
	font-size: 25px;
	line-height: 35px;
}
.prism-create .template7 .tab_container {
	padding: 30px;
	min-height: auto;
}
.prism-create .template7 .tab_container p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}


}

@media (max-width: 480px) {
    .prism-create .template7 .tab_container1 .col-12 {
    width: 80%;
}
.prism-create .template7 .template7_content h1 {
    font-size: 20px;
    line-height: 30px;
    padding-right: 8%;
}
.prism-create .template7 .tab_container1 .content_logo_steps {
    margin: 20px 0 30px;
}
    .prism-create .template7 .tab_section .tabs a {
    font-size: 15px;
}
    .prism-create .template7 .tab_container1 .steps_section {
    margin-bottom: 50px;
}

    .prism-create .template7 .tab_container2 .col-12 table tr td {
    padding: 1%;
    font-size: 12px;
    line-height: 16px;
}
.prism-create .template7 .tab_container3 h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
    .prism-create .template7 .tab_container p {
    font-size: 16px;
    line-height: 22px;
}
    .prism-create .template7 .tab_container2 {
    padding: 20px;
    min-height: auto;
}
}

/* template3 css end */



.prism-create .template8 {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #3da047;
}
.prism-create .template8 .temp8_content {
	position: relative;
	margin: 7% 5% 0% 5%;
}
.prism-create .template8 .temp8_content .temp8_content_inner {
	width: 75%;
	margin: 0% 6% 0% 6%;
}
.prism-create .template8 .temp8_content h1 {
	font-family: 'helvetica';
    font-weight:bold;
	font-size: 5vw;
	line-height: 6vw;
}
.prism-create .template8 .temp8_content h2 {
	font-size: 3vw;
	line-height: 3.5vw;
	margin-top: 1%;
}
.prism-create .template8 .temp8_image {
	    position: absolute;
    width: 22%;
    right: 14%;
    top: -6%;
}
.prism-create .template8 .temp8_content .col-12 {
	width: 100%;
	display: table;
	    margin: 10% 0 2%;
}
.prism-create .template8 .temp8_content .col-12 .col-3 {
	width: 25%;
	display: table-cell;
	border-right: 1px solid #333333;
	text-align: center;
	vertical-align: top;
	padding: 0% 0 1%;
}
.prism-create .template8 .temp8_content .col-12 .col-3 h3 {
	font-size: 1.4vw;
	line-height: 1.8vw;
	color: #ffffff;
	margin: 5% 0;
}

.prism-create .template8 .temp8_content .col-12 .col-last {
	border: 0px;
}
.prism-create .template8 .temp8_content .col-12 .col-3 img {
	width: 40%;
}
@media (max-width: 1440px) {
}
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
    .prism-create .template8 .temp8_content {
    margin: 10% 5% 0% 5%;
}
    .prism-create .template8 .temp8_image {
        width: 30%;
    right: 7%;
    top: 2%;
}
.prism-create .template8 .temp8_content .col-12 {
    margin: 27% 0 2%;
}
    .prism-create .template8 .temp8_content .col-12 .col-3 h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px  0;
}

    .prism-create .template8 .temp8_content .col-12 .col-3 img {
    width: 50%;
}
}
@media (max-width: 1024px) {
.prism-create .template8 {
	overflow: auto;
}
.prism-create .template8 .temp8_content .col-12 .col-3 {
    width: 50%;
    display: inline-block;
    margin-bottom: 70px;
}
    .prism-create .template8 .temp8_content .col-12 .col-3 h3 {
    font-size: 20px;
    line-height: 30px;
}
.prism-create .template8 .temp8_content .col-12 .col-3:nth-child(2) {
	border: 0px;
}

    .prism-create .template8 .temp8_content {
        width: 80%;
    margin: 12% auto 0;
}
    .prism-create .template8 .temp8_content .temp8_content_inner {
    width: 100%;
        margin: 0px;
}
    .prism-create .template8 .temp8_image {
    width: 22%;
    right: 19%;
    top: -6%;
}
}

@media (max-width: 767px) {
    .prism-create .template8 .temp8_image {
    right: 17%;
    top: 0%;
}
.prism-create .template8 .temp8_content .col-12 {
    margin: 16% 0 2%;
}
}

@media (orientation:portrait) {
.prism-create .template8 .temp8_content {
    margin: 20% auto 5%;
}
.prism-create .template8 .temp8_content h1 {
    font-size: 7vw;
    line-height: 8vw;
}
    .prism-create .template8 .temp8_content h2 {
    font-size: 5vw;
    line-height: 6vw;
    margin-top: 2%;
}
    .prism-create .template8 .temp8_image {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
        clear: both;
        text-align: right;
}
    .prism-create .template8 .temp8_image  img {
        width: 45%;
        margin-right: 11%;
    }
    .prism-create .template8 .temp8_content .col-12 .col-3 h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0;
}
   
    .prism-create .template8 .temp8_content .col-12 .col-3 img {
    width: 60%;
}

}

@media (orientation:landscape) {
}

@media (max-width: 480px) {
.prism-create .template8 .temp8_content {
    margin: 25% auto 5%;
}
    .prism-create .template8 .temp8_image {
    margin-top: 20px;
}
    .prism-create .template8 .temp8_image img {
    width: 60%;
}
    .prism-create .template8 .temp8_content .col-12 .col-3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
    border: 0px;
}
     .prism-create .template8 .temp8_content .col-12 .col-3 h3 .no_space {
        display: none;
    }
}

/* template4 css end */


/* template9 css start */

.prism-create .template9 {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #1c479e url("../images/page15-image2.png");
	background-size: 40% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
.prism-create .template9 .temp9_content {
	position: absolute;
	width: 53%;
	right: 10%;
	top: 20%;
	color: #ffffff;
}
.prism-create .template9 .temp9_content h1 {
	font-family: 'helvetica';
    font-weight: bold;
	font-size: 5vw;
	line-height: 6vw;
}
.prism-create .template9 .temp9_content h2 {
	font-size: 3vw;
	line-height: 3.5vw;
	margin: 1% 0 3%;
	width: 70%;
}
.prism-create .template9 .temp9_image {
	position: absolute;
	width: 18%;
	left: 13%;
	top: 14%;
}
.prism-create .template9 .copyright_text {
	position: absolute;
	bottom: 2%;
	left: 2%;
	font-size: 0.6vw;
	line-height: 1vw;
}

@media (max-width: 1440px) {
}
@media only screen  and (min-device-width: 1366px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 2) {
    .prism-create .template9 .temp9_content {
    width: 52%;
    right: 7%;
    top: 27%;
}
    .prism-create .template9 .temp9_image {
    width: 24%;
    left: 11%;
    top: 16%;
}
}
@media (max-width: 1024px) {
.prism-create .template9 {
	overflow: auto;
      background-size: 60% auto;
}
.prism-create .template9 .copyright_text {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 20px;
}
}

@media (max-width: 767px) {
.prism-create .template9 .temp9_image {
    top: 20%;
}
}

@media (orientation:portrait) {
.prism-create .template9 {
 background-size: 55% auto;
}
    
    .prism-create .template9 .temp9_content {
    position: relative;
    width: 80%;
    right: inherit;
    top: inherit;
    margin: 15% auto 0;
}
.prism-create .template9 .temp9_image {
    position: relative;
    width: 22%;
    left: inherit;
    top: inherit;
    float: right;
    margin-right: 20%;
}
    .prism-create .template9 .temp9_content {
        margin-bottom: 40px;
    }
.prism-create .template9 .temp9_content h1 {
    font-size: 7vw;
    line-height: 8vw;
}
.prism-create .template9 .temp9_content h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 20px 0 30px;
    width: 100%;
}


}

@media (orientation:landscape) {
}

@media (max-width: 480px) {
.prism-create .template9 .temp9_content {
        margin: 40% auto 5%;
}

}
/* template4 css end */






.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%;
}
