@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
* {
    margin: 0 auto;
}
.body1 {
    background: #2F28F2;
}
.top_header {
    position: fixed;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0;
    background: #FFFFD8;
    z-index: 9;
}
.top_header img {
    width: 45%;
}
.middle_section {
    background: #ffffd8;
    padding: 25px 0;
}
.middle_section h1 {
    color: #2F28F2;
    font-size: 65px;
    text-align: center;
    height: 80vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 700;
}
@keyframes showTopText {
    0% {
        transform: translate3d(0, 100%, 0);
    }
    40%, 60% {
        transform: translate3d(0, 50%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes showBottomText {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.animated-title {
    color: #fff;
    /* 
  height: 72vmin;*/
    left: 50%;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -50%);
    width: 74%;
}
.animated-title > div {
    /*  height: 50%;*/
    overflow: hidden;
    /* position: absolute;*/
    width: 100%;
}
.animated-title > div div {
    font-size: 60px;
    padding: 4vmin 0;
    /* position: absolute; */
    font-weight: 700;
    line-height: 60px;
}
.animated-title > div div span {
    /*  display: block;*/
}
.animated-title > div.text-top {
    border-bottom: 1vmin solid #ff951b;
    top: 0;
    text-align: center;
}
.spanTextSub {
    font-size: 40px;
    line-height: 43px;
    margin-top: 23px;
    /* float: left; */
    margin-bottom: 28px;
    color: #2F28F2;
    font-weight: 400;
}
.animated-title > div.smallbottom div {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}
.animated-title > div.text-top div {
    animation: showTopText 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    bottom: 0;
    transform: translate(0, 100%);
    font-size: 60px;
}
.animated-title > div.text-top div span:first-child {
    color: #FF951B;
    color: #FF951B;
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.animated-title > div.text-bottom {
    bottom: 0;
}
.animated-title > div.text-bottom div {
    animation: showBottomText 0.5s;
    animation-delay: 1.75s;
    animation-fill-mode: forwards;
    top: 0;
    transform: translate(0, -100%);
    color: #2F28F2;
    font-weight: 400;
}
.middle_section h1 {
    margin: auto;
    animation: lights 5s 750ms linear infinite;
}
.top_header button {
    padding: 7px 40px;
    border-radius: 6px;
    font-size: 20px;
    background: #2620c2;
    border: none;
    color: #fff;
}
.bottomheader {
    float: left;
    position: relative;
    width: 100%;
    flex: inherit;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    height: 100vh;
    background: #fff;
    margin-top: 1%;
}
.btnArea1 a:hover {
    text-decoration: none;
    color: #2F28F2;
}
.text-typing {
    padding: 20px 30px;
    background: #f5f5f5;
    font-size: 47px;
    font-family: monospace;
    border-radius: 50px;
    text-align: center;
    background: #FF951B;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.text-typing p {
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 4s steps(22, end) forwards, blink 1s infinite;
}
@keyframes typing {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}
@keyframes blink {
    0%, 100% {
        border-right: 2px solid transparent;
    }
    50% {
        border-right: 2px solid #222;
    }
}
.video_sec {
    text-align: center;
    display: block;
    padding: 25px 0;
    /* float: left; */
    clear: both;
}
.videobtn {
    background: #2F28F2;
    padding: 9px 32px;
    border-radius: 10px;
    color: #fff;
    border: navajowhite;
    font-size: 25px;
}
.below_video {
    color: #fff;
    font-size: 35px;
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #fff;
    padding: 3% 0 5% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.below_video h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 60px;
    padding-top: 25px;
    color: #2F28F2;
}
.below_video img {
    width: 32%;
    text-align: center;
    display: block;
    margin-top: 15px;
    height: 60%;
}
.below_video h3 {
    text-align: center;
    font-size: 28px;
    color: #2620c2;
}
.below_video p {
    text-align: justify;
    text-align-last: center;
    color: #000;
    font-size: 16px;
}
.signupsec {
    background: #5953f5;
    padding: 4% 0;
    float: left;
    width: 100%;
}
.signupsec h2 {
    font-size: 41px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 60px;
    color: #fff;
    margin-bottom: 25px;
}
.signupsec p {
    background: #2F28F2;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.meetarea {
    width: 100%;
    float: left;
    background: #443ef3;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
}
.meetarea h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 34px;
    color: #fff;
    margin-bottom: 38px;
}
.meetarea p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}
.bottom_section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 60px;
    color: #2F28F2;
}
.bottom_section p {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 8px;
}
.parameet {
    font-size: 16px !important;
}
.meetarea img {
    text-align: center;
    display: block;
}
.light_text {
    color: #b4b3c9 !important;
}
.slider {
    background: #fff;
    padding: 4% 0 7%;
    float: left;
    text-align: center;
    width: 100%;
}
.slider h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 60px;
    color: #2F28F2;
    margin-bottom: 1%;
}
.slider p {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 4%;
}
.owl-dots {
    display: none;
}
.bottom_section {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3% 0;
    background: #fff;
    /*box-shadow: -2px -1px 2px #443ef36b;*/
    position: relative;
    height: 100vh;
}
.box img {
    width: 20%;
}
.box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
}
.box p {
    color: #000;
    font-size: 16px;
    text-align: center;
}
.owl-carousel .owl-item img {
    width: auto !important;
}
.animated-title > div.text-bottom2 div {
    animation: showBottomText 0.5s;
    animation-delay: 2.00s;
    animation-fill-mode: forwards;
    top: 0;
    transform: translate(0, -100%);
}
.btnArea1 {
    text-align: center;
    display: block;
    margin-bottom: 14px;
}
.btnArea1 a {
    background: #FF951B;
    /*background: linear-gradient(90deg, rgba(255,149,27,1) 0%, rgba(255,160,50,1) 53%, rgba(255,170,73,1) 100%);*/
    border-radius: 6px;
    padding: 7px 40px;
    color: #2F28F2;
    font-size: 28px;
    border: none;
    font-weight: 700;
}
.arrowanchor {
    padding-bottom: 15px;
    position: absolute;
    bottom: 1%;
    left: 49%;
}
.arrowanchor img {
    width: 60%;
}
/**************19.4.2024************/
.owl-nav {
    display: none;
}
.icon_area {
    padding: 3% 0;
}
.newrowbox img {
    width: 55%;
    height: 140px;
}
.newrowbox {
    border-bottom: 0.5px solid #9695A8;
    padding: 5px;
}
.icon_area h3 {
    text-align: left;
}
.btnareablue a {
    background: #2620c2;
    color: #fff;
    margin-top: 5%
}
.btnareablue {
    margin-top: 5%;
}
.btnareablue a:hover {
    background: #2620c2;
    text-decoration: none;
    color: #fff;
}
.icon_area p {
    text-align: left;
    margin: 0;
}
/******************20.04.2023*************/
.arrowanchor2 {
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 49%;
}
.arrowanchor2 img {
    width: 60%;
}
#teamSection {
    position: absolute;
    bottom: 4%;
}
/*****************21.04.2023*****************/
.newPriceArea {
    font-size: 28px !important;
    line-height: 18px !important;
    padding: 6px !important;
}
.newbannerSmallText {
    font-size: 36px !important;
    line-height: 45px !important;
    text-align: center;
    padding: 27px 0 25px !important;
}
.meetareaDoctor {
    background: #5953f5;
    position: relative;
}
.videoArea {
    float: left;
    width: 100%;
    padding: 4% 0;
    background: #ffffd8;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    position: relative;
}
.arrowanchor3 img {
    width: 60%;
}
.videoArea iframe {
    height: 600px;
}
.arrowanchor3 {
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 49%;
}
.arrowanchor4 {
    padding-bottom: 15px;
    position: absolute;
    bottom: 3%;
    left: 49%;
}
.arrowanchor4 img {
    width: 60%;
}
.footerSection {
    padding: 3% 0 0% 0;
    background: #fff;
    float: none;
    text-align: center;
    clear: both;
    position: relative;
}
.footerNormalText {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-top: 8px;
}
.circlArea {
    width: 55px;
    height: 55px;
    background: #FF951B;
    border-radius: 100px;
}
.circlArea i {
    text-align: center;
    color: #fff;
    font-size: 32px;
    /* margin: 12px; */
    display: block;
    padding-top: 10px;
}
.mailIdfooter {
    font-size: 25px;
    color: #ff951b !important;
    text-align: center;
    font-weight: 600;
    display: block;
}
.mailIdfooter:hover {
    text-decoration: none;
    color: #ff951b !important;
}
.footerContact {
    margin: 4% 0 2%;
}
.footerLogo img {
    width: 12%;
    margin-top: 3%;
}
.footercopyrightText {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
/*******************25.04.2023*****************/
.linkdisclaimer {
    padding-bottom: 15px;
    position: absolute;
    bottom: 5%;
    left: 1%;
    color: #000;
}
.linkdisclaimer:hover {
    color: #000;
    text-decoration: none;
}
#footerArea {}
/*****************03.05.2023****************/
.footerNormalText {
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.footerNormalText i {
    font-size: 7px;
    vertical-align: middle;
}
.footerHeading1 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 60px;
    color: #2F28F2;
    margin-bottom: 1%;
}
.sliderlogoarea {
    position: relative;
}
.arrowanchor5 {
    padding-bottom: 15px;
    position: absolute;
    left: 49%;
    bottom: 0;
}
.arrowanchor5 img {
    width: 60%;
}
.btngap {
    margin-top: 6%;
}
.arrowanchor6 {
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 49%;
}
.arrowanchor6 img {
    width: 60%;
}
.arrowanchor7 {
    padding-bottom: 15px;
    position: absolute;
    left: 49%;
    bottom: 0;
}
.arrowanchor7 img {
    width: 60%;
}
.videosecHeading {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    line-height: 60px;
    padding-top: 25px;
    color: #2F28F2;
    margin-bottom: 4%;
}
/**************************10.05.2023****************/
.textMental {
    text-align: justify !important;
    text-align-last: center !important;
    color: #2F28F2 !important;
}
.parameetDoctor {
    color: #FF951B !important;
}
.leftBulletpart {
    width: 3%;
    float: left;
}
.rightTextPart {
    width: 97%;
    float: right;
}
.fullAreadisclaimer {
    width: 100%;
    float: left;
}
.btnTop {
    margin-top: 7%;
}
.topMeetingSec {
    margin: 5% 0;
}
.meetingRightText {
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
/**********************16.05.2023****************/
.bluetextColor {
    color: #2F28F2 !important;
}
 /******************02.02.2024**************/
 .topbtnNew1{
    width: 100%;
 }
 .strikethrough {
    position: relative;
  }
  .strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #dd0031!important;
    border-color: inherit;
  
    -webkit-transform:rotate(-17deg);
    -moz-transform:rotate(-17deg);
    -ms-transform:rotate(-17deg);
    -o-transform:rotate(-17deg);
    transform:rotate(-17deg);
  }
  .bsection{
    height: 100%;
  }
@media only screen and (max-width: 1920px) and (min-width: 1700px) {
    .animated-title {
        /*top: 58%*/
    }
}
@media only screen and (max-width: 1680px) {
    .videoArea {
        height: auto;
    }
    .below_video {
        height: auto;
    }
    .meetarea h2 {
        font-size: 36px;
    }
    .below_video h2 {
        font-size: 36px;
    }
    .slider h2 {
        font-size: 36px;
    }
    .bottom_section h2 {
        font-size: 36px;
    }
    .animated-title > div div {
        font-size: 60px;
        padding: 4vmin 0;
        /* position: absolute; */
        font-weight: 700;
        line-height: 45px;
    }
    .animated-title > div.smallbottom div {
        font-size: 36px;
        line-height: 45px;
        text-align: center;
    }
    .spanTextSub {
        font-size: 44px;
        line-height: 47px;
        margin-top: 0;
        /* float: left; */
        margin-bottom: 27px;
    }
}
@media only screen and (max-width: 1306px) {
    .animated-title {
        width: 80%;
    }
}
@media only screen and (max-width: 991px) {
    .footerNormalText {
        text-align: left;
    }
    .footerLogo img {
        width: 30%;
    }
    .below_video {
        height: auto;
        padding: 3% 0 15% 0;
    }
    .bottomsecnew1 {
        margin-bottom: 10%;
    }
    .animated-title > div div {
        font-size: 28px;
        line-height: 33px;
    }
    .spanTop {
        font-size: 38px;
    }
    .spanTextSub {
        font-size: 33px;
        float: none;
    }
    .footerHeading1 {
        font-size: 33px;
    }
    .newPriceArea {
        font-size: 20px !important;
    }
    .newbannerSmallText {
        font-size: 25px !important;
    }
    .animated-title > div.smallbottom div {
        font-size: 20px;
        line-height: 26px;
    }
    .animated-title > div div {
        font-size: 30px;
        padding: 3vmin 0;
        line-height: 25px !important;
    }
    .animated-title > div.text-top div span:first-child {}
    .btnArea1 a {
        padding: 12px 18px;
        font-size: 20px;
    }
    .below_video h2 {
        font-size: 24px;
        padding: 10px;
    }
    .btnareablue button {
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .slider {
        padding: 13% 0;
    }
    .newbannerSmallText {
        padding: 27px 0 10px !important;
    }
}
@media only screen and (max-width: 600px) {
    .btnTop {
        margin-top: 30%;
    }
    .imglogobottom {
        width: 50%;
    }
    .footerHeading1 {
        font-size: 28px;
    }
    .leftBulletpart {
        width: 4%;
        float: left;
    }
    .rightTextPart {
        width: 96%;
        float: right;
    }
    .animated-title {
        /*    top: 59%;*/
        width: 100%
    }
    .spanTextSub {
        font-size: 44px;
        line-height: 27px;
        margin-top: 13px;
    }
    .bottom_section {
        padding: 5% 0 20%;
        height: auto;
    }
}
@media only screen and (max-width: 700px) {
    .linkdisclaimer {
        bottom: 10%;
    }
    .meetarea {
        padding: 10% 0 !important;
    }
    .arrowanchor {
        bottom: 2%;
        left: 48%;
    }
    .arrowanchor2 {
        bottom: 2%;
        left: 48%;
    }
    .meetarea {
        padding: 0 10px;
        text-align: left;
        margin-top: 0;
        height: auto;
    }
    .bottom_section p {
        margin-top: 0;
    }
    .top_header img {
        width: 100%;
        padding: 10px 0;
    }
    .top_header button {
        padding: 7px 32px;
    }
    .animated-title {
        /*height: 100vmin;*/
        /*	top: 58%;*/
    }
    .animated-title > div div {
        font-size: 34px;
    }
    .animated-title > div.smallbottom div {
        font-size: 22px;
    }
    .below_video h2 {
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        width: 100%;
        line-height: 36px;
        padding-top: 10%;
    }
    .below_video p {}
    .signupsec h2 {
        font-size: 28px;
        line-height: 36px;
        padding-top: 25px;
    }
    .meetarea h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .slider h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .bottom_section h2 {
        font-size: 28px;
        line-height: 36px;
        padding-top: 10%;
    }
    .videosecHeading {
        font-size: 28px;
        line-height: 36px;
        padding-top: 10%;
    }
    .signupsec p {
        text-align: left;
    }
    .slider p {
        text-align: left;
        padding: 10px;
    }
    .bottom_section p {
        text-align: left;
    }
    .animated-title {
        padding: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .btnArea1 a {
        padding: 12px 18px;
        font-size: 13px;
    }
    
    .bottomheader {
        height: 95vh;
    }
    .btngapExtra {
        margin-top: 2%;
    }
    .arrowanchor5 {
        left: 46%;
    }
    .arrowanchor6 {
        left: 46%;
    }
    .arrowanchor7 {
        left: 46%;
    }
    .btngap {
        margin-top: 14% !important;
    }
    .top_header button {
        padding: 7px 20px;
    }
    .btnArea1 {}
    .spanTextSub {
        float: left;
    }
    .spanTop {
        font-size: 29px;
    }
    .spanTextSub {
        font-size: 22px;
        float: none;
    }
    .newbannerSmallText {
        font-size: 18px !important;
    }
    .newPriceArea {
        font-size: 16px !important;
        margin-bottom: 28px;
    }
    .videoArea iframe {
        height: auto;
    }
    .meetarea img {
        display: block;
    }
    .mailIdfooter {
        margin-bottom: 18px;
    }
    .btnArea1 {
        margin-bottom: 38px;
    }
    .videoArea {
        float: left;
        width: 100%;
        padding: 14% 0;
        height: auto;
    }
    .btnareablue button {
        margin-top: 20%;
        margin-bottom: 17%;
    }
    .arrowanchor2 {
        left: 45%;
    }
    .arrowanchor2 {
        bottom: 0%;
        left: 46%;
    }
    .btnArea1 a {
        padding: 12px 14px;
    }
    .btnareablue {
        margin-top: 17%;
    }
    .arrowanchor4 {
        left: 43%;
        bottom: 1%;
    }
    .arrowanchor3 {
        left: 46%;
    }
    .arrowanchor4 img {
        width: 60%;
    }
    .arrowanchor {
        bottom: 4%;
    }
}
@media only screen and (max-width: 450px) {
  
}