@media (max-width: 1800px) {

    .h1,
    h1 {
        font-size: 74px;
    }

    .h2,
    h2 {
        font-size: 68px;
    }

    .practice-left {
        padding-left: 50px;
    }

    .header-bottom li a {
        font-size: 16px;
        padding: 18px 8px;
    }

    .header-bottom .menu {
        display: flex;
        justify-content: space-between;
    }

    .hero-caption li {
        padding: 0 20px;
    }

    .hero-caption li {
        font-size: 24px;
    }

    .as-seen-logo {
        max-width: 9.2%;
    }

    .icon-slider-cover .icon-item {
        padding: 40px;
    }

    .icon-content {
        margin-left: 36px;
    }

    .content-title p {
        font-size: 28px;
    }

    .icon-slider .slick-list {
        left: 15px;
    }

    .content-left {
        padding-left: 0;
    }

    .serve-cover h2 {
        font-size: 65px;
    }

    .serve-content {
        font-size: 26px;
    }
    .about-right{
        padding-right: 0;
    }
    .footer-link{
        padding: 0 20px 0 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1440px) {

    .h1,
    h1 {
        font-size: 65px;
    }

    .h2,
    h2 {
        font-size: 60px;
    }

    .h5,
    h5 {
        font-size: 26px;
    }

    .header-bottom li a {
        font-size: 14px;
    }

    .content-left {
        padding-right: 12%;
    }

    .about-right p {
        font-size: 22px;
    }

    .practice-left {
        padding-right: 6%;
    }

    .practice-item {
        padding: 100px 30px;
    }

    .practice-content p {
        font-size: 24px;
    }

    .practice-left .content-title h2 {
        margin-bottom: 40px;
    }

    a.footer-address-link {
        font-size: 32px;
    }

    .icon-slider .slick-slide {
        padding: 20px;
    }

    .icon-content {
        margin-left: 20px;
    }

    .icon-content {
        width: calc(100% - 110px);
    }

    .content-title p {
        font-size: 24px;
    }

    .icon-slider-cover .icon-item {
        padding: 42px;
    }

    .serve-cover h2 {
        font-size: 55px;
    }

    .serve-item {
        padding: 30px 20px;
        width: calc(20% - 20px);
        margin: 10px;
    }

    .serve-content {
        font-size: 24px;
    }

    .about-team-item {
        margin: 5px;
        width: calc(33.33% - 10px);
    }

    .about-team-content .d-flex {
        padding: 0 20px;
    }

    .about-contact-content {
        padding: 40px 20px;
    }

    .about-team-content > h4 {
        font-size: 26px;
    }

    .service-item .icon-content {
        margin-left: 20px;
    }

    .service-item {
        padding: 30px;
    }

    .team-content h3 {
        font-size: 40px;
    }
    
    a.footer-address-link img{
        max-width: 22px;
        position: relative;
        top: -3px;
        margin-right: 10px;
    }
}

@media (max-width: 1350px) {
    .hero-team-img {
        max-width: 300px;
    }

    .header-bottom .container {
        padding: 0;
    }

    .header-bottom .menu {
        padding: 0 10px;
    }

    .hero-caption li {
        font-size: 22px;
    }

    a.footer-address-link {
        font-size: 26px;
    }

    .as-seen-logo {
        margin: 15px;
    }

    .serve-cover h2 {
        font-size: 45px;
    }

    div.about-team-contact {
        padding-left: 25px;
    }
    
    .expert-shortcode .expert-item{
        width: calc(33.33% - 16px);
    }
		.top-title h4 br {
	display: none;
}
.accordion-item h6 {
	font-size: 20px;
	padding: 20px;
	padding-right: 55px;
}
.accordion-item h6::before {
	font-size: 30px;
	height: 30px;
	width: 30px;
	line-height: 18px;
}
.accordion-content {
	margin: 0px !important;
}
.accordion-content p {
	font-size: 18px;
}
}

@media (max-width: 1199px) {
    body {
        font-size: 18px;
    }

    .header-bottom {
        display: none;
    }

    .header-top {
        padding-right: 60px;
    }

    .h1,
    h1 {
        font-size: 50px;
    }

    .h2,
    h2 {
        font-size: 42px;
        line-height: 1.2;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 30px;
    }

    .h5,
    h5 {
        font-size: 24px;
    }

    .h6,
    h6 {
        font-size: 22px;
    }

    .hero-caption li {
        font-size: 19px;
        padding: 0 10px;
    }

    .hero-team-img {
        max-width: 190px;
    }

    .hero-team-item:nth-child(3) .hero-team-img {
        max-width: 270px;
    }

    .hero-team-content h6 {
        font-size: 16px;
    }

    .hero-team-content p {
        font-size: 13px;
    }

    .content-left {
        padding-right: 50px;
    }

    .about-right p {
        font-size: 20px;
    }

    .practice-item {
        width: calc(50% - 10px);
        height: calc(33.33% - 10px);
    }

    .testimonial-right:before {
        height: 191px;
        width: 162px;
        top: -9%;
    }

    .testimonial-content {
        font-size: 20px;
    }

    .testimonial-content p {
        margin-bottom: 25px;
    }

    .blog-img-ratio {
        padding-top: 60%;
        margin-top: 0;
        height: auto;
        width: 100%;
    }

    .blog-image {
        width: 100%;
    }

    .blog-content {
        width: calc(100% - 30px);
        left: 15px;
        height: auto;
        top: -6%;
    }

    .footer-top-right {
        width: 60%;
    }

    .footer-top-left {
        width: 40%;
    }

    .footer-top-left img {
        max-width: 280px;
    }

    a.footer-address-link {
        font-size: 22px;
        background-size: 20px;
    }

    .footer-address-item {
        width: calc(33.33% - 16px);
    }

    .footer-link {
        margin: 10px 0;
    }

    .footer-address p {
        font-size: 16px;
    }

    .content-title h6 {
        font-size: 20px;
    }

    .get-in-touch-cover .content-title p {
        font-size: 22px;
    }

    .practice-item {
        padding: 50px 30px;
    }

    .testimonial-cover {
        padding-top: 150px;
    }

    .blog-items {
        margin-top: 40px;
    }

    .blog-cover {
        padding-bottom: 60px;
    }

    section.as-seen-cover {
        padding: 70px 0;
    }

    .gform_footer input {
        padding: 15px 20px !important;
        font-size: 16px !important;
    }

    .practice-content p {
        font-size: 22px;
    }

    .icon-slider .slick-list {
        left: 0;
    }

    .get-touch-form .gform_footer input {
        background-position: center right calc(50% - 92px);
        background-repeat: no-repeat;
    }

    .get-touch-form .gform_footer input:hover,
    .get-touch-form .gform_footer input:focus {
        background-position: center right calc(50% - 92px) !important;
        background-repeat: no-repeat !important;
    }

    .content-left {
        width: 50%;
    }

    .about-right {
        width: 50%;
    }

    .icon-slider .slick-list {
        width: 100% !important;
    }

    .serve-item {
        width: calc(25% - 20px);
    }

    .serve-items {
        margin: 0 -10px;
    }

    .serve-content {
        font-size: 22px;
    }

    div.about-team-contact {
        padding-left: 0;
    }

    .body-content h1 {
        margin-bottom: 25px;
    }

    .about-team-item {
        width: calc(50% - 10px);
    }

    .about-team-content .d-flex {
        padding: 0 15px;
    }

    .number-item {
        padding: 30px;
        margin-bottom: 30px;
    }

    .number-item h5 {
        margin-bottom: 15px;
    }

    .body-content ul li {
        background-position: left top 6px;
        margin-bottom: 20px;
    }

    .service-item {
        width: calc(50% - 40px);
    }

    .service-page-cover {
        padding: 70px 0;
    }

    .service-item .content-title p {
        margin-bottom: 15px;
    }

    .expert-item {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .expert-items {
        margin: 0 -10px;
    }

    .experts-cover .section-title {
        margin-bottom: 20px;
    }

    .team-content h3 {
        font-size: 30px;
    }

    .experts-cover .section-title h3 {
        font-size: 36px;
    }

    .team-content h3 {
        margin-bottom: 30px;
    }

    .team-content ul {
        margin-top: 30px;
    }
    
    .back-to-top{
        display: none;
    }
    
    .mobile-call-cover {
        background: #fff;
        text-align: center;
        padding: 15px;
    }

.inner-page-no-slidebar {
	padding: 70px 0;
}
.sm-wrap {
	padding-bottom: 70px;
	padding-top: 70px;
}
.clients-trust-flexible h4 {
	font-size: 30px;
}
}

@media (max-width: 1023px) {

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .h5,
    h5 {
        font-size: 22px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    blockquote {
        margin-bottom: 45px;
    }

    .hero-team-item:nth-child(3) .hero-team-img {
        max-width: 190px;
    }

    .hero-team-img {
        max-width: 160px;
    }

    .hero-team-item:nth-child(5) .hero-team-img {
        margin-left: -35px;
    }

    .hero-team-content p {
        font-size: 10px;
    }

    .hero-team-content h6 {
        font-size: 13px;
    }

    .hero-team-img {
        height: 170px;
    }

    .content-left {
        padding-right: 30px;
        width: 50%;
    }

    .about-right {
        width: 50%;
    }

    .about-right p {
        font-size: 18px;
    }

    .about-cover {
        margin: 100px 0;
    }

    .practice-icon {
        margin-bottom: 20px;
    }

    .practice-icon img {
        max-width: 60px;
    }

    .practice-left {
        width: 45%;
    }

    .practice-right {
        width: 55%;
    }

    .practice-content p {
        font-size: 20px;
    }

    .practice-left {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content-title h6 {
        font-size: 18px;
    }

    .btn {
        font-size: 17px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .testimonial-left {
        width: 40%;
        padding-right: 0;
    }

    .testimonial-slider {
        padding-right: 70px;
    }

    .blog-content {
        padding: 30px;
    }

    .testimonial-author p {
        font-size: 20px;
    }

    .get-in-touch-cover .content-title p {
        font-size: 20px;
    }

    .gf_left_third,
    .gf_middle_third,
    .gf_right_third {
        width: 100% !important;
        padding-right: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important
    }

    .gf_left_third input,
    .gf_middle_third input,
    .gf_right_third input {
        margin-top: 0 !important;
        ;
    }

    .as-seen-logo {
        max-width: 12%;
    }

    .hero-section {
        padding-top: 200px;
    }

    .content-title h6 {
        margin-bottom: 30px;
    }

    .practice-left .content-title h2 {
        margin-bottom: 30px;
    }

    .testimonial-content {
        font-size: 18px;
    }

    .testimonial-cover {
        background-position: bottom 0px center;
    }

    .get-in-touch-cover:after {
        bottom: -5px;
    }

    .footer-top-left img {
        max-width: 220px;
    }

    a.footer-address-link {
        font-size: 18px;
        background-size: 16px;
    }

    .footer-address-item p {
        font-size: 16px;
    }

    .footer-link a {
        font-size: 16px;
    }

    .footer-link {
        padding: 0 10px 0 6px;
    }

    .footer-bottom-left {
        font-size: 16px;
    }

    .footer-bottom-right li a {
        font-size: 16px;
    }

    .footer-bottom-right li {
        padding: 0 10px 0 4px;
    }

    .footer-bottom-right ul {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer-bottom-left {
        width: 100%;
        text-align: center;
    }

    .footer-bottom-right {
        width: 100%;
        margin-bottom: 20px;
    }
.footer-bottom .d-flex.justify-content-between {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
    .header-site-logo {
        max-width: 250px;
    }

    .header-top {
        padding-right: 70px;
    }

    .hamburger:not(.close) {
        top: 36px;
        right: 30px;
    }

    .icon-slider .slick-slide {
        padding: 10px;
    }

    .content-title p {
        margin-bottom: 30px;
    }

    .icon-slider .slick-slide:last-child {
        margin-right: 20px;
    }

    body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        width: 100% !important;
    }

    .serve-cover h2 {
        font-size: 40px;
    }

    .serve-item {
        width: calc(33.33% - 20px);
    }

    .serve-cover {
        padding: 70px 0;
    }

    .our-company [class*="col-"] {
        width: 58%;
    }

    .our-company [class*="col-"] + [class*="col-"] {
        width: 42%;
    }

    .about-team-content .d-flex {
        padding: 0 15px;
    }

    .body-content ul li {
        width: 100%;
    }

    .service-item .content-title p {
        font-size: 18px;
    }

    .service-item .icon-img {
        width: 70px;
    }

    .service-item .icon-content {
        width: calc(100% - 90px);
        margin-top: 15px;
    }

    .service-item .content-title h5 {
        margin-bottom: 15px;
    }

    .expert-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .expert-content p {
        font-size: 16px;
    }

    .experts-cover .section-title h3 {
        font-size: 32px;
    }
    
    body .wp-block-columns {
        margin-bottom: 25px;
    }
    .about-contact-content .gform_body li.gchoice{
        font-size: 16px;
    }
    
    .expert-shortcode .expert-item{
        width: calc(50% - 16px);
    }
    
    a.footer-address-link img {
        max-width: 16px;
    }
	.col-half h6 {
	font-size: 18px;
}
.footer-links {
	margin-top: 35px;
	padding-bottom: 30px;
}
.footer-bottom {
	margin: 30px 0;
}
.footer-top {
	margin: 60px 0 30px;
}
}
@media (max-width: 991px) {
.inner-page-no-slidebar {
	padding: 50px 0;
}
.sm-wrap {
	padding-bottom: 50px;
	padding-top: 50px;
}
.expert-shortcode .expert-content h6 {
	font-size: 20px;
}
.free-con-flexible .left-side-content {
	padding-right: 20px;
}
.top-title {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.icon-slider-cover .icon-item {
	padding: 30px;
}
.content-title p {
	font-size: 22px;
	margin-bottom:20px;
}
.icon-slider {
	padding-bottom: 80px;
}
.icon-slider .slick-arrow {
	top: calc(100% - 60px);
}
.btn {
	background-position: right 15px center;
}
.icon-item .icon-content .btn {
	padding-right: 48px;
}
.our-company {
	padding: 60px 0;
}
.team-inner-sec h6 {
	font-size: 24px;
}
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    blockquote {
        padding: 25px 0;
        margin-bottom: 25px;
    }

    .hero-team-img {
        max-width: 140px;
    }

    .hero-team-img {
        height: 130px;
    }

    .hero-section {
        padding-top: 160px;
    }

    .content-left {
        padding-right: 0;
        width: 100%;
    }

    .about-cover {
        margin: 70px 0;
    }

    .about-right {
        width: 100%;
        margin-top: 50px;
    }

    .practice-left {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .practice-left {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .practice-right {
        width: 100%;
    }

    .testimonial-left {
        width: 100%;
        padding-right: 0;
    }

    .testimonial-right {
        width: 100%;
        padding-left: 0;
        margin-top: 70px;
    }

    .testimonial-right:before {
        height: 111px;
        width: 142px;
        top: -9%;
        left: -50px;
    }

    .testimonial-cover {
        padding-top: 80px;
    }

    .testimonial-author {
        margin-top: 30px;
    }

    .testimonial-author p {
        font-size: 18px;
    }

    .blog-item {
        width: calc(50% - 30px);
        margin: 15px;
    }

    .blog-items {
        margin-left: -15px;
        margin-right: -15px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-content .btn-link {
        margin-top: 0;
    }

    .practice-left .content-button {
        margin-top: 30px;
    }

    .content-title h6 {
        margin-bottom: 20px;
    }

    .practice-left .content-title h2 {
        margin-bottom: 20px;
    }

    .practice-left {
        padding-bottom: 50px;
    }

    .blog-title .content-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-title .content-button {
        width: 100%;
    }

    .blog-items {
        margin-top: 20px;
    }

    .footer-address {
        max-width: 100%;
        width: 100%;
    }

    .footer-top-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-address {
        margin-bottom: 40px;
    }

    .footer-address-item {
        width: calc(50% - 16px);
    }

    .footer-links {
        margin-top: 45px;
        padding-bottom: 30px;
    }

    .as-seen-logos {
        margin-bottom: 0;
    }

    .header-top .header-call {
        display: none;
    }

    .icon-slider {
        padding-bottom: 50px;
    }

    .slick-arrow {
        background-size: 13px;
        height: 50px;
        width: 40px;
    }

    .icon-slider .slick-prev.slick-arrow {
        right: 80px;
    }

    .icon-slider .slick-arrow {
        right: 20px;
        top: calc(100% - 50px);
    }

    .content-title p {
        font-size: 20px;
    }

    .icon-img {
        width: 70px;
    }

    .icon-content {
        width: calc(100% - 90px);
    }

    .get-touch-form .gform_footer input {
        background-position: center right calc(50% - 82px);
        background-repeat: no-repeat;
    }

    .get-touch-form .gform_footer input:hover,
    .get-touch-form .gform_footer input:focus {
        background-position: center right calc(50% - 82px) !important;
        background-repeat: no-repeat !important;
    }

    .icon-slider .slick-slide:last-child {
        margin-right: 0;
    }

    .icon-slider-cover {
        padding: 50px 0 30px;
    }

    .serve-cover h2 {
        font-size: 34px;
    }

    .serve-content {
        font-size: 20px;
    }

    .our-company [class*="col-"] {
        width: 100%;
    }

    .our-company [class*="col-"] + [class*="col-"] {
        width: 100%;
        padding: 0 20px;
    }

    .about-team-item {
        width: calc(20% - 10px);
    }

    .our-company .col-md-4 {
        padding: 0;
    }

    .our-company {
        padding: 50px 0;
    }

    .blue-bar-cover p {
        font-size: 20px;
    }

    .about-team-content > h4 {
        font-size: 22px;
    }

    .black-box-title h3 {
        font-size: 24px;
    }

    .blue-bar-cover {
        padding: 50px 0;
    }

    .body-content p {
        margin-bottom: 20px;
    }

    .number-blocks {
        margin: 30px 0 20px;
    }

    .about-contact-content .gform_body li.gfield:not(.terms-condition) input,
    .about-contact-content .gform_body li.gfield:not(.terms-condition) textarea {
        font-size: 16px !important;
    }

    .service-item {
        width: calc(100% - 40px);
    }

    .section-title {
        margin-bottom: 10px;
    }

    .service-page-cover {
        padding: 50px 0;
    }

    .expert-item {
        width: calc(33.33% - 20px);
    }

    .expert-items {
        margin-bottom: 40px;
    }
    
    .practice-left .content-title p{
        font-size: 18px;
    }
    .practice-content p {
        font-size: 18px;
    }
    .blog-content{
        min-height: 1px;
    }
    .get-in-touch-cover .content-title p {
        font-size: 18px;
    }
    
    .service-page-cover .service-item .content-title h5{
        min-height: 1px;
    }
	.left-rifgt-wrap .col-half {
	width: 100%;
	max-width: 100%;
}
.left-side-content.col-half {
	margin-bottom: 40px;
}
.expert-shortcode .expert-content p {
	font-size: 14px;
	line-height: 1.3;
}
.right-side-content img {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: inherit;
}
.free-con-flexible h5 {
	margin-top: 30px;
}
.clients-trust-flexible .ul-styled {
	margin-bottom: 30px;
}
.can-help-inner ul.can-help-list > li {
	margin: 0 5px 10px;
}
.free-con {
	padding-top: 20px;
}
.can-help-title {
	margin-bottom: 30px;
}
.top-title {
	margin-bottom: 30px;
}
.top-title h4 ~ p:nth-child(2) {
	margin-top: 70px;
}
.top-title h4 ~ p:nth-child(2) {
	margin-top: 50px;
}
.icon-item .icon-content .btn {
	padding-right: 35px;
}
.btn {
	background-position: right 10px center;
}
.icon-img {
	width: 50px;
}
.icon-slider-cover .icon-item {
	padding: 25px;
}
.blog-cover {
	padding: 60px 0;
}
.icon-slider .icon-item .d-flex {
	height: 100%;
	display: block;
	text-align: center;
}
.icon-slider .icon-content {
	width: calc(100% - 0px);
	margin-left: 0;
	text-align: center;
}
.icon-slider .icon-img {
	width: 50px;
	margin: 0 auto 20px;
}
.icon-slider .content-title p {
	font-size: 18px;
}
.icon-slider .icon-item .icon-content .btn {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	max-width: 60%;
	width: 100%;
}
.testimonial-cover {
	padding-top: 50px;
}
.footer-top {
	margin: 70px 0 50px;
}
.footer-links {
	margin-top: 45px;
}
.footer-address {
	margin-bottom: 50px;
}
.testimonial-right::before {
	left: -30px;
}
}

@media (max-width: 640px) {

    .h1,
    h1 {
        font-size: 35px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .container,
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-caption li {
        font-size: 15px;
        padding: 0;
        border: 0;
    }

    .blog-item {
        width: calc(100% - 30px);
        margin: 15px;
    }

    .blog-item:last-child {
        margin-bottom: 0;
    }

    .blog-cover,
    .get-in-touch-cover,
    section.as-seen-cover {
        padding: 60px 0;
    }

    .hero-team-item:nth-child(1),
    .hero-team-item:nth-child(2) {
        margin-bottom: 30px;
    }

    .hero-team-item:nth-child(3) {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .hamburger:not(.close) {
        right: 15px;
    }

    .hero-team-img {
        margin-bottom: 10px;
    }

    .hero-team-item:nth-child(3) .hero-team-img {
        margin: 0 auto 10px;
    }

    .hero-team-item:nth-child(3) .hero-team-img {
        height: 170px;
    }

    .hero-team-item:nth-child(4) .hero-team-img {
        margin-left: 20px;
    }
    
    .hero-team-item:nth-child(4) .hero-team-content {
        margin-left: 20px;
    }
    
    .hero-team-item:nth-child(5) .hero-team-content {
        margin-left: -20px;
    }

    .hero-caption ul {
        margin: 0 0 20px 0;
    }

    .as-seen-logos {
        margin-top: 20px;
    }

    .as-seen-logo {
        max-width: 20%;
    }

    .footer-link {
        padding: 0 0 10px;
        margin-bottom: 0;
        border: 0;
    }

    .footer-bottom-right li {
        padding: 0 0 15px 0;
        margin-bottom: 0;
        display: block;
        border: 0;
    }

    .footer-top {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .footer-bottom {
        margin: 0 0 30px;
    }

    .footer-address-item p {
        font-size: 14px;
    }

    .terms-condition .ginput_container_checkbox:before {
        text-align: left;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .terms-condition .gfield_checkbox li {
        height: auto !important;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: left;
    }

    .gform_footer input {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .btn {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-top-right {
        width: 100%;
        max-width: 280px;
    }

    .serve-item {
        width: calc(50% - 20px);
    }

    .serve-img {
        height: 60px;
    }

    .serve-content {
        font-size: 17px;
    }

    .serve-cover h2 {
        font-size: 26px;
    }

    .about-team-item {
        width: calc(25% - 10px);
    }

    .expert-item {
        width: calc(50% - 20px);
    }
    
    .hero-team-content {
        padding: 0 10px;
    }
.right-side-content.about-contact-content .gform_footer {
	padding-bottom: 0;
	padding-top: 0;
}
.right-side-content.about-contact-content .gform_footer .gform_button {
	margin-bottom: 0;
}
}
@media (max-width: 639px) {
	.team-inner-sec .expert-shortcode .expert-item {
	width: calc(50% - 16px);
}
.clients-trust-flexible .ul-styled {
	margin-bottom: 30px;
}
.hero-caption h1 br {
	display: none;
}
.top-title h4 {
	font-size: 25px;
}
.sm-wrap {
	padding-bottom: 40px;
	padding-top: 40px;
}
.inner-page-no-slidebar {
	padding: 40px 0;
}
.top-title h4::before {
	bottom: -25px;
	width: 60px;
	height: 5px;
}
.footer-address {
	margin-bottom: 20px;
}
.footer-links {
	margin-top: 30px;
	padding-bottom: 30px;
}
.footer-top-left {
	margin-bottom: 30px;
}
.team-inner-sec h6 {
	font-size: 22px;
	line-height: 1.2;
}
}
@media (max-width: 480px) {
    .serve-item {
        margin: 5px;
        padding: 20px 10px;
    }

    .serve-items {
        margin: 0 -5px;
    }

    .about-team-item {
        width: calc(33.33% - 10px);
    }

    .service-item .content-title p {
        font-size: 16px;
    }

    .expert-item {
        width: calc(100% - 20px);
    }

    .blue-bar-cover p {
        font-size: 18px;
    }

    .blue-bar-cover h2 {
        font-size: 24px;
    }
    
    .hero-button .btn {
        margin: 5px;
    }
}
@media (max-width: 479px) {
.expert-shortcode .expert-item,.team-inner-sec .expert-shortcode .expert-item {
	width: calc(100% - 0px);
}
.right-side-content.col-half.about-contact-content {
	padding-left: 20px;
	padding-right: 20px;
}
.col-half {
	padding-left: 0;
	padding-right: 0;
}
.free-con-flexible .left-side-content {
	padding-right: 0;
}
.left-side-content.col-half {
	margin-bottom: 30px;
}
.ul-styled li {
	padding-left: 25px;
}
.clients-trust-flexible h4 {
	font-size: 26px;
}
body .wp-block-columns {
	margin-bottom: 20px;
}
.service-item .icon-content {
	width: calc(100% - 0px);
	margin-top: 15px;
	margin-left: 0;
	text-align: center;
	padding-bottom: 50px;
}
.service-page-cover .service-item .content-title h5 {
	text-align: center;
	display: block;
}
.service-item .icon-img {
	width: 50px;
	margin: 0 auto 20px;
}
.service-page-cover .icon-item .icon-content .btn {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 70%;
}
.service-item {
	margin-bottom: 0;
}
.right-side-content.col-half.about-contact-content {
	padding-left: 20px;
	padding-right: 20px;
}
.team-inner-sec h6 {
	font-size: 20px;
}
}
@media (max-width: 359px) {
    .footer-address-item {
        width: calc(100% - 16px);
    }

    .practice-item {
        width: calc(100% - 10px);
        height: auto;
    }

    .serve-item {
        width: calc(100% - 20px);
    }

    .about-team-item {
        width: calc(50% - 10px);
    }
	.can-help-inner ul.can-help-list > li {
	width: 100%;
}
.can-help-inner ul.can-help-list > li.can-help-link a, .can-help-inner ul.can-help-list > li.can-help-no-link {
	width: 100%;
	text-align: center;
}
}