html,
body {
    margin: 0 !important;
    overflow-x: hidden;
    font-family: "titillium_webregular";
    font-size: 13px;
}

html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a {
    color: inherit !important;
    /* text-decoration: none !important; */
}

a.a-hover:hover {
    color: #23a7af !important;
}

ul {
    padding: 0;
    margin: 0;
    /* list-style-type: none; */
}

p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.6;
}

div.limit-line-height h4 {
    line-height: 1.2;
}

img {
    width: 100%;
    height: 100%;
}

select {
    width: 100%;
}

p>a {
    color: #007bff !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}


/* .img-fluid{
    max-height:500px;
    max-width:500px;
    height:auto;
    width:auto;
} */


/*
|--------------------------------------------------------------------------
| Hover
|--------------------------------------------------------------------------
*/

.hvr-grow {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*
|--------------------------------------------------------------------------
| END Hover
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/

.normal-text li.ql-indent-1, .normal-text li.ql-indent-2 {
    margin-left: 70px;
}

.normal-text li.ql-indent-2 {
    list-style: disc;
}

p.ql-align-center {
    text-align: center;
}

a.ql-size-large {
    color: rgb(0, 155, 217) !important;
}

.navbar-collapse {
    z-index: 9999;
}

.z-index-9999 {
    z-index: 9999;
}

.nav-item.active,
.nav-item:hover {
    color: #86bc26;
    border-bottom: 5px solid #86bc26;
}

.navbar-brand.abs {
    width: auto !important;
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin: 0;
    z-index: 999999;
}

.search-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.orange-search {
    /*this is the search bar inside and I know */
    /*the display is hidden but I have jQuery code that changes that*/
    width: 38%;
    position: absolute;
    left: 50%;
    top: 6.2%;
    transform: translate(-50%, -6.2%);
}

.search-input {
    border-radius: 20px;
    height: 42px;
    text-align: center;
}

.search-container {
    height: 42px;
    background-color: white;
    color: black;
    line-height: 1;
    font-size: 13px;
    border-radius: 25px;
    border: none;
    /* box-shadow: 0px 3px 6px #f6f6f6; */
    /* min-width: 125px; */
}

.search-container input,
.search-container input::placeholder {
    background-color: white;
    border: none;
    text-align: center;
}

.search-container button {
    background-color: white;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 0 5px;
    margin: 5px;
    border-radius: 25px;
    border: none;
    /* min-width: 125px; */
}

.view-all-alignment {
    float: right;
}

.image-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.date-input::placeholder {
    content: "Date Of Birth";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.mobile-search-icon {
    border: none;
    margin: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 35px;
    background-color: #eceae6;
}

.search-icon {
    border: none;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.number {
    margin: 10px 0;
}

.minus,
.plus {
    width: 22px;
    height: 34px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

input.number-input {
    height: 34px;
    width: 38px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.header-row-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: #f0f4f4;
}

.header-row-top p {
    font-size: 12px;
}

.hide-on-desktop {
    display: none;
}

.header-row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    padding: 0 0;
    /* box-shadow: 0px 3px 6px #f6f6f6; */
    background-color: rgba(0, 0, 0, 0.2);
}

.header-host {
    z-index: 99999;
    background-color: rgb(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
}

.header-host-white {
    z-index: 99999;
    background-color: rgb(250, 250, 250);
    position: absolute;
    top: 0;
    width: 100%;
}

.md-mobile-picker-header {
    font-size: 14px;
}

.select2-locations li,
.select2-locations .select2-container {
    width: 250px;
    background-color: #f9f7f4 !important;
    border-radius: 30px !important;
}

.select2-locations .select2-selection__arrow {
    display: none;
}

.select2-locations .select2-container--default .select2-selection--single {
    border: none;
    background-color: #f9f7f4;
    border-radius: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #f9f7f4 !important;
    border-radius: 30px;
}

.select2-dropdown {
    background-color: #f9f7f4 !important;
    border-radius: 30px !important;
    border: none !important;
    top: -36px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.services-onhover:hover .dropdown-content,
.globemed-onhover:hover .dropdown-content,
.know-us-onhover:hover .dropdown-content {
    display: block;
}


/* .services-onhover:hover .services-onhover {
    background-color: #3e8e41;
} */

.services-dropdown,
.know-us-dropdown,
.globemed-dropdown {
    width: 800px !important;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 50px;
}

.service-li {
    padding: 15px !important;
}

.service-li img {
    display: none;
}

.services-dropdown li a:hover,
.globemed-dropdown li a:hover,
.know-us-dropdown li a:hover {
    color: #009bd9 !important;
}

.services-dropdown li:hover img,
.globemed-dropdown li:hover img,
.know-us-dropdown li:hover img {
    display: inline;
}

.group-dropdown {
    width: 350px;
    position: absolute;
    backdrop-filter: blur(25px);
    top: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
}

.group-dropdown li {
    padding: 10px;
}

.group-dropdown li a,
.group-dropdown li i {
    color: rgb(37, 44, 49) !important;
    font-size: 18px;
    margin-right: 5px;
    background-color: initial !important;
    text-decoration: none;
    border-radius: initial !important;
    font-weight: 700;
}

.header-input,
.header-input::-webkit-input-placeholder,
.select2-selection__placeholder {
    background-color: #f9f7f4 !important;
    color: #999;
    border: none;
    font-size: 13px;
    font-family: "ubuntulight" !important;
    min-width: 140px;
}

.header-input,
.header-input::-moz-placeholder,
.select2-selection__placeholder {
    background-color: #f9f7f4 !important;
    color: #999;
    border: none;
    font-size: 13px;
    font-family: "ubuntulight" !important;
    min-width: 140px;
}

.header-input,
.header-input:-ms-input-placeholder,
.select2-selection__placeholder {
    background-color: #f9f7f4 !important;
    color: #999;
    border: none;
    font-size: 13px;
    font-family: "ubuntulight" !important;
    min-width: 140px;
}

.header-input,
.header-input::placeholder,
.select2-selection__placeholder {
    background-color: #f9f7f4 !important;
    color: #999;
    border: none;
    font-size: 13px;
    font-family: "ubuntulight" !important;
    min-width: 140px;
}

.select2-results__options {
    min-width: 170px;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #f9f7f4 !important;
}

.select2-locations .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #f9f7f4;
    border-radius: 30px !important;
    color: #999;
    border: none;
    font-size: 13px;
    font-family: "ubuntulight" !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #b0d182 !important;
}

input.md-mobile-picker-input {
    color: initial;
    width: 100%;
    padding: 10px;
    margin: 6px 0 12px 0;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.md-mobile-picker-button.mbsc-button {
    font-size: 13px;
    padding: 0 15px;
    line-height: 36px;
    float: right;
    margin: 6px 0;
    width: 100%;
}

.mbsc-col-no-padding {
    padding-left: 0;
}

.md-mobile-picker-box-label.mbsc-textfield-wrapper-box,
.md-mobile-picker-box-label .mbsc-textfield-wrapper-box,
.md-mobile-picker-inline {
    margin: 6px 0 12px 0;
}

.client-image {
    width: auto;
    height: 150px;
    border: 12px solid white;
}

.min-height-188 {
    min-height: 188px;
    height: 188px;
}

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-ellipsis-3.min-height {
    min-height: 55px;
    height: 55px;
}

.ul-2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 14em;
}

.ul-4-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 8em;
}

.ul-7-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 20em;
}

.filter-minus,
.filter-plus {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid black;
}

.filter-minus:hover {
    background-color: red;
    border: none;
}

.filter-plus:hover {
    background-color: green;
    border: none;
}

.filter-number {
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    width: 23px;
}

.header-icon-size {
    width: 10px;
    height: auto;
}

.icon-size {
    width: 15px;
    height: auto;
}

.profile-picture-size {
    width: 130px;
    height: auto;
    border-radius: 100%;
    border: 3px solid #f4f1ea;
}

.justify-content-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-content-space-between {
    justify-content: space-between;
}

.select2-container--default .select2-results__group {
    display: none !important;
}

.select2-container--default .select2-results__option .select2-results__option:first-child {
    font-weight: bold;
    font-family: "titillium_webbold";
    font-style: italic;
}

.select2-container--default .select2-results__option .select2-results__option:not(:first-child) {
    padding-left: 30px;
}

.menu-dropdown-links-seperated,
.menu-dropdown-numbers {
    position: absolute;
    top: 74px;
    text-align: center;
}

.menu-dropdown-links-seperated ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

@media (prefers-reduced-motion: no-preference) {
    .slider-text {
        animation: fade-left 1s ease-in;
    }
}

.slider-object {
    position: relative;
    color: white;
    /* text-align: center; */
}

.banner-object {
    position: relative;
    color: white;
    text-align: center;
}

.banner-object h1 {
    font-size: 45px;
    text-transform: uppercase;
}

.padding-10 {
    padding: 10%;
}

.slider-image-small {
    width: 100%;
    height: auto;
}

.slider-clients-container .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-top-images-container .slider-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0.6);
}

.slider-top-images-container .slider-text span {
    /* font-size: 17px; */
    line-height: 1.4;
    font-family: "titillium_weblight";
}

.slider-top-images-container .slider-text {
    width: 50%;
}

.slider-top-images-container .slider-text span {
    color: white !important;
}

.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots {
    bottom: 5px;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.years-container {
    background: #252c31;
    color: white;
    position: relative;
}

.years-container p {
    font-size: 20px;
    text-transform: uppercase;
    color: grey;
}

.slick-slide.slick-current.slick-active.slick-center {
    color: white !important;
}

.slick-initialized .slick-slide.slick-current.slick-active.slick-center {
    display: block;
}

.slider-year-container .slick-dots {
    position: absolute;
    top: -44px;
    height: 50px;
    background: #252c31;
    padding-top: 8px;
    width: 100vw;
}

.slider-year-container .slick-dots .slick-active {
    color: black;
    font-family: "titillium_webbold";
}

.slider-year-container .slick-active .slick-dots-title {
    color: white;
    font-family: "titillium_webbold";
}

.slick-dots-title {
    padding: 0 48px;
    font-size: 20px;
    text-transform: uppercase;
    color: grey;
}

.right-year-arrow {
    position: absolute;
    top: -5px;
    left: 1%;
    width: 55px;
    height: 55px;
    background-image: url(../images/year-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
}

.left-year-arrow {
    position: absolute;
    top: -5px;
    right: 1%;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-image: url(../images/year-left-arrow.svg);
    background-position: center;
    cursor: pointer;
    z-index: 10;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slider-top-images-container .slick-dots li button:before {
    color: #e0e0e0;
}

.slider-top-images-container .slick-dots li.slick-active button:before {
    color: #86bc26;
}

.slider-accademy-container .slick-dots li:not(:last-child),
.slider-csr-container .slick-dots li:not(:last-child) {
    border-right: none;
}

.slider-accademy-container .slick-dots li.slick-active:not(:last-child),
.slider-csr-container .slick-dots li.slick-active:not(:last-child) {
    border-right: none;
}

.slider-accademy-container .slick-dots li button:before {
    font-size: 13px;
}

.slider-csr-container .slick-dots li button:before {
    font-size: 6px;
}

.arrow-product-left {
    position: absolute;
    left: 5%;
    width: 56px;
    height: 56px;
    margin-top: 10%;
    background-image: url(../images/arrow-product-left.svg);
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

.arrow-product-right {
    position: absolute;
    right: 5%;
    width: 56px;
    height: 56px;
    margin-top: 10%;
    background-image: url(../images/arrow-product-right.svg);
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

.right-arrow {
    position: absolute;
    bottom: 85px;
    left: 10%;
    width: 55px;
    height: 55px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

.left-arrow {
    position: absolute;
    bottom: 85px;
    left: 5%;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-image: url(../images/left-arrow.png);
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

.centered-left {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    -webkit-transform: translate(-20%, -50%);
}

.slider-absolute-text {
    position: absolute;
    top: 70%;
    left: 15%;
    transform: translate(-15%, -70%);
    -o-transform: translate(-15%, -70%);
    -moz-transform: translate(-15%, -70%);
    -ms-transform: translate(-15%, -70%);
    -webkit-transform: translate(-15%, -70%);
}

.banner-absolute-text {
    position: absolute;
    top: 60%;
    left: 4%;
    transform: translate(-4%, -60%);
    -o-transform: translate(-4%, -60%);
    -moz-transform: translate(-4%, -60%);
    -ms-transform: translate(-4%, -60%);
    -webkit-transform: translate(-4%, -60%);
}

.on-slider-bottom-div {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #006c35;
    border-radius: 80px 0 0 0;
    padding: 10px;
}

.vertical-slider-line {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-10%, -40%);
    -o-transform: translate(-10%, -40%);
    -moz-transform: translate(-10%, -40%);
    -ms-transform: translate(-10%, -40%);
    -webkit-transform: translate(-10%, -40%);
}

.vertical-slider-line img {
    width: 4px;
    height: 260px;
}

.social-media {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 195px;
    left: -124px;
    width: auto;
    height: auto;
    text-shadow: 10px 2px 17px black;
}

.line {
    width: 56px;
    margin: 10px;
    height: 1px;
}

.blue-box {
    top: 50%;
    right: -54px;
    background-color: #1992d6;
    color: white;
    padding: 15px 20px;
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 999;
}

.whatsapp-icon {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    margin: 10px;
    background-color: #3bd36b;
    color: white;
    padding: 7px 10px;
    border-radius: 20px;
}

.center {
    display: inline-block;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.right {
    display: inline-block;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.form-button {
    background-color: #006c35;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 16px 19px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 3px 6px #f6f6f6;
    min-width: 125px;
}

.primary-button {
    background-color: #3c3c3b;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 13px 30px;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 3px 6px #f6f6f6;
    min-width: 125px;
    font-family: "titillium_webbold";
}

.secondary-button {
    background-color: #86bc26;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 13px 30px;
    border: none;
    border-radius: 25px;
    min-width: 125px;
    font-family: "titillium_webbold";
}

.download-button {
    background-color: #009bd9;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 13px 0;
    border: none;
    border-radius: 25px;
    min-width: 215px;
    font-family: "titillium_webbold";
}

.third-button {
    background-color: #84bf63;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 13px 30px;
    border: none;
    border-radius: 25px;
    min-width: 125px;
    font-family: "titillium_webbold";
}

.forth-button {
    background-color: #009bd9;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 13px 30px;
    border: none;
    border-radius: 25px;
    min-width: 125px;
    font-family: "titillium_webbold";
}

.filter-primary-button {
    background-color: #006c35;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 16px 19px;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 3px 6px #f6f6f6;
    min-width: 110px;
}

.product-button {
    background-color: #006c35;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: 10px 0;
    border: none;
    min-width: 160px;
}

.circular-link {
    border: 1px solid #84bf63;
    border-radius: 20px;
    width: 180px;
    color: #84bf63;
    padding: 5px 0;
    text-align: center;
}

.circular-link p {
    color: #84bf63;
}

.remove-button {
    background-color: white;
    color: red;
    line-height: 1;
    font-size: 13px;
    padding: 16px 19px;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 3px 6px #f6f6f6;
    min-width: 125px;
}

.zIndex {
    z-index: 10;
    position: relative;
}

#map {
    width: 100%;
    height: 650px;
    border-radius: 15px;
    border: 1px solid #f6f6f6;
}

.map-image {
    border-radius: 15px;
    border: 1px solid #f6f6f6;
}

.active-group{
    background-color: #007bff;
    color: white;
}

/* .active-group::after {
  content: url(../images/chevron-right.png);
  font-size: 2em;
  padding: 0 0.5em;
  vertical-align: -0.1em;
} */

/* .active-group:after{

} */

.map-box {
    background-color: rgba(250, 250, 250, 0.7);
    position: absolute;
    padding: 30px 0 15px 0;
    top: 20%;
    left: 35%;
    width: 300px;
}

.map-box-content {
    padding: 0 30px;
}

.banner-background {
    color: black;
    background-position: top;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.custom-banner {
    width: 100%;
    height: 500px;
}

.h-500 {
    height: 500px;
}

.h-345 {
    height: 345px;
}

.absolute-bottom {
    position: absolute;
    bottom: 70px;
    left: 20%;
}

.to-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.to-bottom-0 {
    position: absolute;
    bottom: 0;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.background-contain {
    background-size: contain;
}

.background-lightgrey {
    background-color: #f0f4f4;
}

.nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 18px;
}


/*
|--------------------------------------------------------------------------
| End Home
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| TRIANGLE
|--------------------------------------------------------------------------
*/

.outer-triangle {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid white;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.inner-triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #86bc26;
    position: absolute;
    top: -30px;
    left: 50%;
    /* z-index: 3; */
    transform: translate(-50%, -50%);
}

.dark-outer-triangle {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid white;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}

.dark-inner-triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #252c31;
    position: absolute;
    top: 4px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.blue-inner-triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #0096ff;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
}


/*
|--------------------------------------------------------------------------
| End TRIANGLE
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Common
|--------------------------------------------------------------------------
*/

.font-large, span.ql-size-large, a.ql-size-large, u.ql-size-large {
    font-size:20px;
}

.font-medium,
span.ql-size-medium,
a.ql-size-medium {
    font-size: 16px;
}

.font-xlarge,
span.ql-size-huge,
a.ql-size-huge {
    font-size: 3em;
}

.font-14 {
    font-size: 14px;
}

.font-10,
.font-10>p,
span.ql-size-small,
a.ql-size-small {
    font-size: 10px;
}

.font-12,
.font-12>p {
    font-size: 12px;
}

.font-13,
.font-13>p {
    font-size: 13px;
}

.font-14,
.font-14>p {
    font-size: 14px;
}

.font-15,
.font-15>p {
    font-size: 15px;
}

.font-16,
.font-16>p {
    font-size: 16px;
}

.font-18,
.font-18>p {
    font-size: 18px;
}

.font-1point5em,
.font-1point5em p {
    font-size: 1.5rem !important;
}

.font-bold,
strong,
b {
    font-family: "titillium_webbold" !important;
}

.font-semibold {
    font-family: "titillium_websemibold" !important;
}

.font-regular {
    font-family: "titillium_webregular";
}

.font-light {
    font-family: "titillium_weblight" !important;
}

.font-italiclight {
    font-family: "titillium_weblight_italic" !important;
}

.font-semiboldItalic {
    font-family: "titillium_websemibold_italic" !important;
}

.font-colored {
    color: #252c31;
}

.white-space-pre-line {
    white-space: pre-line;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
    text-align: right;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-black {
    color: black !important;
}

.text-black span {
    color: black !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.margin-auto {
    margin: 0 auto;
}

.no-background {
    background-color: transparent;
}

.background-colored {
    background-color: #ebebeb !important;
}

.background-colored-2 {
    background-color: #e6e6e6 !important;
}

.background-colored-3 {
    background-color: #f6f6f6 !important;
}

.background-colored-4 {
    background-color: rgb(242, 242, 242, 0.7) !important;
}

.background-color-white-50 {
    background-color: rgb(255, 255, 255, 0.5);
}

.background-lightblue {
    background-color: rgb(0, 150, 255, 0.1);
}

.text-colored {
    color: #666666 !important;
}

.background-dark-colored {
    background-color: #252c31 !important;
}

.bg-black {
    background-color: black !important;
}

.bg-blue {
    background-color: #009bd9 !important;
}

.bg-white {
    background-color: white !important;
}

.bg-green {
    background-color: #006c35 !important;
}

.bg-colored {
    background-color: #f8fafc !important;
}

.dim-background {
    background-color: #343a40;
    border: 1px solid #707070;
    color: #a4b2bf;
    font-size: 16px;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.image-10 {
    width: 10px;
    height: 10px;
}

.image-15 {
    width: 15px;
    height: 15px;
}

.image-20 {
    width: 20px;
    height: 20px;
}

.image-30 {
    width: 30px;
    height: 30px;
}

.image-40 {
    width: 40px;
    height: auto;
}

.image-50 {
    width: 50px;
    height: auto;
}

.image-60 {
    width: 60px;
    height: auto;
}

.image-70 {
    width: 70px;
    height: auto;
}

.image-150 {
    width: 150px;
    height: auto;
}

.image-100 {
    width: 100px;
    height: auto;
}

.logo-width {
    width: 100%;
    height: auto;
}

.w-150px {
    width: 150px;
}

.w-50 {
    width: 50%;
}

.flag-small {
    width: 30px;
    height: 25px;
}

.icon-small {
    width: 30px;
    height: auto;
}

.footer-icon-small {
    width: 20px;
    height: 20px;
}

.input-image-group img {
    width: 100px;
    height: 100px;
}

img.contain {
    -o-object-fit: contain;
    object-fit: contain;
}

img.cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.picture-wrapper {
    position: relative;
}

.picture-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}

.padding-top-83 {
    padding-top: 83px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-170 {
    padding-top: 170px;
}

.picture-wrapper.padding-top-5 {
    padding-top: 5%;
}

.picture-wrapper.padding-top-25 {
    padding-top: 25%;
}

.picture-wrapper.padding-top-30 {
    padding-top: 30%;
}

.picture-wrapper.padding-top-40 {
    padding-top: 40%;
}

.picture-wrapper.padding-top-45 {
    padding-top: 45%;
}

.picture-wrapper.padding-top-55 {
    padding-top: 55%;
}

.picture-wrapper.padding-top-60 {
    padding-top: 60%;
}

.picture-wrapper.padding-top-65 {
    padding-top: 65%;
}

.picture-wrapper.padding-top-66 {
    padding-top: 66%;
}

.picture-wrapper.padding-top-70 {
    padding-top: 70%;
}

.picture-wrapper.gray-card-padding-top-70 {
    padding-top: 70%;
}

.picture-wrapper.padding-top-71 {
    padding-top: 71%;
}

.picture-wrapper.padding-top-75 {
    padding-top: 75%;
}

.picture-wrapper.padding-top-80 {
    padding-top: 80%;
}

.picture-wrapper.padding-top-90 {
    padding-top: 90%;
}

.picture-wrapper.padding-top-100 {
    padding-top: 100%;
}

.box-shadow {
    /* box-shadow: 0 6px 8px rgba(0, 0, 0, 0.05); */
    box-shadow: 0 8px 8px 3px rgb(0 0 0 / 10%);
}

.shadow-top {
    box-shadow: 10px 10px 3px 14px #ebebeb;
}

.image-dropshadow {
    filter: drop-shadow(3px 10px 10px #6e6e6e);
}

.green-field {
    background-color: rgb(134, 188, 38, 0.7) ; /*rgb(132, 191, 99, 0.5)*/;
    color: black;
}

.box-container {
    border: 1px black solid;
    border-radius: 8px;
    padding: 5px 10px;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-top-radius-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.border-left-radius-15 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.switcher-button-container {
    background-color: #f1f3f5;
    width: 100%;
    padding: 5px 10px;
}

.switcher-button {
    width: 50%;
}

.logo-container {
    position: absolute;
    height: 135px;
    left: 0;
    top: 0;
    margin-left: -15px;
    background-color: #fff;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform-origin: bottom left;
    transform: skew(-30deg, 0deg);
    box-shadow: 13px 16px 13px 0 rgb(0 0 0 / 10%);
}

.logo-container img {
    width: 180px;
    height: auto;
    margin-left: 30px;
}

.header-button-right {
    background-color: #006c35;
    color: white;
    border-radius: 0 5px 5px 0;
    padding: 5px 30px;
    border: none;
    border-left: 1px solid #959595;
}

.header-button-left {
    background-color: #006c35;
    color: white;
    border-radius: 5px 0 0 5px;
    padding: 5px 30px;
    border: none;
}

.border-none {
    border: none !important;
}

.category-button {
    color: white;
    padding: 5px 20px;
    border: none;
    border-right: 1px solid white;
}

.key-figure-h1 {
    font-size: 40px;
}

.custom-border-top-dark {
    border-top: 1px solid black;
}

.custom-border-colored {
    border-top: 2px solid #86bc26;
}

.custom-border-top {
    border-top-style: solid;
    border-top-width: thin;
    border-color: #b0d182;
    width: 90px;
}

.border-right {
    border-right: 1px #666666 solid !important;
}

.border-right-black {
    border-right: 1px black solid;
}

.border-blue-bottom {
    border-bottom: 1px solid #1992d6;
}

.border-bottom {
    border-bottom: 1px #e5e5e5 solid;
}

.border-bottom-dim {
    border-bottom: 1px #343a40 solid;
}

.border-top {
    border-top: 1px #e5e5e5 solid;
}

.border-top-green {
    border-top: 1px #b0d182 solid;
}

.border-black {
    border: 1px solid black;
}

.switcher-button-container .active {
    color: #219245;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default,
.cursor-default p,
.cursor-default span {
    cursor: default !important;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.gray-color {
    color: gray;
}

.circle-background {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.circle-background.active {
    background-color: #f1f3f5;
    border-radius: 16px;
}

.text-blue {
    color: #009bd9 !important;
}

.text-blue-2 {
    color: #0096ff !important;
}

.text-blue-3 {
    color: #6cc9f3 !important;
}

.text-green {
    color: #86bc26 !important;
}

.text-green-2 {
    color: #84bf63;
}

.text-green-3 {
    color: #96c123;
}

.text-purple {
    color: #a068f8;
}

.text-red {
    color: #e40014;
}

.placeholder-blue::-webkit-input-placeholder {
    color: #009bd9 !important;
}

.placeholder-blue::-moz-placeholder {
    color: #009bd9 !important;
}

.placeholder-blue:-ms-input-placeholder {
    color: #009bd9 !important;
}

.placeholder-blue::placeholder {
    color: #009bd9 !important;
}

.text-lightgrey {
    color: #a4b2bf;
}

.text-grey {
    color: #2f3334;
}

.cover-background {
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-blend-mode: luminosity;
}

.background-overlay {
    background-color: black;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.background-white {
    background-color: white;
}

.d-grid {
    display: -ms-grid;
    display: grid;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.align-end {
    text-align: end;
}

.text-align-start {
    text-align: start;
}

.align-self-end {
    align-self: flex-end !important;
}

.rotate-right {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-left {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.align-self-centered {
    align-self: center;
}

.margin-auto {
    margin: 0 auto;
}

.vertically-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer {
    background-color: white;
    font-size: 10px;
    color: black;
}

.social-media-footer-icons {
    text-align: center;
    /* direction: initial; */
}

.social-media-product-icons {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translate(1%, -50%);
}


/* 
input:focus {
    outline: none !important;
    border-color: #959595;
    background-color: white;
    box-shadow: 0 0 10px #959595;
} */

textarea:focus {
    outline: none !important;
    border-color: #959595;
    box-shadow: 0 0 10px #959595;
}

.input-text {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    /* color: #959595; */
    border: 1px solid #959595;
    font-size: 13px;
    min-height: 40px;
}

.field {
    position: relative;
    border-radius: 14px;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.form-input-text {
    padding-left: 10px;
    margin: 10px 0;
    color: black;
    border: none;
    background-color: white;
    font-size: 13px;
}

.form-input-text::-webkit-input-placeholder,
.light-input-text::-webkit-input-placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.form-input-text::-moz-placeholder,
.light-input-text::-moz-placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.form-input-text:-ms-input-placeholder,
.light-input-text:-ms-input-placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.form-input-text::placeholder,
.light-input-text::placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.input-text::-webkit-input-placeholder,
.light-input-text::-webkit-input-placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.input-text::-moz-placeholder,
.light-input-text::-moz-placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.input-text:-ms-input-placeholder,
.light-input-text:-ms-input-placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.input-text::placeholder,
.light-input-text::placeholder,
.select-light-input-text>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.light-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    color: black;
    background-color: #f9f7f4 !important;
    border-radius: 20px;
    border: none;
    font-size: 13px;
}

.select-light-input-text>.select2-container--default .select2-selection--single {
    border: none;
    background: none;
}

.select-light-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    color: black;
    background-color: #f9f7f4 !important;
    border-radius: 20px;
    border: none;
    font-size: 13px;
}

.showmore {
    cursor: pointer;
    font-weight: bold;
}


/* ///// PRICE RANGE FILTER //// */

input[type="range"] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}

.select-center {
    -webkit-text-align-last: center!;
    -moz-text-align-last: center;
    text-align-last: center;
}

.remove {
    margin: 10px 10px;
}

.remove-table-button {
    height: 30px;
    padding: 0 10px;
    background-color: #dc3545;
    border: none;
    color: white;
}

.edit-image-input:before {
    content: "Change";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.position-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.position-upload::before {
    content: "Upload CV";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.join-network-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.join-network-upload::before {
    content: "Upload Application Form";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.join-network-upload .file-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.details-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.details-upload::before {
    content: "Upload Providers Details Form & Dr. License if Applicable ";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.details-upload .file-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.file-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.file-upload::before {
    content: "Choose File";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.overlay .overlay-popup {
    width: 50%;
    background-color: #f6f6f6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    min-width: 300px;
}

.overlay .form-container {
    display: block;
    padding: 40px 60px;
}

.overlay i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.footer-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 2px 0;
    border-radius: 8px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-input-text::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* Firefox */
}

.footer-input-text::-moz-placeholder {
    color: white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* Firefox */
}

.footer-input-text:-ms-input-placeholder {
    color: white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* Firefox */
}

.footer-input-text::placeholder {
    color: white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* Firefox */
}

.footer-input-text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.footer-input-text::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.footer-button {
    color: white;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: #1992d6;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}

.subscribe {
    background-color: #1992d6;
    color: white;
    padding: 11px;
    margin-left: -7px;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    border: 1px solid #1992d6;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

.margin-auto-vertically {
    margin: auto 0;
}

.margin-lg-middle {
    margin: auto 0;
}

.width-30 {
    width: 30%;
}

.width-90 {
    width: 90%;
}

.disabled {
    cursor: not-allowed;
}


/*
|--------------------------------------------------------------------------
| End Common
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Start Accordion
|--------------------------------------------------------------------------
*/

.panel,
.blue-panel {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
}

.no-box-shadow {
    box-shadow: none;
}

.panel-heading {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 65px;
    padding-left: 50px;
    background-color: rgb(246, 246, 246);
    color: black;
}

.blue-panel-heading {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 65px;
    padding-left: 50px;
    background-color: #009bd9;
    color: white;
}

.panel-body {
    width: 100%;
    color: black;
}

.blue-panel-body {
    width: 100%;
    color: black;
}

.panel .fa-caret-up,
.panel .fa-caret-down {
    color: #86bc26;
    font-size: 45px;
    margin: 0 50px;
}

.blue-panel .fa-caret-up,
.blue-panel .fa-caret-down {
    color: white;
    font-size: 45px;
    margin: 0 50px;
}


/*
|--------------------------------------------------------------------------
| End Accordion
|--------------------------------------------------------------------------
*/

.directional-image {
    max-width: 500px;
    max-height: 460px;
}


/* .normal-text p{
    font-size: 24px;
    line-height: 1.3;
} */

.normal-text p,
.normal-text li {
    font-size: 17px;
    line-height: 1.3;
}

.normal-text li {
    margin-left: 40px;
}

.normal-text-medium p {
    font-size: 20px;
    line-height: 1.3;
}

.clean-white-background:last-of-type {
    padding-top: 40px;
    padding-bottom: 80px;
}

.clean-white-background {
    background-color: #fff;
    padding: 80px 0 40px;
}

.text-container {
    padding: 40px !important;
    /* border-radius: 20px; */
}

.bg-cover-position-50 {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.text-container ul {
    margin-top: 15px;
}

.text-container li {
    /* color: #fff; */
    list-style-type: initial;
}

.text-container li p {
    /* color: #fff; */
    font-size: 16px;
}

.list-style-none {
    list-style-type: none;
}


/*
|--------------------------------------------------------------------------
| Start Templates
|--------------------------------------------------------------------------
*/

.white-box {
    background-color: white;
    color: black;
    padding: 30px 10px;
    text-align: center;
    border-radius: 15px;
    min-height: 310px;
    height: 310px;
    box-shadow: 0 8px 8px 3px rgb(0 0 0 / 10%);
}

.white-box-read-more {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.full-width-card {
    padding: 30px 60px;
    border-radius: 20px;
    margin: 10px 0;
}

.gray-background {
    background-color: #f6f6f6;
    padding: 60px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.gray-card-icon {
    display: flex;
    justify-content: left;
    align-items: left;
}


/*
|--------------------------------------------------------------------------
| End Templates
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
|  Custom select
|--------------------------------------------------------------------------
*/

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 120px;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.custom-select__trigger {
    position: relative;
    width: 122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    background: white;
    border-radius: 10px;
    margin-top: -5px;
    border: 1px solid #f1f3f5;
    margin-left: -2px;
}

.custom-options {
    position: absolute;
    display: block;
    top: 47px;
    left: -2px;
    right: 0;
    border-top: 0;
    border: 2px solid #f1f3f5;
    background: #fff;
    width: 130px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    color: black;
    background-color: #f1f3f5;
}

.custom-option.selected {
    color: black;
    background-color: #f1f3f5;
}

.cart_qty .custom-select__trigger {
    height: 35px;
    line-height: 35px;
    margin-top: -2px;
    margin-left: -4px;
}

.cart_qty .custom-options {
    top: 35px;
    left: -4px;
}

.arrow {
    position: relative;
    height: 10px;
    width: 10px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}

.arrow::before {
    left: -1px;
    transform: rotate(45deg);
    background-color: black;
}

.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: black;
}

.open .arrow::before {
    left: -1px;
    transform: rotate(-45deg);
}

.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}


/*
|--------------------------------------------------------------------------
| End custom select
|--------------------------------------------------------------------------
*/

.news-absolute-title {
    position: absolute;
    top: 55%;
    left: 3%;
    background-color: #3c3c3b;
    color: white;
    padding: 5px 25px;
    width: 330px;
    min-height: 50px;
}


/*
|--------------------------------------------------------------------------
| side list
|--------------------------------------------------------------------------
*/

.side-list .active {
    font-family: "titillium_webbold";
}

.side-title {
    background-color: #f7f7f7;
    padding: 15px 17px;
    border-bottom: 1px solid #e8e8e8;
}

.side-list {
    background-color: #f7f7f7;
    padding: 15px 17px;
    /* min-height: 100vh; */
}

.side-list li {
    background-color: #f7f7f7;
    font-size: 15px;
}

.side-list .box-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.side-list .box {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(188, 202, 210);
    color: rgb(57, 61, 64);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 34px;
    font-size: 12px;
    line-height: 2.5;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}

.side-list .checkbox:checked {
    background-color: #4e96d1;
    border: 1px solid #adb8c0;
    color: #99a1a7;
}


/*
|--------------------------------------------------------------------------
| End side list
|--------------------------------------------------------------------------
*/

.banner-container {
    padding-top: 54px;
    width: 100%;
    height: 600px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding: 60px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
}

.select2-container {
    z-index: 9999999;
}

.logged-modal .modal-content {
    border: none;
    background-color: #f9f7f4;
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 60%;
    /* //max-width: 75%; */
}

.ql-size-small img {
    width:100px;
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(2);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoom-out {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoom-out {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
    -webkit-animation-name: zoom-out;
    animation-name: zoom-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/*
|--------------------------------------------------------------------------
| slider in news details
|--------------------------------------------------------------------------
*/

.hidden {
    display: none !important;
}

.slider-images-item-container .slick-dots li button:before {
    font-size: 7px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid black;
    content: "•";
    text-align: center;
    /* opacity: .25; */
    border-radius: 15px;
    color: white;
}

.slider-images-item-container .slick-dots li.slick-active button:before {
    color: black;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.slider-images-item-container .slick-dots li button {
    width: 8px;
    height: 8px;
}

.image-input {
    width: 100px;
}

.social a {
    padding: 0 0.5em;
}


/*
|--------------------------------------------------------------------------
| End slider in news details
|--------------------------------------------------------------------------
*/

.container.gallery-container {
    color: #35373a;
    min-height: 100vh;
}

.tz-gallery {
    padding: 40px;
}


/* Override bootstrap column paddings */

.tz-gallery .row>div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #000;
    font-size: 30px;
    font-family: "Glyphicons Halflings";
    content: "+";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


/* .tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.3);
    content: "";
    transition: 0.4s;
} */

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media (min-width: 790px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar-brand.abs {
        position: relative !important;
    }
    .header-row {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 12;
        padding: 0 0;
    }
    .nav-link {
        padding: 5px !important;
    }
}

@media (max-width: 426px) {
    .font-large,
    span.ql-size-large,
    a.ql-size-large {
        font-size: 16px;
    }
    .font-medium,
    span.ql-size-medium,
    a.ql-size-medium {
        font-size: 13px;
    }
    .font-xlarge,
    span.ql-size-huge,
    a.ql-size-huge {
        font-size: 20px;
    }

    .normal-text li.ql-indent-1, .normal-text li.ql-indent-2 {
        margin-left: 20px;
    }
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    .slider-top-images-container .slider-image {
        width: 100%;
        height: 40vh;
    }
    .key-figure-h1 {
        font-size: 20px;
    }
    .banner-absolute-text {
        position: absolute;
        top: 80%;
        left: 10%;
        transform: translate(-10%, -80%);
        -o-transform: translate(-10%, -80%);
        -moz-transform: translate(-10%, -80%);
        -ms-transform: translate(-10%, -80%);
        -webkit-transform: translate(-10%, -80%);
    }
    .banner-absolute-text h1 {
        font-size: 20px;
    }
    .banner-absolute-text h3 {
        font-size: 13px;
    }
    .slider-absolute-text {
        position: absolute;
        top: 80%;
        left: 25%;
        text-align: left;
        transform: translate(-20%, -90%);
        -o-transform: translate(-20%, -90%);
        -moz-transform: translate(-20%, -90%);
        -ms-transform: translate(-20%, -90%);
        -webkit-transform: translate(-20%, -90%);
    }
    .blue-panel .fa-caret-up,
    .blue-panel .fa-caret-down {
        margin: 0 20px;
    }
    .blue-panel-heading {
        padding-left: 0px;
    }
    .slider-top-images-container .slider-text {
        width: 90%;
    }
    .slider-top-images-container .slider-text>p,
    .slider-top-images-container .slider-text span {
        font-size: 10px;
        font-family: "titillium_weblight";
    }
    .slider-top-images-container h5 {
        font-size: 10px;
    }
    .slider-top-images-container .slider-text>h1 {
        font-size: 16px;
        font-family: "titillium_weblight";
    }
    .panel-heading {
        padding-left: 0;
    }
    .logo-container img {
        width: 110px;
        height: auto;
        margin-left: 30px;
    }
    .logo-container {
        position: absolute;
        height: 82px;
        left: 0;
        top: 0;
        margin-left: -15px;
        background-color: #fff;
        z-index: 7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .view-all-alignment {
        float: left;
    }
    .select-center {
        padding: 0 43%;
    }
    .bigger-title {
        font-size: 37px;
    }
    .margin-lg-middle {
        margin-top: 30px;
    }
    .title-small {
        font-size: 20px !important;
    }
    .custom-banner {
        width: 100%;
        height: 135px;
    }
    .social-media {
        position: absolute;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: inherit;
        left: -140px;
        width: auto;
        height: auto;
    }
    .right-arrow,
    .left-arrow {
        display: none !important;
    }
    .map-box {
        position: absolute;
        padding: 10px 0;
        top: 20%;
        left: 20%;
        width: 233px;
    }
    .absolute-bottom {
        position: initial;
        margin-top: 10px;
    }
    .hide-on-desktop {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .social-media-footer-icons {
        text-align: center;
    }
    .primary-button {
        padding: 12px 12px;
    }
    .logo-width {
        width: 80%;
    }
    .host-logo-width {
        width: 65%;
    }
    .auth-profile-picture {
        width: 30px;
    }
    .menu-dropdown-links {
        top: 22px;
        width: 100px;
    }
    .slider-top-images-container h1,
    .slider-bottom-images-container h1 {
        font-size: 18px;
    }
    .mobile-font-18 {
        font-size: 18px;
    }
    .navbar-toggler {
        padding: 0.25rem 0.55rem;
    }
    .modal-content.img {
        height: auto;
    }
    .padding-top-170 {
        padding-top: 128px;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field {
        min-width: 165px;
    }
    .border-left-radius-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .dob_date:before {
        content: attr(placeholder) !important;
        color: black;
        position: absolute;
    }
    .gray-background {
        padding: 30px 0;
    }
    .left-year-arrow,
    .right-year-arrow {
        display: none !important;
    }
    .picture-wrapper.gray-card-padding-top-70 {
        padding-top: 50%;
    }
    .full-width-card {
        padding: 20px 60px;
        margin: 10px 0;
    }
    .panel-title {
        font-size: 16px;
    }
    .normal-text li {
        margin-left: 20px;
    }
}

@media (max-width: 426px) {
    .social-media {
        display: none;
    }
    .other-services-desk {
        display: none;
    }
}

@media (min-width: 426px) {
    .other-services-mob {
        display: none;
    }
}

@media (max-width: 1024px) {
    .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 13px;
    }
}

@media (max-width: 1500px) {
    .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 13px;
    }
}