@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    font-display: swap;
    src: url('../font/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    font-display: swap;
    src: url('../font/AvenirNextLTPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    font-display: swap;
    src: url('../font/AvenirLTStd-Light.ttf') format('TrueType');
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    font-display: swap;
    src: url('../font/AvenirLTStd-Roman.ttf') format('TrueType');
}

#info-bar {
    background-color: #28779f;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}



/*#analize_form.intro ul li{
  visibility:hidden;
  transition:all 500ms linear;
  -webkit-transition:all 500ms linear;
  -moz-transition:all 500ms linear;
  -o-transition:all 500ms linear;
  -ie-transition:all 500ms linear;
    animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
#info-bar a{
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px;
}
#info-bar a:hover {
    background-color: #23688b
}*/


/*span.all-tutorials,
span.back-to-tutorial {
    display: block;
    width: 50%;
}
span.all-tutorials {
    float: left;
    text-align: left;
}
span.back-to-tutorial {
    float: right;
    text-align: right;
}

#title {
    text-align: center
}
#title h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
#title h2 {
    color: #81c0df;
    font-size: 20px;
}*/

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}



/*@media all and (max-width: 600px) { 
  #info-bar a {
      display: block
  }
  span.all-tutorials,
  span.back-to-tutorial {
      width: 100%
  }
  span.all-tutorials,
  span.back-to-tutorial {
      float: none;
      text-align: center;
  }
  span.all-tutorials {
      border-bottom: solid 1px #23688b
  }
  #title h1 {
      font-size: 20px
  }
  #title h2 {
      font-size: 16px
  }
}*/

#analize_form {
    position: relative;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}



/*
#navigation-bar ul.open-nav-section{
    opacity:0;
    transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
}
#navigation-bar ul.open-nav-section li{
  visibility:hidden;
}
#navigation-bar ul.close-nav-section{
      opacity:1;
      transition:opacity 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:opacity 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition:opacity 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:opacity 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
   
}
*/

#analize_form {
    opacity: 0;
    position: absolute;
    float: right;
    right: 0px;
    width: 90%;
    /*
      transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    */
    z-index: -1;
    top: 0px;
    padding: 12px 0px;
    overflow: hidden;
}

.open-form #analize_form {
    opacity: 1;
    overflow: hidden;
    z-index: 30;
    background-color: #FFFFFF;
    /*
        transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    */
}

#input input {
    border: 0px;
    width: 90%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
}

.input_validator {
    float: right;
    visibility: hidden;
}



/*
ul.open-nav-section-new>li
{
  opacity:0;      
  transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
  }
*/


/*
ul.open-nav-section-new>li:last-child{
  opacity: 1 !important;      
  transition: all 1500ms linear;
    -webkit-transition: all 1500ms linear;
    -moz-transition: all 1500ms linear;
  }
*/

ul.close-nav-section-new {
    opacity: 1;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

ul.close-nav-section-new>li:first-child {
    transition: all 1500ms ease-in;
    -webkit-transition: all 1500ms ease-in;
}

ul.close-nav-section-new>li:nth-child(2) {
    transition: all 1500ms ease-in;
    -webkit-transition: all 1500ms ease-in;
}



/*
ul.close-nav-section-new>li:last-child .btn-yellow{
  transition:all 1500ms ease-in;
  -webkit-transition:all 1500ms ease-in;opacity:1;
}
*/

ul.open-nav-section-new>li:last-child .btn-yellow {
    /*
    transition:all 1500ms ease-in;
  -webkit-transition:all 1500ms ease-in;
  */
    opacity: 0;
}

.close-nav-section-new .new-li {

    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
}

.search-wrap {
    background-color: #FFFFFF;
    width: 90%;
    float: right;
    display: block;
    transform: translateX(0px);
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
}

.open-form .search-wrap {
    transform: translateX(0px);
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    background-color: #FFFFFF;
}

#navigation-bar #input input {
    transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
}

#input input:focus {
    outline: none
}

#input.focus {
    z-index: 20
}

#input.focus input {
    right: 0px;
    transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
}

nav {
    width: 100%;
    float: left;
    padding-left: 10px;
    position: relative;
    z-index: 10;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#analize_form ul.search-scan-form li {
    padding-right: 0;
    padding-left: 0;
}

#analize_form ul.search-scan-form li.close-form {
    display: block;
    padding-left: 0;
}

#analize_form ul.search-scan-form li {
    visibility: visible;
}

ul.search-scan-form {
    display: flex;
    width: 70%;
    text-align: right;
    margin: 0 auto;
    background-color: #FFFFFF;
}

ul.search-scan-form li {
    display: inline-block;
    list-style: none;
    padding: 0px 40px;
}

ul.search-scan-form li .loader-img {
    width: 15px;
    height: 15px;
}

ul.search-scan-form li:first-child {
    width: 70%;
}

.btn {

    padding: 4px 7px;
    color: #16c2f4;
}

.search-wrap-form {
    position: relative;
    overflow: hidden;
}

ul.search-scan-form li i {
    font-size: 18px;
    color: #777777;
    margin: 0 10px 0px 0px;
}

input[type="url"] {
    color: #777777;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
}

ul.header-right li a.btn-scan-report,
#free-audit-mobile li a.btn-scan-report {
    border: 1px solid #16c2f4;
    color: #16c2f4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 6px 17px;
    box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.21);
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}

ul.search-scan-form li a#close {
    color: #a6a6a6;
    font-size: 0px;
    font-weight: normal;
}

ul.search-scan-form li a.loader {
    font-size: 0px;
    font-weight: normal;
}

#analize_form ul.search-scan-form li {
    padding: 15px 20px 15px 0px;
    float: none;
    display: table-cell;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    overflow: hidden;
}

#analize_form ul.search-scan-form li:last-child {
    padding: 15px 0px 15px 0px
}

.open-form-hide #analize_form {
    opacity: 0;
}

.myBtnyell {
    background: #FFFFFF;
    border: 1px solid #f7941d;
    color: #f7941d !important;
    font-weight: 500;
    box-shadow: 0px 2px 5.95px -0.95px rgba(0, 0, 0, 0.19);
    font-size: 17px !important;
    line-height: 12px;
    padding: 11px 20px;
    border-radius: 4px;
}

.well-report {
    display: block;
    /*  border:1px solid #d3d3d3;*/
    margin: 20px 0 0 0;
    /*padding:10px;*/
}

#form_webseo_input {
    max-height: 580px;
    overflow: hidden;
}

#form_send_report {
    /*.form-con.disble-form{*/
    max-height: 615px;
}

.scan-wrap-mask .mask:before {
    display: block;
}

.well-report img {
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 0px;
}

.loader-img {
    visibility: hidden;
}

#myModal-scan .get-quote-form input {
    color: #999;
}

#myModal-scan .get-quote-form .form-group .control-label {
    top: -1rem;
}

.red {
    color: #ff0000 !important;
}



/*
.nav .menu-wrap .nav-section{
  animation-delay: 200ms;
}
*/


/* =================== End of search menu css ================ */

#myModal-scan.modal1 {
    padding-top: 50px;
}

#slideshow {
    margin: 20px auto;
    position: relative;
    height: 335px;
    max-width: 100%;
    display: block;
    float: left;
    width: 100%;
}

#slideshow>div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 334px;
}

#slideshow>div img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
}

.modal-generate-report .modal-content.modal-scan .modal-body .modal-left {
    padding: 20px 20px 0 20px;
}

.modal-generate-report .modal-content .modal-body .modal-wrap-box {
    margin-bottom: 0px;
}

.modal-generate-report .modal-content .modal-body .disble-form {
    padding: 15px 0 0 0;
}


.btn11 {
    border: 1px solid #e1e1e1 !important;
    padding: 0px 10px!important;
    display: inline-block !important;
    font-size: 13px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.btn11 i {
    text-align: center;
}

.form-msg-edit {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    position: relative;
}

.form-msg-edit textarea {
    width: 100%;
    border: 1px solid #dddddd;
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    padding: 3px;
    height: 100px;
}

.scanner .scan-wrap .scan-img img {
    width: 100%;
}

.scanner {
    position: relative;
    padding: 10px;
}

.scan-wrap {
    position: relative;
}

.scan-img {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.scan-img img {
    width: 100%;
}

.mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.scan-wrap .mask:before {
    display: none;
    position: absolute;
    content: "";
    top: 0px;
    width: 108%;
    height: 3px;
    background-color: rgba(80, 216, 85, 0.41);
    box-shadow: 3px 4px 14px 1px rgb(80, 216, 85);
    /* background-color:rgba(80, 216, 85, 0.8);*/
    left: -4%;
    -webkit-animation: mask 5s ease-in-out infinite alternate;
    animation: mask 5s ease infinite alternate;
}

.scan-wrap-mask .mask:before {
    display: block;
}

@keyframes mask {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    1% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    40% {
        -webkit-transform: translateY(565px);
        transform: translateY(565px);
    }
    60% {
        -webkit-transform: translateY(565px);
        transform: translateY(565px);
    }
    99% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes mask {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    1% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    40% {
        -webkit-transform: translateY(565px);
        transform: translateY(565px);
    }
    60% {
        -webkit-transform: translateY(565px);
        transform: translateY(565px);
    }
    99% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.samplereport {
    background-color: rgba(0, 0, 0, 0.67);
    padding: 10px 10px;
    /* height:190px;*/
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: none;
}

.samplereport h3 {
    color: #FFFFFF;
    text-align: center;
}

.modal-content.modal-scan .modal-body .modal-right1 {
    padding: 45px 20px;
}

.textbox-edit {
    display: none;
}

.form-group1 {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.single-submit {
    display: none;
}

.modal-content.modal-scan .modal-body .modal-left {
    width: 50%;
    padding: 20px;
}

.modal-content.modal-scan .modal-body .modal-right1 {
    width: 50%;
    padding: 35px 20px 35px 20px;
}

.modal-content.modal-scan .modal-body .modal-right1 .front {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
}

.modal-content .modal-body .modal-right1 {
    float: right;
    width: 50%;
    background-color: #f7f7f7;
    /*padding:45px 45px;*/
    padding: 0px 45px;
    min-height: 618px;
}

.modal-scan .close,
.modal-scan .close1 {
    text-align: center;
}

.screen-scan-box {
    position: relative;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}




/* start search menu */

@media(max-width:800px) {
    .career .career-list .bg-grey-section {
        padding: 290px 0px 50px 0px;
    }
    .career .result-wrap h3 {
        padding: 0 0 15px 0px;
    }
    .career .web-wrap-box p {
        width: 100%;
    }
    .career .bg-grey-section {
        padding-bottom: 0px;
    }
    #seopage.career .middle-seo-wrap .bg-grey {
        padding: 30px 0px 40px 0px;
    }
    #seopage.career .middle-seo-wrap .seo-right {
        margin-top: 25px;
    }
    .career .whitebg-box-wrap {
        padding: 20px 15px;
    }
    .modal-content.modal-scan .modal-body .modal-left {
        width: 100%;
    }
    .modal-content.modal-scan .modal-body .modal-right1 {
        width: 100%;
    }
}

@media(max-width:700px) {
    .career .career-list .bg-grey-section {
        padding: 50px 0px 50px 0px;
    }
    .career .accor-white-box .accordion_body {
        padding: 30px 30px;
    }
}

@media(max-width:420px) {
    .career .career-middle .seo-left img {
        max-width: 100%;
    }
}

@media(max-width: 520px) {
    .career .accor-white-box .accordion_body {
        padding: 30px 14px;
    }
}

.modal-body .modal-wrap-box h3 {
    color: #4d4d4d;
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: bold;
}

ul.tagit li.tagit-choice span.tagit-label {
    color: #4c4c4c;
    font-family: 'AvenirNextLTPro-Regular';
}

.highlighter {
    position: relative;
}

.highlighter::after {
    background: #16c2f4;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    transition: width 3s ease 0s;
    -webkit-transition: width 3s ease 0s;
    width: 0%;
    animation-name: underline;
    animation-duration: 10s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes underline {
    0% {
        width: 0;
        opacity: 0;
    }
    30% {
        width: 100%;
        opacity: 1;
    }
    50% {
        width: 100%;
        opacity: 1;
    }
    75% {
        width: 100%;
        opacity: 1;
    }
    77% {
        width: 100%;
        opacity: 0;
    }
    80% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

.thank_you_screen {
    display: none;
    text-align: center;
    margin-top: 50%;
    margin-top: calc(50% - 30px);
}

.msg2 {
    display: none;
}


.scan-wrap .laser {
    width: 150%;
    margin-left: -25%;
    background-color: tomato;
    height: 3px;
    position: absolute;
    top: 0%;
    z-index: 2;
    box-shadow: 0 0 4px red;
    -webkit-animation: scanning 5s infinite;
    animation: scanning 5s infinite;
}

.scan-wrap .diode {
    -webkit-animation: beam .01s infinite;
    animation: beam .01s infinite;
}

.scanner {
    overflow: hidden;
}

@-webkit-keyframes beam {
    50% {
        opacity: 0;
    }
}

@keyframes beam {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes scanning {
    50% {
        -webkit-transform: translateY(550px);
        transform: translateY(660px);
    }
}

@keyframes scanning {
    50% {
        -webkit-transform: translateY(550px);
        transform: translateY(660px);
    }
}

.input_validator {
    -webkit-animation: thumbdown 1s infinite;
    animation: thumbdown 1s infinite;
}

@-webkit-keyframes thumbdown {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes thumbdown {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0;
    }
}

.msg1,
.msg2 {
    display: none;
}

.textbox_error {
    border: 1px solid red !important;
}

.error_label,
.error_label label,
.error_label label.filled {
    color: red !important;
}

.error_label .bar::before {
    background: red !important;
}

#flip_content1 {
    cursor: pointer;
}



/*
ul.search-scan-form li i.fa-thumbs-o-down{
  color: red;
}
*/

.search-scan-form.invalid i {
    color: red;
}

.search-scan-form.invalid li {
    border-bottom: 1px solid red !important;
}




#analize_form {
    width: calc(100% - 150px);
}

.input_validator {
    position: absolute;
}

#menu {
    max-height: 82px;
}

@media(max-width:1300px) {
    .menu_overlay_freeze:after {
        margin-left: 10%;
        margin-left: calc(15% - 40px);
    }
}

@media(max-width:800px) {
    .menu_overlay_freeze:after {
        margin-left: 0;
    }
}

#free-audit-mobile {
    width: 100%;
    padding: 0;
    top: 70px;
    left: 0;
    position: absolute;
    height: 50px;
}

#free-audit-mobile #analize_form {
    width: 100%;
    display: none;
}

#free-audit-mobile .myBtnqqqq {
    position: fixed;
    bottom: 5px;
    left: 50%;
    left: calc(50% - 45px);
}

#free-audit-mobile .search-wrap {
    width: 100%;
}

#free-audit-mobile ul.search-scan-form {
    width: 95%;
    /*margin-right:5px;*/
}

#free-audit-mobile #analize_form ul.search-scan-form li {
    padding: 15px 25px 15px 0px;
}

#free-audit-mobile #analize_form ul.search-scan-form li img {
    position: absolute;
    top: 15px;
}

.phone #myModal-scan.modal1 {
    z-index: 999999;
}

.phone #myModal-scan.modal1 .well-report {
    display: none;
}

.phone #myModal-scan.modal1 #scan-box {
    display: none;
}

.phone #form_webseo_input,
.phone #form_send_report {
    padding-bottom: 50px;
}

.phone #myModal-scan.modal1 .thank_you_screen {
    margin-top: calc(20% - 30px);
    margin-bottom: 20%;
}