.elementor-2089 .elementor-element.elementor-element-fb75607 {
    padding: 110px 0px 110px 0px;
}

.elementor-bc-flex-widget .elementor-2089 .elementor-element.elementor-element-8c0648f.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-2089 .elementor-element.elementor-element-8c0648f.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-2089 .elementor-element.elementor-element-dc02090 {
    padding: 0px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-2089 .elementor-element.elementor-element-021b92a.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-2089 .elementor-element.elementor-element-021b92a.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-2089 .elementor-element.elementor-element-021b92a.elementor-column>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-2089 .elementor-element.elementor-element-fd7b4c4 .section-title-three h2 {
    color: #000000;
}

.elementor-2089 .elementor-element.elementor-element-fd7b4c4 .section-title-three h6 {
    color: #2284CC;
}

.elementor-2089 .elementor-element.elementor-element-fd7b4c4 .section-title-three>p {
    color: #001d67;
}

.elementor-2089 .elementor-element.elementor-element-fd7b4c4 .section-title-three .default-line {
    color: #001d67;
    margin: 0px 0px 15px 0px;
}

.elementor-2089 .elementor-element.elementor-element-fd7b4c4 .section-title-three p.line {
    border-color: #D53863;
    margin: 0px 0px 15px 0px;
}

@media(max-width: 1024px) and (min-width:768px) {
    .elementor-2089 .elementor-element.elementor-element-279e961 {
        width: 100%;
    }

    .elementor-2089 .elementor-element.elementor-element-8c0648f {
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .elementor-2089 .elementor-element.elementor-element-dc02090 {
        padding: 30px 0px 0px 0px;
    }
}

@media(max-width: 767px) {
    .elementor-2089 .elementor-element.elementor-element-dc02090 {
        padding: 30px 0px 0px 0px;
    }

    .elementor-2089 .elementor-element.elementor-element-fd7b4c4 .section-title-three h2 {
        font-size: 40px;
        line-height: 1.1em;
    }
}


.mental-sec {
    padding: 60px 0px;
}

.mental-st h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.mental-st span {
    color: #0de0fe;
}

.mental-st p {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.purple-bg {
    background: rgb(86 222 241 / 28%);
    height: auto;
    padding: 20px 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.green-bg {
    align-items: center;
    display: inline-flex;
    padding: 2px 8px;
    background-color: rgb(218, 248, 230);
    color: rgb(16, 96, 71);
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
}

.purple-bg h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.purple-bg h5 .price {
    background: rgb(247, 244, 253);
    padding: 8px;
}

.price {
    background: rgb(247, 244, 253);
    padding: 8px;
}

.white-bg {
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #ccc;
    padding: 5px 10px;
    margin-top: 20px;
}

.online-st {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.main-white {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conn-para {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}

.health-bg {
    background-color: rgb(251, 244, 238);
    /* height: 100vh; */
    padding: 60px 0px;
}
.avail-bg{
    padding: 60px 0px;
}
.health-st h6 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(64, 64, 64);
    margin-bottom: 8px;
}

.health-st h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.health-st p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/**
 * Simple HTML/CSS switch
 */
 .switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #72da67;
}
input:checked + .switch::before {
    left: 27px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
.with-st{
    font-size: 16px;
    color: #000;
}
.see-st {
    font-size: 14px;
    color: #0de0fe;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: end;
}

.doctors-bg {
    min-height: 410px;
    margin: 7px 10px 0px 0px;
    padding: 20px 20px;
    box-shadow: rgba(64, 64, 64, 0.08) 0px 2px 40px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(234, 227, 249);
    max-height: 410px;
    height: 410px;
}
.doctors-st{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.zoom-img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.vid-pos{
    position: relative;
}
.vid-cam i {
    font-size: 12px;
    color: #fff;
    background-color: #2284CC;
    padding: 7px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.vid-cam {
    position: absolute;
    bottom: 0px;
    left: 45px;
}
.rate-font i{
    font-size: 10px;
    color: orange;
}
.rate-pri{
    font-size: 12px;
    font-weight: 400;
}
.steth-font {
    font-size: 13px;
    color: #ccc;
    display: block;
    margin-bottom: -7px;
    margin-top: -5px;
}
.light-bg{
    background-color: #2285cc79;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    padding: 4px;
    border-radius: 6px;
}
.red-bg{
    background-color: rgb(251, 244, 238);
    color: rgb(186, 43, 13);
    padding: 0px 10px;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    display: table;
}
.main-flex{
    display: flex;
    align-items: center;
    gap: 15px;
}
.simple-text {
    font-size: 12px;
    color: #686767;
    margin-top: 30px;
    line-height: 15.1px;
    /* border-bottom: 1px solid #ccc; */
    font-weight: 400;
    letter-spacing: 0.2px;
}
.simple-line{
    width: 100%;
    max-width: unset !important;
    margin: 0px;
}
.date{
    font-size: 12px;
}
.price-dat {
    font-size: 14px;
    font-weight: 100;
    color: #707070;
    text-decoration: line-through;
}
.purple-dat{
    font-size: 15px;
    font-weight: 600;
    color: #2284CC;
}
.price-para{
    font-size: 14px;
    font-weight: 100;
    color: #707070;
}
.date-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.light-blue-bg{
    background-color: #2284CC;
    padding: 10px 14px;
    color: #dfd9ea;
    font-size: 12px;
}
.light-blue-hover{
    background-color: #2285cc33;
    padding: 10px 14px;
    color: #2284cc;
    font-size: 12px;
}
.mdb-btn {
    padding: 16px;
    background: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    border-radius: unset !important;
    border: 1px solid #f2ddcb;
}
.mod-per {
    background-color: #2284cca8;
    padding: 4px;
    font-size: 20px;
    color: #fff;
    height: 35px;
    width: 35px;
}
.learn-btn{
    padding: 20px;
    background: rgb(242, 221, 203);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* width: 100%; */
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
    border-radius: unset !important;
}
.apply-st p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.apply-st{
    margin-top: 20px;
}
.check-st span{
    font-size: 17px;
    font-weight: 400;
    padding-left: 8px;
}
.check-st i{
    font-size: 15px;
    color: #2284CC;
    
}
.sea-bg{
    margin: 7px 10px 0px 0px;
    padding: 20px 20px;
    box-shadow: rgba(64, 64, 64, 0.08) 0px 2px 40px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(234, 227, 249);
}
.ther-st h2{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.ther-st p{
    font-size: 14px;
    line-height: 20.5px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.ther-st h6{
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 20px;
}
.ther-st h5{
    font-size: 16px;
    font-weight: 400;
    color: #2284CC;
}
.hino-bg{
    padding: 30px 20px;
    /* border: 1px solid #000; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2284cc;
    border-bottom: 1px solid #2284cc;
}
.near-bg{
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2284cc;
}
.near-bg h4{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.hino-bg h4{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.left-bg{
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgb(233, 233, 234);
    padding: 20px;
}
.Filter-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.Filter-flex h6{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.Filter-flex span{
    font-size: 12px;
    font-weight: 200;
    text-decoration: underline;
}
.serv-st h6{
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    margin-top: 20px;
}
.any-st span{
    border: 1px solid #2284CC;
    padding: 5px 35px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
}
.any-st {
    display: block;
}

input[type=checkbox] {
    position: relative;
      border: 2px solid #2284CC;
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      margin: 0 .6em 0 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
    opacity: .5;
  }
  
  input[type=checkbox]:hover {
    opacity: 1;
  }
  
  input[type=checkbox]:checked {
    background-color: #2284cc;
    opacity: 1;
  }
  
  input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
  }
.right-bg{
    padding: 20px;
    box-shadow: rgba(64, 64, 64, 0.08) 0px 2px 40px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(234, 227, 249);
    margin-top: 10px;
}
.near-st{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.jean-st h3{
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
.jean-st h6{
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}