/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 sie 2023, 19:18:05
    Author     : Vexigo sp. z o.o.
*/
:root {
  --primary:#ff2f2f;
  --primary-light:#fff0eb;
  --secondary:#212d41;
  --heading-font:'Muli',Arial,Helvetica,sans-serif;
  /* --heading-font: 'Rajdhani', sans-serif;*/
  --body-font: 'Muli',Arial,Helvetica,sans-serif;
  --heading-color:#222732;
  
  --section-padding:70px 0;

}
body,textarea,input,button {
    font-family: var(--body-font);
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--heading-font);
    color:var(--heading-color);
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


html {
  overflow-x:hidden;
  margin:0;
  padding:0
}
body {
  overflow-wrap:break-word;
  overflow-x:hidden;
  margin:0;
  padding:0;
  background:#fff;
  font-size:16px;
  font-weight:400;
  font-stretch:normal;
  font-style:normal;
  line-height:1.69;
  letter-spacing:normal;
  color:#222732
}
* {
  outline:0;
  -webkit-tap-highlight-color:rgba(255,255,255,0)
}
*,
:after,
:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
*:focus,
*:active {
  outline:0px solid transparent !important
}
body,
button,
textarea {
  font-size:14px;
  line-height:1.715
}
@media (min-width:1023px) {
  body,
  button,
  textarea {
    font-size:16px;
    line-height:1.75
  }
}
a {
  color:#222732;
  transition:all .2s ease;
  text-decoration:none
}
@media (min-width:1023px) {
  a:hover,
  a:focus,
  a:active {
    color:#222732;
    text-decoration:none
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  font-weight:400
}
select {
  max-width:100%;
  cursor:pointer
}
p {
  margin-top:0;
  margin-bottom:0
}
strong {
  font-style:normal;
  font-weight:700
}
img {
  max-width:100%;
  height:auto;
  vertical-align:middle
}
iframe {
  border:0;
  max-width:100%
}
hr {
  border-top:1px solid rgba(0,0,0,.1)
}
blockquote {
  margin:0
}
blockquote footer {
  font-style:italic
}
cite {
  font-style:italic
}
pre {
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap;
  word-wrap:break-word
}
figure {
  margin:0
}
table {
  border-collapse:collapse;
  width:100%;
  margin-bottom:24px
}
td,
th {
  padding:12px;
  text-align:left;
  border:1px solid rgba(0,0,0,.1);
  font-weight:initial
}
.navright{
   float: right !important;

}
.navright a{
    margin-left:8px;
}
.mod-menu-brand{
    float:right;
}
.top-misc{
    text-align: right;
    padding:8px;
background: #1E2024;
font-weight: 400;
font-size: 16px;
/* identical to box height, or 175% */

letter-spacing: -0.011em;

/* Neutral/50 */

color: #D0D4D9;
}
.top-nav{
    /* Neutral/100 */
display: block;
background: var(--secondary);
padding-top: 10px;
} 

header .logo {
	float: left;
	width: 185px;
	/* height: 30px; */
	margin-top: 23px;
}

.main-nav {
	float: right;
	margin-right: 0;
	padding: 10px;
	width: 80%;
	padding-right: 0;
}

.main-nav a {
	color: #fff;
	float: left;
	font-size: 16px;
	margin-left: 11px;
	padding: 12px;
        font-weight: 500;
}
.main-nav a i.fa{
    margin-right:5px;

}
.rounded-btn{
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 12px 12px !important;
}

.highlight-btn{
    background-color: var(--primary);
border-radius: 6px;
    border: 0 none;
    color: #fff;
  
    padding: 12px 12px !important;
    text-align: center;
}

.highlight-btn:hover, .highlight-btn:active, .highlight-btn:focus, .highlight-btn-frame:hover, .highlight-btn-frame:active, .highlight-btn-frame:focus{
color: #fff;
}
.highlight-btn-frame{

    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
box-sizing: border-box;
border-radius: 6px;
    padding: 11px 12px !important;
    text-align: center;
    
}



#cta-dsc{
    background-color: #222732;
    background-image: url(https://demo.vehica.com/wp-content/uploads/2020/08/header.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

}
.cta-theme {
    float: left;
    width: 50%;
    height: 100%;
    min-height: 542px;
}
.cta-side {
    float: left;
    width: 50%;
    background-size: cover;
    height: 100%;
    min-height: 542px;
    padding-bottom: 15%;
}
.cta-content {
    float: right;
    max-width: 570px;
    padding: 40px 0;
    padding-right: 95px;
    padding-top: 8%;
}

.heading-xl {
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.022em;
    margin-bottom: 30px;
}
.heading-xl strong{
    color:var(--primary);
    font-weight: 800;
}
.heading-xl-white {
    color: #fff;
}
.cta-content p {
    margin-bottom: 45px;
}

.body-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.011em;
    color: #5E6268;
}
.body-text-light {
    color: #fff;
    font-weight: 600;
	
}

.neutral-btn {
    background-color: #F9FAFB;
    border: 1px solid #D0D4D9;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.011em;
    color: #006AFC;
    padding: 12px !important;
    line-height: 28px;
    margin-right: 5px;
}
.fixedInfo {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.21);
  color: #fff;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.fixedInfoContent {
  display: block;
  margin: 12px;
  padding: 7px;
  z-index: 99;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
}
.fixedInfoClose {
  background: none repeat scroll 0 0 #006AFC;
  border-radius: 10px 10px 10px 10px;
  color: #FFF;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -4px;
  padding: 2px 13px;
  cursor: pointer;
  text-decoration: none !important;
}
.fixedInfoContent a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.video-pane {
	z-index: 2;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 16px 22px 17px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	position: relative;
	max-width: 700px;
	margin-top: 5%;
        margin-right: 30px;
}

.video-pane-bottom {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: .59;
  z-index: -1;
}



.social-links a{
    display:block;
    margin-top:5px;
}

.social-links a i.fa{
    font-size:20px;
    margin-right: 5px;
    float:left;
    margin-top:1px;
    color:#fff;
}

.footer{
    background-color: #222732;
}

.footer-misc{
    margin-top:27px;
    display:block;
    color:#c0c0c0;
    font-size: 11pt
}

#footer{
    
    color:#fff;
    padding:  var(--section-padding);
}
#footer p{
 padding:5px;   
    
}



#footer a{
    color:#999999;
}
#footer a:hover{
    color:#999999;
}
.misc-links{
    list-style: none;
}
.misc-links li{

    padding: 3px;
}
.social-links a {
    display: block;
    margin-top: 25px;
    /* padding-bottom: 16px; */
}
.social-links a i.fa {
   
    margin-right: 14px;
    float: none;
    margin-top: -7px;
    color: #fff;
}
#numbers, #blogitems {
  background-color: #fff;
  min-height: 400px;
  padding:var(--section-padding);
}

.feature-item .fa-pane{
  float:left;
  width:20%;
    text-align: center;
    
}
.fa-pane b{
    width:48px;
    height:48px;
    border-radius: 30px;
    background: #EAF3FE;
    position:relative;
    display: block;
}
.fa-pane .fa {
	width: 24px;
	height: 24px;
	padding: 15px;
	padding-left: 5px;
	color: #006AFC;
}

.fa-card .fa{
    
   
	padding-left: 5px;
	color: #006AFC;
        font-size:24px;
    margin-bottom: 15px;
}

.feature-dsc{
  float:left;
  width:80%;
}
.feature-dsc h2{
    margin:0;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
/* identical to box height, or 156% */
margin-bottom: 5px;
letter-spacing: -0.014em;

/* Neutral/100 */

color: #0E0F11;
}
#colorcta{
    background: #2F54EB url("../images/carmoniter/header.png") no-repeat center center;
    min-height:350px;

}
#colorcta h1{
    color:#fff;
    margin-top:60px;

}
.body-text-w {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.011em;
  color: #D3E4FA;
}
#howitworks-dsc {
  background: #fff;
  padding:var(--section-padding);
}

#why-dsc {
  background: #fff;
  padding:var(--section-padding);

}
#features {
  background: #2F54EB url("../images/carmoniter/header.png") no-repeat top center;
    background-size: auto;
  background-size: cover;
  min-height: 400px;
  padding:var(--section-padding);
}
features h1{
    color:#fff;
}

#features p{
    color:#fff;
}
#features h2{
    color:#fff;
}
#features .primary-label, #features .fa-pane b{
    color:#fff;
    background: #ff2f2fd9;
} 
#features .fa{
   color:#fff; 
}
#features .fa-pane, #features .feature-dsc{
    width:100%;
}
#features .fa-pane{
    margin-bottom: 28px;
    
}

.btn-cta-white {
    background-color: #fff ;
    border: 0 none;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin:40px 0;
    border-radius:6px;
    padding: 8px 12px;
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
/* identical to box height, or 175% */

letter-spacing: -0.011em;

/* Primary/60* */

color: #006AFC;
    
}
.btn-cta-white:hover{
    color:#0069ff;
}
#staff-dsc {
  background: #fff;
  padding:var(--section-padding);
}

#power-no{
    background: #2F54EB url("../images/carmoniter/header.png") no-repeat top center;
	padding: var(--section-padding);
    
}
#power-no-white{
     background: #fff;
}



.power-cards{
    margin-top:62px;
}
.power-card {
    display: block;
    min-height: 195px;
    background: #0e192d9e;
    color: fff;
    text-align: center;
    padding: 30px 25px;
    border-radius: 25px;
}

.power-card h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.021em;
    color: #fff;
    margin-top: 0;
}
.power-card span {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.011em;
    color: var(--primary);
    margin-bottom: 10px;
    display: block;
}
.power-card p{
    font-weight: 400;
font-size: 14px;
line-height: 20px;
/* or 143% */

text-align: center;
letter-spacing: -0.006em;

/* Neutral/10 */

color: #FFFFFF;
}
.white-cards{
    margin-top:0;
}
.white-cards .power-card{
    text-align: left;
    background: #fff;
    padding: 0;
}
.white-cards .power-card h2{
    color:#006AFC;
     text-align: left;
     font-size: 44px;
}
.white-cards .power-card span{
    color:#0E0F11;
     text-align: left;
     font-size: 18px;
}
.white-cards .power-card, .white-cards .power-card p{
     text-align: left;
    color:#636B75;
    font-size:16px;
    
}


.light-grey-section{
    background: #F9FAFB;
	
}

.section-padding{
    padding: 64px 0;
	
}

#quotes{
    background: #F9FAFB;
	padding:var(--section-padding);
	
}

#warranty{
    background: #F9FAFB;
	padding: 99px 0;
	padding-bottom: 60px;
}

.qoute-cards{
    margin:52px 0;
}

.qoute-av{
    float:left;
    width:60px;
}
.qoute-av img{
 max-width: 60px;
 border-radius: 30px;

}

.quote-text {
	float: left;
	margin-left: 12px;
	margin-top: 7px;
}
.quote-text span{
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;

letter-spacing: -0.011em;

/* Neutral/100 */
display:block;
color: #0E0F11;
}
.qoute-top {
	display: block;
	width: 100%;
	
	margin-bottom: 18px;
	float: left;
}
.quote-text b{
    font-weight: 400;
font-size: 16px;
line-height: 28px;
/* or 175% */

display: flex;
align-items: center;
letter-spacing: -0.011em;

/* Neutral/80 */

color: #636B75;
display:block;
}


.quote-card {
    background: #fff;
    display: block;
    width: 48%;
    height: 290px;
    left: 0px;
    top: 0px;
    box-shadow: inset 0px -2px 0px #7B61FF;
    padding: 45px;
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
    border-radius: 12px;
}
.quote-card .body-text{
    padding-right: 50px;
    color:#222732;
}
.quote-author{
    display:block;
    font-weight: bold;
    margin-top:15px;
}

.quote-icon {
	float: right;
	margin-top: 25px;
}

.blog-postcard{
    border: 1px solid #DDE1E6;
}
.blog-dsc{
    padding:20px; 
    
}
.blog-dsc h2{
    margin:0;
font-style: normal;
font-weight: 600;
font-size: 18px;
/* identical to box height, or 156% */
margin-bottom: 5px;
letter-spacing: -0.014em;

/* Neutral/100 */

color: #0E0F11;
}
.blog-dsc h2 a{
    color:#0E0F11;
}
#sign-up{
    background: #EAF3FE;
    padding: 99px 0;
    padding-bottom: 60px;
}
#sign-up .primary-label{
    background: #D3E4FA;
}
#sign-up .body-text{
    color: #102646;
}

.singupframe {
	background: #fff none repeat scroll 0 0;
	/* margin: 23% 0px 0px 0px; */
	padding: 50px;
	width: 490px;
	float: right;
	/* margin-right: 12%; */
}
.singupframe-margins{
    margin:40px 12%;
  
}

.centering-l-pane {
	display: block;
	max-width: 450px;
	text-align: center;
	margin-top:20%;
        margin-left: 12%;
}

.singupframe .moniter-logo-login{
    margin: 20px auto;
    display: table;
    margin-top: 10px;
    margin-bottom: 40px;
}

.singupframe label{
    font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.011em;

}
.singupframe .form-control {
	border-radius: 0;
	margin-bottom: 12px;
	padding: 10px 12px;
	background: #FFFFFF;
	border: 1px solid #D3E4FA;
	box-sizing: border-box;
	box-shadow: inset 3px 0px 0px #7B61FF;
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
	height: auto;
}
.singupframe .text-muted {
    color: #636B75;
    font-size: 14px!important;
}
.singupframe .text-muted a{
    color: #1E2024;
    text-decoration: underline;
}
.blue-btn {
	background: #0069ff none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-weight: bold;
	padding: 12px 30px;
	text-align: center;
	width: 100%;
	font-size: 20px;
	letter-spacing: 1px;
	display: block;
}
.blue-splash-r{
    background: #212D41;
   background-size: cover;
   min-height: 750px

}
.blue-splash-l{
   background: #2F54EB url("../images/carmoniter/header.png") no-repeat center center;
   background-size: cover;
min-height: 750px
}
.singupframe .blue-btn{
    padding: 10px 30px;
    background: #006AFC;
    font-weight: 600;
font-size: 16px;
line-height: 28px;
/* identical to box height, or 175% */

letter-spacing: -0.011em;

/* Neutral/10 */
border-radius: 6px;
color: #FFFFFF;
}

.singupframe .form-misc{
    display:block;
    border-top:1px solid #ebebeb;
    font-size: 13px;
    margin-top:20px;
    padding-top:15px;
}
.singupframe .form-misc a{
    color:#0069ff;

}
.other-login-info{
    display: block;
    margin-top: 30px;
    text-align: center;
    width: 360px;
    float: right;
    margin-right: 12%;
    font-size: 13px;


}
.other-login-info a{
    font-size: 13px;
    padding: 6px 18px;
    display: inline-block;
    color: #0069ff;
    font-weight: bold;
    letter-spacing: 1px;
    border: 2px solid #0069ff;
    margin-top: 15px;
    background:#fff;
}

.login-right-side{
    background-image: url(../images/index-n/images/login-bg.jpg);
    height: 100%;
    position:relative;
    overflow: hidden;
}
.login-right-side h1{
    color:#fff;
    margin-top:77px;
    margin-left: 40px;
    font-weight: 300;
}

.login-right-side h1 strong{
    font-weight: 300;
    display: block;
    color:#0069ff;
}


.login-right-side .login-screen{
    margin-left: 245px;
    margin-top: 140px;
}


/*Plans*/

#plans-dsc{
    background: #F9FAFB;
	padding:var(--section-padding);
}
.variant-box {
	display: block;
	text-align: left;
	padding: 64px 0px;
	background: #FFFFFF;
	border: 1px solid #DDE1E6;
	padding-bottom: 44px;
        padding-top:0;
}
.variant-box .variant-box-head{
    display: block;
    letter-spacing: 1px;
    padding:26px 10px;
    color:#fff;
    background: #000;
    font-size: 20px;
}
.packet-label {
    background: linear-gradient(180deg, rgba(22,29,43,1) 0%, rgba(36,53,99,1) 80%, rgba(40,64,148,1) 100%);
    display: block;
    min-height: 100px;
    color: #fff;
    padding: 5%;
    font-size: 30px;
    letter-spacing: -1px;
    border-radius: 9px 9px 0 0px;
    text-align: center;
    line-height: 125%;
}
.trial-label {
    background: #8fb6ff;
    color: #000;
}

.variant-box .variant-box-head span{
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}
.variant-dsc{
    color:#888888;
    font-size: 15px;
    display: block;
    padding:26px 44px;
    line-height: 120%;
}
.variant-dsc a {
	color: #5E5E5E;
	font-weight: 700;
}
.variant-label{
   margin-left:44px; 
}


.variant-list-tab li{
    margin-right: 90px;
}
.variant-list b.pricev {
    float:right;
    color:#444;
    margin-right: -90px;
}
.variant-list .text-right{
    text-align: right!important;
    border-bottom: 0 none;
}

.variant-box span.variant-price {
	font-weight: 600;
	font-size: 44px;
	line-height: 20px;
	letter-spacing: -0.022em;
	color: var(--primary);
	margin-left: 44px;
	margin-top: 40px;
	display: inline-block;
	margin-bottom: 15px;
}

.variant-box span.variant-price i {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	letter-spacing: -0.014em;
	
}

.variant-incentive {
	max-width: 395px;
	height: 76px;
	background-image: url("../images/index-v3/icons/Vector.svg");
	background-repeat: no-repeat;
	background-position: 16px center;
	border: 1px solid #D3E4FA;
	box-shadow: 0px 4px 8px rgba(38, 44, 73, 0.1);
	border-radius: 54px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.014em;
	color: #636B75;
	display: block;
	margin: 0 auto;
	padding-left: 79px;
	padding-right: 76px;
	padding-top: 7px;
}
.variant-incentive:hover{
    color: #636B75;
}

.variant-box ul{
    margin:0;
    padding:26px 0;
    list-style: none;
    padding-top:0;

}
.variant-box ul b.title {
	padding-left: 44px;
	padding-bottom: 5px;
	display: block;
}

.variant-box ul li {
	text-align: left;
	padding-left: 70px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url("../images/index-v3/icons/icon-check.svg");
	background-repeat: no-repeat;
	background-position: 41px center;
}
.variant-box ul li:nth-child(even) {
  background-color: #EAF3FE;
}



.variant-box-body{
    border: 1px solid #ececec;
    border-top:0 none;
    padding-bottom: 30px;
}

.variant-highlight{
    box-shadow: 0 0px 15px #c0c0c08f;
    border: 2px solid #006AFC;
}

.variant-highlight .variant-box-head{
    background-color: #0069ff;
}

.variant-highlight ul li i.fa{
    color:#0069ff;
}

.variant-coupon{
    display:block;
    text-align: center;
    padding:15px;
}
.variant-coupon input{
    background: #fff;
    border: 2px solid #ccc;
    font-size: 14px;
    padding: 3px 10px;
}

.variant-coupon button{
    background: #fff;
    border: 2px solid #0069ff;
    font-size: 14px;
    padding: 3px 10px;

}
.variant-dsc-code{
    font-weight: 600;
font-size: 16px;
line-height: 28px;
/* identical to box height, or 175% */

letter-spacing: -0.011em;

/* Primary/60* */

color: #006AFC;
    display: block;
    text-align: center;
    width: 100%;
    
}
.variant-dsc-code:active, .variant-dsc-code:hover, .variant-dsc-code:focus{
    color: #006AFC;
}
.variant-dsc-code i{
    display:inline-block;
    width:17px;
    height:14px;
    background-image: url("../images/index-v3/icons/bonus-code.svg");
    margin-left:5px;
}


.purchase-switch {
	display: table;
	background: #EDF0F3;
	padding: 4px;
	margin: 40px 0;
	width: 100%;
	font-weight: bold;
	height: 52px;
	border-radius: 8px;
	list-style: none;
}





.purchase-switch li{
    display:table-cell;
    width: 50%;

}
.purchase-switch li a {
	text-align: center;
	padding: 5px;
	color: #000;
	display: block;
	opacity: 0.7;
	height: 44px;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: -0.011em;
	padding-left: 33px;
}
.purchase-switch li a:hover{
    opacity: 0.9;
}
.purchase-switch li.active a{
    background-color: var(--primary);
    box-shadow: 0px 1px 3px rgba(38, 44, 73, 0.08);
    border-radius: 6px;
    opacity: 1;
    color:#fff;
}

.switch-annual{
     background-image: url("../images/index-v3/icons/calendar_today3.svg");
    background-repeat: no-repeat;
    background-position: 8px center;
}
.switch-yearly {
	background-image: url("../images/index-v3/icons/calendar_today12.svg");
	background-repeat: no-repeat;
	background-position: 14px center;
}

.clear-style{
    border:0px;
    padding:0px;
    box-shadow: none;
}

.btn-framed{
    display: inline-block;
    padding:10px 30px;
    border:2px solid #fff;
    font-size:20px;
    font-weight: bold;
    margin-top:70px;
    color:#fff;
    letter-spacing: 1px;
}
.btn-framed:hover{
    color:#fff;


}

.variant-box span.variant-price {
    font-weight: 800;
    font-size: 75px;
    line-height: 20px;
    letter-spacing: -0.040em;
    color: var(--heading-color);
    margin-left: 44px;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 15px;
}
.variant-box span.variant-dsc {
    color: #000000;
    font-size: 18px;
    display: block;
    padding: 26px 44px;
    line-height: 120%;
    text-align: center;
    font-weight: 600;
}
#plans-dsc .body-text {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -0.011em;
    color: #000000;
}
.primary-label, .grey-label, .light-label {
	padding: 4px 8px;
	background: #222732ad;
	border-radius: 6px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.006em;
	color: #fff;
	margin-bottom: 20px;
}

.primary-label{
    font-size: 16px;
}
.purchase-switch li {
    display: table-cell;
    width:33%;
}
.variant-highlight {
    box-shadow: 0 0px 15px #c0c0c08f;
    border: 5px solid #19427B;
}
.variant-box {
    border-radius: 15px;
        box-shadow: 0 0px 15px #c0c0c08f;
       
}
.variant-box .primary-label{
    font-size: 18px;
}


.variant-academy {
    background: #ecf8ffeb;
    box-shadow: 0 0px 15px #0081fc45;
    border: 5px solid#fff;
}
.variant-academy ul li:nth-child(even) {
    background-color: #ffffff;
}
.variant-academy ul li{
    font-weight: bold;
}
#plans-dsc {
    background: #edf0f3;
}
.academy-label {
    background: #19427b;
    margin: 5%;
    display: block;
}
.purchase-switch li a {
    opacity: 1;
    /* background-color: #b1cdff; */
    box-shadow: 1px 2px 2px inset #ddd;
}
.purchase-switch {
    background: #ffffff;
    box-shadow: 0 0px 15px #c0c0c08f;
}
.purchase-switch li.active a {
    background-color: var(--primary);
    opacity: 1;
    color: #fff;
}
.promo-price span.variant-price{
   
}

.promo-label {
   padding: 4px 8px;
    background: #ffd400;
    border-radius: 6px;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.006em;
    color: #514300;
    display: block;
    max-width: 200px;
    margin: 20px auto;
    font-weight: bold;
    margin-bottom: 0;
}
.variant-promo{
    color:#747983;
    font-size:50px;
}
.switch-monthly{
    background-image: url(../images/index-v3/icons/calendar_today1.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
.try-btn{
    background:#109500!important;
    cursor:pointer;
}
.try-box {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.try-head {
    position: absolute;
    top: -40px;
    right: 15px;
    background: #006AFC;
    padding: 6px 31px;
    border-radius: 15px 15px 0px 0px;
}
.try-body {
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 28px 32px 28px 28px;
    border: 4px solid #006AFC;
    border-radius: 15px;
}
.try-head-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    line-height: 19px;
}
.try-h2 {
    font-size: 14px;
    font-weight: 900;
    opacity: 1;
    line-height: 16px;
}
.try-h1 {
    font-size: 21px;
    font-weight: 900;
    opacity: 1;
    line-height: 25px;
}
.try-sum {
    color: #006AFC;
    font-weight: 400;
    opacity: 1;
    line-height: 21px;
}
.try-bullets {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.try-bullet {
    display: flex;
    gap: 7px;
   padding: 5px 10px;
    background: #EAF3FE;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 9px;
    letter-spacing: -0.36px;
    color: #004099;
    font-size: 15px;
}
      
              .try-form{
                  
                  margin:10px 0;
                  display: block;
                  
              }
              .try-form label{
                  color:#000;
              }
              .try-form .form-group input{
                  border-radius: 0;
    margin-bottom: 12px;
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1px solid #D3E4FA;
    box-sizing: border-box;
    box-shadow:inset 3px 0px 0px #0069ff;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
    height: auto;
              }
              
              .try-form .form-check-input {
    font-size: 15px;
    color: #000;
    float: left;
 
    display: table-column;

}
              
              .try-form .form-check-label {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    max-width: 87%;
    margin-bottom: 30px;
    display: table-column;
}
.try-modal .modal-dialog{
    max-width: 500px;
}

.try-modal .modal-content{
    border-radius:20px;
    
}              
.try-modal .modal-body{
    padding:20px 7%;
}
.variant-incentive {
    max-width: 255px;
    padding-left: 75px;
    padding-right: 30px;
    margin-bottom: 25px;
    font-size: 16px;
}

.subscribe-form {
	display: table;
	margin: 20px auto;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 5%;
}
.subscribe-form input{

    height: 42px;
    padding: 10px 13px;
    border: 0 none;

}
.subscribe-form input{

    border-radius: 10px;

}
.subscribe-form .submit-btn{
    background: #0069ff;
border-radius: 6px;
    border: 0 none;
    color: #fff;
 
    padding: 12px 30px;
    text-align: center;
    width: 100%;
font-weight: 600;
font-size: 16px;
line-height: 28px;
/* identical to box height, or 175% */

letter-spacing: -0.011em;

/* Neutral/10 */

color: #FFFFFF;
cursor:pointer;
display: block;

}
.white-side{
    float: left;
    width: 50%;
    background-color: #fff;
    
    height: 100%;
    min-height: 542px;
}
.cta-side {
	float: left;
	width: 50%;
	min-height: 542px;
}
/*eof suwak tmp*/
.bar-poining{
    padding: 0;
}

.bar-poining li {
    padding: 8px;
    padding-left: 58px;
    /* height: 48px; */
    background: #FFFFFF url("../images/index-v3/icons/feature-icon.png") no-repeat 9px;
    box-shadow: 0px 1px 3px rgba(38, 44, 73, 0.08);
    margin-bottom: 6px;
    list-style: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.011em;
    color: var(--heading-color);
}


.colapse-panel h4{
    position: relative;

}
.colapse-panel h4 a{

    color:#0069ff;
    font-weight: bold;


}

.colapse-panel h4 a:after{

    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    position: absolute;
    right:0;
    top: 22px;
    width:30px;
    height: 30px;

    color:var(--primary);

}

.colapse-panel h4 a.collapsed:after{
    content: "\f078";
}
.colapse-panel h4 a.collapsed{

    color:#000;
}


.colapse-panel h4{
    border-bottom: 1px solid #d4d4d4;
    padding:20px 30px;
    font-size: 20px;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.colapse-panel p{
    text-align: left !important;
    margin-top:20px;
}
.cta-test-n {
	background: #fff url('../images/index-n/images/bg-think.jpg') no-repeat;
	background-size: cover;
        min-height: 714px;
}



@media (max-width: 767px) {

    .singupframe{
        width: 96%;
        margin:2%;
    }

}
@-ms-viewport {
    width: device-width;
}

@media (max-width: 767px) {
    
    .white-side {
	float: left;
	width: 100%;
	background-color: #fff;
	height: 100%;
	min-height: 600px;
}
    #footer p span{
    color: #ffffff;
    background: #161616;
    padding: 10px;
    display: block;
    margin: 18px 10%;
    margin-bottom: 0;
    border-radius: 10px;
    font-weight: bold;
    
}
    .cta-content {
	float: none;
	max-width: 570px;
	padding: 5%;
	/* padding-right: 1%; */
	padding-top: 8%;
        }
       
    .navright {
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
    .cta-side {
	float: left;
	width: 100%;
	height: 100%;
	min-height: 280px;
  
}

#power-no, #features, .cta-side {
  background: #212D41 url("../images/carmoniter/header.png") no-repeat bottom center;
   padding-bottom: 275px;
}
.power-card{
    margin-bottom: 30px;
}
 .cta-theme{
           float: left;
	width: 100%;
	
	background-size: cover;
	height: 100%;
	min-height: 280px; 
            
        }

.centering-pane {
	display: block;
	margin-top: 60px;
	margin-left: 0;
	text-align: center;
}

.fa-card {
	display: block;
	width: 100%;
	float: left;
	padding: 12px;
	padding-top: 30px;
}
.feature-dsc {
	width: 100%;
}
#quotes {
	background: #F9FAFB;
	padding: 0;
        padding-top:30px;
}
.fa-pane .fa {
	width: 24px;
	height: 24px;
	padding: 24px;
	padding-left: 5px;
	color: #006AFC;
	font-size: 31px;
	padding-left: 26px;
}

.fa-pane b {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #EAF3FE;
	position: relative;
	display: block;
	margin-bottom: 14px;
	margin: 14px auto;
	text-align: left;
}
.quote-card {
	width: 100%;
	height: auto;
	padding: 8%;
	margin-bottom: 20px;
}
.feature-item .fa-pane {
	float: left;
	width: 100%;
	text-align: center;
}
.fa-card b i.fa{
    font-size:50px;
}

.neutral-btn{
    display: block;
margin-bottom: 10px;
text-align: center;
}
.highlight-btn{
    display: block;
}
.variant-incentive{
    margin:0 2%;
}
    .landing-form {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        float: left;
    }
    .lp1-product,  .lp2-product,  .lp3-product, .lp4-product  {
        background: #fff;
    }
    #lp-split:after{
        clear: both;
    }
    .landing-form form {
        display: block;
        width: 100%;
        float:none;
        padding: 0 3%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .landing-form form input {
        display: block;
        margin-bottom: 20px;
        height: 43px;
        border-color: #e1e1e1;
        border: 1px solid #e1e1e1;
        width: 100%;
        padding: 7px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .landing-form form button.lp-send {
        background: #ff0036;
        display: block;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        position: relative;
        padding: 3px 0;
        border: 0;
        width: 100%;
    }

    .landing-header {
        min-height: 200px;
    }

    .landing-header h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    #paralax-dsc .color-side{
        float: left;
        width: 100%;
        padding: 0 2%;
        text-align: center;
    }
    .screen-side{
        width:100%;
    }


    .color-content, .color-content-a{
        padding-right: 0;
    }
    .quote-box img.quote-bg{
        opacity:1;
    }
    .quote-item{
        position: unset;
        color: #404040;
        padding: 20px;
        bottom: 13%;
        right: 5%;
        width: 100%;
        border: 0;
    }
    .phone-bg{
        padding-bottom: 480px;
    }

    #colorcta{
        padding-bottom: 70px;
    }
    .misc-links {

        margin-left: 0!important;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer{

        text-align: center;
        font-size: 18px;
    }
.social-links a i.fa {
    font-size: 48px;
}
    .article-color-side {
        padding: 0 5% !important;
    }

    .grey-split-content-a{
        padding-left: 0;
    }
    .app-dsc p{
        padding:0;
    }
    .quote-large {
        font-size: 33px;
        padding: 20px 20px;
        text-align: center;
        margin: 20px;
    }
    .article-video-pane{
        width:100%;
        margin:0;
    }

    .color-quote-container{
        width:100%;
    }

    .CartList{
        padding-left:0;
        margin:0;

    }
    .buy-header h1{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .book-screens{
        width: 100%;
    }
    .content-left-txt{
        display:none;
    }
    .contents-list{
        width:100%;
        padding:0;
        margin:40px 0;
    }
    .refund-dsc {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
    .read-first-chapter span {
        max-width: 100%;

    }
    .read-first-chapter input {

        width: 100%;
        margin: 17px 0px;
    }
    .read-first-chapter button {

        width: 100%;
        margin-left: 0!important;
        padding: 13px;
    }
    .paragraph-list p {
        padding-left: 34px!important;
    }
    .paragraph-list p span {
        margin-left: -30px;
    }
    .author-credentials {
        margin-left: 0;
    }
    .author-credentials img.img-author {
        float: left;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        margin-bottom: 21px;
    }
    .author-credentials-pane {

        padding: 30px 0px;

    }
    .book-screens {

        margin-top: 40px;
        min-height: 100px;
    }

    .buy-choice a{
        margin-bottom: 40px;
    }
    .read-first-chapter{
        margin-top:40px;
    }

    .book-sample{
        width:100%;
    }

    .grey-section{
        margin-top:0;
    }
    .quote-dialog{
        width:auto;

    }
    .nav-separator {
        display: inline-block;
        border: 0 none;
        height: 0;
        float: none;
    }
    
    .main-nav {
	float: right;
	margin-right: 0;
	padding: 0;
	width: 100%;
	padding-right: 0;
}
    .main-nav a {
	color: #fff;
	float: left;
	font-size: 23px;
	margin-left: 16px;
	padding: 7px 13px;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px solid #d5d5d51a;
	margin: 6px 0;
        }

    header .logo {
        margin-bottom: 20px;
    }

    #scrollNav{
        display:none;
    }

    .break-right {
        border-right: 0;
        padding-right: 0!important;
    }

    .other-login-info {
        width: 100%;
        margin-right: 0;
        font-size: 16px;
        margin-top: 20px;
    }
    .login-right-side{
        display:none;
    }

    .singupframe {

        margin-top: 20px;
    }

    .other-login-info a {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 70px;
        margin-top: 20px;
    }
    #login-form {

        min-height: 500px;
    }

    #article-dsc article{
        padding-left: 2%;
        padding-right: 2%;
    }

}
.mod-menu-button {
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    font-size: 28px;
    margin-right: 15px;
    margin-top: 12px;
    cursor: pointer;
}
