@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
 /*.home-banner {  padding:30px 0px 30px 0px; }*/
.home-banner {  padding:50px 0px 20px 0px;  }
}
@media screen and (max-width: 1430px) { 
 /*.home-banner {  padding:30px 0px 30px 0px; }*/
.home-banner {  padding:50px 0px 20px 0px;  }
  }
/*11-2-25*/
@media screen and (max-width: 1400px) {
  .services-box.home_con {  padding: 30px 0px 30px 0px !important; }
  .home-banner {padding: 42px 0px 28px 0px;	 }
}
@media screen and (max-width:1388px) {  
.home-banner { padding:42px 0px 0px 0px;  }
}
@media screen and (max-width: 1300px) {
 .home-banner {padding: 42px 0px 26px 0px;}
  .banner-text {   padding-bottom: 0px; }
}
/*11-2-25 end*/
@media screen and (min-width: 991px) and (max-width: 1280px) {
.home-banner { padding:66px 0 66px 0; background-size:cover;}
.question_box .col-4.ques_title {width:100%!important;} 
.services-box.home_con {  padding:30px 0 30px 0!important; }
}


@media screen and (min-width: 1024px) and (max-width: 1200px) {

  .mobile-lg-mb { margin-bottom: 30px;}
  footer ul li {  margin-bottom: 25px;}
  .social-links {  justify-content: start !important; }
  .scroll-button {  display: none; }
  /*11-2-25*/
  .banner-text h1 { font-size: 3rem; margin-bottom: 25px; }
   /*menu responsive 21-3-25*/
  /*27-1-25*/
  .ham-menu { display: block;margin-top: 30px;position: absolute; cursor: pointer; right: 10px; }
  .menu-links { position: fixed; background: var(--bg-color); width: 100%; left: -100%; top: 0;  height: 100vh; z-index: 9999; padding: 15px; transition: all .5s ease-in-out;  }
  .menu-links ul { flex-direction: column;  align-items: start !important;  }
  .logo {  width: 192px; }

  header ul li {  margin-bottom: 15px; margin-right: 0px; }
  header ul li:last-child {  margin-bottom: 0px; }
  header ul li a {  color: var(--text-black);  font-size: 1.5rem; }
  .sub-menu {  position: static;  width: 100%; }
  .sub-menu-2 {  position: static;  width: 100%; }
  .mobile-logo { display: none; width: 220px;}
  .cross-icon { display: block; width: 30px; cursor: pointer; }
  .mb-50 {  margin-bottom: 50px; }
  .sub-menu li { padding: 3px 15px; }
  .sub-menu-2 li { padding: 3px 15px;}
  /**/
  .menu-links ul { width: 100%; float: none; }
  .menu-links ul li, .menu-links ul li a { width: 100%;}
  .navbar-nav .dropdown-menu {  position: static !important;   margin-bottom: 30px !important;  }
  /*menu*/
  .menu_item {
    width: auto;
    float: right;
  }

  .menu-links li.active .nav-link,
  .nav-link:hover {
    border-bottom: 5px solid #3769B3;
  }

  .menu-links li {
    display: inline-block;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .menu-links li.dropdown .dropdown-menu {
    inset: 55px auto auto 0px !important;
    min-width: 300px;
  }

  .navbar-nav .nav-item a {
    background: #fff;
    border-radius: 10px;
  }

  .navbar-nav .nav-item a.custom-btn {
    background: #3769B3;
  }

  .nav-item.dropdown li,
  .navbar-nav .nav-item {
    padding: 0px 5px;
    width: 100%;
  }

  .nav-item.dropdown li a,
  .navbar-nav .nav-item a {
    padding: 10px 10px;
    width: 100%;
  }

  .nav-item.dropdown .dropdown-menu li a:hover {
    border: 0px;
  }

  .menu-links li .nav-link img {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px
  }

  header .dropdown-menu {
    transform: translate(1px, 18px) !important;
  }

  header ul li .nav-link {
    margin-right: 0px;
  }

  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
    background: #03B9EC;
    color: #fff;
  }

  .left-0 {
    left: 0;
  }

  /*29-1-25*/
  .logo_svg {

    width: 268px;
    height: 90px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1080px) {
	
	  .home-banner {
     padding:70px 0px 66px 0px;	
  }
.overview-sec.services_listlink{padding-top:0px;}

.services_listlink .col { flex: none;margin-bottom:20px;}
	
}
@media screen and (min-width: 991px) and (max-width: 1025px) {
		  .home-banner {
     padding:50px 0px 50px 0px;	
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {

  .services-btn a {
    font-size: 1.7rem;
  }

  .form-sec::before {
    display: none;
  }

  .form-sec::after {
    display: none;
  }

  /*footer*/
  footer .mobile-lg-mb {
    margin-bottom: 30px;
  }

  /*testimonials */
  .testimonial {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .testimonials .col-4,
  .testimonials .col-8 {
    width: 100%;
  }

  .testimonials .title-text {
    padding-top:0px;
  }

  .testimonials .col-4 {
    padding-bottom: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top:4% !important;
  }

  .mob_block {
    display: block;
    top: 75% !important;
  }

  .mob_none {
    display: none;
  }

  .testimonial .image {
    width: 100px;
    height: 100px;
  }

  .testimonial .col-3 {
    width: 18%;
  }

  .col-8 .testimonial .col-8 {
    width: 80% !important;
  }

  .slide .details {
    margin-top: 20px;
  }

  .details .name {
    font-size: 24px;
  }

  .details .job {
    font-size: 18px;
  }

  /*home service*/
  .services-box .card-text {
    font-size: 1.8em;
  }

  .scroll-button {
    display: none;
  }

  /*home button*/
  .home-banner .custom-btn {
    background: #fff;
    color: #3769B3;
    font-size: 18px;
    font-weight: bold;
  }

  /*medicare boxes*/
  .risk_list li {
    width: 100%;
    margin: 0px;
  }

  .plan-outter-bx .card {
    margin-right: 20px;
  }

  /**/
  .question_box .col-3 {
    width: 100%;
  }


  /* home*/
  .line-height70 {
    line-height: 60px;
  }

  .home_servicen {
    font-size: 18px;
  }

  .home_list .col-xl-5 img {
    margin-bottom: 25px;
  }

  /*16-1-25*/
  .banner-text h1 {
    font-size: 3rem;
    margin-bottom: 25px;
  }

  .home-banner {
    
     padding:90px 0px 66px 0px;	
 
  }

  .banner-text p.services_arr {
    margin: 0px;
  }

  .banner-text p.services_arr span {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }

  .banner-text {
    padding-bottom: 19px;
  }

  .pt-60 {
    padding-top: 3rem !important;
  }

  .contact-us-img {
    padding-left: 0px;
  }

  /*11-2-25*/
  .banner-text h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .banner-text p {
    font-size: 2rem;
  }
  
  
  /*menu responsive 21-3-25*/
  /*27-1-25*/
  .ham-menu {
    display: block;
    margin-top: 30px;
    position: absolute;
    cursor: pointer;
    right: 10px;
  }

  .menu-links {
    position: fixed;
    background: var(--bg-color);
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    z-index: 9999;
    padding: 15px;
    transition: all .5s ease-in-out;
  }

  .menu-links ul {
    flex-direction: column;
    align-items: start !important;
  }

  .logo {
    width: 192px;
  }

  header ul li {
    margin-bottom: 15px;
    margin-right: 0px;
  }

  header ul li:last-child {
    margin-bottom: 0px;
  }

  header ul li a {
    color: var(--text-black);
    font-size: 1.5rem;
  }

  .sub-menu {
    position: static;
    width: 100%;
  }

  .sub-menu-2 {
    position: static;
    width: 100%;
  }

  .mobile-logo {
    display: none;
    width: 220px;
  }

  .cross-icon {
    display: block;
    width: 30px;
    cursor: pointer;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .sub-menu li {
    padding: 3px 15px;
  }

  .sub-menu-2 li {
    padding: 3px 15px;
  }

  /**/
  .menu-links ul {
    width: 100%;
    float: none;
  }

  .menu-links ul li,
  .menu-links ul li a {
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    margin-bottom: 30px !important;
  }

  /*menu*/
  .menu_item {
    width: auto;
    float: right;
  }

  .menu-links li.active .nav-link,
  .nav-link:hover {
    border-bottom: 5px solid #3769B3;
  }

  .menu-links li {
    display: inline-block;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .menu-links li.dropdown .dropdown-menu {
    inset: 55px auto auto 0px !important;
    min-width: 300px;
  }

  .navbar-nav .nav-item a {
    background: #fff;
    border-radius: 10px;
  }

  .navbar-nav .nav-item a.custom-btn {
    background: #3769B3;
  }

  .nav-item.dropdown li,
  .navbar-nav .nav-item {
    padding: 0px 5px;
    width: 100%;
  }

  .nav-item.dropdown li a,
  .navbar-nav .nav-item a {
    padding: 10px 10px;
    width: 100%;
  }

  .nav-item.dropdown .dropdown-menu li a:hover {
    border: 0px;
  }

  .menu-links li .nav-link img {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px
  }

  header .dropdown-menu {
    transform: translate(1px, 18px) !important;
  }

  header ul li .nav-link {
    margin-right: 0px;
  }

  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
    background: #03B9EC;
    color: #fff;
  }

  .left-0 {
    left: 0;
  }

  /*29-1-25*/
  .logo_svg {

    width: 268px;
    height: 90px;
  }
  /*18-4-25*/
  .overview-sec.services_listlink{padding-top:0px;}
.services_listlink .col { flex: none;margin-bottom:20px;}
  /**/
  
  .services-box.home_con .col-7.title-text {width:100%;}
   .services-box.home_con .col-5.ai_sec{width:65%; margin:20px;}
 
}

@media screen and (max-width: 991px) {
  header {
    height: 97px;
  }

  header ul li a {
    font-size: 1.7rem;
  }

  .banner-text h2 {
    font-size: 3rem;
  }

  .banner-text h1 {
    font-size: 4rem;
  }

  .banner-text p {
    font-size: 1.9rem;
    line-height: 28px;
    margin-bottom: 31px;
  }

  .banner-image {
    height: 414px;
    display: none;
  }

  footer ul li {
    margin-bottom: 25px;
  }

  .mobile-lg-mb {
    margin-bottom: 30px;
  }

  .banner-txt h1 {
    font-size: 2.5rem;
  }

  .overview-sec {
    padding: 15px 0px;
  }

  .overview-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .overview-text p {
    font-size: 1.9rem;
  }

  .services-section {
    padding: 15px 0px;
  }

  .services-btn {
    margin-bottom: 14px;
  }

  .heading {
    margin-bottom: 22px;
  }

  .heading h1 {
    font-size: 2.5rem;
  }

  .benifit-sec {
    padding: 15px 0px;
  }

  .medicare-services {
    padding: 15px 0px;
  }

  .plan-card-heading h1 {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }

  .plan-card-header {
    padding: 30px;
  }

  .plan-card-header h1 {
    font-size: 2.2rem;
  }

  .plan-card-body {
    padding: 20px;
  }

  .plan-card-body p {
    font-size: 1.9rem;
    line-height: 30px;
  }

  .risk-sec {
    padding: 15px 0px;
  }

  .risk-text h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .risk-text ol li {
    font-size: 1.9rem;
  }


  .service-inner-txt h1 {
    font-size: 2.3rem;
    margin-bottom: 7px;
  }

  .service-inner-txt p {
    font-size: 1.9rem;
    line-height: 31px;
  }

  .team-img {
    width: 152px;
  }

  .resource-card {
    margin-bottom: 20px;
    max-height: none;
    height: auto;
  }

  .card-text p {
    font-size: 1.9rem;
  }

  .resource-card-sec {
    padding: 15px 0px;
  }

  .news-you-txt h1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .news-you-txt p {
    font-size: 1.9rem;
  }

  .form-sec {
    padding: 15px 0px;
  }

  .form-sec::before {
    display: none;
  }

  .form-sec::after {
    display: none;
  }

  .contact-form label {
    font-size: 1.9rem;
  }

  .contact-form {
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .bg-fade-bx h1 {
    font-size: 2.5rem;
  }

  .bg-fade-bx p {
    font-size: 1.9rem;
  }

  .our-story-text h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .questionary-outter-bx h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .preview-history-sec {
    padding: 15px 0px;
  }

  .question {
    margin-bottom: 25px;
  }

  .question h1 {
    font-size: 2.5rem;
  }

  .question p {
    font-size: 1.9rem;
  }

  .report-sec {
    padding: 15px 0px;
  }

  .report-text {
    margin-bottom: 20px;
  }

  .report-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .report-text p {
    font-size: 1.9rem;
  }

  .plan-txt ul li {
    font-size: 1.9rem;
    ;
    margin-bottom: 15px;
  }

  .plan-txt ol li {
    font-size: 1.9rem;
    ;
    margin-bottom: 15px;
  }

  .plan-txt ul li::before {
    left: -13px;
  }

  .genrate-plan-sec {
    padding: 15px 0px;
  }

  .email-enter-bx h1 {
    font-size: 2.5rem;
  }

  .plan-card {
    padding: 30px;
  }

  .plan-card h1 {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }

  .card-body-bx {
    padding: 40px;
  }

  .card-body-bx p {
    font-size: 1.9rem;
  }

  .policy-sec {
    padding-bottom: 15px;
  }

  .policy-bx {
    padding: 20px 15px;
  }

  .policy-txt h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .policy-txt p {
    font-size: 1.9rem;
    line-height: 35px;
  }

  /*testimonials */
  .testimonial {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .testimonials .col-4,
  .testimonials .col-8 {
    width: 100%;
  }

  .testimonials .title-text {
    padding-top:0px;
  }

  .testimonials .col-4 {
    padding-bottom: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top:4% !important;
  }

  .mob_block {
    display: block;
    top: 75% !important;
  }

  .mob_none {
    display: none;
  }

  .testimonial .image {
    width: 100px;
    height: 100px;
  }

  .testimonial .col-3 {
    width: 18%;
  }

  .col-8 .testimonial .col-8 {
    width: 80% !important;
  }

  .slide .details {
    margin-top: 20px;
  }

  .details .name {
    font-size: 24px;
  }

  .details .job {
    font-size: 18px;
  }

  /*home service*/
  .services-box .card-text {
    font-size: 1.8em;
  }

  .scroll-button {
    display: none;
  }

  /*home button*/
  .home-banner .custom-btn {
    background: #fff;
    color: #3769B3;
    font-size: 18px;
    font-weight: bold;
  }

  /*medicare boxes*/
  .risk_list li {
    width: 100%;
    margin: 0px;
  }

  /*menu*/
  .ham-menu {
    display: block;
    margin-top: 37px;
    position: absolute;
    cursor: pointer;
    right: 10px;
  }

  .contact_link {
    border-bottom: 5px solid #EDF6F8;
  }

  .menu-links {
    position: fixed;
    background: var(--bg-color);
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    z-index: 9999;
    padding: 15px;
    transition: all .5s ease-in-out;
  }

  .menu-links ul {
    flex-direction: column;
    align-items: start !important;
  }

  .logo {
    width: 192px;
  }

  header ul li {
    margin-bottom: 15px;
    margin-right: 0px;
  }

  header ul li:last-child {
    margin-bottom: 0px;
  }

  header ul li a {
    color: var(--text-black);
    font-size: 1.5rem;
  }

  .sub-menu {
    position: static;
    width: 100%;
  }

  .sub-menu-2 {
    position: static;
    width: 100%;
  }

  .mobile-logo {
    display: none;
    width: 220px;display:none;
  }

  .cross-icon {
    display: block;
    width: 30px;
    cursor: pointer;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .sub-menu li {
    padding: 3px 15px;
  }

  .sub-menu-2 li {
    padding: 3px 15px;
  }

  /**/
  .resource_box .r_box1,
  .r_box3,
  .r_box2 {
    width: 48%;
    margin-bottom: 30px;
    border-radius: 17px;
  }

  /*flow*/
  .question_box .col-3 {
    width: 100%;
  }

  /* login register*/
  .form_outer,
  .form_outer.register_bg {
    background: none;
    padding: 20px;
  }

  .contact-form.login-form {
    padding: 0px;
  }

  .form_outer.forgot-password-bg {
    background: none;
    background-size: 40%;
    padding: 20px 40px;
  }

  /*home service*/
  .home_servicen .col {
    margin-bottom: 30px;
    line-height: 70px;
  }

  .home_servicen .row.py-5 {
    padding: 0px !important;
  }

  .line-height70 {
    line-height: 70px;
  }

  .home_servicen {
    font-size: 22px;
  }

  .home_list .col-xl-5 img {
    margin-bottom: 25px;
  }

  /*16-1-25*/
  .banner-text h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .home-banner .custom-btn {
    font-size: 15px;
  }

  .home-banner {
    padding: 30px 0px 0px 0px;
    background: url("../images/home/banner_bg.png") -80px no-repeat;
    background-size: auto;
    background-size: 117%;
  }

  .banner-text p.services_arr {
    margin: 0px;
  }

  .banner-text p.services_arr span {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }

  .banner-text {
   
    padding-top: 30px;
    padding-bottom: 30px;
 
  }

  .pt-60 {
    padding-top: 3rem !important;
  }

  .contact-us-img {
    padding-left: 0px;
  }

  /*27-1-25*/
  .ham-menu {
    display: block;
    margin-top: 30px;
    position: absolute;
    cursor: pointer;
    right: 10px;
  }

  .menu-links {
    position: fixed;
    background: var(--bg-color);
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    z-index: 9999;
    padding: 15px;
    transition: all .5s ease-in-out;
  }

  .menu-links ul {
    flex-direction: column;
    align-items: start !important;
  }

  .logo {
    width: 192px;
  }

  header ul li {
    margin-bottom: 15px;
    margin-right: 0px;
  }

  header ul li:last-child {
    margin-bottom: 0px;
  }

  header ul li a {
    color: var(--text-black);
    font-size: 1.5rem;
  }

  .sub-menu {
    position: static;
    width: 100%;
  }

  .sub-menu-2 {
    position: static;
    width: 100%;
  }

  .mobile-logo {
    display: none;
    width: 220px;
  }

  .cross-icon {
    display: block;
    width: 30px;
    cursor: pointer;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .sub-menu li {
    padding: 3px 15px;
  }

  .sub-menu-2 li {
    padding: 3px 15px;
  }

  /**/
  .menu-links ul {
    width: 100%;
    float: none;
  }

  .menu-links ul li,
  .menu-links ul li a {
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    margin-bottom: 30px !important;
  }

  /*menu*/
  .menu_item {
    width: auto;
    float: right;
  }

  .menu-links li.active .nav-link,
  .nav-link:hover {
    border-bottom: 5px solid #3769B3;
  }

  .menu-links li {
    display: inline-block;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .menu-links li.dropdown .dropdown-menu {
    inset: 55px auto auto 0px !important;
    min-width: 300px;
  }

  .navbar-nav .nav-item a {
    background: #fff;
    border-radius: 10px;
  }

  .navbar-nav .nav-item a.custom-btn {
    background: #3769B3;
  }

  .nav-item.dropdown li,
  .navbar-nav .nav-item {
    padding: 0px 5px;
    width: 100%;
  }

  .nav-item.dropdown li a,
  .navbar-nav .nav-item a {
    padding: 10px 10px;
    width: 100%;
  }

  .nav-item.dropdown .dropdown-menu li a:hover {
    border: 0px;
  }

  .menu-links li .nav-link img {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px
  }

  header .dropdown-menu {
    transform: translate(1px, 18px) !important;
  }

  header ul li .nav-link {
    margin-right: 0px;
  }

  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
    background: #03B9EC;
    color: #fff;
  }

  .left-0 {
    left: 0;
  }

  /*29-1-25*/
  .logo_svg {

    width: 268px;
    height: 90px;
  }
    /*18-4-25*/
  .overview-sec.services_listlink{padding-top:0px;}
.services_listlink .col { flex: none;margin-bottom:20px;}

  /* chat box*/
  
  .services-box.home_con .col-7.title-text {width:100%;}
   .services-box.home_con .col-5.ai_sec{width:65%; margin:20px;}
   .col-4.ques_title {  width: 100% !important;}
}
@media screen and (max-width:900px) {
	.title-text h3{font-size: 2.5rem;}
.home-banner { padding:0px;}

.our-story-sec.testimonial-view .list_consec .image{width:auto;  width:200px;}
.testimonial-view .box_our3, .testimonial-view .box_our2, .testimonial-view .box_our1{text-align:center;}
   .col-4.ques_title {  width: 100% !important;}
}

@media screen and (max-width:860px) {
  .banner-text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
     .col-4.ques_title {  width: 100% !important;}
    }

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }


  .ham-menu {
    display: block;
    margin-top: 30px;
    position: absolute;
    cursor: pointer;
    right: 10px;
  }

  .contact_link {
    border-bottom: 5px solid #EDF6F8;
  }

  .menu-links {
    position: fixed;
    background: var(--bg-color);
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    z-index: 9999;
    padding: 15px;
    transition: all .5s ease-in-out;
  }

  .menu-links ul {
    flex-direction: column;
    align-items: start !important;
  }

  .logo {
    width: 192px;
  }

  header ul li {
    margin-bottom: 15px;
    margin-right: 0px;
  }

  header ul li:last-child {
    margin-bottom: 0px;
  }

  header ul li a {
    color: var(--text-black);
    font-size: 1.5rem;
  }

  .sub-menu {
    position: static;
    width: 100%;
  }

  .sub-menu-2 {
    position: static;
    width: 100%;
  }

  .mobile-logo {
    display: none;
    width: 220px;
  }

  .cross-icon {
    display: block;
    width: 30px;
    cursor: pointer;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .sub-menu li {
    padding: 3px 15px;
  }

  .sub-menu-2 li {
    padding: 3px 15px;
  }

  .left-0 {
    left: 0;
  }

  .banner-text {
       margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-banner {
    padding: 15px 0px;
  }

  .banner-text h2 {
    font-size: 2rem;
  }

  .banner-text h1 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .banner-text p {
    font-size: 1.5rem;
    line-height: 24px;
    width: 100%;
    max-width: none;
    margin-bottom: 21px;
  }

  .banner-text {
    margin-bottom: 20px;
  }

  .custom-btn {
    font-size: 1.5rem;
  }

  .banner-image {
    height: 394px;
    display: none;
  }

  footer {
    height: auto;
    padding: 15px 0px 0px 0px;
    position: relative;
  }

  footer ul li {
    margin-bottom: 10px;
  }

  footer ul li a {
    font-size: 1.7rem;
  }

  .mobile-lg-mb {
    margin-bottom: 0px;
    padding: 0px 15px 10px 15px;
    border-radius: 7px;
  }

  .mobile-col-mb {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 7px;
  }

  .footer-logo {
    margin-bottom: 13px;
    display: none;
  }

  .mobile-col-mb .custom-btn {
    width: 100%;
    margin: 5px 0;
    text-align: left;
  }

  footer ul li {
    margin-bottom: 25px;
  }

  .mob_mb0 {
    margin-bottom: 0px;
  }

  .copyright {
    padding: 15px 0px 0px;
  }

  .copyright p {
    font-size: 1.5rem;
  }

  /*banners inner page*/
  .overview-banner,
  .our-story-banner,
  .resource-banner,
  .contact-banner,
  .our-vision-banner,
  .privacy-policy-banner,
  .terms-conditions-banner,
  .medicare-banner,
  .health-banner,
  .aging-banner,
  .financial-banner,
  .aditional-banner {
    min-height: 130px;
    padding: 15px 0px;
    background-color: #1F62A0;
  }

  .contact-banner .banner-txt,
  .our-mission-banner .banner-txt,
  .our-story-banner .banner-txt,
  .overview-banner .banner-txt,
  .our-vision-banner .banner-txt,
  .privacy-policy-banner .banner-txt,
  .terms-conditions-banner .banner-txt,
  .medicare-banner .banner-txt,
  .health-banner .banner-txt,
  .aging-banner .banner-txt,
  .financial-banner .banner-txt,
  .resource-banner .banner-txt {
    margin-bottom: 0px;
  }

  .contact-banner .align-items-center,
  .our-mission-banner .align-items-center,
  .our-story-banner .align-items-center,
  .overview-banner .align-items-center,
  .our-vision-banner .align-items-center,
  .privacy-policy-banner .align-items-center,
  .privacy-policy-banner .align-items-center,
  .aging-banner .align-items-center,
  .financial-banner .align-items-center,
  .aditional-banner .align-items-center,
  .aditional-banner .align-items-center {
    align-items: normal !important;
  }

  .contact-banner .banner-txt,
  .medicare-banner .banner-txt,
  .health-banner .banner-txt,
  .aging-banner .banner-txt,
  .financial-banner .banner-txt,
  .aditional-banner .banner-txt {
    width: 100%;
  }

  .contact-us-img {
    padding: 50px;
  }

  .contact_left {
    padding: 30px;
  }

  /*over view*/
  .ov_rhtimg {
    padding: 40px;padding-bottom:0px;
  }

  /*our story*/
  .our-story-sec img {
    margin-bottom: 40px;
    width: 80%;
  }

  .our-story-sec .col-xl-6+.col-xl-6 {
    text-align: center;
  }

  /*our mission*/
  .our-mission-banner {
    min-height: 125px;
    padding: 15px 0px;
  }

  .our-missionm .col-xl-6 {
    padding: 0px;
  }

  .box_our1 {
    border-radius: 20px;
  }

  .box_our2 {
    border-radius: 20px;
  }

  .box_our3 {
    border-radius: 20px;
  }

  .our-missionc {
    padding-top: 30px;
  }

  /**/


  .banner-txt-bx {
    flex-direction: column;
  }

  .banner-txt {
    margin-bottom: 20px;
  }

  .banner-txt h1 {
    font-size:2rem;
  }

  .breadcrmb-sec {
    padding: 15px 0px;
  }

  .breadcrmb {
    flex-direction: column;
  }

  .breadcrmb ul li a {
    font-size: 1.5rem;
  }

  .breeadcumb-text {
    font-size: 1.5rem;
  }

  .bread-img {
    width: 11px;
  }

  .overview-sec {
    padding: 15px 0px;
  }

  .overview-text h1 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }

  .overview-text p {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .services-section {
    padding: 15px 0px;
  }

  .heading {
    margin-bottom: 15px;
  }

  .heading h1 {
    font-size: 1.9rem;
  }

  .services-btn {
    margin-bottom: 15px;
  }

  .services-btn a {
    font-size: 1.5rem;
  }

  .services-btn-bx {
    margin-bottom: 15px;
  }

  .medicare-banner {
    height: 140px;
    padding: 15px 0px;
  }

  .benifit-sec {
    padding: 15px 0px;
  }

  .medicare-services {
    padding: 15px 0px;
  }

  .plan-card-heading h1 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  .plan-card-header {
    padding: 20px;
  }

  .plan-card-header h1 {
    font-size: 1.9rem;
  }

  .plan-card-body {
    padding: 15px;
  }

  .plan-card-body p {
    font-size: 1.5rem;
    line-height: 23px;
  }

  .plan-outter-bx {
    margin-bottom: 0px;
  }

  .card {
    margin-bottom: 15px;
  }


  .risk-sec {
    padding: 15px 0px;
  }

  .risk-text h1 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }

  .risk-text ol li {
    font-size: 1.5rem;
  }

  .risk-text ol li {
    margin-bottom: 15px;
  }

  .services-inner-bx {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .services-image-bx {
    margin: 0px auto 15px auto;
  }

  .service-inner-txt h1 {
    font-size: 1.9rem;
    text-align: center;
  }

  .service-inner-txt p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 23px;
  }

  .our-story-sec,
  .form-sec {
    padding: 15px 0px;
  }

  .our-story-text h1 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }

  .team-member-bx {
    flex-direction: column;
    margin-bottom: 15px;
    padding-top: 35px;
  }

  .team-img {
    width: 150px;
    margin: 0px auto 10px auto;
  }

  .team-member-name h1 {
    font-size: 2.3rem;
    margin-bottom: 2px;
    text-align: center;
  }

  .team-member-name p {
    font-size: 1.9rem;
    text-align: center;
  }

  .accordion-txt p {
    font-size: 1.5rem;
  }

  .accrodion-read-txt p {
    font-size: 1.5rem;
  }

  .accordion-inner-body p {
    font-size: 1.5rem;
    line-height: 23px;
  }

  .resource-card {
    max-height: none;
    margin-bottom: 15px;
    height: auto;
  }

  .card-text h1 {
    font-size: 1.9rem;
  }

  .card-text p {
    font-size: 1.5rem;
    line-height: 23px;
  }

  .news-you-sec {
    height: 218px;
    padding: 15px 0px;
  }

  .news-you-txt h1 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }

  .news-you-txt p {
    font-size: 1.5rem;
    line-height: 23px;
  }

  .form-sec::before {
    display: none;
  }

  .form-sec::after {
    display: none;
  }

  .contact-form label {
    font-size: 1.9rem;
  }

  .form-control {
    padding: 7px;
  }

  .contact-form {
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .bg-fade-bx h1 {
    font-size: 1.9rem;
  }

  .bg-fade-bx p {
    font-size: 1.5rem;
  }

  .progerss_bar {
    margin-bottom: 20px;
  }

  .progress {
    height: 14px;
  }

  .progerss_bar p {
    font-size: 1.9rem;
  }

  .hr-line {
    margin: 15px 0px;
  }

  .questionary-outter-bx h1 {
    font-size: 1.9rem;
  }

  .questionary-inner-bx label {
    font-size: 1.5rem;
  }

  .questionary-inner-bx input[type="radio"] {
    height: 18px;
    width: 18px;
  }

  .preview-history-sec {
    padding: 15px 0px;
  }

  .question {
    margin-bottom: 15px;
  }

  .question h1 {
    font-size: 1.9rem;
  }

  .question p {
    font-size: 1.5rem;
  }

  .report-sec {
    padding: 15px 0px;
  }

  .report-text {
    margin-bottom: 15px;
  }

  .report-text h1 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .report-text p {
    font-size: 1.5rem;
    line-height: 26px;
  }

  .plan-txt ul li {
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .plan-txt ul li::before {
    height: 6px;
    width: 6px;
    left: -10px;
    top: 10px;
  }

  .plan-txt ol li {
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .genrate-plan-sec {
    padding: 15px 0px;
  }

  .email-enter-bx {
    margin-bottom: 15px;
  }

  .email-enter-bx h1 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }

  .email-bx {
    padding: 15px;
  }

  .email-bx label {
    font-size: 1.9rem;
  }

  .plan-card {
    padding: 20px;
  }

  .plan-card h1 {
    font-size: 1.9rem;
    margin-bottom: 0px;
  }

  .card-body-bx {
    padding: 15px;
  }

  .card-body-bx p {
    font-size: 1.5rem;
    line-height: 26px;
  }

  .Privacy-banner {
    height: 300px;
  }

  .policy-sec {
    padding-bottom: 15px;
  }

  .policy-bx {
    padding: 15px 15px;
  }

  .policy-txt h1 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  .policy-txt p {
    font-size: 1.5rem;
    line-height: 26px;
  }

  /*testimonials */
  .testimonial {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .testimonials .col-4,
  .testimonials .col-8 {
    width: 100%;
  }

 

  .testimonials .col-4 {
    padding-bottom: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 40% !important;
  }

  .mob_block {
    display: block;
    top: 75% !important;
  }

  .mob_none {
    display: none;
  }

  .testimonial .image {
    width: 100px;
    height: 100px;
  }

  .testimonial .col-3 {
    width: 18%;
  }

  .col-8 .testimonial .col-8 {
    width: 80% !important;
  }

  .slide .details {
    margin-top: 20px;
  }

  .details .name {
    font-size: 24px;
  }

  .details .job {
    font-size: 18px;
  }

  /**/
  .menu-links ul {
    width: 100%;
    float: none;
  }

  .menu-links ul li,
  .menu-links ul li a {
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    margin-bottom: 30px !important;
  }

  /*menu*/
  .menu_item {
    width: auto;
    float: right;
  }

  .menu-links li.active .nav-link,
  .nav-link:hover {
    border-bottom: 5px solid #3769B3;
  }

  .menu-links li {
    display: inline-block;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .menu-links li.dropdown .dropdown-menu {
    inset: 55px auto auto 0px !important;
    min-width: 300px;
  }

  .navbar-nav .nav-item a {
    background: #fff;
    border-radius: 10px;
  }

  .navbar-nav .nav-item a.custom-btn {
    background: #3769B3;
  }

  .nav-item.dropdown li,
  .navbar-nav .nav-item {
    padding: 0px 5px;
    width: 100%;
  }

  .nav-item.dropdown li a,
  .navbar-nav .nav-item a {
    padding: 10px 10px;
    width: 100%;
  }

  .nav-item.dropdown .dropdown-menu li a:hover {
    border: 0px;
  }

  .menu-links li .nav-link img {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px
  }

  header .dropdown-menu {
    transform: translate(1px, 18px) !important;
  }

  header ul li .nav-link {
    margin-right: 0px;
  }

  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
    background: #03B9EC;
    color: #fff;
  }

  /**/
  .title-text h2 {

    font-size: 1.5rem;

  }

  .title-text h3 {

    font-size: 2.5rem;

    margin-bottom: 16px;
    text-align: center;
  }

  .title-text p {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;

  }

  /*service*/
  .services-box .col .card {
    margin-bottom: 35px;
  }

  /*footer copy*/
  .copyright p {
    text-align: center;
    margin-bottom: 15px;
  }

  .col-12.text-end {
    text-align: center !important;
  }

  .scroll-button {
    display: none;
  }

  /*our vision*/
  .list_nstyle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list_consec .col-xl-7 {
    padding-right: 10px;
  }

  .our-story-sec .list_consec img {
    width: 100%;
  }

  /*plan card*/
  .plan-outter-bx .card {
    margin-right: 0px;
  }

  /*resource*/
  .resource_box .r_box1,
  .r_box3,
  .r_box2 {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 17px;
  }

  .email-subsc {
    width: 100%;
  }

  .resource_box {
    padding: 30px;
  }

  .email-subsc .col-4 {
    text-align: left;
  }

  .resource_emailbox h2 {
    font-size: 3rem;
  }

  .resource_emailbox h3 {
    font-size: 2rem;
  }

  /* flow page*/

  .gen_rr,
  .gen_ll {
    width: 100%;
  }

  .form_outer.forgot-password-bg {
    background: none;
    background-size: 40%;
    padding: 20px 20px;
  }

  /*our team*/

  .read_more_but img {
    width: 8%;
    margin: 0px;
  }

  /**/
  .banner-text h1 {
    margin-bottom: 40px;
  }

  .banner-text p,
  .banner-text p.know_risk {
    margin-bottom: 10px;
    display: flex;
  }

  .home-banner .col-md-6 {
    width: 100%;
  }

  .services-box.home_con {
    padding-top: 3rem !important;
  }

  /*27-1-25*/
  .home-banner .col-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }

  /*29-1-25*/
  .menu-links {
    overflow-y: scroll;
  }

  /*11-2-25*/
  .services-box.home_con {
    padding-top: 2rem !important;
  }


  .banner-text h1 {
    margin-bottom: 30px;
  }
  /*21-3-25*/
 
   .title-text h3 {
   font-size: 3rem;}
   .banner-text p {
    font-size: 2.5rem;line-height: 3.5rem;}
	/**/
		.testimonials .title-text{padding-top:0px;padding-bottom:0px;}
	.testimonials{padding-bottom:0px;}
	/*banner*/
	.banner-text{margin-bottom:0px;padding-top: 30px;}  
	.banner-text h1 {    font-size: 2rem;    margin-bottom: 10px;  }
	  .banner-text p {    font-size: 1.5rem;    line-height: 3.5rem;  }
	  .custom-btn{padding: 8px 20px;}
	  .services-box.home_con .title-text p{font-size: 25px;}
	    .services-box.home_con {	padding:20px 0px 20px 0px !important;}
	/**/
 
.custom-btn.js-btn-prev {
  background: #3769B3 url("../images/arrowleft.png") 9px 6px no-repeat!important;
  padding-left: 40px!important;
}

.js-btn-next {
  background: #3769B3 url("../images/arrowright.png") 95% no-repeat!important;
  padding-right: 65px;
}

 .custom-btn.js-btn-next {
    padding: 8px 41px 8px 20px!important;
  }
  
     .col-4.ques_title {  width: 100% !important;}
}
@media screen and (max-width: 767px) {
.col-md-10 chat_txt{padding-left: 0px;width:90%;}
.chat_butt{text-align: right;
  width: 10%;padding-right:0px;}
 
.custom-btn.js-btn-prev {
  background: #3769B3 url("../images/arrowleft.png") 9px 6px no-repeat!important;
  padding-left: 40px!important;
}

.js-btn-next {
  background: #3769B3 url("../images/arrowright.png") 95% no-repeat!important;
  padding-right: 65px;
}

 .custom-btn.js-btn-next {
    padding: 8px 41px 8px 20px!important;
  }
  /*26-6-25*/
  .our-story-sec.our-missionm .col{width:100%;flex:none;}
   .our-story-sec.our-missionm .our-misson-img img{width:100%;}
}

@media screen and (max-width: 730px) {
	.home-banner{padding:0px;}
	.banner-text{margin-bottom:0px;padding-top:30px;padding-bottom: 20px;}
	  .banner-text h1 {
    font-size: 2rem;
    margin-bottom: 10px;
	
  }
   .banner-text p {
    font-size: 1.5rem;
    line-height: 3.5rem;
  }
  .banner-text .custom-btn{padding: 5px 20px;}
  .services-box.home_con .title-text p{font-size: 24px;}
   .services-box.home_con {
    padding: 20px 0px 20px 0px !important;}
}

@media screen and (max-width: 680px) {
  .contact_link {
    border-bottom: 5px solid #EDF6F8;
  }

  /*testimonials */
  .testimonial {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .testimonials .col-4,
  .testimonials .col-8 {
    width: 100%;
    text-align: center;
  }

  .testimonials .title-text {
    padding-top: 0px;
  }

  .testimonials .col-4 {
    padding-bottom: 100px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 60% !important;
  }

  .mob_block {
    display: block;
    top: 75% !important;
  }

  .mob_none {
    display: none;
  }

  .testimonial .image {
    width: 100px;
    height: 100px;
  }

  .testimonial .col-3 {
    width: 100%;
  }

  .col-8 .testimonial .col-8 {
    width: 100% !important;
    text-align: center;
  }

  .slide .details {
    margin-top: 20px;
  }

  .details .name {
    font-size: 24px;
  }

  .details .job {
    font-size: 18px;
  }

  .slide p {
    padding: 0px;
  }

  /**/
  .banner-image {
    height: 254px;
    display: none;
  }

 

  .services-box .card-text {
    font-size: 18px;
  }

  .scroll-button {
    display: none;
  }

  /*contact form*/
  .contact-banner {
    min-height: 100px;
    height: 100px;
  }

  .contact-banner .banner-txt {
    margin-bottom: 0px;
  }

  .contact-banner .align-items-center {
    align-items: start !important;
  }

  .contact-banner .banner-txt {
    width: 100%;
  }

  .contact-us-img {
    padding: 20px;
  }

  .contact_left,
  .contact-form {
    padding: 20px;
  }

  /*medicare*/
  .plan-outter-bx .card {
    margin-bottom: 20px;
  }

  /*resources*/
  .resource_emailbox h2 {
    font-size: 2rem;
  }

  /**/
  .questionary-outter-bx .col-6 {
    width: 100%;
  }

  .questionary-inner-bx {
    width: 100%;
    margin-left: 0px;
  }

  .multisteps-form__progress {
    padding-bottom: 0px;
  }

  /*login */
  .login-form .col-6 {
    width: 100%;
  }

  .login-form form {
    padding: 15px;
  }

  /*tab*/
  .questionary-outter-bx .col-5 {
    width: 100% !important;
  }

  /*home banner*/
 

  .home_servicen .col.d-flex {
    display: block !important;
    text-align: center;
  }

  .home_servicen {
    line-height: normal;
    font-size: 20px;
  }

  .line-height70 {
    line-height: normal;
  }

  .home_servicen .col {
    background: #EFFCFF;
    padding: 20px 0px;
  }

  .home_servicen img {
    margin: 0px;
  }

  .home_servicen div {
    line-height: normal;
  }

  /*11-2-25*/
 

  .testimonials .title-text {
    padding-top:0px;
  }

  .home-banner .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
  }

  .tooltip-inner {
    max-width: 98% !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 1.5em !important;
    border: 1px solid #eee !important;
    text-align: left !important;
    padding: 5px 15px;
  }
  
  /*21-3-25*/
  .swiper-slide .col-2 img{width:100px;height:100px;}
    .swiper-slide .col-10{width:100%;}
	.banner-text p {    font-size: 1.8rem;}
	.testimonials .col-4 {
    padding-bottom: 0px;
  }
  /*25-3-25*/
  .testimonials .title-text{width:100%;}
  .swiper-button-prev, .swiper-button-next{background-size:100%;}
  .nav-btn{height: 50px !important;
  width:50px !important;}
    /**/
  
  .services-box.home_con .col-7.title-text {width:100%;}
   .services-box.home_con .col-5.ai_sec{width:90%; margin:20px;}
   
   /**/
   .nav-btn{display:none;}
   .home-banner {
    padding: 0px 0px 0px 0px;
    background: url("../images/home/banner_bg.png") 0px no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
  }
  .services-box.home_con .col-5.ai_sec{margin:0px;}
   .services-box.home_con .col-5.ai_sec {
    width: 99%;
    
  }
  .modal-dialog{
  
  --bs-modal-width:100%;}
  /**/
  	.col-4.ques_title {  width: 100% !important;}
  
  /*26-6-25*/
  
  .p-top0 .mobile-lg-mb{padding-left:0px;width: 100%;}
  .bottom_link .col-6{display:none;}
  .bottom_link .col-6.text-right{display:block;width:100%;flex:none;}
  /**/
  .email-subsc .col-8{width:100%;flex:none;margin-bottom:15px;}
  .email-subsc .col-4{width:100%;flex:none;}
}
@media screen and (max-width: 480px) {
	
	.mobile-col-mb .custom-btn{display: block;padding: 8px 15px 8px 10px;}
	
	.col-4.ques_title {  width: 100% !important;}
}

@media screen and (max-width: 430px) {
  .home-banner {
    padding-bottom: 0px;
  }
   .testimonials .col-2{width:100%;}
   .slide .details, .slide p{text-align:center;}
 
}

@media screen and (max-width:414px) {
	 .banner-text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
	
}
@media screen and (max-width: 400px) {
  .home-banner .custom-btn {
    background: #fff;
    color: #3769B3;
    font-size: 13px;
    font-weight: bold;
  }

 

  /**/
  .multisteps-form .button-row .col-6 {
    width: 100%;
    margin-bottom: 25px;
  }

  .multisteps-form .button-row {
    display: block !important;
  }

  /*medicare*/
  .plan-outter-bx .card {
    margin-bottom: 20px;
  }

  .top_menu a {
    font-size: 16px;
  }

  .email-subsc .col-8 {
    width: 100%;
  }

  .email-subsc .col-4 {
    width: 100%;
    margin-top: 20px;
  }

  .resource-banner .align-items-center,
  .banner-txt-bx {
    text-align: left !important;
    align-items: normal !important;
  }

  /*16-1-25*/
  .home-banner {
    padding: 30px 0px 00px 0px;
    background: url("../images/home/banner_bg.png") 0px 0px no-repeat;
    background-size: auto;
    background-size: cover;
  }

  .header-top .col-8,
  .header-top .col-4 {
    width: 50%;
  }

  /*29-1-25*/
  .logo,
  .logo_svg {
    width: 230px;
  }

  #header .col-4 {
    width: auto;
    margin: 0px;
    padding: 0px;
  }

  .ham-menu {
    margin-top: 31px;
  }

  .menu-links {
    overflow-y: scroll;
  }
  /*21-3-25*/
  .custom-btn{padding: 12px 12px;}
  .header-top .col-8, .header-top .col-4{width:100%;}
    footer .custom-btn {
  background:#fff;
  color: #000 !important;
  font-size: 1.6em;
 
}

  	.mobile-col-mb .custom-btn{display: block;padding: 8px 15px 8px 10px;}
 .mobile-col-mb{padding:10px 0px 20px 0px!important;}
 .mobile-col-mb ul{padding-bottom:20px;}
 footer .mb-6{margin-bottom:0px!important;}
  .swiper-button-next, .swiper-button-prev {
    top: 68% !important;
  }
}


@media screen and (max-width: 360px) {  
.home-banner .col-md-8 {   flex:0 0 auto;  width: 100%;
    padding:0px;  }
  
    .home-banner .custom-btn {
    font-size: 11px;
  }
  
  footer .custom-btn, footer .custom-btn.blue_bttn{font-size: .9em;}
  
  .copyright a {
  font-size: .9em;
  color: #fff;
  margin: 0px 5px;
}
.services-box.home_con .col-5.ai_sec{padding:5px;}
.ai_sec h3{margin: 10px 0px 0px 10px; font-size:16px;}
.ai_sec img {
  padding:5px;
  width: 80px;
  height: 80px;
}
.ai_sec .col-9 {  flex: 0 0 auto;  }
  }


@media screen and (max-width: 330px) {
  .home-banner .custom-btn {font-size: 11px;}

}