@charset "UTF-8";
/*-------------------------------------------------------------


-------------------------------------------------------------

  #   CSS INDEX
========================================================

    [ 01. Imported CSS ]

    [ 02. Typography CSS ]
    
    [ 03. Common CSS ]

    [ 04. Header CSS ]

    [ 05. Hero slider CSS ]

    [ 06 About CSS ]

    [ 07 Service CSS ]

    [ 08 Team CSS ]

    [ 09 Brand Logo CSS ]

    [ 10 Form CSS ]

    [ 11 Blog CSS ] 

    [ 12 Contact CSS ]

    [ 13 Footer CSS ]


-----------------------------------------------------*/
/*

[ 01. Imported CSS ]

*/
/*
-----------------------------------------------------------------------
	Imported CSS
-----------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900,|Libre+Baskerville:400,400i,700);
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url(bootstrap.min.css);
@import url(icofont.css);
@import url(aos.css);
@import url(swiper.min.css);
@import url(plugin-collection.css);

/*

[ 02. Typography CSS ]

*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
    color: #000000;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1.7142857143;
    margin: 0;
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0;
}

a {
    color: #ed2964;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

a img {
    border: none;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
    margin-bottom: 30px;
    /*    text-align: justify;*/
}

p:last-child {
    margin-bottom: 0;
}

:active,
:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

::-moz-selection {
    background: #ed2964;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ed2964;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ed2964;
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #ed2964;
    /* Safari */
    color: #fff;
    text-shadow: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

table p {
    margin-bottom: 0;
}

/*

[ 03. Common CSS ]

*/
/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.section-title {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title {
        margin-bottom: 50px;
    }
}

.section-title p {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .section-title p {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.section-title .title {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -1.377px;
    line-height: 1.1;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .section-title .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 25px;
    }
}

.section-title .title span {
    color: #ed2964;
    font-weight: 700;
}

.section-title .desc {
    margin-bottom: 55px;
}

.section-title .desc p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-title .desc p br {
        display: none;
    }
}

.section-title .separator-line {
    border-bottom: 1px solid #ed2964;
    display: block;
    margin: 0 auto 40px;
    width: 100px;
}

.section-title .list-style li {
    color: #707070;
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 29px;
    position: relative;
}

.section-title .list-style li i {
    color: #ed2964;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 5px;
}

.section-title .list-style li:last-child {
    margin-bottom: 0;
}

.section-title.section-light h5 {
    color: #fff;
}

.section-title.section-light .title {
    color: #fff;
}

.section-title.section-light .desc p {
    color: #fff;
}

.section-title.section-light .separator-line {
    border-bottom-color: #fff !important;
}

.section-title.section-light .separator-line.separator-double:before {
    border-bottom-color: #fff !important;
}

.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

.bg-img.bg-img-top {
    position: relative;
    background-position: top center;
}

.bg-img.bg-img-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: rgb(0, 0, 0, .5);
    /*background-color: transparent;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, rgb(87, 41, 135, .3)), color-stop(76%, rgb(87, 41, 135)));*/
    /*background-image: linear-gradient(180deg, rgb(87, 41, 135, .3)6 47%, rgb(87, 41, 135) 76%);*/
}

.site-wrapper-reveal {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.niceselect {
    float: inherit;
}

.niceselect .list {
    border-radius: 0;
    width: 100%;
}

.line-hr {
    border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
    line-height: 1;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.content-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.min-height-auto {
    min-height: auto !important;
}

.height-auto {
    height: auto !important;
}

.form-message.alert {
    margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .md-text-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .sm-text-center {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .xs-w-100 {
        width: 100% !important;
    }
}

/*-------- Button Style Css --------*/
.btn-theme {
    background-color: #ed2964;
    border-color: #ed2964;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    min-height: 50px;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-theme .icon {
    font-size: 14px;
    padding-left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: #ed2964;
    border-color: #ed2964;
    color: #fff;
}

.btn-theme.btn-black {
    background-color: #000;
    border-color: #000;
}

.btn-theme.btn-black:hover {
    background-color: #ed2964;
    border-color: #ed2964;
    color: #fff;
}

.btn-theme.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #0e0e0e;
}

.btn-theme.btn-white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-theme.btn-white.btn-border {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    line-height: 29px;
}

.btn-theme.btn-white.btn-border:hover {
    background-color: #ed2964;
    border-color: #ed2964;
    color: #fff;
}

.btn-theme.btn-gray {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #0e0e0e;
}

.btn-theme.btn-gray:hover {
    background-color: #ed2964;
    border-color: #ed2964;
    color: #fff;
}

.btn-theme.btn-border {
    background-color: transparent;
    border: 1px solid #ed2964;
    color: #ed2964;
}

.btn-theme.btn-round {
    border-radius: 25px;
}

.btn-theme.btn-round.btn-slide:before {
    border-radius: 25px;
}

.btn-theme.btn-lg {
    letter-spacing: 0.131px;
    padding: 14px 48px;
}

.btn-theme.btn-slide {
    position: relative;
    z-index: 1;
}

.btn-theme.btn-slide:before {
    background-color: #669900;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-theme.btn-slide:hover:before {
    width: 100%;
}

.btn-theme.btn-size-md {
    height: 50px;
    min-width: 160px;
    text-align: center;
}

.btn-theme.btn-size-lg {
    height: 50px;
    min-width: 180px;
    text-align: center;
}

.btn-theme.btn-size-xl {
    height: 50px;
    min-width: 220px;
    text-align: center;
}

.btn-theme.btn-size-xxl {
    height: 52px;
    min-width: 270px;
    text-align: center;
}

.btn-link {
    color: #000;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-link:hover {
    color: #ed2964;
    text-decoration: none;
}

.btn-link span + .icon {
    color: #ed2964;
    font-size: 14px;
    padding-left: 17px;
}

.btn-link span + .icon:before {
    font-weight: 900;
}

.btn-link:focus {
    text-decoration: none;
}

.btn-link.btn-line:after {
    background-color: #ed2964;
    bottom: 0;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-link.btn-line:hover {
    color: #000;
}

.btn-link.btn-line:hover:after {
    left: 0;
    width: 100%;
}

.btn-link.btn-dark {
    background-color: transparent;
    border: none;
    color: #0e0e0e;
}

.btn-link.btn-dark:after {
    background-color: #0e0e0e;
    left: 0;
    width: 100%;
}

.btn-link.btn-dark:hover {
    color: #ed2964;
}

.btn-link.btn-dark:hover:hover:before {
    background-color: #ed2964;
}

.btn-link.btn-dark:hover:hover:after {
    background-color: #ed2964;
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ed2964;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-] {
    position: absolute;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-prev {
    left: 0;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-next {
    right: 0;
}

.owl-carousel.owl-theme .owl-dots {
    margin-top: 55px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #808080;
    border: 1px solid #808080;
    height: 10px;
    margin: 5px 12px;
    width: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ed2964;
    border-color: #ed2964;
}

.owl-carousel.owl-dots-none .owl-dots {
    display: none;
}

/*-------- Page Title Style Css --------*/
.page-title-area .page-title-content {
    letter-spacing: 0;
    padding: 60px 0;
}

.page-title-area .page-title-content .title {
    color: #000;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1.377px;
    line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content .title {
        font-size: 30px;
    }
}

.page-title-area .page-title-content .title span {
    color: #ed2964;
    font-weight: 700;
}

.page-title-area .page-title-content .bread-crumbs {
    color: #000000;
    font-size: 15px;
    margin-bottom: 2px;
}

.page-title-area .page-title-content .bread-crumbs a {
    color: #000000;
}

.page-title-area .page-title-content .bread-crumbs a:hover {
    color: #ed2964;
}

.page-title-area .page-title-content .bread-crumbs span.active {
    color: #568701;
}

.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
    padding: 0 8.7px;
}

.page-title-area .page-title-content .bread-crumbs.bread-crumbs-style2 {
    font-size: 14px;
    margin-bottom: 23px;
    margin-top: 44px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content .bread-crumbs.bread-crumbs-style2 {
        margin-top: 22px;
    }
}

.page-title-area .page-title-content.text-light .title {
    color: #fff;
}

.page-title-area .page-title-content.text-light .bread-crumbs {
    color: #fff;
}

.page-title-area .page-title-content.text-light .bread-crumbs a {
    color: #fff;
}

.page-title-area .page-title-content.content-style2 {
    padding: 200px 0px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title-content.content-style2 {
        padding: 235px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style2 {
        padding: 195px 0 65px;
    }
}

.page-title-area .page-title-content.content-style2 .title {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -2.04px;
    line-height: 65px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style2 .title {
        font-size: 64px;
        line-height: 78px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style2 .title {
        font-size: 36px;
        line-height: 1.1;
    }
}

.page-title-area .page-title-content.content-style2 .title span {
    color: #fff;
    font-weight: 300;
}

.page-title-area .page-title-content.content-style2 p {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.411px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style2 p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title-content.content-style2 p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style2 p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.page-title-area .page-title-content.content-style3 {
    padding: 60px 0px;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style3 {
        padding: 50px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style3 {
        padding: 30px 0px;
    }
}

.page-title-area .page-title-content.content-style4 {
    padding: 50px 0px 6px;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style4 {
        padding: 50px 0px 6px;
    }
}

.page-title-area .page-title-content.content-style5 {
    padding: 100px 0px 170px;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style5 {
        padding: 200px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title-content.content-style5 {
        padding: 150px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style5 {
        padding: 100px 0px;
    }
}

.page-title-area .page-title-content.content-style5 .title {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 800;
    /*    letter-spacing: -2.04px;*/
    line-height: 65px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style5 .title {
        font-size: 64px;
        line-height: 78px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style5 .title {
        font-size: 36px;
        line-height: 1.1;
    }
}

.page-title-area .page-title-content.content-style5 .title span {
    color: #fff;
    font-weight: 800;
}

.page-title-area .page-title-content.content-style5 p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.411px;
    margin-bottom: 34px;
    /*    text-transform: uppercase;*/
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content.content-style5 p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title-content.content-style5 p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content.content-style5 p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.bread-crumbs {
    color: #707070;
    font-size: 16px;
}

.bread-crumbs a {
    color: #707070;
}

.bread-crumbs a:hover {
    color: #ed2964;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
    padding: 82px 0 0;
}

@media only screen and (max-width: 991px) {
    .pagination-area {
        padding: 62px 0 0;
    }
}

.pagination-area nav .page-numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
}

.pagination-area nav .page-numbers li {
    line-height: 1;
    margin-right: 36.57px;
    padding: 0;
}

.pagination-area nav .page-numbers li .page-number {
    color: #999999;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.pagination-area nav .page-numbers li .page-number:hover {
    color: #000;
}

.pagination-area nav .page-numbers li .page-number.current {
    color: #000;
    font-weight: 700;
}

.pagination-area nav .page-numbers li .page-number.prev {
    border-radius: 0;
    color: #000;
    font-size: 14px;
}

.pagination-area nav .page-numbers li .page-number.next {
    color: #000;
    font-size: 22px;
}

.pagination-area nav .page-numbers li .page-number.next:hover {
    color: #000;
}

.pagination-area nav .page-numbers li:first-child {
    padding-left: 0;
}

.pagination-area nav .page-numbers li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.pagination-area nav .page-numbers.page-numbers-style {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
    box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}

/*-------- Blockquote Style Css --------*/
.blockquote-area {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 165px 0 140px;
}

@media only screen and (max-width: 767px) {
    .blockquote-area {
        padding: 122px 0 94px;
    }
}

.blockquote-area p {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .blockquote-area p {
        font-size: 24px;
    }
}

.blockquote-area cite .name {
    color: #ed2964;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blockquote-area cite .job {
    color: #9192a4;
    font-size: 14px;
}

/*-------- Accordian Style Css --------*/
.accordian-content .accordion .accordion-item {
    border: none;
    margin-bottom: 30px;
    overflow: visible;
}

.accordian-content .accordion .accordion-item .accordion-header {
    padding: 0;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
    background-color: #ed2964;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
    display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    -webkit-box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
    box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
    color: #000;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
    background-color: #fff;
    background-image: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
    color: #000;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
    display: inline-block;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
    display: none;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
    background-color: #f9f9f9;
}

.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
    background-color: #f9f9f9;
}

.accordian-content .accordion .accordion-item .accordion-body {
    line-height: 30px;
    padding: 34px 30px 16px;
}

.accordian-content .accordion.no-bg .accordion-item {
    margin-bottom: 14px;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    color: #000;
    padding: 0 0 20px 20px;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button:before {
    display: none;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button .icon {
    color: #000;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed:hover {
    background-color: transparent;
}

.accordian-content .accordion.no-bg .accordion-collapse {
    border: none;
}

.accordian-content .accordion.no-bg .accordion-body {
    padding: 20px 35px 14px 20px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
    border: none;
    color: #ed2964;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    line-height: 24px;
    padding: 0 30px 13px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479.98px) {
    .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
        padding: 0 10px 13px 0;
    }
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
    color: #000;
    font-weight: 700;
    padding: 0 30px 10px 0;
}

@media only screen and (max-width: 479.98px) {
    .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
        padding: 0 10px 10px 0;
    }
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed .icon {
    color: #000;
    top: 2px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button .icon {
    color: #000;
    font-size: 24px;
    left: auto;
    position: absolute;
    right: -35px;
    top: 4px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0px 30px 9px 16px;
}

@media only screen and (max-width: 479.98px) {
    .accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
        padding: 0 12px 9px 16px;
    }
}

/*-------- Tab Style Css --------*/
.feature-tab-content .nav.nav-tabs {
    border-bottom: none;
    margin-bottom: 41px;
}

.feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 60px;
}

@media only screen and (max-width: 767px) {
    .feature-tab-content .nav.nav-tabs .nav-item {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-tab-content .nav.nav-tabs .nav-item {
        margin-right: 15px;
        font-size: 12px;
    }
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 3px solid #ddd;
    color: #000;
    padding: 0 0 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
    color: #ed2964;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
    color: #ed2964;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom-color: #ed2964;
}

.feature-tab-content .nav.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.feature-tab-content .tab-content .tab-pane p {
    line-height: 30px;
    margin-bottom: 10px;
}

/*-------- Faq Style Css --------*/
.faq-area .accordian-content .accordion .accordion-item {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: visible;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header {
    padding: 0;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ed2964;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 30px 14px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:hover {
    color: #ed2964;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
    background-color: #ed2964;
    background-image: none;
    border-radius: 3px 3px 0 0;
    height: 4px;
    top: -1px;
    z-index: 1;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
    color: #ed2964;
    font-size: 18px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon:hover {
    color: #ed2964;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #000;
    padding: 14px 30px;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
    background-color: transparent;
    background-image: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
    color: #3e4140;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
    background-color: transparent;
    color: #ed2964;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
    background-color: transparent;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
    border: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordion-body {
    letter-spacing: 0;
    line-height: 24px;
    padding: 4px 28px 23px 30px;
    text-align: justify;
}

/*-------- Page-Not-Found Style Css --------*/
.page-not-found-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0;
    padding: 0;
}

.page-not-found-area .section-title {
    margin-top: 35px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .page-not-found-area .section-title {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .page-not-found-area .section-title {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .page-not-found-area .section-title {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .page-not-found-area .section-title {
        margin-bottom: 35px;
    }
}

.page-not-found-area .section-title .title {
    color: #fff;
    font-size: 60px;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .page-not-found-area .section-title .title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .page-not-found-area .section-title .title {
        font-size: 32px;
    }
}

.page-not-found-area .section-title .desc {
    margin-bottom: 0;
}

.page-not-found-area .section-title .desc p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

@media only screen and (max-width: 575px) {
    .page-not-found-area .section-title .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.page-not-found-area .btn-theme {
    padding: 10px 68px;
}

@media only screen and (max-width: 767px) {
    .page-not-found-area .btn-theme {
        min-height: auto;
        padding: 8px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .page-not-found-area .btn-theme {
        padding: 5px 30px;
        font-size: 13px;
    }
}

.page-not-found-area a {
    text-transform: capitalize;
}

.page-not-found-area a:after {
    width: 100%;
}

.page-not-found-area .widget-search-box.search-style2 .btn-src {
    border-left: none;
}

/*-------- Coming-Soon Style Css --------*/
.coming-soon-area {
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding: 0;
}

.coming-soon-area .countdown-content {
    margin-bottom: 78px;
}

@media only screen and (max-width: 1549px) {
    .coming-soon-area .countdown-content {
        margin-bottom: 35px;
    }
}

.coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 55px;
}

@media only screen and (max-width: 1199px) {
    .coming-soon-area .countdown-content .countdown-timer li {
        margin: 0 25px;
    }
}

@media only screen and (max-width: 479.98px) {
    .coming-soon-area .countdown-content .countdown-timer li {
        margin: 0 15px;
    }
}

.coming-soon-area .countdown-content .countdown-timer li span {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1549px) {
    .coming-soon-area .countdown-content .countdown-timer li span {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479.98px) {
    .coming-soon-area .countdown-content .countdown-timer li span {
        font-size: 16px;
    }
}

.coming-soon-area .countdown-content .countdown-timer li p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1549px) {
    .coming-soon-area .countdown-content .countdown-timer li p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479.98px) {
    .coming-soon-area .countdown-content .countdown-timer li p {
        font-size: 13px;
    }
}

.coming-soon-area .coming-soon-content {
    margin-top: 83px;
}

@media only screen and (max-width: 1199px) {
    .coming-soon-area .coming-soon-content .section-title.section-style7 .separator-line {
        display: none;
    }
}

.coming-soon-area .coming-soon-content h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
}

@media only screen and (max-width: 1549px) {
    .coming-soon-area .coming-soon-content h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .coming-soon-area .coming-soon-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 479.98px) {
    .coming-soon-area .coming-soon-content h2 {
        font-size: 24px;
    }
}

.coming-soon-area .coming-soon-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 64px;
}

@media only screen and (max-width: 1549px) {
    .coming-soon-area .coming-soon-content p {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .coming-soon-area .coming-soon-content p {
        font-size: 14px;
    }

    .coming-soon-area .coming-soon-content p br {
        display: none;
    }
}

@media only screen and (max-width: 479.98px) {
    .coming-soon-area .coming-soon-content p {
        font-size: 13px;
    }
}

.coming-soon-area .input-btn-group {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 34px;
    padding: 1px;
}

.coming-soon-area .input-btn-group .form-control {
    border-radius: 50px;
    font-size: 14px;
    max-width: 85.3%;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .coming-soon-area .input-btn-group .form-control {
        max-width: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .coming-soon-area .input-btn-group .form-control {
        max-width: 320px;
    }
}

@media only screen and (max-width: 479.98px) {
    .coming-soon-area .input-btn-group .form-control {
        max-width: 170px;
    }
}

.coming-soon-area .input-btn-group .btn-theme {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0 25px 25px 0;
    color: #c3c3c3;
    height: 32px;
    min-height: 32px;
    line-height: 31px;
    padding: 0 18px;
}

.coming-soon-area .input-btn-group .btn-theme:hover {
    background-color: #000;
    border-color: #000;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
    display: none;
}

.preloader-wrap {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    overflow: hidden;
}

.preloader-wrap .preloader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -50px;
}

.preloader-wrap .preloader .dot {
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
    animation: la-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ed2964;
}

@-webkit-keyframes la-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes la-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*-------- Custom Font Style Css --------*/
.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-44 {
    font-size: 44px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

@media only screen and (max-width: 991px) {
    .font-size-sm-18 {
        font-size: 18px !important;
    }

    .font-size-sm-24 {
        font-size: 24px !important;
    }
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.letter-spacing-0 {
    letter-spacing: 0 !important;
}

.letter-spacing-1 {
    letter-spacing: 1px !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-black {
    background-color: #000 !important;
}

.bgcolor-black-light {
    background-color: #1d1f1f !important;
}

.bgcolor-white {
    background-color: #fff !important;
}

.bgcolor-24 {
    background-color: #242424 !important;
}

.bgcolor-333 {
    background-color: #333333 !important;
}

.bgcolor-f5 {
    background-color: #f5f5f5 !important;
}

.bgcolor-f6 {
    background-color: #f6f6f6 !important;
}

.bgcolor-gray-light {
    background-color: #f4f6f8 !important;
}

.bgcolor-gray-lighter {
    background-color: #eee !important;
}

.bgcolor-gray {
    background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
    background-color: #f0f1f3 !important;
}

.bgcolor-gray-ccc {
    background-color: #ccc !important;
}

.bgcolor-theme {
    background-color: #ed2964 !important;
}

.bgcolor-theme2 {
    background-color: #303744 !important;
}

.bgcolor-theme3 {
    background-color: #669900 !important;
}

.bgcolor-theme4 {
    background-color: #f53400 !important;
}

.text-theme-color {
    color: #ed2964 !important;
}

.text-theme-color2 {
    color: #303744 !important;
}

.text-theme-color3 {
    color: #669900 !important;
}

.text-theme-color4 {
    color: #f53400 !important;
}

.text-theme-color5 {
    color: #568701 !important;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #0e0e0e !important;
}

.text-black {
    color: #000 !important;
}

.text-ccc {
    color: #ccc !important;
}

.text-hover-theme-color:hover {
    color: #ed2964 !important;
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

@media only screen and (max-width: 1199px) {
    .mt-lg-50 {
        margin-top: 50px !important;
    }

    .mt-lg-70 {
        margin-top: 70px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-mt-0 {
        margin-top: 0 !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mt-md-60 {
        margin-top: 60px !important;
    }

    .mt-md-70 {
        margin-top: 70px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-mt-0 {
        margin-top: 0 !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 575px) {
    .mt-xs-0 {
        margin-top: 0px;
    }

    .mt-xs-30 {
        margin-top: 30px !important;
    }
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-80 {
    margin-right: 80px;
}

.mr--100 {
    margin-right: -100px;
}

@media only screen and (max-width: 991px) {
    .md-mr-0 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .mr-xs-0 {
        margin-right: 0;
    }

    .mr-xs-15 {
        margin-right: 15;
    }
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-438 {
    margin-bottom: 438px !important;
}

.mb-470 {
    margin-bottom: 470px !important;
}

.mb-471 {
    margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
    .lg-mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .mb-lg-40 {
        margin-bottom: 40px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .mb-lg-70 {
        margin-bottom: 70px !important;
    }

    .mb-lg-80 {
        margin-bottom: 80px !important;
    }

    .mb-lg-448 {
        margin-bottom: 448px !important;
    }
}

@media only screen and (max-width: 991px) {

    .md-mb-0,
    .md-mb-0 {
        margin-bottom: 0px !important;
    }

    .mb-md-0 {
        margin-bottom: 0px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mb-md-60 {
        margin-bottom: 60px !important;
    }

    .mb-md-70 {
        margin-bottom: 70px !important;
    }

    .mb-md-80 {
        margin-bottom: 80px !important;
    }

    .mb-md-90 {
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width: 767px) {

    .mb-sm-0,
    .sm-mb-0 {
        margin-bottom: 0px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mb-sm-60 {
        margin-bottom: 60px !important;
    }

    .mb-sm-70 {
        margin-bottom: 70px !important;
    }
}

@media only screen and (max-width: 575px) {
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

    .mb-xs-50 {
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 479.98px) {
    .mb-xxs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxs-30 {
        margin-bottom: 30px !important;
    }
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px !important;
}

@media only screen and (max-width: 991px) {
    .ml-md-0 {
        margin-left: 0 !important;
    }

    .md-ml-0 {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 479.98px) {
    .ml-xxs-5 {
        margin-left: 5px !important;
    }
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

@media only screen and (max-width: 1199px) {
    .pb-lg-10 {
        padding-bottom: 10px !important;
    }

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .pb-lg-70 {
        padding-bottom: 70px !important;
    }

    .pb-lg-90 {
        padding-bottom: 90px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-70 {
        padding-bottom: 70px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .pb-md-90 {
        padding-bottom: 90px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pb-md-120 {
        padding-bottom: 120px !important;
    }

    .pb-md-170 {
        padding-bottom: 170px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pb-sm-70 {
        padding-bottom: 70px !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pb-sm-100 {
        padding-bottom: 100px !important;
    }

    .pb-sm-170 {
        padding-bottom: 170px !important;
    }
}

@media only screen and (max-width: 575px) {
    .pb-xs-80 {
        padding-bottom: 80px !important;
    }
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-130 {
    padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
    .pl-lg-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-pl-0 {
        padding-left: 0 !important;
    }

    .md-pl-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pl-0 {
        padding-left: 0 !important;
    }

    .sm-pl-15,
    .pl-sm-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 479.98px) {
    .pl-xxs-0 {
        padding-left: 0 !important;
    }
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
    .lg-pt-0 {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pt-md-60 {
        padding-top: 60px !important;
    }

    .pt-md-65 {
        padding-top: 65px !important;
    }

    .pt-md-70 {
        padding-top: 70px !important;
    }

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pt-md-90 {
        padding-top: 90px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pt-md-120 {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pt-sm-70 {
        padding-top: 70px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pt-sm-90 {
        padding-top: 90px !important;
    }

    .pt-sm-100 {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 575px) {
    .pt-xs-40 {
        padding-top: 40px !important;
    }
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
    .lg-pr-0 {
        padding-right: 0 !important;
    }

    .pr-lg-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pr-0 {
        padding-right: 0 !important;
    }

    .sm-pr-15,
    .pr-sm-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-pr-15 {
        padding-right: 15px;
    }

    .md-pl-15 {
        padding-left: 15px;
    }
}

.d-contents {
    display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
    background-color: #ed2964;
    border: none;
    border-radius: 0;
    bottom: 35px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 60px;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .scroll-to-top {
        bottom: 27px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        right: 20px;
        width: 35px;
    }
}

@media only screen and (max-width: 479.98px) {
    .scroll-to-top {
        bottom: 87px;
        right: 10px;
    }
}

.scroll-to-top:hover {
    background-color: #572987;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.section-py {
    padding: 45px 0px 80px;
}

@media (max-width: 767px) {
    .section-py {
        padding: 0px 0px 80px;
    }
}

@media (min-width: 768px) {
    .section-py {
        padding: 45px 0px 90px;
    }
}

@media (min-width: 1200px) {
    .section-py {
        padding: 45px 0px 125px;
    }
}

/*

[ 04. Header CSS ]

*/
.header {
    /*    background: linear-gradient(to right, #ed2964 0%, #572987 100%);*/
    background: #ed2964;
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top .row-cols-2 .add {
    width: 60% !important;
}

.header-top .row-cols-2 .social {
    width: 40% !important;
}

.header-top p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    color: #cccccc;
    font-size: 14px;
}

.header-top p span {
    font-weight: 700;
}

.header-top p i {
    margin-right: 5px;
}

.header-top-middle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    /*background: #572987;*/
    background: #ffffff;
}

.header-top-middle .review-area {
    color: #000000;
    display: flex;
    justify-content: center;
}

.header-top-middle .review-area .star-icon {
    font-size: 22px;
    color: #fdce0b;
}

.header-top-middle .review-area b {
    font-size: 22px;
}

.social-links li {
    display: inline-block;
}

.social-links li + li {
    margin-left: 20px;
}

.social-links li a {
    font-size: 16px;
    color: #fff;
}

.social-links li a:hover {
    color: #000;
}

.header-middle {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
}

.media-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .media-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.media-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-middle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-form-wrapper {
    /*    margin-bottom: 10px;*/
    position: relative;
    padding: 7px 0px;
}

.search-form-wrapper .form-control {
    height: 50px;
    position: relative;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    background: #ffffff;
}

.search-form-wrapper .form-control:focus {
    /*border-color: #ed2964;*/
    padding: .375rem .75rem;
}

.search-form-wrapper input:focus::placeholder {
    /*    display: none !important;*/
    color: transparent;
}

.search-form-wrapperr .search-icon {
    /*position: absolute;*/
    /*z-index: 9;*/
    /*top: 22px;*/
    /*left: 15px;*/
    font-size: 20px;
    color: #ffffff;
}

.search-form-wrapper .btn-submit{
    width: 50px;
    height: 50px;
    background: #000000;
    border: none;
    /* margin-left: 0px; */
    padding: 0px;
    /*margin-left: -2px;*/
    color: #ffffff;
}

.sticky-header .search-form-wrapper .form-control{
    border-color: #e1e1e1 !important;
}

.search-form-wrapper .btn-submit:focus{
    background: #000000 !important;
    color: #ffffff !important;
}

.header-middle-content .header-logo img {
    width: 225px;
}

.header-middle-content .header-logo .sticky-img-1{
    margin-right: 20px;
}

/*@media screen and (min-width: 993px) {*/
/*    .media-list + .media-list {*/
/*        margin-left: 35px;*/
/*    }*/
    
/*}*/

@media screen and (min-width: 992px) {
    .media-list + .media-list {
        margin-left: 35px;
    }
    
    /*.header-middle-content .header-logo img{*/
    /*    width: 125px;*/
    /*}*/
    
    /*.header-middle-content .header-logo .sticky-img-1{*/
    /*    margin-right: 10px;*/
    /*}*/
}

@media screen and (max-width: 991px) {
    .media-list + .media-list {
        margin-top: 15px;
    }
}

.media-icon {
    color: #000;
    /*    font-size: 24px;*/
    width: 40px;
    margin-right: 10px;
}

@media screen and (min-width: 992px) {
    .media-icon {
        color: #fff;
    }
}

.media-sub-heading {
    font-family: "Sarabun", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
}

@media only screen and (min-width: 1200px) {
    .media-sub-heading {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .media-sub-heading {
        color: #000000;
    }
}

.media-heading {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 14px;
    /*color: #ed2964;*/
    color: #000000;
    line-height: 1;
    /*    text-transform: uppercase;*/
}

.media-heading:hover {
    color: #572987;
}

@media only screen and (min-width: 1200px) {
    .media-heading {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .media-heading {
        /*color: #ed2964;*/
        color: #000000;
    }

    .media-heading:hover {
        color: #57298;
    }
}

.book-now-btn {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #572987;
    display: inline-block;
}

.book-now-btn:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .book-now-btn {
        padding: 10px 15px;
    }
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu li {
    position: relative;
}

.main-menu li + li {
    margin-left: 35px;
}

.main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu li.active .main-menu-link::before,
.main-menu li:hover .main-menu-link::before {
    width: 100%;
}

.main-menu .main-menu-link {
    font-family: "Sarabun", sans-serif;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 15px 5px;
}

.main-menu .main-menu-link::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    padding: 15px 15px;
    min-width: 250px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.sub-menu li + li {
    margin-left: 0;
    margin-top: 10px;
}

.sub-menu-link {
    padding: 5px 0px;
    color: #000;
    text-transform: capitalize;
}

.sub-menu-link:hover {
    padding-left: 5px;
}

.sub-menu-link:hover,
.sub-menu-link.active {
    color: #000;
}

.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky-header .main-menu-link {
    color: #000;
}

.sticky-header.sticky {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.sticky-header.sticky .main-menu li .main-menu-link:hover {
    color: #572987;
}

.sticky-header.sticky .main-menu li .main-menu-link::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #572987;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky-header.sticky .main-menu li.active .main-menu-link,
.sticky-header.sticky .main-menu li:hover .main-menu-link {
    color: #572987;
}

.sticky-header.sticky .main-menu li.active .main-menu-link::before,
.sticky-header.sticky .main-menu li:hover .main-menu-link::before {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .mobile-sticky.sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 11;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-animation: fadeInDown 0.5s ease-in-out;
        animation: fadeInDown 0.5s ease-in-out;
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    }
}

.header-top-offcanvas p {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 13px;
}

/******************************** 
  offcanvas toggler Search
 ********************************/
    .offcanvas.search-offcanvas{
        z-index: 9999 !important;
        width: 100% !important;
        background: rgba(255, 255, 255, .7);
        height: 170px;
    }
    
    .offcanvas.search-offcanvas .btn-close{
        background-color: #ffffff;
        outline: none;
        box-shadow: none;
        padding: 10px;
        opacity: 1;
        margin-left: auto;
    }
    
    .offcanvas.search-offcanvas .btn-close:focus{
        box-shadow: none;
        outline: none;
    }
    

/******************************** 
  offcanvas toggler btn
 ********************************/
.mobile-menu-toggle svg {
    width: 50px;
    height: 50px;
}

.mobile-menu-toggle svg path {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px;
}

.mobile-menu-toggle svg path#top,
.mobile-menu-toggle svg path#bottom {
    stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top,
.mobile-menu-toggle .close svg path#bottom {
    stroke-dasharray: -650px;
    stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px;
}

.mobile-menu-toggle svg path {
    stroke: #fff;
}

@media screen and (min-width: 992px) {
    .mobile-menu-toggle svg path {
        stroke: #fff;
    }
}

.mobile-sticky.sticky svg path {
    stroke: #000;
}

/******************************** 
  offcanvas toggler btn END
 ********************************/
/******************************** 
 offcanvas menu style
 ********************************/
body.offcanvas-open {
    overflow-y: hidden;
    padding-right: 17px;
}

@media screen and (max-width: 991px) {
    body.offcanvas-open {
        padding-right: 0px;
    }
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 480px) {
    .offcanvas {
        width: 300px;
    }
}

.offcanvas .inner {
    padding: 20px;
}

@media screen and (max-width: 991px) {
    .offcanvas .inner {
        overflow-y: scroll;
        height: 660px;
    }
}

@media screen and (max-width: 767px) {
    .offcanvas .inner {
        height: calc(100% - 30px);
    }
}

@media screen and (max-width: 480px) {
    .offcanvas .inner {
        padding: 10px;
    }
}

.offcanvas .title {
    color: #000;
    font-weight: 700;
}

.offcanvas .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}

.offcanvas .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
}

.offcanvas .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
}

.offcanvas .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.offcanvas .offcanvas-menu ul li a {
    display: block;
    position: relative;
    padding: 8px 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.offcanvas .offcanvas-menu ul li a:hover {
    color: #572987;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li {
    line-height: inherit;
    position: relative;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li a {
    font-weight: 400;
    padding-left: 40px;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li ul a {
    padding-left: 60px;
}

.offcanvas .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas .offcanvas-menu ul li .menu-expand::before,
.offcanvas .offcanvas-menu ul li .menu-expand::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #000;
}

.offcanvas .offcanvas-menu ul li .menu-expand::before:hover,
.offcanvas .offcanvas-menu ul li .menu-expand::after:hover {
    background-color: #ed2964;
}

.offcanvas .offcanvas-menu ul li .menu-expand::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.offcanvas .offcanvas-menu ul li.active > .menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.offcanvas .offcanvas-social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
}

.offcanvas-menu li:hover .menu-expand:after {
    background: #ed2964;
}

.offcanvas-menu li:hover .menu-expand:before {
    background: #ed2964;
}

.offcanvas-social a {
    color: #ffffff;
    background: #572987;
}

.offcanvas-social a:hover {
    background: transparent;
    color: #572987;
    border-color: #572987 !important;
}

/******************************** 
 offcanvas menu style ENd
 ********************************/
 .hero-slider{
     height: 550px;
 }
 
.hero-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider .swiper-slide {
    position: relative;
}

.hero-slider .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(255, 255, 255, .7);*/
    /*    z-index: 9;*/
}

.hero-slider .swiper-container .slider-content {
    position: relative;
    z-index: 999;
}

@media screen and (min-width: 768px) {
    .hero-slider .swiper-slide {
        height: 100%;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-slide {
        /*        height: 575px;*/
    }
}

@media screen and (min-width: 1280px) {
    .hero-slider .swiper-slide {
        height: 100%;
    }
}

.hero-slider .swiper-slide.swiper-slide-active .text.delay1 {
    -webkit-animation: fadeInLeft 1s ease-in-out;
    animation: fadeInLeft 1s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .title.delay2 {
    -webkit-animation: fadeInLeft 1.5s ease-in-out;
    animation: fadeInLeft 1.5s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .text {
    -webkit-animation: fadeInLeft 2s ease-in-out;
    animation: fadeInLeft 2s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .btn.delay2 {
    -webkit-animation: fadeInLeft 2.5s ease-in-out;
    animation: fadeInLeft 2.5s ease-in-out;
}

.hero-slider .swiper-slide.swiper-slide-active .btn.delay1 {
    -webkit-animation: fadeInLeft 3s ease-in-out;
    animation: fadeInLeft 3s ease-in-out;
}

.slider-content * {
    font-family: "Inter";
}

.slider-content .text {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
    .slider-content .text {
        font-size: 18px;
    }
}

.slider-content .title {
    font-weight: 900;
    font-size: 40px;
    color: #572987;
    margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
    .slider-content .title {
        font-size: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .slider-content .title {
        font-size: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .slider-content .title {
        font-size: 40px;
    }
}

.slider-content .title span {
    font-weight: 400;
}

.slider-content .btn {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

@media screen and (min-width: 992px) {
    .slider-content .btn {
        font-size: 16px;
        padding: 15px 30px;
    }
}

.btn-danger {
    background: #572987;
    border-color: #572987;
}

.btn-danger:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-danger:hover {
    background: #ed2964;
    border-color: #ed2964;
}

.btn-outline-secondary {
    border-color: #fff;
}

.btn-outline-secondary:hover {
    background: #000;
    border-color: #000;
}

.btn-outline-secondary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    width: 60px;
    height: 60px;
    font-size: 25px;
    background: #fff;
    color: #000;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background: #000;
    color: #fff;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    display: none;
}

.hero-slider .swiper-button-prev {
    left: 0px;
}

.hero-slider .swiper-button-next {
    left: auto;
    right: 0px;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.hero-slider:hover .swiper-button-prev {
    left: 30px;
}

.hero-slider:hover .swiper-button-next {
    left: auto;
    right: 30px;
}

/*

[ 05. Hero slider CSS ]

*/
/*

[ 06 About CSS ]

*/
/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area {
    position: relative;
    /*padding: 0px 0px 100px;*/
    margin-top: -150px;
    /*border-bottom: 1px solid #e5e5e5;*/
    /*z-index: 99;*/
    border-bottom: none;
    background: #eaeaea;
}

.about-img {
    /*border: 10px solid #ffffff;*/
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 20px 70px 0px rgba(28, 53, 95, .09);*/
    height: 100%;
}

.about-img .play-btn{
    top: 40%;
}

.about-inner .video-surface{
    height: 100%;
}

.about-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    /*background-image: linear-gradient(to top, #572987 0%, rgba(0, 0, 0, 0) 100%);*/
    opacity: .7;
    transition: all ease .4s;
    /*    z-index: 1;*/
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    display: inline-block;
    position: inherit;
    z-index: 1;
    --icon-size: 90px;
    /*margin-top: 150px;*/
    left: 40%;

}

.play-btn.style2:before,
.play-btn.style2:after {
    border: 2px solid #ffffff;
    background-color: rgba(0, 0, 0, 0);
    animation-name: ripple-md;
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #07ccec;
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s;
}

.play-btn > i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: var(--icon-size);
    text-align: center;
    background: #ed2964;
    color: #ffffff;
    font-size: var(--icon-font-size, 2em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s;
}

@keyframes ripple-md {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: .6;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}


@media only screen and (max-width: 1199px) {
    .about-area {
        padding: 90px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area {
        padding: 70px 0px;
    }
}

.about-area .text-pra {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.1px;
    margin: 0 auto 125px;
    max-width: 830px;
    padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .about-area .text-pra {
        margin-bottom: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area .text-pra {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 50px;
        padding-right: 0;
    }
}

.about-area .service-list-content {
    margin: 0 auto 62px;
    max-width: 830px;
}

@media only screen and (max-width: 1199px) {
    .about-area .service-list-content {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area .service-list-content {
        margin-bottom: 20px;
    }
}

.about-area .service-list-content .title {
    margin-bottom: 41px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .about-area .service-list-content .title {
        margin-bottom: 30px;
    }
}

.about-area .service-list-content p {
    color: #999999;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 69px;
}

@media only screen and (max-width: 767px) {
    .about-area .service-list-content p {
        margin-bottom: 40px;
    }
}

.about-area .service-list-content p.text-block {
    color: #000;
    font-size: 16px;
    margin-bottom: 31px;
    text-align: justify;
}

.about-area .service-list-content .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-area .service-list-content h4 {
    color: #572987;
}

.about-area .service-list-content h6 {
    color: #ed2964;
}

@media only screen and (max-width: 479.98px) {
    .about-area .service-list-content .service-list {
        display: block;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 479.98px) {
    .about-area .service-list-content .service-list ul {
        margin-bottom: 0;
    }
}

.about-area .service-list-content .service-list ul li {
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .about-area .service-list-content .service-list ul li {
        margin-bottom: 18px;
    }
}

.about-area .service-list-content .service-list ul li a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .about-area .service-list-content .service-list ul li a {
        font-size: 14px;
    }
}

.about-area .service-list-content .service-list ul li a:hover {
    color: #ed2964;
}

.about-area .office-center-content .title {
    margin: 0 auto 40px;
    max-width: 830px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .about-area .office-center-content .title {
        margin-bottom: 20px;
    }
}

.about-area .office-center-content p {
    color: #999999;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 auto 59px;
    max-width: 830px;
}

@media only screen and (max-width: 767px) {
    .about-area .office-center-content p {
        margin-bottom: 40px;
    }
}

.about-area .office-center-content .office-address-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 125px auto 0;
    max-width: 830px;
    padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
    .about-area .office-center-content .office-address-content {
        margin-top: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area .office-center-content .office-address-content {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 479.98px) {
    .about-area .office-center-content .office-address-content {
        display: block;
        margin-top: 65px;
    }
}

.about-area .office-center-content .office-address-content .office-address-item h5 {
    font-size: 18px;
    letter-spacing: -0.21px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.about-area .office-center-content .office-address-content .office-address-item ul {
    margin-bottom: 30px;
}

.about-area .office-center-content .office-address-content .office-address-item ul li {
    color: #999999;
    font-size: 16px;
    margin-bottom: 3px;
}

.about-area .office-center-content .office-address-content .office-address-item ul li:last-child {
    margin-bottom: 0;
}

.about-ser {
    position: relative;
    padding: 170px 0px 100px;
    margin-top: -100px;
    background-image: url(../img/about/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.about-ser:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-attachment: fixed;
    background-color: transparent;
    /*
    background-image: -webkit-gradient(linear, left, right bottom, color-stop(100%, rgba(237, 41, 100, .3)), color-stop(76%, rgb(87, 41, 135, .3)));
    background-image: linear-gradient(180deg, rgba(237, 41, 100, .7) 100%, rgb(87, 41, 135, .7) 76%);
*/
    background-image: linear-gradient(to right, rgba(237, 41, 100, .8), rgb(87, 41, 135, .8));
}

.about-ser .container {
    position: relative;
    z-index: 99;
}

.about-ser p.text-block {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.about-ser .ser-box {
    position: relative;
    padding: 0px 15px;
}

.about-ser .ser-box:after {
    content: "";
    position: absolute;
    background-color: #eaeaea;
    height: 100%;
    width: 1px;
    right: -15px;
    top: 0;
    margin-top: 60px;
}

.about-ser .ser-box.ser-box-last:after {
    display: none !important;
}

.about-ser .title {
    text-align: center;
    font-size: 35px;
    color: #ffffff;
}


.about-ser .ser-box .icon {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    border: 2px solid #ed2964;
    border-radius: 50%;
    margin-bottom: 20px;
    padding-top: 7px;
}

.about-ser .ser-box .icon img{
    width: 40px;
}

.about-ser .ser-box .content .service-name {
    font-size: 18px;
    color: #ffffff;

}

.about-ser .ser-box .content p {
    font-size: 14px;
    color: #ffffff;
}

.about-over {
    background: #eaeaea;
}

.about-over .about-over-inner {
    position: relative;
    padding: 100px 0px 50px 50px;
    background: #ffffff;
    margin-top: -60px;
    z-index: 99;
}

.about-over p {
    text-align: justify;
}

.about-over .over-content {
    padding: 0px 20px;
}

.about-over .over-content .over-title {
    font-size: 35px;
}

.about-over .over-img {
    position: relative;
}

.about-over .over-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    /*    background-image: linear-gradient(to top, #572987 0%, rgba(0, 0, 0, 0) 100%);*/
    opacity: 1;
    transition: all ease .4s;
}

.about-quality {
    background: #eaeaea;
}

.about-quality .about-quality-inner {
    padding: 100px 50px 50px;
    position: relative;
    margin-top: -60px;
    z-index: 99;
    background: #ffffff;

}

.about-quality .title h4 {
    font-size: 35px;
    margin-bottom: 30px;
}

.about-quality .q-block h6 {
    color: #ed2964;
    font-size: 20px;

}

.about-quality .q-block p {
    text-align: justify;
}

.about-quality .q-block {
    margin-bottom: 20px;
}

.about-add {
    background: linear-gradient(to right, #ed2964 0%, #572987 100%);
    padding: 80px 0px;
}

.about-add .title {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}

.about-add .add-box {
    color: #ffffff;
    position: relative;
    padding: 0px 20px;
}

.about-add .add-box:after {
    content: "";
    position: absolute;
    background-color: #eaeaea;
    height: 100%;
    width: 2px;
    right: 10px;
    top: 0;
}

.about-add .add-box-2:after {
    display: none !important;
}

.about-add .add-box h6 {
    font-size: 20px;
    color: #ffffff;
}

.about-add .add-box p a {
    color: #ffffff !important;
}

.about-add .add-box p a:hover {
    text-decoration: underline;
}

/*
-----------------------------------------------------------------------
 Career Area CSS 
-----------------------------------------------------------------------
*/

.career-area {
    padding: 100px 0px;
}

.career-area .signatur{
    width: 150px;
    margin-bottom: 5px;
}

.rise-video{
    padding: 0px 0px 100px;
}

.rise-video .title{
    margin-bottom: 30px;
}

.rise-video .video-inner{
    width: 100%;
}

.rise-video .video-inner .video-thumb{
    position: relative;
}

.rise-video .video-inner .video-thumb .play-btn{
    position: absolute;
}

.rise-video .video-inner:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.1);*/
}

.career-list-content .title{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.career-list-img img{
    /*height: 600px;*/
    object-fit: cover;
}

.career-blog .title,
.rise-video .title{
    font-size: 35px;
    font-weight: 300;
}

.career-list-content p {
    text-align: justify;
    margin-bottom: 5px;
}

.career-gallery {
    padding: 100px 0px;
    background: #f5f5f5;
}

.career-gallery .g-img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.career-gallery .g-img .box-sizing{
    position: absolute;
    top: 60%;
    /* bottom: -160px; */
    left: 0;
    width: 100%;
    height: 100%;
    /* min-height: 280px; */
    /*padding: 0 10px;*/
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    
}

.career-gallery .box-sizing .box-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.career-gallery .box-sizing .box-overlay h2 {
    position: relative;
    padding: 4px 10px 0;
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 27px;
    font-weight: 400;
}

.career-gallery .box-sizing .box-overlay span{
    font-size: 25px;
    color: #ffffff;
}

.career-gallery .box-sizing .box-overlay p {
    display: none;
    padding: 0 20px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.career-gallery .g-img:hover .box-sizing {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 100%;
}

.career-gallery .g-img:hover .box-sizing .box-overlay p {
    display: inline-block;
}

.career-gallery .g-img:hover .box-sizing .box-overlay{
    padding-top: 40px;
}

.career-gallery .g-img:hover .box-sizing .box-overlay span{
    display: none;
}

.career-gallery .g-img-box {
    background: linear-gradient(to right, #ed2964, #572987);
    height: 232px;
}

.career-gallery .g-img-box .icon {
    color: #ffffff;
    font-size: 32px;
}

.career-gallery .g-img-box .desc h4 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
}

.career-gallery .g-img-box a {
    padding-top: 60px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.doctors-bg.pattern-bg{
    padding: 40px 0px;
}

.doctors-bg.pattern-bg .pattern-box a{
    display: block;
    font-weight: 500;
}

.doctors-bg.pattern-bg .pattern-box a:hover{
    color: #572987;
}

.career-blog {
    padding: 100px 0px;
}

.career-blog .post-items-style4 .thumb {
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 20px;
}

.career-blog .post-items-style4 .thumb img:hover {
    transform: translate(0) !important;
}

.post-items-style4 {
    margin-top: 30px;
}

.post-items-style4 .post-item .thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #572987;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    z-index: 0;
    display: none;
}

.post-items-style4 .post-item:hover .thumb:before {
    display: block;
}

/*
-----------------------------------------------------------------------
 International Patient Area CSS 
-----------------------------------------------------------------------
*/

.story-area{
    padding: 100px 0px 0px;
}

.story-area .video-area{
    height: 100%;
    position: relative;
}

.story-area .video-area .video-title{
    /*background: rgba(87, 41, 135, .9);*/
    /*width: 100%;*/
    position: absolute;
    z-index: 99;
    text-align: right;
    display: inline-block;
    transform: rotate(-90deg);
    right: -50px;
    top: 35%;
}

.story-area .video-area .play-btn{
    position: absolute;
    top: 35%;
}

.story-area .video-area .video-title h6{
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.story-area .video-area .video-title h4{
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.story-area .video-area .video-title h4 span{
    background: #ffffff;
    width: 60px;
    height: 3px;
    display: block;
    position: absolute;
    top: 30%;
}

.story-area .video-area:before{
    content: "";
    height: 100%;
    width: 18%;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(87, 41, 135, .9);
}

.story-area .video-desc{
    background: #572987;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    height: 100%;
}

.story-area .video-area img{
    height: 100%;
}

.story-area .video-desc .desc{
    font-size: 20px;
}

.story-area .bottom-desc{
    text-align: center;
    margin-top: 20px;
}

.story-area .bottom-desc .btn-theme:hover, .story-area .bottom-desc .btn-theme:focus {
    background-color: #572987;
    border-color: #572987;
    color: #ffffff;
}

.why-area{
    padding: 60px 0px 150px;
}

.why-area .title-area .title{
    font-size: 35px;
    font-weight: 400;
    color: #ed2964;
}

.why-area .title-area h6{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.why-area .title-area p{
    margin-bottom: 30px;
}

.why-area .why-box{
    border: 3px solid #ed2964;
    padding: 25px;
    height: calc(100% - 0px);
}

.why-area .why-box h6{
    color: #ed2964;
}

.why-area .why-box p{
    font-size: 14px;
}

.info-tab-area .info-tab-inner{
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    /*background: #ed2964;*/
    padding: 80px 0 0;
}

.info-tab-area .info-tab-inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background: rgba(237, 41, 100, .8);
}

.info-tab-area .tab-area-inner{
    margin-top: -175px;
}

.info-tab-area .container .tab-inner{
    position: relative;
    z-index: 99;
}

.why-pills.nav-pills{
    justify-content: center;
    margin-bottom: 0px !important;
}

.why-pills.nav-pills .nav-item{
    flex: 0 0 20%;
    width: 20%;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}

.why-pills.nav-pills .nav-link.active, .why-pills.nav-pills .show>.nav-link{
    background: transparent !important;
}

.why-pills.nav-pills .nav-link .icon-b{
    border: 3px solid #ed2964;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffffff;
    line-height: 145px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.why-pills.nav-pills .nav-link.active .icon-b{
    background: #ed2964;
    border-color: #ffffff;
}

.why-pills.nav-pills .nav-link.active .icon-b img{
    filter: brightness(0) invert(1);
}

.why-pills.nav-pills .nav-link .icon-b img{
    width: 90px;
}

.why-pills.nav-pills .nav-link h6{
    font-weight: 600;
    color: #ffffff;
    line-height: 22px;
}

.why-pills.nav-pills .nav-link.active h6{
    display:none;
}

.why-pills.nav-pills .nav-link.active:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 107%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.tab-why-content{
    background-color: #fff;
    padding: 45px 95px;
    position: relative;
    margin-top: 15px;
}

.tab-why-content .tab-pane{
    position: relative;
    padding-bottom: 30px
}

.tab-why-content .tab-pane:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background-color: #000;
}

.tab-why-content .tab-content-title h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tab-why-content .tab-content-title p{
    font-size: 15px;
}

.tab-why-content p{
    font-size: 15px;
}

.journey-box{
    padding: 190px 110px 140px;
}

.journey-box .journey .block {
    position: relative;
}

.journey-box .journey .block:last-child {
    border: 1px dashed #ffffff;
    border-radius: 0 50px 50px 0;
    padding: 60px 60px 30px;
    border-left: 0;
}

.journey-box .journey:nth-child(even) .block:first-child {
    border: 1px dashed #ffffff;
    border-radius: 50px 0 0 50px;
    border-right: 0;
    border-left: 1px dashed #ffffff;
    padding: 60px 60px 30px;
}

.journey-box .journey:nth-child(even) .block:last-child{
    border: 0;
}

.journey-box .journey{
    position: relative;
    clear: both;
}

.journey-box .journey:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: 0;
    width: 50px;
    height: 140px;
    z-index: 10;
}

.journey-box .journey:first-child:before{
    border-left: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    border-radius: 0 0 0 50px;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 50%;
    height: 190px;
}

.journey-box .journey.evenLast:before {
    border-right: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff;
    border-radius: 0 50px 0 0;
}

.journey-box .journey {
    margin-top: -1px;
    margin-bottom: -1px;
    /*float: left;*/
    width: 100%;
}

.journey-box .journey .icon{
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -45px;
    left: 55px;
}

.journey-box .journey .icon img{
    width: 50px;
}

.journey-box .journey .desc{
    /*margin-top: 10px;*/
}

.journey-box .journey .desc h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.journey-box .journey .desc p{
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
}

.journey-box .journey .contact p{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.journey-box .journey .contact p a{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.homeplace-are{
    position: relative;
    margin: 50px 0px 0;
}

.homeplace-are .homeplace-are-inner{
    padding: 100px 100px 120px;
}

.homeplace-are:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(87, 41, 135, 0.8);
}

.homeplace-are .container{
    position: relative;
    z-index: 99;
}

.homeplace-are .title{
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.homeplace-are .desc{
    color: #ffffff;
}

.homeplace-video-area{
    margin-top: -70px;
}

.homeplace-video-area .video-area{
    /*height: 450px;*/
    border: 3px solid #ffffff;
    background-position: top center;
    background-size: cover;
}

.homeplace-video-area .video-area{
    position: relative;
    width: 100%;
}

.homeplace-video-area .container{
    padding: 0 100px;
}

.homeplace-video-area .video-area .play-btn{
    top: 40% !important;
    left: 45% !important;
    position: absolute;
}

.quality-service-area{
    padding: 100px 0px;
}

.quality-service-area .title-area .title {
    font-size: 35px;
    font-weight: 600;
    color: #ed2964;
}

.quality-service-area .quality-box{
    position: relative;
}

.quality-service-area .quality-box:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: 40px;
    top: 0;
    border-right: 3px solid #ed2964;
}

.quality-service-area .quality-box2:after{
    display: none;
}

.quality-service-area .quality-box h6{
    font-size: 20px;
    font-weight: 700;
    color: #572987;
    text-align: center;
    margin-bottom: 25px;
}

.quality-service-area .quality-ser-inner{
    padding-top: 60px;
}

.quality-box .qt-ul li{
    display: flex;
    position: relative;
    min-height: 50px;
    padding: 10px 0 10px 0px;
    line-height: 30px;
}

.quality-box .qt-ul li p{
    margin-left: 20px;
    margin-bottom: 0px;
    line-height: 35px;
}

.quality-box .qt-ul li .icon{
    width: 30px;
}

.quality-box .qt-ul li .icon img{
    width: 100%;
}

.get-time-inner {
    background: #f8f8f8;
    padding: 20px 20px;
}

.get-time-inner .block{
    border-right: 3px solid #ed2964;
}

.get-time-inner .icon{
    height: 160px;
    width: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-color: #ed2964;
    display: block;
    margin: 0 auto;
}

.get-time-inner .icon img{
    width: 100px;
    filter: brightness(0) invert(1);
}

.get-time-inner .desc{
    padding-left: 30px;
}

.get-time-inner .desc h5{
    font-size: 26px;
    color: #ed2964;
}

.get-time-inner .desc p{
    text-align: justify;
}

.inter-contact-area{
    padding-bottom: 100px;
}

.inter-contact-area .inter-contact-box{
    margin: 40px 0px;
    padding: 30px;
    background: #f8f8f8;
    text-align: left !important;
}

.inter-contact-area p img{
    width: 25px;
    margin-right: 5px;
}

.inter-contact-area p{
    margin-bottom: 10px;
}

.inter-contact-area p a{
    color: #000000;
    font-weight: 500;
}

.inter-contact-area .inter-contact-box h6{
    font-size: 18px;
    margin-bottom: 20px;
}

.inter-contact-area .btn-theme:hover,.inter-contact-area .btn-theme:focus{
    background: #572987;
    color: #ffffff;
    border-color: #572987;
}


/*

[ 07 Special Institute CSS ]

*/
/*
-----------------------------------------------------------------------
	Special Institute CSS
-----------------------------------------------------------------------
*/

.entry-video {
    padding: 125px 0px 0px;
}

.entry-video .video-area {
    padding: 15px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.entry-video .video-desc {
    padding: 15px 0px;
    text-align: center;
}

.entry-video .video-desc h6 {
    margin: 0px;
    font-size: 18px;
    color: #572987;
}

.special-service {
    padding: 125px 0 0px;
}

.special-service .special-icon {
    position: relative;
    font-weight: 900;
    font-size: 30px;
    color: #ed2964;
}

.special-service .special-box {
    margin-bottom: 20px;
}

.special-service .special-desc {
    padding-left: 15px;
}

.special-service .special-desc h3 {
    font-size: 20px;
}

.special-service .special-desc p {
    text-align: justify;
}

.special-service .service-img {
    height: 100%;
}

.special-service .service-img img {
    height: 100%;
    object-fit: cover;
    /*    transform: scale(1.3, 1.3);*/
}

.specialization {
    padding: 100px 0px;
    background: linear-gradient(to right, #ed2964 0%, #572987 100%);
}

.specialization .container-fluid {
    padding: 0px 30px;
}

.specialization .section-title .title {
    color: #ffffff !important;
    font-weight: 700;
}

.specialization .special-list {
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    height: calc(100% - 10px);
}

.specialization .special-list-2 {
    background: #ed2964 !important;
}

.specialization .special-list-2 h3 {
    color: #ffffff !important;
}

.specialization .special-list-2 ul li {
    color: #ffffff !important;
}

.specialization .special-list-2 ul li:before {
    color: #ffffff !important;
}

.specialization .special-list h3 {
    /*    font-size: 24px;*/
    text-align: center;
    margin-bottom: 20px;
    color: #572987;
}

.specialization .special-list ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    padding-bottom: 5px;
}

.specialization .special-list ul li:before {
    color: #ed2964;
    content: "\f21e";
    font-family: "Font Awesome 6 Free";
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 900;
    font-size: 16px;
}

/*
.special-service .special-icon:before{
    color: #ed2964;
    content: "\f560";
    font-family: "Font Awesome 6 Free";
    left: 0;
    position: absolute;
    top: 2px;
}
*/

.benifits {
    background: #93585800;
    background-image: url(../img/ste-opp-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0px 30px 0px;
}

.benifits .section-title p {
    text-align: left !important;
    color: #000000 !important;
}

.benifits .benifit-box {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 5px 25px 0px rgba(39, 71, 125, .1);
    border-radius: 10px;
}

.benifits .benifit-box span {
    font-size: 30px;
    color: #572987;
}

.benifits .benifit-box p {
    font-size: 14px;
}

.benifits .benifit-box-2,
.benifits .benifit-box-3 {
    background: #572987 !important;
}

.benifits .benifit-box-2 span,
.benifits .benifit-box-3 span {
    color: #ffffff !important;
}

.benifits .benifit-box-2 p,
.benifits .benifit-box-3 p {
    color: #ffffff !important;
}

.benifits .img-box img {
    border-radius: 20px;
    box-shadow: 0px 5px 25px 0px rgba(39, 71, 125, .1);
}

.benifits .text-desc {
    font-size: 16px;
    color: #4C2779;
    font-weight: 700;
}

.benifits .qu-box .icon {
    font-size: 40px;
    color: #ed2964;
}

.benifits .qu-box p {
    font-size: 16px;
    font-weight: 700;
    color: #828690;
    line-height: 60px;
    margin-left: 10px;
}

.benifits .benifit-form {
    background: #4c2779;
    padding: 50px 50px 30px 50px;
    margin-left: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.benifits .section-title {
    margin-bottom: 35px !important;
}

.benifits .benifit-form .form {
    margin: 24px auto;
    display: inline-block;
    width: 100%;
}

.benifits .benifit-form .form-title {
    margin-bottom: 20px;

}

.benifits .benifit-form .form-group {
    padding: 15px 0px;
}

.benifits .benifit-form .form-group .form-control,
.benifits .benifit-form .form-group .form-select {
    height: 43px;
}

.benifits .benifit-form h2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
}

/*

[ 07 Service CSS ]

*/

/*
-----------------------------------------------------------------------
	Knee Institute CSS
-----------------------------------------------------------------------
*/

.page-title-area .page-title-content.content-style2 .title span {
    color: #fff;
    font-weight: 300 !important;
}

.knee-video{
    padding: 70px 0px;
}

.knee-video .video-area{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.knee-video .video-area .video-box{
    /*height: 280px;*/
    
}

.knee-video .video-area .video-box iframe{
    /*height: 100%;*/
    border-radius: 20px;
}

.knee-about{
    background: #f8f8f8;
    padding: 50px 0px;
}

.knee-title .small-title{
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    border-bottom: 1px solid #999999;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.knee-title .small-title:after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 40%;
    border: 2px solid #572987;
    width: 25px;
}

.knee-title .title{
    font-weight: 700;
    color: #572987;
}

.knee-about .about-box{
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    border-radius: 10px;
    padding: 20px;
}

.knee-about .about-box .box-desc h5{
    font-size: 16px;
}

.knee-about .about-box .box-desc h6{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.knee-about .about-box .box-desc p{
    font-size: 15px;
}

.knee-about .about-box .box-img{
    width: 115px;
    height: 115px;
}

.knee-about .about-box .box-img img{
    border-radius: 50%;
}

.knee-services{
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 60px;
}

.knee-services:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background: rgba(87, 41, 135, .9);
}

.knee-services .container{
    position: relative;
    z-index: 99;
}

.knee-services .small-title,
.knee-services .title{
    color: #ffffff;
}

.knee-services .service-box{
    padding: 40px 40px;
    background-color: #fae5e7;
    border-radius: 20px;
    margin-bottom: 30px;
    height: calc(100% - 35px);
}

.knee-services .service-box h5{
    color: #572987;
    font-size: 18px;
}

.knee-services .service-box p{
    font-size: 14px;
    color: #572987;
    margin-bottom: 0px;
}

.knee-services .service-box-2{
    background-color: #ef93a1;
}

.knee-services .service-box-2 h5{
    color: #ffffff;
}

.knee-services .service-box-2 p{
    color: #ffffff;
}

.knee-infra{
    background: #f8f8f8;
    padding: 80px 0px;
}

.knee-infra .infra-box{
    border-radius: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    transition: .3s linear;
}

.knee-infra .infra-box .gallery-item img{
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.knee-infra .infra-box h6{
    text-align: center;
    padding: 15px 0px;
    color: #572987;
}

.knee-infra .infra-box:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(106, 106, 106, 0.20);
    box-shadow: 0px 10px 20px 0px rgba(106, 106, 106, 0.20);
}

.surgery{
    padding: 70px 0px;
}

.surgery .feature-card{
    padding: 30px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    border-radius: 40px;
}

.surgery .feature-card .feature-ul{
    padding-left: 15px !important;
}

.surgery .feature-card .feature-ul li{
    position: relative;
    text-align: justify;
    margin-bottom: 10px;
}

.surgery .feature-card .feature-ul li:before{
    position: absolute;
    content:"";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #572987;
    top: 6px;
    left: -15px;
}

.surgery .feature-card .feature-ul li strong{
    color: #572987;
}

.surgery .feature-card p{
    text-align: justify;
}

.surgery .feature-card .feature-image img{
    border-radius: 30px;
    border-right: 8px solid #572987;
    border-bottom: 8px solid #572987;
}

.ba-surgery{
    padding: 30px 0px 60px;
}

.ba-surgery .section-title{
    margin-bottom: 40px !important;
}

.ba-surgery .accordion-item{
    margin-bottom: 15px;
    border: 0;
    text-align: justify;
}

.ba-surgery .accordion-item .accordion-header .accordion-button{
    background: #fae5e7;
    color: #572987;
    border: none;
    font-weight: 700;
}

.ba-surgery .accordion-item .accordion-header .accordion-button:focus{
    border: none;
    box-shadow: none;
    outline: none;
}


.ba-surgery .accordion-item .accordion-body{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(106, 106, 106, 0.15);
}

.ba-surgery .accordion-item .accordion-body p{
    margin-bottom: 10px;
}

.ba-surgery .accordion-item .accordion-body ul{
    padding-left: 15px;
}

.ba-surgery .accordion-item .accordion-body ul li{
    list-style: inherit;
}

.knee-academics{
    padding: 70px 0px 50px;
    background: #f8f8f8;
}

.knee-academics .count-box{
    box-shadow: 0px 4px 10px rgba(106, 106, 106, 0.15);
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
}

.knee-academics .count-box .title{
    font-size: 30px;
    font-weight: 700;
    color: #572987;
}

.knee-academics .count-box p{
    font-weight: 700;
    color: #572987;
}

.knee-openion{
    padding: 70px 0px 50px;
}

.knee-openion .btn-ul li{
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px 15px;
    
}

.knee-openion .btn-ul li a{
    padding: 20px 30px;
    font-size: 18px;
    background: #fae5e7;
    border-radius: 50px;
    color: #572987;
    font-weight: 600;
    transitionn: all .3s;
}

.knee-openion .btn-ul li a:hover{
    background: #572987;
    color: #ffffff;
}

.guide-banner{
    background: #572987;
    padding: 70px 0;
}

.guide-banner .title{
    font-size: 30px;
    color: #ffffff;
}

.guide-banner .download-btn{
    padding: 20px;
    background: #fae5e7;
    border-radius: 50px;
    color: #572987;
    font-weight: 600;
    transitionn: all .3s;
}

.guide-banner .download-btn:hover{
    background: #ffffff;
}

.guide-banner .outer-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.knee-contact{
    padding: 50px 0px;
}

.knee-contact .contact-box{
    border-radius: 15px;
    background: #fae5e7;
    padding: 30px 25px;
    display: block;
    color: #572987;
}

.knee-contact .contact-box .icon i{
    font-size: 35px;
}

.knee-contact .contact-box .desc{
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.knee-contact .contact-box:hover{
    box-shadow: 0px 4px 10px rgba(106, 106, 106, 0.15);
}

@media (min-width: 768px) and (max-width: 991px){
    .guide-banner .outer-box{
        display: block !important;
    }
    
    .guide-banner .outer-box .btn-box{
        margin-top: 40px;
    }
    
    .knee-about .about-box .box-img{
        width: 100%;
    }
    
}

@media (min-width: 320px) and (max-width: 767px) {
    .knee-video .video-area{
        margin-bottom: 20px;
    }
    
    .knee-about .about-box .box-img{
        margin-bottom: 20px;
    }
    
    .knee-about .about-box{
        margin-bottom: 30px;
    }
    
    .feature-card .feature-image{
        margin-top: 20px;
    }
    
    .ba-surgery .accordion-style{
        margin-bottom: 30px;
    }
    
    .ba-surgery .section-title{
        margin-bottom: 20px !important;
    }
    
    .guide-banner .outer-box{
        display: block !important;
    }
    
    .guide-banner .outer-box .btn-box{
        margin-top: 40px;
    }
    
    .knee-contact .contact-box{
        margin-bottom: 20px;
    }
    
    .knee-openion .btn-ul li{
        display: block;
        margin-bottom: 45px;
        padding: 0px;
    }
    
    .mobile-banner{
        margin-top: -85px;
    }
}

@media (min-width: 320px) and (max-width: 575px){
    .guide-banner .title{
        font-size: 22px;
    }
}

@media (min-width: 320px) and (max-width: 374px){
    .mobile-banner{
        margin-top: -155px !important;
    }
}


/*
-----------------------------------------------------------------------
	Service CSS
-----------------------------------------------------------------------
*/

.bg-section {
    /*
    background: url(../img/bg-1.png);
    height: 100%;
    width: 100%;
*/
}

.static-media {
    padding-top: 90px;
    background: transparent;
}

@media only screen and (max-width: 575px) {
    .static-media {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .static-media {
        padding-top: 80px;
    }
}

.static-media .media {
    /*    padding-bottom: 30px;*/
    border: 3px solid #ed2964;
    display: block !important;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-top: 15px;
}

.static-media .media .icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    color: #ed2964;
    /*    font-size: 48px;*/
    width: 50px;
    margin: 0 auto;
}

.static-media .media .icon img {
    width: 100%;
}

.static-media .media .title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 35px;
    color: #ed2964;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    .static-media .media .title {
        font-size: 35px;
    }
}

.static-media .media p {
    color: #572987;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.static-media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pics-about {
    background-image: url(../img/step-counter-bg-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0px 70px 0px;
}

.pics-about .section-title p {
    text-transform: capitalize;
    text-align: center;
}

.pics-about .about-doctor .d-img {
    border: 1px dashed #d2d4d6;
    border-bottom: 10px solid #f06991;
    border-radius: 50%;
    width: 270px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pics-about .about-doctor .d-img img {
    border-radius: 50%;
}

.pics-about .about-doctor:hover .d-img {
    border-color: #ed2964;
}

.pics-about .about-doctor .d-desc h5 {
    font-size: 19px;
    margin-top: 20px;
}

.pics-about .about-doctor .d-desc p {
    font-size: 14px;
    color: #999999;
}

.facility {
    padding: 50px 0px 50px 0px;
}

.facility .facility-img {
    padding: 10px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #f06991;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.facility .facility-img img {
    border-radius: 20px;
}

.facility .facility-img p {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.plan {
    position: relative;
    background-image: url(../img/ste-opp-bg.webp);
    background-position: center center;
    background-size: cover;
    padding: 50px 0px 50px 0px;
    background-color: #f8f7f4;
}

.plan:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(248, 247, 244, .60);
}

.plan .container {
    position: relative;
    z-index: 1;
}

.plan .section-title {
    margin-bottom: 40px;
}

.plan .section-title h6 {
    font-size: 14px;
    font-weight: 800;
    color: #4c2779;
}

.plan .plan-icon-box {
    margin-bottom: 30px;
}

.plan .plan-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #ed2964;
    border-radius: 50%;
    text-align: center;
}

.plan .plan-icon-box .plan-icon img {
    width: 40px;
}

.plan .plan-icon-box .plan-icon {
    flex: 0 0 21%;
    margin-right: 15px;
}

.plan .plan-icon-box h6 {
    color: #4c2779;
    margin-bottom: 10px;
    font-size: 18px;
}

.plan .plan-icon-box p {
    font-size: 14px;
    color: #999999;
}

.plan .plan-box {
    background-color: #fff;
    box-shadow: 9px 0 30px 0 rgba(26, 47, 106, .09);
    position: relative;
    padding: 30px 35px 37px 35px;
    text-align: left;
    border-radius: 6px;
    overflow: hidden;
    border-radius: 10px;
}

.plan .plan-box-2 {
    background: #ed2964 !important;
}

.plan .plan-box .plan-box-icon {
    position: absolute;
    content: "";
    top: -50px;
    right: -55px;
    width: 130px;
    height: 130px;
    font-size: 30px;
    line-height: 130px;
    color: #fff;
    text-align: center;
    padding: 20px 40px 0 0;
    border-radius: 50%;
    background: #ed2964;
}

.plan .plan-box-2 .plan-box-icon {
    background: #ffffff !important;
}

.plan .plan-box .plan-box-icon img {
    width: 35px;
}

.plan .plan-box h5 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #4c2779;
}

.plan .plan-box-2 h5,
.plan .plan-box-2 .plan-price span,
.plan .plan-box-2 .plan-price sup,
.plan .plan-box-2 .plan-body .plan-ul li {
    color: #ffffff !important;
}

.plan .plan-box .plan-price span {
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    color: #ed2964;
}

.plan .plan-box .plan-price sup {
    font-size: 22px;
    font-weight: 700;
    color: #ed2964;
    line-height: 26px;
}

.plan .plan-box .plan-body {
    padding-top: 40px;
    margin-top: 30px;
    text-align: left;
    border-top: 1px solid rgb(25 33 54 / 10%);
}

.plan .plan-box .plan-body .plan-ul li {
    position: relative;
    margin-bottom: 12px;
    color: #999999;
    padding-left: 30px;
}

.plan .plan-box .plan-body .plan-ul li:before {
    color: #4c2779;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 900;
    font-size: 20px;
}

.plan .plan-box .btn-theme {
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
    background: #4c2779;
    border-color: transparent;
}

.plan .plan-box .btn-theme:hover {
    color: #ed2964;
}

/*
-----------------------------------------------------------------------
	Service CSS
-----------------------------------------------------------------------
*/
.service-area {
    padding: 125px 0px;
}

@media only screen and (max-width: 1199px) {
    .service-area {
        padding: 100px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area {
        padding: 80px 0px;
    }
}

.service-area .section-title {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .service-area .section-title {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area .section-title {
        margin-bottom: 50px;
    }
}

.service-item .icon {
    color: #ed2964;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 35px;
}

.service-item .content {
    position: relative;
}

.service-item .content .service-name {
    color: #010101;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.service-item .content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
}

.service-item .content .btn-link {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.service-item .content .btn-link i {
    color: #444;
    font-size: 17px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.service-style2 {
    border: 1px solid #e3e3e3;
    margin: 0;
}

.service-style2 .service-item {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #ebebeb;
    padding: 50px 30px 35px 40px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .service-style2 .service-item {
        padding: 40px 20px;
    }
}

.service-style2 .service-item:before {
    background-color: #ed2964;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.service-style2 .service-item .icon {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding-left: 1px;
    width: 80px;
}

.service-style2 .service-item:nth-child(1),
.service-style2 .service-item:nth-child(2),
.service-style2 .service-item:nth-child(3),
.service-style2 .service-item:nth-child(4) {
    border-bottom-color: #ebebeb;
}

.service-style2 .service-item:nth-child(4),
.service-style2 .service-item:nth-child(8) {
    border-right-color: #fff;
}

@media only screen and (max-width: 991px) {

    .service-style2 .service-item:nth-child(5),
    .service-style2 .service-item:nth-child(6) {
        border-bottom: 1px solid #ebebeb;
    }
}

.service-style2 .service-item:hover {
    background-color: #f3f3f3;
}

.service-style2 .service-item:hover:before {
    height: 4px;
}

.service-style2 .service-item:hover .content .btn-link {
    color: #ed2964;
}

.service-category .category-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 26px;
    position: relative;
}

.service-category .category-item h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .service-category .category-item h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 3px;
    }
}

.service-category .category-item p {
    color: #fff;
}

.service-category .category-item .icon {
    color: #fff;
    font-size: 48px;
    position: absolute;
    right: 0;
    top: -21px;
}

.service-slider-container {
    margin-top: 161px;
}

@media only screen and (max-width: 1199px) {
    .service-slider-container {
        margin-top: 131px;
    }
}

@media only screen and (max-width: 991px) {
    .service-slider-container {
        margin-top: 106px;
    }
}

@media only screen and (max-width: 767px) {
    .service-slider-container {
        margin-top: 86px;
    }
}

@media only screen and (max-width: 575px) {
    .service-slider-container {
        margin: 66px auto 0;
        max-width: 300px;
    }
}

@media (max-width: 461px) {
    .service-slider-container {
        margin-top: 55px;
    }
}

.service-slider-container .service-slider.service-category .category-item {
    padding-top: 4px;
}

.service-slider-container .service-slider.service-category .category-item .icon {
    top: -17px;
}

/*

[ Client CSS ]

*/
/*
-----------------------------------------------------------------------
	Client CSS
-----------------------------------------------------------------------
*/
.client-area .client-slide .thumb img {
    width: 140px;
    display: block;
    margin: 0 auto;
}


/*

[ 08 Team CSS ]

*/
/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/

.doctor-slider-container {
    position: relative;
}

.doctor-slider-container .swiper-button-prev,
.doctor-slider-container .swiper-button-next {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ed2964;
    color: #ffffff;
    border-radius: 3px;
    top: auto !important;
    bottom: 0;
    z-index: 9;
    display: none;

}

/*.doctor-slider-container .swiper-button-prev {*/
/*    left: auto;*/
/*    right: 55px !important;*/
/*}*/

.doctor-slider-container .swiper-button-prev {
    left: 0;
}

.doctor-slider-container .swiper-button-next {
    left: 40px;
}

.doctor-slider-container .swiper-button-prev:hover,
.doctor-slider-container .swiper-button-next:hover {
    background: #572987;
}


.doctor-slider-container .swiper-button-prev:after,
.doctor-slider-container .swiper-button-next:after {
    display: none;

}

.doctor-slider-container p {
    text-align: justify !important;
}

.team-area.team-default-area {
    padding: 125px 0px 80;
}

.doctor-slider-container .thumb {
    width: 100%;
    /*height: 550px;*/
    /*background: #ffffff;*/
    /*-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);*/
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);*/
    /*padding: 10px;*/
}

.doctor-slider-container .thumb img {
    /*background: #f5f5f5;*/
    /*padding: 20px;*/
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

@media only screen and (max-width: 1199px) {
    .team-area.team-default-area {
        padding: 90px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .team-area.team-default-area {
        padding: 80px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .team-area.team-default-area {
        padding: 80px 0px;
    }
}

.team-area.team-default-area .section-title {
    margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
    .team-area.team-default-area .section-title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .team-area.team-default-area .section-title {
        margin-bottom: 50px;
    }
}

.team-member {
    background: #fff;
    /*border: 1px solid #e7e7e7;*/
    /*padding: 30px;*/
    position: relative;
    /*height: 530px;*/
}

@media only screen and (max-width: 767px) {
    .team-member {
        /*padding: 10px;*/
    }
}

.team-member .thumb {
    overflow: hidden;
    width: 100%;
    /*height: 318px;*/
}

.team-member .thumb img {
    width: 100%;
    height: 320px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
    object-position: top;
}

.team-member .thumb iframe{
    width: 100% !important;
    height: 200px !important;
}

.team-member .content {
    padding: 35px 0px 0px;
    /*text-align: center;*/
}

@media only screen and (max-width: 767px) {
    .team-member .content {
        padding: 30px 0px 0px;
    }
}

.team-member .content .member-info .name {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .team-member .content .member-info .name {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .team-member .content .member-info .name {
        font-size: 16px;
    }
}

.team-member .content .member-info .name a {
    color: #000;
}

.team-member .content .member-info p {
    color: #999999;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    /*text-align: center !important;*/
}

@media only screen and (max-width: 767px) {
    .team-member .content .member-info p {
        margin-bottom: 20px;
    }
}

.team-member .content .member-info .btn-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .team-member .content .member-info .btn-link {
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .team-member .content .member-info .btn-link {
        font-size: 12px;
    }
}

.team-member .content .member-info .btn-link:hover {
    color: #ed2964;
}

.team-member .content .member-info .designation {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}

.team-member .content .member-info .social-icons a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
}

.team-member .thumb:hover img {
    /*-webkit-transform: scale(1.05);*/
    /*transform: scale(1.05);*/
}

.team-member .content .member-info .name:hover {
    /*color: #ed2964;*/
}

.team-slider-container .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px auto 0;
    min-height: 18px;
    max-width: 180px;
    position: relative;
}

.team-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ccc;
    border-radius: 50%;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    width: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #ed2964;
}

.team-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed2964;
    height: 17px;
    width: 17px;
}

/*
-----------------------------------------------------------------------
	Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-item .thumb {
    position: relative;
}

.gallery-item .thumb img {
    width: 100%;
}

.gallery-item .thumb .overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item .thumb .overlay i {
    color: #fff;
    font-size: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item:hover .thumb .overlay {
    opacity: 1;
    visibility: visible;
}

/*===== Service start =====*/

.service-modern {
    padding: 125px 0 0;
    background: #f3e9fd;
}

.service-modern .col-lg-4 {
    margin-bottom: 50px;
}

.service-box {
    position: relative;
    text-align: center;
    --shape-size: 92px;
    /*    padding: 40px 40px 42px 40px;*/
    border-radius: 40px;
    /*    border: 2px solid rgb(243, 243, 243);*/
    position: relative;
    /*    margin-bottom: 25px;*/
    background-color: #ed2964;
    transition: all ease .4s;
    height: calc(100% - 5px);
    padding-bottom: 35px;
}

.service-box.even {
    background: #572987 !important;
}

.service-box:hover {
    border-color: #ed2964;
    box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, .07);
}

.service-box .sr-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 250px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom: 5px solid #ffffff;
}

.service-box .sr-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    /*    background-image: linear-gradient(to top, #ed2964 0%, rgba(0, 0, 0, 0) 100%);*/
    opacity: .8;
    transition: all ease .4s;
    z-index: 1;
}

.service-box .web-icon {
    position: absolute;
    top: -60px;
    left: 45%;
    width: 50px;
    height: 50px;
    padding: 5px 10px 5px;
    border: 3px solid #ed2964;
    background: #ffffff;
    border-radius: 50%;
}

.service-box.even .web-icon {
    border-color: #572987 !important;
}

.service-box .web-icon img {
    width: 100%;
}

/*
.service-box.even .sr-img:before{
    background-image: linear-gradient(to top, #572987 0%, rgba(0, 0, 0, 0) 100%) !important;
}
*/

.service-box:hover .sr-img:before {
    height: 100%;
}

.service-box:hover .sr-img img {
    transform: scale(1.2);
}

.service-box .sr-img img {
    transform: scale(1);
    transition: all ease .4s;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.service-box .sr-icon {
    background-color: #572987;
    padding: 13px;
    margin-top: calc(92px/-2 - 13px);
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.service-box .sr-content {
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}

.service-box .icon-btn {
    /*    position: absolute;*/
    left: 50%;
    bottom: 0;
    /*    margin: 0 0 -24px -25px;*/
}

.icon-btn.style4 .icon {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    /*
    width: 50px;
    height: 50px;
    line-height: 50px;
*/
    font-size: 30px;
    /*
    display: block;
    border-radius: 50%;
*/
}

.icon-btn .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ed2964;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    transition: all ease .4s;
    z-index: 2;
    box-shadow: 0px 5px 10px 0px rgba(39, 71, 125, .1);
}

.service-box .h4 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .service-modern {
        padding: 90px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .service-modern {
        padding: 80px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .service-modern {
        padding: 80px 0 0;
    }
}

.service-modern .section-title {
    margin-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
    .service-modern .section-title {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .service-modern .section-title {
        margin-bottom: 45px;
    }
}

/*===== Service end =====*/


/*
-----------------------------------------------------------------------
	Protect CSS
-----------------------------------------------------------------------
*/
.protect-section {
    padding: 125px 0 0;
}

.protect-box {
    position: relative;
    text-align: center;
    padding: 30px 10px 15px;
    /*    margin: 15px 15px 25px;*/
    box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%);
    height: calc(100% - 0px);
}

.protect-box .protect-icon {
    margin-bottom: 20px;
}

.protect-box .protect-icon img {
    width: 40px;
}

.protect-box .protect-content p {
    color: #707070;
    font-size: 14px;
}

.protect-box:before {
    content: '';
    background-color: #ed2964;
    position: absolute;
    width: 3px;
    height: 40%;
    top: 30%;
    left: -3px;
    transition: all 0.3s linear;
}

.protect-box:hover:before {
    top: 0;
    height: 100%;
    transition: all 0.3s linear;
}

.protect-box:hover .protect-icon img {
    animation: move 1s linear;

}

@keyframes move {
    0% {
        transform: scale(1.0);
    }

    40% {
        transform: scale(1.060);
    }

    100% {
        transform: scale(1.0);
    }
}

@media only screen and (max-width: 1199px) {
    .protect-section {
        padding: 90px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .protect-section {
        padding: 80px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .protect-section {
        padding: 80px 0 0;
    }
}

.protect-section .section-title {
    margin-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
    .protect-section .section-title {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .protect-section .section-title {
        margin-bottom: 45px;
    }
}

.pricing-items-style1 {
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0 0 125px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .pricing-items-style1 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-items-style1 {
        border: none;
    }
}

.pricing-items-style1:after {
    background-color: #e8e8e8;
    bottom: -130px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .pricing-items-style1:after {
        bottom: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-items-style1:after {
        bottom: -80px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-items-style1:after {
        bottom: -70px;
    }
}

.pricing-items-style1 .pricing-item {
    border-right: 1px solid #e6e9ec;
    padding: 40px;
}

@media only screen and (max-width: 1199px) {
    .pricing-items-style1 .pricing-item {
        padding: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-items-style1 .pricing-item {
        border: 1px solid #e6e9ec;
        border-radius: 5px;
        margin-bottom: 30px;
    }
}

.pricing-items-style1 .pricing-item .pricing-title {
    margin-bottom: 24px;
}

.pricing-items-style1 .pricing-item .pricing-title h5 {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
}

.pricing-items-style1 .pricing-item .pricing-amount {
    margin-bottom: 17px;
}

.pricing-items-style1 .pricing-item .pricing-amount h2 {
    color: #ed2964;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.pricing-items-style1 .pricing-item .pricing-amount h2 sup {
    color: #ed2964;
    font-size: 20px;
    position: relative;
    top: -12px;
    vertical-align: baseline;
}

.pricing-items-style1 .pricing-item .pricing-amount .period {
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.pricing-items-style1 .pricing-item .pricing-content {
    margin-top: 40px;
}

.pricing-items-style1 .pricing-item .pricing-content .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list {
    border-top: 1px dashed rgba(204, 204, 204, 0.5);
    margin-bottom: 0;
    min-height: 196px;
    padding-top: 24px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li .sub-ul{
    padding-left: 30px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li .sub-ul li{
    font-weight: 400;
    list-style: circle;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
        font-size: 14px;
    }
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li i {
    color: #ed2964;
    font-size: 16px;
    display: inline-block;
    width: 27px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    min-width: 198px;
    padding: 11px 30px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
        min-width: 183.5px;
        padding: 11px 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
        min-width: 170px;
        padding: 9px 20px;
        text-align: center;
    }
}

.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border:hover,
.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border.active {
    background-color: #ed2964;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .pricing-items-style1 .pricing-item.item-one {
        border-bottom: 1px solid #e6e9ec;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-items-style1 .pricing-item.item-two {
        border-bottom: 1px solid #e6e9ec;
    }
}

.pricing-items-style1 .pricing-item.item-four {
    border-right: none;
}

@media only screen and (max-width: 575px) {
    .pricing-items-style1 .pricing-item.item-four {
        border: 1px solid #e6e9ec;
        margin-bottom: 0;
    }
}

.pricing-items-style1.noborder-line:after {
    display: none;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
    padding: 100px 0px 0px;
}

.testimonial-area.testimonial-default-area .container{
        border-bottom: 1px solid #e6e9ec;
    }

@media only screen and (max-width: 1199px) {
    .testimonial-area.testimonial-default-area {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area.testimonial-default-area {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-area.testimonial-default-area {
        padding: 80px 0;
    }
}

.testimonial-area.testimonial-default-area .section-title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-area.testimonial-default-area .section-title {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area.testimonial-default-area .section-title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-area.testimonial-default-area .section-title {
        margin-bottom: 50px;
    }
}

.testimonial-item {
    padding: 0;
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.testimonial-item .client-content {
    margin: 0 auto 65px;
    max-width: 838px;
    position: relative;
    border: 3px solid #ed2964;
    border-radius: 50px;
    z-index: 1;
    padding: 30px 30px 80px;
}

.testimonial-item .client-content .comma-1 {
    position: absolute;
    bottom: -7%;
    right: 6%;
    width: 40px;
}

.testimonial-item .client-content .comma-2 {
    position: absolute;
    top: -7%;
    left: 6%;
    width: 40px;
    transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
    .testimonial-item .client-content {
        margin-bottom: 45px;
    }
}

.testimonial-item .client-content p {
    color: #000;
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .testimonial-item .client-content p {
        font-size: 24px;
        line-height: 38px;
    }

    .testimonial-item .client-content p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item .client-content p {
        font-size: 16px;
        line-height: 32px;
    }
}

.testimonial-item .thumb {
    border-radius: 50%;
    /*    margin-bottom: 49px;*/
    position: absolute;
    bottom: -11.5%;
    left: 45%;
    height: 90px;
    width: 90px;
}

.testimonial-item .thumb img {
    border-radius: 50%;
}

.testimonial-item .client-info {
    margin-bottom: 20px;
    position: relative;
}

.testimonial-item .client-info .client-review {
    display: flow-root;
    color: #fdce0b
}

.testimonial-item .client-info .desc {
    text-align: center;
}

.testimonial-item .client-info .name {
    color: #ed2964;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
    .testimonial-item .client-info .name {
        font-size: 16px;
        font-weight: 600;
    }
}

.testimonial-item .client-info .client-location {
    color: #707070;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center !important;
    margin-bottom: 5px !important;
}

.testimonial-item .client-info .icon-quote {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.testimonial-item .client-info .icon-quote img {
    width: auto;
}

@media only screen and (max-width: 479.98px) {
    .testimonial-item .client-info .icon-quote img {
        display: none;
    }
}

.testimonial-item.line-top {
    border-top: 4px solid #ed2964;
}

.testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
    color: #000;
    font-size: 60px;
    top: 41.5%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {

    .testimonial-slider-container .swiper-button-next,
    .testimonial-slider-container .swiper-button-prev {
        top: 28%;
    }
}

@media only screen and (max-width: 479.98px) {

    .testimonial-slider-container .swiper-button-next,
    .testimonial-slider-container .swiper-button-prev {
        top: 18%;
    }
}

.testimonial-slider-container .swiper-button-next:after,
.testimonial-slider-container .swiper-button-prev:after {
    color: #000;
    content: "\eac9";
    font-family: "IcoFont";
    font-size: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {

    .testimonial-slider-container .swiper-button-next:after,
    .testimonial-slider-container .swiper-button-prev:after {
        font-size: 36px;
    }
}

.testimonial-slider-container .swiper-button-next:hover:after,
.testimonial-slider-container .swiper-button-prev:hover:after {
    color: #ed2964;
}

.testimonial-slider-container .swiper-button-prev {
    left: 5px;
}

@media only screen and (max-width: 991px) {
    .testimonial-slider-container .swiper-button-prev {
        left: 0;
    }
}

.testimonial-slider-container .swiper-button-next {
    right: 5px;
}

@media only screen and (max-width: 991px) {
    .testimonial-slider-container .swiper-button-next {
        right: 0;
    }
}

.testimonial-slider-container .swiper-button-next:after {
    content: "\eaca";
}

/*

[ 09 Brand Logo CSS ]

*/
/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
    /*
    border-top: 1px solid #dfdfdf;
    margin-top: 75px;
*/
    padding: 30px 0px;
    background: #f3e9fd;
}

@media only screen and (max-width: 1199px) {
    .brand-logo-area.brand-logo-default-area {
        margin-top: 40px;
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-area.brand-logo-default-area {
        margin-top: 25px;
        padding-top: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .brand-logo-area.brand-logo-default-area {
        margin-top: 15px;
        padding-top: 55px;
    }
}

.brand-logo-slider-container{
    height: 100px;
}

.brand-logo-item img {
    /*    opacity: 0.5;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-logo-item:hover img {
    opacity: 1;
}

/*
-----------------------------------------------------------------------
	Feature CSS
-----------------------------------------------------------------------
*/
.feature-section {
    padding: 125px 0px 145px;
    position: relative;
    background: transparent;
}

.feature-section .section-title p {
    text-transform: capitalize !important;
    color: #000 !important;
    text-align: justify;
}

.feature-section .thumb{
    position: absolute;
    top: 18%;
    right: 7% !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-section {
        padding: 90px 0px 90px;
    }
}

@media (max-width: 991px) {
    .feature-section {
        padding: 90px 0px 90px;
    }
}

@media (max-width: 767px) {
    .feature-section {
        padding: 80px 0px 80px;
    }
}

.feature-section .container {
    z-index: 3;
    position: relative;
}

.feature-section .section-title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .feature-section .section-title {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-section .section-title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-section .section-title {
        margin-bottom: 50px;
    }
}

.feature-section .thumb {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .feature-section .thumb {
        display: none;
    }
}

/*
-----------------------------------------------------------------------
	Divider CSS
-----------------------------------------------------------------------
*/
.divider-area .divider-content-area .content-inner {
    position: relative;
}

.divider-area .divider-content-area h2 {
    margin-bottom: 10px;
}

.divider-area .divider-content-area p {
    margin-bottom: 0;
}

.divider-area .divider-content-area.divider-content-style1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0px;
}

@media only screen and (max-width: 767px) {
    .divider-area .divider-content-area.divider-content-style1 {
        display: block;
        padding: 75px 0px;
    }
}

.divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.1;
    margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
    .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
        font-size: 30px;
    }
}

.divider-area .divider-content-area.divider-content-style1 .content-inner h2 span {
    color: #fff;
    font-weight: 300;
}

.divider-area .divider-content-area.divider-content-style1 .content-inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.15px;
}

@media only screen and (max-width: 767px) {
    .divider-area .divider-content-area.divider-content-style1 .content-inner p {
        margin-bottom: 20px;
    }
}

.divider-area .divider-content-area.divider-content-style1 .btn-theme {
    margin-top: 9px;
}

.divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white {
    color: #ed2964;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.097px;
    padding: 15px 40px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white {
        font-size: 14px;
        padding: 10px 30px;
    }
}

.divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white:hover {
    color: #fff;
}

.shape-layer .layer {
    position: absolute;
}

.shape-layer .layer-one {
    bottom: 0;
    left: 231px;
}

.shape-layer .layer-two {
    bottom: 0;
    right: 182px;
}

.shape-layer .layer-three {
    bottom: 0;
    left: 3.4%;
}

.shape-layer .layer-four {
    top: 39%;
    left: 6.8%;
}

@media only screen and (max-width: 991px) {
    .shape-layer .layer-four {
        top: 36.5%;
    }
}

.shape-layer .layer-five {
    top: 39%;
    right: 19.2%;
}

@media only screen and (max-width: 1199px) {
    .shape-layer .layer-five {
        right: 4.2%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-layer .layer-five {
        top: 36.5%;
    }
}

.shape-layer.shape-layer-slyle1 {
    background-image: url("../img/photos/corporate-mockup-01.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
    .icon-box-style {
        margin-bottom: -60px;
    }
}

@media only screen and (max-width: 575px) {
    .icon-box-style {
        margin-bottom: -50px;
    }
}

.icon-box-style .icon-box-item {
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
*/
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .icon-box-style .icon-box-item {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .icon-box-style .icon-box-item {
        margin-bottom: 50px;
    }
}

.icon-box-style .icon-box-item .icon {
    color: #ed2964;
    font-size: 72px;
    /*    float: left;*/
    line-height: 1;
    /*    margin-right: 26px;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.icon-box-style .icon-box-item .icon img {
    height: 100%;
}

.icon-box-style .icon-box-item .content {
    font-size: 14px;
}

.icon-box-style .icon-box-item .content .title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    /*    text-transform: uppercase;*/
    line-height: 18px;
}

@media only screen and (max-width: 575px) {
    .icon-box-style .icon-box-item .content .title {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.icon-box-style .icon-box-item .content .title a {
    color: #0e0e0e;
}

.icon-box-style .icon-box-item .content .title a:hover {
    color: #ed2964;
}

.icon-box-style .icon-box-item .content p {
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.icon-box-style .icon-box-item .content .btn-theme {
    margin-top: 10px;
}

.icon-box-style .icon-box-item:hover .content p {
    color: #000;
}

/*

[ 10 Form CSS ]

*/
/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.input-btn-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
    box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 0;
}

.input-btn-group .form-control {
    border: none;
    border-radius: 0;
    border-right: 2px solid #eaeaea;
    height: 24px;
    padding-left: 30px;
}

.input-btn-group .form-control::-webkit-input-placeholder {
    color: #aba5a5;
}

.input-btn-group .form-control::-moz-placeholder {
    color: #aba5a5;
}

.input-btn-group .form-control:-ms-input-placeholder {
    color: #aba5a5;
}

.input-btn-group .form-control::-ms-input-placeholder {
    color: #aba5a5;
}

.input-btn-group .form-control::placeholder {
    color: #aba5a5;
}

.input-btn-group .form-control.no-border {
    border: none;
}

.input-btn-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-btn-group .btn-theme {
    border-radius: 5px;
    height: 50px;
}

.appointment-area {
    background: transparent;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .appointment-area {
        padding-top: 80px;
    }
}

.appointment-form .form-group {
    margin-bottom: 52px;
}

.appointment-form .form-group .form-control {
    background-color: transparent;
    background-clip: inherit;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    height: auto;
    padding: 0 1px 10px;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
}

.appointment-form .form-group .form-control::-moz-placeholder {
    color: #999999;
}

.appointment-form .form-group .form-control:-ms-input-placeholder {
    color: #999999;
}

.appointment-form .form-group .form-control::-ms-input-placeholder {
    color: #999999;
}

.appointment-form .form-group .form-control::placeholder {
    color: #999999;
}

.appointment-form .form-group .form-control:focus {
    border-bottom: 1px solid #ed2964;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.appointment-form .form-group textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    height: 162px;
    padding: 0 1px;
    width: 100%;
}

.appointment-form .form-group textarea::-webkit-input-placeholder {
    color: #999999;
}

.appointment-form .form-group textarea::-moz-placeholder {
    color: #999999;
}

.appointment-form .form-group textarea:-ms-input-placeholder {
    color: #999999;
}

.appointment-form .form-group textarea::-ms-input-placeholder {
    color: #999999;
}

.appointment-form .form-group textarea::placeholder {
    color: #999999;
}

.appointment-form .form-group textarea:focus {
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.appointment-form .form-group .btn-theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.428px;
    margin-top: 40px;
    min-height: 62px;
    padding: 0 47.43px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .appointment-form .form-group .btn-theme {
        font-size: 16px;
        min-height: 50px;
        padding: 0 20px;
    }
}

.appointment-form .form-group .btn-theme:hover,
.appointment-form .form-group .btn-theme:focus {
    background-color: #572987;
    border-color: #000;
    color: #fff;
}

.appointment-form .form-group.datepicker-group {
    position: relative;
}

.appointment-form .form-group.datepicker-group label {
    bottom: -1px;
    color: #999999;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 0;
}

.appointment-form-style1 {
    position: relative;
    z-index: 2;
    border: 3px solid #572987;
    background-color: #fff;
    -webkit-box-shadow: 0px 50px 120px 0px rgba(68, 89, 89, 0.15);
    box-shadow: 0px 50px 120px 0px rgba(68, 89, 89, 0.15);
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 1200px) {
    .appointment-form-style1 {
        margin: -125px auto 0;
    }
}

@media (max-width: 767px) {
    .appointment-form-style1 {
        margin: 0px 15px;
    }
}

@media (min-width: 768px) {
    .appointment-form-style1 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .appointment-form-style1 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .appointment-form-style1 {
        max-width: 1100px;
    }
}

@media (min-width: 1400px) {
    .appointment-form-style1 {
        max-width: 1310px;
    }
}

.appointment-form-style1 .appointment-form {
    padding: 80px 0px;
}

@media only screen and (max-width: 575px) {
    .appointment-form-style1 .appointment-form {
        padding: 70px 0;
    }
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group .form-control {
    background-clip: inherit;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    padding: 12px 30px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #999999;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #999999;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #999999;
}

.contact-form .form-group .form-control::placeholder {
    color: #999999;
}

.contact-form .form-group .form-control:focus {
    border: 1px solid #ed2964;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.contact-form .form-group textarea {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-size: 14px;
    min-height: 170px;
    padding: 20px 30px 10px;
    width: 100%;
}

.contact-form .form-group textarea::-webkit-input-placeholder {
    color: #999999;
}

.contact-form .form-group textarea::-moz-placeholder {
    color: #999999;
}

.contact-form .form-group textarea:-ms-input-placeholder {
    color: #999999;
}

.contact-form .form-group textarea::-ms-input-placeholder {
    color: #999999;
}

.contact-form .form-group textarea::placeholder {
    color: #999999;
}

.contact-form .form-group textarea:focus {
    border: 1px solid #ed2964;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.contact-form .form-group .btn-theme {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 51px;
    padding: 10px 26.05px;
}

.contact-form .form-group .btn-theme:hover,
.contact-form .form-group .btn-theme:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.comment-form-wrap form .comment-form-content .form-group {
    margin-bottom: 30px;
}

.comment-form-wrap form .comment-form-content .form-group .form-control {
    border: none;
    border-radius: 0;
    font-size: 14px;
    height: 49px;
    padding: 7px 21px;
}

.comment-form-wrap form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
}

.comment-form-wrap form .comment-form-content .form-group .form-control::-moz-placeholder {
    color: #999999;
}

.comment-form-wrap form .comment-form-content .form-group .form-control:-ms-input-placeholder {
    color: #999999;
}

.comment-form-wrap form .comment-form-content .form-group .form-control::-ms-input-placeholder {
    color: #999999;
}

.comment-form-wrap form .comment-form-content .form-group .form-control::placeholder {
    color: #999999;
}

.comment-form-wrap form .comment-form-content .form-group .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.comment-form-wrap form .comment-form-content .form-group textarea.form-control {
    min-height: 217px;
}

.comment-form-wrap form .comment-form-content .form-group .btn-theme {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-top: 17px;
    min-height: 60px;
    padding: 10px 28.96px;
}

.search-box-wrapper {
    background-color: rgba(143, 27, 27, 0.9);
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
}

.search-box-wrapper .search-box-content-inner {
    width: 70%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 575px) {
    .search-box-wrapper .search-box-content-inner {
        width: 100%;
        padding: 0 20px;
    }
}

.search-box-wrapper.show .search-box-content-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.search-box-wrapper .search-close {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    position: absolute;
    top: 50px;
    right: 100px;
}

@media only screen and (max-width: 767px) {
    .search-box-wrapper .search-close {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .search-box-wrapper .search-close {
        top: 30px;
        right: 30px;
    }
}

.search-box-wrapper .search-close:hover {
    color: #ed2964;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-box-form-wrap {
    width: 100%;
}

.search-box-form-wrap input[type=search] {
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #ed2964;
    color: #ed2964;
    display: block;
    font-size: 120px;
    line-height: 1;
    padding: 20px 0;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .search-box-form-wrap input[type=search] {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .search-box-form-wrap input[type=search] {
        font-size: 40px;
    }
}

.search-box-form-wrap .search-note {
    color: #ed2964;
    font-weight: 700;
    text-align: right;
    margin-top: 20px;
}

.subscribe-form .subscribe-form-email {
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.subscribe-form .subscribe-form-email:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    line-height: 60px;
}

.subscribe-form .subscribe-form-email input {
    background-color: transparent;
    border: none;
    border-radius: 0 30px 30px 0;
    color: #ed2964;
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
    width: 100%;
}

.subscribe-form .subscribe-form-email input::-webkit-input-placeholder {
    color: #ed2964;
}

.subscribe-form .subscribe-form-email input::-moz-placeholder {
    color: #ed2964;
}

.subscribe-form .subscribe-form-email input:-ms-input-placeholder {
    color: #ed2964;
}

.subscribe-form .subscribe-form-email input::-ms-input-placeholder {
    color: #ed2964;
}

.subscribe-form .subscribe-form-email input::placeholder {
    color: #ed2964;
}

.subscribe-form .subscribe-form-submit input {
    background-color: #ed2964;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 100%;
}

.subscribe-form p {
    color: #ed2964;
    font-size: 14px;
    line-height: 30px;
}

.subscribe-form.inline-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.subscribe-form.inline-style .subscribe-form-email {
    border-color: #000;
    border-right: 0;
    border-radius: 0;
    height: 60px;
    margin-bottom: 0;
    padding-left: 50px;
    width: 478px;
}

.subscribe-form.inline-style .subscribe-form-submit input {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    margin-bottom: 0;
    width: 160px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.subscribe-form.inline-style .subscribe-form-submit input:hover {
    background-color: #000;
    color: #fff;
}

.registration-form form .form-group {
    margin-bottom: 40px;
}

.registration-form form .form-group .form-control {
    background-color: #134f8a;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    min-height: 60px;
    padding: 15px 40px;
}

.registration-form form .form-group .form-control::-webkit-input-placeholder {
    color: #487eb4;
    font-size: 16px;
}

.registration-form form .form-group .form-control::-moz-placeholder {
    color: #487eb4;
    font-size: 16px;
}

.registration-form form .form-group .form-control:-ms-input-placeholder {
    color: #487eb4;
    font-size: 16px;
}

.registration-form form .form-group .form-control::-ms-input-placeholder {
    color: #487eb4;
    font-size: 16px;
}

.registration-form form .form-group .form-control::placeholder {
    color: #487eb4;
    font-size: 16px;
}

.registration-form form .form-group .form-control:active,
.registration-form form .form-group .form-control:focus {
    color: #fff;
}

.registration-form form .form-group .form-control:active::-webkit-input-placeholder,
.registration-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: #fff;
}

.registration-form form .form-group .form-control:active::-moz-placeholder,
.registration-form form .form-group .form-control:focus::-moz-placeholder {
    color: #fff;
}

.registration-form form .form-group .form-control:active:-ms-input-placeholder,
.registration-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: #fff;
}

.registration-form form .form-group .form-control:active::-ms-input-placeholder,
.registration-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: #fff;
}

.registration-form form .form-group .form-control:active::placeholder,
.registration-form form .form-group .form-control:focus::placeholder {
    color: #fff;
}

.registration-form form .form-group .btn-theme {
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0;
    min-height: 60px;
    text-transform: capitalize;
}

.registration-form form p {
    color: #8bbff4;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 33px;
}

.registration-form form p a {
    color: #fff;
}

.form-message {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-message button.btn-close {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    float: right;
    font-size: 14px;
    margin-top: 0;
    text-indent: 1000px;
}

/*
-----------------------------------------------------------------------
	Department CSS
-----------------------------------------------------------------------
*/
.department-area {
    padding: 40px 0 125px;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1199px) {
    .department-area {
        padding: 40px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .department-area {
        padding: 15px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .department-area {
        padding: 15px 0 90px;
    }
}

@media only screen and (max-width: 575px) {
    .department-area {
        padding: 15px 0 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .department-area .container {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.department-wrpp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .department-wrpp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .department-wrpp {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.department-wrpp .department-content {
    max-width: 800px;
    width: 100%;
}

.department-wrpp .department-content .department-gallery .swiper-slide{
    height: 450px !important;
}

@media only screen and (max-width: 1199px) {
    .department-wrpp .department-content {
        max-width: 700px;
    }
}

@media (max-width: 1023px) {
    .department-wrpp .department-content {
        max-width: 669px;
    }
}

@media only screen and (max-width: 991px) {
    .department-wrpp .department-content {
        margin-bottom: 80px;
        max-width: none;
    }
}

.department-wrpp .sidebar-wrapper {
    /*    margin-top: 20px;*/
    max-width: 300px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .department-wrpp .sidebar-wrapper {
        margin-right: 30px;
        max-width: 265px;
    }
}

@media only screen and (max-width: 991px) {
    .department-wrpp .sidebar-wrapper {
        max-width: none;
    }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav {
    margin-bottom: 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul {
    margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li {
    margin-bottom: 10px;
}

/*.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li:nth-child(1){*/
/*    display: none !important;*/
/*}*/

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a {
    background-color: #f8f8f8;
    border-radius: 3px;
    color: #747474;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    padding: 11.5px 33px 11.5px 63px;
    position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:hover,
.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a.active {
    background: linear-gradient(to right, #ed2964 0%, #572987 100%);
    color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:hover:before,
.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a.active:before {
    color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:before {
    color: #747474;
    content: "\eab8";
    font-family: "IcoFont";
    font-size: 16px;
    position: absolute;
    right: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li:last-child {
    margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours {
    background: linear-gradient(to right, #ed2964 0%, #572987 100%);
    border-radius: 3px;
    letter-spacing: 0;
    margin-bottom: 50px;
    padding: 48px 30px 45px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 31px;
    text-transform: uppercase;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul {
    margin-bottom: 41px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:before {
    /*border-bottom: 1px dashed #fff;*/
    /*bottom: 7px;*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 0;*/
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(1):before {
    width: 42%;
    left: 55px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(2):before {
    width: 42%;
    left: 57px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(3):before {
    width: 34%;
    left: 78px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(4):before {
    width: 40%;
    left: 62px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(5):before {
    width: 49%;
    left: 41px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(6):before {
    width: 41%;
    left: 59px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:nth-child(7):before {
    width: 45%;
    left: 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:last-child {
    margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .work-day {
    /*    background-color: #ed2964;*/
    position: relative;
    z-index: 1;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .work-hours {
    /*    background-color: #ed2964;*/
    position: relative;
    z-index: 1;
    display:none;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .btn-theme.btn-white {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    min-height: auto;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .btn-theme.btn-white {
        font-size: 13px;
        padding: 8px 6px;
    }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .btn-theme.btn-white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form {
    background-color: #f2f2f2;
    padding: 48px 30px 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form .title {
    color: #000;
    font-size: 18px;
    margin-bottom: 37px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form .title {
        font-size: 16px;
    }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    height: 46px;
    padding: 12px 20px;
    width: 100%;
    position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group {
    position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .otp-btn,
.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .verify-btn{
    position: absolute;
    top: 12px;
    right: 12px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control::-webkit-input-placeholder {
    color: #000000;
    font-size: 13px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control::-moz-placeholder {
    color: #000000;
    font-size: 13px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control:-ms-input-placeholder {
    color: #000000;
    font-size: 13px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control::-ms-input-placeholder {
    color: #000000;
    font-size: 13px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control::placeholder {
    color: #000000;
    font-size: 13px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group textarea {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    min-height: 150px;
    padding: 12px 20px;
    width: 100%;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group .btn-theme {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 32px;
    margin-top: 22px;
    padding: 8px 30px;
    text-transform: uppercase;
    width: 100%;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group.datepicker-group {
    position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form form .form-group.datepicker-group label {
    bottom: 8px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 20px;
}

.department-content .title {
    font-size: 35px;
    font-weight: 300;
    /*    letter-spacing: -1.377px;*/
    line-height: 1.1;
    margin-bottom: 34px;
    display: inline-block;
    color: #572987;
}

.department-content .content h4 {
    color: #ed2964;
    font-size: 20px;
}

@media only screen and (max-width: 1199px) {
    .department-content .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .department-content .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .department-content .title {
        font-size: 30px;
    }
}

.department-content .title span {
    font-weight: 700;
    color: #ed2964;
}

.department-content .department-gallery {
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .department-content .department-gallery {
        margin-bottom: 30px;
    }
}

.department-content .department-gallery .gallery-slider .swiper-slide img {
    border-radius: 2px;
    width: 100%;
}

.department-content .department-gallery .swiper-button-next,
.department-content .department-gallery .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.department-content .department-gallery .swiper-button-next:after,
.department-content .department-gallery .swiper-button-prev:after {
    display: none;
}

.department-content .department-gallery .swiper-button-next:hover,
.department-content .department-gallery .swiper-button-prev:hover {
    background-color: #ed2964;
}

.department-content .department-gallery .swiper-button-prev {
    left: 30px;
}

@media only screen and (max-width: 575px) {
    .department-content .department-gallery .swiper-button-prev {
        left: 15px;
    }
}

.department-content .department-gallery .swiper-button-next {
    right: 30px;
}

@media only screen and (max-width: 575px) {
    .department-content .department-gallery .swiper-button-next {
        right: 15px;
    }
}

.department-content .content {
    margin-bottom: 43px;
    padding: 0 18px 0 2px;
    text-align: justify;
}

.department-content .content p {
    color: #000000;
    margin-bottom: 10px;
    text-align: justify;
}

.department-content .content ul {
    margin-bottom: 15px;
}

.department-content .content ul li {
    color: #000000;
    line-height: 36px;
}

.department-content .content ul li p {
    margin-bottom: 0px !important;
}

.department-content .content ul li::marker {
    color: transparent;
    /*font-size: 20px;*/
}

.department-content .content ul.list-style1 {
    padding-top: 1px;
    margin-bottom: 20px;
}

.department-content .content ul li {
    padding-left: 32px;
    position: relative;
}

.department-content .content ul li:before {
    color: #ed2964;
    content: "\ea6d";
    font-family: "IcoFont";
    left: 0;
    position: absolute;
    top: 2px;
}

.department-content .price-list-col2 {
    border-bottom: 1px solid #eaeaea;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*margin-bottom: 79px;*/
    /*padding-bottom: 67px;*/
}

@media only screen and (max-width: 991px) {
    .department-content .price-list-col2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .department-content .price-list-col2 {
        margin-bottom: 49px;
        padding-bottom: 37px;
    }
}

@media only screen and (max-width: 575px) {
    .department-content .price-list-col2 {
        display: block;
    }
}

.department-content .price-list-col2 .price-list {
    max-width: 373px;
    width: 100%;
}

.department-content .price-list-col2 .price-list:last-child {
    max-width: 362px;
}

@media only screen and (max-width: 1199px) {
    .department-content .price-list-col2 .price-list:last-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .department-content .price-list-col2 .price-list:last-child {
        margin-left: 0;
        margin-top: 50px;
    }
}

.department-content .price-list h4 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin-bottom: 40px;
}

.department-content .price-list ul li {
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 26px;
    position: relative;
}

.department-content .price-list ul li:before {
    border-bottom: 1px dashed #707070;
    bottom: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.department-content .price-list ul li:last-child {
    margin-bottom: 0;
}

.department-content .price-list ul li .service-name {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.department-content .price-list ul li .service-price {
    background-color: #fff;
    color: #568701;
    position: relative;
    z-index: 1;
}

.department-content .team-single {
    border-bottom: 1px solid #eaeaea;
    margin-top: 70px;
    /*padding-bottom: 80px;*/
}

@media (max-width: 702px) {
    .department-content .team-single {
        margin-top: 49px;
        padding-bottom: 63px;
    }

    .department-content .appointment-desc {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.home-default-wrapper .department-content .accordian-content .accordion {
    margin-bottom: 0px !important;
}

.department-content .faq-area {
    border-bottom: 1px solid #eaeaea;
    margin-top: 70px;
    padding-bottom: 65px;
}

.department-content .appointment-desc {
    border-bottom: 1px solid #eaeaea;
    margin-top: 70px;
    padding-bottom: 65px;
}

.department-content .appointment-desc p {
    font-size: 18px;
    font-weight: 500;
}

.department-content .dental-ctc {
    border-top: 1px solid #eaeaea;
    margin-bottom: 70px;
    padding-top: 65px;
}

.department-content .appointment-desc a:hover {
    color: #572987;
}

.department-content .case-area {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .department-content .faq-area {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .department-content .case-area {
        margin-top: 60px;
    }

}

.department-content .faq-area .title {
    font-size: 36px;
    letter-spacing: -1.04px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
    .department-content .faq-area .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

.department-content .case-area .section-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
    .department-content .case-area .section-title {
        margin-bottom: 35px;
    }
}

.department-content .case-area .section-title .title {
    font-size: 36px;
    letter-spacing: -1.04px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .department-content .case-area .section-title .title {
        font-size: 30px;
    }
}

.department-content .case-area .section-title .btn-link {
    color: #ed2964;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    top: -1px;
}

@media only screen and (max-width: 479.98px) {
    .department-content .case-area .section-title .btn-link {
        font-size: 11px;
    }
}

.department-content .case-area .section-title .btn-link:before {
    background-color: #94c3c3;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.department-content .case-area .section-title .btn-link:after {
    background-color: #568701;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 3px;
    position: absolute;
    width: calc(100% - 3px);
}

.department-content .case-area .case-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.department-content .case-area .case-col2 .case-item {
    max-width: 385px;
    width: 100%;
}

.team-single {
    position: relative;
}

.team-single .title {
    font-size: 35px;
    letter-spacing: -1.04px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .team-single .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.team-single .membr-info {
    letter-spacing: 0;
    max-width: 310px;
    width: 100%;
}

.team-single .membr-info .desc strong {
    color: #ed2964;
    margin-bottom: 10px;
    display: inline-block;
}

.team-single .btn-link {
    font-size: 12px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-single .btn-link:hover {
    color: #572987 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.team-single .membr-info .desc {
    text-align: justify !important;
}

@media (max-width: 702px) {
    .team-single .membr-info {
        max-width: none;
        margin-top: 30px;
    }

    .team-single .membr-info .designation {
        margin-bottom: 20px !important;
    }
}

.team-single .membr-info .name {
    color: #2b2b2b;
    font-size: 22px;
    letter-spacing: 0.25px;
    margin-bottom: 13px;
}

.team-single .membr-info .designation {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.team-single .membr-info .desc p {
    color: #000000;
    margin-bottom: 28px;
}

.team-single .membr-info .desc p a:hover {
    color: #ed2964;
}

.team-single .membr-info .desc p a {
    font-weight: 600;
    color: #572987;
}

.team-single .membr-info .desc ul {
    margin-bottom: 52px;
}

.team-single .membr-info .desc ul li {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 22px;
    position: relative;
}

.team-single .membr-info .desc ul li:before {
    border-bottom: 1px dashed #000000;
    bottom: 3px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.team-single .membr-info .desc ul li:last-child {
    margin-bottom: 0;
}

.team-single .membr-info .desc ul li span {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.team-single .membr-info .desc ul li span:last-child {
    color: #2b2b2b;
    font-weight: 600;
}

.team-single .membr-info .desc .btn-link {
    background-color: transparent;
    border: none;
    color: #ed2964;
    font-weight: 700;
    letter-spacing: 1.1371px;
    padding: 0;
    text-transform: uppercase;
}

.team-single .membr-info .desc .btn-link:hover {
    color: #568701;
}

.team-single .thumb {
    bottom: 0;
    /*    position: absolute;*/
    right: 23px;
}

@media (max-width: 702px) {
    .team-single .thumb {
        /*        display: none;*/
    }
}

.team-single .thumb img {
    /*    max-width: none;*/
}

/*
-----------------------------------------------------------------------
	Cases CSS
-----------------------------------------------------------------------
*/
.case-item .thumb {
    margin-bottom: 30px;
}

.case-item .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 250px;
    object-fit: cover;
}

.case-item .content {
    position: relative;
}

.case-item .content .name {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.case-item .content .name a {
    color: #000;
}

.case-item .content .category {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.case-item:hover .thumb img {
    border-radius: 3px;
}

.case-item:hover .content .name a {
    color: #ed2964;
}

.case-slider-container .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 27px auto 0;
    min-height: 15px;
    max-width: 64px;
    position: relative;
}

.case-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #e6e6e6;
    border-radius: 50%;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.case-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #ed2964;
}

.case-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ed2964;
    height: 14px;
    width: 14px;
}

/*
-----------------------------------------------------------------------
	Home Default CSS
-----------------------------------------------------------------------
*/
.home-default-wrapper .accordian-content {
    padding-right: 30px;
    padding-top: 2px;
}

.home-default-wrapper .accordian-content .accordion {
    margin-bottom: 52px;
}

@media only screen and (max-width: 991px) {
    .home-default-wrapper .accordian-content .accordion {
        margin-bottom: 30px;
    }
}

.home-default-wrapper .accordian-content .btn-line {
    border-bottom: 1px solid #7e7e7e;
    color: #707070;
    display: inline-block;
    line-height: 1;
    padding-bottom: 1px;
    text-transform: uppercase;
}

.home-default-wrapper .accordian-content .btn-line:hover {
    border-bottom-color: #ed2964;
    color: #ed2964;
}

.home-default-wrapper .map-area {
    background-color: #ddd;
    height: 667px;
}

@media only screen and (max-width: 1399px) {
    .home-default-wrapper .map-area {
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .home-default-wrapper .map-area {
        height: 280px;
    }
}

.home-default-wrapper .map-area iframe {
    height: 100%;
    width: 100%;
}

/*

[ 11 Blog CSS ]

*/
/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/

.blog-area.blog-default-area {
    padding: 125px 0px;
}

.blog-area .accordian-content .accordion.no-bg .accordion-item {
    background: transparent;
}

.blog-area .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button:hover {
    color: #ed2964;
}

@media only screen and (max-width: 1199px) {
    .blog-area.blog-default-area {
        padding: 90px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-area.blog-default-area {
        padding: 80px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-area.blog-default-area {
        padding: 60px 0 80px;
    }
}

.blog-area.blog-default-area .section-title {
    margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .blog-area.blog-default-area .section-title {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-area.blog-default-area .section-title {
        margin-bottom: 40px;
    }
}

.blog-border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.post-items-style1 {
    padding-right: 69px;
}

@media only screen and (max-width: 1199px) {
    .post-items-style1 {
        padding-right: 10px;
    }
}

.post-items-style1 .post-item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    margin-bottom: 27px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
    .post-items-style1 .post-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 479.98px) {
    .post-items-style1 .post-item {
        display: block;
    }
}

.post-items-style1 .post-item .thumb {
    float: left;
    min-width: 138px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 479.98px) {
    .post-items-style1 .post-item .thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.post-items-style1 .post-item .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post-items-style1 .post-item .content .title {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 7px;
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 575px) {
    .post-items-style1 .post-item .content .title {
        font-size: 16px;
    }
}

.post-items-style1 .post-item .content .title a {
    color: #000;
}

@media only screen and (max-width: 991px) {
    .post-items-style1 .post-item .content .title a br {
        display: none;
    }
}

.post-items-style1 .post-item .content .title a:hover {
    color: #ed2964;
}

.post-items-style1 .post-item .content .category {
    color: #707070;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.post-items-style1 .post-item .content .meta {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.post-items-style1 .post-item .content .meta a {
    color: #000;
}

.post-items-style1 .post-item .content .meta a .icon {
    color: #707070;
    padding-right: 7px;
}

.post-items-style1 .post-item .content .meta a:hover {
    color: #ed2964;
}

.post-items-style1 .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-items-style1 .post-item:hover .thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.post-items-style2 .post-item {
    /*border-bottom: 1px solid #dbdbdb;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 30px;*/
    padding-bottom: 40px !important;
}

@media only screen and (max-width: 575px) {
    .post-items-style2 .post-item {
        display: block;
    }
}

.post-items-style2 .post-item .thumb {
    float: left;
    min-width: 155px;
    width: 155px;
    height: 155px;
    margin-right: 26px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .post-items-style2 .post-item .thumb {
        float: none;
        min-width: auto;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.post-items-style2 .post-item .thumb img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    height: 100%;
    object-fit: cover;
}

.post-items-style2 .post-item .content .title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .post-items-style2 .post-item .content .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post-items-style2 .post-item .content .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.post-items-style2 .post-item .content .title a {
    color: #000;
}

.post-items-style2 .post-item .content .title a:hover {
    /*color: #ed2964;*/
    text-decoration: underline !important;
}

.post-items-style2 .post-item .content .category {
    color: #ed2964;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 9px;
    position: relative;
    text-transform: uppercase;
    top: -7px;
}

.post-items-style2 .post-item .content .meta {
    color: #999999 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.15px;
    margin-bottom: 0;
}

.post-items-style2 .post-item .content .meta a {
    color: #999999;
}

.post-items-style2 .post-item .content .meta a .icon {
    color: #707070;
    padding-right: 7px;
}

.post-items-style2 .post-item .content .meta a:hover {
    color: #ed2964;
}

.post-items-style2 .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-items-style2 .post-item:hover .thumb img {
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
    transform: translate(-8px, 8px);
}

.post-items-style3 .post-item .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.post-items-style3 .post-item .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post-items-style3 .post-item .content .title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 7px;
}

.post-items-style3 .post-item .content .title a {
    color: #000;
}

.post-items-style3 .post-item .content .title a:hover {
    color: #ed2964;
}

.post-items-style3 .post-item .content .category {
    color: #ed2964;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.post-items-style3 .post-item .content .meta {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.post-items-style3 .post-item .content .meta a {
    color: #000;
}

.post-items-style3 .post-item .content .meta a .icon {
    color: #707070;
    padding-right: 7px;
}

.post-items-style3 .post-item .content .meta a:hover {
    color: #ed2964;
}

.post-items-style3 .post-item:hover .thumb img {
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
}

.post-details-content .post-details-body .content .title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 65px;
    margin-right: 100px;
}

.post-details-content .post-details-body .content h3{
    margin-bottom: 20px;
    font-weight: 400;
}

.post-details-content .post-details-body .content ul{
    margin-bottom: 20px;
    padding-left: 15px;
}

.post-details-content .post-details-body .content ul li{
    list-style: disc !important;
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .post-details-content .post-details-body .content .title {
        margin-right: 0;
    }
}

.post-details-content .main-img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.post-details-content .post-details-body .content .meta {
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.15px;
    margin-bottom: 37px;
    margin-top: 42px;
}

.post-details-content .post-details-body .content .meta .category {
    color: #ed2964;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.post-details-content .post-details-body .content .meta span {
    display: inline-block;
    margin: 0 6px;
}

.post-details-content .post-details-body .content .meta .author {
    color: #000;
}

.post-details-content .post-details-body .content .meta .author:hover {
    color: #ed2964;
}

.post-details-content .post-details-body .content{
    text-align: justify;
}

.post-details-content .post-details-body .content p {
    color: #707070;
    font-size: 16px;
    letter-spacing: -0.15px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: justify;
}

.post-details-content .post-details-body .content h4 {
    font-size: 18px;
    font-weight: 400;
    /*letter-spacing: -0.25px;*/
    /*margin-bottom: 34px;*/
    /*margin-top: 69px;*/
    text-align: justify;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content h4 {
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 50px;
    }
}

.post-details-content .post-details-body .content .blockquote-area {
    padding: 14px 145px 0px 58px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content .blockquote-area {
        padding: 0;
    }
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
    margin-bottom: 0;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 36px;
}

@media only screen and (max-width: 1199px) {
    .post-details-content .post-details-body .content .blockquote-area .blockquote-style p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
    }
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style p span {
    font-size: 60px;
    margin-right: 7px;
    margin-top: 1px;
}

.post-details-content .post-details-body .content .widget-tags.tags-style2 {
    border-bottom: 1px solid #e9ebed;
    margin-bottom: 60px;
    padding-bottom: 27px;
    padding-top: 31px;
}

@media only screen and (max-width: 1199px) {
    .post-details-content .post-details-body .content .widget-tags.tags-style2 {
        padding-top: 0;
    }
}

.post-details-content .post-details-body .content .widget-tags.tags-style2 ul li a {
    padding: 6.5px 12.41px 7.5px;
}

.post-details-content .post-details-body .related-post {
    padding: 25px 0 101px;
}

@media only screen and (max-width: 1199px) {
    .post-details-content .post-details-body .related-post {
        padding: 0 0 65px;
    }
}

@media only screen and (max-width: 991px) {
    .post-details-content .post-details-body .related-post {
        padding: 0 0 50px;
    }
}

.post-details-content .post-details-body .related-post .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1.04px;
    line-height: 1.1;
    margin-bottom: 46px;
}

.post-details-content .post-details-body .related-post .title span {
    color: #ed2964;
    font-weight: 700;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .thumb {
    margin-bottom: 18px;
    height: 250px;
    object-fit: cover;

}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .category {
    margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .category {
        display: block;
    }
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin: 0 0 30px 0;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .title a {
    color: #000;
}

.post-details-content .post-details-body .related-post .post-items-style3 .post-item .content .title a:hover {
    color: #000000;
    text-decoration: underline !important;
}

.comment-area {
    background-color: #eef1f3;
    border-bottom: 1px solid #e5e5e5;
    padding: 125px 0px;
}

@media only screen and (max-width: 1199px) {
    .comment-area {
        padding: 100px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .comment-area {
        padding: 85px 0px;
    }
}

.comment-area .section-title {
    margin-bottom: 45px;
}

.comment-area .section-title .title {
    font-size: 36px;
    margin-bottom: 9px;
}

.comment-area .section-title p {
    letter-spacing: -0.2176px;
    margin-bottom: 0;
}

.widget-item .widget-title {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.widget-tags ul li {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 6px 10px 0;
}

.widget-tags ul li a {
    background-color: #f3f3f3;
    border-radius: 0;
    color: #999999;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.148px;
    line-height: 1;
    padding: 10px;
}

.widget-tags ul li a:hover {
    background-color: #ed2964;
    color: #fff;
}

.widget-tags ul li:nth-child(4) a {
    padding: 7.5px 10px;
}

.widget-tags.tags-style2 {
    padding-top: 1px;
}

.widget-tags.tags-style2 ul li a {
    background-color: transparent;
    border: 1px solid #d7d7d7;
    letter-spacing: -0.15px;
    padding: 6.5px 12.41px;
}

.widget-tags.tags-style2 ul li a:hover {
    background-color: #ed2964;
    border-color: #ed2964;
    color: #fff;
}

.widget-categories ul li {
    border-bottom: 1px solid #d3d8dc;
    color: #000;
    font-size: 14px;
    padding: 17px 0;
    letter-spacing: -0.093px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.widget-categories ul li a {
    color: #000;
    display: block;
    font-size: 14px;
}

.widget-categories ul li a span {
    float: right;
}

.widget-categories ul li a:hover {
    color: #ed2964;
}

.widget-categories ul li:first-child {
    padding-top: 1px;
}

.widget-categories ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-blog-post ul li {
    border-bottom: 1px solid #d3d8dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    padding-bottom: 19px;
    position: relative;
}

.widget-blog-post ul li .thumb {
    margin-right: 20px;
    min-width: 79px;
}

.widget-blog-post ul li .thumb img {
    border-radius: 0;
    width: auto;
}

.widget-blog-post ul li .content {
    position: relative;
    top: -5px;
}

.widget-blog-post ul li .content a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.widget-blog-post ul li .content a:hover {
    color: #ed2964;
}

.widget-blog-post ul li .content span {
    color: #aba5a5;
    display: block;
    font-size: 14px;
}

.widget-blog-post ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-search-box form input {
    background-color: #f5f5f5;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 51px;
    padding: 10px 30px;
    width: 100%;
}

.widget-search-box form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.widget-search-box form input::-moz-placeholder {
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.widget-search-box form input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.widget-search-box form input::-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.widget-search-box form input::placeholder {
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.sidebar-wrapper.blog-sidebar-wrapper {
    padding-left: 70px;
    padding-top: 3px;
}

@media only screen and (max-width: 1199px) {
    .sidebar-wrapper.blog-sidebar-wrapper {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-wrapper.blog-sidebar-wrapper {
        padding-left: 0;
    }
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-title {
    letter-spacing: 0.323px;
    margin-bottom: 37px;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-search-box {
    margin-bottom: 71px;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-categories {
    margin-bottom: 71px;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-categories ul {
    margin-bottom: 0;
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-blog-post {
    margin-bottom: 70px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-blog-post {
        margin-bottom: 50px;
        padding-top: 5px;
    }
}

.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-tags.tags-style2 ul {
    margin-bottom: 0;
}

/*

[ 12 Contact CSS ]

*/
/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
    background-color: #e9edee;
    padding: 0 0 125px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .contact-area {
        padding: 0 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .container {
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .contact-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact-info-content {
    background-color: #ed2964;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 125px;
    margin-top: -90px;
    padding: 75px 45px 90px 70px;
}

@media only screen and (max-width: 1199px) {
    .contact-info-content {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-info-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-content {
        display: block;
        margin-bottom: 80px;
        padding: 57px 27px 72px 31px;
    }
}

@media only screen and (max-width: 479.98px) {
    .contact-info-content {
        display: block;
        margin-bottom: 70px;
        padding: 57px 17px 62px 21px;
    }
}

.contact-info-content .info-address {
    max-width: 375px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .contact-info-content .info-address {
        margin-bottom: 50px;
        max-width: none;
        padding-bottom: 40px;
    }
}

.contact-info-content .info-address:after {
    background-color: #fff;
    bottom: 8px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}

.contact-info-content .info-address .title {
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.44px;
    line-height: 1.1;
    margin-bottom: 19px;
}

@media only screen and (max-width: 1199px) {
    .contact-info-content .info-address .title {
        font-size: 30px;
    }
}

.contact-info-content .info-address .title span {
    color: #c8eaea;
    font-weight: 300;
}

.contact-info-content .info-address p {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.15px;
    line-height: 24px;
    margin-bottom: 36px;
}

@media only screen and (max-width: 1199px) {
    .contact-info-content .info-address p {
        font-size: 15px;
    }
}

.contact-info-content .info-address a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
}

.contact-info-content .info-address a span {
    color: #99cccc;
}

.contact-info-content .brand-office {
    margin-top: 19px;
    max-width: 430px;
}

@media only screen and (max-width: 767px) {
    .contact-info-content .brand-office {
        max-width: none;
    }
}

.contact-info-content .brand-office .info-tem {
    letter-spacing: -0.15px;
    margin-bottom: 42px;
}

.contact-info-content .brand-office .info-tem h6 {
    color: #99cccc;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 9px;
}

.contact-info-content .brand-office .info-tem p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.contact-info-content .brand-office .info-tem.style-two {
    margin-bottom: 50px;
}

.contact-info-content .brand-office .info-tem.style-two h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-info-content .brand-office .info-tem.style-two p {
    font-size: 48px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .contact-info-content .brand-office .info-tem.style-two p {
        font-size: 36px;
    }
}

@media only screen and (max-width: 479.98px) {
    .contact-info-content .brand-office .info-tem.style-two p {
        font-size: 30px;
    }
}

.contact-info-content .brand-office .info-tem:last-child h6 {
    margin-bottom: 10px;
}

.contact-form .section-title {
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .contact-form .section-title {
        margin-bottom: 60px;
    }
}

.contact-form .contact-form-wrapper {
    background-color: #fff;
    padding: 45px 50px 61px;
}

@media only screen and (max-width: 479.98px) {
    .contact-form .contact-form-wrapper {
        padding: 35px 25px 45px;
    }
}

.contact-map-area {
    background-color: #ddd;
    height: 636px;
}

@media only screen and (max-width: 1399px) {
    .contact-map-area {
        height: 420px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-map-area {
        height: 380px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-map-area {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-map-area {
        height: 300px;
    }
}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
}

/*

[ 13 Footer CSS ]

*/
/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
    position: relative;
    color: #ffffff;
    padding: 100px 0 0;
    /*    background: #f5f5f5;*/
    width: 100%;
}

.footer-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(87, 41, 135, .9);
}

.footer-area .footer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-area .widget-item-2 {
    padding-right: 30px;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .footer-area {
        padding: 90px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-area {
        padding: 90px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area {
        padding: 80px 0 0;
    }
}

.footer-area.border-top-style:before {
    border-top: 1px solid #e5e5e5;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-area .widget-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.522px;
    margin: 15px 0 40px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 3px;
    display: inline-block;
}

@media (max-width: 767px) {
    .footer-area .widget-title {
        margin: 15px 0 40px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-area .widget-title {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-title {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-area .widget-title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-area .about-widget {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .about-widget {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-area .about-widget {
        margin-bottom: 65px;
    }
}

.footer-area .about-widget .footer-logo {
    display: inline-block;
    margin-bottom: 54px;
    margin-top: -25px;
}

@media (max-width: 767px) {
    .footer-area .about-widget .footer-logo {
        margin-bottom: 20px;
    }
}

.footer-area .about-widget p {
    margin-bottom: 20px;
}

.footer-area .about-widget p a {
    color: #ffffff;
    display: block;
}

.footer-area .about-widget p i{
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.footer-area .about-widget p a:hover {
    color: #ed2964;
}

.footer-area .widget-posts {
    margin-top: -6px;
}

.footer-area .widget-posts .posts-item li {
    border-bottom: 1px solid #e1e1e170;
    margin-bottom: 9px;
    padding-bottom: 11px;
}

.footer-area .widget-posts .posts-item li a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-posts .posts-item li a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.footer-area .widget-posts .posts-item li a .icon {
    font-size: 15px;
    line-height: 25px;
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-posts .posts-item li a .icon {
        position: relative;
        top: 3px;
    }
}

.footer-area .widget-posts .posts-item li a:hover {
    color: #ed2964;
}

.footer-area .widget-posts .posts-item li:last-child {
    border-bottom: none;
}

.footer-area .widget-contact-info {
    padding-top: 25px;
}

.footer-area .widget-contact-info li {
    border-top: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-area .widget-contact-info li i {
    color: #999999;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    top: -2px;
    width: 37px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-area .widget-contact-info li a {
    color: #707070;
}

.footer-area .widget-contact-info li:first-child {
    margin-bottom: 13px;
    padding-top: 5px;
}

.footer-area .widget-contact-info li:first-child i {
    font-size: 22px;
    left: -2px;
    top: 1px;
    width: 55px;
}

@media only screen and (max-width: 575px) {
    .footer-area .widget-contact-info li:first-child i {
        width: 37px;
    }
}

@media (max-width: 359px) {
    .footer-area .widget-contact-info li:first-child i {
        width: 48px;
    }
}

.footer-area .widget-contact-info li:last-child {
    margin-bottom: 0;
    padding-top: 5px;
}

.footer-area .widget-contact-info li:last-child i {
    top: 0;
}

.footer-area .widget-contact-info li:hover {
    color: #ed2964;
}

.footer-area .widget-contact-info li:hover i {
    color: #ed2964;
}

.footer-area .widget-contact-info li:hover a {
    color: #ed2964;
}

.footer-area .widget-newsletter {
    border-bottom: 1px solid #e1e1e1;
    margin-top: -7px;
    padding-bottom: 41px;
}

@media only screen and (max-width: 575px) {
    .footer-area .widget-newsletter {
        border-bottom: none;
        padding-bottom: 10px;
    }
}

.footer-area .widget-newsletter p {
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 24px;
}

.footer-area .widget-newsletter .newsletter-form {
    position: relative;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group {
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 0;
    padding: 6px 18px;
    position: relative;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control::-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control::placeholder {
    color: #999999;
    font-size: 14px;
}

@media only screen and (max-width: 1399px) {
    .footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control {
        width: calc(100% - 49px);
    }
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 17px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme {
    background-color: #ed2964;
    border-radius: 0;
    color: #fff;
    height: 46px;
    min-height: auto;
    padding: 10px 12.5px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme i {
    font-size: 22px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.footer-area .widget-social-icons {
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: 30px;
}

.footer-area .widget-social-icons h6 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-area .widget-social-icons a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.footer-area .widget-social-icons a i{
    line-height: 35px;
}

.footer-area .widget-social-icons a:last-child {
    margin-right: 0;
}

.footer-area .widget-social-icons a:hover {
    color: #ed2964;
}

.footer-area .footer-top {
    position: relative;
    z-index: 9;
}

.footer-area .footer-bottom {
    margin-top: 80px;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-bottom {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom {
        margin-top: 30px;
        padding: 21px 0 18px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-area .footer-bottom {
        margin-top: 70px;
    }
}

.footer-area .footer-bottom:before {
    /*    border-top: 1px solid #e5e5e5;*/
    content: "";
    left: 50%;
    max-width: 1170px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.footer-area .footer-bottom .widget-copyright p {
    color: #999999;
    letter-spacing: 0;
    padding-top: 0;
}

.footer-area .footer-bottom .widget-copyright p span {
    color: #ed2964;
    font-weight: 700;
}

.footer-area .footer-bottom .widget-copyright p i {
    color: #f53400;
    font-size: 16px;
    margin: 0 5px;
}

.footer-area .footer-bottom .widget-copyright p a {
    color: #ed2964;
    font-weight: 500;
}

.footer-area .footer-bottom .brand-ul {
    display: inline-flex;
}

.footer-area .footer-bottom .brand-ul li {
    padding: 0px 30px;
    position: relative;
}

.footer-area .footer-bottom .brand-ul li:not(:first-child):after{
    content:"";
    position: absolute;
    height: 55px;
    left: 0;
    top: 27px;
    border-right: 1px solid;
}

.footer-area .footer-bottom .brand-ul li span {
    font-size: 35px;
    padding-top: 25px;
    display: block;
}

.footer-area .footer-bottom .brand-ul li:not(:last-child) {
    /*border-right: 1px solid #ffffff;*/
}

.footer-area .footer-bottom .brand-ul li:first-child p{
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}

.footer-area .footer-bottom .brand-ul li:first-child img {
    width: 300px;
}

.footer-area .footer-bottom .brand-ul li:last-child img {
    width: 130px;
}

.footer-area .footer-bottom .widget-copyright {
    margin-top: 40px;
}

.footer-area .footer-bottom .widget-copyright p {
    color: #ffffff;
}

.footer-area .footer-bottom .widget-copyright a {
    color: #ffffff !important;
}

.footer-area .footer-bottom .widget-copyright a:hover {
    color: #ed2964 !important;
}

/*
.book-appointment{
    
}
*/

.book-appointment {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ed2964;
    writing-mode: vertical-rl;
    /*    text-orientation: upright;*/
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.3s;
}

.book-appointment a {
    display: inline-block;
    color: #ffffff;
    padding: 10px;


}

.book-appointment:hover {
    background: #572987;
}

.mobile-menu-toggle svg path,
.mobile-sticky.sticky svg path {
    stroke: #ed2964;
}

.search-drop .dropdown-toggle {
    color: #ed2964;
    font-size: 20px;
    outline: none;
    border: none;
}

.search-drop .dropdown-toggle::after {
    display: none !important;
}

.search-drop .dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
    border: none;
    color: #ed2964;
}

.search-drop .dropdown-menu {
    border: none;
    padding: 15px 5px;
    background: #f5f5f5;
    border-radius: 0px;
    margin-top: 8px !important;
    max-width: max-content;
}

.search-drop .dropdown-menu .form-control {
    height: 45px;
    border-radius: 5px;
    position: relative;
    /*        padding-left: 45px;*/
    border: 2px solid #e1dcdc;
    outline: none;
    box-shadow: none;
    width: 230px;
    margin-right: 5px;
}

.search-drop .dropdown-menu .form-control:focus {
    border-color: #ed2964;
}

.search-drop .dropdown-menu .a-submit {
    height: 45px;
    width: 50px;
    border: none;
    background: #ed2964;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
}

.search-drop .dropdown-menu .a-submit:focus {
    outline: none;
    box-shadow: none;
}



/* Responsive  Start */

@media(min-width: 320px) and (max-width: 359px){
        .static-media .media {
        width: 100%;
        height: 135px !important;
        width: 135px !important;
        padding-top: 10px !important;
    }
    
    .static-media .media p{
        line-height: 15px;
        margin-top: 5px;
    }
    
    .static-media .media .title{
        margin-top: 15px !important;
    }
    
    /*.header-middle-content .header-logo .sticky-img-2 {*/
    /*    width: 110px !important;*/
    /*    margin-right: 10px;*/
    /*}*/
    
    /*.header-middle-content .header-logo .sticky-img-1{*/
    /*    width: 90px !important;*/
    /*}*/
}

@media(min-width: 320px) and (max-width: 575px) {
    .header-top-middle .review-area p {
        font-size: 12px;
    }

    .header-top-middle .review-area b {
        font-size: 14px;
    }

    .header-top-middle .review-area .star-icon {
        font-size: 14px;
    }

    .header-middle {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #cccccc;
    }

    .header-middle-content .header-logo .sticky-img-2 {
        width: 125px;
    }
    
    /*.header-middle-content .header-logo .sticky-img-1{*/
    /*    width: 100px;*/
    /*}*/

    .offcanvas-mobile-menu .media-icon {
        width: 30px;
    }
    
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next{
        display: none;
    }

    .slider-content .title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .static-media .media {
        width: 140px;
        height: 140px;
        padding-top: 15px;
    }

    .static-media .media .icon {
        width: 40px;
    }

    .static-media .media .title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .static-media .media p {
        font-size: 12px;
    }

    .static-media {
        padding-top: 30px;
    }

    .feature-section {
        padding: 80px 0px 30px;
    }

    .appointment-area {
        padding-top: 30px;
    }

    .testimonial-item .client-content .comma-2 {
        top: -4%;
        left: 5%;
        width: 35px;
    }

    .testimonial-item .client-content .comma-1 {
        bottom: -4%;
        right: 5%;
        width: 35px;
    }

    .testimonial-item .client-content {
        border-radius: 30px;
    }

    .testimonial-item .thumb {
        left: 40%;
        bottom: -3%;
        width: 50px;
        height: 50px;
    }

    /*.testimonial-item .thumb img {*/
    /*    width: 50px;*/
    /*    height: 50px;*/
    /*}*/

    .testimonial-area.testimonial-default-area {
        padding-bottom: 0px;
    }

    .footer-area .about-widget {
        margin-bottom: 0px;
    }

    .footer-area .footer-bottom {
        margin-top: 30px;
    }

    .footer-area .footer-bottom .brand-ul li span {
        font-size: 14px;
        padding-top: 0px;
    }

    .footer-area .footer-bottom .brand-ul li {
        padding: 0px 15px;
    }
    
    .footer-area .widget-item-2{
        padding: 0px;
    }
    
    .footer-area .widget-social-icons{
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .book-appointment a {
        font-size: 12px;
    }
    
    .footer-area .footer-bottom .brand-ul li:first-child p {
          line-height: 13px;
          margin-top: 5px;
          font-size: 9px;
    }

    .footer-area .footer-bottom .brand-ul li:first-child{
        padding-left: 0px !important;
    }
    
    .footer-area .footer-bottom .brand-ul li:last-child{
        padding-right: 0px !important;
    }
    
    .footer-area .footer-bottom .brand-ul li{
        padding: 0 12px;
    }
    
    .footer-area .footer-bottom .brand-ul li:not(:first-child)::after {
        top: 20px;
    }
    
    .footer-area .footer-bottom .brand-ul li span{
        padding-top: 20px;
    }
    
    .career-area {
      padding: 40px 0px 60px;
    }
    
    .career-blog .title, .rise-video .title {
          font-size: 30px;
    }
    
    .doctors-bg.pattern-bg .pattern-box{
        margin-bottom: 20px;
    }
    
    .rise-video .video-inner .video-thumb .play-btn > i{
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 22px !important;
    }
    
    .rise-video .video-inner .video-thumb .play-btn{
        top: 40% !important;
        left: 40% !important;
    }
    
    .career-gallery{
        padding: 40px 0px;
    }
    
    .rise-video{
        padding: 0px 0px 40px;
    }
    
    .post-items-style2 .post-item{
        padding-bottom: 20px !important;
    }
    
    .career-blog {
        padding: 40px 0px;
    }
    
    .pricing-area {
       padding: 40px 0px;
    }
    
    .pricing-items-style1 .pricing-item{
        height: auto;
    }
    
    .pricing-items-style1{
        margin-bottom: 0px !important;
    }
    
    .page-title-area .page-title-content.content-style2{
        padding: 70px 0 65px;;
    }
    
     .service-area{
        padding: 50px 0px;
    }
  
      .department-wrpp .department-content .department-gallery .swiper-slide{
          height: 195px !important;
      }
      
      .department-wrpp .department-content .department-gallery .swiper-slide img{
          height: 100%;
      }
     
    .department-wrpp .department-content{
        margin-bottom: 20px;
    }
    
    .department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a{
        padding: 11.5px 33px 11.5px 20px;
    }
  
  .why-area .why-box{
      margin-bottom: 20px;
      height: auto;
  }
  
  .story-area {
      padding: 50px 0px 0px;
    }
    
    .why-area .title-area .title{
        font-size: 26px;
    }
    
    .why-area .title-area h6{
        font-size: 20px;
    }
    
    .why-pills.nav-pills .nav-link .icon-b{
        width: 64px;
        height: 64px;
        line-height: 55px;
    }
    
    .why-pills.nav-pills .nav-link .icon-b img{
      width: 35px;
    }
    
    .why-pills.nav-pills .nav-link{
        padding: 0px;
        width: 100%;
    }
    
    .tab-why-content{
        padding: 30px 25px;
    }
    
    .tab-why-content .tab-content-title h3{
        font-size: 20px;
    }
    
    .tab-why-content .col-lg-4{
        padding-bottom: 20px;
    }
    
    .why-pills.nav-pills .nav-link h6{
        display: none;
    }
    
    .info-tab-area .tab-area-inner {
        margin-top: -120px;
    }
    
    .why-pills.nav-pills .nav-link.active::before{
        top: 120%;
    }
    
    .journey-box{
        padding: 190px 30px 140px;
    }
    
    .journey-box .journey .block:last-child{
        padding: 60px 10px 50px;
        /*border-bottom: 0;*/
    }
    
    .journey-box .journey:nth-child(2n) .block:first-child{
        padding: 60px 10px 50px 15px;
        border-top: 0;
        border-bottom: 0;
    }
    
    .journey-box .journey .icon{
        width: 75px;
        height: 75px;
        line-height: 70px;
        left: -5px;
    }
    
    .journey-box .journey .icon img {
        width: 40px;
    }
    
    .journey-box .journey:first-child::before{
        left: 0;
        z-index: -1;
    }
    
    .journey-box .journey .desc h3{
        font-size: 20px;
    }
    
    .journey-box{
        padding: 120px 30px 120px;
    }
    
    
    .journey-box .journey.evenLast::before{
        /*display: none;*/
        left: 14%;
    }
    
    .journey-box .journey .block-blank{
        display: none;
    }
    
    .homeplace-are .homeplace-are-inner{
        padding: 60px 0px 120px;
    }
    
    .quality-service-area{
        padding: 40px 0px;
    }
    
    .quality-service-area .title-area .title{
        font-size: 26px;
    }
    
    .quality-service-area .quality-box::after{
        border-right: 0;
        border-bottom: 3px solid #ed2964;
        right: 0;
    }
    
    .play-btn > i{
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 22px !important;
  }
  
  .story-area .video-area .video-title h6{
      font-size: 20px;
  }
  
  .story-area .video-area .video-title h4{
      font-size: 25px;
  }
  
  .story-area .video-area .video-title{
      right: -25px;
  }
  
  .story-area .video-area .video-title h4 span{
      width: 20px;
      height: 2px;
  }
  
  .why-area{
      padding: 60px 0px 80px;
  }
  
  .homeplace-video-area .container{
      padding: 0px 15px;
  }
  
  .quality-service-area .quality-box h6{
      text-align: left;
  }
  
  .quality-service-area .quality-box{
      padding-bottom: 15px;
  }
  
  .quality-service-area .quality-box2{
      padding-top: 15px;
      padding-bottom: 0px !important;
  }
  
  .get-time-inner .block{
      border-right: 0;
  }
  
  .get-time-inner .icon{
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: 0;
  }
  
  .get-time-inner .icon img{
      width: 60px;
  }
  
  .get-time-inner .desc{
      padding-left: 0px;
      padding-top: 20px;
  }
  
  .get-time-inner .desc h5{
      font-size: 22px;
  }
  
  .inter-contact-area .inter-contact-box{
      margin: 20px 0px;
      padding: 20px;
  }
  
  .page-title-area .page-title-content.content-style2 .title{
      font-size: 28px;
  }
  
  .service-style2 .service-item{
      text-align: center;
  }
  
  .service-style2 .service-item .icon{
      display: block;
      margin: 0 auto;
  }


}

@media(min-width: 576px) and (max-width: 767px) {
    .header-top-middle .review-area p {
        font-size: 12px;
    }

    .header-top-middle .review-area b {
        font-size: 14px;
    }

    .header-top-middle .review-area .star-icon {
        font-size: 14px;
    }

    .header-middle {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #cccccc;
    }

    .header-middle-content .header-logo img {
        width: 125px;
    }

    .mobile-menu-toggle svg path,
    .mobile-sticky.sticky svg path {
        stroke: #ed2964;
    }

    .offcanvas-mobile-menu .media-icon {
        width: 30px;
    }

    .search-drop .dropdown-toggle {
        color: #ed2964;
        font-size: 20px;
        outline: none;
        border: none;
    }

    .search-drop .dropdown-toggle::after {
        display: none !important;
    }

    .search-drop .dropdown-toggle:focus {
        box-shadow: none;
        outline: none;
        border: none;
        color: #ed2964;
    }

    .search-drop .dropdown-menu {
        border: none;
        padding: 15px 5px;
        background: #f5f5f5;
        border-radius: 0px;
        margin-top: 8px !important;
        max-width: max-content;
    }

    .search-drop .dropdown-menu .form-control {
        height: 45px;
        border-radius: 5px;
        position: relative;
        /*        padding-left: 45px;*/
        border: 2px solid #e1dcdc;
        outline: none;
        box-shadow: none;
        width: 230px;
        margin-right: 5px;
    }

    .search-drop .dropdown-menu .form-control:focus {
        border-color: #ed2964;
    }

    .search-drop .dropdown-menu .a-submit {
        height: 45px;
        width: 50px;
        border: none;
        background: #ed2964;
        outline: none;
        border-radius: 5px;
        color: #ffffff;
        font-size: 20px;
    }

    .search-drop .dropdown-menu .a-submit:focus {
        outline: none;
        box-shadow: none;
    }

    .slider-content .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .static-media .media {
        width: 110px;
        height: 110px;
        padding-top: 10px;
    }

    .static-media .media .icon {
        width: 25px;
    }

    .static-media .media .title {
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .static-media .media p {
        font-size: 12px;
        line-height: 16px;
    }

    .static-media {
        padding-top: 50px;
    }

    .feature-section {
        padding: 80px 0px 30px;
    }

    .appointment-area {
        padding-top: 35px;
    }

    .testimonial-item .client-content .comma-2 {
        top: -5%;
        left: 5%;
        width: 35px;
    }

    .testimonial-item .client-content .comma-1 {
        bottom: -5%;
        right: 5%;
        width: 35px;
    }

    .testimonial-item .client-content {
        border-radius: 30px;
    }

    .testimonial-item .thumb {
        left: 40%;
        bottom: -5%;
    }

    .testimonial-item .thumb img {
        width: 50px;
        height: 50px;
    }

    .testimonial-area.testimonial-default-area {
        padding-bottom: 0px;
    }

    .footer-area .about-widget {
        margin-bottom: 0px;
    }

    .footer-area .footer-bottom {
        margin-top: 30px;
    }

    .footer-area .footer-bottom .brand-ul li span {
        font-size: 30px;
        padding-top: 10px;
    }

    .footer-area .footer-bottom .brand-ul li {
        padding: 0px 15px;
    }
    
    .footer-area .widget-title{
        font-size: 16px;
    }
    
    .footer-area .widget-social-icons h6{
        font-size: 16px;
    }
    
    .footer-area .widget-item-2{
        padding: 0px;
    }
    
    .widget-item.contact{
        margin-top: 25px;
    }
    
    .footer-area .footer-bottom .brand-ul li:not(:first-child)::after{
        height: 75px;
    }

    .book-appointment a {
        font-size: 12px;
    }

    .service-box .web-icon {
        top: 48%;
    }
    
    .doctors-bg.pattern-bg .pattern-box{
        margin-bottom: 20px;
    }
    
    .rise-video .video-inner .video-thumb .play-btn{
        top: 40% !important;
        left: 40% !important;
    }
    
    .pricing-items-style1 .pricing-item{
        height: auto;
    }
    
    .pricing-items-style1{
        margin-bottom: 0px !important;
    }
    
    .pricing-items-style1 .pricing-item{
        margin-bottom: 0px !important;
    }
    
    .pricing-items-style1 .pricing-item.item-one{
        height: 100% !important;
    }
    
    .page-title-area .page-title-content.content-style2{
       padding: 90px 0 65px;
   }
   
   .department-wrpp .department-content .department-gallery .swiper-slide{
          height: 365px !important;
      }
      
   .department-wrpp .department-content .department-gallery .swiper-slide img{
      height: 100%;
   }
  
    .department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a{
        padding: 11.5px 33px 11.5px 20px;
    }
    
    .department-wrpp .department-content{
        margin-bottom: 0px;
    }
    
    .why-area .why-box{
      margin-bottom: 20px;
      height: auto;
  }
  
  .story-area {
      padding: 50px 0px 0px;
    }
    
    .why-area .title-area .title{
        font-size: 26px;
    }
    
    .why-area .title-area h6{
        font-size: 20px;
    }
    
    .why-pills.nav-pills .nav-link .icon-b{
        width: 100px;
        height: 100px;
        line-height: 90px;
    }
    
    .why-pills.nav-pills .nav-link .icon-b img{
      width: 60px;
    }
    
    .why-pills.nav-pills .nav-link{
        padding: 0px;
        width: 100%;
    }
    
    .why-pills.nav-pills .nav-link.active::before{
        width: 30px;
    }
    
    .tab-why-content{
        padding: 30px 25px;
    }
    
    .tab-why-content .tab-content-title h3{
        font-size: 20px;
    }
    
    .tab-why-content .col-lg-4{
        padding-bottom: 20px;
    }
    
    .why-pills.nav-pills .nav-link h6{
        display: none;
    }
    
    .info-tab-area .tab-area-inner {
        margin-top: -120px;
    }
    
    .why-pills.nav-pills .nav-link.active::before{
        top: 120%;
    }
    
    .journey-box{
        padding: 190px 30px 140px;
    }
    
    .journey-box .journey .block:last-child{
        padding: 60px 10px 50px;
        /*border-bottom: 0;*/
    }
    
    .journey-box .journey:nth-child(2n) .block:first-child{
        padding: 60px 10px 50px 15px;
        border-top: 0;
        border-bottom: 0;
    }
    
    .journey-box .journey .icon{
        width: 75px;
        height: 75px;
        line-height: 70px;
        left: -5px;
    }
    
    .journey-box .journey .icon img {
        width: 40px;
    }
    
    .journey-box .journey:first-child::before{
        left: 0;
        z-index: -1;
    }
    
    .journey-box .journey .desc h3{
        font-size: 20px;
    }
    
    .journey-box{
        padding: 120px 30px 120px;
    }
    
    
    .journey-box .journey.evenLast::before{
        left: 14%;
    }
    
    .journey-box .journey .block-blank{
        display: none;
    }
    
    .homeplace-are .homeplace-are-inner{
        padding: 60px 0px 120px;
    }
    
    .quality-service-area{
        padding: 40px 0px;
    }
    
    .quality-service-area .title-area .title{
        font-size: 26px;
    }
    
    .quality-service-area .quality-box::after{
        border-right: 0;
        border-bottom: 3px solid #ed2964;
        right: 0;
    }
    
    .play-btn > i{
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 22px !important;
  }
  
  .story-area .video-area .video-title h6{
      font-size: 25px;
  }
  
  .story-area .video-area .video-title h4{
      font-size: 30px;
  }
  
  .story-area .video-area .video-title{
      right: -25px;
  }
  
  .story-area .video-area .video-title h4 span{
      width: 25px;
      height: 3px;
  }
  
  .why-area{
      padding: 60px 0px 80px;
  }
  
  .homeplace-video-area .container{
      padding: 0px 15px;
  }
  
  .quality-service-area .quality-box h6{
      text-align: left;
  }
  
  .quality-service-area .quality-box{
      padding-bottom: 15px;
  }
  
  .quality-service-area .quality-box2{
      padding-top: 15px;
      padding-bottom: 0px !important;
  }
  
  .get-time-inner .block{
      border-right: 0;
  }
  
  .get-time-inner .icon{
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: 0;
  }
  
  .get-time-inner .icon img{
      width: 60px;
  }
  
  .get-time-inner .desc{
      padding-left: 0px;
      padding-top: 20px;
  }
  
  .get-time-inner .desc h5{
      font-size: 22px;
  }
  
  .inter-contact-area .inter-contact-box{
      margin: 20px 0px;
      padding: 20px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
    .static-media .media {
        width: 155px;
        height: 155px;
        padding-top: 20px;
    }
    
    .hero-slider {
      height: 220px;
    }
    
    .header-middle {
        border-bottom: 1px solid #cccccc;
    }

    .static-media .media .icon {
        width: 35px;
    }

    .static-media .media .title {
        font-size: 25px;
        margin-bottom: 0px;
        margin-top: 25px;
        margin-top: 10px;
    }

    .static-media .media p {
        font-size: 16px;
    }

    .static-media {
        padding-top: 50px;
    }
    
    .testimonial-item .thumb{
        bottom: -6%;
        left: 44%;
    }
    
    .testimonial-item .client-content .comma-1{
        bottom: -5%;
    }
    
    .testimonial-item .client-content .comma-2{
        top: -5%;
    }
    
    .footer-area .widget-item-2{
        padding: 0px;
    }
    
    .widget-item.contact{
        margin-top:25px;
    }
    
    .footer-area .about-widget{
        margin-bottom: 40px;
  }
  
   .footer-area .footer-bottom{
    margin-top: 0px;
  }
  
    .footer-area .footer-bottom .brand-ul li:not(:first-child)::after{
        height: 85px;
    }
    
    .footer-area .footer-bottom .brand-ul li span{
        padding-top: 5px;
    }
    
    .career-gallery .g-img-box{
        height: 210px;
    }
    
    .career-gallery .g-img-box .desc h4{
        font-size: 28px;
    }
    
    .rise-video .video-inner .video-thumb .play-btn{
        top: 40% !important;
        left: 40% !important;
    }
    
    .why-pills.nav-pills .nav-link .icon-b{
        width:110px;
        height: 110px;
        line-height: 100px;
    }
    
    .why-pills.nav-pills .nav-link .icon-b img{
        width: 70px;
    }
    
     .tab-why-content .col-lg-4{
         margin-bottom: 20px;
     }
     
     .journey-box{
         padding: 190px 30px 140px;
     }
     
     .quality-service-area .quality-box::after{
         right: 0;
     }

}

@media (min-width: 360px) and (max-width: 374px) {
    .static-media .media {
        height: 155px !important;
        width: 155px !important;
        padding-top: 22px !important;
    }
}

@media (min-width: 375px) and (max-width: 411px) {
    .static-media .media {
        height: 160px !important;
        width: 160px !important;
        padding-top: 25px !important;
    }
}

@media (min-width: 412px) and (max-width: 575px) {
    .static-media .media {
        height: 180px !important;
        width: 180px !important;
        padding-top: 25px !important;
    }

    .static-media .media .icon {
        width: 50px !important;
    }

    .static-media .media .title {
        font-size: 25px;
    }

    .static-media .media p {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px){
    .feature-section .thumb{
        width: 340px;
        top: 285px;
        right: 50px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1399px){
    .feature-section .thumb{
        width: 340px;
        top: 285px;
        right: 100px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1499px){
    .feature-section .thumb{
        right: 45px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .hero-slider .swiper-slide{
        padding-top: 50px !important;
    }
}

@media (min-width: 1800px){
    .hero-slider .swiper-slide{
        padding-top: 0px !important;
    }
    
    .hero-slider{
        height: 700px !important;
    }
}
