/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* Thank you page */
.contact-page .thank-you-message {
    text-align: center;
    padding: 50px 20px;
}
.contact-page .thank-you-message h2 {
    color: #2e6b3b;
    margin-bottom: 20px;
}
.contact-page .thank-you-message p {
    font-size: 18px;
    margin-bottom: 30px;
}
.contact-page .back-button {
    display: inline-block;
    padding: 10px 30px;
    background: #1f4e79;
    border: none;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 18px;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.showfooter {
    display: block !important;
}
/**20-07-2022**/
.top-banner {
  background: #f2f2f2;
  padding: 10px 30px;
  text-align:right;
}
.top-banner ul{
    margin:0px;
}
.top-banner ul li{
    list-style:none;
    display:inline;
    border-right: 1px solid #000;
    padding: 0px 10px;
    font-size:16px;
}
.top-banner ul li:last-child{
    border-right:0px;
}
.top-banner ul li img{
    max-width:35px;
}
.top-banner ul li.fax_number img{
   max-width:30px;
   margin-right:6px;
}
.top-banner ul li.phone_number a{
    color:#A52A2A;
    font-size:20px;
}
.top-banner ul li a{
    text-decoration:none;
    color:#131f3e;
}
.top-banner ul li a:hover{
    color:#A52A2A;
}
.header.header-full{
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.header.header-full::before, .header.header-full::after{
    display:none;
}
.header-full #logo{
    max-width:420px;
}
.header.header-full .menu{
    float:none;
}
.header.header-full li a{
    background:transparent;
    border-right:0px;
}
.main-banner-ac{
    background-size:cover;
    background-image:url('../Images/insurance gif/hand.jpg');
    padding: 20px;
    max-width: 100%;
    background-position:center center;
}
.main-banner-content{
    max-width:1300px;
    margin:0px auto;
}
.text-over-img {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  font-size: 38px;
  color: #002060;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  text-transform:uppercase;
}
.text-over-img-div{
    text-align:center;
    margin:30% auto 0px;
    font-size:30px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-weight:500;
}
.text-over-img-div p{
    background-color:#d6dce5;
    display:inline-block;
    margin:0px;
    padding:10px 20px;
}
.testimonial-container.google-testi{
    background:transparent;
    display:flex;
    flex-wrap:wrap;
    /*margin:40px auto;*/
    padding:0px;
}
.google-testi .carousel{
    box-shadow:none;
    margin-top:0px;
    width:calc(100% - 200px);
}
.google-testi .carousel-control{
    background:transparent;
    color:#000;
    font-size:55px;
}
.google-testi .carousel-control:hover{
    background:transparent;
    opacity:.8;
}

.google-testi blockquote{
    background-color: #f5f9f9;
    color:#000;
    font-style:italic;
    box-shadow:none;
    margin-top:0px;
    margin-bottom:0px;
    text-align: center;
}
.google-left .review-img img{
 max-width:250px;
}
.testimonial-container.google-testi:after, .testimonial-container.google-testi:before{
    display:none;
}
.google-left{
    width:100%;
    text-align:center;
    font-size:14px;
}
.google-left h2 {
    max-width: 324px;
    margin: 20px auto;
}
a.review-btn{
    padding: 10px 30px;
    font-size: 16px;
    background: #1f4e79;
    border: none;
    color: #fff;
    margin-top: 20px;
    border-radius: 3px;
    text-decoration:none;
    width: fit-content;
}
.sharereview {
    text-align: center;
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}
.sharereview a {
    text-align: center;
}
.google-left img{
    max-width:100%;
}
body .art-one-home-img{
    background-position:top center;
}

.art-text h2 {
  text-align: center;
  letter-spacing: 1px;
  color: #f2f2f2;
}
.art-text h8{
    color:#f49361;
    text-align:center;
    width:100%;
    display:block;
}
.art-one-home p{
    text-align:justify;
    padding-right:10px;
}
.btn-about{
    margin:0px auto;
    text-align:center;
}
.two-block-index {
  display: inline-block;
}
.foot-map-blocks{
    display:flex;
    justify-content:space-around;
}
.foot-map-blocks h4{
    color:#d9d9d9;
}
.foot-map-blocks .map-block{
    width:40%;
    padding-block-start:93px;
}
.footer-info{
    margin-top:40px;
    border-top:1px solid #626262;
}
.page-heading-inner{
    padding:20px;
    max-width:100%;
    text-align:center;
    background:#1f4e79;
}
.page-heading-inner h2{
    color:#fff;
    text-shadow:0px 2px 3px rgb(0,0,0,.25);
}
.testimonial-container.google-testi .carousel-bullet{
    color:#d9d9d9;
}
.heroSlider-fixed{
    position:relative;
}
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: black;
}

/* Custom Arrow */
.heroSlider-fixed .prev {
  color: #999;
  position: absolute;
  top: 38%;
  left: 0;
  font-size: 0;
  width:30px;
}
.heroSlider-fixed .prev img, .heroSlider-fixed .next img{
    width:30px;
    height:30px;
}
.prev :hover {
  cursor: pointer;
  color: black;
}
.heroSlider-fixed .next {
  color: #999;
  position: absolute;
  top: 38%;
  right: 0;
  font-size: 0;
  width:30px;
}
.heroSlider-fixed .next :hover {
  cursor: pointer;
  color: black;
}

#myHeader{
    display:none;
}
/** reviews **/
.slider {
            width: 80%;
            margin: 50px auto;
        }
        .slide {
            padding: 20px;
            background: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 10px;
            width: -webkit-fill-available !important;
        }
        .rating {
            color: #f2b600;
            
        }
        .slick-initialized .slick-slide{
            text-align:center;
        }
        
        @media screen and (max-width:767px){
                    .slide p {
                font-size: 14px;
            }
            
            .slide h3 {
                font-size: 16px;
            }
            
            .slick-dots li button {
                width:10px;
                height:10px;
                padding: 0px;
            }
            .rating{
                font-size:14px;
            }
            
            .slick-dots li button::before {
                font-size: 8px;
                left: -6px;
                top: -4px;
            }
            .slick-dots li {
                width: 10px;
                height: 10px;
            }
        }
        /** **/
.reviews-page .contact-form{
        background:#fff;
    }
    .reviews-page .contact-form .contact-content{
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*min-height: 100vh;*/
        padding: 40px;
        margin:30px auto;
        max-width:35%;
        border:2px solid #1f4e79;
        background:#f5f9f9;
    }

        .error,
        .astrik {
            color: red;
            font-size: 12px;
        }

        .success {
            color: green;
            font-size: 16px;
        }

        h1 {
            font-size: 2em;
            margin-bottom: .5rem;
        }

        .rate {
            display: inline-block;
            border: 0;
            direction: rtl;
        }

        .rate>input {
            display: none;
        }

        .rate label {
            float: right;
            cursor: pointer;
            color: #dfdbdb;
        }

        .rate>label:before {
            display: inline-block;
            font-size: 2em;
            padding: .3rem .2rem;
            margin: 0;
            font-family: FontAwesome;
            content: "\f005 ";
            color: inherit;
        }

        input:checked~label,
        .rate label:hover,
        label:hover~label {
            color: #f2b600;
        }

        input:checked+label:hover,
        input:checked~label:hover,
        input:checked~label:hover~label,
        .rate label:hover~input:checked~label {
            color: #f2b600;
        }
        .reviews-page .contact-form select, .reviews-page .contact-form input, .reviews-page .contact-form textarea{
            font-size:14px;
            border-radius: .25rem;
            border: 1px solid #ced4da;
        }
        .form-group.star-ratings {
            margin-bottom: 5px;
        }
        
        .form-group.star-ratings label {
            margin: 0px;
        }
        
        .form-group.star-ratings fieldset label {
            font-size: 10px;
        }
        
        textarea#description {
            resize: none;
        }
        
        @media screen and (max-width:992px){
            .reviews-page .contact-form .contact-content{
                max-width:50%;
            }
        }
        
         @media screen and (max-width:767px){
            .reviews-page .contact-form .contact-content{
                max-width:75%;
            }
            
        }
        
         @media screen and (max-width:400px){
             .g-recaptcha {
                 position:relative;
                 left:-29px;
             }
            .g-recaptcha iframe{
                transform: scale(0.80);
            }
        }

    .page-heading-inner {
    padding: 20px;
    max-width: 100%;
    text-align: center;
    background: #1f4e79;
}
.page-heading-inner h2 {
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0, 0, 0, .25);
}
      #review-form span.astrik{
          display:inline-block;
      }
/* th.sorting{
    width : 15% !important;
} */
th.sorting.review-description{
    width : 20% !important;
}
.all-rev-head{
   margin-top:30px;
}


.card-body{
      max-width: 82%;
    margin: auto; 
}

.pagination-rw{
  margin-top:20px;
}
.slider .slick-dots li button{
      width: 5px;
    height: 5px;
    padding: 5px;
}

.slider .slick-dots li{
    width: 15px;
    height: 15px; 
}

.slider .slick-dots{
  bottom : -37px;
}

.slider .slick-dots li button:before{
      line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
}

.all-rev-head h2,.reviews-slide h2 {
      font-weight: 600;
    color: #1f4e79;
}

table#reviews th {
    background: #1f4e79;
    color: white;
}
.reviews-page .contact-form.review{
    border-bottom:none;
}
.new-view .sharereview {
    row-gap: 0px;
}
.slick-dots li.slick-active button {
    background-color: white;
}
.new-view .prev{
    position: absolute;
    top: 43%;
    left: 5%;
}
.new-view .prev i{
    font-size: 25px;
    color: white;
}
.new-view .next{
    position: absolute;
    top: 43%;
    right: 5%;
}
.new-view .next i{
    font-size: 25px;
    color: white;
}

/** all reviews **/
        .reviews-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top:90px;
        }

        .review-box {
            border: 1px solid #ddd;
            /* border-radius: 8px; */
            padding: 15px;
            width: 80%;
            margin:0px auto;
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        }

        .review-box h3 {
            margin: 0 0 10px;
        }

        .review-box p {
            margin: 0 0 10px;
        }

        .review-box .rating {
            font-weight: bold;
        }
        .pagination {
            text-align: center;
            margin-top: 20px;
            justify-content: center;
            margin-bottom: 80px;
        }

        .pagination a {
            text-decoration: none;
            padding: 6px 12px;
            margin: 0 4px;
            border: 1px solid #ddd;
            border-radius: 4px;
            color: #333;
            font-size: 12px;
        }

        .pagination a.active {
            background-color: #1f4e79;
            color: #fff;
        }
        .all-rev-head h2 {
            margin-bottom: 40px;
        }
        .review-rating {
            display: flex;
            gap: 20px;
        }
        .review-box h3{
            font-size: 20px;
        }
        p.patient{
            text-align:center;
            font-size:20px;
            margin-bottom:0px;
            color:#a5a76c;
        }
/***Responsive medida***/
@media screen and (max-width:1024px){
    .text-over-img{
        max-width:100%;
    }
    
}

@media screen and (max-width:1032px){
   .foot-map-blocks{
       display:flex;
       flex-wrap:wrap;
   }
   .foot-map-blocks .map-block{
       width:100%;
   }
}

@media screen and (max-width:992px){
    .main-banner-ac{
        min-height:600px;
    }
    .text-over-img-div{
        margin-top:40%;
    }
    .foot-map-blocks .map-block {
      width: 100%;
      margin-bottom:20px;
        
    }
}

@media screen and (max-width:860px){
    .foot-map-blocks{
      flex-wrap:wrap;
    }
    .header.header-full {
    padding-right: 10px;
    padding-left: 10px;
}
}


@media screen and (max-width:1024px){
   .text-over-img {
    
    text-align:center;
    
}
}

@media screen and (max-width:767px){
    .main-banner-ac {
      min-height: 530px;
    }
    .footer-woodlands-section{
        text-align:center;
    }
    .google-left h2 {
    max-width: 100%;
    margin: 10px auto;
   }
   .all-rev-head {
        margin-top: 0px;
    }
    .all-rev-head h2{
        font-size: 23px;
        padding: 0px 10px;
    }
    p.patient{
        font-size:16px;
    }
    .review-box p{
        font-size:14px;
    }
    .review-box h3 {
        font-size: 15px;
    }
     .contact-form.add-posts .contact-content{
                max-width: 75%;
            }
}
@media screen and (max-width:574px){
    .header.header-full{
        flex-wrap:wrap;
        position:relative;
        flex-direction: column;
        gap: 20px;
        padding-top: 70px;
    }
    a.review-btn{
          max-width: 100%;
    display: block;
    font-size:14px;
    }
    .header-full #logo {
      max-width: 270px;
      position:absolute;
      top:5px;
      left:0px;
    }
    .header-full nav.nav {
      width: 100%;
    }
    .header.header-full .menu-icon{
        border:none;
    }
    .top-banner {
      padding: 10px 10px;
      text-align: left;
    }
    .top-banner ul {
      padding: 0px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .top-banner ul li{
        width:44%;
        margin-bottom:3px;
    }
    .top-banner ul li, .top-banner ul li.phone_number a{
        font-size:14px;
    }
    .top-banner ul li:nth-child(even){
        border-right:none;
    }
    .top-banner ul li img {
      max-width: 30px;
    }
    .top-banner ul li.fax_number img {
        max-width: 22px;
    }
    .foot-map-blocks{
        flex-direction:column;
    }
}
    .text-over-img{
        font-size:26px;
        line-height:1.6;
    }
    .main-banner-ac {
      min-height: 350px;
    }
    .text-over-img-div{
        font-size:20px;
    }
    .testimonial-container.google-testi{
        flex-direction:column;
        justify-content:center;
    }
    .google-testi .carousel{
        width: calc(100% - 0px);
    }
    .google-left{
        margin:0px auto;
    }
    .google-testi blockquote{
        margin-left:0px;
        margin-right:0px;
    }
    .testimonial-container.google-testi .carousel-control.prev {
      left: -13px;
    }
    .testimonial-container.google-testi .carousel-control.next {
      right: -13px;
    }
    .testimonial-container.google-testi .testimonial-name {
      text-align: center;
      padding-left: 0px;
    }
    .two-block-index p{
        text-align:justify;
    }
@media screen and (max-width:430px){
    .main-banner-ac {
      min-height: 300px;
    }
    .text-over-img{
        margin-top:0px;
    }
    .text-over-img-div {
      margin-top: 44%;
    }
}
@media screen and (max-width:390px){
    .text-over-img-div {
      font-size: 18px;
    }
    .text-over-img-div {
      margin-top: 50%;
    }
}
@media screen and (max-width:360px){
    .top-banner{
        padding-left:0px;
        padding-right:0px;
    }
    .top-banner ul li{
        width:auto;
    }
}


/* Booking button */

/* .bookingg { */
    /* background: #d0fbbe;
    position: fixed;
    top: 14%;
    z-index: 1;
    right: 2px;
    padding: 7px 10px;
    border-radius: 5px;
    display: flex;
    width: max-content; */
    /* height: 32px; */
/* } */

/* .booknow { 
    max-width: 170px;
    right: 20px;
    padding: 7px 20px;
    font-size: 14px;
    background: #1f4e79;
    border: none;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.booknow-M{
    margin-right: 6px;
} */