:root{
    --space-a: 90px;
    --space-b: 75px;
    --strip-space: 50px;
    --bs-primary: #610631;
}

.space-a-y{
    padding-top: var(--space-a);
    padding-bottom: var(--space-a);
}

.space-a-top{
    padding-top: var(--space-a);
}

.space-a-bottom{
    padding-bottom: var(--space-a);
}

.space-b-y{
    padding-top: var(--space-b);
    padding-bottom: var(--space-b);
}

.space-b-top{
    padding-top: var(--space-b);
}

.space-b-bottom{
    padding-bottom: var(--space-b);
}

@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_light.ttf)
}

@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_light.ttf)
}

@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_book.ttf)
}

p {
    font-family: fedrafont !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: fedrafont !important
}

ul {
    font-family: fedrafont !important
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

.btn-primary{
    background: #610631 !important;
    border-color: #610631 !important ;
}

.text-primary{
    color: #610631;
}

.text-gray{
    color: rgba(72, 71, 55, 1);
}

.bg-primary{
    background: #610631 !important;
}

.bg-gray{
    background: rgba(245, 245, 245, 1);
}

.custom-accordion .accordion-header {
    margin: 0;
}
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 14px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

.custom-accordion .accordion-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ffffff;
  padding: 18px 20px;
  color: #5a0038;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}

.custom-accordion .accordion-button.collapsed {
  background: none;
  color: #5a0038;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.custom-accordion .accordion-body {
  font-size: 14px;
  color: #5a5a5a;
  background: #ffffff;
  padding: 16px 20px;
  line-height: 1.6;
  padding-top: 0;
}
.custom-accordion .accordion-button::after {
  content: "+";
  font-weight: 700;
  font-size: 20px;
  background-image: none !important;
  transform: none !important;
  color: #ffffff;
  height: 30px;
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bs-primary);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

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


body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: fedrafont !important
}

.navbar-brand {
    height: auto
}

.navbar-collapse {
    padding: 0
}

.owl-theme .owl-dots .owl-dot.active span{
    background: var(--bs-primary);
}

.w-100{
    width: 100%;
}

.hidden-md {
    display: none
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff0;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgb(0 0 0 / .05), inset 0 -15px 10px -12px rgb(0 0 0 / .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    transform: rotate(45deg)
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff
}

#status {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url(../img/icons/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 75px
}

#content-wrapper {
    margin-top: 65px
}

.form_text {
    color: #a9a584 !important
}

.checkboxx {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #000;
    font-size: 11px
}

#input_message .error {
    float: left;
    margin-bottom: 10px
}

#input_message .form_text {
    display: flex;
    align-items: flex-start;
    float: left;
    margin: 0;
    width: 100%
}

.d-none.error {
    display: none;
    padding: 0 5px
}

.form-group {
    margin-bottom: 10px
}

.coutrycode-div {
    position: relative;
    display: block
}

.dropdowncountry {
    position: absolute;
    bottom: 0;
    height: 30px;
    border: none;
    left: 5px;
    outline: none;
    border-radius: 4px;
    color: #666;
    width: 25%;
    background-color: #fff0;
    z-index: 1;
    display: ruby
}

.dropdowncountry .title {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    font-weight: 600;
    color: #000;
    display: flex
}

.dropdowncountry .title .fa {
    float: right;
    margin-right: 3px;
    transition: transform .3s;
    padding-top: 3px;
    position: inherit;
    right: -10px
}

.hide {
    max-height: 0 !important
}

input#phone {
    padding-left: 59px
}

.dropdowncountry .menudrop {
    transition: max-height .5s ease-out;
    max-height: 15em;
    overflow-y: scroll;
    width: 300px;
    position: absolute;
    z-index: 99;
    overflow-x: hidden;
    top: 31px;
    background-color: #fff
}

.dropdowncountry .menudrop .option {
    margin: .3em .3em .3em .3em;
    margin-top: .3em
}

.intro-parallax {
    background-position: center center;
    background-repeat: no-repeat
}

#intro {
    background-image: url(../img/banner-top.jpg);
    margin-top: 80px;
    background-size: cover;
    min-height: 630px;
    max-height: 530px
}

#rtpcr-banner {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg_text {
    padding-top: 26em
}

.services {
    position: relative;
    background-color: #d8c994
}

.parallaxs {
    background-position: 50% 0px !important
}

#customers-testimonials {
    margin-top: -60px
}

#call-to-action {
    background-image: url(img/right-top.png)
}

.right_side img {
    position: absolute;
    top: 210rem;
    right: 0;
    height: 498px;
    width: 247px;
    z-index: -1111
}

.left_side img {
    position: absolute;
    top: 247rem;
    left: 2px;
    height: 634px;
    width: 454px;
    z-index: -1111
}

.our_promis {
    background-image: url(../img/our_prpmioces.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.our_promis1 {
    background-image: url(../img/foot-img.jpg);
    background-repeat: no-repeat !important;
    background-size: cover;
    margin-top: 0px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

a:hover {
    color: #444;
    text-decoration: none
}

a:focus {
    color: #f8f8f8;
    outline: none;
    border: none;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}


.titlebar {
    margin-bottom: 0;
    display: block
}

.titlebar h1 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center
}

.titlebar p {
    color: #fff3dc;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0 100px;
    margin-bottom: 40px
}

.services-wrap {
    padding: 70px 0
}

.services-wrap h1 {
    margin-top: 0
}

.services-wrap ul {
    margin-top: 120px
}

.serviceList h3 {
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    color: #610631;
    font-weight: 700;
    font-size: 18px
}

.serviceList h3 a {
    font-size: 22px;
    color: #610631;
    text-decoration: none
}

.serviceList h3 a:hover {
    color: #f80606
}

.serviceList p {
    font-size: 14px;
    min-height: 96px;
    color: #484737;
    text-align: Center;
    line-height: 26px
}

.shadow-effect {
    padding: 25px
}

.serviceList {
    background: #fff;
    padding: 25px;
    height: 240px;
    box-shadow: 0 4px 3px rgb(0 0 0 / .1), 0 5px 5px rgb(0 0 0 / .1);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.promisList {
    background: #fff;
    padding: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2);
    min-height: 90px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.promisList h3 {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    color: #610631;
    font-weight: 700;
    font-size: 18px
}

.promisList p {
    font-size: 14px;
    min-height: 96px;
    color: #484737;
    text-align: Center;
    line-height: 26px
}

.service_text {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    height: 230px
}

.serviceList .readmore a {
    padding: 10px 16px
}

.serviceImg {
    overflow: hidden;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.services-wrap ul li .serviceImg img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.serviceImg img {
    width: 100%
}

.serviceWrp li {
    margin: 10px
}

.services-wrap ul li:hover .serviceImg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.serviceImg:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 100%;
    background-color: rgb(248 6 6 / .41);
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    text-align: center
}

.services-wrap ul li:hover .serviceImg:before {
    z-index: 1000;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    top: 0
}

.services-wrap .owl-controls {
    text-align: center;
    margin: 0;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: calc( var(--strip-space) * -1)
}

.services-wrap .owl-nav div {
    display: inline-block !important;
    width: 60px;
    height: 60px;
    margin: 0 4px;
    line-height: 72px;
    text-align: center;
    background: #b7c6c9
}

.services-wrap .owl-nav div i {
    font-size: 26px;
    color: #fff
}

.services-wrap .owl-nav div:hover {
    background: #f80606
}

.services-wrap .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.services-wrap .owl-nav div i {
    font-size: 16px
}

.services-wrap .owl-next {
    margin-bottom: -20px !important
}

.services-wrap .owl-dots {
    display: none !important
}

.navbar-brand {
    padding: 15px 15px 10px
}

.fixed-top1 {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ddd
}

.fixed {
    background-color: #fff !important;
    box-shadow: 0 0 3px rgb(35 35 35 / 44%) !important
}

.navbar {
    background-color: rgb(255 255 255 / .9);
    border-bottom: 1px solid #ddd
}

.navbar-nav>li>a {
    color: #610631;
    display: block;
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.navbar-nav>li p {
    font-weight: 700;
    color: #610631;
    margin-bottom: 0;
    font-size: 22px;
    padding-top: 12px;
    padding-left: 15px
}

.navbar-nav>li p a {
    color: #d12239
}

.numbermob {
    font-weight: 700;
    color: #610631;
    margin-bottom: 0;
    font-size: 22px;
    padding-top: 12px
}

.numbermob1 {
    font-weight: 700;
    color: #610631;
    margin-bottom: 0;
    font-size: 22px;
    display: none;
    padding-top: 12px
}

.numbermob1 a {
    color: #610631
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0
}

.navbar-nav>li>a,
.navbar-nav>li>.selected-nav {
    color: #610631
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.selected-nav {
    background: none;
    color: #610631;
    text-align: center;
    display: block;
    font-weight: 700
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.selected-nav::after {
    background: none;
    color: #610631;
    margin: 0 auto;
    text-align: center;
    display: block
}

.nav__link.selected-nav {
    border-bottom: 5px solid #610631
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin: 12px 30px 12px 0;
    background-color: none;
    border: 2px solid #444
}

.navbar-toggle .icon-bar {
    background-color: #444;
    height: 2px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin: 12px 30px 12px 0;
    background-color: none;
    border: 2px solid #444
}

.navbar-toggle .icon-bar {
    background-color: #444;
    height: 2px
}

#intro {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff
}

.fa-phone:before {
    font-size: 25px
}


.intro_feature {
    margin-bottom: 20px
}

.intro_feature h4 {
    font-weight: 600
}

.intro_feature i {
    margin-right: 5px
}

.intro_feature p {
    font-size: 26px;
    font-weight: 400;
    padding-left: 0;
    color: #484737
}

.intro_button {
    margin-top: 60px
}

.pcn-banner img{
    min-height: 700px;
}


.form_register {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 25px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    min-height: 500px;
    max-height: 570px
}

.form_register h2 {
    color: #610631;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px
}

.form_register .form-control {
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #494738;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    font-size: 12px
}

.pd-00 {
    padding-right: 0
}

input[type="text"],
input[type="email"],
textarea {
    color: #444;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #000 !important
}

.form_register textarea {
    min-height: 140px
}

.error {
    color: #fc0000;
    font-size: 13px;
    margin-bottom: 20px
}

.services {
    padding-top: 50px;
    padding-bottom: 30px
}

.care_bg {
    background-color: #fff3dc;
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.care_bg img {
    margin: 0 15px 0 0;
    float: left;
    position: relative;
    top: -12px;
    height: 50px
}

.care_disk {
    color: #000;
    padding-left: 16px
}

.care_disk li {
    font-size: 15px;
    color: #610631;
    list-style: disc;
    padding: 10px;
    padding-left: 0;
    text-align: left
}

.care_bg h3 {
    font-size: 18px;
    color: #610631;
    font-weight: 300;
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    position: relative;
    top: 5px
}

.care_bg p {
    color: #484737;
    font-size: 14px
}

.promis_text h1 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center
}

.promis_text h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    padding-top: 0
}

.promis_text p {
    color: #fff3dc;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0 160px;
    margin-bottom: 30px
}

.feature-box {
    margin-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px
}

.feature-box-icon {
    background-color: #666;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px
}

.feature-box-content {
    padding-left: 70px
}

.feature-box-content h4 {
    font-weight: 700
}

#about-1 {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

#about-2 {
    padding-top: 70px;
    padding-bottom: 80px
}

#about-1 .titlebar {
    margin-bottom: 30px
}

#about-1 h4,
#about-2 h4 {
    font-weight: 600;
    margin-bottom: 15px
}

#about-1-text {
    padding-right: 35px
}

#accordion_holder {
    margin-top: 40px
}

.accordion {
    margin-bottom: 40px
}

#text_1,
#text_2,
#text_3,
#text_4 {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 3px 0;
    cursor: pointer
}

.accordion a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 40px 10px 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    background: rgb(170 170 170 / .15) url(../img/icons/open.png) no-repeat center right
}

.accordion li.active>a {
    background: rgb(170 170 170 / .15) url(../img/icons/close.png) no-repeat center right;
    color: #151515;
    box-shadow: none
}

.accordion li div {
    background: #fff;
    line-height: 22px;
    padding: 10px 10px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    float: left
}

#video_holder p {
    margin-bottom: 30px
}

.video-block {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 20px;
    margin-top: 20px;
    height: 0;
    overflow: hidden
}

.video-block iframe,
.video-block object,
.video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#about-2-text {
    padding-left: 60px
}

#quote_holder {
    margin-top: 40px
}

.quote-text {
    background: rgb(170 170 170 / .15);
    border-left: none;
    color: rgb(85 94 106 / .8);
    font-style: italic;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgb(182 196 209 / .3);
    -moz-box-shadow: 0 3px 0 rgb(182 196 209 / .3);
    box-shadow: 0 3px 0 rgb(182 196 209 / .3)
}

.quote-text:before {
    border: 14px solid #fff0;
    z-index: 3;
    border-top-color: #f2f2f2;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px
}

.quote-text:after {
    border: solid 14px #fff0;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgb(182 196 209 / .3);
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute
}

.quote-text a {
    color: #8c989e;
    font-weight: 400
}

.quote-text a:hover {
    text-decoration: none
}

.flexslider .slides img {
    float: left;
    margin-right: 15px;
    margin-left: 6px;
    width: 75px;
    box-shadow: 0 0 5px rgb(140 140 140 / .8);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important
}

select.form-control {
    color: #000 !important
}

.our_promis {
    padding-top: 60px;
    padding-bottom: 80px
}

.our_promis1 {
    padding-top: 60px
}

input.form-control::placeholder {
    color: #000;
    opacity: 1
}

input.form-control:-ms-input-placeholder {
    color: #000
}

.our_promis {
    margin-bottom: 0
}

.question {
    margin-bottom: 20px
}

.question h4 {
    font-weight: 600
}

.question p {
    color: #666
}

#clients {
    padding-top: 60px;
    padding-bottom: 80px;
    border-top: 1px solid #ddd
}

#clients-titlebar {
    position: relative
}

.customNavigation {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px
}

.customNavigation .btn {
    padding: 4px 10px
}

.customNavigation i {
    font-size: 20px;
    color: #fff
}

#call-to-action {
    padding-top: 0;
    padding-bottom: 40px
}

.legacy {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center
}

.legacy h1 {
    color: #610631;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700
}

.legacy p {
    color: #610631;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 26px
}

.legacy_text p {
    color: #484737;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 20px
}

#customers-testimonials .item-details {
    color: #fff;
    padding: 20px 10px;
    text-align: left
}

.item {
    text-align: center;
    margin-bottom: 40px
}

.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.owl-carousel .owl-prev {
    left: -70px;
    top: calc(50% - 25px)
}

.owl-carousel .owl-next {
    right: -70px;
    top: calc(50% - 25px)
}

.location1 {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.location-header {
    width: 100%
}

.location1 h3 {
    font-size: 26px;
    color: #fff3dc;
    text-align: center;
    padding-top: 175px;
    font-weight: 700;
    margin-bottom: 30px
}

.location1 h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff3dc;
    text-align: center
}

.location1 p {
    font-size: 16px;
    color: #fff3dc;
    text-align: left;
    font-weight: 400
}

.location1 ul {
    padding: 0;
    padding-left: 15px
}

.location-header1 h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    padding-top: 40px
}

.location {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-image: url(../img/foot-img.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center
}

.location h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    padding-top: 0
}

.location p {
    font-size: 18px;
    font-weight: 400;
    color: #fff3dc
}

.location-footer {
    position: absolute;
    top: 30px
}

.location-footer p {
    font-size: 14px;
    color: #fff3dc;
    font-weight: 400;
    text-align: left
}

.location ul li {
    font-size: 14px;
    color: #fff3dc;
    font-weight: 400
}

.location1 ul li {
    font-size: 16px;
    color: #fff3dc;
    font-weight: 400;
    line-height: 26px
}

.footer-bottom {
    width: 100%;
    float: left;
    padding: 10px 0;
    background-color: #67122f
}

.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

#footer {
    background-color: #610631;
    padding: 60px 0 180px
}

.section-bottom-bar {
    padding: 0;
    border-top: 1px solid #13224e;
    background-color: #484737;
    margin: auto
}

.footer_logo img {
    height: 140px
}

.footer_logo p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 50px
}

.copyright {
    padding: 10px 0 0 0;
    float: left;
    color: #fff
}

.powered {
    padding: 10px 0 5px 0;
    float: right;
    color: #fff
}

.footer-nav {
    position: relative;
    left: 7rem;
    top: 20rem
}

.list li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer_contact .list li {
    border-bottom: 0;
    padding: 2px 0;
    line-height: 32px;
    padding: 5px 0 5px 0;
    margin-right: 15px
}

.footer_contact .list li a i {
    margin-right: 15px;
    font-size: 16px
}

.footer-nav li {
    padding: 5px 10px 10px
}

.footer-navs li {
    float: left;
    padding: 5px 10px 10px
}

.footer-nav li a {
    color: #ffffff !important;
    font-size: 14px
}

.footer-nav li a:hover {
    color: #428bca
}

#footer_copy p {
    color: #666;
    font-size: 13px;
    margin-left: 10px
}

.footer_contact {
    position: relative;
    top: 20rem
}

#footer_copy p span {
    color: #428bca
}

#footer_icons {
    margin: 3px 0
}

.col-6{
    flex
}

.footer-socials {
    display: inline-block
}

.footer-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    line-height: 70px
}

.footer_contact h4 {
    color: #fff
}

.foo_social {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #610631;
    font-size: 15px;
    line-height: 25px;
    margin: 0 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.ico-facebook:hover {
    background-color: #3b5998;
    color: #f8f8f8
}

.ico-twitter:hover {
    background-color: #00a9ed;
    color: #f8f8f8
}

.ico-google-plus:hover {
    background-color: #cd1111;
    color: #f8f8f8
}

.ico-linkedin:hover {
    background-color: #015886;
    color: #f8f8f8
}

.ico-dribbble:hover {
    background-color: #d92d84;
    color: #f8f8f8
}

.ico-instagram:hover {
    background-color: #beb3a8;
    color: #f8f8f8
}

.ico-pinterest:hover {
    background-color: #ac281a;
    color: #f8f8f8
}

.ico-dropbox:hover {
    background-color: #008ad2;
    color: #f8f8f8
}

.ico-skype:hover {
    background-color: #00a9ed;
    color: #f8f8f8
}

.ico-youtube:hover {
    background-color: #cd1b20;
    color: #f8f8f8
}

.ico-tumblr:hover {
    background-color: #3a5976;
    color: #f8f8f8
}

.ico-vimeo:hover {
    background-color: #00adee;
    color: #f8f8f8
}

.ico-flickr:hover {
    background-color: #d2d2d2;
    color: #f8f8f8
}

.ico-github:hover {
    background-color: #222;
    color: #f8f8f8
}

.ico-renren:hover {
    background-color: #364a83;
    color: #f8f8f8
}

.ico-vk:hover {
    background-color: #3b5998;
    color: #f8f8f8
}

.ico-xing:hover {
    background-color: #015f5e;
    color: #f8f8f8
}

.ico-weibo:hover {
    background-color: #be4443;
    color: #f8f8f8
}

.ico-rss:hover {
    background-color: #f60;
    color: #f8f8f8
}

.subscribe-form {
    margin: 5px auto 0;
    position: relative;
    z-index: 10;
    width: 90%
}

#newsletter_form p {
    color: #666;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px
}

#newsletter_form p span {
    color: #428bca
}

.subscribe-input {
    width: 68%;
    height: 30px;
    background-color: #aaa;
    color: #ddd;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    border: none
}

.subscribe-submit {
    width: 32%;
    height: 30px;
    background: #383e46;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    outline: 0;
    box-shadow: 0 1px 0 rgb(255 255 255 / .2) inset, 0 1px 2px rgb(0 0 0 / .2);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.subscribe-submit:active {
    outline: 0
}

.subscribe-submit:hover {
    background: #428bca
}

#scrollUp {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-image: url(../img/icons/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgb(123 123 123 / .65);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

#scrollUp:hover {
    background-color: rgb(66 139 202 / .95)
}

nav a#pull {
    display: none
}

#form_response {
    margin: 50px auto
}

#form_response .img-responsive {
    display: inline-block
}

#form_response h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px
}

#form_response p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

.pricediv {
    width: 100%;
    padding: 50px 0
}

.pricediv h2 {
    color: #610631;
    font-size: 40px;
    font-weight: 300;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 15px
}

.columns {
    float: left;
    width: 20%;
    padding: 8px
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 340px;
    background-color: #f4f4f4
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / .2)
}

.price .header {
    background-color: #f4892f;
    color: #fff;
    font-size: 20px
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
    text-align: left
}

.price li:before {
    font-family: FontAwesome;
    content: "\f00c";
    padding-right: 10px;
    height: 25px;
    float: left
}

.button {
    background-color: #04AA6D;
    border: none;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px
}

#myCarousel {
    position: relative
}

#myCarousel .item {
    text-align: center;
    margin-bottom: 0
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    padding: 4px 7px;
    background-color: #610631;
    border-radius: 50px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #fff
}

.header {
    background-color: #f4892f;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0
}

.grey {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #f4892f;
    text-align: center;
    margin-bottom: 0;
    line-height: 26px;
    border-radius: 0 0 8px 8px
}

p.disclaimer {
    padding: 16px 20px 0 20px;
    float: left;
    width: 100%
}

.form_text input[type="checkbox"],
.form_text input[type="radio"] {
    float: left
}

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

    img.logof {
        width: 60%
    }

    .location p {
        font-size: 14px
    }

    .serviceList {
        height: auto
    }

    #intro_form {
        padding-left: 0;
        position: inherit !important;
        top: 20%
    }

    .columns {
        float: left;
        width: 100%;
        padding: 8px
    }

    .price {
        min-height: auto
    }

    .pricediv h2 {
        color: #610631;
        font-size: 30px;
        padding: 0 15px
    }
}


@media screen and (max-width:1024px) {
    .checkboxx {
        width: 85%
    }

    .location {
        background-size: 100% 100%
    }

    .care_disk {
        color: #000;
        padding-left: 40px !important
    }

    .owl-carousel .owl-prev {
        left: -25px
    }

    .owl-carousel .owl-next {
        right: -25px
    }
    
}

@media screen and (max-width:450px) {
    .checkboxx {
        width: 85%
    }

    img.logof {
        width: 60%
    }

    .location p {
        font-size: 14px
    }

    .intro-parallax {
        background-position: inherit
    }

    .our_promis {
        margin-bottom: 30px;
        padding-bottom: 25px
    }

    .location h2 {
        font-size: 22px
    }

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 35px;
        height: 35px;
        line-height: 25px !important
    }

    .owl-carousel .owl-prev {
        left: -15px
    }

    .owl-carousel .owl-next {
        right: -15px
    }

    .fa {
        font-size: 15px !important
    }

    .care_disk {
        color: #000;
        padding-left: 40px !important
    }

    .legacy h1 {
        padding: 0px !important
    }

    .legacy p {
        padding: 0px !important
    }

    .location {
        background-size: auto
    }

    .footer-bottom {
        text-align: center
    }

    .titlebar p {
        margin-bottom: 30px !important
    }

    .footer-bottom .text-right {
        text-align: center !important
    }
}

@media screen and (max-width:768px) {
    .navbar-nav>li>a {
        padding: 0 10px
    }

    .checkboxx {
        width: 85%
    }

    
}

@media screen and (max-width:520px) {
    .checkboxx {
        width: 85%
    }

    .numbermob1 {
        display: inline-block;
        padding-top: 20px;
        padding-left: 30px
    }

    .navbar-nav>li p {
        display: none
    }
}

@media screen and (max-width:375px) {
    img.logof {
        width: 60%
    }

    .location p {
        font-size: 14px
    }

    .serviceList {
        height: auto
    }

    .numbermob1 {
        font-size: 18px
    }

    .navbar-toggle {
        margin: 12px 10px 12px 0
    }

    .navbar-brand {
        padding: 15px 15px 10px !important
    }
}

@media screen and (max-width:360px) {
    .location h2 {
        font-size: 20px
    }

    .location p {
        font-size: 16px
    }

    .serviceList {
        height: auto
    }
}

@media screen and (max-width:320px) {
    .serviceList {
        height: 310px !important
    }

    img.logof {
        width: 60%
    }

    .serviceList {
        height: auto
    }

    .location p {
        font-size: 14px
    }

    .numbermob1 {
        font-size: 16px
    }

    .navbar-brand {
        padding: 15px 5px 10px !important
    }
}

.physiotherapy-carousel {
    margin-top: 0;
    margin-bottom: 40px
}

.physiotherapy-carousel .card-body img {
    margin: 0 auto
}

.physiotherapy-carousel.owl-theme .item {
    margin-bottom: 0
}

.physiotherapy-carousel.owl-theme .owl-controls .owl-nav .owl-prev,
.physiotherapy-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    top: calc(50% - 25px)
}

.service .physiotherapy-carousel p {
    margin-top: 10px;
    text-transform: uppercase
}

.services .titlebar h2 {
    color: #fff;
    text-align: center
}

.physiotherapy-carousel .owl-stage,
.carousel-main .owl-stage {
    display: flex;
    flex-flow: nowrap
}

.owl-carousel.carousel-main.owl-theme .owl-controls .owl-prev,
.owl-carousel.carousel-main.owl-theme .owl-controls .owl-next {
    background: var(--bs-primary);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-carousel.owl-theme .owl-controls .owl-prev,
.treatment-carousel.owl-theme .owl-controls .owl-next {
    background: #fff;
    color: #610631
}

.treatment-carousel.owl-theme .owl-controls .owl-prev:hover,
.treatment-carousel.owl-theme .owl-controls .owl-next:hover {
    background: #fff;
    color: #610631
}

.treatment-box {
    padding-bottom: 20px
}

.benefits {
    width: 100%;
    padding: 50px 0
}

.benefits-top {
    margin-bottom: 10px
}

.benefits-header {
    width: 100%;
    text-align: center
}

.benefits-header p {
    text-align: center
}

.benefits-data {
    text-align: center
}

.benefits-header p {
    color: #610631;
    font-size: 26px;
    font-family: georgia
}

.benefits-data p {
    color: #484737;
    font-size: 18px;
    font-family: verdana;
    font-weight: 400;
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .form_register {
        max-height: 590px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:991px) {
    .form_register {
        max-height: 590px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    #intro {
        background-image: url(../img/Patient-Care-Giver.jpg)
    }

    .banner-img-dev {
        min-height: 600px;
        object-fit: initial
    }

    .home {
        padding-top: 0
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 6%
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 15%
    }

    img.img-fluid.banner-img-dev {
        display: none
    }

    img.img-fluid.banner-img-tab {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    #intro {
        min-height: 520px
    }

    .navbar {
        background-color: #fff;
        border-bottom: 1px solid #ddd
    }

    .banner-img-dev {
        display: none
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 17%
    }

    .home {
        padding-top: 0
    }

    img.img-fluid.banner-img-dev {
        display: none
    }

    img.img-fluid.banner-img-tab {
        display: block !important
    }
}

.p-0{
    padding: 0 !important;
}

.home {
    position: relative;
    margin-top: 80px
}

.slider-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

/*  */

.rp-ul {
    border-left: 1px solid rgba(97, 6, 49, 1);
    padding: 12px 0;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.rp-ul li{
    font-size: 16px;
    text-transform: uppercase;
}

.rp-ul li:not(:last-child){
    margin-bottom: 10px;
}

.d-flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.slider-banner h1{
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}

.slider-banner h6{
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0 35px;
}

.pcn-banner-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-card .card{
    padding: 15px;
    border-radius: 5px;
    margin: 0 10px;
}

.counter-card .card p{
    font-size: 15px;
    margin-bottom: 2px;
}
.counter-card .card p:last-child{
    margin-bottom: 0;
}

.f-16{
    font-size: 16px;
}

.f-18{
    font-size: 18px;
}

.f-20{
    font-size: 20px;
}

.head-h2{
    font-size: 30px;
    line-height: 1.3;
    color: rgba(51, 51, 51, 1);
}

.head-h2.text-white{
    color: #fff;
}

.ec-card{
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1),0px 4px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.ec-card .ico{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.lfj{
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(255, 224, 239, 1);
    border-radius: 15px;
    padding: 30px 20px;
    margin-top: -50px;
    background: #fff;
    position: relative;
}

.mb-0{
    margin-bottom: 0 !important;
}
.me-1{
    margin-right: 7px;
}


.testi-card {
    padding: 40px 20px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 10px;
    aspect-ratio: 350 / 265;
    border: 1px solid rgba(213, 213, 213, 1);
    transition: .3s ease;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: 20px 20px;
}

.owl-theme .owl-controls{
    margin-top: 0 !important;
}

.testi-card:hover{
    box-shadow: 0px 0px 12px 1px rgba(97, 6, 49, 0.1);
    border-color: transparent;
}

.testi-card .upr-div{
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.testi-card .upr-div p{
    font-size: 16px;
    color: rgba(72, 71, 55, 1);
}

.testi-card .btm-txt{
    flex: 0 1 auto;
    padding-top: 30px;
}

.mb-3{
    margin-bottom: 22px;
}

.mb-4{
    margin-bottom: 30px;
}

.heading{
    margin-bottom: 40px;
}

.float-none{
    float: none !important;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.lfj h6{
    font-size: 20px;
    flex: 1;
    margin: 0;
}

.benifit-card{
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
}

.caregiver-card,.benifit-card{
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    transition: .5s ease;
}

.caregiver-card{
    height: 100%;
}

.benifit-card .read-more-btn {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 0;
    z-index: 2;
    text-align: left;
}


.benifit-card::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    height: 12%;
    background: #fff;
}

.benifit-card.active{
    aspect-ratio: initial;
}

.benifit-card h6{
    font-size: 24px;
    margin: 15px 0;
}

.benifit-card p,
.benifit-card li{
    color: rgba(72, 71, 55, 1);
}

.benifit-card ul{
    padding-left: 18px;
}

.benifit-card li{
    list-style: disc;
    margin-bottom: 10px;
}


.read-more-btn{
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    font-weight: bold;
    color: var(--bs-primary);
    font-family: inherit;
    border: 0;
}

.benifit-card.active:hover,.caregiver-card:hover{
    box-shadow: 0px 0px 12px 1px rgba(97, 6, 49, 0.05);
    background: rgba(97, 6, 49, 0.1);
    border-color: transparent;
}

.benifit-card.active::before{
    display: none;
}

.benifit-card.active .read-more-btn{
    position: unset;
}

.mandala-ico{
    background-image: url(../img/manda.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
}

.cah-logo {
  max-width: 320px;
  width: 100%;margin-bottom: 25px;
}

.cah-call-box{
    gap: 10px;
    margin-top: 20px;
}

.cah-heading {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.cah-list li {
  margin-bottom: 12px;
}

.cah-call-icon {
  width: 20px;
  height: 20px;
}

.cah-call-number {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  line-height: 1;
}

img.img-fluid.hidden-sm.banner-img {
    display: none
}

.new_bg {
    margin-bottom: 0
}

.carousel-control.left {
    z-index: 9 !important
}

.carousel-control.right {
    z-index: 9 !important
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 20px
}

img.img-fluid.banner-img-mob {
    display: none
}

img.img-fluid.banner-img-tab {
    display: none
}

.carousel-control.left {
    background-color: #fff0
}

.carousel-control.right {
    background-color: #fff0
}

.fixingcheck{
    font-size: 13px !important;
}



@media screen and (max-width:1300px) {
    .owl-carousel .owl-prev{
        left: -20px;
    }
    .owl-carousel .owl-next{
        right: -20px;
    }
    .testimonial-slider{
        padding: 0 5rem;
    }
}

@media screen and (max-width:1200px) {
    .benifit-card h6{
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    .slider-banner{
        position: relative;
    }
    .pcn-banner img{
        min-height: 420px;
    }
    #intro_form{
        padding-left: 0 !important;
    }

    .form_register{
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ccc;
    }

    .lfj{
        margin-top: 0;
    }

    .form_register{
        min-height: initial;
        max-height: initial;
    }

    #intro_description{
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 0 15px 15px !important;
    }

    .counter-card .card{
        margin-bottom: 10px;
    }

    .caregiver-card, .benifit-card{
        margin-bottom: 20px;
    }

    .head-h2{
        font-size: 24px;
    }

    .heading{
        margin-bottom: 22px;
    }

    :root {
        --space-b: 50px;
        --space-a: 50px;
    }

    .cah-logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ftr-lg-txt{
        text-align: center;
    }
    .cah-call-box{
        justify-content: center;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width:576px) {

    :root{
        --space-b: 45px;
    }

    .pcn-banner img{
        min-height: initial;
    }
    .caregiver-card, .benifit-card{
        height: auto;
    }
    .counter-card{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
        margin: 0;
    }
    .counter-card::before,.counter-card::after{
        display: none;
    }

    .counter-card .card{
        margin: 0;
    }
    .counter-card .card p{
        font-size: 14px;
    }
    .counter-card .card{
        padding: 10px;
    }

    .slider-banner h6{
        font-size: 16px;
    }

    #intro_description h1 br{
        display: none;
    }

    #intro_description{
        padding-bottom: 40px;
    }

    .form_register{
        box-shadow: none !important;
        border: 0;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-top: var(--space-b) !important;
    }

    .pcn-strip{
        display: none;
    }

    p.f-18{
        font-size: 14px;
    }
    .testimonial-slider{
        padding: 0;
    }

    .owl-theme .owl-controls{
        margin-top: 0 !important;
        top: auto;
        bottom: 0;
    }

    .testimonial-slider .owl-nav{
        display: none;
    }

    .testimonial-slider .owl-dots{
        margin-top: 2rem;
    }

    .custom-accordion .accordion-button{
        padding: 12px;
    }
    .custom-accordion .accordion-button::after{
        height: 25px;
        width: 25px;
        line-height: 25px;
        min-width: 25px;
    }

    .cah-logo{
        max-width: 275px;
    }

    .ftr-lg-txt{
        font-size: 16px;
    }
    .cah-heading{
        font-size: 16px;
    }

    .custom-accordion .accordion-body{
        padding-left: 12px;
        padding-right: 12px;
    }
}