/*
Theme Name: Taxfend
Theme URI: https://www.taxfend.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Taxfend
Author URI: https://www.taxfend.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

p img {
  padding: 0;
  max-width: 100%;
}
a img {
  border: none;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
div#wpadminbar {
  z-index: 999999 !important;
}
.admin-bar #myHeader {
  top: 32px;
}


.form_code {
    padding: 20px;
    border: 2px solid #1e7db7;
    border-radius: 20px;
}
.form_code label {
    display: block;
    font-size: 20px !important;
    color: #3f4a54;
    margin-bottom: 10px !important;
    font-weight: 500;
}

.form_code .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    outline: none;
    transition: 0.3s;
	color: #000;
}

.form_code textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100px;
}

.form_code .form-control:focus {
    border-bottom-color: #1e7db7;
}

.form_code .form-group {
    margin-bottom: 15px;
}

.form_code .default_btn {
    background: #1fb6c9;
    color: #fff;
    padding: 10px 15px !important;
    font-size: 13px !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.form_code .default_btn:hover {
    background: #159cad;
}

.inner_banner.About_page_banner .banner_text span {
    font-size: 19px;
    font-weight: 100;
}

.list_with_icon ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
}

.list_with_icon ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
}

.list_with_icon ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: #21dfff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

table {
      width: 100%;
    border-collapse: collapse !important;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

table thead {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
}

table th {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

table td {
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
}

table tbody tr {
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease;
}

table tbody tr:hover {
  background: #f9fafb;
}
table tbody tr:nth-child(even) {
  background: #f8fafc;
}

table tbody tr:last-child {
  border-bottom: none;
}
.team_sec .team_box .img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
	object-position: top;
}
.team_page_sec .img_box img{
    height: 270px;
	object-position: top;
}
@media screen and (max-width: 600px) {
    .team_sec .team_box .img img {
        width: 100% !important;
        height: 100% !important;
    }
}
@media (max-width: 767px){
    .team_page_sec .img_box img{
        height: 100% !important;
    }
}
.services_sec .services_box .overlay h4 {
	margin-bottom: 5px;
}
.services_sec .services_box .overlay p {
	margin-bottom: 5px;
}

footer .foo-address ul li a {
  
    text-transform: none !important;

}

.subtext h2{
	color: #000567 !important;
   
}


.call-btn{
   display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #14B5E7;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.call-btn:hover{
    background:#0ea4d1;
	 text-decoration: none;
}

.phone-icon{
    font-size:14px;
}

.call-btn_cta {
	text-align: center;
    margin-top: 30px;
}

.footer-location-box {
    padding: 0px 0;
    background: #fff;
}

.footer-location-box .row{
    display:flex;
    align-items:stretch;
}

.footer-location-box .col-md-8,
.footer-location-box .col-md-4{
    padding:0;
}

.footer-location-box iframe{
    width:100%;
    height:100%;
    min-height:592px;
    border:none;
    filter:grayscale(20%);
}

.footer-location-box .col-md-4{
    background:#ECF8FF;
    color: #fff;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hours-title{
      font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}

.hours-title:after{
  content: '';
    width: 60px;
    height: 3px;
    background: #21dfff;
    display: block;
    margin-top: 12px;
}

.hours-list{
    list-style:none;
    padding:0;
    margin:0;
}

.hours-list li{
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    font-size: 16px;
}

.hours-list span:first-child{
    font-weight: 600;
    color: #000;
}

.hours-list span:last-child{
        color: #000000;
}

.hours-list li:last-child{
    border:none;
}

@media(max-width:991px){

.footer-location-box .row{
    flex-direction:column;
}

.footer-location-box iframe{
    min-height:300px;
}

.footer-location-box .col-md-4{
    padding:40px 25px;
}

.hours-title{
    font-size:30px;
}

}

@media(max-width:767px){

.hours-list li{
    font-size:14px;
}

}
/* End Images */
