.multimediaIntegration {
    background: url(../images/multimediaIntegration-bg.png);
    background-size: contain;
    width: 100%;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
}
.whiteBig_circle {
    text-align: center;
}
.whiteBig_circle img {
    margin: 0px auto;
}
.highlight {
    padding: 100px 0;
}
.titleheading {
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.titleheading strong {
    font-size: 45px;
    color: var(--color-gray-900);
    display: block;
}
.titleheading span {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    color: var(--color-orange-900);
}
.titleheading p {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    color: #2E3032;
}
.d-flex {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 20px;
}
.IconBox {
    text-align: center;
}
.IconCircleBox {
    margin: 0px auto;
    text-align: center;
    width: 98px;
    height: 98px;
    background-color: var(--color-orange-900);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.IconCircleBox img {
    display: inline;
}
.IconBox strong {
    display: block;
    color: var(--color-gray-900);
    font-weight: 500;
    padding: 12px 0;
}

.whiteBox {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.whiteBoxInner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 20px 2px #0000001a;
}
.whiteBoxText strong {
    font-size: 30px;
    color: var(--color-gray-900);
    font-weight: 500;
}
.whiteBoxText span {
    color: var(--color-orange-900);
    font-family: "Courgette", cursive;
}
.whiteBoxText p {
    font-size: 16px;
    color: var(--color-black-200);
    line-height: 28px;
}
.whiteBoxImg {
    width: 100%;
}
.instantsharing_container .d-flex {
    background: #FFF2EB;
    padding: 40px 40px 0px;
    border-radius: 20px;
    gap: 50px;
    grid-template-columns: auto auto;
}
.instantsharing_Text p{
    font-size: 16px;
    color: var(--color-black-200);
    line-height: 28px;
}
.trackengagementContainer{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}
.trackengagementRightImg{
    display: flex;
    align-items: center;
    justify-content: center;    
}

.needyourbusiness .d-flex{
    grid-template-columns: auto auto;
}
.whiteFourBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 14px #00000021;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}
.whiteFourBox_Img {
    width: 60%;
    padding-right: 20px;
}
.whiteFourBox_Text p {
    color: var(--color-black-200);
    font-size: 16px;
}
.whiteFourBox_Text strong{color: var(--color-gray-800);font-size: 26px; font-weight: 600;}
.whiteFourBox_Text span {
    font-family: "Courgette", cursive;
    font-weight: 100;
}

.multimediaIntegration_firstBox {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 30% auto 30%;
}
.whiteBig_circle {
    text-align: center;
    width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 100%;
}
.whiteBig_circle img {
    width: auto;
    height: 100%;
}
.whitesmallbg {
    position: relative;
    z-index: 1;
}
.whitesmallbg span {
    background: #fff;
    padding: 8px 10px;
    margin: 60px -40px;
    display: inline-block;
    color: var(--color-black-200);
    font-size: 16px;
    box-shadow: 0px 0px 14px #0000002e;
    border-radius: 4px;
    position: relative;
}
.whitesmallbg span iconify-icon {
    vertical-align: middle;
    font-size: 22px;
    margin-right: 10px;
    color: var(--color-orange-900);
}
.multimediaCenterPoints {
    margin-top: -20px;
}

.trackengagementLeftText p {
    color: var(--color-black-200);
    font-size: 18px;
}

.trackengagementLeftText li {
    color: var(--color-orange-900);
    font-family: "Courgette", cursive;
    padding: 10px 0px;
    font-size: 22px;
    vertical-align: middle;
}

.trackengagementLeftText li iconify-icon {
    color: var(--color-black-200);
    vertical-align: middle;
    font-size: 30px;
}

img.trackengagement1 {
    position: relative;
    z-index: 1;
}

img.trackengagement2 {
    margin-left: -100px;
    margin-top: -100px;
}

footer {
    padding: 20px 0px;
    display: block;
    margin-top: 50px;
}
.footer {
    background: #2E3032;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    display: grid;
    grid-template-columns: auto auto;
    font-weight: 100;
    border-radius: 4px;
}
.footersocialmedia {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footersocialmedia ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footersocialmedia ul li {
    line-height: normal;
}
.footersocialmedia ul li a {
    display: block;
    color: #fff;
    line-height: normal;
}
.footersocialmedia ul li iconify-icon {
    vertical-align: middle;
}
.mobileview{
    display: none;
}

/* Modal Popup CSS */
.demo-description {
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.5;
 }
 
 .modal-toggle {
    cursor: pointer;
 }
 .modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 
    background: rgb(0 0 0 / 90%);
    z-index: -1;
    opacity: 0;
 
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
 
    pointer-events: auto;
 }
 
 .modal-wrapper > div {
    width: 500px;
    height: 75%;
    position: absolute;
 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 
    margin: auto;
 
    vertical-align: middle;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    z-index: 1;
 }
 
 .close {
    background: #606061;
    color: #ffffff;
    line-height: 35px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 35px;
    height: 35px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
 }
 
 .close:hover {
    background: #00d9ff;
 }

 .customform{
    margin-top: 20px;
 }
 .customform .red{
    color: #ff0000;
 }
 .customform .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
 .customform label {
    display: block;
    font-size: 15px;
    margin: 0px 0px 5px;
    padding: 0px;
    line-height: normal;
}
.customform input, .customform select, .customform textarea {
    height: 40px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #cdcccc;
}
.customform .form-group {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
.customform textarea{
    height: 60px;
}
form.customform input[type="checkbox"] {
    width: auto;
    height: auto;
}
.bottomlink{
    display: flex;
    align-items: center;
    gap: 5px;
}
.bottomlink p{
    font-size: 14px;
}
.bottomlink a{
    color: var(--color-orange-900);
}
.countrycode {
    position: absolute;
    top: 23px;
    left: 0;
    width: 45px;
    border-radius: 0;
}
input.custompadding {
    padding-left: 50px;
}
.customform input:focus {
    outline: none;
    box-shadow: none;
}
form.customform button {
    border: none;
    background: var(--color-gray-900);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 5px;
}
form.customform button iconify-icon {
    font-size: 20px;
    vertical-align: middle;
}
form.customform button:hover{
    background: var(--color-orange-900);;
}

/* Responsive */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .section {
        padding: 8rem 0 1rem;
    }
    .navbar {
        padding-top: 20px;
    }
    .d-flex {
        display: grid;
        align-items: center;
        grid-template-columns: auto auto;
        grid-gap: 20px;
    }
    .heading-xl{
        font-size: 25px;
    }
    .banner-inner h2 {
        font-size: 30px;
        line-height: normal;
    }
    .highlight {
        padding: 0;
    }
    .titleheading strong {
        font-size: 30px;
        line-height: normal;
    }
    .whiteBox, .whiteBoxInner {
        display: grid;
        grid-template-columns: auto;
    }
    .mobileview{
        display: block;
    }
    .desktopview{
        display: none;
    }
    .instantsharing_container .d-flex{
        grid-template-columns: auto;
    }
    .needyourbusiness .d-flex {
        grid-template-columns: auto;
    }
    .multimediaIntegration{
        background: #FFF2EB;
    }
    .multimediaIntegration_firstBox{
        grid-template-columns: auto;
    }
    .whitesmallbg span {
        display: block;
    }
    .on-scroll .burger-line{
        background-color: #fff;
    }
    .trackengagementContainer{
        display: block;
    }
    .trackengagementRightImg {
        display: block;
        margin-top: 40px;
    }
    .trackengagementRightImg .trackengagement2{
        display: none;
    }

    .main:before, .main:after {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }
    .modal-wrapper > div{
        width: 90%;
        height: 60%;
    }
    .highlight .d-flex .IconBox:last-child {
        grid-column: auto / span 2;
    }
    .footersocialmedia {
        justify-content: space-between;
    }
    .footer{
        display: block;
    }
    .copyRight{
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .section {
        padding: 10rem 0 0;
    }
    .heading-xl{
        font-size: 22px;
    }
    .banner-inner h2 {
        font-size: 24px;
    }
    .paragraph {
        font-size: 16px;
        line-height: 26px;
    }
    .titleheading strong {
        font-size: 35px;
    }
    .banner-image{
        width: 60%;
    }
    .whiteBoxText strong{
        font-size: 22px;
    }
    img.trackengagement2 {
        margin-top: 0;
    }
    .multimediaIntegration {
        background-size: cover;
    }
    .whiteBig_circle {
        width: 350px;
        height: 350px;
    }
    .whiteFourBox_Text strong{
        font-size: 17px;
    }
    .whiteFourBox_Text p {
        font-size: 14px;
    }
    .modal-wrapper > div{
        width: 90%;
        height: 60%;
        overflow: scroll;
    }
}