/* ------------------------------------------------
  Project:   Hectolab - Medical & Health Multipurpose HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background
  17. Popup
  18. Menu Price List
  19. List Icon
  20. Nice Select


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {
    font-family: 'Fira Sans', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #565857;
    overflow-x: hidden;
}


/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Castoro", serif;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 75px;
    font-weight: 600;
    color: #4ab242;
}

h2 {
    font-size: 39px;
    font-style: normal;
    line-height: 46px;
    font-weight: 700;
    color: #202125;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #202125;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #202125;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #202125;
}

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


/* ------------------------
    Helper class
------------------------*/
p,
span {
    font-family: "Lexend", sans-serif;
    line-height: 1.7;
    font-style: normal;
}

.grey-bg p {
    color: #202125
}

.lead {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span {
    color: #5e3867;
}

.section-title {
    margin-bottom: 50px;
}

.section-title p {
    font-size: 16px;
}


.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}


.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #8e6997;
}

.text-black {
    color: #202125 !important;
}

.text-grey {
    color: #565857 !important;
}

.text-yellow {
    color: #4ab242;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #835a8de8;
}

.grey-bg {
    background-color: #f2edea;
}

.theme-bg {
    background-color: #835a8de8;
}

.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Jarallax
------------------------*/
.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* ------------------------
    Border Radius
------------------------*/
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 800px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 100%;
}

.banner-slider h1 {
    letter-spacing: 8px;
    text-transform: capitalize;
    font-weight: 800;
}

.banner-slider h5 {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    background: #4ab242;
}

.banner-slider h5:before {
    content: "";
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 30px;
    height: 2px;
}

.banner-slider.owl-carousel .owl-dots {
    bottom: 4%;
}


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}


/* ------------------------
    About Us
------------------------*/
.about-2 {
    display: inline-block;
    text-align: center;
    border: 8px solid #4ab242;
    width: 100%;
}

.about-2 h3 {
    background: #4ab242;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.about-2 .working-hours {
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.about-2 .working-hours li {
    border-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.about-2:before {
    z-index: 0;
}

.appoinment-img {
    bottom: 0;
    position: absolute;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    display: table;
    width: 100%;
}

.countdown>li {
    padding: 0 30px;
    font-weight: 700;
    text-align: center;
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    list-style-type: none;
    display: table-cell;
    width: auto;
}

.countdown>li:last-child {
    border-right: none;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
}

.countdown>li p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
    color: #4ab242;
}

.dark-bg .countdown>li {
    border-color: rgba(255, 255, 255, 0.2)
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #4ab242;
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    color: #202125;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-info li a {
    color: #202125;
}

.dark-bg .contact-info li a {
    color: #ffffff;
}

.contact-info li a:hover {
    color: #4ab242;
}

.theme-bg .contact-info span,
.dark-bg .contact-info span {
    color: #ffffff
}

.theme-bg .contact-info li i {
    color: #ffffff;
}

.theme-bg .contact-info li a {
    color: #ffffff;
}

.theme-bg .contact-info li a:hover {
    color: #202125;
}

.contact-1 .contact-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    color: #202125;
    background: none;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
}

.dark-bg .form-control,
.theme-bg .form-control {
    color: #ffffff;
}

.dark-bg select.form-select option,
.theme-bg select.form-select option {
    color: black;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 72px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #4ab242;
}

.theme-bg .form-control:focus {
    border-color: #202125;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #202125;
}

.form-control::-moz-placeholder {
    color: #202125;
}

.form-control:-ms-input-placeholder {
    color: #202125;
}

.form-control:-moz-placeholder {
    color: #202125;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}


/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
    min-height: 50px;
    min-width: 60px;
}

.video-btn .btn-play {
    font-size: 30px;
    background: #4ab242;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.video-btn .btn-play {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    z-index: 5;
}

.video-btn .btn-play:after,
.video-btn .btn-play:before {
    content: '';
    border: 10px solid;
    border-color: inherit;
    width: 270%;
    height: 270%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -85%;
    top: -85%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
    animation: 1s videomodule-anim linear infinite;
}

.video-btn .btn-play:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ddd;
    color: #4ab242;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    left: 0px;
    top: 0;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    Popup
------------------------*/
.modal {
    z-index: 99999;
    top: 150px;
}

.modal-backdrop {
    z-index: 9999;
}

.modal-dialog {
    margin: 0 auto;
}

/* ------------------------
    Menu Price List
------------------------*/
.pricing-list li {
    border-top: 1px dashed #ddd;
    color: #4ab242;
    font-weight: 500;
    float: left;
    padding: 11px 0 12px;
    position: relative;
    text-align: right;
    width: 100%;
}

.pricing-list li:first-child {
    border-top: none;
}

.pricing-list li span {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #202125;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: auto;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    position: relative;
    padding-left: 20px;
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #4ab242
}


/* ------------------------
    Nice Select
------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
    border-bottom: 2px solid #f5f5f5;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.dark-bg .nice-select span,
.theme-bg .nice-select span {
    color: #ffffff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #4ab242;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.theme-bg .nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    color: #202125;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


/* parthiban start */
html,
body {
    overflow-x: hidden;
}

section {
    padding: 20px 0px 20px 0px;
}

.privacy-img {
    position: relative;
    top: -10px;
    width: 100px;
    align-items: center;
}

.lg-break {
    display: block;
}

.home-logo {
    width: 45px;
}

.featured-desc {
    text-align: justify;
}

.agree-text {
    color: #ffff;
    font-size: 18px;
}

.check-size {
    width: 19px;
    height: 19px;
    margin-right: 8px;
}

.logo-form-img img {
    width: 40px;
    margin: 0px 7px;
    position: relative;
    top: -17px;
}

.logogpay {
    position: relative;
    top: 2px;
    margin: 0px 7px;
    font-size: 60px;
    color: #fff;
}

.featured {
    gap: 0px 55px;
}

.featured-size {
    width: 200px;
}

.happy {
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.happy::after {
    content: "";
    position: absolute;
    left: 17%;
    top: 48px;
    /* bottom: 0; */
    width: 70%;
    height: 6%;
    /* Border thickness */
    background-color: #7ebdcb;
    /* Border color */
}

.lead-para {
    font-size: 18px;
    color: #1b1b1b;
    position: relative;
    margin-top: -3%;
    left: -5%;
}

.top-adjust {
    margin-top: -6%;
}

.top-adjust-slide {
    position: relative;
    top: -10% !important;
}

.service-description {
    text-align: justify;
}

.social-img img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.consul-btn {
    border-radius: 10px !important;
    padding: 10px 15px !important;
}

.form-logo {
    width: 40px;
    height: 40px;
    position: relative;
    left: -10px;
}

.form-home-text {
    color: #ffff;
    font-size: 21px;
}

.form-address-text {
    color: #ffff;
    font-size: 21px;
    text-align: justify !important;
}

.back-text {
    font-size: 29px;
    padding-bottom: 5px;
    color: #8e6997;
    font-weight: 600;
    text-align: center;
}

.back-text img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}

.back-text-bottom {
    font-size: 24px;
    color: #0d0e0d;
    font-weight: 200;
    text-align: center;
    padding: 0px 40px !important;
}

.featuredstep {
    padding-bottom: 10px !important;
}

.lead-modified {
    font-size: 20px;
    line-height: 29px;
}

.desc-post {
    padding: 18px 25px !important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 5px;
}

.text-justify {
    text-align: justify !important;
}

.comfort-home {
    color: #8e6997;
}

.treat-font {
    padding: 0px 40px;
}

.book-home-img {
    width: 410px;
    height: 232px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.home-card-animate {
    transition: transform 0.3s ease;
}

.home-card-animate:hover {
    transform: translateX(-12px);
    cursor: pointer;
}

.support-card-animate {
    transition: transform 0.3s ease;
}

.support-card-animate:hover {
    transform: translateY(-12px);
    cursor: pointer;
}

.book-home-img:hover {
    /* margin-top: 10px; */
    transform: translateY(-10px);
    cursor: pointer;
}

.treat-next {
    padding: 0px 40px;
}

.Erectile-text {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.top-treatment {
    /* margin-top: 7%; */
}

.issue-img {
    width: 90%;
}

.image-aligned {
    display: inline-block;
    text-align: center;
}

.image-aligned img {
    width: 100%;
    height: auto;
    display: block;
}

.bottom-row {
    /* display: flex;
  justify-content: space-between; */
    margin-top: 8px;
    /* space between image and text */
}

.left-text,
.right-text {
    font-weight: 500;
    font-size: 20px;
}

.brown-text {
    color: #8e6997;
}

.brown-text p {
    color: black;
    font-size: 18px;
}

.content h1 {
    font-weight: 500;
    text-align: center;
}

svg#donut-chart {
    display: block;
    margin: 0 auto;
}

text.inner-circle {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.arc {
    cursor: pointer;
}

.arc:hover {
    opacity: 0.85;
}

.arc text {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.fullest-img {
    transform: scaleY(-1);
}

.text-color-set {
    /* color:#835a8d !important; */
    color: #1a1414 !important;
}

.testimonial-color {
    color: #8e6997;
    text-align: center;
    /* border-bottom: 2px solid #ee6d59;
    white-space: nowrap;
    display: inline-block; */
}

.testimonial-para {
    font-size: 22px;
    line-height: 32px;
    padding: 6px 28px;
}

.treatment {
    width: 600px;
}

.list-adjust-gap li {
    padding-left: 15px !important;
}

.footer-list {
    position: relative;
    top: 20px;
    padding-left: 0px !important;
}

.team-images img {
    background-color: #835a8d;
    padding: 3px;
    border-radius: 50%;
}

.about-doctor-card {
    padding: 30px 27px;
    box-shadow: 4px 5px 10px rgba(131 90 141);
    transition: transform 0.3s ease;
}

.about-doctor-card:hover {
    transform: translateY(-30px);
    cursor: pointer;
}

.first-doctor-card {
    box-shadow: 4px 5px 10px rgba(131 90 141);
    transition: transform 0.3s ease;
}

.first-doctor-card:hover {
    transform: translateY(-30px);
    cursor: pointer;
}

.about-icon-font {
    text-align: center;
    padding: 0px 25px;
}

.doctor-bottom {
    margin-top: 90px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 500px;
    overflow: hidden;
}

.floating_btn {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #000;
    font-size: 13px;
}

.dys-banner-text {
    font-size: 26px !important;
}

.ul-dysfunction {
    list-style-position: inside;
}

.dys-symptoms p {
    font-size: 18px;
    color: #000;
    line-height: 26.5px;
}


.glow-check {
    color: #835a8d;
    font-size: 25px;
    animation: glow 0.5s infinite alternate;
    padding-top: 3px;
    padding-right: 13px;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #835a8d;
    }

    /* to {
    text-shadow: 0 0 20px #b0e1e2, 0 0 15px #b0e1e2;
  } */
}

.li-bottom-text {
    font-size: 20px;
    line-height: 33px;
}

.dys-symptoms {
    background-color: #f1ece9;
    margin-bottom: -3rem;
}

.erection-sec {
    margin-bottom: -3rem;
}

.dys-sym-img {
    height: 583px;
    width: 100%;
    border-radius: 20px;
}

.dys-sym-causes {
    height: 771px;
    width: 100%;
    border-radius: 20px;
}

.libido-service,
.phys-libido {
    height: 295px;
    width: 100%;
    border-radius: 20px;
}

.emotion-libido {
    /* position: relative;
    top:20px; */
    height: 290px;
    width: 100%;
    border-radius: 20px;
}

.dys-symptoms .title-text {
    font-size: 29px;
    color: #835a8d;
    font-weight: 600;
}

.dys-test-p p {
    text-align: justify;
}

.symtoms-para {
    /* padding: 0px 90px; */
    line-height: 31px !important;
    margin-top: -0.1rem !important;
}

.service-dys {
    background-color: #f1ece9 !important;
}

.service-dys h3 {
    font-size: 24px;
}

.pre-bottom-text {
    font-size: 20px;
    line-height: 28px;
}

.pre-dysfunction-img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.treatment-img-dys {
    width: 100%;
    height: 390px;
    border-radius: 20px;
}

.dys-causes-text {
    font-size: 24px !important;
    line-height: 50px !important;
}

.treat-para-causes {
    line-height: 15px !important;
}

.dysfunction-sec {
    margin-top: -29px !important;
}

.causes-font-para {
    margin-top: -5px !important;
}

.rigiscan-img {
    width: 100%;
    height: 263px;
    border-radius: 20px;
}

.prefirst-ul-font {
    margin-top: 20px;
}

.prefirst-ul-font p {
    font-size: 22px;
    line-height: 33px;
}

.top-psy-font {
    margin-top: 20px;
}

.dys-symptoms-sec .title-text {
    font-size: 29px;
    color: #835a8d;
    font-weight: 600;
}

.vacuum-img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.shock-wave-img {
    width: 100%;
    height: 280px;
    border-radius: 20px;
}

.pre-treat-text {
    font-size: 25px;
    line-height: 48px;
}

.habitsimg {
    width: 100%;
    height: 405px;
    border-radius: 20px;
}

.strong-erectile {
    font-size: 18px;
    line-height: 26.5px;
}

.top-adjust-sech {
    margin-top: 0.7rem !important;
}

.top-banner-text h1 {
    font-size: 55px !important;
    line-height: 68px !important;
}

.Top-notch-sec {
    margin-top: -3rem;
}

.footer-logo-bg {
    position: relative;
    left: -12px;
}

.footer-icon-p {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 20px;
    margin-right: 10px;
}

.erection-sec .owl-carousel .owl-stage-outer {
    padding-bottom: 23px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 45px;
}

.treat-para-eractile {
    line-height: 29px !important;
}

.pre-lifelong {
    height: 282px;
    width: 100%;
    border-radius: 20px;
}

.pre-physical-img {
    height: 242px;
    width: 100%;
    border-radius: 20px;
}

.home-pb-3 {
    padding-bottom: 24rem !important;
}

.top-adjust-slide .owl-carousel .owl-dots {
    display: none !important;
}

.border-form-fees {
    border: 0.5px solid rgb(231, 223, 223) !important;
    border-radius: 20px;
    padding: 10px 20px;
    background: #148188;
    text-align: center;
    font-size: 18px;
}

.font-change {
    font-family: poppins;
    font-weight: 200;
}

.about-sec-sub,
.home-sec-color {
    background-color: #f2edea;
}

.pb-privacy-ad {
    padding-bottom: 12px;
}

.para-about-p {
    margin-top: -18px;
}

.testi-about {
    margin-top: 20px;
    margin-bottom: -12px;
}

.dysadj-sec-p {
    margin-top: -10px;
}

.bott-ad-dys {
    margin-bottom: -1rem;
}

.dys-sec-erectile {
    margin-top: -1rem;
}

.dysf-sec-text {
    margin-top: -1rem;
}

.doctor-img-home {
    position: relative;
    left: 100px !important;
}

.ad-home-gap {
    margin-top: -2rem !important;
}

.Diagnosis-sec {
    margin-top: -1rem;
    padding-bottom: 1rem;
}

.pre-eja-sec {
    margin-top: -1rem !important;
}

.pre-cause-tre {
    margin-top: -0.5rem;
}

.lowlibido-sec {
    margin: 2rem 0rem;
}

.footer-pad-correct {
    margin-top: -1rem;
}

.male-blog {
    height: 392px;
    width: 100%;
    border-radius: 20px !important;
}

.common-blog-causes {
    height: 368px;
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 20px !important;
}

.blog-Ed1 {
    height: 365px;
    width: 100%;
    border-radius: 20px !important;
}

.routes-blog {
    margin-top: 1.2rem;
    height: 343px;
    width: 100%;
    border-radius: 20px !important;
}

.seeking-blog {
    height: 359px;
    width: 100%;
    border-radius: 20px !important;
}

.hygiene-blog {
    margin-top: -0.1rem !important;
    height: 229px;
    width: 100%;
    border-radius: 20px !important;
}

.being-infection-blog {
    margin-top: -0.1rem !important;
    height: 239px;
    width: 100%;
    border-radius: 20px !important;
}

.reproductive-blog,
.psy-well-blog {
    margin-top: 1.4rem;
    height: 297px;
    width: 100%;
    border-radius: 20px !important;
}

.hormonal-balance-blog {
    height: 227px;
    width: 100%;
    border-radius: 20px !important;
}

.self-esteem-font {
    margin-top: -1.6rem;
    font-size: 23px !important;
}

.dys-test-blog {
    /* line-height: 20px !important; */
}

.emotion-well-blog {
    height: 233px;
    width: 100%;
    border-radius: 20px !important;
}

.pre-cause-blog {
    margin-top: -1.2rem !important;
    margin-bottom: -0.5rem !important;
}

.pre-Enhan-blog {
    margin-bottom: -0.6rem !important;
}

.blog-keep-text {
    margin-top: -2.4rem !important;
    margin-bottom: -0.8rem !important;
}

.social-blog-text {
    margin-top: -1.2rem;
    margin-bottom: -2rem !important;
}

.blog03-human {
    height: 233px;
    width: 100%;
    border-radius: 20px !important;
}

.men-women-blog {
    height: 250px;
    width: 100%;
    border-radius: 20px !important;
}

.autonomic-blog03 {
    height: 403px;
    width: 100%;
    border-radius: 20px !important;
}

.tie-blog {
    height: 418px;
    width: 100%;
    border-radius: 20px !important;
}

.blog03-phy-reac {
    margin-top: 10px !important;
    height: 383px;
    width: 100%;
    border-radius: 20px !important;
}

.blog03-keep-text {
    margin-top: -1.5rem;
    margin-bottom: -1rem !important;
}

.blog-symptoms {
    background-color: #f1ece9 !important;
    margin-bottom: 0rem !important;
}

.line-blog-3 {
    line-height: 45px !important;
}

.banner-img {
    background-image: url('../images/home/banner-first.jpg');
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-eractile {
    background-image: url('../images/home/banner-three.jpg');
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-premature {
    background-image: url('../images/home/banner-second.jpg');
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-organ{
    background-image: url('../images/home/banner-second.jpg');
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.female-first-image{
      height: 307px;
    width: 100%;
    border-radius: 20px;
}

.arousal-female-img{
        height: 310px;
        width: 100%;
        border-radius: 20px;
}

.female-symptoms {
    background-color: #f1ece9;
}
.input-box{
    color:red;
}
.error{
    color:red;
}