<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');



*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Lato', sans-serif;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	margin-bottom: 0px;
}
.container {
    max-width: 1202px;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after{
	display: none;
}
a, a:hover/*, a:focus*/{
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
button, button:hover, button:focus{
	outline: none;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}
p {
    color: #444444;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bio_details {
    color: #444444;
    font-size: 17px;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


.service_content p {
    font-size: 18px;
}
ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
}
/*======Some Margin &amp; Padding Class =====*/
.no_margin{	margin: 0; }
.no_padding{ padding: 0; }
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
/* margin-top */
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 70px;}
/* padding-top */
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
/* padding-bottom */
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
/* padding-left-rihgt */
.pr30{ padding-right: 30px;}
.pr40{ padding-right: 40px;}
.pr15{ padding-right: 15px;}
.pl30{ padding-left: 30px;}
.pl40{ padding-left: 40px;}
.pl15{ padding-left: 15px;}

b, strong {
    font-weight: 600;
}
/*header*/
.main-menu li {
    display: inline-block;
}
.header_section {
    height: 535px;
    background-position: center center!important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    padding-top: 38px;
}
.header_section:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    top: 0;
}
.main-menu li a {
    color: #fff;
}
.social_media li {
    display: inline-block !important;
    margin: 0px !important;
}
.social_media li a {
    color: #fff;
    padding: 0px 5px;
    font-size: 14px;
    text-transform: capitalize;
}
.contact_info li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 14px;
    font-size: 18px;
    font-weight: 300;
}
.contact_info li span, .contact_info li a {
    color: #fff;
}
.contact_info {
    text-align: right;
}
.btn_list a {
    display: block;
}
.slider_section {
    margin-top: -384px;
    position: relative;
    z-index: 2;
}
.slider_content {
    padding: 40px 40px 0;
}

.slider_content {
    background: #fff;
    height: 100%;
}
.logo img {
    width: 326px;
}
.btn_list a {
    display: block;
    background: #ebf8ec;
    margin-bottom: 17px;
    padding: 15px;
    color: #00a012;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
}
.btn_list {
    margin: 83px 0px 0px;
}
.about_content p {
    color: #444444;
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.slick-slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.single_slider {
    padding: 0px 0px 0px 0px;
    max-width: 570px;
    float: right;
}
.slick-dots li {
    background: #bee5c1;
    width: 14px;
    height: 14px;
    border-radius: 50px;
}
li.slick-active {
    background: #009d12;
}
/*.about_content a, .blog_list_content a {
    color: #009d12;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 20px;
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;
}   */
.slick-dots {
    bottom: -30px;
}
/*.about_content a:hover, .blog_list_content a:hover {
    color: #0082c8;
} */
.logo_list {
    margin: 0px;
}
.logo_list li {
    display: inline-block;
    margin-right: 56px;
}
.logo-section {
    margin-top: 50px;
}
.map_section {
    margin-top: 50px;
    background: #f8fdf9;
}
.map_content {
    margin: 0px 106px;
    padding: 73px 0px;
}
.table_section {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.table_section td {
    padding: 0;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
}
.map_content span {
    display: block;
    color: #9e9e9e;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.clicki_here {
    font-size: 17px !important;
    margin-top: 17px;
    color: #636363 !important;
    font-weight: 400;
}
.map_section p {
    font-weight: 700;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    max-width: 50%;
    color: #292929;
    margin-bottom: 0;
}
.map_content a, .bottom_text a {
    color: #00a012;
    font-weight: 500;
    font-size: 18px;
}
.map_content a:hover, .bottom_text a:hover {
    color: #0082c8;
}
.bottom_text {
    padding: 0px 50px;
}
.bottom_text h2 {
    font-family: 'Roboto', sans-serif;
    color: #00a012;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 300;
    max-width: 100%;
}
.bottom_text p {
    line-height: 1.25;
    color: #444444;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;


}
.footer_one {
    background: #262626;
    padding: 20px 0px;
}
.secton_two:before {
    position: absolute;
    content: '';
    background: url(../images/VetCor-Template-1-BG-green.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.secton_two {
    background: #ecfadc;
    padding: 80px;
    position: relative;
    z-index: -1;
}
.footer_one p {
    color: #b4b4b4;
    margin: 0;
    font-size: 16px;
}
.social_media_footer li {
    display: inline-block !important;
    margin: 0px !important;
}
.social_media_footer li a {
    color: #59c164;
    padding: 0px 9px;
    font-size: 20px;
}
.social_media_footer {
    margin: 0;
    text-align: right;
}
.footer {
    background: #393939;
    padding: 60px 0;
}
.footer p {
    margin-bottom: 25px;
    color: #b4b4b4;
    font-size: 16px;
}
.footer_btn a {
    display: block;
    text-align: center;
    margin-bottom: 14px;
    max-width: 241px;
    margin: 12px auto;
    padding: 12px 23px;
    background: #fff;
    color: #59c164;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.social_media_footer li a:hover{
    color: #2098D1;
}
.social_media li a:hover, .main-menu li a:hover {
    color: #bcdfff;
}
.blog_list_content svg {
    font-size: 13px;
    margin-left: 8px;
}
/*Meet our team */
.inner_header_section:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inner_header_section {
    position: relative;
    background-position: top center !important;
    background-size: cover !important;
}
.inner_logo {
    padding: 16px;
    position: relative;
    width: 225px;
}
.inner_logo img {
    position: relative;
    padding: 10px 0px 0px;
    max-width: 190px;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.inner_logo::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: -12px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    min-height: 120px;
    box-shadow: 0px 0px 13px 0px #777;
}
.header_logo_image {
    flex: 0 0 20%;
    max-width: 20%;
}
.header_nev {
    flex: 0 0 38%;
    max-width: 38%;
    padding: 0;
}
.header_social {
    padding: 0;
}
.page-title {
    padding: 80px 0px 50px;
}
.main {
    background-size: 100% !important;
    background-position: top center !important;
    margin-bottom: 100px;
    background-repeat: no-repeat !important;
}
.home_main {
    background-size: 100% !important;
    margin-top: -51px;
    z-index: 1;
    position: relative;
    padding-top: 170px;
    background-repeat: no-repeat !important;
    margin-bottom: 0;
}
.page-title h2 {
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
}
.team_pic img {
    border-radius: 5px;
}
.team_details {
    margin-top: 16px;
    margin-bottom: 60px;
}
.team_details p {
    font-weight: 300;
    color: #444444;
}
.team_details h3 {
    font-size: 24px;
}

/*Bio*/
.page-title p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 26px;
}
.bio_details p {
    font-size: 17px;
}
.hours_time span {
    display: block;
    font-size: 13px;
    color: #666666;
}
.hours_time .table_section {
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 24px;
}
.time_section {
    margin-top: 20px;
}
.hours_time h3 {
    margin-bottom: 20px;
    color: #6b6a6a;
}

/*Location*/
.location_details {
    margin-top: 55px;
}
.location_details_title {
    color: #6f6d6d;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    font-size: 35px;
}
.location_details p {
    font-size: 17px;
    margin-bottom: 18px;
    max-width: 60%;
    color: #444;
}
.big_map {
    margin-top: 80px;
}

/*Blog*/
.blog_listing li {
    display: table;
    margin-bottom: 50px;
}
.blog_listing li .blog_list_image {
    display: table-cell;
    vertical-align: top;
    width: 282px;
}
.blog_list_content {
    margin-left: 2em;
    margin-bottom: 4em;
}
.blog_listing li .blog_list_image img {
    border-radius: 7px;
}
.blog-content {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    font-weight: 400;
    color: #504e4e;
    max-width: 75%;
    margin-bottom: 18px;
}
.blog_list_content a {
    font-size: 17px;
}
.blog-designation {
    font-size: 20px;
    line-height: 44px;
    color: #7b7b7b;
    font-weight: 300;
}
.blog-title {
    font-weight: 500;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #5a5959;
}
.bio_details h4 {
    margin-bottom: 20px;
}
.service_sub_point {
    margin-left: 30px;
    margin-top: 20px;
}
.service_list li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 54px;
    left: 0;
    top: 6px;
}
.service_list li {
    position: relative;
    padding-left: 22px;
    margin: 20px 0px;
}
.service_sub_point li:before {
    top: 50%;
    transform: translateY(-50%);
}
.service_sub_point li {
    line-height: 40px;
    margin: 0;
}
.appointment_form p {
    font-size: 17px;
    margin-bottom: 17px;
    max-width: 570px;
}
.form_list label {
    font-size: 24px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.form_list .form-group input {
    height: 60px;
    border: 1px solid #ccc;
}

.form_list .form-group {
    width: 40%;
    display: inline-block;
    margin-right: 15px;
}
.ui-widget-content {
    width: 400px;
}
table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.ui-datepicker-calendar a {
    width: 100%;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    text-align: center;
    background: #6db33b;
    color: #fff;
    border-radius: 0px;
    border: none;
}
.ui-corner-all {
    padding: 3px 16px !important;
    border: none !important;
    font-weight: bold !important;
}
div#ui-datepicker-div {
    background: #fff;
    padding: 0px !important;
}
.ui-datepicker-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
}
table.ui-datepicker-calendar th {
    background: #4a7928;
    color: #fff;
    text-align: center;
}
.form_list .form-group select {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    color: #5d5c5c;
}
.form-group-text {
    width: 81.6%;
}
form.form_list [type=submit] {
    background: #ebf8ec;
    border: none;
    margin: 26px 0px;
    padding: 14px 60px;
    color: #00a012;
    text-transform: uppercase;
}
.pagination {
    position: relative;
    margin-top: 5em;
}
.prev a {
    background: #ebf8ec;
    padding: 10px 28px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    color: #00a012;
    cursor: pointer;
    z-index: 999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.prev a svg {
    vertical-align: text-top;
    margin-right: 8px;
}
.next a {
    background: #ebf8ec;
    padding: 10px 28px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    color: #00a012;
    cursor: pointer;
    z-index: 999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.next a svg {
    vertical-align: text-top;
    margin-left: 8px;
}
ul.pagination-bullate {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
ul.pagination-bullate li {
    display: inline-block;
}
.pagination-bullate li a {
    background: #ebf8ec;
    padding: 13px 27px;
    border-radius: 6px;
    color: #00a012;
    font-weight: bold;
}
.pagination-bullate li a:hover, .prev a:hover, .next a:hover {
    background: #00a012;
    color: #fff;
}
.prev a svg {
    vertical-align: middle;
}

/*News*/
.news_content {
    flex: 0 0 70%;
    max-width: 70%;
    float: left;
    margin-left: 2em;
}
.news_img {
    -ms-flex: 0 0 75%;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
    box-shadow: 1px 1px 12px #c3c3c3;
    border-radius: 8px;
}
.news_content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.news_img img {
    width: 176px;
    border-radius: 7px;
}


/*===== nav style ======*/
#fdw nav select, #fdwMob nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul, #fdwMob nav ul {
    display: block;
    z-index: 999999;
    text-align: right;
}
#fdw nav ul li, #fdwMob nav ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}
#fdw nav ul li a, #fdwMob nav ul li a {
    font-size: 22px;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize !important;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited, #fdwMob nav ul li a:link, #fdwMob nav ul li a:visited {
	color:#444;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active, #fdwMob nav ul li a:hover, #fdwMob nav ul li a:active {
	color:#e25d29;
	text-decoration:none;
}
#fdw nav ul li span, #fdwMob nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current, #fdwMob nav ul li.current {
    border-bottom: 2px solid #ffffff;
}
#fdw nav ul li.current a, #fdwMob nav ul li.current a {
	color:#e25d29;
	cursor: default;
}
#fdw nav ul li.current a span, #fdwMob nav ul li.current a span {
	background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a, #fdwMob nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0;
    padding: 15px 0px;
    background: #fff;
    border-top: none;
    display: none;
    z-index: 999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #d2cdd2;
    border-radius: 5px;
    transform: translateX(-50%);
}
#fdw nav ul li ul.sub_menu:before, #fdwMob nav ul li ul.sub_menu:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
#fdw nav ul li ul.sub_menu li.arrow_top, #fdwMob nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li, #fdwMob nav ul li ul.sub_menu li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
    line-height: 0 !important;
    display: block;
}
#fdw nav ul li ul.sub_menu li a, #fdwMob nav ul li ul.sub_menu li a {
    white-space: nowrap;
    width: 220px;
    padding: 0;
    text-transform: none !important;
    color: #080808 !important;
    line-height: 34px;
    font-size: 16px;
    font-weight: 300;
}
#fdw nav ul li ul.sub_menu li a:hover, #fdwMob nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent, #fdwMob nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover, #fdwMob nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
.mobile_header {
    display: none;
}
/*===================== end Header style ======================*/
.news_content a {
    color: #59c164;
    font-size: 17px;
}
.news_content svg {
    font-size: 15px;
    vertical-align: middle;
    margin-left: 5px;
}
.news_content a:hover {
    color: #6997c1;
}
.news_section li {
    margin-bottom: 65px;
    float: left;
}
.news_content small {
    font-size: 15px;
    color: #7b7878;
}
.news_content p {
    font-size: 17px;
}
.pagination_one {
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 860px;
    margin: 20px auto 0px;
}
a.next {
    position: absolute;
    right: 0;
    background: #ebf8ec;
    border-radius: 6px;
}
a.prev {
    background: #ebf8ec;
    color: #00a012;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
}
.next svg {
    margin-left: 7px;
}
.prev svg {
    margin-right: 7px;
}
.page_number li {
    display: inline-block;
}
.page_number {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 60%;
    margin: 0px auto;
}
.pagination_one a {
    color: #59c164;
    padding: 8px 16px;
    text-decoration: none;
}
ul.page_number li a {
    background: #ebf8ec;
    color: #59c164;
    font-weight: bold;
}
ul.page_number li a:hover, a.next:hover, a.prev:hover {
    background: #59c164;
    color: #fff !important;
}
.page_number li a {
    border-radius: 6px;
}
.left_panel {
    margin-top: 50px;
}
.service_section li span {
    display: table-cell;
    vertical-align: top;
}
.service_section li {
    display: table;
    margin-bottom: 41px;
}
.service_section li span img {
    border-radius: 5px;
    margin-right: 2em;
}
.service_content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}
.service_content a {
    color: #00a012;
    font-weight: 400;
    font-size: 18px;
}
.service_content a svg {
    font-size: 14px;
    margin-left: 5px;
}
.page-title svg {
    margin-right: 15px;
}
.page-title a {
    color: #59c164;
}
.news_details_image {
    margin-top: 39px;
}
.news_details small {
    font-size: 16px;
    color: #949393;
    margin-top: 30px;
    display: block;
}
.news_details p {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.news_details_image img {
    border-radius: 5px;
}

/*Home-1*/

.Home_one a {
    color: #2988ff;
}
.home_01 a:hover {
    color: #196ad0;
}
.home_01 a {
    color: #2988ff;
    font-weight: bold;
}
.home_01 .secton_two:before {
    position: absolute;
    content: '';
    background: url(../images/VetCor-Template-1-BG-blue.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.home_01 .bottom_text h2 {
    color: #2988ff;
}
.home_01 li.slick-active {
    background: #2986fc !important;
}
.home_01 .slick-dots li {
    background: #c7defc;
}
.home_01_footer ul li a {
    color: #7eb7ff;
}
.home_01_footer_two .footer_btn a {
    color: #2988ff;
}
.home_01_footer_two .footer_btn a:hover {
    color: #fff;
}
/*Home-1*/


/*Home-1-gray*/
.home_gray_slider a {
    background: #e6eceb;
    color: #587389;
}
.home_gray .secton_two:before{
    background: url(../images/VetCor-Template-1-BG-grey.png);
}
.home_gray a{
	color: #587389;
}
.home_gray li.slick-active {
    background: #647e83 !important;
}
.home_gray .slick-dots li {
    background: #c8d1d2;
}
.home_gray .bottom_text h2 {
    color: #587389;
}
.home_gray_footer ul li a {
    color: #9bb4b1;
}
.home_01_home_gray_ftwo a {
    background: #e6eceb;
    color: #587389;
}
.home_01_footer_two .footer_btn a:hover {
    color: #fff;
}

/*Home-1-gray*/

/*Home-1-brown*/
.home_brown_slider a {
    background: #f5ebdf;
    color: #db3e51;
}
.home_brown a {
    color: #db3e51;
}
.home_brown .bottom_text h2 {
    color: #db3e51;
}
.home_brown .secton_two:before{
    background: url(../images/VetCor-Template-1-BG-brown.png);
}
.home_brown_footer .social_media_footer li a {
    color: #db3e51;
}
.home_brown_footer .social_media_footer li a:hover {
    color: #ef596b;
}
/*Home-1-brown*/

/*Inner page*/
.inner_header_section #fdw nav ul li a {
    font-size: 22px;
    line-height: 42px;
    font-weight: 300;
}
.inner_header_section #fdw nav ul li {
    margin-left: 23px;
    margin-left: 20px;
}
.inner_header_section .contact_info a {
    font-size: 16px;
}

.res_header_two {
    flex: 0 0 80%;
    max-width: 80%;
}
.social_media {
    text-align: right;
    padding-top: 6px;
}
.social_media li:first-child a {
    border-right: 1px solid #fff;
    padding: 0px 15px;
}
.ph_number {
    display: block;
    text-align: right;
}
.ph_number a {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 5px 0px 0px;
}
ul.sub_menu li {
    padding: 0px 17px !important;
}
ul.sub_menu{
    text-align: left !important;
}
.home_header .desktop_navigation ul {
    text-align: left !important;
}
.home_header .desktop_navigation ul li {
    margin-right: 20px;
}
.home_header .desktop_navigation ul li a {
    line-height: 44px;
}


/*RESPONSIVE*/

@media only screen and (max-width: 1400px) {
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
    left: 127px;
}
#fdw nav ul li ul.sub_menu:before, #fdwMob nav ul li ul.sub_menu:before {
    left: 15px;
    right: inherit;
}
}
@media only screen and (max-width: 1210px) {
.about .container, .logo-section .container, .footer_one .container, .footer .container {
    max-width: 1109px;
}
.about_content p {
    font-size: 20px;
}
.map_content {
    margin: 0px 40px;
}
section.secton_two {
    padding: 45px;
}
}

@media only screen and (max-width: 1199px) {
.contact_info li {
    margin: 0px 4px;
}
.contact_info li span, .contact_info li a {
    color: #fff;
    font-size: 16px;
}
.home_main {
    padding-top: 6em;
}
.about {
    margin-top: 60px;
}
.map_content {
    margin: 0px 26px;
}
.bottom_text h2 {
    font-size: 17px;
    margin-bottom: 8px;
}
.bottom_text p {
    margin-bottom: 16px;
}
.slick-arrow {
    display: none !important;
}
.row {
    margin: 0px;
}
#fdw nav ul li.current, #fdwMob nav ul li.current {
    border-bottom: none;
}
.inner_header_section #fdw nav ul li {
    margin: 0px 7px !important;
}
.btn_list {
    margin: 55px 0px 0px;
}
.logo img {
    width: 100%;
}
.header_nev {
    padding: 0px 15px;
}
.inner_logo {
    width: 100%;
}
.inner_logo::before {
min-height: 90px;
}
.home_header .desktop_navigation ul li {
    margin-right: 11px;
}
}



@media only screen and (max-width: 1097px) {
    .inner_header_section #fdw nav ul li a {
        font-size: 16px;
    }
    .home_header .desktop_navigation ul li a {
        line-height: 44px;
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1025px) {
}
@media only screen and (max-width: 1024px) {
.secton_two {
    padding: 0;
    margin-bottom: 0;
}
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
    left: 0;
    transform: inherit;
}
#fdw nav ul li ul.sub_menu:before, #fdwMob nav ul li ul.sub_menu:before {
    text-align: left;
    left: 15px;
    margin: 0;
    top: -9px;
}
.contact_info li span, .contact_info li a {
    font-size: 14px;
}
.main-menu li a {
    margin-right: 13px;
    font-size: 14px;
}
.page-title {
    padding: 46px 0px 34px;
}
.page-title h2 {
    font-size: 30px;
}
.blog_list_content {
    margin-left: 3em !important;
    margin-bottom: 4em;
}
.service_content p {
    font-size: 17px;
}
.service_content a {
    font-size: 16px;
}
.about_content p {
    font-size: 18px;
    line-height: 29px;
}
.bottom_text {
    padding: 0px 2em;
}
.bottom_text h2 {
    font-size: 24px;
}
.logo img {
    width: 100%;
}
.btn_list {
    margin: 50px 0px 0px;
}
#fdw nav ul li a, #fdwMob nav ul li a {
    font-size: 16px;
}
.inner_logo {
    padding: 10px;
}
.inner_logo::before {
    min-height: 76px;
}
}

@media only screen and (max-width: 991px) {
    .main_navigation li a {
        line-height: 36px;
    }
header.header_section, .inner_header_section {
    display: none !important;
}
.responsive_mob {
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile_header {
    display: block !important;
}
.slider_section {
    margin-top: 0;
}
.slider_section .container {
    max-width: 100%;
    padding: 0px;
}
.slider_content {
    position: inherit;
}
.slider_content .logo {
    display: none;
}
.btn_list {
    margin: 0;
}
.main {
    margin-bottom: 0;
}
.single_slider {
    max-width: 100%;
    float: none !important;
    margin-top: 45px;
}
.slider_content {
    padding: 20px;
}
section.secton_two {
	padding: 0;
    margin-bottom: 0;
}
.table_section td {
    font-size: 14px;
}
.logo-section, .map_section {
    margin-top: 40px;
}
.home_main {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 0;
}
.logo-section {
    padding: 0px 16px;
}
.about {
    margin-top: 0;
}
.logo_list img {
    width: 100px;
}
.logo_list li {
    margin-right: 30px;
}
.mobile_header {
    position: relative;
}
.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: 
    #000;
    position: relative;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
button.responsive_nav.radius3 {
    background: transparent;
}
#fdw nav ul li, #fdwMob nav ul li {
    margin: 0px !important;
    border-top: 1px solid #ddd;  /* xigma 200723 */
}
 /* xigma 200723 */
.t101 #fdw nav ul li a, .t102 #fdw nav ul li a, .t103 #fdw nav ul li a, .t104 #fdw nav ul li a, .t101 #fdwMob nav ul li a, .t102 #fdwMob nav ul li a, .t103 #fdwMob nav ul li a, .t104 #fdwMob nav ul li a {
    color: #fff !important;
    width: auto;
    float: left;
    font-size: 18px;
}
 /* /xigma 200723 */
#fdw nav ul li span, #fdwMob nav ul li span {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 27px;
    height: 28px;
    margin: 0 0 0 3px;
    float: right;
    display: block;
    background: url(images/nav_arrow.png) no-repeat;
    font: 0/0 a;
    transform: translateY(-50%);
}
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
	width:100%;
}
#fdw nav ul li ul.sub_menu li a, #fdwMob nav ul li ul.sub_menu li a {
    width: 100%;
    padding: 0px 15px;
}
.main_navigation .mean-expand:before {
    position: absolute;
    height: 16px;
    width: 2px;
    content: "";
    background: #4abfb3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main_navigation .mean-expand:after {
    position: absolute;
    width: 18px;
    height: 2px;
    content: "";
    background: #4abfb3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main_navigation ul li a {
    padding: 2px 15px;
    border-top: none; /* xigma 200723 */
    width: auto; /* xigma 200723 */
    text-align: left;
    font-size: 14px;
    float: left; /* xigma 200723 */
}
.main .container {
    max-width: 100%;
}
.mobile_header {
    position: relative;
    padding: 14px;
}
.main {
  /*  background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;  */
}
.page-title {
    padding: 30px 10px 20px;
}
.time_section {
    margin-top: 0;
}
.hours_time {
    margin-top: 14px;
}
.location_details {
    margin-top: 36px;
    padding: 0px 16px;
}
.location_details_title {
    font-size: 30px;
}
.location_details p {
    max-width: 100%;
}
.table_section td {
    font-size: 16px;
    padding: 0px 0px;
}
.header.inner_header_section{
	display: none !important; 
}
.blog_list_content {
    margin-left: 0;
    margin-top: 30px;
}
.page-title h2 {
    font-size: 24px;
}
.pagination {
    display: none;
}
.blog_list_content {
    margin-left: 24px;
}
.blog_list_content {
    margin-left: 24px;
    max-width: 80%;
    margin-top: 0px;
}
.page-title p {
    margin-top: 9px;
    font-size: 23px;
}
.blog-content {
    font-size: 17px;
    line-height: 23px;
    margin-top: 12px;
    font-weight: 300;
    color: #2b2a2a;
    max-width: 100%;
}
.blog_list_content {
    max-width: 100%;
}
.logo img {
    width: 176px;
}
.map_content {
    padding: 35px 0px;
}
.main {
  /*  background: url('../images/mobile bg.jpg') !important;  */
  /*  background-size: 60% !important; */
  /*  background-repeat:repeat !important;  */
  /*background-repeat: no-repeat !important;*/   /* bfs */
}
}
@media only screen and (max-width: 950px) {
.single_slider {
    padding: 0;
}
.about_content p {
    line-height: 23px;
}
/*.about_content a, .blog_list_content a {
    font-size: 16px;
}  */
.logo_list li a img {
    width: 125px;
}
.clicki_here {
    max-width: 100% !important;
}
.bottom_text {
    padding: 24px;
}
.bottom_text h2 {
    font-size: 24px;
}
.bottom_text p {
    font-size: 16px;
    line-height: 22px;
}
.map_content a, .bottom_text a {
    font-size: 16px;
}
.footer p {
    font-size: 15px;
}
.news_content h2 {
    font-size: 25px;
    margin-bottom: 13px;
}
}

@media only screen and (max-width: 860px) {
	.home_gray_slider a {
    padding: 10px;
}

}

@media only screen and (max-width: 800px) {
#myGreenDIV, #myredDIV, .responsive_mob {
    flex: 0 0 100%;
    max-width: 100%;
}
div#myGreenDIV {
    order: 1;
    -webkit-order:1;
}
.single_slider {
    margin-top: 50px;
}
ul.slick-dots {
    display: block !important;
}
.location_details p {
    font-size: 16px;
}
.hours_time {
    margin-bottom: 30px;
}
.hours_time h3 b {
    font-weight: 700 !important;
}
.table_section td {
    font-size: 16px;
    padding: 4px 0px 0px;
}
.hours_time h3 {
    margin-bottom: 10px;
}
.blog-title {
    font-size: 23px;
}
.blog_list_content {
    margin-left: 2em !important;
    margin-bottom: 4em;
}
.news_details_image img {
    width: 100%;
}
.single_slider {
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    float: none !important;
}
.table_section td {
    font-size: 16px;
    padding: 0px 4px 12px;
    line-height: 22px;
    vertical-align: top;
}
}

@media only screen and (max-width: 767px) {
.single_slider {
    padding: 0;
    margin-top: 60px;
}
ul.logo_list li {
    display: block;
    margin: 57px 0px;
}
.logo_list {
    text-align: center;
}
.map_section {
    padding: 40px;
}
.table_section {
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 36px;
}
.bottom_text {
    padding: 50px;
}
section.secton_two .container {
    box-shadow: none !important;
}
.bottom_text h2 {
    font-size: 25px;
    margin-bottom: 14px;
}
section.footer_one .container, .footer .container {
    max-width: 100%;
}
.social_media_footer {
    margin: 0;
    text-align: left;
}
.footer_one {
    padding: 23px 0;
}
ul.social_media_footer {
    margin-top: 15px;
}
.footer_btn {
    float: none !important;
}
.footer {
    padding: 26px 0;
}
.footer_btn a {
    margin: 0;
    margin-bottom: 16px;
    max-width: 100%;
}
.slider_section .container {
    border-radius: 0px !important;
}
ul.slick-dots {
    display: block !important;
}
.map_content {
    padding: 0;
}
.map_content span {
    font-size: 14px;
    margin: 7px 0px;
}
.single_slider {
    margin-top: 30px;
}
#fdw nav ul li, #fdwMob nav ul li {
    line-height: 37px;
}
#fdw nav ul li a, #fdwMob nav ul li a {
    font-size: 15px;
}
.form_list .form-group, .form-group-text {
    width: 100%;
}
.page-title p {
    margin-top: 12px;
}
.team_pic {
    margin-bottom: 30px;
}
.blog-content {
    margin-bottom: 23px;
}

.map_section p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}
.table_section {
    margin-top: 20px;
}
.clicki_here {
    margin-top: 16px;
    margin-bottom: 20px !important;
    font-size: 15px !important;
}
.location_map iframe {
    height: 400px;
  /*  margin-top: 17px;  */
}
.page-title {
    padding: 50px 18px;
}
.page-title h2 {
    font-size: 28px;
}
.left_panel {
    margin-top: 0;
}
.news_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
}
.news_img img {
    width: 100%;
    border-radius: 7px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.news_content {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 50px;
}
.pagination_one {
    margin: 20px auto 30px;
}
.main {
  /*  background: url(../images/mobile bg.jpg) !important;
    background-size: 100% !important;  */
    /* background-repeat: repeat !important;  */
  /*  background-repeat: no-repeat !important;*/  /* bfs */
}
}

@media only screen and (max-width: 670px) {
	p.blog-content {
    margin-bottom: 13px;
}
.service_content p {
    font-size: 16px;
}
}

@media only screen and (max-width: 640px) {
.blog_listing li .blog_list_image {
    display: block;
}
.blog_list_content {
    margin-top: 0;
}
.blog_list_content {
    margin-left: 6em !important;
    margin-bottom: 4em;
}
.blog_list_content {
    margin-left: 0em !important;
    margin-bottom: 0;
    margin-top: 2em;
}
.map_content {
    margin: 0;
}
.about_content p {
    line-height: 29px;
}
}

@media only screen and (max-width: 575px) {
.blog_list_image img {
    width: 100%;
}
.blog_list_content {
    margin-left: 0px !important;
    margin-top: 35px;
}
.blog_list_content small {
    font-size: 17px;
    color: #908a8a;
    display: block;
    margin-bottom: 12px;
}
.blog-content {
    font-size: 17px;
    font-weight: 400;
}
.service_section li span {
    display: block;
    vertical-align: top;
    width: 100%;
}
.service_section li span img {
    border-radius: 5px;
    margin-right: 0;
    width: 100%;
}
.service_content p {
    font-size: 19px;
}
.service_content h2 {
    font-size: 30px;
    margin-top: 30px;
}
.service_section li {
    margin-bottom: 65px;
}
.news_details p {
    font-size: 16px;
}
}


@media only screen and (max-width: 480px) {
.bottom_text {
    padding: 30px;
}
.map_section {
    padding: 20px 0px;
}
.map_content span {
    font-size: 12px;
}
.slider_content {
    padding: 20px;
}
.footer_one p {
    font-size: 16px;
}
.blog_listing li .blog_list_image {
    display: block;
    width: 100%;
}
.bottom_text {
    padding: 30px;
}
.bottom_text h2 {
    font-size: 22px;
}
.map_section p {
    font-size: 16px;
}
.service_content p {
    font-size: 18px;
}
.pagination_one a {
    font-size: 12px;
}
.pagination_one a {
    padding: 8px 12px;
}
}

@media only screen and (max-width: 380px) {
.bottom_text h2 {
    font-size: 22px;
}
}</pre></body></html>