@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&amp;display=swap';html {
    font-size: 14px
}

body {
    font-family: montserrat,sans-serif
}

.navbar_color {
    background: #fff;
    border-color: #fff
}

.navbar_right {
    float: right
}

.navbar_color img {
    width: 100%;
    max-width: 100px
}

.main {
    background: #36BCEC;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.img_w img {
    width: 100%
}

.padd {
    padding: 0
}

.heading h2 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-top: 5vh
}

.heading p {
    color: #fff;
    font-size: 1.2rem;
    text-align: center
}

.content_ {
    text-align: center;
    font-size: 14px;
    padding: 40px 0
}

.question {
    background: #36BCEC;
    padding: 40px 0
}

p {
    font-size: 1rem
}

.heading1 {
    min-height: 210px
}

.heading1 h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.heading1 p {
    font-size: 2rem;
    text-align: center;
    color: #fff
}

.btn {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    font-size: 1.5rem
}

.purple {
    color: #684fa3
}

.navbar {
    padding: 0;
    margin-bottom: 0;
    z-index: -1
}

.center-icon {
    margin: -34px auto 0;
    display: block;
    line-height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 35px;
    font-size: 50px
}

.comments {
    background: #fff;
    padding-bottom: 30px
}

.recent {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px
}

.recent p,.recent a {
    font-family: Tahoma;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #3b5998
}

.recent p {
    font-weight: 700
}

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #e2e2e2
}

.media.border-bottom {
    border-bottom: 1px solid #e2e2e2
}

.media-left img {
    margin-top: 6px;
    margin-right: 10px;
    border-radius: 50%
}

.media-body h4 a {
    font-family: Tahoma;
    font-size: 13px;
    color: #3b5998;
    margin: 0 0 5px;
    line-height: 14px;
    font-weight: 700
}

.media-body h4 a:hover,.media-body h4 a:focus {
    color: #3b5998
}

.media-body p {
    font-family: Tahoma;
    font-size: 12px;
    color: #1a1a1a;
    line-height: 15px;
    margin: 0 0 5px
}

.media-body p.bottom {
    color: #3b5998
}

.media-body p.bottom .like {
    margin-left: 8px
}

.media-body p.bottom .time {
    color: gray;
    border-bottom: 1px dotted gray
}

.comments p.small {
    font-family: Tahoma;
    font-size: 11px;
    color: #3b5998;
    margin: 10px 0
}

footer {
    background-color: #8EA4A7;
    padding-top: 8px;
    padding-bottom: 20px;
    cursor: initial;
    text-align: center;
}

footer, footer a, footer a:hover {
    color: #ffffff;
    font-size: 8px;
}

footer a {
    padding-top: 40px;
}

.imag {
    margin-top: 20px;
}
