

@media screen and  (max-width:768px) 
{
  html,body{
    overflow-x: hidden !important;
    width:100% !important;
}
}
p{
  text-align: left;
  padding:10px;
  color: #fff;
}
h6{
  color:#fff;
}
.middle-content h1 {
  text-align: left;
}

@media screen and (min-width:1200px) {
  .middle-content img {
    padding-left: 25px;
  }
}

@media screen and (min-width:1600px) {
  .middle-content p{
    font-size: 24px !important;
  }
  .middle-content h1 {
    margin-top: 40px !important;
  }
  .continues .office{
    height:480px !important;
    width: auto !important;
  }
  .continues .test-card-body{
    height: 480px !important;
    width: 800px !important;
    margin-left: 40px !important;

  }
  .continues .test-card-body h4{
    margin-top: 30px !important;
    font-size: 36px !important;
    font-weight: 800px;
  }
  .continues .test-card-body p{
    font-size: 18px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .continues .item-text{
    display: grid !important;
    justify-content: end !important;
    padding-right: 0px !important;
  }
  .continues .item-img{
    display: grid !important;
    justify-content: start !important;
    padding-left: 0px !important;
    margin-left: -2px !important;
  }

  .border-icon{
    height: 100px !important;
  }
}
@media screen and (min-width:1400px) and (max-width:1599px) {
  .middle-content p{
    font-size: 21px !important;
  }
  
}
@media screen and (min-width:1100px) and (max-width:1399px) {
  .middle-content p{
    font-size: 18px !important;
  }
  
}
@media screen and (max-width:1099px) {
  .middle-content p{
    font-size: 18px;
  }
  
}
.description{
  text-align: left;
  padding: 0 30px 20px !important;
}
.description p{
  padding: 0;
  text-align: justify;
}
@media screen and (max-width:1300px) and (min-width:1200px) {
  .description{
    padding-top: 0px !important;
  }
  .middle-content p{
    padding-bottom: 0px !important;
  }
}
#members{
  background-color: #C5972C !important;
  border-color: #C5972C !important;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.middle-content a button{
  display: flex;
  justify-content: center; /* horizontally center */
  align-items: center;
}

html,body{
    overflow-x: hidden !important;
    width:100% !important; 
    user-select: none; 
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -8; /* Send the black background behind z-index -1 elements */
}

/* BACKGROUND */

.ellipse-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
     /* Ensure ellipse backgrounds are behind content */
}

.ellipse-div {
    position: absolute;
    border-radius: 50%;
    background-color: #ddc13d;/*rgb(252, 186, 3)*/
    filter: blur(150px);
    transform-origin: 0 0;
    z-index: -3;
}

.top-left {
    width: 50%;
    height: 40%;
    top: -20%;
    left: -25%;
}

.bottom-right {
    width: 35%;
    height: 35%;
    top: 15%;
    right: -25%;
}

.bottom-left {
    width: 40%;
    height: 40%;
    bottom: 15%;
    left: -20%;
}

.bottom-right-2 {
    width: 50%;
    height: 50%;
    bottom: -30%;
    right: -35%;
}

/* BACKGROUND */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            outline: none;
            font-family: 'Hind', serif;
        }
        .sale-bar h6 {
            position: relative;
            height: auto;
            text-align: center;
            top: 9px;
            color: #FFF;
            font-family: Hind;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-transform: capitalize;
        }
    
  
  /* top navbar */
  @media screen and (min-width:992px) {
    #navbar{
      padding-bottom: 0px !important;
    }
    
  }
  @media (max-width: 991px) {
    #navbar {
        padding-bottom: 7px !important;
    }
  }
  
  .top-navbar{
  display: flex;
  justify-content: space-between;
  }
  .top-navbar p{
  margin-top: 13px;
  margin-left: 15px;
  }
  .top-navbar .icons{
  margin-top: 13px;
  margin-right: 15px;
  }
  .top-navbar a{
  text-decoration: none;
  color: black;
  margin-left: 10px;
  }
  .top-navbar a img{
  margin-bottom: 3px;
  }
  .top-navbar a:hover{
  color: black;
  }
  @media screen and (max-width:400px){
  .top-navbar a{
  font-size: 13px;
  }
  .top-navbar a img{
  width: 15px;
  }
  .top-navbar p{
  font-size: 13px;
  }
  .navbar-collapse form {
  display: none; 
  }
  }
  @media screen and (max-width:320px){
  .top-navbar a{
  font-size: 10px;
  }
  .top-navbar a img{
  width: 13px;
  }
  .top-navbar p{
  font-size: 10px;
  }
  .navbar-collapse form {
  display: none; 
  }
  }
  @media screen and (max-width:318px){
  .top-navbar a{
  font-size: 8px;
  margin-left: 0;
  }
  .top-navbar a img{
  width: 10px;
  margin-left: 0;
  }
  .top-navbar p{
  font-size: 10px;
  margin-top: 20px;
  }
  .navbar-collapse form {
  display: none; 
  }
  }
  /* top navbar */
  
  /* navbar */
  #navbar{
  background-color: #fff;
  }
  #logo{
  margin-left: 15px;
  color: #252525;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 6px;
  }
  #logo span{
  color: #C5972C;
  }
  #logo #span1{
  font-size: 30px;
  }
  .navbar-nav{
  margin-left: 20px;
  }
  .nav-item{
  margin-left: 10px;
  }
  
  .nav-item .nav-link{
  color: #252525;
  font-family: Hind;
  font-size: 20px;
  font-style: normal;
  font-weight: 500; 
  margin-left: 2px;
  transition: 0.5s ease;
  }
  .nav-item .active{
  color: #C5972C !important;
  font-weight: 600 !important; 
  }
  
  .nav-item .nav-link:hover{
  color: #C5972C;
  }
  
  #member {
    background-color: #C5972C !important;
    border-color: #C5972C !important;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
  }
  @media screen and (min-width:992px){
    #member{
      position:relative;
      left:-10%;
    }
  }
  @media screen and (max-width:992px){
    #member{
      position:relative;
      left:2px;
    }
  }
  
  #member button {
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    margin-top: 0px !important;
  }
  
  /* Header */

  
  .middle-content{
    text-align: center;
    color: #fff;
  }





  #slide2-container{
    max-width: 1800px !important;
  margin: 0 aut0 !important;
  text-align: center;
  padding:25px 20px !important;
  }

  #slide2-container h1{
    text-align: left;
  }

  .partner-container {
    /* background-color: #1E1E1E; */
    background: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    gap: 48px;
    }
    .partner-container h1 {
    color: #FFF;
    font-family: Hind;
    font-style: normal;
    width: 987px;
    }
    #main-title{
      word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  margin-bottom:40px;
    }
    #sub-title{
      word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-transform:uppercase;
  margin-bottom: 20px;
    }
    .partner-container h1 {
      max-width: 100%;
      text-align: left;
    }
  @media screen and (min-width:1400px) {
    .partner-container{
      padding-top:40px;
      padding-bottom: 0px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .partner-container .main-heading{
      font-size: 28px;
      font-weight: 500px;
    }
    #sub-title{
      font-size:18px !important;
      font-weight:400px !important;
      letter-spacing:1px !important;
    }
  }
  
  @media screen and (min-width:1200px) and (max-width:1400px) {
    .partner-container{
      padding-top:40px;
      padding-bottom: 0px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .partner-container .main-heading{
      font-size: 28px;
      font-weight: 500px;
    }
    #sub-title{
      font-size:16px !important;
      font-weight:400px !important;
      letter-spacing:1px !important;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1200px){
    .partner-container{
      padding-top:40px;
      padding-bottom: 0px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .partner-container .main-heading{
      font-size: 28px;
      font-weight: 500px;
    }
    #sub-title{
      font-size:16px !important;
      font-weight:400px !important;
      letter-spacing:1px !important;
    }
  }
  @media screen and (min-width:425px) and (max-width:768px){
    .partner-container{
      padding-top:40px;
      padding-bottom: 0px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .partner-container .main-heading{
      font-size: 28px;
      font-weight: 500px;
    }
    #sub-title{
      font-size:16px !important;
      font-weight:400px !important;
      letter-spacing:1px !important;
    }
  
  }
  @media screen  and (max-width:425px) {
    .partner-container{
      padding-top:40px;
      padding-bottom: 0px;
    }
    .partner-container .main-heading{
      font-size: 32px !important;
      font-weight: 500px !important; ;
      line-height: 35px;
    }
    #sub-title{
      font-weight: 400px;
      font-size: 16px;
      letter-spacing: 1px;
  
    }
  }
  
  
  @media screen and (max-width: 768px) {
    .navbar-nav {
        margin-left: 0;
    }
    
    .product-description-container1 {
        padding-left: 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    .navbar-brand {
        font-size: 20px;
    }
    
    .main-heading {
        font-size: 1.5rem;
    }
    
    .left-image {
        max-height: 100%;
    }
    
  }
  
  
  
  .container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    gap:20px;
  }
  
  .container .box-container .box{
    display: none;
  }
  
  .container .box-container .box:nth-child(1),
  .container .box-container .box:nth-child(2),
  .container .box-container .box:nth-child(3),
  .container .box-container .box:nth-child(4),
  .container .box-container .box:nth-child(5),
  .container .box-container .box:nth-child(6),
  .container .box-container .box:nth-child(7),
  .container .box-container .box:nth-child(8),
  .container .box-container .box:nth-child(9),
  .container .box-container .box:nth-child(10)
  {
    display: inline-block;
  }
  
  .container .box-container .box .image {
    margin-bottom: 20px;
    overflow: hidden;
    height: 250px;
    border-radius: 50px;
}

.container .box-container .box .image img {
    height: 100%;
    width: 100%;
    transition: border-color 0.3s ease;
    border: 4px solid #C5972C; /* Initial border to ensure transition works */
    border-radius: 50px;
}

.container .box-container .box:hover .image img {
    border-color: #C5972C;
    border-radius: 50px;
}
  
  #load-more{
    margin-top: 20px;
    display: inline-block;
    padding:13px 30px;
    font-size: 16px;
    font-family: 'Hind',sans-serif;
    background-color: #fff;
    border:1px solid #334;
    color:none;
    cursor: pointer;
  }
  
  #load-more:hover{
    color:#fff;
    border:1px solid #fff;
    background:transparent;
  }
  
  @media (max-width:450px){
  
    .container .box-container{
      grid-template-columns: 1fr;
    }
  
    .container .box-container .box .image{
      height: 200px;
    }
  
  }
  
    
    .btn {
        color: #FFF;
        text-align: center;
        font-family: Hind;
        font-size: 20px;
        font-style: normal;
        text-decoration-line: underline;
    }
  /* .partner-logos img {
      max-width: 230px;
      max-height: 230px;
  } */
  
  
  .btn {
      color: #FFF;
      text-align: center;
      font-family: Hind;
      font-size: 20px;
      font-style: normal;
      text-decoration-line: underline;
      display: block; /* Add this line */
      
  }


/* footer */
#footer {
  padding: 0 0 30px 0px;
  color: white;
  font-size: 16px;
  background-color: #313131;
  /* margin-top: 60px; */
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background-color: #313131;
  color: white;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  color: #fff;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
  margin-top: 10px;
}
#footer .footer-top .footer-links h4 {
  color: #fff;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  transition: 0.5s ease;
}
#footer .footer-top .footer-links ul li a:hover {
  color: #fff;
}
#footer .footer-top .socail-links a {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  background-color: #373737;
  color: white;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  transition: 0.5s ease;
}
#footer .footer-top .socail-links a:hover {
  background-color: #C5972C;
  color: white;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}
#footer .credits a {
  color: #C5972C;
}
.contact-detail{
  padding-left:0px !important;
}

/* footer */

/*testimonial cards styles*/
*{
	
	box-sizing: border-box;
	font-family: 'Hind', sans-serif;

	/* Variables for storing colors */
	--card-clr: #161922;
	--body-clr: #191d28;
	--primary-clr: #f0bf6a;
	--heading-clr: #dadada;
	--text-clr: #828282;
}
.testimonials-section{
	width: 100%;
	padding: 0px 7%;
}

@media screen and (max-width:900px) {
  .testimonials-section{
    width: 100%;
    padding: 0px 7%;
  }
  .testimonials-container .testimonial-card{
    padding: 0px !important;
  }
}
@media screen and (min-width:1600px) {
  .test-card-body{
    height:400px !important;
  }
}
@media screen and (min-width:1400px) and (max-width:1600px) {
  .test-card-body{
    height:440px !important;
  }
}
@media screen and (min-width:1200px) and (max-width:1400px) {
  .test-card-body{
    height:510px !important;
  }
}
@media screen and (min-width:900px) and (max-width:1200px) {
  .test-card-body{
    height:610px !important;
  }
  .testimonials-container .testimonial-card{
    padding: 20px !important;
  }
}
@media screen and (min-width:768px) and (max-width:899px) {
  .test-card-body{
    height: 610px !important;
  }
}
@media screen and (min-width:540px) and (max-width:767px) {
  .test-card-body{
    height: 510px !important;
  }
}
@media screen and (min-width:410px) and (max-width:539px) {
  .test-card-body{
    height: 580px !important;
  }
}
@media screen and (min-width:540px) and (max-width:767px) {
  .test-card-body{
    height: auto px !important;
  }
}

 
@media screen and (max-width:409px) {
  .test-card-body{
    height: 680px !important;
  }
  .testimonials-section{
    padding:0 !important;
  }
}
.testimonials-section .section-header{
	max-width: 700px;
	text-align: center;
	margin: 30px auto 40px;
}
.section-header h1{
	position: relative;
	font-size: 36px;
	color: var(--primary-clr);
}
.testimonials-container{
	position: relative;
}
.testimonials-container .testimonial-card{
	padding: 40px;
}
.testimonial-card .test-card-body{
	background-color: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.12);
	padding: 32px;
}
.test-card-body .quote{
	display: flex;
	align-items: center;
}
.test-card-body .quote i{
	font-size: 27px;
	color: var(--heading-clr);
	margin-right: 20px;
}
.test-card-body .quote h2{
	color: var(--heading-clr);
	font-size: 16px !important;
}
.test-card-body p{
	margin: 10px 0px 15px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--text-clr);
}
.test-card-body h3{
  font-weight: 700px;
}
.test-card-body .ratings{
	margin-top: 20px;
	margin-bottom: 20px;
}
.test-card-body .ratings i{
	font-size: 21px;
	color: var(--primary-clr);
	cursor: pointer;
}
.testimonial-card .profile{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.profile .profile-image{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.profile .profile-image img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover; 
}
.profile .profile-desc{
	display: flex;
	flex-direction: column;
}
.profile-desc span:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	color: var(--primary-clr);
}
.profile-desc span:nth-child(2){
	font-size: 15px;
	color: var(--text-clr);
}
.owl-nav{
	position: absolute;
	right: 20px;
	bottom: -10px;
}
.owl-nav button{
	border-radius: 50% !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{
	padding: 10px !important;
	border-radius: 50%;
	font-size: 18px !important;
	background-color: var(--card-clr) !important;
	color: var(--primary-clr);
	cursor: pointer;
	transition: 0.4s;
}
.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover{
	background-color: var(--primary-clr) !important;
	color: #e9e9e9;
}
.owl-dots{
	margin-top: 15px;
}
.owl-dots .owl-dot span{
	background-color: #434753 !important;
	padding: 6px !important;
}
.owl-dot.active span{
	background-color: var(--primary-clr) !important;
}

#stars{
  text-align: left !important;
  font-weight:700px !important;
}

.owl-nav{
  display: none;
}

@media screen and (min-width:768px) {
  .owl-dots{
    display: none;
  }
}



.b {
  position: relative;
  text-transform: capitalize;
}
.brands {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Inter;
  color: #c5972c;
}
.col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 32px;
  gap: 8px;
}
.border-icon {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.trusted-partners {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Inter;
  color: #d3b161;
}
.row {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-family: 'Playfair Display';
}
.title-section {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 64px;
  box-sizing: border-box;
  gap: 32px;
  text-align: left;
  font-size: 36px;
  color: #222;
  font-family: Hind;
}

/* .continous_m{
  display: flex;
  position: relative;
  width: 100%;
} */
/* .continues{
  position: relative;
  top: -10px;
  left: calc(100% - 600px - 720px);
  display: flex;
  height: 440px;
  align-self: flex-end;
  width: 100%;
} */
.item-text,.item-img{
  padding: 0 !important;
  height: 100%;
}
.item-img img{
  height: 100%;
  width: 100%;
}
.test-body h4{
  font-size: 40px;
}



.middle-content{
  padding: 0 0 0 6vw;
}
.continous_m{
  width: 73.13%;
  height: 25vw;
  position: relative;
  left: 21vw;
  top: -2.789vh;
  display: flex;
}
.continous{
  height: 100%;
  width: 100%;
  display: flex;
}
.left_data,.right_img{
  height: 100%;
}
.left_data{
  width: 54.35%;
  background-color: white;
  padding: 4.56%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  box-sizing: border-box;
}
.left_data h4{
  width: 100%;
  height: fit-content;
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  font-size: calc(2vw - 0.15rem);
  line-height: 162%;
  text-transform: capitalize;
  color: #222222;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  padding: 0;
  margin: 0;
}
.left_data p{
  width: 100%;
  height: fit-content;
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-size: 0.94vw;
  line-height: 145%;
  color: #828282;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.left_matter{
  width: 100%;
  height: 24%;
  
  max-height: 25%;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
.lm_container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lm_content{
  width: 100%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 32px;
  gap: 8px;
  flex: none;
  order: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.lm_content h3{
  /* height: 48px; */
  width: fit-content;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 1.88vw;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #222222;
  flex: none;
  order: 0;
  flex-grow: 0;
  height: fit-content;
  line-height: 100%;
  margin: 0;
}
.lm_content h2{
  width: max-content;
  /* height: 15px; */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 0.628vw;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C5972C;
  flex: none;
  order: 1;
  flex-grow: 0;
  height: fit-content;
  line-height: 100%;
  margin: 0;
}
.right_img{
  width: 45.65%;
}
.right_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:1200px) {
  .description{
    padding: 25px 30px 20px !important;
  }
  .middle-content{
    padding:0 1vw;
  }
  .continous_m{
    width: 100%;
    left: 0;
    top: 0;
    padding: 1vw;
    height: 100%;
  }

  .continous{
    flex-direction: column;
  }
  .left_data,.right_img{
    width: 100%;
    height: fit-content;
  }
  .left_data h4{
    font-size: 32px;
  }
  .left_data p{
    font-size: 18px;
    text-align: justify;
  }
  .lm_content{
    height: 71px;
  }
  .lm_container img{
    height: 71px;
  }
  .lm_content h3,.description h1{
    font-size: 36px;
  }
  .lm_content h2,.description p{
    font-size: 12px;
    text-align: justify;
    padding: 0;
  }
  .lm_container{
    padding: 16 px;
  }
}
@media screen and (max-width:575px) {
  .continous_m{
    width: 100%;
    height: 100%;
    left: 0;
    padding: 1vw;
  }
  .continous{
    flex-direction: column;
  }
  .left_data,.right_img{
    width: 100%;
    height: fit-content;
  }
  .left_data{
    gap: 18px;
  }
  .left_data h4{
    font-size: 26px;
  }
  .left_data p{
    font-size: 14px;
  }
  .lm_content{
    height: 50px;
  }
  .lm_container{
    padding: 10px;
  }
  .lm_container img{
    height: 50px;
  }
  .lm_content{
    padding: 2px;
  }
  .lm_content h3,.description h1{
    font-size: 28px;
  }
  .lm_content h2{
    font-size: 10px;
  }
}
@media screen and (max-width:406px) {
  
  .left_data h4{
    font-size: 22px;
  }
  .left_data p{
    font-size: 14px;
  }
  .lm_content{
    height: 32px;
  }
  .lm_container{
    padding: 10px;
  }
  .lm_container img{
    height: 40px;
  }
  .lm_content{
    padding: 2px;
  }
  .lm_content h3,.description h1{
    font-size: 22px;
  }
  .lm_content h2{
    font-size: 8px;
    height: fit-content;
    text-align: justify;
  }
}