@charset "UTF-8";

@font-face {
    font-family: Archivo-Regular;
    src: url(./fonts/Archivo-Regular.woff);
}

@font-face {
    font-family: Archivo-Bold;
    src: url(./fonts/Archivo-Bold.woff);
}

@font-face {
    font-family: Archivo-Light;
    src: url(./fonts/Archivo-Light.woff);
}

@font-face {
    font-family: Archivo-Thin;
    src: url(./fonts/Archivo-Thin.woff);
}

@font-face {
    font-family: Archivo-SemiBold;
    src: url(./fonts/Archivo-SemiBold.woff);
}

@font-face {
    font-family: Archivo-Medium;
    src: url(./fonts/Archivo-Medium.woff);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #ffffff;
    height: 100vh;
}

body {
    font-family: 'Archivo-Regular';
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    background: white;
    height: 100%;
    transform-style: preserve-3d;
    perspective: 1px;
    overflow-y: scroll;
    overflow-x: hidden;
    letter-spacing: 0px;
}

.new-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 3% 6% 3% 6%;
}

.exotelImg {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 6% 6%;
}

/* Year Reflection css */

.yearReflectDiv {
    padding: 0 6%;
}

.yearReflectDiv>p {
    font-size: 50px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    font-family: "Archivo-Regular";
}

.yearReflectDiv>h1{
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 2%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: "Archivo-Regular";
}

/* Growth Button CSS */

.growthBtn {
    padding: 0 4.3%;
}

#myButton {
    padding: 40px 120px;
    font-size: 70px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-family: "Archivo-Bold";
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    border: 0px;
    border-radius: 100px;
    width: 100%;
    height: 20vh;
}

.text-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#milestoneText {
    background-color: #3498db;
    color: #fff;
    border-radius: 100px;
}

#growthText {
    background-color: #2ecc71;
    color: #fff;
    border-radius: 100px;
}

#innovationsText {
    background-color: #e74c3c;
    color: #fff;
    border-radius: 100px;
}


/* Growth Flex CSS */

.mobH2,
.connectBoxLogo {
    display: none;
}

.deskH2 {
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.mobHand {
    display: none;
}

.flexOne,
.helloHand {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 2%;
}

.growthBtn {
    width: 48%;
}

.carouselSlide {
    width: 48%;
}

/* OWL Carousels */

.owl-SliderOne .owl-stage {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.owl-SliderTwo .owl-stage {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* Hello Everyone Div css */

.sectTwo {
    margin: 4% 0 -2% 0;
}

.helloDiv h2 {
    position: relative;
    top: 2vh;
    left: 8%;
}

.char {
    display: inline-block;
    transform: translateY(115px);
    transition: transform .5s;
}

.handImg {
    position: relative;
    top: -10vh;
}

.everyText {
    position: relative;
    top: -4vh;
    left: -2%;
}

.helloDiv h2,
.everyText h2 {
    font-size: 150px;
    line-height: 149px;
    text-transform: uppercase;
    color: #00bc87;
    font-weight: 400;
    font-family: "Archivo-Regular";
}

.everyText p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Archivo-Light";
    /* color: #c7c7c7; */
    position: relative;
}

.everyText p.active {
    color: #000000;
}

.text-section.active {
    color: #000;
    /* Dark black color */
}

.everyText h5 {
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
    font-family: "Archivo-Regular";
    margin-top: 2%;
}

/* .handImg {
    width: 20%;
}

.everyText {
    width: 80%;
} */

/* Section Three chat features */

.sectThree {
    background-image: url(./images/Shape\ 546.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 6% 0;
    padding: 6% 4%;
    overflow: hidden;
}

.leadNumFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 4%;
}

.leadNumbers {
    width: 65%;
}

.leadImage {
    width: 35%;
    margin-top: -12%;
}

.displayFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    align-content: space-around;
}

.SalesDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    gap: 20px;
    margin-bottom: 2%;
}

.leadingDiv h2 {
    width: 85%;
    font-size: 60px;
    line-height: 70px;
    color: #fffcec;
    font-weight: 700;
    font-family: "Archivo-SemiBold";
}

.titleNum h3 {
    font-size: 40px;
    line-height: 40px;
    color: #fffcec;
    font-weight: 800;
    font-family: "Archivo-Bold";
    padding-bottom: 2%;
}

.titleNum p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Archivo-Regular";
}

/* COnversion CSS */

.sectFour {
    padding: 0 0 6% 0;
    /* background-image: url(./images/conversion-shape.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto; */
    overflow: hidden;
}

.Xshape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0000;
    transform: translate(50%, 50%);
}

.conversionFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 6%;
    position: relative;
    z-index: 999;
}

.makingCustomer {
    position: relative;
    z-index: 999;
}

.conversionBox {
    border: 1px solid #58b485;
    border-radius: 20px;
    padding: 30px;
    width: 32%;
    height: 32vh;
}

.conversionBox h3 {
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    font-weight: 800;
    font-family: "Archivo-Bold";
    text-transform: uppercase;
}

.percent {
    font-size: 96px;
    line-height: 96px;
    /* color: #448D69; */
    font-weight: 800;
    font-family: "Archivo-Bold";
    background: linear-gradient(45deg, #004b39, #00bc87);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.conversionBox p {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    font-family: "Archivo-Regular";
}

.makingCustomer h2 {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    font-weight: 600;
    font-family: "Archivo-Bold";
}

.subTitle {
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    font-family: "Archivo-Regular";
    padding-top: 2%;
    position: relative;
    z-index: 9;
}

.convMakeDiv {
    position: relative;
}

.makingFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 3%;
}

.makeFlexOne {
    width: 48%;
}

.makeFlexTwo {
    width: 48%;
}

.makeFlexTwo img {
    max-width: 120%;
    position: relative;
    z-index: 9;
    right: 8%;
}

.makeFlexOne>ul>li>strong {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    font-family: "Archivo-Regular";
}

.makeFlexOne>ul>li {
    margin-top: 3%;
}

.makeFlexOne>ul>li>p {
    font-size: 20px;
    line-height: 30px;
    color: #3d3d3d;
    font-weight: 400;
    font-family: "Archivo-Regular";
}

.refreshedExotel {
    margin: 6% 0 0 0;
    padding: 4% 2.5%;
    border-radius: 15px;
    background-color: #fbf2d5;
    border: 1px solid #000000;
    box-shadow: -4px 5px 0px #000000;
}

.likeFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.refreshed {
    width: 60%;
}

.exotel {
    width: 30%;
}

.refreshed h3 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Archivo-Bold";
}

.refreshed p {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
    font-family: "Archivo-Light";
    padding-top: 2%;
}

/* Clieent video Testimonial */

.sectFive {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.clientTitle {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    font-weight: 600;
    font-family: "Archivo-Bold";
}

.owl-VideoSlide .owl-nav.disabled {
    display: block;
}

.owl-VideoSlide .owl-nav button.owl-next,
.owl-VideoSlide .owl-nav button.owl-prev,
.owl-VideoSlide button.owl-dot {
    padding: 10px !important;
}

.owl-VideoSlide .owl-prev {
    position: absolute;
    top: -60px;
    right: 40px;
    z-index: 1000;
    padding: 10px !important;
    border: 1px solid #333333 !important;
}

.owl-VideoSlide .owl-next {
    position: absolute;
    top: -60px;
    right: 0px;
    z-index: 1000;
    padding: 10px !important;
    border: 1px solid #333333 !important;
}

.owl-VideoSlide .owl-prev {
    left: auto;
    /* Ensure it's on the right side */
}

.videoClient {
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 15px;
}

.videoTestimonial {
    margin-top: 3%;
    position: relative;
}

.videoClient a,
.blogBox a {
    text-decoration: none;
}

.videoClient a:hover {
    color: #3fa3e5;
}

.videoClient p {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 500;
    font-family: "Archivo-Regular";
    padding-top: 3%;
    padding-bottom: 5%;
}

.videoClient img {
    border-radius: 10px;
}

/* House of Ai CSS */

.sectFive {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.houseText h2 {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    font-weight: 700;
    font-family: "Archivo-Bold";
}

.houseofAi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 6%;
}

.houseofFeatures {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
    margin-top: -6%;
}

.houseFlex {
    padding-top: 6%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 60px;
}

.houseBox {
    border: 1px solid #c7c7c7;
    padding: 4% 3%;
    width: 25%;
    height: auto;
}

.houseBox:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

.houseBox:nth-child(4) {
    border-left: 0px;
}

.houseBox p {
    padding-top: 6%;
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    font-family: "Archivo-Light";
}

.houseBox .hover-image {
    display: none;
    position: relative;
    top: 0;
    left: 0;
}

.houseBox:hover .hover-image {
    display: block;
}

.houseBox:hover img {
    display: none;
}

.houseBox:hover {
    cursor: pointer;
    background-color: #40a4e6;
}

.houseBox:hover img {
    filter: brightness(0) invert(1);
}

.houseBox:hover p {
    color: white;
}

.shapDiv {
    width: 40%;
}

.shapDiv img {
    position: relative;
    z-index: 0000;
    left: -53%;
    top: -10vh;
}

.houseText {
    width: 60%;
    position: relative;
    z-index: 9;
    top: 4vh;
    left: -7%;
}

.houselogo p {
    padding-top: 5%;
}

.houseofpara p,
.houselogo p {
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    font-weight: 400;
    font-family: "Archivo-Light";
}

.houseofpara p:nth-child(2) {
    padding-top: 3%;
}

/* Key House Elements */

.sectSix {
    margin: -4% 0 6% 0;
    overflow: hidden;
}

.keyHouse {
    /* background-image: url(./images/NewshapeHouse.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 4% 3% 2% 3%;
    position: relative;
    width: 100%;
}

/* .KeyImgHouse {
    position: absolute;
    right: 6.3%;
    max-width: 100%;
    height: 176vh;
    top: 874.5vh;
} */

.KeyImgHouse {
    position: absolute;
    right: 0;
    max-width: 100%;
    height: auto;
    top: 0;
    transform: translate(0px, 50px);

}

.keyHouse>h5 {
    font-size: 28px;
    line-height: 38px;
    color: #ffe008;
    font-weight: 500;
    font-family: "Archivo-Regular";
    text-align: center;
    position: relative;
    z-index: 99;
    top: 0;
    transform: translate(0px, 25px);
}

.keyHouse>h2 {
    font-size: 60px;
    line-height: 88px;
    text-transform: uppercase;
    color: #ffe008;
    font-weight: 700;
    font-family: "Archivo-Bold";
    text-align: center;
    position: relative;
    z-index: 999;
    top: 0;
    transform: translate(0px, 25px);
}

.KeyFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    right: -2%;
    z-index: 99;
    top: 0;
    transform: translate(0px, 30px);
}

.keyFlexOne {
    width: 33%;
    text-align: center;
}

.keyFlexOne img {
    right: 5%;
}

.keyNumHead {
    font-size: 50px;
    line-height: 50px;
    color: #ffe008;
    font-weight: 300;
    font-family: "Archivo-Thin";
    text-align: left;
    margin-top: 5%;
}

.keyTitleHead {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Archivo-Thin";
    text-align: left;
    margin-top: 3%;
}

.keyNumTwo {
    width: 50%;
    position: relative;
    top: 0;
    top: 0;
    transform: translate(0px, -8px);
}

.keyImage {
    width: 50%;
    position: relative;
    top: 0;
}

.keyNumPara {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Archivo-Thin";
    text-align: left;
    margin-top: 1%;
}

.keyFlexOne h4 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Archivo-Regular";
    text-align: left;
    margin-top: 5%;
}

.keyVirtualFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 999;
    top: 0;
    transform: translate(0px, 0px);
}

.keyLeftFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 48%;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
}

.keyRightFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 48%;
    position: relative;
    left: 0.5%;
}

.keyImage img {
    position: relative;
    top: 0;
    transform: translate(9px, 0px);
}

.keyNumTwo h5 {
    position: relative;
    top: 0;
    transform: translate(0px, -10px);
}

.keyRightFlex>.keyNumTwo h5 {
    position: relative;
    top: 13%;
    margin-top: -10%;
}

.keyRightFlex>.keyNumTwo h3 {
    position: relative;
    top: 15%;
}

.keyRightFlex>.keyNumTwo p {
    position: relative;
    top: 16%;
}

.keyRightFlex>.keyrtlImg img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(30px, -5px);
}

/* Section Seven Enhances Engagement css */

.sectSeven {
    /* margin: 0 0 6% 0; */
    overflow: hidden;
}

.custEngageFlex,
.EnhanceFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.AiTextFlex {
    width: 70%;
}

.AiImageFlex {
    width: 30%;
    text-align: right;
}

.exomindFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.exoOne,
.exoTwo,
.exoThree {
    display: none;
}

.Exoflex,
.exoAiFlex {
    border: 0px;
    border-radius: 24px;
    padding: 3%;
    background-color: #185c9d;
    height: 46vh;
    width: 50%;
}

.AiTextFlex h5 {
    font-size: 30px;
    line-height: 50px;
    color: #000000;
    font-weight: 500;
    font-family: "Archivo-Regular";
}

.AiTextFlex h2 {
    font-size: 60px;
    line-height: 70px;
    color: #00579f;
    font-weight: 700;
    font-family: "Archivo-Bold";
}

.enHancePara p,
.enHancePara ul>li {
    font-size: 24px;
    line-height: 38px;
    color: #3d3d3d;
    font-weight: 400;
    font-family: "Archivo-Regular";
}

.enHancePara p {
    padding-top: 10%;
}

.enHancePara ul,
.bankingDiv ul,
.makeFlexOne ul {
    padding-left: 5%;
    list-style-type: none;
}

.enHancePara ul>li,
.bankingDiv ul>li:before {
    text-indent: -40px;
}

.enHancePara ul>li:before,
.bankingDiv ul>li:before,
.makeFlexOne ul>li:before {
    content: "•";
    font-size: 50px;
    color: #3d3d3d;
    padding-right: 5px;
    vertical-align: bottom;
    margin-left: 10px;
}

.makeFlexOne ul>li:before {
    vertical-align: middle !important;
    margin-left: -25px;
}

.bankingDiv ul>li:before {
    margin-left: -35px !important;
}

/* Section Eight NEW Era CSS */

.sectEight {
    margin: 6% 0 6% 0;
    overflow: hidden;
}

.newEraDiv {
    background-image: url(./images/NewEraShape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 6%;
    /* height: 130vh; */
    position: relative;

}

.allEraText {
    position: relative;
    top: 0;
    transform: translate(2%, 15%);
}

.headNewEra {
    font-size: 35px;
    line-height: 40px;
    color: #defaf2;
    font-weight: 700;
    font-family: "Archivo-Bold";
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translate(30%, 0);
}

.newEraDiv h4 {
    font-size: 22px;
    line-height: 24px;
    color: #defaf2;
    font-weight: 600;
    font-family: "Archivo-Regular";
    position: relative;
    top: 10px;
    z-index: 99;
    transform: translate(30%, 0);
}

.newEraDiv h5 {
    font-size: 16px;
    line-height: 20px;
    color: #defaf2;
    font-weight: 500;
    font-family: "Archivo-Regular";
    position: relative;
    top: 15px;
    z-index: 99;
    transform: translate(30%, 0);
}

.newEraFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    top: 30px;
    z-index: 99;
    transform: translate(-0.3%, 0);
}

.newEraFlex p {
    font-size: 16px;
    line-height: 23px;
    color: #defaf2;
    font-weight: 300;
    font-family: "Archivo-Light";
}

.exotelBoxLogo {
    position: absolute;
    z-index: 91;
    top: 25%;
    transform: translate(0%, 0%);
    right: 6%;
}

.teamsBoxLogo {
    position: absolute;
    z-index: 90;
    left: 10.7%;
    transform: translate(0%, 0%);
    bottom: 23%;
}

.exotelVoiceLogo {
    position: absolute;
    bottom: 9%;
    z-index: 91;
    right: 20.3%;
    transform: translate(-1%, 0%);
}

.teamsExoArrow {
    position: relative;
    top: 0;
    left: 14.3%;
    z-index: 89;
    transform: translate(0%, -83%);
}

.voiceCallArrow {
    position: relative;
    top: 0;
    right: 0%;
    z-index: 90;
    transform: translate(17%, -70%);
}

/* Section Nine Personalized Banking CSS */

.sectNine {
    /* margin: 0 0 6% 0; */
    overflow: hidden;
}

.bankingDiv h2 {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    font-weight: 900;
    font-family: "Archivo-Bold";
}

.colorGreen {
    color: #1f4838;
}

.bankingDiv ul {
    padding-left: 3%;
}

.bankingDiv h4 {
    padding-top: 2%;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Archivo-Regular";
}

.bankingDiv {
    padding: 0 6%;
    position: relative;
    z-index: 99;
}

.bankingDiv img {
    margin: 4% 0;
    width: 100%;
}

.bankingDiv ul>li {
    font-size: 24px;
    line-height: 38px;
    color: #3d3d3d;
    font-weight: 400;
    font-family: "Archivo-Light";
}

.geoDiv {
    margin: 6% 0;
    padding: 0 6%;
    position: relative;
    z-index: 99;
}

.geoDiv h2 {
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 90px;
    color: #004b39;
    font-weight: 800;
    font-family: "Archivo-Bold";
}

.StarsBgImg img {
    position: absolute;
    top: 1452vh;
    right: -1%;
    max-width: 100%;
    z-index: 0;
}

/* .launchFlex span {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #fbf4d4;
    font-weight: 700;
    font-style: italic;
    font-family: "Archivo-Bold";
    background-image: url(./images/skewed-Rectangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 20px;
    margin-right: 20px;
} */

.launchFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 3%;
    align-items: center;
    position: relative;
    /* Add position relative for skewed boxes */
}

.launchFlex span {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #fbf4d4;
    font-weight: 700;
    font-style: italic;
    font-family: "Archivo-Bold";
    padding: 6px 18px;
    margin-right: 20px;
    position: relative;
}

.launchFlex span::before {
    content: "";
    /* Add empty content for pseudo-element */
    position: absolute;
    /* Position pseudo-element absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/skewed-Rectangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    /* Set z-index to push pseudo-element below content */
    transform: skewX(-20deg);
    /* Skew the pseudo-element */
}

.bankGeo {
    position: relative;
    width: 100%;
}

.geoExpand img {
    margin-top: 0%;
    height: 45px;
    width: auto;
}

.geoExpand p {
    padding-top: 2%;
    font-size: 28px;
    line-height: 43px;
    color: #000000;
    font-weight: 400;
    font-family: "Archivo-Light";
}

.backgroundStars {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(7%, 56%);
}

/* .StarsBgImg {
    position: relative;
} */

/* Section Ten Insights CSS */

.sectTen {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.insightsFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0px;
}

.leftInsight {
    background-image: url(./images/g2-Insightsbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    padding: 6% 4% 6% 6%;
    position: relative;
    z-index: 9999;
}

.rightInsight {
    background-color: #fefbed;
}

.leftInsight p {
    font-size: 36px;
    line-height: 50px;
    color: #defaf2;
    font-weight: 500;
    font-family: "Archivo-Regular";
    padding-bottom: 2%;
}

.colorBlue {
    color: #50a9d8;
}

.insightsImageFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px;
}

.insightsBox {
    padding: 20px;
    border: 1px solid #f3f6f4;
    width: 48%;
    background-color: #f3f6f4;
    border-radius: 15px;
    height: auto;
}

.insightsBox .stars p {
    font-size: 13px;
    line-height: 24px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: "Archivo-Light";
}

.insightsBox p {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: "Archivo-Light";
}

.stars {
    font-size: 24px;
    color: #1f4838;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.rightInsight {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    padding: 4%;
    gap: 10px;
    height: auto;
    position: relative;
    z-index: 999;
}

.InsightsAwrds {
    width: 22%;
}

.InsightsAwrds img {
    max-width: 100%;
}

/* Honerable Mentions CSS */

.sectEleven {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.honHeadTitle {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 75px;
    color: #004b39;
    font-weight: 700;
    font-family: "Archivo-Bold";
    margin-bottom: 3%;
}

.honerableBox {
    padding: 2.5%;
    border-radius: 15px;
    background-color: #f2f6f4;
    border: 1px solid #000000;
    height: auto;
}

.honerableBox:hover {
    background-color: #1f4838;
    cursor: pointer;
    color: #ffffff;
}

.honerableBox:hover p {
    color: white !important;
}

.honerableBox:hover img {
    filter: brightness(0) invert(1);
}

.boxHonor2:hover img,
.boxHonor5:hover img {
    filter: brightness(1) invert(0) !important;
}

.honerableBox img,
.honerableBox p {
    transition: color 0.3s ease;
}

.fontBold {
    font-weight: 700;
}

.honerableBox p {
    font-size: 20px;
    line-height: 33px;
    color: #004b39;
    font-weight: 300;
    font-family: "Archivo-Light";
    margin-top: 3%;
    text-wrap: pretty;
}

.honFirstDiv,
.honSecond,
.honThird {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 30px;
}

.honSecond {
    margin-top: 1.5%;
}

.honThird {
    margin-top: 1.5%;
}

.boxHonor1,
.boxHonor2 {
    width: 35%;
}

.boxHonor3 {
    width: 45%;
}

.boxHonor4 {
    width: 30%;
}

.boxHonor5 {
    width: 25%;
}

.boxHonor6,
.boxHonor7 {
    width: 40%;
}

/* Section Twele CSS Media Buzz */

.sectTwele {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.mediaBuzzbg {
    background-color: #faf2d5;
    padding: 4% 6%;
    border-radius: 20px;
}

.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for video thumbnail */
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    /* Adjust size of play button */
    height: 250px;
    /* Adjust size of play button */
    background: url('play-icon.png') no-repeat center center/50% 50%;
    /* Add your play icon image */
    cursor: pointer;
    /* You can add additional styles for the play button, like color, border, etc. */
}

.video-player {
    display: none;
    /* Hide the video player by default */
    width: 100%;
    height: 100%;
    /* Full height of container */
    position: absolute;
    top: 0;
    left: 0;
}

.videoTitle {
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    font-weight: 500;
    font-family: "Archivo-Regular";
    padding-top: 4%;
}

.videoPara {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 300;
    font-family: "Archivo-Light";
    padding-top: 2%;
}

.mediaFlexBox {
    display: flex;
    gap: 20px;
    margin-top: 2%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.mediaBoxes {
    background-color: #faf2d5;
    padding: 2%;
    border-radius: 20px;
    width: 32%;
    height: auto;
}

.mediaBoxes>a {
    text-decoration: none;
}

.mediaBoxes>a>p {
    font-size: 20px;
    line-height: 33px;
    color: #000000;
    font-weight: 300;
    font-family: "Archivo-Light";
}

.mediaBoxes:hover {
    background-color: #1f4838;
    cursor: pointer;
    color: #ffffff;
}

.mediaBoxes:hover p {
    color: #ffffff;
}

/* Section Thirteen CSS Back TO OFFICE */

.sectThirteen {
    margin: 0 0 6% 0;
    overflow: hidden;
    background-color: #59b585;
}

.backOfficeFlex {
    display: flex;
    background-color: #59b585;
    padding: 0% 6%;
    border-radius: 5px;
    gap: 30px;
}

.backOffText h3 {
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    font-weight: 700;
    font-family: "Archivo-Bold";
}

.backOffText p {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    font-family: "Archivo-Light";
    padding-top: 4%;
}

.backOffText {
    width: 50%;
    padding: 6% 0;
}

.backOwlSlider {
    width: 50%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

.verticalSlide {
    width: 50%;
}

.owl-MobileVertical {
    display: none !important;
}

/* .slider-container {
    width: 260px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.slider {
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    animation: slide 5s infinite linear;
}

.slide {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.slide:last-child {
    margin-bottom: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@keyframes slide {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
} */


.slider-container {
    display: flex;
    justify-content: space-between;
    flex: 1;
    height: 85vh;
    /* gap: 20px; */
}

.slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}

.slider-upward {
    animation: slideUp 7s infinite linear;
}

.slider-downward {
    animation: slideDown 7s infinite linear;
}

.slide {
    width: 85%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.slide:last-child {
    margin-bottom: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@keyframes slideUp {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

@keyframes slideDown {
    100% {
        top: 0;
    }

    0% {
        top: -100%;
    }
}



/* Section Fourteen GEN AI Hackathon CSS */

.sectFourteen {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.genHackFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
    padding: 0 6%;
}

.genHackOne p,
.genEndPara {
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    font-family: "Archivo-Light";
}

.genHackOne h5 {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Archivo-Regular";
}

.genEndPara {
    padding: 0 6%;
}

.runnerUp {
    margin-top: 2%;
    font-size: 24px;
    line-height: 38px;
    color: #004b39 !important;
    font-weight: 400;
    font-family: "Archivo-Light";
    padding: 3% 0;
    border-top: 1px solid #c7c7c7;
}

.genEndPara {
    /* padding-top: 2%; */
}

.playHack {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    /* Adjust size of play button */
    height: 250px;
    /* Adjust size of play button */
    background: url('play-icon.png') no-repeat center center/50% 50%;
    /* Add your play icon image */
    cursor: pointer;
    /* You can add additional styles for the play button, like color, border, etc. */
}

.videoHackPlayer {
    display: none;
    /* Hide the video player by default */
    width: 100%;
    height: 100%;
    /* Full height of container */
    position: absolute;
    top: 0;
    left: 0;
}

.genHackTwo .video-section {
    margin-top: 2%;
}

.genHackImgOne {
    max-width: 100%;
    height: 450px;
}

.videoBox {
    padding: 6%;
    background-color: #004b39;
    border-radius: 20px;
    width: 95%;
    margin: auto;
    position: relative;
    top: -4vh;
}

.videoBox p {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Archivo-Light";
}

/* Blogs Section Fifteen CSS */

.sectFifteen {
    margin: 0 0 6% 0;
    overflow: hidden;
}

.owl-blogsExo .owl-nav.disabled {
    display: block;
}

.owl-blogsExo .owl-item img {
    border-radius: 10px;
}

.owl-blogsExo .owl-nav button.owl-next,
.owl-blogsExo .owl-nav button.owl-prev,
.owl-blogsExo button.owl-dot {
    padding: 10px !important;
}

.owl-blogsExo .owl-prev {
    position: absolute;
    top: -50px;
    right: 40px;
    z-index: 1000;
    padding: 10px !important;
    border: 1px solid #333333 !important;
}

.owl-blogsExo .owl-next {
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 1000;
    padding: 10px !important;
    border: 1px solid #333333 !important;
}

.owl-blogsExo .owl-prev {
    left: auto;
    /* Ensure it's on the right side */
}

.blogBox p {
    padding-top: 5%;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 500;
    font-family: "Archivo-Light";
}

/* Footer section */

.sectFooter {
    margin: 0;
    overflow: hidden;
    height: 80%;
    margin-bottom: 6%;
}

.footerImg {
    background-image: url(./images/exotelFooterBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6%;
    height: 62vh;
}

.footerImg img {
    position: relative;
    top: -14%;
    left: 12%;
}

.footerImg h4 {
    font-size: 36px;
    line-height: 45px;
    color: #fbf4d4;
    font-weight: 500;
    font-style: italic;
    font-family: "Archivo-Regular";
    position: relative;
    left: 12%;
    padding-top: 1%;
}

.footerImg h3 {
    font-size: 36px;
    line-height: 45px;
    color: #fbf4d4;
    font-weight: 700;
    font-style: italic;
    font-family: "Archivo-Bold";
    text-align: left;
    position: relative;
    left: 12%;
    top: 8%;
}


/* Text Typing animation */


@media only screen and (max-width: 1280px) {
    .new-container {
        width: 1080px;
    }

    .helloDiv h2,
    .everyText h2 {
        font-size: 126px;
        line-height: 126px;
    }

    .helloDiv h2 {
        position: relative;
        top: 10vh;
        left: 12%;
    }

    .animated-text br {
        display: none;
    }

    .sectTwo {
        margin: 0;
        overflow: hidden;
    }

    .flexOne,
    .helloHand {
        margin-bottom: 0;
    }

    .leadingDiv h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .leadImage img {
        width: 100%;
        position: relative;
        top: 15%;
    }

    .keyHouse {
        padding: 4% 3% 0% 3%;
    }

    /* .KeyImgHouse {
        right: 7%;
        max-width: 86%;
        height: 223vh;
        top: 964vh;
    } */

    .keyImage img {
        position: relative;
        top: 0;
        transform: translate(15px, -8px);
        max-width: 94%;
    }

    .keyNumPara br {
        display: none;
    }

    .titleNum h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .sectEight {
        margin: 0;
    }

    .everyText p {
        font-size: 22px;
        line-height: 36px;
        width: 70%;
    }

    .leadImage {
        margin-top: -12%;
    }

    .conversionBox p {
        font-size: 17px;
        line-height: 30px;
    }

    .conversionBox h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .percent {
        font-size: 90px;
        line-height: 100px;
    }

    .insightsBox {
        height: 24vh;
    }

    .insightsBox p {
        font-size: 14px;
        line-height: 20px;
    }

    .bankingDiv h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .bankingDiv ul>li {
        font-size: 18px;
        line-height: 26px;
    }

    .backgroundStars {
        transform: translate(9%, 70%);
        max-width: 100%;
    }

    .newEraDiv {
        height: 135vh;
    }

    .allEraText {
        transform: translate(2%, 30%);
    }

    .headNewEra {
        font-size: 32px;
        line-height: 36px;
        /* top: 12%; */
    }

    .newEraDiv h4 {
        font-size: 20px;
        line-height: 20px;
        /* top: 14%; */
    }

    .newEraDiv h5 {
        font-size: 14px;
        line-height: 18px;
        /* top: 16%; */
    }

    .newEraFlex {
        /* top: 18%; */
        left: 0.3%;
    }

    .teamsBoxLogo {
        max-width: 13.5%;
        bottom: 27%;
    }

    .exotelVoiceLogo {
        max-width: 14%;
        bottom: 14%;
        right: 20.1%;
    }

    .exotelBoxLogo {
        top: 28%;
        max-width: 15%;
        right: 5.5%;
    }

    .teamsExoArrow {
        top: 8%;
        left: 17.5%;
        max-width: 66%;
    }

    .voiceCallArrow {
        top: 10%;
        left: 4%;
        max-width: 12%;
    }

    .keyTitleHead {
        font-size: 26px;
        line-height: 30px;
    }

    .keyHouse>h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .houseBox {
        height: 60vh;
    }

    .houseText h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .houseofpara p,
    .houselogo p {
        font-size: 18px;
        line-height: 30px;
    }

    .videoClient p {
        font-size: 18px;
        line-height: 26px;
    }

    .clientTitle {
        font-size: 50px;
        line-height: 60px;
    }

    .videoClient {
        height: 55vh;
    }

    .refreshed p {
        font-size: 18px;
        line-height: 26px;
    }

    .refreshed h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .makeFlexOne>ul>li>p {
        font-size: 18px;
        line-height: 26px;
    }

    .subTitle {
        font-size: 20px;
        line-height: 28px;
    }

    header {
        padding: 2% 6% 1.5% 6%;
    }

    .yearReflectDiv>h1 {
        font-size: 100px;
        line-height: 100px;
    }

    #myButton {
        font-size: 50px;
        line-height: 60px;
    }

    .carouselSlide {
        margin-bottom: 20px;
    }

    /* .keyImage img {
        top: 35%;
    } */

    .keyRightFlex>.keyrtlImg img {
        top: 0;
        transform: translate(30px, -10px);
        max-width: 94%;
    }

    .Exoflex,
    .exoAiFlex {
        height: 52vh;
        margin-top: 1%;
        width: 50%;
    }

    .Xshape {
        right: 0;
        top: 0;
        max-width: 100%;
        transform: translate(60%, 40%);
    }

    .makingCustomer h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .conversionBox {
        height: 40vh;
    }

    .shapDiv img {
        left: -48%;
        top: -14vh;
        max-width: 145%;
    }

    .houseBox p {
        font-size: 18px;
        line-height: 26px;
    }

    .keyNumPara {
        margin-top: 3%;
        font-size: 16px;
        line-height: 26px;
    }

    .keyNumHead {
        font-size: 42px;
        line-height: 48px;
    }

    .keyHouse>h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .newEraFlex p {
        font-size: 14px;
        line-height: 18px;
    }

    .geoDiv h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .StarsBgImg img {
        position: absolute;
        top: 1649vh;
        right: 0%;
        max-width: 91%;
    }

    .geoExpand p {
        font-size: 22px;
        line-height: 32px;
    }

    .leftInsight p {
        font-size: 32px;
        line-height: 42px;
    }

    .insightsBox>p {
        font-size: 14px;
        line-height: 18px;
    }

    .rightInsight {
        height: auto;
    }

    .honerableBox p {
        font-size: 18px;
        line-height: 26px;
    }

    .honerableBox {
        height: 36vh;
    }

    .footerImg h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .footerImg h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .blogBox p {
        font-size: 18px;
        line-height: 26px;
    }

    .footerImg {
        height: 66vh;
    }

    .honHeadTitle {
        font-size: 50px;
        line-height: 54px;
    }

    .genHackOne p,
    .genEndPara {
        font-size: 18px;
        line-height: 28px;
    }

    .genHackOne h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .backOffText p {
        font-size: 18px;
        line-height: 26px;
    }

    .backOffText h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .mediaBoxes {
        height: 32vh;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1390px) {
    .honerableBox {
        height: auto;
    }

    .allEraText {
        transform: translate(2%, 30%);
    }

    .exotelBoxLogo {
        top: 29%;
    }

    .teamsBoxLogo {
        left: 10.2%;
        bottom: 28%;
    }

    .exotelVoiceLogo {
        bottom: 16%;
        right: 20%;
        transform: translate(-1%, 0%);
    }

    .teamsExoArrow {
        transform: translate(0%, -56%);
    }

    .voiceCallArrow {
        transform: translate(17%, -35%);
    }

    .insightsBox {
        height: auto;
    }

    .rightInsight {
        height: 123vh;
    }

    .newEraDiv {
        height: 117vh;
    }

    .Exoflex,
    .exoAiFlex {
        height: 50vh;
        width: 50%;
    }

    .houseBox {
        height: 48vh;
    }

    .mediaBoxes {
        height: auto;
    }

    .footerImg {
        height: 54vh;
    }

    .Xshape {
        right: -22%;
        top: 360vh;
    }

    .conversionBox {
        height: auto;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 1921px) {
    .rightInsight {
        height: 130.5vh;
    }

    .slider-container {
        height: 80vh;
    }

    header {
        padding: 3% 6% 2.3% 6%;
    }

    .StarsBgImg img {
        top: 1450vh;
    }

    .houseBox {
        height: 45vh;
    }

    /* .KeyImgHouse {
        position: absolute;
        right: 8.5%;
        max-width: 100%;
        height: 174vh;
        top: 872.5vh;
    } */

    .keyFlexOne img {
        position: relative;
        left: -6%;
    }

    /* .keyRightFlex>.keyrtlImg img {
        top: 7%;
        left: 9%;
    } */

    .Xshape {
        transform: translate(50%, 80%);
    }

    .exotelBoxLogo {
        right: 6.5%;
    }

    /* .exotelVoiceLogo {
        right: 19.5%;
    } */

    .teamsBoxLogo {
        left: 10.7%;
    }

    .teamsExoArrow {
        left: 14.3%;
        transform: translate(0%, -86%);
    }

    .Exoflex,
    .exoAiFlex {
        height: 50vh;
    }

    .insightsBox {
        height: 22vh;
    }

    .honerableBox {
        height: 31vh;
    }

    .mediaBoxes {
        height: 26vh;
    }

    .footerImg {
        height: 61vh;
    }

    .sectFooter {
        margin: 0 0 6% 0;
        height: 74%;
    }
}

@media screen and (min-width: 1922px) {

    .new-container,
    .mac-container,
    .full-container {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0;
    }

    #myButton {
        height: 12vh;
        font-size: 65px;
    }

    .slider-container {
        height: 50vh;
    }

    .footerImg {
        height: auto;
    }

    .sectFooter {
        height: 66%;
    }
}

/* --------------  MObile Responsivess Starts -------------------- */

@media only screen and (max-width: 768px) {
    header {
        justify-content: center;
    }

    .siteLogo {
        text-align: center;
        margin-top: 20px;
    }

    #logo {
        max-width: 50%;
    }

    .yearReflectDiv>h1 {
        text-align: center;
        font-size: 34px;
        line-height: 36px;
        padding-top: 10px;
    }

    .yearReflectDiv>p {
        font-size: 24px;
        line-height: 24px;
    }

    .flexOne,
    .helloHand {
        flex-direction: column;
        text-align: center;
    }

    .growthDiv {
        margin-top: -20px;
    }

    .growthBtn {
        width: 100%;
    }

    #myButton {
        font-size: 26px;
        line-height: 34px;
        padding: 20px 70px;
        width: 70%;
        height: 8vh;
    }

    .carouselSlide {
        width: 100%;
        margin-top: 10px;
    }

    .yearReflectDiv {
        padding: 6% 6%;
        text-align: center;
    }

    .new-container {
        width: 90%;
    }

    .helloDiv {
        margin-top: 20px;
    }

    .helloDiv h2 {
        position: relative;
        top: 30px;
        left: 0;
        font-size: 60px;
        line-height: 60px;
        font-weight: 500;
        text-align: center;
    }

    .everyText h2 {
        display: none;
    }

    .handImg {
        position: relative;
        top: 0;
        transform: translate(0px, 20px);
    }

    .mobH2 {
        display: block;
    }

    .deskH2 {
        display: none;
    }

    .everyText {
        position: relative;
        top: 0;
        left: 0;
    }

    .everyText p {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }

    .everyText h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .sectTwo {
        margin: 0 0 50px 0;
    }

    .leadingDiv h2 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
        letter-spacing: 0px;
    }

    .leadNumFlex {
        flex-direction: column;
        padding-bottom: 50px;
        margin-top: 25px;
    }

    .leadNumbers,
    .leadImage {
        width: 100%;
    }

    .leadImage img {
        display: none;
    }

    .displayFlex {
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }

    .iconDiv img {
        max-width: 70px;
    }

    .titleNum h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .titleNum p {
        font-size: 18px;
        line-height: 28px;
    }

    .SalesDiv {
        gap: 15px;
        margin-bottom: 8%;
        width: 100%;
    }

    .conversionFlex {
        gap: 15px;
        align-items: stretch;
    }

    .conversionBox {
        height: auto;
        width: 46%;
        padding: 15px;
        text-align: left;
    }

    .conversionBox h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .percent {
        font-size: 40px;
        line-height: 55px;
    }

    .conversionBox p {
        font-size: 16px;
        line-height: 22px;
    }

    .Xshape {
        transform: translate(60%, 110%);
    }

    .makingCustomer h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .subTitle {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .makingFlex {
        flex-direction: column-reverse;
        gap: 0px;
    }

    .makeFlexOne,
    .makeFlexTwo {
        width: 100%;
    }

    .makeFlexOne>ul>li>strong {
        font-size: 22px;
        line-height: 30px;
    }

    .makeFlexOne>ul>li>p {
        font-size: 16px;
        line-height: 22px;
    }

    .enHancePara p br {
        display: none;
    }

    .enHancePara ul>li:before {
        font-size: 35px;
    }

    .likeFlex {
        flex-direction: column-reverse;
    }

    .refreshed {
        width: 100%;
    }

    .exotel {
        width: 100%;
        margin-top: 15px;
    }

    .exotel img {
        padding-bottom: 25px;
        max-width: 40%;
    }

    .refreshed h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .sectFour,
    .sectFive,
    .sectSix {
        padding: 0 0 60px 0;
    }

    .sectFour {
        margin-top: 50px;
    }

    .makingCustomer {
        margin-top: 50px;
    }

    .refreshedExotel {
        margin: 50px 0 0 0;
        padding: 4% 4.5%;
    }

    .clientTitle {
        font-size: 30px;
        line-height: 40px;
    }

    .videoTestimonial {
        margin-top: 20%;
    }

    .owl-VideoSlide .owl-nav {
        display: block;
    }

    .videoClient {
        height: auto;
    }

    .sectFive {
        padding: 0 0 20px 0;
    }

    .houseofAi {
        flex-direction: column;
        position: relative;
        margin-top: 50px;
    }

    .shapDiv img {
        left: -113%;
        top: -12vh;
        max-width: 145%;
    }

    .houselogo img {
        max-width: 50%;
    }

    .houseText h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .houseFlex {
        flex-direction: column;
        gap: 10px;
    }

    .shapDiv {
        width: 60%;
        position: absolute;
        left: -5px;
        top: 10%;
    }

    .houseText {
        top: 0vh;
        left: 0%;
        width: 100%;
    }

    .geoExpand p {
        font-size: 20px;
        line-height: 28px;
    }

    .houseofFeatures {
        flex-direction: row;
        margin-top: 30px;
        align-items: stretch;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .houseBox {
        width: 48%;
        height: auto;
        border: 1px solid #c7c7c7 !important;
    }

    .houseBox img {
        max-width: 35%;
    }

    .houseBox p {
        font-size: 16px;
        line-height: 24px;
    }

    .keyHouse>h5 {
        font-size: 18px;
        line-height: 30px;
        color: #000000;
        font-weight: 500;
    }

    .keyHouse>h2 {
        font-size: 40px;
        line-height: 50px;
        color: #000000;
    }

    .keyTitleHead {
        font-size: 30px;
        line-height: 40px;
    }

    .exomindFlex {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 10px;
    }

    .Exoflex,
    .exoAiFlex {
        height: auto;
        width: 100%;
        padding-bottom: 40px;
    }

    .keyHouse {
        padding: 0% 3% 10% 3%;
    }

    .KeyImgHouse,
    .KeyFlex,
    .keyVirtualFlex {
        display: none;
    }

    .exoOne,
    .exoTwo,
    .exoThree {
        display: block;
        padding-bottom: 50px;
        padding-left: 20px;
    }

    .Exoflex h4 {
        font-size: 20px;
        line-height: 40px;
        color: #ffffff;
        font-family: 'Archivo-Regular';
        font-weight: 600;
        text-transform: uppercase;
    }

    .Exoflex h6 {
        color: #ffffff;
        font-size: 14px;
        line-height: 28px;
        font-family: 'Archivo-Regular';
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .exoOne span {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        font-family: 'Archivo-Bold';
        background-color: #fcdb35;
        padding: 14px 34px;
        border-radius: 30px;
        margin: 20px 0;
    }

    .sectSix {
        padding: 0 0 40px 0;
    }

    .custEngageFlex {
        flex-direction: column-reverse;
    }

    .AiTextFlex {
        width: 100%;
    }

    .AiTextFlex h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }

    .AiTextFlex h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .AiImageFlex {
        width: 100%;
        text-align: left;
    }

    .AiImageFlex img {
        max-width: 50%;
    }

    .enHanceImg {
        width: 100%;
    }

    .EnhanceFlex {
        flex-direction: column-reverse;
    }

    .enHanceImg img {
        max-width: 100%;
        margin-top: 30px;
    }

    .enHancePara p {
        font-size: 22px;
        line-height: 32px;
        padding-top: 10px;
    }

    .enHancePara ul>li br {
        display: none;
    }

    .enHancePara ul>li {
        font-size: 18px;
        line-height: 28px;
        text-indent: -30px;
        padding-bottom: 8px;
    }

    .enHancePara ul {
        margin-top: 10px;
    }

    .bankingDiv ul>li:before {
        font-size: 35px;
    }

    .sectNine {
        margin-top: 40px;
    }

    .bankingDiv {
        padding: 0;
    }

    .bankingDiv h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bankingDiv h2 br {
        display: none;
    }

    .bankingDiv h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .bankingDiv ul>li:before {
        margin-left: -26px !important;
    }

    .bankingDiv ul>li {
        padding-bottom: 10px;
    }

    .bankingDiv ul {
        padding-left: 8%;
    }

    .geoExpand img {
        height: 30px;
    }

    .geoDiv {
        margin: 40px 0;
    }

    .geoDiv h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .launchFlex {
        margin-top: 30px;
    }

    .launchFlex span {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
    }

    .backgroundStars {
        transform: translate(28%, 58%);
        max-width: 900px;
    }

    .sectTen {
        margin-top: 20px;
    }

    .insightsFlex {
        flex-direction: column;
        align-items: stretch;
    }

    .leftInsight {
        width: 100%;
        padding: 60px 20px;
    }

    .rightInsight {
        height: auto;
        width: 100%;
        padding: 40px 20px;
    }

    .leftInsight p {
        font-size: 30px;
        line-height: 40px;
    }

    .insightsImageFlex {
        align-items: stretch;
        padding-top: 10px;
    }

    .insightsBox {
        height: auto;
        width: 100%;
    }

    .insightsBox p {
        font-size: 16px;
        line-height: 26px;
    }

    .InsightsAwrds {
        width: 31%;
    }

    .sectEleven {
        margin-top: 50px;
    }

    .honHeadTitle {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .honFirstDiv,
    .honSecond,
    .honThird {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .honerableBox {
        height: auto;
        padding: 20px;
    }

    .boxHonor1,
    .boxHonor2,
    .boxHonor3,
    .boxHonor4,
    .boxHonor5,
    .boxHonor6,
    .boxHonor7 {
        width: 100%;
    }

    .honSecond,
    .honThird {
        margin-top: 15px;
    }

    .sectTwele {
        margin-top: 60px;
    }

    .mediaBuzzbg {
        padding: 10% 6% 4% 6%;
    }

    .videoTitle {
        font-size: 30px;
        line-height: 40px;
        padding-top: 30px;
    }

    .videoTitle br {
        display: none;
    }

    .videoPara {
        font-size: 18px;
        line-height: 28px;
    }

    .mediaFlexBox {
        align-content: stretch;
        flex-direction: column;
        margin-top: 15px;
        gap: 15px;
    }

    .mediaBoxes {
        height: auto;
        width: 100%;
        padding: 5% 6%
    }

    .sectThirteen {
        margin-top: 60px;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .backOfficeFlex {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .backOffText {
        width: 100%;
    }

    .backOwlSlider {
        width: 100%;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .owl-MobileVertical {
        display: block !important;
        margin-top: -20px;
    }

    .slider-container {
        display: none;
    }

    .owl-MobileVertical .owl-item img {
        display: block;
        height: 200px;
        object-fit: cover;
    }

    .backOffText h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .backOffText p {
        font-size: 16px;
        line-height: 26px;
    }

    .genHackFlex {
        flex-direction: column;
        padding: 0;
    }

    .genHackOne h5 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .genHackImgOne {
        height: auto;
    }

    .genHackTwo .video-section {
        margin-top: 30px;
    }

    .sectFifteen {
        margin: 50px 0 50px 0;
    }

    .sectFooter {
        height: 40%;
        position: relative;
    }

    .footerImg {
        background-image: url(./images/mobileFooterShape.png);
        height: auto;
        position: absolute;
        transform: translate(20px, 10px);
        right: 40px;
        top: 0;
        padding: 30px 20px;
    }

    .footerImg img {
        position: relative;
        top: 0%;
        left: 15%;
        max-width: 30%;
        margin-bottom: 10px;
    }

    .footerImg h4 {
        font-size: 18px;
        line-height: 22px;
        width: 90%;
        padding-top: 2%;
    }

    .footerImg h3 {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
    }

    .newEraDiv {
        height: auto;
        background-image: none;
        background-color: #58b485;
        /* border: 20px solid #1f4838; */
        /* border-radius: 30px; */
        /* margin-top: 40px; */
        padding: 0;
    }

    .sectEight {
        background-color: #58b485;
        padding: 20px 0 70px 0;
        margin-top: 40px;
    }

    .mediaBoxes>a>p {
        text-wrap: pretty;
    }

    .deskHand {
        display: none;
    }

    .mobHand {
        display: block;
    }

    .headNewEra {
        font-size: 26px;
        line-height: 34px;
        top: 0;
        transform: translate(0, -50px);
    }

    .newEraDiv h4 {
        font-size: 20px;
        line-height: 24px;
        top: 0;
        transform: translate(0, -45px);
        width: 86%;
    }

    .newEraDiv h5 br {
        display: none;
    }

    .newEraDiv h5 {
        transform: translate(0, -55px);
        font-size: 18px;
        line-height: 25px;
        width: 100%;
    }

    .allEraText {
        transform: translate(2%, 15%);
    }

    .newEraFlex br {
        display: none;
    }

    .newEraFlex p {
        font-size: 18px;
        line-height: 25px;
    }

    .newEraFlex {
        flex-direction: column;
        top: 0;
        left: 0;
        transform: translate(0, -32px);
        width: 100%;
        gap: 5px;
    }

    .exotelBoxLogo,
    .teamsBoxLogo,
    .exotelVoiceLogo {
        display: none;
    }

    .voiceCallArrow {
        max-width: 18%;
        transform: translate(0, 180%);
    }

    .teamsExoArrow {
        display: none;
    }

    .connectBoxLogo {
        display: block;
        max-width: 95%;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(0, 80px);
    }

    .makeFlexTwo img {
        max-width: 100%;
        right: 5%;
    }

    .makeFlexTwo {
        margin-top: -20px;
    }

    .makingCustomer h2 br,
    .subTitle br {
        display: none;
    }

    .makeFlexOne ul {
        padding-left: 6%;
    }

    .makeFlexOne ul>li:before {
        font-size: 35px;
    }

}

/* --------------  MObile Responsivess Ends ---------------------- */

/* --------------  Tablet Responsivess Ends ---------------------- */

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    header {
        justify-content: center;
    }

    .siteLogo {
        text-align: center;
    }

    .logo {
        max-width: 75%;
    }

    .yearReflectDiv>h1 {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        padding-top: 10px;
    }

    .yearReflectDiv>p {
        font-size: 24px;
        line-height: 24px;
    }

    .flexOne,
    .helloHand {
        flex-direction: column;
        text-align: center;
    }

    .growthBtn {
        width: 100%;
    }

    #myButton {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 70px;
        width: 70%;
        height: 10vh;
    }

    .carouselSlide {
        width: 100%;
    }

    .yearReflectDiv {
        padding: 3% 6%;
        text-align: center;
    }

    .new-container {
        width: 90%;
    }

    .helloDiv h2 {
        position: relative;
        top: 30px;
        left: 0;
        font-size: 60px;
        line-height: 60px;
        font-weight: 500;
        text-align: center;
    }

    .everyText h2 {
        display: none;
    }

    .handImg {
        position: relative;
        top: 0;
        transform: translate(0px, 20px);
    }

    .mobH2 {
        display: block;
    }

    .deskH2 {
        display: none;
    }

    .everyText {
        position: relative;
        top: 0;
        left: 0;
    }

    .everyText p {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
    }

    .everyText h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .sectTwo {
        margin: 0 0 50px 0;
    }

    .leadingDiv h2 {
        font-size: 28px;
        line-height: 40px;
        width: 100%;
    }

    .leadNumFlex {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .leadNumbers,
    .leadImage {
        width: 100%;
    }

    .leadImage img {
        display: none;
    }

    .displayFlex {
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }

    .iconDiv img {
        max-width: 50px;
    }

    .titleNum h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .titleNum p {
        font-size: 16px;
        line-height: 22px;
    }

    .SalesDiv {
        gap: 15px;
        margin-bottom: 5%;
        width: 100%;
    }

    .connectBoxLogo {
        transform: translate(0, 160px);
    }

    .footerImg {
        height: auto;
        position: relative;
        transform: translate(120px, 10px);
        right: 0px;
        top: 0;
        padding: 30px 20px;
        max-width: 65%;
    }

    .conversionFlex {
        gap: 15px;
        align-items: stretch;
    }

    .conversionBox {
        height: auto;
        width: 46%;
        padding: 20px;
        text-align: left;
    }

    .conversionBox h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .percent {
        font-size: 40px;
        line-height: 60px;
    }

    .conversionBox p {
        font-size: 14px;
        line-height: 22px;
    }

    .Xshape {
        transform: translate(60%, 110%);
    }

    .makingCustomer h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .subTitle {
        font-size: 18px;
        line-height: 28px;
    }

    .makingFlex {
        flex-direction: column-reverse;
        gap: 0px;
    }

    .makeFlexOne,
    .makeFlexTwo {
        width: 100%;
    }

    .makeFlexOne>ul>li>strong {
        font-size: 22px;
        line-height: 30px;
    }

    .makeFlexOne>ul>li>p {
        font-size: 16px;
        line-height: 22px;
    }

    .likeFlex {
        flex-direction: column-reverse;
    }

    .refreshed {
        width: 100%;
    }

    .exotel {
        width: 100%;
    }

    .exotel img {
        padding-bottom: 25px;
        max-width: 50%;
    }

    .refreshed h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .sectFour,
    .sectFive,
    .sectSix {
        padding: 0 0 60px 0;
    }

    .clientTitle {
        font-size: 30px;
        line-height: 40px;
    }

    .owl-VideoSlide .owl-nav {
        display: none;
    }

    .videoClient {
        height: auto;
    }

    .houseofAi {
        flex-direction: column;
        position: relative;
    }

    .houseFlex {
        flex-direction: column;
        gap: 30px;
    }

    .shapDiv {
        width: 60%;
        position: absolute;
        left: -5px;
        top: 10%;
    }

    .houseText {
        top: 0vh;
        left: 0%;
        width: 100%;
    }

    .houseofFeatures {
        flex-direction: row;
        margin-top: 30px;
        align-items: stretch;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .houseBox {
        width: 48%;
        height: auto;
        border: 1px solid #c7c7c7 !important;
    }

    .houseBox img {
        max-width: 35%;
    }

    .houseBox p {
        font-size: 16px;
        line-height: 24px;
    }

    .keyHouse>h5 {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
    }

    .keyHouse>h2 {
        font-size: 40px;
        line-height: 60px;
        color: #000000;
    }

    .exomindFlex {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .Exoflex,
    .exoAiFlex {
        height: auto;
        width: 100%;
    }

    .keyHouse {
        padding: 0% 3% 10% 3%;
    }

    .KeyImgHouse,
    .KeyFlex,
    .keyVirtualFlex {
        display: none;
    }

    .exoOne,
    .exoTwo,
    .exoThree {
        display: block;
        padding-bottom: 30px;
    }

    .Exoflex h4 {
        font-size: 20px;
        line-height: 40px;
        color: #ffffff;
        font-family: 'Archivo-Regular';
        font-weight: 600;
        text-transform: uppercase;
    }

    .Exoflex h6 {
        color: #ffffff;
        font-size: 14px;
        line-height: 28px;
        font-family: 'Archivo-Regular';
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .exoOne span {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        font-family: 'Archivo-Bold';
        background-color: #fcdb35;
        padding: 10px 20px;
        border-radius: 20px;
        margin: 20px 0;
    }

    .custEngageFlex {
        flex-direction: column-reverse;
    }

    .AiTextFlex {
        width: 100%;
    }

    .AiTextFlex h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }

    .AiTextFlex h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .AiImageFlex {
        width: 100%;
        text-align: left;
    }

    .AiImageFlex img {
        max-width: 50%;
    }

    .enHanceImg {
        width: 100%;
    }

    .EnhanceFlex {
        flex-direction: column-reverse;
    }

    .enHanceImg img {
        max-width: 100%;
        margin-top: 30px;
    }

    .enHancePara p {
        font-size: 22px;
        line-height: 32px;
    }

    .enHancePara ul>li {
        font-size: 16px;
        line-height: 28px;
    }

    .bankingDiv {
        padding: 0;
    }

    .bankingDiv h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bankingDiv h2 br {
        display: none;
    }

    .bankingDiv h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .bankingDiv ul {
        padding-left: 12%;
    }

    .geoDiv h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .launchFlex span {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .backgroundStars {
        transform: translate(28%, 58%);
        max-width: 900px;
    }

    .insightsFlex {
        flex-direction: column;
        align-items: stretch;
    }

    .leftInsight {
        width: 100%;
    }

    .rightInsight {
        height: auto;
        width: 100%;
    }

    .leftInsight p {
        font-size: 30px;
        line-height: 40px;
    }

    .insightsImageFlex {
        align-items: stretch;
    }

    .insightsBox {
        height: auto;
        width: 100%;
    }

    .insightsBox p {
        font-size: 16px;
        line-height: 26px;
    }

    .InsightsAwrds {
        width: 31%;
    }

    .honHeadTitle {
        font-size: 30px;
        line-height: 40px;
    }

    .honFirstDiv,
    .honSecond,
    .honThird {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .honerableBox {
        height: auto;
    }

    .boxHonor1,
    .boxHonor2,
    .boxHonor3,
    .boxHonor4,
    .boxHonor5,
    .boxHonor6,
    .boxHonor7 {
        width: 100%;
    }

    .honSecond,
    .honThird {
        margin-top: 20px;
    }

    .videoTitle {
        font-size: 30px;
        line-height: 40px;
    }

    .videoPara {
        font-size: 18px;
        line-height: 28px;
    }

    .mediaFlexBox {
        align-content: stretch;
        flex-direction: column;
    }

    .mediaBoxes {
        height: auto;
        width: 100%;
        padding: 5% 6%
    }

    .backOfficeFlex {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .backOffText {
        width: 100%;
    }

    .backOwlSlider {
        width: 100%;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .owl-MobileVertical {
        display: block;
    }

    .slider-container {
        display: none;
    }

    .owl-MobileVertical .owl-item img {
        display: block;
        height: 200px;
        object-fit: cover;
    }

    .backOffText h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .backOffText p {
        font-size: 16px;
        line-height: 26px;
    }

    .genHackFlex {
        flex-direction: column;
        padding: 0;
    }

    .genHackOne h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .genHackTwo .video-section {
        margin-top: 30px;
    }

    .sectFooter {
        height: 40%;
    }

    .footerImg {
        background-image: url(./images/mobileFooterShape.png);
        height: 28vh;
    }

    .footerImg img {
        position: relative;
        top: 0%;
        left: 15%;
        max-width: 30%;
        margin-bottom: 10px;
    }

    .footerImg h4 {
        font-size: 18px;
        line-height: 22px;
        width: 90%;
        padding-top: 2%;
    }

    .footerImg h3 {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
    }

    .newEraDiv {
        height: auto;
        background-image: url(./images/MobileNewERAShape.png);
    }

    .mediaBoxes>a>p {
        text-wrap: pretty;
    }

    .deskHand {
        display: none;
    }

    .mobHand {
        display: block;
    }

    .headNewEra {
        font-size: 18px;
        line-height: 22px;
        top: 0;
        transform: translate(10%, 0);
    }

    .newEraDiv h4 {
        font-size: 16px;
        line-height: 20px;
        top: 0;
        transform: translate(10%, 0);
        width: 86%;
    }

    .newEraDiv h5 br {
        display: none;
    }

    .newEraDiv h5 {
        transform: translate(9%, -10px);
        font-size: 14px;
        line-height: 18px;
        width: 90%;
    }

    .allEraText {
        transform: translate(2%, 15%);
    }

    .newEraFlex br {
        display: none;
    }

    .newEraFlex {
        flex-direction: column;
        top: 0;
        left: 0;
        transform: translate(10%, 6%);
        width: 78%;
        gap: 5px;
    }

    .exotelBoxLogo,
    .teamsBoxLogo,
    .exotelVoiceLogo {
        display: none;
    }

    .voiceCallArrow {
        max-width: 18%;
        transform: translate(0, 140%);
    }

    .teamsExoArrow {
        display: none;
    }

    .connectBoxLogo {
        display: block;
        max-width: 60%;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(25px, 64px);
    }

    .makeFlexTwo img {
        max-width: 100%;
        right: 0%;
    }

}

/* --------------  Tablet Responsivess Ends ---------------------- */