.eye-test-parent {
    font-size: 16px;
    line-height: 1.4;
    font-family: var(--font-family-sanserif)
}
.eye-test-parent {
    font-family: var(--font-family-sanserif)
}
.banner-section {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
.banner-section img {
    position: relative
}
.section {
    margin-top: 2em;
    margin-bottom: 1em;
    clear: both
}
.container-self {
    padding: 0 5em
}
.counter-heading {
    font-size: 2em
}
.title-eyecamp {
    padding: .5em 0;
    margin: .5em 0;
    font-size: 1.6em;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5em
}
.title-eyecamp::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 10%;
    height: 3px;
    background-color: #035390;
    content: '';
    line-height: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.grey-bg {
    background: #fbfbfb;
    height: 19.93em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.counter-section.grey-bg {
    height: 30em
}
.title-eyecamp-small {
    font-size: 1.42em;
    font-weight: var(--font-semibold);
    color: #454545
}
.theme-btn-primary {
    background: var(--primaryColor)!important;
    border: 2px soild var(--primaryColor);
    color: #fff;
    padding: .5em 1em;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.appointment-image {
    -o-object-fit: cover;
    object-fit: cover
}
.bg-light-blue {
    background: #edf8fc
}
.theme-btn-primary:focus,.theme-btn-primary:hover {
    background: #014171;
    color: #fff;
    text-decoration: none
}
.eye-test-parent li {
    position: relative
}
.eye-test-parent li .bullet-number-type {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #035390
}
.list-item-content {
    padding-left: 40px
}
.eye-test-parent .list-item-content h3 {
    font-weight: 600;
    color: #454545;
    font-size: 1.2em
}
.eye-test-parent .list-item-content p {
    font-size: 1.1em!important;
    font-weight: var(--font-semibold)
}
.ver-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.eye-test-parent p {
    margin: 0 0 .8em;
    font-size: 1.2em;
    color: #454545
}
.contact-form-section .bg-light-blue.ver-middle,.counter-section .ver-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.contact-form-section .bg-light-blue.ver-middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}
.contact-form-section .bg-light-blue.ver-middle,.contact-form-section .contact-form {
    height: 30em
}
.contact-left-block {
    max-width: 80%;
    margin: 0 auto
}
.gal-box {
    float: left;
    height: 332px;
    display: block;
    padding: 2px;
    position: relative
}
.overlay-block {
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 99.5%;
    height: 332px;
    top: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #f5f5f5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.gal-box:hover .overlay-block {
    opacity: 1
}
.gal-box img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 328px
}
.box-1 {
    width: 40%
}
.box-2 {
    width: 20%
}
.box-3 {
    width: 20%
}
.box-4 {
    width: 20%
}
.box-5 {
    width: 20%
}
.box-6 {
    width: 20%
}
.box-7 {
    width: 40%
}
.box-8 {
    width: 20%
}
.box-9 {
    width: 40%
}
.box-10 {
    width: 20%
}
.box-11 {
    width: 20%
}
.box-12 {
    width: 20%
}
.counter-value {
    position: relative;
    font-size: 2.9em;
    color: #035390;
    font-weight: 600
}
.counter-value::after {
    position: absolute;
    content: '+'
}
.contact-form {
    width: 80%;
    margin: 0 auto
}
.contact-form form {
    width: 100%
}
.contact-form fieldset {
    margin: 0;
    padding: 0;
    border: 0
}
.contact-form .theme-btn-primary {
    padding: 1em 4em
}
.contact-form input {
    display: block;
    width: 100%;
    height: 3em;
    padding: 16px 3px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: rgba(255,255,255,.97);
    color: #212121;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.contact-form .form-label fieldset {
    position: relative
}

.contact-form .form-label fieldset+fieldset {
    border-top: 1px solid #ddd
}
.contact-form .form-label label {
    position: absolute;
    top: 15px;
    left: 3px;
    color: #909090;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.contact-form .form-css-label input:focus,.contact-form .form-css-label input:valid {
    padding: 22px 8px 10px
}
.contact-form .form-css-label input:focus {
    outline: 0;
    background: #fff
}
.contact-form .form-css-label input:focus+label,.contact-form .form-css-label input:valid+label {
    color: #035390;
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}
.contact-form .form-label fieldset:nth-child(4) {
    border-bottom: 1px solid #ddd
}
.modalbox {
    transform: translatey(-200px);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    display: none
}
.modalbox b {
    font-size: 32px;
    font-weight: var(--font-semibold);
    display: block
}
.modalbox.error-eyeform,.modalbox.success-eyeform {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 38%;
    z-index: 2;
    min-height: 160px;
    margin: 0 auto;
    transform: translatey(100%)
}
.modalbox.error-eyeform.animate .icon,.modalbox.success-eyeform.animate .icon {
    -webkit-animation: fall-in .75s;
    -moz-animation: fall-in .75s;
    -o-animation: fall-in .75s;
    animation: fall-in .75s;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}
.modalbox.error-eyeform button,.modalbox.error-eyeform button:active,.modalbox.error-eyeform button:focus,.modalbox.success-eyeform button,.modalbox.success-eyeform button:active,.modalbox.success-eyeform button:focus {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    width: 28%;
    padding: 8px 12px;
    font-size: 16px;
    background: 0 0;
    color: #4caf50;
    border-color: #4caf50;
    outline: 0
}
.modalbox.error-eyeform button:active:hover,.modalbox.error-eyeform button:focus:hover,.modalbox.error-eyeform button:hover,.modalbox.success-eyeform button:active:hover,.modalbox.success-eyeform button:focus:hover,.modalbox.success-eyeform button:hover {
    color: #fff;
    background: #4caf50;
    border-color: transparent
}
.modalbox.error-eyeform .icon,.modalbox.success-eyeform .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #4caf50;
    height: 100px;
    width: 100px;
    border-radius: 50%
}
.modalbox.error-eyeform .icon span,.modalbox.success-eyeform .icon span {
    postion: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px
}
.modalbox b,.modalbox p {
    margin-top: 18px;
}
.eye-test-parent {
    font-size: 13px;
}
.modalbox.error-eyeform .icon {
    background: #4caf50;
}
.modalbox.modalbox.error-eyeform-red .icon {
    background: #f44336!important;
}
.note-msg small {
    color: #aaa;
    font-size: 10px;
    padding-top: 13px;
    display: inline-block;
}
.contact-form .form-label span {
    color: #333;
}
.contact-form .form-label fieldset:nth-child(4) {
    border-bottom: none
}
.contact-form .form-label fieldset:nth-child(6) {
    border-bottom: 1px solid #ddd
}
.contact-form .form-label fieldset:nth-child(6) input:valid+label {
    color: #909090;
    font-weight: 400;
    font-size: 13px;
    -webkit-transform: translate3d(0,-10px,0);
    transform: none
}
.contact-form .form-label fieldset:nth-child(6) input:focus+label {
    color: #035390!important;
    font-weight: 700!important;
    font-size: 12px!important;
    -webkit-transform: translate3d(0,-10px,0)!important;
    transform: translate3d(0,-10px,0)!important
}
.eye-test-parent li {
    list-style: none
}
.modalbox.error-eyeform button,.modalbox.error-eyeform button:active,.modalbox.error-eyeform button:focus {
    color: #f44336;
    border-color: #f44336
}
.modalbox.error-eyeform button:active:hover,.modalbox.error-eyeform button:focus:hover,.modalbox.error-eyeform button:hover {
    color: #fff;
    background: #f44336
}
.modalbox.error-eyeform .icon {
    background: #f44336
}
.modalbox.error-eyeform .icon span {
    padding-top: 25px
}
.center {
    float: none;
    margin-left: auto;
    margin-right: auto
}
.center .change {
    clearn: both;
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 10px
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@-webkit-keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 25%
    }
}
@-moz-keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 25%
    }
}
@-o-keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 25%
    }
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@keyframes fall-in {
    0% {
        -ms-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0
    }
    50% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1
    }
    60% {
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
@-moz-keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 15%
    }
}
@-webkit-keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 15%
    }
}
@-o-keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 15%
    }
}
@keyframes plunge {
    0% {
        margin-top: -100%
    }
    100% {
        margin-top: 15%
    }
}
@media only screen and (max-width: 768px) {
    .container-self {
        padding:0 15px
    }
    .eye-test-parent {
        font-size: 12px
    }
    .grey-bg {
        height: auto!important
    }
    .eye-test-parent .list-group {
        margin-top: 20px!important;
        margin-bottom: 20px;
        padding: 2em 1em 1em 2em!important
    }
    .section {
        margin-top: 2em;
        margin-bottom: 3em;
        clear: both
    }
    .section-2 .list-group {
        margin-top: 0!important
    }
    .eye-test-parent .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .gal-box {
        height: 300px;
        width: 100%!important
    }
    .contact-form-section .bg-light-blue.ver-middle,.contact-form-section .contact-form {
        height: auto
    }
    .contact-form-section .bg-light-blue.ver-middle {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 3em 0 2em;
        margin-top: 5em
    }
    .contact-form-section .contact-form {
        padding-top: 2em
    }
    .modalbox.error-eyeform,.modalbox.success-eyeform {
        top: 42px;
        width: 80%
    }
    .modalbox.error-eyeform .icon span,.modalbox.success-eyeform .icon span {
        font-size: 3em
    }
    .modalbox.error-eyeform .icon,.modalbox.success-eyeform .icon {
        height: 78px;
        width: 78px
    }
}
