.main {
    padding: 0px 100px 0px 100px;
}

.cstm-navbar {
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    -webkit-box-shadow: 0px 11px 10px 0px #0000006e;
    box-shadow: 0px 11px 10px 0px #0000006e;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.cstm-navbar .navbar-toggler-icon {
    position: relative;
    color: #000;
}

.cstm-navbar .navbar-toggler-icon i {
    position: absolute;
    top: 50%;
    left: 97%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brandLogo {
    width: 100px;
}

.cstm-navbar .nav-link {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.cstm-navbar .cstm-btn-out-bright {
    border: 1px solid #fff;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.cstm-navbar .cstm-btn-out-bright:hover {
    background-color: #000;
    color: #4341a1;
}


#global-nav {
    position: fixed;
    /* height: 80px; */
    /* height: 65px; */
    width: 100%;
    color: #fff;
    /* padding: 0; */
    -webkit-transition: height 0.5s, line-height 0.5s;
    /* Safari */
    transition: height 0.5s, line-height 0.5s;
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 740px) and (orientation: landscape) {
    .cstm-navbar {
        background-color: #fff;
        text-align: center;
        height: auto !important;
    }
}

.btn-header {
    background-color: #FF8C26;
    border: none;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
}

.btn-main {
    background-color: transparent;
    border: 1px solid #FF8C26;
    font-weight: bold;
    color: #FF8C26;
    padding: 6px 12px;
    border-radius: 4px;
}

.hero-content {
    padding-left: 96px;
}

.hero-content h1 {
    font-size: 35px;
    color: #000;
}

.hero-content h1 span {
    font-size: 35px;
    color: #FF8C26;
    font-weight: bold;
}

.hero-content .badge-heading {
    background-color: #FF8C26;
    border-radius: 66px;
    width: fit-content;
    border: none;
    padding: 5px;
    padding-top: 0;
    text-align: end;
    color: #fff;
    padding-bottom: 0;
    padding-right: 0;
}

.hero-content .badge-heading span {
    background-color: #F1F1F1;
    border-radius: 102px;
    padding: 3px;
    color: #535C64;
}

.title-heading h2 {
    font-size: 35px;
    color: #000;
}

.title-heading h2 span {
    font-size: 35px;
    color: #FF8C26;
    font-weight: bold;
}

.card-wrapper {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    width: 100%;
    padding: 20px;
}

.service-content h2 {
    font-size: 20px;
    color: #000;
}

.service-content p {
    color: #535C64;
    font-size: 14px;
}

.card-content h3 {
    font-size: 20px;
    color: #000;
}

.card-content p {
    color: #535C64;
    font-size: 14px;
}

.counter-content h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.counter-content p {
    color: #FF8C26;
}

#counter {
    background-color: #D0ECF8;
}

.written-assignment-content h2 {
    font-size: 24px;
    color: #FF8C26;
}

.written-assignment-content p {
    font-size: 15px;
    color: #535C64;
}

.written-assignment-wrapper {
    width: 90%;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    border-radius: 20px;
}

.written-assignment-wrapper:hover {
    background-color: #56BBE6;
    transition: 0.5s all ease-in-out;
}

.written-assignment::before {
    content: "01";
    color: #D0ECF8;
    font-size: 100px;
    position: absolute;
    font-weight: bold;
    top: -73px;
    left: 0;
}

.written-assignment-2::before {
    content: "02";
    color: #D0ECF8;
    font-size: 100px;
    position: absolute;
    font-weight: bold;
    top: -66px;
    left: 0;
}

.written-assignment-3::before {
    content: "03";
    color: #D0ECF8;
    font-size: 100px;
    position: absolute;
    font-weight: bold;
    top: -73px;
    left: 0;
}

.written-assignment-4::before {
    content: "04";
    color: #D0ECF8;
    font-size: 100px;
    position: absolute;
    font-weight: bold;
    top: -66px;
    left: 0;
}

.btn-blue {
    background-color: #56BBE6;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #56BBE6;
    border-radius: 4px;
}

.btn-white {
    background-color: transparent;
    font-weight: bold;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.btn-blue:hover {
    background-color: #000;
}

#sec-bg {
    background-color: #56BBE6;
    border-radius: 10px;
}

#footer {
    background-color: #56BBE6;
}

.footer-btn-one button {
    background-color: #fff;
    color: #56BBE6;
    padding: 8px 30px;
    border: none;
    border-radius: 5px;
}

.footer-btn-two button {
    background-color: #119FCF;
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 5px;
}

.footer-links h2 {
    font-size: 20px;
    font-weight: bold;
}

.best-writer_content {
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 30px;
}

.best-writer_content h2 {
    font-size: 22px;
    color: #000;
}

.best-writer_content p {
    font-size: 15px;
}

.best-writer_content h4 {
    font-size: 16px;
    color: #56BBE6;
}

.best-writer_content a {
    font-size: 16px;
    color: #FF8C26;
    display: block;
}

.best-writer_btn {
    background-color: #FF8C26;
    padding: 5px 27px 5px 27px;
    border: none;
    border-radius: 5px;
}

.fa-quote-left {
    font-size: 25px;
    opacity: 0.3;
    color: #56BBE6;
}

.fa-quote-right {
    font-size: 25px;
    opacity: 0.3;
    color: #56BBE6;
}

.blog-img {
    width: 290px;
    border-radius: 6px;
}

.blog_content h2 {
    font-size: 22px;
    color: #000;
}

.blog_content span {
    font-size: 14px;
}

.blog_content a {
    color: #FF8C26;
}

.content-image img {
    height: 377px;
    border-radius: 6px;
}

.content-image-2 img {
    border-radius: 6px;
}

.content-image-3 img {
    height: 223px;
    border-radius: 6px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: linear-gradient(51deg, rgba(5, 160, 226, 0.7035189075630253) 53%, rgba(208, 236, 248, 1) 100%);
    position: absolute;
    height: 99%;
    width: 91%;
    left: 15px;
    border-radius: 6px;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 70%;
    left: 54%;
    text-align: left;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: left;
}

.content-details a {
    color: #fff;
    text-align: left;
    font-size: 0.8em;
}

.fadeIn-right {
    left: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-bottom {
    top: 80%;
}

.card-review {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
}

.card-review-2 {
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.card-review_content p {
    font-size: 15px;
}

.card-review_content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.card-review::after {
    content: "";
    background-image: url(./images/chat-icon.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 67px;
    position: absolute;
    top: -22px;
    right: 0;
}

.card-review-2::after {
    content: "";
    background-image: url(./images/shape-icon.png);
    background-repeat: no-repeat;
    width: 81px;
    height: 108px;
    position: absolute;
    top: 0px;
    right: -65px;
    transform: rotate(358deg);
}

.card-select {
    background-color: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 13px;
    border-radius: 4px;
}

.card-select-content p {
    font-size: 20px;
    color: #000;
}

.card-select:hover {
    background-color: #FF8C26;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.card-select-content:hover p {
    color: #fff;
}

.quote-sec {
    background-image: url(./images/qoute-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 37px;
}

.essay-type {
    background-color: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 15px 59px 15px 59px;
    width: 100%;
}

.essay-type p {
    font-size: 18px;
}

.essay-type:hover {
    background-color: #FF8C26;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.help-ask-question p {
    font-size: 15px;
}

.help-ask-question h2 {
    font-size: 18px;
    color: #000;
}

.contact-form {
    background-color: #FFE4CC;
    border-radius: 5px;
    padding: 20px;
}


.contact-btn {
    background-color: #8bd7f9;
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 5px;
}

.deadline-sec {
    background-color: #FFE4CC;
    border-radius: 10px;
    padding: 15px;
}

#testimonial-slider {
    padding: 50px 20px 35px 20px;
    /* background: #fff; */
    text-align: center;
    /* box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1); */
}

.testimonial .description {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}

.testimonial .title {
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #363636;
}

.owl-buttons {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}

.owl-next {
    left: auto;
    right: 0;
}

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #56BBE6;
    line-height: 20px;
}

.owl-buttons .owl-next:before {
    content: "\f105";
}

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

/* .owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("./images/icon-1.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("./images/icon-1.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("./images/icon-1.png") no-repeat;
    background-size: cover;
} */
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span {
    border-color: #d133ff;
    opacity: 1;
}

.owl-pagination {
    display: none;
}

.pricing-table tr:nth-child(even) {
    background: #E1F3FB;
}

.pricing-table tr:nth-child(odd) {
    background: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.terms-page-content h2 {
    font-size: 18px;
}

.terms-page-content ul li {
    font-size: 15px;
}

.terms-page-content-right h2 {
    font-size: 26px;
}

.terms-page-content-right h3 {
    font-size: 16px;
}

.terms-page-content-right p {
    font-size: 14px;
    color: #000;
}

.about-heading h5 {
    font-size: 18px;
    color: #FF8C26;
}

.about-heading h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.about-heading span {
    font-size: 40px;
    color: #FF8C26;
    font-weight: bold;
}

.about-heading p {
    font-size: 14px;
}

.about_underline::before {
    content: "";
    border-bottom: 2.5px solid rgba(86, 187, 230, 0.45);
    position: absolute;
    width: 114px;
    height: 30px;
    top: 0;
    margin-left: -58px;
}

.about-img img {
    height: 100%;
    width: 100%;
}

.about-desc p {
    font-size: 14px;
}

.select-type .form-control {
    border: 1px solid #56BBE6;
    border-color: #56BBE6;
    border-radius: 7px;
    height: 42px;
}

.search-sample .form-control {
    border: 1px solid #56BBE6;
    border-color: #56BBE6;
    border-radius: 7px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    height: 42px;
}

.search-sample .btn-seacrh {
    position: absolute;
    background-color: #56BBE6;
    right: -1px;
    border-radius: 5px;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    height: 42px;
}

.sample-card_wrapper {
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 10px;
    border-radius: 7px;
}

.sample-card_tag {
    height: 50px;
    width: 50px;
    background-color: #56BBE6;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    border-radius: 4px;
}

.sample-card_tag p {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.sample-card_btn button {
    background-color: #FF8C26;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px;
}

.sample-card_text p {
    font-size: 14px;
}

.card-wrapper_hover:hover {
    background-color: #56BBE6;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.btn-faqs_search {
    background-color: #FF8C26;
    color: #fff;
}

.blogs-heading h2 {
    font-size: 30px;
    font-weight: bold;
}

.blogs-heading p {
    font-size: 14px;
}

.blogs-card span {
    font-size: 13px;
}

.blogs-card h2 {
    font-size: 22px;
    color: #000;
}

.blogs-card p {
    font-size: 14px;
    color: #848484;
}

.blogs-card a {
    font-size: 15px;
    color: #56BBE6;
}

.blogs-pagination {
    border: 1px solid #56BBE6;
    padding: 8px;
    width: 47px;
    height: 47px;
    border-radius: 4px;
}

.blogs-pagination p {
    color: #56BBE6;
}

.steps {
    margin-bottom: 33px;
    margin-top: 40px
}

.steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between !important;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center
}

.steps li,
.steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none
}

.steps li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin-right: 143px;
    position: relative;
    outline: none
}

.steps li a::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 450px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 160px;
}

.steps li.last a {
    margin-right: 0
}

.steps li.last a::before {
    content: none
}

.steps li.current a,
.steps li.current a:active,
.steps li.done a::before,
.steps li.done a,
.steps li.done a:active {
    background: #3760e5
}

.steps li .current-info {
    display: none
}

.steps li .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: montserrat, sans-serif
}

.content {
    padding: 0 80px
}

.offer-card {
    background-color: #FAF2E8 !important;
    box-shadow: none !important;
}

.offer-card_content {
    background-color: #DDF1F9;
    position: absolute;
    border-radius: 5px;
    right: 190px;
    top: 80px;
    width: 59%;
    bottom: 0;
    padding: 50px 20px 50px 20px;
    height: fit-content;
}

s .offer-card_content h2 {
    font-size: 25px;
    color: #000;
}

.offer-card_content li {
    font-size: 15px;
    color: #000;
}

.blog-detail-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.blog-detail-content p {
    font-size: 14px;
}

.blog-qoute p {
    font-size: 22px;
    color: #56BBE6;
    text-align: center;
}

.blog_author {
    background-color: #E9F4FD;
    padding: 20px;
    border-radius: 4px;
    width: fit-content;
}

.blog_author-content span {
    font-size: 14px;
}

.blog_author-content p {
    font-size: 14px;
    color: #000;
}


.blog_author-content h2 {
    font-size: 24px;
    color: #56BBE6;
    font-weight: 400;

}

.blog-social p {
    color: #56BBE6;
}

.blog-related-heading h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.blog-related-heading::before {
    content: "RELATED";
    color: #56BBE6;
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    bottom: 0;
    opacity: 0.2;
    top: -40px;
}

.blog-comment-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.blog-comment-heading span {
    font-size: 12px;
}

.blog-comment-heading::before {
    content: "COMMENT";
    color: #56BBE6;
    position: absolute;
    font-size: 38px;
    font-weight: 700;
    bottom: 0;
    opacity: 0.2;
    top: -4px;
}

.blog-post-comment-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.blog-post-comment-heading::before {
    content: "COMMENT";
    color: #56BBE6;
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    bottom: 0;
    opacity: 0.2;
    top: -37px;
}

.comment-form .form-control {
    height: 53px;
    background-color: #E9F4FD;
    border: none;
}

.comment-form-textarea .form-control {
    height: auto;
    background-color: #E9F4FD;
    border: none;
}

.comment-form-btn button {
    background-color: #56BBE6;
    padding: 10px 50px 10px 50px;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.calculate-price-form {
    background-color: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 20px;
    border-radius: 7px;
    width: 55%;
    margin: 0 auto;
}

.calculate-price-nav {
    text-decoration: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}

.calculate-price-nav a {
    color: #fff;
    background: #FF8C26;
    font-size: 18px;
    padding: 9px 49px 10px 48px;
    border-radius: 4px;
    text-decoration: none;
}

.calculate-price-nav .active:focus a {
    color: #fff;
    background: #FF8C26;
    font-size: 18px;
    padding: 10px;
    border-radius: 4px;
}

.calculate-price-dropdown {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    padding-top: 0 !IMPORTANT;
    padding-bottom: 0 !IMPORTANT;
    margin: 0;
}

.calculate-price-add {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px;
}

.calculate-price-dropdown .form-control {
    border: none;
}

.paper-detail [type="radio"]:checked,
.paper-detail [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.paper-detail [type="radio"]:checked+label,
.paper-detail [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}

.paper-detail [type="radio"]:checked+label:before,
.paper-detail [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #119FCF;
    border-radius: 100%;
    background: #fff;
}

.paper-detail [type="radio"]:checked+label:after,
.paper-detail [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #119FCF;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.paper-detail [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.paper-detail [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.price-calulate-radio [type="radio"]:checked,
.price-calulate-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.price-calulate-radio [type="radio"]:checked+label,
.price-calulate-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}

.price-calulate-radio [type="radio"]:checked+label:before,
.price-calulate-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #119FCF;
    border-radius: 100%;
    background: #fff;
}

.price-calulate-radio [type="radio"]:checked+label:after,
.price-calulate-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #119FCF;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.price-calulate-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.price-calulate-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.calculate-price-ammount p {
    color: #119FCF;
    font-size: 22px;
    font-weight: bold;
    text-align: end;
}

.calculate-price-btn button {
    background-color: #FF8C26;
    border: none;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
}

.rewards_nav {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 48px 24px 10px 29px;
    width: 100%;
    height: fit-content;
    border-radius: 5px;
}

.rewards_nav-content a {
    color: #000;
    text-decoration: none;
}

.rewards-detail_card span {
    color: #FF8C26;
    font-size: 30px;
}

.rewards-detail_card {
    padding: 12px 34px 12px 34px;
    border-radius: 4px;
    background-color: #fff;
}

.rewards-detail_card-2 {
    padding: 12px 34px 12px 34px;
    border-radius: 4px;
    background-color: #FAF2E8;
}

.rewards-detail_card p {
    color: #000;
    font-size: 20px;
}

.rewards-detail h3 {
    font-size: 26px;
    color: #000;
}

.rewards-detail p {
    font-size: 15px;
    color: #000;
}

.rewards-detail span {
    font-size: 15px;
    color: #FF8C26;
}

.rewards-detail button {
    background-color: #56BBE6;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
}

.rewards-detail {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 48px 24px 10px 29px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.profile-form .form-control {
    border: 1px solid #56BBE6;
}

.profile-form .form-control:focus {
    box-shadow: none;
}

.nav-tabs .nav-link.active {
    border-top: none;
    border-color: #dee2e6 #dee2e6 #fff;
    border-left: none;
    border-right: none;
    color: #FF8C26 !important;
    text-decoration: underline;
    background-color: transparent;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.my-order-btn button {
    background-color: transparent;
    border: 1px solid #FF8C26;
    color: #FF8C26;
    border-radius: 4px;
}

.nav-tabs .nav-link {
    font-weight: 600;
}

.my-order-header {
    background-color: #56BBE6;
    border-radius: 4px;
    padding: 10px;
}

.my-order-header h2 {
    font-size: 18px;
    color: #fff;
}

.my-order-header p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.business-paper-content p {
    font-size: 14px;
}

.business-paper-content span {
    font-size: 13px;
    color: #56BBE6;
}

.reviews_heading h2 {
    font-size: 30px;
    font-weight: bold;
}

.reviews_heading span {
    font-size: 22px;
    color: #FF8C26;
}

.paper-detail_nav nav {
    border: 1px solid #56BBE6;
    border-radius: 4px;
}

.paper-detail_nav .nav-pills .nav-link.active {
    color: #fff;
    background-color: #56BBE6;
}

.paper-detail_wrapper {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 5px;
}

.paper-summary {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 5px;
}

.paper-summary h2 {
    font-size: 22px;
    color: #000;
}

.paper-summary p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.paper-summary span {
    font-size: 14px;
    color: #535C64;
    font-weight: 400;
}

.paper-summary .price-badge {
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
}

.price-badge p {
    font-size: 20px;
    color: #FF8C26;
}

.paper-summary-btn button {
    background-color: #FF8C26;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    border: none;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

/* #msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    } */

/* #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
        font-weight: bold;
        border-bottom: 2px solid skyblue;
        outline-width: 0;
    } */

/*Blue Buttons*/
#msform .action-button {
    width: 130px;
    background: #56BBE6;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "1";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.form-check-label{
    font-size: 13px;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #000;
    border: 1px solid #56BBE6;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #29CE01;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.page-no_btn {
    background-color: transparent;
    border: 1px solid #56BBE6;
    padding: 10px;
    border-radius: 4px;
}

.addText {
    font-size: 18px;
}

.payment-done_modal h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.payment-done_modal p{
    font-size: 13px;
}
.payment-done_modal span{
    font-size: 18px;
    color: #56BBE6;
}


.dealine-radio li{
    text-decoration: none;
    list-style: none;
    padding-left: 57px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #9d9d9c;
}

.dealine-radio::before{
    content: "";
    height: 1px;
    /* top: 0; */
    bottom: 238px;
    left: -2px;
    width: 100%;
    /* background-color: #000; */
    border: 1px dashed #56BBE6;
    position: absolute;
}

.dealine-radio [type="radio"]{
    width: 18px;
    height: 18px;
    border: 1px solid #119FCF;
    border-radius: 100%;
    background: #fff;
}

.paper-detail [type="radio"]::before{
    background-color: #56BBE6;
}


.paper-detail input[type="radio"]:not(:checked)::before
{
    background-color: #000;
}


.card-info_radio [type="radio"]:checked,
.card-info_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.card-info_radio [type="radio"]:checked+label,
.card-info_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}

.card-info_radio [type="radio"]:checked+label:before,
.card-info_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #119FCF;
    border-radius: 100%;
    background: #fff;
}

.card-info_radio [type="radio"]:checked+label:after,
.card-info_radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #119FCF;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.card-info_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.card-info_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


  
@media only screen and (max-width: 479px) {
    .owl-buttons {
        bottom: 30%;
    }
    .dealine-radio li{
        padding-left: 7px !important;
    }
    .dealine-radio::before{
        bottom: 290px !important;
    }
}

@media (min-width: 320px) and (max-width: 820px) {
    .main {
        padding: 10px !important;
    }

    .hero-content {
        padding-left: 5px !important;
    }

    .card-review-2::after {
        display: none;
    }

    .hero-content {
        padding-top: 82px;
    }

    .offer-card_content {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100%;
    }

    .blog_author {
        width: auto !important;
    }

    .calculate-price-form {
        width: 100%;
    }

    .calculate-price-nav a {
        padding: 9px 37px 3px 48px;
    }
    .dealine-radio li{
        padding-left: 20px;
    }
    .dealine-radio::before{
        bottom: 236px;
        left: 5px;
    }
}


/* .accordion-button:not(.collapsed){
    color: #012970;
    background-color: #f6f9ff;
  }
   */