.logotype {
    font-size: 24px !important;
    color: #ffff;
    font-weight: 700;
}
body {
    padding-bottom: 0;
}
#login-frm .modal-body {
    padding: 30px 55px;
    background-color: #101010;
    text-align: center;
    width: 100%;
    display: block;
}
.guest .form-control {
    border: none;
    border-bottom: 1px solid #666666;
    color: #9d9d9d;
    font-size: 16px;
    background: transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.have-acc a {
    color: #fff;
}
.have-acc {
    margin-top: 15px;
}
body.guest a.dropdown-toggle {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px 26px;
    font-weight: 700;
    text-align: center;
}


@media (max-width:550px) {
	.header__mobile-menu .dropdown-menu {
      background-color: #fff !important;
      margin-top: 5px !important;
      border-radius: 5px !important;
  }
}
.sample_links_top_outer {text-align: right;}
.sample_links_top_outer a.sample_links_top {
    background-color: #7925d1;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    text-decoration: none;
}
  .sample_links 
 a.sample_links_top {
    background: #7925d1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
}
        
        .title_form {
    margin-bottom: 18px;
    font-size: 33px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
}
  .sample_links .headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px;
    position:relative;
}

.sample_links {
    background-color: #d7f2fd;
    padding: 10px;
}

.sample_links ul {list-style: none;padding-left: 38px;}

.sample_links h1 {
    margin: 0 0 10px 0px;
    font-size: 22px;
    font-weight: 600;
}

.sample_links ul li 
{
    font-size: 15px;
    margin: 7px 0px;
    position: relative;
}

.sample_links ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    position: absolute;
    left: -3%;
}

.sample_links_top_outer {
    text-align: right;
}

.sample_links_top_outer a.sample_links_top {
    background-color: #7925d1;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    text-decoration: none;
}

.checkout_form input {
    font-size: 18px;
    height: 40px;
    border-radius: 10px;
    padding: 25px 10px;
}

.sample_links {
    display: none;
}
.form-group {
    margin-bottom: 15px;
}
.sample_links.show {
    display: block !important;
}
#servicefilter {
	width: 100%;
	color: #fff;
	text-align: left;
	padding-left: 38px;
	font-size: 20px;
	position: relative;
}
#servicefilter i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.text-red{
	color: #7925d1 !important
}
.page-login h1 span, .page-login h3#get-free .text-red{
	color: #7925d1 !important;
}
#login_btn, .register-form .btn{
	border-color:#7925d1
}
.register-form .btn:hover{
	background:#7925d1 !important
}
.m-b-15{
	margin-bottom:15px
}
span.animated{
	max-width:100% !important
}