/* Import internal css */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,500,700');
@import "font-awesome.min.css";
@import "bootstrap.min.css";
@import "owl.carousel.css";
@import "bootstrap-select.min.css";
@import "style.css";
@import "responsive.css";



/*--- Globel CSS ---*/
html,body {width: 100%;min-height: 100%;}
html * {text-rendering: optimizelegibility;box-sizing: border-box;-webkit-box-sizing: border-box;}
html,body {font-size: 16px;color: #000;margin: 0;padding: 0;font-family: 'Roboto', sans-serif;}
body {overflow-x: hidden;}
img {max-width: 100%;}
main {height: calc(100vh - 86px);height: -os-calc(100vh - 86px);height: -o-calc(100vh - 86px);}
p {line-height: 26px;font-size: 17px}
ul,li {padding: 0;/*list-style: none;*/margin: 0;}
h1,h2,h3,h4,h5,h6 {margin: 0;font-family: 'Roboto Slab', serif;}
h2{font-size: 60px;}h3{font-size: 45px;}h4{font-size: 30px;} h5{font-size: 20px;margin-bottom: 10px;}h6{font-size: 20px;}
a {text-decoration: none;-webkit-transition: 300ms all;transition: 300ms all;-moz-transition: 300ms all;-webkit-transition: 300ms all;-o-transition: 300ms all;color: #3f68b1;outline: none;}
a:hover,a:focus {text-decoration: none;color: #e4b30e;}
.navMain nav a:hover,.navMain nav a:focus {text-decoration: none;color: #e4b30e;}
input:focus,input:hover,input,button:focus,textarea:focus ,select:focus{outline: none;}

::-webkit-input-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}

/*::-moz-selection { color: #000;background:#e1b30d; }
::selection { color: #000;background:#e1b30d; }*/



[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    font-weight: normal;
    cursor: pointer;
}   
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #000;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 4px;
    left: 3px;
    font-size: 17px;
    line-height: 0.8;
    color: #e1b30d;
    -webkit-transition: all .2s;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}


/* inner bootstrap css */
select {background: url(../img/icon-arrow.png) no-repeat 97% center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.owl-dot {background: #c5d1eb;width: 20px;height: 20px;display: inline-block;border-radius: 50%;margin: 0 12px;}
.owl-dot:first-child{margin-left: 0;}
.owl-dot:last-child{margin-right: 0;}
.owl-dots {text-align: center;position: absolute;left: 0;right: 0;bottom: -80px;}
.owl-dot.active{background: #3f68b1}
.owl-prev, .owl-next {position: absolute;top: 50%;color: #fff;z-index: 1;width: 60px;height: 60px;font-size: 0;background-repeat: no-repeat;margin-top: -49px;}
.owl-prev {left: -30px;background-image: url(../img/LeftArrow.png);}
.item{position: relative;}
.owl-next {right: -30px;background-image: url(../img/RightArrow.png);}

/* inner bootstrap css */

@media only screen and (max-width: 1199px) {
    h2{font-size: 50px;}h3{font-size: 35px;}h4{font-size: 20px;} h5{font-size: 18px;}h6{font-size: 18px;}
}
@media only screen and (max-width: 991px) {
    p{font-size: 17px;}
}

@media only screen and (max-width: 767px) {
    p{font-size: 15px; line-height: 25px;}
    h2{font-size: 30px;}h3{font-size: 25px;}h4{font-size: 18px;} h5{font-size: 16px;}h6{font-size: 16px;}
     .list-inline {margin-left: 0;}
    .owl-prev, .owl-next {background-size: 35px;height: 35px;width: 35px;}
    .owl-next {right: 0;}
    .owl-prev {left: 0;}
    .item:after{display: none;}.owl-dots {bottom: -28px;}
    .owl-dot {width: 15px;height: 15px;margin: 0 6px;}
    .form-group ul {margin-top: 25px;padding-left: 0;}
    .form-group li input[type="checkbox"]:not(old) + label, .form-group li input[type="radio"]:not(old) + label {font-size: 15px;}
}




/* 24-12-20  */

.newcheckoutWrap .innerForm textarea::-webkit-input-placeholder,
.newcheckoutWrap .innerForm input::-webkit-input-placeholder {
	color: #000 !important;
}

.newcheckoutWrap .innerForm textarea:-moz-placeholder,
 .newcheckoutWrap .innerForm input:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}

.newcheckoutWrap .innerForm textarea::-moz-placeholder,
.newcheckoutWrap .innerForm input::-moz-placeholder {  /* Firefox 19+ */
	color: #000 !important;
}

.newcheckoutWrap .innerForm textarea:-ms-input-placeholder,
.newcheckoutWrap .innerForm input:-ms-input-placeholder {  
	color: #000 !important;

}


/*newcheckoutWrap*/
/*.newcheckoutWrap .bootstrap-select.btn-group .dropdown-toggle .caret {
	display: none;
}*/
.newcheckoutWrap {
	padding-top: 120px;
	padding-bottom: 123px !important;
}
.newcheckoutWrap .choosePlan {
	background: #eebc0c;
	border-radius: 0;
}
.newcheckoutWrap .choosePlan:after {
	display: table;
    clear: both;
    content: "";
}

.newcheckoutWrap .chooseLeft h4,
.newcheckoutWrap .chooseLeft h2 {
	display: block;
	color: #000000;
	font-size: 70px;
	margin: 0;
	letter-spacing: -2px;
	font-weight: 300;
}

.newcheckoutWrap .chooseLeft h5,
.newcheckoutWrap .chooseLeft h3 {
	font-size: 39px;
	color: #000000;
	text-transform: capitalize;
	font-weight: 300;
}
.newcheckoutWrap .chooseLeft {
	/*float: left;*/
	vertical-align: middle;
	display: inline-block;
	width: 71%;
	margin-right: 0;
	padding-right: 52px;
}
.newcheckoutWrap .chooseRight {
	/*float: right;*/
	vertical-align: middle;
	display: inline-block;
	background: #000000;
	padding: 27px 20px 18px 12px;
	width: 28%
}
.newcheckoutWrap .chooseRight h3 {
	border: none;
	padding: 0;
}
.newcheckoutWrap .chooseRight h3 label {
	font-size: 77.94px;
	border: none;
    padding: 0;
    margin: 0;
    letter-spacing: -2px;
}
.newcheckoutWrap .chooseRight h3 span {
	font-size: 40px;
	position: relative;
    top: -30px;
}
.newcheckoutWrap .monthChoose {
	font-size: 41.74px;
	text-transform: capitalize;
}
.newcheckoutWrap .rowPlan {
	max-width: inherit;
}
.newcheckoutWrap .innerForm {
	border-radius: 0;
    margin-top: 0;
    padding: 34px 30px 34px;
}
.newcheckoutWrap .innerForm .col-md-12 {
	margin-top: 12px;
}

.newcheckoutWrap .innerForm .headingTop h4 {
	font-size: 27px;
	font-weight: 700;
}
.newcheckoutWrap .innerForm input,
.newcheckoutWrap .innerForm button{
	padding: 22px 23px 20px;
	border-radius: 0;
	font-size: 18px;
    text-transform: uppercase;
    box-shadow: none;
}
.newcheckoutWrap .innerForm .dropdown-toggle {
	padding: 20px 23px;
}
.newcheckoutWrap .innerForm .dropdown-toggle:focus {
	background: #ebebeb !important;
	box-shadow: 0 0 0 0;
}
.newcheckoutWrap .innerForm .exDateIn {
	max-width: 482px;
    width: 78.66%;
}
.newcheckoutWrap .innerForm .exDateIn .btn-group {
	padding-right: 10px;
	width: 231px !important;
	margin: 0;
}
.newcheckoutWrap .innerForm .cvvNo {
    max-width: 123px;
    padding-left: 0px;
    width: 33.33%;
}
.newcheckoutWrap .innerForm .termsNote {
	width: 47%;
    border-radius: 0;
    padding: 20px 23px;
    top: 45px;
    left: 14px;
    text-transform: uppercase;
    font-size: 18px;
}
.newcheckoutWrap .innerForm .termsNote label:before {
	border: 2px solid #000;
    border-radius: 0;
    box-shadow: 0px 0px 0px 1px #000;
    left: -1px;
    top: -1px;
}
.newcheckoutWrap [type="checkbox"]:not(:checked) + label:after, .newcheckoutWrap  [type="checkbox"]:checked + label:after {
	color: #000;
	top: 5px;
    left: 4px;
}

.newcheckoutWrap [type="checkbox"]:checked + label:before {
	 
}

.newcheckoutWrap .innerForm .bottomBox .termsNote label:after {
	font-size: 15px;
	top: 7px;
}

.newcheckoutWrap .innerForm label.error {
	font-size: 14px;
}

.newcheckoutWrap .innerForm .listInput select {
	width: 100%;
    background: #ebebeb;
    padding: 20px 39px 20px 23px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}
.newcheckoutWrap .innerForm .promo .check_coupon {
	background: #000000 !important;
	padding: 19px 30px;
	position: relative;
    right: 25px;
    font-family: 'Roboto',sans-serif;
    transition: all .5s;
}
.newcheckoutWrap .innerForm .promo .check_coupon:hover {
	background: #e1b30d !important;
}
.newcheckoutWrap .innerForm .promo .form-control {
	height: 65px !important;
	color: #000;
	font-size: 18px;
	padding: 12px 30px 12px 23px !important;
}
.newcheckoutWrap textarea::-webkit-input-placeholder,
.newcheckoutWrap input::-webkit-input-placeholder {
	color: #000 !important;
}

.newcheckoutWrap textarea:-moz-placeholder,
.newcheckoutWrap input:-moz-placeholder {
	color: #000 !important;
}

.newcheckoutWrap textarea::-moz-placeholder,
.newcheckoutWrap input::-moz-placeholder { 
	color: #000 !important;
}

.newcheckoutWrap textarea:-ms-input-placeholder,
.newcheckoutWrap input:-ms-input-placeholder {  
	color: #000 !important;
}



.newcheckoutWrap .bottomBox {
	clear: both;
    background: #000;
    margin: 32px 15px 0;
    padding: 7px 25px 5px 27px;
    display: inline-block;
    width: calc(100% - 30px);
}
.newcheckoutWrap .bottomBox .totalPrice {
	width: 68%;
	border: none;
}
.newcheckoutWrap .bottomBox .totalPrice p {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Slab',serif;
    font-weight: 900;
}
.newcheckoutWrap .bottomBox .totalPrice span {
	font-size: 40px;
	color: #eebc0c;
	padding: 0;
	font-family: 'Roboto Slab',serif;
    font-weight: 900;
}
.newcheckoutWrap .bottomBox .termsNote label {
	color: #fff;
    font-size: 18px;
    text-transform: initial;
}
.newcheckoutWrap .bottomBox .autorenewdiv {
	width: 82%;
	padding: 8px 0px;
}
.newcheckoutWrap .bottomBox .termsNote label a {
	color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 17px;
    transition: all .5s;
}
.newcheckoutWrap .bottomBox .termsNote label a:hover {
	color: #e4b30e;
	border-color: #e4b30e;
}
.newcheckoutWrap .bottomBox:after {
	content: "";
	display: table;
	clear: both;

}
.newcheckoutWrap .bottomBox .leftBox {
	float: left;
    width: 70%;
    vertical-align: top;
}
.newcheckoutWrap .bottomBox .leftBox label:before {
	border: 3px solid #eebc0c;
	box-shadow: none;
	left: -2px;
    top: 1px;
}
.newcheckoutWrap .bottomBox .rightBox {
	float: right;
    width: 21%;
    vertical-align: top;
}
.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
	width: 100%;
	border-radius: 7px;
	font-size: 35.56px !important;
	padding: 7px 26px;
	transition: all .5s;
	margin-top: 21px;
}

.newcheckoutWrap .innerForm .bootstrap-select label.error {
	position: relative;
    top: 3px;
}

.newcheckoutWrap {
	background: #000 !important;
}

.newcheckoutWrap .chooseLeft h4 {
	color: #000;
}

/* Zack-monawar Page  */

.startPro-v2 {
	background: #000 !important;
}

.startPro-v2 .bottomBoxes {
	padding: 13px 30px 110px;
}

.startPro-v2 .bottomBoxes h2 {
	text-align: center;
	font-family: 'RobotoSlab-Bold';
	font-size: 65px;
	color: #eebc0c;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.startPro-v2 .bottomBoxes .boxInner {
	background: #fff;
	padding: 16px 26px;
	border-bottom: 7px solid #eebc0c;
}


.startPro-v2 .bottomBoxes .boxInner .imgbox,
.startPro-v2 .bottomBoxes .boxInner .textBox {
	display: inline-block;
	vertical-align: top;
}

.startPro-v2 .bottomBoxes .boxInner .imgbox span {
	border: 4px solid #eebc0c;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	display: inline-block;
}


.startPro-v2 .bottomBoxes .boxInner .imgbox {
	margin-right: 6px;
}

.startPro-v2 .bottomBoxes .boxInner .textBox h4 {
	font-family: 'RobotoSlab-Bold';
	font-size: 33px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
	max-width: 228px;
}

.startPro-v2 .bottomBoxes .boxInner ul {
	margin-top: 15px;
}

.startPro-v2 .bottomBoxes .boxInner ul li {
	list-style: none;
	color: #303030;
	font-size: 19px;
	font-family: 'Roboto',sans-serif;
	position: relative;
	padding-left: 10px;
}

.startPro-v2 .bottomBoxes .boxInner ul li:before {
	content: '';
	background: #303030;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}

.startPro-v2 .bottomBoxes h3 {
	font-family: 'RobotoSlab-Bold';
	font-size: 60px;
	text-align: center;
	margin-top: 46px;
}

.startPro-v2 .bottomBoxes .btnbyNow {
	font-size: 38.1px;
	display: inline-block;
    width: auto;
    padding: 7px 64px;
    margin-top: 22px;
    max-width: inherit;
}



/******** Responcive Css *******/


@media (min-width: 1200px) {
.newcheckoutWrap .container {
    width: 1295px ;
}
}

@media (min-width: 1200px) and  (max-width: 1360px) {
	.newcheckoutWrap .container {
    	width: 1156px ;
	}
	.newcheckoutWrap .chooseLeft {
		width: 70%;
	}
	
	.newcheckoutWrap .chooseLeft h4,
	.newcheckoutWrap .chooseLeft h2 {
		font-size: 50px;
	}
	
	.newcheckoutWrap .chooseLeft h5,
	.newcheckoutWrap .chooseLeft h3 {
		font-size: 30px;
	}
	.newcheckoutWrap .chooseRight {
		width: 29%;
	}
	.newcheckoutWrap .chooseRight h3 span {
	    font-size: 35px;
	    top: -25px;
	}
	.newcheckoutWrap .chooseRight h3 label {
		font-size: 60px;
	}
	.newcheckoutWrap .monthChoose {
    	font-size: 28.74px;
	}
	.newcheckoutWrap .innerForm .exDateIn {
	    max-width: 397px;
	    width: 75.66%;
	}
	.newcheckoutWrap .innerForm .exDateIn .btn-group {
	    width: 47.5% !important;
	    /*background: #ebebeb !important;*/
	    margin-left: 10px;
	}

	.newcheckoutWrap .bottomBox .totalPrice span {
		margin-top: 10px;
	}
	.newcheckoutWrap .innerForm .exDateIn .btn-group:first-child {
		margin-left: 0px;
	}
	.newcheckoutWrap .innerForm .exDateIn .listInput input,
	.newcheckoutWrap .innerForm .exDateIn .bootstrap-select>.dropdown-toggle {
		background: #ebebeb !important;
	}
	.newcheckoutWrap .innerForm .promo .check_coupon {
		right: 37px;
	}
	.newcheckoutWrap .innerForm .headingTop h4 {
		font-size: 25px;
	}
	.newcheckoutWrap .bottomBox .autorenewdiv {
    	width: 82%;
    
	}
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow,
	.newcheckoutWrap .bottomBox .totalPrice span,
	.newcheckoutWrap .bottomBox .totalPrice p {
		font-size: 30px;
	}
	.newcheckoutWrap .bottomBox .rightBox {
		width: 25%;
	}
	.newcheckoutWrap .innerForm .termsNote {
		top: 43px;
		width: 46.5%;
	}
	
	.newcheckoutWrap .innerForm .bottomBox .termsNote {
		width: 74%;
	}
	
	.newcheckoutWrap .bottomBox .leftBox label:before {
		left: -2px;
	    top: 2px;
	    font-size: 17px;
	}
	.newcheckoutWrap .bottomBox .termsNote label {
		font-size: 17px;
	}
	.newcheckoutWrap .bottomBox .leftBox {
		width: 75%;
	}
	.newcheckoutWrap .innerForm .promo .form-control {
		padding: 12px 45px 12px 23px !important;
	}
}

@media (min-width: 1200px) and  (max-width: 1389px) {
	
	.startPro-v2 .bottomBoxes h2 {
		font-size: 60px;
	}
	
	.startPro-v2 .bottomBoxes h3 {
		font-size: 50px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .textBox h4 {
		   
		font-size: 28px;
		line-height: 26px;
		max-width: 210px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner {
		min-height: 262px;
	}
}

@media (min-width: 1200px) and  (max-width: 1366px) {
		
	.startPro-v2 .bottomBoxes h2 {
		font-size: 59.11px;
	}
	
	.startPro-v2 .bottomBoxes {
	    padding: 10px 0px 101px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .textBox h4 {
		font-size: 30.1px;
		margin-top: 7px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .imgbox span {
		width: 60px;
		height: 60px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .textBox {
		width: 76%;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .imgbox { 
		width: 22%;
		margin-right: 0;
	}
		
	.startPro-v2 .bottomBoxes .boxInner ul li {
		font-size: 17.28px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner ul {
	    margin-top: 10px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner {
	    min-height: 188px;
	}
	
	.startPro-v2 .bottomBoxes h3 {
	    font-size: 54.56px;
	}
	
	.startPro-v2 .bottomBoxes .btnbyNow {
		font-size: 34.65px;
		padding: 7px 56px;
	}

	
	.newcheckoutWrap .container {
	    max-width: 1144px;
	}
	
	.newcheckoutWrap {
		padding-top: 63px;
		padding-bottom: 70px !important;
	}
	
	.newcheckoutWrap .chooseLeft {
		width: 72%;
	}
	
	.newcheckoutWrap .chooseRight {
		padding: 22px 11px 15px 12px;
		width: 27%;
	}
	
	.newcheckoutWrap .chooseLeft h4,
	.newcheckoutWrap .chooseLeft h2 {
		font-size: 61.52px;
	}	 
	
	.newcheckoutWrap .chooseLeft h5, 
	.newcheckoutWrap .chooseLeft h3 {
		font-size: 34.28px;
		margin-top: -5px;
		letter-spacing: -2px;
	}
	
	.newcheckoutWrap .chooseRight h3 label {
		font-size: 68.05px;
	}
	
	.newcheckoutWrap .monthChoose {
		font-size: 36.7px;
		top: 5px;
    	position: relative;
	}
	
	.newcheckoutWrap .chooseRight h3 span {
		font-size: 38px;
		top: -24px;
	}
	
	.newcheckoutWrap .choosePlan {
		padding: 13px 18px 12px 10px;
	}
	
	.newcheckoutWrap .innerForm .headingTop h4 {
		font-size: 23.73px;
	}
	
	.newcheckoutWrap .innerForm {
		padding: 28px 30px 22px;
	}
	
	.newcheckoutWrap .innerForm input, 
	.newcheckoutWrap .innerForm button {
	    padding: 18px 23px 16px;
	    font-size: 15.82px;
	}
	
	.newcheckoutWrap .innerForm .dropdown-toggle {
		padding: 13px 23px 12px;
		height: 56px;
	}
	
	.newcheckoutWrap .innerForm .dropdown-toggle .filter-option {
		  font-size: 15.82px !important;	
	}
	
	.newcheckoutWrap .innerForm .col-md-12 {
	    margin-top: 6px;
	}
	
	.newcheckoutWrap .innerForm .promo .form-control {
		height: 56px !important;
	}
	
	.newcheckoutWrap .innerForm .promo .check_coupon {
		padding: 16px 30px;
	}
	
	.newcheckoutWrap .innerForm .termsNote {
		padding: 15px 23px 16px;
		top: 41px;
	}
	
	.newcheckoutWrap .bottomBox .totalPrice span,
	.newcheckoutWrap .bottomBox .totalPrice p {
		font-size: 35.16px;
	}
	
	.newcheckoutWrap .bottomBox .totalPrice p {
		padding-top: 12px;
	}
	
	.newcheckoutWrap .innerForm .bottomBox .termsNote {
		padding: 0;
	}
	
	.newcheckoutWrap .innerForm .termsNote label {
		font-size: 15.82px;
	}
	
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
		font-size: 31.33px !important;
		margin-top: 20px;
	}
	
	 .newcheckoutWrap .bottomBox .leftBox {
	    width: 72%;
	}
		.newcheckoutWrap .bottomBox .rightBox {
	    width: 21.5%;
	}
	
	.newcheckoutWrap .bottomBox {
		padding-bottom: 26px;
	}
	
	.newcheckoutWrap .innerForm .bottomBox .termsNote label:after {
		top: 6px;
	}
	.newcheckoutWrap [type="checkbox"]:not(:checked) + label:after, .newcheckoutWrap [type="checkbox"]:checked + label:after {
	    top: 4px;
		left: 3px;
		font-size: 16px;	
	}
	
	
	
}



@media (min-width: 1025px) and  (max-width: 1199px) {
	.newcheckoutWrap .innerForm .promo .check_coupon {
		padding: 20px 30px;
	}
	.newcheckoutWrap .chooseLeft {
		width: 72%;
		padding-right: 0;
	}
	
	.newcheckoutWrap .chooseLeft h4,
	.newcheckoutWrap .chooseLeft h2 {
		font-size: 40px;
	}
	
	.newcheckoutWrap .chooseLeft h5,
	.newcheckoutWrap .chooseLeft h3 {
		font-size: 25px;
	}
	.newcheckoutWrap .chooseRight {
		width: 27%;
	}
	.newcheckoutWrap .chooseRight h3 span {
	    font-size: 30px;
    	top: -18px;
	}
	.newcheckoutWrap .chooseRight h3 label {
		font-size: 40px;
	}
	.newcheckoutWrap .monthChoose {
    	font-size: 20px;
	}
	.newcheckoutWrap .innerForm .exDateIn {
	    max-width: 307px;
    	width: 70.66%;
	}
	.newcheckoutWrap .innerForm .exDateIn .btn-group {
	    width: 150px !important;
	}
	.newcheckoutWrap .innerForm .promo .check_coupon {
		right: 52px;
	}
	.newcheckoutWrap .innerForm .headingTop h4 {
		font-size: 20px;
	}
	.newcheckoutWrap .bottomBox .autorenewdiv {
    	width: 82% !important;
    
	}
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow,
	.newcheckoutWrap .bottomBox .totalPrice span,
	.newcheckoutWrap .bottomBox .totalPrice p {
		font-size: 24px;
    	padding: 0;
	}
	.newcheckoutWrap .bottomBox .rightBox {
		width: 25%;
	}
	.newcheckoutWrap .innerForm .termsNote {
		top: 37px;
	}
	.newcheckoutWrap .bottomBox .totalPrice {
		width: 58%;
	}
	.newcheckoutWrap .bottomBox .termsNote label {
		font-size: 16px;
	}
	.newcheckoutWrap .bottomBox .rightBox {
		clear: none;
	}
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
	    font-size: 25.56px !important;
	    padding: 7px 15px !important;
	}
	.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	    font-size: 16px;
	    box-shadow: none;
	}
	.newcheckoutWrap .innerForm input,
	.newcheckoutWrap .innerForm button {
		font-size: 16px;
	}
	.newcheckoutWrap .bottomBox .termsNote label {
		font-size: 17px;
	}
	.newcheckoutWrap .bottomBox .leftBox label:before {
		left: -2px;
	    top: 2px;
	    font-size: 17px;
	}
	.newcheckoutWrap {
   	    padding-top: 60px;
	}
	.newcheckoutWrap .innerForm .termsNote {
		width: 46%;
	}
	
	.startPro-v2 .bottomBoxes h2 {
		font-size: 40px;
	}
	
	.startPro-v2 .bottomBoxes h3 {
		font-size: 35px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .textBox h4 {
	    font-size: 22px;
	    line-height: 22px;
	    max-width: 145px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner ul li {
		font-size: 16px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner ul li:before {
		top: 9px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner {
		min-height: 260px;
	}
	
	.newcheckoutWrap {
		padding-bottom: 59px !important;
	}
	
	.newcheckoutWrap .bottomBox {
		padding-top: 14px;
	}
	
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
		margin-top: 13px;
	}
	
	.newcheckoutWrap [type="checkbox"]:not(:checked) + label:after, .newcheckoutWrap [type="checkbox"]:checked + label:after {
	    top: 4px;
		left: 3px;
		font-size: 15px;	
	}
	
}




@media (min-width: 991px) and  (max-width: 1199px) {
	.newcheckoutWrap .innerForm .termsNote {
   	 	top: 39px !important;
	}
	.newcheckoutWrap .innerForm .promo .form-control {
		padding: 12px 56px 12px 23px !important;
	}
}
@media (min-width: 768px) and  (max-width: 1024px) {
	.newcheckoutWrap {
    	padding-top: 60px;
	}
	.newcheckoutWrap .chooseLeft {
		width: 72%;
		margin-bottom: 0;
		margin-top: 5px;
		padding-right: 0;
	}
	
	.newcheckoutWrap .chooseLeft h4,
	.newcheckoutWrap .chooseLeft h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	
	.newcheckoutWrap .chooseLeft h5,
	.newcheckoutWrap .chooseLeft h3 {
		font-size: 22px;
	}
	.newcheckoutWrap .chooseRight {
		width: 27%;
		padding: 13px 20px 18px 12px;
	}
	.newcheckoutWrap .chooseRight h3 span {
	    font-size: 20px;
    	top: -10px;
	}
	.newcheckoutWrap .chooseRight h3 label {
		font-size: 28px;
		letter-spacing: 0;
	}
	.newcheckoutWrap .monthChoose {
    	font-size: 15px;
    	display: inline-block;
	}
	.newcheckoutWrap .innerForm .exDateIn {
	    max-width: 100%;
    	width: 100%;
	}
	.newcheckoutWrap .innerForm .exDateIn .btn-group {
	    width: 100% !important;
	    margin-bottom: 14px;
	    padding: 0;
	}
	.newcheckoutWrap .innerForm .promo .check_coupon {
		right: 52px;
		top: 1px;
		margin-top: 0;
	}
	.newcheckoutWrap .innerForm .headingTop h4 {
		font-size: 20px;
	}
	.newcheckoutWrap .bottomBox .autorenewdiv {
    	width: 94% !important;
    
	}
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow,
	.newcheckoutWrap .bottomBox .totalPrice span,
	.newcheckoutWrap .bottomBox .totalPrice p {
		font-size: 24px;
    	padding: 0;
	}
	.newcheckoutWrap .bottomBox .rightBox {
		width: 26%;
	}
	.newcheckoutWrap .innerForm .termsNote {
		top: 44px;
	}
	.newcheckoutWrap .innerForm .termsNote label {
		font-size: 14px;
	}
	.newcheckoutWrap .bottomBox .totalPrice {
		width: 58%;
	}
	.newcheckoutWrap .bottomBox .termsNote label {
		font-size: 16px;
	}
	.newcheckoutWrap .bottomBox .rightBox {
		clear: none;
	}
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
	    font-size: 20.56px !important;
	    padding: 7px 15px !important;
	}
	.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	    font-size: 16px;
	    box-shadow: none;
	}
	.newcheckoutWrap .innerForm input,
	.newcheckoutWrap .innerForm button {
		font-size: 16px;
	}
	.newcheckoutWrap .innerForm .cvvNo {
	    max-width: 100%;
	    padding-left: 0;
	    width: 100%;
	}
	.newcheckoutWrap .innerForm .listInput select {
		margin-left: 7px;
	}
	.newcheckoutWrap .innerForm .promo .check_coupon {
		padding: 20px 30px;
	}
	.newcheckoutWrap .bottomBox .autorenewdiv {
    	width: 94%;
	}
	.newcheckoutWrap .bottomBox .termsNote label {
    	font-size: 14px;
	}
	.newcheckoutWrap .bottomBox .leftBox label:before {
		left: 0px;
	    top: 0px;
	    font-size: 15px;
	    border: 1px solid #eebc0c;
	}
	.newcheckoutWrap .listInput {
		width: 100%;
	}
	.newcheckoutWrap .innerForm .listInput select {
		float: right;
	    position: relative;
	    top: -15px;
	    width: 44%;
	}
	.newcheckoutWrap .innerForm .termsNote label:before {
		left: -2px;
	    top: -1px;
	    font-size: 16px;
	}
	.newcheckoutWrap .innerForm .listInput select {
		background-size: 14px;
	}
	.newcheckoutWrap .innerForm .promo .form-control {
		padding: 12px 51px 12px 23px !important;
	}
	
	.startPro-v2 .bottomBoxes h2 {
		font-size: 40px;
	}
	
	.startPro-v2 .bottomBoxes h3 {
		font-size: 35px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .textBox h4 {
	     font-size: 16px;
	     line-height: 18px;
    	max-width: 104px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner ul li {
		font-size: 14px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner ul li:before {
		top: 7px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner {
		min-height: 246px;
		padding: 16px 16px;
	}
	
	.startPro-v2 .bottomBoxes .btnbyNow {
		padding: 7px 50px;
		font-size: 30px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .imgbox span {
		width: 54px;
		height: 54px;
		border-width: 3px;	
		background-size: 22px !important;
	}

	.startPro-v2 .bottomBoxes .box2 .boxInner .imgbox span {
		background-size: 30px !important;
	}
	
	.startPro-v2 .bottomBoxes .box3 .boxInner .imgbox span {
		background-size: 30px !important;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .imgbox, .startPro-v2 .bottomBoxes .boxInner .textBox {
		vertical-align: middle;
	}
	
	.newcheckoutWrap {
		padding-bottom: 59px !important;
	}
	.newcheckoutWrap .bottomBox .totalPrice span {
		margin-top: -3px;
	}
	.newcheckoutWrap .innerForm .bottomBox .termsNote label:after {
		top: 4px;
	}
	
	.newcheckoutWrap .bottomBox {
		padding-top: 14px;
	}
	
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
		margin-top: 13px;
	}
	
	.newcheckoutWrap [type="checkbox"]:not(:checked) + label:after, .newcheckoutWrap [type="checkbox"]:checked + label:after {
	    top: 4px;
		left: 3px;
		font-size: 15px;	
	}

}




@media (max-width: 767px) {
	.newcheckoutWrap .chooseLeft {
    width: 100%;
    padding-right: 0;
	}
	
	.newcheckoutWrap .chooseLeft h4,
	.newcheckoutWrap .chooseLeft h2  {
		line-height: 33px;
		font-size: 32px;
		padding-bottom: 11px;
	}
	
	.newcheckoutWrap .chooseLeft h5,
	.newcheckoutWrap .chooseLeft h3 {
    	font-size: 22px;
	}
	.newcheckoutWrap .chooseRight h3 span {
	    font-size: 20px;
    	top: -10px;
	}
	.newcheckoutWrap .chooseRight h3 label {
		font-size: 35px;
	}
	.newcheckoutWrap .monthChoose {
    	font-size: 15px;
    	display: inline-block;
	}
	.newcheckoutWrap .chooseRight {
		float: none;
		width: 100%;
    	text-align: center;
	}
	.newcheckoutWrap .innerForm .headingTop h4 {
    	font-size: 20px;
	}
	.newcheckoutWrap .innerForm input,
	.newcheckoutWrap .innerForm button {
		font-size: 16px;
	}
	.newcheckoutWrap .innerForm .cvvNo {
	    max-width: 100%;
	    width: 100%;
	}
	.newcheckoutWrap .innerForm .termsNote {
		width: 100%;
	}
	.newcheckoutWrap .innerForm .promo .check_coupon {
		position: inherit;
		width: 100%;
		right: inherit;
	}
	.newcheckoutWrap .bottomBox {
		margin: 1px 15px 0;
		padding: 7px 25px 30px 20px;
	}
	.newcheckoutWrap .bottomBox .leftBox {
	     float: none;
	     width: 100%;
	}
	.newcheckoutWrap .bottomBox .totalPrice {
    	width: 100%;
	}
	.newcheckoutWrap .bottomBox .totalPrice p {
    	font-size: 25px;
    	padding: 0;
    	text-align: center;
    	float: none;
	}
	.newcheckoutWrap .bottomBox .totalPrice span {
	    font-size: 24px;
	    display: block;
	    text-align: center;
	    float: none;
	}
	.newcheckoutWrap .bottomBox .autorenewdiv {
    	width: 100%;
    	text-align: center;
	}
	.newcheckoutWrap .bottomBox .termsNote label {
    	font-size: 14px;
    	text-align: left;
	}
	.newcheckoutWrap .bottomBox .rightBox {
	    float: none;
	    width: 100%;
	}
	.newcheckoutWrap .bottomBox .rightBox .btnbyNow {
		font-size: 20.56px !important;
	}
	.newcheckoutWrap .chooseRight {
		max-width: 100%;
		padding: 17px 20px 18px 12px;
	}
	.newcheckoutWrap .bottomBox .leftBox label:before {
		left: 0px;
	    top: 0px;
	    font-size: 15px;
	    border: 2px solid #eebc0c;
	}
	.newcheckoutWrap .listInput>.termsNote {
	    position: static;
	}
	.newcheckoutWrap .innerForm .exDateIn {
	    max-width: 100%;
	    width: 100%;
	    margin-top: -15px;
	}
	.newcheckoutWrap .innerForm .exDateIn .bootstrap-select {
		margin-top: 15px!important;
	}
	.newcheckoutWrap .innerForm .exDateIn .btn-group {
		padding-right: 0px;
    	width: 100% !important;
	}
	.newcheckoutWrap .innerForm .promo .form-control {
		font-size: 16px;
	}
	
	.newcheckoutWrap .innerForm .termsNote label:before {
		top: -1px;
		left: -1px;
		font-size: 16px;
	}
	.newcheckoutWrap .checkout_full_name .listInput {
		width: 100%;
	}
	.newcheckoutWrap .promo .col-md-2,
	.newcheckoutWrap .promo .col-md-10 {
		padding-right: 0;
	}
	.newcheckoutWrap .innerForm {
		padding: 34px 20px;
	}
	.newcheckoutWrap .listInput>.termsNote {
		margin-bottom: 0;
	}
	.newcheckoutWrap {
       padding-top: 28px;
    	padding-bottom: 20px !important;
	}
	
	.newcheckoutWrap .innerPro {
		margin-top: 0;
	}
	
	.newcheckoutWrap .innerForm .listInput select {
		 background-position: 97% center !important;
	}
	
	.startPro-v2 .bottomBoxes h2 {
		font-size: 32px;
	}
	
	.startPro-v2 .bottomBoxes h3 {
		font-size: 30px;
		margin-top: 20px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .textBox h4 {
	    font-size: 17px;
	    line-height: 17px;
	    max-width: inherit;
	    margin-top: 16px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner ul li {
		font-size: 16px;
	}
	.startPro-v2 .bottomBoxes .boxInner ul li:before {
		top: 8px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner {
		padding: 16px;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.startPro-v2 .box1,
	.startPro-v2 .box2,
	.startPro-v2 .box3 {
		padding: 0;
	}
	
	.startPro-v2 .bottomBoxes .btnbyNow {
	    padding: 7px 30px;
	    font-size: 24px;
	}
	
	.startPro-v2 .bottomBoxes .boxInner .imgbox span {
		width: 54px;
		height: 54px;
		border-width: 3px;	
		background-size: 22px !important;
	}

	.startPro-v2 .bottomBoxes .box2 .boxInner .imgbox span {
		background-size: 30px !important;
	}
	
	.startPro-v2 .bottomBoxes .box3 .boxInner .imgbox span {
		background-size: 30px !important; 
	}
	
	.startPro-v2 .bottomBoxes {
	    padding: 26px 0 50px;
	}
	
	.newcheckoutWrap .innerPro h2 {
		margin-top: 20px;
	}
	
	.page-id-266 .mobile-toggles, 
	.page-id-1963 .mobile-toggles {
		display: none;
	}
	
	.newcheckoutWrap .innerForm .bottomBox .termsNote label:after {
		top: 4px;
	}
	
	.newcheckoutWrap [type="checkbox"]:not(:checked) + label:after, .newcheckoutWrap [type="checkbox"]:checked + label:after {
	    top: 4px;
		left: 3px;
		font-size: 15px;	
	}
	
	
	
}
    



















