
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');


 
*{margin:0; padding:0; transition:all 0.5 ease-in; -webkit-transition:all 0.5 ease-in; -moz-transition:all 0.5 ease-in; -o-transition:all 0.5 ease-in; -ms-transition:all 0.5 ease-in;}

html {
  scroll-behavior: smooth;
}

img{max-width:100%;}
.mobile-whatsapp{display:none;}
.clearfix{clear:both;}
body{font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  padding: 0;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -0.02em;
}
.width-auto {
  min-width: inherit !important;
  max-width: inherit !important;
  width: auto !important;
}

a{color:#4E4EED; text-decoration:none; transition: all 0.5s ease-in-out 0s;}
a:hover{color:#050534;  text-decoration:underline; }
a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.fot-weg800{font-weight: 800;}
.text-danger{ color: #ff2f22 !important;}
.text-primary{ color: #2099dd !important;}
ul, li{list-style-type:none; padding:0; margin:0;}
h1,h2,h3,h4,h5,h6, p, ul, li{margin:0; padding:0;}
p{padding:0 0 20px;}
.section-padding{padding: 90px 0;}

.btn{padding: 14px 20px; border-radius: 3px; display: inline-block; margin: 0 5px 5px; font-style: normal; font-weight: 600; font-size: 15px; line-height: 16px; text-transform: uppercase; border: none; position: relative;}

.btn-primary{ background: #050534; filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); border-radius:5px; vertical-align: middle; text-transform: none; font-weight: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; min-width: 230px;}

.btn-primary:hover{background: #0e0e59; color: #fff;}
.btn-primary .fa {
  position: absolute;
  right: 15px;
  top: 15px;
}




.btn-whitebut{ background:transparent; filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); border-radius:25px; vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; min-width: 230px; 
  color: #fff;
  border: 1px solid #fff;
  text-align: center;}

.btn-whitebut:hover{ color: #fff; background: #050534;  border: 1px solid #050534;}







.d-block{display: block;}

h1{
  font-size: 35px;
  font-weight: 600;
  Line-height: 41.06px;
  padding: 0 0 15px;
  color:#000;
  letter-spacing: -0.02em;
}
h1 span{font-weight:900;}
h2{
  font-size: 25px;
  font-weight: 600;
  Line-height: 29.33px;
  padding: 0 0 20px;
  position: relative;
  color:#050534;
}


h3{
  font-size: 18px;
  font-weight: 600;
  Line-height: 21px;
  padding: 0 0 15px;
}

.fullwidth{width: 100%;}
.bluebg{position: absolute; left: 0; bottom: -15px;}
.redbg{position: absolute; right: 0; top: 0;}
footer{
  background: #050534;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.image-round{border-radius: 10px;}
.w-100{width: 100%;}


/* header section */
header{
  padding: 35px 60px;
}
.logo{display: flex;}



.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 650px;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 580px;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 60px;
  padding: 15px;
  background: #050534;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.overlay button:hover {
  background: #4e4eed;
}
.overlay-content form {
  width: 640px;
  margin: 0 auto;
}





/* menu section */
.menu-btn {
  font-size: 30px;
  padding-right: 24px;
  cursor: pointer;
}
.profilepic {
  display: flex;
  padding: 0 35px 0 45px;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.profilepic img{width: 76px;
  border-radius: 50%; margin-right: 15px;}


/* banner section */

.banner{position: relative; text-align: center;  padding:0px 0 45px;  color: #171F24; border-bottom: 1px solid #f0f0f0;}
.banner h1{ color: #171F24; position: relative; padding-top: 15px; line-height: 30px;}



/* login page */
.loginbg{height: 100vh; background: url(../images/login-bg.jpg) no-repeat 0 0; background-size: cover;}
.login-right{max-width: 470px; padding: 5% 8%; position: relative; top: 48%; transform: translateY(-50%);}
.login-right h1{padding: 0;}
.login-right p{padding: 0 0 30px;}
.desktop{display: inline-block;}
.mobile{display: none;}
.login-right .btn{margin-bottom:15px; margin-right: 0; margin-left: 0;}
.ortext {
  text-align: center;
  padding: 0 0 10px;
  font-weight: 600;
  font-size: 15px;
}
.btn-facebook{ background: #3b5999; filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); border-radius:5px; font-weight: normal; text-transform: none; color: #fff; position: relative; margin-bottom: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.btn-facebook:hover{ background: #050534; color: #fff;}
.btn-facebook .fa {
  font-size: 22px;
  line-height: inherit;
  padding-right: 10px;
}





.btn-white{ background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.1);  border-radius:5px; font-weight: normal; text-transform: none;  position: relative; margin-bottom: 5px;
  vertical-align: middle; color: #6E6E6E; text-align: left;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.btn-white:hover{background: #0e0e59; color: #fff;}
.btn-white .fa {
  font-size: 22px;
  line-height: inherit;
  padding-right: 10px;
}


.btn-white .fa{position: absolute; right: 10px; top: 15px; color:#DFDFDF;}





.btn-code{ background-color: #032936; filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); border-radius:5px; font-weight: normal; text-transform: none; color: #fff; position: relative; margin-bottom: 5px; 
  text-align: left; padding: 14px 53px; vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.btn-code:hover{background: #074054; color: #fff;}
.btn-code img {
  position: absolute;
    left: 26px;
    top: 10px;
 
}

.btn-code::before {
  content: "";
  position: absolute;
  border-radius:5px;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #031a22;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-code:hover::before{
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.btn-code span {
  position: absolute;
  right: 14px;
  background: #0b607d;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  border-radius: 3px;
  top: 10px;
}

.btn-code span img {
  position: static;
}
.login-right .btn-primary{width: 100%;}
.codefield {
  background: #fff;
  padding: 8px 35px 8px 37px;
  border-radius: 5px;
  margin: 0 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}

.codefield img {
  position: absolute;
  left: 17px;
  top: 10px;
}
.codefield input {
  background: #fff;
  border: none;
  padding: 2px 10px;
  color: #171F24;
}
.codefield span {
  position: absolute;
  right: 14px;
  background: #8989f3;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  border-radius: 3px;
  top: 10px;
}
.codefield span img{position: static;}
.codefield input:focus-visible {
  outline: none;
}

.highlights-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.loginrighttop{height: 100vh;}






/* intro page */
/*.intro{position: relative; height: 100vh; background: url(../images/bluebg.jpg) no-repeat 0 0; background-size: cover; color: #fff;}*/
.intro {
  position: inherit;
  height: 100%;
  background: url(../images/bluebg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  left: 0;
  right: 0;
  z-index: -1;
}
.introconr {
  padding: 90px 0;
}
.introconr h1{color: #fff; padding: 0  0 45px;}
.mobilepic {
  text-align: center;
  position: relative;
}
.vcenter-item {
  display: flex;
  align-items: center;
}
.intro .container{position: relative;}

.toppic {
  position: absolute;
  left: 0;
  top: -130px;
}





.mobilepic img{position: relative; z-index: 99;}
.mobilepic img.symbol1 {
  position: absolute;
  left: 0;
  top: 25px;
  -webkit-animation: fadeinout 3s linear infinite;
    animation: fadeinout 3s linear infinite;
    opacity: 0.6;
    z-index: 9;
}
.mobilepic img.symbol2 {
  position: absolute;
  left: 0;
  bottom: 25px;
  -webkit-animation: fadeinout 3s linear infinite;
    animation: fadeinout 3s linear infinite;
    opacity: 0.6;
    z-index: 9;
}
@-webkit-keyframes fadeinout {
  0% { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}

@keyframes fadeinout {
  0% { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}
.bottompic {
  position: absolute;
  right: 5%;
  bottom: -15px;
}

/* onboarding-step page */

.onboarding {
  position: relative;
  height: 100vh; 
}
.onbordingfield{height: 100vh;}
.forminner {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  text-align: center;
}
.forminner h1{position: relative; padding-top: 20px;}
.forminner h1:before{
  content: "";
    width: 10%;
    height: 5px;
    background: #0E0E8C;
    display: block;
    position: absolute;
    left: 45%;
    top: 0;
}
.fieldbox .btn-primary {
  text-transform: none;
  font-weight: normal;
}
.fieldbox {
  background: #FAF8F7;
  box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 25px 30px 45px;
  margin: 10px 30px;
  text-align: left;
  position: relative;
}
.fieldbox1 {
  background: #FAF8F7;
  box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 25px 30px 45px;
  margin: 10px 30px;
  text-align: left;
  position: relative;
}
 .fieldbox input:focus ~ .floating-label,
 .fieldbox input:not(:focus):valid ~ .floating-label{
  top: 0px;
  bottom: 10px;
  left: 20px;
  font-size: 12px;
  opacity: 1;
}

.fieldbox .inputText {
  font-size: 14px;
  width: 100%;
  height: 58px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.fieldbox .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 16px;
  transition: 0.2s ease all;
}
.fieldbox .inputText:focus {
  outline: none;
}
.fieldbox .form-group{position: relative;}
.bottombutton {
  position: absolute;
  width: 100%;
  bottom: -80px;
  text-align: center;
}
fieldset a {
  opacity: 1 !important;
  display: block !important;
}

/* terms and conditions page */
.terms-conditions{height: 100vh; background: url(../images/terms-pic.png) no-repeat 0 0; background-size: cover;}
.terms-right {
  padding: 10% 0 15% 8%;
  position: relative;
  top: 48%;
  transform: translateY(-50%);
}
.terms-right h1{position: relative; padding-top: 20px;}

.termrsecight .btn-primarydiv{position: absolute; bottom:10%; left: 8%;}
.btn-primarydiv .btn-primary{min-width: inherit; border-radius: 25px;}
.btn-primarydiv a.btn-whitebutton{min-width: inherit; border-radius: 25px; padding: 14px 40px; display: inline-block;
  margin: 0 5px 5px;
  font-style: normal; font-size: 15px;
  line-height: 16px; border: none;
  position: relative; background: #fff; vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; color: rgba(0, 0, 0, 0.65);}

  .btn-primarydiv a:hover.btn-whitebutton{ background: #0e0e59; color: #fff;}

.mobileright{position: relative;}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #0E0E8C #ededed;
  height:415px;
  overflow: auto;
  margin: 0 auto;
  padding-right: 25px;
  border-radius: 0;
}

/* Works on Chrome, Edge, and Safari */
.custom-scroll::-webkit-scrollbar {
  width: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #ededed;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #0E0E8C;
  border-radius: 20px;
  border: 1px solid #0E0E8C;
}


.custom-scroll::-moz-scrollbar {
  width: 5px;
}

.custom-scroll::-moz-scrollbar-track {
  background: #ededed;
}

.custom-scroll::-moz-scrollbar-thumb {
  background-color: #0E0E8C;
  border-radius: 20px;
  border: 1px solid #0E0E8C;
}


/* body section */

.bodysection{
  padding: 55px 0;
}
.totalbodycont {
  min-height: calc(100vh - 65px);
}
.signed-section{
  padding: 30px;
  border: 2px dashed #4e4eed;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  margin-bottom: 35px;
}
.signedpic{margin: 0 25px 0 0;}
.ammount {
  padding: 19px 0;
  border-top: 2px solid #ecf0f5;
  margin-top: 25px;
  color: #032936;
  font-size: 18px;
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.ammount span{display: block; font-size: 16px;
  line-height: 20px; color: #9C0B42;}

.imagesection {
  background: #FFFFFF;
  padding: 15px;
  box-shadow: 0px 6px 10px rgba(50, 51, 94, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
  transition: .3s;
  height: calc(100% - 30px);
}

.raz-img {
  height: 160px;
  overflow: hidden;
}
/*.raz-img img {
  max-width: inherit;
  width: 100%;
}*/
.raz-img img {
  max-width: inherit;
  width: auto;
  height: 100%;
}
    .bottomtext {
      padding: 20px 0 0;
  }
  .imagesection:hover {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
    transform: scale(1.05,1.05);
}
.imagesection .profilesec span{display: block;}
.imagesection .profilesec {
  line-height: 18px;
  padding-bottom: 10px;
}
  .bottomtext h3 a{color: #000;}
  .bottomtext h3 a:hover{color: #4E4EED; text-decoration: none;}

.boxammount .ammount {
  border: none;
  padding: 0 60px 0 0;
  margin: 0;
  position: relative;
}
a.tag {
  position: absolute;
  background: #f4f6f9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  right: 0;
  top: 0;
}

a:hover.tag{background-color: #770632; color: #fff;}
.pagination1 nav {
  display: inline-block;
}
.pagination1 {
  text-align: center;
  padding: 35px 0 15px;
}
.pagination1 .page-link{ font-weight: 600; padding: 11px 17px; color: #6E6E6E;}
.pagination1 .pagination {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}
.pagination1 .page-item.active .page-link{background-color: #050534;
  border-color: #050534;}



/* details section */


.bigpic img {
  width: 100%;
}

.star {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 28px;
}
.detailsheading h2{padding: 0 0 10px;     font-size: 35px;
  font-weight: 600;
  Line-height: 41px}
.subheading{
  font-size: 14px;
    font-weight: 600;
    color: #9C0B42;
    padding: 1px 17px;
    display: inline-block;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px dashed #9C0B42;
}
.counttext {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 19px;
}
.counttext span {
  font-weight: bold;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #050534;
}
.detailspage h3{padding: 0 0 8px; font-size: 20px;}
.bottombut{padding: 25px 0;}
.free {
  font-size: 20px;
  font-weight: bold;
  color: #9C0B42;
}
span.status {
  padding: 0 0 20px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #969292;
}
.shorttext {
  padding: 0 0 28px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: right;
}
.middlete {
  text-align: center;
  padding: 20% 0 25%;
}
.middlete h3 {
  font-weight: bold;
  padding: 6px 0;
  font-size: 23px;
}
.idtext {
  font-size: 25px;
  font-weight: 600;
  color: #9C0B42;
}
.middlete span{font-size: 12px; font-weight: 600;}
.slider2 .owl-nav{display: none;}
.slider2 .owl-dots{     position: absolute; text-align: center;
  width: 100%;
  bottom: 10px;}
  .slider2 .owl-dots span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: rgba(255,255,255,0.5);
    margin: 3px;
    border-radius: 50%;
}

.slider2 .owl-dots .active span{background: rgba(255,255,255,1);}
.slider2 .owl-dots button:focus{outline: none;}
.hours {
  padding: 0 0 20px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #969292;
}
.hours span {
  font-size: 14px;
  padding-left: 5px;
}
.countbot .shorttext {
  padding: 0;
}
.track ul li {
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 18px;
}
.track ul li span {
  display: block;
  font-size: 12px;
  color: #797979;
}



.box label {
  position:relative;
  cursor:pointer;
  width: 100%;
}
.box label input {
  display:none;
}

.box label span {
  position:relative;
  display:block;
  margin: 0 0 7px;
  font-size:14px;
  padding:10px 8px;
  background: #fff;
  border: 1px solid #F0F0F0;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.box label input:checked ~ span {
  color:#fff;
  border: 1px solid #008eff;
}
.box label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.box label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}


.box label input:checked ~ span {
  color:#0E0E8C;
  border:1px solid #0E0E8C;
}



.box-field{
  position: relative;
  display: block;
  margin: 0 0 7px;
  font-size: 14px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #F0F0F0;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  width: 100%;
  text-align: left;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}

.box-fieldshort{display: flex; justify-content: center;}
.box-fieldshort input{width: 45px !important;
  text-align: center;
  margin: 0 5px !important;
  height: 39px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  border: 1px solid #e7e7e7 !important;
  background: #fff !important; font-family: 'Work Sans', sans-serif; }
  .box-fieldshort input:focus{outline: none;}
  .box-fieldshort input::placeholder{color: #000;}

  .heart{ color: #9d9d9d; font-size: 16px;
    line-height: 20px;}
    .img-round{border-radius: 50%;}
    .profilesec span{font-size: 13px; color:#868686;}
    .profilesec {
      display: flex;
      align-items: center;
  }
/*  .profilesec div {
    padding-left: 10px;
}*/

.filed {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.filed span {
  background: #4E4EED;
  color: #fff;
  padding: 4px 23px;
  font-size: 14px;
  border-radius: 17px;
}
.tabsection{padding: 35px 0 0 0;}

.details {
  column-count: 3;
}
.details ul li{
  padding: 0 0 20px;
  line-height: 20px;
}
.details ul li strong {
  text-transform: uppercase;
}
.comment{
  border: 2px solid #DFDFDF;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  min-height: 140px;
}
.question {
  position: relative;
  padding: 0 0 10px 25px;
  color: #171F24;
}
.question:before {
  content: "Q";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #000;
}
.answer {
  position: relative;
  padding: 0 0 10px 25px;
  color: #778087;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.answer:before {
  content: "A";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #000;
}

.popinnercont{width: 321px; margin: 45px auto;}
.popinnercont h2{text-align: center; padding: 0 0 25px;}


.popinnercont button{width: 100%; text-transform: none; margin-top: 12px;}

.box1 label {
  position:relative;
  cursor:pointer;
  width: 100%;
}
.box1 label input {
  display:none;
}
.box1 label span {
  position:relative;
  display:block;
  margin: 0 0 7px;
  font-size:17px;
  padding:10px 8px;
  background: #fff;
border: 1px solid #050534;
color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.box1 label input:checked ~ span {
  color:#fff;
  border: 1px solid #008eff;
}
.box1 label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.box1 label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}
.box1 label span.disabled {
  border: 1px solid #e9e9e9;
  color: #cfcfcf;
}
.box1 label span.selected {
  border: 1px solid #050534;
  color: #fff;
  background-color: #050534;
}

.box1 label input:checked ~ span {
  color: #fff;
  border: 1px solid #050534;
  filter: inherit;
  background: #050534;

}
.box1 {
  display: inline-block;
  margin: 0 5px 5px;
}

button.popcross {
  position: absolute;
  left: 15px;
  top: 10px;
}
a.filtericon {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #000;
  opacity: 0.5;
}
.filed span.orenge {
  background: #ff665c;
}
.popinnercont h3 {
  font-size: 25px;
  text-align: center;
  line-height: 24px;
}
.popinnercont h3 span {
  display: block;
  font-size: 16px;
}
.popinnercont h3 span.lighttext{
  color: #6E6E6E;
  font-weight: normal;

}
.profileleft{
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 20px;
text-align: center;
margin-top: -110px;
}
.profileleft h2{
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #050534;
}
.profilepicface {
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  position: relative;
  }

.profilepicface img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*.profilepicface img{border-radius: 50%;}*/
.facebooklist {
  padding: 0 0 12px;
}
.facebooklist ul {
  display: flex;
  flex-wrap: wrap;
}
.facebooklist ul li {
  padding: 0 30px 10px 0;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
  font-size: 18px;
}
.facebooklist ul li span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
a.follow{
  padding: 8px 35px;
  border:1px solid #1515bc;
  color: #070744;
  margin: 10px 0;
  display: inline-block;
  border-radius: 5px;
}
a:hover.follow{
  text-decoration: none;
  background-color: #070744;
  color: #fff;
}
.followbot {
  padding: 10px 0;
  text-align: left;
}
.followbot ul li a {
  display: block;
  padding: 11px 34px 11px 0;
  color: #000;
}
.followbot ul li {
  border-bottom: 1px solid #e1e6e9;
  margin-bottom: 8px;
  position: relative;
}
.followbot ul li a:hover{
  text-decoration: none;
  color: #008eff;
}
.followbot ul li a.edit{
  padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.orderstatus {
  width: 393px;
  text-align: center;
  margin: 0 auto;
}
a.commentbutton {
  width: 60px;
  height: 60px;
  line-height: 59px;
  background: #fff;
  box-shadow: 0px 10px 10px #ccc;
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  color: #b5bbc0;
  position: relative;
}
a:hover.commentbutton{
  background-color: #070744;
  color: #fff;
}

.filtertext{text-align: right; padding: 0 0 35px;}
.notification-container {
  position: fixed;
  top: 0;
  right: -8px;
  width: 350px;
  display: none;
  height: 100%;
  overflow: scroll;
  background: #fff;
  padding: 25px;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  box-shadow: 0 0 10px #ccc;
}

.selected {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

.topfilter{display: flex; justify-content: space-between; padding: 0 0 55px;}
.topfilter a {
  cursor: pointer;
  color: #000;
}
.notification-container h4{ font-weight: 500;  padding: 0 0 10px;
  font-size: 15px;
  line-height: 20px;}






  
.box2 label {
  position:relative;
  cursor:pointer;
  width: 100%;
}
.box2 label input {
  display:none;
}
.box2 label span {
  position: relative;
  display: block;
  margin: 0 0 0px;
  font-size: 12px;
  padding: 5px 25px;
  background: #fff;
  border: 1px solid #ebe8e8;
  color: rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  text-align: center;
}
.box2 label input:checked ~ span {
  border: 1px solid #008eff;
}
.box2 label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.box2 label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}

.box2 label span.selected {
  border: 1px solid #050534;
  color: #050534;
  background-color: #fff;
}

.box2 label input:checked ~ span {
  border: 1px solid #050534;
  color: #050534;
  background-color: #fff;

}
.box2 {
  display: inline-block;
  margin: 0 2px 5px;
}


.filterdiv{padding: 0 0 25px;}


.filter-price {
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: none;
  padding-top: 0;
  padding-left: 0;
  border-radius: 3px;
}

.price-field input[type="range"] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type="range"] {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
  outline: 0;
}

.price-field input[type="range"]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #F0F0F0;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
  border: 5px solid #050534;
}

.price-field input[type="range"]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  margin-top: -7px;
  background-color: #F0F0F0;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
  border: 5px solid #050534;
}

.price-field input[type="range"]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #F0F0F0;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
  border: 5px solid #050534;
}

/* Style track input range */

.price-field input[type="range"]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 5px;
}

.price-field input[type="range"]::-moz-range-track {
  /* Firefox */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #050534;
  border-radius: 5px;
}

.price-field input[type="range"]::-ms-track {
  /* IE */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #050534;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: left;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 14px;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width:60px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}


.price-wrap label {
  text-align: right;
  margin: 0;
}

/* Style for active state input */

.price-field input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.filtertext a {
  color: #000;
}
.filtertext a:hover{
  color: #008eff;
  text-decoration: none;
}
img.statuspic {
  border-radius: 50%;
  width: 174px;
  margin: 0 0 45px;
  padding: 20px;
  background: #fff;
  box-shadow: 6px 10px 20px #e1e1e1;
}

.vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
  pointer-events:none;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events:none;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width:inherit;
max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height:inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events:all;
}
.modal-content{width: 95%;}



















#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

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

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
letter-spacing: -0.02em;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0;
  /*background-image: none!important;*/
}


/*#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}
*/


#msform .action-button{
  max-width: 210px;
  min-width: 210px; 
  cursor: pointer;
  border: 0 none;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); 
  border-radius:5px; 
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); 
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; 
  position: absolute; 
  right: -15px; 
  bottom: 0; 
  text-align: left; 
  padding: 10px 38px 10px 20px; 
  font-family: 'Work Sans', sans-serif; 
  font-weight: normal; 
  letter-spacing: -0.02em;
  background: url(../images/arrow_right_alt.png) no-repeat 95% 10px #fff;
  color: rgba(0, 0, 0, 0.65);
  text-transform: none;
}
#msform .action-button.back {
  background-image: url(../images/arrow_left_alt.png);
  right: inherit;
  left: -15px;
  min-width: inherit;
  max-width: 103px;
  background-position: 10px;
  padding-left: 38px;
  padding-right: 20px;
}
#msform .action-button:focus,
#msform .action-button:hover{
  background-image: url(../images/arrow_right_alt_white.png);
  background-color: #050534;
  color: #fff;}

#msform .action-button.back:focus,
#msform .action-button.back:hover{
  background-image: url(../images/arrow_left_alt_white.png);
}



#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #673AB7;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #673AB7
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #673AB7
}

.progress {
  height: 30px;
  border-radius: 0;
}

.progress-bar {
  background-color: #050534
}

.fit-image {
  width: 100%;
  object-fit: cover
}






.selectsearch .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de
}

.selectsearch .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.selectsearch .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.selectsearch .select2-container--default .select2-selection--single,
.selectsearch .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px
}

.selectsearch .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.selectsearch .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.selectsearch .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px
}

.selectsearch .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px
}

.selectsearch .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-results {
  font-size: 14px;
}
.selectsearch .select2-container--default .select2-selection--single,
.selectsearch .select2-selection .select2-selection--single {
  border-radius: 4px !important;
padding: 8px 12px;
height: 40px !important;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
border: none;
font-size: 14px;
}

.selectsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px !important;
  right: 1px;
  width: 20px
}


#msform .btn {
  right: 0;
  padding: 14px 40px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px solid;
  position: relative;
  width: 237px;
}

#msform .btn-primary{ 
  background: #050534; 
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); 
  border-radius:5px; 
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); 
  -webkit-transition-property: color; 
  position: relative; 
  color: #fff; 
  text-transform: none; 
  font-weight: normal; 
  text-align: center;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; 
  min-width: 230px; 
  top: -33px; 
  left: 0;
  margin: 0 5px;
  padding: 10px 20px;
}

  /*#msform .btn-primary {
  background: #050534;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  position: relative;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-width: 230px;
  top: inherit;
  left: inherit;
  background-image: none;
  min-width: inherit;
  max-width: inherit;
  padding: 10px 15px;
  width: inherit;
  right: inherit;
}
#msform .btn-primary {
  background: #050534;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  position: inherit;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-width: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  max-width: inherit;
  right: inherit;
}*/
#msform .btn-primary.btn-light{
  background: #ffffff;
  color: #050534;
}
#msform .btn-primary:hover {
  background-color: #0e0e59;
  color: #fff;
  background-image: none;
}
#msform input[type="submit"], #msform input[type="button"] {
  width: auto;
  min-width: inherit;
  max-width: inherit;
}
#msform .bottombutton {
  position: absolute;
  width: 100%;
  bottom: -0;
  text-align: center;
}

.outerstep{height: 100vh;}


#parent{padding: 55px 0 0 0;}
.filtersection .btn{width: 20%;
  margin: 0;
  float: left;
  background: #fff; text-transform: none; font-weight: normal;}
  .filtersection .btn p {
    padding: 0 0 10px;
}

.filtersection .btn:focus{box-shadow: none;}
.iconright a{padding: 0 0 0 15px;}







#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
#sync1 .item img, #sync2 .item img{border-radius: 8px;}
#sync2 .item img {
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.owl-item.active.current img {
  border: 2px solid #050534;
}
#sync2 .item {
  background: #fff;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
}

#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}


.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.detailspage .owl-dots{display: none;}



.profilebanner {
  position: relative;
  text-align: center;
  background: url(../images/banner.png) no-repeat 0 0;
      background-size: auto;
  background-size: cover;
  padding: 85px 0;
  color: #fff;
}
.profilebanner h1{color: #fff;}
.lightbg{display: none;}

.filtersection .btn.active {
  color: #2665dd;
  background: #f7f7f7;
  font-weight: bold;
    
}
.selectsearch select.form-control {
  border: none;
  text-align:left !important;
}
.selectsearch select.form-control,
#msform .autocomplete input{margin-bottom: 1em; border-radius: 4px !important;
  background-color: #FFF;
  padding: 8px 12px;
  height: 40px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  border: none;
  font-size: 14px;}
.selectsearch select.form-control:focus,
#msform .autocomplete input:focus {
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
}

.autocomplete-items {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9;
  padding: 5px;
  top: 46px;
}
.autocomplete {
  position: relative;
}
.autocomplete-items div {
  padding: 5px 15px;
background: #f2f2f2;
border-bottom: 2px solid #fff;
font-size: 13px;
}

.detailspage .owl-nav{display: none;}

#sync2 .owl-nav .owl-prev span {
  position: relative;
  top: -2px;
}
#sync2 .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 29%;
  background: rgba(0,0,0,0.7);
  width: 30px;
  color: #fff;
  font-size: 25px;
  height: 30px;
  border-radius: 50%;
}

#sync2 .owl-nav.disabled {
  display: block !important;
}

#sync2 .owl-next span {
  position: relative;
  top: -2px;
}
#sync2 .owl-next span {
  position: absolute;
  right: 0;
  top: 29%;
  background: rgba(0,0,0,0.7);
  width: 30px;
  color: #fff;
  font-size: 25px;
  height: 30px;
  border-radius: 50%;
}
.detailspage #sync1 .owl-nav{display: none;}
.detailspage .owl-nav {
  display: block;
}

.fieldbox1 label{font-weight: bold;}
.fieldbox1 select{
    border-radius: 4px !important;
    background-color: #FFF;
    padding: 8px 12px;
    height: 40px !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    border: none;
    font-size: 14px;
}
.fieldbox1 textarea{
  border-radius: 4px !important;
  background-color: #FFF;
  padding: 8px 12px;
  height: 130px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  border: none;
  font-size: 14px;
  resize: none;
}
.fieldbox1 input[type="text"]{
  border-radius: 4px !important;
  background-color: #FFF;
  padding: 8px 12px;
  height: 40px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  border: none;
  font-size: 14px;
}
.fieldbox1 .btn-primary {
  width: 100%;
  margin: 8px 0;
}
.file {
  visibility: hidden;
  position: absolute;
  display: none;
}
.uploadout{
  padding:45px 15px;
  text-align: center;
  border: 1px dashed #c5c5c5;
  margin-bottom: 18px;
 border-radius: 5px;
}
div#image-form input {
  width: 100%;
  text-align: center;
  background: top;
  height: initial !important;
  padding: 0;
}
.uploadout p{padding: 0;}
.uploadout .input-group{display: block;}
.uploadout .input-group-append {
  display: inline-block;
  width: auto;
}
.uploadout .input-group-append button{
  border-radius: 5px !important;
    padding: 11px 25px;
    min-width: inherit;
}
.popinnercont1 {
  width: 421px;
  margin: 45px auto;
  text-align: center;
}
.popinnercont1 h3 {
  font-size: 24px;
}
.popinnercont1 button {
  min-width: 270px;
  margin: 3px 0;
}
button.whitebut {
  background: #fff;
  border: 1px solid #ccc;
  color: #778087;
}


.fieldbox2 {
  background: #FAF8F7;
  box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.fieldbox2 h3 {
  font-weight: 700;
  font-size: 23px;
  padding: 0 0 10px;
  color: #050534;
}







.checkboxsec label {
  position:relative;
  cursor:pointer;
  width: 100%;
}
.checkboxsec label input {
  display:none;
}

.checkboxsec label span {
  position:relative;
  display:block;
  margin: 0 0 7px;
  font-size:15px;
  padding:28px 40px 28px 95px;
  background: #fff;
  border: 1px solid #F0F0F0;
  color: #000;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  
}
.checkboxsec label span img{
  position: absolute;
  left: 43px;
  top: 23px;
  width: 32px;
}
.checkboxsec label input:checked ~ span {
  color:#fff;
  border: 1px solid #008eff;
}
.checkboxsec label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.checkboxsec label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}
.checkboxsec label span .fa{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
  color:#050534;
  opacity: 0;
}

.checkboxsec label input:checked ~ span {
  color:#050534;
  border:1px solid #050534;
}

.checkboxsec label input:checked ~ span .fa{
  opacity: 1;
}
.bottombutton1 {padding-top: 10px;}
.fieldrezzar{padding: 15px 15px 0 ; text-align: left; min-height: 400px;}
.fieldrezzar .form-control {
  border: 1px solid #ededed;
  font-size: 14px;
  padding: .575rem .75rem;
}
.addfield{padding: 30px 0;}
a.plussign {
  position: absolute;
  right: 16px;
  top: 7px;
  color: #000;
  text-decoration: none;
}
.addfield .form-group {
  position: relative;
}
#fileUploadsContainer .form-control{
  margin-bottom: 10px;
}
.fieldrezzar label{
  font-size: 15px;
  font-weight: 600;
}



.checkboxsec1 label {
  position:relative;
  cursor:pointer;
}
.checkboxsec1 label input {
  display:none;
}

.checkboxsec1 label span {
  position:relative;
  display:inline-block;
  margin: 0 0 7px;
  font-size:15px;
  padding:8px 8px;
  background: rgb(231, 231, 231);
  border: 1px solid #F0F0F0;
  color: #000;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  width: 70px;
  
}
.checkboxsec1 label span img{
  position: absolute;
  left: 43px;
  top: 23px;
}
.checkboxsec1 label input:checked ~ span {
  color:#fff;
  border: 1px solid #008eff;
}
.checkboxsec1 label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.checkboxsec1 label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}
.checkboxsec1 label span .fa{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
  color:#050534;
  opacity: 0;
}

.checkboxsec1 label input:checked ~ span {
  color:#fff;
  border:1px solid #050534;
  background-color: #050534;
}





/*.checkboxsec2 label {
  position:relative;
  cursor:pointer;
}*/
.checkboxsec2 label {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #F0F0F0;
  width: 33%;
}
.checkboxsec2 label input {
  display:none;
}

.checkboxsec2 label span {
  position:relative;
  display:inline-block;
  margin: 0px;
  font-size:13px;
  padding:8px 11px;
  background: #fff;
  border: 1px solid transparent;
  color: #000;
  border-radius: 4px;
  text-align: left;
  font-weight: 400;
  /*width:100px;*/
  
}
.checkboxsec2 label span img {
  margin-right: 5px;
  width: 24px;
  height: auto;
}
.checkboxsec2 label input:checked{
  color:#fff;
  border: 1px solid #008eff;
}
.checkboxsec2 label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.checkboxsec2 label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}
.checkboxsec2 label span .fa{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
  color:#050534;
  opacity: 0;
}

.checkboxsec2 label input:checked ~ span {
  color:#050534;
  border:1px solid #050534;
  height: 100%;
}
.coa_label-title {
  width: calc(100% - 30px);
}

#charNum, #charNum1, #charNum4 {
  font-size: 13px;
  position: absolute;
  right: 10px;
  bottom: 3px;
}
.fieldrezzar .form-group {
  position: relative;
}
textarea{resize: none;}

.form-group {
  position: relative;
}










.priceouter{padding: 0 0 40px;}
.range-slider {
  width: 100%;
  margin: auto;
  text-align: right;
  position: relative;
  height:2.8em;
  font-weight: 600;
}

.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}
.priceheading{display: block; text-align: left;}
.pricetext{position: relative;
  top: -28px;}
input[type=number] {
  border: none;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  width: 32px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid transparent;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eaeaea;
}

input[type=range]:focus::-ms-fill-lower {
  background: #eaeaea;
}

input[type=range]:focus::-ms-fill-upper {
  background: #eaeaea;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animation: 0.2s;
  background: #eaeaea;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  border: 5px solid #050534;
  height: 14px;
  width: 14px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  z-index: 99999;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animation: 0.2s;
  background: #eaeaea;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
  z-index: -1;
}

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  border: 5px solid #050534;
  height: 3px;
  width: 3px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  z-index: 99999;

}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #eaeaea;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  border: 5px solid #050534;
  height: 3px;
  width: 3px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
  z-index: 99999;
}
.thum {
  width: 100px;
  margin-left: -5px;
  margin-right: -5px;
}
.thum .img-thumbnail{
  width: 106px;
  height: auto;
  margin: 0 0 5px 5px;
  position: relative;
}
.thum .img-thumbnail a.remove-img {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #000;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.fieldrezzar div#image-form input {
  border: none;
  padding: 20px 0 10px;
  font-weight: 500;
}


.notification-container label {
  font-size: 15px;
  font-weight: 500;
}
.notification-container .form-control {
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0.575rem 0.75rem;
}
.notification-container .form-group {
  position: relative;
}
.notification-container #charNum2, .notification-container #charNum3 {
  font-size: 13px;
  position: absolute;
  right: 10px;
  bottom: 3px;
  color: #adadad;
}
.notification-container .btn-primary{
  width: 100%;
  margin: 0;
}



.checkboxsec3 label {
  position:relative;
  cursor:pointer;
}
.checkboxsec3 label input {
  display:none;
}

.checkboxsec3 label span {
  position:relative;
  display:inline-block;
  margin: 0 0 7px;
  font-size:12px;
  padding:15px 7px;
  background: #fff;
  border: 1px solid #F0F0F0;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  width:136px;
  
}
.checkboxsec3 label span img{margin-right: 5px;}
.checkboxsec3 label input:checked ~ span {
  color:#fff;
  border: 1px solid #008eff;
}
.checkboxsec3 label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.checkboxsec3 label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}
.checkboxsec3 label span .fa{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
  color:#050534;
  opacity: 0;
}

.checkboxsec3 label input:checked ~ span {
  color:#050534;
  border:1px solid #050534;
}

.dispute-heading{
  text-align: center;
  padding: 15px 0 5px;
}
.dispute-heading h3{
  font-size: 25px;
}
.dispute-heading h3 {
  font-size: 24px;
  line-height: 1.1;
  padding-top: 5px;
  font-weight: bold;
}
.fieldbox1 .owl-nav{display: none;}
.fieldbox1 .owl-dots{display: block; width: 100%; text-align: center; padding: 0 0 15px;}
.fieldbox1 .owl-dots button span{width: 9px; height: 9px; background-color: #fff; display: block; margin: 0 2px; border: 1px solid #aeaeae; border-radius: 50%;}
.fieldbox1 .owl-dots button:focus{outline: none;}
.fieldbox1 button.owl-dot.active span{background-color: #050534 !important; border: 1px solid #050534;}




.newsubscription{
  width: 450px;
  margin: 35px auto;
  height: 100vh;
}
.inner-subs{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FAF8F7;
    box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding:22px;
    text-align: center;
}
.inner-subs a, .inner-subs button {
  width: 75%;
  text-transform: none;
  margin-top:6px;
}
.inner-subs a.whitebut{background-color: #fff; border: 1px solid #ccc;
  color: #778087;}

  .inner-subs a:hover.whitebut {
    background: #0e0e59;
    color: #fff;
}

img.subpic {
  border-radius: 50%;
  margin-top: -85px;
  box-shadow: 0 0 24px #8f8f8f;
}



.successtext{
  position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    padding:0 22px;
    text-align: center;
}






.checkboxsec4 label {
  position:relative;
  cursor:pointer;
  width: 49%;
}
.checkboxsec4 label input {
  display:none;
}
.checkboxsec4 label span strong {
  display: block;
  font-size: 25px;
  padding-top: 3px;
}
.checkboxsec4 label span {
  position: relative;
  display: inline-block;
  margin: 0 0 7px;
  font-size: 16px;
  padding: 8px 8px;
  background: rgb(231, 231, 231);
  border: 1px solid #F0F0F0;
  color: #000;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  
}
.checkboxsec4 label span img{
  position: absolute;
  left: 43px;
  top: 23px;
}
.checkboxsec4 label input:checked ~ span {
  color:#fff;
  border: 1px solid #008eff;
}
.checkboxsec4 label input:checked ~ span:before {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  z-index:-1;
  filter: blur(10px);
}
.checkboxsec4 label input:checked ~ span:after {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  
}
.checkboxsec4 label span .fa{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
  color:#050534;
  opacity: 0;
}

.checkboxsec4 label input:checked ~ span {
  color:#fff;
  border:1px solid #050534;
  background-color: #050534;
}

.fieldphone {
  background: #fff;
  padding:3px 6px;
  display: flex;
  border: 1px solid #F0F0F0;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  width: 100%;
  text-align: left;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.fieldphone select {
  border: none;
  width: 60px;
  padding: 0 0 0 7px;
}
#msform .fieldphone input.form-control {
  margin: 0;
  padding: 0 0 0 10px;
  background: #fff;
  border: none;
}
/*.changenumber {
  position: relative;
  top: -24px;
  padding: 0 30px;
}*/
.changenumber {
  position: relative;
  top: 38px;
  padding: 0 30px;
  margin-top: 10px;
}

fieldset .changenumber a {
  display: inline-block !important;
  font-size: 14px;
  font-weight: 600;
}
.fieldphone select:focus {
  box-shadow: none;
}

/*............Notification Setteings.............*/
.notification-section{
  padding: 10px 0px;
}

.form-switch {
  padding: 10px 0;
}
.form-switch input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
}

.form-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #e2e2e2;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin: 0;
}

.form-switch label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.form-switch input:checked + label {
  background: #050534;
}

.form-switch input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.form-switch label:active:after {
  width: 40px;
}
.label-title{
  display: inline-block;
  margin-left: 6px;
  text-transform: capitalize;
}












form.steps.newnextbar {
  text-align: left;
  font-size: 16px;
}

.steps {
width: 100%;
margin: 0;
position: relative;
}

.steps fieldset {
background: white;
border: 0 none;
box-sizing: border-box;


}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
.steps label{
color: #333333;
text-align: left !important;
font-size: 15px;
font-weight: 200;
padding-bottom: 7px;
padding-top: 12px;
display: inline-block;
}


.steps input, .steps textarea {
outline: none;
display: block;
width: 100%;
margin: 0 0 20px;
padding: 10px 15px;
border: 1px solid #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #837E7E;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}

.steps input:focus, .steps textarea:focus{
color: #333333;
border: 1px solid #7B1FA2;
}

.error1{
 -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 0 transparent;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
position: absolute;
left: 525px;
margin-top: -58px;
padding: 0 10px;
height: 39px;
display: block;
color: #ffffff;
background: #e62163;
border: 0;
line-height: 39px;
white-space: nowrap;

}

.error1:before{
  width: 0;
height: 0;
left: -8px;
top: 14px;
content: '';
position: absolute;
border-top: 6px solid transparent;
border-right: 8px solid #e62163;
border-bottom: 6px solid transparent;
}

.error-log{
  margin: 5px 5px 5px 0;
font-size: 19px;
position: relative;
bottom: -2px;
}

.question-log {
margin: 5px 1px 5px 0;
font-size: 15px;
position: relative;
bottom: -2px;
}

/*buttons*/
.steps .action-button, .action-button {
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 40px 10px 20px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  border-radius: 3px;
  width: auto;
  font-size: 16px;
  background: url(../images/arrow_right_alt.png) no-repeat 88% 10px #050534
}

.steps .next, .steps .submit{
  float: right;
}

.steps .previous{
float:left;
}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {

background: url(../images/arrow_right_alt.png) no-repeat 88% 10px #0e0e59
}

.steps .explanation{
display: block;
clear: both;
width: 540px;
background: #f2f2f2;
position: relative;
margin-left: -30px;
padding: 22px 0px;
margin-bottom: -10px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
top: 10px;
text-align: center;
color: #333333;
font-size: 12px;
font-weight: 200;
cursor:pointer;
}


/*headings*/
.fs-title {
text-transform: uppercase;
   margin: 0 0 5px;
   line-height: 1;
   color: #7B1FA2;
   font-size: 18px;
  font-weight: 400;
  text-align:center;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #837E7E;
margin-bottom: 20px;
text-align: center;
}
form.steps.newnextbar fieldset {
  background: #FAF8F7;
  padding: 25px;
}
.innerstepdiv {
  padding: 0 0 25px;
  border-bottom: 1px solid #e3e2e2;
  margin-bottom: 25px;
}
.innerstepdiv h3{
  color: #000;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #e9e8e8;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
/*progressbar*/
#progressbar {
margin-bottom: 0;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
width:100%;
padding:40px 20px;
text-align: center;
}
.previous.action-button {
    box-shadow: 0 0 5px #e7e7e7;
    color: #707070;
    background: url(../images/arrow_left_alt.png) no-repeat 15px 10px #fff;
    padding: 10px 20px 10px 40px;
}
.previous.action-button:hover{
  background: url(../images/arrow_left_alt.png) no-repeat 15px 10px #ededed;
}
#progressbar li {
  list-style-type: none;
  color: rgb(51, 51, 51);
  /* text-transform: uppercase; */
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 600;
  line-height: 17px;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 38px;
  height: 38px;
  line-height: 32px;
  display: block;
  font-size: 16px;
  color: #333;
  background: #ededed;
  border-radius: 3px;
  margin: 0 auto 10px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  position: absolute;
  left: -50%;
  top: 17px;
  z-index: -1;
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
background: #050534;
color: white;
}


/* 

.modal p{
font-size: 15px;
font-weight: 100;
font-family: sans-serif;
color: #3C3B3B;
line-height: 21px;
}

.modal {
position: fixed;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.modal.modal-show {
visibility: visible;
}
.lt-ie9 .modal {
top: 0;
margin-left: -315px;
}

.modal-content {
background: #ffffff;
position: relative;
margin: 0 auto;
padding: 40px;
border-radius: 3px;
}

.modal-overlay {
background: #000000;
position: fixed;
visibility: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition-property: visibility, opacity;
-o-transition-property: visibility, opacity;
-webkit-transition-property: visibility, opacity;
transition-property: visibility, opacity;
-moz-transition-delay: 0.5s, 0.1s;
-o-transition-delay: 0.5s, 0.1s;
-webkit-transition-delay: 0.5s, 0.1s;
transition-delay: 0.5s, 0.1s;
-moz-transition-duration: 0, 0.5s;
-o-transition-duration: 0, 0.5s;
-webkit-transition-duration: 0, 0.5s;
transition-duration: 0, 0.5s;
}
.modal-show .modal-overlay {
visibility: visible;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
opacity: 0.6;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}


.modal[data-modal-effect|=slide] .modal-content {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition: all 0.5s 0;
-o-transition: all 0.5s 0;
-webkit-transition: all 0.5s 0;
transition: all 0.5s 0;
}
.modal[data-modal-effect|=slide].modal-show .modal-content {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
-moz-transition: all 0.5s 0.1s;
-o-transition: all 0.5s 0.1s;
-webkit-transition: all 0.5s;
-webkit-transition-delay: 0.1s;
transition: all 0.5s 0.1s;
}
.modal[data-modal-effect=slide-top] .modal-content {
-moz-transform: translateY(-300%);
-ms-transform: translateY(-300%);
-webkit-transform: translateY(-300%);
transform: translateY(-300%);
}
.modal[data-modal-effect=slide-top].modal-show .modal-content {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.fieldbox5{
  box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
  border-radius: 8px;

  text-align: center;
}
*/

/* RESPONSIVE */

/* moves error logs in tablet/smaller screens */

@media (max-width:1000px){

/*brings inputs down in size */
.steps input, .steps textarea {
outline: none;
display: block;
}

/*brings errors in */
.error1 {
left: 345px;
margin-top: -58px;
}




}


@media (max-width:675px){
/*mobile phone: uncollapse all fields: remove progress bar*/

.steps {
width: 100%;
margin: 50px auto;
position: relative;
}



/*move error logs */
.error1 {
position: relative;
left: 0 !important;
margin-top: 24px;
top: -11px;
}

.error1:before {
width: 0;
height: 0;
left: 14px;
top: -14px;
content: '';
position: absolute;
border-left: 6px solid transparent;
border-bottom: 8px solid #e62163;
border-right: 6px solid transparent;
}

/*show hidden fieldsets */
.steps fieldset:not(:first-of-type) {
display: block;
}

.steps fieldset{
position:relative;
width: 100%;
margin:0 auto;
margin-top: 45px;
}



.steps .explanation{
display:none;
}

.steps .submit {
float: right;
margin: 28px auto 10px;
width: 100% !important;
}
#progressbar li{
  width: 21%;
  word-break: break-all;
  margin: 0 2%;
}
}

.innerstepdiv .label-title{
  font-size: 15px;
  color: #242424;
  font-weight: 500;
  text-transform: none;
}

/* Info */
.info {
width: 300px;
margin: 35px auto;
text-align: center;
font-family: 'roboto', sans-serif;
}

.info h1 {
margin: 0;
padding: 0;
font-size: 28px;
font-weight: 400;
color: #333333;
padding-bottom: 5px;

}
.info span {
color:#666666;
font-size: 13px;
margin-top:20px;
}
.info span a {
color: #666666;
text-decoration: none;
}
.info span .fa {
color: rgb(226, 168, 16);
font-size: 19px;
position: relative;
left: -2px;
}

.info span .spoilers {
color: #999999;
margin-top: 5px;
font-size: 10px;
}
.err-msg{
  text-align: center;
  width: 100%;
  display: inline-block;
}
.err-msg p {
  padding: 5px 0 0;
}

.succ-msg{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px;
}


.search {
  display: flex;
}
.notification{padding: 0 20px 0 0;}
.notification .dropdown-toggle::after{display: none;}
.notification .dropdown-menu.show {
  display: block;
  left: inherit !important;
  right: 0;
  top: 58px !important;
  width: 309px;
  transform: inherit !important;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 20px #424242;
  border: none;
}
.notification-heading span {
  font-size: 17px;
  display: block;
  padding: 5px 0 0;
  font-weight: 600;
  color: #a9a9a9;
}
.notification-heading {
  background: #05055a;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 22px;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  position: relative;
}
.noticontent li {
  padding: 7px 17px;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  color: #555555;
}
.noticontent ul{padding: 10px 0;}
.showall {
  text-align: center;
  padding: 7px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.showall a{color: #05055a;}
.showall a:hover{color: #007bff; text-decoration: none;}

.notification-heading:after {
  content: '';
  display: block;
  position: absolute;
  right: 26px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #05055a;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}





.custom-scroll1 {
  scrollbar-width: thin;
  scrollbar-color: #0E0E8C #ededed;
  height:268px;
  overflow: auto;
  margin: 0 auto;
  padding-right: 0;
  border-radius: 0;
}

/* Works on Chrome, Edge, and Safari */
.custom-scroll1::-webkit-scrollbar {
  width: 5px;
}

.custom-scroll1::-webkit-scrollbar-track {
  background: #ededed;
}

.custom-scroll1::-webkit-scrollbar-thumb {
  background-color: #0E0E8C;
  border-radius: 0px;
  border: 1px solid #0E0E8C;
}


.custom-scroll1::-moz-scrollbar {
  width: 5px;
}

.custom-scroll1::-moz-scrollbar-track {
  background: #ededed;
}

.custom-scroll1::-moz-scrollbar-thumb {
  background-color: #0E0E8C;
  border-radius: 0px;
  border: 1px solid #0E0E8C;
}

.comment abbr {
  text-decoration: none;
}
.fieldbox5 {
  box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
}
.profilesec_img{
  widh: 50px;
  overflow: hidden;
}
.profilesec img {
  width: 50px;
  height: 50px;
  padding: 8px;
  background: #ebebeb;
}
.profilesec_info{
  padding-left: 10px;
  width: calc(100% - 50px)
}

#sync1 .item img {
  /*height: 100%;*/
  width: auto;
  margin: 0 auto;
}
#sync1 .item {
  height: 350px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
}

.alert.alert-success {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
}
.alert.alert-success button {
  position: absolute;
  right: 6px;
  width: auto;
  top: -10px;
}
#frm_razz button.btn {
  margin: 0;
}

.loader-popup img {
  width: 140px;
}
.loader-popup {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 99;
  top: 45%;
}

.loader-img {
  width: 100%;
  position: fixed;
  text-align: center;
  z-index: 999;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
.loader-img img {
  width: 100px;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  padding: 0 0 14px;
  border-radius: 7px;
}


.pricingsubscription {
  width: 850px;
  margin: 35px auto;
  height: 100vh;
}

.inner-subs{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding:0;
    text-align: center;
}
.priceinner{
  display: flex;
}
.priceinner div{
  width: 25%;
}
.priceinner div div{
  width: 100%;
  transform: none !important;
}

section.pricingsubscription h3 {
  font-size: 24px;
  font-weight: 800;
  padding: 0 0 32px;
}
.priceinner div:nth-child(even){
  background-color: #FAF8F7;
  /*box-shadow: 0 0 9px #d9d5d5;*/
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  transition: .3s;
}
.priceinner div:nth-child(odd){
  background-color: #FAF8F7;
  /*box-shadow: 0 0 9px #d9d5d5;*/
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  transition: .3s;
}
.priceinner div:hover{transform: scale(1.05,1.02); position: relative; z-index: 99;}
.priceinner h4 {
  padding: 23px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #ececec;

  border-radius: 8px 8px 0 0 ;
  }
.priceinner h4 span {
  font-weight: 400;
}
.priceinner div div.pricecont {
  width: 100%;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    padding: 13px 12px;
    border-bottom: 1px solid #e3e3e3 !important;
    text-align: center;
    line-height: 1.2;
    min-height: 67px;
}
.priceinner h5 {
  font-weight: 900;
  font-size: 22px;
  padding: 8px;
  background: #050534;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.priceinner div div {
  width: 100%;
  border-radius: 0 !important;
}
.pricetabe span {
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: #838383;
}
.pricetabe {
  font-size: 25px;
  padding: 10px;
  font-weight: 900;
  line-height: 1;
  color: #050534;
}
.pricingsubscription a.btn.btn-primary {
  min-width: auto;
  padding: 12px 15px;
  width: auto;
  font-weight: 600;
  margin: 13px 0;
}
.priceinner div:nth-child(1){
  transform: none;

}
.pricingsubscription a.btn.btn-primary.btn-disabled{
  background: #fff;
  color:#050534
}

.back-arrow .fa {
  right: inherit;
  left: 12px;
}










.price2{
  width: 100%; 
  padding: 0 0 45px;
}
.price2 h3 {
  font-size: 24px;
  font-weight: 800;
  padding: 0 0 32px;
}
.price2outer{
  display: flex;
}
.tableheading{width: 25%; background-color: #FAF8F7;
  box-shadow: 0 0 9px #d9d5d5; 
  border: 1px solid #e3e3e3;
  border-radius: 9px;
 }
 .price2outer_default .tableheading{
  width: 30%;
 }
 .tableheading h4 {
  padding: 23px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #ececec;
  border-radius: 8px 8px 0 0;
}
.tableheading .pricecont, .tablecont .pricecont {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  padding: 13px 12px;
  border-bottom: 1px solid #e3e3e3 !important;
  text-align: center;
  line-height: 1.2;
  min-height: 67px;
}
.tablecont{width: 75%;}
.price2outer_default .tablecont{
  width: 60%;
}
.tablecont h5 {
  font-weight: 900;
  font-size: 22px;
  padding: 8px;
  background: #050534;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.tablepriceinner {
  width: 33.33%;
  background-color: #FAF8F7;
  box-shadow: 0 0 9px #d9d5d5; 
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  transition: .3s;
}
.price2outer_default .tablepriceinner {
  width: 50%;
}
.tablepriceinner .btn-primary{min-width: inherit;}
.outscroll {
  display: flex;
}
.outscroll a.btn.btn-primary.btn-disabled {
  background: #fff;
  color: #050534;
}
.outscroll .btn.btn-primary {
  min-width: auto;
  padding: 12px 15px;
  width: auto;
  font-weight: 600;
  margin: 13px 0;
}
.outscroll .pricetabe{min-height: 62px;}
.tableheading h4 span {
  font-weight: 400;
}
.tablepriceinner:hover {
  transform: scale(1.05,1.02);
  position: relative;
  z-index: 99;
}


.profilesec .suc-msg.text-success {
  position: absolute;
  width: 240px;
  text-align: right;
  right: 0;
  top: 54px;
  font-size: 14px;
  font-weight: 500;
}

.profilesec{
  position: relative;
}

a.follow-hover {
  padding: 8px 35px;
  border: 1px solid #1515bc;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
  border-radius: 5px;
  background-color: #070744;
}
.outscroll a.btn.btn-danger {
  min-width: auto;
  padding: 12px 15px;
  width: auto;
  font-weight: 600;
  margin: 13px 0;
  text-transform: none;
}

.profilepicface1 {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 11px solid #fff;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  position: relative;
}
.profilepicface1 img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
}





.chattextarea {
  padding: 12px 65px 12px 12px;
  border-radius: 15px 0 0 15px;
  box-shadow: 4px 5px 5px #e1e1e1;
  position: relative;
}
.chattextarea input {
  width: 100%;
  border: none;
  font-size: 12px;
    padding: 0 17px;
}
.chattextarea .fa {
  position: absolute;
  right: 16px;
  top: 19px;
  color: #ccc;
  cursor: pointer;
}



.custom-scroll2 {
  scrollbar-width: thin;
  scrollbar-color: #0E0E8C #ededed;
  margin: 0 ;
  padding-right: 0;
  border-radius: 0;
  background: #ededed;
}
.sidenav a:hover, .offcanvas a:focus {
  color: #060606 !important;
}
/* Works on Chrome, Edge, and Safari */
.custom-scroll2::-webkit-scrollbar {
  width: 5px;
}

.custom-scroll2::-webkit-scrollbar-track {
  background: #ededed;
}

.custom-scroll2::-webkit-scrollbar-thumb {
  background-color: #0E0E8C;
  border-radius: 0px;
  border: 1px solid #0E0E8C;
}


.custom-scroll2::-moz-scrollbar {
  width: 5px;
}

.custom-scroll2::-moz-scrollbar-track {
  background: #ededed;
}

.custom-scroll2::-moz-scrollbar-thumb {
  background-color: #0E0E8C;
  border-radius: 0px;
  border: 1px solid #0E0E8C;
}
.chat1 img {
  border-radius: 50%;
}
.chatpic{
  width: 96px;
    margin-right: 19px;
}
.chattext {
  padding: 12px;
  background: #fff;
  box-shadow: 0 0 9px #e5e5e5;
  margin: 8px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 7px;
  position: relative;
  width: 88%;
}
.chattext span {
  position: absolute;
  right: 4px;
  bottom: -23px;
  color: #ccc;
  font-size: 12px;
}
.chat1 {
  margin: 0 0 30px;
}
.chat2outer{
  margin: 0 0 30px;
  position: relative;
}
.chat2 {
 
  padding: 12px 20px;
  background: #050534;
  box-shadow: 0 0 9px #e5e5e5;
  margin: 8px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 7px;
  color:#fff;
}
.chat2outer .time {
  position: absolute;
  right: 4px;
  bottom: -23px;
  color: #ccc;
  font-size: 12px;
}



















.card-bordered {
  border: 1px solid #ebebeb
}

.card {
  border: 0;
  border-radius: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
  -webkit-transition: .5s;
  transition: .5s
}



.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.card-header .card-title {
  padding: 0;
  border: none
}

h4.card-title {
  font-size: 17px
}

.card-header>*:last-child {
  margin-right: 0
}

.card-header>* {
  margin-left: 8px;
  margin-right: 8px
}



.btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px
}

.btn-xs:hover {
  color: #fff !important
}

.card-title {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.ps-container {
  position: relative
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none
}

.media-chat {
  padding-right: 64px;
  margin-bottom: 0
}

.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.media .avatar {
  flex-shrink: 0
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase
}

.media-chat .media-body {
  -webkit-box-flex: initial;
  flex: initial;
  display: table
}

.media-body {
  min-width: 0
}

.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px;
  font-weight: 100;
  color: #9b9b9b
}

.media>* {
  margin: 0 8px
}

.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: .8;
  font-size: 12px;
  text-align: right;
    box-shadow: none;
    font-weight: 400;
}

.media-meta-day {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #8b95a5;
  opacity: .8;
  font-weight: 400
}

.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.media-meta-day::before {
  margin-right: 16px
}

.media-meta-day::before,
.media-meta-day::after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1;
  border-top: 1px solid #ebebeb
}

.media-meta-day::after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1;
  border-top: 1px solid #ebebeb
}

.media-meta-day::after {
  margin-left: 16px
}

.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse
}

.media-chat {
  padding-right: 64px;
  margin-bottom: 0
}

.media {
  padding: 4px 0;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #050534;
  color: #fff;
  margin: 0 0 5px;
}

.media-chat .media-body p {
  position: relative;
  padding: 12px 17px;
  margin: 4px 0 11px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 11px #ccc;
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1.2;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.border-light {
  border-color: #f1f2f3 !important
}
.publisher button {
  border: none;
  background: transparent;
}
.bt-1 {
  border-top: 1px solid #ebebeb !important
}

.publisher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d9d9d9;
  position: fixed;
  width: 360px;
  bottom: 0;
}
.media-chat.media-chat-reverse .media-body p.meta{
  color: #000;
}
.publisher>*:first-child {
  margin-left: 0
}

.publisher>* {
  margin: 0 8px
}

.publisher-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
  font-size: 13px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300
}

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #8b95a5;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear
}

.file-group {
  position: relative;
  overflow: hidden
}

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #cac7c7;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear
}

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px
}

.text-info {
  color: #48b0f7 !important
}
div#page-content .padding {
  padding: 0 25px;
}
.padding .card {
  border-radius: 0 0 25px 34px;
  background: #ededed;
  box-shadow: inherit;
}
.publisher button span {
  background: #050534;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}



span#chat_title {
  display: block;
  background: #e7e5e5;
  padding: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
  color: #050534;
}
#cunt_cht {
  position: absolute;
  right: -5px;
  top: 1px;
  background: #1c1c6e;
  height: 25px;
  width: 25px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.btn-primary img {
  width: 18px;
  position: absolute;
  right: 8px;
  top: 14px;
}
.noticontent li.unseen-notification,
.unseen-notification {
  color: #4e4eed;
}