@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* body */
 body {
    /* background: #edf2f6;*/
	  background: #f0f2f5;
     font-size: 14px;
     font-family: 'Inter', sans-serif;
    
}
/* End body */
.custom-header {
    background: #fff !important;
}

/* Spinner button */
.button1 {
  position: relative;

}

.button1:active {
  background: #007a63;
}

.button__text {

  transition: all 0.2s;
}

.button1--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button1--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
/* End spinner button */

/* Slider */
 .slick-arrow:before {
     color: #000;
     z-index: 99999;
}
 .slick-prev {
     left: 0;
     display: none;
}
 .slick-next {
     right: 9px;
     z-index: 9;
     background: #fff;
     border-radius: 50px;
     box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
/* End Slider */
/* Top Nav */
 .navbar-dark .navbar-nav .nav-link {
     color: rgba(255,255,255,.8);
}
 .osahan-nav-top .container {
     padding: 0 16px;
}
 .osahan-nav-top .img-profile {
     width: 35px;
     height: 35px;
}
.osahan-nav-top .navbar-brand img {
    width: 55px;
}
 .osahan-nav-top .osahan-list-dropdown .nav-link i {
     font-size: 22px;
}
 .osahan-nav-top .osahan-list-dropdown .nav-link .badge {
     position: absolute;
     border-radius: 50px;
     min-width: 15px;
     height: 15px;
     font-size: 9px;
     padding: 0px;
     right: 1px;
     line-height: 15px;
     top: 11px;
}
 .osahan-nav-top .nav-link {
     position: relative;
     height: 55px;
     display: flex;
     align-items: center;
}
 .osahan-nav-top .navbar-search .form-control {
     background: #fff;
}
 .osahan-nav-top .navbar-search .btn {
    background: #f5bd01 !important;
    color: #fff;
}
 .dropdown-list .dropdown-item {
     white-space: normal;
     padding-top: .5rem;
     padding-bottom: .5rem;
     border-left: 1px solid #e3e6f0;
     border-right: 1px solid #e3e6f0;
     border-bottom: 1px solid #e3e6f0;
     line-height: 1.3rem;
}
 .dropdown-list {
     padding: 0;
     border: none;
     overflow: hidden;
     width: 20rem!important;
}
 .dropdown-list .dropdown-header {
     background-color: #214566;
     border: 1px solid #214566;
     color: #fff;
     font-weight: 800;
     font-size: 14px;
     padding: .8rem 1rem;
}
 .dropdown-list .icon-circle {
     height: 2.5rem;
     width: 2.5rem;
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
/* End Top Nav */
/* Card Design */
 .box.border {
     border: 1px solid #ffffff !important;
}
 .shadow-sm {
     box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
/* End Card Design */
/* Tab Design */
 .osahan-line-tab .nav-link {
     font-size: 14px;
     font-weight: 500;
     padding: 1rem!important;
     color:#888da8;
     position: relative;
}
 .osahan-line-tab .nav-link.active {
     color: #007bff;
}
 .osahan-line-tab .nav-link.active:after {
     content: "";
     background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
     background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
     background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
     background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
     background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c9e4',GradientType=1 );
    /* ie6-9 */
     height: 3px;
     position: absolute;
     bottom: -2px;
     left: 0;
     right: 0;
}
/* End Tab */
/* Login Page Designs */
 .osahan-login .form-control {
     background: #f8fafc;
     border-color: #eaebec;
}
 .icon-form-control i {
     display: flex;
     top: 0;
     bottom: 0;
     align-items: center;
     font-size: 16px;
     justify-content: center;
     width: 40px;
}
 .icon-form-control .form-control {
     padding-left: 40px;
}
 label {
     font-weight: 500;
}
 .custom-control label {
     line-height: 22px;
     font-weight: 400;
}
 .btn-outline-instagram {
     border-color: #2a5b83;
     background-color: #2a5b83;
     color: #fff;
}
 .btn-outline-linkedin {
     border-color: #187fb9;
     background-color: #187fb9;
     color: #fff;
}
 .btn-outline-facebook {
     border-color: #43619d;
     background-color: #43619d;
     color: #fff;
}
/* End Login Page Designs */
/* People List */
 .people-list .font-weight-bold {
     font-weight: 500 !important;
     word-break: break-all;
     overflow: hidden;
     white-space: nowrap;
}
 .people-list .btn-sm {
     font-size: .800rem;
}
 .people-list .font-weight-bold div {
     text-overflow: ellipsis;
     overflow: hidden;
}
/* End People List */
/* Job List */
 .job-item-header .img-fluid, .job-item-2 .img-fluid {
     width: 40px;
     height: 40px;
}
/* End Job List */
/* Network Item */
 .overlap-rounded-circle .rounded-circle {
     width: 22px;
     height: 22px;
     border: 2px solid #fff;
     margin: 0 0 0 -9px;
}
 .overlap-rounded-circle {
     margin-right: 9px;
     padding-left: 9px;
}
 .image-overlap-2 .img-fluid {
     width: 75px;
     height: 75px;
     border: 4px solid #fff;
     margin: 0 -12px;
}
/* End Network Item */
/* FAQ */
.card-btn-arrow {
   display: inline-block;
   color: #377dff;
   margin-left: 1rem;
   transition: 0.3s ease-in-out;
}
.collapsed .card-btn-arrow {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
/* End FAQ */
/* Chat */
.osahan-chat-box {
   height: 322px;
   overflow-y: scroll;
}
.osahan-chat-list {
   overflow-y: auto;
   height: 463px;
   min-height: 463px;
}
/* End Chat */
/* Blog */
.blog-card .card-footer img {
    margin: 0 11px 0 0;
     width: 33px;
 }
 .blog-card .badge {
     font-size: 12px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     margin: 0 0 12px;
     padding: 6px 10px;
     text-transform: uppercase;
 }
 .blog-card .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
 }
 .blog-card .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
 }
 .blog-card .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
 }
 .blog-card .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40;
 }
 .blog-card .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
 }
 .blog-card .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8;
 }
 .reviews-card .d-flex {
     height: 50px;
     width: 50px;
 }
 .reviews-card h5 small {
     color: #848484;
     font-size: 12px;
     margin: 0 0 0 8px;
 }
 .star-rating i {
    font-size: 11px;
    letter-spacing: -1px;
 }
 .list-icon i {
     float: left;
     font-size: 36px;
     line-height: 47px;
     width: 52px;
 }
 .list-icon {
     margin-bottom: 24px;
 }
 .list-icon strong {
     text-transform: uppercase;
     vertical-align: text-top;
 }
 .list-icon p {
     line-height: 11px;
 }
 .property-single-title {
     bottom: 0;
     left: 0;
     padding: 37px 0;
     position: absolute;
     right: 0;
 }
.reviews-card h5.mt-0 {
    font-size: 14px;
}
ul.sidebar-card-list {
    margin: 0;
    padding: 0;
}
.sidebar-card-list li a {
    display: inline-block;
    width: 100%;
    color: #585b5f;
}
.sidebar-card-list > li {
    line-height: 32px;
    list-style: none;
} 
.footer-social a {
    background: #007bff;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
}
/* End Blog */
/* Gallery / Review */
.reviews-members img.mr-3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.reviews-members {
    border-bottom: 1px solid #eaebec;
    padding: 17px 17px;
    margin: 0 -17px;
}
.reviews-members:last-child {
    border: none;
}
.gallery-box-main {
    border-radius: 10px;
    overflow: hidden;
}
.gallery-box:last-child {
    margin-bottom: 0px;
}
.gallery-box img:last-child {
    margin-right: 0px;
}
.gallery-box {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    justify-content: space-between;
}
.gallery-box img {
    width: 34%;
    border-right: 2px solid transparent;
}
/* End Gallery / Review */
/* Extra */
 a:hover{
     text-decoration:underline;
}
 div, a{
     outline: none !important;
}
 .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
     padding-right: 8px;
     padding-left: 8px;
}
 .row {
     margin-right: -8px;
     margin-left: -8px;
}
 .osahan-share-post textarea {
     resize: none;
}
 .text-success {
     color: #00c9a7 !important;
}
 .text-danger {
     color: #007bff !important;
}
 .text-warning {
     color: #ffc107 !important;
}
 .text-info {
     color: #00dffc !important;
}
 .bg-success {
     background-color: #00c9a7 !important;
}
 .bg-danger {
     background-color: #de4437 !important;
}
 .bg-warning {
     background-color: #ffc107 !important;
}
 .bg-info {
     background-color: #00dffc !important;
}
 .badge-success {
     color: #fff;
     background-color: #00c9a7;
}
 .badge-danger {
     color: #fff;
     background-color: #de4437;
}
 .badge-warning {
     color: #1e2022;
     background-color: #ffc107;
}
 .badge-info {
     color: #1e2022;
     background-color: #00dffc;
}
 .border, .card {
     border: 1px solid #ccc !important;
}
 .border-top {
     border-top: 1px solid #ccc !important;
}
 .border-bottom {
    /* border-bottom: 1px solid #eaebec!important;*/
	  border-bottom: 1px solid #ccc !important;
}
 .border-left {
     border-left: 1px solid #ccc !important;
}
 .border-right {
     border-right: 1px solid #ccc !important;
}
 .list-group-item{
     border-color: #ccc !important;
}
 .btn-light {
     color: #007bff;
     background-color: #ebf2ff;
     border-color: #ebf2ff;
}
 .btn-light:hover {
     color: #007bff;
     background-color: #ffffff;
     border-color: #007bff;
}
 .btn-primary{
     background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
     background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
     background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
     background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
     background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c9e4',GradientType=1 );
    /* ie6-9 */
     border-color: #007bff;
}
 .text-gold {
     color: #d3ac2b;
}
 .btn-outline-gold {
     color: #d3ac2b;
     border-color: #d3ac2b;
}
 .btn-outline-gold:hover {
     color: #ffffff;
     background-color: #d3ac2b;
     border-color: #d3ac2b;
}
 .dropdown-menu{
     border-color: #eaebec;
}
 .dropdown-item {
     padding: 6px 1rem;
}
 .btn-outline-secondary {
     color: #b7b9cc;
     border-color: #b7b9cc;
}
 .btn-outline-secondary:hover, .btn-outline-secondary:focus {
     color: #ffffff;
     border-color: #b7b9cc;
     background-color: #b7b9cc;
}

 .form-control, .btn {
     font-size: 13px;
}
.input-group-text, .custom-select{
  font-size: 13px;
}
 .text-dark {
     color: #1d2f38 !important;
}
 .small, small {
     font-size: 12px;
}
 .no-arrow .dropdown-toggle::after {
     display: none;
}
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
	     padding: 0px 0px;
    margin-bottom: 5px !important;
    font-size: 13px;
    text-align: left;
}
 .dropdown .dropdown-menu, .dropdown-item {
     font-size: .85rem;
}
 .text-gray-500 {
     color: #b7b9cc!important;
}
 .dropdown-list-image {
     position: relative;
     height: 2.5rem;
     width: 2.5rem;
}
 .dropdown-list-image img {
     height: 2.5rem;
     width: 2.5rem;
}
 .dropdown-list-image .status-indicator {
     background-color: #eaecf4;
     height: .75rem;
     width: .75rem;
     border-radius: 100%;
     position: absolute;
     bottom: 0;
     right: 0;
     border: .125rem solid #fff;
}
/* Extra End */

/*----start salikram  ----- */

.banner-box{
   
    background-color:#3b556d;
    padding: 50px 0;
    margin-top: 65px;
}
.heading p{
    color: white;
    margin-bottom: 45px;
}
.heading h1 {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 48px;
}
 .img img {
    width: 350px;
    margin-top: 55px;
}
.heading {
    padding: 150px 0px;
}
.heading input {
    width: 61%;
    border-radius: 5px;
    height: 50px;
}

.heading ul {
    list-style: none;
    display: block;
    margin-top: 15px;
    margin-left: -45px;
}
.heading li {
    display: inline-block;
    margin: 2px;
   
}
.heading ul li a {
    border: 1px solid #ccd4df;
    color: #ccd4df;
    padding: 6px;
    font-size: 10px;
}
.heading ul li a:hover {
    border: 1px solid #fff;
    color: white;
}

.search-form {
    position: relative;
    display: flex;
}

.search {
    background-color: white;
    border-radius: 5px;
    width: 61%;
}

.search input {
    border: none;
    width: 100%;
    padding: 10px;
}
.search i{
    position: absolute;
    margin-left: -28px;
    margin-top: 20px;
    color: #3a90cf;
}
.our {
    color: white;
    margin: 15px;
}
.heading ul li a:hover {
    color: white;
}
.contact i {
    margin: 20px;
    font-size: 40px;
    color: #214566
}
.contact {
    display: flex;
}
.smbox h1 {
    font-size: 1.25rem;
}
.smbox {
    margin-top: 20px;
}
.section {
    background: #f7f7f7;
    padding: 20px 0px;
}

.foot{
  background: #214566;
  padding: 3rem 0 0 0;
  margin: 0;
}
label {
  color: white;
  font-weight: 500;
  font-size: 1.125rem;
}
.col-sm ul {
  margin-top: 26px;
  list-style: none;
  display: block;
}
.col-sm a {
    color: white;
}
.col-sm li {
  margin-bottom: 1rem;
  margin-left: -44px;
}
.smbox{
    position: relative;
}
.smbox p {
    color: #929292;
}
.col-sm.facbook ul {
    display: block;
}
.col-sm.facbook li {
    display: inline-block;
    margin-right: 43px;
}
.col-sm.facbook a {
    color: white;
    font-size: x-large;
}
i.fa.fa-facebook-f {
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 12px;
}
i.fa.fa-twitter {
    background-color:#1da1f2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 10px;
}
i.fa.fa-linkedin-square{
    background-color:#0e76a8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 10px;
}
.c-statsBanner__highlight {
    position: absolute;
    top: -33px;
    left: -5rem;
    right: -3rem;
    bottom: -13px;
    box-shadow: 0 0 4px 4px rgb(20 102 143 / 8%);
    border: 1px solid #eee;
}
.diffrent {
    padding: 50px 0px;
    background-color: #fff;
}
.done h1 {
    color:#0e1724;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.col-sm.for a {
    color: black;
}
.over i {
    margin: 10px;
    color: #214566;
    font-size: 20px;
}
.nav-item i {
    margin: 5px;
    font-size: 20px;
}

.make {
    padding: 50px 0px;
    background: #fff;
}
.real h1 {
    font-weight: 700;
    color: black;
    text-align: center;
    margin: 0;
}
.real p {
    color: #0e1724;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.btn.my {
    background-color:#e4528b;
    color:#ffffff;
    font-weight: 600;
    padding: 10px 15px;
}
.btn.my:hover {
    color:black;
}
.btn.free {
    background-color:#46ba21;
    color:black;
    font-weight: 700;
}
.post li {
    display: inline-block;
}
.post li a {
    color: #4b4b4b;
}
ul.post {
    margin: 0;
}
.post li a:hover {
    color:#46ba21;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #92929229;
    margin-bottom: 76px;
}
.copyright {
    padding: 20px 0px;
    text-align: center;
    color:#929292;
}
.descover img {
    width: 100%;
}
.descover h1 {
    font-size: 20px;
    font-weight:inherit;
}
.descover{
    position: relative;
}
.descover img{
    display: block;
}
.more {
    position: relative;
}
.more h1 {
    position: absolute;
    top: 75px;
    color: white;
    padding: 13px 16px;
    border: 3px solid;
    font-size: 20px;
    left: 39px;
    display: none;
}
.more::before {
    content: '';
    width: 100%;
    position: absolute;
    background: #111111b5;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.more:hover::before {
    display: block;
}
.more:hover h1 {
    display: block;
}.descover {
    margin-bottom: 25px;
}
.more {
    margin-bottom: 10px;
}
.heading h2 {
    color: white;
    font-size: 20px;
}
.btn.free.field {
    background-color:#e4528b;
    color: #ffffff;
    padding: 13px 26px;
   
}
.banner{
    background-image: url('../img/634e7aa49f5b02031ad9efce_Working as a Freelancer.jpg');
    background-size: cover;
    margin-top: 65px;
    background-position: center;
}
.heading p {
    font-size: 20px;
    margin-bottom: 25px;
}
ul#pills-tab li a {
    background: #214566;
    border-radius: 10px 10px 0 0;
    padding: 14px 0;
}

ul#pills-tab li a.active {
    background: #fff;
}

ul#pills-tab li {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul#pills-tab{
    margin-top: -58px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #214566;
    background-color: #fff;
}

ul#pills-tab-button li {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul#pills-tab-button-left-side {
    margin-top: -54px;
}
ul#pills-tab-button-left-side li a {
    width: 170px;
    text-align: center;
    background-color: #214566;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
}
ul#pills-tab-button-left-side li a.active {
 
    background-color: #f0f2f5;
     color: #214566;

}




.tapn {
    background: #ffffff;
}
.choess p {
    color: black;
    font-size: 24px;
}
.nahi {
    font-size: 45px;
    color: #214566;
    margin-bottom: 85px;
}

.nahi h3 {
    font-size: 25px;
    color: black;
    padding: 10px 0px;
}
.nahi p {
    font-size: 18px;
    color: #0e1724;
}
.choess h1 {
    font-size: 41px;
    font-weight: 700;
}
.choess {
    padding: 50px 0px;
}
a#pills-home-tab\ sub {
    font-size: 20px;
    padding-top: 20px;
    
}
a#pills-profile-tab\ sub{
    font-size: 20px;
    padding-top: 20px;
}
.mytab a {
    color:#fff;
}
.yes img {
    width: 100%;
    padding: 50px 0px;
}
.write {
    margin-top: 40px;
}
.write h2 {
    font-size: 41px;
    font-weight: 700;
    padding: 10px 0px
}
.write h3 {
    font-size: 20px;
    font-weight: 700;
}
.write p {
    color: black;
    font-size: 15px;
    padding: 10px 0px
}
.btn.browes {
    background-color:#e4528b;
    color: #ffffff;
    padding: 8px 22px;
    font-size:13px;
    font-weight: 600;
    margin-bottom: 85px;
}
.write ul{
    list-style: none;
}
.write ul li p {
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.btn.browes {
    margin-top: 75px;
}
.btn.browe {
    background-color: #e4528b;
    color: #ffffff;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 65px;
    margin-top: 21px;
}
.ress  h2 {
    color: black;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.ress  p {
    color: black;
    font-size: 15px;
    margin-bottom: 35px;
}

.live  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.live p {
    color: black;
    font-size: 14px;
    line-height: 1.4;
}
.makes img {
    max-width: 100%;
}
.live ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.live ul li i {
    color: #214566;
    font-size: 50px;
    padding: 20px 0px;
}
.policy {
    background: #fff;
}
.privacy h1{
    text-align: center;
    padding: 20px 0px
}
.collection {
    padding: 20px 0px;
}
.privacy {
    padding: 20px 0px;
}
.privacy p {
    color: black;
    font-size: 16px;
    line-height: 2.44444444;
    padding: 20px 0px;
}
.privacy h3 {
    font-weight: 600;
}
.information {
    background: #fff;
    padding: 25px 0px;
}
.collection h1 {
    text-align: center;
    color:#ffffff;
    font-weight: 600;
}
.collection p {
    color: black;
    font-size: 16px;
    line-height: 2.44444444;
    padding: 5px 0px;
}
.optign {
    padding: 100px 0px;
    margin-top: 65px;
   background-image: url('../img/Headervisual-terms.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}
.out h1 {
    color: white;
    text-align: center;
    font-weight: 600;
}
.south {
    padding: 100px 0px;
    margin-top: 65px;
    background-image: url('../img/contact.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}
.yourr h1 {
    color: white;
    text-align: center;
    font-weight: 600;
}
.submit {
    background: #214566;
    color: white;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: 600;
}
.subject label {
    color:#3d3939f5;
    font-size: 14px;
}
.hired {
    margin-top: 65px;
    padding: 20px 0px;
    background: #fff;
    border-bottom: 1px solid #d9cece;
}
.result h1 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.result h2 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.any-category a {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 0px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: black;
}
.any-category span{
    margin: 4px 0px;
}
.any-category i {
    margin: 7px;
}
.Search-box input {
    width: 100%;
    padding: 11px 0px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}
.category {
    padding: 20px 0px;
    background: #fff;
     margin-bottom: 20px;
}
.short i {
    margin: 7px;
}
.short a {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 0px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: black;
}
.short span {
    margin: 4px 0px;
}
.Search-box i {
    position: absolute;
    top: 0;
    padding: 16px 0px;
    margin-left: -30px;
}
.enterprices {
    background: #fff;
}
.newest ul {
    list-style: none;
    display: flex;
    border: 1px solid #666;
    padding: 10px;
}
.newest label {
    color:#5f5353eb;
    font-size: 14px;
}
.newest {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px 10px;
}
.filter_right{
    position: relative;
}
.filter-2{
    position: relative;
}
.mega_menu {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 98%;
    padding: 20px;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px #888;
}
.apply {
    background: #ccc;
    display: block;
    padding: 15px 10px;
}
.mega_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega_menu h3 {
    font-weight: 600;
    font-size: 15px;
    color:#444;
    padding: 0 0 12px 0;
}
.mega_menu label {
    color:#756a6a;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0px;
}
.city-state h4 {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding: 5px 0px;
}
.spends h4 {
    font-size: 14px;
    color: #756a6a;
    padding: 15px 0px;
}
.apply ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
li.celar a {
    color: #666;
    font-size: 14px;
}
li.app a {
    text-decoration: none;
    background: #214566;
    color: white;
    padding: 15px 25px;
}
.job-header-left span {
    color: #666;
    margin-bottom: 10px;
}

.job-header-left h2 {
    font-size: 24px;
    color:#214566;
    margin-bottom: 10px;
}
.job-section{
    background: #fff;
    padding: 15px 0px;
}

.tham {
    padding: 2px 0px;
}
.jobRecord__budget {
    font-size: 16px;
    font-size: 1em;
    color: #666;
    font-weight: 600;
    margin-bottom: 1em;
    margin-bottom: 12px;
}
.pipeDivider {
    color: #666;
    padding: 0 8px;
}
.uploding p {
    color: #666;
    font-size: 14px;
}
.skills ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 10px;
}
.skills ul li {
    display: inline-block;
    margin-top: 10px;
}
.skills li a {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 5px;
    background: #f8f8f8;
    font-size: 13px;
}
.anything span {
    color: #666;
}
.star_btn i {
    color: #f39100;
    font-size: 18px;
}
.star_btn {
    border: 1px solid #ccc;
    margin-top: 10px;
    width: 35px;
    height: 35px;
}
.qutoe a {
    background: #214566;
    color: white;
    margin: 22px 5px;
    padding: 10px 25px;
    text-decoration: none;
}
.tham ul {
    list-style: none;
    padding: 0;
}
.tham li h3 {
    font-size:15px;
    color: #3e76b8;
}
p.united strong {
    color: #444;
    font-size: 15px;
}
.hedden {
    display: flex;
    gap: 10px;
}

.job-footer {
    margin-left: 10px;
}
.job-footer ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.job-footer li a i {
    width: 90px;
    height: 90px;
    color: #214566;
}
.job-footer li a {
    text-align: center;
    padding: 5px 2px;
    font-size: 20px;
    color: #214566;
    text-decoration: none;
}
.job-footer li h3 a:hover {
    color: #45a754;
}
.job-footer li  h3 {
    font-size: 21px;
    color:#214566;
}
.freelances-header {
    display: flex;
    justify-content: space-between;
}
.anything {
    margin-left: -12px;
}
.Received {
    margin-left: -13px;
}
.job-list {
    border-top: none;
    padding: 7px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc61;
    border: 1px solid #e9e9e9;
}
.job-header {
    display: flex;
    justify-content: space-between;
}
.job-footer p i {
    color: #f39100;
    font-size: 18px;
}
.job-footer p {
    margin-bottom: 5px;
}
i.fa.fa-usd {
    color: black;
    padding: 1px 5px;
}
.strong {
    color: black;
}
i.fa.fa-thumbs-up {
    color: black;
}
.freelances-section {
    background: #fff;
    padding: 15px 0px;
}
.freelances-body {
    display: flex;
    margin-left: -6px;
}
.freelances-footer {
    display: flex;
}
.freelances-img {
    padding-left: 15px;
}
.freelances-body-img img {
    width: 267px;
    height:182px;
}
.freelances-footer-img img {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    margin: 5px;
}
.freelances-footer-img {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.freelances-img ul {
    list-style: none;
    padding: 0px;
}
.freelances-img h3 {
    color: #214566;
    margin: 0;
}
.spends label {
    padding: 5px 11px;
    margin-bottom: 15px;
}
.freelances-icon i{
    color: #f39100;;
}
.review i {
    font-size: 20px;
    font-weight: 500;
}
.freelances-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}
.container-fluid-job-detalis {
    margin-top: 65px;
    background-color: black;
    padding: 50px 0px;
}
.heading-left h1 {
    color: white;
    padding: 40px 0px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
}
.project-detalis ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.card-body li a {
    margin: 2px;
    color: black;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 17px;
}
.card-header h2 {
    font-size: 20px;
}
.title-card {
    display: flex;
    justify-content: space-between;
    margin: 10px 17px;
}
.card-id a {
    color: black;
    text-decoration: none;
}
.card-body label {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
}
.form-check label {
    color: #444;
    font-size: 20px;
    font-weight: 500;
}
.form-group.example {
    margin-left: 16px;
    margin-right: 20px;
}
.form-group.example a {
    float: right;
    background: #f5bd01;
    padding: 10px 15px;
    margin: 15px 0px;
    color: #fff;
    font-weight: 600;
}.card.job-details .card-header {
    display: flex;
    justify-content: space-between;
}
.job-details ul {
    list-style: none;
    margin: 0
}
.card-paid {
    background: #fff;
}
.card-paid i {
    margin-right: 7px;
}
.card-header {
    background: #fff;
    padding: 5px;
}
.card-header h2 {
    font-size: 16px;
    font-weight: 600;
}
.clinte-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.clinte-details li {
    padding: 5px 0px;
}
.clinte-details i {
    margin-right: 8px;
}
i.fa.fa-star.true {
    color: #ff9800;
    font-size: 18px;
    margin: 0;
}
i.fa.fa-commenting.true{
    color: #ff9800;
    font-size: 18px;
    margin-left: 8px;
}
 textarea.form-control{
    height: 120px;
}
.Received.ago {
    float: right;
}
.freelances-header.proposals.p-3 {
    margin: 0;
}
.card.mt-3.bid-form.mb-3 a:hover {
    color: #060101;
}
.form-header {
    background-color: black;
    margin-top: 65px;
    padding: 100px 0px;
}
.job-post-form {
    background: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    margin-top: -65px;
}

.job-post-form > h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}
.job-post-form label {
    font-size: 15px;
    color: black;
    margin-bottom: 5px;
}



.pythan ul {
    list-style: none;
    padding: 0;
}
.pythan ul li {
    display: inline-block;
    margin-top: 10px;
}
.pythan li a {
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 24px;
    border-radius: 5px;
    background: #f8f8f8;
    font-size: 13px;
}
.subimt {
    padding: 12px 45px;
    font-size: 14px;
}
/*----end salikram  ----- */


/* Mobile Media */
@media (max-width: 768px) {
    .nahi {
        font-size: 45px;
        color: #214566;
        padding: 20px 0px;
    }
	.osahan-nav-top .dropdown-menu {
		width: 100% !important;
	}
	.osahan-nav-top .nav-item.dropdown {
		position: unset;
	}
	.osahan-line-tab .nav-link {
		font-size: 13px;
	}
	.job-tags .btn {
		margin: 3px 1px !important;
	}
	.profile-right {
		display: inline-grid;
	}
	.profile-right .btn {
		margin: 2px 0 !important;
	}
	
}
/* End Mobile Media */




/* codbos css */

.login_area1 {
    background-image: url('../img/background-social.png');
}

.auth-box{
    background: #214566;
    padding: 0 50px;
    border-radius: 15px;
}
.osahan-login .font-weight-bold.mt-3 {
    color: #f0f0f0;
}.osahan-login .form-group label {
    color: #f0f0f0;
}.osahan-login .custom-control label {
    color: #f0f0f0;
}.osahan-login span.ml-auto {
    color: #f0f0f0;
}.logo_area img {
    width: 100px;
	max-width:100%;
}

/* codbos  profile picture css */
.buy_btn {
    background: #4c9721;
    color: #fff;
    font-size: 16px;
}.sell_btn {
    background: #f9c62d;
    color: #fff;
    font-size: 16px;
}
.profile-pic {
    color: transparent;
   
   
    justify-content: center;
    align-items: center;
    position: relative;
  
}.profile-pic .label {
    cursor: pointer;
  height: 165px;
    width: 165px;
}.profile-pic span {
    display: inline-flex;
      margin-top: 70px;
    margin-bottom: 70px;
	font-size: 30px;
  
}.profile-pic input {
    display: none;
}.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    
    box-shadow: 0 0 10px 0 rgb(255 255 255 / 35%);
    border-radius: 100px;
    z-index: 0;
    
}label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: -50px;
    font-weight: 700;
}

.photo {
       flex-wrap: wrap;
    margin-bottom: 18px;
	display: flex;
    flex-wrap: wrap;
}.border_for {
    border-radius: 0px !important;
}
.video1 {
    width: 32%;
    margin-bottom: 10px;
}
.photo img {
width: 100% !important;}
.gallery1{  width: 32% !important;position: relative;    margin-bottom: 20px;}
.gallery1 img {width: 100%;height: 250px;object-fit: cover;}
.overlay {
position: absolute;
    top: 205px;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 45px;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #214566c2;
  
}.gallery1:hover .overlay {
  opacity: 1;
}.text {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.share_icon {font-size: 15px;}
.video_btn {background: #f3425f;color: #fff;}
.photo_btn {background: #45bd62;color: #ffff;}
.home_profile_pic img {
    width: 31%;
    border-right: 0px solid transparent;
    height: 80px;
    object-fit: cover;
    margin-bottom: 5px;
    margin-right: 5px;
}.home_profile_pic {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    flex-wrap: wrap;
}.postform {
    text-align: left !important;
}
.token_page {

    border-radius: 50%;
 
    background: #f5bd01;
    width: 60px;
    height: 60px;

    text-align: center;
    padding-top: 13px;
}
.token_page .token_icon {
    font-size: 30px;
    color: #214566;
  
}.left_area_sidebar .icon1 {
font-size: 20px;
margin-right: 14px !important;

}
.text-muted {
color: #6c757d!important;
font-size: 14px;}
.token_left {
    font-size: 50px;
}h5.font-weight-normal span {
    margin-right: 10px;
    font-weight: 700;
    color: #f5bd01;
}.modal-title p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #214566;
    font-weight: 500;
}input#token_count {
    border: 1px solid #ccc!important;
}.modal-body label {
    font-size: 15px;
    margin-bottom: 10px;
    color: #214566;
    font-weight: 500;
}input#sell_token_count {
    border: 1px solid #ccc !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #4b4b4b !important;
}		
.pop_right_top {
    padding: 10px 0px !important;
}.pop_content {
    padding: 10px 0px !Important;
}.pop_share {
    padding: 10px 0px !important;
}.pop_comment {
    padding: 10px 0px !important;
}
.dropdown-menu{min-width: 5rem !important;}
i.feather-x-circle {
    margin-right: 4px !important;
}i.feather-trash {
    margin-right: 4px !important;
}
.btn-group {
    margin-left: 5px !important;
}.pb-4.pt-3 {
    padding-top: 65px !important;
}

.popup_comment_area {
    height: 263px !important;
    overflow-y: scroll !important;
}
.modal-header .close {
    padding: 0rem 1rem !important;

}
.close {font-size: 50px;}
label.btn.btn-outline-danger {
    padding: 0.25rem 0.5rem;
	display:none;
  
}

label.btn.btn-outline-success {
    padding: 0.25rem 0.5rem;
}
.all_comment {
    text-align: center;
}.text-truncate a:hover {
    text-decoration: underline !important;
}.search_left li {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
}
.overlay1 {
    position: absolute;
    top: 205px;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 45px;
    width: 100%;

    transition: .5s ease;
    background: #21456614;
}
.text1 {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.row.v1 {
  
	margin-bottom: 15px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    padding: 15px 9px;
}
.video_content_right h3 a {
    font-size: 20px;color: #000;
}


.live_video {
    width: 100%;
    height: auto;
    background: #214566;
    border: 2px solid #dc3545;
    border-radius: 50%;
}.live_video img {
    width: 100% !important;
    height: auto !important;
}.live_content {
    position: absolute;
    left: 38px;
    top: 90px;
    background: red;
    padding: 3px 8px;

    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
}
.user-profile{
	height: 20px;
    width: 20px;
    border-radius: 100%;
    bottom: 0;
    border: 0.125rem solid #fff;
	
}
.user-profile {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    bottom: 0;
    border: 0.125rem solid #fff;
    position: absolute;
    top: 208px;
    left: 174px;
}.profile-box {
    position: relative;
}

.user-profile1 {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    bottom: 0;
    border: 0.125rem solid #fff;
    position: absolute;
    top: 117px;
    left: 119px;
}

.bubble {
	font-size: 16px;
	position: relative;
	display: inline-block;
	clear: both;
	width:70%;
margin-bottom: 15px;
	padding: 13px 14px;
	vertical-align: top;
	border-radius: 5px;
}
.bubble::before {
    position: absolute;
    top: 28px;
    display: block;
    width: 13px;
    height: 12px;
    content: '\00a0';
    transform: rotate(29deg) skew(-35deg);
}
.bubble.sender {
		float: left;
		color: #fff;
		background-color: #5a738b;
		align-self: flex-start;
		animation-name: slideFromLeft;
		
	}
.bubble.sender::before {
		    left: -6px;
    background-color: #5a738b;
		
		}
.bubble.receiver {
		float: right;
		
		background-color: #eceff1;
		align-self: flex-end;
		animation-name: slideFromRight;
	}
.bubble.receiver::before {
	right: -3px;
	background-color: #eceff1;
}
.sender p {
    color: #fff;
    padding: 0px;font-size: 11px;
    margin: 0px;
}.sender .text-muted {
    color: #fff !important;
    font-size: 12px;
    margin-top: -4px !important;
}

.receiver .text-muted {
    color: #000 !important;
    font-size: 12px;
    margin-top: -4px !important;
}
.receiver p {
    color: #000;
    padding: 0px;
    font-size: 11px;
    margin: 0px;
}
.cover_img {
    height: 300px;
    object-fit: cover;
    width: 100% !important;
}.profile-cover.text-center {
    padding-top: 55px !important;
}
.sender span.ml-auto.mb-auto {
    position: absolute;
    right: 8px;
    top: 6px;
}
.receiver span.ml-auto.mb-auto {
    position: absolute;
    right: 8px;
    top: 6px;
}

.comment_area_home {
    border: 1px solid #ccc;
}
.btn-group.abc {
    float: right;
}
.font-weight-bold {
    font-weight: 700!important;
    position: relative;
}.btn-group.abc {
    float: right;
    position: absolute;
    right: 0px;
    top: -10px;
}

#sidebar22{
	position: sticky;
    height: 600px;
    top: 70px; 
    bottom: auto;
	}
	
#sidebar22:hover {
    overflow: overlay;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #f0f2f5; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f0f2f5; 
}


#drawer{display:none !important;}


.hidden {
    width:96%;
	height:100%;
    left:0px;
	background:#fff;

}
.top_user {
    padding: 8px !important;
 
}
i.feather-menu.mr-1 {
    font-size: 30px;
}
.xxx {

    float: right;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 50%;
}
.qutoe a:hover {
    background: #45a754;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #214566;
    border-color: #214566;
}
.page-link{
    color: #214566;
}
.fastapi a {
    color: #214566;
}
.col-md-9.left {
    padding: 0px 15px;
}
.fastapi a h2 {
    font-size: 24px;
}
.no {
    margin-left: 320px;
}
.fastapi span {
    color: #666;
}
a.btn.btn-sm.btn-primary {
    background: #214566;
    color: #fff;
}




@media only screen and (max-width: 600px) {
#drawer{display: block !important;
    float: left;
    margin-right: 10px;}
.hidden {
    width:96%;
    z-index:2;
	height:100%;
	margin-left:8px;
    position:absolute;
    left:-400px;
    background:#fff;
    color:#000;
}

.auth-box{
   
    padding: 0 20px !important;
  
}	
.bubble {

width: 100%;}

.home_profile {
    display: none;
}
.gallery1 {
    width: 100% !important;
    max-width: 100%;
}
.form-control, .btn {
    font-size: 12px !important;
}
.live_content{
    left: 11px !important;
    top: 50px !important;	
}


}

.categories-img {
    display: flex;
}	
.categories-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.categories-img h5 {
    font-size: 1.25rem;
    margin: 0 13px;
    padding: 5px;
    color: #214566;
}
.descrption {
    margin-top: 5px;
    margin-left: 60px;
    color: #929292;
}
.descrption p{
    font-size: 15px;
}
.overs {
    padding: 10px;
}
section.diffrent a {
    text-decoration: none;
    color: #666;
}



section.flip-cards {
    background: #f7f7f7;
    padding: 80px 0px;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #214566;
  color: #fff;
  border-radius: 10px;
}

.flip-card-back {
  background-color: #46ba21;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
}
.flip-card-front h1 {
    font-size: 20px;
}

.column {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.flip-card {
    background-color: transparent;
    height: 262px;
    perspective: 1000px;
    margin: 5px;
}
.flip-card-back p {
    margin-top: 100px;
}
.flip-card-front i {
    padding: 40px 0px;
}
.flip-card-front p {
    font-size: 1.25rem;
}

.project_categoreis {
    background: #214566;
    margin-top: 5px;
    border-radius: 10px;
    height: 264px;
}
.project_categoreis {
    color: #fff;
    text-align: center;
    padding: 70px;
}
.svg_icon {
    padding: 40px 0;
}



.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}


.rate  label {
    margin-bottom: 0;
}


.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


.rate1 {
    float: left;
    height: 46px;
    padding: 0 10px;
}


.rate1  label {
    margin-bottom: 0;
}


.rate1:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate1:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate1:not(:checked) > label:before {
    content: '★ ';
}
.rate1 > input:checked ~ label {
    color: #ffc700;    
}
.rate1:not(:checked) > label:hover,
.rate1:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate1 > input:checked + label:hover,
.rate1 > input:checked + label:hover ~ label,
.rate1 > input:checked ~ label:hover,
.rate1 > input:checked ~ label:hover ~ label,
.rate1 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


.rate2 {
    float: left;
    height: 46px;
    padding: 0 10px;
}


.rate2  label {
    margin-bottom: 0;
}


.rate2:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate2:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate2:not(:checked) > label:before {
    content: '★ ';
}
.rate2 > input:checked ~ label {
    color: #ffc700;    
}
.rate2:not(:checked) > label:hover,
.rate2:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate2 > input:checked + label:hover,
.rate2 > input:checked + label:hover ~ label,
.rate2 > input:checked ~ label:hover,
.rate2 > input:checked ~ label:hover ~ label,
.rate2 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}



.rate3 {
    float: left;
    height: 46px;
    padding: 0 10px;
}


.rate3  label {
    margin-bottom: 0;
}


.rate3:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate3:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate3:not(:checked) > label:before {
    content: '★ ';
}
.rate3 > input:checked ~ label {
    color: #ffc700;    
}
.rate3:not(:checked) > label:hover,
.rate3:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate3 > input:checked + label:hover,
.rate3 > input:checked + label:hover ~ label,
.rate3 > input:checked ~ label:hover,
.rate3 > input:checked ~ label:hover ~ label,
.rate3 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}




.rate4 {
    float: left;
    height: 46px;
    padding: 0 10px;
}


.rate4  label {
    margin-bottom: 0;
}


.rate4:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate4:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate4:not(:checked) > label:before {
    content: '★ ';
}
.rate4 > input:checked ~ label {
    color: #ffc700;    
}
.rate4:not(:checked) > label:hover,
.rate4:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate4 > input:checked + label:hover,
.rate4 > input:checked + label:hover ~ label,
.rate4 > input:checked ~ label:hover,
.rate4 > input:checked ~ label:hover ~ label,
.rate4 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}