/* Global css */

@font-face {
    font-family: 'FbAbsolutiHeb-Regular';
    src: url(../fonts/FbAbsolutiHeb-Regular.woff);
    src: url(../fonts/FbAbsolutiHeb-Regular.woff2);
}

@font-face {
    font-family: 'FbAbsolutiHeb-Light';
    src: url(../fonts/FbAbsolutiHeb-LIght.woff);
    src: url(../fonts/FbAbsolutiHeb-LIght.woff2);
}

@font-face {
    font-family: 'FbAbsolutiHeb-Bold';
    src: url(../fonts/FbAbsolutiHeb-Bold.woff);
    src: url(../fonts/FbAbsolutiHeb-Bold.woff2);
}


* {
    font-family: 'FbAbsolutiHeb-Light';
}



.master_statement body {
    background-color: #F8F8F8;
    font-family: 'FbAbsolutiHeb-Light';
    overflow-x: hidden;
    padding-top: inherit;
    background-image: none;
}

body {
    overflow-x: hidden;
    background-image: url(../images/right-side-line.svg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 128px;
    font-family: 'FbAbsolutiHeb-Light';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FbAbsolutiHeb-Bold';
}

.title-h2 {
    font-size: 32px;
    color: #4D4D4D;
    margin-bottom: 52px;
    font-family: 'FbAbsolutiHeb-Regular';
}

p {
    font-size: 20px;
}

.container {
    max-width: 1180px;
}

.overflow-hidden {
    overflow: hidden;
}

    .overflow-hidden::after {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0px;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        z-index: 11;
    }

.blueColor {
    color: #29ABE2 !important;
}

.greenColor {
    color: #086731 !important;
}

.modal-dialog {
    max-width: 776px;
}

.modal-content {
    border-radius: 32px;
    border: none;
    background-color: #F8F8F8;
    text-align: right;
}

.modal-header .btn-close {
    height: 30px;
    width: 30px;
    padding: 0px;
    font-size: 13px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
    color: #4D4D4D;
}

.modal-header {
    padding: 52px 0px 0px 52px;
    min-height: 100px;
    border: none;
}

.modal-body {
    padding: 0px 52px 52px 52px;
}

.modal-content h2 {
    font-family: 'FbAbsolutiHeb-Regular';
    font-size: 32px;
    line-height: 140%;
    font-weight: normal;
    color: #39B54A;
    margin: 16px 0px;
}

.modal-content h5 {
    font-family: 'FbAbsolutiHeb-Regular';
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    color: #29ABE2;
}

.modal-content p, .modal-content ul, .modal-content ol {
    font-family: 'FbAbsolutiHeb-Light';
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    color: #4D4D4D;
    text-align: right;
}

.form-control {
    height: 40px;
    border-radius: 32px;
    border-color: transparent;
    padding-left: 24px;
    padding-right: 24px;
}

    .form-control:hover, .form-control:focus {
        border-color: #39B54A;
    }

.form-check-input {
    border-color: #4D4D4D;
    width: 10px;
    height: 10px;
}

    .form-check-input:checked, .form-check-input:checked[type="radio"] {
        background-color: #4D4D4D;
        border-color: #4D4D4D;
        background-image: none;
        box-shadow: none;
    }

    .form-check-input:focus {
        box-shadow: none;
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: rgba(77, 77, 77, 0.5);
    background-color: #fff;
    border-color: #fff;
}

    .btn-primary.disabled svg path, .btn-primary:disabled svg path {
        fill: rgba(77, 77, 77, 0.5);
    }

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background: rgba(57, 181, 74, 0.1);
    border-color: rgba(57, 181, 74, 0.1);
    color: #4D4D4D;
}

.breadcrumb-item {
    color: #4D4D4D;
    font-family: 'FbAbsolutiHeb-Regular';
    font-size: 12px;
}

    .breadcrumb-item a {
        font-family: 'FbAbsolutiHeb-Light';
        text-decoration: none;
        color: #4D4D4D;
    }


/* navbar css */
nav {
    height: 128px;
}

    nav .container-fluid {
        max-width: 1660px;
    }

.navbar-nav .nav-link {
    color: #086731;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1.5px solid transparent;
    transition: 1.5s;
}

    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
        border-color: #39B54A;
    }

.navbar-nav .nav-item {
    padding: 0px 8px;
}

.phone_number {
    color: #39B54A;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 24.5px;
    font-family: 'FbAbsolutiHeb-Regular';
}

    .phone_number:hover {
        color: #39B54A !important; /* Change this to your desired color */
    }

.select_languages {
    margin-left: 3%;
    padding-right: 1%;
}



    .select_languages select {
        background-image: url(../images/arrow.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        -webkit-appearance: none;
        direction: ltr;
        font-family: sans-serif !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.7px;
        outline: none;
        border: none;
        box-shadow: none;
        background-color: initial;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    }



.selected_languages {
    font-family: sans-serif !important;
}

.searchBox {
    position: relative;
    flex: 0 0 268px;
    max-width: 100%;
}

    .searchBox input {
        border-radius: 36px;
        height: 48px;
        background: #F8F8F8;
        border: 1px solid transparent;
        transition: 1.5s;
        padding-right: 53.58px;
        font-size: 18px;
        font-family: 'FbAbsolutiHeb-Light';
    }

        .searchBox input:hover, .searchBox input:focus {
            border-color: #086731;
            box-shadow: none;
        }

        .searchBox input::placeholder {
            color: #4D4D4D;
        }

.searchIcon {
    position: absolute;
    right: 16px;
    top: 5.21px;
}

.main-menu {
    flex-grow: 1;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.menu-shadow::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    z-index: 11;
}

.headButton {
    display: none;
    margin-top: 20px;
}

    .headButton a {
        font-size: 16px;
        height: 40px;
        background: #39B54A;
        text-decoration: none;
        color: #fff;
        border-radius: 32px;
        padding: 10px;
        display: inline-block;
        width: 218px;
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
        transition: 0.5s;
        border: 1px solid #39B54A;
        font-family: 'FbAbsolutiHeb-Regular';
    }

.dropdown-toggle::after {
    display: none;
}


/* main body css */
main {
    padding-right: 18px;
}

.slider-main {
    background-image: url(../images/leaf.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.slider-row {
    height: 100%;
    max-width: 1180px;
    margin: auto;
    width: 100%;
    background-image: url(../images/line-animation.gif);
    background-repeat: no-repeat;
    background-position: bottom -50% left 70%;
    background-size: 310px;
    padding: 1rem 0px;
}

.slider-content {
    text-align: right;
    max-width: 100%;
    padding-right: 56px;
}

    .slider-content img {
        max-height: 70px;
    }

    .slider-content h2 {
        color: #086731;
        font-size: 56px;
    }

    .slider-content p {
        font-size: 32px;
        color: #4D4D4D;
        font-family: 'FbAbsolutiHeb-Regular';
    }

    .slider-content .actionBtn, .actionBtn {
        font-size: 20px;
        height: 52px;
        background: #39B54A;
        text-decoration: none;
        color: #fff;
        border-radius: 32px;
        padding: 10px;
        display: inline-block;
        width: 218px;
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
        transition: 0.5s;
        border: 1px solid #39B54A;
        font-family: 'FbAbsolutiHeb-Regular';
    }

        .slider-content .actionBtn:hover, .slider-content .actionBtn:focus {
            background: transparent;
            border-color: #39B54A;
            color: #39B54A;
        }

.carousel-indicators .active.slider-indicator-1 path {
    fill: #086731;
}

.carousel-indicators .active.slider-indicator-2 path {
    fill: #29ABE2
}

.carousel-indicators {
    max-width: 1660px;
    width: 100%;
    margin: auto;
    bottom: 100px;
    justify-content: flex-end;
    padding-left: 30px;
}

    .carousel-indicators [data-bs-target] {
        width: auto;
        height: auto;
        border: none;
        background: transparent;
        text-indent: inherit;
    }

.slider2 .slider-content h2 {
    color: #29ABE2;
}

.slider2 .slider-content .actionBtn {
    background: #29ABE2;
    border: 1px solid #29ABE2;
}

    .slider2 .slider-content .actionBtn:hover, .slider2 .slider-content .actionBtn:focus {
        background: transparent;
        border-color: #29ABE2;
        color: #29ABE2;
    }

.slider2 .slider-row {
    background-image: url(../images/line-animation-2.gif);
    background-position: bottom -25% left 70%;
}

.more-options {
    padding: 120px 0px;
}

    .more-options .container {
        max-width: 1000px;
    }

.icon-box {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.hover-icon, .normal-icon {
    transition: 1s;
}

.icon-box img {
    max-height: 100%;
    max-width: 100%;
}

.hover-icon {
    display: none;
}

.more-option-card {
    transition: 1s;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 136px;
    margin: auto;
}

    .more-option-card:hover .hover-icon {
        display: block;
    }

    .more-option-card:hover .normal-icon {
        display: none;
    }

    .more-option-card span {
        font-size: 24px;
        color: #4D4D4D;
        font-family: 'FbAbsolutiHeb-Regular';
    }

.our-services {
    padding: 90px 0px;
}

    .our-services h3 {
        color: #39B54A;
        font-size: 32px;
        font-weight: bold;
        font-family: 'FbAbsolutiHeb-Regular';
    }

    .our-services p {
        font-size: 20px;
        color: #000;
        min-height: 136px;
    }

.serviceText {
    width: 500px;
    max-width: 100%;
}

.learn-more {
    border: 1px solid #086731;
    transition: 1.5s;
    color: #086731;
    border-radius: 58px;
    height: 52px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
}

    .learn-more:hover, .learn-more:focus {
        background: #086731;
        color: #ffffff;
    }

.about-us {
    padding: 90px 0px 0px 0px;
    background-image: url(../images/about-bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom 100%;
}

.tree {
    text-align: left;
    position: relative;
    top: 82px;
    left: -170px;
    z-index: 11;
}

.about-us p b {
    font-family: 'FbAbsolutiHeb-Regular';
    font-weight: normal;
}


/* common pages css */
/*page Main Title*/
.pageHeading {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .pageHeading h4 {
        font-size: 40px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #39B54A;
        font-weight: normal;
    }

.text-green p {
    color: #086731 !important;
}


.pageHeading p {
    font-size: 24px;
    color: #4D4D4D;
    font-family: 'FbAbsolutiHeb-Light';
    text-align: center;
    margin: 30px 0px;
}


/* Tzor_KESHER page css */
.contactBlock {
    padding-bottom: 150px;
    background-image: url(../images/city.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

.howTalk {
    width: 734px;
    margin: auto;
    display: inline-block;
    max-width: 100%;
    margin-top: 48px;
}

    .howTalk h3 {
        font-size: 24px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #4D4D4D;
        font-weight: normal;
    }

.talkCard {
    background: #F8F8F8;
    border-radius: 32px;
    text-align: center;
    padding: 32px;
    height: 100%;
    min-height: 576px;
}

.iconTalk {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 94px;
    margin: auto;
    padding: 15px;
}

    .iconTalk img {
        max-width: 100%;
    }

.talkCard h3 {
    font-size: 28px;
    font-family: 'FbAbsolutiHeb-Regular';
    color: #4D4D4D;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 0px;
    ;
}

.talkCard h2 {
    font-size: 32px;
    font-family: 'FbAbsolutiHeb-Regular';
    color: #4D4D4D;
    font-weight: normal;
    margin: 32px 0px;
}

.talkCard p {
    font-size: 24px;
    font-family: 'FbAbsolutiHeb-Light';
    color: #4D4D4D;
    font-weight: normal;
    text-align: center;
}

    .talkCard p b {
        font-family: 'FbAbsolutiHeb-Regular';
        font-weight: normal;
    }

.formBlock {
    background: #F8F8F8;
    border-radius: 32px;
    padding: 96px 115px;
    margin-top: 24px;
}

.formBlockInside {
    width: 100%;
    margin: auto;
    max-width: 100%;
    text-align: right;
}

    .formBlockInside h2 {
        font-size: 32px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #39B54A;
        font-weight: normal;
    }

    .formBlockInside p {
        font-size: 20px;
        font-family: 'FbAbsolutiHeb-Light';
        color: #4D4D4D;
        font-weight: normal;
    }

    .formBlockInside .form-label {
        font-size: 18px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #39B54A;
        font-weight: normal;
    }

.checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}

    .checkboxes .form-check .form-check-input {
        display: none;
    }

    .checkboxes .form-check {
        padding: 8px;
    }

        .checkboxes .form-check .form-check-label {
            background: #E6F2E7;
            border-radius: 56px;
            min-height: 40px;
            padding: 9px 24px;
            color: #39B54A;
            ;
            font-size: 16px;
            font-family: 'FbAbsolutiHeb-Light';
            cursor: pointer;
            border: 1px solid transparent;
        }

            .checkboxes .form-check .form-check-label:hover {
                border: 1px solid #39B54A;
            }

        .checkboxes .form-check .form-check-input:checked + .form-check-label {
            background-color: #39B54A;
            color: #fff;
        }

.yourDetails {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px
}

.group50 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.group100 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
}

.yourDetails .form-control {
    height: 40px;
    border-radius: 32px;
    border-color: transparent;
    padding-left: 24px;
    padding-right: 24px;
    text-align: right
}

    .yourDetails .form-control:hover, .yourDetails .form-control:focus {
        border-color: #39B54A;
    }

.applicationAction {
    margin-top: 32px;
}

    .applicationAction input, .applicationAction a {
        width: 100%;
        background-color: #39B54A;
        color: #fff;
        font-size: 20px;
        font-family: 'FbAbsolutiHeb-Regular';
        height: 52px;
        border-radius: 44px;
        border-color: #39B54A;
    }

        .applicationAction input:hover, .applicationAction input:focus, .applicationAction a:hover, .applicationAction a:focus {
            background: #fff;
            color: #39B54A;
            border-color: #39B54A;
        }

.sucessPost.visible {
    display: block;
}

.sucessPost {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: none;
}

.sucessBox {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.sucessContainer {
    width: 734px;
    padding: 30px;
    background: #fff;
    border-radius: 32px;
    min-height: 310px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

    .sucessContainer img {
        max-height: 164px;
    }

    .sucessContainer h2 {
        margin-top: 60px;
        font-size: 32px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #39B54A;
        font-weight: normal;
    }

    .sucessContainer p {
        font-size: 20px;
        font-family: 'FbAbsolutiHeb-Light';
        color: #4D4D4D;
        font-weight: normal;
    }

.formBlock.unvisible {
    display: none;
}

/* snifim page css */

select.form-select {
    height: 52px;
    background-color: #F8F8F8;
    border-radius: 38px;
    border-color: transparent;
    padding-right: 24px;
    font-size: 1rem;
    background-image: url(../images/caret-down.svg);
    background-size: 24px 24px;
    padding-left: 50px;
}

    select.form-select:focus {
        background-image: url(../images/caret-down_up.svg);
    }


    select.form-select:hover, select.form-select:focus {
        box-shadow: none;
        border-color: #39B54A;
    }


/*
start
        
    */
.city-option:hover {
    background: rgba(8, 103, 49, 0.10);
    cursor: pointer;
}


.accordion-flush .accordion-item .accordion-button, .accordion-body {
    background-color: #F8F8F8;
}


.city-option {
    text-align: right;
    height: 50px;
}


.accordion-button:hover {
    border-color: #39B54A;
    box-shadow: 0 0 0 1px #39B54A;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #e7f1ff;
    box-shadow: none;
    border-bottom: 1px solid #39B54A;
}

.accordion-button::after {
    content: '';
    background-image: url(../images/caret-down.svg);
    background-size: 24px 24px;
    position: absolute;
    left: 3%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/caret-down.svg);
    transform: rotate(180deg);
}

.accordion-body {
    max-height: calc(2.5em * 6);
    overflow-y: auto;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 38px;
}

/*
end
    */
.cityListBlock {
    width: 754px;
    margin: auto;
    margin-bottom: 136px;
    max-width: 100%;
}

.our_branches h3 {
    font-size: 28px;
    font-family: 'FbAbsolutiHeb-Regular';
    color: #4D4D4D;
    font-weight: normal;
    text-align: center;
    margin-bottom: 22px;
}

.our_branches .card {
    border-radius: 32px;
    background-color: #EAF7FD;
    border: none;
    padding: 40px;
    margin: 12px 0px;
    min-height: calc(100% - 24px);
}

    .our_branches .card h5 {
        font-size: 22px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #29ABE2;
        font-weight: normal;
        text-align: right;
    }

    .our_branches .card p {
        color: #4D4D4D;
        font-size: 16px;
        margin-bottom: 0px;
    }

        .our_branches .card p a {
            color: #4D4D4D;
            text-decoration: none;
        }

            .our_branches .card p a:hover {
                text-decoration: underline;
            }

.mainAddress {
    margin-bottom: 115px;
}

.detailsCard {
    text-align: center;
}

    .detailsCard h4 {
        font-size: 18px;
        color: #4D4D4D;
        font-family: 'FbAbsolutiHeb-Regular';
        font-weight: normal;
    }

        .detailsCard h4 img {
            margin-left: 10px;
        }

    .detailsCard p {
        font-size: 18px;
        color: #4D4D4D;
        font-family: 'FbAbsolutiHeb-Light';
        font-weight: normal;
        text-align: center;
        margin: 2px;
    }


/* Dira-behanacha page css */
.aprtment-discounts {
    margin-top: 37px;
    position: relative;
}

    .aprtment-discounts:before {
        background-image: url(../images/tree.png);
        background-repeat: no-repeat;
        left: -55%;
        top: 12%;
        width: 412px;
        height: 412px;
        content: "";
        z-index: -1;
        background-size: 100%;
    }

.aprtment-heading {
    font-size: 32px;
    font-family: 'FbAbsolutiHeb-Regular';
    color: #29ABE2;
    font-weight: normal;
    text-align: center;
    max-width: 439px;
    width: 100%;
    margin: auto;
}

.apprtmentTabs {
    background-color: #ECF8ED;
    width: auto;
    display: inline-block;
    margin: 40px auto;
    padding: 16px 18px;
    border-radius: 80px;
}

    .apprtmentTabs li {
        float: right;
    }

        .apprtmentTabs li button.nav-link {
            color: #92D69C;
            padding: 14px 46.5px;
            border-radius: 32px;
            font-size: 24px;
            font-family: 'FbAbsolutiHeb-Regular';
            min-width: 264px;
        }

            .apprtmentTabs li button.nav-link.active {
                background-color: #fff;
                color: #39B54A;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            }

.apartmentBlock {
    max-width: 754px;
    width: 100%;
    margin: auto;
    margin-bottom: 78px;
    font-size: 24px;
    font-family: 'FbAbsolutiHeb-Light';
    color: #4D4D4D;
    text-align: right;
}

    .apartmentBlock h5 {
        display: flex;
        align-items: center;
        font-size: 26px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #086731;
        font-weight: normal;
        text-align: right;
    }

        .apartmentBlock h5 img {
            max-width: 80px;
        }

    .apartmentBlock select.form-select {
        border-color: #39B54A;
        color: #39B54A;
        height: 68px;
    }

    .apartmentBlock ul {
        max-width: 708px;
        width: 100%;
    }

        .apartmentBlock ul li {
            margin: 10px 0px;
        }

.discountBlock {
    max-width: 909px;
    width: 100%;
    border-radius: 32px;
    border: 1px solid #39B54A;
    display: inline-block;
    margin: 50px auto;
    background: #fff;
    padding: 24px 77px;
}

    .discountBlock h5 {
        font-size: 26px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #086731;
        font-weight: normal;
    }

    .discountBlock p {
        font-size: 24px;
        font-family: 'FbAbsolutiHeb-Light';
        color: #4D4D4D;
    }

.sicountActions .btn {
    background: #ECF8ED;
    border-radius: 32px;
    height: 40px;
    border: none;
    color: #39B54A;
    font-size: 24px;
    margin: 0px 12px;
    min-width: 200px;
}

    .sicountActions .btn:hover, .sicountActions .btn:focus {
        background-color: #39B54A;
        color: #fff;
        box-shadow: none;
    }


/* Resnt Assistance page css */
.bg-city {
    background-image: url(../images/city-bg.png);
}

.JoinOnline, .instructions {
    margin-bottom: 60px;
}

.tabSmallHeading {
    font-size: 28px;
    font-family: 'FbAbsolutiHeb-Regular';
    color: #086731;
    font-weight: normal;
    text-align: center;
    margin-bottom: 32px;
}

.JoinOnline ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -12px;
    padding: 0px;
}

    .JoinOnline ul li {
        padding: 12px;
        list-style: none;
        cursor: pointer;
    }

.joinOnline_card {
    text-decoration: none;
    border: 1px solid #29ABE2;
    background-color: #fff;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 192px;
    flex-direction: column;
    padding: 20px;
}

.joinOnlineIcon {
    width: 80px;
    height: 80px;
    background-color: rgba(41, 171, 226, 10% );
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 83px;
}

.joinOnline_card span {
    font-size: 24px;
    font-family: 'FbAbsolutiHeb-Light';
    color: #4D4D4D;
    margin-top: 16px;
    line-height: normal;
}

.joinOnline_card:hover, .joinOnline_card.active {
    background-color: #EAF7FD;
    border-color: #EAF7FD;
}

    .joinOnline_card:hover span, .joinOnline_card.active span {
        color: #29ABE2;
    }

.instructions > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -8px;
    padding: 0px;
}

    .instructions > ul > li {
        padding: 8px;
        list-style: none;
    }

        .instructions > ul > li > a {
            background-color: #ecf8ed;
            transition: 0.5s;
            padding: 16px 24px;
            color: #39B54A;
            font-size: 24px;
            line-height: 140%;
            text-decoration: none;
            border-radius: 32px;
            display: inline-block;
        }

            .instructions > ul > li > a:hover, .instructions ul li a.active, .instructions ul li a:focus {
                background-color: #39B54A;
                color: #fff;
            }

.blueTabs {
    background-color: #EAF7FD;
    ;
}

    .blueTabs li button.nav-link {
        color: rgba(41, 171, 226, 50% );
    }

        .blueTabs li button.nav-link.active {
            color: #29ABE2;
        }

.relevant-document-process {
    background-color: #F8F8F8;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -32px;
    justify-content: center;
    padding: 45px;
}

    .relevant-document-process li {
        list-style: none;
        padding: 0px 32px;
    }

.relevant-document-card {
    display: flex;
    text-align: right;
}

.documentIconSide {
    margin-left: 26px;
}

.relevant-document-card p, .relevant-document-card a {
    font-size: 28px;
    font-family: 'FbAbsolutiHeb-Light';
    color: #4D4D4D;
    margin-bottom: 0px;
    text-decoration: none;
}

    .relevant-document-card p b {
        font-family: 'FbAbsolutiHeb-Regular';
        font-weight: normal;
    }

.relevant-document-card .btn {
    font-size: 23px;
    font-family: 'FbAbsolutiHeb-Regular';
    color: #fff;
    background-color: #39B54A;
    border-color: #39B54A;
    border-radius: 80px;
    width: 100%;
}

    .relevant-document-card .btn:hover, .relevant-document-card .btn:focus {
        box-shadow: none;
        background-color: #fff;
        color: #39B54A;
        border-color: #39B54A;
    }

.modalText {
    background-color: #fff;
    padding: 16px;
}



/* Footer Css */
footer {
    padding-bottom: 90px;
    background-color: #29ABE2;
    position: relative;
    padding-top: 110px;
    font-family: 'FbAbsolutiHeb-Light';
}

    footer:before {
        background-image: url(../images/footer-bg.svg);
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: -160px;
        background-size: cover;
    }

    footer .container-fluid {
        max-width: 1420px;
        position: relative;
        z-index: 1;
    }

    footer ul {
        margin: 0px;
        padding: 0px;
    }

        footer ul li {
            padding: 2.5px 0px;
            list-style: none;
        }

            footer ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 20px;
            }

                footer ul li a:hover {
                    color: #086731;
                }

    footer p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0px;
        text-align: right;
    }

.tel-number {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-family: 'FbAbsolutiHeb-Bold';
}

.other-footer-links {
    margin-top: 50px;
}

    .other-footer-links ul {
        display: flex;
        justify-content: center;
    }

        .other-footer-links ul li {
            padding: 0px 10px;
            border-left: 1px solid #fff;
            display: inline-block;
        }

            .other-footer-links ul li a {
                font-size: 16px;
                padding: 0px;
                display: inline-block;
            }

            .other-footer-links ul li:nth-last-child(1) {
                border-left: none;
            }

.footerLogo {
    display: none;
}



#loginPopUp, #blockPopUp {
    display: none;
    position: fixed;
    background-color: #f8f8f8;
    width: 50%;
    padding: 2%;
    top: 30%;
    right: 25%;
    border: 1px solid white;
    border-radius: 32px;
    z-index: 1050;
}



.statmentForm {
    background-color: aqua;
}

.popUpIframe {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}


#loginPopUp, #blockPopUp {
    display: none;
    position: fixed;
    background-color: #f8f8f8;
    width: 50%;
    padding: 2%;
    top: 30%;
    right: 25%;
    border: 1px solid white;
    border-radius: 32px;
    z-index: 1050;
}


#formPopUp {
    display: none;
    position: fixed;
    background-color: #f8f8f8;
    width: 70%;
    height: 95%;
    padding: 2%;
    top: 2.5%;
    right: 15%;
    border: 1px solid white;
    border-radius: 32px;
    z-index: 1050;
}

.statmentForm {
    background-color: aqua;
}

.popUpIframe {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}


.labelAndInput {
    display: flex;
    flex-direction: column;
}

.inputLogin, .inputLoginOtp {
    background-color: white;
    border: none;
    padding: 5%;
    width: 280px;
    border-radius: 32px;
}

.inputLoginOtp {
    padding: 4%;
    width: 450px;
    margin-top: 5%;
}

    .inputLogin:focus-visible, .inputLoginOtp:focus-visible {
        border: 1px solid #39B54A;
        outline: none;
    }

.containert-tz-phone {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.loginButton {
    background-color: #39B54A;
    padding: 1.5%;
    width: 30%;
    border: none;
    border-radius: 32px;
    color: white;
    margin-top: 5%;
    font-size: 20px;
}

.p-titleLogin {
    text-align: center;
    font-size: 40px;
    color: #39B54A;
    font-family: 'FbAbsolutiHeb-Regular';
}

.p-subtLogin, .p-subTypeCode {
    text-align: right;
    font-size: 25px;
    color: #39B54A;
    margin-right: 15%;
}

.p-subTypeCode {
    margin-top: 2%
}

.container-Button-Login {
    display: flex;
    justify-content: space-around;
}

.resentotp-button {
    border: none;
    color: #29ABE2;
    font-size: 20px;
    margin-top: 15%;
    background-color: transparent;
}

#otpSection {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.close-popupMS {
    display: inline-block;
    background-color: #28a745;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 19px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: -12px;
    transition: background-color 0.3s ease;
    margin-right: 44%;
}
.close-popup {
    display: flex;
    flex-direction: row-reverse;
}

.close-popupMS:hover {
    background-color: #218838;
}

#error-code, #error-user {
    color: darkred;
    display: none;
    margin-top: 3%;
    margin-right: 5%;
}

.spinner {
    display: none;
    border: 8px solid #e0d8d8;
    border-top: 8px solid #39B54A;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 58%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.selected-type {
    background-color: #29ABE21A;
    border: none;
}

.unselected-type {
    background-color: white;
    border: 2px solid #29ABE2;
}

.choose-type {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.button-type {
    padding: 13px 16px 10px 16px;
    border-radius: 32px;
    width: 280px;
    text-align: center;
    color: #29ABE2;
    font-size: 20px
}

    .button-type:focus {
        outline: 2px solid #29ABE2;
    }

.sms-title {
    margin-right: 0px
}

.overlay, .overlayLoad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}


@media only screen and (max-width: 1400px) {

    .select_languages {
        margin-left: 0%;
    }
}


@media only screen and (max-width: 1366px) {
    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-nav .nav-item {
        padding: 0px 1px;
    }

    .searchBox {
        flex: 0 0 238px;
    }

    .phone_number {
        font-size: 15px;
    }

    .slider-content h2 {
        font-size: 52px;
    }

    .slider-content p {
        font-size: 26px;
    }

    .slider-row {
        background-position: bottom -45% left 60%;
    }

    .slider2 .slider-row {
        background-position: bottom -37% left 60%;
    }

    .tree {
        top: 42px;
        left: -30px;
    }

    footer ul li a, footer p {
        font-size: 18px;
    }
}


@media only screen and (max-width: 1280px) {
    .tree {
        top: 37px;
        left: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .carousel-item img {
        max-width: 100%;
    }

    .slider-content h2 {
        font-size: 35px;
    }

    .slider-row {
        background-size: 200px;
    }

    .slider2 .slider-row {
        background-position: bottom -70% left 55%;
    }

    .slider-row {
        background-position: bottom -96% left 55%;
    }

    .slider-content p {
        font-size: 18px;
    }

    .slider-content img {
        max-height: 40px;
    }

    .carousel-indicators {
        bottom: 30px;
    }

    .slider-main {
        background-size: 50%;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
        margin-left: 15px;
    }

    .main-menu {
        background-color: #fff;
        position: absolute;
        transition: 1s;
        width: 302px;
        border-radius: 48px 0px 0px 48px;
        top: 128px;
        z-index: 20;
        right: -302px;
        height: calc(90vh - 108px);
        background-image: url(../images/green-leaf.svg);
        background-repeat: no-repeat;
        background-position: right bottom 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .select_languages {
        margin-bottom: 10% !important;
        margin-right: 10%;
    }

    .menuShow {
        right: 0px;
    }

    .navbar-expand-md .main-menu .navbar-nav {
        flex-direction: column;
    }

    .navbar-brand {
        flex: 1;
    }

    .navbar-nav {
        width: 214px;
        max-width: 100%;
        margin: 60px auto;
    }

        .navbar-nav .nav-link {
            background-image: url(../images/circle-arrow.svg);
            background-repeat: no-repeat;
            background-position: left center;
            border-bottom: 1.5px solid #99D7A2;
            padding: 20px 0px;
        }

    .headButton {
        display: block;
    }

    .modal {
        padding: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .more-options {
        padding: 50px 0px;
    }

    .background-slider {
        height: 370px;
        max-width: none;
    }

    .slider-row {
        background-position: bottom -35% left 47%;
    }

    .slider2 .slider-row {
        background-position: bottom -28% left 47%;
    }

    .more-option-card span {
        font-size: 20px;
    }

    .icon-box {
        width: 100px;
        height: 100px;
    }

    .container {
        max-width: 960px;
    }

    .title-h2, .our-services h3 {
        font-size: 28px;
    }

    .our-services p, p {
        font-size: 16px;
    }

    footer ul li a, footer p {
        font-size: 16px;
    }

    .relevant-document-process li {
        padding: 20px 32px;
    }

    .relevant-document-process {
        margin: 0px;
    }

    .instructions .modalText li {
        width: 100%;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .searchBox {
        flex: 0 0 100%;
    }

    nav {
        height: auto;
    }

    main {
        padding-right: 0px;
    }

    body {
        background: #fff;
    }

    .background-slider {
        display: none;
    }

    .carousel-caption {
        position: relative;
        left: 0px;
        right: 0px;
    }

    .pageHeading h4 {
        font-size: 36px;
    }

    .pageHeading p {
        font-size: 20px;
    }

    .talkCard h2 {
        font-size: 24px;
        margin: 20px 0px;
    }

    .iconTalk {
        width: 64px;
        height: 64px;
        padding: 12px
    }

    .talkCard h3 {
        font-size: 20px;
    }

    .talkCard p {
        font-size: 18px;
    }

    .talkCard {
        min-height: auto;
    }

    .formBlockInside h2 {
        font-size: 24px;
    }

    .formBlockInside p {
        font-size: 18px;
    }

        .formBlockInside p br {
            display: none;
        }

    .contactBlock {
        background-image: none;
        padding-bottom: 140px;
    }

    .aprtment-heading {
        font-size: 26px;
    }

    .apprtmentTabs li button.nav-link {
        font-size: 20px;
    }

    .tabSmallHeading {
        font-size: 22px;
    }

    .joinOnline_card span {
        font-size: 18px;
    }

    .instructions ul li a {
        padding: 10px 16px;
        font-size: 18px;
    }

    .instructions ul li {
        padding: 5px;
    }

    .relevant-document-process {
        margin: 0px;
        padding: 15px;
    }

        .relevant-document-process li {
            padding: 20px 0px;
        }

    .relevant-document-card p, .relevant-document-card a {
        font-size: 22px;
    }

    .aprtment-discounts::before {
        display: none;
    }

    .registrationForm h2 {
        font-size: 22px;
    }

    .registrationForm h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 574px) {



    .accordion-header .d-sm-block {
        display: none !important;
    }

    .accordion-header .d-sm-none {
        display: block !important;
    }

    .phone_number {
        margin-left: 0px;
    }

    .slider-row {
        flex-direction: column-reverse;
    }

    .slider-content {
        text-align: center;
        padding: 0px;
        width: 235px;
        margin: auto;
        max-width: 100%;
    }

        .slider-content p {
            text-align: center;
            font-size: 16px;
        }

        .slider-content h2 {
            font-size: 28px;
        }

    .slider-image {
        width: 286px;
        margin: auto;
        position: relative;
        min-height: 288px;
        max-width: 100%;
    }

        .slider-image:before {
            background-image: url(/images/green-full-leaf.svg);
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 100%;
            background-position: right 100% top 70%;
            background-repeat: no-repeat;
        }

    .slider-main {
        background-image: none;
    }

    .carousel-indicators {
        display: none;
    }

    .more-options .container, .container {
        max-width: 265px;
    }

    .slider-content .actionBtn {
        height: 40px;
        width: 190px;
        max-width: 100%;
        font-size: 16px;
        margin-top: 0px;
    }

    .more-option-card span {
        font-size: 16px;
        line-height: 18px;
    }

    .icon-box {
        width: 90px;
        height: 90px;
    }

    .more-options, .our-services {
        padding: 30px 0px;
    }

    .title-h2 {
        margin-bottom: 30px;
    }

    .title-h2 {
        font-size: 22px;
    }

    .our-services h3 {
        font-size: 20px;
        text-align: center;
    }

    .serviceText {
        margin-bottom: 40px;
    }

    .learn-more {
        background-color: #39B54A;
        color: #fff;
        font-size: 16px;
        height: 40px;
        border-color: #39B54A;
    }

    .title-h2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }

        .title-h2 img {
            width: 64px;
            margin: auto auto 40px auto;
        }

    .about-us {
        padding: 0px 0px 0px 0px;
        background-position: left bottom;
        background-size: 50% auto;
    }

    .our-services p, p {
        text-align: center;
    }

    .about-us .title-h2 {
        margin-bottom: 20px;
    }

    footer::before {
        background-size: 100% auto;
    }

    .tree {
        width: 200px;
        top: 40px;
        right: 50%;
    }

        .tree img {
            max-width: 100%;
        }

    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        footer::before {
            top: -50px;
        }

        footer .container-fluid {
            max-width: 330px;
        }

        footer ul li a, footer p {
            font-size: 14px;
        }

        footer ul {
            margin-bottom: 40px;
        }

    .other-footer-links ul li a {
        font-size: 14px;
    }

    .footerLogo {
        display: inline-block;
        margin: auto;
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }

    .other-footer-links {
        margin-top: 0px;
    }

        .other-footer-links ul {
            margin-bottom: 0px;
        }

    .navbar-brand img {
        max-height: 34px;
    }

    .main-menu {
        top: 108px;
        z-index: 20;
        /*        height: calc(100vh - 108px);
*/
    }

    .pageHeading h4 {
        font-size: 22px;
    }

    .pageHeading p {
        font-size: 16px;
        margin: 2px
    }

    .howTalk h3 {
        font-size: 16px;
        font-family: 'FbAbsolutiHeb-Light';
    }

    .talkCard h3 {
        font-size: 18px;
    }

    .talkCard h2 {
        font-size: 21.94px;
    }

    .talkCard p {
        font-size: 16px;
        margin: 2px
    }

    .talkCard {
        height: auto;
        margin-bottom: 20px;
    }

    .formBlock {
        margin-top: 0px;
        padding: 19px;
    }

    .checkboxes .form-check {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .checkboxes .form-check .form-check-label {
            width: 100%;
        }

    .formBlockInside {
        text-align: center;
    }

    .group50 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our_branches .card {
        padding: 30px;
    }

    .our_branches h3 {
        font-size: 20px;
    }

    .our_branches .card p {
        text-align: right;
    }
    /*
    .contactBlock .container {
        max-width: 500px;
    }*/

    .cityListBlock {
        margin-bottom: 50px;
    }

    .mainAddress {
        margin-bottom: 50px;
    }

    .detailsCard {
        margin-bottom: 40px;
        padding-right: 25px;
    }

        .detailsCard, .detailsCard p {
            text-align: right;
        }

            .detailsCard h4, .detailsCard p {
                font-size: 16px;
            }

    .sucessContainer h2 {
        font-size: 24px;
        margin-top: 0px;
    }

    .sucessContainer {
        padding: 40px 23px;
        width: 232px;
    }

        .sucessContainer img {
            max-height: 104px;
        }

    .instructions ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .instructions ul li a {
            width: 100%;
            text-align: right;
        }

    .modal {
        padding: 15px;
    }

    .modal-dialog {
        max-width: 272px;
        margin: auto;
    }

    .modal-content {
        border-radius: 22px;
    }

        .modal-content h2 {
            font-size: 22px;
        }

        .modal-content p, .modal-content ul, .modal-content ol {
            font-size: 16px;
        }

    .modal-header {
        padding: 16px 0px 0px 16px;
        min-height: 50px;
    }

    .modal-body {
        padding: 0px 16px 16px 16px;
    }

    .modal-header .btn-close {
        height: 24px;
        width: 24px;
    }

    .tabSmallHeading {
        font-size: 18px;
    }

    .relevant-document-card p, .relevant-document-card a {
        font-size: 16px;
        text-align: right;
    }

    .relevant-document-process {
        background-color: #fff;
    }

    .relevant-document-card .btn {
        font-size: 18px;
    }

    .documentIconSide img {
        max-height: 40px;
    }

    .documentIconSide {
        margin-left: 15px;
    }

    .relevant-document-process li {
        padding: 0px 0px 20px 0px;
    }

    .aprtment-heading {
        font-size: 18px;
    }

    .apprtmentTabs li {
        float: right;
        width: 100%;
    }

        .apprtmentTabs li button.nav-link {
            font-size: 16px;
            padding: 7px 12px;
            min-width: 100%;
            text-align: center;
        }

    .JoinOnline ul li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px;
    }

    .joinOnline_card {
        min-width: 100%;
        min-height: 100%;
        border-radius: 24px;
        padding: 15px;
    }

    .joinOnlineIcon {
        width: 40px;
        height: 40px;
    }

        .joinOnlineIcon img {
            max-height: 19px;
        }

    .joinOnline_card span {
        font-size: 14px;
    }

    .registrationForm {
        padding: 30px;
        border-radius: 24px;
    }

        .registrationForm h2 {
            margin-bottom: 20px;
        }

    .row.child_details_row {
        border-right: none;
        border-bottom: 2px solid #39B54A;
    }

    .addMoreBtn {
        margin: 0px;
    }

    .registrationPage .container {
        max-width: 316px;
    }

    .completionMessagePopup .modal-dialog {
        max-width: 318px;
    }

    .completionMessagePopup .modal-body {
        padding: 0px 38px 38px 38px;
    }

    .completionContainer h2 {
        font-size: 32px;
    }

    .completionContainer p, .otpForm .form-label {
        width: 100%;
    }

    <<<<<<< HEAD
    =======

    #loginPopUp, #blockPopUp {
        display: none;
        position: fixed;
        background-color: #f8f8f8;
        width: 50%;
        padding: 2%;
        top: 30%;
        right: 25%;
        border: 1px solid white;
        border-radius: 32px;
        z-index: 1050;
    }

    #formPopUp {
        width: 96%;
        right: 2%;
    }

    .containert-tz-phone {
        display: flex;
        flex-direction: column;
    }

    .loginButton {
        padding: 5%;
        width: 75%;
        margin-top: 12%
    }

    .inputLoginOtp {
        width: 350px;
    }

    .close-popup {
        margin: 5% 0% 0% 5%;
    }

    .p-subtLogin, .p-subTypeCode {
        text-align: center;
        margin-right: 0%;
        font-size: 22px;
    }

    .labelAndInput {
        align-items: center;
    }

    .choose-type {
        flex-direction: column;
        align-items: center;
    }

    #voice {
        margin-top: 3%;
        display: none;
    }

    .spinner {
        top: 82%;
        left: 46%;
    }

    #otpSection {
        padding: 9%;
    }
}


.button-type:focus {
    outline: 2px solid #29ABE2;
}

.sms-title {
    margin-right: 0px
}

.overlay, .overlayLoad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

#paymentResult {
    display: flex;
    height: 350px;
    justify-content: center;
    align-items: center;
}

#SpinnerLoader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(66 65 65 / 62%);
    z-index: 9999;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 24px;
    display: none;
    z-index: 9999;
    position: fixed;
}

.paymentSpinner {
    border: 8px solid #e0d8d8;
    border-top: 8px solid #39B54A;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 374px) {
    .navbar-brand img {
        max-height: 32px;
    }

    .phone_number {
        font-size: 16px;
    }
}

@media (max-width: 574px) {
    #loginPopUp, #blockPopUp {
        width: 96%;
        right: 2%;
        top: 18%
    }

    #formPopUp {
        width: 96%;
        right: 2%;
    }

    .containert-tz-phone {
        display: flex;
        flex-direction: column;
    }

    .loginButton {
        padding: 5%;
        width: 75%;
        margin-top: 12%
    }

    .inputLoginOtp {
        width: 350px;
    }

    .close-popup {
        margin: 5% 0% 0% 5%;
    }


    .p-subtLogin, .p-subTypeCode {
        text-align: center;
        margin-right: 0%;
        font-size: 22px;
    }

    .labelAndInput {
        align-items: center;
    }

    .choose-type {
        flex-direction: column;
        align-items: center;
    }

    #voice {
        margin-top: 3%;
        display: none;
    }

    .spinner {
        top: 82%;
        left: 46%;
    }

    #otpSection {
        padding: 9%;
    }
}

<<<<<<< HEAD


@keyframes spin {
    0%

{
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}

}

@media only screen and (max-width: 374px) {
    .navbar-brand img {
        max-height: 32px;
    }

    .phone_number {
        font-size: 16px;
    }
}

======= > > > > > > > 7ae643b93cf24565beec7ff2f06999d4f4a4eacf
.navbar {
    z-index: 1;
}

.completionMessagePopup .modal-dialog {
    max-width: 1176px;
}

.completionContainer {
    text-align: center;
    max-width: 593px;
    width: 100%;
    margin: auto;
}

    .completionContainer h2 {
        font-size: 32px;
        font-family: 'FbAbsolutiHeb-Regular';
        color: #39B54A;
        font-weight: normal;
    }

    .completionContainer p, .otpForm .form-label {
        font-size: 24px;
        font-family: 'FbAbsolutiHeb-Light';
        color: #4D4D4D;
        font-weight: normal;
        text-align: center;
    }

    .completionContainer img {
        max-height: 164px;
    }

.appointmentBtn {
    font-size: 20px;
    height: 52px;
    background: #39B54A;
    text-decoration: none;
    color: #fff;
    border-radius: 32px;
    padding: 10px;
    display: inline-block;
    width: 218px;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
    transition: 0.5s;
    border: 1px solid #39B54A;
    font-family: 'FbAbsolutiHeb-Regular';
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    appearance: none;
    background-image: url(../images/ArrowDown.png);
    background-size: 10px;
    background-repeat: no-repeat;
    padding: 8px 19px;
    background-position: 21px;
    width: 242px;
    height: 40px;
    border-radius: 32px;
    border-color: transparent;
    padding-right: 24px;
    color: #212529;
    background-color: white;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    border: 0px solid #aaa;
}

.statement {
    padding-right: 24px;
    cursor: pointer;
    text-align: right;
    min-width: 240px;
    padding-top: 26px;
    position: absolute;
    top: -14px;
}

.titleanddescription br {
    display: none;
}

.titleanddescription p {
    padding-top: 6px;
}

.titleanddescription {
    position: relative;
    background-image: url(../images/identityFile.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    border-radius: 32px;
    border-color: transparent;
    font-size: 12px;
    min-width: 260px;
    display: inline-block;
    color: #212529;
    background-color: white;
    height: 40px;
    cursor: pointer;
    text-align: right;
    padding: 0px;
    cursor: pointer;
}


#voice {
    display: none;
}

.skiptranslate {
    display: none;
}
.alternating, .fileupload {
    cursor: pointer;
}
.fileupload .umbraco-forms-label {
   cursor: pointer;
}
.fileupload {
    cursor: pointer;
}