.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
	color: #777777;
	font-size: 16px;
	line-height: 26px;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #524646;
  font-size: 14px;
  background: #f9fbfd;
}

a {
	text-decoration: none}

/* Social Header */
.social-navigation ul li .active {
  color: #fa9400;
}
.social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  15px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 999;
}
.social-brand a img {
  width: 220px;
}
.social-navigation .social-buttons-wrap {
  display: none;
}
.social-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}
.social-navigation ul li {
  display: inline-block;
  padding: 0 28px;
}
.social-navigation ul li a {  
  display: inline-block;
  text-align: center;
  color: #585858;
}
.social-navigation ul li a:hover {
	color: #009BEB;
}
.social-navigation ul li a span {
  display: block;
margin-bottom: 10px;
}
.social-buttons-wrap .social-btn-left {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 15px;
  min-width: 150px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  transition: all ease 0.4s;
  color: #585858;
}
.social-buttons-wrap .social-btn-left:hover {
  background-color: #0980b5;
  border-color: #0980b5;
  color: #fff;
}
.social-buttons-wrap .social-btn-right {
  display: inline-block;
  padding: 14px 15px;
  min-width: 190px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #009be1;
  transition: all ease 0.4s;
  color: #fff;
}
.social-buttons-wrap .social-btn-right i {
  font-size: 20px;
  vertical-align: middle;
  float: right;
  color: #f6e88a;
}
.social-buttons-wrap .social-btn-right:hover {
  background-color: #0980b5;
  color: #fff;
}

.social-navigation ul li a .dot-active {
	display: none;
}
.social-navigation ul .active a .dot-active, .social-navigation ul li a:hover .dot-active {
	display: inline-block;
}
.social-navigation ul .active a img, .social-navigation ul a:hover img {
	display: none;
}
.social-navigation ul .active a {
	color: #009be1;
}

/*.mtf-toggle {
  display: none;
  width: 45px;
  height: 40px;
  padding: 12px 10px;
  background: #1c6ed8;
  border-radius: 3px;
}
.toggle-separator {
  display: block;
  height: 3px;
  margin-top: 6px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.toggle-separator:before, .toggle-separator:after {
  position: absolute;
  top: -7px;
  right: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.toggle-separator::after {
  top: 7px;
}
.mtf-toggle.active .toggle-separator:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg);
}
.mtf-toggle.active .toggle-separator:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg);
}
.mtf-toggle.active .toggle-separator {
  background: 0;
}*/

.social-dashboard {
  padding: 30px 15px;
  background-color: #fffef9;
}
.social-featured-products {
  padding: 30px 20px;
  margin: 0;
}

.social-whitebox {
	background-color: #fff;
	border: 1px solid #eeedeb;
	box-shadow: 0 0 10px 0 #fcfcfc;
	margin-bottom: 30px;
}

/* Free Website Promote */
.free-website-promote {
  position: relative;
  padding: 0 50px;
  background-color: #f3f1eb;
  background-image: url('../images/website-promote-bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.website-promote-inner {
  max-width: 700px;
  padding: 60px 0 60px 30px;
}
.promote-content span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 20px;
  background-color: #e7e5de;
  border-radius: 25px;
  min-width: 160px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #858585;
}
.promote-content h2 {
  padding-bottom: 15px;
  font-size: 60px;
  font-weight: 400;
  color: #343434;
}
.promote-content p {
  color: #535250;
  padding-bottom: 10px;
}
.promote-inner h3 {
  margin-bottom: 20px;
  position: relative;
  padding: 25px 30px;
  background-color: #0079e9;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
.promote-inner h3:before {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  content: "";
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.promote-inner p {
  padding-bottom: 0;
  color: #535250;
}
.promote-inner .row {
  margin-top: 10px;
}
.promote-list {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  color: #535250;
  font-weight: 400;
}
.promote-list li {
  float: left;
  width: 49%;
  padding: 8px 0;
}
.promote-list li i {
  font-size: 16px;
  margin-right: 5px;
  color: #d4a260;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-item h2 {
  padding-bottom: 0;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  border-radius: 3px;
  border: 1px solid #e6e2de;
  background-color: #fff;
  color: #927b72;
}
.accordion-button:after {
  position: unset;
  background-image: none !important;
}
.accordion-button:before {
  position: absolute;
  content: "+";
  right: 20px;
  font-size: 38px;
  color: #ecbc60;
}
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
}
.accordion-button:not(.collapsed):before {
  content: "-";
  color: #fff;
}
.accordion-item .accordion-button {
  outline: none;
  font-size: 20px;
  font-weight: 400;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  position: relative;
  background-color: #0079e9;
  color: #fff;
  border-color: transparent;
}
.accordion-body {
  padding: 10px 0 0;  
  background: transparent;
}
.website-promote-img img {
  width: 680px;
}


.website-promote-product h5 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #535250;
}
.website-promote-product h5 i {
  margin-right: 5px;
  font-size: 22px;
  color: #a9863c;
}
.website-promote-product form {
  display: flex;
  align-items: center;
}
.website-promote-product .form-control {
  padding: 10px 15px;
  height: 54px;
  background-color: #fff;
  color: #a3a3a3;
  border: 1px solid #dad5d5;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  letter-spacing: normal;
}
.website-promote-product .main-get-btn {
  padding: 15px;
  margin-top: 0;
  border-radius: 0 5px 5px 0;
  min-width: 190px;
  z-index: 9;
  border: none;
}













/* Socialize And Shop Page Responsive CSS */

@media screen and (max-width: 1599px) {
  .social-member-item .member-icon.active, .social-member-item .member-icon {
    margin-right: 15px;
  }
  .social-member-item {
    padding: 13px;
  }
  .recent-product-into {
    display: block;
  }
  .recent-product-into ul {
    padding: 15px 0 0;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .social-category-wrap > .row > .col-xl-12 {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 1399px) {
  .social-featured-products {
    padding: 25px 15px;
  }
  .main-banner-info {
    left: 20px;
  }
  .main-banner-info {
	max-width: 480px;
}
  .main-banner-info h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .social-featured-products > .row > .sidebar-sticky-wrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .social-featured-product-inner {
    margin-top: 30px;
  }
  .social-member-item {
  align-items: start;
  }
  .free-website-promote {
    padding: 0 20px;
  }
  .website-promote-inner {
    max-width: none;
    padding: 40px 0 40px 0;
  }
  .promote-content h2 {
    padding-bottom: 5px;
    font-size: 45px;
  }
  .accordion-button {
    padding: 13px 20px;
  }
  .promote-list li {
    padding: 6px 0;
  }
  .accordion-item {
    margin-bottom: 20px;
  }
  .social-navigation ul li {
    padding: 0 22px;
  }
  .free-socialize-info {
    padding-left: 0;
  }
  .free-socialize-info h2 {
    font-size: 45px;
  }
  .free-shop-content h2 {
    font-size: 60px;
  }
  .free-shop-text h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .free-shop-inner {
    margin-bottom: 30px;
  }
  .free-website-shop {
    padding: 80px 20px;
  }
  .recent-product-img a img {
    height: 200px;
  }
  .product-socials-icons ul li {
    padding-right: 45px;
  }
  .member-price-list-content h6 {
    font-size: 14px;
  }
  .social-header {
    padding: 15px;
  }
  .social-dash-profile span {
    margin-top: 10px;
  }
  .social-filters {
    padding: 15px;
  }
  .checkbox .form-check label {
    font-size: 14px;
  }
  .form-help-group .social-btn-right {
    margin-top: 10px;
    font-size: 16px;
  }
  .social-member-topbar {
    padding: 15px;
  }
  .social-member-item {
    padding: 15px;
  }
  .dash-block.dashboard-feeds .start-post {
    padding: 20px 20px 10px;
  }
  .dash-block-socials ul {
    display: flex;
    flex-wrap: wrap;
  }
  .dash-block-socials ul li {
    margin-bottom: 10px;
  }
  .social-classifieds-item {
    padding: 15px;
  }
}


@media screen and (max-width: 1199px) {
  .main-banner-info {
    top: 80px;
    max-width: 400px;
  }
  .main-banner-info h2 {
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 48px;
  }
  .product-slide .swiper-pagination {
    padding-bottom: 15px;
  }
  .social-member-item {
  align-items: center;
  }
  .website-promote-img {
    padding-top: 30px;
    text-align: center;
  }
  .website-promote-img img {
    width: 450px;
  }
  .free-website-promote {
    padding: 60px 20px 0;
  }
  .website-promote-inner {
    padding: 0;
  }
  .free-website-shop {
    padding: 60px 20px;
  }
  .free-shop-right-img {
    padding-top: 40px;
    text-align: center;
  }
  .free-shop-right-img img {
    width: 450px;
  }
  .main-get-btn {
    margin-top: 5px;
  }
  .free-website-socialize {
    padding: 60px 20px;
  }
  .free-socialize-info {
    padding-bottom: 15px;
  }
  .social-brand a img {
    width: 190px;
  }
  .social-navigation ul li {
    padding: 0 15px;
  }
  .social-category-wrap .row {
    margin: 0 -4px;
  }
  .social-category-wrap [class*="col-"] {
    padding: 0 4px;
  }
  .social-category-wrap {
    padding: 20px 10px 0;
  }
  .social-category-wrap .feature-img-item {
    padding: 0;
    margin-bottom: 25px;
  }
  .social-member-box, .social-member-price-list {
    display: none;
  }
  .dashboard-feeds .nav-tabs {
    display: flex;
  }
  .social-buttons-wrap .social-btn-left {
    min-width: 70px;
  }
  .social-buttons-wrap .social-btn-right {
    min-width: 170px;
  }
}

@media screen and (max-width: 991px) {
  .main-banner-info {
    max-width: 300px;
    top: 60px;
    left: 15px;
  }
  .main-banner-info h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .main-banner-info p br {
    display: none;
  }
  .social-navigation ul li a img {
    margin-bottom: 0;
  }
  .social-navigation ul li a span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .product-socials-icons ul li {
    padding: 0 20px 30px;
  }
  .featured-product-socials-info {
    display: block;
    text-align: center;
  }
  .mtf-toggle {
    display: inline-block;
  }
  .mobile-toggle {
    display: block;
  }
  .social-whitebox {
    display: none;
    margin-bottom: 20px;
  }
  .social-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 13px 20px;
    background: #fff;
    overflow: auto;
    opacity: 0;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 4;
  }
  .social-navigation.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .social-navigation ul li {
    display: block;
    padding: 0;
  }
  .social-navigation ul li a, .social-navigation ul li .active {
    background: transparent;
    display: block;
    padding: 15px 0;
    color: #474747;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
  }
  .social-navigation ul li .active img {
    filter: none;
  }
  .social-navigation ul li a:hover, .social-navigation ul li .active {
    color: #009be1;
    border-bottom-color: #009be1;
  }
  .social-navigation ul {
    font-size: 15px;
  }
  .social-buttons-wrap {
    display: none;
  }
  .social-navigation .social-buttons-wrap {
    display: block;
  }
  .social-buttons-wrap .social-btn-left {
    display: block;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 20px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
  }
  .social-buttons-wrap .social-btn-left:hover {
    border-color: #009be1;
  }
  .social-buttons-wrap .social-btn-right {
    min-width: 100%;
    font-size: 16px;
    padding: 16px 15px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-image {
    display: block;
  }
  .desktop-image {
    display: none;
  }
  .main-banner-info {
    max-width: none;
    padding: 0 15px 40px;
    position: static;
    background-image: url('../images/main-banner-info-bg.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .website-promote-product .main-get-btn {
    min-width: 160px;
  }
  .free-website-promote {
    padding: 45px 15px 0;
  }
  .promote-content h2 {
    padding-bottom: 0;
    font-size: 35px;
  }
  .free-shop-right-img img {
    width: 350px;
  }
  .free-shop-box {
    padding: 15px 20px;
  }
  .free-shop-inner {
    max-width: none;
  }
  .free-shop-info {
    padding-top: 25px;
  }
  .free-shop-content h2 {
    font-size: 45px;
  }
  .free-socialize-info h2 {
    padding-bottom: 10px;
    font-size: 40px;
  }
  .free-website-socialize, .free-website-shop {
    padding: 45px 15px;
  }
  .social-feature-topbar {
    padding: 13px;
  }
  .featured-col-img img {
    height: auto;
  }
  .product-socials-icons ul li {
    width: 30%;
  }
  .social-member-price-list {
    padding: 15px 10px 0;
  }
  .dash-block-socials ul li {
    padding-right: 30px;
  }
  .social-brand a img {
    width: 200px;
  }
  .social-classifieds-item {
    padding: 10px;
  }
  .social-classifieds-item-info h3 {
    padding-bottom: 5px;
  }
  .social-classifieds-item-info h5 {
    padding-bottom: 5px;
  }
  .social-classifieds-item-content a img {
    width: 70px;
  }
  .social-classifieds-item-top, .social-classifieds-item-content {
    display: block;
  }
  .social-classifieds-item-info {
    margin: 15px 0 5px;
  }
  .social-classifieds-item-top {
    margin-bottom: 0;
    position: relative;
  }
  .social-classifieds-item .classifieds-link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .social-classifieds-item-warp span {
    font-size: 25px;
    height: 70px;
    width: 70px;
    border-width: 3px;
  }
  .social-classifieds-item p {
    padding-bottom: 10px;
  }
  .classifieds-info-form-inner {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .main-banner-info h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .promote-list {
    font-size: 16px;
  }
  .promote-list li {
    width: 100%;
    float: none;
  }
  .dashboard-feeds .nav-tabs .nav-item {
    padding: 0 6px;
  }
  .dash-block-socials ul li {
    width: 49%;
  }
  .classifieds-info-form-inner {
    display: block;
  }
  .post-meta-date {
    margin-top: 10px;
  }
  .post-meta-social ul li {
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .main-banner-info h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .shop-tabs {
    display: block;
  }
  .shop-tabs.nav-tabs .nav-item {
    width: 100%;
  }
  .website-promote-product h5 {
    font-size: 18px;
  }
  .website-promote-product form {
    display: block;
  }
  .website-promote-product .form-control {
    border-radius: 3px;
  }
  .accordion-item .accordion-button {
    font-size: 16px;
  }
  .accordion-button:before {
    font-size: 20px;
    right: 13px;
  }
  .promote-content h2 {
    font-size: 30px;
  }
  .website-promote-product .main-get-btn {
    min-width: 100%;
    margin-top: 15px;
    border-radius: 3px;
  }
  .free-shop-icon span {
    width: 80px;
    height: 80px;
  }
  .free-shop-icon span img {
    width: 35px;
  }
  .free-socialize-info h2, .free-shop-content h2 {
    font-size: 35px;
  }
  .socialize-text h4 {
    font-size: 18px;
  }
  .mobile-products .col-6 {
    width: 100%;
  }
  .product-socials-icons ul li {
    width: 49%;
  }
  .product-socials-icons ul li {
    padding: 0 15px 15px;
  }
  .social-brand a img {
    width: 170px;
  }
  .social-classifieds-item p {
    font-size: 14px;
    line-height: 26px;
  }
  .dash-block-socials ul {
    display: block;
  }
  .dash-block-socials ul li {
    padding: 8px 0;
    margin: 0;
  }
  .start-post-box .image-link label {
    padding: 10px;
  }
  .start-post-box .image-link label img {
    width: 25px;
  }
  .start-post-box .start-post-title a {
    padding: 10px;
    font-size: 14px;
  }
  .start-post-box .start-post-title a img {
    width: 20px;
    margin-right: 10px;
  }
  .start-post .dash-block-socials {
    margin-top: 10px;
  }
  .dash-block.dashboard-feeds .start-post {
    padding: 13px;
  }
  .social-navigation {
    width: 280px;
  }
}

@media screen and (max-width: 359px) {
  .dash-block-socials ul li {
    width: 100%;
  }
  .social-navigation {
    width: 250px;
  }
  .social-member-item {
    display: block;
    text-align: center;
  }
  .social-member-item .member-icon.active, .social-member-item .member-icon {
    display: inline-block;
    margin: 0 0 20px;
  }
  .social-member-item .member-icon.active img, .social-member-item .member-icon img {
    width: 65px;
  }
}




























.mtf-mid-wrap {
  padding: 50px 0;
}
.mtf-mid-wrap .container {
  max-width: 900px !important;
  width: inherit;
  padding: 0 100px;
}
.mtf-mid-wrap .logo {
  display: block;
  text-align: center;
  padding: 0 0 40px;
}
.mtf-mid-wrap .logo a {
  display: inline-block;
}
.mtf-mid-wrap .logo a img {
  width: 300px;
}
.form-box {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdd;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
}
.form-box-title {
  padding: 15px 25px;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #009be1;
}
.form-box-wrap {
  padding: 25px;
}
.form-box-wrap .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-box-wrap .checkbox label {
  padding-bottom: 0;
}
.form-input {
  position: relative;
  clear: both;
}
.form-input .mtf-icon, .drop-list .mtf-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 50px;
  padding: 5px;
  background: #f7f7f7;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* .form-input .mtf-icon img, .drop-list .mtf-icon img {
  max-width: 30px;
  display: inline-block;
  margin-top: 5px;
} */
.form-input .mtf-icon img, .drop-list .mtf-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.form-group .drop-list .mtf-icon {
  top: 0;
  left: 0;
  bottom: 0;
}
.form-input-slash:after {
  position: absolute;
  top: 50%;
  left: 100%;
  padding-left: 10px;
  content: "/";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.form-input .mtf-icon i, .drop-list .mtf-icon i {
  display: table;
  width: 100%;
  height: 100%;
  color: #aeaead;
  font-size: 18px;
}
.form-input .mtf-icon i:before, .drop-list .mtf-icon i:before {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.form-input.textarea .mtf-icon {
  padding-top: 13px;
}
.form-input.textarea .mtf-icon i:before {
  vertical-align: top;
}
.form-input .mtf-icon + .form-control {
  padding-left: 70px;
  letter-spacing: normal;
  font-size: 16px;
  height: 50px;
  color: #333333;
  border-color: rgba(0,0,0,0.1);
}
.form-box-wrap label {
  display: inline-block;
  padding-bottom: 10px;
  color: #605f5f;
  font-size: 16px;
  cursor: pointer;
}
.checkbox + .checkbox, .radio + .radio {
  margin-top: 0;
}
.checkbox label {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
.checkbox input[type="checkbox"], .radio input[type="radio"] {
  display: none;
}
.checkbox .checkbox-wrap {
  float: left;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #999999;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.radio .radio-wrap {
  float: left;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #999999;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.checkbox input[type="checkbox"]:checked + .checkbox-wrap, .radio input[type="radio"]:checked + .radio-wrap {
  background: #009be1;
  color: #ffffff;
  border-color: transparent;
}
.checkbox input[type="checkbox"]:checked + .checkbox-wrap:before, .radio input[type="radio"]:checked + .radio-wrap:before {
  opacity: 1;
}
.checkbox-wrap:before, .radio-wrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0;
  content: "\f00c";
  text-rendering: auto;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
.radio-wrap:before {
  width: 10px;
  height: 10px;
  background: #ffffff;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.checkbox-caption, .radio-caption {
  display: block;
  padding-left: 35px;
}
.mtf-link {
  font-size: 16px;
}
.form-help-group .mtf-link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}
.mtf-link a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #009be1;
}
.mtf-link a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009be1;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.mtf-link a:hover::after {
  width: 0;
}
.signup-wrap {
  text-align: center;
}
.signup-option {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.signup-option::before {
  border-top: 1px solid #e1e1e1;
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
}
.signup-option span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  line-height: 28px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.signup-wrap .mtf-link {
  padding-bottom: 15px;
}

/* Mtf Buttons CSS */
.mtf-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 160px;
  padding: 12px 25px;
  color: #ffffff;
	background-color: #009be1;
	box-shadow: 0 2px 6px 0 rgba(39, 109, 241, 0.3);
	text-transform: uppercase;
	letter-spacing: .5px;
  font-size: 13px;
  text-align: center;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mtf-btn:hover, .mtf-btn:focus {
  color: #ffffff;
  background-color: #0980b5;
  outline: none;
}
.modal-content .mtf-btn.right .mtf-icon {
  padding: 0
}
.mtf-black-color-btn {
  color: #474747;
}
.mtf-btn .mtf-icon {
  display: none;
  color: #fe8900;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.mtf-btn .mtf-icon img {
  margin-top: -2px;
  max-width: 20px;
}
.mtf-red-btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec0021+0,e60020+50,d4001e+100 */
  background: rgb(236,0,33); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(236,0,33,1) 0%, rgba(230,0,32,1) 50%, rgba(212,0,30,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(236,0,33,1) 0%,rgba(230,0,32,1) 50%,rgba(212,0,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(236,0,33,1) 0%,rgba(230,0,32,1) 50%,rgba(212,0,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0021', endColorstr='#d4001e',GradientType=0 ); /* IE6-9 */
  color: #fff2df;
  border-color: transparent;
}
.mtf-red-btn:hover, .mtf-red-btn:focus {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa0018+0,aa0018+50,aa0018+100 */
  background: rgb(170,0,24); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(170,0,24,1) 0%, rgba(170,0,24,1) 50%, rgba(170,0,24,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(170,0,24,1) 0%,rgba(170,0,24,1) 50%,rgba(170,0,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(170,0,24,1) 0%,rgba(170,0,24,1) 50%,rgba(170,0,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0018', endColorstr='#aa0018',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
}
.mtf-darkred-btn {
  background: #b5260b;
  color: #ffffff;
}
.style-three .mtf-darkred-btn {
  padding: 15px;
  min-width: 300px;
  font-size: 18px;
}
.mtf-darkred-btn:hover, .mtf-darkred-btn:focus {
  background: #992009;
  color: #ffffff;
}
.mtf-btn.mtf-red-transparent-btn {
  color: #c6290c;
  border-color: #c6290c;
}
.mtf-btn.mtf-red-transparent-btn:hover, .mtf-btn.mtf-red-transparent-btn:focus {
  background: #c6290c;
  color: #ffffff;
  border-color: transparent;
}
.mtf-block-btn {
  min-width: 100%;
}
.mtf-default-btn {
  background: transparent;
  color: #606060;
}
.mtf-big-btn {
  min-width: 270px;
  padding: 15px 40px;
  font-size: 20px;
}
.mtf-medium-btn {
  padding: 13px 40px;
  font-size: 16px;
}
.mtf-small-btn {
  min-width: 100px;
  padding: 8px 20px;
  font-size: 13px;
}
.btn-wrap {
  position: relative;
  z-index: 0;
}
/* Mtf Footer CSS */
.mtf-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  background: #fbfbfb;
  color: #474747;
  font-size: 15px;
  border-top: 1px solid #eaeaea;
  z-index: 1;
}
span.text-red {
  color: #009be1;
}
.mtf-footer a {
  color: #474747;
}
.mtf-footer ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mtf-footer ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
}
.mtf-footer ul li:after {
  display: inline-block;
  padding: 0 12px 0 15px;
  color: #7d7c7c;
  content: "|";
}
.mtf-footer ul li:last-child:after {
  display: none;
}
.mtf-social a {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  padding: 5px;
  margin: 5px;
  background: #7d7d7d;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.mtf-social a:hover {
  background: #009be1;
}
.mtf-social a i {
  display: table;
  width: 100%;
  height: 100%;
}
.mtf-social a i:before {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* Mtf Gotop CSS */
.mtf-gotop {
  position: fixed;
  bottom: -50px;
  right: 65px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 2;
}
.mtf-gotop.active {
  bottom: 15px;
}
.mtf-gotop a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 18px;
  text-align: center;
  background: #474747;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.mtf-gotop a:hover {
  background: #009be1;
}

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
  z-index: 9999;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none;
}
#modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
  z-index: 9999;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none;
}
.modal-overlay-cls {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
  z-index: 10;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none;
}

/* Autocomplete css*/
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  list-style: none;
  background: #fff;
  border: 1px solid #ced4da;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
}
.ui-front {
  z-index: 1051;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #009be1;
  color: #fff;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider {
 width: 100%;
 height: 4px;
 background: #d5d5d7;
 border: none;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.ui-slider-horizontal .ui-slider-range {
 background: #da4d32;
}
.ui-slider-horizontal .ui-slider-handle {
 width: 14px;
 height: 14px;
 background: #da4d32;
 border: 2px solid #da4d32;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 0 0 0 2px #ffffff inset;
 -ms-box-shadow: 0 0 0 2px #ffffff inset;
 box-shadow: 0 0 0 2px #ffffff inset;
}
.ui-helper-hidden-accessible {
	display: none;
}
#upload-file {
  display: none;
}
.invitations-filter p {
  padding: 0;
  line-height: normal;
}
.invitation-tab .withdraw-selected {
  display: inline-block;
}
.invitation-tab .withdraw-selected:last-child {
  margin-left: 10px;
}

.profile-about h3 {
	margin-bottom: 10px;
}
.profile-about p {
	margin-bottom: 8px;
}



.select2-dropdown {
  border: 1px solid #d3dee6;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 0.75rem 2rem rgb(18 38 63 / 10%);
}

.select2-container--default .select2-search--dropdown {
  background: #f6f7fd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f9fbfd;
  color: #009be1;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #f9fbfd;
  color: #009be1;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #ffffff;
  color: #009be1;
  position: relative;
}

.select2-container--default .select2-results__option[aria-selected=true]:after {
  content: "\F5E1";
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  display: inline-block;
  font-family: "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #009be1;
  font-size: 20px;
}

.select2-results__option {
  padding: 10px;
  border-top: 1px solid #d3dee6;
  font-size: 14px;
}

.select2-search--dropdown .select2-search__field {
  font-size: 14px;
  color: #737373;
  padding: 5px 10px;
}

.select2-container .select2-selection--single {
	letter-spacing: normal;
	font-size: 16px;
	height: 50px;
	color: #333333;
	border-color: rgba(0,0,0,0.1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 15px;
	color: #605f5f;
}

.select2-container--default .select2-search--dropdown {
  background: #f6f7fd;
  padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  color: #737373;
  padding: 5px 10px;
  border: 1px solid #d3dee6;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #b2c5d3 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #b2c5d3 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
  height: 45px;
}


@media screen and (max-width: 1599px) {
  .mtf-mid-wrap .container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .mtf-footer {
    padding: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mtf-mid-wrap {
    padding: 20px 0;
  }
  .mtf-mid-wrap .container {
    padding: 0 15px;
  }
  .mtf-mid-wrap .logo {
    padding-bottom: 20px;
  }
  .mtf-mid-wrap .logo a img {
    width: 220px;
  }
}

@media screen and (max-width: 575px) {
  .mtf-footer ul li::after {
    padding: 0 5px;
  }
}

@media screen and (max-width: 479px) {
  .mtf-footer {
    font-size: 13px;
  }
}