/*
Theme Name: HomeCaring Franchise Theme
Theme URI: http://webnautical.com/
Author: Web Nautical Pvt. Ltd.
Author URI: http://webnautical.com/
Description: The Simple Home Caring based website
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Bootstrap, content-sharing, black, white, blue, one-column, two-columns, 
right-sidebar, flexible-width, custom-header, custom-menu, editor-style, 
featured-images, microformats, post-formats, rtl-language-support, sticky-post,
translation-ready
Text Domain: homecaring
*/
/*--------------------WordPress Core--------------------*/

/*p:before, p:after {
    content: '"';
}
*/
.copyright p {
    color: #FFF;
    margin-top: 48px;
}
section.inner-main.error_page {
       padding: 180px 0px 60px;
}
.error_page h1, .backtohome{text-align:center;}

.backtohome a {
    border: #1992a8 2px solid;
    color: #595a5c;
    border-radius: 40px;
    padding: 0px 25px;
    height: 38px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
        margin-top: 30px;
}

.contact-form #regForm2{ max-width:90% !important; background:none !important;margin: auto; }
.contact-form .step-btns button{padding: 0px 28px;}
.footer-sites {
align-items: center;
display: flex;
justify-content: space-between;
}

h5#exampleModalLongTitle {
    color: #1992a8;
}

.footer-sites .links a {
    padding: 0 5px;
    border-right: 2px solid #fff;
    color: #fff;
}

.footer-sites .links a {
    padding: 0 7px;
    border-right: 2px solid #fff;
    color: #fff;
}

.footer-sites .links a:last-child {
    border: 0;
    padding-right: 0;
}
.footer-sites .links {
    text-decoration: none;
    color: #fefefe;
    float: left;
}

div#owl-demo2 .owl-item .item img {
    position: absolute;
    width: 60px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


div#blog-demo3 .owl-item .item img, div#owl-demo3 .owl-item .item img {
    position: absolute;
    width: 35px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#owl-demo2 .owl-item .item, div#blog-demo3 .owl-item .item, div#owl-demo3 .owl-item .item {
    position: relative;
}
  
    .footer_verticallogo{ }
    .footer_verticallogo img{ width:200px!important;}
    .hundred img{ width:290px!important;}
    .middleLogo {     display: flex;
    column-gap: 10px;}
    

    .firstLogo img{margin-bottom: 10px;}
    
      .firstLogo{     text-align: center!important;
}  
    .middleLogo.p-logo img {
 
    height: 88px;
  
}
.firstLogo.hundred {
    text-align: left!important;
}
.bg-box p span {
    font-size: 17px !important;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
   /* padding-left: 20px;
    margin-top: -8px;*/
    padding-bottom: 13px;
}
body.privacy-policy .content-area p strong {
    font-size: 20px;
    font-weight: bold;
    color: #1992a8;
}

body.privacy-policy .content-area ul {
    padding-left: 18px;
}

body.privacy-policy .content-area a {
    color: #1992a8;
}

body.privacy-policy .content-area p span+strong {
    font-size: 14px;
}

body.privacy-policy .content-area {
    padding: 20px 0px 50px;
}
.thank-you-block {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
}

.thank-you-block h1.thankyou_heading {
    font-weight: bold;
    text-transform: uppercase;
    color: #1992a8;
    font-size: 36px;
}

.thanks-para-block p a {
    color: #1992a8;
    font-weight: 800;
}

.thanks-btn-block .thanks-btn {
    color: #fff;
    background: #3ea4b6;
    border-radius: 10px;
    padding: 0px 28px;
    font-size: 16px;
    height: 40px !important;
    display: inline-block;
    line-height: 40px;
    font-weight: 700;
    box-shadow: 3px 3px 8px #358c9b;
    border: none;
    margin: 0px auto 30px;
    width: auto;
}

.contact-f ul li {
    display: block !important;
    line-height: 15px !important;
}
.sgpb-theme-1-overlay.sgpb-popup-overlay-372.sgpb-popup-overlay {
    z-index: 99999999 !important;
}

 .sgpb-popup-dialog-main-div-theme-wrapper-1 {
    z-index: 999999999 !important;
}
.contact-form+.wpcf7-response-output {
    border-color: #46b450 !important;
    position: absolute;
    bottom: -5px;
    right: 76px;
    padding: 0px 15px;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    border-color: red !important;
    color: red;
    padding: 0px 10px !important;
    width: 78%;
    right: 40px;
    bottom: 2px;
}
.middleLogo.p-logo img {
    width: 160px;
    margin-top: 12px;
}

.mediaInner {
    padding: 0 !important;
    background: transparent !important;
}
.mediaInner p:last-child a {
    text-decoration: underline;
}
 section.timeline-section {
        background-color: #fbf8f3;
        padding: 50px 0px 0px;
    }
    
    .timeline,
    .timeline-horizontal {
        list-style: none;
        padding: 20px;
        position: relative;
    }
    
    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #61a8b6;
        left: 50%;
        margin-left: -1.5px;
    }
    
    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }
    
    .timeline .timeline-item:before,
    .timeline .timeline-item:after {
        content: "";
        display: table;
    }
    
    .timeline .timeline-item:after {
        clear: both;
    }
    
    .timeline .timeline-item .timeline-badge {
        color: #fff;
        width: 100px;
        height: 40px;
        line-height: 52px;
        font-size: 22px;
        text-align: center;
        position: absolute;
        top: 18px;
        left: 50%;
        margin-left: 0;
        background-color: #61a8b6;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .timeline .timeline-item .timeline-panel {
        position: relative;
        width: 46%;
        float: left;
        right: 16px;
        border-radius: 2px;
        padding: 0px 20px 0px 0px;
    }
    
    .timeline .timeline-item .timeline-panel .timeline-title {
        margin-top: 0;
        color: inherit;
    }
    
    .timeline .timeline-item .timeline-panel .timeline-body>p,
    .timeline .timeline-item .timeline-panel .timeline-body>ul {
        margin-bottom: 0;
    }
    
    
    .timeline .timeline-item .timeline-panel .timeline-body>p+p {
        margin-top: 5px;
    }
    
    .timeline .timeline-item:last-child:nth-child(even) {
        float: right;
    }
    
    .timeline .timeline-item:nth-child(even) .timeline-panel {
        float: right;
        left: 16px;
    }
    
    .timeline-horizontal {
        list-style: none;
        position: relative;
        padding: 0;
        display: inline-block;
    }
    
    .timeline-horizontal:before {
        height: 3px;
        top: 0;
        left: 2px;
        right: 0;
        width: 100%;
        margin-bottom: 0;
    }
    
    .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 280px;
        width: 20%;
        min-width: 25%;
        float: none !important;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0 auto;
        vertical-align: top;
    }
    
    .timeline-horizontal .timeline-item .timeline-panel {
        top: 40px;
        /* bottom: 0; */
        display: inline-block;
        /* float: none !important; */
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .timeline-horizontal .timeline-item:before,
    .timeline-horizontal .timeline-item:after {
        display: none;
    }
    
    .timeline-horizontal .timeline-item .timeline-badge {
        top: 0;
        left: 0;
    }
    
    .timeline-heading ul {
        border-left: 3px solid #61a8b6;
        padding-left: 24px;
    }
    
    .timeline-heading ul li {
        list-style: none;
        padding: 10px 0px;
    }
    
    .timeline-heading ul li:before {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        background-color: #61a8b6;
        position: relative;
        left: -25px;
        top: 12px;
    }
    
   
    /** Timeline Logo's **/
    
    .timeline-logo {
        padding: 50px 0px;
    }
    
    .timeline-logo ul {
        list-style: none;
        display: flex;
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .timeline-logo ul li {
        
        padding: 0% 1%;
    }
    
    .timeline-logo ul li img {
        width: 100%;
    }

section.market-overviews .graph-title {
    margin: 45px 0 20px 0;
}

.invalid {
    border-color: red !important;
}
.moreRead{display: none;}
.ajax-response-output {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    font-size: 14px;
}
a.nonDis_Aggrement:hover {
    background: transparent;
    color: #19a4ba;
    text-decoration: underline;
}

a.nonDis_Aggrement {
    border: none;
    box-shadow: none;
    font-size: 18px;    
    padding: 0;
}

.alert-success {
    color: #155724;
    background-color: #eeeaf4;
    border-color: #c3e6cb;
    padding-top: 15px;
    font-size: 16px;
    line-height: 26px;
}
.our-products table {
    color: #fff;
     border: 1px solid #dee2e6;
     width: 100%;
    margin-bottom: 1rem;
}

.form-control:focus {  
    box-shadow: 0 0 0 0.0rem rgb(0 123 255 / 25%);
}
.header-contact a, .contact-info a {
    color: #3F3F41;
}
.news-letter input.wpcf7-form-control.wpcf7-submit {
    color: #3ea4b6;
background: #fff;
border-radius: 10px;
padding: 0px 28px;
font-size: 16px;
height: 40px !important;
display: inline-block;
line-height: 40px;
font-weight: 700;
box-shadow: 3px 3px 8px #358c9b;
border: none;
margin: auto;
position: absolute;
right: 0;
}

.news-letter input.wpcf7-form-control.wpcf7-submit:hover {
    background: #3ea4b6;
    color: #fff;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    color: #3ea4b6;
background: #fff;
border-radius: 10px;
padding: 0px 28px;
font-size: 16px;
height: 40px !important;
display: inline-block;
line-height: 40px;
font-weight: 700;
box-shadow: 3px 3px 8px #358c9b;
border: none;
margin: auto;
width: auto;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #3ea4b6;
    color: #fff;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0px!important;
}

#exampleModalCenter{z-index: 999999;padding-right: 0px !important;}

#enquiryFormSubmit, #enquiryFormSubmit1, #enquiryFormSubmit2, #enquiryFormSubmit21{
    background:#19a4ba; 
    color:#fff;
    border-radius: 10px;
    padding: 0px 28px;
    font-size: 16px;
    height: 40px !important;
    display: inline-block;
    line-height: 40px;
    font-weight: 700;
    box-shadow: 3px 3px 8px #358c9b;
    border: none;
    margin: auto;
        width: auto;
    
}

.moreBtn{color: rgb(33, 37, 41);
    font-weight: 500;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none;
    padding: 0px 0px 10px; position: absolute;
bottom: 20px; font-style: italic;}
#myBtn_5{bottom: -1px;}

.sy-2 .moreBtn{}
div#sgpb-popup-dialog-main-div {
    max-width: 500px !important;
}

/*
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}
*/
#regForm, #regForm1, #regForm2{
    background-color: #ffffff;
    margin: 30px auto auto;
       padding: 20px !important;
    width: 100%;
    min-width: 300px;
    max-width: 80%;
}
#regForm2 {
    background-color: #ffffff;
    margin: 0px auto auto;
    padding: 20px;
    width: 100%;
    min-width: 300px;
    max-width: 80%;
}

#regForm h1, #regForm1 h1, #regForm2 h1 {
  text-align: center;  
}

#regForm input, #regForm1 input, #regForm2 input {
  /*padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;*/
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
#regForm1 .tab1  {
  display: none;
text-align:left;
}
#regForm .tab {
  display: none;
text-align:left;
}
#regForm2 .tab2 {
  display: none;
text-align:left;
}

#regForm21 .tab21 {
  display: none;
text-align:left;
}

/*#regForm button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}*/

#regForm button:hover, #regForm1 button:hover, #regForm2 button:hover {
  opacity: 0.8;
}

.dot {
    display: inline-block;
    margin: 0 !important;
}

/*#prevBtn {
  background-color: #bbbbbb;
}*/

/* Make circles that indicate the steps of the form: */
/*.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}*/

.step.active, .step1.active, .step2.active, .step21.active {
  opacity: 1;
}
.step {
    display: none;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #3f3f3f !important;
}
 
.step1, .step2, .step21 {
    display: none;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #3f3f3f !important;
}
.step.active, .step1.active, .step2.active, .step21.active{display:block;}

ul#menu-main-menu.open {
    display: block !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    display: inline-block;
    float: right;
    margin: 10px auto;
    width: 90%;
    text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    float: right;
    margin: 10px auto;
    width: 90%;
    text-align: center;
    font-size: 14px;
}

.mt-50{margin-top:50px;}
.mb-50{margin-bottom:50px;}
button:focus{outline:none;}
.w-59{max-width:59%;}

.owl-prev {
    display: none !important;
}

#owl-demo2 .owl-prev {
    display: block !important;
}

#blog-demo1 .owl-prev,#blog-demo2 .owl-prev,#blog-demo3 .owl-prev{
display: block !important;
}

.newInner {
    height: 620px;
}
.mediaInner {
    height: 500px;
}


/* Newsroom css start */


.newInner, .mediaInner {
    padding: 20px;
    background: #d1e9ee;
    width: 90%;
    margin: 0 auto;
    border-radius: 0px 50px 0px 50px;
}

.newInner h3, .mediaInner h3 {
    padding: 0;
    font-size: 15px;
    padding-top: 20px;
    line-height: 22px;
    /*height: 80px;*/
}

.newInner img, .mediaInner img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-section {    
    padding: 40px 0px;
}
.media-section {
    background-color: #e0dedf;
    padding: 40px 0px;
}
.video-section {
    background-color: #cbeaef;
    padding: 40px 0px;
}

.page-template-template-newsroom .owl-theme .owl-controls {
    position: absolute;
    margin: 0;
}

.page-template-template-newsroom .owl-theme .owl-controls .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.page-template-template-newsroom .owl-theme .owl-controls .owl-nav .owl-prev, 
.page-template-template-newsroom .owl-theme .owl-controls .owl-nav .owl-next {
    position: unset;
    background-position: center;
    width: 100px;
    background-color: #fff;
    padding: 0px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 3px solid #1d9dac;
   margin: 0% 5%;
    line-height: 32px;
    color: #1d9dac;
    font-weight: 700;
}

.page-template-template-newsroom .owl-theme .owl-controls .owl-nav div {
    background: #fff !important;
}
.page-template-template-newsroom .owl-theme .owl-controls .owl-nav .owl-next {
    background-position: right !important;
}

.page-template-template-newsroom .owl-theme .owl-controls .owl-nav .owl-prev .fa, 
.page-template-template-newsroom .owl-theme .owl-controls .owl-nav .owl-next .fa {
    padding: 0px 6px;
    line-height: 30px;
}

.bolg-row>h3, .media-row>h3, .video-row>h3 {
    font-size: 30px;
    padding-bottom: 35px;
}
.video-row .v-slider {
    padding: 0;
}
.blog-section .newInner p:last-child {
    margin: 0;
    position: absolute;
    bottom: 33px;
    display: block;
    width: 80%;
}

.mediaInner p:last-child {
    position: absolute;
    bottom: 25px;
}
.blog-section .newInner p:last-child em {
    font-weight: 800;
}
.blog-section .newInner p:last-child a {
    text-decoration: underline;
}

#regForm21 a.nonDis_Aggrement { 
     color: #3ea4b6;
}
/* Newsroom css End */



@media (max-width:767px) {
    p.mob-view img{
         width: 100%!important;
           height: auto!important;
    }
       div#sgpb-popup-dialog-main-div {
        width: 315px !important;
        margin-left: -2% !important;
        padding: 20px 20px 0px !important;
       margin-top: 7% !important;
           
    }
    .sgpb-popup-dialog-main-div-theme-wrapper-1 img.sgpb-popup-close-button-1 {
    top: 12px;
    right: 1px !important;
}
    .sgpb-main-html-content-wrapper p {
        font-size: 14px !important;
    }
    .blog-section .newInner p:last-child {
        display: flex;
        width: 100%;
        position: unset;
        font-size: 16px!important;
    }
    .newInner {
        height: auto!important;
    }
.blog-section .newInner p:last-child a {
    width: 125px;
}
    
    .bolg-row>h3, .media-row>h3, .video-row>h3 {
      padding-bottom: 0px;
    }
    .page-template-template-newsroom .owl-theme .owl-controls .owl-nav {
    padding-top: 50px;
}
    section.blog-section {
    padding-top: 10px;
}
.newInner, .mediaInner {
    padding: 0;
}
    
    .page-template-template-newsroom section.video-section {
    padding-bottom: 30px !important;
}

.page-template-template-newsroom section.video-section .owl-theme .owl-controls .owl-nav {
    padding-top: 30px;
    padding-bottom: 0;
}
    
.blog-section, section.media-section, section.video-section {
    padding-bottom: 80px;
}
.our-service {
    padding: 50px 10px;
}
    .our-story-1 .owl-stage .owl-item .item {
    border-right: none !important;
}
    
    .ab-img-01 {
    position: relative;
    right: 0;
    bottom: 0px;
}
.mt-50{margin-top:10px;}
.mb-50{margin-bottom:10px;}
.w-59{max-width:100%;}  
    
.moreBtn {
    color: rgb(33, 37, 41);
    font-weight: 500;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none;
    padding: 0px 0px 10px;
    position: relative;
    bottom: 0;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
     
.sy-1 p {
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
}
.sy-2 p {
    text-align: left;
    margin-bottom: 5px;
    max-width: 100%;
    float: right;
}   
    

        .timeline-horizontal .timeline-item {
            width: 100%;
            min-width: 100%;
            height: auto;
            display: flex;
            padding-bottom: 40px;
            border-top: 3px solid #61a8b6;
        }
        .timeline-horizontal .timeline-item .timeline-badge {
            top: -2px;
            left: 0;
        }
   
        .timeline-logo {
            padding: 0;
        }
        .timeline-logo ul {
            display: block;
            max-width: 100%;
        }
        .timeline-logo ul li {
            width: 32%;
            display: inline-block;
            padding-bottom: 20px;
        }
    
    
section.timeline-section.market-overview h4 {
    padding-left: 0;
    margin: 0 auto;
}

.footerLolos .lastLogo.p-logo img{
    width: 100%!important;
    height: auto;
}
.firstLogo.p-logo{
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: 18% 18% 28% 28%;
    justify-content: space-between;
}
.footerLolos .firstLogo.p-logo img {
    width: 100% !important;
    min-width: 100% !important;
  
}

.middleLogo.p-logo img {
    width: 100%;
    min-width: 40%;
}

.contact .col-md-6.mb-md-0.mb-5 {
    order: 2;
        margin-top: 40px;
}


    }


@media (max-width:575px) {
#regForm, #regForm1 , #regForm2 {
    padding: 0;
}   
#enquiryFormSubmit2, #enquiryFormSubmit21 {
    padding: 0px 14px;
}
.step-btns #enquiryFormSubmit {
    padding: 4px 15px !important;
    height: auto!important;
    line-height: normal !important;
    border: 2px solid #19a4ba !important;
}

.step-btns button {
     padding: 4px 12px;
    margin: 0 0px;
}

    #enquiryFormSubmit1 {
    padding: 0px 14px;
}
	 #enquiryFormSubmit2, #enquiryFormSubmit21{
    padding: 0px 14px;
}

.downloan-bro {
 
    padding: 5px 16px 8px;
    display: block;
}
.enquiry-btn.text-center.p-3 {
    padding: 0px!important;
}
 #regForm1 {
    padding: 10px!important;
    width: 100%;
    max-width: 100%;
    min-width: 100%!important;
}
  
  .nonDis_Aggrement{padding: 11px 2px !important;
    line-height: 40px;}
  
  .step-btns span {
    padding: 0 10px;
    color: #595a5c;
}

 #regForm a.nonDis_Aggrement { 
     display: inline;
    line-height: 42px;
} 




}   

div#demoModal{
padding-right: 0px!important}
.tab1.ques a {
    padding: 0px 0px;
}

/** 10-7 **/

.nids a {
    color: #19a4ba;
    border-radius: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    height: auto !important;
    display: inline-block;
    line-height: 36px;
    font-weight: 400;
    box-shadow: none;
    text-decoration: underline;
}
.nids a:hover {
    background: none;
    color: #19a4ba;
    text-decoration: underline;
}
.nids p{
    margin-bottom:5px;
    }
.expertise-block h3{
    font-size: 1rem;
}
.expertise-block {
    background-color: #4daebd;
    width: 80%;
    margin: 0 auto -9%;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: -1px 2px 5px 3px #5a6267;
}
.expertise-block a {
    color: #19a4ba;
    border-radius: 10px;
    border: #19a4ba 3px solid;
    padding: 0px 28px;
    font-size: 21px;
    height: 46px !important;
    display: inline-block;
    line-height: 36px;
    font-weight: 700;
    box-shadow: 2px 2px 8px #555;
    background-color: #fff;
    margin-top:25px;
    text-transform: capitalize;
}
.join-us a.makeEnquiry {
    text-transform: capitalize;
}
.expertise-block p, .expertise-block h3,
.expertise-block h6 {
    margin: 0;
}
body.home.page-template-default.page.page-id-11 footer {
    padding-top: 150px;
}
.expertise-block a:hover {
    text-decoration: none;
}

/** Our Story **/
    section.market-overview-section {
    padding: 40px 0px;
}

.mo-blue-box {
    background-color: #4daebd;
    padding: 25px;
    border-radius: 0px 25px 0px 25px;
    color: #fff;
}

.mo-blue-box h4 {
    display: block;
}

.mo-blue-block {
    display: flex;
    margin-top: 20px;
}

.left-blue-box {
    margin-right: 25px;
    border-right: 3px solid #fff;
    padding-right: 20px;
}

.mo-blue-block p {}

.right-blue-box ol {
    padding-left: 17px;
}

.right-blue-box ol li>ol {
    padding-left: 0px;
    list-style-type: lower-latin;
    font-size: 14px;
}

.right-blue-box {}

.right-blue-box>ol li {
    padding-bottom: 10px;
}

.right-blue-box>ol li ol li {
    padding: 0;
}

section.market-overview-section {
    padding: 50px 0px;
}

.left-blue-box,
.right-blue-box {
    width: 50%;
}

.mo-blue-box h4 {
    margin-bottom: 0px;
}

.left-blue-box p span {
    background: #fff;
    color: #4daebd;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 22px;
    padding-bottom: 1px;
    font-weight: 600;
}


.mo-blue-box.blue-box2 {
    /*border-radius: 0px 25px 0px 0;*/
    margin-top: 25px;
}

.right-blue-box ol ol+p {
    margin-bottom: 0px;
}
.mo-blue-box.blue-box2 .left-blue-box {
    border: 0;
}

.left-blue-box ul,
.right-blue-box ul {
    padding-left: 20px;
}

.mo-light-blue-box {
    background: #c7eef5;
    padding-top: 30px;
    border-radius: 0 0 0 25px;
    box-shadow: 0 0 10px #999;
}

.mo-light-blue-box .mo-light-blue-graph {
    background: #eaf8f9;
    padding: 0 25px;
}

.mo-light-blue-graph h3 {
    margin: 0;
    padding: 40px 0 30px;
}

.mo-light-blue-graph.py-5 {
    border-radius: 0 0 0 25px;
}

.budget-table thead th {
    background: #00afbe;
    color: #fff;
}
.budget-table.table-bordered td,
.budget-table.table-bordered th {
    border: 1px solid #fff;
}
.budget-table tbody td {
    background: #bce9ee;
}
.budget-table tfoot td {
    background:#eaeade;
}
.budget-table tbody td:first-child,
.budget-table tfoot td:first-child {
    background: #9fe0e6;
}
.budget-table tfoot td:not(first-child) {
    font-weight:600;
}
.table.budget-table {
    margin-bottom: 0;
}

.enquiry-btn a {
    background-color: #fff;
    padding: 11px 28px;
    color: #4daebd;
    font-weight: 600;
    border-radius: 8px;
    font-size: 21px;
    text-decoration:none;
    text-transform: capitalize;
}
.mo-light-blue-graph h4, .mo-light-blue-graph p {
    color: #3f3f3f;
}
.firstLogo img {
    width: 105px;
}

.lastLogo img {
    width: 100% !important;
    margin: 17px 0px;
}
section.join-us h4 {
    text-transform: uppercase;
}
.f-logo {
    max-height: 86px;
}
.home .sgpb-theme-1-overlay.sgpb-popup-overlay-372.sgpb-popup-overlay {
    z-index: 99999999 !important;
}
.home .sgpb-popup-dialog-main-div-theme-wrapper-1 {
    z-index: 999999999 !important;
}

label.rd-btn em {
    box-shadow: none !important;
}

.tab.ques a.nonDis_Aggrement {
    box-shadow: none;
    padding: 0;
    border: 0;
}
@media(max-width: 1024px){
    .social-links a img {
    width: 25px;
    margin-right: 5px;
}
.social-links{
    margin-top: 0px;
}
}
@media (max-width: 991px){
    .order-style-2 {
    flex-direction: column-reverse;
    row-gap: 15px;
}
}
@media (max-width: 767px){
    .expertise-block #regForm {
    padding: 13px;
    /* margin-left: -10px;*/
    min-width: 100%;
}
  .footer-sites {
flex-wrap: wrap;
}
.expertise-block #regForm {
    padding: 13px !important;
    margin-left: 0 !important;
    min-width: 100%  !important;
}
    form.wpcf7-form.invalid .wpcf7-response-output {
    border-color: red !important;
    color: red;
    padding: 3px 10px !important;
    width: 78% !important;
    right: 40px;
    bottom: 10px;
    font-size: 15px;
    line-height: 17px;
}
.contact-form {
    padding-bottom: 30px;
}
    
   /* .step-btns {
        width: 296px;
    }*/
    
   .step-btns {
    width: 100%;
    float: none!important;
    padding: 10px 0px;
}
    
    .mo-blue-block {
        display: block;
    }
    .left-blue-box, .right-blue-box {
        width: 100%;
    }
    .left-blue-box {
        border: 0;
        margin-right: 0px;
        padding: 0px;
    }
    
    body.home.page-template-default.page.page-id-11 footer {
        padding-top: 80px;
    }
    .expertise-block {
        width: 95%;
        padding: 25px;
    }
    .nids h2 {
        font-weight: normal !important;
    }
    .f-logo {
        /* max-height: 89px; */
        max-width: 270px;
    }
    .social-links {
        padding-left: 7%;
    }
    
    
    
}
    body.page.page-id-597 .content-area ul {
    padding-bottom: 40px;
    padding-left: 20px;
    }
    
    body.page.page-id-597 .content-area ul li a {
        color: #3f3f3f;
        line-height: 30px;
    }
    
    
    @media(max-width: 575px){
        .social-links {
    padding-left: 0px;
}

#regForm2 {
    background-color: #ffffff;
    margin: 45px auto auto;
    padding: 20px;
    width: 100%;
    min-width: 300px;
    max-width: 80%;
}
        
    }
    
    
        @media(max-width: 767px){
.hundred img {
    width: 240px!important;
}

.footer_verticallogo img{ display: inherit;}
.footer_verticallogo>.middleLogo.p-logo img {
    width: 160px;
    margin-top: 2px;
}
.firstLogo.p-logo.farst-certificate{
margin-top: 0px;
}
.firstLogo.p-logo .firstLogo.p-logo {
    flex-wrap: wrap;
}
.footer_verticallogo {
    width: 100%;
    text-align: left;
}
.firstLogo.p-logo a img, .lastLogo.p-logo a img {
    width: 100px;
    min-width: 117px;
}
.middleLogo.p-logo img {
    height: auto;
    margin-right: 0px;
}

.footer_verticallogo img{margin-bottom:0px;}

.firstLogo.hundred {

 margin-top: 30px;

}

.lastLogo img {
    width: 100% !important;
    margin: 0px 0px;
}
        
    }
    
    
    
    
/* New mobile header css  */

.contact-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
width: 100% !important;
}  

.contact-form .ans-input{
    margin-bottom: 4px
}
    
.contact-form input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #3ea4b6;
    margin-top: 10px;
    font-style: normal;
}    
  

.modal-body.contact-form p ~ p {
    margin-bottom: 10px;
}
.modal-body.contact-form p {
    margin: 0px 0px 0px;
}
.modal-body.contact-form p{
    font-size: 16px!important;
}
.modal-body.contact-form {
    /*background: transparent;*/
    padding: 10px 20px 30px;
    border-radius: 0px;
    width: 100%;
}
.Eqnuriyform .modal-content {
    background-color: #FFF!important;

    border: 0px;
  
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
   
}

.Eqnuriyform .modal-content .modal-body{
   
    padding: 10px 20px 5px 20px!important;
   
  
   
   
}
.cf7ic-style1 .cf7ic-icon-wrapper svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    box-sizing: content-box!important;
}
.Eqnuriyform .modal-content .modal-body span.wpcf7-form-control.wpcf7-cf7ic {
    border: none;
    display: block;
    width: 100%;
    text-align: center;
}
.Eqnuriyform .modal-content  p{
    margin: 0px 0px 0px;
}
.Eqnuriyform .modal-content h5#exampleModalLongTitle{
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}
.Eqnuriyform .modal-content .wpcf7 form.invalid .wpcf7-response-output, .Eqnuriyform .modal-content .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    display: inline-block;
    float: right;
    margin: 0px auto 10px;
    width: 100%;
    text-align: center;
}
.Eqnuriyform .modal-content .close{
        display: block;
    position: absolute;
    outline: none;
    top: -12px;
    right: -12px;
    z-index: 10000;
    outline: none;
    background: url('https://homecaringfranchise.com.au/wp-content/uploads/2023/08/close.png') center center no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 1;
}
.Eqnuriyform .modal-content .tab2.ques select {
    background: #d5eaea;
    background: transparent;
}
.Eqnuriyform .modal-content  p{
     font-size: 16px!important;
     color: #000;
}
.Eqnuriyform .modal-content  .ans-input{
    font-style: normal;
    margin-bottom: 5px;
    font-size: 16px;
      margin-top: 8px;
    height: auto;
    font-weight: 400;
    padding: 4px 5px !important;
    border: 1px solid #ccc!important;
    line-height: normal;
    color: #000;
}
.Eqnuriyform .modal-content .submitbtntt{
   text-align:  center;
   margin-top: 15px;
}
.tab2.ques.agreementCheck{
    margin-top: 10px;
}

.Eqnuriyform .modal-content .submitbtntt input{
    margin: auto;
    width: 50%;
    height: 40px;
    display: block;
    padding: 4px 5px !important;
    line-height: normal;
}
.Eqnuriyform .modal-content .wpcf7-spinner{
    /*visibility: hidden;*/
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.Eqnuriyform .modal-content span.captcha-image.cf7ic-style1, .contact-form span.captcha-image.cf7ic-style1{
    padding: 0px;
}
.Eqnuriyform .modal-content .ques{
   margin-bottom: 0px!important;
}
.Eqnuriyform .modal-content span.wpcf7-form-control.wpcf7-radio.ans-input, .contact-form span.wpcf7-form-control.wpcf7-radio.ans-input {
    border: 0px!important;
    padding: 0px!important;
}
.contact-form span.wpcf7-form-control.wpcf7-radio.ans-input input {
  width: auto;
}
.Eqnuriyform .modal-content  span.cf7ic-icon-wrapper label{
       margin-bottom: 0px!important; 
}
.Eqnuriyform .modal-content span.wpcf7-form-control.wpcf7-radio.ans-input label {
    margin-bottom: 0px!important;
}
span.cf7ic-icon-wrapper{
       margin-bottom: 0px!important;
}
 .contact-form span.wpcf7-form-control.wpcf7-cf7ic {
    display: block;
    width: 100%;
    text-align: center;
}
 .contact-form  p.submitbtntt{
     text-align: center;
}
.contact-form p.submitbtntt{
    position: relative;
}
.contact-form .wpcf7-spinner {
    display: block;
    margin: auto;
    position: absolute;
    right: 0px;
    top: 20px;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    width: 100%!important;
    display: block!important;
}
.Eqnuriyform .modal-content span.cf7ic-icon-wrapper, .contact-form span.cf7ic-icon-wrapper {
    display: block;
}
.Eqnuriyform .modal-content span.cf7ic-icon-wrapper i, .contact-form  span.cf7ic-icon-wrapper i{
    font-size: 30px!important;
    padding-bottom: 0px;
}
.f-text div#text-3 ul li a {
    display: block;    padding: 0px 0!important;
}
.f-text div#text-3 ul li {
    margin: 5px 0px;
}
@media(max-width: 767px){
    .tab2.ques.agreementCheck span.wpcf7-list-item.first {
    margin-left: 0px;
}

body .container p, .expertise-block h3 {
    font-size: 20px!important;
    word-break: break-word;
    line-height: 45px!important;
}
.middleLogo {
    flex-wrap: wrap;
}
.wpcf7-form-control-wrap {
    margin-bottom: 8px;
    display: block;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    width: 100%!important;
    display: block!important;
}
.tab2.ques.agreementCheck span.wpcf7-form-control-wrap {
    display: block;
}
}