.home-service #images-block {
    max-width: 1080px;
}

.home-service #images-block {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0 1rem;
    position: relative;
    -webkit-box-pack: justify;
    justify-content: center;
    margin: 0 auto;
}

.home-service .image-holder {
    width: 48%;
    margin: 2rem auto;
    max-width: 460px;
}

.home-service .image-holder {
    position: relative;
    display: block;
    z-index: 1;
    width: 50%;
    overflow: hidden;
    background: rgba(13, 124, 139, 0.06);
    height: 510px;
    -webkit-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    transition: 200ms ease-out;
    border: solid 0.6rem #fff;
    -webkit-box-shadow: 0px 6px 8px rgb(0 0 0 / 4%);
    box-shadow: 0px 6px 8px rgb(0 0 0 / 4%);
    -webkit-transition: -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
    transition: -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
    -o-transition: transform 320ms ease-in, box-shadow 260ms ease-out;
    transition: transform 320ms ease-in, box-shadow 260ms ease-out;
    transition: transform 320ms ease-in, box-shadow 260ms ease-out, -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
}

.home-service .image-holder:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
}

.home-service .image-holder:hover::before {
    width: 0;
}

.home-service .image-holder::before,
.home-service .image-holder::after {
    content: "";
    width: 20%;
    height: 80%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: #fafafa;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: 320ms ease-out;
    -o-transition: 320ms ease-out;
    transition: 320ms ease-out;
    background: -webkit-linear-gradient(left, #fff 13px, transparent 1%) center, -webkit-linear-gradient(#fff 13px, transparent 1%) center, #e0e0e0;
    background: -o-linear-gradient(left, #fff 13px, transparent 1%) center, -o-linear-gradient(#fff 13px, transparent 1%) center, #e0e0e0;
    background: linear-gradient(90deg, #fff 13px, transparent 1%) center, linear-gradient(#fff 13px, transparent 1%) center, #e0e0e0;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

.home-service .image-holder .image {
    display: block;
    position: absolute;
    z-index: 1;
    width: 115%;
    left: 50%;
    top: -15%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

.home-service .image-holder .caption .title {
    font-size: 2.4rem;
}

.home-service .image-holder p {
    font-size: 0.9rem;
    color: #313131;
    line-height: 1.5;
    font-weight: 500;
}

.free-tail {
    position: relative;
    display: inline-block;
}

.home-service .image-holder .title strong {
    display: block;
    font-size: 0.75em;
    font-weight: 700;
}

.home-service .image-holder .title .free-tail::before {
    background: rgba(13, 124, 139, 0.4);
    height: 3px;
    top: auto;
    left: 105%;
    bottom: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 300%;
}

.free-tail::before {
    content: "";
    height: 40%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(33, 150, 243, 0.06);
}

.home-service .image-holder:hover::after {
    width: 240%;
    height: 220%;
    background: rgba(250, 250, 250, 0.4);
}

.home-service .image-holder::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

section.home-service.block {
    background: #fafafa;
}

/* start-location */

#main-container {
    overflow-x: hidden;
}

#inner-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#inner-banner.location-banner .banner-img {
    background-image: url("../jpg/map-location-icons-background3.jpg");
    width: 100%;
    max-width: initial;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: none;
    filter: none;
}

#inner-banner .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin-right: auto;
    max-width: 860px;
    width: 60%;
}

#inner-banner.location-banner .banner-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0); */
    background: rgba(0,0,0,0.35);
}

#inner-banner .mid-container {
    max-width: 1600px;
}

.mid-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    -webkit-transition: max-width 200ms ease-out;
    -o-transition: max-width 200ms ease-out;
    transition: max-width 200ms ease-out;
    width: 96%;
}

#inner-banner.location-banner .caption {
    width: 100%;   
    text-align: center; 
    margin: auto 0;
    padding: -webkit-calc(var(--root-block-padding) * 1.4) 0;
    min-height: initial;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#inner-banner.location-banner .caption .text-block {
    color: #ffffff;
    font-size: 1.1rem;
    margin-top: 1rem;
}
#inner-banner.location-banner .caption .title {
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
}
#inner-banner.location-banner .caption .location__hero-img {
    max-width: 260px;
    display: block;
    margin: 0 0 2rem;
    width: 100%;
    height: auto;
}
#inner-banner.location-banner .btn{
    color: #313131;
}
#inner-banner .caption {
    position: relative;
    z-index: 3;
    padding: 3rem 0;
    margin-left: auto;
    width: 55%;
    min-height: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#inner-banner.location-banner .caption::before {
    /* content: ""; */
    width: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0.9;
    padding-bottom: 2rem;
    background-size: 243px;
    background-image: url("../svg/sci-logo-color.svg");
    background-repeat: no-repeat;
    height: 85px;
    /* position: absolute; */
    top: 86px;
    left: 0%;
}

#inner-banner.location-banner .breadcrumb {
    display: none;
}

#inner-banner .breadcrumb {
    color: #757575;
    margin: 0 0 1rem;
}

.breadcrumb {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 1rem 0 0;
    padding: 0.7rem 0 0.7rem;
    text-align: left;
    position: relative;
    opacity: 0.8;
}



#inner-banner .caption .title {
    font-size: 6vw;
    color: #000;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.main-location-div .h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
p {
    color: #2f3535;
    -webkit-transition: font-size 0.3s ease-out;
    -o-transition: font-size 0.3s ease-out;
    transition: font-size 0.3s ease-out;
}

.main-location-div .h2,
h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #080808;
    line-height: 1.4;
}



#inner-banner .caption .text-block {
    margin-top: 1.6rem;
    opacity: 0.9;
}

#content-block {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

.office-location {
    padding: 0;
}

.office-location .bg {
    top: 0;
    z-index: 1;
}

.bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgba(13, 124, 139, 0.09), rgba(255, 255, 255, 0));
    max-height: 200vh;
    opacity: 0.6;
}

.bg::before,
.bg::after {
    content: "";
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(-50deg);
    transform-origin: 50% 50%;
}

.bg::after {
    transform: rotateZ(30deg) translateX(40vw);
    transform-origin: 60% 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.6);
}

.bg::before,
.bg::after {
    content: "";
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(-50deg);
    transform-origin: 50% 50%;
}

#content-block .mid-container {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}

#content-block #left-block {
    width: 50%;
}

#content-block #left-block,
#content-block #right-block {
    position: relative;
    z-index: 1;
    /* padding-top: 60px; */
}
.block {
    padding: var(--root-block-padding) 0;
}

#content-block #left-block .breadcrumb {    
    padding-left: 1.6rem;
    padding-top: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    position: relative;
}
@media screen and (min-width: 1200px) {
    #content-block #left-block .breadcrumb {
        margin-top: -25px;
    }
}
#content-block #left-block .breadcrumb::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f177" !important;
    font-weight: 900;
    padding: 0;
    width: 2.5rem;
}

.breadcrumb li {
    display: inline-block;
    color: #424242;
}

@media (min-width: 992px) {
    .breadcrumb a {
        position: relative;
    }

    .breadcrumb a::before,
    .breadcrumb a::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: auto;
        bottom: 0;
        width: 0;
        height: 1px;
        background: rgba(97, 97, 97, 0.7);
        -webkit-transition: all 220ms ease-in;
        -o-transition: all 220ms ease-in;
        transition: all 220ms ease-in;
    }

    .breadcrumb a::after {
        background: rgba(97, 97, 97, 0.2);
        left: auto;
        right: 0;
    }
}

.breadcrumb a {
    color: #000;
    font-weight: 700;
    opacity: 0.9;
    font-size: 14px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;    
    line-height: 0;
}

.header-style {
    padding: 0 0 3rem;
    max-width: 1079.98px;
    text-align: center;
    position: relative;
}

.text-left {
    text-align: left !important;
}

.header-style h1,
.header-style__title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #2f3535;
    margin-bottom: 0.5em;
}



.free-tail {
    position: relative;
    display: inline-block;
}

.free-tail::before {
    content: "";
    height: 40%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(33, 150, 243, 0.06);
}

/* for-logo-slider */

/* Slick Slider */
.slick-next::before,
.slick-prev::before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #008153 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter 0.4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
    z-index: 999;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.section {
    max-width: 1200px;
    margin: 0 auto;
}

section.featured.footer-featured ul.featured-logos li {
    width: 10%;
    list-style-type: none;
    padding: 20px 0px;
}

section.featured.footer-featured ul.featured-logos {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

/* logo-slider-end */

.office-picture.lazy-loaded {
    background-size: 100% 100%;
    width: 50%;
    background-repeat: no-repeat;
}

.card-body {
    display: flex;
}

.address {
    width: 50%;
}

.main-width-adrees {
    margin: 0 auto;
    width: 90%;
}

span.card__title {
    font-size: 20px;
    font-weight: 600;
}

.main-width-adrees address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    padding-top: 20px;
}

.d-flex.location__cards__social a {
    padding-right: 20px;
}

* {
    margin: 0;
    padding: 0.15px;
}

.home-service #images-block {
    max-width: 1080px;
}

.home-service #images-block {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0 1rem;
    position: relative;
    -webkit-box-pack: justify;
    justify-content: center;
    margin: 0 auto;
}

.home-service .image-holder {
    width: 48%;
    margin: 2rem auto;
    max-width: 460px;
}

.home-service .image-holder {
    position: relative;
    display: block;
    z-index: 1;
    width: 48%;
    overflow: hidden;
    background: rgba(13, 124, 139, 0.06);
    height: 280px;
    -webkit-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    transition: 200ms ease-out;
    border: solid 0.6rem #fff;
    -webkit-box-shadow: 0px 6px 8px rgb(0 0 0 / 4%);
    box-shadow: 0px 6px 8px rgb(0 0 0 / 4%);
    -webkit-transition: -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
    transition: -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
    -o-transition: transform 320ms ease-in, box-shadow 260ms ease-out;
    transition: transform 320ms ease-in, box-shadow 260ms ease-out;
    transition: transform 320ms ease-in, box-shadow 260ms ease-out, -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
}

.home-service .image-holder:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
}

.home-service .image-holder:hover::before {
    width: 0;
}

.home-service .image-holder .image img {
    width: 100%;
}

.home-service .image-holder .caption {
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: -1px;
    padding-bottom: 0 !important;

    padding: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, #fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 10%, #fff 30%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 10%, #fff 30%);
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, #fff 30%);
    width: 101%;
}

.home-service .image-holder .caption .title {
    font-size: 1.4rem;
}

.home-service .image-holder p {
    font-size: 0.9rem;
    color: #313131;
    line-height: 1.5;
    font-weight: 500;
}

.home-service .image-holder .title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #2f3535;
    padding-bottom: 0.8rem;
    -webkit-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    transition: 200ms ease-out;
    overflow: hidden;
    letter-spacing: 2px;
}

.free-tail {
    position: relative;
    display: inline-block;
}

.home-service .image-holder .title strong {
    display: block;
    font-size: 0.75em;
    font-weight: 700;
}

.home-service .image-holder .title .free-tail::before {
    background: rgba(13, 124, 139, 0.4);
    height: 3px;
    top: auto;
    left: 105%;
    bottom: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 300%;
}

.free-tail::before {
    content: "";
    height: 40%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(33, 150, 243, 0.06);
}

.home-service .image-holder:hover::after {
    width: 240%;
    height: 481%;
    background: rgba(250, 250, 250, 0.4);
}

.home-service .image-holder::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

section.home-service.block {
    background: #fafafa;
}

.office-picture.lazy-loaded {
    background-size: 100% 100%;
    width: 50%;
    background-repeat: no-repeat;
}

.card-body {
    display: flex;
}

.address {
    width: 50%;
    padding: 2rem;
}

.main-width-adrees {
    margin: 0 auto;
    width: 90%;
}

span.card__title {
    font-size: 20px;
    font-weight: 600;
}

.main-width-adrees address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    padding-top: 20px;
}

.d-flex.location__cards__social a {
    padding-right: 20px;
}

.location__cards .card {
    border: solid 1px #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.location__cards .office-picture {
    width: 48%;
    margin: 0;
    background-color: #fafafa;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* added display none after image updates */
.location__cards .office-picture::after {
    content: url(../logoooo.html);
    position: absolute;
    z-index: 2;
    width: 60%;
    height: auto;
    top: auto;
    left: 10px;
    bottom: 10px;
    background-color: #000;
    padding: 8px 12px;
    display: none;
}

div#right-block {
    width: 40%;
}

.main-location-div {
    font-family: "Montserrat", "Nunito Sans", "Raleway", "Open sans", sans-serif;
}
/* 
.btn--blue:hover {
    background: #0e8899;
    color: #fff;
} */

/* .btn--sm {
    font-size: 0.875rem;
    padding: 1rem 3rem;
    border: 0;
    background: #0e8899;
    color: #fff;
} */
/* 
.btn::before,
.btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: auto;
    bottom: 0;
    width: 0;
    height: 3px;
    background: rgba(13, 124, 139, 0.7);
    -webkit-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
}

.btn--blue::before,
.btn--blue::after {
    background: #084a53;
}

.btn::after {
    background: rgba(13, 124, 139, 0.2);
    left: auto;
    right: 0;
}

.btn {
    text-decoration: none;
    -webkit-transition: background 0.25s ease-out, font 0.25s ease-out;
    -o-transition: background 0.25s ease-out, font 0.25s ease-out;
    transition: background 0.25s ease-out, font 0.25s ease-out;
}

.btn::before,
.btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: auto;
    bottom: 0;
    width: 0;
    height: 3px;
    background: rgba(13, 124, 139, 0.7);
    -webkit-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
}

.btn-set.mt-4 {
    padding-top: 40px;
    padding-bottom: 20px;
} */

.book-appointment a {
    background: #be3024;
    color: #fff;
}

.book-appointment {
    width: 100%;
}

#content-block .mid-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    position: relative;
    z-index: 5;
}


.text-center {
    text-align: center !important;
    padding-top: 40px;
}

section.block.location__insurance {
    padding-top: 50px;
    padding-bottom: 20px;
}

.main-location-div p {
    font-size: 1rem;
    color: #313131;
    line-height: 1.88;
    margin: 0;
}

.main-location-div a {
    color: #313131;
    text-decoration: none;
}

.main-location-div a.btn {
    color: white;
}

h2.mt-5.h1.free-tail.font-weight-normal {
    font-size: 2.7rem;
    line-height: 1.1;
    margin-bottom: 20px !important;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    color: #000000;
    margin-top: 3rem !important;
}

.location__cards.mt-4 {
    padding-top: 2rem;
}

div#aa {
    padding: 60px 0px;
}




@media (max-width: 767px) {
    #content-block .mid-container {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        position: relative;
        z-index: 5;
        flex-direction: column;
    }

    #content-block #left-block {
        width: 95%;
        margin: 0 auto;
    }

    div#aa {
        padding: 0px 0px;
    }

    .main-location-div p {
        font-size: 1rem;
        color: #313131;
        line-height: 1.88;
        margin: 0;
    }

    .header-style {
        padding: 0 0 1rem;
        max-width: 1079.98px;
        position: relative;
    }

    div#right-block {
        width: 95%;
        margin: 0 auto;
    }

    .responsive-map iframe {
        width: 100%;
    }

    .card-body {
        display: flex;
        flex-direction: column;
    }

    .office-picture.lazy-loaded {
        width: 100%;
        height: 35vh;
        max-height: 260px;
    }

    .location__cards .office-picture {
        width: 100%;
        margin: 0;
        height: 400px;
        background-color: #fafafa;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .address {
        width: 100%;
        padding: 2rem 0;
    }

    .location__cards .btn-set .btn {
        padding: 0.9rem 1.8rem;
        text-align: center;
        width: 100%;
    }

    div#form-block {
        padding: 10px 20px;
    }

    .section {
        max-width: 100%;
        margin: 0 auto;
    }

    section.block.location__insurance {
        width: 85%;
        margin: 0 auto;
    }

    /* updated location page hero styling */
    #inner-banner.location-banner .caption .location__hero-img {
        max-width: 240px;
        display: block;
        margin: 1rem 0;
        width: 100%;
        height: auto;
    }    
}

@media (max-width: 1023px) and (min-width: 768px) {
    #content-block .mid-container {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        position: relative;
        z-index: 5;
        flex-direction: column;
    }

    #content-block #left-block {
        width: 85%;
        margin: 0 auto;
    }

    div#aa {
        padding: 0px 0px;
    }

    .main-location-div p {
        font-size: 1rem;
        color: #313131;
        line-height: 1.88;
        margin: 0;
    }

    .header-style {
        padding: 0 0 1rem;
        max-width: 1079.98px;
        position: relative;
    }

    div#right-block {
        width: 85%;
        margin: 0 auto;
    }

    .responsive-map iframe {
        width: 100%;
        height: 1000px;
    }

    .card-body {
        display: flex;
        flex-direction: column;
    }

    .office-picture.lazy-loaded {
        width: 100%;
        height: 35vh;
        max-height: 500px;
    }

    .address {
        width: 100%;
        padding: 2rem;
    }

    .location__cards .btn-set .btn {
        padding: 0.9rem 12rem;
        text-align: center;
        width: 100%;
    }

    div#form-block {
        padding: 10px 20px;
    }

    .section {
        max-width: 100%;
        margin: 0 auto;
    }

    section.block.location__insurance {
        width: 85%;
        margin: 0 auto;
    }

    .home-service #images-block {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        padding: 0;
        position: relative;
        -webkit-box-pack: justify;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
        width: 100%;
    }

    .home-service .image-holder {
        position: relative;
        display: block;
        z-index: 1;
        width: 100%;
        overflow: hidden;
        background: rgba(13, 124, 139, 0.06);
        height: 280px;
        -webkit-transition: 200ms ease-out;
        -o-transition: 200ms ease-out;
        transition: 200ms ease-out;
        border: solid 0.6rem #fff;
        -webkit-box-shadow: 0px 6px 8px rgb(0 0 0 / 4%);
        box-shadow: 0px 6px 8px rgb(0 0 0 / 4%);
        -webkit-transition: -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
        transition: -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
        -o-transition: transform 320ms ease-in, box-shadow 260ms ease-out;
        transition: transform 320ms ease-in, box-shadow 260ms ease-out;
        transition: transform 320ms ease-in, box-shadow 260ms ease-out, -webkit-transform 320ms ease-in, -webkit-box-shadow 260ms ease-out;
    }

    div#images-block a {
        max-width: 100% !important;
        height: 440px;
    }

    #content-block #right-block #form-block h2 {
        font-size: 4.4rem;
        width: 20%;
        letter-spacing: 1px;
    }

    .main-location-div .h2,
    h2 {
        font-size: 4.4rem;
        font-weight: 500;
        line-height: 1.4;
    }    
}

@media (max-width: 1200px) and (min-width: 1024px) {
    #content-block .mid-container {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        position: relative;
        z-index: 5;
        flex-direction: column;
    }

    #content-block #left-block {
        width: 85%;
        margin: 0 auto;
    }

    div#aa {
        padding: 0px 0px;
    }

    .main-location-div p {
        font-size: 1rem;
        color: #313131;
        line-height: 1.88;
        margin: 0;
    }

    .header-style {
        padding: 0 0 1rem;
        max-width: 1079.98px;
        position: relative;
    }

    div#right-block {
        width: 85%;
        margin: 0 auto;
    }

    .responsive-map iframe {
        width: 100%;
    }

    .card-body {
        display: flex;
        flex-direction: column;
    }

    .office-picture.lazy-loaded {
        width: 100%;
        height: 35vh;
        max-height: 260px;
    }

    .address {
        width: 100%;
        padding: 2rem;
    }

    .location__cards .btn-set .btn {
        padding: 0.9rem 1.8rem;
        text-align: center;
        width: 100%;
    }

    div#form-block {
        padding: 10px 20px;
    }

    .section {
        max-width: 100%;
        margin: 0 auto;
    }

    section.block.location__insurance {
        width: 85%;
        margin: 0 auto;
    }
}

/* mobile media query only screen moto4 , samsung s5 */

@media screen and (device-aspect-ratio: 9/16) {
}

/* mobile iphone 5s only */

@media screen and (device-aspect-ratio: 40 / 71) {
}

/* media query only 12 pro mobile */

@media (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
}

/* media query only iphone XR mobile */

@media (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
}

/* media query only samsung Galaxy s20 ultra or pixel 2 XL mobile */

@media only screen and (-webkit-min-device-pixel-ratio: 3.5) {
}

/* media query only samsung Galaxy S8+ mobile */

@media only screen and (-webkit-min-device-pixel-ratio: 4) {
}

/* media query only iphone 6,7,8 plus mobile */

@media (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
}

.home-service .image-holder {
    width: 100% !important;
    height: 325px !important;
    margin: 5px !important;
}
