/* @import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap"; */

::-webkit-scrollbar {
    width: 5px
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Urbanist';
    box-sizing: border-box
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #2a2727;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #1b1c20;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #161616
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0;
    margin-block-end: 0
}

/* html {
    scroll-behavior: smooth
} */

body {
    font-family: 'Urbanist';
    margin: 0;
    padding: 0;
    font-weight: 500
}

p {
    line-height: 1.5;
    font-weight: 400
}

picture {
    margin: 0;
    padding: 0;
    line-height: 0;
    max-width: 100%;
    width: 100%;

}

.min70 {
    min-height: 70vh;
}

.darkBgColor {
    background-color: #121315;
}

.mobview {
    display: none
}

.imgwid {
    width: 100%;
    height: auto;
}

.btnanim {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: #17E4A7;
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer
}

.btnanim:hover {
    border: 1px solid #17E4A7;
    background-color: #1effbc;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #1effbc
}

.downarw {
    display: none
}

.vjs-big-play-centered .vjs-big-play-button {
    display: none !important;
}

.footer-socialicon-div a {
    font-size: 0;
}

#loadingIndicator {
    display: flex;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    background-color: #f0f0f0;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

#loadingIndicator img {
    width: 200px;
}

#livingroomGif {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

#livingroomGif.loaded {
    opacity: 1;
}

.sl-bg1-logobtn-outerdiv {
    width: 100%;
    z-index: 10
}

.sl-bg1-logobtn-outerdivhide {
    width: 100%;
    z-index: 100 !important;
}

.sl-bg1-logobtn-div {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 61px;
    width: 100%;
    padding: 5px 70px;
    align-items: center;
    z-index: 100 !important;
    background-color: #0B0B0B;
    /* backdrop-filter: saturate(180%) blur(20px); */
}

#AHAHeader {
    height: 60px;
    background-color: #0B0B0B;
}

.sticky .sl-bg1-logobtn-div {
    padding: 0px 70px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.40)
}

.sticky .AHA-header-links {
    height: 50px
}

.sticky.sl-bg1-logo,
.sticky .sl-bg1-logo img {
    width: 90px;
}

.sticky .dropdown-content {
    top: 50px
}

.sticky .sl-bg1-bookdemo-btn {
    height: 37px;
}

.sticky {
    position: fixed;
    top: 0;
    animation: slideDown .35s ease-out
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.hdrpt {
    margin-top: 62px;
}

.sl-bg1-logo,
.sl-bg1-logo img {
    width: 130px;
    height: auto;
}

.sl-bg1-bookdemo-btn {
    background-color: #17E4A7;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: 191px;
    border: none;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    color: #0B0B0B;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none
}

.sl-bg1-bookdemo-btn:hover {
    color: #000
}

.AHA-header-linksDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    margin-left: 0;
    list-style: none;
    /* remove after all menu patch */
    justify-content: flex-end;
    gap: 35px;
}

.AHA-header-links {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.1px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    cursor: pointer
}

.AHA-header-links::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    right: 0;
    left: initial
}

.bgred .AHA-header-links::after,
.bgred .AHA-header-links.activemenu::after {
    background: #bd103c
}

.bgyelw .AHA-header-links::after,
.bgyelw .AHA-header-links.activemenu::after {
    background: #eab348
}

.bgblue .AHA-header-links::after,
.bgblue .AHA-header-links.activemenu::after {
    background: #4583d9
}

.AHA-header-links:hover::after,
.AHA-header-links.activemenu::after {
    width: 100%;
    right: initial;
    left: 0;
    transition: width .3s;
    top: 1px
}

.dropbtn {
    background-color: #04AA6D;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none
}

.dropdown {
    display: flex;
    justify-content: center
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 60px;
    background: #0b0b0b;
    min-width: 150px;
    z-index: 1000
}

.closebtn,
.sidemenu,
.mobileMenu,
.mobbookbtn {
    display: none
}

.dropdown-content a {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #fff;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
    border-left: 5px solid transparent
}

.ScheduleHeaddesk-ptag {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    margin-left: 5%;
    margin-bottom: 20px
}

.dropdown-content a:hover,
.dropdown-content a.activemenu {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border-left: 5px solid #fff
}

.bgred .dropdown-content a:hover,
.bgred .dropdown-content a.activemenu {
    background: rgba(189, 16, 60, 0.3);
    border-left: 5px solid #bd103c
}

.bgyelw .dropdown-content a:hover,
.bgyelw .dropdown-content a.activemenu {
    background: rgba(234, 179, 72, 0.3);
    border-left: 5px solid #eab348
}

.bgblue .dropdown-content a:hover,
.bgblue .dropdown-content a.activemenu {
    background: rgba(69, 131, 217, 0.3);
    border-left: 5px solid #4583d9
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.aitool {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    max-width: 480px;
    height: auto;
    margin: auto;
    z-index: 2
}

.sl-bg1-bookdemo-btn img {
    height: 18px;
    width: 18px
}

.mobile-footer-main-div {
    display: none
}

.footer-div {
    display: flex;
    width: 90%;
    flex-direction: column
}

.footer-main-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #070A10
}

.footer-logo-div {
    color: #96989B;
    align-items: center;
    flex-direction: row;
    display: flex;
    column-gap: 3px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #435264
}

.footer-logo-div img {
    width: 180px;
    height: auto;
}

.footer-below-social-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #86909C
}

.footer-below-social-div>* {
    width: 33.33%;
}

.footer-socialicon-div {
    text-align: center;
    padding: 20px 0;
    margin: 0
}

.footer-pp-div {
    text-align: right;
}

.footer-social-icon {
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.footer-social-icon:hover {
    background-color: #232323;
    transform: scale(1.1);
}

.foooter-copyright {
    font-size: 19px;
    font-weight: 300
}

.footer-pp-div a {
    font-size: 19px;
    margin: 0 15px;
    color: #86909C;
    text-decoration: none;
    font-weight: 300
}

.footer-pp-div a:hover {
    color: var(--white)
}

.about-card-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    background-color: #ececec;
    padding-bottom: 20px
}

.about-card-outer-h3tag {
    margin-top: 2%;
    font-size: 3.2vw;
    font-weight: 400
}

.about-card-inner-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 0;
    width: 90%;
    column-gap: 20px
}

.about-card {
    background-color: #fff;
    text-align: center;
    padding: 35px;
    color: #2f2f2f
}

.about-card:last-child {
    margin-right: 0
}

.about-card-h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0
}

.about-card-ptag {
    font-weight: 400;
    font-size: 22px
}

.form-BG-main-div {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    overflow: hidden
}

.form-img-BG-div {
    display: flex;
    background-color: #070a10
}

.form-img-BG-div img {
    height: 100%;
    width: 100vw;
    min-height: 900px;
    max-height: 1050px
}

.form-img-MobileBG-div img {
    display: none
}

.form-about-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%
}

.WeInvite-h2tag {
    font-size: 72px;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 15px;
    color: #fff
}

.demo-patg {
    font-size: 26px;
    margin: 0 0 20px;
    color: #ddd;
    font-weight: 300
}

.Wepromise-ptag {
    font-size: 30px;
    font-weight: 300;
    width: 70%;
    line-height: 40px;
    color: #D9D9D9
}

.address-ptag {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin: 10px 0 20px
}

.direction-atag {
    color: #6BE4FF;
    font-size: 22px;
    font-weight: 500;
    margin-top: 3.5%;
    width: fit-content;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-underline-offset: 15px
}

.direction-atag:hover {
    border: none;
    color: #FCBE46
}

.direction-atagHome {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-top: 3.5%;
    width: fit-content;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline 2px solid #6BE4FF;
    text-underline-offset: 15px
}

.direction-atagHome:hover {
    border: none;
    color: #6BE4FF
}

.form-tag {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.form-label {
    font-size: 20px;
    color: #86909C;
    margin-bottom: 10px;
    display: flex;
    width: 96%
}

.input-text {
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    width: 96%;
    padding: 21px 3%;
    margin-bottom: 20px;
    outline: none;
    font-size: 24px;
    color: #4E5969;
    font-weight: 500
}

#ddlPreferredTime {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em
}

.textarea-input {
    border: none;
    outline: none;
    resize: none;
    width: 96%;
    padding: 20px 3%;
    font-size: 24px;
    font-weight: 500;
    color: #4E5969;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB
}

.textarea-input::placeholder {
    color: #4E5969
}

.validation-span-tag {
    text-align: left;
    color: #ec3333;
    width: 96%;
    font-size: 13px
}

.validation-captcha {
    color: #ec3333;
    margin-left: 5%;
    font-size: 13px
}

.input-text:nth-last-child(2) {
    margin-bottom: 0 !important
}

.input-text::placeholder {
    color: #4E5969
}

.form-label {
    font-size: 20px;
    font-weight: 400;
    color: #86909C;
    margin-bottom: 10px;
    display: flex;
    width: 96%
}

.submit-btn {
    width: 96%;
    height: 65px;
    background-color: #00E2AC;
    border: none;
    outline: none;
    font-size: 22px;
    margin: 50px auto 0;
    font-weight: 700;
    cursor: pointer;
    transition: all .25s;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 35px 0;
    transition: all .3s ease-in-out
}

.or-divider-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0
}

.befor-divider {
    width: 38%;
    border-bottom: 1px solid #fff
}

.after-divider {
    width: 38%;
    border-bottom: 1px solid #fff
}

.or-divider {
    font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;
    color: #fff
}

.WA-btn,
.call-btn {
    color: #fff;
    width: 300px;
    height: 60px;
    border: none;
    outline: none;
    font-size: 24px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer
}

.WA-btn {
    background-color: #1FB541
}

.WA-btn img {
    height: 24px;
    width: 24px;
    margin-right: 5px
}

.call-btn {
    background-color: #1369EC;
    margin-bottom: 25px
}

.call-btn img {
    height: 18px;
    width: 18px;
    margin-right: 5px
}

.mobile-visitAddress {
    display: none
}

.visit-h2tag {
    color: #fff;
    font-size: 60px;
    padding-top: 10%;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0
}

.form-BG-div {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 90%;
    column-gap: 40px;
    height: 100%;
    margin-top: 5%
}

.form-main-div {
    width: 45%;
    padding-bottom: 35px;
    border-radius: 10px
}

address {
    font-style: normal
}

.submit-btn-div {
    text-align: center
}

.form-input-div {
    width: 98%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.thankyou {
    background-image: url(../images/thankyou/thankyou.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center
}

.thankyou .thankyouContent {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; */
    padding: 5% 15px 2%;
    text-align: center
}

.thnkLogo {
    width: 11.5vw;
}

.thankyouContent h1 {
    font-size: 5.6vw;
    line-height: 5.6vw;
    color: #fff;
    font-weight: 400;
    padding-top: 8%;
}

.cenDisc {
    font-size: 1.4vw;
    line-height: 1.6vw;
    color: #D9D9D9;
    font-weight: 600;
    padding: 7% 0 10%;
}

.topdisc {
    font-size: 3vw;
    color: #fff;
    line-height: 3vw;
}

.rich {
    border-top: 1px solid rgb(217 217 217 / 21%);
    ;
    padding-top: 4%;
}

.thankyouContent .rich p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rich h3 {
    font-size: 1.6vw;
    line-height: 1.6vw;
    color: #FFFF;
    font-weight: 600;
}

.thankyou-call.wabtn {
    background-color: #0CAF3A;
    ;
}

.ty-callWA-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.thankyou .thankyouContent .rich p span {
    background: #393;
    border-radius: 5px;
    margin-right: 1rem;
    font-size: 1.7rem;
    padding: 1rem 2rem
}

.thankyou .thankyouContent .homebtn button {
    font-size: 1.7rem;
    border-radius: 100px;
    border: none;
    color: #fff;
    background: #000
}

.homebtn {
    font-size: 0.8vw;
    color: #fff;
    text-decoration: none;
    /* background: url(/images/thankyou/rightlongarrow.svg) left bottom no-repeat; */
    background-size: contain;
    padding: 3px 00;
    margin-top: 4%;
    display: inline-block;
    border-bottom: 1px solid #3D8DFF;
    color: #3D8DFF;
    font-weight: 600;
    text-transform: uppercase;
}

.thankyou-call {
    background: #1E93FF;
    border-radius: 10px;
    font-size: 1.4vw;
    padding: 10px 30px;
}

.thankyou .thankyouContent .homebtn:hover {
    cursor: pointer
}

/* Bottom Title CSS */
.btmTitle {
    padding: 4% 11%;
    font-size: 2.5vw;
    font-weight: 600;
    text-align: center;
}

.btmTitle p,
.btmTitle h2 {
    display: inline;
    font-weight: inherit;
    font-size: inherit;
    line-height: normal;
}

@media only screen and (max-width: 1900px) and (min-width: 1600px) {
    .WeInvite-h2tag {
        font-size: 60px
    }

    .demo-patg {
        font-size: 28px
    }

    .AHA-header-links {
        font-size: .95vw
    }

    .WA-btn {
        font-size: 20px
    }

    .call-btn {
        font-size: 20px
    }

    .visit-h2tag {
        font-size: 60px
    }

    .Wepromise-ptag {
        font-size: 25px
    }

    .address-ptag {
        font-size: 21px
    }

    .form-main-div {
        width: 40%
    }

    .form-label {
        font-size: 15px
    }

    .submit-btn-div {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .form-img-BG-div img {
        height: 100%;
        width: 100vw;
        min-height: 950px
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1025px) {
    .form-BG-div {
        width: 85%
    }

    .ScheduleHeaddesk-ptag {
        font-size: 45px
    }

    .thankyouContent-ptag {
        margin-top: 50px
    }

    .about-card-ptag {
        font-size: 18px
    }

    .about-card-h3 {
        font-size: 27px
    }

    .WeInvite-h2tag {
        font-size: 40px
    }

    .direction-atag {
        font-size: 19px;
        font-weight: 400
    }

    .direction-atagHome {
        font-size: 19px;
        font-weight: 400;
        text-decoration: underline 2px solid #6BE4FF;
        text-underline-offset: 10px
    }

    .AHA-header-links {
        font-size: 1vw
    }

    .selected {
        font-size: .9vw
    }

    .visit-h2tag {
        font-size: 40px
    }

    .form-img-BG-div img {
        height: 920px;
        width: 100vw;
        min-height: 860px
    }

    .WA-btn,
    .call-btn {
        height: 50px;
        font-size: 18px;
        width: 250px
    }

    .submit-btn {
        height: 60px;
        font-size: 18px
    }

    .form-label {
        font-size: 15px
    }

    .input-text,
    .textarea-input {
        font-size: 18px
    }

    .demo-patg {
        font-size: 22px;
        line-height: 35px
    }

    .Wepromise-ptag {
        font-size: 23px
    }

    .address-ptag {
        font-size: 20px
    }

    .form-main-div {
        width: 50%
    }

    .form-input-div {
        padding: 3%;
        width: 100%
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1025px) {
    .Wepromise-ptag {
        font-size: 20px;
        line-height: 30px;
        width: 80%
    }

    .visit-h2tag {
        font-size: 35px
    }

    .direction-atag {
        font-size: 20px
    }

    .ScheduleHeaddesk-ptag {
        font-size: 45px
    }

    .direction-atagHome {
        font-size: 20px
    }

    .AHA-header-links {
        font-size: 1.1vw
    }

    .selected {
        font-size: 1vw
    }

    .form-main-div {
        width: 50%
    }

    .about-card-inner-div-ur .about-card {
        margin: 15px
    }

    .about-card-outer-h3tag {
        font-size: 48px
    }

    .about-card {
        padding: 30px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {


    .aitool {
        max-width: 280px
    }

    .mobileMenu {
        width: 32px;
        height: auto;
        margin-right: 15px;
        color: #fff;
        padding: 12px 3px
    }

    .sl-bg1-logo {
        position: relative
    }

    .ScheduleHeaddesk-ptag {
        text-align: center;
        margin-left: 0;
        font-size: 45px
    }

    .sl-bg1-logo {
        width: 100%
    }

    .sl-bg1-logo img {
        width: 110px
    }

    .form-img-BG-div img {
        min-height: 900px
    }

    .demo-patg {
        text-transform: uppercase;
        font-size: 28px;
        line-height: normal
    }

    .Wepromise-ptag {
        font-size: 28px;
        line-height: normal
    }

    .submit-btn {
        width: 94%
    }

    .form-BG-div {
        column-gap: 20px
    }

    .about-card-outer-h3tag {
        font-size: 5vw;
        text-align: center
    }

    .ul-bg-inner-ptag {
        font-size: 25px;
        line-height: 36px
    }

    .ul-bg2-inner-ptag {
        font-size: 25px;
        text-align: center;
        line-height: 35px
    }

    .ul-bg1-h1tag {
        line-height: 80px
    }

    .visit-h2tag {
        font-size: 52px;
        font-weight: 600;
        padding-top: 0;
        margin-bottom: 10px
    }

    .form-about-div {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        text-align: center
    }

    .WA-btn,
    .call-btn {
        margin: auto
    }

    .WA-btn img {
        height: 25px;
        width: 25px
    }

    .call-btn img {
        height: 19px;
        width: 19px
    }

    .thankyou .thankyouContent h1 {
        font-size: 9vw;
        line-height: 9vw;
        padding-top: 12%;
    }

    .ty-callWA-div {
        margin-top: 6%;
    }

    .validation-span-tag {
        width: 100%
    }

    .WeInvite-h2tag {
        font-size: 35px
    }

    .demo-patg {
        font-size: 22px;
        line-height: 28px
    }

    .form-label {
        width: 100%;
        font-size: 15px;
        color: #fff;
        text-transform: capitalize
    }

    .textarea-input,
    .input-text {
        padding: 15px;
        width: 100%;
        font-size: 17px
    }

    .Wepromise-ptag {
        line-height: 28px;
        width: 100%;
        font-size: 22px
    }

    .address-ptag {
        font-size: 20px;
        font-weight: 400
    }

    .direction-border {
        width: 163px
    }

    .validation-span-tag {
        width: 100%
    }

    .captcha-div {
        display: flex;
        width: 100%;
        margin-bottom: 10px
    }

    .g-recaptcha {
        margin-left: 5% !important;
        margin-top: 20px
    }

    .thnkLogo {
        width: 16.5vw;
    }

    .topdisc {
        font-size: 5vw;
        line-height: 5vw;
        padding-top: 3%;
    }

    .homebtn {
        font-size: 2vw;
        margin-top: 6%;
        /* padding: 25px 2px 15px 25px; */
    }

    .cenDisc {
        font-size: 2.4vw;
        line-height: 3.6vw;
        padding: 9% 0 13%;
    }

    .rich h3 {
        font-size: 2.6vw;
        line-height: 2.6vw;
    }

    .rich {
        padding-top: 6%;
    }

    .thankyouContent .rich p a {
        font-size: 2.4vw;
    }

    .btmTitle {
        padding: 6% 11%;
        font-size: 3.5vw;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
    .footer-below-social-div>* {
        width: 100%;
    }
    .dropdown-content {
        display: block;
        position: relative;
        top: 0;
        background: transparent;
        padding: 0 15px 15px;
        z-index: 1
    }

    .dropdown-content a {
        font-size: 18px;
        text-transform: capitalize
    }

    .AHA-header-links:hover::after {
        top: 0
    }

    .sl-bg1-logobtn-div {
        padding: 10px 15px
    }

    .form-BG-div {
        width: 94%;
        column-gap: 20px;
        flex-direction: column;
        margin-top: 0
    }

    .dektop-visitAddress,
    .deskview {
        display: none
    }

    .mobview {
        display: block
    }

    .AHA-header-linksDiv {
        display: none
    }

    .mobcontctbtn {
        color: orange
    }

    .form-main-div {
        position: relative;
        width: 100%;
        border-radius: 25px;
        padding: 40px 0
    }

    .direction-atag {
        color: #6BE4FF;
        text-decoration: none
    }

    .submit-btn {
        padding: 10px 15px;
        background-color: #00E2AC;
        border-radius: 5px;
        font-weight: 700;
        color: #000;
        width: 100%
    }

    .form-img-MobileBG-div img {
        display: block !important;
        height: 1450px;
        width: 100%;
        object-fit: cover;
        object-position: right bottom
    }

    .form-img-BG-div img {
        display: none
    }

    .form-img-MobileBG-div {
        display: contents
    }

    .WA-btn {
        margin-top: 15px
    }

    .talkLink {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        margin-bottom: 15px;
        display: block;
        font-weight: 300
    }
}

/* @media only screen and (max-width: 3000px) and (min-width: 2000px) {
    .AHA-header-linksDiv {
        width: 42%
    }
} */

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    .sl-bg1-logobtn-div {
        padding: 15px 40px
    }

    .sticky .sl-bg1-logobtn-div {
        padding: 0px 40px
    }

    .foooter-copyright {
        font-size: 16px
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1025px) {
    .sl-bg1-bookdemo-btn {
        font-size: 12px;
        width: 135px;
        height: 40px
    }

    .sl-bg1-logo,
    .sl-bg1-logo img {
        width: 116px
    }

    .footer-pp-div a {
        font-size: 17px
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .sticky .sl-bg1-logobtn-div {
        padding: 0px 15px
    }

    .sl-bg1-bookdemo-btn {
        font-size: 12px;
        width: 135px;
        height: 40px
    }

    .aitool {
        max-width: 280px
    }

    .sl-bg1-logo,
    .sl-bg1-logo img {
        width: 116px
    }

    .sl-bg1-logobtn-div {
        padding: 15px
    }

    .AHA-header-links {
        gap: 5px
    }

    .foooter-copyright {
        font-size: 16px;
        font-weight: 300
    }

    .footer-social-icon {
        width: 50px;
        margin: 0 3px
    }

    .footer-pp-div a {
        margin: 0 5px;
        font-size: 15px
    }

    .min70 {
        min-height: 20vh;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {



    .footer-logo-div {
        margin-left: 0
    }

    .footer-below-social-div {
        flex-direction: column;
        row-gap: 2px
    }

    .foooter-copyright {
        font-size: 15px
    }

    .footer-social-icon {
        height: 50px
    }

    .footer-pp-div a {
        margin: 0;
        font-size: 17px
    }

    .about-card-inner-div {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .mobile-visitAddress {
        margin-top: 50px;
        display: block;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        text-align: left;
        margin-left: 3%
    }

    .direction-atag {
        font-size: 20px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {

    .dropdown,
    .closebtn,
    .sidemenu,
    .mobileMenu {
        display: block
    }

    .mobsidebookbtn {
        display: none;
        background: linear-gradient(0deg, #111 34.69%, rgba(17, 17, 17, 0.00) 110.2%);
        position: fixed;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 85px;
        transition: all .3s ease-in-out;
        z-index: 2
    }

    .sticky .AHA-header-links {
        height: auto
    }

    .sticky .dropdown-content {
        top: 0
    }

    .mobbookbtn {
        display: flex;
        position: fixed;
        left: -100%;
        bottom: 20px;
        text-align: center
    }

    .active .mobbookbtn {
        left: 50%;
        width: 160px;
        height: 45px;
        transform: translate(-50%, 0)
    }

    .mobile-footer-main-div {
        display: block;
        width: 100%;
        color: #96989B
    }

    .AHA-header-linksDiv {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        opacity: .97;
        right: 0;
        width: 100%;
        background: #111;
        max-height: 100vh;
        padding: 15px 25px;
        overflow: auto;
        transition: all .3s ease-in-out;
        z-index: 99;
        opacity: .97
    }

    .AHA-header-links {
        display: block;
        font-size: 18px;
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        height: auto
    }

    .active,
    .active .mobsidebookbtn {
        left: 0
    }

    .top0 {
        border-top: 0
    }

    .moblogohdr {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: 25px;
        padding: 0 25px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sidemenu {
        width: 118px
    }

    .sl-bg1-bookdemo-btn {
        font-size: 14px;
        width: 200px;
        height: 40px
    }

    .downarw {
        float: right;
        margin-top: 6px
    }

    button.closebtn {
        border: none;
        outline: none;
        background-color: transparent;
        float: right
    }

    button.closebtn img {
        border-radius: 100%
    }

    .footer-div {
        width: 89%
    }

    .footer-below-social-div {
        flex-direction: column
    }

    .footer1-div {
        order: 3
    }

    .foooter-copyright {
        font-size: 12px;
        margin-top: 11.5%;
        text-align: center
    }

    .footer-social-icon {
        height: 55px
    }

    .footer-pp-div a {
        font-size: 19px;
        margin: 0 15px;
        color: #86909C;
        text-decoration: none
    }

    .footer-pp-div a:hover {
        color: var(--white)
    }

    .about-card {
        margin: 10px
    }

    .about-card-inner-div {
        padding: 25px 0
    }

    .WeInvite-h2tag {
        font-size: 45px
    }
}

@media only screen and (max-width: 1024px) {
    .deskmenuarw {
        display: none
    }

    .downarw {
        display: block
    }

    .sticky .sl-bg1-logobtn-div {
        padding: 0px 15px
    }

    .footer-logo-div {
        padding-top: 30px;
        padding-bottom: 0;
        border-bottom: 0;
        text-align: center
    }

    .footer-pp-div {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .footer-pp-div a {
        margin: 0
    }

    .foooter-copyright {
        font-size: 20px;
        margin-top: 25px;
        text-align: center
    }

    .footer-pp-div {
        padding: 22px 0;
        border-top: 1px solid #4C5259;
        border-bottom: 1px solid #4C5259
    }

    .footer-social-icon {
        height: 80px;
        margin: 0 20px
    }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
    .sidemenu img {
        width: 100px;
        height: auto;
    }

    .thankyou {
        background-image: url(../images/thankyou/mobthankyou.png);
    }

    .ScheduleHeaddesk-ptag {
        font-size: 35px;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .sl-bg1-logobtn-div {
        padding: 10px
    }

    .cenDisc {
        font-size: 4.5vw;
        line-height: 5.5vw;
        padding: 2% 0;
        max-width: 70%;
        margin: auto;
    }

    .topdisc {
        font-size: 7vw;
        line-height: 7vw;
        padding: 5%;
        font-weight: 500;
        max-width: 80%;
        margin: auto;
    }

    .homebtn {
        font-size: 4.2vw;
        /* padding: 20px 2px 15px 25px; */
    }

    .thnkLogo {
        width: 30vw
    }

    .thankyou .thankyouContent h1 {
        padding-top: 12%;
        font-size: 19vw;
        line-height: 15vw;
        max-width: 72%;
        margin: auto;
    }

    .thankyouContent-ptag {
        margin-top: 40px
    }

    .rich h3 {
        font-size: 4.5vw;
        line-height: 5.5vw;
        padding: 3% 0 5%;
        color: #D9D9D9;
        max-width: 70%;
        margin: auto;
    }

    .homebtn a {
        font-size: 1.2rem;
        padding: 1rem 1.5rem
    }

    /* .thankyou-call {
        display: none;
        margin-left: 0;
        font-size: 20px;
        padding: 8px 15px;
        margin-top: 5px;
    } */

    .rich {
        margin: 1rem 0
    }

    .ty-callWA-div {
        margin-top: 0;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .thankyou-call {
        background: #1E93FF;
        justify-content: center;
        border-radius: 10px;
        font-size: 5.4vw;
        padding: 8px 15px;
        width: 68%
    }

    .thankyou .thankyouContent .rich p span {
        margin-right: 0;
        font-size: 20px;
        padding: .9rem 0;
        margin-bottom: 5px;
        width: 75%
    }

    .sl-bg1-bookdemo-btn {
        width: auto;
        font-size: 13px;
        line-height: 13px;
        column-gap: 7px;
        height: auto;
        padding: 0;
        flex-shrink: 0;
        width: 145px;
        height: 35px;
        font-weight: 800;
        text-align: center;
        outline: none
    }

    .sl-bg1-bookdemo-btn img {
        height: 15px;
        width: 15px
    }

    .form-img-MobileBG-div img {
        height: 1300px
    }

    .aitool {
        max-width: 95%
    }

    .about-card-ptag {
        font-size: 16px
    }

    .footer-pp-div a {
        font-size: 16px
    }

    .about-card {
        margin: 10px 0
    }

    .about-card-inner-div {
        grid-template-columns: repeat(1, 1fr) !important
    }

    .sl-bg1-logo {
        width: 100%
    }

    .sl-bg1-logo img {
        width: 120px;
        padding-right: 10px
    }

    .mobile-visitAddress {
        margin-top: 20px;
        display: block;
        margin-bottom: 0;
        text-align: center;
        width: 85%;
        text-align: left;
        margin-left: 5%
    }

    .mobileMenu {
        width: 32px;
        height: auto;
        margin-right: 10px;
        color: #fff;
        padding: 12px 3px
    }

    .AHA-header-links:hover::after {
        width: 100%;
        right: initial;
        left: 0;
        top: 0;
        transition: width .3s
    }

    .hdrpt {
        margin-top: 60px
    }

    .sl-bg1-logobtn-div,
    #AHAHeader {
        height: 60px
    }

    .sticky .sl-bg1-logobtn-div {
        padding: 0px 10px
    }

    .downarw {
        float: right;
        width: 12px;
        margin-top: 6px
    }

    .dropdown {
        justify-content: start;
        flex-direction: column
    }

    .about-card-outer-h3tag {
        margin-top: 9%;
        font-size: 10vw;
        width: 90%;
        text-align: center
    }

    .submit-btn-div {
        text-align: center
    }

    .form-label {
        width: 100%;
        font-size: 15px;
        color: #fff;
        text-transform: capitalize
    }

    .demo-patg {
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal
    }

    .Wepromise-ptag {
        font-size: 20px;
        line-height: normal
    }

    .befor-divider {
        width: 35%
    }

    .after-divider {
        width: 35%
    }

    .call-btn,
    .WA-btn {
        width: 240px
    }

    .or-divider-div {
        padding: 15px 0
    }

    .form-BG-div {
        width: 100%
    }

    .form-label {
        font-size: 15px;
        width: 100%
    }

    .visit-h2tag {
        font-weight: 600;
        font-size: 35px;
        padding-top: 0
    }

    .address-ptag {
        font-size: 16px;
        font-weight: 500
    }

    .form-about-div {
        width: 100%;
        justify-content: center;
        text-align: center;
        height: auto;
        margin-bottom: 0
    }

    .form-input-div {
        padding: 0;
        background-color: transparent
    }

    .WeInvite-h2tag {
        font-size: 45px
    }

    .form-main-div {
        width: 100%;
        padding: 25px 10px;
        margin-bottom: 2px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

    .demo-patg {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1.5px;
        text-transform: uppercase
    }

    .Wepromise-ptag {
        line-height: 28px;
        font-size: 17px;
        letter-spacing: 1.5px;
        width: 100%
    }

    .form-div {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .direction-atag {
        font-size: 17px;
        width: 100%
    }

    .direction-atagHome {
        font-size: 17px;
        width: 100%;
        color: #6BE4FF;
        text-decoration: underline 2px solid #6BE4FF;
        text-underline-offset: 11px
    }

    .direction-border {
        display: none
    }

    .input-text,
    .textarea-input {
        width: 100%;
        padding: 15px;
        font-size: 18px
    }

    .validation-span-tag {
        font-size: 10px;
        width: 100%
    }

    .submit-btn {
        font-size: 20px;
        width: 100%;
        height: 56px
    }

    .or-divider-div {
        padding: 15px 0
    }

    .talkLink {
        font-size: 18px;
        margin-top: 10px
    }

    .form-social-btn {
        padding-bottom: 5%;
        margin: auto
    }

    .form-label {
        font-size: 18px;
        margin-bottom: 5px
    }

    .rich {
        border-top: 1px solid rgb(217 217 217 / 22%);
        max-width: 100%;
    }

    .btmTitle {
        padding: 12% 7%;
        font-size: 6.5vw;
    }
}

@media only screen and (max-width: 575px) {
    .footer-socialicon-div {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .footer-social-icon {
        height: 60px;
        margin: 0
    }

    .footer-logo-div img {
        width: 120px
    }

    .foooter-copyright {
        font-size: 13px
    }
}

@media only screen and (max-width: 350px) and (min-width: 300px) {
    .WeInvite-h2tag {
        font-size: 35px
    }

    .footer-pp-div a {
        font-size: 14px
    }

    .demo-patg {
        font-size: 15px;
        line-height: 25px
    }

    .WA-btn {
        height: 50px
    }

    .call-btn {
        height: 50px
    }

    .sl-bg1-bookdemo-btn {
        font-size: 13px;
        width: 115px
    }

    .mobbookbtn.sl-bg1-bookdemo-btn {
        width: 170px
    }
}