html {
    overflow-x: hidden;
}

body {
    text-rendering: optimizeLegibility;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
}

h2,
h3,
h4,
h5,
h6 {
    color: #333448 !important;
}

h1 {
    font-size: 2em;
}

a {
    text-decoration: none;
}

ul li {
    color: #000;
    line-height: 1.825;
    position: relative;
    list-style: none;
}

ul li:before {
    position: absolute;
    content: "››";
    left: -22px;
    top: -2px;
    font-size: 17px;
    color: #2c234d;
}

ul li a {
    line-height: 1.825;
}

p {
    letter-spacing: 0.5px;
}

body,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: inherit !important;
    font-family: "Open Sans", sans-serif;
}

a,
a:visited {
    color: #1e7be6;
}

ul li a:hover {
    color: #255fc6;
}

span#error-msg {
    color: red;
}

.UserReviewRow .mdi-star.On {
    color: #f1c40f;
}

.UserReviewRow .mdi-star {
    color: #000;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-12 {
    width: 100%;
}

.top-bar-cal {
    z-index: 999;
    text-align: center;
    width: 100%;
    padding: 6px 0;
    background-color: #2c234d;
}

.top-bar-cal a {
    margin-bottom: 0;
    color: #fff !important;
    font-weight: 600;
    display: block;
}

.user-page ul li a span {
    margin-right: 8px;
}

a.user-pro span {
    margin-right: 6px;
}

.top-bar {
    clear: both;
}

.user-dropdown {
    float: right;
}

.user-page {
    visibility: hidden;
    margin-top: 40px;
    background-color: #2c234d;
    position: absolute;
    z-index: 999;
    right: 0;
    text-align: left;
    width: 214px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.user-dropdown:hover .user-page {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.user-page ul {
    padding-left: 0;
}

.user-page ul li {
    list-style: none !important;
    margin: 0;
    text-align: left;
    padding: 8px 0 8px 10px !important;
    position: relative;
    border-bottom: 1px solid #453582;
    display: block !important;
}

.user-page ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.user-page ul li a {
    color: #fff !important;
}

.top-bar a:hover {
    color: #ffc600;
}

#HeaderExpandedTop {
    display: none;
}

.achivment-block {
    width: 100%;
    margin-top: 200px;
}

a#HeaderServiceMenuButton .active {
    color: #000 !important;
}

.main-header {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-top: 1;
}

.headright ul li {
    list-style: none !important;
    display: inline-block;
    margin-right: 16px;
}

.headright ul li:before {
    position: inherit !important;
    left: 0 !important;
    content: "" !important;
}

.headright ul li a {
    font-size: 16px !important;
    color: #5d5a67;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.headright ul li a:hover {
    color: #f86a4c;
}

.header {
    clear: both;
    height: 110px;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 3px #ccc;
    background-color: #fff;
}

.headright ul li a span {
    color: #1762e6;
    margin-right: 4px;
    display: none;
}

.user-page ul li a:hover {
    color: #f86a4c !important;
}

#HeaderExpandedTop {
    margin-top: 0 !important;
}

.header-right-b {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#FooterLinkContainer {
    padding: 2rem 0;
    background-color: #276bc5;
    clear: both;
    border-bottom: none;
}

.review-box {
    background-color: #fff;
    padding: 16px 0 0 0;
    text-align: center;
    width: 240px;
    clear: both;
    margin: 70px auto;
    box-shadow: -3px 7px 21px #afafaf26;
}

.review-box h5 {
    color: #232323;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 11px;
}

.review-box span.yel {
    color: #ffc600;
}

.review-box .r-order-n {
    padding: 12px 54px;
    color: #fff !important;
    font-size: 18px;
    margin: 16px auto;
    font-weight: 800;
    display: inline-block;
    border-bottom: none;
    border-radius: inherit;
    background-color: #f86a4c;
}

.review-box .r-order-n:hover {
    background-color: #2c234d !important;
}

#Footer a {
    color: #000;
    text-decoration: none;
}

#Footer ul li {
    list-style: none !important;
}

#Footer ul li:before {
    position: inherit !important;
    content: "";
}

.review-box span {
    font-style: initial;
    font-weight: 400;
    font-size: 13px;
}

#Footer {
    background-color: #f7f6fa;
    clear: both;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-3 {
    width: 25%;
}

#Footer h3 {
    text-align: left;
}

#Footer,
#FooterLower,
#FooterMiddle {
    padding: 2rem 0 0;
}

#Footer ul {
    margin-left: 0;
}

.footer-colom ul {
    font-size: 16px !important;
    font-weight: 400;
}

.footer-colom ul li {
    line-height: 40px;
}

.footer-colom ul li a {
    font-size: 16px !important;
    font-weight: 400;
}

.globle-count h3 {
    text-align: center !important;
    color: #f86a4c !important;
    font-size: 22px;
}

.query-right-block {
    padding: 40px 0 0 0;
}

.footer-colom ul {
    padding: 0;
}

.footer-colom h3 {
    font-weight: 600;
    position: relative;
    font-size: 23px;
    color: #000 !important;
    padding-bottom: 7px;
    border-bottom: 2px solid #e0e0e0 !important;
}

.footer-colom h3:after {
    content: "";
    position: absolute;
    width: 68px;
    height: 2px;
    background-color: #f86a4c;
    top: 43px;
    left: 0;
}

div#FooterContainer {
    width: 1360px;
}

.footer-colom ul li a {
    font-size: 16px !important;
    font-weight: 400;
}

.footer-phone a span {
    color: #f86a4c !important;
    font-size: 21px;
    display: inline-block;
    margin-right: 5px;
}

.footer-phone a {
    font-size: 16px;
}

.social-profile {
    width: 100%;
    float: left;
}

.social-profile a {
    display: inline-block;
    color: #4a69b0 !important;
    width: 50px;
    background-color: #fff;
    height: 50px;
    border: 6px solid #4a69b0 !important;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-profile a.ConnectWithUsLink.tw {
    border: 6px solid #2bb2e1 !important;
    color: #2bb2e1 !important;
}

.social-profile a.ConnectWithUsLink.linkdin {
    color: #1378b6 !important;
    border: 6px solid #1378b6 !important;
}

.secured {
    width: 110px;
    float: left;
    padding: 0;
}

.secured img {
    max-width: 100%;
}

#FooterLower,
#FooterMiddle {
    clear: both;
    background-color: #2c3e5000 !important;
}

.copyright-block p {
    text-align: center;
    color: #000 !important;
}

.copyright-block p a {
    color: #f86a4c !important;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 4px;
}

.ssl {
    float: right;
    width: 107px;
    padding-top: 23px;
}

.Disclaimer p {
    font-size: 12px;
    text-align: center;
    color: #8c8c8c;
}

.social-profile a span {
    font-size: 22px;
}

.footer-colom ul {
    margin-top: 24px;
}

.footer-phone {
    margin: 24px 0 18px 0;
}

.privay-block {
    width: 100%;
    margin-top: 18px;
    display: inline-block;
}

.globle-count {
    width: 100%;
    float: left;
    padding-top: 44px;
}

a#MenuButton {
    display: none;
}

.right-s {
    display: flex;
}

.right-s a.user-pro {
    background-color: #ffc60000;
    color: #2c234d !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 7px 11px !important;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #2c234d !important;
}

.right-s a.user-pro span img {
    margin-right: 6px;
}

#main {
    padding: 0;
    width: 100%;
    float: left;
}

a.sticky-hide {
    overflow: hidden;
    text-align: left !important;
}

div#drop_section {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}

textarea#Description {
    min-height: 100px;
}

.pay-infor-icon {
    cursor: pointer;
}

.pay-infor-icon:hover .pack1 {
    display: inline-block;
    transition: ease all 1s;
}

span.pay-infor-icon {
    cursor: pointer;
}

.client-per-details .dropbtn {
    padding: 5px;
    font-size: 16px;
    border: none;
    float: none;
}

ul.client-inner-det li:before {
    top: -7px;
    left: -13px;
}

span.pack1 {
    position: absolute;
    background: #f7f5f5;
    width: 250px;
    color: #666;
    border-radius: 5px;
    padding: 10px;
    left: -14px;
    display: none;
    transition: ease all 0.6s;
    z-index: 100;
    font-size: 12px;
    text-align: left;
    top: 26px;
    line-height: 15px;
    cursor: pointer;
    border: 1px solid #cccccc1f;
}

span.pay-infor-icon {
    cursor: pointer;
}

.payment-block .form-paynow .modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto;
}

.client-per-details .dropbtn {
    color: #cecece;
    padding: 2px;
    font-size: 16px;
    border: none;
}

.client-per-details .dropdown {
    position: relative;
    display: inline-block;
    top: 22px;
}

.client-per-details.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.client-per-details.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.client-per-details .dropdown:hover .dropdown-content {
    display: block;
}

.client-per-details span.cust-tut {
    margin-bottom: -8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1c2435;
}

.form-control {
    font-size: 14px;
    color: rgb(135 135 135);
    border: 1px solid #cecece;
    border-radius: 0.25rem;
}

.form-control:focus {
    color: rgb(135 135 135);
}

.form-group.email-con {
    position: relative;
}

.email-con span.why-email {
    position: absolute;
    right: 0;
    top: 18px;
    right: 10px;
    font-size: 18px;
}

span.pack1.dropdown-content.for-name {
    top: -108px !important;
    left: -139px;
}

span.pack1.dropdown-content.for-phone {
    top: -132px !important;
    left: -142px;
}

.form-group.email-con.file span.why-email {
    top: 15px;
}

span.pack1.dropdown-content.for-file {
    top: -156px !important;
}

.email-con span.pack1.dropdown-content:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f7f5f5;
    position: absolute;
    right: 89px;
    bottom: -9px;
}

ul.client-inner-det {
    padding-left: 12px;
}

.pay-infor-icon i.fa.fa-question-circle {
    font-size: 18px;
}

span.pack1.dropdown-content.for-email {
    left: -140px;
    top: -151px;
}

span.pack1.dropdown-content.for-deadline {
    top: -125px !important;
    left: -141px;
    z-index: 9999 !important;
}

span.pack1.dropdown-content.for-file {
    top: -132px !important;
    left: -143px;
}

.email-con span.why-email {
    position: absolute;
    right: 0;
    top: 7px;
    right: 9px;
    font-size: 18px;
}

span.why-email ul.client-per-details {
    margin-bottom: 0;
}

span.why-email.file-m {
    right: 17px !important;
    top: 20px;
}

.main-pay-blocks .email-con {
    position: relative !important;
}

.main-pay-blocks .email-con span.why-email {
    position: absolute;
    right: 0;
    top: 29px;
    right: 35px;
    font-size: 18px;
}

.main-pay-blocks span.pack1 {
    position: absolute;
    background: #e1e1e1;
    width: 250px;
    color: #666;
    border-radius: 5px;
    padding: 10px;
    left: -142px;
    transition: ease all 0.6s;
    z-index: 100;
    font-size: 12px;
    text-align: left;
    top: -96px;
    line-height: 15px;
    box-shadow: 0 0 11px #cccccc38;
    cursor: pointer;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}

.main-pay-blocks ul.client-inner-det {
    padding-left: 12px;
}

.main-pay-blocks ul.client-inner-det li {
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 13px;
    list-style: none !important;
    list-style-type: disc !important;
}

.main-pay-blocks .client-per-details span.cust-tut {
    margin-bottom: -8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1c2435;
}

.main-pay-blocks span.pack1.dropdown-content.for-email {
    top: -157px;
}

.main-pay-blocks .email-con.em span.why-email {
    position: absolute;
    right: 0;
    top: 28px;
    right: 23px;
    font-size: 18px;
}

.main-pay-blocks span.why-email.file-m {
    position: absolute;
    right: 0;
    top: -6px;
    right: 15px;
    font-size: 18px;
}

.main-pay-blocks span.pack1.dropdown-content.for-phone {
    top: -131px;
}

.main-pay-blocks span.pack1.dropdown-content.for-deadline {
    top: -147px;
}

.main-pay-blocks span.pack1.dropdown-content.for-file {
    top: -158px;
}

.main-pay-blocks span.pack1.dropdown-content.for-name:before {
    border-color: #000;
    left: -18px;
    top: 13px;
    position: absolute;
    content: "";
    z-index: 999;
    border-color: #d5d5d5 transparent;
    border-width: 0 13px 10px;
    border-style: solid;
    transform: rotate(-89deg);
}

.main-pay-blocks .why-email i.fa.fa-info-circle {
    font-size: 18px;
}

.main-pay-blocks .name-client-top {
    text-align: center;
}

.main-pay-blocks .name-client-top .name-head {
    font-weight: 600;
    font-size: 22px;
    color: #1e7be6;
}

#HeaderExpanded a:focus {
    color: #171717;
}

a#HeaderServiceMenuButton.Active {
    color: #4c4d50 !important;
}

a.btn-ask-assignment {
    display: block;
    margin-top: 30px;
    background-color: #1762e6;
    width: 236px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}

a.btn-ask-assignment:hover {
    background-color: #1e90ff !important;
}

#Footer a:hover {
    color: #f86a4c;
}

.innerpage-block {
    padding-top: 31px;
    width: 100%;
}

.col-md-3 {
    width: 100%;
}

.innerpage-block h2 {
    font-size: 34px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.innerpage-block h2:before {
    position: absolute;
    width: 170px;
    bottom: -13px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    text-align: center;
    border: 2px dotted #f86a4c;
}

#AskAssignmentButtonContainer a h2:before {
    border: none !important;
}

.innerpage-block ul {
    margin: 0;
    padding: 0;
}

.freelance-job h2 {
    margin: 0 0 44px 0 !important;
    font-size: 34px !important;
    position: relative;
}

.freelance-job h2:before {
    position: absolute;
    width: 170px;
    bottom: -13px;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    text-align: center;
    border: 2px dotted #f86a4c;
}

section.freelance-job {
    padding: 50px 0;
    background-color: #efefef12 !important;
}

.icon-value {
    text-align: center;
    font-size: 30px !important;
    border: none !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
    color: #151414 !important;
    font-weight: 700;
    margin-bottom: 36px !important;
}

.job-content-d h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px !important;
    color: #000 !important;
}

.job-content-d p {
    text-align: center;
    padding: 0 12px;
    font-weight: 400;
}

.serpict {
    margin: 20px 0;
}

.cal-sidebar {
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    padding: 10px;
    width: 350px;
    background-color: #faf4f4 !important;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #f9dfdf !important;
}

section.comp-net-block .col-md-6 {
    width: 50%;
}

h3#What-topics-do-We-Cover-Under-Nursing-Dissertation-Writing-Service {
    clear: both;
    margin-top: 24px;
    display: inline-block;
}

section.comp-net-block .d-block {
    margin-bottom: 20px;
}

.job-post-b {
    border: 1px solid #f9dfdf !important;
    min-height: 347px !important;
    border-radius: 10px !important;
    background-color: #faf4f4;
}

.left-block-content {
    margin-top: 15px;
}

.innerpage-block ul {
    margin: 0 !important;
    padding-left: 20px;
}

.cal-sidebar h3 {
    text-align: left;
}

.cl-guarantees ul {
    margin: 0 !important;
}

.innerpage-block h3 {
    font-size: 20px;
    clear: both;
}

.innerpage-block p {
    margin-bottom: 16px;
}

.cl-guarantees ul {
    margin: 0 0 0 22px !important;
    padding: 0;
}

.cl-subject ul {
    margin: 0 0 0 22px !important;
    padding: 0 !important;
}

ul.cl-right-listblock {
    border: 1px solid #cccccc82;
    padding: 13px 27px;
    margin-bottom: 20px !important;
}

.query-right-block h2 {
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-bottom {
    background: #fff;
    padding: 30px 0;
    clear: both;
    border-top: none !important;
    border-bottom: none !important;
}

a.btn-place-query {
    color: #2c234d !important;
    border: 2px solid #2c234d !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 3px;
}

a.btn-place-query:hover {
    background-color: #f86a4c;
    color: #fff !important;
    border: 2px solid #f86a4c !important;
}

.footer-bottom {
    background: #fff !important;
}

#AskAssignmentButtonContainer a {
    font-size: 2.6rem;
    background-color: #f86a4c;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
}

#AskAssignmentButtonContainer a:hover {
    background-color: #2c234d !important;
}

.service-left-block h1 {
    color: #2c234d !important;
    font-weight: 700;
    margin-top: 0;
    line-height: 36px;
    margin-bottom: 20px;
}

.left-block-content ul {
    margin-top: 8px;
}

.left-block-content ul li {
    margin: 0 0 6px;
}

.icon-value img {
    max-width: 100% !important;
}

.icon-value.active {
    width: 60px !important;
    background-color: transparent;
}

a.AskAssignmentButton h2 {
    margin: 0;
    font-size: inherit !important;
    color: inherit !important;
}

.innerpage-block {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.innerpage-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 13px;
    position: relative;
}

.innerpage-block h3:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    bottom: -7px;
    left: 0;
    border-radius: 50px;
    border: 2px dotted #f86a4c;
}

form select,
form textarea,
form#PurchaseAssignmentForm input {
    border-bottom-width: 0.2rem;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ccc;
    outline: 0;
}

h1:before {
    background-color: #333448 !important;
}

img.img-fluid {
    max-width: 100%;
}

a.ask-btn-question {
    display: block;
    margin-right: 0 !important;
    background-color: #f86a4c !important;
    color: #fff !important;
    padding: 7px 11px !important;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 8px !important;
}

a.ask-btn-question:hover {
    background-color: #2c234d !important;
}

.right-s a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.right-s a span {
    display: none;
}

#AskAssignmentButtonContainer a h2 {
    color: #fff !important;
}

div#Menu {
    display: none;
}

.sc {
    margin: 0 !important;
    background-color: #faf4f4;
    padding: 50px 0;
    background-size: 100%;
    clear: both;
    overflow: hidden;
}

.left-block-content ul {
    padding-left: 19px;
}

.ContentBody:not(.IgnoreInversion):nth-of-type(2n) {
    color: #5e5e61 !important;
    line-height: 26px;
    border-bottom: none;
}

.service-right-block {
    border-top: 3px solid #f86a4c !important;
    background-color: #fff;
    padding: 20px;
}

form input,
form select,
form textarea {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0.4em;
    z-index: 0;
}

.service-right-block h1 {
    color: #1e7be6 !important;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0 !important;
}

.service-right-block h2 {
    color: #f86a4c !important;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0 !important;
}

.service-right-block h5 {
    color: #4a4b4c;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px 0;
}

.innerpage-block .accordion {
    background-color: #777778;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 16px;
    transition: 0.4s;
    font-family: Roboto, sans-serif;
}

.accordion:hover,
.innerpage-block .active {
    background-color: #2c234d;
}

.innerpage-block .accordion:after {
    color: #1762e6;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

.innerpage-block .active:after {
    content: "\2212";
}

.innerpage-block .panel {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 13px;
}

div#FooterContainer {
    width: 100%;
}

.counter-block {
    background-position: -434px -83px !important;
}

.disscount-heading h2 {
    font-size: 26px;
}

.ServiceContainer h4 {
    font-size: 18px;
}

.service-title-block h2 {
    font-size: 32px;
}

.header {
    clear: both;
    height: auto;
    position: inherit;
}

.service-title-block {
    padding: 175px 0;
    margin-top: 0;
}

a.menutoggle {
    display: none !important;
}

a.menutoggle span:before {
    font-size: 33px !important;
}

div#Menu {
    padding: 20px 0;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

div#surveyModal .modal-header {
    border-bottom: none;
}

.student-grade-block {
    border-radius: 0.25rem;
    padding: 0 0 55px 0;
    width: 100%;
    overflow: hidden;
}

.grade-point {
    margin: 4px 8px 8px 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sucess-msg {
    padding: 0 0 32px 0;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.sucess-msg p {
    font-size: 16px;
    color: #0e980c;
    width: 75%;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 10px 10px 50px;
    background-color: #ceead0;
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 0;
    position: relative;
    text-align: left;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 1054;
}

.load-pict {
    position: absolute;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #34495e;
    padding: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.currency-flag.currency-flag-usd {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgBAMAAACm+uYvAAAAD1BMVEUAJWq0vtO1v9PBASv////7AfyZAAAAOUlEQVQoz2NgQALGSIABt4QSHDK4IAEGBkU4RJMg3Q4kS9CMQlhCqR3DxB8uOABuCWMcALfEiLUDADkOhlU5rxL6AAAAAElFTkSuQmCC);
}

.currency-flag.currency-flag-sgd {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAMAAABjCgsuAAAASFBMVEX0KkD0L0X0MEX0Mkf1QVT1TmD1T2H2Y3P3ZXX3bHv6qbL6rrf6r7f7tLz7tb380db81dn81tv94OP94+b96uz96u3+7/H///9kSRtrAAAAUklEQVQ4y+2QwRGAIAwEFxAUFVFE03+ntkC+yL5v5y6BXphSPWdN/pXNaAqS3AbwvlWosgIx56gSKEUxyYILwbUfvVvdW4/nWvgPomQIQ+hY+AA5OkdE+VBF4QAAAABJRU5ErkJggg==);
}

.currency-flag.currency-flag-aud {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAMAAABjCgsuAAAAllBMVEUAIH8BIH8CIYAJJ4MSL4gYNIsaNowvSZYyS5g0TZlHXqJNY6VTaKhWa6pXbKpYbKtkd7Fxgrd2h7qOnMaVosmWo8qXpMqmsdKnstKtt9W6wdvRDSTRDybRh5rSZHjSiJvTGjDURFjVKz/VqrvX2eneytbo4urp4urp6fHq6vLr7fTu7PLx8vf19vn3+Pr4+Pv7+/z///9M1mOaAAABEElEQVQ4y+WTWROCIBSFUSoz28u2m9Gepi38/z8X5BhIYPHUQ2eccRzuJ5d7DmgJm+MYIyYKQPkbj48bWCKTDltY7/aeALz9bg3bgxEYpCuAVTpwcsApvo1A8cdFnQP1hdjRKByeWM8k5kBM2JlOIZbXa75fU5AgjlgdBxgZxYHSwv0ub0iFGCAkKnrnc08CwCCppN1GdkBZn1vSKEiIODRRD/02qzwKUcKBJBJRMc2qwjjZgdesqqJRcqCYVVX4FAdyiSi84v2MisYBG/X7lkC3i36iZtOm2m3hyQS33O+J0eV2vYyqU1QOC8+o7i4rN65QJ+NA1nlf0frN1JhTOm/oVkx+z4bDqdVUvefzD3oALqcw5PUAVWwAAAAASUVORK5CYII=);
}

.currency-flag.currency-flag-cad {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAMAAABjCgsuAAAAVFBMVEX/AAD/AwP/BQX/CQn/R0f/Skr/S0v/Tk7/cHD/cXH/hYX/lJT/q6v/r6//srL/t7f/xMT/zc3/zs7/z8//0ND/1dX/1tb/2Nj/29v/5ub/9/f////rrEQTAAAAbklEQVQ4y+3Ttw6AMAxF0QsJvRMI7f//kwExICFkjwje5uEMbnDJdhOe8oO3g7bVgSGKBxWwYOVgWasUsmpdhKAITAKJCQohqM+qFoIyPIqwlDbdGADTyKeUA+SKsXrXd86rNj3NytNw4/9AHwc7pig+ByeVQt0AAAAASUVORK5CYII=);
}

.currency-flag.currency-flag-gbp {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAMAAABjCgsuAAAAyVBMVEUAIH8BIH8CIYAHJoIOLIYPLYYZNYsaNowfO44nQpI3UJo4UJtLYaRhdK9idbBmebJnerJoerN4iLt5ibuQncenstK7w9y8xN29xd3P1ebRDSTe4u7fMh3fNiHgOyfgPCjhQi/hRDHjTjzlW0rlW0vnalvna1vpdWfpdmjpe27qfG/qjYTqj4bqoJnq7PTropvrs7DrtLHrurfrurjr7fTsxcTsxcXu1NXx4ePy8/j06+309fn17e/49PX49Pb7+vv7+/z+/v7///8ZBiYZAAABQklEQVQ4y82U2U4CURBEW3ABRR2VdShkQFTcFUQYQIH6/4/ywbm5KwYeTKzHSarOTU9XC4D+nGkkhsg4jmNSfzmoc/XSAi5fpQ8gGZLVwi+G0jOnNwCuJhQOEg/iGPJl8qMD4GHBhqSc37oQ21BscPEIoDMiy3kp1KghpwHD8YyTHoDrKd9LIiJy5kEMw26FfGsDracV6/vZCzyINhw2+XUPoDvm8iKnx+JAlCF3vuS4C+Duk80jc/BSqBqQSBlqavhkZU8cRQoyIJXhZ/i9CWcn4suEZIaRGn5RQtqJUs77ABJl0MO39iak7EkBbW+It9R/NPz9lJztsH5cEiq8tRpDezX8LobizeULFd6P1+sdpesgZrxRIKcma+LtTocgTrxzNTxIiGrfJSfQi/cvn5W5yam0IOLFB6+3hshm514X/hucN8Af5X8PRgAAAABJRU5ErkJggg==);
}

.UserReviewRow .Title {
    width: 100%;
    float: left;
}

section.comp-net-block .UserReviewRow {
    margin-bottom: 0 !important;
    float: none !important;
}

.UserReviewRow .Title {
    font-size: 1rem;
    font-weight: 700;
}

.UserReviewRow {
    margin-bottom: 30px;
}

.UserReviewRow .AddedOn {
    float: left;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
}

.cl-rating p {
    text-align: left !important;
}

.cl-rating p strong {
    margin-top: 15px;
    display: block;
}

.UserReviewRow .currency-flag {
    display: inline-block;
    position: relative;
    top: 0.3rem;
    margin-right: 0.5rem;
}

.UserReviewRow .Stars {
    margin-bottom: 10px;
}

.currency-flag {
    display: inline-block;
    width: 24px;
    height: 16px;
    background-size: cover;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-md-12 {
    width: 100%;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
}

.text-center {
    text-align: center;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-md-3 {
    width: 25%;
}

.form-group {
    margin-bottom: 12px;
}

.form-group.email-con {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-submit {
    background-color: #f86a4c;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

.btn-submit:hover {
    background-color: #2c234d !important;
    cursor: pointer;
}

a.AskAssignmentButton {
    margin: 10px 0 12px 0;
}

.comp-net-block b {
    margin-bottom: 12px;
    display: block;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-8 {
    width: 66.66666667%;
}

.serpict img {
    max-width: 100%;
    height: auto;
}

.LogoContainer {
    float: left;
}

.headright {
    width: 80%;
    float: right;
    align-items: center;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.user-page ul li a span {
    color: #fff !important;
    margin-right: 10px;
}

.headright.menu-mobile {
    position: inherit !important;
}

.left-block-content ul {
    padding-left: 20px;
}

.order-summry {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.order-summary-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.order-summary-topbar a {
    color: #000;
}

a.email-id {
    margin-left: 20px;
}

.order-summary-topbar a span {
    margin-right: 10px;
    color: #f86a4c;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.order-summary-table {
    justify-content: space-between;
    margin-top: 28px;
    background-color: #fff;
    padding: 20px;
    min-height: 550px;
    overflow: hidden;
}

.sucess_msg_summery {
    background-color: #daf3c8;
    font-size: 16px;
    font-weight: 600;
    color: #0e980c;
    line-height: 24px;
    padding: 10px;
    margin-right: 7px;
    margin-bottom: 0;
}

.table-title {
    display: flex;
    padding: 10px 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 23px;
}

.dyanmic-orderid h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.order-summary-table h5 {
    width: 54%;
    font-size: 18px;
}

.marks {
    color: #ff5104 !important;
}

.order-summary-table .table {
    margin-top: 30px;
}

.table-btn-group {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

a.btn-tokon {
    background-color: #28a745;
    color: #fff;
    padding: 15px 30px;
    margin-right: 5px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

a.btn-chat-expert {
    background-color: #f86a4c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

a.btn-chat-expert:hover {
    background-color: #2c234d;
}

.table-btn-group a {
    display: inline-block;
}

.acadimic-solution-container {
    padding-top: 6px;
    padding-bottom: 28px;
    margin-top: 28px;
    background-color: #fff5f3;
    border-radius: 3px 3px 0 0;
}

.acadimic-solution-container h3 {
    text-transform: capitalize;
    padding: 0;
    font-weight: 600;
    color: #181819 !important;
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}

.acadimic-solution-container .__icon-container span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.col-12 {
    width: 100%;
}

.acadimic-solution-container .__icon-container span+span {
    font-size: 11px;
    padding: 0;
}

.acadimic-solution-container .__icon-container span {
    display: inline-block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #f86a4c;
    width: 50px;
    background-color: #fbe9e6;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px auto;
    border-radius: 100px;
}

.amazing-features-container {
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
    background: #f86a4c;
    border: 1px solid #f86a4c;
    border-top: none;
    text-align: center;
}

.amazing-features-container .heading h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #e55e41;
    padding: 12px 0;
    color: #fff !important;
    width: 92%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.amazing-features-container .feature {
    border: 1px solid #d86148;
    color: #fff;
    padding: 6px 0 2px;
    font-size: 13px;
    text-align: center;
    width: 42%;
    margin: 10px;
    display: inline-block;
    border-radius: 3px;
}

.amazing-features-container .feature span {
    padding-bottom: 5px;
    display: block;
}

.amazing-features-container .feature span {
    padding-bottom: 5px;
    display: block;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.order-summary-table .table td,
.table th {
    padding: 0.75rem;
    text-align: left !important;
    vertical-align: top;
}

.table-btn-group a span {
    margin-right: 8px;
}

.order-summary-table ul {
    padding-left: 0;
}

.order-summary-table ul li {
    list-style: none !important;
    line-height: 32px;
}

.order-summary-table ul li:before {
    content: "";
}

.order-summary-table ul li a {
    color: #1e85e8;
}

.order-summary-table ul li a span {
    padding-right: 6px;
}

.order-summary-table .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.footer-bottom-logo p {
    margin-top: 10px;
}

.footer-bottom-logo {
    clear: both;
    margin-bottom: 40px;
    text-align: center;
}

.footer-bottom-logo p {
    margin-top: 10px;
    line-height: 23px;
    font-size: 16px;
}

.acadimic-solution-container h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #3b3939;
}

select#countryCode {
    width: 93px;
    padding: 10px 0;
    position: absolute;
    z-index: 1050;
    border-bottom: 0;
    background-color: #e2edff;
}

.upload_file_row {
    width: 92% !important;
    float: none !important;
    margin: 0 auto !important;
}

.dr-section .cross {
    background: #e61415;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    padding: 4px 6px;
    position: absolute;
    margin: 4px 0 0;
    top: -50px;
    right: -14px;
}

.dr-section .drop_lower .upload_file_row {
    padding-top: 10px;
    border: 1px solid #ccc !important;
}

.fd b {
    display: block;
    float: left;
    width: 100%;
}

section.comp-net-block {
    float: left;
    background-color: #faf4f4 !important;
    padding: 20px;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #f9dfdf !important;
}

.innerpage-block .comp-net-block b {
    margin-bottom: 6px;
    display: block;
    width: 100%;
}

section.comp-net-block h4 {
    margin: 18px 0 0 0 !important;
    font-size: 18px;
}

.innerpage-block h4 {
    margin-top: 12px;
    color: #000 !important;
}

.cl-rating h3 {
    margin-bottom: 0;
}

.cl-rating p {
    margin-bottom: 20px;
}

section.comp-net-block .btn-download-submit-order {
    cursor: pointer;
}

section.comp-net-block .java-programming-but2 {
    cursor: pointer;
}

.cl-subject ul li a {
    color: #2c2393;
}

.cl-subject ul li a:hover {
    color: #f86a4c !important;
}

ul.cl-right-listblock li a {
    color: #2c2393;
}

ul.cl-right-listblock li a:hover {
    color: #f86a4c !important;
}

.innerpage-block.quiz {
    clear: both;
}

span.dow-icon {
    display: inline-block;
    margin-right: 5px;
    color: #007bff !important;
}

.cal-sidebar img {
    max-width: 100%;
}

.whats-makes-us-best h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.whats-makes-us-best h4 {
    font-size: 16px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.whats-makes-us-best .image-block img {
    height: 120px;
    width: 170px;
}

.whats-makes-us-best p {
    text-align: justify;
}

.whats-makes-us-best .image-block {
    text-align: center;
}

.whats-makes-us-best {
    margin-top: 35px;
    float: left;
}

.service-feature-inner {
    text-align: center;
    margin-top: 20px;
}

.service-feature-inner h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.service-feature-inner .image-block {
    margin-bottom: 16px;
}

.services-features-block1 h4 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.service-feature-inner img {
    width: 120px;
}

.service-feature-inner.last img {
    width: 97px;
}

.services-features-block1 .service-feature-inner p {
    padding: 10px 5px;
    text-align: justify;
}

.services-features-block1 {
    float: left;
    width: 100%;
    margin-top: 27px;
}

.expert-content .star-ratting {
    font-size: 13px;
    color: #818282;
    width: 100%;
    float: none;
}

.member-img {
    float: left;
    width: 119px;
    height: 121px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 18px;
    padding: 8px;
}

.expert-content h5 {
    font-size: 17px;
    font-weight: 700;
}

.expert-content p {
    margin-bottom: 5px;
    font-size: 14px;
}

.expert-content a.read-more {
    margin-top: -10px;
    font-weight: 500;
    font-size: 13px;
    float: left;
    border-radius: 3px;
    background: #f86a4c;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    margin-top: -3px;
}

.expert-content a.read-more:hover {
    background-color: #2c234d !important;
}

button.java-programming-but2 {
    background-color: #f86a4c !important;
}

button.java-programming-but2:hover {
    background-color: #2c234d !important;
}

button.java-programming-but3.btn-download-submit-order {
    background-color: #f86a4c !important;
}

button.java-programming-but3.btn-download-submit-order:hover {
    background-color: #2c234d !important;
}

.con-link .links-blocks ul li {
    float: left;
    width: 33%;
    color: #00b5e2;
    cursor: pointer;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.con-link .links-blocks ul li a {
    display: inline-block;
    background-color: #f9f7f7;
    width: 94%;
    padding: 13px 10px;
    border-radius: 3px;
}

.con-link {
    float: left;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 61px;
}

.con-link ul li:before {
    display: none;
}

.con-link .links-blocks ul li a:hover {
    background-color: #f86a4c;
    color: #fff !important;
}

.con-link .links-blocks ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    margin-top: 32px;
}

.con-link .links-blocks ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
}

.con-link h3 {
    font-size: 24px;
    font-weight: 400;
}

.in-pagetitle {
    clear: both;
    background-color: #f9f7f7;
    padding: 1px 0;
    box-shadow: 0 0 3px #ccc;
}

.main-tagline h2 span {
    margin-right: 9px;
    color: #f86a4c;
}
.main-tagline {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 30px;
  
}
.main-tagline:before {
    border: 2px dashed #2c234d;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
}

.main-tagline:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "✏️";
    width: 40px;
    bottom: -19px;
    height: 40px;
    background-color: #f86a4c;
    text-align: center;
    border-radius: 100px;
    border: 3px solid #ffa28f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-tagline p {
    padding-bottom: 22px;   
}

/***offer***/

.offer-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0px;
}

.offer-bar h5 {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.order-now {
    display: inline-block;
    background-color: #ff5104;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    font-weight: 700;
    margin-right: 16px;
    border-radius: 3px;

}

.order-now:hover{
    background-color: #e55313;
    color: #fff;
}
.offer-bar h5 span {
    margin-right: 12px;
    margin-left: 12px;
    color: #fff;
}
span.blink sup {
    color: #ff5104;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
@keyframes blink-animation {
    100% {
        visibility: hidden;
    }
}


.sideOffer { 
    width: 360px;
    margin: 20px 0 0;  
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 100px;
    z-index: 10;
}
.offer-block {
    border: 1px solid #c3c3c3;
    padding: 17px 18px;
    border-radius: 10px;
}
.sideOffer p {
    text-align: center;
    font-size: 35px !important;
    line-height: 43px;
    color: #666;
}
.sideOffer p strong {
    font-size: 40px;
    color: #000;
}
.sideOffer.fixAd {
    position: sticky;
    top: 130px;
    width: 100%;
    z-index: 10;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 37px;
    margin-bottom: 30px;
}

h3.offer-para {
    font-weight: 300;
    line-height: 43px;
    font-size: 35px;
    color: #666 !important;
    border: none;
}
h3.offer-para:after{
    display: none;
}
.sideOffer p strong {
    font-size: 40px;
    color: #000 !important;
}
.offrCTa {
    margin-top: 40px;
}

h3.offer-para strong {
    font-weight: 700;
    color: #000 !important;
}

.sideOffer.fixAd.offerapply {
    display: block;
    position: fixed;
    width: 336px;
    top: 40px;
}
.offrCTa a.btn-submit {
    width: 100% !important;
    display: block;
    color: #fff;
}

.sideOffer.fixAd {
    display: none;
}
.free-structures.services-detailes h3 {
    padding-left: 11px;
}
.free-structures.services-detailes h3:after {
    left: 11px;
}
/***price***/
.cal-sidebar .home_about_forms {
    padding: 0;
    box-shadow: 0 6px 11px 0 #00000005;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 34px;
}
.free-list {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    padding: 5px 17px 5px 40px;
    border-bottom: 1px solid #edeae3;
    position: relative;
}
.free-list:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/tick.png);
    left: 15px;
    top: 25%;
    margin-top: -1px;
    border-radius: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.free-list p {
    color: #191919;
    max-width: 50%;
    float: left;
    font-size: 14px !important;
    vertical-align: bottom;
    line-height: 20px;
    text-align: left !important;
    padding: 0;
    margin: 0 !important;
}
.free-structures .free-list p.free {
    float: right;
}
.free-structures .free-list .free {
    float: right;
}
.free-structures .free-list p b {
    margin-left: 5px;
    line-height: 23px;
    font-weight: 500;
    font-size: 14px;
}

.free-list span {
    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: .5px;
    float: right;
    margin-left: 5px;
}
.free-list-order {
    clear: both;
}
.free-list-order a.btn-submit {
    display: block;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}
.free-list-last p.totals {
    max-width: 80%;
    text-align: left;
    font-size: 14px !important;
    float: left;
    line-height: 2;
    color: #000;
    padding-left: 8px;
}
.free-list-last p.free {
    max-width: 30%;
    text-align: right;
    display: block;
    float: right;
    padding-right: 10px;
}
.free-list-last span {
    color: #0bb06d;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;  
    padding: 0 0 0 10px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.line-through {
    position: relative;
    display: inline-flex;
    /* float: right; */
    margin-left: 5px;
    line-height: 23px;
    font-weight: 500;
    font-size: 14px;
}

.line-through:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: red;
    z-index: 999;
}


/* promotion */

.top-promotion {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    background-color: #2c234d;
    justify-content: center;
    padding: 5px 0px;
    color: #fff;
}
a.btn-download {
    background-color: #00a2f0;
    margin-left: 8px;
    color: #fff;
    border-radius: 3px;
    padding: 7px 11px!important;
}
.top-promotion a.ask-btn-question{
    margin: 0 20px;
}
.top-promotion a.ask-btn-question:hover {
    background-color: #e55313 !important;
    color: #fff !important;
}
a.btn-download:hover {
    background-color: #0692d5;
}

span.badge {
    display: inline-block!important;
    position: absolute;
    background-color: #f86a4c !important;
    font-size: 11px;
    top: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px;
    border-radius: 24px;
    color: #fff!important;
    font-weight: 700;
    margin: 2px 0 0 2px;
}
span.blink.badge.badge-danger {
    background-color: red !important;
}
.new-btn-notification {
    position: absolute;
    right: 0 !important;
    top: -24px !important;
    border-radius: 3px !important;
    padding: 0 6px !important;
}
.new-btn-notification:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid #ff510408;
    border-right: 5px solid #ff51040a;
    border-top: 5px solid #FF0000;
}


.FormControlContainer a {
    /* text-decoration: underline; */
    border: 1px solid #1667e1;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    color: #1667e1;
}
.FormControlContainer a:hover {
    background-color: #1667e1;
    color: #fff !important;
   
}
.another-link a{
    border: 1px solid #1667e1;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 4px;
    color: #1667e1;
}
.another-link a:hover {
    background-color: #1667e1;
    color: #fff !important;
   
}




/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

/* did-you-know-modal */
.did-youknow-modal .modal-header {
    background-color: #0c3071;   
}
.did-youknow-modal .left-block {
    position: absolute;
    left: -7px;
    top: -90px;

}
.did-youknow-modal div#didyouknow-Modal {
  
    padding-top: 100px;
}
.did-youknow-modal .modal-content {
    padding: 0;
}
.did-youknow-modal h4.modal-title {
    padding-left: 30px;
    font-weight: 700;
    width: 100%;
    font-size: 30px;
    color: #fff !important;
}
.did-youknow-modal .did-you-know .inner-circle {
    /* border: 1px solid #000; */
    width: 50px;
    height: 50px;
    background-color: #0c3071;
    border-radius: 1000px;
}
.did-youknow-modal .did-you-know {
    height: 400px;
}
.did-youknow-modal .descriptions.FeatureContainer ul strong {
    color: #5d5a67;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px !important;
    display: block;
}
.did-youknow-modal .did-you-know .right-block {
    float: left;  
    width: 100%;
    padding: 30px 0px 0 40px;
    height: auto;
    text-align: left;
    margin-top: 0;
    background: transparent !important;   
    color: #000 !important;
    margin-left: 0px !important;   
}
.did-youknow-modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    clear: both;
}
.did-youknow-modal .descriptions.FeatureContainer ul li {
    position: relative;
    padding-left:10px;
    opacity: inherit !important;
    font-weight: 600;
    color: #5d5a67 !important;
}
.did-youknow-modal .descriptions.FeatureContainer ul li span {
    position: absolute;
    left:0;
    font-size:20px;
    color:#ff5104;
}
.did-youknow-modal button.close {
    font-size: 40px;
    position: absolute;
    right: 17px;
    top: 10px;
    opacity: inherit;
    color: red;
}
.did-youknow-modal .did-you-know {
    position: inherit;
    top: 0 !important;
    right: 0px;
    top: 33%;
    height: auto;
    z-index: 999;
}
.did-youknow-modal .did-youknow-modal .modal-footer {
    clear: both;
}
.did-youknow-modal .did-youknow-modal .did-you-know .right-block p { 
    padding: 20px 0px;   
}
.did-youknow-modal .did-you-know .left-block .mike-circle {
    position: absolute;
    width: 64px;
    height: 65px;
    z-index: 999;
    border-radius: 100px;
    left: -27px;
    top: -37px;
    /* background: deepskyblue; */
}
.did-youknow-modal .mike-circle img.img-fluid {
    transform: rotate(-36deg);
}
.did-youknow-modal a.btn.order-now {
    color: #fff;
}



@media screen and (max-width: 1440px) {
    #Footer {
        background-position: 212px -517px;
    }

    #HeaderExpanded .HeaderExpandedLinkContainer {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1366px) {
    .headright {
        width: 78%;
    }

    div#FooterContainer {
        width: 100%;
    }

    .service-title-block h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .service-left-block h1 {
        font-size: 27px;
    }

    .service-right-block h3 {
        font-size: 20px;
    }

    .container {
        width: 100%;
    }

    a.sticky-hide img {
        max-width: 100%;
        height: auto;
    }

    #HeaderExpanded a {
        font-size: 14px;
        margin-right: 0;
        margin-left: 2px;
    }

    .header-right-b {
        justify-content: flex-end;
    }

    .right-block-survey {
        width: 100%;
    }

    .left-block-servey {
        display: none;
    }

    .header-right-b {
        justify-content: flex-end;
    }

    .menu-bar {
        width: 100%;
    }

    #Footer .row {
        display: inherit;
    }

    #Footer .col-lg-9 {
        width: 100%;
    }

    #Footer .col-lg-3 {
        width: 100%;
        clear: both;
    }

    #Footer .col-md-6 {
        width: 50%;
    }

    .headright ul li a {
        font-size: 14px !important;
    }

    a.ask-btn-question {
        font-size: 14px;
    }

    .right-s a.user-pro {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .cal-sidebar {
        width: auto;
    }

    .LogoContainer {
        float: left;
        width: 100%;
    }

    .headright.menu-mobile {
        position: absolute !important;
        top: 56px;
        z-index: 1050;
        left: 0;
        background-color: #fff;
        width: 100%;
        display: inherit;
        display: none;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        padding: 0 0 20px 0;
    }

    .headright.menu-mobile ul li {
        line-height: 30px;
        border-bottom: 1px solid #ccc;
        padding: 7px 10px;
        margin-top: 0 !important;
    }

    .headright.menu-mobile ul {
        margin-bottom: 10px;
    }

    .right-s {
        padding-left: 10px;
    }

    .headright ul li {
        display: block;
        margin-right: 0;
        margin-top: 20px;
    }

    #HeaderExpanded a {
        margin-right: 6px;
        font-size: 12px;
        text-align: center !important;
    }

    #HeaderExpandedTop .IconLink {
        font-size: 11px !important;
    }

    .blog-pict {
        min-height: auto;
    }

    #HeaderExpanded .LogoContainer {
        width: 120px;
        float: left;
    }

    span.dash-toggle {
        display: none;
    }

    .service-right-block {
        padding: 10px 10px 20px 10px !important;
    }

    .job-post-b {
        margin-bottom: 12px;
    }

    section.comp-net-block img {
        margin-top: 0;
    }

    .ContentBody h1 {
        font-size: 30px;
    }

    .ContentBody {
        padding-top: 10px !important;
    }

    .service-cover {
        padding: 30px 0 30px 0;
        margin-top: 0 !important;
        float: left;
        width: 100%;
        margin-bottom: 40px !important;
    }

    section.freelance-job {
        clear: both;
    }

    .innerpage-block h2 {
        font-size: 27px;
    }

    .innerpage-block h3 {
        font-size: 20px;
    }

    .innerpage-block ul {
        padding-left: 20px;
    }

    a.menutoggle {
        display: block !important;
        position: absolute;
        top: 13px;
        right: 0;
    }

    .m-menu {
        display: none;
    }

    #Menu .MenuTitle {
        display: block;
        margin: 0;
        padding: 1.6rem 1rem 1.5rem 2rem;
        text-align: left;
        text-overflow: ellipsis;
        font-size: 2.4rem;
        font-weight: 400;
        color: #ecf0f1;
    }

    #Menu ul li {
        list-style: none;
        font-size: 1.4rem;
        padding: 4px 0 4px 20px;
        border-bottom: solid 0.1rem #2c3e50;
    }

    #Menu ul li a {
        color: #fff;
    }

    .service-left-block h1 {
        margin-top: 0;
    }

    .service-left-block p {
        font-size: 16px;
        line-height: 27px;
    }

    .service-right-block h3 {
        font-size: 22px;
        margin-top: 0;
        line-height: 27px;
        margin-bottom: 3px !important;
    }

    .client-per-details .dropdown {
        display: none;
    }

    div#Menu ul li a span {
        margin-right: 10px;
    }

    .sucess-msg p {
        padding: 10px 10px 10px 15px;
    }

    .swal2-popup {
        width: 60% !important;
        padding: 25px 40px;
    }

    a.menutoggle {
        display: block;
    }

    .headright {
        width: 100%;
        display: inherit;
    }

    div#myDIV {
        display: none;
    }

    .menu-mobile {
        display: block !important;
    }

    .amazing-features-container .feature {
        width: 89%;
        margin: 9px 0 0 0;
    }

    .acadimic-solution-container h3 {
        font-size: 18px;
    }

    .acadimic-solution-container h3 span {
        font-size: 14px;
    }

    .serimgblock img {
        max-width: 100%;
    }
    .sideOffer.fixAd.offerapply {      
        width: 216px;
    }
}

@media screen and (max-width: 767px) {
    .sideOffer{
        display: none !important;
    }
    .sc {
        padding: 20px 0 !important;
    }

    .service-left-block h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #HeaderCompacted {
        margin-top: 76px !important;
        background-color: #06021b !important;
        border-bottom: none !important;
    }

    #Menu {
        margin-top: 0 !important;
        background-color: #2e3345 !important;
    }

    #HeaderCompacted a {
        outline: 0;
        color: #ffc600 !important;
    }

    #Footer {
        background-position: -610px 1190px;
    }

    #HeaderCompacted #MenuButton {
        display: inline-block;
        margin: 0;
        top: 30px;
        margin-right: 13px;
    }

    a#MenuButton {
        display: block;
    }

    #Menu a.Active,
    #Menu a:focus {
        color: #fff;
        background-color: #1762e6;
        outline: 0;
    }

    #Menu a {
        color: #fff;
    }

    #HeaderExpanded {
        display: block;
    }

    a#MenuButton {
        float: left;
        position: absolute;
        margin-right: 0;
        top: 16px;
        left: 14px;
    }

    .LogoContainer {
        float: left !important;
    }

    .header-right-b {
        display: none;
    }

    .service-right-block h3 {
        color: #333 !important;
        font-size: 21px;
        line-height: 28px;
        margin-top: 0;
        text-align: center;
        margin-bottom: 4 !important;
    }

    .col-sm-10.menu-bar {
        display: none !important;
    }

    a.btn-getstarted {
        margin-right: 0 !important;
    }

    a.btn-getstarted span {
        display: block;
        margin-right: 0;
    }

    .review-box {
        width: 100%;
        margin: 28px auto;
    }

    .globle-count {
        padding-top: 0;
    }

    .globle-count ul {
        padding-left: 0;
    }

    .modal-custom {
        width: 95%;
    }

    .row {
        display: inherit;
    }

    .col-sm-5 {
        width: 100%;
        clear: both;
    }

    .col-sm-7 {
        width: 100%;
        overflow: hidden;
    }

    .col-sm-6 {
        width: 100%;
    }

    .innerpage-block {
        padding-top: 30px;
        float: left;
    }

    .innerpage-block h2 {
        margin-bottom: 14px;
    }

    .col-md-3 {
        width: 100%;
    }

    #Footer .col-md-6 {
        width: 100%;
    }

    .footer-colom {
        margin-bottom: 30px;
    }

    .col-md-8 {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    .form-control {
        font-size: 14px;
    }

    .email-con span.why-email {
        display: none;
    }

    .amazing-features-container .feature {
        width: 100%;
    }

    .job-content-d h5 {
        font-size: 18px;
    }

    .innerpage-block h2 {
        font-size: 20px;
    }

    section.freelance-job {
        clear: both;
        padding: 10px 0;
        overflow: hidden;
    }

    section.comp-net-block .col-md-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .dr-section .drop_upper .row {
        display: FLEX;
    }

    .dr-section .drop_upper {
        padding: 0 0 8px 0;
    }

    .dr-section .dr-file-name {
        padding: 0 0 5px 4px !important;
    }

    .dr-section .cross {
        padding: 2px 4px;
    }

    .col-sm-4 {
        max-width: 100%;
    }

    .col-sm-8 {
        max-width: 100%;
    }

    ul.cl-right-listblock {
        border: none;
    }
    .top-promotion {
        flex-wrap: wrap;
    }
    .did-youknow-modal .modal-content {        
        width: 90% !important; 
        padding: 0 !important;      
    }
    .did-youknow-modal .left-block {
        position: absolute;
        left: 3px !important;
        top: -90px;
    }
}

@media screen and (max-width: 676px) {
    .header {
        height: auto;
        position: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .right-block-survey:before {
        display: none;
    }

    .right-block-survey {
        width: 100%;
        padding-left: 0;
    }

    .sucess-msg {
        flex-wrap: wrap;
    }

    .sucess-msg p {
        width: 100%;
    }

    .drop_lower {
        padding-bottom: 10px;
        overflow: hidden;
    }

    .job-post-b {
        margin-bottom: 16px !important;
    }

    #content {
        width: 100%;
        padding: 40px 0;
    }

    .footer-information .right-side-content {
        width: 100%;
        text-align: left;
    }

    .secure-pay-imgblock img.w-out-hover {
        width: 45%;
    }

    .payment-header-logos {
        margin-top: 0;
        text-align: center;
    }

    .service-cover {
        background-image: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 20px 0;
    }

    .service-left-block {
        padding-top: 30px;
        padding-bottom: 0;
        clear: both;
    }

    .left-block-content {
        padding-bottom: 30px;
    }

    .service-right-block {
        padding: 10px 10px 20px 10px !important;
    }

    .fr-icon {
        width: 80px;
        height: 80px;
    }

    .swal2-popup {
        width: 95% !important;
        padding: 25px 40px;
    }

    .service-left-block p {
        font-size: 14px;
        line-height: 22px;
    }

    .left-block-content ul li {
        font-size: 16px;
        margin: 0 0 0.2rem;
    }

    .service-right-block h5 {
        font-size: 14px;
        margin: 6px 0 20px 0;
    }

    .service-right-block h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .droped_data {
        display: flex;
    }

    .dr-section .drop_img {
        text-align: right;
        width: 26%;
    }

    .dr-section p {
        font-size: 12px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    a.menutoggle span:before {
        font-size: 22px !important;
    }

    .top-bar-cal a {
        font-size: 16px;
    }

    a.sticky-hide {
        width: 120px !important;
        display: inline-block;
    }

    .service-right-block h1 {
        font-size: 24px !important;
    }

    .service-right-block h5 {
        font-size: 13px !important;
        margin: 6px 0 24px 0 !important;
    }

    .row {
        display: inherit;
    }

    .col-md-8 {
        width: 100% !important;
    }

    .col-md-4 {
        width: 100% !important;
    }

    .dr-section .drop_img {
        text-align: right !important;
        width: 20% !important;
    }

    .col-4 {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .amazing-features-container .feature {
        width: 93% !important;
    }

    .main-header {
        padding: 4px 0;
    }

    a.menutoggle {
        top: 9px !important;
    }

    .cal-sidebar {
        width: 100%;
    }

    .cal-sidebar .cl-guarantees ul {
        padding-left: 0;
    }

    .cal-sidebar .cl-guarantees ul {
        padding-left: 0;
    }
    span.ar-hide-m {
        display: none;
    }
    .top-bar-cal {      
        overflow: hidden;
    }
}

@media screen and (max-width: 414px) {

    .offer-bar h5 span {       
        font-size: 14px;
    }
    a.btn.order-now {
        font-size: 14px;
        padding: 4px 7px;
    }


    #Footer {
        background-position: -796px 1198px;
    }

    .header {
        position: inherit;
        width: 100%;
    }

    #HeaderCompacted a {
        margin: 0;
    }

    #HeaderCompacted {
        margin-top: 101px !important;
    }

    #HeaderCompacted #MenuButton {
        top: 5px;
    }

    .service-right-block {
        padding: 10px 10px 20px 10px;
    }
}

@media screen and (max-width: 375px) {
    .dr-section p {
        font-size: 13px !important;
    }

    .service-right-block h1 {
        font-size: 20px !important;
    }

    .service-right-block h5 {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 320px) {
    .dr-section .drop_img {
        text-align: right;
        width: 16%;
    }

    .expert-content .member-img {
        float: left;
        width: 99px;
        height: 169px;
    }
}