
/* Homepage Survey images styling */
@media only screen and (max-width: 768px){
    #dnn_ctr421_ModuleContent .imgBox .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    }
    #dnn_ctr421_ModuleContent .imgBox :nth-child(odd){
        border:none!important;
    }
    #dnn_ctr421_ModuleContent .imgBox .imgDescript p {
        padding-bottom: 45px;
        border-bottom: 1px solid #c6bcdd!important;
    }
    #dnn_ctr421_ModuleContent .imgBox :last-child .imgDescript p {
        border-bottom: none!important;
    }
    #dnn_ctr421_ModuleContent .imgBox .col-6.mb-5{
        margin-bottom: 3rem !important;
    }
}
@media only screen and (max-width: 800px){
 #pageSideMenu{
     display: none!important;
 }
}

@media only screen and (max-width: 1260px){
 #pageSideMenu {
     z-index: 1000;
 }
 #pageSideMenu a {
     padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 10px;
    font-size: 14px;
 }
}
/* END ================================ */

