@media (max-width: 1299px) {
    .slider-wrap .swiper-button-next,
    .slider-wrap .swiper-button-prev {
        margin-top: 0;
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 30px 5px 0;
    }
    .service-box2 {
        width: calc(100% / 3);
    }
    .s-icon-box i {
        font-size: 50px;
        height: 74px;
        width: 74px;
    }
}

@media (max-width: 1199px) {
    .steps {
        border-radius: 0;
        padding: 30px 28px;
    }
    .head-top-one:after {
        left: -20%;
        width: 500px;
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
    }
    .about-2::after {
        display: none;
    }
    .vid-box2 {
        text-align: center;
    }
    .post-meta li {
        padding: 0 12px;
    }
    .contact-left {
        padding: 40px;
        flex: 0 0 100%;
        border-right: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .contact-right {
        padding: 40px;
        flex: 0 0 100%;
    }
}

@media (min-width:1200px) {
    .steps-section [class*='col-']:nth-child(1) .steps:before {
        background-image: url(../img/home/shape1.png);
        top: -60px;
    }
    .steps-section [class*='col-']:nth-child(2) .steps:before {
        background-image: url(../img/home/shape2.png);
        bottom: -60px;
    }
    .steps-section::after {
        position: absolute;
        content: "";
        left: 0;
        background-image: url(../img/home/women-bg.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 100%;
        z-index: 0;
        bottom: 0;
    }
    .steps-wrap {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .list-first {
        width: 50%;
    }
    .list-map {
        width: 50%;
    }
    .list-first {
        padding: 70px;
    }
    .list-map {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        right: 0;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 35px;
    }
    h2 {
        font-size: 40px;
    }
    .navbar-nav .nav-item .mega-heading {
        color: #5aaf29;
        padding: 10px;
        display: block;
        pointer-events: none;
    }
    .header-one:after {
        display: none;
    }
    .navbar-nav .nav-item a,
    .navbar-nav .dropdown-item a,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .programs-slider-one {
        height: 458px;
    }
    .menu-two .navbar-collapse {
        background-color: #fff;
    }
    .theme-header-two .show {
        margin-bottom: 10px;
    }
    .socials-header {
        margin: 0;
    }
    .head-top {
        padding: 10px 0;
    }
    .sidebar {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .contact-box {
        margin-bottom: -80px;
    }
    .app-section {
        padding: 60px 0;
    }
    .counters [class*=col-]:last-child .counter-box::after {
        position: absolute;
        content: '';
        background-color: #ff3a54;
        height: 7px;
        width: 7px;
        right: -16px;
        top: 41.5%;
        border-radius: 50%;
    }
    .counters [class*=col-]:first-child .counter-box::after {
        position: absolute;
        content: '';
        background-color: #ff3a54;
        height: 7px;
        width: 7px;
        left: -16px;
        top: 41.5%;
        border-radius: 50%;
    }
    .login-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: calc(50% - 15px);
        height: 100%;
        background-image: url(../img/pages/login-bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .programs-slider-one .swiper-slide img {
        max-width: 230px;
        width: 100%;
    }
    .popular-list-slider .slick-dots::after {
        width: 100%;
        left: 0;
    }
    .pagination span.sep::after {
        display: none;
    }
    .counter-box .icon-box::after {
        width: 100%;
        left: 0;
        right: 0;
    }
    .comment-author .avatar {
        width: 70px;
    }
    .comment-body {
        padding-left: 90px;
    }
    .children {
        padding-left: 60px;
    }
    .general-listing .listing-content {
        padding: 20px 10px 10px;
    }
    .review-box .image-holder img {
        width: 60px;
    }
}

@media (min-width: 576px) {
    .popular-list-slider.slick-slider .slick-list {
        overflow: visible;
        margin: 0 -15px;
    }
    .listing-list-view .listing-item {
        display: flex;
    }
    .listing-list-view .listing-item .img-list {
        flex: 3;
    }
    .listing-list-view .listing-item .list-content {
        flex: 3;
        padding: 10px 15px 14px;
        align-self: center;
    }
    .listing-list-view .listing-item .img-holder {
        height: 100%;
    }
    .listing-list-view .listing-item .img-list img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .general-listing {
        display: flex;
        margin-bottom: 30px;
    }
    .general-listing .img-list {
        flex: 2;
    }
    .general-listing .img-list .image-holder {
        height: 100%;
    }
    .general-listing .listing-content {
        flex: 3;
        padding-left: 20px;
        align-self: center;
    }
    .general-listing .image-holder img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}



/* ======================= By Pradeep ====================================== */

@media  screen and (min-width: 320px) and (max-width:480px)
{
    .content-sec-side2
    {
       left: 0 !important;
    }

    .sec-img-side2 img
    {
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .sec-img-side img {
           position: relative !important;
            right: 0 !important;
            margin-top: 15px !important;
               height: auto !important;
            width: 100% !important;
    }

    .menu-two
    {
        margin-top: 12px;
    }
    
    

    .cpr_sec_title2
    {
        margin-top: 15px;
    }

    #cpr-sec-5 .icon-box
    {
        height: auto !important;
    }
    #cpr-sec-4 .icon-box
    {
       height: auto !important;
    }


    .left-trai-sec {
           padding-bottom: 20px;
    }

    .right-trai-sec
    {
            padding-bottom: 20px;
    }

    .privacy_policy .offset-2
    {
        margin-left: 0;
    }

    .title-form
    {
        margin-top: 20px;
    }

    .blog-section .offset-3
    {
        margin-left: 0;
    }

    .instant-sec1 {
        padding: 15px 13px 0px 15px;
    }

    .blog-item {
        border-radius: 0px;
        overflow: hidden;
        max-height: max-content;
    }

    .video-sec
    {
            height: 225px !important;
    }

    .icon
    {
        top: 65%;
    left: 45%;
    }

    .terms_condition .offset-2 {
        margin-left: 0;
    }

    .site_map .offset-1 {
        margin-left: 0;
    }

.head-contact li
{
        border-left: none;    
}

.head-top-two .head-contact li {
        margin-left: -1px;
}

.head-top-two .head-contact .faqM
{
        padding-right: 0px;
}

.head-top-two .socials a {
    color: #858585;
    border-right-color: whitesmoke;
}

.menu-two .navbar-toggler {
    top: -150px;
}

.main-menu .ml-auto
{
        margin-left: 0 !important;
}

.socials-header
{
        padding-left: 30px;
}

.sec-content {
   padding-bottom: 0 !important;
    padding-top: 0;
}

.lineText {
       padding-top: 0px !important;
}
.lineText p
{
  letter-spacing: 1.3px !important;
}

.site_map {
    padding-top: 25px  !important;
    padding-bottom: 45px;
}

.sect-1-about {
    padding-top: 25px !important;
    padding-bottom: 50px;
}

.sec-cpr-traning
{
    padding-bottom: 15px;
 
}

.blog-sec
{
    padding-top: 20px !important;
}

.gallery-tp-c
{
    padding-top: 25px !important; 
}

.contact-us
{
     padding-top: 0px !important;
}

.sec-instant-action
{
      padding-bottom: 15px;  
}


.videoSection video
{
     width: 350px;   
}

.gallery .gallery-item {
	float: left;
	width: 100%;
	padding: 10px 5px 10px 5px;
	text-decoration: none;
	margin-bottom: 20px;
}

.cpr-sec-c-hm-3 , .cpr-sec-c-hm-5
{
    border-bottom: 1px solid #fff;
}

.cpr-sec-c-hm-3
{
        padding: 8px 10px 7px 7px;
}


#Service #service-slider .owl-dots
{
        left: 25%;
}

/*#owl-2 .owl-theme .owl-nav*/
/*{*/
/*    display:block;*/
/*}*/

/*.media-cover .owl-theme .owl-nav {*/
/*    display: block !important;*/
/*}*/

#owl-2 .suport-sec
{
        padding: 0px;
}

#owl-2.media-cover
{
  padding-bottom: 20px;  
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}

.videoSection video
{
        width: 350px !important;
}

.video1 {
  margin-left: 3px !important;
}

.about-video
{
    text-align: center;
    margin-left: 0 !important;
}

.video2, .video3 {
      margin-left: 0 !important;
}

.gallery .gallery-item
{
       width: 100% !important;
}

#cpr-train .card
{
    width: 100%;
}

#cpr-train .content {
    width: 86%;
}
.container-fostrap {
	display: table-cell;
	padding: 0em !important;
	text-align: center;
	vertical-align: middle;
}

 .R1Div1 , .R3Div1
 {
     order: 1;
 }

}



/* --------------- Index 2 ------------------------- */


/* ======================= // By Pradeep ====================================== */

@media screen and (max-width: 600px){

#CanScrSec3 .CancerScrDivRowdiv h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.sec-2-p-home.color1
{
    font-size: 16px;
    text-align: justify; 
    line-height: 22.4px;
}

.sec-2-p-home
{
    font-size: 16px;
    text-align: justify;
    line-height: 22.4px;
}

#forHomePage .title-t2
{
    font-size: 18px;
    padding-top: 4px;
}

#forHomePage .title-t1
{
    font-size: 22px;
}

.bg-home-sec2
{
 padding-top: 0px;
 padding-bottom: 0px;
}

.CancerScreeningSc2 .cpr_sec_title1
{
     font-size: 24px !important;
}

.sec-title
{
     font-size: 24px !important;
}

.instant-action
{
      padding-top: 25px;  
}

.cpr-sec-3-hm
{
      padding-top: 18px !important;
}

.sp-100-70
{
    padding-top: 35px !important;
}

#CanScrSec3 .cpr_sec_title1, .cpr_sec_title2, .CancerScreeningSc2 .cpr_sec_title1, .cpr_sec_title2
{
    font-size: 22px;  
}

#CanScrSec3 .csImg2 img
{
    height: auto !important;
}

.cancerSceDiv1_1 , .cancerSceDiv3_1, .cancerSceDiv5_1
{
    order:1;
}

#nav-content ul li
{
    line-height: 15px;
}

.main-menu .ml-auto
{
        margin-left: 0 !important;
}

}

@media screen and (min-width: 320px) and (max-width: 480px)
{
  .cancerSceDiv1_1 , .cancerSceDiv3_1, .cancerSceDiv5_1
{
    order:1;
}  

.m
{
    display: block;
}

.d
{
    display: none;
}

}


/* Desktops and laptops ---------- */
@media screen and (min-width: 1224px){
.topDetenction
{
 margin-top: -15px;  
}

.lineText p
{
  letter-spacing: 0.7px !important;  
}

}
/* Large screens ---------- */
@media screen and (min-width: 1824px){
 .topDetenction
{
 margin-top: -15px;  
}

.lineText p
{
       letter-spacing: 0.7px !important;
}

}







