.list {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

.row.m0 {
    margin: 0
}

.clear {
    clear: both
}

.button-appiontment {
    background-color: #af740e;
    color: #fff !important
}

.button-appiontment:hover {
    color: #fff
}


/* new changes */



@media only screen and (min-width: 360px) and (max-width: 479px) {
    #test12write h2:after {
        position: inherit;
    }

    #test12write {
        margin-top: 100px;
    }

    .beforeafter .owl-nav,
    .slider .owl-nav {
        bottom: -16px;
        margin-bottom: 10px;
    }

    .stick12foot {
        display: block;
    }





    .testimonial-beforeafter .owl-nav,
    .slider .owl-nav {
        bottom: -80px;
    }


    /* .testimonial-beforeafter .owl-nav .owl-prev, .slider .owl-nav .owl-prev {
        transform: rotate(180deg); 
    }
    
   
    .testimonial-beforeafter .owl-nav .owl-next, .slider .owl-nav .owl-next {
        transform: rotate(180deg); 
    } */



}


/* Testimonial */

.owl-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-style: italic;
    position: relative;
    height: 100%;
    min-height: 310px;
}

.owl-testimonial p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: auto;
}

.owl-testimonial footer {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}


.testimonial-icon {
    width: 60px;
    height: 45px;
    background: #000000;
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0px;
    border-top-left-radius: 20%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}





/* before after images */
.baimages {
    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ffffff;
    /* Black border */
    overflow: hidden;
    padding: 2px;
    box-shadow: 0px 4px 10px rgba(230, 230, 230, 0.5);
}

.baimages img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.ba-center-text {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}




.beforeafter .owl-nav {
    display: flex;
    left: 50%;
    position: absolute;
    bottom: -100px;
    transform: translate(-50%, -50%);
}

.beforeafter .owl-nav>div {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
    border-radius: 55px;
    padding-top: 7px;
    margin-bottom: 20px;
}


.product-carousel .owl-nav {
    display: flex;
    left: 50%;
    position: absolute;
    bottom: -100px;
    transform: translate(-50%, -50%);
}

.product-carousel .owl-nav>div {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
    border-radius: 55px;
    padding-top: 7px;
    margin-bottom: 20px;
}

.slider .owl-nav {
    display: flex;
    left: 50%;
    position: absolute;
    bottom: -100px;
    transform: translate(-50%, -50%);
}

.slider .owl-nav>div {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
    border-radius: 55px;
    padding-top: 7px;
    margin-bottom: 20px;
}

.testi-carousel .owl-nav {
    display: flex;
    left: 50%;
    position: absolute;
    bottom: -100px;
    transform: translate(-50%, -50%);
}

.testi-carousel .owl-nav>div {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
    border-radius: 55px;
    padding-top: 7px;
    margin-bottom: 20px;
}

#beforeafter h2 {
    color: #000;
}


.beforeafter .item {
    margin-top: 20px;
}

#beforeafter {
    margin-top: 40px;
    text-align: center;
}

.beforeafter1 img {
    border: 5px solid #000;
}



.testimonial-beforeafter .owl-nav {
    display: flex;
    left: 50%;
    position: absolute;
    bottom: -100px;
    transform: translate(-50%, -50%);
}

.testimonial-beforeafter .owl-nav>div {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
    border-radius: 55px;
    padding-top: 7px;
    margin-bottom: 20px;
}

#testimonial-beforeafter h2 {
    color: #000;
}

.testimonial-beforeafter .item {
    margin-top: 20px;
}

#testimonial-beforeafter {
    margin-top: 40px;
    text-align: center;
}




@-webkit-keyframes glowing {
    0% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }

    50% {
        background-color: #af740e;
        -webkit-box-shadow: 0 0 40px #af740e
    }

    100% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }

    50% {
        background-color: #af740e;
        -webkit-box-shadow: 0 0 40px #af740e
    }

    100% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }

    50% {
        background-color: #af740e;
        -webkit-box-shadow: 0 0 40px #af740e
    }

    100% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }
}

@keyframes glowing {
    0% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }

    50% {
        background-color: #af740e;
        -webkit-box-shadow: 0 0 40px #af740e
    }

    100% {
        background-color: #f5907c;
        -webkit-box-shadow: 0 0 3px #f5907c
    }
}

.button-appiontment {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    color: #777
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif;
    font-weight: 500
}

button:focus {
    outline: none;
    box-shadow: none
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.pad_top {
    padding-top: 120px
}

.pad_btm {
    padding-bottom: 120px
}

.mt-25 {
    margin-top: 25px
}

.p0 {
    padding-left: 0;
    padding-right: 0
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media(min-width:1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto
    }
}

.white_bg {
    background: #fff !important
}

.transparent {
    background: 0 0;
    padding: 5px 0
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.logo_h {
    padding: 5px 0;
    margin: 0;
    width: 200px
}

ul.topright {
    padding: 0;
    margin: 18px;
}

ul.topright li {
    padding: 0 0 0 10px;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    color: #333;
    display: inline-block
}

ul.topright li i {
    padding-right: 3px
}

ul.topright li a {
    color: #333;
    text-decoration: none
}

ul.topright li a:hover {
    color: #ec9282;
    text-decoration: none
}

.tabbox {
    padding: 0
}

.box-videos {
    position: relative;
    text-align: center;
    margin: 0
}

.box-videos img {
    border: #ddd 3px solid
}

.box-videos i {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #f5907c;
    font-size: 48px
}

.tab-content {
    padding: 12px 0;
    font-size: 15px;
    line-height: 24px
}

.tab-content img {
    margin-bottom: 10px;
    width: 100%
}

.project-tab {
    padding: 0;
    margin: 0;
    margin-top: 0%
}

.project-tab #tabs {
    background: #f5907c;
    color: #333
}

.project-tab #tabs h6.section-title {
    color: #eee
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #af740e;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: 700
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.project-tab .nav-link:hover {
    border: none
}

.project-tab thead {
    background: #f3f3f3;
    color: #333
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600
}

.top-space {
    margin-top: -35px
}

.appointment-form .form-header {
    background-color: #bc9d5d;
    border: 0 !important
}

.appointment-form .form-header {
    border: solid 1px;
    margin: -1px;
    padding: 0;
    text-align: center;
    position: relative
}

.appointment-form .form-header h3,
.appointment-form .form-header a {
    color: #fff;
    font-size: 23px;
    line-height: 0;
    padding: 20px 0;
    margin: 0
}

.pinkbtn {
    background-color: #bc9d5d;
    color: #fff
}

.appointment-form {
    background: #fafafa;
    margin: 4em 0 3em 0;
    border: 2px solid #eee
}

.stickyme {
    position: -webkit-sticky;
    position: sticky;
    top: 110px
}

.form-spacing {
    margin: 40px 30px 35px
}

.appointment-form>form {
    padding: 20px 25px
}

.appointment-form .form-header {
    border: solid 1px;
    margin: -1px;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.appointment-form .form-header a {
    font-size: 23px;
    font-weight: 700
}

.appointment-form .form-header a:hover,
.appointment-form .form-header a:focus,
.appointment-form .form-header a:active {
    text-decoration: none;
    opacity: .7
}

.form-header .or_icon {
    color: #a9a9a9;
    background: #efefef;
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px
}

.main_title {
    text-align: center;
    margin-bottom: 75px
}

.main_title h2 {
    font-family: poppins, sans-serif;
    font-size: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.main_title p {
    font-size: 14px;
    font-family: poppins, sans-serif;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
    max-width: 570px;
    margin: auto
}

.main_title.white h2 {
    color: #fff
}

.main_title.white p {
    color: #fff;
    opacity: .6
}



.header_area .navbar-brand {
    margin-right: 30px
}

.header_area .menu_nav {
    width: 100%
}

header.header_area.navbar_fixed {
    z-index: 99999999;
    position: relative;
}

.header_area .navbar {
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    z-index: 99999;
    height: 80px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 45px
}

.header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/100px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #222;
    padding: 0;
    display: inline-block
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: #fff
}

@media(min-width:992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4)
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    transition: all .4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background-image: -moz-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    background-image: -webkit-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    background-image: -ms-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
    color: #fff
}

@media(min-width:992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -69px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(69px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1)
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px
}

@media(min-width:992px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: none
    }

    .header_area.white_menu .navbar .navbar-brand img+img {
        display: inline-block
    }
}

@media(max-width:991px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: inline-block
    }

    .header_area.white_menu .navbar .navbar-brand img+img {
        display: none
    }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
    display: none
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
    color: #222
}

.top_menu {
    background: #ec9d5f
}

.top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 50px;
    transition: all 300ms linear 0s
}

.top_menu .float-left a:last-child {
    margin-right: 0
}

.top_menu .float-left a:hover {
    color: #3bacf0
}

.top_menu .float-right .pur_btn {
    background: #3bacf0;
    color: #fff;
    font-family: poppins, sans-serif;
    line-height: 40px;
    display: block;
    padding: 0 40px;
    font-weight: 500;
    font-size: 12px
}

.home_banner_area {
    z-index: 1;
    background: #fffdd5;
    min-height: auto
}

.home_banner_area .banner_inner {
    width: 100%
}

.home_banner_area .banner_inner .home_left_img {
    padding-top: 20px
}

.home_banner_area .banner_inner .col-lg-5 {
    vertical-align: middle;
    align-self: center
}

.home_banner_area .banner_inner .banner_content {
    text-align: left;
    color: #222;
    padding-top: 70px
}

.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    line-height: 54px;
    margin-bottom: 20px
}

.home_banner_area .banner_inner .banner_content h2 span {
    font-size: 30px
}

.home_banner_area .banner_inner .banner_content p {
    color: #333;
    font-family: poppins, sans-serif;
    margin-bottom: 35px
}

.home_banner_area .banner_inner .banner_content .banner_map_img {
    text-align: right
}

.home_banner_area .banner_inner .banner_content .banner_btn {
    margin-right: 10px
}

.home_banner_area .banner_inner .banner_content .banner_btn2 {
    margin-right: 10px
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0;
    max-width: 500px;
    width: 100%
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0;
    color: #fff;
    opacity: 1;
    cursor: pointer
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    color: #3bacf0;
    padding-bottom: 10px;
    font-family: poppins, sans-serif
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.primary {
    background: #52c5fd
}

.primary:before {
    background: #2faae6
}

.success {
    background: #4cd3e3
}

.success:before {
    background: #2ebccd
}

.info {
    background: #38a4ff
}

.info:before {
    background: #298cdf
}

.warning {
    background: #f4e700
}

.warning:before {
    background: #e1d608
}

.danger {
    background: #f54940
}

.danger:before {
    background: #e13b33
}

.primary-border {
    background: 0 0;
    border: 1px solid #52c5fd;
    color: #52c5fd
}

.primary-border:before {
    background: #52c5fd
}

.success-border {
    background: 0 0;
    border: 1px solid #4cd3e3;
    color: #4cd3e3
}

.success-border:before {
    background: #4cd3e3
}

.info-border {
    background: 0 0;
    border: 1px solid #38a4ff;
    color: #38a4ff
}

.info-border:before {
    background: #38a4ff
}

.warning-border {
    background: #fff;
    border: 1px solid #f4e700;
    color: #f4e700
}

.warning-border:before {
    background: #f4e700
}

.danger-border {
    background: 0 0;
    border: 1px solid #f54940;
    color: #f54940
}

.danger-border:before {
    background: #f54940
}

.link-border {
    background: 0 0;
    border: 1px solid #3bacf0;
    color: #3bacf0
}

.link-border:before {
    background: #3bacf0
}

.radius {
    border-radius: 3px
}

.circle {
    border-radius: 20px
}

.arrow span {
    padding-left: 5px
}

.e-large {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0
}

.large {
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0
}

.medium {
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0
}

.small {
    line-height: 25px;
    padding-top: 0;
    padding-bottom: 0
}

.general {
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0
}

.unordered-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.ordered-list {
    list-style: none;
    padding: 0
}

.main_btn {
    display: inline-block;
    background-image: linear-gradient(to right, #4dabff 0%, #62ddff 48%, #4dabff 100%);
    background-size: 200% auto;
    padding: 0 35px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s
}

.main_btn:hover {
    background-position: right center;
    color: #fff
}

.main_btn2 {
    display: inline-block;
    background: #3bacf0;
    padding: 0 32px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #3bacf0;
    cursor: pointer;
    transition: all 300ms linear 0s
}

.main_btn2:hover {
    background: 0 0;
    color: #3bacf0
}

.submit_btn {
    width: auto;
    display: inline-block;
    background-image: linear-gradient(to right, #4dabff 0%, #62ddff 48%, #4dabff 100%);
    background-size: 200% auto;
    padding: 0 50px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s
}

.submit_btn:hover {
    background-position: right center;
    color: #fff
}

.white_btn {
    display: inline-block;
    background: #f9f9ff;
    padding: 0 50px;
    color: #222;
    font-family: poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s
}

.white_btn:hover {
    background: #3bacf0;
    color: #fff
}

.banner_btn {
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-family: poppins, sans-serif;
    width: 134px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .5);
    line-height: 48px;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s
}

.banner_btn:hover {
    background: #fff;
    color: #222;
    border-color: #fff
}

.banner_btn2 {
    display: inline-block;
    background: #fff;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ec9282;
    border-radius: 30px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 11px 35px;
    cursor: pointer;
    background-color: #ec9282;
    transition: all 300ms linear 0s
}

.banner_btn2:hover {
    background: #333;
    color: #fff;
    border-color: #333
}

.tickets_btn {
    display: inline-block;
    background: linear-gradient(45deg, #25D366, #128C7E, #075E54);
    color: #fff !important;
    font-family: poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #075E54;
    border-radius: 30px;
    padding: 11px 35px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

@media (max-width: 767px) {
    .tickets_btn {
        margin-top: 5px;
        background: inear-gradient(45deg, #25D366, #128C7E, #075E54);
        color: #fff !important;
        font-size: 12px;
        border: 1px solid #075E54;
        border-radius: 30px;
        padding: 16px 20px;
    }
}

.tickets_btn:hover {
    background: linear-gradient(45deg, #25D366, #128C7E, #075E54);
    color: #fff;
    border-color: #075E54;
}

.doctorsection {
    padding: 1em 0;
    background-color: #f7f7f7
}

.doctor {
    padding: 0;
    margin: 0
}

.doctor img {
    padding: 0;
    margin: 0 0 15px 0
}

.doctorcontent {
    padding: 0 0 0 2%;
    margin: 0
}

.doctorcontent h1 {
    font-size: 24px !important;
    color: #222;
    padding-bottom: 5px;
    font-weight: 700
}

.doctorcontent p {
    font-size: 15px;
    color: #333;
    font-weight: 300;
    line-height: 22px
}

.form-control {
    font-size: 14px
}

.testimonialsection {
    padding: 1em 0
}

.reverse {
    padding: 0;
    margin: 0
}

.testimonial {
    margin: 30px 0 0;
    overflow: hidden;
    position: relative
}

.fleft {
    float: left;
    margin-left: 15px
}

.heading-title {
    margin-bottom: 100px;
    color: #fff
}

.testimonial .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    padding: 22px 15px 0;
    min-height: 290px;
    border: 1px solid #ddd
}

.testicenter {
    clear: both;
    padding-top: 20px;
    text-align: center
}

.pic {
    width: 60px;
    float: left;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 50px;
    display: inline-block
}

.smalltext {
    font-size: 11px;
    color: #595858;
    padding-top: 0
}

.smalltxt {
    font-size: 11px;
    color: #595858;
    text-align: center
}

.testi-word {
    background-color: #3b5998;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 13px;
    color: #fff
}

.testi-rating {
    background: #27a82c;
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    font-size: 13px;
    padding: 2px 6px
}

.testi-rating i {
    padding-right: 5px;
    padding-left: 5px
}

.testimonial .pic img {
    width: 100%;
    height: auto
}

.testimonial .testimonial-prof {
    text-transform: capitalize;
    margin: 50px 5% 0;
    float: left
}

.testimonial .testimonial-prof h4 {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 8px 0 3px
}

.testimonial h5 {
    color: #867752;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    margin: 8px 0 15px;
    border-bottom: #ddd 1px solid
}

.testimonial .testimonial-prof small {
    display: block;
    font-size: 14px;
    color: #e46c54
}

.owl-theme .owl-controls {
    margin-top: 25px
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: #f5907c;
    padding: 5px 12px;
    opacity: 1;
    border: 1px solid #f5907c;
    transition: all .3s linear 0s
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #333;
    border: 1px solid #333
}

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: fontawesome;
    color: #fff
}

.owl-next:before {
    content: "\f054"
}

@media only screen and (max-width:480px) {
    .owl-theme .owl-controls {
        margin-top: 15px
    }
}

.footersection {
    background-color: #f5f4eb;
    padding: 40px 0 0
}

.footercolumn {
    padding: 0 0 20px;
    margin: 0;
    text-align: center
}

.fheading {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #654194;
}

.footercolumn p {
    font-size: 15px;
    color: #654194;
    font-weight: 500;
    padding: 5px 0;
    margin: 0
}

.footercolumn p a {
    color: #a9a9a9;
    text-decoration: none
}

.footercolumn p a:hover {
    color: #f5907c;
    text-decoration: none
}

.footer-content {
    padding: 0
}

.footer-hed {
    color: #f5907c;
    font-weight: 400;
    font-size: 16px;
    font-weight: 700
}

.footercolumn p i {
    color: #654194;
    padding-right: 3px
}

#footercolumn2 {
    padding: 0 0 20px;
    margin: 0;
    text-align: center
}

#footercolumn2 .fheading {
    padding: 0 0 25px 0;
    margin: 0;
    text-align: center
}

.formbox {
    background-color: rgba(255, 255, 255, .2);
    padding: 30px 20px 20px;
    text-align: center
}

.disclaimer {
    background: #2a2b2b;
    padding: 20px 0 10px 0;
    text-align: center
}

.disclaimer p {
    font-size: 15px;
    color: #fff;
    padding: 5px 0;
    margin: 0;
    font-weight: 300
}

.disclaimer p a {
    color: #a9a9a9;
    text-decoration: none
}

.disclaimer p a:hover {
    color: #f5907c;
    text-decoration: none
}

.copyright {
    padding: 10px 0 0;
    margin: 12px 0 0 0;
    border-top: 1px solid #595858;
    text-align: center;
    width: 100%
}

.copyright p {
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 300
}

.copyright p a {
    color: #fff
}

.copyright p a:hover {
    color: #fff
}

ul.acnelist {
    padding: 11px 3%;
    margin: 0
}

ul.acnelist li {
    padding: 0;
    margin: 0;
    line-height: 25px
}

ul.acnelist2 {
    padding: 11px 3%;
    margin: 0
}

ul.acnelist2 li {
    padding: 0;
    margin: 0;
    line-height: 25px;
    list-style-type: decimal
}

.social-links {
    list-style: none;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0
}

.social-links li {
    display: inline-block;
    margin: 0 2px 2px 0
}

.social-links li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    color: #cdcdcd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.social-links li a i {
    line-height: 33px
}

.social-links li a:hover {
    background-color: transparent;
    border-color: #0c9ec7;
    color: #0c9ec7
}

.social-links.animated-effect-1 li a {
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    position: relative;
    z-index: 1
}

.social-links.animated-effect-1 li a:hover {
    color: #fff !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.social-links.animated-effect-1 li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background-color: #09afdf;
    -webkit-transition: -webkit-transform .4s, opacity .4s, background-color .4s;
    -moz-transition: -moz-transform .4s, opacity .4s, background-color .4s;
    transition: transform .4s, opacity .4s, background-color .4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0)
}

.social-links.animated-effect-1 li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: -webkit-transform 0s, opacity .3s, background-color .3s;
    -moz-transition: -moz-transform 0s, opacity .3s, background-color .3s;
    transition: transform 0s, opacity .3s, background-color .3s
}

.social-links.animated-effect-1:not(.circle) li a:after {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%
}

.social-links.default li a {
    background-color: #09afdf;
    border: 1px solid #0c9ec7;
    color: #fff
}

.social-links.default li a:hover {
    background-color: #fff;
    color: #777
}

.dark .social-links li a {
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .1);
    color: #fff
}

.dark.social-links li a {
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .1);
    color: #fff
}

.dark.social-links li a:hover {
    background-color: rgba(0, 0, 0, .8)
}

.colored .social-links li a {
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .01);
    color: #fff
}

.header-top .social-links {
    margin: 0;
    display: inline-block;
    margin-top: 2px
}

.full-page .header .social-links {
    margin-top: 15px;
    margin-bottom: 0
}

.footer-content .social-links li {
    margin: 0 5px 5px 0
}

.footer-content .social-links li a {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.footer-content .social-links li a:hover {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.social-links.small li a {
    width: 30px;
    height: 30px;
    font-size: 14px
}

.social-links.small li a i {
    line-height: 29px
}

.social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px
}

.social-links.large li a i {
    line-height: 60px
}

.social-links.square li a,
.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.social-links.animated-effect-1 li.twitter a:hover {
    border-color: #55acee
}

.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff
}

.social-links.animated-effect-1 li.skype a:hover {
    border-color: #00aff0
}

.social-links:not(.animated-effect-1) li.skype a:hover,
.colored.social-links li.skype a,
.social-links.animated-effect-1 li.skype a:after,
.btn.skype {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff
}

.social-links.animated-effect-1 li.linkedin a:hover {
    border-color: #0976b4
}

.social-links:not(.animated-effect-1) li.linkedin a:hover,
.colored.social-links li.linkedin a,
.social-links.animated-effect-1 li.linkedin a:after,
.btn.linkedin {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #fff
}

.social-links.animated-effect-1 li.googleplus a:hover {
    border-color: #dd4b39
}

.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff
}

.social-links.animated-effect-1 li.youtube a:hover {
    border-color: #b31217
}

.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
    background-color: #b31217;
    border-color: #b31217;
    color: #fff
}

.social-links.animated-effect-1 li.flickr a:hover {
    border-color: #ff0084
}

.social-links:not(.animated-effect-1) li.flickr a:hover,
.colored.social-links li.flickr a,
.social-links.animated-effect-1 li.flickr a:after,
.btn.flickr {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff
}

.social-links.animated-effect-1 li.facebook a:hover {
    border-color: #3b5998
}

.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.social-links.animated-effect-1 li.pinterest a:hover {
    border-color: #cb2027
}

.social-links:not(.animated-effect-1) li.pinterest a:hover,
.colored.social-links li.pinterest a,
.social-links.animated-effect-1 li.pinterest a:after,
.btn.pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #fff
}

.social-links.animated-effect-1 li.instagram a:hover {
    border-color: #517fa4
}

.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #fff
}

.social-links.animated-effect-1 li.vimeo a:hover {
    border-color: #aad450
}

.social-links:not(.animated-effect-1) li.vimeo a:hover,
.colored.social-links li.vimeo a,
.social-links.animated-effect-1 li.vimeo a:after,
.btn.vimeo {
    background-color: #aad450;
    border-color: #aad450;
    color: #fff
}

.social-links.animated-effect-1 li.tumblr a:hover {
    border-color: #32506d
}

.social-links:not(.animated-effect-1) li.tumblr a:hover,
.colored.social-links li.tumblr a,
.social-links.animated-effect-1 li.tumblr a:after,
.btn.tumblr {
    background-color: #32506d;
    border-color: #32506d;
    color: #fff
}

.social-links.animated-effect-1 li.soundcloud a:hover {
    border-color: #ff3a00
}

.social-links:not(.animated-effect-1) li.soundcloud a:hover,
.colored.social-links li.soundcloud a,
.social-links.animated-effect-1 li.soundcloud a:after,
.btn.soundcloud {
    background-color: #ff3a00;
    border-color: #ff3a00;
    color: #fff
}

.social-links.animated-effect-1 li.foursquare a:hover {
    border-color: #0072b1
}

.social-links:not(.animated-effect-1) li.foursquare a:hover,
.colored.social-links li.foursquare a,
.social-links.animated-effect-1 li.foursquare a:after,
.btn.foursquare {
    background-color: #0072b1;
    border-color: #0072b1;
    color: #fff
}

.social-links.animated-effect-1 li.dribbble a:hover {
    border-color: #ea4c89
}

.social-links:not(.animated-effect-1) li.dribbble a:hover,
.colored.social-links li.dribbble a,
.social-links.animated-effect-1 li.dribbble a:after,
.btn.dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff
}

.social-links.animated-effect-1 li.xing a:hover {
    border-color: #126567
}

.social-links:not(.animated-effect-1) li.xing a:hover,
.colored.social-links li.xing a,
.social-links.animated-effect-1 li.xing a:after,
.btn.xing {
    background-color: #126567;
    border-color: #126567;
    color: #fff
}

.social-links.animated-effect-1 li.behance a:hover {
    border-color: #126567
}

.social-links:not(.animated-effect-1) li.behance a:hover,
.colored.social-links li.behance a,
.social-links.animated-effect-1 li.behance a:after,
.btn.behance {
    background-color: #053eff;
    border-color: #053eff;
    color: #fff
}

.social-links.animated-effect-1 li.vine a:hover {
    border-color: #126567
}

.social-links:not(.animated-effect-1) li.vine a:hover,
.colored.social-links li.vine a,
.social-links.animated-effect-1 li.vine a:after,
.btn.vine {
    background-color: #00a478;
    border-color: #00a478;
    color: #fff
}

.social-links.animated-effect-1 li.stumbleupon a:hover {
    border-color: #126567
}

.social-links:not(.animated-effect-1) li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a,
.social-links.animated-effect-1 li.stumbleupon a:after,
.btn.stumbleupon {
    background-color: #f74425;
    border-color: #f74425;
    color: #fff
}

.social-links .dropdown>button {
    padding: 1px 15px 0;
    font-size: 16px;
    color: #999;
    text-align: center;
    min-width: 0;
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.circle {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    text-align: center
}

.banner {
    padding: 0;
    margin: 0
}

.bookanappointment {
    display: none
}

.block {}

.thanks {
    padding: 150px 0 100px 0;
    text-align: center;
    margin: 0 auto;
    border-bottom: #ddd 1px solid;
    background: #f7f7f7;
    border-top: #ddd 1px solid
}

.thanks h1 {
    font-size: 90px;
    color: #f5907c;
    padding: 0 0 10px 0;
    margin: 0
}

.thanks h2 {
    font-size: 35px;
    color: #222;
    padding: 0 0 0 0;
    margin: 0 0 30px
}

.thanksbtn {
    background: #222;
    padding: 11px 32px;
    font-size: 18px;
    color: #fff;
    font-weight: 400 !important;
    text-align: center;
    text-decoration: none;
    border-radius: 30px
}

.thanksbtn:hover {
    background: #f5907c;
    text-decoration: none;
    color: #fff
}

@media(min-width:992px) and (max-width:1024px) {
    .stickyme {
        position: unset
    }

    ul.topright li {
        padding: 0 0 0 11px;
        font-size: 13px;
        color: #333;
        display: inline-block
    }

    .tickets_btn {
        display: inline-block;
        background: #ec9282;
        color: #fff !important;
        font-size: 13px;
        border: 1px solid #ec9282;
        border-radius: 30px;
        padding: 7px 20px
    }

    .home_banner_area .banner_inner .banner_content h2 {
        margin-top: 0;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 15px
    }

    .home_banner_area .banner_inner .banner_content h2 span {
        font-size: 26px
    }

    .home_banner_area .banner_inner .banner_content {
        padding-top: 60px
    }

    .home_banner_area .banner_inner .banner_content p {
        color: #333;
        font-size: 13px;
        margin-bottom: 18px;
        line-height: 20px
    }

    .home_banner_area {
        z-index: 1;
        background: #f8f8f8;
        min-height: 475px
    }

    .tab-content {
        padding: 20px 0;
        font-size: 13px;
        line-height: 20px
    }

    .box-videos i {
        top: 28%
    }

    .doctorcontent h1 {
        font-size: 20px !important;
        padding-bottom: 0
    }

    .doctorcontent p {
        font-size: 13px;
        color: #333;
        font-weight: 300;
        line-height: 18px !important
    }

    .banner_btn2 {
        padding: 7px 30px
    }

    .testimonial .testimonial-prof {
        margin: 45px 0% 0 3%;
        float: left
    }

    .testimonial .testimonial-prof h4 {
        font-size: 11px
    }

    .testimonial .testimonial-prof small {
        font-size: 10px !important;
        color: #e46c54
    }

    .smalltext {
        font-size: 9px;
        color: #595858;
        padding-top: 0
    }

    .testimonial .description {
        position: relative;
        font-size: 12px;
        line-height: 18px;
        color: #333;
        padding: 15px 10px 0;
        min-height: 340px;
        border: 1px solid #ddd
    }

    .pic {
        width: 40px;
        float: left;
        height: 40px;
        border-radius: 50%;
        overflow: hidden
    }

    .testi-word {
        font-size: 11px;
        color: #fff
    }

    .testimonial h5 {
        color: #867752;
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 10px;
        margin: 8px 0 10px;
        border-bottom: #ddd 1px solid
    }

    .appointment-form .form-header {
        border: solid 1px;
        margin: -1px;
        padding: 5px 12px;
        margin-bottom: 15px
    }

    .appointment-form .form-header h3,
    .appointment-form .form-header a {
        color: #fff;
        font-size: 18px;
        line-height: 30px
    }

    .appointment-form>form {
        padding: 15px
    }

    .form-header .or_icon {
        font-size: 11px;
        color: #a9a9a9;
        background: #efefef;
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: -15px;
        padding: 0
    }

    .form-control {
        font-size: 13px
    }

    .banner_btn2 {
        font-size: 13px
    }

    .footercolumn {
        padding: 0 0 15px;
        margin: 0;
        text-align: center
    }

    .fheading {
        padding: 0 0 12px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #f5907c
    }

    .footercolumn p {
        font-size: 14px;
        color: #a9a9a9;
        padding: 5px 0;
        margin: 0
    }

    .footer-content {
        padding: 0
    }

    .footer-hed {
        color: #f5907c;
        font-weight: 400;
        font-size: 14px;
        font-weight: 700
    }

    .footercolumn p i {
        color: #f5907c;
        padding-right: 3px
    }

    #footercolumn2 {
        padding: 0 0 20px;
        margin: 0;
        text-align: center
    }

    #footercolumn2 .fheading {
        padding: 0 0 20px 0;
        margin: 0;
        text-align: center
    }

    .formbox {
        background-color: rgba(255, 255, 255, .2);
        padding: 30px 20px 20px;
        text-align: center
    }

    .disclaimer {
        background: #2a2b2b;
        padding: 20px 0 10px 0;
        text-align: center
    }

    .disclaimer p {
        font-size: 12px;
        color: #a9a9a9;
        padding: 5px 0;
        margin: 0;
        font-weight: 300
    }

    .copyright {
        padding: 10px 0 0;
        margin: 18px 0 0 0;
        border-top: 1px solid #595858;
        text-align: center;
        width: 100%
    }

    .copyright p {
        font-size: 11px;
        color: #a9a9a9;
        font-weight: 300;
        line-height: 16px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .stickyme {
        position: unset
    }

    ul.topright li {
        padding: 0 0 0 5px;
        font-size: 12px;
        color: #333;
        display: inline-block
    }

    .tickets_btn {
        display: inline-block;
        background: #ec9282;
        color: #fff !important;
        font-size: 12px;
        border: 1px solid #ec9282;
        border-radius: 30px;
        padding: 7px 20px
    }

    .home_banner_area .banner_inner .banner_content h2 {
        margin-top: 0;
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
        margin-bottom: 15px
    }

    .home_banner_area .banner_inner .banner_content h2 span {
        font-size: 25px
    }

    .home_banner_area .banner_inner .banner_content {
        padding-top: 75px
    }

    .home_banner_area .banner_inner .banner_content p {
        color: #333;
        font-size: 13px;
        margin-bottom: 18px;
        line-height: 20px
    }

    .home_banner_area {
        z-index: 1;
        background: #f8f8f8;
        min-height: 475px
    }

    .tab-content {
        padding: 20px 0;
        font-size: 14px;
        text-align: left;
        line-height: 22px
    }

    .box-videos i {
        top: 25%
    }

    .doctorcontent h1 {
        font-size: 20px !important;
        padding-bottom: 0
    }

    .doctorcontent p {
        font-size: 13px;
        color: #333;
        font-weight: 300;
        line-height: 18px !important
    }

    .form-header .or_icon {
        font-size: 11px;
        color: #a9a9a9;
        background: #efefef;
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: -15px;
        padding: 0
    }

    .banner_btn2 {
        padding: 7px 30px
    }

    .testimonial .testimonial-prof {
        margin: 45px 0% 0 3%;
        float: left
    }

    .testi-word {
        font-size: 11px;
        color: #fff
    }

    .testimonial .testimonial-prof h4 {
        font-size: 11px
    }

    .testimonial .testimonial-prof small {
        font-size: 10px !important;
        color: #e46c54
    }

    .smalltext {
        font-size: 8px;
        color: #595858;
        padding-top: 0
    }

    .testimonial .description {
        position: relative;
        font-size: 12px;
        line-height: 18px;
        color: #333;
        padding: 15px 10px 0;
        min-height: 340px;
        border: 1px solid #ddd
    }

    .pic {
        width: 40px;
        float: left;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 50px
    }

    .testimonial h5 {
        color: #867752;
        display: block;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 10px;
        margin: 8px 0 10px;
        border-bottom: #ddd 1px solid
    }

    .appointment-form .form-header h3,
    .appointment-form .form-header a {
        color: #fff;
        font-size: 16px;
        line-height: 22px
    }

    .appointment-form>form {
        padding: 15px
    }

    .appointment-form .form-header {
        border: solid 1px;
        margin: -1px;
        padding: 5px 12px;
        margin-bottom: 15px
    }

    .form-header .or_icon {
        font-size: 11px
    }

    .form-control {
        font-size: 13px
    }

    .banner_btn2 {
        font-size: 13px
    }

    .footercolumn {
        padding: 0 0 15px;
        margin: 0;
        text-align: center
    }

    .fheading {
        padding: 0 0 12px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #f5907c
    }

    .footercolumn p {
        font-size: 12px;
        color: #a9a9a9;
        padding: 5px 0;
        margin: 0
    }

    .footer-content {
        padding: 0
    }

    .footer-hed {
        color: #f5907c;
        font-weight: 400;
        font-size: 14px;
        font-weight: 700
    }

    .footercolumn p i {
        color: #f5907c;
        padding-right: 3px
    }

    #footercolumn2 {
        padding: 0 0 20px;
        margin: 0;
        text-align: center
    }

    #footercolumn2 .fheading {
        padding: 0 0 20px 0;
        margin: 0;
        text-align: center
    }

    .formbox {
        background-color: rgba(255, 255, 255, .2);
        padding: 30px 20px 20px;
        text-align: center
    }

    .disclaimer {
        background: #2a2b2b;
        padding: 20px 0 10px 0;
        text-align: center
    }

    .disclaimer p {
        font-size: 12px;
        color: #a9a9a9;
        padding: 5px 0;
        margin: 0;
        font-weight: 300
    }

    .copyright {
        padding: 10px 0 0;
        margin: 18px 0 0 0;
        border-top: 1px solid #595858;
        text-align: center;
        width: 100%
    }

    .copyright p {
        font-size: 11px;
        color: #a9a9a9;
        font-weight: 300;
        line-height: 16px
    }
}

@media(min-width:576px) and (max-width:767px) {
    ul.topright {
        padding: 0;
        margin: 0;
        text-align: center
    }

    .home_banner_area .banner_inner .banner_content {
        text-align: center;
        color: #222;
        padding-top: 0
    }

    .home_banner_area .banner_inner .banner_content h2 span {
        font-size: 28px
    }

    .home_banner_area .banner_inner .banner_content h2 {
        margin-top: 12px;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        line-height: 32px;
        margin-bottom: 20px
    }

    .home_banner_area .banner_inner .banner_content p {
        color: #333;
        text-align: center;
        margin-bottom: 25px
    }

    .home_banner_area .banner_inner .home_left_img {
        padding-top: 140px
    }

    .home_left_img img {
        width: 100%
    }

    .header_area.navbar_fixed .main_menu {
        padding-bottom: 12px
    }

    ul.topright li {
        padding: 0 0 0 0;
        margin: 0;
        list-style-type: none;
        font-size: 14px;
        color: #333;
        display: block
    }

    .block {
        display: none
    }

    .tickets_btn {
        margin-top: 5px;
        padding: 6px 35px
    }

    .main_menu {
        text-align: center
    }

    .navbar-brand img {
        text-align: center
    }

    .header_area .navbar-brand {
        margin-right: 0;
        width: 200px
    }

    .banner {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column-reverse
    }

    .middlesection .custom {
        display: flex;
        flex-direction: column-reverse
    }

    .doctorcontent {
        text-align: center
    }

    .doctorcontent h1 {
        font-size: 24px;
        color: #222
    }

    .doctorcontent p {
        font-size: 15px;
        line-height: 22px
    }

    .tab-content {
        font-size: 13px;
        line-height: 22px;
        text-align: left
    }

    .testimonial .testimonial-prof {
        text-transform: capitalize;
        margin: 50px 0% 0 5%;
        float: left
    }

    .testimonial .description {
        position: relative;
        font-size: 13px;
        line-height: 26px;
        color: #333;
        padding: 15px 15px 0;
        min-height: 235px;
        border: 1px solid #ddd;
    }

    .testimonial .testimonial-prof h4 {
        font-size: 14px;
    }

    .testimonial .testimonial-prof small {
        font-size: 13px;
        color: #e46c54;
    }

    .owl-theme .owl-controls {
        margin-top: 15px;
    }

    .appointment-form {
        background: #fafafa;
        margin: 40px 0 0 0;
        border: 2px solid #eee;
    }

    .fleft {
        margin-left: 0;
        float: left;
    }

    .appointment-form .form-header h3,
    .appointment-form .form-header a {
        color: #fff;
        font-size: 24px !important;
        line-height: 30px;
    }

    .footercolumn p {
        font-size: 15px;
    }

    .disclaimer p {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright {
        padding: 5px 0 35px;
        margin: 10px 0 0 0;
        border-top: 1px solid #595858;
        text-align: center;
        width: auto
    }

    .copyright p {
        font-size: 13px;
        line-height: 18px;
        color: #a9a9a9;
        font-weight: 300
    }

    .bookanappointment {
        display: block;
        background-color: #f5907c;
        color: #fff;
        text-align: center;
        padding: 9px 0;
        width: 100%;
        text-decoration: none;
        position: fixed;
        bottom: 0
    }

    .bookanappointment:hover {
        background-color: #333;
        text-decoration: none
    }

    .thanks {
        padding: 100px 0 100px 0;
        text-align: center;
        margin: 0 auto;
        border-bottom: #ddd 1px solid;
        background: #f7f7f7;
        border-top: #ddd 1px solid
    }

    .thanks h1 {
        font-size: 42px !important;
        color: #f5907c;
        padding: 0 0 8px 0;
        margin: 0
    }

    .thanks h2 {
        font-size: 20px !important;
        line-height: 25px;
        color: #222;
        padding: 0 0 0 0;
        margin: 0 0 15px;
        font-weight: 400
    }
}

@media(min-width:320px) and (max-width:575px) {
    ul.topright {
        padding: 0;
        margin: 0;
        text-align: center
    }

    .home_left_img img {
        width: 100%
    }

    .home_banner_area .banner_inner .banner_content {
        text-align: center;
        color: #222;
        padding-top: 0
    }

    .home_banner_area .banner_inner .banner_content h2 {
        margin-top: 12px;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        line-height: 32px;
        margin-bottom: 20px
    }

    .home_banner_area .banner_inner .banner_content h2 span {
        font-size: 28px
    }

    .home_banner_area .banner_inner .banner_content p {
        color: #333;
        text-align: center;
        margin-bottom: 25px
    }

    .home_banner_area .banner_inner .home_left_img {
        padding-top: 0px
    }

    .header_area.navbar_fixed .main_menu {
        padding-bottom: 0
    }

    ul.topright li {
        padding: 0 0 0 0;
        margin: 0;
        list-style-type: none;
        font-size: 12px;
        color: #333;
        display: block;
        line-height: 18px;
    }

    .fleft {
        margin-left: 0;
        float: left
    }

    .logo_h {
        padding: 5px
    }



    .block {
        display: none
    }

    .main_menu {
        text-align: center
    }

    .navbar-brand img {
        text-align: center
    }

    .header_area .navbar-brand {
        margin-right: 0
    }

    .banner {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column-reverse
    }

    .middlesection .custom {
        display: flex;
        flex-direction: column-reverse
    }

    .doctorcontent {
        text-align: center
    }

    .doctorcontent h1 {
        font-size: 24px;
        color: #222
    }

    .doctorcontent p {
        font-size: 14px;
        line-height: 22px
    }

    .tab-content {
        font-size: 14px;
        line-height: 22px;
        text-align: left
    }

    .testimonial .testimonial-prof {
        text-transform: capitalize;
        margin: 50px 0% 0 5%;
        float: left
    }

    .testimonial .description {
        position: relative;
        font-size: 13px;
        line-height: 26px;
        color: #333;
        padding: 15px 15px 0;
        min-height: 250px;
        border: 1px solid #ddd
    }

    .testimonial .testimonial-prof h4 {
        font-size: 14px
    }

    .testimonial .testimonial-prof small {
        font-size: 13px;
        color: #e46c54
    }

    .owl-theme .owl-controls {
        margin-top: 15px
    }

    .appointment-form {
        background: #fafafa;
        margin: 40px 0 0 0;
        border: 2px solid #eee
    }

    .appointment-form .form-header h3,
    .appointment-form .form-header a {
        color: #fff;
        font-size: 24px !important;
        line-height: 30px
    }

    .footer-hed {
        font-size: 15px;
        padding-top: 12px
    }

    .fheading {
        padding: 12px 0 12px 0;
        font-size: 15px
    }

    .footercolumn p {
        font-size: 14px;
        padding: 0;
        margin: 0
    }

    .disclaimer p {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px
    }

    .copyright {
        padding: 5px 0 35px;
        margin: 10px 0 0 0;
        border-top: 1px solid #595858;
        text-align: center;
        width: auto
    }

    .copyright p {
        font-size: 13px;
        line-height: 18px;
        color: #a9a9a9;
        font-weight: 300
    }

    .bookanappointment {
        display: block;
        background-color: #f5907c;
        color: #fff;
        text-align: center;
        padding: 9px 0;
        width: 100%;
        text-decoration: none;
        position: fixed;
        bottom: 0
    }

    .bookanappointment:hover {
        background-color: #333;
        text-decoration: none
    }

    .thanks {
        padding: 100px 0 100px 0;
        text-align: center;
        margin: 0 auto;
        border-bottom: #ddd 1px solid;
        background: #f7f7f7;
        border-top: #ddd 1px solid
    }

    .thanks h1 {
        font-size: 30px !important;
        color: #f5907c;
        padding: 0 0 8px 0;
        margin: 0
    }

    .thanks h2 {
        font-size: 18px !important;
        line-height: 25px;
        color: #222;
        padding: 0 0 0 0;
        margin: 0 0 15px;
        font-weight: 400
    }
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f055";
    padding-right: 5px
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f056"
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none
}

.card-header i {
    float: right
}

.card-header {
    background-color: #f8f8f8 !important
}

.card-header h6 {
    font-size: 15px !important;
    font-weight: 400
}

.card-body {
    font-size: 14px;
    color: #595858;
    line-height: 24px
}

.card-body a {
    text-decoration: none;
    color: #f5907c;
    font-weight: 400
}

.card-body a:hover {
    text-decoration: #595858
}

.newfaqblk {
    display: block;
    padding: 30px 0 30px 0;
    background: #f2f3f8;
}

.newfaqblk .leftblk {
    display: block;
    padding: 10px;
    margin-right: -100px;
    max-width: 100%;
}

.newfaqblk .leftblk .panel-default>.panel-heading {
    background-color: #fff;

}

.newfaqblk .leftblk .panel-default>.panel-heading p {

    padding-left: 10px !important;
    font-weight: bold;
    color: #333 !important;

}

.why-choose-section {
    margin-top: 60px;
}

.newfaqblk .leftblk .panel-default>.panel-heading p.questionsss a {
    color: #333 !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #fff;
}

.newfaqblk .leftblk h6 {
    font-size: 24px;
    text-align: center;
}

.newfaqblk {
    display: block;
    padding: 30px 0 30px 0;
    background: #f2f3f8;
}

.newfaqblk .leftblk {
    display: block;
    padding: 10px;
}

.newfaqblk .leftblk .panel-default>.panel-heading {
    background-color: #fff;

}

.newfaqblk .leftblk .panel-default>.panel-heading p {

    padding-left: 10px !important;
    font-weight: bold;
    color: #333 !important;

}

.newfaqblk .leftblk .panel-default>.panel-heading p.questionsss a {
    color: #333 !important;
}




.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #fff;
}

.newfaqblk .leftblk h6 {
    font-size: 24px;
    text-align: center;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.newfaqblk .leftblk .panel-default .panel-heading {
    background-color: #fff;
}

.panel-collapse {
    margin-left: 20px;
}

.why-choose-section .sec_middle_title p {
    font-size: 16px;
    color: #bc9d5d;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-choose-section .sec_middle_title p::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #bc9d5d;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.cd34ert5 {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #ab3442;
    text-transform: uppercase;
    padding: 30px 33px 30px 10px;
    float: none;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgb(204 204 204);
    border-radius: 10px;
}

.why-choose-section .sec_middle_title h4 {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
}

.cd34ert5 .widget-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #bc9d5d;
    float: left;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.patientcare {
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    color: #000;
    font-weight: normal;
}

.cd34ert5 p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    color: #555;
}

.why-point ul {
    padding: 0;
}

.sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 20px;
}

.choose_outer {
    position: relative;
    background: #f6f6f6;
    text-align: center;
    padding: 30px 15px;
    z-index: 1;
    margin: 0 0 50px 0px;
    transition: 0.3s;
    min-height: 250px;
}

.choose_outer figure {
    display: flex;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 10%);
}

.choose_outer h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.border-top_bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 10%);
    display: none;
}

.why-choose-section .why-point ul li {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #ab3442;
    text-transform: uppercase;
    padding: 30px 33px 30px 10px;
    float: none;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgb(204 204 204);
    border-radius: 10px;
}

.ban_form {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}

.ban_form h3 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
    color: #bc9d5d;
}

.ban_form form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 60px;
    color: #000;
}

.ban_form form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 20px;
}

.ban_form form button {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    margin-top: 20px;
    outline: none;
}

.ban_form form button {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 1px;
    overflow: hidden;

}

.ban_form form button:nth-child(1) {
    filter: hue-rotate(270deg);
}

.ban_form form button:nth-child(2) {
    filter: hue-rotate(110deg);
}

.ban_form form button span {
    position: absolute;
    display: block;
}

.ban_form form button span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fa6900);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.ban_form form button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fa6900);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.ban_form form button span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fa6900);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}


.ban_form form button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fa6900);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .logo_h {
        width: 150px;
    }

}

@media (min-width: 320px) and (max-width: 575px) {
    .ban_form {
        display: block;
    }
}

#whychooseus {
    margin-top: 50px;
}

.pinkbtn {
    margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .form-sec {
        display: none;
    }
}

.list_container_box {
    padding: 0px;
    padding-bottom: 20px;
    border-radius: 10px;
    height: 100%;
}

.list_container_box ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.list_container_box li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    margin-top: 12px;
}

.list_container_box li::before {
    content: "\f046";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}

.list_container_box_heading {
    font-size: 26px;
    font-weight: 700;
}

.listing_card_alternative_box .listing_card_alternative_box_item:nth-child(odd) .list_container_box {
    background-color: #fff9f2;
}

.listing_card_alternative_box .listing_card_alternative_box_item:nth-child(2n) .list_container_box {
    background: rgba(32, 106, 179, 0.050980392156862744);
}

.mb-20 {
    margin-bottom: 20px;
}

.listing_card_alternative_box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.listing_card_alternative_box .listing_card_alternative_box_item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.section-title h4 {
    margin-top: 50px;
}

.mainhead45 h1 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-top: 100px;
    color: #003257;
}

@media (min-width: 320px) and (max-width: 575px) {
    .mainhead45 h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* _____________________________________________________________________ */

section.about-clinic {
    padding: 0 0 50px 0;
    text-align: center;
    background-color: #fff;
}

.about-clinic .about-content {
    text-align: left;
}

.about-clinic .row {
    margin-top: 30px;
}

.about-clinic .about-content {
    padding-left: 30px;
}

.about-clinic .about-img {
    width: 100%;
}

.about-clinic .about-box {
    display: flex;
    background-color: white;
    padding: 30px;
    margin-top: 20px;
    align-items: center;
    margin-left: -150px;
    border: 1px solid #de9736;
}

.about-content .sm-heading {
    font-size-adjust: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111111;
}

.about-clinic .about-box .about-logo img {
    width: 120px;
}

.about-box .about-logo-content {
    color: #de9736;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 30px;
}

/* ______________________________________________________________ */



section.our-features {
    padding: 50px 0;
    background-color: #ca9e62;
    text-align: center;
}

.our-features .row {
    justify-content: center;
}

.our-features .container>.row {
    margin-top: 30px;
}

.our-features .feature-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #f2ddbf;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 65px;
    position: relative;
    min-height: 110px;
}

.feature-box .feature-img {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #f2ddbf;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.feature-img img {
    width: 70px;
}

.feature-title {
    padding-left: 35px;
    text-align: left;
}

/* ___________________________________________________ */

section.why-choose {
    background-color: #fffdd5;
    padding: 50px 0;
}

.why-choose .sm-heading {
    text-align: center;
}

.why-choose .heading {
    text-align: center;
}

.why-choose .why-boxes {
    margin-top: 80px;
}

/* .why-choose .why-box {
  background: #ffffff;
  padding: 40px 60px;
  text-align: center;
  border: 1px solid #f5e4cb;
} */

.why-box .why-img {
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    border: 1px solid #f5e4cb;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    margin-bottom: 20px;
}

.why-img img {
    width: 90px;
}

.why-box .sm-heading {
    color: #111111;
    font-size: 14px;
}

.why-box .gradient-strip {
    width: 80px;
    height: 4px;
    margin-top: 5px;
}

.why-box .why-desc {
    padding-top: 10px;
}

.box-width {
    width: 17%;
    background: #ffffff;
    padding: 15px 7px;
    text-align: center;
    border: 1px solid #f5e4cb;
    margin: 12px;
}

.box-width .why-img {
    margin-top: -70px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* _______________________________________________ */

@media screen and (min-width: 320px) and (max-width: 480px) {

    /* Why choose Section  */
    section.why-choose {
        padding: 30px 0;
    }

    .why-choose .why-boxes {
        margin-top: 55px;
    }

    /* .why-choose .why-box {
        padding: 25px;
        margin-bottom: 55px;
    } */

    .why-choose .col-lg-4:last-child .why-box {
        margin-bottom: 0;
    }

    .why-box .why-img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: -55px;
        margin-bottom: 0px;
    }

    .why-img img {
        width: 70px;
    }

    .why-box .gradient-strip {
        width: 50px;
    }

    .box-width {
        width: 43%;
        margin: 10px;
        margin-bottom: 45px;
    }

    .box-width:last-child {
        margin-bottom: 0px;
    }

    .why-choose .row {
        justify-content: center;
    }

}

#clinic {
    margin-top: 60px;
    margin-bottom: 50px;
}

#cta234btn {
    background: #bd9e5d;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px 0px;
}

#cta234btn a {
    color: #fff;
    font-size: 20px;
}

/* new page */
.banner-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: black;
}

.banner-main-heading {
    color: #654194;
}

.banner-tagline {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    color: black;
}

.banner-form {
    background: linear-gradient(45deg, #654194, #4ab65c);
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;

}

.form-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.banner-section {
    display: block;
    position: relative;
    /* height: 420px; */
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    /* background-color: #f5f4eb; */
    background-image: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img img {
    border: 4px solid;
    border-image: linear-gradient(45deg, #654194, #4ab65c);
    border-image-slice: 1;
}

@media(max-width: 767px) {
    .banner-img img {
        display: block !important;
    }

    .banner-section {
        padding-bottom: 40px;
        padding-top: 0px !important;
    }

    .mb15sept {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.banner-form button {
    background-color: rgb(105, 105, 105);
    color: #fff;
    font-weight: 500;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    /* transition: background-color 0.3s ease; */
}

.banner-form button:hover {
    /* background-color: rgb(74, 74, 74); */
    color: #ffffff;
}

.whatsapp-button {
    background-color: #654194;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* transition: background-color 0.3s ease, transform 0.2s ease; */
}

.whatsapp-button a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.whatsapp-button i {
    margin-right: 8px;
    font-size: 18px;
}

@media (max-width: 576px) {
    .banner-heading {
        font-size: 29px;
    }

    .banner-tagline {
        font-size: 25px;
    }

    .banner-form {
        padding: 25px;
    }
}

.usp-section {
    padding: 50px 0;
    text-align: center;
}

.usp-card {
    height: 232px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    /* border: 2px solid;
    border-image-source: linear-gradient(45deg, #654194, #4ab65c);
    border-image-slice: 1; */
    background: white;
    padding: 30px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out;
}

.usp-card img {
    height: 60px;
}

.usp-card i {
    color: #654194;
}

.usp-card:hover {
    transform: translateY(-10px);
}

.usp-card h5 {
    font-size: 17px;
    color: #000000;
}

.usp-icon {
    font-size: 40px;
    color: #654194;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ser223vews {
    text-align: center;
    border: 2px solid #0c7266;
    border-radius: 20px;
    overflow: hidden;
    height: 285px;
}

.ser223vews h4 {
    font-size: 17px;
    margin-top: 20px;
    color: #654194;
    padding: 0px 10px;
}

.dr-section {
    margin-top: 20px;
}

/* .dr-section h2 {
    font-size: 25px;
    color: #654194;
    margin-bottom: 10px;
} */

@media (max-width: 768px) {
    .usp-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .usp-icon {
        font-size: 40px;
    }

    .usp-section {
        padding: 30px 10px;
    }
}

.unorder-list p {
    font-size: 17px;
    color: #000000 !important;
    line-height: 30px;
    /* margin-bottom: 15px; */
}

.clinic-image {
    width: auto;
    object-fit: cover;
    border: 3px solid;
    border-image-source: linear-gradient(45deg, #654194, #4ab65c);
    border-image-slice: 1;
}

/* Dr profile section */
.dr-section {
    /* background-color: #863992; */
    /* background-color: #389cd5; */
}

.doctor-name {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.doctor-name-title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.doctor-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.doctor-description {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
}

.check-mark ul {
    margin-left: -10px;
}

.check-mark ul li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff !important;
}

.check-mark i {
    /* color: #863992; */
    color: #4ab65c;
}

/* Responsive Design */
@media (max-width: 768px) {
    .doctor-image img {
        width: 100%;
    }

    .doctor-name {
        font-size: 22px;
    }

    .doctor-name-title {
        font-size: 16px
    }

    .doctor-title {
        font-size: 16px
    }

    .doctor-description {
        font-size: 14px;
    }
}

.img-card img {
    border: 2px solid;
    border-image-source: linear-gradient(45deg, #654194, #4ab65c);
    border-image-slice: 1;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out; */
}

.usp-section h2 {
    color: #000000;
}

.faq h2 {
    color: #000000;
}

.card-header {
    background: #654194 !important;
    padding: 5px;
}

button.btn.btn-link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
}

.btn-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.whatsapp-cta {
    background-color: #f5f4eb;
}

.whatsapp-cta h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    color: white;
    background: linear-gradient(45deg, #25D366, #128C7E);
    border-radius: 50px;
    border: 3px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.whatsapp-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 3px;
    background: linear-gradient(45deg, #25D366, #128C7E, #075E54);
    mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.whatsapp-btn i {
    font-size: 24px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-btn {
    animation: pulse 1.5s infinite;
}

/* test12write */

#test12write {
    margin-top: 60px;
    margin-bottom: 60px;
}

#test12write h2 {
    text-align: center;
    color: #000;
}

#test12write h2 span {
    color: #2A368D;
}

.test12write1 img {
    height: 40px;
}

.map {
    border: 3px solid #654194;
}

.leftbanner ul {
    list-style: disc;
    line-height: 30px !important;
    padding-left: 0px;
}

.leftbanner ul li {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    color: #000000;
}

.leftbanner ul li i {
    color: #654194;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

#whatsappForm {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 999999999;
}

.header-cont-info {
    display: none;
}


.float_whats {
    display: none;
}

.ban_form {
    border: 2px solid rgb(78, 78, 78);
    padding: 100px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.banner_inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* fixed footer */
.appbutton2 {
    background-color: #02846f;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 7px 0px !important;
    text-align: center;
    text-decoration: none;
    margin-top: 13px;
    -webkit-animation: 2s linear infinite passing-reverse;
    -moz-animation: 2s linear infinite passing-reverse;
    -o-animation: 2s linear infinite passing-reverse;
    animation: 2s linear infinite passing-reverse;
}


ul.topright {
    text-align: right;
}

.stick12foot {
    position: fixed;
    background: #15987a;
    padding: 10px 0px;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99999999;
}

.stick12foot ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.stick12foot ul li i {
    color: #fff;
    font-size: 25px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    .stick12foot {
        display: block;
    }
}




/* Our speciality section */
.clinic-section {
    /* background-color: #f8f9fa; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.clinic-headline {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.clinic-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.services {
    padding: 25px;
    border: 2px solid #0c7266;
    border-radius: 10px;
    height: 200px;
}

.services h3 {
    color: #654194;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.services p {
    color: #000000;
}


#blinking-button {
    padding: 8px 15px;
    border-radius: 6px;
    border: 0px solid #6C8003;
}

@keyframes blink {

    0%,
    100% {
        background-color: #654194;
    }

    50% {
        background-color: #8EDDBE;
    }
}

#blinking-button {
    background-color: #8EDDBE;
    color: white;
    animation: blink 1s linear infinite;
}

.stick12foot ul {
    padding: 0px;
    margin: 0px;
}


li#footer-button1 {
    background: #18a277;
    padding: 20px 10px;
    text-align: center;
}

li#footer-button2 {
    background: #654194;
    padding: 20px 10px;
    text-align: center;
}

#tab12le td {
    border: 1px solid #000;
    text-align: center;
}

#tab12le td p {
    margin: 0px;
}

#tab12le h2 {
    text-align: center;
    margin-bottom: 20px;
}

.tab12le1 {
    margin-top: 40px;
    text-align: center;
}

#nose12type {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.nose12type1 {
    height: 150px;
    border: 2px solid;
    border-image-source: linear-gradient(45deg, #654194, #4ab65c);
    border-image-slice: 1;
    background: white;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.nose12type1 h4 {
    color: #654194;
    font-size: 20px;
}

.nose12type1 p {
    margin: 0;
    line-height: 21px;
}

section#le12wd {
    margin-top: 50px;
}

.writeene1 {
    border: 5px solid #0c7266;
    color: #000;
    padding: 30px;
    transition: all 0.5s ease-out;
    border-radius: 20px;
    height: 360px;
}

.writeene2 {
    height: 60px;
    width: 60px;
    display: block;
    background: #e2e2e2;
    border-radius: 50px;
    border: 3px double #0c7266;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-right: 12px;
    float: left;
}

.writeene3 h4 {
    font-size: 16px;
    font-weight: 700;
    color: #654194;
    margin: 0;
    line-height: 20px;
}

.writeene3 h5 {
    font-size: 11px;
    color: #0c7266;
    margin: 0;
    line-height: 20px;
}

.writeene3 ul {
    list-style: none;
    display: flex;
    padding: 0px;
}

.writeene3 ul li {
    margin-right: 5px;
}

.writeene3 ul li i {
    color: gold;
}

.writeene4 {
    float: right;
    margin-top: -60px;
}

.writeene4 i.fa-google {
    font-size: 24px;
    color: #f25a24;
    margin-right: 10px;
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
}

section#test12w {
    margin-top: 70px;
}

#test12w h2 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.abthos {
    padding: 50px 0px;
}

.abthos h2 {
    color: #654194;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.abthos h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.abthos p {
    font-size: 16px;
    color: #000;
}

.abthos h4 {
    font-size: 20px;
    color: #000000;
}

.abthos h4 i {
    font-size: 11px;
    vertical-align: middle;
}

.abtlst p {
    font-size: 16px;
    color: #000;
    margin-left: 15px;
}

.usp12sept {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.m-topright {
    display: none;
}

.navbar-brand img {
    height: 60px;
}

.whatsapp-button a {
    text-align: left;
}
.dr-section {
    margin-top: 70px;
    padding: 50px 0px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.dr-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #34b4c7;
    opacity: 0.05;
    border-radius: 50%;
}

.dr-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: #1a6ca6;
    opacity: 0.03;
    border-radius: 50%;
}

.section-title {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #0c7266;
    border-radius: 2px;
}

.doctor-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #654194;
    margin-bottom: 0.5rem;
}

.doctor-name-title {
    font-size: 1.1rem;
    color: #757575;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.doctor-title {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding: 0.8rem 1.2rem;
    background-color: #c6b4de;
    border-left: 5px solid #2c3e50;
    border-radius: 0 4px 4px 0;
}

.dr-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #000;
}


/* Responsive Design */
@media (max-width: 768px) {
    .m-topright {
        display: block;
    }

    ul.m-topright {
        text-align: right;
    }

    ul.m-topright li {
        padding: 0 0 0 0;
        margin: 0;
        list-style-type: none;
        font-size: 12px;
        color: #333;
        display: block;
        line-height: 18px;
    }

    ul.m-topright {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-left: 100px !important;
    }

    .topright {
        display: none !important;
    }

    .ser223vews {
        text-align: center;
        border: 2px solid #0c7266;
        border-radius: 20px;
        overflow: hidden;
        height: 450px;
    }

    .whatsapp-button a {
        font-size: 12px;
    }

    .expert {
        font-size: 15px;
    }

    h2 {
        font-size: 28px !important;
    }

    .clinic-headline {
        font-size: 22px;
    }

    .clinic-description {
        font-size: 14px;
    }

    .nose12type1 {
        height: auto;
    }

    .dr-section {
        margin-top: 40px;
    }

    .banner-img img {
        width: 100%;
    }

    .usp-card {
        height: 190px;
    }

    .dr-section {
        padding-top: 3rem;
        padding-bottom: 0px !important;
    }

}

