@media all and (max-width: 399px) { 

    .mt-20{
        margin-top: 0px;
    }

    .readBtn{
        display: none;
    }

    .view-more{
        display: none;
    }

    .view-more-2{
        display: none;
    }

    .view-more-3{
        display: none;
    }

    .about-circle {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        font-size: 0.9em;
    }    
    
    .about-circle img {     
        bottom: -90px;
        right: -5px;
        width: 60px;
    }    

    .text-circle-align {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        padding-top: 25px;
        padding-left: 35px;
    }

    .item {
        margin: 30px;
    }

    .circle-img:nth-of-type(1) {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        background-color: #6babdb;
        height: 140px;
        width: 140px;
    }

    .calc-text {
        display: none;
    }

    .wh-br-tp-bt-row {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .m-rl-text {
        margin: 0 150px;
    }

    #wc-container {
        display: none;
    }

    #wc-text {
        display: block;
    }

    .section-titles p {
        margin-bottom: 0px;
    }

    .section-titles {
        margin-left: 10px;
    }

    h2{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .section-titles-left {
        font-size: calc(20px + 0.2vw);
        position: absolute;
        left: 5%;
        top: -10px;
    }

    .view-more-5 {
        display: none;
    }

    .slider-title-left {
        top: 0%;
    }

    #footer .col-md-2 {
        padding-left: 50px;
    }

    #imageSlide1,
    #imageSlide2,
    #imageSlide3 {        
        background-size: 80%;        
    }

    .m-rl-text {
        margin: 0 0px;
    }

    .badge21 {
        width: 2em;
        right: 200px;
        margin-top: 25px;
        position: absolute;    
    }

    .navBar-container {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%); 
    }

}

@media all and (min-width: 400px) { 
    .mt-20{
        margin-top: 20px;
    }

    .readBtn{
        display: block;
    }

    .view-more{
        display: inline;
    }

    .view-more-2{
        display: none;
    }

    .view-more-3{
        display: none;
    }
    
    .about-circle {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        font-size: 0.9em;
    }    
    
    .about-circle img {     
        bottom: -90px;
        right: -5px;
        width: 60px;
    }    

    .text-circle-align {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        padding-top: 25px;
        padding-left: 35px;
    }

    .calc-text {
        display: none;
    }

    .wh-br-tp-bt-row {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    #wc-container {
        display: none;
    }

    #wc-text {
        display: block;
    }    

    #imageSlide1,
    #imageSlide2,
    #imageSlide3 {        
        background-size: 80%;        
    }

    .m-rl-text {
        margin: 0 0px;
    }

    .badge21 {
        width: 3.5em;
        right: 200px;
        margin-top: 34px;
        position: absolute;  
    }

    .navBar-container {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%); 
    }
}

@media all and (min-width: 500px) { 
   
    .about-circle {    
        width: 18rem;
        height: 18rem;
        border-radius: 50%;
        font-size: 1.9em;
        color: #fff;
        text-align: center;
        background: rgba(145, 198, 237, 1);      
        margin-left: auto;
        word-break: break-all;
        margin-right: auto;
    }
    
    .about-circle img {
      position: relative;
      bottom: -225px;
      right: -75px;   
      width: 100px;   
    }

    .text-circle-align {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        padding-top: 75px;
        padding-left: 40px;
    }

    .calc-text {
        display: none;
    }

    .wh-br-tp-bt-row {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    #wc-container {
        display: none;
    }

    #wc-text {
        display: block;
    }

    .circle-img:nth-of-type(1) {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        background-color: #6babdb;
        height: 200px;
        width: 200px;
    }

    .section-titles {
        padding-left: 20px;
    }

    #imageSlide1,
    #imageSlide2,
    #imageSlide3 {        
        background-size: 80%;        
    }

    .m-rl-text {
        margin: 0 50px;
    }

    .badge21 {
        width: 3.5em;
        right: 200px;
        margin-top: 34px;
        position: absolute;  
    }
    
}

@media all and (min-width: 769px) { 
    .readBtn{
        display: none;
    }

    .view-more{
        display: inline;
    }

    .view-more-2{
        display: none;
    }

    .view-more-3{
        display: none;
    }

    .about-circle {    
        width: 18rem;
        height: 18rem;
        border-radius: 50%;
        font-size: 1.9em;
        color: #fff;
        text-align: center;
        background: rgba(145, 198, 237, 1);      
        margin-left: auto;
        word-break: break-all;
        margin-right: auto;
    }
    
    .about-circle img {
      position: relative;
      bottom: -225px;
      right: -75px;   
      width: 100px;   
    }

    .text-circle-align {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        padding-top: 75px;
        padding-left: 40px;
    }

    .calc-text {
        display: block;
    }

    .wh-br-tp-bt-row {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    #wc-container {
        display: block;
    }

    #wc-text {
        display: none;
    }

    .view-more-4 {
        display: block;
    }

    .section-titles {
        padding-left: 10px;
    }

    #imageSlide1,
    #imageSlide2,
    #imageSlide3 {        
        background-size: 45%;        
    }

    .m-rl-text {
        margin: 0 150px;
    }

    .navBar-container {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%); 
    }
}

@media all and (max-width: 990px) {    
    
    .circle-loc-title {
        font-size: 18px;
    }

    ul.ul-elements{
        flex-wrap: nowrap;
    }

    .container.cornflower-blue p.blue-text-Mon-Light{
        display: none;
    }    

    .br-white {
        border-right: none;
    }

    .wh-br-tp-bt {
        border-top: none;
        border-bottom: none;
    }

    .wh-br-tp-bt-row {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .calc-text {
        display: none;
    }    

    h1 {
        font-size: 2rem !important;
    }   

    .badge21 {
        width: 3.5em;
        right: 200px;
        margin-top: 34px;
        position: absolute;  
    }
}

@media all and (min-width: 991px) { 
    .readBtn{
        display: none;
    }

    .view-more{
        display: inline;
    }

    .view-more-2{
        display: inline;
    }

    .view-more-3{
        display: inline;
    }

    ul.ul-elements{
        flex-wrap: wrap;
    }

    .container.cornflower-blue p.blue-text-Mon-Light{
        display: block;
    }    

    .br-white {
        border-right: 3px solid #fff;
    }

    .wh-br-tp-bt {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .wh-br-tp-bt-row {
        border-top: none;
        border-bottom: none;
    }

    #wc-container {
        display: block;
    }

    #wc-text {
        display: none;
    }

    h1 {
        font-size: 4rem !important;
    }

    .m-rl-text {
        margin: 0 50px;
    }

    .overlay-content {
        position: relative;
        top: 15%;
        width: 95%;
        text-align: center;
        margin-top: 0px;
    }

    .badge21 {
        width: 3.5em;
        right: 200px;
        margin-top: 34px;
        position: absolute;  
    }
}

