

@font-face {
    font-family: 'robotothin';
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Thin-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Thin-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/Roboto-Thin-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/Roboto-Thin-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Light-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Light-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/Roboto-Light-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/Roboto-Light-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/Roboto-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Regular-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Regular-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/Roboto-Regular-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/Roboto-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Medium-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Medium-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/Roboto-Medium-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/Roboto-Medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Bold-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Bold-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/Roboto-Bold-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/Roboto-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Black-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/Roboto-Black-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/Roboto-Black-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/Roboto-Black-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/Roboto-Black-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'great_vibesregular';
    src: url('/wp-content/themes/kanohi/fonts/greatvibes-regular-webfont.eot');
    src: url('/wp-content/themes/kanohi/fonts/greatvibes-regular-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/kanohi/fonts/greatvibes-regular-webfont.woff2') format('woff2'), url('/wp-content/themes/kanohi/fonts/greatvibes-regular-webfont.woff') format('woff'), url('/wp-content/themes/kanohi/fonts/greatvibes-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/kanohi/fonts/greatvibes-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: #eceff1;
}

body.homeBody {
    background: #eceff1
}

.noMar {
    margin: 0;
}

.noPad {
    padding: 0;
}

.bgRotate {
    position: fixed;
    left: 10px;
    top: 150px;
    z-index: -1;
    -webkit-animation: spin 100s infinite;
    
    -moz-animation: spin 100s infinite;
    
    -o-animation: spin 100s infinite;
    
    animation: spin 100s infinite;
    
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.leftBox {
    position: fixed;
    width: 100%;
    max-width: 1170px;
    z-index: 999;
}

.head {
    position: relative;
    width: 50%;
}

.header {
    background: #0d3880;
    height: 130px;
    width: 100%;
    position: absolute;
}

.copyBox {
    width: 382px!important;
    float: right;
    text-align: right;
}
.menuBtn {
    width: 130px;
    background: #fab900;
    height: 130px;
    float: left;
    position: relative;
    cursor: pointer;
}

.logo {
    margin-top: calc(65px - 42px);
    margin-left: 80px;
}

.mainMenu {
    position: absolute;
    height: 0px;
    background: #fab900;
    width: 50%;
    top: 130px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu.open {
    height: 570px;
    z-index: 9;
}

.mainMenu ul {
    padding: 40px 60px;
}

.mainMenu ul li {
    list-style: none;
    border-bottom: 1px solid #ffdd00;
}

.mainMenu ul li a {
    padding: 10px 20px;
    font-family: 'robotobold';
    font-size: 18px;
    color: #fff;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu ul li a:hover {
    background: #0d3880;
    text-decoration: none;
}

.socialM {
    margin-left: 60px;
    margin-bottom: 40px;
}

.socialM a {
    opacity: 0.7;
    margin-right: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.socialM a:hover {
    text-decoration: none;
    opacity: 1;
}

.mDetail {
    margin-left: 60px;
}

.mDetail p {
    color: #fff;
    font-size: 16px;
    font-family: 'robotobold';
}

.mDetail p span {
    color: #ffdd00;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.vt {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat;
    background-size: 100%;
    padding: 50px
}

.ve {
    background: url(/wp-content/themes/kanohi/img/ve.jpg) no-repeat;
    background-size: 100%;
    padding: 50px;
    text-align: right;
}

.request {
    background: #fff;
    padding: 40px;
}

.vt h2 {
    font-size: 40px;
    color: #1148b8;
    font-family: 'robotoblack';
    text-transform: uppercase;
    margin-top: 40px;
}

.vt h2 span {
    font-size: 60px;
}

.vt p {
    font-size: 16px;
    font-family: 'robotoregular';
    line-height: 1.9;
    margin-bottom: 30px;
}

.vt a {
    background: #1148b8;
    color: #fff;
    padding: 11px 20px;
    font-family: 'robotobold';
    font-size: 14px;
}

.ve h2 {
    font-size: 40px;
    color: #000;
    font-family: 'robotoblack';
    text-transform: uppercase;
    margin-top: 25px;
}

.ve h2 span {
    font-size: 60px;
}

.ve p {
    font-size: 16px;
    font-family: 'robotoregular';
    line-height: 1.9;
    margin-bottom: 30px;
}

.ve a {
    background: #000;
    color: #fff;
    padding: 11px 20px;
    font-family: 'robotobold';
    font-size: 14px;
}

.request h2 {
    font-size: 36px;
    font-family: 'robotoblack';
    color: #0d3880;
    text-align: center;
    text-transform: uppercase;
}

.request p {
    font-size: 14px;
    color: #0d3880;
    font-family: 'robotobold';
    text-align: center;
    margin-bottom: 40px;
}

.rqSelect {
    margin: 0 auto;
    display: block;
    width: 355px;
    padding: 20px;
    background: #eceff1;
    padding: 20px;
    outline: none;
    border: 0;
    font-size: 18px;
    color: #b9baba;
    font-family: 'robotoregular';
    font-size: 18px;
    margin-bottom: 10px;
}

.request .rqstBtn,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
    background: #f1b306;
    color: #fff;
    padding: 11px 35px;
    font-family: 'robotobold';
    font-size: 14px;
    border: 0;
    outline: 0;
    display: block;
    margin: 0 auto;
    margin-top:0px;
    display: block!important;
}

.service {
    padding-bottom: 150px;
}

.service h2 {
    text-align: center;
    font-size: 60px;
    font-family: 'robotoblack';
    color: #90959a;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 40px;
}

.srvBox {
    width: 600px;
    background: #fff;
    margin: 0 auto;
    padding: 60px;
    min-height: 460px;
}

.leftText {
    width: 57%;
}

.rightImg {
    margin-left: 20px;
    width: 160px;
}

.rightImg img {
    width: 100%;
}

.srvBox h3 {
    font-size: 32px;
    color: #0d3880;
    font-family: 'robotoblack';
    margin-top: 0;
    text-transform: uppercase;
}

.srvBox p {
    font-size: 14px;
    color: #90959a;
    font-family: 'robotobold';
    line-height: 1.9;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.leftText a {
    background: #f1b306;
    color: #fff;
    padding: 11px 20px;
    font-family: 'robotobold';
    font-size: 14px;
    margin: 0 auto;
}

.oddContainer {
    width: 1570px;
    margin: 0 auto;
}

.vBox {
    background: #fff;
    text-align: center;
    padding: 140px;
    font-size: 18px;
    color: #90959a;
}

.vBox p {
    margin-bottom: 35px;
}

footer {
    background: #0d3880;
    padding: 65px;
}

footer h5 {
    font-size: 14px;
    color: #fff;
    font-family: 'robotobold';
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.leftFoo {
    width: 270px;
    float: left;
}

.leftFoo p {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.9;
}

.foo2,
.foo3 {
    float: left;
}

.foo2 ul,
.foo3 ul {
    list-style: none;
}

.foo2 ul li,
.foo3 ul li {
    display: block;
    margin-bottom: 15px;
}

.foo2 ul li a,
.foo3 ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'robotobold';
    text-transform: uppercase;
}

.copyBox {
    width: 330px;
    float: right;
    text-align: right;
}

.copyBox hr {
    border-top: 1px solid #fff;
}

.copyBox p {
    font-family: 'robotoregular';
    font-size: 14px;
    color: #fff;
}

.hamburger-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: calc(5px + 25px*2);
    cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 2px;
}

.bar {
    position: relative;
    background: rgba(255, 255, 255, 1);
    transform: translateY(25px);
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: rgba(255, 255, 255, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: rgba(255, 255, 255, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

.slide {
    margin-top: 250px;
}

.eyeImg img {
    width: 100%;
}

#service .owl-controls {
    margin-top: -90px;
    text-align: center;
    margin-left: 70%;
    position: relative;
}

#service .owl-controls .owl-buttons div {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 0;
    color: #f1b305;
    padding-top: 24.5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#service .owl-controls .owl-buttons div.owl-prev:before {
    content: url(/wp-content/themes/kanohi/img/left.png);
}

#service .owl-controls .owl-buttons div.owl-next:before {
    content: url(/wp-content/themes/kanohi/img/right.png);
}




.spt-box {
    width: 100%;
}

.spt-box img {
    width: 100%;
}

.spt-cnt {
    display: none;
    opacity: 0;
}

.spt-heading .service {
    padding-bottom: 20px;
}




.visionTop h3 {
    font-family: 'robotolight';
    color: #eda201;
    font-size: 24px;
    font-style: italic;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}

.requestCitt h2 {
    margin-top: 0;
}

.visionTherapy {
    padding: 80px 0;
}

.visionTherapy h2 {
    font-family: 'robotoblack';
    color: #90959a;
    font-size: 40px;
}

.visionTherapy p {
    font-family: 'robotoregular';
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 30px;
}

.visionTherapy ul {
    padding: 0;
    list-style-position: inside;
}

.visionTherapy ul li {
    font-family: 'robotoregular';
    color: #000;
    font-size: 16px;
    margin-bottom: 13px;
    list-style-image: url(/wp-content/themes/kanohi/img/listStyle.png);
}

#vision .owl-controls .owl-buttons div.owl-prev:before {
    content: url(/wp-content/themes/kanohi/img/left.png);
}

#vision .owl-controls .owl-buttons div.owl-next:before {
    content: url(/wp-content/themes/kanohi/img/right.png);
}

#vision .owl-controls {
    position: relative;
    text-align: right;
}

#vision .owl-controls .owl-buttons div {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 0;
    color: #f1b305;
    padding-top: 24.5px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#vision .owl-controls .owl-buttons {
    display: inline-block;
}

.VisBox {
    background: #fff;
    padding: 10px;
}

.VisBox img {
    width: 100%;
}

.visionMid {
    background: url('/wp-content/themes/kanohi/img/visMidBg.jpg')no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.visionMid h2 {
    font-family: 'great_vibesregular';
    color: #000;
    font-size: 62px;
    text-align: center;
}

.visionFaq {
    background: #fff;
    padding: 50px 0;
}

.visionFaq h2 {
    font-family: 'robotoblack';
    color: #90959a;
    font-size: 40px;
}

.visionFaq .owl-item {
    height: 380px;
    display: table;
}

.faqBox {
    display: table-cell;
    vertical-align: middle;
    padding: 0 150px 0 300px;
}

.faqBox span {
    font-family: 'robotothin';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 500px;
    line-height: 370px;
    color: #eceff1;
}

.faqBox h2 {
    font-family: 'robotolight';
    color: #0d3880;
    font-size: 34px;
}

.faqBox p {
    font-family: 'robotoregular';
    color: #000;
    font-size: 16px;
}

div#faq {
    width: 80%;
    margin: auto;
}

#faq .owl-controls {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

#faq .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    display: block;
}

#faq .owl-controls .owl-page span {
    border: 2px solid #0d3880;
    opacity: 1;
    background: none
}

#faq .owl-controls .owl-page.active span {
    background: #fab900
}




.slide-citt {
    padding-top: 130px;
    background: #fff;
    z-index: 9;
    position: relative;
}

.citt-table {
    display: table;
    width: 100%;
}

.col-md-6-table {
    display: table-cell;
    padding: 0px 15px;
    width: 50%;
    vertical-align: middle;
}

.col-md-6-table-white {
    background: #fff;
}

.col-md-6-table-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    
    left: 15px;
    top: 0;
    z-index: 0;
}

.col-md-6-table-image {
    padding-right: 0;
    vertical-align: top;
    position: relative;
}

.rqTxtCitt {
    margin: 0 auto;
    display: block;
    width: 48%;
    float: left;
    outline: none;
    margin-right: 2%;
    border: 2px #ebebeb solid;
    font-size: 18px;
    color: #b9baba;
    font-family: 'robotoregular';
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
    height: calc(60px - 2px);
    line-height: 56px;
}

.rqTxtCittFull {
    width: 98%;
}

p.rqTxtCitt {
    color: #000;
    border: 0px;
    margin-bottom: 10px;
}

.requestCitt h2 {
    text-align: left;
    color: #1148b8;
}

.requestCitt p {
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.spr-sec p {
    line-height: 30px;
}

.spr-sec ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.spr-sec ul li {
    font-family: 'robotobold';
    color: #000;
    font-weight: 400;
    font-size: 16px;
    list-style-image: url('/wp-content/themes/kanohi/img/dots.png');
    margin-bottom: 15px;
}

.requestCitt a {
    background: #1148b8;
    color: #fff;
    padding: 11px 35px;
    font-family: 'robotobold';
    font-size: 14px;
    border: 0;
    outline: 0;
    display: inline-block;
    margin-top: 15px;
}

.demo-gauge {
    position: relative;
    width: 346px;
    height: 100%;
    display: block;
    height: 346px;
    margin: 0px auto 20px;
}

.gaugeBox {
    background: #eceff1;
    padding: 80px 0;
}

.gaugeBox p {
    font-family: 'robotoregular';
    font-size: 16px;
    color: #000;
    text-align: center;
}

.gaugeBox p.gaugePara {
    font-size: 12px;
    color: #333333;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

input.gaugeSub {
    background: #1148b8;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    border: none;
    margin: auto;
    display: block;
    margin-top: 30px;
    outline: none;
}

.simform .number {
    font-family: 'robotolight';
}

.controls {
    width: 500px;
    margin: auto;
}

.spt-cnt {
    display: none;
    opacity: 1;
    background: #eceff1;
    position: absolute;
    top: 0;
    left: 50%;
    overflow-y: scroll;
    z-index: 99;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

.spt-car {
    position: relative;
    padding-bottom: 80PX;
}

.sptShow {
    display: block;
}

.spt-cnt-in {
    padding: 20px
}

.spt-carousel .owl-controls {
    position: relative;
}

.spt-carousel .owl-controls .owl-nav div {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 0;
    color: #f1b305;
    padding-top: 24.5px;
    font-size: 0;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.spt-carousel .owl-controls .owl-nav div.owl-prev:before {
    content: url(/wp-content/themes/kanohi/img/left.png);
}

.spt-carousel .owl-controls .owl-nav div.owl-next:before {
    content: url(/wp-content/themes/kanohi/img/right.png);
}

.spt-carousel .owl-controls .owl-nav div.owl-prev {
    margin-right: 10px;
}

.spt-cnt-in h2 {
    margin-top: 0;
    font-size: 30px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    font-weight: 700;
    color: #1148b8;
}

.spt-cnt-in p {
    font-size: 14px;
    font-family: 'robotoregular';
}

.spt-cnt-in p.qus {
    font-weight: 700;
}

.serLink {
    margin-bottom: 20px;
    display: inline-block;
    color: #0d3880;
    font-family: 'robotobold';
    height: 175px;
}

.serLink img {
    width: 100%;
}

.serTxt p,
.serSTxt p {
    font-family: 'robotoregular';
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 1.9;
}

.serSTxt h2,
.serTxt h2 {
    text-align: left;
}

.serSTxt a {
    color: #fab900;
    font-family: 'robotoblack';
    font-size: 16px;
}

.serSTxt a:before {
    content: url(/wp-content/themes/kanohi/img/left.png);
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.serSTxt ul li {
    font-family: 'robotoregular';
    color: #000;
    font-weight: 400;
    font-size: 16px;
    list-style-image: url('/wp-content/themes/kanohi/img/dots.png');
    margin-bottom: 15px;
}

p.boldP {
    font-family: 'robotobold';
}

.serSTxt p {
    margin-bottom: 15px;
}

.container {
    position: relative;
}

.book,
.quick , .ecall {
    position: absolute;
    right: -65px;
    top: 0;
}

.quick {
    top: 65px;
}

.ecall{
    top:130px;
}

.tooltip-inner {
    background: #fff;
    color: #e62638;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'robotobold';
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.gform_wrapper .gfield_required,
.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}

.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    display: none!important;
}

.rqTxt input,
.gform_wrapper .datepicker,
.gform_wrapper textarea.medium {
    margin: 0 auto;
    display: block;
    width: 355px!important;
    padding: 20px;
    background: #eceff1;
    padding: 20px!important;
    outline: none;
    border: 0;
    color: #b9baba;
    font-family: 'robotoregular';
    font-size: 18px!important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 355px!important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent!important;
    border: 0!important;
}

.ui-datepicker {
    margin: 0!important;
}

.contact p {
    font-size: 16px;
    font-family: 'robotoregular';
    line-height: 1.9;
}

.contact p span {
    color: #0d3880;
    font-family: 'robotobold';
}

.gform_anchor {
    display: none!important;
}

#gform_wrapper_4 .rqTxt input,
.gform_wrapper textarea.medium {
    margin: 0 auto;
}

#gform_wrapper_4 .request .rqstBtn,
#gform_wrapper_4 .gform_footer input.button,
#gform_wrapper_4 .gform_footer input[type=image],
#gform_wrapper_4 .gform_footer input[type=submit] {
    margin: 0;
}

.cMap {
    margin-top: 130px;
}

.conLink {
    margin-bottom: 10px;
    color: #0d3880;
    font-family: 'robotobold';
    font-size: 16px;
    display: block;
}

.conUl {
    padding-left: 15px;
}

.conUl li {
    list-style: none;
    padding-left: 25px;
    background: url(/wp-content/themes/kanohi/img/list2.png) left no-repeat;
}

.vconr,
.serSTxt {
    margin-top: 100px;
}

.profiles {
    margin-top: 50px;
}

.profiles h2 {
    font-size: 36px;
    font-family: 'robotoblack';
    color: #0d3880;
    text-transform: uppercase;
}

.proImage {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 5px solid #fff;
}

.top {
    width: 102px;
    height: 99px;
    margin: 50px auto;
    display: block;
}

.top img {
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 52.90%;
    
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a,
input {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ve a:hover,
.leftText a:hover {
    background: #0d3880;
    text-decoration: none;
}

.vt a:hover {
    background: #000;
    text-decoration: none;
}

input#gform_submit_button_1:hover {
    background: #0d3880;
    text-decoration: none;
}

.spBox .rightImg {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
}

.spBox a {
    background: #f1b306;
    color: #fff;
    padding: 11px 20px;
    font-family: 'robotobold';
    font-size: 14px;
    margin: 0 auto;
}

.noPadR {
    padding-right: 0;
}

.Abt ul li a:before {
    content: '' !important;
    position: relative;
    top: 10px;
    margin-right: 0px;
}

.Abt {
    list-style: none;
}

.Abt ul {
    list-style: none;
    display: inline;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.Abt ul li:first-child{
    background: #fab800;
}
.Abt ul li {
    list-style: none;
    list-style-image: none !important;
    display: inline-block;
    width: 200px;
    height: 200px;
    background: #ffcb05;
    padding: 35px 10px;
    float: left;
    margin-right: 2px;
    width: 49%;
    height: 150px;
    text-align: center;
}

.Abt ul li a {
    color: #fff;
    font-size: 28px;
}


footer.comment-meta {
    background-color: rgba(245, 222, 179, 0);
}
.comment-content {
    background-color: white;
    height: 132px;
}
footer.entry-footer {
    background-color: rgba(245, 222, 179, 0);
}

span.comments-link {
    margin-right: 24px;
}
span.screen-reader-text {
    margin-left: 23px;
}
.contactPop #gform_wrapper_4 .rqTxt input, .contactPop .gform_wrapper textarea.medium{margin:0 auto;}
.contactPop #gform_wrapper_4 .request .rqstBtn, .contactPop #gform_wrapper_4 .gform_footer input.button, .contactPop #gform_wrapper_4 .gform_footer input[type=image], .contactPop #gform_wrapper_4 .gform_footer input[type=submit]{margin:0 auto;}
.popover-content{width: 250px;}
.gform_confirmation_message{text-align: center;}
.wpcf7-form-control-wrap textarea{height: 9.375em;resize: none;}
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea{ margin: 0 auto; display: block; width: 100%; padding: 20px; background: #eceff1; padding: 20px!important; outline: none; border: 0; font-weight: 400; color: #333; font-family: 'robotoregular'; font-size: 18px!important;}
.wpcf7-submit{background: #f1b306; color: #fff; padding: 11px 35px; font-family: 'robotobold'; font-size: 14px; border: 0; outline: 0; display: block;margin-top: 0px; display: block!important;}
.request .wpcf7-submit{margin: 0 auto;}
.requestCitt .wpcf7-submit{margin-left: 0;}
span.wpcf7-not-valid-tip {
    color: #f00 !important;}
    div.wpcf7-validation-errors {
    border: 2px solid #f00 !important;
    color: #f00 !important;
    margin-top: 0 !important;
}

