@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
/* Normalization *************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.nonlist, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #000;
  line-height: 24px;
  font-size: 14px;
}
figure img {
  width: auto;
}
img {
  max-width: 100%;
}
input[type="text"],input[type="submit"] {
  border-radius: 0;
  border:none;
}
/* Placeholder text disappears on click **************************************************/
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE í¸‰ */
textarea:focus::placeholder { color:transparent; } /* Firefox 19+ */


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE í¸‰ */
input:focus::placeholder { color:transparent; } /* Firefox 19+ */
/*input::-moz-placeholder {  
   color: transparent; 
   opacity: 1; 
}*/
/*********************************************/
.header{
  background-color: #421975;
  padding: 20px;
  border-bottom: 6px solid #fff;
}
.logo-header{
  margin-right: 30px;
}
.header h2{
  margin: 0;
  padding: 0px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
.header a{
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
.main-area{
  background-color: #efeeef;
  padding: 40px;
  margin-top: 15px;
  margin-bottom: 60px;
}
.main-area .main-left-content h1{
   margin: 0;
  padding: 0px;
  line-height: 1;
  font-size: 29px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #000000;
}
.main-area .main-left-content p{
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding-top: 23px;
  text-align: justify;
}
.main-second-sec{
  margin-bottom: 60px;
}
.main-second-sec .right-content{
  padding-left: 50px;
}
.main-second-sec .right-content p{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 30px;
}
.main-second-sec .right-content p:first-child{
  padding-top: 48px;
}
.banner .fl-photo-content{
position: relative;
height: 510px;
overflow: hidden;
display: block;
}
.banner .fl-photo-content img{
   width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.banner-form{
  max-width: 340px;
  width: 100%;
/*  background-color: #201d2a;*/
  position: absolute;
  padding:42px 0px 0px;
  top: 0px;
   text-align: center;
   left: 50%;
  -webkit-transform: translateX(75%);
     -moz-transform: translateX(75%);
      -ms-transform: translateX(75%);
       -o-transform: translateX(75%);
          transform: translateX(75%);
          z-index: 99999;
 
}
.tve-leads-shortcode{
   z-index: 99999999;
}
.fl-content-slider .fl-slide-bg-photo{
  z-index: -99999999;
}
.bx-wrapper .bx-pager{
  position: absolute !important;
  bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover{
  background-color: #915add !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff !important;
    text-indent: -9999px !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 5px !important;
    outline: 0 !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius:100% !important;
  }
  .tomford-logo{
    position: absolute;
    bottom: 80px;
    left: 50px;
  }
.banner-form br{
  display: none;
}
.banner-form{
  overflow: hidden;
}
.banner-form h2{
  font-size: 53px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  color: #a16de3;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-form h2:after, .banner-form h2:before {
  content: '';
  width: 99999em;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 38%;
  margin-left: 10px;
}
.banner-form h2:before {
  margin-left: 0;
  margin-right: 10px;
  left: auto;
  right: 100%;
}
.banner-form h3{
  font-size: 34px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.banner-form h4{
  font-size: 21px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-form .footer-form-fields input[type="text"]{
  height: 44px;
  text-align: left;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
  background-color: #e7e7e9;
  box-shadow: 0px 2px 5px #0b0c0e;
  width: 100%;
  max-width: 100%;
}
.banner-form  .footer-form-fields p span.telephone, .banner-form  .footer-form-fields p span.email, .footer-form-fields .wpcf7-form-control-wrap{
  width: 100%;
  max-width: 100%;
}
.banner-form  .footer-form-fields input[type="submit"]{
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  background-color: #421975;
  margin-top: 5px;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  box-shadow: 0px 2px 5px #0b0c0e;
}
select {
     /*for firefox*/
     -moz-appearance: none;
     /*for chrome*/
     -webkit-appearance:none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

.banner-form .footer-form-fields .branches select{
  height: 44px;
  margin-bottom: 10px;
  background-color: #e2e2e3;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  background: url(http://opticians.fmoptom.com/wp-content/uploads/sites/14/2018/01/drop-errow.png) 96% no-repeat #e2e2e3;
  border: 0px;
  border-radius: 0px;
}
.footer-form-main {
  background-color: #321262;
  padding: 30px 40px 0px;
  text-align: center;
  margin-bottom: 60px;
}
.footer-form-inner h2{
  margin: 0px;
  padding: 0px;
  font-size: 55px;
  color: #895ac6;
   font-family: 'Josefin Sans', sans-serif;
   font-weight: 600;
   display: inline-block;
   margin-bottom: 5px;
}
.footer-form-inner p{
  font-size: 37px;
  color: #fff;
  margin: 0px;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
}
.footer-form-inner .wpcf7-form-control-wrap{
  max-width: 100%;
  width: auto;
}
.footer-form-fields .branches select{
  height: 44px;
  margin-bottom: 10px;
  background-color: #e2e2e3;
  font-size: 16px;
  font-weight: 400;
  max-width: 278px;
  width: 278px;
  padding-left: 15px;
  background: url(http://opticians.fmoptom.com/wp-content/uploads/sites/14/2018/01/drop-errow.png) 96% no-repeat #e2e2e3;
  border: 0px;
  border-radius: 0px;
  margin-right: 10px;
   box-shadow: 0px 2px 5px #1f0b3c;
}
.footer-form-fields input[type="text"]{
   -webkit-appearance: none;
  font-size: 16px;
  background-color: #e4e4e5;
  height: 44px;
  color: #000000;
  text-align: left;
 box-shadow: 0px 2px 5px #1f0b3c;
 margin-bottom: 10px;
max-width: 278px;
width:100%; 
font-weight: 400;
font-style: normal;
padding-left: 15px;
margin-right: 10px;
}
.footer-form-fields input[type="submit"]{
  font-size: 24px;
  background-color: #201d2a;
  color: #fff;
  height: 68px;
  text-align: center;
box-shadow: 0px 2px 5px #270f45;
-webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
          max-width: 390px;
          width:100%; 
          font-weight: 400;
          padding-top: 5px;
          font-style: normal;
          font-family: 'Josefin Sans', sans-serif;
          margin-top: 15px;
}
.footer-form-fields input[type="submit"]:hover{
   background-color: #6fbbec;
  color: #fff;
}
.footer-address-area{
  background-color: #e5daf2;
  padding-left: 30px;
}
.footer-address-area h3{
  font-size: 27px;
  color: #000;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 40px;
}
.footer-address-area h4{
 font-size: 27px;
  color: #000;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 51px;
}
.footer-address-area address{
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  padding-right: 10px;
  margin: 0;
}
.footer-address-area .mobile-number{
  margin-top: 10px;
}
.footer-address-area a{
  font-size: 22px;
  color: #321262;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}
.footer-address-area ul li{
  font-size: 14px;
  color: #000000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
.footer-address-area .social-media{
  margin-top: 60px;
  margin-bottom: 40px;
}
.footer-address-area .social-media img{
  margin-right: 10px;
}
.footer-address-area .social-media a:hover > img{
    -webkit-transform: translateY(-3px);
     -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.footer-copy-right p{
  font-size: 12px;
  color: #737373;
  text-align: center;
  padding-top: 10px;
}
.footer-copy-right p a{
  color: #000;
}
.formError .formErrorContent{
  line-height: 1;
  margin-top: 25px;
  text-transform: capitalize;
}
/* tab styling **************************************************/
.fl-node-5a5c631deccfa .fl-tabs-label.fl-tab-active{
  background-color: #e5daf2 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fl-tabs-panel-content{
  padding: 0px !important;
}
/*thankyou-page*/
.thankyou-page{
  border-bottom: 7px solid #3090ca;
}
.thankyou-sucess{
  text-align: center;
}
.thankyou-sucess p, .thankyou-sucess h6{
  font-size: 25px;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
}
.thankyou-sucess p{
  line-height: 30px;
  padding-bottom: 20px;
}
.fl-tabs-horizontal .fl-tabs-label.fl-tab-active{
  border-width: 0px;
}
.fl-node-5a5c631deccfa .fl-tabs-panels, .fl-node-5a5c631deccfa .fl-tabs-panel{
  border: 0px;
}
/* Contact Form 7 **************************************************/
div.wpcf7 .ajax-loader {
    display: block !important;
}
.wpcf7-form br {
    display: none !important;
}
.footer-form .wpcf7-form-control-wrap {
  margin-right: 0px;
}
.inner-voucher-form .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 350px;
}
div.wpcf7-response-output {
    background: #ffff none repeat scroll 0 0 !important;
    color: #000 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wpcf7-form-control-wrap {
    display: inline-block !important;
}
.wpcf7-form.bform > p {
  margin: 0 !important;
}
/* Thrive Leads **************************************************/
.thrv-leads-form-box.thrv_wrapper {
    padding: 0 !important;
}
.tve_brdr_solid {
  border-style: none !important;
}
.thrv_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
.thrv-leads-form-box.tve_white[class*="tve_blank_set"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.thrv-leads-form-box.thrv_wrapper {
}
/* Thankyou Page **************************************************/
.success-sec {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 400px;
    padding-bottom: 0;
    padding-top: 0;
}
.succes-sec {
    position: relative;
}
.success-msg {
    text-align: center;
}
.success-msg img {
    margin-top: 65px;
}
.success-msg p {
    color: #003a5a;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 20px;
    text-align: center;
}
.success-msg h6 {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 5px;
    text-align: center;
}
.tve-tl-anim {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1 !important;
}