@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(77deg, rgba(21,42,54,1) 0%, rgba(51,23,41,1) 100%);
}
/* .....................header......................... */
.allchat{
  display: none;
}
.chat_user .close {
    display: none;
}
.main_header {
  padding: 12px 0 0;
  background: #242A33;
}
.main_header .head-right ul li.dropdown a.dropdown-toggle {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border: 4px solid #000;
}

.main_header .head-right ul {
  padding-left: 0;
  float: right;
  margin-bottom: 0;
  margin-top: 14px;
}
.main_header .head-right ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
    font-weight: 400;
    position: relative;
}

.main_header .head-right ul li.dropdown .dropdown-menu li+li a:after{
      position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
}

.main_header .head-right ul li.get a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  height: 52px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  line-height: 52px;
  padding: 0 40px;
  margin-top: 4px;
}
.main_header .head-right ul li.get a img {
  position: relative;
  top: -2px;
  margin-right: 6px;
  width: 34px;
}

.main_header .head-right ul li.dropdown .dropdown-menu {
  padding: 0;
  border: none;
  inset: inherit !important;
  right: 0 !important;
  top: 10px !important;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  background: #242a33;
  overflow: hidden;
}
.main_header .head-right ul li.dropdown .dropdown-menu li a {
  color: #fff;
  font-size: 14px;
  padding: 9px 15px;
  position: relative;
}
.main_header .head-right ul li.dropdown .dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;

}

.main_header .head-right ul li.dropdown .dropdown-menu li a:hover {
  background: radial-gradient(50% 7372799.95% at 50% 50.1%, #E0005B 0%, #00C0FF 100%);
  color: #fff;
}

.main_header .navbar::after {
  background: radial-gradient(65% 7372732.95% at 50% 50.1%, #E0005B 0%, #00C0FF 100%);
  height: 1px;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
.main_header .navbar{
  position: relative;
  margin-top: 12px;
}
.main_header .navbar ul li a {
  color: #606576;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0;
  position: relative;
}
.main_header .navbar ul li a.nav-link.active::after {
  background: linear-gradient(90.03deg, #00C0FF 0%, #E0005B 100%);
  content: "";
  left: 0;
  height: 3px;
  width: 100%;
  bottom: -8px;
  position: absolute;
  border-radius: 5px;
}
.main_header .navbar ul li a svg {
  font-size: 20px;
}
.main_header .navbar ul li{
  margin-right: 30px;
}




/************** first_section ************/

.first_section .carousel .carousel-indicators li {
  text-indent: inherit;
  width:95px;
  border-radius: 20px;
  overflow: hidden;
  height: 105px;
  margin: 10px 0;
  border: 4px solid transparent;
}
.first_section .carousel-inner {
  border-radius: 20px;
}
.first_section .carousel .carousel-indicators li.active {
    opacity: 1;
    border: 4px solid #fff;
}
.first_section .carousel .carousel-indicators li img {
  width: 100%;
}
.first_section .carousel .carousel-indicators {
width: 500px;
margin: 0 auto;
position: relative;
display: flex;
}
.first_section .carousel {
  padding-right: 130px;
  overflow: hidden;
}
.first_section h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
}
.first_section h4 {
  font-size: 16px;
  color: #FFF;
  font-weight: 50;
  margin-bottom: 20px;
  margin-top: 20px;
position: relative;
  padding-bottom: 30px;
}
.first_section .btn svg {
  font-size: 24px;
  margin-right: 8px;
}
.first_section .btn img {
  width: 20px;
  margin-right: 8px;
}
.first_section h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  background:linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
}
.first_section h6 {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 12px;
}
.first_section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #606576;
}
.first_section {
  padding: 45px 0 75px;
}
.first_section .singlepage_right {
  position: relative;
}
.first_section .carousel-item img {
  height: 100%;
}
.first_section .carousel .carousel-indicators {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  margin: 0;
  display: grid;
}
.first_section .mat_btn {
  position: absolute;
  width: 220px;
  height: 65px;
  background: #171A20;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  text-decoration: navajowhite;
  color: #fff;
  line-height: 65px;
}
.first_section .mat_btn img {
  width: 52px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  padding: 6px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -3px;
}
.first_section h5 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.first_section .detils {
  background: #242a32;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px 30px 15px;
  position: relative;
}
.first_section .detils h5 {
  background: #261F2F;
  box-shadow: inset 0 -6px 7px rgba(0, 0, 0, 0.49);
  width: 150px;
  text-align: center;
  border-radius: 10px;
  margin-top: -42px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.first_section .detils p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #606576;
  background: #171A20;
  padding: 10px 15px;
  border-radius: 8px;
}
.first_section ul li {
  flex: 0 0 auto;
  width: 25%;
  margin-bottom: 16px;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
}
.first_section ul {
  display: flex;
  flex-wrap: wrap;
  margin-right:-10px;
  margin-left:-10px;
  padding: 0;
  width: 96%;
}
.first_section ul li a {
  background: #171A20;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  color: #606576;
  text-decoration: navajowhite;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
}

.first_section .border {
  height: 1px;
  width: 100%;
  display: table;
  margin: 40px 0 50px;
background:linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
  border: none !important;
}
.first_section .singlepage_left {
  padding-right: 80px;
  position: relative;
}
.first_section .singlepage_left::after {
  background:linear-gradient(0deg, rgba(111, 96, 118, 0) 0%, #E0005B 47%, rgba(111, 96, 118, 0) 100%);
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
}
.singlepage_left .carousel-item {
  height: 535px;
}

.first_section .btn {
  width: 100%;
  height: 65px;
  background: #242A33;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  line-height: 65px;
  padding: 0;
  color: #fff;
  margin-top: 30px;
}
.first_section .btn.super{
background: linear-gradient(97.96deg, #E0005B 0%, #00C0FF 100%);
}
.first_section h4 svg {
  font-size: 24px;
  margin-right: 10px;
}


.robbie h6 span {
  float: right;
  color: #fff;
}
.robbie h6 {
  color: #00C0FF;
}

.robbie {
  width: 70%;
  padding: 20px 15px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  background-size: 100%;
  margin-top: 12px;
}
.robbie h6 {
  color: #00C0FF;
  position: relative;
  padding-top: 15px;
}
.robbie h6 + h6::after {
  background:linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
}




/*************** like_section *****************/
.like_section .set {
  background: conic-gradient(from 16.9deg at 50% 50%, #E0005B 0deg, #00E9FF 360deg);
  padding: 12px;
  position: relative;
  border-radius: 8px;
}

.like_section .set .img {
  border-radius: 10px;
  overflow: hidden;
}
.like_section .set h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 10px;
}

.like_section .set p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    color: #FFFFFF;

}
.like_section .set a {
  background: linear-gradient(107.94deg, #E0005B 0%, #00E9FF 100%);
  border-radius: 7px;
  width: 80px;
  height: 65px;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 9;
}
.like_section .set p svg {
  font-size: 24px;
  margin-right: 4px;
}
.like_section{
  padding: 45px 0 60px;
}

.like_section .set::after {
  background: #212231;
  width: 97px;
  content: "";
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 10px 0;
}
h2.heading {
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 75px;
}
h2.heading::after {
  background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -40px;
  left: 0;
  content: "";
}
.like_section .nav-tabs li .nav-link {
  color: #A1A1A1;
  font-size: 18px;
  width: 138px;
  height: 50px;
  outline: none;
  border: none;
}
.like_section .nav-tabs li .nav-link.active {
  background: linear-gradient(91.36deg, #E0005B -2.42%, #00E9FF 100%);
  border-radius: 10px;
  border: none;
  color: #fff !important;
}

.like_section .nav-tabs{
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 12px;
}
.like_section .container{
  position: relative;
}

.like_section .set_cup{
  text-align: center;
  background: #171A20;
box-shadow: 0px 2px 10px #000000;
border-radius: 8px;
padding:0 15px 15px;
position: relative;
}
.like_section .set_cup .btnhr {
  background: linear-gradient(91.43deg, #E0005B 0%, #00E9FF 100%);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  width: 190px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: navajowhite;
  line-height: 30px;
  font-weight: 600;
}
.like_section .set_cup h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.like_section .set_cup h5 span {
    background: linear-gradient(80.39deg, #E0005B 0%, #00E9FF 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.like_section .set_cup::after {
  background-image: url(../images/hrt1.png);
  content: "";
  width: 36px;
  height: 80px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background-repeat: no-repeat;
}

.like_section .set_cup::before {
  background-image: url(../images/hrt2.png);
  content: "";
  width: 50px;
  height: 80px;
  position: absolute;
  top: 5px;
  right: 0px;
  background-repeat: no-repeat;
}


.first_section .btn.like {
  background: #00AFFF;
}



/*********************************** chat_section **********************************/
.chatdiv h2 {
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 75px;
}
.chatdiv h2::after {
  background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -40px;
  left: 0;
  content: "";
}
.chatdiv{
  padding: 45px 0 60px;
}
.chat_user {
  padding: 12px;
  position: absolute;
  top: 0;
  min-height: 600px;
  overflow-y: auto;
  background: #171A20;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  width: 400px;
  left: 0;
  height: 100%;
}
.main_user {
  padding-left: 450px;
  position: relative;
}
.chat_user ul li img {
  height: 100%;
  border-radius: 5px;
  width: 100%;
}
.chat_user ul li .chatuser {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.chat_user ul {
  max-height: 556px;
  overflow-y: auto;
  padding: 0;
  margin: 0 -10px;
}
.chat_user ul li {
  position: relative;
  text-align: left;
  padding: 10px 10px 10px 75px;
  color: #595959;
  font-weight: 600;
  font-size: 16px;
  min-height: 70px;
  margin: 0 10px;
  overflow: hidden;
}

.chat_user ul li span {
  display: block;
  color: #606576;
  font-weight: 500;
  font-size: 12px;
  width: 50px;
  position: absolute;
  right: 12px;
  top: 11px;
  text-align: right;
}
.chat_user ul li span label {
  width: 18px;
  height: 18px;
  background: #E0005B;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  display: inline-block;
  line-height: 18px;
  padding: 0;
}
.chat_user .form-inline{
    position: relative;
}
.chat_user .form-inline input {
  width: 100%;
  padding: 10px 15px 10px 60px;
  height: auto;
  font-size: 15px;
  background: #171A20;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  border: none;
  height: 48px;
}

.chat_user ul li.active {
  background: #171A20;
  opacity: 0.6;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.chat_user ul li h6 {
  padding-top: 0;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.chat_user ul li p {
  color: #606576;
  font-size: 14px;
  margin-bottom: 0;
}
.chat_user .form-inline .btn {
    position: absolute;
    left: 0;
    border: none;
    height: 100%;
    width: 50px;
    color: #c1c1c1cc;
    background: transparent;
    padding: 0;
    top: 0;
}
.chat_user .form-inline .btn:hover{
   background: transparent;
}

.chat_user h5 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 18px;
}
.chat_user ul li span img {
  width: auto;
}

.main_user .test {
  background: #171A20;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 25px;
}
.main_user .mainuser {
  font-weight: 500;
  font-size: 18px;
  padding-left: 90px;
  color: #FFFFFF;
  position: relative;
  min-height: 70px;
  margin-bottom: 12px;
  padding-top: 10px;
}
.main_user .mainuser span {
  font-weight: 400;
  font-size: 15px;
  color: #606576;
  display: block;
  padding-top: 6px;
}
.main_user .mainuser .dropdown ul.dropdown-menu {
  width: 450px;
  overflow-y: auto;
  height: 200px;
  overflow-x: hidden;
}
.main_user .mainuser .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
.main_user .mainuser .dropdown ul.dropdown-menu li {
  width: 25%;
  float: left;
}

.main_user .mainuser .dropdown ul.dropdown-menu li img {
  width: 100%;
}



.main_user .innchat {
  background: linear-gradient(77deg, rgb(21, 42, 54) 0%, rgb(51, 23, 41) 100%);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 15px;
  max-height: 600px;
  overflow-y: auto;
  min-height: 600px;
}
.main_user .mainuser .img {
  width: 70px;
  height: 70px;
  background: #171A20;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 8px;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
}
.main_user .mainuser .gift {
  position: absolute;
  right: 0;
  top: 18px;
}


.main_user .intype {
  padding-right: 140px;
  position: relative;
  margin-top: 25px;
}
.main_user .intype .form-control {
  color: white;
  height: 60px;
  background: #242A32;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: navajowhite;
  font-size: 15px;
  padding: 0 15px 0 100px;
}

.main_user .intype button {
  position: absolute;
  width: 125px;
  height: 60px;
  background: #242A32;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: navajowhite;
  right: 0;
  bottom: 0;
}
.main_user .intype span input {
  position: absolute;
  left: 0;
  padding: 0;
  opacity: 0;
}
.main_user .intype span {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 00;
  height: 60px;
  color: #606576;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
}
.main_user .intype span::after {
  width: 1px;
  height: 40px;
  content: "";
  position: absolute;
  left: 75px;
  background: #606576;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_user .msg {
  width: 265px;
  background: #171A20;
  border-radius: 10px 10px 10px 0px;
  padding: 12px;
}
.main_user .msg h4 {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 12px;
}
.main_user .msg h6 {
  color: #606576;
  font-weight: 400;
  font-size: 12px;
}
.main_user .msg img {
  float: right;
  margin-top: -11px;

}
.main_user .inright .msg {
  text-align: left;
  float: right;
}

.main_user .inright .msgtxt {
  background: #242A32;
  border-radius: 3px;
  border-left: 4px solid #fff;
  padding: 12px 12px;
}
.main_user .inright .msgtxt h4 {
  margin: 0;
}
/*
.main_user .inright .msgtxt h5 {
  background: linear-gradient(90deg, #E0005B 0%, #00E9FF 100%);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
}*/
.main_user .inright .msgtxt h5 {
    /* background: linear-gradient(90deg, #E0005B 0%, #00E9FF 100%); */
    /* background-clip: border-box; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: initial; */
    font-size: 14px;
    font-weight: 600;
    color: #E0005B;
}




/*********************************** my_ideal **********************************/


.my_ideal h2::after {
  background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -40px;
  left: 0;
  content: "";
}

.my_ideal h2 {
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  position: relative;
  margin-bottom:90px;
}

.my_ideal {
    padding: 45px 0 80px;
}
.my_ideal .set {
  background: #242a32;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 18px;
}
.my_ideal .set .form-group{
  margin-bottom: 15px;
}
.my_ideal .form-group label {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 6px;
  display: block;
  padding: 0 15px;
}
.my_ideal .set .form-group .form-control {
  background: #171A20;
  border-radius: 6px !important;
  border: navajowhite;
  color: #606576;
  height: 48px;
  font-size: 15px;
  appearance: textfield;
}

.my_ideal .set h5 {
  background: #261F2F;
  box-shadow: inset 0 -6px 7px rgba(0, 0, 0, 0.49);
  text-align: center;
  border-radius: 10px;
  margin-top: -40px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  display: table;
  padding: 0 15px;
}
.my_ideal .set h5 svg {
  color: #606576;
}





/************ login section ****************/
section.login {
  padding: 82px 0 0;
  background: #171A20;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.login::after {
  background: linear-gradient(77deg, rgba(21,42,54,1) 0%, rgba(51,23,41,1) 100%);
  position: fixed;
  content: "";
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
}
.login .form-control {
  border: none;
  padding:12px 15px 12px 60px;
  font-size: 14px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
  color: #606576;
  background: #171A20;
  border-radius: 10px;
  height: 55px;
}
.login .form-group {
    margin-bottom: 22px;
}

.login .form-signin .btn {
  border: none;
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 52px;
  font-size: 16px;
  margin-top: 10px;
  background: linear-gradient(90.54deg, #E0005B -30.27%, #00E9FF 122.65%);
  border-radius: 10px;
  line-height: 52px;
  padding: 0;

}
.login h1 {
  margin-bottom:40px;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #FFF;
  position: relative;
}

.login h1::after {
  background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(179, 46, 124) 47%, rgba(111, 96, 118, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
}
.login .social a img {
  margin-right: 10px;
  height: 26px;
}
.login .form-signin label {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 4px;
  display: block;
}
.login .form-signin label a {
  float: right;
  color: #00E9FF;
  text-decoration: navajowhite;
}
.login p {
  margin-top: 31px;
  font-weight: 400;
  color: #606576;
  text-align: center;
  font-weight: 500;
}
.login .login a {
  display: inline-block;
}

.login .loginimg {
  width: 95%;
  margin-top: 50px;
}


.login p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.login .rel {
    position: relative;
}

.login .rel svg {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: auto;
  color: #606576;
  font-size: 20px;
}
.login .rel .fa-eye {
  right: 20px;
  left: inherit;

}
.login .form-signin label {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 12px;
  display: block;
}
.login .form-signin {
    padding: 0 30px;
    height: 100%;
    position: relative;
    z-index: 999;
    margin-top: 50px;
    width: 95%;
}
.login .form-control::placeholder {
  color: #606576;
}











/*************** stap_page ***************/

.stap_page #regForm {
  margin: 100px auto;
  text-align: center;
  position: relative;
}
.stap_page h1 {
  text-align: center;  
}
.stap_page .stap1 ul li input {
  width: 60px;
  height: 60px;
  background: #171A20;
  border-radius: 10px;
  border: navajowhite;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.stap_page .stap1 ul li {
  display: inline-block;
  margin: 0 4px;
}

.stap_page .tab p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.stap_page .stap1 p a, .stap_page .stap1 h6 a{
  color: #00C0FF;
  text-decoration: none;
}
.stap_page .stap1 ul {
  margin: 35px 0 70px;
  padding: 0;
}
.stap_page .stap1 h6 {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
.stap_page #prevBtn{
  display: none !important;
}
/* Mark input boxes that gets an error on validation: */
.stap_page input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.stap_page .tab {
  display: none;
}
.stap_page button.nextBtn {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  width: 380px;
  border-radius: 0 !important;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #E0005B , #00E9FF) 1;
  background: transparent;
  height: 50px;
}
.stap_page button.nextBtn:hover{
    background: linear-gradient(270deg, rgb(0 233 255) 0%, rgb(223 0 91) 100%);
}
.stap_page button:hover {
  opacity: 0.8;
}

.stap_page #prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.stap_page .step {
  height: 10px;
  width: 38px;
  border: none;
  border-radius: 0;
  display: inline-block;
  opacity: 0.5;
  margin-top: 0;
  float: left;
}
.stap_page .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
/*.stap_page .step.finish {
  background-color: #04AA6D;
  background: linear-gradient(103.71deg, #E0005B 0%, #00E9FF 102.01%);
  border-radius: 18px;
}*/
.stap_page .tab.stap3 textarea.form-control {
    width: 380px;
    background: #171A20;
    border-radius: 10px;
    margin: 40px auto 40px;
    border: none;
    min-height: 200px;
    color: #606576;
    padding: 15px;
}
.stap_page .tab.stap3 input.form-control {
    width: 380px;
    background: #171A20;
    border-radius: 6px;
    margin: 15px auto 15px;
    padding: 12px 15px;
    border: navajowhite;
    color: #606576;
}

.stap_page .step.finish {
    background-color: #04AA6D;
    background: #E0005B;
    border-radius: 0;
}
.stap_page h2::after {
  background: radial-gradient(65% 7372732.95% at 50% 50.1%, #E0005B 0%, #00C0FF 100%);
  height: 1px;
  width: 460px;
  content: "";
  bottom: -35px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
}
.stap_page h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 60px;
  position: relative;
}


.stap_page .tab.stap3 {
  margin-bottom: 40px;
}
.stap_page .stap2 .table {
  width: 380px;
  background: #171A20;
  border-radius: 10px;
  margin: 40px auto 40px;
}
.stap_page .stap2 .table tr td {
  padding: 20px 0;
  width: 33.33%;
  border: none;
  font-size: 16px;
  color: #606576;
}
.stap_page .stap2 .table tr + tr::after {
  background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, #606576 47%, rgba(111, 96, 118, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 86%;
  left: 0;
  right: 0;
  margin: auto;
}
.stap_page .stap2 .table tr {
  position: relative;
}
.stap_page .stap2 .table tr.active td{
  color: #fff;
}


/*stap3*/

.stap_page .stap3 .table tr td {
  padding: 20px 25px;
  width: 70%;
  border: none;
  font-size: 16px;
  color: #606576;
  text-align: left;
}
.stap_page .stap3 .table tr td:last-child {
  text-align: right;
}
.stap_page .stap3 .table tr + tr::after {
  background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, #606576 47%, rgba(111, 96, 118, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 86%;
  left: 0;
  right: 0;
  margin: auto;
}
.stap_page .stap3 .table tr {
  position: relative;
}

.stap_page .stap3 .table {
  width: 380px;
  background: #171A20;
  border-radius: 10px;
  margin: 15px auto 25px;
}

.stap_page .stap3 h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  width: 380px;
  margin: auto;
  text-align: left;
}




.stap_page .stap3 .checkcontainer {
  position: relative;
  cursor: pointer;
  user-select: none;
  float: right;
  display: inline-block;
  width: 22px;
  margin-right: 10px;
  background: linear-gradient(135deg, #E0005B 0%, #00E9FF 100%);
  height: 22px;
  border-radius: 50%;
}
.stap_page .stap3 .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.stap_page .stap3 .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #171a20;
  margin: auto;
  right: 0;
  bottom: 0;
}


.stap_page .stap3 .checkcontainer input:checked ~ .radiobtn:after {
    display: block;
    border-radius: 50%;
}

.stap_page .stap3 .checkcontainer input:checked ~ .radiobtn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  text-align: right;
  right: 0;
  top: 0;
  border-radius: 50%;
  margin: auto;
  background: linear-gradient(135deg, #E0005B 0%, #00E9FF 100%);
  left: 0;
  bottom: 0;
}
.stap_page .stap3 .checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.stap_page .stap3 h6.stap4 {
  margin: 40px auto;
  text-align: center;
}

.stap_page .stap6 h6 {
  margin: 40px auto;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
}
.stap_page .stap6 .uploadimg {
  width: 380px;
  margin:0 auto 40px;
}
.stap_page .stap6 .set #blah {
    max-width: 100%;
    max-height: 100%;
}
.stap_page .stap6 .set {
  width: 118px;
  height: 118px;
  background: #171A20;
  border-radius: 10px;
  text-align: center;
  position: relative;
  line-height: 118px;
  overflow: hidden;
}
.stap_page .stap6 .set input {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.stap_page .stap7 h6 {
  margin: 40px auto;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  width: 380px;
}
.stap_page .stap7 h6 a {
  width: 99px;
  height: 34px;
  background: #171A20;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  line-height: 34px;
  float: right;
  text-align: center;
}

.stap_page .stap7 ul li {
  width: 31.33%;
  height: 36px;
  background: #171A20;
  border-radius: 8px;
  list-style: none;
  color: #606576;
  line-height: 36px;
  font-weight: 500;
  float: left;
  margin: 5px 1%;
  position: relative;
}
.stap_page .stap7 ul {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto 40px;
}
.stap_page .list {
  width: 380px;
  height: 10px;
  background: #171A20;
  border-radius: 18px;
  margin: 0 auto 80px;
  overflow: hidden;
}


.stap_page .stap7 ul li .checkcontainer {
  position: absolute;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  width: 100%;
  margin-right: 0;
  height: 100%;
  left: 0;
  background: transparent;
}
.stap_page .stap7 ul li .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.stap_page .stap7 ul li .checkcontainer .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  /* background: #171a20; */
  margin: auto;
  right: 0;
  bottom: 0;
}
.stap_page .stap7 ul li .checkcontainer input:checked ~ .radiobtn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  text-align: right;
  right: 0;
  top: 0;
  margin: auto;
  border: 2px solid #4189d0;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}
.stap_page .stap7 ul li .checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/***************** subscription **********************/
.subscription {
    padding: 45px 0 60px;
}
.subscription .set {
    background: #242a32;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
    border-radius: 10px;
    padding: 35px;
    width: 98%;
    margin: 0 auto 30px;
    color: #606576;
}
.subscription .set h4 {
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.subscription .set h4::after {
    background: linear-gradient(90deg, rgba(111, 96, 118, 0) 0%, rgb(111, 96, 118) 47%, rgba(111, 96, 118, 0) 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
}
.subscription .set h5 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.subscription .set p {
    line-height: 50px;
    margin: 0;
}
.subscription .set h6 {
    text-align: center;
}
.subscription h3 {
    text-align: center;
    color: #606576;
    font-size: 18px;
    margin-bottom: 30px;
}
.subscription .set .plan {
    background: linear-gradient(97.96deg, #E0005B 0%, #00C0FF 100%);
    text-decoration: none;
    color: #fff;
    padding: 0 25px;
    border-radius: 4px;
    float: right;
    height: 46px;
    line-height: 46px;
}
.subscription .set ul {
    padding: 0;
    margin: 30px 0;
}
.subscription .set ul li {
    line-height: 32px;
    list-style: none;
    font-size: 14px;
}
.subscription .row {
    width: 75%;
    margin: auto;
}
.subscription .set ul li svg {
    font-size: 18px;
    margin-right: 10px;
}

/***************** privacy **********************/
.privacy {
    padding: 45px 0 60px;
}
.privacy h5 {
    color: #fff;
    font-size: 16px;
    margin-top: 28px;
}
.privacy p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #606576;
}

.privacy ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #606576;
}


.abt {
    padding-left: 120px;
    position: relative;
}
.abt h2 {
    color: #fff;
    writing-mode: vertical-rl;
    font-size: 80px;
    position: absolute;
    left: 0;
    margin: 0;
    transform: rotate(180deg);
}
.privacy .btn.btnag {
    background: linear-gradient(97.96deg, #E0005B 0%, #00C0FF 100%);
}
.privacy .btn {
    background: #606576;
    padding: 14px;
    color: #fff;
    font-size: 15px;
    min-width: 260px;
    border: none;
}



/********************* our_blogs ***********************/
.our_blogs{
  padding: 45px 0 60px;
}
.our_blogs h3 {
  font-size: 30px;
  color: #39b54a;
  margin-bottom: 30px;
  font-weight: bold;
}
.our_blogs h4 {
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}
.our_blogs p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.our_blogs h6 {
    font-size: 14px;
    color: #fff;
}
.our_blogs h6 i {
  font-size: 20px;
  margin-right: 8px;
}
.our_blogs .see_all {
  background: #39b54a;
  padding: 14px 20px;
  color: #fff;
  font-weight: 400;
  width: 256px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 30px;
}
.our_blogs .set {
    padding: 12px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
    background: conic-gradient(from 16.9deg at 50% 50%, #E0005B 0deg, #00E9FF 360deg);
}
.our_blogs .set::after {
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 87%;
    background: radial-gradient(65% 7372732.95% at 50% 50.1%, #E0005B 0%, #00C0FF 100%);
    content: "";
    right: 0;
    margin: auto;
    left:inherit;
}
.our_blogs .set .resdmore {
    background: linear-gradient(107.94deg, #E0005B 0%, #00E9FF 100%);
    border-radius: 7px;
    width: 80px;
    height: 65px;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 9;
    color: #fff;
    font-size: 40px;
}
.our_blogs ul.pagination li span, 
.our_blogs ul.pagination li a {
    padding: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    border: none;
    font-weight: 600;
    color: #606576;
    margin: 0 2px;
}
.our_blogs ul.pagination li.active span, .our_blogs ul.pagination li.next a{
    background: linear-gradient(107.94deg, #E0005B 0%, #00E9FF 100%);
    color: #fff;
}

.our_blogs .set::after {
    background: #212231;
    width: 97px;
    content: "";
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px 10px 0;
}
.our_blogs .set .img {
    height: 220px;
    overflow: hidden;
    border-radius:10px;
}

.single_blog .img_sing {
  border-radius: 20px;
  box-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
}

.single_blog h2 {
    font-size: 28px;
    margin-top: 26px;
    color: #fff;
}
.single_blog p{
      font-size: 15px;
    font-weight: 400;
    color: #606576;
}

.blog_sidebar{
  padding-left: 20px;
}
.blog_sidebar h5 {
    color: #ffffff;
    font-size: 16px;
    border-left: 3px solid #d01268;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.blog_sidebar form input {
    padding: 12px 20px 12px 60px;
    border: 1px solid #606577;
    border-radius: 30px;
    background: transparent;
}
.blog_sidebar form{
  margin-bottom: 20px;
  position: relative;
}
.blog_sidebar form button {
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  border: navajowhite;
  background: transparent;
}
.blog_sidebar form button i {
  font-size: 20px;
  color: #9c9c9c;
}
.blog_sidebar .set2 {
    padding-left: 90px;
    position: relative;
    margin-bottom: 20px;
    height: 80px;
}
.blog_sidebar .set2 .img {
    position: absolute;
    left: 0;
    width: 70px;
    height: 80px;
    overflow: hidden;
    border-radius: 12px;
}
.blog_sidebar .set2 h6 {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #606576;
}
.blog_sidebar .set2 p{
  color: #606576;
}

.blog_sidebar .set2 p i {
  font-size: 20px;
  margin-right: 10px;
}

















/*************** profile ***************/
.profile{
  margin-bottom:80px;
}
.profile .intoinsection h5 {
    margin-bottom: 20px;
}

.profile .nav-tabs li button.active:after {
    width: 100%;
    background: linear-gradient(90.03deg, #00C0FF 0%, #E0005B 100%);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.profile .nav-tabs.intabsin {
    display: inline-flex;
    margin-top: 0;
}
.profile .nav-tabs li button.active {
    color: #202020 !important;
    font-weight: bold;
}

.profile .nav-tabs li button {
    padding: 12px 30px;
    color: #B1B5C4;
    border: none;
    margin-bottom: 0;
    margin-right: 45px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
}

.profile .nav-tabs {
    margin-top: 30px;
    border: none;
    border-bottom: 1px solid #606576;
    border-radius: 15px 15px 0 0;
    padding: 0;
    margin-bottom: 35px;
}
.profile .tab-content{
  margin-top: 20px;
}

.profile .tab-content .setnew h5 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e6e8ec;
    margin-bottom: 26px;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
    padding: 22px 20px;
    color: #353945;
    height: 68px;
}
.profile .tab-content .setnew .selling {
    margin-top: 40px;
}
.profile .tab-content .setnew h5 span {
    color: red;
    font-weight: 600;
    font-size: 20px;
}
.profile .tab-content .setnew h5 span i{
    color: #ffbd00;
}
.profile .tab-content .setnew {
    border: 1px solid #e6e8ec;
    border-radius: 16px;
    padding:0 20px 20px;
    height: 325px;
    margin-bottom: 12px;
}


.profile .tab-content .setnew.spt {
    height: 192px;
}
.profile .tab-content .setnew.text-center {
    height: 402px;
}
.profile .dsbuser h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 55px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.profile .dsbuser h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin: 12px 0 15px;
    color: #fff;
}
.profile .dsbuser h6 img {
    position: relative;
    margin-top: -4px;
}
.profile .dsbuser ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.profile .dsbuser ul li {
    display: inline-block;
    margin-right: 24px;
    color: #606576;
    font-weight: 500;
}
.profile .dsbuser ul li b {
    font-weight: bold;
    color: #fff;
    margin-right: 8px;
}
.profile .dsbuser .images {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 4px solid #fff;
    margin-top: -80px;
}
.profile .dsbuser .dropdown {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.profile .dsbuser .dropdown .nav-link {
    width: 100%;
    line-height: 40px;
    text-align: center;
    margin: auto;
    padding: 0 !important;
    color: #626262;
}
section.profile p {
    color: #606576;
    line-height: 26px;
}

.profile .dsbuser .editbtn {
    display: inline-block;
    border:none;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 17px;
    position: relative;
    padding-left: 40px;
    background: #606576;
    width: 126px;
    height: 40px;
    float: left;
}
.profile .dsbuser a.follow {
    width: 126px;
    display: inline-block;
    border: none;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
    height: 42px;
    position: relative;
    padding-left: 40px;
    background: linear-gradient(90.03deg, #00C0FF 0%, #E0005B 100%);
    float: left;
}
.profile .dsbuser .editbtn svg, .profile .dsbuser a.follow svg {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 19px;
}

.profile .dsbuser .editbtn i {
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 1px;
}
.profile .dsbuser .dropdown .nav-link:after {
    display: none;
}
.profile .dsbuser .dropdown .nav-link i {
    font-size: 20px;
}
.profile .dsbuser h6 span {
    color: #606576;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.profile .grp h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #353945;
}
.profile .grp{
  margin-top: 60px;
  position: relative;
}  
.profile .grp ul {
    position: absolute;
    right: 0;
    margin-bottom: 0;
    top: 1px;
}
.profile .dsbuser h6 span a {
    color: #3264c5;
}
.profile .grp ul li {
    float: left;
    margin-left: 38px;
    position: relative;
    color: #777E91;
    font-weight: 500;
}
.profile .grp ul li i {
    font-size: 8px;
    margin-right: 2px;
}

.profile .tab-content .setnew p {
    font-size: 18px;
    color: #777E91;
    font-weight: 500;
    margin-bottom: 0;
}
.profile .tab-content .setnew h4 {
    color: #000;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 8px;
}


.profile .dsbuser .dropdown .dropdown-menu li {
    display: block;
    margin: 0;
}
.profile .dsbuser .dropdown .dropdown-menu {
    padding: 12px 0;
    border: navajowhite;
    box-shadow: 0px 9px 17px -48px rgb(15 15 15 / 55%);
    border-radius: 12px;
    width: 200px;
    overflow: hidden;
    background: #606576;
}
.profile .dsbuser .dropdown .dropdown-menu li a i{
  margin-right: 8px;
}
.profile .dsbuser .dropdown .dropdown-menu li img {
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.profile .dsbuser .dropdown .dropdown-menu li a:hover, .profile .dsbuser .dropdown .dropdown-menu li a:focus{
    background: transparent;
}
.profile .dsbuser .dropdown .dropdown-menu li a {
    color: #e7e7e7;
    font-size: 14px;
    padding: 10px 20px 10px 52px;
    font-weight: 400;
    position: relative;
}
.profile .tab-content .setnew .btn {
    color: #3264C5;
    border: 1px solid #3264C5;
    width: 85px;
    padding: 0;
    font-size: 16px;
    margin-top: 16px;
    height: 30px;
    line-height: 29px;
}
.profile .tab-content .setnew img {
    width: 132px;
}

.profile .tab-content .setnew h3 {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}
.profile .tab-content .setnew .sein h6 {
    font-size: 14px;
    font-weight: 600;
}
.profile .tab-content .setnew p.pcp {
    width: 60%;
    margin: auto;
    font-size: 14px;
    color: #777E91;
    line-height: 19px;
}
.profile h5 {
    color: #374250;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.profile .tab-content .setnew .sein {
    padding: 1px 0 20px;
}




.profile .upform input {
    border: 1px solid #606576;
    width: 100%;
    background: transparent;
    padding: 12px 15px;
    color: #fff;
    border-radius: 4px;
}
.profile .upform button[type=submit] {
    background: linear-gradient(90.03deg, #00C0FF 0%, #E0005B 100%);
    border: none;
    padding: 12px 60px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}
.profile h4 {
    color: #606576;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 40px;
}
.profile .upform .form_group label {
    color: #606576;
    margin-top: 18px;
    margin-bottom: 4px;
}
/****** reviews ****/
.reviews h4 {
    font-size: 16px;
    color: #ebc50c;
    margin-top: 0;
}
.reviews h6{
    font-size: 16px;
    color: #626262;
}
.reviews p span {
    color: #a6b0b9;
    margin-left: 10px;
}

.reviews .test img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
}
.reviews .test {
    padding-left: 100px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 10px 0;
}
.reviews .test+.test {
    border-top: 1px solid #606576;
  }
.reviews .test p {
    margin-bottom: 8px;
}
.reviews .test p b {
    color: #df015c;
    font-size: 16px;
    font-weight: 500;
}

/*********************************** footer **********************************/
.main-footer {
  padding: 30px 0;
  width: 100%;
  background:#242A33;
  float: left;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  z-index: 9;
  position: relative;
}
.main-footer .col-lg-3 {
  width: 20%;
}
.main-footer p {
    color: #fff;
    line-height: 26px;
     font-weight: 400;
      font-size: 14px;
}
.main-footer ul {
    margin: 0;
    padding: 0;
}
.main-footer ul li {
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
  color: #000;
}
.main-footer ul li a:hover {
    color: #00C0FF;
    text-decoration: underline;
}
.main-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.lastp {
  margin-bottom: 0;
  color: #FFF;
  padding: 14px 0;
  width: 100%;
  float: left;
  font-size: 14px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  background: radial-gradient(50% 7372799.95% at 50% 50.1%, #E0005B 0%, #00C0FF 100%);
  font-weight: 500;
}

.main-footer h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  margin-top: 20px;
}


.profile_section{
  margin: 60px 0
}
.profile_section .imagefile img{
  width: 100%;
}
.profile_section .imagefile span {
    position: absolute;
    width: 46px;
    height: 46px;
    background: #171A20;
    box-shadow: 2px 2px 10px #000000;
    border-radius: 6px;
    right: 0;
    bottom: 0;
    color: #606576;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.profile_section .imagefile {
    width: 320px;
    height: 320px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
section.profile_section .set {
    background: #242A32;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
    border-radius: 10px;
    padding: 15px 30px;
}


section.profile_section .set h5 {
    font-weight: 500;
    font-size: 18px;
    color: #606576;
}

section.profile_section .set h4 svg {
    float: right;
    color: #606576;
}
section.profile_section .set h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
section.profile_section .set ul li, section.profile_section .set p{
    min-height: 46px;
    background: #171A20;
    border-radius: 10px;
    color: #606576;
    list-style: none;
    padding: 13px 15px;
    margin-bottom: 12px;
}
section.profile_section .set p{
  margin-bottom: 0
}
section.profile_section .set ul {
    padding: 0;
}
.profile_section .imagefile span input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.profile_section h6 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #6F6076;
    padding-bottom: 20px;
    width: 320px;
    margin: 0 auto 35px;
}
.profile_section h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
}



.profile_section .col-sm-6 {
    width: 50%;
    float: left;
}

.profile_section .row {
    display: table;
}



.div_stap {
    width: 424px;
    background: #242A32;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
    border-radius: 10px;
    padding: 20px;
    margin: auto;
}
.div_stap h4 {
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}
.div_stap ul {
    padding: 0;
    background: #171A20;
    border-radius: 10px;
    padding: 20px;
    list-style: none;
}
.div_stap ul li+li {
    border-top: 1px solid #606576;
}
.div_stap ul li {
    padding: 12px 0;
    color: #fff;
}
.div_stap ul li span {
    color: #606576;
    float: right;
}



/**************** modal-content.stap_page *******************/
.stap_page .modal-content {
  background: #242A32;
  box-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
  border-radius: 10px;
}
.stap_page .modal-content h2 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.stap_page .modal-content form {
  text-align: center;
}
.modal-dialog.stap_page{
  max-width: 650px;
}
.stap_page .modal-body {
  padding: 60px 0;
}
.stap_page button.btn-close {
  position: absolute;
  right: 13px;
  top: 12px;
  color: #5a5f6f;
}
.stap_page .modal-content .stap3 .table tr td {
  padding: 16px 25px;
  font-size: 15px;
}

.stap_page .modal-content .stap3 h6 {
  font-weight: 500;
}
.stap_page .modal-content h2::after {
  bottom: -20px;
}

.stap_page .modal-content .stap3 .table {
  margin: 15px auto 32px;
}
.stap_page .modal-content textarea {
  background: #171A20;
  border-radius: 10px;
  color: #606576;
  width: 100%;
  max-width: 460px;
  min-height: 140px;
  padding: 15px 20px;
  margin-bottom: 15px;
  border: none;
}
.range-slider {
width: 100%;
margin: 0 auto;
position: relative;
margin-top: 2.5rem;
margin-bottom: 2rem;
}
#range {
-webkit-appearance: none;
width: 100%;
}
#range:focus {
outline: none;
}
#range::before,
#range::after {
position: absolute;
top: 2rem;
color: #333;
font-size: 14px;
line-height: 1;
padding: 3px 5px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
#range::before {
left: 0;
content: attr(data-min);
}
#range::after {
right: 0;
content: attr(data-max);
}
#range::-webkit-slider-runnable-track {
width: 100%;
height: 10px;
cursor: pointer;
animate: 0.2s;
background: linear-gradient(90deg, #E0005B var(--range-progress), #171A20 var(--range-progress));
border-radius: 1rem;
}
#tooltip {
position: absolute;
top:-20px;
}
#tooltip span {
position: absolute;
text-align: center;  
display: block;
line-height: 1;
padding: 0.125rem 0.25rem;
color: #fff;
border-radius: 0.125rem;
background: linear-gradient(90deg, #E0005B 0%, #00E9FF 101.25%);
font-size: 15px;
left: 50%;
transform: translate(-50%, 0);
}
#tooltip span:before {
position: absolute;
content: "";
left: 50%;
bottom: -8px;
transform: translateX(-50%);
width: 0;
height: 0;
border: 4px solid transparent;
border-top-color: #E0005B;
}
input#range {
  width: 460px;
  height: 10px;
  border-radius: 30px;
}
.stap_page .modal-content p {
  color: #606576;
  font-size: 15px;
  width: 380px;
  text-align: left;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
.stap_page .modal-content p label.switch {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 40px
}
.stap_page .modal-content p label.switch input {
  margin-left: 5px;
}
/* The switch - the box around the slider */
.slider .switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */
.slider .switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
  width: 40px;
  height: 20px;
  background: linear-gradient(90deg, #E0005B 0%, #00E9FF 101.25%);
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
section.profile_section .set h4 span {
  float: right;
}





/** Large devices (desktops, less than 1800px) **/
@media (max-width: 1799.98px) { 

}


/** Large devices (desktops, less than 1600px) **/
@media (min-width: 1600px) { 
}

/** Large devices (desktops, less than 1600px) **/

@media (max-width: 1599.98px) { 
  .like_section .set h4 {
    font-size: 18px;
}
}

/** Large devices (desktops, less than 1366px) **/
@media (max-width: 1399.98px) {
  .single_blog h2 {
    font-size: 24px;
}
.single_blog p {
    font-size: 14px;
} 
.our_blogs .set::after {
    width: 80px;
    height: 65px;
}
.our_blogs p {
    margin-bottom: 26px;
}
  .our_blogs .set .resdmore {
    width: 60px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
}
  .first_section p {
    font-size: 15px;
    line-height: 24px;
}
.first_section .btn {
    height: 55px;
    line-height: 55px;
}
.first_section ul li a {
    border-radius: 6px;
    font-size: 15px;
}
.first_section .detils p {
    font-size: 15px;
    line-height: 24px;
  }
.first_section h6 {
    font-size: 15px;
  }
.like_section, .my_ideal, .chatdiv {
    padding: 30px 0 20px;
}

.like_section .set h4 {
    font-size: 16px;
}
.like_section .nav-tabs li .nav-link {
    font-size: 16px;
    width: 120px;
    height: 44px;

}
.like_section .nav-tabs li .nav-link.active {
    border-radius: 5px;
}
h2.heading, .my_ideal h2, .chatdiv h2{
    margin-bottom: 60px;
    font-size: 28px;
    margin-bottom: 75px;
}
h2.heading::after, .my_ideal h2::after, .chatdiv h2::after {
    bottom: -35px;
}
.like_section .set p {
    font-size: 14px;
}
.like_section .set p svg {
    font-size: 20px;
    margin-right: 2px;
}
.like_section .set a {
    width: 70px;
    line-height: 58px;
    bottom: 6px;
    height: 58px;
}
.like_section .set::after {
    width: 86px;
    height: 70px;
}
.like_section .mb-5 {
    margin-bottom: 30px !important;
}
.like_section .set a img {
    width: 42px;
}
.main_user {
    padding-left: 380px;
}
.chat_user {
    width: 350px;
}
}
/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
.profile .dsbuser h4 {
    font-size: 32px;
    line-height: 45px;
}
  .subscription .set {
    padding: 30px;
    width: 100%;
}
.subscription .set h5 {
    font-size: 28px;
}
.subscription .set p {
    line-height: initial;
    display: table;
}
.subscription .set ul {
    padding: 0;
    margin: 20px 0;
}
.subscription .set h4 {
    font-size: 20px;
}
.subscription .set .plan {
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
  .blog_sidebar {
    padding-left: 0;
}
  .like_section .mb-5 {
    margin-bottom: 20px !important;
}
  .main_header .logo a img {
    width: 150px;
}
.first_section .singlepage_left::after {
    right: 8px;
}
.first_section .carousel .carousel-indicators {
    width: 70px;
}
.first_section .carousel .carousel-indicators li {
    width: 60px;
    height: 66px;
    border-radius: 10px;
    margin: 5px 0;
}
.first_section .btn {
    height: 48px;
    line-height: 48px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 15px;
}
.first_section h4 {
    font-size: 15px;
}
.first_section .mat_btn img {
    width: 46px;
}
.first_section .mat_btn {
    width: 180px;
    height: 55px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 55px;
}
.first_section h3 {
    font-size: 18px;
}
.first_section .carousel {
    padding-right: 90px;
    overflow: hidden;
}
.singlepage_left .carousel-item {
    height: 420px;
}
.first_section ul li a, .first_section .detils p {
    font-size: 14px;
}
.first_section .singlepage_left {
    padding-right: 40px;
}
.first_section p {
    font-size: 14px;
}
.main_header .head-right ul li.get a {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    padding: 0 24px;
}
.login h1 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 40px;
}
.login .rel svg {
    top: 15px;
}
.login .form-signin label {
    font-size: 14px;
        margin-bottom: 8px;
}
.login .form-group {
    margin-bottom: 18px;
}
.login .form-control {
    padding: 10px 15px 10px 60px;
    font-size: 14px;
    border-radius: 6px;
    height: 50px;
}
.main-footer .col-lg-3 {
    width: 25%;
}
.main-footer ul li {
    margin-bottom: 8px;
}
.main-footer .footerlogo {
    width: 100% !important;
    text-align: center !important;
}
h2.heading, .my_ideal h2 {
    margin-bottom: 60px;
    font-size: 24px;
    margin-bottom: 60px;
}
h2.heading::after, .my_ideal h2::after, .chatdiv h2::after{
    bottom: -20px;
}
.my_ideal .set .form-group .form-control {
    border-radius: 4px !important;
    height: 42px;
    font-size: 14px;
}
.my_ideal .set .form-group {
    margin-bottom: 12px;
}
.my_ideal .form-group label {
    font-size: 14px;
}
.chat_user ul li {
    padding: 10px 10px 10px 60px;
    font-size: 15px;
    min-height: 60px;
}
.chat_user ul li .chatuser {
    left: 10px;
    width: 42px;
    height: 42px;
}
.chat_user ul li p {
    font-size: 13px;
}
.chat_user h5 {
    font-size: 16px;
    margin-top: 10px;
}
.chat_user {
    width: 320px;
}
.main_user {
    padding-left: 350px;
}
.main_user .test {
    padding: 15px;
}
.main_user .mainuser {
    font-size: 16px;
    padding-left: 75px;
    min-height: 65px;
}
.main_user .mainuser .img {
    width: 60px;
    height: 60px;
    padding: 6px;
}
.main_user .mainuser span {
    font-size: 14px;
}
.main_user .msg h6 {
    margin-bottom: 0;
}
}

/**  Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
  .profile .dsbuser h4 {
    font-size: 28px;
    line-height: 38px;
}
.profile .nav-tabs li button {
    padding: 10px 25px;
    margin-right: 12px;

}
.profile h4 {
    margin-top: 25px;
}
  .single_blog h2 {
    font-size: 22px;
}
 .chat_user .form-inline {
    position: relative;
    width: 100%;
    display: flex;
}
.chat_user.main .close {
    display: block;
    background: linear-gradient(90deg, #E0005B 0%, #00E9FF 100%);
    color: #fff;
    width: 34px;
    padding: 0;
    height: 34px;
    border-radius: 50%;
    float: right;
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}
.chat_user .form-inline input {
    border-radius: 4px;
}
.allchat {
    display: block;
    background: linear-gradient(90deg, #E0005B 0%, #00E9FF 100%);
    color: #fff;
    padding: 10px 15px;
    display: -webkit-inline-box;
    text-decoration: none;
    margin-bottom: 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
}
.chat_user.main .close {
    display: block;
}
.chat_user{
  display: none;
}
.chat_user.main{
  display: block;
    width: 300px;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    overflow-x: auto;
    left: 0;
}
  .like_section .nav-tabs li .nav-link {
    font-size: 15px;
    width: 100px;
    height: 40px;
}

.main_user {
    padding-left: 0;
}
.main_user .intype {
    padding-right: 80px;
}
.main_user .intype span::after {
    height: 34px;
    left: 57px;
  }
  .main_user .intype button img {
    width: 24px;
}
.main_user .intype span {
    width: 58px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}
.main_user .intype .form-control {
    height: 50px;
    font-size: 14px;
    padding: 0 15px 0 70px;
}
.main_user .intype button {
    width: 70px;
    height: 50px;
    border-radius: 5px;
}
.like_section .nav-tabs li .nav-link.active {
    border-radius: 4px;
}
h2.heading, .my_ideal h2, .chatdiv h2 {
    font-size: 20px;
    margin-bottom: 55px;
}
.my_ideal .set .form-group .form-control {
    height: 40px;
}
.my_ideal .set {
    padding: 15px;
}
  .main_header .head-right ul {
    margin-top: 8px;
}
.main-footer h3 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 10px;
}
  .first_section .singlepage_left {
    padding-right: 0;
}
.first_section .singlepage_left::after{
  display: none;
}
  .login .form-signin label {
        margin-bottom: 6px;
}
.main_header .head-right ul li.get a {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    margin-right: 0px;
    border-radius: 4px;
}
.main_header .head-right ul li.dropdown a.dropdown-toggle {
    width: 52px;
    height: 52px;
    }
    .first_section h4 {
    padding-bottom: 20px;
}
.first_section ul li {
    margin-bottom: 8px;
}
.first_section ul {
    margin-bottom: 8px;
    margin-left: 0;
    width: 100%;
}
.robbie {
    width: 100%;
}
.robbie img {
    width: 220px !important;
}
.first_section .carousel {
    width: 460px;
    margin: auto;
}
.first_section {
    padding: 30px 0 45px;
}
.first_section h6 {
    font-size: 14px;
    padding-top: 9px;
}
.first_section .detils p {
    margin-bottom: 10px;
}
.first_section .detils {
    padding: 30px 20px 10px;
    margin-top: 40px;
}
.first_section ul li a {
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    }
.first_section h5 {
    font-size: 16px;
}
.first_section .border {
    margin: 30px 0 30px;
    }
.first_section h6 {
    font-size: 15px;
    margin-bottom: 8px;
}
.main_header .navbar {
    padding: 0;
}
.main_header .navbar ul li a svg {
    font-size: 18px;
}
.main_header .navbar ul li {
    margin-right: 20px;
}
.main_header .navbar ul li a {
    font-size: 14px;
}
.login .form-signin {
    padding: 0 30px;
    margin-top: 0;
    width: 100%;
}
.login .form-control {
    padding: 10px 15px 10px 55px;
    border-radius: 5px;
    height: 46px;
}

}

@media (max-width: 991.98px) {
  .privacy {
    padding: 20px 0 40px;
}
.login h1 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 30px;
}
.login .rel svg {
    top: 14px;
    left: 18px;
    font-size: 18px;
}
 .chatdiv h2 {
    margin-bottom: 45px;
}
.stap_page h2 {
    font-size: 24px;
    margin-bottom: 40px;
}
.stap_page h2::after {
    width: 400px;
    bottom: -20px;
}
.stap_page .stap6 h6 {
    margin: 25px auto;
    font-size: 15px;
}
.stap_page .tab p {
    font-size: 14px;
}
.stap_page .stap1 h6 {
    font-size: 14px;
}
.stap_page button.nextBtn {
    font-size: 16px;
}
.stap_page .stap2 .table tr td, .stap_page .stap3 .table tr td{
    font-size: 14px;
}
.stap_page .stap3 h6 {
    font-size: 15px;
}
.subscription .row {
    width: 100%;
}
}



/** Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {
  .subscription h3 {
    font-size: 15px;
    margin-bottom: 20px;
}
.subscription h2.heading {
    margin-bottom: 34px;
}

  .abt {
    padding-left: 80px;
}

.abt h2 {
    font-size: 55px;
  }
  .like_section .set a {
    width: 60px;
    line-height: 50px;
    height: 50px;
}
.like_section .set::after {
    width: 77px;
    height: 62px;
}
  .main-footer .col-lg-3 {
    width: 50%;
}
.main-footer ul li {
    margin-bottom: 4px;
}
.main-footer h3 {
    margin-bottom: 8px;
    margin-top: 16px;
}
  .main_header .head-right ul li.get a {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}
.main_header .head-right ul {
    margin-top: -4px;
    position: absolute;
    right: 50px;
    top: 14px;
}
.main_header .head-right ul li.dropdown a.dropdown-toggle {
    width: 48px;
    height: 48px;
    border: 2px solid #000;
}
button.navbar-toggler {
    position: absolute;
    right: 12px;
    color: #fff;
    top: -61px;
    font-size: 25px;
    padding: 0;
}
.login::after {
    width: 100%;
}
.login .form-signin {
    padding: 0;
    margin-top: 0;
    width: 100%;
}
.login .login1 {
    order: 2;
}
.login::after {
    z-index: -1;
}
.login .loginimg {
    width: 340px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section.login {
    padding: 40px 0 20px;
}
a.logina {
    display: list-item;
}
.login h1 {
    text-align: center;
}
.login .form-signin {
    max-width: 400px;
    margin: auto;
}
.main-footer p {
    line-height: 24px;

}
.main_header .container {
    position: relative;
}
.stap_page h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.stap_page .stap1 ul {
    margin: 25px 0 50px;
}
.stap_page .stap1 h6 {
    bottom: -50px;
}
.stap_page h2::after {
    bottom: -12px;
}
}

/** Small devices (landscape phones, less than 575px)**/
@media (max-width: 575.98px) {

  .subscription .set {
    padding: 20px;
    margin: 0 auto 20px;
}
.subscription .set h5 {
    font-size: 24px;
}
  .privacy .btn {
    padding: 12px;
    font-size: 14px;
    min-width: 100%;
}
.single_blog h2 {
    font-size: 20px;
}
.our_blogs p {
    margin-bottom: 15px;
}
.blog_sidebar .set2 {
    padding-left: 70px;
    margin-bottom: 12px;
     height: 70px;
}
.blog_sidebar .set2 .img {
    width: 55px;
    height: 65px;
    border-radius: 6px;
}

  .privacy, .our_blogs, .our_blogs{
    padding: 25px 0 30px;
}
.privacy h5 {
    font-size: 15px;
  }
  .stap_page #regForm {
    margin: 50px auto;
}
.stap_page .stap6 .uploadimg {
    width: 320px;
    margin: 0 auto 10px;
}
.stap_page .stap6 .set {
    width: 100%;
    height: 80px;    
    line-height: 80px;
}
.stap_page .list {
    width: 320px;
    margin: 0 auto 20px;
}
  .stap_page .stap1 ul li input {
    width: 48px;
    height: 48px;
    font-size: 16px;
}
  .stap_page .stap1 ul {
    margin: 20px 0 40px;
}
.stap_page .stap2 .table {
    width: 320px;
    margin: 20px auto 25px;
}
.stap_page h2::after {
    width: 320px;
}
.stap_page .stap7 h6 {
    margin: 30px auto;
    font-size: 14px;
    }
.stap_page .stap3 .table, .stap_page .stap7 ul, .stap_page .stap7 h6{
 width: 320px; 
}
.stap_page .stap3 h6 {
    font-size: 14px;
    width: 320px;
}
.stap_page .stap2 .table tr td {
    padding: 14px 0;
    }
    .stap_page .stap3 .table tr td{
          padding: 14px 20px;
    }
.stap_page button.nextBtn {
    font-size: 15px;
    height: 45px;
    width: 320px;
}
  .chatdiv h2 {
    margin-bottom: 25px;
}
.chatdiv h2::after {
    bottom: -6px;
}
  .main_header .head-right ul li.get a {
    padding: 0 10px;
}
.main_header .head-right ul li.get a img {
    width: 24px;
}
.main_header .logo a img {
    width: 135px;
}
.first_section .carousel {
    width: 400px;
}
button.navbar-toggler {
    top: -54px;
}
a.logina img {
    width: 160px;
}
.login .loginimg {
    width: 270px;
}
.login h1 {
    font-size: 20px;
    line-height: 24px;
}
.login .form-signin {
    max-width: 310px;
}
  .first_section .mat_btn {
    width: 149px;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
}
.first_section .mat_btn img {
    width: 42px;
}
.stap_page .stap7 ul li {
    font-size: 13px;
}
.stap_page .stap7 h6 a {
    width: 94px;
    height: 32px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 32px;
}
.stap_page .stap3 h6 {
    font-weight: 400;
}
.profile .dsbuser h6 {
    font-size: 14px;
}
.profile .nav-tabs li button {
    padding: 10px 20px;
    margin-right: 10px;
}
.profile .upform .form_group label {
    margin-top: 14px;
}
.profile .upform input {
    padding: 10px 15px;
}
.profile {
    margin-bottom: 40px;
}
.reviews .test {
    padding-left: 75px;
}
.profile h4 {
    margin-top: 5px;
}
}

/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 480px) {
  .profile {
    margin-bottom: 30px;
}
  .profile .nav-tabs li button {
    padding: 10px 5px;
    margin-right: 2px;
}
  .profile .dsbuser a.follow, .profile .dsbuser .editbtn {
    width: 120px;
    margin-right: 6px;
  }

  .profile .dsbuser .images {
    width: 100px;
    height: 100px;
    margin-top: -50px;
}
.profile .dsbuser h4 {
    font-size: 20px;
    line-height: 24px;
}
.profile .dsbuser ul {
    margin-bottom: 14px;
}
  .subscription h2.heading::after {
    bottom: -19px;
}
  .abt h2 {
    font-size: 36px;
}
.abt {
    padding-left: 60px;
}
  .stap_page .stap3 h6 {
    font-size: 13px;;
}
  .stap_page .list {
    margin: 0 auto 0;
}
.stap_page button.nextBtn {
    font-size: 14px;
    height: 40px;
    width: 220px;
}
.stap_page #regForm {
    margin: 30px auto;
}
.stap_page .stap1 ul li input {
    width: 45px;
    height: 45px;
    font-size: 15px;
}
.stap_page h2::after, .stap_page .stap2 .table, .stap_page .stap3 .table, .stap_page .stap3 h6, .stap_page .stap7 ul, .stap_page .stap7 h6, .stap_page .list{
    width: 290px;
}

.stap_page .stap3 .table tr td {
    padding: 10px 15px;
}
.stap_page h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.stap_page .stap6 .uploadimg {
    width: 290px;
    margin: 0 auto 10px;
}
.stap_page .stap6 .set {
    width: 100%;
    height: 75px;
    line-height: 75px;
}
.stap_page .stap1 ul {
    margin: 15px 0 25px;
}
  .main-footer .col-lg-3 {
    width: 100%;
}
.first_section .detils {
    padding: 20px 15px 10px;
}
.first_section .detils h5 {
    margin-bottom: 20px;
}
  .first_section .mat_btn {
    width: 130px;
    height: 46px;
    line-height: 46px;
}
.first_section .mat_btn img {
    width: 38px;
}
  .main_header .navbar {
    margin-top: 6px;
}
.main_header .head-right ul {
    top: 12px;
}
  .main_header .head-right ul li.get a span {
    display: none;
}
.main_header .head-right ul li.get a {
    padding: 0;
    box-shadow: none;
}
.main_header .head-right ul li.dropdown a.dropdown-toggle {
    width: 46px;
    height: 46px;
}
.main_header {
    padding: 6px 0 0;
}

.first_section .carousel {
    width: 100%;
    padding-right: 0;
    padding-bottom: 80px;
}
.singlepage_left .carousel-item {
    height: 340px;
}
  .albt .col-4 {
    width: 100%;
}
.first_section ul li {
    width: 50%;
    }
a.logina img {
    width: 135px;
}
.login .loginimg {
    width: 218px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.login .form-signin label {
    margin-bottom: 3px;
    font-size: 13px;
}
.login .form-control {
    padding: 10px 15px 10px 50px;
    height: 42px;
    font-size: 14px;
}
.login .rel svg {
    top: 11px;
    left: 14px;
    font-size: 18px;
}
.login p {
    margin-top: 20px;
    font-size: 13px;
}
.login .form-signin .btn {
    height: 45px;
    font-size: 15px;
    margin-top: 0;
    line-height: 45px;
}
button.navbar-toggler {
    top: -51px;
}
.first_section .carousel .carousel-indicators {
    width: 100%;
    height: 75px;
    top: inherit;
    bottom:-6px;
    display: block;
    text-align: center;
}
.first_section .carousel .carousel-indicators li {
    width: 55px;
    height: 60px;
    border-radius: 6px;
    border: 2px solid transparent;
    margin: 0 2px;
    display: inline-block;
}
.first_section .carousel-item img {
    height: auto;
    width: 100%;
}
.first_section .carousel .carousel-indicators li.active {
    border: 2px solid #fff;
}
.like_section .nav-tabs {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 34px;
}
h2.heading {
    font-size: 20px;
    margin-bottom: 15px;
}
h2.heading::after {
    bottom: -72px;
}
}