@media only screen and (max-width: 1920px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1700px) {
  .common-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .btn {
    font-size: 17px;
    padding: 15px 20px;
    min-width: 160px;
  }
  .container {
    max-width: 90%;
  }
  .container-lg {
    max-width: 1360px;
  }
  .header-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-nav ul li a {
    padding: 10px 14px;
    font-size: 17px;
  }
  .header-nav-wrap .btn {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .hero-slide {
    min-height: 710px;
  }
}

@media only screen and (max-width: 1367px) {
  .footer-copyright {
    padding-left: 70px;
    padding-right: 70px;
  }
  .footer-copyright p {
    margin-right: 0;
    /* text-align: left; */
  }
}

@media only screen and (max-width: 1280px) {
  .common-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  p {
    font-size: 16px;
  }
  
  .sec-head .sec-title {
    font-size: 54px;
  }
  .header-nav ul li a {
    padding: 10px;
  }
  .hero-slider-con .sec-head .sec-title {
    font-size: 40px;
  }
  .featured-services-box {
    padding: 52px 22px;
  }
  .featured-services-box-title {
    font-size: 26px;
  }
  .quick-call-info-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .quick-call-make-call-con h6 {
    font-size: 32px;
  }
  .our-process-boxes {
    column-gap: 60px;
  }
  .featured-services-box-title a {
  font-size: 18px;
  }
  .testimonial-product-con h3 {
    font-size: 22px;
  }
}

/* common css for below screen 1199 */
@media only screen and (max-width: 1199px) {
  body.nav-open {
    overflow: hidden;
  }
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .slick-dots li button {
    height: 10px;
    min-width: 10px;
  }
  .header-nav-wrap .btn {
    margin-left: 0;
  }
  .nav-open .nav-overlay {
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    content: "";
  }
  .header-nav-toggle-btn {
    position: relative;
    height: 30px;
    width: 32px;
    display: block;
    cursor: pointer;
    z-index: 111;
    margin-left: 20px;
    background-color: transparent;
  }
  .header-nav-toggle-btn span {
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0;
    display: block;
    padding: 0;
    width: 32px;
    height: 2px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: auto;
  }
  .header-nav-toggle-btn span:before,
  .header-nav-toggle-btn span:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    top: -4px;
  }
  .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    top: 4px;
  }
  .nav-open .header-nav-toggle-btn span {
    -webkit-background: none;
    -moz-background: none;
    -ms-background: none;
    -o-background: none;
    background: none;
  }
  .nav-open .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0px;
    background: #fff;
  }
  .nav-open .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0px;
    background: #fff;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    min-height: 100vh;
    padding: 30px;
    background-color: #001f48;
    width: 49vw;
    flex-direction: column;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
  }
  .nav-open .header-nav {
    transform: translateX(0%);
  }
  .header-nav .header-logo {
    display: block;
    padding-bottom: 30px;
  }
  .header-nav ul {
    flex-direction: column;
  }
  .header-nav ul li {
    display: block;
  }
  .header-nav ul li a {
    padding: 18px 0;
    font-size: 24px;
    border-bottom: 1px solid #ffffff1f;
  }
  .header-nav ul li:last-child a {
    border-bottom: none;
  }
  .hero-slider-con .sec-head .sec-title {
    font-size: 56px;
  }
  .hero-slide {
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
    background-position: right 20% center;
  }
  .featured-services-box-title {
    font-size: 24px;
  }
 
  .our-products-sec .row {
    --bs-gutter-x: 30px;
  }
  .our-products-box-count {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  .our-products-box {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  .quick-call-info {
    margin-top: 35px;
  }
  .about-us-img {
    margin-left: 15px;
  }
  .our-process-boxes {
    column-gap: 20px;
  }
  .our-process-box {
    width: unset;
    flex: 1;
  }
  .our-process-box-count::before {
    width: 100%;
  }
  .our-process-box-title {
    font-size: 24px;
  }
  .cta-box .sec-head .sec-title {
    font-size: 34px;
  }
  .cta-box .sec-head {
    max-width: 82%;
  }
  .footer-links-col {
    margin-bottom: 74px;
    padding-top: 20px;
    max-width: 280px;
  }
  .footer-title {
    font-size: 24px;
  }
  .footer-links-col ul li a {
    font-size: 18px;
  }

  .head-desk-logo{
    text-align: left;
  }
  .prime-header .header-nav{
    background-color: #013579;
  }
  .featured-services-box-title a {
    font-size: 16px;
  }
  .footer-copyright{
    padding-right: 0px;
  }
  .popup-content{
    width: 60%;
    height: 60%;
  }
  .popup-content p{
    font-size: 26px;
    line-height: 20px;
  }
}

/* common css for below screen 991 */
@media only screen and (max-width: 991px) {
  .common-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prime-product-sec .title-lg{
    font-size: 40px;
  }
  .footer.prime-footer .footer-copyright{
    padding-right: 0px;
  }
  .about-medicare-img img{
    width: 100%;
  }
  .about-medicare-img{
    margin-bottom: 20px;
  }
  .container{
    max-width: 100%;
  }
  .prime-about-call .quick-call-make-call{
    padding-left: 0px;
  }
  .btn.prime-light-btn{
    margin-left: 0px;
  }
  .sec-head {
    margin-bottom: 40px;
  }
  .sec-head .sec-title {
    font-size: 48px;
  }
  .sec-head .sec-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .prime-about-con{
    padding-top: 0px;
  }
  .prime-about-top .sec-head{
    margin-bottom: 10px;
  }
  .prime-aboutus-sec .learn-more-btn, .sec-head{
    padding-left: 0px;
  }
  .header-nav {
    width: 54vw;
  }
  .header-nav ul li a {
    font-size: 22px;
  }
  .hero-slide {
    min-height: 560px;
  }
  .hero-slider-con .sec-head .sec-title {
    font-size: 40px;
  }
  .prime-slider-sec .hero-slider-con .sec-head .sec-title span{
    font-size: 45px;
  }
  .featured-services-box {
    margin-bottom: 35px;
  }
  .featured-services-sec.common-sec {
    padding-bottom: 15px;
  }
  .our-products-box-title {
    font-size: 24px;
  }
  .quick-call-info-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .sec-head{
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .about-us-con {
    text-align: center;
  }
  .about-us-img {
    margin-left: 0;
  }
  .about-us-img img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .footer-logo-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-links-col {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .footer-links-col.quick-links-col {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 50px;
  }
  .footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    align-items: center;
  }
  .footer-copyright p {
    margin-bottom: 7px;
  }
  .featured-services-box-title a{
    font-size: 18px;
  }
  .LoGJz._2JpBg.c5tCS{
    width: 100%;
  }
  .popup-content{
    width: 60%;
    height: 60%;
  }
  .popup-content p{
    font-size: 26px;
    line-height: 20px;
  }
  .testimonial-product-con h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .prime-aboutus-sec .title-lg{
    font-size: 40px;
  }
  .prime-product-sec .title-lg{
    font-size: 35px;
  }
  .footer.prime-footer .footer-copyright{
    padding-right: 0px;
  }
  ._3AezRR{
    width: 100%;
  }
  .common-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-head {
    margin-bottom: 10px;
  }
  .sec-head .sec-title {
    font-size: 42px;
  }
  .btn {
    font-size: 14px;
  }
  .header-logo img {
    max-height: 40px;
  }
  .header-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-nav .header-logo {
    padding-bottom: 20px;
  }
  .header-nav ul li a {
    padding: 12px 0;
    font-size: 18px;
  }
  .hero-slide {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 450px;
  }
  .hero-slider-con .sec-head {
    max-width: 80%;
    margin-bottom: 15px;
  }
  .hero-slider-con .sec-head .sec-title {
    font-size: 40px;
  }
  .hero-slider-con .sec-head .sec-sub-title::after {
    width: 110px;
  }
  .featured-services-box {
    margin-bottom: 0px;
    padding: 0px;
    height: 100%;
  }
  .featured-services-box-img {
    min-width: 80px;
    width: 100%;
    height:100%;
    margin-bottom: 15px;
    padding: 0px;
  }
  .featured-services-box-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .our-products-box-count {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .our-products-box-con p {
    color: #2f3d48;
    margin-bottom: 20px;
  }

  .prime-product-slider .prime-product-box {
      min-height: 345px;
  }
  .feature-sub-title-text {
    height: calc(100% - 73%);
  }
  
  .featured-services-box-title a{
    font-size: 17px;
  }
  .popup-content{
    width: 60%;
    height: 60%;
  }
  .popup-content p{
    font-size: 26px;
    line-height: 20px;
  }
  .testimonial-product-con h3 {
    font-size: 16px;
  }
  .our-process-boxes {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.our-process-box-count::before{
  display: none;
}

}

@media only screen and (max-width: 568px) {
  .container {
    max-width: 100%;
    --bs-gutter-x: 15px;
  }
  .prime-aboutus-sec .title-lg {
  font-size: 29px;
  }
  .prime-product-sec .title-lg{
    font-size: 30px;
  }
  .popup-content{
    width: 80%;
    height: 80%;
  }
  .popup-content p{
    font-size: 26px;
    line-height: 20px;
  }
  .prime-about-top .sec-head{
    padding-left: 0px;
    padding-top: 30px;
    margin-bottom: 0px;
  }
  .sec-head .sec-sub-title{
    margin-bottom: 10px;
  }
  .prime-about-con{
    padding-top: 10px;
  }
  .prime-aboutus-sec .learn-more-btn{
    padding-left: 0px;
  }
  .cms-con {
    margin-bottom: 20px;
  }
  .sec-head .sec-title {
    font-size: 36px;
  }
  .header-bottom {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header-nav {
    padding: 20px;
    width: 79vw;
  }
  .header-nav-wrap .btn {
    font-size: 14px;
    padding: 13px 14px;
    min-width: unset;
  }
  .header-nav-toggle-btn {
    margin-left: 12px;
  }
  .header-nav ul li a {
    font-size: 14px;
  }
  .hero-slide {
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
    min-height: 550px;
    background-position: right 29% center;
  }
  .hero-slider-con .sec-head .sec-title {
    font-size: 29px;
  }
  .hero-slider-con .sec-head .sec-sub-title::after {
    width: 60px;
  }
  .our-products-box-con .btn-link {
    font-size: 16px;
  }
  .quick-call-info {
    margin-top: 15px;
  }
  .quick-call-info-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .quick-call-info-row {
    flex-wrap: wrap;
  }
  .quick-call-make-call {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #0135792b;
  }
  .our-step-details .sec-head{
    padding-left: 0px;
  }
  .our-step-details{
    padding: 20px;
  }
  .cta-sec.prime-cta-sec .cta-box .sec-head .sec-title strong{
    font-size: 30px;
  }
  .cta-box .sec-head{
    max-width: 100%;
    padding-left: 0px;
  }
  .btn.prime-light-btn{
    margin-left: 0px;
  }
  .hero-slider-con .btn.prime-light-btn{
    margin-left: 40px;
  }
  .quick-call-make-call img {
    max-width: 50px;
  }
  .quick-call-make-call-con h6 {
    font-size: 28px;
  }
  .quick-call-make-call-con span {
    font-size: 18px;
  }
  .our-process-sec.common-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our-process-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .our-process-box-count::before {
    display: none;
  }
  .cta-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-box .sec-head .sec-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .footer {
    padding-top: 40px;
    background-size: 360%;
    background-color: #013579;
    background-position: left bottom;
  }
  .footer-links-col.quick-links-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .footer-links-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .footer-copyright {
    font-size: 16px;
  }
  .footer-copyright p {
    margin-bottom: 7px;
    font-size: 14px;
    text-align: center;
  }
  
}

/* common css for below screen 479 */
@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 380px) {
}

@media only screen and (max-width: 350px) {
}

/* common css for screen size between 480 to 767 */
@media only screen and (max-width: 480px) and (max-width: 767px) {
  .footer.prime-footer .footer-copyright{
    padding-right: 0px;
    font-size: 14px;
  }
}

/* common css for screen size between 568 to 767 */
@media only screen and (min-width: 568px) and (max-width: 767px) {
}

@media only screen and (min-width: 567px) and (max-width: 767px) {
}

/* common css for screen size between 991 to 1199 */
@media only screen and (min-width: 991px) and (max-width: 1199px) {
}

/* common css for screen size between 769 to 1199 */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
}

/* common css for screen size between 1025 to 1280 */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
}

/* common css for screen size between 1445 to 1550 */
@media only screen and (min-width: 1445px) and (max-width: 1550px) {
}
