.MC-Error-Screens-Heading{
    color: #0C65B2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.MC-Error-Screens-Para{
    color:#8D8D8D;
    font-size: 20px;
    font-weight: 400;
    padding-inline: 20px;
    margin-bottom: 20px;
}

.Main-Course-Page-Error-Screen-Container{
    background-color: #222A33;
    height:100vh;
    display: flex;
    padding-inline: 10%;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
}

.Main-Course-Page-Error-Screen-Content{
    text-align: center;
}

.Main-Course-Error-Screen-btn {
    font-size: 20px;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow, transform;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #0C65B2 100% );
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    padding: 0 2em;
    border-radius: 0.3em;
    color: #fff;
    height: 2.6em;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    font-weight: 700;
  }
  
  .Main-Course-Error-Screen-btn:hover {
    box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
    transform: translateY(-0.1em);
  }
  
  .Main-Course-Error-Screen-btn:active {
    box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
    transform: translateY(0em);
  }

  .MC-No-Internet-Went-Wrong-Bottom-Error-Img{
    position: absolute;
    right:0;
    bottom: 5%;
    overflow-x: hidden;
  }

  .MC-Session-Expired-Bottom-Error-Img{
    position: absolute;
    right:0;
    bottom: 0;
    overflow-x: hidden;
  }

  @media (max-width:1200px){
    .MC-Error-Screens-Heading{
        font-size: 32px;
    }
}

@media (max-width:992px){
    .MC-Error-Screens-Para{
        padding-inline: 0px;
    }

    .MC-Error-Screens-Heading {
        font-size: 26px;
    }
}

@media (max-width:768px){
    .MC-Error-Screens-Heading{
        font-size: 20px;
    }

    .Main-Course-Error-Screen-btn{
        font-size: 18px;
    }
}

@media (max-width:576px){
    .MC-Error-Screens-Heading{
        font-size: 16px;
    }

    .MC-Error-Screens-Para{
        font-size: 14px;
    }   
    
    .Main-Course-Error-Screen-btn{
        font-size: 16px;
    }

    .Main-Course-Page-Error-Screen-Container{
        padding-inline: 6%;
    }

    .MC-No-Internet-Went-Wrong-Bottom-Error-Img, .MC-Session-Expired-Bottom-Error-Img{
        height:48px !important;
        width: 48px !important;
        right:-5px;
    }
}