@import url("https://fonts.googleapis.com/css?family=Poppins:300, 400, 500, 600, 700&display=swap");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
Endo-time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

table {
    border-collapse: collapse;
}

/* caption {
    padding-top: $table-cell-padding;
    padding-bottom: $table-cell-padding;
    color: #000;
    text-align: left;
    caption-side: bottom;
} */

th {
    text-align: inherit;

}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #243445;
    text-align: left;
    background-color: #f1f1f1;
    box-sizing: border-box;
    width: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 118px;
}

.container {
    max-width: 1170px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    position: relative;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.darkHeader #header {
    top: -45px;
}

#header .header-top {
    position: relative;
    padding: 9px 0 10px;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-family: Lato, sans-serif;
}

#header .header-top:after {
    display: block;
    clear: both;
    content: "";
}

#header .header-top:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: #0b7be0;
    z-index: -1;
}

#header .header-top .hellobar {
    float: left;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

#header .header-top .hellobar p {
    margin: 0;
}

#header .header-social {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .header-social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

#header .header-social li a {
    color: #fff;
    text-decoration: none;
}

#header .header-social li a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

#header .header-social li:last-child {
    margin: 0 0 0 13px;
}

#header .header-social li:last-child a {
    position: relative;
    padding: 0 0 0 48px;
    border-left: 2px solid #fff;
    width: auto;
}

#header .header-social li:last-child a:before {
    position: absolute;
    content: "";
    left: 22px;
    top: 2px;
    background: url(../images/icon-phone.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: cover;
    transform: rotate(45deg);
}

#header .header-top .top-holder {
    overflow: hidden;
    padding: 6px 0;
    margin: 0 auto;
}

#header.inner-header .header-top .top-holder {
    padding: 12px 0;
}

#header .hello-txt {
    float: left;
    margin: 0;
    padding: 0;
}

#header .header-contact {
    float: right;
    margin: 0;
    list-style: none;
    padding: 0;
}

#header.inner-header .header-contact {
    padding: 5px 0 0;
}

#header .header-contact ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#header .header-contact li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#header .header-contact li a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 0 30px 0 50px;
    font-size: 16px;
    line-height: 20px;
    font-family: Lato, sans-serif;
}

#header.inner-header .header-contact li a {
    color: #666e82;
}

#header .header-contact li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: -99px;
    bottom: -99px;
    width: 2px;
    background: #fff;
}

#header.inner-header .header-contact li a:before {
    background: #666e82;
    top: 0;
    bottom: 0;
    left: -10px;
}

#header.inner-header .header-contact li:first-child a:before {
    display: none;
}

#header .header-contact .contact-info li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/ico-phone.png) no-repeat;
    width: 19px;
    height: 23px;
    margin: 0 0 0 20px;
}

#header.inner-header .header-contact .contact-info li a:after {
    background: url(../images/ico-phone-inner.png) no-repeat;
}

#header .header-contact .contact-info li.mail a:after {
    background: url(../images/ico-mail.png) no-repeat;
    width: 22px;
    height: 14px;
}

#header.inner-header .header-contact .contact-info li.mail a:after {
    background: url(../images/ico-mail-inner.png) no-repeat;
}

#header .header-contact .header-social li a {
    width: 38px;
    padding: 0;
}

#header .header-contact .header-social li a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.header-bottom {
    position: relative;
    padding: 26px 0 16px;
    margin: 0;
}

.header-bottom:after {
    display: block;
    clear: both;
    content: "";
}

.logo {
    float: left;
    margin: 0 5px 0 0;
}

.logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

#nav {
    float: right;
    margin: 0;
    padding: 9px 0 0;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 24px;
    padding-bottom: 10px;
    position: relative;
}

#nav ul li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #888;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

#nav ul li a:hover,
#nav ul li.active a {
    color: #1c81c4;
}

#nav ul li.dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.drop-active #nav ul li.dropdown ul {
    max-height: 999px;
}

#nav ul li.dropdown {
    position: relative;
    padding-right: 12px;
}

#nav ul li.dropdown:before {
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
    transform: rotate(90deg) translateY(-50%);
    background: url(../images/arrow-drop.png) no-repeat;
    width: 7px;
    height: 11px;
    margin: 0;
    transition: all 0.3s ease;
}

#nav ul li.dropdown li {
    margin: 0;
    display: block;
    padding: 0;
}

#nav ul li.dropdown li a {
    padding: 15px 20px 15px 40px;
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#nav ul li.dropdown li a .icon-holder {
    display: block;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 14px;
}

#nav ul li.dropdown li a .icon-holder img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.Endo-radiofrequency-section .Endo-two-columns .Endo-column-img1 .Endo-desktop-none {
    display: block;
}

.Endo-radiofrequency-section .Endo-two-columns .Endo-column-img1  .Endo-mobile-none1 {
    display: none;
}


#footer {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

#footer:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #0b7be0;
}

#footer:after {
    display: block;
    clear: both;
    content: "";
}

.footer-upper {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.footer-upper:after {
    display: block;
    clear: both;
    content: "";
}

.footer-upper:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    bottom: 0;
    height: 1px;
    background: #fff;
}

.footer-holder {
    overflow: hidden;
    padding: 60px 0 30px;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-holder .footer-column {
    width: 27%;
    font-weight: 300;
}

.footer-holder .footer-column p {
    font-weight: 700;
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px;
}

.footer-holder .footer-column .address-holder {
    width: 100%;
}

.footer-holder .footer-column .address-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-holder .footer-column .address-list li {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    position: relative;
}

.footer-holder .footer-column .address-list li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-holder .footer-column .address-list li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-holder .footer-column .address-list li.tel {
    overflow: hidden;
}

.footer-holder .footer-column .address-list li.tel a {
    float: left;
    position: relative;
}

.footer-holder .footer-column .address-list li.tel a:last-child {
    float: right;
    padding: 0 0 0 30px;
}

.footer-holder .footer-column h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    position: relative;
}

.social-media .address-list li:before {
    position: absolute;
    content: ">";
    left: 0;
    top: 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.footer-bottom {
    position: relative;
    padding: 15px 0;
    margin: 0;
    z-index: 1;
    color: #fff;
    z-index: 1;
    color: #878787;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.footer-bottom:after {
    display: block;
    clear: both;
    content: "";
}

.footer-bottom:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #f1f1f1;
}

.footer-bottom .copyright {
    float: left;
    margin: 0 10px 0 0;
}

.footer-bottom .powered-by {
    float: right;
    margin: 0 0 0 10px;
    padding: 0 30px 0 0;
    position: relative;
}

.footer-bottom .powered-by a {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.footer-bottom .powered-by a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.footer-bottom .copyright p {
    margin: 0;
}

#nav ul li.logo,
.Endo-desktop-none,
.nav-opener {
    display: none;
}

.inner-page,
body {
    font-size: 12px;
    line-height: 20px;
}

#header .header-top {
    text-align: center;
}

#header .header-top .hellobar {
    float: none;
    letter-spacing: 0;
    margin: 0 0 5px;
}

.header-bottom {
    padding: 12px 0;
}

#header .header-social {
    float: none;
}

.darkHeader #header {
    top: -65px;
}

.nav-opener {
    margin: 5px 0 0 0;
}

.footer-holder .footer-column {
    width: 100%;
    max-width: 250px;
    margin: 0 0 20px;
}

#nav ul li a {
    font-size: 12px;
}

.footer-holder {
    padding: 45px 0 0;
}

.footer-holder .footer-column h3 {
    width: 100%;
}

.footer-holder .footer-column .address-list li {
    width: 100%;
    margin: 0 0 10px;
}

.footer-holder .footer-column p {
    padding-top: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

.footer-bottom .copyright {
    float: none;
    margin: 0 0 10px;
    padding: 0;
}

.footer-bottom .powered-by {
    float: none;
    display: inline-block;
}

.footer-bottom {
    padding: 14px 0;
}

.Endo-contact-container .leftalign article {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.endo-hero-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Endo-HeroBanner img {
    width: 100%;
    object-fit: cover;
    /* display: flex; */
    padding-top: 12px;
}
.Endo-HeroBanner .Endo-mobile {
    display: none;
}
.Endo-stats-main-box {
    width: 75%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: linear-gradient(135deg, #0066cc, #004080);
    padding: 40px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.Endo-stats-main-box h2 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 20px;

}

.Endo-stats-main-box p {
    font-size: 18px;
    line-height: 26px;
}

.Endo-stats-section .Endo-stat-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.Endo-stats-section .Endo-stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #004d9a;
    z-index: -1;
    transition: width 0.4s ease;
}

.Endo-stats-section .Endo-stat-box:hover::before {
    width: 100%;
}


.Endo-stats-section .Endo-stat-box:hover {
    color: #ffffff;
}

.Endo-stats-section .Endo-stat-box:hover .Endo-stat-number,
.Endo-stats-section .Endo-stat-box:hover .Endo-stat-label,
.Endo-stats-section .Endo-stat-box:hover .Endo-stat-description {
    color: #ffffff;
}

.Endo-radiofrequency-section .Endo-column-img1 {
    height: 100%;
    width: 100%;
}

.Endo-radiofrequency-section .Endo-column-img1 img {
    height: 100%;
    width: 100%;
}

.Endo-contact-section .Endo-contact-container {
    padding: 20px;

}
.Endo-column-img1 img {
    padding: 50px 0;
}

.Endo-ablation-video {
    padding: 40px 0;
}

.Endo-ablation-video h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.Endo-video-area {
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;     
    position: relative;
}

.Endo-video-area iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.footer-bottom {
    gap: 50%;
}
.footer-bottom > div {
    display: flex;
    align-items: center;
}

/* child divs */
.footer-bottom > div {
    display: flex;
    align-items: center;
}



/* Responsiveness Section Start */
@media only screen and (max-width: 1200px) {
    #nav ul li a {
        font-size: 12px;
    }

    #nav ul li {
        margin: 0 0 0 20px;
    }


    .newsletter-section {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .newsletter-section h2 {
        margin: 0 0 10px;
    }

    .newsletter-form {
        margin: 15px auto 0;
    }

    .footer-holder {
        padding: 30px 0 12px;
    }

    .footer-holder .footer-column h3 {
        margin: 0 0 15px;
    }

    .footer-upper {
        font-size: 14px;
    }

    .footer-holder .footer-column .address-list li {
        margin: 0 0 15px;
    }

    .footer-holder .footer-column p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-bottom .copyright {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #header .logo {
        width: 150px;
    }

    #nav ul li {
        margin: 0 0 0 10px
    }
}

@media only screen and (max-width:1140px) {
    .Endo-stats-main-box {
        bottom: -32%;
    }
}

@media only screen and (max-width:1024px) {
    .Endo-radiofrequency-section .Endo-column-img {
        height: 100%;
        width: 100%;
    }

    .Endo-radiofrequency-section .Endo-column-img img {
        height: 100%;
        width: 100%;
    }

    .Endo-radiofrequency-section .Endo-column-img1 {
        height: 100%;
        width: 100%;
    }

    .Endo-radiofrequency-section .Endo-column-img1 img {
        height: 100%;
        width: 100%;
    }

}

@media only screen and (max-width: 1023px) {


    #header .header-top .top-holder {
        display: none;
    }

    #header.inner-header .header-top .top-holder {
        display: block;
    }

    #header .header-contact ul.header-social {
        display: none;
    }

    #header .header-contact li a {
        font-size: 12px;
        line-height: 16px;
    }

    .nav-opener {
        display: block;
        float: right;
        position: relative;
        width: 30px;
        height: 20px;
        margin: 9px 10px 0 0;
    }

    .nav-opener span,
    .nav-opener:after,
    .nav-opener:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        height: 3px;
        background: #49a7ff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .nav-opener:after {
        top: auto;
        bottom: 0;
    }

    .nav-opener span {
        top: 9px;
    }

    .nav-active .nav-opener span {
        display: none;
    }

    .nav-active .nav-opener:before {
        transform: rotate(45deg);
        top: 8px;
    }

    .nav-active .nav-opener:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    #nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -1500px;
        width: 70%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        z-index: 9999;
        transition: all 0.5s ease;
        padding-top: 20px;
        height: 100vh;
        overflow-y: auto;
    }

    #nav ul li {
        display: block;
        margin: 0;
        padding-bottom: 0;
    }

    #nav ul li.dropdown ul {
        position: static;
        width: 100%;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        top: auto;
        left: auto;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    #nav ul li a {
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #000;
    }

    #nav ul li:last-child a {
        border-bottom: 1px solid #000;
    }

    #nav ul li.dropdown li a {
        padding: 15px 20px 15px 60px;
    }

    #nav ul li.dropdown li a .icon-holder {
        left: 28px;
    }

    #nav ul li.logo {
        display: block;
        float: none;
    }

    #nav ul li.logo a {
        padding: 0 0 20px;
        border: none;
    }

    #nav ul li.dropdown {
        padding: 0;
    }

    #nav ul li.dropdown:before {
        right: 20px;
        top: 15px;
    }

    .nav-active #nav {
        left: 0;
    }


}

@media only screen and (max-width: 992px) {
    .endo-hero-container {
        flex-direction: column;
        text-align: center;
    }

    .Endo-stats-main-box {
        width: 85%;
        bottom: -25% !important;
        padding: 25px !important;
    }

    .Endo-stats-main-box h2 {
        font-size: 28px;
    }
    .Endo-column-img1 img {
    padding: 30px 0;
}
.Endo-video-area {
    padding: 0px 20px;
}
.Endo-ablation-video {
    padding: 40px 0;
}
.Endo-benefits-section .Endo-section-title {
   line-height: 30px;
}
.Endo-ablation-video h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.Endo-radiofrequency-section h2 {
    line-height: 30px;
}
.Endo-video-area {
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;     
    position: relative;
}

.Endo-video-area iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.footer-bottom {
    gap: 36%;
}
}

@media only screen and (max-width:768px) {

    .Endo-stats-main-box h2 {
        font-size: 24px;
    }

    .Endo-stats-main-box p {
        font-size: 16px;
    }

    .Endo-stats-section {
        padding-top: 50px !important;
    }

    .Endo-radiofrequency-section .Endo-two-columns {
        padding: 20px;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;

    }
  .Endo-radiofrequency-section .column h2 {
    line-height: 30px !important;
  }
    .Endo-contact-section .Endo-contact-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        padding: 10px;
    }

    .Endo-contact-section .Endo-contact-container .Endo-rightalign {
        width: 100% !important;
    }
    .Endo-column-img1 img {
    padding: 10px 0;
}
.Endo-radiofrequency-section .Endo-two-columns .Endo-column-img1 .desktop-img {
        display: none;
    }

.Endo-radiofrequency-section .Endo-two-columns .Endo-column-img1 .mobile-img {
        display: block;
    }
    .Endo-candidate-section h3 {
        line-height: 25px;
    }
    .Endo-HeroBanner img {
        padding-top: 7px ;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .powered-by {
        justify-content: center;
    }
  .Endo-HeroBanner .Endo-desktop {
    display: none;
  }
  .Endo-HeroBanner .Endo-mobile {
    display: block;
  }
   .Endo-stats-main-box {
        position: relative;
        width: 80% !important;
        transform: none !important;
        left: 0 ;
    }
}

@media only screen and (max-width:640px) {
   

    .Endo-stats-main-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .Endo-stats-main-box p {
        font-size: 14px;
    }
   

}

@media only screen and (max-width:557px) {
   .Endo-stats-main-box {
        width: 100% !important;
    }

    .Endo-stats-main-box h2 {
        font-size: 20px;
    }

    .Endo-stats-main-box p {
        font-size: 12px;
    }

   .Endo-radiofrequency-section .Endo-two-columns .column h2 {
    line-height: 35px;
   }
   .Endo-candidate-section h3 {
    line-height: 35px;
   }
   
}
@media only screen and (max-width:432px){
    .Endo-HeroBanner img{
      padding-top: 25px !important;
    }
}
