/*
    Theme Name:     AVP
    Theme URI:      http://avp.laneterralever.com/
    Description:    Theme created for Southwestern Eye Center
    Author:         divi
    Author URI:     http://avp.laneterralever.com/
    Template:       Divi
    Version:        1.0.0
    Text Domain:    avp
 */

/*
Table of Contents
1.  Generic ----------------------------------------
     01. Fonts -------------------------------------
     02. Base --------------------------------------
     03. Helpers -----------------------------------
2.  Page Sections ----------------------------------
     01. Wrapper -----------------------------------
     02. Header ------------------------------------
     03. Main Content ------------------------------
     04. Footer ------------------------------------
*/


/* ==========================================================================
   I.   Generic
   ========================================================================== */

/* ------------------------------------------------------------
       Fonts
   ------------------------------------------------------------ */

/* font-family: 'Merriweather', serif;
   font-family: 'Montserrat', sans-serif; */

/* ------------------------------------------------------------
    Base
------------------------------------------------------------ */
/*=========================================
         =        Start of Code from main            =
  =========================================*/
/*Start Ali.css */
/* perfect-scrollbar v1.10 */

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: #eee;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none !important;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 1;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 1;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #eee;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 1;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 1;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

body {
    margin: 0;
    background: #e7e8e2;
}

.page-wrapper {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.gm-style .gm-style-iw-c {
    transform: translate(-19%, -100%);
    box-shadow: none;
    border-radius: 0;
    width: 260px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(226, 227, 224);
    background-color: #fafaf9;
    box-shadow: 0px 10px 20px 0px rgba(23, 23, 23, 0.04);
}

.gm-style .gm-style-iw-t::after {
    top: -1px;
    border-top-color: #fafaf9;
}

.gm-style-iw-d h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* color: #052049; */
    color: #112f68;
    margin: 0 0 10px;
    font-size: 18px;
    padding: 0;
    position: relative;
}

.gm-style-iw-d h4 a {
    color: #112f68 !important;
}

.gm-style-iw-d h4 span {
    display: inline-block;
}

.gm-style-iw-d h4 span a {
    position: relative;
    /* display: inline-block; */
    vertical-align: top;
    /* -webkit-transition: all  0.3s ease-in-out;
    transition:  all 0.3s ease-in-out; */
    display: inline;
    color: #112f68;
    /* background: #18a3ac; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18a3ac), to(#18a3ac));
    background-image: -webkit-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -moz-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -ms-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -o-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: linear-gradient(to bottom, #18a3ac, #18a3ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3ac', endColorstr='#18a3ac', GradientType=0);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    padding-bottom: 2px !important;
}

/* .gm-style-iw-d h4 span a:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #18a3ac;
    display: block;
    margin-top: 0;
    -webkit-transition: all  0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    pointer-events: none;
} */

.gm-style-iw-d h4 span a:hover {
    color: #18a3ac !important;
}

/* .gm-style-iw-d h4 span a:hover:after{
    width: 0;
} */

.gm-style-iw-d p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #052049;
}

.gm-style-iw-d p a {
    color: #052049;
    text-decoration: none;
    font-weight: 500;
}

.gm-style-iw-d p a:hover {
    text-decoration: underline;
}

.gm-style .gm-style-iw-d {
    padding: 13px 25px 13px 13px;
}

.gm-style .gm-style-iw-c button[title="Close"] {
    line-height: 20px;
    text-align: center;
    top: 0 !important;
    right: 0 !important;
}

.gm-style .gm-style-iw-c button[title="Close"] img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    margin-right: 0 !important;
    display: inline-block !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: #fafaf9 !important;
}

.searchfield {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.searchfield input[type="text"] {
    padding: 8px 20px;
    height: 62px;
    border: 1px solid #e1e2dc;
    font-weight: 600;
    font-size: 18px;
    color: #052049;
    width: calc(100% - 60px);
    letter-spacing: 0.02em;
}

.searchfield input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
}

.searchfield input[type="text"]:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

.searchfield input[type="text"]:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

.searchfield input[type="text"]:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.searchfield button {
    width: 60px;
    height: 60px;
    background: #18a3ac;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.searchfield button:hover {
    background: #052049;
}

.searchfield input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #052049;
    opacity: 1;
    text-overflow: ellipsis;
}

.searchfield input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #052049;
    opacity: 1;
    text-overflow: ellipsis;
}

.searchfield input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #052049;
    opacity: 1;
    text-overflow: ellipsis;
}

.searchfield input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #052049;
    opacity: 1;
    text-overflow: ellipsis;
}

[placeholder] {
    text-overflow: ellipsis;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-overflow: ellipsis;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    /* IE 10+ */
    text-overflow: ellipsis;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-overflow: ellipsis;
}

#gmap {
    height: 517px;
    width: 100%;
    background: #d1d2cd;
}

.map-filter {
    display: flex;
    padding: 11px 10px 11px 20px;
    background: #e1e2dc;
    align-items: center;
}

.filter-text {
    /* text-transform: uppercase; */
    color: #052049;
}

.filter-dd {
    margin-left: auto;
}

body:not(.et-fb) select {
    background: #ffffff;
    border: 0;
    width: 370px;
    height: 60px;
    border: 1px solid #e1e2dc;
    color: #052049;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 18px;
    background: #fff url(assets/img/dropdown_arrow.png) no-repeat right 20px center;
}

.location-section {
    padding-top: 39px;
}

.location-section h3 {
    text-align: center;
    margin: 0 0 32px;
    padding: 0;
}

.location-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -19px;
    justify-content: center;
}

.location-box {
    width: 25%;
    padding: 0 15px 30px;
}

.card {
    background-color: #fafaf9;
    box-shadow: 0px 10px 20px 0px rgba(23, 23, 23, 0.04);
    position: absolute;
    left: 115px;
    top: 1480px;
    width: 270px;
    height: 164px;
    z-index: 163;
}

.location-box-inner {
    background-color: #fafaf9;
    box-shadow: 0px 10px 20px 0px rgba(23, 23, 23, 0.04);
    padding: 27px 30px 27px 26px;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
}

.location-box-inner:hover {
    box-shadow: 0px 5px 10px 0px rgba(23, 23, 23, 0.1);
}

.location-box-inner h4 {
    margin: 0 0 15px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
    font-size: 18px !important;
}

.location-box-inner h4 span {
    position: relative;
}

.location-box-inner h4 a {
    color: #112f68;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* padding-bottom: 6px; */
    display: inline;
    /* background: #18a3ac; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18a3ac), to(#18a3ac));
    background-image: -webkit-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -moz-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -ms-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -o-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: linear-gradient(to bottom, #18a3ac, #18a3ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3ac', endColorstr='#18a3ac', GradientType=0);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    padding-bottom: 2px !important;
}

.location-box-inner h4 a:hover {
    color: #18a3ac;
}

/* .location-box-inner h4 span a:after{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #18a3ac;
    display: block;
    left: 0;
    content: '';
} */

.location-box-inner p {
    font-size: 15px;
    font-weight: 500;
    color: inherit;
    margin: 0;
    line-height: 22px;
}

.location-box-inner h4 a {
    color: #112f68 !important;
}

.location-box-inner p a {
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    -webkit-transition: text-decoration 0.3s ease-in-out;
    transition: text-decoration 0.3s ease-in-out;
}

.location-box-inner p a:hover {
    text-decoration: underline;
}

.s-hidden {
    display: none;
}

.select {
    position: relative;
    z-index: 10;
    max-width: 370px;
    width: 100%;
}

.styledSelect {
    height: 60px;
    border: 1px solid #e1e2dc;
    color: #052049;
    font-size: 18px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 43px 0 18px;
    /* background: #fff url(assets/img/dropdown_arrow.png) no-repeat right 20px center; */
    background: #fff;
    position: relative;
    line-height: 58px;
    text-transform: uppercase;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gfield_error .styledSelect {
    border-color: #f44336;
}

select::-ms-expand {
    display: none;
}

.styledSelect:after {
    background: url(assets/img/dropdown_arrow.png) no-repeat right 0 center;
    width: 21px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
}

.styledSelect.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    max-height: 358px;
    overflow: hidden;
    display: none;
    border: 1px solid #e1e2dc;
    border-top: 0;
}

.select .options li[rel=""] {
    display: none;
}

.select .options li {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.select .options li.focused {
    background: #eff0ed;
}

.select .options li.parent-location {
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* .select .options li.active,.select .options li.parent-location{
    background: #1e3e87;
    color: #fff;
}
*/

.select .options li:not(.active):not(.parent-location):hover {
    background: #eff0ed;
}

.select .options li.parent-location {
    background: #1e3e87;
    color: #fff;
}

.filter-section .styledSelect {
    font-size: 18px;
}

.filter-section select {
    font-size: 18px;
}

.search-field input[type="text"] {
    height: 60px;
    border: 1px solid #e1e2dc;
    color: #052049;
    font-size: 18px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    padding: 15px 18px;
    background: #fff url(assets/img/search_blue_icon.png) no-repeat right 20px center;
    position: relative;
    line-height: 28px;
    text-transform: uppercase;
    /* cursor: pointer; */
    max-width: 100%;
    width: 100%;
    /* margin: 0 auto; */
}

.search-field input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #052049;
    opacity: 1;
}

.search-field input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #052049;
    opacity: 1;
}

.search-field input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #052049;
    opacity: 1;
}

.search-field input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #052049;
    opacity: 1;
}

.search-field input[type="text"]:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #052049;
    opacity: 0;
}

.search-field input[type="text"]:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #052049;
    opacity: 0;
}

.search-field input[type="text"]:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #052049;
    opacity: 0;
}

.search-field input[type="text"]:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #052049;
    opacity: 0;
}

body:not(.et-fb) .filter-section .et_pb_column:first-child {
    z-index: 12;
}

body:not(.et-fb) .filter-section .et_pb_column:nth-child(2) {
    z-index: 11;
}

.header-text h2 {
    padding-bottom: 25px;
}

body:not(.et-fb) .appointment .locations-s3-row1:not(.no-sticky) {
    /* -webkit-position: sticky; */
    position: fixed;
    z-index: 13;
    bottom: 0;
}

body:not(.et-fb) .appointment {
    border-bottom: 1px solid #e5e5e3;
    border-top: 1px solid #e5e5e3;
}

body:not(.et-fb) .appointment {
    min-height: 121px;
}

/*
.appointment.sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all  0.1s ease-in-out;
    transition:  all 0.1s ease-in-out;
    z-index: 1000;
    opacity: 0;
}
.appointment.up{
    -webkit-animation: up .7s;
    -webkit-animation-fill-mode: forwards;
    animation: up .7s;
    animation-fill-mode: forwards;
    opacity: 1;
}
.appointment.sticky.movedown{
opacity: 1;
border-top: 1px solid #e5e5e3;
padding: 20px 0;
} */

.avp-maps-thumbnail {
    position: relative;
}

.avp-maps-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: none !important;
}

.location-box-inner a {
    line-height: 1.36 !important;
}

.avp-maps {
    width: 100%;
    height: 152px;
}

.avp-maps[title="Open this area in Google Maps (opens a new window)"],
.avp-maps .gmnoprint {
    display: none !important;
}

.term-description > *:first-child ~ * {
    display: none;
}

@-webkit-keyframes up {
    0% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    50% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
        bottom: 30px;
    }
}

@keyframes up {
    0% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    50% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
        bottom: 30px;
    }
}

@-webkit-keyframes down {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    50% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    100% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes down {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    50% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    100% {
        bottom: 30px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

.gmap-wrapper {
    position: relative;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.map-overlay h4 {
    color: #fff;
    margin: 0;
    text-align: center;
}

.single-google-map {
    width: 100%;
    height: 440px;
    background: #d1d2cd;
}

[data-target] {
    display: flex;
    padding: 45px 20px;
    text-align: center;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

[data-target].qoutes-active,
[data-target]:hover {
    background: #18a3ac;
}

[data-target]:not([data-target="qoutes-slider-1"]) {
    border-left: 1px solid #18a3ac;
}

body:not(.et-fb) .qoutes-slider:not(.qoutes-slider-active) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.searchfield-inner {
    display: flex;
    /* width: calc(100% - 400px); */
    width: 100%;
}

.searchfield-inner #location-reset-map {
    display: none;
}

.show-reset-button {
    position: relative;
}

.searchfield-inner.show-reset-button #location-reset-map {
    display: block;
    position: absolute;
    right: 60px;
    top: 0;
    font-size: 0;
    background-color: transparent;
}

.searchfield-inner.show-reset-button #location-reset-map:before {
    content: 'x';
    font-size: 28px;
    color: #f44336;
}

.filter-by-location-width .select {
    max-width: 100%;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li {
    opacity: 0;
    transition: all 0.3s linear;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(2) {
    transition-delay: 0.1s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(3) {
    transition-delay: 0.2s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(4) {
    transition-delay: 0.3s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(5) {
    transition-delay: 0.4s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(6) {
    transition-delay: 0.5s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(7) {
    transition-delay: 0.6s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(8) {
    transition-delay: 0.7s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(9) {
    transition-delay: 0.8s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(10) {
    transition-delay: 0.9s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(11) {
    transition-delay: 1s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden .et_pb_code_inner ul li:nth-child(12) {
    transition-delay: 1.1s;
}

body:not(.et-fb) .locations-s4-row2.buttons-hidden.locations-active .et_pb_code_inner ul li {
    opacity: 1;
}

.readmore-btn {
    font-weight: 700;
}

@media (min-width: 981px) {
    .filter-section.et_pb_gutters2 .et_pb_column_1_3,
    .filter-section.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 31.6%;
    }

    .filter-section.et_pb_gutters2 .et_pb_column,
    .filter-section.et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 2.6%;
    }

    .filter-section.et_pb_row .et_pb_column:last-child {
        margin-right: 0 !important;
    }

    .location-slider .et-pb-controllers {
        display: none;
    }
}

@media (max-width: 1024px) {
    .location-box {
        width: 33.3333%;
    }
}

@media (max-width: 980px) {
    .searchfield {
        flex-wrap: wrap;
    }

    .searchfield-inner {
        width: 100%;
        margin-bottom: 15px;
    }

    .searchfield .select {
        max-width: 100%;
    }

    .location-box {
        width: 33.333%;
    }

    body:not(.et-fb) .filter-section .select {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .location-box {
        width: 50%;
    }

    #gmap {
        height: 400px;
    }
}

@media (max-width: 767px) {
    body:not(.et-fb) .appointment {
        min-height: 89px;
    }

    .appointment .et_pb_row_10.et_pb_row {
        padding: 10px;
    }

    body:not(.et-fb) .appointment .et_pb_text_inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .location-box {
        width: 100%;
    }

    #gmap {
        height: 370px;
    }
}

/*End  Ali.css */
/*Start Sharaz.css*/
a.driving-direction {
    font-weight: 600;
}

.avp-post-meta .search-link {
    text-transform: none;
    word-wrap: break-word;
    text-decoration: none;
    font-weight: 600;
}

/* style for two column*/

.et_pb_text.two-columns-main p,
.et_pb_text.two-columns-main h1,
.et_pb_text.two-columns-main h2,
.et_pb_text.two-columns-main h3,
.et_pb_text.two-columns-main h4,
.et_pb_text.two-columns-main h5,
body:not(.et-fb) .et_pb_text.two-columns-main ul,
body:not(.et-fb) .et_pb_text.two-columns-main ol {
    padding-bottom: 2rem !important;
}

body:not(.et-fb) .et_pb_text.two-columns-main ul,
body:not(.et-fb) #main-content div:not(.specialty-sec) ul:not(.link-list):not(.gform_fields):not(.gform_fields):not(.options):not(.home-specialty):not(#publiction-list),
body:not(.et-fb) .et_pb_text.two-columns-main ol,
body:not(.et-fb) #main-content ol {
    padding-left: 6rem;
}

body:not(.et-fb) .et_pb_text.two-columns-main ul ul:not(.gform_fields),
body:not(.et-fb) #main-content ul:not(.link-list):not(.gform_fields):not(.options):not(.home-specialty):not(#publiction-list):not(.options) ul,
body:not(.et-fb) .et_pb_text.two-columns-main ol ol,
#main-content ol ol,
body:not(.et-fb) .et_pb_text.two-columns-main ol ul:not(.gform_fields),
body:not(.et-fb) #main-content ol ul {
    padding-left: 3rem !important;
}

body:not(.et-fb) .et_pb_text.two-columns-main li,
body:not(.et-fb) #main-content div:not(.specialty-sec) ul:not(.link-list):not(.gform_fields):not(.options):not(.home-specialty):not(#publiction-list) li,
body:not(.et-fb) #main-content ol li {
    padding-bottom: 1.5rem;
    position: relative;
    /* font-weight: 600; */
}

body:not(.et-fb) .et_pb_text.two-columns-main ul li:after,
body:not(.et-fb) #main-content div:not(.specialty-sec) ul:not(.link-list):not(.gform_fields):not(.options):not(.home-specialty):not(#publiction-list) li:after,
body:not(.et-fb) .et_pb_text.two-columns-main ol li:after,
body:not(.et-fb) #main-content ol li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #2e2b28;
    top: 14px;
    left: -18px;
    border-radius: 50%;
    transform: translateY(-50%);
}

body:not(.et-fb) .et_pb_text.two-columns-main ol li:after,
body:not(.et-fb) #main-content ol li:after {
    content: counter(avp-list-counter) ". ";
    width: auto;
    height: auto;
    background-color: transparent;
    text-align: right;
    width: 40px;
    left: -50px;
}

.et_pb_text.two-columns-main ol li,
#main-content ol li {
    counter-increment: avp-list-counter;
}

.two-columns-main blockquote,
#main-content blockquote {
    border-color: #18a3ac;
    border-width: 4px;
}

body #main-content div#sidebar ul {
    padding-left: 0;
}

body #main-content div#sidebar ul li {
    padding-bottom: 0;
}

body #main-content div#sidebar ul li:after {
    display: none;
}

/*slide css*/

.et_pb_slide_content p {
    color: #052049;
}

.strong-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 26px;
}

.single-location-breadcrum,
html body .et_pb_section.single-location-breadcrum {
    background-color: #18a3ac !important;
    padding: 0 !important;
}

.hero-btn .header-content .et_pb_button.et_pb_button_two {
    margin-left: 20px;
}

.not_found_result {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.cards.non-found {
    padding-top: 0 !important;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards .et_pb_module .et_pb_module_header a {
    color: #112f68;
}

.locations-s2-row2 p:empty {
    display: none;
}

.avp-post-meta {
    text-transform: uppercase;
    font-size: 16px;
}

.location-doctors {
}

.avp-location-doctors .et_pb_code_inner {
    display: block;
}

.avp-location-doctors .et_pb_code_inner .avp-location-doctors-inner-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

/* ---------home hero---------*/

.home-hero .et_pb_fullwidth_header_scroll {
    display: none;
}

.home.home-hero .et_pb_fullwidth_header {
    z-index: 1;
}

#et-boc#et-boc .home-hero h1 {
    font-size: 88px;
    font-weight: 500;
    line-height: 60px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    font-family: 'Merriweather', serif;
}

.home-hero .header-content {
    max-width: 740px;
}

.home-hero .header-content p {
    font-size: 24px;
}

.home-hero .et_pb_header_content_wrapper {
    font-weight: 500;
    padding-top: 31px;
    padding-bottom: 26px;
}

.home-hero:after {
    content: '';
    height: 44px;
    margin-top: -44px;
    position: absolute;
    background-image: linear-gradient(69deg, #30a4ad 60%, #f6fbfb 100%) !important;
    width: 100%;
    z-index: 0;
}

/*.home-hero .et_pb_module_header {*/
/*	padding-bottom: 31px;*/
/*}*/
.hero-btn .header-content .et_pb_button {
    min-width: 200px !important;
    border-color: #fff !important;
    margin-top: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.hero-btn .header-content .et_pb_button:hover {
    border-color: #052049 !important;
    background: #052049 !important;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body #page-container .et_pb_section.hero-btn .et_pb_fullwidth_header_0 .header-content .et_pb_button_one.et_pb_button:after {
    font-size: 35px !important;
    bottom: 0;
    margin-left: .1em;
}

.et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover:after {
    color: #fff !important;
}

/* --------- end home hero---------*/

/* --------- home doctor---------*/

.hero-our-doctor .et_pb_fullwidth_header .et_pb_fullwidth_header_container > div {
    width: 50%;
}

.hero-our-doctor .et_pb_fullwidth_header .header-content {
    max-width: 580px;
    padding: 30px 80px 30px 25px !important;
    float: right;
}

.hero-our-doctor .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 570px;
    overflow: hidden;
    display: flex;
}

.hero-our-doctor .et_pb_fullwidth_header .et_pb_fullwidth_header_container:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.hero-our-doctor .header-image {
    margin: 0;
    /* position: relative; */
}

/* .hero-our-doctor img{

position: absolute;
min-width: 100%;
min-height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
height: auto;
max-width: none;
max-height: none !important;
animation: none !important;
} */

.hero-our-doctor img {
    position: absolute;
    min-width: 50%;
    min-height: 100%;
    left: 50%;
    top: 0;
    transform: translate(0, 0);
    width: auto;
    height: auto;
    max-width: none;
    max-height: none !important;
    animation: none !important;
}

/* --------- end home doctor---------*/

/* --------- home slider---------*/

.home-slider .et_pb_slider_container_inner {
    padding-top: 0 !important;
    max-width: 100%;
    text-align: left;
    float: right;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.home-slider .et_pb_slide_description {
    padding: 20px 60px 20px 17px !important;
    margin: 0;
    max-width: 530px;
}

.home-slider .more-room-inside .et_pb_slide_description {
    max-width: 620px;
}

.home-slider .et_pb_slide .et_pb_slide_title {
    padding-bottom: 30px;
}

.home-slider .et_pb_slider .et_pb_container {
    margin: 0 !important;
    min-height: 570px;
}

.home-slider .et_pb_slides .et_pb_slide {
    padding: 0;
    background-size: calc(50% - 30px);
    min-height: 570px;
}

.home-slider .et_pb_slide .et_pb_slider_container_inner {
    /* height: 570px; */
}

.home-slider .et_pb_slide .et_pb_container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto !important;
    display: flex !important;
}

.home-slider .et_pb_slide .et_pb_button_wrapper {
    padding-top: 17px;
}

.home-slider .et_pb_slide_image {
    text-align: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
    top: 0 !important;
    margin-right: 30px;
    margin-top: 0 !important;
    animation: none;
}

.home-slider .et_pb_slide_image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none;
    max-height: none !important;
    animation: none !important;
}

.home-slider .et-pb-active-slide .et_pb_slide_description {
    animation-name: fadeIn;
}

.home-slider .et-pb-controllers {
    margin-right: 27px;
}

.home-slider .et-pb-controllers {
    width: 1330px;
    top: 50%;
    right: 77px !important;
    left: auto;
    bottom: auto;
    max-width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
}

.home-slider .et-pb-controllers .custom-btn-conainer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    height: 500px;
    flex-direction: column;
    justify-content: center;
}

.home-slider .et-pb-controllers .custom-btn-conainer a {
    margin: 11px 0;
}

.home-slider .et-pb-controllers a {
    border: 1px solid #18a3ac;
    height: 15px;
    width: 15px;
    background: transparent;
}

.home-slider .et-pb-controllers a.et-pb-active-control {
    background: #18a3ac;
}

/* --------- End  home slider---------*/

/* --------- home testmonial slider---------*/

.testimonial-slider .et_pb_slide_description {
    padding: 0;
}

/* .testimonial-slider .et_pb_slider_container_inner{
    max-width: 1030px;
    width: 100%;
}
.testimonial-slider .et_pb_slide_description{
    padding: 0;
    font-family: 'Merriweather', serif;
    font-size: 30px;
} */

/* --------- end home testmonial slider---------*/

/* --------- map location---------*/

.home-map-section .find-location {
    z-index: 11;
}

.home-map-section .find-location .et_pb_module {
    max-width: 585px;
    width: 100%;
    /* padding-right: 115px; */
    float: right;
}

.home-map-section .find-location a {
    color: #fff !important;
    font-weight: 700;
    transition: all 0.2s;
}

.home-map-section .find-location .location-heading {
    padding-bottom: 29px;
}

/*
  .home-map-section select {
    max-width: 370px;
    width: 100%;
    padding: 20px 0 15px;
    font-size: 18px;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

  } */

/* --------- end map location ---------*/

/* cards code start*/

.cards .et_pb_blurb_content {
    box-shadow: 0px 10px 20px 0px rgba(23, 23, 23, 0.04);
}

.cards .et_pb_blurb_content .et_pb_module_header {
    letter-spacing: -0.02em;
    display: inline-block;
}

/* .cards .et_pb_blurb .et_pb_module_header:after {
  content: "";
  background: #18a3ac;
  height: 4px;
  width: 100%;
  display: block;
} */

.cards .et_pb_blurb_content .et_pb_blurb_description {
    margin-top: 13px;
}

.cards .et_pb_blurb_content .et_pb_blurb_description p {
    font-size: 15px;
    line-height: 1.48;
    padding-bottom: 0;
}

.cards .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.cards .et_pb_blurb_content .et_pb_blurb_container {
    background: #fafaf9;
    padding: 27px 25px;
}

/* .cards .et_pb_blurb_container {
  background: #fafaf9 !important;
} */

/* card code end*/

/*location cards*/

.cards.location-cards .et_pb_blurb_content .et_pb_blurb_description {
    margin-top: 16px;
}

.cards.location-cards .et_pb_blurb .et_pb_module_header:after {
    margin-top: 4px;
}

.cards.location-cards .et_pb_blurb_content .et_pb_blurb_container {
    padding: 22px 25px 26px;
}

/* .cards.location-cards .et_pb_blurb_content .et_pb_blurb_container {
  padding: 0;
}

.location-block-content {
  padding: 22px 25px 26px;
}

.location-inner-description {
  margin-top: 16px;
} */

/* maps end cards */

.link-list {
    padding: 0 !important;
    background: #fff;
}

.link-list li {
    position: relative;
}

.link-list li.active {
    background: #1e3e87;
}

.link-list li.active a {
    color: #fff !important;
}

.link-list li a {
    display: block;
    padding: 18px 15px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #112f68 !important;
}

.link-list li:not(.parent_specialty) a:hover {
    text-decoration: underline;
}

.link-list li:not(:last-child) {
    border-bottom: 1px solid #e2e3e0;
}

.link-list li.current-menu-item a,
.link-list li.active_page a,
.widget_categories li.current-cat a {
    padding-left: 35px;
    color: #18a3ac !important;
}

.widget_categories li.current-cat a,
.link-list li.active_page a,
.link-list li.current-menu-item a {
    font-weight: 700 !important;
}

.widget_categories li {
    position: relative;
}

.link-list li.current-menu-item::before,
.link-list li.active_page::before,
.widget_categories li.current-cat a::before {
    content: '';
    height: 15px;
    width: 10px;
    position: absolute;
    background-image: url(assets/img/after_arrow.svg);
    background-size: contain;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
}

.widget_categories li a:hover {
    text-decoration: underline;
}

.widget_categories li.current-cat a:hover {
    color: #18a3ac !important;
}

li.parent_specialty a,
.widget_categories h4 {
    font-family: 'Merriweather', serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

/* .single-specialty-row .aside {
  max-width: 270px;
  width: 100% !important;
}

.single-specialty-row .content {
  max-width: calc(100% - 270px) !important;
  width: 100% !important;
  padding-right: 70px;
} */

.single-specialty-row .aside.et_pb_column_empty {
    display: none !important;
}

/* .single-specialty-row .et_pb_text_inner p,
.single-specialty-row .et_pb_text_inner span,
.single-specialty-row .et_pb_text_inner ul li,
.single-specialty-row .et_pb_text_inner ol li {
  font-weight: 700 !important;
} */

.single-specialty-row .et_pb_text_inner a {
    color: #112f68;
}

@media only screen and (min-width: 981px) {
    .single-specialty-row {
        display: flex;
        align-items: space-between;
    }

    .single-specialty-row .content {
        padding-right: 0 !important;
        width: auto !important;
    }

    .single-specialty-row .aside {
        width: 340px !important;
        min-width: 340px;
        padding-left: 70px !important;
    }
}

.single-specialty-row .content .et_pb_text h2 {
    padding-bottom: 23px;
}

.single-specialty-row .content h3 {
    line-height: 1.31;
    padding-bottom: 30px;
    padding-top: 19px;
}

.single-specialty-row img {
    margin-top: 15px;
    margin-bottom: 18px;
}

.single-specialty-row .et_pb_text_inner img:first-child {
    margin-top: 0;
}

.single-specialty-row .content .et_pb_text p:not(:last-child) {
    padding-bottom: 30px !important;
}

div > .avp-sc-btn {
    margin-bottom: 30px;
}

p .avp-sc-btn + .avp-sc-btn {
    margin-top: 20px;
}

p .avp-sc-btn + br + .avp-sc-btn {
    margin-top: 20px;
}

.avp-sc-btn {
    margin-right: 10px;
}

.aside-cta .et_pb_promo_description {
    padding-bottom: 39px;
}

.aside-cta .et_pb_promo_description p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.aside-cta .et_pb_module_header:after {
    content: "";
    background: #18a3ac;
    height: 4px;
    width: 50px;
    display: block;
    margin: 25px auto 13px;
}

.aside-cta .et_pb_button_wrapper .et_pb_button {
    min-width: 230px !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.cta-content .et_pb_module_header {
    padding-bottom: 26px;
}

.cta-btn .et_pb_button_module_wrapper .et_pb_button {
    min-width: 270px !important;
    color: #fff !important;
}

.specialty-content.full-width .content {
    max-width: 100% !important;
    padding-right: 0;
}

.avp-doctors-wrapper > .et_pb_column {
    width: 100% !important;
}

.avp-doctors-wrapper-container {
}

.avp-doctors-wrapper-container .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards .avp-doctors-wrapper-container .et_pb_code_inner .et_pb_column {
    /*   width: 100% !important; */
}

/* .cards .avp-doctors-wrapper-container .et_pb_code_inner .et_pb_column:last-of-type .et_pb_blurb{
  margin-bottom: 0 !important;
} */

.avp-doctors-wrapper .et_pb_column:last-of-type .et_pb_blurb {
    margin-bottom: 40px !important;
}

/* end single specialties */

/* Search page style */

.search #sidebar {
    display: none;
}

body.search .et_pb_post .avp-post-content,
body.search .et_pb_post .avp-post-content p {
    line-height: 1.4;
}

body.search #left-area {
    max-width: 100% !important;
    padding-right: 0 !important
}

.search .avp-blog-contentarea {
    max-width: 980px !important;
}

.et_pb_post .entry-featured-image-url {
    max-height: 608px;
    overflow: hidden;
}

.et_pb_post .entry-featured-image-url img {
    width: 100%;
    max-width: none;
}

.et_pb_widget ul {
    padding-left: 0 !important
}

.et_pb_widget ul li {
    padding-bottom: 0 !important
}

.single-specialty-row .aside .et_pb_module:first-child {
    padding-top: 0 !important;
}

.single-specialty-row .content h3:first-child {
    padding-top: 0;
}

.avp-speciality-sidebar:not(.with-active-child) .link-list .parent_active a {
    padding-left: 35px;
}

.avp-speciality-sidebar:not(.with-active-child) .link-list .parent_active:before {
    content: '';
    height: 15px;
    width: 10px;
    position: absolute;
    background-image: url(assets/img/after_arrow.svg);
    background-size: contain;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .home.home-hero .et_pb_fullwidth_header {
        /*background-position: right bottom !important;*/
        /*background-size: 42%;*/
        background-position: calc(-34vw);
    }
}

@media only screen and (min-width: 981px) and (max-width: 1350px) {
    /* .home-slider .et_pb_slide {
    background-position: -170px !important;
  } */
    .hero-our-doctor .et_pb_fullwidth_header {
        background-position: right bottom !important;
        background-size: calc(50% - 30px) !important;
    }

    .home-slider .et-pb-controllers {
        max-width: 100%;
        right: 0 !important;
    }

    .home-slider .et-pb-controllers .custom-btn-conainer {
        right: 30px;
    }
}

/*.home .et_pb_fullwidth_header {padding: 0;}*/


@media only screen and (max-width: 980px) {
    .home .home-hero .et_pb_fullwidth_header,
    .home .home-hero {
        /*padding-top:40px !important;*/
        /*padding-bottom:0px !important;*/
    }

    .home.home-hero .et_pb_fullwidth_header {
        /*background-position: center top !important;*/
        background-size: auto 100%;
        background-position: 80%;
        /*padding-top: 375px;*/
    }

    .home-hero .header-content {
        max-width: 65%;
        /*margin: 0 !important;*/
        /*padding: 0;*/
        /*padding-top: 26px;*/
    }

    /*.home-hero .et_pb_module_header {*/
    /*	padding-bottom: 14px;*/
    /*}*/
    .hero-our-doctor .et_pb_module_header {
        padding-bottom: 18px;
    }

    /*.home-hero .et_pb_header_content_wrapper {*/
    /*	padding-bottom: 6px;*/
    /*}*/
    .home-slider .et_pb_slider_container_inner {
        max-width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
    }

    .home-slider .et_pb_slide_description {
        max-width: 100%;
        padding: 0 15px !important;
        text-align: left;
        width: 100%;
    }

    .home-slider .et_pb_slide_image {
        margin: 0;
        width: 100%;
    }

    .home-slider .et_pb_slide_image img {
        position: static;
        max-width: 100%;
        transform: translate(0);
        width: 100%;
    }

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 30px;
    }

    .home-slider .et_pb_slide .et_pb_slide_title {
        padding-bottom: 19px;
        padding-top: 26px;
    }

    .strong-text {
        font-size: 22px;
        padding-bottom: 20px;
        line-height: 1.27;
    }

    .home-slider .et-pb-controllers {
        width: 100%;
        max-width: 100%;
        position: static;
        padding-bottom: 70px;
    }

    .home-slider .et-pb-controllers .custom-btn-conainer {
        position: static;
        width: 100%;
        height: 100% !important;
        flex-direction: row;
    }

    .home-slider .et_pb_slide .et_pb_container {
        height: 100% !important;
    }

    .home-slider .et-pb-controllers .custom-btn-conainer a {
        margin: 0 10px;
    }

    .home-slider .et_pb_slide .et_pb_button_wrapper {
        padding-top: 26px;
        /* padding-bottom: 38px; */
    }

    .home-slider .et_pb_slide_description {
        padding-bottom: 38px !important;
    }

    .home-slider .et-pb-active-slide .et_pb_slide_description {
        max-width: 100%;
    }

    .home-slider .et_pb_slide .et_pb_button_wrapper .et_pb_button {
        margin-top: 0px;
    }

    .hero-our-doctor .et_pb_fullwidth_header .et_pb_fullwidth_header_container > div {
        width: 100% !important;
    }

    .hero-our-doctor .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        flex-direction: column-reverse;
        overflow: none;
        min-height: 100%;;
    }

    .hero-our-doctor img {
        position: static;
        transform: translate(0);
        max-width: 100%;
        width: 100%;
        min-height: inherit;
    }

    .hero-our-doctor .et_pb_fullwidth_header .header-content {
        max-width: 100%;
        padding: 26px 15px 0 !important;
    }

    .home-map-section .find-location .et_pb_module {
        padding-right: 0px;
        float: none;
    }

    .home-map-section .find-location .location-heading {
        padding-bottom: 16px;
    }

    .map-side {
        min-height: 308px;
    }

    /* .single-specialty-row .content .et_pb_text h2 {
    padding-bottom: 10px;
  } */
    .single-specialty-row .content h3 {
        padding-top: 0px;
        /* padding-bottom: 15px; */
    }

    /* .single-specialty-row .content .et_pb_text p:not(:last-child) {
    padding-bottom: 20px !important;
  } */
    .specialty-location-sec,
    .specialty-cta,
    .specialty-doctors,
    .specialty-content {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .specialty-cta .et_pb_button_module_wrapper {
        text-align: center;
    }

    .cta-btn .et_pb_column_2_2 {
        margin-bottom: 5px;
    }

    /*shahjehan baih requset*/
    .home-slider .et_pb_slide_2 {
        padding-top: 110%;
    }

    .doctor_detail_section h1,
    .doctor_detail_section h2,
    .doctor_detail_section h3 {
        text-align: center;
    }

    .single-specialty-row .et_pb_column.aside,
    .single-specialty-row .aside {
        margin-top: 30px !important;
    }
}


@media only screen and (max-width: 767px) {
    #et-boc#et-boc .home-hero h1 {
        font-size: 72px;
        line-height: 50px;
    }

    .home-hero .header-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #et-boc#et-boc .home-hero h1 {
        font-size: 40px;
        line-height: 30px;
    }

    .home-hero .header-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    .home-hero .header-content {
        max-width: 100%;
    }

    .home.home-hero .et_pb_fullwidth_header {
        padding-top: 30px !important;
        /*padding-bottom: 75% !important;*/
    }
}


.single .et_pb_post {
    margin-bottom: 0;
}

.et-db #page-container #et-boc .et_pb_section_2.et_pb_section.avp-breadcrumb-global {
    background-color: #18a3ac !important;
}

/*-----hubspot form ---------*/

.avp-hubspot-form {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

.avp-hubspot-form .hbspt-form {
    padding: 0 16px 0 16px;
}

.avp-hubspot-form .hbspt-form label {
    font-weight: 600;
    font-size: 20px;
}

.avp-hubspot-form .hbspt-form label .hs-form-required {
    font-family: 'Montserrat', sans-serif;
    color: #f44336;
    font-weight: 500;
    margin-left: 4px;
}

.avp-hubspot-form .hbspt-form input[type] {
    font-size: 18px !important;
    font-weight: 600;
    padding: 18px 15px !important;
    border-color: #d3d6d9;
    color: #052049;
}

.avp-hubspot-form .hs-lastname label {
    opacity: 0;
}

.avp-hubspot-form input[name="firstname"]::placeholder,
.avp-hubspot-form input[name="lastname"]::placeholder {
    text-transform: uppercase;
}

.avp-hubspot-form input::-webkit-input-placeholder,
.avp-hubspot-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

.avp-hubspot-form input:-ms-input-placeholder,
.avp-hubspot-form textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

.avp-hubspot-form input::-moz-placeholder,
.avp-hubspot-form textarea::-moz-placeholder {
    text-transform: uppercase;
    opacity: 1;
}

.avp-hubspot-form input::placeholder,
.avp-hubspot-form textarea::placeholder {
    text-transform: uppercase;
}

.avp-hubspot-form .hbspt-form fieldset {
    max-width: 100%;
}

.avp-hubspot-form .hbspt-form {
    margin-top: -25px;
}

.avp-hubspot-form .hbspt-form fieldset > div {
    margin-top: 20px;
}

.avp-hubspot-form .hbspt-form fieldset .hs-fieldtype-text {
    width: 50%;
}

.avp-hubspot-form .hbspt-form fieldset .input {
    margin-right: 0 !important;
    padding-right: 16px !important;
}

.avp-hubspot-form .hbspt-form fieldset input::placeholder {
    color: #052049 !important;
    opacity: 0.33;
}

.avp-hubspot-form .hbspt-form fieldset input {
    width: 100%;
    margin-top: 8px;
}

.avp-hubspot-form .select.hs-input {
    width: 100% !important;
}

.avp-hubspot-form .hbspt-form select.error,
.avp-hubspot-form .hbspt-form select.invalid {
    display: none;
}

.avp-hubspot-form .hbspt-form select {
    width: 100% !important;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #e1e2dc;
    color: #052049;
    margin-top: 8px;
}

.avp-hubspot-form .hbspt-form .select {
    max-width: 100%;
}

.avp-hubspot-form .hbspt-form select.error + div.styledSelect {
    border-color: #f44336 !important;
}

.avp-hubspot-form .hbspt-form textarea {
    width: 100% !important;
    min-height: 272px;
    margin-top: 8px;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #d3d6d9 !important;
    resize: none;
}

.avp-hubspot-form .hbspt-form textarea:focus {
    border: none;
}

.avp-hubspot-form .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox] {
    display: none;
}

.avp-hubspot-form .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox] + span:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #d3d6d9;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.avp-hubspot-form .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox] + span:after {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 8px;
    visibility: hidden;
}

/* .avp-hubspot-form .hbspt-form .hs-form-booleancheckbox-display:before{
      content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  margin: 0;
  width: 25px;
  height: 25px;
  z-index: 0;
  transition: .28s ease;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0,150,136,.2);
} */

.avp-hubspot-form .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
    visibility: visible
}

.avp-hubspot-form .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox] + span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.avp-hubspot-form .hbspt-form .inputs-list {
    padding: 0 !important;
}

.avp-hubspot-form .hbspt-form .styledSelect {
    margin-top: 8px;
}

.avp-hubspot-form .hbspt-form .hs-error-msg,
.hs-error-msgs,
.hs-error-msgs label {
    font-size: 12px !important;
    color: #f44336 !important;
    font-weight: 500 !important;
}

.avp-hubspot-form .hbspt-form .hs-input.error {
    border-color: #f44336 !important;
}

.avp-hubspot-form .hbspt-form .hs-error-msgs li {
    display: inline;
    padding-left: 5px;
}

.avp-hubspot-form .hbspt-form .inputs-list li {
    padding: 0 !important;
}

.avp-hubspot-form .hbspt-form .inputs-list li:after {
    display: none;
}

.avp-hubspot-form .hbspt-form .actions {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.avp-hubspot-form .hbspt-form .hs_submit input[type=submit] {
    border: 3px solid #18a3ac !important;
    color: #fff !important;
    padding: 18px 24px 15px !important;
}

.avp-hubspot-form .hbspt-form .hs_submit input[type=submit]:hover {
    color: #fff;
    border: 3px solid #112f68 !important;
}

.avp-hubspot-form .hs_error_rollup {
    padding-top: 10px;
    text-align: center;
}

.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$2"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$2"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$2"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$2"] {
    width: 100%;
    max-width: 50% !important;
    display: inline-block;
    vertical-align: top;
}

.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$1"] .hs-fieldtype-text,
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$1"] input,
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$2"] .hs-fieldtype-text,
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$2"] input,
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$1"] .hs-fieldtype-text,
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$2"] .hs-fieldtype-text,
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$1"] input,
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$2"] input,
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$1"] .hs-fieldtype-text,
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$2"] .hs-fieldtype-text,
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$1"] input,
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$2"] input,
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$1"] .hs-fieldtype-text,
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$2"] .hs-fieldtype-text,
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$1"] input,
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$2"] input {
    width: 100% !important;
}

.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$2"] {
    max-width: 100% !important;
}

.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$1"] > div {
    width: 50% !important;
}

.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$6"],
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$7"],
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$8"],
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$9"],
.avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$10"],
.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$5"],
.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$6"],
.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$7"],
.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$8"],
.avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$9"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$6"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$7"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$8"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$9"],
.avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$10"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$6"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$7"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$8"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$9"],
.avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$10"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$5"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$6"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$7"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$8"],
.avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$9"] {
    margin-top: 0 !important;
}

/*===Start of checkbox after phone entry===*/

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact {
}

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact > label {
    margin-bottom: 15px !important;
    display: block;
    margin-top: 20px;
}

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact input[type=checkbox] + span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact input[type=checkbox] {
    display: none;
}

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact input[type=checkbox] + span:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #d3d6d9;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact input[type=checkbox] + span:after {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 8px;
    visibility: hidden;
}

.avp-hubspot-form .hbspt-form fieldset .hs_preferred_method_of_contact input[type=checkbox]:checked + span:after {
    visibility: visible;
}

/*===End of checkbox after phone entry  ===*/

/*=== Hubspot - Single Column  ===*/

.avp-hubspot-form.avp-hubspot-form-narrow .hbspt-form {
    padding: 0;
}

.avp-hubspot-form.avp-hubspot-form-narrow fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}

.avp-hubspot-form.avp-hubspot-form-narrow .hs-lastname label {
    display: none;
}

.avp-hubspot-form.avp-hubspot-form-narrow .hbspt-form fieldset .input {
    padding-right: 0 !important;
}

.avp-hubspot-form.avp-hubspot-form-narrow.retina fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.avp-hubspot-form-narrow.retina fieldset[data-reactid=".hbspt-forms-0.1:$2"],
.avp-hubspot-form.avp-hubspot-form-narrow.cornea fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.avp-hubspot-form-narrow.cornea fieldset[data-reactid=".hbspt-forms-0.1:$2"],
.avp-hubspot-form.avp-hubspot-form-narrow.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.avp-hubspot-form-narrow.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$2"],
.avp-hubspot-form.avp-hubspot-form-narrow.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$1"],
.avp-hubspot-form.avp-hubspot-form-narrow.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$2"] {
    max-width: 100% !important;
}

/*-----hubspot form end---------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cards .et_pb_column {
        width: 33.33% !important;
    }

    .single-avp_doctor .cards .et_pb_column {
        width: 100% !important;
    }

    .avp-doctors-wrapper > .et_pb_column {
        width: 100% !important;
    }
}

@media only screen and (max-width: 980px) {
    /*hubspot*/
    .avp-hubspot-form.retina .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$0.1:$lastname.$lastname"],
    .avp-hubspot-form.retina .hbspt-form fieldset[data-reactid=".hbspt-forms-0.1:$2"] .input,
    .avp-hubspot-form.retina fieldset .input[data-reactid=".hbspt-forms-0.1:$3.1:$desired_location_eye_exams.$desired_location_eye_exams"],
    .avp-hubspot-form.retina fieldset .input[data-reactid=".hbspt-forms-0.1:$4.1:$message.$message"],
    .avp-hubspot-form.dry-eye .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$1.1:$phone.$phone"],
    .avp-hubspot-form.dry-eye .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$3.1:$message.$message"],
    .avp-hubspot-form.dry-eye .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$2.1:$desired_location_eye_exams.$desired_location_eye_exams"],
    .avp-hubspot-form.dry-eye .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$0.1:$lastname.$lastname"],
    .avp-hubspot-form.cornea .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$0.1:$lastname.$lastname"],
    .avp-hubspot-form.cornea .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$2.1:$phone.$phone"],
    .avp-hubspot-form.cornea .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$3.1:$desired_location_eye_exams.$desired_location_eye_exams"],
    .avp-hubspot-form.cornea .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$4.1:$message.$message"],
    .avp-hubspot-form.glaucoma .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$0.1:$lastname.$lastname"],
    .avp-hubspot-form.glaucoma .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$2.1:$phone.$phone"],
    .avp-hubspot-form.glaucoma .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$3.1:$desired_location_eye_exams.$desired_location_eye_exams"],
    .avp-hubspot-form.glaucoma .hbspt-form fieldset .input[data-reactid=".hbspt-forms-0.1:$4.1:$message.$message"] {
        padding-right: 0 !important;
    }

    /*hubspot code end*/
}

@media only screen and (max-width: 767px) {
    .cards .et_pb_column {
        width: 50%;
    }

    .single-avp_doctor .cards .et_pb_column {
        width: 100%;
    }

    .home-slider .et_pb_slide .et_pb_button_wrapper,
    .hero-our-doctor.et_pb_section .et_pb_fullwidth_header .header-content {
        text-align: center;
    }

    .home.home-hero .et_pb_fullwidth_header .et_pb_module_header,
    .home.home-hero .et_pb_fullwidth_header .et_pb_header_content_wrapper,
    .hero-our-doctor.et_pb_section .et_pb_fullwidth_header .et_pb_module_header,
    .hero-our-doctor.et_pb_section .et_pb_fullwidth_header .et_pb_header_content_wrapper {
        text-align: left;
    }

    .home.home-hero .et_pb_fullwidth_header .et_pb_button {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .home-slider .et-pb-controllers {
        padding-bottom: 58px;
    }

    .single-specialty-row .content {
        max-width: 100% !important;
        padding: 0;
    }

    .single-specialty-row .aside {
        max-width: 100%;
    }

    /* .single-specialty-row .content .et_pb_text p:last-child {
    padding-bottom: 20px;
  } */
    .specialty-location-sec,
    .specialty-doctors,
    .specialty-content,
    .specialty-cta {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .home-slider .et_pb_slide_image {
        display: block !important;
        height: auto;
    }

    .home-slider .et_pb_slide_image img {
        min-height: inherit;;
        width: 100%;
    }

    .avp-post-meta .search-link {
        font-size: 14px;
    }

    li.parent_specialty a,
    .widget_categories h4 {
        font-size: 22px !important;
    }

    /*hubspot code*/
    .avp-hubspot-form .hbspt-form label {
        font-size: 18px;
    }

    /*hubspot code end*/
}

@media only screen and (max-width: 641px) {
    /*hubspot code */
    .avp-hubspot-form .hbspt-form fieldset .hs-fieldtype-text {
        width: 100% !important;
    }

    .avp-hubspot-form .hbspt-form fieldset .input {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$1"],
    .avp-hubspot-form.retina fieldset[data-reactid=".hbspt-forms-0.1:$2"],
    .avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$1"],
    .avp-hubspot-form.cornea fieldset[data-reactid=".hbspt-forms-0.1:$2"],
    .avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$1"],
    .avp-hubspot-form.glaucoma fieldset[data-reactid=".hbspt-forms-0.1:$2"],
    .avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$1"],
    .avp-hubspot-form.oculoplastic fieldset[data-reactid=".hbspt-forms-0.1:$2"] {
        max-width: 100% !important;
    }

    .avp-hubspot-form .hbspt-form {
        padding: 0;
    }

    .avp-hubspot-form.dry-eye fieldset[data-reactid=".hbspt-forms-0.1:$1"] > div {
        width: 100% !important;
    }

    .avp-hubspot-form.retina div[data-reactid=".hbspt-forms-0.1:$0.1:$lastname"],
    .avp-hubspot-form.dry-eye div[data-reactid=".hbspt-forms-0.1:$1.1:$phone"],
    .avp-hubspot-form.dry-eye div[data-reactid=".hbspt-forms-0.1:$0.1:$lastname"],
    .avp-hubspot-form.cornea div[data-reactid=".hbspt-forms-0.1:$0.1:$lastname"],
    .avp-hubspot-form.glaucoma div[data-reactid=".hbspt-forms-0.1:$0.1:$lastname"],
    .avp-hubspot-form.oculoplastic div[data-reactid=".hbspt-forms-0.1:$0.1:$lastname"] {
        margin-top: 20px;
    }

    .avp-hubspot-form .hs_lastname {
        margin-top: 0 !important;
    }

    .avp-hubspot-form .hs_lastname label {
        display: none;
    }

    /*hubspot code end*/
}

@media only screen and (max-width: 400px) {
    /*hubspot code*/
    .avp-hubspot-form .hbspt-form fieldset .hs-fieldtype-text .hs-input {
        width: 100% !important;
    }

    /*hubspot code end*/
}

@media only screen and (max-width: 479px) {
    body:not(.et-fb) .et_pb_text.two-columns-main ul,
    body:not(.et-fb) #main-content div:not(.specialty-sec) ul:not(.link-list):not(.gform_fields):not(.options):not(.home-specialty):not(#publiction-list):not(.options),
    .et_pb_text.two-columns-main ol,
    #main-content ol {
        padding-left: 4rem;
    }

    body:not(.et-fb) .et_pb_text.two-columns-main ul ul,
    body:not(.et-fb) #main-content div:not(.specialty-sec) ul:not(.link-list):not(.gform_fields):not(.options):not(.home-specialty):not(#publiction-list):not(.options) ul,
    .et_pb_text.two-columns-main ol ol,
    body:not(.et-fb) #main-content ol ol,
    .et_pb_text.two-columns-main ol ul,
    body:not(.et-fb) #main-content ol ul {
        padding-left: 1.5rem;
    }

    body:not(.et-fb) .et_pb_text.two-columns-main {
        padding-bottom: 30px;
    }

    body #main-content#main-content div .specialty-sec ul {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .home.home-hero .et_pb_fullwidth_header .et_pb_button {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 374px) {
    /*.home.home-hero .et_pb_fullwidth_header {*/
    /*	background-size: 100%;*/
    /*	padding-top: 100%;*/
    /*}*/
    .avp-ssb {
        padding-left: 0 !important;
        display: block;
    }

    .avp-post-meta {
        font-size: 14px;
    }
}

/*End  Sharaz.css */
/*Start Asad.css*/
/**
 * General
 *
 */

.type-ophthalmologists .doc-ophthalmologists a {
    background-color: #163167;
}

.type-optometrists .doc-optometrists a {
    background-color: #163167;
}

.avp_doctor-template-default .nav-our-doctors > a {
    color: #18a3ac !important;
}

.avp_doctor-template-default .nav-our-doctors > a:after {
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

.post-template-default .nav-blog a:after {
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

.archive.category .nav-blog a:after {
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

.entry-title > a {
    color: #112f68;
}

.et-fb .mce-content-body ul li {
    list-style-type: disc !important;
}

.et-fb .mce-content-body ul {
    padding-left: 6rem;
    padding-bottom: 1em;
}

.et-fb .mce-content-body ol {
    padding-left: 30px;
    /* padding-bottom: 1em; */
}

.et-fb .mce-content-body ol li {
    list-style: inherit !important;
}

.et-fb .mce-content-body ol li:after {
    display: none;
}

ol {
    counter-reset: li;
    list-style: inherit;
}

ol li {
    list-style-type: none;
    counter-increment: li !important;
}

ol li:after {
    content: " " counter(li) ". " !important;
}

/* .et-fb .mce-content-body ol li {
  list-style-type: decimal !important;
} */

img[src*="in_icon.svg"] {
    height: 53px !important;
    width: 38px !important;
}

.cards.location-cards .et_pb_blurb_content .et_pb_blurb_container {
    padding: 0;
}

.location-block-content {
    padding: 22px 25px 26px;
}

.location-inner-description {
    margin-top: 16px;
}

body:not(.et-fb) .buttons-hidden {
    display: none;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

/* Sidebar */

.avp-speciality-sidebar {
    padding-top: 6px;
    margin-bottom: 41px !important;
}

/* Horzontal bar */

.bar-below {
    position: relative;
}

.bar-below:before {
    content: '';
    position: absolute;
    background-color: #18a3ac;
    height: 4px;
    width: 100%;
    bottom: -7px;
}

/* Header */

.avp-header {
    padding-top: 74px !important;
    padding-bottom: 58px !important;
}

.avp-header .et_pb_row.et_pb_row_0 {
    padding-left: 0 !important;
}

.avp-breadcrumb-global .et_pb_row.et_pb_row_1 {
    padding-left: 0 !important;
}

/* Breadcrumbs */

.avp-breadcrumbs .dcsbcm_divi_breadcrumb a {
    color: #fafaf9 !important;
}

.avp-breadcrumbs .dcsbcm_divi_breadcrumb {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.avp-breadcrumbs .dcsbcm_divi_breadcrumb:first-child a {
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('assets/img/home_icon.svg');
    padding-bottom: 9px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.avp-breadcrumbs .dcsbcm_divi_breadcrumb.dcsbcm_divi_breadcrumb-active {
    color: #bdebee !important;
}

.avp-breadcrumbs .dcsbcm_separator {
    display: inline-block;
    transform: rotate(20deg);
    padding: 0 10px;
    color: #5dbec5 !important;
}

.avp-breadcrumb-global .dcsbcm_divi_breadcrumb a,
.avp-breadcrumb-global .dcsbcm_divi_breadcrumb-active {
    text-transform: uppercase;
}

.et-db #page-container #et-boc .et_pb_section_2.et_pb_section.avp-breadcrumb-global {
    background-image: none !important;
}

/* Map Search Section */

.map-sperator {
    display: flex;
    margin: 0 10px;
}

.avp-search-map {
    position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    top: 5px;
    right: 10px;
    z-index: 2;
    cursor: pointer
}

/* Doctors Single */

.avp-publications {
    background-color: #fafafa !important;
}

div.single-doctor-breadcrumbs.et_pb_section.et_pb_section_2 {
    background-size: initial;
    background-repeat: repeat;
    background-color: #18a3ac !important;
    background-image: none !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
}

div.single-doctor-breadcrumbs.et_pb_section.et_pb_section_2 .et_pb_row_1.et_pb_row {
    padding-bottom: 0 !important;
}

.avp-dr-locations .location-section {
    padding-top: 1px !important;
}

.avp-dr-locations .location-box-inner p {
    font-weight: 500;
}

.avp-dr-locations .location-box-inner a {
    color: #052049 !important;
}

/**
 * Home section 3 cta
 *
 */

.hp-s3-row1 .et_pb_text_inner h2 {
    padding-bottom: 26px !important;
}

.hp-s3-row1 .et_pb_text_inner p {
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
}

.hp-s3-cta {
    padding-bottom: 80px !important;
    padding-top: 40px !important;
}

.hp-s3-cta::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #052049;
    z-index: 1;
    opacity: .7;
}

.hp-s3-cta .et_pb_promo_description,
.hp-s3-cta .et_pb_button_wrapper {
    position: relative;
    z-index: 3;
}

.hp-s3-cta .et_pb_promo_description {
    padding-bottom: 36px;
}

.hp-s3-cta .et_pb_promo_description p {
    font-size: 18px;
    line-height: 1.5;
}

.hp-s3-row2 .hp-s3-cta.et_pb_promo {
    padding: 52px 36px 86px 36px !important;
}

.hp-s3-cta .et_pb_button_wrapper .et_pb_promo_button {
    text-transform: uppercase;
}

.hp-s3-cta .et_pb_module_header {
    padding-bottom: 24px !important;
    padding-top: 26px !important;
}

.hp-s3-cta .et_pb_module_header a {
    color: #fff;
}

.hp-s3-cta .et_pb_module_header span {
    display: inline-block;
}

/* .hp-s3-cta .et_pb_module_header span:after {
  content: '';
  background-color: #18a3ac;
  height: 4px;
  width: 100%;
  display: block;
  margin-top: -5px;
} */

/**
 * Home section 7
 *
 */

.hp-s7-cta .et_pb_promo_description {
    padding-bottom: 45px;
}

.hp-s7-cta .et_pb_module_header {
    padding-bottom: 26px !important;
}

.hp-s7-cta .et_pb_promo_description p {
    letter-spacing: -0.01em
}

/**
 * Locations section 2
 *
 */

body:not(.et-fb) .term-description-more {
    display: none;
}

.locations-s2-row2-col1 .et_pb_text address {
    font-style: normal !important;
}

.locations-s2-row2-col1 .et_pb_text address,
.locations-s2-row2-col1 .et_pb_text .et_pb_text_inner address p {
    font-weight: 700 !important;
}

.locations-s2-row2-col1 .term-description a {
    font-style: normal !important;
    font-weight: 700;
}

/* locations-s2-row2-address */

.locations-s2-row2-address .et_pb_text_inner p {
    font-weight: 500 !important;
}

.locations-s2-row2-col1 p,
.locations-s2-row2-col1 p:not(.has-background):last-of-type {
    padding-bottom: 30px;
}

.locations-s2-row2-col1 .term-description p:last-child,
.locations-s2-row2-col1 .term-description-more p:last-child {
    padding-bottom: 10px !important;
}

/* .locations-s2-row2-col1 p:nth-child(1) {
  padding-bottom: 29px;
}

.locations-s2-row2-col1 p:nth-child(2) {
  padding-bottom: 30px;
}

.locations-s2-row2-col1 p:nth-child(3) {
  padding-bottom: 30px;
}

.locations-s2-row2-col1 p:nth-child(4) {
  padding-bottom: 10px;
} */

/**
 * Locations section 3
 *
 */

.locations-s3-row1 .et_pb_text_inner a {
    background-color: #1e3e87;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 21px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 15px !important;
    padding-top: 18px !important;
    font-weight: 700;
    border: 3px solid #1e3e87;
    min-width: 320px !important;
    display: inline-block !important;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    /* font-family: sans-serif; */
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.locations-s3-row1 a:hover {
    background-color: #112F68;
    /* color: #1e3e87; */
    border: 3px solid #112F68;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 15px !important;
    padding-top: 18px !important;
    color: #fff;
}

.locations-s3-row1 .et_pb_text_inner > span {
    margin: 0 30px;
    font-weight: 700;
    color: #1e3e87;
}

/**
 * Locations section 4
 *
 */

.locations-s4-row2 .et_pb_code_inner ul {
    max-width: 1201px;
    margin: 0 auto;
    list-style: none !important;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.locations-s4-row2 .et_pb_code_inner ul li {
    display: inline-block;
    width: calc(33.33% - 30px);
    text-align: center;
    margin: 15px 15px 5px;
    vertical-align: top;
}

.locations-s4-row2 .et_pb_code_inner ul li a {
    font-size: 20px;
    color: #fff !important;
    display: block;
    font-weight: 700;
    padding-bottom: 32px;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px solid #18a3ac;
    transition: all 0.2s;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.locations-s4-row2 .et_pb_code_inner ul li a:hover {
    background-color: #052049;
    border-color: #052049;
}

.locations-s4-row-1-text .et_pb_module_header {
    padding-bottom: 35px !important;
}

.locations-s4-row-1-text .et_pb_module_header {
    padding-bottom: 26px !important;
}

.locations-s4-row1 .et_pb_blurb_content .et_pb_module_header {
    padding-bottom: 26px !important;
}

/**
 * Locations section 6
 *
 */

.locations-s6-row1-testimonails .et_pb_slide .et_pb_slide_description {
    padding-bottom: 110px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.locations-s6-row1-testimonails.singleSlided .et_pb_slide .et_pb_slide_description {
    padding-bottom: 50px !important;
}

.locations-s6-row1-testimonails .et_pb_slide {
    padding: 0 10%;
}

.locations-s6-row1-testimonails .testimonial-quote,
.locations-s6-row1-testimonails .testimonial-author {
    color: #ffffff !important;
}

.locations-s6-row1-testimonails .et-pb-active-slide {
    display: block !important;
    opacity: 1 !important;
}

.locations-s6-row1-testimonails .testimonial-quote {
    padding-bottom: 25px;
    line-height: 1.55 !important;
}

.locations-s6-row1-testimonails .testimonial-author {
    /* padding-bottom: 55px; */
    font-weight: 600;
}

.locations-s6-row1-testimonails .et-pb-controllers a {
    background-color: transparent;
    height: 15px !important;
    border: 2px solid #ffffff;
    width: 15px !important;
    background-color: transparent !important;
}

.locations-s6-row1-testimonails .et-pb-controllers a.et-pb-active-control {
    background-color: #ffffff !important;
    bottom: 31px !important;
}

.locations-s6-row1-testimonails .et-pb-slider-arrows .et-pb-arrow-prev:before {
    content: '' !important;
    background-image: url('assets/img/slider_left_arrow_u.svg') !important;
    height: 50px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: -50%;
    right: -35px;
    transform: translateY(-150%);
}

.locations-s6-row1-testimonails .et-pb-slider-arrows .et-pb-arrow-next:before {
    content: '' !important;
    background-image: url('assets/img/slider_right_arrow_u.svg') !important;
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: -50%;
    transform: translateY(-150%);
}

.locations-s6-row1-testimonails .et-pb-active-slide .et_pb_slide_description {
    animation-name: fadeIn;
}

.locations-s6-row1-testimonails .et_pb_slide .et_pb_button.et_pb_more_button {
    border: 3px solid #fff !important;
}

.locations-s6-row1-testimonails .et_pb_slide .et_pb_button.et_pb_more_button:hover {
    border: 3px solid #112f68 !important;
}

/**
 *  Doctors template
 *
 */

.filter-section > div:nth-child(2) > .et_pb_module {
    margin: 0 !important;
}

.et_pb_row.avp-doctors-main-row {
    max-width: 1200px;
    /* width: 100%; */
}

.et_pb_row.avp-doctors-main-row .doctors-inner-row:first-child {
    padding: 0 15px;
}

/* Loader */

#doctors-section {
    position: relative;
}

.loading .loader {
    display: block;
}

.loader {
    display: none;
    position: absolute;
    bottom: 0;
    top: -18px;
    background-color: #141414ad;
    width: 100%;
    height: 100%;
    z-index: 111;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.lds-ripple {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 6;
    display: block;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.doctors-inner-row {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
    max-width: 1200px !important;
    width: 100% !important;
}

.et_pb_row.cards {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent;
}

.doctors-inner-blurb {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 40px !important;
}

/**
 *  Blog
 *
 */

.blog #left-area .et_pb_post {
    margin-bottom: 50px !important;
}

.blog #main-content,
.single #main-content,
.category #main-content,
.search #main-content,
.search-results #main-content {
    background-color: #e6e7e1 !important;
}

.widget_categories {
    background: #fff;
}

.widget_categories h4 {
    background: #1e3e87;
    display: block;
    padding: 20px 15px 18px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
}

.widget_categories ul li {
    border-bottom: 1px solid #e2e3e0;
    margin-bottom: 0 !important;
}

.widget_categories ul li a {
    display: block;
    padding: 18px 15px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #112f68 !important;
}

.widget_categories li a:hover {
    color: #1e3e87 !important;
}

/* .avp-post-meta span,
.avp-post-meta a {
  color: #052049 !important
} */

.avp-post-meta a {
    text-decoration: underline;
}

.avp-post-content {
    margin: 20px 0;
}

#main-content .container:before {
    display: none !important;
}

.avp-blog-contentarea {
    max-width: 1170px !important;
    margin: 0 auto;
}

.avp-blog-leftarea {
    max-width: 73%;
}

.blog-container .entry-content p,
.blog-container .entry-content h1,
.blog-container .entry-content h2,
.blog-container .entry-content h3,
.blog-container .entry-content h4,
.blog-container .entry-content h5,
body:not(.et-fb) .blog-container .entry-content ul,
body:not(.et-fb) .blog-container .entry-content ol {
    padding-bottom: 2rem !important;
}

body:not(.et-fb) .blog-container .entry-content ul,
body:not(.et-fb) .blog-container .entry-content ol {
    padding-left: 6rem !important;
}

body:not(.et-fb) .blog-container .entry-content li {
    padding-bottom: 1.5rem;
    position: relative;
    /* font-weight: 600; */
}

body:not(.et-fb) .blog-container .entry-content ul li:after,
body:not(.et-fb) .blog-container .entry-content ol li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #2e2b28;
    top: 14px;
    left: -18px;
    border-radius: 50%;
    transform: translateY(-50%);
}

body:not(.et-fb) .blog-container .entry-content ol {
    counter-reset: avp-list-counter;
}

body:not(.et-fb) .blog-container .entry-content ol li {
    counter-increment: avp-list-counter;
}

body:not(.et-fb) .blog-container .entry-content ol li:after {
    content: counter(avp-list-counter) ". ";
    width: auto;
    height: auto;
    background-color: transparent;
    text-align: right;
    width: 40px;
    left: -50px;
}

.blog-container .entry-content blockquote {
    border-color: #18a3ac;
    border-width: 4px;
}

/* @TODO Remove this query, its temporary */

@media (min-width: 981px) {
    #sidebar {
        max-width: 27%;
        width: 100% !important;
    }
}

/* Single */

.single #left-area .avp-post-meta {
    padding-bottom: 20px !important;
}

/* Navigation */

.wp-pagenavi {
    text-align: center;
    border-top: 0;
}

.wp-pagenavi span.current,
.wp-pagenavi a,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    padding: 10px 15px;
    min-width: 54px;
    text-align: center;
    display: inline-block;
}

.wp-pagenavi span.current,
.wp-pagenavi a {
    font-size: 20px !important;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    font-size: 40px !important;
    font-weight: 400 !important;
    vertical-align: middle;
    line-height: 24px;
    height: 54px;
}

.wp-pagenavi span,
.wp-pagenavi a {
    font-weight: 500 !important;
    color: #1e3e87 !important
}

.wp-pagenavi span.current {
    color: #fff !important;
    background-color: #1e3e87 !important;
}

.wp-pagenavi .page:hover {
    color: #fff !important;
    background-color: #1e3e87 !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #1e3e87 !important;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    color: #fff !important;
    background: #1e3e87 !important;
}

.wp-pagenavi .current,
.wp-pagenavi a {
    border: 2px solid #1e3e87 !important;
}

.wp-pagenavi span,
.wp-pagenavi a {
    margin: 0 5px;
    vertical-align: middle;
}

.wp-pagenavi .extend {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.avp-ssb {
    position: relative;
    top: -2px;
    padding-left: 8px;
}

.avp-ssb .simplesocialbuttons {
    display: inline;
}

.avp-ssb .simplesocial-fb-share {
    color: #fff !important;
    background: #3b5998 !important;
}

.avp-ssb .simplesocial-twt-share {
    color: #fff !important;
    background: #1DA1F2 !important;
}

.simplesocial-fb-share,
.simplesocial-twt-share {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border-style: solid !important;
    height: 21px !important;
    display: inline-block !important;
    text-decoration: none !important;
    width: 22px !important;
    position: relative !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    vertical-align: top !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.avp-ssb .simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover,
.avp-ssb .simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover {
    color: #fff !important;
}

.avp-ssb .simplesocialbuttons button {
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    top: 0;
}

.avp-ssb .simplesocialbuttons button:hover {
    top: -5px;
}

.avp-ssb .simplesocialbuttons button:after {
    left: -6px !important;
    font-size: 14px !important;
    top: -6px !important;
}

.et_right_sidebar #left-area {
    padding-right: 0;
}

body:not(.single) #left-area .et_pb_post:not(:first-child) {
    padding-top: 40px;
}

.locations-s6.avp_even_testimonial .et_pb_slide_description {
    padding-bottom: 50px !important;
}

.avp-location-main-content .et_pb_code_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.doctors-inner-row .reset-button #filter-doctor-speciality-reset,
.doctors-inner-row .reset-button #filter-doctor-location-reset,
.doctors-inner-row .reset-button #filter-doctor-name-reset {
    display: none;
}

.doctors-inner-row .show-reset-button #filter-doctor-speciality-reset,
.doctors-inner-row .show-reset-button #filter-doctor-location-reset,
.doctors-inner-row .show-reset-button #filter-doctor-name-reset {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 0;
    background-color: transparent;
    z-index: 111;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    text-align: center;
    width: 58px;
    height: 56px;
    cursor: pointer;
}

.doctors-inner-row .show-reset-button {
    position: relative;
}

.doctors-inner-row .show-reset-button #filter-doctor-speciality-reset:before,
.doctors-inner-row .show-reset-button #filter-doctor-location-reset:before,
.doctors-inner-row .show-reset-button #filter-doctor-name-reset:before {
    content: 'x';
    font-size: 26px;
    color: red;
}

/**
 * Responsive
 *
 */

@media screen and (min-width: 981px) and (max-width: 1050px) {
    .wp-pagenavi span.current,
    .wp-pagenavi a,
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .last,
    .wp-pagenavi .first {
        min-width: 40px !important;
        padding: 3px 10px !important;
    }

    .wp-pagenavi a.first,
    .wp-pagenavi a.last,
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        font-size: 30px !important
    }
}

html body .hp-s3 {
    min-height: inherit !important;
}

@media screen and (max-width: 980px) {
    /* Map */
    .map-sperator {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 13px;
    }

    /* Blog */
    .avp-blog-leftarea {
        max-width: 100%;
    }

    /* Banner */
    .avp-header {
        padding-top: 70px !important;
        padding-bottom: 60px !important;
    }

    /* Homepage Section 3 */
    html body .hp-s3 .et_pb_row .et_pb_column {
        max-width: 572px;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        clear: both;
    }

    /* Location single */
    .locations-s3-row1 .et_pb_text_inner > span {
        margin: 0 15px;
    }

    /* Location single */
    .locations-s2-row2-address .et_pb_text_inner .readmore-btn,
    .locations-s2-row2-address .et_pb_text_inner .driving-direction {
        font-weight: 700 !important;
        color: #112f68 !important;
    }

    .locations-s2-row2-address {
        max-width: 100% !important;
    }

    /* Testimonials */
    .locations-s6 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .locations-s6-row1 .et-pb-controllers {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 15px;
    }

    .locations-s6-row1-testimonails .et_pb_slide .et_pb_slider_container_inner {
        padding: 0 !important;
    }

    .locations-s6-row1-testimonails .et_pb_slide .et_pb_slide_description {
        padding-bottom: 41px !important;
    }

    .locations-s6-row1-testimonails.singleSlided {
        padding-bottom: 0;
    }

    .locations-s6-row1-testimonails.singleSlided .et_pb_slide .et_pb_slide_description {
        padding-bottom: 0 !important;
    }

    .et_pb_section.avp-location-main-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .et_pb_section.blue-cta-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .et_pb_section.avp-testimonials-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .et_pb_section.avp-testimonials-sec {
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .locations-s2 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    /* .locations-s5 {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
  } */
    /* Doctor single */
    html body .et_pb_section.doctor_detail_section,
    .avp-dr-locations,
    .single-doc-specilaity {
        /* padding-top: 70px !important;
    padding-bottom: 70px !important; */
    }

    .blog-container #content-area {
        overflow: hidden;
    }

    .locations-s2-row2-col1 {
        margin-bottom: 0;
    }

    .avp_doctor-template-default .nav-our-doctors > a:after {
        display: none;
    }
}

/* .et_pb_post.post .entry-content p,
.et_pb_post.post .entry-content span,
.et_pb_post.post .entry-content ul li,
.et_pb_post.post .entry-content ol li {
  font-weight: 700;
} */

body:not(.et-fb).et_pb_post.post .entry-content a {
    color: #112f68 !important;
}

@media only screen and (max-width: 980px) {
    .locations-s4-row2 .et_pb_code_inner ul li {
        width: calc(50% - 30px) !important;
    }

    .locations-s6.avp_even_testimonial .et_pb_slide_description {
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .wp-pagenavi span.current,
    .wp-pagenavi a,
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .last,
    .wp-pagenavi .first {
        min-width: 40px !important;
        padding: 3px 10px !important;
    }

    .wp-pagenavi a.first,
    .wp-pagenavi a.last,
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        font-size: 30px !important;
        height: 40px;
        line-height: 25px;
    }
}

.et_mobile_device .avp-hide-sticky {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .avp-post-content {
        line-height: 1.4;
        font-size: 16px;
    }

    /* Header */
    .avp-header {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    /* Slider */
    .locations-s6 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .locations-s6-row1-testimonails .et_pb_slide .et_pb_slide_description {
        padding-bottom: 0px !important;
    }

    .locations-s6-row1-testimonails .et_pb_slides .et_pb_slide {
        padding: 0 !important;
    }

    .locations-s6-row1-testimonails .et_pb_slider_container_inner {
        padding: 0 !important;
    }

    .locations-s6-row1-testimonails .et-pb-slider-arrows {
        display: none;
    }

    .locations-s6-row1-testimonails .testimonial-quote {
        padding-bottom: 17px;
        line-height: 1.38;
    }

    .locations-s6-row1 .et_pb_slider {
        padding-bottom: 41px;
    }

    .locations-s6-row1-testimonails.singleSlided {
        padding-bottom: 0;
    }

    .locations-s6-row1-testimonails .et-pb-controllers a {
        margin-left: 10px !important;
        margin-right: 11px !important;
    }

    .locations-s6-row1-testimonails .et-pb-arrow-next,
    .locations-s6-row1-testimonails .et-pb-arrow-prev {
        top: 49% !important;
    }

    /* All testimonials */
    .all-testimonial .locations-s6-row1-testimonails .et_pb_slide .et_pb_slider_container_inner {
        padding: 0 !important;
    }

    .all-testimonial .locations-s6-row1-testimonails .et_pb_slide .et_pb_slide_description {
        padding-bottom: 0px !important;
    }

    /* Homepage Section 3 */
    .hp-s3 .et_pb_column .et_pb_column_1_2 {
        margin-bottom: 20px !important;
    }

    .hp-s3-row1 .et_pb_text_inner h2 {
        padding-bottom: 13px !important;
    }

    .hp-s3-row1 .et_pb_text_inner p {
        letter-spacing: -0.01em;
        line-height: 1.6;
    }

    .hp-s3-cta .et_pb_module_header {
        padding-bottom: 21px !important;
        padding-top: 19px !important;
    }

    .hp-s3-cta .et_pb_promo_description {
        padding-bottom: 31px;
    }

    .hp-s3-cta .et_pb_promo_description p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.02em;
    }

    .hp-s3-row2 .hp-s3-cta.et_pb_promo {
        padding: 28px !important;
    }

    .hp-s3-row2 .hp-s3-cta.et_pb_promo {
        padding-bottom: 50px !important;
    }

    html body .hp-s3 .et_pb_row .et_pb_column {
        margin-bottom: 20px !important;
    }

    /* Homepage Section 7 */
    .hp-s7-cta .et_pb_module_header {
        padding-bottom: 14px !important;
    }

    .hp-s7-cta .et_pb_promo_description p {
        line-height: 1.5;
    }

    .hp-s7-cta .et_pb_promo_description {
        padding-bottom: 25px;
    }

    /* Location single*/
    /* .locations-s3-row1 .et_pb_text_inner a,
  .locations-s3-row1 .et_pb_text_inner span {
    width: 100%;
  } */
    .locations-s3-row1 .et_pb_text_inner span {
        display: inline-block;
    }

    .locations-s3-row1 .et_pb_text_inner > span {
        display: inline-block;
        /* padding: 13px 0 12px; */
        /* margin: 0; */
        vertical-align: middle;
        /* top: -4px; */
        position: relative;
        font-weight: 600;
        font-size: 13px;
        margin: 0 8px;
    }

    .locations-s3-row1 .et_pb_text_inner a {
        font-size: 13px !important;
        line-height: 16px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 6px !important;
        padding-top: 6px !important;
        font-weight: 600;
        width: 154px !important;
        min-width: inherit !important;
        font-family: 'Montserrat', sans-serif;
    }

    .locations-s3-row1 .et_pb_text_inner a:hover {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 6px !important;
        padding-top: 6px !important;
        background-color: #112F68;
        color: #fff;
    }

    .et_pb_section.avp-location-main-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .et_pb_section.blue-cta-sec {
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .appointment div.et_pb_row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wp-pagenavi span.current,
    .wp-pagenavi a {
        padding: 5px;
        font-size: 16px !important;
        margin: 0 2px !important;
        min-width: 30px !important;
        line-height: 16px;
    }

    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        padding: 5px;
        margin: 0;
    }

    .wp-pagenavi .first,
    .wp-pagenavi .last,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        font-size: 22px !important;
        line-height: 16px;
        height: 30px;
    }

    .wp-pagenavi .extend {
        margin: 0;
    }

    .locations-s2 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /* .locations-s5 {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
  } */
    .locations-s4-row-1 .et_pb_blurb_content .et_pb_module_header,
    .locations-s2 h2 {
        padding-bottom: 23px !important;
    }

    .locations-s2-row2 {
        padding-top: 0 !important;
    }

    .et_pb_row.et_pb_row_6.cards,
    .locations-s4-row-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .locations-s4-row-1 .et_pb_blurb_description p:not(:empty) {
        padding-bottom: 30px !important;
    }

    /* Doctor single */
    html body .et_pb_section.doctor_detail_section,
    .avp-dr-locations,
    .single-doc-specilaity {
        /* padding-top: 50px !important;
    padding-bottom: 50px !important; */
    }

    .blog #left-area .et_pb_post {
        margin-bottom: 30px !important;
    }

    body:not(.single) #left-area .et_pb_post:not(:first-child) {
        padding-top: 0;
    }

    .locations-s6.avp_even_testimonial .et_pb_slide_description {
        padding-bottom: 0px !important;
    }

    .locations-s6.avp_even_testimonial .et_pb_slider {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    /* Homepage Section 3 */
    .locations-s4-row2 .et_pb_code_inner ul li {
        width: calc(100% - 30px) !important;
    }

    .hp-s3-cta .et_pb_button.et_pb_promo_button {
        width: 100%;
    }

    .wp-pagenavi .extend {
        margin: 0 !important;
        padding: 0 2px !important;
    }

    /* .wp-pagenavi span.current,.wp-pagenavi a{
        min-width: 20px !important;
    } */
    .wp-pagenavi .extend {
        height: 30px;
        line-height: 22px;
        vertical-align: middle;
        display: inline-block;
    }

    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        height: 30px;
        line-height: 16px;
    }

    .wp-pagenavi span.current,
    .wp-pagenavi a {
        min-width: 30px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 479px) {
    .cards .et_pb_column:last-of-type .et_pb_blurb {
        margin-bottom: 0 !important
    }

    .avp-doctors-wrapper .et_pb_column:last-of-type .et_pb_blurb {
        margin-bottom: 40px !important;
    }

    .et_pb_post h2 {
        padding-bottom: 10px;
    }

    .blog-container .entry-content ul,
    .blog-container .entry-content ol {
        padding-left: 4rem !important;
    }
}

@media screen and (max-width: 375px) {
    .hp-s7 .et_pb_button.et_pb_promo_button {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .wp-pagenavi span.current,
    .wp-pagenavi a,
    .wp-pagenavi span.current,
    .wp-pagenavi a {
        font-size: 12px !important;
        line-height: 9px !important;
        min-width: 23px !important;
    }

    .wp-pagenavi a.first,
    .wp-pagenavi a.last {
        font-size: 12px !important;
        vertical-align: middle
    }

    .wp-pagenavi a {
        min-width: 23px !important
    }

    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
        font-size: 12px !important;
    }

    .wp-pagenavi a.first,
    .wp-pagenavi a.last,
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        height: 23px;
        vertical-align: middle
    }
}

@media screen and (max-width: 374px) {
    .locations-s3-row1 .et_pb_text_inner > span {
        display: inline-block;
        vertical-align: middle;
        /* top: -7px; */
        position: relative;
        font-weight: 600;
        font-size: 13px;
        margin: 0 8px;
    }

    .locations-s3-row1 .et_pb_text_inner a {
        width: 126px !important;
    }

    .locations-s3-row1 .et_pb_text_inner a span {
        display: inline-block;
        color: #fff;
    }
}

/* CTA Section */

@media screen and (max-width: 991px) {
    .cta-btn .et_pb_button_module_wrapper .et_pb_button {
        min-width: 253px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 575px) {
    .cta-btn .et_pb_column {
        display: inline-block !important;
        width: calc(50% - 20px) !important;
        margin: 0px 10px !important;
    }

    .cta-btn .et_pb_column.et_pb_column_9 .et_pb_module {
        float: right;
    }

    .cta-btn .et_pb_column.et_pb_column_10 .et_pb_module {
        float: left;
    }

    .specialty-cta .cta-btn .et_pb_column:first-child {
        margin-left: 0 !important;
    }

    .specialty-cta .cta-btn {
        display: flex;
        justify-content: space-between;
    }

    .specialty-cta .cta-btn .et_pb_column:first-child > div {
        text-align: right;
    }

    .specialty-cta .cta-btn .et_pb_column:not(:first-child) {
        margin-right: 0 !important;
    }

    .specialty-cta .cta-btn .et_pb_column:not(:first-child) > div {
        text-align: left;
    }
}

@media screen and (max-width: 574px) {
    .specialty-cta .cta-btn .et_pb_column:first-child > div {
        text-align: center;
    }

    .specialty-cta .cta-btn .et_pb_column:not(:first-child) > div {
        text-align: center;
    }
}

@media screen and (max-width: 374px) {
    .filter-section .styledSelect {
        font-size: 14px;
    }

    .select .options li {
        font-size: 14px;
    }

    .search-field input[type="text"] {
        font-size: 14px;
    }
}

@media screen and (min-width: 981px) {
    .et_right_sidebar #sidebar {
        padding-left: 0;
        max-width: 270px;
    }

    .et_right_sidebar #left-area {
        padding-right: 0;
        max-width: calc(100% - 270px) !important;
        width: 100% !important;
        padding-right: 70px;
    }
}

/*End  Asad.css */
/*Start zaryab.css */
.doctor_detail_z .et_pb_text_inner p {
    padding-bottom: 30px;
}

.doctor_detail_z .et_pb_text_inner p:last-child {
    padding-bottom: 0px;
}

.case_pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_pagination > div {
    display: inline-block;
    max-width: 466px;
}

.next_case {
    float: right;
    margin-left: auto;
}

.pagination_link {
    display: flex !important;
    align-items: center;
    position: relative;
}

.prev_case a::before {
    content: '';
    position: absolute;
    background: url(assets/img/new_pagination_left_arrow.svg) no-repeat;
    top: 50%;
    left: 0;
    height: 37px;
    width: 20px;
    transform: translateY(-50%);
}

.next_case a::before {
    content: '';
    position: absolute;
    background: url(assets/img/new_pagination_right_arrow.svg) no-repeat;
    top: 50%;
    right: 0;
    height: 37px;
    width: 20px;
    transform: translateY(-50%);
}

.next_case .pagination_link {
    flex-direction: row-reverse;
}

.case_pagination .next_case img {
    margin-left: 0;
    margin-right: 56px;
}

.case_pagination .pagination_link img {
    width: 100px;
    height: 100px;
}

.case_pagination img {
    margin-left: 56px;
}

.case_pagination .pagination_title {
    color: #112f68 !important;
}

.post_short_desc h6 {
    margin-bottom: 12px;
    color: #173067 !important;
}

.next_case .post_short_desc {
    text-align: right;
    padding-left: 0;
}

.post_short_desc {
    padding-left: 20px;
}

.post_short_desc span {
    font-size: 15px;
    line-height: 1.45555;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #052049;
    display: block;
    margin-top: 10px;
}

.next_case .post_short_desc {
    padding-right: 20px;
}

.et_pb_row.publication_heading .et_pb_blurb_content,
.et_pb_row.publications {
    max-width: 868px !important;
    background-color: transparent;
}

.publication_list ul {
    padding: 0;
}

.avp-publications-list .et_pb_module_header {
    color: #112f68 !important;
}

.publication_list ul li a .publication_header {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #18a3ac;
    display: block;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.publication_list ul li {
    border-bottom: 1px solid #e2e3e0;
    padding: 27px 24px 26px;
}

.publication_list ul li:last-child {
    border-bottom: none;
}

.publication_list ul li a {
    position: relative;
    padding: 0 10px 0 66px;
    display: block;
}

.publication_list ul li a::after {
    content: '';
    position: absolute;
    background: url(assets/img/document_icon.svg) no-repeat;
    top: 3px;
    left: 0;
    height: 48px;
    width: 36px;
}

.publication_list ul li a p {
    font-weight: 700;
    word-spacing: -0.13em;
}

.loca_space.hp-s7 .et_pb_promo_description {
    padding-bottom: 36px;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner h4,
.privacy_policy_full_content .et_pb_row .et_pb_text_inner h3 {
    padding-bottom: 30px;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner h3 {
    text-transform: uppercase;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner .txt_i {
    font-style: italic;
    padding-bottom: 10px;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner .txt_b {
    font-weight: 600;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner p {
    padding-bottom: 30px;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner .avp-link {
    margin-bottom: 10px;
}

.avp_our_services .et_pb_row .et_pb_code_inner h4 a,
.avp_our_services .et_pb_row .et_pb_code_inner .desc {
    color: #fff;
    margin-left: 20px;
    line-height: 1.52;
    font-size: 18px;
}

.avp_our_services .et_pb_row .et_pb_code_inner .desc:not(:last-of-type) {
    padding-bottom: 17px;
}

.avp_our_services .et_pb_row .et_pb_blurb h4 a {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 7px;
    display: inline-block;
}

.avp_our_services .et_pb_row .et_pb_code_inner h4 a {
    display: inline-block !important;
}

.avp_our_services .et_pb_row .et_pb_code_inner h4 {
    position: relative;
    padding-bottom: 0;
}

.avp_our_services .et_pb_row .et_pb_code_inner h4::after {
    position: absolute;
    content: "";
    top: 41%;
    transform: translateY(-50%);
    left: 0;
    width: 9px;
    height: 14px;
    background: url("assets/img/after_arrow.svg") center center no-repeat;
}

.avp_our_services .et_pb_row .et_pb_blurb p {
    color: #fff;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 1.5;
    /* margin-left: 19px; */
}

.avp_our_services .et_pb_row .avp-services-list .et_pb_blurb_description p {
    /* margin-left: 19px; */
}

.avp_our_services .et_pb_row .et_pb_code_inner h4 a.avp-link {
    background-position: 100% 92%;
}

.location-cards .et_pb_module .et_pb_blurb_content {
    margin-bottom: 40px;
}

.et_pb_section .et_pb_row.location-cards:last-child .et_pb_module .et_pb_blurb_content {
    margin-bottom: 0;
}

.doctor_detail_section .doctor_full_detail .et_pb_column .et_pb_module.et_pb_code {
    max-width: 270px;
    margin: 0 auto;
}

@media screen and (min-width: 981px) {
    .doctor_detail_section .doctor_full_detail .et_pb_column_1_4.et_pb_css_mix_blend_mode_passthrough {
        margin-right: 70px;
        width: 270px;
    }

    .doctor_detail_section .doctor_full_detail .et_pb_column_3_4.et_pb_css_mix_blend_mode_passthrough {
        max-width: calc(100% - 340px);
    }
}

@media screen and (max-width: 1024px) {
    .case_pagination > div {
        max-width: 400px;
    }
}

@media screen and (max-width: 980px) {
    .case_pagination img {
        margin-left: 30px;
    }

    .case_pagination .next_case img {
        margin-right: 30px;
    }

    .case_pagination > div {
        max-width: 345px;
    }

    .avp_our_services .et_pb_row .et_pb_code_inner .desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .publication_list ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .publication_list ul li a {
        padding: 0 0px 0 54px;
    }

    .pagination_link img {
        display: none;
    }

    .post_short_desc,
    .next_case .post_short_desc {
        padding-right: 25px;
        line-height: 1.3;
    }

    .next_case a::before {
        right: -5px;
    }

    .prev_case a::before {
        left: -5px;
    }

    .pagination_link h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .pagination_link span {
        font-size: 12px;
        margin-top: 8px;
    }

    .next_case a::before,
    .prev_case a::before {
        height: 20px;
        background-size: contain;
    }
}

@media screen and (max-width: 500px) {
    .case_pagination > div {
        max-width: 165px;
    }
}

@media screen and (max-width: 374px) {
    .pagination_link h6 {
        font-size: 14px;
    }

    .pagination_link span {
        font-size: 10px;
    }
}

/*End  zaryab.css  */
/*=========================================
         =        End of Code from main           =
  =========================================*/
html {
    color: #000e3c;
    font-size: 10px;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

#et-boc#et-boc h1,
.et_pb_column_1_3 h1,
.et_pb_column_1_1 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_1_4 h1,
.et_pb_column_2_5 h1,
.et_pb_column_1_2 h1,
body h1,
body .h1,
body #et-boc#et-boc h2.h1 {
    font-size: 65px;
    line-height: 1.15;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #052049;
    letter-spacing: 0;
}

#et-boc#et-boc h2,
.et_pb_column_1_3 h2,
.et_pb_column_1_1 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_1_4 h2,
.et_pb_column_2_5 h2,
.et_pb_column_1_2 h2,
.et_pb_slide_description h2.et_pb_slide_title,
body h2,
body .h2,
#et-boc#et-boc .doctor_detail_section .h2,
#et-boc#et-boc .h2 {
    font-size: 45px;
    line-height: 1.28;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #052049;
    letter-spacing: 0;
}

#et-boc#et-boc h3,
.et_pb_column_1_3 h3,
.et_pb_column_1_1 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_1_4 h3,
.et_pb_column_2_5 h3,
.et_pb_column_1_2 h3,
body h3,
body .h3 {
    font-size: 30px;
    line-height: 1.333;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #052049;
    letter-spacing: 0;
}

#et-boc#et-boc h4,
.et_pb_column_1_3 h4,
.et_pb_column_1_1 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_1_4 h4,
.et_pb_column_2_5 h4,
.et_pb_column_1_2 h4,
body h4,
body .h4 {
    font-size: 24px;
    line-height: 1.333;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #052049;
    letter-spacing: 0;
}

#et-boc#et-boc h5,
.et_pb_column_1_3 h5,
.et_pb_column_1_1 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_1_4 h5,
.et_pb_column_2_5 h5,
.et_pb_column_1_2 h5,
body h5,
body .h5 {
    font-size: 24px;
    line-height: 1.333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #052049;
    letter-spacing: 0;
}

#et-boc#et-boc h6,
.et_pb_column_1_3 h6,
.et_pb_column_1_1 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_1_4 h6,
.et_pb_column_2_5 h6,
.et_pb_column_1_2 h6,
body h6,
body .h6 {
    font-size: 18px;
    line-height: 1.22;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #052049;
    letter-spacing: 0;
}

body #et-boc#et-boc h2.h1 {
    font-size: 65px;
    line-height: 1.15;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #052049;
    letter-spacing: 0;
}

#main-content p:empty {
    display: none;
}

body p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body p a {
    color: #112f68;
}

body p a {
    font-weight: 700;
}

p:empty {
    display: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

#main-content ol ol,
#main-content ul ul,
#main-content ol ul,
#main-content ul ol {
    margin-top: 20px;
}

#main-content li > h4 {
    padding-bottom: 0;
}

.et_pb_section {
    background-color: transparent;
}


@media (max-width: 980px) {
    #et-boc#et-boc h1,
    .et_pb_column_1_3 h1,
    .et_pb_column_1_1 h1,
    .et_pb_column_1_5 h1,
    .et_pb_column_1_6 h1,
    .et_pb_column_1_4 h1,
    .et_pb_column_2_5 h1,
    .et_pb_column_1_2 h1,
    body h1,
    body .h1,
    body #et-boc#et-boc h2.h1 {
        font-size: 50px;
    }

    #et-boc#et-boc h2,
    .et_pb_column_1_3 h2,
    .et_pb_column_1_1 h2,
    .et_pb_column_1_5 h2,
    .et_pb_column_1_6 h2,
    .et_pb_column_1_4 h2,
    .et_pb_column_2_5 h2,
    .et_pb_column_1_2 h2,
    .et_pb_slide_description h2.et_pb_slide_title,
    body h2,
    body .h2,
    #et-boc#et-boc .doctor_detail_section .h2,
    #et-boc#et-boc .h2 {
        font-size: 37px;
    }

    #et-boc#et-boc h3,
    .et_pb_column_1_3 h3,
    .et_pb_column_1_1 h3,
    .et_pb_column_1_5 h3,
    .et_pb_column_1_6 h3,
    .et_pb_column_1_4 h3,
    .et_pb_column_2_5 h3,
    .et_pb_column_1_2 h3,
    body h3,
    body .h3 {
        font-size: 26px;
    }

    /* .et_pb_column_1_3 h4,
    .et_pb_column_1_1 h4,
    .et_pb_column_1_5 h4,
    .et_pb_column_1_6 h4,
    .et_pb_column_1_4 h4,
    .et_pb_column_2_5 h4,
    .et_pb_column_1_2 h4,
    body h4,
    body .h4 {
        font-size: 22px;
        line-height: 1.36;
    } */
    /* .et_pb_column_1_3 h5,
    .et_pb_column_1_1 h5,
    .et_pb_column_1_5 h5,
    .et_pb_column_1_6 h5,
    .et_pb_column_1_4 h5,
    .et_pb_column_2_5 h5,
    .et_pb_column_1_2 h5,
    body h5,
    body .h5 {
        font-size: 22px;
        line-height: 1.36;
    }
     */
    /* .et_pb_column_1_3 h6,
    .et_pb_column_1_1 h6,
    .et_pb_column_1_5 h6,
    .et_pb_column_1_6 h6,
    .et_pb_column_1_4 h6,
    .et_pb_column_2_5 h6,
    .et_pb_column_1_2 h6,
    body h6,
    body .h6 {
        font-size: 18px;
        line-height: 1.22;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #052049;
    } */
    body {
        font-size: 18px;
        line-height: 1.5;
    }

    ul li {
        font-size: 18px;
    }

    body p {
        font-size: 18px;
        line-height: 1.5;
    }

    body #et-boc#et-boc h2.h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }

    #et-boc#et-boc h1,
    .et_pb_column_1_3 h1,
    .et_pb_column_1_1 h1,
    .et_pb_column_1_5 h1,
    .et_pb_column_1_6 h1,
    .et_pb_column_1_4 h1,
    .et_pb_column_2_5 h1,
    .et_pb_column_1_2 h1,
    body h1,
    body .h1,
    body #et-boc#et-boc h2.h1 {
        font-size: 40px;
        line-height: 1.25;
    }

    body #et-boc#et-boc h2.h1 {
        font-size: 40px !important;
        line-height: 1.25 !important;
    }

    #et-boc#et-boc h2,
    .et_pb_column_1_3 h2,
    .et_pb_column_1_1 h2,
    .et_pb_column_1_5 h2,
    .et_pb_column_1_6 h2,
    .et_pb_column_1_4 h2,
    .et_pb_column_2_5 h2,
    .et_pb_column_1_2 h2,
    .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_post h2,
    body h2,
    body .h2,
    #et-boc#et-boc .doctor_detail_section .h2,
    #et-boc#et-boc .h2 {
        font-size: 30px;
        line-height: 1.333;
    }

    #et-boc#et-boc h3,
    .et_pb_column_1_3 h3,
    .et_pb_column_1_1 h3,
    .et_pb_column_1_5 h3,
    .et_pb_column_1_6 h3,
    .et_pb_column_1_4 h3,
    .et_pb_column_2_5 h3,
    .et_pb_column_1_2 h3,
    body h3,
    body .h3 {
        font-size: 22px;
        line-height: 1.36;
    }

    #et-boc#et-boc h4,
    .et_pb_column_1_3 h4,
    .et_pb_column_1_1 h4,
    .et_pb_column_1_5 h4,
    .et_pb_column_1_6 h4,
    .et_pb_column_1_4 h4,
    .et_pb_column_2_5 h4,
    .et_pb_column_1_2 h4,
    body h4,
    body .h4 {
        font-size: 22px;
        line-height: 1.36;
    }

    #et-boc#et-boc h5,
    .et_pb_column_1_3 h5,
    .et_pb_column_1_1 h5,
    .et_pb_column_1_5 h5,
    .et_pb_column_1_6 h5,
    .et_pb_column_1_4 h5,
    .et_pb_column_2_5 h5,
    .et_pb_column_1_2 h5,
    body h5,
    body .h5 {
        font-size: 22px;
        line-height: 1.36;
    }

    /* .et_pb_column_1_3 h6,
    .et_pb_column_1_1 h6,
    .et_pb_column_1_5 h6,
    .et_pb_column_1_6 h6,
    .et_pb_column_1_4 h6,
    .et_pb_column_2_5 h6,
    .et_pb_column_1_2 h6,
    body h6,
    body .h6 {
        font-size: 18px;
        line-height: 1.22;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #052049;
    } */
    body p {
        font-size: 18px;
        line-height: 1.5;
    }

    body #et-boc#et-boc h2.h1 {
        font-size: 40px !important;
        line-height: 1.25 !important;
    }
}

@media only screen and (max-width: 374px) {
    .et_pb_column_1_3 h2, .et_pb_column_1_1 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_1_4 h2, .et_pb_column_2_5 h2, .et_pb_column_1_2 h2, .et_pb_slide_description h2.et_pb_slide_title, .et_pb_post h2, body h2, body .h2 {
        font-size: 28px;
        line-height: 1.32;
    }
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}


/* ------------------------------------------------------------
    Helpers
------------------------------------------------------------ */

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.float_none {
    float: none !important;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.d_none {
    display: none !important;
}

.d_inline {
    display: inline !important;
}

.d_inline_block {
    display: inline-block !important;
}

.d_block {
    display: block !important;
}

.d_table {
    display: table !important;
}

.d_table_cell {
    display: table-cell !important;
}

.invisible {
    visibility: hidden !important;
}

.et_pb_main_blurb_image {
    vertical-align: top;
}


/* -----------------------Button-------------------- */

.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_left.woocommerce-page input.button,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce-page input.button,
.woocommerce input.button,
.woocommerce input.button,
.gform_wrapper .gform_footer input[type=submit],
.add_to_cart_button,
.hs_submit input[type=submit],
.btn {
    background-color: #18a3ac;
    color: #fff;
    font-size: 18px !important;
    line-height: 1.16666666 !important;
    /* padding: 16.5px 24px !important; */
    padding: 18px 24px 15px !important;
    font-weight: 700;
    border: 3px solid #18a3ac;
    min-width: 250px;
    display: inline-block !important;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    /* border-radius: 30px; */
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

body .et_pb_button.btn-reverse,
body .et_pb_button.bordered {
    color: #2ba3ac !important;
    background-color: transparent !important;
}

.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce input.button:hover,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce input.button:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.woocommerce input.button:hover,
.woocommerce input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.add_to_cart_button:hover,
.hs_submit input[type=submit]:hover,
.btn:hover {
    background-color: #112f68;
    color: #fff !important;
    border: 3px solid #112f68;
    /* padding: 16.5px 24px !important; */
    padding: 18px 24px 15px !important;
}


@media screen and (max-width: 400px) {

    .et_button_no_icon .et_pb_button,
    .et_button_no_icon .et_pb_button,
    .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
    .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
    .et_button_no_icon.et_button_left .et_pb_button,
    .et_button_no_icon.et_button_left.woocommerce #content input.button.alt,
    .et_button_no_icon.et_button_left.woocommerce #content input.button,
    .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt,
    .et_button_no_icon.et_button_left.woocommerce #respond input#submit,
    .et_button_no_icon.et_button_left.woocommerce a.button.alt,
    .et_button_no_icon.et_button_left.woocommerce a.button,
    .et_button_no_icon.et_button_left.woocommerce button.button.alt,
    .et_button_no_icon.et_button_left.woocommerce button.button,
    .et_button_no_icon.et_button_left.woocommerce input.button.alt,
    .et_button_no_icon.et_button_left.woocommerce input.button,
    .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt,
    .et_button_no_icon.et_button_left.woocommerce-page #content input.button,
    .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt,
    .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit,
    .et_button_no_icon.et_button_left.woocommerce-page a.button.alt,
    .et_button_no_icon.et_button_left.woocommerce-page a.button,
    .et_button_no_icon.et_button_left.woocommerce-page button.button.alt,
    .et_button_no_icon.et_button_left.woocommerce-page button.button,
    .et_button_no_icon.et_button_left.woocommerce-page input.button.alt,
    .et_button_no_icon.et_button_left.woocommerce-page input.button,
    .et_button_no_icon.woocommerce #content input.button,
    .et_button_no_icon.woocommerce #content input.button.alt,
    .et_button_no_icon.woocommerce #content input.button.alt,
    .et_button_no_icon.woocommerce #content input.button,
    .et_button_no_icon.woocommerce #respond input#submit,
    .et_button_no_icon.woocommerce #respond input#submit.alt,
    .et_button_no_icon.woocommerce #respond input#submit.alt,
    .et_button_no_icon.woocommerce #respond input#submit,
    .et_button_no_icon.woocommerce a.button,
    .et_button_no_icon.woocommerce a.button.alt,
    .et_button_no_icon.woocommerce a.button.alt,
    .et_button_no_icon.woocommerce a.button,
    .et_button_no_icon.woocommerce button.button,
    .et_button_no_icon.woocommerce button.button.alt,
    .et_button_no_icon.woocommerce button.button.alt,
    .et_button_no_icon.woocommerce button.button,
    .et_button_no_icon.woocommerce input.button,
    .et_button_no_icon.woocommerce input.button.alt,
    .et_button_no_icon.woocommerce input.button.alt,
    .et_button_no_icon.woocommerce input.button,
    .et_button_no_icon.woocommerce-page #content input.button,
    .et_button_no_icon.woocommerce-page #content input.button.alt,
    .et_button_no_icon.woocommerce-page #content input.button.alt,
    .et_button_no_icon.woocommerce-page #content input.button,
    .et_button_no_icon.woocommerce-page #respond input#submit,
    .et_button_no_icon.woocommerce-page #respond input#submit.alt,
    .et_button_no_icon.woocommerce-page #respond input#submit.alt,
    .et_button_no_icon.woocommerce-page #respond input#submit,
    .et_button_no_icon.woocommerce-page a.button,
    .et_button_no_icon.woocommerce-page a.button.alt,
    .et_button_no_icon.woocommerce-page a.button.alt,
    .et_button_no_icon.woocommerce-page a.button,
    .et_button_no_icon.woocommerce-page button.button,
    .et_button_no_icon.woocommerce-page button.button.alt,
    .et_button_no_icon.woocommerce-page button.button.alt,
    .et_button_no_icon.woocommerce-page button.button,
    .et_button_no_icon.woocommerce-page input.button,
    .et_button_no_icon.woocommerce-page input.button.alt,
    .et_button_no_icon.woocommerce-page input.button.alt,
    .et_button_no_icon.woocommerce-page input.button,
    .woocommerce input.button,
    .woocommerce input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .add_to_cart_button,
    .hs_submit input[type=submit],
    .btn {
        min-width: auto !important;
        width: 100%;
    }

    .avp-sc-btn {
        margin-right: 0;
    }
}

body:not(.et-fb) #main-content div:not(.widget_categories) > ul:not(.home-specialty):not(.link-list) li a:not(.et_pb_button):not(.btn):not(.specialty-link):not(.speciality-link),
body a.avp-link,
body .avp-link,
body:not(.et-fb) .publication_list ul li a p,
body:not(.et-fb) .cards .et_pb_blurb_content .et_pb_module_header,
body:not(.et-fb) .blog-container .entry-content a,
body:not(.et-fb) .two-columns-main a,
body:not(.et-fb) #main-content div:not(.et-pb-controllers):not(.avp-maps-thumbnail):not(.custom-btn-conainer) > a:not(.custon-slider-btns):not(.has-class):not(.page):not([href^="mailto:"]):not([href^="tel:"]):not([href^="fax:"]):not(.et_pb_button):not(.btn),
body:not(.et-fb) div p > a:not([href^="mailto:"]):not([href^="tel:"]):not([href^="fax:"]):not(.et_pb_button):not(.btn) {
    display: inline;
    color: #112f68;
    /* background: #18a3ac; */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18a3ac), to(#18a3ac));
    background-image: -webkit-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -moz-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -ms-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -o-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: linear-gradient(to bottom, #18a3ac, #18a3ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3ac', endColorstr='#18a3ac', GradientType=0);

    /* background-image: linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image:-webkit-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image: -ms-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image:-o-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image:-moz-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0); */

    /* background-image: linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image: -webkit-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image: -moz-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0); */
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    padding-bottom: 4px !important;
    cursor: pointer;
}

body:not(.et-fb) #main-content div:not(.widget_categories) > ul:not(.home-specialty):not(.link-list) li a:not(.et_pb_button):not(.btn):not(.specialty-link):not(.speciality-link):hover,
body:not(.et-fb) a.avp-link:hover,
body:not(.et-fb) .avp-link:hover,
body:not(.et-fb) .publication_list ul li a p:hover,
body:not(.et-fb) .cards .et_pb_blurb_content .et_pb_module_header:hover,
body:not(.et-fb) .blog-container .entry-content a:hover,
body:not(.et-fb) .two-columns-main a:hover,
body:not(.et-fb) #main-content div:not(.et-pb-controllers):not(.avp-maps-thumbnail):not(.custom-btn-conainer) > a:not(.custon-slider-btns):not(.has-class):not(.page):not([href^="mailto:"]):not([href^="tel:"]):not([href^="fax:"]):not(.et_pb_button):not(.btn):hover,
body:not(.et-fb) div p > a:not([href^="mailto:"]):not([href^="tel:"]):not([href^="fax:"]):not(.et_pb_button):not(.btn):hover {
    display: inline;
    color: #18a3ac !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18a3ac), to(#18a3ac));
    background-image: -webkit-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -moz-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -ms-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -o-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: linear-gradient(to bottom, #18a3ac, #18a3ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3ac', endColorstr='#18a3ac', GradientType=0);
    /* background: #18a3ac; */
    /* background-image: linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image:-webkit-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image: -ms-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image:-o-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image:-moz-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0); */

    /* background-image: linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image: -webkit-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0);
    background-image: -moz-linear-gradient(0, transparent 0%, rgb(24, 163, 172) 0); */
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    padding-bottom: 4px !important;
    cursor: pointer;
}

/* .avp-link:after{
    width: 100%;
    height: 4px;
    background-color: #18a3ac;
    top: 29px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
    visibility: visible;
}
.avp-link:hover:after{
    visibility: hidden;
} */

/* .avp-link{
    opacity: 1;
    transition: all 0.2s;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.avp-link:after{
    width: 0;
    height: 4px;
    background-color: #18a3ac;
    top: 29px;
    left: auto;
    right: 0;
    position: absolute;
    content: "";
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.avp-link:hover:after{
    width: 100%;
    left: 0;
    right: auto;
} */


.et_pb_main_blurb_image img {
    opacity: 1 !important;
    animation: none !important;
    visibility: visible !important;
}

#main-header {
    box-shadow: none;
}


.privacy_policy_full_content .et_pb_row .et_pb_text_inner .avp_ul_style {
    padding: 0;
    padding-bottom: 30px;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner .avp_ul_style li {
    position: relative;
    padding-left: 18px;
    line-height: 40px;
    /* color: #5b605e; */
    color: #052049;
    font-weight: 500;
}

.privacy_policy_full_content .et_pb_row .et_pb_text_inner .avp_ul_style li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #2e2b28;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}


body #main-header #logo {
    height: auto !important;
}


/* Header utility bar
------------------------------------------------------- */

#main-footer .container,
#top-header .container,
#main-header .container {
    max-width: 1440px;
}

#top-header .container {
    padding: 3px 0 5px;
}

#top-header .header-top-left-sec {
    float: left;
}

#top-header .header-top-left-sec .top-links {
    font-size: 0;
    line-height: 0;
}

#top-header .header-top-left-sec .top-links li {
    position: relative;
    display: inline-block;
}

#top-header .header-top-left-sec .top-links a {
    font-size: 13px;
    font-weight: 700;
    color: #052049;
    padding: 0;
    margin: 0 25px;
    text-transform: uppercase;
    line-height: 32px;
    transition: all 0.2s;
    display: block;
    cursor: pointer;
}

#top-header .header-top-left-sec .top-links li:first-child a {
    margin-left: 0px;
}

#top-header .header-top-left-sec .top-links li a:hover {
    /* color: #18a3ac; */
    text-decoration: underline;
}

#top-header .header-top-left-sec .top-links li::after {
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    position: absolute;
    right: -1px;
    background-color: #b6b7b2;
}

#top-header .header-top-left-sec .top-links li:last-child::after {
    display: none;
}

#top-header .header-top-right-sec {
    /* background-color: #1e3e87; */
    background-color: #47295c;
    border-radius: 0 0 4px 4px;
    float: right;
    margin-top: -3px;
    padding: 9px 0px 9px 21px;
    margin-bottom: -15px;
    padding-right: 30px;
}

#top-header .header-top-right-sec > span a:hover,
#top-header .header-top-right-sec > a:hover {
    text-decoration: underline;
}

#top-header .header-top-right-sec a,
#top-header .header-top-right-sec span {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
}

#top-header .header-top-right-sec > a {
    margin-left: 10px;
    padding: 0 0 0 28px;
    position: relative;
    letter-spacing: 0.01em;
}

#top-header .header-top-right-sec > span {
    position: relative;
    padding: 0 0 0 23px;
    margin-left: 21px;
}

#top-header .header-top-right-sec > span a {
    letter-spacing: 0.035em;
    margin-left: 4px;
}

#top-header .header-top-right-sec > a:after {
    width: 22px;
    content: "";
    left: -1px;
    height: 22px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: url("assets/img/request_icon.svg") center center no-repeat;
}

#top-header .header-top-right-sec > span a:after {
    width: 14px;
    content: "";
    left: 0px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: url("assets/img/mobile_icon.svg") left top no-repeat;

}

#main-header .et_search_outer .et-search-form .et-search-field {
    padding-top: 9px;
}

#main-header .et_search_outer .container span.et_close_search_field {
    top: 8px;
}


/* Header Primary
------------------------------------------------------- */

span.logo_helper {
    margin-left: -5px;
}

#et_top_search {
    margin-left: 38px;
}

#et_search_icon:before {
    position: absolute;
    top: -4px;
    left: -5px;
    font-size: 17px;
    content: "";
    width: 23px;
    height: 23px;
    background: url("assets/img/search_blue_icon.svg") center center no-repeat;
}

#et-top-navigation #top-menu-nav .nav > li > a {
    font-weight: 600 !important;
    padding-top: 2px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    transition: all 0.2s;
    padding-bottom: 43px;
    letter-spacing: -0.02em;
}

#et-top-navigation #top-menu-nav .nav > li:hover > a {
    opacity: 1;
    color: #18a3ac !important;
    transition: all 0.2s;
}

#et-top-navigation #top-menu-nav .nav > li > a:after {
    width: 0;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

#et-top-navigation #top-menu-nav .nav > li:hover > a::after {
    width: 100%;
}

.et-search-form input[type="search"] {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
}

#top-menu li {
    padding-right: 0;
    margin-right: 21px;
}

#top-menu li:last-child,
#top-menu li.last {
    margin-right: 0;
}

#top-menu li.mobile {
    display: none;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu {
    padding: 0;
    width: 300px;
}

#et-top-navigation #top-menu-nav .nav > li > .sub-menu {
    background-color: #1e3e87;
    left: -14px;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu li {
    padding: 0;
    position: static;
    width: 100%;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu li.has_sub_menu {
    position: relative;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu li > a {
    color: #fff !important;
    display: block;
    width: 100%;
    padding: 15px 24px 13px;
    line-height: 1.22;
    opacity: 1;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu li ul {
    z-index: -1;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu li:hover ul {
    z-index: 10;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu li:hover > a,
#et-top-navigation #top-menu-nav .nav > li .sub-menu li.current-menu-parent > a,
#et-top-navigation #top-menu-nav .nav > li .sub-menu li.current-menu-item > a:not([href*="/#"]),
#mobile_menu > li .sub-menu li.current-menu-parent > a,
#mobile_menu > li .sub-menu li.current-menu-item > a:not([href*="/#"]) {
    background-color: #163167;
}

#mobile_menu > li.current-menu-parent > a,
#mobile_menu > li.current-menu-ancestor > a,
#mobile_menu > li.current_page_ancestor > a {
    color: #18a3ac;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu {
    border: none;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu .sub-menu {
    left: 100%;
    background-color: #163167;
    box-shadow: none;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu .sub-menu {
    left: 100%;
    background-color: #163167;
    top: 0;
}

#et-top-navigation #top-menu-nav .nav > li .sub-menu .sub-menu li > a:hover,
#et-top-navigation #top-menu-nav .nav > li .sub-menu .sub-menu li.current-menu-item > a,
#mobile_menu > li .sub-menu .sub-menu li.current-menu-item > a {
    background-color: #092248;
}

#et-top-navigation #top-menu-nav .nav > li > .sub-menu::after {
    position: absolute;
    content: "";
    border-width: 12px;
    top: -24px;
    border-color: transparent transparent #1d3e87 transparent;
    border-style: solid;
    left: 62px;
    z-index: 1000000;
}

#et-top-navigation #top-menu-nav .nav > li > .sub-menu > .menu-item-has-children > a::after {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 20px;
    position: absolute;
    content: "";
    background: url("assets/img/sub_menu_arrow.svg") center center no-repeat;
    height: 16px;
    width: 8px !important;
}

#et-top-navigation #top-menu-nav .nav > .current-menu-item > a {
    opacity: 1;
    color: #18a3ac !important;
    transition: all 0.2s;
    padding-right: 0 !important;
}

#mobile_menu > .current-menu-item > a {
    opacity: 1;
    color: #18a3ac !important;
}

#et-top-navigation #top-menu-nav .nav > .current-menu-item > a:after {
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

.nav-underlined a:after {
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

#et-top-navigation #top-menu-nav .nav > .menu-item-has-children > a {
    padding-right: 0 !important;
}

#et-top-navigation #top-menu-nav .current-menu-ancestor > a:after {
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
}

/* #et-top-navigation #top-menu-nav .nav>.menu-item-has-children>a:after{
    width: 100% !important;
    height: 4px;
    background-color: #18a3ac;
    top: 23px;
    left: 50%;
    position: absolute;
    content: "";
    transition: all 0.2s;
    transform: translateX(-50%);
} */

#et-top-navigation #top-menu-nav .nav > li .sub-menu .sub-menu:hover #et-top-navigation #top-menu-nav .nav > li .sub-menu li {
    background-color: #163167;
}


body:not(.et-fb) .et_pb_main_blurb_image img {
    width: 100%;
}

body:not(.et-fb) .et_pb_main_blurb_image {
    width: 100%;
}


/* Footer
------------------------------------------------------- */


#main-footer,
#footer-bottom {
    background-color: #fefefe;
}

#main-footer .container {
    max-width: 1440px;
}

#main-footer #et-footer-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e3;
}

#main-footer #et-footer-nav .bottom-nav {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

#main-footer #et-footer-nav #menu-footer-menu li {
    position: relative;
}

#main-footer #et-footer-nav #menu-footer-menu li a {
    font-size: 16px;
    color: #052049;
    margin: 0 26px;
    line-height: 32px;
    word-spacing: -0.1em;
    letter-spacing: -0.01em;
    transition: all 0.2s;
    display: block;
    cursor: pointer;
}

#main-footer #et-footer-nav #menu-footer-menu li {
    padding-right: 0;
}

#main-footer #et-footer-nav #menu-footer-menu li:first-child a {
    margin-left: 0px;
}

#main-footer #et-footer-nav #menu-footer-menu li a:hover {
    text-decoration: underline;
    opacity: 1;
}

#main-footer #et-footer-nav #menu-footer-menu li::after {
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    position: absolute;
    right: 0;
    background-color: #cfd0cc;
}

#main-footer #et-footer-nav #menu-footer-menu li:last-child::after {
    display: none;
}

#main-footer #et-footer-nav .container .et-social-icons {
    font-size: 0;
    line-height: 0;
}

#main-footer #et-footer-nav .container .et-social-icons li a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #052049;
    position: relative;
    transition: all 0.2s;
}

#main-footer #et-footer-nav .container .et-social-icons li:first-child {
    margin-left: 0;
}

#main-footer #et-footer-nav .container .et-social-icons li a:hover {
    background-color: #18a3ac;
}

#main-footer #et-footer-nav .container .et-social-icons li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main-footer #et-footer-nav .container .et-social-icons .et-social-facebook a:before {
    background: url("assets/img/facebook_icon.svg") center center no-repeat;
    width: 12px;
    height: 26px;
}

#main-footer #et-footer-nav .container .et-social-icons .et-social-twitter a:before {
    background: url("assets/img/twitter_icon.svg") center center no-repeat;
    width: 20px;
    height: 18px;
}

#main-footer #et-footer-nav .container .et-social-icons .et-social-youtube a:before {
    background: url("assets/img/youtube_icon.svg") center center no-repeat;
    width: 24px;
    height: 18px;
}

#main-footer #et-footer-nav .container .et-social-icons .et-social-linkedin a:before {
    background: url("assets/img/linkedin_icon.svg") center center no-repeat;
    width: 20px;
    height: 20px;
}

#main-footer #et-footer-nav .container .et-social-icons .et-social-instagram a:before {
    background: url("assets/img/instagram_icon.svg") center center no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100%;
}


#footer-bottom {
    padding: 38px 0;
}

#footer-bottom .footer-left-sec {
    float: left;
    max-width: calc(100% - 400px);
}

#footer-bottom .footer-right-sec {
    float: right;
    font-size: 0;
}

#footer-bottom .footer-left-sec #footer-info p {
    font-size: 14px;
    color: #052049;
    line-height: 32px;
    /* word-spacing: -0.1em;
    letter-spacing: -0.01em; */
}

#footer-info {
    padding-bottom: 0;
    float: none;
}

.copyright-links,
#footer-info {
    display: block;
    width: 100%;
}

#footer-bottom .footer-left-sec .copyright-links {
    font-size: 0;
    line-height: 0;
}

#footer-bottom .footer-left-sec .copyright-links li {
    position: relative;
    display: inline-block;
}

#footer-bottom .footer-left-sec .copyright-links a {
    font-size: 14px;
    color: #052049;
    margin: 0 18px;
    line-height: 32px;
    /* word-spacing: -0.1em;
    letter-spacing: -0.02em; */
    transition: all 0.2s;
    cursor: pointer;
    display: block;
}

#footer-bottom .footer-left-sec .copyright-links {
    padding-right: 0;
}

#footer-bottom .footer-left-sec .copyright-links li:first-child a {
    margin-left: 0px;
}

#footer-bottom .footer-left-sec .copyright-links a:hover {
    text-decoration: underline;
}

#footer-bottom .footer-left-sec .copyright-links li::after {
    width: 1px;
    height: 13px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    background-color: #cfd0cc;
}

#footer-bottom .footer-left-sec .copyright-links li:last-child::after {
    display: none;
}

.footer-right-sec a {
    margin-left: 40px;
    display: inline-block;
}

.footer-right-sec a:first-child {
    margin-left: 0;
}

.footer-right-sec:first-child a {
    margin-left: 0;
}

.type-avp_doctor .et_pb_section_sticky {
    padding-bottom: 86px !important;
}

#footer-bottom .footer-left-sec .copyright-links li:last-child a {
    margin-right: 0;
}

/*contact form*/
.avp-form-wrapper .options {
    margin-top: 0 !important;
}

.avp-form-wrapper .gform_wrapper label.gfield_label {
    font-weight: 600;
}

.avp-form-wrapper form {
    padding: 0 0 0 16px;
}

.avp-form-wrapper input,
.avp-form-wrapper textarea {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 23px !important;
    padding: 9px 15px !important;
    border-color: #d3d6d9;
    color: #052049;
    resize: none;
    overflow-y: auto;
}

.avp-form-wrapper input {
    height: 60px;
}

.avp-form-wrapper input::-webkit-input-placeholder,
.avp-form-wrapper textarea::-webkit-input-placeholder {
    color: #052049;
    text-transform: uppercase;
    opacity: 0.33;
}

.avp-form-wrapper input:-ms-input-placeholder,
.avp-form-wrapper textarea:-ms-input-placeholder {
    color: #052049;
    text-transform: uppercase;
    opacity: 0.33;
}

.avp-form-wrapper input::-moz-placeholder,
.avp-form-wrapper textarea::-moz-placeholder {
    color: #052049;
    text-transform: uppercase;
    opacity: 0.33;
    opacity: 1;
}

.avp-form-wrapper input::placeholder,
.avp-form-wrapper textarea::placeholder {
    color: #052049;
    text-transform: uppercase;
    opacity: 0.33;
}

.avp-form-wrapper input:focus, .avp-form-wrapper textarea:focus {
    border-color: #d3d6d9;
}

.avp-form-wrapper input[type="submit"] {
    border: unset;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 250px;
    width: 100% !important;
    color: #fff;
    background: #bd8f44;
    margin: 0 !important;
    cursor: pointer;
}

.avp-form-wrapper .gform_wrapper .gform_footer {
    padding-top: 10px;
    text-align: center;
}

.avp-form-wrapper .et_pb_text h2 {
    padding-bottom: 25px
}

.avp-form-wrapper .gform_wrapper {
    margin-top: 0;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.avp-form-wrapper ul.gform_fields li.gfield {
    margin-top: 20px !important;
    margin-right: 0 !important;
}

.avp-form-wrapper ul.gform_fields li:first-child.gfield {
    margin-top: 0 !important;
}

.avp-form-wrapper ul.gform_fields li.gfield .gfield_label {
    margin-top: 0 !important;
}

.avp-form-wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: 8px !important;
}

.avp-form-wrapper ul.gform_fields li.gfield input {
    margin-bottom: 0 !important;
}

.avp-form-wrapper ul.gform_fields li.gfield:not(.double-one) {
    padding-right: 16px !important;
}

.avp-form-wrapper ul.gform_fields li.gfield.half-one {
    width: 50%;
    float: left;
    clear: none;
}

.avp-form-wrapper ul.gform_fields li.gfield.half-one input {
    width: 100%;
}

.avp-form-wrapper ul.gform_fields li.gfield input + label {
    display: none !important;
}

.avp-form-wrapper ul.gform_fields li.gfield.full-one {
    padding-left: 0 !important;
    padding-right: 16px !important;
    width: 100%;
    clear: both;
    margin-top: 0;
}

.avp-form-wrapper ul.gform_fields li.gfield.full-one:before {
    content: '';
    display: block;
    clear: both;
    padding-top: 20px;
}

.avp-form-wrapper ul.gform_fields li.gfield .select {
    width: 100%;
    max-width: none;
}

.avp-form-wrapper #field_2_5 {
    padding-left: 0;
    padding-right: 0;
}

.avp-form-wrapper #field_1_2,
.avp-form-wrapper #field_2_7,
.avp-form-wrapper #field_2_8 {
    padding-right: 0;
    padding-left: 15px;
}

.avp-form-wrapper #field_1_7 {
    padding-right: 0;
    padding-left: 15px;
}

.avp-form-wrapper #field_1_5 {
    padding-right: 0;
    margin-top: 29px;
}

.avp-form-wrapper textarea {
    min-height: 271px
}

.avp-form-wrapper .contact_desc {
    padding-bottom: 34px
}

/*validation */
.avp-form-wrapper ul.gform_fields li.full-one.gfield_error,
.avp-form-wrapper ul.gform_fields li.gfield_error.full-one {
    padding-right: 0 !important;
}

.avp-form-wrapper .gfield_description.validation_message {
    padding: 0 !important;
}

.avp-form-wrapper .gform_wrapper .gfield_error .gfield_label {
    color: #f44336;
}

.avp-form-wrapper .gform_wrapper .gfield_error .gfield_label {
    color: #f44336;
}

.avp-form-wrapper .gform_wrapper li.gfield.gfield_error {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border: 0 !important;
    background-color: transparent;
}

.avp-form-wrapper .validation_error {
    display: none;
}

.avp-form-wrapper .gform_confirmation_message {
    padding-top: 60px;
    font-size: 30px;
    color: #be903d;
    font-family: 'Montserrat', sans-serif;
    color: #f44336;
}

.gform_wrapper .validation_message,
.gform_wrapper .gfield_required {
    font-family: 'Montserrat', sans-serif;
    color: #f44336 !important;
    font-weight: 500 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border-color: #f44336 !important;;
}

/* .existence-info .options li:first-child{
  display: none;
} */
/* .existence-info{
  position: relative;
  z-index: 11;
} */
.index5 {
    position: relative;
    z-index: 11;
}

.index4 {
    position: relative;
    z-index: 12;
}

.index3 {
    position: relative;
    z-index: 13;
}

.index2 {
    position: relative;
    z-index: 14;
}

.index1 {
    position: relative;
    z-index: 15;
}

.ui-datepicker select {
    width: 100% !important;
}

.avp-form-wrapper .gform_wrapper .validation_message {
    font-size: 12px;
}

/* contact page */
/* eforms */
.ipt-uif-custom-material-default .formError .error-message {
    font-family: 'Montserrat', sans-serif !important;
}

.avp-eform {

}

.avp-eform .ipt-eform-width-restrain {
    max-width: inherit !important;
}

body .ipt-uif-custom-material-default [type=radio]:checked + label:before {
    /* border-color: #18a3ac; */
    border-color: #112f68;
}

.avp-eform .ipt-uif-custom-material-default [type=radio]:checked + label:after {
    background-color: #112f68;
}

.avp-eform .ipt-uif-custom-material-default .ui-progressbar .ipt_uif_progress_value {
    color: #112f68;
}

.avp-eform .ipt-uif-custom-material-default .ipt_uif_question .ipt_uif_label_column,
.avp-eform .ipt-uif-custom-material-default .ipt_uif_question.ipt_uif_question_centered .ipt_uif_label_column {
    /* text-align: left; */
}

.avp-eform .ipt-uif-custom-material-default.type_2 .ipt_fsqm_main_tab > .ui-tabs-panel {
    padding-top: 50px
}

.avp-eform .ui-button {

}

.avp-eform .ui-button {
    background-color: #18a3ac !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.16666666 !important;
    padding: 18px 24px 15px !important;
    font-weight: 700;
    border: 3px solid #18a3ac;
    min-width: 250px !important;
    /*     display: inline-block !important; */
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    box-shadow: none !important;
}

.avp-eform .ui-button:focus {
    box-shadow: none !important;
}

.avp-eform .ui-button:hover {
    background-color: #112f68 !important;
    border-color: #112f68;
}

.avp-eform .ipt-uif-custom-material-default .ui-progressbar {
    background-color: #18a3ac;
}

.avp-eform .ipt-uif-custom-material-default .ui-progressbar .ui-progressbar-value {
    background-color: #112f68;
}

.avp-eform .ipt_uif_label_column label,
.avp-eform .ipt_uif_question_title {
    font-size: 20px !important;
    color: #052049 !important;
}

/* end eforms */
/*===Start of Miscelleneous style===*/
/*===Start of Specielty page doctors section===*/
.avp-speciality-page-doctor-top-content {
    display: block;
    padding-top: 76px;
    width: 100%;
}

.avp-speciality-page-doctor-bottom-content {
    display: block;
    padding-bottom: 49px;
    width: 100%;
}

.avp-speciality-page-doctor-content {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
}

.avp-speciality-page-doctor-content h2 {
    padding-bottom: 26px;
}

.avp-speciality-page-doctor-content .et_pb_blurb_description {
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

/*===End of Specielty page doctors section  ===*/
/*===Start of location page specielty pages===*/
.avp-location-page-speciality-top-content {
    display: block;
    padding-top: 76px;
    width: 100%;
}

.avp-location-page-speciality-bottom-content {
    display: block;
    padding-bottom: 80px;
    width: 100%;
}

.avp-location-page-speciality-content {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
}

.avp-location-page-speciality-content .et_pb_blurb_description h2 {
    padding-bottom: 26px;
    color: #fff !important;
}

.avp-location-page-speciality-content .et_pb_blurb_description {
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.avp-location-page-speciality-content .et_pb_blurb_description p {
    color: #fff;
}

/*===End of location page specielty pages  ===*/
/*===Start of Doctor page specielty pages===*/
.avp-doctor-page-speciality-top-content {
    display: block;
    padding-top: 76px;
    width: 100%;
}

.avp-doctor-page-specialty-bottom-content {
    display: block;
    padding-bottom: 80px;
    width: 100%;
}

.avp-location-page-speciality-content {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
}

.locations-s4.specialty-sec .et_pb_blurb_description h2 {
    padding-bottom: 26px;
    color: #fff !important;
}

.locations-s4.specialty-sec .et_pb_blurb_description {
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding-bottom: 30px;
}

.locations-s4.specialty-sec .et_pb_blurb_description p {
    color: #fff;
}

/*===End of Doctor page specielty pages  ===*/
/*===Start of Specielty page location section===*/
.avp-speciality-page-location-top-content {
    display: block;
    padding-top: 76px;
    width: 100%;
}

.avp-speciality-page-location-bottom-content {
    display: block;
    padding-bottom: 80px;
    width: 100%;
}

.avp-speciality-page-location-content {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
}

.avp-speciality-page-location-content h2 {
    padding-bottom: 26px;
}

.avp-speciality-page-location-content .et_pb_blurb_description {
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

/*===End of Specielty page location section  ===*/


/*===Start of Doctor page location section===*/
.avp-doctor-page-location-top-content {
    display: block;
    padding-top: 76px;
    width: 100%;
}

.avp-doctor-page-location-bottom-content {
    display: block;
    padding-bottom: 80px;
    width: 100%;
}

.avp-doctor-page-location-content {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
}

.avp-doctor-page-location-content h2 {
    padding-bottom: 26px;
}

.avp-doctor-page-location-content .et_pb_blurb_description {
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

/*===End of Doctor page location section  ===*/
.et-fb-module-settings h3.et-fb-settings-heading {
    color: #fff !important;
}

.et-fb-main-settings ul li a {
    color: #fff !important;
    background: transparent !important;
}

/* .et-fb-main-settings ul li{
  margin-bottom: 0 !important;
} */
.avp-hubspot-form .hbspt-form select {
    display: none;
}

.et_pb_bg_layout_dark a {
    color: #fff;
}

body.et-fb #et-boc#et-boc .avp-services-list h4 {
    color: #fff !important;
}

/*===End of Miscelleneous style  ===*/
@media screen and (max-width: 1440px) {
    #top-header .header-top-right-sec {
        /* margin-right: -30px; */
        border-radius: 0 0 0px 4px;
        position: absolute;
        right: 0;
    }

    #top-header .container {
        position: static;
    }
}


@media screen and (max-width: 1040px) {
    .footer-right-sec a {
        margin-left: 20px;
    }

    #footer-bottom .footer-left-sec .copyright-links a {
        margin: 0 10px;
    }
}

@media screen and (max-width: 980px) {
    .footer-right-sec a {
        margin-left: 20px;
    }

    #main-footer #et-footer-nav .container {
        flex-direction: column;
    }

    #footer-bottom .footer-left-sec,
    #footer-bottom .footer-right-sec {
        float: none;
        display: inline-block;
        width: 100%;
        max-width: inherit;
    }

    #footer-bottom .container {
        text-align: center;
    }

    .footer-right-sec a,
    .footer-right-sec a:first-child {
        margin: 0 15px;
    }

    #footer-bottom {
        padding: 20px 0 40px;
    }

    #footer-bottom .footer-left-sec .copyright-links {
        margin-bottom: 20px;
    }

    #footer-bottom .footer-left-sec .copyright-links a {
        margin: 0 16px 0;
    }

    #main-footer #et-footer-nav #menu-footer-menu li a {
        margin: 0 23px;
    }

    #main-footer #et-footer-nav .bottom-nav {
        margin-bottom: 23px;
    }

    #top-header .container {
        position: relative;
    }

    #top-header .header-top-right-sec {
        position: static;
    }

    .avp-speciality-page-doctor-top-content {
        padding-top: 50px;
    }

    .avp-speciality-page-doctor-bottom-content {
        padding-bottom: 10px;
    }

    .avp-speciality-page-location-top-content {
        padding-top: 50px;
    }

    .avp-speciality-page-location-bottom-content {
        padding-bottom: 50px;
    }

    .avp-speciality-page-doctor-content {
        padding-bottom: 30px;
    }

    .avp-speciality-page-location-content {
        padding-bottom: 30px;
    }


    .avp-speciality-page-doctor-top-content {
        padding-top: 50px;
    }

    .avp-speciality-page-doctor-bottom-content {
        padding-bottom: 10px;
    }

    .avp-speciality-page-location-top-content {
        padding-top: 50px;
    }

    .avp-speciality-page-location-bottom-content {
        padding-bottom: 50px;
    }

    .avp-location-page-speciality-top-content {
        padding-top: 50px;
    }

    .avp-location-page-speciality-bottom-content {
        padding-bottom: 20px;
    }

    .avp-location-page-speciality-content {
        padding-bottom: 30px;
    }

    .avp-doctor-page-speciality-top-content {
        padding-top: 50px;
    }

    .avp-doctor-page-specialty-bottom-content {
        padding-bottom: 40px;
    }

    .avp-doctor-page-location-top-content {
        padding-top: 50px;
    }

    .avp-doctor-page-location-bottom-content {
        padding-bottom: 50px;
    }

    .avp-doctor-page-location-content {
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 767px) {
    .hide-sm {
        display: none;
    }

    #top-menu li.mobile {
        display: block;
    }


    #main-footer #et-footer-nav #menu-footer-menu li a {
        font-size: 14px;
    }

    #footer-bottom .footer-left-sec #footer-info p,
    #footer-bottom .footer-left-sec .copyright-links a {
        font-size: 12px;
    }

    #main-footer #et-footer-nav .container {
        padding: 30px 0;
    }

    #main-footer #et-footer-nav #menu-footer-menu li::after {
        height: 13px;
    }

    #footer-bottom .footer-left-sec .copyright-links li::after {
        height: 12px;
    }

    .mbl-hide {
        display: none;
    }

    .mbl-block {
        display: block;
        font-weight: 600;
    }

    .appointment-wrapper {
        display: none;;
    }
}


@media screen and (max-width: 500px) {
    #footer-bottom .footer-right-sec {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-right-sec a {
        margin: 0;
        margin-top: 20px;
        display: inline-block;
    }

    .footer-right-sec a:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 414px) {
    #footer-bottom .footer-left-sec .copyright-links li:nth-child(2)::after {
        display: none;
    }

    #footer-bottom .footer-left-sec .copyright-links li:last-child a,
    #footer-bottom .footer-left-sec .copyright-links li:first-child a {
        margin: 0 10px;
    }

    #footer-bottom .footer-left-sec .copyright-links li a {
        margin: 0 10px;
    }
}

@media screen and (max-width: 375px) {

    #footer-bottom .footer-left-sec .copyright-links li:last-child a,
    #footer-bottom .footer-left-sec .copyright-links li:first-child a {
        margin: 0 8px;
    }

    #footer-bottom .footer-left-sec .copyright-links li a {
        margin: 0 8px;
    }
}


body:not(.et_mobile_device) ul#top-menu {
    overflow: hidden;
}

body:not(.et_mobile_device) ul#top-menu:hover {
    overflow: visible;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after {
    font-size: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 4px;
    background: #052049;
    transition: all 0.3s ease-in-out;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
}

.disable-scroll .mobile_menu_bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
}

.disable-scroll .mobile_menu_bar:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
}

.mobile_menu_bar {
    width: 20px;
    height: 17px;
    border-top: 3px solid #052049;
    border-bottom: 3px solid #052049;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.disable-scroll .mobile_menu_bar {
    border: 0;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
    margin-bottom: 24px;
}

.et_mobile_menu {
    width: auto; /* the abs positioned icon is now the parent, setting this to 100% means 100% of the icon div which is very small */
    margin-top: 6px;
}


/* =Theme customization starts here
------------------------------------------------------- */
.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    width: calc(100% - 60px);
}

.menu_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

/* Miscellaneous style  */

.slide-in-left {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.slide-in-left.et_animated,
.et_animated.slide-in-left {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    -webkit-transform: translateX(100px) !important;
    -ms-transform: translateX(100px) !important;
    transform: translateX(100px) !important;
    opacity: 0 !important;
}

.slide-in-right.et_animated,
.et_animated.slide-in-right {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    -webkit-transform: translateX(-100px) !important;
    -ms-transform: translateX(-100px) !important;
    transform: translateX(-100px) !important;
    opacity: 0 !important;
}


.revealOnScroll {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.revealOnScroll.animated {
    opacity: 1;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        margin-top: 115px;
    }

    100% {
        opacity: 1;
        margin-top: 15px;
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        margin-top: 115px;
    }

    100% {
        opacity: 1;
        margin-top: 15px;
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        margin-top: 115px;
    }

    100% {
        opacity: 1;
        margin-top: 15px;
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.full-height-section {
    display: table-cell;
    width: 100vw;
    text-align: center;
    vertical-align: middle;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        margin-top: 115px;
    }

    100% {
        opacity: 1;
        margin-top: 15px;
    }
}

/* End of Miscellaneous style  */
@media screen and (min-width: 981px) {
    .menu_wrapper {
        display: none !important;
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 51px 0 0 0 !important;
    }

    .header-top-left-sec {
        display: block !important;
    }
}

@media screen and (max-width: 980px) {

    /* html.disable-scroll {
        position: fixed;
        overflow: hidden;
        height: 100%;
        width: 100%;
        -webkit-overflow-scrolling: auto !important;
    }
    body.disable-scroll {
        overflow: hidden;
    } */
    body.disable-scroll {
        overflow: hidden;
        position: relative;
    }

    .menu_wrapper .et_mobile_menu {
        display: block;
        position: static;
    }

    .menu_wrapper {
        display: none;
        background: #fff;
    }

    #wrapper .et_mobile_menu {
        display: block;
        visibility: inherit;
        position: static;
        overflow: visible;
        max-height: none;
    }

    .admin-bar .menu_wrapper {
        top: 137px;
    }

    .menu_wrapper {
        position: fixed;
        top: 105px;
        left: 0;
        width: 100%;
        z-index: -1000;
        bottom: 0;
        background: #ebebeb;
    }

    #wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        bottom: 0;
        overflow: hidden;
    }

    #wrapper #scroller {
        width: 100%;
    }

    #wrapper .tele-header-custom-links {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
    }

    .container,
    .et_pb_row,
    .et_pb_slider .et_pb_container,
    .et_pb_fullwidth_section .et_pb_title_container,
    .et_pb_fullwidth_section .et_pb_title_featured_container,
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
        width: calc(100% - 30px);
    }

}

/*specialty-sec*/
.specialty-sec {

}

.specialty-sec ul {
    padding-left: 0 !important;
}

.specialty-sec ul:not(.gform_fields):not(.options) li:not(.gfield) {
    list-style: none;
    display: inline-block;
    width: calc(33.33% - 30px);
    text-align: center;
    margin: 15px 15px 5px;
    vertical-align: top;
}

.specialty-sec .options li {
    color: #052049;
}

.specialty-sec ul li:after {
    display: none;
}

.speciality-non-clickable {
    position: relative;
}

.speciality-non-clickable:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.publication_list {

}

.publication_list ul {
    padding: 0 !important;
}

.publication_list ul li {
    padding-bottom: 26px !important;
}

.publication_list ul li:after {
    display: none;
}

/*End specialty-sec*/
/* avp publications section */
.avp-publications-list .et_pb_column {
    width: 100%;
}

.avp-publications-list .et_pb_column .et_pb_blurb {
    padding: 27px 24px 26px;
    border-bottom: 1px solid #e2e3e0;
    margin-bottom: 0;
}

.avp-publications-list .et_pb_column .et_pb_blurb:last-child {
    border-bottom: 0;
}

.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    width: 100%;
    max-width: 100%;
}

.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 36px;
    max-width: 100%;
    float: left;
    margin-right: 30px;
}

.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
}

.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #18a3ac;
    display: block;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 0;
}

.avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
    display: inline !important;
    color: #173067;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18a3ac), to(#18a3ac));
    background-image: -webkit-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -moz-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -ms-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -o-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: linear-gradient(to bottom, #18a3ac, #18a3ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3ac', endColorstr='#18a3ac', GradientType=0);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    padding-bottom: 4px !important;
    cursor: pointer;
    font-weight: 700;
    word-spacing: -0.13em;
    line-height: 1.5;
}

#page-container .avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:hover a {
    color: #18a3ac;
}

/* End avp publications section */

/* Services list */
.avp-services-list .et_pb_column {
    width: 100%;
}

.avp-services-list .et_pb_column .et_pb_blurb {
    padding: 0;
    margin-bottom: 0;
}

.avp-services-list .et_pb_column .et_pb_blurb:last-child {
    border-bottom: 0;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    width: 100%;
    max-width: 100%;
    display: flex;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 14px;
    max-width: 100%;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap,
.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 9px !important;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: block;
    padding-left: 0;
    padding-bottom: 17px;
    width: 100%;
}

.avp-services-list .et_pb_column .et_pb_blurb:last-child .et_pb_blurb_content .et_pb_blurb_container {
    padding-bottom: 0;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, .avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    /* font-size: 18px;
  line-height: 22px; */
    /* font-family: 'Montserrat', sans-serif;
  font-weight: 600;*/
    color: #fff;
    display: block;

}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    word-spacing: -0.13em;
    line-height: 1.5;
    padding-bottom: 0;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a {
    display: inline !important;
    color: #fff !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18a3ac), to(#18a3ac));
    background-image: -webkit-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -moz-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -ms-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: -o-linear-gradient(top, #18a3ac, #18a3ac);
    background-image: linear-gradient(to bottom, #18a3ac, #18a3ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3ac', endColorstr='#18a3ac', GradientType=0);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    padding-bottom: 4px !important;
    cursor: pointer;
    font-weight: 700;
    word-spacing: -0.13em;
    line-height: 1.5;
}

.avp-services-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a:hover {
    color: #18a3ac !important;
}

.services-code .et_pb_main_blurb_image {
    display: none;
}

.services-code .et_pb_module_header {
    padding-left: 20px;
}

body .avp-services-list .services-code .et_pb_module_header:after {
    top: 16px;
}

body .avp-services-list .services-code .et_pb_module_header a {
    margin-left: 0;
}

/* End Services list */

.locations-s2-row2-col1 .term-description a[href^="tel:"],
.locations-s2-row2-col1 .term-description a[href^="fax:"],
.locations-s2-row2-col1 .term-description a[href^="mailto:"] {
    font-weight: 500;
}

.locations-s2-row2-col1 .term-description a[href^="tel:"]:hover,
.locations-s2-row2-col1 .term-description a[href^="fax:"]:hover,
.locations-s2-row2-col1 .term-description a[href^="mailto:"]:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1330px) {

    #top-menu li {
        margin-right: 4px;
    }


    .searchfield-inner,
    .searchfield-inner * {
        transition: none !important;
    }

    #main-header,
    #main-header .container,
    #main-header * {
        transition: none !important;
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    #et-top-navigation #top-menu-nav .nav > li > a {
        margin: 0 5px;
        font-size: 16px;
    }

    #top-menu li {
        margin-right: 6px;
    }

    #logo {
        max-width: 265px;
    }

    #et_top_search {
        margin-left: 17px;
    }

    #main-header {
        top: 40px !important;
    }
}

@media screen and (max-width: 980px) {

    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 195px;
        max-height: none;
    }

    #page-container #top-header .container,
    #main-header .container {
        padding: 0;
        width: calc(100% - 30px);
    }

    #page-container #top-header .header-top-right-sec > a {
        margin-left: 15px;
    }

    #main-header .et_search_outer .container span.et_close_search_field {
        top: 0;
    }

    #main-header .et_search_outer .et-search-form .et-search-field {
        padding-top: 0;
    }

    #page-container #top-header .header-top-left-sec > a {
        margin-left: 15px;
    }

    #page-container #top-header .header-top-right-sec {
        float: none;
        width: auto;
        clear: both;
        margin-bottom: 0;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        border-radius: 0;
        padding: 4px 0 4px 0;
        margin-top: 0;
    }

    .logo_container span {
        display: none;
    }

    #top-header .header-top-right-sec > span {
        margin-left: auto;
    }

    .et_header_style_left #et-top-navigation {
        padding-left: 0 !important;
    }

    .et_header_style_left .logo_container {
        position: absolute;
        width: auto;
        height: auto;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    #page-container #et_mobile_nav_menu {
        position: absolute;
        left: 20px
    }

    #page-container #main-header .et_menu_container {
        min-height: 65px;
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation {
        display: block;
        padding-top: 23px;
    }

    #page-container .mobile_menu_bar:before {
        color: #052049 !important;
    }

    #page-container #et_mobile_nav_menu {
        position: absolute;
        left: 0;
        top: 18px;
    }

    .et_header_style_left .mobile_menu_bar,
    .et_header_style_split .mobile_menu_bar {
        padding: 0;
    }

    #page-container #top-header .header-top-right-sec > span {
        margin-left: auto;
        margin-right: 15px;
        margin-top: 0;
    }

    .et_header_style_left #page-container .et-search-form,
    #page-container .et_header_style_split .et-search-form {
        background: #fff !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .menu_wrapper {
        background: #fefefe;
    }

    #main-header .et_mobile_menu li ul {
        background: #1e3e87;
        padding-left: 0;
        margin-top: 0;
    }

    #main-header .et_mobile_menu li ul a {
        color: #fff;
        border: 0;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #main-header .et_mobile_menu li ul ul a {
        padding-left: 45px;
    }

    #main-header .et_mobile_menu li ul ul {
        background: #112f68;
        padding: 0;
    }

    #wrapper .et_mobile_menu {
        box-shadow: none;
        padding: 9px 0 60px;
        border: 0;
    }

    .et_mobile_menu li {
        position: relative;
    }

    .et_mobile_menu li a {
        font-size: 18px;
        font-weight: 600;
        padding: 8px 40px 8px 15px;
        border: 0;
        line-height: 32px;
    }

    #top-header .header-top-left-sec {
        padding: 4px 0;
        display: none;
    }

    .et_mobile_menu li li {
        padding-left: 0;
    }

    .et_mobile_menu li a:hover,
    .nav ul li a:hover {
        opacity: 1;
        background-color: transparent;
    }

    .et_mobile_menu .menu-item-has-children > a {
        font-weight: 600;
        background-color: transparent;
    }

    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header,
    .et_non_fixed_nav.et_transparent_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #top-header {
        position: fixed;
    }

    #top-header .header-top-left-sec .top-links {
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #top-header .header-top-left-sec {
        padding: 4px 20px;
        position: absolute;
        top: 105px;
        left: -20px;
        right: -20px;
        width: auto;
        margin: 0;
        background: #e7e8e2;
    }

    .avp_caret {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 35px;
        height: 35px;
        content: "";
        transition: all 0.2s linear;
        display: inline-block;
        cursor: pointer;
    }

    .btn-description {
        display: none;
    }

    .avp_caret:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(assets/img/mobile_arrow_down.svg) left center no-repeat;
        width: 21px;
        height: 14px;
        content: "";
    }

    .et_mobile_menu > li > ul .avp_caret:after {
        background: url(assets/img/mobile_arrow_down_2.svg) left center no-repeat;
        width: 15px;
        height: 9px;
    }

    .avp_caret.rotated {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .et_mobile_menu > li > ul,
    .et_mobile_menu > li > ul ul {
        margin-top: 0;
        padding-bottom: 0;
        max-height: 0;
        transition: all 0.3s ease-out;
        overflow: hidden;
    }

    .et_mobile_menu > li > ul.slideDown,
    .et_mobile_menu > li > ul ul.slideDown {
        max-height: 700px;
        transition: all 0.3s ease-in;
    }

    #top-header .header-top-right-sec a,
    #top-header .header-top-right-sec span {
        font-size: 14px;
    }

    #top-header .header-top-left-sec .top-links li:first-child a {
        margin-left: 19px;
    }

    #top-header .header-top-left-sec .top-links a {
        margin: 0 19px;
    }

    #et_search_icon:before {
        background: url("assets/img/search_icon.svg") center center no-repeat;
        top: 0px;
        width: 20px;
        height: 20px;
        background-size: contain;
        left: auto;
        right: -36px;
    }

    .et_header_style_left .mobile_menu_bar,
    .et_header_style_split .mobile_menu_bar {
        left: 0px;
        top: 6px;
    }

    .disable-scroll .mobile_menu_bar:before {
        content: "\4d";
    }

    .et_mobile_menu li li .avp_caret {
        top: 4px;
        right: 7px;
    }

    .et_mobile_menu .header-top-left-sec {
        padding: 4px 0;
        background: #e7e8e2;
        margin-bottom: 9px;
    }

    #top-header .header-top-left-sec {
        display: none;
    }

    #wrapper .et_mobile_menu {
        padding: 0 0 60px;
    }

    #wrapper .et_mobile_menu .header-top-left-sec .top-links {
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #wrapper .et_mobile_menu .header-top-left-sec .top-links a {
        font-size: 13px;
        font-weight: 700;
        color: #052049;
        padding: 0;
        margin: 0 19px;
        text-transform: uppercase;
        line-height: 32px;
        transition: all 0.2s;
        display: block;
        cursor: pointer;
    }

    #wrapper .et_mobile_menu .header-top-left-sec .top-links li::after {
        width: 1px;
        height: 13px;
        transform: translateY(-50%);
        content: "";
        top: 50%;
        position: absolute;
        right: -1px;
        background-color: #b6b7b2;
    }

    #wrapper .et_mobile_menu .header-top-left-sec .top-links li:last-child::after {
        display: none;
    }

    #top-header .header-top-left-sec {
        display: none !important;
    }

    .et_pb_search_form_hidden,
    .et_pb_menu_visible #et_search_icon:before,
    .et_pb_menu_visible #top-menu,
    .et_pb_menu_visible .mobile_menu_bar {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }

    .avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
        font-size: 18px;
    }

}

/* @media screen and (min-width: 768px) and (max-width: 980px) {
    #page-container #main-header .et_menu_container{
        min-height: 110px;
    }
    .et_header_style_left .logo_container{
        top: 28px;
    }
    #page-container #et_mobile_nav_menu{
        top: 34px;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation{
        padding-top: 40px;
    }
    .admin-bar .menu_wrapper{
        top: 185px;
    }
} */
@media only screen and (min-width: 768px) and (max-width: 980px) {
    #main-header {
        height: 110px !important;
        padding-top: 24px !important;
        top: 40px !important;
    }

    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 265px !important;
    }

    .et_header_style_left .logo_container {
        top: 0;
    }

    .menu_wrapper {
        top: 149px;
    }
}

@media screen and (max-width: 767px) {
    .admin-bar .menu_wrapper {
        top: 151px;
    }

    .avp-publications-list .et_pb_column .et_pb_blurb {
        padding-left: 0;
        padding-right: 0;
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .avp-publications-list .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 641px) {
    .avp-form-wrapper form {
        padding-left: 0 !important;
    }

    .avp-form-wrapper ul.gform_fields li.gfield {
        width: 100%;
        clear: both;
        padding-right: 0 !important;
    }

    .avp-form-wrapper ul.gform_fields li.gfield.half-one,
    .avp-form-wrapper ul.gform_fields li.gfield.full-one {
        width: 100%;
        clear: both;
        padding-right: 0 !important;
    }

    .avp-form-wrapper textarea {
        min-height: inherit;
        height: 200px !important;
    }

    .avp-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]),
    .avp-form-wrapper textarea {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }


}

@media only screen and (max-width: 450px) {
    #wrapper .et_mobile_menu .header-top-left-sec .top-links a {
        font-size: 11px;
        margin: 8px;
        text-align: center;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 400px) {
    .avp-form-wrapper .gform_wrapper input[type="submit"] {
        width: 100% !important;
        max-width: inherit;
    }
}

@media screen and (max-width: 374px) {
    #page-container #top-header .header-top-right-sec a {
        font-size: 12px;
    }

    #top-header .header-top-left-sec .top-links a {
        margin: 0 10px;
    }

    #top-header .header-top-left-sec .top-links li:first-child a.referring-coctores {
        margin-left: 0;
    }

    #top-header .header-top-left-sec .top-links li:last-child a.patient-portal {
        margin-right: 0;
    }
}
