@font-face {
  font-family: 'helvetica_neuebold';
  src: url('helveticaneue-bold-webfont.woff2') format('woff2'),
       url('helveticaneue-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helvetica_neuelight';
  src: url('helveticaneue-light-webfont.woff2') format('woff2'),
       url('helveticaneue-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helvetica_neuemedium';
  src: url('helveticaneue-medium-webfont.woff2') format('woff2'),
       url('helveticaneue-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helvetica_neueregular';
  src: url('helveticaneue-regular-webfont.woff2') format('woff2'),
       url('helveticaneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

header {
  height:auto;
}

table tbody tr, table thead tr, table thead th{
  border: 1px solid #929292;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #282B33;
}

.developer-logo {
  width: 106px;
  height:25px;
  float:right;
  margin-top: 16px;
}

table {
  width: 100%;
  border-spacing: 0; 
  border-collapse: separate;
  border: 1px solid #929292 !important;
  border-radius: 12px;
}

.invoicetime table tr:first-child th:first-child,
.invoicetime table tr:first-child td:first-child {
    border-top-left-radius:10px
}

.invoicetime table tr:first-child th:last-child,
.invoicetime table tr:first-child td:last-child {
    border-top-right-radius:10px
}


.table-bordered > :not(caption) > * > * {
  border-width: 1px;
}

.table-bordered > :not(caption) > * {
  border-width: 1px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius:10px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius:10px;
}

table tr:first-child th:first-child {
  border-top-left-radius:10px
}

table tr:first-child th:last-child {
  border-top-right-radius:10px
}

.table > :not(caption) > * > * {
  box-shadow: none;
}

.proposal {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #282B33;
}

.container {
  max-width: 1155px;
}

.widget_search {
  max-width:804px;
  padding: 0px;
	margin:0px auto;
}

#searchform input{
  font-size:16px;
}

#developersearch {
  padding:80px 0px;
}

.post-box {
  padding:21px;
  border: 1px solid #EAEAEA;
  border-radius:10px;
}

.post-box:hover {
  border-color:#282B33;
}

.post-box h2 {
  font-size:20px;
  color:#282B33;
}

.post-box p {
  font-size:14px;
  color:#B6B6B6;
  margin-top:48px;
  margin-bottom:60px;
  margin-right:10px;
}

.post-box a {
  text-align:center;
  text-decoration: none;
  color:#2F82CE;
  float:right;
  font-size:13px;
  margin-right:10px;
  line-height: 26px;
  width: 105.14px;
  height: 28.42px;
}

.post-box a:hover {
  text-align:center;
  text-decoration: none;
  color:#fff !important;
  float:right;
  font-size:13px;
  margin-right:10px;
  line-height: 26px;
  background: #D3164E;
  border-radius: 14.2082px;
  width: 105.14px;
  height: 28.42px;
}

footer {
  background:#EAEAEA;
  padding:61px;
  margin-top:100px;
}

footer p {
  text-align: left;
  color:#787878;
  margin: 0px;
  font-size: 20px;
}

footer a {
  color:#2F82CE;
}

.developer-posts {
  margin-top:78px;
}

.modal-dialog {
  max-width: 658px;
  width: 100%;
}

.modal-title {
  color: #282B33;
  font-size: 25px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 55px;
}

#titlebar h1{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 37px;
  line-height: 50px;
  color: #282B33;
  margin-bottom:32px;
}

#titlebar p{
  font-size:20px !important;
  color:#787878;
  line-height: 27px;
}

.title-gray {
  color:#787878;
  padding-bottom:14px;
  border-bottom:1px solid #A9ACAF;
  margin-bottom:21px;
  font-size:20px;
}

.title-dark {
  padding-bottom:14px;
  border-bottom:1px solid #A9ACAF;
  color:#D3164E;
  margin-bottom:21px;
  font-size:20px;
}

.developer-step {
  margin-bottom:90px;
}

.downloadbtn {
  background:#3F9AEE;
  padding:8px 20px;
  font-size:16px;
  color:#fff;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  filter: drop-shadow(0px 1px 4px rgba(63, 154, 238, 0.4));
  text-decoration: none;
}

.downloadbtn:hover {
  color:#fff !important;
}

.downloadbtn .btn-icon {
  margin-right:7.5px;
  width:14.56px;
  height:14.56px;
}

.mycode {
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  border-radius: 5px 5px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
}

.mycode h1 {
  background: #EAEAEA;
  color: #787878;
  font-size: 16px;
  height: 28px;
  font-weight: 400;
  padding-left: 22px;
  line-height: 27px;
  text-transform: capitalize;
}

.copy-the-code-button {
  background: transparent !important;
  border: 0px !important;
  position: absolute !important;
  right: 0 !important;
  top: -46px !important;
  z-index: 99999999 !important;
}

pre {
  position: relative;
  overflow: visible !important;
}

.wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="text"] {
  direction: ltr;
  background: #ECECEC;
  color: #000000;
  opacity: 0.5;
  font-size: 14px;
  height: 42px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #757575;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #757575;
}

.wpcf7-not-valid-tip {
  float: right;
  margin-top: -11px;
}

.wpcf7-form.init {
  max-width: 87% !important;
  display: block;
  margin: 0px auto;
}
.wpcf7 hr{
  margin: 10px 0px 32px !important;
  display: block;
  color: #BEBEBE;
  border: 1px solid #BEBEBE;
}


.wpcf7-form-control.wpcf7-submit.btn.btn-default {
  height: 42px;
  width: 185px;
  padding: 0;
  font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
text-align: center;
background: #CA335A;
color:#fff;
border-radius: 5px;
float: right;
text-transform: capitalize;
}

.closebtn {
  height: 42px;
  width: 185px;
  padding: 0;
  font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
text-align: center;
background: #ffffff;
border: 1px solid #CA335A;
color:#CA335A;
border-radius: 5px;
float: left;
text-transform: capitalize;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-default:hover {
  border:0px;
  color:#fff;
}

.modal-header {
  border: 0px;
}

.wpcf7-response-output {
	display:none !important;
}


.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute;}
.switchToggle label {float:right;cursor: pointer; text-indent: -9999px; width: 64px; max-width: 64px; height: 28px; background: #d1d1d1; display: block;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
.switchToggle label:after {content: ''; position: absolute; top: 3px; left: 3px;   background: #fff;  transition: 0.3s;
width: 20.22px;
height: 20.22px;
background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
background-blend-mode: soft-light, normal;
border: 0.5px solid rgba(255, 255, 255, 0.4);
border-radius: 15px;
}
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background-color: #56D242;  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #56D242;}
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'OFF'; position: absolute; top: 4px; left: 27px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'ON'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 3px); transform: translateX(-100%);box-shadow: 1px 1px 4px #307224;
}
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }

.enabler-btn .active{
  box-sizing: border-box;
  width: 215.98px;
  height: 43.68px;
  background: linear-gradient(282.52deg, rgba(0, 0, 0, 0.4) 100.12%, rgba(255, 255, 255, 0.4) 125.79%), #DC1759;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 3px #BFBFBF;
  border-radius: 11px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #fff;
}

.enabler-btn {
  box-sizing: border-box;
  width: 432px;
  height: 45px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #DFDFDF;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 2.5px 2.5px 5px #A6ABBD;
  border-radius: 11px;

}
.enabler-btn button {
  border-radius: 12px;
  width: 215px;
  height: 43px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: rgba(40, 43, 51, 0.6);
  background:transparent;
  border:0px;
}

.enabler-btn button:hover {
  background:transparent;
  color: #282B33;
}

.form-label {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #282B33;
  width: 100%;
  display: block;
  margin-bottom:12px;
}

.form-label2 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #282B33;
  margin-bottom:12px;
}

hr {
  margin:30px auto;
  border-top: 1.5px solid #929292;
  width: 100%;
}



.con-tooltip {
  position: absolute;
  background: transparent;
  margin-left: 3px;
  margin-top: -5px;
  display: inline-block;
  cursor: default;
}

/*tooltip */
.tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  padding: 24px;
  background: #333;
  color: #E086D3;
  position: absolute;
  top:-140%;
  left: -25%;
  border-radius: 9px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;

  width: 350px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid #E0E0E0;
  backdrop-filter: blur(2px);
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
}

/* tooltip  after*/
.tooltip::after {
  background-image: url('../../assets/img/lefticon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
}

.con-tooltip:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;

}

.right .tooltip { left: 24px; }

.right .tooltip::after {
  top: 35%;
  left: -19px;
}

.con-tooltip .hint {
width:12px;
height:12px;
}


.right-container {
  background: rgba(234, 234, 234, 0.7);
  border-radius: 5px;
  padding:30px 90px;
  width:100%;
  position: relative;
  display: block;
  margin-top: 30px;
}

.right-container label {
  text-align:left;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #282B33;
}

.right-container .borderbottom label {
  margin-top:11px;
}


.right-container label span {
  text-align:left;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #282B33;
}

.nameinput, .nameinputby{
  box-sizing: border-box;
  max-width: 320px;
  width:100%;
  height: 41px;
  background: #FFFFFF;
  border-radius: 12px;
}

.right-container p {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 15px !important;
line-height: 20px !important;
color: #282B33;
text-align: left;
}

.borderbottom {
  border-bottom: 1.5px solid #DBDBDB;
  padding-bottom:17px;
}

.right-container h4.title {
  margin-top:31px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #282B33;
  border-bottom: 1.5px solid #DBDBDB;
  padding-bottom:10px;
  padding-left: 11px;
}

.row-loop .row {
  margin-bottom: 13px;;
  border-bottom: 1.5px solid #FFFFFF;
}

.row-loop .row:last-child {
  margin-bottom: 13px;;
  border-bottom: 1.5px solid #929292;
}

.row-loop .darkborder {
  margin-bottom: 13px;;
  border-bottom: 1.5px solid #929292;
}

.right-container p.total-price {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #D81858;
}

.right-container .users p span {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #282B33;
}

.slider-track {
  background-color: #E2E2E2 !important;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E2E2E2;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 2.5px 2.5px 5px #A6ABBD;
  border-radius: 18.5px;
}

.slider-selection {
	background-color: #1C83E1 !important;
  box-sizing: border-box;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #1C83E1;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1);
  border-radius: 50px;
}
.plan-maxi .field-producers .slider-selection {
	background-color: #1C83E1 !important;
  box-sizing: border-box;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #1C83E1;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1);
  border-radius: 50px;
}
.plan-maxi .field-workapps  .slider-selection {
	background-color: #DC1759 !important;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #DC1759;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1);
  border-radius: 50px;
}

.plan-maxi .field-reviewers  .slider-selection {
	background-color: #EBA636 !important;
  box-sizing: border-box;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #EBA636;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1);
  border-radius: 50px;
}
.plan-maxi .field-users  .slider-selection {
	background-color: #57C683 !important;
  box-sizing: border-box;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #57C683;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1);
  border-radius: 50px;
}
.slider-danger .slider-selection {
	background-color: #d9534f !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
	background-color: #fff !important;
	background-image: none !important;
	-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
}

.slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    display: none !important;
}
.slider .tooltip.top {
    margin-top: -25px !important;
}
.well {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	padding: 0;
}
.slider-ghost .slider-track {
	height: 5px !important;
}
.slider-ghost .slider-handle {
	top: -2px !important;
	border: 5px solid #f77500;
}
.slider-success.slider-ghost .slider-handle {
	border-color: #5cb85c;
}
.slider-primary.slider-ghost .slider-handle {
	border-color: #428bca;
}
.slider-info.slider-ghost .slider-handle {
	border-color: #5bc0de;
}
.slider-warning.slider-ghost .slider-handle {
	border-color: #f0ad4e;
}
.slider-danger.slider-ghost .slider-handle {
	border-color: #d9534f;
}
.producers-input, .workapps-input,.reviewers-input,.users-input{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
  color: #1C83E1;
}

.field-producers, .field-workapps, .field-reviewers, .field-users {
  margin-bottom:35px !important;
}

.plan-maxi .producers-input {
	color: #1C83E1 !important;
}

.plan-maxi .workapps-input {
  color: #DC1759 !important;
}

.plan-maxi .reviewers-input {
  color: #EBA636 !important;
}

.plan-maxi .users-input {
  color: #57C683 !important;
}

.recurring-fee {
  margin-bottom:39px;
}

.sendemail {
  width: 206px;
  height: 43px;
  background: #DC1759;
  border-radius: 6px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  margin-top:44px;
  margin-bottom: 48px;
  display: block;
}

.sendemail:hover {
  width: 206px;
  height: 43px;
  background: #DC1759;
  border-radius: 6px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
}

.sendemail img {
  margin-right: 10px;
  margin-top: -4px;
}

.startdate {
  border:0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  text-align: center;
  line-height: 17px;
}

.address {
  margin-left:8px;
}

.monthlycostdiscount label ,.monthlycostdiscount span{
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #1E932A !important;
}

.monthlycostdiscount p, .monthlycostdiscount p span{
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #282B33 !important;
}

.changesizefull.col-md-12 .logocontainer {
  margin-top:30px;
}

.invoicetime input{
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}

.datepicker-days table {
  border:0 !important;
}

.datepicker-days table tbody tr, .datepicker-days table thead tr, .datepicker-days table thead th {
  border:0 !important;
}

.pricetitle {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 900;
font-size: 37px;
line-height: 50px;
color: #282B33;
margin-top: 31px;;
}

.pricedescription {
  margin-top: 22px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #636363;
}

.planandpricebtn {
width: 206px;
height: 43px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #FFFFFF;
background: #DC1759;
border-radius: 6px;
margin-top:60px;
margin-bottom: 30px;
}

.backgroundplan {
  background-image:url(../image/priceback.jpg);
  background-repeat: no-repeat;
  background-position: center;
box-sizing: border-box;
background-color: #FFFFFF;
border: 1px solid #E1E1E1;
border-radius: 5px;
margin-top: 70px;
}

.passwordfooter {
  height: 151px;
  background: #F1F1F1;
  padding: 77px;
  margin-top: 104px;
}

.passwordfooter form {
  margin-top: -36px;
}

.fcopyright {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #636363;
}

.passworddescription {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #636363;
  margin-bottom: 10px;
}

.passwordinput {
  max-width: 258px;
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  box-shadow: none;
border: 0;
}

.passwordsubmit {
  box-sizing: border-box;
  max-width: 138px !important;
  width:100% !important;
  height: 36px !important;
  border: 1px solid #DC1759 !important;
  border-radius: 6px !important;
  background:#fff !important;
  margin-left: 9px !important;
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: center !important;
  color: #DC1759 !important;
}

.paddingleft {
  padding-left: 29px;
}

.user-value-update {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  border: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  text-align: center;
  line-height: 17px;
  color: #57C683 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
  max-width: 100%;
}

.user-value-update:focus{
  outline: none !important;
}

.pdfcontainer .form-control:disabled, .form-control[readonly] {
  background-color: #fff !important;
  opacity: 1;
}

.hinttextavl {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16.6038px;
  line-height: 23px;
  align-items: center;
  color: #232230;
}

.rgp-heading {
  font-family: 'helvetica_neuebold' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 55px !important;
  line-height: 67px !important;
  text-align: center;
  color: #494949;
}

.subtitle {
  font-family: 'helvetica_neuemedium' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-align: center;
  color: #494949;
}

.plannumber {
font-family: 'helvetica_neuebold' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 34.3459px !important;
line-height: 42px !important;
align-items: center;
text-align: center;
background: linear-gradient(93.6deg, #121212 9.2%, #4A4A4A 88.07%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 3px;
}

.planprice {
  font-family: 'helvetica_neueregular' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24.0421px !important;
  line-height: 29px !important;
  text-align: center;
  color: #929292;
  margin-bottom: 35px;
  text-align: center;
}

.chooseplan{
  width: 171.73px;
  height: 41.9px;
  box-sizing: border-box;
  background: #F1F1F1;
  border-radius: 8px;
  font-family: 'helvetica_neuebold' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 17.54px !important;
  text-align: center;
  color: #494949;
  margin: 0px auto;
  display: block;
  line-height: 41px;
}

.chooseplan:hover{
  background: #FFFFFF;
  border: 1px solid #DC1759;
  border-radius: 8px;
  font-family: 'helvetica_neuebold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #DC1759;
}

.planschoose {
filter: drop-shadow(-1.37384px 2.74767px 8.24301px rgba(0, 0, 0, 0.2));
box-sizing: border-box;
background: #FFFFFF;
border: 0.686918px solid #FFFFFF;
border-radius: 9px;
box-sizing: border-box;
border: 0.686918px solid #FFFFFF;
border-radius: 9px;
padding:70px 70px 40px 70px;
}

.planschoose:hover {
filter: drop-shadow(-1.65106px 3.30213px 9.90638px rgba(0, 0, 0, 0.2));

box-sizing: border-box;
background: #FFFFFF;
border: 0.825532px solid #DC1759;
box-shadow: 0px 0px 22.2894px #FCD3E1;
border-radius: 8px;
}

.planschoose.selectedplan {
  filter: drop-shadow(-1.65106px 3.30213px 9.90638px rgba(0, 0, 0, 0.2));
  
  box-sizing: border-box;
  background: #FFFFFF;
  border: 0.825532px solid #DC1759;
  box-shadow: 0px 0px 22.2894px #FCD3E1;
  border-radius: 8px;
}

.planschoose.selectedplan .chooseplan {
  background: #FFFFFF;
  border: 1px solid #DC1759;
  border-radius: 8px;
  font-family: 'helvetica_neuebold' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-align: center;
  color: #DC1759;
}

.planschoose.selectedplan .profitplan {
  background: #DC1759;
}

.planschoose:hover .profitplan {
  background: #DC1759;
}
  

.proceed {
display: block;
background: #F1F1F1;
border-radius: 8px;
font-family: 'helvetica_neuebold' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 20px !important;
line-height: 38px !important;
display: block;
text-align: center;
color: #929292;
border: 2px solid #929292;
width: 173.06px;
height: 42.23px;
float:right;
margin: 42px 0px;
}

.proceed.selectedproceed {
  width: 173.06px;
  height: 42.23px;
  background: #DC1759;
  border-radius: 8px;
  font-family: 'helvetica_neuebold' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 38px !important;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: block;
}

.proceed.selectedproceed .proceed-img{
  display:none;
}

.proceed.selectedproceed .proceed-hover{
  width: 30px;
  height: 30px;
  display:inline !important;
  margin-left: 5px;
  margin-top: -1px;
}

.proceed:hover {
  width: 173.06px;
  height: 42.23px;
  background: #DC1759;
  border-radius: 8px;
  font-family: 'helvetica_neuebold' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 38px !important;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: block;
  }

  .proceed:hover .proceed-img{
    display:none;
  }

  .proceed-img{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: -1px;
  }

  .proceed:hover .proceed-hover{
    width: 30px;
    height: 30px;
    display:inline !important;
    margin-left: 5px;
    margin-top: -1px;
  }

  .profitplan {
top:0;
right:22px;
position: absolute;
width: 63.19px;
height: 66px;
background: #494949;
border-radius: 0px 0px 11px 11px;
font-family: 'helvetica_neuebold' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 22px !important;
line-height: 27px !important;
display:block;
text-align: center;
color: #FFFFFF;
padding-top: 10px;
  }

  .profitplan:hover {

    background: #DC1759;

      }

  .profitplan span {
font-family: 'helvetica_neuebold' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 11px !important;
line-height: 13px !important;
display: block;
text-align: center;
color: #FFFFFF;
  }  

.inputwhite {
background: #FFFFFF;
border: 1.5px solid #DCDCDC;
border-radius: 12px;
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 22px !important;
color: #838383;
}  


.inputwhite label{
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #838383;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  background: transparent;
  } 

.inputwhite input,.inputwhite textarea {
  border: 0px !important;
  padding: 0px;
  height: auto;
  margin-bottom: 10px;
}

.customer-heading {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 25px !important;
  line-height: 34px !important;
  color: #020202;
  margin-top: 20px;
}

.domains {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 22px !important;
display: block;
text-align: left;
color: #0087D3;
}

.company-address {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 22px !important;
display: block;
text-align: left;
color: #282B33;
}

.company-title {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 22px !important;
display: flex;
align-items: center;
color: #282B33;
}

.confirmterms {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #282B33;
  text-align: left;
  margin: 40px 0px;
}

.labelorder {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 22px !important;
color: #838383;
text-align: left;
}

.labeldetails {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 800 !important;
font-size: 18px !important;
line-height: 25px !important;
display: block;
text-align: right;
color: #0E1011;
}

.signatures {

border: 2.0226px solid #929292;
border-radius: 6.0678px;
padding: 0px 77px;
margin-top: 30px;
}

.borderright{
  position: relative;
}

.borderright::after {
  border-right: 2.0226px solid #929292;
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.inputwhite.signature {
  height: 92px;
}

.signature-padding {
  padding-top:30px;
}

.design-for {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #282B33;
}

.bankdetails {
  margin-top: 40px;
  margin-bottom: 120px;
}

.modeofpayment {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #020202;
  margin-bottom: 22px;
}

.bordertable {
  border: 2.0226px solid #929292;
  border-radius: 6.0678px;
}

.borderbottom {
  border-bottom: 2.0226px solid #929292;
}

.paymentlable {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #494949;
  padding:13px 39px;
}

.paymentname {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #000000;
  padding:13px 39px;
}

.pagenumber {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 18px !important;
text-align: right;
color: #282B33;
}

.annexure {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #020202;
  margin:40px 0px;
  text-align: center;
}

.heading-pink{
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 800 !important;
font-size: 16px !important;
line-height: 27px !important;
color: #D8144D;
margin-bottom: 26px;
margin-left: -24px;
}

.right-container .darktext {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 27px !important;
color: #282B33;
}

.right-container .pinktext {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 27px !important;
color: #DC1759;
}

.right-container .dark-row {
  padding:16px 47px;
  background: #E1E1E1;
  height:57px;
}

.right-container .gray-row {
  padding:16px 47px;
  background: #f0f0f0;
  height:57px;
}

.right-container .boldtext {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 800 !important;
font-size: 16px !important;
line-height: 27px !important;
color: #282B33;
}

.right-container .whitebg {
  box-sizing: border-box;
  padding: 3px 5px;
  background: #FFFFFF;
  border: 1px solid #DFE2E9;
  border-radius: 6px;
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  display: block;
  text-align: center;
  letter-spacing: 0.25px;
  color: #454D59;
  width: 100%;
  float: right;
  margin-top: 0px;
  max-width: 102px;
}

.right-container .planamount {
  box-sizing: border-box;
  padding: 3px 5px;
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  display: block;
  text-align: center;
  letter-spacing: 0.25px;
  color: #454D59;
  width: 80%;
  float: right;
  margin-top: 0px;
  max-width: 102px;
}

.taxinfo {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #282B33;
  margin: 40px 0px;
}

.definitions .bolddeft.paymentlable, .definitions .bolddeft.paymentname{
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 800 !important;
font-size: 18.2034px !important;
line-height: 25px !important;
color: #1D1B1B !important;
}

.definitions .paymentlable {
font-family: 'Nunito Sans' !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 15px !important;
line-height: 20px !important;
color: #1D1B1B !important;
}

.definitions .paymentname {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #282B33 !important;
}

.termsandcondtions h4 {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #020202;
  margin-bottom: 40px;
}

.termsandcondtions strong {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #494949;
  margin-bottom: 15px;
}

.termsandcondtions p {
  font-family: 'Nunito Sans' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #282B33;
  margin-bottom: 40px;
}
.fulloverlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #272727;
  z-index: 1000;
  display: block;
  opacity: 0.4;
  top: 0;
}

.loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
  position: absolute;
  left: 48%;
  top: 47%;
}
.loader1 span {
  vertical-align:middle;
  border-radius:100%;
  
  display:inline-block;
  width:10px;
  height:10px;
  margin:3px 2px;
  -webkit-animation:loader1 0.8s linear infinite alternate;
  animation:loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
  -webkit-animation-delay:-1s;
  animation-delay:-1s;
 background:rgba(245, 103, 115,0.6);
}
.loader1 span:nth-child(2) {
  -webkit-animation-delay:-0.8s;
  animation-delay:-0.8s;
 background:rgba(245, 103, 115,0.8);
}
.loader1 span:nth-child(3) {
  -webkit-animation-delay:-0.26666s;
  animation-delay:-0.26666s;
 background:rgba(245, 103, 115,1);
}
.loader1 span:nth-child(4) {
  -webkit-animation-delay:-0.8s;
  animation-delay:-0.8s;
 background:rgba(245, 103, 115,0.8);
 
}
.loader1 span:nth-child(5) {
  -webkit-animation-delay:-1s;
  animation-delay:-1s;
 background:rgba(245, 103, 115,0.4);
}

@keyframes loader1 {
  from {transform: scale(0, 0);}
  to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
  from {-webkit-transform: scale(0, 0);}
  to {-webkit-transform: scale(1, 1);}
}

.loader2 {
  width:25px;
  height:25px;
  display:inline-block;
  padding:0px;
  border-radius:100%;
  border:5px solid;
  border-top-color:rgba(254, 168, 23, 0.65);
  border-bottom-color:rgba(57, 154, 219, 0.65);
  border-left-color:rgba(188, 84, 93, 0.95);
  border-right-color:rgba(137, 188, 79, 0.95);
  -webkit-animation: loader2 2s ease-in-out infinite alternate;
  animation: loader2 2s ease-in-out infinite alternate;
}