@charset "UTF-8";
/*
Theme Name: Fulton Co Health Department
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/

/* CSS Document */
/*----------------------------------------------------------------------------- */
@font-face { font-family: 'AvenirBlack'; src: url('fonts/AvenirBlack.eot'); src: url('fonts/AvenirBlack.eot') format('embedded-opentype'), url('fonts/AvenirBlack.woff2') format('woff2'), url('fonts/AvenirBlack.woff') format('woff'), url('fonts/AvenirBlack.ttf') format('truetype'), url('fonts/AvenirBlack.svg#AvenirBlack') format('svg'); }
@font-face { font-family: 'Montserrat-bold'; src: url('fonts/Montserrat-Bold.eot'); src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-Light'; src: url('fonts/Montserrat-Light.eot'); src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-Regular'; src: url('fonts/Montserrat-Regular.eot'); src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }

:root{
--body-color: #333333;  
--header: #333333;
--primary-color: #454085;
--secondary-color: #8D4E4E;
--light-sky:#bedbf8;
--black-color:rgba(0, 0, 0, 1);
--white-color:rgba(255, 255, 255, 1);


--body-font: 'Montserrat-Regular';
--heading-font: 'Montserrat-bold';
--font-light: 'Montserrat-Light';
--avenir-font:'AvenirBlack'

}

/* ::selection{
color: var(--body-color);
background-color: var(--white-color);
} */

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size: 18px; color: var(--body-color); line-height: 30px; box-sizing: border-box; overflow-x: hidden;}
*, *:after, *:before {box-sizing: border-box;}

svg path{ transition: all 0.3s; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;color: var(--header); line-height:1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:80px;}
h2,.h2 {font-size:40px;}
h3,.h3 {font-size:32px;}
h4,.h4 {font-size:30px;}
h5,.h5 {font-size: 28px;}
h6,.h6 {font-size: 24px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px; }

/* Other Typo */
strong {font-weight: bold; color: #000; }
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.5s; display: inline-block; color:var(--primary-color); }



/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--heading-font) ; margin: 0 0 0 0;  padding:17px 45px;  border-radius:6px; background-color:var(--light-sky); border: 1px solid transparent; display: inline-block; vertical-align: middle;  font-size: 18px; color: var(--primary-color);
   line-height: 24  px; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 0;}


.button:hover:after, a.button:hover:after {width: 0%;}

.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--primary-color); border: 1px solid var(--primary-color);}

.button.button-border:after, a.button.button-border:after {border-radius:0; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--primary-color); z-index: -2; transition: all .35s}
.button.button-border:hover:after, a.button.button-border:hover:after {width: 0%;}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: var(--white-color); background-color: #0940E8; border-color: transparent; }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding:16px 24px; font-family: var(--body-font); font-size: 16px; background-color:#fafafa; letter-spacing: 0;width: 100%;color: rgb(56 60 72 / 70%);text-transform: none;filter: alpha(opacity=100);border: 0px solid #50D8FF;;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius:5px; line-height:180%; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color: rgb(51, 51, 51); ;opacity:1;} 
input:-moz-placeholder {color:rgb(51, 51, 51); ; opacity:1;} 
input::-moz-placeholder {color: rgb(51, 51, 51); ; opacity:1; } 
input:-ms-input-placeholder {color: rgb(51, 51, 51); ;opacity:1;} 
textarea::-webkit-input-placeholder {color:  rgb(51, 51, 51); ; opacity:1; } 
textarea:-moz-placeholder {color:rgb(51, 51, 51); ; opacity:1; } 
textarea::-moz-placeholder {color: rgb(51, 51, 51); ; opacity:1; } 
textarea:-ms-input-placeholder {color: rgb(51, 51, 51); ;opacity:1; }

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: right; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1658px; width: 100%; padding-left: 50px; padding-right: 50px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-6 {max-width: 50%;}
.col-12 {max-width: 100%;}

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}
.table {width: 100%;}

a.button-color{ background-color: #454085; color: var(--white-color); }

/* Sub_menu */
ul li ul.sub-menu { padding-left: 0; gap: 0 ; white-space: nowrap; background-color: var(--primary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); /* Hidden initially */ transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li{ padding: 10px 15px; display: block; border-bottom: 1px solid #fff; }
ul li ul.sub-menu li::before{ display: none; }
ul li ul.sub-menu li:last-child{ border-bottom: 0; }
ul li ul.sub-menu li a{ color: var(--white-color); text-align: left; display: block; text-shadow: none !important; }
ul li ul.sub-menu li a:hover{ color: #FFE388; }
ul li ul.sub-menu li a::before{ display: none; }
ul li ul.sub-menu li > ul.sub-menu { left: 103%; top: 5px; }



header{ position: sticky; top: 0; z-index: 1; }
.header_top{ background-color: #ffe388; padding: 9px 0; border: 1px solid rgb(185, 141, 0.4); }
.header_top .container{ display: flex; align-items: center; justify-content: space-between; }
label.Alert_icon{ font-size: 18px; font-family: var(--heading-font);   color: rgb(141, 78, 78); position: relative; padding-left: 33px; }
label.Alert_icon::before{ content: ''; position: absolute; left: 0; top: 3px; background-image: url(images/health-alert-icon.png); width: 27px; height: 24px; background-repeat: no-repeat; background-size: contain; }
.search_main{ display: flex; align-items: center; justify-content: flex-end;  gap: 10px; }
.search_main .button{ padding: 5px 24px; background-color: var(--primary-color); color: var(--white-color); }
.search_main input[type="search"]{ border-width: 1px; border-color: rgb(41, 94, 147); border-style: solid; border-radius: 6px; background-color: rgb(255, 255, 255); padding: 6px 24px 6px 35px;  color: rgb(51, 51, 51); background-image: url(images/search.png); background-position: 10px center; background-size: 20px; background-repeat: no-repeat;  }
.search_box{ position: relative; min-width: 492px;  } 
.search_box input[type="submit"].button{ position: absolute; right: 0; top: 0; cursor: pointer; height: 100%; }
.header_bottom{ padding: 9px 0; background: #FFFFFF 0% 0% no-repeat padding-box; box-shadow: 0px 3px 6px #00000029;}
.header_bottom ul li a{ font-size: 20px; line-height: 30px;   color: rgb(51, 51, 51); transition: all 0.35s ease;}
/* .header_bottom ul li a:hover { text-shadow: 0.2px 0 #707070, -0.2px 0 #707070, 0 0.2px #707070, 0 -0.2px #707070, 0 0 0.4px #707070; } */
.header_bottom ul li{ position: relative; }
.header_bottom ul li::before{ content: ''; position: absolute; right: -27px; border-right: 1px solid #333333; top: 50%; transform: translateY(-50%); height: 24px;  }
.header_bottom ul li:last-child:before{ display: none; }
.header_bottom .container{ display: flex; align-items: center; justify-content: space-between;  }
.header_bottom ul{ display: flex; align-items: center; justify-content: flex-end; gap: 54px; }
.header_bottom .header-logo { line-height: 0; }

.banner{ position: relative; background-image: url(images/background-image.png);  background-position: center; background-attachment: fixed; padding: 90px 0; background-repeat: no-repeat; }
.banner_content{ max-width: 1379px; font-size: 26px; }
.banner_content h1{  color: rgb(51, 51, 51);  font-size: 80px; padding-bottom: 13px; }
.banner_btn{ padding-top: 10px; display: flex; justify-content: flex-start; gap: 30px; }
.help{ padding: 50px 0; position: relative; text-align: center;
box-shadow: 0px -1px 3px #00000029;} 
.help::before{ height: 258px; content: ''; position: absolute; left: 0; top: 0; background: #EDF5FD 0% 0% no-repeat padding-box; width: 100%; }
.help .container{ position: relative; }
.help h2{ text-align: center; padding-bottom: 25px; }
.box_common{ display: flex; flex-wrap: wrap; margin: 0 -7px; }
.box_common .box_item{ max-width: 16.66%; width: 100%; padding: 0 7px; }
.box_common .box_item .box_item_box{ border-width: 1px; border-color: rgb(190, 219, 248); border-style: solid; border-radius: 9px; background-color: rgb(255, 255, 255); padding: 30px 30px 20px; font-family: var(--heading-font); color: rgb(51, 51, 51); display: block; height: 100%; line-height: 24px; }
.icon{  border-width: 1px; border-color: rgb(69, 64, 133); border-style: solid; border-radius: 50%; margin: 0 auto 15px; background-color: rgb(190, 219, 248); width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; }
.icon img{ width: auto; transition: all 0.3s; transform: matrix(0); }
.box_common .box_item .box_item_box:hover .icon img{  transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);  }
.form_help{ padding: 55px 0 0; }
.form_help h2{ padding: 0 0 10px; }
.form_inr{ display: flex; justify-content: space-between; gap: 60px; }
.form_div{ max-width: 50%; width: 100%; text-align: left; border-width: 1px; border-color: rgb(190, 219, 248); border-style: solid; border-radius: 9px; background-color: rgb(255, 255, 255); padding: 45px;}
.form_heading{ display: flex; align-items: flex-start; gap: 24px; }
.form_heading .form_icon{ width: 60px; height: 60px; line-height: 0; }
.form_heading .form_icon img{ width: 60px; height: 60px; object-fit: contain; }
.form_heading_title{ max-width: 85%; }
.form_heading_title h3{ padding-bottom: 10px; }

.common_sec{ background-color: #edf5fd; padding: 50px 0; }
.common_inr{ display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.common_inr .common_item{ line-height: 0; }
.common_item img{ border-radius: 9px; }
.common_item,.common_right{ max-width: 50%; width: 100%; }
.common_right h2{ padding: 0 0 12px; }
.common_right ul li,.box_sec ul li,.blue_sec ul li,.left_box_bottom ul li{ text-align: left; position: relative; padding: 0 0 30px 60px; }
.common_right ul li::before,.box_sec ul li::before,.blue_sec ul li::before,.left_box_bottom ul li::before{ content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 40px; background-image: url(images/check_mark.png); background-repeat: no-repeat; background-size: contain; }
.common_right ul li strong{ display: block; color: var(--body-color); font-size: 32px; font-family: var(--heading-font); padding: 0 0 10px; }

.emergancy_inr{ padding-top: 60px; display: flex; justify-content: space-between; gap: 60px; flex-wrap: wrap; }
.emergancy_item{ max-width: calc(50% - 30px); width: 100%;  border-width: 1px; border-color: rgb(190, 219, 248); border-style: solid; border-radius: 9px; background-color: rgb(255, 255, 255); padding: 40px 35px 20px 33px; display: flex; align-items: flex-start; gap: 20px; }
.emergancy_item .emergancy_content { width: 90%; }
.icon_img{ max-width: 76px; width: 100%; }
.emergancy_item h2{ padding: 0 0 10px; }
.accordion-item { max-width: 100%; width: 100%; overflow: hidden; transition: 0.7s ease-in-out; height: min-content; border-width: 1px; border-color: rgb(190, 219, 248); border-style: solid; border-radius: 9px; background-color: rgb(255, 255, 255); text-align: left; }
.accordion-header { position: relative; font-family: var(--heading-font); font-size: 18px; cursor: pointer; transition: 0.3s all; opacity: 1; text-align: left; padding: 15px 32px 15px 25px; background: transparent; border: 0px solid #191919; margin: 3px; border-radius: 6px; line-height: 26px; color: var(--header); }
.accordion-content { padding: 0px 30px 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-header::before {  content: ""; position: absolute; right: 20px; top: 27px; width: 10px; height: 10px; border-right: 2px solid rgb(51, 51, 51); border-bottom: 2px solid rgb(51, 51, 51); transform: translateY(-60%) rotate(-44deg); transition: transform 0.3s ease;}
.accordion-item.active .accordion-header::before { transform: translateY(-40%) rotate(-135deg); }
.faq_main{ display: flex; flex-direction: column; gap: 30px; }
.red_box{ padding: 18px 30px;  border-radius: 9px; background-color: rgb(141, 78, 78); color: var(--white-color); margin-bottom: 18px; }
.red_box strong{ display: block; padding: 0 0 5px; color: var(--white-color); font-family: var(--heading-font); }
.red_box ul{ padding-left: 20px; }
.red_box ul li{ position: relative; list-style-type: disc; }
.support{ padding: 60px 0 80px; position: relative; }
.support h2{ text-align: center; padding: 0 0 17px; }
.sky_blue_box{ padding: 48px 71px; text-align: center; border-radius: 9px; background-color: rgb(237, 245, 253); }
.sky_blue_box h3{ padding: 0 0 25px; }
.sky_blue_box ul{ display: flex; text-align: left; justify-content: space-between; margin: 0 -80px; }
.sky_blue_box ul li{ width: 50%; padding: 0 60px; border-right: 1px solid rgb(69, 64, 133); }
.sky_blue_box ul li strong,.location_inr .locaton_item .location_box strong{ color: var(--header); font-family: var(--heading-font); }
.sky_blue_box ul li:last-child{ border-right: 0; }
.sky_blue_box ul li a{ display: block; width: fit-content; margin-top: 25px; }

.Locations{ text-align: center; padding: 55px 0 70px; background-color: #295e93; } 
.Locations h2{ color: var(--white-color); padding: 0 0 31px; }
.location_inr{ display: flex; justify-content: center; flex-wrap: wrap; gap: 50px 0px; margin: 0 -36px; }
.location_inr .locaton_item{ max-width:33.33%; width: 100%; text-align: left; padding: 0 36px; }
.location_inr .locaton_item .location_box{  border-radius: 9px; background-color: rgb(237, 245, 253); padding: 35px; height: 100%; display: flex; flex-direction: column; }
.location_inr .locaton_item .location_box h3{ padding: 0 0 18px; }
.location_inr .locaton_item .location_box ul{ gap: 34px; margin-top: auto;}
.location_inr .locaton_item .location_box p{ margin-bottom: 15px; }
.location_inr .locaton_item .location_box ul li a{ min-width: 156px;  background-position: 35px center; background-repeat: no-repeat; background-size: 20px; transition: all 0.3s; } 
.location_inr .locaton_item .location_box ul li a.Call{ background-image: url(images/call.png); }
.location_inr .locaton_item .location_box ul li a.map{ background-image: url(images/location.png); background-position: 30px center;}
.location_inr .locaton_item .location_box ul li a:hover.Call{ background-image: url(images/cal-whitel.png); }
.location_inr .locaton_item .location_box ul li a:hover.map{background-image: url(images/location-white.png);}

.news h2{ padding: 0 0 35px; }
.support_inr { display: flex; justify-content: space-between; gap: 56px; }
.support_item{ max-width: 65%; width: 100%; }
.support_right{ max-width: 35%; width: 100%; text-align: left; }
.support_item .support_box { padding: 42px 0 17px; border-bottom: 1px solid rgb(69, 64, 133); display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; }
.support_item .support_box .support_content{ max-width: 70%; width: 100%; }
.support_item .support_box .support_content h3{ padding: 0 0 8px; }
.support_item .support_box h3 strong{ color: rgb(190, 219, 248); -moz-transform: matrix( 1.00010253807641,0,0,0.99592296872166,0,0); -webkit-transform: matrix( 1.00010253807641,0,0,0.99592296872166,0,0); -ms-transform: matrix( 1.00010253807641,0,0,0.99592296872166,0,0);}
.support_item .support_box:first-child{ padding-top: 0; }
.support_item a.button{ margin-top: 30px; }
.support_right .sky_blue_box{ text-align: left; padding: 30px; } 
.support_right .sky_blue_box h3{ padding-bottom: 8px; }
.support_right .sky_blue_box h4{ padding: 4px 0; font-size: 18px; }
.support_right .sky_blue_box ul{ display: block; margin: 0; }
.support_right .sky_blue_box ul li{ width: 100%; border-right: 0; padding: 10px 0; }
.support_right .sky_blue_box ul li a{ margin-top: 0; display: flex; align-items: center; justify-content: flex-start; gap: 20px; }
.support_right .sky_blue_box ul li a:hover{ color: #0940E8; }
.support_right .sky_blue_box ul li a img{ width: 32px; }

.faq{ padding: 60px 0; background-color: #edf5fd; }
.faq h2{ padding: 0 0 34px; text-align: center; }
.faq .faq_main{ gap: 30px 73px; flex-direction: row; flex-wrap: wrap; }
.faq .faq_main .accordion-item{ max-width: calc(50% - 36.5px); }

footer{ padding: 66px 0 28px; background-color: #1e1b4b; color: var(--white-color); }
footer *{ color: var(--white-color); }
footer .footer_logo a{ display: block; }
footer .footer_logo p:first-of-type{ margin-bottom: 5px; }
.footer_inr{ display: flex; justify-content: space-between; gap: 60px; padding-bottom: 56px; }
.footer_inr .footer_item{ max-width: fit-content; width: 100%; }
.footer_inr .footer_item ul li{ padding: 2px 0; }
.footer_inr .footer_item h3{ padding-bottom: 15px; }
footer .footer_logo p a:hover,.footer_inr .footer_item ul li a:hover,.footer_copyright a:hover{color: #50D8FF; }
a.red_button{ background-color: var(--secondary-color); color: var(--white-color); }
.footer_copyright{ border-top: 1px solid #3e38a0; border-bottom: 1px solid #3e38a0; padding: 19px 0; }
.footer_copyright .container{ display: flex; align-items: center; justify-content: space-between;  }
.footer_copyright p{ margin-bottom: 0; }

/* inner_pages */
.inr_banner{ padding: 30px 0; position: relative; background-image: url(images/background-image.png); background-position: center; background-repeat: no-repeat; border-bottom: 1px solid rgb(203, 203, 203); }
.common_inr_page{ padding: 50px 0; position: relative; }
.common_inr_page .container{ position: relative; }
.common_inr_div{ display: flex; justify-content: space-between; gap: 43px; }
.common_inr_div .left_div{ max-width: 55%; width: 100%; }
.common_inr_div .left_div h2{ padding: 0 0 15px; }
.common_inr_div .right_div{ max-width: 45%; width: 100%; line-height: 0; }
.common_inr_div .right_div img{ width: 100%; height: 100%; object-fit: cover; }
.left_box{ padding-bottom: 25px; }
.left_box_bottom{ padding:40px 0 0; }
.right_div_img { height: 100%;  border-width: 1px; border-color: rgb(190, 219, 248); border-style: solid; border-radius: 9px; overflow: hidden; }
.common_inr_page:before{ content: ''; position: absolute; height: 60%; background-color: rgb(237, 245, 253); width: 100%; bottom: 0; left: 0;   }

.box_sec{ padding: 50px 0; text-align: center; }
.box_sec h2{ padding: 0 0 8px; }
.screening_inr{ padding: 41px 0 52px; display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -21px; }
.screening_inr .screenig_item{ padding: 0 21px; max-width: 25%; width: 100%; } 
.screening_inr .screenig_item .screening_box{ text-align: left; padding: 35px 40px; line-height: 28px;  border-width: 1px; border-color: rgb(190, 219, 248); border-style: solid; border-radius: 9px; background-color: rgb(255, 255, 255); height: 100%; }
.screening_inr .screenig_item .screening_box p:last-child{ margin-bottom: 0; }
.screening_inr .screenig_item .screening_box p:first-child{ margin-bottom: 2px; }
.screening_inr .screenig_item .screening_box p strong{ font-family: var(--heading-font); color: var(--header); }

.box_sec .sky_blue_box{ text-align: left; }
.box_sec .sky_blue_box p:last-child{ margin-bottom: 0; }
.box_sec .sky_blue_box h2{ text-align: center; }
.box_sec .sky_blue_box ul{ margin: 0; display: block; }
.box_sec .sky_blue_box ul li,.blue_sec ul li,.left_box_bottom ul li{ padding-right: 0; padding-bottom: 30px; border: 0; font-size: 26px; width: 100%; max-width: 100%; }

.blue_sec{ padding: 50px 0; background-color: rgb(41, 94, 147); }
.blue_sec .blue_inr{ padding-left: 71px; }
.blue_sec h2{ text-align: center; padding: 0 0 20px; }   
.blue_sec *{ color: var(--white-color); }
.blue_sec ul li::before{ background-image: url(images/check_yellow.png); }

.next_box .screening_inr{ padding: 30px 0 20px; margin: 0 -28px; } 
.next_box .screening_inr .screenig_item{ max-width: 33.33%; padding: 0 28px; }
.next_box .screening_inr .screenig_item .screening_box{  text-align: center; display: flex; align-items: center; justify-content: center; /* font-size: 26px; line-height: 40px; */ }
.next_box .screening_inr .screenig_item .screening_box a,.next_box .screening_inr .screenig_item .screening_box strong{ font-family: var(--heading-font); color: var(--primary-color); }
.next_box .screening_inr .screenig_item .screening_box a:hover{ color: #50D8FF; }
.need{ font-size: 26px; line-height: 40px; }
.need h2{ padding: 0 0 30px; }
.need p:last-child{ margin-bottom: 0; }

.main_service::before{ height: 478px; }
.left_box_bottom p:last-child{ margin-bottom: 0; }

.health_service .screening_inr{ margin: 0 -28px; gap: 43px 0; }
.health_service .screening_inr .screenig_item{ max-width: 33.33%; padding: 0 28px; }
.health_service .screening_inr .screenig_item .screening_box{ display: flex; flex-direction: column;  }
.health_service .screening_inr .screenig_item .screening_box p:last-child{ margin-bottom: 0px; }
.health_service .screening_inr .screenig_item .screening_box h3{ font-size: 26px; padding-bottom: 5px; }
.health_service .screening_inr .screenig_item .screening_box strong{ display: block; }
.health_service .screening_inr .screenig_item .screening_box a{  margin-top: auto; font-family: var(--heading-font); color: rgb(69, 64, 133);}
.health_service .screening_inr .screenig_item .screening_box a:hover{ color: #50D8FF; }


/* def-page */ 
.def-page{padding: 50px 0;}
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 9px; position: relative; width: 100% ; height: auto;}
.def-page .left-img img{border-radius: 9px; position: relative; width: 100% ; height: auto;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6 { margin: 0 0 15px 0; font-family: var(--heading-font); padding: 0px; color: var(--header); }

.def-page h1{ font-size: 80px; line-height: 90px;} 
.def-page h2{ font-size: 40PX; line-height: 50px;}
.def-page h3{ font-size: 32px; line-height: 42px;}
.def-page h4{ font-size: 30px; line-height: 38px;}
.def-page h5{ font-size:28px; line-height:35px; }
.def-page h6{font-size: 24px; line-height: 32px;}

.def-page ul,.faq_page .accordion-content ul {margin: 0; padding-bottom: 15px; overflow: hidden; max-width: inherit; width: inherit; padding-left: 0; }
.faq .accordion-content ul li{padding: 8px 22px 12px 40px; position: relative;}
.def-page ul li, ul.col-2 li,ul.col-3 li { list-style: none; position: relative; padding: 8px 22px 8px 40px;}
.def-page ul li:before,ul.col-2 li:before, ul.col-3 li:before,.faq .accordion-content ul li::before  {content: ''; position: absolute; left: 0; top: 11px; width: 30px; height: 30px; background-image: url(images/check_mark.png); background-repeat: no-repeat; background-size: contain;  }
.def-page ol,.faq_page .accordion-content ol{padding-left: 0; padding-bottom: 15px;}
.def-page ol li,.faq_page .accordion-content ol li {list-style-type:none;counter-increment:item; padding: 5px 0; }
.def-page ol li:before,.faq_page .accordion-content ol li::before {display:inline-block; content: counter(item) ".";  padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li,ul.col-2 li{width: 50%;float: left; text-align: left;}
.def-page ul.col-3 li,ul.col-3 li {width: 33.33%;float: left; text-align: left;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 30px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block; padding: 70px 0px 80px; text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 16px;}
.thankyou {text-align: center;}
.thankyou h3 strong {font-size: 46px;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.fl{float:left}.fr{float:right}.cl,.clear,.clr,.social_share{clear:both}.clearfix:after{clear:both;display:block;visibility:hidden;content:""}
.def-page a { color: var(--primary-color); display: inline; }
.def-page a:hover { color:var(--body-color); }
.def-page strong { font-size: 20px; } 

.full_width { max-width: 100%; width: 100%; }

.common_sec .emergancy_item .emergancy_content .red_box p { margin-bottom: 0; }

.Locations_support { background-color: #fff; }
.Locations_support h2 { color:#000; }

.header_bottom nav ul li.current-menu-item>a, .header_bottom nav ul li.current-page-parent>a,footer ul li.current_page_item > a, .header_bottom nav ul li.current_page_parent > a,.header_bottom nav ul li.current-menu-ancestor > a,.header_bottom nav ul li.current-menu-item>a { color: #FFE388; }

.page-template-support-page .next_box .screening_inr .screenig_item .screening_box,.page-template-hub-page  .next_box .screening_inr .screenig_item .screening_box{    flex-wrap: wrap;}

.page-template-support-page  .screening_inr .screenig_item .screening_box ul,.page-template-hub-page  .next_box .screening_inr .screenig_item .screening_box ul { margin-top: 15px; }
.page-template-support-page  .screening_inr .screenig_item .screening_box ul li ul,.page-template-hub-page  .next_box  .screening_inr .screenig_item .screening_box ul li ul {margin-top: 20px;}

.faq_page h2{padding-top: 34px !important;}
.faq_page h2:first-child{padding-top: 0px !important;}

.faq_page .accordion-content ul{padding-bottom: 20px;}


/* pagination css */

.blog_pagination { width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; gap: 10px; }
.blog_pagination a:hover, .blog_pagination span.current { border-color: #000; color: #fff; background: var(--primary-color);}
.blog_pagination a, .blog_pagination span { text-decoration: none; border: 1px solid #BFBFBF; padding: 3px 5px; margin: 2px; }
.blog_pagination a, .blog_pagination span { text-decoration: none; border: 1px solid #000; padding: 0; font-size: 18px; color: #000; display: flex; align-items: center; margin: 0; border-radius: 4px; height: 38px; width: 38px; vertical-align: top; transition: all .4s ease-in-out; justify-content: center; }

.wp_pagination ul li a.previouspostslink,
.wp_pagination ul li a.nextpostslink{ position: relative; font-size: 0; }

.wp_pagination ul li a.previouspostslink::before{ content: ''; width: 10px; height: 10px; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg); transition: all .4s ease-in-out; display: block; }

.wp_pagination ul li a.nextpostslink::before{ content: ''; width: 10px; height: 10px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); transition: all .4s ease-in-out; display: block; }

.wp_pagination ul li a.previouspostslink:hover::before,
.wp_pagination ul li a.nextpostslink:hover::before{ border-color: #fff; }
.search_blog {padding: 50px 0;}
.search_blog h2{padding-bottom: 30px;}
.wp_pagination ul{ display: flex; justify-content: center; align-items: center; margin-top: 30px; gap: 7px; padding: 0; list-style: none; }

/* search input css */

.blog_search_btn form{ position: relative; width: 100%; padding-bottom: 30px; }
.blog_search_btn input[type="text"]{ border-width: 1px; border-color: rgb(41, 94, 147); border-style: solid; border-radius: 6px; background-color: rgb(255, 255, 255); padding: 6px 24px 6px 45px; color: rgb(51, 51, 51); background-image: url(images/search.png); background-position: 15px center; background-size: 20px; background-repeat: no-repeat; width: 100%; height: 56px; font-size: 18px; font-family: var(--body-font); outline: none; transition: all .4s ease-in-out; }
.blog_search_btn input[type="text"]:focus{ border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(41, 94, 147, 0.12); }
.blog_search_btn input[type="text"]::placeholder{ color: #9A9A9A; transition: all .4s ease-in-out; }

.blog_search_btn input[type="text"]:focus::placeholder{ opacity: .6; }

.footer_copyright ul{gap: 20px;}

.footer_copyright ul li{ position: relative; padding-left: 20px; }

.footer_copyright ul li::before{ position: absolute; content: ''; width: 2px; height: 22px; background: var(--light-sky); left: 0; top: 50%; transform: translateY(-50%); }

.footer_copyright ul li:first-child::before{ display: none; }

table caption+tbody tr:first-child td:first-child, table caption+thead tr:first-child th:first-child, table colgroup+tbody tr:first-child td:first-child, table colgroup+thead tr:first-child th:first-child, table tbody:first-child tr:first-child>td:first-child, table tbody:first-child tr:first-child>th:first-child, table thead:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
}

table caption+tbody tr:first-child td, table caption+tbody tr:first-child th, table caption+thead tr:first-child th, table colgroup+tbody tr:first-child td, table colgroup+tbody tr:first-child th, table colgroup+thead tr:first-child th, table tbody:first-child tr:first-child td, table tbody:first-child tr:first-child th, table thead:first-child tr:first-child th {
    background: #eee;
    color: #000;
}
table td, table th {
    padding: 15px 10px;
    line-height: 34px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background: #fcfcfc;
    color: #000;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table { width: 100%; border-collapse: collapse; border-left: 0; border-radius: 6px !important; }

.rental_about_inr{padding: 50px 0;}

.rental_room_left{margin-bottom: 40px;}

.rental_room_table_inr td a.button{ padding: 5px 24px;}

.rental_room_table_inr table tbody tr td{max-width: 33.33%; width: 100%;}

.box_sec ul li::before{width: 30px; height: 30px;}

.box_sec ul li { padding: 0 0 20px 40px; }
.box_sec ul.col-3 li { padding: 8px 0 20px 40px; }

.sky_blue_box ul li::before{width: 40px; height: 40px;}

.sky_blue_box ul li { padding: 0 0 30px 60px; }