/*!
Theme Name: MedWeb360 2025
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "DM Sans", sans-serif;font-weight: 500;color:#666;font-size:17px !important;line-height: 1.6; letter-spacing: -0.5px;}
 
h1,h2,h3,h4,h5,h6{font-family: "DM Sans", sans-serif;font-weight: 600; color:#051724;line-height: 1.1 !important;
	/* color: #2c2832; */
}

body h1 {
	font-size: 56px;
}
body h2{font-size: 50px;}
body h3{font-size: 40px;}
body h4{font-size: 30px;}
body h5 {font-size: 22px;}
body h6 {font-size: 20px; font-weight: 500}
body h2 span, body h3 span {

}

span.highlight{
	color: #F4AA00;
background-image: linear-gradient(to top, #F2F3F5, #F2F3F5 100%, #F2F3F5);
background-repeat: no-repeat;
background-position: 0px 32px;
background-size: 100% 43%;
padding: 0px 5px;
}

body a {
  color: #000;
}
body a:hover{color:#000;}

.upper{text-transform: uppercase;}
.blue{color:#0077ef;}
.dark-blue{color:#0077ef;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#666;}
.w-100 {height:auto;}


.btn {
display: inline-block;
font-weight: 600;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .9rem 2em;
line-height: 1.5;
border-radius: 2rem;
border-width: 1px;
border-style: solid;
}
#banner .btn.btn-transparent, .btn.btn-transparent.bordered {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff;
  color: #fff;
}
#banner .btn.btn-transparent:hover, .btn.btn-transparent.bordered:hover {
  background-color: #0077ef;
  border-color: #0077ef;
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  border-color: #0077ef;
  color: #0077ef;
}
.btn.btn-transparent:hover {
  background-color: #0077ef;
  border-color: #0077ef;
  color: #fff;
}
.btn.btn-transparent.btn-light {
	border-color: #fff;
}
.btn.btn-transparent.btn-light:hover {
	border-color: #0077ef;
}

.btn-info, .btn-default{color: #fff;
background-color: #1f84cd;
border-radius: 50px;
border-color: #1f84cd;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#fff; background-color: #1f84cd !important; border-color:  #1f84cd !important; box-shadow: none !important; text-decoration: none;}


.btn-blue, .btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue:checked{color: #1f84cd;
background-color:transparent;
border-color: #fff;
	border-radius: 0px;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-decoration: none;}
.btn.btn-info.btn-black {
  background-color: #22282B;
  border-color: #22282B;
}
.btn.btn-info.btn-black:hover {
  background-color: #00195d;
  border-color: #00195d;
}
.btn.btn-info.btn-white {
    background-color: #fff;
    color: #1f84cd;
}
.btn.btn-info.btn-white:hover {
    background-color: #00adee !important;
    color: #fff;
}
.btn.btn-link {
	padding: 0;
	border: none;
	color: #000;
/*	font-weight: 800;*/
	font-size: 16px;
}
.btn.btn-link:hover {
  color: #00adee;
}
.btn.btn-link:focus {
  box-shadow: none !important;
}

h2.title-detail, h3.title-detail, h4.title-detail{
	color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
margin: 0;
}


input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}

.large-padding{
	padding-top:150px;
	padding-bottom: 150px;
}
.pad-100{
	padding-top:100px;
	padding-bottom: 100px;
}
.pad-tp-100 {
	padding-top: 100px;
  }
  .pad-btm-100 {
	padding-bottom: 100px;
  }
  .pad-80{
	padding-top:80px;
	padding-bottom: 80px;
}
.pad-tp-80 {
	padding-top: 80px;
  }
  .pad-btm-80 {
	padding-bottom: 80px;
  }
.pad-70{
	padding-top:70px;
	padding-bottom: 70px;
}
.pad-50{
	padding-top:50px;
	padding-bottom: 50px;
}
.pad-25{
	padding-top:25px;
	padding-bottom: 25px;
}
.w-85 {
width: 85%!important;
}

.divider{
	width: 100px;
height: 3px;
background-color: #ecf2fe;
display: table;
margin: 20px auto;
}

.divider.div-left{
margin: 20px 0px;
}

.topText{
	color: #038018;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
}
.topText+h1, .topText+h2, .topText+h3{
margin-top: 5px;
}

.fw-400{
	font-weight: 400 !important;
}

ul.bullList li{
position: relative;
padding: 5px 0 5px 22px;
	}
		ul.bullList li::before{
color: #0077ef;
vertical-align: middle;
top: 7px;
position: absolute;
left: 0;
content: "\f324";
display: inline-block;
font-family: "Font Awesome 6 Pro";
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
	}

.gray-bg {
background-color: #F6F7F9;
}
.grey-bg {
background-color: #DFDFDF;
}
.pri-light-bg {
	background-color: #eaffee;
}
.dark-grey-bg {
	background-color: #191919;
}
.light-blue-bg {
	background-color: #e6f0f7;
}
.blue-bg {
	background-color: #1f84cd;
}


/******* Header **********/

nav#header {
box-shadow: none;
width: 100%;
padding: 12px 0px;
background-color: #f0f6fa;
}

.flexia-sticky-navbar nav#header{
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
}


@media only screen and (min-width: 1200px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}    
}

nav#header.navbar-expand-xl .navbar-nav .nav-link{
padding: 1rem .9rem;
}

.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link:active {
color: #00adee;
}

.navbar-expand-xl .navbar-nav li:last-child .nav-link {
padding: 8px 20px;
text-transform: none;
color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
color: #16181b !important;text-decoration: none;background-color:#f8f9fa!important;
}



nav{background-color: transparent;}

.nav-link {
  color: #999d9f;
  font-weight: 500;
}
.nav-link:hover {
color: #038018;
}

nav#header #navbar .nav-link.btn.btn-info {
  padding: .9rem 2rem;
}
nav#header .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img {
width: 230px;
height: auto !important;
}


.dropdown-menu {
padding: 0px;
margin: 0px;
color: #101F2F;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #101F2F;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}
.services .dropdown-menu {
    min-width: 80rem !important;
    padding-bottom: 15px;
    left: -820px;
}
.services .dropdown-menu h5 a:hover {
  text-decoration: none;
}
.services .dropdown-menu .dropdown-item {

}

.flexia-navbar.flexia-sticky-navbar {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar {
z-index: 999999;
/*box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);*/
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
background-color: #f0f6fa;
position: relative;
width: 100%;
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
.top-bar {
	background-color: #131C45;
	padding: 10px 0;
}
.top-bar ul li a, .top-bar ul li i {
	color: #fff;
}
.top-bar ul li {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #fff;
}
.top-bar ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.top-bar ul li.social {
	display: flex;
	gap: 15px;
}
.top-bar ul li.social i.fa-brands {
	font-size: 20px;
}

/******* Carousel **********/

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption{position:absolute;right:25%;top: 35px;left:25%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
.carousel-inner .carousel-item::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000 , #000);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.6;
}
.carousel-inner .carousel-item img {
	object-fit: cover;
	object-position: center;
  }


.container {
  max-width: 1400px !important;
}
.rounded-1 {
	border-radius: 5px;
}
.rounded-2 {
	border-radius: 10px;
}
.rounded-3 {
	border-radius: 20px;
}
.dark-border {
    border: 2px solid #4c6580;
}
.yellow{color:#F4AA00;}
.blue-clr {
    color: #1f84cd;
}
.orange-clr {
    color: #1f84cd;
}
.dark-blue-bg {
	background-color: #1c61ad;
}
.big {
	font-size: 1.2rem;
}
.pri-clr-bg {
	background-color: #0077ef;
}
.header-call h4 {
  font-weight: normal;
}
.header-call h4 a {
  font-weight: 700;
}

/******* HOME  **********/

.hero-section {
    background-color: #f0f6fa;
}
.imgWrap.with-border {
    border: #929ea3 solid 2px;
    border-radius: 30px;
}
.imgWrap.with-border img {
    border-radius: 30px;
}

.servWrap{height: 100%;}

.servWrap a {
  transition: .3s all ease-in-out;
	height: 100%;
}
.servWrap a:hover {
  text-decoration: none;
  background-color: #00adee;
  border-color: #00adee;
}
.servWrap a:hover h4, .servWrap a:hover i, .servWrap a:hover p  {
  color: #fff;
}
.servWrap i {
    font-size: 85px;
    color: #1f84cd;
}
.home-specialties {
    background-color: #E6E7E8;
}
.service-list {
    margin-bottom: 30px;
}
.service-list a {
    border-radius: 15px;
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .3);
    padding: 20px;
    background-color: #fff;
    display: flex;
    gap: 15px;
    align-items: center;
    height: 112px;
}
.service-list a:hover {
    text-decoration: none;
}
.service-list a:hover h5 {
    color: #00adee;
}
.expWrap a {
    background-color: #1f84cd;
    display: block;
    padding: 20px;
    border-radius: 20px;
    height: 211px;
}
.expWrap a:hover {
    text-decoration: none;
    background-color: #00adee;
}
.home-cta-precense {
    background-image: url('img/stock-photo-business-people-corporate-meeting-presentation-communication-concept-314744561.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden
}
.home-cta-precense::after {
  content: '';
	width:100%;
	background-color:rgba(230,231,232,0.8);
	height: 700px;
	position:absolute;
	left:0;
	top:0;
	z-index: 0;
}

.home-cta-precense .row{z-index: 9;position: relative}

.postWrap {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .2);
    transition: .3s linear all;
}
.postWrap .postImg img{
width:100%;height:auto;
}
.postContent {
    padding: 20px 20px 30px 20px;
}
h5.post-title a:hover {
    text-decoration: none;
    color: #007bff;
}
.postWrap:hover {
    transform: translate3d(0, -18px, 0);
    box-shadow: -22px 22px 15px rgba(0, 0, 0, .2);
}
#home-blog .owl-stage-outer {
    padding-bottom: 30px;
}

.home-blog .owl-carousel .owl-item img {
display: block;
width: 100%;
height: auto;
}

/******* SUB PAGES  **********/

.performance-numbers{background-color: rgba(244, 170, 0,.2);}

.performance-numbers h5 {
    font-weight: 500;
}
.specialties-list li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    display: flex;
}
.specialties-list li i {
    color: #00adee;
    font-size: 24px;
    background-color: #fff;
    text-align: center;
    width: 75px;
    line-height: 52px;
}
.specialties-list li a {
    background-color: #f1f1f1;
    padding: 15px;
    width: 100%;
}
.specialties-list li a:hover {
    text-decoration: none;
    background-color: #00adee;
    color: #fff;
}
.practices-specialties {
    position: relative;
}
.practices-specialties::before {
    content: '';
    background-color: #3b81d0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50%;
}
.practices-specialties::after {
    content: '';
    background-color: #1c61ad;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 50%;
    z-index: -1;
}
.practices-specialties .specialties-list li i {
    color: #fff;
    background-color: #00adee;
}
.practices-specialties .specialties-list li a {
    background-color: #fff;
}
.practices-specialties .specialties-list li a:hover {
    text-decoration: none;
    background-color: #00adee;
    color: #fff;
}

.nav.nav-tabs {
	gap: 15px;
}
.nav.nav-tabs li {
	flex: 1 1;
}
.nav.nav-tabs li a {
	text-align: center;
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	position: relative;
	display: block;
}
.nav.nav-tabs li i {
	font-size: 45px;
	color: #00195d;
}
.nav.nav-tabs li h5 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #00195d;
	font-size: 19px;
}
.nav.nav-tabs li a.active, .nav.nav-tabs li:hover a {
	background-color: #00adee;
	text-decoration: none;
}
.nav.nav-tabs li a.active h5, .nav.nav-tabs li a:hover h5 {
	color: #fff;
}
.nav.nav-tabs li a.active i, .nav.nav-tabs li a:hover i {
	color: #fff;
}
.nav.nav-tabs li a.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	width: 0px;
	height: 0px;
	border-width: 10px;
	border-top-color: #00adee;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	border-top: 10px solid #00adee;
	border-bottom: 0px;
}

ul.icon-list {
    list-style: none;
    padding: 0;
}
ul.icon-list li {
    display: flex;
    margin-bottom: 10px;
}
.hero-section ul.icon-list li {
    font-size: 18px;
}
ul.icon-list li i {
    margin-right: 10px;
    color: #F4AA00;
    min-width: 20px;
    margin-top: 3px;
}

.iconWrap .icon {
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    padding: 10px;
}
.iconWrap .icon img {
    width: 90px;
}

.faqs-section .card-header h2 {
	color: #020203;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	padding-bottom: 0;
  }
  .faqs-section .card {
	border-radius: 0px;
	margin-bottom: 25px;
	background-color: transparent;
	border: none;
	border-color: #bdbcbc !important;
  }
.faqs-section .card-header {
    display: flex;
    background-color: #fff;
    border-bottom: none;
    align-items: center;
    padding: 20px 20px 20px 20px;
    border-radius: 15px !important;
}
  .faqs-section .card-header .card-number {
	border-radius: 10px;
	border: 1px solid #D8D8D8;
	background: #020203;
	height: 45px;
	min-width: 45px;
	text-align: center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px;
  }
  .faqs-section .accordion .card-header .text-left .fas.fa-chevron-right {
	display: none;
  }
  .faqs-section .accordion .card-header .text-left.collapsed .fas.fa-chevron-right {
	display: inline-block;
  }
  .faqs-section .accordion .card-header .text-left.collapsed .fas.fa-chevron-down {
	display: none;
  }
  .faqs-section .accordion .card-header .text-left i.fas {
	position: absolute;
	top: 20px;
	right: 15px;
	color: #00adee;
  }
  .faqs-section .card-body {
	background-color: transparent;
	color: #020203;
	padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
      padding-bottom: 0;
  }
  
#category-tabs button {
  padding: 8px 16px;
  margin: 5px;
  border: none;
  background: #eee;
  cursor: pointer;
}
#category-tabs .active {
  background-color: #007bff;
  color: white;
}
#loader {
  margin: 20px 0;
}

.single-header h1 {
	font-size: 3.2rem;
	line-height: 1.2 !important;
}
.single-header {
	background-color: #1f84cd;
}
.single-header .profile-author {
	color: #fff;
	font-weight: 600;
}
.profile-img img {
	border-radius: 50%;
}
.single.single-post .entry-content h2 {
	font-size: 2.5rem;
	margin-bottom: 15px;
	line-height: 1.2 !important;
}
.single.single-post .entry-content h3 {
	font-size: 1.75rem;
}
.single.single-post .entry-content h4 {
	line-height: 1.2 !important;
}
.single.single-post .entry-content a {
	color: #e41e26;
}
.single.single-post .entry-content a:hover {
	color: #000;
	text-decoration: none;
}
.cat-badge {
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 4px 15px;
	font-size: 14px;
}
.cat-badge:hover {
	background-color: #e41e26;
	color: #fff;
	text-decoration: none;
}
.post-meta .post-category a {
    border-radius: 5px;
    background-color: #03adee;
    color: #fff;
    padding: 5px 15px 5px 15px;
    margin-right: 15px;
    position: relative;
    font-size: 14px;
}
.post-meta .post-category a:hover {
    text-decoration: none;
}
.post-date {
    color: #fff;
    font-size: 14px;
}
.blog-sidebar #sidebar h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #1f84cd;
    margin-bottom: 20px;
}
.blog-sidebar #sidebar ul li {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blog-sidebar #sidebar ul li a {
    font-size: 20px;
    font-weight: 700;
}
.blog-sidebar #sidebar ul li a:hover {
    text-decoration: none;
}
.blog-sidebar {
    padding-top: 50px;
    padding-left: 20px;
}
.wpcf7-form-control.wpcf7-text {
    background-color: #fff;
    border: none;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #1f84cd;
    color: #fff;
    border: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
}
.wpcf7-form p {
    margin: 0;
}
.sidebar-form {
    position: sticky;
    top: 30px;
    height: auto;
}
.iconWrap a {
    height: 100%;
}
.iconWrap a:hover {
    text-decoration: none;
    background-color: #00adee !important;
}
.iconWrap a:hover h5 {
    color: #fff;
}
.iconWrap a:hover img {
    filter: brightness(0.5);
}
.contact-form .wpcf7-form-control.wpcf7-text {
    background-color: #fff;
    border: 2px solid #d7d7d7;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.contact-form .wpcf7-form-control.wpcf7-select {
    background-color: #fff;
    border: 2px solid #d7d7d7;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.field-50 br {
    display: none;
}
.field-50 p {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}
.field-50 p .wpcf7-form-control-wrap {
    max-width: 48.9%;
    flex: 48.8%;
}
.icon-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
}
.wpcf7-form-control.wpcf7-checkbox {
    margin-bottom: 20px;
    display: inline-block;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    margin: 0;
}
.services-checkboxes {
    color: #1f84cd;
    font-weight: 700;
    font-size: 19px;
}

/******* FOOTER  **********/


#footer .foot-col {
    width: 20%;
    max-width: 20%;
}
#footer {
    background-color: #23354b;
    padding-top: 50px;
    color: #fff;
}
#footer h4, #footer a, #footer li, #footer p {
    color: #fff;
}
#footer h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
ul.list-unstyled.nav-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}
.list-unstyled.privacy-terms-link {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: end;
    gap: 20px;
}
.foot-copy {
    border-top: 1px solid #6C6E70;
}
#footer a:hover {
  text-decoration: none;
  color: #00adee;
}


@media only screen and (min-width: 1200px) and (max-width: 1340px) {
nav#header #navbar {
    height: auto;
}
header nav#header {
    padding: 12px 0px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1310px) {
.services .dropdown-menu {
  min-width: 73rem !important;
  left: -700px;
}
}

@media only screen and (max-width: 1200px) {
nav#header {
  padding: 12px 15px;
}
body h1 {
  font-size: 50px;
}
body h2 {
  font-size: 44px;
}
body h3 {
  font-size: 35px;
}
body h4 {
  font-size: 28px;
}
body h5 {
  font-size: 20px;
}
.service-list a {
  padding: 20px 15px;
  gap: 10px;
}
.service-list a h5 {
  word-break: break-all;
}
.home .home-specialties .row.align-items-center {
  padding: 0px 10px;
}
.home .home-specialties .col-xl-3.col-lg-3.col-md-4.col-sm-6 {
  padding: 0px 5px;
}
#footer .foot-col-1 img {
  width: 100%;
}
#footer h4 {
  margin-top: 0;
}
#footer {
  padding-top: 70px;
}
.how-it-works-steps iframe {
  height: 340px;
}
.single-header h1 {
  font-size: 3rem;
}
.blog-sidebar {
  padding-left: 0;
}
.field-50 p .wpcf7-form-control-wrap {
  max-width: 48.4%;
  flex: 48.4%;
}
.field-50 p .wpcf7-form-control-wrap {
    max-width: 47.9%;
    flex: 47.9%;
}
}

@media only screen and (max-width: 1199px) {
nav#header .navbar-toggler {
	padding: 5px 5px 3px 5px;
	outline: none;
	background-color: #1f84cd;
}
nav#header .navbar-toggler .navbar-toggler-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
nav#header .navbar-toggler .navbar-toggler-icon i {
	color: #fff;
	font-size: 25px;
}
nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-bars {
	display: block;
}
nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-bars {
	display: none;
}
nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-xmark {
	display: none;
}
nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-xmark {
	display: block;
}
nav#header.navbar-expand-xl .navbar-nav .nav-link {
  text-align: center;
}
.services .dropdown-menu {
  min-width: 100% !important;
}
.services .dropdown-menu .row {
  margin: 0;
}
.services .dropdown-menu .dropdown-item {
	padding: .75rem 0;
}
#navbar {
  height: 465px;
  overflow: scroll;
}
.single-post .side-stick {
  padding-left: 0;
}
}


@media only screen and (max-width: 991px) {
.navbar-nav .dropdown-menu {
  text-align: center;
}
body h1 {
  font-size: 43px;
}
body h2 {
  font-size: 38px;
}
body h3 {
    font-size: 30px;
}
body h4 {
    font-size: 26px;
}
#footer .foot-col {
  width: 33%;
  max-width: 33%;
}
.how-it-works-steps iframe {
    height: 250px;
}
.featured-website .w-75 {
  width: 100% !important;
}
.single-header h1 {
  font-size: 2.7rem;
}
.home-blog.logo-btm .w-25 {
    width: 24% !important;
    padding: 10px !important;
}
}


@media only screen and (max-width: 767px) {
body h1 {
  font-size: 40px;
}
body h2 {
  font-size: 35px;
}
body h3 {
    font-size: 28px;
}
body h4 {
    font-size: 26px;
}
.pad-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pad-tp-100 {
  padding-top: 80px;
}
.pad-btm-100 {
  padding-bottom: 80px;
}
.hero-section {
  padding-bottom: 70px;
}
#footer .foot-col {
  width: 50%;
  max-width: 50%;
}
.list-unstyled.privacy-terms-link {
  justify-content: center;
}
.practices-specialties::before {
  width: 100%;
  height: 54%;
}
.practices-specialties::after {
  width: 100%;
}
.subservice-content .pad-tp-80 {
  padding-top: 50px;
}
.single-header h1 {
  font-size: 2.4rem;
	line-height: 1.1 !important;
}
.blog-sidebar {
  padding-top: 0;
}
.page-template-page-contact .hero-section {
    padding-bottom: 0px;
}
.single-post .side-stick {
    padding-top: 50px;
}
}


@media only screen and (max-width: 479px) {
body h1 {
  font-size: 38px;
}
body h2 {
  font-size: 32px;
}
body h3 {
    font-size: 26px;
}
body h4 {
    font-size: 24px;
}
.pad-100 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pad-tp-100 {
  padding-top: 70px;
}
.pad-btm-100 {
  padding-bottom: 70px;
}
.imgWrap.with-border {
  border-radius: 20px;
}
.imgWrap.with-border img {
  border-radius: 20px;
}
#footer .foot-col {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
ul.list-unstyled.nav-list li {
  align-items: center;
  justify-content: center;
}
.expWrap a {
  height: auto;
}
.how-it-works-steps iframe {
    height: 172px;
}
.iconWrap {
  flex-direction: column;
  row-gap: 15px;
}
.single-header h1 {
  font-size: 2.2rem;
}
.field-50 p {
  gap: 0;
}
.field-50 p .wpcf7-form-control-wrap {
    max-width: 100%;
    flex: 100%;
}
.packages-table {
  overflow: scroll;
}
.packages-table h4 {
  font-size: 20px;
}
.single.single-post .entry-content h2 {
  font-size: 2rem;
}
.home-blog.logo-btm .w-25 {
    width: 49% !important;
    padding: 15px !important;
  }
}










