@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.woff2') format('woff2'),
        url('../fonts/Nunito-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('../fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-padding-top: 70px;
}

* {
    font-family: "Nunito";
}

body {
    position: relative;
    overflow-x: hidden;
}


a {
    text-decoration: none !important;
    color: inherit !important
}

header {
    padding: 0px 0px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.web_header .header-contents {
    border: 2px solid #E7ECFA;
    border-radius: 10px;
    padding: 25px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
}

.web_header .header-contents .logo {
    padding-left: 25px;
}

.web_header .header-contents .contact-btn {
    text-align: end;
    padding-right: 25px;
}

.web_header .navigations ul {
    list-style-type: none;
    font-weight: 600;
    color: #fff;
    padding: 0;
    display: flex;
    gap: 45px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 55px;
}

button {
    background-color: #023783;
    color: #fff;
    font-size: 14px !important;
    border: #023783;
    border-radius: 40px !important;
    height: 40px;
    width: 180px;
}

.web_header .contact-btn .fas {
    padding-left: 5px;
}

.web_header .logo {
    text-align: end;
}

.banner-content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.Mobilebanner-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Mobilebanner-content .our-services {
    padding: 25px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner-content .circle {
    position: absolute;
    width: 80%;
    right: 180px;
}

.banner-content .our-services {
    padding: 25px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner-content .our-services .head {
    padding: 12px 55px;
}

.Mobilebanner-content .our-services .head {
    padding: 12px 55px;
}

.banner-content .our-services .head h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 48px;
}

.Mobilebanner-content .our-services .head h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 48px;
}

.banner-content .our-services .highlighted-text {
    color: #00bdff;
}

.banner-content .our-services .usesofclinseek {
    padding: 0px 80px 8px 80px;
}

.Mobilebanner-content .our-services .usesofclinseek {
    padding: 0px 80px 8px 80px;
}

.banner-content .our-services .usesofclinseek p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.Mobilebanner-content .our-services .usesofclinseek p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.banner-content .our-services .releiedby p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.Mobilebanner-content .our-services .releiedby p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.banner-content .our-services .book-demo-btn {
    margin-bottom: 110px;
    padding-top: 30px;
}

.Mobilebanner-content .our-services .book-demo-btn {
    margin-bottom: 110px;
    padding-top: 30px;
}

.banner-content .our-services .book-demo-btn button {
    width: 40%;
    position: relative;
}

.Mobilebanner-content .our-services .book-demo-btn button {
    width: 40%;
    position: relative;
}

.banner-content .our-services .book-demo-btn .fas {
    padding-left: 5px;
}

.Mobilebanner-content .our-services .book-demo-btn .fas {
    padding-left: 5px;
}

/* .gradient {
    background: linear-gradient(169.77deg, rgba(255, 255, 255, 0) 9.63%, rgba(186, 222, 255, 0.7) 108.88%);
    padding-top: 75px;
} */

.body_section {
    position: relative;
    background-color: #FAFCFF;
}

.body_section .we-provide {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 28.49px 26.59px 0px #0237831F;
    padding: 12px;
    border-radius: 10px;
    z-index: 9;
    position: relative;
}

.body_section .servs {
    position: absolute;
    width: 100%;
    top: -75px;
}

.we-provide .ctr,
.we-provide .co,
.we-provide .sr {
    display: inline-block;
    align-items: baseline;
    gap: 20px;
}

.we-provide .logo {
    display: inline-block;
    padding: 0 10px;
}

.we-provide .text {
    display: inline-block;
    /* padding: 0 15px; */
    width: 140px;
    text-align: start
}

.ctr .text p {
    border-right: 1px solid #B4DBFF;
}

.sr .text p {
    border-right: 1px solid #B4DBFF;
}

.we-provide .text p {
    color: #023783;
    font-size: 18px;
    font-weight: 600;
    transform: translateY(15px);
    padding-left: 15px;
}

.about-section {
    /* padding: 60px 0; */
    padding: 30px 0;
}

.about .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
}

.about .highlighted-text {
    color: #00bdff;
}

.about-flag {
    background: #E3ECFE;
    padding: 5px 14px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 70px;
    height: 28px;
}

.about .whatitdoes {
    margin-top: 30px;
}

.about .whatitdoes p {
    font-size: 16px;
    color: #57595B;
}

.about .text-section {
    margin-bottom: 40px;
}

.about .container-section .headtext {
    margin-top: 15px;
}

.about .container-section .headtext h2 {
    font-size: 22px;
    color: #101828;
    font-weight: bold;
}

.about .container-section .content p {
    font-size: 16px;
    color: #57595B;
}

.about .container-section .our-vision {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5FCFF 100%);
    box-shadow: 4.2px 4.2px 15.86px 2.1px #0000000D;
    padding: 45px;
    height: 410px;
    border-radius: 20px;
}

.about .container-section .our-mission {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5FCFF 100%);
    box-shadow: 4.2px 4.2px 15.86px 2.1px #0000000D;
    padding: 45px;
    height: 410px;
    border-radius: 20px;
}

.about .container-section .about-ph {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5FCFF 100%);
    box-shadow: 4.2px 4.2px 15.86px 2.1px #0000000D;
    padding: 45px;
    height: 410px;
    border-radius: 20px;
}

.about .container-section .about-ph .logo {
    display: flex;
    justify-content: space-between;
}

.about .container-section .about-ph .logo .nomore p {
    margin: 0;

}

.about .container-section .about-ph .logo .nomore a {
    display: flex;
    gap: 8px;
    color: #023681 !important;
}

.about .container-section .about-ph .logo .nomore .fas {
    padding-top: 4px;
}

.tab-section .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.tab-section .highlighted-text {
    color: #00bdff;
}

.tab-section .tool-flag {
    background: #E3ECFE;
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 190px;
    height: 28px;
}

.tab-section .flag {
    display: flex;
    justify-content: center;
}

.tool-section {
    /* padding: 50px 0; */
    padding: 30px 0;
}

/* Tab - Section */

.tabs-container {
    margin: 0 auto;
    background: #ffffffdd;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Tab nav */
.tabs-nav {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 700px;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: #1A104E;
    font-weight: 500;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgb(199 212 229);
    margin: 0 2px;
}

.tab:nth-child(1) {
    border-top-left-radius: 10px;
}

.tab:nth-child(2) {
    border-top-right-radius: 10px;
}

.tab:nth-child(3) {
    border-top-right-radius: 10px;
}

.tab:hover {
    background-color: #023783;
    color: #fff;
}

.tab svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.tab.active {
    background-color: #023783;
    font-weight: 600;
    color: #fff;
}

/* Content panes */
.tabs-content {
    padding: 2rem;
    background-color: #E6F3FE;
}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.tab-pane li {
    font-size: 16px;
    color: #57595B;
    padding-left: 10px;
}

.tab-pane ::marker {
    color: #000 !important;
}

.tab-pane li span {
    color: #000;
    font-weight: 900;
}

.tabs-container .ai-image {
    text-align: center;
}

.tabs-container .ai-image img {
    width: 80%;
    border-radius: 20px;
}

.tabs-container .head h2 {
    font-size: 22px;
    color: #101828;
    font-weight: bold;
    text-align: start;
    line-height: 33px;
}

.tabs-container .right-section {
    padding: 20px 0px;
    padding-bottom: 0;
}

.tabs-container .right-section ul {
    margin: 0;
}


.tabs-container .topic p {
    color: #023783;
    font-weight: 600;
}

.feature-section {
    /* padding: 60px 0; */
    padding: 30px 0;
}

.features {
    background: linear-gradient(180deg, #CFE8FF 0%, #165FA2 100%);
    position: relative;
}

.feature-section .feature-flag {
    background: #E3ECFE;
    padding: 5px 15px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 90px;
    height: 28px;
}

.our-product .prod-flag {
    background: #E3ECFE;
    padding: 5px 18px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 125px;
    height: 28px;
}

.feature-section .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
}

.feature-section .highlighted-text {
    color: #fff;
}

.feature-section .flag {
    margin-top: 35px;
}

.feature-section .doctors {
    width: 38%;
    position: absolute;
    right: 0;
    bottom: 0;

}

.feature-section .our-app-contains {
    margin: 0px 0 35px 0;
}

.feature-section .cards {
    background-color: #fff;
    border: 0.76px solid;
    border-color: rgb(95 154 199);
    border-radius: 10px;
    padding: 20px;
    height: 250px;
    margin: 25px 0 0 0;
    position: relative;
}

.feature-section .cards .logo {
    text-align: center;
}

.feature-section .cards .topic h2 {
    font-size: 22px;
    color: #101828;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.feature-section .cards .content p {
    font-size: 16px;
    color: #57595B;
    text-align: center;
}

.our-product {
    /* padding: 60px 0; */
    padding: 30px 0;
}

.our-product .feature-flag {
    background: #E3ECFE;
    padding: 5px 15px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 100px;
    height: 28px;
}

.our-product .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
}

.ourprods {
    background: #fff;
    padding: 20px 0 0 0;
}

.our-product .highlighted-text {
    color: #00bdff;
}

.our-product .snap-container {
    border: 1px solid rgb(28 140 199);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    height: 410px;
}

.our-functionalities {
    position: relative;
}

.our-functionalities .specs {
    margin: 0px;
    width: 50%;
    padding-left: 15px;
    margin-bottom: 50px;
}

.our-functionalities li {
    margin-bottom: 10px;
}

.our-functionalities .flagofspec {
    margin-bottom: 20px;
}

.our-functionalities .flagofspec p {
    background: linear-gradient(90deg, #E3ECFE 0%, #A5D3E4 100%);
    color: #0B0B0B;
    border-radius: 20px;
    width: 220px;
    padding: 2px 14px;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    border: 1px solid #14B0E6;
}

.our-functionalities .flagofspec1 p {
    background: linear-gradient(90deg, #E3ECFE 0%, #A5D3E4 100%);
    color: #0B0B0B;
    border-radius: 20px;
    width: 195px;
    padding: 2px 14px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #14B0E6;
    margin-bottom: 10px;
}

.our-product .snap-container .dashboardimage {
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 0;
    border-bottom-right-radius: 20px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-top-left-radius: 20px;
}

.our-product .snap-container .aianalysis {
    position: absolute;
    width: 40%;
    right: 30px;
    bottom: 48px;
}

.our-functionalities {
    margin: 25px 0;
}

.our-functionalities .specs2 {
    margin: 0px;
    padding-left: 15px;
}

.our-functionalities .app-snap {
    text-align: center;
}

.our-functionalities .appimage {
    width: 65%;
}

.our-functionalities .flagofspec2 p {
    background: linear-gradient(90deg, #E3ECFE 0%, #A5D3E4 100%);
    color: #0B0B0B;
    border: 1px solid #14B0E6;
    border-radius: 20px;
    width: 265px;
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-functionalities .flagofspec3 p {
    background: linear-gradient(90deg, #E3ECFE 0%, #A5D3E4 100%);
    color: #0B0B0B;
    border: 1px solid #14B0E6;
    border-radius: 20px;
    width: 230px;
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.our-functionalities .round {
    position: absolute;
    width: 65%;
    right: 170px;
    bottom: 150px;
}

.benifits-clinseek .left-section {
    background: linear-gradient(182.05deg, #F8FBFE 23.05%, #a5d3e43b 98.27%);
    position: relative;
    /* border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px; */
}

.benifits-clinseek .left-section .team {
    width: 100%;
}

.benifits-clinseek .left-section .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
}

.benifits-clinseek .highlighted-text {
    color: #00bdff;
}

.benifits-clinseek .benifit-flag p {
    background: #E3ECFE;
    padding: 5px 25px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 200px;
    height: 28px;
}

.benifits {
    /* padding: 60px 0; */
    padding: 30px 0;
}

.benifits .tryforfree-btn {
    margin-top: 10px;
    margin-bottom: 30px;
}

.benifits .tryforfree-btn button {
    width: 190px;
}

.benifits .tryforfree-btn button .fas {
    padding-left: 5px;
}

.benifits .right-section {
    display: flex;
    gap: 20px;
}

.benifits .right-section .vertical-img {
    padding: 0 20px;
}

.benifits .right-section .vertical-img img {
    margin-bottom: 10px;
}

.benifits .right-section .sub-contents p {
    font-size: 16px;
    color: #57595B;
}

.benifits .right-section .sub-contents span {
    color: #000;
    font-weight: 900;
}

.benifits .right-section .sub-contents .first {
    margin-bottom: 35px
}

.benifits .right-section .sub-contents .second {
    margin-bottom: 48px
}

#headerss {
    font-size: 24px;
    font-weight: bold;
    color: #0B0B0B;
}

button .fas {
    transition: transform 0.3s ease;
}

button:hover .fas {
    transform: translateX(5px);
}

.imapct-section .left-section .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
}

.imapct-section .highlighted-text {
    color: #00bdff;
}

.imapct-section .impact-flag p {
    background: #E3ECFE;
    padding: 6px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 85px;
    height: 28px;
}

.imapct-section {
    /* padding: 60px 0px 30px 0; */
    padding: 30px 0px 30px 0;
    ;
    /* margin: 70px 0 30px 0; */
    margin: 30px 0 30px 0;
    /* background: linear-gradient(28deg, #023782 -90.7%, #FFFFFF 107.09%) */
    background: linear-gradient(288deg, #375c90 -90.7%, #ffffff 107.09%);
}

.testimonial-wrapper.techex-landing-page {
    overflow: hidden;
    /* padding: 60px 0; */
    padding: 30px 0;
}

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

.testimonial-wrapper.techex-landing-page .container {
    position: relative;
}

.testimonial-wrapper.techex-landing-page .section-title {
    margin-bottom: 20px;
}

.owl-carousel .owl-stage-outer {
    border-radius: 20px !important;
}


.testimonial-carousel-3 .single-testimonial {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    height: 270px;
}

/* .testimonial-carousel-3 .single-testimonial svg {
    width: 230px;
} */


.testimonial-carousel-3 .single-testimonial h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #0B0B0B;
}

.testimonial-carousel-3 .single-testimonial p {
    font-size: 16px;
    color: #57595B;
}

.owl-navs {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 25px;
}

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #003380;
    background-color: transparent;
    color: #003380;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #003380;
    color: white;
    border: 1px solid #003380;
}

.owl-navs button .fas {
    transition: none !important;
}

.owl-navs button:hover .fas {
    transform: translateX(0px) !important;
}

.contact-us {
    /* padding: 60px 0; */
    padding: 30px 0;
}

.contact-us .contact-us-form {
    background: linear-gradient(180deg, #0740C3 0%, #023783 100%);
    padding: 40px;
    border-radius: 20px;
}

.contact-us .left-section .head h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #fff;
}

.contact-us .right-section .head h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #fff;
}

.contact-us .left-section .logo {
    margin-bottom: 20px;
}

.contact-us .left-section .whoami {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}

.contact-us .left-section .about-clinseek p {
    font-size: 16px;
    color: #fff;
}

.contact-us .left-section {
    padding-left: 30px;
}

.contact-us .right-section {
    padding-left: 45px;
    padding-right: 30px;
}

.contact-us .left-section .external-link a {
    text-decoration: underline !important;
    color: #fff !important;
}

.contact-us .form-group {
    margin-top: 20px;
    width: 100%;
}

.contact-us .form-group textarea {
    resize: none;
}

.contact-us .form-group input,
.contact-us .form-group textarea {
    border-radius: 20px;
    border: none;
}

.contact-us .btn_section {
    margin-top: 25px;
}

.contact-us .btn_section button {
    width: 100%;
    background-color: rgb(41 177 221);
    font-weight: 600;
    font-size: 18px !important;
    border: none;
}

.contact-us .btn_section button .fas {
    padding-left: 7px;
    padding-top: 4px;
    font-size: 15px;
}

.contact-us .form-control {
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.footer-section {
    /* padding: 50px 0 20px 0; */
    padding: 30px 0 20px 0;
    background-color: #fff;
}

.footer-section ul {
    list-style-type: none;
    font-weight: 600;
    color: #000;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.footer-section .social-links {
    display: flex;
    justify-content: end;
    margin-top: 15px;
    gap: 5px;
}

.footer-section .second-footer {
    text-align: center;
    border-top: 1.05px solid #E7ECFA;
    padding-top: 25px;
    font-size: 14px;
    color: #57595B;
    font-weight: 600;
}

.footer-section .second-footer a {
    text-decoration: underline !important;
}

.footer-section .second-footer a:hover {
    color: #0052cc !important;
}

.center {
    text-align: center;
}

/* HamBurger Menu */


.menuToggle {
    display: block;
    position: relative;
    top: 45px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;

    a {
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease;
    }

    input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -25px;
        cursor: pointer;
        opacity: 0;
        /* hide this */
        z-index: 2;
        /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    span {
        position: relative;
        display: block;
        width: 33px;
        height: 4px;
        top: -19px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;

        &:first-child {
            transform-origin: 0% 0%;
        }

        &:nth-last-child(2) {
            transform-origin: 0% 100%;
        }
    }
}

.menuToggle {
    input {
        &:checked~span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
            background: #fff;

            &:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            &:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }
        }

        &:checked~.menuItem {
            transform: none;
        }

    }
}

.menuItem {
    position: absolute;
    width: 300px;
    padding: 50px;
    padding-top: 125px;
    background: #023783;
    min-height: 100em;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);

    li {
        padding: 10px 0;
        font-size: 22px;
    }
}

.menu--right {
    display: none;
    z-index: 9;
    position: relative;

    .menuToggle {
        position: fixed;
        right: 0;

        input {
            right: 10px;
        }

        span {
            right: 10px;
        }
    }

    .menuItem {
        right: 0;
        margin: -100px 0 0 0;
        transform: translate(100%, 0);

        li {
            a {
                &:hover {
                    padding-left: 5px;
                }
            }
        }
    }
}

.tabs {
    display: none;
}

.tab-footer {
    display: none;
}

.mob-footer {
    display: none;
}

.horizonal-logo-mob {
    display: none;
}

.trade {
    padding-left: 2px;
    font-size: 12px;
}

header .active {
    color: #00bdff !important;
    font-weight: 700;
}


.logo a .fas {
    transition: transform 0.3s ease;
}

.logo a:hover .fas {
    transform: translateX(5px);
}

.whyus-section {
    /* padding: 120px 0 50px 0; */
    padding: 40px 0 30px 0;

}

/* .whyus-section .why-we {
    position: relative;
} */
.whyus-section .why-we {
    position: relative;
}

.whyus-section .why-we .round {
    position: absolute;
    right: 0;
    top: 0;
}

.whyus-section .why-we-flag {
    background: #E3ECFE;
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 185px;
    height: 28px;
}

.whyus-section .head h2 {
    color: #023783;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
}

.whyus-section .context p {
    font-size: 16px;
    color: #57595B;
}

.whyus-section .highlighted-text {
    color: #00bdff;
}

.whyus-section .head .trade {
    padding-left: 2px;
    font-size: 22px;
}

.whyus-section .why-you-need-we {
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
}

.whyus-section .img-sec svg {
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.whyus-section .cont-head {
    margin-top: 15px;

}

.whyus-section .cont-head h2 {
    font-size: 22px;
    color: #101828;
    font-weight: bold;
}

.whyus-section .content p {
    font-size: 14px;
    color: #57595B;
    font-weight: 600;
}

.whyus-section .why-we-containers {
    position: relative;
}

.whyus-section .divider {
    margin: 0;
    border-top: 1px solid #00bdff;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 51%;
}

.whyus-section .index-svg svg {
    position: relative;
}

.imapct-section .trade {
    font-size: 22px;
}

.testimonial-carousel .single-testimonial {
    padding: 35px 0 70px 0;
    border-radius: 20px;
}

.testimonial-carousel .single-testimonial h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #0B0B0B;
}

.testimonial-carousel .single-testimonial p {
    font-size: 16px;
    color: #57595B;
}

.feature-section .our-app-containes-slider {
    position: relative;
}

.feature-section .our-app-containes-slider .cards {
    width: 80%;
    margin: 0 auto;
}

.feature-section .our-app-containes-slider .cards .logo {
    display: flex;
    justify-content: center;
}

.feature-section .our-app-containes-slider .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

.owl-navss {
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-top: 0px;
    position: absolute;
    width: 90%;
    bottom: 15px;
}

.owl-prevs,
.owl-nexts {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.owl-prevs:hover,
.owl-nexts:hover {
    background-color: #003380;
    color: white;
    border: 1px solid #003380;
}

.owl-navss button .fas {
    transition: none !important;
}

.owl-navss button:hover .fas {
    transform: translateX(0px) !important;
}

.feature-section .our-app-containes-slider .testimonial-carousel .single-testimonial {
    padding: 15px 0 70px 0;
}

.tabss {
    display: none;
}

.menu a {
    position: relative;
}

.menu a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    border-radius: 20px;
}

.menu a:hover::before {
    transform: scale3d(1, 1, 1);
}

.menu-2 a::before {
    background: #00bdff;
}

.navigations li:hover a {
    color: #00bdff !important;
}

.mob {
    display: none;
}

.web-sec {
    display: block;
}

.our-vision:hover,
.our-mission:hover,
.about-ph:hover {
    transform: translateY(-8px) !important;
    transition: transform 0.5s !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px !important;
}

.cards:hover {
    transition: transform 0.5s !important;
    transform: translateY(-8px) !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px !important;
}

.our-product .snap-container {
    transition: transform 0.5s ease;
}

.our-product .snap-container:hover {
    background: #fff;
    transform: translateY(-8px) !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px !important;
}

.whyus-section .img-sec svg {
    transition: transform 0.5s ease;
}

.whyus-section .img-sec svg:hover {
    transform: scale(1.1);
}

/* 
.body_section .we-provide svg:hover {
        transition: transform 0.5s ease;
     transform: translateY(-8px) !important;
} */

.tab-pane.animate {
    animation: zoomOut 1.5s ease;
}

@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.video-section {
    margin: 50px 0 0 0px;
}

.video-section video {
    border-radius: 20px;
    width: 100%;
    /* height: fit-content; */
    transform: translateY(10px);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.our-services h2 span {
    display: inline-block;
    opacity: 0;
    transform: translateX(50px);
    animation: fadeLight 0.6s ease forwards;
}

@keyframes fadeLight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Staggered delay for each word */
.our-services h2 span:nth-child(1) {
    animation-delay: 0s;
}

.our-services h2 span:nth-child(2) {
    animation-delay: 0.1s;
}

.our-services h2 span:nth-child(3) {
    animation-delay: 0.2s;
}

.our-services h2 span:nth-child(4) {
    animation-delay: 0.3s;
}

.our-services h2 span:nth-child(5) {
    animation-delay: 0.4s;
}

.our-services h2 span:nth-child(6) {
    animation-delay: 0.5s;
}

.our-services h2 span:nth-child(7) {
    animation-delay: 0.6s;
}

.our-services h2 span:nth-child(8) {
    animation-delay: 0.7s;
}

.our-services h2 span:nth-child(9) {
    animation-delay: 0.8s;
}

.our-services h2 span:nth-child(10) {
    animation-delay: 0.9s;
}

.our-services h2 span:nth-child(11) {
    animation-delay: 1s;
}

footer .social-links svg {
    transition: transform 0.5s ease;
    cursor: pointer;
}

footer .social-links svg:hover {
    transform: scale(1.3);
}

.contents-in-banner {
    /* position: absolute;
    top: 130px;
    width: 100%;
    padding-top: 75px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertically center */
    align-items: center;
    /* Horizontally center */
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}


.Mobilebanner-content .contents-in-banner {
    /* position: absolute;
    top: 130px;
    width: 100%;
    padding-top: 75px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertically center */
    align-items: center;
    /* Horizontally center */
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.background-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.web_header {
    padding: 0 40px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 51%);
    z-index: 2;
}

.mobileoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 32%);
    z-index: 2;
}

.bannerimg-mobile {
    position: relative;
    /* parent for overlay */
    display: inline-block;
    width: 100%;
}

.bannerimg-mobile img {
    width: 100%;
    height: auto;
    display: block;
}

.our-services h2 span {
    position: relative;
    z-index: 9;
}

.logo .normal-logo {
    display: none;
}

.logo .white-logo {
    display: block;
}

.header-white .logo .normal-logo {
    display: block;
}

.header-white .logo .white-logo {
    display: none;
}

.nav-black {
    color: #000 !important;
}

.activeclass a {
    cursor: pointer !important;
}

.ham-blue span {
    background: #023783;
}

.ham-blue .menuToggle {
    & input {
        &:checked~span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
            background: #fff !important;
        }
    }
}

.our-area {
    padding-top: 60px;
}

.web-footer {
    margin-bottom: 10px;
}

.why-clinseek {
    margin-top: 60px !important;
    position: relative;
}

.image-contents {
    margin-top: 18px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.flex-div {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
}

/* 
.flex-div img {
        transform: translateY(10px);
} */
.diagram-patient-selection {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagram-patient-selection img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.forgradiant {
    background: linear-gradient(135deg, #e8f4ff 0%, #ffffff 50%, #e8f4ff 100%);
}

/* Watch Button */
.watch-button {
    display: flex;
    align-items: center;
    background-color: white !important;
    color: #023783 !important;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 16px;
    /* padding: 22px 12px !important; */
    padding: 22px 12px 23px 16px !important;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease;
    width: max-content !important;
    margin: 20px auto 0;
}

.watch-button:hover .icon-circle {
    transform: scale(1.12);
    background-color: #00347c;
}

.watch-button .icon-circle {
    width: 32px;
    height: 32px;
    background-color: #023783;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.watch-button .icon-circle svg {
    fill: white;
    width: 16px;
    height: 16px;
    margin-top: 0 !important;
}


/* Modal styles */
.modals {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

/* when open, add the .open class */
.modals.open {
    display: flex;
}

.videio-content {
    position: relative;
    width: 90%;
    max-width: 840px;
    max-height: 80vh;
    box-sizing: border-box;
}

.modals video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
    display: block;
    background: #000;
}

/* close button (accessible button instead of span) */
.close-btn {
    position: absolute;
    top: -40px;
    right: -68px;
    font-size: 30px !important;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.mob-img {
    display: none !important;
}

.sub-head {
    margin-top: 25px;
}

.sub-head button {
    width: fit-content !important;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}