tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.bordercolor {
    border-color: #3c887e;
}

.mobile {
    height: 200px;
}

.heading {
    text-align: center;
    color: #3c887e;
    font-weight: bold;
}
.iconcolor {
    color: #3c887e;
}

.bottommargin {
    margin: 0px;
}

.boxcenter {
    padding-top: 7px;
}

hr {
    color: #3c887e;
    border-width: 10%;
}

@media screen and (min-width: 320px) and (max-width: 2570px) {
    .btncenter {
        padding-top: 17px;
    }
    .content {
        padding-top: 23px;
    }
}
.btncenter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.btn {
    background-color: #fff;
    color: #3c887e;
    border: solid 1px #3c887e;
}
.btn:hover {
    background-color: #3c887e;
    color: #fff;
}
.boxmargin {
    margin-bottom: 10px;
    padding-left: 50px;
}

.card-title {
    padding: 0;
    height: 70px;
}
.card-body {
    padding: 0;
}
.slider-title {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 40%;
}
.second {
    right: 3%;
    position: relative;
}
.leftlogo {
    left: 3%;
    position: relative;
}

.cardsecondheight {
    height: 250px;
}

@media screen and (min-width: 760px) and (max-width: 978px) {
    .mobile {
        height: 270px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .Industries-service {
        min-height: 200px;
    }
}

@media screen and (min-width: 450px) and (max-width: 750px) {
    .Industries-service {
        min-height: 200px;
    }
}
.center {
    margin: auto;
    padding-top: 30px;
}
.icontext {
    height: 100px;
}
@media screen and (min-width: 320px) and (max-width: 370px) {
    h3 {
        font-size: 23px;
    }
}

@media screen and (min-width: 995px) and (max-width: 1200px) {
    h3 {
        font-size: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 370px) {
    .center {
        padding-top: 25px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
    .center {
        padding-top: 33px;
    }
}

/* pricing */

.pricing {
    height: 370px;
}

/* contact */

.alert {
    border: none;
}

/* nevbar logo  */

@media screen and (min-width: 320px) and (max-width: 512px) {
    .navbar .container-fluid .first {
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 320px) and (max-width: 540px) {
    .navbar .container-fluid .titleschool {
        font-size: 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
    .navbar .container-fluid .titleschool {
        font-size: 10px;
    }
}

@media screen and (min-width: 414px) and (max-width: 435px) {
    .navbar .container-fluid .titleschool {
        font-size: 13px;
    }
}

@media screen and (min-width: 320px) and (max-width: 411px) {
    .navbar .container-fluid .second {
        width: 110px;
        height: 30px;
    }
}

.headercolor {
    background-color: #3c887e;
}
