@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=Open+Sans:wght@400;600;700;800&display=swap');

@import url("./custom.css");




p,
b,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: 'poppins', sans-serif !important;
}

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

#botinitialised {
  display: block;
}

.headerimages {
  float: left;
  width: 60px;
  position: absolute;
  top: -3px;
  left: 0px;
  z-index: 1000;
}

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


#homehelpermodule {
  color: rgb(85, 83, 183);
  font-size: 13px;
  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;
  position: absolute;
  right: -1px;
  height: 23px;
  width: 23px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #f8f8f8;
}

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

.fa-microphone {
  color: #0171bc;
}

.startingmicro {
  color: #0171bc;
  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: 18px;
  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, .5);
  width: auto;
  margin: 0px 15px;
  color: #dc3545;
  font-size: 13px !important;
}

#outerDiv .modal-header .close {
  color: rgb(85, 83, 183);
}

#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: var(--footer);
  width: 100%;
  display: block;
  height: 52px;
  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: 'Open Sans', 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: 360px;
  top: 1px;
  /* box-shadow: 2px 3px 7px #8e8e8e; */
  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: #3d40a0;
}

#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: #3d40a0;
  -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 #3d40a0;
  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: #3d40a0;
}

#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: 'Open Sans', 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: #3d40a0;
}

#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#3d40a0;
}

#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;
}

.message-section li.sending span.emailhandle {
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: contents;
  pointer-events: none;
  cursor: default;

}

#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: 'Open Sans', 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: #3d40a0;
}

#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;
  position: absolute;
  color: #0171bc;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  margin-top: -2px;
  z-index: 1000000;
  top: 70px;
  right: -3px;
}

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

.contact-profile {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 69px;
  background: #0171bc;
  color: white;
  border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}

.contact-profile img {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 15px;
  display: none;
  animation: slideInFade 0.5s ease-in-out;
  animation-fill-mode: forwards;
  margin-top: 10px;

}

.contact-profile .textBot {
  margin-top: 22px;
  line-height: 15px;
  margin-left: 15px;
}

.contact-profile .textBot p {
  font-weight: bolder;
}

.contact-profile .textBot span {
  font-size: 12px;
}



#frame .content .messages {
  /* height: auto; */
  max-height: calc(100% - 120px);
  min-height: calc(100% - 119px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: var(--messageSection);
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  position: relative;
  overflow: auto;
  /* background-image: url(../images/imelife-bg-pattern.png) !important; */
}
@keyframes slideInFade {
  0% {
    transform: translateY(-50%); 
    opacity: 0;
}
100% {
    transform: translateY(0); 
    opacity: 1;
}
}

@keyframes slideOutFade {
  0% {
      transform: translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateY(-50%);
      opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
#message-module > .sentimentDiv {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for visibility */
  backdrop-filter: blur(5px); /* Blur effect for the background */
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideInFade 0.5s ease forwards;
}
#message-module > .sentimentDiv.removing {
  animation: slideOutFade 0.5s ease forwards;
}
.sentimentDiv img{
  width: 150px;
  height: 150px;
  animation: pulse 1s infinite ease-in-out;
}

#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: 0px 10px 10px 10px;
  width: calc(100% - 25px);
  font-size: 13px;
  position: relative;
}

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

#frame .content .messages .message-section ul li.link {
  color: #0069d9 !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: auto;
}


#frame .content .messages ul li.sent p,#frame .content .messages ul li.sent div  {
  display: inline-flex;
  flex-direction: column;
  /* 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;
  font-size: 13px;
  word-break: break-word;
  margin-bottom: 1rem;
}
#frame .content .messages ul li.sent div p{
  margin: 0;
    padding: 0;
    max-width: unset;
    position: unset;
    animation: unset;
    display: unset;
}
#frame .content .messages ul li.sent p::after, #utterPara::after {
  position: absolute;
  top: 12px;
  left: -15px;
  content: "";
  /* background: red; */
  background: #d7d6ff;
  height: 15px;
  width: 26px;
  transform: rotate(562deg);
  clip-path: polygon(13% -23%, 23% 97%, 86% 17%);
  -webkit-clip-path: polygon(13% -23%, 23% 97%, 86% 17%);
  /* border-bottom: 1px solid #ffffff; */
  border-right: 1px solid #b1b1b1;
}

#frame .content .messages ul li.replies img {
  float: right;
  margin: auto;
}

#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;
}

#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;
}

#utterPara ul,ol{
  padding: 0 8px;
}
#utterPara ol p{
  word-break: break-word;
}

#utterPara p::after{
  display: none;
} 

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


}

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

.multipletitlesent {
  margin-bottom: 20px;
  position: relative;
  /*'padding': '0 15px',*/
  background: var(--Sent-li);
  max-width: 46vh;
  color: #444;
  font-size: 13px;
  border-radius: 20px;
  font-family: 'Lato', sans-serif;
  animation: opactyblinkleft;
  animation-duration: 0.7s
}

.multipletitlesent::after {
  position: absolute;
  top: 12px;
  left: -15px;
  content: "";
  /* background: red; */
  background: #d7d6ff;
  height: 15px;
  width: 26px;
  transform: rotate(562deg);
  clip-path: polygon(13% -23%, 23% 97%, 86% 17%);
  -webkit-clip-path: polygon(13% -23%, 23% 97%, 86% 17%);
  /* border-bottom: 1px solid #ffffff; */
  border-right: 1px solid #b1b1b1;
}

#frame .content .messages ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  background: #fff;
  padding: 2px;
  border: 2px solid #9e9e9e24;
}

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

#frame .content .messages ul li p,#frame .content .messages ul li div {
  display: inline-block;
  padding: 10px 15px;
  /* border-radius: 16px; */
  /* max-width: 72vw; */
  max-width: 46vh;
  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;
}

#frame .content .message-input .wrap textarea {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: 100%;
  background: #ffffff;
  padding: 5px;
  font-size: 0.8em;
  color: #000;
  /* border: 1px solid #e0dfdf; */
  border-right: none;
  margin: 0;
  resize: none;
  height: 30px;
  font-size: 0.8em;
  color: #32465a;
  /* border: 1px solid #e0dfdf; */
  border-right: none;
  margin: 0;
  background: #efefef;
  padding-left: 10px;
}

#frame .content .message-input .wrap textarea: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: .5;
  cursor: pointer;
}

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

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

#frame .content .message-input .wrap .submit {
  background: #efefef;
  color: #0171bc;
  padding-bottom: 10px;
}

#frame .content .message-input .wrap .submit:hover {
  /* color: #0171bc; */
  color: white;
}

#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 10px 0;
  cursor: pointer;
  /* background: white; */
  background: rgb(61 64 160);
  color: #f5f5f5;
  height: 50px;
}

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

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

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

.mainMenuContainer {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.call-out-container {
  display: grid;
  padding: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0.4em;
}

.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 .7s;
  /* Animation */
  font-family: 'Open Sans', sans-serif;
}

.call-out span {
  font-weight: 700;
}

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

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

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

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

#menu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 69px;
  bottom: 45px;
  overflow: hidden !important;
  z-index: 9999;
  animation-delay: 0s;
  background-color: #3D409F;


}

#menu-container #topModule {
  background: #3D409F;
  padding: 2px 10px 1px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#menu-container #topModule .mascotDiv img {
  width: 90px;
}

#menu-container #topModule .textDiv {
  color: #fff;
}

#menu-container #topModule .textDiv h4 {
  font-size: 15px;
  margin-bottom: 0px !important;
  margin-top: 10px;
}

#menu-container #topModule .textDiv h6 {
  font-size: 12px;
  margin-bottom: 10px;
}

#menu-container #topModule .textDiv p {
  font-size: 10px;
}

.Fullbanner {
  top: 0px !important;
  /* border-radius:20px 20px 0px 0px !important; */
}

#menu-container .call-out {
  color: #0171bc;
}

#menu-container .header {
  padding: 9px 60px 7px 68px;
  color: #fbfbfb;
  position: relative;
  font-weight: 600;
  text-align: justify;
  font-size: 11px;
  background: #3c3fa0;
}

#menu-container .header .headerimages {
  float: left;
  width: 94px;
  position: absolute;
  top: 0px;
  left: -17px;
}

#menu-container .header .hamburgerheader {
  font-size: 19px;
  font-weight: 800;
}

#menu-container .margin-20 {
  margin: 30px 11px !important;
}

.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: 13px;
  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: #3d40a0;
  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: 11px;
}

#quick_reply {
  width: 100%;
  /* text-align: center; */
  padding: 0 0.5rem 0 1.5rem;
  margin-bottom: 40px;
}

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

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

#quick_reply a {
  text-decoration: none;
  display: block;
  background: #0171bc;
  color: #f1eaea;
  border-radius: 16px;
  padding: 0.4rem 1rem;
  font-size: 13px;
  cursor: pointer;
  border: none;
}

#quick_reply a:hover {
  background: rgb(85, 83, 183);
  color: var(--white);
}

#previousButton {
  padding: 2px !important;
  display: block;
  margin: auto;
  margin-bottom: 3rem;
  background: #0171bc;
  color: #f5f5f5;
  width: 37%;
  font-size: 14px;
  border: none !important;
}

#previousButton:hover {
  background-color: #3d40a0;
}

#location-card .button-container button:hover {
  background: #0171bc;
  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;
}

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

#quick_reply p:hover {
  background: #00746a;
  color: var(--white);
}

#message-module {
  background: #e6eaea;
}

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

.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: 20px;
  width: 90%;
  /* animation: opactyeaseoute;
  animation-duration: 2.7s; */
}

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

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

#container .table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border: 1px solid #e8e0e0;
  background-color: #ffffff;
  color: #0171bc;
  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: rgb(85, 83, 183);
  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;
}

.ico:hover {
  color: red;
  cursor: pointer;
}

.sent span:hover {
  cursor: pointer;
}

#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: 13px;
  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: 13px;
  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: #0171bc;
  margin-right: -15px;
}

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

#generalslider .slide-container {
  width: 90%;
  margin: 0 auto;
  background: #0171bc;
  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: rgb(85, 83, 183);
  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: 13px;
  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: 13px;
  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: 'Open Sans', 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: 16px;
  padding: 3px;
  margin: 0;
  background: #0171bc;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

#generalslider .slide-container p {
  font-size: 13px;
  padding: 0 15px 10px 20px;
  margin: 0;
  margin-bottom: 4px;
  background: #0171bc;
  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: 'Open Sans', 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: 13px;
  font-family: 'Open Sans', 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: #0171bc;
}


#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: 'Open Sans', 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: 104px;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

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

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

#slider .slide-container p i.fas {
  font-size: 13px;
}

#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: 'Open Sans', 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: 96%;
  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: 13px;
  color: #0171bc;
  margin: auto;
}

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

#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: #0171bc;
  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(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 #0171bc; */
  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: -25px;
  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 #0171bc;
  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: 'Open Sans', 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: #0069d9;
  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: #0171bc;
  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: #ff7600;
  outline: none;
}

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

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

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

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

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

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

.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: #3d40a0;
  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#3d40a0;
  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: #3d40a0;
  border-color: #3d40a0;
}

button,
input {
  overflow: visible;
  margin: auto;
  padding-left: 60px;
}

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: #a0431b;
  border: 1px solid #a0431b;
  color: var(--white);
}

p {
  font-family: 'Open Sans', sans-serif;
}

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

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

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

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

.jumbotron #subtitle {
  color: #52a028;
  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: 13px;
}

#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: #00746a;
}

#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: aliceblue;
  width: 300px;
  margin: auto;
  margin-top: 7px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 36px;
}

#Itemlist ul {
  margin-bottom: 10px;
}

#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: #0171bc;
  padding: 9px;
  border-bottom: 1px solid #e21a22;
}


#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 {
  padding: auto;
  background: rgb(61 64 160);
  color: var(--white);
  width: fit-content;
}

#Itemlist #seemorefacts:hover {
  background: #e21a22;
}

/* 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: 13px;
  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: 13px;
  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: 13px;
  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: #00746a;
}

/* 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: .2s;
  overflow: hidden;
  white-space: nowrap;
} */

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

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

.delay-2 {
  animation-delay: .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: rgb(85, 83, 183);
  padding: 0px 12px 5px 12px;
  font-family: serif;
}

.welcomeBanner .welcometopSide .bannercont .bannersub {
  color: rgb(85, 83, 183);
  font-family: fantasy;
  font-size: 15px;
}



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

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

.welcomebuttomSide .t1 .fa {
  color: rgb(85, 83, 183);
}

.welcomeBanner .welcometopSide h3 {
  color: rgb(85, 83, 183);
  font-family: sans-serif;
  word-spacing: 3px;
}

.welcomeBanner .welcometopSide p {
  color: rgb(85, 83, 183);
  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: 13px;
  /* 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: #0171bc;
  margin-top: 6px;
}

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

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

  50% {
    opacity: .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: rgb(85, 83, 183);
  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: #0171bc;
}

.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: 13px;
  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: rgb(85, 83, 183);
}

.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: #00746a;
  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: #0171bc;
  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;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 69px;
  z-index: 100 !important;
  bottom: 8%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  /* bottom: 0; */
  /* background-image: linear-gradient(rgb(255 255 255 / 89%),rgb(255 255 255 / 89%) ),url(../images/moscot.png) !important; */
  /* background: var(--messageSection1); */
  /* background-image: url(../images/imelife-bg-pattern.png) !important; */
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
  padding: 8px 25px;
  z-index: 1000;
}

#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: 'Open Sans', sans-serif;
  color: #0171bc;
}

#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: 'Open Sans', sans-serif;
  color: #0171bc;
}

#context-container #outerTitle {
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: 'Open Sans', 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: #0171bc;
  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: #0171bc;
}

#location-card .selectize-control.single .selectize-input,
#location-card .selectize-control.single .selectize-input input {
  color: #0171bc;
  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: 13px;
  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 #0171bc;
  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: #0171bc;
  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: #0171bc;
  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: 13px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  color: rgb(142 142 142);
}

#context-container .call-out-container .call-out i {
  color: rgb(85, 83, 183);
  text-align: center;
  font-size: 17px;
}

/* Context Inner */
#context-container .context-title {
  margin-bottom: 7px;
  /* text-align: right; */
  display: flex;
  float: left;
  /* margin: 8px 0px 8px 34px; */
}

#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: #6a040f;
  margin-right: 5px;
}

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

#context-container .context-title p {
  margin: 0;
  white-space: nowrap;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  color: #6a040f;
  /* padding: 10px 0px 10px 0px; */
  padding: 8px 0px 8px 8px;
}

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

#context-container p.subtext {
  font-size: 13px;
  font-weight: 600;
  color: #003049;
  display: inline-block;
  margin: 0;
}

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

#context-container .call-in-container .call-in {
  cursor: pointer;
  display: grid;
  border-bottom: 1px dotted #bbbad4;
  grid-template-columns: 90% 10%;
  margin: 10px 0px;
}

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

#context-container .call-in-container .call-in i {
  margin-top: 6px;
  color: #0171bc;
  text-align: end;
  font-size: 14px;
  font-weight: 600;
}

/*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: #0171bc;
}

.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 .2s ease;
  border-radius: 30px;
}

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

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

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  display: none !important;
}

.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: -10px;
}

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: #0171bc;
  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: #0171bc !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: #0171bc;
  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: 'Open Sans', sans-serif;
  color: #0171bc;
}

#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: 'Open Sans', sans-serif;
  color: #0171bc;
}

#context-container12 #outerTitle {
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: 'Open Sans', 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: 13px;
  font-weight: 500;
  margin-left: 2px;
  /* text-align: center; */
  color: rgb(85, 83, 183);
}

#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: rgb(85, 83, 183);
  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 rgb(85, 83, 183);
}

#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: rgb(85, 83, 183);
  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: #0171bc;
}

#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: #0171bc;
}

#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: rgb(85, 83, 183) !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: rgb(85, 83, 183);
  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: 'Open Sans', 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: #3d40a0;
  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: #00746a;
}

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

.message-input .buttoncontainer .cancel:hover {
  color: rgb(85, 83, 183);
}

.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: #0171bc;
  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-image: url(../images/imelife-bg-pattern.png) !important;
  position: absolute;
  bottom: 48px;
}

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

.catagories {
  height: 170px;
  display: block;
  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: 3%;
  position: absolute;
  width: 92%;
  font-size: 12px !important;
  max-width: 870px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 400px;
  background: var(--white);
  z-index: 100;
  /* top: -24px; */
  bottom: 49px;
  box-sizing: border-box;
  animation: opactyeaseoute;
  animation-duration: 2s;
  overflow: hidden;
}

#autosuggest::-webkit-scrollbar-thumb {
  background: #d603034d;
  width: 8px;
}

#autosuggest::-webkit-scrollbar {
  width: 8px;
}

#autosuggest .list-group-item:hover {
  background: rgb(221, 221, 232) !important;
  color: #0069d9 !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: rgb(85, 83, 183);
  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: 'Open Sans', 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, .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: 'Open Sans', sans-serif;
  color: #0171bc;
  top: 210px;
}

.formleadCapturesbanner .titleformleadcapture {
  font-size: 14px;
  padding: 126px 20px 8px;
  color: rgb(85, 83, 183);
  text-align: justify;
  background: transparent;
}

.formleadCapturesbanner .titleformleadcapture::before {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 50%;
  background: #0171bc;
  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: rgb(85, 83, 183);
}

.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: 'Open Sans', sans-serif;
  font-style: normal;
  padding: 19px 25px 0px 27px;
  color: #b1afaf;
}

.formleadCapturesbanner #btn-container button {
  margin: auto;
  background: #0171bc;
  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: 'Open Sans', 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: 'Open Sans', sans-serif;
  color: #0171bc;
  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: 'Open Sans', 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: 'Open Sans', 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: 13px;
}

.form-control {
  font-size: 13px;
  resize: none !important;
}
.form-control:focus{
  box-shadow: 0 0 5px rgba(0, 132, 255, 0.534);
}

.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: #0171bc;
}

#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: 13px;
  border: 1px solid #d6d1d1;
}
.mdb-select.md-form:focus{
  box-shadow: 0 0 5px rgba(0, 132, 255, 0.534);
  outline: none;

}

#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: rgb(85, 83, 183);
}

#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: rgb(85, 83, 183);
  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: rgb(85, 83, 183);
  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: 5%;
  left: 18px;
  box-shadow: -3px 0px 16px #414573;
  right: 20%;
  height: auto;
}

.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: rgb(85, 83, 183);
}




.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: #0171bc !important;
}


/* WFH DetailsDrawer */

#detailDrawer {
  margin: 10px;
  margin-top: 10px;
  margin-left: 15px;
  width: 330px;
  animation: opactyeaseoute;
  animation-duration: 2.7s;
  margin-bottom: 43px;
}

#detailDrawer .owl-nav button {
  color: #fefefe;
  width: 2.2rem;
  height: 2.2rem;
  background: #0171bc !important;
  border-radius: 50%;
}


#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: 13px;
  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: 13px;
  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: 'Open Sans', 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: 174px;
  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: #0171bc; */
  font-weight: 700;
  color: #0171bc;
  text-align: left;
  padding: 7px 0px 7px 8px;
  font-family: "Open Sans", sans-serif;
}

#detailDrawer .owl-theme .owl-nav [class*=owl-]:hover {
  background: #0171bc !important;
}

#detailDrawer .slide-container p {
  font-size: 13px;
  padding: 8px 10px 10px 10px;
  margin: 0;
  margin-bottom: 4px;
  /* background: #0171bc; */
  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: 'Open Sans', 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: 34%;
}

#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: rgb(85, 83, 183);
}

.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: 'Open Sans', 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; */
}

.slickSlider .slicksliderItem .slickbuttoncontainer button {
  background: transparent;
  color: #e01a22;
  border: transparent;
  display: block;
  margin: auto;
  font-size: 13px;
}

.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: 13px;
  margin: 3px auto;
  padding: 8px 23px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(212, 111, 29) 0%, rgb(224, 33, 61) 35%, rgb(248, 62, 80) 100%);
  color: #f5f5f5;
  font-family: 'Open Sans', 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: #0171bc;
  font-size: 22px;
}

.detailcontainer .popDetailsButton button {
  padding: 10px;
  /* display: flex; */
  background: #0171bc;
  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: decimal;
}

.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: rgb(85, 83, 183);
}

.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: 13px;
  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;
}

/* accordance */
.Accordiancecontainer {
  text-align: center;
  background: #ffffff;
  padding: 20px;
}

.Accordiancecontainer h2 {
  padding: 25px 0px 55px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  position: relative;
}

.procedureaccordianceaccul .accdiv {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.procedureaccordianceaccul {
  padding: 0px 0px 0px 16px;
}
.procedureaccordianceaccul h5{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.procedureaccordianceaccul button {
  margin: 5px auto;
  display: block;
  padding: 5px 39px;
  background: #3d40a0;
  border: none;
  font-size: 13px;
}

.procedureaccordianceaccul button:hover {
  background: #3d40a0;
}
.accdiv li:first-child {
  margin-top: 0 !important;
}

.relatedQueries, .relatedQueries div{
  margin: 0 !important;
  padding: 0 !important;
}


.Accordiancecontainer h2::before {
  width: 50px;
  height: 2px;
  margin-left: 18px;
  position: absolute;
  background: #00a651;
  bottom: 28px;
  /* left: -64px; */
  /* left: 0; */
  /* right: 0; */
  content: "";
}

.accordion {
  list-style: none;
  margin: 38px;
  padding: 0;
  background-color: #fff;
  max-width: 94%;
  border-radius: 0.4rem;
}

.accordion-list__item+.accordion-list__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-item--opened .accordion-item__icon {
  transform: rotate(180deg);
}

.accordion-item--opened .accordion-item__inner {
  max-height: 100rem;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-duration: 0.5s;
  transition-property: max-height;
}

.accordion-item--opened .accordion-item__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: opacity, transform;
  padding: 0;
}

.accordion-item--opened .accordion-item__content p {
  padding: 5px;
}

.accordion-item__line {
  /* display: block; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}

.Accordiancecontainer h4 {
  color: #716e6e;
  margin: 27px;
  font-size: 22px;
  font-weight: 400;
}

.accordion-item__title {
  font-size: 12px;
  word-spacing: 3px;
  margin: 7px;
  /* font-weight: 600; */
  color: #2b2a2a;
}

.accordion-item__icon {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABGklEQVR4Ae3RAcZCQRiF4buDfwshBGi+2UQgcIGAVtpSIuS/KyilG+UTcbk6zIH3GQBm3mM6AAAAAAAAAACA+eqf/yZBXcV/2XeCVPYx1FXj/FjGUMd45AQp/1HHGGLZNL+e61jHnKDmv8652YT1IvPfE2LX/Sh27/ycsF60yT/lk58JYn6eU4MJccjnlAmZ/33i0OAH4jg9Qcw/5g9YJpS+m6n0xvzpCfVe+nn59S7kGyYo+YYJWz3fO+E2PaFs9XzPhMy/6fmWCXq+YUJs9HzrhLh+JsQmrnq+bYKeb52g53snXPR88wQ93z9Bz/dP0PP9E/R89wQ93zpBz7dO0POtE/R86wQ93zpBzzdP+MoHAAAAAAAAAADAExTnTW20AtjhAAAAAElFTkSuQmCC);
  opacity: 0.6;
}

.accordion-item__inner {
  max-height: 0;
  overflow: hidden;
  text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-duration: 0.5s;
  transition-property: max-height;
  z-index: 1;
  position: relative;
}

.accordion-item__content {
  opacity: 0;
  transform: translateY(-1rem);
  transition-timing-function: linear, ease;
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-delay: 0.5s;
  padding: 0 1.2rem 1.2rem;
}

.accordion-item__paragraph {
  margin: 0 !important;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}



/* contact module section */
#contactmodule {
  border: 1px solid #393ec5;
  margin: 10px 19px 30px 23px;
  padding: 10px px 20px;
  border-radius: 20px;
  color: #393ec5;
}

#contactmodule ul {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}

#contactmodule button {
  display: block;
  background: #0171bc;
  color: #f8f8f8;
  padding: 2px 40px;
  cursor: pointer;
  margin: 14px auto;
}

#contactmodule .contactcard h5 {
  font-size: 20px;
  font-weight: 700;
  padding: 6px 8px;
  border-bottom: 2px solid #0171bc;
}

#messageTimeStamp {
  font-size: 10px; 
  text-align: right; 
  text-decoration: none;
  color: #000 !important; 
  justify-content: right;
  pointer-events: none;
  /* display: none; */
}