/*
    Theme Name: Downtown Podiatry Physicians
    Description: This is the description of website
    Author: Downtown Podiatry
    Version: 1.0
*/

/* FONTS */
@font-face {
    font-family: 'Anton';
    src: url('fonts/anton/Anton-Regular.woff2') format('woff2'),
        url('fonts/anton/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*IT*/
@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('fonts/ITCFranklinGothicStd-Hvy.woff2') format('woff2'),
        url('fonts/ITCFranklinGothicStd-Hvy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('fonts/ITCFranklinGothicStd-Book.woff2') format('woff2'),
        url('fonts/ITCFranklinGothicStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('fonts/ITCFranklinGothicStd-Med.woff2') format('woff2'),
        url('fonts/ITCFranklinGothicStd-Med.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* TYPHOGRAPHY*/
* {
    margin: 0;
    padding: 0;
}
strong{
    font-family: 'ITC Franklin Gothic Std';
    font-weight: bold;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}
body {
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF;
    outline: none;
    font-family: 'ITC Franklin Gothic Std';
    font-weight: 400;
}
a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none !important;
}
img {
    border: none;
    max-width: 100%
}
span {
    display: block;
    line-height: normal;
    font-size: 16px;
}
p{
    font-family: 'ITC Franklin Gothic Std';
    color: #444444;
    font-size: 16px;
    line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Anton';
    font-weight: 300;
}
/* UTILITY CLASSES */
@media (min-width: 768px) {
    .mw-50 {
        max-width: 50%;
        margin: 0 auto;
    }
    .mw-60 {
        max-width: 60%;
        margin: 0 auto;
    }
    .mw-70 {
        max-width: 70%;
        margin: 0 auto;
    }
    .column-2-desktop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    .align-center {
        align-items: center;
    }
}
.column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
.full-container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.main-container {
    width: 100%;
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
span.max-container {
    width: 100%;
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
}
.secound-container {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.testimonial blockquote {
    color: #FFC400;
}
h3.mainfaq {
    font-size: 150px!important;
	position: relative;
	color: #fff!important;
	margin-bottom: 100px;
}
h3.mainfaq:before {
    content: '';
    background: url(images/faqbg.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    height: 554px;
    width: 500px;
    z-index: -1;
}
.dual {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}
.dual div h2 {
    color: #0e1d4e;
    font-size: 30px;
}
section.google-maps-area {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}

section.google-maps-area iframe {
    flex: 1;
}
.about-doctor-right ul {
    list-style: square;
}
/*-------- RESPONSIVE CONTAINERS ------------*/

@media (max-width: 1200px) {
    .secound-container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .secound-container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .secound-container {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .secound-container {
        max-width: 540px;
    }
}



/*HEADER AREA START*/
.header-top-area {
    background: #800000;
}
.header-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.header-top-right ul {
    position: absolute;
    top: 20px;
    right: 0;
}
.header-top-left ul li {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px 0;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
}
.header-top-left ul li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: -4px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(images/icons.svg);
}
.header-top-right ul li a {
    color: #fff;
    font-family: 'Anton';
    font-size: 15px;
    text-transform: uppercase;
    width: 170px;
    height: 60px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(255,255,255,0.31);
    -webkit-box-shadow: 3px 4px 20px rgba(255,0,108,0.31);
            box-shadow: 3px 4px 20px rgba(255,0,108,0.31);
    margin: 0 3px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.header-top-right ul li a::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 15px;
    background-image: url(images/icons.svg);
    background-position: -31px -4px;
}
.header-top-right ul li:first-child a{
    background-color: #0E1D4E;
}

.header-top-right ul li:last-child a{
    background-color: #800000;
}
.header-top-right ul li a:hover{
    background-color: #000;
}
.header-menu-content ul li a {
    color: #0E1D4E;
    font-size: 18px;
    font-family: 'Anton';
    text-transform: uppercase;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.header-menu-content ul li a:hover{
    color: #800000;
}
.header-menu-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-content{
    text-align: center;
    position: relative;
    z-index: 2;
}
.banner-content::after {
    content: "";
    position: absolute;
    top: 119px;
    left: 0;
    width: 255px;
    height: 330px;
    border: 5px solid transparent;
    border-top-left-radius: 0px;
    border-left-color: #0E1D4E;
    border-bottom-color: #0E1D4E;
    z-index: -1;
    border-right-width: 0;
    border-top-width: 0;
}
.banner-content::before {
    content: "";
    position: absolute;
    top: 119px;
    right: 0;
    width: 255px;
    height: 330px;
    border: 5px solid transparent;
    border-top-left-radius: 0px;
    border-right-color: #0E1D4E;
    border-bottom-color: #0E1D4E;
    z-index: -1;
    border-left-width: 0;
    border-top-width: 0;
}
.banner-main-content .award {
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    position: relative;
    padding: 60px 0 12px;
    margin-bottom: 20px;
}
.banner-main-content .award::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 3px;
    background: #800000;
}
.banner-main-content h3 {
    color: #0E1D4E;
    font-size: 40px;
    line-height: 60px;
}
.banner-main-content h2 {
    color: #800000;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 151px;
}
.banner-main-content p {
    font-size: 18px;
    width: 67%;
    margin: auto;
}
.banner-area {
    padding-top: 45px;
    position: relative;
    z-index: 2;
}
.banner-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 80%;
    background-image: url(images/banner_bg.png);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-logo-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38% 24% 38%;
    grid-template-columns: 38% 24% 38%;
}
.banner-logo-area span {
    width: 100%;
    height: 5px;
    background: #0E1D4E;
    margin-top: 119px;
}
.banner-logo-area span:first-child {
    margin-left: 5px;
}
.banner-logo-area span:last-child {
    margin-left: -4px;
}
.header-area {
    position: relative;
    z-index: 999;
}
.banner-bottom-imgs {
    padding: 45px 0 85px;
}
.banner-bottom-imgs ul li {
    width: 250px;
    height: 90px;
    background-image: url(images/icons.svg);
    background-position: -230px -95px;
    background-size: 500px;
    position: relative;
}
.banner-bottom-imgs ul li:last-child {
    background-position: 12px -95px;
}
.banner-bottom-imgs ul li:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: -17px;
    height: 120px;
    background-color: #0E1D4E;
    width: 2px;
}

/*DropDown Menu*/
.header-menu-content ul li {
    position: relative;
}
.header-menu-content ul ul {
	position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 3px 4px 20px rgb(255 0 108 / 31%);
    box-shadow: 3px 4px 20px rgb(255 0 108 / 31%);
    width: 400px;
    background: #060e2d;
    padding: 40px;
}
.header-menu-content ul > li:hover > ul{
	opacity: 1;
    visibility: visible;
    top: 37px;
} 
.header-menu-content ul ul ul{
    left: 100%;
    top: 0 !important;
}
.header-menu-content ul ul li {}
.header-menu-content ul ul li a {
    margin-right: 0;
    min-width: 200px;
    /* background: #fff; */
    padding: 8px 20px;
    color: #fff;
}
.header-menu-content ul ul li a:hover{
    color: #fff;
    background: #800000;
}



/*HEADER AREA END*/

/*FEATURE AREA START*/
.features-area {
    background-color: #0E1D4E;
    padding-bottom: 150px;
    position: relative;
}
.features-area::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    width: 285px;
    height: 140px;
    background-image: url(images/white-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 1px;
}
.all-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto 30px auto;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}
.single-feature {
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(175,14,82,0.13);
            box-shadow: 0 0 50px rgba(175,14,82,0.13);
    text-align: center;
    padding: 65px 24px 50px 24px;
    margin-top: -30px;
}
.single-feature h2 {
    color: #800000;
    font-size: 24px;
    text-transform: uppercase;
    padding: 40px 0 30px;
}
.single-feature span{
    width: 70px;
    height: 70px;
    background-image: url(images/icons.svg);
    margin: auto;
}

.single-feature:nth-child(1) span {
    background-position: -411px -243px;
}
.single-feature:nth-child(2) span {
    background-position: -341px -243px;
}
.single-feature:nth-child(3) span {
    background-position: -258px -243px;
}

/*FEATURE AREA END*/

/*ABOUT AREA START*/
.about-area {
    padding: 140px 0;
}
.about-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 4% 48%;
    grid-template-columns: 53% 47%;
    /* grid-gap: 3%; */
}
.about-right {
    padding-left: 30px;
}
.about-right h2 {
    color: #0E1D4E;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 10px 0 23px;
}
.about-right h2 strong {
    color: #800000;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}
.about-right h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    font-family: 'ITC Franklin Gothic Std';
}
.about-right > strong {
    padding-top: 40px;
    display: block;
    color: #000;
    font-family: 'Arial';
}
.dr_name {
    color: #0E1D4E;
    font-weight: 700;
    font-size: 16px;
}
.dr_des {
    color: #444444;
    font-weight: 400;
    font-family: 'Arial';
}
.about-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.about-btn a {
    color: #fff;
    background: #800000;
    text-transform: uppercase;
    padding: 22px 18px 22px 80px;
    font-family: 'Anton';
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: 6px 7px 40px rgba(255,0,108,0.31);
            box-shadow: 6px 7px 40px rgba(255,0,108,0.31);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.about-btn a:hover{
    background: #0E1D4E;
}
.about-btn a::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 15px;
    background-image: url(images/icons.svg);
    background-position: 206px -8px;
}
.who-about{
    padding-left: 30px;
    padding-top: 20px;
}

/*ABOUT AREA END*/

/*CONDITION AREA START*/
.condition-area{
    padding: 135px 0;
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}
.condition-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73%;
    background-image: url(images/condition_bg.jpg);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.single-condition h3 {
    color: #0E1D4E;
    opacity: 0.66;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-size: 24px;
}
.single-condition:hover h3{
    opacity: 1
}
.single-condition p{
    position: relative;
    padding-top: 90px!important;
}
.single-condition p::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    margin: auto;
    width: 12px;
    height: 40px;
    background-image: url(images/icons.svg);
    background-position: -69px -2px;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.content-top-left img {
    width: 100%;
}
.single-condition:hover p::after{
    opacity: 1;
    top: 45px;
}
.condition-area h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 100px;
}
.single-condition {
    background: #fff;
    text-align: center;
    padding: 70px 44px 66px 44px;
    counter-reset: sub;
    counter-increment: sorry;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(38,115,159,0.11);
            box-shadow: 0 0 40px rgba(38,115,159,0.11)
}
.single-condition::after {
    content: "";
    position: absolute;
    right: -21px;
    bottom: -20px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0
}
.single-condition:first-child::after,
.single-condition:nth-child(2)::after{
    opacity: 1;
}
.single-condition::before {
    content: counter(sorry);
    position: absolute;
    left: 0;
    text-shadow: 0 0 50px rgba(14,29,78,0.10);
    color: #fff;
    font-size: 130px;
    font-family: 'Anton';
    top: -17px;
    right: 0;
    margin: auto;
}
.all-conditions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto 30px auto;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}
.view-all-con-btn {
    text-align: center;
    margin-top: 70px;
}
.view-all-con-btn a {
    color: #fff;
    background: #800000;
    text-transform: uppercase;
    padding: 22px 70px 22px 120px;
    font-family: 'Anton';
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: 6px 7px 40px rgba(255,0,108,0.31);
            box-shadow: 6px 7px 40px rgba(255,0,108,0.31);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.view-all-con-btn a:hover{
    background-color: #0E1D4E;
}
.view-all-con-btn a::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 15px;
    background-image: url(images/icons.svg);
    background-position: 206px -8px;
}
.telephone-con {
    background: #0E1D4E;
    text-align: center;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.telephone-con h3 {
    color: #fff;
    font-size: 16px;
}
/*CONDITION AREA END*/

/*ABOUT DOCTOR AREA START*/
.about-doctor-area{
    position: relative;
    z-index: 2;
}
.about-doctor-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    height: 275px;
    background: #800000;
    z-index: -1;
}
.about-doctor-right h2 {
    color: #800000;
    font-size: 40px;
    text-transform: uppercase;
    padding: 30px 0 30px 90px;
    border-bottom: 1px solid #800000;
    margin-bottom: 43px;
    position: relative;
}
.about-doctor-right h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 90px;
    background-image: url(images/icons.svg);
    background-position: -1px -27px;
}
.about-doctor-right h3 {
    font-size: 30px;
    color: #800000;
    text-transform: uppercase;
}
.about-doctor-right h4 {
    font-size: 22px;
    color: #0e1d4e;
}
.about-doctor-right ul {
    margin-left: 30px;
    margin-top: 30px;
}
.about-doctor-right ul li {
    font-family: 'ITC Franklin Gothic Std';
    font-size: 16px;
    line-height: 30px;
    display: list-item;
    position: relative;
}
.about-doctor-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36% 64%;
    grid-template-columns: 36% 64%;
}
.about-doctor-right{
    -webkit-box-shadow: 0 0 99px rgba(175,14,82,0.09);
            box-shadow: 0 0 99px rgba(175,14,82,0.09);
    padding: 60px;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.about-doctor-left{
    position: relative;
    z-index: 2;
}
.about-doctor-left::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 68%;
    background-color: #0E1D4E;
    z-index: -1;
}
.about-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 99px rgba(0,0,0,0.25);
            box-shadow: 0 0 99px rgba(0,0,0,0.25);
    margin-left: 50px;
    margin-top: 50px;
}
.about-left ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    position: relative;
    z-index: 2;
    padding: 0 9px;
}
.about-left ul::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 200px;
    background: #0E1D4E;
    z-index: -1
}
.about-left ul::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 200px;
    background: #0E1D4E;
    z-index: -1
}
.center-content {
    padding: 30px;
}
.center-content h2 {
    color: #800000;
    text-transform: uppercase;
    font-size: 26px;
}
.foot-ancle{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.center-content p {
    color: #fff;
    background: #800000;
    padding: 25px 20px;
    margin: 30px 0;
    font-size: 18px;
}
.center-content ul{
    padding-bottom: 30px;
}
.center-content ul li {
    color: #0E1D4E;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Anton';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 50px;
}
.center-content ul li span {
    color: #FFC400;
    font-size: 22px;
    margin-top: -10px;
    padding-left: 15px;
}
.center-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 40px;
    background-image: url(images/icons.svg);
    background-position: -69px -2px;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 25px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    bottom: 0;
}
.about-doctor-right img{
    margin-top: 100px;
}
/*ABOUT DOCTOR AREA END*/

/*HOME TESTIMONIAL AREA START*/
p.vidtext {
    width: 100%;
    max-width: 80%;
    text-align: center;
    margin: 30px auto;
}
.secound-container.custom-container h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    color: #0E1D4E;
}
.secound-container.custom-container h3 span {
    color: #800000;
    font-size: 30px;
}
.home-testimonial-area {
    padding: 150px 0 80px;
    background-image: url(images/path2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.vidtest video {
    width: 48%;
}
.vidtest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-testimonial-area .slick-list.draggable {
    padding: 160px 60px 0px 60px;
}
.home-testimonial-area .single-testimonial {
    width: 100%;
    margin-bottom: 0;
}
.before-after-slider.hammertoe div p {
    text-align: center;
    padding-top: 40px;
    font-style: oblique;
}
.before-after-slider.hammertoe .slide.slick-slide {
    padding: 0px 20px 0px 20px;
}
section.slidersectionhammertoe h2 {
    color: #800000;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 57px;
    padding: 10px 0 23px;
    position: relative;
    margin-bottom: 40px;
}
section.slidersectionhammertoe {
    text-align: center;
    margin: 100px 0px;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active .single-testimonial::before{
    right: unset;
    left: -45px;
} 
.home-testimonial-area .single-test-slider.slick-slide.slick-active .single-testimonial::before{
    left: unset;
    right: -45px;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active .single-testimonial::after{
    background-position: -172px 19px;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-active .single-testimonial::after{
    background-position: -170px -35px;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active .single-testimonial::after{
    top: unset;
    bottom: 100%;
    left: 0;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-active .single-testimonial::after{
    top: 100%;
    bottom: unset;
    right: 0;
    left: unset;
} 
.home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active .single-testimonial .border{
    left: 0;
    right: unset;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-active .single-testimonial .border{
    left: unset;
    right: 0;
}

.home-testimonial-area .slick-initialized .slick-slide {
    padding: 80px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-active {
    opacity: 1;
}
.single-test-slider:focus{
    outline: none;
}
.home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active {
    -webkit-transform: translate(10px, -160px);
        -ms-transform: translate(10px, -160px);
            transform: translate(10px, -160px);
}


.home-testimonial-content{
    position: relative;
}
.home-testimonial-area .feedback-review {
    padding-left: 165px;
    margin-top: 105px;
}
.home-testimonial-area .feedback-review::after {
    left: 0;
    width: 145px;
    height: 120px;
}
.all-test-btn {
    position: absolute;
    bottom: 27%;
    left: 25.8%;
}
.all-test-btn a {
    color: #fff;
    background: #800000;
    text-transform: uppercase;
    padding: 18px 50px 18px 100px;
    font-family: 'Anton';
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: 6px 7px 40px rgba(255,0,108,0.31);
            box-shadow: 6px 7px 40px rgba(255,0,108,0.31);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.all-test-btn a:hover{
    background-color: #0E1D4E;
}
.all-test-btn a::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 15px;
    background-image: url(images/icons.svg);
    background-position: 206px -8px;
}
.slider-btn-area {
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 16%);
            box-shadow: 0 0 40px rgb(0 0 0 / 16%);
    width: 130px;
    margin: auto;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.slider-btn-area::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #800000;
    height: 50px;
    width: 1px;
}
.test-prev-btn{
    border: 10px solid transparent;
    border-right-color: #800000;
    width: 0;
    cursor: pointer;
    margin-right: 15px;
}
.test-next-btn{
    border: 10px solid transparent;
    border-left-color: #800000;
    width: 0;
    cursor: pointer;
    margin-left: 15px;
}
.secound-container.custom-container {
    max-width: 1330px;
}


/*HOME TESTIMONIAL AREA END*/

/*BEST AREA START*/
.best-area{
    padding: 100px 0;
}
.best-area-content{
    position: relative;
}
.best-img {
    max-width: 715px;
    position: relative;
    z-index: 2;
    left: 0;
    max-height: 870px;
}
.best-content {
    max-width: 585px;
    background-color: #0E1D4E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 700px;
}
.border-best{
    position: relative;
    z-index: 3;
    padding: 100px 65px 100px 65px;
}
.border-best::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #800000;
    z-index: -1;
}
.best-content::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 40px solid transparent;
    border-right-color: #0E1D4E;
    z-index: 4;
    height: 0;
    width: 0;
     -webkit-box-shadow: 0 0 99px rgba(0,0,0,0.25);
             box-shadow: 0 0 99px rgba(0,0,0,0.25);
}
.best-content h3{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    padding-left: 90px;
    font-family: 'ITC Franklin Gothic Std';
}
.best-content h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-left: 90px;
}
.best-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    width: 80px;
    height: 90px;
    background-image: url(images/icons.svg);
    background-position: -91px -29px;
}
.best-content h2 strong{
    color: #800000;
}
.best-content p {
    color: #fff;
    padding-top: 80px;
    line-height: 28px;
    padding-right: 17px;
}

/*BEST AREA END*/

/*CHOICE AREA START*/
.choice-area{
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.choice-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    background-color: #800000;
    z-index: -1;
}
.choice-area::before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    border: 30px solid transparent;
    border-top-color: #fff;
    z-index: 4;
    height: 0;
    width: 0;
}
.choice-title {
    text-align: center;
    padding-bottom: 70px;
}
.choice-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}
.choice-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    padding: 80px 40px;
    -webkit-box-shadow: 0 0 99px rgba(0,0,0,0.25);
            box-shadow: 0 0 99px rgba(0,0,0,0.25)
}
.choice-content img {
    width: 25%;
}
.choice-content p {
    width: 75%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.choice-title span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
}

/*CHOICE AREA END*/

/*HOME BLOG AREA START*/
.blog-title {
    text-align: center;
    padding-bottom: 35px;
}
.home-blog-area {
    padding-bottom: 100px;
}
.blog-title h2 {
    text-transform: uppercase;
    color: #0E1D4E;
    font-size: 40px;
}
.blog-title h2 strong{
    color: #800000;
}
.blog-news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-news ul li {
    background: #F5F5F5;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.6666%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
}
/*Blog Page*/
.blog-section-area {
    padding: 100px 0px;
}
.all-blog-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-pagination h2 {
    display: none;
}
.blog-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blog-pagination .nav-links span, .blog-pagination .nav-links a {
    width: 50px;
    height: 50px;
    border: 1px solid #e6e3e3;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
}
.blog-pagination .nav-links span:last-child, .blog-pagination .nav-links a:last-child {
    border-right: 1px solid #e6e3e3;
}
.blog-pagination {
    margin-top: 40px;
}
/*Blog Page*/

.single-latest-blog {
    width: 32.33%;
    margin-bottom: 50px;
}

.latest-blog-details {
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.15);
            box-shadow: 0 0 40px rgba(0,0,0,0.15);
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 86%;
    margin-top: -136px;
    z-index: 99;
    position: relative;
    background: #fff;
	min-height: 233px;
}
.latest-blog-details span {
    color: #800000;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.latest-blog-details span::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #0E1D4E;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.latest-blog-details h2 a {
    color: #0E1D4E;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.latest-blog-details h2 a:hover {
    color: #800000;
}

/*HOME BLOG AREA END*/

/*START GOOGLE MAP AREA*/
.google-map-content {
    display: block;
    width: 99.8%;
}
.google-map-content iframe {
    width: 100%;
    height: 650px;
}
/*END GOOGLE MAP AREA*/
/*START FOOTER AREA*/
footer.footer-area {
    position: relative;
}
.copyright-bar {
    background: #071233;
}
.copyright-text {
    text-align: center;
    padding: 28px 0;
}
.copyright-text p {
    color: #DDDDDD;
    font-size: 16px;
    font-family: 'ITC Franklin Gothic Std';
}
.footer-top-area {
    background: #0E1D4E;
    padding: 0px 0 80px 0px;
}
.footer-top-area-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
    padding: 80px 0px;
}
.footer-top-left {
    width: 50%;
    padding-right: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.footer-top-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-top-area-content h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-family: 'ITC Franklin Gothic Std';
}
.footer-top-area-content h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #fff;
}
.footer-top-area-content p {
    color: #DDDDDD;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
    font-family: 'ITC Franklin Gothic Std';
}
.footer-top-area-content p a{
    text-decoration: underline !important;
    color: #fff
}
.single-footer-top {
    width: 50%;
}
.single-footer-top .footer-navigation li {
    display: block;
}
.single-footer-top .footer-navigation li a {
    font-size: 14px;
    color: #DDDDDD;
    margin-bottom: 20px;
    font-family: 'ITC Franklin Gothic Std';
}
.single-footer-top .footer-navigation li a:hover{
    color: #800000;
} 
.footer-social-media li a {
    width: 45px;
    height: 45px;    
    border: 1px solid #fff;
    margin-right: 5px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.footer-social-media li a:hover{
    background: #000;
}
.footer-social-media li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(images/icons.svg);
    background-position: -234px -3px;
}
.footer-social-media li:nth-child(2) a::after{
    background-position: -257px -3px;
}
.footer-social-media li:nth-child(3) a::after{
    background-position: -284px -3px;
}
.contact-borard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: -256px; */
    /* margin-bottom: 70px; */
    position: relative;
    /* margin-left: 20%; */
    justify-content: center;
}
.single-contact-info {
    padding: 42px 30px 42px 90px;
    /* width: 33.33%; */
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #920000;
}
.single-contact-info h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 30px;
    position: relative;
    font-family: 'ITC Franklin Gothic Std';
}
span.inputform {
    width: 48%;
    float: left;
    margin-left: 5px;
}
.contact-form input {
    border: none;
    border-bottom: 1px solid #CEC6BF;
    font-size: 18px;
    font-weight: 300;
    color: #18252E;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    font-family: 'Lato', sans-serif;
    width: 90%;
}
.single-contact-info h4::after {
    content: "";
    position: absolute;
    left: -50px;
    width: 27px;
    height: 29px;
    background-image: url(images/icons.svg);
    background-position: -329px -3px;
    top: 0px;
}
.single-contact-info:nth-child(2) h4::after {
    background-position: -363px -3px;
}
.single-contact-info:nth-child(3) h4::after {
    background-position: -398px -3px;
}
.single-contact-info ul li a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 22px;
    position: relative;
    font-family: 'ITC Franklin Gothic Std';
}
.single-contact-info ul li a:hover{
    color: #ffffffb8;
}
.single-contact-info ul li a::after::last-child {
    display: none;
}
.single-contact-info ul li a::after {
    content: "";
    position: absolute;
    left: -49px;
    width: 34px;
    height: 13px;
    background-image: url(images/icons.svg);
    background-position: -100px -4px;
    top: 1px;
    filter: invert(0);
    -webkit-filter: invert(0);
}
label.tam {
    margin-left: 5px;
}
.single-contact-info:nth-child(2){
    background-color: #800000;
}
.single-contact-info:nth-child(3) {
    background-color: #920000;
}

.office-opening-time li span {
    display: inline-block;
    width: 125px;
}
.office-opening-time li {
    color: #DDDDDD;
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
}
.time-list li {
    display: block;
    margin-bottom: 15px;
}
.time-list li a {
    color: #fff;
    font-family: 'ITC Franklin Gothic Std';
    font-size: 14px;
}

/*END FOOTER AREA*/

/*START STICKY BUTTON*/
.sticky-btn, .sticky-nexhealth {
    position: fixed;
    bottom: 0;
    padding: 25px 20px 15px;
    background-color: #ffe03f;
    font-family: 'Anton';
    font-size: 15px;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    z-index: 9999;
}
.sticky-btn{
    left: 0px;
}
.sticky-nexhealth {
    right: 0px;
}
.sticky-nexhealth a, .sticky-btn a {
    color: #000;
    font-size: 23px;
}
.sticky-nexhealth a:hover, .sticky-btn a:hover {
    color: #800000;
}
/*END STICKY BUTTON*/

.mobile-menu{
    display: none;
}
.about-doctor-right video {
    width: 100%;
    height: 350px;
    margin-top: 43px;
}
.about-doctor-right video:focus{
    outline: none;
}
.inner-banner-content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 15px;
}
.inner-banner-area{
    position: relative;
    z-index: 2;
}
.inner-banner-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    background: #0E1D4E;
    z-index: -1;
}
.inner-banner-content img {
    width: 230px;
}

.testimonial-area {
    position: relative;
    z-index: 2;
    padding: 130px 0 140px 0;
}

.testimonial-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background-image: url(images/path.png);
    z-index: -1;
    background-repeat: no-repeat;
}

.all-testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-testimonial,
.main-contents blockquote {
    width: 49%;
    min-height: 380px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 92px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 99px rgb(35 35 35 / 6%);
    box-shadow: 0 0 99px rgb(35 35 35 / 6%);
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}
.single-testimonial::after,
.main-contents blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 70px;
    height: 70px;
    background: url(images/icons.svg) #800000;
    background-position: -172px 19px;
}
.single-testimonial:nth-child(2)::after,
.main-contents blockquote:nth-child(2)::after{
    bottom: unset;
    top: 100%;
    left: unset;
    right: 0;
} 
.single-testimonial:nth-child(2),
.main-contents blockquote:nth-child(2) {
    margin-top: 150px;
    margin-bottom: 0;
}
.single-testimonial::before,
.main-contents blockquote::before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.16);
            box-shadow: 0 0 40px rgba(0,0,0,0.16);
    background-size: 450px;
}
.single-testimonial:nth-child(2n)::before,
.main-contents blockquote:nth-child(2n)::before{
    left: unset;
    right: -45px;
}
.single-testimonial:nth-child(2n)::after,
.main-contents blockquote:nth-child(2n)::after{
    background-position: -170px -35px;
}
.google::before{
    background-image: url(images/icons.svg);
    background-position: 6px -156px;
}
.zocdoc::before {
    background-image: url(images/icons.svg);
    background-position: -72px -158px;
}
.border {
    background: #0E1D4E;
    width: 6px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.single-testimonial:nth-child(2n) .border,
.main-contents blockquote:nth-child(2n) .border{
    left: unset;
    right: 0;
}
.single-testimonial p,
.main-contents blockquote p {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
}
.single-testimonial span,
.main-contents blockquote span {
    color: #FFC400;
    font-size: 20px;
    padding-bottom: 10px;
}
.testimonial-content {
    position: relative;
}
.feedback-review {
    position: absolute;
    right: 0;
    top: 0;
}
.feedback-review h2 {
    color: #800000;
    text-transform: uppercase;
    font-size: 36px;
}
.feedback-review span {
    color: #0E1D4E;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 4px;
    padding-bottom: 10px;
}
.feedback-review {
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    margin-left: auto;
    padding-left: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 25px;
}
.feedback-review::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 150px;
}






.about-clients-area {
    border-top: 8px solid #0E1D4E;
    padding: 70px 0;
}
.about-clients-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-clients-content ul li {
    padding: 0 20px;
}
.board-certified-area{
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}
.board-certified-area::after{
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: #800000;
    z-index: -1;
    position: absolute;
}
.board-certified-content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42% 58%;
    grid-template-columns: 42% 58%;
    background: #fff;
    -webkit-box-shadow: 0 0 90px rgba(35,35,35,0.06);
            box-shadow: 0 0 90px rgba(35,35,35,0.06);
}
.board-certified-left h2 {
    font-size: 30px;
    color: #0E1D4E;
    line-height: 40px;
}
.board-certified-left h3{
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0;
    color: #0E1D4E;
}
.board-certified-left h2 span{
    font-size: 30px;
    color: #800000;
    line-height: 40px;
}
.board-certified-left strong {
    color: #0E1D4E;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    display: block;
    padding: 6px 0 35px;
}
.board-certified-left{
    padding: 75px 35px 50px 100px;
    position: relative;
}
.board-certified-left::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 290px;
    background: #0E1D4E;
    z-index: 1;
}
.board-certified-left::after {
    content: "";
    position: absolute;
    left: -60px;
    top: 60px;
    width: 120px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 16%);
            box-shadow: 0 0 40px rgb(0 0 0 / 16%);
    background-image: url(images/frame.svg);
    background-position: center;
    background-size: 65px;
    background-repeat: no-repeat;
    z-index: 2;
}
.board-certified-right {
    border-left: 1px solid #707070;
    padding: 75px 90px 30px 35px;
    position: relative;
    z-index: 2;
}
.board-certified-right::after {
    content: "";
    position: absolute;
    left: -13px;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 982px;
    background-image: url(images/human-footprint1.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    background-size: cover;
}
.board-certified-left a {
    color: #fff;
    background: #800000;
    text-transform: uppercase;
    padding: 22px 70px 22px 120px;
    font-family: 'Anton';
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: 6px 7px 40px rgb(255 0 108 / 31%);
    box-shadow: 6px 7px 40px rgb(255 0 108 / 31%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 45px;
}
.board-certified-left a:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.board-certified-left a::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 15px;
    background-image: url(images/icons.svg);
    background-position: 206px -8px;
}
.board-certified-left p,
.board-certified-right p {
    line-height: 30px;
    color: #444;
}
.board-certified-right p {
    padding-right: 56px;
}
.board-certified-right h2 {
    color: #0E1D4E;
    text-transform: uppercase;
    font-size: 22px;
    padding: 45px 0 25px;
}
.board-certified-right ul li {
    color: #444444;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    display: block;
}
.board-certified-right ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 10px;
    background-image: url(images/icn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.multi-menu{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
.home-testimonial-area.about-page-test {
    padding: 70px 0 80px;
}
.state-title{
    text-align: center;
}
.state-title h2,
.state-title h2 span{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #800000;
}
.state-of-art-area{
    padding: 80px 0;
}
.state-title h2 span{
    color: #0E1D4E;
}
.state-of-art-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 75px;
}
.state-of-art-imgs li {
    width: 16%;
}
.blog-title h2 strong {
    font-weight: 300;
}
.faqs strong {
    color: #0E1D4E;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Anton';
    line-height: 57px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: block;
    padding-left: 35px;
    border-bottom: 2px solid #800000;
    position: relative;
    margin-top: 30px;
}
.faqs strong::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 20px;
    height: 15px;
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.faqs p {
    color: #444444;
    line-height: 30px;
    margin-bottom: 18px;
    padding-left: 35px;
}
.main-contents ul{
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}
span.secound-container p {
    padding: 10px 0 10px;
}
.clearboth{
    clear: both;
    display: block!important;
}
.main-contents ul li {
    font-family: 'ITC Franklin Gothic Std';
    color: #444444;
    font-size: 16px;
    line-height: 24px;
}
.main-contents ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
    display: table;
    clear: both;
    font-family: 'ITC Franklin Gothic Std';
    color: #444444;
    font-size: 16px;
    line-height: 24px;
}
.main-contents ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 10px;
    background-image: url(images/icn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main-contents ul li:after {
    display: block;
    width: 100%;
    clear: both;
    content: "";
    height: 1px;
}
.common-btn {
    color: #fff;
    background: #800000;
    text-transform: uppercase;
    padding: 22px 70px 22px 120px;
    font-family: 'Anton';
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: 6px 7px 40px rgb(255 0 108 / 31%);
    box-shadow: 6px 7px 40px rgb(255 0 108 / 31%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.common-btn::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 15px;
    background-image: url(images/icons.svg);
    background-position: 206px -8px;
}
.text-center {
    text-align: center;
    padding: 75px 0;
    position: relative;
    z-index: 9;
}
.single-simptoms{
    margin-top: 100px;
}
.single-simptoms img {
    float: left;
    padding-right: 35px;
    padding-bottom: 35px;
}
.single-simptoms::after {
    content: "";
    clear: both;
    display: table;
}
.single-simptoms span,
.content-top-right span {
    color: #0E1D4E;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
}
.single-simptoms h2,
.content-top-right h1,
.main-contents h1,
.main-contents h2 {
    text-transform: uppercase;
    color: #800000;
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 24px;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.single-simptoms h2::after,
.content-top-right h1::after,
.main-contents h1::after,
.main-contents h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 43px;
    height: 3px;
    background: #0E1D4E;
}
.main-contents > h1,
.main-contents > h2 {
    margin-top: 30px;
}
.content-top-right h1{
    font-size: 54px
}
.content-top-right p{
    line-height: 30px;
    color: #444444;
}
.single-simptoms ul {
    padding-left: 0;
    display: table;
}
.float-right img{
    float: right;
    padding: 0 0 35px 35px;
}
.main-contents h3 {
    color: #0E1D4E;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
}
.faqs{
    position: relative;
    z-index: 2;
}
.faqs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15%;
    bottom: 0;
    width: 100%;
    height: 134%;
    background-image: url(images/human-footprint.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
}
.content-top-full{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-top-left{
    width: 45%;
}
.content-top-right{
    width: 55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 55px 30px 60px;
    -webkit-box-shadow: 0 0 50px rgba(35,35,35,0.10);
            box-shadow: 0 0 50px rgba(35,35,35,0.10);
}
.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 130px 0 30px;
}
.main-contents blockquote{
    margin: 0 !important;
}
.main-contents blockquote:nth-child(2n)::after{
    display: none;
}
.content-top-full {
    padding-top: 65px !important;
    margin-bottom: 50px !important;
}
.content-top-right h1 span{
    font-family: 'ITC Franklin Gothic Std';
    padding-bottom: 10px;
}
.single-simptoms h2 span{
    font-family: 'ITC Franklin Gothic Std';
    padding-bottom: 5px;
}
.about-page .content-top-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.text-right{
    text-align: right;
}
.main-contents .feedback-review {
    position: relative;
    margin: auto;
    margin-top: 140px;
}
.main-contents a{
    text-decoration: underline;
    color: #444;
    font-family: 'ITC Franklin Gothic Std';
}
.main-contents a.common-btn{
    color: #fff;
    text-decoration: none;
    font-family: 'Anton';
}
.main-contents p:empty {
    display: none;
}

/*Contact*/
.contact-area {
    padding: 80px 0 90px;
}
.secound-container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sec-title {
    text-align: center;
}
.sec-title h2 {
    color: #0c1b51;
    font-size: 56px;
    line-height: 84px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sec-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: #84D3D9;
    margin: auto;
}
.sec-title span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}
.contact-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
}
.contact-content input {
    width: 90%;
    border: none;
    border-bottom: 1px solid #CEC6BF;
    color: #202831;
    text-transform: uppercase;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-content textarea {
    width: 92%;
    border: none;
    border-bottom: 1px solid #CEC6BF;
    color: #202831;
    text-transform: uppercase;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: arial;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 30px;
}
.from-submit {
    width: 150px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.contact-content input[type="submit"] {
    width: 200px;
    cursor: pointer;
    font-family: 'Anton';
    font-size: 18px;
    color: #ffffff;
    background: #800000;
    border: none;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.from-submit::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    height: 10px;
    width: 18px;
    background: url(images/icons1.svg);
    z-index: 2;
    bottom: 0;
    margin: auto;
    background-position: -248px -5px;
    pointer-events: none;
}
.contact-content input[type="submit"]:hover {
    background-color: #84D3D9;
    color: #fff;
}
.contact-content input:focus {
    outline: none;
}
.contact-content input:focus {
    border-bottom: 1px solid #000;
}

.contact__msg {
    width: 100%;
    text-align: center;
    display: none;
}
.contact__msg.success {
    color: green;
    display: block;
}
.contact__msg.success.error {
    color: red;
    display: block;
}
ul.singletreatment {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
}
ul.singletreatment li {
    width: 41.5%;
    padding: 40px 40px 40px;
    border: 1px solid #00000021;
    margin-top: 20px;
    margin-bottom: 20px;
	transition: .5s;
}
ul.singletreatment li:hover{
	background-color: #0E1D4E;
	color: #fff;
}
ul.singletreatment li:hover:before{
	    transform: rotate(
0deg
);
	filter: brightness(30);
    transform: scale(2);
    left: 90%;
}
ul.singletreatment li:hover a{
	color: #fff;
}
ul.singletreatment li:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 10px;
    background-image: url(images/icn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    bottom: 0;
    left: auto;
    transform: rotate(
90deg
);
	}
ul.singletreatment li a {
    font-size: 20px;
    text-transform: uppercase;
	text-decoration: none;
}
p.doccallout {
    width: 100%;
    background-color: #0E1D4E;
    padding: 50px 0 30px!important;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Anton';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 70px;
	position: relative;
	line-height: 34px
}
p.doccallout:before {
	content: '';
    background-image: url(images/review-rate.svg);
    position: absolute;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -56px;
}
iframe.blogvid {
    width: 700px;
    height: 410px;
    margin: 0 auto;
    text-align: center;
}
.secound-container .choice-content p {
    padding: 20px;
}


/*Bunuons Page Css Start From Here*/
.bunions-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 70px;
}
span.bunions-left img {
    width: 100%;
}
.bunions-right h2 span {
    color: #0E1D4E;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: 'ITC Franklin Gothic Std';
    line-height: 26px;
}
.bunions-right p{
    padding-bottom: 30px;
}
.bunions-right h2 {
    color: #800000;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 57px;
    padding: 10px 0 23px;
    position: relative;
    margin-bottom: 40px;
}
.bunions-right h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 3px;
    background: #0E1D4E;
}
.bunions-area{
    margin-top: 65px;
}
.what-are-bunis{
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
}
.causes-bunions-area{
    background: #F7F7F7;
    padding: 70px 0;
}
.bunions-area.what-are-bunis .bunions-right{
    padding: 100px 0;
}
.bunions-area.what-are-bunis .bunions-content {
    align-items: flex-end;
}
.bunions-area.what-are-bunis .bunions-left {
    position: absolute;
    left: 50%;
}
.bunions-area.what-are-bunis .bunions-right {
    padding: 154px 0 100px;
}
.bunions-area.what-are-bunis .bunions-left img {
    width: 100%;
    margin-bottom: -5px;
}
.bunions-symtom-area{
    position: relative;
    z-index: 2;
    padding-top: 145px;
    overflow: hidden;
}
.bunions-symtom-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    background-color: #0E1D4E;
    z-index: -1;
}
.bunion-symptom-content{
    max-width: 840px;
    margin-left: auto;
    background-color: #fff;
    padding: 60px 115px 60px 80px;
    box-sizing: border-box;
}
section.bunions-symtom-area > img {
    position: absolute;
    left: 0;
    top: -17px;
    max-width: 48%;
}
.bunions-right ul{
    padding-left: 30px;
	margin-top: 30px;
}
.bunions-right ul li {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
	color: #444;
	line-height: 24px;
}
.bunions-right ul li:last-child{
    margin-bottom: 30px;
}
.bunions-right ul li:after{
    content: "\27F6";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
}
.all-test-btn.text-left{
    position: unset;
    padding-top: 20px;
}
.text-left{
    text-align: left;
}
.risk-factor-area{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.risk-factor-content{
    background: #fff;
}
.risk-factor-content {
    background: #fff;
    padding: 80px 70px;
    box-sizing: border-box;
}
.bunions-Prevention-area {
    position: relative;
    padding-top: 90px;
    z-index: 2;
}
.bunions-Prevention-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 84%;
    background: #0E1D4E;
    z-index: -1;
}
.bunions-Prevention-content {
    background: #fff;
    max-width: 71%;
    box-sizing: border-box;
    padding: 70px;
}
.bunions-Prevention-area{
    position: relative;
}
.bunions-Prevention-area > img {
    position: absolute;
    top: 126px;
    right: 3%;
    width: 36%;
}
.risk-factor2-content {
    background: #F7F7F7;
    margin-top: 50px;
}

.risk-factor2 .bunions-right{
    padding: 80px 200px;
}
.surgery-option {
    background: #0E1D4E;
}
.Outpatient{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white-text p,
.white-text h2 span{
    color: #fff !important;
}
.white-text h2::after{
    background: #fff;
}
.Bunion-treatment-content{
    padding: 80px 0 0;
}
.single-Bunion-treatment {
    display: flex;
    align-items: center;
    max-width: 850px;
    margin: auto;
    background: #F7F7F7;
    border: 2px solid #F7F7F7;
    padding: 50px 0;
}
.single-Bunion-treatment img{
    margin-left: -80px;
    padding-right: 50px;
}
.single-Bunion-treatment-details{
    padding-right: 80px;
}
.single-Bunion-treatment-details h2 {
    color: #800000;
    font-size: 24px;
    padding-bottom: 25px;
}
.single-Bunion-treatment.hammertoe, .single-Bunion-treatment.hammertoe:nth-child(2n) {
    padding: 50px;
}
.single-Bunion-treatment:nth-child(2n){
    flex-direction: row-reverse;
    background: #fff;
}
.single-Bunion-treatment:nth-child(2n) img {
    margin-right: -80px;
    margin-left: 50px;
    padding: 0;
}
.single-Bunion-treatment.hammertoe:nth-child(2n) .single-Bunion-treatment-details {
    padding-left: 0px;
    padding-right: 0;
}
.single-Bunion-treatment:nth-child(2n) .single-Bunion-treatment-details {
    padding-left: 50px;
    padding-right: 0;
}
section.Bunion-treatments {
    padding-bottom: 80px;
}
.expect-content{
    max-width: 700px;
    margin: auto;
}
.expect-area .secound-container{
    position: relative;
    z-index: 2;
    padding: 80px 0 20px;
}
.expect-area .secound-container::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 500px;
    background: url(https://www.downtownpodiatryphysicians.com/wp-content/uploads/2021/09/foot-bg.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}
.expect-area .secound-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 550px;
    background: url(https://www.downtownpodiatryphysicians.com/wp-content/uploads/2021/09/foot-bg.png) no-repeat center;
    background-size: contain;
    z-index: -1;
    transform: rotateY(180deg);
}

.meet-the-doctor-content{
    position: relative;
    z-index: 2;
}
.meet-the-doctor-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
    background: #0E1D4E;
    z-index: -1;
}
.meet-the-doctor-content .bunions-right{
    max-width: 700px;
    margin: auto;
    padding-top: 90px;
}
.d-flex{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.d-flex h2{
    margin-left: 35px;
}
.two-row-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-top .state-of-art-imgs{
    padding-top: 0;
}
.bunions-right h2.Outpatient-text{
    font-size: 30px;
    color: #fff;
}











@media all and (max-width: 1366px){
    .main-content-area {
        overflow: hidden;
    }
    .bunios-testimonial .main-contents {
        max-width: 90%;
        margin: auto;
    }
}

@media all and (max-width: 1100px){
        .content-top-right {
        padding: 30px;
    }
    .content-top-right h1 {
        font-size: 42px;
        margin-bottom: 15px
    }
    .content-top-right p {
        line-height: 24px;
    }
    .feedback-review {
        margin-top: 100px;
        width: 70%;
    }
    .single-simptoms h2{
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 12px;
        margin-bottom: 16px;
        display: block;
    }
    .single-simptoms p {
        line-height: 24px;
        font-size: 15px;
    }
    .single-simptoms img {
        float: none;
        padding: 0 20px 20px 0;
    }
    .single-simptoms {
        margin-top: 40px;
    }
    .text-center {
        padding: 35px 0;
    }
    .testimonial blockquote::before {
        left: 0;
        width: 60px;
        height: 60px;
        background-size: 300px;
    }
    .testimonial blockquote.google::before {
        background-image: url(images/icons.svg);
        background-position: 3px -273px;
    }
    .testimonial blockquote:nth-child(2n)::before {
        right: 0;
    }
    .testimonial blockquote:nth-child(2n) {
        padding: 30px 100px 30px 30px;
    }
    .expect-area .secound-container::before {
        width: 300px;
        height: 400px;
    }
    .expect-area .secound-container::after {
        width: 350px;
        height: 450px;
    }
    .testimonial blockquote:nth-child(2n)::before {
        background-position: -50px -274px;
    }

}
@media all and (max-width: 992px){
	.dual {
    display: block;
    gap: unset;
    margin-top: 0px;
}
    .header-top-right ul li a {
        width: unset;
        height: unset;
        padding: 10px 30px;
    }
    .header-top-right ul {
        position: unset;
    }
    .header-top-left ul li {
        padding: 00;
        padding-left: 30px;
    }
    .header-top-area {
        padding: 15px 0;
    }
    .header-top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-top-right ul li a::after {
        display: none;
    }
    .about-content {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 0;
    }
    .about-left ul li img {
        width: 100%;
    }
    .all-conditions {
        -ms-grid-columns: auto 15px auto;
        grid-template-columns: auto auto;
        grid-gap: 15px;
    }
    .single-condition::after {
        display: none;
    }
    .about-doctor-content {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .about-left-content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .best-img {
        width: 100%;
        left: 0;
        max-width: 100%;
    }
    .best-content {
        max-width: 100%;
        margin-left: 0;
        margin-top: -30px;
        position: relative;
        max-height: unset;
    }
    .best-img img {
        width: 100%;
    }
    .best-content::after {
        content: "";
        position: absolute;
        right: 0;
        top: unset;
        margin: auto;
        border: 40px solid transparent;
        border-bottom-color: #0E1D4E;
        z-index: 4;
        height: 0;
        width: 0;
        -webkit-box-shadow: 0 0 99px rgba(0,0,0,0.25);
                box-shadow: 0 0 99px rgba(0,0,0,0.25);
        left: 0;
        bottom: 100%;
    }
    .single-testimonial {
        min-height: 280px;
        padding: 0 40px 0 100px;
        margin-bottom: 120px;
    }
    .single-testimonial:nth-child(2n) {
        padding: 30px 100px 30px 30px;
    }
    .single-testimonial::before {
        left: 0;
        width: 60px;
        height: 60px;    background-size: 300px;
    }
    .google::before {
        background-image: url(images/icons.svg);
        background-position: 3px -273px;
    }
    .zocdoc::before {
        background-image: url(images/icons.svg);
        background-position: -51px -272px;
    }
    .single-testimonial:nth-child(2n)::before {
        right: 0;
    }
    .feedback-review h2 {
        line-height: 40px;
    }
    .feedback-review {
        margin-top: 0;
    }
    .feedback-review::after {
        width: 150px;
        height: 130px;
    }
    .feedback-review {
        padding-left: 162px;
    }
    .about-doctor-right p {
        padding-bottom: 30px;
    }
    .about-right {
        padding-left: 0;
        padding-top: 20px;
    }
    .banner-logo-area span {
        height: 3px;
        margin-top: 78px;
    }
    .banner-logo-area span:first-child {
        margin-left: 3px;
    }
    .banner-logo-area span:last-child {
        margin-left: -2px;
    }
    .banner-content::before {
        top: 78px;
        right: 0;
        width: 65px;
        height: 305px;
        border: 3px solid transparent;
        border-top-left-radius: 0px;
        border-right-color: #0E1D4E;
        border-bottom-color: #0E1D4E;
        z-index: -1;
        border-left-width: 0;
        border-top-width: 0;
    }
    .banner-content::after {
        content: "";
        position: absolute;
        top: 78px;
        left: 0;
        width: 65px;
        height: 305px;
        border: 3px solid transparent;
        border-top-left-radius: 0px;
        border-left-color: #0E1D4E;
        border-bottom-color: #0E1D4E;
        z-index: -1;
        border-right-width: 0;
        border-top-width: 0;
    }
    .home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active {
        -webkit-transform: translate(0px, 0);
            -ms-transform: translate(0px, 0);
                transform: translate(0px, 0);
    }
    
    .home-testimonial-area {
        padding: 0px 0 80px;
    }
    .all-test-btn {
        position: unset;
        text-align: center;
        margin-top: 20px;
    }
    .single-contact-info {
        width: 50%;
    }
    .single-contact-info:first-child {
        /*width: 100%;*/
    }
    .header-menu-content ul ul li a {
        min-width: 180px;
    }
    .board-certified-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .board-certified-left::after {
        top: 30px;
        left: 0;
        width: 90px;
        height: 90px;
        background-size: 45px;
    }
    .board-certified-left strong {
        padding: 6px 0 20px;
    }
    .board-certified-left {
        padding: 30px 35px 50px 115px;
    }
    .board-certified-left a {
        width: auto;
    }
    .board-certified-right {
        border-left: none;
        padding: 0px 50px 30px 115px;
    }
    .single-testimonial {
        padding: 20px 40px 20px 80px;
    }
    .single-test-slider:nth-child(2n) .single-testimonial {
        padding: 20px 80px 20px 40px;
    }
    .header-top-content {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .bunions-content {
    grid-gap: 30px;
}
.bunions-area.what-are-bunis .bunions-right {
    padding: 50px 0 40px;
}
.risk-factor2 .bunions-right {
    padding: 60px;
}
.single-Bunion-treatment img {
    margin-left: 0;
    padding-right: 30px;
}
.single-Bunion-treatment:nth-child(2n) img {
    margin-right: 0;
    margin-left: 30px;
}
.single-testimonial, .main-contents blockquote {
    width: 100%;
    padding: 50px 92px;
    margin-bottom: 30px !important;
}
.header-area {
    overflow: hidden;
}
}
@media all and (max-width: 768px){
	.google-map-content {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 1%;
}
	.header-top-right ul li {
    width: 50%;
	} .header-menu-content ul li{
		border-bottom: 1px dashed #ccc; 
	}
	.header-menu-content ul li a {
    font-family: 'ITC Franklin Gothic Std';
    padding: 10px 0 10px;
    text-transform: capitalize;
    font-weight: bold;
}
	.single-simptoms h2, .content-top-right h1, .main-contents h1, .main-contents h2 {
    font-size: 30px;
    line-height: 40px;
}
	iframe.blogvid {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    text-align: center;
}
	.condition-area::after {
    background-image: none;
    background: linear-gradient(
180deg
, rgba(11,20,45,1) 0%, rgba(121,111,117,1) 100%);
}
	.vidtest video {
    width: 100%;
    margin-top: 20px;
}
	.vidtest {
    flex-direction: column;
	margin-bottom: 50px;
}
    .contact-content input {
        width: 49%;
    }
    .header-top-left {
        width: 60%;
    }
    .header-top-right {
        width: 40%;
    }
    .header-top-right ul li a {
        padding: 6px 15px;
        font-size: 16px;
    }
    .header-top-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .mobile-menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .mobile-logo img {
        width: 90px;
    }
    .all-bars {
        width: 40px;
        height: 25px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .single-bars {
        width: 100%;
        height: 3px;
        background: #7e0035;
        border-radius: 4px;
    }
    .mobile-menu-area {
        background: #ededef;
        padding: 10px 0;
    }
    .header-menu-content {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 15px;
        -webkit-transform: translate(-100%,0);
            -ms-transform: translate(-100%,0);
                transform: translate(-100%,0);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 99999;
    }
    .close-btn {
        width: 40px;
        height: 40px;
        margin-left: auto;
        position: relative;
        cursor: pointer;
    }
    .close-btn::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        height: 2px;
        margin: auto;
        background: #000;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .close-btn::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        height: 2px;
        margin: auto;
        background: #000;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .header-menu-content ul li {
        display: block;
    }
    .banner-logo-area {
        -ms-grid-columns: 30% 40% 30%;
        grid-template-columns: 30% 40% 30%;
    }
    .banner-logo-area span {
        height: 4px;
        margin-top: 90px;
    }
    .banner-main-content h3 {
        font-size: 26px;
        line-height: 42px;
    }
    .banner-main-content h2 {
        font-size: 48px;
        line-height: 75px;
    }
    .banner-content::before {
        top: 90px;
        width: 30px;
        height: 260px;
        border: 4px solid transparent;
        border-top-left-radius: 0px;
        border-right-color: #0E1D4E;
        border-bottom-color: #0E1D4E;
        z-index: -1;
        border-left-width: 0;
        border-top-width: 0;
    }
    .banner-content::after {
        left: 1px;
        top: 90px;
        width: 30px;
        height: 260px;
        border: 4px solid transparent;
        border-top-left-radius: 0px;
        border-left-color: #0E1D4E;
        border-bottom-color: #0E1D4E;
        z-index: -1;
        border-right-width: 0;
        border-top-width: 0;
    }
    .all-features {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 0;
    }
    .single-feature {
        padding: 30px 15px 30px 15px;
        margin-bottom: 45px;
    }
    .condition-area {
        padding: 70px 0;
    }
    .condition-area h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 50px;
    }
    .about-left-content {
        display: unset;
        margin: 0;
    }
    .about-doctor-left::after {
        display: none;
    }
    .best-content {
        padding: 50px 30px 100px 30px;
    }
    .choice-content img {
        width: 100%;
    }
    .choice-content p {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .blog-news ul{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .blog-news ul li {
        width: 33%;
        margin-bottom: 2px;
    }
    .blog-title h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .latest-blog {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .single-latest-blog {
        width: 100%;
        margin-bottom: 30px;
    }
    .latest-blog-img img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .home-blog-area {
        padding-bottom: 50px;
    }
    .google-map-content iframe {
        width: 100%;
        height: 450px;
    }
    .single-contact-info {
        padding: 30px 30px 24px 65px;
        width: 100%;
    }
    .single-contact-info ul li a {
        margin-bottom: 10px;
    }
    .single-contact-info ul li {
        display: block;
    }
    .footer-top-left {
        width: 100%;
        padding-right: 0;
    }
    .footer-top-area-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px;
    }
    .footer-top-right {
        width: 100%;
    }
    .sticky{
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
                box-shadow: 0 0 30px rgba(0,0,0,0.1);
    }
    .header-menu-content.open-menu {
        -webkit-transform: translate(0%,0);
            -ms-transform: translate(0%,0);
                transform: translate(0%,0);
    }
    .single-testimonial {
        width: 100%;
        margin-bottom: 90px;
    }
    .testimonial-area {
        padding: 50px 0 0px 0;
    }
    .feedback-review {
        padding-left: 0;
        position: unset;
        width: 100%;
        padding-bottom: 100px;
    }
    .feedback-review h2 {
        line-height: 28px;
        font-size: 25px;
    }
    .single-testimonial:nth-child(2n) {
        margin-bottom: 90px;
        margin-top: 0;
    }
    .single-testimonial::after {
        width: 60px;
        height: 60px;        
        background-position: -178px 14px;
    }
    .single-testimonial:nth-child(2n)::after {
        bottom: 100%;
        top: unset;
    }
    .feedback-review::after {
        display: none;
    }
    .header-menu-content ul ul {
        position: unset;
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-left: 15px;
        display: none;
		background: none;
    }
    .header-menu-content ul ul li a {
        margin-right: 0;
        min-width: unset;
        background: #fff;
		padding: 10px 0 10px;
		color: #0E1D4E;
    }
    .dropdown-menu-items {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #a5004a;
    top: 5px;
    right: 0;
    cursor: pointer;
    border-radius: 30px;
    }
    .menu-plus {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .menu-plus::after {
        content: "";
        position: absolute;
        left: 0;
        top: -4px;
        bottom: 0;
        width: 40%;
        height: 40%;
        border: 4px solid transparent;
        margin: auto;
        right: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        color: #fff;
        font-size: 46px;
        width: 0;
        height: 0;
        border-bottom-color: #fff;
        border-right-color: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }
    .dropdown-menu-items.rotate .menu-plus::after {
        border-top-color: #fff;
        border-left-color: #fff;
        border-bottom-color: transparent;
        border-right-color: transparent;
        top: 4px;
    }
    .header-menu-content ul ul li a:hover{
        background: #fff;
        color: #000;
    }
    .home-testimonial-area {
        padding: 60px 0;
    }
    .home-testimonial-area .feedback-review::after {
        display: unset;
        top: 0;
        bottom: unset;
    }
    .home-testimonial-area .feedback-review {
        margin-top: 0;
        padding: 30px 0 80px 150px;
    }
    .home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active {
        -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
    }
    .home-testimonial-area .slick-list.draggable {
        padding: 0 45px;
    }
    .home-testimonial-area .single-test-slider.slick-slide.slick-current.slick-active .single-testimonial::before {
        right: unset;
        left: 0;
    }
    .all-test-btn {
        position: unset;
        text-align: center;
        margin-top: 55px;
    }
    .home-testimonial-area .slick-next {
        right: -50px;
        width: 40px;
        height: 40px;
        bottom: -50px !important;
    }
    .home-testimonial-area .slick-prev {
        left: -50px;
        width: 40px;
        height: 40px;
        bottom: -50px !important;
    }
    .all-test-btn a {
        padding: 10px 18px 10px 70px;
        font-size: 16px;
    }
    .home-testimonial-area .slick-initialized .slick-slide {
        padding: 80px 15px 40px;
    }
    .all-test-btn a::after {
        left: 12px;
        width: 35px;
        background-position: 186px -8px;
    }
    .banner-main-content p {
        font-size: 16px;
        width: 70%;
    }
    .about-doctor-area::after {
        top: 0;
        height: 225px;
    }
    .center-content {
        padding: 20px 0;
    }
    .border-best::after{
        display: none;
    }
    .border-best {
        padding: 0;
    }
    .content-top-left {
        width: 100%;
    }
    .content-top-full {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .content-top-right {
        width: 100%;
    }
    .main-contents .feedback-review {
        margin-top: 60px;
        padding-bottom: 0px;
    }
    .main-contents blockquote {
        margin: 0 !important;
        margin-bottom: 15px !important;
        width: 100%;
        min-height: auto;
    }
    .testimonial blockquote:nth-child(1) {
        padding: 30px 30px 30px 100px;
    }
    .faqs::after {
        width: 100%;
        height: 54%;
        top: 0;
    }
    .faqs strong {
        font-size: 20px;
        line-height: 28px;
    }
    .faqs strong::after {
        top: 6px;
    }
    .faqs p {
        line-height: 22px;
        font-size: 14px;
    }
    .main-contents ul li {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .state-title h2, .state-title h2 span {
        font-size: 30px;
        line-height: 40px;
    }
    .state-of-art-imgs{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .state-of-art-imgs li {
        width: 32%;
        margin-bottom: 5px
    }
    .about-clients-content ul li {
        padding: 0 10px;
    }
    .about-clients-area {
        padding: 40px 0 50px;
    }
    .board-certified-left::before {
        display: none;
    }
    .board-certified-left::after {
        top: unset;
        left: 0;
        width: 70px;
        height: 70px;
        background-size: 40px;
        bottom: 100%;
    }
    .board-certified-area {
        padding-top: 60px;
    }
    .board-certified-left {
        padding: 15px;
    }
    .board-certified-left h2,
    .board-certified-left h2 span {
        font-size: 24px;
        line-height: 32px;
    }
    .board-certified-left strong {
        font-size: 14px;
    }
    .board-certified-left a {
        padding: 20px 30px 20px 70px;
        font-size: 14px;
    }
    .board-certified-left a::after {
        left: 15px;
        width: 35px;
        background-position: 185px -8px;
    }
    .board-certified-left h3 {
        font-size: 24px;
        line-height: 32px;
        padding: 10px 0;
    }
    .board-certified-left p, .board-certified-right p {
        font-size: 14px;
        line-height: 22px;
        padding-right: 0;
    }
    .board-certified-right {
        padding: 15px;
    }
    .multi-menu {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .board-certified-right::after {
        height: 582px;
    }
    .single-test-slider:nth-child(2n) .single-testimonial {
        padding: 20px 40px 20px 80px;
    }
    .board-certified-right ul li {
        line-height: 24px;
        font-size: 14px;
    }
.feedback-review {
    display: flex;
    flex-direction: column;
}
.header-top-content {
    display: flex;
}
.bunions-content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}
.bunions-area.what-are-bunis .bunions-left {
    position: unset;
}
.bunions-area.what-are-bunis .bunions-right {
    padding: 0px 0 50px;
}
.bunions-area.what-are-bunis .bunions-content {
    display: flex;
    flex-direction: column-reverse;
}
.bunion-symptom-content {
    padding: 30px 60px 30px 60px;
}
.bunions-content {
    display: flex;
    flex-direction: column-reverse;
}
.risk-factor-area {
    background-position: center right;
}
.risk-factor-content {
    padding: 30px;
}
.bunions-Prevention-content {
    max-width: 100%;
    padding: 30px;
}
.single-Bunion-treatment {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.single-Bunion-treatment img {
    padding-right: 0;
    padding-bottom: 30px;
}
.single-Bunion-treatment-details {
    padding: 30px;
}
.single-Bunion-treatment:nth-child(2n) {
    flex-direction: column;
}
.single-Bunion-treatment:nth-child(2n) img {
    margin-left: 0;
}
.single-Bunion-treatment:nth-child(2n) .single-Bunion-treatment-details {
    padding-left: 30px;
}
.bunions-Prevention-area > img{
    position: unset;
    width: 100%;
}
.expect-content {
    padding: 0 30px;
}
.meet-the-doctor-content .bunions-right {
    padding-top: 30px;
}
.d-flex {
    flex-direction: column;
    align-items: flex-start;
}
.meet-the-doctor-content::after {
    height: 430px;
}
.d-flex h2 {
    padding-top: 25px;
}
  
}
@media all and (max-width: 575px){
    .sticky-btn, .sticky-nexhealth {
    width: 40%;
}
    .sticky-nexhealth a, .sticky-btn a {
    font-size: 20px;
}
	ul.singletreatment {
    padding-left: 0px;
}
	ul.singletreatment li {
    width: 100%;
}
	h3.mainfaq {
    margin-bottom: 220px;
}
    .contact-content input {
        width: 100%;
        margin-bottom: 5px;
    }
    .header-top-left {
        padding-bottom: 10px;
    }
    .header-top-left {
        width: 100%;
    }
    .header-top-right {
        width: 100%;
    }
    .header-top-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .banner-main-content .award {
        font-size: 16px;
        letter-spacing: 4px;
        padding: 25px 0 12px;
        margin-bottom: 10px;
    }
    .banner-main-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-main-content h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .banner-logo-area span:first-child {
        margin-left: 0;
    }
    .banner-logo-area span:last-child {
        margin-left: 0;
    }
    .banner-logo-area span {
        height: 3px;
        margin-top: 66px;
    }
    .banner-content::before {
        top: 69px;
        border: 3px solid transparent;
        border-top-left-radius: 0px;
        border-right-color: #0E1D4E;
        border-bottom-color: #0E1D4E;
        z-index: -1;
        border-left-width: 0;
        border-top-width: 0;
    }
    .banner-content::after {
        left: 0;
        top: 68px;
        width: 30px;
        height: 260px;
        border: 3px solid transparent;
        border-top-left-radius: 0px;
        border-left-color: #0E1D4E;
        border-bottom-color: #0E1D4E;
        z-index: -1;
        border-right-width: 0;
        border-top-width: 0;
    }
    .banner-bottom-imgs {
        padding: 15px 0 60px;
    }
    .banner-bottom-imgs ul li:last-child::after {
        display: none;
    }
    .single-feature h2 {
        font-size: 20px;
        padding: 10px 0 10px;
    }
    .features-area {
        padding-bottom: 80px;
    }
    .features-area::after {
        width: 170px;
        height: 84px;
    }
    .about-area {
        padding: 50px 0;
    }
    .about-left ul {
        -ms-grid-columns: auto 10px auto;
        grid-template-columns: auto auto;
    }
    .about-right h2 {
        font-size: 26px;
        line-height: 32px;
        padding: 10px 0 10px;
    }
    .about-right h2 strong {
        font-size: 26px;
    }
    .about-right h3 {
        letter-spacing: 2px;
        font-size: 15px;
    }
    .about-right > strong {
        padding-top: 24px;
    }
    .about-btn a {
        padding: 12px 18px 12px 80px;
    }
    .condition-area h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 26px;
    }
    .all-conditions {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .single-condition {
        padding: 40px 25px 50px 25px;
    }
    .single-condition::before {
        font-size: 78px;
        top: 0px;
    }
    .view-all-con-btn a {
        padding: 15px 40px 15px 90px;
        font-size: 16px;
    }
    .view-all-con-btn a::after {
        left: 15px;
    }
    .center-content {
        padding: 15px 0;
    }
    .about-left-content img {
        width: 100%;
    }
    .telephone-con img {
        width: auto;
    }
    .about-doctor-right {
        padding: 30px 15px;
    }
    .about-doctor-right h2 {
        font-size: 28px;
        padding: 15px 0 15px 70px;
        margin-bottom: 15px;
    }
    .about-doctor-right h2::after {
        width: 60px;
        height: 67px;
        background-position: 3px -23px;
        background-size: 500px;
    }
    .best-area {
        padding: 60px 0;
    }
    .best-content h2 {
        font-size: 20px;
        padding-left: 60px;
    }
    .best-content h3 {
        letter-spacing: 2px;
        font-weight: 400;
        padding-left: 60px;
        font-size: 14px;
    }
    .best-content h2::after {
        top: -30px;
        width: 60px;
        height: 75px;    
        background-position: -62px -16px;
        background-size: 450px;
    }
    .best-content p {
        padding-top: 30px;
    }
    .best-content {
        padding: 30px 15px 50px 15px;
    }
    .choice-area {
        padding: 60px 0;
    }
    .choice-title span {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .choice-title h2 {
        font-size: 22px;
    }
    .choice-title {
        padding-bottom: 30px;
    }
    .choice-area::before {
        border: 15px solid transparent;
        border-top-color: #fff;
    }
    .choice-content {
        padding: 20px 15px;
    }
    .blog-news ul li {
        width: 49%;
        margin-bottom: 9px;
    }
    .latest-blog {
        margin-top: 25px;
    }
    .latest-blog-details {
        padding: 30px 15px;
        width: 90%;
    }
    .latest-blog-details h2 a {
        font-size: 18px;
    }
    .latest-blog-details span {
        margin-bottom: 12px;
    }
    .google-map-content iframe {
        height: 350px;
    }
    .single-footer-top {
        width: 100%;
    }
    .footer-top-right {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-top-area {
        padding-bottom: 30px;
    }
    .about-doctor-right video {
        height: 300px;
    }
    .single-testimonial {
        padding: 30px 25px 30px 80px;
    }
    .home-testimonial-area .slick-list.draggable {
        padding: 0;
    }
    .banner-content::before,
    .banner-content::after {
        height: 167px;
    }
    .banner-main-content p {
        font-size: 15px;
        width: 82%;
        line-height: 23px
    }
    .single-condition p {
        padding-top: 35px;
    }
    .single-condition::before {
        font-size: 60px;
    }
    .single-condition p::after,
    .single-condition:hover p::after {
        top: -6px;
    }
    .about-doctor-right video {
        margin-top: 0;
    }
    .single-testimonial p {
        font-size: 14px;
        line-height: 20px;
    }
    .home-testimonial-area .slick-initialized .slick-slide {
        padding: 80px 15px 0px;
    }
    .slick-slider {
        margin-bottom: 10px;
    }
    .slider-btn-area {
        width: 90px;
        height: 50px;
        margin-top: 10px;
    }
    .slider-btn-area::after {
        height: 30px;
    }
    .best-content p {
        font-size: 14px;
        line-height: 23px;
    }
    .choice-content p {
        font-size: 14px;
        line-height: 23px;
    }
    .single-testimonial{
        min-height: unset;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single-testimonial:nth-child(2n) {
        padding: 20px 100px 20px 40px;
    }
    .single-testimonial:nth-child(2n)::after {
        background-position: -174px -40px;
    }
    .content-top-left {
        margin-bottom: -6px;
    }
    .content-top-right {
        padding: 15px;
    }
    .content-top-right h1 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 40px;
    }
    .content-top-right h1 span {
        padding-bottom: 0;
        font-size: 15px;
    }
    .content-top-right p {
        line-height: 22px;
        font-size: 14px;
    }
    .single-testimonial p, .main-contents blockquote p {
        font-size: 14px;
        line-height: 22px;
    }
    .common-btn {
        padding: 20px 30px 20px 70px;
        font-size: 14px;
    }
    .common-btn::after {
        left: 15px;
        width: 35px;
        background-position: 185px -8px;
    }
    .single-simptoms h2 span {
        padding-bottom: 0;
        font-size: 14px;
    }
    .single-simptoms h2 {
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 8px;
        margin-bottom: 12px;
        display: block;
    }
    .single-simptoms p {
        line-height: 22px;
        font-size: 14px;
    }
    .main-contents ul li::after {
        top: 6px;
    }
    .main-contents ul li {
        padding-left: 30px;
    }
    .main-contents h3 {
        font-size: 30px;
        padding-top: 30px;
    }
    .text-center {
        padding: 35px 0 0;
    }
    .faqs strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .single-testimonial:nth-child(2n) {
        padding: 20px 100px 20px 20px;
    }
    section.bunions-symtom-area > img {
        max-width: 80%;
    }
    .bunion-symptom-content {
        padding: 30px;
    }
    .bunions-right h2 {
    font-size: 30px;
    line-height: 45px;
    padding: 10px 0 12px;
    margin-bottom: 30px;
}
.bunions-right h2 span {
    line-height: 22px;
}
.bunions-right ul {
    padding-left: 0;
}
.risk-factor2 .bunions-right {
    padding: 30px;
}
.expect-area .secound-container::before {
    width: 200px;
    height: 200px;
}
.expect-area .secound-container::after {
    width: 250px;
    height: 350px;
}
section.bunios-testimonial {
    padding-bottom: 30px;
}
.top-bunions .bunions-content{
    flex-direction: column;
}
.meet-the-doctor-content::after {
    height: 390px;
}












}
@media all and (max-width: 415px){
    label.tam, span.submit-box {
    margin-left: 15px;
}
    .contact-content textarea {
    width: 90%;
    margin-left: 15px;
}
    span.inputform {
    width: 90%;
    float: left;
    margin-left: 15px!important;
    padding-bottom: 30px;
}
    .banner-area::after {display: none;}
    .about-doctor-right video {
        height: 220px;
    }
    .about-btn-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .who-about {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 380px){

}

