/**
 * Place your custom styles here.
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');
 @font-face {
    font-family: 'Gabriola';
    src: url('../eot/gabriolad41d.eot?#iefix') format('embedded-opentype'),  
    url('../woff/gabriola.woff') format('woff'), 
    url('../ttf/gabriola.ttf')  format('truetype'), 
    url('../svg/gabriola.svg#Gabriola') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  html, body{
      height: 100%;
  }
 html body{
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 15px;
 }
 a, button{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
 }
 a{
     color:#0093b2;
 }
 a:hover,
 a:focus{
     text-decoration: none;
 }
 img{
     max-width: 100%;
 }
 .content hr{
    border-top: 4px solid #eeeeee;
 }
 
.row-space{
    padding-bottom: 60px;
    padding-top: 60px;
}
a.green-link{
    background:#8cba4d;
    color:#fff;
    font-size: 16px;
    padding:10px 30px;
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
a.green-link:hover,
a.green-link:focus{
  background: rgba(140, 186, 77, 0.8);
}
a.blue-link{
    background:#0093b2;
    color:#fff;
    font-size: 16px;
    padding:10px 30px;
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
a.blue-link:hover,
a.blue-link:focus{
  background: rgba(0, 147, 178, 0.8);
}
a.yellowLink{
    background:rgba(240, 196, 27, 1);
    color:#fff;
    font-size: 16px;
    padding:10px 30px;
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
a.yellowLink:hover,
a.yellowLink:focus{
  background: rgba(240, 196, 27, 0.8);
}
a.purpleLink{
    background:rgba(118, 62, 135, 1);
    color:#fff;
    font-size: 16px;
    padding:10px 30px;
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
a.purpleLink:hover,
a.purpleLink:focus{
  background: rgba(118, 62, 135, 0.8);
}
a.redLink{
    background:rgba(194, 62, 100, 1);
    color:#fff;
    font-size: 16px;
    padding:10px 30px;
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
a.redLink:hover,
a.redLink:focus{
  background: rgba(194, 62, 100, 0.8);
}
span.text-tiny {
    font-size: 0.7em;
}
span.text-small {
    font-size: 0.85em;
}
span.text-big {
    font-size: 1.4em;
}
span.text-huge {
    font-size: 1.8em;
}
 /* Header */
 .header-top{
     background:#0093b2;
     color:#ffffff;
     padding: 10px 0;
 }
 .header-top .top-bar-wrap > .row{
    display: flex;
    align-items: center;
 }
 .header-top .top-bar-wrap .logo-wrapper .region-top-header,
 .header-top .top-bar-wrap .search-wrapper .region-header-right{
    display: flex;
    align-items: center;
 }
 .header-top .top-bar-wrap .logo-wrapper .header-address-block{
     margin-left: 50px;
 }
 .header-top .top-bar-wrap .search-section .form-group{
    margin-bottom: 0;
 }
 .header-top ul{
    display: flex;
     list-style: none;
     padding:0;
     margin:0;
 }
 .header-top ul a{
     color:#fff;
 }
 .header-top ul a:hover{
     opacity: 0.9;
 }
 .header-top ul li img{
    max-height: 15px;
 }
 .header-top ul li:first-child{
    padding-right: 15px;
 }
 .header-top ul li:first-child img{
     margin-right: 3px;
 }
 .header-top ul li:last-child{
    padding-left: 15px;
    position: relative;
 }
 .header-top ul li:last-child:after{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    border-left: 1px solid #fff;
    display: inline-block;
    left: 0;
    top: 2px;
 }
 .header-top .socialMedia-section{
    text-align: right;
 }
.socialMedia-section a{
    color: #fff;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 5px;
 }

 .socialMedia-section a:hover{
     background: #fff;
     color: #000000;
 }
 #header-wrapper .logo{
     max-width: 240px;
     margin-top: 0;
     margin-bottom: 0;
 }
 #header-wrapper .name.navbar-brand{
     display: none;
 }
 
 #header-wrapper .navbar{
     background:none;
     border:none;
 }
 .region-footer-block3 #block-gtranslate .block-title{
    margin-top: 10px;
  }

.gtranslate select {
    color: #0093b2;
    padding: 7px 12px;
    height:43px;
    width:110%;
    border:none;
    background:none;    
}
.block-gtranslate-block .gtranslate{
    overflow:hidden;
    background:url(../svg/down-arrow.svg) no-repeat 96% 13px #ffffff;
    background-size: 15px;
    border:1px solid #8cba4d;
}
#header-wrapper .block-gtranslate-block, 
#header-wrapper .search-block-form{
    min-width: 200px;
}
#header-wrapper .block-gtranslate-block{
  display: none;
} 
#header-wrapper #search-block-form input.form-control{
  border:1px solid #8cba4d;
  color:#354b72;
  box-shadow: none;
}
#header-wrapper #search-block-form .input-group{
  width:100%;
}
#header-wrapper #search-block-form #edit-keys--description,
#header-wrapper #search-block-form .description.help-block{
    display: none;
}
#header-wrapper #search-block-form .input-group .input-group-btn{
    position: absolute;
    right:0;
    width:auto;
}
 #header-wrapper #search-block-form button{
    color: #8cba4d;
    background: none;
    border: none;
    height: 45px;
    font-size: 18px;
    z-index: 5;
 }
 .header-part{
     position: relative;
 }
/* Navigaation Css */

.navbar-header a{
    color:#000;
    position: relative;
    font-weight: 400;
}
.navbar-header .primary_menu{
   position: relative;
   z-index: 99;
}
.navbar-header .primary_menu ul li.menuparent .sf-sub-indicator{
    display: none;
    width: 11px;
    font-size: 12px;
    position: relative;
    float: right;
    margin-left: 14px;
    margin-top: 8px;
}
.navbar-header .primary_menu ul li.menuparent.show-sf .sf-sub-indicator{
    display: block;
}
.navbar-header .primary_menu > ul{
   position: relative;
   width: 100%;   
}
.navbar-header .primary_menu > ul > li{
    display: inline-block;
}
.navbar-header .primary_menu > ul > li > a{
    font-weight: 500;
    text-transform: uppercase;
    color: #0093b2;
    padding:1.14em 15px 1.14em 15px;
}
.navbar-header .primary_menu > ul > li.active-trail > a,
.navbar-header .primary_menu > ul > li > a:hover,
.navbar-header .primary_menu > ul > li > a:focus{
    color:#fff;
}
.navbar-header .primary_menu > ul > li > a:before,
.navbar-header .primary_menu > ul > li > a:before,
.navbar-header .primary_menu > ul > li.active-trail > a:before,
.navbar-header .primary_menu > ul > li.active-trail > a.is-active:before{
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height:100%;
   display: inline-block;
   background: #8cba4d;
   transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   z-index: -1;
   color: #fff;
}
.navbar-header .primary_menu > ul > li:hover > a:before,
.navbar-header .primary_menu > ul > li:focus > a:before,
.navbar-header .primary_menu > ul > li.active-trail > a:before,
.navbar-header .primary_menu > ul > li.active-trail > a:before,
.navbar-header .primary_menu > ul > li.active-trail > a.is-active:before,
.navbar-header .primary_menu > ul > li.active-trail > a.is-active:before{
   content: '';
   width: 100% !important;
}
.navbar-header .primary_menu > ul ul{
    background: #ffffff;
    margin-top:12px;
    border-top:3px solid #8cba4d;
}
.navbar-header .primary_menu > ul ul li a{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-header .primary_menu > ul ul li a:hover,
.navbar-header .primary_menu > ul ul li a:focus{
   background: #eeeeee;
   color: #005b6e;
}

#header-wrapper .navbar.container{
    text-align: center;
}
#header-wrapper .navbar-header{
   width:100%;
}
.top-header .navbar-default{
   background: none;
   border:none;
   padding-left: 0;
   padding-right: 0;
}

.header-menu header.header-right{
    margin-top: 0;
}

/* Banner Css */

.slideshow-wrapper .views_slideshow_cycle_teaser_section,
.slideshow-wrapper .views_slideshow_cycle_slide{
    width:100% !important;
}
.slideshow-wrapper .views-field-field-slideshow-image img{
    width:100%;
}
 .slideshow-wrapper .view-footer{
    position: relative;
    margin-top:-56px;
    z-index: 99;
 }
 .banner-inner-content ul{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
 }
 .banner-inner-content ul li{
     float: left;
     display: inline-block;
     width: 16.66%;
     /* position: relative; */
 }
 .banner-inner-content ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 110px;
    padding: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
 }
 .banner-inner-content ul li a:hover,
 .banner-inner-content ul li a:focus{
    transform: scale(1.1);
 }
 .banner-inner-content ul li.payment a{
    background-color: rgba(240, 196, 27, 1);
 }
 .banner-inner-content ul li.property a{
    background-color: rgba(0, 147, 178, 1);
 }
 .banner-inner-content ul li.delinquent a{
    background-color: rgba(138, 187, 67, 1);
 }
 .banner-inner-content ul li.Motor a{
    background-color: rgba(118, 62, 135, 1);
 }
 .banner-inner-content ul li.location a{
    background-color: rgba(194, 62, 100, 1);
 }
 .banner-inner-content ul li.same-day-wait-list a{
    background-color: rgba(205, 97, 1, 1);
 }
 .banner-inner-content ul li a > div span{
    display: inline-block;
    position: relative;
 }
 .banner-inner-content ul li a > div span::before{
     content:'';
     position: absolute;
     left: calc(50% - 25px);
     bottom: -8px;
     width:50px;
     height: 2px;
     background: #fff;
 }
 .banner-inner-content ul li a > div span::after{
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    bottom: -12px;
 }
 .slideshow-inner h1.banner-heading{
    color:#ffffff;
    /*font-family: 'Gabriola', sans-serif;*/
    font-size: 75px;
 }
 .slideshow-wrapper .views-slideshow-controls-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.slideshow-wrapper .views-slideshow-controls-bottom .views-slideshow-pager-bullets li{
    background: #0093b2;
    opacity: 0.7;
}
.slideshow-wrapper .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
    background: #0093b2;
    opacity:1;
}
.slideshow-wrapper .slide-row {
    position: relative;
}
.slideshow-wrapper .slide-row .Slider-text-wrapper{   
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
}
.slideshow-wrapper .slide-row .slider-text{
    text-align: left;
    background: rgba(51, 51, 51, 0.6);
    padding:30px;
    width: 40%;
    display: inline-block;
}
.slideshow-wrapper .slide-row .slider-text .slide-title{
    display: inline-block;
    width:100%;
}
.slideshow-wrapper .slide-row .slider-text p a{
    /* background:#8cba4d; */
    position: relative;
    clear: both;
    color: #ffffff;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    margin-top:15px;
    display:inline-block;
    padding:5px 34px 5px 0;
}
.slideshow-wrapper .slide-row .slider-text p a::after{
    content: '';
    background:url(../svg/arrow-point-to-right.svg) no-repeat right 0;
    background-size: 16px;
    position: absolute;
    width:16px;
    height: 16px;
    right:8px;
    top:12px;
}
.slideshow-wrapper .slide-row .slider-text p{
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: normal;
}
 /* Footer Section Css */
 .footer-logo{
    max-width: 115px;
    height: 115px;
    position:absolute;
    top:0;
    left:0;
    display: inline-block;
    margin: 0;
 }
 .copyright-block{
    position: relative;
}

.footer-wrapper{
    /* background:url(../images/footer_bg.jpg) no-repeat 0 0; */
    background-size: cover;
    color: #ffffff;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    clear: both;
    position: relative;
    display: inline-block;
    width: 100%;
 }

.footer-wrapper .footer-wrap-inner{
    background:rgba(51, 51, 51, 0.9);
}

.footer-wrapper .footer{
    margin-top: 0;
    border-top:none;
}
.footer-wrapper .copyright-section{
    background: rgba(51, 51, 51, 0.5);
    border-top:1px solid #a1a1a1;
    min-height: 115px;
}
.footer-wrapper .footer-social-icon{
    clear: both;
    display: inline-block;
    width:100%;
    /* margin-top:25px; */
}
.footer-wrapper .footer-social-icon a{
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #ffffff;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.footer-wrapper .footer-social-icon a svg{
    font-size: 20px;
}
.footer-wrapper .footer-social-icon a:hover,
.footer-wrapper .footer-social-icon a:focus{
    background: #ffffff;
}
.footer-wrapper .footer-social-icon a:hover svg,
.footer-wrapper .footer-social-icon a:focus svg{
    color:#333333;
}
.footer-wrapper h2{
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}
.footer-wrapper h2:after{
    content: '';
    width: 35px;
    height: 3px;
    background: #8cba4d;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.footer-wrapper a{
    color: #ffffff;
    word-break: break-all;
}
 .footer-wrapper .region-footer-block1 .footer-tel,
 .footer-wrapper .region-footer-block1 .footer-address{
    margin-bottom: 15px;
 }
 .footer-address-block .footer-block > div{
    position: relative;
    padding-left: 25px;
    line-height: 22px;
 }
 .footer-address-block .footer-block .footer-tel{
     margin-top:8px;
 }
 .footer-address-block .footer-block .footer-tel:before,
 .footer-address-block .footer-block .footer-address:before,
 .footer-address-block .footer-block .footer-mail:before{
    content:'';
    height: 18px;
    width:18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top:3px;
}
 .footer-address-block .footer-block .footer-tel:before{
    content:'';
    background: url(../svg/phone-callg.svg) no-repeat 0 0;
    background-size: 100%;
 }
 .footer-address-block .footer-block .footer-address:before{
    content:'';
    background: url(../svg/location.svg) no-repeat 0 0;
    background-size: 100%;
 }
 .footer-address-block .footer-block .footer-mail:before{
    content:'';
    background: url(../svg/envelope.svg) no-repeat 0 0;
    background-size: 100%;
 }
 .footer ul.menu--footer-menu li a{
    padding-left: 0;
 }
 .footer ul.menu--footer-menu li a:hover,
 .footer ul.menu--footer-menu li a:focus{
    background-color: unset;
    opacity: 0.8;
 }
/* Footer Contact Us CSS */
.footer-wrapper .footer-block .region-footer-block1 .footer-mail a{
    display: inline-block;
    width: 100%;
}
/* End Footer Contact Us CSS */
 .hour-section{
    /*margin-top: 40px;*/
    display: inline-block;
    float: left;
 }
 .hour-section h2{
     margin-top: 0;
     margin-bottom: 0;
 }
 .footer-address{
     text-align: left;
 }
 .hour-section a.button-h{
    /* background: #763e87; */
    text-align: center;
    width: 100%;
    max-width: 302px;
    height: 46px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    font-weight: 400;
    /*padding: 0 60px;*/
    margin-top: 54px;
    border: 1px solid #350051;
    background: #833d99; /* Old browsers */
    background: -moz-linear-gradient(top, #833d99 0%, #833d99 0%, #612d71 100%, #612d71 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #833d99 0%,#833d99 0%,#612d71 100%,#612d71 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #833d99 0%,#833d99 0%,#612d71 100%,#612d71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#833d99', endColorstr='#612d71',GradientType=0 ); /* IE6-9 */
 }
 .hour-section a.button-h:hover,
 .hour-section a.button-h:focus{
    background: #612d71; /* Old browsers */
    background: -moz-linear-gradient(top, #612d71 1%, #833d99 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #612d71 1%,#833d99 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #612d71 1%,#833d99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#612d71', endColorstr='#833d99',GradientType=0 ); /* IE6-9 */
     /* background: #612d71; */

 }
 .footer-wrapper .socialMedia-section a{
    margin-right: 15px;
    margin-bottom: 20px;
 }
 .footer-search input[type="search"]{
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     box-shadow:none;
     -webkit-box-shadow:none;
     -moz-box-shadow:none;
     font-weight: 600;
     color:#717687;
     height: 45px;
 }
 .footer-search input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 600;
    color: #717687;
  }
  .footer-search input[type="search"]::-moz-placeholder { /* Firefox 19+ */
    font-weight: 600;
    color: #717687;
  }
  .footer-search input[type="search"]:-ms-input-placeholder { /* IE 10+ */
    font-weight: 600;
    color: #717687;
  }
  .footer-search input[type="search"]:-moz-placeholder { /* Firefox 18- */
    font-weight: 600;
    color: #717687;
  }
  .footer-search{
      margin-top: 20px;
      text-align: center;
  }
  .footer-search a{
    /* background: #8abb43; */
    /* min-width: 250px; */
    width:100%;
    height: 45px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    font-weight: 400;
    margin-top: 74px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
border:1px solid #6ca41c;

background: #a4ce4a; /* Old browsers */
background: -moz-linear-gradient(top, #a4ce4a 0%, #8abb43 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a4ce4a 0%,#8abb43 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a4ce4a 0%,#8abb43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ce4a', endColorstr='#8abb43',GradientType=0 ); /* IE6-9 */
  }
  .footer-search a:hover,
  .footer-search a:focus{      
background: #8abb43; /* Old browsers */
background: -moz-linear-gradient(top, #8abb43 0%, #a4ce4a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8abb43 0%,#a4ce4a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8abb43 0%,#a4ce4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abb43', endColorstr='#a4ce4a',GradientType=0 ); /* IE6-9 */
  }
  .svgsocial-icon a {
    font-size: 22px;
    margin-right: 15px;
}
  .print_vehicle{
      margin-top: 77px;
  }
  
  
  .follows-block .facebook_feed .article.facebook-post{
    position: relative;
  }
  .follows-block .facebook_feed .article.facebook-post::after{
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 2px;
      background: #333333;
  }  
  .home-social-section video{
      width: 100%;
      height: 100%;
  }
  .message-video p{
      line-height: normal;
  }
  .message-video iframe{
      width:100%;
  }
  .message_box{
    background-color: #fff;
    padding:20px 15px;
    margin-top: -3px;
    font-size: 16px;
    text-align: center;
    color: #FF1A1A;
  }
  .testimonial-img{
      width:175px;
      height: 175px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      display: inline-block;
      overflow: hidden;
      border: 5px solid #d1d1d1;
      margin-bottom: 20px;
  }
  .testimonial-img img{
    width:100%;
  }
  .testimonial-info{
    text-align: center;
  }
  .testimonial-info label{
    font-weight: 400;
  }
  .testimonial-info label.name{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
  }
  .testimonial-block .col-sm-3{
    text-align: center;
  }
  .testimonial-info label.telnumber{
    margin-top: 15px;
  }
  .testimonial-block .about-info .name{
    font-size: 40px;
    color: #0093b2;
    font-weight: bold;
  }
  .testimonial-block .about-info .designation{
      font-size: 28px;
      color:#78be20;
      margin-bottom: 25px;
  }
  .testimonial-block .about-info .link{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .testimonial-block .about-info .link a{
      color: #fff;
      font-size: 16px;
      padding:15px 30px;
      display: inline-block;
  }
  .testimonial-block .about-info .link a img{
      margin-left: 8px;
  }
  .testimonial-block .about-info .link a.green-link{
    background:#8cba4d;
  }
  .testimonial-block .about-info .link a.green-link:hover,
  .testimonial-block .about-info .link a.green-link:focus{
    background: rgba(140, 186, 77, 0.8);
  }  
  .testimonial-block .about-info .link a.blue-link{
    background:#0093b2;
    margin-left: 15px;
  }
  .testimonial-block .about-info .link a.blue-link:hover,
  .testimonial-block .about-info .link a.blue-link:focus{
    background:rgba(0, 147, 178, 0.8);
  }
  .contact-section .contact-section-inner{
      max-width: 920px;
      margin: auto;
      text-align: center;
      font-size: 18px;
      color: #717687;
      border-right: 1px solid #ccc;
  }
  /* information-section */
  .information-section{
      background: #8cba4d;
      color: #fff;
      padding-top:25px;
      padding-bottom:25px;
      font-size: 18px;
  }
  .information-section a{
    color:#fff;
    text-decoration: underline;
  }
  .information-section span.big-txt{
      font-size: 30px;
      font-weight: bold;
  }
  /* //information-section */
  .contact-section .contact-section-inner h3{
      font-weight: 400;
      margin-bottom:50px;
      margin-top: 50px;
  }
  .contact-section .contactus-right{
    text-align:center;
  }
  .contact-section a{
      text-transform: capitalize;
  }
 a.green-button{
    background: #8abb43;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#ffffff;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-block;
    font-size: 15px;
    width:250px;
    text-align: center;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    border:1px solid #6ca41c;
    background: #a4ce4a; /* Old browsers */
    background: -moz-linear-gradient(top, #a4ce4a 0%, #8abb43 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a4ce4a 0%,#8abb43 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a4ce4a 0%,#8abb43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ce4a', endColorstr='#8abb43',GradientType=0 ); /* IE6-9 */

  }
 a.green-button:hover,
  a.green-button:focus{
    background: #8abb43; /* Old browsers */
    background: -moz-linear-gradient(top, #8abb43 0%, #a4ce4a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8abb43 0%,#a4ce4a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8abb43 0%,#a4ce4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abb43', endColorstr='#a4ce4a',GradientType=0 ); /* IE6-9 */
  }
  .contact-section .contactus-right a.green-button{
    margin-top:70px;
  }
  a.blue-button{
    background: #0093b2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#ffffff;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
 a.blue-button:hover,
a.blue-button:focus{
    background: #016e85;
  }
  .contact-section a.pink-button,
a.pink-button{
      border:1px solid #9b2346;  
        background: #c23e64; /* Old browsers */
        background: -moz-linear-gradient(top, #c23e64 0%, #992445 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c23e64 0%,#992445 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c23e64 0%,#992445 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23e64', endColorstr='#992445',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#ffffff;
    font-weight: 600;
    padding: 15px 70px;
    display: inline-block;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .contact-section a.pink-button:hover,
  .contact-section a.pink-button:focus,
a.pink-button:hover,
a.pink-button:focus{    
background: #992445; /* Old browsers */
background: -moz-linear-gradient(top, #992445 0%, #c23e64 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #992445 0%,#c23e64 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #992445 0%,#c23e64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992445', endColorstr='#c23e64',GradientType=0 ); /* IE6-9 */
  }
  body .location_btn a.pink-button{
      width:55%;
      color:#ffffff;
    text-align: center;
  }
  body .location_btn.locat-icon a{
    padding:0;
  }
  
  .locat-icon a span{
    background: url(../svg/locate-places-on-maps.svg) no-repeat 0 13px;
    padding-left: 40px;
    display: inline-block;
    clear: both;
    background-size: 30px;
    padding: 18px 15px 18px 40px;
}
  .calendar-section{
      background: #effbfe;
      text-align: center;
     
  }


  a.purple-button{
    background: #8abb43;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#ffffff;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-block;
    font-size: 15px;
    width:250px;
    text-align: center;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #350051;
    background: #833d99; /* Old browsers */
    background: -moz-linear-gradient(top, #612d71 0%, #612d71 0%, #833d99 100%, #833d99 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #612d71 0%,#612d71 0%,#833d99 100%,#833d99 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #612d71 0%,#612d71 0%,#833d99 100%,#833d99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#612d71', endColorstr='#833d99',GradientType=0 ); /* IE6-9 */
  }
 a.purple-button:hover,
 a.purple-button:focus{
    background: #833d99; /* Old browsers */
background: -moz-linear-gradient(top, #833d99 0%, #833d99 0%, #612d71 100%, #612d71 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #833d99 0%,#833d99 0%,#612d71 100%,#612d71 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #833d99 0%,#833d99 0%,#612d71 100%,#612d71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#833d99', endColorstr='#612d71',GradientType=0 ); /* IE6-9 */
  }
 
/* Calander Css Start */
.calendar-section .event-calendar .fc button{
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.calendar-section .event-calendar .fc-left > button{
    padding:0 20px;
    min-width: 100px;
}
.calendar-section .event-calendar .fc-right button{
    padding:0 20px;
    min-width: 100px;
    background: none;
    border:1px solid #0093b2;
    color: #0093b2;
}
.calendar-section .event-calendar .fc-right button:hover,
.calendar-section .event-calendar .fc-right button:focus{
    background: #f4f4f4;
}
.calendar-section .event-calendar .fc-right button.ui-state-active{
    background: #0093b2;
    border:1px solid #0093b2;
    color: #ffffff;
}
.calendar-section .event-calendar .fc-center h2{
    color:#5c5c5c;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
}
.calendar-section .event-calendar table thead .fc-head-container th.ui-widget-header{
    height: 60px;
    line-height: 60px;
    background: #0093b2;
    border:1px solid #016e85;
    color: #ffffff;
    font-size: 16px;
}
.calendar-section .event-calendar .fc-body .fc-day-grid-container{
    height: auto !important;
}
.calendar-section .event-calendar .fc-day-grid-event .fc-content{
    white-space: normal !important;
}
.calendar-section .event-calendar .fc-row .fc-content-skeleton td {
    text-align: center !important;
}
.calendar-section .event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton td > span{
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height:80px;
    line-height: 80px;
    color:#717687;
}
.calendar-section .event-calendar .fc-content-skeleton{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 120px;
    max-height: 130px
}
.calendar-section .event-calendar .fc-row .fc-content-skeleton td.fc-today.ui-state-highlight{
    background:none;
    border: none;
}
.calendar-section .event-calendar .fc-content-skeleton .fc-event-container{
   padding-left: 5px;
}
.calendar-section .event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton > tbody{
    position: relative;
}
.calendar-section .event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton tbody .fc-event-container .event-calendar{
    background-color: #0093b2;
    border-color: #0093b2;
}
.calendar-section .event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton tbody .fc-event-container .event-calendar:hover,
.calendar-section .event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton tbody .fc-event-container .event-calendar:focus{
    background-color: #0093b2;
    border-color: #0093b2;
}
.calendar-section .event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton .fc-event-container .fc-event{
    padding: 2px 5px;
}
.fullcalendar .ui-state-active{background-color: #0093b2; border: none;}
.fullcalendar .ui-state-active, .fullcalendar .ui-widget-content .ui-state-active, .fullcalendar .ui-widget-header .ui-state-active, .fullcalendar a.ui-button:active, .fullcalendar .ui-button:active, .fullcalendar .ui-button.ui-state-active:hover{background-color: #0093b2;border: none;}
.calendar-section .event-calendar .ui-state-highlight, 
.calendar-section .event-calendar .ui-widget-content .ui-state-highlight, 
.calendar-section .event-calendar .ui-widget-header .ui-state-highlight{
    background:#effbfe;
    border-color: #dddddd;
}


/* Calander Css End */
  .renewal-service-block h2,
  .home-first-sec .home-sec > h2,
  .event-section h2{
    font-size: 40px;
    font-weight: bold;
    color: #0093b2;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
  .renewal-service-block h2:before{
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 100px);
    width:200px;
    height:1px;
    background:#d9d9d9;
  }
  .home-first-sec .home-sec > h2:before,
  .event-section h2:before{
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 50px);
    width:100px;
    height:1px;
    background:#d9d9d9;
  }
  .renewal-service-block h2:after,
  .home-first-sec .home-sec > h2:after,
  .event-section h2:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    width:40px;
    height:2px;
    background:#8cba4d;
  }
  .renewal-service-block{
      text-align: center;
  }
  .renewal-service-block .serviceSec-left,
  .renewal-service-block .serviceSec-right{
      text-align: left;
  }
  
  /* New Css renewal-service-block*/
  .renewal-service-block .serviceSec-right .service-right-inner{
      border:1px solid #aab2bb;
      padding: 20px;
  }
  .renewal-service-block .serviceSec-right .service-right-inner p:first-child:first-letter{
      font-size: 30px;
      color:#0093b2;
  }
  .renewal-service-block .serviceSec-right .service-right-inner p{
      margin-bottom: 25px;
  }
  /* //New Css renewal-service-block*/
  .renewal-service-block .serviceSec-left p:first-child:first-letter{
    font-size: 30px;
    color:#0093b2;
  }
  .renewal-service-block .serviceSec-left p:first-child{
      margin-bottom: 25px;
  }
  .renewal-service-block .serviceSec-left .serviceSec-img{
    position: relative;
    margin-bottom: 15px;
  }
  .renewal-service-block .serviceSec-left .serviceSec-img img{
    border-radius: 10px;
    width:100%;
  }
  .renewal-service-block .serviceSec-left .serviceSec-img .serviceSec-img-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 15px 15px 35px;
    color: #ffffff;
    text-align: left;
  }
  .renewal-service-block .serviceSec-left .serviceSec-img .serviceSec-img-title svg{
      color:#8cba4d;
      position: absolute;
      top: 19px;
      left:15px;
  }
  .renewal-service-block ul{
      list-style: none;
      padding-left: 0;
      margin-top: 20px;
  }
  .renewal-service-block ul li:last-child{
      padding: 18px 15px 18px 80px;
      background: url(../png/pin.png) no-repeat 26px 10px;
  }
  .renewal-service-block ul li{
    background: url(../png/pin.png) no-repeat 26px 16px;
    display: inline-block;
    clear: both;
    width: 65%;
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding: 15px 15px 15px 80px;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #717687;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .blue-btn-wrap{
      margin-top:40px;
  }
  .blue-btn-wrap a.blue-btn{
  color: #fff;
 }
  .serviceSec-left a{
    color: #717687;
    font-family: Georgia,serif;
    font-size: 16px;
}
.blue-btn-wrap.bottom-btn{
    width:100%;
    clear: both;
    display: inline-block;
}
.service-section .blue-btn-wrap.bottom-btn{
  padding-right: 15px;
  padding-left: 15px;
}
.service-section .blue-btn-wrap.bottom-btn a.pink-button{
  width: 100%;
}
.blue-btn-wrap.bottom-btn a.pink-button{
    max-width:300px;
    padding-left: 20px;
}
  .blue-btn-wrap a.blue-btn,
    a.blue-btn{
    /* background: #2ab1cd; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 20px 15px 85px;
	  width: 55%;
    display: inline-block;
    font-size: 16px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    
    border:1px solid #0e8ab7;
    background: #2ab1cd; /* Old browsers */
    background: -moz-linear-gradient(top, #2ab1cd 0%, #2794bc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2ab1cd 0%,#2794bc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2ab1cd 0%,#2794bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab1cd', endColorstr='#2794bc',GradientType=0 ); /* IE6-9 */
  }
  .blue-btn-wrap a.blue-btn:hover,
  .blue-btn-wrap a.blue-btn:focus,
    a.blue-btn:hover,
    a.blue-btn:focus{
      /* background: #0093b2; */
      
  background: #2794bc; /* Old browsers */
  background: -moz-linear-gradient(top, #2794bc 0%, #2ab1cd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2794bc 0%,#2ab1cd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2794bc 0%,#2ab1cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2794bc', endColorstr='#2ab1cd',GradientType=0 ); /* IE6-9 */
    }
  .copyright-section{
      padding: 20px 0;
      background: #fff;
  }
  .copyright-section .copyright-text{
      padding:10px 0;
      text-align: center;
      min-height: 115px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .copyright-section .copyright-image{
    text-align: right;
  }
.invite-thumb-wrapp{
  display: inline-block;
    margin: 20px 0;
    text-align: center;
    width:100%;
}
  .invite-thumb-wrapp .thumb-image{
    /* float: left;
    margin: 0 7px;
    max-width: 220px;
    border:1px solid #dddddd;
    padding: 5px; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .invite-thumb-wrapp .thumb-image > div.thumb-image-inner{
    position: relative;
  }
  .invite-thumb-wrapp .thumb-image .thumb-caption{
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .invite-thumb-wrapp .thumb-image:hover .thumb-caption{
    opacity: 1;
  }
  .sevice-image img{
      max-width: 400px;
      width: 100%;
  }

  /* ==================================
  Inner page css 
  ================================== */
  .inner-container{
      display: inline-block;
      width:100%;
  }
 .inner-banner-title h2{
    color: #ffffff;
    /*font-family: 'Gabriola', sans-serif;*/
    font-size: 75px;
    position: absolute;
    z-index: 999;
    color: #fff;
    bottom: 20%;
    text-align: center;
    width: 100%;
    display: inline-block;
    
 }
 .tax-intro p,
 .tax-summery p{     
     margin-bottom: 50px;
 }
.tax-commi-block{
    max-width: 195px;
    float: left;
    margin-right: 25px;
}
.tax-commi-block img{
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.tax-intro,
.tax-bottom{
    font-size: 16px;
}
.tax-intro h4{
    color:#0093b2;
    font-weight:500;
}
.tax-summery .testimonial-info{
    margin-top:40px;
}
.tax-summery .testimonial-info > span{
    display: inline-block;
    width:100%;
    text-align: left;
}
.tax-summery .testimonial-info > span.name{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    color:#0093b2;
}
.tax-summery .testimonial-info > span.designation{
    margin-bottom: 0;
    color:#a0a0a0;
    line-height: 22px;
    font-size: 13px;
}
.tax-summery .testimonial-info > span.telnumber{
    margin-top:8px;
    font-weight: 600;
    color: #000000;
}

/* Sidebar Css */

.left-sidebar{
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 70px;
    padding-top: 35px;
}
/* Redesign Sidebar Css */
.right-sidebar{
    height: 100%;
    padding-top: 35px;
    padding-bottom: 70px;
}
.right-sidebar section.block{
    background: #f1f1f1;
    padding:0 15px;
}
.right-sidebar section.sidebar-menu-first{
    padding-bottom: 15px;
}
.right-sidebar section.block:not(:first-child){
    padding-bottom: 15px;
}
.right-sidebar section.block h2{
    color: #fff;
    background: #0093b2;
    border-bottom: 3px solid #8cba4d;
    font-size: 24px;
    text-align: center;
    padding: 15px;
    margin: 0 -15px;
}
.right-sidebar section.block .sidebar-event-calendar h2{
    border-bottom: none;
}
/* //Redesign Sidebar Css */
.region-home-slide .field--type-text-with-summary img{
	width:100%;
}
/* .region-sidebar-first > section.block{
    margin-bottom:20px;
}
.region-sidebar-second > section.block{
    margin-bottom:20px;
} */
.sidebar-menu-first ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.sidebar-menu-first > ul{
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 15px 0 0!important;
}
.sidebar-menu-first .menu.sf-menu li > ul{
    width:100% !important;

}
.sidebar-menu-first ul li{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.sidebar-menu-first ul li:last-child{
    margin-bottom: 0;
}
.sidebar-menu-first ul li a.active{
  color: #0093b2;
}
.right-sidebar .sidebar-menu-first > ul > li > a{
    min-height: auto;
    line-height: normal;
    padding:10px 30px 10px 40px;
}
.button-content-link ul li a{
    display: inline-block;
    width: 100%;
    color:#fff;
    min-height: 60px;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
}
.sidebar-menu-first ul li a{
    color:#333333;
    font-size: 16px;
}
.button-content-link ul li a{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.sidebar-menu-first > ul > li > a{
    position: relative;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3); */
}
.sidebar-menu-first ul li a > img,
.button-content-link ul li a > img{
    margin-right:6px;
}
.right-sidebar section.pay-block img,
.right-sidebar section.Sidebar-renew-block img{
    max-width: none;
    width:100%;
}
/* .sidebar-menu-first ul li .yellow-link{
    background: #f0c41b;
}
.sidebar-menu-first ul li .blue-link,
.button-content-link ul li .blue-link{
    background: #0093b2;
}
.sidebar-menu-first ul li .Green-link{
    background: #8abb43;
}
.sidebar-menu-first ul li .purple-link,
.button-content-link ul li .purple-link{
    background: #763e87;
}
.sidebar-menu-first ul li .purple-link{
 background: #763e87;
}
.sidebar-menu-first ul li .red-link{
    background: #c23e64;
} */
.sidebar-menu ul li a{
    font-size: 16px;
    font-weight: 500;
    color:#5b5b5b;
    display: inline-block;
    width:100%;
}
.sidebar-menu ul li{
    border-bottom: 1px solid #dceaf4;
    display: inline-block;
    width:100%;
}
.inner-contact-section .green-button{
    background: #8abb43;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#ffffff;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
}
.inner-contact-section .blue-btn{
    background: #2ab1cd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#ffffff;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    min-width: 240px;
}
.inner-contact-section h2,
html body .inner-renewal-service h2{
    font-size: 64px;
}
.inner-contact-section,
.inner-renewal-service{
    margin-bottom:60px;
}
ul.service-location{
    padding-left:0;
    display: inline-block;
    width:100%;
    margin:0 -5px 20px;
}
ul.service-location li{
    float: left;
    display: inline-block;
    background: url(../png/pin.png) no-repeat 15px 10px;
    padding-left: 40px;
    width: 32%;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding:10px 15px 10px 55px;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #717687;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.inner-renewal-service p{
    margin-bottom: 30px;
}
.inner-renewal-service .blue-btn-wrap{
    clear:both;
}

/* Sidebar calander */
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-today-button,
.sidebar-event-calendar .fc-header-toolbar .fc-right{
    display: none !important;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left{
    width: 100%;
    position: absolute;
    left: 0;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group{
    margin: 0;
    width:100%;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;

}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button{
    background:none;
    border: none;
    margin-top:11px;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button:focus,
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button span:focus{
    outline: none;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-next-button{
    float:right;
    margin-right: 15px;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-next-button span{
    background: url(../svg/next.svg) no-repeat 0 0;
    background-size: 12px;
    float: right;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-prev-button{
    float: left;
    margin-left: 15px;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-prev-button span{
    float:left;
    background: url(../svg/back.svg) no-repeat 0 0;
    background-size: 12px;
}

.sidebar-event-calendar .fc-header-toolbar h2{
    margin-bottom: 0;
}
.sidebar-event-calendar table .ui-widget-content{
    height:auto !important;
    min-height: 30px !important;
    border:none;
}

.sidebar-event-calendar .fc-body .ui-widget-content .fc-day-grid-container{
    height:auto !important;   
}
.sidebar-event-calendar .ui-widget-header thead .fc-day-header {
    height:40px;
    line-height: 40px;
    background: #ffffff;
    border:none;
    color: #717687;
    font-size: 12px;
}
.sidebar-event-calendar .fc-head-container.ui-widget-header{
    border:none !important;
}
 .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: none !important;
}
.sidebar-event-calendar .fc-header-toolbar .fc-center h2{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: none;
}
/* .sidebar-event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton tbody{
    display: none;
} */
.sidebar-event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton td.fc-event-container > a {
    border-color: #8cba4d;
    border-style: solid;
    background-color: #8cba4d;
}
.sidebar-event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton td.fc-event-container > a .fc-content .fc-time {
  display: none;    
}
.sidebar-event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton td.fc-event-container > a .fc-content .fc-title {
  font-size: 10px;   
}
.sidebar-event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton td {
    text-align: center;
}
.sidebar-event-calendar table tbody.fc-body td.ui-widget-content .fc-row .fc-content-skeleton td > span {
    text-align: center;
    width: 25px;
    display: inline-block;
    font-size: 12px;
    color: #717687;
    padding: 0;
    height: 25px;
    line-height: 27px;
}
.sidebar-event-calendar .fullcalendar .fc-view-container{
    -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
.sidebar-event-calendar .ui-state-highlight,
.sidebar-event-calendar .ui-widget-content .ui-state-highlight, 
.sidebar-event-calendar .ui-widget-header .ui-state-highlight{
    border:none;
    background: none;
}
.sidebar-event-calendar .fc-day-top.fc-today.ui-state-highlight > span{
    background: #8cba4d;
    border-radius: 50%;
    color:#ffffff !important;
}
.sidebar-event-calendar .fc-toolbar.fc-header-toolbar{
    margin-bottom: 0;
    background: #777777;
    position: relative;
    min-height: 35px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.inner-page-wrapper .sidebar-event-calendar{
  /* cursor: pointer; */
  margin-top:15px;
}
.home-sec .nav li a{
    padding: 0px 22px !important;
}
.home-sec .nav li a h2.block-title{
    margin: 0 !important;
    padding: 0 !important;
}
.home-sec .nav.nav-tabs li{
    background: #0093b2;
    text-align: center;
    width: 50%;    
}
.home-sec .nav.nav-tabs li.active,
.home-sec .nav.nav-tabs li:hover,
.home-sec .nav.nav-tabs > li > a:hover{
    background: #005b6e;
}
.home-sec .nav.nav-tabs > li.active > a, 
.home-sec .nav.nav-tabs > li.active > a:hover, 
.home-sec .nav.nav-tabs > li.active > a:focus{
    border:none;
    background: none;
}

.home-sec .nav.nav-tabs li a h2.block-title{
    color:#fff;
    font-family: 'Montserrat';
    font-size: 18px;
}

.home-sec .nav.nav-tabs li a {
    padding:10px 22px !important;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border:none;
}
.region-home-section1 .tweets {
    margin-top:0;
	margin-bottom:0;
    padding-left: 0;
}
.region-home-section1 .tweet {
    border-top: 1px solid #ccc;
    padding:11px 0 12px;

}
.region-home-section1 ul.tweets {
    list-style: none;
}

.region-home-section1 ul.tweets li a {
    color: #000000;
}
.region-home-section1 ul.tweets li .time {
    color: #ccc;
}
/* Ridesgin css For Event section */
.home-first-sec {
    background: #f0f3f6;
}
.home-first-sec .region-home-section1 section.block h2.block-title{
    font-size: 20px;
    color:#ffffff;
    text-align: center;
    background:#0093b2;
    margin:0;
    padding: 15px;
}
.home-first-sec .region-home-section1 section > div.field{
    border:1px solid #cfd4da;
    background: #ffffff;
    padding:10px;
}
.home-first-sec .region-home-section1 section > div iframe{
    width:100%;
}
.home-first-sec .region-home-section1 section.community_block .field--item{
    background: #fff;
    border:1px solid #cfd4da;
    padding:15px;
    min-height:440px;
}
.twitter-timeline .timeline-Footer{
    display: none;
}

/* //Ridesgin css For Event section */
.socialMedia_block{
    display: inline-block;
    width:100%;
}
/* //Ridesgin css For Event section */
.event-section{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(to bottom, rgba(0,147,178,0.2) 49.2%, rgba(255,255,255,1) 10%,rgba(255,255,255,1) 71%,rgba(0,147,178,1) 50%,rgba(0,147,178,1) 50%,rgba(0,147,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093b2',GradientType=0 );
    background: -webkit-linear-gradient(to bottom, rgba(0,147,178,0.2) 49.2%, rgba(255,255,255,1) 10%,rgba(255,255,255,1) 71%,rgba(0,147,178,1) 50%,rgba(0,147,178,1) 50%,rgba(0,147,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093b2',GradientType=0 );
    background: linear-gradient(to bottom, rgba(0,147,178,0.2) 49.2%, rgba(255,255,255,1) 10%,rgba(255,255,255,1) 71%,rgba(0,147,178,1) 50%,rgba(0,147,178,1) 50%,rgba(0,147,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093b2',GradientType=0 );
}
.event-section .event-inner  .event-sec-block{
    padding-bottom: 60px;
}
.event-section .event-calendar{
    position: relative;
    color: #ffffff
}
.event-section .event-calendar .event-date{
    background-color: #8cba4d;
    display: inline-block;
    text-align: center;
    padding: 16px 10px 15px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}
.event-section .event-calendar .event-date span{
    width:100%;
    display: inline-block;
    line-height: 14px;

}
.event-section .event-calendar .event-date .date{
    font-size: 30px;
    font-weight: bold;
}
.event-section .event-calendar .event-date .month{
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
}

.event-section .event-calendar .event-date-desc,
.event-section .event-calendar .event-location{
    padding-left: 25px;
    margin-bottom: 5px;
    color: #333333;
}
.event-section .event-calendar .event-date-desc svg,
.event-section .event-calendar .event-location svg{
    color: #8cba4d;
    position: absolute;
    left: 0;
    margin-top: 2px;
}
.event-section .event-calendar .event-image img{
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom: 15px;
    width:100%;
}
.event-section .event-calendar .event-title a{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.event-section .more-link{
    display: inline-block;
    width:100%;
    text-align: center;
    margin-top:35px;
    font-weight: bold;
}
.event-section .more-link a{
    color: #ffffff;
    background: #8cba4d;
    padding: 15px 35px;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.event-section .more-link a:hover{
    background:rgba(140, 186, 77, 0.8);
}
.button-content-link{
    width: 100%;
    display: inline-block;
    margin: 15px 0 20px;
}
.button-content-link ul{
    list-style: none;
    padding: 0;
    margin:0;
}
.button-content-link ul li{
    padding: 0;
    margin:0;
    float: left;
    min-width: 225px;
}
.button-content-link ul li.property_tax{
    margin-right: 15px;
    background: #0093b2;
    margin-bottom: 8px;
}
.button-content-link ul li.vehicle_tax{
    background: #763e87;
}
/*Slideshow controls*/
.views-slideshow-controls-top {
    position: relative;
    z-index: 99;
}
.views_slideshow_controls_text_pause{
display:none;
}
.views-slideshow-controls-top {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 48%;
}
.slideshow-wrapper .view-content{
    position: relative;
}
.views_slideshow_controls_text_previous {
    position: absolute;
    left: 50px;
}
 
.views_slideshow_controls_text_next {
    position: absolute;
    right: 50px;
}
.views_slideshow_controls_text > span{
    background:none;
    border:none;
}
.views_slideshow_controls_text > span > a{
    width:46px;
    height:46px;
    overflow:hidden;
    display:inline-block;
    text-indent:-9999px;
    border-radius: 5px;
}

.views_slideshow_controls_text > span.views_slideshow_controls_text_previous > a{
background:rgba(25, 25, 25, 0.8) url('../svg/left-arrow-new.svg') no-repeat center;
background-size:28px;
}
.views_slideshow_controls_text > span.views_slideshow_controls_text_next > a{
background:rgba(25, 25, 25, 0.8) url('../svg/right-arrow-new.svg') no-repeat center;
background-size:28px;
}

.region-home-section1 .tweet:first-child{
border-top:none !important;
}
.region-home-section1 .tweet:last-child{
padding-bottom:0 !important;
}
.block-facebook-feed .facebook_feed article.facebook-post{
	padding-top:21px;
	padding-bottom:22px;
}

/* inner page css */
.speciality-info{
    text-align: center;
}
.speciality-video iframe{
    width:100%;
    height: 380px;
}
.speaclity-top {
    margin-bottom: 15px;
}
.speaclity-top label{
    width:100%;
    display: inline-block;
    text-align: center;
}
.speaclity-top img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #0093b2;
    margin-bottom: 15px;
    max-width: 105px;
}
.speaclity-top label.name{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color:#000;
}
.speaclity-top label.designation{
    font-weight: 600;
    font-style: italic;
    color: #000;
    font-size: 13px;
}

.speciality-tab-row{
    min-height: 210px;
    
}
.speciality-tab-row .quicktabs-tabs{
    position: relative;
    z-index: 9;
    padding: 15px;
    margin-bottom: 0;
}
.speciality-tab-row  ul.quicktabs-tabs li{
    display:inline-block;
    width:100%;
    margin-bottom: 6px;
}
.speciality-tab-row  ul.quicktabs-tabs li a{
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    padding:15px;
    width: 100%;
    display: inline-block;
    font-size: 16px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    
background: #2ab1cd; /* Old browsers */
background: -moz-linear-gradient(top, #2ab1cd 0%, #2794bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2ab1cd 0%,#2794bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2ab1cd 0%,#2794bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab1cd', endColorstr='#2794bc',GradientType=0 ); /* IE6-9 */
}
 .speciality-tab-row  ul.quicktabs-tabs li a.quicktabs-loaded:hover,
 .speciality-tab-row  ul.quicktabs-tabs li a.quicktabs-loaded:focus{
    background: #2794bc; /* Old browsers */
    background: -moz-linear-gradient(top, #2794bc 0%, #2ab1cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2794bc 0%,#2ab1cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2794bc 0%,#2ab1cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2794bc', endColorstr='#2ab1cd',GradientType=0 ); /* IE6-9 */
  }




/*.speciality-tab-row  ul.quicktabs-tabs li a{
    width: 100%;
    background:#0093b2;
    display: inline-block;
    padding:15px;
    color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}*/
.speciality-tab-row  .quicktabs-main{
    /*background: #effbfe;*/
    background: #fff;
    min-height: 285px;
    padding-left: 15px;
    /* background-color: #ffffff;
    padding: 15px;
    display: inline-block;
    min-height: 210px;
    position: relative;
    margin-top: -205px;
    width: 100%;
    float: left; */
}
.speciality-tab-row .quicktabs-wrapper{
    display: inline-block;
    width:100%;
}
.speciality-tab-row .staff-toolkit{
    position: relative;

}
.speciality-tab-row  .staff-toolkit .view-content {
    margin-left: -15px;
    margin-right: -15px;
}
.speciality-tab-row  .staff-toolkit .view-content .views-row{
    float: right;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-left: 15px;
}
.speciality-tab-row  .staff-toolkit .views-field-field-staff,
.speciality-tab-row  .staff-toolkit .views-field-field-photo-image{
    margin-bottom: 10px;
   
}
.speciality-tab-row  .staff-toolkit .views-field-title a{
    font-size:16px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
}

#views_slideshow_cycle_teaser_section_toolkit-block_2{
    width:100% !important;
}
#views_slideshow_cycle_teaser_section_toolkit-block_2 .views_slideshow_slide{
    width:100% !important;
    /* position: static !important; */
}

.left-sidebar.speciality-left{
    padding-bottom: 30px;
}
.right-sidebar.speciality-right{
    padding-bottom: 40px;
}
.speciality-tab-row .staff-toolkit .quicktabs-main > div {
    /* overflow: auto; */
    
    background: #fff;
    padding: 15px;
}
.speciality-tab-row #quicktabs-tabpage-toolkit-1,
.speciality-tab-row #quicktabs-tabpage-toolkit-3 {
    height: 300px;
    overflow: auto;
    margin-bottom: 20px;
}

#quicktabs-container-toolkit .quicktabs-block-title {

    color: #0093b2;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;

}
.strong-con {
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 43px;
    text-align: center;
    line-height: 43px;  
}
.inner-head {
    color: red;
   font-weight: bold;
   text-align: center;
}

.sidebar-menu-first .menu.sf-menu li:hover > ul{
    display:none;
}
.sidebar-menu-first .menu.sf-menu li > ul.sf-hidden{
    display: block;
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    width: 100% !important;
    /* border-top:1px solid rgba(255, 255, 255, 0.2) !important; */
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    left:0 !important;
    padding-bottom: 15px !important;
}
.sidebar-menu-first .menu.sf-menu > li > ul.sf-hidden ul{
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
}
.sidebar-menu-first .menu.sf-menu li > ul.sf-hidden li.menuparent ul.sf-hidden{
    top: 0 !important;
}
.sidebar-menu-first .menu.sf-menu .sf-sub-indicator::after {
    content: "\f067";
    font-family: 'fontawesome';
    font-size: 20px;
    right: 0;
    display: none;
}

.sidebar-menu-first .menu.sf-menu .sf-sub-indicator {
    display: block;
    height: 15px;
    margin: auto;
    text-align: center;
    width: 15px;
    background:url('../svg/add-black.svg') no-repeat 0 0;
    background-size: 100%;
    z-index: 999;
    right:auto;
    left:15px;
    top: 21px;
}

.sidebar-menu-first .menu.sf-menu .sf-sub-indicator.open-arrow{
    background:url('../svg/minus-black.svg') no-repeat 0 0 !important;
    background-size: 15px !important;
}
.sidebar-menu-first > ul > li{
    border-top: 1px solid #e1dfe0;
}
.sidebar-menu-first > ul > li ul{
    padding-top:10px;
    padding-bottom: 10px;
}
.sidebar-menu-first > ul > li ul li a{
    font-size: 14px;
    line-height: normal;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    padding-left: 50px;
    color:#777777;
}
.sidebar-menu-first > ul > li ul li a:after {
    content: "\f105";
    font-family: fontawesome;
    font-size:16px;
    right: 0;
    position: absolute;
    top:9px;
    left:30px;
}
.sidebar-menu-first > ul > li > ul li:first-child a:after{
    top:8px;
}
.sidebar-menu-first > ul > li ul li a.menuparent{
    padding-bottom:20px !important;
}
html body .sidebar-menu-first ul.menu.sf-menu ul.sf-hidden li > a >.sf-sub-indicator {
    top:22px !important;
}
.sidebar-menu-first > ul > li > ul{
    overflow: hidden;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
/* .sidebar-menu-first > ul > li > a:before{
    content: '';
    position: absolute;
    left: 12px;
    top:15px;
    width:33px;
    height:33px;
    
}
.sidebar-menu-first > ul > li > a.yellow-link:before{
    background:url('../images/tax_icons-01.png') no-repeat 0 0;
    background-size: 100%;
    top: 22px;
}
.sidebar-menu-first > ul > li > a.blue-link:before{
    background:url('../images/tax_icons-02.png') no-repeat 0 0;
    background-size: 100%;
}
.sidebar-menu-first > ul > li > a.Green-link:before{
    background:url('../images/tax_icons-03.png') no-repeat 0 0;
    background-size: 100%;
}
.sidebar-menu-first > ul > li > a.purple-link:before{
    background:url('../images/tax_icons-04.png') no-repeat 0 0;
    background-size: 100%;
    top:19px;
}
.sidebar-menu-first > ul > li > a.red-link:before{
    background:url('../images/tax_icons-05.png') no-repeat 0 0;
    background-size: 100%;
    top: 20px;
} */

.contactreport-block a.contact_icon {
    width: 100%;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
table.annualreport-table {
    margin: auto;
    width: 50%;
    font-size: 16px;
    margin-top: 40px;
}
p.report-specility {
    width: 81%;
    margin: auto;
    margin-bottom: 26px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #647E9D;
    padding:20px 15px;
}
.report-specility span {
    float: right;
    color: #3379b7;
    margin-right: 5px;

}

/* gallery fancy box */

.speciality-video video{
    width:100%;
    height: auto;
}
span.report-icon {
   background:url('../svg/file.svg');
   background-size: 100%;
   width:30px;
   height:30px;
   display: inline-block;
   float: left;
}
.staff-toolkit #views_slideshow_cycle_teaser_section_toolkit-block_2 {
    height: 632px;
}
.pagecontent-format iframe{
  width:100%;
}
.iframe-youtube iframe {
  width: 66%;
}
.survey-iframe iframe{
  height: 3643px;
}

/* Form Css */
.right-sidebar .webform{
    margin-top:10px;
}
form label.control-label{
    color: #717687;
    font-weight: 500;
    font-size: 14px;
}
form .form-required:after{
    margin-left: 5px;
    top: -5px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    width:7px;
}
form .form-control{
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -webkit-box-shadow: 0px 8px 20px -10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 8px 20px -10px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 20px -10px rgba(0,0,0,0.1);
}
form input.form-control{   
    height: 45px
}
form .form-actions button{
    background: #0093b2;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    min-height: 60px;
    padding: 0 15px;
    font-size: 16px;
    min-width: 200px;
    margin-top: 15px;
    border: none;
    font-weight: 500;
    text-transform:capitalize;
}
form .form-control:focus{
    border-color: #0093b2;
}
form .form-actions button:hover,
form .form-actions button:focus{
    background: #017e99;
}
form .form-inline .control-label{
  margin-bottom: 5px;  
}
form.webform-submission-vehicle-registration-form .form-inline .form-control{
  width: 100% !important;
}
/* Location page */
.submission-section{
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 20px;

}

.submission-section h2{
    margin-bottom: 0;
    /*font-family: Gabriola;*/
    font-size: 30px;
    padding: 9px 20px;
    color:#ffffff;
    text-align: center;
}
.submission-section .subm-cont-inner{
    margin-top: 10px;
}
.submission-section .dk-os h2{
    background-color: #8cba4d;
}
.submission-section .dk-down h2{
    background-color: #0093b2;
}
.submission-section .view-header{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 80px;
}
.dk-box .view-content {
    padding-left: 10px;
    padding-right: 10px;
}
.dk-box .view-content .views-row{
    padding: 10px 0;
    float: left;  
    width: 50%;
}
.dk-box .view-content .views-row a{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #7b7b7b;
    position: relative;
}
.submission-section .view-content .views-row a::before{
    content: "\f046";
    display: inline-block;
    font-family:FontAwesome;
    font-size: 20px;
    line-height: 1;    
    margin-right: 10px;
}
.submission-section .dk-os .view-content .views-row a::before{
    color: #0093b2;
}
.submission-section .dk-down .view-content .views-row a::before{
    color: #8cba4d;
}
.location-video h2{
    text-align: left;
    /*font-family: Gabriola;*/
    font-size: 40px;
    color: #0093b2;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.location-video iframe{
    width: 100%;
}

/* location-section-row */
.location-topimg{
  text-align: center;
  margin-top: 30px;
}
.location-topimg img{
  width: 116px;
  height: auto;
}
.location-banner h1,
.location-topimg h1{
    text-align: center;
    font-size: 76px;
    margin-top: 50px;
    color: #8cba4d;
   /* font-family: 'Gabriola', sans-serif;*/
}
.location-section .view-content{
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}
.location-section .tax-office-adrs{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    color: #000;
    display: inline-block;
    width: 100%;
    margin: 0px;
    box-shadow: 0 0 13px rgba(123, 156, 164, 0.44);
    -webkit-box-shadow: 0 0 13px rgba(123, 156, 164, 0.44);
    -moz-box-shadow: 0 0 13px rgba(123, 156, 164, 0.44);
    line-height: 1.2;
    /*min-height: 727px;*/
    min-height: 540px;
    padding-bottom: 5px;
}
.location-section .tax-office-adrs .sitem{
    position: relative;
    margin-bottom: 15px;
}
.location-section .tax-office-adrs .sitem > img{
    width:100%;
}
.location-section .tax-office-adrs .sitem::before{
    content: '';
    background-color: rgba(0, 147, 178, 0.80);
    height: 100%;
    width: 100%;
    position: absolute;
}
.location-section .col-sm-4.views-row:nth-child(2) .tax-office-adrs .sitem::before{
    background-color: rgba(120, 190, 32, 0.80);
}
.location-section .col-sm-4.views-row:nth-child(2) .tax-office-adrs .views-field.views-field-field-office-address .field-content a{
    color:#8cba4d;
}
.location-section .tax-office-adrs .sitem:hover::before{
    background: none !important;
}


.location-section .tax-office-adrs .sitem h2{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0;
    /*font-family: Gabriola;*/
    font-size: 50px;
    font-weight: 500;
}
.location-section .tax-office-adrs .views-field.views-field-nothing{
    padding:0;
}
.location-section .tax-office-adrs .views-field.views-field-nothing .field-content{
    width: 100%;
    display: inline-block;
    float: none;
    clear: both;
    text-align: left;    
}
.location-section .tax-office-adrs .views-field{
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
}
.location-section .tax-office-adrs .views-field.views-field-field-office-address .field-content{
    width: 70%;
    display: inline-block;
    float: none;
    clear: both;
    text-align: left;
}
.location-section .tax-office-adrs .views-field.views-field-field-office-address .field-content a:hover{
    text-decoration: underline;
}
.location-section .tax-office-adrs .views-field .views-label{
    width:70%;
    float: left;
}
.location-section .tax-office-adrs .views-field .field-content{
    width: 30%;
    display: inline-block;
    float: right;
    text-align: right;
    font-weight: bold;
}
.location-section .tax-office-adrs .views-field.views-field-field-office-hours .views-label,
.location-section .tax-office-adrs .views-field.views-field-field-wait-list .views-label{
    width:auto;
}
.location-section .tax-office-adrs .views-field.views-field-field-motor-vehicle-offices-hour .field-content,
.location-section .tax-office-adrs .views-field.views-field-field-property-tax-office-hours .field-content,
.location-section .tax-office-adrs .views-field.views-field-field-office-hours .field-content,
.location-section .tax-office-adrs .views-field.views-field-field-wait-list .field-content{
    width:auto;
}
.location-section .tax-office-adrs .views-field.views-field-field-motor-vehicle-offices-hour .views-label,
.location-section .tax-office-adrs .views-field.views-field-field-property-tax-office-hours .views-label{
    width: 50%;
}

.path-location-and-wait-times .footer-wrapper{
    margin-top:0;
}
.contactreport-block .location-contact-btn a.contact_icon {
   font-size: 12px;
   margin-top: 20px;
   margin-bottom: 10px;
   position:relative;
   padding-left: 50px;
   max-width: 300px;
}
.location-contact-btn a.contact_icon.blue-btn::before {
  content: "\f46d";  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  left:-5px;
  position:absolute;
  top:0;
}
.location-contact-btn{
    clear: both;
    text-align: center;
    padding-bottom: 18px;
}
.location-contact-btn .field--name-body{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.location-contact-btn .col-sm-3 {
    width: auto;
    padding-left: 30px;
}
.location-contact-btn a:after{
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    display: inline-block;    
    left: -15px;
    top: -4px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    
}
.location-contact-btn a.blue-btn:after{
    background: url(../svg/clipboards.svg) no-repeat center center #ffffff;
    background-size: 25px;
}
.location-contact-btn a.green-button:after{
    background: url(../svg/verified.svg) no-repeat center center #ffffff; 
    background-size: 25px; 
}
.location-contact-btn a.purple-button:after{
    background: url(../svg/rotate.svg) no-repeat center center #ffffff; 
    background-size: 25px; 
}
.location-contact-btn a.pink-button:after{
    background: url(../svg/rotate_ref.svg) no-repeat center center #ffffff;
    background-size: 25px;   
}
/*for popup block*/
.field--name-field-pdf-files{
    margin-top: 20px;
    overflow: hidden;
}
#block-views-block-office-marker-map-block-1 {
   display: none;
}
/*for motor-vehocle-forms page*/
.inner-page-wrapper .motor-vehicles-frm{
    display: inline-block;
    width: 100%;
    /* margin-bottom: 20px; */
}
.inner-page-wrapper .motor-vehicles-frm ul{
  list-style: none;
  padding-left: 0;
}
.inner-page-wrapper .motor-vehicles-frm ul li{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    float: left;
}
.inner-page-wrapper .motor-vehicles-frm ul li > div{
    padding:15px 10px;
    width: 50%;
    float: left;
}
.inner-page-wrapper .motor-vehicles-frm ul li.motor-odd{
    background-color: #f1f1f1;
}
/*Bootstrap site alert-tb*/
html .alert.bs-site-alert.alert-warning{
    background-color: #f0c41b;
}
.alert.bs-site-alert{
    margin-bottom: 0;
    border: none;
}
/*For location and wait time page*/
.location-section .tax-office-adrs .views-field.views-field-field-renewals-average-wait-time,
.location-section .tax-office-adrs .views-field.views-field-field-tags-titles-average-wait-t,
.location-section .tax-office-adrs .views-field.views-field-field-dealers-tags-title-service,
.location-section .tax-office-adrs .views-field.views-field-field-taxis-limos-trailers-comme{
  display: none;
}
body .location-section .view-location-and-wait-time .view-content .views-row:first-child .tax-office-adrs .views-field-field-wait-list, 
body .location-section .view-location-and-wait-time .view-content .views-row:nth-child(2) .tax-office-adrs .views-field-field-wait-list{
  margin-top: 0;
}
.location-section .view-location-and-wait-time.view-id-location_and_wait_time > .view-content{
  display: none;
}
.location-section .view-location-and-wait-time.view-id-location_and_wait_time .tax-office-waitList{
  /*border: 1px solid #0093b2;*/
  overflow: hidden;
  margin: 10px auto;
  margin-top: 30px;
  /* max-width: 400px; */
  box-shadow: 0 0 13px rgba(123, 156, 164, 0.44);
  -webkit-box-shadow: 0 0 13px rgba(123, 156, 164, 0.44);
  -moz-box-shadow: 0 0 13px rgba(123, 156, 164, 0.44);
}
.location-section .view-location-and-wait-time.view-id-location_and_wait_time .tax-office-waitList iframe{
  border: 0px none;
  margin-left: 0px;
  height: 400px;
  margin-top: -25px;
  width: 100%;
}
.location-section .view-location-and-wait-time.view-id-location_and_wait_time .taxOffice-waitListNote span{
  font-weight: bold;
}
.location-section .view-location-and-wait-time.view-id-location_and_wait_time .taxOffice-waitListNote{
  margin-top: 20px;
}
/*Appointment calendar*/
#edit-field-appointment-slot-error.error{
  color: #FF0000;
  font-weight: normal;
}
/* New css */
.view-location-and-wait-time .location-topimg{
  width: 100%;
 display: inline-block;
}
.view-location-and-wait-time .location-topimg a{
  display: inline-block;
  padding: 15px 0px;
  /* width: 33%; */
}
.location-section .view-footer .taxOffice-waitList-iframe-box{
  padding-right: 5px;
  padding-left: 5px;
}
.location-section .view-footer .waitlist-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}
.location-section .view-footer .taxOffice-waitList-box-address{
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  color: #8cba4d;
  background-color: #F4F4F4;
  font-size: 16px;
}
.view-location-and-wait-time.view-id-location_and_wait_time .tax-office-waitList iframe{
  margin-top: 0px !important;
}
.appointments-wrapper .taxOffice-waitList-box-address{
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
} 
.appointments-wrapper .taxOffice-waitList-box-address p{
  /* margin-bottom: 0; */
  font-size: 16px;
  margin: 10px 0px;
}
.appointments-wrapper .location-banner {
  display: inline-block;
  width: 100%;
}
.view-footer .taxOffice-waitListNote p{
  max-width: 750px;
  margin: 0 auto;
}

.full-width{
    width:100%;
    padding-left:15px;
    padding-right: 15px;
}
/* Ridesgin css For Inner Page */
.inner-breadcrumb{
    background: #f1f1f1;
    padding: 0;
    border-bottom: 1px solid #d3d3d3;
}
.inner-breadcrumb .breadcrumb{
    padding:10px 0;
    margin-bottom:0;
    display: inline-block;
    background:transparent;
    border-radius: 0;
    font-size: 16px;
    color: #a2a1a1;
}
.inner-breadcrumb .breadcrumb > li + li:before{
    content:"\f105";
    font-family: "FontAwesome";
    color: #a2a1a1;
    padding:0 15px;
}
/* admin */
.contextual-region .contextual .contextual-links{
    white-space: normal;
}

.inner-header-banner .region-header-banner{
    position: relative;
}
.inner-header-banner .region-header-banner::before{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
}
.inner-header-banner img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: bottom;
}
.inner-page-wrapper .page-title{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.inner-page-wrapper .page-title h1{
    border-bottom: none;
    color:#eeeeee;
    font-size: 45px;
    font-weight: bold;
}
.inner-page-wrapper .inner-pageTitle .page-title{
  position: static;
}
.inner-page-wrapper .inner-pageTitle .page-title .container{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.inner-page-wrapper .inner-pageTitle .page-title h1{
  color: #0093b2;
}

.inner-page-wrapper .region-content .file > span{
    border: none;
    color: #ffffff;
    background: none;
    font-size: 16px;
    font-weight: 400;
   
}
.inner-page-wrapper .region-content .field--name-field-pdf-files .field--label{
    margin-bottom: 20px;
}
.inner-page-wrapper .region-content .file{
    background: #8cba4d;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding:0 20px;
    margin-bottom: 6px;
}
.inner-page-wrapper .region-content .file .file-icon{
    display: inline-block;
    width: auto;
    float: right;
    padding: 9px 0 0 0;
    margin-left: 1%;
    width: 3%;
}
.inner-page-wrapper .region-content .file .file-icon .glyphicon-file:before{
    content: '';
    background: url(../png/pdf-icon.png) 0 0;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 22px;
    height: 27px;
    display: inline-block;
}
.inner-page-wrapper .region-content .file .file-link{
    display: inline-block;
    width: 94%;
    padding: 10px 0;
}
.inner-page-wrapper .region-content .file .file-size{
    display: none;
}

/* FAQ field */
.field--type-faqfield .ui-widget{
  font-family: 'Open Sans', sans-serif;
}
.field--type-faqfield .ui-widget-content a{
  color: #0093b2;
}
.field--type-faqfield .ui-accordion .ui-accordion-header{
  background-color: transparent;
  color: #333333;
  padding: 12px 0;
  margin: 0;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}
.field--type-faqfield .ui-accordion .ui-accordion-content{
  border: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
.field--type-faqfield .ui-accordion .ui-accordion-header-active{
  border-bottom: none;
}
.field--type-faqfield .ui-accordion .ui-accordion-content-active{
  border-bottom: 1px solid #e5e5e5;
}
.field--type-faqfield .ui-accordion .ui-accordion-header:focus{
  outline: none;
}
.field--type-faqfield .ui-accordion-header-icon{
  float: right;
}
.field--type-faqfield .ui-icon, 
.field--type-faqfield .ui-widget-content .ui-icon{
  background: url(../svg/chevron-up.svg) 0 0;
  width: 20px;
  margin-top: 0;
}
.field--type-faqfield .ui-state-active .ui-icon, 
.field--type-faqfield .ui-button:active .ui-icon{
  background: url(../svg/chevron-down.svg) 0 0;
  width: 20px;
  margin-top: 0;
}

.faqfield-details{
    border-bottom: 1px solid #e5e5e5;
}
.faqfield-details .faqfield-question{
    position: relative;
    cursor: pointer;
    background-color: transparent;
    color: #333333;
    padding: 12px 0;
    padding-right: 20px;
    margin: 0;
    border: none;
    font-size: 18px;
    font-weight: 700;
}
.faqfield-details .faqfield-question:focus{
    outline: none;
}
.faqfield-answer {
    border: none;
    padding: 1em 2.2em;
    padding-top: 20px;
    padding-bottom: 30px;
}
.faqfield-question::after {
    content: '';
    background: url(../svg/chevron-up.svg) 0 0;
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    z-index: 99999999;
    right: 0;
}
.faqfield-details[open] .faqfield-question::after{
    background: url(../svg/chevron-down.svg) 0 0;
}

.cotanct-report{
  padding-bottom: 70px;
  padding-top: 35px;
}
.path-search .search-form .input-group .input-group-btn .btn{
  padding: 12px 12px;
}

/* For all events page */
.all-events-view .ehar-events-left{
  width: 25%;
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  float: left;
}
.all-events-view .ehar-events-center{
  position: relative;
  height: 140px;
  float: left;
  width: 75%;
  padding-left: 40px;
}
.all-events-view .head-x{
  font-weight: 600;
  font-size: 22px;
}
.ehar-timeline {
  font-weight: 600;
  font-size: 12px;
}
.text-three{
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-three a{
  color: #0093b2;
}
.all-events-view .ehar-events-center:before{    
  content: '';
  width: 1px;
  height: 121px;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  background-color: #d8d8d8;
  z-index: 10;
}
.all-events-view .ehar-events-in:after{
  content: '';
  height: 1px;
  width: 68%;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  background-color: #d8d8d8;
  z-index: 10;
}
.all-events-view .ehar-events-in{
  margin-top: 14px;
} 
.footer-block .block-gtranslate-block {
  float: none;
  margin-top: 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
}
.footer-block .block-gtranslate-block .gtranslate{
    max-width: 190px;
}

/* Video Gallery */
.video-gallery-block{
  margin-top: 30px;
  margin-bottom: 30px;
}
.video-gallery-block .block-title{
  font-size: 40px;
  color: #0093b2;
  font-weight: bold;
  margin-bottom: 30px;
}    
.video-gallery-wrap {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding: 15px;
}
.video-gallery-wrap .video-image img{
  width: 100%;
  height: auto;
}
.video-gallery-wrap .video-title{
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-gallery-wrap .video-button a.blue-link{
  margin-right: 15px;
}
  
/* Home page Press release section css start*/
/*.event-calendar.press-release-block .view-content{
    display: flex;
    flex-direction: row-reverse;
}*/
.event-section .event-calendar .press-release-grid .event-title a{
    color: #ffffff;
}
.event-section .event-calendar .press-release-grid .event-date-desc{
    color: #dbe1e8;
}
.press-release-grid{
    position: relative;    
}
.press-release-block{
    padding-top: 60px;
}
/* Home page Press release section css end*/

/* Sidebar event calendar CSS*/
.sidebar-event-calendar .fc-view-container>.fc-view>table{
    background:#FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sidebar-event-calendar table{ 
    background:#FFF;
}
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-next-button span:before,
.sidebar-event-calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-prev-button span:before{
    display: none;
}
.sidebar-event-calendar .fc-center{
    width: 100%;
}
 .sidebar-event-calendar .fc-head-container.fc-widget-header{
    border: none;
 }
 .sidebar-event-calendar .fc-row.fc-widget-header {
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border: none;
    color: #717687;
    font-size: 12px;
}

.sidebar-event-calendar .fc-scroller.fc-day-grid-container{
    overflow: visible !important;
    height: auto !important;
    
}
.sidebar-event-calendar .fc-unthemed td{
    border-color: transparent;
}
.sidebar-event-calendar .fc-unthemed th {
    border:transparent !important;
    font-family: Arial, Helvetica, sans-serif;
}
.sidebar-event-calendar table .fc-event-container .fc-content .fc-title {
    font-size: 10px;
}
.sidebar-event-calendar table .fc-event-container a{
    background-color:#8cba4d !important;
    border: #8cba4d;
}
 .sidebar-event-calendar .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #717687;
    padding: 0;
    height: 25px;
    line-height: 27px;
    float: none;
    text-decoration: none;
}
.sidebar-event-calendar .fc-day-top{
        text-align: center;
}

.sidebar-event-calendar .fc-unthemed td.fc-today{
    background: transparent !important;
}
.sidebar-event-calendar .fc-unthemed td.fc-today a{
    background: #8cba4d;
    border-radius: 50%;
    color: #ffffff !important;
    width: 25px;
}
.footer-top .gtranslate_wrapper.gt_container--wz96ug .gt_selector.notranslate{
    color: #0093b2;
    padding: 7px 12px;
    height: 43px;
    width: 100%;
    max-width: 190px;
    border: 1px solid #8cba4d;
    background: #fff;
}
.sidebar-event-calendar .fc-other-month.fc-future{
    /* display: none; */
}
.sidebar-event-calendar .fc-other-month.fc-past{
    /* visibility: hidden;
    cursor: none; */
}
.sidebar-event-calendar .fc-day-grid .fc-row:last-child{
    /* display: none; */
}
/* Sidebar event calendar CSS end*/
