*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    font-family: sans-serif;
    font-size: 16px;
}
body p {
     font-family: sans-serif;
    font-weight: normal;
}
h1,h2,h3,h4,h5{
    font-family: 'BreveNews', sans-serif;
    font-weight: 600;
}
ul{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
    font-family: sans-serif;

}
img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/*===========================*/
.chg_color{
    color: #5c60bc;
}
.center_align{
    display: flex;
    align-items: center;
}
.col_fff{
    color: #fff;
}
/*===================================*/
.banner_header{
/*    background: url(../images/banner_img_1.jpg);*/
    background: url(../images/pexels-vladyslav-dukhin-296649.jpg);
    background-size: cover;
    background-position: center center;
}
/*=============  header style ===================*/
.navbar .container-fluid{
    max-width: 1200px;
    padding: 0 15px;
}
.navbar-brand img {
    max-width: 130px;
}
.navbar .navbar-collapse {
    background: #fff;
    max-width: 60%;
    border-radius: 24px;
}
 .navbar-nav{
    display: flex;
    justify-content: space-between;
    margin: auto;
    border-radius: 24px;
    align-items: center;
    width: 100%;
    padding-left: 15px;
   
}
.nav-item .nav-link, .nav-item {
    color:  #5c60bc;
    margin-left: 2px;
}
 .navbar-nav .nav-link.active{
    padding: 0px !important;
    border-bottom: 2px solid;
 }
.login_header span {
    display: block;
    margin: 5px;
}
.login_header span a {
    background:  #5c60bc;
    padding: 5px 18px;
    display: inline-block;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    color: blue !important;
    color: #fff !important;
}
.right_side_header a{
    color: #fff;
}
 .navbar .navbar-toggler {
    order: 2;
    border: 1px solid #fff !important;
}
 .navbar .navbar-toggler .fa-bars{
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 1px #e8ecf4 !important;
}
.right_side_header img {
    max-width: 30px;
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-nav .nav-link{
        font-size: 14px;
    }
    .navbar .container-fluid{
        padding: 0 20px;
    }
    .navbar-nav{
        padding-left: 5px;
    }
}

/*============= banner section style ===============*/
.banner_content{
    padding: 40px 0;
}
.banner_text_outer {
    color: #fff;
    position: relative;
    margin-top: 100px;
    left: 5%;
    width: 37%;
    margin-bottom: 50px;
}
.heading-1 {
    padding: 10px 0;
}
.heading-1 .heading_main {
    font-size: 45px;
    line-height: 50px;
}
.banner_button .button {
    background: #fff;
    margin: 10px 0;
    max-width: 70%;
    text-align: center;
    border-radius: 5px;
    border: 2px solid transparent;
}

.banner_button .button a {
    padding: 5px;
    display: inline-block;
    color: #5c60bc;
    font-weight: 500;
}

.button_two {
    border: 1px solid !important;
    border-style: dashed !important;
    background: transparent !important;
}
.button_two a, .discover_btn a {
    color: #fff !important;
}
.discover {
    margin-left: 5%;
    display: flex;
    align-items: center;
}
.discover_btn a {
    display: inline-block;
    padding: 0 6px 0 0;
    font-size: 18px;
}
.discover_btn i {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
/*================ about style ========================*/
.about_home{
    padding: 60px 0;
}
.about_home h2{
    font-size: 30px;
    list-style: 36px;
}
.img_box {
    max-width: 50%;
    margin: auto;
}
.mob_slider{
    padding-bottom: 60px;
}
.mob_slider .button {
    border: none !important;
}

.mob_slider button.slick-arrow {
    border: none;
    background: transparent;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mob_slider button.slick-arrow i {
    font-size: 25px;
    color: #5d5ec2;
    line-height: 26px;
}
.mob_slider button.slick-arrow.prev_slick {
    left: 45%;
}
.mob_slider button.slick-arrow.next_slick {
    left: 55%;
    display: inline-block;
}
.arrow_span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #5d5ec2;
    border-radius: 50%;
}
/*=========== 3rd section  ===============*/
.cards_background{
    background: #E8ECF4;
    width: calc(100% - 120px);
    margin: auto;
    padding: 60px 0;
    border-radius: 20px;
}
.cards_inner {
    width: calc(100% - 100px);
    margin: auto;
    transform: rotate(-1deg);
}

.cards_inner img {
    width: 100%;
}
.cards_text p{
    color: #8D8D8E;
}
.cards_content {
    max-width: calc(100% - 100px);
    margin: auto;
}

.cards_heading h2 {
    font-size: 40px;
    font-weight: 600;
}

.card_button a {
    padding: 10px 0;
    display: block;
    text-align: center;
    background: #5c60bc;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
.even {
    transform: rotate(1deg) !important;
}
/*========================================*/
.testimonial{
    margin-top: 80px;
    position: relative;
}

.videos-slider-2 .img_box img {
    border-radius: 20px;
}
.videos-slider-2 button {
    bottom: 20px !important;
    border: none;
    position: absolute;
    left: 10%;
    background: transparent;
}
.slider_img_mob{
    position: relative;
    left: 5%;
}
.videos-slider-2 button.slick-arrow.prev_slick {
    left: 5%;
    position: absolute;
    z-index: 77;
}

.videos-slider-2 .arrow_span {
    border-color: #fff;
}
.videos-slider-2 .arrow_span .fa {
    color: #fff;
    font-size: 22px;
}
.name_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.about_reviews .name_text .test_person img {
    max-width: 50px;
}
.testimonial_box {
    background: #fff;
    max-width: 460px;
    padding: 40px;
    border-radius: 20px;
    position: absolute;
    right: 80px;
    top: 50%;
    border: 1px solid #5c60bc;
    border-style: dashed;
}
.testimonial_box .test_person img{
    max-width: 50px;
}
.text_sider {
    padding: 40px 0 0;
    max-width: 70%;
}
.text_sider p{
    color: #8D8D8E;
}
.text_content p {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0px;
}

.test_rating i.fa {
    color: #5c60bc;
}

.test_button a {
    padding: 5px 15px;
    border: 2px solid #5c60bc;
    color: #5c60bc;
    border-radius: 5px;
}
.test_rating {
    margin-bottom: 0px;
}
.testimonial_box .review_name {
    color: #8D8D8E;
    font-size: 12px;
}
.testimonial_box:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    top: 0px;
    left: -10px;
    border-radius: 10px 0 50px 0;
    transform: rotate(90deg);
}
/*================ cards Section ======================*/
.icon_box img {
    max-width: 150px;
    margin: auto;
}
.finger_tips {
    padding: 60px 0 30px;
}

.slides_cards {
    margin-top: 30px;
}
.card_item  .icon_box {
    z-index: 4;
    position: relative;
    border-bottom: 1px solid #5c60bc;
    border-radius: 20px;
    padding: 20px;
}
.card_item {
    background: #e8ecf4;
    text-align: left;
    border: 1px solid #5c60bc;
    border-radius: 20px;
    margin: 0 10px;
    height: auto !important;
}
.landing_page_finger_tips .slick-track{
    display: flex;
    align-items: stretch;
}
.content_card {
    padding: 20px 20px;
}

.content_card h3 {
    font-size: 25px;
    font-weight: 600;
}

.content_card p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.content_card .read a {
    background: #5c60bc;
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
/*===========================*/
.progress-bar {
    margin: 1px;
    border-radius: 10px;
    background: #5c60bc;
}

.progress {
    height: 8px;
    margin-top: 25px;
    border: 1px solid #5c60bc;
    background: transparent;
}

/*============ functionility ================*/
.functionility{
    padding: 60px 0;
}
.inner_box_function{
    background: #E8ECF4;
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 80px 50px;
    border-radius: 15px;
    border: 2px solid #5c60bc;
    border-style: dashed;
}
.icon_with_text {
    text-align: center;
    margin: auto;
    display: flex;
    column-gap: 30px;
    justify-content: center;
    position: relative;
}
.icon_with_text .icon_text {
    position: relative;
}
.icon_with_text .icon_text:last-child:before {
    display: none;
}
.icon_with_text .icon_text:before {
    content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid #5c60bc;
    width: 100%;
    top: 35px;
    border-style: dashed;
    z-index: 1;
}
.icon_with_text .icon_box {
    z-index: 4;
    position: relative;
}
.icon_with_text .icon_box img{
    max-width: 70px;
}
.content_box_fun {
    padding-bottom: 35px;
}

.content_box_fun p {
    max-width: 65%;
    margin: auto;
}
.icon_with_text .text span {
    color: #5c60bc;
    font-size: 12px;
    font-weight: 700;
}

.inner_box_function .card_button {
    margin: 30px 0 0;
}

.inner_box_function .card_button a {
    width: 40%;
    margin: auto;
    background: #000;
}
/*============== Footer style =================*/
.footer{
   background:#5c60bc;
   padding: 100px 0;
   border-radius: 50px 50px 0 0; 
}
.footer .logo img {
    max-width: 200px;
    display: block;
    margin: 0px auto 40px;
}
.footer h3, .quick_links a, .social_icons a span  {
    color: #fff;
}
.right_sec {
    text-align: right;
}
.mid_sec {
    text-align: center;
}
.mid_sec .info .footer_form .mail_contact {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    margin: 30px  20px;
}
.mid_sec .info .footer_form .mail_contact input {
    width: 70%;
    border: none;
    text-align: center;
}
.mid_sec .info .footer_form .mail_contact button {
    width: 30%;
    border: none;
    background: #5c60bc;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 3px;
}
.left_sec p span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.social_icons {
    display: flex;
    column-gap: 15px;
}
.footer .hero_hr {
    height: 2px !important;
    color: #fff;
    margin: 0px auto 10px;
}

@media(max-width : 767px){
    .banner_text_outer {
        margin-top: 0px;
        left: 0%;
        margin-bottom: 50px;
        width: 80%;
    }
    .slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted {
        top: 75% !important; 
    }
}
@media(max-width : 576px){
    .banner_text_outer {
        width: 100%;
    }
    .banner_content {
        padding: 40px 0 10px;
    }
}
/**  Progress Bar */
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 25% 100%;
  
  transition: background-size .4s ease-in-out;
}


/* VIDEO SLIDER */
.video_slider_secc{
    position: relative;
    left: 30px;
}

.videos-slider-1 h4,
.videos-slider-2 h4 {
  font-size: 14px;
}

/* OVERLAY */
.bs-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bs-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.bs-overlay:hover .bs-overlay-panel.bs-overlay-top {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.bs-overlay-panel.bs-overlay-top {
  top: auto;
}
.bs-overlay-background {
  background: rgba(0,0,0,.8);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: opacity,transform,filter;
}
.bs-overlay-panel {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.bs-overlay>:first-child,
.bs-overlay-panel>:last-child {
  margin-bottom: 0;
}
.bs-overlay:hover{
  cursor: pointer;
}
.bs-overlay:hover:after {
  background-image: url(http://shrani.si/f/2Q/ze/2CtEIRsH/youtubeplayred1.png);
}
.bs-overlay:after {
  background-image: url(http://shrani.si/f/3o/DK/1A24SBYG/youtubeplaydark1.png);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 38px;
  background-size: cover;
}
.slider-nav-thumbnails {
  margin-top: 10px;
}
.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
  padding: 5px;
  background: transparent;;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
  background: #000;
}
.slider-nav-thumbnails img {
  width: 40px;
  margin: 0 5px;
}
.slider-nav-thumbnails .slick-slide:first-child img {
  margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
  margin-right: 0;
}



.slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted {
    position: absolute;
    top: 60px;
    left:65%;
    z-index: 12000;
    width: 216px;
    height: 60px;
    transform: rotate(90deg);
}


.slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted img{
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted [type=button]:not(:disabled){
    display:none;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active img{
    background-color: #fff !important;
}
.videos-slider-2 .slick-slide{
    overflow: hidden !important;
}
.videos-slider-2 .slick-slide img{
    border-radius: 20px !important;
}
.video_slider_secc .slider-nav-thumbnails .slick-slide img{
    transform: rotate(270deg) !important;
}




/*====== slick slider =======*/   
.slider_img_mob .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.slider_img_mob .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slider_img_mob .slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2{
  display: block;
}

.slider_img_mob .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slider_img_mob .slick-snext {
  opacity: .4;
  transform: translate3d(20%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}
.slider_img_mob .slick-snext2 {
  opacity: 1;
  transform: translate3d(20%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}
.slider_img_mob .slick-sprev {
  opacity: .4;
  transform: translate3d(-20%, 0, -10px);
}

.slider_img_mob .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-20%, 0, -20px);
} 

/*=====================================*/
.social_icons .icon img {
     max-width: 20px;
    margin: 0px;
}
.display_block_mob, .display_mob_social{
    display: none;
}
.hero_hr.dis_none_desk {
    display: none;
}
.navbar .navbar-collapse{
    max-width: calc(100% - 40px);
}
.navbar-collapse {
     position: absolute !important;
        top: calc(100% - 20px);
        right: 5%;
        width: 320px !important;
        z-index: 999;
        min-width: 320px;
    }
    .navbar-collapse ul {
        padding: 0;
        flex-wrap: wrap;
        border-radius: 5px;
    }
    .navbar-collapse ul li {
        padding: 0;
        display: block;
        width: 100%;
    }
    .navbar-collapse ul li span {
        margin: 0;
    }
    .navbar-collapse ul li a,
    .navbar-nav .nav-link.active {
        display: block;
        line-height: 40px;
        padding: 5px 20px !important;
        border-bottom: 1px solid #000 !important;
        width: 100%;
    }
    .navbar-collapse ul li span a {
        border-radius: 0;
        text-align: left;
    }
    .navbar-collapse ul li:last-child a {
        border-bottom: 0px !important;
    }
    .nav-item .nav-link, .nav-item{
        margin-left: 0px;
    }
    .navbar .navbar-collapse{
        border-radius: 5px;
        margin-top: 10px;
    }
    .navbar .navbar-toggler {
        order: 2;
        position: absolute;
        top: 52px;
        right: 5%;
    }
    .right_side_header {
        position: absolute;
        top: 52px;
        right: 70px;
    }
@media(min-width : 768px) and (max-width: 1199px){
    .banner_text_outer{
        max-width: 50%;
    }
    .heading-1 .heading_main{
        font-size: 38px;
    }
}
@media (min-width: 768px){
   .footer h3{
     font-size: 35px;
   } 
   .footer .hero_hr {
      margin: 25px 0 10px;
    }  
}
@media(max-width: 991px){
    .disp_none_mob_about{
        display : none;
    }
    .footer h3{
        font-size: 28px;
    }
    .display_block_mob {
        left: 0;
        margin: 40px 10px;
        display: block;
    }
    .slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted img {
        width: 70px;
        height: 70px;
        border-radius: 15px;
    }
     .slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted {
        position: absolute;
        left: 65%;
        z-index: 12000;
        width: 160px;
        height: 55px;
        transform: rotate(0deg);
        top: 75% !important; 
    }
    .text_sider {
        order: 2;
        max-width: 100%;
    }

    .slider-nav-thumbnails .slick-slide img {
        padding: 2px;
    }
    .testimonial_box:before {
        top: -20px;
        left: -5px;
        transform: rotate(155deg);
    } 
    .about_home h2 {
        font-size: 25px;
        font-weight: 600;
    }
   
    .cards_background{
        width: 100%;
    }
   
    .even_odd .row {
        margin-bottom: 50px;
    }
    .odd_row {
        display: flex;
        row-gap: 30px;
    }
     
    .cards_heading h2 {
        font-size: 25px;
    }   
    .cards_inner, .cards_content {
        width: calc(100% - 40px);
    }    
    .cards_heading h2 {
        font-size: 25px;
    }    
    .testimonial_box {
        max-width: 100;
        position: relative;
        top: 10px;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        padding: 20px;
    }

    .video_slider_secc .display_rev {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

    .video_slider_secc {
        left: 0;
    }

    .videos-slider-2 button.slick-arrow.prev_slick {
        left: 2%;
    }

    .slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted img {
        width: 70px;
        height: 70px;
        border-radius: 15px;
    }
     .slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted {
        position: absolute;
        left: 65%;
        z-index: 12000;
        width: 160px;
        height: 55px;
        transform: rotate(0deg);
        top: 75% !important; 
    }
    .text_sider {
        order: 2;
        max-width: 100%;
    }

    .slider-nav-thumbnails .slick-slide img {
        padding: 2px;
    }
    .testimonial_box:before {
        top: -20px;
        left: -5px;
        transform: rotate(155deg);
    } 
    
    .finger_tips {
        padding: 60px 0px;
    }
    .testimonial {
        margin-top: 55px;
    }
    .icon_with_text {
        column-gap: 0;
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .icon_with_text .icon_text {
        width: 20%;
    }  
    .icon_with_text .icon_text:nth-child(5):before {
        visibility: hidden;
    } 
    .video_slider_secc .slider-nav-thumbnails .slick-slide img{
        transform: rotate(0deg) !important;
    }

}
@media(max-width: 767px){
     
    .hero_hr.dis_none_desk{
        display: block;
    }
     .chg_or {
        order: 2;
    }
     .even_row {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .cards_inner, .cards_content {
        width: calc(100% - 40px);
    }  
     .icon_with_text {
        flex-wrap: wrap;
        row-gap: 25px;
        column-gap: 0;
    }
    .icon_with_text .icon_text {
        width: 33.3333334%;
    }
    .icon_with_text .icon_text:nth-child(3n):before {
        visibility: hidden;
        width: 0;
    } 
    .icon_with_text .icon_text:nth-child(5):before {
        visibility: visible;

    } 
    .inner_box_function .card_button a {
        width: 100%;
    }
    .content_box_fun p {
        max-width: 100%;
    } 
    .navbar-collapse{
        right: 20px;
    }
    .navbar-collapse ul li a,
    .navbar-nav .nav-link.active {
        display: block;
        line-height: 40px;
        padding: 5px 20px !important;
        border-bottom: 1px solid #000 !important;
        width: 100%;
    }
    .navbar .navbar-toggler {
        order: 2;
        position: absolute;
        top: 52px;
        right: 20px;
    }
    .right_side_header {
        position: absolute;
        top: 52px;
        right: 70px;
    }

/*======= about section responsive =======*/
.about_card_secc .line_parent img{
    display: none;
}
.about_card_secc .cards_content h2 {
    font-size: 36px;
}
.about_card_secc .cards_content .cards_text p {
    font-size: 16px;
}
.about_card_secc .cards_content{
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
}
.about_card_secc .row.center_align {
    padding: 20px 0px 30px 0px !important;
}
.download_app_sec .download_assets .text_app h2 {
    font-size: 36px;
    color: #fff;
}
.download_app_sec .download_assets a.link_app {
    display: block;
    margin-top: 32px;
}
.download_app_sec .download_assets img {
    width: 180px !important;
}
.about_reviews{
    margin-top: -110px !important;
}
.about_reviews .app_read_more {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: inherit;
    top: 25px;
}
.about_reviews .next_slick {
    left: 34% !important;
}
.about_reviews .test_rating .fa-star {
    font-size: 30px !important;
}
.legacy_services_secc h1{
    font-size: 36px !important;
}
.legacy_services_secc {
    padding: 50px 0px 180px 0px !important;
}
.on_desktop_box{
    display: none;
}
.on_mobile_box{
    display: block !important;
    margin-top: -205px;
}
.on_mobile_box .photo_film_secc{
    box-shadow: 0px 0px 4px lightgrey !important;
}

}



@media(max-width: 576px){
    .banner_button .button {
        max-width: 100%;
    }

    .banner_text_outer {
        margin-bottom: 0px;
        left: 0%;
    }
    .discover {
        position: relative;
        bottom: 28%;
        margin-left: 0;
    }
    .banner_text_outer .heading-1, .banner_text_outer p {
        max-width: 100%;
    }
    .banner_button {
        margin-top: 160px;
    }
    .cards_inner, .cards_content {
        max-width: calc(100% - 15px);
    }
    .cards_heading h2 {
        font-size: 20px;
    }
    .footer {
        border-radius: 30px 30px 0 0;
    }

/*======= Responsive About Section ==========*/
.about_card_secc .cards_content h2 {
    font-size: 32px !important;
}
.about_reviews .slick-arrow {
    margin-left: 122px !important;
}
.legacy_services_secc h1 {
    font-size: 30px !important;
}
.download_app_sec .download_assets .text_app h2{
    font-size: 24px !important;
}
.download_app_sec .download_assets a.link_app{
    margin-top: 10px !important;
}
.mid_sec .info .footer_form .mail_contact {
    margin: 20px 0px 20px 0px;
}
footer .mid_sec .info {
    margin-top: 30px;
}

}


@media(max-width: 480px){
   .text_content p {
        font-size: 15px;
        line-height: 22px;
    }

    .videos-slider-2 button {
        left: 15%;
    }

    .slider-nav-thumbnails.slick-initialized.slick-slider.slick-dotted {
        position: absolute;
        left: 50%;
    }

    .testimonial_box .name_text {
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 15px;
    }
    .inner_box_function h2 {
        font-size: 20px;
    }

    .inner_box_function {
        padding: 60px 15px;
    }
    .footer h3{
        font-size: 20px;
    }
    .navbar-collapse {
        top: calc(100% - 20px);
        right: 10px;
        width: 310px !important;
        z-index: 999;
        min-width: 310px;
    }
    .heading-1 .heading_main {
        font-size: 35px;
        line-height: 45px;
    }

    /*====== about responsive ======*/
    .about_card_secc .cards_content h2{
        font-size: 30px !important;
    }
    .download_app_sec .download_assets img {
        width: 150px !important;
    }
    .about_reviews .test_rating .fa-star {
        font-size: 20px !important;
    }
    .about_reviews .name_text .test_person img {
        max-width: 40px;
    }
    .about_reviews .slick-arrow {
        margin-left: 95px !important;
    }
    .about_reviews .test_rating {
        margin-left: 0px;
    }
    .about_reviews .test_button a{
        width: 180px !important;
        padding: 5px 10px !important;
    }
    .legacy_services_secc .services_assets_cott h2{
        font-size: 30px !important;
    }
    .legacy_services_secc h1 {
        font-size: 24px !important;
    }

}


/*===== about responsive ======*/

@media (max-width:454px){
.about_card_secc .cards_content h2 {
    font-size: 28px !important;
}
.accordian_parent .haccordian h3 {
    color: #fff;
    margin: 0 0;
    font-size: 18px;
    padding: 0 !important;
    line-height: 30px;
}
.film_asset .photo_assets_content {
    padding-right: 20px !important;
    border-right: 1px solid #cccccc;
}
.legacy_services_secc .services_assets_cott ul li img {
    width: 20px !important;
}
.accordian_sec h2.chg_color {
    font-size: 28px !important;
}
  
}

/*======= about responsive =======*/
@media (max-width:400px){
.about_card_secc .cards_content h2 {
    font-size: 24px !important;
}
.download_app_sec .download_assets .text_app h2 {
    font-size: 18px !important;
}
.download_app_sec .download_assets img {
    width: 115px !important;
}
/*.about_reviews .slick-arrow {
    margin-left: 100px !important;
}*/
.about_reviews .next_slick {
    left: 36% !important;
}
.about_reviews .test_button a {
    width: 150px !important;
    padding: 5px 5px !important;
    font-size: 14px;
}
.about_reviews .arrow_span {
    border: 1px solid #fff !important;
}
.about_reviews .arrow_span{
    width: 25px !important;
    height: 25px !important;
}
.about_reviews i.fa.fa-arrow-right {
    font-size: 12px;
}
.about_reviews i.fa.fa-arrow-left {
    font-size: 12px;
}
/*.legacy_services_secc .services_assets_cott {
    min-height: 524px !important;
}*/
.photo_film_secc h1 {
    font-size: 22px !important;
}
.photo_film_secc .photo_content_list ul li{
    font-size: 12px !important;
}
.photo_film_secc p{
    font-size: 13px !important;
}
.photo_film_secc .photo_content_list img {
    width: 20px !important;
}
.film_asset .photo_assets_content {
    padding-right: 10px !important;
}
.accordian_parent .haccordian h3{
    font-size: 14px !important;
}


}

/*======= about responsive =======*/
@media (max-width:380px){
 .about_card_secc .cards_content h2 {
    font-size: 20px !important;
}
.legacy_services_secc h1 {
    font-size: 20px !important;
}
.photo_film_secc h1 {
    font-size: 18px !important;
}
.photo_film_secc .photo_content_list img {
    width: 16px !important;
}

}




/*.navbar-nav{
    display: none !important;
}*/
.quick_links a {
    text-transform: uppercase;
}
/*================ Header 2 style  ===================*/
.header_2_pages{
    background-image: none !important;
    background-color: #5c5ec2;
    padding: 20px 0 40px;
    margin-bottom: -1px;
}
/*========= contact us page style =============*/
.contact_us_title {
    background: #5c5ec2;
    padding: 80px;
}
.contact_us_title .header_content {
    max-width: 75%;
    color: #fff;
    margin-left: 60px;
}

.contact_us_title .header_content h1 {
    font-size: 45px;
    font-weight: 600;
}
.contact_us_content {
    padding: 40px 0;
}

.contact_us_content .form-label{
    color: #5c5ec2;
    font-weight: 700;
    font-size: 18px;
}

.contact_us_content .form-control {
    background: #e9ecf5;
    border: 1px solid #5c5ec2;
    border-style: dashed;
}

.contact_us_content .form-control::placeholder {
    font-size: 12px;
}

.contact_us_content .contact_form {
    max-width: 80%;
    margin: auto;
}

.contact_us_content .contact_us_mob {
    width: calc(100% - 100px);
    margin: auto;
}

.contact_us_content .mob_button a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #5c60bc;
    border-style: dashed;
    margin-top: 20px;
    border-radius: 10px;
    color: #5c60bc;
    font-weight: 600;
    cursor: auto;
}

.contact_us_content .contact_form button {
    max-width: 250px;
    width: 100%;
    background: #5c60bc;
}

.contact_us_content .contact_form textarea{
    height: 150px;
}
.contact_us_content .row{
    align-items: center;
}
.right_side_header{
    display: none;
}

@media(max-width: 991px){
    .contact_us_content .contact_us_mob {
        max-width: 450px;
        margin: 70px auto;
    }
    .contact_us_title .header_content{
        max-width: 100%;
        margin-left: 0px;
    }
    .contact_us_title{
        padding: 80px 0;
    }
}
@media(max-width: 767px){
    .banner_header {
        background: #5d61bc;
        background-size: cover;
        background-position: right -60px top;
        background-repeat: no-repeat;
    }
    .contact_us_content .contact_us_mob {
        width: calc(100% - 100px);
        margin: 50px auto;
    }
    .contact_us_mob .mob_img {
        margin: 30px 0;
    }
    .contact_us_title{
        padding: 40px 0;
    }
     .display_none_mob_social{
        display: none;
    }
    .display_mob_social .icon img {
        max-width: 25px;
        margin: 5px;
    }
     .display_mob_social{
        display: block;
        text-align: center;
    }
    .footer{
        padding: 60px 0;
    }
    .banner_content .banner_button,.banner_content .discover {
        display: none;
    }
    .navbar-nav {
        display: block !important;
    }
}
@media(max-width: 480px){
    .contact_us_content .contact_form{
        max-width: calc(100% - 20px);
    }
    .contact_us_content .contact_us_mob{
        max-width: calc(100% - 20px);
    }
    .contact_us_content .contact_form button{
        max-width: 100%;
    }
    .contact_us_title{    
        padding: 40px 0;
    }
    .contact_us_title .header_content{
        max-width: 100%;
    }
    .contact_us_title .header_content h1{
        font-size: 25px;
    }
}
.thank_content h1 {
    font-size: 60px;
    text-align: center;
    padding: 80px 0;
}




/*==================== About Page style =========================*/
.accordian_sec{
    padding: 40px 0;
}
.accordian_sec .heading_tips {
    max-width: 60%;
    padding: 25px 0;
}

.accordian_sec h2.chg_color {
    font-size: 36px;
}

.button_box {
    border: 2px solid #5c60bc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin: 25px 0 0;
    color: #5c60bc;
}

.button_box a {
    color: #5c60bc;
    font-weight: 600;
}

.accordian_parent {
    padding: 25px 0;
}

.accordian_parent .haccordian {
    background: #5c60bc;
    padding: 8px 25px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.accordian_parent .haccordian h3 {
    color: #fff;
    margin: 0 0;
}
.accordian_parent .haccordian {
    margin-bottom:10px;
}

.accordian_parent .taccordian{
    height: auto !important;
    margin: -15px 0 20px;
    border: 1px solid #5c60bc;
    border-top: none;
    padding: 25px;
    border-radius: 5px;
}
.accordian_parent .taccordian p{
    color: #5c60bc !important;
}
.haccordian .ui-accordion-header-icon{
    display: none;
}
.accordian_sec .icon_box {
     background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; 
}
.accordian_sec .icon_box .icon {
    font-size: 22px;
    color: #5c60bc;
    cursor: pointer;
}
.accordian_sec .ui-state-active .icon_box .icon{
    transform: rotate(45deg);
}
.accordian_sec .rotate_icon_plus{
    transform: rotate(45deg);
}
/*----------------- testimonial section --------------------*/
.about_reviews {
    padding: 120px 0 80px;
    background-color: #5c60bc;
    margin-top: -85px;

}
.about_reviews .test_rating i.fa, 
.about_reviews .test_button a,
.about_reviews .test_button i.fa{
    color: #fff;
}
.about_reviews .test_button a{
    border-color: #fff;
}
.app_read_more {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.review_parent {
    position: relative;
}
.about_reviews .name_text {
     display: flex;
    justify-content: flex-start;
    column-gap: 30px; 
}
.about_reviews .test_button a {
    padding: 5px 15px;
    border: 1px solid #5c60bc;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    border-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download_app {
    background: #fff;
    border-radius: 5px;
}
.download_app a, .download_app .fa {
    color: #5c60bc !important;
}
.about_reviews .test_rating .fa-star{
    font-size: 36px;
}
/*========== slider ============*/
.about_reviews .prev_slick,
.about_reviews .next_slick{
    border: none;
    background: transparent;
}
.about_reviews .arrow_span {
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_reviews .arrow_span .fa{
    color: #fff;
}
.about_reviews .prev_slick, .about_reviews .next_slick {
    position: absolute;
    bottom: 10px;
    left: 36% !important;
    z-index: 897;
}
.about_reviews .prev_slick {
    left: 32% !important;
}
/*================= Download App ======================*/
.download_app_sec{
    width: 100%;
    height: auto;
    position: relative;
    top: -40px;
}
.download_app_sec .download_img_box img{
    width: 100%;
    border-radius: 50px;
    border:1px solid #5c60bc;
}
.download_app_sec .download_assets {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.download_assets a.link_app {
    display: block;
    margin-top: 50px;
}
.download_assets .text_app h2{
    font-size: 46px;
    color: #fff;
}
.download_app_sec .download_assets img {
    width: 200px;
}
.on_mobile_box{
    display: none;
}
/*============= About Card Section =================*/
.about_cards_sec{
    background-color: #E8ECF4;
    padding: 60px 0;
}
.about_cards_sec .cards_inner,
.about_cards_sec .even {
    transform: none !important;
}
.about_cards_sec .row.center_align{
    padding: 40px 0;
}
.about_cards_sec .cards_content h2{
    font-size: 44px;
}
/*=============================*/
.img_line {
    width: 500px;
    transform: scaleX(-1) !important;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
}
.line_parent img{
    width: 500px;
    display: flex;
    justify-content: center;
}
.line_parent {
    position: absolute;
    left: 50%;
    transform: translate(-50%,  -50%);
    z-index: 1;
}

/*======= our services section design =======*/
.legacy_services_secc {
    width: 100%;
    margin-bottom: 60px;
    background-color: #5c60bc;
    padding: 50px 0;
}
.legacy_services_secc h1{
    color: #fff;
    font-size: 46px;
}
.legacy_services_secc .services_assets_cott {
    width: 100%;
    min-height: 470px;
    padding: 30px 20px;
    border-radius: 40px;
    margin-top: 30px;
    position: relative;
    background-color: #E8ECF4;
}
.legacy_services_secc .services_assets_cott .ser-btns {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 0px);
    left: 50%;
    transform: translateX(-50%);
}
.legacy_services_secc .services_assets_cott p{
    color: #8D8D8E;
    font-weight: 400;
    font-size: 17px;
}
.legacy_services_secc .services_assets_cott h3 {
    color: #5c60bc;
}
.legacy_services_secc .services_assets_cott ul li {
    color: #5c60bc;
    margin-bottom: 10px;
    font-size: 14px;
}
.legacy_services_secc .services_assets_cott ul li img{
    margin-right: 10px;
    width: 22px;
}
.legacy_services_secc .services_assets_cott .get_started_btn {
    display: block;
    width: calc(100% - 20px);
    margin: auto;
    padding: 6px;
    background-color:#5c60bc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
/*    margin-bottom: 5px;*/
}
.legacy_services_secc .services_assets_cott .read_more{
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid #5c60bc;
    color: #5c60bc;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 5px;
}

/*=== photo and film ===*/
.photo_film_secc{
    width: 100%;
    background-color: #E8ECF4;
    margin-top: 30px;
    border-radius: 20px;
}
.photo_film_secc h1{
    font-size:28px;
    color: #5c60bc;
}
.photo_film_secc p{
    color: rgb(66, 66, 66);
    margin-bottom: 0;
}
.photo_film_secc .photo_content_list ul{
    margin-bottom: 0;
    position: relative;
}
.photo_film_secc .photo_content_list ul li{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    color: #5c60bc;
    padding-left: 26px;
}
.photo_film_secc .photo_content_list img{
    width: 22px;
    margin-right:5px;
    position: absolute;
    left: 0px;
}
.photo_film_secc .photo_content_list{
    margin-top: 20px;
    display: block;
    text-align: center;
}
.film_asset{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo_film_secc .bg_image{
    background-image: url(../about-images/memories_life.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    border-radius:20px;
    background-color:#00000057;
    background-blend-mode: overlay;
    padding: 20px;   
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.photo_film_secc .bg_image p{
    color: #fff;
}
.photo_film_secc .bg_image .get_btn {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    color:#5c60bc;
    border: 1px solid #5c60bc;
}
.about_card_secc .about_card_details {
     border: 1px dashed #5c60bc;
    padding: 20px 0;
    border-radius: 5px;
    width: 450px;
    display: block;
    margin: 0 auto; 
}
.about_reviews span.review_name.col_fff {
    font-weight: 300;
}
.about_card_secc .order-lg-first,.about_card_secc .order-lg-last {
    background: #e8ecf4;
    position: relative;
    z-index: 2;
}
/*============ 19-oct ==============*/
/*.contact_form {
    position: relative;
}

.contact_form:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: white;
    bottom: 0;
}*/

/*====== Tablate Responsive ======*/
.film_asset .photo_assets_content {
    padding-right: 5px;
}
@media(max-width: 1199px){
    .legacy_services_secc .services_assets_cott{
/*        min-height: 100%;*/
    }
    .about_cards_sec .cards_content h2{
        font-size: 30px;
    }
    .about_cards_sec .cards_content{
         max-width: calc(100% - 15px);
    }
    .legacy_services_secc .row.first_row_services3 {
        margin-bottom: 60px;
    }
    .testimonial_box{
        right: 30px;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .about_card_one,
    .about_card_three{
        flex-direction: row-reverse;
    }
}
@media (max-width:991px){
.about_card_secc .about_card_details{
    width: auto;
}
.about_card_secc .cards_content h2 {
    font-size: 30px;
}
.about_card_secc .cards_content .cards_text p {
    font-size: 18px;
}
.about_reviews .next_slick{
    left: 32%;
}
.about_reviews .slick-arrow {
    margin-left: 150px;
}
.accordian_sec .heading_tips{
    max-width: 100%;
}
.legacy_services_secc .services_assets_cott h3{
    font-size: 35px;
}
.legacy_services_secc .services_assets_cott{
    min-height: 330px;
}
.film_asset{
    width:100%;
}
.film_asset .photo_film_secc .photo_content_list{
    width:50%;
    border-left: 1px solid gray;
}
.film_asset .photo_assets_content {
    padding-right:70px;
    border-right:1px solid #cccccc;
}
.photo_film_secc .col-lg-4.col-md-6.col-sm-6.col-6.p-0 {
    width: 100%;
}
.photo_film_secc .col-lg-4.col-md-6.col-sm-6.col-6.p-0 .bg_image {
    padding: 100px 20px 20px 20px;
}
.photo_film_secc{
    margin: 30px 0;
}
.about_reviews .prev_slick{
    left: 30% !important;
}

}
@media (max-width: 991px){
   
}
@media (max-width: 767px){
    .legacy_services_secc .services_assets_cott h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .about_reviews .prev_slick{
        left: 27% !important;
    }
     .legacy_services_secc .row.first_row_services3 {
        row-gap: 25px;
        margin-bottom: 25px;
    }

}
@media (max-width: 576px){
     .legacy_services_secc .services_assets_cott h3 {
        font-size: 32px;
        line-height: 36px;
    }
}
@media (max-width: 480px){
    .photo_film_secc .film_asset{
        padding:  20px 5px;
     }  
}

/*=========== 28 April ==============*/
.video_sec_home00 {
    margin-bottom: 40px;
}
.video_sec_home00 .video_box {
    background: #e8ecf4;
    padding: 25px; 
    border-radius: 10px;
}

.video_sec_home00 .video_box > div {
    min-height: 610px;
    width: 100% !important;
    max-width: 100%;
}
@media (max-width: 1025px){
    .video_sec_home00 .video_box > div {
        min-height: auto; 
        padding: 65% 0 0 0;
    }
}
/*============== Survey Page Style =================*/
.header_2_pages .navbar-nav-scroll {
    max-height: 100%;
}
.survey-video .video-box {
    margin: 60px auto;
}
.survey-video {
    margin: 40px 0;
}
.survey-heading {
    margin-bottom: 15px;
}
.survey-content p{
    font-size: 20px;
    line-height: 1.3;
}
/*======== survey cta =======*/
.survey_cta {
    background: #e8ecf4;
    padding: 40px;
}
.survey-content{
    text-align: center;
}
.surv_link {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    background: #5c60bc;
    border: 2px solid;
    display: inline-block;
    padding: 5px 50px;
    border-radius: 10px;
    transition: 0.4s ease all;
}
.surv_link:hover {
    background: #fff;
    color: #5c60bc;
    transition: 0.4s ease all;
    border: 2px solid;
}
.surv_link .underline{
    text-decoration: underline;
}
@media(max-width: 480px){
    .survey_cta .survey_para {
        font-size: 28px !important;
    }
}
/*============== our partner page style ================*/
.our_partner .partner_inner_box {
    padding: 40px;
    max-width: 100% ;
    margin-top: 20px;
}
.our_partner .icon_with_text .icon_text:before {
    display: none;
}
.our_partner .icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #5c5ec2;
}
.our_partner .icon_box img {
    aspect-ratio: 1;
    max-width: 60px;
    object-fit: contain;
}
.partner_content_sec-1 {
    margin: 0px auto 25px;
}
.partner_content_sec-2{
    margin: 25px auto 40px; 
}
.partner_content_sec-1 .cards_outer_partner {
    padding: 15px;
    border: 3px solid #5c5ec2;
    border-radius: 10px;
    margin: 0px 10px;
}
.partner_content_sec-1 .cards_outer_partner img {
    border-radius: 10px;
}
.partner_cta .survey_cta_box {
    background: #e8ecf4;
    padding: 40px;
    margin: 10px auto 40px;
}
.partner_cta .surv_link {
    font-size: 22px;
    margin: 15px 0 0;
}
/*=============== November-2 ==================*/
.video_signup{
    margin-bottom: 0px !important;
}
.video_signup .video_box {
    border-radius: 0px 0px 40px 40px !important;
}
/*============ October-17 ===============*/
.header_landing .navbar .navbar-toggler{
    display: none;
}
.header_landing{
    padding-top: 5px !important;
    padding-bottom: 5px !important;   
}
.video_landing .video_box{
    padding: 40px 0;
}
@media(max-width: 767px){
    .partner_content_sec-1 .center_align {
        row-gap: 20px;
        flex-direction: column-reverse;
    }
    .partner_content_sec-2 .center_align{
        flex-direction: column;
    }
    .partner_content_sec-2{
        margin: 50px auto 40px; 
    }
    .partner_content_sec-1 .cards_outer_partner{
        margin: 0px auto;
    }
    .partner_cta .surv_link {
        font-size: 18px;
        padding: 10px 30px;
    }
    .partner_content_sec-1 .container> .row{
        align-items: center;    
        justify-content: center;
    }
    .partner_content_sec-1 .center_align .pd-00{
        padding: 0px !important;
    }
    .contact_us_content .contact_form{
        max-width: 100%;
    }
    /*.contact_form:before{
        height: 70px;
    }*/
}
@media(max-width: 480px){
    .our_partner .partner_inner_box{
        padding: 20px;
    }
    .partner_cta .survey_cta_box {
        padding: 20px 10px;
    }
    .partner_cta .survey_cta_box h2 {
        font-size: 20px;
    }
    .partner_cta .surv_link {
        font-size: 18px;
        padding: 10px;
    }
}
/*========== 23-may ============*/
.bold_text_nd{
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
}
.video_cards .col-md-3 h5 {
    color: #5c60bc;
    margin-bottom: 12px;
}
.video_cards .col-md-3 {
    margin-bottom: 30px;
}
.video_cards video {
    padding: 4%;
    border: 1px dashed #5c60bc;
    background: #fff;
}
/*=======================*/
.landing_page_contact .s-inte{
    cursor: pointer;
}

#landing_page_contact .row {
    align-items: center;
}
#landing_page_contact .mob_img img {
    aspect-ratio: 0.7;
    object-fit: contain;
}
/*============  Investment page style ===============*/
.pb_ins{
    padding-bottom: 10px;
}
.pb_ins p{
    font-size: 18px !important;
}
.investment_page_video{
    padding-top: 40px;
}
.pdf_box_parent {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    row-gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.pdf_box_parent .pdf_box {
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ecf4;
}
.pdf_box_parent .pdf_box a span {
    font-size: 30px;
    font-family: 'BreveNews', sans-serif;
}
.pdf_box_parent .pdf_box a {
    cursor: pointer;
    display: block;
    padding: 140px 0;
    width: 100%;
    text-align: center;
}
.invest_benner .banner_text_outer {
    width: 60%;
}
/*============== contact audio box ================*/
.audio_inner_box {
    margin-bottom: 40px;
}
.audio_inner_box .chg_color {
    text-align: center;
    margin-bottom: 24px;
}
.audio_inner_box .audio_box_contact {
    text-align: center;
}
.audio_inner_box .audio_box_contact audio {
    width: 540px;
    max-width: 95%;
}


/*============== Pricing Page CSS  ================*/

.pricing-top-section .pricing-list ul{
    padding-top:20px;
    margin-left: 15px;
}
.pricing-top-section .pricing-list ul li {
    padding-bottom: 10px;
    list-style: disc;
}
.pricing-top-section .row.about_card_one h2 {
    font-size: 35px!important;
}
.pricing-top-section .row.about_card_one .cards_text p{
    color:rgb(66, 66, 66);
}
section.pricing_sec_contnt {
    background: #5c60bc;
    padding: 30px;
}
section.pricing_sec_contnt p{
    color:#fff; 
    font-weight: normal;
}
.pricing-accordian-sec .pricing-list ul ::marker,
.pricing-accordian-sec .taccordian ul ::marker{
    color: #5c5ec2 !important;
}
.pricing-accordian-sec .taccordian ul {
    list-style: inside;
    color: #5c60bc;
}
.pricing-accordian-sec .taccordian {
    display: none;
}
.pricing-accordian-sec .haccordian .icon {
    transition: 0.5s ease all;
}
.pricing-accordian-sec .active-aco .icon {
    transform: rotate(45deg);
    transition: 0.5s ease all;
}
/*====================================================*/
@media screen and (max-width: 991px){
    .pdf_box_parent {
        column-gap: 40px;
    }
    .pdf_box_parent .pdf_box a {
        padding: 70px 0;
    }
}
@media screen and (max-width: 767px){
    .pdf_box_parent .pdf_box a span {
        font-size: 20px;
    }
}
@media screen and (max-width: 576px){
    .pdf_box_parent {
        flex-direction: column;
        column-gap: 0px;
    }
    .pdf_box_parent .pdf_box {
        width: calc(100%);
    }
    .invest_benner .banner_text_outer {
        width: 100%;
    }
}