/***********************************
//About Us Styles
***********************************/

.aboutUsContainer {
    clear:both;
    overflow:hidden;
    border-bottom:1px solid #bbb;
    padding-bottom:15px;
    margin-bottom:15px;
    }

.aboutUsContainer p {
    text-align:justify;
    }

.aboutUsLeft {
    width:65%;
    float:left;
    }
    
.aboutUsRight {
    width:35%;
    float:left;
    text-align:right;
    }

.aboutUsRight img {
    border:1px solid #bbb;
    }

.aboutUsFeature img {
    border:1px solid #bbb;
    margin-right:10px;
    }

.blockquote {
    text-align:center;
    }

.mobile .aboutUsLeft {
    width:100%;
    float:left;
    }

.mobile .aboutUsRight {
    width:100%;
    float:left;
    text-align:none;
    }

.mobile .aboutUsRight img {
    margin-top:0px;
    }

/***********************************
//Testimonials Styles
***********************************/

.testimonialsContainer {
    clear:both;
    overflow:hidden;
    border-bottom:1px solid #bbb;
    padding-bottom:15px;
    margin-bottom:15px;
    }

.testimonialsLeft {
    width:65%;
    float:left;
    }

.testimonialsLeft p {
    text-align:justify;
    }
    
.testimonialsRight {
    width:35%;
    float:left;
    text-align:right;
    }

.testimonialsRight img {
    border:1px solid #bbb;
    margin-top:30px;
    }

.mobile .testimonialsLeft {
    width:100%;
    float:left;
    }

.mobile .testimonialsRight {
    width:100%;
    float:left;
    text-align:none;
    }

.mobile .testimonialsRight img {
    margin-top:0px;
    }

/***********************************
//How To Help Styles
***********************************/

.helpContainer {
    border-bottom:1px solid #bbb;
    padding-bottom:15px;
    margin-bottom:15px;
    }

.adoptbookContainer {
    clear:both;
    overflow:hidden;
    padding:15px;
    margin:0px;
    background-color:#ebebeb;
    }


.adoptbookLeft {
    width:19%;
    float:left;
    }

.mobile .adoptbookLeft {
    width:100%;
    float:left;
    }

.mobile .adoptbookLeft img{
    padding-bottom:10px;
    }
    
.adoptbookRight {
    width:71%;
    float:left;
    padding-top:25px;
    }

.mobile .adoptbookRight {
    width:100%;
    float:left;
    padding-top:0px;
    }

.adoptbookRight p {
    text-align:justify;
    }

/***********************************
//Home Box Styles
***********************************/

.homebox1 {
    padding-bottom:25px;
    }

.homebox2 {
    padding-bottom:25px;
    }

.homebox3 {
    padding-bottom:25px;
    }

/***********************************
//Adoption Page Styles
***********************************/

.adopt-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    color: #333;
    }

.adopt-text {
    width: 600px;
    }

.adopt-text > p {
    margin-bottom: 10px;
    }

.adopt-image {
    width: 400px;
    }
