
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




@font-face {
    font-family: 'Basis Grotesque Bold';
    src: url('../fonts/BasisGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BasisGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Black';
    src: url('../fonts/BasisGrotesque-Black.woff2') format('woff2'),
        url('../fonts/BasisGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Italic';
    src: url('../fonts/BasisGrotesque-Italic.woff2') format('woff2'),
        url('../fonts/BasisGrotesque-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Light';
    src: url('../fonts/BasisGrotesque-Light.woff2') format('woff2'),
        url('../fonts/BasisGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Regular';
    src: url('../fonts/BasisGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BasisGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Medium';
    src: url('../fonts/BasisGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/BasisGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --basis-light:'Basis Grotesque Light';
    --basis-regular:'Basis Grotesque Regular';
    --basis-medium:'Basis Grotesque Medium';
    --basis-bold:'Basis Grotesque Bold';
    --basis-black:'Basis Grotesque Black';
    --basis-italic:'Basis Grotesque Italic';
}
.form-btn {
    display: none!important;
}
.form-btn.active {
    display:block!important;
}
#formModal .form-group:not(:last-child) {
    margin-bottom: 10px;
}
#formModal .btnn-group {
    margin-top: 20px;
}
#compareBackdrop table h4 {
    font-size: 20px!important;
    margin-bottom: 0!important;
}
#compareBackdrop table td {
    vertical-align: middle!important;
    padding: 20px!important;
}
#compareBackdrop table td p {
    margin-bottom: 0!important;
}
@media(max-width: 1539px) {
    .main .navbar .container {
        max-width: 100%!important;
    }
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*='select-one'] {
  cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0;
}

.choices[data-type*='select-one'] .choices__button {
  background-image: url('../../icons/cross-inverse.svg');
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

/*.choices[data-type*='select-one'] .choices__button:hover,*/
/*.choices[data-type*='select-one'] .choices__button:focus {*/
/*  opacity: 1;*/
/*}*/

/*.choices[data-type*='select-one'] .choices__button:focus {*/
/*  box-shadow: 0px 0px 0px 2px #00bcd4;*/
/*}*/

.choices[data-type*='select-one']:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*='select-one'].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*='select-one'][dir='rtl']:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url('../../icons/cross.svg');
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
}

/*.choices[data-type*='select-multiple'] .choices__button:hover,*/
/*.choices[data-type*='select-multiple'] .choices__button:focus,*/
/*.choices[data-type*='text'] .choices__button:hover,*/
/*.choices[data-type*='text'] .choices__button:focus {*/
/*  opacity: 1;*/
/*}*/

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir='rtl'] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.hidden_services ,.hidden_services li svg{
  display: none;
}
.list-unstyled li:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #002147;
    content: "";
}
.list-unstyled li {
    position: relative;
    padding-left: 20px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 7px !important;
}
.tags_bx {
    padding-bottom: 10px;
    margin: 0 15px !important;
}
.tags_bx a {
    width: 100%;
    margin: 0 !important;
}
.add_inp_btns button {
    padding: 3px 35px;
    border-radius: 20px;
    background: #ff8833;
    color: white;
    border: 2px solid #4d8c57;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none !important;
    white-space: nowrap;
    font-family: var(--basis-regular);
}
.add_inp_btns button:hover{
    background: #fff;
    color: #4d8c57;
}
.add_inp_function {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 15px;
}
.add_inp_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.add_inp {
    flex-grow: 1;
}
#contactBackdrop .input_wrapper input {
    width: 100%;
    padding: 7px 10px;
    outline: none;
    color: #002147;
    background: white;
    border-radius: 5px;
    border: 1px solid #002147;
}
#contactBackdrop .modal-body .row>* {
    margin-bottom: 15px;
    padding: 0 7px;
}
#contactBackdrop .input_wrapper input[type="submit"] {
    background: #002147;
    color: white;
    transition: all 0.3s ease-in-out;
}
#contactBackdrop .input_wrapper input[type="submit"]:hover{
    background: #fff;
    color: #002147;
}
#contactBackdrop .modal-body .row {
    width: 100%;
    margin: 0 auto;
}
.details_btn,.details_btn_2 {
    text-align: center;
    padding-bottom: 20px;
}
.details_btn a,.details_btn_2 a {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 7px;
    background: #002147;
    color: white;
    border: 1px solid #002147;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}
.details_btn a:hover,.details_btn_2 a:hover{
    background: #fff;
    color: #002147;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}
.tab-content h1 {
    font-size: 30px;
}
.tab-content h1 svg {
    width: 25px;
    height: 20px;
    vertical-align: middle;
    margin: 0 7px 7px 0;
}
.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  z-index:9;
}

.card_body_star em a {
    color: #ff8833;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.card_body_star em a:hover{
    color: #000;
}
.card_body_star {
    text-align: center;
}
.card_body_star em {
    display: inline-block;
    font-style: normal;
    color: black;
    margin: 15px 0;
}

.card_sec_holder .card-body h5 {
    text-align: center;
    border: 2px solid #e0e0e0;
    padding: 10px;
}
.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir='rtl'] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.reviews-view-dropdown {
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #00000029;
}

.re-author-info {
    font-weight: 500;
    color: #ff8833;
    margin-bottom: 10px;
}

.re-author-info span {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    background: #4d8c57;
}

.reviews-each-ques .item:first-child {
    font-weight: 500;
}

.reviews-each-ques + .reviews-each-ques,
.reviews-repeat-item + .reviews-repeat-item {
    margin-top: 10px;
}

.reviews-repeat-item + .reviews-repeat-item {
    border-top: 1px #ccc solid;
    padding-top: 10px;
}

.reviews-each-ques .item span {
    font-weight: 500;
}

/*=====  End of Choices  ======*/
* {
  box-sizing: border-box;
}

.s009 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-family: 'Lato', sans-serif;
}

.s009 form {
  width: 100%;
  max-width: 790px;
  margin: 0;
}

.s009 form .inner-form {
    width: 100%;
    background: #294342;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 0 0;
    border-radius: 15px;
    /*overflow: hidden;*/
}

.s009 form .inner-form .input-field {
  position: relative;
}
.modal-header_title ol {
    margin-top: 10px;
}
div#formModal .modal-header {
    align-items: flex-start;
    padding-bottom:7px;
}
.s009 form .inner-form .input-field input {
  height: 100%;
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 32px 10px 70px;
  font-size: 18px;
  color: #666;
  border-radius: 3px;
  height: 40px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  border: 1px solid #1E1E1E;
    background-color: #2F4F4F;
}

.s009 form .inner-form .input-field input.placeholder {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
}

.s009 form .inner-form .input-field input:-moz-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.s009 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #999;
  font-size: 20px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.s009 form .inner-form .input-field input:hover,
.s009 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s009 form .inner-form .input-field .btn-search {
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  background: #FF8833;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.s009 form .inner-form .input-field .btn-search:hover,
.s009 form .inner-form .input-field .btn-search:focus {
  background: #00a7d3;
}

.s009 form .inner-form .input-field .btn-delete {
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  background: transparent;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  color: #666;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: bold;
}

.s009 form .inner-form .input-field .btn-delete:hover,
.s009 form .inner-form .input-field .btn-delete:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
}

.s009 form .inner-form .basic-search {
    /*border: 0.5px solid lightgrey;*/
    margin: 0 40px;
}

.s009 form .inner-form .basic-search .input-field {
  width: 100%;
}

.s009 form .inner-form .basic-search .input-field input {
  padding: 10px 20px 10px 20px;
}

.s009 form .inner-form .basic-search .input-field .icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
}

.s009 form .inner-form .basic-search .input-field .icon-wrap svg {
  width: 34px;
  height: 34px;
  fill: #ccc;
}

.s009 form .inner-form .advance-search {
  background: #294342;
  padding: 40px;
  padding-top: 23px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius:15px;
}

.s009 form .inner-form .advance-search .desc {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 26px;
  font-weight: bold;
}

.s009 form .inner-form .advance-search .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.s009 form .inner-form .advance-search .row.second {
  margin-bottom: 46px;
}

.s009 form .inner-form .advance-search .row.third {
  margin-bottom: 0;
}

.s009 form .inner-form .advance-search .row.third .input-field {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.cmn_back_btn{
    padding: 15px 0;
}
.cmn_back_btn a svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.cmn_back_btn a svg path {
    fill: white;
    transition: all 0.3s ease-in-out;
}
.cmn_back_btn a {
    padding: 5px 20px;
    border-radius: 7px;
    background: #4d8c57;
    color: white;
    border: 2px solid #4d8c57;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none !important;
}
.cmn_back_btn a:hover{
    background: #fff;
    color: #4d8c57;
}
.cmn_back_btn a:hover svg path{
    fill:#4d8c57;
}
/* ----------------------------------------------- */

.table_wrapper table tbody tr:nth-child(3) {
    white-space: nowrap !important;
}


/* ----------------------------------------------- */
.s009 form .inner-form .advance-search .row.third .input-field .result-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  color: #666;
  font-size: 14px;
}

.s009
  form
  .inner-form
  .advance-search
  .row.third
  .input-field
  .result-count
  span {
  color: black;
  padding-right: 5px;
}

.s009 form .inner-form .advance-search .input-field {
  width: calc((100% - 40px) / 3);
}

.s009 form .inner-form .advance-search .input-select {
  height: 40px;
}

.s009 form .inner-form .advance-search .choices__inner {
  background: transparent;
  border-radius: 0;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-right: 30px;
  font-size: 14px;
  min-height: 40px;
      border: 1px solid #1E1E1E;
    background-color: #2F4F4F;
    color: #FFFFFFCC;
    border-radius: 5px;
}

.s009
  form
  .inner-form
  .advance-search
  .choices__inner
  .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 5px 18px;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.s009
  form
  .inner-form
  .advance-search
  .choices__inner
  .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  opacity: 1;
  color: #fff;
  font-weight: bold;
}

.s009
  form
  .inner-form
  .advance-search
  .choices__inner
  .choices__list--single
  .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #FF8833;
  font-weight: bold;
}

.s009 form .inner-form .advance-search .choices__list.choices__list--dropdown {
    border: 0;
    background: #294342;
    padding: 10px 18px 20px 18px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    color: white !important;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0 0 5px 5px;
}

.s009
  form
  .inner-form
  .advance-search
  .choices__list.choices__list--dropdown
  .choices__item--selectable {
  padding-right: 0;
}

.s009
  form
  .inner-form
  .advance-search
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted {
  background: transparent;
  color: #FF8833;
}

.s009 form .inner-form .advance-search .choices__list--dropdown .choices__item {
  color: #fff;
  min-height: 20px;
  padding: 8px 0;
  font-weight: bold;
}

.s009 form .inner-form .advance-search .choices[data-type*='select-one']:after {
  border: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  transform: none;
  opacity: 1;
  right: 15px;
  top: 6px;
  background-size: 18px 18px;
  background-position: right center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.s009
  form
  .inner-form
  .advance-search
  .choices[data-type*='select-one'].is-open {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.s009
  form
  .inner-form
  .advance-search
  .choices[data-type*='select-one'].is-open:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
}

.s009
  form
  .inner-form
  .advance-search
  .choices[data-type*='select-one']
  .choices__button {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
}

.ui-autocomplete-loading {
  background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: block;
  width: 227px;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  color: gray;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
  font-size: 25px;
}

.hr-sect:before,
.hr-sect:after {
  content: "";
  flex-grow: 1;
  background: #eeeeee;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
.valid_wrap {
    position: relative;
}
.valid_wrap textarea {
    position: absolute;
    left: 0;
    top: 31px;
    opacity: 1;
    display: block !important;
    visibility: visible !important;
    height:84%;
    width: 100%;
}
.valid_wrap .cke_inner{
    position: relative;
    z-index:1;
}
.date_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.date_wrapper .choices {
    min-width: 140px;
    margin: 0;
}
.date_wrapper input {
    min-height: 46px;
}
.date_wrapper  .choices__list--dropdown .choices__item--selectable {
        padding-right: 0 !important;
    }
form.needs-validation h3 {
    font-family: var(--basis-bold) !important;
    margin: 0 !important;
    padding: 15px 0;
    background: #002147;
    color: white;
    padding-left: 10px;
}
.compare-wrap .compare-date {
    display:flex;
    align-items:center;
    justify-content: flex-start;
    gap:0 6px;
}
.instructor-wrap .instructor-card-flex svg {
    max-width: 40px;
}
.instructor-wrap .card {
    width: 100%;
    height: 100%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
}
.instructor-wrap .card-title {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1a;
    border-radius: 50px;
}
.instructor-wrap .card-title svg path {
    fill: #fff;
}
.instructor-wrap .card-body h3 {
    margin-top: 20px!important;
    color: #fff;
    margin-bottom: 12px!important;
    font-size: 22px;
}
.instructor-card-flex2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 20px;
}
.instructor-card-flex2 .card-body-right a {
    width: 100%;
    margin-bottom: 10px;
}
.instructor-wrap .container {
    max-width: 1440px!important;
}
.single-blog-wrap p img {
    width: 100%!important;
    height: 400px!important;
    object-fit: cover;
}
.single-blog-wrap {
    padding: 0 0 20px!important;
}
.single-blog-wrap-top {
    padding: 20px 0 0 !important;
}
.single-blog-wrap-btm {
    padding-bottom: 0!important;
}
.blog-listing-sec1 {
    padding-bottom: 0px!important;
}
.blog-listing-sec2 .blog-list-img {
    width: 100%!important;
    height: 300px!important;

}
.blog-listing-sec2 .blog-list-img img {
    width: 100%!important;
    height: 100%!important;
        object-fit: cover;
}
.con-info a {
    display: flex;
    align-items:center;
    justify-content: flex-start;
    gap: 0 12px;
}
.con-info a .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF8833 ;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:center;
}
.con-info .info span {
    color: #002147;
    word-break: break-all;
}
.con-info {
    margin-bottom: 20px;
}
.con-modal .modal-header h1 {
    font-size: 30px!important;
}
.my-login-page .card-wrapper {
    width: 100%!important;
}
.con-form-top {
    text-align: center;
    margin: 0 0 60px;
}
.con-main-sec {
    padding: 50px 0!important;
    background: #EFF6F9;
}
.crd-bdy .card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.crd-bdy-btns {
    flex: initial!important;
}
.eval-sec {
    width: 100%;
    padding: 100px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
}
.eval-form-sec .table-responsive {
    margin-top: 30px;
}
.eval-form-sec h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.eval-form-sec {
    padding: 70px 0;
}
.eval-form-sec table td, .eval-form-sec table th {
    width: 50%;
    vertical-align:middle;
    padding: 20px;
}
.eval-form-sec table th:last-child, .eval-form-sec table td:last-child {
    text-align:center;
}
.eval-form-sec .form-group {
    margin-bottom: 20px;
}
.eval-form-sec ul {
    margin-top: 12px!important;
}
.my-login-page .card-wrapper {
        width: 100% !important;
    height: 100%!important;
    background: #fff;
    border-radius: 10px;
}
.my-login-page .card-fat-2 {
    min-height: 100%!important;
}
.my-login-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.my-login-page .container .row {
    width: 100%!important;
}
.my-login-page .btn.btn-block {
    width: 100%!important;
}
.frm_btn a {
    width: 100%!important;
}

.contact-pg-sec .card {
    box-shadow: none!important;
    background: none!important;
}
.contact-pg-sec .card-wrapper {
     background: none!important;
}
.contact-pg-sec .card-wrapper .con-form-top p {
    color:#002147;
}
.contact-pg-sec .card-wrapper label {
    color: #002147;
}
.hm-logo-sec {
    padding-top: 120px!important;
    padding-bottom: 120px!important;
}
.hm-logo-sec .swiper-wrapper {
    align-items:center!important;
    justify-content:center!important;
}
@media only screen and (max-width:1580px) {
li.focus_float_info ul li{
    width:45% !important;
}
}
@media screen and (max-width: 1199px) {
    li.focus_float_info {
    padding: 10px;
    padding-top: 0;
}
li.focus_float_info ul li {
    width: 47% !important;
    font-size: 12px !important;
}
}
@media(max-width: 1099px) {
    .instructor-wrap .card-title {
        width: 60px;
        height: 60px;
    }
    .instructor-wrap .instructor-card-flex svg {
        width: 25px;
    }
    .instructor-card-flex2 {
        gap: 0 10px;
    }
    .instructor-card-flex2 .card-body-right a {
    width: 100%;
    margin-bottom: 10px;
    padding: 2px 6px;
    font-size: 14px;
}
}
@media(max-width: 991px) {
        .instructor-card-flex2 {
        gap: 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .login-pg-sec {
        padding: 250px 0 100px;
    }
    .title_show h1 {
        font-size: 28px;
    }
    .instructor-wrap .card-title {
        width: 65px;
        height: 65px;
    }
    .instructor-wrap .card-body svg {
        width: 30px;
    }
    .insturctor-sec2 .card-header h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 10px;
    }
  .s009 form .inner-form .basic-search .input-field input {
    padding: 10px 80px 10px 15px;
    border: 1px solid #1E1E1E;
    background-color: #2F4F4F;
    color: #FFFFFFCC;
    border-radius: 5px;
    color:white;
  }
  
  .s009 form .inner-form .basic-search .input-field .icon-wrap {
    width: 80px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s009 form .inner-form .basic-search .input-field .icon-wrap svg {
    width: 30px;
    height: 30px;
  }
  .s009 form .inner-form .advance-search {
    padding: 30px 15px;
  }
  .s009 form .inner-form .advance-search .row {
    display: block;
  }
  .s009 form .inner-form .advance-search .input-field {
    width: 100%;
    margin-bottom: 20px;
  }
      div#tab>ul {
    justify-content: space-between !important;
    overflow-x: scroll !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}

div#tab>ul::-webkit-scrollbar-thumb {
  background-color:#4d8c57;
}
}

/* @overwriting bootstrap rules for costum style */

.card-header-color{
  background-color: #fdc800b3 !important;
}

.card-header-red{
  background-color: #ee4d47 !important;
}

.header-pos{
  padding-left: 275px;
}
  .s009 form .group-btn button.btn {
    border: 1px solid #000 !important;
    background: #FF8833 !important;
    border-radius: 6px !important;
    color: white !important;
    transition:all 0.3s ease-in-out;
}
.s009 form .group-btn button.btn:hover{
    border: 1px solid #FF8833 !important;
    background: #2F4F4F !important;
    color: white !important;
}
.s009 form .inner-form .basic-search .input-field input::placeholder{
      color:white !important;
  }
@media only screen and (max-width:991.98px) {
div#tab>ul li a {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 25px;
}
div#tab>ul {
    gap: 0 10px;
}
}