/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,  700|Lato:300,  400,  700&display=swap');
    body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6a6972;
    overflow-x: hidden;
} */

* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
    height: 500px;
}

::-webkit-scrollbar-track {
    background-color: rgb(216, 216, 216);
    height: 500px;
}

::-webkit-scrollbar-thumb {
    background-color: #fb923b;
    /* outline: 1px solid slategrey; */
}

header .logo_box {
    padding-left: 0 !important;
    padding-right: 85px;
    background-color: transparent;
    padding: 26.15px 41.5px;
    float: left;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .logo_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #002f57;
    top: 100%;
    left: 0;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
    top: -14px;
    right: 0;
    height: calc(100% + 20px);
    width: 100000px;
    left: auto;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-clip-path: none;
    clip-path: none;
    z-index: 12
}

header .logo_box::after {
    content: '';
    position: absolute;
    background-color: #002f57;
    z-index: 10;
    top: -14px;
    right: -15px;
    height: calc(100% + 35px);
    width: 100000px;
    opacity: .2;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

header .logo_box .navbar-brand {
    height: auto;
    margin: 0
}

header .logo_box .navbar-brand img {
    z-index: 13;
    position: relative;
    margin-top: 20px
}

.navbar-light .navbar-nav .nav-link {
    padding: 24px 18px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .2s ease-in;
    color: #ffffffb8 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    letter-spacing: .2px
}

.navbar-light .navbar-nav .nav-link:active {
    color: #FB923B;
}

.navbar-light .nav-link.active {
    position: relative;
    color: #fff !important;
    letter-spacing: 2px
}


header {
    box-shadow: 0 11px 42px rgb(38 38 38 / 5%);
}

header .navbar {
    padding: 0
}

#menu_trigger {
    outline: 0
}

#pencet {
    cursor: pointer
}

#pencet span {
    background-color: #fff;
    width: 23px;
    height: 2px;
    margin: .26em 0;
    display: block;
    transition: all .4s ease;
    transform-origin: 0 0;
}

.Diam span:nth-child(1) {
    transform: rotate(45deg) translate(2px, -4px);
}

.Diam span:nth-child(2) {
    Transform: scaleX(0);
}

.Diam span:nth-child(3) {
    transform: rotate(-45deg) translate(0, 4px);
}

.hero_sec .hero_sec_content {
    align-self: center;
}

.hero_sec .hero_sec_content h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 32px;
    color: #002f57;
}

.hero_sec .hero_sec_content p {
    font-size: 17px;
    color: #1d1d1d;
}

.hero_sec .hero_sec_content h1 span {
    font-weight: 600;
    color: #1ab2ed;
}

.hero_sec {
    padding: 60px 0
}

.theme_blue_btn {
    background: #1ab2ed;
    color: #fff;
    padding: 6px 17px;
    text-transform: uppercase
}

.theme_blue_btn:hover {
    background: #168dbb;
    color: #fff !important
}



.thme_btn {
    font-size: 20px;
    padding: 7px 20px;
    border-radius: 0 20px 0 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    display: inline-block;
    background-image: linear-gradient(to right, #F7B268 0%, #FF7614 51%, #F7B268 100%);
}


.thme_btn.withicon img {
    width: 20px
}

.thme_btn:hover {
    background-position: right center;
    color: white;
}


.shap-1-image-d {
    background-image: url(../images/shap-1-header.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: right;
    padding: 170px 22px;
}

.theme_header {
    /* position: fixed; */
    width: 100%;
    z-index: 999;
    /* background-color: #fff; */
    background: linear-gradient(91deg, #ff5200 0, #ff7700 50%);
}

.student-header-c {
    width: 100%;
    height: auto;
}

.student-header-c .row {
    align-items: center;
}

.student-header-c-details h1 {
    font-size: 40px;
    color: #38191C;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 2px;
    margin-top: 15px;
}

.student-header-c-details p {
    font-size: 18px;
    font-weight: 500;
    color: #8A7E82;
    margin-top: 15px;
}

.student-header-c-image {
    padding: 25px;
}

.student-header-c-image img {
    width: 100%;
    height: auto;
    transition: transform .3s
}

.student-header-c-image img:hover {
    transform: scale(1.1);
}


.thme_btn_get {
    padding: 13px 20px;
    margin-top: 17px;
}

/* our features start */

.our-features-title h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    position: relative;
}

.our-features-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.our-features-title span {
    color: #FB923B;
}

.our-features-title p {
    font-size: 18px;
    font-weight: 500;
    color: #8A7E82;
    margin-top: 32px;
}

.our-features-bg {
    margin-top: -300px;
}

.our-features-bg .img-div-fea {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-top: 25px;
    height: 250px;
    transition: 0.2s ease-in;
}

.our-features-bg .img-div-fea:hover {
    box-shadow: 0 2px 5px 0 rgb(56 25 28 / 18%), 0 2px 10px 0 rgb(0 0 0 / 0%);
    border-radius: 5px;
}






.our-features-bg .img-div-fea h4 {
    font-size: 28px;
    color: #38191C;
    font-weight: 500;
    margin-top: 25px;
}

.our-features-bg .img-div-fea p {
    font-size: 18px;
    font-weight: 500;
    color: #8A7E82;
    margin-top: 17px;
}

.our-features-bg .shap-2-image-d {
    background-image: url(../images/shap-2-header.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: left;
    padding: 290px 22px;
}

/* enjoy audio with powerful tools start */

.enjoy-audio {
    background-color: #FEF9F1;
    padding: 45px;
    width: 100%;
    height: auto;
}

.enjoy-audio .row {
    align-items: center;
}

.enjoy-audio .enjoy-audio-image img {
    width: 100%;
    transition: transform .3s;
}

.enjoy-audio .enjoy-audio-image img:hover {
    transform: scale(1.1);
}

.enjoy-audio-details h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.enjoy-audio-details span {
    color: #FB923B;
}

.enjoy-audio .enjoy-audio-box {
    display: flex;
    align-items: center;
}

.enjoy-audio .enjoy-audio-box span {
    margin-right: 12px;
}

.enjoy-audio .enjoy-audio-box p {
    font-size: 18px;
    font-weight: 500;
    color: #8E6B5C;
    margin-top: 17px;
}

.simple-and-beautiful .si-a-bea-title h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.simple-and-beautiful .si-a-bea-title h1 span {
    color: #FB923B;
}

.simple-and-beautiful .si-a-bea-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}

.simple-and-beautiful .si-a-bea-title p {
    font-size: 18px;
    font-weight: 500;
    color: #8A7E82;
    margin-top: 32px;
}


.simple-and-beautiful {
    margin-top: 80px;
    position: relative;
}

.simple-and-beautiful .slider {
    width: 50%;
    margin: 100px auto;
}

.simple-and-beautiful .slick-slide {
    margin: 0px 20px;
}

.simple-and-beautiful .slick-slide img {
    width: 100%;
}

.simple-and-beautiful .slick-prev:before,
.simple-and-beautiful .slick-next:before {
    color: black;
}

.simple-and-beautiful .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.simple-and-beautiful .slick-active {
    opacity: .5;
}

.simple-and-beautiful .slick-current {
    opacity: 1;
}

.simple-and-beautiful .slick-arrow .fa-angle-left {
    position: absolute;
    left: -8%;
    top: 40%;
    background-color: #fb923b;
    border-radius: 6px;
    padding: 4px 14px;
    color: white;
    font-size: 33px;
}

.simple-and-beautiful .slick-arrow .fa-angle-right {
    position: absolute;
    right: -8%;
    top: 40%;
    background-color: #fb923b;
    border-radius: 6px;
    padding: 4px 14px;
    color: white;
    font-size: 33px;
}

.sim-and-bea-sli .slider {
    width: 90% !important;
}

.center-slider-review {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: -250px;
}

.center-slider-review .imang-div-1 img {
    margin-bottom: 20px;
}

.center-slider-review .imang-div-1 h5 {
    margin-bottom: 8px;
    color: #38191C;
    font-size: 26px;
    font-weight: 500;

}

.center-slider-review .imang-div-1 h6 {
    margin-bottom: 8px;
    color: #8E6B5C;
    font-size: 19px;

}

.center-slider-review .imang-div-1 .star-div-c {
    margin-bottom: 5px;
}

.center-slider-review .imang-div-1 p {
    color: #8A7E82;
    font-size: 18px;
    line-height: 26px;
}

.shap-3-image-d {
    background-image: url(../images/shap-3-header.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: right;
    padding: 10px 22px;
}

.shap-4-image-d {
    background-image: url(../images/shap-4-header.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: left;
    padding: 200px 22px;
}

.unlock-app {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FEF9F1;
}

.unlock-app .unlock-app-title h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.unlock-app .unlock-app-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}

.unlock-app .unlock-app-title h1 span {
    color: #FB923B;
}

.unlock-app .unlock-app-title p {
    font-size: 18px;
    font-weight: 500;
    color: #8A7E82;
    margin-top: 32px;
}

.unlock-app .unlock-app-card {
    margin-top: 35px !important;
    background-color: white;
    border-radius: 15px;
    width: 94%;
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 1px 0px 12px #ff761430;
    margin: auto;
    transition: transform .3s;
}

.unlock-app .unlock-app-card:hover {
    transform: scale(1.1);
}

.unlock-app .unlock-app-card img {
    margin-bottom: 17px;
}

.unlock-app .unlock-app-card h5 {

    color: #38191C;
    font-size: 22px;
    margin-bottom: 19px;

}

.unlock-app .unlock-app-card h3 {
    color: #38191C;
    font-size: 25px;
    margin-bottom: 25px;
}

.unlock-app .unlock-app-card h3 span {
    color: #38191C;
    font-size: 30px;
}

.unlock-app .unlock-app-card p {
    color: #8A7E82;
    font-size: 16px;
}

.unlock-app .unlock-app-card hr {
    border: solid 1px #f5f5f5;
    margin: 15px 25px 15px 25px;
}

.subscribe-to-get-bg {
    padding-top: 70px;
    padding-bottom: 70px;
}

.subscribe-to-get-bg .subscribe-area h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.subscribe-to-get-bg .subscribe-area h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}

.subscribe-to-get-bg .subscribe-area h1 span {
    color: #FB923B;
}

.subscribe-to-get-bg .subscribe-area p {
    font-size: 18px;
    font-weight: 500;
    color: #8A7E82;
    margin-top: 32px;
}

.subscribe-to-get-bg .subscribe-area .form-control {
    height: calc(2.4em + .75rem + 2px);
    margin-top: 25px;
    box-shadow: 1px 0px 12px #e0e0e08c;
    border: solid 1px #fff;
    border-radius: 10px;
}

.subscribe-to-get-bg .subscribe-area .form-control input {
    border: none;
    text-align: center;
}

.subscribe-to-get-bg .subscribe-area input::placeholder {
    text-align: center;
}

.subscribe-to-get-bg .subscribe-area .form-control:focus {
    box-shadow: none;
    border: solid 1px #FB923B;
    box-shadow: none;
    text-align: center;
}

.subscribe-to-get-bg .subscribe-area .thme_btn_sub {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #FB923B;
    border-radius: 10px;
    padding: 11px;
    margin-top: 10px;
    font-size: 19px;
}

.audio-footer {
    padding-top: 70px;
    background-color: #FEF9F1;
    padding-bottom: 50px;
}

.audio-footer .logo-s-text {
    padding-right: 3px;
}

.audio-footer .logo-s-text p {
    color: #806A69;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 400;
}

.audio-footer .logo-s-text .social-c-d a img {
    margin-right: 15px;
}

.audio-footer .useful-link-d h5 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    color: #38191C;
}

.audio-footer .useful-link-d a {
    text-decoration: none;
    color: #806A69;
}

.audio-footer .useful-link-d a p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
}

.audio-footer .get-link-d {
    padding-left: 50px;
}

.audio-footer .get-link-d h5 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    color: #38191C;
}

.audio-footer .get-link-d a {
    text-decoration: none;
    color: #806A69;
}

.audio-footer .get-link-d a p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
}

.audio-footer .download-app h5 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    color: #38191C;
}

.audio-footer .download-app a img {
    width: 100%;
    margin-top: 20px;
}

/* contact us */

.contact-us-div {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-us-div .contact-us-div-title {
    margin-bottom: 60px;
}

.contact-us-div .contact-us-div-title h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.contact-us-div .contact-us-div-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}

.contact-us-div .contact-us-div-title h1 span {
    color: #FB923B;
}

.contact-us-div .contact-us-div-wrapper {
    width: 100%;
    height: auto;
    margin-top: 35px;
    background-color: white;
    border-radius: 12px;
    padding-bottom: 50px;
    box-shadow: 0px 0px 10px 4px rgb(38 38 38 / 5%);
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    pointer-events: 50px;
}

.contact-us-div .contact-us-div-wrapper .form-control {
    height: calc(1.9em + .75rem + 2px);
}

.contact-us-div .contact-us-div-wrapper .form-control:focus {
    box-shadow: none;
    border: solid 1px #FB923B;
}

.contact-us-div .contact-us-div-wrapper .su-btn {
    margin-top: 60px;
    margin-bottom: 15px;
}

/* Faq page */

.faq-header {
    position: inherit !important;
}

.faq-class .faq-class-title h1 {
    font-size: 50px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    position: relative;
    margin-top: 35px;
}

.faq-class .faq-class-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    /* margin: 0 auto; */
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}


.faq-header .row {
    align-items: center;
}

.faq-header .faq-header-image img {
    width: 100%;
    height: auto;
}

.faq-header .faq-header-detals h1 {
    font-weight: 800;
    font-size: 32px;
    color: #1ab2ed;
}

.faq-header .faq-header-detals h1 span {
    font-weight: 600;
    color: #1ab2ed;
}

.faq-header .faq-header-detals p {
    font-size: 17px;
    color: #1d1d1d;
}

.header-details {
    margin-top: 60px;
    margin-bottom: 80px;
}

.header-details .faqHeader {
    font-size: 27px;
    margin: 20px;
    text-align: center;
    font-weight: 500;
    color: #1ab2ed;
}


.header-details {
    margin-top: 50px;
    margin-bottom: 60px;
}

.header-details .faqHeader {
    font-size: 27px;
    margin: 20px;
    text-align: left;
    font-weight: 500;
    color: #FB923B;
}

.header-details .panel-default {
    padding: 13px 17px;
    margin-top: 26px;
    border-radius: 3px;
    background: #fb923b0d;
    border-radius: 10px;
}

.header-details .panel-default .panel-title {
    padding: 0;
    margin: 0;
}

.header-details .panel-default .panel-title a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 400;
    color: #38191c;
}

.header-details .panel-default .panel-body {
    margin-top: 19px;
    font-weight: 400;
    color: #38191c;
    border: solid 1px #fb923b54;
    padding: 7px 12px;
    border-radius: 6px;
}

.header-details .panel-default .panel-body ul {
    list-style: none;
}

.header-details .panel-heading [data-toggle="collapse"]:after {
    font-family: 'fontawesome';
    content: "\f054";
    /* "play" icon */
    float: right;
    color: #38191c;
    font-size: 18px;
    line-height: 32px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header-details .panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #002f57;
}


/* privacy-policy */

.faq-header {
    position: inherit !important;
}

.privacy-class .privacy-class-title h1 {
    font-size: 40px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    position: relative;
    margin-top: 35px;
}

.privacy-class .privacy-class-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    /* margin: 0 auto; */
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.privacy-class .dark-white-t {
    color: #737373;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
}

.privacy-class .orange-text-pri {
    color: #fb923beb;
    font-weight: 400;
    margin-top: 10px;
}

.privacy-class h3 {
    color: #38191C;
    margin-top: 35px;
    text-transform: uppercase;
}

.privacy-class ul {
    padding-left: 20px;
    margin-top: 15px;
}


/* terms and condition */

.terms-condition-div .terms-condition-class-title h1 {
    font-size: 40px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    position: relative;
    margin-top: 35px;
}

.terms-condition-div .terms-condition-class-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    /* margin: 0 auto; */
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.terms-condition-div .dark-white-t {
    color: #737373;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
}

.terms-condition-div .orange-text-pri {
    color: #fb923beb;
    font-weight: 400;
    margin-top: 10px;
}

.terms-condition-div h3 {
    color: #38191C;
    margin-top: 35px;
    text-transform: uppercase;
}

.copy-right-trxt {
    color: white;
    height: 50px;
    align-items: center;
    background-color: #fb923b;
    line-height: 50px;
}


/* about us page css start */

.main-fast .main-fast-a-title h1 {
    font-size: 40px;
    color: #38191C;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 2.5px;
    position: relative;
    margin-top: 35px;
}

.main-fast .main-fast-a-title h1::before {
    content: "";
    background: #FB923B;
    width: 10%;
    /* margin: 0 auto; */
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.main-fast .main-fast-details {
    margin-top: 30px;
}

.main-fast .main-fast-details h1 {
    font-size: 22px;
    color: #38191C;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 2.5px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.main-fast .main-fast-details span {
    color: #FB923B;
}

.main-fast .p-details-class {
    margin-top: 25px;
}

.play-app-btn {
    display: flex;
}

.play-app-btn .play-butn a {
    width: auto;
    height: auto;
    display: flex;
    color: white;
}

.play-app-btn .play-butn a.btn_text {
    margin-top: 5px;
    font-size: 25px;
    color: white;
}

.black_bgg {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 7px;
    margin-right: 20px;
}

.play-app-btn .play-butn img {
    width: 50px;
}

.play-app-btn .appp-butn a {
    margin-top: 15px;
    font-size: 25px;
    color: white;
    margin-left: 8px;
}

.play-app-btn .appp-butn a {
    width: auto;
    height: auto;
    display: flex;
    color: white;
}

.play-app-btn .appp-butn img {
    width: 50px;
}


.appp-play-bn img {
    width: 150px;
    height: auto;
    margin-top: 5px;
    margin-right: 8px;
}

.social-c-d img {
    width: 40px;
}

.logo-s-text>img {
    width: 100px;
}

/* Join Whatsapp Group Css */
.whatsapp-group-table {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 10px;
    /* min-width: 1040px; */
}

.whatsapp-group-table thead tr {
    background: linear-gradient(91deg, #ff5200 0, #ff7700 50%);
}

.dataTables_length_myTable_filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}


.dataTables_info_paginate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}


#table-id_previous {
    padding: 10px;
    background-color: #ff7700 !important;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    text-decoration: none;
}

#table-id_next {
    padding: 10px;
    background-color: #ff7700 !important;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
}



#table-id_paginate span a {
    background-color: rgb(255 119 0 / 10%);
    padding: 10px 20px;
    /* color: #ffffff; */
    color: #212529;
    text-decoration: none;
}

#table-id_paginate span a.current {
    background-color: rgb(255 119 0 / 20%);
}

.dataTables_length#table-id_length,
.dataTables_filter#table-id_filter {
    max-width: 50%;
    width: 100%;
}

.dataTables_filter#table-id_filter label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.dataTables_length#table-id_length label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.dataTables_length#table-id_length select,
.dataTables_length#table-id_length select:focus,
.dataTables_length#table-id_length select:active {
    border: 1px solid #ff5200;
    border-radius: 5px;
    max-width: 100px;
    width: 100%;
    height: 40px;
    outline: none;
}

.dataTables_filter#table-id_filter input,
.dataTables_filter#table-id_filter input:focus,
.dataTables_filter#table-id_filter input:active {
    border: 1px solid #ff5200;
    border-radius: 5px;
    max-width: 200px;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px 0 10px;
}

/* .whatsapp-group-table tbody tr td {
    padding: 10px 20px;
} */

.whatsappgroup-name {
    max-width: 50%;
}

.whatsapp-group-table thead tr th:first-child {
    border-radius: 10px 0 0 0;
    color: #ffffff;
    max-width: 20%;
    width: 100%;
}

.whatsappgroup-description {
    max-width: 50%;
}

.whatsappgroup-joingroup {
    max-width: 7%;
    border-radius: 0 10px 0 0;
}

.whatsappgroup-name,
.whatsappgroup-description,
.whatsappgroup-joingroup {
    width: 100%;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #ffffffb8 !important;
}

.whatsappgroup-description,
.whatsappgroup-joingroup {
    text-align: center;
}

.description {
    text-align: justify;
}

.whatsapp-group-table-wrapper {
    margin: 50px auto 50px;
}

.btn.join-group-btn {
    border: none;
    background-color: #ff7700;
    color: #ffffff;
    max-width: 80%;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 200px;
    margin: 0 auto;
}


.btn.join-group-btn a {
    text-decoration: none !important;
}

.btn.join-group-btn:hover {
    background-color: #e26a00;
    color: #ffffff;
}

.whatsapp-group-table tbody tr:nth-child(odd) {
    background-color: rgb(255 119 0 / 20%);
}

.whatsapp-group-table tbody tr:nth-child(even) {
    background-color: rgb(255 119 0 / 10%);
}

.whatsapp-group-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.whatsapp-group-table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.whatsapp-group-table tbody tr:hover {
    background-color: rgb(255 119 0 / 50%);

}

.wrapper {
    display: flex;
}

table th,
table td {
    text-align: center;
}

table tr:nth-child(even) {
    background-color: #BEF2F5
}

.pagination li:hover {
    cursor: pointer;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* margin-left: 890px; */
    /* gap: 10px; */
}

.pagination li.active {
    background-color: rgb(255 119 0 / 30%);
    padding: 10px 20px;
}

.pagination li {
    background-color: rgb(255 119 0 / 10%);
    padding: 10px 20px;
}

.page-item.active .page-link {
    background-color: #ff7700;
    /* padding: 10px 20px; */
    border: none;
    border: 1px solid #ff7700;
}


.page-link {
    color: #ff7700;
    border: 1px solid #ff7700;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #ff7700;
    border-color: #ff7700;
}

.prevwrapper,
.next {
    /* border: 1px solid #ff7700; */
    padding: 0 10px;
    background-color: #ff7700 !important;
    color: #ffffff;
}

.prevwrapper {
    border-radius: 5px 0 0 5px;
}

.next {
    border-radius: 0 5px 5px 0;
}


.form-control#maxRows {
    width: fit-content;
    margin-left: auto;
    line-height: 1.5;
    color: #ffffff;
    background-color: #ff7700;
    border: 1px solid #ff7700;
}

.main-wrapper {
    padding: 100px;
}


.pagination-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
}

/* ScrollBar CSS */
/* width */
::-webkit-scrollbar {
    /* width: 20px; */
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff7700;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#pagination button {
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
    border-radius: 3px;
    background-color: #ddd;
    cursor: pointer;
}

#pagination button:hover {
    background-color: #bbb;
}




@media screen and (max-width: 991px) {
    .main-wrapper {
        padding: 150px 10px;
    }

    .whatsapp-group-table {
        max-width: 991px;
        min-width: unset;
        margin: 20px auto 10px;
    }

    .whatsapp-group-table thead tr,
    .whatsapp-group-table tbody tr,
    .whatsapp-group-table tbody tr a {
        font-size: 14px;
    }

    .btn.join-group-btn {
        max-width: 100%;
        padding: 5px;
        margin: 0;
        width: 100%;
    }

    .btn.join-group-btn a {
        text-decoration: none;
    }

    /* .pagination li {
        padding: 5px 15px;
        font-size: 14px;
    } */

    .dataTables_filter#table-id_filter input,
    .dataTables_length#table-id_length select {
        height: 35px;
    }
}





.whatsappgroup-id {
    max-width: 2% !important;
    width: 100% !important;
}

.whatsappgroup-name {
    max-width: 20%;
    width: 100% !important;
}

.whatsappgroup-description {
    max-width: 50%;
    width: 100% !important;
}

.whatsappgroup-joingroup {
    max-width: 7%;
    width: 100% !important;
}



.table th img,
table td img {
    width: 100px;
}



@media screen and (max-width: 768px) {
    .dataTables_wrapper {
        margin: 0 22px;
    }

    .whatsapp-group-table thead tr,
    .whatsapp-group-table tbody tr,
    .whatsapp-group-table tbody tr a,
    .dataTables_length label,
    .dataTables_filter label {
        font-size: 12px;
    }

    .dataTables_filter#table-id_filter input,
    .dataTables_length#table-id_length select {
        height: 30px;
    }

    .whatsappgroup-description {
        max-width: 55%;
    }

    .whatsappgroup-joingroup {
        max-width: 5%;
    }

    .table th img,
    table td img {
        width: 70px;
    }

    /* .pagination li {
        font-size: 12px;
    } */


    #table-id_wrapper {
        /* width: 600px;
        overflow: auto;
        padding: 0 10px;
        margin: 0 auto; */
    }

    .container,
    .container-sm {
        max-width: 100% !important;
    }

    .dataTables_filter#table-id_filter label {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
    }

    .dataTables_length_myTable_filter {
        flex-direction: column;
    }

    .dataTables_length#table-id_length,
    .dataTables_filter#table-id_filter {
        max-width: 100%;
        width: 100%;
    }

    .dataTables_length#table-id_length label {
        gap: 24px;
    }
}



@media screen and (max-width: 538px) {
    .whatsapp-group-table {
        /* max-width: 500px;
        width: 500px;
        overflow: auto; */
    }

    .dataTables_info_paginate {
        flex-direction: column;
        gap: 10px;
    }

    #table-id_next,
    #table-id_previous {
        padding: 2px 10px;
    }

    #table-id_paginate span a {
        padding: 2px 20px;
    }

    .whatsappgroup-name {
        max-width: 10%;
    }
}

@media screen and (max-width: 425px) {

    .dataTables_filter#table-id_filter input,
    .dataTables_filter#table-id_filter input:focus,
    .dataTables_filter#table-id_filter input:active {
        max-width: 180px;
    }

    .table th img,
    table td img {
        width: 50px;
    }

    .table>:not(caption)>*>* {
        padding: 0.2rem 0.2rem;
    }

    .dataTables_wrapper {
        margin: 0;
    }

    .whatsappgroup-name {
        max-width: 5%;
    }
}