.IOTS-head {
    font-size: 28px;
    color: #ffffff;
}

@media screen and (max-width:550px) {
    .content_container {
        margin: 30px auto !important;
        padding: 15px !important;
        border: 1px solid #dedede !important;
        border-radius: 5px !important;
    }
}
@media screen and (min-width:991.98px) {
    .content_container {
        margin: 40px auto !important;
        padding: 25px !important;
        border: 1px solid #dedede !important;
        border-radius: 5px !important;
    }
}
@media screen and (min-width:800px) {
    .content_container {
        margin: 40px auto !important;
        padding: 25px !important;
        border: 1px solid #dedede !important;
        border-radius: 5px !important;
    }
}
@media screen and (max-width:800px) {
    .content_container {
        margin: 40px auto !important;
        padding: 25px !important;
        border: 1px solid #dedede !important;
        border-radius: 5px !important; 
    }
}
@media screen and (max-width:767px) {
    .content_container {
        margin: 30px auto !important;
        padding: 15px !important;
        border: 1px solid #dedede !important;
        border-radius: 5px !important;
    }
}
.content_container {
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
#IOTS_inner_container {
    padding: 5px 0px 5px 30px;
}

#IOTS_inner_container h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    color: #000000
}
#IOTS_inner_container h4 {
    color: #000000;
}
#IOTS_inner_container h5 {
    color: #000000;
}
#IOTS_inner_container h6 {
    color: #000000;
}
.content-section {
    padding: 0px 15px;
}
.content-section p {
    text-align: justify;
}

#IOTS_inner_container p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    margin: 15px 0;
    display: block;
    text-align: justify;
}
#IOTS_inner_container .timer li h4,
#IOTS_inner_container .timer li p {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif !important
}

#IOTS_inner_container .timer {
    justify-content: space-between;
    margin: 30px 0
}

#IOTS_inner_container .timer li {
    width: 25%
}

@media screen and (max-width:576px) {
    #IOTS_inner_container .timer li {
        width: 50%
    }
}

#IOTS_inner_container .timer li h4 {
    font-size: 35px
}

@media screen and (max-width:767px) {
    #IOTS_inner_container .timer li {
        margin: 10px 0
    }
    #IOTS_inner_container .timer li h4 {
        font-size: 25px
    }
}

#IOTS_inner_container .timer li hr {
    margin: 10px 0;
    border-color: #892842;
    width: 100px
}

#IOTS_inner_container .timer li p {
    margin: 0;
    width: 78%;
    font-size: 17px;
    line-height: 20px
}

@media screen and (max-width:767px) {
    #IOTS_inner_container .timer li p {
        font-size: 15px;
        width: 85%
    }
}

#IOTS_inner_container .know-more-btn, .read-more-btn {
    background-color: #892842;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    width: 180px;
    display: block;
    text-align: center;
    padding: 12px 5px;
    line-height: 20px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #892842;
    margin-top: 20px
}
#IOTS_inner_container .know-more-btn:hover, .read-more-btn:hover {
    background-color: #fff;
    color: #892842;
    transition: .3s ease
}

#IOTS_inner_container .play--btn {
    width: 100%;
    height: 100%;
    background-size: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width:767px) {
    #IOTS_inner_container .know-more-btn {
        margin: 0
    }
}
@media screen and (max-width:767.98px) {
    #IOTS_inner_container {
        padding-bottom: 10px
    }
}
.iots--content p{
    text-align: justify;
    padding: 10px 0px 20px 0px;
}
.iots-image {
    padding: 30px 0px;
}
.iots-sub-header {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    padding-bottom: 20px;
}
.added-row {
    padding-top: 30px;
}
.iots-section .iots-content .iots-content-title>a {
    display: block;
    padding: 15px;
    color: #707070;
    width: 100%;
    font-size: 15px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
}

.iots-section .iots-content .iots-content-title {
    margin-bottom: 0;
}
.iots-section .iots-content .iots-header.active a {
    color: #892842;
}
.iots-section .iots-content .iots-header.active {
    border-right: 4px solid #892842;
    background-color: aliceblue;
    border-left: 4px solid #892842;
    transition: background-color 0.3s ease, border-left 0.3s ease;
}
.iots-sidebar-sticky {
    position: sticky;
    top: 130px; 
    height: fit-content;
    background-color: white; 
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    border-radius: 8px;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .iots-sidebar-sticky {
        top: 75px;
        position: relative;
        top:0px !important;
    }
    .container-for-mobile-res {
        padding: 0px;
        margin: 0px;
    }
    .iots-inner-row {
        padding: 20px 0px 0px 0px;
        margin: 0px;
    }
    .added-row {
        padding-top: 0px;
    }
    .content-section {
        padding: 0px;
    }
    #IOTS_inner_container {
        padding: 5px 0px ;
    }
    
}

@media screen and (max-width:550px) {
    .iots-sidebar-sticky {
        top: 75px;
        position: relative;
        top:0px !important;
    }
    .container-for-mobile-res {
        padding: 0px;
        margin: 0px;
    }
    .iots-inner-row {
        padding: 20px 0px 0px 0px;
        margin: 0px;
    }
    .added-row {
        padding-top: 0px;
    }
    .content-section {
        padding: 0px;
    }
    #IOTS_inner_container {
        padding: 5px 0px ;
    }
}

@media screen and (min-width:800px) {
    .iots-sidebar-sticky {
        top: 130px;
        position: sticky;
    }
    .container-for-mobile-res {
        padding: 0px;
        margin: 0px;
    }
    .iots-inner-row {
        padding: 20px 0px 0px 0px;
        margin: 0px;
    }
    .added-row {
        padding-top: 0px;
    }
    .content-section {
        padding: 0px;
    }
    #IOTS_inner_container {
        padding: 5px 0px 5px 15px;
    }
}

@media screen and (min-width:1200px) {
    .iots-sidebar-sticky {
        top: 130px;
        position: sticky;
    }
    #IOTS_inner_container {
        padding: 5px 0px 5px 30px;
    }
}
#IOTS_outer_container .grid-img-content {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 150px;
    transition: all .8s;
}
#IOTS_outer_container .grid-img-content:hover {
    transform: scale(1.1);
}
#IOTS_outer_container .grid-content {
    padding: 18px 18px 20px 18px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 153px;
}
#IOTS_outer_container .grid-content {
    padding: 18px 18px 20px 18px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 170px;
}
.other-major-head {
    font-weight: 600;
}
#IOTS_outer_container {
    padding-top: 30px;
}
#IOTS_outer_container .grid-content a:hover,
#IOTS_outer_container .grid-content a:hover h4 {
    color: #892842
}

#IOTS_outer_container .grid-content h4 {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#IOTS_outer_container .grid-content p {
    line-height: 20px;
    color: #636466;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 0
}
#IOTS_outer_container p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    margin: 15px 0;
    display: block;
    text-align: justify;
}
#IOTS_outer2_container .grid-content p {
    line-height: 20px;
    color: #636466;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 0
}
#IOTS_outer2_container p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    margin: 15px 0;
    display: block;
    text-align: justify;
}
#IOTS_outer2_container {
    padding-top: 30px;
}
#IOTS_outer2_container .grid-content a:hover,
#IOTS_outer2_container .grid-content a:hover h4 {
    color: #892842
}

#IOTS_outer2_container .grid-content h4 {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#IOTS_outer2_container .grid-img-content:hover {
    transform: scale(1.1);
}
#IOTS_outer2_container .grid-content {
    padding: 18px 18px 20px 18px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 170px;
}
#IOTS_outer2_container .grid-content {
    padding: 18px 18px 20px 18px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 170px;
}

#IOTS_outer2_container .grid-img-content {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 150px;
    transition: all .8s;
}
