/*===========================
      1. Theme default css
      ===========================*/
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1d4664;
    font-size: 13px;
}

img {
    max-width: 100%;
}

.img-responsive {
    width: auto;
    max-width: 100%;
}

.navbar-brand {
    width: 190px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
a {
    display: inline-block;
}

b {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    color: #1d4664;
    margin: 0px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
    line-height: 1.2rem;
}

h6 {
    font-size: 13px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #1d4664;
    margin: 0px;
}

pre {
    font-size: 18px;
}

.row.gutter-15 {
    margin-right: -7px;
    margin-left: -7px;
}

.row.gutter-15 .col,
.row.gutter-15 .col-1,
.row.gutter-15 .col-10,
.row.gutter-15 .col-11,
.row.gutter-15 .col-12,
.row.gutter-15 .col-2,
.row.gutter-15 .col-3,
.row.gutter-15 .col-4,
.row.gutter-15 .col-5,
.row.gutter-15 .col-6,
.row.gutter-15 .col-7,
.row.gutter-15 .col-8,
.row.gutter-15 .col-9,
.row.gutter-15 .col-auto,
.row.gutter-15 .col-lg,
.row.gutter-15 .col-lg-1,
.row.gutter-15 .col-lg-10,
.row.gutter-15 .col-lg-11,
.row.gutter-15 .col-lg-12,
.row.gutter-15 .col-lg-2,
.row.gutter-15 .col-lg-3,
.row.gutter-15 .col-lg-4,
.row.gutter-15 .col-lg-5,
.row.gutter-15 .col-lg-6,
.row.gutter-15 .col-lg-7,
.row.gutter-15 .col-lg-8,
.row.gutter-15 .col-lg-9,
.row.gutter-15 .col-lg-auto,
.row.gutter-15 .col-md,
.row.gutter-15 .col-md-1,
.row.gutter-15 .col-md-10,
.row.gutter-15 .col-md-11,
.row.gutter-15 .col-md-12,
.row.gutter-15 .col-md-2,
.row.gutter-15 .col-md-3,
.row.gutter-15 .col-md-4,
.row.gutter-15 .col-md-5,
.row.gutter-15 .col-md-6,
.row.gutter-15 .col-md-7,
.row.gutter-15 .col-md-8,
.row.gutter-15 .col-md-9,
.row.gutter-15 .col-md-auto,
.row.gutter-15 .col-sm,
.row.gutter-15 .col-sm-1,
.row.gutter-15 .col-sm-10,
.row.gutter-15 .col-sm-11,
.row.gutter-15 .col-sm-12,
.row.gutter-15 .col-sm-2,
.row.gutter-15 .col-sm-3,
.row.gutter-15 .col-sm-4,
.row.gutter-15 .col-sm-5,
.row.gutter-15 .col-sm-6,
.row.gutter-15 .col-sm-7,
.row.gutter-15 .col-sm-8,
.row.gutter-15 .col-sm-9,
.row.gutter-15 .col-sm-auto,
.row.gutter-15 .col-xl,
.row.gutter-15 .col-xl-1,
.row.gutter-15 .col-xl-10,
.row.gutter-15 .col-xl-11,
.row.gutter-15 .col-xl-12,
.row.gutter-15 .col-xl-2,
.row.gutter-15 .col-xl-3,
.row.gutter-15 .col-xl-4,
.row.gutter-15 .col-xl-5,
.row.gutter-15 .col-xl-6,
.row.gutter-15 .col-xl-7,
.row.gutter-15 .col-xl-8,
.row.gutter-15 .col-xl-9,
.row.gutter-15 .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-dropdown.png) right no-repeat !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.w-full {
    width: 100%;
}

.w-half {
    width: 50% !important;
}

.w-50 {
    width: 50px !important;
}

/*Jatin*/
.w-70 {
    width: 70px !important;
}

.w-100 {
    width: 100px !important;
}

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

.w-200 {
    width: 200px !important;
}

.max-width-full {
    max-width: 100%;
}

.p-relative {
    position: relative;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #1d4664 !important;
}

.text-black {
    color: #000;
}

.text-l-blue {
    color: #9474cc !important;
}

.text-grey {
    color: #7c909f;
}

.text-gray {
    color: #626262;
}

.text-yellow {
    color: #fec006;
}

.text-orange {
    color: #04a724;
}

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

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

.f-9 {
    font-size: 9px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-30 {
    font-size: 30px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.l-h-1 {
    line-height: 1;
}

.l-h-1-2 {
    line-height: 1.2;
}

.l-h-1-4 {
    line-height: 1.4;
}

.l-h-1-6 {
    line-height: 1.6;
}

.clearfix {
    clear: both;
}

.divider {
    background: #ececec;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

.divider.or {
    position: relative;
    margin: 20px 0;
}

.divider.or span {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    font-size: 11px;
    background: #fff;
    width: 20px;
    text-align: center;
    margin: auto;
}

.title-lg {
    max-width: 600px;
    margin: 0 auto 30px;
}

.title-lg h1 {
    font: Bold 38px/42px Comfortaa;
    letter-spacing: 0.96px;
    color: #1d4664;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.custom-control-label::after {
    top: 0;
    background-image: none !important;
}

.theme-checkbox.custom-control-label {
    padding-left: 7px;
    display: flex;
    align-items: center;
}

.theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ccc;
    background-color: #fff;
}

.theme-checkbox.custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-image: none;
    content: " ";
    background: #1d4664;
    font: normal normal normal 14px/1 FontAwesome;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px;
    top: -2px;
    left: -21px;
}

.theme-checkbox .custom-control-label::after {
    top: 1px;
    left: -21px;
    width: 20px;
    height: 20px;
}

.theme-checkbox .custom-control-label::before {
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    border: 2px solid #ececec !important;
    border-radius: 5px;
}

.theme-checkbox.radio .custom-control-label::before {
    border-radius: 50%;
}

.theme-checkbox.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.box-shadow {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}

.tab-flat .nav-link {
    position: relative;
    background-color: #e8ecef;
    /*padding: 30px 35px;*/
    padding: 30px 5px 30px;
    text-align: center;
    color: #1d4664;
    font-weight: 600;
    border-radius: 0;
    height: 100%;
}

.tab-flat .nav-link.with-icon {
    /*padding-left: 70px;
    padding-left: 30px;
    border-right: 1px solid #fff;*/
}

.tab-flat .nav-link.active {
    background: #fff;
    color: #1d4664;
    border: none;
}

.tab-flat .nav-link .icon {
    /*position: absolute;
    left: 5px;
    font-size: 20px;
    top:27px;
    bottom: 0;
    margin: auto;*/
    position: static;
    display: block;
    font-size: 30px;
    margin: 0 auto 10px;
}

.nav-tabs.tab-line {
    border-bottom: 1px solid #ececec;
}

.nav-tabs.tab-line a.nav-link {
    padding: 15px;
    border: none;
    font-size: 13px;
    color: #1d4664;
    position: relative;
    cursor: pointer;
}

.nav-tabs.tab-line a.nav-link.active {
    font-weight: 700;
}

.nav-tabs.tab-line a.nav-link.active:after {
    content: " ";
    background: #1d4664;
    height: 2px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.nav-tabs.tab-line .nav-item {
    margin-bottom: 0;
}

.info-block-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

.info-block-wrap.two-cols .info-block {
    width: 50%;
    padding-right: 15px;
    margin: 0 0 10px;
}

.info-block-wrap.three-cols .info-block {
    width: 33%;
    padding-right: 15px;
    margin: 0 0 10px;
}

.info-block .label {
    display: block;
    margin: 0 0 4px;
    color: #1d4664;
    font-size: 11px;
    line-height: 1.4;
}

.info-block .value {
    display: block;
    color: #1d4664;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.info-block-wrap.three-cols .info-block.with-icon {
    padding-right: 55x;
    position: relative;
}

.info-block-wrap.three-cols .info-block.with-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    max-height: 40px;
    width: auto;
    height: auto;
    max-width: 35px;
    margin: auto;
}

.info-block-wrap.three-cols .info-block.w-more {
    width: 64% !important;
}

.m-w-350 {
    max-width: 350px;
}

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

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

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.align-item-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.modal-content {
    border: none;
}

.modal-dialog {
    margin: 60px auto;
}

.modal-header {
    justify-content: center;
    border-bottom: none;
}

.modal-header h5.modal-title {
    color: #1d4664;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 16px;
}

.custom-control-label::before {
    top: -1px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ececec;
    border-radius: 5px;
}

.custom-control-label::after {
    top: 2px;
    left: -21px;
    width: 20px;
    height: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: " ";
    background: #1d4664;
    font: normal normal normal 14px/1 FontAwesome;
    height: 12px;
    width: 12px;
    margin: 1px;
    border-radius: 3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ececec;
    background-color: #fff;
}

.custom-control-label {
    padding-left: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.search-wrap-group {
    position: relative;
}

.search-wrap-group .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 15px;
    width: 15px;
    font-size: 15px;
    line-height: 15px;
    margin: auto;
}

.btn-large {
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}

.btn-xl {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 20px;
}

.btn-icon {
    display: inline-block;
    padding: 12px 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    color: #1d4664;
    font-weight: 600;
    position: relative;
}

.btn-icon input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn-icon.white.selected:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #1d4664;
    border-radius: 5px;
}

.btn.flat-icon-btn {
    padding: 5px;
    line-height: 1;
}

.btn-icon > div {
    display: flex;
    align-items: center;
}

.btn-icon img {
    height: 16px;
    width: 16px;
    margin-right: 7px;
}

.primary-clr {
    color: #1d4664;
}

.bg-dark {
    background: #1d4664 !important;
}

.bg-purple {
    background: #9474cc;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100%;*/
}

section {
    padding: 30px 0;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.section-title h2 {
    font-size: 24px;
}

.section-header-btn {
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #1d4664;
    box-shadow: 0px 15px 30px #11304726;
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.section-header-btn .arrow-right {
    margin-left: 30px;
}

.section-header-btn .icon-right-arrow:before {
    font-size: 13px;
}

.section-header .btn-link {
    font-size: 13px;
    font-weight: 600;
    color: #1d4664;
    padding-right: 0;
}

h5.title-sm {
    font-size: 13px;
    color: #1d4664;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 25px;
}

h5.title-md {
    font-size: 16px;
    color: #1d4664;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 25px;
}

.form-group label {
    margin: 0 0 7px;
    font-size: 12px;
}

.input-file-flat {
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    float: left;
}

.input-file-flat img {
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.input-file-flat span {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: underline;
    font-weight: 600;
}

.input-file-flat input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-card-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.radio-card-wrap .radio-card {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 18px 10px;
    max-width: 95px;
    width: 95px;
    height: 120px;
    margin: 3px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.radio-card-wrap .radio-card.selected::after {
    content: " ";
    border: 2px solid #1d4664;
    border-radius: 4px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.radio-card-wrap .radio-card input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.radio-card-wrap .radio-card span.label {
    display: block;
    margin: 18px 0 0;
    color: #1d4664;
    font-weight: 700;
    line-height: 1.2;
}

.radio-card-wrap .radio-card img,
.radio-card-wrap .radio-card i {
    height: 36px;
    font-size: 36px;
    line-height: 1;
}

.radio-card-wrap .radio-card i.other {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #ececec;
    border-radius: 50%;
    margin: 8px 0;
}

.modal-open .modal {
    padding: 0 15px !important;
}
.modal {
    padding: 0 15px;
}

/*===== All Section Title Style =====*/
body .irs-from,
body .irs-to {
    font-size: 13px;
}

body .custom-control {
    min-height: 1.1rem;
}

/*=====================================================
      HEADER css
      ======================================================*/
/*===== Header top =====*/
.header .top-part {
    justify-content: space-between;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 130px 10px;
    position: relative;
}

.header .top-part .logo img {
    height: 42px;
}

.header .top-part .logo {
    margin: auto;
}

.header .top-part .text {
    font-size: 13px;
    font-weight: bold;
}

.header .top-part .btn {
    /*padding: 5px 20px;*/
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}

.header .navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.header .user-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 42px;
    width: 42px;
    margin: auto;
}

.header .indicator {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -6px;
}

.header .user-dropdown .btn {
    padding: 0;
    width: 40px;
    margin-top: 2px;
}

.header .user-dropdown .btn:focus {
    box-shadow: none;
}

.header .user-dropdown .dropdown-toggle::after {
    display: none;
}

.header .user-dropdown .btn img {
    border-radius: 50%;
    border: 1px solid #ececec;
    width: 40px;
    max-height: 40px;
    height: 40px;
}

.header .user-dropdown .dropdown-menu {
    width: 280px;
    background: transparent;
    border: none;
    padding: 0;
}

.header .user-dropdown .profile-nav-wrap {
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.12);
}

.header .user-dropdown .profile-info .info-text {
    width: 100%;
}

.header .user-dropdown .profile-info {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

.header .user-dropdown .profile-info img.agency-logo {
    min-width: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ececec;
    height: 70px;
    object-fit: cover;
}

.header .user-dropdown .profile-nav-wrap .profile-info .name {
    margin: 0 0 7px;
    line-height: 1.4;
    text-align: left;
}

.header .menu-part .navbar .user-dropdown {
    display: none;
}

.header .menu-part .navbar.sticky .user-dropdown {
    position: relative;
    display: block;
    margin-left: 5px;
}

.header .menu-part .navbar .sticky-upgrade-btn {
    display: none;
}

.header .menu-part .navbar.sticky .sticky-upgrade-btn {
    display: inline-flex;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 18px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.responsive-only,
ul.navbar-nav.responsive-menus {
    display: none;
}

.btn {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 13px;
    /* box-shadow: 0px 10px 25px rgba(0,0,0,0.12); */
}

.join-btn {
    font-size: 20px;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    margin-left: 15px;
}

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

.btn-sm {
    padding: 3px 9px;
}

.btn-md {
    padding: 10px 13px;
    font-size: 12px;
}

.btn.btn-dark {
    background: #1d4664 !important;
    color: #fff;
    border-color: #1d4664 !important;
}

.btn.btn-white {
    background: #fff;
    color: #1d4664;
    border-color: #fff;
}

.btn.fab-btn {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    font-size: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
}

.header .menu-part {
    padding: 0;
    width: 95%;
    /* border-bottom: 1px solid #ECECEC; */
    margin: 0 auto;
}

.header .menu-part .navbar {
    padding: 0;
}

/* .header .menu-part .container {
      padding: 0;
      } */
.header .menu-part {
    width: 100%;
}

.header .menu-part .navbar-expand-lg .navbar-nav .nav-link {
    color: #1d4664;
    font-weight: 600;
    font-size: 13px;
    padding: 18px 7px 14px 8px;
    border-bottom: 3px solid transparent;
}

.header .menu-part .navbar-expand-lg .navbar-nav .nav-link.bold {
    font-weight: 800;
}

.header .menu-part .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 4px solid #1d4664;
    color: #1d4664;
    font-weight: bold;
}

.top-part .navbar-toggler {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 20px 30px #11304717;
    left: 0;
}

.navbar.sticky .sticky-logo {
    display: block !important;
    width: 30px;
    margin-right: 25px;
    transform: rotate(90deg);
    margin-left: 3px;
}

.navbar.sticky .sticky-btn {
    margin-left: 25px;
    display: block !important;
    padding: 6px 12px;
}

.header .menu-part .navbar.sticky {
    padding: 5px 0 0;
}

/*=====================================================
      BANNER css
      ======================================================*/
.banner-section {
    background: url(../images/banner-img.webp) no-repeat center 22%;
    background-size: cover;
    padding: 190px 0 80px 0;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
}

.banner-section h1 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    max-height: 150px;
}

.banner-section p {
    color: #f9f3f3;
}

.banner-section p.text-lg {
    font-size: 18px;
    font-weight: 700;
}

.banner-section ul.banner-search {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.banner-section ul.banner-search li {
    border-radius: 0;
    border-radius: 5px 0 0 5px;
    width: 50%;
    max-width: 400px;
}

.banner-section ul.banner-search li a {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 40px #11304763;
    padding: 15px 25px;
    color: #1d4664;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
}

   .banner-section ul.banner-search li a .btn-arrow {
       position: absolute;
       right: 30px;
       height: 18px;
       top: 5px;
       bottom: 0;
       margin: auto;
   }

.banner-section ul.banner-search li a .icon-egg-donor,
.banner-section ul.banner-search li a .icon-surrogate {
    font-size: 28px;
}

.banner-section ul.banner-search li a:hover {
    background: #1d4664;
    color: #fff;
}

.banner-section ul.banner-search li a:hover .icon-right-arrow::before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 18px;
}

.banner-section ul.banner-search li:last-child a {
    border-radius: 5px;
}

.banner-section ul.banner-search li a.eggDonorLinkClass {
    border-radius: 0;
    border-radius: 0 5px 5px 0;
}

/*=====================================================
      STEP css
      ======================================================*/
.steps-section .step-content .step-num {
    display: inline-block;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 28px;
    font-weight: 700;
    color: #064774;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 50%;
}

.steps-section .step-content .step-num:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.steps-section .step-content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.steps-section .step-content .step-description {
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.18px;
    color: #1d4664;
}

.steps-section .step-content:nth-child(1) .step-num {
    background: rgb(148, 116, 204, 0.3);
    color: #9474cc;
}

.steps-section .step-content:nth-child(2) .step-num {
    background: rgb(115, 192, 202, 0.3);
    color: #73c0ca;
}

.steps-section .step-content:nth-child(3) .step-num {
    background: rgb(254, 192, 6, 0.3);
    color: #fec006;
}

.steps-section .step-content:nth-child(4) .step-num {
    background: rgb(29, 70, 100, 0.3);
    color: #1d4664;
}

/*=====================================================
      INFORMATION css
      ======================================================*/
.info-content {
    background: #73c0ca;
    padding: 40px 0 40px 70px;
    position: relative;
    border-radius: 8px;
}

.info-content h2 {
    font: Bold 30px/40px Comfortaa;
    letter-spacing: 0.96px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 280px;
}

.info-content h6 {
    font: Bold 13px/20px Montserrat;
    letter-spacing: 0.4px;
    color: #1d4664;
    margin: 0 0 5px;
}

.info-content p {
    letter-spacing: 0.18px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12 px;
    line-height: 24px;
    margin-bottom: 24px;
    /* max-width: 80%; */
    max-width: 280px;
}

.info-content .img-pattern {
    position: absolute;
    right: -7%;
    top: -20%;
    display: flex;
    justify-content: flex-end;
}

.img-pattern img {
    height: auto;
    width: 80%;
}

/*=====================================================
      COMMON CARD css
      ======================================================*/
.card-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.card-product {
    box-shadow: 0px 15px 30px #11304714;
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
    width: 100%;
}

.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.card-product .img-avtar {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 210px;
    background: #ececec;
}

.agency-blocks-wrap .card-product .img-avtar,
.agency-blocks-wrap .card-product .img-wrap {
    height: 210px;
    position: relative;
    background: #fff;
}

.agency-blocks-wrap .card-product .img-avtar img,
.agency-blocks-wrap .card-product .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-product .info-wrap .title {
    font: Bold 14px/20px Montserrat;
    letter-spacing: 0.5px;
    color: #1d4664;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 74px;
    display: block;
    display: -webkit-box;
}

.card-product .info-wrap h3 {
    font: Bold 12px/20px Montserrat;
    letter-spacing: 0.5px;
    color: #1d4664;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 74px;
    display: block;
}

.card-product .info-wrap p {
    letter-spacing: 0.16px;
    color: #1d4664;
    font-weight: 500;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card-product .info-wrap p.address,
.card-product .info-wrap p.desc {
    position: relative;
    padding-left: 23px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.4;
    margin: 5px 0 5px;
}

.card-product .info-wrap p.address {
    min-height: 20px;
}

.card-product .info-wrap p.address img,
.card-product .info-wrap p.desc img {
    position: absolute;
    left: 0;
    top: 1px;
}

.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.card-product .img-avtar img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-product .info-wrap {
    overflow: hidden;
    padding: 15px;
}

.card-product .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    background: #fff;
    z-index: 8;
    right: 10px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    box-shadow: 0px 5px 10px #9474cc30;
    cursor: pointer;
}

.card.card-product .icon:hover .fa::before {
    content: "\f004";
    color: #1d4664;
}

.card.card-product .icon:hover .fa {
    transform: scale(0.9);
    transition: 0.4s;
}

.card.card-product .icon:hover .fa-eye-slash::before {
    content: "\f070";
}

.card.card-product .icon:hover .fa-eye::before {
    content: "\f06e";
}

.card-product .icon i {
    font-size: 19px;
    line-height: 1;
    margin: 2px 0 0;
    transition: 0.4s;
}

.card-product .icon i.fa-eye-slash,
.card-product .icon i.fa-eye {
    margin: 0;
}

.card-product .info-wrap .star-rating {
    margin-top: 15px;
}

.star-rating strong {
    font: Bold 12px/15px Montserrat;
    letter-spacing: 0.16px;
    margin-left: 2px;
}

.card-product .info-wrap .btn-success,
.card-product .info-wrap .btn-warning,
.card-product .info-wrap .btn-danger,
.surrogate-info-wrap .btn-success,
.surrogate-info-wrap .btn-warning,
.surrogate-info-wrap .btn-danger {
    pointer-events: none;
}

.agency-blocks-wrap .card-product .info-wrap .title {
    min-height: 60px;
}

/*=====================================================
      BECOME  css
      ======================================================*/
.bacome-section .become-content {
    padding: 60px 90px 60px 90px;
}

.bacome-section .become-content > img {
    width: 100px;
    height: 100px;
}

.bacome-section .become-content h2 {
    font: Bold 30px/40px Comfortaa;
    letter-spacing: 0.96px;
    color: #fff;
    margin: 20px auto 15px;
    max-width: 230px;
}

.bacome-section .become-content p {
    letter-spacing: 0.18px;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.bacome-section .section-header-btn {
    text-align: left;
    padding: 25px 30px;
    min-width: 220px;
    position: relative;
}

.bacome-section .section-header-btn .icon-right-arrow {
    position: absolute;
    right: 30px;
    top: 3px;
    bottom: 0;
    margin: auto;
    height: 17px;
}

/*=====================================================
      BLOG  css
      ======================================================*/
.blog-section .blog-info p {
    font: Bold 13px/20px Montserrat;
    letter-spacing: 0.5px;
    color: #1d4664;
    margin: 0 0 5px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 65px;
    display: block;
    display: -webkit-box;
    height: 65px;
}

.blog-section .blog-info {
    margin-top: 20px;
}

.blog-section .blog-info h6 {
    font: Bold 13px/16px Montserrat;
    letter-spacing: 0.4px;
    color: #9474cc;
    margin-bottom: 10px;
}

.blog-section .blog-info a {
    font: Bold 13px/16px Montserrat;
    letter-spacing: 0.4px;
    color: #9474cc;
    margin-bottom: 10px;
}

.blog-img {
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
}

.blog-img img {
    object-fit: cover;
    min-height: 200px;
    width: 100%;
}

/*=====================================================
      SUBCRIBE  css
      ======================================================*/
.subcribe {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 40px #11304726;
    border-radius: 5px;
    padding: 40px 0;
    text-align: center;
    margin-top: 0;
    width: 100%;
    position: relative;
}

.subcribe-section {
    padding-top: 45px;
}

.subcribe .subcribe-title h2 {
    font: Bold 30px/36px Comfortaa;
    letter-spacing: 0.76px;
    text-align: left;
}

.subcribe .small {
    font: Bold 16px/24px Comfortaa;
    width: 100%;
    float: left;
    text-align: left;
    /* margin-left: 13px; */
}

.subcribe .input-group .form-control {
    min-height: 48px;
    border-radius: 3px;
    border: 2px solid #c8d6df;
    border-radius: 5px;
}

.subcribe .input-group .btn {
    color: #fff;
    border-radius: 4px;
    background: #1d4664;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 140px;
    border: none;
    height: 45px;
    margin-left: 10px;
}

.subcribe .row {
    margin: 0;
}

.lgbt-icon {
    padding-right: 35px;
    text-align: right;
}

.lgbt-icon img {
    height: 44px;
}

/*=====================================================
      FOOTER  css
      ======================================================*/
.footer {
    background: transparent linear-gradient(241deg, #1d4664 0%, #9474cc 100%) 0%
        0% no-repeat padding-box;
    padding-top: 100px;
    margin-top: -80px;
}

.footer ul li {
    margin-bottom: 20px;
    font-size: 13px;
}

.footer ul li a {
    text-decoration: underline;
    letter-spacing: 0px;
    font-size: 13px;
    color: #fff;
}

.footer .footer-bottom {
    border-top: 1px solid #9474cc;
    padding-top: 20px;
}

.footer-bottom .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.footer-bottom ul li {
    margin-bottom: 25px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0px;
    place-content: center;
}

ul.footer-social li {
    margin: 0 15px 0 0;
}

ul.footer-social li:last-child {
    margin: 0;
}

ul.footer-social li a {
    font-size: 18px;
}

.footer-menu {
    position: relative;
}

/*=====================================================
      breadcrumb  css
      ======================================================*/
.breadcrumb .breadcrumb-item:first-child {
    /* pointer-events: none; */
    cursor: none;
}

.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 0;
    padding-right: 0;
}

.breadcrumb-section .breadcrumb-item a {
    color: #1d4664;
    font-size: 11px;
    font-weight: 600;
    /* text-decoration: underline; */
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #1d4664;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

/*=====================================================
      FILTER  css
      ======================================================*/
.filter-section {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 30px #11304726;
    border-radius: 5px;
}

/*
   .filter-section .nav-pills {
        border-bottom: 1px solid #E8ECEF;
   }*/

.filter-section .nav-pills .nav-link {
    border-radius: 0;
    padding: 25px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #1d4664;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-section .nav-pills .nav-link.active,
.filter-section .nav-pills .show > .nav-link {
    color: #1d4664;
    background-color: #e8ecef;
    border-radius: 0;
}

.filter-section .nav-justified .nav-item {
    border-right: 1px solid #e8ecef;
}

.filter-section .nav-justified .nav-item:first-child {
    background: #1d4664;
}

.filter-section .nav-justified .nav-item:first-child a {
    color: #fff;
}

.filter-section .nav-justified .nav-item:last-child {
    border-right: 0;
}

.filter-section .tab-content > .tab-pane {
    padding: 12px 15px;
}

.filter-section .nav-pills .nav-link i {
    font-size: 20px;
    margin-right: 10px;
}

.filter-section .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ccc;
    background-color: #fff;
}

.filter-section .custom-control-label {
    padding-left: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.filter-section
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-image: none;
    content: " ";
    background: #1d4664;
    font: normal normal normal 14px/1 FontAwesome;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px;
}

.filter-section .custom-control-label::after {
    top: 1px;
    left: -21px;
    width: 20px;
    height: 20px;
}

.filter-section .custom-control-label::before {
    top: -2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ececec;
    border-radius: 5px;
}

.filter-section .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

ul.checkbox-list li {
    padding: 15px 15px 13px 10px;
    box-shadow: 0px 5px 10px #9474cc30;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    cursor: pointer;
}

ul.checkbox-list li:hover {
    background: #fff;
}

ul.checkbox-list li i {
    font-size: 18px;
    margin-left: 0;
    margin-right: 5px;
}

ul.checkbox-list li:hover .custom-control-label {
    color: #1d4664;
}

ul.checkbox-list.two-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.checkbox-list.two-cols li {
    width: 48%;
}

ul.checkbox-list.three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.checkbox-list.three-cols li {
    width: 32%;
}

ul.checkbox-list li .custom-control-label {
    font-weight: 600;
}

ul.checkbox-list.inline li {
    display: inline-block;
    margin-right: 10px;
    min-width: 270px;
}

ul.checkbox-list.inline li .custom-control {
    cursor: pointer;
}

ul.checkbox-list.inline li .custom-control-label {
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
}

ul.checkbox-list.inline li .custom-control-label img {
    height: 17px;
    margin-right: 7px;
}

.filter-section .filterlist .filter-label {
    letter-spacing: 0.16px;
    color: #1d4664;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 500;
    width: 100%;
}

.filterlist .review-slider {
    margin: 15px 10px;
}

.filterlist p {
    font-family: "Montserrat";
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #1d4664;
    margin: 0px;
}

.filter-section .rating-list > li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.filter-section .rating-list > li span {
    font-size: 13px;
}

.filter-section .rating-list > li .list-inline-item {
    margin-right: 5px;
}

.budget-tab .filterlist {
    padding: 0 40px;
}

.budget-tab .filterlist .filter-label {
    font-weight: 400;
    margin: 0 0 15px;
}

.form-group {
    margin: 0 0 20px;
}

.form-control {
    height: 42px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ececec;
    border-radius: 5px;
    font-size: 13px;
    padding: 7px 10px;
}

.bootstrap-select {
    position: relative;
}

.bootstrap-select.form-control {
    border: 2px solid #ececec !important;
    height: 42px !important;
    padding: 4px 5px !important;
    font-weight: 400;
    position: relative;
}

.htCustom .bootstrap-select.form-control {
    height: 29px !important;
    padding: 0 !important;
}

.htCustom .bootstrap-select .dropdown-toggle {
    padding: 2px;
}

.htCustom .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #1d4664;
    font-weight: 500 !important;
}

/*
   .found-list .dropdown.bootstrap-select {
        border: none !important;
   }*/

body .select2-container .select2-selection--single {
    height: 42px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ececec;
    border-radius: 5px;
    font-size: 13px;
    padding: 7px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 10px;
    right: 4px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #1d4664 transparent transparent transparent;
    border-width: 5.5px 5px 0 4.5px;
}

.form-control.error {
    border-color: #fe4335;
}

.form-group.status .form-control {
    padding-left: 40px;
}

.form-group.status .indicator {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 14px;
    left: 30px;
}

textarea.form-control {
    resize: none;
}

.error-msg {
    color: #fe4335;
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    font-size: 11px;
}

.error-msg i {
    font-size: 14px;
    margin-right: 5px;
}

.form-group .error-msg {
    position: absolute;
    bottom: -21px;
}

.filter-mob-device {
    display: none;
}

.filter-section .nav-pills .nav-item:first-child .nav-link {
    cursor: unset;
}

.review-slider .irs-slider.from:after {
    top: -28px;
    left: 2px;
}

.review-slider .irs-slider.to:after {
    top: -34px;
    left: 3px;
}

/*=====================================================
      SEARCH TAG  css
      ======================================================*/
.search-fiter {
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.search-tag {
    box-shadow: 0px 5px 10px #9474cc30;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 11px;
    display: flex;
    align-items: center;
    margin: 0 5px 5px 0;
}

.tag-label {
    letter-spacing: 0.3px;
    color: #1d4664;
    font-weight: 600;
}

.tag-close {
    margin-right: 7px;
    float: left;
    color: #1d4664;
    cursor: pointer;
}

.found-list {
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.found-list select.form-control,
.found-list .bootstrap-select.form-control {
    border: 0;
    width: 150px !important;
    padding: 0;
    height: 30px;
    /* margin-left: auto; */
    font-size: 13px;
    font-weight: 600;
    left: 0;
}

.found-list.sorting-input .bootstrap-select.form-control {
    width: 240px !important;
}

.found-list select.form-control:focus {
    outline: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1d4664;
    background-color: transparent;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none;
}

/*=====================================================
      RESPONSIVE FILTER SLIDER TAG  css
      ======================================================*/
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion > .card .card-header a {
    margin-bottom: -1px;
    background: #fff;
    padding: 25px 20px;
    width: 100%;
    color: #1d4664;
    font-size: 20px;
    font-weight: 600;
}

.accordion > .card .card-header {
    padding: 0;
}

.md-accordion .card .card-header .fa-angle-down {
    float: right;
}

.accordion > .card .card-header a > span {
    margin-right: 10px;
}

.accordion > .card {
    border: 0;
}

/*=====================================================
      RANGE SLIDER TAG  css
      ======================================================*/
.load-more {
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #1d4664;
    font-weight: 600;
    box-shadow: 0px 15px 30px #11304726;
    border: none;
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    width: 200px;
    margin-top: 15px;
    cursor: pointer;
}

.irs-slider {
    width: 11px;
    height: 18px;
    top: 31px;
    background-position: 0 -120px;
    width: 18px !important;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: 17px;
    background-color: #1d4664;
    background-image: none;
}

.budget-range span.irs-slider.from:after {
    content: "\e920";
    color: #73c0ca;
}

.budget-range .irs-slider.to:after {
    content: "\e922";
    color: #73c0ca;
}

.budget-range ul li {
    margin-bottom: 45px;
    position: relative;
}

.budget-range ul li .from {
    position: absolute;
    left: -40px;
    font-size: 11px;
    bottom: 19px;
}

.budget-range ul li .to {
    position: absolute;
    right: -25px;
    font-size: 11px;
    bottom: 19px;
}

.year-business .irs-slider.from:after {
    content: "\e913";
    color: #73c0ca;
    top: -27px;
}

.year-business .irs-slider.to:after {
    content: "\e913";
    color: #73c0ca;
    font-size: 20px;
    top: -27px;
    position: absolute;
}

.review-slider .irs-slider.to:after {
    left: 3px;
}

.filterlist .filter-group {
    margin-bottom: 30px;
}

.filter-group.slider-height .irs-slider.from:after {
    font-size: 20px;
    top: -17px;
    position: absolute;
    height: 10px;
    width: 7px;
    background: #fec006;
    border-radius: 80px;
    left: 1;
    right: 6px;
    content: "";
}

.filter-group.slider-height .irs-slider.to:after {
    top: -39px;
    position: absolute;
    border-radius: 80px;
    background: #fec006;
    width: 7px;
    height: 34px;
    content: "";
    left: 5px;
}

.filter-group.slider-weight .irs-slider.from:after {
    top: -17px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #fec006;
    border-radius: 50%;
    left: 4px;
}

.filter-group.slider-weight .irs-slider.to:after {
    top: -26px;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fec006;
    left: -1px;
}

.filter-group.slider-bmi .irs-slider.from:after {
    top: -17px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #fec006;
    border-radius: 50%;
    left: 4px;
}

.filter-group.slider-bmi .irs-slider.to:after {
    top: -26px;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fec006;
    left: -1px;
}

/*loader*/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #1d4664;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    left: 50%;
    top: 50%;
}

.loading {
    position: fixed;
    left: 50%;
    top: 50%;
    background: rgb(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
    margin: 0 1px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: #1d4664;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #1d4664;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.filterlist .filter-group:last-child {
    margin-bottom: 0;
}

ul.hair-card {
    display: flex;
}

.hair-icon {
    width: 45px;
    /* height: 70px; */
    margin: 0 auto;
}

.hair-card img {
    margin: 0 0 7px;
    height: 40px;
}

.hair-card-text {
    font: Bold 10px / normal Montserrat;
    letter-spacing: 0.12px;
    color: #1d4664;
}

ul.hair-card li {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #9474cc30;
    border-radius: 5px;
    padding: 10px 4px;
    text-align: center;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
    width: 100%;
    min-width: 53px;
}

ul.hair-card li.selected:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #1d4664;
    border-radius: 5px;
    pointer-events: none;
}

ul.hair-card.eye-card li {
    width: 18%;
    display: inline-block;
}

ul.hair-card.eye-card li .hair-icon {
    width: 32px;
    height: auto;
    margin: 0 auto 10px;
}

ul.hair-card.eye-card li .hair-icon img {
    display: block;
    height: auto;
}

.switch-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.switch-box.switch-static {
    position: static;
    margin: 0;
    display: block;
}

/* .switch-list {
         align-items: center;
         display: flex;
         }    */
.switch-unit .switch-list,
.switch-box .switch-list {
    align-items: center;
    display: flex;
}

.switch-box .switch-label {
    letter-spacing: 0.16px;
    color: #1d4664;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    top: -1px;
    position: relative;
}

.slider-age span.irs-slider.from:after {
    font-family: "icomoon" !important;
    font-size: 20px;
    top: -24px;
    position: absolute;
    content: "\e933";
    color: #04a724;
    color: #41ee63;
    left: 3px;
}

.slider-age span.irs-slider.from:before {
    content: "\e932";
    position: absolute;
    color: #41ee63;
    font-family: "icomoon" !important;
    top: -24px;
    left: 4px;
}

.slider-age .irs-slider.to:after {
    content: "\e959";
    color: #fec006;
    top: -37px;
}

.slider-age .irs-slider.to:before {
    content: "\e95a";
    color: #04a724;
    font-family: "icomoon" !important;
    top: -22px;
    left: 4px;
    position: absolute;
}

.slider-age .irs-slider.to:before {
    content: "\e95a";
    color: #04a724;
    font-family: "icomoon" !important;
    top: -33px;
    right: -2px;
    position: absolute;
    font-size: 22px;
}

.slider-without-icon .irs-slider.from:after {
    display: none;
}

.slider-without-icon .irs-slider.to:after {
    display: none;
}

.switch-box.switch-position {
    position: relative;
    margin-top: 0;
}

.slider-child .irs-slider.from:after {
    top: -17px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #fec006;
    border-radius: 50%;
    left: 4px;
}

.slider-child .irs-slider.to:after {
    top: -30px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -2px;
    content: "\e95b";
    font-size: 23px;
}

.year-business .year-select {
    position: relative;
    display: flex;
    align-items: center;
}

.year-business .year-select select {
    width: 50%;
    margin-right: 15px;
    transition: 0.4s;
}

.year-business .year-select span {
    width: 50%;
    display: block;
    font-size: 13px;
}

.year-business .year-select:hover select {
    width: 100%;
    transition: 0.4s;
}

.year-business .year-select:hover span {
    display: none;
}

/* .pagination .page-link {
         padding: 0;
         color: #1d4664;
         border-radius: 50% !important;
         height: 40px;
         width: 40px;
         text-align: center;
         line-height: 40px;
         } */
.pagination .page-link {
    color: #1d4664;
    border-radius: 30px !important;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1d4664;
    border-color: unset;
}

.pagination .page-link:focus {
    box-shadow: none;
}

ul.pagination li {
    margin-right: 10px;
}

.pagination-list {
    display: flex;
    padding: 20px 0;
    align-items: center;
    flex-direction: column;
}

.pagination {
    margin-top: 15px;
}

.no-result-found {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 50px 0;
    font-size: 15px;
    font-weight: 600;
}

.no-result-found i {
    font-size: 18px;
    color: #1c4563;
    font-weight: 600;
    margin-right: 15px;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.image-checkbox .fa {
    position: absolute;
    color: #fff;
    background-color: #1d4664;
    padding: 5px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    font-size: 14px;
}

/*.image-checkbox-checked .fa {
      display: block !important;
      }*/
.hidden {
    display: none !important;
}

/*overwrite btn-warning class*/
.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

/*** Profile pages :: Start ***/
.cover-section .cover-img {
    background-size: cover;
    background-position: center;
    height: 340px;
    margin: 30px 0;
}

.mobile-cover {
    display: none;
}

.cover-media-wrap.mobile {
    display: none;
}

.agency-name .btn.fab-btn {
    display: none;
}

.profile-info-container .agency-logo-wrap {
    display: block;
    width: 100%;
}

.profile-info-container .agency-logo {
    width: 100%;
    margin: auto;
}

.agency-name .name {
    color: #1d4664;
    font-size: 13px;
    font-weight: 700;
    width: 75%;
    margin: 30px auto 0;
}

.profile-detail-wrap .agency-name h3 {
    font-weight: 500;
    font-size: 38px;
    margin: 0 0 3px;
    line-height: 1.2;
    color: #1d4664;
}

.profile-detail-wrap .agency-name h1 {
    font-weight: 500;
    font-size: 38px;
    margin: 0 0 3px;
    line-height: 1.2;
    color: #1d4664;
}

.profile-detail-wrap .business-since {
    font-size: 13px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.business-since .stars-rating {
    margin: 0 0 0 25px;
}

.info-container {
    margin: 0 0 45px;
}

.info-container .info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px;
}

.info-container .info-head h5.title {
    font-size: 16px;
    color: #1d4664;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
}

.info-container .info-head h2 {
    font-size: 16px;
    color: #1d4664;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
}

.info-container .info-body p {
    color: #1d4664;
}

.profile-detail-wrap .info-container .info-head p {
    color: #1d4664;
}

.location-block .card {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 10px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}

.location-block .card:last-child {
    margin: 0;
}

.location-block .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}

.location-block .card-header .arrow {
    color: #1d4664;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    line-height: 10px;
}

.location-block .card-header .arrow.up {
    display: block;
}

.location-block .card-header .collapsed .arrow.down {
    display: block;
}

.location-block .card-header .collapsed .arrow.up,
.location-block .card-header .arrow.down {
    display: none;
}

.location-block .card-body {
    padding: 0;
}

.location-info h5 {
    font-family: "Montserrat", sans-serif;
}

.location-info p {
    font-size: 11px;
}

.card-header a.card-link {
    display: block;
}

.location-info {
    padding: 10px 10px 15px 40px;
    position: relative;
}

.location-info .map-pointer {
    position: absolute;
    left: 11px;
    top: 8px;
    height: 22px;
}

.info-container.location-block .location-map {
    height: 250px;
    background: #f5f5f5;
}

.stars-rating {
    margin: 0 0 5px;
}

.stars-rating i {
    color: #fec006;
}

.stars-rating .avg {
    color: #1d4664;
}

.stars-rating .count {
    color: #1d4664;
    display: block;
    font-size: 12px;
}

.user-block {
    display: flex;
    align-items: center;
}

.user-block .user-img {
    margin-right: 15px;
}

.user-block .user-img img {
    height: 45px;
    width: auto;
    border-radius: 50%;
}

.user-block .user-info h6 {
    font-size: 13px;
    margin: 0 0 5px;
}

.user-block .user-info span {
    font-size: 11px;
    display: inline-block;
}

.review-block {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
    margin: 10px 0 0;
    position: relative;
}

.review-block .user-block {
    margin: 0 0 10px;
}

.review-block .rating-info {
    margin: 10px 0 0;
    padding-right: 100px;
}

.review-block .delete-review {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    font-weight: 600;
}

/*** Rating input ***/
.rating-input-wrap {
    display: flex;
}

.star-input {
    cursor: pointer;
    margin-right: 4px;
}

.star-input {
    cursor: pointer;
}

.star-input .check,
.star-input.checked .uncheck {
    display: none;
}

.star-input.checked .check {
    display: block;
}

.form-control.review-input {
    height: 240px;
    resize: none;
}

.contact-btn-fixed {
    display: none;
}

.profile-info-container .contact-btns {
    transform: translateY(-60px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    transition: 0.4s;
}

.profile-info-container .contact-btns.static {
    position: static;
}

.make-me-sticky {
    top: 0;
    padding: 0 15px;
    transition: 1s;
}

.contact-btn-wrap.mobile-only {
    display: none;
}

.contact-btn-wrap.mobile {
    display: none;
}

.ip-profile-container .make-me-sticky {
    top: 50%;
    padding: 0 15px;
    transition: 0.4s;
}

.make-me-sticky.stick {
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    transition: 1s;
}

.profile-info-container .contact-btns .btn {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
    margin: 0 auto 10px !important;
}

.profile-info-container .contact-btns .btn-icon {
    position: relative;
    padding-left: 45px;
    text-align: left;
    margin: 0 0 10px !important;
}

.profile-info-container .contact-btns.static .btn-icon {
    margin: 0 5px 5px 0 !important;
}

.profile-info-container .contact-btns .btn .icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    font-size: 25px;
    margin: auto;
    height: 25px;
}

.contact-btns .fab-btn:hover .fa {
    transform: scale(0.9);
    transition: 0.4s;
}

.contact-btns .fab-btn:hover .fa::before {
    content: "\f004";
    color: #1d4664;
}

.success-msg-wrap {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.success-msg-wrap p {
    color: #1d4664;
}

.success-icon-wrap {
    background: #04a724;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    margin: 10px 0 20px;
}

.success-icon-wrap i {
    font-size: 22px;
    color: #fff;
    line-height: 50px;
}

.about-video-carousal .item-video,
.about-video-carousal .item-image {
    height: 300px;
}

.about-video-carousal .item-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-video-carousal .owl-video-play-icon {
    background: url(../images/play.svg) no-repeat !important;
}

.about-video-carousal .owl-stage-outer {
    margin: 0 0 10px;
}

.about-video-carousal img.play-icon {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 180px;
    right: 0;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    cursor: pointer;
}
.owl-carousel .owl-dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #1d4664 !important;
    display: inline-block;
    margin: 4px;
}

.owl-dot.active {
    transform: scale(1.6);
}

.owl-dots {
    text-align: center;
    padding: 10px 0;
    width: 70%;
    margin: auto;
    /* transform: translateY(-32px); */
    position: relative;
    margin-top: -32px;
}

.owl-nav {
    height: 30px;
    position: relative;
}

.owl-nav button span {
    font-size: 46px;
    line-height: 20px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*** Cover media section ***/
.cover-media-wrap {
    display: flex;
    margin: 20px 0 30px;
}

.cover-media-block {
    position: relative;
}

.cover-media-block.lg {
    height: 340px;
    width: 40%;
    background-size: cover;
    background-position: top;
    margin-right: 5px;
    cursor: pointer;
}

.cover-media-sm {
    width: 20%;
    height: 340px;
    display: flex;
    flex-direction: column;
}

.cover-media-sm .cover-media-block {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: top;
    cursor: pointer;
}

.cover-media-sm .cover-media-block:first-child {
    margin: 0 0 5px;
}

.cover-media-block .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    transition: 0.4s;
    cursor: pointer;
}

.cover-media-block .play-icon:hover {
    transform: scale(1.1);
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#cover-video {
    display: none;
    position: fixed;
    width: auto;
    max-width: 700px;
    height: 400px;
    z-index: 1004;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#cover-video video {
    width: 100%;
    border: 2px solid #fff;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    background: #222222;
    font-size: 28px;
    font-weight: bold;
    /*display: inline-block;*/
    line-height: 0px;
    padding: 11px 5px 13px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "x";
    font-family: "Comfortaa", sans-serif;
}

#fade:hover ~ #boxclose {
    display: none;
}

.surrogate-info-wrap {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.surrogate-info .id-label {
    display: block;
    margin: 0 0 10px;
}

.surrogate-info h3 {
    font-weight: 500;
    font-size: 38px;
    margin: 0 0 3px;
    line-height: 1.2;
    color: #1d4664;
}

.surrogate-meta .address {
    display: inline-block;
    vertical-align: middle;
}

.surrogate-meta .address img {
    height: 12px;
}

.accordian-panel .card-header .arrow.plus,
.accordian-panel .card-header .collapsed .arrow.minus {
    display: none;
}

.accordian-panel .card-header .collapsed .arrow.plus {
    display: block;
}

.accordian-panel .card-header {
    position: relative;
}

.accordian-panel .card-header .arrow {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    font-size: 10px;
    color: #1d4664;
}

.accordian-panel .card-header {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
}

.accordian-panel h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.accordian-panel .card-body {
    padding: 10px 0;
}

/*** Signin modal ***/
.social-login-btn {
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 15px 15px 45px !important;
    border: 2px solid transparent;
    display: block !important;
    width: 100% !important;
}

.social-login-btn img {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    height: 22px;
    margin: auto;
}

.social-login-btn.fb {
    background: #4267b2 !important;
    color: #fff !important;
    -webkit-appearance: none;
}

.social-login-btn.google {
    background: #fff;
    color: #151515;
    border-color: #ececec;
}

.signin-modal .modal-body,
.join-container .modal-body {
    padding: 0 30px 30px;
}

.account-form label {
    margin: 0 0 5px;
}

.signin-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account-form .col-xl-6 {
    padding: 0 25px;
}

.account-form form {
    position: relative;
}

.join-container .account-form form:after {
    content: "or";
    position: absolute;
    top: 0;
    left: -30px;
    color: #1d4664;
    font-size: 12px;
    font-weight: 600;
}

.join-container .account-form form:before {
    content: "";
    width: 1px;
    top: 20px;
    left: -24px;
    bottom: 0;
    display: block;
    background: #efefef;
    position: absolute;
}

.account-form .form-control {
    height: 48px;
}

.join-container .radio-card-wrap {
    justify-content: flex-start;
    margin: 0 0 10px;
}

.join-container .radio-card-wrap .radio-card {
    width: 60px;
    height: 82px;
    padding: 10px 8px;
}

.join-container .radio-card-wrap .radio-card img,
.radio-card-wrap .radio-card i {
    height: 24px;
    font-size: 24px;
}

.join-container .radio-card-wrap .radio-card span.label {
    font-size: 9px;
    margin: 5px 0 0;
}

.join-container {
    background: url(../images/banner-img.webp) no-repeat center 22%;
    background-size: cover;
    padding: 30px 0 50px 0;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto 30px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.join-container.surrogate {
    background: url(../images/surrogates-background.png) no-repeat left center;
    background-size: cover;
    background-position: -30px center;
}

.join-container.egg-donor {
    background: url(../images/egg-donor-background.png) no-repeat left center;
    background-size: cover;
    background-position: -30px center;
}

.join-container.parent {
    background: url(../images/intended-parent-background.png) no-repeat 30% top;
    background-size: cover;
    background-position: -30px center;
}

.join-info {
    align-items: center;
    display: flex;
    padding-right: 25px;
}

.join-info h1 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 5px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}

.join-container .container {
    max-width: 73%;
}

.join-info p {
    color: #f9f3f3;
}

.join-footer {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
}

.join-footer .btn-wrap {
    display: flex;
    width: 65%;
    align-self: stretch;
    margin: 0;
}

.join-footer .btn-wrap .btn {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.join-footer .btn-wrap .btn:last-child {
    margin: 0 0 0 10px;
}

.join-footer .btn-wrap .btn .icon {
    font-size: 24px;
    margin-right: 5px;
}

.join-footer .info-div {
    width: 35%;
    padding-left: 20px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
}

.join-footer .info-div a {
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
}

/*** Agency Profile Edit **/
.edit-profile-wrap {
    margin: 20px 0 0;
}

.profile-nav-wrap {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.profile-nav-wrap .profile-info {
    padding: 15px;
    text-align: center;
}

.profile-nav-wrap .profile-info img.agency-logo {
    margin: auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.profile-nav-wrap .profile-info .name {
    color: #1d4664;
    font-size: 15px;
    font-weight: 700;
    margin: 20px auto 5px;
}

.profile-nav-wrap .profile-info .address {
    position: relative;
    padding-left: 10px;
    white-space: normal;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 auto 10px;
    max-width: 90%;
}

/*
   .profile-nav-wrap .profile-info .address img {
       /* position: absolute;
      left: 0;
      top: 1px;
   }*/

.profile-nav li.nav-item {
    position: relative;
    padding: 15px 15px;
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
}

.profile-nav li.nav-item img {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.profile-nav li.nav-item a {
    color: #1d4664;
    font-size: 12px;
    position: relative;
}

.profile-nav li.nav-item a .indicator {
    height: 9px;
    width: 9px;
    background: #04a724;
    position: absolute;
    border-radius: 50%;
    top: -6px;
    right: -13px;
}

.profile-footer {
    padding: 25px 15px;
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-data-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.profile-data-head h3.title {
    font-size: 25px;
    display: flex;
    align-items: flex-start;
}

.profile-data-head h3.title .back {
    display: block;
    margin: -5px 20px 0 0;
}

.profile-data-head h3.title .back img {
    height: 14px;
}

.profile-data-head .search-wrap-group {
    max-width: 220px;
}

.profile-data-body {
    padding: 15px 0;
}

.profile-data-body .top-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.profile-data-body .top-action .add-btn span {
    display: flex;
    align-items: center;
}

.profile-data-body .top-action .add-btn img {
    height: 30px;
    margin-right: 5px;
}

.profile-data-body .top-action .add-btn i {
    background: #9474cc;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    padding-right: 2px;
}

.profile-data-body .top-action .add-btn {
    color: #1d4664;
    font-weight: 700;
}

.profile-data-body .top-action .bootstrap-select.form-control {
    width: 90px !important;
}

.profile-data-body .top-action .userTypeFilter .bootstrap-select.form-control {
    width: 180px !important;
}

select.flat {
    border: 0;
    width: 150px;
    padding: 0;
    height: 30px;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

select.flat:focus {
    outline: none;
    box-shadow: none;
}

table.table.surrogate-table {
    margin-bottom: 65px;
}

.table.surrogate-table td {
    border: 2px solid #d5d5d5;
    padding: 4px 10px;
    vertical-align: middle;
}

.table.surrogate-table td.number {
    font-size: 12px;
    font-weight: 500;
    width: 40px;
    min-width: 40px;
    text-align: center;
}

.table.surrogate-table td.date {
    font-size: 11px;
    width: 80px;
    min-width:80px;
    color: #1d4664;
}

.table.surrogate-table td.name {
    min-width: 200px;
}

.table.surrogate-table td.name img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    float: left;
}

.table.surrogate-table td .name-div {
    display: flex;
    align-items: center;
    width: 100%;
}

.table.surrogate-table td .name-div span {
    font-size: 16px;
    font-weight: 700;
}

.table.surrogate-table td.status {
    width: 150px;
    min-width: 150px;
}

.table.surrogate-table .status-div {
    display: flex;
    align-items: center;
}

.table.surrogate-table .status-div .btn.dropdown-toggle {
    padding: 5px 0;
    font-size: 12px;
}

.table.surrogate-table .indicator {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.table.surrogate-table .indicator .filter-option-inner-inner {
    display: flex;
    align-items: center;
}

.table.surrogate-table td.single-action {
    width: 70px;
    min-width: 70px;
}

.table.surrogate-table td.detail {
    width: 100%;
}

.table.surrogate-table .status-div select.flat {
    font-size: 12px;
    width: 90px;
}

.indicator.active {
    background: #04a724;
}

.indicator.hold {
    background: #fec006;
}

.indicator.inactive {
    background: #fe4335;
}

.table.surrogate-table td.action {
    width: 105px;
    min-width: 105px;
    text-align: center;
}

.profile-data-body .data-group {
    margin: 0 0 35px;
}

.add-media-wrap {
    display: flex;
    margin: 10px 0 0;
}

.add-media-wrap .add-media-block {
    border: 2px solid #ececec;
    background: #fff;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.4s;
}

.add-media-wrap .add-media-block:hover {
    background: #f5f5f5;
}

.add-media-wrap .add-media-block.md {
    width: 38%;
    height: 260px;
}

.add-media-wrap .add-media-group {
    width: 24%;
    height: 260px;
    display: flex;
    flex-direction: column;
}

.add-media-wrap .add-media-block.sm {
    height: 100%;
}

.add-media-wrap .add-media-block.sm:first-child {
    margin-bottom: 4px;
}

.add-media-wrap .placeholder {
    display: flex;
    align-items: center;
}

.add-media-wrap .placeholder {
    display: flex;
    align-items: center;
}

.add-media-wrap .placeholder span {
    margin: 0 7px;
}

.add-media-wrap .placeholder img {
    height: 24px !important;
}

.add-media-wrap .add-media-block input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn.btn-done {
    text-align: left;
    position: relative;
    padding: 13px 20px;
}

.btn.btn-done .icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 13px;
}

.date-input {
    display: flex;
}

.date-input .form-control.dd,
.date-input .form-control.mm {
    width: 22%;
    margin-right: 3px;
}

.date-input .form-control.yy {
    width: 28%;
}

/*** Agency Profile Edit **/
/*** My referral :: start ***/
.raferral-table-container {
    margin: 0 0 10px;
}

.raferral-table-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.raferral-table-wrap .cell {
    border: 2px solid #d5d5d5;
    border-right: none;
    min-height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 7px 15px;
    width: 100%;
}

.raferral-table-wrap .cell:last-child {
    border-right: 2px solid #d5d5d5;
}

.raferral-table-wrap .cell.md {
    font-size: 12px;
    width: 150px;
    min-width: 150px;
}

.raferral-table-wrap .cell.single-action {
    width: 60px;
    min-width: 60px;
    padding: 7px 2px;
    justify-content: center;
    align-items: flex-start;
}

.raferral-table-wrap .cell.single-action img {
    max-height: 28px;
}

.table.surrogate-table .status-div {
    display: flex;
    align-items: center;
}

.raferral-table-wrap .status span.indicator {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.raferral-table-wrap .status-div {
    display: flex;
    align-items: center;
}

.raferral-table-wrap .status-div select.flat {
    font-size: 12px;
    width: 90px;
}

.raferral-table-wrap .cell.no-border {
    border-top: none;
}

.responsive .raferral-table-container {
    display: none;
}

/*** My referral :: start ***/
/*** Edit profile :: start **/
.edit-profile-sec .agency-logo {
    border: 1px solid #ececec;
    width: 180px;
}

.edit-profile-sec .agency-cover {
    width: 100%;
}

.edit-profile-sec .year-business .year-select select,
.edit-profile-sec .year-business .year-select .bootstrap-select.form-control {
    width: 100px;
    margin-right: 5px;
}

.year-business .year-select .bootstrap-select.form-control {
    max-width: 180px;
    margin: 0 5px 0 0;
    transition: 0.4s;
}

.edit-profile-sec .year-business .year-select select:hover,
.edit-profile-sec
    .year-business
    .year-select
    .bootstrap-select.form-control:hover,
.year-business .year-select .bootstrap-select.form-control:hover {
    width: 100%;
    max-width: 100%;
    transition: 0.4s;
}

.selected-media-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.selected-media-wrap .selected-media-block {
    margin: 0 10px 10px 0;
}

.selected-media-wrap.two-col .selected-media-block {
    width: 48%;
    margin: 0 0 20px;
}

.selected-media-block .block-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selected-media-block .block-foot .name {
    font-size: 12px;
}

.selected-media-block .block-foot .btn.flat-icon-btn img {
    height: 18px;
}

/*** Edit profile :: start **/
/*** ip profile :: start ***/
.ip-profile-container {
    margin: 30px 0 0;
}

.ip-profile-container .profile-info-container .contact-btns {
    transform: none;
}

.ip-profile-container .profile-info-container .agency-logo {
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

/*** ip profile :: end ***/
/** Inbox :: start **/
.message-list-wrap {
    padding: 20px 0 0;
}

.message-list-block {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding: 0 0 20px 100px;
    margin: 0 0 20px;
    min-height: 100px;
}

.message-list-block .list-head {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    justify-content: space-between;
}

.message-list-block .list-head .ppl-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.message-list-block .list-head .ppl-img img {
    object-fit: cover !important;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.message-list-block .ppl-info h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.message-list-block .ppl-info .user-type {
    font-size: 10px;
    font-weight: 700;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 10px #9474cc30;
    line-height: 1.2;
}

.message-list-block .list-head .date {
    font-size: 12px;
    font-weight: 700;
}

.message-list-block .list-body {
    line-height: 1.6;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: min-content;
    display: block;
    display: -webkit-box;
    width: 80%;
}

.message-body {
    height: 50vh;
    max-height: 50vh;
    overflow: auto;
}

.chat-wrap .date {
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
}

.chat-block.me {
    padding-left: 25%;
    margin: 0 0 20px;
}

.chat-block.me p {
    padding: 20px;
    background: #ececec;
    color: #1d4664;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-word;
}

.chat-block.other {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 25%;
    margin: 0 0 20px;
}

.chat-block.other .ppl-img {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    min-width: 40px;
}

.chat-block.other .ppl-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.chat-block.other p {
    background: #fff;
    color: #1d4664;
    padding: 20px;
    box-shadow: 0px 5px 10px #9474cc30;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-word;
}

.chat-input .form-control {
    height: 80px;
    width: 100%;
}

.chat-input .btn {
    min-width: 80px;
    margin: 10px 0 0;
    padding: 10px 5px;
}

.chat-input {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 25px #9474cc30;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.chat-input .text-danger {
    position: absolute;
    bottom: 29px;
    left: 18px;
}

.chat-block p .time {
    display: block;
    margin: 5px 0 0;
    /* font-weight: 600; */
    color: #1d4664;
    font-size: 10px;
}

.sticky-input.stick {
    position: static;
}

.sticky-input {
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
}

/** Inbox :: end **/
/*** contact page **/
.contact-us-wrap .form-inner {
    max-width: 640px;
    margin: auto;
}

.contact-us-wrap .form-inner textarea {
    height: 206px;
}

/*** Wizard :: Start ***/
.wizard-type-container {
    margin: 60px 0;
    border-radius: 6px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.wizard-head {
    padding: 50px 10px;
    background: #73c0ca;
    border-radius: 6px;
    position: relative;
}

.wizard-head .text {
    margin: auto;
    max-width: 300px;
}

.wizard-head h5 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.wizard-head h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
}

.wizard-body {
    padding: 40px 30px;
    display: flex;
    flex-wrap: nowrap;
}

.wizard-body .wizard-type-block {
    width: 100%;
    text-align: center;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 20px 0 0;
    padding: 25px 10px;
    border-radius: 5px;
}

.wizard-body .wizard-type-block:last-child {
    margin: 0;
}

.wizard-body .wizard-type-block img {
    margin: 0 0 30px;
    height: 55px;
}

.wizard-body .wizard-type-block h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.wizard-head img.shape {
    position: absolute;
    bottom: 0;
    height: auto;
    right: 0;
    max-height: 220px;
}

.wizard-que-container {
    margin: 10px 0 0;
}

.que-head {
    background: #1d4664;
    padding: 30px 60px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.que-head .back-btn {
    position: absolute;
    background: transparent;
    border: none;
    top: 10px;
    left: 10px;
}

.que-head .type-icon {
    min-width: 60px;
    margin-right: 40px;
}

.que-head .type-icon img {
    width: 100%;
    height: auto;
    max-height: 70px;
}

.que-desc p,
.que-desc h2 {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 0.72px;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.que-body {
    padding: 30px 30px 60px 160px;
    max-width: 770px;
}

.wizard-que-container.lg .que-body {
    /*max-width: 1005px;*/
    width: 100%;
    float: left;
    max-width: none;
    padding: 30px 50px 10px;
}

.que-div {
    margin: 0 0 30px;
}

.que-div h5.que,
.que-div h3.que {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 5px;
    line-height: 1.4;
}

.que-div p.ans-info {
    color: #1d4664;
    font-size: 14px;
}

.ans-div .radio-card-wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
}

.ans-div .radio-card-wrap .radio-card {
    height: auto;
    min-width: 95px;
    height: 140px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.ans-div .radio-card .img-div {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    width: 100%;
}

.ans-div .radio-card .img-div img {
    height: 42px;
}

.ans-div .radio-card .img-div.lg img {
    height: 60px;
}

.ans-div .radio-card span.other {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #1d4664;
    display: inline-block;
}

.ans-div .radio-card-wrap .radio-card span.label {
    margin: 0;
}

.ans-div .switch-box {
    position: static;
    display: block;
    margin: 20px 0 0;
}

.wizard-form fieldset .pagination {
    margin: 0;
    position: absolute;
    bottom: 18px;
    left: 55px;
}

.wizard-form fieldset span.pagination-block {
    height: 6px;
    width: 6px;
    background: #1d4664;
    border-radius: 6px;
    margin-right: 4px;
    display: block;
}

.wizard-form fieldset span.pagination-block.active {
    width: 26px;
}

.wizard-form fieldset .btn-dark {
    padding: 17px 30px;
    min-width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.wizard-form fieldset .btn-dark i {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
    font-size: 26px;
    line-height: 1;
}

.wizard-form fieldset .btn-back,
.btn-back-round {
    background: #e8ecef;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wizard-signup .modal-body {
    padding: 30px 0;
}

.wizard-signup .account-form .col-xl-6 {
    padding: 0 15px;
}

.wizard-form fieldset:not(:first-of-type) {
    display: none;
}

.wizard-form fieldset {
    border: 0 !important;
    position: relative;
    padding: 0 0 60px;
}

.wizard-form {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

/*** Wizard :: End ***/
/*** About BG :: Start ***/
.about-desc {
    background-image: url(../images/new-about-bg.svg);
    background-size: cover;
    background-position: center;
    padding: 40px;
    width: 95%;
    margin: 20px auto 40px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}


.about-desc .container {
    padding-bottom: 100px;
}

.about-desc h1 {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.about-desc h5 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.about-desc p {
    color: #fff;
    margin: 0 0 20px;
}

.about-desc p:last-child {
    margin: 0;
    font-size: 13px;
}

.about-desc p.text-lg {
    font-size: 15px;
}

.mission-wrap {
    background: #efefef;
    padding: 40px 60px 60px;
    border-radius: 6px;
    position: relative;
}

.mission-wrap h5 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.96px;
    color: #1d4664;;
    max-width: 70%;
    position: relative;
    z-index: 2;
}

.mission-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    height: 92%;
    margin: auto;
    z-index: 1;
}

.feature-section {
    padding: 40px 0;
}

.feature-wrap .text p {
    color: #1d4664;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
}

.feature-wrap .text p:last-child {
    margin: 0;
}

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

.team-section .desc {
    margin: 0 0 60px;
}

.team-section .desc h3 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.96px;
    color: #1d4664;
    text-transform: uppercase;
    margin: 0 auto 20px;
    max-width: 680px;
}

.team-section .desc p {
    color: #1d4664;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 430px;
}

.team-section .title {
    font-size: 18px;
    color: #1d4664;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 25px;
}

.team-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-block {
    width: 33%;
    padding: 0 15px;
    margin: 0 0 20px;
}

.team-block img {
    border-radius: 50%;
    margin: 0 0 15px;
}

.team-block h5 {
    letter-spacing: 0.56px;
    color: #1d4664;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}

/*** About BG :: End ***/
/*** Blog listing :: start ***/
.blog-list-wrap .blog-info {
    margin-top: 10px;
}

.blog-list-wrap .blog-info h6 {
    font: Bold 14px/16px Montserrat;
    letter-spacing: 0.4px;
    color: #9474cc;
    margin-bottom: 10px;
}

.blog-list-wrap .blog-info p.title {
    font: Bold 13px/20px Montserrat;
    letter-spacing: 0.5px;
    color: #1d4664;
    margin: 0 0 5px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    display: -webkit-box;
}

.blog-list-wrap .blog-info a {
    font: Bold 13px/16px Montserrat;
    letter-spacing: 0.4px;
    color: #9474cc;
}

.blog-list-wrap .blog-info .desc {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 74px;
    display: block;
    display: -webkit-box;
    margin: 0 0 10px;
    font-size: 12px;
}

.blog-card-block {
    position: relative;
    height: 380px;
    border-radius: 6px;
    overflow: hidden;
}

.blog-card-block:after {
    content: " ";
    background: rgba(29, 70, 100, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.blog-card-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-card-block .blog-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    max-width: 70%;
}

.blog-card-block .blog-info a,
.blog-card-block .blog-info p,
.blog-card-block .blog-info h6 {
    color: #fff !important;
}

.blog-card-block .blog-info p.title {
    font-size: 16px;
}

.blog-list-wrap .blog-content,
.blog-list-wrap .blog-card-block {
    margin: 0 0 30px;
}

.blog-div {
    display: none;
}

.blog-div.show {
    display: flex;
}

.filter-nav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

.filter-nav .btn {
    color: #9474cc;
    font-size: 13px;
    padding: 13px 0;
    margin: 0 15px;
    position: relative;
}

.filter-nav .btn:focus {
    outline: none;
}

.filter-nav .btn.active:after {
    content: " ";
    background: #9474cc;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
}

/*** Blog listing :: end ***/
/*** Blog Detail :: Stat ***/
.blog-detail-info {
    margin-bottom: 30px;
}

.blog-detail-info .text {
    margin: 0 0 20px;
}

.blog-detail-wrap {
    margin: 30px 0 0;
}

.blog-detail-wrap .category {
    color: #9474cc;
    font-size: 13px;
    margin: 0 0 20px;
}

.blog-detail-wrap .title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #1d4664;
    margin: 0 0 20px;
}

.share-blog .btn-circle {
    background: #ddd;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-appearance: none;
}

.share-blog .btn-circle.linkedin {
    background: #0077b5;
}

.share-blog .btn-circle.twitter {
    background: #1da1f2;
}

.share-blog .btn-circle.facebook {
    background: #3b5998;
}

.share-blog .btn-circle {
    background: #ff4500;
}

.share-blog .btn-circle {
    background: #ff4500;
}

.share-blog .btn-circle.print,
.share-blog .btn-circle.mail {
    background: #9474cc;
}

.share-blog .btn-circle.mail {
    margin-left: 15px;
}

.share-blog .btn-circle img {
    margin: 9px 0 0;
    height: 14px;
}

.blogtext {
    color: #1d4664;
}

.blogtext p {
    margin: 0 0 20px;
    color: #1d4664;
}

.author-block {
    text-align: center;
    margin: 15px 0 30px;
}

.author-block .author-img {
    border-radius: 50%;
    margin: 0 0 10px;
    height: 70px;
    width: 70px;
}

.author-name {
    font-size: 13px;
    color: #1d4664;
    font-weight: 700;
}

.author-block .caption {
    color: #9474cc;
    font-size: 20px;
    line-height: 1.4;
    max-width: 90%;
    margin: auto;
}

.blogtext .img-group {
    display: flex;
    margin: 0 0 30px;
}

.blogtext .img-block.lg {
    width: 60%;
    margin-right: 15px;
    height: 455px;
}

.blogtext .img-block.sm {
    width: 40%;
}

.blogtext .img-block.sm .img-sm-wrap {
    margin: 0 0 15px;
    height: 220px;
}

.blogtext .img-block.sm .img-sm-wrap:last-child {
    margin: 0;
}

.blogtext .img-block.lg img,
.img-block.sm img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.other-issues h1.title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.4;
}

.video-block {
    position: relative;
    margin: 30px 0;
}

.video-block .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    transition: 0.4s;
    cursor: pointer;
}

.video-block .play-icon:hover {
    transform: scale(1.1);
}

/*** Blog Detail :: Stat ***/
.filtermodal {
    background: #fff;
}

.filtermodal .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
}

.filtermodal .modal-content {
    border-radius: 0;
}

.filtermodal .modal-body,
.filtermodal .modal-header {
    padding: 10px 0;
}

.policy-wrap li.policy-block {
    margin: 0 0 30px;
}

li.policy-block .title {
    font-size: 16px;
}

.swal-title {
    color: #1d4664;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 1.4;
}

.swal-text {
    color: #1d4664 !important;
    font-weight: 500;
    text-align: center;
}

.swal-modal .swal-button {
    background: #1d4664;
    border-color: transparent;
    padding: 15px 20px;
    min-width: 80px;
    color: #fff;
}

.swal-modal .swal-button:hover {
    background: #1d4664;
    border-color: transparent;
}

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

.btn-report {
    position: fixed;
    bottom: -1px;
    right: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

/** 404 **/
.page-not-found {
    padding: 60px 0 30px;
}

.page-not-found .text-lg {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.4;
    color: #1d4664;
    margin: 0 0 15px;
}

.page-not-found p {
    font-size: 15px;
    line-height: 1.4;
    color: #1d4664;
    margin: 0 0 15px;
    max-width: 80%;
}

.page-not-found .img-pattern img {
    width: 100%;
}

/*** welcome modal ***/
.welcome-modal .modal-dialog {
    width: 100%;
    max-width: 580px;
}

.welcome-modal .modal-body {
    padding: 60px 180px 60px 40px;
    text-align: center;
    position: relative;
}

img.welcome-shape.desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 104%;
}

img.welcome-shape.mobile {
    display: none;
}

img.welcome-shape.desktop {
    display: block;
}

.welcome-text h3 {
    font-size: 28px;
    color: #9474cc;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 20px;
    font-family: "Montserrat", sans-serif;
}

.welcome-text p {
    color: #1d4664;
    font-size: 14px;
    margin: 0 0 40px;
    font-weight: 500;
}

/** edit profile media **/
.edit-image-head {
    border: 2px solid #ececec;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.selected-media-wrap.two-col .selected-media-block-edit-profile {
    width: 30%;
    margin: 0 0 20px;
}

.welcome-text .btn.btn-dark {
    max-width: 200px;
    margin: auto;
}

.modal-dialog.modal-dialog-centered {
    margin: 1.75rem auto;
}

.new-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ececec;
}

.new-video-wrapper video.edit-image-head {
    height: auto;
}

.profile-data-body .form-group lable {
    min-height: 18px;
    line-height: 12px;
}

.agency-name .surrogate-detail-rate {
    width: 75%;
    margin: auto;
}

.gallery img,
.gallery video {
    max-width: 21%;
    padding-left: 5px;
    height: 256px;
}

.dnone {
    display: none;
}

.add-media-block img {
    height: 256px;
    max-width: 100%;
    width: 100%;
}

.add-media-block.sm img {
    height: 123px;
    max-width: 100%;
    width: 100%;
}

.add-media-block.sm .camera {
    height: auto;
    width: 70%;
}

.btn-message-send {
    position: absolute;
    right: 82px;
    margin-top: -50px;
    background: #1d4664;
    color: #fff;
    padding: 8px !important;
}

.labelSource {
    position: absolute;
    right: 82px;
    margin-top: -80px;
}

.labelSource .badge {
    padding: 5px 10px;
}

.purpleColor {
    background-color: #9474cc;
}

.btn-message-send:hover {
    color: #fff;
}

.btn-message-view {
    position: absolute;
    right: 0px;
    background: #1d4664;
    color: #fff;
    padding: 8px !important;
    top: 60px;
}

.btn-message-view:hover {
    color: #fff;
}

.landingNoneClass {
    display: none !important;
}

.footerNoneClass {
    padding-top: 40px !important;
    margin-top: 100px !important;
}

.surgateBtnBlue {
    position: relative !important;
    width: 100% !important;
    padding: 10px;
}

.logoLandingPage {
    height: 42px;
}

.purpleColorBadge {
    margin-top: 10px;
    display: inline-block;
    color: #9474cc;
    font-weight: 600;
}

.formerror {
    border: 1px solid #ef0606 !important;
}

.radio-card-wrap .radio-card img {
    height: 26px !important;
}

.ans-div p {
    color: #1d4664;
    font-size: 13px;
}

#emailexists .modal-header .close {
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
}

#emailexists .modal-header {
    justify-content: left;
}

#emailexists .modal-body p {
    color: #1d4664;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 700;
}

#emailexists .modal-footer {
    justify-content: center;
    padding: 0;
}

#emailexists .modal-footer a {
    color: #1d4664;
    font-weight: 500;
    margin-right: 10px;
    font-size: 0.9rem;
    padding: 20px 0;
    width: 50%;
    text-align: center;
}

#emailexists .modal-content {
    border-radius: 0;
}

#emailexists .modal-body {
    padding: 0.5rem 0 1.5rem;
}

.width-100 {
    width: 100%;
}

.bodyLogin {
    background-image: url(../images/new-about-bg.svg);
    background-size: cover;
    background-position: center;
}

#profile_image_div_preview img {
    width: 180px;
}

#surrogate_media_1 video,
#egg_donor_media_1 video,
#surrogate_media_2 video,
#egg_donor_media_2 video {
    width: 245px !important;
}

#surrogate_media_3 video,
#egg_donor_media_3 video,
#surrogate_media_4 video,
#egg_donor_media_4 video {
    width: 81px !important;
}

.agency-name .surrogate-detail-rate {
    width: 75%;
    margin: auto;
}

.gallery img,
.gallery video {
    max-width: 100%;
    padding-left: 5px;
    height: 256px;
}

.dnone {
    display: none;
}

.add-media-block img {
    height: 256px;
    max-width: 100%;
    width: 100%;
}

.info-block-wrap.one-cols .info-block {
    width: 100%;
    margin-bottom: 15px;
}

.before_profile {
    width: 40px;
    max-width: 40px;
}

.sticky .before_profile {
    position: inherit;
    display: block !important;
}

.sticky .indicator {
    display: block !important;
}

.std {
    float: left;
    width: 32%;
}

.phoneNumber {
    float: left;
    width: 67%;
    margin-left: 1%;
    margin-bottom: 15px;
}

.calendarImg {
    margin-top: 5px !important;
}

.calendarImg img {
    width: 20px;
    height: 20px;
}

.iframeHeight {
    min-height: 500px;
    margin-bottom: 15px;
}

.onlineBooking {
    text-align: center !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    line-height: 1.5;
    padding: 10px !important;
    background-color: #fec006 !important;
    text-transform: capitalize;
    font-weight: 600;
}

.imgBoxSpan {
    position: relative;
    top: -11px;
    padding: 1px 4px;
    border-radius: 50%;
    text-align: center;
    background-color: red;
    color: #fff;
    font-size: 10px;
    left: -6px;
}

.becomeDonorH1 {
    font-size: 1rem;
    color: #1d4664;
    text-transform: uppercase;
    font-weight: bold;
}

.minilogo {
    float: left;
    width: 20px;
    transform: rotate(90deg);
}

.pl-60 {
    padding-left: 60px;
}

.breadcrumb-item + .breadcrumb-item {
    font-size: 11px;
    font-weight: 600;
}

.successBox {
    background: #73c0ca;
    text-align: center;
    padding: 50px 50px 100px 50px;
    border-radius: 10px;
}

.bottomImage {
    position: relative;
    top: -40px;
    padding: 0 50px;
}

.loaderGf {
    color: #fff;
    top: 45%;
}

.topnavlink_space {
    justify-content: initial !important;
}

.topnavlink_space .nav-item {
    margin-right: 30px;
}

.footerNewClass {
    padding-top: 40px;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.default-cursor {
    cursor: default;
}

.smallHeading {
    font-size: 23px !important;
    font-weight: bold !important;
    line-height: 35px !important;
    text-transform: none !important;
}

.agencyContactBox {
    background: #73c0ca;
    border-radius: 5px;
    padding: 70px 70px;
}

.agencyContactBox h4,
.agencyContactBox p {
    color: #fff;
    line-height: 1.5;
}

.pos-relative {
    position: relative !important;
}

.noshadow {
    box-shadow: none !important;
}

.min-width-agency {
    min-width: 190px;
}

.h4text {
    font: Bold 30px/40px Comfortaa;
    color: #fff;
}

.preWizardModal h1 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: normal;
    color: #000;
    width: 100%;
}

.preWizardModal h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
}

.preWizardModal.modal {
    padding: 0 15px;
}

.btnSelect {
    box-shadow: 0 2px 10px #ccc;
    border-radius: 5px !important;
    width: 50%;
    float: left;
}

.btnSelect.active {
    border: 2px solid #1d4664;
}

.preWizardModal .row {
    flex-wrap: nowrap;
}

.preWizardModal .btn-dark {
    min-width: 150px;
    padding: 10px 20px;
}

.preWizardModal .radio-card-wrap {
    margin-bottom: 20px;
}

.removeLink {
    cursor: unset;
}

.removeLink:hover {
    color: #1d4664;
}

.editAccordion {
    border: 2px solid #ececec;
    border-radius: 5px;
}

.editAccordion .spn {
    padding: 19px 5px;
    display: block;
}

.editAccordion .card-header {
    background-color: transparent;
    border-radius: 0 !important;
    border-bottom: 0;
}

.editAccordion .card {
    border: 0;
}

.editAccordion .borderRight {
    border-right: 1px solid #ececec;
}

.editAccordion .borderTop {
    border-top: 1px solid #ececec;
}

.editAccordion .borderBottom {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1px;
}

.accordionPicInner,
.accordionPic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.accordionPic {
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 0;
}

/*
.spn .fa-caret-right:before {
    content: "\f0d7";
}
.collapsed .fa-caret-right:before, .collapsed .fa-caret-down:before
{
    content: "\f0d7";
}*/
.editTabs .tab-content {
    padding: 20px;
    border: 1px solid #ececec;
    margin-top: 5px;
    border-radius: 5px;
}

.editTabs .card-header {
    background-color: transparent;
    padding-bottom: 10px !important;
    border-bottom: 0;
}

.editTabs .nav-link.active {
    border: 0;
    background-color: #e8ecef;
}

.editTabs .nav-link {
    border-radius: 0;
    width: 49%;
    color: #000;
    border-bottom: 2px solid #ccc;
    /*margin-right: 2%;*/
}

.editTabs .nav-link:hover {
    border: 0;
    border-bottom: 2px solid #ccc !important;
}

.editTabs .nav-tabs {
    border-bottom: 0;
}

.editTabs .borderBottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.editTabs .borderTop {
    border-top: 1px solid #ececec;
    padding-top: 10px;
}

.editTabs .borderDark {
    border-top: 2px solid #ececec;
    padding-top: 10px;
}

.editTabs input::placeholder {
    opacity: 0.2 !important;
}

.profileIdSearch input::placeholder, .profileName input::placeholder{
    color: #1d4664 !important;
}

.surrBox .form-control {
    width: 80px !important;
}

.editTabs .form-control {
    width: 120px;
    height: 25px;
    text-align: center;
    float: right;
}

.editTabs .fa-plus-circle {
    font-size: 20px;
    color: #9474cc;
    margin-top: 3px;
    cursor: pointer;
}

.surrBox {
    padding: 15px 15px 13px 10px;
    box-shadow: 0px 5px 10px #9474cc30;
    margin: 5px 0 0 5px;
    border-radius: 5px;
    width: 98%;
    min-height: 145px;
}

.editTabs .accordion > .card {
    overflow: visible;
}

.replybox {
    box-shadow: 0px 5px 10px #9474cc30;
    left: 170px;
    z-index: 9999;
    position: absolute;
    background: #fff;
    padding: 5px;
    top: 0;
    width: 130px;
}

.txtToggle {
    width: 120px;
    border: 1px solid #ececec;
    margin-bottom: 5px;
}

.replybox:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
    position: absolute;
    top: 6px;
    left: -6px;
}

.cancelbutton {
    background-color: transparent;
    color: #1d4664;
    border: 0;
    cursor: pointer;
    font-size: 12px;
}

.working_hours {
    padding: 10px;
    width: 100%;
    color: #1d4664;
    float: left;
}

.working_hours h5 {
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    font-size: 12px;
    margin-top: -4px;
}

.meet_team_box {
    padding: 10px;
    margin-top: 15px;
}

.meet_team_box:hover {
    box-shadow: 0px 5px 10px #9474cc30;
    cursor: pointer;
}

.meet_team_box h5,
#meetTeam h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    margin: 5px 0;
    width: 100%;
}

.meet_team_box img {
    border: 5px solid #ececec;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.meet_team_box .primary-clr {
    color: #9474cc;
    width: 100%;
}

.tab-content .fa-info-circle {
    color: #9474cc;
    font-size: 16px;
    margin-top: -2px;
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: transparent;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #1d4664;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0px 5px 10px #9474cc30;
    font-family: "Montserrat", sans-serif;
    opacity: 1;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

#meetTeam img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 5px solid #ececec;
}

#meetTeam .modal-body {
    padding: 30px 70px !important;
}

.borderLeft {
    border-left: 1px solid #ececec;
}

#carouselExampleControls .fa {
    color: #000;
    font-size: 30px;
}

#carouselExampleControls .carousel-control-prev {
    left: -70px;
}

#carouselExampleControls .carousel-control-next {
    right: -70px;
}

.editTabs .fa {
    cursor: pointer;
}

.spnPos {
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.addTeamMemberBox {
    padding: 20px;
    border: 1px solid #ececec;
    margin-top: 10px;
    border-radius: 5px;
    background: #fbfbfb;
    display: none;
}

.editAccordion .fa-pencil {
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.spn img {
    cursor: pointer;
}

.borderNo {
    border: 0 !important;
}

.rightFa {
    cursor: pointer;
}

.iconsDiv img {
    padding-right: 15px;
    margin-left: 15px;
}

.imgBorder {
    border-right: 1px solid #1d4664;
}

.bdrBottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.inline .custom-control-input:disabled ~ .custom-control-label {
    color: #1d4664 !important;
}

.clickToCall {
    bottom: 60px !important;
}

.removeLinks {
    cursor: unset;
}

.removeLinks:hover {
    color: #1d4664;
}

.cookie_policy {
    width: 100%;
    background: #fec006;
    position: fixed;
    padding: 5px 10px 10px 5px;
    bottom: 0px;
    z-index: 99999;
    text-align: center;
}

.cookie_policy .btn {
    padding: 3px 25px;
    border-radius: 5px;
    font-size: 10px;
    margin: 0 15px;
    font-size: 11px;
    font-weight: normal;
    margin-top: -2px !important;
}

.cookie_policy h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 2rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
}

.cookie_policy span {
    font-size: 11px;
    color: #1d4664;
    font-weight: 600;
    text-transform: none;
    font-family: "Montserrat", sans-serif !important;
}

.cookie_policy a {
    color: #1d4664;
    font-weight: normal;
    font-weight: 600;
    width: max-content;
    font-size: 11px;
    text-decoration: underline;
    text-transform: none;
}

.cookie_policy img {
    width: 20px;
    margin-right: 20px;
    margin-left: 5px;
    vertical-align: sub;
}

.list-body a,
.chat-block.me a {
    color: #1d4664 !important;
}
   .team-block a {
       color: #fff;
       background-color: #1d4664;
       border-radius: 15px;
       padding: 10px 20px;
       margin-top: 5px;
   }

.list-body a {
    display: inline-block;
}

.appointment-link a {
    color: #fff !important;
}

.chat-block a {
    text-decoration: underline;
    color: #1d4664 !important;
}

.topMsgIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 18px;
}

.bbBottom {
    border-bottom: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /* color: #212529; */
    color: #1d4664;
}

.list-head .badge-success,
.list-head .badge-danger {
    padding: 11px 10px;
}

.team-block a {
    color: #fff;
    background-color: #1d4664;
    border-radius: 15px;
    padding: 10px 20px;
    margin-top: 5px;
}

.mobDonationType {
    position: absolute;
    right: 10px;
    top: 60px;
    margin-right: 7px;
}
   .wizardHeader .user-dropdown .btn img {
       border-radius: 50%;
       border: 1px solid #ECECEC;
       width: 40px;
       max-height: 40px;
       height:40px;
   }

.mobDonationType img,
.cardDonationMob img {
    width: 38px;
    margin-top: 2px;
}

.ppl-info .primary-clr {
    max-width: 300px;
}

.wizardHeader .btn {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 0;
    position: absolute;
    right: 15px;
    padding: 0px 10px;
}

.wizardHeader .topMsgIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: -5px;
}

.wizardHeader .user-dropdown {
    position: absolute;
    right: 0;
    top: -7px;
    bottom: 0;
    height: 42px;
    width: 42px;
}

.wizardHeader .user-dropdown .btn {
    padding: 0;
    width: 40px;
    margin-top: 2px;
}

.wizardHeader .dropdown-toggle::after {
    display: none;
}

.wizardHeader .user-dropdown .btn img {
    border-radius: 50%;
    border: 1px solid #ececec;
    width: 40px;
    max-height: 40px;
}

.wizardHeader .dropdown-menu {
    width: 290px;
    border: 0;
}

.dropdown-menu.profile-nav-wrap {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu.profile-nav-wrap .dropdown-item {
    color: #1d4664;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 15px 12px;
}

.dropdown-menu.profile-nav-wrap .dropdown-item:hover {
    background-color: #1d4664;
    color: #fff;
}

.minread {
    color: #9474cc;
    font-weight: normal;
    font-size: 12px;
}

.clinicReplyBox {
    left: 220px;
}

.noFontsize {
    font-size: inherit;
}

.fontComfortea {
    font-family: "Comfortaa", sans-serif;
    font-size: 22px !important;
    line-height: 1.4;
}

.fontMont {
    font-family: "Montserrat", sans-serif;
}

.cardDonationMob img {
    margin-top: -10px;
}

.spanfont11 {
    font-size: 11px;
}

.spanfont11 img {
    vertical-align: middle;
    margin-right: 9px;
}

.noPointerLink li,
.noPointerLink li .custom-control-label,
.noPointerLink li .custom-control {
    cursor: default !important;
}

/* Join us Landing page */
.top-section-content {
    width: 100%;
    padding: 50px 0 70px 0;
}

.line-main-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: baseline;
}

.hr-line {
    transform: rotate(90deg);
    width: 105px;
    height: 6px;
    background-color: #9474cc;
}

.main-text {
    font-size: 44px;
    color: #1d4664;
    font-family: "Comfortaa", sans-serif;
    margin: 32px 0px;
    line-height: 60px;
    border-left: 5px solid #9474cc;
    padding-left: 10px;
    font-weight: bold;
}

.sub-text {
    font-size: 28px;
    font-weight: bold;
    color: #9474cc;
    font-family: "Comfortaa", sans-serif;
    line-height: 40px;
    padding-left: 15px;
}

.who-text {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0px;
    line-height: 40px;
    font-family: "Comfortaa", sans-serif;
    float: left;
}

.who-we-are-div {
    text-align: center;
}

.join-title {
    font-size: 24px;
    text-align: center;
    color: #1d4664;
    line-height: 40px;
    font-family: "Comfortaa", sans-serif;
    font-weight: bold;
}

.box-section {
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.box-section-dark {
    background-color: #1d4664;
    position: relative;
    margin-top: 70px;
}

.box-section-gray {
    background-color: #f0f0f0;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.box-section-light-gray {
    background-color: #fbfbfa;
}

.work-title {
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: bold;
}

.work-row-text {
    margin-top: 25px;
    font-size: 16px;
    font-family: "Comfortaa", sans-serif;
    color: #1d4664;
    line-height: 25px;
    text-align: center;
    word-wrap: break-word;
}

.work-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.work-list-down {
    flex-basis: calc(100% / 3);
    box-sizing: border-box;
}

.circleJoin-number {
    display: flex;
    justify-content: center;
}

.circleJoin {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}

.hrJoin {
    border: none;
    height: 20px;
    width: 25%;
    height: 50px;
    box-shadow: 0 -18px 20px -20px #333;
    margin-top: 70px;
}

.img-circle {
    border-radius: 50%;
}

.pic-back {
    background-image: url("../images/lp-join-us-image.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 350px auto;
}

.whoweareimg {
    margin-top: 100px;
    margin-left: 30px;
}

.calendly-inline-widget {
    height: 700px !important;
}

.li-para {
    color: #1d4664;
    font-size: 21px;
    font-family: "Comfortaa", sans-serif;
    margin-left: 30px;
}

.li-para img {
    vertical-align: middle;
    margin-right: 10px;
}

.h1Risk {
    font-size: 27px;
    text-transform: uppercase;
    float: left;
}

.joinInput {
    font-family: "Comfortaa", sans-serif;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 14px;
    height: auto;
}

.joinInput::-webkit-input-placeholder {
    font-family: "Comfortaa", sans-serif;
}

.joinInput:-ms-input-placeholder {
    font-family: "Comfortaa", sans-serif;
}

.joinInput:-moz-placeholder {
    font-family: "Comfortaa", sans-serif;
}

.joinInput::-moz-placeholder {
    font-family: "Comfortaa", sans-serif;
}

.joinBtn {
    font-size: 16px;
    padding: 12px;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

.joinBGBlue {
    background-color: #1d4664;
    margin-top: -1px;
}

#us_citizen-error,
#covid_19-error {
    position: absolute;
    top: 25px;
    width: 150px;
    left: 0px;
    text-align: left;
}

.recaptcha-wizard {
    float: left;
    margin-left: 143px;
    margin-top: -9px;
}

.recaptcha-wizard-egg {
    margin-left: 162px;
}

.g-recaptcha div {
    width: 100% !important;
}

.cardStatusShow {
    position: absolute;
    float: none !important;
    top: -4px;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.catalogPageStatus {
    position: absolute;
    top: -35px;
    width: max-content;
    right: 5px;
}

.yellowBg {
    background-color: #fec006 !important;
}

.filterMobDevice {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.footerOneClass {
    padding-top: 60px;
    margin-top: 30px;
    position: relative;
}

.surBgModal {
    background-color: #9474cc;
    padding: 20px 20px 50px 20px;
    display: block;
    text-align: center;
}

.eggBgModal {
    background-color: #73c0ca;
}

.iconSearchNotFound {
    margin: 0 auto;
    padding-top: 30px;
}

.icon-close {
    width: 20px;
}

.icon-close-color {
    filter: invert(90%) sepia(55%) saturate(4095%) hue-rotate(134deg)
        brightness(94%) contrast(89%);
}

.tryNewSearch {
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
}

.faNewPopup {
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 20px;
}

.btn.prpleColor {
    background: #9474cc !important;
    border-color: #9474cc !important;
}
.agencyFilterList .dropdown-menu.inner {
    width: 300px;
}

.delete_message {
    display: none;
    position: relative;
    float: right;
}

.psrofile_status {
    top: 0px;
}

.covid19Box #covid_19-error {
    top: 20px;
}

.noBorder {
    border: 0;
}

.imgshadowDiv {
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    padding: 40px 0px 0px;
    width: 100%;
    margin: 3px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    min-height: 140px;
}

.imgshadowDiv span {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.skipBtn {
    color: #1d4664;
    text-decoration: underline;
}

.wizardHead {
    background: #1d4664;
    padding: 10px 50px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wizardHead h2 {
    margin-top: 12px;
}

.agencyLikesIcon {
    margin-right: 10px;
    color: #1d4664;
}
   .featuresPayment ul {
       font-size: 15px;
       line-height: 1.5;
       padding-bottom: 5px;
   }

.agencyLikesIconSidebar {
    margin-right: 13px;
}

.filterlist .bootstrap-select .bs-ok-default:after {
    color: #1d4664;
}
   .featuresPayment ul li {
       padding-bottom: 10px;
       line-height: 24px;
       background-image: url(../images/tick.png);
       background-repeat: no-repeat;
       padding-left: 30px;
       background-position: 0 5px;
   }

.bg-blue {
    background-color: #73c0ca;
    border: 0;
}

.borderPayment {
    border-bottom: 3px solid #f7f8fa;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.borderRightPayment {
    border-right: 3px solid #f7f8fa;
}

.featuresPayment ul {
    font-size: 15px;
    margin: 0 0 0 35px;
    line-height: 1.5;
    padding-bottom: 5px;
}

.featuresPayment ul li {
    padding-bottom: 10px;
    line-height: 24px;
}

.billed {
    background-color: #ebecf0;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}

.dottedBorderPayment {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 2px dashed #8ea1b0;
    float: left;
    width: 100%;
}

.cardDetails {
    float: left;
    width: 100%;
}

.circlePayment {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #f7f8fa;
    display: inline-block;
}

.paymentBox {
    border: 4px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: none;
}

.paymentBox.active {
    border: 4px solid #1d4664;
}

.paymentBox.active .circlePayment {
    background-color: #1d4664;
}

.acceptPayment {
    position: absolute;
    bottom: 270px;
}

.radio-card .discount-circle {
    top: -0.9rem;
    right: 0.25rem;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    background-color: #d4ecec;
    color: #1d4664;
    border-radius: 50%;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
}

.agency-blocks-wrap .card-product .blog-card {
    min-height: 160px !important;
    position: relative;
    background: #fff;
}

.agency-blocks-wrap .card-product .blog-card img {
    margin: 0 !important;
    margin-bottom: 0;
    width: auto;
    height: -webkit-fill-available;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.selected-block {
    border: 2px solid #1d4664;
    border-radius: 4px;
}

.agencyNavTop {
    justify-content: flex-start !important;
}

.agencyNavTop .nav-item {
    margin-right: 30px;
}

.wizard-que-container .fa-info-circle {
    color: #9474cc;
    font-size: 16px;
    margin-top: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.tooltip-inner {
    text-align: left;
    max-width: 300px !important;
    color: #1d4664;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    font-size: 12px;
}

.swal-button:focus {
    box-shadow: none;
    outline: 0 !important;
}

.paymentModalText ul {
    margin: 15px;
    line-height: 1.5;
    list-style: disc;
}

.paymentModalText ul li {
    margin-bottom: 10px;
}
   .f-24 {
       font-size: 24px !important;
   }

.bootstrap-select .dropdown-menu li a span.text {
    font-size: 13px;
}

.mapBtns {
    background-color: #004263;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
}

.mapBtns:hover {
    color: #fff;
}

.tooltip.show {
    opacity: 1;
}

.f-24 {
    font-size: 24px;
}

.becomeasurrogate .circleJoin-number {
    float: left;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 6px;
}

.becomeasurrogate .work-row-text {
    margin-top: 15px;
    text-align: left;
}

.becomeasurrogate .work-row-text {
    font-size: 20px;
    font-weight: 600;
    display: flex;
}

.becomeasurrogate {
    background-color: #fafafa;
}

.becomeasurrogate .yellowBg,
.becomeSurrogateBg .yellowBg {
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    padding: 15px 30px;
    color: #1d4664;
}

.becomeasurrogate .yellowBg:hover,
.becomeSurrogateBg .yellowBg:hover {
    color: #fff;
}

.becomeSurrogateBg {
    background-image: url("../images/become-surrogate-bg.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #1d4664;
}

.becomeSurrogateBg .main-text {
    border-left: 0;
    font-size: 60px;
}

.btn:focus {
    box-shadow: none;
}

#bookingDesktopCalendar,
#bookingCalendar {
    scroll-margin-top: 100px;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-right: 34px;
    color: #1d4664;
}

.blog_content iframe {
    max-width: 100%;
}

.blog-img .favorite-icon,
.singl_post .favorite-icon,
.favourite-icon,
.favorite-blog-icon {
    top: 0.8rem;
    right: 1.8rem;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 5px 10px #9474cc30;
    font-size: 16px;
    padding: 6px;
}

.f-50 {
    font-size: 50px !important;
}

.paraStar {
    color: #fff;
    font-size: 22px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 20px;
    line-height: 1.2;
}

.paraStar img {
    vertical-align: bottom;
    margin-right: 10px;
}

.becomeSurrogateBgNew {
    background-image: url("../images/become-surrogate-bg-2.jpg");
}

.spanFixedBottom {
    background: #1d4664;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

.spanFixedBottom:hover,
.spanFixedBottom:visited {
    color: #fff;
}

.spanFixedBottom .spnMsgHer {
    width: 40%;
    float: left;
    margin-left: 10px;
}

.spanFixedBottom .yellowBg {
    border-radius: 30px;
    padding: 6px 45px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 900;
    color: #1d4664;
    margin-right: 10px;
    font-weight: 500;
}

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-target {
    display: block;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state:checked ~ .read-more-wrap {
    display: none;
}

.read-more-state: ~.read-more-target {
    display: none;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state: ~.read-more-wrap {
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: "Read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "Read less";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
}

.becomeEggDonorBg {
    background-image: url("../images/become-egg-donor-bg.jpg");
}

.becomeEggDonorBgNew {
    background-image: url("../images/become-an-egg-donor-bg-2.jpg");
    background-color: #73c0ca !important;
}

.grecaptcha-badge {
    display: none !important;
}

#textHome {
    display: inline-block;
    vertical-align: middle;
    color: #73c0ca;
    letter-spacing: 2px;
}

#cursorHome {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 40px;
    background-color: #fff;
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    from,
    to {
        background-color: transparent;
    }

    50% {
        background-color: #fff;
    }
}

.sliderr {
    height: 60px;
    position: relative;
    width: 100%;

    display: grid;
    place-items: center;
    overflow: hidden;
}

.sliderr::before,
.sliderr::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.sliderr::before {
    left: 0;
    top: 0;
}

.sliderr::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
    width: calc(120px * 30);
    display: flex;
    animation: scroll 50s linear infinite;
    justify-content: space-between;
}

.slidee {
    width: 120px;
    height: 60px;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

@keyframes scroll {
    0% {
        transform: translateX(calc(-120px * 15));
    }

    100% {
        transform: translateX(0px);
    }
}

.filterlist .irs-single {
    top: 40px;
}

#verify_email_form input:focus {
    border-color: #ececec;
    box-shadow: none;
}

#verify_email_form input::-webkit-outer-spin-button,
#verify_email_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#verify_email_form input[type="number"] {
    -moz-appearance: textfield;
}

.usertypeBgImage {
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.PS_PED_svg {
    background-image: url(../images/payment/PS_PED_gray.png);
}
   .PS_svg, .ES_svg {
       background-image: url(../images/payment/PS-gray.svg);
   }

   .PED_svg, .EED_svg {
       background-image: url(../images/payment/PED-gray.svg);
   }

   .PS_PED_svg, .ES_EED_svg {
       background-image: url(../images/payment/PS_PED_gray.png);
   }

   .ESD_svg {
        background-image: url(../images/payment/esd-inactive.png);
        background-size: 50px;
    }
   .active .PS_svg,  .active .ES_svg{
       background-image: url(../images/payment/PS.svg);
   }
   .active .ESD_svg {
        background-image: url(../images/become-a-sperm-donor.png);
        background-size: 50px;
    }

   .active .PED_svg, .active .EED_svg {
       background-image: url(../images/payment/PED.svg);
   }

   .active .PS_PED_svg, .active .ES_EED_svg {
       background-image: url(../images/payment/PS_PED.png);
   }

.ylowBg {
    padding: 10px 10px;
    color: #1d4664;
}

.active .ylowBg {
    background-color: #1d4664;
    font-weight: 600;
    color: #fff;
}

.disablePaymentBox {
    pointer-events: none;
    background: #f9f7f7;
}

.ribbon-2 {
    --f: 10px;
    /* control the folded part*/
    --r: 0px;
    /* control the ribbon shape */
    --t: 10px;
    /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 5px 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--f)),
        calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),
        0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f) / 2)
    );
    background: #1d4664;
    top: -30px;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
    color: #fff;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
}

.boxRibon {
    position: relative;
}

.psContainer .card-wrap {
    min-height: 407px;
}

.surrContainer .card-wrap {
    min-height: 390px;
}

.eggContainer .card-wrap {
    min-height: 415px;
    height: 420px;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border: 1px solid #ccc;
    color: #1d4664;
    padding: 0px 10px 0px 10px;
}

.daterangepicker select.monthselect:focus,
.daterangepicker select.yearselect:focus {
    outline: none;
}

.indicatorNew {
    height: 18px;
    width: 18px;
    background: #04a724;
    position: absolute;
    border-radius: 50%;
    top: 62px;
    right: 4px;
}

.indicator-offline {
    height: 18px;
    width: 18px;
    background: #b2b2b2;
    position: absolute;
    border-radius: 50%;
    top: 62px;
    right: 4px;
}

.image-checkbox label {
    cursor: pointer;
}

.form-control.error {
    border-color: #ececec;
}

   .smallIndicator {
       height: 12px;
       width: 12px;
       position: relative;
       border-radius: 50%;
       top: -19px;
       right: 0px;
       left: 30px;
       display: inline-block;
   }
   .eggContainer,.surrContainer, .spermContainer, .psContainer{
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
}
#profile_image_0-error {
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.rolldate-container header {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 10px 0 !important;
}
.rolldate-container {
    font-size: 16px !important;
}
.mask-medium {
    top: 65px !important;
    height: 36px !important;
    z-index: -1 !important;
    border-top: 1px solid #7ec0f2;
    border-bottom: 1px solid #7ec0f2;
}
.rolldate-container .rolldate-btn,
.rolldate-container .rolldate-confirm {
    padding: 15px !important;
    color: #1d4664 !important;
    font-size: 14px !important;
}
.rolldate-container {
    color: #1d4664 !important;
}
.rolldate-container .mask-top,
.rolldate-container .mask-bottom {
    border: 0px !important;
    background: none !important;
}
.rolldate-container .rolldate-dim {
    background: none !important;
}
.rolldate-container .rolldate-wrapper li {
    border-left: 5px solid #ffffff !important;
    border-right: 5px solid #ffffff !important;
}
.rolldate-container .rolldate-panel {
    bottom: 30% !important;
    width: 92% !important;
    margin-left: 4% !important;
}

    .remainingCreditPS{
        background-image: url(../images/remaining-credit-ps.png);
        background-repeat: no-repeat;
        width: 180px;
        height: 150px;
        background-position: top center;
        float: right;
        text-align: center;
    }
    #remainingCreditPSCount{
        position: absolute;
        left: 40%;
        top: 12%;
        color: #fff;
        font-size: 16px;
    }
    .remainingCreditPS p{
        margin-top: 130px;
        color: #1d4664;
    }
    .fixedSocialIcons{
        position: fixed;
        top: 180px;
        right: 16%;
        display: grid;
        min-width: 200px;
        text-align: right;
    }
    .fixedSocialIcons i{
        font-size: 20px;
        border-radius: 50%;
        background: #fff;
        padding: 15px;
        margin-bottom: 5px;
        cursor: pointer;
        font-weight: 500;
        box-shadow: 3px 5px 10px rgb(0 0 0 / 12%);
    }
    .fixedSocialIcons .fa-phone{
        transform: rotate(265deg);
        font-weight: 900;
        box-shadow: -3px 5px 10px rgb(0 0 0 / 12%);
    }
    .fixedSocialIcons a{
        color:#1d4664;
    }
    .fixedSocialPhone, .fixedSocialMail{
        border-radius: 10px;
        background-color: #9173ca;
        padding: 10px 30px 10px 10px;
        position: absolute;
        right: 35px;
        color: #fff;
        top: 8px;
    }
    .fixedSocialMail{
        top: 65px;
        right: 45px;
    }
    .fixedSocialPhone a, .fixedSocialMail a{
        color:#fff;
    }
    .questIcon{
        position: fixed;
        right: 11px;
        bottom: 100px;
        border-radius: 50%;
        padding: 15px;
        width: 60px;
        text-align: center;
        font-size: 30px;
        color: #1d4664;
        box-shadow: 0px 2px 10px 2px #11304717;
        z-index: 9999999999;
        background: white;
    }
    .aiIcon{
        position: fixed;
        right: 11px;
        bottom: 100px;
        border-radius: 50%;
        text-align: center;
        z-index: 9999999999;
    }
    .fireBtn{
        background-image: url(../images/fire.png);
        background-repeat: no-repeat;
        background-position: 90%;
        background-size: 15px;
        border: 1px solid #1d4664;
        border-radius: 20px;
        padding: 5px 28px 5px 10px;
        font-weight: 800;
        margin-top: 5px;
        display: block;
        color:#1d4664 !important
    }
    .fireBtn.disabled{
        cursor:unset;
        filter: grayscale(100%);
    }
    .popUpfireBtn{
        padding: 15px 58px 15px 30px;
        background-size: 20px;
        font-weight: 600;
        border-radius: 30px;
    }
    #promote-email button:hover{
        color: #1d4664;
    }
    .promoteSectionMsg button
    {
        border: 1px solid #1d4664;
        border-radius: 20px;
        padding: 10px 40px;
    }
    .mobminWidth80{
        min-width: 85px;
        padding-left: 5px;
        width: 120px;
    }
    .numberCases{
        min-width: 40px !important;padding:7px !important; text-align:center !important;
    }
    .dateCases{
        min-width: 110px !important;padding:7px !important; text-align:center!important ;
    }
    .actionCases{
        min-width:85px !important; padding:7px !important;
    }
    .nameCases{
        padding:7px !important;
    }
    .referral-favorite,
    .referral-favorite:hover {
        color: #FEC008;
    }

    .referral-unfavorite,
    .referral-unfavorite:hover {
        color: #1D4664;
    }
    .chat-body{
        overflow-y: scroll;
        overflow-x: hidden;
        height: 400px;
    }
    .imgQuestionAi{
        box-shadow: 2px 2px 5px 1px #11304717;
        padding: 10px 0;
        border-radius: 50%;
        width: 35px;
        border: 1px solid #ededed;
    }
    .imgQuestionsAi{
        box-shadow: 2px 2px 5px 1px #11304717;
        padding: 0px 0;
        border-radius: 50%;
        width: 35px;
        border: 1px solid #ededed;
    }
    .testimonialCarousel .owl-stage-outer{
        padding: 40px 0px 15px 0px !important;
    }
    .testimonialCarousel .box-1{
        box-shadow: 0px 5px 10px #11304717;
        border: 1px solid #f1f1f1;
        padding: 30px 15px;
        min-height: 315px;
        direction: ltr;
        margin-right: 2px;
    }
    .testiExBox img{
        border-radius: 50%;
        width: 80px !important;
        height: 80px;
        border:8px solid #fffaf8;
        margin: 0 auto;
        margin-top: -70px;
        margin-bottom: 20px;
    }
    .testimonialCarousel .owl-dots{
        margin-top: 0;
    }
    .starFixed{
        position: absolute;
        bottom: 30px;
        width: 100%;
        right: 0;
    }
    .table-responsive.desktop, .table-responsive.responsive{
        overflow-x: unset;
    }
    .password-addon{
        border: 2px solid #ececec;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 12px;
        background-color: transparent;
    }
    .password-addon:hover, .password-addon:active
    {
        background-color: transparent !important;
        box-shadow: none !important;
        border-color: #ececec !important;
    }
    .border-right-0{
        border-right: 0;
    }
    .form-control:focus{
        border-color: #ececec;
        box-shadow: none;
    }
header .topPartNew{
    position: relative !important;
    display: block !important;
    text-align: center !important;
}
.l-h-1-5 {
    line-height: 1.5 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.closeWizardIcon{
    position: absolute; top:20px; right: 20px
}
.account-form .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{
    border: 2px solid #ececec;
    background-color:transparent;
}
.info-block-wrap.four-cols .info-block {
    width: 25%;
    padding-right: 15px;
    margin: 0 0 10px;
}
.tripleDotExtra{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
}
.iconWhatsapp{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999999999;
    width: 65px;
}
.surImgExpecting{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
}
.smileyIconProfile{
    position: absolute;
    right: 15px;
    top: 105px;
    width: 80px
}
.profile-data-body .top-action .bootstrap-select.profileStatus {
    width: 120px !important;
}
.btn.share-btn {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    font-size: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
}
.agencyNavTab .nav-link
{
    width: 33% !important;
}
.imgspermIcon{
    vertical-align: bottom;
    width: 36px;
}
.shareCaringDiv .dropdown-menu{
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 10px 0 0;
    min-width: 200px;
}
.shareCaringDiv h5, .shareMobileDiv h5{
    padding-left: 20px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.shareMobileDiv h5{
    margin-bottom: 15px;
    padding-left: 10px;
}
.shareCaringDiv .dropdown-toggle::after{
    display: none;
}
.shareCaringDiv a{
    padding: 10px 5px 10px 20px;
    color: #1d4664;
    font-size: 14px;
    width: 100%;
}
.shareCaringDiv a:hover{
    color: #fff;
    background-color: #1d4664;
}
.shareCaringDiv a .fa{
    margin-right: 5px;
}
.shareCaringDiv a span{
    cursor: pointer;
}
.shareMobileDiv{
    position: fixed;
    top: 233px;
    width:100%;
    padding: 15px 15px 0px;
    background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.shareMobileDiv a{
    width: 100%;
    margin-bottom: 20px;
    color: #1d4664;
    text-align: left;
    padding-left: 10px;
}
.shareMobileDiv a .fa{
    margin-right: 5px;
    cursor: pointer;
}
.shareMobileDiv div
{
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
#attachment-error{
    display: none !important;
}
.smallH1{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.catalogue_banner{
    float:left;
    margin:15px 0 25px 0;
    max-height:275px;
    width:100%;border-radius: 0;
    background-image:url("../images/banner-catalogue.png");
    background-repeat:no-repeat;
    background-color:#1d4664;
    background-position:center;
    background-size:cover;
    padding: 0 15px;
}
.catalogue_banner_white{
    float:left;
    margin:15px 0 25px 0;
    width:100%;border-radius: 0;
    background-image:url("../images/lets-talk.png");
    background-repeat:no-repeat;
    background-color:#fff;
    background-position:top right;
    background-size:contain;
    padding: 15px 15px 5px;
    box-shadow: 0px 15px 30px #11304714;
}
.catalogue_banner_popup{
    float:left;
    width:100%;
    border-radius: 0;
    background-color:#fff;
}
.progress-bar.bg-info
{
    background-color: #73c0ca !important;
}
.paymentowlcarousel .item {
    transition: transform 0.3s ease;
    background-image: url('../images/payment/payment-circle.png');
    background-repeat:no-repeat;
    width: 140px;
    height: 140px;
    background-size: contain;
    margin: 0 auto;
}
.paymentowlcarousel .center .item {
    transform: scale(1.2);
}
/*
.paymentowlcarousel .owl-prev{
    top: -180px !important;
    left: -35px !important;
}
.paymentowlcarousel .owl-next{
    top: -180px !important;
    right: -35px !important;
} */
.paymentowlcarousel p{
    text-align: center;
    font-size: 10px;
    line-height: 1.1;
}
.paymentowlcarousel .item img{
    width: 20px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 7px;
}
.paymentStepFeatures ul li{
    background-image: url(../images/payment/tick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 12px;
}
/* .paymentowlcarousel .owl-dots.disabled, .paymentowlcarousel .owl-nav.disabled
{
    display: block;
} */
.paymentowlcarousel .owl-nav button span{
 font-size: 36px;
}
.paymentowlcarousel .owl-nav .owl-next, .paymentowlcarousel .owl-nav .owl-prev{
    border-radius: 15px;
    background-color: #f6f6f6 !important;
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfde !important;
}
.paymentowlcarousel .center .item {
    transition: transform 0.3s ease;
    background-image: url('../images/payment/white-payment.png');
}
.disablePaymentBgImg{
    background-image: url('../images/payment/gray-payment.png') !important;
}
#expecting-care-payment .modal-content,
#expecting-care-payment-global .modal-content{
    background-image: url('../images/payment/top-payment.png');
    background-repeat:no-repeat; background-size: 90px;
    background-position: 20px 10px; padding:0 20px
}

.paymentStepFeatures ul{
    margin-left: 0;
    padding: 0 20px;
}
.paymentowlcarousel .owl-dots{
    margin-top: -11px;
}
#expecting-care-payment .modal-content, #expecting-care-payment .modal-body,
#expecting-care-payment-global .modal-content, #expecting-care-payment-global .modal-body{
    padding-left:0;
    padding-right: 0;
}
.paymentowlcarousel .owl-item{
    width: 168px;
}
.about-video video{
    max-width: 442px;
}
.background {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #26426b, #a0b3e5);
    clip-path: polygon(0 0, 100% 0%, 100% 30%, 0 100%);
    position: absolute;
    height: 700px;
    z-index: -1;
}
.banner-section-home
{
    background-image: url(../images/home-three-faces.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: 88% 5%;
    border-radius:0; width:100%; padding:50px 100px;
}
.banner-section-home ul li{
    width: 60% !important;
    margin-bottom:20px;
}
.banner-section-home p{
    font-weight: 700;
}


.timelineWizard {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .lineWizard {
    height: 2px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    z-index: 1;
  }
  .circleWizard {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    border: 1px solid #bac7d0;
  }
  .circleWizard.selected {
      background-color:#d4ecec;
      border: 1px solid #d4ecec;
  }
  .circleWizard.active {
      background-color:#74bfca;
      background-image: url(../images/expecting-smiley.webp);
      background-size: 37px 37px;
      background-position: center;
      border: 1px solid #74bfca;
  }
  .smileyWizardImage{
    background-image: url(../images/wizard-smiley.png);
    background-size: 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: -90px;
    top: -72px;
    width: 100px;
    height: 100px;
  }
  .old_wizard .smileyWizardImage{
    top: -62px;
  }

  .chat-body {
    max-height: 500px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 10px;
}

.nav-link {
    min-width: 80px;
}

.page-chat-body {
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-right: 10px;
}

.page-img-ai {
  box-shadow: 2px 2px 5px 1px #11304717;
  padding: 10px 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #ededed;
}

.profile-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}



.page-img-user img {
  box-shadow: 2px 2px 5px 1px #11304717;
  padding: 10px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #1d4664;
}

.page-main-answer,
.page-main-question {
  background:#fff;
  padding:15px;
  box-shadow:0 0 10px #11304714;
  line-height:1.5;
  width:100%;
}

.question-container {
  padding: 20px 25px;
  background: #fafafa;
  border-top: 1px solid #e9ecef;
}

.page-question {
  background-color: #FFF;
  cursor: pointer;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 25px;
  min-width: 100px;
  border: 1px solid #e9ecef;
  transition: all 0.5s ease;
  display: inline-block;
}

.page-question:hover {
  background-color: #f5f4f2;
  border-color: #1d4664;
}

.page-typing-indicator {
  float:left;
  width:100%;
}

.page-error {
  margin-top:5px;
}

.card-product-ai {
    box-shadow: 0px 15px 30px #11304714;
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
    min-height: 216px;
    width: 162px;
}

 .mainAnswer a {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.custom-wide-container {
    max-width: 100%;
    width: 75%;
    margin: 0 auto;
}

.iconCircle {
    box-shadow: 2px 2px 5px 1px #11304717;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #ededed;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #294665;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    flex-shrink: 0;
    }


.rounded-label:before {
    position: absolute;
    top: .25rem;
    left: -0.5rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    pointer-events: none;
    content: "";
    border-radius: 1rem;
    border-color: #1d4663;
    background-color: #1d4663;
}
.cost-input {
    width: 50% !important;
}

@media only screen and (max-width: 768px) {
    .cost-input {
        width: 50% !important;
    }
}


.errorMsg {
    margin-left: auto;
    font-size: 14px;
    padding-right: 45px;
    color: red;
}

.submission-error {
    font-size: 14px;
    padding-right: 45px;
    color: red;
}

.chatbot-box {
    margin-top: 140px;
    margin-bottom: 60px;
}

.aimee-feedback-modal {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
}

.aimee-feedback-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    flex: 1;
    min-width: 200px;
    transition: all 0.2s ease;
}

.aimee-feedback-option.aimee-option-active {
    background: white !important;
    border-color: #294665 !important;
}

.aimee-option-label {
    color: #1d4664;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px !important;
    width: 100%;
}

.aimee-option-active .aimee-option-label {
    color: #1d4664 !important;
}

.aimee-radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    position: relative;
}

.aimee-radio-circle-empty {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aimee-option-active .aimee-radio-circle {
    background: #294665 !important;
    border-color: #294665 !important;
}

.aimee-radio-check {
    display: none !important;
}

.aimee-option-active .aimee-radio-check {
    opacity: 1 !important;
}

.aimee-checkbox-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.aimee-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    position: relative;
    flex-shrink: 0;
    margin: 0;
}

.aimee-checkbox:checked {
    background: #294665 !important;
    border-color: #294665 !important;
}

.aimee-checkbox:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.aimee-checkbox-label {
    font-size: 16px;
    color: #1d4664;
    line-height: 1.4;
    cursor: pointer;
    flex: 1;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.aimee-textarea:focus {
    border-color: #294665 !important;
    box-shadow: 0 0 0 3px rgba(41, 70, 101, 0.1) !important;
}

.aimee-rating-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.aimee-rating-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.aimee-rating-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.aimee-rating-btn input {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    cursor: pointer;
    appearance: none;
    margin-bottom: 4px;
    transition: all 0.2s ease;
}

.aimee-rating-btn.aimee-rating-selected input {
    background: #294665 !important;
    border-color: #294665 !important;
}

.aimee-rating-number {
    font-weight: 600;
    color: #666;
    font-size: 11px;
}

.aimee-rating-selected .aimee-rating-number {
    color: #294665 !important;
}

.aimee-rating-text {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.aimee-label {
    font-weight: 600;
    color: #1d4664;
}

.aimee-submit-btn {
    background: linear-gradient(135deg, #294665 0%, #1d4664 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(41, 70, 101, 0.3) !important;
    width: 100% !important;
}

.aimee-submit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(41, 70, 101, 0.4) !important;
}

.aimee-popup-wrapper {
    padding: 20px 30px;
    border-radius: 40px;
    background: #fff;
    position: relative;
}

.pac-container {
    z-index: 9999 !important;
}

.locationIcon
{
    background-image: url("../images/location-icon.png") !important ;
    background-repeat: no-repeat !important ;
    background-position: center right 15px !important ;
    padding-right: 50px !important;
}

.validation-error {
    display: block;
    font-size: '12px';
}

.d-flex + .validation-error {
    clear: both;
}


.phone-error-message {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: normal !important;
}

.css-jgbagj {
    padding: 0px !important;
}

.css-10m87qq {
    padding: 10px !important;
}

.aimee-background {
    width: 100%;
    background: linear-gradient(to right, #26426b, #a0b3e5);
    margin-top: 75px;
    padding-bottom: 40px;
}

.aimee-heading{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3
}
.chat-wrapper {
    width: 100%;
    max-width: 849px;
    height: 466px;
    margin: 0 auto;
}

.chat-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(245, 247, 251, 0.4);
    border-radius: 20px;
    padding: 16px;
}

.chat-box {
    flex: 1;
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    overflow-y: auto;
    position: relative;
}

.chat-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.aimee-input {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    overflow: hidden;
}

.send-btn {
    background: #294665;
    border: none;
    color: #fff;
    border-radius: 25px;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.2s ease;
    min-width: 41px;
    height: 41px;
}

.send-icon {
    display: none;
    font-size: 18px;
    line-height: 1;
}

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

.aimee-msg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aimee-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #4b5cff;
}

.footer-note {
    font-size: 12px;
    color: #e6e9f0;
    text-align: center;
    margin-top: 10px;
}

.typing-toast-bottom {
    position: sticky;
    bottom: 10px;
    left: 50%;
    z-index: 50;
    pointer-events: none;
}

.aimee-quick-actions {
    margin-top: 18px;
    text-align: center;
}

.quick-title {
    font-family: 'Montserrat';
    font-size: 13px;
    color: #e9edf7;
    margin-bottom: 28px;
}

.quick-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}


.quick-btn {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #1d4664;
    cursor: pointer;
    box-shadow: 0px 15px 30px #11304726;
}

/* Agency grid container */
.agency-grid {
    display: flex;
    flex-wrap: wrap;
    min-height: 190px;
}

/* default mobile */
.agency-col {
    width: 100%;
}

/* TABS */
.agency-tabs-wrapper {
    position: relative;
    margin-top: -20px;
    margin-bottom: 30px;
}

.agency-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    border-radius: 7px 7px 0 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    width: 100%;
    max-width: 190px;
    justify-content: center;
}

.tab-btn.active {
    background: #8558D7;
    color: #fff;
    border-color: #8558D7;
    border-radius: 7px 7px 0 0;
}

.tab-btn.clinic.active {
    background: #83C0CA;
    color: #fff;
    border-color: #83C0CA;
    border-radius: 7px 7px 0 0;
}

.tabs-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #d8dde6;
}

/* NAV */

.agency-nav {
    margin-left: auto;
}

.agency-nav a {
    margin-left: 12px;
    color: #7d8da3;
}

/* GRID ITEM */

.agency-item {
    margin-bottom: 14px;
    text-align: center;
}

/* LINK */

.agency-link {
    display: block;
    text-decoration: none;
    color: #1d4664;
    font-size: 14px;
    font-weight: 600;
}


.agency-link:hover {
    color: #0056b3;
}

.load-more-wrap{
    text-align:center;
    margin-top:40px;
}

.load-btn{
    padding:12px 28px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:16px;
}

#agencyGrid{
    transition: transform .3s ease, opacity .3s ease;
}

.slide-out{
    transform: translateX(-40px);
    opacity:0;
}

.slide-in{
    transform: translateX(0);
    opacity:1;
}
.agency-nav a.disabled{
    opacity:0.4;
    pointer-events:none;
}

.provider-bottom {
    border-top: 1px solid #9474cc;
    margin: 40px 0;
}

.slide-button {
    width:30px;
    height:16px;
}

.agency-grid-wrapper {
    position: relative;
}

.agency-loader {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    color: #fff;
    background: transparent;
    align-content: center;
}

.header-upgrade-btn {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: #8f78dc;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 28px;
    text-decoration: none;
}

.header-upgrade-btn:hover,
.header-upgrade-btn:focus {
    color: #fff;
    text-decoration: none;
    background: #8169d6;
}

.upgrade-nav-item {
    display: none;
}
