@import url("https://use.fontawesome.com/releases/v5.10.0/css/all.css");
:focus {
    outline: none !important;
    border: none !important;
}

html {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #828690;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4 {
    font-family: Nunito, sans-serif;
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800;
    font-style: normal;
}

p {
    font-family: muli, sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 62px;
    text-align: start;
    line-height: 1.1;
}

h2,
.main-head {
    font-size: 40px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 10px;
}

h5 {
    font-size: 13px;
}

h5,
h4 {
    font-family: Muli, sans-serif;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ee344e;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
}

.f-12 {
    font-size: 12px;
}

.main-head {
    font-size: 40px;
    font-family: Nunito, sans-serif;
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800;
    font-style: normal;
}

.sub-para {
    font-family: Muli, sans-serif;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ee344e;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
}

.mr-auto {
    margin-right: auto!important;
    margin-left: 0!important;
}

.ml-auto {
    margin-left: auto!important;
    margin-right: 0!important;
}

.pad-0 {
    padding: 0;
}

.h-96 {
    height: 96%;
}

.bg-light {
    background: white;
}

.bg-blue {
    background: #192136;
}

.bg-red {
    background: #ee344e;
}

.text-red {
    color: #ee344e;
}

.section-heading {
    text-align: center;
}

.section-heading p {
    max-width: 700px;
    margin: auto;
}

.section-content {
    margin-top: 50px;
}

.text-blue {
    color: #273353;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.para-white {
    color: #fff;
}

.para-light {
    color: #828690;
}

.bg-img {
    background-image: url(../images/bg-05.jpg);
}

.padding-75 {
    padding: 75px 0;
}

.bg-lightblue {
    background-color: #6482F4 !important;
}

.bg-darkblue {
    background-color: #004AAD !important;
}

.bg-cream {
    color: rgb(228, 223, 217) !important;
}

.bg-black {
    background-color: #000000;
}


/* ------------------- navbar ------------------- */

.navbar {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

.navbar img {
    width: 225px;
    margin-top: 5px;
}

.navbar-toggler-icon {
    display: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: none;
    padding: 1rem .75rem 0;
}


/* ------------------- navbar end ------------------- */

.carousel img {
    height: 100vh;
    object-fit: cover;
    cursor: pointer;
}

.carousel .absolute {
    position: absolute;
    width: 100%;
    margin: 0 5%;
    z-index: 9999999;
    height: 100%;
    top: 49px;
}

.carousel .col-md-6 {
    height: 50%;
}

.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.carousel-caption .play {
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-caption .play .btn-play {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-caption .play span {
    position: sticky;
    color: #242429;
    font-weight: 700;
    font-size: 13px;
    margin-left: 15px;
    font-family: Nunito, sans-serif;
    text-transform: uppercase;
}

.why-choose-section {
    position: relative;
    padding-top: 245px;
}

.element {
    margin-left: auto;
    padding: 8px 20px;
}

.img {
    width: 100%;
    border-radius: 8px 8px 8px 8px;
}

.do-overlay-section {
    position: absolute;
    top: -8%;
    width: 100%;
}

.do-box {
    position: relative;
    padding: 30px 30px 35px 35px;
    margin-bottom: 35px;
    border-radius: 4px;
    color: #575860;
    font-size: 65px;
    background-color: #fff;
    box-shadow: 1px 1px 15px 0px rgb(0 0 0 / 8%);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    line-height: 24px;
    color: rgb(216 215 211 / 40%);
    font-weight: 900 !important;
    font-style: normal;
    font-family: Nunito, sans-serif;
}

.box-ico {
    font-size: 70px;
    line-height: 70px;
}

.do-box img {
    filter: opacity(.35);
}

.box-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.box-head {
    line-height: 1.1;
    font-family: Nunito, sans-serif;
    letter-spacing: 0px;
    color: #273353;
    text-transform: none;
    font-weight: 800;
    font-style: normal;
}

.round-plus {
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    color: white;
    display: flex;
    padding: 18px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
}

.img-overlay-ratio {
    position: relative;
}

.ratio-height {
    line-height: 1;
}

.ratio-card {
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 75px 10px 20px;
    box-shadow: 9px 0px 30px 0px rgb(26 47 106 / 9%);
    display: flex;
    bottom: 0px;
    margin: 15px 3%;
    align-items: center;
}

.circle_percent {
    font-size: 75px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0px;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #ee344e;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #ee344e;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    right: 3.5px;
    bottom: 3.5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.ratio-info {
    margin-left: 25px;
    color: black;
    font-family: Nunito, sans-serif;
    font-size: 24px;
    font-weight: 800;
    height: 48px;
}

.ratio-info sup {
    font-size: 14px;
}

.ratio-info p {
    color: gray;
    font-size: 18px;
    font-weight: 600;
    font-family: Muli, sans-serif;
}


/*--------------------------------------------------------------
# what-have-section
--------------------------------------------------------------*/

.what-have-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 0px;
}

.what-have-section .service-item {
    margin-bottom: 30px;
    text-align: center;
}

.what-have-section #service-flters {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 0px;
    width: 100%;
}

.what-have-section #service-flters li {
    cursor: pointer;
    display: inline-block;
    width: 32%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

.what-have-section #service-flters li:last-child {
    margin-right: 0;
}

.what-have-section .service-info {
    padding: 0px 10%;
}

.what-have-section .service-info .service-box {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    text-align: initial;
    background: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.what-have-section .service-info .contents {
    padding-top: 5px;
}

.read-more {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: capitalize;
}

.round-more {
    width: 10px !important;
    height: 6px;
    border-radius: 50%;
    color: white;
    display: flex;
    padding: 9px;
    font-size: 9px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

.read-more span {
    position: sticky;
    color: #273353;
    font-weight: 700;
    font-size: 13px;
    font-family: Muli, sans-serif;
}

.what-have-section .service-info h3 {
    line-height: 1;
}

.icon-card {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 5%);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i,
.services .icon-box .icon .iconify {
    font-size: 25px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    margin: 8px;
}

#service-flters li .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

#service-flters li .icon-box i {
    color: #ee344e;
}

.what-have-section #service-flters li:hover .icon-box i,
.what-have-section #service-flters li.filter-active .icon-box i {
    color: #fff;
}

.what-have-section #service-flters li:hover .icon-box .icon path {
    fill: rgba(238, 52, 78, 0.3);
}

.what-have-section #service-flters li.filter-active .icon-box .icon path {
    fill: #ee344e;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


/* .services .icon-box:hover .icon i {
    color: #fff;
}

.services .icon-box:hover .icon path {
    fill: #ee344e;
} */


/* video modal  */

#myModal .modal-content {
    background-color: transparent;
    border: none;
}

#myModal .modal-body {
    padding: 0;
}

#myModal .modal-header {
    border-bottom: none;
}

#myModal .modal-header .close {
    font-size: 2.5rem;
    font-weight: 500;
    color: #e8e8e8;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    z-index: 999;
    right: -30px;
    top: -6px;
}

iframe {
    width: 100%;
    min-height: 345px;
    height: fit-content;
}


/* ------------------------------------------------------------- */


/* Doctor Registration modal */

#doctorReference .modal-content {
    border-radius: 0;
    border: 0;
    background: #ffffff85;
}

#yesOrNot .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0 1rem;
}

#yesOrNot .modal-body {
    text-align: center;
    padding-top: 0;
}

#yesOrNot .modal-content {
    border-radius: 0;
    border: 0;
    background: #d5d5d5bf;
}

#yesOrNot .modal-title {
    color: #20242eed;
    font-size: 25px;
}

#doctorReference .modal-title {
    color: #20242eed;
    font-size: 45px;
}

.form__input {
    width: 350px;
    height: 40px;
    margin: 10px 0;
    padding-left: 25px;
    font-size: 13px;
    letter-spacing: .15px;
    border: none;
    border-radius: 0 !important;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    background-color: #ecf0f3d4;
    transition: .25s ease;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
    color: black;
}

.refer-btn-group {
    display: flex;
    justify-content: center;
}

.refer-btn-group .btn {
    height: 50px;
    margin: 25px 15px 0 0 !important;
}

.button {
    width: 180px;
    height: 50px;
    border-radius: 0;
    margin-top: 25px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #2f4179;
    color: #f9f9f9;
    box-shadow: 2px 1px 6px #4e4e4e45, 0px 0px 10px 1px #6969697d;
    border: none;
    outline: none;
}

.form-modal-patient-register label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-left: 25px;
    font-size: 13px;
}

.form-modal-patient-register {
    text-align: center;
    padding-bottom: 25px;
    margin: auto;
}

.modal-content .btn {
    width: 100px;
    padding: 12px;
    color: white;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    border: none;
    outline: none;
    margin: 0 15px;
}

.btn a {
    color: inherit;
}

.btn-reg {
    background-color: #2f4179;
    box-shadow: 2px 1px 6px #4e4e4e45, 0px 0px 10px 1px #6969697d;
}

.btn-skip {
    background-color: #34363b;
    box-shadow: 2px 1px 6px #4e4e4e45, 0px 0px 10px 1px #6969697d;
}


/* ----------------------------------------------------------------  */


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.preloaderBg {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
}

.preloader {
    margin: auto;
    /* margin-top: 150px; */
    /* background: url(../images/preloader.png) no-repeat center; */
    background-size: 150px;
    /* width: 300px;
    height: 100vh; */
    animation: fade-in 1s ease-in-out infinite;
}


/* .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
} */

.pulse {
    fill: #fff;
    stroke-width: 15;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.joinus-icon {
    position: absolute;
    width: 70px;
    font-size: 30px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
}

.loader-style {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.785, 0.235, 0.15, 0.56);
    animation-fill-mode: backwards;
    stroke-dasharray: 450;
    animation-iteration-count: infinite;
    animation-name: loading;
}

@keyframes loading {
    0% {
        stroke-dashoffset: 900;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.loader-opacity {
    opacity: 0.3;
}

.grid-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* -------------offers--------------------- */

.offer-box {
    position: relative;
    padding: 75px 0 0;
    background-color: #ffffff;
}

.wrapper {
    margin: 50px auto;
    width: 362px;
    padding: 30px 35px 37px 35px;
    height: auto;
    background: #fff;
    text-align: left;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 9px 0px 30px 0px rgb(26 47 106 / 9%);
    position: relative;
    z-index: 90;
    overflow: hidden;
}

.ribbon-wrapper-green {
    background: #ee344e;
    position: absolute;
    top: -55px;
    right: -50px;
    width: 130px;
    height: 130px;
    font-size: 30px;
    line-height: 130px;
    color: #fff;
    text-align: center;
    padding: 20px 40px 0 0;
    border-radius: 50%;
}

.icon {
    margin: 25px 26px;
    color: white;
}

.offer-card {
    line-height: 13px;
}

.list {
    padding: 20px 0;
}

.fa-ul {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 0;
}

ul {
    list-style-type: none;
    margin-left: 10px;
}

ul li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

ul li::before {
    color: transparent;
    font-size: 1px;
    content: " ";
    margin-left: -1.3em;
    margin-right: 15px;
    padding: 10px;
}

.list li span {
    font-size: 18px;
    position: relative;
    top: 1px;
}

.box {
    background-color: #192136;
    box-shadow: 9px 0px 30px 0px rgb(26 47 106 / 9%);
    position: relative;
    padding: 23px 38px;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

a {
    font-family: Muli, sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-style: normal;
}

a:hover {
    color: #ee344e;
    text-decoration: none;
}

.buy-now {
    margin: 0 0;
}

.working-process-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 70px 0px;
}

.web-services {
    padding-top: 50px;
}

.webservice-box {
    border: 1px solid #e5e5e5;
    padding: 20px 20px 50px;
    border-radius: 8px;
    text-align: initial;
    background: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-bottom: 25px;
}

.webservice-box:hover {
    border: 1px solid #ee344e;
}

.webservice-box h3 {
    line-height: 1;
    margin-bottom: 25px;
}

.webservice-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    /* object-fit: cover; */
}

.webservice-round {
    background: #ee344e;
    position: absolute;
    width: 70px;
    height: 70px;
    font-size: 30px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    bottom: -25px;
    right: 15px;
}

.webservice-round:hover {
    background: #fff;
    color: #ee344e;
}

.absolute-bottom {
    position: absolute;
    bottom: 40px;
    width: 78%;
}

.webservice-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.webservice-foot .read-more {
    margin-top: 0;
}


/* .web-container {
   width: 85%;
   margin: 45px auto 0;
} */


/* -------------------------------- */


/* -------------------------------- */

.elementor-row {
    padding: 31px 0;
}

.align-center {
    display: flex;
    align-items: center;
}

.elementor-row img {
    width: 100%;
    max-width: 130px;
    height: 70px;
    object-fit: cover;
}

.elementor-row .desc-details {
    display: flex;
}

.head-photo img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.heading-desc {
    padding: 0px 20px;
    font-weight: 600;
    font-size: 16px;
}

.position-name {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.elementor-image {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 876px) {
    .elementor-row .d-flex {
        display: block!important;
        display: block!important;
    }
    .elementor-image {
        margin: 20px 0px 0;
        display: flex;
        align-items: center;
    }
}


/* ------------footer------------------ */

.footer-round {
    background: #ee344e;
    width: 40;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
}

.footer-round-icon {
    padding: 13px 17px;
}

.footer-logo {
    /* width: 50px; */
    height: 50px;
}

.img-fluid {
    width: 25%;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-links a {
    font-family: Muli, sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #413838;
    cursor: pointer;
}

.footer-links li:hover,
.footer-links a:hover {
    color: #ee344e;
}

.footer-cta {
    padding: 3em 0;
}

.footer-cta .row {
    width: 100%;
    margin: 0;
}

.footer-section {
    /* background: #FFFFFF; */
    background: #f8f7f4;
    position: relative;
    width: 100%;
}

.single-cta i {
    color: #fff;
    font-size: 19px;
    float: left;
    margin-top: 8px;
}

.foot-logo {
    display: inline-block;
}

.foot-logo img {
    width: 225px;
    margin-bottom: 25px;
}

.single-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cta-text {
    margin: 20px 15px 0;
}

.cta-text h4 {
    color: rgba(12, 38, 59, 0.95);
    font-size: 15px;
    font-weight: 600;
    font-family: muli, sans-serif;
    margin-bottom: 2px;
    text-align: start;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-icon {
    top: 4px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    text-align: center;
    border-radius: 50%;
    line-height: 2.5;
    padding: 0;
    /* color: rgb(187, 94, 94);
    box-shadow: 2px 5px 10px #fcd6dc; */
}

.google-bg {
    background: #ee344e;
    color: white;
    height: 50px;
    width: 50px;
}

.icon-bg {
    background: #fff;
    color: #192136;
    height: 40px;
    width: 40px;
}

.footer-widget {
    padding: 8px 0;
}

.footer-widget-heading h3 {
    color: rgba(12, 38, 59, 0.95);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ee344e;
}

.footer-widget ul li {
    float: left;
}

.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.footer-container {
    margin: 0 50px;
}

.copyright-area {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    color: white;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: white;
}

.copyright-area a:hover {
    color: #706466;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer-widget {
        padding: 8px 0 28px;
    }
    .footer-cta {
        padding: 3em 0 0;
    }
    .copyright-area {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    #myModal .modal-header .close {
        font-size: 3rem;
        font-weight: 100;
        right: 0px;
        top: -18px;
    }
    .footer-container {
        margin: 0;
    }
    .single-cta,
    .footer-widget {
        margin: 0 15px;
    }
}


/* ------------------map--------------------- */

#map {
    height: 50vh;
}

.leaflet-popup-content-wrapper {
    width: 100%;
}


/* ------------pdf---------------- */

.container-pdf {
    padding: 0;
    width: 100%;
}

.container-pdf .col-12 {
    padding: 0;
}

.container-pdf .row {
    width: 100%;
    margin: 0;
}

.container-pdf .col-md-12 {
    padding: 0;
}

.pdf-img {
    width: 100%;
    height: auto;
}


/* --------------------------- */

.timeline {
    display: flex;
    align-items: center;
    background-color: white;
    /* background-color: rgb(233, 150, 150); */
}

#demos {
    background: linear-gradient(112deg, #fff8f8 50%, antiquewhite 50%);
    max-width: 900px;
    margin: 16px auto;
}

.carousel-captions {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-family: muli, sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

.carousel-control-prevs {
    background-color: rgb(223, 56, 89);
    /* justify-content: flex-start */
    position: absolute;
    height: 36px;
    width: 43px;
    top: 50%;
    padding: 12px;
}

.carousel-control-nexts {
    /* justify-content: flex-end */
    position: absolute;
    top: 50%;
    right: 0;
    height: 36px;
    width: 43px;
    padding: 12px;
    background-color: rgb(223, 56, 89);
}

.carousel-control-prevs,
.carousel-control-nexts {
    transition: none;
    opacity: unset
}

.carousel-control-nexts:hover {
    color: wheat;
}

.carousel-control-prevs:hover {
    color: wheat;
}

.carousel-button {
    text-align: start;
}

.carousel-button .btn {
    box-shadow: 0px 0px 10px 0px #0000002e;
    border-radius: 20px;
    font-size: 14px;
    padding: .5rem 1.2rem;
}

.carousel-button .btn:hover {
    box-shadow: 0px 0px 6px 0px #0000002e;
}

.carousel-button .btn-light {
    color: #ee344e;
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-button .btn-danger {
    margin-left: 10px;
    background-color: #ee344e;
    border-color: #ee344e;
}

.how-it-work {
    background-size: cover;
    height: auto;
}


/* join us  */

.btn-join-us {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #ee344e;
    border-color: #ee344e;
    box-shadow: 0 0 3px 1px #5f353538 !important;
}

#joinUs .modal-content {
    background-color: #0c162df2;
    border: 1px solid #202637;
}

.modal-header {
    border: 0;
}

#joinUs .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #e4e4e4;
    text-shadow: none;
    opacity: 1;
}

.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard {
    color: #888888;
    padding: 30px;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    -webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
    padding-left: 10px;
    cursor: pointer;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 15px 10px;
    text-align: center;
}

.form-wizard .form-wizard-cancel-btn {
    background-color: #252629;
    color: #ffffff !important;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 15px 10px;
    text-align: center;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-cancel-btn:hover,
.form-wizard .form-wizard-cancel-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: white;
    background-color: #030916;
    border: none;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #d65470;
    color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #d65470;
    left: 50%;
    width: 50%;
    border-color: #d65470;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-captions img {
    width: 20%;
    height: 20%;
    border-radius: 50%;
    margin-top: 2rem
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}


/* ----------floating button--------- */

.float {
    position: fixed;
    width: 60px;
    height: 36px;
    bottom: 40px;
    right: 40px;
    background-color: #ee344e;
    color: #FFF;
    border-radius: 9px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float p {
    font-size: 10px;
    margin: 5px 0px;
}

.float:hover {
    background-color: #ffffff;
    color: #ee344e;
}

.my-float {
    margin-top: 22px;
}


/* ------media query--------------- */

@media screen and (max-width: 425px) {
    .wrapper {
        width: 100%;
        margin: auto;
        padding: 15px 15px 31px;
    }
    .form-wizard {
        padding: 10px;
    }
    .form-wizard .form-wizard-steps li span {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .carousel-captions {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
    .float {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 40px;
        /* right: 10px; */
        background-color: #ee344e;
        color: #FFF;
        border-radius: 9px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }
    .float p {
        font-size: 7px;
        margin: 6px 0px;
    }
    .float:hover {
        background-color: #ffffff;
        color: #ee344e;
    }
    .my-float {
        margin-top: 0px;
    }
}

@media(max-width: 767px) {
    .carousel-captions img {
        width: 20%;
        height: 20%;
        border-radius: 50%;
        margin-top: 1rem
    }
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
    .wizard-content-left {
        height: auto;
    }
    i {
        padding: 0.8rem
    }
}

@media(max-width: 720px) {
    .carousel-control-prevs {
        padding: 2px !important;
    }
    .carousel-control-nexts {
        padding: 2px !important;
    }
    p {
        font-size: 16px;
        font-family: muli, sans-serif;
    }
}

@media(max-width: 360px) {
    .carousel-caption {
        bottom: 35px;
    }
}

@media(max-width: 320px) {
    .timeline {
        margin: 106px 0 !important;
    }
    .timepara {
        font-size: 14px;
        font-family: muli, sans-serif;
    }
    .suuccess-para {
        font-size: 12px !important;
    }
    .floats {
        position: fixed;
        width: 40px;
        height: 30px;
        bottom: 153px !important;
        /* right: 10px; */
        background-color: #ee344e;
        color: #FFF;
        border-radius: 9px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }
}

@media screen and (max-width: 1182.9px) {
    .carousel .col-md-6 {
        flex: 1 0 50%;
        max-width: 75%;
    }
    .carousel .absolute {
        margin: 0;
    }
}

@media screen and (max-width: 1024.9px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 40px;
        /*  We are Achieve the success of Heart Surgery  */
    }
    h3 {
        font-size: 20px;
    }
    h5 {
        font-size: 13px;
        /* why choose us */
    }
    p {
        font-size: 16px;
        /* We have the top level of world best heart surgery specialist expert doctors. 
                     We are used latest technology in our healthcare. */
    }
    .img {
        width: 100%;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        /* top: -113px; */
    }
    .carousel .col-md-6 {
        padding: 0;
    }
    .carousel .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .carousel .absolute {
        margin: 0 25px;
    }
    .carousel img {
        height: 75vh;
        object-fit: cover;
    }
}

@media screen and (max-width: 991.9px) {
    .why-choose-section {
        padding-top: 485px;
    }
}

@media screen and (max-width: 968.9px) {
    h1 {
        font-size: 45px;
    }
    .carousel img {
        height: 80vh;
    }
    .carousel .col-md-6 {
        flex: 1 0 50%;
        max-width: 55%;
    }
}

@media screen and (max-width: 768.9px) {
    h1 {
        font-size: 40px;
    }
    h2,
    .main-head {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    h5 {
        font-size: 13px;
    }
    p {
        font-size: 16px;
    }
    .carousel .col-md-6 {
        height: 30%;
    }
    .what-have-section {
        padding: 75px 0px 0px !important;
    }
    .working-process-section {
        padding: 75px 0px !important;
    }
    .what-have-section .section-content {
        margin-top: 15px;
    }
    .what-have-section .service-info {
        padding: 0px 5px;
    }
    .web-services {
        display: none;
    }
    .ratio-card {
        width: 94%;
    }
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 767.9px) {
    h2,
    .main-head {
        font-size: 26px
    }
    .do-overlay-section {
        position: relative;
    }
    .why-choose-section {
        padding-top: 65px;
    }
    .img {
        margin-top: 35px;
    }
    .carousel .absolute {
        top: 75px;
    }
    .abt {
        text-align: center !important;
    }
    .txc {
        text-align: center !important;
    }
    .floats {
        position: fixed;
        width: 40px;
        height: 30px;
        bottom: 163px;
        /* right: 10px; */
        background-color: #ee344e;
        color: #FFF;
        border-radius: 9px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }
}

@media screen and (max-width: 645.9px) {
    h1 {
        font-size: 38px;
    }
    .carousel img {
        height: 65vh;
    }
    .carousel-caption .play {
        margin-bottom: 10px;
    }
    .carousel-caption .play span {
        margin-left: 10px;
    }
    .carousel-caption .play .btn-play {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .seen-none {
        display: none !important;
    }
    .carousel-caption {
        top: -113px;
    }
    .carousel-button .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 599.9px) {
    h1 {
        font-size: 35px;
    }
    .navbar img {
        width: 180px;
    }
    .carousel img {
        height: 60vh;
    }
    .carousel .col-md-6 {
        height: 30%;
        flex: 1 0 50%;
        max-width: 58%;
    }
    .carousel .absolute {
        top: 100px;
    }
}

@media screen and (max-width: 475.9px) {
    h1 {
        font-size: 32px;
    }
    .carousel img {
        height: 55vh;
    }
    .copyright-area .designed-text a {
        display: block;
        padding-top: 5px;
    }
    .carousel-button .btn {
        font-size: 11px;
        padding: .25rem .75rem
    }
}

@media screen and (max-width: 445.9px) {
    h1 {
        font-size: 30px;
    }
    .carousel img {
        height: 52vh;
    }
    .navbar img {
        width: 165px;
    }
}

@media screen and (max-width: 411px) {
    .carousel-caption {
        bottom: 58px;
    }
    .floats {
        position: fixed;
        width: 40px;
        height: 30px;
        bottom: 205px !important;
        /* right: 10px; */
        background-color: #ee344e;
        color: #FFF;
        border-radius: 9px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
    }
}

@media screen and (max-width: 425.9px) {
    h1 {
        font-size: 32px;
    }
    h2,
    .main-head {
        font-size: 26px;
        line-height: 36px !important;
    }
    .carousel img {
        height: 48vh;
    }
    .img {
        width: 100%;
    }
    .carousel .col-md-6 {
        flex: 1 0 50%;
        max-width: 70%;
    }
    .abt {
        text-align: center !important;
    }
}

@media screen and (max-width: 375.9px) {
    h1 {
        font-size: 30px;
    }
    .img {
        width: 100%;
    }
    .carousel .col-md-6 {
        height: 38%;
    }
    .navbar img {
        width: 145px;
    }
    .abt {
        text-align: center !important;
    }
}

@media screen and (max-width: 340.9px) {
    h1 {
        font-size: 28px;
    }
    .carousel img {
        height: 49vh;
    }
    .abt {
        text-align: center !important;
    }
}

@media screen and (max-width: 280px) {
    .carousel-caption {
        top: -73px;
    }
}

@media screen and (max-width: 299.9px) {
    h1 {
        font-size: 20px;
    }
    .img {
        width: 100%;
    }
    .carousel .col-md-6 {
        height: 38%;
    }
    .abt {
        text-align: center !important;
    }
}

@media screen and (min-width: 1200px) {
    .grid-container {
        max-width: 1200px !important;
        width: 78%;
    }
}

@media screen and (min-width: 992px) {
    /* .grid-container {
max-width: 970px !important;
} */
}

@media screen and (min-width: 768.9px) {
    /* .grid-container {
max-width: 750px !important;
} */
    .services {
        display: none;
    }
}