@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One&family=Anton&family=Bebas+Neue&family=Fascinate&family=Kdam+Thmor+Pro&family=Lobster&family=Monoton&family=Oswald:wght@300&family=PT+Serif&family=Roboto+Condensed:wght@300&family=Rubik+Distressed&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


footer {
    padding: 20px;
    text-align: center;
    background: darkblue;
}

.call {
    display: flex;
    margin: 15px;
}

#fb-comments-smallscreen{
    display:none;
}
#fb-comments{
    border:transparent;
}

#more {
    display: none;
}

.search1 {
    display: none;

}

.searchInput1 {
    padding: 10px 50px;
    border-radius: 3px;
    border-radius: 7px;
    border: transparent;
    box-shadow: 0 0 3px;
}

.submitSearch1 {
    background-color: darkblue;
    padding: 10px;
    border-radius: 3px;
    color: white;
    border: transparent;

}





.div-ads {
    box-shadow: 0 0 3px;
    margin-right: 3px;
    border-radius: 3px;
    

}



.div-ads ul {
    
    font-size: 18px;
}





.divsspage {
    width: 99%;
    padding: 50px 30px;
}

.divsspage img {
    width: 100%;
}

#units ul li {
   font-size: 17px;
}
#units ul li :hover {
    text-decoration: underline;
    color: navy;
}


#datapage {
    padding: 10px;
    border-radius: 25px;
    color: green;   
    font-weight: 700; 
   background-color: #f5f5f5;
   font-size: 17px;
    box-shadow: 0 0 5px black;
    border: none;
   cursor: pointer;
}
#datapage1 {
   cursor: pointer;
   color: navy;
   
}
#datapage1:hover {
   color: blue;
   
}

#datapage:hover {
    background: rgba(0, 0, 0,0.2);
    border: 2px solid rgb(255, 255, 255, 0.9);
    color: white;
    box-shadow: 0 0 5px navy;
}

.answer {
    color: black;
    font-size: 16px;
    line-height: 25px;
    font-family:  sans-serif;
    font-style: italic;
    background: #f5f5f5;    
    padding: 10px 50px;
    border-radius: 7px;
}

#dot {
    color: rgba(0, 0, 0, 0.1);
}

#dot1 {
    color: rgba(0, 0, 0, 0.2);
}


.students {
    display: flex;
    flex-direction: column;
    color: #2f2f2f;

}

.students div {
    width: 100%;
    padding: 10px;
    background: #ebebeb;
    margin: 10px;
    border-radius: 15px;
}

.students div * {
    margin: 5px;
}

#delete {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#answer-ol {
    margin-left: 20px;
    line-height: 33px;
}
#answer-ul {
    margin-left: 40px;
    line-height: 33px;
}
#navcenter{
    width: 23.3%;height:250px;margin-top:-20px;padding-top:20px; border-radius:50%;
}
.wrapper-newSyllabus {
    text-align: center;
    border-radius: 50%;
    background: darkblue;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid lightblue;
    box-shadow: 0 0 0 45px goldenrod;
    z-index: 2;
    position: relative;
}
#newsyllabus{
    background: goldenrod;padding:10px 30px;font-size: 35px;border-radius: 30px;color: white;font-weight: 800;box-shadow: 0 0 5px navy;text-shadow: 0 2px 5px blue;
}
#free-download {
    background: goldenrod;
    padding: 15px 23px;
    border-radius: 25px;
    color: white;
    font-size: 20px;
    box-shadow: 0 0 5px navy;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    
  }
  
  #free-download:hover {
    background: navy;
    box-shadow: 0 0 8px lightblue;
   transform: scale(1.05);
  }
  
#free-download a{
    
    color: white;
   
}

#free-download:hover a{
   color: lightcyan;
  }
#sentenceHeading{
    font-size: 20px;
    color: navy;
    font-family: lobster;
   
    letter-spacing: 1px;
}
#subSentenceHeading{
    font-size: 18px;
    color: darkslategrey;
}
#sentenceBody{
    color: darkcyan;
   
    
}
.pass-kasneb-content{
  
    margin: 20px;
    padding:  30px 10px;
    background-color: white;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    max-width: 100%;
}

#pass-kasneb-content {
    
    font-size: 14px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    margin-top: 10px;
   
}
#pkceeImg {
   width: 20px;
   height: auto;
   margin: 10px 20px;
   
}
#pass-kasneb-content-p{
    
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    word-spacing: 5px;
    text-align: center;
}
#pkc{
    text-align: center;
    border: 1px solid gray;
    padding:  5px;  
   margin-top: 10px;
   border-radius: 45px;
   font-size: calc(14px + (8 - 10) * ((100vw - 300px) / (1600 - 300))); /* Adjust the min and max values as needed */
   
}

#pkce{
   display: flex;
}
#pkcee {
  margin-left: 20px;
  margin-top: 7px;
  height: 30px;
  width: 30px;
  letter-spacing: 3px;
  border-radius: 50%;
 box-shadow: 0 0 5px;
  position: relative;
  align-items: center;
  padding: 3px;
  display: flex;
  
}
#pkcee i{
    font-size: 20px; 
    color: blue;
}
#pass-kasneb-content-p-new{
    background: red;
    padding: 0 10px;
    border-radius: 20px;
    color: white;
    font-size: 16px;
}
#img1 {
    width: 100%;
    height: auto;
    max-width: 100%;
}


.style-list li::marker {
  
    color: darkcyan;
}

#click_bold{
    background: red;
    color: white;padding: 10px;
    font-size: 22px;
    font-family: 'Times New Roman', Times, serif;
}
#solution-Btn{
  font-family: 'Times New Roman', Times, serif;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  background: linear-gradient(#FF5733, #6A0572);
}
.question_margin{
    padding-left: 100px;
}
#Garner_v_Murray {
        color: blue;
        cursor: pointer;
    }
    #Garner_v_Murray:hover {
        color: navy;
        text-decoration: underline;
    }
      #show_Garner_v_Murray {
        background: blue;
        color: white;
        padding: 10px;
        display: none;
        border-radius: 5px;
        width: 100%;
        white-space: wrap;
    }
@media all and (min-width:1100px) {

    .nav {
        display: flex;
        background: linear-gradient(90deg, steelblue, steelblue, blue, white);
        height: 200px;
        color: white;
    }

    #navleft {
        width: 38.3%;
        height: 200px;
        padding: 30px;
    }
    #fb-comments-smallscreen{
    display:none;
}
#fb-comments{
    border:transparent;
}

    #wrapper {
        display: flex;
      padding: 10px;

    }

    #sspagel {
        width: 30%;
        order: 1;
        background: rgba(0, 0, 0, 0.1);
    }

    #pdf {
        width: 70%;
        height: auto;
        order: 2;
    }
    #pdf-container {
       display: none;
    }
    #theMainmidwrapper{
        text-align: center;
        color:lightslategray; 
        box-shadow:0 0 3px black;
        padding: 5px ;
        margin: 5px 10px;
        border-radius: 7px;
        background:white;
    }

    #mainmidwrapper {
        display: flex;
        background: linear-gradient(135deg, darkblue, white, navy, white, darkblue);
    }

    #midwrapper {
        width: 33.3%;
        margin-top: 30px;
        order: 2;
    }

    #midwrapper h1 {
        text-shadow: 0 0 5px orange;
        color: white;
    }

    #pass {
        padding: 20px;
        width: 33.3%;
        order: 1;
    }

    #guaranteed {
        padding: 10px 40px;
        background: navy;
        color: white;
        border-radius: 25px;
        font-size: 22px;
        box-shadow: 0 0 5px white;
    }

    #passRate {
        padding: 10px;
        background: black;
        color: orange;
        border-radius: 7px;
        box-shadow: 0 0 5px goldenrod;
    }

    #econ {
        padding: 20px;
        width: 33.3%;
        order: 3;
    }

    #mainsubwrapper {
        display: flex;
    }

    #subCol {
        padding-left: 50px;
        margin: 10px 2px 10px 10px;
        border-radius: 13px;
        width: 70%;
        box-shadow: 0 0 1px darkblue;
        background-color: rgb(255, 255, 255); 
    }

    #subcolr {
        width: 30%;  
        margin: 10px 10px 10px 5px;
        background: goldenrod;
        height: 100vh;
        overflow-y: scroll;
        position: sticky;
        top: 0;
    }   
    
    #answer-hr{
        margin-bottom: 10px;
    } 
    #answer-hr1{
       display: none;
    } 

    #nav {
        color: white;

        font-weight: 600;
        position: relative;
        font-size: 23px;
    }

    #freeCpa {
        background: rgba(25, 25, 112);
        color: white;
        padding: 10px 20px;
        border-radius: 7px;
    }

    .navr {
        float: right;
        color: darkblue;
        margin-top: 30px;
    }

   

    #cpa-qa {
        font-size: 18px;
        color: white;
        letter-spacing: 3px;
        padding-left: 50px;
    }

    #Share-with-friend {
        font-size: 17px;
        margin-top: 10px;
        font-weight: 700;
        width: 250px;
        color: white;
        padding: 10px;
        border-radius: 25px;
        cursor: pointer;
        letter-spacing: 2px;
        margin-left: 180px;
        background: midnightblue;
    }
  

    #main-cpa-qa {
        margin-top: -70px;
        font-weight: 700;
        width: 350px;
        margin-left: 100px;
        text-align: center;

    }

    
    #qa-ilg-units {
       
        text-align: center;
        border-bottom: 5px solid white;
        border-top: 5px solid goldenrod;
        padding: 15px 10px;
        box-shadow: 0px -5px 5px -5px navy;
    }

    #h2-qa-ilg-units {
        color: white;
        border-bottom: 5px;
        font-size: 20px;
    }

    #ul-ilg-units {
        padding: 10px;
        text-align:center;
        list-style: none;
    }

    #ul-ilg-units li a {
      
        font-size: 17px;
       
    }

    

    #y-table {
        height: 100px;

        overflow-y: hidden;
    }
    .div-logo img{
        display: none;
    }
    
    
     
    
      #likesCount {
        margin-right: 10px;
      }

    

#Garner_v_Murray {
        color: blue;
        cursor: pointer;
    }
    #Garner_v_Murray:hover {
        color: navy;
        text-decoration: underline;
    }
      #show_Garner_v_Murray {
        background: blue;
        color: white;
        padding: 10px;
        display: none;
        border-radius: 5px;
        width: 100%;
        white-space: wrap;
    }}

@media all and (min-width:1200px) {

    .nav {
        display: flex;
        background: linear-gradient(90deg, steelblue, steelblue, blue, white);
        height: 200px;
        color: white;
    }

    #navleft {
        width: 38.3%;
        height: 200px;
        padding: 30px;
    }
    #fb-comments-smallscreen{
    display:none;
}
#fb-comments{
    border:transparent;
}

    #wrapper {
        display: flex;


    }

    #ssdpagel {
        width: 30%;
        order: 1;
        background: goldenrod;
        margin-right: 5px;
    }

    #pdf-container {
        display: none;
        height: 500px;
    }
    #pdf {
        width: 70%;
        height: auto;
        order: 2;
    }
    #theMainmidwrapper{
        text-align: center;
        color:lightslategray; 
        box-shadow:0 0 3px black;
        padding: 3px ;
        margin: 5px 10px;
        border-radius: 7px;
    }

    #mainmidwrapper {
        display: flex;
        background: linear-gradient(15deg,goldenrod, darkblue, steelblue,darkblue,rgba(0,0,139,0.5), rgba(0,0,128,0.1),white,hsl(43, 74%, 49%,0.2), rgba(255,255,255,0.1),goldenrod);
    }

    #midwrapper {
        width: 33.3%;
        margin-top: 30px;
        order: 2;
    }

    #midwrapper h1 {
        text-shadow: 0 0 5px orange;
        color: white;
    }

    #pass {
        padding: 20px;
        width: 33.3%;
        order: 1;
    }

    #guaranteed {
        padding: 10px 40px;
        background: navy;
        color: white;
        border-radius: 25px;
        font-size: 22px;
        box-shadow: 0 0 5px white;
    }

    #passRate {
        padding: 10px;
        background: black;
        color: orange;
        border-radius: 7px;
        box-shadow: 0 0 5px goldenrod;
    }

    #econ {
        padding: 20px;
        width: 33.3%;
        order: 3;
    }

    #mainsubwrapper {
        display: flex;
    }

    #subCol {
        padding-left: 50px;
        margin-top: 10px;
        width: 70%;
       
    }

    #subcolr {
        width: 30%;
        height: 100vh;
        overflow-y: scroll;
        position: sticky;
        top: 0;
       
    }

    #answer-hr{
        margin-bottom: 10px;
    }
    #answer-hr1{
        display: none;
    }
    

    #landingImg {
        display: none;
    }

    #nav {
        color: white;

        font-weight: 600;
        position: relative;
        font-size: 23px;
    }

    #freeCpa {
        background: rgba(25, 25, 112);
        color: white;
        padding: 10px 20px;
        border-radius: 7px;
    }

    .navr {
        float: right;
        color: darkblue;
        margin-top: 30px;
    }



    #Share-with-friend {
        margin-top: 10px;
        font-weight: 700;
        width: 350px;
        color: white;
        padding: 10px 10px;
        border-radius: 25px;
        cursor: pointer;
        letter-spacing: 2px;
        margin-left: 80px;
        font-size: 23px;
        background: midnightblue;
    }

    #cpa-qa {
        font-size: 18px;
        color: white;
        letter-spacing: 3px;
    }

    #main-cpa-qa {
        margin-top: -70px;
        font-weight: 700;
        width: 350px;
        margin-left: 40px;
    }

    #ilg {
        border-left: 5px solid darkblue;
        margin-top: 5px;
    }

    #ilg-units {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 10px;
    }

    #qa-ilg-units {
        
        text-align: center;
        border-bottom: 5px solid white;
        border-top: 5px solid goldenrod;
        padding: 15px 10px;
        box-shadow: 0px -5px 5px -5px navy;
    }

    #h2-qa-ilg-units {
        color: white;
        border-bottom: 5px;
        font-size: 22px;
        
    }
    #div-ads-units{
       font-size: 25px;
       text-decoration: underline;
       text-align: center;
       color: white;
       font-weight: 600;
       padding-top: 20px;
    }

    #ul-ilg-units {
        padding: 10px;
        list-style: none;
        text-align: left;
    }

    #ul-ilg-units li  {
        border-bottom: 1px solid lightgray;
        padding-bottom: 10px;
        
    }
    #ul-ilg-units li:last-child  {
        border-bottom: none;
        
    }
    #ul-ilg-units li:hover  {
        background: rgb(255,255,255,0.3);
      border: none;
      
    }   
    
    #ul-ilg-units li a {
        color: beige;
        font-size: 17px;
        
    }
    #ul-ilg-units101461{
        padding: 0 10px;
    }
    #ul-ilg-units10146{
        padding: 0 10px;
    }

    #y-table {
        height: 100px;

        overflow-y: hidden;
    }

  
    .div-logo img{
        display: none;
    }
    #Garner_v_Murray {
        color: blue;
        cursor: pointer;
    }
    #Garner_v_Murray:hover {
        color: navy;
        text-decoration: underline;
    }
      #show_Garner_v_Murray {
        background: blue;
        color: white;
        padding: 10px;
        display: none;
        border-radius: 5px;
        width: 100%;
        white-space: wrap;
    }
}


@media all and (max-width:1099px) {
    body{
        padding: 3px;
    }
    #y-table {
        height: 100px;
         
        overflow-y: hidden;
    }

    .logo h1 {
        color: navy;
        padding: 0 10px;
        background: rgb(0, 0, 28, 0.8);
        border-radius: 7px;
        box-shadow: 0 0 1px white;
        text-shadow: 1px 1px 1px white;

    }

    .section {
        width: 100%;
    }

    #navleft {
        width: 100%;
        height: auto;
        text-align: center;
        padding:20px;
    }

    .questions img {
        width: 400px;
        margin-left: -50px;
    }

    #wrapper {
        display: flex;
        flex-flow: column wrap;
        align-items: stretch;
    }

    #pdf {
        width: 100%;
        order: 1;
        display: none;

    }
    #pdf-container {
        width: 100%;
        order: 1;
        height: 600px; /* Set a fixed height for the container */
        margin: 0 auto;
        padding: 2px;
        border: 2px solid #ccc;
    }
    #pdf-iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    #pdf-Header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(0, 0, 0,0.8);
        font-size: 16px;
        padding: 8px 12px;
        border-bottom: 1px solid #ddd;
        color: white;
    }
    #pdf-Header a{
        color: white;
    }
    #pdf-Header div:nth-child(1) {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #pdf-Header div:nth-child(2) {
        flex: 0;
        margin-left: 10px;
        cursor: pointer;
    }
  
    #ssdpagel {
        width: 100%;
        order: 2;
        background: goldenrod;
    }
    #div-ads-units{
        font-size: 25px;
        text-decoration: underline;
        text-align: center;
        color: white;
        font-weight: 600;
        padding-top: 20px;
     }

   
    .search {
        display: none;
    }

    .search1 {
        display: flex;
        margin-left: auto;
        margin-right: auto;

    }

    .answer {
        box-shadow: 0 0 1px;
        margin: 0;
        border-radius: 7px;
        padding: 10px;
    }
    #answer-hr{
       display: none;
    }
    #answer-hr1{
       margin-top: 20px;
       margin-bottom: 20px;
    }
    .answers img {
        width: 100%;
    }

    .qanda {
        margin: 2px !important;
        padding: 2px !important;
    }

    .nav {
        display: flex;
        flex-direction: column;
        display: flex;
        background: linear-gradient(90deg, steelblue, steelblue, blue, white);
        height: auto;
        color: white;
    }

    .div-cpalogo {
        display: none;

    }

    .logo-img {
        display: none;
    }

    .subColh1 {
        font-size: 10px;
        margin: 20px 0 !important;
    }


    #nav {
        position: relative;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #slash {
        display: none;
    }
    #theMainmidwrapper{
        text-align: center;
        color:lightslategray; 
        box-shadow:0 0 3px black;
        padding: 5px ;
        margin: 5px ;
        margin-top: 20px;
        border-radius: 7px;
        background: goldenrod;
    }

    #mainmidwrapper {
        display: flex;
        align-items: stretch;
        flex-flow: column wrap;
        background: linear-gradient(darkblue, lightblue, darkblue, white,  goldenrod, lightblue, white, goldenrod, lightblue);
    }

    #midwrapper {
        width: 100%;
        padding: 20px 10px;
        background: rgb(255,255,255,0.1);
        order: 3;



    }

    #midwrapper h1 {
        
        font-size: 20px;
        color: white;
        padding: 20px 0;
        border-radius: 5px;
        font-family: oswald;
        letter-spacing: 1px;
        background: rgba(3, 3, 109, 0.5);
        text-shadow: 0 0 1px black;
        box-shadow: 0 0 1px black;
        
    }

    #pass {
        width: 100%;
        order: 1;
        background: rgb(255,255,255,0.1);
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 20px;
    }

    #econ {
        width: 100%;
        order: 2;
          font-family: oswald;
          font-weight: 700;
        padding-top: 30px;
        padding-bottom: 30px;
        background: rgb(255,255,255,0.1);

    }
    

    #guaranteed {
        padding: 10px 40px;
        background: navy;
        color: white;
        border-radius: 25px;
        font-size: 22px;
        box-shadow: 0 0 5px white;
       
    }

    #passRate {
        padding: 10px;
        background: black;
        color: orange;
        border-radius: 7px;
        box-shadow: 0 0 5px goldenrod;
    }
 .subwrapper{
    margin-top: 40px;
 }
    #mainsubwrapper {
        display: flex;
        align-items: stretch;
        flex-flow: column wrap;
    }

    #subCol {
        width: 100%;
        padding: 10px;
        background: white;
    }

    #subcolr {
        width: 100%;
    box-shadow: 0 0 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 3px;
    background: goldenrod;
    }
    .form {
        padding: 30px;
    }

    .units {
        text-align: center;

    }

    #qa {
        display: none;
    }




    .searchInput1 {
        padding: 10px 20px;

    }

    #freeCpa {
        background: white;
        color: navy;
    }

    #learn {
        margin-top: 20px;
    }

    #call {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #call1 {
        margin-left: auto;
        margin-right: auto;
    }

    #share {
        font-size: 17px;
        margin-top: 20px;
    }

    #share1 {
        margin-top: 20px;
    }

    #studentForm input {
        width: 100%;
    }

    #studentForm textarea {
        width: 100%;
    }

    .navr {
        text-align: center;
    }

    .div-ads ul {
        padding-left: 0;

    }

   
    .scroll {
        width: 97%;
        overflow-x: scroll;
        scrollbar-color: rebeccapurple green;
        scrollbar-width: thin;
        margin: 2px;
        border: 1px solid rgba(212, 208, 208, 0.1);
        padding:10px 0px;
        border-radius: 13px;
        background: rgba(212, 208, 208, 0.1);
    }

    .scroll1 {
        width: 97%;
        overflow-x: scroll;
        margin: 2px;
        border: 1px solid rgba(212, 208, 208, 0.1);
        padding: 30px;
        border-radius: 13px;
       
    }

    #ilg-units {
        margin-top: 20px;
        margin-bottom: -30px;
        padding: 10px;
    }

    #qa-ilg-units {
        text-align: center;
        border-bottom: 5px solid white;
        border-top: 5px solid goldenrod;
        padding: 15px 10px;
        box-shadow: 0px -5px 5px -5px navy;
    }

    #h2-qa-ilg-units {
        color: white;
        border-bottom: 5px;
        font-size: 20px;
    }

    #ul-ilg-units {
        padding: 10px;
        font-size: 14px;
        text-align: left;
        list-style: none;
    }
    #ul-ilg-units li  {
        border-bottom: 1px solid lightgray;
        padding-bottom: 10px;
        
    }
    #ul-ilg-units li:last-child  {
        border-bottom: none;
        
    }
    #ul-ilg-units li:hover  {
        background: rgb(255,255,255,0.3);
      border: none;
      
    }   
    
    #ul-ilg-units li a {
        color: beige;
        font-size: 17px;
        
    }
    #ul-ilg-units101461{
        padding: 0 10px;
    }
    #ul-ilg-units10146{
        padding: 0 10px;
    }


    #long-flex {
        font-size: 16px;
    }

    #xtable {
        width: 650px;
    }

    #xxtable {
        width: 400px;
    }

    #xxxtable {
        width: 550px;
    }

    #ivtable {
        width: 850px;
    }

    #img-border-radius {
        border-radius: 7px;
    }

    
    #newsyllabus{
        background: navy;
    }
    #div-logo-qa{
        display: none;
    }
    .pass-kasneb-content{
  
        margin: 0 10px;
        padding:  30px 10px;
        background-color: white;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }
    #img1 {
        width: 100%;
        margin-left: 0px;
    }
    #pass-kasneb-content {
        text-align: center;
        font-size: 17px;
        color: gray;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
       
    }
    
    
    #pkceeImg {
       width: 20px;
       height: auto;
       margin: 10px ;
       
    }
    #pass-kasneb-content-p{
        
        padding: 0;
        letter-spacing: 0;
        word-spacing: 0;
        margin-bottom: 20px;
        font-size: 20px;
    }
    #pkc{
      padding: 5px;  
       margin-top: 10px;
       border-radius: 5px;
       font-size: 13px;
       border: transparent;
    }
    
    #pkce{
       display: flex;
    }
    #pkcee {
      margin-left: 20px;
      margin-top: 7px;
      height: 30px;
      width: 30px;
      letter-spacing: 3px;
      border-radius: 50%;
     box-shadow: 0 0 5px;
      position: relative;
      align-items: center;
      padding: 3px;
      display: flex;
      
    }
    #pkcee i{
        font-size: 20px; 
        color: blue;
    }
    #mainNavigationBtn{
        display: block;
        
    }
    #NavigationBtn{
      margin: 5px;
        
    }
    #NavigationBtn a{
         border: 1px solid black;
         padding: 3px 5px;
         border-radius: 10px;
    }
     
   #fb-comments-smallscreen{
       display:block;
   }
   #fb-comments{
       display:none;
   }
    #click_bold{
    background: red;
    color: white;
    padding: 10px;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;width: 100%; 
    display: block;
    text-align: center;
}
.question_margin{
    padding-left: 20px;
}
}

@media all and (max-width:400px) {
    
    #pdf {
        height: 500px;

    }
    #pdf1{
        display: none;

    }
    #pkcSpan{
     border: transparent;
    }
    #pkcee {
        
        height: 30px;
        width: 30px;
        
        
      }
    #pkcee i{
        font-size: 20px; 
        color: blue;
    }
}