.navbar-custom {
    padding: 5px 50px !important;
    background-color: transparent !important;
    position: absolute !important;
    top: 0;
    z-index: 99999;
    width: 100%;
}

.navbar-custom .navbar-brand img {
        width: 175px;
    margin-top: 0px;
}

.navbar-custom .navbar-nav li.nav-item {
    padding-right: 33px;
}
.btn-section {
    margin-right: 87px;
}
.navbar-custom .first-link {
    padding-left: 42px;
}

.navbar-custom .navbar-nav li .nav-link {
    font-size: 17px;
    color: #000;
    font-family: Inter-Medium;
    letter-spacing: 0px;
}

.about-coloumn .navbar-custom.nav-other .navbar-brand img {
    margin-top: 0px;
}

.about-coloumn .navbar-custom.nav-other {
    padding: 12px 50px;
}

.btn.btn-custom {
    background: #ffa500;
    color: #000;
    padding: 5px 30px;
    margin-left: 27px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0px;
    margin-right: 21px;
    font-family: Inter-Medium;
}

.mobile-menu {
    display: none;
}

.services-menus {
    padding: 20px 20px;
}

.services-menus a {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0px 20px;
    font-size: 14px;
    font-family: Inter-Medium;
    padding: 13px 18px;
}

.services-menus img {
    width: 48px;
}
.about-details-col {
    border-radius: 6px;
}
.services-menus a:hover {
    background: #198a001a;
    border-radius: 200px;
}
.services-menus.dropdown-menu.show {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    right: 0;
    top: 48px;
    padding: 14px 6px;
    width: 831px;
    background-color: #fff;
    border: 0px;
    box-shadow: 1px 3px 17px -2px #a9a9a9;
}
.custom-drop-11::before{
    position: absolute;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    transform: rotate(-90deg);
    top: -28px;
    left: 47%;
}

/* banner-css */
.banner-section {
    background-color: #e8f0fa;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 111vh;
    z-index: 0;
    background-position: 100% 100%;
    padding-top: 7rem;
    padding-bottom: 130px;
}

.banner-text h2 {
    font-size: 37.95px;
    color: #000;
    font-family: mtbold;
}

.banner-text {
    margin-top: 130px;
}

.banner-section .banner-text p {
    font-size: 16px;
    margin-top: 10px;
    font-family: Inter-Regular;
}

.banner-section .video-icon {
    color: #000038;
    font-size: 14px;
    padding-top: 9px;
    font-family: Inter-Medium;
}

/* banner-css end */

/* section-3 css */
.section-third {
    padding: 75px 0px 25px;
}

.section-third::before {
    content: "";
    background: #DAF9E1;
    width: 100%;
    height: 256px;
    position: absolute;
    top: 0;
    z-index: 1;
    clip-path: ellipse(65% 72% at 51% 27%);
}
.remove-back-box.section-third::before {
    background: url(../img/bg-circle.png), url(../img/bg-triangle.png), linear-gradient(to bottom right, #0a0a0a, #000000 );
    background-position: left 0px top 0px, right 0px top 50%, center bottom;
    background-repeat: no-repeat;
    height: 100% !important;
    clip-path: none;
}


.section-third .services-box {
    background: #fff;
    border-radius: 6px;
    padding: 30px 26px 45px;
    box-shadow: 0px -2px 3px 1px #dfdfdf;
}
.services-box.box-empty {
    background: #ffffff12;
}
.services-box.box-empty h2, .services-box.box-empty p {
    color: #fff !important;
    font-family: Inter-Regular;
    font-size: 16px;
}

.section-third .services-box img {
    width: 55px;
}

.section-third .services-box h2 {
    font-size: 18px;
    font-family: mtbold;
    margin: 21px 0px 15px;
}

.services-box p {
    font-family: Inter-Regular;
    font-size: 16px;
}

/* section-3 css end */

/* section-4 css */
.section-fouth.bg-black {
    padding: 80px 0px;
}
.section-new-trail {
    padding: 12px 0px 74px;
    clip-path: ellipse(176% 100% at 48.26% 0%);
}
.section-heading {
    margin-bottom: 90px;
}

.section-heading h2 {
    color: #fff;
    width: 66%;
    font-weight: 800;
    font-size: 27px;
}

.section-fouth .subscribe-growth-text {
    padding-left: 100px;
    margin-top: 29px;
    padding-right: 15px;
}
.subscribe-growth-img img{
    width: 500px;
}

.new-2 {
    padding-right: 100px;
}

.subscribe-growth-text h2 {
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 14px;
    font-family: Inter-Medium;
}

.subscribe-growth-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    font-family: Inter-Regular;
}

.mobile-engagement {
    margin-top: 78px;
}


/* section-four css end */
/* section five */
.section-five {
    background: #e8f1fb;
    padding: 80px 0px 29px;
}

.section-five .customer-section h2 {
    color: #16191e;
    font-weight: bold;
    font-family: ArialMTStd-ExtraBold;
}

.customer-section {
    margin-bottom: 37px !important;
}

.section-five .customer-tabs {
    background: #fff;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 1px 2px 6px 1px #c3c3c3;
}

.customer-tabs .nav-tabs .nav-link.active {
    border: 0px !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.customer-tabs .nav-tabs .nav-link {
    border: 0px !important;
    color: #000;
    font-size: 19px;
    font-weight: 700;
}

.customer-tabs .nav-tabs {
    border-bottom: 0px !important;
}

.customer-tabs .tab-content {
    background: #567778;
    border-radius: 7px;
    padding: 19px 15px 31px;
    margin-top: 10px;
}

.customer-tabs .text-colored .tab-pane,
.customer-tabs .text-colored .tab-pane h2 {
    text-align: justify;
    color: #fff;
    font-size: 16px;
    width: 58%;
}
section.banner-section.promotion-banners-1 {
    background-image: none;
    background: linear-gradient(270deg, #198a00 31.08%, #FFFFFF 31.09%);
    height: 100%;
    padding: 99px 0px 51px;
}
/* section five-css end */
/* section-six */
.section-six {
    background: #ffffff;
    padding: 85px 0px 28px;
}
.marketing-padding {
    padding-right: 58px;
}
.section-six h2 {
    font-weight: 800;
    font-size: 27px;
}
.marketing-padding p {
    font-size: 16px;
    margin-bottom: 14px;
    font-family: Inter-Regular;
    line-height: 24px;
}
p.text-dark.vt-5 {
    font-weight: 700;
}
.social-icons img {
    width: 33px;
    margin-right: 16px;
}

/* section-six-end */
/* section-seven-css */
.free-trial-section {
    padding: 80px 0px 48px;
}

.free-trial-section .colored-box {
    background: #4155ff;
    border-radius: 7px;
}

.free-trial-section .trials-left-box {
    padding: 26px 41px;
}

.free-trial-section .trials-left-box h2 {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.4px;
    font-family: Inter-Regular;
}
.new-1111 {
    font-size: 16px !important;
    margin-top: 12px !important;
    font-family: Inter-Regular !important;
}
.assured-11 {
    font-size: 27px !important;
    font-weight: 800;
    margin-bottom: 0px !important;
}

.free-trial-section .trials-left-box p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0px 32px;
    font-family: Inter-Regular;
}

.btn-custom-3 {
    margin-left: 0px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-weight: 100 !important;
    width: 150px !important;
}

.talk-team img {
    width: 20px;
}

.border-section {
    box-shadow: 0px 2px 4px 2px #d3d3d3;
    border-radius: 9px;
}

/* section-seven-css-end */
/* footer */
.footer-section {
    padding: 62px 0px 23px;
}

.footer-section .footer-first-box h2 {
    font-size: 27px;
    font-family: Inter-Medium;
}

.footer-section .contact-details h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    font-family: Inter-Regular;
    line-height: 23px;
}

.text-align-wrap.d-flex.align-items-start {
    margin: 0px 0px 21px;
}

.last-1 img {
    width: 183px;
}

/* footer-end */



/* aboutus css */
.about-us-section {
    height: 335px;
    background: linear-gradient(#de2010a6, #de20102b), url(../img/mobile.jpg) no-repeat;
    background-size: cover;
}

.about-us-section .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 700;
    line-height: 1.2;
    font-family: mtbold;
}

.about-us-section .breadcrumb-item,
.about-us-section .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
    font-family: Inter-Regular;
}

.about-coloumn .nav-other {
    position: relative !important;
    background-color: #fff !important;
}

.aboutus-section-part .container.about {
    max-width: 100% !important;
}

.aboutus-section-part .about-text-script p {
    font-family: Inter-Regular;
    font-size: 14px;
}

.aboutus-section-part .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
}

.about-services-section h5 {
    font-size: 20px;
    letter-spacing: 0px;
    font-family: Inter-Medium;
}

.about-services-section span {
    color: #9B9B9B;
    font-size: 16px;
    font-family: Inter-Regular;
}

.count-text {
    color: #1c1c1c;
    font-weight: bold;
    font-family: ArialMTStd-ExtraBold;
}

.about-services-section .about-details-col .btn-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.about-services-section .about-details-col .btn-icon img {
    width: 41px;
}

.pattren-drow img {
    width: 187px;
}

.pattren-drow h2 {
    font-size: 16px;
    font-family: Inter-Medium;
    font-weight: 600;
    color: #28262c;
    margin: 20px 0px;
}

.lines::before {
    content: '';
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 31%;
    width: 35%;
    height: 23px;
    left: -22%;
}

.lines::after {
    content: '';
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 31%;
    width: 35%;
    height: 23px;
    right: -22%;
}

.services-pattren {
    padding: 47px 0px;
}

.about-details-col {
    border-bottom: 5px solid transparent;
}

.about-details-col:hover {
    transition: all 0.5s ease;
    border-bottom: 5px solid #DE2010;
}
span.num {
    color: #fff !important;
    font-size: 30px;
    display: block;
    font-family: ArialMTStd-ExtraBold;
    background: #198a00 !important;
}
.about-services-section-new{
        padding: 20px 0px 0px;
        background: url(../img/bg-circle.png), url(../img/bg-triangle.png), linear-gradient(to bottom right, #ffa500, #ff8800f5) !important;
        background-position: left 0px top 0px, right 0px top 50%, center bottom !important;
        background-repeat: no-repeat !important;
}
/* about-css-end */

/* promotion-sms */
.promotion-sms {
    background: #fff;
    background-image: none;
    padding: 59px 0px 0px;
}
a.btn.btn-custom-banner.bt-white {
    background: #fff;
    color: #4155ff;
    font-size: 15px;
    font-weight: bold;
}

.promotion-sms:before {
    content: '';
    background-image: url(../img/baner-dec-right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
    width: 98px;
    height: 290px;
}

.promotion-sms:after {
    content: '';
    background-image: url(../img/baner-dec-left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 193px;
    height: 467px;
}
.promotion-sms.remove-before:before{
display: none;
}
.promotion-sms.remove-before:after{
    display: none;
    }

.promotion-sms .banner-text h2 {
    font-size: 37.95px;
    color: #000;
    line-height: 48px;
    font-family: mtbold;
}
.add-font{
    font-size: 16px;
    margin-top: 10px;
    font-family: Inter-Regular;
}
.promotion-section-2 .section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.promotion-section-2 .section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: var(--primary);
    border-radius: 2px;
    background: #198A00;;
}

.promotion-section-2 .section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.promotion-section-2 .section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: -10px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.promotion-section-2 .service-item {
    position: relative;
    height: auto;
    transition: .5s;
}

.promotion-section-2 .service-item .service-icon img {
    width: 82px;
    margin-bottom: 14px;
}

.promotion-section-2 .service-item h4 {
    font-size: 20px;
    color: #000000;
    line-height: 27px;
    font-family: Inter-Medium;
    margin-bottom: 6px;
    font-weight: 800;
}

.promotion-section-2 .service-item p {
    font-size: 16px;
    font-family: Inter-Regular;
    color: #222222;
}
.service-icon {
    margin-right: 19px;
}
.promotion-section-2 {
    background: #fdf5f5;
}

.section-title.text-center.position-relative.pb-3.mb-5.mx-auto {
    z-index: 9999;
}

.promotion-section-2 .section-third::before {
    height: 385px;
}

.promotion-section-2 .promtion-bg-2 .img-icon {
    display: block;
    height: auto;
}

.promotion-section-2 .section-third.promtion-bg-2 .services-box img {
    width: 86px;
}

.promotion-section-2 .services-box:hover {
    border-bottom: 4px solid #0f0;
    transition: 0.9s ease-out;
}

.promotion-section-2 .services-box {
    border-bottom: 4px solid transparent;
}

.circle-part::before {
    content: '';
    height: 255px;
    border-radius: 50%;
    width: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #198A00;
    border-style: dashed;
    background: #e7e9f7;
    z-index: -1;
    position: absolute;
    animation: rotate 30s linear infinite;
}

.circle-part {
    background: #198A00;
    height: 240px;
    border-radius: 50%;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 19px;
}

.circle-part h2 {
    font-size: 15px;
    color: #fff;
    font-family: Inter-Medium;
}

.whatsap-strip .section-title h5 {
    font-family: mtbold;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cell-lines::before {

    content: '';
    width: 93%;
    border: 2px dashed;
    border-color: #198A00;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);

}
.new-color::before{
    background-color: #198A00 !important;
}
.new-color .section-title::before{
    background: #DE2010;
}
.promotion-about {
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(56 56 56 / 26%)), url(../img/promotion-tech.jpg) no-repeat;
    background-position: 100%;
}

.promtion-bg-2 {
    padding-bottom: 41px;
}

/* promotion-sms-css-end */

/* trasection-css */
.trasection-sms-section {
    background: linear-gradient(#de2010d1, #000000de), url(../img/transection.png) no-repeat;
    background-size: cover;
    padding: 43px 0px 57px;
}
.transection-col-text{
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
}
.whastapp-img-transactional {
    text-align: right;
}
.whastapp-img-transactional img{
    width: 550px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
.btn-square {
    width: 97px;
    height: 97px;
}
.btn-square img{
    width: 62px;
}
.api-integration-section-1 {
    background: #fff;
}
.trasection-sms-section .banner-text {
    margin: 65px 0px !important;
}
.trasection-sms-section .banner-text p{
    font-family: Inter-Regular;
    font-size: 16px;
}
.cart-section{
    padding: 0px 0px;
}
.cart-box {
    background: #567778;
    color: #212529;
    padding: 22px 26px;
    height: 196px;
    display: flex;
    align-items: center;
}
.card-text-lines p {
    font-size: 16px;
    font-family: Inter-Medium;
    padding-top: 19px;
}
.cart-box h3 {
    font-size: 21px;
    line-height: 30px;
    font-family: Inter-Regular;
    text-align: center;
}
.trans-box {
    padding: 20px 21px;
    background: transparent !important;
}

.cart-colored {
    background: #221f28;
}

.transection-section-3 .section-title::before {
    background: #000;
}

.transection-section-3 .section-title h5 {
    font-size: 27px;
}

.transection-section-4 .about-details-col {
    height: 280px !important;
}
.transection-section-3 {
    background: #f3f3f3;
    width: 100%;
    padding: 0px 0px;
}
.lines-row {
    width: 5px;
    height: 96px;
    background: #198a00;
    margin: 0 auto;
}

.transection-col {
    padding: 18px 24px;
    border-bottom: 4px solid #198a00 !important;
}

.trasection-match::before {
    content: '';
    width: 75%;
    height: 4px;
    position: absolute;
    background: #198a00;;
    bottom: 51px;
    z-index: 1;
    transform: translate(-50%, 0px);
    left: 50%;
}

.trasection-11 {
    padding-left: 61px;
}
.trasection-11 p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Inter-Regular;
    color: #212529;
}
/* trasection-css-end */

/* whatsapp css */
.whatsapp-section-banner {
    background: url(../img/whatsapp.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 46px 0px;
}
.bul-sms-feature-section.whatsapp-circle{
    background: url(../img/bg-circle.png), url(../img/bg-triangle.png), linear-gradient(to bottom right, #198754, #16404c );
    background-position: left 0px top 0px, right 0px top 50%, center bottom;
    background-repeat: no-repeat;
    height: 100% !important;
}
.whatsapp-section-banner .whatsapp-text h2 {
    font-size: 37.95px;
}

.whatsapp-section-banner .whatsapp-text p {
    font-size: 16px;
    color: #ededed !important;
    font-family: Inter-Regular;
}

.promotion-section-2.business-solution .service-item .service-icon img {
    width: 86px;
}

.customer-are-section {
    display: flex;
    align-items: center;
    padding: 22.5px 18px;
    transition: 0.9s ease-in-out;
    border-bottom: 1px solid #d3d3d3;
}

.customer-are-section img {
    width: 54px;
    margin-right: 21px;
}

.customer-are-section p {
    font-size: 17px;
    font-family: Inter-Medium;
}

.whatsap-strip {
    background: linear-gradient(#198754, #0d6efd26), url(../img/whatsapp-strip.jpg) no-repeat;
    background-size: cover;
}

.strip-img img {
    width: 205px;
}
.center-img {
    height: 507px;
    overflow: hidden;
}
.whatsapp-btn {
    background: #4ac64a !important;
    border-radius: 200px;
}

.whatsapp-text-h5 h5 {
    margin-bottom: 40px;
}
.whatsapp-box-globe h2 {
    font-size: 27px;
    margin-bottom: 16px;
    font-family: Inter-Medium;
    font-weight: 800;
    color:#212529!important
}
.whatsapp-box-globe p{
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 29px;
    font-family: Inter-Regular;
}
.promotion-section-2.business-solution.bg-white {
    padding: 40px 0px 60px;
}
.globe-section {
    padding: 76px 0px 76px !important;
}
.service-item-2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
    border-bottom: 4px solid #000;
    border-radius: 6px !important;
}
.retails-img-vc img.w-100 {
    border-radius: 6px;
}
.service-item-2:hover {
    border-bottom: 4px solid #198a00;
}
.service-item-2 .service-icon-2 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #198a00;
}
.service-item-2 .service-icon-2 img {
    max-width: 45px;
    max-height: 60px;
}
.ms-n5 {
    margin-left: -23px!important;
}
.business-solution .service-item-2 h4 {
    font-size: 20px;
    color: #1e2232;
    font-family: Inter-Medium;
    font-weight: 800;
}
.business-solution .service-item-2 p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
}
/* api-css */
.api-section {
    padding: 37px 0px 81px;
}

.api-interagration {
    padding: 59px 0px;
}

.api-integration-section {
    /* background-image: url(../img/bg-api.png); */
    background-color: #198a00;
    background-size: cover;
    background-repeat: no-repeat;
}

.api-box-dark {
    padding: 22px 18px;
}

.api-box-dark .api-main {
    margin-bottom: 51px !important;
}

.api-box-dark .rounded-circle {
    position: absolute;
    top: -51px;
    border: 4px solid #218817;
    width: 100px !important;
    height: 100px !important;
}

.api-box-dark .rounded-circle img {
    width: 67px !important;
}

.quick-develpment-section .section-title {
    max-width: 100% !important;
}
.api-integration-section-1 {
    background: #fff;
    padding: 70px 0px;
}
.advance-text {
    font-size: 2rem;
    font-weight: 700;
    font-family: ArialMTStd-ExtraBold;
}
.adv-pill {
    color: #198a00;
    border: 1px solid #198a00;
    border-radius: 200px;
    padding: 1px 18px;
    display: inline-block;
    margin-bottom: 16px;
    font-family: Inter-Regular;
}
.text-cell {
    font-size: 16px;
    font-family: Inter-Regular;
}
/* api-css end */


/* sms api start */
.sms-api-banner{
    background: linear-gradient(#000000d1, #00000096), url(../img/api-banner-img.jpg) no-repeat;
    background-size: cover;
    padding: 220px 0px; 
}
/* sms api End */


/* sms delvery-css */
.sms-delvery-section {
    background: linear-gradient(#de2010d1, #000000de), url(../img/delvery.png) no-repeat;
    background-size: cover;
    height: 67vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sms-content-section .sms-text-details h1 {
    font-size: 27px !important;
    line-height: 36px;
    font-family: Inter-Medium !important;
    color: #212529!important;
    font-weight: 700 !important;
}

.sms-content-section {
    background: #f8f9fa !important;
}

.track-img-section {
    background-image: url(../img/real-track.png);
    background-size: cover;
    height: 100vh;
    padding: 27px 0px;
}

.track-img-box {
    background: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    justify-content: center;
}

.track-img-box h3 {
    margin-bottom: 15px;
}

.track-img-box p {
    text-align: center;
    font-family: Inter-Regular;
    font-size: 15px;
}

.ul-list li {
    font-family: Inter-Regular;
    font-size: 17px;
}

.real-time {
    background-color: #fff !important;
}

.sms-content-section .about-text-script p,
.aboutus-section-part.real-time .about-text-script p {
    font-family: Inter-Regular;
    font-size: 16px;
}
.text-cell-5 {
    font-family: Inter-Regular;
    font-size: 16px;
}
.track-h1 {
    font-size: 27px;
    line-height: 36px;
    font-family: Inter-Medium !important;
    color:#fff;
}
.btn-square-6 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-square-6 img {
    width: 40px;
}
.engage-padding {
    padding: 75px 0px;
}
.corner-img {
    position: absolute;
    width: 106px;
    left: 0;
}
.corner-img-2 {
    position: absolute;
    bottom: 25%;
    right: 0;
    width: 130px;
}
.aboutus-section-part.track-img-section-2 {
    background: #198754;
}
.track-img-section-2 .process {
    padding: 20px 0px;
    list-style: none;
}
.track-img-section-2 .process li {
    position: relative;
    display: flex;
    padding-bottom: 50px;
}
.track-img-section-2 .process li span {
    position: relative;
    width: 86px;
    height: 86px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FFFFFF;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.track-img-section-2 .process li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 43px;
    background: #fff;
}
.live-text h5 {
    font-size: 20px;
    color: #fff;
    font-family: Inter-Medium;
    margin-bottom: 9px;
}
.live-text p {
    color: #fff;
    font-size: 16px !important;
    font-family: Inter-Regular;
}
.process img{
    width: 50px;
}
.process li:last-child {
    padding-bottom: 0;
}
.process li:last-child::after{
    display: none;
}
/* sms css end */
.web-sms-panel {
    background: linear-gradient(#000000b8, #0000006e), url(../img/webban.jpg) no-repeat;
    background-size: cover;
    height: 84vh;
}

.web-sms-text h5::before {
    content: '';
    width: 83px;
    height: 3px;
    background: #DE2010;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.web-sms-benifits .section-title h5 {
    margin-bottom: 0px;
}

.web-sms-benifits {
    background: linear-gradient(#000000b8, #0000006e), url(../img/tech.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}
.retails-box-text.engage-text {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 2px 2px #d3d3d3;
    border-radius: 6px;
}
.globe-img img {
    border-radius: 6px;
}

/* custom css start */
.custom-benefit-web{
    background-color: #f1f1f1;
    background-size: cover;
    height: 100%;
}
.custom-benefit-web .custom-service {
    text-align: center;
    padding: 27px 21px;
    height: 100%;
    border-right: 2px dashed #cfcfcf;
}
.custom-service h4{
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    margin-bottom: 6px;
    font-family: ArialMTStd-ExtraBold;
}
.custom-service p{
    font-size: 15px;
    font-family: Inter-Regular;
    color: #222222;
}
/* custom css end */

.service-item.web-sms-services {
    background: #fff;
    text-align: center;
    padding: 27px 21px;
    height: 100%;
    border-radius: 10px;
}

.service-icon.view-icon {
    background: #DE2010;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.view-icon img {
    width: 54px !important;
    margin-bottom: 0px !important;
}
/* web sms panel */
/* sender-id-css */
.hero-header {
    margin-bottom: 0;
    padding: 40px 0px;
    background: url(../img/bg-circle.png), url(../img/bg-triangle.png), url(../img/bg-bottom.png), linear-gradient(to bottom right, #198A00, #198A00);
    background-position: left 0px top 0px, right 0px top 50%, center bottom;
    background-repeat: no-repeat;
}
.sender-box-text {
    background: #567778;
    padding: 38px 25px;
    border-radius: 6px;
}
.sender-box-text p {
    font-size: 16px;
    font-family: Inter-Regular;
    color: #fff;
    line-height: 28px;
}
.sender-section-card{
    background: linear-gradient(#000000, #070a2459), url(../img/tech.jpg) no-repeat;
    background-size: cover;
    height: 100%;  
}
.sender-ns-box.bg-dark.aos-init.aos-animate {
    padding: 35px 33px;
    color: #fff;
    font-size: 16px;
    font-family: Inter-Regular;
    border-radius: 7px;
    box-shadow: 1px 4px 4px 2px #fff;
    background: #2b2b34 !important;
}
.hero-header .banner-text p {
    font-size: 15px;
    font-family: Inter-Regular;
    line-height: 26px;
    margin-right: 52px;
    text-align: justify;
}
.hospitality-section{
    background: linear-gradient(#000000d1, #4155ff7a), url(../img/reception.png) no-repeat;
    background-size: cover;
    height: 100%;  
}
.important-text-main.p-5 {
    padding: 0px !important;
}
.hospitality-text-box {
    margin: 91px 0px 71px;
}
.hospitality-services .section-title h5 {
    margin-bottom: 0px;
}
.hospitality-services .section-third .services-box {
    padding: 25px 20px;
}
.hospitality-services .section-third.promtion-bg-2 .services-box img {
    width: 46px;
}
.hospitality-bulk {
    display: flex;
    align-items: center;
    margin-bottom: 54px;
}
.hospitality-bulk img {
    margin-right: 17px;
    width: 76px;
}
.hospi-text-services h2 {
    font-size: 18px;
    font-family: Inter-Medium;
    font-weight: bold;
}
.hospi-text-services p{
    font-size: 15px;
    font-family: Inter-Regular;
    margin-top: 9px;
}
.hotel-img img{
    width: 100%;
}
.hospitality-section-3 {
    padding: 74px 0px 50px;
    background-image: url(../img/hos-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hotel-img {
    text-align: center;
}
.hotel-img img {
    width: 257px;
}
/* sender id custom css start */
#main-sender-id{
    background-color: #fff;
    padding: 80px 0px;
}

.border-primary{
    border-color: #198A00 !important;
}
.border-5{
    border-width: 7px !important;
}
.custom-senter-id h1 {
    font-family: Inter-Medium;
    font-size: 27px;
    font-weight: 800;
    line-height: 60px;
}
.custom-senter-id p{
    font-size: 16px;
    font-weight: 500;
    font-family: Inter-Regular;
    padding-bottom: 20px;
}
.bg-primary{
    background-color: #198A00 !important;
}
/* sender id custom css end */


/* sender-id-css-end */

.sender-text-11 {
    font-size: 37.95px !important;
    font-family: mtbold !important;
}

/* important sender id css start */
#sender-custom-important{
    background-color: #f7f7f7;
}
.important-text-main h5{
    font-size: 27px;
}
.important-text-main p{   
font-size: 16px;
font-weight: 500;
font-family: Inter-Regular;
}


/* important sender id css end */




/* retail-css */
.retail-section{
    background: linear-gradient(#000000d1, #00000096), url(../img/retails.jpg) no-repeat;
    background-size: cover;
    padding: 141px 0px; 
}
.retails-box-text h3{
    font-size: 42px;
    color: #fff;
    font-family: Inter-Medium;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin: 22px 0px;
}
.retails-box-text h2{
    font-size: 16px;
    color: #fff;
    font-family: Inter-Regular;
    font-weight: 600;
}
.retails-box-text {
    padding: 30px 38px;
    width: 48%;
    margin: 0 auto;
    text-align: center;
}
.retails-body{
    padding:35px 0px !important;
}
.retails-body .service-item {
    height: 100%;
}
.retail-p.mb-4 {
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}
.retails-heading h2 {
    font-size: 30px;
    color: #fff;
    font-family: ArialMTStd-ExtraBold;
}
.retails-heading p {
    font-size: 17px;
    color: #fff;
    font-family: Inter-Regular;
    margin-top: 12px;
    letter-spacing: 0.1px;
}
.retialstranfrom {
    padding: 20px 0px 25px;
    background: url(../img/bg-circle.png), url(../img/bg-triangle.png), linear-gradient(to bottom right, #198A00, #008a84);
    background-position: left 0px top 0px, right 0px top 50%, center bottom;
    background-repeat: no-repeat;
}
.transfer-data h2 {
    font-size: 22px;
    color: #fff;
    font-family: Inter-Medium;
    margin-bottom: 10px;
}
.transfer-data p {
    font-size: 14px;
    font-family: Inter-Regular;
    color: #fff;
}
.transfer-data {
    margin-bottom: 40px;
}
.feed-section {
    background-image: url(../img/feet.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0px;
    height: 71vh;
}
.transfer-data-2 h5{
    margin-bottom: 10px !important;
    font-size: 33px;
}
.transfer-data-2 p{
    font-size: 20px;
    color: #fff;
    font-family: Inter-Regular;
}
.retail-ready{
    background: linear-gradient(#000000bd, #000000bd), url(../img/ready.png) no-repeat;
    padding: 120px 1px;
    background-size: cover;
}
/* retail-css-end */
/* engage-too-css */
.retails-box-text.engage-text h2 {
    font-size: 28px;
    color: #0e0f10;
    font-weight: 600;
    font-family: ArialMTStd-ExtraBold;
}
.engage-banner {
    background: linear-gradient(#00000000, #00000099), url(../img/engage-banner.jpg) no-repeat;
    padding: 160px 1px;
    background-size: cover;
}
.engage-bottom-section {
    padding: 106px 0px 80px !important;
}
.engage-bottom-section .api-box-dark .rounded-circle img {
    width: 81px !important;
}
.engage-bottom-section {
    padding: 106px 0px 80px !important;
    background: url(../img/bg-circle.png), linear-gradient(to bottom right, #198A00, #04b352);
    background-repeat: no-repeat;
}
.engage-bottom-section .api-box-dark .rounded-circle {
    border: 4px solid #159210;
}
.excel-section{
    background-repeat: no-repeat;
    background-size: cover !important;
    background: linear-gradient(#000000eb, #2e1b1b7a), url(../img/excel-1.jpg) no-repeat;
}

.text-excel {
    background: #fff;
    padding: 84px 0px;
    font-family: Inter-Regular;
}
.smpp-section{
    background: linear-gradient(#de2010d1, #000000de), url(../img/tech.jpg) no-repeat;
    width:100%;
    background-size: cover;
}
.smpp-section-box .sender-box-text {
    padding: 13px 13px;
    margin-bottom: 0px !important;
}
.smpp-section-box .sender-box-text p {
    font-size: 14px;
    line-height: 25px;
}
.smpp-section-box {
    background-color: #fff;
}
.smpp-card {
    height: auto;
    padding: 18px 14px;
}
.smpp-card h3 {
    font-size: 15px;
    line-height: 23px;
}
.whatsapp-box-globe-smpp h3 {
    font-size: 14px;
    margin-bottom: 28px;
    font-family: Inter-Medium;
    line-height: 22px;
}
.smpp-last h5{
    line-height: 36px;
}
.hos-text {
z-index: 9999;
}
.hos-section {
    padding: 59px 0px 70px;
}
/* contact-css */
.contact-section{
    height: 335px;
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/contact.jpg) no-repeat;
    background-size: cover; 
}
.section-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fff;
}
.contact-info svg {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #198A00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    padding: 13px 0px;
}
.contact-info svg path{
    fill:#fff;
}
.contact-info h4 {
    font-size: 20px;
    padding: 0 0 0 60px;
    font-family: mtbold;
    color: #198A00;
}
.contact-info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #6a6a6a;
}
.section-contact  .form-control {
    font-size: 16px;
    height: 52px;
    padding-left: 15px;
    padding-right: 15px;
}
.section-contact textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea {
    height: auto !important;
}
.contact-heading {
    margin-bottom: 50px;
}
.contact-heading h2 {
    font-size: 40px;
    font-family: ArialMTStd-ExtraBold;
    margin-bottom: 6px;
}
.contact-heading p {
    font-size: 16px;
    font-family: Inter-Regular;
}
.address{
    margin-bottom: 38px;
}
/* contact-css-end */
/* login-css */
.login-section {
    background-image: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-from {
    width: 460px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 34px 27px;
    margin: 93px auto;
}
.login-from h2{
    font-size: 27px;
    font-family: ArialMTStd-ExtraBold;
}
.login-from label.form-label {
    font-family: Inter-Medium;
    font-size: 16px;
}
.form-main {
    margin: 20px 0px;
}
.login-from .btn-custom-banner.btn-login {
    margin-top: 32px !important;
    width: 100%;
}
.box-empty {
    box-shadow: none !important;
}
.points-title {
    font-size: 18px !important;
    line-height: 28px;
    font-family: Inter-Medium !important;
    font-weight: 600;
}
/* login-css-end */
/* media query */
@media only screen and (max-width: 1200px) {
    .navbar-custom {
        padding: 5px 28px !important;
    }
    .whastapp-img-transactional img {
        width: 100%;
    }
    .transection-col-text {
        padding-left: 56px;
    }
    .web-sms-services {
        padding: 23px 17px !important;
    }

    .navbar-custom .navbar-nav li .nav-link {
        font-size: 15.29px;
    }

    .btn.btn-custom {
        margin-left: 2px;
        margin-right: 7px;
    }

    .btn-section {
        display: flex;
    }

    .banner-text {
        margin-top: 92px;
    }

    .banner-text h2 {
        font-size: 30.95px;
    }

    .banner-section .banner-text p {
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        background: #fff;
    }

    .navbar-custom .first-link {
        padding-left: 0px;
    }

    .navbar-custom .navbar-collapse.show .navbar-nav {
        margin-top: 33px;
    }

    .mobile-menu-1 {
        display: none;
    }

    .banner-section {
        background-position: 76% 100%;
        height: 142vh;
    }

    .promotion-section-2 .service-item {
        padding: 0 11px;
    }

    .promotion-section-2 .service-item h4 {
        font-size: 18px;
    }

    .promotion-section-2 .service-item p {
        font-size: 14px;

    }

    .circle-part::before {
        height: 210px;
        width: 210px;
    }

    .circle-part {
        height: 200px;
        width: 200px;
    }

    .circle-part h2 {
        font-size: 12px;
    }

    .trasection-img img {
        width: 100%;
    }

    .cart-images img {
        width: 100%;
        ;
    }

    .whastapp-img img {
        width: 100% !important;
    }

    .cart-box {
        height: 241px;
    }

    .cart-box h3 {
        font-size: 17px;
    }
    .img-text-1 img{
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-plus-header {
        height: 100vh;
    }
    .btn-section {
        margin-right: 0px;
    }
    .custom-drop-11::before {
       display: none;
    }
    .web-sms {
        padding: 54px 0px !important;
    }
    .cart-section {
        padding: 48px 0px;
    }
    .trasection-11 p {
        font-size: 18px;
    }
    .login-from {
        width: 100%;
    }
    .trasection-match::before {
        display: none;
    }

    .buttons-part {
        padding-top: 27px !important;
    }

    .video-session.mt-4 {
        margin-top: 10px !important;
    }

    .btn.btn-custom-banner.btn-custom-banner-2 {
        margin-left: 12px;
        font-size: 12px;
    }
    .section-new-trail {
        margin: -5px;
        clip-path: ellipse(176% 100% at 49.26% -2%);
    }
    .mobile-menu {
        display: block;
    }
    .subscribe-growth-img img {
        border-radius: 6px;
        width: 100%;
    }
    .marketing-padding {
        margin-top: 46px;
    }
    .free-trial-section {
        padding: 30px 0px 48px;
    }
    .mobile-menu svg {
        fill: #fff;
    }

    .mobile-links .nav-item {
        margin: 7px 0px;
    }

    .mobile-btn-11 .btn-section {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .mobile-btn-11 .btn-custom {
        width: 245px;
        margin-bottom: 10px;
        padding: 7px 0px;
    }

    .dot.dot-5 {
        left: 23% !important;
    }

    .dot.dot-6 {
        bottom: -13% !important;
    }

    .services-box p {
        font-size: 14px;
    }

    .section-fouth .subscribe-growth-text {
        padding-left: 0px;
    }

    .mobile-engagement {
        flex-direction: column-reverse;
    }

    .dot-2 {
        left: 0px !important;
        right: auto !important;
        bottom: -63% !important;
    }

    .new-2 {
        padding-right: 0px;
        margin-top: 34px;
    }

    .section-fouth::before {
        background-position: 51% 50%;
    }

    .customer-tabs .text-colored .tab-pane,
    .customer-tabs .text-colored .tab-pane h2 {
        font-size: 14px;
        width: 100%;
    }

    .customer-tabs .nav-tabs .nav-link {
        font-size: 16px;
    }


    .footer-first-box {
        margin-bottom: 34px;
        border-bottom: 1px solid #2a2a2a;
        padding-bottom: 34px;
    }

    .footer-first-box.last-mobile-line {
        border-bottom: 0px;
        ;
    }

    .banner-section {
        padding-bottom: 97px;
        height: 100%;
    }

    .section-heading h2 {
        width: 100%;
        font-size: 22px;
    }

    .section-fouth.bg-black {
        padding: 52px 0px 73px;
    }

    .mobile-flip-2 {
        flex-direction: column-reverse;
    }
    .mobile-engagement {
        margin-top: 0px;
    }

    .about-coloumn .mobile-menu svg {
        fill: #000;
    }

    .container.about.px-lg-0 {
        padding-top: 25px;
    }

    .about-coloumn .navbar-custom.nav-other {
        padding: 12px 8px;
    }

    .whatsapp-section-banner .whatsapp-text h2 {
        font-size: 26px;
    }

    .whatsapp-section-banner .whatsapp-text p {
        font-size: 15px;
    }

    .cart-box h3 {
        font-size: 15px;
    }

    .center-img {
        margin-bottom: 27px;
    }

    .whatsapp-circle {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .whatsap-strip {
        height: auto;
    }

    .whatsap-strip .row {
        flex-direction: column-reverse;
    }

    .strip-img.text-end {
        text-align: start !important;
    }

    .strip-img img {
        width: 205px;
        margin-bottom: 42px !important;
    }

    .services-menus.dropdown-menu.show {
        min-width: 100%;
        position: relative;
        left: 0;
        top: 0;
        padding: 0px 0px;
        transform: none;
        width: 100%;
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .services-menus img {
        width: 45px;
    }

    .services-menus a {
        font-size: 13px;
    }

    .mobile-links {
        height: 100%;
        overflow: scroll;
    }

    .mobile-margin {
        margin-bottom: 74px;
    }

    .promotion-sms::before {
        display: none;
    }

    .real-time-mobile {
        flex-direction: column-reverse;
    }

    .sms-delvery-section {
        height: 35vh;
    }

    .sms-content-section {
        background: #f8f9fa !important;
        padding: 40px 0px;
    }
    .sms-delvery-section.web-sms-panel {
        height: 63vh;
    }
    .web-sms .mobile-height {
        margin-bottom: 27px;
    }
    .mobile-height {
        min-height: 100% !important;
        margin-bottom: 42px;
    }
    .hero-header .banner-text {
        margin-top: 28px;
    }
    .hero-header .banner-img-2{
        text-align: center;
    }
    .hero-header .banner-img-2 img {
        width: 400px !important;
    }
    .hero-header .banner-text p {
        font-size: 15px;
        font-family: Inter-Regular;
        line-height: 26px;
        margin-right: 0px;
        text-align: left;
    }
    .hotel-img img {
        width: 360px;
    }
    .hotel-img {
        text-align: center;
        margin-bottom: 50px;
    }
    .retails-box-text {
        width: 100%;
    }
    .retails-img-vc img {
        width: 523px !important;
        margin: 32px 0px;
    }
    .hero-header.excel-section .banner-text {
        margin-top: -18px;
        text-align: center;
        margin-bottom: 65px;
    }
    .hero-header.excel-section .banner-img-2 img {
        width: 100% !important;
    }
    .hero-header.excel-section {
        padding: 44px 0px;
    }
    .text-excel {
        padding: 24px 8px;
    }
    .custom-service{
        border:none !important;
    }
}

@media only screen and (max-width: 767px) {
    .promotion-sms.mobilr-pr  .banner-img-2.mt-4 {
        text-align: center;
        margin-top: 63px !important;
    }
    .promotion-link .mobile-menu svg {
        fill: #000;
    }
    .promotion-link .navbar-custom {
        padding: 5px 50px;
        background-color: #fff !important;
        position: relative !important;
        top: 0;
        z-index: 99999;
        width: 100%;
    }
    .promotion-banners-1  .banner-text {
        margin-top: 26px;
    }
    .promotion-banners-1  .banner-text h2 {
        color:#fff;
    }
    .promotion-banners-1 .banner-text p {
        color: #fff;
    }
    .banner-section.promotion-banners-1 {
        background-image: none;
        height: 100%;
        padding: 0px 0px 51px !important;
        background: linear-gradient(346.27deg, #198A00 66.47%, #FFFFFF 66.47%) !important;
    }

    .mobile-flip {
        flex-direction: column-reverse;
    }

    .dot-2 {
        display: none;
    }

    .pattren-drow img {
        width: 96px;
    }

    .mobile-padding-range {
        padding-top: 0px !important;
    }

    .lines::before {
        width: 28%;
        height: 8px;
    }

    .lines::after {
        width: 28%;
        height: 8px;
    }

    .pattren-drow h2 {
        font-size: 14px;
    }

    .mobile-flex {
        display: flex;
        justify-content: center;
    }

    .cell-lines::before {
        left: 21px;
        transform: rotate(90deg);
    }

    .trasection-sms-section.bg-dark {
        background: linear-gradient(180deg, #000000 77%, #fff 50.01%);
    }

    .cart-box {
        margin-top: 25px;
    }

    .transection-section-4 .about-details-col {
        height: 179px !important;
    }

    .trasection-match::before {
        display: block;
        width: 4px;
        top: 31px;
        height: 89%;
    }

    .lines-row {
        height: 27px;
    }

    .api-section .banner-text {
        margin-top: 45px;
    }

    .api-integration-section {
        padding-bottom: 0px !important;
    }

    .api-section .banner-text h2 {
        font-size: 25px;
        line-height: 38px;
    }

    .sms-getway-section .section-title h5 {
        font-size: 21px;
    }

    .api-integration-section .section-title h5 {
        font-size: 21px;
        line-height: 35px;
    }

    .mobile-row {
        padding: 0px 0px !important;
    }

    .sms-delvery-section {
        height: 45vh;
    }

    .sms-content-section .about-text {
        padding-top: 0px !important;
    }

    .track-img-section {
        height: 100%;
        padding-bottom: 39px;
    }

    .track-img-box {
        background: rgba(0, 0, 0, 0.6);
    }
    .promotion-sms.mobilr-pr .banner-text{
        text-align: center;
    }
    .promotion-sms.mobilr-pr  .buttons-part {
        padding-top: 27px !important;
        justify-content: center;
    }
    .trasection-11 {
        padding-left: 0px;
    }
    .trasection-sms-section {
        padding: 43px 0px 0px;
    }
    .marketing-padding {
        padding-right: 0px;
    }
    .marketing-padding p {
        font-size: 14px;
    }
    p.text-dark.vt-5 {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-img-2 {
        text-align: center;
    }
    .subscribe-growth-text p {
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        font-family: Inter-Regular;
    }
    .promotion-section-2 .service-item h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .aboutus-section-part.sms-content-section.real-time{
        padding: 0px 0px !important;
    }
    .row.align-items-center.bg-white.new-class-margin {
        padding: 50px 7px;
    }
    .transection-col-text {
        padding-left: 30px;
    }
    .login-from h2 {
        font-size: 23px;
        font-family: ArialMTStd-ExtraBold;
    }
    .globe-img{
        margin-bottom: 37px;
    }
    .delvery-pd {
        padding: 0px 0px 43px;
    }
    .important-text-main.p-5 {
        padding: 0px 4px !important;
    }
    #main-sender-id {
        background-color: #fff;
        padding: 24px 0px;
    }
    .banner-img-2 img {
        width: 100% !important;
    }

    .banner-plus-header {
        height: 100vh;
        background-position: 75% 0%;
        padding-bottom: 67px;
    }

    .mobile-menu svg {
        fill: #fff;
        height: 29px;
    }

    rect {
        height: 2px;
    }

    .banner-section {
        background-position: 75% -118px, center;
    }

    .dot.dot-5 {
        top: 1% !important;
        width: 10px;
        height: 10px;
    }

    .dot.dot-6 {
        bottom: -52px !important;
        width: 10px;
        height: 10px;
        left: 25% !important;
    }

    .section-third {
        padding: 56px 0px 40px;
    }

    .marketing-padding {
        padding-right: 0px;
    }

    .free-trial-section .trials-left-box {
        padding: 33px 7px;
    }

    .navbar-custom {
        padding: 5px 15px !important;
    }

    .border-section {
        margin: 0px 0px;
    }

    .section-heading h2 {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .lines::before {
        width: 24%;
        height: 4px;
    }

    .lines::after {
        width: 24%;
        height: 4px;
    }

    .promotion-sms .banner-text {
        margin-top: 31px;
    }

    .trasection-sms-section .banner-text h2 {
        font-size: 22px;
    }

    .transection-section-4 .about-details-col {
        height: 233px !important;
    }

    .transection-col {
        padding: 31px 24px;
    }

    .cell-lines::before {
        display: none;
    }

    .whastapp-img img {
        width: 100%;
    }

    .whastapp-img {
        text-align: center !important;
    }

    .strip-img.text-end {
        text-align: center !important;
    }

    .whatsap-strip .section-title {
        text-align: center;
    }

    .whatsapp-btn {
        margin: 0 auto;
    }

    .whatsapp-section-banner {
        padding: 11px 0px 63px;
    }

    .business-solution .container-fluid {
        padding: 0px !important;
    }

    .whatsapp-circle .section-title h5 {
        font-size: 18px;
    }

    .banner-text h2 {
        font-size: 19.95px;
    }

    .mobile-height {
        min-height: 100% !important;
        margin-bottom: 42px;
    }

    .sms-content-section .about-text {
        padding: 0px 21px !important;
    }
    .sms-delvery-section.web-sms-panel {
        height: 39vh;
    }
    .hero-header .banner-img-2 img {
        width: 100% !important;
    }
    .btn.btn-custom-banner.btn-custom-banner-2 {
        margin-left: 10px;
    }
    .retails-img-vc img {
        width: 100% !important;
    }
    .retails-box-text h3 {
        font-size: 33px;
    }
    .retails-box-text {
        padding: 30px 20px;
    }
    .retails-heading h2 {
        font-size: 20px;
    }
    .retails-heading p {
        font-size: 15px;
    }
    .promotion-sms.mobilr-pr  .banner-text h2 {
        font-size: 24.95px;
    }
    .globe-section {
        padding: 55px 0px 29px !important;
    }
    .advance-text {
        font-size: 23px;
    }
    
}