/*custom css start */
body {
    font-family: "mulish-variable", sans-serif;
}
body {
    font-size: 17px;
    line-height: 30px;
    color: #4a4a4a;
}
section.def-section {
    padding: 80px 0;
}

.h1,
h1 {
    font-size: 40px;
    font-family: "mulish-variable", sans-serif;
    color: #080808;
    line-height: 50px;
}
.h2,
h2 {
    font-size: 36px;
    font-family: "mulish-variable", sans-serif;
    color: #080808;
    letter-spacing: 1px;
}
.h3,
h3 {
    font-size: 28px;
    font-family: "mulish-variable", sans-serif;
    color: #080808;
    letter-spacing: 1px;
}
.h4,
h4 {
    font-size: 24px;
    font-family: "mulish-variable", sans-serif;
    color: #080808;
    letter-spacing: 1px;
}
.h5,
h5 {
    font-size: 20px;
    font-family: "mulish-variable", sans-serif;
    color: #080808;
    letter-spacing: 1px;
}
.h6,
h6 {
    font-size: 18px;
    font-family: "mulish-variable", sans-serif;
    color: #080808;
    letter-spacing: 1px;
}
a {
    color: #42c9c9;
}
a:hover {
    color: #1b8d99;
}
li,
ol,
p,
ul {
    line-height: 25px;
}
p {
    padding: 0 0 15px;
}
div#wrapper-navbar {
    background: #ffffff00 !important;
    border-bottom: 0 solid #000;
    position: absolute;
    width: 100%;
}
div#wrapper-navbar.sticky {
    background-color: #fff !important;
}
.sticky .nav-link {
    color: #000000 !important;
}
.sticky .navbar-brand img {
    filter: brightness(0);
}
.section-title h2 {
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.alignleft {
    text-align: left;
}
.alignCenter {
    text-align: center;
}

.alignCenterB {
    text-align: center;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a.top-btn {
    background: #27aae1;
    padding: 20px 30px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
}
a.top-btn:hover {
    background: #8dc63f;
    color: #fff;
}

.dropdown-item {
    padding-right: 30px;
}
.navbar-collapse {
    justify-content: end;
}
.nav-link {
    color: #ffffff !important;
    padding: 0 12px !important;
    font-size: 17px;
}
.sticky .nav-link {
    color: #000000 !important;
}
.sticky li.top-btn a {
    color: #ffffff !important;
}

li.top-btn a {
    background: #42c9c9;
    color: #fff !important;
    padding: 8px 25px !important;
    text-align: center;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.nav-item:last-child .nav-link {
    padding-right: 25px !important;
    margin-left: 15px;
}
li.top-btn a:hover {
    background: #1b8d99;
    color: #fff !important;
}
li.top-btn a i.fa {
    font-size: 25px;
    rotate: 10deg;
}
a.navbar-brand.custom-logo-link {
    line-height: 0;
}
.navbar-brand img {
    max-height: 55px;
    width: auto;
}
.nav-link:hover {
    color: #1b8d99 !important;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    background-color: #42c9c9 !important;
    border-color: #42c9c9 !important;
}

.def-btn a {
    background: #42c9c9;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
}
.def-btn a:hover {
    background: #1b8d99;
    color: #fff;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.container,
.container-lg,
.container-md,
.container-sm {
    max-width: 1450px;
    padding: 0 5%;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000026;
}

.heroWrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
  }
  

/*  h2heading.resp-accordion.hor_tab_set1:after {
    content: "\f067 ";
    font-family: FontAwesome;
    display: block;
    margin-left: auto;
    width: 1.3em;
    color: #42c9c9;
}*/
section#sub-hero .col img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section#sub-hero .col {
    padding-left: 0;
    padding-right: 0;
}
.dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

section.banner-section {
    position: relative;
    z-index: -1;
    line-height: 0;
    max-height: 670px;
    overflow: hidden;
}
.in-pain h1 {
    font-weight: bold !important;
    color: #1b8d99;
    margin-bottom: 20px;
}
.in-pain {
    background: #fff;
    box-shadow: 0 1px 30px #e9e9e9;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
section.help {
    margin-top: -155px;
    z-index: 99999999;
}
.subp-section.pad-top100 {
    padding-top: 100px;
}
.welcome-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
h2, h1, h3, h4, h5 {
    text-transform: capitalize;
}
.welcome-col:nth-child(1) {
    padding-right: 50px;
}
.welcome-col img {
    border-radius: 20px;
}
.welcome-col {
    width: 50%;
}
p.small-tetx {
    background: #e9f8fd;
    margin-bottom: 20px;
    display: inline-block;
    padding: 9px 20px 7px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #1b8d99;
}
.welcome-col h2 {
    margin-bottom: 25px;
}
.team-col {
    padding: 16px;
    text-align: center;
}
.team-col img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: top !important;
    margin-bottom: 15px;
}
.team-col h4 {
    color: #42c9c9;
    font-size: 18px;
    font-weight: normal;
    max-width: 200px;
    margin: 0 auto;
}

.text-dark {
    color: #000;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome';
    color: #000000;
}
.slick-prev:before {
    content: '\f177 ';
}
.slick-next:before {
    content: '\f178 ';
}

.bordered-btn-nobg {
    background-color: transparent;
}

.bordered-btn a {
    border: 1px solid #42c9c9;
    background: #fff;
    color: #42c9c9;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 0;
}
.bordered-btn a:hover {
    border: 1px solid #42c9c9;
    background: #42c9c9;
    color: #ffffff;
}
.bordered-btn {
    margin-top: 20px;
}

.contact_form {
    padding: 30px;
    background: #E2F0F4;
    border-radius: 3px;
    margin-bottom: 30px;
}

.contact_form wpcf7-submit {
    padding: 30px;
    background: #00c2f8;
    border-radius: 3px;
}

.contact_form label {
    font-weight: bold;
}

.sizee {
    font-size: 25px;
    padding-right: 10px;
}

.wpcf7-submit,
input[type=submit] {
    margin-bottom: 0;
    background-color: #758f9c;
}

.bordered-btn a,
a.btn.btn-main {
    border: 1px solid #42c9c9;
    background: #fff;
    color: #42c9c9;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 0;
    text-align: center;
}

.bordered-btn a:hover,
a.btn.btn-main:hover {
    border: 1px solid #fff;
    background: #42c9c9;
    color: #fff;
    text-decoration: none;
}
/*-----------------*/
.bordered-btnB a {
    border: 1px solid #ffffff;
    background: #42c9c9;
    color: #fafafa;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 0;
}
.bordered-btnB a:hover {
    border: 1px solid #42c9c9;
    background: #1b8d99;
    color: #ffffff;
}
.bordered-btnB {
    margin-top: 20px;
}

.bordered-btnB a,
a.btnB.btn-mainB, a.btn.btn-primary {
    border: 1px solid #42c9c9;
    background: #42c9c9;
    color: #ffffff;
    font-size: 18px;
    padding: 13px 35px;
    border-radius: 30px;
    margin-top: 0;
    text-align: center;
}

.bordered-btnB a:hover,
a.btnB.btn-mainB:hover, a.btn.btn-primary:hover {
    border: 1px solid #42c9c9;
    background: #1b8d99;
    color: #fff;
    text-decoration: none;
}
a.btn.btn-primary {
    margin-left: 0;
    margin-right: 0;
}
a.btnB.btn-mainB, a.btn.btn-primary {
    clear: both;
    display: block;
    width: fit-content;
    margin-top: 10px;
    text-transform: capitalize;
}
.col-full-width a.btnB.btn-mainB, .col-full-width a.btn.btn-primary {
    margin: 0 auto;
}
/*-------------------*/

.bordered-btn-nobg a {
    border: 1px solid #ffffff;
    background: transparent;
    color: #1b8d99;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 0;
}
.bordered-btn-nobg a:hover {
    border: 1px solid #42c9c9;
    background: #1b8d99;
    color: #ffffff;
}
.bordered-btn-nobg {
    margin-top: 20px;
}

.bordered-btn-nobg a {
    border: 1px solid #42c9c9;
    background: transparent;
    color: #1b8d99;
    font-size: 18px;
    padding: 13px 35px;
    border-radius: 30px;
    margin-top: 0;
    text-align: center;
}

.bordered-btn-nobg a:hover {
    border: 1px solid #42c9c9;
    background: #d6eaea;
    color: #1b8d99;
    text-decoration: none;
}


.list-unstyled a {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
  }
.list-unstyled {
    width: 50%;
    float: left;
}

  .img-shadow {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),  
    -5px -5px 10px rgba(0, 0, 0, 0.2);
border-radius: 5px; 
  }
  
  .bottom20 {
    margin-bottom: 20px !important;
}

  .bottom50 {
    margin-bottom: 50px !important;
}

.bottom100 {
    margin-bottom: 100px !important;
}

.bottom-pad-100 {
    padding-bottom: 100px !important;
}

.top100 {
    margin-top: 100px !important;
}

.top-pad-100 {
    padding-top: 100px;
}

.top50 {
    margin-top: 50px !important;
}

.bottom-pad-50 {
    padding-bottom: 50px;
}

.top-pad-50 {
    padding-top: 50px;
}

.circle-img {
    border-radius: 50%;
}

.ChiroTreatPic {
    vertical-align: middle;
    margin-top: 200px;
}

.bg-section {
    background-image: linear-gradient(90deg, #dbedf2 20%, #d6eaea 72%);
}

.faq-box {
    background-image: linear-gradient(90deg, #E2F0F4 20%, #beecf9 72%);
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    text-align: left;
}

.faq-box p {
    font-size: 1em;
    color: #555;
}
.operation-table {
    padding: 20px;
    width: fit-content;
    background-image: linear-gradient(90deg, #dbedf2 20%, #d6eaea 72%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.operation-table table {
    width: 100%;
    border-collapse: collapse;
}

.operation-table td {
    padding: 5px 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
}


.operation-table table  {
    border: 2px solid #000000;
    padding: 10px 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.operation-table thead th {
    background-color: #7ee7e7;
    color: #ffffff;
    font-weight: bold;
}

.operation-table tbody tr:nth-child(odd) {
    background-image: linear-gradient(90deg, #dbedf2 20%, #d6eaea 72%);
}

.operation-table tbody tr:nth-child(even) {
    background-image: linear-gradient(90deg, #dbedf2 20%, #d6eaea 72%);
}

.contact_form label {
    padding-bottom: 40px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #42c9c9 !important;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 40px;
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #1b8d99 !important;
    color: #fff;
}


.a-black a h4 {
    color: #000;
}
.bgBlue {
    background: #42c9c9;
}

.underline-ref {
    text-decoration: underline;
}

.underline-ref a {
    text-decoration: underline;
}

section.meet-team .bordered-btn {
    margin-top: 30px;
}
section.want-cure , .subp-section.cta2{
    background: #f4f7f8;
}

.service-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-col {
    width: 23%;
    text-align: center;
}
.service-col img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}
.service-col:hover img {
    box-shadow: 0 2px 28px #9f9f9f;
    border: 3px solid #ffffff;
}
.service-col h4 {
    font-size: 18px;
    color: #42c9c9;
}
.service-col p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
}
.service-col:hover p {
    color: #42c9c9;
}
section.meet-team {
    padding-bottom: 70px;
}
.service-content {
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 0;
}
.featured-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}
.featured-wrap.row-reverse {
    flex-direction: row-reverse;
}
.featured-col {
    width: 48%;
}
.featured-col:nth-child(1) img {
    width: 100%;
    border-radius: 20px;
}
.featured-col h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.featured-col h4 img {
    height: 47px;
}
.featured-col .bordered-btn {
    margin-top: 0;
    margin-bottom: 20px;
}
.featured-col p {
    line-height: 26px;
}
.all-services-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-services-col {
    width: 18%;
    text-align: center;
    border: 1px solid #42c9c9;
    border-radius: 10px;
    margin-bottom: 30px;
}
.all-services-col a {
    padding: 25px 15px;
    display: block;
}
.all-services-col img {
    display: block;
    margin: 0 auto 20px;
    height: 110px;
}
.all-services-col span {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    color: #444;
    line-height: 24px;
}
.all-services-col:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-services-col:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px #e4e4e4;
}
section.quality.def-section {
    background-image: linear-gradient(90deg, #dbedf2 20%, #b8dde8 72%);
}
.quality-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.quality-col {
    width: 44%;
}
.quality-col h2 {
    line-height: 52px;
}
.quality-col img {
    border-radius: 20px;
}
footer {
    background-color: #ffffff;
    font-size: inherit;
}
.footer-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-col {
    width: 18%;
}
.footer-col:nth-child(1) {
    width: 25%;
}

footer .h5,
footer h5,
footer li,
footer p,
footer ul {
    color: inherit;
}
footer a {
    color: #1b8d99 !important;
}
img.flogo {
    max-height: 50px;
    width: auto !important;
}
.footer-col ul {
    padding: 0 !important;
}
.footer-col ul li {
    padding-top: 0;
}
span.foo-title {
    display: block;
    color: #1b8d99;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-col:last-child {
    align-items: center;
    display: flex;
    justify-content: right;
}
ul.foo-social {
    display: flex;
    gap: 20px;
    align-items: center;
}
ul.foo-social li i.fa {
    font-size: 25px;
    color: #42c9c9;
}
.contact-details a {
    display: block;
}
.contact-details a span {
    color: #000;
}
.copt-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    padding: 15px 0;
}
a.powered-by {
    color: inherit !important;
}
.dropdown-menu .nav-item {
    background-color: #42c9c9;
}
ul.dropdown-menu.show li:hover {
    background-color: #1b8d99 !important;
}
.dropdown-menu .dropdown-item {
    text-transform: capitalize;
}
/* Smooth navbar
*/
.navbar-header-scroll {
    background: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
    transition: background 1s ease-in 50ms !important;
}
a.navbar-brand .shrink-logo-down {
    width: auto;
    transition: all 1s ease 0s !important;
    max-height: 45px;
}
.shrink-nav {
    transition: all 1s ease 0s !important;
}
.navbar-return {
    top: 0 !important;
    transition: all 1s ease 0s !important;
}
.shrink-font {
    font-size: 16px;
    transition: all 1s ease 0s!important;
}
body.page-id-626 section.meet-team .bordered-btn-nobg {
    display: none;
}
.wpcf7-form {
    margin-bottom: 0;
}
.subp-section.hcolor h2 {
    color: #42c9c9;
}
div#\31 _Tab {
    margin-bottom: 30px;
}
ul.custom, ul.dl {
    padding: 0;
}
ul.custom li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0;
    width: 30px;
    font-size: 20px;
    color: #000;
}
ul.custom li {
    text-transform: capitalize;
}
ul.custom.left {
    width: 50%;
    float: left;
}
ul.dl li{
    padding: 0;
}
ul.dl li {
    padding: 10px 0px;
}
ul.dl li strong {
    font-size: 18px;
    text-decoration: underline;
}
ul.custom.sblock strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.subp-section.five-col .row {
    align-items: center;
    justify-content: center;
}
.subp-section.iframe-v iframe {
    max-width: 100%;
}
h2heading.resp-accordion:first-child, h2heading.resp-accordion{
    border-top: unset !important;
    border: unset !important;
}
.resp-easy-accordion .resp-accordion.resp-tab-active:first-child {
    border-top: unset !important;
}
h2heading.resp-accordion, .resp-easy-accordion .resp-tab-content {
    text-align: left !important;
}
h2heading.resp-tab-active {
    background: #42c9c9 !important;
    color: #fff !important;
}
.resp-easy-accordion h2heading.resp-accordion {
    display: block;
    border-bottom: 1px solid  #000 !important;
}
.resp-accordion.resp-tab-active:first-child {
    border-bottom: unset !important;
}
section.meet-team.pad-top100 {
    padding-top: 100px;
}
a.btn.btn-secondary.understrap-read-more-link {
    background-color: #42c9c9;
    border-radius: 40px;
    padding: 10px 40px;
}
div.blog-posts header.entry-header {
    text-align: center;
}
strong.entry-title {
    font-size: 22px;
}
div.blog-posts article footer.entry-footer {
    display: none;
}
span.page-link.current {
    background-color: #42c9c9;
    border-color: #42c9c9;
}
.page-link, .page-link:hover {
    color: #42c9c9;
}
section.breadcrums {
    padding-top: 100px !important;
}


/*Navneet*/
@media only screen and (min-width: 576px) {
    }
@media only screen and (min-width: 768px) {
    }
@media only screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        border-radius: 0;
        padding: 0;
        min-width: 220px;
        top: 65px;
    }
    .dropdown-menu .nav-item {
        color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }
    .dropdown-menu .nav-item:last-child {
        border-bottom: 0 solid #d4d4d4;
    }
    .understrap-child-flex-main-menu {
        width: 100%;
    }
    .team-col p {
        font-size: 20px;
        line-height: 39px;
    }
    ul.dropdown-menu .menu-item-has-children:hover ul.dropdown-menu {
        display: block;
        right: 100%;
        top: 0;
    }
    ul.dropdown-menu .menu-item-has-children::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        top: 20px;
        right: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .sticky .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 1300px) {
    }
@media only screen and (min-width: 1500px) {
    }
@media only screen and (min-width: 1600px) {
    .h1,
    h1 {
        font-size: 60px;
    }

}

@media only screen and (max-width: 1400px) {
    }
@media only screen and (max-width: 1199px) {
    div#wrapper-navbar .container {
        padding: 0 2%;
    }
    .nav-link {
        padding: 0 6px !important;
        font-size: 16px;
    }
    li.top-btn a {
        padding: 4px 15px !important;
        font-size: 15px;
    }
    .nav-item:last-child .nav-link {
        padding-right: 15px !important;
        margin: auto;
    }
    li.top-btn a i.fa {
        font-size: 20px;
    }
    section.def-section {
        padding: 50px 0;
    }
    .section-title h2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .nav-link {
        padding: 0 8px !important;
    }

    .all-services-col img {
        display: block;
        margin: 0 auto 10px;
        height: 80px;
    }
    .all-services-col a {
        padding: 15px 10px;
    }
    .featured-wrap {
        padding: 15px 0;
    }
    .footer-col {
        width: 48%;
        margin-bottom: 20px;
    }
    .footer-col:last-child {
        justify-content: start;
    }

}
@media only screen and (max-width: 991px) {

    section.def-section {
        padding: 50px 0;
    }
    section.meet-team {
        padding-bottom: 50px;
    }
    button.navbar-toggler {
        padding: 5px 7px;
    }
    .navbar-dark .navbar-toggler-icon {
        width: 20px !important;
        height: 20px !important;
    }
    .navbar {
        padding: 10px 20px;
    }
    .navbar-collapse {
        background-color: #42c9c9;
        border-radius: 0;
    }

    .navbar-collapse .nav-link {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
    }
    ul#main-menu li.menu-item {
        width: 100%;
        border-bottom: 1px solid #d0d0d0;
    }
    ul#main-menu li.menu-item:last-child {
        border-bottom: 0 solid #fff;
    }

    button.navbar-toggler {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .navbar-collapse li.top-btn a {
        text-align: center !important;
        margin-left: 12px;
        background: #1b8d99;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        line-height: 1px !important;
        padding-top: 10px !important;
        width: 190px;
    }
    .navbar-collapse li.top-btn a:hover {
        background: #000;
    }
    .navbar-collapse {
        margin-top: 40px;
    }
    .welcome-col:nth-child(1) {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .welcome-col {
        width: 100%;
        text-align: center;
    }
    .service-col img {
        height: 210px;
    }
    .dropdown-menu {
        text-align: left;
        background-color: #1b8d99;
        padding: 0;
    }
    .dropdown-menu .nav-item {
        background-color: #1b8d99;
    }
    .subp-section .col{
    text-align: center;
}
a.btnB.btn-mainB, a.btn.btn-primary {
    margin: 0 auto;
}
.list-unstyled {
    width: 100%;
    float: unset;
    text-align: left;
}
.subp-section.flip-row .row {
    flex-direction: column-reverse;
}
.subp-section.intro-sec img {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
}
iframe {
    max-width: 100%;
}
.operation-table {
    margin: 0 auto;
}
.wpcf7-spinner {
    display: block;
}
}

@media only screen and (max-width: 768px) {
    h1 {
        line-height: 1.2;
        font-size: calc(28px + 2*((100vw - 320px) / 1120));
        font-weight: normal;
    }
    h2 {
        line-height: 1.2;
        font-size: calc(28px + 2*((100vw - 320px) / 1120));
        font-weight: normal;
    }
    h3 {
        line-height: 1.2;
        font-size: calc(25px + 2*((100vw - 320px) / 1120));
        font-weight: normal;
    }
    h4 {
        line-height: 1.2;
        font-size: calc(23px + 1*((100vw - 320px) / 1120));
        font-weight: normal;
    }
    h5 {
        line-height: 1.2;
        font-size: calc(20px + 2*((100vw - 320px) / 1120));
        font-weight: normal;
    }
    .def-btn a {
        margin-top: 10px;
    }
    .service-col {
        width: 48%;
        text-align: center;
    }
    .all-services-col {
        width: 48%;
    }
    .quality-col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .quality-col h2 {
        line-height: 40px;
    }
    .featured-col {
        width: 100%;
        text-align: center;
    }
    .featured-col:nth-child(1) img {
        width: 100%;
        margin-bottom: 20px;
    }
    .featured-col h4 {
        justify-content: center;
    }
    .heroWrapper {
    height: 200px;
}
}
@media only screen and (max-width: 640px) {
    .in-pain h1 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .in-pain {
        padding: 30px 20px;
    }
    section.help {
        margin-top: -60px;
    }
}
@media only screen and (max-width: 480px) {

    button.navbar-toggler {
        top: 19px;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-col:nth-child(1) {
        width: 100%;
    }
    .footer-col:last-child {
        justify-content: center;
    }
    .copt-footer {
        justify-content: center;
    }
    .service-col {
        width: 100%;
    }
    .service-content {
        margin: 0 auto;
    }
    .copt-footer p {
        text-align: center;
    }
}

@media only screen and (max-width: 425px) {
    a.navbar-brand .shrink-logo-down {
        width: 140px;
        transition: all 1s ease 0s !important;
    }
    .all-services-col {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 375px) {

    button.navbar-toggler {
        top: 15px;
    }
}

/*custom css close */
