@font-face {
    font-family: reg;
    src: url(../fonts/ibm-bold.ttf)
}

body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: reg;
    background-color: #EBF0FF;
    overflow-x: hidden !important;
}

html {
    font-family: reg !important;
    scroll-behavior: smooth;
}

.space {
    position: relative;
    z-index: 9;
}

.space img {
    position: absolute;
    top: -150px;
    left: -490px;
}

.header, .header-after-login {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 9999999;
}

.header .main-menu ul, .header-after-login ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

}

.header .main-menu ul .logo, .header-after-login ul .logo {
    margin-left: 50px;
}

.header .main-menu ul .logo img, .header-after-login ul .logo img {
    width: 130px;
    margin-top: -10px;
}

.header .main-menu ul li, .header-after-login .main-menu ul li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
}

.header .main-menu ul li a, .header-after-login .main-menu ul li a {
    text-decoration: none;
    font-weight: bolder;
    color: #2A7BA8;
    transition: all .6s ease-in-out;
}

.header .main-menu ul li .active, .header-after-login .main-menu ul li .active {
    color: #F47931;
    padding-bottom: 38px;
    border-bottom: 3px solid #F47931;
}

.header .main-menu ul li a:hover, .header-after-login .main-menu ul li a:hover {
    color: #F47931;
}

.header .more-links ul, .header-after-login .more-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: 10px;
}

.header .more-links ul li, .header-after-login .more-links ul li {
    display: inline-block;
    margin-right: 20px;
}

.header .more-links ul li a, .header-after-login .more-links ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}

.header .more-links ul .new-serv, .header-after-login .more-links ul .new-serv {
    background-color: #F47931;
    padding: 10px 20px;
    border-radius: 5px;
}

.header .more-links ul .new-serv a, .header-after-login .more-links ul .new-serv a {
    color: #fff;
    text-decoration: none;
}

.header .more-links ul .new-serv a i, .header-after-login .more-links ul .new-serv a i {
    margin-left: 5px;
}

.header-after-login .more-links ul li img {
    width: 40px;
    border-radius: 50%;
}

.header-after-login .more-links ul li i {
    color: #2A7BA8;
    position: relative;
}

.header-after-login .more-links ul li .dot {
    position: absolute;
    top: 10px;
    margin-right: -8px;
}

.header-after-login .more-links ul li .dot i {
    font-size: 8px;
    color: #F47931;
!important;
}

.intro {
    position: relative;
    padding-top: 100px;
    z-index: 9999;
}

.intro h3 {
    line-height: 50px;
    color: #2A7BA8;
    font-size: 32px;
}

.intro p {
    line-height: 30px;
    color: #6E6E6E;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.intro form {
    background-color: #fff;
    float: right;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

.intro form label {
    display: block;
    font-weight: bolder;
}

.intro form select {
    width: 100%;
    border: 1px solid #C2C2C2;
    margin-top: 5px;
    border-radius: 7px;
    padding: 8px;
    margin-bottom: 10px;
    outline: none;
}

.intro form input[type="search"] {
    width: 100%;
    border: 1px solid #C2C2C2;
    margin-top: 5px;
    border-radius: 7px;
    padding: 8px;
    margin-bottom: 10px;
    outline: none;
}

.intro form button {
    background-color: #2A7BA8;
    width: 100%;
    transition: .6s all ease-in-out;
    border-radius: 7px;
    display: block;
    padding: 10px 5px;
    border: none;
    color: #fff;
    margin-top: 30px;
}

.intro form button:hover {
    background-color: #F47931;
}

.intro form button i {
    margin-left: 3px;
}

.intro .pic img {
    margin-top: -90px;
    width: 400px;
}

.sponsers-link {
    margin: 50px 0px;
}

.sponsers-link img {
    height: 280px;
    width: 100%;
    object-fit: contain !important;
    object-position: center center !important;
}

.header-mobile {
    position: fixed;
    top: 0px;
    display: none;
    right: 0px;
    width: 100%;
    background-color: #EBF0FF;
    box-shadow: 0px 0px 10px 0px #2A7BA8;
    z-index: 9999999999;
    padding: 10px;
}

.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    text-align: center;
    z-index: 999999999999999999;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    background-color: #2A7BA8;
    transition: 0.5s;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sidenav .closebtn {
    position: absolute;
    top: -50px;
    z-index: 999999;
    left: 10px;
    color: #fff;
    font-size: 46px;
    margin-left: 50px;
}

.sidenav .logo img {
    margin-top: 50px;
    width: 200px;
}

.sidenav .sidenav-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 20px;
}

.sidenav .sidenav-menu ul li {
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

.sidenav .sidenav-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.sidenav .sidenav-menu ul .new-serv {
    background-color: #F47931;
    padding: 10px 20px;
    border-radius: 5px;
}

.sidenav .sidenav-menu ul .new-serv a {
    color: #fff;
    text-decoration: none;
}

.sidenav .sidenav-menu ul .new-serv a i {
    margin-left: 5px;
}

.sidenav .more-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

.sidenav .more-links ul li {
    display: inline-block;
    margin-right: 20px;
}

.sidenav .more-links ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}

.sidenav .more-links ul .new-serv {
    background-color: #F47931;
    padding: 10px 20px;
    border-radius: 5px;
}

.sidenav .more-links ul .new-serv a {
    color: #fff;
    text-decoration: none;
}

.sidenav .more-links ul .new-serv a i {
    margin-left: 5px;
}

.sidenav .more-links ul li img {
    width: 40px;
}

.sidenav .more-links ul li i {
    color: #fff;
    position: relative;
}

.sidenav .more-links ul li .dot {
    position: absolute;
    top: 30px;
    margin-right: -8px;
}

.sidenav .more-links ul li .dot i {
    font-size: 8px;
    color: #F47931;
!important;
}


.hidden-xx {
    float: left;
    font-size: 40px;
    color: #2A7BA8;
}

.all-categories {
    margin-top: 30px;
}

.all-categories .info h4 {
    font-size: 18px;
    color: #000;
    font-weight: bolder;
}

.all-categories .info h4 a {
    float: left;
    font-size: 12px;
    color: #2A7BA8;
    text-decoration: none;
    margin-top: 20px;
    background: #fff;
    padding: 13px;
}

.all-categories .info p {
    font-size: 14px;
    color: #000;
}

.all-categories .one {
    position: relative;
    transition: all .6s ease-in-out;
    margin-top: 20px;
    margin-bottom: 10px;
}

.all-categories .one img {
    height: 180px;
    width: 100%;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 8px;
}

.all-categories .one a {
    position: absolute;
    text-decoration: none;
    transition: all .6s ease-in-out;
    color: #fff;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 50%;
    font-weight: bolder;
    font-size: 18px;
    margin: 0 auto;
}

.all-categories .one:hover a {
    font-size: 22px;
}

.category-best {
    margin-top: 30px;
    margin-bottom: 50px;
}

.category-best .the-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.category-best .the-tabs ul li {
    display: inline-block;
    margin-left: 10px;
    width: 130px;
    text-align: center;
    padding: 10px;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
}

.category-best .the-tabs ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #707070;
    font-weight: bolder;
}

.category-best .the-tabs ul .active {
    border: none;
    background-color: #019CDD;
}

.category-best .the-tabs ul .active a {
    color: #fff;

}

.category-best .tab-content {
    margin-top: 10px;
}

.category-best .one-best {
    transition: all .6s ease-in-out;
    background-color: #fff;
    width: 100%;
    float: right;
    border-radius: 10px;
    margin-bottom: 15px;
}

.category-best .one-best:hover {
    background-color: #2A7BA8;
    color: #fff;
}

.category-best .one-best:hover .info h2 span {
    color: #fff;
}

.category-best .one-best img {
    height: 175px;
    width: 100%;
    object-fit: contain !important;
    object-position: center center !important;
}

.category-best .one-best .info {
    padding: 10px;
}

.category-best .one-best .info .user {
    height: auto;
    width: 50px;
    margin-top: -40px;
    border-radius: 50%;
}

.category-best .one-best .info h4 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bolder;
}

.category-best .one-best .info h4 a {
    color: #333;
    text-decoration: none;
}

.category-best .one-best .info h4 a:hover, .category-best .one-best:hover .info h4 a {
    color: #fff8f8;
    text-decoration: none;
}

.category-best .one-best .info h4 button {
    float: left;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 20px;
    margin-top: -5px;
}

.category-best .one-best .info p {
    font-weight: bolder;
    font-size: 12px;
    line-height: 25px;
}

.category-best .one-best .rate .checked {
    color: orange;
}

.category-best .one-best .info h2 {
    text-align: right;
    font-weight: bolder;
    font-size: 14px;
}

.category-best .one-best .info h2 span {
    margin-right: 10px;
    color: #2A7BA8;
    font-size: 18px;
}

.category-best .carousel-indicators {
    bottom: -55px;
}

.carousel-indicators .active {
    background-color: #2A7BA8;
}

.carousel-indicators li {
    background-color: #707070;
}

.banner {
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url("../images/Group 44.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner .content h3 {
    line-height: 35px;
    font-weight: bolder;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner .content h5 {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.banner .content a {
    display: inline-block;
    /*float: right;*/
    /*width: 150px;*/
    margin-bottom: 20px;
    margin-left: 20px;

}

.to-join {
    margin-top: 20px;
    margin-bottom: 30px;
}

.to-join .content h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bolder;
}

.to-join .content h4 {
    font-size: 16px;
}

.to-join .content p {
    font-size: 12px;
    color: #6E6E6E;
}

.to-join .content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.to-join .content ul li {
    margin-top: 20px;
}

.to-join .content ul li i {
    margin-left: 10px;
    color: #33B538;
}

.to-join .pic img {
    width: 100%;
    float: left;
    padding: 20px;
}


.footer {
    border-top: 1px solid #707070;
    float: right;
    width: 100%;
    padding-top: 35px;
    background-color: #2A7BA8;
    margin-top: 20px;
    padding-bottom: 12px;
    position: relative;
}

.footer .footer-content img {
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.footer .footer-content p {
    line-height: 30px;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

.footer .footer-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.footer .footer-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    width: 100%;
}

.footer .footer-content ul li {
    padding-right: 15px;
    margin-top: 10px;
    width: 100%;
    display: block;
}

.footer .footer-content ul li a {
    transition: all .6s ease-in-out;
    color: #fff;
    text-decoration: none;
}

.footer .footer-content ul li a:hover {
    color: #F47931;
}

.footer .footer-content ul li a i {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}

.footer .footer-content .social-media {
    list-style: none;
    padding: 0px;
    list-style: none;
    margin-top: 0px;
}

.footer .footer-content .social-media li {
    transition: all .6s ease-in-out;
    border: 1px solid #707070;
    padding-right: 0px;
    border-radius: 150px;
    display: inline-block;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}

.footer .footer-content .social-media li a i {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 14px;
}

.footer .footer-content .social-media li:hover {
    background-color: #F47931;
}

.footer .footer-content .social-media li:hover a {
    color: #fff;
}

.footer .copyright {
    padding-top: 10px;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #fff;
}

.footer .copyright p {
    color: #fff;
}

.footer .fixed-icons {
    position: fixed;
    left: 5%;
    bottom: 80px;
}

.footer .fixed-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer .fixed-icons ul li {
    background-color: #F47931;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    padding: 10px;
    margin-top: 15px;
    display: block;
    line-height: 30px;
    text-align: center;
}

.footer .fixed-icons ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}


@media screen and (max-width: 600px) {
    .footer .fixed-icons {
        display:none;
    }
}


.modal {
    opacity: .98 !important;
    background-color: #232323;
    z-index: 999999999999999;
}

.modal .modal-header {
    background-color: #2A7BA8;
    text-align: center;
    float: right;
    padding: 15px 0px;
    width: 100%;
    padding-bottom: 0px;
}

.modal .modal-header h4 {
    font-size: 16px;
    color: #fff;
}

.modal .modal-header .close {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    opacity: 1;
}

.modal .modal-body {
    position: relative;
    float: right;
    width: 100%;
    background-color: #fff;
}

.modal .modal-body form {
    padding: 20px;
}

.modal .modal-body form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #C2C2C2;
}

.modal .modal-body form button {
    width: 100%;
    padding: 12px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #2A7BA8;
    outline: none;
    border: 1px solid #C2C2C2;
}

.modal .modal-body .links a {
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
    text-decoration: none;
    color: #2A7BA8;
}

.modal .modal-body .links .lefty {
    float: left;
    cursor: pointer;
}

#SignUpModel .the-tabs ul {
    list-style: none;
    float: none;
    padding: 0px;
    position: relative;
    z-index: 9999999999;
    margin-top: 30px;
    margin-bottom: 0px;
}

#SignUpModel .the-tabs ul li {
    display: inline-block;
    margin-left: 0px;
    width: 49%;
    text-align: center;
    padding: 16px;
}

#SignUpModel .the-tabs ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}

#SignUpModel .the-tabs ul .active {
    border: none;
    background-color: #f47930;
}

#SignUpModel .the-tabs ul .active a {
    color: #fff;

}

#SignUpModel .tab-content form {
    margin-top: 10px;
}

#SignUpModel .tab-content form button {
    margin-top: 20px;
}

#SignUpModel .tab-content form input[type="radio"], input[type="checkbox"] {
    width: 25px !important;
    display: inline-block;
}

.road {
    padding: 20px;
    background-color: #2A7BA8;
}

.road ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.road ul li {
    display: inline-block;
    margin-left: 15px;
}

.road ul li a {
    color: #fff;
    text-decoration: none;
}

.road ul li i {
    color: #fff;
}

.road ul .new-serv {
    background-color: #F47931;
    padding: 5px 15px;
    float: left;
}

.terms {
    margin-top: 25px;
}

.terms .content h3 {
    font-size: 20px;
    font-weight: bolder;
}

.terms .content .para {
    border: 1px solid #c0c0c0;
    padding: 20px;
    border-radius: 10px;
    float: right;
    margin-top: 20px;
    width: 100%;
}

.terms .content .para p {
    /*width: 70%;*/
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    /*float: right;*/
}

.terms .content .para img {
    float: right;
    border-radius: 10px;
    padding: 15px;
    width: 28%;
}

.contact-us {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-us h3 {
    background-color: #2A7BA8;
    margin: 0px;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.contact-us .the-form {
    background-color: #fff;
    width: 100%;
    float: right;
}

.contact-us .the-form form {
    padding: 30px;
}

.contact-us form input {
    width: 100%;
    border-radius: 8px;
    outline: none;
    padding: 12px;
    /*color: #000;*/
    margin-top: 15px;
    border: 1px solid #9d9d9d;
}

.contact-us form textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    border-radius: 8px;
    outline: none;
    padding: 12px;
    margin-top: 15px;
    border: 1px solid #9d9d9d;
}

.contact-us form select {
    width: 100%;
    border-radius: 8px;
    outline: none;
    padding: 12px;
    color: #7d8fa0;
    margin-top: 15px;
    border: 1px solid #9d9d9d;
}

.contact-us form button {
    display: block;
    margin: 0 auto;
    width: 200px;
    color: #fff;
    border: none;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #2A7BA8;
    padding: 15px;
}

.about-us .who-about {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-us .who-about .content {
    text-align: left;
}

.about-us .who-about .content h4 {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    color: #2A7BA8;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 5px;
}

.about-us .who-about .content span {
    margin-top: 5px;
}

.about-us .who-about .prof, .about-us .who-about .content {
    display: inline-block;
}

.about-us .who-about .prof img {
    width: 70px;
    margin-right: 15px;
    margin-top: -30px;
}

.about-us {
    margin-top: 30px;
}

.about-us .ab-con {
    text-align: center;
}

.about-us .ab-con h5 {
    font-size: 14px;
}

.about-us .ab-con h3 {
    font-size: 20px;
    color: #2A7BA8;
    font-weight: bolder;
}

.about-us .ab-con p {
    font-size: 16px;
    color: #6E6E6E;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 35px;
}

.about-us .con {
    margin-top: 50px;
}

.about-us .con h4 {
    color: #2A7BA8;
    font-weight: bolder;
    font-size: 20px;
}

.about-us .con p {
    color: #6E6E6E;
    line-height: 30px;
}

.about-us .con ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.about-us .con ul li {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}

.about-us .con ul li i {
    color: #2b542c;
    margin-left: 15px;
}

.about-us .pic {
    padding: 30px;
    margin-top: 50px;
}

.about-us .pic img {
    width: 100%;
}

.banner-pic {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../images/banner-bk.png");
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 70px;
}

.banner-pic .content {
    padding-top: 70px;
}

.banner-pic .content h3 {
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

.banner-pic .content h6 {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
}

.banner-pic .content p {
    font-size: 12px;
    color: #fff;
    font-weight: bolder;
    line-height: 30px;
    margin-top: 15px;
}

.banner-pic .apps img {
    display: inline-block;
    width: 170px;
    margin-left: 15px;
    margin-top: 10px;
}

.testmonials .head {
    width: 60%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.testmonials .head h4 {
    font-size: 22px;
    width: 50%;
    display: block;
    margin: 0 auto;
    line-height: 40px;
}

.testmonials .head p {
    line-height: 35px;
    font-size: 16px;
    color: #6E6E6E;
}

.testmonials .pic-testo {
    width: 25%;
    float: right;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.testmonials .pic-testo img {
    width: 70px;
}

.testmonials .one-testo {
    text-align: center;
    padding: 20px;
    border-right: 5px solid #2A7BA8;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 70%;
    display: inline-block;
    background-color: #fff;
}

.testmonials .one-testo img {
    width: 60px;
    display: inline-block;
}

.testmonials .one-testo .con {
    display: inline-block;
    text-align: right;
}

.testmonials .one-testo h3 {
    color: #2A7BA8;
    font-size: 20px;
    font-weight: bolder;
}

.testmonials .one-testo span {
    color: #2b542c;
    font-size: 14px;
    margin-top: 0px;
}

.testmonials .one-testo p {
    margin-top: 15px;
    line-height: 30px;
    font-size: 12px;
}

.the-notifications {
    margin-top: 15px;
}

.the-notifications h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.the-notifications .the-one {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #E1E1E1;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    float: right;
    margin-bottom: 20px;
}

.the-notifications .the-one .circle {
    border: 1px solid #BFD4DF;
    display: inline-block;
    position: relative;
    border-radius: 150px;
    float: right;
    width: 50px;
    color: #BFD4DF;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.the-notifications .the-one .circle span {
    position: absolute;
    top: -22px;
    color: #F47931;
    font-size: 10px;
}

.the-notifications .the-one .content {
    display: inline-block;
    float: right;
    font-weight: bolder;
    margin-right: 30px;
}

.the-notifications .the-one .content p {
    font-size: 16px;
}

.the-notifications .the-one .content p a {
    color: #000;
    font-weight: bolder;
    font-size: 14px;
    text-decoration: none;
}

.the-notifications .the-one .content p .read {
    color: #ABABAB;
}

.the-notifications .the-one .content h5 {
    font-size: 12px;
    color: #ABABAB;
}

.the-notifications .the-one .link {
    float: left;
    width: 100%;
}

.the-notifications .the-one .link a {
    color: #fff;
    text-align: center;
    display: block;
    transition: all .6s ease-in-out;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #2A7BA8;
    padding: 14px;
}

.the-notifications .the-one .link a:hover {
    background-color: #F47931;
}

.chat-message {
    padding-top: 40px;
}

.chat-message .head h3 {
    padding: 15px;
    background-color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.chat-message .chat-menu {
    width: 100%;
    float: right;
    text-align: center;

}

.chat-message .right-side, .chat-message .left-side {
    background-color: #fff;
    float: right;
    width: 100%;
    padding-bottom: 20px;
}

.chat-message .chat-menu .the-one {
    float: right;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.chat-message .chat-menu .active {
    background-color: #EBF0FF;
}

.chat-message .chat-menu .the-one .user {
    position: relative;
}

.chat-message .chat-menu .the-one .user i {
    position: absolute;
    bottom: 18px;
    right: 30px;
    /* left: auto; */
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
}

.chat-message .chat-menu .the-one .user .online {
    color: #2ABB48;
}

.chat-message .chat-menu .the-one .user .offline {
    color: red;
}

.chat-message .chat-menu .the-one .user img {
    width: 50px;
    margin-left: 5px;
    color: #c6c6d6;
}

.chat-message .chat-menu .the-one .user h6 {
    font-size: 10px;
    font-weight: bolder;
}

.chat-message .chat-menu .the-one .con h4 {
    margin: 0px;
    float: right;
    text-align: right;
    color: #2A7BA8;
    font-size: 12px;
}

.chat-message .chat-menu .the-one .con span {
    float: left;
    color: #6E6E6E;
    font-size: 10px;
}

.chat-message .chat-menu .the-one .con p {
    line-height: 22px;
    float: right;
    width: 100%;
    font-size: 10px;
    margin-top: 12px;
    text-align: center;
}

.chat-message .upper {
    background-color: #fff;
    width: 100%;
    padding: 20px;
}

.chat-message .upper i {
    font-size: 20px;
}

.chat-message .upper img {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    /*margin-top: -20px;*/
}

.chat-message .upper h3 {
    font-size: 14px;
    margin: 0px;
    display: inline-block;
}

.chat-message .upper h3 span {
    display: block;
    margin-top: 10px;
    font-size: 10px;
}

.chat-message .upper .lefty {
    float: left;
    text-align: left;
    font-size: 16px;
    margin-top: 14px;
    margin-left: 15px;
}

.chat-message .chat-one h5 {
    text-align: center;
    display: block;
    width: 100%;
}

.chat-message .chat-one {
    margin-top: 10px;
}

.chat-message .chat-one p {
    width: 60%;
    display: block;
    float: right;
    background-color: #EAF1F5;
    position: relative;
    padding: 15px;
    padding-bottom: 50px;
    border: 1px solid #c6c6d6;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
}

.chat-message .chat-one p span {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 10px;
    color: #c6c6c6;
    position: absolute;
}

.chat-message .chat-two h5 {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
}

.chat-message .chat-two p {
    width: 60%;
    background-color: #E9E9E9;
    color: #000;
    display: block;
    float: left;
    position: relative;
    padding: 15px;
    padding-bottom: 50px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
}

.chat-message .chat-two p span {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 10px;
    color: #000;
    position: absolute;
}

.chat-message .chats {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
}

.chat-message .chat-send {
    margin-top: 50px;
    width: 100%;
    float: right;
    display: block;
}

.chat-message .chat-send form input {
    width: 88%;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #c6c6c6;
}

.chat-message .chat-send form button {
    background-color: #2A7BA8;
    width: 8%;
    padding: 12px;
    color: #fff;
    border: none;
    margin-right: 10px;
    outline: none;
    border-radius: 10px;
}

.categories {
    margin-top: 20px;
}

.categories .head h3 {
    font-size: 22px;
    font-weight: bolder;
}

.categories .mini h3 {
    background-color: #2a7ba8;
    color: #ffffff;
    cursor: pointer;
    padding: 18px 16px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.categories .mini ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.categories .mini ul li {
    margin-top: 10px;
}

.categories .mini ul li a {
    text-decoration: none;
    color: #707070;
    font-weight: bolder;
}

.categories .mini ul li .active {
    color: #2A7BA8;
}


.categories .one {
    position: relative;
    transition: all .6s ease-in-out;
    margin-top: 20px;
    margin-bottom: 10px;
}

.categories .one img {
    height: 180px;
    width: 100%;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 8px;
}

.categories .one a {
    position: absolute;
    text-decoration: none;
    transition: all .6s ease-in-out;
    color: #fff;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 50%;
    font-weight: bolder;
    font-size: 18px;
    margin: 0 auto;
}

.categories .one:hover a {
    font-size: 22px;
}


.the-one-category .filter-category {
    padding-top: 30px;
}

.the-one-category .filter-category .accordion {
    background-color: #2a7ba8;
    color: #ffffff;
    cursor: pointer;
    padding: 18px 16px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.filter-category h4 {
    background-color: #2a7ba8;
    color: #ffffff;
    cursor: pointer;
    padding: 18px 16px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}


.the-one-category .filter-category .accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.the-one-category .filter-category .active:after {
    content: "\2212";
}

.the-one-category .filter-category .panel {
    padding: 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.the-one-category .filter-category .panel input {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #BFD4DF;
    border-radius: 5px;
    margin: 10px 0px;
    box-shadow: 12px 6px 0px 1px rgb(20 20 20 / 9%);
}

.the-one-category .filter-category .panel select {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #BFD4DF;
    border-radius: 5px;
    margin: 4px 0px;
    box-shadow: 12px 6px 0px 1px rgb(20 20 20 / 9%);
}

.the-one-category .filter-category input[type="checkbox"] {
    width: 25px !important;
    display: inline-block;
    height: 15px;
}

.the-one-category .filter-category label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 5px;
}

.the-one-category .category-details {
    margin-top: 50px;
}

.the-one-category .category-details .one-best {
    transition: all .6s ease-in-out;
    background-color: #fff;
    width: 100%;
    float: right;
    border-radius: 10px;
    margin-bottom: 15px;
}

.the-one-category .category-details .one-best:hover {
    background-color: #2A7BA8;
    color: #fff;
}

.the-one-category .category-details .one-best:hover .info h2 span {
    color: #fff;
}

.the-one-category .category-details .one-best img {
    height: 175px;
    width: 100%;
    object-fit: contain !important;
    object-position: center center !important;
}

.the-one-category .category-details .one-best .info {
    padding: 10px;
}

.the-one-category .category-details .one-best .info .user {
    height: auto;
    width: 50px;
    margin-top: -40px;
    border-radius: 50%;
}

.the-one-category .category-details .one-best .info h4 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bolder;
}

.the-one-category .category-details .one-best .info h4 button {
    float: left;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 20px;
    margin-top: -5px;
}

.the-one-category .category-details .one-best .info p {
    font-weight: bolder;
    font-size: 12px;
    line-height: 25px;
}

.the-one-category .category-details .one-best .rate .checked {
    color: orange;
}

.the-one-category .category-details .one-best .info h2 {
    text-align: right;
    font-weight: bolder;
    font-size: 14px;
}

.the-one-category .category-details .one-best .info h2 span {
    margin-right: 10px;
    color: #2A7BA8;
    font-size: 18px;
}

.my-orders, .all-balance {
    margin-top: 30px;
}

.my-orders .main-prof, .all-balance .main-prof, .profile-view .main-prof {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 20px 0px;
}

.my-orders .main-prof img, .all-balance .main-prof img, .profile-view .main-prof img {
    width: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.my-orders .main-prof h4, .all-balance .main-prof h4, .profile-view .main-prof h4 {
    font-size: 16px;
    font-weight: bolder;
}

.my-orders .main-prof span i, .all-balance .main-prof span i, .profile-view .main-prof span i {
    color: green;
    font-size: 8px;
    margin-left: 5px;
}

.my-orders .main-prof span, .all-balance .main-prof span, .profile-view .main-prof span {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.my-orders .main-prof ul, .all-balance .main-prof ul, .profile-view .main-prof ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.my-orders .main-prof ul li, .all-balance .main-prof li, .profile-view .main-prof ul li {
    padding: 14px;
    background-color: #E1E1E1;
}

.my-orders .main-prof ul .list, .all-balance .main-prof ul .list, .profile-view .main-prof ul .list {
    background-color: #fff;
}

.my-orders .main-prof ul li h4, .all-balance .main-prof ul li h4, .profile-view .main-prof ul li h4 {
    margin: 0px;
    text-align: right;
    padding: 0px;
    font-size: 12px;
    padding-right: 30px;
}

.my-orders .main-prof ul li h4 i, .all-balance .main-prof ul li h4 i, .profile-view .main-prof ul li h4 i {
    font-size: 12px;
    margin-left: 10px;
    color: #F47931;
}

.my-orders .main-prof ul li h4 span, .all-balance .main-prof ul li h4 span, .profile-view .main-prof ul h4 span {
    float: left;
    margin-left: 20px;
    color: #6E6E6E;
}

.my-orders .main-prof a, .all-balance .main-prof a, .profile-view .main-prof a {
    background-color: #2A7BA8;
    width: 150px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
    border-radius: 10px;
}

.my-orders .all-orders {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    float: right;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 20px 0px;
    margin-top: 50px;
}

.my-orders .all-orders h3 {
    font-size: 18px;
    padding-right: 20px;
    margin: 0px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
}

.my-orders .all-orders .one-order {
    float: right;
    width: 100%;
    margin-top: 20px;
}

.my-orders .all-orders .one-order .pic {
    display: inline-block;
    float: right;
    width: 30%;
}

.my-orders .all-orders .one-order .pic img {
    width: 100%;
    border-radius: 8px;
}

.my-orders .all-orders .one-order .content {
    display: inline-block;
    width: 65%;
    float: right;
    padding-right: 20px;
}

.my-orders .all-orders .one-order .content h5 {
    margin: 0px;
    padding: 0px;
    color: #2A7BA8;
    font-weight: bolder;
}

.my-orders .all-orders .one-order .content a {
    margin-top: 30px;
    font-weight: bolder;
    color: #6E6E6E;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}

.my-orders .all-orders .one-order .content span i {
    color: green;
    margin-left: 10px;
}

.my-orders .all-orders .one-order .content span .not-comp {
    color: #F47931;
}

.my-orders .all-orders .one-order .links {
    margin-top: 5px;
}

.my-orders .all-orders .one-order .links a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #F47931;
}

.my-orders .all-orders .one-order .other-links {
    text-align: center;
    margin-top: 20px;
}

.my-orders .all-orders .one-order .other-links a {
    display: inline-block;
    /*width: 100%;*/
    margin-left: 10px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2A7BA8;
}

.my-orders .all-orders .one-order .other-links .see {
    background-color: #FF7B7B;
}

.my-orders .all-orders .one-order .links .see {
    background-color: #2A7BA8;
}

.all-balance .the-balance h3 {
    font-size: 18px;
    padding-right: 20px;
    margin: 0px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
}

.all-balance .the-balance {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    float: right;
    padding: 20px 0px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-top: 50px;
}

.all-balance .the-balance ul {
    /*list-style: none;*/
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
    margin-right: 15px;
}

.all-balance .the-balance ul li {
    margin-top: 15px;
    font-size: 12px;
}

.progress--circle {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 150px;
    margin-top: 30px;
    height: 150px;
    border-radius: 50%;
    background-color: #ddd;
}

.progress--circle:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
}

.progress--circle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #158109;
}

.progress__number {
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 1;
    margin-top: -30px;
    font-weight: bolder;
    text-align: center;
    color: #777;
}

.progress__number h5 {
    margin: 0px;
    padding: 0px;
}

.progress__number p {
    margin-bottom: 5px;
    margin-top: 10px;
    color: #2A7BA8;
    font-weight: bolder;
}

.progress--bar.progress--0:after {
    width: 0%;
}

.progress--circle.progress--0:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--5:after {
    width: 5%;
}

.progress--circle.progress--5:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(108deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--10:after {
    width: 10%;
}

.progress--circle.progress--10:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--15:after {
    width: 15%;
}

.progress--circle.progress--15:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(144deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--20:after {
    width: 20%;
}

.progress--circle.progress--20:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--25:after {
    width: 25%;
}

.progress--circle.progress--25:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--30:after {
    width: 30%;
}

.progress--circle.progress--30:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--35:after {
    width: 35%;
}

.progress--circle.progress--35:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(216deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--40:after {
    width: 40%;
}

.progress--circle.progress--40:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--45:after {
    width: 45%;
}

.progress--circle.progress--45:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(252deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--50:after {
    width: 50%;
}

.progress--circle.progress--50:after {
    background-image: linear-gradient(-90deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--55:after {
    width: 55%;
}

.progress--circle.progress--55:after {
    background-image: linear-gradient(-72deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--60:after {
    width: 60%;
}

.progress--circle.progress--60:after {
    background-image: linear-gradient(-54deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--65:after {
    width: 65%;
}

.progress--circle.progress--65:after {
    background-image: linear-gradient(-36deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--70:after {
    width: 70%;
}

.progress--circle.progress--70:after {
    background-image: linear-gradient(-18deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--75:after {
    width: 75%;
}

.progress--circle.progress--75:after {
    background-image: linear-gradient(0deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--80:after {
    width: 80%;
}

.progress--circle.progress--80:after {
    background-image: linear-gradient(18deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--85:after {
    width: 85%;
}

.progress--circle.progress--85:after {
    background-image: linear-gradient(36deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--90:after {
    width: 90%;
}

.progress--circle.progress--90:after {
    background-image: linear-gradient(54deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--95:after {
    width: 95%;
}

.progress--circle.progress--95:after {
    background-image: linear-gradient(72deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--100:after {
    width: 100%;
}

.progress--circle.progress--100:after {
    background-image: linear-gradient(90deg, #158109 50%, transparent 50%, transparent), linear-gradient(270deg, #158109 50%, #ddd 50%, #ddd);
}

.edit-account .edit {
    background-color: #fff;
    float: right;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-top: 50px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 50px;
}

.edit-account .edit h4 {
    text-align: right;
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
}

.edit-account .uploading-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
}

.edit-account .pic .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.edit-account .pic .uploading-2 .upload-btn-wrapper .btn {
    padding: 15px;
    width: 300px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    font-weight: bolder;
    text-align: center;
    outline: none;
    border: none;
}

.edit-account .pic .uploading-2 .upload-btn-wrapper .btn img {
    width: 80px;
    border-radius: 50%;
}

.edit-account .pic .upload-btn-wrapper .btn i {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 50px;
    font-size: 20px;
}

.edit-account .pic .upload-btn-wrapper input[type=file] {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    left: 0px;
    margin: 0 auto;
    margin-top: 18px;
    width: 70px;
    height: 70px;
    border-radius: 150px;
}

.edit-account .pic .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.edit-account form {
    padding: 0px 50px;
}

.edit-account form label {
    display: block;
    font-weight: bolder;
    margin-bottom: 10px;
    text-align: right;
}

.edit-account form input {
    width: 100%;
    border: 1px solid #C2C2C2;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    outline: none;
}

.edit-account form select {
    width: 100%;
    border: 1px solid #C2C2C2;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    outline: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 20px;
}

.edit-account form button {
    width: 150px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #2A7BA8;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.the-service {
    padding-top: 30px;
}

.the-service .one-serv .info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.the-service .one-serv .info h4 {
    font-size: 14px;
    font-weight: bolder;
    color: #2A7BA8;
    font-weight: bolder;
}

.the-service .one-serv .info h3 {
    font-size: 16px;
    color: #000;
    font-weight: bolder;
}

.the-service .one-serv .info span i {
    margin-left: 5px;
    color: #F4CD31;
}

.the-service .one-serv .big-fancy img {
    width: 100%;
    height: 380px;
    object-fit: contain !important;
    object-position: center center !important;
}

.the-service .one-serv .small-fancy {
    margin-top: 15px;
}

.the-service .one-serv .small-fancy img {
    width: 100%;
    height: 70px;
    object-fit: contain !important;
    object-position: center center !important;
}

.the-service .one-serv .content {
    background-color: #fff;
    float: right;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}

.the-service .one-serv .content p {
    line-height: 25px;
    font-size: 13px;
}

.the-service .one-serv .content h4 {
    font-size: 16px;
}

.the-service .one-serv .content h5 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #2a7ba8;
    padding: 10px;
    color: #fff;
}

.the-service .one-serv .content p {
    font-size: 10px;
    font-weight: bolder;
}

.the-service .testmonials-review {
    background-color: #fff;
    float: right;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}

.the-service .testmonials-review h4 {
    margin: 0px;
}

.the-service .testmonials-review hr {
    width: 100%;
    float: right;
    display: block;
}

.the-service .testmonials-review .the-one {
    float: right;
    width: 100%;
    background-color: #fff;
}

.the-service .testmonials-review .the-one .pic {
    width: 15%;
    margin-bottom: 20px;
    float: right;
}

.the-service .testmonials-review .the-one .pic img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.the-service .testmonials-review .the-one .content {
    width: 83%;
    display: inline-block;
    padding-right: 0px;
}

.the-service .testmonials-review .the-one .content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.the-service .testmonials-review .the-one .content ul li i {
    font-size: 12px;
}

.the-service .testmonials-review .the-one .content ul li {
    display: inline-block;
    margin-left: 0px;
    font-size: 10px;
    color: #F4CD31;
}

.the-service .testmonials-review .the-one .content ul li:last-child {
    margin-right: 10px;
}

.the-service .testmonials-review .the-one .content p {
    line-height: 25px;
    font-size: 12px;
}

.the-service .request-offer h4 {
    background-color: #F47931;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
}

.the-service .profile {
    background-color: #fff;
    float: right;
    padding-top: 15px;
    width: 100%;
}

.the-service .profile .pic {
    width: 12%;
    margin-right: 10px;
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.the-service .profile .pic img {
    width: 100%;
    border-radius: 50%;
}

.the-service .profile .content {
    width: 85%;
    padding-right: 15px;
    display: inline-block;
}

.the-service .profile .content h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 10px;
}

.the-service .profile .content h2 a, .the-service .profile .content h2 a:hover {
    text-decoration: none;
    color: #1c2429;
}

.the-service .profile .content h3 {
    margin: 0px;
    font-size: 18px;
    padding: 0px;
    margin-top: 10px;
}

.the-service .profile .content h3 a {
    float: left;
    padding: 10px;
    margin-top: -20px;
    margin-left: 20px;
    width: 40px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 23px;
    text-align: center;
    background-color: #F47931;
    border-radius: 150px;
}

.the-service .profile .content h3 a i {
    font-size: 18px;
    color: #fff;
}

.the-service .profile .content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.the-service .profile .content ul li i {
    font-size: 12px;
}

.the-service .profile .content ul li {
    display: inline-block;
    margin-left: 0px;
    font-size: 10px;
    color: #F4CD31;
}

.the-service .profile .content ul li:last-child {
    margin-right: 10px;
}


.the-service .profile .menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.the-service .profile .menu li {
    padding: 14px;
    background-color: #E1E1E1;
}

.the-service .profile .menu li h4 {
    font-size: 14px;
}

.the-service .profile .menu li h4 i {
    margin-left: 10px;
}

.the-service .profile .menu li h4 span {
    float: left;
    margin-left: 20px;
}

.the-service .profile .menu .list {
    background-color: #fff;
}

.the-service .share {
    background-color: #fff;
    float: right;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    border-radius: 8px;
    width: 100%;
}

.the-service .share h3 {
    text-align: center;
    font-size: 18px;
}

.the-service .share ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
    margin-bottom: 30px;
}

.the-service .share ul li {
    width: 40px;
    background-color: #2A7BA8;
    height: 40px;
    margin-left: 15px;
    border-radius: 150px;
    line-height: 40px;
    display: inline-block;
}

.the-service .share ul li a {
    color: #fff;
    text-decoration: none;
}

.the-service .request-offer h4 i {
    margin-left: 10px;
}

.iti__hide {
    display: none;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

#result {
    margin-bottom: 100px;
}

.iti {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.edit-account .menu,
.my-orders .menu,
.all-balance .menu {
    padding: 0px;
    list-style: none;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #fff;
}

.edit-account .menu li,
.my-orders .menu li,
.all-balance .menu li {
    display: block;
    padding: 15px;
}

.edit-account .menu li a,
.my-orders .menu li a,
.all-balance .menu li a {
    color: #000;
    text-decoration: none;
}

.edit-account .menu li a i,
.my-orders .menu li a i,
.all-balance .menu li a i {
    color: #F47931;
    margin-left: 10px;
}


.pen-title {
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

.pen-description {
    color: #FFFFFF;
    margin-bottom: 3rem;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

.pen-description a {
    color: #FFFFFF;
    text-decoration: underline;
}

.wrap {
    max-width: 85.375rem;
    margin: 0 auto;
}

.image-as-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.screen-reader-text {
    height: auto;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    height: auto;
    width: auto;
    background-color: #000000;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #FFFFFF;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    left: 0.3125rem;
    line-height: normal;
    padding: 0.9375rem 1.4375rem 0.875rem;
    text-decoration: none;
    top: 0.3125rem;
    z-index: 100000;
}

.form .chosen-container {
    font-size: 1rem;
}

.form .chosen-container .chosen-single,
.form .chosen-container .chosen-drop {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form .chosen-container-active.chosen-with-drop .chosen-single,
.form .chosen-container-active .chosen-choices {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form .chosen-container-active .chosen-results .highlighted {
    background: #21759b;
}

.chosen-container-multi .chosen-choices li {
    float: right;
}

.form .chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    padding: 5px 10px;
    font-size: 16px;
}

.search-choice {
    background: #2A7BA8 !important;
    padding: 8px 20px !important;
    font-size: 12px !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 9px;
}

.chosen-container .chosen-results {
    text-align: right;
}

.chosen-container .chosen-results {
    color: #2A7BA8;
    font-weight: bolder;
    font-size: 16px;
}

.edit-account .edit h5 {
    text-align: right;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.edit-account .edit .all-check input[type="radio"], input[type="checkbox"] {
    float: right;
}

.edit-account .certificate {
    background-color: #fff;
    float: right;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    margin-top: 50px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 50px;
}

.edit-account .certificate h4 {
    text-align: right;
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
}

.edit-account .certificate form .uploading-2 {
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

.edit-account .certificate form .uploading-2 button {
    width: 200px;
    display: block;
    float: right;
    font-weight: bolder;
    font-size: 16px;
}

.edit-account .certificate form .uploading-2 span {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 35px;
    font-size: 12px;
    color: #9d9d9d;
}

.edit-account .certificate form .upload-btn-wrapper input[type=file] {
    font-size: 34px;
    position: absolute;
    right: 0 !important;
    top: 0;
    opacity: 0;
    z-index: 999999999;
}

.edit-account .certificate form .uploading-2 .upload-btn-wrapper {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.profile-view {
    padding-top: 50px;
}

.profile-view .more-links {
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 5px 0px;
    margin-top: 30px;
}

.profile-view .more-links ul {
    list-style: none;
    padding: 0px;
    text-align: right;
    margin: 0px;
}

.profile-view .more-links ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #9d9d9d;
}

.profile-view .more-links ul li:last-child {
    border-bottom: none;
}

.profile-view .more-links ul li a {
    font-weight: bolder;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.profile-view .more-links ul li a i {
    color: #F47931;
    margin-left: 10px;
}

.profile-view .my-skills {
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 5px 0px;
    margin-top: 0px;
}

.profile-view .my-skills h4 {
    font-size: 22px;
    font-weight: bolder;
    padding-right: 20px;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 20px;
}

.profile-view .my-skills ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-view .my-skills ul li {
    background-color: #2A7BA8;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
    text-align: center;
}

.profile-view .my-certificate {
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9d9d9d;
    padding: 5px 0px;
    margin-top: 30px;
}

.profile-view .my-certificate h4 {
    font-size: 22px;
    font-weight: bolder;
    padding-right: 20px;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 20px;
}

.profile-view .my-certificate ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-view .my-certificate ul li {
    color: #fff;
    border-radius: 5px;
    width: 150px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
    text-align: center;
}

.profile-view .my-certificate ul li img {
    width: 150px;
    height: 100px;
    object-fit: contain !important;
    object-position: center center !important;
}

.add-new-serv {
    margin-top: 30px;
    margin-bottom: 30px;
}

.add-new-serv .add-new {
    background-color: #fff;
    float: right;
    width: 100%;
}

.add-new-serv .add-new h3 {
    background-color: #2A7BA8;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    margin: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.add-new-serv .add-new form {
    width: 80%;
    padding-top: 30px;
    display: block;
    margin: 0 auto;
}

.add-new-serv .add-new form label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.add-new-serv .add-new form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #BFD4DF;
    outline: none;
    border-radius: 5px;
    box-shadow: 12px 6px 0px 1px rgb(20 20 20 / 4%);

}

.add-new-serv .add-new form span {
    color: #FF0000;
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.add-new-serv .add-new form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #BFD4DF;
    outline: none;
    border-radius: 5px;
    box-shadow: 12px 6px 0px 1px rgb(20 20 20 / 4%);
}

.add-new-serv .add-new form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #BFD4DF;
    outline: none;
    height: 150px;
    resize: none;
    box-shadow: 12px 6px 0px 1px rgb(20 20 20 / 4%);
}

.add-new-serv .add-new form .uploading-2 {
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

.add-new-serv .add-new form .uploading-2 button {
    width: 200px;
    display: block;
    background-color: #2A7BA8;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    float: right;
    font-weight: bolder;
    font-size: 16px;
}

.add-new-serv .add-new form .uploading-2 span {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 32px;
    font-size: 12px;
    color: #9d9d9d;
}

.add-new-serv .add-new form .upload-btn-wrapper input[type=file] {
    font-size: 34px;
    position: absolute;
    right: 0 !important;
    top: 0;
    opacity: 0;
    z-index: 999999999;
}

.add-new-serv .add-new form .uploading-2 .upload-btn-wrapper {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.add-new-serv .add-new form .adding {
    background-color: #2A7BA8;
    color: #fff;
    width: 200px;
    display: block;
    float: right;
    padding: 15px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.add-new-serv .add-new form button {
    background-color: #F47931;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 15px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.implementation-road {
    margin-top: 20px;
}

.implementation-road .road {
    display: block;
    box-shadow: 0px 0px 10px 0px #707070;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 0px;
}

.implementation-road .road li {
    display: inline-block;
    font-size: 12px;
    margin-right: 35px;
}

.implementation-road .road li i {
    font-size: 16px;
    color: #2A7BA8;
    margin-left: 15px;
}

.implementation-road .progressbar {
    counter-reset: step;
}

.implementation-road .progressbar li {
    list-style: none;
    display: inline-block;
    width: 30%;
    color: #2A7BA8;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.implementation-road .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.implementation-road .progressbar li:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: 182px;
    z-index: 9999;
}

.implementation-road .progressbar li:first-child:after {
    content: none;
}

.implementation-road .progressbar li.active {
    color: green;
}

.implementation-road .progressbar li.active:before {
    border-color: green;
}

.implementation-road .progressbar li.active + li:after {
    background-color: green;
}

.implementation-road .order-status {
    background-color: #fff;
    padding: 20px 0px;
    width: 100%;
    float: right;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 0px #707070;
    border-radius: 5px;
}

.implementation-road .order-status h4 {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.implementation-road .chat {
    float: right;
    display: block;
    box-shadow: 0px 0px 10px 0px #707070;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 0px;
    margin-top: 30px;
}

.implementation-road .chat h4 {
    font-size: 16px;
    font-weight: bolder;
    padding-right: 20px;
}

.implementation-road .chat a {
    display: block;
    float: left;
    background-color: #2a6496;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: -50px;
    text-decoration: none;
    margin-left: 30px;
}

.implementation-road .chat h5 {
    font-size: 14px;
    color: #FF0000;
    font-weight: bolder;
    padding-right: 20px;
}

.implementation-road .chat .one {
    background-color: #EAF1F5;
    width: 50%;
    float: right;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.implementation-road .chat .one p {
    font-size: 12px;
    line-height: 25px;
}

.implementation-road .chat .one span {
    font-size: 12px;
    font-weight: bolder;
}

.implementation-road .chat .date {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.implementation-road .chat hr {
    width: 100%;
    float: right;
    display: block;
}

.implementation-road .chat .two {
    background-color: #E9E9E9;
    width: 50%;
    float: left;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.implementation-road .chat .two p {
    font-size: 12px;
    line-height: 25px;
}

.implementation-road .chat .two span {
    font-size: 12px;
    font-weight: bolder;
}

.implementation-road .chat form {
    width: 100%;
    float: right;
    text-align: center;
}

.implementation-road .chat form textarea {
    margin: 30px;
    outline: none;
    border-radius: 8px;
    width: 90%;
    border: 1px solid #BFD4DF;
    height: 150px;
    resize: none;
    padding: 15px;
}

.implementation-road .chat form .uploading-2 {
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;

    margin-right: 50px;
}

.implementation-road .chat form .uploading-2 button {
    width: 200px;
    display: block;
    float: right;
    color: #fff;
    padding: 12px;
    background-color: #2A7BA8;
    border-radius: 5px;
    border: none;
    font-weight: bolder;
    font-size: 16px;
}

.implementation-road .chat form .uploading-2 span {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 12px;
    color: #9d9d9d;
}

.implementation-road .chat form .upload-btn-wrapper input[type=file] {
    font-size: 34px;
    position: absolute;
    right: 0 !important;
    top: 0;
    opacity: 0;
    z-index: 999999999;
}

.implementation-road .chat form .uploading-2 .upload-btn-wrapper {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
}

.implementation-road .chat form .send {
    background-color: #2A7BA8;
    width: 200px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 7px;
    margin-top: 25px;
    padding: 12px;
    color: #fff;

}

.send-request {
    margin-top: 50px;
    margin-bottom: 50px;
}

.send-request .the-form {
    background-color: #fff;
    float: right;
    width: 100%;
    padding-bottom: 30px;
}

.send-request .the-form h3 {
    margin: 0px;
    background-color: #2A7BA8;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.send-request .the-form form label {
    display: block;
    float: right;
    width: 100%;
    font-weight: bolder;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px
}

.send-request .the-form form {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}

.send-request .the-form form .input2 {
    width: 100%;
    display: block;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background-color: #EBF0FF;
    padding: 12px;
    outline: none;
}

.send-request .the-form form input {
    width: 100%;
    display: block;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background-color: #fff;
    padding: 12px;
    outline: none;
}

.send-request .the-form form select {
    width: 100%;
    display: block;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    background-color: #fff;
    padding: 12px;
    outline: none;
}

.send-request .the-form form button {
    background-color: #2A7BA8;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 15px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.confirm button {
    background-color: #F47931;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 15px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 40px;
    border-radius: 5px;
}


.the-rate {
    margin-top: 50px;
    margin-bottom: 50px;
}

.the-rate .the-form {
    background-color: #fff;
    float: right;
    width: 100%;
    padding-bottom: 30px;
}

.the-rate .the-form h3 {
    margin: 0px;
    background-color: #2A7BA8;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.the-rate .the-form form h5 {
    display: block;
    float: right;
    width: 100%;
    font-weight: bolder;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px
}


.the-rate .the-form form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #BFD4DF;
    outline: none;
    height: 150px;
    resize: none;
}

.the-rate .the-form form {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}

.the-rate .the-form form button {
    background-color: #2A7BA8;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 15px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.the-rate .visuhide {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.star__container:hover .star__item, .star__radio:checked ~ .star__item {
    filter: grayscale(0);
}

.star__item:hover ~ .star__item, .star__item, .star__container:not(:hover) > .star__radio:nth-of-type(5):checked ~ .star__item:nth-of-type(5) ~ .star__item, .star__container:not(:hover) > .star__radio:nth-of-type(4):checked ~ .star__item:nth-of-type(4) ~ .star__item, .star__container:not(:hover) > .star__radio:nth-of-type(3):checked ~ .star__item:nth-of-type(3) ~ .star__item, .star__container:not(:hover) > .star__radio:nth-of-type(2):checked ~ .star__item:nth-of-type(2) ~ .star__item, .star__container:not(:hover) > .star__radio:nth-of-type(1):checked ~ .star__item:nth-of-type(1) ~ .star__item {
    filter: grayscale(1);
}

.star__radio:nth-of-type(1):checked ~ .star__item:nth-of-type(1)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(2):checked ~ .star__item:nth-of-type(2)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(3):checked ~ .star__item:nth-of-type(3)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(4):checked ~ .star__item:nth-of-type(4)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__radio:nth-of-type(5):checked ~ .star__item:nth-of-type(5)::before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.5, 1.5, 0.25, 1);
}

.star__container:focus-within {
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.5);
}

.star__item {
    display: inline-flex;
    width: 50px !important;
    font-size: 40px !important;
    height: 30px !important;;
}

.star__item::before {
    content: "⭐️";
    display: inline-block;
    margin: auto;
    font-size: 34px;
    /*vertical-align: top;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50% 33.3%;
    transition: transform 0.3s ease-out;
}

#VerificationModel .modal-body {
    border-radius: 10px;
}

.verification-code h3 {
    position: relative;
    height: 170px;
    background-color: #2A7BA8;
    text-align: center;
    color: #fff;
    margin: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 170px;
}

.verification-code h3 i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 18px;
}

.verification-code .close {
    color: #fff;
    opacity: 1;
}

.verification-code {
    text-align: center;
    direction: ltr;
}

.verification-code .verification-code--inputs button {
    width: 100% !important;
    padding: 15px !important;
}

.verification-code .verification-code--inputs input[type=text] {
    border: 1px solid #C2C2C2;
    width: 100px;
    height: 50px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 50px;
}

.verification-code form button i {
    margin-right: 10px;
}

.verification-code .links {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 10px;
}

.verification-code .links a {
    text-decoration: none;
    margin-bottom: 30px;
    color: #2a6496;
    font-weight: bolder;
}

.verification-code .links .lefty {
    float: left;
}

.modal-logo {
    width: 200px;
    display: block;
    margin: 0px auto 20px;
}

.error-page .pic {
    margin-top: 50px;
}

.error-page .pic img {
    width: 270px;
    display: block;
    margin: 0 auto;
}

.error-page .con {
    text-align: center;
    margin-top: 30px;
}

.error-page .con h5 {
    font-size: 16px;
    line-height: 30px;
}

.error-page .con p {
    font-size: 16px;
    color: #6E6E6E;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 35px;
}

.alert-complete-info {
    width: 95%;
    margin: 20px auto 15px;
}

.ltr-input {
    direction: ltr;
    text-align: right;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li {
    float: right !important;
}

.done {
    padding: 70px 0px;
    text-align: center;
}

.done h3 {
    font-weight: bolder;
    font-size: 22px;
    padding: 50px;
    border: 3px solid #f47931;
    border-radius: 10px/100px;
}

#add_service_form hr {
    border: 1px solid #eee !important;
}

.service-link {
    all: unset;
}

.service-link:hover {
    cursor: pointer;
}

.ban-service {
    color: #f30c0e !important;
}

.edit-link {
    background-color: #00a67c !important;
}

.accept-cancel-service {
    position: relative;
    width: 50%;
    margin: 20px auto;
    padding: 10px;
    /*border: 1px solid #b03e3f;*/
}

.accept-cancel-service ul li {
    display: inline-block;
    list-style-type: none;
    width: 49%;
}

.accept-cancel-service ul li a.accept {
    width: 100%;
    background-color: #00a67c !important;
    display: block;
    padding: 8px;
    color: #fff;
    text-align: center;
}

.accept-cancel-service ul li a.refuse {
    width: 100%;
    background-color: #bb3a3b !important;
    display: block;
    padding: 8px;
    color: #fff;
    text-align: center;
}

.accept-cancel-service ul li a.accept:hover, .accept-cancel-service ul li a.refuse:hover {
    text-decoration: none;
}

.single-service-img {
    width: 128px;
    height: 128px;
    display: block;
    margin: 0 auto;
}

.delete-img {
    font-size: 20px;
    color: #f12424;
    display: block;
    text-align: center;
    cursor: pointer;
}

.search-btn {
    background-color: #2a7ba8;
    color: #ffffff;
    display: block;
    padding: 10px 10px;
    width: 60%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 20px;
    margin: 0px auto;
    border-radius: 10px 100px;
    transition: 0.4s;
}

.wishlist-btn {
    cursor: pointer;
    font-size: 18px;
    background-color: #df3c44 !important;
    padding: 5px 10px !important;
}

.sel_srv_times{
    margin-top: 8px;
    display: block;
    text-shadow: 0px 0px 1px #23272b;
}

#sel_srv{
    position: relative;
    width: 90%;
    text-align: center;
    text-align-last: center;
    height: 35px;
    border: 1px solid #f47931;
    border-radius: 4px;
    outline-style: none;
    box-shadow: 5px 5px 3px #e1e1e1;
}

.color{
    text-shadow: 0px 0px 1px #f47931;
    color: #f47931;
    margin-right: 5px;
}

.balance-withdrawal-container{
    position: relative;
    width: 90%;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #BFD4DF;
    padding: 10px;
    box-shadow: 10px 10px 2px #efefef;
}

.balance-withdrawal-container span{
    display: block;
    text-align: center;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: bold;
}

.balance-withdrawal-container button{
    display: block;
    width: 50%;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    border: 0px;
    outline-style: none;
    background-color: #f47931;
    color: #fff;
    border-radius: 2px;
}
.modal .modal-body form .eye
{
    position: absolute;
    top: 97px;
    font-size: 20px;
    color: #2A7BA8;
    left: 54px;
}
.modal .modal-body form i.fas.fa-eye.eye.passi{
    position: absolute;
    top: 263px;
    font-size: 20px;
    color: #2A7BA8;
    left: 54px;
}
.modal .modal-body form i.fas.fa-eye.eye.passi2{
    position: absolute;
    top: 335px;
    font-size: 20px;
    color: #2A7BA8;
    left: 54px;
}
.modal .modal-body form i.fas.fa-eye.eye.passpro{
    position: absolute;
    top: 260px;
    font-size: 20px;
    color: #2A7BA8;
    left: 54px;
}
.modal .modal-body form i.fas.fa-eye.eye.passnew{
    position: absolute;
    top: 335px;
    font-size: 20px;
    color: #2A7BA8;
    left: 54px;
}
