.inside-header {
    height: auto;
    display: block;
    padding-top: 0;
    margin-top: 120px;
    position: relative;
}

.header_mid_inner {
    width: 95%;
    max-width: 1193px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    /* display: flex; */
    /* justify-content: end; */
    /* flex-wrap: wrap; */
    text-align: right;
}

.inside-header-text h1 span {
    font-weight: 400
}

.inside-header-text {/* width: 100%; */background: rgb(223 238 239 / 77%);display: inline-block;padding: 14px 80px;border-radius: 8px;}
.mob480 {
    display: none;
}
.inside-header img {
    width: 100%;
}
.inside-header-text h4 {
    font-size: 32px;
    color: #212529;
    font-weight: normal;
    line-height: 46px;
}

.inside-header-text h6 {
    font-size: 18px;
    color: #212529;
    font-weight: normal;
}

.inside-header-text2 {
    background: rgb(212 64 55 / 84%);
    padding: 20px 20px;
    border-radius: 8px;
    margin-top: 10px;
    color: #fff;
    width: 80%;
    float: right;
}

.inside-header-text2 h5 {
    font-size: 20px;
    font-weight: normal;
}
.austin aside.our_story_right_box h3 {
    color: #3c3c3b;
}
.austin .our_story_mid_box {
    padding: 66px 66px;
}
.social_footprint.austin h6 {
    font-size: 26px;
    color: #212529;
    font-weight: normal;
    margin-top: 20px;
}

.social_footprint.austin h2 {
    margin-bottom: 0px;
}
/*-----------ACCORDION CSS----------------*/
.warranty_accordian article:first-child {
    border-top: 0px solid #e2e2e2;
}
.warranty_accordian article {
    border-top: 0px solid #000;
    /* background: #e8f8fb; */
    /* padding: 0px 40px; */
    border-radius: 10px;
}
.warranty_accordian article>h2 {
    cursor: pointer;
    position: relative;
    /* border-top: 2px solid #168bbb; */
    border-bottom: 2px solid #3f97a7;
    /* background: #f6f6f6; */
    margin: 0;
    padding: 0 0 4px 0;
}
.scAactive h2 {
    /* background: #fff!important; */
    border-bottom: 0px solid #f3f3f3!important;
}
.warranty_accordian article>h2 span {
    width: 100%;
    /* max-width: 1070px; */
    margin: 0 auto;
    display: block;
    padding: 12px 40px 12px 54px;
    font-size: 18px;
    line-height: 22px;
    color: #212529;
    font-weight: 600;
    position: relative;
    /* font-family: 'ITC Avant Garde Gothic Std'; */
    text-align: left;
}
.warranty_accordian article>h2 span small {
    width: 45px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #ebb818;
    text-align: left;
}
.warranty_accordian article.scAactive>h2 span:after {
    background: url(../images/ctrl.png) no-repeat 0 -24px;
}
.warranty_accordian article>h2 span:after {
    content: '';
    display: block;
    clear: both;
    width: 32px;
    height: 25px;
    background: url(../images/ctrl.png) no-repeat 0 0;
    position: absolute;
    top: 22px;
    right: 0;
	
}
.warranty_accordian article>div {
    width: 100%;
    padding: 0px 0 30px 0;
    border-top: 1px solid #e7e7e7;
}
.scAactive>div {
    border-top: 0px solid #e7e7e7!important;
}

.invertedComma{ background: #e3fffe; padding: 40px 50px 40px 15px; border-radius: 15px; font-size: 20px !important; font-style: italic; line-height: 30px !important;}
.doc_sec2_first_box strong { font-size: 22px; font-weight: 600; padding: 0 0 5px 0; display: block;}
.doc_sec2_first_box ul li{ padding: 0 0 15px 40px; line-height: 25px; background: url(../images/right_icon.png) no-repeat 0 0;}

.warranty_accordian article>div section {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    /* padding-left: 54px; */
    position: relative;
}
.warranty_accordian article>div section aside {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    /* padding-right: 50px; */
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    text-align: left;
    margin-top: 16px;
}
.warranty_accordian article>div section aside p:last-child {
    padding-bottom: 0px;
}
.warranty_accordian article>div section aside p {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #212529;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding-left: 0px;
}
.warranty_accordian article>div section:after {
    content: '';
    width: 100%;
    clear: both;
    line-height: 0;
    font-size: 0;
    display: block;
}
.warranty_accordian article:first-child h2 {
    border-top: none;
}
.warranty_accordian article>div section span small {
    width: 45px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #ebb818;
    text-align: left;
}
.warranty_accordian table th, table td {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #c6c6c6;
}
.solution_box {margin-top: 40px;}

.warranty_accordian {
    background: #e8f8fb;
    padding: 40px 40px;
    border-radius: 14px;
}
.solution_right_box {
    width: 66%;
}

.solution_right_box ul li {
    color: #212529;
    font-size: 18px;
    line-height: 24px;
    margin: 6px 0px;
    list-style: disc;
}
.solution_right_box ul {
    padding-left: 22px;
}
.founder_box.austin {
    background: #fdfdf2;
    box-shadow: none;
    margin-top: 50px;
}
.founder_box.austin h4 {
    font-size: 26px;
    line-height: 40px;
    color: #212529;
    margin-bottom: 16px;
}

.founder_box.austin h5 {
    font-size: 32px;
    line-height: 38px;
    color: #212529;
    font-weight: bold;
    margin-bottom: 20px;
}
.founder_box.austin ul li {
    position: relative;
    padding-left: 18px;
    margin: 10px 0px;
}

.founder_box.austin ul li:after {
    position: absolute;
    left: 0px;
    top: 12px;
    content: "";
    width: 6px;
    height: 1px;
    background: #000;
}
.founder_box.austin ul {
    margin-bottom: 20px;
}
aside.founder_left_box img {
    border-radius: 16px;
}
.donate_box.austin .hand_mid_box {
    background: #e8f8fb;
    border-radius: 14px;
    padding: 40px;
}

.hand_top_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hand_top_right_box h4 {
    font-size: 28px;
    line-height: 40px;
    color: #212529;
}

.hand_top_right_box h5 {
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    color: #212529;
}

.hand_top_right_box {
    padding-left: 20px;
}
.hand_mid_box {
    text-align: left;
}

.hand_mid_box p {
    font-size: 16px;
    margin-top: 20px;
}

.hand_mid_box ul li {
    margin: 10px;
    list-style: disc;
}

.hand_mid_box ul {
    padding-left: 10px;
    margin-top: 18px;
}
.doante_bottom_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}
.founder_mid_box.last {
    flex-direction: row-reverse;
}
.founder_mid_box.last h5 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
}

.founder_mid_box.last h4 {
    margin-bottom: 0px;
    line-height: 24px;
}
aside.our_story_right_box ol {
    padding-left: 16px;
}

aside.our_story_right_box ol li {
    margin: 6px 0px;
}
.solution_left_image img {
    border-radius: 8px;
}
.our_story_mid_box1 {
    background: #fdf0dd;
    /* padding: 78px 66px; */
    padding: 66px 66px;
    margin: 50px 0px;
    border-radius: 10px;
    /* display: flex; */
    justify-content: space-between;
}

.our_story_innder_box1 {
    display: flex;
    justify-content: space-between;
}
.austin_bottom_list_box {
    margin-top: 20px;
}

.austin_bottom_list_box ul li {
    /* width: 48%; */
    list-style: disc;
    margin: 8px 0px;
}

.austin_bottom_list_box h3 {
    margin-bottom: 20px;
}
.austin_list_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.austin_list_inner_box ul {
    width: 48%;
}









@media screen and (max-width:680px) {
    html, body {
    overflow-x: hidden;
}
    .desktop1920 {
        display: none;
    }
    .mob480 {
    display: block;
}
.header_mid_inner {
    position: initial;
    text-align: right;
    margin-top: 20px;
}
.inside-header-text {
    padding: 14px 12px;
}
.inside-header-text h4 {
    font-size: 18px;
    line-height: 30px;
}
.inside-header-text h6 {
    font-size: 14px;
}
.inside-header-text2 {
    padding: 14px 14px;
    margin-top: 10px;
    width: 100%;
    float: none;
}
.inside-header-text2 h5 {
    font-size: 14px;
    line-height: 20px;
}
.inside-header {
    margin-top: 52px;
}
.austin .our_story_mid_box {
    padding: 20px;
}
.social_footprint.austin h6 {
    font-size: 18px;
    margin-top: 12px;
}
.social_footprint_mid_box h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .warranty_accordian article>div section aside {
    flex-wrap: wrap;
}
.solution_right_box {
    width: 100%;
}
.solution_left_image img {
    width: 100%;
}
.warranty_accordian {
    padding: 20px 20px;
}
.warranty_accordian article>h2 span {
    padding: 12px 0px 12px 54px;
    font-size: 14px;
    line-height: 20px;
}
.warranty_accordian article>div section aside p {
    font-size: 14px;
    line-height: 22px;
}
.solution_right_box ul li {
    font-size: 14px;
    line-height: 20px;
}
.hand_top_box {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.hand_top_right_box {
    padding-left: 0px;
}
.donate_box.austin .hand_mid_box {
    padding: 18px;
}
.hand_top_right_box h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.hand_top_right_box h5 {
    text-align: left;
    font-size: 18px;
}
    .donate_box h2 {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .our_story_mid_box1 {
    padding: 10px 20px;
}
.our_story_innder_box1 {
    flex-wrap: wrap;
}
.austin_list_inner_box ul {
    width: 100%;
}
}