/* Child Theme - Custom CSS File */

/*992 Commented out
/*@media(min-width:992px) {*/
/*    .container {*/
/*        width: 970px*/
/*    }*/
/*}*/

/* Line 1918 added nrw 12*/
.col-nrw-12{
     position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}


/* Line 2149 removed sm 4*/
    .col-sm-4,

/* Changed sm 4 width to 25%*/

.col-sm-4.col-sm-3 {
    width: 25%
    }

/* Added nrw 12 properties*/

    .col-md-12,
    .col-nrw-12 {
        float: left
    }

    .col-md-12,
    .col-nrw-12 {
        width: 100%
    }

/* Changed md 7 and 5 */

 .col-md-7 {
        width: 65%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 35%
    }

 @media(max-width:991px) {
    .col-md-9 {
        display: none !important
    }
 
    .col-sm-4 {
        width: 100%;
        position: relative;
        text-align: center;
        align-items: center;
        justify-content: center
    }
}
.center-logo {
    align-items: center;
    justify-content: center
}
 
@media(max-width:1230px) {
    .header .nav li a {
        padding: 12px !important
    }}
    
   

/* Changed head-banner to sub-banner */

 .sub-banner .detail {
        padding: 16px 0 20px 0
    }

    .sub-banner .detail h2 {
        font-size: 36px
    }

/* Changed appointment form width */

 .appointment-form .form .input {
        width: 100% !important
    }

    .appointment-form .form #textarea {
        height: 122px !important
    }

    .appointment-form .form span.input.input--kohana.message {
        width: 100% !important
    }

    .main-appointment-form .appointment-form .form .input {
        width: 100% !important
    }
    
 /* Not sure what this is for */

.sub-banner .detail h2 {
    font-size: 24px
    }
    
.sub-banner .detail {
    padding: 10px 0 14px 0
    }
    
   .sub-banner .detail ul li {
        padding: 0 16px 0 0;
        margin: 0 8px 0 0
    }



/* Added fonts and icons */

@font-face {
    font-family: 'Refreshment_Stand';
    src: url('../fonts/Refreshment_Stand.ttf') format('truetype'),
         url('../fonts/refreshment_stand-webfont.woff') format('woff'),
         url('../fonts/refreshment_stand-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'medical-guide-icons2';
    src: url('../fonts/medical-guide-icons2.eot?i3d158');
    src: url('../fonts/medical-guide-icons2.eot?i3d158#iefix') format('embedded-opentype'),
        url('../fonts/medical-guide-icons2.ttf?i3d158') format('truetype'),
        url('../fonts/medical-guide-icons2.woff?i3d158') format('woff'),
        url('../fonts/medical-guide-icons2.svg?i3d158#medical-guide-icons2') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon2-"],
[class*=" icon2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'medical-guide-icons2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon2-care:before {
    content: "\eab10";
}

.icon2-speech:before {
    content: "\eab11";
}

.icon2-healthcare:before {
    content: "\eab12";
}

.icon2-nurse:before {
    content: "\eab13";
}

.icon2-rating:before {
    content: "\eab14";
}

.icon2-medical-assistant:before {
    content: "\eab15";
}

.icon2-group:before {
    content: "\eab16";
}

.icon2-inclusive:before {
    content: "\eab17";
}

.icon2-house:before {
    content: "\eab18";
}

.icon2-physical-therapy:before {
    content: "\eab19";
}


@font-face {
    font-family: "medical-guide-icons";
    src: url("../fonts/medical-guide-icons.eot?z74vbr");
    src: url("../fonts/medical-guide-icons.eot?#iefixz74vbr") format("embedded-opentype"), url("../fonts/medical-guide-icons.ttf?z74vbr") format("truetype"), url("../fonts/medical-guide-icons.woff?z74vbr") format("woff"), url("../fonts/medical-guide-icons.svg?z74vbr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    color: #1F2022;
 
    font-weight: 600;
    overflow-x: hidden
}

h7 {
    font-family: "Raleway", sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
}

p {
    font-weigth: 600;
}



/* @ Media added 320 and TOPBAR changes */

@media(min-width:320px) {
    .col-md-5 {
        width: 65%
    }

    .col-md-7 {
        width: 35%
    }
}

.top-bar {
    background: linear-gradient(to right, #00457c 25%, #1c67bc 75%);
}

.top-bar .searchbar {
    max-width: 600px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #333;
    padding: 10px 0 10px;
    float: left;
    display: flex;
    align-items: center
}

.top-bar .text-note {
    font-weight: 400;
    font-size: 26px;
    font-family: Refreshment_Stand;
    color: #fff;
    padding: 5px 0 5px;
    float: left
}

.top-bar .get-touch {
    float: right;
    display: flex;
    align-items: center
}


.top-bar .get-touch li a {
    color: #fff;
    padding: 10px 10px;
    float: left
}


.top-bar .get-touch .social-icons li a {
    padding: 10px 10px
}

/* Changed 992 and others; commented out 768 */

@media(max-width:992px) {
    .top-bar .get-touch li a {
        display: none !important ;
        font-size:14px;
        padding: 10px 10px
    }

    .top-bar .searchbar {
        font-size: 13px;
        padding: 10px 10px
    }

    .top-bar .text-note {
        font-size: 26px
    }

    .top-bar .get-touch .social-icons li a {
        padding: 10px 10px
    }
}

@media(max-width:992px) {
    .top-bar .get-touch {
        display: none
    }
}

/*@media(max-width:768px){.top-bar{text-align:center}.top-bar .get-touch{display:inline-block;float:none;margin:0 0 -4px 0}.top-bar .get-touch li a{font-size:16px}.top-bar .searchbar{font-size:16px;float:none;border-bottom:1px solid #9fa3aa}.top-bar .text-note{font-size:26px;float:none;border-bottom:1px solid #9fa3aa}.top-bar .get-touch li{border-left:0}.top-bar .social-icons li:last-child{border-right:0}}*/
@media(max-width:560px) {
    .top-bar .searchbar {
        font-size: 14px
    }

    .top-bar .text-note {
        font-size: 26px
    }

    .top-bar .get-touch li a {
        font-size: 14px
    }

    .top-bar .social-icons li a {
        padding: 14px 7px
    }
}
/* Logo Changes */

#phc-logo {
    max-width: 300px
}

.logo {
    max-width: 300px;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0px
}

/* Height, background and color */

.header2 {
    min-height: 50px;
    background: #1c67bc;
    z-index: 6667;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header2.sticky {
    position: fixed;
    min-height: 76px;
    width: 100%;
    background: #1c67bc;
    top: 0;
    padding: 0;
    z-index: 99997;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header2.sticky .nav li:hover {
    background: #1c67bc;
    border-radius: 0;
    padding: 28px 0
}

#page .header a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -8px;
    background: url(../images/mob-menu.png) no-repeat center center;
    border-radius: 5px;
    z-index: 99999;
    right: 0
}

div#page {
    float: right;
    position: relative;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 615;
    font-size: 20px;
    text-transform: uppercase
}

.header {
    padding: 5px 0;
    min-height: 50px
}

.header .nav {
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 610;
    text-transform: uppercase;
    padding: 12px 12px
}

.header .nav li a{
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 610;
    text-transform: uppercase;
    padding: 12px 12px
}

.header .nav li a:hover {
    color: #fff;
    padding: 12px 12px
}

.header2 a.logo {
    display: block;
    padding: 5px 0;
    align-items: center;
    justify-content: center
}

/* All of this deleted */

/*.header-banner {
    box-shadow: rgba(126, 126, 126, 0.1) 0 10px 10px -10px;
    padding-top: 250px;
    background-position: center center;
    background-size: cover
}

.header-banner.no-banner-image {
    border-top: 1px solid #e6e6e6
}

.header-banner .banner-img {
    width: 100%
}

.header-banner .banner-content {
    background-color: #fff;
    padding: 24px 0 28px 0
}

.header-banner .banner-content h2 {
    font-size: 32px;
    margin: 0 0 10px;
    word-wrap: break-word;
    -ms-word-wrap: break-word
}

.header-banner .banner-content ul {
    margin-bottom: 0
}

.header-banner .banner-content ul li {
    float: left;
    background: url(../images/paging-arrow.png) no-repeat right 9px;
    padding: 0 20px 0 0;
    margin: 0 12px 0 0
}

.header-banner .banner-content ul li:last-child {
    background: 0
}

.header-banner .banner-content ul li a {
    color: #333
}*/

/* More changes*/

@media(max-width:992px) {
    .services-three .serv-sec {
        width: 100%
    }
}


.serv-sec.serv-list {
    border: -2px solid transparent;
    border-radius: 30px;
    margin-bottom: 50px
}

.serv-sec.serv-list .detail {
    padding: 12px
}

.sub-banner {
    max-height: 100%;
    overflow: visible
}

.sub-banner .banner-img {
    width: 100%
}

.sub-banner .detail {
    position: relative;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    padding: 0px 0 3px 0
}

.info-container {}

.info-container>h7 {
    display: flex;
    align-items: center;
    padding-top: 68px;
    float: left;
    margin-top: 60px;
    margin-right: 10px;
    position: absolute;
    z-index: 1000;
    color: #FFFFFF;
    text-transform: uppercase
}

.sub-banner .detail h2 {
    font-size: 32px;
    margin: 0 0 10px;
    word-wrap: break-word;
    -ms-word-wrap: break-word
}

.sub-banner .detail ul {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.sub-banner .detail ul li {
    float: left;
    background: url(../images/paging-arrow.png) no-repeat right 9px;
    background-size: 15px 9px;
    padding: 0 20px 0 0;
    margin: 0 12px 0 0
}

.sub-banner .detail ul li:last-child {
    background: 0
}

.sub-banner .detail ul li a {
    color: #333
}

.footer {
    background: linear-gradient(#00457c 10%, #1c67bc 90%);
    border-top: solid 6px #00457c
}

.footer-bottom {
    background: #00457c;
    padding: 16px 0
}

.widget_pearl_newsletter .form input[type=text] {
    background: #00457c;
}    

.make-appointment {
    background: #1c67bc
}

.main-appointment-form .appointment-form {
    width: 100%;
    display: inline-block;
    padding: 10% 3%
}

.main-appointment-form .appointment-form .form .input__field--kohana {
    margin: -1px 0 0 15px;
}

.main-appointment-form .appointment-form .form .input {
    width: 47%;
    margin: 8px 0.75%
}

.main-appointment-form .appointment-form .form span.input.input--kohana.message {
    width: 96%
}

.main-appointment-form .icon-center {
    margin: 35px 0 35px -130px
}

.services-content {
    padding: 45px 0 0px
}

.services-content .serv-sec .banner-img {
    border-top: 0px solid transparent;
    border-radius: 29px 29px;
    margin-bottom: 22px
}

.hovernow {
    border: 2px solid tranparent; 
    border-radius: 30px; 
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0); 
    transition: box-shadow 0.3s ease-in-out; 
}
  
.hovernow:hover {
    transform: scale(1.01); 
    box-shadow: 0 5px 15px rgba(28, 103, 188, 1.000) 
}

.content.site-pages {
    padding: 45px 0 90px 0
}

.detail-content blockquote {
    border-left-color: #00457c
}

.news-posts .share-post .social-icons a {
    padding: 7px 9px;
}

.news-posts .share-post .social-icons a.gp:hover {
    background: #eb6850;
    border: solid 1px #eb6850;
    color: #fff
}

.loader span:nth-child(3) {
    background: #1c67bc;
    z-index: 100
}

.color-switcher ul li a.light-blue {
    background: #1c67bc !important
}

.bgcolor-3 {
    display: none;
    background: #1c67bc;
    font-size: 14px;
    width: 100%;
    padding: 35px 0 60px 0
}

.input.full {
 
    #referral * {
        background-color: #1c67bc
    };
    #care * {

        background-color: #1c67bc
    };
    #insurance * {
        background-color: #1c67bc
    } 
}
  
.input.full .input__field--kohana { 
    padding-left: 0px !important 
}
 
.accordion .link {
    background: #1c67bc;
}

.make-appointment {
    background: #1c67bc
}



.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #1c67bc;
    color: #fff
}

.appointment-form .form span.input.input--kohana.message {
    width: 95%
}


.pearl-accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 50px;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #CCC;
    margin: -1px 0 0 0;
    position: relative;
    transition: all .4s ease
}

header {
    min-height: 80px;
    background: #fff;
    z-index: 6667;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header2 {
    min-height: 76px;
    background: #ffffff;
    z-index: 6667;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header2.sticky {
    position: fixed;
    min-height: 76px;
    width: 100%;
    background: #1c67bc;
    top: 0;
    padding: 0;
    z-index: 99997;
    border-bottom: 0
}

.header2.sticky .nav li:hover {
    background: #ffffff;
    border-radius: 0;
    padding: 28px 0
}

.header2.sticky .nav li {
    padding: 28px 0
}

#page header.sticky a {
    top: 14px;
    z-index: 99998;
    left: -40px
}

#page .header {
    position: absolute;
    z-index: 99998;
    color: #FFFFFF
}

header .sub-menu a:hover {
    background: #1c67bc !important;
    width: 100%;
    display: block;
    padding: 12px 12px !important;
    transition: background-color 0s ease
}


.test-form input[type=text] {
    width: 100%;
    padding: 0 12px;
    height: 48px;
    margin-bottom: 25px
}

.test-form input[type=submit] {
    width: 100%;
    margin: 0;
    padding: 14px 0;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    background-color: #434a5a;
    color: #fff
}

.test-form #ajax-loader {
    display: none
}

.test-form input[type=text] {
    padding: 0 12px;
    height: 48px
}

.test-form input[type=text],
.test-form textarea {
    border: solid 1px #b1b1b1
}

.test-form input[type=text]:focus .test-form textarea:focus {
    outline: 0
}

.test-form textarea {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    padding: 12px 12px
}


/* Blog Articles added 8.29.2025 */

.sidebar .title h5{
	background:#00457c;
}

.news-posts .news-sec .detail a.read-more{
    background-color:#00457c;
    color:#fff;
    text-transform:uppercase;
    display:inline-block;
    margin:15px 0 0 0;
    padding:14px 40px;
    font-family:"Raleway",sans-serif;
    font-weight:600;
    font-size:15px}

.wp-block-search__inside-wrapper{background:#00457c;padding:24px}

.wp-block-search .wp-block-search__button {
    width: 12%;
    float: right;
    padding: 10px;
    border: 0;
    margin-left: 0;
    color: #fff;
    background: #1c67bc;
    -webkit-background-size: 20px;
    background-size: 20px;}

.wp-block-search .wp-block-search__button:hover {
    background-color: #02adc6;
}    

.widget_search label{
    width:100%;
    margin-bottom:0
}

/* End Blog area*/



/* Additional CSS from Customizer */

.col-but{background:#1c67bc}

/* Columns for page 138 */

.col-md-5-2, .col-md-7-2
{position:relative;min-height:1px;padding-left:15px;padding-right:15px;float:left}

.col-md-5-2 
{width:65%}

.col-md-7-2
{width:35%}

@media(min-width:991px) {.col-md-5-2{width:60%}.col-md-7-2{width:40%}}

.col-md-5-2 {display:inline-block;text-align:center}

@media(min-width:460px) and (max-width:990px) {.col-md-7-2{width:340px;}} 

@media(max-width:459px) {.col-md-7-2{width:90%;padding:5px}}


.page-id-103 .text-center {text-align:left}

.page-id-103 .main-title h2:nth-child(1) {font-family: Source Sans Pro; color:#00457c}

.page-id-166 .fluid-width.content{padding-left: 20px; padding-right: 20px}

.page-id-166 .sub-banner{display: none}

/* .page-id-166 .header{border-bottom: 1px solid #f0f0f1} */

.page-id-166 .header {box-shadow: 0 0 8px 0 rgb(0 69 124 / 50%)}

.page-id-166 .main-title.white-color{padding-left:20px}

.page-id-166 .main-title h2:nth-child(1) {font-family: Source Sans Pro; color:#00457c}

.page-id-166 .main-title.white-color h2:nth-child(1) {font-family: Source Sans Pro; color:#fff}

.page-id-166 .container .vc_column-inner .wpb_wrapper .container{padding-left:0px;padding-right:0px}

.page-id-166 .services-three .serv-sec a {padding:5px 10px;}

.page-id-166 .services-three{margin-left:auto;margin-right:auto}

.page-id-166 .services-three .serv-sec{margin-left:auto;margin-right:auto;padding:40px 10px;}

/* .serv-sec.serv-list{border:5px #333333; border-radius:30px} */

.page-id-30 .wpb_single_image.vc_align_center h2{font-size:42px}

/* .page-id-30 .services-main-title h2{font-size:56px;} 
 */
.page-id-30 .vc_separator.vc_separator_align_center h4{font-family: Source Sans Pro; font-size:42px}

.page-id-30 .services-content .serv-sec .banner-img{border-top:0px solid transparent;border-radius:29px 29px 0px 0px; margin-bottom:22px}

.page-id-138 .appointment-form .form .input{width:100%}

/* @media(min-width:991) and (max-width:1201px) {.page-id-138 .appointment-form .form .input{width:100%}} */

.page-id-138 .make-appointment-two{padding-right:40px;padding-left:40px; padding-bottom:90px;}

@media(max-width:459px) {.page-id-138 .make-appointment-two{padding-right:5px;padding-left:5px; padding-top:10px;padding-bottom:90px;}}


.sub-banner .detail img{height:316px; max-width: 200%;display:flex;align-items:center;margin:auto}

.sub-banner .detail .olay{background:#1c67bc}

.page-id-362 .locations ol li{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin: 8px 3px;
padding: 12px;
background: #FAFDFE;
border: 1px solid #1c67bc;
border-bottom: 1px solid #1c67bc;
list-style-type: none	
}

.page-id-362 .locations ol {padding-inline-start:0px;
}

.page-id-362 .loc-accordion{
		background:#1c67bc;
		border-radius: 8px;
		box-shadow: 0 0 12px 0 rgb(0 69 190 / 50%)
}

.page-id-362 .loc-accordion .transition, ul li i:before, .page-id-362 .loc-accordion ul li i:after, p {
    transition: all 0.25s ease-in-out;
  }
  
  .page-id-362 .loc-accordion .flipIn, .page-id-362 .loc-accordion ul li, .page-id-362 .loc-accordion h1 {
    animation: flipdown 0.5s ease both;
  }
  
  .page-id-362 .loc-accordion .no-select, .page-id-362 .loc-accordion h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  

  
  .page-id-362 .loc-accordion h1, .page-id-362 .loc-accordion h2 {
    color: #ffffff;
  }
  
  .page-id-362 .loc-accordion h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3px;
    font-weight: 100;
		padding:10px;
  }
  
  .page-id-362 .loc-accordion h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    background-color: #1c67bc;
    margin: 0;
		padding:10px;
    cursor: pointer;
		list-style-type: none;
  }
  
  .page-id-362 .loc-accordion p {
    color:#fff;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 0px;
    z-index: 2;
		padding-left: 12px
  }
		button{
			background:#d11241;
			border: 0;
  		border-radius: 7px;
 	 		color: white;
  		padding: 12px;
  		position: relative;
  		right: 0px;
  		top: 0px;
}
		button:hover {
      background-color: rgb(0, 122, 255);
      transition: 0.3s;
  }


.gdpr-checkbox{color:#fff}

.appointment-form .form .select select[type=text]
.appointment-form .form .select textarea {
    color: #5c5c5c !important;
    resize: vertical
}


.main-appointment-form .appointment-form .input--kohana.down {width:96%;}

.main-appointment-form .appointment-form {padding-top:0px}

/* .page-id-521 .wpb_wrapper .main-title, h2 
		 {
			height: 100%;
			width: 100%;
			display:inline-block;
			background:#1c67bc;
			color:#fff 
		}
		*{
			padding:0px;
			margin:0px;
		} */


/* .page-id-557 .locations ol li{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin: 8px 3px;
padding: 12px;
background: #FAFDFE;
border: 1px solid #1c67bc;
border-bottom: 1px solid #1c67bc;
list-style-type: none	
}

.page-id-557 .locations ol {padding-inline-start:0px;
} */
.loc-accordion{
		background:#1c67bc;
		border-radius: 8px;
		box-shadow: 0 0 12px 0 rgb(0 69 190 / 50%)
}

.loc-accordion .transition, ul li i:before, .loc-accordion ul li i:after, p {
    transition: all 0.25s ease-in-out;
  }
  
.loc-accordion .flipIn, .loc-accordion ul li, .loc-accordion h1 {
    animation: flipdown 0.5s ease both;
  }
  
.loc-accordion .no-select, .loc-accordion h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  

  
.loc-accordion h1, .loc-accordion h2 {
    color: #ffffff;
  }
  
.loc-accordion h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3px;
    font-weight: 100;
		padding:10px;
  }
  
.loc-accordion h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    background-color: #1c67bc;
    margin: 0;
		padding:10px;
    cursor: pointer;
		list-style-type: none;
  }
  
.loc-accordion p {
    color:#fff;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 0px;
    z-index: 2;
		padding-left: 12px
  }
		button{
			background:#d11241;
			border: 0;
  		border-radius: 7px;
 	 		color: white;
  		padding: 12px;
  		position: relative;
  		right: 20px;
  		top: 0px;
}
		button:hover {
      background-color: rgb(0, 122, 255);
      transition: 0.3s;
  }
.loc-accordion p a:hover {
				color:#fff
}
  
.loc-accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
.loc-accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid #ffffff;
		list-style-type: none;
  }
.loc-accordion ul li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
.loc-accordion ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
.loc-accordion ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
.loc-accordion ul li:last-of-type {
    padding-bottom: 0;
  }
.loc-accordion ul li i {
    position: absolute;
    transform: translate(-16px, 0);
    margin-top: 22px;
    right: 0;
  }
.loc-accordion ul li i:before, .loc-accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 3px;
    height: 9px;
  }
.loc-accordion ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
.loc-accordion ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
.loc-accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }
.loc-accordion ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
.loc-accordion ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .page-id-557 .loc-accordion ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }

.page-id-557 .gdpr-checkbox{color:#fff}

.page-id-557 .main-title.text-center {text-align:left}

.page-id-557 .main-title.white-color {text-align:center}

@media(max-width:500px) {.site-buttons button:nth-child(1) { background: #d11241; width:100%}
.site-buttons button:nth-child(2) { background: #1c67bc; width:100%}
	.site-buttons button:nth-child(3) { background: #00457c; width:100%}} 


.page-id-550 .vc_btn3-container.vc_btn3-inline {width:100%; padding-bottom:20px; background:#1c67bc;border-radius:0px 0px 10px 10px}

.page-id-550 .container.main-heading-container {background:#1c67bc;border-radius:10px 10px 0px 0px}

.page-id-550 .site-btns {align-items:center}

.page-id-550 .main-title.white-color h2 {padding-top: 10px}

.page-id-574 .detail-content h4 {font-size:5px}



.page-id-1149 .main-heading-container .main-title h2, .page-id-521 .main-heading-container .main-title h2, .page-id-564 .main-heading-container .main-title h2, .page-id-566 .main-heading-container .main-title h2, .page-id-523 .main-heading-container .main-title h2, .page-id-568 .main-heading-container .main-title h2 {font-size:36px}

@media(max-width:767px) {.service-tiles {margin-top:20px}}

.page-id-99 .services-content .serv-sec .detail ul li{font-size:20px}

.wpb_single_image img.title{
display: none !important;
}

.input.down .input__field--kohana{ padding: 15px 15px}


/* End Additional CSS */

.row-header {
    min-height: 40px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
    justify-content: center
}

