
.bg1{
    background: linear-gradient(to left, #500f5c, #7f2eb3);
    color: white !important;
}

.navbar-brand{
    width: 15%;
}
.nav-link{
    font-size: 12px;
    color: white !important;
}
.s1h2{
    color: #6E408D;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    letter-spacing: -0.75px;
}
.s1h1{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    letter-spacing: -0.75px;
}
.section_1 p{
    font-size: 14px;
}
.btn_custom{
    color: #ffffff !important;
    background-color: #25d366 !important;
    border: 2px solid #ffffff00!important;

}
.btn_custom:hover{
    color: white !important;
    background-color: transparent!important;
    border-color: white !important;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
}
.btn_custom_2{
color: #fff !important;
    background-color: #25d366 !important;
    border: 2px solid #ffffff!important;

}
.btn_custom_2:hover{
    color: white !important;
    background-color: #6E408D !important;
    border-color: white !important;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
}
/*.bg2{*/
/*    background-color: #F3CBFE;*/
/*}*/
.bg3{
    background-color: #9200b1;
    color: white;
    border-radius: 12px;
}
.bg3:hover {
    transform: scale(1.1);
}
.section_3 h1{
    color: #6E408D;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
}
.card_custom{
    background-color: #F5F7FA;
    margin-top: -34px;
}
.card_custom h6 {

    font-size: 14px;
    font-weight: bold;
    color: #6E408D;
    font-family: 'Open Sans', sans-serif;
}
.card_custom p {
    font-size: 13px;
    text-align: left;
}
.card_custom:hover img{
    transform: scale(1.3);

    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
}
.section_3 img{
    width: 40%;
}
.card_bottom{
    margin-bottom: 29px;
}
.card_bottom_2{
    margin-bottom: 0.4rem!important;
}
.section_3_h1{
    color: #6E408D;
    font-size: 2.3rem !important;
    font-weight: 600;
}
.border_custom{
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #6E408D;
    border-radius: 100%;
    margin: 0 auto;
}
.bg_card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #6E408D;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 206px;
}
.bg_card_2{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: black;
    height: 116px;
}
.section_4 img{
    width: 80%;
}
.section_4 p{
    font-size: 14px;
    color: #898989;
    font-family: 'Proxima Nova';
}
.card_c{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    height: 290px;
}
.card_c:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.ivr{
    width: 46% !important;
}
.img2{
    width: 65% !important;
}
.bgt_1{
    background: url("../images/testimonial-smartflow-01_Large.webp");
    background-size: 100% 80%;
    background-repeat: no-repeat;
    height: 26rem;
}
.bgt_2{
    background: url("../images/testimonial-smartflow-02_Large.webp");
    background-size: 100% 80%;
    background-repeat: no-repeat;
    height: 26rem;
}
.t_1{
    margin-left: 30px;
    width: 82%;
    text-align: center;
}
.q_left{
    position: absolute;
    left: 7px;
    width: 20px;
}
.q_right{
    transform: rotate(180deg);
    position: absolute;
    right: 7px;
    width: 20px;
    top: 142px;
}
.our_customer_section img{
    width: 100%;
    padding: 25px;
    max-height: 170px;
    webkit-filter: grayscale(1);

}
.testimonial_img {

    position: absolute;
    width: 29%;
    border: 6px solid #804ca4;
    border-radius: 50%;
    top: -43px;
    left: 118px;

}
.star{
    width: 8%;
}
/* Pop */
@keyframes pop {
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.pop {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.pop:hover {
    animation-name: pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    padding: 15px;
}

.my-float{
    margin-top:16px;
}
.bg_card p{
    font-size: 14px;
}
/*slider styling start*/
.center2 > .slick-list > .slick-track {

    height: 350px;
}
.center2 > .slick-dots li button:before {

    font-size: 10px !important;

    color: #804ca4 !important;
}
.center2 {
    margin-bottom: 60px !important;
}
.center > .slick-next {
    right: 350px !important;
    top: 94px !important;
}
.slider{
    margin-top: 20px !important;
}
.slider {
    width: 100%;
    margin: 100px auto;
    margin-left: 12px !important;
}
/*slider styling end*/
.center3 > .slick-list > .slick-track {

    height: 130px;
}
.center3 > .slick-dots li button:before {

    font-size: 10px !important;

    color: #804ca4 !important;
}
.center3 {
    margin-bottom: 60px !important;
}
.slider{
    margin-top: 20px !important;
}
.slider {
    width: 100%;
    margin: 100px auto;
    margin-left: 12px !important;
}
.menu-list{
    list-style-type: none !important;
}
.bg-light-blue{
    background-color:#804ca4 !important;
    color: white;

}
.hex_bg{
    background-image: url(../images/hex_ico_1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 146px;
}
.package_heading{
    margin-top: 44px;
    font-weight: bolder;
}
.pacakge_tick{
    margin-top: -4px;
}
video{
     width:520px;
     height:330px;
}
.fa-check{
    color: #804ca4;
    border: 1px solid #804ca4;
    border-radius: 50%;
    padding: 4px;
}
/*old index*/
/*.padding_custom{*/
/*    margin-top: 62px;*/
/*    !*margin-bottom: 13rem;*!*/
/*        height: 506px;*/
/*}*/

.padding_custom {
    margin-top: 43px;
    height: 522px;
}
.section_card{
    color: #804ca4;
}
.thank_you_div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.reveal {
    position: relative;
    display: flex;
    color: white;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    white-space: pre;
}
.reveal span {
    opacity: 0;
    transform: scale(0);
    animation: fade-in 2.4s forwards;
}
.reveal::before, .reveal::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 2px;
    background: white;
    opacity: 0;
    transform: scale(0);
}
.reveal::before {
    left: 50%;
    animation: slide-left 1.5s cubic-bezier(0.7, -0.6, 0.3, 1.5) forwards;
}
.reveal::after {
    right: 50%;
    animation: slide-right 1.5s cubic-bezier(0.7, -0.6, 0.3, 1.5) forwards;
}

@keyframes fade-in {
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-left {
    to {
        left: -6%;
        opacity: 1;
        transform: scale(0.9);
    }
}
@keyframes slide-right {
    to {
        right: -6%;
        opacity: 1;
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 1199px) {
    .padding_custom {
        margin-top: 78px;
        height: 505px;
    }
    .card_custom {

        height: 300px;
    }
    .card_c {

        height: 320px;
    }
    .q_left{
        width: 14px;
    }
    .q_right{
        width: 14px;
    }


}
@media only screen and (max-width: 991px) {
    .mt-4-tab{
        margin-top: 1.5rem;
    }
    .bg_card p {
        font-size: 10px;
        margin-left: -24px;
        margin-top: 22px;
    }
    .bg_card h5{
        margin-left: -20px;
    }

    .testimonial_img {

        top: -21px;
        left: 65px;

    }
    .bg_card_2 {

        height: 98px;
    }
}

@media only screen and (max-width: 600px) {
    .section_1 p {
    font-size: 10px;
}
    .reveal {

        font-size: 1.5rem;
    }
    .navbar-brand {
        width: 26%;
    }
    .thank_you_div {
        position: absolute;
        top: 40%;
        left: 53%;
    }
    video {
    width: 82%;
    margin-left: 35px;
        height: 318px;
 }
    .section_3_h1 {

        font-size: 1.9rem !important;;
    }
    .section_3_mob_center{
        justify-content: center;
    }
    .section_4{
        justify-content: center;
    }
    .mt-4-mob{
        margin-top: 1.5rem;
    }
    .bg_card p {
        font-size: 12px;
        margin-left: -13px;
        margin-top: 22px;
        margin-top: 28px;
    }
    .testimonial_img {
        top: -37px;
        left: 95px;
    }
    .bg_card_2 {
        height: 118px;
    }
    .footer_p{
        font-size:15px;
    }
}
