

.clsError {
   border-bottom: 0.1rem solid rgba(230 6 0 0.8) !important;
} 
   


.clsSuccess {
   border-bottom: 0.1rem solid #fff !important;
  
}


form.carrerform_info {
    /*margin-left: 28px;*/
    max-width: 564px;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.13);
    padding: 60px 70px}
label.filed {
    font-weight: 300;
    font-size: 13px;
    color: #ab9e9e;
}
.carrerform_info .sm-form-control {
    background: transparent;
    border-bottom: 1px solid #d6d1d1;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 0 2px;
    height: auto;
    line-height: unset;
    color: #333;
    outline: none;
}
input#carrer_fullname {
    width: 88%;
}
.city-la{padding-top: 0}
.career_position
{
    width: 88%;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url(../images/br-dropdown1.png) no-repeat right;
    background-position-x: 23pc;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}
.user-input-wrp {
    position: relative;
    width: 100%;
}
.user-input-wrp .inputText{
    width: 100%;
    outline: none;
    border:none;
    border-bottom: 1px solid  #d0d0d0;
    color: #000;
    background-color: #ffffff;
    font-size: 14px;
}
.user-input-wrp .inputText:invalid {
    box-shadow: none !important;
}
.user-input-wrp .inputText:focus{
    border-color: #ab9e9e;
    /*border-width: medium medium 2px;*/
}
.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    color:#ab9e9e;
    transition: 0.2s ease all;
        font-size: 13px;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
    top: 0px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
}
/*custom dropdown*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width: 100%;
 
  /*font-family: Arial;*/

}
.custom-select select { 
    display:none
}
.select-selected {
  background-color:#ffffff;
  border-bottom: 1px dashed #3B4855 !important;
  height:35px !important;
  line-height:35px !important;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    color: #d7cfcf;
    right: 0px;
    top: 10px;
    height: 34px;
    padding: 0px 0px 0px 8px;
    /*border-left: 1px solid #0ebeff;*/
    position: absolute;
    pointer-events: none;
 /* position: absolute;
  content: "\f078";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;*/
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 35px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color:#000;
  float: left;
  /*border: 1px solid transparent;*/
  border-color: #d0d0d0;
  cursor: pointer;
  user-select: none;
    width: 100%;
   background-color: #ffffff;
       font-size: 14px;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top:22px;;
  left: 0;
  right: 57px;
  z-index: 99;
height: 175px;
overflow: auto;
width: 100%
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
      width: 97%;
}
/*custom dropdown*/
.career_image {
    width: 86%;
    margin-top: 25px;
}
.career_image img{height: 220px;}
.imagediv {
    width: 66%;
    background-color: rgb(83,174,274);
    margin-top: -155px;
    margin-left: 202px;
    margin-left: 200px;
    height: 240px;
}
/*Carrees*/

.user-input-wrp1 {
    position: relative;
    
}
.user-input-wrp1 .inputText{
    width: 100%;
    outline: none;
    border:none;
    border-bottom: 1px solid   #d6d1d1;
    /*background-color: #f0f0f0;*/

}
.user-input-wrp1 .inputText:invalid {
    box-shadow: none !important;
}
.user-input-wrp1 .inputText:focus{
    border-color: #a9a9a9;
    border-width: medium medium 2px;
}
.user-input-wrp1 .floating-label {
    position: absolute;
    pointer-events: none;
    top: 0px !important;
    left: 0px;
    color:#ab9e9e;
    transition: 0.2s ease all;
    font-size: 12px !important;
}

  p.contactform_para {
            font-size: 14px;
            
            color: #4285f4;
        }
.carrerform_info .filed
{
    padding-top: 25px !important;
        width: 100%;
        font-size:16px;
        color: #868686d1  !important;
}
.contact-filed{padding-top: 10px !important}
.radio-inline input[type='radio'] {
  display: none;
}

.radio-inline span:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 11px;
  border: 2px solid #cecbcb;
  background-color: transparent;
}
.radio-inline span:after
{ 
  border: 2px solid #4285f4;
}
.radio-inline input[type=radio]:checked + span:after {
  border-radius: 11px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 24px;
  content: " ";
  display: block; 
  background: #4285f4;
}
.radio_option {
    margin-left: -21px;
    padding: 15px 0;
}
label {margin-bottom: 10px;}
/* The container */
.emp_radio{ padding: 0 0 0 36px !important; width: 36% !important;}
.radio_btn {
    width: 36%;
    display: inline-block;
    position: relative;
    padding: 0 30px 0 22px;
    margin-bottom: 0px !important;
    cursor: pointer;
    font-size: 13px;
    color: #ab9e9e;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #cecbcb;
}
.sec-radio{top: 0px;}

/* On mouse-over, add a grey background color */
/*.radio_btn:hover input ~ .checkmark {
    background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
.radio_btn input:checked ~ .checkmark {
    border: 2px solid #4285f4;
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_btn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4285f4;
}
.element {
  display: inline-flex;
  align-items: center;
    width: 74%;
    margin-top: 0px;
}
span.upload {
  /*margin: 10px;*/
  cursor: pointer;
  font-size: 30px;
  color: white;
    /*background-color: #4285f4;*/
    padding: 15px 25px 40px 25px;
    position: absolute;
    left: 100%;
    top: -30px;
    background-image: url(../Images/Other/Download.png);
    background-repeat: no-repeat;
    background-size: 55px;
}
/*span:hover {
  opacity: 0.6;
}*/
input.name {
    border-bottom: 1px solid;
    width: 84%;
    height: 36px;
    color: #cecbcb;
}
p.uploadsize_desc
{
    font-size: 14px;
    color:#cecbcb;
    padding-top:10px;
    margin-bottom: 20px !important;
}
div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
}
.file-up{border: none !important; border-bottom: 1px solid darkgrey !important; width: 333px;color: #000;background-color: #ffffff;    font-size: 14px;}
.arnno-msg, .username-msg, .mobno-msg, .emailid-msg, .cityname-msg, .statename-msg{color: red;position: absolute;right: 0;}

.clsError {
    border-bottom: 0.1rem solid red !important;
    
 }
 
 .clsSuccess {
    border-bottom: 0.1rem solid #fff !important;
   
 }





/**********************Contact us ***********************************/
section.contact-us {
    padding-top: 0;
    
}

section.contact-us div.contact-us-pin-india {
    top: 28px;
    left: 250px;
    position: absolute;
    display: none;
}

section.contact-us div.contact-us-pin-india p {
    background-color: #0099f5;
    border: 1px solid #0099f5;
    border-radius: 3px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
    margin: 0;
    display: inline;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:991px) {
    section.contact-us div.contact-us-pin-india {
        display: none
    }
}

@media (min-width:991px) {
    section.contact-us div.contact-us-pin-india {
        top: 88px;
        left: 125px
    }
}

@media (min-width:1200px) {
    section.contact-us div.contact-us-pin-india {
        top: 27%;
    right: 0;
    left: 70%;
    display: none;
    }
}

@media (min-width:1440px) {
    section.contact-us div.contact-us-pin-india {
        top: 76px;
        left: 317px
    }
}

@media (min-width:1500px) {
    section.contact-us div.contact-us-pin-india {
        top: 27%;
    right: 0;
    left: 70%;
    }
}

@media (min-width:1600px) {
    section.contact-us div.contact-us-pin-india {
        top: 155px;
        left: 418px
    }
}

@media (min-width:1800px) {
    section.contact-us div.contact-us-pin-india {
        top: 158px;
        left: 474px
    }
}

@media (min-width:2000px) {
    section.contact-us div.contact-us-pin-india {
        top: 180px;
        left: 530px
    }
}

@media (min-width:2550px) {
    section.contact-us div.contact-us-pin-india {
        top: 180px;
        left: 680px
    }
}

section.contact-us div.contact-us-pin-auckland {
    top: 536px;
    right: 60px;
    position: absolute
}

section.contact-us div.contact-us-pin-auckland p {
    background-color: #036db4;
    border: 1px solid #036db4;
    border-radius: 3px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
    margin: 0;
    display: inline;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:991px) {
    section.contact-us div.contact-us-pin-auckland {
        display: none
    }
}

@media (min-width:991px) {
    section.contact-us div.contact-us-pin-auckland {
        top: 600px;
        right: -82px
    }
}

@media (min-width:1050px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 6px
    }
}

@media (min-width:1200px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 100px;
        top: 590px
    }
}

@media (min-width:1340px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 172px;
        top: 590px
    }
}

@media (min-width:1500px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 145px;
        top: 655px
    }
}

@media (min-width:1600px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 160px;
        top: 696px
    }
}

@media (min-width:1800px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 195px;
        top: 770px
    }
}

@media (min-width:2000px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 234px;
        top: 852px
    }
}

@media (min-width:2550px) {
    section.contact-us div.contact-us-pin-auckland {
        right: 320px;
        top: 1040px
    }
}

section.contact-us i {
    font-size: 42px;
    color: #0099f5;
    display: inline
}

section.contact-us svg {
    stroke: rgba(255, 255, 255, 0);
    position: absolute;
    top: -14%;
    left: -48%;
    z-index: -1;
    overflow: hidden;
    width: 1798px;
    height: 900px
}

@media (min-width:991px) {
    section.contact-us svg {
        top: -8%;
        left: -74%
    }
}

@media (min-width:1050px) {
    section.contact-us svg {
        top: -8%;
        left: -68%
    }
}

@media (min-width:1200px) {
    section.contact-us svg {
        top: -9%;
        left: -51%
    }
}

@media (min-width:1340px) {
    section.contact-us svg {
        top: -7%;
        left: -48%
    }
}

@media (min-width:1440px) {
    section.contact-us svg {
        top: -8%;
        left: -38%
    }
}

@media (min-width:1500px) {
    section.contact-us svg {
        top: -27%;
        left: -31%;
        width: 120%;
        height: 116%
    }
}

@media (min-width:2550px) {
    section.contact-us svg {
        top: -22%;
        left: -31%
    }
}

section.contact-us .contact-us-logo {
    padding-top: .5em
}

section.contact-us .contact-us-logo a {
    text-decoration: none
}

section.contact-us .contact-us-logo a img {
    width: 160px;
    max-width: 160px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section.contact-us .contact-us-promotion-text {
    padding-top: 2em;
    padding-bottom: 3em;
    text-align: center
}

section.contact-us .contact-us-promotion-text a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: baseline;
    border: 1px solid rgba(255, 255, 255, 0);
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #036db4;
    color: #fff
}

section.contact-us .contact-us-promotion-text a:focus,
section.contact-us .contact-us-promotion-text a:active:focus,
section.contact-us .contact-us-promotion-text a.active:focus,
section.contact-us .contact-us-promotion-text a.focus,
section.contact-us .contact-us-promotion-text a:active.focus,
section.contact-us .contact-us-promotion-text a.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

section.contact-us .contact-us-promotion-text a:hover,
section.contact-us .contact-us-promotion-text a:focus,
section.contact-us .contact-us-promotion-text a.focus {
    color: #333;
    text-decoration: none
}

section.contact-us .contact-us-promotion-text a:active,
section.contact-us .contact-us-promotion-text a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

section.contact-us .contact-us-promotion-text a.disabled,
section.contact-us .contact-us-promotion-text a[disabled],
fieldset[disabled] section.contact-us .contact-us-promotion-text a {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

asection.contact-us .contact-us-promotion-text a.disabled,
fieldset[disabled] asection.contact-us .contact-us-promotion-text a {
    pointer-events: none
}

section.contact-us .contact-us-promotion-text a:active,
section.contact-us .contact-us-promotion-text a:hover,
section.contact-us .contact-us-promotion-text a:focus {
    background-color: #1e3240;
    border-color: rgba(255, 255, 255, 0);
    color: #fff
}

section.contact-us .contact-us-promotion-text a:active {
    background-image: none
}

section.contact-us .contact-us-promotion-text a:focus {
    box-shadow: 0 0 8px #0a97ff;
    outline: 0
}

section.contact-us .contact-us-promotion-text a:hover {
    text-decoration: none
}

@media (max-width:750px) {
    section.contact-us .contact-us-promotion-text a.contact-us-request-demo {
        display: none
    }
}

@media (min-width:750px) {
    section.contact-us .contact-us-promotion-text a.contact-us-call {
        display: none
    }
}

section.contact-us .contact-us-promotion-text h1 {
    margin-bottom: .75em;
    font-size: 36px
}

@media (min-width:2500px) {
    section.contact-us .contact-us-promotion-text {
        padding-top: 20em
    }
}

section.contact-us .contact-us-directions {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -6px 10px 36px rgba(59, 70, 78, 0.15);
    padding: 1em 1em;
        margin-left: 25.333333%;
}

section.contact-us .contact-us-directions .contact-us-categories,
section.contact-us .contact-us-directions .contact-us-details {
    display: inline-block
}

section.contact-us .contact-us-directions .contact-us-categories {
    width: 35%;
    text-align: right;
    padding-right: 5%
}

section.contact-us .contact-us-directions .contact-us-categories p {
    font-weight: 400
}

section.contact-us .contact-us-directions .contact-us-details {
    width: 56%;
    padding-left: 4%;
    text-align: left
}

section.contact-us .contact-us-directions .contact-us-details p {
    font-size: 14px
}

section.contact-us .contact-us-directions .contact-us-category-address {
    vertical-align: top
}

section.contact-us .contact-us-directions .contact-us-category-address-details p {
    margin-top: 11px
}

section.contact-us .contact-us-directions hr {
    margin: 0
}

section.contact-us .contact-us-directions p {
    margin-top: 6px;
    margin-bottom: 6px
}

section.contact-us .contact-us-directions a {
    color: #036db4
}

section.contact-us .contact-us-directions a.contact-us-address-pin {
    padding: 1px 5px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: baseline;
    border: 1px solid rgba(255, 255, 255, 0);
    font-size: 12px;
    line-height: 14px;
    padding: 8px 8px;
    -webkit-font-smoothing: initial;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #036db4;
    color: #036db4
}

section.contact-us .contact-us-directions a.contact-us-address-pin:focus,
section.contact-us .contact-us-directions a.contact-us-address-pin:active:focus,
section.contact-us .contact-us-directions a.contact-us-address-pin.active:focus,
section.contact-us .contact-us-directions a.contact-us-address-pin.focus,
section.contact-us .contact-us-directions a.contact-us-address-pin:active.focus,
section.contact-us .contact-us-directions a.contact-us-address-pin.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

section.contact-us .contact-us-directions a.contact-us-address-pin:hover,
section.contact-us .contact-us-directions a.contact-us-address-pin:focus,
section.contact-us .contact-us-directions a.contact-us-address-pin.focus {
    color: #333;
    text-decoration: none
}

section.contact-us .contact-us-directions a.contact-us-address-pin:active,
section.contact-us .contact-us-directions a.contact-us-address-pin.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

section.contact-us .contact-us-directions a.contact-us-address-pin.disabled,
section.contact-us .contact-us-directions a.contact-us-address-pin[disabled],
fieldset[disabled] section.contact-us .contact-us-directions a.contact-us-address-pin {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

asection.contact-us .contact-us-directions a.contact-us-address-pin.disabled,
fieldset[disabled] asection.contact-us .contact-us-directions a.contact-us-address-pin {
    pointer-events: none
}

section.contact-us .contact-us-directions a.contact-us-address-pin:active,
section.contact-us .contact-us-directions a.contact-us-address-pin:hover,
section.contact-us .contact-us-directions a.contact-us-address-pin:focus {
    background-color: #036db4;
    border-color: rgba(255, 255, 255, 0);
    color: #fff
}

section.contact-us .contact-us-directions a.contact-us-address-pin:active {
    background-image: none
}

section.contact-us .contact-us-directions a.contact-us-address-pin:focus {
    box-shadow: 0 0 8px #0a97ff;
    outline: 0
}

section.contact-us .contact-us-directions a.contact-us-address-pin:hover {
    text-decoration: none
}

section.contact-us .contact-us-directions .contact-us-category-company-number-title h6 {
    margin-bottom: 12px
}

section.contact-us .contact-us-directions .contact-us-category-company-number {
    vertical-align: top
}

section.contact-us .contact-us-directions .contact-us-category-company-number p {
    margin-top: 12px
}

section.contact-us .contact-us-directions .contact-us-category-vat h6 {
    margin-bottom: 6px
}

section.contact-us-directions {
    background-color: #fbfbff
}

section.contact-us-directions img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -6px 10px 36px rgba(59, 70, 78, 0.15);
    max-width: 80%;
    margin-bottom: 1em
}

section.contact-us-directions p {
    text-align: center;
    font-size: 14px
}

@media (max-width:772px) {
    section.contact-us-directions .col-sm-6 {
        margin-bottom: 3em
    }
}
.contact-us-categories h6 {
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 15px 0 0 0;
}
a.WhiteColor
{
    color:#fff !important;
}

/***********************Radio button checkboxcss********************/
.radioUl {
    list-style-type: none;
  }
  
  .radioUl li {
    display: inline-block;
  }
  
  input[type="radio"][id^="cb"] {
    display: none;
  }
  
  .LblRadio {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .LblRadio::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .LblRadio img {
    /* height: 50px; */
    width: 200px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  :checked+label.LblRadio {
    border-color: #ddd;
  }
  
  :checked+label.LblRadio::before {
    content: "✓";
    background-color:#4285f4;
    transform: scale(1);
  }
  
  :checked+label.LblRadio img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
  }
  .CheckBox
  {
      border-radius:0px !important;
  }

  

  /************************payment Css**********************/
  .subscribe_page p{margin: 2px 0;font-weight: 800;font-size:20px;}
.subscribe_page_img{
border-radius: 12px;
    background-color: #ffffff;
    margin:20px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.13);padding: 0px;background: white;
    margin-top: 20px;
    border: 2px solid #c9c9c9;
    border-bottom: 12px solid #c9c9c9;

}
.subscribe_page_img img{
    margin-top: 25px;
    max-width: 100%;

}
.payment_box h1{
    font-size: 35px;
    color: #434343;
}
.subscribe_page_img a{
    text-decoration:none; 
}
.subscribe_page_img:hover{
    border: 2px solid #0099f5;
    border-bottom: 12px solid #058ae0;
}
.subscribe_page_img p{

   font-size: 20px;
  
    line-height: 1.2;
    font-weight: 600;
}

/***********************Testimonial designing layout*************************/


/**********************Floating /*********** Floating select*********************************/
.floating-label {
  position:relative;
  margin-bottom:15px;
}
.floating-input , .floating-select {
  font-size:13px;
  padding:4px 0px;
  display:block;
  width:100%;
  height:40px;
  background-color: transparent;
  border:none;
  color:#fff !important;
  border-bottom:1px solid #fff;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:1px solid #fff;
}

.FloatingSelectLabel {
  color:#999;
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0px;
  top:5px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-18px;
  font-size:14px;
  color:#fff ;
}


.floating-select:focus ~ label , .floating-select:not([value="0"]):valid ~ label
{
  top:-18px;
  font-size:14px;
  color:#fff ;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

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

.floating-textarea {
   min-height: 30px;
   max-height: 260px;
   overflow:hidden;
  overflow-x: hidden;
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%;
  width:100%;
  top:15%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
from { background:#5264AE; }
  to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
from { background:#5264AE; }
  to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
from { background:#5264AE; }
  to { width:0; background:transparent; }
}

/********************************************checkbox designing layout ****************************/
.containerTalk {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff !important;
    text-align:left;
  }
  .containerTalkCheckbox.containerTalk
  {
      color:#37383C !important;
  }
  
  /* Hide the browser's default checkbox */
  .containerTalk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .containerTalk:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containerTalk input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkmark.CheckBoxBrd
  {
      border-radius:0px !important;
      top:4px !important;
  }
  
  /* Show the checkmark when checked */
  .containerTalk input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containerTalk .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #4285f4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .LabelContentHead
  {
      color:#fff !important;
      font-size:14px !important;
  }
  ::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  ::placeholder {
    color: #fff;
  }
  .ErrorMsg
  {
      color:red;
      font-size:12px !important;
      display: none;
      width:100%;

  }
  .subscribe_page .productLbl
  {
      font-size:25px !important;
  }
  .AssetOuterClass
  {
      display:inline-block;
      width:100%;
      float:none !important;
  }
  .containerTalkB
  {
      color:#37383C !important;
      line-height:32px;
      font-size:32px !important;
  }
  .containerTalkB input{
      display: none;
  }
  .containerTalk.containerTalkB .checkmark:after
  {
    left: 10px;
    top: 2px;
    width: 12px;
    height: 20px;
    border: solid #4285f4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .containerTalk.containerTalkB .checkmark
  {
      width:35px;
      height:35px;
  }
  .containerTalk.containerTalkB {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    text-align:left;
  }
  #top-menu .ed-tab-form a{
      font-size:15px !important;
      
  }
  #NavOptimoneyFAQ .ed-tab-form a{
    font-size:15px !important;
    
}
a.c-btn--accent
{
color:#fff !important;

}
.c-btn.c-btn--accent:focus{
    border-color:#4285f4 !important;
  
}
.two-column-content__image img {
    width: 100%;
    height: auto;
}
@media (min-width: 46.25em)
{
.Layoutpatch.product-benefits li h4 {
    font-size:1.1rem !important;
    font-family:'Avenir';
    color:rgb(55, 56, 60) !important;
}
}

@media (min-width: 46.25em)
{
.Layoutpatch.product-benefits  li img {
    height:3rem !important;
}
}
@media (min-width: 61.25em)
{
.hero-heightCustom {
    height: 180px;
    height: 7.25rem;
}
}
.lnMtextTransform
{
    text-transform: capitalize !important;
}
.form_info
{
    margin-top:23px !important;
}
.form_info .mt30
{
    margin-top:46px !important;
}
.reports-blocks div img
{
    max-width:3rem !important;
}
.c-btn.c-btn--accent:focus{
    outline-color: transparent !important;
}
.APosition
{
    position: absolute;
    top:100px !important;
}
.customer-story .vid--cont div span {
    background-image: linear-gradient(246deg, #4285f4 8%, #176ae3 96%)  !important;
}

.ImgFAQ
{
    position: relative;
    top: -3px;
    left: -50px;
}
.ImgFAQGodigital {
    position: relative;
    top: 0px;
    left: -6px;
}
.modal-header .close {
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 41px;
    height: 41px;
    border-radius: 23px;
    background-color: #3b80f1;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    z-index: 10;
}
.close span{
    font-size:43px;
}
.h66
{
    height:66px !important;
}
strong{
    font-family: Larsseit;
}
.filed
{
    color:#37383C !important;
}
.contact-options form button[type="submit"]
{
    background-color:#4285f4 !important;
   
}
.contact-options form input[type=text], .contact-options form input[type=email], .contact-options form textarea
{
    height: 0.8125rem !important;
}
.ImgSlide
{
    width:300px;

}
.HyperLinkContent1
{
    cursor: pointer !important;
    color:#4285f4 !important;
}
.DisclaimerText p
{
    text-align:justify;
}
#tpnews
{
    width:600px !important;
}

/********************************new pricing data********************************/
.rightSideLogo
{
 height:120px;
 position:relative;
float:right;
}
.CompareProductBoxNew
{
    background-color: #fff !important;
    padding: 0px 20px 10px 20px;
    
}
.Nomargin
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.CompareProductBoxNew .ed-tag.edRed
{
    font-size:0.6rem;
    position: relative;
    top:80px;
    left:15px;
}
.AssetOuterClass
{
    display:inline-block !important;
    margin:0px auto !important;
}
.Top10b10
{
    padding-top:10px;
    padding-bottom: 10px;
}
.rowExtra {
    margin-right: -20px !important;
    margin-left: -24px !important;
}
.CompareProductBoxNew .ed-tag.edGreen
{
    font-size:0.6rem;
    position: relative;
    top:50px;
    left:15px;
}
.leftImage
{
    position: relative;
    top: 30px;
    left: 30px;
    height:30px;
}
.mini-testimonial__detail .fw--900
{
    color:#6B7C93 !important;
}
.mini-testimonial__detail .fw--900+span

{
    color:#868686d1 !important ;
}
.hypertext
{
    color:#4285f4 !important;
    cursor: pointer;
}
.radio_btn .checkmark.sec-radio:after
{
    width:10px;
    height:10px;
}
.checkmark.sec-radio
{
    top:0px !important;
}
.mt15
{
    margin-top:15px !important;
}
.ClickFAQ
{
    color:#fff !important;
    font-size:14px !important;
}
.contact-options form label
{
    color:#6B7C93  !important;
    font-size:16px;
}
.bootstrap-filestyle.input-group .form-control{
width:96% !important;
height:34px !important;
}
.bootstrap-filestyle.input-group
{
    top:2px;
}
.bootstrap-filestyle.input-group .btn
{
    background-color:#4285f4;
    color:#fff !important;
    border-radius: 2px !important;
}
.bootstrap-filestyle.input-group .btn .buttonText
{
    font-size: 12px;
}
.ExtraPaddingMap
{
    padding:4.5rem !important;
}
.radio_btn.emp_radio
{
margin-bottom: 0.5rem !important;
line-height: 20px !important;
}
input.form-control.h35
{
    height:35px !important;
    font-size: 16px !important;
    color:#37383C !important;
}
#Status
{
    margin-top:15px !important;
}
.testimonial blockquote cite div:last-child p:first-child{color:#37383C !important;font-size:18px !important;line-height:19px;margin-bottom: 0px;}
.testimonial blockquote cite div:last-child p:nth-child(2){ font-size:14px;font-weight:900;color:#6B7C93;margin-bottom: 0px;line-height: 26px;}

.ed-background--red
{
/* background-color:#FCF5F6 !important; */
background-color:rgb(252 245 246 /0.7) !important;
}
.ed-background--Green
{
/* background-color:#F0FEF8 !important; */
background-color:rgb(240 254 248 /0.7) !important
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom: 1px solid white ;
    border-radius: 0px !important;
}
.fa.fa-calendar-alt
{
    color:#fff !important;
    font-size: 13px;
}

.input-group-addon
{
    padding: 6px 3px 6px 0px !important;
}
#datetimepicker .floating-input
{
    font-size:13px !important;
}


/******************************************* checkbox refre *****************************************/
.containerPreffredTime {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    height:40px;
    width:100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:1px solid #fff;
  }
  
  /* Hide the browser's default checkbox */
  .containerPreffredTime input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmarkPreffredTime {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width:100%;
    background-color:transparent;
    text-align: center;
    font-family: l;
  }
  
  /* On mouse-over, add a grey background color */
  .containerPreffredTime:hover input ~ .checkmarkPreffredTime {
    background-color: #fff;
    color:#3072d6;
  }
  .containerPreffredTime:hover input ~ .checkmarkPreffredTime::after{
    color:#3072d6;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containerPreffredTime input:checked ~ .checkmarkPreffredTime {
    background-color: #ffff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmarkPreffredTime:after {
    content: "";
    position: absolute;
   
  }
  
  /* Show the checkmark when checked */
  .containerPreffredTime input:checked ~ .checkmarkPreffredTime:after {
    display: inline-block;
    color: #3072d6;
    
  }
  
  /* Style the checkmark/indicator */
  .containerPreffredTime .checkmarkPreffredTime.one:after {
  content:'10 - 12';
  color:#fff;
  font-size:15px;
  font-family: 'Larsseit';
  position:absoulte;
  top:6px;
  left:20px;
    
  }
  .containerPreffredTime .checkmarkPreffredTime.two:after {
    content:'12 - 2';
    color:#fff;
    font-size:15px;
    font-family: 'Larsseit';
    position:absoulte;
    top:6px;
    left:20px;
      
    }
    .containerPreffredTime .checkmarkPreffredTime.three:after {
        content:'2 - 4';
        color:#fff;
        font-size:15px;
        font-weight:bold;
        position:absoulte;
        top:6px;
        left:20px;
        font-family: 'Larsseit';
          
        }
        .containerPreffredTime .checkmarkPreffredTime.four:after {
            content:'4 - 6';
            color:#fff;
            font-size:15px;
            font-weight:bold;
            position:absoulte;
            top:6px;
            left:20px;
            font-family: 'Larsseit';
              
            }
            .callSpanValue
            {
                color:#fff;
                font-size:15px;
            }

            .u-8\/12.NavigationBarWidth
            {
                width:71% !important;
            }
            .menu-image.br--4 
            {
                height:50px;
            }
            .SectionPatch
            {
                
                padding:30px;
                background-color:#ecfaff !important;
            }
            .SectionPatch .hero__text{
                font-size:25px;
                font-family: "Larsseit";
               
            }
            .btnFooter.c-btn
            {
                font-size: 21px !important;
                width: 300px !important;
                height: 55px;
               
            }
            .minh100
            {
                height:130px;

            }
            .SmallContenttest
            {
                font-size:13px;
                color:rgb(107 124 147 / 70%) !important;
                width:100%;
                display: inline-block;
               line-height: 10px;

            }
            .Top2px
            {
                position: relative;
                 top: 2px;
            }
            
            .footer-main .footer-blog{
                cursor: pointer;
            }
            .customer-story .vid--cont div {
                cursor: pointer;
            }

            .header__nav .header__nav__container {
                padding-left: 10px !important;

            }
            .homep{
                margin-left: 96px;
                /*margin-right: 5px;*/
                margin-bottom: 3px;
            }
            .input-wrapper .adminLTSelect_new.clsError {
                border: 1px solid rgb(0, 255, 157) !important;
              }