*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body,
html {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    font-weight: normal;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 0, 0, 0.8196078431);
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    box-shadow: none;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #5e3263;
    outline: 0;
}

a[href] {
    text-decoration: none;
    color: rgb(85, 26, 139);
}

img {
    max-width: 100%;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container-fluid {
    padding: 0 25px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.heading h2 {
    line-height: 40px;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
}

@media (max-width: 767px) {
    .heading h2 {
        line-height: 30px;
    }
}

@media (max-width: 520px) {
    .heading h2 {
        line-height: 27px;
    }
}

.heading h2 span {
    color: #5e3263;
}

.heading.primary h2 {
    color: #5e3263;
}

.btn_aply a {
    display: inline-block;
    border: 1px solid #5e3263;
    padding: 4px 30px;
    border-radius: 35px;
    color: #5e3263;
    transition: 0.5s ease;
}

@media (max-width: 991px) {
    .btn_aply a {
        background: #5e3263;
        color: #fff;
    }
}

.btn_aply a:hover {
    background: #5e3263;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: normal;
    font-weight: 500;
}

h1 {
    font-size: 50px;
    line-height: 55px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
}

h2 {
    font-size: 36px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 27px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 25px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

@media (max-width: 767px) {
    h6 {
        font-size: 16px;
    }
}

input,
select,
textarea,
button,
input[type=button],
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=time] {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    max-width: 675px;
    width: 100%;
    background: #fff;
    border: 0;
    outline: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.signature {
    font-family: "Malina", sans-serif;
    font-size: 48px;
    line-height: normal;
    color: #000;
    font-weight: normal;
}

@media (max-width: 991px) {
    .signature {
        font-size: 28px;
    }
}

.read_more {
    text-align: center;
}

.read_more a {
    display: inline-block;
}

.read_more a span,
.read_more a img {
    display: inline-block;
    vertical-align: middle;
}

.read_more a span {
    padding-right: 10px;
}

.link a {
    display: inline-block;
    padding: 10px 8px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    color: #5e3263;
    transition: 0.5s ease;
    text-transform: capitalize;
    cursor: pointer;
}

.link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 98%, 0% 98%);
    clip-path: polygon(0 100%, 100% 100%, 100% 98%, 0% 98%);
    background: #5e3263;
    transition: 0.5s ease;
}

.link a span,
.link a img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.link a img {
    filter: initial;
}

.link a:hover {
    padding: 10px 13px;
    border-radius: 2px;
}

.link a:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.link a:hover span {
    color: #fff;
}

.link a:hover img {
    filter: grayscale(1) brightness(0) invert(1);
}

@media (max-width: 991px) {
    .link a {
        padding: 10px 13px;
        border-radius: 2px;
    }

    /* .link a::after {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
} */
    /* .link a span {
color: #fff;
} */
    /* .link a img {
filter: grayscale(1) brightness(0) invert(1);
} */
}

.link a span {
    padding-right: 22px;
}

.custom-scrol::-webkit-scrollbar {
    width: 3px;
}

.custom-scrol::-webkit-scrollbar-track {
    box-shadow: none;
}

.custom-scrol::-webkit-scrollbar-thumb {
    background-color: #5e3263;
    outline: 0;
}

.model-open {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.nav-center .owl-nav button {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.nav-center .owl-nav button.owl-prev {
    left: 0;
}

.nav-center .owl-nav button.owl-next {
    right: 0;
}

div#back-to-top {
    position: fixed;
    left: auto;
    right: -100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    z-index: 1;
    bottom: 60px;
    background: #5e3263;
    padding: 10px;
    cursor: pointer;
    transition: 700ms ease;
}

@media (max-width: 675px) {
    div#back-to-top {
        width: 45px;
        height: 45px;
        bottom: 50px;
    }
}

div#back-to-top.show {
    right: 10px;
}

div#back-to-top.show~.right_side_act_bt {
    right: 10px;
}

div#back-to-top svg {
    color: #fff;
    max-width: 18px;
}

.social-links ul li {
    display: inline-block;
    vertical-align: middle;
}

.social-links ul li a {
    display: block;
    width: 30px;
    line-height: 0;
    text-align: center;
    margin: 0;
}

.social-links ul li a svg {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.social-links ul li a svg path {
    fill: #fff;
    transition: 600ms ease;
}

.social-links ul li a:hover svg path {
    fill: #5e3263;
}

@media (max-width: 991px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

.form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form .form-group .form-control {
    max-width: 767px;
    width: 100%;
    height: 45px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    border: 0;
    top: 16px;
    color: #000;
    padding-top: 15px;
    background: transparent;
    border-bottom: 1px solid #dbdbdb;
    transition: 700ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.form .form-group .form-control:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form .form-group .form-control option {
    color: #000;
}

.form .form-group .form-control:focus {
    outline: none;
    border-color: #000;
}

.form .form-group .form-control:focus~label {
    top: -6px;
    font-size: 14px;
}

.form .form-group.valid label {
    top: -6px;
    font-size: 14px;
}

.form .form-group .icondoro {
    position: absolute;
    right: 10px;
    line-height: 0;
    top: 15px;
}

.form .form-group textarea.form-control {
    height: 85px;
    max-width: 100%;
    padding-top: 15px;
    resize: none;
}

.form .form-group label {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    line-height: normal;
    transition: 600ms ease;
    display: block;
    color: #fff;
    top: 10px;
    padding: 0 0 13px;
}

.ui-datepicker .ui-widget-header {
    background: #5e3263;
    border-color: #5e3263;
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
    font-family: "DM Sans", sans-serif;
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    border: 1px solid #5e3263 !important;
    background: #5e3263 !important;
    color: #ffffff !important;
    text-align: center !important;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-widget-content .ui-state-active {
    border: 1px solid #5e3263 !important;
    background: #5e3263 !important;
    color: #ffffff !important;
    text-align: center !important;
}

.ui-datepicker-calendar * {
    font-family: "DM Sans", sans-serif;
    text-align: center !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: #5e3263 !important;
    border: 0 !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 1px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 1px !important;
}

.ui-datepicker .ui-datepicker-prev span {
    /* background: url(/public/assets/icons/prev.webp); */
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
    /* background: url(/public/assets/icons/next.webp); */
    background-repeat: no-repeat;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: #000;
    border: 0;
    color: #fff;
    text-align: center;
}

span.ui-datepicker-year,
span.ui-datepicker-month {
    font-family: "DM Sans", sans-serif;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-title select {
    font-family: "DM Sans", sans-serif;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    filter: invert(1);
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    background: #5e3263;
}

.ui-datepicker .ui-datepicker-title select:focus {
    outline: 0;
}

.ui-datepicker .ui-datepicker-title select option:hover {
    background: #5e3263;
}

.model .close {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 50px;
    background: transparent;
    cursor: pointer;
    transition: 0.5s ease;
}

.model .close img {
    width: 12px;
}

.model .close:hover {
    background: #f1f1f1;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    pointer-events: none;
    transition: 0.3s sease;
}

.is-open .overlay {
    pointer-events: all;
}

@keyframes bganimat {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 20px 10px;
    }
}

@keyframes try {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        color: #d08897;
    }

    100% {
        color: #fff;
    }
}

.img_hover {
    overflow: hidden;
}

.img_hover img {
    transform: scale(1);
    transition: 1s ease;
}

.img_hover:hover img {
    transform: scale(1.1);
}

.video_icon {
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .video_icon {
        width: 47px;
        height: 47px;
    }
}

.video_icon:before {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    display: block;
    animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
    .video_icon:before {
        width: 47px;
        height: 47px;
    }
}

.video_icon img {
    width: auto;
    position: relative;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.Model_Video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #000;
    transform: translateY(100%);
    transition: 0.5s ease;
}

.Model_Video.is-open {
    transform: translateY(0%);
}

.Model_Video .modelBody {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Model_Video .modelBody iframe {
    width: 90%;
    height: 85%;
    border: 0;
}

@media (max-width: 767px) {
    .Model_Video .modelBody iframe {
        width: 100%;
        height: 100%;
        border: 0;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0px 10px;
    }
}

.close_model {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}

.close_model img {
    width: 14px;
}

.mob_strip {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 2;
    display: none;
}

@media (max-width: 767px) {
    .mob_strip {
        display: block;
    }
}

.mob_strip ul {
    display: flex;
}

.mob_strip ul li {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    font-size: 13px;
}

.mob_strip ul li:nth-child(2) {
    border-left: 1px solid rgba(235, 235, 235, 0.3411764706);
    border-right: 1px solid rgba(235, 235, 235, 0.3411764706);
}

.mob_strip ul li:nth-child(3) {
    border-right: 1px solid rgba(235, 235, 235, 0.3411764706);
}

.mob_strip ul li a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 10px 0;
    transition: 0.5s ease;
}

header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #000;
    opacity: 0.8;
    transition: 0.5s ease;
}

header .container-fluid {
    max-width: 1280px;
    width: 100%;
    padding: 0 15px;
}

header .header-wrapper {
    display: block;
    position: relative;
}

header.header-fixed {
    padding: 8px 0;
}

header.header-fixed:before {
    height: 100%;
}

header.header-fixed .custom-logo {
    line-height: 0;
    display: block;
}

header.header-fixed .custom-logo a img {
    max-width: 134px;
}

@media (max-width: 767px) {
    header.header-fixed .custom-logo a img {
        max-width: 100%;
    }
}

header.header-fixed .header-navigation .top-navigation {
    margin-bottom: 8px;
}

@media (max-width: 1230px) {
    header.header-fixed .header-navigation .top-navigation {
        margin-bottom: 0;
    }
}

header .flex {
    align-items: center;
}

header .header-logo {
    flex: 0 1 145px;
    max-width: 145px;
    width: 100%;
}

@media (max-width: 767px) {
    header .header-logo {
        flex: 0 1 90px;
        max-width: 90px;
    }
}

header .header-navigation {
    flex: 1;
}

header .header-navigation .top-navigation {
    margin-bottom: 15px;
    transition: 0.5s ease;
}

@media (max-width: 1230px) {
    header .header-navigation .top-navigation {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li:not(:last-child) {
        display: none;
    }
}

header .header-navigation .top-navigation .nav ul li a {
    font-size: 14px;
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr {
    padding: 0px 0px;
    position: relative;
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .Usrmnvrtuv {
    padding: 0px 0px;
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .Usrmnvrtuv {
        padding: 5px 0px;
    }
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .UsrmnVl {
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    padding-right: 15px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .UsrmnVl {
        font-size: 13px;
        padding-right: 0px;
        padding-left: 25px;
    }
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .UsrmnVl img {
    position: absolute;
    left: 0px;
    top: 3px;
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .UsrmnVl img {
        left: 5px;
        top: 3px;
        width: 13px;
    }
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .UsrmnVl .Rwnmvr {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0px;
    width: 10px;
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    right: 0;
    top: 7px;
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .UsrmnVl .Rwnmvr {
        top: 6px;
        right: -16px;
        width: 6px;
        height: 6px;
    }
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    top: 40px;
    margin: 0px 0px;
    box-shadow: 1px 1px 7px rgba(112, 112, 112, 0.62);
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr {
        top: 45px;
        margin: 0px 0px;
        padding: 8px;
    }
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr li {
    padding: 2px 0px;
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr li {
        padding: 2px 0px;
    }
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr li a {
    font-size: 14px;
    color: #000;
}

header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr:before {
    width: 0;
    height: 0;
    top: -5px;
    right: auto;
    bottom: auto;
    left: auto;
    right: 43px;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    header .header-navigation .top-navigation .nav ul li .UrdrMnvr .DrpDwnSwnvr:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        top: -2px;
        right: 8px;
    }
}

@media (max-width: 991px) {
    header .header-navigation .bottom-navigation {
        display: none;
    }
}

header .header-navigation .bottom-navigation .nav ul li:last-child a {
    padding-right: 0;
}

header .header-navigation .bottom-navigation .nav ul li a {
    font-size: 16px;
}

@media (max-width: 1230px) {
    header .header-navigation .bottom-navigation .nav ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1140px) {
    /* header .header-navigation .bottom-navigation .nav ul li:nth-last-child(1),
header .header-navigation .bottom-navigation .nav ul li:nth-last-child(2) {
display: none;
} */
}

header .header-navigation .nav {
    text-align: right;
}

header .header-navigation .nav ul {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

header .header-navigation .nav ul li {
    display: inline-block;
}

header .header-navigation .nav ul li a {
    color: #fff;
    padding: 0 7px;
    transition: 0.5s ease;
}

@media (max-width: 1230px) {
    header .header-navigation .nav ul li a {
        padding: 0 7px;
    }
}

@media (max-width: 991px) {
    header .header-navigation .nav ul li a {
        padding: 0 4px;
    }
}

header .header-navigation .nav ul li a img,
header .header-navigation .nav ul li a span {
    display: inline-block;
    vertical-align: middle;
}

header .header-navigation .nav ul li a img {
    margin-right: 10px;
}

header .header-navigation .nav ul li a:hover {
    color: #5e3263;
}

.custom-logo a {
    display: inline-block;
}

.custom-logo a img {
    display: block;
    max-width: 100%;
    transition: 0.5s ease;
}

.menu-trigger {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 26px;
    margin-left: 10px;
    cursor: pointer;
}

.menu-trigger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin-top: 12px;
    position: relative;
}

.menu-trigger span::before,
.menu-trigger span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
}

.menu-trigger span::before {
    top: -6px;
}

.menu-trigger span::after {
    bottom: -6px;
}

@media (max-width: 675px) {
    .top-navigation a.model-open {
        animation: blink 2s ease infinite;
    }
}

.Inmnvr {
    display: inline-block;
    padding-right: 2px;
}

@media (max-width: 767px) {
    .Inmnvr {
        display: none;
    }
}

.blink_inq1 {
    animation: NAME-YOUR-ANIMATION1 1s infinite;
}

.model.humbuger_navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateX(100%);
    z-index: 4;
    transition: 0.5s ease;
}

.model.humbuger_navigation.is-open {
    transform: translateX(0%);
}

.model.humbuger_navigation.is-open .overlay {
    opacity: 0.3;
}

.model.humbuger_navigation .model-body {
    max-width: 420px;
    width: 100%;
    background-color: #fff;
    /* background-image: url(/public/assets/images/icon_leaf.webp);
    background-repeat: no-repeat;
    background-position: bottom right; */
    padding: 45px 0px;
    padding-bottom: 20px;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    position: relative;
    z-index: 11;
}

@media (max-width: 767px) {
    .model.humbuger_navigation .model-body {
        padding: 25px 0;
    }
}

.model.humbuger_navigation .close_model img {
    width: 12px;
}

.model.humbuger_navigation .nav_link li {
    display: block;
}

.model.humbuger_navigation .nav_link li a {
    display: block;
    color: #666666;
    padding: 11px 0px;
    font-size: 25px;
    font-weight: 600;
    transition: 0.5s ease;
}

.model.humbuger_navigation .nav_link li:hover>a {
    color: #5e3263;
    padding-left: 5px !important;
}

.model.humbuger_navigation .cont_info {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 0;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.model.humbuger_navigation .cont_info a {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    margin-right: 2px;
    transition: 0.5s ease;
}

.model.humbuger_navigation .cont_info a:first-child {
    padding-right: 7px;
    border-right: 1px solid #e5e5e5;
    margin-right: 7px;
    line-height: 18px;
}

.model.humbuger_navigation .cont_info a img,
.model.humbuger_navigation .cont_info a span {
    display: inline-block;
    vertical-align: middle;
}

.model.humbuger_navigation .cont_info a img {
    margin-right: 8px;
}

.model.humbuger_navigation .cont_info .social_links {
    margin-top: 25px;
}

.model.humbuger_navigation .cont_info .social_links ul li {
    display: inline-block;
}

.model.humbuger_navigation .cont_info .social_links ul li:not(:last-child) {
    margin-right: 4px;
}

.model.humbuger_navigation .cont_info .social_links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border: 1px solid #666666;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    transition: 0.5s ease;
}

.model.humbuger_navigation .cont_info .social_links ul li a svg {
    width: 16px;
    height: 16px;
}

.model.humbuger_navigation .cont_info .social_links ul li a svg path {
    fill: #666666;
}

.model.humbuger_navigation .cont_info .social_links ul li:hover a {
    padding: 0;
    border-color: #5e3263;
    background: #5e3263;
}

.model.humbuger_navigation .cont_info .social_links ul li:hover a svg path {
    fill: #fff;
}

.model.humbuger_navigation .oter_pages {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.model.humbuger_navigation .oter_pages ul.nav_link li a {
    font-size: 18px;
    color: #666666;
    padding: 5px 0;
    transition: 0.5s ease;
    font-weight: normal;
}

.model.humbuger_navigation .nav_link li.dropdown {
    position: relative;
}

.model.humbuger_navigation .nav_link li.dropdown a {
    display: block;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger {
    position: absolute;
    right: -45px;
    top: 7px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: 0.5s ease;
}

@media (max-width: 767px) {
    .model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger {
        right: -2px;
    }
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger::before,
.model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger::after {
    content: "";
    position: absolute;
    background: #666666;
    opacity: 1;
    transition: 0.5s ease;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger::before {
    width: 2px;
    height: 12px;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger::after {
    width: 12px;
    height: 2px;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav-trigger:hover {
    background: #f1f1f1;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav {
    display: none;
    background: #f1f1f1;
    padding: 10px 0;
    margin: 0 -60px 0 -60px;
    padding-left: 60px;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav li a {
    font-size: 18px;
    line-height: normal;
    padding: 3px 0;
    color: #666666;
    font-weight: normal;
    transition: 0.5s ease;
}

.model.humbuger_navigation .nav_link li.dropdown .sub-nav li a:hover {
    color: #5e3263;
}

.model.humbuger_navigation .nav_link li.dropdown.active .sub-nav-trigger::before {
    opacity: 0;
}

.model.humbuger_navigation .model_scroll {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 60px 15px;
}

@media (max-width: 767px) {
    .model.humbuger_navigation .model_scroll {
        padding: 10px 20px 15px;
    }
}

.model.humbuger_navigation .model_scroll::-webkit-scrollbar {
    width: 3px;
}

.model.humbuger_navigation .model_scroll::-webkit-scrollbar-track {
    box-shadow: unset;
    background: transparent;
}

.model.humbuger_navigation .model_scroll::-webkit-scrollbar-thumb {
    background-color: #5e3263;
}

.banner {
    position: relative;
}

.banner .bg {
    line-height: 0;
    position: relative;
}

.banner .bg img {
    width: 100%;
    display: block;
}

@media (max-width: 520px) {
    .banner .bg img {
        height: 290px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .blog-detail-banner .bg img {
        object-position: left top;
        height: 330px;
    }
}

.banner .bg video {
    width: 100%;
    height: 99vh;
    object-fit: cover;
}

@media (max-width: 520px) {
    .banner .bg video {
        height: 290px;
    }
}

.banner .bg.overlay_after::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.7;
    pointer-events: none;
}

@media only screen and (max-width: 420px) {
    .banner .bg.overlay_after::after {
        height: 50%;
    }
}

.banner .bg.overlay_before::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.4;
    pointer-events: none;
}

.home-banner .bg img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 520px) {
    .home-banner .bg img {
        height: 290px;
    }
}

.home-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-banner .banner-content .container {
    max-width: 900px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.home-banner .banner-content .container .flex {
    flex: 1;
    align-items: flex-end;
    padding-bottom: 10%;
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .flex {
        padding-bottom: 30px;
    }
}

.home-banner .banner-content .container .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .flex .col:last-child {
        display: none;
    }
}

.home-banner .banner-content .container .content {
    text-align: center;
}

.home-banner .banner-content .container .content h1 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    max-width: 341px;
    width: 100%;
    text-align: left;
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .content h1 {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .home-banner .banner-content .container .content h1 {
        font-size: 25px;
        line-height: 34px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.home-banner .banner-content .container .content .smile_img {
    position: relative;
    text-align: right;
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .content .smile_img {
        text-align: center;
    }
}

.home-banner .banner-content .container .content .smile_img img {
    position: absolute;
    right: 59px;
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .content .smile_img img {
        width: 28%;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .home-banner .banner-content .container .content .smile_img img {
        width: 40%;
    }
}

.home-banner .banner-content .container .content .smile_img .text {
    font-size: 140px;
    font-family: "Malina", sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 0.35;
}

@media (max-width: 991px) {
    .home-banner .banner-content .container .content .smile_img .text {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 520px) {
    .home-banner .banner-content .container .content .smile_img .text {
        font-size: 48px;
        line-height: 0.35;
    }
}

.inner-banner .banner-content {
    position: absolute;
    padding: 65px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 991px) {
    .inner-banner .banner-content {
        padding: 25px 0;
    }
}

.inner-banner .banner-content .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.inner-banner .banner-content.bottom .container {
    align-items: flex-end;
}

.inner-banner .banner-content.center .container {
    justify-content: center;
}

@media (max-width: 520px) {
    .inner-banner .banner-content.center .container .content {
        text-align: center;
    }
}

.inner-banner .banner-content.left .container {
    justify-content: center;
}

.inner-banner .banner-content.space-between .container {
    justify-content: space-between;
}

.inner-banner .banner-content .content {
    text-align: center;
}

.inner-banner .banner-content .content h1 {
    color: #fff;
    font-size: 36px;
}

@media (max-width: 520px) {
    .inner-banner .banner-content .content h1 {
        font-size: 28px;
        line-height: normal;
    }
}

@media only screen and (max-width: 365px) {
    .inner-banner .banner-content .content h1 {
        font-size: 25px;
        line-height: normal;
    }
}

.inner-banner .banner-content .content p {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 520px) {
    .inner-banner .banner-content .content p {
        font-size: 16px;
    }
}

.btn-appointment {
    padding-left: 65px;
}

.btn-appointment .btn {
    display: inline-block;
    padding: 9px 40px;
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff;
    background: transparent;
    transition: 0.5s ease;
}

.btn-appointment .btn:hover {
    background: #5e3263;
    border-color: #5e3263;
}

.RDental-Home-SecA {
    background: #fff;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .RDental-Home-SecA {
        padding: 15px 0 0;
    }
}

.RDental-Home-SecA .container-fluid {
    padding: 0;
}

.RDental-Home-SecA .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
}

@media (max-width: 520px) {
    .RDental-Home-SecA .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.RDental-Home-SecA .flex .col:last-child {
    padding-left: 10px;
}

@media (max-width: 520px) {
    .RDental-Home-SecA .flex .col:last-child {
        padding: 0;
    }
}

.RDental-Home-SecA figure {
    display: block;
    position: relative;
}

.RDental-Home-SecA.about-new-bio figure {
    height: 100%;
}

.RDental-Home-SecA.about-new-bio figure img {
    height: 100%;
    object-fit: cover;

}

.RDental-Home-SecA figure>img {
    width: 100%;
    display: block;
}

.RDental-Home-SecA figure .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
}

.RDental-Home-SecA figure .video_icon::before {
    width: 52px;
    height: 52px;
}

.RDental-Home-SecA figure .video_icon img {
    width: auto;
    display: block;
}

.RDental-Home-SecA .bg {
    /* background: #f0f0f0 url(/public/assets/images/home/icon1.webp);
    background-repeat: no-repeat;
    background-position: bottom right; */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1140px) {
    .RDental-Home-SecA .bg {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecA .bg {
        padding: 25px 15px;
    }
}

.RDental-Home-SecA .content {
    max-width: 536px;
    width: 100%;
}

.RDental-Home-SecA .content h2 {
    font-weight: normal;
}

.RDental-Home-SecA .content .designation {
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .RDental-Home-SecA .content .designation {
        margin-bottom: 15px;
    }
}

.RDental-Home-SecA .content p {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .RDental-Home-SecA .content p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: justify;
        text-overflow: ellipsis;
    }
}

.RDental-Home-SecA .content .link {
    margin-top: 55px;
}

@media (max-width: 991px) {
    .RDental-Home-SecA .content .link {
        margin-top: 15px;
    }
}

.RDental-Home-SecB {
    padding: 45px 0;
}

@media (max-width: 767px) {
    .RDental-Home-SecB {
        padding: 35px 0 20px;
    }
}

.RDental-Home-SecB .heading {
    margin-bottom: 30px;
}

.RDental-Home-SecB .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 15px;
}

@media (max-width: 991px) {
    .RDental-Home-SecB .flex .col {
        padding: 5px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecB .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 5px 0;
    }
}

.RDental-Home-SecB .link {
    margin-top: 20px;
}

.RDental-Home-SecB .item {
    display: block;
    position: relative;
}

.RDental-Home-SecB .item figure {
    line-height: 0;
    display: block;
    position: relative;
}

.RDental-Home-SecB .item figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #000, transparent);
    border-radius: 20px;
}

@media only screen and (max-width: 420px) {
    .RDental-Home-SecB .item figure::after {
        top: 50%;
        opacity: 0.6;
    }
}

.RDental-Home-SecB .item figure img {
    display: block;
    width: 100%;
}

.RDental-Home-SecB .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    .RDental-Home-SecB .item .content {
        height: 240px;
    }
}

@media (max-width: 1140px) {
    .RDental-Home-SecB .item .content {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecB .item .content {
        padding: 15px;
        height: auto;
    }
}

.RDental-Home-SecB .item .content::-webkit-scrollbar {
    width: 0;
}

.RDental-Home-SecB .item .content::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.RDental-Home-SecB .item .content h3 {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .RDental-Home-SecB .item .content h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 420px) {
    .RDental-Home-SecB .item .content h3 {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecB .item .content ul {
        display: none;
    }
}

.RDental-Home-SecB .item .content ul li {
    display: block;
}

.RDental-Home-SecB .item .content ul li a {
    display: block;
    color: #fff;
    padding: 0px 0;
    padding-left: 15px;
    position: relative;
    transition: 0.5s ease;
}

@media (max-width: 1140px) {
    .RDental-Home-SecB .item .content ul li a {
        font-size: 13px;
        line-height: 19px;
    }
}

.RDental-Home-SecB .item .content ul li a:hover {
    color: #5e3263;
}

.RDental-Home-SecB .item .content ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    /* background: url(/public/assets/icons/next_Arr.webp);
    background-repeat: no-repeat;
    background-position: 0; */
}

@media (max-width: 1140px) {
    .RDental-Home-SecB .item .content ul li a:before {
        top: 5px;
    }
}

.RDental-Home-SecC {
    padding: 20px 0 10px;
}

.RDental-Home-SecC .container-fluid {
    padding: 0;
}

@media (max-width: 991px) {
    .RDental-Home-SecC .container-fluid {
        padding: 0 15px;
    }
}

.RDental-Home-SecC .container-fluid .slideB .item a {
    display: block;
    position: relative;
}

.RDental-Home-SecC .container-fluid .slideB .item a .logo {
    position: absolute;
    top: 23px;
    left: 31px;
}

@media (max-width: 1140px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .logo {
        top: 15px;
        left: 15px;
    }
}

.RDental-Home-SecC .container-fluid .slideB .item a figure {
    display: block;
}

.RDental-Home-SecC .container-fluid .slideB .item a figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    opacity: 0.7;
    background: linear-gradient(to top, #000, transparent);
    border-radius: 10px;
}

.RDental-Home-SecC .container-fluid .slideB .item a figure img {
    display: block;
}

.RDental-Home-SecC .container-fluid .slideB .item a .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 150px;
}

@media (max-width: 1140px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content {
        padding: 25px 15px;
        padding-left: 90px;
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content {
        padding: 15px;
        padding-right: 65px;
    }
}

.RDental-Home-SecC .container-fluid .slideB .item a .content .video_icon {
    position: absolute;
    left: 50px;
    top: 66px;
    width: 54px;
    height: 54px;
}

@media (max-width: 1140px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content .video_icon {
        left: 15px;
        top: 45px;
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content .video_icon {
        width: 44px;
        height: 44px;
        right: 8px;
        left: auto;
        top: auto;
        bottom: 25px;
    }
}

.RDental-Home-SecC .container-fluid .slideB .item a .content .video_icon:before {
    width: 54px;
    height: 54px;
}

@media (max-width: 991px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content .video_icon:before {
        width: 44px;
        height: 44px;
    }
}

.RDental-Home-SecC .container-fluid .slideB .item a .content .video_icon img {
    width: auto;
    display: block;
}

.RDental-Home-SecC .container-fluid .slideB .item a .content h3,
.RDental-Home-SecC .container-fluid .slideB .item a .content p {
    color: #fff;
}

@media only screen and (max-width: 420px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content p {
        font-size: 14px;
        line-height: 1.4;
    }
}

.RDental-Home-SecC .container-fluid .slideB .item a .content h3 {
    font-size: 30px;
}

@media (max-width: 1140px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecC .container-fluid .slideB .item a .content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

.RDental-Home-SecD {
    background: #f7f5f5;
    padding: 55px 0 70px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD {
        padding: 40px 0;
    }
}

.RDental-Home-SecD .heading {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .heading {
        margin-bottom: 40px;
    }
}

.RDental-Home-SecD .flex .col3 {
    flex: 0 1 30%;
    max-width: 30%;
    width: 100%;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .flex .col3 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
        order: 2;
    }
}

.RDental-Home-SecD .flex .col2 {
    flex: 0 1 43%;
    max-width: 43%;
    width: 100%;
    padding-right: 65px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .flex .col2 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
        order: 0;
        margin-bottom: 30px;
    }
}

.RDental-Home-SecD .flex .col1 {
    flex: 0 1 27%;
    max-width: 27%;
    width: 100%;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
        order: 1;
    }
}

.RDental-Home-SecD figure {
    display: block;
}

@media (max-width: 767px) {
    .RDental-Home-SecD figure img {
        display: block;
        margin: 0 auto;
    }
}

.RDental-Home-SecD .aside_left {
    max-width: 235px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .aside_left {
        max-width: 100%;
    }
}

.RDental-Home-SecD .item .list {
    position: relative;
    padding: 14px 0;
    padding-left: 70px;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .item .list {
        margin-bottom: 20px;
    }
}

.RDental-Home-SecD .item .list:first-child {
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .item .list:first-child {
        margin-bottom: 20px;
    }
}

.RDental-Home-SecD .item .list .video_icon {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    border-color: #5e3263;
}

.RDental-Home-SecD .item .list .video_icon:before {
    display: none;
    width: 54px;
    height: 54px;
    background: #5e3263;
}

.RDental-Home-SecD .item .list p {
    color: #5e3263;
    line-height: 22px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .item .content .btn-appointment {
        display: block;
    }
}

.RDental-Home-SecD .item .content .btn-appointment .btn {
    min-width: 188px;
    text-align: center;
    padding: 8px 33px;
}

.RDental-Home-SecD .btn-appointment {
    padding-left: 0;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .RDental-Home-SecD .btn-appointment {
        display: none;
    }
}

.RDental-Home-SecD .btn-appointment .btn {
    border-color: #5e3263;
    color: #5e3263;
    padding: 8px 33px;
}

.RDental-Home-SecD .btn-appointment .btn:hover {
    border-color: #5e3263;
    color: #fff;
}

.RDental-Home-SecE {
    padding: 45px 0;
}

@media (max-width: 520px) {
    .RDental-Home-SecE {
        padding-bottom: 0;
    }
}

.RDental-Home-SecE .bg {
    /* background: #fafafa url(/public/assets/images/home/img8.webp);
    background-repeat: no-repeat;
    background-position: bottom right; */
    padding: 80px 0;
}

@media (max-width: 991px) {
    .RDental-Home-SecE .bg {
        position: relative;
        background-position: -20% 0px;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecE .bg {
        padding-bottom: 30px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecE .bg {
        background-position: right top;
        padding: 30px 0;
    }
}

.RDental-Home-SecE .bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.97;
}

@media (max-width: 991px) {
    .RDental-Home-SecE .bg::before {
        background: linear-gradient(to right, #fff 40%, #fff 60%, transparent 100%);
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecE .bg::before {
        background: rgba(255, 255, 255, 0.9294117647);
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecE .container {
        position: relative;
        z-index: 1;
    }
}

.RDental-Home-SecE .heading {
    max-width: 790px;
    margin: 0 auto 55px;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .heading {
        margin-bottom: 35px;
    }
}

.RDental-Home-SecE .heading h2 {
    margin-bottom: 15px;
}

.RDental-Home-SecE .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecE .flex .col:last-child {
        display: none;
    }
}

.RDental-Home-SecE .flex .video_tag {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RDental-Home-SecE .video_icon {
    background: #fff;
}

.RDental-Home-SecE .awards_text {
    max-width: 475px;
}

.RDental-Home-SecE .awards_text .award {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .awards_text .award {
        margin-bottom: 25px;
    }
}

.RDental-Home-SecE .awards_text .award .img {
    padding: 0 5px;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .awards_text .award .img {
        flex: 0 1 50%;
        max-width: 50%;
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecE .awards_text .award .img img {
        max-width: 140px;
        width: 100%;
        margin: 0 auto;
    }
}

.RDental-Home-SecE .awards_text p {
    color: #666;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .awards_text p {
        text-align: center;
    }
}

.RDental-Home-SecE .awards_text .link {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .awards_text .link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .RDental-Home-SecE .awards_text .link {
        margin-top: 0;
        text-align: center;
    }
}

.RDental-Home-SecE .awards_text .link a span {
    padding-right: 78px;
}

.RDental-Home-SecE .DentalAcchivement {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement {
        margin-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
        background: #fff;
        padding: 26px 15px;
    }
}

.RDental-Home-SecE .DentalAcchivement ul {
    display: flex;
    flex-wrap: wrap;
}

.RDental-Home-SecE .DentalAcchivement ul li {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement ul li {
        padding: 0 4px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecE .DentalAcchivement ul li {
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.RDental-Home-SecE .DentalAcchivement ul li:nth-child(2) {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement ul li:nth-child(2) {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement .count_ind {
        text-align: center;
        text-align: center;
        background: #fff;
        padding: 20px 0;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        height: 100%;
    }
}

.RDental-Home-SecE .DentalAcchivement .count_ind .counter {
    font-size: 36px;
    line-height: 30px;
    color: #5e3263;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement .count_ind .counter {
        font-size: 26px;
    }
}

.RDental-Home-SecE .DentalAcchivement .count_ind p {
    line-height: 18px;
    color: #000;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement .count_ind p {
        color: #666;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecE .DentalAcchivement .count_ind p {
        font-size: 18px;
    }
}

.RDental-Home-SecE .DentalAcchivement .count_ind p span {
    display: block;
}

@media (max-width: 767px) {
    .RDental-Home-SecE .DentalAcchivement .count_ind p span {
        display: inline-block;
    }
}

.RDental-Home-SecE.RDental-About-SecE .awards_text .award {
    flex-wrap: wrap;
}

.RDental-Home-SecE.RDental-About-SecE .awards_text .award .img {
    padding: 30px 15px;
}

.RDental-Home-SecF {
    padding: 20px 0;
}

.RDental-Home-SecF .container-fluid {
    padding: 0;
}

@media (max-width: 767px) {
    .RDental-Home-SecF .container-fluid {
        padding: 0 15px;
    }
}

.RDental-Home-SecF .heading {
    max-width: 535px;
    width: 100%;
    margin: 0 auto 50px;
}

@media (max-width: 767px) {
    .RDental-Home-SecF .heading {
        margin-bottom: 30px;
    }
}

.RDental-Home-SecF .heading h2 {
    margin-bottom: 15px;
}

.RDental-Home-SecF .heading p {
    line-height: 18px;
}

.RDental-Home-SecF .Slide-AWinning .owl-nav {
    position: absolute;
    top: 50px;
    right: 30px;
}

.RDental-Home-SecF .Slide-AWinning .owl-nav button {
    display: inline-block;
    width: 55px;
}

.RDental-Home-SecF .Slide-AWinning .item img {
    filter: grayscale(1);
    transition: 0.5s ease;
}

.RDental-Home-SecF .Slide-AWinning .item:hover img {
    filter: grayscale(0);
}

.RDental-Home-SecG {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .RDental-Home-SecG {
        padding: 30px 0;
    }
}

.RDental-Home-SecG .container {
    max-width: 1070px;
}

.RDental-Home-SecG .heading {
    max-width: 765px;
    width: 100%;
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .RDental-Home-SecG .heading {
        margin-bottom: 40px;
    }
}

.RDental-Home-SecG .heading h2 {
    margin-bottom: 15px;
}

.RDental-Home-SecG .heading p {
    line-height: 18px;
    max-width: 465px;
    display: inline-block;
}

.RDental-Home-SecG .link {
    margin-top: 55px;
}

.RDental-Home-SecG .link a span {
    padding-right: 80px;
}

.RDental-Home-SecG .Slide-worldwide {
    padding: 0 50px;
}

@media (max-width: 991px) {
    .RDental-Home-SecG .Slide-worldwide {
        padding: 0;
    }
}

.RDental-Home-SecG .Slide-worldwide .item .flex {
    justify-content: center;
}

.RDental-Home-SecG .Slide-worldwide .item .flex .shade {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.RDental-Home-SecG .Slide-worldwide .item .flex .shade:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.66;
    background: linear-gradient(to top, #000, transparent);
}

.RDental-Home-SecG .Slide-worldwide .item .flex .before {
    padding: 0 5px;
}

@media (max-width: 991px) {
    .RDental-Home-SecG .Slide-worldwide .item .flex .before {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

.RDental-Home-SecG .Slide-worldwide .item .flex .after {
    padding: 0 5px;
}

@media (max-width: 991px) {
    .RDental-Home-SecG .Slide-worldwide .item .flex .after {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

.RDental-Home-SecG .Slide-worldwide .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    z-index: 1;
}

.RDental-Home-SecG .Slide-worldwide .item .content img.icon {
    display: inline-block;
    width: auto;
}

.RDental-Home-SecG .Slide-worldwide .item .content p {
    color: #fff;
}

.RDental-Home-SecH {
    padding: 40px 6px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH {
        padding-bottom: 20px;
    }
}

.RDental-Home-SecH .container-fluid {
    padding: 0;
}

.RDental-Home-SecH .heading {
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH .heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecH .heading h2 {
        position: relative;
        padding-top: 50px;
    }
}

.RDental-Home-SecH .heading h2 span {
    color: #000;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH .heading h2 span {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecH .heading h2 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }
}

.RDental-Home-SecH .heading h2 span,
.RDental-Home-SecH .heading h2 img {
    display: inline-block;
    vertical-align: middle;
}

.RDental-Home-SecH .item {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.RDental-Home-SecH .item figure {
    height: 100%;
    position: relative;
}

.RDental-Home-SecH .item figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.66;
    background: linear-gradient(to top, #000, transparent);
}

.RDental-Home-SecH .item figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.66;
    background: linear-gradient(to bottom, #000, transparent);
}

.RDental-Home-SecH .item figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.RDental-Home-SecH .item .test_type {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH .item .test_type {
        top: 10px;
        left: 10px;
    }
}

.RDental-Home-SecH .item .content {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    left: 100px;
    right: 0;
    max-width: 370px;
}

@media (max-width: 1140px) {
    .RDental-Home-SecH .item .content {
        left: 78px;
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecH .item .content {
        max-width: 550px;
        left: 65px;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecH .item .content {
        bottom: 15px;
        padding: 5px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecH .item .content {
        padding: 15px;
        right: 65px;
        left: 0;
        bottom: 0;
    }
}

.RDental-Home-SecH .item .content .video_icon {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .RDental-Home-SecH .item .content .video_icon {
        left: -54px;
    }
}

@media (max-width: 767px) {
    .RDental-Home-SecH .item .content .video_icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecH .item .content .video_icon {
        left: auto;
        right: -50px;
    }
}

.RDental-Home-SecH .item .content .video_icon:before {
    width: 44px;
    height: 44px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH .item .content .video_icon:before {
        width: 40px;
        height: 40px;
    }
}

.RDental-Home-SecH .item .content .video_icon img {
    width: auto;
    display: block;
}

.RDental-Home-SecH .item .content .name {
    color: #fff;
    font-size: 19px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH .item .content .name {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecH .item .content .name {
        font-size: 19px;
    }
}

.RDental-Home-SecH .item .content .designation {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

@media (max-width: 767px) {
    .RDental-Home-SecH .item .content .designation {
        line-height: 15px;
    }
}

@media (max-width: 520px) {
    .RDental-Home-SecH .item .content .designation {
        line-height: 18px;
    }
}

.RDental-Home-SecH .testi-grid .grid {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-gap: 0px;
}

@media (max-width: 520px) {
    .RDental-Home-SecH .testi-grid .grid {
        display: block;
    }
}

.RDental-Home-SecH .testi-grid .grid .col {
    padding: 6px;
}

.RDental-Home-SecH .testi-grid .grid .col:first-child {
    grid-row-start: 1;
    grid-row-end: 2;
}

.RDental-Home-SecH .testi-grid .grid .col:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
}

.RDental-Home-SecI {
    padding: 134px 0 0;
    /* background: #f0f0f0 url(/public/assets/images/home/bg1.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover; */
    position: relative;
}

@media (max-width: 767px) {
    .RDental-Home-SecI {
        padding: 0;
        background: #fff;
    }
}

.RDental-Home-SecI::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left, #f0f0f0, #f0f0f0, transparent);
    width: 30%;
    pointer-events: none;
}

@media (max-width: 767px) {
    .RDental-Home-SecI::after {
        display: none;
    }
}

.RDental-Home-SecI .Dental-Clinc {
    /* background: #fff url(/public/assets/images/home/icon2.webp);
    background-repeat: no-repeat;
    background-position: bottom right; */
    padding: 53px;
    border-radius: 20px;
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 1;
    transform: translateY(60px);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1215686275);
}

@media (max-width: 767px) {
    .RDental-Home-SecI .Dental-Clinc {
        max-width: 100%;
        padding: 25px 0px;
        transform: none;
        box-shadow: none;
    }
}

.RDental-Home-SecI .Dental-Clinc .content h4 {
    margin-bottom: 15px;
    color: #000;
}

.RDental-Home-SecI .Dental-Clinc .content p {
    margin-bottom: 22px;
}

@media (max-width: 520px) {
    .RDental-Home-SecI .Dental-Clinc .content p {
        text-align: justify;
    }
}

.secoContent {
    padding: 0 0 65px 0;
}

@media (max-width: 767px) {
    .secoContent {
        padding-bottom: 0;
    }
}

.secoContent .item .content h4 {
    color: #000;
    margin: 35px 0 12px;
}

.secoContent .item .content p {
    color: #666666;
}

@media (max-width: 520px) {
    .secoContent .item .content p {
        text-align: justify;
    }
}

.secoContent.sect_2 {
    padding: 68px 0;
}

@media (max-width: 767px) {
    .secoContent.sect_2 {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.content p a {
    color: #5e3263;
}

.content p a:hover {
    text-decoration: underline;
}

.year_estabis {
    background: #f5f5f5;
    padding: 33px 0;
}

@media (max-width: 991px) {
    .year_estabis {
        padding: 20px 0;
    }
}

@media (max-width: 520px) {
    .year_estabis {
        padding: 15px 0;
    }
}

.year_estabis .container {
    max-width: 860px;
}

@media only screen and (max-width: 365px) {
    .year_estabis .container {
        padding: 0;
    }
}

.year_estabis .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
}

@media (max-width: 520px) {
    .year_estabis .flex .col {
        flex: 0 1 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 991px) {
    .year_estabis .flex .col:nth-child(2) {
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.year_estabis .card {
    padding-left: 100px;
    position: relative;
}

@media (max-width: 991px) {
    .year_estabis .card {
        padding: 0;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 520px) {
    .year_estabis .card {
        padding: 0;
        flex: 0 1 100%;
        max-width: 100%;
        display: block;
        text-align: center;
    }
}

.year_estabis .card .count {
    font-size: 36px;
    color: #5e3263;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    bottom: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .year_estabis .card .count {
        font-size: 28px;
        position: static;
        width: auto;
    }
}

@media (max-width: 520px) {
    .year_estabis .card .count {
        font-size: 25px;
        position: static;
        width: auto;
        margin-bottom: 5px;
        display: inline-block;
    }
}

.year_estabis .card p {
    color: #000;
    line-height: 18px;
}

@media (max-width: 991px) {
    .year_estabis .card p {
        padding-left: 15px;
    }
}

@media (max-width: 520px) {
    .year_estabis .card p {
        padding: 0;
        font-size: 13px;
        line-height: 18px;
        color: #666;
    }
}

.year_estabis .card p span {
    display: block;
}

.about-DentalROoot-SecA {
    padding: 55px 0 65px;
    background: #fff;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecA {
        padding: 30px 0;
    }
}

.about-DentalROoot-SecA .container {
    max-width: 830px;
}

.about-DentalROoot-SecA .content {
    text-align: center;
}

.about-DentalROoot-SecA .content .icon {
    display: inline-block;
}

.about-DentalROoot-SecA .content .icon img {
    display: block;
}

.about-DentalROoot-SecA .content h4,
.about-DentalROoot-SecA .content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: normal;
}

.about-DentalROoot-SecA .content p {
    margin-bottom: 15px;
}

.about-DentalROoot-SecA .content .read_more {
    margin-top: 45px;
}

@media (max-width: 520px) {
    .about-DentalROoot-SecA .content .read_more {
        margin-top: 25px;
    }
}

.RDental-Home-SecA.about_inner_dric figure .video_icon {
    box-shadow: 0 0 78px 31px rgba(0, 0, 0, 0.631372549);
}

.RDental-Home-SecA.about_inner_dric .content h2 {
    color: #000;
}

@media (max-width: 991px) {
    .RDental-Home-SecA.about_inner_dric .content .designation {
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .RDental-Home-SecA.about_inner_dric .content p {
        margin-bottom: 5px;
    }
}

.RDental-Home-SecA.about_inner_dric .content .link {
    margin-top: 15px;
}

.RDental-Home-SecA.about-new-bio.about-new-bio .video_icon   img{

    width: 20px;
    height: auto;
}

@media (max-width: 991px) {
    .RDental-Home-SecA.about_inner_dric .content .link {
        margin-top: 10px;
    }
}

.RDental-Home-SecA.about_inner_dric .content .link a {
    font-weight: 500;
}

.RDental-Home-SecA.about_inner_dric .content .signature {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .RDental-Home-SecA.about_inner_dric .content .signature {
        margin-top: 8px;
    }
}

.about-DentalROoot-SecB {
    padding: 65px 6px 25px;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecB {
        padding: 40px 0 20px;
    }
}

.about-DentalROoot-SecB .container-fluid {
    display: block;
}

.about-DentalROoot-SecB .heading {
    max-width: 445px;
    width: 100%;
    margin: 0 auto 55px;
}

.about-DentalROoot-SecB .heading h2 {
    margin-bottom: 12px;
    color: #000;
}

.about-DentalROoot-SecB .heading p {
    line-height: 18px;
}

.about-DentalROoot-SecB .DenTeamSlide {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecB .DenTeamSlide {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .about-DentalROoot-SecB .DenTeamSlide {
        padding: 0 15px;
    }
}

.about-DentalROoot-SecB .DenTeamSlide .owl-item {
    padding: 0 10px;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecB .DenTeamSlide .owl-item {
        padding: 0;
    }
}

.about-DentalROoot-SecB .DenTeamSlide .item {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.about-DentalROoot-SecB .DenTeamSlide .item figure {
    position: relative;
}

.about-DentalROoot-SecB .DenTeamSlide .item figure img {
    display: block;
    filter: grayscale(1);
    transition: 0.5s ease;
}

.about-DentalROoot-SecB .DenTeamSlide .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-bottom: 13px;
    text-align: center;
    pointer-events: none;
}

.about-DentalROoot-SecB .DenTeamSlide .item .content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: #fff;
    opacity: 0.8;
    pointer-events: none;
    transition: 0.5s ease;
}

.about-DentalROoot-SecB .DenTeamSlide .item .content .name {
    color: #000;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: #5e3263;
    line-height: 19px;
    transition: 0.5s ease;
}

.about-DentalROoot-SecB .DenTeamSlide .item .content .designation {
    z-index: 1;
    color: #5e3263;
    position: relative;
    transition: 0.5s ease;
    line-height: 18px;
}

.about-DentalROoot-SecB .DenTeamSlide .item:hover .content::after {
    background: #5e3263;
}

.about-DentalROoot-SecB .DenTeamSlide .item:hover .content .name,
.about-DentalROoot-SecB .DenTeamSlide .item:hover .content .designation {
    color: #fff;
}

.about-DentalROoot-SecB .DenTeamSlide .item:hover figure img {
    filter: grayscale(0);
}

.about-DentalROoot-SecC {
    padding: 30px 6px 60px;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecC {
        padding: 0;
    }
}

@media (max-width: 520px) {
    .about-DentalROoot-SecC {
        padding: 30px 0;
    }
}

.about-DentalROoot-SecC .conatiner-fluid {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecC .conatiner-fluid {
        width: 100%;
    }
}

.about-DentalROoot-SecC .heading {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecC .heading {
        max-width: 600px;
        margin-bottom: 0px;
    }
}

@media (max-width: 520px) {
    .about-DentalROoot-SecC .heading {
        max-width: 520px;
        padding: 0 15px;
    }
}

.about-DentalROoot-SecC .award_slider {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .about-DentalROoot-SecC .award_slider {
        padding: 0 30px;
    }
}

@media (max-width: 520px) {
    .about-DentalROoot-SecC .award_slider {
        padding: 0 15px;
    }
}

.about-DentalROoot-SecC .award_slider .owl-item {
    position: relative;
    z-index: 1;
}

.about-DentalROoot-SecC .award_slider .item {
    padding: 70px 0;
}

@media (max-width: 520px) {
    .about-DentalROoot-SecC .award_slider .item {
        padding: 35px 0;
    }
}

.about-DentalROoot-SecC .award_slider .item img {
    transform: scale(0.8);
    transition: 0.5s ease;
}

@media (max-width: 520px) {
    .about-DentalROoot-SecC .award_slider .item img {
        transform: scale(1);
    }
}

.about-DentalROoot-SecC .award_slider .center {
    z-index: 2;
}

.about-DentalROoot-SecC .award_slider .center .item img {
    transform: scale(1.3);
}

.about-DentalROoot-SecC .award_slider .owl-nav button {
    width: 30px;
}

@media (max-width: 520px) {
    .about-DentalROoot-SecC .award_slider .owl-nav button img {
        width: 15px;
    }
}

.teamPopup-model {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(200%);
    transition: 0.5s ease;
}

.teamPopup-model.is-open {
    transform: translateY(0%);
}

.teamPopup-model.is-open .overlay {
    pointer-events: all;
}

.teamPopup-model.is-open .model-body {
    transform: translateY(0%);
    transition-delay: 0.3s;
}

@media (max-width: 520px) {
    .teamPopup-model.is-open .model-body {
        height: -webkit-fill-available;
        overflow: auto;
    }
}

.teamPopup-model .model-body {
    max-width: 992px;
    width: 100%;
    background: #fff;
    padding: 30px;
    position: relative;
    transform: translateY(100%);
    transition: 0.5s ease;
    transition-delay: 0s;
    padding-right: 0;
}

@media (max-width: 520px) {
    .teamPopup-model .team-model-wrapper .item .card .flex {
        text-align: -webkit-center;
    }
}

.teamPopup-model .team-model-wrapper .item .card .flex .col1 {
    flex: 0 1 30%;
    max-width: 30%;
    width: 100%;
}

@media (max-width: 520px) {
    .teamPopup-model .team-model-wrapper .item .card .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .teamPopup-model .team-model-wrapper .item .card .flex .col1 figure img {
        width: 225px;
    }
}

.teamPopup-model .team-model-wrapper .item .card .flex .col2 {
    flex: 0 1 70%;
    max-width: 70%;
    width: 100%;
    padding-left: 25px;
    max-height: 396px;
    overflow-y: auto;
    padding-right: 30px;
}

.teamPopup-model .team-model-wrapper .item .card .flex .col2::-webkit-scrollbar {
    width: 3px;
    background: none;
}

.teamPopup-model .team-model-wrapper .item .card .flex .col2::-webkit-scrollbar-track {
    box-shadow: none;
}

.teamPopup-model .team-model-wrapper .item .card .flex .col2::-webkit-scrollbar-thumb {
    background-color: #5e3263;
    outline: 0;
}

@media (max-width: 520px) {
    .teamPopup-model .team-model-wrapper .item .card .flex .col2 {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        max-height: 100%;
        overflow-y: initial;
    }
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content .line {
    margin: 15px 0;
    background: #666666;
    height: 1px;
    opacity: 0.2;
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content .name {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

@media (max-width: 520px) {
    .teamPopup-model .team-model-wrapper .team-content-wrapper .content .name {
        margin-top: 10px;
    }
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content .designation {
    color: #666666;
    opacity: 0.8;
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content .deg {
    color: #666666;
    opacity: 0.8;
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content p {
    color: #666666;
    margin-bottom: 15px;
}

@media (max-width: 520px) {
    .teamPopup-model .team-model-wrapper .team-content-wrapper .content p {
        text-align: justify;
    }
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content ul li {
    color: #666666;
    list-style: disc;
}

.teamPopup-model .team-model-wrapper .team-content-wrapper .content ul li::marker {
    color: #5e3263;
}

.international-tm .heading {
    max-width: 900px;
}

.DR-Service-Inn-Sec-A {
    background: #fff;
    padding: 45px 0;
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-A {
        padding: 15px 0;
    }
}

.DR-Service-Inn-Sec-A .container {
    max-width: 1290px;
}

.service-grid .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 10px;
}

@media (max-width: 991px) {
    .service-grid .flex .col {
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .service-grid .flex .col {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 520px) {
    .service-grid .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 8px 0;
    }
}

.service-grid .card a {
    display: block;
    position: relative;
}

.service-grid .card a figure {
    display: block;
    position: relative;
    overflow: hidden;
}

.service-grid .card a figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.service-grid .card a figure img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: 2s ease;
}

.service-grid .card a:hover figure img {
    transform: scale(1.1);
}

.service-grid .card a .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px;
    max-width: 360px;
}

@media (max-width: 991px) {
    .service-grid .card a .content {
        padding: 15px;
    }
}

.service-grid .card a .content h5 {
    font-size: 22px;
    color: #fff;
}

.service-grid .card a .content .service-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;

}

.service-grid .card a .content p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner.service-banner .container {
    max-width: 95%;
}

@media (max-width: 520px) {
    .banner.service-banner .container {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .banner.service-banner .container .content {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .banner.service-banner .banner_asideRight {
        display: none;
    }
}

.banner .banner_link {
    text-align: right;
}

.banner .banner_link ul {
    display: inline-block;
}

.banner .banner_link ul li {
    display: inline-block;
    vertical-align: middle;
}

.banner .banner_link .whatsapp a {
    background: transparent;
    color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    height: 42px;
    justify-content: center;
    min-width: 198px;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
}

.banner .banner_link .whatsapp a img,
.banner .banner_link .whatsapp a span {
    display: inline-block;
    vertical-align: middle;
}

.banner .banner_link .whatsapp a img {
    margin-right: 8px;
}

.banner .banner_link .video_icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
}

.banner .banner_link .video_icon::before {
    width: 50px;
    height: 50px;
}

.DR-service-details .flex .aside_left {
    flex: 1;
}

.DR-service-details .flex .aside_right {
    flex: 0 1 435px;
    max-width: 435px;
    width: 100%;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .DR-service-details .flex .aside_right {
        flex: 0 1 335px;
        max-width: 335px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .DR-service-details .flex .aside_right {
        display: none;
    }
}

.DR-service-details .content {
    text-align: left;
}

.DR-service-details .content p {
    margin-bottom: 15px;
    text-align: justify;
}

.DR-service-details .content h2,
.DR-service-details .content h3,
.DR-service-details .content h4,
.DR-service-details .content h5,
.DR-service-details .content h6 {
    margin: 25px 0 12px;
}

.DR-service-details .content ul {
    padding-left: 15px;
    margin: 15px 0;
}

.DR-service-details .content ul li {
    display: block;
    padding-left: 15px;
    margin: 3px 0;
    position: relative;
}

.DR-service-details .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #5e3263;
    top: 8px;
}

.DR-service-details .content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
}

.DR-service-details .content tr td {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.DR-service-details .content tr th {
    padding: 5px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 18px;
}

.book-appointment {
    /* background: #d5d5d5 url(/public/assets/images/service/shape.webp);
    background-repeat: no-repeat; */
    padding: 40px;
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .book-appointment {
        padding: 25px;
    }
}

.book-appointment h4,
.book-appointment .book-form,
.book-appointment h2 {
    color: #5e3263;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: normal;
}

.book-appointment .form .form-group .form-control {
    background: transparent;
    color: #000;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    border-color: #000;
}

.book-appointment .form .form-group label {
    color: #000;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

.book-appointment .form .form-group.valid label {
    opacity: 0.8;
}

.book-appointment .form .btn-form {
    margin-top: 45px;
}

.book-appointment .form .btn-form .btn {
    display: block;
    width: 100%;
    background: #5e3263;
    border: 1px solid #5e3263;
    border-radius: 35px;
    padding: 11px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease;
}

.book-appointment .form .btn-form .btn:hover {
    background: #5e3263;
    border-color: #5e3263;
}

.DR-Service-Inn-Sec-B {
    position: relative;
}

.DR-Service-Inn-Sec-B .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.DR-Service-Inn-Sec-B .bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8509803922), transparent);
}

.DR-Service-Inn-Sec-B .bg img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.DR-Service-Inn-Sec-B .advantages_service {
    padding: 65px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .DR-Service-Inn-Sec-B .advantages_service {
        padding: 30px 0;
    }
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid {
    padding: 0 90px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid {
        padding: 0 25px;
    }
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid {
        padding: 0 15px;
    }
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content {
    max-width: 535px;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid .content {
        max-width: 450px;
    }
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content p {
    margin-bottom: 15px;
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content h2 {
    line-height: 36px;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid .content h2 {
        font-size: 25px;
    }
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content li,
.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content p,
.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content h2,
.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content h3,
.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content a {
    color: #fff;
    font-weight: normal;
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content ul {
    margin: 20px 0 20px 15px;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid .content ul {
        margin: 15px 0 25px 15px;
    }
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content ul li {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-left: 24px;
    position: relative;
    margin: 5px 0;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid .content ul li {
        font-size: 15px;
        padding-left: 17px;
        font-weight: normal;
        margin: 2px 0;
    }
}

.DR-Service-Inn-Sec-B .advantages_service .container-fluid .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-B .advantages_service .container-fluid .content ul li::before {
        top: 9px;
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-B .advantages_service .action_btn {
        display: block;
    }
}

@media (max-width: 520px) and (max-width: 520px) {

    .DR-Service-Inn-Sec-B .advantages_service .action_btn .btn-appointment,
    .DR-Service-Inn-Sec-B .advantages_service .action_btn .btn-call {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
        padding: 6px 0;
    }
}

@media (max-width: 520px) and (max-width: 520px) {

    .DR-Service-Inn-Sec-B .advantages_service .action_btn .btn-appointment a,
    .DR-Service-Inn-Sec-B .advantages_service .action_btn .btn-call a {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.action_btn {
    display: flex;
    flex-wrap: wrap;
}

.action_btn .btn-appointment {
    padding-left: 0;
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 10px;
}

.action_btn .btn-appointment a {
    padding: 7px 25px;
    display: block;
    text-align: center;
}

@media (max-width: 991px) {
    .action_btn .btn-appointment a {
        font-size: 14px;
    }
}

.action_btn .btn-call {
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 10px;
}

.action_btn .btn-call a {
    display: block;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s ease;
}

@media (max-width: 991px) {
    .action_btn .btn-call a {
        font-size: 14px;
        background: #5e3263;
        border-color: #5e3263;
    }
}

.action_btn .btn-call a:hover {
    background: #5e3263;
    border-color: #5e3263;
}

.DR-Service-Inn-Sec-C {
    padding: 60px 0;
    /* background: #fff url(/public/assets/images/service/shape_w.webp);
    background-repeat: no-repeat;
    background-position: 100% 62%; */
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C {
        padding: 40px 0 0;
    }
}

.DR-Service-Inn-Sec-C .container-fluid {
    padding: 0 40px;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-C .container-fluid {
        padding: 0 15px;
    }
}

.DR-Service-Inn-Sec-C .heading {
    max-width: 490px;
    width: 100%;
    margin: 0 auto 60px;
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C .heading {
        margin-bottom: 40px;
    }
}

.DR-Service-Inn-Sec-C .heading h2 {
    font-weight: normal;
}

.DR-Service-Inn-Sec-C ul {
    padding-left: 15px;
    margin: 15px 0;
}

.DR-Service-Inn-Sec-C ul li {
    display: block;
    padding-left: 15px;
    margin: 3px 0;
    position: relative;
}

.DR-Service-Inn-Sec-C ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #5e3263;
    top: 8px;
}

.DR-Service-Inn-Sec-C .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.DR-Service-Inn-Sec-C figure {
    padding-right: 40px;
    position: sticky;
    top: 100px;
}

@media (max-width: 1230px) {
    .DR-Service-Inn-Sec-C figure {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-C figure {
        top: 80px;
    }
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C figure {
        padding: 0;
        position: static;
    }
}

.DR-Service-Inn-Sec-C figure img {
    display: block;
    width: 100%;
}

.DR-Service-Inn-Sec-C .content {
    width: 100%;
    padding-left: 35px;
}

@media (max-width: 1230px) {
    .DR-Service-Inn-Sec-C .content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-C .content {
        padding-left: 15px;
    }
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C .content {
        width: 100%;
        padding: 25px 0;
    }
}

.DR-Service-Inn-Sec-C .content p {
    margin-bottom: 25px;
    text-align: justify;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-C .content p {
        margin-bottom: 15px;
    }
}

.DR-Service-Inn-Sec-C .content h4 {
    margin-bottom: 15px;
    color: #5e3263;
}

.DR-Service-Inn-Sec-C .content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
}

.DR-Service-Inn-Sec-C .content table tr td {
    padding: 5px;
    border: 1px solid #ccc;
}

.DR-Service-Inn-Sec-C .content table tr th {
    padding: 5px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.DR-Service-Inn-Sec-C .action_btn {
    max-width: 505px;
    width: 100%;
    margin: 98px auto 0;
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C .action_btn {
        margin: 0;
        display: block;
    }
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C .action_btn .btn-appointment {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 6px 0;
    }
}

.DR-Service-Inn-Sec-C .action_btn .btn-appointment .btn {
    background: #5e3263;
    border-color: #5e3263;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-C .action_btn .btn-appointment .btn {
        background: #fff;
        color: #5e3263;
    }
}

.DR-Service-Inn-Sec-C .action_btn .btn-appointment .btn:hover {
    background: #fff;
    color: #5e3263;
}

@media (max-width: 520px) {
    .DR-Service-Inn-Sec-C .action_btn .btn-call {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 6px 0;
    }
}

.DR-Service-Inn-Sec-C .action_btn .btn-call a {
    border-color: #5e3263;
    color: #5e3263;
}

@media (max-width: 991px) {
    .DR-Service-Inn-Sec-C .action_btn .btn-call a {
        background: #5e3263;
        color: #fff;
    }
}

.DR-Service-Inn-Sec-C .action_btn .btn-call a:hover {
    background: #5e3263;
    color: #fff;
}

.DR_Faq-SecA {
    padding: 50px 0 80px;
}

@media (max-width: 675px) {
    .DR_Faq-SecA {
        padding-bottom: 20px;
    }
}

.DR_Faq-SecA .heading {
    margin-bottom: 55px;
}

@media (max-width: 520px) {
    .DR_Faq-SecA .heading {
        margin-bottom: 30px;
    }
}

.freqAskQuertion .item {
    border-bottom: 1px solid #e1e1e1;
}

.freqAskQuertion .item .faq-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding: 12px;
    position: relative;
    padding-right: 45px;
    transition: 0.5s ease;
    cursor: pointer;
}

@media (max-width: 520px) {
    .freqAskQuertion .item .faq-title {
        padding-left: 0;
    }
}

.freqAskQuertion .item .faq-title::before,
.freqAskQuertion .item .faq-title::after {
    content: "";
    position: absolute;
    background: #666666;
    pointer-events: none;
}

.freqAskQuertion .item .faq-title::before {
    width: 12px;
    height: 2px;
    right: 16px;
    top: 23px;
}

.freqAskQuertion .item .faq-title::after {
    width: 2px;
    height: 12px;
    right: 21px;
    top: 18px;
    opacity: 1;
    transition: 0.5s ease;
}

.freqAskQuertion .item .faq-title.active {
    background: #ebebeb;
}

.freqAskQuertion .item .faq-title.active::after {
    opacity: 0;
}

.freqAskQuertion .item .faq-content {
    padding: 15px 12px 30px;
    display: none;
}

.testislide {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .testislide {
        padding: 0 7px;
    }
}

.testislide .owl-item {
    padding: 6px;
}

@media (max-width: 991px) {
    .testislide .owl-item {
        padding: 0;
    }
}

.section-more-service {
    padding: 50px 6px 80px;
}

@media (max-width: 991px) {
    .section-more-service {
        padding: 30px 0;
    }
}

.section-more-service .container-fluid {
    padding: 0;
}

.section-more-service .heading {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section-more-service .heading {
        margin-bottom: 25px;
    }
}

.section-more-service .moreServiceSlide {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .section-more-service .moreServiceSlide {
        padding: 0 7px;
    }
}

.section-more-service .owl-item {
    padding: 6px;
}

@media (max-width: 520px) {
    .section-more-service .owl-item {
        padding: 0;
    }
}

.invisilign-benefits {
    display: flex;
    flex-wrap: wrap;
}

.invisilign-benefits .col1 {
    width: 50%;
    padding: 20px;
    text-align: center;
    border: 1px solid #f5f5f5;
}

.invisilign-benefits .col1 h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 0;
}

.invisilign-benefits .col1 p {
    font-size: 16px;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
}

.aligners-helps {
    display: flex;
    flex-wrap: wrap;
}

.aligners-helps .col1 {
    width: 33%;
    padding: 20px;
    text-align: center;
    border: 1px solid #f5f5f5;
}

.aligners-helps .col1 h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 0;
}

.service-banner h1 {
    text-align: left;
}

.service-banner p {
    text-align: left;
}

@media (max-width: 991px) {
    .braces-table {
        overflow: scroll;
        width: 100%;
        max-width: 350px;
    }

    .braces-table img {
        max-width: 150px;
    }
}

.blog-listing {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .blog-listing {
        padding: 15px 0;
    }
}

.blog-listing .container-fluid {
    padding: 0 25px;
}

@media (max-width: 991px) {
    .blog-listing .container-fluid {
        padding: 0 9px;
    }
}

.blog-listing .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 15px;
}

@media (max-width: 1140px) {
    .blog-listing .flex .col {
        padding: 8px;
    }
}

@media (max-width: 991px) {
    .blog-listing .flex .col {
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .blog-listing .flex .col {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 520px) {
    .blog-listing .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.blog-grid .card a {
    display: block;
    position: relative;
}

.blog-grid .card a figure {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.blog-grid .card a figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.7;
    pointer-events: none;
}

@media (max-width: 991px) {
    .blog-grid .card a figure::after {
        height: 50%;
        opacity: 0.8;
    }
}

.blog-grid .card a figure img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: 2s ease;
}

.blog-grid .card a:hover figure img {
    transform: scale(1.1);
}

.blog-grid .card a .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    max-width: 360px;
}

@media (max-width: 1140px) {
    .blog-grid .card a .content {
        padding: 15px;
        bottom: 10px;
    }
}

@media (max-width: 991px) {
    .blog-grid .card a .content {
        bottom: 6px;
    }
}

.blog-grid .card a .content .date {
    color: #fff;
    font-size: 13.61px;
    opacity: 0.76;
}

.blog-grid .card a .content p {
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .blog-grid .card a .content p {
        font-size: 16px;
        line-height: 22px;
    }
}

.banner.blog-detail-banner .container {
    max-width: 100%;
}

.banner.blog-detail-banner .banner-content .content {
    max-width: 100%;
    padding-left: 45px;
}

@media (max-width: 767px) {
    .banner.blog-detail-banner .banner-content .content {
        max-width: 100%;
        padding: 0;
    }
}

.banner.blog-detail-banner .banner-content .content .date {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 0px;
}

.banner.blog-detail-banner .banner-content .content h1 {
    line-height: normal;
}

@media (max-width: 767px) {
    .banner.blog-detail-banner .banner-content .content h1 {
        font-size: 22px;
    }
}

.blog-detail-secA {
    padding: 55px 0;
}

@media (max-width: 767px) {
    .blog-detail-secA {
        padding: 30px 0;
    }
}

.blog-detail-secA .container-fluid {
    padding: 0 55px;
}

@media (max-width: 1140px) {
    .blog-detail-secA .container-fluid {
        padding: 0 15px;
    }
}

.blog-detail-secA .flex .aside_left {
    flex: 1;
    padding-right: 35px;
}

@media (max-width: 1140px) {
    .blog-detail-secA .flex .aside_left {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .blog-detail-secA .flex .aside_left {
        padding: 0;
    }
}

.blog-detail-secA .flex .aside_right {
    flex: 0 1 307px;
    max-width: 307px;
    width: 100%;
}

@media (max-width: 1140px) {
    .blog-detail-secA .flex .aside_right {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .blog-detail-secA .flex .aside_right {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
    }
}

.blog-detail {
    width: 90%;
}

@media (max-width: 1440px) {
    .blog-detail {
        width: 100%;
    }
}

.blog-detail .content p {
    margin-bottom: 20px;
    text-align: justify;
}

.blog-detail .content h3 {
    color: #5e3263;
    margin-bottom: 20px;
    font-weight: normal;
}

.blog-detail .content h2,
.blog-detail .content h3,
.blog-detail .content h4,
.blog-detail .content h5,
.blog-detail .content h6 {
    margin: 20px 0 15px;
}


.blog-deatils-sec .blog-detail .content h2,
.blog-deatils-sec .blog-detail .content h3,
.blog-deatils-sec .blog-detail .content h4,
.blog-deatils-sec .blog-detail .content h5,
.blog-deatils-sec .blog-detail .content h6 {
    font-size: 30px;
    margin: 15px 0 15px;
}

.blog-detail .content p {
    margin-bottom: 15px;
}

.blog-detail .content ul {
    padding-left: 15px;
    margin-bottom: 25px;
}

.blog-detail .content ul li {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.blog-detail .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #5e3263;
    border-radius: 15px;
}

.blog-aside h4,
.blog-aside .share-test {
    color: #5e3263;
    border-bottom: 1px solid #5e3263;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 7px;
    font-size: 25px;
    line-height: normal;
}

.blog-category ul {
    padding: 15px 0;
    margin-bottom: 20px;
}

.blog-category ul li {
    display: block;
}

.blog-category ul li a {
    font-size: 18px;
    color: #666666;
    display: block;
    padding: 5px 0;
}

.share_link .social-links {
    padding-top: 15px;
}

.share_link .social-links ul li:not(:last-child) {
    margin-right: 8px;
}

.share_link .social-links ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5e3263;
    border-radius: 40px;
    transition: 0.5s ease;
}

.share_link .social-links ul li a svg path {
    fill: #5e3263;
}

.share_link .social-links ul li a:hover {
    background: #5e3263;
}

.share_link .social-links ul li a:hover svg path {
    fill: #fff;
}

.blog-related-sec {
    padding: 30px 6px 80px;
}

@media (max-width: 991px) {
    .blog-related-sec {
        padding: 30px 0;
    }
}

.blog-related-sec .container-fluid {
    padding: 0;
}

.blog-related-sec .heading {
    margin-bottom: 30px;
}

.blog-related-sec .morebloSlide {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .blog-related-sec .morebloSlide {
        padding: 0 15px;
    }
}

.blog-related-sec .owl-item {
    padding: 6px;
}

@media (max-width: 991px) {
    .blog-related-sec .owl-item {
        padding: 0;
    }
}

.testimonial-secInner {
    padding: 40px 0;
}

.testi-tab {
    padding-bottom: 45px;
}

@media (max-width: 520px) {
    .testi-tab {
        padding-bottom: 20px;
    }
}

.testi-tab ul {
    text-align: center;
}

.testi-tab ul li {
    display: inline-block;
    cursor: pointer;
    color: #000;
    position: relative;
    font-size: 18px;
    margin: 0 20px;
    padding: 11px 0;
}

@media (max-width: 520px) {
    .testi-tab ul li {
        margin: 0 8px;
        padding: 10px 0;
    }
}

.testi-tab ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #5e3263;
    transition: 0.5s ease;
}

.testi-tab ul li.active {
    color: #5e3263;
}

.testi-tab ul li.active::after {
    left: 0;
    right: 0;
}

.testimonial-grids .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 15px;
}

@media (max-width: 767px) {
    .testimonial-grids .flex .col {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 520px) {
    .testimonial-grids .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 8px 0;
    }
}

.testimonial-grids .item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.testimonial-grids .item figure {
    height: 100%;
    position: relative;
}

.testimonial-grids .item figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    opacity: 0.66;
    background: linear-gradient(to top, #000, #000, transparent);
}

.testimonial-grids .item figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-grids .item .content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    left: 0;
    right: 0;
    padding-right: 90px;
}

@media (max-width: 991px) {
    .testimonial-grids .item .content {
        padding: 10px;
        padding-right: 60px;
    }
}

@media (max-width: 675px) {
    .testimonial-grids .item .content {
        bottom: 15px;
    }
}

.testimonial-grids .item .content .video_icon {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-grids .item .content .video_icon:before {
    width: 44px;
    height: 44px;
}

.testimonial-grids .item .content .video_icon img {
    width: auto;
    display: block;
}

.testimonial-grids .item .content .name {
    color: #fff;
    font-size: 19px;
}

.testimonial-grids .item .content .designation {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

.testimonial-grids .testimonial-tab:not(:first-child) {
    display: none;
}

.gallery-secInner {
    padding: 40px 0;
}

@media (max-width: 675px) {
    .gallery-secInner {
        padding: 20px 0;
    }
}

.gallery-secInner .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 15px;
}

@media (max-width: 991px) {
    .gallery-secInner .flex .col {
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .gallery-secInner .flex .col {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 520px) {
    .gallery-secInner .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 8px 0;
    }
}

.gallery-secInner .item {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
}

.gallery-secInner .item figure {
    height: 100%;
    position: relative;
}

.gallery-secInner .item figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    opacity: 0.66;
    background: linear-gradient(to top, #000, #000, transparent);
}

.gallery-secInner .item figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-secInner .item .name_test {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    text-align: center;
}

.gallery-secInner .item .over-effect {
    background: rgba(0, 0, 0, 0.7215686275);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.gallery-secInner .item .over-effect .icon {
    width: 56px;
    height: 56px;
    background: #5e3263;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-secInner .item .over-effect .icon::before,
.gallery-secInner .item .over-effect .icon::after {
    content: "";
    position: absolute;
    background: #fff;
}

.gallery-secInner .item .over-effect .icon::before {
    width: 15px;
    height: 2px;
}

.gallery-secInner .item .over-effect .icon::after {
    width: 2px;
    height: 15px;
}

.gallery-secInner .item:hover .over-effect {
    opacity: 1;
}

.faq_page_style .flex .col1 {
    flex: 0 1 40%;
    max-width: 40%;
    width: 100%;
}

@media (max-width: 991px) {
    .faq_page_style .flex .col1 {
        display: none;
    }
}

.faq_page_style .flex .col2 {
    flex: 0 1 60%;
    max-width: 60%;
    width: 100%;
}

@media (max-width: 991px) {
    .faq_page_style .flex .col2 {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .faq_page_style figure {
        position: sticky;
        top: 120px;
    }
}

.faq_page_style .freqAskQuertion .item {
    border: 0;
}

.faq_page_style .freqAskQuertion .item .faq-title {
    font-weight: normal;
}

@media (max-width: 675px) {
    .faq_page_style .freqAskQuertion .item .faq-title {
        margin-left: -15px;
        margin-right: -15px;
        padding: 12px 15px;
        padding-right: 40px;
    }
}

.faq_page_style .freqAskQuertion .item .faq-title.active {
    color: #5e3263;
}

@media (max-width: 675px) {
    .faq_page_style .freqAskQuertion .item .faq-content {
        padding: 15px 0;
    }
}

.faq_page_style .freqAskQuertion .item .faq-content ul {
    margin: 15px 0;
}

.faq_page_style .freqAskQuertion .item .faq-content ul li {
    display: block;
    padding-left: 15px;
    margin: 3px 0;
    position: relative;
}

.faq_page_style .freqAskQuertion .item .faq-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #5e3263;
    top: 8px;
}

.banner.career-banner .banner-content .flex {
    max-width: 1050px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.banner.career-banner .banner-content .flex .col1 {
    flex: 0 1 25%;
    max-width: 25%;
    width: 100%;
}

@media (max-width: 991px) {
    .banner.career-banner .banner-content .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.banner.career-banner .banner-content .flex .col2 {
    flex: 0 1 75%;
    max-width: 75%;
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .banner.career-banner .banner-content .flex .col2 {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.banner.career-banner .banner-content .content {
    max-width: 415px;
}

@media (max-width: 675px) {
    .banner.career-banner .banner-content .content {
        margin: 0 auto;
    }
}

.banner.career-banner .banner-content .content .btn_aply {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 675px) {
    .banner.career-banner .banner-content .content .btn_aply {
        position: static;
        margin-top: 20px;
    }
}

.banner.career-banner .banner-content .content .btn_aply a {
    width: 160px;
    text-align: center;
    color: #fff;
    border-color: #fff;
}

@media (max-width: 991px) {
    .banner.career-banner .banner-content .content .btn_aply a {
        border-color: #5e3263;
    }
}

.banner.career-banner .banner-content .content .btn_aply a:hover {
    border-color: #5e3263;
}

.section-career-inn-A {
    padding: 65px 0;
}

@media (max-width: 675px) {
    .section-career-inn-A {
        padding: 40px 0;
    }
}

.section-career-inn-A .container {
    max-width: 1300px;
}

.section-career-inn-A .heading {
    max-width: 725px;
    width: 100%;
    margin: 0 auto 65px;
}

@media (max-width: 675px) {
    .section-career-inn-A .heading {
        margin-bottom: 30px;
    }
}

.section-career-inn-A .heading h2 {
    color: #5e3263;
    font-weight: normal;
    margin-bottom: 13px;
}

.section-career-inn-A .care_wokk .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 15px;
}

@media (max-width: 991px) {
    .section-career-inn-A .care_wokk .col {
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .section-career-inn-A .care_wokk .col {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 520px) {
    .section-career-inn-A .care_wokk .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section-career-inn-A .care_wokk .col:last-child {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.section-career-inn-A .care_wokk .card {
    text-align: center;
    padding: 15px 35px;
    background: #fff;
    border: 1px solid #d7d7d7;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 26px 1px rgba(204, 204, 204, 0.4);
}

@media (max-width: 991px) {
    .section-career-inn-A .care_wokk .card {
        padding: 15px;
    }
}

.section-career-inn-A .care_wokk .card .icon {
    margin-bottom: 10px;
}

.section-career-inn-A .care_wokk .card .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #5e3263;
}

.section-career-inn-B .heading {
    max-width: 725px;
    width: 100%;
    margin: 0 auto 65px;
}

@media (max-width: 675px) {
    .section-career-inn-B .heading {
        margin-bottom: 35px;
    }
}

.section-career-inn-B .heading h2 {
    color: #5e3263;
    font-weight: normal;
    margin-bottom: 13px;
}

.section-career-inn-B .freqAskQuertion .item {
    border: 0;
    margin: 15px 0;
}

.section-career-inn-B .freqAskQuertion .item .faq-title {
    background: #ebebeb;
}

@media (max-width: 675px) {
    .section-career-inn-B .freqAskQuertion .item .faq-title {
        padding-left: 15px;
    }
}

.section-career-inn-B .freqAskQuertion .item .faq-title.active {
    background: #5e3263;
    color: #fff;
}

.section-career-inn-B .freqAskQuertion .item .faq-title.active::before,
.section-career-inn-B .freqAskQuertion .item .faq-title.active::after {
    background: #fff;
}

.section-career-inn-B .freqAskQuertion .item .faq-content {
    border: 1px solid #ccc;
    border-top: 0;
    position: relative;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .btn_aply {
    position: absolute;
    right: 15px;
    top: 15px;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .btn_aply a {
    border-radius: 4px;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .content p {
    margin-bottom: 5px;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .content .title {
    font-size: 18px;
    color: #212f52;
    margin: 18px 0 10px;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .content ul {
    padding-left: 20px;
    margin-bottom: 35px;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .content ul li {
    display: block;
    position: relative;
    margin: 0 0 5px;
    padding-left: 20px;
}

.section-career-inn-B .freqAskQuertion .item .faq-content .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #5e3263;
    border-radius: 20px;
}

.section-career-inn-C {
    padding: 75px 0;
    /* background-image: url(/public/assets/images/career/leaf.webp);
    background-repeat: no-repeat;
    background-position: center right; */
}

@media (max-width: 675px) {
    .section-career-inn-C {
        padding: 40px 0;
    }
}

.section-career-inn-C .join_CareerForm .heading {
    margin-bottom: 45px;
}

@media (max-width: 675px) {
    .section-career-inn-C .join_CareerForm .heading {
        text-align: center;
        margin-bottom: 35px;
    }
}

.section-career-inn-C .join_CareerForm .heading h2 {
    color: #5e3263;
}

.section-career-inn-C .join_CareerForm p {
    color: #000;
}

.section-career-inn-C .join_CareerForm .careerForm {
    max-width: 700px;
    width: 100%;
}

.section-career-inn-C .join_CareerForm .careerForm .flex {
    justify-content: space-between;
}

.section-career-inn-C .join_CareerForm .careerForm .flex .col {
    flex: 0 1 46%;
    max-width: 46%;
}

@media (max-width: 520px) {
    .section-career-inn-C .join_CareerForm .careerForm .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.section-career-inn-C .join_CareerForm .careerForm .form .form-group .form-control {
    background: transparent;
    color: #000;
    font-family: "DM Sans", sans-serif;
    border-color: #000;
    padding: 10px 0;
}

.section-career-inn-C .join_CareerForm .careerForm .form .form-group label {
    color: #000;
    font-family: "DM Sans", sans-serif;
}

.section-career-inn-C .join_CareerForm .careerForm .form .form-group.valid label {
    opacity: 0.8;
}

.section-career-inn-C .join_CareerForm .careerForm .form .form-group textarea.form-control {
    height: 68px;
}

.section-career-inn-C .join_CareerForm .careerForm .form .file-opload {
    position: relative;
}

.section-career-inn-C .join_CareerForm .careerForm .form .file-opload input.input-file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.section-career-inn-C .join_CareerForm .careerForm .form .file-opload p {
    padding: 12px 20px;
    background: #f1f1f1;
    pointer-events: none;
}

.section-career-inn-C .join_CareerForm .careerForm .form .btn-form {
    margin-top: 25px;
}

@media (max-width: 675px) {
    .section-career-inn-C .join_CareerForm .careerForm .form .btn-form {
        margin-top: 15px;
    }
}

.section-career-inn-C .join_CareerForm .careerForm .form .btn-form .btn {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    background: #5e3263;
    border: 1px solid #5e3263;
    border-radius: 35px;
    padding: 11px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease;
}

@media (max-width: 991px) {
    .section-career-inn-C .join_CareerForm .careerForm .form .btn-form .btn {
        background: #5e3263;
        border-color: #5e3263;
    }
}

.section-career-inn-C .join_CareerForm .careerForm .form .btn-form .btn:hover {
    background: #5e3263;
    border-color: #5e3263;
}

.contact-inner-secA {
    padding: 65px 0;
    background: linear-gradient(to right, #e1e1e1, #fff);
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}

.contact-inner-secA .img_shade {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.contact-inner-secA .container {
    position: relative;
    z-index: 1;
}

.contact-inner-secA .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
}

@media (max-width: 767px) {
    .contact-inner-secA .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }
}

.contact-inner-secA .flex .col1 {
    flex: 0 1 65%;
    max-width: 65%;
}

@media (max-width: 991px) {
    .contact-inner-secA .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }
}

.contact-inner-secA .flex .col2 {
    flex: 0 1 35%;
    max-width: 35%;
}

.contact-inner-secA .item h4,
.contact-inner-secA .item .contact-text {
    color: #5e3263;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 25px;
    line-height: normal;
}



@media (max-width: 991px) {
    .contact-inner-secA .item h4 {
        margin-bottom: 15px;
    }
}

.contact-inner-secA .item .address>p {
    max-width: 252px;
    min-height: 75px;
}

@media (max-width: 767px) {
    .contact-inner-secA .item .address>p {
        max-width: 100%;
        min-height: unset;
    }

    .contact-inner-secA .item .contact-text {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.contact-inner-secA .item .address p {
    color: #000;
    margin-bottom: 12px;
}

.contact-inner-secA .item .getDirec {
    margin-bottom: 25px;
}

.contact-inner-secA .item .getDirec a {
    display: inline-block;
    color: #5e3263;
}

.contact-inner-secA .item .getDirec a span,
.contact-inner-secA .item .getDirec a img {
    display: inline-block;
}

.contact-inner-secA .item .getDirec a span {
    padding-right: 10px;
}

.contact-inner-secA .item .contac_lin ul {
    display: block;
}

.contact-inner-secA .item .contac_lin ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 0;
}

.contact-inner-secA .item .contac_lin ul li .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #5e3263;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-inner-secA .item .contac_lin ul li a,
.contact-inner-secA .item .contac_lin ul li p {
    display: inline-block;
    margin-left: 15px;
    color: #000;
}

.contact-inner-secA .item .whats {
    margin-top: 25px;
}

.contact-inner-secA .item .whats a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    padding: 6px 0;
    color: #5e3263;
    border: 1px solid #5e3263;
    border-radius: 30px;
}

.contact-inner-secA .item .whats a .icon {
    padding-right: 10px;
    line-height: 0;
    margin-left: -30px;
    margin-right: 4px;
}

.contact-inner-secB {
    padding: 65px 0;
}

.contact-inner-secB .flex .col1 {
    flex: 0 1 45%;
    max-width: 45%;
    width: 100%;
}

@media (max-width: 767px) {
    .contact-inner-secB .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.contact-inner-secB .flex .col2 {
    flex: 0 1 55%;
    max-width: 55%;
    width: 100%;
}

@media (max-width: 767px) {
    .contact-inner-secB .flex .col2 {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .contact-inner-secB figure {
        position: sticky;
        top: 100px;
    }
}

@media (max-width: 1024px) {
    .contact-inner-secB .contact-form {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .contact-inner-secB .contact-form {
        padding-left: 0px;
        padding: 30px 0;
    }
}

.contact-inner-secB .contact-form h2 {
    margin-bottom: 10px;
    color: #5e3263;
    font-weight: normal;
}

.contact-inner-secB .contact-form .form {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .contact-inner-secB .contact-form .form {
        margin-top: 20px;
    }
}

.contact-inner-secB .contact-form .form .flex {
    justify-content: space-between;
}

.contact-inner-secB .contact-form .form .flex .col {
    flex: 0 1 46%;
    max-width: 46%;
}

@media (max-width: 767px) {
    .contact-inner-secB .contact-form .form .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.contact-inner-secB .contact-form .form .flex .colfull {
    flex: 0 1 100%;
    max-width: 100%;
}

.contact-inner-secB .contact-form .form .form-control {
    background: transparent;
    color: #000;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    border-color: #000;
}

.contact-inner-secB .contact-form .form label {
    color: #000;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
}

.contact-inner-secB .contact-form .form.valid label {
    opacity: 0.8;
}

.contact-inner-secB .contact-form .btn-form {
    margin-top: 15px;
}

.contact-inner-secB .contact-form .btn-form .btn {
    display: block;
    max-width: 190px;
    width: 100%;
    background: #5e3263;
    border: 1px solid #5e3263;
    border-radius: 35px;
    padding: 11px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease;
}

.contact-inner-secB .contact-form .btn-form .btn:hover {
    background: #5e3263;
    border-color: #5e3263;
}

.banner.banner-trouism .banner-content .content {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.banner.banner-trouism .banner-content .content h1 {
    line-height: normal;
}

.trouism-in-Sec-A {
    padding: 50px 0px;
}

@media (max-width: 1140px) {
    .trouism-in-Sec-A {
        padding-bottom: 0;
    }
}

.trouism-in-Sec-A .container-fluid {
    padding: 0 50px;
}

@media (max-width: 1140px) {
    .trouism-in-Sec-A .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 1230px) {
    .trouism-way-travel .flex {
        align-items: center;
        justify-content: center;
    }
}

.trouism-way-travel .flex .col1 {
    flex: 0 1 65%;
    max-width: 65%;
    width: 100%;
    padding-right: 35px;
}

@media (max-width: 1230px) {
    .trouism-way-travel .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 675px) {
    .trouism-way-travel .flex .col1 {
        padding: 0;
    }
}

.trouism-way-travel .flex .col2 {
    flex: 0 1 35%;
    max-width: 35%;
    width: 100%;
}

@media (max-width: 1230px) {
    .trouism-way-travel .flex .col2 {
        max-width: 100%;
        padding-top: 20px;
    }
}

.trouism-way-travel .content {
    width: 90%;
}

@media (max-width: 1140px) {
    .trouism-way-travel .content {
        width: 100%;
    }
}

.trouism-way-travel .content h2 {
    color: #5e3263;
    margin-bottom: 15px;
}

@media (max-width: 1230px) {
    .trouism-way-travel .content h2 {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .trouism-way-travel .content h2 {
        font-size: 24px;
    }
}

.trouism-way-travel .content p {
    margin-bottom: 30px;
    text-align: justify;
}

@media (max-width: 1230px) {
    .trouism-way-travel .content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.trouism-way-travel .action_btn {
    max-width: 522px;
    width: 100%;
}

@media (max-width: 675px) {
    .trouism-way-travel .action_btn .btn-appointment {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
}

.trouism-way-travel .action_btn .btn-appointment .btn {
    background: #5e3263;
    border-color: #5e3263;
    padding: 9px 25px;
}

.trouism-way-travel .action_btn .btn-appointment .btn:hover {
    background: #fff;
    color: #5e3263;
}

@media (max-width: 675px) {
    .trouism-way-travel .action_btn .btn-call {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }
}

.trouism-way-travel .action_btn .btn-call a {
    border-color: #5e3263;
    color: #5e3263;
    padding: 9px 25px;
}

@media (max-width: 675px) {
    .trouism-way-travel .action_btn .btn-call a {
        color: #fff;
    }
}

.trouism-way-travel .action_btn .btn-call a:hover {
    background: #5e3263;
    color: #fff;
}

.trouism-way-travel .way-travel-slideA .item {
    position: relative;
}

@media (max-width: 1140px) {
    .trouism-way-travel .way-travel-slideA .item {
        padding: 0 6px;
    }
}

.trouism-way-travel .way-travel-slideA .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.trouism-way-travel .way-travel-slideA .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.trouism-way-travel .way-travel-slideA .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 7px;
    opacity: 0.7;
}

.trouism-way-travel .way-travel-slideA .owl-dots button.owl-dot.active {
    opacity: 1;
}

.trouism-in-Sec-B {
    padding: 50px 0px;
}

.trouism-in-Sec-B .container-fluid {
    padding: 0 50px;
}

@media (max-width: 1140px) {
    .trouism-in-Sec-B .container-fluid {
        padding: 0 15px;
    }
}

.trouism-in-Sec-B .heading {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 40px;
}

.trouism-in-Sec-B .heading .icon {
    display: inline-block;
}

.trouism-in-Sec-B .heading h4 {
    color: #5e3263;
    font-weight: normal;
    line-height: 29px;
}

@media (max-width: 1230px) {
    .trouism-in-Sec-B .heading h4 {
        font-size: 20px;
    }
}

.way-travel-slideB {
    padding: 0 55px;
}

@media (max-width: 991px) {
    .way-travel-slideB {
        padding: 0;
    }
}

.way-travel-slideB .owl-stage {
    display: flex;
}

.way-travel-slideB .owl-item {
    padding: 15px;
}

@media (max-width: 1140px) {
    .way-travel-slideB .owl-item {
        padding: 8px;
    }
}

.way-travel-slideB .item {
    height: 100%;
    /* background: #fff url(/public/assets/images/dental-trouism/leaf_G.webp); */
    text-align: center;
    padding: 35px;
    padding-bottom: 75px;
    /* background-position: bottom center;
    background-repeat: no-repeat; */
    border: 1px solid #ccc;
    /* background-position: bottom center; */
    border-radius: 10px;
    transition: 0.5s ease;
}

@media (max-width: 1300px) {
    .way-travel-slideB .item {
        padding-bottom: 38px;
    }
}

@media (max-width: 1230px) {
    .way-travel-slideB .item {
        padding: 18px;
    }
}

@media (max-width: 1140px) {
    .way-travel-slideB .item {
        padding: 15px;
    }
}

.way-travel-slideB .item:hover {
    /* background: #5e3263 url(/public/assets/images/dental-trouism/leaf_G.webp);
    background-position: bottom center;
    background-repeat: no-repeat; */
}

.way-travel-slideB .item:hover p {
    color: #fff;
}

.way-travel-slideB .item .bg {
    display: flex;
    align-items: center;
    height: 100%;
}

.way-travel-slideB .item p {
    font-size: 18px;
    transition: 0.5s ease;
}

@media (max-width: 1230px) {
    .way-travel-slideB .item p {
        font-size: 16px;
        list-style: 22px;
    }
}

.trouism-in-Sec-C {
    padding: 50px 0px;
}

.trouism-in-Sec-C .container-fluid {
    padding: 0 50px;
}

@media (max-width: 991px) {
    .trouism-in-Sec-C .container-fluid {
        padding: 0 15px;
    }
}

.trouism-in-Sec-C .flex {
    height: 100%;
}

.trouism-in-Sec-C .flex .aside_left {
    flex: 1;
    width: 100%;
}

.trouism-in-Sec-C .flex .aside_right {
    flex: 0 1 435px;
    max-width: 435px;
    width: 100%;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-C .flex .aside_right {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.trouism-in-Sec-C .flex .col1 {
    flex: 0 1 40%;
    max-width: 40%;
    width: 100%;
    padding-right: 40px;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-C .flex .col1 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}

.trouism-in-Sec-C .flex .col2 {
    flex: 0 1 60%;
    max-width: 60%;
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-C .flex .col2 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .trouism-in-Sec-C .flex .col2 {
        padding-left: 15px;
        margin: 30px 0 40px;
    }
}

.trouism-in-Sec-C figure {
    display: block;
    height: 100%;
}

.trouism-in-Sec-C figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.trouism-in-Sec-C .acc-best-dental {
    width: 90%;
    padding-left: 65px;
    position: relative;
    border-left: 1px solid #5e3263;
}

@media (max-width: 991px) {
    .trouism-in-Sec-C .acc-best-dental {
        width: 100%;
        padding-left: 40px;
    }
}

.trouism-in-Sec-C .acc-best-dental .item {
    position: relative;
}

.trouism-in-Sec-C .acc-best-dental .item:not(:last-child) {
    padding: 0 0 30px 0;
}

.trouism-in-Sec-C .acc-best-dental .item .nab_tri {
    width: 44px;
    height: 44px;
    border: 1px solid #5e3263;
    position: absolute;
    top: 0;
    left: -88px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .trouism-in-Sec-C .acc-best-dental .item .nab_tri {
        left: -60px;
    }
}

.trouism-in-Sec-C .acc-best-dental .item .nab_tri::before,
.trouism-in-Sec-C .acc-best-dental .item .nab_tri::after {
    content: "";
    position: absolute;
    background: #5e3263;
    display: flex;
    align-items: center;
}

.trouism-in-Sec-C .acc-best-dental .item .nab_tri::before {
    width: 14px;
    height: 2px;
}

.trouism-in-Sec-C .acc-best-dental .item .nab_tri::after {
    width: 2px;
    height: 14px;
    opacity: 1;
    transition: 0.5s ease;
}

.trouism-in-Sec-C .acc-best-dental .item h6 {
    padding: 5px 0 8px;
    cursor: pointer;
}

.trouism-in-Sec-C .acc-best-dental .item .content {
    padding: 0 0 15px;
}

.trouism-in-Sec-C .acc-best-dental .item .content p {
    text-align: justify;
}

.trouism-in-Sec-C .acc-best-dental .item:not(:first-child) .content {
    display: none;
}

.trouism-in-Sec-C .acc-best-dental .item.active .nab_tri::after {
    opacity: 0;
}

.trouism-in-Sec-D {
    padding: 55px 0;
    background: #f9f9f9;
}

@media (max-width: 675px) {
    .trouism-in-Sec-D {
        padding-bottom: 20px;
    }
}

.trouism-in-Sec-D .heading {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto 75px;
}

@media (max-width: 1300px) {
    .trouism-in-Sec-D .heading {
        max-width: 900px;
    }
}

.trouism-in-Sec-D .heading h2 {
    margin-bottom: 22px;
}

@media (max-width: 1300px) {
    .trouism-in-Sec-D .heading h2 {
        font-size: 30px;
    }
}

.trouism-in-Sec-D .flex {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 1140px) {
    .trouism-in-Sec-D .flex {
        justify-content: center;
        width: 100%;
    }
}

.trouism-in-Sec-D .flex .col {
    flex: 0 1 20%;
    max-width: 25%;
    padding: 12px;
}

@media (max-width: 1140px) {
    .trouism-in-Sec-D .flex .col {
        flex: 0 1 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 675px) {
    .trouism-in-Sec-D .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 1140px) {
    .trouism-in-Sec-D .flex .col:last-child {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.trouism-in-Sec-D .card {
    position: relative;
    padding-left: 75px;
}

.trouism-in-Sec-D .card .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.trouism-in-Sec-D .card .content h4 {
    font-weight: normal;
    color: #5e3263;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
}

.trouism-in-Sec-D .card .content p {
    font-size: 14px;
    line-height: 22px;
}

.trouism-in-Sec-E {
    padding: 65px 0 20px;
}

.trouism-in-Sec-E .container-fluid {
    display: block;
    padding: 0;
}

.trouism-in-Sec-E .heading {
    margin-bottom: 65px;
}

.trouism-in-Sec-E .flex {
    align-items: center;
}

.trouism-in-Sec-E .flex .col1 {
    flex: 0 1 45%;
    max-width: 45%;
    width: 100%;
    padding: 40px;
}

.trouism-in-Sec-E .flex .col2 {
    flex: 0 1 55%;
    max-width: 55%;
    width: 100%;
}

.trouism-in-Sec-E .placeSlider .owl-item {
    padding: 0 25px;
}

.trouism-in-Sec-E .placeSlider .item {
    position: relative;
}

.trouism-in-Sec-E .placeSlider .item figure {
    position: relative;
}

.trouism-in-Sec-E .placeSlider .item figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.trouism-in-Sec-E .placeSlider .item figure img {
    display: block;
}

.trouism-in-Sec-E .placeSlider .item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 22px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.trouism-in-Sec-E .placeSlider .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    padding-left: 20px;
    height: 150px;
    width: 50px;
}

.trouism-in-Sec-E .placeSlider .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    background: #fff !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1098039216);
    opacity: 1;
    margin: 0;
    transition: 400ms ease;
}

.trouism-in-Sec-E .placeSlider .owl-nav button.owl-prev {
    left: 3.8px;
    top: 12%;
}

.trouism-in-Sec-E .placeSlider .owl-nav button.owl-next {
    left: 3.8px;
    right: auto;
    top: 57%;
}

.trouism-in-Sec-E .content h3 {
    margin-bottom: 20px;
}

.trouism-in-Sec-E .content p {
    display: block;
    text-align: justify;
}

.trouism-in-Sec-E .CommentList .tab-list:not(:first-child) {
    display: none;
}

.trouism-in-Sec-F {
    padding: 65px 0 30px;
}

@media (max-width: 991px) {
    .trouism-in-Sec-F {
        padding: 30px 0;
    }
}

.trouism-in-Sec-F .container-fluid {
    display: block;
    padding: 0;
}

.trouism-in-Sec-F .heading {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
}

.trouism-in-Sec-F .heading h2 {
    margin-bottom: 16px;
}

.trouism-in-Sec-F .heading h3 {
    line-height: 40px;
    font-weight: normal;
    color: #5e3263;
    margin-bottom: 16px;
    font-size: 36px;
}

.trouism-in-Sec-F .testInPatent {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .trouism-in-Sec-F .testInPatent {
        padding: 0;
    }

    .trouism-in-Sec-F .heading h3 {
        font-size: 30px;

    }
}

.trouism-in-Sec-F .testInPatent .owl-item {
    padding: 12px;
}

.RDental-Home-SecH .heading h3 {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 5px;
}

.RDental-Home-SecH .heading h3 span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    padding-right: 20px;
}

.section-more-service .heading h4 {

    color: #000;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 36px;
}


.RDental-Home-SecH .heading h3 img {
    display: inline-block;
    vertical-align: middle;
}


.section-more-service .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 767px) {

    .RDental-Home-SecH .heading h3 {
        font-size: 30px;

    }

    .section-more-service .heading h4 {
        font-size: 30px;
    }
}

@media (max-width: 675px) {
    .trouism-in-Sec-F .testInPatent .owl-item {
        padding: 6px;
    }

    .trouism-in-Sec-F .heading h3 {
        font-size: 20px;
    }

    .RDental-Home-SecH .heading h3 {
        font-size: 20px;
    }

    .section-more-service .heading h4 {
        font-size: 20px;
    }

}



.trouism-in-Sec-F .testInPatent .item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.trouism-in-Sec-F .testInPatent .item figure {
    position: relative;
    display: block;
}

.trouism-in-Sec-F .testInPatent .item figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.trouism-in-Sec-F .testInPatent .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 19px 12px;
    background: rgba(0, 0, 0, 0.6196078431);
}

.trouism-in-Sec-F .testInPatent .item .content .flag {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.trouism-in-Sec-F .testInPatent .item .content .flag img {
    width: auto;
    max-width: 100%;
    display: block;
}

.trouism-in-Sec-F .testInPatent .item .content .flag p {
    padding-left: 12px;
    color: #fff;
    font-size: 18px;
}

.trouism-in-Sec-F .testInPatent .item .content .video_icon {
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: 7px;
}

.trouism-in-Sec-F .testInPatent .item .content .video_icon::before {
    width: 42px;
    height: 42px;
}

.trouism-in-Sec-F .testInPatent .item .content .video_icon img {
    width: auto;
    max-width: 100%;
    display: block;
}

.trouism-in-Sec-G {
    padding: 25px 0 55px;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-G {
        padding-bottom: 30px;
    }
}

.trouism-in-Sec-G .container-fluid {
    padding: 0 45px;
}

@media (max-width: 991px) {
    .trouism-in-Sec-G .container-fluid {
        padding: 0 15px;
    }
}

.trouism-in-Sec-G .heading {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 65px;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-G .heading {
        margin-bottom: 25px;
    }
}

@media (max-width: 675px) {
    .trouism-in-Sec-G .heading {
        margin-bottom: 0;
    }
}

.trouism-in-Sec-G .heading h2 {
    margin-bottom: 16px;
}

@media (max-width: 1230px) {
    .trouism-in-Sec-G .heading h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media (max-width: 1230px) {
    .trouism-in-Sec-G .flex {
        flex-direction: column;
    }
}

.trouism-in-Sec-G .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
}

@media (max-width: 1230px) {
    .trouism-in-Sec-G .flex .col {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media (max-width: 1230px) {
    .trouism-in-Sec-G .flex .col:nth-child(1) {
        max-width: 100%;
    }
}

.trouism-in-Sec-G figure {
    display: block;
}

.trouism-in-Sec-G figure img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.trouism-in-Sec-G .content.pr {
    padding-right: 45px;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-G .content.pr {
        padding: 25px 0;
    }
}

.trouism-in-Sec-G .content.pl {
    padding-left: 45px;
}

@media (max-width: 1024px) {
    .trouism-in-Sec-G .content.pl {
        padding: 25px 0;
    }
}

.trouism-in-Sec-G .content p {
    margin-bottom: 22px;
}

@media (max-width: 1300px) {
    .trouism-in-Sec-G .content p {
        margin-bottom: 15px;
    }
}

.trouism-in-Sec-G .content h4 {
    color: #5e3263;
    margin-bottom: 15px;
    font-weight: normal;
}

@media (max-width: 1300px) {
    .trouism-in-Sec-G .content h4 {
        margin-bottom: 8px;
    }
}

.trouism-in-Sec-G .content ul li {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.trouism-in-Sec-G .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #5e3263;
    border-radius: 15px;
}

.DREnquryModelPop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateX(100%);
    z-index: 4;
    transition: 0.5s ease;
}

.DREnquryModelPop.is-open {
    transform: translateX(0%);
}

.DREnquryModelPop.is-open .overlay {
    opacity: 0.3;
}

.DREnquryModelPop .mdel_wrapp {
    height: 100%;
}

.DREnquryModelPop .ModelPop {
    max-width: 450px;
    width: 100%;
    /* background-color: #fff;
    background-image: url(/public/assets/images/icon_leaf.webp);
    background-repeat: no-repeat;
    background-position: bottom right; */
    padding: 25px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    position: relative;
    max-height: 100vh;
    overflow-y: scroll;
}

@media (max-width: 767px) {
    .DREnquryModelPop .ModelPop {
        padding: 25px 0;
    }
}

.DREnquryModelPop .ModelPop .content {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

@media (max-width: 675px) {
    .DREnquryModelPop .ModelPop .content {
        margin-bottom: 15px;
    }
}

.DREnquryModelPop .ModelPop .content h2 {
    color: #000;
    font-size: 34px;
    margin-bottom: 11px;
}

@media (max-width: 767px) {
    .DREnquryModelPop .ModelPop .content h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

.DREnquryModelPop .ModelPop .content h2 span {
    color: #5e3263;
}

.DREnquryModelPop .ModelPop .content p {
    color: #666666;
    line-height: 23px;
}

@media (max-width: 675px) {
    .DREnquryModelPop .ModelPop .content p {
        line-height: 18px;
        font-size: 13px;
    }
}

.DREnquryModelPop .ModelPop .form .flex {
    flex-wrap: wrap;
}

@media (max-width: 520px) {
    .DREnquryModelPop .ModelPop .form .flex {
        flex-direction: column;
    }
}

.DREnquryModelPop .ModelPop .form .flex .col {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 675px) {
    .DREnquryModelPop .ModelPop .form .flex .col {
        padding: 0;
    }
}

@media (max-width: 520px) {
    .DREnquryModelPop .ModelPop .form .flex .col {
        flex: 0 0 100%;
        width: 100%;
    }
}

.DREnquryModelPop .ModelPop .form .flex .col:nth-child(5),
.DREnquryModelPop .ModelPop .form .flex .col:last-child {
    flex: 0 0 100%;
    width: 100%;
}

.DREnquryModelPop .ModelPop .form .form-group {
    position: relative;
}

@media (max-width: 767px) {
    .DREnquryModelPop .ModelPop .form .form-group {
        margin-bottom: 7px;
    }
}

.DREnquryModelPop .ModelPop .form .form-group img.arrow {
    position: absolute;
    bottom: 15px;
    right: 2px;
    pointer-events: none;
}

.DREnquryModelPop .ModelPop .form .form-group .form-control {
    color: #000;
    padding: 0;
    border-color: #666666;
}

.DREnquryModelPop .ModelPop .form .form-group label {
    color: #000;
}

.DREnquryModelPop .ModelPop .form .form-group textarea.form-control {
    padding-top: 15px;
}

.DREnquryModelPop .ModelPop .form .form-group a.btn-button {
    align-items: center;
    color: #fff;
    padding: 6px 20px;
    font-size: 18px;
    width: 155px;
    margin: 0 auto;
    display: block;
    border: 1px solid #5e3263;
    text-align: center;
    border-radius: 45px;
    background: #5e3263;
    margin-top: 20px;
    transition: 0.5s ease;
}

.DREnquryModelPop .ModelPop .form .form-group a.btn-button:hover {
    background: #5e3263;
    color: #fff;
    border-color: #5e3263;
}

.DREnquryModelPop .ModelPop .form .form-group a.btn-button img {
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

@media (max-width: 675px) {
    .DREnquryModelPop .ModelPop .form .form-group textarea.form-control {
        height: 120px;
    }
}

.DREnquryModelPop .close {
    position: absolute;
    width: 25px;
    height: 25px;
    left: auto;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}

.DREnquryModelPop .close:hover {
    background: transparent;
}

.DREnquryModelPop .close img {
    width: 15px;
}

.google_reviewModel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateX(100%);
    z-index: 4;
    transition: 0.5s ease;
}

.google_reviewModel.is-open {
    transform: translateX(0%);
}

.google_reviewModel.is-open .overlay {
    opacity: 0.3;
    pointer-events: all;
}

.google_reviewModel .model-body {
    max-width: 480px;
    width: 100%;
    /* background-color: #fff;
    background-image: url(/public/assets/images/icon_leaf.webp);
    background-repeat: no-repeat;
    background-position: bottom right; */
    padding: 30px;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    position: relative;
    z-index: 11;
    transition: all 1s ease 0.5s;
}

@media (max-width: 767px) {
    .google_reviewModel .model-body {
        padding: 25px 0;
    }
}

@media (max-width: 675px) {
    .google_reviewModel .model-body {
        padding: 20px;
    }
}

.google_reviewModel .close_model img {
    width: 12px;
}

.google_reviewModel .gooRev-Header {
    margin-bottom: 20px;
}

.google_reviewModel .heading-h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
}

.google_reviewModel .to_review span,
.google_reviewModel .to_review img {
    display: inline-block;
    margin-right: 4px;
    color: #999;
}

.google_reviewModel .to_review span {
    padding-right: 7px;
}

.google_reviewModel .to_review span.pl {
    margin-left: 7px;
}

.google_reviewModel .gooRev-Body {
    height: 100%;
    overflow-y: scroll;
    margin-right: -30px;
    padding-right: 30px;
}

.google_reviewModel .gooRev-Body::-webkit-scrollbar {
    width: 3px;
}

.google_reviewModel .gooRev-Body::-webkit-scrollbar-track {
    box-shadow: none;
}

.google_reviewModel .gooRev-Body::-webkit-scrollbar-thumb {
    background-color: #5e3263;
}

.google_reviewModel .gooRev-Body .model-scrol {
    padding-bottom: 85px;
}

.google_reviewModel .gooRev-Body .mdel-wrapper {
    display: block;
}

.google_reviewModel .gooRev-Body .item {
    position: relative;
    margin-bottom: 15px;
}

.google_reviewModel .gooRev-Body .item a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.google_reviewModel .gooRev-Body .item .icon {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.google_reviewModel .gooRev-Body .item .icon img {
    display: block;
}

.google_reviewModel .gooRev-Body .item .content {
    margin-top: 0;
    padding-left: 55px;
    position: relative;
    vertical-align: middle;
}

.google_reviewModel .gooRev-Body .item .content .name {
    font-size: 15px;
    padding-right: 6px;
    font-weight: 500;
    color: #000;
}

.google_reviewModel .gooRev-Body .item .content .rating {
    margin-bottom: 8px;
}

.google_reviewModel .gooRev-Body .item .content .rating img,
.google_reviewModel .gooRev-Body .item .content .rating span {
    display: inline-block;
}

.google_reviewModel .gooRev-Body .item .content .rating img {
    width: 13px;
}

.google_reviewModel .gooRev-Body .item .content .rating span {
    padding-left: 10px;
    color: #70757a;
    font-size: 13px;
}

.google_reviewModel .gooRev-Body .item .content p {
    display: block;
    max-width: 100%;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 1.5;
    margin-top: 6px;
}

.google_reviewModel .gooRev-Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.google_reviewModel .gooRev-Footer p a {
    display: block;
    text-align: center;
    color: #333;
    background: #f1f1f1;
    padding: 7px 0;
}

.google_reviewModel .gooRev-Footer p span,
.google_reviewModel .gooRev-Footer p img {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .container-fluid {
    max-width: 90%;
}

@media (max-width: 1366px) {
    .about-DentalROoot-SecA.privacy-DentalROoot-SecA .container-fluid {
        max-width: 100%;
    }
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content {
    text-align: left;
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content h2,
.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content h3,
.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content h4,
.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content h5,
.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content h6 {
    margin: 20px 0 15px;
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content p {
    margin-bottom: 15px;
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content ul {
    padding-left: 15px;
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content ul li {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.about-DentalROoot-SecA.privacy-DentalROoot-SecA .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #5e3263;
    border-radius: 15px;
}

footer {
    background: linear-gradient(to right, #bababa, #fff);
}

@media (max-width: 767px) {
    footer {
        background: #f1f1f1;
        margin-bottom: 39px;
    }
}

footer .footer-top {
    border-bottom: 1px solid rgba(94, 50, 99, 0.1490196078);
}

@media (max-width: 520px) {
    footer .footer-top {
        border: 0;
        background: #fff;
        padding-bottom: 15px;
    }
}

@media (max-width: 520px) {
    footer .footer-top .container {
        padding: 0 7px;
    }
}

footer .footer-top .flex .col {
    flex: 0 1 20%;
    max-width: 20%;
    width: 100%;
    padding: 30px 0;
}

@media (max-width: 520px) {
    footer .footer-top .flex .col {
        flex: 0 1 50%;
        max-width: 50%;
        padding: 7px;
    }
}

footer .footer-top .flex .col:not(:last-child) {
    border-right: 1px solid rgba(94, 50, 99, 0.1490196078);
}

@media (max-width: 520px) {
    footer .footer-top .flex .col:not(:last-child) {
        border: 0;
    }
}

@media (max-width: 520px) {
    footer .footer-top .flex .col:last-child {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    footer .footer-top .flex .col:last-child .item {
        position: relative;
    }
}

@media (max-width: 520px) {
    footer .footer-top .flex .col:last-child .item .icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
}

footer .footer-top .item {
    position: relative;
    padding-left: 60px;
}

@media (max-width: 1140px) {
    footer .footer-top .item {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    footer .footer-top .item {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 520px) {
    footer .footer-top .item {
        border: 1px solid #f1f1f1;
        border-radius: 3px;
        padding: 15px 0;
    }
}

footer .footer-top .item a.over_to_docTeam {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

footer .footer-top .item .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
}

@media (max-width: 991px) {
    footer .footer-top .item .icon {
        display: inline-block;
        margin-bottom: 8px;
        position: static;
    }
}

footer .footer-top .item .icon img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    footer .footer-top .item .icon img {
        width: auto;
        height: 28px;
    }
}

footer .footer-top .item .icon img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    footer .footer-top .item .icon img {
        height: 29px;
    }
}

footer .footer-top .item .title {
    font-size: 18px;
    color: #5e3263;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 991px) {
    footer .footer-top .item .title {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    footer .footer-top .item .title {
        color: #666666;
        margin: 5px;
    }
}

footer .footer-top .item p {
    font-size: 18px;
    color: #5e3263;
    font-weight: normal;
    line-height: normal;
}

@media (max-width: 991px) {
    footer .footer-top .item p {
        font-size: 14px;
    }
}

footer .footer-top .item p a {
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    display: inline-block;
    line-height: inherit;
}

@media (min-width: 992px) {
    footer .footer-top.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: #dddddd;
        animation: try 1s ease;
        display: none;
    }
}

@media (min-width: 992px) {
    footer .footer-top.fixed .flex .col {
        padding: 4px 0;
    }
}

@media (min-width: 992px) {
    footer .footer-top.fixed .item .title {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    footer .footer-top.fixed .item p {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    footer .footer-top.fixed .item .icon img {
        height: 24px;
    }
}

footer .footer-bottom {
    padding: 75px 0;
    /* background: url(/public/assets/images/footer/logo.webp);
    background-repeat: no-repeat;
    background-position: center; */
}

@media (max-width: 991px) {
    footer .footer-bottom {
        padding: 35px 0 10px;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom .flex>div {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    footer .footer-bottom .flex>div:nth-child(2) {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom .flex>div:nth-child(2) {
        padding: 0;
    }
}

footer .footer-bottom .col1 {
    flex: 0 1 24%;
    max-width: 24%;
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    footer .footer-bottom .col1 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 520px) {
    footer .footer-bottom .col1 {
        order: 4;
    }
}

footer .footer-bottom .col3 {
    flex: 0 1 22%;
    max-width: 22%;
    width: 100%;
}

@media (max-width: 991px) {
    footer .footer-bottom .col3 {
        display: none;
    }
}

@media (max-width: 520px) {
    footer .footer-bottom .col3 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
    }
}

footer .footer-bottom .col2 {
    flex: 0 1 18%;
    max-width: 18%;
    width: 100%;
}

@media (max-width: 991px) {
    footer .footer-bottom .col2 {
        flex: 0 1 24.33%;
        max-width: 24.33%;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom .col2 {
        flex: 0 1 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 520px) {
    footer .footer-bottom .col2 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
        order: 1;
    }
}

@media (min-width: 992px) {
    footer .footer-bottom .col2:nth-child(3) {
        padding-right: 10px;
    }
}

footer .footer-bottom .link_title {
    font-size: 20px;
    color: #5e3263;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    footer .footer-bottom .link_title {
        font-weight: 500;
        margin-bottom: 10px;
    }
}

footer .footer-bottom ul li {
    display: block;
}

footer .footer-bottom ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    line-height: normal;
    font-weight: normal;
    padding: 3px 0;
    transition: 0.5s ease;
}

footer .footer-bottom ul li a:hover {
    padding-left: 5px;
    color: #5e3263;
}

footer .footer-bottom .social-links {
    margin-top: 30px;
}

@media (max-width: 767px) {
    footer .footer-bottom .social-links {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
}

@media (max-width: 520px) {
    footer .footer-bottom .social-links {
        position: static;
        margin-top: 30px;
    }
}

footer .footer-bottom .social-links ul li {
    display: inline-block;
    margin-right: 6px;
}

@media (max-width: 991px) {
    footer .footer-bottom .social-links ul li {
        margin-right: 2px;
    }
}

footer .footer-bottom .social-links ul li a {
    width: 37px;
    height: 37px;
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5e3263;
}

footer .footer-bottom .social-links ul li a svg path {
    fill: #5e3263;
}

footer .footer-bottom .social-links ul li a:hover {
    padding: 0;
    background: #5e3263;
}

footer .footer-bottom .social-links ul li a:hover svg path {
    fill: #fff;
}

footer .contact_info p {
    color: #000;
    font-size: 16px;
}

footer .contact_info p a {
    display: inline-block;
    color: #000;
}

footer .contact_link .whatsapp {
    margin-bottom: 15px;
}

footer .contact_link .whatsapp a {
    padding: 9px 40px;
    background: #5e3263;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    min-width: 242px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1140px) {
    footer .contact_link .whatsapp a {
        min-width: auto;
        padding: 9px 23px;
        max-width: 200px;
    }
}

footer .contact_link .whatsapp a img,
footer .contact_link .whatsapp a span {
    display: inline-block;
    vertical-align: middle;
}

footer .contact_link .whatsapp a img {
    margin-right: 8px;
}

footer .contact_link .btn-appointment {
    padding: 0;
}

footer .contact_link .btn-appointment .btn {
    color: #000;
    background: #fff;
    box-shadow: -5px 0px 5px 1px rgba(128, 128, 128, 0.1215686275);
    min-width: 242px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1140px) {
    footer .contact_link .btn-appointment .btn {
        min-width: auto;
        padding: 9px 12px;
        max-width: 200px;
    }
}

footer .copy_right {
    margin-top: 40px;
    padding-top: 12px;
    border-top: 1px solid rgba(162, 154, 154, 0.3019607843);
}

@media (max-width: 520px) {
    footer .copy_right {
        margin-top: 20px;
    }

    .blog-deatils-sec .blog-detail .content h2,
    .blog-deatils-sec .blog-detail .content h3,
    .blog-deatils-sec .blog-detail .content h4,
    .blog-deatils-sec .blog-detail .content h5,
    .blog-deatils-sec .blog-detail .content h6 {
        font-size: 25px;

    }
}

footer .copy_right .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
}

@media (max-width: 767px) {
    footer .copy_right .flex .col {
        flex: 0 1 100%;
        max-width: 100%;
        margin: 0;
    }
}

footer .copy_right p {
    color: #000;
    font-size: 14px;
}

@media (max-width: 767px) {
    footer .copy_right p {
        text-align: center;
    }
}

footer .made_by {
    text-align: right;
}

@media (max-width: 767px) {
    footer .made_by {
        text-align: center;
    }
}

footer .made_by p {
    display: inline-block;
}

footer .made_by p span,
footer .made_by p img {
    display: inline-block;
    vertical-align: middle;
}

footer .made_by p span {
    padding-right: 8px;
}

.RDental-Home-SecE .DentalAcchivement ul li:nth-child(2) {
    padding: 0 0px !important;
}