
/*================================================

[  Table of contents  ]

================================================

 :: Typography
 :: header
    1). Hamburger
 :: Footer8
 :: homepage-banner
 :: Babysitter Registration page
    1). Video-box

 :: Parent Registration Page
 :: Babysitter list page
 :: Babysitter Profile Page
 :: Apply-page
    1). Babysitter Jobs Tab
    2). Upload Documents
    3). Applications
    4). My Account

 :: Parents Portal
 :: Our-Process
 :: Reset-Password
 :: Thankyou Page
 :: My-Application
 :: Parent-Process
 :: Formula Page
 :: I am a Parent Page
 :: Client Area
 :: Our Team
 :: Who We Are
 :: FAQ
   

======================================

[ End table content ]

======================================*/



/*****************************

  Typography

*****************************/
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    height: 100%;
    /* overflow-y: scroll;
    -webkit-overflow-scrolling: touch; */
}

object {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y mandatory;
}



@media(max-width: 768px) {
    object {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: y mandatory;
    }

    object::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        overflow: scroll;
        height: auto;
        -webkit-overflow-scrolling: touch;
    }

    object::-webkit-scrollbar-thumb {
        border-radius: 4px;
        overflow: scroll;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

}



@font-face {
    src: url("../myfont/Montserrat-Regular.ttf");
    font-family: 'Montserrat';
}



@font-face {
    src: url("../myfont/BodoniFLF-Roman.ttf");
    font-family: 'bodoni';
}


.bodoni {
    font-family: 'bodoni';
}





/* ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
} */

.my-mt_10{
    margin-top: 100px;
}


::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}



body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    color: #666666;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* height: 100%; */
}



a {
    outline: medium none !important;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



a:focus {
    color: #fcdb02;
    text-decoration: none !important;
}



a:hover {
    color: #fcdb02;
    text-decoration: none !important;
}



input {
    outline: medium none !important;
    color: black;
    /* color: #fcdb02; */
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bodoni", sans-serif;
    /*font-family: 'Quicksand', sans-serif;*/
    color: #000000;
    margin-top: 0px;
    font-weight: 700;
}



h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}



label {
    font-weight: normal;
    font-family: 'Montserrat';
}

h1 {
    font-size: 42px;
    font-style: normal;
}


h2 {
    font-size: 36px;
}


h3 {
    font-size: 25px;
}


h4 {
    font-size: 24px;
}



h5 {
    font-size: 20px;
}


h6 {
    font-size: 18px;
}


p {
    line-height: 1.9;
}

.form-group {
    margin-bottom: 0.5rem !important;
}


.btn {
    font-size: 18px;
    border-radius: 5px;
    transition: 0.5s;
}



.btn:hover {
    color: #000000;
    background: #fff;
    font-weight: 600;
}



.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(156 156 156 / 25%);
}



.btn i {
    padding-right: 5px;
}


@media(min-width: 768px) {
    .pl-md-6 {
        padding-left: 6rem !important;
    }
}





/*****************************

  header

*****************************/



.header-section {
    /*    background: rgb(62 184 255 / 25%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);*/
    /* background: #72bb53; */
    /* background: #000; */
    /* box-shadow: 1px 2px 0px 0 #7ed956; */
    /* backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); */
    /*padding: 15px 25px;*/
    /*text-align: center;*/
    width: 100%;
    z-index: 111111 !important;
    /* border-bottom: 2px solid #000; */
}



.top-nav {
    /* display: inline-flex; */
    width: 100%;
    /* align-items: center; */
    /* justify-content: flex-end; */
}


.header-section nav .navbar-nav li a.nav-link {
    font-family: "Montserrat", sans-serif;
    /* font-weight: bold; */
    font-size:14px;
}

@media screen and (min-width: 1000px) and (max-width: 1315px) {
    
    .header-section nav .navbar-nav li a.nav-link {
     font-size:13px!important;
    }
}



.navbar-nav {
    width: 100%;
    justify-content: center;
    align-items: center;
}



.bloom-header-list .navbar-nav .nav-item {  /*changes*/
     margin-right:5px; 
    /*margin-right: 30px;*/
     /* width: 100%;  */
    /* text-align: center; */
}

.bloom-header-list .navbar-nav .nav-item.menu-contact-info {  /*changes*/
    text-align: center;
}

@media(max-width:991px){
   .bloom-header-list .navbar-nav .nav-item {  /*changes*/
        width: 100%; 
    /*text-align: center;*/
} 
}


.home-btn {
    padding: 5px 20px !important;
    border-radius: 6px;
    border: 1px solid #fff;
    font-weight: 500 !important;
    background: #92d36e;
    color: #000;
    letter-spacing: 2px;
}



.light-green-btn {
    background: #00ff00;
    box-shadow: 1px -1px 3px 0px #282927;
    padding: 0px 15px;
    letter-spacing: 2px;
    font-weight: 600;
}



.light-green-btn:hover {
    background: #8ec476;
    color: #fff;
}



.lang-selector select {
    border-radius: 0;
    font-size: 10px;
    background: #000;
    color: #fff;
}



.lang-selector select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(156 156 156 / 25%);
    background: #000;
    color: #fff;
}



.header-section .navbar-toggler {
    border: none;
    /* background-color: #8080804a; */
}



.header-section .navbar-toggler:focus {
    outline: none;
}



/*@media(max-width: 1440px) {*/

/*    .header-section {*/

/*        padding: 25px 0 10px 0;*/

        /* position: relative; */

/*        z-index: 1;*/

/*    }*/

/*}*/





/*========= Hamburger ============*/



#hamburger-toggle {
    width: 28px;
    height: 30px;
    margin: 10px auto;
}



#hamburger-toggle div {
    width: 100%;
    height: 5px;
    background: #000;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}



#hamburger-toggle.on .one-toggle {
    transform: rotate(45deg) translate(5px, 5px);
}



#hamburger-toggle.on .two-toggle {
    opacity: 0;
}



#hamburger-toggle.on .three-toggle {
    transform: rotate(-45deg) translate(7px, -8px);
}

/*.site-name h1 {*/

/*    color: #fff;*/

/*    width: fit-content;*/

/*    transition: 0.5s;*/

/*    font-weight: bold;*/

/*}*/

.site-name{
    display: block;
    text-align: center;
}

/*.site-name h1:hover {*/

/*    color: inherit;*/

/*    transition: 0.5s;*/

/*}*/



.site-name h3:hover {
    color: inherit;
    transition: 0.5s;
}



@media(max-width: 991px) {

    /* .top-nav button{

        display: none;

    } */

    .site-name {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: center;
    }

    .menu-contact-info {
        margin-bottom: 15px;
        padding: 0 15px;
    }

}



@media(max-width: 768px) {
    .break_desktop {
        display: none;
    }
}



@media(max-width: 991px) {
    .header-section .container-fluid {
        padding-right: 0;
    }

    .site-name h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .top-nav {
        justify-content: space-between;
        display: block;
    }

    .bloom-header-list {
        position: relative;
    }

    #navbarNav {
        position: absolute;
        background: #000000;
        right: 0px;
        top: 50px;
        padding: 15px;
        width: 100%;
        z-index: 111;
    }

    @media(max-width:991px){
       #navbarNav{
           right:0;
       } 
    }

    .top-nav button { /*changes*/
        /* width: 100%; */
        text-align: end;
        margin-left: 84%;

    }
    @media(max-width:914px){
        .top-nav button { /*changes*/
            margin-left: 81%;
        }
    }
    @media(max-width:768px){ /*changes*/
        .top-nav button {
             margin-left: 0px;
        }
    }

    @media(max-width:991px){
        .header-section{
            background-color: transparent !important;
        }
    }
    .navbar-nav {/*changes*/
        /* align-items: flex-start; */
    }

    .bloom-header-list .navbar-nav .nav-item:first-child { /*changes*/
        margin-right: 0;
        margin-bottom: 10px;
        /*text-align: center;*/
        /* width: 100%; */

    }

    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: 11px;
    }

}



@media(min-width: 991px) {
    .mobile-header-item-storer {
        display: none;
    }
}





/*****************************

  hmepage-banner

*****************************/



.homepage {
    background: url(../img/homepage/home-banner.jpg);
    background-size: cover;
    /*height: calc(100vh - 50px);*/
    /*height: calc(100vh - 160px);*/
    display: flex;
    align-items: center;
    padding: 25px 0 0 0;
    background-position: center;
}



.login-form {
    margin-top: 50px;
    padding: 15px 25px;
    background: rgb(62 184 255 / 25%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    width: 50%;
    margin: auto;
}


.login-form label {
    color: #fff;
}


.submit-btn {
    background: #1c7fb7;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
    /*border: 2px solid #46e201ab;*/
    border: 1px solid #5d8aca;
    font-weight: 900;
    letter-spacing: 3px;
    padding:9px .75rem;
}


.submit-btn:hover {
    color: #ffffff;
    background: #0a8fda;
    font-weight: 600;
    border: 1px solid #fff;
}



.heading-log-reg {
    text-align: center;
}



.register-panel {

    height: 100%;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.reg-elements {

    width: 100%;

}



span.type {

    color: #000;

    font-weight: 700;

}



.register-as {

    display: block;

    justify-content: center;

    width: 100%;

    align-items: center;

    text-align: center;

}



a.reg-btn {

    background: rgb(62 184 255 / 25%);

    color: #fff;

    margin-bottom: 15px;

    border: 1px solid #fff;

    width: 50%;

    font-weight: 700;

    /*text-transform: uppercase;*/

    letter-spacing: 3px;

}



@media(max-width: 768px) {

    .homepage {

        height: 100%;

        background-position: initial;

    }

    .homepage .video-box {

        margin-bottom: 50px;

    }

}





/*****************************

  Footer

*****************************/





/*.footer-banner{

    background: url(../img/footer-bg.jpg);

    background-position: center;

    background-size: cover;

    height: 30vh;

}*/



.footer {

    /* background: #92d36e; */

    background: #1470af;

    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */

    backdrop-filter: blur(4px);

    -webkit-backdrop-filter: blur(4px);

    padding: 30px 0 30px 0;

    width: 100%;

    margin-bottom: 0;

    /* border-top: 2px solid #000; */

}



.footer-content {

    /* background: #7ed956; */

    padding: 20px 0;

}



/*.footer-content .footer-heading h3 {*/

/*    color: #fff;*/

/*    font-size: 35px;*/

/*    font-weight: 600;*/

/*    margin-bottom: 0;*/

/*}*/

.footer-content .footer-heading h3 {/*changes*/

    color: #fff;

    font-size: 27px;

    font-weight: 600;

    margin-bottom: 0;

}



span.footer-contact-info {

    font-weight: 100 !important;

    font-family: 'Montserrat' !important;

    font-size: 16px !important;

    color: #000 !important;

}



.footer-flashes {

    display: flex;

    justify-content: center;

}



.flashes {

    background: #3d8af7;

    margin: 0 10px;

    width: 250px;

    border-radius: 10px;

}



.flashes h3 {

    margin-bottom: 0;

    line-height: 2;

    color: #fff;

    font-weight: 900;

    font-size: 22px;

    letter-spacing: 2px;

    font-family: 'Montserrat' !important;

}



.copyright p {
    margin-bottom: 0;
    color: #000;
    line-height:2rem;
    font-weight: bold;
    font-size: 14px;
}

.copyright{
    margin-top:-5px;
}



.copyright a {
    color: #005aff;
}



.footer-address {
    margin-top: 20px;
    color: #fff;
}



@media(max-width: 768px) {
    .footer-heading h3 {
        font-size: 28px;
    }

    .flashes h3 {
        font-size: 16px;
    }

    .footer-address p {
        margin-bottom: 0;
        font-size: small;
    }

    .footer-flashes .flashes:first-child h3 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}





/*****************************

  babysitter registration page

*****************************/





/*video-box*/

.video-box2{
    display: flex;
    align-items: center;
    height: 350px;
    width: 100%;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    margin-top: 50px;
    z-index: 11;
}

.video-box2 video{
   width: 100%;
   height: 350px;
}

.video-box {
    /* display: flex; */
    align-items: center;
    height: auto;
    width: 100%;
    justify-content: flex-end;
    position: sticky;
    top: 100px;
    margin-top: 58px;
}



.video-box video {
    width: 100%;
}



.registration-page:before {
    /*content: '';*/
    background: url(../img/mother.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: -200px;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
}



.registration-page {
    /*    padding-top: 50px; */
    /* background: url(../img/background.jpg); */
    /*background: url(https://images.unsplash.com/photo-1584890132374-d69d5d01483e?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1047&q=80); */
    background-size: cover;
    min-height: 85vh;
    /* height: 100%; */
    display: flex;
    align-items: center;
    padding: 50px 0 0 0;
}



.bby-regitration-section {
    padding-bottom: 50px !important;
}



.reg-form {
    padding: 15px;
    border: 1px solid #9c9c9c52;
    box-shadow: 0px 4px 12px #58585859;
    /*margin-bottom: 50px;*/
    background: #ffffffeb;
    color: #000;
}



.reg-form form .form-control {
    background: #ceedff;
    border-radius: 0;
    border: 2px solid #5d8aca;
}



@media(max-width: 768px) {
    .reg-form form .start_time,
    .reg-form form .end_time {
        display: inline-block !important;
        width: 100%;
        padding-left: 50px;
    }
}



.reg-form form .add-div input {
    background: #ceedff;
    border-radius: 0;
    border: 0px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 10px 10px 0px;
}



input.calc_difference {
    border: 0 !important;
    background-color: transparent !important;
}



input.calc_difference:focus {
    outline: none !important;
    box-shadow: none !important;
}



.ava-chart label {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
}



.table-head {
    background: #10a5fb;
    color: #fff;
    font-weight: bolder;
}



.ava-chart {
    display: inline-flex;
    width: 100%;
    align-items: center;
    background: #ceedff;
    border: 2px solid #46e201ab;
}



.ava-chart span {
    background: #abd7f1;
    padding: 6px 10px;
    font-size: 30px;
    line-height: 0;
    color: #fff;
}



.rotate_full {
    transform: rotate(180deg);
}



.schedule-table { /*changes 19/10/2021*/
    background: aliceblue;
    display: none;
}



.schedule-table .table th.hour-define {
    text-align: center;
    display: block;
}



@media(max-width: 768px) {
    .schedule-table {
        padding: 20px 10px;
    }

    .schedule-table .table th.hour-define {
        width: 90px;
    }
}



.remove-btn {
    background: #fff;
    color: #af5900;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #00000075;
    font-weight: 700;
}





/*****************************

  Parent Registration Page

*****************************/



.schedule-chart {
    display: inline-flex;
    width: 100%;
    align-items: center;
    background: #ceedff;
    border: 2px solid #46e201ab;
    border: 2px solid #5d8aca;
}



.schedule-chart-list {
    display: none;
}



.schedule-chart label {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
}



.schedule-chart span {
    background: #abd7f1;
    padding: 6px 10px;
    font-size: 30px;
    line-height: 0;
    color: #fff;
}



input.time-to:before {
    content: "Start";
    padding-right: 15px;
    font-weight: 600;
    font-size: 12px;
}



input.time-from:before {
    content: "Finish";
    font-weight: 600;
    padding-right: 15px;
    font-size: 12px;
}



@media(max-width: 768px) {
    input.time-to:before {
        width: 100px;
        position: absolute;
        left: 15px;
    }

    input.time-from:before {
        width: 100px;
        position: absolute;
        left: 15px;
    }

}



.day-schedule {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#edit_time_schedule .day-schedule

{

    display: block;

}



.day_name {

    width: 100px;

}



.total_job_hour {

    padding-top: 15px;

}



input.calc_difference::placeholder,

input.job_hour_box::placeholder {

    font-size: 12px;

    font-weight: 600;

}



.total_job_hour .form-group {

    display: flex;

    align-items: center;

    width: 100%;

    justify-content: flex-end;

}



input.job_hour_box {

    width: auto;

    margin-left: 15px;

}



.schedule-table.filter_schedule .table th.hour-define {

    font-size: 12px;

}





/*****************************

  Babysitter list page

*****************************/



.section-title h1 {

    text-align: center;

    font-size: 30px;

    width: 60%;

    margin: auto;

    text-transform: uppercase;

    color: #000;

    letter-spacing: 1px;

}



.section-title h1 span {

    margin-top: 5px;

    font-size: 15px;

    color: #444;

    word-spacing: 1px;

    font-weight: normal;

    letter-spacing: 2px;

    text-transform: uppercase;

    font-weight: 500;

    display: grid;

    grid-template-columns: 1fr max-content 1fr;

    grid-template-rows: 27px 0;

    grid-gap: 20px;

    align-items: center;

}



.section-title h1 span:after,

.section-title h1 span:before {

    content: " ";

    display: block;

    border-bottom: 1px solid #2a6ba1;

    border-top: 1px solid #2a6ba1;

    height: 5px;

    background-color: #fff;

}



.baysitters-area {

    padding: 100px 0px;

}



.baysitters-area .card {

    margin-bottom: 30px;

}



.baysitters-area .babysitterimg img {

    width: 100%;

    height: 350px;

    object-fit: cover;

}



.baysitters-area .babysittercontent {

    padding: 30px;

}



.baysitters-area .babysittercontent h2 {

    margin-bottom: 10px;

}



.baysitters-area .babysittercontent h5 {

    margin-bottom: 30px;

    color: #2a6ba1;

}



.baysitters-area .babysittercontent p {

    text-align: justify;

}



.baysitters-area .babysittercontent a {

    color: #2a6ba1;

}



.baysitters-area .page-link {

    color: #2a6ba1;

    background-color: #fff;

    border: 1px solid #2a6ba1;

}



.baysitters-area .page-item.active .page-link {

    z-index: 3;

    color: #fff;

    background-color: #2a6ba1;

    border-color: #2a6ba1;

}



@media(max-width: 768px) {

    .baysitters-area .babysitterimg img {

        width: 100%;

        height: 250px;

        object-fit: cover;

    }

    .baysitters-area .babysittercontent {

        padding: 15px;

    }

}





/*****************************

  Babysitter Profile Page

*****************************/



.babysitter-profile {

    /*padding: 50px 0;*/

    background: url(../img/background.jpg);

    background-size: cover;

}



.profile-side-info {

    /* position: -webkit-sticky; */

    /* position: sticky; */

    top: 10px;

    overflow-x: hidden;

    background: #f0f8ff;

}



.profile-area {

    background: #fff;

    /* border: 3px solid #0a3d94ad; */

    position: relative;

}



.profile-header {

    background: url(../img/building-banner.jpg);

    /* background-size: 100% auto; */
    background-size: cover;

    display: inline-flex;

    width: 100%;

    padding: 25px;

    align-items: center;
    height: 400px;

    /* justify-content: space-between; */

    /*border: 10px solid #fff;*/

    background-position: center;

}



.profile-img {

    width: 300px;

    height: 250px;

    border: 2px solid #FFF;

    position: relative;
    margin-left: 115px;
    margin-top: 95px;
   border-radius: 5px;
}



.profile-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;
    border-radius: 5px;

}



.profile-det {

    width: 100%;

    text-align: center;

}



.profile-det h3 {

    color: #fff;

    font-family: 'bodoni';

    text-transform: uppercase;
    font-size: 35px;

}



.profile-det p {

    color: #fff;

    font-weight: 700;

    text-align: center;
    font-size: 28px;

}



.profile-heading {

    background: #093e7e;

}



.profile-heading h3 {

    color: #fff;

    margin-bottom: 0;

    text-align: center;

    padding: 10px 0;

    font-size: 18px;

    width: 100%;

}



.babysitter-context {

    display: flex;
align-items: center;
}



.info-content {
    font-size: 20px;
}

.info-icon {
    display: inline-block;
    height: 15px;
    width: 35px;
    text-align: center;
}

.profile-side-info .schedule-table {
    display: block !important;
}


.display-schedule .schedule-table tbody .table-context {
    padding: 0.75rem 2px !important;
}


.profile-description {
    padding: 0 15px;
}

.apply-footer-btn-grp {
    position: relative;
}


.meet-hire-btn-goup {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 3px solid #0a3d94ad;
    background: #fff;
}


.action-btn {
    background: #093e7e;
    color: #fff;
    font-size: 14px;
    padding: 5px 50px;
}



.action-btn:hover {
    background: #0a3d94ad;
    color: #fff;
}


.logout-btn-area {
    position: absolute;
    right: 110px;
    bottom: 14px;
}



.logout-btn {
    font-size: 12px;
    border: 1px solid #008000;
    background: #008000;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 600;
    letter-spacing: 1px;
}



.logout-btn:hover {
    color: #008000;
}





/*=============================================================Index 2 Csss ========================================================*/



.store-logins {

    display: inline-flex;

    justify-content: center;

    width: 100%;

}



.login-div {

    padding: 15px 25px;

    background: rgb(62 184 255 / 25%);

    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);

    backdrop-filter: blur(4px);

    -webkit-backdrop-filter: blur(4px);

    border-radius: 10px;

    margin: auto 20px;

}



.login-div h3 {

    color: #fff;

    letter-spacing: 1px;

    /* background: #00ff00; */

    width: fit-content;

    /*padding: 0 15px;*/

    border-radius: 6px;

}



.or {

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 20px 0;

    color: #fff;

    text-transform: uppercase;

    font-weight: 700;

}



.action-btn_green {

    background: #8ec476;

    color: #fff;

    font-size: 18px;

    padding: 5px 50px;

    width: 100%;

    /*text-transform: uppercase;*/

    letter-spacing: 3px;

    font-weight: 900;

}



.action-btn_green:hover {

    background: #5dbd33;

    color: #fff;

    border: 1px solid #fff;

}



.reg-start-div {

    margin-top: 65px;

}



.log-start-div {

    margin-top: 30px;

}



.reg-start-div form label,

.log-start-div form label {

    color: #fff;

}



.error-login-links {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.error-login-links a {

    font-size: 10px;

    /*color: #fff;*/

    font-weight: 700;

}



.form-check.stay-connected {

    padding: 0;

    font-size: 10px;

    display: block;

    right: 10px;

}



.stay-connected label {

    color: #fff;

    font-weight: 700;

    padding-right: 5px;

}



.stay-connected .form-check-input {

    margin: 0;

}



.reg-link {

    margin-top: 50px;

}



.reg-link span {

    color: #fff;

}



.reg-link a {

    background: #60acd7;

    padding: 5px 15px;

    color: #fff;

    font-size: 14px;

    text-transform: capitalize;

    font-weight: 800;

    letter-spacing: 2px;

}



@media(max-width: 768px) {

    .store-logins {

        display: block;

    }

    .login-div {

        margin: 0;

        margin-bottom: 20px;

        border: 1px solid #7ed956b3;

    }

    .login-div h3 {

        font-size: 20px;

        padding: 10px 15px;

    }

    .reg-link {

        margin-top: 20px;

    }

}





/*****************************

  Apply-Page

*****************************/





/*Babysitter Jobs Tab*/



.portal-region {

    padding: 70px 0px;

    /* background: url(../img/portal-bg.jpg); */

    /* background: url(../img/background.jpg);  */

    /* background: url(https://images.unsplash.com/photo-1584890132374-d69d5d01483e?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1047&q=80); */

    /* background: #97e7ff; */
    /*   background: url(../img/bg-img-new.jpg); */

     /*background-size: cover; */
     
     background-size: contain !important ;

}

.portal_region{
    
    padding: 70px 0px;

    /* background: url(../img/portal-bg.jpg); */

     /* background: url(../img/background.jpg);  */


    /* background: url(https://images.unsplash.com/photo-1584890132374-d69d5d01483e?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1047&q=80); */

    /* background: #97e7ff; */

    background-size: contain !important;

}
.portal-region_new{
   
   /* background: url(../img/bg-img-new.jpg); */
    /* background-size: cover; */

  
}



.portal-region .tabs {

    background: #d5f5ff;

    padding: 7px 7px;

    border-radius: 10px;

}



.tab-det {

    background: #fff;

    padding: 45px 30px;

    border-radius: 10px;

}
.tab_det{ /*change*/
    /* background-color: #fff; */
    
}



#content .card {

    background: transparent;

}



.bby-sitter-tab-header {

    background: rgb(56, 182, 255);

    padding: 8px 20px;

    justify-content: space-between;

    align-items: center;
    
    border-radius: 20px;

}



.bby-sitter-tab-form .form-group p {

    margin-right: 15px;

    color: #000;

    font-weight: 800;

}



.bby-sitter-tab-form .form-group span {
    color: #353535;
    font-weight: 700;
}

.bby-sitter-tab-header h5 {
    color: #fff;
    font-size: 24px;
}

.bby-sitter-tab-header p {
    color: #fff;
}



.bby-sitter-tab-form {

    padding: 30px 0px;

    /* background: #fff; */

    font-weight: 600;
    font-size: 16px;

}



.bby-sitter-tab-btn button {

    width: 100%;

    /* background: #093f7c; */

    background: #4151fe;

    color: #fff;

    font-weight: 600;

    letter-spacing: 1px;

    border-radius: 0px;

}



.bby-sitter-tab-btn button:hover {

    color: #fff;

}



.portal-region .nav-tabs .nav-link {

    border: none;

    background: #093f7c;

    border-radius: 3px;

    margin-right: 20px;

    color: #fff;

    position: relative;

}



.portal-region .nav-tabs .nav-item {

    width: 210px;

    text-align: center;

}



.portal-region .nav-tabs .nav-link.active {

    background-color: #036ce2 !important;

}



.portal-region .nav-tabs {

    border-bottom: 2px solid #093f7c;

    justify-content: center;

    padding-bottom: 20px;

    margin-bottom: 30px;

}



.bby-sitter-tab {

    border: 1px solid #ffffff;

    margin-bottom: 20px;

    /*background: url("../img/website-content/cards/parent/green-bg.jpg");*/
    
    background: #7ed958;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    border-radius: 10px;

    overflow: hidden;

    transition: 0.5s ease;
    
    padding:10px;

}



.bby-sitter-tab:hover {

    box-shadow: 0 0 5px 0 #093f7c;

}



.to-open-div {

    background: #093f7c;

    width: 100%;

    height: auto;

    position: absolute;

    top: 50px;

    left: 0px;

    padding: 50px 0px;

    display: none;

}



.full-job-details {

    background: #fff;

    padding: 40px;

    border-radius: 10px;

}



.full-job-details-header {

    background: #093f7c;

    padding: 13px 100px;

    text-align: center;

}



.full-job-details-header h4 {

    color: #fff;

    font-size: 25px;

}



.full-job-details-inner {

    padding: 20px 30px;

    border: 1px solid #093f7c;

}



.day-timing {

    justify-content: space-between;

}



.job-timing {

    border-top: 1px solid #093f7c;

    padding-top: 25px;

}



.timing {

    border: 1px dashed #ffffff;

    padding: 8px 30px;

    margin-right: 10px;

    background: #093f7c;

    color: #fff;

    box-shadow: 0px 1px 4px 0px #000;

    display: block;

    text-align: center;

    width: 130px;
    
    border-radius:5px;

}



.apply-btn {

    padding-top: 20px;

    border-top: 1px solid #093f7c;

}



.apply-btn button {

    width: 100%;

    background: #093f7c;

    color: #fff;

    font-weight: 600;

    letter-spacing: 1px;

    border-radius: 0px;

}



.apply-btn button:hover {

    color: #fff;

}



.close-btn button i {

    color: #fff;

    font-size: 25px;

    opacity: .5;

}



.close-btn button:hover i {

    color: #fff;

    font-size: 25px;

    opacity: 1;

    transition: .5s all;

}



.close-btn button {

    position: absolute;

    top: 10px;

    right: 10px;

}



.contract-strorer {

    display: block;

}



.contract-btn {

    margin-right: 5px;

    margin-bottom: 5px;

}



.contract-btn:last-child {

    margin-right: 0;

}



.contract_btn {

    background: #36a8e8;

    color: #fff;

    font-size: inherit;

}



.contract_btn:hover {

    background: #018ede;

    color: #fff;

}



@media(min-width:768px) {

    .portal-region .nav-tabs {

        display: flex;

    }

    .portal-region .tab-content .card {

        border: none;

    }

    .portal-region .tab-content .card .card-header {

        display: none;

    }

    .portal-region .tab-content .card .collapse {

        display: block;

    }

}


/*
@media(max-width:767px) {

    .portal-region .tab-content>.tab-pane {

        display: block !important;

        opacity: 1;

    }

} */





/*Upload Documents*/



.upload-docs {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: flex-start;

    align-items: flex-start;

    height: 100%;

}



.upload-docs .input-group .custom-file {

    align-items: initial;

}



.upload-docs .input-group #browse {

    height: 100%;

}



.papers {

    display: inline-flex;

    width: 100%;

    margin-bottom: 10px;

}



.papers h3 {

    font-size: 22px;

    width: 100%;

}



.papers .btn {

    font-size: 14px !important;

}



.papers span.btn {

    border: 2px solid #46e201ab;

    background: #fff;

    border-right: none;

}



.papers .form-control {

    height: 100%;

}



.papers .form-control::placeholder {

    font-size: 12px;

}



.papers button {

    background: #46e201ab;

    color: #000;

    font-weight: 800;

}



.papers button:hover {

    background: #2f611c;

    color: #ffff;

}



.papers input {

    border-top: 2px solid #46e201ab;

    border-bottom: 2px solid #46e201ab;

}



.csv-input {

    display: none;

}



.new-contract {

    height: 100%;

}



.new-con-content {

    height: auto;

    background: #fff;

    border: 1px solid #00000029;

    position: relative;

    box-shadow: -6px -3px 6px #b7b7b77a;

    margin-bottom: 15px;

}



.new-con-para {

    margin: 50px 10px;

    text-align: justify;

    color: #000;

}



.new-con-footer {

    text-align: center;

}



.new-con-footer span {

    color: #000;

}



.new-con-footer span:last-child {

    font-weight: 900;

    font-size: 12px;

}



.green-text {

    color: #008000;

}



.download-docs {

    display: grid;

    justify-content: space-between;

}



.doc-download-btn {

    background: #36a8e8;

    color: #fff;

    width: auto;

    margin-top: 15px;

    margin-bottom: 15px;

    border: 1px solid #0c588461;

    height: max-content;

}



.doc-download-btn:hover {

    background: #60acd7;

    color: #fff;

}





/*Applications*/



.parent-app-list ul {

    list-style-type: none;

    padding: 0;

    display: block;

}



.parent-app-list ul li {

    background: #ceedff;

    text-align: center;

    color: #000;

    font-weight: 700;

    font-size: 20px;

    margin-bottom: 10px;

}



.parent-app-list ul li a {

    padding: 15px 0;

}



.parent-app-list ul li a:hover {

    color: #093f7c;

}



.parent-app-list ul li a.active {

    border-radius: 0;

}



.parent-app-detail {

    background: aliceblue;

    width: 100%;

    height: 100%;

}



.parent-app-detail .tab-pane {

    height: 100%;

}



.parent-det {

    padding: 15px 30px;

    height: 100%;

    display: grid;

    align-items: baseline;

}



.parent-profile-head {

    display: inline-flex;

    align-items: center;

    width: 100%;

    justify-content: space-between;

}



.parent-info {

    display: inline-flex;

    align-items: center;

}



.parent-info img {

    width: 80px;

    height: 80px;

    clip-path: circle(50%);

}



.parent-info h3 {

    padding-left: 20px;

}





/*My Account*/



.edit-structure {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 15px 0 0;

}



.edit_btn {

    color: #fff;

}



.profile-img span {

    position: absolute;

    right: -12px;
    
    top: -12px;

}





/*****************************

  Parents Portal

*****************************/



.filter-hours a.principals-filter-btn {

    width: 100%;

    color: #036ce2;

    /*text-transform: uppercase;*/

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 5px;

    box-shadow: 2px 2px 4px #000000c2;

}



.filter-hours a.hour-filter-btn {

    width: 100%;

    background: #54a1f987;

    border: 1px solid #578ece;

    color: #036ce2;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 5px;

}



.bby-profile-card {

    /* border: 1px solid #1c7fb7; */

    border: 1px solid #1c7fb71f;

    /* padding: 6px; */

    margin-bottom: 15px;

    border-radius: 4px;

    /*display: inline-flex;*/
    display:block;

    width: 100%;

    transform: 0.5s ease;
    padding:10px;
    
    background-color:white!important;

}



.bby-profile-card:hover {

    border: 1px solid #10a5fb;

    box-shadow: 0 0 5px 0 #0033508f;

    transform: 0.5s;

}



.header-sec {

    /* display: flex; */

    /*background: url(../img/office.jpg);*/

    /* background: #dde1e6;

    background-size: 100% auto; */

    /* width: 100%; */

    padding: 10px;

    /*border: 10px solid #fff;*/

    align-items: center;

    /*border-radius: 20px;*/

    /*background: #d5f5ff;*/

    overflow: hidden;

    width: 30%;
    
        display: flex;
    align-items: baseline;
    justify-content: center;
    
    margin: 10px 0 !important;

}



.profile-photo {

    width: auto;

    height: 180px;

}



.profile-photo img {

    width: 100%;

    object-fit: cover;

    object-position: unset;
    
    border-radius: 10px;

}



h3.nam {

    padding: 0px 0 0 20px;

    margin-bottom: 0;

    font-size: 18px;

}



.card-subcontent {

    display: flex;

    padding-bottom: 10px;

}



._heading h3,

._content p {

    margin-bottom: 0;

}



._heading {

    width: 22%;

}



._heading h3 {

    font-size: 20px;

    color: #000000ad;

}



._content {

    display: flex;

    align-items: flex-end;

}



._content p {

    color: #036ce2;

    font-weight: 600;

    padding-left: 15px;

}



.visit-profile-btn {

    text-align: right;

    /*position: absolute;*/

    bottom: 10px;

    right: 0;
    padding: 0px 15px;

}



.visit-profile-btn .btn {

    color: #fff;

    font-weight: 900;

    letter-spacing: 3px;

    line-height: 1;

    border-radius: 20px;

    transform: 0.5s ease;
    
    padding: 12px 24px;

    width:100%;
}



.visit-profile-btn .btn:hover {

    box-shadow: -2px 2px 2px 0px #005586;

}



.no-application {

    height: 500px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.no-application p {

    font-weight: 700;

    font-size: 25px;

    width: 70%;

    text-align: center;

    color: #000;

}



.header-par {

    display: flex;

    /*background: aliceblue;*/

    background-size: 100% auto;

    width: 100%;

    padding: 10px;

    border: 10px solid #fff;

}



.par-img {

    width: 150px;

    height: 150px;

    clip-path: circle(50%);

    margin-bottom: 10px;

}



.par-img img {

    /*width: 1005;*/

    height: 100%;

}



._change_btn {

    background: #7ed956;

    color: #fff;

    font-size: inherit;

    font-weight: 900;

    /*text-transform: uppercase;*/

}



._remove_btn {

    background: #ff5e00;

    color: #fff;

    font-size: inherit;

    font-weight: bold;

    /*text-transform: uppercase;*/

}



.profile-detail_parent {

    background: #e3f2fd;

    padding: 15px 15px;

}



.personal_par_info {

    margin-bottom: 20px;

}



.par_cont p {

    margin-bottom: 0;

    color: #000;

    font-weight: 900;

    /* text-transform: uppercase; */

    letter-spacing: 1px;

}





/*****************************

  Our-Process

*****************************/



.our_process {

    margin: 50px 10px 0 10px;

}



.process-box {

    text-align: center;

    width: 100%;

    height: 100%;

    padding: 20px 20px;

    color: #000;

    background: #ff66c4ad;

    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);

    backdrop-filter: blur( 4px);

    -webkit-backdrop-filter: blur( 4px);

    border-radius: 30px;

    border: 1px solid transparent;

    border-top: 2px solid rgba(255, 255, 255, 0.5);

    border-left: 3px solid rgba(255, 255, 255, 0.5);

}



@media(min-width:768px) {

    .process-box {

        border-bottom-left-radius: 0;

        border-bottom-right-radius: 0;

    }

}



@media(max-width: 768px) {

    .our_process {

        margin-top: 0;

    }

    .process-box {

        height: auto;

        margin-bottom: 15px;

    }

}





/*****************************

  Reset-Password

*****************************/



.reset_password_section {

    padding-bottom: 25px;

}



.forgot_password_section {

    padding-bottom: 25px !important;

}





/*****************************

  Thankyou Page

*****************************/



.thankyou-page {

    background: url('../img/thankyou.jpg');

    background-size: cover;

    height: 100%;

    min-height: 85vh;

    display: flex;

    align-items: center;

    text-align: center;

}



.thankyou-tick i {

    color: #008000;

    font-size: 150px;

    margin-bottom: 50px;

}



.thankyou-des {

    background: rgba(255, 255, 255, 0.25);

    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);

    backdrop-filter: blur(4px);

    -webkit-backdrop-filter: blur(4px);

    border-radius: 10px;

    width: 60%;

    margin: auto;

}



.thankyou-des p {

    font-size: 33px;

    color: #000;

    line-height: 2.2rem;
    font-weight: 600;

}



@media(min-width: 991px) {

    .thankyou-tick i {

        font-size: 150px;

        margin-bottom: 50px;

    }

}



@media(max-width: 768px) {

    .thankyou-page {

        height: auto;

        padding: 50px 0;

    }

    .thankyou-des {

        width: 90%;

    }

    .thankyou-tick i {

        font-size: 100px;

    }

    .thankyou-des p {

        font-size: 14px;

    }

}





/*****************************

  My-Application 

*****************************/



.spinner-border {

    height: 10px !important;

    width: 10px !important;

}



#frame {

    width: 100%;

    min-width: 360px;

    /* max-width: 1000px; */

    height: 600px!important;

    min-height: 300px;

    /* max-height: 720px; */

    background: #E6EAEA;

}



@media screen and (max-width: 360px) {

    #frame {

        width: 100%;

        height: 100vh;

    }

}



#frame #sidepanel {

    float: left;

    min-width: 280px;

    max-width: 340px;

    width: 40%;

    height: 100%;

    background: #2c3e50;

    color: #f5f5f5;

    overflow: hidden;

    position: relative;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel {

        width: 58px;

        min-width: 58px;

    }

}



#frame #sidepanel #profile {

    width: 80%;

    margin: 10px auto;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile {

        width: 100%;

        margin: 0 auto;

        padding: 5px 0 0 0;

        background: #32465a;

    }

}



#frame #sidepanel #profile.expanded .wrap {

    height: 210px;

    line-height: initial;

}



#frame #sidepanel #profile.expanded .wrap p {

    margin-top: 20px;

}



#frame #sidepanel #profile.expanded .wrap i.expand-button {

    -moz-transform: scaleY(-1);

    -o-transform: scaleY(-1);

    -webkit-transform: scaleY(-1);

    transform: scaleY(-1);

    filter: FlipH;

    -ms-filter: "FlipH";

}



#frame #sidepanel #profile .wrap {

    height: 60px;

    line-height: 60px;

    overflow: hidden;

    -moz-transition: 0.3s height ease;

    -o-transition: 0.3s height ease;

    -webkit-transition: 0.3s height ease;

    transition: 0.3s height ease;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap {

        height: 55px;

    }

}



#frame #sidepanel #profile .wrap img {

    width: 50px;

    border-radius: 50%;

    padding: 3px;

    border: 2px solid #e74c3c;

    height: auto;

    float: left;

    cursor: pointer;

    -moz-transition: 0.3s border ease;

    -o-transition: 0.3s border ease;

    -webkit-transition: 0.3s border ease;

    transition: 0.3s border ease;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap img {

        width: 40px;

        margin-left: 4px;

    }

}



#frame #sidepanel #profile .wrap img.online {

    border: 2px solid #2ecc71;

}



#frame #sidepanel #profile .wrap img.away {

    border: 2px solid #f1c40f;

}



#frame #sidepanel #profile .wrap img.busy {

    border: 2px solid #e74c3c;

}



#frame #sidepanel #profile .wrap img.offline {

    border: 2px solid #95a5a6;

}



#frame #sidepanel #profile .wrap p {

    float: left;

    margin-left: 15px;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap p {

        display: none;

    }

}



#frame #sidepanel #profile .wrap i.expand-button {

    float: right;

    margin-top: 23px;

    font-size: 0.8em;

    cursor: pointer;

    color: #435f7a;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap i.expand-button {

        display: none;

    }

}



#frame #sidepanel #profile .wrap #status-options {

    position: absolute;

    opacity: 0;

    visibility: hidden;

    width: 150px;

    margin: 70px 0 0 0;

    border-radius: 6px;

    z-index: 99;

    line-height: initial;

    background: #435f7a;

    -moz-transition: 0.3s all ease;

    -o-transition: 0.3s all ease;

    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options {

        width: 58px;

        margin-top: 57px;

    }

}



#frame #sidepanel #profile .wrap #status-options.active {

    opacity: 1;

    visibility: visible;

    margin: 75px 0 0 0;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options.active {

        margin-top: 62px;

    }

}



#frame #sidepanel #profile .wrap #status-options:before {

    content: '';

    position: absolute;

    width: 0;

    height: 0;

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-bottom: 8px solid #435f7a;

    margin: -8px 0 0 24px;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options:before {

        margin-left: 23px;

    }

}



#frame #sidepanel #profile .wrap #status-options ul {

    overflow: hidden;

    border-radius: 6px;

}



#frame #sidepanel #profile .wrap #status-options ul li {

    padding: 15px 0 30px 18px;

    display: block;

    cursor: pointer;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options ul li {

        padding: 15px 0 35px 22px;

    }

}



#frame #sidepanel #profile .wrap #status-options ul li:hover {

    background: #496886;

}



#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {

    position: absolute;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    margin: 5px 0 0 0;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {

        width: 14px;

        height: 14px;

    }

}



#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {

    content: '';

    position: absolute;

    width: 14px;

    height: 14px;

    margin: -3px 0 0 -3px;

    background: transparent;

    border-radius: 50%;

    z-index: 0;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {

        height: 18px;

        width: 18px;

    }

}



#frame #sidepanel #profile .wrap #status-options ul li p {

    padding-left: 12px;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #profile .wrap #status-options ul li p {

        display: none;

    }

}



#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {

    background: #2ecc71;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {

    border: 1px solid #2ecc71;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {

    background: #f1c40f;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {

    border: 1px solid #f1c40f;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {

    background: #e74c3c;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {

    border: 1px solid #e74c3c;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {

    background: #95a5a6;

}



#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {

    border: 1px solid #95a5a6;

}



#frame #sidepanel #profile .wrap #expanded {

    padding: 100px 0 0 0;

    display: block;

    line-height: initial !important;

}



#frame #sidepanel #profile .wrap #expanded label {

    float: left;

    clear: both;

    margin: 0 8px 5px 0;

    padding: 5px 0;

}



#frame #sidepanel #profile .wrap #expanded input {

    border: none;

    margin-bottom: 6px;

    background: #32465a;

    border-radius: 3px;

    color: #f5f5f5;

    padding: 7px;

    width: calc(100% - 43px);

}



#frame #sidepanel #profile .wrap #expanded input:focus {

    outline: none;

    background: #435f7a;

}



#frame #sidepanel #search {

    border-top: 1px solid #32465a;

    border-bottom: 1px solid #32465a;

    font-weight: 300;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #search {

        display: none;

    }

}



#frame #sidepanel #search label {

    position: absolute;

    margin: 10px 0 0 20px;

}



#frame #sidepanel #search input {

    font-family: "proxima-nova", "Source Sans Pro", sans-serif;

    padding: 10px 0 10px 46px;

    width: calc(100% - 25px);

    border: none;

    background: #32465a;

    color: #f5f5f5;

}



#frame #sidepanel #search input:focus {

    outline: none;

    background: #435f7a;

}



#frame #sidepanel #search input::-webkit-input-placeholder {

    color: #f5f5f5;

}



#frame #sidepanel #search input::-moz-placeholder {

    color: #f5f5f5;

}



#frame #sidepanel #search input:-ms-input-placeholder {

    color: #f5f5f5;

}



#frame #sidepanel #search input:-moz-placeholder {

    color: #f5f5f5;

}



#frame #sidepanel #contacts {

    height: 96%;

    overflow-y: scroll;

    overflow-x: hidden;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #contacts {

        height: calc(100% - 149px);

        overflow-y: scroll;

        overflow-x: hidden;

    }

    #frame #sidepanel #contacts::-webkit-scrollbar {

        display: none;

    }

}



#frame #sidepanel #contacts.expanded {

    height: calc(100% - 334px);

}



#frame #sidepanel #contacts::-webkit-scrollbar {

    width: 8px;

    background: #2c3e50;

}



#frame #sidepanel #contacts::-webkit-scrollbar-thumb {

    background-color: #243140;

}



#frame #sidepanel #contacts ul li.contact {

    position: relative;

    padding: 10px 0 15px 0;

    font-size: 0.9em;

    cursor: pointer;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #contacts ul li.contact {

        padding: 6px 0 46px 8px;

    }

}



#frame #sidepanel #contacts ul li.contact:hover {

    background: #32465a;

}



#frame #sidepanel #contacts ul li.contact.active {

    background: #32465a;

    border-right: 5px solid #435f7a;

}



#frame #sidepanel #contacts ul li.contact.active span.contact-status {

    border: 2px solid #32465a !important;

}



#frame #sidepanel #contacts ul li.contact .wrap {

    width: 88%;

    margin: 0 auto;

    position: relative;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #contacts ul li.contact .wrap {

        width: 100%;

    }

}



#frame #sidepanel #contacts ul li.contact .wrap span {

    position: absolute;

    left: 0;

    margin: -2px 0 0 -2px;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    border: 2px solid #2c3e50;

    background: #95a5a6;

}



#frame #sidepanel #contacts ul li.contact .wrap span.online {

    background: #2ecc71;

}



#frame #sidepanel #contacts ul li.contact .wrap span.away {

    background: #f1c40f;

}



#frame #sidepanel #contacts ul li.contact .wrap span.busy {

    background: #e74c3c;

}



#frame #sidepanel #contacts ul li.contact .wrap img {

    width: 40px;

    border-radius: 50%;

    float: left;

    margin-right: 10px;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #contacts ul li.contact .wrap img {

        margin-right: 0px;

    }

}



#frame #sidepanel #contacts ul li.contact .wrap .meta {

    padding: 5px 0 0 0;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #contacts ul li.contact .wrap .meta {

        display: none;

    }

}



#frame #sidepanel #contacts ul li.contact .wrap .meta .name {

    font-weight: 600;

}



#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {

    margin: 5px 0 0 0;

    padding: 0 0 1px;

    font-weight: 400;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    -moz-transition: 1s all ease;

    -o-transition: 1s all ease;

    -webkit-transition: 1s all ease;

    transition: 1s all ease;

}



#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {

    position: initial;

    border-radius: initial;

    background: none;

    border: none;

    padding: 0 2px 0 0;

    margin: 0 0 0 1px;

    opacity: .5;

}



#frame #sidepanel #bottom-bar {

    position: absolute;

    width: 100%;

    bottom: 0;

}



#frame #sidepanel #bottom-bar button {

    float: left;

    border: none;

    width: 50%;

    padding: 10px 0;

    background: #32465a;

    color: #f5f5f5;

    cursor: pointer;

    font-size: 0.85em;

    font-family: "proxima-nova", "Source Sans Pro", sans-serif;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #bottom-bar button {

        float: none;

        width: 100%;

        padding: 15px 0;

    }

}



#frame #sidepanel #bottom-bar button:focus {

    outline: none;

}



#frame #sidepanel #bottom-bar button:nth-child(1) {

    border-right: 1px solid #2c3e50;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #bottom-bar button:nth-child(1) {

        border-right: none;

        border-bottom: 1px solid #2c3e50;

    }

}



#frame #sidepanel #bottom-bar button:hover {

    background: #435f7a;

}



#frame #sidepanel #bottom-bar button i {

    margin-right: 3px;

    font-size: 1em;

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #bottom-bar button i {

        font-size: 1.3em;

    }

}



@media screen and (max-width: 735px) {

    #frame #sidepanel #bottom-bar button span {

        display: none;

    }

}



#frame .content {

    float: right;

    width: 60%;

    height: 100%;

    overflow: hidden;

    position: relative;

}



@media screen and (max-width: 735px) {

    #frame .content {

        width: calc(100% - 58px);

        min-width: 300px !important;

    }

}



@media screen and (min-width: 900px) {

    #frame .content {

        width: calc(100% - 340px);

    }

}



#frame .content .contact-profile {

    width: 100%;

    height: 60px;

    line-height: 60px;

    background: #f5f5f5;

}



#frame .content .contact-profile img {

    width: 40px;

    border-radius: 50%;

    float: left;

    margin: 9px 12px 0 9px;

}



#frame .content .contact-profile p {

    float: left;

}



#frame .content .contact-profile .social-media {

    float: right;

}



#frame .content .contact-profile .social-media i {

    margin-left: 14px;

    cursor: pointer;

}



#frame .content .contact-profile .social-media i:nth-last-child(1) {

    margin-right: 20px;

}



#frame .content .contact-profile .social-media i:hover {

    color: #435f7a;

}



#frame .content .messages {

    height: auto;

    overflow-y: scroll;

    overflow-x: hidden;
    width: 100% !important;

}


#frame .content .messages::-webkit-scrollbar {

    width: 8px;

    background: transparent;

}



#frame .content .messages::-webkit-scrollbar-thumb {

    background-color: rgba(0, 0, 0, 0.3);

}



#frame .content .messages ul li {

    display: inline-block;

    clear: both;

    margin: 15px 15px 5px 15px;

    width: calc(100% - 25px);

    font-size: 0.9em;

}



#frame .content .messages ul li:nth-last-child(1) {

    margin-bottom: 20px;

    padding-bottom: 18px;

}



#frame .content .messages ul li.sent img {

    margin: 6px 8px 0 0;

}



#frame .content .messages ul li.sent p {

    background: #435f7a;

    color: #f5f5f5;

}



#frame .content .messages ul li.replies img {

    float: right;

    margin: 0px 0 0 8px;

}



#frame .content .messages ul li.replies p {

    background: #f5f5f5;

    float: right;

}



#frame .content .messages ul li img {

    width: 22px;

    border-radius: 50%;

    float: left;

}



#frame .content .messages ul li p {

    display: inline-block;

    padding: 10px 15px;

    border-radius: 4px !important;

    max-width: 70%;

    line-height: 130%;

}



@media screen and (min-width: 735px) {

    #frame .content .messages ul li p {

        max-width: 80%;

    }

}



#frame .content .message-input {

    position: absolute;

    bottom: 0;

    width: 100%;

    z-index: 99;

}



#frame .content .message-input .wrap {

    position: relative;

}



#frame .content .message-input .wrap input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 51px);
    padding: 12px 24px !important;
    font-size: 1.45em;
    color: #32465a;
}


@media screen and (max-width: 735px) {

    #frame .content .message-input .wrap input {

        padding: 15px 32px 16px 8px;

    }

}



#frame .content .message-input .wrap input:focus {

    outline: none;

}



#frame .content .message-input .wrap .attachment {

    position: absolute;

    right: 60px;

    z-index: 4;

    margin-top: 10px;

    font-size: 1.1em;

    color: #435f7a;

    opacity: .5;

    cursor: pointer;

}



@media screen and (max-width: 735px) {

    #frame .content .message-input .wrap .attachment {

        margin-top: 17px;

        right: 65px;

    }

}



#frame .content .message-input .wrap .attachment:hover {

    opacity: 1;

}



#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 16px !important;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}



@media screen and (max-width: 735px) {

    #frame .content .message-input .wrap button {

        padding: 16px 0;

    }

}



#frame .content .message-input .wrap button:hover {

    background: #435f7a;

}



#frame .content .message-input .wrap button:focus {

    outline: none;

}



#cover-spin {

    position: fixed;

    width: 100%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(255, 255, 255, 0.34);

    z-index: 9999;

    display: none;

}



@-webkit-keyframes spin {

    from {

        -webkit-transform: rotate(0deg);

    }

    to {

        -webkit-transform: rotate(360deg);

    }

}



@keyframes spin {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}



#cover-spin::after {

    content: '';

    display: block;

    position: absolute;

    left: 48%;

    top: 40%;

    width: 40px;

    height: 40px;

    border-style: solid;

    border-color: black;

    border-top-color: transparent;

    border-width: 4px;

    border-radius: 50%;

    -webkit-animation: spin .8s linear infinite;

    animation: spin .8s linear infinite;

}



.sign-extranet-doc {

    padding-bottom: 25px;

}



.sign-extranet-section {

    background: #ffffffb0;

}



.card_detail_block {

    background: #fff;

    padding: 15px 25px;

}



.video-box.sign-extranet-video {

    justify-content: center;

}



.two_adjacent_headings {

    width: 100%;

    display: flex;

    justify-content: space-between;

}



.orange_font {

    color: #fd9e11;

}



.notify_dots {

    display: block;

    width: 10px;

    height: 10px;

    background: red;

    border-radius: 100%;

    position: absolute;

    top: 5px;

    right: 5px;

}



h2.receive_app_content:before {

    content: '';

    display: flex;

    align-items: center;

    background: #00800070;

    height: 400px;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

}



.profile_banner_content {

    background: url('../img/listing-banner (2).jpg');

    height: 470px;

    width: 100%;

    background-size: cover;

    background-position: center;

    display: flex;

    align-items: center;

    justify-content: center;

    /* margin-bottom: 15px !important; */

}



.profile_banner_content h1 {

    color: #000;

    text-transform: capitalize;

    font-weight: 100 !important;

    font-family: auto;

    background: #00000038;

    padding: 0 10px;

    border-radius: 8px;

}



@media(max-width: 768px) {

    .profile_banner_content {

        height: auto;

    }

}



.bby_profile_Info {

    border-left: 10px solid transparent;

    position: relative;

    width: 50%;
    
    margin-top: 10px;

}



.horizontal_contracts {

    display: flex;

    justify-content: space-between;

    height: 100%;

    padding-bottom: 30px;

}





/* .index-login h3{

    margin-bottom: 43px;

} */



@media(max-width: 768px) {

    .index-login h3 {

        margin-bottom: inherit;

    }

    .reg-start-div,

    .log-start-div {

        margin-top: 50px;

    }

    .log-start-div.min-mrgn {

        margin-top: 50px !important;

    }

}





/*======================================== 

New Css 

===========================================*/





/* headings */



/*.heading_phase1 {*/

/*    font-size: 40px;*/

/*    font-weight: 100;*/

/*}*/
.heading_phase1_index{
    font-size:43px;
    margin-top: 60px;
}
.heading_phase1 { /*changes*/

    /* font-size: 39px; */
    font-size: 40px;
      text-transform: capitalize;

    /*margin-top:-60px;*/

}
.phase2{
   margin-top:-60px; 
}
.heading_phase1_new{
     font-size: 42px;
    margin-top:0px;
}
.phase1_para { /*changes*/

    font-size: 20px;
text-align:justify;
    color: #000;

}

/*.phase1_para {*/

/*    font-size: 18px;*/

/*    color: #000;*/

/*}*/



.section-padding {  /*changes*/

    padding: 24px 0;

}

/*.section-padding {*/

/*    padding: 80px 0;*/

/*}*/



.text-bluish {

    color: #1470af;
    margin-top:3rem;
}



/*.custom-btn {*/

/*    color: #fff;*/

    /* background: #3d8af7;*/

/*    background: #1470af;*/

/*    padding: 15px 25px;*/

/*    border-radius: 10px;*/

/*    font-weight: 700;*/

/*    font-size: 15px;*/

/*}*/

.custom-btn { /*changes*/

    color: #fff;

    /* background: #3d8af7;*/

    background: #1470af;

    padding: 10px 10px;

    border-radius: 10px;

    font-weight: 700;

    font-size: 11px;

}



.custom-btn:hover {

    background: #589dff;

    color: #fff;

}



.custom-btn2 {

    color: #1470af;

    background: #fff;

    padding: 15px 17px;

    border-radius: 10px;

    font-weight: 700;

    font-size: 15px;

}



.custom-btn2:hover {

    background: #589dff;

    color: #fff;

}



hr.separator-blue {

    background: #1470af;

}



.primary-grad-bg {

    background: linear-gradient(160deg, #007bff, #4cb6ff, #007bff);

    box-shadow: 3px 3px 0px 0 #0082ff2e;

    color: #fff;

    transition: 0.5s ease;

}



.primary-grad-bg:hover {

    background: linear-gradient(160deg, #0054ae, #4cb6ff, #0054ae);

    box-shadow: 3px 3px 0px 0 #0082ff91;

    color: #fff;

}



main section:first-child {

    padding-top: 60px !important;

}





/* header */



header {

    backdrop-filter: none !important;

    transition: 0.5s;

}



.main-menu-toggler span {

    filter: invert(1);

}



.mainmenu-dropdown .dropdown-menu {

    background-color: rgb(255, 255, 255);

    border: 1px solid #6b6b6b;

    min-width: 8rem !important;

    padding: 0;

}



.menu-dropdown .dropdown-menu a {

    color: rgb(0, 0, 0);

    font-size: 12px;

    font-weight: 700;

}



.mainmenu-dropdown .dropdown-menu {

    top: 36px;

}



.mainmenu-dropdown.open-toggler .dropdown-menu {

    left: -60% !important;

    top: 40px;

}



.mainmenu-dropdown:hover .dropdown-menu {

    display: block !important;

    transition: 2s;

}



.dropdown-item:focus,

.dropdown-item:hover {

    background-color: #1470af!important;

    color: #fff !important;

}



.open-toggler {
    /* padding: 10px; */
    font-size: 13px;
    /* border: 2px solid white; */
    background: #fff;
    border-radius: 10px; 
    /* padding: 3px 8px;  */
}

.open-toggler-icon {
    color: black;
}



.contact-title {

    font-weight: 700;

}





/* Homepage */



.homepage-wrapper {

    background:  url("../img/website-content/banners/homepage-banner.jpeg");

    background-size: cover;

    background-position: center;

    width: 100%;

    height: 88vh;

}
@media(max-width:768px){/*changes*/
    .homepage-wrapper{
        padding: 30px;
    }
}



.homepage-wrapper-content {

    width: 370px;

}



/*.homepage-wrapper-content h1 {*/

/*    color: #fff;*/

/*    font-size: 50px;*/

/*    font-weight: 100;*/

/*    margin-bottom: 50px;*/

/*}*/

.homepage-wrapper-content h1 { /*changes*/

    color: #fff;

    font-size: 58px;

    font-weight: 100;

    margin-bottom: 50px;
    
    /*    background: #0000007d;*/
    /*border-radius: 10px;*/
    /*padding: 8px;*/

}

/*.homepage-wrapper-content a {*/

/*    color: #fff;*/

/*    background: #3d8af7;*/

/*    padding: 15px 25px;*/

/*    border-radius: 10px;*/

/*    font-weight: 700;*/

/*    font-size: 15px;*/

/*}*/

.homepage-wrapper-content a {  /*changes*/
    white-space: nowrap;

    color: #fff;

    background: #1470af;

    padding: 15px 74px;

    border-radius: 10px;

    font-weight: 700;

    font-size: 15px;

}

.homepage_info_banner {

    background: #eaeaee;

}



.info_cards p {

    font-size: 25px;

    font-family: "bodoni", sans-serif;

    font-weight: 100;

}



.flag-wrapper {

    background: url('../img/website-content/banners/flag-banner.jpeg');

    background-size: cover;

    background-position: center;
    padding: 55px;

}

/*@media (max-width: 576px){*/
/*    .flag-wrapper{*/
/*        padding: 8px 0px !important;*/
/*    }*/
    
/*}*/



.certification-wrapper {

    background: #eaeaee;

}



.babysitter-info-wrapper {

    background: url('../img/website-content/banners/bloom-banner.jpeg');

    /* background-size: cover; */

    background-position: center;

}



.bb-img img {

    width: 100%;

}



.babysitter-info-wrapper {

    position: relative;

}



.babysitter-info-wrapper .container {

    /* position: relative; */

    /* z-index: 11; */

}
.buddies_view{
    position: relative;
    z-index: 1111;
}



.overlay {

    background: #00000036;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

}



.bb-wrapper-card {

    background: #00000080;

    height: 100%;

}



.bb-card-description .card-title,

.bb-card-description p {

    color: #fff;

}



.bb-card-description {

    padding: 0 15px;

}



.bb-card-description .card-title {

    font-size: 25px;

    margin-bottom: 0;

    padding: 20px 0;

}



.bb-card-description p {

    line-height: 1.5;

    font-size: 15px;

    text-align: justify;

}



.counter-data-wrapper {

    background: url('../img/website-content/banners/sparkle-banner.jpeg');
    background-size: cover;
    background-position-x: 100%;
    background-attachment: fixed;
    background-position-y: 100%;
    background-repeat: repeat;

}

.count-title h3 { /*changes made*/

    font-size: 40px;
    color: #fff;

}

/*.count-title h3 {*/

/*    font-size: 50px;*/

/*}*/



.count-para { /*changes*/

    margin-top: 25px;

    color: #fff ;

    font-size: 22px;

}

/*.count-para {*/

/*    margin-top: 25px;*/

/*    ;*/

/*    color: #000;*/

/*    font-size: 25px;*/

/*}*/



.info-card-wrapper {

    background: #eaeaee;

}



.info_img img {

    width: 100%;

    height: 420px;

    object-fit: cover;
    
    border-radius: 10px;

}



.info_card_body {

    margin-top: 15px;

    text-align: center;

}





/* login/Register */



#registerModal .modal-header,

#loginModal .modal-header {

    background: linear-gradient(160deg, #007bff, #4cb6ff, #007bff);

}



.reg-start-div .form-control,

.log-start-div .form-control {

    border-radius: 0;

    height: calc(2.25rem+10px);

    border-color: #2c9dff5e;

}



.reg-start-div .form-control:focus,

.log-start-div .form-control:focus {

    box-shadow: 0 0 0 2px rgb(0 123 255 / 25%);

}



.reg-start-div input,

.log-start-div input {

    font-size: 15px;

}



.nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    color: #ffffff;

    background-color: #36a5ff;

    border-color: #36a5ff #36a5ff #fff;

}



.nav-tabs .nav-link {

    width: 200px;

    text-align: center;

}



.nav-tabs {

    border-bottom: 1px solid #3ba9ff3d;

}



.show_pass {

    font-size: 12px;

    margin-bottom: 15px;

}



.show_pass input {

    margin-right: 5px;

}



.separator {

    position: relative;

    text-align: center;

    font-weight: 700;

    color: #000;

    display: flex;

    justify-content: center;

    align-items: center;

}



.separator p {

    background: #fff;

    position: relative;

    z-index: 11;

    width: 50px;

    text-align: center;

    margin-bottom: 0;

}



.separator:after {

    content: '';

    background: #1087ff4d;

    width: 100%;

    height: 1px;

    position: absolute;

    top: 50%;

    left: 0;

    z-index: 1;

}



.social-media-btn {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    font-weight: 700;
    color: #000;
    transition: 0.5s ease;
}



.fb i {
    font-size: 18px;
    color: #1776f1;
}



.google i {
    font-size: 18px;
    color: #474747;
}



.apple i {
    font-size: 18px;
    color: #474747;
}



.email i {
    font-size: 18px;
}



.social-media-login-wrapper {
    padding: 1rem;
}



.social-media-btn:hover {
    box-shadow: 2px 2px #000;
    background: #2598ff4f;
}





/* Register As Parent */






.form-main-wrapper label {
    color: #000;
    font-weight: 800;
}



.form-main-wrapper {
    min-height: 25vh;
    padding-top: 50px;
}



.form_header {
    position: relative;
    background: #1470af;
    padding: 10px;/*forregisterform*/
}


/* 
.form_header:after {

    content: '';

    background: #f6ff00;

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    height: 1px;

} *//*forregisterform*/



.form_header h3 {
    margin-bottom: 0;
    font-size: 22px;
    background: #1470af;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    color: #f6ff00;
}



.form_header h3.disabled-heading {
    color: #c5c5c5;
}



.form-wrapper {
    /* padding: 15px; */
    padding: 27px;
}



.next-btn,
.prev-btn {
    border: 1px solid #a1d2ee;
    padding: 10px 25px;
    background: #9bdbff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    box-shadow: -2px -2px 1px 0px #64c7ff;
    transition: 0.5s ease;
}



.prev-btn:hover,
.next-btn:hover {
    color: rgb(255, 255, 255);
    background: #329fdc;
    border-color: #329fdc;
}



.phase_2 {
    display: none;
}

.phase_3 {
    display: none;
}



.schedule-table-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 1020;
    height: fit-content;
}



.social-links i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.f-btn {    /*changes*/
    width: fit-content;
    padding: 6px 20px;
    background: #fff;
    border-radius: 10px;
    color: #1470af;
    font-weight: 600;
}



/*.f-btn {*/

/*    width: fit-content;*/

/*    padding: 20px 40px;*/

/*    background: #fff;*/

/*    border-radius: 10px;*/

/*    color: #1470af;*/

/*    font-weight: 600;*/

/*}*/



.location-info-wrapper {
    display: flex;
    flex-flow: wrap;
}



.location-info {
    color: #fff;
    font-weight: 600;
    /*text-decoration: underline;*/
    margin-right: 18px;
    font-size: 16px;
}



@media(max-width: 768px) {

    .header-section .container-fluid {
        padding-left: 0;
    }

    .main-menu-toggler {
        width: fit-content !important;
    }

    .open-toggler .dropdown-menu {
        top: 38px;
        left: -56px;
    }

    .heading_phase1 {
        font-size: 45px;
        margin-top:30px;
    }
    .phase1_para {
        font-size: 14px;
    }
    .info_cards img {
        width: 100%;
    }
    .info_cards p {
        font-size: 14px;
    }

}



.add-div {
    align-items: flex-end;
}



#registerModal .modal-lg {
    width: 60% !important;
}





/*****************************

  Parent-Process

*****************************/



.our-process-wrapper p.process-para {
    font-size: 16px;
    text-align: justify;
    color: #000;
}



.testimonial {
    font-size: 20px;
    color: #000;
    text-align: center;
}



.testimonial p.testimonial-para {
    font-family: 'bodoni';
    line-height: 50px;
    font-size: 26px;
}





/*****************************

  Formula Page  

*****************************/



.formula-banner {
    text-align: center;
    margin-bottom: 35px;
    margin-left: 10px;
    margin-right: 10px;
}



.formula-banner img {
    /* width: 550px; */
    width: 100%;
}



.formula-description {
    height: 100%;
}



.formula-description h2 {
    color: #fff;
    margin-bottom: 15px;
    padding-left:10px;
}



.formula-description p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
    padding: 15px;
}





/*****************************

  I am a Parent Page

*****************************/



.main-banner-img {
    text-align: center;
}



.main-banner-img img {
    width: 100%;
}



.main-banner {
    height: 100%;
}



.main-banner h2 {
    font-size: 40px;
    margin-bottom: 50px;
}



.main-banner p {
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 45px;
    text-align:justify;
}



.gurantee-card {
    text-align: center;
    padding: 0 15px;
}



.gurantee-card-content h2 {
    color: #fff;
    font-size: 38px;
    margin-top:15px;
}
.gurantee-card-content h3 {
    color: #fff;
    font-size: 23px;
    margin-top:15px;
}


.gurantee-card-content p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin-top:28px;
}



.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}



.service-card {
    margin-bottom: 100px;
}



.certificate-wrapper {
    position: relative;
    margin-bottom: 100px;
}



.certification-img img {
    /* width: 60pc; */
    width: 53pc;
    height: 610px;
}



.certification-content {
    width: 600px;
    padding: 50px;
    background: #eaeaee;
    position: absolute;
    top: 10%;
    left: 50%;
}



.certification-content h2 {
    margin-bottom: 50px;
}



.certification-content p {
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
}





/*****************************

  Client Area

*****************************/



.client-area {
    height: 130vh;
    background: url(../img/website-content/banners/client-area.jpg);
    background-size: cover;
}



.client-area-wrapper {
    margin-top: 150px;
}



.client-contact {

    text-align: center;
    margin-top: 115px;

}
.client-contact-listing {
    margin-top: 130px;
}



/*.client-contact-info:first-child {*/

/*    margin-bottom: 50px;*/

/*    border-bottom: 1px solid #000;*/

/*    padding-bottom: 50px;*/

/*}*/



.client-contact-info h3 {
    color: #fff;
}



.client-contact-listing ul {
    width: 100%;
}



.client-contact-listing ul li {
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
}





/*****************************

  Our Team

*****************************/



.banner-img {
    width: 100%;
    height: 500px;
}



.banner-img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.banner-img-new img{
    height: 100%;
    width: 100%;
    object-fit: contain; 
}

.banner_2 img{
    width:100%;
    height: 100%;
    object-fit:cover;
}

.banner-img-new{
    height:26rem;
    margin-top:30px;
     padding-bottom:20px;
}
.banner_2{
    margin-top:0px;
    padding-bottom:0px;
}
.info-wrapper,
.info-wrapper-center {
    padding-top: 50px;
}



.info-wrapper p {
    color: #000;
}



.info-wrapper-center p {
    text-align: center;
    color: #000;
}

.info-wrapper2 p {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.info-wrapper-center2 p {
    /*text-align: center;*/
    color: #000;
    font-size: 17px;
}

.partner-box {
    text-align: center;
    margin-bottom: 50px;
}



.partner-box,
.partner-box2 {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 1.6rem;
}



@media(max-width: 768px) {
    .partner-box {
        margin-bottom: 15px;
    }
}



.partner-box img {
    margin: auto 0 32px;
    width: 55%;
    border-radius: 5px;
    height: auto;
}



.info-div {
    background: url(../img/website-content/who-we-are/banner.jpg);
    height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}





/*****************************

  Who We Are

*****************************/



.find-us-section {
    background:  linear-gradient(to right, rgb(44 44 48 / 82%) 40%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),url(../img/website-content/who-we-are/banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}



.find-us-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
}



.find-us-wrapper {
    color: #fff;
}



.find-us-wrapper h3,
.find-us-wrapper h5 {
    color: #fff;
}



p.address {
    font-weight: 600;
}



.banner-para p {
    color: #000000e3;
    /* font-size: 18px; */
    font-size: 22px;
    text-align: justify;
    margin-top:-2rem;
}



.bodoni-para {
     font-size: 25px;
     color: #000000e3;
     margin-top:-3rem;
     font-family: 'bodoni';
}



.border-separator {
    border-top: 1px solid #ada9a9;
    border-bottom: 1px solid #ada9a9;
    padding: 27px 0;
}



.who-we-are-banner {
    background: url(../img/website-content/who-we-are/meeting.jpg);
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 0;
    height: 80vh;
    background-size: cover;
    background-position: center;
}



.who-we-are-banner h3 {
    color: #fff;
    margin-top:30px;
    font-size: 50px;
    margin-bottom: 50px;
}



.who-we-are-banner p {
    color: #fff;
    font-size: 25px;
}





/*****************************

  FAQ

*****************************/



.faq-wrapper {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 30px;
}



.faq-main-box {
    margin-bottom: 50px;
}



.faq-heading {
    font-weight: 100;
    font-size: 22px;
    text-align: justify;
}



.faq-para {
    color: #000;
    font-size: 1rem;
    text-align: justify;
    padding-top: 22px;
}



.map-wrapper {
    background: #fff;
    padding: 50px 0;
}



.address-wrapper {
    color: #1470af;
}



.address-wrapper h3 {
    color: #1470af;
    font-size: 20px;
}



.address-wrapper p {
    font-weight: 700;
}



.price-para {
    padding: 50px 0 40px 0;
    font-size: 15px;
    border-bottom: 1px solid #1470af;
}



.price-para h4,
.sideprice-para h4 {
    margin-bottom: 20px;
}



.price-para p,
.sideprice-para p {
    color: #000;
    font-size: 16px;
    text-align:justify;
}



.para-pricing p {
    font-size: 18px;
}



.pricing-btn-wrapper {
    margin-top: 100px;
}



.main-pricing-wrapper {
    background: #fff;
    margin-top: 80px;
    padding-bottom: 80px;
}



.caf-wrapper p,
.caf-wrapper ul li,
.tax-wrapper p {
    color: #000;
    font-size:large;
    text-align:justify;
}



.caf-wrapper ul li {
    margin-bottom: 15px;
}



.tax-wrapper {
    padding-top: 100px;
}



.tax-wrapper p {
    margin-bottom: 25px;
}

/*newchangesmadehere*/

.sec_heading{
    font-size: 44px;
    position: relative;
    z-index: 111;
}

.msg_btn {
    padding: 19px 18px;
    background-color: rgb(30, 111, 187);;
    border-radius: 12px;
    font-size: 12px;
}

      .forget_bg_modal{
        background-color:rgba(0, 0, 0, 0.5);
      }

      .forget_modal{
        background: #17a2b8b5;
        box-shadow: 0 8px 32px 0 rgb(31,38,135, 0.37);
        color: white;
      }

      .mdl_title{

            letter-spacing: 1px;       

            font-family: "bodoni", sans-serif;

            color:white;

      }

.email_field{

    padding:20px .75rem;

}
.menu-button-1{
    background-color: green;
    padding: 8px;
    border-radius: 10px;
}
.menu-button-2{
    background-color: rgb(30, 111, 187);
    padding: 8px 1px;
    border-radius:10px;
    border:0px;
}
.border{
    border:0px !important;
}
.custom-btn-our-team{
    color: #fff;
    /* background: #3d8af7; */
    background: #1470af;
    padding: 16px 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
}
.custom-btn-new{
    white-space: nowrap;
      color: #fff;
    /* background: #3d8af7; */
    background: #1470af;
    /* padding: 16px 50px; */
    padding: 13px 45px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
}
.site-title{
    font-size: 26px;
    font-family: "bodoni", sans-serif;
    font-weight: 700;
}
.modal-content {
  margin-top: 70px;
}
.modal{
    z-index: 999999;
}

.profile-body{
 
    background: url(../img/bg-img-new.jpg);
    /* background-size: cover; */
  
}
.table td, .table th {
   padding: 0px;
}
.heading_phase_sec{
     font-size: 46px;
    margin-top: 10px;
    text-transform: uppercase
}

    
.contact_para{
    font-size: 40px;
    font-weight: 600;
    font-display: "bodoni", sans-serif;
}
.card_radius{
        border-radius: 10px;
      }
      .card_image{
        width:80px;
        border-radius: 50%;
        height: 80px;
        margin:4px 10px;
      }
      .card_2{
         margin-top: 70px;
      }
      /* .card_3{
        margin-top: 38px;
      } */
      .card_4{
        margin-top: 70px;
      }
      .card_5{
        margin-top: -65px
      }
      .card_6{
          margin-top:-25px;
      }
      .card_7{
        margin-top: -120px;  
      }
     .my-mt_9{
         margin-top: 90px;
     }
     /* a.text-dark:focus, a.text-dark:hover{
         color: white!important;
     } */
     .f_btn{
         
        background-color: lightgray !important;
        color: black;
        border: none;
        padding: 18px;

     }
    
     .register_form{
        margin-left: 30px;
        margin-top: 20px;
     }
     .location-info2 a{
         color:white;
         font-size: 16px;
         /*text-decoration: underline;*/
         font-weight: 600;
     }
    
.info_card_body p {
    margin-top: 20px;
    font-size: 17px;
    color: black;
    text-align: justify;
}

.navbar-collapse{
    flex-grow: 0.5;
}

.bby-sitter-tab-form span {
	color: black !important;
}

.full-job-details-data {
	color: black !important;
}
/*24-12-2021*/
.profile-para h3 {
	color: #007bff;
}
.profile-para p {
    line-height: 30px;
    /* line-height: 25px; */
}
.profile-para {
	/* padding: 15px; */
	padding-bottom: 25px;
	font-size: 21px;
    text-align: justify;
}
.schedule_tbl{
    height:300px;
}
.parent_tbl{
    height: 270px;
}
.upper_case{
    text-transform: uppercase;
}



/*27/12*/
.profile-para {
    padding: 8px;
    
}
.personal-info {
    /*padding: 2px 15px 35px;*/
    margin-bottom: 10px;
}
.babysitter-context {
    margin-top: 15px;
}
.para_header{
        padding-bottom:2px;
}
.first_para {
	min-height: 265px;
}
.second_para {
	margin-top: 15px;
    min-height: 220px;
}
.edu-detail-content {
	padding: 24px 15px 10px;
	/*min-height: 235px;*/
}
.third_para_head{
    padding-top:0px;
}
.availibity-info{
    /* margin-top:10px; */
}
.person_experience {
	color: #007bff;
}
.filter_schedule {
    padding: 0px;
}

 .bottom_line li {
    list-style-type: none;
}


/* 23 - 04 - 2022 */
#header{
    background-color: #f0ad4e !important;
}

@media screen and (min-width: 1025px) {
    main{
        margin-top: 75px !important;
    }
}

@media screen and (min-width: 575px) and (max-width: 1024px) {
     main{
        margin-top: 140px !important;
    }

    .container{
        width: 100%!important;
    }
}


@media screen and (max-width: 574px) {
    main{
        margin-top: 110px !important;
    }
}


.replies img, .sent img{
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
}
.left_toggle_span{
    position: absolute;
    top: 8px;
    left: -118px;
}
.right_toggle_span{
    position: absolute;
    top: 10px;
    right: -124px;
}

li.replies.admin_replies {
    display: flex !important;
    justify-content: center !important;
}

.bsc__main_block{
        display: inline-flex;
    width: 100%;
}

.bsc__identity_block{
    width:100%;
    padding:7px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
        background: rgb(56, 182, 255);
    border-radius: 25px;
    color: #fff;
}
.bsc__identity_block p{
    margin-bottom:0px;
    font-size:18px;
    font-weight:600;
        margin-right: 7px;
        margin-top:0px;
}
.bsc__identity_block h4{
    margin-bottom:0px;
    font-size:18px;
    font-weight:600;
    color:#fff;
}

.certification-wrapper .container{
    margin-top: 2px !important;
}

.index__slider__sec{
    padding:50px 0;
}

.index__slider__sec > div{
    margin:0px;
}

#mobNavBar .navbar-nav .nav-item .nav-link{
        color: #000 !important;
}

#mobNavBar .navbar-nav .nav-item .nav-link i{
        color: #000 !important;
}

#mobNavBar .navbar-nav .nav-item .nav-link span{
    color:#000;
}
#mobNavBar .navbar-nav .menu-contact-info .nav-link{
    color:#fff !important;
}
#mobNavBar .navbar-nav .menu-contact-info .nav-link i{
    color:#fff !important;
}

.bsc__button_block{
    width:20%;
    
    text-align: center;
        display: flex;
    flex-direction: column;
    flex: 1;
    gap: 15px;
}
.bsc__button_block button{
        font-size: 12px;
        margin:10px 0;
            border: 0;
            font-weight: 600;
}
.bsc__button_block button:nth-child(1){
        background: rgb(255, 222, 89);
            color: #555;
}
.bsc__button_block button:nth-child(2){
        background: rgb(56, 182, 255);
}
.bsc__button_block button:nth-child(3){
    background: rgb(255, 87, 87);
}

.headng_para_detail p{
    font-size:16px;
    margin-bottom: 0;
}
.heading_flex_block{
    align-items:center;
}

.schedule__sec_blck{
    background:rgb(30, 111, 187);
    width:100%;
    border-radius:15px;
    padding: 8px 13px;
    margin-bottom: 10px;
}
.schedule__sec__head{
    color:#000;
    font-size:18px;
    margin:8px 0;
    text-align:center;
}
.schedule_day_info{
    margin: 0;
    color:#fff;
    display:flex;
    align-items:center;
    /*justify-content: space-around;*/
    padding: 0 15px;
}
.schedule_day_info h6{
    color:#fff;
    margin-bottom: 0;
    width:50%;
}
.schedule_day_info p{
    color:#fff;
    margin-bottom: 0;
}
.address_other_info{
    width:100%;
    padding:10px;
    background:rgb(30, 111, 187);
    border-radius:15px;
}
.babysitter_info_wrapper_row{
    margin-bottom:10px;
}
.counter_data_wrapper_row{
        background: #00000069;
    border-radius: 5px;
    margin:0px;
        padding: 25px 0 !important;
}
/*}*/
    #parentRegisterModal .modal-header .close{
        width: 35px;
        height: 35px;
        /* background: #1f1f1f; */
        border-radius: 50%;
        border: 2px dashed #1f1f1f;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        #babysitterRegisterModal .modal-header .close{
        width: 35px;
        height: 35px;
        /* background: #1f1f1f; */
        border-radius: 50%;
        border: 2px dashed #1f1f1f;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .password_field_sec label{
        position: absolute;
    bottom: -32px;
       font-size: 11px;
    }
    .password_field_sec_two label{
        position: absolute;
            bottom: -40px;
    font-size: 11px;
    }
    #basic-addon3{
            display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #nav-parent-login .row h5{
        font-size:18px;
    }

   
    .parent__request__card{
        padding:15px 5px;
    }

    .header-row .switcher{
        justify-content: left;
        align-items: center;
        display: flex;
    }
    .switch{
        margin:0px 5px;
    }
    .profile-img span .change_profile_pic i{
            background: #000;
            width: 35px;
            height: 35px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 14px;
    }
    
    .location-info2 a:hover{
        color: #fcdb02 ;
    }
    .switch{
        top:unset !important;
    }
    input:checked + .slider {
        background-color: #7ed958 !important;
    }
    
    .mbb-body-outer{
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .experience__btns_sec{
        width:100%;
    }
    .experience__btns_sec > div:nth-child(1){
        display: flex;
    }
    .experience__btns_sec > div:nth-child(1) .bby_profile_Info{
        width:70%;
    }
    .experience__btns_sec .visit-profile-btn{
            margin:10px 0;
           
    }
    .experience__btns_sec .visit-profile-btn a{
         background: #7ed957 !important;
             color: #1f1f1f;
    }
        
    .experience__btns_sec .bby_profile_Info > div{
        width:100%;
    }
    .experience__btns_sec .bby_profile_Info .heading_flex_block{
        width:100%;
    }
    .experience__btns_sec .bby_profile_Info .heading_flex_block ._heading{
        width:35% !important;
    }
    
    .profile_card_popup .modal-content{
        /*padding: 7px 15px;*/
        background: #7ed957;
        color: #fff;
        border-radius: 15px;
    }
    .profile_card_popup .modal-content .modal-header{
            background: #2196f3;
    border-radius: 15px;
    padding: 7px 15px;
    border-bottom: 0;
    }
    .profile_card_popup .modal-content h5{
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    .profile_card_popup .modal-content button{
        display:none;
    }
    .date_time_block{
        width:100%;
            display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .date_picker_block{
        width:49%;
        margin:0 8px;
        padding:10px;
    }
    .date_picker_label{
        width:100%;
    }
    .date_picker_label i{
        font-size:55px;
        color:#303030;
         display: flex;
        justify-content: center;
    }
    .profile_card__btns{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        cursor: pointer;
        background: #ff66c4;
        width: max-content;
        border-radius: 10px;
        opacity:1 !important;
    }
    .profile_card__btns i{
        font-size:17px;
        color:#fff;
        
    }
    .profile_card__btns span{
        color: #fff;
        font-size: 15px;
        margin-left: 10px;
        font-weight: 500;
    }
    .personal_card_btns_block{
        
        display: flex;
        justify-content: space-around;
        align-items: center;
            margin-top: 15px;

    }
    .time__heading__info_head h6{
        font-size:15px;
        color:#1f1f1f;
        text-align:center;
    }
     .time__heading__info_head h6 span{
         color:#000;
         font-size:16px;
         font-weight: 600;
     }
     .date_picker__label{
             width: 100%;
            padding: 5px 15px;
            border: 0;
            border-radius: 5px;
            border-bottom: 1px solid #303030;
            margin-bottom: 17px;
            background: transparent;
            color: #303030;
     }
     
     .weekly_scheule_btns{
         width: 100% ;
         display: flex;
        justify-content: center;
        /*margin-top: 15px;*/
     }
     .weekly_scheule_btns button{
        width: max-content;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffde59;
            color: #1f1f1f;
            border: 0;
            padding: 7px 20px;
            border-radius: 5px;
     }
     .weekly_scheule_btns button i{
         margin-right:7px;
     }
     .apply_schedule_btn button{
         background: #ff66c4 !important;
     }
     .weekly_schedule_btns_row{
         background: #38b6ff;
        padding: 10px 0;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 10px;
        border-radius: 15px;
        align-items:center;
     }
     .weekly_schedule_close_btns > div{
         background: #38b6ff !important;
         padding: 10px 15px !important;
     }
     
     .application_btns > div:nth-child(2) {
         background:#2196f3 !important;
     }
     
         p{
        line-height:26px;
        margin-top:15px;
        
    }
.outer-div{
    height: 480px;
    margin-top: -115px;
}
.outer-div-right{
    background-color:white;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.outer-div-left{
    color: black;
    padding-right:0px;
    font-size: 18px;
    font-weight: 600;
        
}
.left-side{
    /*border-radius: 20px 0px 0px 20px;*/
    /*margin: 0px 0px 2px;*/
    /*background-color: #4da7fb;*/
    /*height: 119px;*/
    /*padding:24px 30px;*/
    /*cursor:pointer;*/
    border-radius: 0.25rem;
    margin: 0px 0px 2px;
    background-color: white;
    /* height: 119px; */
    color: #000;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
}
.hour-glass{
    width: 45px;
    /*padding-top: 17px;*/
        margin-right: 10px;
}

.box-1{
    margin:0 15px;
    background-color: #4da7fbc7;

    text-align:center;
    border-radius:35px;
    padding:20px;
    min-width:180px;
}
.box-1 h3{
    margin-top: 18px!important;
        font-size: 18px;
}
.box-1 ul{
    text-align:left !important
}
.upload-image{
width:60px;
height:60px;
margin-bottom:15px;
}


.tab2-box{
    padding:30px;
    height: 338px;
    border-radius: 40px;
    width: 230px;
    background-color: #4da7fbc7;
    text-align:center;
    margin: 0 10px;
    margin-top:2rem;
  
}
.tab2-box-right{
    border-radius: 40px;
    margin: 0 10px;
    width: 300px;
    background-color: white;
}


.tab2-btn{
    color: black;
    padding: 5px;
    font-weight: 800;
    background-color: #4da7fbc7;
    border: 2px solid #4da7fbc7;
    margin:0px 70px;
}

.tab3-box{
    padding:30px;
    height: 400px;
    border-radius: 40px;
    margin: 37px auto;
    width: 300px;
    background-color: #4da7fbc7;
    text-align:center;
}
.tab3-box-right{
    border-radius: 40px;
    margin: 37px auto;
    width: 300px;
    background-color: white;
}
.tab3-box h3{
    font-size: 23px;
    padding: 18px 0px;
}


.tab3-link {
text-align: center;
    /*width: 290px;*/
    /* height: 50px; */
    background-color: #4da7fbc7;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 10px;
}
.tab3-link a{
    color:#111;
}

.tab4-box{
    padding:10px;
    height: 306px;
    border-radius: 0.5rem;
    margin: 37px 80px;
    width: 241px;
    /* background-color: #4da7fbc7; */
    background-color: transparent;
    text-align:center;
    border: 2px solid #ccc;
}
/* .tab4-box img{ */
  /* margin:5px; */
/* } */

.tab2-right, .tab3-right, .tab4-right {
    display:none;
}

.box-1  h2{
    font-size:23px;
}

.box-1 ul li h6{
    font-size:16px;
}

.tabActive{
    background:#007bff !important;
    color: white !important;
}

.left-side p{
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

.boxes_information h3{
    font-size: 19px;
    padding: 18px 0px;
}

.payment_method_block h5{
    font-size:19px;
    font-weight:600;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}
    
.dossier_outer_div{
        display:block;
}
.dossier_first_tab{
    padding:15px;
    height: 469px;
    overflow-y: scroll;
}
.add_payment_method_block{
    display:flex;
    align-items:center;
    justify-content:left;
    padding:8px 15px;
}
.add_payment_method_block i{
    margin-right: 5px;
}
.billing_shipping_block{
    display:flex;
    align-items: center;
    justify-content:left;
    margin:3px 0;
}
.billing_shipping_block p{
    width:100px;
    margin:0px;
}
.billing_shipping_block h6{
    margin:0px;
}

.dossier_table{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.dossier_table td, .dossier_table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.dossier_table tr:nth-child(even) {
  background-color: #dddddd;
}
.dossier_sec_tab video{
    width:100%;
}
    /**/
    .tab_3_container{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tab_3_iframe{
        width: 63%;
    box-shadow: 0 0 5px grey;
    margin-top: 4rem;
    border-radius: 5px;
}
.telecharger{
    width: 30%;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.telecharger p{
    background: #1ec51e;
    padding: 0.2rem 1rem;
    color: #fff;
    border-radius: 5px;
}
.left-side{
    transition: 0.3s all;
}
.left-side:hover{
    background-color: #efefef;
}

.allow_id_div{
     width: 50%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    
}
.box-1:hover{
        box-shadow: 0 0 5px #4da7fbc7;
}
.tab2-box:hover{
     box-shadow: 0 0 5px #4da7fbc7;
}
.tab4-box:hover{
     box-shadow: 0 0 5px #4da7fbc7;
}

.allow_id_div h3{
    font-size:1.4rem;
}
.allow_id_div h6{
    font-size:1rem;
}
#submit_btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
#submit_btn button{
    padding: 0.3rem 1.5rem;
    border: none;
    background-color: #4da7fb;
    color: #fff;
    border-radius: 5px;
}
.btn2{
    margin-top:3rem;
}
.upload-image{
    transition: 1s all;
}
.upload-image:hover{
    transform: rotate(-20deg);
    cursor: pointer;
  
}
.p-5,.card-text{
    text-align:justify;
}
/**/
.confirm_wrapper{
    margin-top:1rem;
}
.container2{
      padding: 3rem;
}
.new2{
    
    height:100%;
    width:100%;
}
.sidebar-subheading{
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 10px;
}
.font-montserrat{
    font-family: 'Montserrat';
}
.auth-footer{
    color: white;
    padding: 10px 0;
}
/* .navbar-responsive{
    justify-content: end;
} */
.docs-sidebar-links-border{
    border: 1px solid #ccc;
}
a.docs-sidebar-links-border:hover{
    background-color: #ececec;
    color: #000;
}
.online-status-dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 5px;
}
.online-status-dot-green{
    background-color: #7ed957;
}
.online-status-dot-red{
    background-color: #ff6666;
}
.online-status-dot-yellow{
    background-color: #ffcc00;
}
.cursor-pointer{
    cursor: pointer;
}
.pink-section-custom{
    background-color: #F148E5;
    padding: 20px 45px;
    border-radius: 10px;
    width: fit-content;
    color: white;
    margin: 0 auto;
}



.btn-3d-yellow {
        width: 8em;
        margin: 0 auto;
        height: 2.5em;
        background: #ffc107;
        border: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-decoration: none;
        border-radius: 0.5em;
        font-size: 1em;
        font-family: 'Source Sans Pro', sans-serif;
        box-shadow: 0 0.75em 0 #d39700, 0 1.25em 0 0.35em #e4e5c7;
        text-align: center;
        /* padding: 0.5em 0.5em 0.5em; */
        position: relative;
        -webkit-transition: all .1s;
        transition: all .1s;
    }

    .btn-3d-yellow:hover,
    .btn-3d-yellow:focus {
        -webkit-transition: all .25s;
        transition: all .25s;
        outline: none;
        background: #d39700;
        color: white;
        box-shadow: 0 0.75em 0 #b27b00, 0 1.25em 0 0.35em #c9e8e3;
    }

    .btn-3d-yellow:active {
        box-shadow: 0 0 0 0.35em #c9e8e3;
        -webkit-transform: translate(0, 1.25em);
        transform: translate(0, 1.25em);
        -webkit-transition: all .1s;
        transition: all .1s;
    }

    .top {
        font-size: 0.8em;
        letter-spacing: .08em;
    }

    .btm {
        font-size: 1.5em;
    }

    .btn-3d span {
        display: block;
    }