/* ========

Template Name: wellcare - Senior Care HTML Template

===========*/


/* =========
--- CSS INDEX ---
1.Fonts CSS
2.Common CSS
3.Loader CSS
4.Header CSS
5.Banner CSS
6.Partner Logo CSS
7.About Us CSS
8.Our Services CSS
9.Our Project CSS
10.Newsletter CSS
11.Watch Us CSS
12.Testimonial CSS
13.Care For Seniors CSS
14.Our Blog CSS
15.Footer CSS
16.About Us Page CSS
  (a)About Us CSS
  (b)Counter CSS
  (c)Why Choose Us CSS
17.Services Page CSS
  (a)Services CSS
  (b)Scope Of Care CSS
  (c)NewsLetter CSS
18.Service Detail Page CSS
  (a)SideBar CSS
  (b)Service Detail Info CSS
19.Project Page CSS
  (a) Project CSS
20.Project Detail Page CSS
  (a)Project Detail CSS
21.Team Page CSS
  (a)Team CSS
22.Pricing Page CSS
  (a)Pricing Table CSS
23.Blog List Page CSS
  (a)Blog List CSS
  (b)Sidebar CSS
24.Blog Detail Page CSS
  (a)Blog Detail Info CSS
  (b)Related Post CSS
  (c)Comment CSS
  (d)Leave A Comment CSS
25.Contact Us Page CSS
  (a)Get in Touch CSS
  (b)Contact Us Box CSS
  (c)Contact Map CSS
26.Responsive CSS
============*/


/*==========Fonts CSS Start==========*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), 
    url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), 
    url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), 
    url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==========Fonts CSS End==========*/

/*==========Common CSS Start==========*/
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    line-height: 24px;
    color: #131730;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
    outline: none;
}

section {
    overflow: hidden;
}

img {
    width: auto;
    max-width: 100%;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #777;
    font-weight: normal;
    margin-bottom: 12px;
}

.h1-title{
    font-family: 'PT Serif', serif;
    font-size: 80px;
    color: #fff;
    line-height: 90px;
    font-weight: 700;
}

.h2-title{
    font-family: 'PT Serif', serif;
    font-size: 65px;
    color: #131730;
    line-height: 75px;
    font-weight: 700;
    padding-bottom: 25px;
}

.h3-title {
    font-family: 'PT Serif', serif;
    font-size: 25px;
    color: #131730;
    line-height: 35px;
    font-weight: 700;
}

.h2-subtitle {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    color: #d53863;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0;
}

.container{
    position: relative;
    z-index: 5;
}

.sec-btn{
    position: relative;
    height: 60px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff !important;
    background-color: #d53863;
    border-radius: 30px;
    padding: 18px 32px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    border: none;
    overflow: hidden;
    transition: 0.3s;
}

.sec-btn:hover {
    background-color: #b73257;
    box-shadow: 0 10px 30px 0 rgb(213,56,99,0.3);
    transition: 0.3s;
}

.sec-btn:before {
    content: "";
    background: #fff;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: absolute;
    height: 120%;
    width: 15px;
    opacity: 0.2;
    left: -35%;
    top: -10%;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

.sec-btn:hover.sec-btn:before {
    left: 130%;
}

.btn-link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    transition: 0.3s;
}

.btn-link:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.3s;
}

.btn-link:hover.btn-link:before {
    width: 100%;
    background-color: #d53863;
}

.btn-link:hover {
    color: #d53863;
    transition: 0.3s;
}

.small-title {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
    display: none;
}

.slick-dots {
    bottom: -50px;
    font-size: 0;
    line-height: 1;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #e1e1e1;
    transition: 0.3s;
}

.slick-dots li button:hover, 
.slick-dots li.slick-active button {
    background: #131730;
}

.toggle-button {
    position: fixed;
    top: 5px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d53863;
    text-align: center;
    border: none;
    outline: none;
    display: none;
    z-index: 110;
}

.toggle-button span {
    width: 30px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin: 0 auto 6px auto;
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.3s;
}

.toggle-button span:last-child {
    margin-bottom: 0;
}

.toggle-menu .toggle-button {
    background-color: #d53863;
}

.toggle-menu .toggle-button span {
    background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
    opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}

.black-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    z-index: 90;
    display: none;
}

.main-inner-banner {
    position: relative;
    padding-top: 270px;
    padding-bottom: 135px;
}

.main-inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 23, 48,0.8);
    top: 0;
    left: 0;
}

.inner-banner-title {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.inner-banner-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(213,56,99,0.4);
    left: 20px;
    top: 15px;
    z-index: 0;
}

.inner-banner-title .h1-title {
    color: #ffffff;
    line-height: 80px;
    z-index: 1;
    padding: 57px 70px;
    background-color: #b73257;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.inner-breadcrum {
    position: absolute;
    bottom: -92px;
    right: 0;
}

.inner-breadcrum ul {
    text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.inner-breadcrum ul li {
    color: #ffffff;
    margin-left: 10px;
}

.inner-breadcrum ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.inner-breadcrum ul li:first-child {
    margin-left: 0;
}

.form-box {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    height: 60px;
    background: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #131830;
    border: none;
    outline: none;
    padding: 12px 30px;
    border: 1px solid #777777;
    box-shadow: none;
}

textarea.form-input {
    height: 137px;
    resize: none;
    padding: 18px 30px;
    margin-bottom: 0;
}
/*==========Common CSS End==========*/

/*==========Loader CSS Start==========*/
.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #131730;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loader-5 {
    height: 80px;
    width: 80px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-5-1 {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes loader-5-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #d53863;
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-5-2 {
    0% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
  }
  @keyframes loader-5-2 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
    }
  }
  .loader-5::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #d53863;
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-5-3 {
    0% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
  }
  @keyframes loader-5-3 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
    }
  }
  .loader-5 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80px;
    width: 80px;
  }
  .loader-5 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #d53863;
    border-radius: 50%;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-5-4 {
    0% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
  }
  @keyframes loader-5-4 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
    }
  }
  .loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #d53863;
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-5-5 {
    0% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
  }
  @keyframes loader-5-5 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
    }
  } 
/*==========Loader CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
}

.header-top {
    width: 100%;
    height: 45px;
    background: #d53863;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.header-contact a {
    display: inline-block;
    color: #fff;
    margin-right: 32px;
    transition: 0.3s;
}

.header-contact a:last-child {
    margin-right: 0;
}

.header-contact a:hover {
    color: #131730;
}

.header-contact a span {
    display: inline-block;
    margin-right: 10px;
}

.header-content {
    display: flex;
    text-align: end;
    justify-content: flex-end;
}

.header-content p {
    color: #fff;
    margin-bottom: 0;
    margin-right: 15px;
}

.hed-btn {
    /*width: 108px;*/
    height: 26px;
    background-color: #131730;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}

.hed-btn:hover {
    color: #fff;
}

.Social-midea {
    text-align: end;
}

.Social-midea a {
    color: #fff;
    margin-left: 12px;
    transition: 0.3s;

}

.Social-midea a:hover {
    color: #131730;

}

.header-bottom {
    width: 100%;
    padding: 30px 0;
    transition: 0.3s;
}

.site-branding a {
    display: inline-block;
    position: relative;
}

.site-branding a img {
    width: 100%;
}

.header-menu{
    position: relative;
    text-align: right;
}
.main-navigation{
    display: inline-block;
}

.main-navigation ul {
    list-style: none;
    font-size: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
}

.main-navigation ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.main-navigation ul li {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    font-family: 'PT Serif', serif;
}

.header-btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
}

.main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
    color: #d53863;
}

.main-navigation ul li.sub-items>a:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    font-family: 'FontAwesome';
    font-size: 16px;
    transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #010f2e;
}

.main-navigation ul li.sub-items>a {
    padding-right: 15px;
    position: relative;
}

.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {
    transform: translate(0,-50%) rotate(-180deg);
    transition: 0.3s;
}

.main-navigation ul li:first-child {
    margin-left: 0;
    padding: 0;
}

.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 200px;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 1px 1px 60px rgba(0,0,0,0.1);
    display: none;
    transition: 0.3s;
    z-index: 150;
}

.main-navigation ul li:hover ul.sub-menu {
    display: block;
    animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
    from {
        transform: translate(0, 20px);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.main-navigation ul li ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
   padding-left: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
    display: block;
    padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
    display: block;
    color: #131730;
    padding: 5px 15px;
    transition: 0.3s;
}

.main-navigation ul li ul.sub-menu li a:hover {
    color: #d53863;
    transition: 0.3s;
}

.main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
    color: #d53863;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
    color: #d53863;
}
/*==Sticky Header Start==*/
.sticky-header .header-top {
    margin-top: -45px;
    transition: 0.3s;
}

.site-header.sticky-header {
    background-color: #fff;
    box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1);
    transition: 0.3s
}

.sticky-header .header-bottom {
    padding: 20px 0px;
    transition: 0.3s;
}

.sticky-header .main-navigation ul li a {
    color: #051136;
    transition: 0.3s;
}

.site-header.sticky-header .site-branding a img {
    opacity: 0;
    transition: 0.3s;
}

.site-branding a img.sticky-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
    opacity: 1;
    transition: 0.3s;
}
/*==Sticky Header End==*/

/*==========Header CSS End==========*/

/*==========Banner Start==========*/
.main-banner {
    position: relative;
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 23, 48,0.95);
    pointer-events: none;
}

.banner-bg {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.05;
}

.banner-small-title {
    display: flex;
    align-items: center;
}

.banner-small-title h2 {
    margin-left: 10px;
    margin-bottom: 0;
}

.banner-content {
    padding-top: 343px;
    padding-bottom: 140px;
}

.banner-content h1 {
    margin-top: 20px;
}

.banner-content p {
    font-size: 18px;
    line-height: 28px;
    color: #9ea1b0;
    margin-bottom: 0;
    margin-top: 20px;
}

.banner-btn-content {
    margin-top: 30px;
}

.banner-play-btn {
    display: inline-block;
    margin-left: 30px;
    position: absolute;
}

.banner-paly {
    border: solid 1px #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 20px 21px;
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}

.banner-paly:hover {
    color: #d53863;
    background-color: #ffffff;
    transition: 0.3s;
}

.banner-content.slick-slide {
    outline: none;
}

.banner-slider {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 646px;
    bottom: 0;
    right: 0;
}

.banner-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 646px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

/*==========Banner End==========*/

/*==========Partner Logo Start==========*/
.main-Partner-logo {
    padding-top: 120px;
    padding-bottom: 60px;
}

.partner-box {
    justify-content: center;
    opacity: 0.3;
    transition: 0.3s;
    display: flex;
}

.partner-box:hover {
    opacity: 1;
    transition: 0.3s;
}
/*==========Partner Logo End==========*/

/*==========About Us Start==========*/
.main-about-us {
    padding-bottom: 120px;
    padding-top: 60px;
}

.about-img {
    display: flex;
}

.about-img2 {
    margin-top: 30px;
}

.about-img4 {
    margin-top: 30px;
}

.about-img-box {
    position: relative;
}

.about-experience {
    position: absolute;
    background-color: #d53863;
    padding: 40px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 6px 6px 60px 0px rgba(213,56,99,0.3);
}

.about-experience .h2-title {
    font-size: 50px;
    line-height: 28px;
    color: #ffffff;
    padding: 0;
}

.about-experience .h2-title span {
    font-size: 18px;
    line-height: 0px;
    color: #ffffff;
}

.about-content-box {
    padding-left: 30px;
}

.about-points {
    margin-top: 22px;
}

.about-points ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-points ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.about-points ul li:first-child {
    margin-top: 0;
}

.about-points ul li i {
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    background-color: #d53863;
    border-radius: 50px;
    text-align: center;
}

.about-points ul li span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #131730;
    font-weight: 500;
    margin-left: 15px;
    width: calc(100% - 48px);
}
/*==========About Us End==========*/

/*==========Our Services Start==========*/
.service-title-bg {
    background-color: #f9f9f9;
    padding-top: 120px;
    padding-bottom: 120px;
}

.service-title-bg .sec-btn {
    float: right;
}

.main-service-box {
    margin-top: -114px;
    padding-bottom: 158px;
}

.service-box {
    position: relative;
}

.service-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.service-title-box {
    width: 80%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    margin-top: -42px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    transition: all 0.4s ease-out 0s;
}

.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d53863;
}

.service-title-box h3 {
    padding-left: 15px;
    margin-bottom: 0;
}

.service-hover-box {
    background-color: #131730;
    width: 80%;
    padding: 30px;
    text-align: center;
    margin-top: -170px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.service-hover-box h3 {
    color: #ffffff;
}

.service-hover-box p {
    color: #9b9fb8;
}

.service-box:hover .service-title-box {
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.service-box:hover .service-hover-box {
    opacity: 1;
    transition: all 0.4s ease-out 0s;
}

.service-box:hover .service-img>img {
    transform: scale(1.05);
}
/*==========Our Services End==========*/

/*==========Our Project Start==========*/
.main-project {
    padding-bottom: 95px;
}

.main-project .small-title {
    justify-content: center;
}

.main-project .h2-title {
    text-align: center;
}

.side-p {
    padding-left: 75px;
    padding-right: 75px;
    margin-top: 6px;
}

.dax-yes {
    display: inline-block;
}

.dax-no {
    display: none;
}

.project-box {
    margin-bottom: 25px;
}

.project-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-img:before {
    content: "";
    position: absolute;
    background-color: #131730;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    transform: scale(0.1);
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.project-box:hover .project-img:before {
    opacity: 0.85;
    transform: scale(1);
    visibility: visible;
}

.project-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.project-box:hover .project-img>img {
    transform: scale(1.05);
}

.project-hover-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30%) scale(0);
    transition: 0.3s;
}

.project-hover-box a {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #d53863;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.project-hover-box a:before {
    content: "";
    position:absolute;
    width: 75px;
    height: 75px;
    background-color: #d53863;
    opacity: 0.8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-hover-box a i {
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
}

.project-hover-box .h3-title {
    color: #ffffff;
    margin-top: 30px;
}

.project-hover-box p {
    color: #ffffff;
    opacity: 0.5;
    font-size: 18px;
    margin-bottom: 0;
}

.project-box:hover .project-hover-box {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
/*==========Our Project End==========*/

/*==========Newsletter Start==========*/
.main-newsletter {
    background-color: #131730;
    padding-top: 120px;
    padding-bottom: 224px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-newsletter .h2-title {
    color: #ffffff;
}

.newsletter-form {
    position: relative;
    float: right;
}

.newsletter-form input {
    position: relative;
    font-family: 'Roboto', sans-serif;
    width: 470px;
    height: 60px;
    background: #ffffff;
    border-radius: 50px;
    border: none;
    outline: none;
    padding: 10px 190px 10px 30px;
    font-size: 15px;
    color: #777777;
}

.newsletter-form .sec-btn {
    position: absolute;
    top: 0;
    right: 0;
}
/*==========Newsletter End==========*/

/*==========Watch Us Start==========*/
.main-watch-us {
    position: relative;
    margin-top: -220px;
}
.watch-video-box {
    width: 100%;
    height: 445px;
    position: relative;
    border-radius: 0px;
    box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12);
}

.watch-video-img {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.watch-video-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 23, 48,0.4);
}

.video-play-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #d53863;
    padding-left: 5px;
    transition: 0.3s;
    z-index: 1;
}

.video-play-icon:hover {
    color: #d53863;
    background-position: right center;
}

.video-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1;
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(225,225,225,1)
    }
    50% {
        box-shadow: 0 0 0 40px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
/*==========Watch Us End==========*/

/*==========Testimonial Start==========*/
.main-testimonial {
    padding-top: 120px;
    padding-bottom: 140px;
}

.main-testimonial .small-title {
    justify-content: center;
}

.main-testimonial .h2-title {
    text-align: center;
}

.testimonial-box {
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1);
    margin-left: 15px;
    margin-right: 15px;
}

.testimonial-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/quote.png);
    width: 58px;
    height: 44px;
    top: 30px;
    right: 30px;
}

.client-name-box {
    display: flex;
    align-items: center;
}

.client-name {
    margin-left: 15px;
}

.client-name span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #d53863;
    line-height: 15px;
}

.testimonial-box p {
    margin-top: 30px;
    margin-bottom: 0;
}

.main-testimonial-slider .slick-list {
    overflow: visible;
 }
 
 
 .main-testimonial-slider .slick-slide{
     opacity: 0;
     pointer-events: none;
     transition: 0.3s;
 }
 
 .main-testimonial-slider .slick-slide.slick-active {
     opacity: 1;
     pointer-events: unset;
     transition: all ease-in-out 0.3s;
 }
/*==========Testimonial End==========*/

/*==========Care For Seniors Start==========*/
.main-senior-care {
    padding-top: 120px;
    padding-bottom: 214px;
    background-color: #131730;
}

.senior-care-img1 {
    position: relative;
}

.senior-care-img2 {
    position: absolute;
    margin-top: -155px;
    margin-left: 70px;
}

.main-senior-care .h2-title {
    color: #ffffff;
}

.senior-care-content-box {
    margin-bottom: 35px;
}

.senior-care-content {
    display: flex;
    align-items: center;
}

.senior-care-icon {
    width: 80px;
    height: 80px;
    background-color: #d53863;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.senior-care-text {
    width: calc(100% - 100px);
    margin-left: 20px;
}

.senior-care-text .h3-title {
    color: #ffffff;
}

.senior-care-text p {
    color: #9b9fb8;
    margin-bottom: 0;
}
/*==========Care For Seniors End==========*/

/*==========Our Blog Start==========*/
.main-blog {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-blog .small-title {
    justify-content: center;
}

.main-blog .h2-title {
    text-align: center;
}

.blog-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.main-blog-box:hover .blog-img>img {
    transform: scale(1.05);
}

.blog-content-box {
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    margin-left: 40px;
    margin-top: -40px;
    box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.main-blog-box:hover .blog-content-box {
    box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.blog-da {
    display: flex;
    align-items: center;
}

.blog-date {
    display: flex;
    align-items: center;
}

.blog-date i {
    font-size: 16px;
    color: #d53863;
}

.blog-date span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #777777;
    margin-left: 10px;
}

.blog-author {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.blog-author i {
    font-size: 16px;
    color: #d53863;
}

.blog-author span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #777777;
    margin-left: 10px;
}

.blog-content-box .h3-title {
    margin-top: 17px;
    margin-bottom: 11px;
}

.blog-content-box .btn-link {
    color: #131730;
}

.blog-content-box:hover .btn-link {
    color: #d53863;
}

.blog-content-box .btn-link:before {
    background-color: #131730;
}
/*==========Our Blog End==========*/

/*==========Footer Start==========*/
.main-footer {
    padding-top: 120px;
    background-color: #131730;
}

.footer-contact {
    margin-top: 30px;
}

.footer-content-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    background-color: #d53863;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content-box p {
    width: calc(100% - 40px);
    margin-left: 15px;
    color: #9b9fb8;
    margin-bottom: 0;
}

.main-footer .h3-title {
    color: #ffffff;
}

.footer-links {
    padding: 0 90px;
}

.footer-links ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-links ul li {
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-links ul li:hover {
    padding-left: 10px;
    transition: 0.3s;
}

.footer-links ul li a {
    color: #9b9fb8;
}

.footer-links ul li:hover a {
    color: #d53863;
}
.footer-service {
    padding: 0 70px;
}

.footer-service ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-service ul li {
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-service ul li:hover {
    padding-left: 10px;
    transition: 0.3s;
}

.footer-service ul li a {
    color: #9b9fb8;
}

.footer-service ul li:hover a {
    color: #d53863;
}

.footer-donation p {
    color: #9b9fb8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-copyright {
    background-color: #020309;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 120px;
}

.copyright-content {
    float: left;
}

.copyright-content p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #ffffff;
}

.copyright-content p a {
    color: #d53863;
    cursor: pointer;
}

.social-media-footer a {
    float: right;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    margin-left: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.social-media-footer a:hover {
    background-color: #d53863;
}
/*==========Footer End==========*/

/*==========About Us Page Start==========*/
/*=====About Us Start=====*/
.main-about-us-in {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*=====About Us End=====*/

/*=====Counter Start=====*/
.counter-bg {
    background-color: #131730;
    padding: 60px;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-text .h2-title {
    color: #d53863;
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.counter-text {
    display: flex;
    align-items: baseline;
}

.counter-text span {
    font-family: 'PT Serif', serif;
    color: #d53863;
    font-size: 20px;
    font-weight: 700;
}

.counter-content {
    margin-left: 20px;
}

.counter-content p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 0;
}
/*=====Counter End=====*/

/*=====Why Choose Us Start=====*/
.main-why-choose {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f9f9f9;
}

.why-choose-text-box {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    padding: 30px;
}

.why-choose-text-box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #d53863;
    top: 25%;
    left: 0;
}

.why-choose-text-box p {
    margin-bottom: 0;
}

.why-choose-point-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.point-icon i {
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    background-color: #d53863;
    border-radius: 50px;
    text-align: center;
}

.point-text {
    width: calc(100% - 48px);
    margin-left: 15px;
}

.point-text p {
    margin-bottom: 0;
}
/*=====Why Choose Us End=====*/
/*==========About Us Page End==========*/

/*==========Services Page Start==========*/
/*=====Services Start=====*/
.main-service-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-service-in .service-box {
    margin-bottom: 65px;
}
/*=====Services End=====*/

/*=====Scope Of Care Start=====*/
.main-scope-care {
    position: relative;
}

.main-scope-care:before {
    content: "";
    position: absolute;
    background-color: #131730;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.scope-care-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scope-care-main-text {
    padding-left: 35px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-scope-care .h2-title {
    color: #ffffff;
}

.scope-care-content-box {
    margin-bottom: 35px;
}

.scope-care-content {
    display: flex;
    align-items: center;
}

.scope-care-icon {
    width: 80px;
    height: 80px;
    background-color: #d53863;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scope-care-text {
    width: calc(100% - 100px);
    margin-left: 20px;
}

.scope-care-text .h3-title {
    color: #ffffff;
}

.scope-care-text p {
    color: #9b9fb8;
    margin-bottom: 0;
}
/*=====Scope Of Care End=====*/

/*=====Newsletter Start=====*/
.main-newsletter-in {
    background-color: #131730;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-newsletter-in .h2-title {
    color: #ffffff;
    padding-bottom: 0;
}
/*=====Newsletter End=====*/
/*==========Services Page End==========*/

/*==========Service Detail Page Start==========*/
.main-service-detail-in {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*=====SideBar Start=====*/
.service-sidebar-box ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.service-sidebar-box ul li {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin-bottom: 20px;
}

.service-sidebar-box ul li:hover {
    background-color: #131730;
    box-shadow: 10px 10px 60px 0px rgb(19, 23, 48, 0.3);
    transition: 0.3s;
}

.service-sidebar-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #777777;
    line-height: 28px;
    display: inline-block;
    margin-left: 30px;
    transition: 0.3s;
}

.service-sidebar-box ul li:hover .service-sidebar-text {
    color: #ffffff;
    transition: 0.3s;
}

.service-sidebar-box ul li span:last-child {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    background-color: #d53863;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-sidebar-box .active-service {
    background-color: #131730;
    box-shadow: 10px 10px 60px 0px rgb(19, 23, 48, 0.3);
}

.service-sidebar-box .active-service .service-sidebar-text {
    color: #ffffff;
}

.service-sidebar-appointment {
    background-color: #131730;
    padding-bottom: 40px;
    margin-top: 50px;
}

.service-appointment-title {
    background-color: #d53863;
    padding: 40px;
}

.service-appointment-title .h2-title {
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.service-appointment-form {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
/*=====SideBar end=====*/

/*=====Service Detail Info Start=====*/
.service-detail-info-box .h2-title {
    font-size: 50px;
    line-height: 43px;
}

.service-detail-img-box-1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.service-detail-img-box-2 {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.service-detail-img-2 {
    margin-right: 15px;
}

.service-detail-img-3 {
    margin-left: 15px;
}
/*=====Service Detail Info End=====*/
/*==========Service Detail Page End==========*/

/*==========Project Page Start==========*/
/*=====Project Start=====*/
.main-project-in {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*=====Project End=====*/
/*==========Project Page End==========*/

/*==========Project Detail Page Start==========*/
/*=====Project Detail Start=====*/
.main-project-detail-in {
    padding-top: 120px;
    padding-bottom: 100px;
}

.main-project-detail-in .h2-title {
    font-size: 50px;
    line-height: 50px;
}

.project-detail-info-box {
    background-color: #f3f4f8;
    padding: 40px 40px 11px 40px;
    text-align: left;
}

.project-detail-info-box p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-detail-img {
    margin-top: 31px;
    margin-bottom: 45px;
}
/*=====Project Detail End=====*/
/*==========Project Detail Page End==========*/

/*==========Team Page Start==========*/
/*=====Team Start=====*/
.main-team-in {
    padding-top: 120px;
    padding-bottom: 100px;
}

.team-box {
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 30px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.team-box:hover {
    border: solid 1px #d53863;
    box-shadow: 6px 6px 60px 0px rgb(0, 0, 0, 0.1);
    transition: 0.3s;
}

.team-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.team-box:hover .team-img>img {
    transform: scale(1.05);
}

.team-content {
    text-align: center;
}

.team-content .h3-title {
    margin-top: 30px;
    line-height: 25px;
}

.team-content p {
    color: #d53863;
}

.social-media-team a {
    font-size: 15px;
    line-height: 24px;
    color: #d53863;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: rgba(213,56,99,0.2);
    border-radius: 50%;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.social-media-team a:first-child {
    margin-left: 0;
}

.social-media-team a:hover {
    background-color: #d53863;
    color: #ffffff;
    transition: 0.3s;
}
/*=====Team End=====*/
/*==========Team Page End==========*/

/*==========Pricing Page Start==========*/
/*=====Pricing Table Start=====*/
.main-pricing-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pricing-box {
    background-color: #ffffff;
    padding: 40px;
    border: solid 1px #ffffff;
    box-shadow: 6px 6px 60px 0px rgb(0, 0, 0, 0.1);
    text-align: left;
    transition: 0.3s;
}

.pricing-box.active {
    border: solid 1px #d53863;
    box-shadow: 6px 6px 60px 0px rgb(0, 0, 0, 0.15);
}

.pricing-box:hover {
    border: solid 1px #d53863;
    box-shadow: 6px 6px 60px 0px rgb(0, 0, 0, 0.15);
    transition: 0.3s;
}

.pricing-box .h3-title {
    line-height: 25px;
    margin-bottom: 20px;
}

.pricing-box .h2-title {
    font-size: 45px;
    color: #d53863;
    line-height: 45px;
    padding-bottom: 15px;
}

.pricing-box .h2-title span {
    font-size: 15px;
    line-height: 15px;
    color: #777777;
}

.pricing-line {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 22px;
}

.pricing-points {
    margin-top: 30px;
}

.pricing-points ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.pricing-points ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pricing-points ul li:last-child {
    margin-bottom: 0;
}

.pricing-points ul li i {
    font-size: 12px;
    background-color: rgb(213,56,99,0.2);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #d53863;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pricing-points ul li p {
    width: calc(100% - 25px);
    margin-bottom: 0;
    margin-left: 12px;
}

.sec-btn.pricing-btn {
    margin-top: 30px;
}

.sec-btn:hover.sec-btn.pricing-btn {
    background-color: #131730;
    box-shadow: 0 10px 30px 0 rgb(19, 23, 48, 0.3);;
    transition: 0.3s;
}
/*=====Pricing Table End=====*/
.main-blog-list-in {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*==========Pricing Page End==========*/

/*==========Blog List Page Start==========*/
/*=====Blog list Start=====*/
.blog-list-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.blog-play-btn {
    transform: translate(50%);
    align-items: center;
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
}

.blog-play-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #d53863;
    padding-left: 5px;
    transition: 0.3s;
    z-index: 1;
}

.blog-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1;
}

.blog-play-btn a:hover {
    color: #d53863;
}

.blog-pagination {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.pagination-arrow {
    color: #d53863;
    font-size: 35px;
    display: inline-block;
    margin: 0 18px;
    vertical-align: middle;
    transition: 0.3s;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.blog-pagination ul li {
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ebebeb;
    border-radius: 50px;
    color: #777777;
    font-size: 18px;
    margin: 0 7px;
    cursor: pointer;
    transition: 0.3s;
}

.blog-pagination ul li.active, .blog-pagination ul li.active:hover {
    background: #d53863;
    color: #ffffff;
    cursor: default;
}

.blog-pagination ul li:hover {
    background-color: #d53863;
    color: #ffffff;
    transition: 0.3s;
}
/*=====Blog List End=====*/

/*=====sidebar Start=====*/
.blog-search-from .form-box {
    margin-bottom: 0;
}

.blog-search-from input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11);
    color: #777777;
    font-size: 16px;
    padding: 10px 60px 10px 30px;
}

.blog-search-from .sec-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    border-radius: 50%;
    right: 0;
}

.blog-search-from .sec-btn span i {
    margin: 0;
    font-size: 20px;
}

.blog-sidebar-box {
    margin-top: 50px;
}

.blog-sidebar-box .h2-title {
    font-size: 35px;
    line-height: 35px;
    position: relative;
    padding-bottom: 15px;
}

.blog-sidebar-box .h2-title:before {
    content: "";
    position: absolute;
    width: 98px;
    height: 1px;
    background-color: #d53863;
    left: 0;
    bottom: 5px;
}
.blog-sidebar-box .h2-title:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 1px;
    background-color: #d53863;
    left: 15px;
    bottom: 0;
}

.blog-category ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 24px;
}

.blog-category ul li {
    margin-bottom: 15px;
}

.blog-category ul li:last-child {
    margin-bottom: 0;
}

.blog-category ul li a {
    font-family: 'Roboto', sans-serif;
    color: #777777;
    font-size: 15px;
    line-height: 15px;
    transition: 0.3s;
}

.blog-category ul li a i {
    font-size: 20px;
    color: #d53863;
    margin-right: 10px;
    transition: 0.3s;
}

.blog-category ul li:hover a {
    color: #131730;
    transition: 0.3s;
}

.blog-category ul li:hover a i {
    margin-right: 20px;
    transition: 0.3s;
}

.recent-post {
    margin-top: 30px;
}

.recent-post-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.recent-post-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.recent-post-box:hover .recent-post-img>img {
    transform: scale(1.05);
}

.recent-post-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-content {
    width: calc(100% - 100px);
    margin-left: 15px;
}

.recent-post-content span {
    font-family: 'Roboto', sans-serif;
    color: #d53863;
    font-size: 15px;
}

.recent-post-content p {
    transition: 0.3s;
}

.recent-post-box:hover .recent-post-content p {
    color: #131730;
    transition: 0.3s;
}

.tag-box {
    margin-top: 30px;
}

.tag-box ul {
    padding-left: 0;
    margin-bottom: 0;
    text-decoration: none;
    list-style: none;
}

.tag-box ul li {
    display: inline-block;
}

.tag-box ul li a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #777777;
    border: solid 1px #777777;
    padding: 10px 20px;
    transition: 0.3s;
    margin-bottom: 15px;
    margin-right: 10px;
}

.tag-box ul li a:hover {
    border: solid 1px #d53863;
    background-color: #d53863;
    color: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(213,56,99,0.3);
}
/*=====sidebar End=====*/
/*==========Blog List Page End==========*/

/*==========Blog Detail Page Start==========*/
.main-blog-detail-in {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*=====Blog Detail Info Start=====*/
.blog-detail-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 45px;
}

.blog-detail-img1>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.blog-detail-img1>img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.blog-detail-dalc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-detail-box .h3-title {
    margin-top: 20px;
}

.blog-detail-text-box {
    background-color: #131730;
    padding: 30px;
    text-align: center;
    margin-bottom: 43px;
    margin-top: 43px;
}

.blog-detail-text-box .h3-title {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-detail-text-box p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    color: #d53863;
}

.blog-detail-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 43px;
}

.blog-detail-img2>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.blog-detail-img2>img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.blog-list-tag-box {
    display: flex;
    align-items: center;
}

.blog-list-tag-box p {
    margin-bottom: 0;
    color: #131730;
    line-height: 15px;
}

.blog-detail-ts-box {
    background-color: #f9f9f9;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
}

.blog-list-tag-box .tag-box {
    margin-top: 0;
    margin-left: 10px;
}

.blog-list-tag-box .tag-box ul li a {
    margin-bottom: 0;
}

.social-media-blog-detail a {
    font-size: 18px;
    color: #131730;
    display: inline-flex;
    align-items: center;
    margin-left: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.social-media-blog-detail a:first-child {
    margin-left: 0;
}

.social-media-blog-detail a:hover {
    color: #d53863;
    transition: 0.3s;
}
/*=====Blog Detail Info End=====*/

/*=====Related Post Start=====*/
.related-post {
    margin-top: 120px;
}

.related-post .blog-list-box {
    margin-bottom: 0;
}
/*=====Related Post Start=====*/

/*=====Comment Start=====*/
.blog-detail-comment {
    margin-top: 120px;
}

.detail-comment-box {
    width: 100%;
    height: 170px;
    background: #ffffff;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.1);
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.detail-comment-img {
    width: 160px;
    height: 160px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.detail-comment-text {
    display: inline-block;
    width: calc(100% - 160px);
    padding: 0 30px 0 20px;
}

.detail-comment-text .h3-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.detail-comment-text a {
    color: #d53863;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.detail-comment-text a:hover {
    color: #b73257;
}

.detail-comment-text a i {
    margin-right: 5px;
}

.detail-comment-box.even {
    width: calc(100% - 50px);
    display: flex;
    margin-left: auto;
}
/*=====Comment End=====*/

/*=====Leave A Comment Start=====*/
.blog-detail-leave-comment {
    margin-top: 120px;
}
/*=====Leave A Comment End=====*/
/*==========Blog Detail Page End==========*/

/*==========Contact Us Page Start==========*/
/*=====Get In Touch Start=====*/
.main-get-touch-in {
    padding-top: 120px;
    padding-bottom: 60px;
}

.main-get-touch-in p {
    margin-bottom: 0;
}
/*=====Get In Touch Start=====*/

/*=====Contact Us Box Start=====*/
.main-contact-box {
    padding-top: 60px;
    padding-bottom: 120px;
}

.contact-box {
    background-color: #ffffff;
    padding: 40px;
    display: flex;
    align-items: center;
    border: solid 1px #777777;
    transition: 0.3s;
}

.contact-icon {
    width: 80px;
    height: 80px;
    border: solid 2px #d53863;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d53863;
    font-size: 30px;
    transition: 0.3s;
}

.contact-content {
    width: calc(100% - 80px);
    margin-left: 20px;
}

.contact-content p {
    margin-bottom: 0;
}

.contact-box:hover {
    border: solid 1px #ffffff;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.1);
    transition: 0.3s; 
}

.contact-box:hover .contact-icon {
    background-color: #d53863;
    color: #ffffff;
    transition: 0.3s;
}
/*=====Contact Us Box End=====*/

/*=====Contact Map Start=====*/
.main-contact-map-in {
    width: 100%;
    height: 600px;
}

.main-contact-map-in iframe {
    width: 100%;
    height: 100%;
}
/*=====Contact Map End=====*/
/*==========Contact Us Page End==========*/

/*==========Scroll To Top CSS Start==========*/
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #d53863;
    font-size: 25px;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    overflow: hidden;
    z-index: 50;
    display: none;
}

.scroll-top:hover {
    box-shadow: 1px 1px 60px rgb(0 0 0 / 15%);
    color: #ffffff;
}

.scroll-top:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d53863;
    transition: 0.3s;
    z-index: 0;
}

.scroll-top:hover:before {
    top: 0;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 10px;
    z-index: 1;
}

.scroll-top:hover i {
    animation: swipe 0.6s linear infinite alternate;
}

@keyframes swipe {
    from {
        margin-top: -3px;
    }
    to {
        margin-top: 3px;
    }
}
/*==========Scroll To Top CSS End==========*/

/*==========Responsive Start==========*/
@media screen and (max-width: 1399px) {
    .h1-title {
        font-size: 70px;
        line-height: 80px;
    }

    .h2-title {
        font-size: 58px;
        line-height: 68px;
    }

    .h3-title {
        font-size: 22px;
        line-height: 32px;
    }

    .project-hover-box {
        top: 24%;
    }

    .footer-links {
        padding: 0 60px;
    }

    .footer-service {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1199px) {

    .h1-title {
        font-size: 60px;
        line-height: 70px;
    }

    .h2-title {
        font-size: 50px;
        line-height: 60px;
    }

    .h2-subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .h3-title {
        font-size: 20px;
        line-height: 30px;
    }

    .mob-no {
        display: none;
    }

    .mob-yes {
        display: inline-block;
    }

    .m-b-30 {
        margin-bottom: 30px;
    }
    
    .header-content-dpno {
        display: none;
    }

    .main-navigation ul li {
        margin-left: 0px;
    }

    .main-navigation ul li a {
        font-size: 15px;
    }

    .header-btn {
        margin-left: 25px;
    }

    .service-title-box {
        width: 90%;
    }

    .service-hover-box {
        width: 90%;
    }

    .side-p {
        padding-left: 55px;
        padding-right: 55px;
    }

    .client-name .h3-title {
        line-height: 20px;
    }

    .blog-content-box {
        margin-left: 20px;
    }

    .blog-date span {
        font-size: 14px;
        margin-left: 8px;
    }

    .footer-service {
        padding: 0 40px;
    }

    .counter-bg {
        padding: 40px;
    }

    .counter-text .h2-title {
        font-size: 45px;
        line-height: 55px;
    }

    .counter-content p {
        font-size: 15px;
        color: #ffffff;
        line-height: 24px;
    }

    .service-appointment-title .h2-title {
        font-size: 32px;
        line-height: 32px;
    }

    .service-detail-info-box .h2-title {
        font-size: 40px;
        line-height: 33px;
    }

    .main-project-detail-in .h2-title {
        font-size: 40px;
        line-height: 40px;
    }

    .blog-list-box {
        display: inline-block;
        margin-bottom: 0;
    }

    .main-blog-list-in .main-blog-box {
        margin-bottom: 30px;
    }

    .m-r-15 {
        margin-right: 0;
    }

    .m-l-15 {
        margin-left: 0;
    }

    .blog-pagination {
        margin-top: 50px;
    }

    .related-post .main-blog-box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .for-des,
    .header-search,
    .rocket-img {
        display: none !important;
    }

    .for-mob {
        display: inline-block !important;
    }

    .site-header,
    .site-header.sticky-header {
        background: #ffffff;
        height: 70px;
        padding: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .site-header .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .toggle-button {
        display: block;
    }

    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        width: 200px;
        height: 70px;
        display: flex;
        align-items: center;
    }

    .site-branding a {
        width: 90%;
    }

    .site-branding a img {
        display: none;
    }

    .site-branding a img.sticky-logo {
        display: block;
        position: relative;
        opacity: 1;
    }

    .main-navigation ul {
        position: fixed;
        top: 0;
        right: -400px;
        width: 320px;
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
        background: #ffffff;
        text-align: center;
        padding: 100px 0 30px;
        box-shadow: -30px 0 30px rgba(0,0,0,0.1);
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
    }

    .main-navigation.toggle-menu ul {
        right: 0;
        opacity: 1;
        z-index: 100;
    }

    .main-navigation>ul::-webkit-scrollbar-thumb {
        width: 0;
        background: transparent;
    }

    .main-navigation>ul::-webkit-scrollbar {
        width: 0;
    }

    .main-navigation>ul::-webkit-scrollbar-track {
        width: 0;
        background: transparent;
    }

    .main-navigation ul li {
        display: block;
        margin: -50px 0 10px 0;
        padding: 10px 40px 20px 40px;
        opacity: 0;
        transition: 0.5s;
    }

    .main-navigation ul li:first-child {
        padding: 10px 40px 20px 40px;
    }

    .main-navigation.toggle-menu ul li {
        text-align: left;
        border-bottom: solid 1px rgb(225, 225, 225,0.8);
        margin-top: 0;   
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.4s;
    }

    .main-navigation ul li:last-child {
        border-bottom: none;
    }

    .main-navigation ul li:last-child a {
        display: inline-block;
        margin: 0 auto;
    }

    .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
        color: #131730;
    }
    .main-navigation ul li a {
        font-size: 18px;
        line-height: 28px;
        color: #131730;
    }

    .main-navigation ul li.sub-items>a:before {
        color: #131730;   
    }

    .main-navigation ul li.sub-items.active>a:before {
        color: #d53863;   
    }

    .main-navigation ul li ul.sub-menu,
    .main-navigation ul li:hover ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        display: block;
        animation: none;
        padding: 0;
        margin-top: 10px;
        transition: 0s;
        display: none;
    }

    .main-navigation ul li ul.sub-menu li {
        text-align: left;
        border: none;
        padding: 0 16px;
        margin-bottom: 10px;
    }

    .main-navigation ul li ul.sub-menu li:first-child {
        padding-left: 16px;
    }

    .main-navigation ul li ul.sub-menu li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li ul.sub-menu li a {
        color: #131730;
        padding: 0;
        font-size: 15px;
        line-height: 24px;
    }

    .main-navigation ul li.sub-items:hover>a:before, 
    .main-navigation ul li a:hover:before {
        transform: translate(0,-50%) rotate(0deg);
        color: #d53863;
    }

    .main-navigation ul li.sub-items.active-sub-menu>a:before {
        transform: translate(0,-50%) rotate(-180deg);
        color: #d53863;
    }

    
    .header-top {
        display: none;
    }
    
    .Social-midea {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .header-btn {
        display: none;
    }

    .toggle-button {
        display: block;
    }

    .banner-box {
        width: 100%;
        height: 100%;
    }

    .banner-slider {
        height: 100%;
    }

    .banner-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(19, 23, 48,0.8);
        z-index: 1;
    }

    .banner-content {
        padding-top: 220px;
        padding-bottom: 140px;
    }

    .h2-title {
        font-size: 45px;
        line-height: 55px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mlr-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mob-no {
        display: none !important;
    }

    .mob-yes {
        display: inline-block;
    }

    .main-Partner-logo {
        padding-top: 80px;
        padding-bottom: 18px;
    }

    .main-about-us {
        padding-bottom: 80px;
    }

    .about-content-box {
        padding-left: 0;
    }

    .main-services .small-title {
        justify-content: center;
    }

    .main-services .h2-title {
        text-align: center;
    }

    .service-title-bg {
        padding-top: 80px;
    }

    .service-slider .slick-list {
        overflow: visible;
     }
     
     
    .service-slider .slick-slide{
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }
     
    .service-slider .slick-slide.slick-active {
        opacity: 1;
        pointer-events: unset;
        transition: all ease-in-out 0.3s;
    }

    .main-service-box .slick-dots {
    bottom: -88px;
    }

    .main-service-box {
        padding-bottom: 138px;
    }

    .main-project {
        padding-bottom: 73px;
    }

    .main-newsletter {
        padding-top: 80px;
    }

    .main-newsletter .small-title {
        justify-content: center;
    }

    .main-newsletter .h2-title {
        text-align: center;
    }

    .newsletter-form {
        float: none;
        text-align: center;
    }

    .newsletter-form .sec-btn {
        right: 112px;
    }

    .main-watch-us {
        margin-top: -174px;
    }

    .main-testimonial {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .main-senior-care {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .main-senior-care .small-title {
        margin-top: 148px;
    }

    .main-blog {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .blog-slider .slick-list {
        overflow: visible;
     }
     
     
     .blog-slider .slick-slide{
         opacity: 0;
         pointer-events: none;
         transition: 0.3s;
     }
     
     .blog-slider .slick-slide.slick-active {
         opacity: 1;
         pointer-events: unset;
         transition: all ease-in-out 0.3s;
     }

     .main-blog-box .slick-dots {
        bottom: -88px;
    }

    .main-footer {
        padding-top: 80px;
    }

    .footer-links {
        padding: 0;
    }

    .footer-service {
        padding: 0;
        margin-top: 50px;
    }

    .footer-donation {
        margin-top: 50px;
    }

    .footer-copyright {
        margin-top: 64px;
    }

    .main-inner-banner {
        padding-top: 200px;
    }

    .inner-banner-title .h1-title {
        padding: 47px 60px;
    }

    .main-about-us-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .main-why-choose {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .why-choose-img {
        margin-top: 43px;
    }

    .main-service-in {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .scope-care-img {
        position: relative;
        width: 100%;
        height: 600px;
    }

    .scope-care-main-text {
        padding-left: 0;
        padding-top: 0px;
        padding-bottom: 77px;
    }

    .main-newsletter-in .small-title {
        justify-content: center;
    }

    .main-newsletter-in .h2-title {
        text-align: center;
    }

    .main-newsletter-in .h2-title {
        color: #ffffff;
        padding-bottom: 25px;
    }

    .main-service-detail-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .service-detail-info-box .h2-title {
        font-size: 35px;
        line-height: 28px;
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .main-project-in {
        padding-top: 73px;
        padding-bottom: 55px;
    }
    
    .project-detail-info-box {
        margin-top: 30px;
    }

    .main-project-detail-in .h2-title {
        font-size: 35px;
        line-height: 35px;
    }

    .main-team-in {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .main-pricing-in {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .pricing-box {
        width: 370px;
        max-width: 100%;
        margin: 0 auto 30px auto;
    }

    .pricing-box .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .main-blog-list-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-pagination ul li {
        width: 40px;
        height: 40px;
    }

    .blog-sidebar-box .h2-title {
        font-size: 30px;
        line-height: 30px;
    }

    .main-blog-detail-in {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .related-post {
        margin-top: 80px;
    }

    .blog-detail-comment {
        margin-top: 80px;
    }

    .blog-detail-leave-comment {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .main-get-touch-in {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .main-get-touch-in .contact-form {
        margin-top: 50px;
    }

    .main-contact-box {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .mob-no {
        display: none !important;
    }

    .mob-yes {
        display: inline-block;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .project-slider .slick-list {
        overflow: visible;
     }
     
     
     .project-slider .slick-slide{
         opacity: 0;
         pointer-events: none;
         transition: 0.3s;
     }
     
     .project-slider .slick-slide.slick-active {
         opacity: 1;
         pointer-events: unset;
         transition: all ease-in-out 0.3s;
     }

     .main-project .slick-dots {
        bottom: -25px;
    }

    .newsletter-form input {
        width: 100%;
    }

    .newsletter-form .sec-btn {
        position: relative;
        margin-top: 20px;
        right: 0;
    }

    .footer-links {
        margin-top: 50px;
    }

    .social-media-footer {
        float: left;
        margin-top: 15px;
    }

    .social-media-footer a:last-child {
        margin-left: 0;
    }

    .service-appointment-title .h2-title {
        font-size: 30px;
        line-height: 30px;
    }

    .service-detail-img-box-2 {
        display: inline-block;
    }

    .service-detail-img-2 {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .service-detail-img-3 {
        margin-left: 0;
        margin-top: 15px;
    }

    .main-project-in .project-box .project-hover-box {
        top: 40%;
    }

    .blog-sidebar {
        margin-top: 50px;
    }

    .blog-detail-ts-box {
      display: inline-block;
    }

    .social-media-blog-detail {
        margin-top: 30px;
    }

    .detail-comment-box, .detail-comment-box.even {
        display: block;
        height: auto;
        text-align: center;
        padding: 30px;
    }

    .detail-comment-img {
        width: 100px;
        height: 100px;
    }

    .detail-comment-box.even {
        width: 100%;
    }

    .detail-comment-text {
        width: 100%;
        padding: 0;
        margin-top: 7px;
    }

    

    .main-blog-detail-in .blog-sidebar {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .project-hover-box {
        top: 30%;
    }

    .side-p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-experience {
        padding: 25px;
    }

    .about-experience .h2-title {
        font-size: 30px;
        line-height: 24px;
    }

    .about-experience .h2-title span {
        font-size: 15px;
    }

    .inner-banner-title .h1-title {
        padding: 37px 50px;
    }

    .mar-t-30 {
        margin-top: 30px;
    }

    .inner-breadcrum {
        right: 13px;
    }

    .service-appointment-title .h2-title {
        font-size: 28px;
        line-height: 28px;
    }

    .service-detail-info-box .h2-title {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 10px;
    }

    .main-project-in .project-box .project-hover-box {
        top: 30%;
    }

    .main-project-detail-in .h2-title {
        font-size: 32px;
        line-height: 32px;
    }

    .blog-play-icon {
        width: 80px;
        height: 80px;
    }

    .blog-detail-img1 {
        margin-bottom: 25px;
    }

    .blog-detail-dalc {
      display: inline-block;
    }

    .blog-da {
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .h1-title {
        font-size: 45px;
        line-height: 55px;
    }

    .h2-title {
        font-size: 35px;
        line-height: 45px;
    }

    .h2-subtitle {
        font-size: 18px;
        line-height: 18px;
    }

    .side-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-banner-title .h1-title {
        padding: 27px 40px;
        line-height: 55px;
    }
    .inner-banner-title:after {
        left: 10px;
        top: 5px;
    }

    .pagination-arrow {
        margin: 0 10px;
    }

    .blog-content-box {
        margin-left: 14px;
    }

    .blog-list-tag-box .tag-box ul li {
        margin-bottom: 15px;
    }

    .blog-list-tag-box .tag-box ul li:last-child {
        margin-bottom: 0;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
}
/*==========Responsive End==========*/