/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {

    .p_zero{
        padding: 0 !important;
    }

    .p_15{
        padding: 0 15px !important;
    }
    
    .b_bottom{
        border-bottom: 1px solid #c5c5c5;
    }
    
    .firsthead{
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0;
        margin: 0 0 15px 0;
    }
    
    .secondhead{
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 28px;
        margin: 0 0 20px 0;    
    }
    
    .littleHead{
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 6px 0;    
    }
    
    .littleHead a{
        color: #c2253a;
    }
    
    .littleHead:hover a{
        color: #c2253a;
        text-decoration: underline;
    }
    
    .link_blink{
        color: #c2253a;
        font-weight: 600;
    }
    
    .link_blink:hover{
        color: #c2253a;
        text-decoration: underline;
    }
    
    .lastpara{
        display: flex;
        align-items: center;
    }
    
    .lastpara .fa{
        padding-right: 5px;
    }
    
    .readnextImg{
        width: 100%;
        max-width: 140px;
        margin: 0 auto 30px auto;
        display: block;
    }
    
    .readNeList{
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    .readNeList li{
        line-height: 26px;
        padding: 0 0 5px 0;
    }
    
    .readNeList li .fa{
        color: #c2253a;
        font-size: 13px;
        padding-right: 5px;
    }
    
    .readNeList li a{
        color: #c2253a;
        font-weight: 600;
    }
    
    .footerList{
        display: inline-flex;
        list-style-type: none;
    }
    
    .footerList{
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .footerList li{
        font-size: 16px;
        padding: 0 10px;
        color: #c2253a;
    }
    
    .footerList li a{
        color: #000000 !important;
    }
    
    .footerList li a:hover{
        color: #c2253a !important;
    }

    .bePatient{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .bePatient .beleft{
    
    }
    
    .bePatient .beleft .besocial{
        list-style-type: none;
        display: flex;
        padding: 0;
        margin: 0;
    }
    
    .bePatient .beleft .besocial li{
        padding: 0 10px 0 10px;
        /* border-left: 1px solid #c5c5c5; */
        /* border-right: 1px solid #c5c5c5; */
    }
    
    .bePatient .beleft .besocial li img{
        width: 34px;
    }
    
    .bePatient .beright{
    
    }
    
    .bePatient .beright .bepatiBtn{
        display: inline-block;
        padding: 12px;
        color: #ffffff;
        background-color: #084878;
        border-radius: 4px;
    }
    
    .bePatient .beright .bepatiBtn:hover{
        background-color: #c2253a;
        text-decoration: none !important;
    }
    
    .block_quote{
        font-size: 16px;
        background-color: #cce1ed;
        border-radius: 2px;
        padding: 10px 20px;
        border: none;
    }
    
    .question{
        padding: 0px;
        display: block;
    }
    
    .question .questionImg{
    
    }
    
    .question .questionImg img{
        width: 100%;
        max-width: 600px;
    }
    
    .question .questionCon{
        padding: 0;
    }
    
    .question .questionCon h2{
        line-height: 30px;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.1px;
        margin: 0 0 15px 0;
    }
    
    .typescancer h2{
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 30px;
        margin: 0 0 15px 0;
    }
    
    .typescancer .typesList{
        padding: 0 0 0 5px;
        margin: 0;
        list-style-type: none;
    }
    
    .typescancer .typesList li .link_types{
        color: #c2253a;
        font-weight: 600;
    }
    
    .typescancer .typesList li .link_types:hover{
        color: #c2253a;
        text-decoration: underline;
    }
    
    .typescancer .typesList li .fa{
        color: #c2253a;
        font-size: 13px;
        padding-right: 5px;
    }
    
    .typescancer .typesList li{
        line-height: 26px;
        padding: 0 0 5px 0;
        display: block;    
    }
    
  }