:root {
    --font1: "Moderustic", sans-serif;
    --transition: .6s;
    --primary: #3c416e;
    --second: #d12f58;
    --white: #ffffff;
}

.btn3 {
    background: #ffffff;
    padding: 7px 13px;
    border-radius: 3px;
    color: #07316a !important;
}

.btn3:hover {
    background: #d12f58;
    color: #ffffff !important;
}

.logo {
    padding: 18px 0;
}

.logo h1 {
    color: #d12f58;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 700;
    padding-bottom: 3px;
}

.logo h3 {
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    color: #555;
    text-transform: none;
}

.banner .carousel-control-prev {
    /*  background: #ffffff;*/
    width: 50px;
    height: 50px;
    top: 45%;
    left: 1%;
}

.banner .carousel-control-next {
    /*  background: #ffffff;*/
    width: 50px;
    height: 50px;
    top: 45%;
    right: 1%;
}

.foot {
    margin-top: 15px;
}

.cntlist ul li i {
    font-size: 18px !important;
}

.info table {
    margin-top: 25px;
}

.info table tr th {
    font-size: 20px;
    padding: 10px 15px;
    background: #33333315;
}

.service h2 {
    color: var(--primary);
}

.service img {}

.service p {
    font-weight: normal;
    font-size: 16px;
}

.service ul li {
    padding-bottom: 0;
    line-height: 32px;
    list-style-type: square;
}

.service ul {
    margin-bottom: 0;
}

.gap4 {
    height: 30px;
}

.attachment {
    padding: 70px 0;
}

.hospbox {
    padding: 15px;
    background: var(--primary);
    height: 410px;
    margin-bottom: 25px;
}

.hospbox iframe {
    margin-bottom: 5px;
}

.hospbox h3 {
    padding: 8px 0;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    font-size: 24px;
}

.hospbox p {
    color: #fff;
    line-height: 1.4;
}

.certficate {
    padding: 10px;
    background-color: #d6b418;
    transition: 0.5s ease;
    margin-bottom: 25px;
}

.certficate:hover {
    padding: 10px;
    background-color: #d6b418;
    opacity: 0.8;
}