#notification-sidebar {
    list-style-type: none;
    margin-bottom: 0
}

#notification-sidebar li {
	    z-index: 999;
    position: fixed;
    display: flex;
    transition: all .6s ease;
    right: 0;
    width: 80px;
    height: 80px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#notification-sidebar li:hover {
    width: 100px
}

#notification-sidebar li a {
    justify-content: center;
    position: relative;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 50px 5px 10px;
    display: flex;
    color: #fff
}

#notification-sidebar li a span.bg {
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat
}

#notification-sidebar li a span.title {
    font-size: 12px;
    text-align: center
}

#notification-sidebar li#facebook {
    background-color: #033655;
    top: 235px;
}

#notification-sidebar li#callback-request {
    background-color: #033655;
    top: calc(200px + 1 * 135px);
}

#notification-sidebar li#whatsapp {
    top: 230px;
    left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #033655;
}

#notification-sidebar li#facebook a span.bg {
    background-image: url(../images/facebool.png)
}

#notification-sidebar li#callback-request a span.bg {
    background-image: url(../images/call-back.png)
}

#notification-sidebar li#whatsapp a span.bg {
    background-image: url(../images/whatsapp.png)
}

@media only screen and (max-width:624px) {
    #notification-sidebar {
        display: none
    }

    #open {
        display: none
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.button12 {
    display: inline-flex;
    align-items: center;
    background: #C06C84;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 45px;
    padding: 0 30px;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
}

.button12:hover {
    background: darken(#C06C84, 10%);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
    color: aliceblue;
}

.button12:active {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 1px, 0);
}


.pulse {
    position: relative;
}

.pulse:before,
.pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.pulse:before {
    animation: pulse 1.5s infinite linear;
}

.pulse:after {
    animation: pulse 2s .4s infinite linear;
}

.pulse:hover:before,
.pulse:hover:after {
    display: none;
}
}



.review ul {
    padding: 0;
    margin: 0
}

.review ul li {
    background: #033655;
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
    outline: 0
}

.review ul li:last-child {
    border-right: 0
}

.review ul li:hover {
    background: #e0e0e0
}

.review ul li a {
    display: inline-block;
    color: #fff !important;
    padding: 13px 20px 0 9px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    outline: 0
}

.review ul li a:first-child {
    border-left: none
}

.reviewsLinkWrapper {
    display: inline-block;
    vertical-align: middle;
}

.reviewstars {
    text-align: center;
    display: inline-block;
}

.stars-container {
    height: 12px;
}

.stars-container img {
    width: 11px;
    vertical-align: text-top;
    padding-right: 1px;
}

p.link-review {
    display: block;
    padding: 7px 2px 0;
    font-size: 16px;
    line-height: 0.5rem;
    float: none;
    margin: 0px !important;
    color: #bbb;
    text-transform: uppercase;
    font-weight: 500;
}

.rating {
    display: inline-block;
    padding: 4px 7px;
    background: #ff3115;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-left: 10px;
    border-radius: 19px;
    vertical-align: top;
}

.review ul li:hover .reviewsLinkWrapper p,
.review ul li:hover a {
    color: #373737;
    font-weight: 500;
}

.review ul li a:hover:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    left: 0
}

.review ul li a:hover div div p {
    color: #353535
}

.review ul li a.active {
    background: #e0e0e0;
    color: #353535;
    text-decoration: none
}

.review ul li a.active:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    left: 0
}

.review ul li a .header-icon {
    width: 30px;
    height: 25px;
    margin-right: 10px
}

.review ul li .combined-sec {
    padding-top: 10px;
    padding-bottom: 4px
}

.universities-logo-img {
    background-position: 50%;
    height: 63px;
    animation: animatedBackground 50s linear infinite;
    -webkit-animation: animatedBackground 50s linear infinite;
}



.usa-country {
    background-image: url(../images/usa-university-logo.jpg)
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2949px 0
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2949px 0
    }
}

@media only screen and (max-width:576px) {
    #banner-section .banner {
        padding: 15px;
        background-size: cover
    }

    #banner-section .banner .mini-order-form .card-header h1 {
        font-size: 14px
    }

    #banner-section .banner .mini-order-form .card-header h2 {
        display: none
    }

    #banner-section .banner .mini-order-form .card-body .input-box .page-counter-sec .word-count {
        line-height: 3
    }

    #banner-section .banner .banner-feature {
        display: block
    }

    #banner-section .banner .banner-feature ul li:last-child {
        display: none
    }

    #banner-section .banner .banner-feature ul li:nth-child(3) {
        border-right: 0 solid #e5e5e5
    }

    #banner-section .banner .banner-feature-service {
        display: none
    }

    #banner-section .banner .slider-college {
        border-radius: 20px;
        border: 2px solid #e9e9e9
    }

    #banner-section .banner .slider-college .universities-logo-img {
        margin-top: 5px;
        margin-bottom: 10px;
        border-radius: 10px
    }
}

#slider-section {
    margin: 20px 0 20px 0
}

#slider-section .slider-expert {
    position: relative;
    min-height: 300px;
    background: url(https://image.wonderassignmenthelp.com/web-gif/loader.gif) no-repeat center center
}



.order-placing-step-left {
    position: relative;
    float: left;
    margin: 0 20px 0 20px;
    list-style-type: none
}

.order-placing-step-left:before {
    /*
    position: absolute;
    left: -37px;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
*/
}

.order-placing-step-left li {
    padding: 1em 0
}

ul.order-placing-step-left li {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.order-placing-step-left li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.order-placing-step-left .inner-content {
    position: relative;
    float: right;
    padding-left: 20px;
    min-height: 100px;
}

.order-placing-step-left .inner-content .heading {
    position: relative;
    display: inline-block;
    text-align: center
}

.order-placing-step-left .inner-content .heading .text {
    position: relative;
    display: inline;
    background: #f1eaea;
    color: #000000b5;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 18%), 0 0 1px rgb(0 0 0 / 15%);
}

.order-placing-step-left .inner-content .heading .text:before {
    /*
    position: absolute;
    top: 35%;
    left: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #ff5050;
    z-index: 10
*/
}

.order-placing-step-left .inner-content .heading .text:after {
    /*
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none
*/
}

.order-placing-step-left .inner-content .heading .sub-text {
    display: inline;
    line-height: 1.5em;
    font-size: 11px;
    color: red;
    vertical-align: middle;
    float: right
}

.order-placing-step-left .inner-content .heading .sub-text span {
    display: inline-block;
    padding: 4px 6px;
    background: #f1eaea;
}

.order-placing-step-left .inner-content .description {
    font-size: 14px;
    line-height: 1.5em;
    margin: 1em 0 0 .75em
}

@media screen and (max-width:660px) {
    .order-placing-step-left {
        width: 100%;
        padding: 0;
        margin: 1em 0 0 0
    }

    .order-placing-step-left:before {
        width: 0
    }

    .order-placing-step-left li {
        padding: 2em 0
    }

    .order-placing-step-left .inner-content {
        float: none;
        width: 100%;
        text-align: center
    }

    .order-placing-step-left .inner-content .heading {
        text-align: center
    }

    .order-placing-step-left .inner-content .heading .text {
        background: #fff;
        z-index: 15
    }

    .order-placing-step-left .inner-content .heading .text:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #ff5050;
        z-index: 10
    }

    .order-placing-step-left .inner-content .heading .text:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        pointer-events: none
    }

    .order-placing-step-left .inner-content .heading .sub-text {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
        float: none
    }

    .order-placing-step-left .inner-content .description {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: #f5f5f5;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        z-index: 15;
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15
    }
}

@media screen and (min-width:400px ?? max-width:660px) {
    .order-placing-step-left .inner-content .description {
        margin: 1em 4em 0 4em
    }
}

.order-placing-step {
    position: relative;
    width: 440px;
    height: 480px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd
}

.order-placing-step .slider-container {
    padding: 5px 10px 5px 10px;
    overflow: hidden
}

.order-placing-step .slider-container .slider-turn {
    width: 10000px
}

.order-placing-step .slider-container .slider-turn .slider-image {
    display: inline-flex;
    width: 420px;
    height: 420px
}

.order-placing-step .slider-container .slider-turn .slider-image img {
    width: 98%;
    height: 100%
}

.order-placing-step .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    bottom: 0;
    position: absolute
}

.order-placing-step .bottom .step {
    flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    width: 100%;
    height: 45px;
    background-color: #373942;
    border-bottom-left-radius: 6px;
    display: flex
}

.order-placing-step .bottom .step span {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    line-height: 45px;
    color: #fff;
    margin-left: 25px;
    font-size: 18px
}

.order-placing-step .bottom .step ul {
    flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    list-style: none;
    height: 10px;
    margin: 20px 0;
    padding-left: 15px
}

.order-placing-step .bottom .step ul li {
    position: relative;
    height: 7px;
    width: 7px;
    margin: 0 10px;
    float: left;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #535560
}

.order-placing-step .bottom .step ul li:first-child:before {
    width: 0
}

.order-placing-step .bottom .step ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    border-top: 1px solid #535560;
    left: -21px;
    top: 3px
}

.order-placing-step .bottom .step ul li.true {
    background-color: #7a7d86
}

.order-placing-step .bottom .step ul li.active {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(255, 255, 255, .78)
}

.order-placing-step .bottom .step-next,
.order-placing-step .bottom .step-previous {
    flex: 1.5;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    cursor: pointer;
    transition: all .3s;
    outline: 0;
    background: #fff
}

.order-placing-step .bottom .step-previous {
    border-right: 1px solid #ddd
}

.order-placing-step .bottom .step-next {
    border-bottom-right-radius: 10px
}

.order-placing-step .bottom .step-next:hover,
.order-placing-step .bottom .step-previous:hover {
    background-color: #6ba5d6;
    transition: all .3s
}

.order-placing-step .bottom .step-next:active,
.order-placing-step .bottom .step-previous:active {
    background-color: #5f8aaf
}

@media only screen and (max-width:768px) {
    .order-placing-step {
        display: none
    }

    .order-placing-step .slider-container {
        margin-top: 0
    }
}



#sidebar-features {
    padding-bottom: 25px;
    margin: 0px 0px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #033655;
}

#sidebar-features .header {
    position: relative
}

#sidebar-features .header:after,
#sidebar-features .header:before {
    content: "";
    border-top: 10px solid #48434a;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: -10px
}

#sidebar-features .header:after {
    border-left: none;
    border-right: 10px solid transparent;
    left: auto;
    right: -10px
}

#sidebar-features .title {
    text-transform: capitalize;
    display: block;
    padding: 15px 5px;
    margin: 0 -10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

#sidebar-features .title:after,
#sidebar-features .title:before {
    content: "";
    width: 30px;
    height: 90%;
    background: #075585;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1;
}

#sidebar-features .title:after {
    left: auto;
    right: -20px
}

#sidebar-features .features {
    list-style: none;
    padding: 15px 6px 0px 10px;
    margin: 0px;
    margin-bottom: -16px;
    text-align: left;
    border-left: 2px solid #033655;
    border-right: 2px solid #033655;
}

#sidebar-features .features li {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    border-bottom: 2px dashed #e3e3e3;
    position: relative
}

#sidebar-features .features li:last-child {
    border-bottom: none
}

#sidebar-features .features li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #0f7b5b;
    background: #18bc79;
    text-align: center;
    font-size: 14px;
    color: #9ea1a6;
    margin-right: 10px;
    transition: all .3s ease 0s;
    color: #fff;
}
.fs-free{		
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    background: #18bc79;
    padding: 2px 10px;
    border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: right;
		margin-left: 6px;
}

#sidebar-features .features li .total {
    padding-left: 20px
}

#sidebar-features .features li .total .total-sub {
    color: red;
    font-style: italic;
    font-weight: 600
}

#sidebar-features .features .discount-offer-img {
    padding-left: 30px
}

#sidebar-features .features .discount-offer-img img {
    width: 60px;
    height: 40px
}

#sidebar-features .dicounted-offer {
    padding-right: 7px;
    float: right;
    color: #555
}

#sidebar-features .dicounted-offer .original-price {
    position: relative
}

#sidebar-features .dicounted-offer .original-price::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    opacity: .6;
    border-top: 3px solid red
}

#sidebar-features .order-now {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s
}

#sidebar-features .order-now:hover {
    color: #4fc2f8;
    text-decoration: none
}

#sidebar-features .order-now:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #d5135a, #f05924);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all .3s ease 0s
}

#sidebar-features .order-now:hover:before {
    transform: rotateY(90deg)
}

.bg-color-5 {
    background-image: linear-gradient(to right, #033655, #075585, #075585, #033757);
}

#sidebar-ad-feature {
    font-family: Poppins, sans-serif
}

#sidebar-ad-feature {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #ddd
}

#sidebar-ad-feature .header {
    background-color: #dd6e02;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 0 10px 0;
}

#sidebar-ad-feature .header span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px
}

#sidebar-ad-feature .content {
    padding: 20px 5px 0 5px
}

#sidebar-ad-feature .content img {
    width: 100%;
/*    max-width: 200px*/
}

#sidebar-ad-feature .content .order-btn {
    border: 2px solid #fff;
/*    border-radius: 20px;*/
    background-color: #033655;
    -webkit-box-shadow: 0 7px 6px 0 rgba(188, 203, 209, .95);
    -moz-box-shadow: 0 7px 6px 0 rgba(188, 203, 209, .95);
    box-shadow: 0 7px 6px 0 rgba(188, 203, 209, .95);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 0 0;
    padding: 5px 5px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    outline: 0;
    transition: all ease-in-out .3s;
}

#sidebar-ad-feature .content .order-btn:hover {
    background-color: #dd6e02;
    color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, .2);
    transform: translate(0, -10px);
}

#sidebar-ad-feature .content .sub-text {
    color: #777;
    font-size: 10px;
    letter-spacing: 1px
}
.cta-banner {
    min-height: 290px;
    padding: 50px;
    border-radius: 5px;
    background-size: cover;
}
.ctaText {
    float: right;
    text-align: right;
}
.ctaText h5 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 30px 0px 20px;
    text-align: right;
    line-height: 30px;
    float: right;
    width: 100%;
}
.applynow-btn {
    background: transparent;
    border: 1px solid #ff3115;
    color: #ff3115;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.applynow-btn:hover {border: 1px solid #ff3115; background: #ff3115; color: #000; text-decoration: none; -webkit-transition: background 0.8s;    transition: background 0.8s;}
.ctaText h5 strong {
    color: #ff3115;
    font-weight: 900;
}
.ctaText h5 span {
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    margin-top: 22px;
    text-transform: none;
}


@media only screen and (max-width: 768px){

.cta-banner {background: url(../images/cta-bg.jpg) no-repeat 30%;min-height: 230px; padding: 25px; border-radius: 5px; overflow: hidden;}
.ctaText h5 {font-size: 30px;font-weight: 400;color: #fff;font-family: 'Montserrat', sans-serif;text-transform: uppercase;margin: 23px 0px 10px;}
.ctaText h5 span {font-size: 18px;font-weight: 400;margin-top: 9px;width: 70%;text-align: right;float: right;}
.ctaText { position: relative; z-index: 99;}
.applynow-btn {font-size: 15px;border-radius: 5px; padding: 6px 20px;}
}

span .original-pric {
    position: relative
}

span.original-pric::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    opacity: .6;
    border-top: 3px solid red
}

@media only screen and (max-width: 576px){
   .bg-main {
    height: 152px;
    padding: 15px !important;
    /* background: #03365538 !important; */
    border-radius: 20px;
    border: 2px solid #e9e9e9;
    margin-top: -150px;
} 
    .universities-logo-img {
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}
    
}