@font-face {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    src: url('../fonts/FONTSPRINGDEMO-NoyhGeometricRegularRegular.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    src: url('../fonts/FONTSPRINGDEMO-NoyhGeometricMediumRegular.woff') format('woff'); 
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SignPainter-HouseScript';
    src: url('../fonts/SignPainter-HouseScript.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background: #138d97;
}
body::-webkit-scrollbar-track {
    background: #ccc;
}
/***************************************Header******************************************/
#global-header {
    padding: 20px 0;
    border-top: 17px solid #138D97;
    position: absolute;
    width: 100%;
    background: transparent;
}
#global-header .row {
    /*max-width: 1400px;*/
    display: flex;
}
#global-header .row .left {
    width: 30%;
}
#global-header .row .right {
    width: 70%;
}
#global-header .row .right .btn {
    background: #138d97;
    border-radius: 50px;
    color: #fff;
    padding: 0 30px !important;
    font-size: 30px;
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #138d97 !important;
    transition: 0.5s all;
    margin-bottom: 25px;
    margin-right: 150px;
}
#global-header .row .right .btn:hover {
    padding: 0 30px !important;
    background: transparent;
    color: #138d97;
    border: 1px solid #138d97 !important;
    transition: 0.5s all;
}
#global-header .row .right .main-menu .et_pb_menu__wrap {
    justify-content: end;
}
#global-header .row .right .main-menu nav ul li a {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-weight: 500;
    font-size: 29px;
    color: #000;
    transition: 0.5s all;
    padding-right: 50px;
}
#global-header .row .right .main-menu nav ul li a:hover {
    color: #138d97;
    transition: 0.5s all;
}
#global-header .row .right .main-menu nav ul li:last-child {
    padding-right: 0;
}
#global-header .row .left .logo-image span img {
    width: 100%;
}
#global-header .row .left .logo-image span {
    width: 100%;
}
/***********************************Header****************************************/
/***********************************Section****************************************/
#section-1 {
    padding: 200px 0 200px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    position: relative;
}
#section-1::after{
    content: "";
    position: absolute;
    background: url(../images/bar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
    bottom: -60px;
    z-index: 99999999;
}
#section-1 .row {
    display: flex;
    align-items: center;
}
#section-1 .row .left {
    width: 50%;
}
#section-1 .row .right {
    width: 50%;
}
#section-1 .row .left .heading h1 {
    font-family: 'Open Sans';
    padding: 0;
    font-weight: bold;
    color: #138D97;
    font-size: 81px;
    line-height: 90px;
}
#section-1 .row .left .heading p {
    font-family: 'SignPainter-HouseScript';
    font-size: 68px;
    font-weight: 600;
    line-height: normal;
    color: #515252;
    margin-top: 45px;
    width: 80%;
}
#section-2 {
    padding: 100px 0;
}
#section-2 .et_pb_row {
    display: flex;
    gap: 40px;
    align-items: center;
}
#section-2 .et_pb_row .left {
    width: 40%;
    position: relative;
}
#section-2 .et_pb_row .right {
    width: 60%;
}
#section-2 .et_pb_row .left::before {
    content: "";
    position: absolute;
    background: url(../images/blurb.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /*width: 470px;*/
    width: 90%;
    height: 20%;
    /*height: 150px;*/
    bottom: -50px;
    right: 0px;
    z-index: 9;
}
#section-2 .et_pb_row .left .blurb {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 9999;
}
#section-2 .et_pb_row .left .blurb h4 {
    padding: 0;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
}
#section-2 .et_pb_row .left .blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
#section-2 .et_pb_row .left .blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
}
#section-2 .et_pb_row .right .row .heading h3 strong {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    color: #E6BCD8;
    font-size: 41px;
    font-weight: 500;
    text-transform: capitalize;
}
#section-2 .et_pb_row .right .row .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    color: #138D97;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: lighter;
}
#section-2 .et_pb_row .right .row .heading h2 strong {
    color: #008A97;
}

#section-2 .et_pb_row .right .row .heading h2 em {
    font-style: normal;
    color: #E6BCD8;
    font-weight: 500;
}
#section-2 .et_pb_row .right .row .heading p {
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: lighter;
    line-height: 40px;
    width: 90%;
    color: #000;
}
#section-2 .et_pb_row .right .welcome-blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
#section-2 .et_pb_row .right .welcome-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
}
#section-2 .et_pb_row .right .welcome-blurb h4 {
    font-family: 'Open Sans';
    font-size: 21px;
    color: #000;
    padding: 0 0 0px 40px;
    line-height: 28px;
    font-weight: bold;
    width: 90%;
}
#section-2 .et_pb_row .right .row-3 .btn {
    font-family: 'Open Sans';
    font-size: 21px;
    color: #fff;
    background: #138D97;
    border: 1px solid #138D97;
    border-radius: 50px;
    transition: 0.5s all;
}
#section-2 .et_pb_row .right .row-3 .btn:hover {
    transition: 0.5s all;
    background: transparent;
    color: #138D97;
}
#section-2 .et_pb_row .right .row-2 {
    padding: 00px 0 0px 0;
}
/*New Section*/

#service-new-section {
    padding: 100px 0;
}

#service-new-section .row .heading h3 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 45px;
    text-align: center;
    color: #18C0CC;
}

#service-new-section .row .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    text-align: center;
    color: #008B95;
    text-transform: capitalize;
}

#service-new-section .row .heading p {
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: lighter;
    line-height: 40px;
    color: #000;
    text-align: center;
    width: 80%;
    margin: 30px auto 60px auto;
}

#service-new-section .row-2 .full-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-wrap: anywhere;
    gap: 30px;
}

#service-new-section .row-2 .full-col .s-blurb {
    padding: 30px;
}

#service-new-section .row-2 .full-col .s-blurb h4 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: normal;
    background: #008b95;
    padding: 10px;
}

#service-new-section .row-2 .full-col .s-blurb ul {
    padding: 0 0 0 20px;
    margin-top: 30px;
}

#service-new-section .row-2 .full-col .s-blurb ul li {
    list-style: none;
    position: relative;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 35px;
}

#service-new-section .row-2 .full-col .s-blurb ul li::before {
    content: "";
    position: absolute;
    background: url(https://staging-plus.net/clients/simply-care-oregon/wp-content/uploads/2024/08/right.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    top: 10px;
    left: -15px;
    background-size: 100% 100%;
}
#inner-section .row-new .ful-col {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-wrap: anywhere;
    gap: 20px;
}

#inner-section .row-new .ful-col .s-blurb {
    margin-bottom: 0 !important;
    height: inherit !important;
    border-radius: none !important;
}

#inner-section .row-new .ful-col .s-blurb h4 {
    background: #008b95;
    color: #fff !important;
    margin-bottom: 20px;
    line-height: normal;
}

#inner-section .new-row .full-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
    width: 98%;
}

#inner-section .row.new-row .full-col .s-blurb {
    padding: 30px;
    border-radius: 10px;
    transition: 0.5s all;
    cursor: pointer;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#inner-section .row.new-row .full-col .s-blurb h4 {
    font-size: 20px;
    text-align: center;
    color: #3A3A3A;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 30px;
}

#inner-section .row.new-row .full-col .s-blurb ul {}

#inner-section .row.new-row .full-col .s-blurb li {
    list-style: none;
    position: relative;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
}

#inner-section .row.new-row .full-col .s-blurb .et_pb_main_blurb_image span {
    width: 70%;
}

#inner-section .row.new-row .full-col .s-blurb li::before {
    content: "";
    position: absolute;
    background: url(https://staging-plus.net/clients/simply-care-oregon/wp-content/uploads/2024/08/right.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    top: 7px;
    left: -15px;
    background-size: 100% 100%;
}

#inner-section .row.new-row .full-col .s-blurb:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    transition: 0.5s all;
}

/*New Section*/

#section-3 {
    padding: 200px 0;
    background: #EFFDFC;
    position: relative;
}
#section-3::before {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 410px;
    top: -20px;
    left: 0;
}
#section-3::after {
    content: "";
    position: absolute;
    background: url(../images/after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 410px;
    bottom: -20px;
    left: 0;
}
#section-3 .row-1 {
    padding: 50px 0 0 0;
}
#section-3 .row-1 .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    text-align: center;
    color: #008B95;
}
#section-3 .row-2 {
    display: flex;
    gap: 20px;
    padding: 80px 0;
    border-bottom: 1px solid #D9D9D9;
}
#section-3 .row-2 .left {
    width: 50%;
}
#section-3 .row-2 .right {
    width: 50%;
    position: relative;
}
#section-3 .row-2 .left .heading h3 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 54px;
    color: #008B95;
}
#section-3 .row-2 .left .heading h4,
#section-3 .row-3 .right .heading h4{
    font-family: 'Open Sans';
    font-size: 21px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}
#section-3 .row-2 .left .heading p {
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: lighter;
    line-height: 40px;
    color: #000;
}
#section-3 .row-2 .right .heading {
    position: absolute;
    right: 0;
    bottom: 100px;
    background: #E6BCD8;
    padding: 20px 30px;
    border-radius: 50px 0px 50px 0px;
}
#section-3 .row-2 .right .heading p strong {
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    font-size: 63px;
    color: #3A3A3A;
}
#section-3 .row-2 .right .heading p {
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #3A3A3A;
    padding: 0px 0 0 0;
    text-transform: capitalize;
}
#section-3 .row-3 {
    display: flex;
    gap: 20px;
    padding: 80px 0 0;
}
#section-3 .row-3 .right .heading h3 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 54px;
    color: #008B95;
}
#section-3 .row-3 .right .heading p {
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: lighter;
    line-height: 40px;
    color: #000;
}
#section-4 {
    padding: 100px 0;
}
#section-4 .row .full-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 20px;
}
#section-4 .row-1 .heading h3 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 45px;
    text-align: center;
    color: #18C0CC;
}
#section-4 .row-1 .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    text-align: center;
    color: #008B95;
    text-transform: capitalize;
}
#section-4 .row-1 .heading p {
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: lighter;
    line-height: 40px;
    color: #000;
    text-align: center;
    width: 80%;
    margin: 30px auto 60px auto;
}
#section-4 .row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
}
#section-4 .row .col {
    width: 25%;
}
#section-4 .new-row .col {
    width: 100%;
}
#section-4 .new-row .col .s-blurb {
    /*height: 500px !important;*/
}
#section-4 .row .col .s-blurb ul {
    padding: 0 0 0 20px;
	/*max-height: 270px;*/
 /*   overflow-y: auto;*/
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#section-4 .row .col .s-blurb ul li {
    list-style: none;
    position: relative;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
}
#section-4 .row .col .s-blurb ul li::before {
	content: "";
    position: absolute;
    background: url(https://staging-plus.net/clients/simply-care-oregon/wp-content/uploads/2024/08/right.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    top: 7px;
    left: -15px;
    background-size: 100% 100%;
}
#section-4 .row .col .s-blurb ul::-webkit-scrollbar {
    width: 5px;
}
#section-4 .row .col .s-blurb ul::-webkit-scrollbar-thumb {
    background: #138d97;
}
#section-4 .row .col .s-blurb ul::-webkit-scrollbar-track {
    background: #ccc;
}
#section-4 .row .col .s-blurb {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50px;
    transition: 0.5s all;
    cursor: pointer;
	height: auto; 
}
#section-4 .row .col .s-blurb:hover {
    transition: 0.5s all;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#section-4 .row .col .s-blurb .et_pb_main_blurb_image span img {
    width: 70%;
}
#section-4 .row-3 .col:nth-child(2) .s-blurb .et_pb_main_blurb_image span img {
    margin-top: 30px;
}
#section-4 .row .col .s-blurb h4 {
    font-size: 20px;
    text-align: center;
    color: #3A3A3A;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 30px;
}
#section-4 .row .col .s-blurb p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: lighter;
    color: #000;
    text-align: center;
}
#section-4 .row-3 {
    justify-content: center;
}
#section-4 .row-4 {
    padding: 70px 0 0 0;
}
#section-4 .row-4 .btn {
    font-family: 'Open Sans';
    font-size: 21px;
    color: #fff;
    background: #138D97;
    border: 1px solid #138D97;
    border-radius: 50px;
    transition: 0.5s all;
}
#section-4 .row-4 .btn:hover {
    background: transparent;
    transition: 0.5s all;
    color: #138D97;
}
#section-5 {
    padding: 100px 0;
    position: relative;
}
#section-5::before {
    content: "";
    position: absolute;
    background: #F8FFFE;
    width: 50%;
    height: 65%;
    left: 0;
    top: 180px;
}
#section-5 .row {
    display: flex;
    align-items: center;
}
#section-5 .row .left {
    width: 35%;
    margin: 0 0 0 auto;
}
#section-5 .row .right {
    width: 50%;
}
#section-5 .row .left .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    color: #008B95;
    text-transform: capitalize;
    margin: 50px 0 30px;
    padding: 0;
}
#section-5 .row .left .heading h3 {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #3A3A3A;
    font-weight: 600;
    padding: 0;
}
#section-5 .row .left .heading p {
    margin: 10px 0 20px;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: lighter;
    color: #000;
    line-height: 32px;
    padding: 0;
}
#section-5 .row .right .img span img {
    width: 100%;
    border-top: 6px solid #008A97;
    border-left: 6px solid #008A97;
    border-bottom: 6px solid #008A97;
}
#section-5 .row .right .img span {
    width: 100%;
}
#section-6 {
    padding: 0 0 100px 0;
}
#section-6 .row .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    text-align: center;
    color: #008B95;
    text-transform: capitalize;
    margin-bottom: 100px;
}
#section-6 .carousel-slider .carousel-slider__caption .title {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 0;
    line-height: 25px;
    margin-top: 50px;
    text-align: center;
    text-transform: capitalize;
}
.carousel-slider .owl-nav .owl-next:hover, .carousel-slider .owl-nav .owl-prev:hover {
    color: #007783 !important;
}
#section-7 {
    padding: 100px 0 0;
}
#section-7 .row {
    display: flex;
    align-items: center;
}
#section-7 .row .left, #section-7 .row .right {
    width: 50%;
}
#section-7 .row .right .heading h3 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 45px;
    color: #18C0CC;
}
#section-7 .row .right .heading h2 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 56px;
    color: #008B95;
    text-transform: capitalize;
    margin-bottom: 50px;
}
#section-7 .row .right  .testi-sliders .et_pb_slide_image {
    margin: 0 !important;
    text-align: left;
}
#section-7 .row .right .testi-sliders .et_pb_slide_description {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 50px 0 0px 0;
}
#section-7 .row .right .testi-sliders .et_pb_slide_description .et_pb_slide_title {
    margin-top: 32px;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 500;
}
#section-7 .row .right .testi-sliders .et-pb-arrow-prev::before {
    content: "";
    position: absolute;
    background: url(../images/pre-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 27px;
    height: 17px;
    left: 470px;
    top: -120px;
}
.et-pb-arrow-next {
    right: 0 !important;
}
.et-pb-arrow-prev {
    left: 0 !important;
}
#section-7 .row .right .testi-sliders .et-pb-arrow-next::before {
    content: "";
    position: absolute;
    background: url(../images/next-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 27px;
    height: 17px;
    left: -100px;
    top: -120px;
}
#section-7 .row .right .testi-sliders .et-pb-arrow-prev,
#section-7 .row .right .testi-sliders .et-pb-arrow-next {
    opacity: 1;
}
#section-7 .row .right .testi-sliders .et_pb_slide_description p {
    text-align: left;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: lighter;
    color: #000;
    line-height: 32px;
}
#section-8 {
    padding: 300px 0;
    background: #E8FBFA;
    position: relative;
}
#section-8::before {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 410px;
    top: -20px;
    left: 0;
}
#section-8::after {
    content: "";
    position: absolute;
    background: url(../images/after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 410px;
    bottom: -20px;
    left: 0;
}
#section-8 .row {
    display: flex;
    align-items: center;
    background: #008A97;
    padding: 50px 0px 50px 50px;
    border-radius: 50px;
}
#section-8 .row .left {
    width: 60%;
}
#section-8 .row .right {
    width: 40%;
}
#section-8 .row .left .heading h2 {
    padding: 0;
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    color: #ffff;
    text-transform: capitalize;
}
#section-8 .row .left .heading p {
    padding: 0;
    font-family: 'Open Sans';
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: lighter;
}
#section-8 .row .left .heading ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px 0 30px 20px;
    column-gap: 20px;
}
#section-8 .row .left .heading ul li {
    list-style: none;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: lighter;
    position: relative;
}
#section-8 .row .left .heading ul li::before {
    content: "";
    position: absolute;
    background: url(../images/white-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 11px;
    top: 10px;
    left: -20px;
}
#section-8 .row .left .btn {
    font-family: 'Open Sans';
    font-size: 21px;
    color: #fff;
    background: #E6BCD8;
    border: 1px solid #E6BCD8;
    border-radius: 50px;
    transition: 0.5s all;
    margin-top: 40px;
}
#section-8 .row .left .btn:hover {
    background: transparent;
    border: 1px solid #E6BCD8;
    transition: 0.5s all;
}
#section-8 .row .right .img span img {
    scale: 1.4;
    margin-left: 60px;
}
/***********************************Section****************************************/
/***********************************Inner Page**************************************/
#inner-page {
    padding: 250px 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(217,243,243,1) 100%);
}
#inner-section {
    padding: 100px 0;
}
#inner-section .row .heading h1 {
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-size: 60px;
    text-align: center;
    color: #008B95;
    padding: 0;
}
#inner-section .row .heading p {
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: lighter;
    line-height: 40px;
    color: #000;
    margin: 30px 0px 0;
	padding: 0;
}
#inner-section .row-2 {
    display: flex;
    align-items: center;
    gap: 20px;
/*     padding-top: 40px; */
}
#inner-section .row-2 .col {
    width: 25%;
}
/* #inner-section .row-2 .col-1 {
    width: 33%;
} */
#inner-section .row-2 .col .s-blurb {
padding: 30px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 14px;
    transition: 0.5s all;
    cursor: pointer;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
#inner-section .row-2 .col .s-blurb:hover {
    transition: 0.5s all;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
}
#inner-section .row-2 .col .s-blurb h4 {
    font-size: 28px;
    text-align: center;
    color: #3A3A3A;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 38px;
}
#inner-section .row-2 .col .s-blurb p {
    font-family: 'Open Sans';
    font-size: 20px;
    /*font-weight: lighter;*/
    color: #000;
    text-align: center;
    line-height: 30px;
}
#inner-section .row-2 .col .s-blurb .et_pb_main_blurb_image span img {
    width: 70%;
}
#inner-section .row-middle {
    padding: 50px 0px 0;
    display: flex;
    gap: 10px;
}
#inner-section .row-middle .col {
    width: 50%;
}
#inner-section .row-middle .col .s-img span img {
    width: 100%;
	border-radius: 20px;
    border: 5px solid #008b95;
}
#inner-section .row-middle .col .s-img span {
	width: 100%;
}
/***********************************Inner Page**************************************/
/************************************Blog******************************************/
.inner-bg, .category .inner-bg {
    padding: 250px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    max-width: 100%;
}
.container::before, .category .container::before{
    display: none;
}
#sup-pages h1 {
    font-family: 'Open Sans';
    font-size: 60px;
    color: #008B95;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}
.container, .category .container{
    max-width: 100%;
}

.container #content-area, .category .container #content-area{
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}

.container #content-area .right, .category .container #content-area .right{
    width: 25%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, 
    rgba(217, 243, 243, 1) 100%);
    border: 3px solid #ddf4f4;
    height: max-content;
}

.blog .container #content-area #left-area, .category .container #content-area #left-area{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 75%;
}

.container #content-area #left-area article, .category .container #content-area #left-area article {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    /*border: 3px solid #ddf4f4;*/
    padding: 0px;
    border-radius: 20px;
}

.container #content-area #left-area a img, .category .container #content-area #left-area a img{
    width: 100%;
    border-radius: 10px;
    transition: 0.5s all;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.container #content-area #left-area a img:hover, .category .container #content-area #left-area a img:hove {
    transition: 0.5s all;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.container #content-area #left-area h2, .category .container #content-area #left-area h2{
    font-family: 'Open Sans';
    font-size: 22px;
    color: #3A3A3A;
    font-weight: 600;
    padding: 0;
    line-height: 30px;
    margin-bottom: 10px;
}
.container #content-area #left-area .content, .category .container #content-area #left-area .content {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.container #content-area #left-area .post-meta, .blog .container #content-area #left-area .post-meta span a, .blog .container #content-area #left-area .post-meta a,
.category .container #content-area #left-area .post-meta, .category .container #content-area #left-area .post-meta span a, .category .container #content-area #left-area .post-meta a{
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.container #content-area #left-area article .content-container,
.category .container #content-area #left-area article .content-container{
    padding: 20px;
}

.single #content-area {
    display: flex;
    gap: 20px;
    flex-direction: row;
    
}

.single .container::before {
    display: none;
}

.single #content-area #left-area {
    width: 80% !important;
}

.single #content-area #sidebar {
    width: 25%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    border: 3px solid #ddf4f4;
    padding: 30px;
    height: max-content;
}

.single #content-area #sidebar .cat-item a,
.container #content-area .right #sidebar .cat-item a,
.category .container #content-area .right #sidebar .cat-item a
{color: #000000;font-size: 16px;line-height: normal;padding: 5px 0 5px 30px;position: relative;transition: 0.5s all;
    text-transform: capitalize;
}

.single #content-area #sidebar .cat-item,
.blog .container #content-area .right #sidebar .cat-item,
.category .container #content-area .right #sidebar .cat-item
{
    position: relative;
}

.single #content-area #sidebar .cat-item::before,
.container #content-area .right #sidebar .cat-item::before,
.category .container #content-area .right #sidebar .cat-item::before{
    content: "";
    position: absolute;
    background: url("https://staging-plus.net/clients/simply-care-oregon/wp-content/uploads/2024/08/right-arrow.png");
    width: 15px;
    height: 15px;
    left: 8px;
    top: 3px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.single #content-area #sidebar .wp-block-search .wp-block-search__button,
.container #content-area .right #sidebar .wp-block-search .wp-block-search__button,
.category .container #content-area .right #sidebar .wp-block-search .wp-block-search__button
{
    color: #fff !important;
    background: #138d97;
    border: 1px solid #138d97;
}

.container #content-area .right #sidebar, 
.category .container #content-area .right #sidebar {
    width: 100%;
    padding: 30px;
}

.single #content-area #sidebar h2, 
.container #content-area .right #sidebar h2,
.category .container #content-area .right #sidebar h2{
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.archive-bg {
    height: 400px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    border: 3px solid #ddf4f4;
}
.archive-bg {
    padding: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 243, 243, 1) 100%);
    border: 3px solid #ddf4f4;
    margin-bottom: 50px;
}
.single .entry-title {
    font-size: 42px;
    padding: 0;
    font-family: 'Open Sans';
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 0;
}
.single .post-meta, .single .post-meta a, .single .post-meta span, .single .post-meta span a {
    font-size: 18px !important;
    color: #000 !important;
    text-transform: capitalize;
    font-family: 'Open Sans';
}

.single .entry-content h2 {
    padding: 0;
    font-family: 'Open Sans';
    font-size: 35px;
    line-height: normal;
    color: #3A3A3A;
    font-weight: 600;
    text-transform: capitalize;
}
.single .entry-content p {
    padding: 0;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    color: #000 !important;
    margin: 20px 0 30px;
    text-align: justify;
}

.single .entry-content ul {
    padding-left: 20px !important;
}

.single .entry-content ul li {
    list-style: none;
    position: relative;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    color: #000 !important;
    text-align: justify;
    margin: 20px 0 30px 0;
}

.single .entry-content ul li::before {
    content: "";
    position: absolute;
    background: url(https://staging-plus.net/clients/simply-care-oregon/wp-content/uploads/2024/08/right-arrow.png);
    width: 15px;
    height: 15px;
    left: -20px;
    top: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#comment-wrap {
    padding: 0 !important;
}

.single #reply-title {
    padding: 0;
    font-family: 'Open Sans';
    font-size: 25px;
    line-height: normal;
    color: #3A3A3A;
    font-weight: 600;
    text-transform: capitalize;
}

.single #commentform p, .single #commentform p a {padding: 0;font-family: 'Open Sans';font-size: 20px;line-height: 30px;color: #000 !important;margin: 10px 0 20px 0;}

.single #commentform p textarea,
.single #commentform p input{
    background: transparent;
    border: 1px solid #ccc;
    font-size: 18px;
    font-family: 'Open Sans';
}

.single #commentform p #submit {
    background: #138d97;
    border-radius: 50px;
    color: #fff;
    padding: 0 25px !important;
    font-size: 25px;
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #138d97 !important;
    transition: 0.5s all;
}
.single #commentform p #submit:hover {
    background: transparent;
    color: #138d97;
    border: 1px solid #138d97 !important;
    transition: 0.5s all;
}

.single .post {
    padding: 0;
    margin: 0;
}
.single .container {
    padding: 0 !important;
}

single .entry-content, single .entry-content .et_post_meta_wrapper,
.postid-459 .entry-content, .postid-459 .et_post_meta_wrapper {
    padding: 30px !important;
}
.single .entry-content, .single .et_post_meta_wrapper {
    padding: 30px !important;
}
.archive #content-area #sidebar .cat-item,
.search #content-area #sidebar .cat-item{
    position: relative !important;
}

/************************************Blog******************************************/
/***********************************Footer****************************************/
#global-footer {
    padding: 100px 0 50px;
}
#global-footer .row {
    display: flex;
    align-items: center;
}
#global-footer .row .left {
    width: 50%;
}
#global-footer .row .right {
    width: 50%;
}
#global-footer .row .left .blurb .et_pb_blurb_content {
    margin: 0;
    display: flex;
    align-items: center;
}
#global-footer .row .left .blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
    width: 70px;
}
#global-footer .row .left .blurb h4 {
    font-family: 'Open Sans';
    font-size: 27px;
    color: #545454;
    font-weight: 600;
    padding: 0;
}
#global-footer .row .left .blurb {
    margin-bottom: 30px;
}
#global-footer .row .left .heading h4 {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 500;
    color: #008A97;
    padding: 0 0 0px 0;
}
#global-footer .row .left .heading h2 {
    font-family: 'Open Sans';
    font-size: 42px;
    font-weight: 600;
    color: #008A97;
    padding: 10px 0 30px;
}
#global-footer .row .left .info-blurb .et_pb_blurb_content {
    margin: 0 0 20px 0px;
}
#global-footer .row .left .info-blurb:nth-child(3) h4 {
    padding: 0;
    font-family: 'Open Sans';
    font-size: 36px;
    color: #008A97;
    font-weight: 600;
}
#global-footer .row .left .info-blurb:nth-child(3) h4:hover{
    cursor: pointer;
    transition: 0.5s all;
    color: #000;
}
#global-footer .row .left .info-blurb h4{
    padding: 0;
    font-family: 'Open Sans';
    font-size: 20px;
    width: 55%;
    line-height: 35px;
}
#global-footer .row .left .info-blurb:nth-child(5) h4:hover{
    color: #008A97;
    cursor: pointer;
    transition: 0.5s all;
}
#global-footer .row .left .heading p {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #3A3A3A;
}
#global-footer .row .left .social-media {
    margin: 50px 0 30px 0;
}
#global-footer .row .left .social-media li {
    margin: 0 10px 0px 0;
    border-radius: 50px;
    background: #008A97 !important;
    padding: 5px;
    
}
#global-footer .row .left .social-media li a {
    border-radius: 50px;
    margin: 0;
    border: 2px dashed #fff;
}
#global-footer .row .left .social-media li a:hover:before {
    color: #e6bcd8;
    transition: 0.5s all;
}
#global-footer .row .right #et_pb_contact_form_0 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}
#global-footer .row .right form {
    margin: 0;
    padding: 40px;
    background: #008A97;
    border: 1px solid #fff;
    border-radius: 0 0 50px 50px;
}
#global-footer .row .right .et_pb_contact_main_title {
    padding: 30px 30px 20px 30px;
    background: #E6BCD8;
    border-radius: 50px 50px 0 0;
    font-family: 'FONTSPRING DEMO - Noyh Geometric';
    font-weight: 500;
    color: #fff;
    font-size: 46px;
    border: 1px solid #fff;
}
#global-footer .row .right form p input {
    border-radius: 50px !important;
}
#global-footer .row .right form p textarea {
    border-radius: 50px !important;
    padding: 20px 0 0 20px;
}
#global-footer .row .right form .et_contact_bottom_container {
    float: none;
    display: flex;
    justify-content: center;
}
#global-footer .row .right form .et_contact_bottom_container button {
    margin: 10px 0 0 0;
    background: #646263;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #646263;
    padding: 10px 45px !important;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 22px;
    transition: 0.5s all;
}
#global-footer .row .right form .et_contact_bottom_container button:hover {
    background: #e6bcd8;
    color: #000;
    transition: 0.5s all;
}
#global-footer .row .left .info-blurb:nth-child(4) .et_pb_blurb_content,
#global-footer .row .left .info-blurb:nth-child(5) .et_pb_blurb_content{
    display: flex;
    align-items: center;
}
#global-footer .row .left .info-blurb:nth-child(4) .et_pb_blurb_content .et_pb_main_blurb_image,
#global-footer .row .left .info-blurb:nth-child(5) .et_pb_blurb_content .et_pb_main_blurb_image{
    margin: 0;
}
#global-footer .row .left .info-blurb:nth-child(5) h4 {
    width: 100%;
}
#global-footer .row .right form p input, #global-footer .row .right form p textarea {
    border-radius: 10px !important;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
}
#global-footer .row .right #et_pb_contact_form_0 .et-pb-contact-message p {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #3A3A3A;
    padding: 30px;
}
html, body {
    overflow-x: hidden !important;
}
#global-footer .row .right #et_pb_contact_form_0 .et-pb-contact-message p {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #545454;
    font-weight: 600;
    text-align: center;
}

#global-footer .row .right #et_pb_contact_form_0 .et-pb-contact-message ul {
    padding: 0 0 20px 50px;
}

#global-footer .row .right #et_pb_contact_form_0 .et-pb-contact-message ul li {
    list-style: none;
    position: relative;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

#global-footer .row .right #et_pb_contact_form_0 .et-pb-contact-message ul li::before {
    content: "";
    position: absolute;
    background: url(https://staging-plus.net/clients/simply-care-oregon/wp-content/uploads/2024/08/right.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    top: 7px;
    left: -15px;
    background-size: 100% 100%;
}



/***********************************Footer****************************************/
@media (min-width: 1600px){
    #global-header .row .right .main-menu nav ul li {
        padding: 0;
    }
}
@media (min-width: 1600px){
    .carousel-slider.arrows-outside .owl-nav .owl-prev {
        left: calc(var(--carousel-slider-arrow-size, 48px)* -1.5) !important;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-next {
        right: calc(var(--carousel-slider-arrow-size, 48px)* -1.5) !important;
    }
}
@media (max-width: 1600px){
    #global-header .row .left .logo-image span img {
        width: 80%;
    }
    #global-header .row .right .main-menu nav ul li {
        margin: 0;
        padding: 0;
    }
    #global-header .row .right .main-menu nav ul li a {
        padding-right: 30px;
    }
    #global-header .row .right .btn {
        font-size: 25px;
    }
    #section-1 .row .left .heading h1 {
        font-size: 70px;
        width: 100%;
    }
    #section-2 .et_pb_row .left .blurb h4 {
        font-size: 18px;
    }
    #section-2 .et_pb_row .left .blurb {
        left: 15%;
    }
    #section-4 .row-1 .heading h2 {
        font-size: 50px;
    }
    #section-7 .row .right .heading h2 {
        font-size: 55px;
    }
    #section-8 .row .left .heading h2 {
        font-size: 50px;
    }
  }
@media (max-width: 1500px){
    #section-2 .et_pb_row .left .blurb h4 {
        font-size: 16px;
    }
    #section-5 .row .left .heading h2 {
        font-size: 50px;
    }
    #section-5::before {
        height: 70%;
        top: 135px;
    }
    #section-5 .row .left .heading p {
        width: 90%;
        line-height: 26px;
    }
    #section-5 .row .left {
        width: 40%;
    }
    #section-8 .row .left .heading ul li {
        font-size: 14px;
    }
    #section-8 .row .left .heading ul {
        column-gap: 0;
    }
    #section-8 .row .left {
        width: 50%;
    }
    #section-8 .row {
        border-radius: 50px 250px 250px 50px;
    }
  }
@media (max-width: 1536px){
    #global-header .row .left .logo-image span img {
        width: 100%;
    }
    #section-8 .row .right .img span img {
        margin-left: 0;
    }
    #section-8 .row {
        border-radius: 50px 250px 250px 50px;
        padding: 30px 0px 30px 40px;
    }
    #section-8 .row .left .heading ul {
        column-gap: 0;
        padding: 20px 0 30px 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #section-8 .row .left {
        width: 55%;
    }
    #section-8 .row .left .heading ul li {
        font-size: 14px;
    }
  }
@media (max-width: 1400px){
    
    #section-8 {
        padding: 400px 0 300px 0;
    }
    
    .carousel-slider.arrows-outside .owl-nav .owl-next {
        width: 60px;
        right: -60px;
        top: 100px;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-prev {
        width: 60px;
        left: -60px;
        top: 100px;
    }
    
    #section-1 .row .left .heading h1 {
        width: 100%;
    }
    #section-2 .et_pb_row .right .row .heading p {
        line-height: 35px;
    }
    #section-2 .et_pb_row .right .row-2 {
        padding: 20px 0 20px 0;
    }
    #section-2 .et_pb_row .right .row-3 .btn {
        font-size: 18px;
    }
    #section-3 .row-2 .left .heading p {
        line-height: 34px;
    }
    #section-2 .et_pb_row .left::before {
        bottom: -8%;
    }
  }
@media (max-width: 1300px){
    #section-1 .row .left .heading h1 {
        line-height: 70px;
        font-size: 55px;
    }
    #section-1 .row .left .heading p {
        width: 70%;
        font-size: 50px;
    }
    #global-header .row .right .main-menu nav ul li a {
        padding-right: 20px;
        font-size: 25px;
    }
    #global-header .row .right .btn {
        font-size: 20px;
        margin: 0 0 25px 0;
    }
    #section-2 .et_pb_row .right .row .heading h3 strong {
        font-size: 35px;
    }
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 50px;
    }
    #section-2 .et_pb_row .right .row .heading p {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        text-align: justify;
    }
    #section-2 .et_pb_row .left::before {
        bottom: -7%;
    }
    #section-2 .et_pb_row .left .blurb h4 {
        font-size: 14px;
    }
    #section-2 .et_pb_row .right .welcome-blurb h4 {
        width: 100%;
        font-size: 18px;
        line-height: normal;
    }
    
    #section-3 .row-2 .left .heading h3 {
        font-size: 45px;
    }
    #section-3 .row-2 .left .heading p {
        font-size: 20px;
        line-height: 30px;
    }
    #section-3 .row-3 .right .heading h3 {
        font-size: 45px;
    }
    #section-3 .row-3 .right .heading p {
        font-size: 20px;
        line-height: 30px;
    }
    #service-new-section .row .heading h2 {
        font-size: 50px;
        padding: 0;
    }
    #service-new-section .row .heading p {
        font-size: 20px;
        line-height: 30px;
    }
    #service-new-section .row-2 .full-col .s-blurb h4 {
        font-size: 25px;
    }
    #service-new-section .row-2 .full-col .s-blurb ul li {
        font-size: 18px;
        line-height: 30px;
    }
    
    #section-4 {
        padding: 0 0 50px 0;
    }
    
    #section-4 .row-1 .heading h3 {
        font-size: 40px;
    }
    
    #section-4 .row-1 .heading h2 {
        font-size: 45px;
        padding: 0;
    }
    
    #section-4 .row-1 .heading p {
        font-size: 18px;
        line-height: 30px;
        margin: 30px auto;
    }
    
    #section-4 .row .col .s-blurb h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    #section-4 .row .col .s-blurb ul li {
        font-size: 15px;
        line-height: 25px;
    }
    
    #section-5 .row .left .heading h3 {
        font-size: 20px;
    }
    #section-5 .row .left .heading p {
        font-size: 20px;
        line-height: 30px;
    }
    #section-6 .row .heading h2 {
        font-size: 50px;
        margin-bottom: 50px;
        padding: 0;
    }
    #section-5 {
        padding: 100px 0 70px 0;
    }
    #section-6 {
        padding: 0 0 50px 0;
    }
    #section-7 .row .right .heading h3 {
        font-size: 35px;
    }
    #section-7 .row .right .heading h2 {
        padding: 0;
        font-size: 50px;
        width: 90%;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description p {
        font-size: 18px;
        line-height: 30px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description .et_pb_slide_title {
        padding: 0;
        margin-top: 20px;
        font-size: 20px;
    }
    #section-8 .row .right .img span img {
        scale: 1.2;
    }
    #section-8 .row .left .btn {
        font-size: 16px;
    }
    #section-8 .row .left {
        width: 60%;
    }
    #global-footer .row .left .heading h2 {
        font-size: 30px;
    }
    #global-footer .row .left .info-blurb:nth-child(3) h4 {
        font-size: 30px;
    }
    #global-footer .row .left .info-blurb h4 {
        line-height: 30px;
    }
    #global-footer .row .left .social-media {
        margin: 30px 0 30px 0;
    }
    #global-footer .row .left .heading p {
        font-size: 18px;
    }
    #global-footer .row .right .et_pb_contact_main_title {
        font-size: 40px;
    }
    .single .entry-title {
        font-size: 35px;
    }
  }
@media (max-width: 1200px){
    #section-2 .et_pb_row {
        gap: 20px;
    }
    #section-2 .et_pb_row .right .welcome-blurb h4 {
        font-size: 15px;
        padding: 0 0 0px 10px;
    }
    #section-2 .et_pb_row .right .welcome-blurb .et_pb_blurb_content .et_pb_main_blurb_image span img {
        width: 70%;
    }
    #section-3::before {
        background-size: contain;
        height: 200px;
    }
    #section-3 {
        padding: 100px 0 150px 0;
    }
    #section-3 .row-2 .right .heading {
        bottom: 200px;
    }
    #section-4 .row .full-col {
        grid-template-columns: 1fr 1fr;
    } 
    #service-new-section {
        padding: 50px 0 50px 0;
    }
    #service-new-section .row .heading h2 {
        font-size: 45px;
    }
    #service-new-section .row-2 .full-col .s-blurb h4 {
        font-size: 22px;
    }
    #service-new-section .row-2 .full-col .s-blurb ul li {
        font-size: 16px;
        line-height: 28px;
    }
    #section-5 .row .left .heading h2 {
        margin: 50px 0 20px;
    }
    #section-5::before {
        height: 80%;
        top: 80px;
    }
    #section-7 .row .left {
        width: 40%;
    }
    #section-7 .row .right {
        width: 60%;
    }
     #section-7 .row .right .testi-sliders .et_pb_slide_image img {
        width: 40%;
    }
    #section-7 .row .right .heading h2 {
        margin-bottom: 0px;
        font-size: 46px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description p {
        font-size: 16px;
        line-height: 26px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description {
        padding: 20px 0 0px 0;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-prev::before {
        left: 420px;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-next::before {
        left: -80px;
    }
    #section-7 .row .right .heading h3 {
        font-size: 30px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description {
        width: 100%;
    }
    #section-7 .row .right .heading h2 {
        font-size: 35px !important;
        margin-bottom: 30px;
    }
    #section-7 .row .right .heading h3 {
        font-size: 25px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_image {
        position: relative;
    }
    #section-8 .row .left .heading p {
        width: 90%;
    }
    .blog .container #content-area #left-area, .category .container #content-area #left-area {
        grid-template-columns: 1fr 1fr;
    }
    .single .entry-title {
        font-size: 30px;
    }
    
    .single .post-meta, .single .post-meta a, .single .post-meta span, .single .post-meta span a {
        font-size: 16px !important;
    }
    
    .container #content-area #left-area h2, .category .container #content-area #left-area h2 {
        font-size: 20px;
    }
    
    .single .entry-content p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .single .entry-content ul li {
        font-size: 17px;
        line-height: 25px;
        margin: 20px 0;
    }
    
    .single #reply-title {
        font-size: 23px;
    }
    
    .single #commentform p, .single #commentform p a {
        font-size: 16px;
    }
    
    .single #commentform p #submit {
        padding: 0 20px !important;
        font-size: 20px;
    }
} 
@media (max-width: 1080px){
    #section-3 .row-2 .right .heading {
        bottom: 0;
    }
    #global-header .row .right .main-menu nav ul li a {
        padding: 0 15px 0 0;
        font-size: 23px;
    }
    #section-1 .row .left .heading h1 {
        line-height: 60px;
        font-size: 45px;
    }
    #section-1 .row .left .heading p {
        font-size: 40px;
        margin-top: 40px;
    }
    #section-2 .et_pb_row .left {
        width: 50%;
    }
    #section-2 .et_pb_row .right .row .heading h3 strong {
        font-size: 30px;
    }
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 40px;
    }
    #section-2 .et_pb_row .right .row .heading p {
        font-size: 18px;
        line-height: 26px;
    }
    #section-2 .et_pb_row .right .row-2 {
        padding: 0;
    }
    #section-3 .row-2 .left .heading h3 {
        font-size: 40px;
        padding: 0;
    }
    #section-3 .row-2 .left .heading p {
        font-size: 18px;
        line-height: 26px;
    }
    #section-3 .row-2 {
        align-items: center;
    }
    #section-3 .row-2 .right .heading {
        bottom: 0;
    }
    #section-3 .row-3 .right .heading h3 {
        font-size: 40px;
    }
    #section-3 .row-3 .right .heading p {
        font-size: 18px;
        line-height: 28px;
    }
    #service-new-section .row .heading h2 {
        font-size: 40px;
    }
    #service-new-section .row .heading h3 {
        font-size: 35px;
    }
    #service-new-section .row .heading p {
        font-size: 18px;
        line-height: 26px;
    }
    #service-new-section .row-2 .full-col .s-blurb h4 {
        font-size: 20px;
    }
    #service-new-section .row-2 .full-col .s-blurb ul li::before {
        top: 7px;
    }
    #section-5::before {
        display: none;
    }
    #section-5 {
        padding: 40px 0;
    }
    #section-7 {
        padding: 50px 0 0;
    }
    #section-7 .row .right .heading h3 {
        font-size: 30px;
    }
    #section-7 .row .right .heading h2 {
        font-size: 40px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_image img {
        width: 50%;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description p {
        text-align: justify;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description {
        padding: 20px 0 0px 0;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-prev::before {
        left: 300px;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-next::before {
        left: -50px;
    }
    #section-8 .row .left .heading h2 {
        font-size: 45px;
    }
    #section-8 .row .left .heading p {
        font-size: 18px;
    }
    #global-footer .row .left .heading h2 {
        font-size: 25px;
    }
    #global-footer .row .left .info-blurb:nth-child(3) h4 {
        font-size: 20px;
    }
    #global-footer .row .left .info-blurb h4 {
        font-size: 16px;
        line-height: normal;
        line':';
    }
    #global-footer .row .right .et_pb_contact_main_title {
        font-size: 30px;
    }
    #global-footer .row .left {
        width: 40%;
    }
    #global-footer .row .right {
        width: 60%;
    }
    #global-footer .row .left .heading p {
        font-size: 16px;
    }
    #global-footer .row .right form p input, #global-footer .row .right form p textarea {
        font-size: 14px;
        border-radius: 10px !important;
        
    }
}
@media (max-width: 1024px){
    #inner-section .new-row .full-col {
        grid-template-columns: 1fr 1fr;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        right: -50px;
        top: 100px;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-prev {
        width: 50px;
        left: -50px;
        top: 100px;
        height: 50px;
    }    
    
    #section-8 .row .right .img span img {
        scale: 1.2;
    }
    #section-8::before {
        height: 200px;
        top: -10px;
    }
    #section-8::after {
        height: 200px;
        bottom: -10px;
    }
    #section-8 {
        padding: 200px 0 200px 0;
    }   
    #inner-section {
        padding: 50px 0;
    }
    #inner-section .row .heading h1 {
        font-size: 50px;
    }
    #inner-section .row .heading p {
        font-size: 19px;
        line-height: 30px;
    }
    #inner-section .row-2 .col .s-blurb h4 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
        padding: 0;
    }
    #inner-section .row-2 .col .s-blurb p {
        font-size: 18px;
        line-height: normal;
    }
    .container #content-area #left-area h2, .category .container #content-area #left-area h2 {
        font-size: 18px;
        line-height: initial;
    }
    .container #content-area #left-area .post-meta, .blog .container #content-area #left-area .post-meta span a, .blog .container #content-area #left-area .post-meta a, .category .container #content-area #left-area .post-meta, .category .container #content-area #left-area .post-meta span a, .category .container #content-area #left-area .post-meta a {
        font-size: 14px;
        line-height: 19px;
    }
    .single #content-area #sidebar h2, .container #content-area .right #sidebar h2, .category .container #content-area .right #sidebar h2 {
        font-size: 18px;
    }
    .single #content-area #sidebar .wp-block-search .wp-block-search__button, .container #content-area .right #sidebar .wp-block-search .wp-block-search__button, .category .container #content-area .right #sidebar .wp-block-search .wp-block-search__button {
        font-size: 12px;
    }
    .single #content-area #sidebar .cat-item a, .container #content-area .right #sidebar .cat-item a, .category .container #content-area .right #sidebar .cat-item a {
        font-size: 14px;
    }
    .single .entry-title {
        font-size: 25px;
        line-height: normal;
    }
    #sup-pages h1 {
        font-size: 50px;
    }
    .container #content-area .right #sidebar, .category .container #content-area .right #sidebar {
        padding: 15px;
    }
    .single #content-area #sidebar {
        padding: 15px;
    }
}
@media (max-width: 980px){
    .mobile_nav { 
        display: none;
    }
    #global-header .row .right .btn {
        margin: 0 !important;
    }
    
    #global-header .row {
        align-items: center;
        padding-bottom: 0;
    }
    
    #section-1 .row {
        padding: 0;
    }
    
    #section-1 .row .left .heading h1 {
        line-height: 50px;
        font-size: 40px;
    }
    
    #section-1 {
        padding: 150px 0;
    }
    
    #section-1 .row .left .heading p {
        font-size: 35px;
        width: 60%;
        margin-top: 20px;
    }
    
    #section-1 .row .left .heading h1 {
        line-height: 50px;
        font-size: 40px;
    }
    #section-2 .et_pb_row .left {
        width: 40%;
    }
    
    #section-2 .et_pb_row .right {
        width: 60%;
    }
    
    #section-2 .et_pb_row .right .row .heading h3 strong {
        font-size: 25px;
    }
    
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 35px;
    }
    
    #section-2 .et_pb_row .right .welcome-blurb .et_pb_blurb_content {
        gap: 10px;
    }
    
    #section-2 .et_pb_row .right .row-2 .welcome-blurb {
        margin-bottom: 10px;
    }
    
    #section-2 {
        padding: 50px 0;
    }
    #section-2 .et_pb_row .left .blurb {
        bottom: 1%;
    }
    #section-2 .et_pb_row .left .blurb .et_pb_blurb_content .et_pb_main_blurb_image span {width: 20px;margin: 0;}
    
    #section-2 .et_pb_row .left .blurb .et_pb_blurb_container {
        padding-left: 0;
    }
    
    #section-2 .et_pb_row .left {
        width: 50%;
    }
    
    #section-2 .et_pb_row .right {
        width: 50%;
    }
    
    #section-2 .et_pb_row .right .row .heading p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 35px;
    }
    
    #section-2 .et_pb_row .right .row-3 .btn {
        font-size: 16px;
    }
    
    #section-3 .row-1 .heading h2 {
        font-size: 50px;
        padding: 0;
    }
    
    #section-3 .row-2 {
        padding: 30px 0;
    }
    
    #section-3 .row-2 .left .heading h3 {
        font-size: 35px;
    }
    
    #section-3 .row-2 .left .heading h4, #section-3 .row-3 .right .heading h4 {
        font-size: 18px;
        padding: 0;
    }
    
    #section-3 .row-2 .left .heading p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #section-2 .et_pb_row .right .row .heading p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #section-3 .row-3 .right .heading h3 {
        font-size: 35px;
    }
    
    #section-3 .row-3 .right .heading p {
        font-size: 16px;
        line-height: 26px;
    }
    
    #section-3 .row-1 .heading h2 {
        font-size: 50px;
    }
    
    #section-3 .row-2 {
        padding: 30px 0;
    }
    
    #section-3 .row-2 .left .heading h3, #section-3 .row-3 .right .heading h3 {
        font-size: 35px;
    }
    
    #section-3 .row-2 .left .heading h4, #section-3 .row-3 .right .heading h4 {
        font-size: 18px;
    }
    
    #section-3 .row-2 .left .heading p, #section-3 .row-3 .right .heading p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #service-new-section {
        padding: 0;
    }
    
    #service-new-section .row .heading h2 {
        font-size: 35px;
    }
    
    #service-new-section .row .heading p {
        font-size: 16px;
        line-height: 24px;
        margin: 20px auto;
    }
    
    #service-new-section .row-2 .full-col .s-blurb h4 {
        font-size: 18px;
    }
    
    #section-5 .row .left {
        width: 45%;
    }
    
    #section-5 .row .left .heading h2 {
        margin: 20px 0;
        font-size: 35px;
    }
    
    #section-5 .row .left .heading h3 {
        font-size: 18px;
    }
    
    #section-5 .row .left .heading p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #section-6 .row .heading h2 {
        font-size: 35px;
    }
    
    #section-5 {
        padding: 0;
    }
    #section-7 .row .right {
        width: 60%;
    }
     #section-7 .row .right .testi-sliders .et_pb_slide_image img {
        width: 40%;
    }
    #section-7 .row .right .heading h2 {
        margin-bottom: 0px;
        font-size: 46px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description p {
        font-size: 16px;
        line-height: 26px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description {
        padding: 20px 0 0px 0;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-prev::before {
        left: 350px;
        top: -100px;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-next::before {
        left: -60px;
        top: -100px;
    }
    #section-7 .row .right .heading h3 {
        font-size: 30px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_description {
        width: 100%;
    }
    #section-7 .row .right .heading h2 {
        font-size: 35px !important;
        margin-bottom: 30px;
    }
    #section-7 .row .right .heading h3 {
        font-size: 25px;
    }
    #section-7 .row .right .testi-sliders .et_pb_slide_image {
        position: relative;
    }
    #section-8 .row .left {
        width: 70%;
    }
    
    #section-8 .row .right {
        width: 30%;
    }
    
    #section-8 .row .left .heading h2 {
        font-size: 40px;
    }
    
    #section-8 .row .left .heading p {
        font-size: 16px;
        line-height: 25px;
    }
    
    #section-8 .row .left .heading ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #section-8 .row .left .btn {
        margin-top: 20px;
    }
    #global-footer {
        padding: 50px 0 50px;
    }
    
    #global-footer .row .left .heading h4 {
        font-size: 25px;
    }
    
    #global-footer .row .left .heading h2 {
        font-size: 20px;
    }
    
    #global-footer .row .left .info-blurb:nth-child(3) h4 {
        font-size: 18px;
    }
    
    #global-footer .row .left .info-blurb .et_pb_main_blurb_image span img {
        width: 70%;
    }
    
    #global-footer .row .left .info-blurb .et_pb_blurb_container {
        padding-left: 0;
    }
    
    #global-footer .row .left .info-blurb h4 {
        font-size: 15px;
    }
    
    #global-footer .row .left .social-media {
        margin: 20px 0;
    }
    
    #global-footer .row .left .heading p {
        font-size: 14px;
    }
   #global-footer .row .right form .et_contact_bottom_container button {
        font-size: 16px;
        padding: 0.1em 1em !important;
    }
    .blog .container #content-area #left-area, .category .container #content-area #left-area {
        grid-template-columns: 1fr;
    }
   .container #content-area .right, .category .container #content-area .right {
        width: 30%;
    }
    
    .blog .container #content-area #left-area, .category .container #content-area #left-area {
        width: 70% !important;
    }
    .single #content-area #sidebar {
        width: 25% !important;
    }
    
    .single .entry-title {
        font-size: 25px;
    }
    
    .single .post-meta, .single .post-meta a, .single .post-meta span, .single .post-meta span a {
        font-size: 14px !important;
    }
}  
@media (max-width: 768px){
    #global-header .row .right .btn {
        font-size: 16px;
    }
    #section-1 .row .left .heading p {
        width: 80%;
    }
    #section-2 .et_pb_row {
        display: flex;
        flex-direction: column;
    }
    #section-2 .et_pb_row .left {
        width: 100%;
    }
    #section-2 .et_pb_row .left .blurb h4 {
        font-size: 18px;
    }
    #section-2 .et_pb_row .left .blurb .et_pb_blurb_content .et_pb_main_blurb_image span {
        width: 100%;
    }
    #section-2 .et_pb_row .left::before {
        width: 60%;
        right: 14%;
    }
    #section-2 .et_pb_row .left .blurb {left: 30%;}
    #section-2 .et_pb_row .left .blurb .et_pb_blurb_content {
    }
    #section-2 .et_pb_row .left .blurb .et_pb_blurb_container {
        padding: 0 0 0 20px;
    }
    #section-2 .et_pb_row .right {
        width: 100%;
    }
    #section-2 .et_pb_row .right .row .heading h3 strong {
        font-size: 30px;
    }
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 40px;
    }
    #section-2 .et_pb_row .right .row .heading p {
        font-size: 18px;
        line-height: 26px;
    }
    #section-2 {
        padding: 50px 0 0 0;
    }
    #section-2 .et_pb_row .right .welcome-blurb h4 {
        font-size: 17px;
    }
    #section-3::before {
        display: none;
    }
    #section-3 {
        padding: 0px 0 100px 0;
    }
    #section-3 .row-2 {
        display: flex;
        flex-direction: column;
    }
    #section-3 .row-2 .left {
        width: 100%;
    }
    #section-3 .row-2 .right {
        width: 100%;
    }
    #section-3 .row-2 .left .heading p, #section-3 .row-3 .right .heading p {
        font-size: 18px;
        line-height: 28px;
    }
    #section-3 .row-3 {
        padding: 40px 0 0;
        display: flex;
        flex-direction: column-reverse;
    }
    #section-3 .row-3 .left {
        width: 100%;
    }
    #section-3 .row-3 .right {
        width: 100%;
    }
    #section-3::after {
        display: none;
    }
    #section-4 .row-1 .heading h3 {
        font-size: 35px;
    }
    
    #section-4 .row-1 .heading h2 {
        font-size: 35px;
    }
    
    #section-4 .row-1 .heading p {width: 100%;margin-bottom: 0;}
    
    #section-5 .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    #section-5 .row .left {
        width: 100%;
    }
    
    #section-5 .row .left .heading h2 {
        text-align: center;
    }
    
    #section-5 .row .left .heading h3 {
        text-align: center;
    }
    
    #section-5 .row .left .heading p {
        text-align: center;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        padding: 0 15px;
    }
    
    #section-5 .row .right {
        width: 100%;
    }
    
    #section-4 .row-4 .btn {
        font-size: 19px;
        padding: 0.2em 1em !important;
    }
    #section-7 .row {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    
    #section-7 .row .right {
        width: 100%;
    }
    
    #section-7 .row .right .heading h3 {
        text-align: center;
    }
    
    #section-7 .row .right .heading h2 {
        margin: 0;
        text-align: center;
    }
    
    #section-7 .row .right .testi-sliders .et-pb-arrow-prev::before {
        left: 480px;
        top: -80px;
    }
    
    #section-7 .row .right .testi-sliders .et-pb-arrow-next::before {
        left: -70px;
        top: -80px;
    }
    #section-8::before {
        display: none;
    }
    #section-8 {
        padding: 100px 0;
    }
    
    #section-8 .row {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        row-gap: 90px;
    }
    
    #section-8 .row .left {
        width: 100%;
    }
    
    #section-8 .row .right {
        width: 50%;
    }
    
    #section-8::after {
        display: none;
    }
    
    #global-footer .row {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    
    #global-footer .row .left {
        width: 100%;
    }
    
    #global-footer .row .right {
        width: 100%;
    }
    
    #global-footer {
        padding: 0;
    }
    
    #section-7 {
        padding: 0;
    }
    
    #section-7 .row .left {
        width: 100%;
    }
    
    #section-7 .row .left .t-img span img {
        width: 100%;
    }
    
    #section-7 .row .left .t-img span {
        width: 100%;
    }
    #inner-section {
        padding: 50px 0;
    }
    #inner-section .row .heading h1 {
        font-size: 50px;
    }
    #inner-section .row .heading p {
        font-size: 19px;
        line-height: 30px;
    }
    
    #inner-page {
        padding: 150px 0;
    }
    
    #inner-section .row .heading h1 {
        font-size: 40px;
    }
    
    #inner-section .row .heading p {
        font-size: 18px;
        line-height: 26px;
    }
    #inner-section .row-2 .col .s-blurb h4 {
        font-size: 18px;
    }
    
    #inner-section .row-2 .col .s-blurb p {
        font-size: 16px;
        line-height: normal;
    }
    #inner-section .row-middle {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    #inner-section .row-middle .col {
        width: 100%;
    }
    .single #content-area {
        display: flex;
        flex-direction: column;
    }
    
    .single #content-area #left-area {
        width: 100% !important;
    }
    
    .single #content-area #sidebar {
        width: 100% !important;
    }
    #sup-pages h1 {
        font-size: 45px;
    }
    .inner-bg, .category .inner-bg {
        padding: 150px 0;
    }
}
@media (max-width: 767px){
    #inner-section .new-row .full-col {
        grid-template-columns: 1fr;
    }
    
    #inner-section .row.new-row .full-col .s-blurb li {
        font-size: 16px;
        line-height: 26px;
    }
    
    #inner-section .row.new-row .full-col .s-blurb h4 {
        font-size: 18px;
    }
    
    #inner-section .row.new-row .full-col .s-blurb .et_pb_main_blurb_image span {
        width: 60%;
    }
    
    
    
    
    
    #section-1 .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    #section-1 .row .right {
        width: 100%;
    }
    #section-1 .row .left {
        width: 100%;
    }
    #section-1 .row .left .heading h1 {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }
    #section-1 .row .left .heading p {
        width: 100%;
        text-align: center;
    }
    #section-2 .et_pb_row .left .blurb h4 {
        font-size: 14px;
    }
    #section-2 .et_pb_row .left .blurb {display: none;}
    #section-2 .et_pb_row .left::before {
        display: none;
    }
    #section-2 .et_pb_row .left .et_pb_image_1 {
        text-align: center;
    }
    #section-2 .et_pb_row .right .row .heading h3 {text-align: center;}
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 35px;
        text-align: center;
    }
    #section-3 .row-2 .left .heading h3, #section-3 .row-3 .right .heading h3 {
        text-align: center;
    }
    #section-3 .row-2 .left .heading h4, #section-3 .row-3 .right .heading h4 {
        text-align: center;
    }
    #section-3 .row-2 .left .heading p, #section-3 .row-3 .right .heading p {
        text-align: justify;
    }
    #section-4 .row-1 .heading h2 {
        font-size: 30px;
    }
    #section-4 .row-1 .heading h3 {
        font-size: 25px;
    }
    #section-4 .row-1 .heading p {
        font-size: 18px;
        line-height: 26px;
    }
    #section-4 .row .full-col {
        grid-template-columns: 1fr;
    }
    #section-7 .row .right .heading h2 {
        font-size: 28px !important;
        width: 100%;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-prev::before {
        display: none;
    }
    #section-7 .row .right .testi-sliders .et-pb-arrow-next::before {
        display: none;
    }
    #section-8 .row .left .heading h2 {
        font-size: 35px;
        text-align: center;
        margin-bottom: 20px;
    }
    #section-8 .row .left .heading p {
        width: 100%;
    }
    #section-8 .row .left {
        padding: 0 10px;
    }
    #section-8 .row {
        padding: 20px 20px;
    }
    #section-8 .row .left .heading ul {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    #global-footer .row .right form {
        padding: 20px;
    }
    .carousel-slider .carousel-slider__item img {
        max-width: 50%;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-prev {
        left: -25px;
        width: 50px;
    }
    
    .carousel-slider.arrows-outside .owl-nav .owl-next {
        right: -25px;
        width: 50px;
    }
    #inner-section .row-2 .col .s-blurb h4 {
        font-size: 18px;
    }
    
    #inner-section .row-2 .col .s-blurb p {
        font-size: 16px;
        line-height: normal;
    }
    
    #inner-section .row-middle {
        flex-flow: wrap;
    }
    
    #inner-section .row-new .ful-col {
        grid-template-columns: 1fr;
    }
    
    #inner-section .row-middle {
        display: flex;
        flex-direction: column;
    }
    
    #inner-section .row-middle .col {width: 100%;}
    .container #content-area, .category .container #content-area {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .single #content-area {
        display: flex;
        flex-direction: column !important;
    }
        
    
    
    .container #content-area .right, .category .container #content-area .right {
        width: 100%;
    }
    
    .blog .container #content-area #left-area, .category .container #content-area #left-area {
        width: 100% !important;
    }
    .single .entry-content p {
        font-size: 16px;
        line-height: 25px;
    }
    
    .single .entry-content ul li {
        font-size: 16px;
        line-height: 25px;
    }
    
    .single .entry-content ul {
        padding-bottom: 0 !important;
    }
        
    .single #reply-title {
        font-size: 20px;
    }
    
    .single #commentform p, .single #commentform p a {
        font-size: 14px;
    }
    .container #content-area #left-area article, .category .container #content-area #left-area article {
        background: transparent;
    }
    .single .entry-content, .single .et_post_meta_wrapper {
        padding: 0 0 10px 0 !important;
    }
    .container #content-area #left-area article a, .category .container #content-area #left-area article a {
        margin-bottom: 10px;
    }
    .container #content-area #left-area article .content-container, .category .container #content-area #left-area article .content-container {
        padding: 0;
    }
}
@media (max-width: 425px){
    #section-1 .row .left .heading p {
        font-size: 26px;
    }
    #global-header .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #section-1 {
        padding: 250px 0 150px 0;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-prev {
        left: -25px;
        width: 50px;
    }
    
    .carousel-slider.arrows-outside .owl-nav .owl-next {
        right: -25px;
        width: 50px;
    }
    .single .entry-title {
        font-size: 20px;
        line-height: normal;
    }
    .single .entry-content, .single .et_post_meta_wrapper {
        padding: 0px 0px 30px 0 !important;
    }
}
@media (max-width: 320px){
    #section-1 .row .left .heading h1 {
        font-size: 25px;
        line-height: 33px;
    }
    #section-1 .row .left .heading p {
        font-size: 20px;
    }
    #section-2 .et_pb_row .right .row .heading h2 {
        font-size: 27px;
    }
    #section-2 .et_pb_row .right .row .heading h3 strong {
        font-size: 25px;
    }
    #section-3 .row-1 .heading h2 {
        font-size: 40px;
    }
    #section-4 .row-1 .heading h2 {
        font-size: 28px;
    }
    #section-6 .row .heading h2 {
        font-size: 30px;
    }
    #section-7 .row .right .heading h2 {
        font-size: 25px !important;
    }
    #section-7 .row .right .heading h3 {
        font-size: 22px;
    }
    #section-8 .row .left .heading h2 {
        font-size: 30px;
    }
    #section-8 .row .left .heading p {
        font-size: 16px;
        line-height: normal;
    }
    #section-8 .row .left .heading ul {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    #section-8 .row .left .btn {
        font-size: 13px;
    }
    #global-footer .row .right .et_pb_contact_main_title {
        font-size: 25px;
    }
    #global-footer .row .left .blurb h4 {
        font-size: 20px;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-prev {
        left: -25px;
        width: 50px;
    }
    .carousel-slider.arrows-outside .owl-nav .owl-next {
        right: -25px;
        width: 50px;
    }
    #inner-section .row .heading p {
        text-align: justify;
    }
    #inner-section {
        padding: 50px 0 0px 0;
    }
    #sup-pages h1 {
        font-size: 35px;
    }
}







  
  
  