@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

html {}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

#video_bg {
    /*     background: url(../images/video-background.jpg) no-repeat center;*/
    background: #000;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #222222;
}

i {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

a {
    font-weight: 500;
    font-size: 16px;
    color: #3b3b3b;
}

a,
a:hover,
button,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
}

p {
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    color: rgb(65, 65, 65);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-bottom: 0;
}

h1 {
    font-size: 46px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0079c5;
    position: relative;
}

h2.big {
    font-size: 68px;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #0079c5;
    position: relative;
    margin-top: -5px;
}

h3 span {
    font-weight: 300;
    color: #0079c5;
    display: block;
    font-size: 26px;
}

.btn_link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #931b1f;
    line-height: 50px;
    padding: 0 80px;
    border-radius: 50px;
    border: 1px solid #931b1f;
    text-transform: uppercase;
    margin-top: 30px;
}

.btn_link:hover {
    background: #fff;
    color: #931b1f;
}

.btn_border {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #1c62a4;
    background: none;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 4px;
    border: 2px solid #1c62a4;
}

.py70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.dark_bg {
    background: #f1f1f1;
}

/* main css start */
.header_top {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 888;
}

.header_top ul li {
    display: inline-block;
    margin-left: 50px;
}

.header_top ul li i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #931b1f;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 5px;
}

.header_top ul li a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
}

.header_top ul li a:hover {
    color: #0079c5;
}

.navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: #fff;
}

.navigation.navfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.navigation nav .navbar-nav {
    margin-top: 32px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.navigation.navfixed nav .navbar-nav {
    margin-top: 16px;
}

.navigation nav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    padding: 15px;
}

.navigation nav .navbar-nav .nav-item:hover > .nav-link,
.navigation nav .navbar-nav .nav-item .nav-link.active {
    color: #931b1f;
}

.navigation nav .navbar-nav .nav-item .nav-link i {
    font-size: 14px;
}

.navigation nav .navbar-nav .nav-item:hover > .nav-link i {
    transform: rotate(180deg);
}

.navigation nav .navbar-nav .nav-item ul {
    position: absolute;
    background: #fff;
    margin-top: 34px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.navigation nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.navigation nav .navbar-nav .nav-item ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #414141;
    font-weight: 700;
}

.navigation nav .navbar-nav .nav-item ul li a:hover {
    background: #931b1f;
    color: #fff;
}

.navigation nav .navbar-nav .nav-item {}

.navigation nav .navbar-nav .nav-item {}

.navigation nav .navbar-nav .nav-item {}

/* header part ends here */
.home_banner {
    background: url(../images/home-banner.jpg) no-repeat center;
    background-size: cover;
}

.home_banner .banner_overlay {
    background: rgba(255, 255, 255, 0.3);
    padding: 160px 0;
}

.home_banner h1 {
    font-size: 68px;
    color: #931b1f;
    font-weight: 700;
}

.home_banner p {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 15px;
    line-height: 40px;
}

.home_banner p span {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
}

.home_banner p span a {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600 !important;
}

.home_banner p span a:hover {
    color: #0079c5;
}

/* home_banner part ends here */
.ahch_about {
    background: url(../images/ahch-about-banner.png) no-repeat center;
    background-size: cover;
}

.ahch_about .ahch_overlay {
    background: rgba(255, 255, 255, 0.9);
    padding: 190px 0;
}

.ahch_about .text {
    padding: 0 280px 0 50px;
}

.ahch_about h3 span {
    font-weight: 300;
    color: #0079c5;
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
}

/* ahch_about part ends here */
.home_services .service_items {
    position: relative;
    padding: 10px;
    border-radius: 50%;
    margin-top: 20px;
}

.home_services .service_items img {
    border-radius: 50%;
}

.home_services .service_items .service_over {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: absolute;
    background: rgba(0, 121, 197, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    border-radius: 50%;
}

.home_services .service_items:hover .service_over {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background: rgba(0, 121, 197, 0.9);
}

.home_services .service_items .service_name {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    opacity: 0;
}

.home_services .service_items:hover .service_name {
    opacity: 1;
}

.home_services .service_items .service_name span {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    display: block;
}

.home_services .service_items .btn_link {
    color: #0079c5;
    border-color: #fff;
    background: #fff;
    margin-top: 10px;
    line-height: 44px;
}

.home_services .service_items .btn_link:hover {
    background: none;
    color: #fff;
}

.home_services .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.home_services .btn_link {
    margin-top: 60px;
}

/* take_care part ends here */
.take_care {
    background: url(../images/takecare_banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 118%;
}

.take_care .take_overlay {
    background: rgba(255, 255, 255, 0.5);
    padding: 320px 0;
}

.take_care h2 {
    font-size: 48px;
    line-height: 60px;
    color: rgb(0, 121, 197);
}

.take_care p {
    font-size: 26px;
    line-height: 40px;
    padding: 35px 0 20px;
}

.take_care p span {
    font-size: 36px;
}

footer {
    background: #163151;
    padding: 70px 0;
    margin-top: 0px;
}

.home footer {
    margin-top: -60px;
}
footer a img{
    border-radius: 5px;
}
footer .btn_link {
    margin-top: 30px;
}

footer .contents h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}

footer .footer_logo{
    padding-right: 50px;
}

footer .footer_service_list{
    padding-left: 15px;
}

footer .footer_address_gape{
    padding-left: 15px;
}
footer ul li {
    padding: 0 15px;
    position: relative;
}

footer ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: 2px;
    top: 10px;
}

footer ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
}

footer ul li a:hover {
    text-decoration: underline;
    color: #0d98ef;
}

footer p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

footer p span {
    font-weight: 400;
}

.top_up {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background: #931b1f;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.top_up:hover {
    background: #0b5788;
}
.socialmedia{
    margin-top: 30px;
}
.socialmedia li{
    padding: 0;
    margin: 0 3px;
    display: inline-block;
}
.socialmedia li:after{
    display: none;
}
.socialmedia li a i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.socialmedia li a i.fa-facebook-f{
    background: #4267B2;
}
.socialmedia li a i.fa-instagram{
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
}
.socialmedia li a i.fa-facebook-f:hover{
    background: #fff;
    color: #4267B2;
}
.socialmedia li a i.fa-instagram:hover{
    background: #fff;
    color: #da2e7d;
}
.socialmedia{}

/* Home page css ends here */
.about_breadcumb {
    background: url(../images/about-page-breadcumb-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 65%;
}

.breadcumb .overlay {
    background: rgba(0, 0, 0, 0.4);
    padding: 120px 0;
}

.breadcumb h1 {
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.ahch_about .about_us .text {
    padding-right: 0;
    padding-left: 300px;
    padding-right: 30px;
}

.ahch_about .about_us .text img {
    width: 190px;
    margin-left: 170px;
}

.ahch_about .about_us .text h2 {
    font-size: 48px;
    margin-top: -40px;
}

.ahch_about .about_us .text h4 {
    text-align: left;
    font-size: 34px;
    color: #0079c5;
    font-weight: 400;
    padding-bottom: 15px;
}

.ahch_about.about_mission .ahch_overlay {
    padding: 140px 0 190px;
    background: rgba(255, 255, 255, 0.8);
}

.ahch_goal {
    background: url(../images/takecare_banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ahch_goal .ahch_goal_overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 125px 0;
}

.ahch_goal img {
    width: 166px;
}

.ahch_goal h2 {
    color: #fff;
    padding-top: 15px;
    font-size: 48px;
}

.ahch_goal h3 span {
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
}

.ahch_goal ul {
    padding-top: 30px;
}

.ahch_goal ul li {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 7px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    line-height: 25px;
}

.ahch_goal ul li:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.what_make {
    background: url(../images/ahch-about-banner.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.what_make .what_make_overlay {
    background: rgba(246, 246, 246, 0.9);
    padding: 115px 0;
}

.what_make h2 {
    font-size: 48px;
}

.what_make h3 {
    font-size: 36px;
}

.what_make h3 span {
    font-size: 24px;
}

.what_make h4 {
    background: #0079c5;
    padding: 20px 30px 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    min-height: 126px;
}

.what_make h4.pt_equal {
    padding-top: 35px;
}

.what_make h4 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding-top: 5px;
}

.message_from_ceo {
    position: relative;
    padding: 70px 0 80px;
    background: url(../images/ceo-background.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

.message_from_ceo .ceo_box {
    background: #fff;
}

.message_from_ceo h2 {
    padding-bottom: 30px;
    font-size: 40px;
}

.message_from_ceo .contents {
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 15px;
}

.message_from_ceo h4 {
    font-size: 22px;
    font-weight: 400;
    padding-top: 15px;
    font-weight: 600;
    color: #0079c5;
}

.message_from_ceo h4 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

.message_from_ceo p {
    font-size: 17px;
    line-height: 26px;
    padding-top: 10px;
    text-align: justify;
}

.message_from_ceo img {
    background: #ebebeb;
}

/* About page css ends */
.service_breadcumb {
    background: url(../images/service-breadcumb.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

.all_services h2 {
    position: relative;
    font-size: 48px;
}

.all_services h2 img {
    width: 130px;
    position: absolute;
    margin-left: -200px;
    margin-top: -10px;
}

.all_services h3 {
    color: rgba(0, 0, 0, 0.75);
    font-size: 36px;
    padding-top: 10px;
}

.service_names {
    position: relative;
    padding: 100px 0;
}

.service_names.blue_bg_service:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #0079c5;
    z-index: -1;
}

.service_names.nursing_service:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/FINAL-RN-LPN.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

.service_names h2 {
    font-size: 48px;
}

.blue_bg_service h2 {
    color: #fff;
}

.service_names span {
    font-size: 36px;
    display: block;
    margin-top: -10px;
    font-weight: 300;
}

.blue_bg_service span {
    color: #fff;
}

.blue_bg_service p {
    padding-right: 210px;
    color: #fff;
    line-height: 24px;
    padding-top: 10px;
}

.individual_service p {
    color: #fff;
}

.blue_bg_service .contents {
    padding-left: 70px;
}

.white_bg_service h2 {}

.listing_text p {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 20px;
}

.listing_text ul {
    width: 300px;
    float: left;
}

.listing_text ul li {
    font-size: 20px;
    position: relative;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.75);
}

.blue_bg_service .listing_text ul li {
    color: #fff;
}

.listing_text ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 50%
}

.blue_bg_service .listing_text ul li:after {
    background: #fff;
}

.service_names.hha_service:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/Home-Health-Aide.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

.service_names.personal_care_service:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/Personal-Care-Aide.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    z-index: -1;
}

.service_names.home_maker_service:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/Homemaker.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    z-index: -1;
}

.service_names.housekeeper:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/Housekeeper-Row.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    z-index: -1;
}

.home_maker_service .listing_text ul {
    width: 100%;
}

#cdpap {
    padding-top: 120px;
}

.ahch_about.cdpap h2 {
    font-size: 48px;
}

.ahch_about.cdpap h3 {
    color: rgb(68, 68, 68);
    font-size: 36px;
    font-weight: 700;
    padding-top: 10px;
}

.ahch_about.cdpap h3 span {
    color: rgb(68, 68, 68);
    font-weight: 700;
    font-size: 18px;
    padding-top: 7px;
}

.ahch_about.cdpap .text {
    padding: 0 0 0 70px;
}

.ahch_about.cdpap b {
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
    color: rgb(68, 68, 68);
}

.ahch_about.cdpap ul {
    padding-left: 20px;
}

.ahch_about.cdpap ul li {
    position: relative;
    padding-left: 20px;
    color: rgb(68, 68, 68);
    font-size: 18px;
    padding-bottom: 5px;
}

.ahch_about.cdpap ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.ahch_about.cdpap ul li ul li:before {
    width: 0;
    display: none;
}

.ahch_about.cdpap .ahch_overlay {
    background: rgba(246, 246, 246, 0.88);
    padding: 0 0 100px !important;
}

.service_names.respite_care_service:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/Respite-Care.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    z-index: -1;
}

.service_names.hospice_care:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/Hospice-Care.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    z-index: -1;
}

.hospice_care.blue_bg_service p {
    padding-right: 190px;
    font-size: 18px;
}

.respite_care_service .listing_text ul {
    width: 100%;
}

.respite_care_service .listing_text ul li {
    line-height: 24px
}

.contact_breadcumb {
    background: url(../images/contact-breadcumb-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 30%;
}

.information {
    padding: 70px 0;
    background: #f6f6f6;
}

.information .contact_info_area{
    padding: 0 370px;
}

.information form {
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid #333;
    padding: 30px 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.information form label {
    display: block;
}

.information form label span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 4px;
    padding-top: 7px;
    color: #444;
}

.information form label .field_area {
    width: 100%;
    height: 42px;
    background: #fff;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    border: 0;
}

.information form .best_time_adte strong {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

.information form .best_time_adte label {
    margin-bottom: 0px;
    font-weight: 300;
}

.information form textarea.field_area {
    height: 80px;
}

.information form .btn_link.send {
    background: #5599f9;
    border: 1px solid #5599f9;
    border-radius: 0;
    cursor: pointer;
    padding: 0 120px;
}

.information form .btn_link.send:hover {
    background: none;
}

.information .contact_bottom{
    padding: 0 230px;
}

.contact_bottom h4 {
    color: rgb(0, 121, 197);
    ;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}

.contact_bottom p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.contact_bottom p b {
    font-weight: 600;
}

.agency_service h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 70px;
}

.agency_service h3 span {
    display: block;
    color: #444;
    font-weight: 300;
}

.best_time_adte .day_schedule {
    padding-right: 90px;
}

.information form .best_time_adte.employment strong {
    font-weight: 300;
    padding-top: 5px;
    color: #444;
    font-size: 18px;
    display: block;
}

.best_time_adte .day_schedule label {
    display: inline-block;
}

.best_time_adte .day_schedule li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

.agency_service.employment h3 {
    padding-top: 25px;
}

.faq_breadcumb {
    background: url(../images/New-FAQ.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.accordions {
    border-top: 1px solid #ccc;
    margin: 15px 0 30px;
}

.accordions .card {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.accordions .card-header {
    border-bottom: 0;
    padding: 0;
    border-radius: 0;
}

.accordions .card-header .btn-link {
    background: #f1f1f1;
    display: block;
    width: 100%;
    text-align: left;
    outline: 0;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    color: #212226;
    font-size: 26px;
    font-weight: 400;
    padding: 28px 60px;
    white-space: normal;
    line-height: 26px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
}

.accordions .card-header .btn-link.collapsed {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.accordions .card-header .btn-link.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordions .card-header .btn-link i {
    position: absolute;
    left: 25px;
    font-size: 16px;
    top: 35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordions .card-header .btn-link:hover,
.accordions .card-header .btn-link:focus {
    outline: 0;
    text-decoration: none;
}

.accordions .card-body {
    padding: 0;
}

.accordions .card-body p {
    color: #444;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    padding: 30px 20px 40px;
}

/* Mobile Menu*/
.mobile_menubar {
    background: #fff;
    padding: 5px 10px;
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.side-menu-nav .main-menu > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    box-sizing: border-box;
}

.side-menu-nav .main-menu li.list_button {
    background: #fff;
    padding: 20px 15px;
    margin-top: 30px;
}

.side-menu-nav .main-menu li.list_button a {
    margin-top: 0;
    padding: 0 80px;
    text-align: center;
}

.mobile_menubar img {
    width: 220px;
    margin-top: 4px;
}

.mobile_menubar .phone_icon_mobile {
    color: #0079c5;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 18px;
}

.mobile_menubar ul li a.active,
.mobile_menubar ul li a:focus {
    background: #fff;
    color: #0079c5;
}

.side-menu-nav .main-menu .sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
    padding: 5px 15px;
}

.side-menu-nav .main-menu .sub-menu li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 7px;
    display: block;
}

header .side-menu-close {
    background: transparent;
    margin-top: 7px;
    margin-right: 10px;
}

header .side-menu-close span {
    background: #21395F;
    width: 28px;
}

.side-menu-wrap {
    width: 100%;
    position: fixed;
    left: -100%;
    top: 58px;
    background: #931b1f;
    height: 50%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 30px;
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-wrap.opened {
    left: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.side-menu-nav .main-menu > li {
    position: relative;
}
.side-menu-nav .main-menu .sub-menu ~ i {
    font-size: 14px;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: -5px;
    color: #fff;
    left: 85px;
}
.mobile_menubar ul li a:focus i,
.side-menu-nav .fa-chevron-right:focus {
    color: #000;
}
.side-menu-nav .fa-chevron-right:before {
    content: "\f067" !important;
}
.side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.side-menu-close {
    height: 40px;
    width: 40px;
    background: #21395F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
    top: -5px;
}

.side-menu-close span:nth-child(3) {
    bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
    opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu*/
.message_delivery{
    padding: 100px 0;
}
.message_delivery h3{
    color: #40be08;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.message_delivery h2{
    font-size: 40px;
    font-weight: 700;
    padding-top: 15px;
}
.message_delivery{}
.message_delivery{}
.message_delivery{}








