/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     font-family: Raleway;
}

a {
     color: #5022c4;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {     
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

.logo>a>img{
    max-width: 50%;    
}
 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}
.header_section {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.logo{
    width: 70%;
    float: left;
    margin-top: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #040000;
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #003c61;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #003c61;
}
.navbar {
    padding: 0px 25px 30px 25px;
}
.search_icon{
    padding-top: 30px;
}
.bg-light {
    background-color: #fff !important;
}
.banner_section {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    height: auto;
    position: relative;
    min-height: 450px;
}

.banner_section::after {
    background-color: #f8f8f8;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    height: 120px;
    transform: rotate(-5deg) scale(1.2);
    z-index: -1;
}
.banner_taital{
    width: 100%;
    float: left;
    padding-left: 100px;
    display: flex;
    flex-direction: column;    
}
.banner_taital_copy{
    width: 100%;    
    display: flex;
    flex-direction: column;    
    justify-content: space-around;
    height: 100%;    
}
.dance_text{
    width: 100%;
    float: left;
    font-size: 57px;
    color: #7220d3;
    text-transform: capitalize;
    font-weight: bold;
}
.consectetur_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #202020;
    margin-left: 0px;
    padding-bottom: 40px;
}
.about_bt{
    width: 170px;
    float: left;
}
.about_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff5333;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}
.about_bt a:hover{
    color: #ffffff;
    background-color: #ff5333;
}
.contact_bt{
    width: 170px;
    float: left;
    margin-left: 15px;
}
.contact_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #003c61;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}
.contact_bt a:hover{
    color: #ffffff;
    background-color: #ff5333;
}
#my_slider a.carousel-control-prev {
    position: absolute;
    left: 585px;
    top: 108%;
    background-color: #003c61;    
}
#my_slider .carousel-control-prev, #my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ff5333;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus {
    background: #003c61;
    color: #25ca44;
}
#my_slider a.carousel-control-next {
    position: absolute;
    left: 660px;
    top: 108%;
}
.border_bg {
    width: 18%;
    margin: 0 auto;
    text-align: center;
    background: #f8f8f8;
    height: 230px;
    border-radius: 310px;
}
.ram {
    width: 100%;
    float: left;
    position: relative;
    z-index: -2;
    top: -50px;
}
.image_carosil{    
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;    
    height: 100%;
}
.image_carosil img{
    object-fit: fill;
    max-height: 40vh;
    min-height: 40vh;
}
.carosil_custom_div{
    display: float;
    display: flex;    
    justify-content: space-evenly;
    align-items: center;    
    width: 100%;
}

.Students_section {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.welcome_text{
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #040000;
}
.singh_text{
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #040000;
    margin-left: 0px;
}
.click_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.click_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #003c61;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 30px;
}
.click_bt a:hover{
        color: #ffffff;
        background-color: #ff5333;    
}
.classes_section {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-left: 100px;
}
.box {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #ffffff;
    background-color: #b7b7b7;
    border-radius: 5px;
    text-align: center;
    padding: 70px 0px;
    margin-top: 30px;
}
.box:hover{
    color: #ffffff;
    background-color: #ff5333;
}
.box.active{
    color: #ffffff;
    background-color: #ff5333;
}
.image_2 {
    float: left;
    width: 100%;
    background-image: url(../images/img-2.png);
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
}
.classes_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1e1e;
    text-transform: uppercase;
}
.dance_main{
    width: 100%;
    float: left;
    border: 10px;
}
.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #003c61;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}
.readmore_bt a:hover {
    color: #ffffff;
    background-color: #ff5333;
}
.dancer_section{
    width: 100%;
    float: left;    
    height: auto;
    background-size: 100%;    
}
.ballet_text{
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 40px;
    text-align: center;
    text-transform:capitalize;
}
.amet_text{
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
}
.amet_text_1{
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
    padding-top: 40px;
}
.opening_section{
    width: 100%;
    float: left;
}
.opening_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}
.time_line{
    display: flex;
}
.hiphop_text{
    width: 17%;
    color: #4c4c4e;
    font-size: 20px;
    margin-left: 0px;
}
.border_0 {
    background-color: #7f9db0;
    height: 1px;
    width: 650px;
    margin-top: 32px;
}
.shortcode_section{
    width: 100%;
    float: left;
}
.shortcode_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;    
    display: flex;
    justify-content: space-between;        
    align-items: center;
    flex-wrap: wrap;

}
.shortcode_left {
    width: 79%;
    float: left;    
    background-color: #eeeee6;
    padding: 18px 20px 0px 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: 35px;
    padding-right: 2px;    
    height: 100%;
    
}
.border_left_0 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0pc;
    margin-top: 60px;
}
.shortcode_right {
    width: 20%;    
    height: 40%;
}
.heading_text{
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #131313;
}
.tempor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}  
.testimonial_section{
    width: 100%;
    float: left;
}
.testimonial_section_2{
    width: 100%;
    float: left;
}
.emrold_text{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    color: #0c0c0c
}
.emrold_text::after {
    content: '';
    position: absolute;
    background-color: #ff5333;
    height: 8px;
    width: 250px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 4px;
    top: 40px;
}
.dummy_text{
     width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #0c0c0c;
    margin-left: 0px;
    padding-top: 30px;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -80px;
    top: 77%;
    background-color: #555555;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #555555;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #555555;
    color: #fff;
}
#main_slider a.carousel-control-next {
    position: absolute;
    right: -80px;
    top: 77%;
}
.contact_section{
    width: 100%;
    float: left;
}
.contact_section2 {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 10px;
}
.mail_section {
    width: 90%;
    float: left;
    padding-left: 50px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
input.mail_text::placeholder {
    color: #666666;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    height: 70px;
    padding-top: 30px;
}
textarea#comment::placeholder {
    color: #666666;
}
.feature_featureCard{
    width: 24vw;    
    border-radius: 8px;
    margin: 10px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #561ad820;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid black;
    box-shadow: 5px 10px 8px #888888;
}
.feature_featureCard>p{
    color: #150b0b
}
.feature_featureSubTitle{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.feature_featureCategory{
    font-size: 28px;
    font-weight: 500;
}
.feature_featureTagline{
    margin-top: 50px;
    font-weight: 500;
    font-size: 11.8px;
}
.feature_featureSolution{
    background-color: #7ee021;
    width: 150px;
    padding: 4.8px;
    text-align: center;
    border-radius: 20px;
    font-size: 14.4;
    font-weight: 500;
    margin-bottom: 30px;    
}
.feature_featureSolution:hover{
    background-color: #02ff52;
}
.listener_listenerCard{
    width: 20vw;
    background-color: hsla(0,0%,100%,.05);
    border-radius: 4px;
    margin: 10px;
    text-align: center;
    padding: 10px;
    height: 420px;
    cursor: pointer;  
    background-color: #561ad820;
    border: 1px solid black;
    box-shadow: 5px 10px 8px #888888;      
    overflow: auto;
}
.listener_listenerStatus{
    width: 70px;
    background-color: #7ee021;;
    margin-left: -10px;
    margin-top: 10px;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 10px;
    color: #000;
    z-index: 1;    
}
.listener_span_img{
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 128px;
    height: 128px;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    border: 1px solid black;
    border-radius: 100px;
}
.listener_listenerName{
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}
.listener_myStory{
    background-color: #7ee021;
    color: #000;
    width: 64px;
    font-size: 12.8px;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 10px;
    padding: 2.4px 2.4px 5px;
}
.listener_listenerStory{
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
    color: #000;
    overflow: hidden;
}
.review_reviewCard{
    width: 25vw;
    background-color: #561ad820;
    border-radius: 8px;
    margin: 10px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    height: 220px;
    border: 1px solid black;
    box-shadow: 5px 10px 8px #888888;
}
.review_topRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.review_reviewDate{
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-top: 8px;
}
.review_starRatingColor{
    color: orange;
}
.review_reviewText{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.send_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 50%;
}
.help-block2{
    color: white;
    font-size: 12px;
}
.help-block{
    color: red;
    font-size: 12px;

}
@keyframes loaderAnimation {
    0% { transform: scale(1); }
    50% { transform: scale(3); }
    100% { transform: scale(0.8); }
}

@keyframes checkmarkAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.loader {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    border-radius: 50%;
    animation: loaderAnimation 1s infinite;
    margin-right: 10px;
    display: none;
}


.checkmark {
    display: inline-block;
    font-size: 40px;
    color: black;
    animation: checkmarkAnimation 1s ease-in-out 1s forwards;
    opacity: 1;
    display: none;
}


.loader1 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    border-radius: 50%;
    animation: loaderAnimation 1s infinite;
    margin-right: 10px;
    display: none;
}


.checkmark1 {
    display: inline-block;
    font-size: 40px;
    color: black;
    animation: checkmarkAnimation 1s ease-in-out 1s forwards;
    opacity: 1;
    display: none;
}

.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #ff5333;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 30px;
}
.send_bt a:hover {
    color: #ffffff;
    background-color: #003c61;
}
.footer_section{
    width: 100%;    
    background-color: #1b1b1b;
    height: auto;
    padding-bottom: 50px;
    align-content: center;
}
.adderss_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #f7f7f7;
    font-weight: bold;
    font-family: Poppins;
}
.map_icon {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7f7;
    font-family: Poppins;
    padding-top: 20px;
    padding-bottom: 10px;
}
.map_icon_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7f7;
    font-family: Poppins;
    display: flex;
    padding-bottom: 10px;
    height: 40px;
}
.paddlin_left_0{
    padding-left: 15px;
}
.hiphop_text_1 {
    width: 90%;
    color: #f7f7f7;
    font-size: 16px;
    margin-left: 0px;
}
.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #828080;
    background-color: #ffffff;
    padding: 8px 10px;
    margin-top: 10px;
}
.buttonStyle{
    width: 170px;
    float: left;
    margin-top: 20px;
    background-color: #02ff52;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;    
}
.signupBtn{
    width: 170px;
    float: left;
    margin-top: 20px;
    background-color: #02ff52;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.TalkNow{
    width: 150px;
    float: left;    
    background-color: #02ff52;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 4%;
}
.buttonStyle a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: black;
    background-color: #65e01954;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;    
}
.signupButton{
    width: 150px;
    float: left;    
    background-color: #02ff52;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 4%;    
}
.signupButton:hover{
    background-color:black;
    color: white;
}

.social_icon{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
}
.social_icon li{
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    height: 40%;    
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.copyright_section {
    width: 100%;    
    background-color: #0e0906;
    height: 40%;
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
    align-items: center;
}

.company_info_footer{
    display: flex;    
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 22%;
}
.copyright_text {     
    font-size: 12px;    
    color: #fff;    
    width: 100%;
}
.copyright_text a{
    color: #ffffff;
}
.copyright_text a:hover{
    color: #ff5333;
}
.margin_top0{
    margin-top: 90px;
}

.Privacy_policy_mainHeading__i4tGm {
    text-align: center;
    color: black;
    font-size: 1.8rem;    
}
.Privacy_policy_subHeading__pnjwQ {
    text-align: left;
    margin-left: 10vw;
    color: black;
}
.Privacy_policy_policyPoints__J_j5d {
    margin-left: 12vw;
    margin-right: 12vw;
    font-size: 18px;
    line-height: 1.8rem;
    color: black;
}
.playstore-img{
    object-fit: fill; 
    height: 5vh; 
    width: 20%;    
}
.playstore-img img:hover {
    opacity: 0.7; /* Reduce opacity on hover */
    transition: opacity 0.3s ease-in-out;
    background-color: #02ff52;
}
.info-box{
    color: #eeeee6;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px;
    border-radius: 4px;
}

@media screen and (max-width: 900px){
    .company_info_footer {
        width: 60%;
    }
    .listener_listenerCard{
        min-width: 60%;
    }
    .feature_featureCard{
        min-width: 80%;
    }
    .review_reviewCard{
        min-width: 80%;
    }
    .playstore-img{
        width: 45%;
    }
    .modal-content{
        width: 80%;
    }
}

@media screen and (max-width: 500px){
    .company_info_footer {
        width: 100%;
    }
    .listener_listenerCard{
        min-width: 100%;
    }
    .feature_featureCard{
        min-width: 80%;
    }
    .review_reviewCard{
        min-width: 100%;
    }
    .playstore-img{
        width: 50%;
    }
    .shortcode_left{
        width: 100%;
    }
    .shortcode_right{
        width: 80%;
    }
    .carosil_custom_div{
        flex-direction: column;    
        justify-content: center;
        align-items: center;
    }
    .image_carosil img{
        max-height: 18vh;
        min-height: 18vh;
    }
}
