@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,600&display=swap');*/

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.clearfix,
.row {
    position: relative;
}

.clearfix:after,
.row:after {
    content: "";
    clear: both;
    display: table;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

button {
    cursor: pointer;
}

b {
    font-weight: 600;
}

input[type=number]-webkit-inner-spin-button,
input[type=number]-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

body,
input,
textarea,
button,
p,
a,
li,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

b,
strong {
    font-family: "CenturyGothic-Bold";
}

.container {
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

.td {
    display: table;
    width: 100%;
    height: 100%;
}

.td .td-mid {
    display: table-cell;
    vertical-align: middle;
}

.td .td-bttm {
    display: table-cell;
    vertical-align: bottom;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #595d5e;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.SldrCnvrSwnCmnVr .owl-item.active .SldrCnt h1 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@font-face {
    font-family: "CenturyGothic-Bold";
    src: url("../fonts/CenturyGothic-Bold.eot") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic-Bold.svg#HelveticaNeue-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic.eot") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg#HelveticaNeue-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;1,300&display=swap');*/

@import url("app/header/header.component.css");
@import url("app/index/index.component.css");
@import url("app/about-us/about-us.component.css");
@import url("app/contact-us/contact-us.component.css");
@import url("app/faqs/faqs.component.css");
@import url("app/blogs/blogs.component.css");
@import url("app/blog-details/blog-details.component.css");
@import url("app/treatments/treatments.component.css");
@import url("app/gallery/gallery.component.css");
@import url("app/treatments-details/treatments-details.component.css");
@import url("app/footer/footer.component.css");
body.menu-active {
    overflow-y: hidden;
}

.RltdBlgMnvr .owl-theme .owl-nav {
    top: 35%;
}

main {
    margin-top: 116px;
}

.CntSldrimg::before {
    width: 100%;
    height: 70%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(transparent, #000000c7)
}

#menu-off-canvas.menu-active {
    pointer-events: initial !important;
    background-color: rgba(37, 39, 38, 0.5) !important;
}

#menu-off-canvas.menu-active .menu-main-container {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.StryTellPrt .StrySldrMn .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    margin-top: 35px;
    bottom: 0px;
}

.StryTellPrt .StrySldrMn .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1da1b8;
}

.StryTellPrt .StrySldrMn .owl-theme .owl-dots .owl-dot span {
    background-color: #b5b5b5;
}

.lftCr {
    border: solid #1b1b1b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0px;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hdrngMnSwn.TrdlgemnSwn .hdrngMnSwn .owl-theme .owl-nav .owl-prev {
    left: -70px;
}

.rgtCr {
    border: solid #1b1b1b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
}

.UtlitmnSev .owl-nav .owl-next {
    right: -65px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -80px;
}

.Vdeicmnvr {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    justify-content: center;
    position: absolute;
    right: 30px;
    bottom: 40px;
    cursor: pointer;
}

.Vdeicmnvr .cl12MnSwvr {
    width: 100%;
    position: relative;
}

.Vdeicmnvr:before {
    width: 65px;
    height: 65px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.Vdeicmnvr img {
    width: auto !important;
}

.IcnFlmshwb {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0.1;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.cl12DcmnSwn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #1da1b8;
}

.cl12DcmnSwn .cl4nmnvrSwn {
    width: 40%;
    position: relative;
    background-color: #1da1b8;
    height: 100%;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn {
    width: 100%;
    padding: 80px 90px 80px 115px;
    line-height: 1;
    height: 100%;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn h4 {
    font-size: 40px;
    font-family: "CenturyGothic";
    margin-bottom: 0px;
    color: #ffffff;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn span {
    display: block;
    font-weight: 500;
    color: #ffffff;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small {
    font-size: 18px;
    padding: 25px 0px;
    display: block;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small:before {
    bottom: 0px;
    content: '';
    left: 0px;
    width: 70px;
    height: 2px;
    position: absolute;
    background-color: #ffffff;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 25px;
}

.ViwPromn {
    margin-top: 25px;
}

.ViwPromn a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.cl12DcmnSwn .cl4nmnvrSwn .ViwPromn a img {
    vertical-align: middle;
    margin-top: 0px;
    filter: brightness(1000);
    margin-left: 5px;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn img {
    margin-top: 25px;
}

.cl12DcmnSwn .cl6mnvrImg {
    width: 60%;
    height: 100%;
    position: relative;
}

.PsmnvrSw {
    position: absolute;
    right: 8px;
    bottom: -72px;
}

.cl12DcmnSwn .cl6mnvrImg .ImgSwnvrDr {
    width: 100%;
    height: 100%;
}

.cl12DcmnSwn .cl6mnvrImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cl12DcmnSwn .cl6mnvrImg .Vdeicmnvr img {
    height: auto;
    width: auto;
}

.LtmnSwnEqumnts .owl-dots {
    bottom: -65px;
}

.LtmnSwnEqumnts .owl-theme .owl-dots .owl-dot.active span,
.LtmnSwnEqumnts .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1da1b8;
}

.AcemntSwnvr .owl-item.center .AcmntvrSwn {
    transform: scale(1);
}

.AcemntSwnvr .owl-item .AcmntvrSwn {
    transform: scale(0.8);
    transition: all 1s ease;
}

.AcemntSwnvr .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 28%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.GlyMnSwvr .owl-theme .owl-nav .lftCr {
    width: 15px;
    height: 15px;
}

.GlyMnSwvr .owl-theme .owl-nav .rgtCr {
    width: 15px;
    height: 15px;
}

.hdrngMnSwn .owl-theme .owl-nav .owl-prev {
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hdrngMnSwn .owl-theme .owl-nav .owl-next {
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hdrngMnSwn .owl-theme .owl-nav .owl-next .rgtCr {
    width: 12px;
    height: 12px;
}

.hdrngMnSwn .owl-theme .owl-nav .owl-prev .lftCr {
    width: 12px;
    height: 12px;
}

.hdrngMnSwn .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ffffff;
}

.pop_up_vdo1 .vdo_onply1 {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
    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;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 .PopBxClsVde img {
    width: 20px;
}

.pop_up_vdo1 iframe {
    width: 100%;
    height: 100%;
}

.pop_up_vdo1 {
    display: none;
    position: fixed;
    z-index: 10;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo {
    display: inline-block;
    background: transparent;
    position: absolute;
    border-radius: 50px;
    right: 93px;
    font-size: 30px;
    top: 0px;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background: #000;
    border-radius: 50%;
    right: 9px;
    top: 9px;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
    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;
    cursor: pointer;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 img {
    width: 20px;
}

.pop_up_vdo1.ShowVideoPup {
    display: block;
}

.hdrngMnSwn.TrdlgemnSwn {
    padding-bottom: 75px;
}

.hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-prev {
    left: -70px;
    width: 50px;
    height: 50px;
}

.hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-prev .lftCr {
    width: 18px;
    height: 18px;
}

.hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-next .rgtCrs {
    width: 18px;
    height: 18px;
}

.hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-next {
    right: -70px;
}

.mobile-top-header {
    display: none;
    width: 100%;
    line-height: 0px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background-color: #1e9db6;
}

.mobile-top-header ul {
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mobile-top-header ul li {
    width: 30%;
    text-align: center;
}

.mobile-top-header ul li:nth-child(1) {
    width: 30%;
}

.mobile-top-header ul li:nth-child(2) {
    width: 30%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.mobile-top-header ul li:nth-child(3) {
    width: 45%;
}

.mobile-top-header ul li a {
    font-size: 14px;
    padding: 7px 3px 5px 3px;
    line-height: 30px;
    display: block;
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 991px) {
    .owl-theme .owl-nav .owl-prev {
        left: 40px;
    }
    .owl-theme .owl-nav .owl-next {
        right: 40px;
    }
    .GogleRvemnvr .owl-theme .owl-nav {
        top: 60%;
    }
    .GogleRvemnvr .owl-theme .owl-nav .owl-prev {
        left: -50px;
    }
    .GogleRvemnvr .owl-theme .owl-nav .owl-next {
        right: -50px;
    }
    .LtmnSwnEqumnts .owl-dots {
        bottom: -35px;
    }
    .AcemntSwnvr .owl-theme .owl-nav {
        top: 40%;
        width: 72%;
    }
    .teamQry-wrapBx.active .team-detail {
        width: 700px;
    }
    .TtlmnvrSwn h3 {
        margin-bottom: 20px;
        width: 100%;
    }
    .GlyMnSwvr .owl-theme .owl-nav .owl-prev {
        left: -20px;
        margin: 0;
        padding: 0;
    }
    .GlyMnSwvr .owl-theme .owl-nav .owl-next {
        right: -35px;
        margin: 0px;
        padding: 0px;
    }
    .RltBlgmnvrSwntvr {
        padding: 0px 52px;
    }
    .RltBlgmnvrSwntvr .owl-theme .owl-nav .owl-prev {
        left: -50px;
    }
    .RltBlgmnvrSwntvr .owl-theme .owl-nav .owl-next {
        right: 0px;
    }
    .hdrngMnSwn .owl-theme .owl-nav .owl-prev {
        left: -52px;
    }
    .hdrngMnSwn .owl-theme .owl-nav .owl-next {
        right: -52px;
    }
}

@media (max-width: 767px) {
    .mobile-top-header {
        display: block;
        height: 44px;
    }
    .container {
        width: 90%;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 24px !important;
        line-height: 1.3;
    }
    .StryTellPrt .StrySldrMn .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 15px;
    }
    .SldrRvewPrt .owl-theme .owl-nav .owl-prev {
        left: -30px;
    }
    .SldrRvewPrt .owl-theme .owl-nav .owl-prev .lftCr {
        width: 13px;
        height: 13px;
    }
    .SldrRvewPrt .owl-theme .owl-nav .owl-next .rgtCr {
        width: 13px;
        height: 13px;
    }
    .SldrRvewPrt .owl-theme .owl-nav .owl-next {
        right: -30px;
    }
    .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-theme .owl-nav .owl-next {
        right: 0px;
    }
    .AswrdMnvr .owl-theme .owl-nav .owl-prev {
        left: -25px;
    }
    .AswrdMnvr .owl-theme .owl-nav .owl-prev .lftCr {
        width: 14px;
        height: 14px;
    }
    .AswrdMnvr .owl-theme .owl-nav .owl-next .rgtCr {
        width: 14px;
        height: 14px;
    }
    .AswrdMnvr .owl-theme .owl-nav .owl-next {
        right: -25px;
    }
    main {
        margin-top: 50px;
    }
    .SldrCnvrSwnCmnVr .owl-dots {
        bottom: 0px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
        bottom: 25px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px;
    }
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #fff;
    }
    .StryTellPrt .StrySldrMn .owl-theme .owl-dots .owl-dot.active span {
        background-color: #1e9db6;
    }
    .LtmnSwnEqumnts .owl-dots {
        bottom: -35px;
    }
    .LtmnSwnEqumnts .owl-theme .owl-dots .owl-dot span {
        background-color: #b4b4b4;
    }
    .AcemntSwnvr .owl-theme .owl-nav {
        margin-top: 0px;
        position: absolute;
        top: 36%;
        width: 70%;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .AcemntSwnvr .owl-theme .owl-nav .owl-prev {
        margin: 0px;
        left: 10px;
    }
    .AcemntSwnvr .owl-theme .owl-nav .owl-next {
        margin: 0px;
        right: 10px;
    }
    .AcemntSwnvr .owl-theme .owl-nav .owl-prev .lftCr {
        width: 15px;
        height: 15px;
    }
    .AcemntSwnvr .owl-theme .owl-nav .owl-next .rgtCr {
        width: 15px;
        height: 15px;
    }
    .LdrShipPgemn .owl-theme .owl-nav {
        margin-top: 0px;
        position: absolute;
        top: -40px;
        width: auto;
        right: 0;
    }
    .LdrShipPgemn .owl-theme .owl-nav .owl-prev .lftCr {
        width: 12px;
        height: 12px;
    }
    .LdrShipPgemn .owl-theme .owl-nav .owl-next .rgtCr {
        width: 12px;
        height: 12px;
    }
    .team-inner {
        max-height: 330px;
    }
    .RltBlgmnvrSwntvr .owl-theme .owl-nav .owl-prev {
        left: -34px;
    }
    .RltBlgmnvrSwntvr .owl-theme .owl-nav .owl-prev .lftCr {
        width: 12px;
        height: 12px;
    }
    .RltBlgmnvrSwntvr .owl-theme .owl-nav .owl-next .rgtCr {
        width: 12px;
        height: 12px;
    }
    .hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-next {
        right: -30px;
        width: 30px;
        height: 30px;
    }
    .hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-prev {
        left: -30px;
        width: 30px;
        height: 30px;
    }
    .hdrngMnSwn.TrdlgemnSwn .owl-theme .owl-nav .owl-prev .lftCr {
        width: 12px;
        height: 12px;
    }
    .CusmnvrSwn .owl-theme .owl-nav.disabled+.owl-dots {
        position: relative;
        bottom: -12px;
        width: 100%;
    }
    .CusmnvrSwn .owl-theme .owl-dots .owl-dot.active span,
    .CusmnvrSwn .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #1e9db6;
    }
    .CusmnvrSwn .owl-theme .owl-dots .owl-dot span {
        background-color: #c1c1c1;
    }
}

/* Header Start  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,600&display=swap');
header:before {
    width: 100%;
    top: -100%;
    right: auto;
    bottom: auto;
    left: 0px;
    position: fixed;
    content: "";
    background-color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.30);
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: #fff;
}

header.header_fixed:before {
    background-color: #ffffff;
    width: 100%;
    top: 0%;
    height: 100%;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    content: "";
    transition-delay: 0s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.30)
}

header.header_fixed nav .cl12HrSpnvr {
    height: 65px;
}

header.header_fixed nav .cl12HrSpnvr .LngPsAblenmn {
    width: 180px;
}

header.header_fixed nav .cl12HrSpnvr .LngPsAblenmn a {
    display: inline-block;
    width: 100%;
}

header.header_fixed nav .cl12HrSpnvr .LngPsAblenmn a img {
    transition: all 1s ease;
    width: 100%;
}

header nav {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl12HrSpnvr {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    height: 80px;
    padding: 10px 80px;
    transition: all 1s ease;
}

.cl12HrSpnvr .LngPsAblenmn {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease;
    width: 200px;
}

.cl12HrSpnvr .LngPsAblenmn a {
    display: inline-block;
    width: 100%;
}

.cl12HrSpnvr .LngPsAblenmn a img {
    transition: all 1s ease;
    width: 100%;
}

.cl12HrSpnvr .Arwnmvr {
    display: inline-block;
    cursor: pointer;
}

.cl12HrSpnvr .cl6mnvr .Arwnmvr {
    width: 40px;
}

.cl12HrSpnvr .cl6mnvr ul li {
    display: inline-block;
    margin-right: 50px;
}

.cl12HrSpnvr .cl6mnvr ul li:last-child {
    margin-right: 0px;
}

.cl12HrSpnvr .cl6mnvr ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.cl12HrSpnvr .cl6mnvr {
    display: flex;
    align-items: center;
}

.cl12HrSpnvr .cl6mnvr .Arwnmvr {
    line-height: 0;
    margin-right: 20px;
}

.cl12HrSpnvr .cl6mnvr .ClmnSwnvr img,
a {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}

.cl12HrSpnvr .Arwnmvr span {
    display: inline-block;
    width: 100%;
    height: 2px;
    margin: 3px 0px;
    background-color: #000;
}

.cl12HrSpnvr .Arwnmvr span:nth-child(2) {
    width: 70%;
}

.navbrMnurmnvr {
    width: 100%;
    position: relative;
    display: block;
    background-color: #1da1b8;
    text-align: center;
}

.navbrMnurmnvr ul li {
    display: inline-block;
    margin-right: 20px;
}

.navbrMnurmnvr ul li a {
    font-weight: 400;
    color: #fff;
    padding: 7px 12px;
    display: inline-block;
}

.header_change {
    background-color: #eee;
}

#menu-off-canvas {
    background-color: rgba(37, 39, 38, 0);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    -webkit-transition: background-color 0.75s cubic-bezier(0.75, 0, 0.1, 1.005);
    transition: background-color 0.75s cubic-bezier(0.75, 0, 0.1, 1.005);
    pointer-events: none;
}

#menu-off-canvas a:after {
    display: none !important;
}

#menu-off-canvas .menu-main-container {
    position: relative;
    height: 100%;
    width: 34rem;
    max-width: 50%;
    background-color: #ffffff;
    padding-top: 4.5rem;
    padding-left: 4.28rem;
    padding-right: 2.125rem;
    opacity: 0;
    padding-bottom: 4.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.75, 0, 0.1, 1.005);
    transition: -webkit-transform 1s cubic-bezier(0.75, 0, 0.1, 1.005);
    transition: transform 1s cubic-bezier(0.75, 0, 0.1, 1.005);
    transition: transform 1s cubic-bezier(0.75, 0, 0.1, 1.005), -webkit-transform 1s cubic-bezier(0.75, 0, 0.1, 1.005);
}

@media (max-width: 767px) {
    #menu-off-canvas .menu-main-container {
        padding-left: 2.28rem;
    }
}

@media (max-width: 767px) {
    #menu-off-canvas .menu-main-container {
        padding-left: 2rem;
    }
}

#menu-off-canvas .menu-main-container .menu-main-top {
    margin-top: 2.125rem;
}

@media (max-width: 767px) {
    #menu-off-canvas .menu-main-container .menu-main-top {
        margin-top: 2rem;
    }
}

#menu-off-canvas .menu-main-container .menu-close {
    position: absolute;
    left: 4.28rem;
    top: 2.25rem;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
    /* background-image: url(..icon/close.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-filter: invert(1);
    filter: invert(1);
}

@media (max-width: 767px) {
    #menu-off-canvas .menu-main-container .menu-close {
        left: 2rem;
        top: 1.5rem;
    }
}

@media (max-width: 767px) {
    #menu-off-canvas .menu-main-container {
        max-width: 100%;
        width: 100%;
        padding-right: 4.28rem;
    }
}

#menu-off-canvas .menu-main-container {
    padding-right: 4.28rem;
}

#menu-off-canvas .menu-main-bottom .menu-social {
    margin-bottom: 1.7rem;
    font-size: 0.85rem;
}

#menu-off-canvas .menu-main-bottom .menu-social a {
    font-size: 0.85rem;
    display: inline-block;
    margin-right: 2em;
    padding-right: 0;
    color: #979E9A;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    cursor: pointer;
    margin-right: 1.5em;
}

@media (max-width: 767px) {
    #menu-off-canvas .menu-main-bottom .menu-social {
        margin-bottom: 1rem;
    }
}

#menu-off-canvas #menu-main-menu {
    font-family: "CenturyGothic";
    letter-spacing: 0.03em;
    font-size: 1.428rem;
    line-height: 1.8em;
    letter-spacing: 0;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    #menu-off-canvas #menu-main-menu {
        font-size: 1.175rem;
        line-height: 1.8em;
    }
}

#menu-off-canvas #menu-main-menu>li {
    margin: 0;
    padding: 0;
    color: #979E9A;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
}

#menu-off-canvas #menu-main-menu>li a.active {
    color: #000;
}

#menu-off-canvas #menu-main-menu>li a {
    font-family: "CenturyGothic";
    color: #979E9A;
    line-height: 50px;
    font-size: 45px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 767px) {
    #menu-off-canvas #menu-main-menu>li a {
        font-size: 32px;
        line-height: 42px;
    }
}

#menu-off-canvas #menu-main-menu>li a:hover {
    margin-left: 5px;
    color: #000000;
}

#menu-off-canvas #menu-main-menu>li:hover {
    color: #6C6E6B;
}

#menu-off-canvas #menu-main-menu>li.active {
    color: #252726;
}

#menu-off-canvas #menu-main-menu>li ul {
    margin: 0;
    padding: 0;
    padding-left: 3rem;
    list-style: none;
}

#menu-off-canvas #menu-main-menu>li ul li {
    margin: 0;
    padding: 0;
    color: #979E9A;
}

#menu-off-canvas #menu-main-menu>li ul li.active {
    color: #6C6E6B;
}

@media (max-width: 1200px) {
    .cl12HrSpnvr {
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    .cl12HrSpnvr .cl6mnvr ul li:nth-child(1) {
        display: none;
    }
    .cl12HrSpnvr {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .navbrMnurmnvr {
        display: none;
    }
    .cl12HrSpnvr {
        height: 50px;
        padding: 6px 10px;
    }
    .cl12HrSpnvr .cl6mnvr:last-child {
        display: inline-block;
        position: absolute;
        right: 52px;
    }
    .cl12HrSpnvr .cl6mnvr ul li a {
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        color: #000;
    }
    .cl12HrSpnvr .LngPsAblenmn {
        left: auto;
        transform: none;
        width: 170px;
        position: relative;
    }
    .cl12HrSpnvr .cl6mnvr {
        flex-direction: row-reverse;
    }
    .cl12HrSpnvr .LngPsAblenmn a {
        line-height: 0;
    }
    .cl12HrSpnvr .cl6mnvr .Arwnmvr {
        margin-left: 15px;
        margin-right: 0px;
        width: 30px;
    }
    .cl12HrSpnvr .cl6mnvr .Arwnmvr span {
        margin: 2px 0px;
        height: 1px;
    }
    .ClmnSwnvr {
        display: none;
    }
    header nav .cl12HrSpnvr .LngPsAblenmn {
        width: 140px;
    }
    header.header_fixed nav .cl12HrSpnvr .LngPsAblenmn {
        width: 140px;
    }
    header.header_fixed nav .cl12HrSpnvr {
        height: 50px;
    }
}

/* Index */

.SldrCnvrSwnCmnVr {
    width: 100%;
    position: relative;
}

.SldrVrSwntuv {
    position: relative;
    display: block;
    width: 100%;
}

.SldrVrSwntuv .SldrImgvrmn {
    width: 100%;
    position: relative;
}

.SldrVrSwntuv .SldrImgvrmn .SldrCnt {
    position: absolute;
    bottom: 84px;
    left: 102px;
    width: 30%;
    z-index: 2;
}

.SldrVrSwntuv .SldrImgvrmn .SldrImg {
    width: 100%;
    position: relative;
    line-height: 0;
}

.SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    line-height: 1;
}

.MainSliderHomePage .SldrVrSwntuv .SldrImgvrmn .SldrImg::before,
.TrmtentSwnlst .SldrVrSwntuv .SldrImgvrmn .SldrImg::before {
    width: 100%;
    height: 80%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(transparent, #000000b0);
}

.cl12mnSlvrSwn {
    align-items: baseline;
    position: absolute;
    width: 58%;
    right: 115px;
    bottom: 76px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: baseline;
}

.cl12mnSlvrSwn .cl2Rtmnvr .IcnimgSwn img {
    width: auto;
    display: inline-block;
}

.cl12mnSlvrSwn p {
    color: #fff;
    margin-top: 5px;
    line-height: 1.2;
}

.AbtClmnvr {
    width: 100%;
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}

.AbtClmnvr .Swnvr {
    width: 100%;
    position: relative;
}

.AbtClmnvr .Swnvr .Ttlemn {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.AbtClmnvr .Swnvr .Ttlemn h2 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
}

.AbtClmnvr .cl12SwnWnSwnAbt {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt {
    width: 48%;
    position: relative;
    margin-right: 50px;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child {
    width: 40%;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt p {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 28px;
}

/* Mobile banner override: use mobile1.jpeg and make it cover half the viewport height */

@media (max-width: 767px) {
    .BckimgSwnmnCmt {
        background-image: url("../images/banner/mobile1.jpeg") !important;
        height: 50vh !important;
        background-size: cover !important;
        background-position: center !important;
    }
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl {
    margin-top: 70px;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl a {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child img {
    width: auto;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt img {
    width: 100%;
}

.Vdeicmnvr {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    justify-content: center;
    position: absolute;
    right: 30px;
    bottom: 40px;
    cursor: pointer;
}

.Vdeicmnvr .cl12MnSwvr {
    width: 100%;
    position: relative;
}

.Vdeicmnvr:before {
    width: 65px;
    height: 65px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.Vdeicmnvr img {
    width: auto !important;
}

.IcnFlmshwb {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0.1;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.cl12MnSwvr {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 80px;
}

.cl12MnSwvr .cl4mnSwnTuv {
    width: 18%;
    position: relative;
    text-align: center;
}

.cl12MnSwvr .cl4mnSwnTuv small {
    font-size: 18px;
    color: #000;
    font-family: "CenturyGothic-Bold";
}

.cl12MnSwvr .cl4mnSwnTuv p {
    display: block;
    font-size: 16px;
    color: #000;
    font-family: "CenturyGothic";
}

.cl12DcmnSwn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #1da1b8;
}

.cl12DcmnSwn .cl4nmnvrSwn {
    width: 40%;
    position: relative;
    background-color: #1da1b8;
    height: 100%;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn {
    width: 100%;
    padding: 80px 90px 80px 115px;
    line-height: 1;
    height: 100%;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn h4 {
    font-size: 40px;
    font-family: "CenturyGothic";
    margin-bottom: 0px;
    color: #ffffff;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn span {
    display: block;
    font-weight: 500;
    color: #ffffff;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small {
    font-size: 18px;
    padding: 25px 0px;
    display: block;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small:before {
    bottom: 0px;
    content: '';
    left: 0px;
    width: 70px;
    height: 2px;
    position: absolute;
    background-color: #ffffff;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 25px;
}

.ViwPromn {
    margin-top: 25px;
}

.ViwPromn a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.cl12DcmnSwn .cl4nmnvrSwn .ViwPromn a img {
    vertical-align: middle;
    margin-top: 0px;
    filter: brightness(1000);
    margin-left: 5px;
}

.cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn img {
    margin-top: 25px;
}

.cl12DcmnSwn .cl6mnvrImg {
    width: 60%;
    height: 100%;
}

.PsmnvrSw {
    position: absolute;
    right: 8px;
    bottom: -72px;
}

.cl12DcmnSwn .cl6mnvrImg .ImgSwnvrDr {
    width: 100%;
    height: 100%;
}

.cl12DcmnSwn .cl6mnvrImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cl12DcmnSwn .cl6mnvrImg .Vdeicmnvr img {
    height: auto;
    width: auto;
}

.LstrmnSrmnVr {
    width: 100%;
    position: relative;
}

.LstrmnSrmnVr {
    width: 100%;
    position: relative;
    display: block;
}

.LstrmnSrmnVr .TtlmnvrSwh {
    width: 100%;
    position: relative;
    display: block;
    margin: 40px 0px;
}

.LstrmnSrmnVr .TtlmnvrSwh h5 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
}

.LstrmnSrmnVr .TtlmnvrSwh .container {
    position: relative;
    text-align: center;
}

.LstrmnSrmnVr .TtlmnvrSwh a {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    right: 0px;
    bottom: 18px;
    font-weight: 700;
}

.LstrmnSrmnVr .TtlmnvrSwh a img {
    display: inline-block;
    vertical-align: middle;
}

.BckimgSwnmnCmt {
    width: 100%;
    position: relative;
    background-image: url('..images/Srvebnner.jpg');
    height: 108vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}

.BckimgSwnmnCmt .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cl12SwnmnCt {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cl12SwnmnCt .cl6mnSrvmn:hover .CntTrmnvr h4 {
    color: #fff;
}

.cl12SwnmnCt .cl6mnSrvmn:hover .CntTrmnvr h4:before {
    background: #fff;
}

.cl12SwnmnCt .cl6mnSrvmn:hover .CntTrmnvr p {
    color: #fff;
}

.cl12SwnmnCt .cl6mnSrvmn:hover .CntTrmnvr a {
    color: #fff;
}

.cl12SwnmnCt .cl6mnSrvmn:hover .CntTrmnvr a img {
    filter: brightness(1000);
}

.cl12SwnmnCt .cl6mnSrvmn {
    width: 48.5%;
    position: relative;
    padding: 35px;
    background-color: #ffffff;
    text-align: center;
    transition: all 1s ease;
}

.cl12SwnmnCt .cl6mnSrvmn .CntTrmnvr a {
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    transition: all 1s ease;
}

.cl12SwnmnCt .cl6mnSrvmn .CntTrmnvr a img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    width: 15px;
}

.cl12SwnmnCt .cl6mnSrvmn:hover {
    background-color: #1da1b8;
}

.cl12SwnmnCt .cl6mnSrvmn .ImgCntTrt {
    width: 72px;
    height: 72px;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 16px;
}

.cl12SwnmnCt .cl6mnSrvmn .ImgCntTrt img {
    width: 32px;
    object-fit: contain;
}

.cl12SwnmnCt .cl6mnSrvmn:nth-child(1) {
    margin-bottom: 20px;
}

.cl12SwnmnCt .cl6mnSrvmn:nth-child(2) {
    margin-bottom: 20px;
}

.cl12SwnmnCt .cl6mnSrvmn h4 {
    font-size: 18px;
    color: #000;
    font-family: "CenturyGothic-Bold";
    position: relative;
    padding-bottom: 10px;
    transition: all 1s ease;
}

.cl12SwnmnCt .cl6mnSrvmn h4:before {
    bottom: 0px;
    content: '';
    left: 50%;
    transform: translate(-50%, 0px);
    width: 60px;
    height: 3px;
    background: #1da1b8;
    position: absolute;
    transition: all 1s ease;
}

.cl12SwnmnCt .cl6mnSrvmn p {
    font-size: 16px;
    margin-top: 15px;
    transition: all 1s ease;
}

.lnkall {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.ClSwnvrMnSrvmn {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    background-attachment: fixed;
}

.ClSwnvrMnSrvmn .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ClSwnvrMnSrvmn .container .Cslogy {
    width: 50%;
    position: relative;
}

.ClSwnvrMnSrvmn .container .Cslogy h5 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
    font-family: 'CenturyGothic';
}

.ClSwnvrMnSrvmn .container .Cslogy p {
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 45px;
    font-weight: 400;
}

.ClSwnvrMnSrvmn .container .Cslogy a img {
    vertical-align: middle;
    filter: brightness(1000);
    margin-left: 5px;
}

.StryTellPrt {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.StryTellPrt .Psabmnvr {
    position: absolute;
    right: -35px;
    top: 24px;
}

.GogleRvemnvr {
    background-color: #ececec;
    padding: 52px 0px;
}

.cl12mnvrRevwePge {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.StryTellPrt .TtlemnVr {
    margin-bottom: 50px;
    text-align: center;
}

.StryTellPrt .TtlemnVr h3 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
}

.StryTellPrt .TtlemnVr p {
    font-size: 16px;
}

.StryTellPrt .StrySldrMn {
    position: relative;
}

.StryTellPrt .StrySldrMn .Vdemnvlt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    left: auto;
}

.SldrMnVr:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
    background-image: linear-gradient(transparent, #000000);
    opacity: 0.9;
}

.StryTellPrt .StrySldrMn .Vdemnvlt .Vdemn {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.StryTellPrt .StrySldrMn .Vdemnvlt .Vdemn img {
    width: 5px;
}

.StryTellPrt .StrySldrMn .StrPsmn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 1;
}

.StryTellPrt .StrySldrMn .StrPsmn p {
    font-size: 18px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
}

.StryTellPrt .StrySldrMn .StrPsmn small {
    font-size: 10px;
    color: #000;
}

.StryTellPrt .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
}

.StryTellPrt .owl-nav .owl-next {
    position: absolute;
    right: -55px;
}

.Vdemnvlt .Vdemn:before {
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.cl12mnvrRevwePge .Lngomnvr {
    width: 100%;
    position: relative;
    text-align: center;
}

.cl12mnvrRevwePge h4 {
    font-size: 36px;
    font-family: "CenturyGothic";
    text-transform: uppercase;
}

.SldrRvewPrt {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0px 250px;
}

.SldrRvewPrt p {
    margin-bottom: 25px;
}

.SldrRvewPrt .RtiingMnvr b {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}

.SldrRvewPrt .RtiingMnvr img {
    margin-right: 5px;
    width: auto;
    display: inline-block;
}

.SldrRvewPrt .RvewPrtMnvr {
    width: 72px;
    height: 72px;
    background-color: #1da1b8;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 20px auto;
    border-radius: 50%;
}

.AswrdMnvr {
    width: 100%;
    position: relative;
    display: block;
    padding: 75px 0px 100px;
    background-color: #fff;
}

.AswrdMnvr .TtleCntmnVr {
    width: 55%;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.AswrdMnvr .TtleCntmnVr h4 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 15px;
}

.AswrdMnvr .cl12RptmnvrSwn {
    width: 100%;
    text-align: center;
}

.AswrdMnvr .cl12RptmnvrSwn .LogmnAerd {
    height: 84px;
    width: 145px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.AswrdMnvr .cl12RptmnvrSwn .LogmnAerd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.AswrdMnvr .cl12RptmnvrSwn h5 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.AswrdMnvr .cl12RptmnvrSwn p {
    color: #666666;
}

.Psmn {
    width: 100%;
    position: relative;
    height: 70vh;
    background-attachment: fixed;
    background-size: cover;
}

.BookAptmntVr {
    width: 100%;
    position: relative;
    padding: 80px 0px;
}

.clmvr {
    width: 60%;
    position: relative;
    display: block;
    padding: 0px 20px;
    margin: 0 auto;
    text-align: center;
}

.clmvr .tilemn {
    width: 100%;
    position: relative;
}

.clmvr .tilemn h4 {
    font-size: 48px;
    font-family: "CenturyGothic";
    width: 50%;
    margin: 0 auto;
    line-height: 1;
    text-transform: uppercase;
}

.clmvr .tilemn p {
    font-size: 14px;
    font-weight: 600;
    margin: 18px 0px;
}

.Cl12MnVrSwn {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.vrlin {
    position: relative;
    width: 1px;
    height: 80px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.Cl12MnVrSwn .formgrmnPartmn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.Cl12MnVrSwn .formgrmnPartmn .FrmcntlMn {
    width: 40%;
    position: relative;
}

.Cl12MnVrSwn .formgrmnPartmn .FrmcntlMn .frmcntl {
    width: 100%;
    position: relative;
    border: 0px;
    background-color: #fff;
    padding: 5px 0px;
    border-bottom: 1px solid #747474;
    font-size: 14px;
}

.Cl12MnVrSwn .formgrmnPartmn .FrmcntlMn label.hasVal {
    top: -15px;
    font-size: 14px;
}

.Cl12MnVrSwn .formgrmnPartmn .FrmcntlMn label {
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 1s ease;
}

.Cl12MnVrSwn .formgrmnPartmn .FrmcntlMn .frmcntl:focus+label {
    top: -15px;
    font-size: 14px;
}

.nbtncmnApt {
    position: relative;
}

.nbtncmnApt a {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.RctLgerAndTrmnet {
    width: 100%;
    position: relative;
    display: block;
    padding: 68px 0px;
}

.RctLgerAndTrmnet h4 {
    font-size: 36px;
    color: #000;
    font-family: "CenturyGothic-Bold";
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 35px;
}

.cla12mndwevrTrt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e2e2e2;
}

.cla12mndwevrTrt .cl6mnTrtmnvr {
    width: 50%;
    position: relative;
    border-right: 1px solid #e2e2e2;
}

.cla12mndwevrTrt .cl6mnTrtmnvr:last-child {
    border-right: 0px;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr {
    padding: 30px 50px;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr:nth-child(odd) {
    padding: 10px 50px;
    background-color: #e9e9e9;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvrhdmn h5 {
    font-size: 20px;
    color: #ffffff;
    background-color: #1da1b8;
    padding: 10px 50px;
}

@media (max-width: 991px) {
    .cl12DcmnSwn {
        height: auto;
    }
    .AswrdMnvr .TtleCntmnVr {
        width: 100%;
        margin-bottom: 30px;
    }
    .AswrdMnvr .TtleCntmnVr h4 {
        margin-bottom: 25px;
    }
    .StryTellPrt {
        padding: 40px 0px;
    }
    .SldrRvewPrt {
        width: 100%;
        padding: 0px 55px;
    }
    .ClSwnvrMnSrvmn {
        height: 45vh;
        background-attachment: initial;
        background-position: bottom;
    }
    .ClSwnvrMnSrvmn .container .Cslogy {
        width: 65%;
    }
    .LstrmnSrmnVr .TtlmnvrSwh a {
        position: relative;
        bottom: 0px;
    }
    .BckimgSwnmnCmt {
        height: auto;
    }
    .BckimgSwnmnCmt .container {
        position: relative;
        left: auto;
        right: auto;
        transform: none;
    }
    .cl12SwnmnCt {
        width: 100%;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn h4 {
        font-size: 24px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small {
        font-size: 14px;
        padding: 10px 0px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn p {
        font-size: 16px;
        margin-top: 12px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .ViwPromn a img {
        width: auto;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn img {
        width: 75px;
        margin-top: 15px;
    }
    .ViwPromn {
        margin-top: 12px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn {
        width: 50%;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn {
        padding: 10px;
    }
    .cl12DcmnSwn .cl6mnvrImg {
        width: 50%;
    }
    .PsmnvrSw {
        display: none;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt {
        position: absolute;
        bottom: 176px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    .cl12MnSwvr {
        margin-top: 35px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt {
        margin-right: 25px;
    }
    .AbtClmnvr .Swnvr .Ttlemn {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl {
        margin-top: 25px;
    }
    .AbtClmnvr .Swnvr .Ttlemn h2 {
        width: 100%;
    }
    .cl12mnSlvrSwn {
        width: 95%;
        right: 0px;
        left: 0px;
        bottom: 50px;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
        font-size: 32px;
    }
    .clmvr {
        width: 100%;
    }
    .BookAptmntVr {
        padding: 45px 0px;
    }
    .AswrdMnvr {
        padding: 55px 0px 60px;
    }
    .owl-theme .owl-nav .owl-prev {
        left: 40px;
    }
    .owl-theme .owl-nav .owl-next {
        right: 40px;
    }
    .Psmn {
        position: relative;
        height: 29vh;
        background-attachment: inherit;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    main {
        margin-top: 65px;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt {
        position: absolute;
        bottom: 110px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
        font-size: 18px;
    }
    .StryTellPrt .StrySldrMn .StrPsmn p {
        font-size: 16px;
    }
    .cl12mnSlvrSwn {
        width: 100%;
        bottom: 40px;
        padding: 0px 2px;
        right: 0px;
        display: flex;
    }
    .IcnimgSwn {
        width: 34px;
        /* display: flex; */
        /* justify-content: center; */
        display: block;
        margin: 0 auto;
        height: 40px;
    }
    .cl12mnSlvrSwn .cl2Rtmnvr .IcnimgSwn img {
        width: 100%;
        display: inline-block;
        height: 100%;
        object-fit: contain;
    }
    .cl12mnSlvrSwn p {
        color: #fff;
        margin-top: 5px;
        line-height: 1.2;
        font-size: 9px;
    }
    .AbtClmnvr {
        padding: 25px 0px;
    }
    .AbtClmnvr .Swnvr .Ttlemn img {
        width: 50px;
    }
    .AbtClmnvr .Swnvr .Ttlemn h2 {
        font-size: 24px;
        width: 100%;
    }
    .AbtClmnvr .Swnvr .Ttlemn {
        margin-bottom: 25px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt {
        flex-wrap: wrap;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt {
        width: 100%;
        margin-right: 0px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child {
        width: 100%;
    }
    .IcnFlmshwb {
        display: none;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl {
        margin-top: 15px;
        text-align: center;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt p {
        text-align: justify;
        font-size: 14px;
        line-height: 23px;
    }
    .cl12MnSwvr {
        justify-content: left;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .cl12MnSwvr .cl4mnSwnTuv {
        width: 50%;
        margin-bottom: 20px;
    }
    .Vdeicmnvr {
        width: 35px;
        height: 35px;
        right: 20px;
        bottom: 30px;
    }
    .Vdeicmnvr::before {
        width: 40px;
        height: 40px;
    }
    .Vdeicmnvr img {
        width: 5px !important;
    }
    .cl12DcmnSwn {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn {
        padding: 30px 25px 30px 20px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn h4 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small {
        padding: 14px 0px;
        line-height: 1.3;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn p {
        margin-top: 15px;
        font-size: 16px;
    }
    .PsmnvrSw {
        width: 130px;
        bottom: -30px;
        opacity: 0.2;
    }
    .PsmnvrSw img {
        width: 100%;
    }
    .BckimgSwnmnCmt {
        height: auto;
        padding: 10px 0px;
    }
    .BckimgSwnmnCmt .container {
        position: relative;
        left: 0%;
        top: 0%;
        transform: none;
        width: 95%;
    }
    .cl12DcmnSwn .cl4nmnvrSwn {
        width: 100%;
    }
    .cl12SwnmnCt {
        width: 100%;
    }
    .cl12DcmnSwn .cl6mnvrImg {
        width: 100%;
    }
    .cl12SwnmnCt .cl6mnSrvmn {
        padding: 20px;
    }
    .cl12SwnmnCt .cl6mnSrvmn .ImgCntTrt {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    .cl12SwnmnCt .cl6mnSrvmn h4 {
        font-size: 18px;
    }
    .cl12SwnmnCt .cl6mnSrvmn .ImgCntTrt img {
        width: 20px;
    }
    .LstrmnSrmnVr .TtlmnvrSwh {
        margin: 25px 0px;
    }
    .LstrmnSrmnVr .TtlmnvrSwh h5 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .LstrmnSrmnVr .TtlmnvrSwh a {
        color: #666666;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        right: 0px;
        bottom: 0px;
        font-weight: 500;
        display: block;
        margin-top: 0px;
    }
    .RctLgerAndTrmnet {
        padding: 35px 0px;
    }
    .RctLgerAndTrmnet h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cla12mndwevrTrt {
        flex-wrap: wrap;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr {
        width: 100%;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvrhdmn h5 {
        font-size: 16px;
        padding: 10px 30px;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr {
        padding: 10px 30px;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr:nth-child(odd) {
        padding: 10px 30px;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr p {
        font-size: 14px;
    }
    .ClSwnvrMnSrvmn {
        height: 49vh;
        background-position: right;
    }
    .ClSwnvrMnSrvmn .container {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0px 14px;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: rgb(0 0 0 / 72%);
    }
    .ClSwnvrMnSrvmn .container .Cslogy {
        width: 100%;
    }
    .ClSwnvrMnSrvmn .container .Cslogy h5 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .ClSwnvrMnSrvmn .container .Cslogy p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .StryTellPrt {
        padding: 30px 0px;
    }
    .StryTellPrt .TtlemnVr {
        margin-bottom: 30px;
    }
    .StryTellPrt .TtlemnVr h3 {
        font-size: 24px;
    }
    .StryTellPrt .Psabmnvr {
        display: none;
    }
    .StryTellPrt .StrySldrMn .Vdemnvlt .Vdemn {
        width: 35px;
        height: 35px;
    }
    .StryTellPrt .StrySldrMn .Vdemnvlt .Vdemn::before {
        width: 40px;
        height: 40px;
    }
    .SldrRvewPrt {
        width: 100%;
        padding: 0px 30px;
    }
    .GogleRvemnvr {
        padding: 30px 0px;
    }
    .cl12mnvrRevwePge {
        margin-bottom: 0px;
    }
    .cl12mnvrRevwePge .Lngomnvr img {
        width: 115px;
    }
    .cl12mnvrRevwePge .Lngomnvr h4 {
        font-size: 24px;
    }
    .SldrRvewPrt .RtiingMnvr b {
        font-size: 22px;
    }
    .SldrRvewPrt .RtiingMnvr img {
        width: 12px;
    }
    .SldrRvewPrt .RvewPrtMnvr {
        margin: 12px auto;
    }
    .SldrRvewPrt .owl-theme .owl-nav .owl-prev .lftCr {
        width: 13px;
        height: 13px;
    }
    .SldrRvewPrt .owl-theme .owl-nav .owl-next .rgtCr {
        width: 13px;
        height: 13px;
    }
    .SldrRvewPrt p {
        font-size: 14px;
    }
    .AswrdMnvr {
        padding: 25px 0px 35px;
    }
    .AswrdMnvr .TtleCntmnVr {
        width: 100%;
        margin-bottom: 15px;
    }
    .AswrdMnvr .TtleCntmnVr p {
        font-size: 14px;
        text-align: justify;
    }
    .AswrdMnvr .TtleCntmnVr h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .AswrdMnvr .cl12RptmnvrSwn h5 {
        font-size: 16px;
        line-height: 1.2;
    }
    .AswrdMnvr .cl12RptmnvrSwn p {
        font-size: 14px;
    }
    .SldrAwrdMnvrSwn {
        padding: 0px 20px;
    }
    .Psmn {
        width: 100%;
        position: relative;
        height: 24vh;
        background-attachment: inherit;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .clmvr {
        width: 100%;
    }
    .clmvr .tilemn h4 {
        width: 100%;
        font-size: 24px;
    }
    .BookAptmntVr {
        padding: 15px 0px 40px;
    }
    .BookAptmntVr .vrlin {
        display: none;
    }
    .Cl12MnVrSwn .formgrmnPartmn {
        flex-wrap: wrap;
    }
    .Cl12MnVrSwn .formgrmnPartmn .FrmcntlMn {
        width: 100%;
        margin-bottom: 22px;
    }
    .Cl12MnVrSwn .formgrmnPartmn .nbtncmnApt {
        width: 100%;
        text-align: center;
    }
    .cl12SwnmnCt .cl6mnSrvmn:nth-child(1) {
        margin-bottom: 10px;
    }
    .cl12SwnmnCt .cl6mnSrvmn {
        margin-bottom: 10px;
    }
    .cl12SwnmnCt .cl6mnSrvmn:nth-child(2) {
        margin-bottom: 10px;
    }
    .Cl12MnVrSwn {
        margin-top: 25px;
    }
    .cl12SwnmnCt .cl6mnSrvmn {
        width: 100%;
    }
    .cl12MnSwvr .cl4mnSwnTuv p {
        font-size: 14px;
        line-height: 1.2;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrImg {
        height: 40vh;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrImg img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    /* Mobile: preserve full banner image on index slider to avoid cropping important parts */
    @media (max-width: 767px) {
        .MainSliderHomePage .SldrImgvrmn .SldrImg {
            height: auto !important;
        }
        .MainSliderHomePage .SldrImgvrmn .SldrImg img {
            width: 100%;
            height: auto !important;
            object-fit: contain !important;
            object-position: center top !important;
        }
        .MainSliderHomePage .SldrImgvrmn .SldrCnt {
            position: static !important;
            width: 100% !important;
            padding: 12px 16px !important;
            box-sizing: border-box;
        }
    }
    .IcnimgSwn {
        width: 25px;
        height: 25px;
    }
}

/* About Us Start  */

.mainprtAbtmn {
    width: 100%;
    position: relative;
    display: block;
}

.imgSecAbtmnvr {
    width: 100%;
    position: relative;
    display: block;
    line-height: 0;
}

.cntimgSemvr::before,
.ImgSwnvrDr::before,
.imgSecAbtmnvr::before {
    width: 100%;
    height: 50%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(transparent, #000000c7)
}

.imgSecAbtmnvr img {
    width: 100%;
}

.AbtbnSwmvr {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    padding: 0px 100px;
}

.AbtbnSwmvr .cl12mnabtvrSwn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cl4mnvrSwbabt {
    display: flex;
    align-items: center;
}

.cl4mnvrSwbabt .icon {
    line-height: 0;
}

.cl4mnvrSwbabt .iconcntmnvr {
    margin-left: 20px;
}

.AbtbnrSwn {
    width: 25%;
}

.AbtbnrSwn h1 {
    font-size: 48px;
    font-family: "CenturyGothic-Bold";
    line-height: 1;
    color: #fff;
}

.cl4mnvrSwbabt .iconcntmnvr b {
    font-size: 24px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    line-height: 0;
}

.cl4mnvrSwbabt .iconcntmnvr p {
    font-size: 18px;
    font-family: "CenturyGothic";
    color: #fff;
    line-height: 1.2;
}

.AbtClmnvr {
    width: 100%;
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}

.AbtClmnvr .Swnvr {
    width: 100%;
    position: relative;
}

.AbtClmnvr .Swnvr .Ttlemn {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.AbtClmnvr .Swnvr .Ttlemn h2 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
}

.AbtClmnvr .cl12SwnWnSwnAbt {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt {
    width: 48%;
    position: relative;
    margin-right: 50px;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child {
    width: 40%;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 28px;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl {
    margin-top: 70px;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl a {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child img {
    width: auto;
}

.AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt img {
    width: 100%;
}

.IcnFlmshwb {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0.1;
}

.ImgSwnvrDr {
    position: relative;
}

.Abtpagedetails .Vdeicmnvr {
    right: 60px;
    bottom: 55px;
}

.Abtpagedetails .exprmnmnvr {
    position: absolute;
    color: #fff;
    left: 70px;
    bottom: 60px;
    font-size: 24px;
    font-family: "CenturyGothic-Bold";
}

/* Leader Ship */

.LdrShipPgemn {
    padding: 75px 0px;
    position: relative;
}

.LdrShipPgemn .TtlemnvrSwn {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.LdrShipPgemn .TtlemnvrSwn h3 {
    font-size: 36px;
    color: #000;
    font-family: "CenturyGothic-Bold";
}

.LdrShipPgemn .Abtcnttem {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.cl12mnSwnslrmn {
    cursor: pointer;
}

.cl12mnSwnslrmn:hover .imgtemSlr img {
    transform: scale(1.1);
}

.imgtemSlr {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.imgtemSlr img {
    transition: all 1s ease;
}

.LdrShipPgemn .Abtcnttem h5 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.LdrShipPgemn .Abtcnttem p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.LdrShipPgemn .owl-theme .owl-nav .owl-prev {
    left: -60px;
}

.LdrShipPgemn .owl-theme .owl-nav .owl-next {
    right: -60px;
}

/* Team poupup */

.team-detail {
    position: fixed;
    width: 900px;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 25px;
    margin-top: 400px;
    transition: all 1s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-detail:after {
    content: '';
    display: table;
    clear: both;
}

.popCls {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
}

.popCls {
    top: 20px;
    right: 20px;
    opacity: .4;
}

.popCls span:before,
.popCls span:after {
    width: 100%;
    height: 2px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    position: absolute;
    content: "";
    /* background: #ffffff; */
}

.popCls span {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.popCls span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popCls span:before,
.popCls span:after {
    background-color: #000000;
}

.popCls span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.teamleft {
    float: left;
    width: 25%;
}

.teamleft img {
    width: 100%;
}

.teamright {
    float: right;
    width: 70%;
}

.teamright h2 {
    font-size: 24px;
}

.teamright h3 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.teamright h4 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.teamright P {
    font-size: 14PX;
    color: #000;
    margin-bottom: 25px;
    line-height: 24px;
    text-align: justify;
}

.teamright ul {
    margin-bottom: 15px;
}

.teamright ul li {
    padding-left: 33px;
    position: relative;
    line-height: 24px;
    color: #000;
    font-size: 14px;
}

.teamright ul li:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #efb31a;
    border-radius: 50%;
}

.team-inner {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.popShow {
    z-index: 12;
    visibility: visible;
    opacity: 1;
}

.teamQry-wrapBx {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    position: fixed;
    transition: all 1s;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    height: 100%;
    transform: none;
    background: rgb(0 0 0 / 33%);
    z-index: 10;
}

.teamQryBtn {
    cursor: pointer;
}

.teamQry-wrapBx.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow: visible;
}

.teamQry-wrapBx.active .team-detail {
    margin-top: 0px;
}

.AbtPgemne p {
    text-align: justify;
}

.LtmnSwnEqumnts {
    width: 100%;
    position: relative;
}

.TtlmnvrSwn {
    width: 55%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 55px;
}

.TtlmnvrSwn h3 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 15px;
}

.TtlmnvrSwn p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.cl12mnSldrmn {
    width: 100%;
    position: relative;
    display: block;
}

.cl12mnSldrmn .cntimgSemvr {
    width: 100%;
    position: relative;
    line-height: 0;
}

.cl12mnSldrmn .cntimgSemvr img {
    width: 100%;
}

.CntvrSwnSwn {
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    padding: 0px 130px;
}

.cl12mnswvr {
    width: 100%;
    position: relative;
    display: block;
    align-items: center;
}

.IcnvrSwn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.cl12mnswvr .cntmnvrSwn {
    padding-left: 60px;
}

.cl12mnswvr .cntmnvrSwn p {
    color: #fff;
    font-family: "CenturyGothic-Bold";
}

.LtmnSwnEqumnts .cl12mnSldrmn .IcnvrSwn img {
    width: auto;
}

.AcemntSwnvr {
    padding: 75px 0px 100px 0px;
}

.CntAtmn {
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .AbtbnSwmvr .cl12mnabtvrSwn {
        flex-wrap: wrap;
    }
    .CntvrSwnSwn {
        bottom: 45px;
        padding: 0px 50px;
    }
    .AcemntSwnvr {
        padding: 35px 0px 45px 0px;
    }
    .cl12DcmnSwn {
        height: auto;
    }
    .TtlmnvrSwn {
        width: 95%;
        margin-bottom: 25px;
    }
    .LdrShipPgemn {
        padding: 35px 0px;
    }
    .LdrShipPgemn .TtlemnvrSwn {
        margin-bottom: 20px;
    }
    .PsmnvrSw {
        display: none;
    }
    .Abtpagedetails .exprmnmnvr {
        left: 28px;
        bottom: 32px;
        font-size: 18px;
    }
    .Abtpagedetails .Vdeicmnvr {
        right: 25px;
        bottom: 25px;
        width: 50px;
        height: 50px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt {
        align-items: self-start;
    }
    .AbtClmnvr .Swnvr .Ttlemn h2 {
        width: 100%;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn h4 {
        font-size: 24px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small {
        font-size: 14px;
        padding: 10px 0px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn p {
        font-size: 16px;
        margin-top: 12px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .ViwPromn a img {
        width: auto;
        margin-top: 0px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn img {
        width: 75px;
        margin-top: 15px;
    }
    .ViwPromn {
        margin-top: 12px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn {
        width: 50%;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn {
        padding: 10px;
    }
    .cl12DcmnSwn .cl6mnvrImg {
        width: 50%;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child {
        width: 50%;
    }
    .AbtbnSwmvr {
        bottom: 20px;
        padding: 0px 20px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt {
        width: 50%;
        margin-right: 20px;
    }
    .AbtClmnvr .Swnvr .Ttlemn {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .AbtbnrSwn {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .AbtbnSwmvr {
        bottom: 15px;
        padding: 0px 7px;
    }
    .AbtbnrSwn {
        width: 20%;
    }
    .AbtbnrSwn h1 {
        font-size: 24px;
    }
    .cl4mnvrSwbabt .icon img {
        width: 35px;
    }
    .cl4mnvrSwbabt .iconcntmnvr {
        margin-left: 10px;
    }
    .cl4mnvrSwbabt .iconcntmnvr b {
        font-size: 14px;
    }
    .cl4mnvrSwbabt .iconcntmnvr p {
        font-size: 10px;
        line-height: 1.2;
    }
    .AbtbnSwmvr .cl12mnabtvrSwn h1 {
        font-size: 24px;
        line-height: 1;
    }
    .AbtClmnvr {
        padding: 25px 0px;
    }
    .AbtClmnvr .Swnvr .Ttlemn img {
        width: 100px !important;
        margin-top: 40px
    }
    .AbtClmnvr .Swnvr .Ttlemn h2 {
        font-size: 24px;
        width: 100%;
    }
    .AbtClmnvr .Swnvr .Ttlemn {
        margin-bottom: 25px;
        margin-top: -48px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt {
        flex-wrap: wrap;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt {
        width: 100%;
        margin-right: 0px;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt:last-child {
        width: 100%;
    }
    .IcnFlmshwb {
        display: none;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt .btnAllNmrl {
        margin-top: 15px;
        text-align: center;
    }
    .AbtClmnvr .cl12SwnWnSwnAbt .clswn6Abt p {
        text-align: justify;
        font-size: 14px;
        line-height: 23px;
        margin-top: 15px;
    }
    .Vdeicmnvr {
        width: 35px;
        height: 35px;
        right: 20px;
        bottom: 30px;
    }
    .Vdeicmnvr::before {
        width: 40px;
        height: 40px;
    }
    .Vdeicmnvr img {
        width: 5px !important;
    }
    .cl12DcmnSwn {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn {
        padding: 30px 25px 30px 20px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn h4 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn small {
        padding: 14px 0px;
        line-height: 1.3;
    }
    .cl12DcmnSwn .cl4nmnvrSwn .PrdMnSwbCtmn p {
        margin-top: 15px;
        font-size: 16px;
    }
    .cl12DcmnSwn .cl4nmnvrSwn {
        width: 100%;
    }
    .cl12DcmnSwn .cl6mnvrImg {
        width: 100%;
    }
    .PsmnvrSw {
        width: 130px;
        bottom: -30px;
        opacity: 0.2;
    }
    .PsmnvrSw img {
        width: 100%;
    }
    .Abtpagedetails .exprmnmnvr {
        left: 14px;
        bottom: 32px;
        font-size: 16px;
    }
    .Abtpagedetails .Vdeicmnvr {
        right: 20px;
        bottom: 20px;
    }
    .LdrShipPgemn {
        padding: 20px 0px;
    }
    .LdrShipPgemn .TtlemnvrSwn {
        margin-bottom: 15px;
        width: 100%;
    }
    .TtlmnvrSwn {
        width: 100%;
        margin-bottom: 20px;
        padding: 0px 10px;
    }
    .TtlmnvrSwn p {
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }
    .LdrShipPgemn .TtlemnvrSwn h3 {
        font-size: 24px;
        width: 100%;
        margin-bottom: 15px;
        line-height: 1.1;
        text-align: left;
    }
    .LtmnSwnEqumnts .TtlmnvrSwn h3 {
        width: 100%;
        margin-bottom: 12px;
        font-size: 24px;
    }
    .CntvrSwnSwn {
        padding: 0px 25px;
        bottom: 40px;
    }
    .AcemntSwnvr {
        padding: 35px 0px 40px 0px;
    }
    .cl12mnswvr .cntmnvrSwn p {
        font-size: 14px;
        line-height: 1.2;
    }
    .cl12mnswvr .cntmnvrSwn {
        padding-left: 35px;
    }
    .IcnvrSwn {
        width: 25px;
        height: 25px;
    }
    .LtmnSwnEqumnts .cl12mnSldrmn .IcnvrSwn img {
        width: 12px;
    }
    .AcemntSwnvr .TtlmnvrSwn h3 {
        font-size: 24px;
        width: 100%;
        margin-bottom: 15px;
    }
    .AbtbnSwmvr .cl12mnabtvrSwn {
        flex-wrap: wrap;
    }
    .AbtbnSwmvr .cl12mnabtvrSwn .AbtbnrSwn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .imgSecAbtmnvr::before {
        height: 85%;
    }
    .cl4mnvrSwbabt {
        width: 33%;
        line-height: 1;
    }
    .cl4mnvrSwbabt .icon img {
        width: 100%;
    }
    .cntimgSemvr::before {
        height: 70%;
    }
    .LdrShipPgemn .Abtcnttem {
        margin-top: 0px;
        position: absolute;
        bottom: 20px;
        z-index: 1;
    }
    .LdrShipPgemn .Abtcnttem h5 {
        font-size: 20px;
        color: #fff;
    }
    .LdrShipPgemn .Abtcnttem p {
        color: #fff;
    }
    .team-detail {
        width: 100%;
        max-width: 100%;
        padding: 15px;
        height: 100%;
    }
    .teamQry-wrapBx.active {
        background-color: #fff;
    }
    .teamleft {
        width: 100%;
        margin-bottom: 15px;
    }
    .teamleft img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .teamright {
        width: 100%;
    }
    .teamQry-wrapBx .popCls {
        top: 0px;
        right: 0px;
    }
    .teamright h2 {
        font-size: 18px;
    }
    .teamright h3 {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 14px;
    }
    .teamright P {
        margin-bottom: 10px;
        line-height: 22px;
    }
    .cl4mnvrSwbabt .icon {
        width: 24px;
    }
    .imgSecAbtmnvr {
        height: 40vh;
    }
    .imgSecAbtmnvr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .imgtemSlr {
        position: relative;
    }
    .imgtemSlr::before {
        width: 100%;
        height: 50%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        content: "";
        background-image: linear-gradient(transparent, #000000c7);
    }
    .cl12mnSldrmn .cntimgSemvr {
        height: 40vh;
    }
    .cl12mnSldrmn .cntimgSemvr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Blog Details Start */

.CntSldrSemnVr {
    width: 100%;
    height: 70vh;
    position: relative;
}

.CntSldrimg {
    width: 100%;
    height: 100%;
}

.CntSldrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CntUdmnvrMnBlgPmnvr {
    position: absolute;
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
    display: flex;
    justify-content: space-between;
    bottom: 90px;
    align-items: center;
    z-index: 2;
    flex-wrap: wrap;
}

.CntUdmnvrMnBlgPmnvr small {
    font-size: 12px;
    color: #fff;
    width: 100%;
}

.CntUdmnvrMnBlgPmnvr h1 {
    font-size: 36px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    width: 50%;
    line-height: 1;
    margin-top: 25px;
}

.CntSldrSemnVr .CntSldrimg::before {
    height: 100%;
}

.BlgDlcntmnvr {
    padding: 70px 0px;
}

.cl12mnswnProdlpge {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cl12mnswnProdlpge .cl8mnSwnVr {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
}

.cl12mnswnProdlpge .BlogQuickLinks {
    flex: 0 0 320px;
    max-width: 320px;
    min-width: 280px;
    position: relative;
    background: #fff;
    padding: 24px 20px;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.cl12mnswnProdlpge .BlogQuickLinks h4 {
    margin-top: 0;
}

.cl12mnswnProdlpge .cl8mnSwnVr ul {
    padding-left: 40px;
}

.cl12mnswnProdlpge .cl8mnSwnVr ul li {
    font-size: 16px;
    color: #666666;
    position: relative;
    padding: 2px 0px;
}

.cl12mnswnProdlpge .cl8mnSwnVr ul li::before {
    top: 10px;
    left: -18px;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #1da1b8;
    border-radius: 50%;
}

.cl12mnswnProdlpge .cl8mnSwnVr p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
    text-align: justify;
}

.BlogArticle .BlogHeroImage {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 12px;
    margin: 28px 0 35px;
}

.BlogArticle .BlogHeroImage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 767px) {
    .BlogArticle .BlogHeroImage {
        max-height: 260px;
        margin-bottom: 20px;
    }
}

.cl12mnswnProdlpge .cl4mnswnvrdl {
    flex: 0 0 28%;
    max-width: 28%;
    position: relative;
    min-width: 250px;
}

.cl12mnswnProdlpge .cl4mnswnvrdl h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1da1b8;
}

.cl12mnswnProdlpge .BlogQuickLinks ul li {
    display: block;
    width: 100%;
}

.cl12mnswnProdlpge .BlogQuickLinks ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    padding: 4px 0px;
    padding-left: 16px;
    transition: all 1s ease;
}

.cl12mnswnProdlpge .BlogQuickLinks ul li a:hover {
    color: #1da1b8;
}

.cl12mnswnProdlpge .BlogQuickLinks ul li a:hover::before {
    border: solid #1da1b8;
    border-width: 0 1px 1px 0;
}

.cl12mnswnProdlpge .BlogQuickLinks ul li a::before {
    border: solid #1b1b1b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    transition: all 1s ease;
}

.RltBlgmnvrSwntvr .cl4smnvrSvr {
    width: 100%;
}

.RldTtlmnvt {
    text-align: center;
    margin-bottom: 50px;
}

.RldTtlmnvt h4 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}

.cl4smnvrSvr {
    width: 32.7%;
    position: relative;
    display: block;
    margin-bottom: 130px;
    margin-right: 10px;
}

.cl4smnvrSvr:hover .ProslSwn:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.cl4smnvrSvr:hover .ProslSwn img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cl4smnvrSvr:hover .BlgNmeVrSwn {
    background: #1da1b8;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv h4 {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv p {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv small {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm h5 {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm small {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .BtnDlSwvr a {
    color: #fff;
    opacity: 62%;
}

.cl4smnvrSvr .lnkAll {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cl4smnvrSvr:nth-child(3n - 3) {
    margin-right: 0px;
}

.cl4smnvrSvr .ProslSwn {
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.cl4smnvrSvr .ProslSwn:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.cl4smnvrSvr .ProslSwn img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 90%;
    background: #fff;
    padding: 20px;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv {
    position: relative;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 1s ease;
    margin-bottom: 10px;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv p {
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    font-weight: 400;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv small {
    font-size: 14px;
    color: #000;
    opacity: 55%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm small {
    font-size: 12px;
    color: #000;
    opacity: 48%;
    font-weight: 500;
}

.cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr {
    margin-top: 35px;
}

.cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr a {
    color: #5b5b5b;
    font-size: 14px;
    position: relative;
}

.cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr a:before {
    width: 42px;
    height: 1px;
    content: '';
    position: absolute;
    right: -70px;
    background: #ababab;
    top: 10px;
}

@media (max-width: 991px) {
    .BlgDlcntmnvr {
        padding: 40px 0px;
        position: relative;
    }
    .RltBlgmnvrSwntvr {
        padding: 0px 52px;
    }
    .CntSldrimg {
        line-height: 0;
    }
    .RltBlgmnvrSwntvr .cl4smnvrSvr {
        margin-bottom: 100px;
    }
    .CntUdmnvrMnBlgPmnvr h1 {
        font-size: 24px;
        width: 60%;
        margin-top: 15px;
        line-height: 1.2;
    }
    .CntSldrSemnVr {
        height: auto;
    }
    .RldTtlmnvt {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .CntUdmnvrMnBlgPmnvr {
        bottom: 14px;
    }
    .BlgDlcntmnvr {
        padding: 20px 0px;
    }
    .CntUdmnvrMnBlgPmnvr h1 {
        font-size: 14px;
        margin-top: 5px;
        line-height: 1.1;
        width: 100%;
    }
    .cl12mnswnProdlpge {
        flex-wrap: wrap;
    }
    .cl12mnswnProdlpge .cl8mnSwnVr {
        width: 100%;
    }
    .cl12mnswnProdlpge .cl8mnSwnVr ul {
        padding-left: 25px;
    }
    .cl12mnswnProdlpge .cl8mnSwnVr p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .cl12mnswnProdlpge .BlogQuickLinks {
        width: 100%;
    }
    .cl12mnswnProdlpge .cl8mnSwnVr ul {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .cl12mnswnProdlpge .cl8mnSwnVr ul li {
        font-size: 14px;
        padding: 2px 0px;
    }
    .cl12mnswnProdlpge .BlogQuickLinks h4 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        padding-bottom: 9px;
        margin-bottom: 10px;
        border-bottom: 2px solid #1da1b8;
    }
    .cl12mnswnProdlpge .cl4mnswnvrdl ul li a {
        padding: 3px 0px;
        padding-left: 16px;
        font-size: 15px;
    }
    .RldTtlmnvt {
        margin-bottom: 15px;
    }
    .RldTtlmnvt h4 {
        font-size: 20px;
        text-align: left;
    }
    .cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr {
        margin-top: 12px;
    }
    .RltBlgmnvrSwntvr .cl4smnvrSvr {
        margin-bottom: 25px;
    }
    .cl4smnvrSvr .BlgNmeVrSwn {
        position: relative;
        bottom: auto;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        z-index: 1;
        transition: all 1s ease;
    }
    .cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv h4 {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv p {
        font-size: 14px;
    }
}

/* Blog Listing  */

.CntSldrSemnVr {
    width: 100%;
    height: 70vh;
    position: relative;
}

.CntSldrimg {
    width: 100%;
    height: 100%;
}

.CntSldrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CntUdmnvrMnBlgPmnvr {
    position: absolute;
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
    display: flex;
    justify-content: space-between;
    bottom: 70px;
    align-items: center;
    z-index: 2;
}

.CntUdmnvrMnBlgPmnvr h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
}

.CtrDrpDwnmn {
    width: 360px;
    position: relative;
}

.CtrDrpDwnmn .BlogDrpden {
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    padding: 10px;
    display: none;
    background: #fff;
    box-shadow: 1px 1px 3px #a1a1a1;
}

.CtrDrpDwnmn .BlogDrpden li a {
    display: block;
    padding: 2px 0px;
    font-size: 14px;
    color: #464646;
    font-weight: 500;
}

.CtrDrpDwnmn .Slctbx {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    cursor: pointer;
}

.CtrDrpDwnmn .Slctbx span {
    display: block;
    display: block;
    font-size: 16px;
    color: #fff;
}

.CtrDrpDwnmn .Slctbx img {
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.cl4smnvrSvr {
    width: 32.7%;
    position: relative;
    display: block;
    margin-bottom: 130px;
    margin-right: 10px;
}

.cl4smnvrSvr:hover .ProslSwn:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.cl4smnvrSvr:hover .ProslSwn img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cl4smnvrSvr:hover .BlgNmeVrSwn {
    background: #1da1b8;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv h4 {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv p {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv small {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm h5 {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm small {
    color: #fff;
}

.cl4smnvrSvr:hover .BlgNmeVrSwn .BtnDlSwvr a {
    color: #fff;
    opacity: 62%;
}

.cl4smnvrSvr .lnkAll {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cl4smnvrSvr:nth-child(3n - 3) {
    margin-right: 0px;
}

.cl4smnvrSvr .ProslSwn {
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.cl4smnvrSvr .ProslSwn:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.cl4smnvrSvr .ProslSwn img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 90%;
    background: #fff;
    padding: 20px;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv {
    position: relative;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 1s ease;
    margin-bottom: 10px;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv p {
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    font-weight: 400;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .clmnvrSwnTv small {
    font-size: 14px;
    color: #000;
    opacity: 55%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.cl4smnvrSvr .BlgNmeVrSwn .SwnClmnVr .ClSwrshtm small {
    font-size: 12px;
    color: #000;
    opacity: 48%;
    font-weight: 500;
}

.cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr {
    margin-top: 35px;
}

.cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr a {
    color: #5b5b5b;
    font-size: 14px;
    position: relative;
}

.cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr a:before {
    width: 42px;
    height: 1px;
    content: '';
    position: absolute;
    right: -70px;
    background: #ababab;
    top: 10px;
}

.clProlstMnSemvr {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
    padding: 50px 50px 0px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .CntSldrSemnVr {
        line-height: 0;
        height: auto;
    }
    .clProlstMnSemvr {
        padding: 40px 15px 0px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cl4smnvrSvr:nth-child(3n - 3) {
        margin-right: 10px;
    }
    .cl4smnvrSvr:nth-child(2n - 2) {
        margin-right: 0px;
    }
    .cl4smnvrSvr {
        width: 48%;
        position: relative;
        margin-bottom: 90px;
    }
    .CtrDrpDwnmn .BlogDrpden {
        top: 26px;
    }
    .CntUdmnvrMnBlgPmnvr {
        width: 90%;
        bottom: 35px;
        align-items: baseline;
    }
    .CntUdmnvrMnBlgPmnvr h1 {
        font-size: 36px;
    }
    .CtrDrpDwnmn .Slctbx img {
        width: 15px;
        bottom: 11px;
    }
    .CtrDrpDwnmn .Slctbx span {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .CntUdmnvrMnBlgPmnvr {
        width: 90%;
        flex-wrap: wrap;
        align-items: baseline;
        bottom: 20px;
    }
    .cl4smnvrSvr:nth-child(3n - 3) {
        margin-right: 0px;
    }
    .cl4smnvrSvr .BlgNmeVrSwn .BtnDlSwvr {
        margin-top: 15px;
    }
    .CntUdmnvrMnBlgPmnvr h1 {
        font-size: 24px;
        display: block;
        line-height: 1.1;
        text-align: center;
        width: 100%;
    }
    .CtrDrpDwnmn {
        margin-top: 10px;
    }
    .cl4smnvrSvr {
        width: 100%;
        margin-bottom: 80px;
        margin-right: 0px;
    }
    .CntSldrSemnVr {
        height: 34vh;
    }
    .cl4smnvrSvr .BlgNmeVrSwn {
        padding: 15px;
    }
}

/* Contact Us Start  */

.CntSldrSemnVr {
    width: 100%;
    position: relative;
}

.CntSldrSemnVr .CntSldrimg {
    width: 100%;
    position: relative;
    line-height: 0;
}

.CntUdmnvrMn {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
    left: 50%;
}

.CntSldrSemnVr .CntSldrimg img {
    width: 100%;
}

.CntSldrSemnVr h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 30px;
}

.CntSldrSemnVr .Cntmnvr {
    display: inline-block;
    padding: 4px 17px 4px 4px;
    border: 1px solid #fff;
    border-radius: 25px;
}

.CntSldrSemnVr .Cntmnvr a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.CntSldrSemnVr .Cntmnvr a span {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 6px;
    margin-right: 10px;
}

.CntSldrSemnVr .Cntmnvr a img {
    width: 100%;
}

.AdrmnSwnvrvr {
    width: 100%;
    padding: 75px 0px;
}

.cl12mnCntvrswAdrsmn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn {
    width: 30%;
    position: relative;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn h5 {
    font-size: 24px;
    color: #1da1b8;
    font-weight: 600;
    margin-bottom: 20px;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn p a {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn h5 img {
    vertical-align: middle;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn:first-child {
    width: 28%;
}

.cl12mnCntvrswAdrsmn .cl4mnAdrmn:nth-child(2) {
    width: 24%;
}

.MndyStrmn {
    margin-top: 25px;
    display: block;
    padding-left: 50px;
    position: relative;
}

.MndyStrmn .icntmemn {
    position: absolute;
    left: 0px;
    top: 0px;
}

.getDircmnvr {
    margin-top: 50px;
    display: block;
}

.getDircmnvr a {
    display: inline-block;
    font-size: 14px;
    color: #1da1b8;
    font-weight: 600;
}

.getDircmnvr a img {
    vertical-align: middle;
    margin-left: 10px;
}

.BkApntMnVrSwn {
    width: 100%;
    position: relative;
    display: block;
}

.BkApntMnVrSwn .BkApntSwnvr {
    width: 100%;
    position: relative;
    line-height: 0;
}

.BkApntMnVrSwn .BkApntSwnvr img {
    width: 100%;
}

.BkApnntFrmvr {
    width: 525px;
    height: 525px;
    position: absolute;
    bottom: -85px;
    background: rgba(29, 161, 184, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
}

.MnvrSwn {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px 80px;
}

.MnvrSwn h4 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: "CenturyGothic-Bold";
}

.NmeSwbvr {
    margin-top: 40px;
    margin-bottom: 70px;
}

.NmeSwbvr .FormGrpmn {
    margin-bottom: 30px;
    position: relative;
}

.NmeSwbvr .FormGrpmn .formcntl {
    width: 100%;
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 5px 0px;
    color: #fff;
}

.NmeSwbvr .FormGrpmn .formcntl:focus+label {
    top: -20px;
}

.NmeSwbvr .FormGrpmn label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    transition: all 1s ease;
}

.BookAnApnmvrSwn {
    width: 100%;
    display: block;
}

.BookAnApnmvrSwn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.BookAnApnmvrSwn a img {
    filter: brightness(1000);
    margin-left: 10px;
}

.CntAtmn {
    line-height: 0;
}

.CntAtmn iframe {
    width: 100%;
    height: 600px;
}

@media (max-width: 991px) {
    .AdrmnSwnvrvr {
        padding: 35px 0px 75px;
    }
    .CntSldrSemnVr h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .cl12mnCntvrswAdrsmn {
        flex-wrap: wrap;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn:first-child {
        width: 48%;
        margin-bottom: 20px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn:nth-child(2) {
        width: 48%;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn h5 {
        margin-bottom: 10px;
    }
    .getDircmnvr {
        margin-top: 15px;
    }
    .MndyStrmn {
        margin-top: 12px;
        padding-left: 48px;
    }
    .NmeSwbvr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .MnvrSwn {
        padding: 0px 50px;
    }
    .NmeSwbvr .FormGrpmn {
        margin-bottom: 20px;
    }
    .BkApnntFrmvr {
        width: 420px;
        height: 420px;
    }
    .CntAtmn iframe {
        width: 100%;
        height: 380px;
    }
}

@media (max-width: 767px) {
    .CntSldrSemnVr {
        width: 100%;
        position: relative;
        height: 35vh;
    }
    .CntSldrSemnVr h1 {
        font-size: 28px;
    }
    .CntSldrSemnVr .Cntmnvr {
        padding: 0px 11px 0px 0px;
    }
    .CntSldrSemnVr .Cntmnvr a {
        font-size: 12px;
    }
    .CntSldrSemnVr .Cntmnvr a span {
        width: 25px;
        height: 25px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        padding: 6px;
        margin-right: 8px;
        align-items: center;
        justify-content: center;
    }
    .CntUdmnvrMn {
        position: absolute;
        top: auto;
        transform: none;
        width: auto;
        max-width: 1260px;
        margin: 0 auto;
        left: auto;
        bottom: 20px;
        left: 20px;
    }
    .CntSldrSemnVr .CntSldrimg {
        height: 100%;
    }
    .CntSldrSemnVr .CntSldrimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .AdrmnSwnvrvr {
        padding: 25px 0px 30px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn {
        width: 100%;
    }
    .BkApntMnVrSwn .BkApntSwnvr {
        display: none;
    }
    .BkApnntFrmvr {
        width: 100%;
        padding: 50px 0px;
        position: relative;
        left: auto;
        transform: none;
        border-radius: 0px;
        height: auto;
        bottom: 0px;
    }
    .MnvrSwn h4 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1;
    }
    .NmeSwbvr {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .MnvrSwn {
        padding: 0px 20px;
    }
    .NmeSwbvr .FormGrpmn {
        margin-bottom: 35px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn h5 {
        font-size: 20px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn h5 img {
        width: 18px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn p {
        font-size: 14px;
    }
    .cl12mnCntvrswAdrsmn .cl4mnAdrmn p a {
        font-size: 14px;
    }
    .MndyStrmn {
        padding-left: 30px;
    }
    .MndyStrmn .icntmemn {
        width: 20px;
    }
    .MndyStrmn .icntmemn img {
        width: 100%;
    }
}

/* Faq Start   */

.CntSldrSemnVr {
    width: 100%;
    position: relative;
}

.CntSldrSemnVr .CntSldrimg {
    width: 100%;
    position: relative;
    line-height: 0;
}

.CntUdmnvrMn {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
    left: 50%;
}

.CntSldrSemnVr .CntSldrimg img {
    width: 100%;
}

.CntSldrSemnVr h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 30px;
}

.faqBnreSmvr {
    padding: 70px 0px;
    display: block;
    overflow: hidden;
}

.faqBnreSmvr .container {
    position: relative;
}

.faqBnswber {
    position: relative;
    display: block;
}

.WhsNtRpntmnvr {
    margin-bottom: 20px;
    position: relative;
    display: block;
    padding-left: 75px;
}

.HdingPlumnvr {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    cursor: pointer;
}

.faqBnreSmvr p {
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.faqBnreSmvr ul {
    padding-left: 30px;
    margin-bottom: 12px;
}

.faqBnreSmvr ul li {
    color: #666666;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.faqBnreSmvr ul li::before {
    top: 7px;
    left: 0px;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1da1b8;
}

.HdingPlumnvr h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.HdingPlumnvr .plusmn {
    position: relative;
    display: inline-block;
}

.bckPlmvr.MinusAdd {
    background-color: #1da1b8;
}

.bckPlmvr.MinusAdd .plusmn::before {
    background-color: #fff;
}

.bckPlmvr.MinusAdd .plusmn::after {
    content: none;
}

.bckPlmvr {
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #1da1b8;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0px;
}

.bckPlmvr .plusmn::after {
    width: 2px;
    height: 15px;
    top: -7px;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    content: "";
    background-color: #1da1b8;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.bckPlmvr .plusmn::before {
    width: 15px;
    height: 2px;
    top: 0;
    right: 0;
    bottom: auto;
    left: -6px;
    position: absolute;
    content: "";
    background-color: #1da1b8;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.CntSliduvrSwn {
    display: none;
}

.Lnevrtmn {
    position: absolute;
    left: 22px;
    top: -100px;
    bottom: 0px;
    width: 2px;
    height: 180%;
    background: #1da1b8;
}

@media (max-width: 991px) {
    .CntSldrSemnVr .CntUdmnvrMn {
        position: absolute;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        left: auto;
        bottom: 30px;
        text-align: center;
    }
    .HdingPlumnvr h5 {
        font-size: 14px;
        line-height: 1.3;
    }
    .CntSldrSemnVr h1 {
        font-size: 36px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .faqBnreSmvr {
        padding: 45px 0px;
    }
    .faqBnreSmvr p {
        font-size: 12px;
    }
    .faqBnreSmvr ul {
        padding-left: 5px;
    }
    .faqBnreSmvr ul li {
        font-size: 12px;
    }
    .WhsNtRpntmnvr {
        padding-left: 50px;
        margin-bottom: 10px;
    }
    .bckPlmvr {
        width: 30px;
        height: 30px;
        left: 8px;
    }
    .bckPlmvr .plusmn::before {
        width: 10px;
        left: -4px;
    }
    .bckPlmvr .plusmn::after {
        top: -4px;
        height: 10px;
    }
    .WhsNtRpntmnvr:last-child {
        margin-bottom: 0px;
    }
    .CntSldrSemnVr .CntUdmnvrMn {
        bottom: 10px;
    }
    .CntSldrSemnVr h1 {
        font-size: 18px;
        text-align: left;
        line-height: 1.2;
    }
}

/* Footer Start   */

.pop_up_vdo1 .vdo_onply1 {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
    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;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 .PopBxClsVde img {
    width: 20px;
}

.pop_up_vdo1 iframe {
    width: 100%;
    height: 100%;
}

.pop_up_vdo1 {
    display: none;
    position: fixed;
    z-index: 10;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo {
    display: inline-block;
    background: transparent;
    position: absolute;
    border-radius: 50px;
    right: 93px;
    font-size: 30px;
    top: 0px;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background: #000;
    border-radius: 50%;
    right: 9px;
    top: 9px;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
    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;
    cursor: pointer;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 img {
    width: 20px;
}

footer {
    width: 100%;
    position: relative;
    display: block;
}

footer .ftrSec {
    width: 100%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

footer .ftrSec:before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #000000a6;
}

footer .ftrSec .FtrCl12Semn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0px 10px 0px;
}

@media (max-width: 1024px) {
    footer .ftrSec .FtrCl12Semn {
        padding: 60px 0px 80px 0px;
    }
}

@media (max-width: 991px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn h5 {
        margin-bottom: 12px;
    }
    footer .ftrSec .FtrCl12Semn {
        padding: 70px 0px 0px 0px;
    }
    footer .cl4FtrSmn p {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn {
        width: 100%;
    }
    footer .ftrSec .FtrCl12Semn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 0px 0px 0px;
    }
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn:first-child {
    width: 25%;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn {
    width: 25%;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn:first-child {
        display: block;
        padding-top: 135px;
        width: 100%;
    }
    .WhsapChtmnvrSwn {
        display: none;
    }
    .mobile-top-header {
        display: block;
    }
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn ul li a {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn ul li a:hover {
    margin-left: 5px;
    opacity: 1;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn {
    width: 300px;
    position: relative;
    display: block;
    margin: 0 auto;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn:nth-child(2) {
    text-align: center;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .LgnmSemn {
    text-align: center;
    margin-bottom: 25px;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn .formcntl {
    border: none;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    padding: 5px 0px;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn .formcntl:focus~.frmlbel {
    top: -13px;
    opacity: 1;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn .frmlbel {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn .hasVal {
    top: -13px;
    opacity: 100%;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn .BtnEml {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    bottom: 9px;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn .BtnEml img {
    filter: brightness(1000);
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .Cpyright {
    margin: 45px 0px;
    text-align: right;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1200px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn {
        width: 40%;
    }
}

@media (max-width: 767px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn:nth-child(2) {
        text-align: center;
        position: absolute;
        text-align: left;
        top: 17px;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn .LgnmSemn {
        display: none;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn .Cpyright {
        margin: 10px 0px;
        text-align: left;
    }
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .Cpyright a img {
    margin-left: 10px;
    vertical-align: middle;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .ScmefiMn {
    width: 100%;
    text-align: right;
}

@media (max-width: 767px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn {
        width: 100%;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn .ScmefiMn {
        text-align: left;
    }
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .ScmefiMn ul li {
    display: inline-block;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .ScmefiMn ul li a {
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 0px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .ScmefiMn ul li a:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0px;
}

footer .ftrSec .FtrCl12Semn .cl4FtrSmn .ScmefiMn ul li a img {
    -webkit-filter: brightness(1000);
    filter: brightness(1000);
}

@media (max-width: 767px) {
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn:last-child {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 12px;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn:last-child h4 {
        display: none;
    }
}

.Cpyright {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
}

.Cpyright img {
    vertical-align: middle;
}

footer .cl4FtrSmn p {
    font-size: 14px;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

footer .cl4FtrSmn p a {
    color: #fff;
}

footer .cl4FtrSmn p img {
    position: absolute;
    left: 0px;
    top: 7px;
}

footer .footer_top_strip {
    background: #1da1b8;
    position: relative;
    overflow: hidden;
}

footer .footer_top_strip .flex {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer_top_strip .flex .left_strip {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 0;
}

footer .footer_top_strip .flex .left_strip .strip_call ul li {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    display: inline-block;
}

@media (max-width: 675px) {
    footer .footer_top_strip .flex .left_strip .strip_call ul li {
        font-size: 14px;
        margin-right: 5px;
    }
}

footer .footer_top_strip .flex .left_strip .strip_call ul li a {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}

@media (max-width: 675px) {
    footer .footer_top_strip .flex .left_strip .strip_call ul li a {
        font-size: 12px;
    }
}

footer .footer_top_strip .flex .left_strip .Social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
}

@media (max-width: 991px) {
    footer .footer_top_strip .flex .left_strip .Social_links {
        padding-right: 0;
    }
}

@media (max-width: 675px) {
    footer .footer_top_strip .flex .left_strip .Social_links {
        margin-top: 0px;
    }
}

footer .footer_top_strip .flex .left_strip .Social_links a {
    display: inline-block;
    margin: 0 8px;
}

@media (max-width: 675px) {
    footer .footer_top_strip .flex .left_strip .Social_links a {
        margin-left: 0;
        margin-right: 8px;
        font-size: 12px;
    }
}

footer .footer_top_strip .flex .left_strip .Social_links a svg {
    color: #ffffff;
    width: 26px;
    height: 26px;
    display: block;
    -webkit-transition: 700ms ease;
    -o-transition: 700ms ease;
    transition: 700ms ease;
}

@media (max-width: 675px) {
    footer .footer_top_strip .flex .left_strip .Social_links a svg {
        width: 15px;
        height: 15px;
    }
}

footer .footer_top_strip .flex .left_strip .Social_links a svg:hover {
    color: #ffc173;
}

footer .footer_top_strip .flex .left_strip .Social_links a:first-child svg {
    height: 22px;
    width: 22px;
}

@media (max-width: 675px) {
    footer .footer_top_strip .flex .left_strip .Social_links a:first-child svg {
        height: 20px;
        width: 20px;
    }
}

footer .footer_top_strip .flex .right_strip {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 222px;
    flex: 0 0 222px;
    max-width: 222px;
}

@media (max-width: 991px) {
    footer .footer_top_strip .flex .right_strip {
        display: none;
    }
}

footer .footer_top_strip .flex .right_strip .fbook_appoint {
    position: relative;
    padding: 21px 0;
    cursor: pointer;
}

footer .footer_top_strip .flex .right_strip .fbook_appoint:before {
    content: "";
    position: absolute;
    left: 0;
    right: -100vw;
    top: 0;
    bottom: 0;
    background: #118194;
}

footer .footer_top_strip .flex .right_strip .fbook_appoint p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: right;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 55px;
}

@media (max-width: 1230px) {
    footer .footer_top_strip .flex .right_strip .fbook_appoint p {
        padding-left: 0;
    }
}

.PopContntBx {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    z-index: 99;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    z-index: 9999999;
}

.PopContntBx:before {
    width: 100%;
    height: 0vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.PopContntBx .PopBxCls {
    width: 20px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: 70%;
    cursor: pointer;
    z-index: 2;
}

.PopContntBx .PopBxCls img {
    width: 100%;
}

@media (max-width: 767px) {
    .PopContntBx .PopBxCls {
        height: 22px;
    }
    footer .cl4FtrSmn p a {
        font-size: 14px;
    }
    footer .cl4FtrSmn p img {
        top: 3px;
    }
}

.PopContntBx.OpnPopCntct:before {
    background: linear-gradient(135deg, rgba(17, 129, 148, 0.9) 0%, rgba(5, 47, 57, 0.72) 100%);
    background-size: cover;
    -webkit-animation: none;
    animation: none;
    height: 100vh;
    backdrop-filter: blur(3px);
}

.PopContntBx .PopTxtBx {
    width: 58%;
    max-width: 820px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 516px;
    line-height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 500px;
    -webkit-clip-path: none;
    clip-path: none;
}

@media (max-width: 1240px) {
    .PopContntBx .PopTxtBx {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx {
        width: 100%;
        height: 100vh;
    }
}

.PopContntBx .PopTxtBx .PopCntntBx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.PopContntBx .PopTxtBx .PopCntntBx .PopImgBx {
    width: 300px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntntBx .PopImgBx {
        display: none;
    }
}

.PopContntBx .PopTxtBx .PopCntntBx .PopImgBx img {
    width: 100%;
    height: 516px;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding: 32px 34px 28px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, #f5fcfd 100%);
    border: 1px solid rgba(17, 129, 148, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    color: #0f3d4c;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx {
        width: calc(100% - 0px);
        padding: 20px 17px;
        height: 84vh;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        overflow: auto;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .title {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .title small {
    color: #0d8080;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 36px;
    display: block;
    width: 100%;
    line-height: 1.1;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 25px;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .title em {
    font-size: 15px;
    color: #5a6b72;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .title em {
        margin-bottom: 13px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb {
    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;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb label {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    width: 31%;
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb label {
        font-size: 12px;
        text-align: center;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 13px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox {
    width: 64%;
    padding: 0 1px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox {
        width: 100%;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox select {
    padding: 0 20px;
    padding-right: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 80px;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    /* background: url("..icon/down-arrow-select1.png") no-repeat right; */
    -webkit-appearance: none;
    background-position-x: 96%;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox select option {
    opacity: 0.5;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body {
    position: relative;
    display: block;
    margin-top: 15px;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-top: -8px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp {
        margin-top: 0px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset {
    width: calc((100% - 15px) / 2);
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset {
        width: calc((100% - 0px) / 1);
        margin-bottom: 20px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8ec6cf;
    color: #153b45;
    border-radius: 0px;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl:focus~.label-wrap {
    top: -6px;
    padding: 0px;
    opacity: 1;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl~.hasVal {
    top: -6px;
    padding: 0px;
    opacity: 1;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl:focus~.border-bottom-animation.left {
    background: #000000;
    width: 100%;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl.border-bottom {
    position: relative;
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl.border-bottom~.border-bottom-animation {
    position: absolute;
    content: "";
    width: 0;
    background: #000;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    bottom: 0;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .label-wrap {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 19px;
    color: #58747c;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset:not(:last-child) {
        margin-right: 0px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .PhoneNoSho {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .PhoneNoSho {
        margin-bottom: 20px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .MessageSec {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 25px;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .MessageSec .frm-cntrl {
    height: 100px;
}

@media (max-width: 767px) {
    .Cpyright {
        text-align: left;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn h5 {
        margin-bottom: 12px;
    }
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .MessageSec .frm-cntrl {
        height: 65px;
    }
    .PopContntBx .PopTxtBx .PopCntctTxtBx .title small {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body {
        margin-top: 0px;
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow {
    padding: 12px 24px;
    text-transform: capitalize;
    width: auto;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    background: linear-gradient(135deg, #dd6938 0%, #ff8a54 100%);
    box-shadow: 0 10px 22px rgba(221, 105, 56, 0.24);
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow span {
    z-index: 1;
    font-weight: 500;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow img {
    filter: brightness(0) invert(1);
    margin-left: 5px;
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow:hover span {
    color: #ffffff;
}

.appointment-response {
    display: none;
    margin-top: 14px;
    color: #4b6b72;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}

.appointment-response.success {
    color: #1d7a4b;
    display: block;
}

.appointment-response.error {
    color: #c0392b;
    display: block;
}

.PopContntBx.OpnPopCntct {
    opacity: 1;
    visibility: visible;
}

.PopContntBx.OpnPopCntct .PopTxtBx {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}

.MneuShwo {
    position: relative;
}

.WhsapChtmnvrSwn {
    position: fixed;
    left: 35px;
    bottom: 35px;
    z-index: 8;
}

.WhsapChtmnvrSwn .whatsapp-float {
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WhsapChtmnvrSwn .whatsapp-float svg {
    width: 35px;
    height: 35px;
}

.CstClator {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.CstClator a {
    padding: 10px 18px;
    background: #dd6938;
    border-radius: 25px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.CstClator .CstCallBtn {
    background: #25d366;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .PopContntBx.OpnPopCntct .PopTxtBx {
        width: 95%;
    }
    .WhsapChtmnvrSwn {
        left: 22px;
        bottom: 22px;
    }
    .CstClator {
        bottom: 20px;
        right: 20px;
    }
    .WhsapChtmnvrSwn .whatsapp-float {
        width: 40px;
        height: 40px;
    }
    .WhsapChtmnvrSwn .whatsapp-float svg {
        width: 25px;
        height: 25px;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn .FrmGrpMn {
        width: 100%;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn:nth-child(2) {
        position: absolute;
        top: 15px;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn {
        width: 80%;
    }
    footer .ftrSec .FtrCl12Semn .cl4FtrSmn .LgnmSemn {
        display: none;
    }
}

/* Gallery Start  */

.GlymnVr {
    width: 100%;
    position: relative;
    display: block;
}

.GlymnVr .GlyImgMnvrSwn {
    width: 100%;
    position: relative;
    display: block;
    line-height: 0;
}

.GlymnVr .GlyImgMnvrSwn img {
    width: 100%;
}

.GlyImgMnvrSwn::before {
    width: 100%;
    height: 70%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(transparent, #000000c7)
}

.HrgmvrGly {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.HrgmvrGly h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
}

.HrtgYearSlide-item {
    text-align: center;
    position: relative;
    height: 112px;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.UtlitmnSev .HrtgYearSlide-item.actmnTbmn .HrtgYr {
    color: #1da1b8;
}

.UtlitmnSev .HrtgYearSlide-item.actmnTbmn .HrtgYrIcn::before {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    visibility: visible;
}

.HrtgYearSlide-item .HrtgYr {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}

.GlyMnSwvr .HrtgYearSlide-item:before {
    width: 100%;
    height: 1px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1da1b8;
}

.UtlitmnSev .HrtgYearSlide-item .HrtgYrIcn {
    width: 18px;
    height: 18px;
    background: #1da1b8;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    border: 0px solid #1da1b8;
}

.UtlitmnSev .HrtgYearSlide-item .HrtgYrIcn:before {
    width: 15px;
    height: 15px;
    background: #1da1b8;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    visibility: hidden;
    opacity: 1;
}

.UtlitmnSev .HrtgYearSlide-item .HrtgYrIcn .HrtgYr {
    position: absolute;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}

.UtlitmnSev .owl-nav {
    position: absolute;
    top: -72px;
    width: 100%;
    z-index: 2;
    margin-top: 0;
}

.UtlitmnSev .owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.HrtgSldrCntnt .owl-item.active.current .HrtgYearSlide-item .HrtgYrIcn {
    background: #ffffff;
}

.UtlitmnSev .owl-item.active.current .HrtgYearSlide-item .HrtgYrIcn {
    border: 5px solid #1da1b8;
    background-color: #ffffff;
}

.UtlitmnSev .owl-item.active.current .HrtgYearSlide-item .HrtgYr {
    color: #1da1b8;
    font-weight: 600;
}

.GlyMnSwvr {
    padding: 50px 0px;
}

.cl12GlmnvrSwn {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 25px;
    width: 100%;
}

.cl12GlmnvrSwn .cl4mnvrSwn {
    width: 32%;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 20px;
    line-height: 0;
}

.cl12GlmnvrSwn .cl4mnvrSwn img {
    width: 100%;
}

.cl12GlmnvrSwn .cl4mnvrSwn:nth-child(3n - 3) {
    margin-right: 0px;
}

.cl12GlmnvrSwn .cl4mnvrSwn:hover .glySrmn img {
    transform: scale(1.1);
}

.cl12GlmnvrSwn .cl4mnvrSwn:hover .PlusIcmnvr {
    transform: translateY(0%);
}

.cl12GlmnvrSwn .cl4mnvrSwn .PlusIcmnvr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    transform: translateY(100%);
    transition: all 1s ease;
}

.GlyPoumncvrSwn.OpnPopCntct {
    display: block;
}

.cl12GlmnvrSwn .cl4mnvrSwn .glySrmn {
    width: 100%;
    line-height: 0;
}

.cl12GlmnvrSwn .cl4mnvrSwn .glySrmn img {
    width: 100%;
    transition: all 1s ease;
}

.GlyPoumncvrSwn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    display: none;
    align-items: center;
    justify-content: center;
}

.CntAlmnvr {
    width: 100%;
    height: 100%;
    z-index: 10;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ClsmbtnSwn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    line-height: 0;
    cursor: pointer;
}

.ClsmbtnSwn img {
    width: 100%;
}

lightgallery {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .UtlitmnSev {
        padding: 0px 40px;
    }
    .HrtgYearSlide-item {
        height: 100px;
    }
    .cl12GlmnvrSwn .cl4mnvrSwn {
        width: 30%;
    }
    .GlyMnSwvr {
        padding: 35px 0px;
    }
    body .lg-backdrop {
        background-color: rgb(0 0 0 / 88%);
    }
    body .lg-show-in .lg-toolbar,
    .lg-show-in .lg-prev,
    .lg-show-in .lg-next,
    .lg-show-in .lg-pager-outer {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .HrgmvrGly {
        bottom: 12px;
        text-align: center;
    }
    .HrgmvrGly h1 {
        font-size: 24px;
    }
    .HrtgYearSlide-item {
        height: 70px;
    }
    .UtlitmnSev .HrtgYearSlide-item.actmnTbmn .HrtgYr {
        font-size: 12px;
        line-height: 1.1;
    }
    .cl12GlmnvrSwn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0px;
    }
    .cl12GlmnvrSwn .cl4mnvrSwn {
        width: 49%;
        margin-bottom: 7px;
        margin-right: 0px;
    }
    .HrtgYearSlide-item .HrtgYr {
        font-size: 12px;
        line-height: 1.1;
    }
    lightgallery {
        justify-content: space-between;
    }
}

/* Trements Start  */

.SldrCnvrSwnCmnVr {
    width: 100%;
    position: relative;
}

.SldrVrSwntuv {
    position: relative;
    display: block;
    width: 100%;
}

.SldrVrSwntuv .SldrImgvrmn {
    width: 100%;
    position: relative;
}

.SldrVrSwntuv .SldrImgvrmn .SldrCnt {
    position: absolute;
    bottom: 84px;
    left: 102px;
    width: 30%;
}

.SldrVrSwntuv .SldrImgvrmn .SldrImg {
    width: 100%;
    position: relative;
    line-height: 0;
}

.SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    line-height: 1;
}

.MainSliderHomePage .SldrVrSwntuv .SldrImgvrmn .SldrImg::before {
    width: 100%;
    height: 80%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(transparent, #000000d6);
}

.cl12mnSlvrSwn {
    position: absolute;
    width: 55%;
    right: 115px;
    bottom: 76px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.cl12mnSlvrSwn p {
    color: #fff;
}

.LstingTrmnt {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Lstrpsemnvr {
    padding: 100px 0px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.Lstrpsemnvr:nth-child(even) {
    background-color: #ebebeb;
}

.Lstrpsemnvr:nth-child(even) .ImgIcnps {
    display: none;
}

.Lstrpsemnvr:nth-child(even) .cl12cntmnvr {
    flex-direction: row-reverse;
}

.cl12cntmnvr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cl12cntmnvr .cl6mntrt {
    width: 40%;
}

.cl12cntmnvr .cl6mntrt img {
    width: 100%;
}

.cl12cntmnvr .TrmctsOptnvr {
    width: 55%;
    position: relative;
}

.cl12cntmnvr .TrmctsOptnvr h4 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    font-family: "CenturyGothic-Bold";
}

.cl12cntmnvr .TrmctsOptnvr small {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.TtleTrmnt {
    margin-bottom: 20px;
}

.cl12cntmnvr .TrmctsOptnvr .Lnmemcmn {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #1da1b8;
    margin-top: 15px;
}

.cl12cntmnvr .TrmctsOptnvr p {
    color: #000000;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}

.SringOptrnmtOptin {
    margin-top: 40px;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.SringOptrnmtOptin .cl3Rptm p {
    font-size: 14px;
    color: #1da1b8;
    text-transform: uppercase;
    font-weight: 600;
}

.SringOptrnmtOptin .cl3Rptm p a {
    font-size: 14px;
    color: #1da1b8;
    text-transform: uppercase;
    font-weight: 600;
}

.SringOptrnmtOptin .cl3Rptm p img {
    vertical-align: middle;
    margin: 0 10px;
}

.CntWthVr {
    width: 90%;
    position: relative;
}

.ImgIcnps {
    position: absolute;
    right: -66px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0.1;
}

.Lstrpsemnvr:last-child {
    padding: 0px 0px;
}

.Lstrpsemnvr:last-child .ImgIcnps {
    display: none;
}

.Lstrpsemnvr:last-child .container {
    width: 100%;
    max-width: 100%;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr {
    flex-wrap: wrap;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .cl6mntrt {
    width: 100%;
    line-height: 0;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .cl6mntrt img {
    width: 100%;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr {
    position: absolute;
    top: 50%;
    width: 35%;
    transform: translate(0px, -50%);
    left: 150px;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr .TtleTrmnt small,
.Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr .TtleTrmnt h4 {
    color: #fff;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr .TtleTrmnt .Lnmemcmn {
    background-color: #fff;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr .CntWthVr {
    width: 100%;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr .CntWthVr p {
    color: #fff;
    text-align: left;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .SringOptrnmtOptin {
    width: 100%;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .SringOptrnmtOptin p,
.Lstrpsemnvr:last-child .container .cl12cntmnvr .SringOptrnmtOptin a {
    color: #fff;
}

.Lstrpsemnvr:last-child .container .cl12cntmnvr .SringOptrnmtOptin a img {
    filter: brightness(1000);
}

@media (max-width: 991px) {
    .SldrImg img {
        width: 100%;
    }
    .Lstrpsemnvr {
        padding: 30px 0px;
    }
    .cl12cntmnvr .TrmctsOptnvr {
        width: 56%;
    }
    .TtleTrmnt {
        margin-bottom: 15px;
    }
    .CntWthVr {
        width: 100%;
    }
    .SringOptrnmtOptin .cl3Rptm p img {
        width: 15px;
        margin: 0px 7px;
    }
    .Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr {
        width: 56%;
        left: 30px;
    }
    .SringOptrnmtOptin .cl3Rptm p {
        font-size: 11px;
        text-align: left;
    }
    .SringOptrnmtOptin .cl3Rptm p a {
        font-size: 11px;
    }
    .SringOptrnmtOptin {
        width: 100%;
        margin-top: 15px;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt {
        bottom: 142px;
        width: 100%;
        left: 0px;
        text-align: center;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
        font-size: 32px;
    }
    .cl12mnSlvrSwn {
        width: 90%;
        right: 30px;
        bottom: 25px;
    }
    .IcnimgSwn {
        height: 60px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .SldrVrSwntuv .SldrImgvrmn {
        height: 40vh;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrImg {
        height: 100%;
        width: 100%;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cl12mnSlvrSwn {
        width: 95%;
        right: 6px;
        bottom: 18px;
    }
    .IcnimgSwn {
        height: 48px;
        margin-bottom: 0px;
        width: 28px;
        display: block;
        margin: 0 auto;
    }
    .IcnimgSwn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt {
        bottom: 92px;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
        font-size: 20px;
    }
    .cl12mnSlvrSwn p {
        font-size: 10px;
    }
    .ImgIcnps {
        display: none;
    }
    .cl12cntmnvr {
        flex-wrap: wrap;
    }
    .cl12cntmnvr .cl6mntrt {
        width: 100%;
    }
    .cl12cntmnvr .TrmctsOptnvr {
        width: 100%;
    }
    .cl12cntmnvr .TrmctsOptnvr h4 {
        font-size: 24px;
        line-height: 1.4;
    }
    .cl12cntmnvr .TrmctsOptnvr small {
        font-size: 14px;
    }
    .cl12cntmnvr .TrmctsOptnvr .Lnmemcmn {
        margin-top: 8px;
    }
    .cl12cntmnvr .TrmctsOptnvr p {
        font-size: 14px;
    }
    .Lstrpsemnvr {
        padding: 20px 0px;
    }
    .SringOptrnmtOptin .cl3Rptm p a {
        font-size: 10px;
        white-space: nowrap;
    }
    .SringOptrnmtOptin .cl3Rptm p img {
        margin: 0px 1px;
        width: 12px;
    }
    .Lstrpsemnvr:last-child {
        height: 50vh;
    }
    .Lstrpsemnvr:last-child .container {
        height: 100%;
    }
    .Lstrpsemnvr:last-child .container .cl12cntmnvr {
        background-color: #000;
        height: 100%;
    }
    .Lstrpsemnvr:last-child .container .cl12cntmnvr .cl6mntrt {
        height: 100%;
    }
    .Lstrpsemnvr:last-child .container .cl12cntmnvr .cl6mntrt img {
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }
    .Lstrpsemnvr:last-child .container .cl12cntmnvr .TrmctsOptnvr {
        width: 90%;
        left: 15px;
    }
}

/* Treatments Details */

.SldrCnvrSwnCmnVr {
    width: 100%;
    position: relative;
}

.SldrVrSwntuv {
    position: relative;
    display: block;
    width: 100%;
}

.SldrVrSwntuv .SldrImgvrmn {
    width: 100%;
    position: relative;
}

.SldrVrSwntuv .SldrImgvrmn .SldrCnt {
    position: absolute;
    bottom: 84px;
    left: 102px;
    width: 30%;
}

.SldrVrSwntuv .SldrImgvrmn .SldrImg {
    width: 100%;
    position: relative;
    line-height: 0;
}

.SldrVrSwntuv .SldrImgvrmn .SldrImg img {
    width: 100%;
}

.SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
    font-size: 48px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    line-height: 1;
}

.MainSliderHomePage .SldrVrSwntuv .SldrImgvrmn .SldrImg::before {
    width: 100%;
    height: 80%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(transparent, #000000e8);
}

.cl12mnSlvrSwn {
    align-items: baseline;
    position: absolute;
    width: 58%;
    right: 115px;
    bottom: 76px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: baseline;
}

.cl12mnSlvrSwn .cl2Rtmnvr .IcnimgSwn img {
    width: auto;
    display: inline-block;
}

.cl12mnSlvrSwn p {
    color: #fff;
    margin-top: 5px;
    line-height: 1.2;
}

/* Slider End  */

.TrmntVrSwnvr {
    padding: 70px 0px;
}

.TrmntVrSwnvr .Ttlmnvr {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.TrmntVrSwnvr .Ttlmnvr h3 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic-bold';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 20px;
}

.irc-steps-section {
    padding-top: 40px;
}

.irc-intro-card {
    background: #f6fbfc;
    border: 1px solid #d7eef2;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 24px;
    box-shadow: 0 6px 18px rgba(29, 161, 184, 0.08);
}

.irc-intro-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

.irc-step-list {
    display: grid;
    gap: 16px;
}

.irc-step-item {
    background: #fff;
    border-left: 4px solid #1da1b8;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.irc-step-item h4 {
    font-size: 20px;
    color: #1da1b8;
    margin: 0 0 8px;
    font-family: "CenturyGothic-Bold";
}

.irc-step-item p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

.TblinUlmn {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.TblinUlmn ul {
    text-align: center;
}

.TblinUlmn ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-right: 34px;
    font-family: "CenturyGothic-Bold";
    color: #666666;
    cursor: pointer;
    padding: 7px 0px;
}

.TblinUlmn ul li:last-child {
    margin-right: 0px;
}

.TblinUlmn ul li.actmn {
    border-bottom: 2px solid #1da1b8;
    color: #1da1b8;
}

.tdmnvrSwnvr {
    width: 100%;
    position: relative;
    display: none;
}

.tdmnvrSwnvr .cl12SnTbing {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tdmnvrSwnvr .cl12SnTbing .col6mnCmln {
    width: 40%;
}

.tdmnvrSwnvr .cl12SnTbing .col6mnCmln img {
    width: 100%;
}

.tdmnvrSwnvr .cl12SnTbing .col6mnCmln:last-child {
    width: 58%;
}

.tdmnvrSwnvr .cl12SnTbing .col6mnCmln ul {
    padding-left: 40px;
}

.tdmnvrSwnvr .cl12SnTbing .col6mnCmln ul li {
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}

.tdmnvrSwnvr .cl12SnTbing .col6mnCmln ul li::before {
    top: 7px;
    left: -22px;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #1da1b8;
    border-radius: 50%;
}

.RctLgerAndTrmnet h4 {
    font-size: 36px;
    color: #000;
    font-family: "CenturyGothic-Bold";
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 35px;
}

.cla12mndwevrTrt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e2e2e2;
}

.cla12mndwevrTrt .cl6mnTrtmnvr {
    width: 50%;
    position: relative;
    border-right: 1px solid #e2e2e2;
}

.cla12mndwevrTrt .cl6mnTrtmnvr:last-child {
    border-right: 0px;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr {
    padding: 30px 50px;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr:nth-child(odd) {
    padding: 10px 50px;
    background-color: #e9e9e9;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvrhdmn h5 {
    font-size: 20px;
    color: #ffffff;
    background-color: #1da1b8;
    padding: 10px 50px;
}

.hdrngMnSwn {
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    .hdrngMnSwn .owl-theme .owl-nav {
        top: 25%;
        width: 95%;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .owl-theme .owl-nav {
        top: 50%;
        width: 100%;
        right: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transform: translate(0%, -50%);
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .owl-theme .owl-nav .owl-prev {
        position: absolute;
        width: 28px;
        height: 28px;
        margin: 0;
        left: -39px;
        padding: 0;
    }
    .hdrngMnSwn .owl-theme .owl-nav .owl-prev .lftCr {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: -37px;
        width: 28px;
        height: 28px;
        margin: 0;
        padding: 0;
    }
    .hdrngMnSwn .owl-theme .owl-nav .owl-next .rgtCr {
        width: 14px;
        height: 14px;
    }
}

.hdrngMnSwn .TtlemnSwn {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 60px 0px;
}

@media (max-width: 1024px) {
    .hdrngMnSwn .TtlemnSwn {
        padding: 35px 0px;
    }
}

@media (max-width: 991px) {
    .hdrngMnSwn .TtlemnSwn {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .TtlemnSwn {
        padding: 20px 0px;
    }
}

.hdrngMnSwn .TtlemnSwn h4 {
    font-size: 36px;
    color: #000;
    font-family: "CenturyGothic";
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 1024px) {
    .hdrngMnSwn .TtlemnSwn h4 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hdrngMnSwn .TtlemnSwn h4 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .TtlemnSwn h4 {
        font-size: 24px;
        width: 100%;
        margin: inherit;
        text-align: center;
        padding-left: 0px;
    }
}

.hdrngMnSwn .Sldrcmnblg {
    width: 100%;
    position: relative;
    display: block;
}

.hdrngMnSwn .Sldrcmnblg .SldrmnBlg {
    width: 100%;
    position: relative;
}

.hdrngMnSwn .Sldrcmnblg .SldrmnBlg .SldimgSwnVtr {
    position: relative;
    display: block;
}

.hdrngMnSwn .Sldrcmnblg .SldrmnBlg .SldimgSwnVtr:after {
    width: 100%;
    height: 80%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000b0));
    background-image: linear-gradient(transparent, #000000b0);
}

.hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0px 50px;
    z-index: 1;
}

@media (max-width: 991px) {
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn {
        bottom: 15px;
        padding: 0px 15px;
        bottom: 25px;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn {
        bottom: 0px;
        padding: 0px 0px;
        margin-top: 12px;
        position: relative;
    }
}

.hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 5px;
    font-family: "CenturyGothic-Bold";
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn h3 {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn h3 {
        font-size: 20px;
        line-height: 1;
        height: 20px;
        color: #000;
        text-align: center;
    }
}

.hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn p {
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4;
    height: 70px;
}

@media (max-width: 991px) {
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn p {
        height: auto;
    }
}

@media (max-width: 767px) {
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn p {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        color: #000;
    }
}

.BcImgSwnvrMnvr {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 10px;
}

.BcImgSwnvrMnvr .cl12mnswvrTrmntvt {
    width: 100%;
    position: relative;
    line-height: 0;
}

.BcImgSwnvrMnvr .cl12mnswvrTrmntvt img {
    width: 100%;
}

.clmnfrMnVrTrmnt {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translate(0px, -50%);
    left: 100px;
}

.clmnfrMnVrTrmnt h5 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "CenturyGothic";
}

.clmnfrMnVrTrmnt p {
    font-size: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
}

.clmnfrMnVrTrmnt p:last-child {
    margin-bottom: 0px;
}

.WhyPinMnSwn {
    width: 100%;
    position: relative;
    padding: 80px 0px 0px;
}

.WhyPinMnSwn .TtlmnSwn {
    width: 100%;
}

.WhyPinMnSwn .TtlmnSwn h4 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 20px;
}

.TtlmnSwn {
    margin-bottom: 40px;
}

.TtlmnSwn p {
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.Cl12mnSwntrmn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.Cl12mnSwntrmn .clWhySwnvr {
    text-align: center;
}

.Cl12mnSwntrmn .clWhySwnvr .whyplcl2 {
    height: 55px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Cl12mnSwntrmn .clWhySwnvr .whyplcl2 img {
    object-fit: contain;
}

.Cl12mnSwntrmn .clWhySwnvr p {
    width: 67%;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 10px;
}

.WhtPlmvrSwn {
    width: 100%;
    margin: 55px 0px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
}

.WhtPlmvrSwn .cl4mnvrSn {
    width: 25%;
    border-right: 1px solid #e2e2e2;
}

.WhtPlmvrSwn .cl4mnvrSn .HrMnVr {
    padding: 12px 55px;
    background-color: #1da1b8;
    color: #fff;
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
}

.WhtPlmvrSwn .cl4mnvrSn .Rptmnvr {
    padding: 12px 55px;
    background: #fff;
    font-family: "CenturyGothic-Bold";
    color: #666666;
}

.WhtPlmvrSwn .cl4mnvrSn .Rptmnvr:nth-child(odd) {
    background-color: #e9e9e9;
}

.WhtAplis {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 50px;
}

.WhtAplis h4 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 20px;
}

.WhtPlmnvrSwn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
}

.WhtPlmnvrSwn .ImgSwnvrMn {
    width: 40%;
    position: relative;
}

.WhtPlmnvrSwn .ImgSwnvrMn img {
    width: 100%;
}

.WhtPlmnvrSwn .cl6mnWhtplimvr {
    width: 55%;
    position: relative;
}

.WhtPlmnvrSwn .cl6mnWhtplimvr p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
}

.WhtPlmnvrSwn .cl6mnWhtplimvr ul {
    padding-left: 40px;
}

.WhtPlmnvrSwn .cl6mnWhtplimvr h6 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-family: "CenturyGothic";
}

.WhtPlmnvrSwn .cl6mnWhtplimvr ul li {
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: 400;
    margin-bottom: 3px;
}

.WhtPlmnvrSwn .cl6mnWhtplimvr ul li::before {
    top: 7px;
    left: -22px;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #1da1b8;
    border-radius: 50%;
}

.ImgbcSwn {
    width: 100%;
}

.ImgbcSwn img {
    width: 100%;
}

.CusmnvrSwn {
    width: 100%;
    position: relative;
    padding: 50px 0px 0px;
}

.cl12mnSwbcvr {
    text-align: center;
}

.cl12mnSwbcvr .clmnGyMn {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.CusmnvrSwn h5 {
    font-size: 36px;
    color: #000;
    font-family: "CenturyGothic";
    margin-bottom: 40px;
    text-align: center;
}

.CntSlmshw {
    padding: 0px 10px;
}

.CntSlmshw {
    color: #000;
    font-weight: 400;
}

.cl12mnSwbcvr .clmnGyMn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.WhyCausPilemn .cl12mnSwbcvr {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .WhyCausPilemn .cl12mnSwbcvr {
        width: 100%;
        max-width: none;
        padding: 0 10px;
    }
}

.WhAtAretheSymnfPls {
    width: 100%;
    background-color: #1da1b8;
    position: relative;
    display: block;
}

.WhAtAretheSymnfPls .PlsSymblofvnt {
    width: 60%;
    position: relative;
    padding: 70px 0px;
}

.WhAtAretheSymnfPls .PlsSymblofvnt h5 {
    font-size: 36px;
    color: #fff;
    font-family: "CenturyGothic";
    width: 70%;
    line-height: 1.2;
    margin-bottom: 20px;
}

.WhAtAretheSymnfPls .PlsSymblofvnt p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.WhAtAretheSymnfPls .PlsSymblofvnt ul {
    padding-left: 30px;
}

.WhAtAretheSymnfPls .PlsSymblofvnt ul li {
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #fff;
}

.WhAtAretheSymnfPls .PlsSymblofvnt ul li::before {
    position: absolute;
    left: -14px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    top: 10px;
}

.RghtimgSwn {
    line-height: 0;
    position: absolute;
    right: 100px;
    top: 0;
    height: 100%;
    bottom: 0;
}

.RghtimgSwn img {
    width: 100%;
    height: 100%;
}

.HwmnTypeOfPlemn {
    width: 100%;
    position: relative;
    display: block;
    padding: 65px 0px;
}

.HwmnTypeOfPlemn .HwMnyTlmvr {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny {
    width: 28%;
    position: relative;
    text-align: center;
}

.HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny img {
    width: 100%;
}

.HwmnTypeOfPlemn h4 {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 20px;
}

.HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny h5 {
    font-size: 24px;
    color: #000;
    padding: 10px 0px;
    font-family: "CenturyGothic";
}

.HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny p {
    font-size: 16px;
    color: #000;
    font-family: "CenturyGothic";
}

.BckcnPileDigoned {
    width: 100%;
    position: relative;
    display: block;
}

.HwCnImgBck {
    position: relative;
    display: block;
    line-height: 0;
}

.PsbMnSwnvr {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 45%;
    left: 100px;
}

.PsbMnSwnvr h4 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "CenturyGothic";
}

.PsbMnSwnvr p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.HwCnImgBck::before {
    position: absolute;
    left: 0;
    background-image: linear-gradient(to right, #000000a6, #00000008);
    top: 0px;
    width: 70%;
    content: '';
    height: 100%;
}

.HwCnImgBck img {
    width: 100%;
}

.hdrngMnSwn.TrdlgemnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0px 30px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt {
        bottom: 155px;
        width: 100%;
        left: 0px;
        text-align: center;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
        font-size: 32px;
    }
    .cl12mnSlvrSwn {
        width: 100%;
        right: 0px;
        bottom: 22px;
        align-items: end;
    }
    .IcnimgSwn {
        height: 60px;
        margin-bottom: 8px;
    }
    .cl12mnSlvrSwn p {
        line-height: 1.3;
    }
    .WhtAplis {
        padding-top: 25px;
    }
    .WhtAplis h4 {
        margin-bottom: 15px;
        font-size: 36px;
    }
    .TrmntVrSwnvr {
        padding: 40px 0px;
    }
    .TrmntVrSwnvr .Ttlmnvr {
        margin-bottom: 10px;
    }
    .TblinUlmn {
        margin-bottom: 35px;
    }
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg {
        width: 100%;
        position: relative;
        height: 35vh;
    }
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .SldimgSwnVtr img {
        height: 100%;
        object-fit: cover;
    }
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .SldimgSwnVtr {
        height: 100%;
    }
    .BcImgSwnvrMnvr {
        height: 58vh;
    }
    .BcImgSwnvrMnvr .cl12mnswvrTrmntvt {
        height: 100%;
    }
    .BcImgSwnvrMnvr .cl12mnswvrTrmntvt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 7px;
    }
    .clmnfrMnVrTrmnt {
        position: absolute;
        width: 65%;
        top: 50%;
        transform: translate(0px, -50%);
        left: 30px;
    }
    .WhyPinMnSwn {
        padding: 25px 0px 0px;
    }
    .WhyPinMnSwn .TtlmnSwn h4 {
        margin-bottom: 10px;
    }
    .Cl12mnSwntrmn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .Cl12mnSwntrmn .clWhySwnvr p {
        width: 100%;
    }
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .SldimgSwnVtr:after {
        width: 100%;
        height: 100%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        content: "";
        background-image: linear-gradient(#000000b0, #000000b0);
    }
    .hdrngMnSwn .Sldrcmnblg {
        padding: 0px 60px;
    }
    .hdrngMnSwn {
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .RghtimgSwn {
        display: none;
    }
    .WhAtAretheSymnfPls .PlsSymblofvnt {
        padding: 30px 0px;
        width: 100%;
    }
    .HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny h5 {
        line-height: 1;
    }
    .HwmnTypeOfPlemn {
        padding: 50px 0px;
    }
    .HwmnTypeOfPlemn h4 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny {
        width: 47%;
    }
    .BckcnPileDigoned {
        height: 55vh;
    }
    .HwCnImgBck {
        width: 100%;
        height: 100%;
    }
    .HwCnImgBck img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .PsbMnSwnvr {
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
        width: 60%;
        left: 30px;
    }
    .PsbMnSwnvr h4 {
        font-size: 30px;
    }
    .CntSlmshw p {
        line-height: 1.2;
    }
    .CusmnvrSwn h5 {
        margin-bottom: 25px;
    }
    .hdrngMnSwn.TrdlgemnSwn {
        padding-bottom: 0px;
    }
    .WhAtAretheSymnfPls .PlsSymblofvnt h5 {
        font-size: 36px;
        line-height: 1.2;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .BlogQuickLinks {
        display: none !important;
    }
    .cl12mnSlvrSwn {
        width: 95%;
        right: 6px;
        bottom: 35px;
    }
    .cl12mnSlvrSwn p {
        font-size: 10px;
    }
    #menu-off-canvas #menu-main-menu>li .PrJdlPgrMnvr li a {
        font-size: 20px;
        line-height: 1.3;
    }
    .IcnimgSwn {
        height: 48px;
        margin-bottom: 0px;
        width: 28px;
        display: block;
        margin: 0 auto;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt {
        bottom: 120px;
    }
    .cl12mnSlvrSwn .cl2Rtmnvr .IcnimgSwn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrCnt h1 {
        font-size: 20px;
    }
    .SldrVrSwntuv .SldrImgvrmn {
        height: 28vh;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrImg {
        width: 100%;
        height: 100%;
    }
    .SldrVrSwntuv .SldrImgvrmn .SldrImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .WhtAplis h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .WhtPlmnvrSwn {
        flex-wrap: wrap;
    }
    .WhtPlmnvrSwn .cl6mnWhtplimvr p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .WhtPlmnvrSwn .ImgSwnvrMn {
        width: 100%;
    }
    .WhtPlmnvrSwn .cl6mnWhtplimvr {
        width: 100%;
    }
    .WhtPlmnvrSwn .cl6mnWhtplimvr h6 {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .TrmntVrSwnvr {
        padding: 25px 0px;
    }
    .TrmntVrSwnvr .Ttlmnvr h3 {
        font-size: 40px;
        margin-top: 23px;
    }
    .TblinUlmn {
        margin-bottom: 25px;
    }
    .TblinUlmn ul {
        text-align: center;
        display: flex;
        justify-content: space-around;
    }
    .TblinUlmn ul li {
        margin-right: 0px;
        font-size: 14px;
    }
    .tdmnvrSwnvr .cl12SnTbing {
        flex-wrap: wrap;
    }
    .tdmnvrSwnvr .cl12SnTbing .col6mnCmln {
        width: 100%;
    }
    .tdmnvrSwnvr .cl12SnTbing .col6mnCmln:last-child {
        width: 100%;
    }
    .tdmnvrSwnvr .cl12SnTbing .col6mnCmln ul {
        padding-left: 26px;
        margin-top: 10px;
    }
    .tdmnvrSwnvr .cl12SnTbing .col6mnCmln ul li {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
    }
    .tdmnvrSwnvr .cl12SnTbing .col6mnCmln ul li::before {
        width: 7px;
        height: 7px;
    }
    .RctLgerAndTrmnet h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .cla12mndwevrTrt {
        flex-wrap: wrap;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr {
        width: 100%;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvrhdmn h5 {
        font-size: 16px;
        padding: 10px 30px;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr {
        padding: 10px 30px;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr:nth-child(odd) {
        padding: 10px 30px;
    }
    .cla12mndwevrTrt .cl6mnTrtmnvr .Hdimgvr p {
        font-size: 14px;
    }
    .hdrngMnSwn {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .hdrngMnSwn .Sldrcmnblg {
        padding: 0px 50px;
    }
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg {
        height: auto;
    }
    .BcImgSwnvrMnvr {
        height: auto;
    }
    .clmnfrMnVrTrmnt {
        position: relative;
        width: 100%;
        top: auto;
        transform: none;
        left: 0px;
        margin-top: 10px;
        padding: 0px 10px;
    }
    .clmnfrMnVrTrmnt h5 {
        font-size: 24px;
        color: #000;
        margin-bottom: 5px;
        text-align: center;
    }
    .clmnfrMnVrTrmnt p {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        margin-bottom: 10px;
    }
    .WhyPinMnSwn .TtlmnSwn h4 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.2;
    }
    .WhyPinMnSwn .TtlmnSwn {
        margin-bottom: 25px;
    }
    .Cl12mnSwntrmn {
        align-items: baseline;
        flex-wrap: wrap;
    }
    .Cl12mnSwntrmn .clWhySwnvr {
        text-align: center;
        width: 49%;
    }
    .Cl12mnSwntrmn .clWhySwnvr {
        text-align: center;
        width: 49%;
        margin-bottom: 6px;
    }
    .Cl12mnSwntrmn .clWhySwnvr p {
        font-size: 14px;
        width: 100%;
        min-height: 55px;
        overflow: hidden;
    }
    .WhtPlmvrSwn {
        margin: 10px 0px 35px;
        flex-wrap: wrap;
    }
    .WhtPlmvrSwn .cl4mnvrSn {
        width: 50%;
        border-right: 1px solid #e2e2e2;
    }
    .WhtPlmvrSwn .cl4mnvrSn .HrMnVr {
        padding: 8px 15px;
    }
    .WhtPlmvrSwn .cl4mnvrSn .Rptmnvr {
        padding: 8px 15px;
    }
    .TtlmnSwn p {
        font-size: 14px;
    }
    .WhtPlmnvrSwn .cl6mnWhtplimvr ul li {
        font-size: 14px;
    }
    .WhAtAretheSymnfPls .PlsSymblofvnt h5 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .WhAtAretheSymnfPls .PlsSymblofvnt p {
        font-size: 14px;
        line-height: 1.3;
    }
    .WhAtAretheSymnfPls .PlsSymblofvnt ul li {
        font-size: 14px;
        line-height: 1.3;
    }
    .HwmnTypeOfPlemn {
        padding: 30px 0px;
    }
    .HwmnTypeOfPlemn h4 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .HwmnTypeOfPlemn .HwMnyTlmvr {
        flex-wrap: wrap;
    }
    .HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 15px;
    }
    .HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny h5 {
        line-height: 1;
        font-size: 18px;
        padding: 10px 0px 3px;
    }
    .HwmnTypeOfPlemn .HwMnyTlmvr .cl6mnTlmVrmny p {
        font-size: 14px;
        line-height: 1.3;
    }
    .BckcnPileDigoned {
        height: auto;
    }
    .PsbMnSwnvr {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        left: 0px;
        padding: 0px 10px;
        margin-top: 15px;
    }
    .PsbMnSwnvr h4 {
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        color: #000;
        margin-bottom: 10px;
    }
    .PsbMnSwnvr p {
        color: #000;
        font-size: 14px;
        text-align: justify;
    }
    .CusmnvrSwn {
        padding: 20px 0px 15px;
    }
    .CusmnvrSwn h5 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2;
    }
    .cl12mnSwbcvr .clmnGyMn {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 5px;
        margin: 0 auto;
        margin-bottom: 7px;
    }
    .CntSlmshw {
        padding: 0px 0px;
    }
    .CntSlmshw p {
        font-size: 14px;
        line-height: 1.2;
    }
    .hdrngMnSwn.TrdlgemnSwn .Sldrcmnblg .SldrmnBlg .sldrcntmnSwn {
        padding: 0px 0px;
        position: relative;
        bottom: 0px;
        width: 100%;
    }
    .hdrngMnSwn .Sldrcmnblg .SldrmnBlg .SldimgSwnVtr:after {
        content: none;
    }
}

/* Treatments Details End  */

/* Tremets End   */

/* Gallery End   */

/* Footer End  */

/* Faq End  */

/* Contact Us End   */

/* Blog Listing End  */

/* Blog Details End   */

/* About Us End  */

/* Index End */

/* Header End  */

.HrpsmnVrSwnvr {
    position: absolute;
    top: 100px;
    width: fit-content;
    left: 0px;
    right: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 10px 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 1px 6px 5px rgba(0, 0, 0, 0.14);
}

.HrpsmnVrSwnvr:before {
    width: 0;
    height: 0;
    top: -10px;
    right: auto;
    bottom: 22px;
    left: 27%;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1da1b8;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.HrpsmnVrSwnvr li {
    display: block;
    width: 100%;
}

.hrprmnvr {
    position: relative;
}

.hrprmnvr:hover .HrpsmnVrSwnvr {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.navbrMnurmnvr .HrpsmnVrSwnvr li a {
    display: block;
    margin-right: 0px;
    width: 100%;
    font-size: 13px;
    padding: 4px 8px;
    color: #000;
    transition: all 1s ease;
    text-align: left;
    white-space: nowrap;
}

.navbrMnurmnvr .HrpsmnVrSwnvr li a:hover {
    color: #1da1b8;
}

#menu-off-canvas #menu-main-menu>li .PrJdlPgrMnvr {
    margin: 10px 0px;
    padding: 0;
    padding-left: 2rem;
    list-style: none;
    display: none;
}

#menu-off-canvas #menu-main-menu>li .PrJdlPgrMnvr li a {
    font-size: 28px;
    line-height: 1.3;
}

#menu-off-canvas #menu-main-menu>li a .RgtArwmnvr {
    border: solid #979E9A;
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 12px;
}

@media (max-width: 767px) {
    #menu-off-canvas #menu-main-menu>li .PrJdlPgrMnvr {
        padding-left: 1em;
    }
    #menu-off-canvas #menu-main-menu>li .PrJdlPgrMnvr li a {
        font-size: 20px;
        line-height: 1.3;
    }
    .SldrCnvrSwnCmnVr.TrmtentSwnlst .cl12mnSlvrSwn {
        right: 0px;
        bottom: 15px;
        width: 100%;
        padding: 0px 10px;
        left: auto;
    }
    .SldrCnvrSwnCmnVr.TrmtentSwnlst .SldrImgvrmn .SldrCnt {
        bottom: 100px;
    }
    .hdrngMnSwn.TrdlgemnSwn .Sldrcmnblg {
        padding: 0px 20px;
    }
    .UtlitmnSev {
        padding: 0px 20px;
    }
    .UtlitmnSev .owl-nav {
        top: -46px;
    }
    .GlyMnSwvr .owl-theme .owl-nav .owl-prev {
        left: -20px;
    }
    .GlyMnSwvr .owl-theme .owl-nav .owl-next {
        right: -25px;
    }
    .GlyMnSwvr .owl-theme .owl-nav .lftCr {
        width: 12px;
        height: 12px;
    }
    .GlyMnSwvr .owl-theme .owl-nav .rgtCr {
        width: 12px;
        height: 12px;
    }
    .RltBlgmnvrSwntvr {
        padding: 0px 0px;
    }
    .RltdBlgMnvr .owl-theme .owl-nav {
        top: -39px;
        right: 0px;
        width: auto;
        left: auto;
    }
    .RltdBlgMnvr .owl-theme .owl-nav [class*=owl-] {
        margin: 0px;
        padding: 0px;
    }
    .RltBlgmnvrSwntvr .cl4smnvrSvr .BlgNmeVrSwn {
        position: relative;
        bottom: 0px;
        width: 100%;
    }
    .CntSldrSemnVr.FaqbnvrSwn .CntUdmnvrMn {
        bottom: 20px;
        padding: 0px 20px;
    }
    .CntSldrSemnVr.CntusvrSwn .CntUdmnvrMn {
        bottom: 20px;
        left: 0px;
        padding: 0px 20px;
        text-align: left;
    }
    .CntSldrSemnVr.CntusvrSwn .CntUdmnvrMn h1 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 12px;
    }
    .LdrShipPgemn .owl-theme .owl-nav .owl-next {
        right: 0px;
    }
}

.NmeSwbvr .FormGrpmn .hasVal {
    top: -15px;
}

/* achivement  */

.gp-achievement-zone {
    width: 100%;
    background: #ffffff;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

/* LIGHT BG ICON */

.gp-achievement-zone::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 20px;
    width: 180px;
    height: 180px;
    background: url('images/bg-icon.png') no-repeat center;
    background-size: contain;
    opacity: 0.05;
    pointer-events: none;
}

/* WRAPPER */

.gp-achievement-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* CARD */

.gp-achievement-card {
    flex: 1;
    min-width: 250px;
    text-align: center;
    position: relative;
}

/* ICON */

.gp-achievement-icon {
    width: 85px;
    height: 85px;
    margin: auto auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* IMAGE */

.gp-achievement-icon img {
    width: 120px;
    height: 76px;
    object-fit: contain;
}

/* HEADING */

.gp-achievement-card h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0fa7c3;
    transition: 0.4s ease;
    animation: gpColorShift 1s infinite alternate;
}

/* TEXT */

.gp-achievement-card p {
    font-size: 28px;
    color: #444;
    line-height: 1.4;
    font-weight: 400;
}

/* COLOR ANIMATION */

@keyframes gpColorShift {
    0% {
        color: #0fa7c3;
    }
    100% {
        color: #f28c28;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:991px) {
    .gp-achievement-zone {
        padding: 60px 20px;
    }
    .gp-achievement-wrapper {
        gap: 50px;
    }
    .gp-achievement-card {
        min-width: 45%;
    }
    .gp-achievement-card h3 {
        font-size: 32px;
    }
    .gp-achievement-card p {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .gp-achievement-wrapper {
        flex-direction: column;
    }
    .gp-achievement-card {
        width: 100%;
    }
    .gp-achievement-icon {
        width: 75px;
        height: 75px;
        margin-bottom: -2px;
    }
    .gp-achievement-icon img {
        width: 60px;
        height: 60px;
    }
    .gp-achievement-card h3 {
        font-size: 23px;
    }
    .gp-achievement-card p {
        font-size: 20px;
        margin-top: -8px;
    }
    .gp-achievement-zone::after {
        width: 120px;
        height: 120px;
        right: 10px;
    }
}

.faq-title {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .comparison-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px !important;
    }
}

/* difference */

.comparison-section {
    padding: 60px 5px;
    background: #ffffff;
    text-align: center;
}

.section-title {
    font-size: 36px;
    color: #000;
    font-family: 'CenturyGothic';
    width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 20px;
}

.table-wrapper {
    max-width: 1000px;
    margin: auto;
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 19px;
}

.comparison-table thead th {
    background: #1fa3b8;
    color: #fff;
    padding: 14px;
}

.comparison-table td {
    padding: 14px;
    border: 1px solid #ddd;
}

.comparison-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.comparison-table tbody td:first-child {
    font-weight: 600;
}

.winner-icon {
    width: 15%;
    height: auto;
}

@media (max-width: 768px) {
    .winner-icon {
        width: 35% !important;
        /* mobile ke hisab se adjust kar lo */
    }
}

@media (max-width: 768px) {
    .SldrCnvrSwnCmnVr {
        display: none !important;
    }
}

.msk-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
    /* Hide by default */
}

.msk-slider-track {
    display: flex;
    width: 200%;
    animation: mskSlideAnimation 12s infinite;
}

.msk-slide-item {
    width: 100%;
    flex-shrink: 0;
}

.msk-slide-item picture,
.msk-slide-item img {
    display: block;
    width: 100%;
}

.msk-slide-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ============================
   Desktop Hide
============================ */

@media (min-width:769px) {
    .msk-slider-wrapper {
        display: none;
    }
}

/* ============================
   Mobile Show
============================ */

@media (max-width:768px) {
    .msk-slider-wrapper {
        display: block;
    }
    .msk-slide-item img {
        width: 50%;
        height: auto;
    }
}

/* ============================
   Animation
============================ */

@keyframes mskSlideAnimation {
    0%,
    45% {
        transform: translateX(0%);
    }
    50%,
    95% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.misaki-single-banner-box {
    width: 100%;
    display: none;
    overflow: hidden;
}

.misaki-single-banner-box a {
    display: block;
}

.misaki-single-banner-box picture,
.misaki-single-banner-box img {
    display: block;
    width: 100%;
}

.misaki-single-banner-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Desktop Hide */

@media(min-width:769px) {
    .misaki-single-banner-box {
        display: none;
    }
}

/* Mobile Show */

@media(max-width:768px) {
    .misaki-single-banner-box {
        display: block;
    }
}

.BckimgSwnmnCmt-service {
    width: 100%;
    position: relative;
    /* background-image: url('..images/Srvebnner.jpg'); */
    height: 108vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}

.BckimgSwnmnCmt-service .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 991px) {
    .BckimgSwnmnCmt-service {
        height: auto;
    }
    .BckimgSwnmnCmt-service .container {
        position: relative;
        left: auto;
        right: auto;
        transform: none;
    }
}

@media (max-width: 767px) {
    .BckimgSwnmnCmt-service {
        height: auto;
        padding: 10px 0px;
    }
    .BckimgSwnmnCmt-service .container {
        position: relative;
        left: 0%;
        top: 0%;
        transform: none;
        width: 95%;
    }
}