@charset "UTF-8";
/*
 @Author: Renesis Technologies
 @URL: https://renesistech.com/*/
/* =============================================
			Theme Reset Style
============================================= */
@font-face {
  font-family: "latoblack";
  src: url("../fonts/lato-fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("../fonts/lato-fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("../fonts/lato-fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latohairline";
  src: url("../fonts/lato-fonts/lato-thin-webfont.woff2") format("woff2"), url("../fonts/lato-fonts/lato-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsblack";
  src: url("../fonts/Poppins-fonts/poppins-black-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/Poppins-fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsextrabold";
  src: url("../fonts/Poppins-fonts/poppins-extrabold-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsextralight";
  src: url("../fonts/Poppins-fonts/poppins-extralight-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinslight";
  src: url("../fonts/Poppins-fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/Poppins-fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/Poppins-fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/Poppins-fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/Poppins-fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsthin";
  src: url("../fonts/poppins-fonts/poppins-thin-webfont.woff2") format("woff2"), url("../fonts/poppins-fonts/poppins-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5% !important;
}

* {
  margin: 0px;
  padding: 0px;
}

*:after,
*:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body {
  color: #000;
  background: #f0f3f5;
  font: 400 14px/23px "Lato", Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #000;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  text-transform: inherit;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0f0f0f;
}

p a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

p a,
p a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 20px;
  line-height: 20px;
  letter-spacing: normal;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

strong {
  color: #414141;
}

iframe {
  width: 100%;
  float: left;
  border: none;
}

button {
  border: none;
}
form .btn.btn-primary{
    font-size: 16px;
    padding: 5px 20px;
}

textarea,
select,
.rt-select select,
.form-control,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  color: #000;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.1;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea.form-control {
  resize: none;
  height: 210px;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #666;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #666;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #666;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #666;
}

/* Microsoft Edge */
.rt-verylightgreyinput.form-control::-webkit-input-placeholder {
  color: #c9c9c9;
}

/* WebKit, Blink, Edge */
.rt-verylightgreyinput.form-control:-moz-placeholder {
  color: #c9c9c9;
}

/* Mozilla Firefox 4 to 18 */
.rt-verylightgreyinput.form-control::-moz-placeholder {
  color: #c9c9c9;
}

/* Mozilla Firefox 19+ */
.rt-verylightgreyinput.form-control:-ms-input-placeholder {
  color: #c9c9c9;
}

/* Internet Explorer 10-11 */
.rt-verylightgreyinput.form-control::-ms-input-placeholder {
  color: #c9c9c9;
}

/* Microsoft Edge */
.rt-pictonblueinput.form-control::-webkit-input-placeholder {
  color: #4a9cd4;
}

/* WebKit, Blink, Edge */
.rt-pictonblueinput.form-control:-moz-placeholder {
  color: #4a9cd4;
}

/* Mozilla Firefox 4 to 18 */
.rt-pictonblueinput.form-control::-moz-placeholder {
  color: #4a9cd4;
}

/* Mozilla Firefox 19+ */
.rt-pictonblueinput.form-control:-ms-input-placeholder {
  color: #4a9cd4;
}

/* Internet Explorer 10-11 */
.rt-pictonblueinput.form-control::-ms-input-placeholder {
  color: #4a9cd4;
}

/* Microsoft Edge */
.rt-curiousblueinput.form-control::-webkit-input-placeholder {
  color: #3e95d1;
}

/* WebKit, Blink, Edge */
.rt-curiousblueinput.form-control:-moz-placeholder {
  color: #3e95d1;
}

/* Mozilla Firefox 4 to 18 */
.rt-curiousblueinput.form-control::-moz-placeholder {
  color: #3e95d1;
}

/* Mozilla Firefox 19+ */
.rt-curiousblueinput.form-control:-ms-input-placeholder {
  color: #3e95d1;
}

/* Internet Explorer 10-11 */
.rt-curiousblueinput.form-control::-ms-input-placeholder {
  color: #3e95d1;
}

/* Microsoft Edge */
.rt-lightslategreyinput.form-control::-webkit-input-placeholder {
  color: #8c939c;
}

/* WebKit, Blink, Edge */
.rt-lightslategreyinput.form-control:-moz-placeholder {
  color: #8c939c;
}

/* Mozilla Firefox 4 to 18 */
.rt-lightslategreyinput.form-control::-moz-placeholder {
  color: #8c939c;
}

/* Mozilla Firefox 19+ */
.rt-lightslategreyinput.form-control:-ms-input-placeholder {
  color: #8c939c;
}

/* Internet Explorer 10-11 */
.rt-lightslategreyinput.form-control::-ms-input-placeholder {
  color: #8c939c;
}

/* Microsoft Edge */
.rt-darkgrayinput.form-control::-webkit-input-placeholder {
  color: #a3a3a3;
}

/* WebKit, Blink, Edge */
.rt-darkgrayinput.form-control:-moz-placeholder {
  color: #a3a3a3;
}

/* Mozilla Firefox 4 to 18 */
.rt-darkgrayinput.form-control::-moz-placeholder {
  color: #a3a3a3;
}

/* Mozilla Firefox 19+ */
.rt-darkgrayinput.form-control:-ms-input-placeholder {
  color: #a3a3a3;
}

/* Internet Explorer 10-11 */
.rt-darkgrayinput.form-control::-ms-input-placeholder {
  color: #a3a3a3;
}

/* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
  color: #666;
  border-color: #666;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-group {
  width: 100%;
  float: left;
  margin: 0 0 2rem;
}

label {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

form p {
  float: left;
  position: relative;
  width: 100%;
}
form p p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}

option {
  padding: 5px 15px;
}

li {
  line-height: 28px;
  list-style: disc inside none;
}

ul ul {
  margin-left: 20px;
}

ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}
ol li {
  list-style: decimal;
  width: 100%;
}

ol ol {
  margin-left: 20px;
}

table {
  background-color: transparent;
  max-width: 100%;
}

th {
  text-align: left;
}

table {
  width: 100%;
  margin-bottom: 15px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table thead tr th {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  text-transform: capitalize;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}

table > thead > tr > th {
  border-bottom: 2px solid #dbdbdb;
  vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}

table > tbody + tbody {
  border-top: 2px solid #dbdbdb;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 10px;
}

p ins {
  color: #666;
}

dl dd {
  margin-left: 20px;
}

address {
  font-style: italic;
}

/* =============================================
			Theme Custom Select
============================================= */
.rt-select {
  color: #666;
  float: left;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.rt-select:after {
  top: 0;
  z-index: 2;
  right: 15px;
  color: #666;
  display: block;
  content: '\e90c';
  line-height: 40px;
  position: absolute;
  text-align: center;
  font-size: inherit;
  pointer-events: none;
  font-family: "icomoon";
}
.rt-select select {
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.rt-select select option {
  color: #666;
}

/* =============================================
		Theme Custom CheckBox Radio
============================================= */
.rt-radio,
.rt-radio label,
.rt-checkbox,
.rt-checkbox label {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}

.rt-radio label,
.rt-checkbox label {
  cursor: pointer;
  display: block;
  padding: 0 0 0 20px;
}

.rt-radio input[type=radio],
.rt-checkbox input[type=checkbox] {
  display: none;
}

.rt-radio input[type=radio] + label:before,
.rt-checkbox input[type=checkbox] + label:before {
  top: 4px;
  left: 0;
  color: #373542;
  font-size: 14px;
  line-height: 14px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}

.rt-radio input[type=radio] + label:before {
  content: "";
}

.rt-radio input[type=radio]:checked + label:before,
.rt-checkbox input[type=checkbox]:checked + label:before {
  content: "";
}

/* =============================================
			Theme Global Elements
============================================= */
.rt-haslayout {
  width: 100%;
  float: left;
}

.rt-sectionspace {
  padding: 100px 0;
}

.rt-locationmap {
  width: 100%;
  float: left;
  height: 500px;
}

.rt-btn-sm {
  padding: 0 20px;
  line-height: 30px;
}
.rt-btn.create-btn,
.rt-btn.manage-btn{
    padding: 0 2.7rem;
    margin-bottom: 20px;
}

.rt-btn {
  position: relative;
  padding: 0 7.2rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #3e95d1;
  text-transform: capitalize;
  font: 400 20px/43px "Lato", Arial, Helvetica, sans-serif;
}
.rt-btn:hover {
  color: #fff;
}
.rt-btn:focus {
  outline: none;
}
.rt-btn i,
.rt-btn span {
  display: inline-block;
  vertical-align: middle;
}

.rt-btn-lg {
  width: 100%;
}

.rt-socialicons {
  width: 100%;
  float: left;
  overflow: hidden;
  list-style: none;
  text-align: center;
  line-height: 34px;
}
.rt-socialicons li {
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-socialicons li a {
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  font-size: 26px;
  line-height: 34px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rt-socialicons li a svg,
.rt-socialicons li a i {
  display: block;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
}
.rt-socialicons li a svg {
  width: 34px !important;
  height: 34px;
  padding: 10px;
}
.rt-socialicons li a:hover {
  color: #fff;
}

.rt-inputwithicon.rt-facebook .rt-icon,
.rt-checkbox.rt-facebook,
li.rt-facebook a {
  background: #3b5999;
}

.rt-inputwithicon.rt-twitter .rt-icon,
.rt-checkbox.rt-twitter,
li.rt-twitter a {
  background: #55acee;
}

.rt-inputwithicon.rt-linkedin .rt-icon,
.rt-checkbox.rt-linkedin,
li.rt-linkedin a {
  background: #0077B5;
}

.rt-inputwithicon.rt-skype .rt-icon,
.rt-checkbox.rt-skype,
li.rt-skype a {
  background: #00aff0;
}

.rt-checkbox.rt-dropbox,
li.rt-dropbox a {
  background: #007ee5;
}

.rt-checkbox.rt-vimeo,
li.rt-vimeo a {
  background: #1ab7ea;
}

.rt-checkbox.rt-tumblr,
li.rt-tumblr a {
  background: #34465d;
}

.rt-checkbox.rt-yahoo,
li.rt-yahoo a {
  background: #410093;
}

.rt-inputwithicon.rt-googleplus .rt-icon,
.rt-checkbox.rt-googleplus,
li.rt-googleplus a {
  background: #dd4b39;
}

.rt-inputwithicon.rt-pinterestp .rt-icon,
.rt-checkbox.rt-pinterestp,
li.rt-pinterestp a {
  background: #bd081c;
}

.rt-checkbox.rt-youtube,
li.rt-youtube a {
  background: #cd201f;
}

.rt-checkbox.rt-stumbleupon,
li.rt-stumbleupon a {
  background: #eb4924;
}

.rt-checkbox.rt-reddit,
li.rt-reddit a {
  background: #ff5700;
}

.rt-checkbox.rt-quora,
li.rt-quora a {
  background: #b92b27;
}

.rt-checkbox.rt-yelp,
li.rt-yelp a {
  background: #af0606;
}

.rt-checkbox.rt-soundcloud,
li.rt-soundcloud a {
  background: #ff3300;
}

.rt-checkbox.rt-whatsapp,
li.rt-whatsapp a {
  background: #25d366;
}

.rt-checkbox.rt-wechat,
li.rt-wechat a {
  background: #09b83e;
}

.rt-checkbox.rt-instagram,
li.rt-instagram a {
  background: #e4405f;
}

.rt-checkbox.rt-dribbble,
li.rt-dribbble a {
  background: #ea4c89;
}

.rt-checkbox.rt-flickr,
li.rt-flickr a {
  background: #ff0084;
}

.rt-checkbox.rt-rss,
li.rt-rss a {
  background: #ff6600;
}

.rt-socialiconsborder li.rt-facebook a {
  color: #3b5999;
  border: 1px solid #3b5999;
}

.rt-socialiconsborder li.rt-twitter a {
  color: #55acee;
  border: 1px solid #55acee;
}

.rt-socialiconsborder li.rt-linkedin a {
  color: #0077B5;
  border: 1px solid #0077B5;
}

.rt-socialiconsborder li.rt-skype a {
  color: #00aff0;
  border: 1px solid #00aff0;
}

.rt-socialiconsborder li.rt-dropbox a {
  color: #007ee5;
  border: 1px solid #007ee5;
}

.rt-socialiconsborder li.rt-vimeo a {
  color: #1ab7ea;
  border: 1px solid #1ab7ea;
}

.rt-socialiconsborder li.rt-tumblr a {
  color: #34465d;
  border: 1px solid #34465d;
}

.rt-socialiconsborder li.rt-yahoo a {
  color: #410093;
  border: 1px solid #410093;
}

.rt-socialiconsborder li.rt-googleplus a {
  color: #dd4b39;
  border: 1px solid #dd4b39;
}

.rt-socialiconsborder li.rt-pinterestp a {
  color: #bd081c;
  border: 1px solid #bd081c;
}

.rt-socialiconsborder li.rt-youtube a {
  color: #cd201f;
  border: 1px solid #cd201f;
}

.rt-socialiconsborder li.rt-stumbleupon a {
  color: #eb4924;
  border: 1px solid #eb4924;
}

.rt-socialiconsborder li.rt-reddit a {
  color: #ff5700;
  border: 1px solid #ff5700;
}

.rt-socialiconsborder li.rt-quora a {
  color: #b92b27;
  border: 1px solid #b92b27;
}

.rt-socialiconsborder li.rt-yelp a {
  color: #af0606;
  border: 1px solid #af0606;
}

.rt-socialiconsborder li.rt-soundcloud a {
  color: #ff3300;
  border: 1px solid #ff3300;
}

.rt-socialiconsborder li.rt-whatsapp a {
  color: #25d366;
  border: 1px solid #25d366;
}

.rt-socialiconsborder li.rt-wechat a {
  color: #09b83e;
  border: 1px solid #09b83e;
}

.rt-socialiconsborder li.rt-instagram a {
  color: #e4405f;
  border: 1px solid #e4405f;
}

.rt-socialiconsborder li.rt-dribbble a {
  color: #ea4c89;
  border: 1px solid #ea4c89;
}

.rt-socialiconsborder li.rt-flickr a {
  color: #ff0084;
  border: 1px solid #ff0084;
}

.rt-socialiconsborder li.rt-rss a {
  color: #ff6600;
  border: 1px solid #ff6600;
}

.rt-socialiconsborder li a {
  background: none;
  line-height: 32px;
}

.rt-socialiconsborder li.rt-facebook a svg,
.rt-socialiconsborder li.rt-facebook a i {
  color: #3b5999;
}

.rt-socialiconsborder li.rt-twitter a svg,
.rt-socialiconsborder li.rt-twitter a i {
  color: #55acee;
}

.rt-socialiconsborder li.rt-linkedin a svg,
.rt-socialiconsborder li.rt-linkedin a i {
  color: #0077B5;
}

.rt-socialiconsborder li.rt-skype a svg,
.rt-socialiconsborder li.rt-skype a i {
  color: #00aff0;
}

.rt-socialiconsborder li.rt-dropbox a svg,
.rt-socialiconsborder li.rt-dropbox a i {
  color: #007ee5;
}

.rt-socialiconsborder li.rt-vimeo a svg,
.rt-socialiconsborder li.rt-vimeo a i {
  color: #1ab7ea;
}

.rt-socialiconsborder li.rt-tumblr a svg,
.rt-socialiconsborder li.rt-tumblr a i {
  color: #34465d;
}

.rt-socialiconsborder li.rt-yahoo a svg,
.rt-socialiconsborder li.rt-yahoo a i {
  color: #410093;
}

.rt-socialiconsborder li.rt-googleplus a svg,
.rt-socialiconsborder li.rt-googleplus a i {
  color: #dd4b39;
}

.rt-socialiconsborder li.rt-pinterestp a svg,
.rt-socialiconsborder li.rt-pinterestp a i {
  color: #bd081c;
}

.rt-socialiconsborder li.rt-youtube a svg,
.rt-socialiconsborder li.rt-youtube a i {
  color: #cd201f;
}

.rt-socialiconsborder li.rt-stumbleupon a svg,
.rt-socialiconsborder li.rt-stumbleupon a i {
  color: #eb4924;
}

.rt-socialiconsborder li.rt-reddit a svg,
.rt-socialiconsborder li.rt-reddit a i {
  color: #ff5700;
}

.rt-socialiconsborder li.rt-quora a svg,
.rt-socialiconsborder li.rt-quora a i {
  color: #b92b27;
}

.rt-socialiconsborder li.rt-yelp a svg,
.rt-socialiconsborder li.rt-yelp a i {
  color: #af0606;
}

.rt-socialiconsborder li.rt-soundcloud a svg,
.rt-socialiconsborder li.rt-soundcloud a i {
  color: #ff3300;
}

.rt-socialiconsborder li.rt-whatsapp a svg,
.rt-socialiconsborder li.rt-whatsapp a i {
  color: #25d366;
}

.rt-socialiconsborder li.rt-wechat a svg,
.rt-socialiconsborder li.rt-wechat a i {
  color: #09b83e;
}

.rt-socialiconsborder li.rt-instagram a svg,
.rt-socialiconsborder li.rt-instagram a i {
  color: #e4405f;
}

.rt-socialiconsborder li.rt-dribbble a svg,
.rt-socialiconsborder li.rt-dribbble a i {
  color: #ea4c89;
}

.rt-socialiconsborder li.rt-flickr a svg,
.rt-socialiconsborder li.rt-flickr a i {
  color: #ff0084;
}

.rt-socialiconsborder li.rt-rss a svg,
.rt-socialiconsborder li.rt-rss a i {
  color: #ff6600;
}

.rt-roundicontext {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rt-roundicontext span {
  padding: 0 15px 0 0;
}
.rt-roundicontext:focus, .rt-roundicontext:hover {
  color: #fff;
  width: 100%;
}

.rt-roundicontext .rt-usericonholder {
  width: 250px;
  display: block;
  overflow: hidden;
  font-style: normal;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.rt-socialsharewithtext .rt-usericonholder svg,
.rt-socialsharewithtext .rt-usericonholder span {
  float: left;
  font-size: inherit;
  line-height: inherit;
}

.rt-roundicontext:hover .rt-usericonholder {
  width: 100%;
}

.rt-verticalmiddle {
  margin: 0 -1px;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.rt-description {
  width: 100%;
  float: left;
}

.rt-bgcoralred {
  background: #f93a3a;
}

.rt-colorgrey {
  color: #818181;
}

.rt-colornero {
  color: #181818;
}

.rt-colorfern {
  color: #67ba6c;
}

.rt-colornobel {
  color: #959595;
}

.rt-colornobel {
  color: #959595;
}

.rt-colorblack {
  color: #000;
}

.rt-colorsatoll {
  color: #1f808d;
}

.rt-colorgreytwo {
  color: #818181;
}

.rt-colordimgray {
  color: #767676;
}

.rt-colordimgray {
  color: #767676;
}

.rt-colorsmatisse {
  color: #39617d;
}

.rt-colorwhite {
  color: #fff;
}

.rt-colornavyblue {
  color: #0572ef;
}

.rt-colordarkgray {
  color: #a3a3a3;
}

.rt-colorccerulean {
  color: #0275b1;
}

.rt-colorbrinkpink {
  color: #ff647c;
}

.rt-colornightrider {
  color: #2d2d2d;
}

.rt-colorpictonblue {
  color: #4a9cd4;
}

.rt-colorcuriousblue {
  color: #3e95d1;
}

.rt-colorpurpleheart {
  color: #533ed1;
}

.rt-colorlightslategrey {
  color: #8c939c;
}

.rt-colormidnightexpress {
  color: #202841;
}

.rt-stars span,
.rt-stars {
  width: 100px;
  height: 16px;
  float: left;
  line-height: 16px;
  position: relative;
}
.rt-stars span span:after, .rt-stars span:before,
.rt-stars span:after,
.rt-stars:before {
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  letter-spacing: 4px;
  font-family: "FontAwesome";
  color: rgba(218, 218, 218, 0.8);
  content: "";
}
.rt-stars span span,
.rt-stars span {
  width: 75%;
  overflow: hidden;
}
.rt-stars span span:after,
.rt-stars span:after {
  color: #000;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.rt-dropdowarrow {
  top: 9px;
  right: 15px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.rt-dropdowarrow i {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.rt-open .rt-dropdowarrow i:before {
  content: "";
}

.menu-item-has-children,
.menu-item-has-mega-menu {
  position: relative;
}

.mega-menu-row {
  width: 100%;
  float: left;
  display: table;
  table-layout: fixed;
}

.mega-menu-col {
  display: table-cell;
  vertical-align: top;
}

.navbar-toggle {
  border: 0;
  margin: 3px 0;
  border-radius: 0;
  padding: 10px 12px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.rt-formtheme {
  width: 100%;
  float: left;
}

.rt-formtheme fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: relative;
}

.rt-inputwithicon {
  position: relative;
}
.rt-inputwithicon i {
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  outline: none;
  font-size: 20px;
  color: #343a3d;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.rt-inputwithicon .form-control {
  z-index: 1;
  position: relative;
}

/* =============================================
			Theme Pagination Style
============================================= */
.rt-pagination {
  width: 100%;
  float: left;
  font: 14px/24px "Lato", Arial, Helvetica, sans-serif;
}
.rt-pagination ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  text-align: center;
  line-height: inherit;
}
.rt-pagination ul li {
  float: left;
  margin: 0 6px;
  line-height: inherit;
  list-style-type: none;
}
.rt-pagination ul li a {
  width: 20px;
  display: block;
  color: #373542;
  text-align: center;
  position: relative;
  line-height: inherit;
}

.rt-pagination ul li.rt-prevpage {
  margin-left: 0;
}

.rt-pagination ul li.rt-nextpage {
  margin-right: 0;
}

.rt-pagination ul li.rt-nextpage a,
.rt-pagination ul li.rt-prevpage a {
  width: auto;
  font-size: 20px;
  overflow: hidden;
  position: relative;
}

.rt-pagination ul li.rt-nextpage a {
  padding: 0 0 0 25px;
}

.rt-pagination ul li.rt-prevpage a {
  padding: 0 25px 0 0;
}

.rt-pagination ul li.rt-nextpage a:after,
.rt-pagination ul li.rt-prevpage a:after {
  top: 50%;
  opacity: 0;
  content: "";
  width: 15px;
  height: 1px;
  background: #373542;
  position: absolute;
  visibility: hidden;
}

.rt-pagination ul li.rt-nextpage a:after {
  right: 50px;
}

.rt-pagination ul li.rt-prevpage a:after {
  left: 50px;
}

.rt-pagination ul li.rt-nextpage a:hover:after,
.rt-pagination ul li.rt-prevpage a:hover:after {
  opacity: 1;
  visibility: visible;
}

.rt-pagination ul li.rt-nextpage a:hover:after {
  right: 2px;
}

.rt-pagination ul li.rt-prevpage a:hover:after {
  left: 2px;
}

/* =============================================
			Theme BreadCrumb Style
============================================= */
.rt-breadcrumb {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #000;
  list-style: none;
  text-align: left;
  text-transform: uppercase;
  font: 700 16px/21px "Lato", Arial, Helvetica, sans-serif;
}
.rt-breadcrumb li {
  width: auto;
  padding: 0 15px;
  position: relative;
  line-height: inherit;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.rt-breadcrumb li:after {
  top: 0;
  left: -8px;
  font-size: 13px;
  content: "";
  line-height: 21px;
  position: absolute;
  color: #8c939c;
  font-family: "icomoon";
}
.rt-breadcrumb li a,
.rt-breadcrumb li span {
  color: #000;
  display: block;
}
.rt-breadcrumb li:first-child {
  padding: 0 15px 0 0;
}
.rt-breadcrumb li:last-child {
  padding: 0 0 0 15px;
}
.rt-breadcrumb li:first-child:after {
  display: none;
}

/* =============================================
			Theme Styling
============================================= */
.rt-wrapper {
  overflow: hidden;
  padding: 127px 74px 30px;
}

.rt-flexcontainer {
  height: 100vh;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.rt-flexcontainercolumn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* =============================================
			Theme Scrollbar Style
============================================= */
.rt-themescrollbar {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mCSB_scrollTools {
  opacity: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  margin: 0;
  width: 4px;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerContainer {
  width: 4px;
  right: -12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* =============================================
			Login Style
============================================= */
.rt-loginholder {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.rt-split {
  z-index: 1;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}

.rt-rightsite {
  z-index: 10;
  width: 49.1%;
  background: #0275b1;
  padding: 9rem 0 5.8rem;
}
.rt-rightsite figure {
  left: 0;
  margin: 0;
  opacity: 1;
  float: left;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 40px;
  position: absolute;
}
.rt-rightsite figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.rt-loginpagedescription {
  width: 100%;
  float: left;
  height: calc(100vh - 40vh);
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.rt-loginpagedescription span {
  color: #fff;
  display: block;
  font-size: 3rem;
  padding: 1rem 0;
  font-weight: 500;
  line-height: 3.3rem;
}

.rt-logincontent {
  margin: 0 auto;
  overflow: hidden;
  max-width: 52.5rem;
}
.rt-logincontent h1 {
  color: #3e95d1;
  text-shadow: 3px 0px white;
  font-family: "poppinssemibold", sans-serif;
}

.rt-leftsite {
  width: 50.9%;
  float: right;
  overflow: hidden;
  background: #fff;
}

.rt-logo {
  float: left;
}
.rt-logo a,
.rt-logo img {
  display: block;
}
.rt-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.rt-logo .rt-logofull {
  display: block;
}
.rt-logo .rt-logoicon {
  display: none;
}

.rt-formholder {
  top: 50%;
  left: 50%;
  width: 45.5rem;
  height: 57.2rem;
  text-align: left;
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rt-formholder .rt-formtheme {
  left: 0;
  top: 8.5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rt-formholder .rt-formtheme legend {
  line-height: 1.3;
  font-size: 3.2rem;
  font-family: "poppinsregular", sans-serif;
}
.rt-formholder .rt-formtheme legend span {
  font-family: "poppinssemibold", sans-serif;
}
.rt-formholder .rt-formtheme h4 {
  margin: 0 0 5.4rem;
  font-family: "poppinsregular", sans-serif;
}
.rt-formholder .rt-formtheme .form-control {
  height: 60px;
  font-size: 1.8rem;
  line-height: 26px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: transparent;
  border-color: #c9c9c9;
  font-family: "poppinsregular", sans-serif;
}
.rt-formholder .rt-formtheme .rt-btn {
  line-height: 54px;
}

.rt-loginform legend {
  margin: 0 0 8.3rem;
}
.rt-loginform .form-group:nth-child(3) {
  margin: 0 0 1rem;
}
.rt-loginform .form-group:nth-child(4) {
  margin: 0 0 6.3rem;
}

.rt-forgotpasswordform {
  opacity: 0;
  visibility: hidden;
}
.rt-forgotpasswordform legend {
  margin: 0 0 1.4rem;
}
.rt-forgotpasswordform .form-group:nth-child(3) {
  margin: 0 0 6.5rem;
}

.rt-showloginform .rt-loginform {
  opacity: 1;
  visibility: visible;
}
.rt-showloginform .rt-forgotpasswordform {
  opacity: 0;
  visibility: hidden;
}

.rt-showforgetpassword .rt-forgotpasswordform {
  opacity: 1;
  visibility: visible;
}
.rt-showforgetpassword .rt-loginform {
  opacity: 0;
  visibility: hidden;
}

.rt-forgotpassword {
  float: right;
  font-size: 16px;
  line-height: 19px;
  color: #3e95d1;
  font-family: "poppinsmedium", sans-serif;
}
.rt-forgotpassword:hover {
  color: #3e95d1;
}

.rt-backtologin {
  font-size: 16px;
  line-height: 19px;
  color: #3e95d1;
  font-family: "poppinsregular", sans-serif;
}
.rt-backtologin:hover {
  color: #3e95d1;
}

.rt-btnlegalprivacy {
  float: right;
  color: #3e95d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: capitalize;
}

/* =============================================
            Header Style
============================================= */
.rt-header {
  top: 0;
  left: 0;
  z-index: 10;
  height: 79px;
  position: fixed;
  background: #fff;
  padding: 15px 74px 13px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

.rt-topbar {
  width: 100%;
  float: left;
}
.rt-topbar .rt-logo {
  padding: 6px 0;
}
.rt-topbar .rt-searchform {
  top: -1px;
  left: -60px;
  z-index: 10;
  display: none;
  position: absolute;
}
.rt-topbar .rt-searchform .form-control {
  border: 0;
  height: 42px;
  font-size: 24px;
  color: #9da8b2;
  background: #e4e6eb;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  padding: 10px 40px 10px 45px;
}
.rt-topbar .rt-searchform .rt-inputwithicon i {
  left: 5px;
  right: auto;
  color: #9da8b2;
}
.rt-topbar .rt-searchform .rt-inputwithicon i.icon-cancel {
  right: 0;
  left: auto;
  font-size: 14px;
  line-height: 42px;
}

.rt-btnsearch {
  width: 40px;
  height: 40px;
  color: #343a3d;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #e4e6eb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rt-btnsearch:hover {
  color: #343a3d;
}

.rt-topbartoggle {
  top: 50%;
  width: 26px;
  left: 100px;
  height: 26px;
  display: none;
  color: #343a3d;
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.rt-searchaddnav {
  float: right;
  padding: 8px 0;
}
.rt-searchaddnav > ul {
  width: 100%;
  float: left;
  position: relative;
  line-height: inherit;
  list-style-type: none;
}
.rt-searchaddnav > ul > li {
  float: left;
  padding: 0 8px;
  list-style: none;
  line-height: inherit;
}
.rt-searchaddnav > ul > li a {
  display: block;
}
.rt-searchaddnav > ul > li:first-child {
  padding: 0 8px 0 0;
}
.rt-searchaddnav > ul > li:last-child {
  padding: 0 0 0 8px;
}

.rt-btnsearchnotifibell {
  width: 40px;
  height: 40px;
  color: #343a3d;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  position: relative;
  background: #e4e6eb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rt-btnsearchnotifibell:hover {
  color: #343a3d;
}

.rt-userprofileimg {
  margin: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rt-userprofileimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rt-addnav {
  margin: 0 auto;
  max-width: 455px;
  overflow: inherit;
  text-align: center;
  text-transform: capitalize;
  font: 400 16px/20px "Lato", Arial, Helvetica, sans-serif;
}
.rt-addnav:after {
  clear: both;
  content: "";
  display: block;
}
.rt-addnav ul {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-addnav ul li {
  float: left;
  padding: 0 24px;
  list-style: none;
  position: relative;
  line-height: inherit;
}
.rt-addnav ul li a {
  display: block;
  color: #343a3d;
  position: relative;
  font-family: "latoregular", sans-serif;
}
.rt-addnav ul li a i,
.rt-addnav ul li a span {
  display: block;
}
.rt-addnav ul li a i {
  line-height: 1.3;
  font-size: 2.4rem;
}
.rt-addnav ul li a span {
  margin: 4px 0 0;
}
.rt-addnav ul li.rt-active > a {
  color: #3e95d1;
}
.rt-addnav ul li.rt-active > a i {
  color: #4a9cd4;
}
.rt-addnav ul li.rt-active:after {
  left: 50%;
  width: 68px;
  height: 4px;
  content: "";
  bottom: -10px;
  position: absolute;
  background: #4a9cd4;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rt-themedropdownmenu {
  width: 190px;
  top: 0 !important;
  border: 0 !important;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px 2px rgba(47, 83, 151, 0.3);
  box-shadow: 0 4px 16px 2px rgba(47, 83, 151, 0.3);
}
.rt-themedropdownmenu ul {
  margin: 0;
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
  padding: 24px 25px 32px;
}
.rt-themedropdownmenu ul li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-themedropdownmenu ul li a {
  display: block;
}
.rt-themedropdownmenu ul li a i,
.rt-themedropdownmenu ul li a span {
  display: inline-block;
  vertical-align: middle;
  color: #202841;
}
.rt-themedropdownmenu ul li a i {
  font-size: 18px;
  line-height: 20px;
}
.rt-themedropdownmenu ul li a span {
  font-size: 14px;
  line-height: 17px;
  font-family: "latoregular", sans-serif;
}

.rt-userdropdown {
  display: inline-block;
  vertical-align: middle;
}
.rt-userdropdown .rt-themedropdownmenu {
  opacity: 0;
  display: block;
  visibility: hidden;
  right: 0 !important;
  left: auto !important;
  top: 100px !important;
  transform: none !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rt-userdropdown .rt-themedropdownmenu ul li i {
  font-size: 24px;
  line-height: 24px;
  margin: 0 20px 0 0;
}
.rt-userdropdown .rt-themedropdownmenu ul li span {
  font-size: 20px;
  line-height: 24px;
}
.rt-userdropdown .rt-themedropdownmenu ul li + li {
  margin: 30px 0 0;
}

.rt-userdropdown.show .rt-themedropdownmenu {
  opacity: 1;
  visibility: visible;
  top: 100% !important;
}

.rt-searchfriendholder.rt-recentsearches {
  top: 42px;
  left: -60px;
  width: 275px;
  padding: 25px 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.rt-searchfriendholder.rt-recentsearches .rt-searchfriend {
  padding: 0;
}
.rt-searchfriendholder.rt-recentsearches .rt-themehead h4,
.rt-searchfriendholder.rt-recentsearches .rt-themehead h5 {
  color: #909090;
}
.rt-searchfriendholder.rt-recentsearches .rt-searchfriendbox ul {
  height: 100px;
  overflow: auto;
}
.rt-searchfriendholder.rt-recentsearches .rt-searchfriendbox ul::-webkit-scrollbar {
  display: none;
}
.rt-searchfriendholder.rt-recentsearches .rt-searchfriendbox ul li {
  padding: 8px 0;
}
.rt-searchfriendholder.rt-recentsearches .rt-searchfriendbox ul li:nth-child(1) {
  padding: 0 0 8px;
}
.rt-searchfriendholder.rt-recentsearches .rt-searchfriendbox ul li:hover .rt-searchfriend {
  background: transparent;
}
.rt-searchfriendholder.rt-recentsearches .rt-userprofileimg {
  width: 35px;
  height: 35px;
  margin: 0 8px 0 0;
}

.rt-recentsearchesbox {
  width: 100%;
  float: left;
}

.rt-notificationdropdown {
  display: inline-block;
  vertical-align: middle;
}
.rt-notificationdropdown .rt-notificationdropdownMenu {
  opacity: 0;
  width: 303px;
  display: block;
  visibility: hidden;
  left: auto !important;
  top: 100px !important;
  right: 110px !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  transform: none !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rt-notificationdropdown .rt-notificationdropdownMenu .rt-chathead h4 {
  font-weight: 500;
}
.rt-notificationdropdown .rt-notificationdropdownMenu ul {
  padding: 0;
  height: 405px;
  overflow: auto;
}
.rt-notificationdropdown .rt-notificationdropdownMenu ul::-webkit-scrollbar {
  display: none;
}
.rt-notificationdropdown .rt-notificationdropdownMenu ul li {
  padding: 7px 0;
  border-top: 1px solid #ededed;
}
.rt-notificationdropdown .rt-notificationdropdownMenu ul li:first-child {
  border: 0;
}
.rt-notificationdropdown .rt-notificationdropdownMenu .rt-chatcontactcontent .rt-btnholder .rt-btn {
  font-size: 1.1rem;
  padding: 0 2.5rem;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rt-notificationdropdown .rt-notificationdropdownMenu .rt-chatcontactcontent .rt-btnholder .rt-btntwo {
  line-height: 24px;
}
.rt-notificationdropdown .rt-notificationdropdownMenu .rt-chatcontactcontent .rt-btnholder .rt-btn + .rt-btn {
  margin: 0 0 0 8px;
}

.rt-notificationdropdown.show .rt-notificationdropdownMenu {
  opacity: 1;
  visibility: visible;
  top: 130% !important;
}

.rt-notification {
  width: 100%;
  float: left;
}
.rt-notification .rt-userprofileimg {
  margin: 0 15px 0 0;
}

.rt-noticontent {
  overflow: hidden;
}

.rt-notificationbox {
  width: 100%;
  float: left;
  padding: 18px 15px;
}

/* =============================================
        Sidebar Style
============================================= */
.rt-sidebar {
  left: 74px;
  top: 127px;
  width: 300px;
  overflow: auto;
  position: fixed;
  height: calc(100% - 127px);
}
.rt-sidebar::-webkit-scrollbar {
  display: none;
}
.rt-sidebar .rt-followers {
  height: 260px;
}
.rt-sidebar .rt-followers::-webkit-scrollbar {
  display: none;
}
.rt-sidebar .rt-followers li h4 {
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 90px);
}

.rt-themebox {
  width: 100%;
  float: left;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 16px 13px 17px 14px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(90, 90, 90, 0.07);
  box-shadow: 0 3px 15px 0 rgba(90, 90, 90, 0.07);
}

.rt-themebox + .rt-themebox {
  margin: 16px 0 0;
}


/* =============================================
        Left Sidebar Style
============================================= */
.rt-userprofileinfo {
  padding: 48px 13px 17px 14px;
}
.rt-userprofileinfo .rt-userprofileimgbox {
  margin: 0 0 24px;
}
.rt-userprofileinfo .rt-btn {
  margin: 15px 0 0;
}

.rt-userprofileimgbox {
  width: 100%;
  float: left;
  position: relative;
}
.rt-userprofileimgbox .rt-userprofileimg {
  width: 87px;
  height: 87px;
  margin: 0 auto;
}
.rt-userprofileimgbox:after {
  left: 64px;
  top: -32px;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  background: url(../images/profile-frame.png) no-repeat;
}

.rt-userinfocontent {
  width: 100%;
  float: left;
  text-align: center;
}
.rt-userinfocontent h2,
.rt-userinfocontent h3 {
  font-weight: 600;
}
.rt-userinfocontent h6 {
  color: #767676;
  margin: 0 0 0.4rem;
  font-family: "latoregular", sans-serif;
}
.rt-userinfocontent h4,
.rt-userinfocontent h5 {
  font-weight: 600;
}
.rt-userinfocontent h4 i,
.rt-userinfocontent h5 i {
  display: inline-block;
  vertical-align: text-bottom;
}

.rt-themehead {
  width: 100%;
  float: left;
}
.rt-themehead h2,
.rt-themehead h3,
.rt-themehead h5 {
  font-weight: 600;
}
.rt-themehead ul {
  float: right;
  font-size: 1.2rem;
  line-height: inherit;
  list-style-type: none;
}
.rt-themehead ul li {
  float: left;
  list-style: none;
  line-height: 18px;
}
.rt-themehead ul li a {
  display: block;
  color: #3e95d1;
  font-weight: 600;
}

.rt-referrallinkform .form-control {
  border: 0;
  height: 37px;
  font-size: 12px;
  color: #3e95d1;
  background: #f0f3f5;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  padding: 10px 70px 10px 20px;
}

.rt-btncopylink {
  top: 12px;
  right: 15px;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  color: #8c939c;
  font-weight: 600;
}
.rt-btncopylink:hover {
  color: #8c939c;
}

.rt-newsfeedchannels {
  padding: 32px 33px 77px 24px;
}
.rt-newsfeedchannels .rt-themehead {
  margin: 0 0 30px;
}
.rt-newsfeedchannels .rt-themehead h3 {
  font-weight: 600;
}
.rt-newsfeedchannels .rt-themehead h4 {
  padding: 3px 0;
  font-weight: 600;
}
.rt-newsfeedchannels .rt-themehead h4 i {
  width: 35px;
  display: inline-block;
  vertical-align: text-bottom;
}

.rt-welcomenewsfeed {
  width: 100%;
  float: left;
}
.rt-welcomenewsfeed .rt-themehead {
  margin: 0 0 30px;
}

.rt-usersavedfollowers {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-usersavedfollowers li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-usersavedfollowers li a {
  width: 100%;
  float: left;
  display: block;
}
.rt-usersavedfollowers li figure {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
}
.rt-usersavedfollowers li i {
  width: 35px;
  font-size: 24px;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.rt-usersavedfollowers li span {
  width: 40px;
  float: left;
  padding: 0 10px;
  margin: 0 7 px 0 0;
}
.rt-usersavedfollowers li h4 {
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 60px);
}

.rt-socialiconsbox {
  width: 100%;
  float: left;
}
.rt-socialiconsbox h6 {
  padding: 9px 0;
  font-weight: 600;
}
.rt-socialiconsbox .rt-socialicons {
  width: calc(100% - 70px);
}

.rt-channelsbox {
  width: 100%;
  float: left;
}

.rt-btnaddmore {
  width: 26px;
  height: 26px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #4a9cd4;
}
.rt-btnaddmore:hover {
  color: #fff;
}

.rt-followers {
  width: 100%;
  float: left;
  overflow: auto;
  line-height: inherit;
  list-style-type: none;
}
.rt-followers > li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-followers > li > a {
  width: 100%;
  float: left;
  display: block;
}
.rt-followers > li figure {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
}

/* =============================================
        Right Sidebar Style
============================================= */
.rt-rightsidebar {
  left: auto;
  right: 74px;
}
.rt-rightsidebar .rt-writecommentbox .rt-writecommentform input {
  padding: 10px 20px 10px 20px;
}

.rt-chatbox {
  width: 100%;
  float: left;
}
.rt-chatbox .rt-themebox {
  padding: 25px 15px;
  height: calc(100vh - 350px);
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
.rt-chatbox .rt-chatmessages {
  display: none;
  overflow: initial;
  position: relative;
  height: calc(100vh - 390px);
}

.rt-chathead {
  width: 100%;
  float: left;
  background: #4a9cd4;
  padding: 12px 16px 13px 21px;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

.rt-editchaticon {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.rt-editchaticon:hover {
  color: #fff;
}

.rt-openchatdropdown {
  width: auto;
  padding: 8px 0 8px 16px;
}

.rt-btndropdown {
  font-size: 18px;
  background: none;
  line-height: 18px;
}
.rt-btndropdown:focus {
  outline: none;
}

.rt-chatdropdownmenu {
  width: 130px;
}
.rt-chatdropdownmenu ul {
  padding: 13px 23px 15px 22px;
}

.rt-chatcontactbox {
  width: 100%;
  float: left;
}
.rt-chatcontactbox ul {
  width: 100%;
  float: left;
  overflow: auto;
  line-height: inherit;
  list-style-type: none;
  height: calc(100vh - 400px);
}
.rt-chatcontactbox ul::-webkit-scrollbar {
  display: none;
}
.rt-chatcontactbox ul li {
  width: 100%;
  float: left;
  padding: 5px 0;
  list-style: none;
  position: relative;
  line-height: inherit;
}
.rt-chatcontactbox ul li a {
  width: 100%;
  display: block;
}
.rt-chatcontactbox ul li .rt-openchatdropdown {
  right: 0;
  top: 10px;
  padding: 0;
  z-index: 2;
  position: absolute;
}
.rt-chatcontactbox ul li .rt-openchatdropdown .rt-chatdropdownmenu ul {
  padding: 0;
  height: auto;
}
.rt-chatcontactbox ul li .rt-openchatdropdown .rt-chatdropdownmenu ul li {
  padding: 0;
}
.rt-chatcontactbox ul li .rt-openchatdropdown .rt-chatdropdownmenu ul li a {
  font-size: 14px;
  line-height: 15px;
  position: relative;
  padding: 10px 10px 10px 30px;
}
.rt-chatcontactbox ul li .rt-openchatdropdown .rt-chatdropdownmenu ul li a i {
  top: 50%;
  left: 10px;
  font-size: 14px;
  line-height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rt-chatcontactbox .rt-userprofileimg {
  width: 46px;
  height: 46px;
  margin: 0 10px 0 0;
}

.rt-btndeletechat {
  top: 0;
  right: 0;
  position: absolute;
  width: auto !important;
}

.rt-chatcontactcontent {
  overflow: hidden;
}
.rt-chatcontactcontent h4 {
  font-weight: 600;
}
.rt-chatcontactcontent h5 {
  width: 100%;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rt-numbertext {
  width: 19px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 7px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3e95d1;
  font-family: "latoregular", sans-serif;
}

.rt-currentbadgebox {
  width: 100%;
  float: left;
}
.rt-currentbadgebox h5 {
  padding: 13px 0;
  font-family: "latoregular", sans-serif;
}

.rt-badgeimg {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 20px 0 0;
}
.rt-badgeimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rt-leaderboardbox .rt-themehead ul {
  font-size: 1.4rem;
}
.rt-leaderboardbox .rt-themehead h4 {
  font-size: 2rem;
  font-weight: 600;
}

.rt-themetablebox {
  width: 100%;
  float: left;
}

.rt-themetable thead tr th,
.rt-themetable thead tr td,
.rt-themetable tbody tr th,
.rt-themetable tbody tr td {
  color: #000;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  border: 0 !important;
}
.rt-themetable thead tr th,
.rt-themetable tbody tr th {
  font-size: 1.6rem;
}
.rt-themetable thead tr td,
.rt-themetable tbody tr td {
  font-size: 1.4rem;
}
.rt-themetable thead tr td .rt-badgeimg,
.rt-themetable tbody tr td .rt-badgeimg {
  float: none;
  width: 27px;
  height: 27px;
}

.rt-activechatuser {
  width: 100%;
  float: left;
  overflow: auto;
  margin: 0 !important;
}

.rt-chatmessagesarea {
  width: 100%;
  float: left;
  overflow: auto;
  height: calc(100vh - 490px);
}
.rt-chatmessagesarea::-webkit-scrollbar {
  display: none;
}

.rt-showuserchat .rt-chatmessages {
  display: block;
}
.rt-showuserchat .rt-chatcontactbox {
  display: none;
}

.rt-btnleftarrow {
  color: #000;
  font-size: 16px;
  line-height: 16px;
}
.rt-btnleftarrow:hover {
  color: #000;
}

.rt-searchuserbox {
  width: 100%;
  float: left;
  display: none;
}
.rt-searchuserbox .rt-followers {
  height: calc(100vh - 480px);
}
.rt-searchuserbox .rt-followers li {
  padding: 15px 0;
}
.rt-searchuserbox .rt-followers li h4 {
  padding: 14px 0;
  cursor: pointer;
  font-size: 1.8rem;
  width: calc(100% - 70px);
}
.rt-searchuserbox .rt-followers .rt-userprofileimg {
  width: 52px;
  height: 52px;
  margin: 0 12px 0 0;
}

.rt-searchuserform .form-control {
  border: 0;
  font-size: 1.6rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 40px 10px 0;
  border-bottom: 1px solid #cfd8e0;
}
.rt-searchuserform .rt-inputwithicon i {
  font-size: 14px;
  color: #343a3d;
}

.rt-showusersearch .rt-searchuserbox {
  display: block;
}
.rt-showusersearch .rt-chatcontactbox {
  display: none;
}

/* =============================================
			Feeds Page Style
============================================= */
.rt-centercontent {
  margin: 0 auto;
  overflow: inherit;
  width: calc(100% - 655px);
}
.rt-centercontent:after {
  clear: both;
  content: "";
  display: block;
}

.rt-feedsbox {
  width: 100%;
  float: left;
}

.rt-feeds {
  min-height: 768px;
}

.rt-feedsimg {
  margin: 0;
  float: left;
  width: 100%;
  height: 211px;
}
.rt-feedsimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.rt-photovideopollbox {
  width: 100%;
  float: left;
}
.rt-photovideopollbox .rt-themebox {
  padding: 0;
}

.rt-whatsyourmind {
  width: 100%;
  float: left;
}

.rt-whatsyourmindbox {
  width: 100%;
  float: left;
  padding: 32px;
}
.rt-whatsyourmindbox a {
  display: block;
}
.rt-whatsyourmindbox .rt-userprofileimg {
  width: 59px;
  float: left;
  height: 59px;
  overflow: inherit;
  margin: 0 20px 0 0;
}
.rt-whatsyourmindbox .rt-userprofileimg img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rt-whatsyourmindbox h3 {
  margin: 0;
  padding: 18px 0;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #8c939c;
}

.rt-themedot {
  top: 3px;
  right: -1px;
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #009a2b;
  border: 2px solid #fff;
}

.rt-photovideolinkedbox {
  width: 100%;
  float: left;
  padding: 15px 25px;
  border-top: 1px solid #e7e7e7;
}
.rt-photovideolinkedbox > ul {
  width: 100%;
  float: left;
  text-align: center;
  line-height: inherit;
  list-style-type: none;
}
.rt-photovideolinkedbox > ul > li {
  width: 25%;
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-photovideolinkedbox > ul > li > a {
  display: block;
}
.rt-photovideolinkedbox > ul > li > a i,
.rt-photovideolinkedbox > ul > li > a span {
  display: inline-block;
  vertical-align: middle;
}
.rt-photovideolinkedbox > ul > li > a i {
  font-size: 22px;
  line-height: 24px;
}
.rt-photovideolinkedbox > ul > li > a span {
  font-size: 16px;
  line-height: 18px;
  font-family: "latoregular", sans-serif;
}
.rt-photovideolinkedbox h4 {
  display: none;
  font-size: 2rem;
  color: #8c939c;
}

.rt-posts {
  width: 100%;
  float: left;
  position: relative;
}
.rt-posts .rt-writecommentbox {
  position: static;
}
.rt-posts .rt-themebox {
  padding: 0;
}

.rt-posthead {
  width: 100%;
  float: left;
  padding: 24px 20px 8px;
  border-bottom: 1px solid #f0f0f0;
}
.rt-posthead .rt-userprofileimg {
  margin: 0 10px 0 0 !important;
}

.rt-postcontent {
  float: left;
  position: relative;
  width: calc(100% - 50px);
}
.rt-postcontent h6 {
  margin: 5px 0 0;
  padding: 0 0 0 1px;
  font-weight: 600;
}
.rt-postcontent h6 i {
  margin: 0 5px 0 0;
}
.rt-postcontent .rt-breadcrumb li:nth-child(1) {
  padding: 0 15px 0 0;
}
.rt-postcontent .rt-breadcrumb li:nth-child(2) {
  padding: 0 0 0 15px;
}

.rt-savepostdropdown {
  right: 0;
  top: -10px;
  position: absolute;
}
.rt-savepostdropdown .rt-btndropdown {
  font-size: 26px;
  line-height: 22px;
}

.rt-savepostdropdownmenu {
  width: 200px;
  top: 30px !important;
}
.rt-savepostdropdownmenu ul {
  padding: 18px 19px;
}

.icon-menu1 {
  position: relative;
}
.icon-menu1 .path1,
.icon-menu1 .path2,
.icon-menu1 .path3,
.icon-menu1 .path4,
.icon-menu1 .path5,
.icon-menu1 .path6 {
  right: 0;
  position: absolute;
}

.rt-likecommentholder {
  width: 100%;
  float: left;
}
.rt-likecommentholder .rt-description {
  padding: 10px 20px 15px;
}
.rt-likecommentholder .rt-description p {
  color: #181818;
}

.icon-face-emoji-1 {
  position: relative;
}
.icon-face-emoji-1 .path1,
.icon-face-emoji-1 .path2,
.icon-face-emoji-1 .path3,
.icon-face-emoji-1 .path4,
.icon-face-emoji-1 .path5,
.icon-face-emoji-1 .path6,
.icon-face-emoji-1 .path7 {
  position: absolute;
}
.icon-face-emoji-1 .path1 {
  left: 0;
}
.icon-face-emoji-1 .path2 {
  left: 22px;
}
.icon-face-emoji-1 .path3 {
  left: 9px;
}
.icon-face-emoji-1 .path5 {
  left: 15px;
}
.icon-face-emoji-1 .path4,
.icon-face-emoji-1 .path6,
.icon-face-emoji-1 .path7 {
  left: 16px;
}

.rt-postimg {
  width: 100%;
  float: left;
  height: 300px;
}
.rt-postimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.rt-likecommentbox {
  width: 100%;
  float: left;
  padding: 15px 20px 8px;
}

.rt-likeiconsbox {
  width: 100%;
  float: left;
}
.rt-likeiconsbox ul {
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-likeiconsbox ul li {
  float: left;
  list-style: none;
  text-align: center;
  line-height: inherit;
}
.rt-likeiconsbox ul li a {
  width: 100%;
  float: left;
  display: block;
}
.rt-likeiconsbox ul li a i,
.rt-likeiconsbox ul li a span {
  display: block;
}
.rt-likeiconsbox ul li a i {
  font-size: 18px;
  line-height: 18px;
}
.rt-likeiconsbox ul li a span {
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 14px;
  color: #8c939c;
  font-family: "latobold", sans-serif;
}
.rt-likeiconsbox h6 {
  font-family: "latobold", sans-serif;
}
.rt-likeiconsbox h6 a {
  width: 100%;
  float: left;
  display: block;
}
.rt-likeiconsbox h6 a i {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: sub;
}

.rt-writecommentholder {
  width: 100%;
  float: left;
  position: relative;
}

.tag-name-holder .form-control {
  padding: 10px 90px 10px 70px;
}

.rt-writecommentbox {
  left: 0;
  width: 100%;
  float: left;
  bottom: 10px;
  position: absolute;
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0;
}
.rt-writecommentbox .rt-userprofileimg {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
}
.rt-writecommentbox .rt-description {
  width: 200px !important;
}

.rt-writecommentform {
  position: relative;
  width: calc(100% - 37px);
}
.rt-writecommentform .form-control {
  border: 0;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  color: #8c939c;
  background: #f0f3f5;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  padding: 15px 130px 15px 20px;
  font-family: "latoregular", sans-serif;
}
.rt-writecommentform .rt-inputwithicon i {
  right: 10px;
  width: 35px;
  height: 50px;
  line-height: 50px;
  color: #8c939c;
}
.rt-writecommentform .rt-inputwithicon i + i {
  right: 55px;
}
.rt-writecommentform .rt-uploadphoto {
  top: 0;
  right: 50px;
  width: 35px;
  height: 35px;
  position: absolute;
}
.rt-writecommentform .rt-uploadphoto i {
  right: 0;
}
.rt-writecommentform em {
  top: 6px;
  left: 15px;
  z-index: 99;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  font-style: normal;
  position: absolute;
  color: #3e95d1;
}

#btn-emoji-default {
  margin: 0 !important;
  width: 35px !important;
  height: 37px !important;
}
#btn-emoji-default:focus {
  outline: none !important;
}
#btn-emoji-default .emoji {
  margin: -5px 0 0;
  width: 22px !important;
  height: 22px !important;
}

.tag-name-holder .form-control {
  padding: 10px 90px 10px 90px;
}

.rt-socialiconsdropdown {
  width: 100%;
  float: left;
}
.rt-socialiconsdropdown .rt-btndropdown i {
  font-size: 22px;
}
.rt-socialiconsdropdown .rt-btndropdown i,
.rt-socialiconsdropdown .rt-btndropdown span {
  display: inline-block;
  vertical-align: middle;
}

.rt-socialiconsdropdownmenu {
  width: 129px;
}
.rt-socialiconsdropdownmenu ul {
  padding: 17px;
}
.rt-socialiconsdropdownmenu ul li a i.icon-youtube {
  color: #ff0000;
}
.rt-socialiconsdropdownmenu ul li a i.icon-vimeo {
  color: #4a9cd4;
}

.rt-usernamechannelbox {
  float: left;
  display: none;
  position: relative;
}
.rt-usernamechannelbox h4 {
  font-size: 1.8rem;
  font-family: "latosemibold", sans-serif;
}

.rt-whatsyourmindform .form-group {
  display: none;
  padding: 0 3.2rem;
  margin: 0 0 2.4rem;
}
.rt-whatsyourmindform .form-control {
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  line-height: 24px;
  color: #8c939c;
}

.rt-selecthrchanneldropdown {
  left: 0;
  right: auto;
  display: block;
}
.rt-selecthrchanneldropdown .rt-select:after {
  display: none;
}

.select2-container {
  min-width: 180px;
  max-width: 180px;
  width: 150px !important;
}

.select2-container--default .select2-selection--single {
  border: 0;
  outline: none;
  background: #e4e6eb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select2-search--dropdown {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #343a3d;
  font-size: 12px;
  line-height: 28px;
  text-transform: capitalize;
  font-family: "latosemibold", sans-serif;
}

.select2-container--open .select2-dropdown {
  border: 0;
  background: #e4e6eb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select2-results__option[aria-selected] {
  color: #343a3d;
  font-size: 12px;
  list-style: none;
  line-height: 15px;
  font-family: "latosemibold", sans-serif;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #343a3d;
  background: #e4e6eb;
}

.rt-uploadphoto {
  margin: 0;
  z-index: 2;
  color: #39617d;
  font-size: 18px;
  cursor: pointer;
  line-height: 26px;
}
.rt-uploadphoto > input[type=file] {
  display: none;
}
.rt-uploadphoto i {
  display: inline-block;
  vertical-align: middle;
}

.rt-uploadphotosbox {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 0 3.2rem;
}
.rt-uploadphotosbox ul {
  clear: both;
  margin: 0 -10px;
  overflow: hidden;
  list-style-type: none;
}
.rt-uploadphotosbox ul li {
  float: left;
  padding: 10px;
  min-height: 80px;
  list-style: none;
}
.rt-uploadphotosbox ul li figure {
  margin: 0;
  width: 80px;
  float: left;
  height: 80px;
  position: relative;
}
.rt-uploadphotosbox ul li figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.rt-btndeletepic {
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  font-size: 6px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  color: #fff;
  background: #303030;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rt-btndeletepic:hover {
  color: #fff;
}

.rt-editpolltextbox {
  width: 100%;
  float: left;
}
.rt-editpolltextbox h4 {
  margin: 0;
  width: 100%;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rt-editpolltextbox ul {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-editpolltextbox ul li {
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  padding: 0 0 0 18px;
  line-height: inherit;
}
.rt-editpolltextbox ul li:after {
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  content: "";
  background: #181818;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rt-showwhatsyourmind .form-group:nth-child(2),
.rt-showwhatsyourmind .form-group:nth-child(5) {
  display: block;
}
.rt-showwhatsyourmind .rt-whatsyourmindbox h3 {
  display: none;
}
.rt-showwhatsyourmind .rt-usernamechannelbox {
  display: block;
}
.rt-showwhatsyourmind .rt-photovideolinkedbox {
  padding: 12px 15px;
  margin: 0 30px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: calc(100% - 60px);
  border: 1px solid #8c939c;
}
.rt-showwhatsyourmind .rt-photovideolinkedbox > ul {
  width: auto;
  float: right;
}
.rt-showwhatsyourmind .rt-photovideolinkedbox > ul > li {
  width: auto;
  padding: 0 15px;
}
.rt-showwhatsyourmind .rt-photovideolinkedbox > ul > li > a > span {
  display: none;
}
.rt-showwhatsyourmind .rt-photovideolinkedbox h4 {
  display: block;
}
.rt-showwhatsyourmind .rt-photovideolinkedbox .rt-btndropdown > span {
  display: none;
}

.rt-showselectpolldata .rt-whatsyourmindbox h3 {
  display: none;
}
.rt-showselectpolldata .rt-usernamechannelbox {
  display: block;
}
.rt-showselectpolldata .rt-whatsyourmindform .form-group {
  display: block;
}

.rt-socialpollingholder {
  width: 100%;
  float: left;
  padding: 12px 20px 15px;
}

.rt-socialpollinghead {
  width: 100%;
  float: left;
  margin: 0 0 24px;
}

.rt-socialpollingbox {
  width: 100%;
  float: left;
}

.rt-socialpolling {
  width: 100%;
  float: left;
}
.rt-socialpolling span {
  width: 60px;
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.rt-progress {
  float: left;
  height: 33px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: calc(100% - 75px);
}

.rt-progress-bar {
  text-align: left;
  padding: 8px 10px;
  color: #505050;
  background: #e2e9ee;
}

.rt-progress-bar.rt-active {
  color: #fff;
  background: #3e95d1;
}

.rt-loadmorebox {
  width: 100%;
  float: left;
  text-align: center;
}
.rt-loadmorebox a {
  font-size: 1.8rem;
  color: #3e95d1;
  display: inline-block;
  vertical-align: middle;
  font-family: "latomedium", sans-serif;
}
.rt-loadmorebox a span {
  display: inline-block;
  vertical-align: middle;
}
.rt-loadmorebox a:hover {
  color: #3e95d1;
}

.rt-smileyiconsdropdown {
  top: 0;
  right: 10px;
  width: 35px;
  height: 35px;
  position: absolute;
}
.rt-smileyiconsdropdown .rt-btndropdown {
  width: 35px;
  height: 35px;
}
.rt-smileyiconsdropdown .rt-btndropdown i {
  top: 0;
  right: 0;
}

.rt-smileyiconsdropdownmenu {
  width: 300px;
}
.rt-smileyiconsdropdownmenu ul {
  padding: 15px 10px;
}
.rt-smileyiconsdropdownmenu ul li {
  width: auto;
  float: none;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}
.rt-smileyiconsdropdownmenu em {
  font-size: 20px;
  font-style: normal;
}

.rt-writecommentbox .rt-leftmessage .rt-description {
  background: #e4e6eb;
  border-radius: 10px 10px 10px 0;
}

.rt-searchfriendholder {
  top: 35px;
  left: 40px;
  z-index: 99;
  width: 250px;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 16px 2px rgba(47, 83, 151, 0.2);
  box-shadow: 0 4px 16px 2px rgba(47, 83, 151, 0.2);
}

.rt-searchfriendbox {
  width: 100%;
  float: left;
}
.rt-searchfriendbox ul {
  margin: 0;
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-searchfriendbox ul li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-searchfriendbox ul li:hover .rt-searchfriend {
  background: #0097ff;
}
.rt-searchfriendbox ul li:hover .rt-searchfriend h5 {
  color: #fff;
}

.rt-searchfriend {
  width: 100%;
  float: left;
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rt-searchfriend a {
  width: 100%;
  float: left;
  display: block;
}
.rt-searchfriend a .rt-userprofileimg {
  margin: 0 15px 0 0;
}

.rt-searchfriendcontent {
  overflow: hidden;
}
.rt-searchfriendcontent h5 {
  display: inline-block;
  vertical-align: middle;
}

.rt-sendreceivemessageholder {
  width: 100%;
  float: left;
}

.rt-btnpinned {
  top: 7px;
  right: 50px;
  padding: 0 13px;
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  background: #ededed;
  color: #8c939c;
}
.rt-btnpinned i {
  margin: 0 5px 0 0;
}
.rt-btnpinned:hover {
  color: #8c939c;
}

/* =============================================
		Members Page Style
============================================= */
.rt-members {
  width: 100%;
  float: left;
  /*margin: 0 auto;
  max-width: 1280px;
  &:after{
      clear: both;
      content: '';
      display: block;
  }*/
}

.rt-membersnew {
  float: none;
  clear: both;
  padding: 0 15px;
  margin: 50px auto;
  max-width: 1280px;
}
.rt-membersnew:after {
  clear: both;
  content: "";
  display: block;
}
.rt-membersnew .rt-searchmembersform {
  width: 100%;
}
.rt-membersnew .rt-adminmembercontentholder .rt-adminmembercontent {
  width: 100%;
}
.rt-membersnew .rt-adminmembercontentholder .rt-adminmembercontent .rt-membersarea {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group {
  width: calc(25% - 26px);
}
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(3), .rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(4) {
  width: calc(25% - 26px);
}
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group input {
  height: 56px;
  background: #fff;
  border-radius: 12px;
}
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group .rt-select:after {
  line-height: 56px;
}
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group .rt-select select {
  height: 56px;
  background: #fff;
  border-radius: 12px;
}
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group i {
  line-height: 56px;
}

.rt-themetitle {
  width: 100%;
  float: left;
  margin: 0 0 10px;
}
.rt-themetitle h2 {
  text-transform: capitalize;
  font-family: "latobold", sans-serif;
}
.rt-themetitle .rt-btn {
  font-size: 1.6rem;
  padding: 0 3.1rem;
  line-height: 39px;
}

.rt-searchmembersform {
  width: 100%;
}
.rt-searchmembersform .rt-select select {
  height: 43px;
  font-size: 2rem;
  line-height: 20px;
  color: #4a9cd4;
  background: transparent;
  border-color: #4a9cd4;
}
.rt-searchmembersform .rt-select:after {
  line-height: 43px;
  color: #4a9cd4;
}
.rt-searchmembersform .form-control {
  height: 43px;
  font-size: 2rem;
  color: #4a9cd4;
  background: transparent;
  border-color: #4a9cd4;
  padding: 10px 20px 10px 50px;
}
.rt-searchmembersform .rt-inputwithicon i {
  left: 10px;
  right: auto;
  height: 43px;
  font-size: 18px;
  line-height: 44px;
  color: #4a9cd4;
}

.rt-fourcols {
  clear: both;
  margin: 0 -13px;
  overflow: hidden;
}
.rt-fourcols .form-group {
  margin: 0 13px;
  width: calc(22% - 26px);
}
.rt-fourcols .form-group:nth-child(4) {
  width: calc(34% - 26px);
}

.rt-membersarea {
  z-index: 1;
  clear: both;
  display: grid;
  grid-gap: 26px;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}

.rt-member {
  width: 100%;
  float: left;
  background: #fff;
  padding: 40px 30px 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 3px 21px rgba(90, 90, 90, 0.12);
}

.rt-membercontent {
  width: 100%;
  float: left;
  text-align: center;
}
.rt-membercontent .rt-userprofileimg {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}
.rt-membercontent h3 {
  font-family: "latobold", sans-serif;
}
.rt-membercontent h4 i {
  display: inline-block;
  vertical-align: middle;
}
.rt-membercontent h4:nth-child(1) {
  margin: 0 0 10px;
}
.rt-membercontent h4:nth-child(2) {
  margin: 0 0 18px;
}
.rt-membercontent .rt-btnholder {
  margin: 65px 0 0;
}
.rt-membercontent .rt-btnholder .rt-btn {
  width: calc(50% - 10px);
}
.rt-membercontent .rt-btnholder .rt-btntwo {
  line-height: 39px;
}

.rt-btnholder {
  width: 100%;
  float: left;
}
.rt-btnholder .rt-btn {
  font-size: 1.6rem;
}

.rt-btntwo {
  color: #3e95d1;
  background: transparent;
  border: 1px solid #3e95d1;
}
.rt-btntwo:hover {
  color: #3e95d1;
}

.no-members-found {
  width: 100%;
  float: left;
  height: calc(100vh - 400px);
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.no-members-found p {
  margin: 0;
  font-size: 2rem;
}

/* =============================================
        LeaderBoard Page Style
============================================= */
.rt-leaderboard {
  width: 100%;
  float: left;
}
.rt-leaderboard .rt-themetablebox {
  overflow: auto;
}
.rt-leaderboard .rt-themebox {
  padding: 24px 24px 26px 30px;
}
.rt-leaderboard .rt-themebox + .rt-themebox {
  margin: 45px 0 0;
}
.rt-leaderboard .rt-themehead {
  margin: 0 0 25px;
}
.rt-leaderboard .rt-userprofileinfo {
  margin: 0 0 80px;
  padding: 54px 13px 33px 14px;
  background: #fff url(../images/img-01.png) no-repeat 53% 30%;
  background-size: cover;
}
.rt-leaderboard .rt-userprofileinfo .rt-userprofileimgbox {
  margin: 0 0 34px;
}
.rt-leaderboard .rt-userprofileinfo .rt-userprofileimgbox .rt-userprofileimg {
  width: 146px;
  height: 146px;
}
.rt-leaderboard .rt-userprofileinfo .rt-userprofileimgbox:after {
  left: 50%;
  top: -52px;
  width: 248px;
  height: 248px;
  background: url(../images/profile-frametwo.png) no-repeat;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rt-leaderboard .rt-referrallinkform {
  margin: 0 0 3.5rem;
}
.rt-leaderboard .rt-referrallinkform .form-control {
  height: 50px;
  font-size: 20px;
  padding: 10px 70px 10px 20px;
}
.rt-leaderboard .rt-inputwithicon i {
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #8c939c;
}
.rt-leaderboard .rt-socialiconsbox h3 {
  padding: 2px 0;
  font-size: 2rem;
}
.rt-leaderboard .rt-socialiconsbox .rt-socialicons {
  width: calc(100% - 115px);
}
.rt-leaderboard .rt-badgeimg {
  width: 88px;
  height: 88px;
  margin: 0 30px 0 0;
}
.rt-leaderboard .rt-currentbadgebox {
  margin: 0 0 12px;
}
.rt-leaderboard .rt-currentbadgebox h3 {
  padding: 24px 0;
  font-size: 2.8rem;
}
.rt-leaderboard .rt-leaderboardbox {
  padding: 3.8rem 3.4rem 7.5rem;
}
.rt-leaderboard .rt-leaderboardbox .rt-themehead {
  margin: 0 0 6rem;
}
.rt-leaderboard .rt-themetable thead tr th,
.rt-leaderboard .rt-themetable thead tr td,
.rt-leaderboard .rt-themetable tbody tr th,
.rt-leaderboard .rt-themetable tbody tr td {
  font-size: 2.4rem;
}
.rt-leaderboard .rt-themetable thead tr th:nth-child(2),
.rt-leaderboard .rt-themetable tbody tr th:nth-child(2) {
  text-align: left;
}
.rt-leaderboard .rt-themetable thead tr td:nth-child(2),
.rt-leaderboard .rt-themetable tbody tr td:nth-child(2) {
  text-align: left;
}
.rt-leaderboard .rt-themetable tbody .rt-badgeimg {
  width: 60px;
  height: 60px;
}
.rt-leaderboard .rt-referralhistory {
  padding: 3.1rem 3.2rem 5.5rem;
}

.rt-twocolums {
  clear: both;
  margin: 0 -13px;
  overflow: hidden;
}

.rt-col {
  float: left;
  margin: 0 13px;
  width: calc(50% - 26px);
}

.rt-badgehistory .rt-themehead {
  margin: 0 0 4.5rem;
}

.rt-allbadges {
  clear: both;
  overflow: hidden;
  text-align: center;
  line-height: inherit;
  margin: -25px -22px 0;
  list-style-type: none;
}
.rt-allbadges li {
  list-style: none;
  padding: 25px 22px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}
.rt-allbadges li span {
  display: block;
  font-size: 2rem;
  margin: 1.2rem 0 0;
  color: #8c939c;
}

.rt-referralhistory .rt-themehead {
  margin: 0 0 3.5rem;
}

.rt-referralhistorycontent {
  width: 440px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 19px;
  list-style-type: none;
}
.rt-referralhistorycontent li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: 19px;
}

/* =============================================
        Channels Page Style
============================================= */
.rt-channelsdiscover {
  width: 100%;
  float: left;
}
.rt-channelsdiscover .rt-themetitle {
  margin: 0 0 12px;
}

.rt-channelsholder {
  width: 100%;
  float: left;
  min-height: 505px;
}

.rt-channelsslider {
  overflow: hidden;
  margin: 0 -7.4rem 0 -1.1rem;
  /*.rt-followers{width: calc(100% - 90px);}*/
}

.rt-channeldiscoverbox {
  width: 100%;
  float: left;
  position: relative;
}
.rt-channeldiscoverbox > a {
  width: 100%;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.rt-channeldiscoverbox > a figure {
  margin: 0;
  width: 100%;
  float: left;
  height: 228px;
}
.rt-channeldiscoverbox > a figure > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.rt-channeldiscoverbox figure {
  margin: 0;
  width: 100%;
  float: left;
  height: 228px;
}
.rt-channeldiscoverbox figure > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.rt-channeldiscoverbox .rt-userdropdown {
  top: 20px;
  z-index: 3;
  right: 20px;
  position: absolute;
}

.rt-channeldiscovercontent {
  width: 100%;
  float: left;
  min-height: 185px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 6rem 2rem 2rem;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(90, 90, 90, 0.07);
  box-shadow: 0 3px 15px 0 rgba(90, 90, 90, 0.07);
}
.rt-channeldiscovercontent > a {
  display: inline-block;
  vertical-align: middle;
}
.rt-channeldiscovercontent > a:first-child {
  width: 100%;
  float: left;
}
.rt-channeldiscovercontent h2 {
  font-family: "latobold", sans-serif;
}
.rt-channeldiscovercontent em {
  color: #343a3d;
  font-size: 2rem;
  font-style: normal;
}
.rt-channeldiscovercontent em i {
  margin: 0 12px 0 0;
}
.rt-channeldiscovercontent h5 {
  padding: 3px 0;
  color: #343a3d;
}
.rt-channeldiscovercontent h5 i {
  margin: 0 12px 0 0;
}
.rt-channeldiscovercontent .rt-postsfollowers {
  left: 0;
  bottom: 20px;
  padding: 0 2rem;
  position: absolute;
}
.rt-channeldiscovercontent .rt-channeldiscoverimg {
  margin: -105px auto 0;
}

.rt-channeldiscoverimg {
  width: 84px;
  height: 84px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0097ff;
}
.rt-channeldiscoverimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rt-postsfollowers {
  width: 100%;
  float: left;
}

.rt-followersbox {
  width: 150px;
  float: right;
}
.rt-followersbox a {
  width: 100%;
  float: left;
  display: block;
}
.rt-followersbox .rt-userprofileimg {
  width: 24px;
  height: 24px;
}
.rt-followersbox .rt-followers li {
  width: auto;
}
.rt-followersbox .rt-followers li:nth-child(2) {
  margin: 0 -8px;
}
.rt-followersbox .rt-followers li:last-child {
  margin: 0 !important;
}

.slick-list {
  padding: 0 50px 0 0 !important;
}

.slick-slide {
  outline: none;
  padding: 0 13px;
}

.slick-track {
  margin: 0 !important;
  /* transform: none !important; */
}

.rt-discoversholder {
  width: 100%;
  float: left;
  margin: 3.2rem 0 0;
}

.rt-discovers {
  z-index: 1;
  clear: both;
  display: grid;
  grid-gap: 26px;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.rt-discovers .rt-channeldiscovercontent {
  min-height: 222px;
}
.rt-discovers .rt-btnholder {
  margin: 1.5rem 0 3rem;
}
.rt-discovers .rt-btnholder .rt-btn {
  padding: 0 7rem;
  line-height: 38px;
}

.uploaded-logo-div,
.uploaded-cover-div {
  object-fit: cover;
  padding: 5px !important;
}

/* =============================================
        Create Channel Modal Style
============================================= */
.rt-createchannelmodal .modal-dialog {
  max-width: 487px;
  margin: 0.5rem auto;
}

.rt-createchannelform {
  padding: 3rem 3.5rem;
}
.rt-createchannelform .form-group {
  margin: 0 0 5rem;
}
.rt-createchannelform legend {
  color: #000;
  font-size: 2.4rem;
  margin: 0 0 3.8rem;
  font-family: "latobold", sans-serif;
}
.rt-createchannelform label {
  color: #000;
  font-size: 1.6rem;
  font-family: "latomedium", sans-serif;
}
.rt-createchannelform textarea {
  width: 100%;
  resize: none;
  height: 135px;
  line-height: 1.5;
}
.rt-createchannelform textarea,
.rt-createchannelform .form-control {
  border-color: #bfbfbf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.rt-createchannelform .form-control {
  height: 50px;
}
.rt-createchannelform .rt-inputwithicon i {
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 14px;
  line-height: 50px;
}
.rt-createchannelform .rt-btn {
  font-size: 16px;
  line-height: 50px;
}

.rt-uploadfilebox {
  width: 100%;
  float: left;
  height: 50px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
}
.rt-uploadfilebox input {
  display: none;
}
.rt-uploadfilebox label {
  margin: 0;
  width: 100%;
  float: left;
  height: 50px;
  padding: 12px;
}
.rt-uploadfilebox label span {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.rt-publicprivatetabs {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  border: 0 !important;
  list-style-type: none;
}
.rt-publicprivatetabs li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.rt-publicprivatetabs li a {
  padding: 0 23px;
  font-size: 14px;
  color: #484848;
  line-height: 32px;
  border: 0 !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.rt-publicprivatetabs .nav-item.show,
.rt-publicprivatetabs .nav-link.active {
  color: #fff;
  background: #3e95d1;
}

/* =============================================
        Followers Modal Style
============================================= */
.rt-followersmodal .modal-dialog {
  max-width: 464px;
}

.rt-thememodal .modal-dialog {
  width: 100%;
  overflow: hidden;
}
.rt-thememodal .modal-dialog .modal-body,
.rt-thememodal .modal-dialog .modal-content {
  padding: 0;
  width: 100%;
  float: left;
}
.rt-thememodal .modal-dialog .modal-content {
  border: 0;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.rt-thememodal .modal-dialog .rt-close {
  top: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
  z-index: 5;
  right: 15px;
  width: 24px;
  height: 24px;
  outline: none;
  font-size: 9px;
  color: #262626;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rt-followersmodalbox {
  width: 100%;
  float: left;
}

.rt-followersmodalhead {
  width: 100%;
  float: left;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #dadada;
}

.rt-btnaddtochat {
  top: 50%;
  right: 20px;
  color: #000;
  font-size: 20px;
  position: absolute;
  font-family: "latobold";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rt-btnaddtochat:hover, .rt-btnaddtochat:focus {
  color: #000;
}

.rt-followersmodalcontent {
  width: 100%;
  float: left;
  padding: 2.4rem 3rem 0;
}
.rt-followersmodalcontent .rt-followers {
  height: 502px;
}
.rt-followersmodalcontent .rt-followers::-webkit-scrollbar {
  display: none;
}
.rt-followersmodalcontent .rt-followers li .rt-userprofileimg {
  width: 52px;
  height: 52px;
  margin: 0 12px 0 0;
}
.rt-followersmodalcontent .rt-followers li h4 {
  padding: 14px 0;
  font-size: 1.8rem;
  font-family: "latosemibold", sans-serif;
}
.rt-followersmodalcontent .rt-btn {
  font-size: 14px;
  line-height: 30px;
  padding: 0 1.9rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rt-followersmodalcontent .rt-searchuserform .form-group {
  position: relative;
}
.rt-followersmodalcontent .rt-searchuserform .form-group i {
  top: 50%;
  right: 15px;
  color: #a5a7aa;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rt-followersmodalcontent .rt-searchuserform .form-group input {
  border: 0;
  height: 40px;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 10px 40px 10px 20px;
}

.rt-rightarea {
  float: right;
}

.rt-btnfollowing {
  color: #3e95d1;
  background: transparent;
}
.rt-btnfollowing:hover {
  color: #3e95d1;
}

/* =============================================
            Profile Style
============================================= */
.rt-activities .rt-themebox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rt-activities .rt-themebox h3 {
  font-family: "latosemibold", sans-serif;
}
.rt-activities .rt-themebox .rt-description p {
  color: #000;
}
.rt-activities .rt-channeldiscoverimg {
  width: 85px;
  height: 85px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.rt-activitiescontent {
  width: 100%;
  float: left;
  padding: 1.5rem 1.8rem 2.5rem 1.8rem;
}
.rt-activitiescontent > span {
  float: left;
  color: #000;
  font-size: 1.8rem;
  width: calc(100% - 100px);
  font-family: "latosemibold", sans-serif;
}
.rt-activitiescontent > span a {
  color: #000;
  display: block;
}
.rt-activitiescontent .rt-followersbox {
  width: 110px;
  padding: 35px 0 0;
}
.rt-activitiescontent .rt-followersbox h6 {
  padding: 4px 0;
}
.rt-activitiescontent .rt-followers {
  width: 40px;
}

.rt-themefooter {
  width: 100%;
  float: left;
  padding: 1.3rem 2rem;
  border-top: 1px solid #dadada;
}
.rt-themefooter h4 {
  font-family: "latosemibold", sans-serif;
}
.rt-themefooter h4 span {
  margin: 0 0 0 0.4rem;
  font-family: "latoheavy", sans-serif;
}

/* =============================================
        My Profile Sidebar Style
============================================= */
.rt-profilesidebar {
  height: calc(100% - 125px);
}
.rt-profilesidebar .rt-userinfocontent {
  padding: 1.2rem 1.2rem 3.5rem;
}
.rt-profilesidebar .rt-userinfocontent h4 {
  width: 100%;
  float: left;
}
.rt-profilesidebar .rt-badgeimg {
  float: none;
  width: 46px;
  height: 46px;
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.rt-profilesidebar .rt-followers {
  height: auto;
  text-align: center;
  margin: 2.5rem 0 4rem;
}
.rt-profilesidebar .rt-followers > li {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.rt-profilesidebar .rt-followers > li a {
  display: block;
  color: #4a9cd4;
}
.rt-profilesidebar .rt-followers > li a span {
  display: block;
}
.rt-profilesidebar .rt-followers > li a span:nth-child(1) {
  font-size: 20px;
  font-family: "latobold", sans-serif;
}
.rt-profilesidebar .rt-followers > li a span:nth-child(2) {
  font-size: 16px;
  margin: 0.5rem 0 0;
  font-family: "latoregular", sans-serif;
}
.rt-profilesidebar .rt-followers li + li {
  padding: 0 0 0 35px;
}
.rt-profilesidebar .rt-description p {
  color: #181818;
  word-spacing: 0.6rem;
}

.rt-userimg {
  width: 100%;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.rt-userimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rt-description h3,
.rt-description h4 {
  font-family: "latobold", sans-serif;
}
.rt-description p {
  font-size: 16px;
  line-height: 21px;
  font-family: "latoregular", sans-serif;
}

/* =============================================
    My Profile Sidebar Component Style
============================================= */
.rt-sidebarcomponent .rt-inputwithicon i {
  width: 40px;
  height: 37px;
  font-size: 16px;
  line-height: 37px;
  color: #8c939c;
}
.rt-sidebarcomponent .rt-socialiconsbox h6 {
  padding: 4px 0;
}
.rt-sidebarcomponent .rt-socialicons li a {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.rt-sidebarcomponent .rt-badgehistory .rt-themehead {
  margin: 0 0 1.6rem;
}
.rt-sidebarcomponent .rt-allbadges {
  margin: 0 -7px 0;
}
.rt-sidebarcomponent .rt-allbadges li {
  padding: 0 7px;
}
.rt-sidebarcomponent .rt-allbadges li span {
  font-size: 1.2rem;
}
.rt-sidebarcomponent .rt-badgeimg {
  width: 43px;
  height: 43px;
}

.rt-yourchannels .rt-chathead {
  text-align: center;
}
.rt-yourchannels .rt-channelsbox {
  padding: 2.8rem 2rem 4.5rem 2rem;
}
.rt-yourchannels .rt-themehead {
  margin: 0 0 14px;
}
.rt-yourchannels .rt-themehead h4 {
  padding: 7px 0;
}
.rt-yourchannels .rt-followers li h4 {
  padding: 7px 0;
}
.rt-yourchannels .rt-btnaddmore {
  width: 34px;
  height: 34px;
  font-size: 15px;
  line-height: 36px;
}

/* =============================================
        User Profile Sidebar Style
============================================= */
.rt-userprofilesidebar .rt-btnholder {
  margin: 3rem 0 3.5rem;
}
.rt-userprofilesidebar .rt-btnholder .rt-btn {
  padding: 0 3.9rem;
  line-height: 42px;
}
.rt-userprofilesidebar .rt-btnholder .rt-btntwo {
  padding: 0 2.7rem;
  line-height: 40px;
  margin: 0 0 0 1.2rem;
}

/* =============================================
    User Profile Component Style
============================================= */
.rt-sidebarcomponent .rt-yourchannels .rt-channelsbox {
  padding: 2.5rem 2rem 23.5rem 2rem;
}
.rt-sidebarcomponent .rt-followers {
  height: 350px;
}

/* =============================================
            User Profile Style
============================================= */
/* =============================================
            Hr Splash Style
============================================= */
.rt-hrsplash {
  width: 100%;
  float: left;
}
.rt-hrsplash .rt-followersbox a h3 {
  float: left;
}

.rt-hrsplashimg {
  width: 100%;
  float: left;
  height: 465px;
}
.rt-hrsplashimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rt-hrsplashbox {
  width: 100%;
  float: left;
  margin: 0 0 2.4rem;
  position: relative;
  background: #fff;
  padding: 4rem 7rem 4.5rem;
}
.rt-hrsplashbox .rt-channeldiscoverimg {
  float: left;
  width: 158px;
  height: 158px;
  margin: -90px 50px 0 0;
}

.rt-hrsplashcontent {
  float: left;
  width: calc(100% - 210px);
}
.rt-hrsplashcontent h2 {
  color: #000;
  font-size: 4.8rem;
  font-family: "latobold", sans-serif;
}
.rt-hrsplashcontent .rt-followersbox {
  width: 255px;
  margin: 0 0 0 20px;
}
.rt-hrsplashcontent .rt-followersbox .rt-followers {
  width: calc(100% - 160px);
}
.rt-hrsplashcontent .rt-followersbox .rt-followers li:nth-child(2) {
  margin: 0 -15px;
}
.rt-hrsplashcontent .rt-followersbox .rt-userprofileimg {
  width: 37px;
  height: 37px;
}

.rt-admininvitepostfollowers {
  width: 405px;
  float: right;
}
.rt-admininvitepostfollowers .rt-btnholder {
  padding: 3.5rem 0 0;
}
.rt-admininvitepostfollowers .rt-btnholder .rt-btn {
  font-size: 1.6rem;
  line-height: 38px;
  padding: 0 6.5rem;
}
.rt-admininvitepostfollowers .rt-btnholder .rt-btn + .rt-btn {
  margin: 0 0 0 1.6rem;
}

.rt-hrsplashtabs {
  border: 0;
  width: 400px;
  margin: 0 auto -35px;
  line-height: inherit;
  list-style-type: none;
}
.rt-hrsplashtabs li {
  list-style: none;
  line-height: inherit;
}
.rt-hrsplashtabs li a {
  color: #000;
  font-size: 2rem;
  position: relative;
  padding: 11px 1.6rem 0;
  font-family: "latosemibold", sans-serif;
}
.rt-hrsplashtabs .nav-item.show .nav-link,
.rt-hrsplashtabs .nav-link.active {
  color: #3e95d1;
}
.rt-hrsplashtabs .nav-item.show .nav-link:after,
.rt-hrsplashtabs .nav-link.active:after {
  left: 50%;
  width: 71px;
  height: 4px;
  content: "";
  bottom: -12px;
  position: absolute;
  background: #4a9cd4;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rt-tabcontent {
  width: 635px;
  margin: 0 auto;
  overflow: hidden;
}
.rt-tabcontent .tab-pane {
  width: 100%;
  float: left;
}

/* .rt-splashhome{
    .rt-photovideolinkedbox{
        ul {
            li{width: 33.33%;}
        }
    }
} */
.rt-splashabout {
  padding: 3.5rem 2rem;
}
.rt-splashabout .rt-description h3 {
  margin: 0 0 2rem;
}
.rt-splashabout .rt-description p {
  line-height: 23px;
}

.rt-splashfollowers {
  padding: 3rem;
  /* .form-group{margin: 0;} */
}
.rt-splashfollowers .rt-userprofileimg {
  width: 52px;
  height: 52px;
}
.rt-splashfollowers h4 {
  padding: 1.4rem 0;
  font-size: 1.8rem;
  font-family: "latosemibold", sans-serif;
}
.rt-splashfollowers .rt-rightarea .rt-btn {
  font-size: 14px;
  margin: 1rem 0;
  line-height: 32px;
  padding: 0 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rt-splashsetting {
  padding: 2.5rem 2rem 2.5rem 3.5rem;
}
.rt-splashsetting .rt-channeldiscoverimg {
  width: 108px;
  height: 108px;
}

.rt-editicon {
  font-size: 2rem;
  line-height: 20px;
  color: #c9c9c9;
}

.rt-splashchannelinfo {
  float: left;
  width: 400px;
}
.rt-splashchannelinfo span {
  display: block;
  font-size: 2rem;
  margin: 0 0 2rem;
  font-family: "latosemibold", sans-serif;
}
.rt-splashchannelinfo h4 {
  margin: 0 0 2.8rem;
}
.rt-splashchannelinfo .rt-description p {
  line-height: 23px;
}

.rt-splashchannelsrole {
  padding: 2.5rem 3rem 6rem 4rem;
}
.rt-splashchannelsrole .rt-themehead .rt-btn {
  font-size: 16px;
  padding: 0 3.3rem;
  line-height: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rt-splashchannelsrole > span {
  display: block;
  font-size: 2rem;
  margin: 0 0 2rem;
  font-family: "latosemibold", sans-serif;
}
.rt-splashchannelsrole h4 {
  padding: 7px 0;
}
.rt-splashchannelsrole .rt-followers {
  width: 470px;
}

.rt-btndelete {
  outline: none;
  color: #f93a3a;
  font-size: 1.6rem;
  background: transparent;
}
.rt-btndelete i,
.rt-btndelete span {
  display: inline-block;
  vertical-align: middle;
}
.rt-btndelete i {
  margin: 0 8px 0 0;
}

/* =============================================
        Invite Followers Modal Style
============================================= */
.rt-invitefollowersmodalcontent {
  width: 100%;
  float: left;
  padding: 2.4rem 3rem 0;
}
.rt-invitefollowersmodalcontent .rt-followers {
  height: 502px;
}
.rt-invitefollowersmodalcontent .rt-followers::-webkit-scrollbar {
  display: none;
}
.rt-invitefollowersmodalcontent .rt-followers li .rt-btn {
  width: auto;
  margin: 11px 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 3rem;
}
.rt-invitefollowersmodalcontent .rt-followers li h4 {
  padding: 14px 0;
  font-size: 1.8rem;
  font-family: "latosemibold", sans-serif;
}
.rt-invitefollowersmodalcontent .rt-followers .rt-userprofileimg {
  width: 52px;
  height: 52px;
}

/* =============================================
        Add Admin Modal Style
============================================= */
.rt-addadminmodal .modal-dialog {
  max-width: 595px;
}

.rt-searchadminform {
  padding: 2.5rem 3.2rem 1.5rem;
}
.rt-searchadminform legend {
  color: #000;
  font-size: 2.4rem;
  margin: 0 0 3rem;
  font-family: "latobold", sans-serif;
}
.rt-searchadminform .form-control {
  border: 0;
  height: 45px;
  background: #e4e6eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px 10px 40px;
}
.rt-searchadminform .rt-inputwithicon i {
  left: 0;
  right: auto;
  height: 45px;
  font-size: 18px;
  color: #a3a3a3;
  line-height: 46px;
}
.rt-searchadminform .rt-followers {
  height: 332px;
}
.rt-searchadminform .rt-followers::-webkit-scrollbar {
  display: none;
}
.rt-searchadminform .rt-followers li .rt-btn {
  width: auto;
  margin: 10px 0;
  font-size: 1.4rem;
  line-height: 32px;
  padding: 0 2.8rem;
}
.rt-searchadminform .rt-followers li h4 {
  padding: 14px 0;
  font-size: 1.8rem;
  font-family: "latosemibold", sans-serif;
}
.rt-searchadminform .rt-followers .rt-userprofileimg {
  width: 52px;
  height: 52px;
}

/* =============================================
            Messages Page Style
============================================= */
.rt-messagesbox {
  position: relative;
  height: calc(100vh - 160px);
}
.rt-messagesbox .rt-writecommentbox {
  width: 100%;
  float: left;
  position: static;
}
.rt-messagesbox .rt-messagehead h3 {
  margin: 0;
  padding: 8px 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 68px);
}
.rt-messagesbox .rt-writecommentform {
  padding: 3px 0;
  width: calc(100% - 48px);
}
.rt-messagesbox .rt-writecommentform .form-control {
  height: 37px;
  background: #ededed;
}
.rt-messagesbox .rt-writecommentform .rt-inputwithicon i {
  height: 37px;
  font-size: 16px;
  line-height: 37px;
}
.rt-messagesbox .rt-writecommentform .rt-inputwithicon i + i {
  right: 50px;
}

.rt-messagehead {
  width: 100%;
  float: left;
  padding: 1.2rem 3.2rem 1rem;
  border-bottom: 1px solid #ededed;
}
.rt-messagehead .rt-userprofileimg {
  width: 42px;
  height: 42px;
}
.rt-messagehead h3 {
  font-size: 2rem;
  font-family: "latosemibold", sans-serif;
}

.rt-seehidemembersdropdown {
  width: auto;
  padding: 6px 0;
}
.rt-seehidemembersdropdown .rt-btndropdown {
  font-size: 25px;
  color: #8b8b8b;
}

.rt-seehidemembersdropdownmenu ul {
  padding: 25px 16px;
}
.rt-seehidemembersdropdownmenu ul li a i {
  font-size: 16px;
  line-height: 19px;
}

.rt-chatmessages {
  width: 100%;
  float: left;
  overflow: auto;
  padding: 30px;
  height: calc(100vh - 300px);
}

.rt-chatmessages::-webkit-scrollbar {
  width: 0;
}

.rt-chatmessage {
  width: 100%;
  float: left;
}
.rt-chatmessage .rt-userprofileimg {
  width: 37px;
  height: 37px;
}
.rt-chatmessage .rt-description {
  min-width: 45px;
  margin: 0 0 15px;
  padding: 8px 13px;
  position: relative;
  width: auto;
  max-width: calc(100% - 47px);
}
.rt-chatmessage .rt-description p {
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.rt-chatmessage .rt-description p strong {
  color: #3e95d1;
}
.rt-chatmessage .rt-description em {
  bottom: -18px;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  position: absolute;
}

.rt-descriptionholder {
  float: left;
  width: calc(100% - 50px);
}

.rt-leftmessage {
  float: left;
}
.rt-leftmessage .rt-userprofileimg {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.rt-leftmessage .rt-description {
  background: #3e95d1;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}
.rt-leftmessage em {
  right: 0;
}

.rt-rightmessage {
  float: right;
}
.rt-rightmessage .rt-description {
  background: #e4e6eb;
  border-radius: 10px 10px 0 10px;
}
.rt-rightmessage em {
  left: 0;
}

.rt-attachfiledropdown {
  width: auto;
  margin: 0 8px 0 0;
}
.rt-attachfiledropdown .rt-userprofileimg {
  float: left;
  width: 40px;
  height: 40px;
}

.rt-attachfiledropdownmenu {
  width: 201px;
  top: -150px !important;
  left: 170px !important;
}
.rt-attachfiledropdownmenu ul {
  padding: 23px 25px;
}

.icon-face-emoji-2 {
  margin: 0 0 0 20px;
  position: relative;
}
.icon-face-emoji-2 .path1,
.icon-face-emoji-2 .path2,
.icon-face-emoji-2 .path3,
.icon-face-emoji-2 .path4,
.icon-face-emoji-2 .path5,
.icon-face-emoji-2 .path6 {
  top: 2px;
  position: absolute;
}
.icon-face-emoji-2 .path1 {
  left: -14px;
}
.icon-face-emoji-2 .path2,
.icon-face-emoji-2 .path3,
.icon-face-emoji-2 .path4,
.icon-face-emoji-2 .path5,
.icon-face-emoji-2 .path6 {
  left: 0;
}

.rt-uploadimgfile {
  width: 175px;
  height: 160px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rt-uploadimgfile img {
  width: 100%;
  height: 100%;
  display: block;
}

.rt-showmychat .rt-mychatmessagebox {
  display: block;
}
.rt-showmychat .rt-groupchatmessagebox {
  display: none;
}

.rt-groupchatmessagebox {
  display: none;
}

.rt-showgroupchat .rt-mychatmessagebox {
  display: none;
}
.rt-showgroupchat .rt-groupchatmessagebox {
  display: block;
}
.rt-showgroupchat .rt-emailgroup {
  display: block;
}
.rt-showgroupchat .rt-professionemail {
  display: none;
}

/* =============================================
        Conversation Sidebar Style
============================================= */
.rt-conversationsidebar {
  height: calc(100% - 160px);
}
.rt-conversationsidebar .rt-themebox {
  padding: 2.2rem 0;
}
.rt-conversationsidebar .rt-searchform {
  padding: 0 1.6rem;
}
.rt-conversationsidebar .rt-searchform fieldset .form-group {
  position: relative;
  padding: 0 50px 0 0;
}
.rt-conversationsidebar .rt-searchform .form-control {
  border: 0;
  height: 43px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f0f0f0;
  padding: 10px 20px 10px 40px;
}
.rt-conversationsidebar .rt-searchform .rt-inputwithicon i {
  left: 0;
  right: auto;
  height: 43px;
  font-size: 18px;
  color: #a3a3a3;
  line-height: 43px;
}

.rt-btncreatechat {
  top: 0;
  right: 0;
  width: 43px;
  color: #fff;
  height: 43px;
  font-size: 24px;
  line-height: 43px;
  position: absolute;
  border-radius: 8px;
  background: #3e95d1;
}
.rt-btncreatechat i {
  color: #fff !important;
}

.rt-themeaccordion {
  width: 100%;
  float: left;
}
.rt-themeaccordion .card,
.rt-themeaccordion .card-header {
  border: 0;
  width: 100%;
  float: left;
}
.rt-themeaccordion .card-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 2.4rem 1.6rem;
  background: transparent;
}
.rt-themeaccordion .card h5 {
  width: 100%;
  float: left;
}
.rt-themeaccordion .card + .card {
  border-top: 1px solid #ededed;
}
.rt-themeaccordion h5 .btn-link {
  border: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
  text-decoration: none;
  font-family: "latosemibold", sans-serif;
}
.rt-themeaccordion h5 .btn-link:hover, .rt-themeaccordion h5 .btn-link:focus {
  text-decoration: none;
}

.rt-collapse {
  width: 100%;
  float: left;
}
.rt-collapse .card-body {
  width: 100%;
  float: left;
  padding: 0 1.6rem 2rem;
}

.rt-conversationsbody .rt-chatcontactbox ul {
  height: auto;
  max-height: 260px;
}

.rt-groupchatbody .rt-chatcontactbox ul {
  height: auto;
  max-height: 260px;
}

.rt-arrowicon {
  font-size: 14px;
  line-height: 32px;
}

.btn.collapsed .rt-arrowicon:before {
  content: "";
}

/* =============================================
        Profile Chat Sidebar Style
============================================= */
.rt-profilechatsidebar {
  left: auto;
  right: 74px;
  height: calc(100% - 160px);
}
.rt-profilechatsidebar .rt-themebox {
  padding: 1rem 0;
}

.rt-profilecard .card-header {
  padding: 0.4rem 2.2rem 1.4rem;
  border-bottom: 1px solid #ededed;
}

.rt-profilebody {
  padding: 4rem 2.8rem 3rem !important;
}
.rt-profilebody .rt-userprofileimg {
  width: 12.6rem;
  height: 12.6rem;
}
.rt-profilebody .rt-userinfocontent {
  margin: 1.4rem 0;
}

.rt-emailprofession {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-emailprofession li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-emailprofession li h5 {
  font-family: "latobold", sans-serif;
}
.rt-emailprofession li h4 {
  font-family: "latomedium", sans-serif;
}

.rt-emailgroup {
  display: none;
}

.rt-attachmentsreport {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}
.rt-attachmentsreport li {
  width: 100%;
  float: left;
  list-style: none;
  line-height: inherit;
}

.rt-reportsimg {
  float: left;
  width: 29px;
  height: 36px;
}
.rt-reportsimg img {
  width: 100%;
  height: 100%;
  display: block;
}

.rt-attachmentsreportcontent {
  overflow: hidden;
}
.rt-attachmentsreportcontent h4 {
  font-family: "latosemibold", sans-serif;
}
.rt-attachmentsreportcontent h6 {
  color: #808080;
}
.rt-attachmentsreportcontent h6 span {
  color: #a6a6a6;
}

/* =============================================
        Comments Modal Style
============================================= */
.rt-commentssmodal .modal-dialog {
  overflow: initial;
}
.rt-commentssmodal .modal-dialog:after {
  clear: both;
  content: "";
  display: block;
}
.rt-commentssmodal .rt-writecommentform .rt-uploadphoto {
  right: 45px;
}
.rt-commentssmodal .rt-writecommentform .rt-smileyiconsdropdown {
  right: 10px;
}

.rt-commentssmodalcontent {
  width: 100%;
  float: left;
  padding: 2.4rem 3rem;
}
.rt-commentssmodalcontent .rt-leftmessage .rt-description {
  width: 200px;
  background: #e4e6eb;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}

.rt-commentsholder {
  width: 100%;
  float: left;
  height: 400px;
  overflow: auto;
}
.rt-commentsholder::-webkit-scrollbar {
  display: none;
}

.rt-commentslikereply {
  left: 0;
  bottom: -23px;
  overflow: hidden;
  position: absolute;
  line-height: inherit;
  list-style-type: none;
}
.rt-commentslikereply li {
  float: left;
  list-style: none;
  line-height: inherit;
}
.rt-commentslikereply li a {
  width: 100%;
  float: left;
  display: block;
}
.rt-commentslikereply li a span {
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 14px;
  color: #8c939c;
  font-family: "latobold", sans-serif;
}
.rt-commentslikereply li a .icon-delete1 {
  color: #ff647c;
}

/* =============================================
        Abdul Basit Style
============================================= */
.custom-spinner {
  font-size: 14px;
}

.p-error {
  color: red;
  display: none;
  margin-top: 5px;
}

.channel-follow-btn {
  margin-top: 20px;
}

.member-li {
  margin-bottom: 10px;
}

.uploaded-logo-div, .uploaded-cover-div {
  width: 50px;
  height: 50px;
  float: right;
  display: none;
  padding: 10px;
}

#followers-not-found-div {
  display: none;
  text-align: center;
}

#create-image-section {
  display: none;
}

#create-poll-section {
  display: none;
}

#add-poll-option-text {
  cursor: pointer;
  font-size: 1.4rem;
}

.poll-option-cancel {
  font-size: 8px;
  margin-left: 10px;
}

.poll-vote-btn {
  cursor: pointer;
}

.rt-createuserchat li {
  position: relative;
}
.rt-createuserchat li .rt-checkbox {
  top: 50%;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rt-createuserchat li .rt-checkbox input[type=checkbox] + label {
  padding: 0;
  width: 20px;
  height: 20px;
}
.rt-createuserchat li .rt-checkbox input[type=checkbox] + label:before {
  top: 0;
  width: 20px;
  content: "";
  height: 20px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  font-family: "icomoon";
}
.rt-createuserchat li .rt-checkbox input[type=checkbox]:checked + label:before {
  border-color: #3e95d1;
  color: #fff;
  content: "";
  background: #3e95d1;
}
.rt-createuserchat li .rt-btndelete {
  top: 50%;
  right: 0;
  width: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rt-selectedusers {
  clear: both;
  overflow: hidden;
  list-style: none;
  margin: 0 -8px 35px;
}
.rt-selectedusers li {
  float: left;
  padding: 8px;
  list-style-type: none;
}
.rt-selectedusers li h6 {
  width: 100%;
  float: left;
  margin: 8px 0 0 !important;
}

.rt-selectuserimg {
  margin: 0;
  width: 52px;
  float: left;
  height: 52px;
  position: relative;
  border-radius: 50%;
}
.rt-selectuserimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.rt-btncros {
  top: 0;
  right: 0;
  width: 15px;
  color: #fff;
  height: 15px;
  font-size: 7px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background: #303030;
}
.rt-btncros:hover, .rt-btncros:focus {
  color: #fff;
}

.at-singlechathead,
.at-groupchathead {
  width: 100%;
  float: left;
}

.at-groupchathead {
  text-align: center;
}
.at-groupchathead h3 {
  width: auto !important;
}
.at-groupchathead .rt-userprofileimg {
  width: 40px;
  height: 40px;
}
.at-groupchathead .rt-userprofileimg + .rt-userprofileimg {
  position: relative;
  margin: 0 0 0 -10px;
}

.at-singlechathead .rt-seehidemembersdropdown .rt-seehidemembersdropdownmenu ul {
  padding: 15px;
}
.at-singlechathead .rt-seehidemembersdropdown .rt-seehidemembersdropdownmenu ul li {
  margin: 0 !important;
}

.rt-creategrouparea {
  width: 100%;
  float: left;
  max-height: 430px;
  position: relative;
  border-radius: 15px;
  background: #3e95d1;
}

.rt-creategroupbg {
  margin: 0;
  width: 100%;
  float: left;
}
.rt-creategroupbg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rt-creategroupcontent {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  position: absolute;
}

.rt-creategrouphead {
  width: 100%;
  float: left;
  margin: 0 0 80px;
  text-align: center;
}
.rt-creategrouphead h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
}

.rt-btnmodal {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.rt-btndimismodal {
  float: left;
  color: #dcdcdc;
}

.rt-btnddonemodal {
  float: right;
}

.rt-creategroupcontentholder {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 190px;
  text-align: center;
}
.rt-creategroupcontentholder input {
  border: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: none;
  line-height: 20px;
  border-radius: 0;
  text-align: center;
}
.rt-creategroupcontentholder h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.rt-creategroupcontentholder p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: "latohairline";
}
.rt-creategroupcontentholder p span {
  display: block;
}

.rt-creategroupcontentholder input::-webkit-input-placeholder {
  color: #fff;
}

/* WebKit, Blink, Edge */
.rt-creategroupcontentholder input:-moz-placeholder {
  color: #fff;
}

/* Mozilla Firefox 4 to 18 */
.rt-creategroupcontentholder input::-moz-placeholder {
  color: #fff;
}

/* Mozilla Firefox 19+ */
.rt-creategroupcontentholder input:-ms-input-placeholder {
  color: #fff;
}

/* Internet Explorer 10-11 */
.rt-creategroupcontentholder input::-ms-input-placeholder {
  color: #fff;
}

/* Microsoft Edge */
.rt-uploadgroupimage {
  width: 100%;
  float: left;
  margin: 0 0 10px;
}
.rt-uploadgroupimage input[type=file] {
  display: none;
}
.rt-uploadgroupimage input[type=file] + label {
  margin: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  background: #65aada;
}
.rt-uploadgroupimage input[type=file] + label img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.rt-groupdteailsarea {
  width: 100%;
  float: left;
  text-align: center;
}
.rt-groupdteailsarea .rt-userprofileimg {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.rt-groupdteailsarea .rt-userprofileimg + .rt-userprofileimg {
  margin: 0 0 0 -20px !important;
}
.rt-groupdteailsarea .rt-userinfocontent {
  margin-bottom: 0;
}
.rt-groupdteailsarea .rt-userinfocontent h3 {
  margin: 0;
  padding: 0 2px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*&:before{
      right: 0;
      bottom: 0;
      content: ',';
      position: absolute;
  }*/
  /*&:nth-child(3):before{display: none;}*/
}
.rt-groupdteailsarea .rt-userinfocontent h3:nth-child(3) {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rt-groupdteailsarea .rt-userinfocontent .rt-btn {
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  max-width: 170px;
  margin: 15px 0 0;
}

.rt-moreusers {
  z-index: 1;
  width: 70px;
  color: #fff;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 -20px;
  display: inline-block;
  vertical-align: middle;
  background: #3e95d1;
}

.rt-groupname {
  width: 100%;
  float: left;
  text-align: left;
  margin: 25px 0 0;
}
.rt-groupname h4 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
.rt-groupname span {
  width: 100%;
  float: left;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.at-btnaddmember {
  float: right;
  margin: 0 0 25px;
}

.rt-leftmessage .rt-description p {
  color: #fff;
}

.rt-viewmembersmodal .rt-followersmodalcontent .rt-followers {
  height: auto;
  max-height: 250px;
  min-height: 100px;
}

.rt-post .rt-writecommentbox .rt-description {
  padding: 0;
  background: none;
  border-radius: 0;
  min-width: 150px;
  width: auto !important;
}
.rt-post .rt-writecommentbox .rt-description em {
  bottom: 5px;
}
.rt-post .rt-writecommentbox .rt-description p {
  padding: 8px 13px;
  background: #4a9cd4;
  border-radius: 10px 10px 10px 0;
}
.rt-post .rt-writecommentbox .rt-description .rt-commentslikereply {
  float: left;
  position: static;
}
.rt-post .rt-writecommentbox .rt-writecommentholder {
  margin: 15px 0 0;
}

.rt-chatmessagetime {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
}
.rt-chatmessagetime:before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rt-chatmessagetime p {
  margin: 0;
  z-index: 2;
  font-size: 12px;
  padding: 0 10px;
  line-height: 25px;
  border-radius: 5px;
  position: relative;
  background: #4a9cd4;
  display: inline-block;
  color: #fff !important;
  vertical-align: middle;
}

#emoji-container > #emoji-popup #emoji-popover-search > #search-header > span {
  padding: 0 !important;
}

.rt-post .rt-writecommentbox .rt-chatmessage .rt-description p strong {
  color: #064169;
  margin: 0 5px 0 0;
}

.rt-userinfoform .form-group .rt-inputwidthfifty .rt-inputwidthselect input {
  padding: 10px 20px;
}

.rt-notibadge {
  top: 8px;
  right: 10px;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #4a9cd4;
}

/* =============================================
        Profile Setting  Style
============================================= */
.rt-profile {
  width: 100%;
  float: left;
}

.rt-profilearea {
  width: 880px;
  overflow: hidden;
  margin: 2rem auto 0;
  border-radius: 14px;
  padding: 4rem 8.3rem;
  background: #fff;
}

.rt-profilearea .form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 20px;
  text-transform: capitalize;
}

.rt-profilearea .form-group {
  margin: 0 0 35px;
}

.rt-profilearea .form-group:last-child {
  margin: 0;
  padding: 25px 0 0;
}

.rt-profilearea .form-group input {
  width: 100%;
  height: 49px;
  font-size: 14px;
  color: #cbcbcb;
  font-weight: 400;
  line-height: 17px;
  border-radius: 9px;
  border: 1px solid #cbcbcb;
}

.rt-profilearea .form-group input:hover,
.rt-profilearea .form-group input:not(:placeholder-shown),
.rt-profilearea .form-group input:focus {
  color: #565656;
  border-color: #3e95d1;
}

.rt-profilearea .form-group .rt-inputwidthfifty {
  width: 43%;
  float: left;
}

.rt-profilearea .form-group .rt-inputwidthfifty:last-child {
  float: right;
}

.rt-profilearea .rt-userinfoform .form-group .rt-radio input[type=radio] {
  display: none;
}

.rt-profilearea .rt-userinfoform .form-group .rt-radio input[type=radio]:checked + label:after {
  background: #707070;
}

.rt-profilearea .rt-userinfoform .form-group .rt-radio input[type=radio]:checked + label::before {
  border-color: inherit;
  content: "";
}

.rt-profilearea .rt-useruploadimg {
  text-align: center;
}
.rt-profilearea .rt-useruploadimg input[type=file] {
  display: none;
}
.rt-profilearea .rt-useruploadimg label {
  top: 14px;
  left: 100px;
  width: 29px;
  height: 29px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background: #353535;
}
.rt-profilearea .rt-useruploadimg label i {
  line-height: 29px;
  font-size: 1.3rem;
  color: #fff;
}
.rt-profilearea .rt-useruploadimg .rt-userprofileimage {
  float: left;
  width: 140px;
  height: 140px;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.rt-profilearea .rt-useruploadimg .rt-userprofileimage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rt-inputwidthfifty .vs__dropdown-toggle {
  height: 49px;
  color: #565656;
  border-radius: 9px;
  border-color: #3e95d1;
}
.rt-inputwidthfifty .vs__dropdown-toggle input {
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  width: 100%;
  background: none;
  border-radius: 0;
  position: absolute;
}
.rt-inputwidthfifty .vs__dropdown-toggle .vs__actions .vs__clear {
  display: none;
}
.rt-inputwidthfifty .vs__dropdown-menu {
  max-height: 130px;
}

.rt-userinfoform .form-group .rt-radio {
  width: auto;
  padding: 0 8px;
}

.rt-userinfoform .form-group .rt-radio label {
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.rt-userinfoform .form-group .rt-radio label::before {
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
}

.rt-userinfoform .form-group .rt-radio label::after {
  top: 8px;
  left: 2px;
  width: 9px;
  content: "";
  height: 9px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
}

.rt-btnmenuprofile,
.at-btnsidebars {
  top: 0;
  width: 30px;
  height: 30px;
  display: none;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  background: #4a9cd4;
}

.at-btnsidebars:hover {
  color: #fff;
}

.at-btnleftsidebar {
  left: 297px;
}

.at-btnrightsidebar {
  right: 277px;
}

.rt-userinfoform .form-group .rt-radio input[type=radio]:checked + label {
  color: #565656;
}

.rt-userinfoform .form-group .rt-radio input[type=radio]:checked + label:after {
  background: #3e95d1;
}

.rt-userinfoform .form-group .rt-radio input[type=radio]:checked + label::before {
  border-color: #3e95d1;
  content: "";
}

.rt-btneditbadge {
  top: 0;
  right: 0;
  width: 20px;
  color: #fff;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  background: #3e95d1;
}
.rt-btneditbadge:hover {
  color: #fff;
}

.rt-modalmemberinfo .modal-content .close {
  top: 50px;
  z-index: 5;
  right: 50px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
}

.rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group {
  width: calc(20% - 26px);
}

.rt-headertwo {
  width: 100%;
  float: left;
  margin: 0 0 60px;
  background: #fff;
  padding: 50px 15px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
}

.rt-headertwocontent {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  max-width: 1210px;
}
.rt-headertwocontent .rt-logo {
  float: left;
  width: 255px;
}

.rt-nav {
  float: right;
}
.rt-nav ul {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  line-height: 20px;
  font-family: "latoregular", sans-serif;
}
.rt-nav ul li {
  float: left;
  padding: 0 20px;
  list-style-type: none;
  filter: grayscale(100%);
}
.rt-nav ul li.rt-active {
    filter: grayscale(0);
}
.rt-nav ul li:first-child {
  padding-left: 0;
}
.rt-nav ul li:last-child {
  padding-right: 0;
}
.rt-nav ul li a {
  display: block;
  color: #05152e;
  text-transform: uppercase;
}

.navbar-toggler {
  padding: 0;
  width: 45px;
  height: 35px;
  position: relative;
  background: #4a9cd4;
}

.navbar-toggler span {
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  border-radius: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar-toggler span:after,
.navbar-toggler span:before {
  left: 50%;
  width: 25px;
  height: 2px;
  content: "";
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar-toggler span:after {
  top: -5px;
}

.navbar-toggler span:before {
  bottom: -5px;
}

/* =============================================
		Landing Page Style
============================================= */
.rt-landingpagewrapper {
  padding: 200px 0 0;
}

.rt-landingpageheader {
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 30px 90px;
}
.rt-landingpageheader .rt-logo {
  float: left;
  width: 102px;
}
.rt-landingpageheader .rt-logo a,
.rt-landingpageheader .rt-logo img {
  display: block;
}
.rt-landingpageheader .rt-logo img {
  width: 100%;
  height: auto;
}
.rt-landingpageheader .rt-headerrightarea {
  float: right;
  padding: 17px 0;
}
.rt-landingpageheader .rt-headerrightarea .rt-btnloginmember {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 30px;
  line-height: 42px;
  background: #ff6e3d;
  display: inline-block;
  vertical-align: middle;
}

.rt-main {
  width: 100%;
  float: left;
}

.rt-content {
  width: 100%;
  float: left;
  padding: 0 100px 80px;
}

.rt-landingpagecontentarea {
  float: left;
  width: calc(100% - 575px);
}
.rt-landingpagecontentarea .rt-landingpagetitle {
  float: left;
  width: 100%;
  padding: 0 0 40px;
}
.rt-landingpagecontentarea .rt-landingpagetitle h2 {
  margin: 0;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}
.rt-landingpagecontentarea .rt-description p {
  color: #000;
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 30px;
}

.rt-landingpagejoinarea {
  width: 475px;
  float: right;
  background: #fff;
  padding: 45px 56px;
  border-radius: 10px;
}
.rt-landingpagejoinarea .rt-formtheme fieldset legend {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #3b3b3b;
  margin: 0 0 40px;
  line-height: 27px;
  text-transform: capitalize;
}
.rt-landingpagejoinarea .rt-formtheme fieldset .form-group label {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.rt-landingpagejoinarea .rt-formtheme fieldset .form-group input {
  width: 100%;
  float: left;
  height: 50px;
  outline: none;
}
.rt-landingpagejoinarea .rt-formtheme fieldset .form-group .rt-btn {
  line-height: 50px;
}
.rt-landingpagejoinarea .rt-formtheme fieldset .rt-joinbtnholder {
  padding: 2rem 0 0;
}
.rt-landingpagejoinarea .rt-formtheme fieldset .rt-joinbtnholder .rt-btn {
  color: #3e95d1;
  background: none;
  border: 1px solid #3e95d1;
}

.rt-footer {
  width: 100%;
  float: left;
  padding: 60px 90px;
  background: #073469;
}
.rt-footer .rt-footercontent {
  width: 100%;
  float: left;
}
.rt-footer .rt-footercontent .rt-logo {
  float: left;
  margin: 0 30px 0 0;
}
.rt-footer .rt-footercontent .rt-logo a,
.rt-footer .rt-footercontent .rt-logo img {
  display: block;
}
.rt-footer .rt-footercontent .rt-logo img {
  width: 100%;
  height: auto;
}
.rt-footer .rt-footercontentarea {
  float: left;
  width: 40%;
}
.rt-footer .rt-footercontentarea ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  list-style: none;
}
.rt-footer .rt-footercontentarea ul li {
  width: 100%;
  float: left;
  padding: 0 0 0.5rem;
  line-height: inherit;
  list-style-type: none;
}
.rt-footer .rt-footercontentarea ul li span {
  display: block;
  color: #fff;
}
.rt-footer .rt-privacy {
  float: right;
}
.rt-footer .rt-privacy span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}

.break-long-words {
  word-break: break-all;
  word-break: break-word !important;
  hyphens: auto;
  white-space: pre-line;
}

.v-select {
  width: auto;
}
.v-select .vs__dropdown-toggle {
  border: 0;
  padding: 0;
  min-width: 160px;
  background: #e4e6eb;
}
.v-select .vs__dropdown-toggle input {
  border: 0;
  margin: 0;
  padding: 0;
  background: #e4e6eb;
}
.v-select .vs__selected {
  margin: 0;
}
.v-select .vs__dropdown-menu {
  border: 0;
  width: 100%;
  float: left;
  background: #e4e6eb;
}
.v-select .vs__clear {
  margin: -5px 8px 0 0;
}

.rt-loadmorearea {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 0 44px;
}
.rt-loadmorearea .rt-btn {
  margin-left: 0;
  font-size: 14px;
  padding: 0 15px;
  line-height: 30px;
}

.rt-linkpreview {
  border: 0;
  width: 100%;
  float: left;
}
.rt-linkpreview button.close {
  top: 10px;
  opacity: 1;
  width: 30px;
  right: 10px;
  color: #fff;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background: #ff647c;
}
.rt-linkpreview button.close i {
  margin: 0;
  float: none !important;
  padding: 0 !important;
}
.rt-linkpreview .card-img-top {
  border: 0;
  padding: 0;
  width: auto;
  height: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
.rt-linkpreview .card-body {
  padding: 32px;
}

.m-1.break-long-words img {
  margin: 15px 0 0;
}

.rt-post-bottomtext {
  float: left;
  width: 100%;
  padding: 30px;
  background: #f0f3f5;
}

@media (max-width: 1440px) {
  .rt-membersarea {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .rt-content {
    padding: 0 40px 40px;
  }

  .rt-landingpageheader {
    padding: 10px 40px;
  }

  .rt-landingpagewrapper {
    padding: 130px 0 0 !important;
  }
}
@media (max-width: 1364px) {
  .rt-sidebar {
    left: 15px;
    width: 300px;
  }

  .rt-rightsidebar,
.rt-profilechatsidebar {
    left: auto;
    right: 15px;
  }

  .rt-centercontent {
    width: calc(100% - 520px);
  }

  .rt-messages.rt-centercontent {
    width: calc(100% - 530px);
  }

  .rt-photovideolinkedbox {
    padding: 15px;
  }

  .rt-header {
    padding: 15px 34px 13px;
  }

  .rt-landingpagecontentarea .rt-landingpagetitle h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
  }

  .rt-landingpagecontentarea .rt-description p {
    color: #000;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 20px;
  }
}
@media (max-width: 1211px) {
  .rt-photovideolinkedbox > ul > li > a span {
    font-size: 15px;
    line-height: 17px;
  }
  .rt-photovideolinkedbox > ul > li > a i {
    font-size: 20px;
    line-height: 22px;
  }

  .rt-membersarea {
    grid-gap: 15px;
  }

  .rt-hrsplashimg {
    height: 350px;
  }

  .rt-channeldetail .rt-hrsplashtabs {
    width: 400px;
  }

  .rt-hrsplashbox {
    width: 100%;
    float: left;
    margin: 0 0 2.4rem;
    position: relative;
    background: #fff;
    padding: 3rem 3rem 4.5rem;
  }

  .rt-hrsplashbox .rt-channeldiscoverimg {
    float: left;
    width: 100px;
    height: 100px;
    margin: -70px 10px 0 0;
  }

  .rt-hrsplashcontent {
    float: left;
    width: calc(100% - 110px);
  }

  .rt-hrsplashcontent h2 {
    color: #000;
    font-size: 2.4rem;
    font-family: "latobold", sans-serif;
  }

  .rt-admininvitepostfollowers {
    width: 325px;
    float: right;
  }

  .rt-postsfollowers {
    padding: 2px 0;
  }

  .rt-postsfollowers h3 {
    font-size: 1.6rem;
  }

  .rt-hrsplashcontent .rt-followersbox {
    width: 190px;
    margin: 0 0 0 20px;
  }

  .rt-hrsplashcontent .rt-followersbox .rt-userprofileimg {
    width: 27px;
    height: 27px;
  }

  .rt-hrsplashtabs li a {
    font-size: 1.5rem;
    padding: 11px 1.6rem 0;
  }

  .rt-admininvitepostfollowers .rt-btnholder .rt-btn {
    padding: 0 4.5rem;
  }
}
@media (max-width: 1199px) {
  .rt-centercontent {
    float: left;
    width: calc(100% - 310px);
  }

  .at-btnleftsidebar {
    display: block !important;
  }

  .rt-userprofileimgbox:after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .rt-leftsidebar {
    z-index: 1;
    left: -300px;
    height: 100%;
    overflow: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .rt-leftsidebarshow .rt-leftsidebar {
    left: 0;
  }

  .rt-chats .rt-profilechatsidebar {
    right: -323px;
  }

  .rt-profilesidebarhideshow.rt-profilechatsidebar {
    right: -20px;
  }

  .rt-btnmenuprofile {
    display: block;
    right: 280px;
  }

  .rt-profilechatsidebar {
    right: -280px;
    z-index: 11;
    overflow: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .rt-profilesidebarhideshow.rt-profilechatsidebar {
    right: 0;
  }

  .rt-messages.rt-centercontent {
    width: calc(100% - 270px);
    float: right;
  }

  .rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group {
    width: calc(33.33% - 26px);
  }
  .rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group:nth-child(4), .rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group:nth-child(5) {
    margin: 26px 13px 0;
    width: calc(50% - 26px);
  }

  .at-navigation {
    left: 0;
    top: 135px;
    width: 100%;
    z-index: 99;
    background: #fff;
    position: absolute;
    border-top: 2px solid #eee;
    border-radius: 0 0 15px 15px;
  }

  .at-navigation ul {
    width: 100%;
    float: left;
  }
  .at-navigation ul li {
    width: 100%;
    float: left;
  }
  .at-navigation ul li a {
    display: block;
    padding: 15px 20px;
  }
  .at-navigation ul li + li {
    padding: 0;
    border-top: 1px solid #eee;
  }

  .rt-landingpagejoinarea {
    width: 380px;
    padding: 15px;
  }

  .rt-landingpagecontentarea {
    width: calc(100% - 420px);
  }

  .rt-landingpagejoinarea .rt-formtheme fieldset legend {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 23px;
  }

  .rt-landingpagejoinarea .rt-formtheme fieldset .form-group input {
    height: 40px;
  }

  .rt-landingpagejoinarea .rt-formtheme fieldset .form-group label {
    font-size: 14px;
    line-height: 16px;
  }

  .rt-landingpagejoinarea .rt-formtheme fieldset .form-group .rt-btn {
    line-height: 40px;
  }

  .rt-footer {
    padding: 20px 40px;
  }

  .rt-footer .rt-footercontentarea ul {
    font-size: 12px;
    line-height: 15px;
  }

  .rt-footer .rt-privacy span {
    font-size: 14px;
    line-height: 17px;
  }

  .rt-footer .rt-footercontentarea {
    width: 60%;
  }
}
@media (max-width: 1160px) {
  html {
    font-size: 52.5% !important;
  }

  .rt-wrapper {
    padding: 110px 15px;
  }

  .rt-header {
    height: 72px;
    padding: 12px 30px 12px;
  }

  .rt-sidebar {
    top: 110px;
    width: 280px;
    height: calc(100% - 110px);
  }

  .rt-uploadphoto {
    font-size: 16px;
  }

  .rt-btndropdown,
.rt-breadcrumb {
    font-size: 15px;
  }

  .rt-addnav {
    font-size: 14px;
  }

  .rt-socialicons li a {
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .rt-writecommentform .form-control {
    font-size: 15px;
  }

  .rt-leaderboard .rt-userprofileinfo {
    margin: 0 0 30px;
  }
  .rt-leaderboard .rt-themebox + .rt-themebox {
    margin: 20px 0 0;
  }

  .rt-membercontent .rt-btnholder {
    margin: 40px 0 0;
  }
  .rt-membercontent .rt-btnholder .rt-btn {
    line-height: 37px;
  }
  .rt-membercontent .rt-btnholder .rt-btntwo {
    line-height: 34px;
  }

  .rt-userdropdown .rt-themedropdownmenu {
    width: 170px;
  }
  .rt-userdropdown .rt-themedropdownmenu ul {
    padding: 18px 18px 22px;
  }
  .rt-userdropdown .rt-themedropdownmenu ul li i {
    font-size: 20px;
    line-height: 22px;
    margin: 0 15px 0 0;
  }
  .rt-userdropdown .rt-themedropdownmenu ul li span {
    font-size: 18px;
    line-height: 21px;
  }

  .rt-referralhistorycontent {
    width: 100%;
  }

  .rt-leftsidebar {
    left: -280px;
  }

  .at-btnleftsidebar {
    left: 277px;
  }

  .rt-messages.rt-centercontent {
    width: calc(100% - 310px);
    float: right;
  }
}
@media (max-width: 991px) {
  .rt-logincontent h1 {
    font-size: 3.6rem;
    text-align: center;
  }

  .rt-loginpagedescription span {
    font-size: 2rem;
    padding: 1rem 0;
    line-height: 2.3rem;
  }

  .rt-logofull {
    display: none !important;
  }

  .rt-logoicon {
    display: block !important;
  }

  .rt-addnav {
    font-size: 12px;
    max-width: 305px;
  }

  .rt-addnav ul li {
    padding: 0 14px;
  }

  .rt-btnsearch {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
  }

  .rt-btnsearchnotifibell {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .rt-userprofileimg {
    width: 30px;
    height: 30px;
  }

  .rt-topbar .rt-searchform {
    left: -10px;
  }

  .rt-topbar .rt-searchform .form-control {
    height: 32px;
    font-size: 14px;
    padding: 5px 30px 5px 35px;
  }

  .rt-inputwithicon i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .rt-topbar .rt-searchform .rt-inputwithicon i.icon-cancel {
    font-size: 14px;
    line-height: 32px;
  }

  .rt-searchmembersform {
    width: 100%;
  }

  .rt-fourcols .form-group {
    margin: 0 13px 15px;
    width: calc(50% - 26px);
  }

  .rt-fourcols .form-group:nth-child(4) {
    width: calc(50% - 26px);
  }

  .rt-col {
    margin: 0 13px 20px;
    width: calc(100% - 26px);
  }

  .rt-themetablebox {
    overflow: auto;
  }

  .rt-rightsidebar {
    z-index: 11;
    height: 100%;
    right: -280px;
    overflow: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .at-btnrightsidebar {
    display: block !important;
  }

  .rt-rightsidebarshow.rt-rightsidebar {
    right: 0;
  }

  .rt-centercontent {
    float: none;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .rt-conversationsidebar {
    width: 100%;
    height: 40vh;
    position: static;
  }

  .rt-messages.rt-centercontent {
    width: 100%;
    max-width: 100%;
    margin: 2rem 0 0;
  }

  .rt-profilearea {
    width: 100%;
    padding: 3rem;
  }

  .rt-modalmemberinfo .modal-dialog .modal-content {
    padding: 50px 15px !important;
  }

  .rt-membersnew .rt-searchmembersform .rt-fourcols .form-group,
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(3),
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(4),
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(5) {
    width: calc(50% - 26px);
  }

  .rt-landingpagecontentarea .rt-landingpagetitle h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .rt-rightsite {
    display: none;
  }

  .rt-leftsite {
    width: 100%;
  }

  .rt-topbartoggle {
    display: block;
  }

  .rt-addnav {
    top: 73px;
    left: 20px;
    width: 200px;
    padding: 20px;
    display: none;
    text-align: left;
    background: #fff;
    position: absolute;
    border-radius: 8px;
  }

  .rt-addnav ul li {
    width: 100%;
    float: left;
    padding: 10px 0;
  }

  .rt-addnav ul li a i,
.rt-addnav ul li a span {
    display: inline-block;
    vertical-align: middle;
  }

  .rt-addnav ul li a i {
    padding: 0 10px 0 0;
  }

  .rt-addnav ul li.rt-active:after {
    left: 0;
    width: 68px;
    height: 3px;
    bottom: -3px;
    transform: none;
    -webkit-transform: none;
  }

  .rt-tabcontent {
    width: 600px;
  }

  .rt-btn {
    padding: 0 3rem;
    font-size: 16px;
  }

  .rt-modaluserdetail,
.rt-modalcontactuserinfo {
    width: 100% !important;
  }

  .rt-modalcontactuserinfo {
    padding: 15px 0 0 !important;
  }

  .rt-membersnew .rt-searchmembersform .rt-fourcols .form-group,
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(3),
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(4),
.rt-membersnew .rt-searchmembersform .rt-fourcols .form-group:nth-child(5) {
    width: calc(100% - 26px);
  }

  .rt-landingpagecontentarea {
    width: 100%;
    padding: 0 0 40px;
  }

  .rt-landingpagejoinarea {
    width: 100%;
    padding: 0;
  }

  .rt-landingpageheader {
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }

  .rt-landingpageheader .rt-logo {
    width: 70px;
  }

  .rt-landingpageheader .rt-headerrightarea {
    padding: 4px 0;
  }

  .rt-content {
    padding: 0 20px 20px;
  }

  .rt-landingpagewrapper {
    padding: 90px 0 0 !important;
    background: #fff;
  }

  .rt-landingpagecontentarea .rt-landingpagetitle {
    padding: 0 0 20px;
  }

  .rt-footer .rt-footercontent .rt-logo {
    float: left;
    margin: 0 0 30px;
    width: 90px;
  }

  .rt-footer .rt-footercontentarea {
    width: 100%;
  }

  .rt-footer .rt-privacy {
    float: left;
    padding: 30px 0 0;
  }

  .rt-footer {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .rt-tabcontent {
    width: 100%;
  }

  .rt-photovideolinkedbox > ul > li {
    width: 33.33%;
    min-height: 30px;
    text-align: left;
  }

  .rt-photovideolinkedbox > ul > li.add-link {
    display: none;
  }

  .rt-profilearea .form-group {
    margin: 0 0 20px;
  }

  .rt-profilearea .form-group .rt-inputwidthfifty {
    width: 100%;
    margin: 0 0 20px;
  }

  .rt-profilearea .form-group .rt-inputwidthfifty + .rt-inputwidthfifty {
    margin: 0;
  }

  .rt-modalusermoreinfo {
    margin: 15px 0 0;
  }

  .rt-modalmemberinfo .modal-dialog .rt-modalform fieldset .rt-userprofileimg {
    float: none !important;
    margin: 0 auto 30px !important;
  }

  .rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group {
    width: calc(100% - 26px);
  }
  .rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group:nth-child(4), .rt-membersinnerpage .rt-searchmembersform fieldset .rt-fourcols .form-group:nth-child(5) {
    margin: 0 13px 10px;
    width: calc(100% - 26px);
  }

  .rt-modaluserinfo {
    width: 100% !important;
  }

  .rt-headertwo {
    padding: 25px 15px;
  }

  .rt-headertwocontent {
    padding: 0;
  }

  .rt-headertwocontent .rt-logo {
    width: 200px;
  }
}
@media (max-width: 568px) {
  .rt-fourcols .form-group {
    margin: 0 13px 15px;
    width: calc(100% - 26px);
  }

  .rt-fourcols .form-group:nth-child(4) {
    width: calc(100% - 26px);
  }

  .rt-membercontent h3 {
    font-size: 2rem;
  }

  .rt-discovers,
.rt-membersarea {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .rt-member {
    padding: 20px;
  }

  .rt-membercontent .rt-userprofileimg {
    width: 80px;
    height: 80px;
  }

  .rt-channeldiscoverbox > a figure {
    height: 170px;
  }

  .rt-followersbox {
    width: 100px;
  }

  .rt-channeldiscovercontent h2 {
    font-size: 2.6rem;
  }

  .rt-hrsplashimg {
    height: 200px;
  }

  .rt-hrsplashbox {
    width: 100%;
    float: left;
    margin: 0 0 2.4rem;
    position: relative;
    background: #fff;
    padding: 3rem 1rem 4.5rem;
  }

  .rt-hrsplashbox .rt-channeldiscoverimg {
    float: left;
    width: 60px;
    height: 60px;
    margin: -70px 10px 0 0;
  }

  .rt-hrsplashcontent h2 {
    color: #000;
    font-size: 2rem;
  }

  .rt-admininvitepostfollowers {
    width: 100%;
    float: right;
  }

  .rt-postsfollowers h3 {
    margin: 0 0;
    padding: 4px 0;
    font-size: 1.3rem;
  }

  .rt-hrsplashcontent {
    width: 100%;
  }

  .rt-hrsplashcontent .rt-followersbox {
    width: 150px;
    margin: 0 0 0 10px;
  }

  .rt-hrsplashcontent .rt-followersbox .rt-userprofileimg {
    width: 24px;
    height: 24px;
  }

  .rt-whatsyourmindbox {
    padding: 1rem;
  }

  .rt-whatsyourmindbox .rt-userprofileimg {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }

  .rt-whatsyourmindbox span {
    padding: 9px 0;
    font-size: 14px;
  }

  .rt-photovideolinkedbox {
    padding: 1rem;
  }

  .rt-photovideolinkedbox > ul {
    text-align: left;
  }

  .rt-photovideolinkedbox > ul > li > a i {
    font-size: 16px;
    line-height: 20px;
  }

  .rt-photovideolinkedbox > ul > li > a span {
    font-size: 13px;
    line-height: 16px;
  }

  .rt-breadcrumb li a, .rt-breadcrumb li span {
    font-size: 1.4rem;
  }

  .rt-postcontent h6 {
    font-size: 1.1rem;
  }

  .rt-savepostdropdown .rt-btndropdown {
    font-size: 20px;
    line-height: 20px;
  }

  .rt-likecommentholder .rt-description p {
    font-size: 13px;
    line-height: 16px;
  }

  .rt-likecommentbox {
    padding: 1rem;
  }

  .rt-splashabout {
    padding: 1.5rem 1rem;
  }

  .rt-splashabout .rt-description h3 {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }

  .rt-splashabout .rt-description p {
    line-height: 19px;
    font-size: 1.3rem;
  }

  .rt-splashfollowers {
    padding: 1rem;
  }

  .rt-splashfollowers .rt-userprofileimg {
    width: 32px;
    height: 32px;
  }

  .rt-splashfollowers h4 {
    padding: 0.8rem 0;
    font-size: 1.3rem;
  }

  .rt-splashfollowers .rt-rightarea .rt-btn {
    margin: 0;
    font-size: 10px;
    line-height: 29px;
    padding: 0 0.6rem;
  }

  .rt-splashsetting .rt-channeldiscoverimg {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    float: none !important;
  }

  .rt-splashchannelinfo {
    float: left;
    width: 100%;
  }

  .rt-splashchannelsrole {
    padding: 2.5rem 1rem 6rem 1rem;
  }

  .rt-leaderboard .rt-leaderboardbox {
    padding: 2.8rem 2.4rem 5.5rem;
  }

  .rt-themehead h2 {
    font-size: 2.6rem;
  }

  .rt-leaderboard .rt-themetable thead tr th,
.rt-leaderboard .rt-themetable thead tr td,
.rt-leaderboard .rt-themetable tbody tr th,
.rt-leaderboard .rt-themetable tbody tr td {
    font-size: 1.8rem;
  }

  .rt-referralhistorycontent li h3 {
    font-size: 1.7rem;
  }

  .rt-leaderboard .rt-currentbadgebox h3 {
    padding: 14px 0;
    font-size: 2.2rem;
  }

  .rt-leaderboard .rt-themebox {
    padding: 14px 14px 16px 20px;
  }

  .rt-userinfocontent h2 {
    font-size: 2.6rem;
  }

  .rt-socialicons li a {
    width: 28px;
    height: 28px;
    font-size: 22px;
    line-height: 28px;
  }

  .rt-leaderboard .rt-socialiconsbox .rt-socialicons {
    width: calc(100% - 95px);
  }

  .rt-leaderboard .rt-userprofileinfo .rt-userprofileimgbox .rt-userprofileimg {
    width: 96px;
    height: 96px;
  }

  .rt-leaderboard .rt-userprofileinfo .rt-userprofileimgbox:after {
    top: -30px;
    width: 158px;
    height: 158px;
    background: url(../images/profile-frametwo.png) no-repeat;
    background-size: cover;
  }

  .rt-uploadphoto {
    font-size: 12px;
  }

  .rt-socialiconsdropdown .rt-btndropdown i {
    font-size: 17px;
  }

  .rt-btndropdown, .rt-breadcrumb {
    font-size: 12px;
  }

  .rt-profilearea .rt-useruploadimg .rt-userprofileimage {
    width: 90px;
    height: 90px;
  }

  .rt-profilearea .rt-useruploadimg label {
    left: 90px;
    width: 25px;
    height: 25px;
  }

  .rt-profilearea .rt-useruploadimg label i {
    line-height: 25px;
  }

  .rt-profilearea {
    padding: 1rem;
  }

  .rt-profilearea .form-group input {
    height: 40px;
  }

  textarea.form-control {
    height: 140px;
    line-height: 1.3;
  }

  .rt-inputwidthfifty .vs__dropdown-toggle {
    height: 40px;
  }

  .rt-btn {
    padding: 0 1rem;
    font-size: 13px;
    line-height: 30px;
  }

  .rt-profilearea .form-group:last-child {
    padding: 0;
  }

  .rt-writecommentform .form-control {
    padding: 10px 70px 10px 10px;
  }

  .rt-smileyiconsdropdown {
    top: 3px;
    right: 0;
    width: 25px;
    height: 25px;
  }

  .send-post-button {
    top: 3px !important;
    right: 33px !important;
    width: 25px !important;
    height: 25px !important;
  }

  .rt-writecommentform .rt-uploadphoto {
    top: 3px;
    right: 21px;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .rt-formholder {
    width: 100%;
    padding: 0 2rem;
  }

  .rt-formholder .rt-formtheme {
    padding: 0 2rem;
  }

  .rt-formholder .rt-formtheme legend {
    line-height: 1.3;
    font-size: 2.2rem;
    margin: 0 0 5rem;
  }

  .rt-formholder .rt-formtheme .form-control {
    height: 40px;
    font-size: 1.4rem;
    line-height: 18px;
  }

  .rt-formholder .rt-formtheme .rt-btn {
    line-height: 44px;
  }

  .rt-forgotpassword {
    font-size: 14px;
    line-height: 17px;
  }

  .rt-header {
    padding: 12px 10px 12px;
  }

  .rt-leftsidebar,
.rt-rightsidebar {
    width: 260px;
  }

  .at-btnrightsidebar {
    right: 257px;
  }

  .at-btnleftsidebar {
    left: 257px;
  }

  .rt-rightsidebar {
    right: -260px;
  }

  .rt-leftsidebar {
    left: -260px;
  }

  .rt-splashchannelsrole .rt-followers {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */




table.dataTable thead th{
     min-width: 100px;
}

/* admin importlog table*/

#drp_log_type
{
    width: 40%;
    margin-bottom: 10px;
}


#tablegg_length, #tablegg_filter
{float:left}

#tablegg_length label
{padding-left:20px}

#tablegg_wrapper
{
  
    padding: 10px 0px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    padding-left: 25px;
}
@media(min-width:1000px)
{
#tablegg_filter
{padding-left: 69%;
}
}

@media(max-width:999px)
{
#tablegg_filter
{    padding-left: 2%;
    float: left;
    margin: 0px;
}
}

/* custom css for badge implimentation */  

.rt-membercontent .rt-userprofileimg {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    min-height: 110px !important;
}

.rt-membercontent {
    width: 100%;
    float: left;
    text-align: center;
    min-width: 100% !important;
    height: 580px;
    margin-bottom: 20px;
    justify-content: start!important;
}
.rt-membercontent.search-page {
  
    height: 500px !important;
  
}
.sayhi-btnholder{
    text-align: center;
}

.sayhi-btnholder  .rt-btn
{
    width: calc(50% - 10px) !important;
}
.rt-member
{display:inline-block !important}


@media(max-width:768px)
{
.rt-membercontent {
    height: 400px !important;

}
.rt-membercontent.search-page {
    height: 320px !important;

}


.rt-membercontent .rt-userprofileimg {
    width: 70px;
    height: 70px;
    min-height: 70px !important;
}
}


@media(min-width:999px)
{
.header-mob-adv
{
display:none
}
.sidebar-mob-adv
{
display:block
}
}

@media(max-width:999px)
{
.sidebar-mob-adv
{
display:none
}
.header-mob-adv
{
display:block
}
}

.header-mob-adv img
{width:100%;
margin-bottom:10px !important;}
