.t1 {
    font-family: 'Archivo Narrow', sans-serif;
    display: inline;
    color: #999;

}

.t2 {
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline;
    color: #000;
}

.t3 {
    font-family: 'Lobster', cursive;
    display: inline;
    color: #666;
}

.t4 {
    font-family: 'Anton', sans-serif;
    display: inline;
    color: #CCC;
}

.sp {
    padding-right: 5px;
    padding-left: 5px;
}

.f-w {
    width: unset !important;
}

.p-0 {
    padding: 0 !important;
}

.text_heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: bolder;
    margin: 0 0 10px;
    padding: 60px 0;
}

.text_body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin: 0 0 10px;
}

.text_body_color {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #F60;
    font-weight: 700;
}

.text_body_color2 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #600;
    font-weight: normal;
}

.bullet-header-font {
    font-size: 18px;
    font-weight: bolder;
}

.para-central-header {
    font-weight: bolder;
    color: #322f2f;
    font-size: 20px;
    text-align: center;
}

.logoheading1 {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 50px;
    font-weight: bolder;
    font-optical-sizing: auto;
    color: #0C5375;
    line-height: 65px;

}

.bigtext {
    display: block;
    overflow: hidden;
    color: #787878;
}

.text_body_small {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #666;
}

.text-justify {
    text-align: justify;
}

.sub2 {
    COLOR: #F00;
    font-family: 'Ubuntu', sans-serif;
    FONT-SIZE: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}

.article-banner {
    object-fit: cover;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height: 350px;
    width: 840px;
}

.article-thumbnail {
    object-fit: cover;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height: 300px;
    width: 370px;
}

.subscript {
    font-size: 30px;
    font-family: 'Bad Script', cursive;
    font-weight: normal;
}

a.floatbutton{
    position: fixed;
    bottom: 250px;
    right: 0px;
    background: #012143;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 20px 0 0 20px;
    /* border: 2px solid; */
    padding: 5px;
    text-align: center;
    line-height: 43px;
    box-shadow: 0 0 0 0 #336699;
    transition: all .4s ease-in-out;
    /* background: url(../images/article-images/how-to-order.jpg) no-repeat 6px center; */
    /* background-size: 50px; */
}
a.round-button img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}