/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
 font-family: 'Catamaran', sans-serif;
  color: #ffffff;
  /*background-color: #22283f;*/
  background-color: #152430;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
  width:100%;
  margin:0;
  z-index:1;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

a {
  color: #267481;
  text-decoration: none;
}
section{
	z-index:2;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

.cd-section {
  height: 100vh;
}

.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}
.cd-section:nth-of-type(4) > div {
  background-color: #fff;
}
.cd-section:nth-of-type(5) > div {
  background-color: #203a49;
}

@media only screen and (min-width: 1050px) {
	.cd-section h1, .cd-section h2 {
		font-size: 2.7rem;
		font-weight: 300;
		letter-spacing: -0.2px;
		text-shadow: 1px 2px 2px #080059;
		text-align: center !important;
	}
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}


@media only screen and (min-width: 1400px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
  section.cd-section.beneficii{
    height: 80vh;
    margin-bottom: -6vh;
    z-index: 0;
  }
 
  section.cd-section.contact > div {
	  background-color: #203a49 !important;
	  opacity: 1 !important;
  }
  section.cd-section.contact{
    margin-top: -2.5em;
    z-index: 1;
	background-color: #203a49 !important;
}

	.white-input{	 
	  font-size: 2rem;
	  padding: 20px;
	  margin-bottom: 12px;
	}
	.steps-content{
	  width: 28%;
	  position: absolute;
	  left: 10%;
	  top: 50%;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	.contact h2 {
		font-weight: bold;
		margin: -55px 0 90px 0;
		font-size: 6rem;
	}
	.divider {
	  max-width: 80%;
	  margin: 1rem auto 0 auto;
	}
	.step span {
		margin-top: 10px;
		font-size: 18px;
		line-height: 18px;
	}
	a.switcher.fixed {
		position:fixed;
		bottom: 50px;
		left: 50px;
		z-index:999999;
		min-width:300px;
		opacity:1;
		transition: left 2s ease;
	}
}
@media(min-width: 1050px) and (max-width:1399px) {
	.white-input {
		border-radius: 6px;
		width: 100%;
		border: none;
		font-size: 2rem;
		padding: 11px;
		margin-bottom: 20px;
	}
	.contact h2 {    margin: -30px 0 60px 0;}
	.steps-content h3 {
		margin-top: 2rem !important;
		margin-bottom: 3rem !important;
	}
	.steps-content {padding-top: 70px;}
	.divider {
		width: 85%;
		margin: 1rem auto 0 auto;
		height: 19px !important;
	}
	div.step img{max-height: 46px;}
	.step{position:relative}
	.step span {
		margin-top: 2px;
		font-size: 15px;
		line-height: 17px;
		font-weight: 600;
		position: absolute;
		left: 14%;
		right: 13%;
		margin-top: -31px;
		width: 100%;
	}
	a.switcher.fixed {
		position: fixed;
		bottom: 20px;
		left: 19px;
		z-index: 999999;
		min-width: 300px;
		opacity: 1;
		transition: left 2s ease;
		padding:10px 0px;
	}
	.steps-content {
		width: 28%;
		position: absolute;
		left: 10%;
		top: 43%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}


@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev:not(.inactive), .cd-vertical-nav a.cd-next:not(.inactive) {
	background-color: #ff0000;
	opacity: 0.65;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}
.cd-vertical-nav a.cd-prev:not(.inactive):hover, .cd-vertical-nav a.cd-next:not(.inactive):hover {
	background-color: #ff0020;
	opacity: 0.95;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}


.btns-group {
  margin-top:60px;
}
.btn {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  padding: 20px 0;
  position: relative;
  transition: all 300ms ease-in-out;
  -webkit-transition: 300ms;
  -webkit-transition-timing-function: ease-in-out;
}

.btn-blue  {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  background: #23a9e1;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}
.ic-download::before, .ic-send::before {
  content:"";
  display:inline-block;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 2;
  margin-right: 10px;
}
.ic-download::before{
  background: url("../img/download.svg") no-repeat;
}
.ic-send::before{
  background: url("../img/send.svg") no-repeat;
}
.btn-border{
  color: #6e90a0;
  box-shadow:inset 0 0 0 2px #6e90a0 ;
  background: none;
}
.btn-blue:hover,.btn-border:hover {
  background: #6e90a0;
  color: #fff;
} 
.btn-border span {
  font-weight: 300;
}
a.switcher:not(.fixed){	
	position:fixed;
	bottom: 50px;
    left: -500px;
	z-index:999999;
	min-width:300px;
	opacity:0;
	transition: left 2s ease;
} 

a.switcher:after,a.switcher2:after{ 
	content: "click aici!";
	transition:content 0.3s ease;
}
a.switcher:hover:after,a.switcher2:hover:after{
	 content: "Start Cont Demo 10 zile";
	 transition:content 0.3s ease;
}

div.caption.leftmiddle ul {padding: 20px 0px 0px 0px;}
div.caption.leftmiddle ul li {
    padding: 7px 10px;
    padding-left: 2%;
    margin-left: 4%;
    color: #333;
    font-size: 17px;
    line-height: 1.2;
    min-height: 5vh;
}

div.caption.leftmiddle h4.top-table {
	background-color: #22283f;
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.4;
	padding: 10px;
}
div.caption.leftmiddle h4 ul{
	margin: 30px 0px;
}
#man {
  display:block;
  position: absolute;
  width: auto;
  height: 80vh;
  bottom: 0;
  right: 30%;
}



.form-label{
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
}
.ic-send {
  margin-top: 40px;
  width: 100%;
}

.form-right textarea {
  min-height: 19rem;
}
.footer-bar span{
  color: #6e90a0;
}

.steps-content h3 {
    color: #ea0000;
    margin-bottom: 3rem;
    font-size: 26px;
}
.laptop-content img:first-of-type{
  z-index: 2;
}
@keyframes scrollanim {
  0%{transform: translateY(0);}
  50%{transform: translateY(0);}
  55%{transform: translateY(-272px);}
  100%{transform: translateY(-272px);}
}
@-webkit-keyframes scrollanim {
  0%{transform: translateY(0);}
  50%{transform: translateY(0);}
  55%{transform: translateY(-272px);}
  100%{transform: translateY(-272px);}
}

.step2 > *,.step4 > *{
margin-left: auto;
text-align: right;
}
.col > * {
  margin: 2rem auto;
  text-align: center;
  vertical-align: middle;
}

.beneficii .row{
  display: table-row;
}
.beneficii .row .col{
  display: table-cell;
}

.beneficii .container:first-of-type .col {
  width: 33%;
}

.col {
  padding: 1.5rem 0;
  transition: all 300ms ease-in-out;
}
.col:hover img {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
.col:hover{
  background: rgba(255,255,255,0.1);
}
.beneficii .container:nth-of-type(2) .col {
  width: 50%;
}
.beneficii h2 {
  text-align: center;
}
.beneficii-container {
  background: rgba(255,255,255,0.1);
  padding: 6rem 0 1.5rem 0;
  
}




























.modal  .control-label {
  text-align: left
}
.modal  input[type="text"],.modal  input[type="email"],.modal  textarea,.modal  select,.modal  input[type="tel"]{
  border: 3px solid #0098f5;
  border-radius: 0
}
.modal  input[type="text"]:focus,.modal  input[type="email"]:focus,.modal  textarea:focus,
.modal  input[type="text"]:hover,.modal  input[type="email"]:hover,.modal  textarea:hover,.modal  input[type="tel"]:focus,.modal  input[type="tel"]:hover{
  background: #0098f5;
  color: #fff;
}

.modal  input:focus::-webkit-input-placeholder,.modal  input:hover::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.modal  input:focus:-moz-placeholder,.modal  input:hover:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;

}
.modal  input:focus::-moz-placeholder,.modal  input:hover::-moz-placeholder  { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;

}
.modal  input:focus:-ms-input-placeholder,.modal  input:hover:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:#fff;

}

.modal  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
/*.modal  select option {padding: 15px;}
.modal  select{background: url('../img/white-carrot.jpg') #0098f5 no-repeat scroll 100% 50%;	color: #fff;}
.modal  select:hover,.modal  select:focus{color: #fff;}
.modal  input[type="text"],.modal  input[type="email"],.modal  select,.modal  input[type="tel"]{height: 40px;}
.modal  .modal-content{
  border-radius: 0;
  background: url('../img/modal-bg.jpg') no-repeat scroll center top;
  background-size: cover;
}
.modal  .modal-header{
  background: #f2f2f2;
  border: none;
  margin-bottom: 18px
}*/
.modal{
	color: #000;
}
.modal-title{
	color: #000;
}


.modal .btn{
	display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}



#InputFile {
 	background: #f2f2f2;
    overflow: hidden;
    border: 1px dashed #ddd;
    color: #333;
    position:relative;
    transition: all 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
}
#InputFile:hover {
	border: 1px dashed #ccc;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1)
}
#InputFile input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: 3 !important;
    position: relative;
    cursor: pointer;
    height: 40px !important;
}

#InputFile > div {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  z-index: 0;
  text-align: center;
  line-height: 40px !important;
}
#logo-modal {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.close {
  background: #ed1c24 !important;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  padding: 10px !important;
  height: auto !important;
  font-size: 24px;
  height: 40px !important;
  width: 40px;
  line-height: 22px;
  position: absolute;
  top: 1px;
  right: -1px;
  transition: all 300ms ease-in-out;
  -webkit-trasition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
} 
.close:hover {
  transform: rotate(90deg);
  opacity: 1;
}
#myModalCrm .form-group{
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#captcha-form div{
	margin: auto!important;
	display: table;
}

.btn-submit{ 
  background: #59c76d;
  border: none;
  color: #fff;
  padding: 6px 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #fff, 1px 1px 2px rgba(0,0,0,0.3);
  width: 100%;
}
.btn-submit:hover {
	background: #46b05a;
}
.bt {	
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 6px;
	color: #fff;
	text-shadow: 0 0 1px #fff, 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
	display: block;
	border:0;
}
.bt:hover,.bt:visited{color: #fff;}
.bt:active {background: none;box-shadow:inset  0 0 0  3px rgba(255,255,255,1);color: #fff;}
.bt-orange {background-color: #ffa200;}
.bt-blue{background-color: #00b3f1;}
.bt-red{background-color: #F23120;}
.bt-medium-arrow {
	font-size: 1.25vw; /*24px 1920 resolution*/
	padding: 1.25vw 1.56vw;  
}
.bt-medium-arrow::before{
	content:"ï…„";
	font-family: 'fontawesome', sans-serif;
	padding-right: 10px;
}
.form-group{
	display: table;
	width: 100%;
}
div.wpcf7-validation-errors{
	color: #000;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	color: #fff;
}
@media only screen and (min-width: 1050px){
div.caption.leftmiddle {
	position: absolute;
	top: 0px;
	z-index: 999;
	width: 30%;
	color: #000;
	left: 4%;
	box-shadow: 0px 0px 15px #ddd;
	background-color: rgba(255,255,255,0.85);
}
.cd-section {height: 100vh;}
.caption, .beneficii-container {
  margin-top:50vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cd-section > div {height: 100vh;}
.btns-group .btn{
  width: 30vw;
  display: block;
  margin: 0 auto  30px auto;
}
#logo {
  display:block;
  margin: 0 auto 60px auto;
  max-width: 20vw;
  height:auto;
}
h4.bottom-table {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 20px;
}
.form-left, .form-right{
  width: 50%;
  float: left;
}
#contact-form {
  width: 70%;
  margin: 0 auto;
}

.form-right{
  padding-left: 3rem;
}
.white-input{
	  border-radius: 6px;
	  width: 100%;
	  border: none;
	  color: #000;
}
.form-container{
  height: 75vh;
  position: relative;
}
.form-container > div {
  margin-top:32vh;
  transform: translateY(-32%);
  -webkit-transform: translateY(-32%);
}
#computer{
  display: block;
  width: 44vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
	.occur{display:none!important;}
	.cd-section:first-of-type > div {
  /*background-color: #2b334f;*/
  background: url("../img/bg-1.jpg") no-repeat #203a49 scroll top right;
}
.cd-section:nth-of-type(2) > div {
  /*background-color: #2e5367;*/
   background: url("../img/img-2.jpg") no-repeat scroll 50% 65%;
  background-size: 100% auto;
}
.laptop-content{
  position: absolute;
  width: 595px;
  height: 350px;
  overflow: hidden;
  right:10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.check-list {
    list-style: none;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12rem 2rem 7rem 7rem;
    border-radius: 100% 0 0 0;
}
.step > *, .col > * {  display: block;}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}
.laptop-content img:nth-of-type(2){
  z-index: 1;
  animation: scrollanim 10s ease-in-out  infinite alternate;
  -webkit-animation-name: scrollanim;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}
.laptop-content img{
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
}
.cd-section h2 {
  line-height: 4vh;
  text-align: center;
  font-size: 2.4rem;
}
.check-list li {
	font-size: 4rem;
	color: #ed1c24;
	font-weight: bold;
	text-align: right;
	font-family: 'Catamaran', sans-serif;
	line-height: 6rem;
	background: url("../img/check.svg") no-repeat scroll 100% 33%;
	background-size: auto 5rem;
	padding-right: 8rem;
	letter-spacing: -2px;
	text-transform: none;
	padding-left: 1rem;
}
.cd-section:nth-of-type(3) > div {
  /*background-color: #267481;*/
  background: url("../img/img-3.jpg") no-repeat scroll 50% 60%;
  background-size: 100% auto;
}
hr.spacer{
 border: 0; height: 1px; 
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));	
}
.beneficii .container{
  display: table;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 3rem auto;
}
.beneficii .container:nth-of-type(2) {
  width: 60%;
}
.footer-bar {
  background: #0d1821;
  position: absolute;
  left:0;
  right:0;
  bottom: 0;
  text-align: center;
  height: 15vh;
  line-height: 5vh;
  padding-top: 2vh; 
}
.steps-content span {    color: #00920c;}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
}
@media only screen and (max-width: 1049px){
a.switcher.fixed,a.switcher:not(.fixed),a.switcher {
		position:fixed;
		bottom: 5px;
		left: 10px;
		z-index:999999;
		min-width:300px;
		opacity:1;
		transition: left 2s ease;
	}
.modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 700px;
}
.steps-content span {
	color: #00920c;
	margin-top: 13px;
}
	div.step img{max-height:40px !important}
.footer-bar {
	background: #0d1821;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	text-align: center;
	height: auto;
	line-height: 20px;
	padding: 10px;
}
.beneficii .container:nth-of-type(2) {
    width: 100%;
}
.beneficii-container .container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
div.form-container div h2{text-align: center;}
.beneficii .container {
	display: table;
	position: relative;
	text-align: center;
	width: 96%;
	margin: 1rem auto;
}
hr.spacer {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-top: 5px;
	margin-bottom: 5px;
}
.cd-section:nth-of-type(3) > div {
	/* background-color: #267481; */
	background: #fff;
	background-size: 100% auto;
}
.check-list {
	list-style: none;
	display: inline-block;
	background: transparent;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 0;
	border-radius: 0;
	z-index: 999999;
}
.check-list li {
	font-size: 18px;
	color: #ed1c24;
	font-weight: bold;
	text-align: right;
	font-family: 'Catamaran', sans-serif;
	line-height: 24px;
	background: url("../img/check.svg") no-repeat scroll 100% 0%;
	background-size: auto 20px;
	padding-right: 32px;
	letter-spacing: -1px;
	text-transform: none;
	padding-left: 0;
	position: relative;
	clear: both;
}
.cd-section h1,h2 {
	line-height: 4vh !important;
	font-size: 2.4rem !important;
}
img#pages{display: inline-block;}
.laptop-content img {
	display: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	position: relative;
}
	.laptop-content img:nth-of-type(2) {
	z-index: 1;
	animation: none;
	-webkit-animation-name: none;
	-webkit-animation-duration: 0s;
	/* -webkit-animation-timing-function: none; */
	-webkit-animation-iteration-count: 0;
	-webkit-animation-direction: alternate;
}
div.steps-content {
	padding: 20px 7px;
}
.img-responsive {
	max-width: 91%;	
	margin-left: 4.5%;
}
div.step.step2,div.step.step4{text-align: right;}
div.step.step2 img,div.step.step4 img{float: right;}
.step > *, .col > * {display: inline-block;}
div.steps-content{padding: 20px;}
.laptop-content {
	position: relative;
	width: 100%;
	height: auto;
	overflow: visible;
	right: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
	clear: both;
	z-index: 99;
}
.cd-section:nth-of-type(2) > div {
  /*background-color: #2e5367;*/
   background: none;
}
.cd-section:first-of-type > div {
	background: none;
}
	.occur{display:inline-block}
#computer {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	bottom: auto;
	left: auto;
	clear: both;
}
.form-container{  height: auto;}
.form-container > div {
  margin-top:30px;
  transform: none;
  -webkit-transform: none;
}
.form-container {
	height: auto;
	position: relative;
}
.white-input {
	border-radius: 6px;
	width: 100%;
	border: none;
	font-size: 16px;
	line-height: 36px;
	color: #000;
}
.form-left{padding-right: 0;}
.form-right {padding-left: 0;}
#contact-form {
    width: 94%;
    margin: 0 auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   
    vertical-align: top;
    position: relative;
}
.form-left, .form-right {
	width: 100%;
	margin-left: 0%;
	float: left;
}

h4.bottom-table {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	padding: 20px 20px;
	background-color: #22283F;
	color: #fff;
}
	#logo {
	display: block;
	margin: 0 auto 60px auto;
	max-width: 92%;
	height: auto;
}
	.btns-group .btn {
	width: 90%;
	display: block;
	margin: 0 auto 30px auto;
	 max-width: 300px;
}
div.caption.leftmiddle {
	position: relative;
	top: auto;
	/* width: 92%; */
	/* left: 4%; */
	background-color: #fff;
	border: 0px solid #eee;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 20px;
	overflow: hidden;
}
.cd-section {
	height: auto;
	position: relative;
	overflow: hidden;
}
.cd-section:nth-of-type(3){
    background-color: #fff;
    background: #fff;
    background-size: 100%;
}
.caption, .beneficii-container {
	/* margin-top: 0px; */
	margin: 30px 10px;
	transform: none;
	-webkit-transform: none;
}
.cd-section > div {
	height: auto;
	position: relative;
}
}


@media screen and (min-device-width: 768px) and (max-device-width: 1049px) { 
    .check-list li{
    	font-size: 30px;	
    }
}