/*
Template Name: Miver - LMS & Freelance Services Marketplace for Businesses HTML Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/

/*
-- Body
-- Extra CSS
-- Chat
-- Network Item
-- Filters
-- Start Header CSS
-- Start Home Page CSS
-- Popular
-- Services
-- About
-- Market Wrapper
-- Freelance Projects
-- Testimonials
-- Pro Section
-- Guide Wrapper
-- Get Started
-- Profile View CSS
-- Web Design List
-- Custom Checkbox
-- Toggle Switch
-- Responsive Design
*/

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@200;300;400;500;600;700;800;900&display=swap');

/* Body */
 body {
     color: #222325;
     font-size: 13px;
     font-family: 'Muli', sans-serif;
     font-weight: 400;
     background-color: #f0f2f5;
}
 .container-fluid {
     max-width: 1400px;
     padding: 0 32px;
}
 ul, ul li {
     list-style: none;
     margin: 0px;
}
 a, a:hover {
     text-decoration: none;
}
 a {
     color: #43619d;
}
 * {
     margin: 0;
     padding: 0;
}
 .btn-success{
    
    background: linear-gradient(to right, #f57405 0%, #394242 100%);
   
   border-color: #fff;
     
}
 .btn-outline-success {
     color: #2cdd9b;
     border-color: #2cdd9b;
}
 .btn-outline-success:hover{
     background: #2cdd9b;
     background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
     background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
     background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
     border-color: #2cdd9b;
}
 .btn-light {
     color: #2cdd9b;
     background-color: #e5f7f0;
     border-color: #d8f7eb;
}
 .btn-light:hover {
     color: #ffffff;
     background-color: #2cdd9b;
     border-color: #2cdd9b;
}
 .text-gold {
     color: #d3ac2b;
}
 .btn-outline-gold {
     color: #d3ac2b;
     border-color: #d3ac2b;
}
 .btn-outline-gold:hover {
     color: #ffffff;
     background-color: #d3ac2b;
     border-color: #d3ac2b;
}
 .form-control, .btn, .custom-select {
     font-size: 13px;
     height: 34px;
}
/* Extra CSS */
p.help-block li {
    font-size: 11px;
}

.help-block li {
    font-size: 11px;
    color: red;
}



.osahan-table .order-proposal-image {
    height: 40px;
    float: left;
    border-radius: 5px;
    width: 40px;
    object-fit: cover;
    margin: 0 12px 0 0px;
}

.osahan-table td {
    vertical-align: middle;
}

.osahan-table  .order-proposal-title {
    margin: 9px 0;
    font-weight: 700;
    color: #000;
}
.sidebar-fix {
    position: sticky;
    top: 28px;
}
.divider {
    flex-direction: column;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1fc9c9;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1fc9c8;
    border-color: #1fc9c8;
}
.text-success {
   
    color: #e77b05!important;
}
.separator__line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    width: 2px;
    background-color: #e4e5e7;
}
 .homepage-search-form .select2-container--default .select2-selection--single {
     border: none;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
     border-radius: .3rem;
     padding: 10px 8px;
     height: 48px;
     font-size: 16px;
}
 .homepage-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
     margin: 10px 9px 0 0;
     
}
 .slick-slider-single .slick-arrow.slick-prev {
     left: 11px;
}
 .slick-slider-single .slick-arrow.slick-next {
     right: 12px;
}
 .recommended-slider .slick-arrow {
     bottom: auto;
     top: -51px;
     width: 30px;
     height: 30px;
}
 .recommended-slider .slick-arrow.slick-prev {
     right: 32px;
     left: auto;
}
 .select2-container--default .select2-selection--single {
     border: 1px solid #ced4da;
     border-radius: .25rem;
     padding: 2px 5px;
     height: 33.5px;
     font-size: 13px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     margin: 3px 7px 0 0;
}
 .select2-dropdown {
     border: none;
     box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
     background: #2bdd9b;
}
 .select2-container--default .select2-search--dropdown .select2-search__field {
     border-color: #ccc;
     border-radius: 2px;
}
 .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;
}
 .bg-dark {
     background-color: #222326!important;
}
 .icon-form-control i {
    display: flex;
    top: 0;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    width: 40px;
    height:35px;
    /* margin-top: 5px; */
    /* background: #f0f2f5; */
    background: #fc6813;
    color: #fff;
    bottom: 0px;
    border: 1px solid #d0d0d0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
 .btn-outline-instagram {
     border-color: #2a5b83;
     background-color: #2a5b83;
     color: #fff !important;
}
 .btn-outline-linkedin {
     border-color: #187fb9;
     background-color: #187fb9;
     color: #fff !important;
}
 .btn-outline-facebook {
     border-color: #43619d;
     background-color: #43619d;
     color: #fff !important;
}
 .icon-form-control .form-control {
     padding-left: 40px;
}
 .osahan-login .form-control {
     background: #f8fafc;
     border-color: #eaebec;
     padding: 6px 12px 6px 50px;
}
.form-control:focus{
    box-shadow: none;
}
 .osahan-login a img {
     width: 150px;
}
 .agents-card .img-fluid {
     width: 100px;
     border-radius: 50px;
}
 .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;
}
 .people-list .btn-sm {
     font-size: .800rem;
}
 .job-item-header .img-fluid, .job-item-2 .img-fluid {
     width: 40px;
     height: 40px;
}
 .border, .card {
     border: 1px solid #eaebec!important;
}
 .border-top {
     border-top: 1px solid #eaebec!important;
}
 .border-bottom {
     border-bottom: 1px solid #eaebec!important;
}
 .border-left {
     border-left: 1px solid #eaebec!important;
}
 .border-right {
     border-right: 1px solid #eaebec!important;
}
/* End Extra CSS */
/* Chat */
 .osahan-chat-box {
     height: 322px;
     overflow-y: scroll;
}
 .osahan-chat-list {
     overflow-y: auto;
     height: 463px;
     min-height: 463px;
}
/* End Chat */
/* 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 */
/* Filters */
 .filters-card-header a {
     color: #0e0e0f !important;
     display: inline-block;
     text-transform: uppercase;
     font-weight: 700;
     width: 100%;
     text-decoration: none !important;
     font-size: 13px;
}
 .filters-card-body {
     padding: 14px 0 0;
}
 .filters-card-header a i {
     color: #2c7be5;
     margin: 2px -2px 0 0;
}
 .filters-card-body .custom-checkbox .custom-control-label::before {
     background-color: #edf2f9;
     border: #edf2f9 solid 0;
     box-shadow: none;
}
 .filters-card-body .custom-control-label::before {
     background-color: #edf2f9;
     border: #edf2f9 solid 0px;
     box-shadow: none !important;
}
 .filters-card-body .custom-control, .filters-card-body .custom-control-label {
     color: rgba(0,0,0,.5);
     cursor: pointer;
     margin: 0 0 5px;
     width: 100%;
     line-height: 25px;
     font-size: 13px;
}
 .filters-card-body .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
     background-color: #1fd0b6;
     border-color: #1fd0b6;
}
 .filters-search .form-control {
     border-color: #edf2f9;
     height: 44px;
     padding-left: 42px;
     font-size: 14px;
     font-weight: 300;
}
 .filters-search i {
     color: #5b7190;
     left: 17px;
     position: absolute;
     top: 15px;
}
 .filters-search {
     position: relative;
}
/* Start Header CSS */
 header {
     width: 100%;
     z-index: 100;
     padding: 0px;
     background: #eef2f5;
}
 header .banner-img {
     width: 100%;
}
 
 .btn-icon {
     padding: 4px;
     -webkit-box-pack: center;
     justify-content: center;
     overflow: hidden;
     border-radius: 100%;
     flex-shrink: 0;
     height: calc( (2rem * 1.5) + (0.5rem * 2) + (2px) ) !important;
     width: calc( (2rem * 1.5) + (0.5rem * 2) + (2px) ) !important;
     border: 2px dotted #f35317;
     background: #f1f2f5;
}
.btn-icon:focus{
    box-shadow: none;
}
 .btn i-feather, .btn .feather {
     height: 1rem;
     width: 1rem;
}
 .no-caret .dropdown-toggle::after {
     display: none;
}
 .dropdown-menu {
     font-size: 0.9rem;
     border: none;
     box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}
 .dropdown-menu .dropdown-header {
     font-size: 0.7rem;
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
}
 .dropdown-menu .dropdown-item {
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     padding: 6px 17px;
     font-size: 13px;
}
 .dropdown-menu .dropdown-item .dropdown-item-icon {
     margin-right: 0.5rem;
     line-height: 1;
}
 .dropdown-menu .dropdown-item .dropdown-item-icon svg {
     height: 0.9em;
     width: 0.9em;
}
 .dropdown-menu .dropdown-item.active .dropdown-item-icon, .dropdown-menu .dropdown-item:active .dropdown-item-icon {
     color: #fff;
}
 .dropdown .dropdown-toggle {
     display: -webkit-inline-box;
     display: inline-flex;
     -webkit-box-align: center;
     align-items: center;
}
 .dropdown .dropdown-toggle .dropdown-arrow {
     margin-left: 0.4rem;
     margin-right: 0;
     -webkit-transition: -webkit-transform 0.1s ease-in-out;
     transition: -webkit-transform 0.1s ease-in-out;
     transition: transform 0.1s ease-in-out;
     transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
     font-size: 0.6em;
}
 .dropdown.show .dropdown-toggle .dropdown-arrow {
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .dropdown-user .dropdown-menu {
     min-width: 13rem;
}
 .dropdown-user .dropdown-menu .dropdown-header {
     text-transform: none;
     letter-spacing: normal;
}
 .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
     height: 2.5rem;
     width: 2.5rem;
     margin-right: 1rem;
     border-radius: 100%;
}
 .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details {
     font-weight: 400;
}
 .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-name {
     color: #1f2d41;
     font-weight: 500;
     font-size: 0.9rem;
     max-width: 10rem;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-email {
     color: #687281;
     font-size: 0.75rem;
     max-width: 10rem;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .dropdown-user .dropdown-menu .dropdown-item {
     -webkit-box-align: center;
     align-items: center;
}
 .dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon {
     color: #a2acba;
}
 .dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon svg {
     vertical-align: inherit;
}
 .dropdown-user .dropdown-menu .dropdown-item:active .dropdown-item-icon {
     color: #fff;
}
 .dropdown-notifications {
     position: static;
}
 .dropdown-notifications .dropdown-menu {
     padding-top: 0;
     padding-bottom: 0;
     width: calc(100% - 1.5rem);
     right: 0.75rem;
     max-height: 19rem;
     overflow-y: auto;
     overflow-x: hidden;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-header {
     background-color: #222326;
     color: #fff;
     padding-top: 1rem;
     padding-bottom: 1rem;
     line-height: 1;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-header svg {
     height: 0.7rem;
     width: 0.7rem;
     opacity: 0.7;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item {
     padding-top: 1rem;
     padding-bottom: 1rem;
     border-bottom: 1px solid #e3e6ec;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon, .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-img {
     height: 2.5rem;
     width: 2.5rem;
     border-radius: 100%;
     margin-right: 1rem;
     flex-shrink: 0;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon {
     background-color: #0061f2;
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     justify-content: center;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon svg {
     text-align: center;
     font-size: 0.85rem;
     color: #fff;
     height: 0.85rem;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-details {
     color: #a2acba;
     font-size: 0.7rem;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
     font-size: 0.9rem;
     max-width: calc(100vw - 8.5rem);
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-sm, .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-actions .btn-group-sm > .btn {
     font-size: 0.7rem;
     padding: 0.15rem 0.35rem;
     cursor: pointer;
}
 
 .dropdown-notifications .dropdown-menu::-webkit-scrollbar {
     width: 0.5rem;
}
 .dropdown-notifications .dropdown-menu::-webkit-scrollbar-thumb {
     border-radius: 10rem;
     height: 3em;
     border-width: 0.1rem;
     border-style: solid;
     background-clip: padding-box;
     background-color: #c5ccd6;
     border-color: rgba(0, 0, 0, 0);
}
 .dropdown-notifications .dropdown-menu::-webkit-scrollbar-track {
     background-color: rgba(31, 45, 65, 0.05);
}
 .dropdown-notifications .dropdown-menu::-webkit-scrollbar-button {
     width: 0;
     height: 0;
     display: none;
}
 .dropdown-notifications .dropdown-menu::-webkit-scrollbar-corner {
     background-color: transparent;
}
.dropdown-menu{
    padding: 0px;
}
 @media (min-width: 576px) {
     .dropdown-notifications {
         position: relative;
    }
     .dropdown-notifications .dropdown-menu {
         width: auto;
         min-width: 18.75rem;
         right: 0;
    }
     .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
         max-width: 13rem;
    }
}
/* End Header CSS */
/* Start Home Page CSS */
 header {
     background: none;
     border-bottom: 1px solid #e4e5e7;
}
 .home-banner {
     position: relative 
}
 .homepage-search-form .form-control {
     font-size: 16px;
     height: 48px;
}
 .homepage-search-form .btn {
     height: 48px;
     font-size: 18px;
}
/* search */
/* popular */
 .popular {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding-top: 20px;
     -webkit-box-align: baseline;
     -ms-flex-align: baseline;
     align-items: baseline;
     font-weight: 700;
}
 .popular span {
     padding-right: 12px;
     font-weight: 600;
}
 .popular ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
}
 .popular ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-right: 12px;
}
 .popular ul li a {
     background-color: transparent;
     padding: 0 8px;
     border: 1px solid #b5b6ba;
     text-decoration: none;
     border-radius: 3px;
     color: #62646a;
     font-size: 13px;
     -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
     -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
     transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
 .popular ul li a:hover {
     background-color: #222326;
     border: 1px solid #222326;
     text-decoration: none;
     color: #ffffff;
}
 .text-body-2 {
     font: 400 14px/22px "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: #62646a;
}
/* popular */
 .green-btn {
     background: #2cdd9b;
     display: inline-block;
     border-radius: 5px;
     font-size: 16px;
     padding: 0px 20px;
     font-weight: 600;
     line-height: 16px;
     color: #fff;
     line-height: 50px;
     text-align: center;
}
 .green-btn:hover {
     color: #8B8B8B;
}
 .trusted-by {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 0 24px;
     -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .06);
     box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .06);
     margin-bottom: 0px;
     list-style: none;
}
 .trusted-by li {
     padding-right: 60px;
}
/* services */
 .services-wrapper h2 {
   
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 10px;
    color: #222325;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.services-wrapper  p{
 text-align: center;
    font-size: 16px;
    width: 50%;
    margin: 0px auto;
    margin-bottom: 35px;
}   
 .services-wrapper .col {
     width: 18%;
}
 .service {
     position: relative;
     border-radius: 4px;
     overflow: hidden;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     cursor:pointer;
      transition:0.4s ease;
}
 .service:hover {
     margin-top:-5px;
     transition:0.4s ease;
 }
 .service img {
     width: 100%;
}
 .service h3 {
  position: absolute;
    /* left: 15px; */
    top: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
}
 .service h3 span {
     display: block;
     font-size: 16px;
}
/* services */
/* about */
 .about-section h2 {
     font-size: 26px;
     font-weight: bold;
     text-align: left;
     line-height: 38px;
     padding-bottom: 24px;
}
 .about-section ul li span img {
     position: absolute;
     margin: 3px 0 0 0px;
     left: 0;
     width: 17px;
}
 .about-section ul {
     text-align: left;
     list-style: none;
}
 .about-section ul li {
     line-height: 24px;
     padding-bottom: 23px;
     font-size: 15px;
     color: #62646a;
     position: relative;
     padding-left: 30px;
}
 .about-section ul li:last-child {
     padding-bottom: 0px;
}
 .about-section ul li span {
     font-weight: 800;
     font-size: 17px;
     color: #222326;
     display: block;
     margin-bottom: 6px;
}
/* about */
/* market-wrapper */
 .market-wrapper h2 {
     font-size: 26px;
     font-weight: bold;
     text-align: left;
     line-height: 38px;
     
}
 .market-wrapper .categories-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .market-wrapper .categories-list li {
     width: 25%;
     list-style: none;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     text-align: center;
}

 .market-wrapper .categories-list li a {
     width: 100%;
     padding: 25px 0px;
     border-radius: 7px;
     border: 2px solid #fff;
     color: #222325;
     text-decoration: none;
     text-align: center;
     position: relative;
     display: inline-block;
     font-size: 18px;
    font-weight: 700;
}
 .market-wrapper .categories-list li a img {
     display: block;
     width: 70px;
     margin: 0 auto 15px;
}
 .market-wrapper .categories-list li a:after {
     content: "";
     position: absolute;
     bottom: 20px;
     right: 50%;
     -webkit-transform: translateX(50%);
     transform: translateX(50%);
     padding: 0 0 8px;
     width: 48px;
     border-bottom: 2px solid #c5c6c9;
     -webkit-transition: .2s ease-in-out, padding .2s ease-in-out;
     -o-transition: .2s ease-in-out, padding .2s ease-in-out;
     transition: .2s ease-in-out, padding .2s ease-in-out;
}
 .market-wrapper .categories-list li a:hover:after {
     width: 80px;
     border-color: #2cdd9b;
}
/* market place */
/* freelance prokect */
 .freelance-projects h2 {
     font-size: 26px;
     line-height: 38px;
     padding-bottom: 24px;
     position: relative;
     font-weight: bold;
     margin-bottom: 0;
}
 .freelance-projects h2 a {
     text-decoration: none;
     position: absolute;
     right: 0;
     top: 0;
     padding: 0;
     color: #4a73e8;
     display: block;
     font-size: 16px;
     font-weight: normal;
}
 .freelancer {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     margin-bottom: 7px;
     overflow: hidden;
}
 .shadow-sm{
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}
 .freelancer img {
     width: 100%;
     height: 200px;
     object-fit: cover;
}
 
/* freelance prokect */
/* testimonials */
 .testimonial {
     display: -webkit-box!important;
     display: -ms-flexbox!important;
     display: flex!important;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     align-items: center;
     flex-direction: row;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     overflow: hidden;
}
 .testimonial .video-modal {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: relative;
}
 .testimonial .picture-wrapper {
     position: relative;
     cursor: pointer;
     
    background: #000;
}
 .testimonial .picture-wrapper:after {
     content: "";
     display: inline-block;
     background: url(../images/play-button.png) no-repeat;
     background-size: 80px;
     width: 80px;
     height: 80px;
     position: absolute;
     z-index: 0;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .testimonial .video-modal img {
     height: 360px;
}
 .testimonial .text-content {
     padding: 55px;
}
 .testimonial .text-content p {
     padding-bottom: 20px;
     font-size: 18px;
     line-height: 29px;
     color: #000;
}
 .testimonial .text-content span {
     font-size: 15px;
     line-height: 23px;
    font-weight: 700;
}
 .testimonial .text-content img {
     display: block;
     height: 27px;
     padding-top: 8px;
}
/* testimonials */
/* pro section */
 .pro-section {
     height: 300px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     position: relative;
     overflow: hidden;
     background: url(../images/pro_banner_1400px-2x.png) center top no-repeat;
     background-size: cover;
}
 .pro-text {
     z-index: 1;
     width: 50%;
     padding-left: 5%;
     -ms-flex-item-align: center;
     align-self: center;
}
 .pro-text span {
     color: #fff;
     font-weight: 500;
     font-size: 15px;
     padding-bottom: 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 30px;
     line-height: 23px;
}
 .pro-text span:after {
     content: "";
     background: url(../images/logo.svg) no-repeat 0 0/90px 16px transparent;
     width: 50%;
}
 .pro-text h3 {
     font-weight: 700;
     color: #fff;
     padding-bottom: 30px;
     font-size: 28px;
}
 .pro-text .fit-btn {
     display: inline-block;
     padding: 12px 24px;
     border: 1px solid #d85e08;
     border-radius: 4px;
     font-weight: 600;
     font-size: 16px;
     line-height: 100%;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
     -webkit-transition: .15s ease-in-out;
     -o-transition: .15s ease-in-out;
     transition: .15s ease-in-out;
     background: none;
     color: #d85e08;
}
/* pro section */
/* guide wrapper */
 .guide-wrapper h2 {
     font-size: 26px;
     line-height: 38px;
     padding-bottom: 24px;
     position: relative;
     font-weight: bold;
     margin-bottom: 0;
}
 .guide-wrapper h2 a {
     text-decoration: none;
     position: absolute;
     right: 0;
     top: 0;
     padding: 0;
     color: #4a73e8;
     display: block;
     font-size: 16px;
     font-weight: normal;
}
 .guide {
     display: inline-block;
}
 .guide img {
     border-radius: 4px;
     width: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     margin-bottom: 16px;
    border: 1px solid #000;
}
 .content {
     padding-top: 6px;
}
 .content h6 {
     font-size: 18px;
     font-weight: bold;
     color: #222325;
     margin-bottom: 0;
     padding-bottom: 2px;
}
 .content p {
     font-size: 14px;
     color: #62646a;
}
/* guide wrapper */
 .c-btn {
     display: inline-block;
     padding: 12px 24px;
     border: 1px solid transparent;
     border-radius: 4px;
     font-weight: 600;
     font-size: 16px;
     line-height: 100%;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
     -webkit-transition: .15s ease-in-out;
     -o-transition: .15s ease-in-out;
     transition: .15s ease-in-out;
}
 .c-fill-color-btn {
     background: #2cdd9b;
     background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
     background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
     background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
     color: #fff !important;
}
 .c-border-btn {
     background: none;
     border-color: #02c2a9;
     color: #02c2a9;
}
/* get started */
 .get-started {
     background: url(../images/get-started.jpg) center top no-repeat;
     background-size: cover;
     text-align: center;
     padding: 60px 0;
}
 .get-started .content {
     z-index: 5;
     padding: 0 24px;
}
 .get-started .content h2 {
     font-size: 26px;
     line-height: 38px;
     font-weight: bold;
     margin-bottom: 6px;
}
 .get-started .content p {
     color: #62646a;
     margin: 6px 0 32px;
}
/* get started */
/* PV CSS */
 .home-logo {
     margin-right: 35px;
}
 .collect-count {
     font-size: 13px;
     line-height: 28px;
     color: #222325;
     padding: 0 10px;
     margin-left: 13px;
     position: relative;
     display: inline-block;
     border: 1px solid #dadbdd;
     border-radius: 3px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .collect-count::before {
     z-index: 2;
     border-width: 8px 9px 8px 0;
     border-color: transparent #dadbdd transparent transparent;
     top: 6px;
     left: -9px;
     content: "";
     position: absolute;
     border-style: solid;
}
 .collect-count::after {
     z-index: 3;
     border-width: 6px 8px 6px 0;
     border-color: transparent #fff transparent transparent;
     top: 8px;
     left: -8px;
     content: "";
     position: absolute;
     border-style: solid;
}
 .third-menu ul {
     list-style: none;
     display: flex;
     margin: 0;
}
 .third-menu {
     border-bottom: 1px solid #dadbdd;
     position: sticky;
     top: 0;
     background: #fff;
     z-index: 99;
}
 .third-menu .right ul li:last-child i {
     color: #fff;
}
 .third-menu .left ul li {
     margin: 0 20px 0 0px;
     position: relative;
}
 .third-menu .left ul li.selected:after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     height: 4px;
     width: 100%;
     background: #000;
     bottom: -1px;
}
 .third-menu .left ul li a {
     font-size: 13px;
     line-height: 53px;
     color: #95979d;
}
 .third-menu .left ul li.selected a {
     color: #222325;
     cursor: default;
}
 .third-menu .right ul li button {
        height: 30px;
    border: 1px solid #f5771f;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 0 10px 0 8px;
    font-size: 13px;
    font-weight: 600;
    background: #000;
    color: #fff;
}
 .third-menu .right ul li button i {
     color: #b5b6ba;
}
 .main-page .breadcrumb {
     background: none;
     padding: 0 0 10px;
     margin: 0;
}
 .main-page .breadcrumb li, .main-page .breadcrumb li a {
     color: #4a73e8;
     font-size: 14px;
}
 .main-page h2 {
     font-size: 24px;
     padding: 0 0 16px;
     margin: 0;
     font-weight: 700;
}
 .profile-card .user-profile-image {
     background: #fff;
     padding: 25px;
     border-radius: 4px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     align-items: center;
}
 .user-profile-image label {
     margin: 0;
     width: 32px;
     height: 32px;
}
 .user-profile-image label img {
     border-radius: 50%;
}
 .profile-card .user-profile-image label img {
     border-radius: 50%;
     width: 85px;
     height: 85px;
     margin: 0 11px 0 0px;
     background: #fff;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     padding: 6px;
}
 .user-profile-image .profile-name {
     padding-left: 12px;
     display: flex;
     align-items: center;
}
 .user-profile-image .profile-name a {
     font-size: 14px;
     font-weight: 700;
     color: #0e0e0f;
     padding-right: 5px;
}
 .user-profile-image .seller-level {
     font-size: 14px;
     color: #62646a;
}
 .seller-overview .user-info {
     border-left: 1px solid #c5c6c9;
     margin: 0 10px;
     padding: 0 5px;
}
 .seller-overview .user-info .user-info-rating {
     border-right: 1px solid #c5c6c9;
     padding-right: 10px;
     margin-right: 10px;
}
 .seller-overview .user-info .user-info-rating i {
     color: #ffc100;
}
 .seller-overview .user-info .total-rating-out-five {
     font-weight: 700;
     color: #ffc100;
     padding: 0 6px;
}
 .seller-overview .user-info .total-rating {
     font-size: 14px;
     color: #62646a;
}
 .seller-overview .orders-in-queue {
     color: #95979d;
     font-size: 14px;
}

 #aniimated-thumbnials .slick-list.draggable img {
     width: 100%;
     border-radius: 4px;
}

 .main-page .right .sticky {
     top: 86px;
     position: sticky;
     margin-bottom: 26px;
}

 .main-page .right .tab-content {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     padding: 25px;
}
 .main-page .right .tab-content h3 {
     display: flex;
     justify-content: space-between;
     min-height: 48px;
}
 .main-page .right .tab-content h3 b {
     font-size: 16px;
}
 .main-page .right .tab-content h3 span {
     font-size: 20px;
}
 .main-page .right .tab-content p {
     word-break: break-word;
     font-size: 14px;
     line-height: 140%;
     margin-top: 10px;
     margin-bottom: 40px;
}
 .main-page .right .tab-content .delivery {
     font-size: 14px;
     margin-bottom: 10px;
     display: flex;
     align-items: center;
}
 .main-page .right .tab-content .delivery i {
     font-size: 16px;
     padding-right: 8px;
}
 .main-page .right .tab-content .features {
     list-style: none;
     margin: 0 0 20px;
}
 .main-page .right .tab-content .features li.included {
     color: #62646a;
}
 .main-page .right .tab-content .features li.included i {
     color: #2cdd9b;
}
 .main-page .right .tab-content .features li {
     font-size: 14px;
     font-weight: 400;
     color: #95979d;
}
 .main-page .right .tab-content .features li i {
     padding-right: 12px;
     color: #dadbdd;
}
 .main-page .right .tab-content button {
     display: inline-block;
     padding: 12px 24px;
     border: 1px solid transparent;
     border-radius: 4px;
     font-weight: 600;
     background: #f57405;
     background: linear-gradient(to right, #f57405 0%, #394242 100%);
     font-size: 16px;
     line-height: 100%;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
     width: 100%;
     color: #fff;
}
 .main-page .left .slider {
     margin: 0 0 40px;
}
 .main-page .left h3 {
     font-size: 20px;
     padding-bottom: 25px;
     font-weight: 700;
     margin: 0;
}
 .main-page .left .description p {
     font-size: 15px;
     color: #62646a;
}
 .main-page .left ul.metadata {
     display: flex;
     padding-top: 20px;
     border-top: 1px solid #dadbdd;
     
}
 .main-page .left ul.metadata li {
     list-style: none;
     width: 33%;
     padding-right: 20px;
     display: none;
}
 .main-page .left ul.metadata li p {
     color: #95979d;
     margin: 0;
}
 .main-page .left ul.metadata li ul {
     display: flex;
}
 .main-page .left ul.metadata li ul li {
     width: auto;
     color: #62646a;
}
 .profile-card .user-profile-image .profile-name {
     flex-direction: column;
     align-items: start;
}
 .profile-card .user-profile-image label.profile-pict {
     width: auto;
     height: auto;
}
 .profile-card .user-profile-image .profile-name .seller-link {
     color: #222326;
     font-size: 16px;
     font-weight: 700;
}
 .profile-card .user-profile-image .profile-name .seller-level {
     font-size: 13px;
     margin-bottom: 7px;
}
 .main-page .profile-card .right {
     flex: 1;
}
 .main-page .profile-card .right .user-info {
     padding-left: 12px;
}
 .main-page .profile-card .right .user-info i {
     color: #ffc100;
}
 .main-page .profile-card .right .user-info .total-rating-out-five {
     color: #62646a;
     padding-left: 10px;
     font-weight: 700;
     font-size: 12px;
     padding-right: 5px;
}
 .main-page .profile-card .right .user-info .total-rating {
     color: #95979d;
     font-size: 12px;
}
 .main-page .profile-card .right .user-info a {
     color: #ffffff;
     padding: 4px 10px;
     border-radius: 4px;
     font-weight: 500;
     display: inline-block;
     font-size: 13px;
     margin-top: 9px;
     transition: 0.6s;
     background: #24d5af;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .main-page .profile-card .right .user-info a:hover {
     background: #7a7d85;
     color: #fff;
     transition: 0.6s;
}
 .main-page .stats-desc {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
    
     padding: 25px;
     margin-bottom: 30px;
}
 .main-page .stats-desc .user-stats {
     display: flex;
     padding-bottom: 25px;
     border-bottom: 1px solid #dadbdd;
}
 .main-page .stats-desc .user-stats li {
     display: flex;
     flex-flow: column;
     flex: 1;
}
 .main-page .stats-desc .seller-desc {
     padding-top: 12px;
}
 .main-page .stats-desc .inner {
     font-size: 14px;
     color: #62646a;
     line-height: 23px;
}
 .main-page .stats-desc .inner span {
     display: inline-block;
     margin: 20px 0 0;
}
 .table-package table {
     width: 100%;
     font-size: 14px;
     line-height: 21px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     overflow: hidden;
     margin-bottom: 30px;
}
 .table-package table tr th {
     color: #7a7d85;
     font-weight: 400;
     text-align: left;
     padding: 12px 16px;
     white-space: nowrap;
}
 .table-package table td {
     text-align: center;
     padding-left: 16px;
     padding-right: 16px;
}
 .table-package table tr.package-type td {
     padding-top: 24px;
     position: relative;
}
 .table-package table tr.package-type .type {
     font-size: 19px;
     line-height: 26px;
     display: block;
     padding-bottom: 16px;
}
 .table-package table tr:nth-child(2n+3) {
     background-color: #fafafa;
}
 .table-package table tr.package-type .title {
     text-transform: uppercase;
     font-size: 12px;
     padding-bottom: 8px;
}
 .table-package table tr.description td {
     padding-bottom: 24px;
     padding-top: 15px;
}
 .table-package table .description td, .table-package table tr.package-type td {
     text-align: left;
}
 .table-package table col {
     border-right: 1px solid #efeff0;
}
 .table-package table .fake-radio-wrapper {
     display: inline-block;
     text-align: left;
     padding: 16px 0;
}
 .table-package table .fake-radio-wrapper .fake-radio {
     display: block;
     font-size: 14px;
     color: #62646a;
     cursor: pointer;
     position: relative;
}
 .table-package table .fake-radio-wrapper .fake-radio input[type="radio"] {
     position: absolute;
     opacity: 0;
     top: -20px;
     left: -20px;
}
 .table-package table .fake-radio-wrapper .fake-radio input[type="radio"]:checked+.radio-img {
     background-position: -100px -150px;
}
 .table-package table .fake-radio-wrapper .fake-radio .radio-img {
     background: transparent url(../images/radio.svg) no-repeat -125px -150px;
     width: 16px;
     height: 16px;
     float: left;
     margin-right: 8px;
     margin-top: 2px;
}
 .table-package table .fake-radio-wrapper .fake-radio .faster-price {
     padding-left: 24px;
}
 .table-package table tr.select-package td {
     padding: 12px 16px;
}
 .table-package table tr.select-package td button {
     background: #2cdd9b;
     background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
     background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
     background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
     padding: 12px 24px;
     color: #fff;
     width: 100%;
     cursor: pointer;
     display: inline-block;
     border-radius: 4px;
     border: 1px solid transparent;
     font-weight: 500;
     font-size: 16px;
     cursor: pointer;
     -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
     -webkit-transition: 0s;
     -o-transition: 0s;
     transition: 0s;
}
 .table-package table tr.select-package td button:hover {
     background: #1dc8cc;
     background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
     background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
     background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
     background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
     background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}
 .table-package table tr td.boolean-pricing-factor.included::after {
     color: #2cdd9b;
}
 .table-package table tr td.boolean-pricing-factor::after {
     content: "\f00c";
     color: #dadbdd;
     font-family: FontAwesome;
}
 .view_slider.recommended {
     position: relative;
}
 .recommended .slick-slide {
     margin: 0 15px;
}
 .recommended .slick-list {
     margin: 0 -15px;
}
 .slick-arrow {
     position: absolute;
     z-index: 9;
     top: 0px;
     bottom: 0px;
     background-color: #fff;
     position: absolute;
     z-index: 4;
     width: 40px;
     height: 40px;
     font-size: 0;
     margin: auto;
     text-align: center;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
     border: 0;
     border-radius: 50%;
     outline: none !important;
}
 .slick-arrow:after {
     content: "";
     display: inline-block;
     background: url(../images/arrows.svg) no-repeat;
     background-position-x: 0%;
     background-position-y: 0%;
     background-size: auto;
     background-size: 16px 64px;
     width: 16px;
     height: 16px;
     margin-top: 2px;
}
 .slick-arrow.slick-next::after {
     background-position: 0 -48px;
}
 .slick-arrow.slick-prev {
     left: -5px;
}
 .slick-arrow.slick-next {
     right: -5px;
}
 .recommended a img.img-fluid {
     height: 190px;
     object-fit: cover;
     margin: auto;
     width: 100%;
     border-radius: 4px 4px 0px 0;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .recommended .inner-slider {
     position: relative;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 0px 0px 4px 4px;
     background-color: #ffffff;
     margin-bottom: 5px;
}
 .p-list-two .recommended .inner-slider {
     margin-bottom: 30px;
}
 .recommended .inner-slider .inner-wrapper {
     padding: 15px;
}
 .inner-slider .seller-image {
     width: 48px;
     height: 48px;
     position: absolute;
     display: inline-flex;
     right: 15px;
     top: -24px;
}
 .inner-slider .seller-image img {
     border-radius: 50%;
     width: 48px;
     height: 48px;
     object-fit: cover;
     border: 5px solid #fff;
}
 .inner-slider .seller-image figure {
     margin: 0;
     padding: 5px 0;
}
 .recommended .inner-slider .inner-wrapper .seller-name {
     display: flex;
     flex-flow: column;
     margin-left: 0px;
     line-height: 20px;
}
 .recommended .inner-slider .inner-wrapper .seller-name a {
     color: #0e0e0f;
     font-size: 15px;
     font-weight: 700;
}
 .recommended .inner-slider .inner-wrapper .seller-name .level {
     color: #b2b2b2;
     font-weight: 300;
     font-size: 13px;
}
 .recommended .inner-slider .inner-wrapper h3 {
     font-size: 13px;
     color: #30302F !important;
     font-weight: 300;
     margin-top: 13px;
     cursor: pointer;
     padding: 0;
     line-height: 21px;
}
 .recommended .inner-slider .inner-wrapper h3:hover {
     color: #1fd0b6;
}
 .recommended .inner-slider .inner-wrapper .content-info {
     padding: 12px 0 15px;
}
 .recommended .inner-slider .inner-wrapper .content-info .gig-rating {
     display: flex;
     align-items: center;
     color: #1fd0b6;
}
 .recommended .inner-slider .inner-wrapper .content-info .gig-rating svg {
     margin-right: 5px;
}
 .recommended .inner-slider .inner-wrapper .content-info .gig-rating span {
     color: #b2b2b2;
     font-weight: 400;
     margin-left: 2px;
     font-size: 12px;
     margin: 0 0 0 3px;
}
 
 .main-page .faq {
     margin-top: 64px;
     display: none;
}
 .faq .accordion {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     overflow: hidden;
}
 .main-page .faq .card {
     border: none;
}
 .main-page .faq .card .card-header {
     display: flex;
     background: none;
     border: none;
     padding: 0px;
}
 .main-page .faq .card .card-header h2 {
     padding: 0;
     width: 100%;
}
 .main-page .faq .card .card-header h2 button {
     width: 100%;
     text-align: left;
     padding: 15px 25px;
     font-weight: 600;
     text-decoration: none;
     color: #62646a;
     border: none;
     vertical-align: top;
     border-radius: 0px;
     box-shadow: none !important;
     outline: none !important;
}
 .main-page .faq .card {
     border-bottom: 1px solid #dadbdd;
     border-radius: 0;
}
 .main-page .faq .card .card-body {
     padding: 0 25px 25px 25px;
}
 .main-page .faq .card:last-child {
     border-bottom: none;
}
 .review-list ul li .left span {
     width: 32px;
     height: 32px;
     display: inline-block;
}
 .review-list ul li .left {
     flex: none;
     max-width: none;
     margin: 0 10px 0 0;
}
 .review-list ul li .left span img {
     border-radius: 50%;
}
 .review-list ul li .right h4 {
     font-size: 16px;
     margin: 0;
     display: flex;
}
 .review-list ul li .right h4 .gig-rating {
     display: flex;
     align-items: center;
     margin-left: 10px;
     color: #ffbf00;
}
 .review-list ul li .right h4 .gig-rating svg {
     margin: 0 4px 0 0px;
}
 .country .country-flag {
     width: 16px;
     height: 16px;
     vertical-align: text-bottom;
     margin: 0 7px 0 0px;
     border: 1px solid #fff;
     border-radius: 50px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .country .country-name {
     color: #95979d;
     font-size: 13px;
     font-weight: 600;
}
 .review-list ul li {
     border-bottom: 1px solid #dadbdd;
     padding: 0 0 30px;
     margin: 0 0 30px;
}
 .review-list ul li .right {
     flex: auto;
}
 .review-list ul li .review-description {
     margin: 20px 0 0;
}
 .review-list ul li .review-description p {
     font-size: 14px;
     margin: 0;
}
 .review-list ul li .publish {
     font-size: 13px;
     color: #95979d;
}
 .helpful-thumbs, .helpful-thumb {
     display: flex;
     align-items: center;
     font-weight: 700;
}
 .helpful-thumbs, .helpful-thumb svg {
    margin: 0px 7px 0 0px;
}
 .contact-seller-wrapper {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     padding: 25px;
     text-align: center;
     margin-top: 16px;
}
 .contact-seller-wrapper a {
     padding: 12px 24px;
     border: 1px solid #95979d;
     border-radius: 4px;
     font-weight: 600;
     font-size: 16px;
     line-height: 100%;
     /* color: #62646a;s */
     color: #fff;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
     transition: 0.6s;
     width: 100%;
     display: inline-block;
     background: linear-gradient(to right, #f57405 0%, #394242 100%);
}
 .contact-seller-wrapper a:hover {
    background: linear-gradient(to right, #f57405 0%, #394242 100%);
     /* background: #95979d; */
     color: #fff;
     transition: 0.6s;
}
 .main-page .tags {
     padding-top: 60px;
     display: none;
}
 .main-page .tags ul li {
     margin: 0 10px 10px 0;
}
 .main-page .tags ul li a {
     background: #fafafa;
     padding: 7px 12px;
     font-weight: 400;
     border-radius: 4px;
     display: inline-block;
     font-size: 14px;
     color: #95979d;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .view_slider h3 {
     font-size: 20px;
     padding-bottom: 25px;
     font-weight: 700;
     margin: 0;
     padding-top: 0px;
}
 

 
 .review-section h4 {
     font-size: 20px;
     color: #222325;
     font-weight: 700;
}
 .review-section .stars-counters tr .stars-filter.fit-button {
     padding: 6px;
     border: none;
     color: #4a73e8;
     text-align: left;
}
 .review-section .fit-progressbar-bar .fit-progressbar-background {
     position: relative;
     height: 8px;
     background: #efeff0;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     background-color: #ffffff;
    ;
     border-radius: 999px;
}
 .review-section .stars-counters tr .star-progress-bar .progress-fill {
     background-color: #ffb33e;
}
 .review-section .fit-progressbar-bar .progress-fill {
     background: #2cdd9b;
     background-color: rgb(29, 191, 115);
     height: 100%;
     position: absolute;
     left: 0;
     z-index: 1;
     border-radius: 999px;
}
 .review-section .fit-progressbar-bar {
     display: flex;
     align-items: center;
}
 .review-section .stars-counters td {
     white-space: nowrap;
}
 .review-section .stars-counters tr .progress-bar-container {
     width: 100%;
     padding: 0 10px 0 6px;
     margin: auto;
}
 .ranking h6 {
     font-weight: 600;
     padding-bottom: 16px;
}
 .ranking li {
     display: flex;
     justify-content: space-between;
     color: #95979d;
     padding-bottom: 8px;
}
 .review-section .stars-counters td.star-num {
     color: #4a73e8;
}
 .ranking li>span {
     color: #62646a;
     white-space: nowrap;
     margin-left: 12px;
}
 .review-section {
     border-bottom: 1px solid #dadbdd;
     padding-bottom: 24px;
     margin-bottom: 34px;
     padding-top: 64px;
}
 .review-section select, .review-section .select2-container {
     width: 188px !important;
     border-radius: 3px;
}
 .profile_info .seller-card {
     margin: 0 0 20px;
     text-align: center;
     padding: 25px;
     position: relative;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
}
 .seller-card .ambassadors-badge {
     background-color: #568498;
     position: absolute;
     z-index: 1;
     font-size: 10px;
     line-height: 21px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     height: 21px;
     padding: 0 6px;
     border-radius: 3px;
     left: 25px;
}
 .seller-card .user-online-indicator.is-online {
     position: absolute;
     right: 25px;
     display: block;
     font-size: 12px;
     z-index: 1;
}
 .seller-card .user-online-indicator {
     border: 1px solid #2cdd9b;
     border-radius: 12px;
     color: #2cdd9b;
     display: none;
     margin-bottom: 5px;
     padding: 0 6px;
     text-transform: capitalize;
}
 .seller-card .user-profile-image {
     display: flex;
     justify-content: center;
     margin-bottom: 15px;
}
 .seller-card .user-profile-image .user-pict {
     width: 90px;
     height: 90px;
     overflow: visible;
     border-radius: 50%;
     margin: 34px 0 0 0;
}
 .seller-card .seller-link {
     font-size: 20px;
     font-weight: 700;
     color: #0e0e0f;
     text-align: center;
     padding-bottom: 10px;
}
 .seller-card .oneliner-wrapper small {
     font-size: 14px;
}
 .seller-card .oneliner-wrapper {
     font-size: 14px;
     line-height: 140%;
     text-align: center;
}
 .seller-card .rating-text {
     display: inline-block;
     color: #999;
     vertical-align: text-bottom;
}
 .seller-card .rating-text strong {
     color: #000;
}
 .seller-card .buttons-wrapper {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 20px;
}
 .seller-card .buttons-wrapper>.btn-lrg-standard {
     padding: 10px 0;
     font-size: 14px;
     text-align: center;
     line-height: 16px;
     font-weight: 700;
     color: #fff;
     border: 1px solid transparent;
     background: #2cdd9b;
     background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
     background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
     background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
     flex: 1 1;
     margin: 0;
     display: inline-block;
     border-radius: 3px;
}
 .seller-card .buttons-wrapper>.btn-lrg-standard:nth-child(2) {
     margin-left: 20px;
     cursor: pointer;
     user-select: none;
}
 .seller-card .btn-lrg-standard.btn-white {
     background: 0 0;
     background-color: #fff;
     font-weight: 600;
     color: #777;
     border-color: #ccc;
     text-shadow: none;
}
 .seller-card .user-stats {
     border-top: 1px solid #ddd;
     margin-top: 20px;
     margin-left: 0px;
     padding-top: 20px;
     font-size: 14px;
     text-align: left;
}
 .seller-card .user-stats li:last-child {
     padding-bottom: 0px;
}
 .seller-card .user-stats li {
     position: relative;
     padding-bottom: 17px;
     padding-left: 25px;
}
 .seller-card .user-stats li::before {
     font-family: FontAwesome;
     position: absolute;
     z-index: 1;
     left: 0;
}
 .seller-card .user-stats li.member-since::before {
     content: "\f007";
}
 .seller-card .user-stats li.location::before {
     content: "\f041";
     font-size: 15px;
     left: 1px;
}
 .seller-card .user-stats strong {
     float: right;
}
 .seller-card .user-stats li.response-time::before {
     content: "\f017";
}
 .seller-card .user-stats li.recent-delivery::before {
     content: "\f1d8";
     font-size: 12px;
}
 .seller-card .user-online-indicator .fa-circle {
     font-size: 4px;
     vertical-align: middle;
     padding-right: 4px;
}
 .seller-profile {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     margin: 0 auto 20px;
     padding: 25px;
}
 .seller-profile>div:not(:last-of-type) {
     padding-bottom: 30px;
     margin-bottom: 30px;
}
 .seller-profile>div {
     border-bottom: 1px solid #ddd;
}
 .main-page.second .left .seller-profile h3 {
     color: #555;
     font-size: 14px;
     font-weight: 700;
}
 .main-page.second .left .seller-profile p {
     font-size: 14px;
     margin: 0;
}
 .seller-profile .languages li span {
     color: #b2b2b2;
}
 .platform.social-account.facebook::before {
     content: "\f082";
}
 .platform.social-account.google::before {
     content: "\f0d4";
}
 .platform.social-account::before {
     content: "";
     display: inline-block;
     width: 15px;
     font-family: FontAwesome;
     font-size: 16px;
     margin-right: 10px;
}
 .seller-profile .skills li {
     display: inline-block;
     border-radius: 4px;
     min-width: 40px;
     text-align: center;
     text-transform: capitalize;
     padding: 4px 11px;
     margin: 0 4px 7px 0;
     border: 1px solid #e5e5e5;
     cursor: pointer;
}
 .seller-profile .skills li a {
     color: #555;
     font-size: 13px;
}
 .seller-profile>div:last-child {
     border-bottom: none;
}
 .seller-profile .list li p:last-child {
     color: #b2b2b2;
}
 .main-page.second .recommended {
     background: none;
     border: none;
     padding: 0;
     margin: 0;
}
 .main-page.second .right h2 {
     color: #222325;
     margin: 0 0 20px;
     font-size: 20px;
     text-transform: capitalize;
}
 .main-page.second .right .review-list .left {
     flex: 1;
     max-width: max-content;
}
 .main-page.second .right .review-list ul li {
     padding: 0 0 10px;
     margin: 0 0 30px;
}
 .review-section .header-stars {
     display: flex;
     margin-bottom: 5px;
     justify-content: space-between;
}
 .review-section .header-stars li {
     font-size: 14px;
     font-weight: 500;
     color: #62646a;
}
 .seller-overview .user-info .star-rating-s15-wrapper .star-rating-s15, .main-page .profile-card .right .user-info .star-rating-s15 {
     background-position: top left, top left 19px, top left 38px, top left 57px, top left 76px;
}
 .star-rating-s15 {
     background-image: url(../images/star.svg), url(../images/star.svg), url(../images/star.svg), url(../images/star.svg), url(../images/star.svg);
     background-repeat: no-repeat;
     background-size: 15px 45px;
     display: inline-block;
     overflow: hidden;
     width: 91px;
     height: 15px;
     text-indent: -3000px;
}
 .review-section span.star-rating-s15 {
     width: 15px;
     top: 1px;
     position: relative;
     margin-right: 5px;
}
 .review-section .total-rating-out-five {
     color: #ffc100;
     font-weight: 700;
     margin-right: 5px;
     font-size: 16px;
}
 .copyright .social li:last-child {
     margin-right: 0;
}
/* web design */
 .web-design-menu h2 {
     font-size: 32px;
     color: #0e0e0f;
     padding-bottom: 0;
     font-weight: 700;
}
 .web-design-menu ul li {
     padding: 0 15px 0 0px;
     width: 186px;
     display: inline-block;
     vertical-align: top;
     text-align: left;
     text-align: left;
}
 .web-design-menu ul li a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     height: 144px!important;
     max-width: 210px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     justify-content: center;
     text-align: center;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: #ffffff;
     text-decoration: none;
     color: #222325;
     padding: 17px;
}
 .web-design-menu ul li a:hover p {
     color: #2cdd9b;
}
 .web-design-menu ul li a:hover {
     box-shadow: 0 3.4623px 6.1418px rgba(0, 0, 0, .0523), 0 7.92923px 12.9218px rgba(0, 0, 0, .0476886), 0 9px 15px rgba(0, 0, 0, .08);
}
 .web-design-menu ul li a img {
     width: 48px;
     height: 48px;
     margin-bottom: 20px;
     margin-left: auto;
     margin-right: auto;
}
 .web-design-menu ul li a p {
     font-weight: 600;
     color: #62646a;
     margin: 0px;
     font-size: 14px;
}
 .best-selling .col-md-3 {
     margin-bottom: 30px;
}
 .third-menu.filter-options {
     border-bottom: none;
     position: -webkit-sticky;
     position: sticky;
     min-height: 67px;
     z-index: 99999999;
     top: 0;
     background-color: #fff;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .dropdown-filters .dropdown {
     background: none;
}
 .dropdown-filters .dropdown-menu.show {
     min-width: 450px;
     background: #fff;
     padding: 20px;
}
 .dropdown-filters .dropdown button {
     background: none;
     border-color: #dadbdd;
     color: #222325;
     min-width: 50px;
     padding: 6px 12px;
     border-radius: 4px;
     box-shadow: none !important;
     font-size: 14px;
}
 .dropdown-filters .dropdown.show>.btn-secondary.dropdown-toggle {
     background: none;
     border-color: #dadbdd;
     color: #222325;
}
 .dropdown-filters .dropdown .dropdown-toggle::after {
     content: "\f107";
     display: inline-block;
     font: 400 18px/18px FontAwesome;
     color: inherit;
     margin-left: 12px;
     position: relative;
     top: 1px;
     -webkit-transition: all .24s cubic-bezier(.215, .61, .355, 1);
     -o-transition: all .24s cubic-bezier(.215, .61, .355, 1);
     transition: all .24s cubic-bezier(.215, .61, .355, 1);
     width: auto;
     height: auto;
     border: none;
     vertical-align: text-top;
}
 .dropdown-menu .options+.options {
     padding-top: 15px;
     margin-top: 15px;
     border-top: 1px solid #eee;
}
 .dropdown-menu .options h5 {
     color: #222325;
     font-weight: bold;
     margin-bottom: 6px;
     font-size: 16px;
     line-height: 24px;
     text-transform: none;
     letter-spacing: normal;
}
/* custom checkbox */
 .custom-checkbox {
     display: block;
     position: relative;
     cursor: pointer;
     font-size: 14px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     line-height: 22px;
     font-weight: 600;
     cursor: pointer;
     margin: 4px 0;
     color: #404145;
}
 .custom-checkbox .count {
     color: #b5b6ba;
     margin-left: 6px;
}
 .custom-checkbox input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
 .custom-checkbox .checkmark {
     position: absolute;
     top: 2px;
     left: 0;
     height: 18px;
     border-radius: 3px;
     width: 18px;
     border: 1px solid #c5c6c9;
}
 .custom-checkbox:hover input~.checkmark {
     border-color: #2cdd9b;
}
 .custom-checkbox input:checked~.checkmark {
    /*background-color: #2196F3;
    */
     border-color: #2cdd9b;
}
 .custom-checkbox .checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
 .custom-checkbox input:checked~.checkmark:after {
     display: block;
}
 .custom-checkbox .checkmark:after {
     left: 6px;
     top: 2px;
     width: 5px;
     height: 10px;
     border: solid #000;
     border-width: 0 2px 2px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
/* custom checkbox */
/* toggle switch */
 .switch {
     position: relative;
     display: inline-block;
     width: 57px;
     height: 30px;
     margin-bottom: 0;
     margin-right: 10px;
}
 .switch input {
     opacity: 0;
     width: 0;
     height: 0;
}
 .slider.round {
     border-radius: 34px;
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #ccc;
     -webkit-transition: .4s;
     transition: .4s;
}
 .slider.round:before {
     border-radius: 50%;
     position: absolute;
     content: "";
     height: 23px;
     width: 23px;
     left: 4px;
     bottom: 4px;
     background-color: white;
     -webkit-transition: .4s;
     transition: .4s;
}
 .switch input:checked+.slider {
     background-color: #2cdd9b;
}
 .switch input:focus+.slider {
     box-shadow: 0 0 1px #2196F3;
}
 .switch input:checked+.slider:before {
     -webkit-transform: translateX(26px);
     -ms-transform: translateX(26px);
     transform: translateX(26px);
}
 .third-menu.filter-options ul li {
     text-align: right;
     align-items: center;
     display: flex;
}
 .third-menu.filter-options ul li+li {
     margin-left: 32px;
}
 .third-menu.filter-options ul li h5 {
     display: inline-block;
     vertical-align: middle;
     text-align: left;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: 600;
     line-height: 24px;
     color: #62646a;
}
/* toggle switch */
 .main-page.best-selling {
     padding: 0;
}
 .main-page.best-selling .view_slider.recommended {
     background: transparent;
     border: none;
     margin-top: 0;
}
 .sorting p {
     display: inline-block;
     margin: 0 5px 0;
}
 .sorting select {
     border: none;
     font-weight: bold;
     outline: none;
}

 ul.pagination li {
     margin: 3px;
     text-align: center;
     min-height: 15px;
     cursor: pointer;
}
 ul.pagination li a {
     color: #0e0e0f;
     padding: 6px 12px;
     font-size: 15px;
     line-height: 21px;
     margin-left: 0;
     border: none;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 50px;
}
 ul.pagination li a:hover {
     background: #2cdd9b;
     background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
     background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
     background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
     color: #fff !important;
}
 .page-item.active .page-link {
     z-index: 3;
     background: #2cdd9b;
     background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
     background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
     background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
     background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
     color: #fff !important;
}
 section.related-links {
     width: 100%;
     border-top: 1px solid #ddd;
     padding: 50px 20px 30px;
     text-align: center;
}
 section.related-links h2 {
     line-height: 120%;
     padding-bottom: 30px;
     font-size: 32px;
     font-weight: 700;
     color: #222325;
}
 section.related-links ul {
     text-align: center;
}
 section.related-links ul li {
     display: inline-block;
     margin: 0;
}
 section.related-links ul li a {
     display: inline-block;
     border-color: transparent;
     background-color: rgba(34, 35, 38, 0.08);
     color: #222326;
     font-size: 14px;
     line-height: 120%;
     padding: 10px 20px;
     margin: 0 7px 15px;
     border-radius: 20px;
}
 section.related-links ul li a:hover {
     background-color: #222326;
     color: #ffffff;
}
 .faqs h2 {
     line-height: 120%;
     padding-bottom: 30px;
     font-size: 32px;
     font-weight: 700;
     color: #222325;
     text-align: center;
}
 .faqs ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     text-align: left;
}
 .faqs ul li {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 50%;
     flex: 1 0 50%;
     max-width: 45%;
     padding-bottom: 20px;
     list-style: none;
}
 .faqs ul li h3 {
     font-size: 15px;
     font-weight: 600;
}
 .faqs ul li p {
     color: #999;
     font-size: 15px;
     padding-top: 5px;
}
 .options .fake-radio-wrapper {
     display: inline-block;
     text-align: left;
     padding: 16px 0;
}
 .options .fake-radio-wrapper .fake-radio {
     display: block;
     font-size: 14px;
     color: #62646a;
     cursor: pointer;
     position: relative;
}
 .options .fake-radio-wrapper .fake-radio input[type="radio"] {
     position: absolute;
     opacity: 0;
     top: -20px;
     left: -20px;
}
 .options .fake-radio-wrapper .fake-radio input[type="radio"]:checked+.radio-img {
     background-position: -100px -150px;
}
 .options .fake-radio-wrapper .fake-radio .radio-img {
     background: transparent url(../images/radio.svg) no-repeat -125px -150px;
     width: 16px;
     height: 16px;
     float: left;
     margin-right: 8px;
     margin-top: 2px;
}
 .options .fake-radio-wrapper .fake-radio .faster-price {
     padding-left: 24px;
}
 .dropdown-menu.budget {
     width: 319px;
}
 .dropdown-menu.budget .options input[type="text"] {
     min-height: 36px;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 1px solid #dadbdd;
     -webkit-transition: border-color .35s ease;
     -o-transition: border-color .35s ease;
     transition: border-color .35s ease;
     -moz-appearance: textfield;
     width: 100%;
     padding: 0 15px;
     border-radius: 3px;
}
 .dropdown-menu.budget .options i {
     position: absolute;
     right: 25px;
     bottom: 10px;
     color: #b5b6ba;
}
 .dropdown-menu.budget label {
     font-size: 16px;
     line-height: 24px;
     font-weight: 600;
     color: #62646a;
     margin-bottom: 4px;
}
 .button-row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     border-top: 1px solid #e4e5e7;
     padding: 0 12px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .listings-perseus .floating-menu .menu-content .button-row .clear-all {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     cursor: pointer;
     font-weight: 600;
     text-decoration: none;
     color: #b5b6ba;
     font-size: 14px;
     padding: 12px;
}
 .listings-perseus .floating-menu .menu-content .button-row .apply {
     margin: 8px 0;
     padding: 4px 12px;
     color: #fff;
     background: #2cdd9b;
     border-radius: 4px;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     cursor: pointer;
     font-weight: 600;
     text-decoration: none;
     font-size: 14px;
}
 .dropdown-menu.delivery {
     width: 200px;
     min-width: auto !important;
}
 .dropdown-menu.delivery .fake-radio-wrapper {
     padding: 0px;
}
 .dropdown-menu.delivery .fake-radio-wrapper label.fake-radio:last-child {
     margin: 0px;
}
/* web design */
/* responsive design */
 @media(max-width:1024px) {
  
     .review-section, .review-list {
         display: none;
    }
     .main-page {
         padding: 0;
    }
     .seller-overview {
         flex-wrap: wrap;
    }
     .seller-overview .user-info {
         margin-left: 40px;
         border-left: none;
    }
     .main-page .left ul.metadata {
         flex-flow: column;
    }
     .main-page .left ul.metadata li {
         width: 100%;
    }
     .main-page .left ul.metadata li:first-child {
         margin-bottom: 10px;
    }
     .profile-card .user-profile-image {
         flex-flow: column;
         align-items: center;
    }
     .main-page .profile-card .right {
         text-align: center;
         width: 100%;
    }
     .profile-card .user-profile-image .profile-name {
         align-items: center;
    }
     .main-page .profile-card .right .user-info .user-info-rating {
         justify-content: center;
    }
     .main-page .profile-card .right .user-info a {
         width: 100%;
    }
     .main-page .profile-card .right .user-info {
         padding: 0;
    }
     .main-page .stats-desc .user-stats li {
         width: 50%;
         flex: auto;
         margin-bottom: 18px;
    }
     .main-page .stats-desc .user-stats {
         flex-wrap: wrap;
    }
     .table-package {
         display: none;
    }
     .main-page .tags ul {
         flex-wrap: wrap;
    }
}
 @media(max-width:767px) {
     .home-logo {
         margin-right: 0;
         width: 100%;
         margin-bottom: 20px;
         text-align: center;
    }
     .recommended .inner-slider {
         margin-bottom: 15px;
    }
     .container-fluid {
         padding: 24px;
    }
     header {
         height: auto;
    }
     .copyright {
         flex-wrap: wrap;
         align-items: center;
         flex-flow: column;
    }
     .copyright p {
         margin-left: 0;
    }
     .copyright .social {
         padding: 20px 0 0;
         margin: auto;
    }
  
  
     .faqs ul li{
         flex: 0 0 100%;
         max-width: 100%;
    }
     .web-design-menu ul{
         text-align: center;
    }
     .web-design-menu ul li {
         margin: 0 auto 30px;
    }
     .main-page.best-selling .view_slider.recommended {
         padding: 32px 0;
    }
}
 .select2-container {
     width: 100% !important;
}
 @media (min-width: 0px) and (max-width: 767px) {
     .container {
         max-width: 100%;
    }
    
    
     .homepage-search-title {
         text-align: center;
    }
     .testimonial {
        display: unset !important;
        flex-direction: unset;
        background: #fff;
        align-items: unset;
    }
     .testimonial .video-modal {
         display: unset;
         align-items: unset;
    }
     .testimonial .video-modal img {
         width: 100%;
         height: auto;
    }
     .testimonial .text-content {
         background: #fff;
         padding: 27px;
    }
     .popular {
         display: none;
    }
     .homepage-search-block .col-lg-5 {
         display: none;
    }
     .trusted-by {
         display: none;
    }
     .guide {
         margin-bottom: 15px;
    }
     .recommended a img.img-fluid {
         height: auto;
    }
     .best-selling .col-md-3 {
         margin-bottom: 5px;
    }
     .profile-card .user-profile-image .profile-name {
         padding: 0px;
    }
     .profile-card .user-profile-image .profile-name .seller-link {
         padding: 0px;
    }
     .profile-card .user-profile-image label img {
         margin: 0 0 14px 0;
    }
     .profile-right.ml-auto {
         position: absolute;
         top: -47px;
         right: 15px;
    }
     .osahan-login {
         max-width: 300px;
         margin: auto;
    }
}
 @media (min-width: 768px) and (max-width: 1023px) {
     .container {
         max-width: 100%;
    }
   
     .homepage-search-title {
         text-align: center;
    }
     .testimonial {
        display: unset !important;
        flex-direction: unset;
        background: #fff;
        align-items: unset;
    }
     .testimonial .video-modal {
         display: unset;
         align-items: unset;
    }
     .testimonial .video-modal img {
         width: 100%;
         height: auto;
    }
     .testimonial .text-content {
         background: #fff;
         padding: 27px;
    }
     .popular {
         display: none;
    }
     .homepage-search-block .col-lg-5 {
         display: none;
    }
     .trusted-by {
         display: none;
    }
     .guide {
         margin-bottom: 15px;
    }
     .recommended a img.img-fluid {
         height: auto;
    }
     .best-selling .col-md-3 {
         margin-bottom: 5px;
    }
     .profile-card .user-profile-image .profile-name {
         padding: 0px;
    }
     .profile-card .user-profile-image .profile-name .seller-link {
         padding: 0px;
    }
     .profile-card .user-profile-image label img {
         margin: 0 0 14px 0;
    }
     .profile-right.ml-auto {
         position: absolute;
         top: -47px;
         right: 15px;
    }
     .osahan-login {
         max-width: 300px;
         margin: auto;
    }
}
 @media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
}
.btn-prim{
    background-color:#000;
    font-weight:600;
    padding: 6px 10px;
    height: 32px;
    font-size: 14px;
    color:#fff !important;
    margin-top:-2px;
}

.homepage-search-block-2 {
    background-size: cover;
    background-position: center;
    height: 90vh;
    position: relative;
}
.homepage-search-block-2::before{
content: '';
position: absolute;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
/* background-color: rgb(19 6 73 / 35%); */
background-color: rgba(0, 0, 0, 0.4);
}
.market-wrapper p{
        text-align: center;
    font-size: 16px;
    width: 50%;
    margin: 0px auto;
    margin-bottom: 35px;
}

.categories-list  p{
font-size: 14px;

    color: #323232;
    width: 90%;
}


.fee{
    font-size:18px;
}

.user-stats li strong{
    
    font-size: 15px;
    margin-top: 5px;
}
.user-stats li span
{

    color: #b45a08;
}
.layer_data ul{
    padding:0;  
    border-bottom: 2px solid #ccc;
}
.layer_data ul li{
    display: inline-block;
  
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.layer_data ul li a{
    color: #000;
    display:block;
      padding: 10px 15px;
}
.layer_data ul li.active{
    border-bottom:2px solid #2d5391;
}
.layer_data{
    width:100%;
    min-height: 550px;
}
.Dashboard_layer .slick-track{
    float: left;
    margin-top: 15px;
}
.setting_layer h3{
    margin: 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 700;
}

.menu_layer li a{
    text-transform:uppercase;
}
.want_help{
    border: 1px solid #f5bb29;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 0 10px 0 8px;
    font-size: 13px;
    font-weight: 800;
    background: #f5bb29;
    color: #2d5391;
    text-transform: uppercase;
    margin-top: -1px;
    display: block;
    padding: 6px 20px;
}
.want_help:hover{
    color: #fff;
}
.learn_left_header{
    font-size: 15px;
    font-weight: 800;
    background: rgb(237 237 237);
    padding: 2px;
}
.learn_tab h4{
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.learn_tab ul{
    max-height:250px;
    overflow-y:auto;
}
.learn_tab{
    padding:0 !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 4px;
    background-color: #ffffff;
}

.learn_tab a{
display: block;
    padding: 10px;
    border-bottom: 1px solid #cccbcb;
    font-size: 14px;
    color: #000;
    word-break: break-all;
}
.learn_tab a li i{
    color: #171719;
    float: right;
}
.learn_data img{
        display: block;
    max-width: 100%;
    height: auto;
    margin-bottom:10px;
}
.try_self input{
    
    border: none;
    border-bottom: 1px solid #000;
    padding:0px 5px;
}
.try_self input:focus{
    border:none;
}
.try_self .btn{
    margin-top:10px;
}
.suggestion{
    padding: 2px 5px;
    background-color: #ececec;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 10px;
    margin-top: 10px;
}
.suggestion p{
    margin-bottom:0px;
    font-size:14px;
}

.suggestion h5{
    font-size: 13px;
    font-weight: 800;
    margin-top: 5px;
}
.learn_data h2{
    
    font-size: 20px;
}
.satus_layer span{
    
    font-size: 13px;
    color: #408b34;
}
.learn_tag{
    padding-top:0 !important;
}
.disable h4{
    background:#ccc;
}

.disable h4 span{
    font-size: 11px;
    float:right;
    font-style:italic;
    font-weight: 500;
}
.exam_layer{
    background-color:#fff;
    min-height:600px;
    width:100%;
    padding:20px 20px;
}

.status_box{
    float: right;
    font-size: 15px;
}
.attempt_l{

    color: #1c9809;
}
.attempt_t{
    
    color: #d26008;
}
.exam_layer h2{
    font-size: 21px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.ques_Box p span{
    /* position:absolute; */
    left:0;
    font-weight:bold;
}

.ques_Box ul{
    padding:10px 0px;
}
.ques_Box ul .form-check-label{
    
    margin-bottom: 0;
    font-size: 16px;
}

.ques_Box {
    /*border-bottom: 1px dashed #a7a5a5;*/
    margin-bottom: 15px;
}


.congrats_layer{
       text-align: center;
    width: 170px;
    height: 170px;
    border: 4px solid #ff9600;
    padding-top: 34px;
    border-radius: 50%;
    margin: 0px auto;
}
.congrats_layer img{
    height:90px;
}
.exam_layer_cong{
        background-color: #fff;
    /* min-height: 500px; */
    width: 50%;
    margin: 0px auto;
    padding: 40px 20px;
    box-shadow: 0px 0px 5px 2px rgb(154 151 151 / 50%);
    
    border: 4px solid #f5950c;
    border-radius: 6px;
    position:relative;
}
.exam_layer_cong h2{
        font-size: 26px;
    text-align: center;
    margin-top: 25px;
    color: #ff9600;
    text-transform: uppercase;
    font-weight: 900;
}
.exam_layer_cong h3{
        text-align:center;
        
font-weight: 800;
    font-size: 26px;
    margin: 0;
}
.total_mark{
    background: #000;
    border-radius: 5px;
    color: #fff;
    /* height: 65px; */
    width: 180px;
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    margin-top: 26px;
    padding-bottom: 15px;
    border: 4px solid #ff9919;
    
}
.download_cert{
    background: #168a0a;
    /* background: #; */
    padding: 10px;
    position: absolute;
    right: 12px;
    top: 14px;
    border-radius: 4px;
    color: #fff !important;
}
.img-box{
     display: block;
    max-width: 100%;
    height: auto;
}

.down_load{
    background: #168a0a;
    /* background: #; */
    padding: 10px;
    margin-bottom:20px;
    float:right;
    border-radius: 4px;
    color: #fff !important;
    
}
.directlink a{
    padding:0;
}
.assesment_layer .text-truncate{
    font-size: 19px;
    margin-bottom: 6px;
}
.assesment_layer .small{
    
    font-size: 15px;
}
.layer_menu i{
    margin-right:5px;
}


.green_l{
    font-weight: 600;
    color: #f26e21;
    /* color: #3ebf00; */
}


.result_main{
    font-size: 22px;
}
.contant_form{
    background: f0f2f2;
    padding: 20px;
}
.course_content_tbl th{
    text-align: center !important;
}
 .main_ul li.active {
     border-bottom:2px solid #000 ;
     cursor: pointer;
 }
 #topic select{
    height: 34px;
 }
 select.form-control:not([size]):not([multiple]) {
     height: unset; 
}
select.form-control:not([size]):not([multiple]) {
     /*height: calc(2.25rem + 2px); */
     height: unset;
}

/* } */
.fill_blank .select2-container{
    width: 150px !important;
}
.fill_blank .select2-selection__arrow{
    display: none;
}
.fill_blank .select2-selection--single{
    border: none;
    border-bottom: 1px solid #cccc;
    border-radius: 0;
    padding: 0;
    height: 26px;
}
.fill_blank select{
    word-wrap: normal;
    border: none;
    background: transparent;
    border-bottom: 1px dotted #000;
    appearance: none;

}
.alert {
    position: fixed !important;
    right: 10px !important;
    bottom: 0 !important;
}
.tick_radio input[type="radio"]{
   appearance: none;
   border: 1px solid #d3d3d3;
   width: 30px;
   height: 30px;
   content: none;
   outline: none;
   margin: 0;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tick_radio input[type="radio"]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

.tick_radio input[type="radio"]:checked::before{
  position: absolute;
  color: green !important;
  content: "\00A0\2713\00A0" !important;
  border: 1px solid #d3d3d3;
  font-weight: bolder;
  font-size: 21px;
}
.options{ 
   font-size: 17px;
}
    div.options > label > input {
    visibility: hidden;
}
div.options > label {
    
    
    padding: 0 0 20px 0;  
    height: 20px;
    width: 150px;

}
div.options > label > span{vertical-align: top;}

div.options > label > img {
    display: inline-block;
    padding: 0px;
    height:18px;
    width:19px;
    background: none;
}

div.options > label > input:checked +img {  
    background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:17px 19px;
}




.cus{
    margin: 10px;
}
.cc_inline{
    text-align: center;
}
.ml{
    margin-left: 14px;
    margin-top: 9px;
}
.option_align{
        position: absolute;
        margin-top: -4px;
        margin-left: 12px;
        font-weight: normal;
}
.sortable{
    cursor: pointer;
}


.ques_Box li{
    width:50%;
    padding: 8px;
    float:left;
}
.passage_mg{
    margin: 6px 0px;
}
.ques_Box p{
    font-size:17px;
    /*padding-left:30px;*/
    position:relative;
    margin-bottom:0;
}
.learn_data p{

    font-size: 17px;    
}
.my_cus{
    font-weight: bold;
}
.drag_match_t_f{
        padding: 0px 7px;
        border-radius: 3px;
        box-shadow: rgb(0 0 0 / 20%) 0px 1px 4px !important;
         margin-bottom: 12px;
         min-height: 30px;
         display: flex;
         align-items: center;
         justify-content: space-between;
}
/*.drag_match_t_f:hover{
    font-size: 100px;
}*/
.drag_icon{
    color:#000000a3;
    padding-left: 20px;
}
/* .span1{
    float:right;
    padding: 6px 0px 0px 0px;
    color: #000000a3;
}
.span2{
    float: right;
    padding: 6px 0px 0px 30px;
    color: #000000a3; 
    padding-right: 3px;
} */


@media (min-width:700px) and (max-width: 992px){
    .respons_match_the_f{
        width: 32%;
    }
}

@media (min-width:320px) and (max-width: 425px){
        .respons_match_the_f{
            padding: 0px 10px !important;
        }

        audio{
            width: 100%;
        }
    .ques_Box li{
        width: 100%;
    }
}
.tool {
  position: relative;
  
  
}

.tool .tooltiptext {
    visibility: hidden;
  width: 139px;
  font-size: 14px;
  background-color: #343a40;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;
  left: 106px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tool:hover .tooltiptext {
  visibility: visible;
}
/*end here*/

/*.sortable{ list-style-type: none; margin: 0; padding: 0; width: 60%; }
.sortable li { margin: 0 3px 10px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }
.non-sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.non-sortable li { margin: 0 3px 10px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.non-sortable li span { position: absolute; margin-left: -1.3em; }
*/
#days {
    font-size: 100px;
    color: #db4844;
  }
  #hours {
    font-size: 100px;
    color: #f07c22;
  }
  #minutes {
    font-size: 100px;
    color: #f6da74;
  }
  #seconds {
    font-size: 50px;
    color: #abcd58;
  }
  .countdown{
      display: none;
      border: 1px solid gray;
      padding: 3px 20px;
      border-radius: 5px;
      font-weight: bold;
      color: green;
  }
  .sidebar_qna_left{
      min-height: 550px;
      padding: 0px;
  }
  
  
  .paginator{
      padding: 6px 17px;
      margin-top: 30px;
      
  }
  .paginator li{
      display: inline-flex;
      margin-left: 10px;
      font-size: 14px;
      text-align: center;
      border: 1px dotted gray;
      border-radius: 20px;
      margin-bottom: 10px;
      opacity: 0.6;    
      cursor: pointer;
      width: 30px;
      height: 30px;
      border-radius: 50px;
      line-height: 20px;
  
  }
  .paginator li:hover{
      background-color: #1fc9c9;
  }
  
  .p_active{
      color: #fff;
  }
  .sidebar-page-right_qna{
      min-height: 550px;
  }
  .Q_heading{
      display: flex;
  }
  .Q_heading h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  }
  .qna_timer{
      float: right;
  }
  .questions{
      margin-top: 30px;
      margin-left:13px;
  }
  input[type=radio]{
  transform:scale(1.1);
  }
  .questions label{
      font-size: 18px;
      line-height: 20px;
  
  }
  
  .questions .form-check{
      margin-bottom: 13px;
  }
  .questions h5{
      font-size: 19px;
  }
  .count{
      float: right;
  }
  .next_button{
      position: absolute;
      bottom: 50px;
      right: 60px;
  
  }
  .next_button input{
      padding: 0px 28px;
      font-weight: bold;
      font-size: 0.9rem;
  
  }
  .dropdown-item.active, .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #1fc9c9;
  }
  .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #1fc9c8;
      border-color: #1fc9c8;
  }
.bg-terms{
    background-image: url("<?php base_url(images/website/bg-terms.jpg?>") 0 0 repeat-x;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bg-policy{
    background-image: url('../images/website/p_policy2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.list_content ul{
    margin-left: 50px;
}
.list_content ul li{
    list-style: circle;
}  



/* homepage css  */
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_5{margin-top: 10px;}

.btn-club{
    position: absolute;
    right: 0px;
    padding:0px 43px;
}
.homepage-search-form{
    padding: 0px 98px;
}
.course_topics h2{
    padding: 3px 0px;
}
.course_topics h2 button{
    font-size: 14px;
    color: gray;
    font-weight: 700;

}
.font-17{
    font-size: 17px !important;
}


/* login page find below class name and replace below style above*/

/* .icon-form-control i {
    display: flex;
    top: 0;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    width: 40px;
    margin-top: 5px;
} */

/* test_paper find below class and remove float:left and add display:inline-flex;*/

/* paginator li{
    display: inline-flex;
} */

.left-section h3{
    margin: 0;
    min-height: 0px !important;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 700;
}
.btn-green{
    background-color: #f47b21;
    /* background-color: #269F42; */
    color: #fff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.btn-green:hover{
color:#fff;
}
.qna_timer{
    position: sticky !important;
    top: 17px;
}
.form-check-label{

    display: inline;
    margin-left: 5px;
    
}
.tearms_res{
    font-size: 16px;
}
.privacy_res{
 font-size: 16px;   
}
.error{
    color: red;
    font-size:12px !important;
}
.respons_match_the_f{
    padding: 0px 23px;
}

/* new css start from here */
.match_the_following #non-sortable li{
margin-bottom: 12px;
height: 30px;
}
.contact_no{
    padding:7px 10px;
    border-radius: 4px;
    background: linear-gradient(to right, #f57405 0%, #394242 100%);
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
}
.contact_no:hover{
    color: #fff;
}
.login_data{
    margin-bottom: 2px;
}
/* .offer-img img{
    position: absolute !important;
    z-index: 999;
    width: 60px;
    right: 15px;
} */
/* @keyframes sway  {
    0% { transform: rotate(8deg); }
    50% { transform: rotate(-8deg); }
    100% { transform: rotate(8deg); }
} */
/* .offer-img img{
    animation: sway 1s infinite;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: 9999;
    position: relative;
  } */
  .euqal_alignment{
      height: 100%;
  }
  .euqal_alignment li{
      height: 20%;
      
  }
 /* .blink {
    width: 180px;
    height: 38px;
    background-color: magenta;
    text-align: center;
    line-height: 35px;
}
.blink_text {
    padding: 6px 10px;
    border-radius: 4px;
    background: linear-gradient(to right, #f15d25 0%, #f7bb40 100%);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
 animation-name: blinker;
 animation-duration: 1s;

 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0; }
 100% { opacity: 1.0; }
} */

.offer-text {
    margin-right: 2px;
    color: #fff !important;
    font-size: 13px;
    animation: blink 1s linear infinite;
    /* background: linear-gradient(to right, #f15d25 0%, #f7bb40 100%); */
    padding: 7px 10px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
}
.blink {
    /* animation: blink 0.5s linear infinite; */
    /* width: 180px; */
    /* height: 38px; */
    /* animation: blink 1s linear infinite; */
    /* background-color: transparent; */
    text-align: center;
    /* line-height: 35px; */
    /* font-weight: 600; */
}
@keyframes blink{
    0%{background-color: #ee5123;}
    50%{background-color: #f7bb40;}
    100%{background-color: #394242;}
    }
  
    .click_course {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    /* background-color: transparent; */
    border: 0;
    background: linear-gradient(to right, #f57405 0%, #394242 100%);
    border-radius: 4px;
    }
    .click_course a{
        color: #fff;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    padding: 2px 0;
    font-weight: 700;
    }
    .sticky.left-section .dropdown-item.active, .dropdown-item:active{
    background: linear-gradient(to right, #f57405 0%, #394242 100%);
    border-color: #fff;
    }
    .submit-btn_mcq:hover{
        border:none;
    }
    .try_itself{
        /* border-bottom: 1px solid #cccbcb; */
        margin-bottom: 0px !important;
        padding: 25px 25px 0 !important;
        border-radius: 4px 4px 0 0 !important;
    }
    .try_itself h2{
        border-bottom: 1px solid #cccbcb;
    }
.assesment_layer .btn{
        border: transparent;
        color:#fff;
        font-size: 16px;
        background: linear-gradient(to right, #f57405 0%, #394242 100%);
    }
    
/* new css start from here */

    
.d-none {
  display: none;
}

.others-show {
  top: -55px !important;
  z-index: 10 !important;
}

.emoji-show {
  display: flex !important;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 150px !important;
  height: 100px !important;
  padding: 10px;
  top: -135px !important;
  right: 10px !important;
  background-color: #fff;
  box-shadow: 0 0 25px -5px lightgray;
  border-radius: 5px 5px 0 5px;
}

button {
  border: 0;
  outline: none;
}

img {
  width: 100%;
  object-fit: cover;
}
.avatar-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

.chat-box {
  /*width: 350px;*/
  margin: auto;
}
.chat-box .header {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 15px;
}
.chat-box .header .avatar-big {
  width: 35px;
  height: 35px;
}
.chat-box .header .name {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.chat-box .header .options {
  font-size: 20px;
  color: lightgrey;
  margin-left: auto;
  cursor: pointer;
}
.chat-box .chat-room {
  height: 504px;
  background-color: #f7f9fb;
  padding: 15px;
  overflow-y: scroll;
}
.chat-box .chat-room .avatar-small {
  width: 25px;
  height: 25px;
}
.chat-box .chat-room .message {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.chat-box .chat-room .message-left {
  align-items: flex-start;
}
.chat-box .chat-room .message-left .bubble {
  border-radius: 0 5px 5px 5px;
}
.chat-box .chat-room .message-right {
  align-items: flex-end;
}
.chat-box .chat-room .message-right .bubble {
  border-radius: 5px 0 5px 5px;
}
.chat-box .chat-room .bubble {
  padding: 10px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  max-width: 85%;
}
.chat-box .chat-room .bubble-light {
  background-color: #fbcffc;
}
.chat-box .chat-room .bubble-dark {
  color: #fff;
  background-color: #be79df;
}
.chat-box .type-area {
  display: flex;
  height: 65px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.chat-box .type-area .input-wrapper {
  overflow: hidden;
  border-radius: 0 0 0 20px;
}
.chat-box .type-area .input-wrapper input {
  outline: none;
  border: none;
  padding-left: 20px;
  height: 100%;
  width: 220px;
  font-size: 14px;
}
.chat-box .type-area .button-add {
  display: flex;
  align-items: center;
  position: relative;
}
.chat-box .type-area .button-add i {
  font-size: 30px;
  color: lightgrey;
  cursor: pointer;
}
.chat-box .type-area .button-add i:hover {
  color: #be79df;
}
.chat-box .type-area .button-add .others {
  display: flex;
  padding: 10px 15px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  z-index: -1;
  right: -52px;
  border-radius: 999px;
  box-shadow: 0 0 25px -5px lightgray;
  transition: 0.3s all ease-out;
}
.chat-box .type-area .button-add .others span i {
  font-size: 20px;
  color: #be79df;
}
.chat-box .type-area .button-add .others span.image-button {
  margin: 0 25px;
}
.chat-box .type-area .button-add .others .emoji-button {
  position: relative;
}
.chat-box .type-area .button-add .others .emoji-button .emoji-box {
  display: none;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  transition: 0.3s all ease-out;
}
.chat-box .type-area .button-add .others .emoji-button .emoji-box span {
  user-select: none;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
}
.chat-box .type-area .button-send {
  background-color: #fff;
  margin-left: auto;
  width: 65px;
  color: #be79df;
  font-weight: bold;
  border-left: 2px solid #f7f9fb;
  border-radius: 0 0 20px 0;
}
.chat-box .type-area .button-send:hover {
  background-color: #be79df;
  color: #fff;
}
.chat-room .message{
    background-color: transparent;
    border: none;
}
.user_img{
    display:inline-table;
}
.user_name{
    display:inline-block;
}
.user_name p{
    margin: 0px;
    padding: 0 5px;
    font-size: 13px;
}
.conversation_action_right{
    position: absolute;
    right: 20px;
    top: 20px;
}
.conversation_action_left{
    position: absolute;
    left: 20px;
    top: 20px;
}
.message-btn{
    padding: 1px 6px;
    font-size: 12px;
}
.learn_tab h3{
    font-size: 13px;
    text-align: left;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    width: 60px;
    font-weight: 700;
    margin: 10px 0px 0px;
    text-align: center;
    background: linear-gradient(to right, #f57405 0%, #394242 100%);
}
.paid_courese{
    font-size: 13px !important;
    text-align: left;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    width: 70px;
    font-weight: 700;
    margin: 10px 0px 0px;
    text-align: center;
    /* border:1px solid #000; */
    background: #b31010 !important;
}

.free_course{
 background: green !important;   
}
.no_data{
    font-size: 17px;
    padding: 15px;
    font-weight: 600;
}
.passage_reading p{
    word-break: break-all;
}
.total_question li span{
margin: auto;
}
.break{
    word-break: break-all;
}
.passage_reading p{
    font-size: 17px;
}


.dropdown-toggle::after {
    display:none;
}
.dropdown-menu{
    top: 63px !important;
}
.dropdown-item{
    font-size: 13px;
    font-weight: 400;
    color:white !important;
    background:#2d5391;
	border-bottom:1px solid #282828;
    font-weight: bold;
     border-bottom: 1px dotted #ccc; 
    padding: 8px 25px !important;
}
.dropdown-menu ul {right:0; left:auto;}
.dropdown-menu::before {
	content:'';
	position:absolute;
	left:50%;
	top:-6px;
	margin-left:-5px;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #1c1c1c;
}
.dropdown-item:hover {
  
    color: #fff !important;
    background: #f5bb29;
}
/* .dropdown-item:hover{
    background: linear-gradient(to right, #130649 0%, #130649 100%);
    color: #fff !important;
} */
.dropdown-menu li a:hover{
    color: #fff !important;
}
.audio-element span{
display: flex;
align-items: center;
font-weight: bold;
font-size: 17px;
}

.audio-element audio{
    margin-left: 14px;
}
/*my custom css start from here*/
.hr_1{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_1{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_1:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }
.hr_2{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_2{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_2:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }


  .hr_3{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_3{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_3:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }


  .hr_4{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_4{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_4:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }

  .hr_5{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_5{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_5:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }


  .hr_6{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_6{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_6:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }

  .hr_7{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_7{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_7:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }

  .hr_8{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}

.hr_8{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr_8:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }
  .about_content h3{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.res_about_heading {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.about_content p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: justify;
}
.front-login-details{
    background: #fff;
    padding: 26px;
    border: 2px solid #fd6813;
    border-radius: 10px;
    margin:60px auto 60px;
    max-width: 400px;
}
.front-register-form-details{
    background: #fff;
    padding: 26px;
    border: 2px solid #fd6813;
    border-radius: 10px;
    margin:60px auto 60px;
    max-width: 450px;
}
.last-name-form-control{
    padding: 6px 12px !important;
}
.about-img{
    margin-top:-160px;
}
/* .bg-white{
    background-color: #f2f2f2!important;
} */
/* .login-overlay .vh-100{
    height: 100vh!important;
} */
/*.hr{
    height: 5px;
    box-shadow: inset 0 12px 12px -12px rgb(217 208 208 / 50%);
}
*/
/*.hr{
    height: 6px;
    background-image: radial-gradient(
        closest-side,
        hsl(18deg 99% 55%),
        hsla(0, 0%, 50%, 0) 100%);
    position: relative;
    margin-top: -19px;
  }
  .hr:after {
    position: absolute;
    top:  50%;
    left: 50%;
    display:block;
    background-color: hsl(0, 0%, 75%);
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    margin-top:  -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid hsla(0, 0%, 100%, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
  }*/

  
.conversation_audio{
    margin-left: 50px;
    margin-top: 5px;
}
.conversation_audio audio::-webkit-media-controls-panel {
  background-color: #050706a1;
}
.flash_wrapper{
    margin-bottom: 20px;
    position: relative;
    top: -70px;
}
.flash_messege{
    text-align: left;
}
.flash_custom_card{
    height: 240px;
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
}
.flash_messege ul li{
    font-size: 17px;
    list-style: disc;
    padding-top: 5px;
}
.flash_messege ul{
padding-left: 20px;
}
.flash_bg1{

    color: #fff;
}
.flash_bg2{
color: #fff;
}
.flash_bg3{
color: #fff;
}
.flash_msg_blink {
    animation: blinker 4s linear infinite;
  }
  @keyframes blinker {
    0%{background-color: #ee5123;}
    50%{background-color: #db6d13;}
    100%{background-color: #394242;}
  }
  .flash_msg_blink1 {
    animation: blinker 3s linear infinite;
  }
  @keyframes blinker {
    0%{background-color: #ee5123;}
    50%{background-color: #db6d13;}
    100%{background-color: #394242;}
  }
  .flash_msg_blink3 {
    animation: blinker 3s linear infinite;
  }
  
  @keyframes blinker {
    0%{background-color: #ee5123;}
    50%{background-color: #db6d13;}
    100%{background-color: #394242;}
  }

  .close_msg{
    position: absolute;right: 9px;
    top: 7px;
    cursor: pointer;
  }
  .close_msg .fa{
    font-size: 21px;
    color: #c5b5a8;
  }
  .wht-provide {
   background: #f0f2f5;
  }
   .wht-provide a {
    border: unset !important;
   }
   /* new css start from here */
   .login_left h2{
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    text-align: left;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    /* text-shadow: 2px 2px #201748; */
   }
   .login_left p{
    font-size: 15px;
    color: #ccc;
    margin-top: 15px;
    font-weight: 400 !important;
    width: 100%;
    text-align: left;
    line-height: 1.6;
    margin-bottom:25px;
   }
   .login_left ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}
   .login_left ul li a {
    font-weight: 800 !important;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}
.login_left ul li a i {
    font-weight: 400 !important;
    margin-right: 8px;
    font-size: 24px;
}
   /* login sign up form css */
   .loginWrapper {
    top:-40px;
    border-radius: 4px;
    background: #fff;
    /* padding: 17px 17px 25px; */
	display: block;
	position: relative;
	width: 500px;
	text-align: center;	
	margin: auto;
	right: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 60px;
	transition: box-shadow 1s;
    box-shadow: -2px -1px 20px rgb(80 80 80);
}





.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: 1px solid #ccc;
}

.tabs > li {
  transition-duration: .25s;
  /* display: table-cell; */
  list-style: none;
  text-align: center;
  padding: 10px 20px 10px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #9c9c9c;
  font-size: 17px;
  font-weight: 900;
  /* border: 1px solid #201748; */
  background: #fff;
  margin-top: -10px;
  width: 50%;
  float: left;
}
.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  color: #FFF;  
  top: 0;
  left: 0;
  background-color: #DDD;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 8px 8px 0 0;
}

.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.tabs > li.active {
    font-size: 17px;
    color: #FFF;
    font-weight: 900;
    background: #2d5391;
}
.tabs > li.active:before {
  transition-duration: .5s;
 	background-color: #444;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  top:5px;
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
}
.tab__content > li {
  width: 100%;
  position: absolute;
  border-radius: 5px;
  color: #FFF;
  top: 0;
  left: 0;
  background-color: #fff;
  display: none;
  list-style: none;
}
.tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  padding-top: 24px;
  padding: 15px 15px 0;
  background-color: #fff;
}



    .form input::placeholder{
        color: #000;
    }

	/* form input:first-child {margin-top: 8px;} */
	form input:last-child {margin-top: 0px; margin-bottom: 10px;}

	form input:focus {background-color: #FFF;}
	form input:hover {background-color: #FFF;}
	/* form input:placeholder {color: #000;} */

	/*form [type="submit"]:focus,
	form [type="submit"]:hover {background: #000;}*/

	 /* form [type="submit"] {
	background: #000;
    color: #FFF;
    padding: 6px;
	width: 100%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600; 
    width: 416px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 0 -15px;
    text-align: center;
	}*/
    .login_btn{
        background: #2d5391;
        color: #FFF;
        padding: 8px 6px;
        width: 100px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 6px auto 20px 0px;
        text-align: center;
        /* float: right; */
        border-radius: 4px;
        line-height: 1.4;
    }
    .sign_up_form{
        text-align: left;
    }
    .sign_up_form label{
        font-size: 14px;
        color: #333;
        font-weight: 700;
        margin-bottom: 6px;
        text-align: left !important;
    }
    .form-control, .btn, .custom-select {
        font-size: 15px;
        height: 38px;
    }
    .form-control:focus{
        border: 1px solid #ced4da;
    }
    select.form-control:not([size]):not([multiple]) {
        /* height: calc(2.25rem + 2px); */
        height: 36px;
    }
    .signup_btn{
        background: #2d5391;
        color: #FFF;
        padding: 6px;
        width: 100px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        margin: 15px auto 16px 0px;
        text-align: center;
        border-radius: 4px;
        float: left;
    }
    .signup_btn :hover{
		background: #201748 !important;
        color: #FFF;
    }
    .sign_up_form .select_box{
        margin-bottom: 10px;
    }
.sign_up_form h3{
    font-size: 20px;
    color: #2d5391;
    font-weight: 900;
    margin-bottom: 20px;
    /* border-bottom: 1px dotted #2d5391; */
    padding-bottom: 10px;
    text-align: center;
}
.sign_in_form .form-control{
    width: 90%;
}
.sign_in_form h3{
    text-align: center!important;
    font-size: 20px;
    color: #2d5391;
    font-weight: 900;
    margin-bottom: 20px;
    /* border-bottom: 1px dotted #2d5391; */
    padding-bottom: 10px;
}
.sign_in_form h3 a{
    color: #201748;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    display: block;
    border-bottom: none !important;
}
.forget_password{
    border-bottom: none !important;
    margin-top: 45px !important;
    margin-bottom: 0px !important;
}
.accept_terms_condition{
    display: flex;
}
.accept_terms_condition .form input{
    width: auto!important;
}
.accept_terms_condition h3{
    border-bottom: none;
    margin-top:10px;
}
.accept_terms_condition  a{
    color: #201748;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    display: inline-block;
    border-bottom: none !important;
}
.sign_in_form{
    text-align: left;
}
.sign_in_form label{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left !important;
}
.color_text{
    color: #d08c16; 
}

.send_message{
    text-transform: uppercase;
    background-color: transparent;
    padding: 8px 10px 10px;
    color: #333;
    font-size: 12px;
    display: block;
    border: 2px solid #242424;
    border-radius: 2px;
    font-weight: 900;
}
.send_message:hover{
    font-weight: 900;
    color: #fff;
    border: 2px solid #fff;
}
.dashboard_block{
    transition: box-shadow .3s;
    margin:15px 0;
    border-radius:4px;
    text-align: left;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important; */
}
.dashboard_block p:hover{
    box-shadow: none!important;
}

.dashboard_block{
    width:100%;
    background-color: #fff;
    /* position: relative; */
    min-height: 188px;
    border-radius: 4px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 4px 6px rgb(45 83 145 / 49%);
}
.subject_details p{
    min-height: 100px;
    color: #5a5a5a;
    /* text-align: justify; */
    font-size: 12px;
    line-height: 19px;
    width: 100%;
    margin-left: 0px;
    text-transform: lowercase;
    /* letter-spacing: 0.5px; */
    word-spacing: -2px;
}
.dashboard_block i{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
/* .dashboard_block img{
    width:60px;
} */
.subject_details {
    font-size: 13px;
    min-height: 200px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    min-height: 225px;
}

.subject_details h3{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.subject_details h3:hover{
    box-shadow: none !important;
}
.subject_details .small{
    color: #2d5391 !important;
    font-size: 12px;
    font-weight: 700;
}
.subject_details .small:hover{
    box-shadow: none !important;
}
/* .dashboard_block h3{
    position: absolute;
    top: 32px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
} */
.dashboard_block .start_exam_btn {
    text-align: center !important;
    background-color: #2d5391;
    font-size: 15px;
    padding: 6px 9px;
    border-radius: 4px;
    color: #e8e4e4;
    text-align: left;
    border: 1px solid #2d5391;
    margin-top: 15px;
    font-weight: 700;
    outline: none;
    width: 100%;
}
.reult_details h3{
    font-size: 20px;
    margin-bottom:10px;
    color: #000;
    font-weight: 900;
}
.dashboard_details .layer_data{
    min-height: 300px;
}
.result_details{
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}
.result_details_box{
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #ccc;
    padding: 15px 15px 25px;
    border-radius: 4px;
    text-align: center;
    margin-bottom:25px;
}
.result_details h3{
    font-size: 22px;
    color: #333;
    font-weight: 900;
    margin-bottom: 0px;
    border-bottom: 2px solid #2d5391;
    width: 80px;
    padding-bottom: 10px;
}
.result_main_info{
   /* background-color: #ffff;  */
   padding: 0px 0 20px;
   border-radius:4px;
   margin: 0 0 50px;
}

.subject_name h3{
    font-size: 16px;
    color: #333;
    font-weight: 900;
}
.progress {
    width: 150px;
    height: 150px !important;
    /* float: left; */
    line-height: 150px;
    background: none;
    margin: 0px 20px;
    margin:20px auto 30px;
    box-shadow: none;
    position: relative;
   
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 14px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    color: #2d5391;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 8%;
    font-weight: 900;
}

.progress.blue .progress-bar {
    border-color: #4caf50;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.progress.yellow .progress-left .progress-bar {
    animation: none
}
.progress.red .progress-bar {
    border-color: #fdba04;
}
.progress.red .progress-bar {
    /* border-color: #fdba04; */
    border-color: #f44336;
}

.progress.red .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.progress.red .progress-left .progress-bar {
    animation: none
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(160deg);
        transform: rotate(130deg)
    }
}
.download_result_btn a{
    background-color: #2d5391;
    font-size: 14px;
    padding: 6px 9px;
    border-radius: 4px;
    color: #e8e4e4;
    text-align: left;
    border: 1px solid #2d5391;
    margin-top: 15px;
    font-weight: 700;
    outline: none;
}
.box-body{
    display: none;
}

/* new circle css start from here */
.cdev {
    position: relative;
    height: 100px;
    width: 100px;
    margin:30px auto;
  }
   
  .cdev div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
  }
   
  .cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 22px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
  }
   
  .cdev .background { background-color: #b3cef6; }
   
  .cdev .rotate {
    clip: rect(0 50px 100px 0);
    background-color: #4b86db;
  }
   
  .cdev .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #b3cef6;
  }
   
  .cdev .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
  }
   
  @keyframes
  toggle {  0% {
   opacity: 0;
  }
   100% {
   opacity: 1;
  }
  }  
  .thank_you_wrapper{
      padding: 50px 0;
      background: #f1f1f1;
      min-height: 500px;
  }
  .thankyou_details i{
    font-size: 20px;
    color: #fff;
    background: #4caf50db;
    width: 40px;
    height: 40px;
    line-height: 2;
    border-radius: 50%;
  }
  .thankyou_details{
    border: 1px solid #ccc;
    padding: 40px 30px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    text-align: center;
    width: 850px;
    margin: 0 auto;
  }
  .thankyou_details img{
      width: 100px;
      height: 100px;
      margin:0 auto;
  }
  .thankyou_details h2{
    font-size: 34px;
    color:#2d5391;;
    font-weight: 900;
    margin-top: 10px;
  }
  .thankyou_details p{
    font-size: 16px;
    color: #333;
    width: 60%;
    margin: 15px auto 0;
  }
  .progress {
    width: 150px;
    height: 150px !important;
    line-height: 150px;
    background: none;
    margin: 0px 20px;
    box-shadow: none;
    position: relative
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 14px solid #b3cef6;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    color: #000;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}

.progress.blue .progress-bar {
    border-color: #4caf50
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.progress.yellow .progress-left .progress-bar {
    animation: none
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
.chart_details{
    text-align: center;
    margin: 0px auto 0px;
    width: 170px;
    display: inline;
}
.chart_details a{
    background: #2d5391;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin: 21px auto 30px 30px;
    display: inline-block;
    text-align: center;
    width: 125px;
    font-weight: 700;
    text-transform: uppercase;
    width: 22%;
}
.update_password_wrapper{
    background: #f2f2f2;
    min-height: 600px;
}
.update_password_details{
    width: 45%;
    padding: 25px 25px ;
    margin: 80px auto;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    text-align: center;
    border:1px solid #ccc;
    border-radius:4px;
}
.update_password_details h3{
   color: #2d5391;
   font-size: 20px; 
   font-weight: 700;
   text-align: left;
   margin-bottom: 15px;
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px;
}
.update_password_form{
    text-align: left;
    margin-top: 20px;
}
.update_password_form label{
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.submit_btn a{
    display: inline-block;
    background: #2d5391;
    color: white;
    padding: 8px 6px;
    width: 100px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 10px auto 6px 0px;
    text-align: center;
    border-radius: 4px;
    line-height: 1.4;
}
.dropdown-menu{
	left:unset;
	}
.profile_setting .dropdown-menu{
	top:80px !important;
	}
	.profile_setting i{
	margin-right: 4px;
	font-size: 16px;
	}
 .apply_exam_wrapper{
        background: #f2f2f2;
        min-height: 500px;
    }
    .apply_exam_details{
        border: 1px solid #eee;
        padding: 20px 20px 15px;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
        text-align: center;
        width: 450px;
        border-radius: 4px;
        margin: 100px auto;
    }
    .apply_exam_details h2{
        color: #000;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    
    .apply_exam_form{
        text-align: center;
    }
    .apply_exam_form label{
        font-size: 14px;
        color: #2d5391;
        font-weight: 700;
        text-align: left; 
    }
    .apply_exam_form .form-control{
        width: 50%;
        margin-top:4px;
        margin:6px auto 10px;
    }
    .exam_apply_btn {
        border: 1px solid #2d5391;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
        background: #2d5391;
    color: #fff;
    width: 90px;
    margin-top: 10px;
    margin-left: 4px;
    height: 35px;
    line-height: 1.4px;
    padding: 0px !important;
    }
    .exam_apply_btn:hover {
        color: #fff;
        background: #112950;
    }
    .exam_apply_btn:focus{
        box-shadow: none;
    }
    .apply_exam_form .skip_btn {
        border: 1px solid #f5bb29;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
        background: #f5bb29;
    color: #fff;
    width: 90px;
    margin-top: 10px;
    margin-left: 4px;
    height: 35px;
    line-height: 1.4px;
    padding: 0px !important;
    }
    .main-page form input{
		width:auto !important;
    }
    .test_paper_main_details{
    padding-bottom:30px;}
    .error {
    color: red !important;
}
.thankyou_details h3 {
    font-size: 20px;
    text-align: center;
    margin: 15px auto 0 !important;
    color: #000;
}
.test_paper_main_details hr{
margin-top:0px;}
.test_paper_main_details .questions .form-check{
margin-bottom:0px;
}
.exam_name_heading{
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}
.test_paper_main_details .ques_Box{
margin-bottom: 6px;
}
.model_popup_wrapper .modal-title{
        font-size: 18px;
        color: #100c24;
        font-weight: 700;
    }
    .model_popup_wrapper a{
        width: 70px;
        display: inline-block;
    }
    .model_popup_wrapper .form-control{
        width: 80%;
    }
    .model_popup_wrapper .close{
        outline: none;
    }
    .droupdown_menu_left{
        left:-85px;
    }
    .sign_up_btn{
        display: none;
    }
    .start_exam_btn{
    display:block;
    background: linear-gradient(to right, #2d5391, #2d5391);
    width: 120px;
    height: 40px;
    display: inline-block;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 6px;
    }
    .note_font {
    color: #2d5391;
   
    font-size: 24px;
	}

    .main_content{
z-index: 9999;
    }



