﻿.Conboxcr {
    min-width: 15.625rem;
    max-width: 25.9375rem;
    background: white;
    text-decoration: none;
    font-style: normal;
    border-radius: 4px;
    border: 1px solid #f7f7f7;
    position: relative;
    display: block;
    text-align: initial;
    border: none;
    background-color: #f7f7f7;
    /*min-height: 100%;*/
    border-radius: 10px;
}

.uujuy {
    margin-bottom: 1.5rem;
    margin: 0 2% 2.5rem;
    width: 21%;
    float: right;
}

.Conboxcr-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.mapx {
    padding-left: 30px;
}

.mapi {
    border-radius: 20px;
}

/*  for mobile  */
@media (max-width: 767px) {
    .uujuy {
        margin-bottom: 1.5rem;
        margin: 0px 0 20px 0;
        width: 100%;
        float: right;
    }

    .mapx {
        padding-left: 15px;
    }

    .mapi {
        border-radius: 10px;
    }

    .textH2 {
        font-size: 17px;
    }
}

.blog-iframe iframe {
    width: 100%;
    height: 100%;
    border-width: 0px !important;
}
/*  for mobile  */

#needHelpBtn {
    position: fixed;
    bottom: 25px;
    right: 44px;
    z-index: 2147483638 !important; /*maximum z-index*/
    text-align: center;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
    text-decoration: none;
    /*width: 84px;
    height: 27px;*/
}

.hideThat {
    display: none !important;
}

.pulse {
    /*margin: 100px;*/
    display: block;
    /*width: 22px;
    height: 22px;
    border-radius: 50%;*/
    background: rgba(41, 46, 56, 1);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(41, 46, 56, 0.6);
    animation: pulse 2s infinite;
}

    .pulse:hover {
        animation: none;
        font-weight: bold;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 213, 132, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(35, 213, 132, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(35, 213, 132, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(35, 213, 132, 0.6);
        box-shadow: 0 0 0 0 rgba(35, 213, 132, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(35, 213, 132, 0);
        box-shadow: 0 0 0 10px rgba(35, 213, 132, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(35, 213, 132, 0);
        box-shadow: 0 0 0 0 rgba(35, 213, 132, 0);
    }
}

@media only screen and (min-width: 1200px) {
    .aboveInvestButtonWithNoPackage {
        padding: 165px !important;
    }
}
@media screen and (max-width: 1199px), screen and (min-width: 992) {
    .aboveInvestButtonWithNoPackage {
        padding: 132px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .aboveInvestButtonWithOnePackage {
        padding: 146px !important;
    }
}
@media screen and (max-width: 1199px), screen and (min-width: 992) {
    .aboveInvestButtonWithOnePackage {
        padding: 113px !important;
    }
}