@import url('https://onlineexampros.com/assets/poppins-font/pxiEyp8kv8JHgFVrJJfecg%20.woff2');

body {
    font-family: 'Poppins', sans-serif !important;
    color: black;
    overflow-x: hidden;
    background-color:#ffffff !important;
}

.order_detail p {
    font-size: 15px;
    line-height: 1;
}

.error {
    color: red;
    font-size: 14px;
}

.service-error {
    color: #495057;
    font-size: 14px;
}

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999;
}

.shows {
    opacity: 1;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    border-radius: 5px 0 0 5px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
    background: linear-gradient(90deg, #ef914c 0, #f4751a 91%);
    background: linear-gradient(110deg, #ee9453 0, #f47418 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -52px;
    white-space: pre;
    bottom: 87px;
}

.tp a {
    color: #fff;
    font-size: 14px;
}

.header-text{
     display: inline-flex; 
    align-items: center; 
    width: 44px;
    height: 44px; 
    padding: 10px; 
    text-align: center; 
    font-size: 16px !important;
}

.envelop-icon{
    height: 44px;
    display: inline-flex;
    width: 44px;
}

.WhatsApp-icon{
    height: 44px;
    display: inline-flex;
    width: 44px;
    margin-right: 53px
}

.header-phone-num{
    display: inline-flex;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-right: 3rem;
    font-size:16px !important;
}

.tp a:hover {
    text-decoration: none;
}

.top-bar {
    background-color: var(--site-primary-color);
}

.top-bar span {
    font-size: 14px;
    padding: 1px 5px
}

.ordernow-btn {
    background-color: #e66147;
    color: #fff;
}

.ordernow-btn:hover {
    background: var(--site-secondary-color);
    color: #fff;
}

.whatsapp-btn {
    background-color: #002a4d;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #002a4d;
    color: #fff;
}

.chat-now {
    background: #e66147;
    color: #fff;
}

.chat-now:hover {
    background-color: var(--site-secondary-color);
    color: #fff;
}

.menu-bar {
    background: var(--site-secondary-color);
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 16px;
    margin: 6px;
    font-weight: 500;
}

.dropdown-menu {
    font-size: 15px;
}

.dropdown-menu a {
    font-weight: 500;
    padding: 10px;
}

.navbar-nav .nav-link:hover {
    color: var(--site-primary-color) !important;
}

.banner {
    background: url(../images/banner1.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 600px) {
    .banner {
        background: none;
    }
}

.banner .banner-content img {
    animation: move-y 2s alternate infinite;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: move-y;
}

.coupon-banner {
    background: url(../images/coupon_banner.webp) no-repeat center center/cover;
    min-height: 300px;
    padding: 60px 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 600px) {
    .coupon-banner {
        background: url(../images/coupon_banner1.jpg) no-repeat center center/cover;
        min-height: 300px;
        padding: 60px 0px;
        margin-top: 0px;
    }
}

.admission-service-banner {
    background: url(../images/admission-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.assignment-service-banner {
    background: url(../images/assignment-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.coursework-service-banner {
    background: url(../images/coursework-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.copywriting-service-banner {
    background: url(../images/copywriting-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.dissertation-service-banner {
    background: url(../images/dissertation-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.essay-service-banner {
    background: url(../images/essay-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.statement-service-banner {
    background: url(../images/statement-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.proofreading-service-banner {
    background: url(../images/proofreading-service-banner.png) no-repeat center center/cover;
    min-height: 710px;
    padding: 60px 0px;
    margin-top: 0px;
}

.banner-right .title {
    position: relative;
    color: #f47418;
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.banner-right h3 {
    position: relative;
    color: #07232d;
    font-weight: 900;
    line-height: 1.1em;
    font-size: 35px !important;
}

@media only screen and (max-width: 600px) {
    .banner-right h1 {
        position: relative;
        color: #07232d;
        font-weight: 900;
        line-height: 1.1em;
        font-size: 35px !important;
    }
}

.banner-right hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.side-nav-overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}

.top-heading h5 {
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.top-heading h4 {
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.top-heading h2 {
    font-weight: 700;
    font-size: 35px;
    margin-top: 30px;
    color: #000;
}

.top-heading h1 {
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;
    color: #000;
}

.top-heading h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-top: 25px;
}

.top-heading p {
    font-size: 16px;
    margin: 25px auto;
}

.top-heading ul li {
    margin-left: 50px;
    margin-top: 10px;
}

.feature-block {
    position: relative;
}

@media screen and (min-width: 337px) {
    .feature-block {
        position: relative;
        margin-bottom: 30px;
    }
}

.feature-block .inner-box {
    position: relative;
    padding: 20px 15px;
    text-align: center;
    background-color: #e9f7fe;
}

.feature-block:nth-child(2) .inner-box {
    background-color: #ffe7d5;
}

.feature-block:nth-child(3) .inner-box {
    background-color: #e2edf3;
}

.feature-block:nth-child(4) .inner-box {
    background-color: #0b2c381a;
}

.feature-block .inner-box .icon-box {
    position: relative;
    font-size: 60px;
    color: #000;
    line-height: 1em;
}

.feature-block .inner-box p {
    color: #0a2b37;
    font-weight: 500;
    font-size: 16px;
}

.feature-block .inner-box h6 {
    position: relative;
    color: #0a2b37;
    opacity: 1;
}

.service-box-inner {
    margin-bottom: 30px;
    min-height: 380px;
    padding: 20px;
}

.service-box-inner.sr-1 {
    background: linear-gradient(to right, #aed2d873 0, #9befe794 100%);
}

.service-box-inner.sr-2 {
    background: linear-gradient(to right, #ea976d69 0, #f4741838 100%);
}

.service-box-inner.sr-3 {
    background: linear-gradient(to right, #0d82ad33 0, #1b698647 100%);
}

.service-box-inner.sr-4 {
    background: linear-gradient(to right, #aeb5d84f 0, #9bd4ef94 100%);
}

.service-box-inner.sr-5 {
    background: linear-gradient(to right, #aed8cb73 0, #9befc094 100%);
}

.service-box-inner img {
    height: 50px;
}

.service-inner-conrtent {
    min-height: 190px;
}

.service-box-inner p {
    color: #0a2b37 !important;
    line-height: 1.8em;
    font-size: 14px;
    text-align: justify;
}

.service-box-inner h3 {
    font-weight: 800;
    color: #000;
    line-height: 36px;
    margin: 10px 0;
    font-size: 20px;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 0px;
    color: #fff;
    padding: 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background-color: #0a2b37;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 0px;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e66147;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}

.btn-style-one:hover {
    color: #fff;
    border-color: #00e49a;
    text-decoration: none;
    z-index: 1;
    opacity: 1;
    background-color: #e66147;
}

.btn-style-two:hover {
    color: #222;
    color: #fff;
    text-decoration: none;
    outline: none !important;
    z-index: 1;
    opacity: 1;
    background-color: #0a2b37;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

section.cta-footer-section {
    padding: 30px 0;
    background-color: #0be3d0;
    text-align: center;
}

@media screen and (min-width: 337px) {
    .cta-footer-section {
        padding: 30px 0;
    }
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.cta-ft-heading h5 {
    font-weight: 800;
    color: #0a2b37;
    font-size: 28px;
}

.faq-container {
    padding: 110px 60px 121px;
    max-width: 908px;
    margin-right: auto;
    margin-left: auto;
}

.faqs {
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: url(../images/faq_bg_left.svg), url(../images/faq_bg_right.svg);
    background-repeat: no-repeat;
    background-position: top 100px left, top 100px right;
}

.faqs h5 {
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.faqs .card-header .title {
    font-size: 16px;
    color: #000;
}

.faqs .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.faqs .card-header {
    cursor: pointer;
    border-bottom: none;
    background-color: #99ebff;
}

.faqs .card {
    border: 0px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px grey;
}

.faqs .card-body {
    border-top: 1px solid #ddd;
    background-color: #fff5e6;
    font-size: 15px;
}

.faqs .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.form-header {
    padding: 20px;
}

.form-custom-padding-left {
    float: right !important;
    margin-right: 50px;
}

.right_heading {
    background-color: #0071dc;
    padding: 10px 50px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.intl-tel-input {
    width: 100%;
}

.right_heading h4 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
}

.right_form_inner .form-group .form-control {
    height: 38px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.right_heading h4 strong {
    display: block;
    font-size: 40px;
    color: #ffc245;
}

.right_form_inner {
    padding: 25px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.form-btn {
    position: relative;
    text-align: center;
}

.bg-light-purple {
    background-color: #f4faff;
    padding: 70px 0px;
}

.online_assignment {
    margin-top: 55px;
}

.bg-dark-blue {
    background-color: #0071dc;
}

.assignment_content h6 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.assignment_content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.assignment_icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex: 0 0 72px;
    margin-right: 25px;
}

.online_assignment:hover .assignment_icon {
    background-color: #ffc221;
}

.bg-icon_7 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -72px;
    display: inline-block;
}

.bg-icon_9 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -202px;
    display: inline-block;
}

.bg-icon_8 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -137px;
    display: inline-block;
}

.bg-icon_10 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -267px;
    display: inline-block;
}

.bg-icon_11 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -262px;
    display: inline-block;
}

.bg-icon_12 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -345px;
    display: inline-block;
}

.bg-icon_13 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -428px;
    display: inline-block;
}

.bg-icon_14 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -511px;
    display: inline-block;
}

.bg-icon_15 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -594px;
    display: inline-block;
}

.bg-icon_16 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -677px;
    display: inline-block;
}

.link_blue {
    color: #0071dc;
    font-weight: 600;
}

.link_blue:hover {
    text-decoration: none;
    color: inherit;
}

.experts {
    margin-top: 50px;
}

.test h5 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}

.test h5::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #8fbc54;
    left: 0;
    right: 0;
    bottom: -10px;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    padding: 0 70px;
}

.carousel .carousel-item {
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .carousel-item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.contact-info h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    line-height: 15px;
}

.short-link {}

.p-l-70 {
    padding-left: 70px;
}

.short-link ul {
    flex: 0 0 50%;
}

.short-link ul li {
    margin-bottom: 12px;
    padding-left: 0px;
}

.short-link ul li a {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    width: 100%;
    text-decoration: none;
}

.short-link ul li a:hover {
    color: #fff;
}

.short-link ul li a i {
    font-size: 18px;
    margin-right: 5px;
}

.pl-20 {
    padding-left: 20px;
}

.short-link ul li a i.icofont-rounded-down {
    margin-right: 0;
    font-size: 14px;
    float: right;
    margin-top: 6px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    direction: ltr;
}

.sectionClass {
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 30px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    margin: 0;
    padding: 10px;
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.projectFactsWrap .item span {
    width: 150px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

footer {
    z-index: 100;
    padding-top: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 20px;
}

footer .authorWindow a {
    color: #fff;
    text-decoration: none;
}

.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    position: relative;
    border-radius: 100px;
}

.about-me-img img {}

.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}

.delivered {
    padding: 0px 30px;
    margin: 40px 0px;
}

.bg-icon_31 {
    width: 44px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -684px;
    display: inline-block;
}

.bg-icon_32 {
    width: 49px;
    height: 49px;
    background: url(../images/css_sprites.png) -518px -311px;
    display: inline-block;
}

.bg-icon_6 {
    width: 64px;
    height: 51px;
    background: url(../images/css_sprites.png) -602px -682px;
    display: inline-block;
}

.bg-icon_33 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -454px -760px;
    display: inline-block;
}

.bg-icon_5 {
    width: 64px;
    height: 51px;
    background: url(../images/css_sprites.png) -518px -682px;
    display: inline-block;
}

.bg-icon_34 {
    width: 55px;
    height: 55px;
    background: url(../images/css_sprites.png) -605px -760px;
    display: inline-block;
}

.delivered h6 {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0px 20px;
    color: #000;
}

.delivered p {
    font-size: 16px;
    line-height: 30px;
}

.float {
    font-weight: 600;
    vertical-align: middle;
    padding: 8px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: rgb(2, 56, 56);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: rgb(28, 207, 56) !important;
}

.my-float {
    color: rgb(33, 230, 57);
    margin-right: 3px;
    vertical-align: middle;
    font-size: 25px;
}

.contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li a {
    color: #9e9e9e;
    text-decoration: none;
}

.score {
    width: 244px;
    padding: 17px 0 17px 25px;
}

.score .stars {
    width: 100%;
    height: 43px;
    margin: 9px 0 7px;
    background: url(https://www.mhrwriter.co.uk/wp-content/themes/mhrwriter/images/stars.png) no-repeat;
    background-size: 100%;
}

.score .outof {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}

.score .based {
    width: 100%;
    font-size: 18px;
}

.review h1 {
    font-size: 32px;
    font-weight: bold;
}

#reviews_footer .card {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

#reviews_footer .rating-box h1 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
}

#reviews_footer .rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff
}

#reviews_footer .rating-label {
    font-weight: bold
}

#reviews_footer .rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}

#reviews_footer .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}

#reviews_footer .bar-5 {
    width: 70%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

#reviews_footer .bar-4 {
    width: 30%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

#reviews_footer .bar-3 {
    width: 20%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

#reviews_footer .bar-2 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

#reviews_footer .bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

#reviews_footer td {
    padding-bottom: 10px
}

#reviews_footer .star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px
}

#reviews_footer .star-active:hover {
    color: #F9A825;
    cursor: pointer
}

#reviews_footer .star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}

#reviews_footer .blue-text {
    color: #0091EA
}

#reviews_footer .content {
    font-size: 18px
}

#reviews_footer .profile-pic {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 30px
}

#reviews_footer .pic {
    width: 80px;
    height: 80px;
    margin-right: 10px
}

#reviews_footer .vote {
    cursor: pointer
}

#reviews_footer a {}

.confirm {
    margin-top: 50px;
    margin-right: 50px;
    padding: 20px;
}

.confirm h1 {
    font-weight: 700;
}

.confirm p {
    font-size: 15px;
}

table>thead>tr>th {
    background: #0c5972;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

table>tbody>tr>td {
    text-align: center;
    font-size: 14px;
    height: 40px;
}

table.table tr td:first-child {
    border: 1px solid #ddd;
    font-size:16px;
}

table.table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table-sm td {
    padding: 0;
}

table>tbody>tr>td button {
    border: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    line-height: 45px;
}

.tbl {
    line-height: 66px;
    background-color: #ffffdf;
}

.tbl:hover {
    background-color: #E66464;
    color: #fff;
}

.btnSelect {
    line-height: 66px;
}

table>tbody>tr>td button:hover {
    background-color: #E66464;
    color: #fff;
    line-height: 22px;
}

table>tbody>tr>td button span {
    display: none;
}

table>tbody>tr>td button:hover span {
    display: inline;
    color: #fff;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-size: 12px;
}

.modal .modal-dialog .modal-content .modal-body ul li {
    font-size: 12px;
    margin-left: 25px;
}

.counter {
    color: #666;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 0 20px 20px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: linear-gradient(#F3AC2F, #ED6422);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.counter:after {
    background: transparent;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    top: 20px;
    left: 20px;
    right: 10px;
    bottom: 10px;
}

.counter .counter-content {
    background-color: #fff;
    height: 100%;
    padding: 23px 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    position: relative;
}

.counter .counter-content p {
    color: #F36526;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.counter .counter-content:before,
.counter .counter-content:after {
    content: '';
    background: linear-gradient(to top right, #ad3a05 50%, transparent 52%);
    height: 10px;
    width: 10px;
    position: absolute;
    right: -10px;
    top: 0;
}

.counter .counter-content:after {
    transform: rotate(180deg);
    top: auto;
    bottom: -10px;
    right: auto;
    left: 0;
}

.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
}

.counter h3 {
    color: #F36526;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 600;
    display: block;
}

.counter.purple:before {
    background: linear-gradient(#C4588C, #BE2A8D);
}

.counter.purple .counter-content:before,
.counter.purple .counter-content:after {
    background: linear-gradient(to top right, #7c1058 50%, transparent 52%);
}

.counter.purple h3 {
    color: #BE2A8D;
}

.counter.blue:before {
    background: linear-gradient(#7ACBC5, #2D9C91);
}

.counter.blue .counter-content:before,
.counter.blue .counter-content:after {
    background: linear-gradient(to top right, #0a5b53 50%, transparent 52%);
}

.counter.blue h3 {
    color: #2D9C91;
}

.counter.green:before {
    background: linear-gradient(#C0D62A, #83C040);
}

.counter.green .counter-content:before,
.counter.green .counter-content:after {
    background: linear-gradient(to top right, #518416 50%, transparent 52%);
}

.counter.green h3 {
    color: #83C040;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}