@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap");

@import url("./custom.css");
@import url("./contact.css");
@import url("./accordion.css");
@import url("./pagination.css");

.cross-btn {
  position: absolute;
  border: none;
  top: -2px;
  right: 0px;
  cursor: pointer;
  justify-content: center;
  background: none;
  z-index: 1000;
}

/*for previous action butto */
#previousButton {
  padding: 2px !important;
  display: block;
  margin: auto;
  margin-bottom: 3rem;
  /* background: var(--top-banner-background); */
  color: #f5f5f5;
  width: 37%;
  font-size: 14px;
}

#previousButton:hover {
  background-color: #b50913 !important;
  border-color: #b50913 !important;
  transform: scale(1.05) !important;
}

#previousButton span {
  margin-left: 5px;
  font-size: 14px;
  /* detail policy module  */
}

#botinitialised {
  display: block;
}

.headerimages {
  float: left;
  width: 32px;
  position: relative;
  top: 7px;
  left: 26px;
}

#errorinputtext {
  position: absolute;
  color: red;
  left: 12px;
  top: 0;
  font-size: 10px;
  display: none;
}

#homehelpermodule {
  color: #234a83;
  font-size: 12px;
  position: absolute;
  text-align: left;
  top: 60px;
  padding: 0;
  border-radius: 7px;
  right: 9px;
  height: auto;
  box-shadow: 2px 2px 11px #7b7878;
  overflow: hidden;
  width: auto;
  /* width: 86%; */
  background: #f8f8f8;
  animation: fadeInRight 1s ease-in-out;
}

#homehelpermodule h3 {
  color: #f8f8f8;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  background: #de1921;
}

#homehelpermodule i {
  position: absolute;
  float: right;
  right: 7px;
  color: #f8f8f8;
  top: 7px;
}

#homehelpermodule ul {
  padding: 3px;
  position: relative;
}

#homehelpermodule ul li {
  font-size: 12px !important;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px dotted #1f1e1d;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 14px 10px 14px;
}

#homehelpermodule ul li:hover {
  color: #e01a22;
}

#homehelpermodule ul .fa-times {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
}

.homehelp {
  margin-top: 9px;
  position: absolute;
  right: 6%;
  margin-right: 43px;
  cursor: pointer;
  /* margin-left: 5%; */
  padding: 7px !important;
  height: 23px;
  width: 23px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #f6f6f6;
}

.homehelp:focus {
  border: none;
  outline: none;
}

.homehelp i {
  font-size: 17px;
  position: absolute;
  text-align: center;
  margin: auto;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0px !important;
}

.homehelp:hover {
  color: #e8e7e7;
}

.contact-profile button.pushNotification {
  position: absolute;
  top: 13px;
  text-align: center;
  display: block;
  right: 24%;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  background: transparent;
  height: 25px;
  width: 25px;
  box-shadow: none;
  cursor: pointer;
  border: none;
}

.contact-profile button.pushNotification:focus {
  outline: none;
}

.contact-profile button.pushNotification i {
  text-align: center;
  display: block;
  margin: 3px;
  font-size: 18px;
  color: #f8f8f8;
}

.initialForm {
  margin-top: 15px;
  float: right;
  margin-right: 43px;
  /* margin-left: 5%; */
  padding: 7px !important;
  cursor: pointer;
  height: 23px;
  width: 23px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #f6f6f6;
}

#outerDiv #initialForm .modal-header {
  border: none;
}

.fa-microphone {
  color: #c41a28;
}

.startingmicro {
  color: #c41a28;
  animation: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

#outerDiv .LiveFormBtn {
  margin-top: 5px;
  margin-right: 5%;
  padding: 5px !important;
  height: 70%;
  float: right;
  border: none;
  border-radius: 50%;
  background: #f38a24;
  color: #f8f9fa;
  box-shadow: 2px 2px 32px #822f2e;
}

#outerDiv #initialForm input {
  background: transparent;
  border-radius: 8px;
  border: #ffc107;
  border-bottom: 1px solid #ffc107;
  margin-left: 7px;
  font-size: 14px;
  margin-top: -6px;
}

#outerDiv #initialForm input::placeholder {
  color: #eee;
  font-size: 13px;
}

.wrap1 .error1::placeholder {
  color: red !important;
}

#outerDiv #initialForm input:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid grey;
}

#outerDiv .LiveFormBtn .fas {
  font-size: 15px;
  margin-left: 6px;
}

#outerDiv .modal-dialog .form-group {
  display: inline-flex;
  font-size: 13px;
}

/* #outerDiv::before{
  content: "";
    position: absolute;
    width: 100%;
    height: 122%;
    left: 0%;
    bottom: 52px;
    z-index: 98;
    background: var(--messageSection);
} */

#outerDiv .fa-keyboard {
  position: absolute;
  top: -18%;
  left: 43%;
  font-size: 23px;
  color: #f58f25;
  cursor: pointer;
}

#outerDiv .fa-times-circle {
  position: absolute;
  top: 10%;
  left: 47%;
  font-size: 34px;
  color: var(--white);
  cursor: pointer;
}

.initialForm:hover {
  /* border: 1px solid #9e9494; */
  color: #e8e7e7;
}

.initialForm .fas {
  font-size: 19px;
  margin-top: -1px;
  margin-left: -3px !important;
  /* animation-name: blink;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both; */
}

.initialForm:focus {
  outline: none;
}

#outerDiv .LiveFormBtn:focus {
  outline: none;
}

#outerDiv .LiveFormBtn:hover {
  color: #93acd2;
}

.modal-backdrop {
  background-color: #6f6f71;
}

#outerDiv #initialForm {
  top: 55%;
  left: 8%;
  width: 83%;
}

#outerDiv #LiveChatForm {
  top: 66%;
  left: 9%;
  width: 80%;
}

#outerDiv .modal .modal-content::before {
  left: 18%;
  /* content: ""; */
  background: #eeeeee;
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: -5px;
  transform: rotate(54deg);
  z-index: -1;
}

#outerDiv .modal .modal-content {
  padding: 18px;
  background: var(--messageSection);
  animation: fadeInTop 0.7s ease-in both;
  background-clip: padding-box;
  border: none;
}

#outerDiv .modal .modal-content .modal-header {
  border: none;
}

#outerDiv .modal .modal-title {
  padding-top: 15px;
  color: var(--text-color);
  margin: auto;
  text-align: center;
  font-size: 14px;
}

#outerDiv .modal .btncont {
  display: inherit;
}

#outerDiv .modal .modal-header {
  margin-top: -34px;
}

#outerDiv #LiveChatForm .btncont .btn-primary {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.5);
  width: auto;
  margin: 0px 15px;
  color: #dc3545;
  font-size: 13px !important;
}

#outerDiv .modal-header .close {
  color: #234a83;
}

#outerDiv #initialForm .btn-primary {
  border-color: transparent;
  background: transparent;
  width: 49%;
  margin: 0px 20px;
  color: var(--white);
  font-size: 15px;
}

#outerDiv #initialForm .modal-header .close {
  color: #ffffff;
}

#outerDiv #initialForm label {
  color: var(--white) !important;
}

#outerDiv .modal .btn-primary:hover {
  text-decoration: underline;
}

#outerDiv .modal .btn-primary:focus {
  box-shadow: none;
  border-color: none;
}

#outerDiv #context {
  border: none;
  display: none;
  padding: 0 12px 2px !important;
  cursor: pointer;
  outline: none;
  background: #e0e1e8;
  box-shadow: none;
  color: #fff;
  float: none !important;
  height: 46px !important;
  /* border-radius: 50%; */
  width: 46px;
  z-index: 1000 !important;
  position: absolute;
  /* right: 42%; */
  bottom: -1px;
}

#outerDiv #context12 {
  border: none;
  display: none;
  padding: 0 12px 2px !important;
  cursor: pointer;
  outline: none;
  background: #e0e1e8;
  box-shadow: none;
  color: #fff;
  float: none !important;
  height: 46px !important;
  /* border-radius: 50%; */
  width: 46px;
  z-index: 1000 !important;
  position: absolute;
  /* right: 42%; */
  bottom: -1px;
}

#context12 img {
  width: 16px;
}

#outerDiv {
  position: absolute;
  bottom: 0;
  background: #efefef;
  width: 100%;
  display: block;
  height: 30px;
  border-bottom-left-radius: 10px;
}

.cross-btn img {
  width: 18px !important;
  height: 18px;
  background: #f56171;
  border: 1px solid #f66271;
  padding: 7px;
  border-radius: 50%;
  box-sizing: unset !important;
  width: 0px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

.cross-btn img:hover {
  background: transparent;
}

#palmbot .cross-btn:hover {
  background: #07669e;
}

.cross-btn:focus {
  outline: none;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1px;
  color: #32465a;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  background: transparent;
}

#message-input-module .addSub .fas {
  margin-left: 8px !important;
}

#outer-wrapper {
  display: block;
  /* width: 400px; */
  width: 363px;
  top: 1px;
  /* box-shadow: 2px 3px 12px #d4cbcb; */
  bottom: 1px;
  border-radius: 20px;
  position: fixed;
  right: 0;
}

#frame {
  height: 100vh;
  position: relative;
  border-radius: 20px;
}

#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}

#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}

#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}

#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #234a83;
}

#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #234a83;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

#frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #234a83;
  margin: -8px 0 0 24px;
}

#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}

#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li
  span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-online
  span.status-circle {
  background: #2ecc71;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-online.active
  span.status-circle:before {
  border: 1px solid #2ecc71;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-away
  span.status-circle {
  background: #f1c40f;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-away.active
  span.status-circle:before {
  border: 1px solid #f1c40f;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-busy
  span.status-circle {
  background: #e74c3c;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-busy.active
  span.status-circle:before {
  border: 1px solid #e74c3c;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-offline
  span.status-circle {
  background: #95a5a6;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-offline.active
  span.status-circle:before {
  border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}

#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}

#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: var(--white);
  padding: 7px;
  width: calc(100% - 43px);
}

#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #234a83;
}

#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}

#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}

#frame #sidepanel #search input {
  font-family: "Mukta", sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: var(--white);
}

#frame #sidepanel #search input:focus {
  outline: none;
  background: #234a83;
}

#frame #sidepanel #search input::-webkit-input-placeholder {
  color: var(--white);
}

#frame #sidepanel #search input::-moz-placeholder {
  color: var(--white);
}

#frame #sidepanel #search input:-ms-input-placeholder {
  color: var(--white);
}

#frame #sidepanel #search input:-moz-placeholder {
  color: var(--white);
}

#frame #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}

#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}

#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}

#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}

#frame #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid#234a83;
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}

#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}

#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}

#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: var(--white);
  cursor: pointer;
  font-size: 0.85em;
  font-family: "Mukta", sans-serif;
}

#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

#frame #sidepanel #bottom-bar button:hover {
  background: #234a83;
}

#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

#frame .content {
  float: right;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

#frame .content #palm {
  font-size: 8px;
  /* position: absolute; */
  top: 55px;
  color: #72b3ff;
  background: #e2e2df;
  width: 100%;
  z-index: 10000;
}

#frame .content #palm a {
  float: right;
  color: #234a83;
  background: linear-gradient(
    90deg,
    rgb(243 246 249) 0%,
    rgb(245 245 245) 35%,
    rgb(239 239 255) 100%
  ) !important;
  /* width: 100%; */
  padding-right: 6px;
  text-align: right;
  margin-top: -11px;
  background: transparent !important;
}

#frame .content #palm img {
  width: 11px;
  float: right;
  margin: 1px 4px 2px 2px;
}

#frame .content .contact-profile {
  width: 100%;
  height: 65px;
  line-height: 60px;
  background: linear-gradient(
    90deg,
    rgb(243 243 243) 0%,
    rgb(247 243 243) 35%,
    rgb(227 228 247) 100%
  );
  color: #656060;
}

#frame .content .contact-profile p span {
  float: left;
  font-size: 18px;
  padding: 0px 34px;
  font-weight: 600;
}

/* #frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
} */

#frame .content .contact-profile p {
  float: left;
  font-size: 18px;
  padding: 0px 32px;
  font-weight: 600;
}

#frame .content .contact-profile p img {
  width: 21px;
  margin: 8px;
  margin-top: 1px;
  border-radius: 50%;
  background: #ffffff;
}

#frame .content .contact-profile .social-media {
  float: right;
}

#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
  color: #234a83;
}

#frame .content .messages {
  height: auto;
  max-height: calc(100% - 103px);
  min-height: calc(100% - 103px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgb(243 246 249) 0%,
    rgb(245 245 245) 35%,
    rgb(239 239 255) 100%
  ) !important;
}

#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

#frame .content .messages ul li {
  /* clear: both;
  margin: 14px 10px 10px 14px;
  width: calc(100% - 25px);
  font-size: 0.9em; */
  clear: both;
  margin: 38px 12px -10px 14px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
.predictive {
  width: calc(100% - 25px);
  font-size: 12px;
  padding: 8px 15px;
  color: #333;
  background-color: #f9f9f9;
  /* border-bottom: 1px solid #ddd; */
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  border-right: 1px solid #80808057;
  /* display: none; */
}

.predictive:hover {
  background-color: #e6f7ff;
  color: #0056b3;
}

.predictive:last-child {
  border-right: none;
}

#frame .content .messages .message-section ul li:first-child {
  margin: 10px;
  font-size: 13px;
  word-spacing: 3px;
}

#frame .content .messages .message-section ul li.link {
  color: #234a83 !important;
  text-decoration: underline;
  cursor: pointer;
}

#frame .content .messages .message-section ul li.link:hover {
  color: #76a0ff !important;
}

#frame .content .messages ul li.sent img {
  margin: 8px -7px 0 8px;
}
#frame .content .messages ul li.replies img {
  margin: 8px -7px 0 8px;
}

#frame .content .messages ul li.sent div {
  display: grid;
  /* text-align: justify; */
  word-spacing: 4px;
  background: var(--Sent-li);
  color: var(--text-color);
  /* border-top-right-radius: 17px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
  border-radius: 20px;
  position: relative;
  margin-top: 20px;
  /* box-shadow: rgb(206, 206, 206) 1px 1px; */
  /* box-shadow: #b9abab 2px 2px; */
  animation: opactyblinkleft;
  animation-duration: 1s;
  font-family: "Lato", sans-serif !important;
  font-size: 13px !important;
  margin-bottom: 1rem;
}

#utterPara h3,
#utterPara h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#utterPara p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  margin: 0;
}
#utterPara .preserve_space {
  white-space: pre;
}

#utterPara table {
  width: 100%;
  border-collapse: collapse;
  /* margin-top: 10px; */
}

#utterPara table th,
#utterPara table td {
  border: 1px solid #4d6c996e;
  padding: 8px;
  text-align: left;
}

#utterPara table th {
  background-color: #4d6c99;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#utterPara ul,
ol {
  padding: 0 0 0 12px;
}

#utterPara li {
  list-style: square;
  font-family: "Lato", sans-serif;
  font-size: 13px !important;
  margin: 0px 12px !important;
  word-spacing: 3px !important;
}

#utterPara ul {
  padding: 0 3px 0px 20px;
}

#utterPara ul li {
  list-style: square;
  word-break: break-word;
}

#frame .content .messages ul li.replies img {
  float: right;
  margin: 8px -7px 0 8px;
}
/* Disable animation via class */
.disable-animation {
  animation: none !important;
}


#frame .content .messages ul li.replies p {
  background: var(--userReply);
  float: right;
  border-radius: 20px;
  position: relative;
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  overflow-wrap: break-word;
  /* box-shadow: rgb(206, 206, 206) 1px 1px; */
  /* margin-top: 14px; */
  margin-top: 5px;
  color: #272727;
  animation: opacityblink;
  animation-duration: 0.5s;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  word-break: break-word;
  display: inline-block;
  padding: 10px 15px;
  /* border-radius: 16px; */
  /* max-width: 72vw; */
  max-width: 46vh;
  line-height: 137%;
  margin-bottom: 1rem;
}

#frame .content .messages ul li.replies p::after {
  position: absolute;
  top: 12px;
  right: -13px;
  /*content: "";*/
  /* background: red; */
  background: #e0e0e0;
  height: 11px;
  width: 15px;
  width: 19px;
  transform: rotate(719deg);
  clip-path: polygon(13% -23%, 23% 97%, 86% 17%);
  -webkit-clip-path: polygon(12% -22%, 23% 91%, 91% -4%);
  /* border-bottom: 1px solid #ffffff; */
  border-right: 1px solid #b1b1b1;
}

#frame .content .messages ul li img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}

.replies img,
.sent img {
  /* background:  var(--white); */
}

#frame .content .messages ul li div {
  display: inline-block;
   padding: 10px 15px;
  /* border-radius: 16px; */
  /* max-width: 72vw; */
  max-width: 49vh;
  line-height: 137%;
}

#frame .content .message-input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  /* background: #f4f4f4; */
  background-image: url(../images/imelife-bg-pattern.png) !important;
}

#frame .content .message-input .wrap {
  position: relative;
  display: flex;
  background: white;
}

#frame .content .message-input .wrap textarea {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 100px);
  padding: 10px 0px 10px 10px;
  font-size: 0.8em;
  color: #32465a !important;
  /* border: 1px solid #e0dfdf; */
  border-right: none;
  margin: 0;
  background: white;
  position: relative;
  height: 40px;
  resize: none;
  /* width: calc(100% - 35px); */
}
#frame .content .message-input .wrap textarea::-webkit-scrollbar {
  width: 6px; /* Adjust the width */
}

#frame .content .message-input .wrap textarea::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 3px; /* Rounded edges */
}

#frame .content .message-input .wrap textarea::-webkit-scrollbar-thumb:hover {
  
   background: white;
}

#frame .content .message-input .wrap textarea::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
}

#frame .content .message-input .wrap textarea:focus {
  outline: none;
}
.suggestion {
  color: #999;
  font-style: italic;
  pointer-events: none;
  width: 65px;
  height: 40px;
  background: white;
  padding-top: 12px;
  padding-left: 6px;
  font-size: 12px;
  display: none;
}

#frame .content .message-input .wrap input:focus {
  outline: none;
}

#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

#frame .content .message-input .wrap button img {
  width: 17px;
  height: 17px;
}

#frame .content .message-input .wrap .submit {
  background: white;
  color: #4d6c99 !important;
}

#frame .content .message-input .wrap .submit:hover {
  color: #e30310;
  background: white;
}

#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 35px;
  padding: 12px 0;
  cursor: pointer;
  /* background: white; */
  background: #80787d;
  color: #f5f5f5;
  position: absolute;
  right: 0;
}

#frame .content .message-input .wrap button:focus {
  outline: none;
}

#frame .content .message-input .wrap button:hover {
  background: #e20a17;
}

#toggle {
  border: none;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  background: transparent;
  color: #e28118;
  font-size: 18px;
  float: left;
  margin-right: 8px;
  height: 60px;
  margin-top: 0px;
}

#toggle:hover {
  /*background: #0e978b;*/
  /* background: #184fa0; */
}

#frame .countrySub_name {
  width: 60px;
  height: 20px;
  position: fixed;
  right: 75px;
  font-weight: bold;
  font-size: 10px;
  top: 20px;
  border: 0;
  cursor: pointer;
}

#frame .name_wrap {
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 50%;
  padding: 0 2px 0 4px;
  line-height: 20px;
  height: 100%;
  background: #fbfbfb;
  color: black;
}

#frame .name_wraps {
  border: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50%;
  padding: 0 2px 0 4px;
  line-height: 20px;
  height: 100%;
  background: #ffffff;
  color: #3150a1;
}

#language_nepali {
  pointer-events: none;
}

#frame #select_language .active {
  /* background-color: #58d68d; */
  background-color: #3150a1;
  color: white;
}
.call-out-container {
  display: grid;
  margin: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0.4em;
  /* grid-column-gap: 1em; */
  grid-row-gap: 1em;
}

#call-out-container {
  display: grid;
  margin: 40px;
  grid-template-columns: 2fr 2fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

/* .call-out {
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  border: 1px solid grey;
  padding: 2px;
} */
.call-out {
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  /* padding: 2px; */
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  position: relative;
  transition: transform 0.7s;
  /* Animation */
  font-family: "Mukta", sans-serif;
}

.call-out span {
  font-weight: 600;
  word-break: break-word;
}

.call-out > div {
  width: 55px;
  height: 55px;
  margin: 5px auto;
  cursor: pointer;
  display: grid;
  position: relative;
}

#menu-container.ham .call-out:hover {
  /* box-shadow: 1px 1px 3px grey; */
  transform: scale(1.3);
  /* background: #dfe1f5; */
}

.call-out > div > img {
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ham {
  position: absolute;
  left: 0;
  right: 0;
  overflow: auto;
  top: 60px;
  bottom: 44px;
  background: #fefefe;
  z-index: 100;
  animation-delay: 0s;
  overflow-y: auto !important;
}

#menu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  bottom: 44px;
  /* background-image: url(../images/imelife-bg-pattern.png) !important; */
  background: linear-gradient(
    90deg,
    rgb(243 243 243) 0%,
    rgb(247 243 243) 35%,
    rgb(227 228 247) 100%
  );
  z-index: 100;
  animation-delay: 0s;
}

#menu-container .header {
  padding: 10px 10px 0px 28px;
  color: #e30310;
  font-weight: 600;
  text-align: justify;
  font-family: "Mukta", sans-serif;
}

.welcomeTop {
  min-height: 100vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1000 !important;
}

.submenu {
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  margin-right: -14px;
  margin-left: -25px;
}

.submenu > div {
  border: 1px solid #e2d4c8;
  width: 100px;
  border-radius: 10px;
  height: 120px;
  margin: 5px auto;
  margin-left: 5px;
  cursor: pointer;
  display: grid;
  position: relative;
  background: var(--white);
  padding: 2px;
}

.submenu > div > span {
  margin: auto;
  padding-top: 57px;
}

.submenu > div > img {
  width: 40px;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  bottom: 7px;
  margin: auto;
  animation: shake 3s;
  animation-iteration-count: infinite;
}

#submenu-container {
  position: absolute;
  left: 0;
  margin-top: 200px;
  padding-bottom: 100px;
  right: 0;
  top: 60px;
  bottom: 48px;
  background: #ffe;
  z-index: 1000;
}

.submenu-container-c {
  display: grid;
  margin: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0.1em;
  animation: opactyeaseoute;
  animation-duration: 2.4s;
}

#submenu-title {
  background: #234a83;
  color: var(--white);
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 72vw;
  line-height: 130%;
}

.menu .con img {
  width: 32px;
  border-radius: 50%;
  margin-left: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

#quick_reply {
  margin-top: -11px;
  width: 100%;
  text-align: center;
  animation: opactyeaseoute;
  animation-duration: 2.4s;
}

#quick_reply ul {
  list-style-type: none;
  margin: -8px auto;
  padding: 0 20px 20px 20px;
  width: 100%;
  display: inline-block;
}

#quick_reply ul li {
  display: inline-block;
  margin: 0.3rem !important;
  margin-left: 0;
  width: auto !important;
  clear: none !important;
}

#quick_reply a {
  text-decoration: none;
  display: block;
  background: #234a83;
  color: #fff;
  border-radius: 16px;
  padding: 0.4rem 1rem;
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  /* font-weight: bold; */
}

#quick_reply a:hover {
  background-color: #1a3a63;
  transform: scale(1.05);
}

#location-card .button-container button:hover {
  background: #e20a17;
  color: var(--white);
}

#quick_reply .title {
  margin-left: 0.5rem;
  padding: 6px 15px;
  background: var(--contents);
  border-radius: 20px;
  color: var(--white);
  float: left;
}

#quick_reply img {
  width: 22px;
  border-radius: 50%;
  float: left;
  margin-top: 5px;
}

.fas {
  font-weight: 1000;
  font-size: 20px;
  float: left;
  margin-right: 8px;
  margin-left: 3px;
  margin-top: 2px;
  color: #c41a28;
}

#quick_reply p {
  text-decoration: none;
  color: #234a83;
  display: block;
  border-radius: 16px;
  padding: 0.25rem 1rem;
  font-size: 14px;
  cursor: pointer;
  margin: auto;
  height: 35px;
  border: 1px solid #234a83;
}

#quick_reply p:hover {
  background: #234a83;
  color: var(--white);
}

#message-module {
  background: #e6eaea;
}

#message-module > .message-section > ul {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 15px;
}

.item {
  width: 200px;
  height: 200px;
  margin: 10px;
}

#slider {
  margin: 15px;
  margin-top: 10px;
  margin-left: 28px;
  width: 330px;
  animation: opactyeaseoute;
  animation-duration: 2.7s;
}

#generalslider {
  margin: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 28px;
  width: 330px;
  /* animation: opactyeaseoute;
  animation-duration: 2.7s; */
}

#container .table {
  animation: opactyeaseoute 2.7s ease-in both;
  /* margin-top: 20px; */
}

#container .table thead td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border: 1px solid #999;
  background-color: var(--white);
}

#container .table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border: 1px solid #e8e0e0;
  background-color: #ffffff;
  color: #e20a17;
  font-size: 11px;
}

#container .table thead th {
  border-color: #6b6ac5;
  vertical-align: bottom;
  text-align: center;
  color: #f8f8f8;
  border-bottom: 2px solid rgb(85 83 183);
}

#slider .owl-nav button {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: linear-gradient(
    0deg,
    rgb(247, 102, 174) 0%,
    rgb(70, 115, 217) 100%
  );
}

#slider .owl-nav button:hover {
  background: #017afd !important;
}

#slider .slide-container {
  width: 90%;
  margin: 0 auto;
  background: #fefefe;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /* border-left: 1px solid #ccc6c6;
  border-right: 1px solid #ccc6c6; */
}

#slider .slide-container p.peoplerole {
  display: block;
  margin: auto;
  text-align: center;
  padding: 6px;
  padding-top: 3px;
  border-radius: 0px 0px 7px 7px;
}

#slider .slide-container p.peoplerole i {
  margin: auto;
  /* display: block; */
  float: none;
  font-size: 18px;
  margin-right: 6px;
}

#slider .slide-container .rating {
  position: absolute;
  top: 68px;
  font-size: 10px;
  color: #234a83;
  background: #999;
  padding: 5px;
  left: 36%;
  opacity: 0.8;
}

#slider .slide-container .rating:hover {
  color: var(--white);
}

#slider .slide-container .leftrightcontent {
  position: absolute;
  top: 0;
  width: 90%;
}

#slider .slide-container .iconcontainer {
  display: inline-flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 99px;
  left: 13%;
  border-radius: 15px 15px 0px 0px;
  right: 17px;
  background: transparent;
  opacity: 0.8;
}

#slider .slide-container .iconcontainer img {
  width: 37%;
  height: 37%;
  margin: 4px 11px;
  padding: 9px;
  border-radius: 50%;
  background: #fefefe;
}

#slider .slide-container .iconcontainer .badge-light {
  margin: 12px 18px 2px -16px;
  width: 100%;
  height: 10px;
  background: #f68c23;
  z-index: -1;
  font-size: 8px;
  color: var(--white);
}

#slider .slide-container .iconcontainer img:hover {
  background: #f68c23;
  color: var(--white) !important;
}

#slider .slide-container .iconcontainer a {
  cursor: pointer;
  font-size: 12px;
  padding: -1px;
  display: inline-flex;
  color: #212529 !important;
  text-align: center;
  font-size: 9px !important;
}

#slider .slide-container .leftrightcontent .leftcontent {
  float: left;
  height: 25px;
  font-size: 13px;
  background: #f68c23;
  color: var(--white);
}

#slider .owl-theme .owl-nav {
  margin-top: 10px;
}

#slider .slide-container .leftrightcontent .rightcontent {
  float: right;
  padding: 4px 7px 40px 7px;
  font-size: 18px;
  background: #f68c23;
  color: #f8f9fa;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  border-left: none;
}

#slider .slide-container .leftrightcontent .rightcontent::before {
  /* content: ""; */
  width: 19px;
  height: 18px;
  background: grey;
  top: 19px;
  position: absolute;
  transform: rotate(45deg);
}

#slider .slide-container .horizental-button-container {
  display: inline-block;
  width: 100%;
}

#slider .slide-container .horizental-button-container button {
  display: inline-block !important;
  width: 25%;
  margin: 10px;
  background: none !important;
  color: #484c50 !important;
  font-size: 12px;
  text-decoration: underline;
}

#slider .slide-container .horizental-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  border-bottom: none;
  color: var(--buttons-background) !important;
}

#slider .slide-container .verticale-button-container {
  display: flex;
  flex-direction: column;
  background: #fefefe;
  color: #123034;
  border-bottom: 1px solid #ccc6c6;
  border-left: 1px solid #ccc6c6;
}

/* generalslider */
#generalslider .owl-nav button {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #263089;
}

#generalslider .owl-nav button:hover {
  background: #017afd !important;
}

#generalslider .slide-container {
  width: 90%;
  margin: 0 auto;
  background: #db1920;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /* border-left: 1px solid #ccc6c6;
  border-right: 1px solid #ccc6c6; */
}

#generalslider .slide-container p.peoplerole {
  display: block;
  margin: auto;
  text-align: center;
  padding: 6px;
  padding-top: 3px;
  border-radius: 0px 0px 7px 7px;
}

#generalslider .slide-container p.peoplerole i {
  margin: auto;
  /* display: block; */
  float: none;
  font-size: 18px;
  margin-right: 6px;
}

#generalslider .slide-container .rating {
  position: absolute;
  top: 68px;
  font-size: 10px;
  color: #234a83;
  background: #999;
  padding: 5px;
  left: 36%;
  opacity: 0.8;
}

#generalslider .slide-container .rating:hover {
  color: var(--white);
}

#generalslider .slide-container .leftrightcontent {
  position: absolute;
  top: 0;
  width: 90%;
}

#generalslider .slide-container .iconcontainer {
  display: inline-flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 99px;
  left: 13%;
  border-radius: 15px 15px 0px 0px;
  right: 17px;
  background: transparent;
  opacity: 0.8;
}

#generalslider .slide-container .iconcontainer img {
  width: 37%;
  height: 37%;
  margin: 4px 11px;
  padding: 9px;
  border-radius: 50%;
  background: #d8d3d3;
}

#generalslider .slide-container .iconcontainer .badge-light {
  margin: 12px 18px 2px -16px;
  width: 100%;
  height: 10px;
  background: #f68c23;
  z-index: -1;
  font-size: 8px;
  color: var(--white);
}

#generalslider .slide-container .iconcontainer img:hover {
  background: #f68c23;
  color: var(--white) !important;
}

#generalslider .slide-container .iconcontainer a {
  cursor: pointer;
  font-size: 12px;
  padding: -1px;
  display: inline-flex;
  color: #212529 !important;
  text-align: center;
  font-size: 9px !important;
}

#generalslider .slide-container .leftrightcontent .leftcontent {
  float: left;
  height: 25px;
  font-size: 13px;
  background: #f68c23;
  color: var(--white);
}

#generalslider .owl-theme .owl-nav {
  margin-top: 10px;
}

#generalslider .slide-container .leftrightcontent .rightcontent {
  float: right;
  padding: 4px 7px 40px 7px;
  font-size: 18px;
  background: #f68c23;
  color: #f8f9fa;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  border-left: none;
}

#generalslider .slide-container .leftrightcontent .rightcontent::before {
  /* content: ""; */
  width: 19px;
  height: 18px;
  background: grey;
  top: 19px;
  position: absolute;
  transform: rotate(45deg);
}

#generalslider .slide-container .horizental-button-container {
  display: inline-block;
  width: 100%;
}

#generalslider .slide-container .horizental-button-container button {
  display: inline-block !important;
  width: 25%;
  margin: 10px;
  background: none !important;
  color: #484c50 !important;
  font-size: 12px;
  text-decoration: underline;
}

#generalslider .slide-container .horizental-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  border-bottom: none;
  color: var(--buttons) !important;
}

#generalslider .slide-container .verticale-button-container {
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: #123034;
  border-bottom: 1px solid #ccc6c6;
  border-left: 1px solid #ccc6c6;
}

#generalslider .slide-container .verticale-button-container button {
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 4px auto;
  padding: 2px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: none;
  text-align: left;
  color: var(--buttons);
  font-family: "Mukta", sans-serif;
}

#generalslider .slide-container .verticale-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  text-decoration: underline;
}

#generalslider .slide-container img {
  max-height: 139px;
  height: 150px;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#generalslider .slide-container h3 {
  font-size: 18px;
  padding: 3px;
  margin: 0;
  background: #db1920;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  font-family: "Mukta", sans-serif;
}

#generalslider .slide-container p {
  font-size: 13px;
  padding: 0 15px 10px 20px;
  margin: 0;
  margin-bottom: 4px;
  background: #db1920;
  color: var(--white);
  text-align: justify;
  border-left: 1px solid #d1c9c9;
}

#generalslider .slide-container .button-container {
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: #123034;
  border-bottom: 1px solid #ccc6c6;
  border-left: 1px solid #ccc6c6;
}

#generalslider .slide-container button {
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 5px auto;
  padding: 5px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: var(--buttons-background);
  color: var(--buttons-color);
  font-family: "Mukta", sans-serif;
}

#generalslider .slide-container button:last-child {
  margin-bottom: 10px;
}

#generalslider .slide-container button:hover {
  box-shadow: 2px 2px 6px var(--text-color);
}

.formleadCaptures {
  box-shadow: 2px -4px 27px #3919c7;
  width: 80%;
  padding: 7px;
  /* opacity: 0.9; */
  background: #2759ca;
  margin-left: 48px;
  margin-top: 10px;
  margin-bottom: 17px;
  animation: 2s ease 0s 1 normal none running opactyeaseoute;
  border-radius: 15px;
  color: var(--white);
}

.formleadCaptures input {
  border: none;
  border-bottom: 1px solid #e5787c;
  padding-top: 22px;
  border-radius: 13px;
  background: transparent;
  color: var(--white);
}

.formleadCaptures input:focus {
  border: none;
  box-shadow: none;
  background: transparent;
  color: var(--white);
}

.formleadCaptures .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.formleadCaptures .form-group .ph {
  position: absolute;
  top: 12px;
  bottom: 0px;
  opacity: 0.8;
  transition: 200ms;
  left: 12px;
  font-size: 12px;
  font-family: "Mukta", sans-serif;
}

.formleadCaptures .form-group .form-control:focus + .ph {
  font-size: 80%;
  transform: translate3d(0, -60%, 0);
  opacity: 1;
  color: var(--white);
}

.formleadCaptures .form-group.form-control:valid + .ph {
  font-size: 80%;
  transform: translate3d(0, -60%, 0);
  opacity: 1;
  color: var(--white);
}

.formleadCaptures .form-group.form-control:visited + .ph {
  font-size: 80%;
  transform: translate3d(0, -60%, 0);
  opacity: 1;
  color: #234a83;
}

#slider .slide-container .verticale-button-container button {
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 4px auto;
  padding: 2px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: none;
  text-align: left;
  color: var(--buttons);
  font-family: "Mukta", sans-serif;
}

#slider .slide-container .verticale-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  text-decoration: underline;
}

#slider .slide-container img {
  max-height: 139px;
  height: 150px;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#slider .slide-container h3 {
  font-size: 18px;
  padding: 3px;
  margin: 0;
  background: #234a83;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  font-family: "Mukta", sans-serif;
}

#slider .slide-container p {
  font-size: 13px;
  padding: 0 15px 10px 20px;
  margin: 0;
  margin-bottom: 4px;
  background: #234a83;
  color: var(--white);
  text-align: justify;
  border-left: 1px solid #d1c9c9;
}

#slider .slide-container .button-container {
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: #123034;
  border-bottom: 1px solid #ccc6c6;
  border-left: 1px solid #ccc6c6;
}

#slider .slide-container button {
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 5px auto;
  padding: 5px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: var(--buttons-background);
  color: var(--buttons-color);
  font-family: "Mukta", sans-serif;
}

#slider .slide-container button:last-child {
  margin-bottom: 10px;
}

#slider .slide-container button:hover {
  box-shadow: 2px 2px 6px var(--text-color);
}

.owl-stage-outer {
  position: relative;
}

.owl-nav {
  position: absolute;
  width: 100%;
  display: block;
  top: 35%;
}

.owl-nav button {
  width: 2rem;
  height: 2rem;
  outline: none;
  position: relative;
  background: #e6eaea;
  box-shadow: 1px 1px 2px #243140;
}

.owl-nav button:hover {
  background: #a1a4a4 !important;
  color: #ddd !important;
}

.owl-nav button span {
  color: #f8f9fa;
  font-size: 24px;
  border-radius: 50%;
}

.owl-nav .owl-prev {
  left: 0;
  float: left;
}

.owl-nav .owl-next {
  right: 0;
  float: right;
}

.owl-dots {
  padding: 10px;
}

.error {
  /* padding: 0 10px; */
  font-size: 12px;
  color: #c41a28;
  margin: auto;
}

#frame .form-group .required::after {
  content: " *";
  color: #c41a28;
}

#mobileNumber::-webkit-outer-spin-button,
#mobileNumber::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

#mobileNumber {
  -moz-appearance: textfield;
  /* Firefox */
}

#message-input-module input {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 88%;
  /* height: 54px; */
}

#message-input-module input:focus {
  outline: none;
}

#btn-container button {
  outline: none;
  border: none;
}

#btn-container button:nth-child(odd) {
  background: var(--buttons-background);
  color: var(--buttons-color);
  width: 100%;
  /* font-size: 16px !important; */
  /* font-family: 'EB Garamond', serif; */
  border-radius: 20px !important;
}

#btn-container button:nth-child(odd):focus {
  border: none;
  box-shadow: none;
}

#btn-container button:nth-child(odd):hover {
  text-decoration: underline;
}

#btn-container button:nth-child(even) {
  background: var(--buttons-background);
}

#slider .block-with-text {
  overflow: hidden;
  position: relative;
  max-height: 4em;
  margin-right: -1em;
  padding-right: 1em;
}

/*#slider .block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}*/

/*#slider .block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #F4822C;
}*/
/* . r1  */
#slider .block-with-text {
  max-height: 4.7em;
}

#location-card {
  border-radius: 17px 17px 0px 0px;
  /* border-top: 6px solid #234a83; */
  width: 90%;
  margin: auto;
  box-shadow: 2px 2px 20px #ccc9c9;
  font-size: 14px;
  background: var(--white);
  /* box-shadow: 2px 2px 20px #ced7e0; */
  color: #272727;
  padding: 21px;
  margin-bottom: 11px;
  /* animation: fadeInTop 1.2s ease-in both; */
}

#location-card .imgtext {
  text-align: center;
  display: block;
  margin: 12px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  border-bottom: 1px solid #b9b6b6;
}

#location-card .notfoundimg {
  margin-top: -41px;
  width: 27%;
}

#location-card p {
  text-align: center;
}

#location-card .selectize-input {
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d4cece;
}

#message-input-module #location-card .location-form .left input {
  padding: 0px 0px 0px 18px;
  border-radius: 22px;
  height: 45px;
  border: 1px solid #c41a28;
  margin-bottom: -20px;
}

#location-card .selectize-dropdown span {
  font-size: 13px !important;
}

#location-card .selectize-dropdown {
  margin-top: 1px;
}

#location-card .form-group .selectize-control input {
  height: 21px;
}

#location-card .button-container {
  display: flex;
  flex-direction: column;
}

#location-card .button-container button {
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 5px auto;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 5px auto;
  padding: 12px;
  border: none;
  outline: none;
  font-weight: bold;
  border-radius: 10px;
  background: var(--buttons-background);
  color: var(--buttons-color);
}

.message-section li.sending span {
  color: #234a83;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 5px;
  overflow: hidden;
  display: flex;
}

.message-section li.sending span:hover {
  color: blue;
}

/* Three dots source from  */
/* source https://martinwolf.org/before-2018/blog/2015/01/pure-css-savingloading-dots-animation/ */

/* #loading {
  position: absolute;
  bottom: 60px;
  left: 10px;
  border-radius: 10px;
} */

#loading {
  position: absolute;
  bottom: 60px;
  left: 10px;
  border-radius: 10px;
}

#loading .saving {
  padding: 2px 4px;
  background: #c41a28;
  border-radius: 5px;
  display: flex;
}

#loading .saving span {
  color: var(--white);
  padding: 2px;
  font-size: 0.8rem;
  animation-name: blink;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

#loading .saving span:nth-child(2) {
  animation-delay: 0.2s;
}

#loading .saving span:nth-child(3) {
  animation-delay: 0.4s;
}

label {
  vertical-align: middle;
  position: relative;
}

label + label {
  margin-left: 1em;
}

.mine {
  border-radius: 10px;
}

.range-slider .input-range {
  -webkit-appearance: none;
  width: 215px;
  height: 6px;
  border-radius: 5px;
  background: #c41a28;
  outline: none;
}

.range-slider .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #234a83;
  cursor: pointer;
}

.range-slider .input-range::-webkit-slider-thumb:hover {
  background: #c41a28;
}

.range-slider .input-range:active::-webkit-slider-thumb {
  background: #c41a28;
}

.range-slider .input-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #c41a28;
  cursor: pointer;
}

.range-slider .input-range::-moz-range-thumb:hover {
  background: #c41a28;
}

.range-slider .input-range:active::-moz-range-thumb {
  background: #c41a28;
}

.range-slider .range-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #234a83;
  padding: 5px 10px;
  margin-left: 7px;
}

.range-slider .range-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid#234a83;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #ccc;
  border: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.btn-primary {
  color: var(--white);
  margin: 20px;
  width: 100px;
  border-radius: 10px;
  border-radius: 10px !important;
  background-color: #e20a17;
  border-color: #e20a17;
}

button,
input {
  overflow: visible;
  margin: auto;
  padding-left: 60px;
  color: #fff !important;
  font-size: 14px !important;
}

label {
  vertical-align: middle;
  position: relative;
  margin: auto;
}

.input-group {
  margin-bottom: 30px;
}

#date5 {
  border-radius: 5px;
  border: var(--white);
}

#dw_val {
  margin-right: 40px;
  font-weight: bold;
  font-size: 27px;
}

.dw.ios .dwb-s .dwb {
  font-weight: normal;
}

.dw.ios {
  position: absolute !important;
}

.val {
  margin-left: 130px;
  background: var(--white);
  float: right;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 72vw;
  line-height: 130%;
  margin-bottom: 20px;
}

.checkbox {
  border: 1px solid #dad3d3;
  height: 165px;
  width: 80%;
  padding: 6px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #dadadc;
  box-shadow: 0 2px 2px;
  margin-left: 25px;
}

#check {
  box-shadow: 0px 1px 1px #a29b9b;
  margin-bottom: 20px;
  float: left;
  padding: 3px;
  width: 291px;
  margin-left: 24px;
  margin-top: -25px;
  border: 1px solid #cac7c7;
  background: #b6babd;
}

#lb {
  float: left;
  padding-left: 3px;
}

/* for welcome Module */

#ftt,
#rv {
  display: inline;
  border-radius: 10px;
  margin-right: 7px;
  font-size: 15px;
  background: #c41a28;
  border: 1px solid #c41a28;
  color: var(--white);
}

p {
  font-family: "Lato", sans-serif !important;
  font-size: 13px;
  margin-bottom: 0;
}

.jumbotron {
  padding: 1rem 1rem !important;
  border-radius: 0px;
}

.jumbotron .welcome {
  display: inline-block;
}

.jumbotron .welcome h2 {
  color: #c41a28;
}

.jumbotron p {
  font-size: 14px;
  color: #020202;
  font-weight: 300;
}

.jumbotron #subtitle {
  color: #c41a28;
  margin: 10px;
  font-weight: 300;
}

.jumbotron .lead {
  color: #020202;
}

.welcome .jumbotron .card {
  position: absolute;
  margin: auto;
  padding: 5px;
  background: #aadfdd;
  top: 55%;
  min-height: 195px;
  border: none;
  margin-top: 21px;
  border-radius: 0px;
  left: 4%;
  width: 92%;
}

.welcome .jumbotron .card .card-img img {
  width: 17%;
  margin-left: 40%;
  position: absolute;
  top: -39px;
  background: #ebeeee;
  border-radius: 50%;
  padding: 5px;
  height: 35%;
}

.welcome .jumbotron .card .t1 {
  margin-top: -20px;
  margin-bottom: 15px;
}

.welcome .jumbotron .card .fa {
  font-size: 9px;
}

.welcome .jumbotron .card .cardbtn {
  padding: 10px;
}

.welcome .jumbotron .card .cardbtn button {
  width: 78%;
  margin-left: 10%;
  font-size: 12px !important;
  background: #020202;
  border: 1px solid #020202;
  border-radius: 0px;
  color: var(--white);
  word-spacing: 2px;
  margin-top: 3%;
}

#flag {
  width: 6%;
  margin-bottom: 15px;
  margin-left: 6px;
  background: transparent;
}

.hr1 {
  margin-top: -13px;
  width: 200px;
}

.welcome .jumbotron #subtext {
  padding: 5px;
  width: 70%;
  color: var(--white);
  border-radius: 10px;
  margin: auto;
  font-size: 15px;
  margin-bottom: 20px;
  color: #020202;
  padding: 35px 0px 0px 0px;
  font-weight: 300;
}

.welcome .jumbotron #subtitle {
  font-weight: 600px;
}

/* weather locations module */

#weather .box1 {
  position: relative;
  background: var(--white);
  color: var(--text-color);
  border-radius: 10px;
  display: none;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 2px #b9b4b4;
}

#weather .box2 {
  position: relative;
  background: var(--white);
  box-shadow: 1px 1px 1px #b7b2b2;
  border-radius: 10px;
  padding: 25px 15px 0px 1px;
  margin: auto;
  margin-bottom: 10px;
}

#weather .title {
  margin: auto;
  padding: 50px;
  margin-left: 30%;
}

li {
  list-style: none;
}

#weather #r1 {
  flex-wrap: nowrap;
}

#weather #text {
  border: 1px solid #46b3aa;
  width: 250px;
  padding: 5px;
  border-radius: 5px;
  background: var(--white);
  margin: 10px 0px 5px 10px;
}

#weather #sub {
  width: 250px;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
  background: #00b3a4;
  border: 1px solid #00b3a4;
  color: var(--white);
  margin: 10px 0px 5px 10px;
}

#weather #sub:hover {
  background: #1f96a8;
}

#weather .head {
  box-shadow: 2px 2px 2px #d6cece;
  background: var(--white);
  padding: 10px;
  width: 290px;
  border-radius: 16px;
  margin: auto;
}

#weather .head p {
  padding: 1px;
  margin-left: 15%;
  margin-bottom: -5px;
}

#weather #r1 .col-md-4 {
  padding-left: 0px !important;
}

#weather #van {
  font-size: 18px;
  margin: auto;
  padding: 8px;
  text-align: center;
  display: block;
}

#weather #r1 .details {
  padding-left: 28px;
  margin: -20px;
}

#weather #r1 .details #temp,
#weather #r1 .details #pressure,
#weather #r1 .details #humidity {
  margin-top: -25px;
}

#weather #r1 .details p {
  font-size: 12px;
}

#weather #r1 .details li {
  font-size: 16px !important;
  color: #dc3545;
  padding-top: 10px;
  text-align: center;
}

/* treks */
#treks-button {
  position: absolute;
  bottom: 50%;
  left: 50%;
}

.card .card-body .treks-body img {
  width: 100% !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-radius: inherit !important;
  height: auto !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.card .card-body .treks-body button {
  position: absolute;
  margin-top: 20%;
  color: var(--buttons-color);
  left: 30%;
  background: var(--buttons-background);
  width: 110px;
  border-radius: 20px;
}

.card .card-body .treks-body button:hover {
  background: #a86802;
}

.card .card-body p {
  font-size: 13px;
  padding: 7px !important;
  text-align: center;
  margin-bottom: -5px;
}

.card .card-body li span {
  padding: 3px;
}

.card .card-body .treks-body img:hover {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.card .card-body .treks-body button .fas {
  color: #035e84;
  padding-left: 3px;
}

#trekscard #trel .treks-body {
  background: #234a83;
}

#trekscard {
  width: 90%;
  border-radius: 10px;
  margin-bottom: 20px;
  background: var(--white);
  color: var(--text-color);
  box-shadow: 2px 1px 44px #d4cccc;
}

#trekscard .card-body h6 {
  font-weight: 600;
}

#trekscard .card-body p {
  margin-top: -8px;
  margin-bottom: 3px;
  word-spacing: 1px;
}

#trekscard #trel {
  padding: 0px !important;
}

.card .card-body .treks-body {
  position: relative;
}

.card a {
  margin: 5px;
  padding: 2px;
  background: #037369;
  color: var(--white);
}

.card a:hover {
  background: #00b3a4;
  color: var(--white);
}

#treks .card {
  width: 290px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #e6f5f1;
  color: var(--text-color);
}

#treks .card .card-body {
  padding: 0px !important;
}

#treks .card a {
  width: 275px;
  background: #0c9489;
  color: var(--white);
  margin-left: 2%;
}

#treks .card a:hover {
  background: #46aca3;
}

#trekscard .card-body .treks-body ul {
  padding: 10px;
  margin: 2px;
}

#trekscard .card-body hr {
  border: 1px solid #088e82;
}

#trekscard .card-body .treks-body ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #21b6a8;
}

#trekscard .card-body .treks-body ul li .far {
  margin-left: -20px;
  padding: 1px;
}

.card #findtreks img {
  width: 287px !important;
  /* height: auto !important; */
  height: 160px !important;
  border-radius: inherit !important;
  padding: 3px;
}

.card #findtreks h6 {
  margin-bottom: -2px;
}

/* ItemList */
#Itemlist {
  background: transparent;
  width: 300px;
  margin: auto;
  margin-top: 7px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 20px #ccc4c4;
}

#Itemlist ul li {
  margin: 13px 12px -10px 14px !important;
}

#Itemlist ul li .fas {
  font-size: 16px !important;
  margin-left: -36px;
  color: #e21a22;
}

#Itemlist .Itemlist h6 {
  font-weight: 700;
  color: #df1a21;
}

#Itemlist ul li a {
  color: var(--text-color);
  font-size: 13px;
}

#Itemlist ul li a:hover {
  text-decoration: none;
}

#Itemlist .Itemlist {
  color: var(--text-color);
}

#Itemlist #seemorefacts {
  margin: 5px;
  padding: 2px;
  background: #2a8c84;
  color: var(--white);
  width: 280px;
  margin-left: -5px;
}

#Itemlist #seemorefacts:hover {
  background: #409b93;
}

/* filter date */

.tab {
  float: left;
  margin-top: 38px;
  padding: 0px 1px;
  margin-right: 3px;
}

.tab button {
  display: block;
  color: black;
  border-radius: 50%;
  padding: 12px;
  width: 94%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  border: 1px solid #cacaca;
  margin: 7px 1px;
  background: var(--white);
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #00b3a4;
  color: var(--white);
}

#filterdate .tab2 button.active {
  background: #00b3a4;
  color: var(--white);
}

#filterdate {
  min-height: 360px;
}

#filterdate .tabcontent {
  float: left;
  padding: 0px 6px;
  width: 80%;
  border-left: none;
  height: auto;
  display: none;
  margin-bottom: 17px;
}

#filterdate .tab2 {
  font-size: 12px;
  width: auto;
  padding: 1px 0px;
}

#filterdate .tab2 span {
  padding: 10px 5px;
  background: #ed9622;
  color: var(--white);
  margin-left: -47px;
}

#filterdate .tab2 button {
  display: inline-block;
  border-radius: 50%;
  padding: 11px;
  border: none;
  cursor: pointer;
  border: 1px solid #cacaca;
  background: var(--white);
  margin: 1px 3px;
}

#filterdate .tab2 button:focus {
  outline: none;
}

#filterdate .tabcontent .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

#filterdate .tabcontent .item {
  height: 280px;
  margin: 0px;
  animation: fadeIn 0.5s ease-in-out;
  animation-delay: 0s;
}

#filterdate .tabcontent .owl-nav button.owl-prev {
  left: -10px;
  background: var(--white) !important;
  width: 17px;
}

#filterdate .tabcontent .owl-nav button.owl-next {
  width: 17px;
  background: var(--white) !important;
  right: -10px;
}

#filterdate .tabcontent .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -7px;
  margin: auto 0;
  left: 35%;
}

#filterdate .tabcontent .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

#filterdate .tabcontent .owl-dots button.owl-dot.active {
  background-color: #000;
}

#filterdate .tabcontent .owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 1;
}

#filterdate .tabcontent .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#filterdate .tabcontent span {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  color: var(--text-color);
}

#filterdate .tabcontent .icon-button-container span {
  font-size: 13px;
  color: var(--white);
}

#filterdate .tabcontent .icon-button-container i {
  color: #52a028;
}

#filterdate .tabcontent .owl-nav button:focus {
  outline: none;
}

#filterdate .tabcontent img {
  height: 46%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}

#filterdate .tabcontent .item {
  width: auto;
  background: #e6f5f1;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #d1d0d0;
}

#filterdate .tabcontent .item .filtercontents .btn-info {
  color: var(--white);
  bottom: 10;
  width: 91%;
  margin: 3px;
  border-radius: 5px !important;
  background-color: #498781;
  border-color: #498781;
  padding: 4px;
  font-size: 14px;
}

#filterdate .tabcontent .item .filtercontents .btn-info:hover {
  background: #00b3a4;
}

#filterdate .tabcontent .item .filtercontents {
  font-size: 12px;
  text-align: center;
  color: #123034;
  padding: 2px;
}

#filterdate .tabcontent .owl-slider {
  margin-top: 5px;
}

#filterdate .tabcontent .item .filtercontents p {
  margin: 5px;
}

#filterdate .tabcontent .owl-dots .owl-dot span {
  margin: 0px;
}

#table-container .btncont {
  margin-top: -20px;
  background: rgb(248, 248, 248);
  padding: 4px;
}

#table-container .btncont button {
  background: #518b94;
  border-color: #518b94;
}

#table-container .btncont button:hover {
  background: #234a83;
}

/* dropdownCountry */
#countrylist .col {
  padding: 10px;
  border-radius: 10px;
  background: var(--white);
  width: 89%;
  box-shadow: 2px 2px 2px #b3aeae;
}

#countrylist button {
  margin: 4px;
  width: 96%;
  font-size: 15px;
  word-spacing: 2px;
  background: #00b3a4;
  border: none;
  margin: 20px 0px 0px 5px;
}

#countrylist button:hover {
  background: #026d64;
}

#countrylist .select2-container .select2-selection__rendered {
  line-height: 25px !important;
}

#countrylist .select2-container .select2-selection--single {
  height: 35px !important;
  padding: 3px !important;
  border: 1px solid #5ad0c6;
}

.select2-results__option {
  padding: 3px !important;
  font-size: 14px;
}

#countrylist .col p {
  color: var(--text-color);
  text-align: center;
  padding: 2px !important;
  margin-left: 14%;
}

.select2-container {
  width: 262px !important;
}

.select2-dropdown {
  width: 262px !important;
}

/* welcomeTopBanner */
.welcomeBanner .welcometopSide {
  padding: 13px 0px 0px 0px;
  /* min-height: 100vh; */
  min-height: 60vh;
  /* color: var(--text-color); */
  /* background: linear-gradient(90deg, rgb(212, 111, 29) 0%, rgb(224, 33, 61) 35%, rgb(248, 62, 80) 100%); */
  background-image: url(../images/imelife-bg-pattern.png) !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.delay-1 {
  animation-delay: 1s;
}

.welcometit {
  animation: type 2s steps(80);
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-delay: 0.2s;
  /* -webkit-animation: type 5s;
  -webkit-animation-delay: .5s; */
  overflow: hidden;
  white-space: nowrap;
}

@keyframes type {
  0% {
    width: 0ch;
    /* border-right: 4px solid #FEFEFE; */
  }

  100% {
    width: 25ch;
    /* border-right: none; */
  }
}

.delay-2 {
  animation-delay: 0.5s;
}

.welcomeBanner .welcometopSide .bannercont {
  display: block;
  text-align: center;
  padding: 10px 0px 0px 0px;
  background: #fefefe;
  width: 82%;
  color: #795548;
  margin: auto;
  position: relative;
}

.welcomeBanner .welcometopSide .bannertopsec {
  margin-top: -7px;
  padding: 21px;
  text-align: justify;
}

/* .welcomeBanner .welcometopSide .bannercont::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../images/wave.png);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  bottom: 0;
  background-size: cover;
} */

.welcomeBanner .welcometopSide .bannercont h3 {
  font-size: 44px;
  font-weight: 800;
  padding: 0px 0px 2px 0px;
  color: #b5382e;
  font-family: fantasy;
}

.welcomeBanner .welcometopSide .topimg {
  width: 60% !important;
  margin: auto;
  position: relative;
  left: 20%;
}

.welcomeBanner .welcometopSide .bannercont .bannerparagraph {
  color: #234a83;
  padding: 0px 12px 5px 12px;
  font-family: serif;
}

.welcomeBanner .welcometopSide .bannercont .bannersub {
  color: #234a83;
  font-family: fantasy;
  font-size: 15px;
}

.welcomeTop {
  z-index: 1000;
  margin-top: -60px;
}

.welcomeBanner .welcomebuttomSide h5 {
  font-weight: 700;
}

.welcomebuttomSide .t1 .fa {
  color: #234a83;
}

.welcomeBanner .welcometopSide h3 {
  color: #234a83;
  font-family: sans-serif;
  word-spacing: 3px;
}

.welcomeBanner .welcometopSide p {
  color: #234a83;
  font-size: 15px;
  word-spacing: 1px;
  margin-top: -13px;
  font-family: serif;
}

.welcomeBanner .welcometopSide img {
  padding: 15px 0 0;
  margin-left: 4%;
  width: 89%;
  box-shadow: none;
  border-radius: 0px;
}

.welcomeBanner .welcometopSide img.card-img-top {
  width: 113%;
  padding: 0;
}

.welcomeBanner .welcometopSide h4 span {
  color: #06c6a8;
  font-family: "Merriweather", serif;
  font-size: 20px;
}

.welcomeBanner .welcomebuttomSide .card p {
  font-size: 14px;
  padding-top: 4px;
  color: #c6c5ce;
}

.welcomeBanner .welcomebuttomSide .fa {
  font-size: 12px;
  /* color: #2474ba; */
}

.welcomeBanner .welcomebuttomSide #welcomebtn {
  color: #fefefe;
  border: none;
  margin: 18px;
  min-width: 210px;
  padding: 4px 16px;
  border-radius: 20px;
  transition: color 0.4s linear;
  position: relative;
  display: block;
  margin: auto;
  background: #c41a28;
  margin-top: 6px;
}

.welcomeBanner .welcomebuttomSide #welcomebtn span {
  animation: blink 1.2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.welcomeBanner .welcomebuttomSide #welcomebtn:hover {
  color: #fefefe;
  background: #b51117;
  border: none;
}

.welcomeBanner .welcomebuttomSide #welcomebtn .fa-paper-plane {
  padding: 10px;
  font-size: 17px;
  transform: rotateZ(45deg);
}

.welcomeBanner .welcomebuttomSide .card {
  /* border-radius: 15px;
    position: absolute;
    width: 94%;
    border: none;
    bottom: 14px;
    padding: 18px;
    color: #656363;
    left: 12px;
    background: var(--white);
    box-shadow: 2px 2px 18px #5f4656; */
  /* box-shadow: 1px 1px 5px #cccccc; */
  box-shadow: 1px 0px 4px #9c9c9c;
  border: none;
  margin-top: -10%;
  padding: 21px;
  border-radius: 0px;
  background-image: url(../images/imelife-bg-pattern.png) !important;
}

.welcomeBanner .topimg {
  margin-top: 7px !important;
  margin-left: 0% !important;
  width: 100% !important;
  box-shadow: none;
  height: 100%;
  padding: 0px !important;
}

.welcomeBanner .cardbtn {
  margin-top: 3px;
}

.welcomeBanner .welcomebuttomSide .card-img-top {
  width: 16%;
  position: absolute;
  top: -14%;
  background: #fefefe;
  border-radius: 50%;
  padding: 2px;
  /* box-shadow: 1px 1px #d2cece; */
  left: 42%;
  border-bottom: none;
}

.welcomeBanner .owl-carousel .item {
  width: 100% !important;
  /* text-align: center; */
  height: 100%;
}

.welcomeBanner .owl-carousel {
  height: 46px;
  background: #fff;
  margin-top: 8px;
  color: #234a83;
  width: 236px;
  overflow: hide;
  position: relative;
  right: 29px;
  overflow: hidden;
}

.welcomeBanner .row .col {
  padding: 0;
}

.welcomeBanner h5.news {
  font-size: 13px;
  /* padding: 12px; */
  padding: 17px 0px 0px 30px;
  color: #c41a28;
}

.welcomeBanner h5.news i {
  padding: 2px;
}

.welcomeBanner .col .card-img-top {
  width: 100%;
  margin-top: 5px;
  margin-left: 16px;
}

.welcomeBanner .owl-carousel .item p {
  font-size: 12px;
  margin-top: -4px;
}

.welcomeBanner .owl-carousel .item img {
  width: 22%;
  position: absolute;
  left: 17px;
}

/* accordiance css */
.accordion-container {
  position: relative;
  max-width: 500px;
  height: auto;
  padding: 10px;
  background: #e6f5f1;
  box-shadow: 2px 2px 2px #d6c7c7;
}

.accordion-container h6 {
  color: var(--text-color);
  font-weight: 600;
}

.accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.set1 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  margin-top: 5px;
}

.set1 > a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #3f3e3e;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #e6f5f1;
}

.set1 > a i {
  float: right;
  margin-top: 2px;
}

.set1 > a.active {
  background-color: #00b3a4;
  color: #fff;
}

.set1 .content {
  background-color: #c1fbce;
  border-bottom: 1px solid #ddd;
  display: none;
}

.set1 .content p {
  padding: 10px 15px;
  margin: 0;
  color: var(--text-color);
  text-align: center;
  padding: 7px 0 7px 8px !important;
}

.set1 .content img {
  width: 100% !important;
  height: 130px !important;
  border-radius: 0 !important;
  float: none !important;
  padding: 3px;
}

.set1 .content h6 {
  margin-bottom: -5px;
}

.set1 .content .buttoncontainer button {
  width: 80%;
  border-radius: 10px;
  padding: 4px;
  margin: 0px 3px 3px 30px;
  font-size: 14px;
  background: #17a2b8;
}

.set1 .content .buttoncontainer button:hover {
  box-shadow: 2px 2px rgb(197, 194, 194);
}

/* visalist banner */

#visaItemlist ul li {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  margin: 1px !important;
}

#visaItemlist ul li a:hover {
  color: #2b8fbf;
}

#visaItemlist .visaItemlist {
  background: #2b8fbf;
  border-radius: 10px 10px 0px 0px;
  color: var(--white);
}

#visaItemlist ul {
  margin-top: 15px;
}

#visaItemlist ul li .fas {
  float: right;
  font-size: 15px;
  padding: 0px;
  color: #2b8fbf;
  /* margin: 9px; */
  padding: 8px;
  border-radius: 50%;
}

#visaItemlist h6 {
  padding: 9px 0px 19px 0px;
  font-weight: 600;
  padding-top: 10px;
}

#visaItemlist ul li .fas:hover {
  cursor: pointer;
  background: none;
  background-color: #2b8fbf;
  color: var(--white);
  transition: ease-in;
}

#visaItemlist ul li a {
  text-decoration: none;
  color: #234a83;
}

.visatypebanner {
  background: var(--white);
  width: 340px;
  box-shadow: 2px 2px 2px rgb(196, 193, 193);
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px 10px 0px 0px;
}

/* #visaItemlist{
  margin-top: 30px; for full banner 
} */

#visaItemlist .fas {
  font-size: 14px;
  padding: 17px;
  padding-top: 15px;
  font-size: 17px;
  color: var(--white);
}

#visaItemlist span {
  display: block;
  font-size: 13px;
  margin-top: -25px;
  padding: 5px;
}

#visaItemlist .fas:hover {
  cursor: pointer;
}

#visaItemlist hr {
  margin: 4px;
  border: 1px solid #83d4cd;
}

.visatypebanner #visaItemlist #canclevisabanner {
  position: absolute;
  right: 3px;
  bottom: 4px;
  background: #234a83;
  color: #fff;
  padding: 4px 17px;
}

/* Context Outer */
#context-menu {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}

#context {
  border: none;
  padding: 0 20px 2px;
  cursor: pointer;
  outline: none;
  background: #234a83;
  color: #fff;
  float: left;
  height: 48px;
}

#context img {
  width: 16px;
}

/* context-container css */
#context-container #toggleOuter {
  border: none;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border-radius: 50%;
  box-shadow: 2px 2px 13px #b52b38;
  color: var(--white);
  font-size: 18px;
  float: left;
  height: 44px;
  margin-top: -17px;
  margin-left: -13px;
}

#context-container #toggleOuter .fas {
  font-size: 19px;
}

#context-container {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  /* animation: fadeInLeft 0.5s ease-in both; */
  left: 0;
  right: 0;
  top: 0;
  z-index: 100 !important;
  bottom: 8.2%;
  overflow-y: auto;
  overflow-x: hidden;
  /* bottom: 0; */
  /* background:var(--messageSection1); */
  background-image: url(../images/imelife-bg-pattern.png) !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 34px;
  z-index: 1000;
  /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
}

#context-container::-webkit-scrollbar {
  width: 5px;
  background: #0000;
}

#context-container #outerTitleImg span {
  /* text-shadow:3px 2px 2px rgb(148 148 148 / 60%); */
  position: absolute;
  top: 29px;
  font-size: 21px;
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: #c41a28;
}

#context-container .context-title span {
  /* text-shadow: 3px 2px 2px rgb(148 148 148 / 60%); */
  position: absolute;
  top: 29px;
  font-size: 22px;
  font-weight: 600;
  left: 11%;
  white-space: nowrap;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: #c41a28;
}

#context-container #outerTitle {
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: rgb(241, 241, 241);
  background: transparent;
  padding: 28px 0px;
  top: 30px;
  margin-top: 8px;
  right: 0;
  left: 9px;
  /* position: absolute; */
  height: 123px;
  border-bottom-right-radius: 7%;
  border-bottom-left-radius: 7%;
}

#location-card .button-container .left {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 14px !important;
  position: relative;
  animation: fadeInTop 0.7s ease-in both;
}

#location-card .button-container .left .fa-search {
  position: absolute;
  right: 22px;
  top: 12px;
  color: #c41a28;
  font-size: 18px;
}

#location-card .button-container .left .fa-times {
  position: absolute;
  right: 27px;
  top: 11px;
  color: #ea605d;
  font-size: 18px;
}

#location-card img {
  width: 28%;
  display: block;
  margin: auto;
  padding: 15px;
}

#location-card span.header {
  text-align: center;
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #c41a28;
}

#location-card .selectize-control.single .selectize-input,
#location-card .selectize-control.single .selectize-input input {
  color: #c41a28;
  font-size: 18px;
}

#location-card .selectize-dropdown-content {
  max-height: 95px;
}

#location-card .button-container .right {
  float: right;
  width: 30%;
}

#location-card .button-container .right button {
  border-radius: inherit !important;
  margin-top: 21px !important;
  margin-left: -2px !important;
}

#context-container::-webkit-scrollbar-thumb {
  background: #0000004d;
}

#context-container .call-out-container2 {
  box-shadow: 1px 1px 1px 3px #d8d2d2;
  display: grid;
  margin: 11px -21px;
  grid-row-gap: 0.2em;
  color: #676767;
  background: var(--homeslider-background);
  height: 107%;
  border-radius: 10px;
  padding: 0px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 142px;
}

#context-container .call-out-container2 .call-out {
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  margin: 3px;
  line-height: 22px;
  padding: 2px;
  border-radius: 0px;
  cursor: pointer;
  /* padding: 10px; */
  display: grid;
  position: relative;
  background: var(--white);
  box-shadow: 1px 1px #d6caca;
  height: 132px;
}

#context-container .call-out-container2 .call-out .img img {
  width: 50px;
  background: #e3e5e6;
  border-radius: 50%;
  padding: 10px;
}

#context-container .call-out-container2 .call-out .descrp,
#context-container .call-out-container .call-out i {
  align-self: center;
  margin: 0px auto;
}

#context-container .call-out-container .call-out i:hover {
  color: #716e6e;
}

#context-container .call-out-container .call-out > div {
  margin: 6px auto !important;
  text-align: left;
  padding: 0px 0px 0px 22px;
}

#menu-container.ham .call-out > div {
  border: 1px solid #e30412;
  border-radius: 50%;
}

#context-container .call-out-container2 .call-out p {
  margin: 0;
}

#context-container .call-out-container2 .call-out p.title {
  font-size: 16px;
  font-weight: 600;
  color: #2f6cd4;
  font-family: "EB Garamond", serif;
}

#context-container .call-out-container2 .call-out p.subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #888787;
  font-family: "EB Garamond", serif;
}

#context-container .call-out-container2 .call-out i {
  color: #234a83;
  text-align: center;
  font-size: 17px;
  margin-top: 33px;
}

#context-container .call-out-container {
  display: grid;
  border: none;
  margin: -82px -21px;
  background: transparent;
  padding: -3px;
  padding: 12px;
  grid-template-columns: 1fr;
  grid-row-gap: 0.7em;
  color: #676767;
  border-radius: 10px;
}

#context-container p {
  font-weight: 600;
  font-size: 19px;
}

#context-container .contextOuterManititle {
  font-weight: 400;
  font-size: 14px;
}

#context-container .call-out-container .call-out {
  box-sizing: border-box;
  height: auto !important;
  font-size: 14px;
  padding: 0;
  width: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 20% 70% 10%;
  background: none;
  border: none;
  -webkit-box-shadow: none;
}

#context-container .call-out-container .call-out:hover {
  animation: shake 3s;
  animation-iteration-count: infinite;
}

#context-container .call-out-container .call-out .img img {
  width: 52px;
  /* padding: 10px; */
  background: #c41a28;
  box-shadow: 1px -1px 1px #d0cccc;
  padding: 10px;
  border-radius: 5px;
}

#context-container .call-out-container .call-out .descrp,
#context-container .call-out-container .call-out i {
  align-self: center;
}

#context-container .call-out-container .call-out p {
  margin: 0;
}

#context-container .call-out-container .call-out p.title {
  white-space: nowrap;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #000000;
}

#context-container .call-out-container .call-out p.subtitle {
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: rgb(142 142 142);
}

#context-container .call-out-container .call-out i {
  color: #234a83;
  text-align: center;
  font-size: 17px;
}

/* Context Inner */
#context-container .context-title {
  margin-top: 63px;
  display: grid;
  grid-template-columns: 13% 90%;
  margin-bottom: 20px;
}

#context-container hr {
  height: 12px;
  margin-left: -30px;
  width: 436px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px #7d98b5;
}

#context-container .context-title i {
  align-self: center;
  font-size: 20px;
  color: #234a83;
}

#context-container .context-title i:hover {
  color: #c41a28;
}

#context-container .context-title p {
  margin: 0;
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  /* font-family: 'Mukta', sans-serif; */
  color: #272727;
}

#context-container .call-out > div {
  width: 100% !important;
}

#context-container p.subtext {
  font-size: 13px;
  font-weight: 500;
  color: #272727;
}

#context-container .call-in-container {
  margin: 20px 0;
  color: #676767;
}

#context-container .call-in-container .call-in {
  cursor: pointer;
  display: grid;
  grid-template-columns: 90% 10%;
}

#context-container .call-in-container .call-in p.title {
  font-weight: 400;
  font-size: 12px;
  color: #272727;
  padding: 0px;
}

#context-container .call-in-container .call-in i {
  margin-top: 6px;
  color: #234a83;
  text-align: end;
  font-size: 14px;
}

/*homesliderBanner*/
.homeSliderBanner {
  background: var(--homeslider-background) !important;
  top: 0 !important;
  height: 100vh !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.homeSliderBanner img {
  display: block;
  width: 100%;
  border-bottom-right-radius: 8%;
  border-bottom-left-radius: 8%;
}

.homeSliderBanner .title {
  display: block;
  text-align: center;
  color: var(--text-color);
  font-size: 19px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.homeSliderBanner .subtitle {
  background: var(--white);
  padding: 8px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin: 9px;
  box-shadow: 3px 2px 5px #c3c3c3;
}

.homeSliderBanner .subtitle p {
  padding: 3px;
  font-size: 15px;
  text-align: justify;
}

.homeSliderBanner .buttoncontainer button {
  color: var(--text-color);
  border: 1px solid #dad4d4;
  text-align: center;
  border-radius: 20px;
  background-color: var(--homesliderbanner-btn);
  padding: 10px;
  width: 94%;
  margin: 5px;
  border-radius: 40px !important;
}

.homeSliderBanner .homesliderItem .bankContent {
  position: absolute;
  top: 6%;
  text-align: center;
  left: 21%;
  color: #e4e4e4;
  font-size: 22px;
  background: var(--text-color);
  padding: 10px;
  opacity: 0.8;
}

.homeSliderBanner .homesliderItem .call-to-action {
  position: absolute;
  right: 0;
  top: 117px;
  left: 0;
  background: var(--callbackActionButton);
  border: 2px solid var(--callbackActionButton);
  color: #f8f9fa;
  border-radius: 0px 28px 28px 0px;
  padding: 5px 10px;
  /* opacity: 0.9;*/
}

.homeSliderBanner .homesliderItem .call-to-action::before {
  content: "";
  position: absolute;
  left: -10px;
  border-radius: 50%;
  width: 18px;
  top: 8px;
  height: 14px;
  background: var(--callbackActionButton);
}

.homeSliderBanner .homesliderItem .call-to-action .fas {
  float: right;
  padding: 0px 3px 0px 9px;
  font-size: 20px;
}

.homeSliderBanner .homesliderItem .call-to-action:hover {
  color: #234a83;
}

.homeSliderBanner .homesliderItem .buttoncontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.homeSliderBanner .homesliderItem .iconbuttoncontainer button {
  background: var(--white);
  font-size: 14px;
  margin: 6px !important;
  width: 89% !important;
  background: var(--white);
  color: var(--text-color);
  display: inline-flex;
  border: 1px solid #bdb9b9;
}

.homeSliderBanner .homesliderItem .iconbuttoncontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.homeSliderBanner .homesliderItem .iconbuttoncontainer img {
  width: 14%;
  height: 14%;
  margin: auto;
}

.homeSliderBanner .homesliderItem #subContents {
  background: var(--homeslider-contents-background);
  padding: 7px;
  margin: 12px;
  box-shadow: 3px 1px 5px #b1acac;
  border-radius: 10px;
}

.homeSliderBanner .homesliderItem #subContents .formContainer {
  padding: 5px;
}

.homeSliderBanner .homesliderItem #subContents .formContainer button {
  width: 70%;
  background: #07abc5;
  border: none;
}

.homeSliderBanner .homesliderItem #subContents .title {
  position: absolute;
  top: 168px;
  padding: 5px;
  left: 7%;
  background: var(--homeslider-background);
  width: 86%;
  height: 57px;
}

.homeSliderBanner .homesliderItem .homesliderTitle {
  padding: 3px;
  color: var(--text-color);
  text-align: center;
  border-radius: 10px;
}

.homeSliderBanner .owl-nav {
  width: 85% !important;
  bottom: 10px !important;
  left: 27px !important;
  top: 93% !important;
}

.homeSliderBanner .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 0px 5px;
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.homeSliderBanner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #234a83;
}

.homeSliderBanner .owl-theme .owl-nav .disabled {
  opacity: 0;
}

.homeSliderBanner .formContainer .form-group {
  margin-bottom: 0.7rem;
}

.homeSliderBanner .formContainer .form-group .form-control {
  height: calc(2.25rem + -2px) !important;
}

.error {
  color: red;
  /* margin-left: 5px; */
}

label.error {
  display: inline;
}

#buttonSlider .owl-carousel .item {
  width: 0px;
  height: 28px;
  margin: 10px;
}

#buttonSlider .owl-carousel .item button {
  padding: 5px !important;
  width: 139px;
  font-size: 15px;
  color: #c41a28;
  border-radius: 15px !important;
  border: 1px solid transparent;
  box-shadow: 2px 2px 10px #afa3a3;
  margin-top: -2px;
  animation: fadeInLeft 0.5s ease-in both;
  background: transparent;
}

#buttonSlider .owl-carousel .item button:hover {
  color: #dee2e6;
}

#buttonSlider .owl-carousel .item button:focus {
  outline: none;
}

#buttonSlider .owl-carousel .item button .fas {
  color: var(--white);
  font-size: 19px;
}

#buttonSlider .owl-nav {
  width: 40px;
  top: -12%;
}

#buttonSlider .owl-prev {
  float: left;
  width: 27px;
  height: 30px;
  margin-left: 2px;
  background: #f58f25;
}

#buttonSlider .owl-next {
  position: absolute;
  right: -364px;
  width: 27px;
  height: 30px;
  background: #f58f25;
}

#buttonSlider .owl-nav button span {
  color: var(--white);
}

#buttonSlider .owl-nav button:hover {
  background: #c41a28 !important;
}

.slidebtn {
  background: transparent;
}

/* buttonUpslider css */
#buttonUpSlider {
  height: 276px;
  background: #e6eaea;
  background: var(--messageSection);
  /* animation: fadeInTop 0.7s ease-in both; */
}

#buttonUpSlider .owl-carousel {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
  transform: rotate(90deg);
  width: 228px;
  margin: auto;
  height: 400px;
  position: absolute;
  /* top: 0px; */
  bottom: -84px;
  left: 21%;
  top: -50px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#buttonUpSlider h6 {
  text-align: center;
  border-bottom: 1px solid var(--footer);
  padding: 8px;
  width: 100%;
  color: #0775ea;
  font-size: 16px;
  background: transparent;
}

#buttonUpSlider .owl-next {
  background: #2473f6;
  width: 22px !important;
}

#buttonUpSlider .owl-prev {
  background: #2473f6;
  width: 22px !important;
}

#buttonUpSlider hr {
  height: 18px;
  margin-left: -30px;
  width: 436px;
  border: 0;
  box-shadow: inset 0 23px 9px -12px var(--footer);
  margin-top: -45px;
}

#buttonUpSlider .item {
  transform: rotate(-90deg);
  width: 400px !important;
  height: 400px !important;
  margin: 10px;
  margin-top: -2px;
}

#buttonUpSlider .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.25s ease 0s;
  width: 400px;
  height: 400px;
}

#buttonUpSlider .item button {
  border: 1px solid #2b8fbf;
  color: #2b8fbf;
  padding: 7px;
  width: 47%;
  display: block;
  border-radius: 15px !important;
  background: var(--white);
  cursor: pointer;
}

#buttonUpSlider .item button i {
  font-size: 18px;
  margin-left: 14px;
  color: #343a40;
}

#buttonUpSlider .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 96%;
  top: calc(50% - 33px);
}

#buttonUpSlider .owl-carousel .owl-nav .disabled {
  opacity: 0;
}

#buttonUpSlider .owl-carousel .owl-nav button.owl-next,
#buttonUpSlider .owl-carousel .owl-nav button.owl-prev,
#buttonUpSlider .owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  margin-left: 2px;
  width: 16px;
  height: 31px;
}

#buttonUpSlider .owl-carousel .owl-nav button span {
  color: var(--white) !important;
  font-size: 21px !important;
}

#buttonUpSlider .owl-item {
  width: 54.5px !important;
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

#buttonUpSlider .owl-carousel .owl-stage {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
  display: flex;
  align-items: center;
}

#buttonUpSlider .owl-item ul li {
  touch-action: pan-y !important;
  list-style: none;
  font-size: 17px;
  color: #c41a28;
  display: block;
  margin: auto;
  background: transparent;
  padding: 8px;
  width: 93%;
  text-align: center;
  cursor: pointer;
  margin-left: -10px;
  border-radius: 20px;
  box-shadow: 3px 2px 11px #aeb1b7;
  animation: fadeInTop 0.7s ease-in both;
  font-family: "EB Garamond", serif;
}

#buttonUpSlider .owl-item ul li:hover {
  color: #dc3545;
}

#buttonUpSlider .owl-item ul li i {
  font-size: 16px;
  color: var(--white);
}

/* sliderwithsliderbtn */

#context-container12 #toggleOuter {
  border: none;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border-radius: 50%;
  box-shadow: 2px 2px 13px #b52b38;
  color: var(--white);
  font-size: 18px;
  float: left;
  height: 44px;
  margin-top: -17px;
  margin-left: -13px;
}

#context-container12 #toggleOuter .fas {
  font-size: 19px;
}

#context-container12 {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  /* animation: fadeInLeft 0.5s ease-in both; */
  left: 0;
  right: 0;
  top: 48px;
  z-index: 100 !important;
  bottom: 8.2%;
  overflow-y: auto;
  overflow-x: hidden;
  /* bottom: 0; */
  /* background:#fefefe; */
  background-image: url(../images/imelife-bg-pattern.png) !important;
  padding: 20px 12px;
  z-index: 1000;
  /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
}

#context-container12::-webkit-scrollbar {
  width: 5px;
  background: #0000;
}

#context-container12 #outerTitleImg span {
  /* text-shadow:3px 2px 2px rgb(148 148 148 / 60%); */
  position: absolute;
  top: 29px;
  font-size: 21px;
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: #c41a28;
}

#context-container12 .context-title span {
  /* text-shadow: 3px 2px 2px rgb(148 148 148 / 60%); */
  position: absolute;
  top: 29px;
  font-size: 22px;
  font-weight: 600;
  left: 11%;
  white-space: nowrap;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: #c41a28;
}

#context-container12 #outerTitle {
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: rgb(241, 241, 241);
  background: transparent;
  padding: 28px 0px;
  top: 30px;
  margin-top: 8px;
  right: 0;
  left: 9px;
  /* position: absolute; */
  height: 123px;
  border-bottom-right-radius: 7%;
  border-bottom-left-radius: 7%;
}

#context-container12 .iconDiv p {
  font-size: 12px;
  font-weight: 500;
  margin-left: 2px;
  /* text-align: center; */
  color: #234a83;
}

#context-container12 .iconDiv img {
  height: 20%;
  width: 20%;
  box-shadow: 2px 2px 2px grey;
  background: #fefefe;
  padding: 9px;
  border-radius: 50%;
}

#context-container12 .first-owl-sliderbtn .item {
  margin: 0 25px !important;
}

#context-container12 .first-owl-sliderbtn .owl-nav {
  top: 49px !important;
}

#context-container12 .topslider::before {
  /* content: ""; */
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  background: #df131b;
  /* border-radius: 0px 0px 47px 45px; */
}

#context-container12 .topslider .btn-group {
  position: absolute;
  top: 242%;
  right: 2px;
  z-index: 12;
}

#context-container12::-webkit-scrollbar-thumb {
  /* background-color: darkgrey !important; */
  outline: 4px solid rgb(46, 50, 53) !important;
  z-index: 10000000;
}

#context-container12 .topslider .btn-group button {
  background: #234a83;
  font-size: 10px;
  color: #f8f8f8;
  padding: 5px 13px;
  border: 1px solid #f0f0f0;
}

#context-container12 .topslider .btn-group button:focus {
  border: none;
  outline: none;
}

.active_one_btn {
  background: #df131b !important;
}

#context-container12 .topslider .btn-group button:focus {
  box-shadow: none;
}

#context-container12 .topslider hr {
  position: absolute;
  top: 121px;
  z-index: 2;
  width: 41%;
  left: 0;
  right: 0;
  border: 2px solid #234a83;
}

#context-container12 .first-owl-sliderbtn {
  height: 17%;
  padding: 0px;
  top: 117px;
  /* border-radius: 25px; */
  position: absolute;
  z-index: 2;
  left: 0;
}

#context-container12 .topslider {
  /* background: red; */
  position: absolute;
  height: 185px;
  top: 0;
  left: 0;
  width: 100%;
}

#context-container12 .topslider p {
  font-size: 13px;
  background: #234a83;
  width: 100%;
  padding: 10px 17px;
  color: #f8f8f8;
}

#context-container12 .secondsliderButtom .item {
  width: 100%;
  height: 100%;
  margin: 5px;
}

#context-container12 .secondsliderButtom .item .call-to-action {
  position: absolute;
  right: 0;
  top: 117px;
  left: 0;
  background: var(--callbackActionButton);
  border: 2px solid var(--callbackActionButton);
  color: var(--white);
  border-radius: 0px 28px 28px 0px;
  padding: 5px 10px;
}

#context-container12 .secondsliderButtom .item .call-to-action::before {
  content: "";
  position: absolute;
  left: -10px;
  border-radius: 50%;
  width: 18px;
  top: 8px;
  height: 14px;
  background: var(--callbackActionButton);
}

#context-container12 .secondsliderButtom .item .call-to-action .fas {
  float: right;
  padding: 0px 3px 0px 9px;
  font-size: 20px;
}

#context-container12 .secondsliderButtom .item .call-to-action:hover {
  color: #234a83;
}

#context-container12 .secondsliderButtom .leftcontent {
  position: absolute;
  top: 0;
  padding: 3px 10px 3px 19px !important;
  left: 0;
  background: var(--ratting-color) !important;
  color: var(--white);
  font-size: 14px !important;
}

#context-container12 .secondsliderButtom .rightcontent {
  position: absolute;
  top: 0;
  width: 13%;
  text-align: center;
  right: 0;
  background: var(--ratting-color) !important;
  color: var(--white);
  padding: 10px 10px 20px 10px !important;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  font-size: 18px !important;
}

.context-container12 {
  /* background: var(--white) !important ; */
  background-image: url(../images/img/festivals-filter/pngtree-h5-blue-smoke-fresh-image_38051.jpg) !important;
}

#context-container12 .secondsliderButtom .item p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-align: justify;
  overflow: hidden;
  padding: 15px 10px;
  margin-left: -9px;
}

#context-container12 .cardbuttonContainer img {
  padding: 10px;
  width: 65px !important;
}

#context-container12 .cardbuttonContainer div {
  flex: 0 50%;
  background: #fafbfb;
  margin: 5px;
  box-shadow: 1px 1px 4px #a9a6a6;
  border-radius: 20px;
}

#context-container12 .cardbuttonContainer p {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  background: none !important;
}

#context-container12 .cardbuttonContainer {
  margin: auto;
  display: flex;
  margin-right: 10px;
}

#context-container12 .owl-stage {
  margin: auto;
}

#context-container12 .secondsliderButtom .item span {
  display: block;
  text-align: center;
  padding: 3px;
  background: var(--footer);
  text-decoration: underline;
  /* position: absolute; */
  top: 164px;
  color: #f44336;
  left: 0;
  right: 0;
  font-size: 21px;
  font-weight: 600;
  padding: 7px 13px 1px 13px;
  border-radius: 20px 20px 0px 0px;
}

#context-container12 .secondsliderButtom .iconcontainer {
  display: flex;
  position: absolute;
  top: 145px;
  left: 115px;
}

#context-container12 .secondsliderButtom .iconcontainer img {
  width: 10% !important;
  height: 10% !important;
  margin-left: 3px !important;
  margin-right: 5px;
}

#context-container12 .secondsliderButtom .owl-item img {
  display: block;
  margin: auto;
  width: 100%;
}

#context-container12 .first-owl-sliderbtn .owl-nav .owl-next,
#context-container .first-owl-sliderbtn .owl-nav .owl-prev {
  margin-top: -50px;
  margin-left: -8px;
}

#context-container12 .first-owl-sliderbtn .owl-nav button span {
  color: #222;
  font-size: 30px;
  display: block;
  margin-top: -10px;
}

#context-container12 .secondsliderButtom .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

#context-container12 .secondsliderButtom {
  top: 34%;
  animation: fadeInLeft 0.5s ease-in both;
}

#context-container12 .cardsectionbody img {
  width: 42px !important;
  margin: 5px auto !important;
}

#context-container12 .cardsectionbody .cardsection p {
  background: none !important;
  text-align: center;
  padding: 5px;
}

#context-container12 .cardsectionbody {
  margin-top: 16px;
}

#context-container12 .footercard {
  padding: 0;
  position: relative;
  /* top: 17px; */
  font-size: 14px;
  margin-top: 32px;
}

#context-container12 .footercard span {
  text-align: left !important;
  font-size: 13px !important;
  padding: 0px 0px 5px 0px !important;
  text-decoration: none !important;
  color: #525252 !important;
}

#context-container12 .footercard li {
  padding: 0;
  color: #df131b !important;
  margin: 0 !important;
  cursor: pointer;
  text-decoration: underline;
}

#context-container .iconDiv p {
  font-size: 10px;
  color: #565656;
}

#context-container .iconDiv img {
  height: 20%;
  width: 20%;
  background: #f68c23;
  padding: 9px;
  border-radius: 50%;
}

#context-container .first-owl-sliderbtn .item {
  margin: 0 25px !important;
}

#context-container .first-owl-sliderbtn .owl-nav {
  top: 49px !important;
}

#context-container .topslider::before {
  content: "";
  width: 100%;
  height: 75%;
  background: black;
  position: absolute;
  top: 0;
  background: var(--white);
  border-radius: 0px 0px 47px 45px;
}

#context-container .first-owl-sliderbtn {
  background: var(--white);
  height: 14%;
  padding: 9px;
  top: 32px;
  border-radius: 25px;
  position: absolute;
  left: 0;
  box-shadow: 3px 3px #e8e8e8;
}

#context-container .topslider {
  background: var(--footer);
  position: absolute;
  height: 140px;
  top: 0;
  left: 0;
  width: 100%;
}

#context-container .secondsliderButtom .item {
  width: 100%;
  height: 100%;
  margin: 5px;
}

#context-container .secondsliderButtom .item .call-to-action {
  position: absolute;
  right: 0;
  top: 117px;
  left: 0;
  background: var(--callbackActionButton);
  border: 2px solid var(--callbackActionButton);
  color: var(--white);
  border-radius: 0px 28px 28px 0px;
  padding: 5px 10px;
}

#context-container .secondsliderButtom .item .call-to-action::before {
  content: "";
  position: absolute;
  left: -10px;
  border-radius: 50%;
  width: 18px;
  top: 8px;
  height: 14px;
  background: var(--callbackActionButton);
}

#context-container .secondsliderButtom .item .call-to-action .fas {
  float: right;
  padding: 0px 3px 0px 9px;
  font-size: 20px;
}

#context-container .secondsliderButtom .item .call-to-action:hover {
  color: #234a83;
}

#context-container .secondsliderButtom .leftcontent {
  position: absolute;
  top: 0;
  padding: 3px 10px 3px 19px !important;
  left: 0;
  background: var(--ratting-color) !important;
  color: var(--white);
  font-size: 14px !important;
}

#context-container .secondsliderButtom .rightcontent {
  position: absolute;
  top: 0;
  width: 13%;
  text-align: center;
  right: 0;
  background: var(--ratting-color) !important;
  color: var(--white);
  padding: 10px 10px 20px 10px !important;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  font-size: 18px !important;
}

.context-container {
  /* background: var(--white) !important ; */
  background-image: url(../images/img/festivals-filter/pngtree-h5-blue-smoke-fresh-image_38051.jpg) !important;
}

#context-container .secondsliderButtom .item p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-align: justify;
  overflow: hidden;
  padding: 15px;
  margin-left: -9px;
  background: var(--white);
}

#context-container .secondsliderButtom .item span {
  display: block;
  text-align: center;
  padding: 3px;
  background: var(--footer);
  position: absolute;
  top: 164px;
  color: var(--white);
  left: 0;
  right: 0;
  padding: 2px 25px;
  border-radius: 20px 20px 0px 0px;
}

#context-container .secondsliderButtom .iconcontainer {
  display: flex;
  position: absolute;
  top: 145px;
  left: 115px;
}

#context-container .secondsliderButtom .iconcontainer img {
  width: 10% !important;
  height: 10% !important;
  margin-left: 3px !important;
  margin-right: 5px;
}

#context-container .secondsliderButtom .owl-item img {
  width: 100%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 20px 20px 0px 0px;
}

#context-container .first-owl-sliderbtn .owl-nav .owl-next,
#context-container .first-owl-sliderbtn .owl-nav .owl-prev {
  margin-top: -50px;
  margin-left: -8px;
}

#context-container .first-owl-sliderbtn .owl-nav button span {
  color: #222;
  font-size: 30px;
  display: block;
  margin-top: -10px;
}

#context-container .secondsliderButtom .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

#context-container .secondsliderButtom {
  box-shadow: 2px 2px 2px #e2e0e0;
  top: 16%;
  background: var(--white);
  border-radius: 20px 20px 0px 0px;
  animation: fadeInLeft 0.5s ease-in both;
}

#context-container12 .iconDiv img.active_one {
  background-color: #234a83 !important;
  margin-top: -2px;
  box-shadow: 2px 3px 5px #9a9999;
  width: 50px !important;
}

#context-container12 .first-owl-sliderbtn .owl-stage-outer {
  overflow: inherit;
}

.active_one {
  background-color: red !important;
  color: #fff;
}

.noneactive_one {
  background: none !important;
}

#quick_reply1 .input-group {
  margin: 8px 0px 15px 0px;
}

#quick_reply1 .input-group #date2 {
  padding: 2px 0px 4px 60px;
  border-radius: 8px;
  border: 1px solid #ccd3d6;
}

#quick_reply1 {
  width: 100%;
  text-align: center;
  animation: opactyeaseoute;
  animation-duration: 2.4s;
  background: #d0ecfa;
  border-top: 2px solid #c0d2e6;
}

#FormMessageSection {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  min-height: calc(100% - 158px);
  max-height: calc(100% - 107px);
  top: 60px;
  bottom: 0%;
  background-image: url(../images/imelife-bg-pattern.png) !important;
  padding: 0px 0px 0px 0px;
  z-index: 999;
  overflow-y: auto;
}

.formDateSupport .mdb-select.md-form {
  /* width: 90%; */
  padding: 5px;
  /* border: 1px solid; */
  color: #585b5f;
  font-size: 21px;
  border: none;
}

.formDateSupport .mdb-select.md-form:focus {
  border: none;
  outline: none;
}

.message-input .formDateSupport button {
  background: #fff;
}

.without-after-element::before {
  content: none !important;
}

#FormMessageSection ul li {
  /* clear: both;
  margin: 14px 10px 10px 14px;
  width: calc(100% - 25px);
  font-size: 0.9em; */
  clear: both;
  margin: 14px 16px 10px 0px;
  font-size: 0.9em;
}

/* #FormMessageSection .message-section ul li:first-child {
  margin: 10px;
} */

#FormMessageSection ul li.sent img {
  margin: 3px 8px 0 0;
}

#FormMessageSection ul li.sent p {
  background: var(--Sent-li);
  color: #234a83;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 12px;
  font-size: 13px;
  box-shadow: 1px 1px #bcbfc3;
  animation: opactyblinkleft;
  animation-duration: 1s;
  display: flex;
}

#FormMessageSection ul li.replies img {
  float: right;
  margin: 3px 0 0 8px;
}

.message-input .mb-3 {
  position: absolute;
  bottom: -14px;
}

#FormMessageSection ul li.replies p {
  background: var(--userReply);
  float: right;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow-wrap: break-word;
  margin-top: 14px;
  box-shadow: 1px 1px #e6e4e4;
  animation: opacityblink;
  animation-duration: 0.5s;
  font-size: 13px;
}

#FormMessageSection ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}

#FormMessageSection.replies img,
#FormMessageSection.sent img {
  background: var(--white);
}

#FormMessageSection ul li p {
  display: inline-block;
  padding: 10px 15px;
  /* border-radius: 16px; */
  max-width: 16rem;
  line-height: 137%;
}

#frame .content .message-input .wrap1 {
  position: relative;
  display: flex;
  /* background: #d0ecfa; */
  background-image: url(../images/imelife-bg-pattern.png) !important;
  animation: fadeInTop 1s ease-in both;
  margin-bottom: -5px;
}

#frame .content .message-input .wrap1 input {
  font-family: "Mukta", sans-serif;
  border: none;
  width: calc(100% - 50px);
  padding: 11px 32px 10px 8px;
  font-size: 0.9em;
  color: #32465a;
  /* border-left: 1px solid #e6eaea; */
  /* border-bottom: 1px solid #e6eaea; */
  margin: 0;
  text-align: center;
  -moz-appearance: textfield;
}

#frame .content .message-input .wrap1 input:focus {
  outline: none;
}

#frame .content .message-input .wrap1 .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #234a83;
  opacity: 0.5;
  cursor: pointer;
}

.message-input .buttoncontainer {
  display: block;
  margin: auto;
  /* width: 92%; */
  height: 68px;
  background: #efefef;
  border: none;
}

.message-input .buttoncontainer button {
  width: 38%;
  background: #d0ecfa !important;
  border: 1px solid #70bfdc !important;
  color: #616161;
}

#frame .content .message-input .wrap1 .attachment:hover {
  opacity: 1;
}

#frame #FormMessageSection::-webkit-scrollbar {
  width: 7px;
  background: #e4e5e6;
}

#frame #FormMessageSection::-webkit-scrollbar-thumb {
  background-color: #c7c8ca;
}

#frame .content .message-input .wrap1 button {
  float: right;
  width: 50px;
  padding: 14px 0;
  cursor: pointer;
  background: #ffffff;
  color: #df1a22;
  border: none;
}

#frame .content .message-input .wrap1 button:focus {
  outline: none;
}

#frame .content .message-input .wrap1 button:hover {
  background: #ffffff !important;
  color: #272722;
}

.message-input .formDateSupport {
  margin-bottom: 0px !important;
  /* margin-left: 40px; */
}

.formDateSupport input {
  width: 100% !important;
}

.message-input .rating-stars {
  position: absolute;
  bottom: 3px;
  width: 100%;
  background: var(--white);
}

.message-input .formDateSupport button {
  color: var(--text-color);
  border: none;
}

.message-input .mobiscroll input {
  text-align: center;
  font-size: 1.5rem;
  width: 100% !important;
}

.message-input .formDateSupport button {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.message-input .formDateSupport button:hover {
  background: none;
  color: #234a83;
}

.message-input .buttoncontainer .submit:hover {
  color: #ed1b24;
}

.message-input .buttoncontainer .cancel:hover {
  color: #234a83;
}

.message-input .buttoncontainer .submit {
  width: 51% !important;
  height: 48px !important;
  position: absolute !important;
  background: whitesmoke;
  left: 0px !important;
  margin-top: 17px;
  color: #211e1e;
  outline: none;
  font-size: 13px;
  border: none !important;
  text-align: inherit;
}

#frame
  .content
  .message-input
  .wrap1
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.message-input .buttoncontainer .cancel {
  border-left: 2px solid #cbcece !important;
  width: 50% !important;
  height: 48px !important;
  position: absolute !important;
  right: 0px !important;
  border-radius: 0px !important;
  margin-top: 17px;
  padding: 9px;
  border-right: none !important;
  background: #f5f5f5;
  color: #dc1920;
  font-size: 13px;
}

.message-input .buttoncontainer .cancle:hover {
  color: #f68c23;
}

/* ratting */
/* Rating Star Widgets Style */
.rating-stars {
  margin-top: 11px;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars #stars button {
  padding: 3px;
  font-size: 13px;
  background: var(--white);
  color: #234a83;
  width: 145px;
  border: none;
}

.rating-stars ul > li.star {
  display: inline-block;
  font-size: 13px;
}

.rating-stars ul > li.star > i.fa {
  font-size: 1.3em;
  color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
  color: #f68c23;
}

.rating-stars ul > li.star.selected > i.fa {
  color: #f68c23;
}

/* color picker div */
.content .colorchooser {
  position: absolute;
  left: 268px;
  bottom: 12px;
  font-size: 9px;
  padding-left: 0px;
  display: block;
  text-align: center;
  padding: 1px;
  border-radius: 6px;
}

.content #colorchooser {
  top: 140px;
}

#colorchooser input {
  -webkit-appearance: none;
  border: none;
  height: 24px;
  width: 176px;
  margin-right: 3px;
}

#colorchooser input::-webkit-color-swatch-wrapper {
  padding: 0;
}

#colorchooser input::-webkit-color-swatch {
  border: none;
}

#colorchooser label {
  vertical-align: middle;
  position: relative;
  margin: auto;
  margin-left: 0px;
}

#colorchooser.form-group {
  display: inline-flex;
}

/* innercontenttab goes here */

#innercontenttab ul li {
  color: var(--white);
  border: 1px solid grey;
}

/* catagoriesContext */
#catagoriesContext {
  /* animation: fadeInTop 0.7s ease-in both; */
  margin: auto;
  display: block;
  color: #000;
  width: 100%;
  /* margin-left: -15px; */
  margin-top: -6px;
  background: #ebeaf5;
  position: absolute;
  bottom: 48px;
}

#catagoriesContext h6 {
  padding: 10px 0px 0px 16px;
  font-weight: 600;
  float: left;
  /* text-align: center; */
  font-size: 16px;
}

.catagories {
  height: 110px;
  background: transparent;
}

#catagoriesContext ul li {
  color: #000;
  cursor: pointer;
  font-size: 13px !important;
  word-spacing: 2px;
  padding: 3px 0px 0px 16px;
  width: 100% !important;
  list-style: none;
  border-radius: 5px;
  display: block;
  margin-left: -37px;
  float: left;
  text-align: left;
}

#catagoriesContext ul li .ico p {
  margin-left: 28px;
}

#catagoriesContext ul li .ico {
  animation: fadeInTop 1s ease-in both;
}

#catagoriesContext ul li .fas {
  font-weight: 600;
  font-size: 10px;
  float: left;
  margin-right: 8px;
  margin-top: 6px;
  opacity: 0.6;
  color: #000;
}

#catagoriesContext ul li p {
  margin-bottom: 4px;
  animation: fadeInTop 0.7s ease-in both;
}

#catagoriesContext ul li:hover {
  color: #03216d;
}

/* autosugest serching data */
#autosuggest {
  max-height: 175px !important;
  /* left: 0%; */
  position: absolute;
  width: 100%;
  font-size: 12px !important;
  max-width: 870px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 400px;
  background: var(--white);
  z-index: 1000;
  /* top: -24px; */
  bottom: 44px;
  box-sizing: border-box;
  animation: opactyeaseoute;
  animation-duration: 2s;
  overflow: hidden;
  overflow-y: auto;
}
#predictiveText {
  position: absolute;
  width: 100%;
  font-size: 12px;
  cursor: pointer;
  overflow-y: auto;
  background: var(--white);
  z-index: 1000;
  bottom: 42px;
  box-sizing: border-box;
  animation: opactyeaseoute;
  animation-duration: 2s;
  overflow-x: auto;
  flex-direction: row;
  border-radius: 8px;
}

#autosuggest::-webkit-scrollbar-thumb,
#predictiveText::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.644);
  width: 8px;
  -webkit-tap-highlight-color: unset;
}

#autosuggest::-webkit-scrollbar,
#predictiveText::-webkit-scrollbar {
  width: 8px;
  height: 3px;
  color: red;
}

#autosuggest .list-group-item:hover,
#predictiveText .list-group-item:hover {
  background: rgb(221, 221, 232) !important;
  color: #234a83 !important;
}

#autosuggest .text-muted {
  color: #6c757d !important;
}

#autosuggest .list-group-item .fa-search {
  font-weight: 1000;
  font-size: 11px;
  float: left;
  margin-right: 8px;
  margin-left: -1px;
  margin-top: 4px;
}

#autosuggest .list-group-item {
  border: none;
  padding: 0px 2px 0px 2px;
  animation: opactyeaseoute;
  animation-duration: 1s;
  margin: 2px !important;
  background: transparent;
}

#autosuggest .fa-times-circle {
  cursor: pointer;
  margin-right: -15px;
  position: absolute;
  z-index: 1000;
  font-size: 18px;
  bottom: 8px;
  right: -4px;
  font-size: 16px;
  color: #6c757d;
}

/* formleadbanner */

.formleadCapturesbanner {
  position: absolute;
  box-shadow: 2px -4px 27px #0e3c6d;
  width: 100%;
  background: #ffffff;
  top: 0px;
  color: #234a83;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
}

.formleadCapturesbanner .topimg::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0862c1;
  right: 13px;
  top: 6px;
  z-index: 10;
  border-radius: 50%;
}

.formleadCapturesbanner .headertitle {
  text-transform: uppercase;
  position: absolute;
  top: 62px;
  right: 20%;
  left: 20%;
  padding: 6px;
  text-align: center;
  white-space: nowrap;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: rgb(102, 102, 102);
}

.formleadCapturesbanner .owl-nav button span {
  color: #f5f5f5 !important;
  font-size: 32px !important;
  line-height: 25px;
}

.formleadCapturesbanner .owl-nav button:hover {
  background: transparent !important;
  color: red !important;
}

.formleadCapturesbanner .imgtitle {
  position: absolute;
  top: 161px;
  z-index: 1;
  /* left: 81px; */
  /* right: 0; */
  text-align: center;
  color: var(--white);
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 0px 8px 0px;
  border-radius: 2px;
  font-size: 13px;
}

.formleadCapturesbanner .headerimg {
  width: 49px;
  position: absolute;
  /* height: 5.3rem; */
  top: 12px;
  left: 44%;
  background: transparent;
  border-radius: 50%;
}

.formleadCapturesbanner h5 {
  position: absolute;
  left: 32%;
  white-space: nowrap;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: #c41a28;
  top: 210px;
}

.formleadCapturesbanner .titleformleadcapture {
  font-size: 14px;
  padding: 126px 20px 8px;
  color: #234a83;
  text-align: justify;
  background: transparent;
}

.formleadCapturesbanner .titleformleadcapture::before {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 50%;
  background: #c41a28;
  width: 30px;
  height: 30px;
  top: 12px;
  right: 12px;
}

.formleadCapturesbanner .formleadcontainer {
  margin-top: 58px !important;
  margin: auto;
  background: transparent;
  padding: 0px 0px 12px 0px;
  border-radius: 5px;
}

.formleadCapturesbanner input {
  border: none;
  border-bottom: 1px solid #e8e5e5;
  padding-top: 10px;
  background: transparent;
  color: #234a83;
}

.formleadCapturesbanner .topimg img {
  width: 100%;
  height: 197px;
}

.formleadCapturesbanner input:focus {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #212427;
  border-bottom: 1px solid #202223;
  border-color: #a0a1a2;
}

.error {
  color: red;
  position: absolute;
}

.formleadCapturesbanner .form-group {
  width: 86%;
  margin-bottom: 1rem;
  position: relative;
  margin: auto;
  padding: 5px 0px 10px 0px;
  margin-top: 13px;
}

.formleadCapturesbanner #btn-container {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding-top: 20px;
  background: transparent;
  align-items: center;
  position: relative;
  bottom: 4px;
  margin: auto;
  align-items: center;
  align-content: center;
  width: 88%;
}

.formleadCapturesbanner .formleadcontainer span {
  text-align: center;
  display: block;
  font-size: 10px;
  font-family: arial;
  font-style: normal;
  padding: 19px 25px 0px 27px;
  color: #b1afaf;
}

.formleadCapturesbanner #btn-container button {
  margin: auto;
  background: #c41a28;
  display: block;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: rgb(255, 255, 255);
  /* width: 50%; */
  font-size: 16px !important;
}

.formleadCapturesbanner #btn-container button.skipbtn {
  background: transparent;
  white-space: nowrap;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Mukta", sans-serif;
  color: #c41a28;
  margin-top: -5px;
}

.formleadCapturesbanner #btn-container button.skipbtn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.formleadCapturesbanner #btn-container button.skipbtn:hover {
  background: transparent;
  color: #dc3545 !important;
}

.formleadCapturesbanner #btn-container button img {
  width: 24px !important;
  float: left;
}

.formleadCapturesbanner #btn-container br {
  display: none;
}

.formleadCapturesbanner .buttonscontainertitle {
  margin-left: 11px;
  position: absolute;
  text-align: center;
  top: -9px;
  color: #0963c1;
  font-size: 18px;
  font-weight: 500;
  left: 0;
  line-height: 18px;
  right: 0;
  font-family: "Mukta", sans-serif;
}

.formleadCapturesbanner .owl-item .item {
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
}

.formleadCapturesbanner #btn-container button:hover {
  background: #dc3545;
  text-decoration: none !important;
}

.formleadCapturesbanner .form-group .ph {
  position: absolute;
  top: 12px;
  box-sizing: border-box;
  line-height: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Mukta", sans-serif;
  color: rgb(204, 204, 204);
  outline: none;
  text-decoration: none;
  transition: 200ms;
  left: 12px;
}

.formleadCapturesbanner .form-group .form-control:focus + .ph {
  font-size: 85%;
  transform: translate3d(0, -85%, 0);
  opacity: 1;
  color: #0c0d0e;
}

.form-group {
  margin-bottom: 1rem;
  font-size: 12px;
}

.form-control {
  font-size: 14px;
  color: #495057 !important;
}

.formleadCapturesbanner .form-group.form-control:valid + .ph {
  font-size: 80%;
  transform: translate3d(0, -60%, 0);
  opacity: 1;
  color: var(--white);
}

.formleadCapturesbanner .form-group.form-control:visited + .ph {
  font-size: 80%;
  transform: translate3d(0, -60%, 0);
  opacity: 1;
  color: #234a83;
}

#countrylist .col {
  padding: 10px;
  border-radius: 10px;
  background: var(--white);
  width: 89%;
  box-shadow: 2px 2px 2px #b3aeae;
}

.mdb-select.md-form {
  width: 100%;
  padding: 10px;
  border: 1px solid;
  color: #585b5f;
  font-size: 12px;
  border: 1px solid #d6d1d1;
}

#countrylist button {
  margin: 4px;
  width: 96%;
  font-size: 15px;
  word-spacing: 2px;
  background: #00b3a4;
  border: none;
  margin: 20px 0px 0px 5px;
}

#countrylist button:hover {
  background: #026d64;
}

#countrylist .select2-container .select2-selection__rendered {
  line-height: 25px !important;
}

#countrylist .select2-container .select2-selection--single {
  height: 35px !important;
  padding: 3px !important;
  border: 1px solid #5ad0c6;
}

.select2-results__option {
  padding: 5px 0px 0px 8px !important;
  font-size: 14px;
}

#countrylist .col p {
  color: var(--text-color);
  text-align: center;
  padding: 2px !important;
  margin-left: 14%;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0b359e !important;
  animation-name: background2;
  animation-duration: 4s;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #0b359e transparent transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  height: 0;
  left: 43%;
  margin-left: -12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
  color: #dc3545;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 23px;
  color: #dc3545;
}

#countryPicker1 .select2-container--default .select2-selection--single {
  background-color: #c3d3f9;
  border: 1px solid #d4d0d0;
  height: 40px;
  padding: 5px 0px 0px 5px;
  color: #234a83;
}

#countryPicker1 .select2-container--default .select2-selection--single:hover {
  background: #bacee0;
}

#countryPicker1 .select2-container--default .select2-selection--single:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

#countryPicker1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #234a83;
  font-size: 14px;
}

#countryPicker1
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -8px;
  border-color: #0b359e transparent transparent transparent;
  border-width: 0px 6px 10px 6px;
}

#countryPicker1 {
  margin-top: 22px;
}

@keyframes background2 {
  from {
    background-color: none;
  }

  to {
    background-color: #052b52;
  }
}

@keyframes background1 {
  from {
    background-color: #0756a9;
  }

  to {
    background-color: #052b52;
  }
}

#countryPicker1 button.btn-primery {
  position: absolute;
  display: block;
  margin: auto;
  bottom: -66px;
  right: 0;
  font-size: 15px;
  left: 0;
  color: #f5f5f5;
  display: inline-flex;
  background: #0756a9;
  border-radius: 21px;
  width: 38%;
}

#countryPicker1 button.btn-primery:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#countryPicker1 button.btn-primery:hover {
  background: rgb(74, 5, 204);
  animation-name: background1;
  animation-duration: 1s;
}

.select2-container {
  width: 337px !important;
  margin: auto;
  display: block;
}

@keyframes opactyeaseoute {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.select2-dropdown {
  animation: 1s ease 0s 1 normal none running opactyeaseoute;
  width: 337px !important;
  border: 1px solid #aaa !important;
}

/* multipletitle */
li div li .listitempayload {
  text-decoration: none;
  color: #e9ecef;
}

li div li .listitemlink {
  color: #e9ecef;
  text-decoration: none;
}

li div li .listitemlink:hover {
  text-decoration: underline;
}

li div li .listitempayload:hover {
  color: #ccc !important;
}

li div li a.Litem {
  color: #234a83;
  text-decoration: none;
  display: flex;
  font-size: 13px;
  /* animation: fadeInTop 1.2s ease-in both; */
}

.detailhome {
  display: block;
  margin: auto;
  text-align: center;
  background: #fbfbfb;
  color: #191818;
  border-radius: 10px;
  width: 91%;
  position: absolute;
  top: 10%;
  left: 18px;
  box-shadow: -3px 0px 16px #414573;
  right: 20%;
  height: auto;
  /* animation: fadeInLeft 0.5s ease-in both; */
}

.detailhome img {
  margin: 0px 0px 8px 0px;
}

.detailhome i {
  float: right;
  padding: 5px 0px 0px 0px;
  font-size: 17px;
  cursor: pointer;
  color: #f8f8f8;
}

.detailhome h6 {
  background: #e01c24;
  text-align: center;
  padding: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 14px 14px 12px 14px;
}

.detailhome hr {
  border-bottom: 3px solid #576179;
}

.detailhome ul {
  /* margin: auto; */
  display: block;
  text-align: left;
}

.detailhome .paragraphdiv {
  padding: 5px 23px 5px 23px;
  text-align: justify;
  font-size: 14px;
}

.detailhome .btncontainer .btn {
  background: #e01b23;
  color: #f8f8f8;
  margin: 10px;
  padding: 5px 20px;
}

.detailhome .btncontainer .btn:hover {
  background: #234a83;
}

.detailhome ul li {
  margin: 0px !important;
  width: 100% !important;
  cursor: pointer;
}

.detailhome ul li p {
  display: flex !important;
  padding: 6px 0px !important;
  font-size: 13px;
  max-width: 100% !important;
  margin: auto;
}

/* queriesSlider */

.queriesSlider {
  display: block;
  margin: auto;
  text-align: center;
  background: #fbfbfb;
  color: #191818;
  border-radius: 10px;
  width: 91%;
  position: absolute;
  top: 22%;
  left: 18px;
  box-shadow: -3px 0px 16px #969494;
  right: 20%;
  height: auto;
  animation: fadeInLeft 0.5s ease-in both;
}

.queriesSlider i {
  float: right;
  padding: 5px 0px 0px 0px;
  font-size: 17px;
  cursor: pointer;
  color: #f8f8f8;
}

.queriesSlider h6 {
  background: #e01a22;
  text-align: center;
  padding: 5px;
  font-size: 21px;
  color: #f1ebec;
  padding: 14px 14px 12px 14px;
}

.queriesSlider hr {
  border-bottom: 3px solid #576179;
}

.queriesSlider ul {
  /* margin: auto; */
  display: block;
  text-align: left;
}

.queriesSlider ul li {
  margin: 0px !important;
  width: 100% !important;
  cursor: pointer;
}

.queriesSlider ul li p {
  display: flex !important;
  padding: 6px 0px !important;
  font-size: 13px;
  max-width: 100% !important;
  margin: auto;
}

.notifyjs-corner {
  position: fixed;
  margin: 5px;
  z-index: 1050;
  font-size: 10px;
  top: 434px !important;
  right: 0px;
  left: 0;
}

.notifyjs-happyblue-base {
  white-space: nowrap;
  background-color: black;
  padding: 3px;
}

.notifyjs-happyblue-superblue {
  color: white;
  background-color: blue;
}

.btn.btn-primary.formsupportbtn {
  background: #c41a28 !important;
}

/* WFH DetailsDrawer */

#detailDrawer {
  margin: 15px;
  margin-top: 10px;
  margin-left: 28px;
  width: 330px;
  animation: opactyeaseoute;
  animation-duration: 2.7s;
}

#detailDrawer .owl-nav button {
  color: #fefefe;
  width: 1.8rem;
  height: 2.2rem;
  background: #b53a2e !important;
  border-radius: 20%;
  opacity: 1;
}

#detailDrawer .slide-container {
  /* width: 90%; */
  margin: 0 auto;
  background: #fefefe;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#detailDrawer .slide-container .iconcontainer img {
  width: 37%;
  height: 37%;
  margin: 4px 11px;
  padding: 9px;
  border-radius: 50%;
  background: #d8d3d3;
}

#detailDrawer .slide-container .iconcontainer .badge-light {
  margin: 12px 18px 2px -16px;
  width: 100%;
  height: 10px;
  background: #f68c23;
  z-index: -1;
  font-size: 8px;
  color: var(--white);
}

#detailDrawer .slide-container .iconcontainer img:hover {
  background: #f68c23;
  color: var(--white) !important;
}

#detailDrawer .slide-container .iconcontainer a {
  cursor: pointer;
  font-size: 12px;
  padding: -1px;
  display: inline-flex;
  color: #212529 !important;
  text-align: center;
  font-size: 9px !important;
}

#detailDrawer .slide-container .leftrightcontent .leftcontent {
  float: left;
  height: 25px;
  font-size: 13px;
  background: #f68c23;
  color: var(--white);
}

#detailDrawer .owl-theme .owl-nav {
  margin-top: 10px;
}

#detailDrawer .slide-container .leftrightcontent .rightcontent {
  float: right;
  padding: 4px 7px 40px 7px;
  font-size: 18px;
  background: #f68c23;
  color: #f8f9fa;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 51% 66%, 0 100%);
  border-left: none;
}

#detailDrawer .slide-container .leftrightcontent .rightcontent::before {
  /* content: ""; */
  width: 19px;
  height: 18px;
  background: grey;
  top: 19px;
  position: absolute;
  transform: rotate(45deg);
}

#detailDrawer .slide-container .horizental-button-container {
  display: inline-block;
  width: 100%;
}

#detailDrawer .slide-container .horizental-button-container button {
  display: inline-block !important;
  width: 25%;
  margin: 10px;
  background: none !important;
  color: #484c50 !important;
  font-size: 12px;
  text-decoration: underline;
}

#detailDrawer .slide-container .horizental-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  border-bottom: none;
  color: var(--buttons) !important;
}

#detailDrawer .slide-container .verticale-button-container button {
  display: block;
  cursor: pointer;
  width: 90%;
  margin: 4px auto;
  padding: 2px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: none;
  text-align: left;
  color: var(--buttons);
  font-family: "Mukta", sans-serif;
}

#detailDrawer .slide-container .verticale-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  text-decoration: underline;
}

#detailDrawer .slide-container img {
  /* max-height: 139px; */
  height: 100%;
  width: 100%;
  margin: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#detailDrawer .slide-container h3 {
  font-size: 16px;
  padding: 3px;
  margin: 0;
  /* background: #234a83; */
  font-weight: 700;
  color: #b53a2e;
  text-align: left;
  padding: 7px 0px 7px 8px;
  font-family: "Mukta", sans-serif;
}

#detailDrawer .slide-container p {
  font-size: 13px;
  padding: 8px 10px 10px 10px;
  margin: 0;
  margin-bottom: 4px;
  /* background: #234a83; */
  color: #717070;
  text-align: justify;
}

#detailDrawer .slide-container .button-container {
  display: inline-block;
  flex-direction: column;
  width: 100%;
  background: #fefefe;
  color: #123034;
}

#detailDrawer .slide-container button {
  cursor: pointer;
  /* width: 100%; */
  float: left;
  text-align: left;
  padding: 9px;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 600;
  color: var(--buttons-background);
  font-family: "Mukta", sans-serif;
}

#detailDrawer .slide-container i {
  float: right;
  display: block;
  font-size: 20px;
  margin-top: 11px;
  color: var(--buttons-background);
}

#detailDrawer .slide-container button:hover {
  text-decoration: underline;
}

#detailDrawer .slide-container .verticale-button-container {
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: #123034;
  border-bottom: 1px solid #ccc6c6;
  border-left: 1px solid #ccc6c6;
}

#detailDrawer .owl-nav {
  position: absolute;
  width: 100% !important;
  display: block;
  right: 0;
  top: 28%;
}

#detailDrawer .owl-nav button span {
  color: #f8f9fa;
  font-size: 29px;
  display: block;
  margin-top: -5px;
}

.popDetailsContainer {
  box-shadow: rgb(115, 115, 115) 10px 1px 22px;
  position: fixed;
  height: auto;
  max-height: calc(100% - 129px);
  min-height: calc(100% - 100px);
  top: 48px;
  left: 0px;
  z-index: 1050;
  width: 0 !important;
  /* height: 82.5% !important; */
  overflow: hidden;
  outline: 0;
  animation: widthhigh 0.3s ease-in both;
}

.popDetailsContainer .modal-dialog {
  margin: 0px !important;
}

.popDetailsContainer .modal-dialog .modal-body img {
  width: 100%;
}

.popDetailsContainer .modal-dialog .modal-body h6 {
  font-size: 17px;
  font-weight: 600;
  /* text-align: center; */
  /* text-decoration: underline; */
}

.popDetailsContainer .modal-dialog .modal-body .subtitle {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #717171;
}

.popDetailsContainer .modal-dialog .modal-body p {
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}

.popDetailsContainer .modal-dialog .modal-header {
  background: #a4e3ff;
}

.popDetailsContainer .modal-dialog .modal-header button {
  position: absolute;
  left: 0;
}

.popDetailsContainer .modal-dialog h5 {
  padding-left: 29px;
  font-weight: 600;
}

/* width */
.popDetailsContainer::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

/* Track */
.popDetailsContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.popDetailsContainer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.popDetailsContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.popDetailsContainer .popDetailsButton {
  display: grid;
  flex-wrap: wrap;
}

.popDetailsContainer .popDetailsButton button {
  width: auto;
  padding: 7px 20px 7px 20px;
  margin: 7px;
  border-radius: 15px !important;
  background-color: #a4e3ff;
  color: #464545;
  border-color: #a4e3ff;
}

.popDetailsContainer .modal-footer button {
  color: #1f1e1e;
  background-color: transparent;
  border-color: transparent;
}

.popDetailsContainer .modal-footer button:hover {
  outline: none;
  box-shadow: none;
  border: none;
  /* text-decoration: underline; */
}

/* .modal-backdrop.fade.show{
  display: none;
} */

.modal-backdrop {
  background-color: #6f6f7187;
}

#detailIframe {
  top: 48px;
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 83%;
  z-index: 1000;
  width: 0 !important;
  /* height: 82.5% !important; */
  overflow: hidden;
  outline: 0;
  animation: widthhigh 0.2s ease-in both;
}

.detailsclosed {
  margin: 14px;
  position: absolute;
  /* left: -7px; */
  /* right: 17px; */
  font-size: 17px;
}

#detailIframe iframe {
  width: 100%;
  height: 100%;
}

/* SlikSlider start here */
.slickSlider {
  border-radius: 20px;
  width: 83%;
  margin: auto;
  margin-bottom: 26px;
  background: #fefefe;
  margin-bottom: 45px;
}

.slickSlider .owl-carousel {
  height: 381px;
}

.slickSlider .slicksliderItem {
  width: 94%;
}

.slickSlider #slicksubContents {
  width: 89%;
  padding: 10px 10px 10px 18px;
  display: block;
  text-align: justify;
  margin: 3px;
}

.slickSlider .slicksliderItem .topItem img {
  position: absolute;
  bottom: 71px;
  width: 24px;
  height: 24px;
  left: 4px;
  right: 0;
  display: block;
}

.slickSlider .slicksliderItem .title {
  display: block;
  margin: auto;
  padding: 58px 10px 10px 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #234a83;
}

.slickSlider .slicksliderItem .subtitle p {
  padding: 0px 10px 16px 19px;
  font-size: 15px;
  display: block;
  margin: auto;
  color: var(--text-color);
  height: 64px;
  overflow: hidden;
  font-weight: 300;
  font-family: "Mukta", sans-serif;
  word-spacing: 3px;
}

.slickSlider .slicksliderItem .slickbuttoncontainer {
  padding: 10px 10px 10px 10px;
  background: #e6e6e6;
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0;
  /* margin: auto; */
  display: flex;
  /* border-radius: 0px 0px 20px 20px; */
  background: linear-gradient(
    90deg,
    rgb(243 243 243) 0%,
    rgb(247 243 243) 35%,
    rgb(227 228 247) 100%
  );
}

.slickSlider .slicksliderItem .slickbuttoncontainer button {
  background: transparent;
  color: #e01a22;
  border: transparent;
  display: block;
  margin: auto;
  font-size: 12px;
}

.slickSlider .slicksliderItem .slickbuttoncontainer button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.slickSlider .slicksliderItem .slickbuttoncontainer button:active {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

.slickSlider .slicksliderItem .slickbuttoncontainer button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.slickSlider .owl-nav {
  position: absolute;
  width: 109%;
  display: block;
  top: 39%;
  right: -13px;
}

.slickSlider .slicksliderItem .leftrightcontent {
  position: absolute;
  top: 0;
  padding: 10px 18px;
  width: 100%;
  color: #901808;
  font-size: 14px;
}

.slickSlider .slicksliderItem .leftrightcontent .leftcontent {
  float: left;
  display: block;
  font-size: 11px;
}

.slickSlider .slicksliderItem .leftrightcontent .leftcontent span {
  color: #f8f8f8;
  background: linear-gradient(
    90deg,
    rgb(212, 111, 29) 0%,
    rgb(224, 33, 61) 35%,
    rgb(248, 62, 80) 100%
  );
  padding: 5px;
  border-radius: 50%;
  margin-right: 4px;
  font-size: 13px;
  /* animation: fontsize 1.8s linear infinite; */
}

.slickSlider .slicksliderItem .leftrightcontent .rightcontent span {
  background: linear-gradient(
    90deg,
    rgb(212, 111, 29) 0%,
    rgb(224, 33, 61) 35%,
    rgb(248, 62, 80) 100%
  );
  color: #f8f8f8;
  padding: 3px;
  font-size: 13px;
  /* animation: fontsize 1.8s linear infinite; */
}

.slickSlider .slicksliderItem .leftrightcontent .rightcontent {
  float: right;
  display: block;
  font-size: 11px;
}

.slickSlider .slicksliderItem .mainimg img {
  display: block;
  width: 100%;
  margin-left: 9px;
  margin-top: 17px;
  height: 155px;
  box-shadow: none;
  margin-bottom: 40px;
}

.slickSlider .slicksliderItem .rating {
  position: absolute;
  bottom: 56px;
  cursor: pointer;
  font-size: 8px;
  color: var(--white);
}

.slickSlider .slicksliderItem .badge-light {
  margin-left: 2px;
  font-size: 9px;
  color: var(--white);
  background-color: #fb3752;
}

.slickSlider .slicksliderItem .latitude {
  position: absolute;
  color: var(--white);
  right: 9px;
  bottom: 50px;
  float: right;
  font-size: 13px;
  display: block;
}

.slickSlider .verticale-button-container button {
  box-shadow: 2px 2px 2px #8c8c1a;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 98%;
  font-size: 12px;
  margin: 3px auto;
  /* color: red; */
  padding: 8px 23px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgb(243 243 243) 0%,
    rgb(247 243 243) 35%,
    rgb(227 228 247) 100%
  );
  color: #2f3033;
  font-weight: 600;
  font-family: "Mukta", sans-serif;
}

.slickSlider .verticale-button-container {
  margin: 4px;
  display: flex;
  flex-direction: column;
  background: transparent;
  color: #123034;
  position: absolute;
  bottom: 0;
  width: 95%;
}

.slickSlider .verticale-button-container button:hover {
  cursor: pointer;
  box-shadow: none !important;
  text-decoration: underline;
}

.slickSlider .owl-nav button {
  background: linear-gradient(
    0deg,
    rgb(181 179 179) 0%,
    rgb(234 36 43) 100%
  ) !important;
}

.slickSlider .owl-nav span {
  color: var(--white) !important;
}

.slickSlider .owl-nav .owl-next {
  border-radius: 0px 20px 20px 0px;
}

.slickSlider .owl-nav .owl-prev {
  border-radius: 20px 0px 0px 20px;
}

.slickSlider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(
    0deg,
    rgba(189, 195, 34, 1) 0%,
    rgba(255, 46, 85, 1) 100%
  );
}

/* detailDrawer */
.detailcontainer {
  position: fixed;
  z-index: 100000000000;
  background: #fefefe;
  box-shadow: 2px 2px 10px grey;
  padding: 10px 0px 10px 15px;
  /* margin: 5px; */
  max-width: 520px;
  width: 520px;
  padding: 10px 10px 10px 10px;
  right: 29%;
  top: 0px;
  max-height: 100vh;
  overflow-y: scroll;
  animation: fadeInLeft1 0.5s ease-in both;
  height: 100%;
  /* width: 100%;
    right: 0px; */
}

.detailcontainer .header .title {
  float: left;
  color: #c41a28;
}

.detailcontainer .popDetailsButton button {
  padding: 10px;
  /* display: flex; */
  background: #c41a28;
  text-align: center;
  color: #f8f8f8;
  border-radius: 10px;
  /* margin: 3px; */
  width: 100%;
  border: #3459bc;
  margin: 9px 0px 9px 0px;
  cursor: pointer;
}

.detailcontainer p.detailimgtext {
  margin-top: 0px !important;
}

.detailcontainer .bodysec ul {
  margin-top: -13px;
  list-style: decimal;
}

.detailcontainer .bodysec ul li {
  list-style-type: none;
}

.detailcontainer .bodysec p {
  margin-top: -13px;
}

.detailcontainer .bodysec h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 15px;
}

.detailcontainer .header .close {
  float: right;
  padding: 10px 10px 0px 0px;
  cursor: pointer;
  position: absolute;
  right: 7px;
}

.detailcontainer .bodysec {
  margin-top: 62px;
  text-align: justify;
  font-size: 13px;
}

.detailcontainer .bodysec img {
  width: 100%;
}

.slickSlider .owl-dots .owl-dot span {
  background: linear-gradient(0deg, rgba(189, 195, 34, 1) 0%, #17a2b8 100%);
}

.modal-backdrop.show {
  display: none;
}

@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translatex(600px);
    -moz-transform: translatex(600px);
    -o-transform: translatex(600px);
    transform: translatex(600px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

.notifyjs-corner {
  left: 75% !important;
  bottom: 20px !important;
  right: 15px !important;
  width: 300px !important;
}

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 100%;
  }

  .col-md-8 {
    max-width: 100%;
  }

  .col-md-6 {
    max-width: 100%;
  }

  .col-md-4 {
    max-width: 100%;
  }
}

/* detailPolicyDrawer */
.detailPolicyDrawer {
  position: fixed;
  background: #ffffff;
  left: 20%;
  height: 100%;
  overflow-y: auto;
  width: 690px;
  padding: 14px;
  overflow-x: auto;
  /* animation: opactyeaseoute;
    animation-duration: 2.7s; */
  animation: fadeInLeft1 0.5s ease-in both;
}

.formDateSupport input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.formDateSupport input[type="number"] {
  -moz-appearance: textfield;
}

.formDateSupport select {
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.formDateSupport #context123 {
  position: relative;
  left: 0;
  top: 41px;
  padding-left: 12px;
}

.formDateSupport #context123:focus {
  outline: none;
}

.formDateSupport #context1234 {
  position: absolute;
  left: 0;
  right: 100%;
  padding: 6px;
  padding-left: 12px;
}

.formDateSupport #context1234:focus {
  outline: none;
}

.formDateSupport #context1234 img {
  width: 17px;
}

.formDateSupport #context123 img {
  width: 17px;
}

.detailPolicyDrawer h6 {
  text-align: center;
  padding: 7px 0px 0px 0px;
  font-size: 16px;
  font-weight: 800;
  color: #234a83;
}

.detailPolicyDrawer i {
  float: right;
  margin: 10px;
  color: #df1a21;
}

.detailPolicyDrawer tbody {
  font-size: 11px;
}

.detailPolicyDrawer thead tr th {
  font-size: 13px;
}

.detailPolicyDrawer .btncontainner {
  width: 100%;
}

.detailPolicyDrawer .btncontainner .btn {
  margin: 3px 2px 7px 0px;
  /* width: 149px; */
  padding: 5px 10px 5px 10px;
  padding: 7px 10px 10px 10px;
  font-size: 12px;
  height: 41px;
  background: #ececec;
  border: none;
  color: #000;
}

.detailPolicyDrawer .btncontainner .btn:hover {
  background-color: #dc1a21;
  color: #f8f8f8;
}

.detailPolicyDrawer .btncontainner .btn.active {
  color: #fff;
  background-color: #dc1a21;
  box-shadow: none !important;
}

.detailPolicyDrawer .btncontainner .btn-danger.focus,
.detailPolicyDrawer .btncontainner .btn-danger:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/* tabs hamburger */
.tabshamburger {
  /* padding: 15px 23px; */
  background: linear-gradient(
    90deg,
    rgba(56, 102, 161, 1) 0%,
    rgba(56, 102, 161, 1) 35%,
    rgb(80 168 232) 100%
  ) !important;
  /* background: #3866a1 !important; */
  overflow-y: hidden !important;
  overflow-x: hidden;
}

.tabshamburgersheader .headertabimage img {
  width: 90%;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.tabshamburger .tabhamdiv {
  background: linear-gradient(
    90deg,
    rgb(243 246 249) 0%,
    rgb(245 245 245) 35%,
    rgb(239 239 255) 100%
  );
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;

  border-radius: 35px 35px 0px 0px;
  box-shadow: 1px 1px 8px #423e3e;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

.tabshamburger #tabshamburgerdiv {
  overflow-y: auto;
  overflow-y: auto;
  /* max-height: 326px; */
  /* height: auto; */
  position: relative;
  padding-bottom: 35px;
  width: 100%;
}

#suggestions-container {
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
}
.suggestions-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.suggestion-item {
  padding: 8px;
  cursor: pointer;
}
.suggestion-item.selected,
.suggestion-item:hover {
  background-color: #f0f0f0;
}


.tabshamburger #tabshamburgerdiv .call-out-container {
  margin: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tabshamburger #tabshamburgerdiv .call-out-container img {
  width: 30px;
}

.tabshamburger .tabshamburgersheader .tabsheadercontent {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
}

.tabshamburger .tabshamburgersheader .tabsheadercontent .headertabimage {
  margin-top: -15px;
  width: 100%;
  position: relative;
  /* margin: auto; */
}

.tabshamburger .tabshamburgersheader .tabsheadercontent p {
     font-size: 14px;
    color: #e8e4e4;
    text-align: left;
    /* padding: 0px 8px 0px 0px; */
    word-spacing: 5px;
}

.tabshamburger .tabshamburgersheader .tabsheadercontent h3 {
  font-weight: 600;
  font-size: 20px;
  color: #f8f8f8;
}

.tabshamburger .tabhamburgersection {
  display: flex;
  justify-content: space-between;
  margin: 10px 20px 20px 20px;
  width: 90%;
}

#tabshamburgerdiv .call-out-container .call-out:hover {
  transform: scale(1);
  border: 1px solid #8da7cd;
}

.tabshamburger #tabshamburgerdiv .call-out-container .call-out > div {
  border: none;
  height: 36px;
}

#trnaslated{
  position: absolute;
  background: white;
  float: left;
  width: calc(100% - 100px);
  top: -30px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #80808057;
  padding: 0 10px;
  width: 100%;
  display: none;
  height: 70%;
  overflow: auto;
  font-size: 13px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 4px 10px;
  /* animation: fadeIn 0.3s ease-out; */
  font-size: 14px;
}

.tabshamburger .tabhamburgersection a {
  text-decoration: none;
  color: #524f4f;
  font-size: 14px;
  padding: 6px 0px 0px 0px;
  font-weight: 600;
  margin-right: 20px;
}

.tabshamburger .tabhamburgersection a:hover {
  text-decoration: none;
}

.tabshamburger .tabhamburgersection .active {
  color: #524f4f;
  font-weight: 600;
  border-bottom: 3px solid #c41a28;
}

.naya_convert {
  display: none;
}

.tabshamburger .viewmoreico {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.tabshamburger .viewmoreico span {
  font-weight: 600;
  padding: 3px;
  color: #80787d;
}

.tabshamburger .viewmoreico i {
  cursor: pointer;
  font-weight: 800;
  font-size: 20px;
  margin: 4px;
  color: grey;
  position: relative;
}

.tabshamburger .viewmoreico button {
  font-size: 10px;
  padding: 3px 8px;
  background-color: #1232bd;
  border-color: #0225ba;
  color: #f8f8f8;
  margin: 7px;
}

#tabshamburgerdiv::-webkit-scrollbar {
  width: 5px;
}
.tabhamdiv::-webkit-scrollbar {
  width: 5px;
}
.tabhamdiv::-webkit-scrollbar-thumb {
  background: #807d7d;
}
/* Track */
#tabshamburgerdiv::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#tabshamburgerdiv::-webkit-scrollbar-thumb {
  background: #807d7d;
}

/* Handle on hover */
#tabshamburgerdivr::-webkit-scrollbar-thumb:hover {
  background: #807d7d;
}

/* multicard support */
.multicard {
  background: transparent;
  padding: 16px;
}

.multicard .nepalicurrency {
  background: #e28118;
  border-radius: 50%;
  font-size: 11px;
  color: #fdfdfd;
  height: 16px;
  padding: 1px;
  /* margin: auto; */
  margin: 0px 5px 0px 0px;
  width: 16px;
  text-align: center;
}

.multicardcantainer .card {
  padding: 10px 15px;
  border-radius: 15px;
  box-shadow: 2px 2px 9px #cac3c3;
  margin: 0px 0px 7px 0px;
  background: linear-gradient(
    90deg,
    rgb(243 243 243) 0%,
    rgb(247 243 243) 35%,
    rgb(227 228 247) 100%
  );
}

.multicardcantainer .card .cardcontent h5 {
  font-size: 13px;
  font-weight: 700;
}

.multicardcantainer .card .cardcontent p {
  padding: 0;
  margin: 0;
  color: #848282;
  font-size: 12px;
}

.multicardcantainer .rightcardcontent p {
  margin: 0;
  font-size: 14px;
  color: #8e8888;
}

.multicardcantainer .card .multicardimage img {
  background: #d6d6ea;
  padding: 4px;
}

.multicardcantainer .rightcardcontent h5 {
  font-size: 14px;
  margin: 10px 0px 0px 0px;
  font-weight: 700;
}

.multicardcantainer .card .cardcontent button {
  color: #0124ba;
  padding: 0px 10px 0px 0px;
  margin: 0;
  font-size: 11px;
}

.multicardcantainer .card .cardcontent button:hover {
  text-decoration: underline;
}

.multicardcantainer .card .rightcardcontent p {
  font-size: 11px;
}

.multicardcantainer .cardcontent {
  display: grid;
}

.multicardcantainer .card .rightcardcontent {
  display: grid;
  width: 100px;
  row-gap: 42px;
}

.multicardimage {
  display: grid;
}

.multicardimage img {
  width: 45px;
  margin: auto;
}

.multicardimage span {
  font-size: 8px;
  text-align: center;
  display: block;
}

/* select box */
.selectboxinsidebot {
  margin: auto;
  width: 83%;
  padding: 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #e4e0e0;
}

.selectboxinsidebot .card select:focus {
  outline: none;
}

.selectboxinsidebot .card .select-box-btn button:focus {
  outline: none;
  box-shadow: nonea;
}

.selectboxinsidebot .card {
  display: grid;
  row-gap: 3px;
  border: none;
}

.selectboxinsidebot .card .select-box-btn {
  margin: auto;
  padding: 10px;
}

.selectboxinsidebot .card select {
  border: 1px solid #e0dcdd;
  border-radius: 4px;
  font-size: 14px;
}

.selectboxinsidebot .card .select-box-btn button {
  background: #e28118;
  border: none;
  padding: 2px 14px;
  font-size: 12px;
}

.selectboxinsidebot h4 {
  margin: 0px 0px 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #e28118;
}
