* {
    padding: 0;
    margin: 0;
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}


/* body {
    color: #797979;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
} */

.container {
    width: 100%;
}

.container-fluid {
    /* max-width: 1700px; */
    max-width: 96%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #142741;
    line-height: 1.2;
}


/******* Page Header CSS *******/

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: #F7CAC9;
}

.page-header h2 {
    position: relative;
    color: #142741;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #142741;
}

.page-header a:hover {
    color: #ffffff;
    text-decoration: none;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #142741;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    .page-header a {
        font-size: 18px;
    }
}


/******* Section Header ********/

.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    text-align: center;
}

.section-header p::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: #F7CAC9;
    z-index: -1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/********** Top Bar CSS ***********/

.top-bar {
    position: relative;
    height: 35px;
    background: #142741;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
    text-decoration: none;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/*********** Nav Bar CSS **********/

.navbar_shell {
    position: absolute;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 998;
}

.navbar {
    position: absolute;
    height: 65px;
    width: 100%;
    background: transparent;
    z-index: 999;
    top: 0;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.navbar a,
.navbar-light .navbar_brand,
.navbar-nav a,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar>.container-fluid>.col_left>.navbar_brand {
    /* font-family: "Manrope", sans-serif; */
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    ; */
    text-transform: uppercase;
    font-size: 25px !important;
    font-weight: 650;
    letter-spacing: 0.25em;
    text-decoration: none;
}

.container-fluid>.col_left {
    display: flex;
}

.header-desktop-bar-3 {
    display: flex;
    align-self: stretch;
}

.header-desktop-bar-3 {
    flex: 1 0 0;
    justify-content: flex-end;
    /* width: 524px; */
}

.header-desktop-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header-desktop-button-caps a {
    width: 42px;
    height: 92.2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-desktop-button-caps svg path {
    fill: #ffffff;
}

.header-desktop-button-caps:hover svg path {
    fill: black;
}

.header-desktop-button-caps a:hover {
    fill: black;
    padding: 10px 10px 4px 10px;
}

.sticky .header-desktop-button-caps svg path {
    fill: black;
}

.sticky .header-desktop-button-caps:hover svg path {
    fill: #e5ae58;
}

.navbar.sticky {
    position: fixed;
    background-color: #ffffff;
    color: #e5ae58;
    border-bottom: 1px solid black;
    animation: stickyUp 1s;
    fill: black;
    /* transition: 2s; */
}

.sticky .nav-item.nav-link:hover {
    color: rgb(182, 179, 179);
}


/* .navbar-nav .nav-link:focus, */

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: black!important;
    font-weight: 800;
}

.sticky .nav-link:hover,
.sticky .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #e5ae58!important;
    font-weight: 800;
}

.nav-item {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

@media (min-width: 992px) {
    .navbar-nav>.nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

.sticky>.nb {
    /* color: black; */
}

@keyframes stickyUp {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}


/* *****hero****** */

.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    background: #FFFF;
}

.hero .hero-image {
    position: relative;
    width: 100%;
}

.hero .hero-image img {
    object-fit: cover;
    width: 100%;
    max-height: 950px;
}

.text_title {
    position: absolute;
    top: 33%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.text_title h2 {
    color: #FFFFFF;
    font-size: 13.5vw;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.2em;
    stroke-width: 2px;
    stroke: #FFFFFF;
}

.pointer {
    position: absolute;
    top: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 22px;
}

.pointer a {
    animation: spin .7s infinite linear;
}

@keyframes spin {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 100%);
    }
}

a[ id="pc"] {
    transform: translateY( 1000px);
}


/* ******* Doctor Section Three ********* */

.substrate {
    height: 616px;
    background-color: #f4f4f5;
}

.doctor_section {
    box-shadow: 25px 50px 41px -36px #adb5bd;
    height: 503px;
    width: 1200px;
    background-color: rgb(77, 43, 226);
    margin: -100px auto;
    position: relative;
    background-image: url(img/1_2.jpg);
    padding: 110px 15px 50px;
    background-color: #e9edee;
}

.doctor_section .content {
    position: relative;
    max-width: 700px;
    float: right;
    width: 100%;
    padding-right: 70px;
}

.doctor_section .content h2 {
    position: relative;
    color: #142741;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6em;
    background: none;
}

.doctor-section-three .content .title {
    position: relative;
    color: #142741;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.doctor_section .content .text {
    position: relative;
    color: #142741;
    font-size: 23px;
    font-style: italic;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
}

.doctor_section .content .signature {
    position: relative;
    float: right;
    margin-right: 80px;
}


/********** back-to-top CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    background: #142741;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
    border: 1px solid #ffffff;
}

.back-to-top:hover {
    color: #e5ae58;
    background: #ffffff;
    border: 1px solid #e5ae58;
}

.back-to-top:hover i {
    color: #e5ae58;
}

.back-to-top i {
    color: #ffffff;
    padding-top: 10px;
}


/* kc-row */

.kc-elm {
    height: 500px;
    background-color: #f4f4f5;
}

.kc-row-container.kc-container {
    max-width: 1200px;
    width: 100%;
    height: 517px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    /* clear: both; */
    height: 517px;
    display: flex;
    flex-wrap: wrap;
}

.kc_row .kc_col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.kc_column,
.kc_column_inner {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.kc_col-sm-12 {
    width: 100%;
}

.clinic-section {
    position: relative;
    padding: 41px 0px 80px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.clinic-section .sec-title {
    margin-bottom: 20px;
}

.sec-title {
    position: relative;
}

.sec-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2em;
    display: inline-block;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 5px;
    width: 50px;
    height: 2px;
    background-color: #e5ae58;
}

.clinic-section.style-two .text,
.services-section .text {
    position: relative;
    color: #797979;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.9em;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before {
    display: table;
    content: " ";
}

.list-style-one {
    position: relative;
    margin-bottom: 40px;
}

.list-style-one li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #797979;
    font-size: 16px;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-style-one li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    left: 0px;
    top: 2px;
    color: #e5ae58;
    font-size: 16px;
}

li>i {
    color: #e5ae58;
}


/* kc-elm-block-two */

.kc-elm-block-two {
    position: relative;
    height: 705px;
    background-color: #ffffff;
    margin-top: 100px;
}


/*********** Blog CSS **********/

.blog {
    position: relative;
    width: 100%;
    padding: 12px 0 45px 0;
}

.blog .container {
    position: relative;
    width: 1170px !important;
}

@media (min-width: 1200px) {
    .blog .container {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.blog .blog-carousel {
    position: relative;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #142741;
    transition: .3s;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #142741;
    font-size: 22px;
    transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #e5ae58;
    background: #ffffff;
    border: 1px solid #e5ae58;
}


/* e5ae58 */


/******Success Stories******/

.s_stories {
    /* margin-top: 805px; */
    position: relative;
    height: 705px;
    background-color: #f4f4f5;
}

.s_stories .services-section {
    padding-top: 104px;
}


/********testimonials-carousel*********/

.testimonials-carousel .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next {
    /* margin-left: 15px; */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5ae58;
    background: #142741;
    font-size: 22px;
    transition: .3s;
}

.testimonials-carousel .owl-nav .owl-prev:hover,
.testimonials-carousel .owl-nav .owl-next:hover {
    color: #142741;
    background: #e5ae58;
}


/******* Testimonial CSS *******/

.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 13px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
    transition: .5s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
    background: #142741;
}

.testimonial .owl-item.center .testimonial-text h3 {
    color: #e5ae58;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
    color: #ffffff;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5ae58;
}

.testimonial .owl-dot.active {
    background: #142741;
}


/* ******why_choose_us******** */

.why_choose_us {
    position: relative;
    height: 891px;
    background-color: #ffffff;
}

.why_choose_us .services-section {
    padding-top: 104px;
}

.why_choose_us .why_choose_block {
    width: 1170px;
    height: 538px;
    background-color: #142741;
    display: flex;
    margin-top: 40px;
    margin-bottom: 163px;
}

.why_choose_us .why_choose_block h3 {
    color: #ffffff;
}

.why_choose_us .why_choose_block img {
    width: 487.5px;
    object-fit: cover;
}

.why_choose_us .inner-column {
    position: relative;
    padding: 70px 40px;
}

.why_choose_us .featured-block {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.why_choose_us .featured-block .inner-box {
    position: relative;
    padding-left: 85px;
}

.why_choose_us .featured-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #e4b56a;
    font-size: 65px;
    line-height: 1em;
    margin-bottom: 25px;
}

.why_choose_us .flaticon-doctor:before {
    content: '\f0f0';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    position: absolute;
}


/* ******footer***** */

.footer {
    height: 181px;
    background-color: #142741;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .conteiner_block {
    height: 50px;
    width: 1170px;
    margin: 20px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer .widget_pages h2 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: capitalize;
    display: inline-block;
}

.footer .widget_pages h2:after {
    position: absolute;
    content: '';
    left: 115%;
    bottom: 5px;
    width: 30px;
    height: 2px;
    background-color: #e5ae58;
}

.footer .success_stories {
    padding-top: 20px;
}

.footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgba(252 252 252 / 24%);
}

.footer .copyright {
    color: #ffffff;
}


/* -------------------- */

.bt_banner_group {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
}

.bt_banner_group-section {
    margin-top: 80px;
    float: left;
    width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.butique_banner .image {
    text-align: right;
    position: relative
}

.butique_banner .image:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0
}

.butique_banner .image:after {
    background-color: rgba(255, 255, 255, 0.09);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    width: 0
}

.butique_banner .image:hover:before,
.butique_banner .image:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
}

.butique_banner .image img {
    /* width: 100% */
}

.butique_banner {
    position: relative;
    padding-right: 30px;
    margin-bottom: 30px;
}

.butique_banner .banner_inner {
    border-color: #c99947;
}

.butique_banner .banner_inner {
    position: absolute;
    left: 0;
    right: 300px;
    top: 45px;
    bottom: 45px;
    border: 3px solid #c99947;
    padding: 60px 100px 70px 55px;
}

.butique_banner .banner_inner {
    position: absolute;
    left: 0;
    right: 300px;
    top: 45px;
    bottom: 45px;
    border: 3px solid #c99947;
    padding: 60px 100px 70px 55px
}

.butique_banner .top {
    display: table;
    margin-bottom: 30px
}

.butique_banner .bottom {
    font-size: 13px;
    color: #666
}

.butique_banner .block-link {
    display: inline-block;
    padding: 2px 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    float: right;
    font-family: Montserrat, sans-serif;
}

.butique_banner .block-link:hover {
    background-color: #c99947;
    text-decoration: none;
}

.butique_banner .status {
    width: 93px;
    height: 93px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    float: left;
    background-color: #c99947;
    font-family: 'Playfair Display'!important;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    position: relative
}

.butique_banner .status:before {
    content: '';
    width: 2px;
    height: 64px;
    position: absolute;
    top: -63px;
    left: 50%;
    background-color: #c99947
}

.butique_banner .status span {
    font-size: 18px
}

.butique_banner .head {
    margin-left: 120px
}

.butique_banner .head .title {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    margin-top: -5px
}

.butique_banner .head .title a {
    color: #333
}

.butique_banner .head .subtitle {
    font-size: 30px;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    color: #c99947;
    margin: 0;
    line-height: normal;
    margin-top: -10px
}

.butique_banner .head .subtitle:after {
    width: 47px;
    height: 2px;
    content: '';
    display: block;
    margin-top: 5px;
    background-color: #c99947
}

.butique_banner.style2 {
    padding-top: 140px;
    padding-right: 0
}

.butique_banner.style2 .banner_inner {
    top: 0;
    left: -30px;
    right: inherit;
    padding: 45px 0;
    text-align: center;
    right: 30px;
    bottom: inherit
}

.butique_banner.style2 .head {
    padding: 0;
    width: 100%;
    margin-left: 0
}

.butique_banner.style2 .head .title {
    font-size: 18px;
    margin: 0
}

.butique_banner.style2 .head .subtitle {
    font-size: 16px;
    margin: 0
}

.butique_banner.style2 .head .subtitle:after {
    margin: 0 auto;
    margin-top: 5px
}

.butique_banner.style2 .top {
    width: 100%
}

.butique_banner.left {
    padding-left: 30px;
    padding-right: 0
}

.butique_banner.left .image {
    text-align: left
}

.butique_banner.left .banner_inner {
    right: 0;
    left: 300px;
    padding-left: 100px;
    padding-right: 60px
}

.butique_banner.left.style2 {
    padding-left: 0
}

.butique_banner.left.style2 .banner_inner {
    left: 30px;
    padding: 45px 0;
    right: -30px
}

.bottom p {
    margin-bottom: 22px;
}

.butique_banner {
    line-height: 24px;
}


/* 55555555555 */

.cloned .banner-border.primary img:before {
    border-top-color: #c99947;
    border-bottom-color: #c99947;
}

.cloned .banner-border.primary img:before {
    border-top: 1px solid #c99947;
    border-bottom: 1px solid #c99947;
}

.cloned .banner-border img:before {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    /* transform: scale(1, 0); */
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
}

.cloned .banner-border img:before,
.cloned .banner-border img:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    /* transition: all 0.5s ease 0s; */
    z-index: 1;
}

.cloned .banner-border img.primary:after {
    border-left-color: #c99947;
    border-right-color: #c99947;
}

.cloned .banner-border.primary img:after {
    border-left: 1px solid #c99947;
    border-right: 1px solid #c99947;
}

.cloned .banner-border img:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    /* transform: scale(0, 1); */
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
}

.cloned .banner-border img:before,
.cloned .banner-border img:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    /* transition: all 0.5s ease 0s; */
    z-index: 1;
}

*:before,
*:after {
    box-sizing: border-box;
}