@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
     font-family: "Montserrat", sans-serif;
}

section.hero-banner {
    background-image: linear-gradient(360deg, rgb(204, 218, 247) 0%, rgb(255, 255, 255) 100%);
    padding: 90px 0;
}

.container-fluid {
    max-width: 1800px;
}

.logo img {
    width: 200px;
}

.menu-links ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    list-style: none;
}

.menu-links li a {
    color: #5c7179;
    font-size: 15px;
    font-weight: 500;
}

.menu-links li a {
    position: relative;
}

.menu-links li a:after {
    display: block;
    width: 0;
    content: '';
    height: 4px;
    background-color: #50a4ff;
    position: absolute;
    bottom: -37px;
    transition: 0.3s;
    opacity: 0;
}

.menu-links li a:hover:after, .menu-links li a.active:after {
    width: 100%;
    opacity: 1;
}
.downlaod-content img {
    width: 140px;
    margin-bottom: 10px;
}
a, a:hover{
    text-decoration: none;
}

header.theme-header {
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
}

header.theme-header .row {
    align-items: baseline;
}

.theme-btn a {
    background-image: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 100%);
    color: #fff;
    display: inline-flex;
    min-width: 200px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 80px;
}

.top-btn {
    display: flex;
    justify-content: flex-end;
}

.top-btn {
    display: flex;
    justify-content: flex-end;
}

.banner-area {
    height: 740px;
    /*height: calc(100vh - 160px);*/
    overflow: hidden;
    border-radius: 40px;
    background-image: url(./assets/images/video-img_new.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

section.hero-banner {
    display: flex;
    align-items: center;
    position: relative;
}
.banner-area .content {
    width:476px;
    padding: 40px;
    background-color: #f7fbfc;
    position: absolute;
    left: 50px;
    bottom: 50px;
    border-radius: 30px;
    border-top-left-radius: 0;
}

.banner-area .content p {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.downlaod-content {
    width: 380px;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 50px;
}

.chips div.chip-bar {
    display: flex;
    padding: 8px 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 14px;
    flex: 0 0 100%;
    max-width: max-content;
}
.chips > div span {
    background-image: url(./assets/images/tick-icon.png);
    background-size: 22px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    min-height: 24px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.chips.left-chips {
    width: 300px;
    display: flex;
    justify-content: start;
    gap: 30px;
    flex-wrap: wrap;
    position: absolute;
    left: calc(26vw - 80px);
    top: 14rem;
    justify-content: end;
}

.chips.right-chips {
    width: 300px;
    display: flex;
    justify-content: start;
    gap: 30px;
    flex-wrap: wrap;
    position: absolute;
    right: calc(26vw - 80px);
    top: 14rem;
}

.left-chips > div:nth-child(1) > div, .left-chips > div:nth-child(3) > div {
    transform: rotate(5deg);
}

.left-chips > div:nth-child(2) > div {
    transform: rotate(-5deg) translateX(-50px);
    margin: 10px 0;
}

.right-chips > div:nth-child(2) > div {
    transform: rotate(5deg) translateX(50px);
}

.right-chips > div:nth-child(1) > div, .right-chips > div:nth-child(3) > div {
    transform: rotate(-5deg);
}
.downlaod-content {
    text-align: end;
}
.downlaods-btn {
    display: flex
;
    justify-content: end;
    gap: 20px;
}
.downlaods-btn span{
    display: block;
    transition: 0.2s;
    transform: scale(1);
}
.downlaods-btn span:hover{
    transform: scale(1.1);
}
.banner-area .content p span {
    color: #b0b0b0;
    font-weight: 500;
}

.banner-area .content p {
    margin-bottom: 0;
}
#myTab button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #000;
}

#myTab {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 30px;
}

#myTab button li {
    flex: 0 0 30%;
}

#myTab li {
    flex: 0 0 31.5%;
}

#myTab li button {
    width: 100%;
}
#myTab button.active .tabs-bar, #myTab button:hover .tabs-bar {
    background-image: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 100%);
    color: #fff;
}

header.theme-header.MenuFixed {
    top: 0;
    z-index: 99999;
    background-color: #fff;
    animation: headIn 0.5s ease-in;
    transition:0.3s;
    opacity:1;
    position: fixed;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.06);
}

@keyframes headIn {
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

section.intro-sec {
    padding: 80px 0;
    background-image: url(./assets/images/background-img.jpg);
    background-size: cover;
    background-position: center;
    min-height: 968px;
}

.tabs-bar {
    background-color: #f5f5f7;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border-radius: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.tabs-description .row {
    align-items: center;
}

.tab-img img {
    transform: translateY(81px);
}


h2 {
    font-size: 55px;
    font-weight: 600;
}

h3.heading-light, h2 span {
    background: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 40%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-description {
    width: 520px;
    max-width: 100%;
}

section.benefit-sec {
    background-image: url(./assets/images/blue-bg.jpg);
    padding: 80px 0;
}

section.benefit-sec h2 {
    color: #fff;
    margin-bottom: 40px;
}

section.benefit-sec p {
    color: #fff;
}

.benefit-bx {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    margin: 15px 0;
    height: calc(100% - 30px);
    transition: 0.3s ease-in-out;
    transform: translateY(0);
}
.benefit-bx:hover {
    transform: translateY(-10px);
    background-color: #4d8ef1;
}
.benefit-bx:hover h4, .benefit-bx:hover p{
    color: #fff !important;
}
.benefit-bx h4 {
    font-size: 20px;
}

.benefit-bx .icon {
    text-align: end;
    margin-bottom: 30px;
}


section.testimonials {
    padding: 100px 0;
    position: relative;
}

.image-orange {
    background-image: url(./assets/images/yellow-img.jpg);
    width: 308px;
    height: 925px;
    background-size: cover;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.testimonial-bx {
    padding: 40px;
    background-color: #f1f4f5;
    border-radius: 70px;
    opacity: 0.6;
    transition: 0.6s ease-in-out;
    min-height: 310px;
    display: flex;
    align-content: center;
}

.footer-black {
    background-color: #000;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 40px;
}

footer {
    padding: 0 20px;
}

.email-link a {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
}

.ft-links ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: noen;
}

.ft-links ul li a {
    color: #b5bdc9;
    font-size: 16px;
}

.email-link {
    margin-bottom: 40px;
}

.subscribe {
    margin-top: 15vh;
}

.subscribe input {
    width: 500px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 20px;
    color: #ccc;
    font-weight: 300;
}

.subscribe input::placeholder {
    color: #ccc;
}

.footer-heading {
    text-align: center;
}

.footer-heading {
    padding: 40px 0;
}
section.percentage-sec {
    padding: 80px 0;
    background-image: url(./assets/images/blue-bg2.jpg);
    background-size: cover;
    background-position: center;
}
.white-bx {
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
    height: 100%;
}

.tree-img img {
    width: 280px;
}

.white-bx h3 {
    background: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 228px;
    font-weight: 800;
    line-height: 210px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.white-bx h3 span {
    font-size: 140px;
}
.white-bx .content p {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.user-lists {
    height: 500px;
}
.user-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.user-lists > div:nth-child(1) {
    transform: translateY(78px) rotate(-20deg);
}

.user-lists > div:nth-child(2) {
    transform: translateY(20px) rotate(-10deg);
}

.user-lists > div:nth-child(4) {
    transform: translateY(20px) rotate(10deg);
}

.user-lists > div:nth-child(5) {
    transform: translateY(78px) rotate(20deg);
}
.white-bx.wh-gr-bx {
    background-color: #e1e8f9;
}

.white-bx.wh-gr-bx h4 {
    font-size: 40px;
    width: 380px;
    margin: 20px auto;
}

.white-bx.wh-gr-bx p {
    color: #5c7179;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.col-4 h5 {
    color: #2593ef;
    font-size: 18px;
}

.white-bx.wh-gr-bx .col-4:nth-child(2) {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
}

.fifty-bx p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
}
.fifty-bx .icon {
    margin-bottom: 15px;
}

.left-content {
    transform: translateY(40px);
}

.right-content {
    transform: translateY(140px);
}

.footer-black .row {
    align-items: flex-end;
}

.ft-logo img {
    width: 700px;
}

.ft-logo {
    text-align: right;
}

.dog-img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-flex;
    width: 652px;
    bottom: 0;
}

.mobile-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    bottom: 20px;
}

.mobile-img img {
    width: 300px;
}

.avatar-wheel .slick-slide {
  opacity: 0.4;
  transition: all 0.3s ease;
  transform: scale(0.8);
}
.avatar-wheel .slick-center {
  opacity: 1;
  transform: scale(1.2);
}
.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  cursor: pointer;
}
.testimonial-slider {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}


section.benefit-sec .container {
    max-width: 1100px;
}

.beni-text {
    text-align: center;
    margin-top: 40px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.social-links {
    margin-top: 30px;
}

.copyright-text p {
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.copyright-text {
    margin-top: 50px;
}

.owl-item .testimonial-bx {
    opacity: 0.6;
    transform: scale(0.92);
}

.owl-item.center .testimonial-bx {
    opacity: 1;
    transform: scale(1);
}

.user-lists a {
    transform: scale(0.96);
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    box-shadow: 0 0 20px #00000000;
    padding: 2px;
    background-color: #fff;
}

.user-lists a.active, .user-lists a:hover {
    transform: scale(1);
    box-shadow: 0 0 40px #0000001f;
    padding: 2px;
    background-image: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 100%);
}

.user-lists a img {
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
}

.user-lists a.active img, .user-lists a:hover img {
    filter: grayscale(0);
}

.user-detail p {
    margin-bottom: 0;
    background: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 40%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.user-detail h4 {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    transition: 0.2s;
    color: #508aee;
}


.user-testimonial:after {
    display: block;
    content: '';
    width: 15%;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 100%);
}

.user-testimonial::before {
    display: block;
    content: '';
    width: 15%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 100%);
}

.user-testimonial {
    position: relative;
}
.dog-img img {
    width: 100%;
}

.ft-links li {
    list-style: none;
}
.menu-btn {
  position: fixed;
  top: 28px;
  right: 15px;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 99999;
  display: none;
}

.line {
    display: block;
    width: 100%;
    height: 4px;
    margin: 6px 0;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  z-index: 9999;
}

.menu-links-mb ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.menu-links-mb a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  margin: 1rem;
  font-weight: 500;
  display: block;
  opacity: 0;
  text-align: center;
}
.menu-overlay:after {
    display: block;
    content: '';
    width: 100%;
    height: calc(100% - 90px);
    position: absolute;
    bottom: 0;
    background: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 100%);
}

.menu-links-mb {
    position: relative;
    z-index: 99;
}
.tab-combine {
    display: none;
}
.benefit-bx p {
    color: #515151 !important;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video#welcome-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom center;
}
p.customer-note {
    text-align: center;
    font-size: 12px;
    color: #b769d1;
    font-weight: 500;
}
.chips .chip-bar{
    cursor: pointer;
}
.chips > div:hover {
    animation: bubbleAni 1s ease-in-out;
}

@keyframes bubbleAni {
    0%{
        transform: scale(1);
    } 20%{
        transform: scale(0.8);
    } 50%{
       transform: scale(1.2); 
    } 100%{
        transform: scale(1);
    }

}
.user-lists a:active{
    transform: scale(0.8);
    transition: 0.3s;
}
.tabs-bar:active {
    transform: scale(0.9);
    transition: 0.2s;
}
.testimonial-content p {
    font-size: 17px;
    font-weight: 500;
}
section.inner-page {
    padding: 150px 0 80px;
}

section.inner-page h2 {
    font-size: 24px;
    margin: 30px 0;
}

section.inner-page h1 {
    font-weight: 700;
}

section.inner-page p strong {
    color: #3461c5;
}

section.inner-page ul {
    padding-left: 16px;
}

section.inner-page ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

section.inner-page ul li::marker {
    color: #b768d0;
}
section.inner-page h1 span {
    background: linear-gradient(54deg, rgb(211, 103, 201) 0%, rgb(31, 147, 239) 40%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.downbtn-links-inner {
    display: flex;
    gap: 10px;
}

.downbtn-links-inner img {
    width: 112px;
}
.ft-links ul li a:hover {
    color: #4d8df1;
}
/** Responsive **/
@media (max-width: 1500px) {
    .email-link a {
        font-size: 36px;
    }
    .ft-logo img {
        width: 320px;
    }
    .menu-links ul{
        gap: 20px;
    }
    .chips.right-chips {
        right: calc(19vw - 80px);
    }
    .chips.left-chips {
        left: calc(19vw - 80px);
    }
}

@media (max-width: 1300px) {


.menu-links ul{
    gap: 10px;
}
.menu-links li a{
    font-size: 14px;
}
.theme-btn a {
    font-size: 14px;
}
.mobile-img img {
    width: 280px;
}
.dog-img {
    width: 642px;
}
.chips.right-chips {
    gap: 20px;
    right: calc(26vw - 80px);
}

.chips.left-chips {
    gap: 20px;
    left: calc(26vh - 80px);
}
.chips div.chip-bar{
    font-size: 12px;
    padding: 6px 10px;
}
.chips > div span {
    background-size: 16px;
    padding-left: 22px;
}
.banner-area .content p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.banner-area .content{
    width: 276px;
}
.downlaod-content span {
    display: block;
}

.downlaod-content img {
    width: 128px;
}
#myTab li {
    flex: 0 0 31.54%;
}
}

@media (max-width: 1199px) {
    .banner-area {
        height: 620px;
    }
    #myTab li {
        flex: 0 0 31%;
    }
    h2 {
        font-size: 40px;
    }
    h3.heading-light{
        font-size: 20px;
    }
    .tabs-bar{
        font-size: 14px;
    }
    .tabs-bar img {
        width: 32px;
    }
    section.intro-sec {
        min-height: 743px;
    }
    .benefit-bx h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .benefit-bx .icon img{
        width: 40px;
    }
    .benefit-bx{
        padding: 20px;
    }
    p{
        font-size: 14px;
    }
    .user-lists a img {
        width: 80px;
    }
        .white-bx h3 {
        font-size: 148px;
        line-height: 120px;
    }
    .white-bx.wh-gr-bx h4{
        font-size: 24px;
    }
    .white-bx .content p{
        font-size: 14px;
    }
    .col-4 h5{
        font-size: 14px;
    }
    .fifty-bx p{
        font-size: 12px !important  ;
    }
    .email-link a{
        font-size: 26px;
    }
    .ft-links ul li a{
        font-size: 14px;
    }
    .subscribe input{
        width: 360px;
        font-size: 16px;
    }
        .ft-logo img {
        width: 320px;
    }
    .tab-img img {
    width: 420px;
}
.menu-links{
    display: none;
}
    .mobile-img img {
        width: 240px;
    }
    .dog-img {
        width: 522px;
    }
    .chips.right-chips {
        right: calc(13vw - 80px);
    }
    .chips.left-chips {
        left: calc(13vw - 80px);
    }

    .menu-btn{
        display: block;
    }
    .top-btn {
    margin-right: 60px;
}
}
@media (max-width: 991px) {
    .hidden-lg-down{
        display: none !important;
    }
    .theme-btn a {
        font-size: 12px;
    }
    .logo img {
        width: 160px;
    }
    .mobile-img img {
        width: 180px;
    }
    .chips.left-chips {
        transform: scale(0.7);
    }
    .chips.right-chips {
        
        transform: scale(0.7);
    }
    .banner-area .content p {
        font-size: 18px;
        line-height: 22px;
    }
    .banner-area .content {
        width: 166px;
        padding: 20px;
    }
    .downlaod-content {
        width: 210px;
    }
    .downlaod-content p{
        font-size: 10px;
    }
    #myTab li {
        flex: 0 0 30.4%;
    }
    .tab-description {
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }
    .tab-img img {
        transform: translateY(0);
        width: 300px;
    }
    .left-content {
        transform: translateY(10px);
    }
    .user-lists {
        height: 400px;
    }
    .tab-img{
        text-align: center;
    }
    section.intro-sec{
        padding-bottom: 0;
    }
    .white-bx h3 {
        font-size: 88px;
        line-height: 120px;
    }
    .white-bx h3 span {
        font-size: 60px;
    }
    .tree-img img {
        width: 160px;
    }
    .white-bx.wh-gr-bx {
        margin-top: 30px;
    }
    .subscribe input {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .chips.left-chips {
        left: calc(3vw - 80px);
        transform: scale(0.6);
        top: auto;
        bottom: 160px;
    }
    .chips.right-chips {
        right: calc(3vw - 80px);
        transform: scale(0.6);
        top: auto;
        bottom: 160px;
    }
    .banner-area .content {
        bottom: auto;
        top: 40px;
    }
    #myTab li {
        flex: 0 0 28.4%;
    }
    .right-content, .left-content {
        transform: translateY(0);
    }
    .ft-logo {
        text-align: center;
        margin-top: 40px;
    }
    .ft-logo img {
        width: 180px;
    }
    .footer-black {
        text-align: center;
    }
    .subscribe input{
        text-align: center;
    }
    .social-links{
        justify-content: center;
    }

}

@media (max-width: 576px) {

    .theme-btn a {
        width: 100%;
    }

    .top-btn {
        justify-content: center;
        margin-top: 15px;
    }

       .top-btn .theme-btn {
        flex: 0 0 100%;
    }
    .top-btn {
        margin-right: 0;
    }
    .dog-img {
        width: 380px;
    }
    .user-lists a img {
        width: 60px;
        border-radius: 10px;
    }

    .user-lists a{
        border-radius: 14px;
    }
    .user-lists {
        gap: 10px;
        width: 380px;
        height: auto;
        margin: 40px auto 130px;
    }
    .user-lists > div:nth-child(1) {
        transform: translateY(58px) rotate(-20deg);
    }
    .user-lists > div:nth-child(5) {
        transform: translateY(58px) rotate(20deg);
    }
    header.theme-header{
        padding: 20px 0;
    }
    section.hero-banner {
        padding: 150px 0 90px;
    }
    .banner-area {
        height: 650px;
    }
    .chips div.chip-bar {
        max-width: 100%;
        width: 100%;
        transform: translateX(0) rotate(0deg) !important;
        padding: 16px 10px;
        border-radius: 20px;
        margin: 0 !important;
    }
    .chips > div span{
        padding-left: 0;
        padding-top: 35px;
        text-align: center;
        font-size: 8px;
        font-weight: 700;
        display: block;
        word-wrap: break-word;
        background-position: top center;
        background-size: 30px;
    }
    .chips{
        width: 80px !important;
        justify-content: center !important;
        transform: scale(1) !important;
        gap: 10px !important;
    }
    .chips.left-chips{
        left: 8px;
        bottom: 40px;
    }
    .chips.right-chips{
        right: 8px;
        bottom: 40px;
    }
    .chips > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-area .content {
        background-color: transparent;
        text-align: center;
        width: 100%;
        left: 0;
        position: relative;
        padding: 0;
    }
    .downlaod-content {
        width: 100%;
        text-align: center;
        right: 0;
        position: relative;
        padding: 0;
    }
    .banner-area .content p {
        font-size: 30px;
        line-height: 36px;
        color: #fff;
    }
    .banner-area .content p span{
        color: #fff;
    }
    .downlaod-content {
        width: 300px;
        margin: 0 auto;
    }
    .downlaod-content img {
        width: 88px;
    }
        #myTab li {
        flex: 1;
    }
    ul#myTab {
        width: 680px;
    }

    .nav-room {
        overflow-x: auto;
        padding: 4px 0;
                scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }
    section.intro-sec {
        padding-bottom: 0;
        background-size: 1000px;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .image-orange {
        display: none;
    }
    header.theme-header.MenuFixed .top-btn {
        display: none;
    }
    .user-testimonial:after, .user-testimonial:before{
        display: none;
    }
    .user-testimonial{
        padding: 0 15px;
    }
    .footer-black{
        padding: 30px;
    }
    .email-link a {
        font-size: 20px;
    }
    .white-bx.wh-gr-bx h4 {
        word-break: break-word !important;
        display: contents;
    }
    .left-content {
        display: none;
    }
    h2 {
        font-size: 32px;
    }
    section.testimonials {
        background-image: url(./assets/images/dots-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left -40px;
    }

    .right-content {
        width: 300px;
        margin: 40px auto 0;
    }
    .user-lists:after {
        display: block;
        content: '';
        width: 80px;
        height: 80px;
        background-image: url(./assets/images/qoute-img.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -130px;
    }

    .user-lists {
        position: relative;
    }
    .user-testimonial{
        padding-top: 60px;
    }
    .downlaods-btn{
        justify-content: center;
        gap: 10px;
    }
}