@media (max-width: 991px) {
  .header_slider-bnr .items img{
    height: 440px;
    object-position: left;
  }
  .login-btn-bg a.login-btn-main {
    background: #00878E;
    padding: 12px 36px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins-Regular', sans-serif;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .login-btn-bg a.login-btn-main.gray{
    background: #fff;
    color: #00878E;
    border: 1px solid #00878E;
  }
  .login-btn-bg{
    display: flex;
    gap: 12px;
    margin: 20px 0px 0px 17px;
  }
  .login-btn-bg a.login-btn-main img{
    filter: brightness(77.5);
  }
  .main_header_scvBG .hdr_deasign4{
    left: 0;
    width: 100%;
  }
  .welcome-yugal-section {
    padding: 32px 0px;
  }
  .trusted-single-section {
    padding: 16px 0px;
  }
  .trusted-family-contents .quote-icon {
    font-size: 24px;
  }
  .trusted-family-contents h4 {
    font-size: 22px;
    margin-top: 4px;
  }
  .trusted-family-contents p {
    font-size: 16px;
    margin-top: 6px;
  }
  .trusted-family-contents a {
    font-size: 14px;
    margin-top: 4px;
  }
  .trusted-family-contents.text-end {
    text-align: left;
  }
  .choose-yugal-border {
    padding: 20px 20px 0px;
    margin-top: 18px;
  }
  .inner-elite-choose{
    margin-bottom: 20px;
  }
  .success-story-inners {
    margin-top: 10px;
  }
  .contents-success-storys {
    margin-top: 14px;
    margin-left: 0;
  }
  .contents-success-storys p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .btn-groups-story {
    gap: 12px;
  }
  .btn-groups-story .btn_support,
  .btn-groups-story .btn_enquiry {
    font-size: 14px;
    padding: 9px 24px;
    gap: 6px;
  }
  .work-section-how{
	  padding: 32px 0px;
  }
  .single-inner-works {
    padding: 12px 0px;
  }
}

@media (max-width: 570px) {
  .left_matri_headers{
    text-align: center;
  }
  .left_matri_headers h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .left_matri_headers .btn_register-ht{
    margin: auto;
    margin-top: 12px;
  }
  .btn-groups-hdr {
    margin-top: 20px;
    justify-content: center;
  }
  .left_matri_headers h4 span{
    font-size: 21px;
    text-decoration: none;
  }
  .left_matri_headers h4{
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .main_header_scvBG{
    border-radius: 0px 0px 35px 35px;
  }
  .section-titles h2 {
    font-size: 28px;
    color: #000;
    font-family: 'Poppins-Bold', sans-serif;
  }
  .section-titles p{
    margin-top: 0px;
  }
  .how-worksmaindf {
    padding: 32px 0px 31px;
  }
  .bg_howsection-inners.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0;
  }
  .bg_howsection-inners.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 0;
  }
}

/* footer css */
@media (max-width: 991px) {
  .footer-bg{
    padding-top: 30px;
  }
  .copy-rights .text-end h6,
  .copy-rights h6{
    text-align: center;
  }
  .footer-bg .spacingbottomvb{
    padding-bottom: 10px;
    padding-top: 10px;
  }
}