﻿

.any {
    text-align: center;
    margin-top: 30px;
}

    .any p {
        font-size: 15px;
    }

    .any h3 {
        text-align: center;
        font-size: 25px;
        font-weight: 500;
        color: #232f3e;
        padding-top: 20px;
    }


.mir {
    text-align: left;
    margin-top: 45px;
    transition: 0.5s;
}

    .mir:hover {
        transform: scale(1.05,1.05);
    }

    .mir h5 {
        font-size: 40px;
        font-weight: 400;
        color: #232f3e;
        padding-top: 10px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }



    .mir p {
        font-size: 18px;
        padding: 10px 0;
        color: #232f3e;
    }

.mir1 {
    text-align: right;
    margin-top: 45px;
    transition: 0.5s;
}

    .mir1:hover {
        transform: scale(1.05,1.05);
    }

    .mir1 h5 {
        font-size: 40px;
        font-weight: 400;
        color: #232f3e;
        padding-top: 27px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }



    .mir1 p {
        font-size: 18px;
        padding: 10px 0;
        color: #232f3e;
    }

.any1 h5 {
    font-size: 16px;
}

.mig i {
    color: #4487f5;
}

.sri p {
    padding: 10px;
}

.sej {
    text-align: justify;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .sej p {
        font-size: 14px;
        padding: 10px;
    }

.part {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 1px;
}

    .part h5 {
        font-size: 16px;
        padding: 10px;
    }

    .part ul li {
        font-size: 14px;
        padding: 10px;
    }

.can img {
    height: 445px;
}

@media (max-width: 768px) {
    .mir {
        margin-top: 0;
        text-align: center;
    }

    .mir1 {
        text-align: center;
    }

    .flex {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*.tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    margin: 0px -21px -13px -21px;
}*/

.tabbable {
    min-width: 100%;
    font-size: 25px;
    border: 1px solid #eee4;
    border-radius: 10px;
    color: #232f3e !important;
}
.tab-content {
    border: 1px solid #eee4;
    border-radius: 10px;
}
.nav-tabs {
    /*white-space: nowrap;*/
    /*  display: inline-block;*/
    min-width: 100%;
    border-bottom: none;
    margin: 0px 51px;
}

.nav-item {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
}
/* .nav-item a {
        padding:10px 10px;
    }*/
.mkl {
    padding: 10px 10px;
}

.nav-link {
    display: inline-block;
}

.card-header {
    text-align: center;
}

.pur {
    text-align: center;
}

.tabbable{
    background:#eee4;
}
.nav-tabs .nav-link {
    background: #fff !important;
    border: 1px solid #eee;
}

    .nav-tabs .nav-link.active {
        background: #f2efef !important;
        border: 1px solid #6663;
    }

.card-header {
    background-color: #fff !important;
    border-bottom: none;
}

.card-title {
   
    font-size: 26px;
    font-weight: 500;
    padding: 20px;
    color: #e95402;
}

.sty img {
    border: 1px solid #eee;
    margin: 25px 0;
}


@media (max-width:767px) {
    .nav-tabs {
        margin: 0px 0px;
    }

    .tabbable {
        background: #eee3;
        /*  margin-top: 15px;*/
    }

    .nav-item {
        padding: 10px 19px;
    }

    .any h3 {
       
        font-size: 22px;
    }

    .any p {
        font-size: 12px;
    }

}

@media (max-width:1100px) {
    .nav-item {
        padding: 10px 6px;
    }
}
.showw{
    transition:0.5s;
}

.showw:hover {
    box-shadow: 0 0 5px 3px #9997;
}


