/*Common css*/
@font-face {
    font-family: 'Proxima Nova Light';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{margin: 0;padding: 0;box-sizing: border-box;}
body{
    font-family: 'Proxima Nova' !important;
}
a{display: inline-block;outline: none;cursor: pointer;text-decoration: none;}
body a:hover{text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
label {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
figure {
    margin: 0 !important;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
img{max-width: 100%;}
.cta {
    background: #DF7515;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    transition: all .0.1s;
}
.cta:hover{
    color: #fff;
    background: #DF7515;
    box-shadow: 0px 2px 36px rgba(0, 0, 0, .06);
    transition: all 0.5s ease;
    letter-spacing: 2px;
}
.white-cta {
    background: #fff;
    color: #DF7515;
    margin-left:25px;
}
.white-cta:hover{
    color: #DF7515;
    background: #fff;
    box-shadow: 0px 2px 36px rgba(0, 0, 0, .06);
    transition: all 0.5s ease;
    letter-spacing: 2px;
}
h2.sb-hd {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
    text-align: center;
    margin-bottom: 20px !important;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px !important;
}
.sec1-lft-cnt p:nth-of-type(4) {
    margin-bottom: 0 !important;
}
h1{
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    color: #EB913E;
    text-align: left;
    margin: 30px 0px 5px !important;
    font-family: 'Proxima Nova Bold';
}
h3 {
    font-size: 45px;
    line-height: 52px;
    font-weight: 400;
    color: #EB913E;
    text-align: left;
}
.banner-cnt {
    text-align: left;
}
.banner_sec .logo {
    text-align: left;
}
/*----------Banner css start----------*/
.banner_sec {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-banner.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0px 60px;
    text-align: center;
    background-color: #00135f;
     position: relative;
}
.banner_sec .social-icons {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
}
.header-row {
    border-bottom: 0;
    margin: 0;
    align-items: center;
    padding-bottom: 65px;
}
.header-row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
.booth-outer {
    max-width: 945px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 25px 20px 25px;
    margin: 25px auto 35px -20px;
    background: linear-gradient(90deg, rgba(3, 21, 91, 0) 0%, #03155B 49.79%, rgba(3, 21, 91, 0) 97.69%);
}
.banner-cta {
    text-align: left;
}
.booth-inn-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.booth-inn1 h4 ,.booth-inn1 p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 0 !important;
}
.booth-inn1 h4 span{
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    color: #DF7515;
    font-family: 'Proxima Nova Bold';
}
.booth-inn1:first-child{
    padding-right: 30px;
    border-right: 1px solid;
    border-image-source: linear-gradient(180deg, #A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%);
    border-color: transparent;
    border-image-slice: 1;
}
.banner-mob {
    display: none;
}
.banner-gif {
    margin-top: -70px;
}
/*Section 1 css start*/
.sec-1{
    background-color: #fff;
    padding: 60px 0px;
}
.sec-1 h2.sb-hd{
    text-align: left;
}
.sec-1 .row{
    align-items: center;
}
.sec-1 .speech-bubble {
    position: relative;
    background: #DF7515;
    padding: 20px 80px 20px 22px;
    border-radius: 10px;
    margin-top: 35px;
    display: none;
}
.speech-bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left-color: #DF7515;
    border-right: 0;
    margin-top: -15px;
}
.sec-1 .speech-bubble p{
    font-size: 19px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.sec1-spkr {
    background: linear-gradient(180deg, #022575 0%, #0363A6 100%);
    border-radius: 15px;
    padding: 20px 20px 50px;
    position: relative;
}
.sec1-spkr h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    margin-top: 10px !important;
}
.sec1-spkr p {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px !important;
}
.spker-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}
.sec1-spkr h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #DF7515;
    margin-bottom: 5px !important;
}
.sec1-spkr h5 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px !important;
}
.sec1-spkr ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 15px !important;
}
.sec1-spkr ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Proxima Nova semibold';
}
.sec1-lft-cnt {
    padding-right: 90px;
}
.happy-hr-sec {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-hh-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 65px 635px 65px 45px;
    background-color: #05216B;
}
.happy-hr-sec h2 {
    color: #fff;
}
.happy-hr-sec p {
    color: #fff;
}
.hh-cta {
    margin-top: 25px;
}
.sec1-spkr ul:nth-of-type(1) {
    padding-top: 10px;
}
.sec-1 .row:nth-of-type(1) {
    margin-bottom: 58px;
}
.ai-demos {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-ai-demos.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    padding: 20px 35px;
    background-color: #df7515;
    margin-top: 45px;
    border: 1px solid #df7515;
}
.ai-demos h3 {
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.ai-demos ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
/*Section 2 css start*/
.sec-2{
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px 70px;
    background-color: #000841;
}
.sec2-map {
    text-align: center;
    padding-top: 35px;
}
.sec-2 h2{
    color:#fff;
    margin-bottom: 35px !important;
}
.sec2-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 300px;
    background: #fff;
    padding: 45px 100px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.sec2-inn-lft {
    width: 25%;
}
.sec2-inn-ryt {
    width: 72%;
    position: relative;
}
.sec2-inn h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #DF7515;
    text-align: left;
}
.sec2-inn h4 {
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    margin: 2px 0px 10px !important;
}
.sec2-inn p{
    margin-bottom: 15px !important;
        padding-right: 235px;
}
.sec2-outer {
    position: relative;
}
.sec2-inn-btm::before {
    content: "";
    position: absolute;
    width: 1100px;
    height: 100%;
    right: 85px;
    bottom: -14px;
    background: #DF7515;
    border-radius: 300px;
}
.sec2-after2 {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100px;

}
.sec2-after1 {
    position: absolute;
    bottom: -45px;
    left: 50%;
}
/*Section 3 css start*/
.sec-3 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-banner3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-color:#030636;
}
.sec-3 h2, .sec-3 p{
    color: #fff;
    text-align: left;
}
.sec-3 .sec3-counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 30px;
}
.sec-3 .counter {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 15px;
    width: 225px;
}
.sec-3 .counter .counter-value .count-title, .sec-3 .counter .counter-value span {
    font-size: 46px;
    line-height: 1.2;
    color: #DF7515;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    text-align: center;
}
.sec-3 .counter .count-text{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0 !important;
}
.sec-3 .counter-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.sec-3 .row{
    align-items: center;
}
/*Section 4 css start*/
.sec-4{
    background-color: #fff;
    padding:15px 0 35px;
    position: relative;
}
.sec-4::before {
    content: '';
    position: absolute;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-dots2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 67px;
    height: 144px;
    left: 25%;
    bottom: -38px;
    transform: rotate(90deg);
}
.sec4-ryt {
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.sec4-tag1 {
    border: 1px solid #DF7515;
    padding: 14px 20px;
    max-width: 350px;
    border-radius: 80px;
    position: absolute;
    top: 90px;
    left: 45px;
    background: #fff;
}
.sec4-tag1:hover{
    background: linear-gradient(180deg, #F0FDF2 2.54%, #FFE3A4 67.97%, #FF8B90 133.39%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
    border-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
}
.sec4-tag2 {
    border: 1px solid #DF7515;
    padding: 10px 20px;
    max-width: 270px;
    border-radius: 80px;
    position: absolute;
    bottom: 115px;
    right: 55px;
    background: #fff;
}
.sec4-tag2:hover, .sec4-tag3:hover{
    background: linear-gradient(180deg, #F0FDF2 2.54%, #FFE3A4 67.97%, #FF8B90 133.39%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
    border-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
}
.sec4-tag3 {
    border: 1px solid #DF7515;
    padding: 14px 20px;
    max-width: 350px;
    border-radius: 80px;
    position: absolute;
    bottom: 80px;
    left: 25px;
    background: #fff;
}
.sec4-tag1 h5, .sec4-tag2 h5, .sec4-tag3 h5  {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-align: left;
}
.sec4-tag1 h5 span, .sec4-tag2 h5 span, .sec4-tag3 h5 span{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #DF7515;
}
.sec-4 h2.sb-hd {
    text-align: left;
    max-width: 560px;
}
.sec4-gif {
    position: absolute;
    top: 50%;
    width: 225px;
    transform: translate(15px, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec4-heading {
    position: relative;
    top: 110px;
}
.sec4-heading::after{
    content: '';
    position: absolute;
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-gift-after.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    top: -20px;
    right: -25px;
}
.sec4-tag2 h5 b {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}
/*section 5 css start*/
.sec-5{
    background: #F8F8F8;
    padding: 60px 0px;
}
.sec-5 .row{
    align-items: flex-start;
}
.sec-5 h2.sb-hd {
    text-align: left;
}
.whel_cntr .whl_img {
     box-shadow: 0px 3px 24px #00000036;
    background: #FFF1E4;
}

.whel_cntr .whl_img.active {
    opacity: 1 !important;
    background: linear-gradient(180deg, #DF7515 0%, #DF7515 100%);
}

.whel_cntr #whl_img1 {
      box-shadow: 0px 3px 24px #00000036;
    background: #fff;
}
.sec5-inn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom:25px;
}
.sec5-inn h6 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}
.sec5-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    padding: 10px 0 10px;
}

.whl_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-radius: 50%;
    transition: linear 0.03s;
    cursor: pointer;
}
.whl_img1 {
    height: 125px;
    width: 125px;
    z-index: 10000;
}
.whl_img2 {
    height: 285px;
    width: 285px;
    z-index: 1000;
}
.whl_img3 {
    height: 436px;
    width: 436px;
    z-index: 100;
}
.whl_img4 {
    height: 563px;
    width: 561px;
    z-index: 10;
}
.whl_img.active, .whel_lt li.whl_inr.active {
    opacity: 1;
}
.whl_loti {
    z-index: 110000;
    height: 130px;
    width: 130px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.whl_img figure img,
.whl_img figure {
    border-radius: 50%;
}
.whl_img img{
    border-radius: 50%;
    height: auto;
}
/*======*/
.whl_inr{
    display: none;
}
.whl_inr.active{
    display:block !important;
}
.whel_cntr {
    width: 45%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0px;
}
.whel_lt {
    width: 55%;
}
.whel_mn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 550px;
}
.sec-5 .whl_dul {
    box-shadow: 0px 3px 24px #00000036;
    background: #FFF1E4;
}
.whl_loti {
    z-index: 110000;
    height: 130px;
    width: 130px;
    background: #FFF1E4;
    border-radius: 50%;
    padding: 10px;
}
.whl_loti {
    display: flex;
    align-items: center;
    justify-content: center;
}
.whl_loti img {
    animation: zoom-in-zoom-out 4s ease-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
/*section 6 css start*/
.sec-6{
    background: #02124A;
    padding: 20px 0px 20px;
}
.sec6-inn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.sec6-inn h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #FFF;
    text-align: left;
}
.sec6-inn ul li:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.sec6-inn ul li {
    border-right: 1px solid #041D72;
    padding-right: 40px;
    height: 136px;
    display: flex;
    align-items: center;
}
.sec6-inn ul li:nth-of-type(4){
    border-right: 0;
    padding-right: 0px;
}
/*Section 7 css start*/
.sec-7{
    background: #fff;
    padding: 60px 0px;
    position: relative;
}
.sec-7::after {
    content: '';
    position: absolute;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 57px;
    height: 124px;
    top: 50%;
    left: 0;
    transform: rotate(180deg);
}
.sec-7::before {
    content: '';
    position: absolute;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-dots2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 67px;
    height: 144px;
    top: 36%;
    right: 0;
}
.sec7-hd {
    padding-bottom: 15px;
    position: relative;
}
.sec7-hd::after {
    content: '';
    position: absolute;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-gift-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    top: -30px;
    left: 250px;
    transform: rotate(255deg);
}
.sec7-hd p {
    padding-top: 15px;
}
.sec-7 .nav-tab {
    border-bottom: 1px solid #DF751554;
    max-width: 845px;
    margin: 0px auto 30px;
}
.sec-7 .nav-tab ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 60px;
    flex-wrap: wrap;
}
.sec-7 .nav_link {
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #51504F;
    padding-bottom: 6px;
    text-align: center;
    display: inline-block;
}
.sec-7 .nav_link.active {
    font-weight: 700;
    color: #DF7515;
    border-bottom: 5px solid #DF7515;
    font-family: 'Proxima Nova Bold';
    position: relative;
}
.sec-7 .nav_link.active::after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #DF7515;
    border-right: 0;
    transform: rotate(90deg);
}
.sec7-inn-cnt:nth-of-type(1) {
    margin-left: 0;
}
.sec7-inn-cnt {
   background: #fff;
    border-radius: 18px;
    padding: 20px 25px 20px 20px;
    width: 98%;
    height: 100%;
    z-index: 99;
    position: relative;
    margin: 0 auto 0 20px;
    box-shadow: 7.32px 0px 21.95px 0px #06020224;
}
.sec7-inn-cnt ul li {
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-ev-25-adopt-check.png');
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 28px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    text-align: left;
}
.sec7-inn-cnt ul li:last-child{
    padding-bottom: 0px;
}
.sec7-inn-cnt h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: #DF7515;
    text-align: left;
    margin-bottom: 15px !important;
}
.sec7-tabs-outer {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 25px;
    padding-top: 15px;
    max-width: 85%;
    margin: 0 auto;
}
.sec7-inn-bx {
    position: relative;
    width: 33.33%;
    transition: 0.5s ease;
}
.sec7-inn-btm br {
    display: none;
}
.sec7-cta {
    text-align: center;
    margin-top: 55px;
}
.sec7-inn-cnt img {
    width: 100%;
    margin-bottom: 15px;
}
.sec7-cta .cta {
    border: 1px solid #DF7515;
    background: transparent;
    color: #DF7515;
}
/*Section 10 css start*/
.sec-10{
    background-color: #D9D9D9;
    padding: 82px 0px;
    position: relative;
    overflow: hidden;
}
.sec-10 h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: #000;
    margin-bottom: 10px !important;
}
.sec-10 .row{
    align-items: center;
}
.sec10-img {
    position: absolute;
    right: 0;
    top: 0;
}
/*Footer css start*/
.footer {
    display: block;
    background-color: #000000;
    padding: 25px 0px 25px;
}
.footer-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0 !important;
}
.footer .social-icons {
    text-align: center;
}
.footer .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 34px;
    text-decoration: none;
    outline: none;
}
.footer-tc {
    padding: 0px 5px 0px 8px;
}
/*-------Form Css------*/
.form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label>.space {
    margin-right: 2px !important;
}
.form-wrap .mktoForm *{
    font-family: 'Proxima Nova';
    font-weight: 500;
  }
  .form-wrap .mktoForm {
    width: 100% !important;
    padding: 0 !important;
  }
  .form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}
  
  .form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
    width: 100% !important;
  }
  .form-wrap .mktoFormCol{
    margin: 0 0 20px !important;
  }
  .form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
   display: none;
  }
  .mktoForm .mktoError .mktoErrorArrow {
      background-color: #e51b00;
      border: 1px solid #9f1300;
      border-right: none;
      border-bottom: none;
      display: inline-block;
      height: 16px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      width: 16px;
      margin-top: 3px!important;
  }
  .form-wrap .mktoLabel {
    margin-left: 28px !important;
     line-height: 19px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      font-size: 15px;
      color: #333333;
      font-weight: 400 !important;
     width:auto !important;
  }
  
  .form-wrap .mktoForm input[type=text], 
  .form-wrap .mktoForm input[type=email], 
  .form-wrap .mktoForm input[type=number], 
  .form-wrap .mktoForm input[type=tel], 
  .form-wrap .mktoForm select {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #EEEEEE;
    background-color: #fff;
    padding: 6px 13px;
    line-height: 22px;
    font-size: 15px !important;
    color: #000000;
    height: 44px;
    border-radius: 6px;
    font-weight: 400;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .form-wrap .mktoForm select.mktoField {
      background-repeat: no-repeat;
      box-shadow: none;
      padding: 6px 13px !important;
      color: #000;
      height: 44px;
      background-image:url(https://pages.grazitti.com/rs/690-NGB-767/images/bd-select-arrow-lb.png) !important;
      background-position: center right 14px;
      background-size: 16px;
  }
  select option {
      margin: 40px;
      background: #fff;
      color: #000 !important;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      /*background-image: linear-gradient(92deg, #2D3D64 0%, rgba(45, 61, 100, 0.47) 100%);*/
  }
  select::-ms-expand {
      display: none;
  }
  .form-wrap .mktoForm .mktoLogicalField {
      width: 100% !important;
      padding: 0px !important;
  }
  .form-wrap .mktoForm input[type=checkbox]:checked + label:before {
      content: "\2713 ";
  }
  .form-wrap .mktoForm input[type=checkbox]:checked + label:before, .form-wrap .mktoForm input[type=radio]:checked + label:before {
      text-align: center;
      color: #000;
  }
  .form-wrap .mktoForm input[type=checkbox] + label:before, .form-wrap .mktoForm input[type=radio] + label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -28px !important;
    line-height: 18px;
    font-size: 12px;
    box-shadow: none !important;
    border-radius: 2px;
    background: #fff;
    top: 2px;
    border: 1px solid #cccccc;
  }
  .form-wrap .mktoForm .mktoRadioList > input, .form-wrap .mktoForm .mktoCheckboxList > input{opacity:0;}
  .form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
      margin-left: 28px !important;
      margin-top: -0px;
      margin-bottom: 0.3em;
      line-height: 1.5;
      display: block;
      min-height: 12px;
      color: #000;
      font-size: 20px;
      font-weight: 500 !important;
      cursor: pointer;
  }
  /* .form-wrap .mktoForm label#LblconsenttoProcessing {
      display: none;
  } */
  .form-wrap .mktoButtonRow {
    width: 100%;
    position: relative;
    padding-top: 0px;
    text-align: center;
  }
  .form-wrap span.mktoButtonWrap {
    margin: 0 !important;
      width: 100%;
      text-align: left;
      display: block;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, 
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    border-radius: 80px;
    font-size: 20px !important;
    width: auto !important;
    padding: 12px 30px 12px !important;
    text-align: center;
    height: 45px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 600;
    min-width: 150px;
    transition: 0.5s ease-out;
    border: 0 !important;
    background: #DF7515 !important;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
      /* background: linear-gradient(100deg, #224DBB 8.4%, #FF5C00 45.74%, #FF9A26 106.58%) !important; */
     letter-spacing: 2px;
  }
  .form-wrap .mktoLabel a u {
      text-decoration: none;
      padding: 0;
  }
  .form-wrap .mktoForm label a {
      color: #E48B25 !important;
      padding: 0;
      text-decoration: none;
      font-weight: 400;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
    outline: none;
  }
  .form-wrap .mktoForm .mktoError {
      left: 0;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#000;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:#000;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color:#717171;
  }
  span.mktoErrorDetail {
      color: #fff;
  }
  .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    right: auto !important;
    bottom: auto !important;
    left: -4px !important;
    top: 21px;
  }
  .thank-you-text {
      color: #fff;
      font-size: 24px;
      text-align: center;
      padding: 0px;
  }
  .thank-you-text img {
      width: 250px;
      margin: 0 auto 25px;
  }
  .sec-10 .thank-you-text {
      padding: 20px 20px 10px;
  }
  .banner-form .thank-you-text {
      color: #000;
  }
  input:-webkit-autofill, 
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  textarea:-webkit-autofill, 
  textarea:-webkit-autofill:hover, 
  textarea:-webkit-autofill:focus, 
  select:-webkit-autofill, 
  select:-webkit-autofill:hover, 
  select:-webkit-autofill:focus, 
  input:-internal-autofill-selected {
      -webkit-text-fill-color: #000 !important;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
      transition: background-color 5000s ease-in-out 0s !important;
  }
  .mktoForm select.mktoField {
      -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
      transition: background-color 5000s ease-in-out 0s !important;
  }
  .mktoCheckboxList .space {
      color: #FF730F;
  }
  .form-2-modal .form-wrap .mktoFormRow {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px;
}
  /*---------PopUp Form----------*/
  .lets-connect .thank-you-img {
      width: 250px !important;
      margin: 0 !important;
  }
  .thnks-text h5 {
      font-size: 35px;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 5px;
      color: #fff;
      text-align: center;
  }
  .thnks-text p {
      font-size: 20px;
      color: #fff;
      line-height: 1.2;
      font-weight: 500;
      text-align: center;
  }
  .lets-connect .thank-you-content{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 25px;
  }
  .lets-connect .thnks-text h5 {
      text-align: left;
  }
  .lets-connect .thnks-text p {
      text-align: left;
  }
  .thank-you-content .thank-you-img {
      width: 250px;
      margin: 0 auto 20px;
  }
  .popup-wrap .modal-dialog.scenter {
      top: 50%;
      transform: translate(0, -50%) !important;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  .popup-wrap .modal-dialog {
    width: 100%;
    max-width: 580px;
    padding: 30px 25px 35px;
    margin: 0 auto 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
  .popup-wrap .modal-content {
      background: rgba(0,0,0,0);
      border: 0;
  }
  .popup-wrap .modal-body {
      padding: 0;
  }
  .modal.popup-wrap {
      padding: 10px 10px !important;
  }
  
  .popup-wrap .modal-header {
      padding: 0;
      border-bottom: 0;
      display: block;
  }
 
  .popup-wrap h3 {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px !important;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 20px;
  }
  .popup-wrap .modal-header .btn-close {
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -5px;
    width: 25px;
    height: 25px;
    padding: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
  }
  button.btn-close:focus {
      outline: none;
      box-shadow: none;
  }
  
  .popup-wrap .form-wrap span.mktoButtonWrap {
      margin: 0 !important;
      width: 100%;
      text-align: center;
      display: block;
  }
  .form-wrap .mktoForm .mktoError .mktoErrorMsg {
      display: inline-block;
  }
  .form-layout .form-wrap {
      margin-top: 30px;
  }
  .form-wrap .mktoForm .mktoRadioList > label, .form-wrap .mktoForm .mktoCheckboxList > label {
      font-size: 14px;
      font-weight: 400 !important;
      line-height: 20px; 
      }
      .form-2-modal .form-in {
        display: none;
    }
    .offer-tag1 {
        background: linear-gradient(180deg, #fff 0%, #fff 100%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
        border-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 12px 16px;
        max-width: 75%;
        border-radius: 80px;
        margin: 15px auto 0px;
        cursor: pointer;
    }
    .offer-tag1 h5 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        font-weight: 500;
    }
    .offer-tag2 {
        background: linear-gradient(180deg, #fff 0%, #fff 100%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
        border-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 12px 16px;
        max-width: 75%;
        border-radius: 80px;
        margin: 20px auto;
        cursor: pointer;
    }
     .mktoFieldDescriptor.mktoFormCol.hidden12 {
        display: none !important;
    }
    .offer-tag2 h5 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        font-weight: 500;
    }
    .offer-tag3 {
        background: linear-gradient(180deg, #fff 0%, #fff 100%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
        border-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 12px 16px;
        max-width: 75%;
        border-radius: 80px;
        margin: 0 auto;
        cursor: pointer;
    }
    .offer-tag3 h5 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        font-weight: 500;
    }
    .form-show .form-in {
        display: block;
    }
    .form-show .offer-modal-content {
        display: none;
    }
    .offer-tag1:hover {
        background: linear-gradient(180deg, #F0FDF2 2.54%, #FFE3A4 67.97%, #FF8B90 133.39%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
        border-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0);
    }
    .offer-tag2:hover, .offer-tag3:hover  {
        background: linear-gradient(180deg, #F0FDF2 2.54%, #FFE3A4 67.97%, #FF8B90 133.39%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
        border-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0);
    }
/*===Thank You css==*/
.thank-you-img {
    width: 210px;
    margin: 0 auto 20px;
}
.Thanku-outer h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #DF7515;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: center;
}
.Thanku-outer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #222;
    margin: 0 !important;
}
.whel_lt p{
    text-align: left;
}
.form-2-modal .form-wrap .mktoFormRow:nth-of-type(17) .mktoAsterix {
    display: block !important;
    float: left;
    margin-right: 2px;
    padding: 0;
}
.map-mob {
    display: none;
}
.gift-mob {
    display: none;
}
.sec5-tabs-mob{
    display: none;
}
.calendly-popup  body{
    overflow: hidden !important;
}

/*media queary start*/
@media(max-width:1399px){
    h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .ai-demos h3 {
    font-size: 26px;
    line-height: 32px;
}
.happy-hr-sec {
    padding: 65px 455px 65px 45px;
}
    .sec2-after2 {
    right: 5px;
        width: 65px;
}
    .sec1-lft-cnt {
    padding-right: 40px;
}
    h3 {
    font-size: 36px;
    line-height: 42px;
}
.sec6-inn h5 {
    font-size: 16px;
    line-height: 22px;
}
.sec6-inn ul {
    gap: 30px;
}
.sec4-heading::after {
    right: -50px;
}
.sec7-hd::after {
    left: 200px;
}
.sec6-inn ul li {
    padding-right: 30px;
}
.sec6-inn ul li:nth-of-type(1) {
    gap: 10px;
}
.sec2-inn-btm::before {
    right: 0;
}
    .whel_cntr {
        margin-top: 0px;
        right: -35px;
    }
    .whel_mn {
        min-height: 430px;
    }
    .sec5-inn h6 {
        font-size: 16px;
    }
    .sec5-list {
        gap: 40px;
    }
    h2.sb-hd {
        font-size: 32px;
        line-height: 40px;
    }
    .sec4-tag1 h5, .sec4-tag2 h5, .sec4-tag3 h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .sec4-tag1 {
        padding: 10px 15px;
    }
    .sec4-tag3 {
    padding: 11px 15px;
}
    .sec4-tag2 {
        padding: 8px 25px;
        max-width: 270px;
        right: 0px;
    }
    .sec4-tag1 h5 span, .sec4-tag2 h5 span, .sec4-tag3 h5 span {
        font-size: 18px;
    }
    .sec4-gif {
        width: 200px;
        transform: translate(10px, -50%);
    }
    .sec6-cnt {
        width: 56%;
    }
    .sec6-cnt:last-child {
        padding-left: 40px;
        width: 44%;
    }
    .sec7-inn-cnt {
        padding: 20px 15px 20px 15px;
    }
    .sec1-ryt-cnt h3 {
        font-size: 20px;
    }
    .sec1-ryt-cnt {
        padding: 25px 25px;
    }
    .sec-10 {
    padding: 58px 0px;
}
.sec10-img {
    width: 422px;
}
    .whl_loti {
        height: 95px;
        width: 95px;
    }
    .whl_img2 {
        height: 220px;
        width: 220px;
    }
    .whl_img3 {
        height: 336px;
        width: 337px;
    }
    .whl_img4 {
        height: 433px;
        width: 433px;
    }
}
@media(max-width:1199px){
    .happy-hr-sec {
    padding: 35px 310px 35px 35px;
}
.ai-demos {
    padding: 15px 25px;
}
.sec1-spkr ul li {
    font-size: 14px;
    line-height: 20px;
}
    .sec-4 {
    padding: 45px 0 35px;
}
    .sec6-inn ul li {
    height: 113px;
}
    .spker-top {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}
    .sec2-after2 {
        right: 0px;
        width: 85px;
    }
    .sec2-inn-btm::before {
    width: 100%;
}
.sec-4 h2.sb-hd br{
    display: none;
}
    h1 {
        font-size: 35px;
        line-height: 42px;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec2-inn p {
    padding-right: 135px;
}
    .sec2-inn h4 {
    font-size: 22px;
    line-height: 28px;
}
    .sec2-inn h3 {
    font-size: 25px;
    line-height: 30px;
}

    .sec-1 .speech-bubble {
    margin-top: 25px;
}
    .sec-1 .speech-bubble p {
    font-size: 16px;
    line-height: 22px;
}
    .booth-inn1:first-child {
        padding-right: 35px;
    }
    .booth-inn-left {
        gap: 35px;
    }
    .whel_mn {
        min-height: auto;
        flex-direction: column-reverse;
    }
    .whel_lt {
        width: 100%;
        padding-top: 255px;
    }
    .whel_cntr {
        width: 100%;
        margin-top: 210px;
        right: 0;
    }
    .booth-inn1 h4, .booth-inn1 p {
        font-size: 18px;
        line-height: 1.4;
    }
    .booth-inn1 h4 span {
        font-size: 28px;
        line-height: 1.2;
    }
    .cta {
        font-size: 18px;
    }
    h2.sb-hd {
        font-size: 30px;
        line-height: 40px;
    }
    .sec1-ryt-cnt h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .sec4-heading {
        position: relative;
    }
    .sec-4 .col-md-4, .sec-4 .col-md-8 {
        width: 100%;
    }
    .sec-4 h2.sb-hd {
        text-align: center;
        max-width: 500px;
        margin: 0 auto 20px !important;
    }
    .sec-3 .counter {
    width: 200px;
}
.sec-3 .sec3-counter {
    gap: 20px;
}
.sec7-tabs-outer {
    max-width: 100%;
}
.sec-7::before {
    width: 45px;
    height: 100px;
    top: 10%;
}
    .sec10-img {
        width: 460px;
    }
        .sec-10 {
        padding: 40px 0px;
    }
.sec10-content {
    padding-right: 100px;
}
.sec7-hd::after {
        display: none;
    }
    .sec4-heading::after {
        display: none;
    }
    .sec4-heading{
        text-align: center;
        top: 0;
    }
    .booth-outer {
        max-width: 850px;
    }
    .sec4-ryt {
        margin-top: 45px;
    }
    .sec4-tag2 {
        right: 95px;
    }
    .sec4-tag1 {
        left: 130px;
    }
    .sec5-list {
        gap: 50px;
    }
    .sec4-tag3 {
    left: 120px;
}
    .sec6-cnt {
        width: 62%;
    }
    .sec6-cnt:last-child {
        padding-left: 40px;
        width: 38%;
    }
    .sec6-cnt ul {
        gap: 45px;
    }
    .sec5-inn h6 {
        font-size: 16px;
    }
    .sec5-inn {
        margin-bottom: 20px;
    }
    .sec7-inn-cnt h4 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px !important;
    }
    .sec7-inn-cnt ul li {
        font-size: 14px;
    }
    .sec7-hd p {
        padding-top: 1px;
    }
    .sec7-hd {
        padding-bottom: 20px;
    }
}
@media(max-width:991px){
    .happy-hr-sec {
        padding: 35px 255px 35px 35px;
    }
    .ai-demos ul li {
    width: 30%;
}
    .ai-demos h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
    }
    .ai-demos {
    background-position: right;
    margin-top: 35px;
}
    .sec-1 .row:nth-of-type(1) {
    margin-bottom: 35px;
}
        .sec6-inn ul li {
        height: 77px;
    }
        .spker-top {
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }
  .spker-cnt {
    text-align: left;
}
.sec1-spkr {
    text-align: left;
}
.sec1-spkr h3 {
    text-align: left;
}
.sec-1 {
    overflow: hidden;
}
    .banner_sec .logo {
    text-align: center;
}
.banner-cta {
    text-align: center;
}
.booth-outer {
        justify-content: center;
    }
.banner-cnt {
    text-align: center;
}
    h3 {
        text-align: center;
    }
h1 {
        text-align: center;
    }
    .banner_sec .col-md-6{
        width: 100%;
        text-align: center;
    }
        .banner-gif {
            display: none;
    }
    .sec-1 .col-md-7, .sec-1 .col-md-5{
        width: 100%;
    }
    .sec-1 .col-md-5{
        text-align: center;
        margin-top: 20px;
    }
    .sec-10 {
        padding: 45px 0px 300px;
    }
    .sec7-cta {
        margin-top: 55px;
    }
    h2.sb-hd {
        font-size: 26px;
        line-height: 34px;
    }
    .sec1-ryt-cnt {
        padding: 16px 16px;
    }
    .booth-inn1 h4 span {
        font-size: 25px;
    }
    .booth-inn1 h4, .booth-inn1 p {
        font-size: 16px;
    }
    .booth-inn1:first-child {
        padding-right: 20px;
    }
    .booth-inn-left {
        gap: 20px;
    }
    .booth-inn1:last-child{
        max-width: 250px;
    }
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .sec4-tag1 {
        left: 75px;
        max-width: 155px;
        border-radius: 10px;
    }
    .sec2-inn {
    flex-direction: column;
    border-radius: 50px;
}
.sec4-tag3 {
        left: 50px;
        border-radius: 10px;
        max-width: 180px;
    }
    .sec4-tag2 {
       right: -15px;
        max-width: 269px;
        border-radius: 10px;
    }
    .sec2-inn-btm::before {
        width: 100%;
        border-radius: 50px;
        right: -10px;
        bottom: -12px;
    }
    .sec4-gif {
        width: 180px;
    }
    .sec2-inn-lft {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.sec-4 h2.sb-hd {
        max-width: 520px;
    }
    .sec-3 .sec3-counter {
    justify-content: center;
    margin-top: 20px;
}
.sec-7 .nav_link.active::after {
    bottom: -12px;
}
.sec7-hd::after {
        left: 50px;
    }
.sec-3 .counter {
        width: 48%;
    }
    .sec-3 .col-md-6{
        width: 100%;
        text-align: center;
    }
    .sec4-heading::after {
        right: 35px;
    }
.sec2-after2 {
           right: 20px;
        width: 85px;

}
.sec2-outer {
    margin-right: 12px;
}
    .sec2-inn-ryt {
    width: 100%;
}
    .sec-4 {
        padding: 40px 0 60px;
    }
    .sec-5 {
        padding: 45px 0px 40px;
    }
    .sec-5 .col-md-7, .sec-5 .col-md-5 {
        width: 100%;
    }
    .sec-5 .row {
        align-items: center;
        flex-direction: column-reverse;
    }
    .sec5-img {
        text-align: center;
        max-width: 70%;
        margin: 0 auto 35px;
    }
    .sec6-cnt ul {
        gap: 25px;
    }
    .sec6-cnt {
        width: 65%;
    }
    .sec6-cnt:last-child {
        padding-left: 25px;
        width: 35%;
    }
    .sec6-cnt:first-child {
        padding-right: 25px;
    }
    .sec6-cnt:last-child ul {
        margin-top: 25px !important;
    }
    .sec-7 .nav-tab ul {
        gap: 15px;
    }
    .sec-7 .nav-tab {
        max-width: 100%;
        border-bottom: 0;
    }
    .sec-7 .nav_link {
        font-size: 14px;
        line-height: 20px;
        background: #ffead7;
        color: currentColor;
        padding: 10px 5px;
    }
    .sec7-tabs-outer {
        gap:30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec7-inn-bx {
        width: 46%;
    }
    .whel_lt {
        width: 100%;
    }
    .sec10-img {
        width: auto;
        bottom: 0;
        top: unset;
    }
    .whel_cntr {
        width: 100%;
    }
        .sec10-content {
        padding-right: 0;
    }
    .sec-10 h3 {
    font-size: 26px;
    line-height: 32px;
}
    .sec-10 .col-md-8, .sec-10 .col-md-4{
        width: 100%;
    }
    .sec7-inn-bx {
        width: 45%;
    }
    .sec-7 .nav-tab ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
   .sec7-inn-cnt img {
    width: auto;
}
    .sec-7 .nav_link {
        width: 80%;
    }
    .sec-7 .nav-tab {
        margin: 0px auto 15px;
    }
    .sec-7 .nav_link.active {
        font-weight: 600;
        color: #Fff;
        border-bottom: 0;
        background: #DF7515;
        padding: 10px 5px;
    }
}
@media(min-width:767px){
  .form-1-modal .mktoFormRow {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px;
        }
        .form-1-modal .mktoForm .mktoFieldDescriptor.mktoFormCol {
            margin-bottom: 15px !important;
            flex: 1;
        }
    .form-2-modal .mktoFormRow {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px;
        }
        .form-2-modal .mktoForm .mktoFieldDescriptor.mktoFormCol {
            margin-bottom: 15px !important;
            flex: 1;
        }

    .form-3-modal .form-wrap .mktoFormRow:nth-of-type(-n+6) {
        width: calc(50% - 10px) !important;
        float: left;
        clear: none;
    }
    .form-3-modal .form-wrap .mktoFormRow:nth-of-type(2), .form-3-modal .form-wrap .mktoFormRow:nth-of-type(4), .form-3-modal .form-wrap .mktoFormRow:nth-of-type(6){
        margin: 0px 0px 0px 20px !important;
    }
}
@media(max-width:767px){
    .ai-demos {
        background-position: center;
    }
        .happy-hr-sec {
        padding: 35px 35px 35px 35px;
        background-position: left center;
    }
        .sec7-cta {
        margin-top: 35px;
    }
    .sec6-inn ul li {
        height: auto;
    }
    .sec4-tag2 h5 br {
    display: none;
}
        .sec-4 h2.sb-hd {
        max-width: 430px;
    }
         .form-2-modal .form-wrap .mktoFormRow {
    gap: 0;
}
.popup-wrap .modal-dialog {
    padding: 30px 15px 35px;
}
.popup-wrap .modal-header .btn-close {
    right: 5px;
}
    .banner_sec {
    background-position:center;
}
    .banner-gif {
        right: 8px;
        bottom: 18%;
        width: 250px;
    }
    .sec1-inn:after {
        height: 75%;
        bottom: 0px;
    }
    .sec-1 .speech-bubble {
    padding: 20px 22px 20px 22px;
}
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .footer-tc {
        display: none;
    }
    .ft-inner-left br {
    display: block !important;
}
    .footer p {
        text-align: center;
    }
    .form-wrap .mktoFormCol {
        margin: 0 0 15px !important;
    }
    .form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
  width: 100% !important;
}
    .calendly-overlay .calendly-popup .calendly-popup-content {
        padding: 0 15px;
    }
    .map-mob {
        display: block !important;
    }
    .sec2-map {
        padding-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec2-map #lottie2 {
        display: none;
    }
    .banner-mob {
        display: block;
    }
    .banner-mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .banner-img #lottie{
        display: none;
    }
    .banner-mob-left span {
        font-size: 16px;
        line-height: 1.2;
        color: #DF7515;
        font-weight: 600;
    }
    .banner-mob-left h3 {
        font-size: 22px;
        line-height: 1.2;
        color: #000;
        font-weight: 400;
        margin: 12px 0px 15px !important;
    }
    .footer-outer {
        flex-direction: column;
        gap: 10px;
    }
    .booth-outer {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin: 25px auto 25px;
    }
    .booth-inn1:last-child {
        max-width: 100%;
    }
    .sec1-lft-cnt h2.sb-hd br {
        display: none;
    }
    .sec1-lft-cnt h2.sb-hd {
        text-align: center;
    }
    .sec2-inn {
    padding: 35px 30px;
}
    .sec-1 {
        padding: 40px 0px;
    }
    .sec1-lft-cnt p.sb-para {
        text-align: center;
    }
    .sec1-outer {
        width: 95%;
        padding-top: 25px;
    }
    .sec1-ryt-cnt h3 {
        font-size: 16px;
    }
    .sec1-ryt-cnt {
        padding: 20px 25px;
    }
    h2.sb-hd {
        line-height: 32px;
    }
    .sec-2 {
        padding: 40px 0 60px;
    }
    .sec4-tag1 h5, .sec4-tag2 h5, .sec4-tag3 h5 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .sec2-after1 {
    bottom: -36px;
}
        .sec2-after2 {
       right: 10px;
        width: 79px;
    }
    .sec4-tag1 h5 span, .sec4-tag2 h5 span,.sec4-tag3 h5 span {
        font-size: 16px;
    }
    .sec4-tag2 {
        max-width: 170px;
        padding: 10px 15px;
        right: 0;
    }
    .sec4-tag1 {
        max-width: 155px;
        left: 0;
    }
    .sec6-cnt {
        width: 55%;
    }
    .sec4-tag3 {
        left: 0;
    }
    .sec6-cnt:last-child {
        padding-left: 25px;
        width: 45%;
    }
    .sec6-cnt ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .sec6-cnt ul li {
        width: 46%;
    }
    .sec6-cnt:first-child {
        padding-right: 0px;
    }
    .sec6-cnt h5 {
        font-size: 18px;
        line-height: 1.2;
    }
    .sec6-cnt:last-child ul li {
        width: 100%;
    }
    .sec5-inn {
        align-items: flex-start;
    }
    .sec5-inn>img {
        margin-top: 3px;
    }
    .sec5-tabs-mob .nav-tab ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #DF751554;
    }
    .sec5-tabs-mob .nav-tab ul li.active {
        color: #DF7515;
        font-weight: 700;
        border-bottom: 5px solid #DF7515;
        padding-bottom: 4px;
        margin-bottom: -3px !important;
    }
    .sec5-tabs-mob .nav-tab ul li{
        font-size: 16px;
        color: #51504F;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        width: 25%;
        padding-bottom: 6px;
    }
    .sec5-mob-inner {
        padding-top: 30px;
        text-align: center;
    }
    .sec5-mob-inner ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 25px 0px;
        padding-bottom: 30px;
    }
    .sec4-heading::after {
        right: 60px;
        width: 35px;
        height: 35px;
        top: -11px;
    }
    .sec6-inn ul li {
    border-right: 0;
    padding-right: 0px;
}
    .sec-3{
        padding: 40px 0px;
    }
    .sec-7 {
    padding: 40px 0px;
}
    .sec7-hd::after {
        left: -15px;
        width: 35px;
        height: 35px;
        top: -16px;
    }
        .sec-3 .sec3-counter {
        margin-top: 10px;
    }
        .sec6-inn ul {
        flex-wrap: wrap;
    }
    .sec6-inn ul li:nth-of-type(1), .sec6-inn ul li:nth-of-type(2) {
        gap: 10px;
        border: 0;
    }
    .sec-6 {
    padding: 30px 0px 35px;
}
    .sec5-mob-inner ul li {
        width: 47%;
        background: linear-gradient(180deg, #fff 0%, #fff 100%) padding-box, linear-gradient(#A8CCAE 2.54%, #F9D076 67.97%, #F17378 133.39%) border-box;
        border-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0);
        border-radius: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 12px 20px;
        gap: 15px;
        min-height: 64px;
    }
    .sec5-mob-inner ul li h5 {
        font-size: 16px;
        line-height: 1.2;
        color: #000;
        text-align: left;
    }
    .sec5-mob-inner ul li img {
        width: 28px;
        height: 28px;
    }
    .sec5-mob-inner3 {
        padding-top: 30px;
        text-align: center;
    }
    .sec5-mob-inner3 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 25px 0px;
        padding-bottom: 30px;
    }
    .sec5-mob-inner3 ul li {
        width: 47%;
    }
    .sec5-mob-inner3 ul li img {
        width: 100%;
    }
    .whel_mn.whl_dsk {
        display: none;
    }
    .sec5-tabs-mob{
        display: block !important;
    }
    .sec5-mob-hd {
        margin-bottom: 25px;
    }
    .sec5-mob-hd h2 {
        text-align: center !important;
    }
        .sec1-lft-cnt {
        padding-right: 0;
    }
    .sec1-spkr p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
}
.sec1-spkr h3 {
    font-size: 20px;
    line-height: 26px;
}
.sec1-spkr h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px !important;
}
}
@media(max-width:575px){
    .sec-1 .row:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .ai-demos ul li {
        width: auto;
    }
        .ai-demos {
        margin-top: 25px;
    }
    .happy-hr-sec h2 {
    font-size: 22px !important;
    line-height: 26px !important;
    margin-bottom: 10px ! IMPORTANT;
}
    .happy-hr-sec {
        padding: 25px 20px 25px 20px;
    }
    .sec2-after2{
        display: none;
    }
    h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 20px 0px 5px !important;
    }
    
        .booth-outer {
        margin: 15px auto 20px;
    }
    .white-cta {
    margin-left: 15px;
}
    .banner-gif img {
        width: 100%;
    }
    .banner-gif {
        right: 0px;
        bottom: 14%;
        width: 210px;
    }
    .sec10-img {
        width: 250px;
    }
    .Thanku-outer p {
        font-size: 14px;
        line-height: 20px;
    }
    .thank-you-img {
        width: 150px;
    }
    .Thanku-outer h2 {
        font-size: 25px;
        margin-bottom: 6px !important;
    }
    .banner_sec {
        padding: 20px 0px 40px;
    }
    .gift-mob {
        display: block !important;
    }
    .sec6-cnt ul {
        gap: 15px;
    }
    .offer-tag2 h5, .offer-tag3 h5 {
        font-size: 14px;
    }
    .offer-tag1, .offer-tag2, .offer-tag3 {
    max-width: 100%;
    border-radius: 10px;
}
    .popup-wrap h3 {
        font-size: 20px;
        padding: 0;
    }
    .offer-tag1 h5 {
        font-size: 14px;
    }
    .sec-5 {
        padding: 40px 0px;
    }
    .whel_cntr {
        margin-top: 185px;
    }
    .whel_lt {
        padding-top: 205px;
    }
    .whl_loti {
        height: 80px;
        width: 80px;
    }
    .whl_img2 {
        height: 190px;
        width: 190px;
    }
    .whl_img3 {
        height: 290px;
        width: 290px;
    }
    .whl_img4 {
        height: 375px;
        width: 370px;
    }
    .calendly-overlay .calendly-popup-close {
        top: 25px;
        right: 25px;
    }
    .sec10-outer {
        max-width: 94%;
        padding: 16px 16px 15px;
    }
    .sec-5 h2.sb-hd {
        text-align: left;
    }
    h2.sb-hd {
        text-align: center;
    }
    .sec9-hd h2 {
        margin-bottom: 20px !important;
    }
    .tab-cnt-box {
        width: 75%;
        margin: 0 auto;
    }
    .banner_sec .logo {
        text-align: center;
    }
    .sec2-inn p {
        padding-right: 0px;
    }
    .sec4-heading::after {
       display: none;
    }
    .sec-4::before {
    width: 40px;
    height: 120px;
}
.sec-7::before {
       display: none;
    }
.sec-3 h2, .sec-3 p {
    text-align: center;
}
    .sec7-hd::after {
        display: none;
    }
        .sec7-inn-cnt {
        text-align: center;
        margin: 0 auto !important;
    }
    .sec7-inn-bx {
        width: 95%;
    }
.sec-3 .counter {
        width: 45%;
    }
    .banner-mob {
        margin-top: 5px;
    }
    .banner_sec .social-icons {
        justify-content: right;
    }
    .cta {
        font-size: 16px;
    }
    .booth-inn-left {
        gap: 12px;
    }
    .form-heading {
        margin-top: 10px;
    }
    .offer-tag1 {
        margin: 10px auto 10px;
    }
    .booth-inn1:first-child {
        padding-right: 12px;
    }
    .booth-inn1 h4, .booth-inn1 p {
        font-size: 14px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 20px;
    }
    .sec4-ryt>img{
        display: none;
    }
    .sec4-gif {
        display: none;
    }
    .sec4-tag1{
        position: unset;
        max-width: 75%;
        margin: 0 auto 0px;
    }
    .sec4-tag2{
        position: unset;
        max-width: 75%;
        margin: 20px auto;
    }
    .sec4-tag3 {
        position: unset;
        max-width: 75%;
        margin: 0 auto;
    }
    .sec4-ryt {
        margin-top: 20px;
    }
        .sec-10 {
        padding: 40px 0px 135px;
    }
   
    .header-row .col-sm-6:first-child{
        width: 65%;
    }
    .header-row .col-sm-6:last-child{
        width: 35%;
    }
    .social-icons>li {
        width: 100px;
    }
    .sec-3 .counter .counter-value .count-title, .sec-3 .counter .counter-value span {
    font-size: 26px;
}
.sec-3 .counter .count-text {
    font-size: 14px;
    line-height: 20px;
}
.sec-10 h3 {
        font-size: 22px;
        line-height: 28px;
    }
}
@media(max-width:480px){
        .ai-demos ul li {
        width: 62%;
    }
    .sec1-spkr ul li {
        font-size: 12px;
        line-height: 18px;
        align-items: flex-start;
    }
    .ai-demos ul {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}
    .white-cta {
    margin-left: 0;
}
.banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}
    .sec10-img {
        width: 200px;
    }
    .ft-inner-left br {
        display: none !important;
    }
    .sec5-tabs-mob .nav-tab ul li {
        font-size: 14px;
    }
    .sec5-tabs-mob .nav-tab ul li.active {
        font-weight: 600;
    }
    .sec5-mob-inner ul li {
        width: 48%;
        padding: 10px 15px;
        gap: 10px;
    }
    .sec5-mob-inner ul {
        gap: 20px 0px;
    }
    .sec5-mob-inner ul li h5 {
        font-size: 13px;
    }
    .form-wrap .mktoForm select.mktoField {
        padding: 6px 35px 6px 13px !important;
    }
    .banner-mob .banner-mob-ryt {
        width: 45%;
        text-align: right;
    }
    .banner-mob-left span {
        font-size: 14px;
    }
    .banner-mob-left h3 {
        font-size: 15px;
        margin: 6px 0px 8px !important;
    }
    .whel_cntr {
        margin-top: 140px;
    }
    .whel_lt {
        padding-top: 160px;
    }
    .whl_loti {
        height: 70px;
        width: 70px;
    }
    .whl_img2 {
        height: 142px;
        width: 141px;
    }
    .whl_img3 {
        height: 217px;
        width: 216px;
    }
    .whl_img4 {
        height: 280px;
        width: 275px;
    }
    .sec4-gif {
        transform: translate(-65px, -50%);
        width: 100px;
    }
    .sec4-tag1 h5, .sec4-tag2 h5 {
        font-size: 12px;
        line-height: 16px;
    }
    .sec4-tag1 h5 span, .sec4-tag2 h5 span, .sec4-tag3 h5 span {
        font-size: 14px;
    }
    .sec5-list {
        gap: 15px;
    }
    .sec5-inn h6 {
        font-size: 14px;
    }
    .sec1-inn:after {
        height: 75%;
        right: 15px;
        bottom: 5px;
    }
    p.sb-para {
        font-size: 14px;
    }
    h2.sb-hd {
        line-height: 1.2;
        font-size: 22px;
    }
    .booth-outer {
        padding: 15px 0px 15px;
            margin: 15px auto 25px;
    }
    .banner-gif {
        right: 0px;
        bottom: 25%;
        width: 220px;
    }
    .sec1-spkr {
    padding: 20px 20px 25px;
}
        .spker-top {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .spker-top img{
        margin: 0 auto;
    }
    .sec6-inn {
        justify-content: center;
    }
    .booth-inn1 h4, .booth-inn1 p {
        font-size: 13px;
    }
    .sec6-cnt {
        width: 60%;
        text-align: left;
    }
    .sec6-cnt:last-child {
        text-align: left;
        width: 40%;
        padding-left: 18px;
    }
    .sec6-cnt:first-child {
        padding-right: 5px;
    }
    .sec6-cnt ul li {
        width: 43%;
        text-align: center;
    }
    .sec6-cnt h5 {
        text-align: left;
        font-size: 14px;
    }
    .sec6-cnt:last-child ul {
        margin-top: 30px !important;
    }
    .sec6-cnt ul {
     margin-top: 15px !important;
    }
    .sec-7 .nav_link {
        width: 100%;
    }
    .sec7-inn-bx {
        width: 95%;
    }
    .sec-7 {
        padding: 35px 0px 35px;
    }
    .tab-cnt-box {
        width: 95%;
    }
    .sec4-tag1, .sec4-tag2, .sec4-tag3 {
        max-width: 90%;
    }
    .sec-1 .speech-bubble p {
        font-size: 14px;
        line-height: 20px;
    }
    .speech-bubble::after {
    right: -10px;
}
    .header-row {
    padding-bottom: 35px;
}
.sec2-inn h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-2 {
        padding: 40px 0 50px;
    }
    p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px !important;
}
.sec2-inn h3 {
        font-size: 20px;
        line-height: 26px;
    }
     .sec2-inn {
        padding: 25px 15px;
    }
    .sec2-after1{
        display: none;
    }
.sec2-after2{
    display: none;
}
    h1 {
        font-size: 21px;
        line-height: 27px;
        margin: 20px 0px 5px !important;
    }
    .banner_sec img {
        width: 95%;
    }
   h3 {
        font-size: 16px;
        line-height: 22px;
    }
}
@media(max-width:420px){
    .sec5-mob-inner ul li {
        width: 90%;
        gap: 15px;
        margin: 0 auto !important;
        min-height: auto;
    }
    .sec5-mob-inner3 ul li {
        width: 45%;
        margin: 0 auto !important;
    }
    .sec5-mob-inner3 ul li img {
        width: auto;
    }
    .sec5-mob-inner3 ul {
        gap: 15px 0px;
    }
}





