article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

/*
CUSTOM 5 GRID FOR LAP, DESKTOPs
*/
@font-face {
  font-family: 'helveticaneuemedium';
  src: url('../fonts/helveticaneue_medium.woff2') format('woff2'),
  url('../fonts/helveticaneue_medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: url('../fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeue-CondensedBold.otf')  format('opentype'),
  url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
  url('../fonts/HelveticaNeue-CondensedBold.ttf')  format('truetype'),
  url('../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-mont{
  font-family: 'Montserrat', sans-serif;
}
.text-black{
  color: #000;
}
.col-xs-15{
  position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 .col-xs-2 {
    width: 100%;
}

 .thirdcard {
   margin-top: 4px;
 }

.thirdcard .bullet {
  line-height: 1.2;
}

.tbackground {
  margin-top: 2px;
}
.gbg {color: #C62828;}
.fbg{color: #043865;}
.ybg{color:red;}
.material-icons{text-rendering:optimizeLegibility;}
.vertical-center{vertical-align:center!important;}
img.logo.absolute {height:55px!important;top:0;bottom:0;/*background:rgba(0, 0, 0, 0.23);*/margin-top: 10px;
margin-left: 10px;border: 1px solid #000;}
img.img-responsive.halffeatured {width: auto;}
.secondcard_images {height: 164px;}

@media (min-width: 320px) {
  .col-xs-15{width:100%;}
}
@media (min-width: 481px) {
  .col-xs-15{width:50%;}
  .row_header .col1{
  -webkit-flex: 0.24 !important; /* Safari 6.1+ */
    -ms-flex: 0.24 !important; /* IE 10 */ 
    flex:0.24 !important;
  }

}
@media (min-width: 768px) {
  .col-xs-15{width: 50%;}
  .row_header .col1{
    -webkit-flex: 0.17 !important; /* Safari 6.1+ */
    -ms-flex: 0.17 !important; /* IE 10 */ 
    flex:0.17 !important;
  }
}
@media (min-width: 992px) {
  .col-xs-15{width: 33.33333333%;}
  .row_header .col1{
    -webkit-flex: 0.13 !important; /* Safari 6.1+ */
    -ms-flex: 0.13 !important; /* IE 10 */ 
    flex:0.13 !important;
  }
}
@media (min-width: 1280px){
  .col-xs-15{width:25%;}
  .row_header .col1{
    -webkit-flex: 0.11 !important; /* Safari 6.1+ */
    -ms-flex: 0.11 !important; /* IE 10 */ 
    flex:0.11 !important;
  }
}
@media (min-width: 1281px){
  .col-xs-15{width:20%;}
  .row_header .col1{
    -webkit-flex: 0.08 !important; /* Safari 6.1+ */
    -ms-flex: 0.08 !important; /* IE 10 */ 
    flex:0.08 !important;
  }
}
@media (min-width: 1601px){
  .row_header .col1{
    -webkit-flex: 0.06 !important; /* Safari 6.1+ */
    -ms-flex: 0.06 !important; /* IE 10 */ 
    flex:0.06 !important;
  }
}
/* ----------- Nexes 5X landscape ----------- */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .col-xs-15{width:50%;}
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .col-xs-15{width:100%;}
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .col-xs-15{width:50%;}
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
}
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .col-xs-15{width:100%;}
}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .col-xs-15{width:50%;}
}
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .col-xs-15{width:100%;}
}
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .col-xs-15{width:50%;}
}
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
}
/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
  .col-xs-15{width:50%;}
}
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
}
/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
}
/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
}
/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .col-xs-15{width: 50%;}
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .col-xs-15{width: 33.33333333%;}
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {  
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
      .col-xs-15{width: 33.33333333%;}
}
/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
}
/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
}
/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
}
/* ----------- Asus Nexus 7 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {
}
/* Portrait */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
}
/* ----------- Kindle Fire HD 7" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {
}
/* ----------- Kindle Fire HD 8.9" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {
}
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}
/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}
/* ----------- Apple Watch ----------- */
@media
  (max-device-width: 42mm)
  and (min-device-width: 38mm) { 
}
/* ----------- Moto 360 Watch ----------- */
@media 
  (max-device-width: 218px)
  and (max-device-height: 281px) { 
}
body{background:#DBDBDB;}
body, html {overflow-x:hidden;}
h4{margin-bottom:0px;}
.dotsymbol{position:absolute;font-size:24px;top:-11px;}
.bullet{position:relative;clear:both;margin-bottom: 0px;}
img.featured {width:100%;/* height: 317px;*/}
img.halflogo {width: auto;height: 80px;margin: 0 auto;padding: 10px;margin-top: 10px;}
img.logosmall {height: 46px;width:auto;padding: 8px 8px;}
.title{font-size:100%;}
.tagline{height:75px;padding: 0px;}
.mbg{color: #fff;}
.head {background: rgb(51, 153, 204);min-height: 130px;}
span.dynamic_strings {
    font-size: 16px;
    word-break: normal;
    padding: 0px 10px;
    display: inline-block;
    margin-left: 2px;
}
.secondcard span.dynamic_strings {width: 100%;}
.thirdcard span.dynamic_strings {width: 100%;}
.maparea{padding: 0px;}
.social{margin: 0px;}
.addr{margin-bottom: 0px;}
.bname{
  font-size: 20px;
  font-weight: bold;
  color:rgb(51, 153, 204);
  margin-bottom: 10px;
}
.tag{
  font-size: 20px;
  font-weight: bold;
  color: rgb(51, 153, 204);
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 10px;
}
.more_link,.second_more_link{
    position: absolute;
    /*top: -18px;*/
    left: 0;
    /*padding: 5px;*/
   /* right: 0;*/
   /* margin: 0 auto;
    width: 36px;*/
/*    width: 30%;
    height: 0;
    border-bottom: 36px solid white;
    border-right: 40px solid transparent;*/
    background: #fff;
}
.more_link a,.second_more_link a{
  padding-top: 3px;
  padding-left: 5px;
}
.three_more_link {
    position: absolute;
   /* right: 0;*/
    /*left: 10px;*/
   /* top: -13px;
    margin: 0 auto;*/
    top: 0px;
    width: 30px;
        padding-right: 30px;
    padding-left: 12px;
    background: #fff;
}
.more_link a {
  color: #3399CC;
  display: inline-block;
}
.categoryname{
  font-size: 20px;
  font-weight: bold;
  color:rgb(51, 153, 204);
}
.more_text{width: 27px;margin-top: -2px;}
.categories a:hover {color: #af1e23;}
.active .categoryname{color: #af1e23!important;}
.break{
        margin-top: 20px;
        display: block;
        width: 20px;
        }
.logo_img{
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
  }
@media (max-width: 400px){
  img.logo_img {width: 100%;}
}
.nopad {padding:0px;}
.box{
  background: #fff;
  /*padding: 5px;
  box-shadow: 0px 1px 3px black;*/
  margin-bottom: 20px;
  border:2px solid #000;
  border-bottom: 2px solid;
}
.timingmenu {
  font: 15px/21px Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
 /* padding: 3px 5px 3px 5px;*/
  color: rgb(255, 255, 255);
  /*background-color: rgb(51, 153, 204);*/
}
.textsize{font-size:16px;}
.mobile{color:#fff;}
.mobilenumber{color:#000;}
/*iframe, object, embed {max-width: 100%;}*/
.mapcontent{
      font-size: 12px;
      word-break: break-word;
}
.secondcard {
    margin-top: 16px;
    padding-left: 16px;
}
.cardone{
    margin-top: 7px;
    margin-bottom: 11px;
}
@media (min-width: 320px) and (max-width: 480px){
  .cardone{
    clear: both;
    padding-top: 5px!important;
    margin-bottom: 20px !important;
  }
/*  .timingcard{margin-top: 30px;}*/
}
@media (min-width: 320px) and (max-width: 767px){
/*.timingcard{margin-top: 30px;}*/
.tag{  
    margin-top: 10px;
    margin-bottom: 0px;
    }
}
@media (min-width:1279px) and (max-width: 1600px){
  span.dynamic_strings {margin-left: 12px;}
.secondcard span.dynamic_strings {width:100%;}
.thirdcard span.dynamic_strings {
    /*width: 108%;*/
    padding: 0px 0px;    
    margin-left: 0px;
}
  .cardone{
    clear: both;
    margin-bottom:29px;
    margin-top: 12px;
  }
  .secondcard{

    margin-top: 6px;
    font-size: 100%;
    text-align: left;
  }
  .secondcard_images {height: 147px;}
  .nopad1{padding: 0px;}
  .space{padding: 0px;}
  .maparea{padding: 0px;}
  .mapcontent {
    font-size:small;
    word-break:normal;
    }
.timing{font-size:88%;}
.tag{padding:0px;}
}
@media (min-width: 1601px) and (max-width: 1850px){
  .cardone {
    margin-top: 13px;
    margin-bottom: 22px;
}
.secondcard span.dynamic_strings {width:100%;}
.thirdcard span.dynamic_strings {
    width: 100%;
    padding: 0px 15px;
    margin-left: 0px;
}
.threecard{margin-bottom: 32px;}
}
@media (min-width: 1851){
.thirdcard span.dynamic_strings {
    width: 100%;
    padding: 0px 15px;
    margin-left: 0px;
}
}
@media (min-width : 768px) and (max-width : 1024px) and (orientation:landscape) {
span.dynamic_strings {margin-left: 12px;}
.thirdcard span.dynamic_strings {
    width: 100%;
    padding: 0px 0px;
}
.secondcard span.dynamic_strings {width:100%;}
.cardone {
    margin-top: 22px;
    margin-bottom: 23px;
}
}
@media (max-width: 768px){
span.dynamic_strings {margin-left: 12px;}
.secondcard span.dynamic_strings {width:100%;}
.thirdcard span.dynamic_strings {
  width: 100%;
  padding: 0px 0px;
}
}
@media (max-width:991px){
.second_more_link {
    position: absolute;
    /*top: -18px;*/
    left: 0;
    /*padding: 5px;
    right: 0;
    margin: 0 auto;*/
    width: 36px;
}
.three_more_link {
    position: absolute;
    /*right: 0;*/
    left: 0px;
    top: 0px;
    /*margin: 0 auto;*/
    width: 30px;
}
/*.more_text{width: 25px;}*/
.more_link,.second_more_link{
  top: -2px;
  left: 6px;
}
}
.letter{
  padding:0px 11px;
}

.bold_text {
  font-weight: bold;
}
/*****************************************************************************/
             @media(max-width: 920px){
               .logo_name{font-size: 40px !important;}
            .mainPhoneNumber{font-size: 16px !important;margin-top: -15px !important;}
            }
        @media (max-width:1030px){
            .mainPhoneNumber{font-size: 16px !important;margin-top: -5px !important;}
            }
        @media(max-width: 760px){
            .mainLogo{width:50% !important;margin:0 auto;}
            .sponceredbyDiv{text-align:center;}
            .sponceredbyDiv img{margin:0 auto;}
            .logo_name{font-size: 55px !important;}
            .mainPhoneNumber{font-size: 16px !important;margin-top: -5px !important;text-align:center;}         
            }
            .logo_name{font-size: 70px;color: #fff;font-weight: 400;}
            .sponceredbyDiv{padding:18px;color:#fff;}
            .sponceredbyDiv img{width:65% !important;}
            .mainLogo{margin-top: 20px;}
            .mainPhoneNumber{color: #fff;font-size: 18px;margin-top: -20px;}
            .logo_name a{color:#fff;}
            .logo_name a:hover{text-decoration: none;color:fff;}
      .logo_name a:focus{text-decoration: none;color:fff;}

      a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.more_text1{width: 18px;}

body {
  overflow-x: hidden;
}

.logo_img {
  width: 350px;
}

#blog-landing {
  margin-top: 0px;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.white-panel {
  padding: 0px!important;
}

.white-panel .data {
  background: white;
  margin-bottom: 0px;
  box-shadow: none!important;
  
}

.data_elements {
  padding: 10px;
  /*min-height: 210px;*/
}

.temp_card1 {
  height: 400px;
  border: 1px solid black;
width: 100%;
  margin-bottom: 10px;
}
.temp_card2 {
  height: 250px;
  border: 1px solid black;
  width: 100%;
  margin-bottom: 10px;
}

.loading_icon {
  position: absolute;
  left: 45%;
  top: 20%;
}
 .logo_name a{color:#fff;}
            .logo_name a:hover{text-decoration: none;color:fff;}
      .logo_name a:focus{text-decoration: none;color:fff;}
 .logo_left span{
   color:#fff !important;
 }




/* Menu Icons Css Start*/
@media(min-width: 768px) and (max-width: 1024px){
  .icons .col-md-1{
    width: 16.66666667% !important;
  }
}
.icons{
  padding-bottom:30px;
}
/*.sponserd_link{
  display:none;
}*/
/* Menu Icons Css End*/
@media (min-width: 1281px) and (max-width: 1600px){
  .col-xs-15{width:25%;}
}
.navbar-fixed-top .container-fluid{
  box-shadow: 0px 1px 3px black;
}
@media (min-width: 991px){
  .flex_area{
    display: flex;
  }
}
.more_link, .second_more_link {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    padding-right: 24px;
    padding-left: 5px;
}

.timingmenu {
  font: 15px/21px Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
 /* padding: 3px 5px 3px 5px;*/
  color: rgb(255, 255, 255);
  /*background-color: rgb(51, 153, 204);*/
  /*background: #000;*/
}
.insurance_box{
/*  display: flex;
  justify-content: flex-end;
      height: 0;
    border-bottom: 34px solid #000;
    border-left: 31px solid transparent;*/
    width: 78%;
    float: right;
    background: #000;
}
.insurance_box::after{
  /*content: "";
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-right: 24px solid #000;
    border-top: 33px solid transparent;
    z-index: 9;*/
    /*background-image: url(../images/curv_img.png);
    height: 20px;*/
}
.curv_bg{
  position: absolute;
    left: -9px;
    height: 29px;z-index: 9999;
}
.second_more_link, .three_more_link{
  padding-top: 3px;
}
.spons_text{
  position: absolute;
    top: 20px;
    color: #fff;
    right: 4%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.spons_text img{
  width: 120px;
    display: block;
    margin-top: 5px;
}
@media (max-width: 599px){
  .insurance_box::after{
  /*  left: -22px;*/
}
.more_link{
  padding-left: 10px;
  padding-right: 10px;
}
.spons_text{
  top: 80px;
  font-size: 12px;
}
.spons_text img{
  width: 100px;

}
.curv_bg{
  z-index: inherit;
}
.second_more_link {
  padding-right: 40px;
}
}
.timingcard{
  background: #000;
  padding: 10px;
}
.title{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height:1.2;
}
.tag{
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
  padding: 0px 6px;
  min-height: 65px;
  line-height: 1.5;
}
span.dynamic_strings{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.logo_name a{
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.data_elements{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.bname{
  color: #702A61;
  text-transform: uppercase;
  margin-bottom:3px;
  margin-top:0px;
  display:inline;
  border-bottom:1px solid;
  font-weight:bold!important;
  line-height:1.5
}
.letters{
   font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.letter{
  margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.cards_display{
    margin-top: 50px;
}
.separator{
  margin-top: 42px;
}
.icons_style{
  width: 40%;margin:0 auto;margin-bottom: 10px;
}
.flex_area .nopad{
  flex:1;
      padding: 5px;
}
.word_space{
  padding: 0px 10px;
}
.local_name{
  font-weight: 700;font-family: 'Montserrat', sans-serif;font-size: 20px;
  margin-top: 35px;margin-bottom: 0px;
}
.category_name{
  color: #000;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.cardone span.dynamic_strings, .secondcard span.dynamic_strings, .thirdcard span.dynamic_strings{
  display: block;
  margin-left: 0px; 
    padding-left: 0px;
}
.greenClass{
  color:#004a88!important;
}
.greenClass:hover{
  color:#007ecb!important;
}
.contact_form_section{
border-top: 2px solid #000;
    padding-top: 40px;
}
.form-horizontal .control-label{
text-align:left;
}
.contact_form_section .form-control{
    color: #000;
    border-radius: 10px!important;
    background-color: #E1E1E1;
    background-image: none;
    border: 1px solid #7d7373;
}
.form-control::-webkit-input-placeholder { color: #3C3C3C; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #3C3C3C; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #3C3C3C; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #3C3C3C; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #3C3C3C; }  /* Microsoft Edge */
.btn_style{
    color: #fff;
    background-color: #007ecb;
    border-color: #007ecb;
    padding: 6px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left:4px;
}
.btn_style:hover{
 color: #fff;
    background-color: #007ecb;
}
.placeBorder-today{
border-right:1px solid #000;
}
@media (max-width:599px){
.placeBorder-today{
border-right:0px solid #000;
}
.tag{
  font-size: 20px;
  min-height: 25px;
}
}
.see-above-link{
  cursor:pointer;
}
.data_elements h4{
margin-top:0px;
font-weight:600;
}
@media (min-width:1200px){
.contact_form_section .col-sm-2{
 width: 13.1%;
}
}
.see-above-link{
color:#007ecb}
.placeBorder-today.X{
min-height:115px!important;
}
#backtoTop {
  display: inline-block;
  background-color: #DEC798;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 80px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtoTop::after {
  content: "\f102";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtoTop:hover {
  cursor: pointer;
  background-color: #DEC798;
}
#backtoTop:active {
  background-color: #DEC798;
}
#backtoTop.show {
  opacity: 1;
  visibility: visible;
}
/*************************************************** New Styles ****************************************************/
.bg-white{
  background: #fff;
}
.categories_list_section{
  background: #fff;
}
.categories_section .categories_head{
  margin: 0;
  background: #E8D9D6;
  padding: 5px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #000;
}
.categories_section .categories_head .localname{
  font-family: 'Yellowtail', cursive;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 500;
  padding: 0px 3px;
  padding-left: 0;
}
.half-triangle-shape{
  width: 0;height: 0;border-bottom: 36.5px solid #004A88;border-left: 34px solid #fff;position: absolute;left: 26px;
}
.resource_link_text{
  font-style: italic;font-weight:bold;font-size:20px;margin-top: 15px;margin-bottom: 25px;
}
.resource_link_text_bottom{
  font-style: italic;font-weight:bold;font-size:20px;margin:20px 0px 40px;
}
.title_section {
  background: #000;
  padding: 8px 0px;
  text-transform: uppercase;
}
.title_section .flex_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_section .slogan {
  color: #fff;
  display: block;
}
@media (max-width:767px){
  .resource_link_text{
    font-size:17px;margin-top: 10px;margin-bottom: 13px;
  }
  .title_section {
    padding: 4px 0px;
    text-align: center;
  }
  .title_section .flex_area {
    display: block;
    text-align: center;
  }
  .title_section .slogan {
    font-size: 15px;
      display: inline-block;
  }
}
.resource_link_text a{
  color: #007ecb;
}
.sidebar_menu{
  background: #EFE7D7;
}
.sidebar_menu .localname{
  font-family: 'Yellowtail', cursive;
  font-size: 46px;
  margin-bottom: 0px;
  line-height: .8;
}
.sidebar_menu .web-list {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  text-transform: lowercase;
}
.business_name{
  background: #702A61;
  padding: 2px 8px;
  border: 2px solid #000;
  border-bottom: 0px;
}
.business_name a{
  color: #fff;
}
.contact_form_section{
  background: #fff;margin-top: 40px;padding-top: 10px;border: 0px;
}
.p-0{
  padding: 0px;
}
.bt-2px{
  border-top: 2px solid;
}
.p-15{
  padding: 15px;
}
.mb-40{
  margin-bottom: 40px;
}
.mt-10{
  margin-top: 10px;
}
.mt-30{
  margin-top: 30px;
}
.pt-40{
  padding-top: 40px;
}
.w-100{
  width: 100%;
}
.clear-both{
  clear: both;
}
.pt-1em{
  padding-top: 1em;
}
.pt-3em{
  padding-top: 3em;
}
.my-1px{
  margin: 1px 0px;
}
.pb-1px{
  padding-bottom: 1px;
}
.text-center{
  text-align: center;
}
.pt-100{
  padding-top: 100px;
}