.about-us-section,
.benefits-section {
    position: relative;
    background-color: #fff
}

.ccc,
.ccc1 {
    margin-top: 14px
}

.menu .menu-item .mega-menu,
.menu .menu-item .mega-menu1 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding: 20px;
    z-index: 999
}

.about-us-section {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px
}

@keyframes colorChange {
    0% {
        color: #ff6b6b
    }

    25% {
        color: #feca57
    }

    50% {
        color: #48dbfb
    }

    75% {
        color: #1dd1a1
    }

    100% {
        color: #ff9ff3
    }
}

.about-cphr-heading-animation {
    font-family: Arial, sans-serif;
    font-size: 35px !important;
    animation: 5s infinite alternate colorChange
}

@keyframes colorChange2 {
    0% {
        color: #f99d9d
    }

    25% {
        color: #feca57
    }

    50% {
        color: #fff
    }

    75% {
        color: #99cabd
    }

    100% {
        color: #f9d0f4
    }
}

.about-cphr-heading-animation2 {
    font-family: Arial, sans-serif;
    font-size: 35px !important;
    animation: 5s infinite alternate colorChange2
}

.benefits-section {
    padding: 50px 0;
    z-index: 1;
    background-image: url('../images/about/map-new.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px
}

.benefit-image {
    max-width: 100%;
    transition: transform .5s, box-shadow .3s;
    border-radius: 20px;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.background-square,
.background-square1 {
    border: 2px solid #fec341
}

.benefit-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0))
}

.benefit-image:hover,
.counter-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.benefit-item {
    opacity: 0;
    transform: translateY(-20px);
    animation: 1s forwards fadeInUp
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.benefit-item i {
    font-size: 24px;
    margin-right: 10px;
    color: #195e8e
}

@keyframes shakeHand {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-5deg)
    }

    75% {
        transform: rotate(5deg)
    }
}

.benefit-text {
    font-size: 1.1rem;
    color: #333;
    animation: 1s forwards fadeInUpText
}

.background-circle,
.background-square,
.background-square1 {
    animation: 5s infinite alternate moveShapes;
    top: 30%;
    position: absolute;
    width: 30px;
    height: 30px;
    box-sizing: border-box
}

@keyframes fadeInUpText {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.background-square {
    left: 90%
}

.background-circle {
    left: 80%;
    border: 5px solid #fec341;
    border-radius: 50%
}

.background-circle1 {
    position: absolute;
    width: 30px;
    height: 30px;
    animation: 5s infinite alternate moveShapes;
    top: 20%;
    left: 10%;
    box-sizing: border-box;
    border: 5px solid #fec341;
    border-radius: 50%
}

.background-cross,
.background-cross1 {
    width: 25px;
    height: 25px;
    animation: 5s infinite alternate moveShapes;
    top: 20%;
    position: absolute
}

.background-cross {
    left: 80%
}

.background-cross1 {
    right: 97%
}

.cross-line1,
.cross-line2 {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #50c4d2
}

.cross-line1 {
    transform: rotate(45deg)
}

.cross-line2 {
    transform: rotate(-45deg)
}

@keyframes moveShapes {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(10px, 10px)
    }
}

.sprinkles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999
}

.sprinkle {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    bottom: -5px;
    animation: 5s linear infinite sprinkleMove
}

.sprinkle:nth-child(2) {
    left: 110px;
    animation-duration: 10s
}

.sprinkle:nth-child(3) {
    left: 150px;
    animation-duration: 20s
}

.sprinkle:nth-child(4) {
    left: 290px;
    animation-duration: 30s
}

.sprinkle:nth-child(5) {
    left: 320px;
    animation-duration: 15s
}

.sprinkle:nth-child(6) {
    left: 780px;
    animation-duration: 25s
}

.sprinkle:nth-child(7) {
    left: 900px;
    animation-duration: 30s
}

.sprinkle:nth-child(8) {
    left: 1200px;
    animation-duration: 20s
}

@keyframes sprinkleMove {
    0% {
        bottom: -5px;
        opacity: 0
    }

    10%,
    90% {
        opacity: 1
    }

    100% {
        bottom: 100%;
        opacity: 0
    }
}

.ml1 {
    font-weight: 900;
    font-size: 1.2em
}

.bb1,
.counter-number,
.custom-bold {
    font-weight: 700
}

.ml1 .letter {
    display: inline-block;
    line-height: 1em
}



.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #50c4d2;
    transform-origin: 0 0
}

.change-position,
.pointer-block:hover {
    transform: translateY(-10px)
}

.ml1 .line1 {
    top: 0
}

.ml1 .line2 {
    bottom: 0
}

.ccc {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px
}

.ccc1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: justify
}

.pricing-main-div {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    padding: 20px;
    border-radius: 10px
}

.menu .menu-item .mega-menu1 {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ddd
}

.counter-card,
.counter-card2,
.counter-card3,
.counter-card4 {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s;
    position: relative
}

.menu .menu-item:hover .mega-menu,
.menu .menu-item:hover .mega-menu1 {
    display: block
}

.counter-card {
    background-color: #1a5e8f
}

.counter-card2 {
    background-color: #4188c7
}

.counter-card3 {
    background-color: #50c4d2
}

.counter-card4 {
    background-color: #fec341
}

.counter-icon {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px
}

.counter-number {
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px
}

.counter-title {
    font-size: 18px;
    color: #fff
}

.counter-section {
    background-color: #fff
}

.boxx-shadow {
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.red,
.red1 {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    padding: 15px
}

.custom-underline,
.menu .menu-item {
    position: relative;
    display: inline-block
}

.custom-underline::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ffc342;
    border-radius: 2px
}

.per-user-size {
    font-size: 14px;
    color: gray;
    font-weight: 500
}

.starts-for-button {
    background-color: #195e8e;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px
}

.red,
.red1 {
    background-color: #fff
}

.sub-li-pricing-font {
    font-size: 13px
}

.red {
    border-radius: 20px;
    margin-bottom: 10px
}

.tt {
    font-size: 14px;
    line-height: 21px
}

.strem-selection-underline2 {
    text-decoration: underline;
    color: #1a5e8f
}

.strem-selection-underline1 {
    text-decoration: underline;
    color: #50c4d2
}

.strem-selection-underline {
    text-decoration: underline;
    color: #fec341
}

.strem-selection-underline4 {
    text-decoration: underline;
    color: #195e8e
}

.link-for-submenu-color {
    color: gray !important
}

.link-for-submenu-color-classes {
    color: #428dcf !important
}

.link-for-submenu-color-classes2 {
    color: #50c4d2 !important
}

.link-for-submenu-color-classes3 {
    color: #2c6c98 !important
}

.another-heading-span {
    color: #007bff
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu .menu-item .mega-menu {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd
}

.bttn,
.bttn1 {
    padding: 7px;
    border-radius: 10px
}

.menu .menu-item:focus-within .mega-menu,
.menu .menu-item:hover .mega-menu {
    display: block
}

.arrow-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.learn-more-button-position,
.std-class {
    display: inline
}

.arrow {
    font-size: 48px;
    color: #00f;
    animation: 1s infinite blink
}

.bttn,
.bttn :hover,
.bttn1,
.bttn1 :hover,
.card-icon,
.std-class {
    color: #fff
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.bttn {
    background-color: #fec341
}

.bttn1 {
    background-color: #1a5e8f
}

.card-custom1,
.card-custom2 {
    border: none;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s
}

.card-custom2 {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #2c6c98 50%, #1a5e8fd4 50%)
}

.card-custom1:hover,
.card-custom2:hover,
.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
    background: linear-gradient(135deg, #fec341ba 50%, #fec341 50%)
}

.card-custom1 {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #50c4d2 50%, #50c4d2b3 50%)
}

.card-custom {
    border: none;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    background: linear-gradient(135deg, #428dcf 50%, #4088c8 50%)
}

.card-icon {
    font-size: 50px;
    margin-bottom: 20px;
    transition: color .3s
}

.card-title-custom {
    color: #fff;
    font-weight: 400
}

.card-custom:hover .card-icon {
    color: #ffeb3b
}

.card-body-custom {
    padding: 30px;
    text-align: center
}

.std-class {
    border: 1px solid #1a5e8f;
    background-color: #1a5e8f;
    padding: 5px 10px;
    border-radius: 5px
}

.background-white-card-text,
.background-white-card-text1 {
    background-color: #fff;
    padding: 20px 25px 30px 20px;
    border-radius: 0 0 10px 10px
}

.background-white-card-text {
    border-left: 2px solid #fec341;
    border-width: 10px;
    height: 100px
}

.background-white-card-text1 {
    border-left: 2px solid #fec341;
    border-width: 10px;
    height: 132px
}

.card-text {
    color: #000;
    text-align: center
}

.span-title {
    font-weight: bolder
}

.sel {
    font-weight: 300
}

.bb {
    padding: 0 10px
}

.beb,
.beb1 {
    padding-bottom: 80px;
    background-color: #fff
}

.beb {
    padding-top: 50px
}

.text-justify {
    text-align: justify
}

.pointer-block {
    margin: 20px 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s, box-shadow .3s
}

.pointer-block:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.std-class1 {
    background-color: #195e8e;
    color: #fff;
    border-radius: 8px;
    padding: 10px
}

.pb-9 {
    padding-bottom: 9px
}

.media-mention {
    width: 180px;
    height: 80px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    margin: 30px
}

@media screen and (max-width:499px) {
  
    .media-mention {
        width: 160px;
        height: 80px;
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
        margin: 10px
    }
}

.WhatsappIcon {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    cursor: pointer
}

.h3h3 {
    display: inline-block;
    background: bisque;
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600
}

.title1 {
    background: url(https://mindlerimages.imgix.net/tinyimg/blue-line.jpg) center repeat-x;
    position: relative;
    text-align: center;
    margin-bottom: 25px
}

@media screen and (min-width: 600px)
{
    .lap-pt
    {
        padding-top: 20px;
    }    
}