/******************************** FONTS **************************************/
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Mort Modern";
    font-weight: 100;
    src: url("../webfonts/MortModern-07Light.otf") format("opentype");
}

@font-face {
    font-family: "Mort Modern";
    font-weight: 400;
    src: url("../webfonts/MortModern-09Medium.otf") format("opentype");
}

@font-face {
    font-family: "Mort Modern";
    font-weight: 600;
    src: url("../webfonts/MortModern-11Bold.otf") format("opentype");
}

@font-face {font-family: "Avenir";font-display: auto;font-fallback: Sans-serif;font-weight: 300;src: url("../webfonts/AvenirLTStd-Light.otf") format('OpenType');}
@font-face {font-family: "Avenir";font-display: auto;font-fallback: Sans-serif;font-weight: 400;src: url("../webfonts/AvenirLTStd-Roman.otf") format('OpenType');} 
@font-face {font-family: "Avenir";font-display: auto;font-fallback: Sans-serif;font-weight: 700;src: url("../webfonts/AvenirLTStd-Book.otf") format('OpenType');}
@font-face {font-family: "bellaville";font-display: auto;font-fallback: ;font-weight: 400;src: url("../webfonts/bellaville.ttf") format('TrueType');}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;

}

main {
    min-height: 100%;
    width: 100%;
}

body {
    color: #6e7177;
    font-family: "Avenir", Sans-serif;
}
a {
    color: #78e1e6;
}
a:hover {
    text-decoration: none;
    color: #5397b3;
}
@media (min-width: 1200px){
.container {
    max-width: 1240px;
}
}
.btn {
    border-radius: 0;
}

.btn-primary {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #78e1e6;
    border-color: #78e1e6;
}

.btn-primary:hover {
    background-color: #5397b3;
    border-color: #5496b3;
}

btn-primary:not(:disabled):not(.disabled).focus,
.btn-primary:not(:disabled):not(.disabled):focus,
btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #5397b3;
    border: none;
}
.overflow-vis {
    overflow: visible;
}

@media (max-width: 767px) {
    main {
        margin: 0;
    }

    .btn-primary {
        font-size: 14px;
    }
}

/******************************** NAVBAR **************************************/

.sm-bg {
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

header nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all 0.3s ease;
        padding: 5px;
}
header nav.navbar .navbar-brand img {
    height: 120px;
}
header nav.navbar .navbar-brand img {
    transition: all 0.5s ease;
}
header nav.navbar .btn-call,
header nav.navbar .btn-menu {
    transition: all 0.3s ease;
}
header nav.nav-down-bg {
    background: #22516a;
}
header nav.nav-down-bg .navbar-brand img {
    height: 73px;
}
@media (min-width: 768px) {
    header nav.navbar.nav-down-bg .btn-call,
    header nav.navbar.nav-down-bg .btn-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    header nav.navbar {
        height: 70px;
        background-color: #24272c;
    }
    header nav.navbar .navbar-brand-mobile img {
        height: 55px;
        width: auto;
        padding: 0;
    }
    header nav.navbar.nav-down-bg .navbar-brand img {
        display: none;
    }
    header nav .btn-menu {
        padding: 13px 12px;
    }
    /*    header nav.navbar {
        top:5px
    }*/
}

header nav.navbar .btn-menu {
    width: 216px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-top: -20px;
    margin-left: 35px;
    color: white;
}

header nav.navbar .btn-menu:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c9";
    font-size: 1.5em;
    margin: 40px 40px 0 0;
}

header nav.navbar .btn-menu:hover {
    color: #78e1e6;
}

header nav.navbar .btn-call {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    /*    padding-left: 68px;*/
    width: 216px;
    /*    line-height: 1.3em;*/
    position: relative;
    margin-top: -20px;
    margin-right: 35px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

header nav.navbar .btn-call a {
    display: block;
}

header nav.navbar .btn-call a i {
    font-family: "Font Awesome 5 Pro";
    content: "\f095";
    /*    top: 18px;
    left: 20px;*/
    position: relative;
    padding: 16px 20px;
    /*    margin: -17px -20px;*/
    border-right: solid 1px;
    color: #fff;
    text-decoration: none;
        background: #75dbe0;
}
header nav.navbar .btn-call:hover,
header nav.navbar .btn-call:active,
header nav.navbar .btn-call:focus {
    background: none !important;
    box-shadow: none !important;
    color: #f8f9fa !important;
}
.form-trigger:hover,
.form-trigger:focus,
.form-trigger:active {
        background: transparent;
    color: #FFFFFF !important;
}

.btn-call a:hover i,
.btn-call a:focus i,
.btn-call a:active i {
    background: #f8f9fa;
}

.btn-call a:hover i:before,
.btn-call a:focus i:before,
.btn-call a:active i:before {
    color: #141414;
}

header nav.navbar .btn-call .form-trigger {
    padding: 12px 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media (max-width: 767px) {
    header nav img {
        width: auto;
        padding-top: 20px;
        max-height: 120px;
    }

    header nav.navbar .btn-menu {
        width: 100%;
        margin: 0 0 0 -10px;
        font-size: 14px;
    }

    header nav.navbar .btn-menu:before {
        margin: 0;
        padding: 0 12px 0 0;
    }

    header nav.navbar .btn-call {
        position: absolute;
        right: -30px;
        top: 30px;
        width: 200px;
        font-size: 14px;
        /*        padding-left: 50px;*/
    }

    header nav.navbar .btn-call a i {
        margin: 0;
        padding: 15px;
        left: 0;
        top: 0;
    }
    header h1 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .form-trigger {
        width: 160px;
    }
}

/******************************** HOME **************************************/

.home-page header{
    height: 100%;
    min-height: 420px;
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/******************************** MENU **************************************/
.non-scroll {
    overflow: hidden;
}
.form-group {
    margin-bottom: 25px;
}

.overlay {
    position: fixed;
    background-color: #24272c;
    background-image: url("../images/overlay-shape.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s, width 0.35s;
    overflow: hidden;
    z-index: 80;
}

.overlay::-webkit-scrollbar {
    display: none;
}

.menu-section {
    padding-top: 15px;
    margin-left: 65px;
}

.menu-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.menu-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.menu-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.menu-group ul {
    margin-top: 15px;
    padding-left: 20px;
}

.menu-group a {
    font-family: "Mort Modern";
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
}

.menu-group a:hover {
    color: #78e1e6;
    text-decoration: none;
}

.overlay a:hover {
    color: #78e1e6 !important;
    text-decoration: none;
}

.overlay-form a:hover {
    color: #78e1e6 !important;
    text-decoration: none;
}

.menu-group li {
    list-style: none;
}

.menu-group ul a {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    white-space: normal;
    text-align: left;
}

.app-icon {
    margin-top: -12px;
}

.overlay .btn-menu {
    padding-left: 65px;
    padding-top: 40px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: white !important;
}

.overlay .btn-menu::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    font-size: 1.7em;
    margin: 40px 40px 0 0;
}

i.close-menu:hover {
    color: #78e1e6;
}

@media only screen and (max-width: 767px) {
    .overlay .btn-menu {
        padding-left: 15px;
        padding-top: 15px;
    }

    .menu-group a {
        font-size: 18px;
    }

    .menu-group ul a {
        font-size: 14px;
    }

    .menu-group {
        margin-bottom: 0;
        padding: 5px 0;
    }

    .menu-group ul {
        margin-top: 0;
        padding-left: 10px;
    }

    .menu-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-left: 30px;
        margin-right: unset;
        height: 100%;
    }

    .menu-section ul {
        padding-left: 20px;
    }

    .app-icon {
        padding-top: 20px;
        padding-right: unset;
        padding-left: 30px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .menu-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding-top: unset;
        margin-left: unset;
        margin-right: unset;
        height: 100%;
    }

    .app-icon {
        padding-right: unset;
        padding-left: 15px;
    }

    .form-group {
        margin-bottom: 18px;
    }
}

/********************************* FORM OVERLAY **********************************/

.overlay-form {
    position: fixed;
    background-color: #24272c;
    background-image: url("../images/overlay-shape.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s, width 0.35s;
    overflow: hidden;
    z-index: 80;
}

header .overlay-form h1 {
    /*font-size: 30px;*/
    font-size: 11vw;
    text-transform: none;
}

@media (min-width: 576px) {
    header .overlay-form h1 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    header .overlay-form h1 {
        font-size: 48px;
    }
}

header .overlay-form input,
header .overlay-form select {
    width: 100%;
    background-color: #24272c;
    border-color: white;
    color: white;
    height: 55px;
}

header .overlay-form textarea {
    width: 100%;
    background-color: #24272c;
    border-color: white;
    color: white;
    height: 120px;
}

header .overlay-form button {
    width: 100%;
    background-color: white;
    border-color: white;
    color: #24272c;
    height: 65px;
    font-size: 24px;
}
.overlay .sub-category {
    padding: 20px;
    display: block;
}
.overlay .sub-category a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    white-space: normal;
}
header .alert .close {
    position: static;
    padding: 0;
    color: initial;
    height: initial;
    font-size: 24px;
    background: initial;
    width: initial;
}

.form-app-icon {
    float: right;
    margin-right: 80px;
    margin-top: -12px;
}

.open {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

header .overlay-form .form-close-menu {
    color: white !important;
    padding-left: 65px;
    padding-top: 40px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

header .overlay-form .form-close-menu::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    font-size: 1.7em;
    margin: 40px 40px 0 0;
}

.form-header {
    margin-top: 50px;
    margin-bottom: 0 !important;
}

.form-section-desc {
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    margin-bottom: 10px !important;
}
/*#HeaderForm .form-control{
    line-height: 0.3rem;
}*/
/*#HeaderForm textarea.form-control{
    line-height: 1.5rem;
}
@media(max-width: 767px){
    #HeaderForm .form-control{
        line-height: 0.5rem;
    }
}*/

header .overlay-form input::placeholder,
header .overlay-form textarea::placeholder {
    color: white;
    padding: 10px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

header .overlay-form p,
header .overlay-form a {
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
}

.slider-beforeafter {
    background: none;
}

.slider-beforeafter .carousel-cell {
    width: 500px;
    background: #f7f8f9;
    border: 0px;
    padding: 15px 35px 45px;
}

.slider-beforeafter .carousel-cell img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 35px;
}

.slider-beforeafter .info-title {
    font: 400 24px "Mort Modern";
    text-transform: uppercase;
}

.slider-beforeafter .info-list {
    column-count: 2;
    margin-bottom: 30px;
}

.slider-beforeafter .info-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 15px;
}

.slider-beforeafter .info-list-item .label {
    color: #6e7177;
    flex: 1;
    padding-right: 10px;
}

.slider-beforeafter .info-list-item .text {
    flex: 3;
}

@media only screen and (max-width: 992px) {
    .form-col {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 50px;
    }

    .form-app-icon {
        float: left;
        margin-right: 0;
        margin-left: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    header .overlay-form input::placeholder,
    header .overlay-form textarea::placeholder {
        padding: 0 2px;
    }
    header .overlay-form .form-close-menu {
        padding-left: 15px;
        padding-top: 15px;
    }

    header .overlay-form h1 {
        font-size: 24px;
    }

    .form-header {
        margin-top: 8px;
    }

    header .overlay-form p,
    header .overlay-form a {
        font-size: 12px;
    }
    header .overlay-form a {
        text-decoration: underline;
    }

    header .overlay-form input {
        height: 45px;
        line-height: 0.3rem;
    }

    header .overlay-form button {
        height: 42px;
    }

    .form-col {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 50px;
    }

    .form-app-icon {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .form-col {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 40px;
    }
    header .overlay-form input::placeholder,
    header .overlay-form textarea::placeholder {
        color: white;
        padding: 10px;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        font-weight: 300;
    }
}
@media only screen and (max-width: 767px) {
    .categories {
        margin-bottom: 80px;
    }
}



/*** New Menu ***/
/****************/
.overlay.new-menu {
    background-image: none;
}

.new-menu .row {
    height: 100%;
    overflow: hidden;
}

.new-menu .actions {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    /* background: #24272c; */
}

.new-menu .menu-section {
    text-align: center;
    overflow-y: scroll;
    margin: 110px 50px;
    position: relative;
    height: calc(100% - 220px);
}

.new-menu .menu-section::-webkit-scrollbar {
    width: 8px;
    background: #24272c;
}

.new-menu .menu-section::-webkit-scrollbar-thumb {
    background-color: #4f5154;
    border-radius: 30px;
}

.new-menu ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.new-menu ul li a {
    color: #fff;
    display: inline-block;
}

.new-menu .main-menu {
    margin-bottom: 0;
}

.new-menu .menu-group {
    margin-bottom: 35px;
}

.new-menu .menu-group a {
    text-transform: capitalize;
}

.new-menu .menu-item a {
    font: 300 24px Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.new-menu .menu-item ul {
    margin-bottom: 30px;
}

.new-menu .menu-subitem a {
    font: 300 20px Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.new-menu .menu-back a {
    font: 300 14px/1.3 "Lato", sans-serif;
    margin-bottom: 32px;
}

.new-menu .menu-header a {
    font: 500 24px/1.3 "Mort Modern", serif;
    margin-bottom: 36px;
    pointer-events: none;
}

.new-menu a span.far {
    margin-left: 12px;
}

.new-menu .menu-back span.far {
    margin-left: 0;
    margin-right: 12px;
}

.new-menu .menu-section ul.main-menu,
.new-menu .menu-section ul.overlay-menu {
    position: absolute;
    /* min-height: 100%; */
    top: 0;
    background: #24272c;
    width: 100%;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    /* min-height: 0; */
    height: 0;
}

.new-menu .menu-section ul.active {
    opacity: 1;
    pointer-events: all;
    height: auto;
}

.new-menu .rows-1,
.new-menu .rows-4 {
    padding: 0;
}

.new-menu .rows-4 a {
    width: 100%;
    height: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 24px "Mort Modern", serif;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.new-menu .rows-4 a:nth-child(1) {
    background-image: url("../images/Cosmetic-Surgery-Banner2.jpg");
}

.new-menu .rows-4 a:nth-child(2) {
    background-image: url("../images/beplastic_img_07-512x512.jpg");
}

.new-menu .rows-4 a:nth-child(3) {
    background-image: url("../images/cropped-view-of-plastic-surgeon-in-latex-gloves-ma-YGD4VVS.jpg");
}
.new-menu .rows-4 a:nth-child(4) {
    background-image: url("../images/hari-transplant.jpeg");
}
.new-menu .rows-4 a, .new-menu .rows-1 a{
    position: relative;
    z-index: 9;
}
.new-menu .rows-4 a:before, .new-menu .rows-1 a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.new-menu .rows-1 a {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    padding: 100px;
    font: 500 24px "Mort Modern", serif;
    color: #fff;
    background: url("../images/skora-header_section_2.jpg");
    background-size: cover;
    background-position: center;
    justify-content: center;
}

.new-menu .menu-group,
.new-menu .menu-item,
.new-menu .menu-header,
.new-menu .menu-back {
    height: 0;
    display: none;
}

.new-menu .active .menu-group,
.new-menu .active .menu-item,
.new-menu .active .menu-header,
.new-menu .active .menu-back {
    height: auto;
    display: block;
}

@media (max-width: 1299px) {
    .new-menu .menu-section {
        margin: 110px 20px;
    }

    .new-menu .rows-1 a {
        padding: 100px 50px;
    }
}

@media (max-width: 991px) {
    .new-menu .rows-4 {
        display: none;
    }
}

@media (max-width: 767px) {
    .new-menu .menu-row {
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .new-menu .col:first-child {
        height: calc(100% - 243px);
    }

    .new-menu .rows-4 {
        flex: auto;
        display: flex;
        /* order: 2; */
    }

    .new-menu .rows-1 {
        flex: auto;
        order: 1;
    }

    .new-menu .rows-4 a {
        font-size: 18px;
        padding: 70px 10px;
        text-align: center;
        height: auto;
    }

    .new-menu .rows-1 a {
        padding: 20px 15px;
        justify-content: center;
        background: #55aabb;
        font-size: 18px;
    }

    .new-menu .menu-section {
        margin: 60px 0px;
        height: calc(100% - 120px);
    }

    .new-menu .menu-section {
        margin: 60px 0 30px;
        height: calc(100% - 90px);
    }

    .new-menu .menu-group {
        margin-bottom: 20px;
    }

    .new-menu .menu-header a,
    .new-menu .menu-item a {
        font-size: 18px;
    }

    .new-menu .menu-subitem a {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .new-menu .col:first-child:before {
        content: "";
        position: absolute;
        z-index: 10;
        width: 50px;
        height: 38px;
        background-image: url("/img/scrolldown.gif");
        background-size: cover;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        filter: invert(1);
    }
}

.hp-banner{
    position: relative;
    height: 100vh;
}
.hp-banner .swiper-container{
    height: 100%;
}

.swiper-slide {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slider-container {
    padding-bottom: 100px;
}



.slider-sub-title {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Mort Modern';
}

.slider-title {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    font-family: 'Mort Modern';
    margin: 20px 0 40px;
}

.slide-1 {
    background: url("../images/Cosmetic-Surgery-Banner1.jpg");
    background-size: cover;
}

.slide-2 {
    background: url("../images/plastic-slider-1.jpg");
    background-size: cover;
}

.slide-3 {
    background: url("../images/Cosmetic-Surgery-Banner5.jpg");
    background-size: cover;
}


.slider-buttton {
    display: inline-block;
}

.swiper-slide-active .slider-sub-title {
    animation: fadeIn 1s;
}

.swiper-slide-active .slider-title {
    animation: fadeIn 1.5s;
}
.swiper-slide-active.slide-2 .slider-title {
    animation: fadeIn 1.5s;
}
.swiper-slide-active.slide-3 .slider-title {
    animation: fadeIn 1.5s;
}


.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s;
}


.hp-banner .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   background-size: cover;
   background-position: center  center;
   background-repeat: no-repeat;
transition: 3s all;
    transform: scale(1.2);
}

.hp-banner .swiper-slide-active .img {
        animation: scale 3s ease forwards;
}
.swiper-slide{
    position: relative;
    z-index: 9;
}
.swiper-slide:before{
content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgb(0 0 0 / 80%);
    z-index: -1;
    background: rgb(0 16 25 / 60%);
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
         transform: scale(1.2);
    }
}

.btn-styl{
    font-family: 'Mort Modern';
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #232323;
    background-color: #e1cf8f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e1cf8f;
    border-radius: 30px 30px 30px 5px;
    padding: 15px 30px 14px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
}
.btn-styl:hover{
        color: #78e1e6;
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #78e1e6;
    border-radius: 30px 5px 30px 30px;
}
.tw-animate-badge {
    -webkit-animation: tw-tw-badge 2s ease-in-out infinite;
    animation: tw-tw-badge 2s ease-in-out infinite;
}

@keyframes tw-tw-badge{
    0% {
    transform: rotate(0deg);
}
80%, 100% {
    transform: rotate(1turn);
}
}

.secpad{
    padding: 80px 0;
}
.spantitle{
        color: #474545CC;
    font-family: "bellaville", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 6px;
    position: relative;
}
.tit1-design{
    color: #23516a;
    font-family: 'Mort Modern';
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
        position: relative;
}
.spantitle img{
        position: absolute;
    left: -20px;
    top: -10px;
}
p{
    color: #393b3d;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.abtimglfsecs{
    position: absolute;
    right: 40px;
    top: 50%;
}
.cuspad-80px{
    padding-right: 90px;
}
.lightbgcolor{
    background: #ecfbfd;
    background: linear-gradient(160.2deg, rgb(255 255 255 / 4%) 0%, rgb(131 210 216 / 10%) 49.87%, rgb(131 216 212 / 20%) 97.71%);
}
.lightbgcolor-reverse{
    background: #ecfbfd;
    background: linear-gradient(360deg, rgb(255 255 255 / 4%) 0%, rgb(131 210 216 / 10%) 49.87%, rgb(131 216 212 / 20%) 97.71%);
}

.servwrapper{
    -webkit-box-shadow: 0 7px 30px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0 7px 30px rgba(0,0,0,0.05);
    box-shadow: 0 7px 30px rgb(0 0 0 / 5%);
    padding: 30px;
    position: relative;
    background: #204c66;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.image-box-img{
    text-align: center;
}
.servwrapper h4{
        font-size: 20px;
    text-align: center;
    color: #FFF;
    font-family: 'Mort Modern';
    font-weight: 500;
    margin-top: 20px;
}
.leaf-dec-serv{
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.minusmargintop{
    margin-top: 10px;
}
.servwrapper.bg-secorycolor{
        background: #4698a3;
}
.book-consultation-form form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.book-consultation-form form .form-group, .book-consultation-form form .submit-button {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        height: 52px;
    padding: 20px;
}
.newlettersection{
    background: url("../images/plastic-slider-3.webp");
    background-size: cover;
    padding: 140px 0;
    position: relative;
    z-index: 9;
    background-position: center;
}
.newlettersection:before{
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}
.submit-button{
        height: 52px;
    line-height: 52px;
    border-radius: 4px;
    margin: 0 10px;
    background: #22506a;
    border: 1px solid #22506a;
}
.newlettersection h3{
    font-family: 'Mort Modern';
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
    color: #FFF;
}
.newlettersection p{
        text-align: center;
    color: #FFF;
    opacity: 0.6;
    font-size: 19px;
    margin-bottom: 70px;
}

.callactionbtn{
    background: url("../images/becosmetic_bg-02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 200px;
    background-position: center;
}
.callactionbtn h3{
        text-align: center;
    font-size: 50px;
    color: #292c30;
    font-family: 'Mort Modern';
    font-weight: 700;
    margin-bottom: 0px;
}
.divider-separator{
        background: #949597;
    display: inline-block;
    margin: 30px auto;
    width: 145px;
    height: 1px;
}
.callactionbtn h4{
    color: #292c30;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-family: 'Mort Modern';
    margin-bottom: 40px;
}
.callactionbtn a{
    color: #23516a;
        font-size: 60px;
    font-weight: 200;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    font-family: 'Mort Modern';
}
.navbar-brand img{
    max-width: 180px;
}
.article-list-wrapper{
    background-color: #f2f2f2;
    background-image: url("../images/overlay_15.png");
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    overflow: hidden;
        -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.article-list-wrapper:hover{
    background: #23516a;
}
.blog-iw{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.blog-iw img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-descwrapper{
    padding: 30px;
}
.blog-descwrapper span{
    color: #8c8d8f;
    font-size: 13px;
    font-family: 'Avenir';
    margin-bottom: 10px;
    display: block;
    font-weight: 400;   
}
.blog-descwrapper h4 a{
        font-size: 22px;
    font-family: 'Mort Modern';
    font-weight: 500;
    color: #23516a;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-descwrapper p{
    line-height: 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
       overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.article-list-wrapper:hover .blog-iw img{
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.article-list-wrapper:hover .blog-descwrapper h4 a{
    color: #FFF;
}
.article-list-wrapper:hover .blog-descwrapper p{
    color: #FFF;
}

footer{
    background-color: #021e2d;
    position: relative;
    background-position: center;
}
footer:before{
    content: "";
    background-image: url("../images/overlay_1.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
        background-position: center center;
    background-size: cover;
    opacity: 0.05;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer-top{
    padding: 100px 0;
}
.footer-logo{
        max-width: 160px;
    margin-bottom: 30px;
}
.footer-top p{
        color: #FFF;
    font-weight: 200;
    font-family: 'Avenir';
    font-size: 14px;
    line-height: 26px;
}
.social-media{
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 30px;
}
.social-media li{
    display: inline-block;
}
.social-media li a{
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff42;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 500ms ease;
    margin: 0 6px;
}
.social-media li a:hover{
    background: #4698a3;
    color: #FFF;
}
.foot-title{
    text-align: left;
    font-size: 28px;
    color: #FFF;
    font-family: 'Mort Modern';
    font-weight: 700;
    margin-bottom: 20px;
}
.ftcntdetails{
        padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 30px;
}
.ftcntdetails li a{
            color: #FFF;
    font-weight: 200;
    font-family: 'Avenir';
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
}
.ftcntdetails.servlist li a{
    margin-bottom: 10px;
}
.ftcntdetails li a i{
    color: #4698a3;
    margin-right: 6px;
}

.footerbottom{
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 30px;
    padding-bottom: 20px;
}
.copyrighttext{
    color: #aeaeae;
    font-weight: 200;
    font-family: 'Avenir';
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.ppullist{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.ppullist li{
    display: inline-block;
}
.ppullist li a{
    color: #aeaeae;
    font-weight: 200;
    font-family: 'Avenir';
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
ul.overlay-menu {
    position: absolute;
    /* min-height: 100%; */
    top: 0;
    background: #24272c;
    width: 100%;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    /* min-height: 0; */
    height: 0;
}
.new-menu .menu-group, .new-menu .menu-item, .new-menu .menu-header, .new-menu .menu-back {
    height: 0;
    display: none;
}
.new-menu .menu-section ul.active {
    opacity: 1;
    pointer-events: all;
    height: 100%;
}
.overlay-menu .menu-group{
    margin-bottom: 15px;
}
.overlay-menu .menu-group a{
        font-weight: 200;
    font-size: 22px;
}
.hpservice {
    position: relative;
    max-width: 1600px;
    padding-bottom: 20px;
}
.hpservice .grid{
justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.hpservice .item{
   flex: 0 0 25%;
    max-width: 25%;
    padding: 0 12px;
}
.hpservice .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hpservice .item .media{
    position: relative;
    overflow: hidden;
}
.hpservice .media img{
    transition: all 0.3s ease-out;
    width: 100%;
    transform: scale(1);
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
}
.hpservice .media:hover img{
    transform: scale(1.05);
}

.hpservice .media .links{
        position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
        transition: all 0.3s ease-out;
}
.hpservice .media .links li {
    padding-left: 18px;
    position: relative;
    font-size: 18px;
}
.hpservice .media .links li a{
        transition: all 0.3s ease-out;
            color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 10px;
}
.hpservice .media:hover ul.links li:nth-child(0) a {
    transition-delay: 0.1s
}

.hpservice .media:hover ul.links li:nth-child(1) a {
    transition-delay: 0.2s
}

.hpservice .media:hover ul.links li:nth-child(2) a {
    transition-delay: 0.3s
}

.hpservice .media:hover ul.links li:nth-child(3) a {
    transition-delay: 0.4s
}

.hpservice .media:hover ul.links li:nth-child(4) a {
    transition-delay: 0.5s
}
.hpservice .media:hover ul.links li:nth-child(5) a {
    transition-delay: 0.6s
}

.hpservice .media:hover ul.links li:nth-child(6) a {
    transition-delay: 0.7s
}
.hpservice .media:hover ul.links li:nth-child(7) a {
    transition-delay: 0.8s
}
.hpservice .content{
        background: #fff;
    padding: 20px;
    margin-top: 10px;
    z-index: 9;
}
.hpservice .content h3{
    font-size: 28px;
    color: #23526b;
    font-family: 'Mort Modern';
    font-weight: bold;
    letter-spacing: 1px;
}
.hpservice .content p{
    text-rendering: optimizeLegibility;
        color: #393b3d;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.hpservice .media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.hpservice .media ul li+li {
    margin-top: 8px;
}
.hpservice .media:hover ul.links{
    opacity: 1;
    visibility: visible;
}
.hpservice .media:hover ul.links li a{
        top: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}
.hpservice ul.links li a:hover{
    text-decoration: underline;
}
.hpservice .item .media.shortsmallacnt picture{
        height: 440px;
    width: 100%;
}
.hpservice .item .media picture{
    height: 520px;
    width: 100%;
}
.hpservice .item .media picture img{
    object-fit: cover;
    object-position: bottom;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.single-banner {
    position: relative;
}
.banner-img {
    width: 100%;
    height: 520px;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: top;
}
.banner-img.beforeshadow:after {
    content: "";
    background-image: linear-gradient(0deg,rgba(0,0,0,.5) 50%,rgba(0,0,0,.85) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.banner-title {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: 'Mort Modern';
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
        padding: 10px;
}

.breadcrumbslink{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1040px;
    padding: 0;
    list-style: none;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbslink li{
    display: inline-block;
    margin: 5px 6px;
}
.breadcrumbslink li, .breadcrumbslink li a{
    color: #75dbe0;
    font-size: 18px;
    font-weight: bold;
    font-family: "Avenir", Sans-serif;
}
textarea.form-control{
    min-height: 90px;
    resize: none;
}
.submitbutton{
    background-color: #75dbe0;
    color: #FFF;
    padding: 13px 50px 13px;
    border: none !important;
    width: 100%;
    cursor: pointer;
    box-shadow: unset;
    outline: none !important;
}
.doctor-info-block{
    padding-top: 100px;
}
.dsblockwrapper{
    background-image: url(../images/background-pattern.png);
    background-size: 910px;
    padding: 45px;
    background-color: #4698a3;
    z-index: 9;
    position: relative;
    background-repeat: repeat;
}
.dsblockwrapper .content-block h2{
    color: #FFFFFF;
    font-family: 'Mort Modern';
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    position: relative;
}
.dsblockwrapper .content-block p.sub-text{
        color: #FFF;
            font-weight: 100;
}
.dsblockwrapper .content-block p{
    color: #FFF;
}
.dsblockwrapper .content-block .btn-styl{
            margin-top: 0px;
    display: inline-block;
}
.dsblockwrapper .content-block .btn-styl:hover{
        color: #FFF;
    background: #78e1e6;
}
.dsblockwrapper .content-block{
        padding-left: 30px;
}

@media(max-width: 991.98px){
    .hpservice .item{
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    }
    .dsblockwrapper{
    padding: 30px 15px;
    }
    .dsblockwrapper .content-block {
    padding-left: 0px;
}
.dsblockwrapper .content-block h2{
        font-size: 30px;
            margin-bottom: 10px;
}
}

@media(max-width:  767.98px){
    .newlettersection h3{
            font-size: 34px;
    }
    .newlettersection p{
            font-size: 16px;
                line-height: 26px;
                margin-bottom: 30px;
    }
    .book-consultation-form form {
    display: block;
    text-align: center;
}
.book-consultation-form form .form-group, .book-consultation-form form .submit-button{
        margin-bottom: 15px;
}
.book-consultation-form form .submit-button{
        width: 300px;
}
.slider-sub-title{
    font-size: 20px;
}
.slider-title{
    font-size: 36px;
}
.secpad {
    padding: 40px 0;
}
.spantitle{
    font-size: 60px;
    line-height: 40px;
}
.cuspad-80px {
    padding-right: 20px;
    padding-bottom: 40px;
}
.abtimglfsecs {
    position: absolute;
    right: 0;
    top: 30%;
}
.tit1-design{
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.minusmargintop {
    margin-top: 2px;
}
.newlettersection{
    padding: 70px 0;
}
.article-list-wrapper{
        margin-bottom: 40px;
}
header nav.navbar{
    padding: 5px 10px;
}
.callactionbtn{
        padding: 60px 0;
}
.callactionbtn h3{
        font-size: 36px;
}
.callactionbtn h4{
        font-size: 16px;
}
.callactionbtn a{
    font-size: 40px;
}
.footer-top {
    padding: 50px 0 30px;
}
.foot-title{
        margin-bottom: 0px;
    padding-top: 50px;
    font-size: 22px;
}
.copyrighttext{
    text-align: center;
}
.ppullist{
    text-align: center;
    padding-top: 10px;
}
.hp-service-section.secpad{
    padding: 40px 0 0;
}
.doctor-info-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.dsblockwrapper .content-block{
        padding-top: 30px;
}
.dsblockwrapper {
    padding: 30px 5px;
}
.dsblockwrapper .content-block h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.banner-title{
        font-size: 32px;
        line-height: 42px;
}

}

@media(max-width:  575.98px){
    .hpservice .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
}
.hpservice .item .media picture{
       width: 100%;
    height: 349px;
    overflow: hidden;
}
header nav.navbar .btn-call{
        right: -25px;
}

}
.doctor-name{
    text-decoration: underline;
}
.banner {
    background-image: url('../images/ear-pining-hero.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 199px 0;
   
  }
  
  .banner h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .banner p {
    font-size: 18px;
    opacity: 0.8;
  }
  
  .appointment-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .appointment-button:hover {
    background-color: #0056b3;
  }
  
  /* About section styles */
  .about-section {
    padding: 50px;
    text-align: center;
    background: #ecfbfd;
    background: linear-gradient(160.2deg, rgb(255 255 255 / 4%) 0%, rgb(131 210 216 / 10%) 49.87%, rgb(131 216 212 / 20%) 97.71%);
  }
  
  .about-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .about-section p {
    font-size: 18px;
    color: #555;
  }
  
  /* Qualifications and achievements styles */
  .qualifications,
  .achievements {
    margin-top: 20px;
  }
  .achievements {
    text-align: left;
  }
  .qualifications{
    text-align: left;
  }
  .qualifications h3,
  .achievements h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .qualifications ul,
  .achievements ul {
    list-style: none;
  }
  
  .qualifications li,
  .achievements li {
    margin-bottom: 10px;
    text-align: left;
    padding: 10px;
  }
  
  /* Customize the rest of your styles for different sections */
  
  /* Services section styles */
  .services-section {
    background-color: #f9f9f9;
    padding: 50px;
    text-align: center;
  }
  
  /* Testimonials section styles */
  .testimonials-section {
    padding: 50px;
    text-align: center;
  }
  
  .testimonials-section blockquote {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
  }
  .about-section{
    background-image: url(images/overlay_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .centered-div{
    margin-left: 613px;
     margin-top: 40px;
 }
 @media((max-width:1000) and (max-width:1600px)){
    .centered-div{
       margin-left: 613px;
        margin-top: 40px;
    }
 }
 .centered-div{
    margin-left: 613px;
     margin-top: 40px;
 }
 .swiper {
    width: 100%;
    height: 200px;
    background-color: #34637B;
    
  }
  
  
  .testimonial {
    padding: 100px 0px 20px 0;
  }
  .testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
  }
  .testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
  }
  .testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #4698A3;
    border-radius: 50%;
  }
  .testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #4698A3;
    border-radius: 50%;
  }
  .testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
  }
  .testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: -50px;
  }
  .testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
  }
  .testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
  }
  .testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
  }
  /* .testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
  }
  .testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
  } */
  .testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
  }
  .testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
  }
  .testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
  }
  .testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
  }
  .testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
  }
  .testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
  }
  .testimonial .row .tabs li figure {
    position: relative;
  }
  .testimonial .row .tabs li figure img {
    display: block;
  }
  .testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #204C66;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .testimonial .row .carousel > h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
  }
  .testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
  }
  .testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 2px;
  }
  .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 42px;
  }
  .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 18px;
    line-height: 1.72222;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
  }
  .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 1200px) {
    .testimonial .row .tabs {
      margin-right: 25px;
    }
  }
 
  .university{
        text-align: center;
        padding: 10px;
        font-size: 22px;
        font-family: 'Mort Modern';
        font-weight: 500;
        color: #23516a;
        margin-bottom: 15px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
  
  
  .floating_btn {
    position: fixed;
    bottom: -15px;
    right: 3px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: black;
    font-size: 13px;
}
 