body {
    font-family: Heebo, sans-serif
}

.avail-section ul li:before {
    background-image: url(../img/tick.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 20px;
    margin-top: 3px;
}

.avail-section ul li {
    list-style: none;
    margin-bottom: 15px;
}

#more-content .main-para ul{
    padding-left: 15px;
}

#more-content .main-para ul li{
    color: #5b5b5b;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
}

#mob-nav {
    display: none
}

#main-banner {
    background-image: url(../img/banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top:-16px;
}

#main-banner .desktop-nav-list {
    list-style: none;
    display: inline-flex
}

#main-banner .desktop-nav-list li {
    color: #fff;
    margin: 4px 20px;
    font-weight: 700
}

#main-banner .desktop-nav-list li a {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid transparent;
    background: transparent !important;
}

#main-banner .desktop-nav-list li a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #ffba00
}

.navbar-brand img {
    width: 333px;
    height: 80px;
    margin-top: -20px;
}

.main-heading h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 15px
}

.main-heading .change-color {
    color: #ffba00
}

.main-para p {
    color: #fff;
    font-weight: 400;
    font-size: 15px
}

#lead-form .sign-up-form {
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 26%);
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: -100px;
    margin-left: 150px;
    margin-right: 150px;
    z-index: 9999
}

#lead-form .sign-up-form .signup-heading {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #01877e;
    margin-bottom: 20px
}

#lead-form .sign-up-form .form-control::placeholder {
    color: #000 !important
}

#lead-form .sign-up-form .form-control:focus {
    border-color: #01877e !important;
    box-shadow: unset !important
}

#lead-form .lead-submit-btn {
    text-align: center
}

#lead-form .lead-submit-btn button {
    background-color: #ffba00;
    color: #fff;
    padding: 8px 10px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.5s;
}

#lead-form .lead-submit-btn button:hover {
    background: #01877e;
    color: white;
    transition: 0.5s;
}

#industry {
    padding: 70px 0
}

.bg-after {
    position: relative !important;
}

.bg-after::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 450px;
    right: 0;
    top: 28%;
    background-image: url('../img/before-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9
}

.industry-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 10%);
    padding: 20px 25px;
    border-radius: 15px;
    margin: 50px 0;
    border: 3px solid transparent;
    transition: 1s
}

.industry-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 10%);
    padding: 20px 25px;
    border-radius: 15px;
    margin: 50px 0;
    border: 3px solid #01877e;
    transition: 1s
}

#industry .main-heading h2 {
    color: #373737;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    line-height: 1.5
}

#industry .main-heading h2 span {
    color: #01877e
}

#industry .main-para p {
    color: #707070;
    font-weight: 400;
    text-align: center;
    font-size: 14px
}

#industry .box-icon {
    margin-bottom: 20px
}

#industry .box-heading h3 {
    color: #363636;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px
}

#industry .box-para p {
    color: #707070;
    font-weight: 400;
    font-size: 14px
}

#industry .learn-more a {
    text-decoration: none;
}

#industry .learn-more p {
    color: #01877e;
    font-weight: 700;
    cursor: pointer
}

#industry .learn-more p i {
    margin-left: 10px
}

#industry .lead-submit-btn {
    text-align: center
}

#industry .lead-submit-btn .button_order:focus {
    outline: 0 !important;
    box-shadow: unset !important;
    text-decoration: none;
}

#industry .lead-submit-btn .button_order {
    background-color: #ffba00;
    color: #fff;
    padding: 10px 75px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.5s;
    text-decoration: none;
}

#industry .lead-submit-btn .button_order:hover {
    background: #01877e;
    color: white;
    transition: 0.5s;
    text-decoration: none;
}

#finest {
    background-image: url(../img/sec-2-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0
}

#finest .main-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    line-height: 1.5
}

#finest .main-heading h2 span {
    color: #ffba00
}

#finest .finest-point .finest-list li::marker {
    color: #ffba00;
    font-size: 20px
}

#finest .finest-point .finest-list li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px
}

#side-slider {
    padding: 70px 0
}

.bg-before {
    position: relative !important;
}

.bg-before::before {
    position: absolute;
    content: "";
    width: 245px;
    height: 454px;
    left: 0;
    top: 5%;
    background-image: url(../img/before-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}

#side-slider .col-lg-7 {
    background: #ffba00;
    margin-top: -70px;
    padding-right: 0
}

#side-slider .side-img {
    text-align: center
}

.promise-content-area {
    margin-top: 100px;
    padding-bottom: 25px
}

.promise-content-area p {
    font-size: 15px
}

.promise-content-area p.p-content-wrap {
    width: 61ch
}

.slider-promise {
    margin-top: 32px
}

.promise-slider-inner {
    -webkit-box-shadow: 10px 10px 24px -4px rgba(0, 0, 0, .31);
    -moz-box-shadow: 10px 10px 24px -4px rgba(0, 0, 0, .31);
    box-shadow: 10px 10px 24px -4px rgba(0, 0, 0, .31);
    padding: 15px 15px 26px;
    border-radius: 10px
}

.slider-promise .item {
    padding: 26px 0 30px
}

#promise .col-md-7 {
    padding-right: 0
}

.promise-content-area h3 {
    font-size: 32px;
    color: #383338;
    font-weight: 700
}

.promise-slider-inner h5 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 1.2;
    color: #202d39
}

.promise-slider-inner span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    display: block
}

.slider-promise .promise-slider-inner {
    border-left: 6px solid #01877e;
    background-color: #fff;
    height: 300px
}

.promise-content-area p.sliderpara {
    font-size: 14px;
    color: #404040ab
}

#solution .main-heading h2 {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    line-height: 1.5;
    text-transform: uppercase
}

#solution .main-heading h2 span {
    color: #01877e
}

#solution .main-para p {
    color: #5b5b5b;
    font-weight: 400;
    text-align: left;
    font-size: 14px
}

#accordion .card {
    background: 0 0;
    border: none
}

#accordion .card-header {
    background: 0 0;
    border: none;
    padding-left: 0
}

#accordion .card-header button {
    padding-left: 0;
    text-decoration: none;
    color: #01877e;
    font-weight: 700
}

#accordion .card-header button i {
    color: #ffba00;
    margin-right: 10px
}

#accordion .card-header button.collapsed {
    text-align:inherit;
    padding-left: 0;
    text-decoration: none;
    color: #313541 !important;
    font-weight: 500
}

#accordion .card-header button.collapsed i {
    color: #313541;
    margin-right: 10px
}

#accordion .card-body {
    padding-top: 0
}

.counter-box h2 {
    color: #ffba00;
    font-weight: 700;
    font-size: 45px
}

.counter-heading h3 {
    font-size: 18px;
    font-weight: 700;
    color: #313541
}

.counter-para p {
    color: #5b5b5b;
    font-size: 14px
}

#solution .lead-submit-btn {
    text-align: left
}

#solution .lead-submit-btn .button_order {
    background-color: #ffba00;
    color: #fff;
    padding: 15px 70px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.5s;
    display: unset !important;
}

#solution .lead-submit-btn .button_order:hover {
    background: #01877e;
    color: white;
    transition: 0.5s;
}

#solution .lead-submit-btn .button_order {
    text-decoration: none !important;
    color: #fff !important;
}

#academic-sec {
    background: url(../img/sec-5-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin-top: 100px
}

.sec-heading-white h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-align: center
}

#academic-sec .main-para {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 0 50px
}

#academic-sec .nav {
    margin-top: 50px
}

#academic-sec .nav-pills .nav-link.active {
    color: #fff;
    background-color: transparent;
    opacity: 1;
    border: 2px solid #fff;
    text-align: center;
    margin: 25px 0
}

#academic-sec .nav-pills .nav-link {
    color: #fff;
    background-color: transparent;
    border: 2px solid #f9e4a9;
    opacity: .5;
    text-align: center;
    padding: 15px 0;
    margin: 25px 0
}

#academic-sec .tab-content {
    margin-top: 50px
}

#academic-sec .tab-pane {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    background-image: url(../images/new-home/tab-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    margin-top: 120px
}

#academic-sec .pointed img {
    position: absolute;
    left: -50px;
    top: 45px
}

#academic-sec .tab-detail-heading h4 {
    font-weight: 700;
    color: #363636;
    margin-bottom: 20px
}

#academic-sec .tab-detail-para {
    color: #595959;
    font-weight: 500
}

#public {
    background-image: url(../img/sec-2-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

#public .main-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    line-height: 1.5;
    margin-top: 30px
}

#public .main-heading h2 span {
    color: #ffba00
}

#public .cta-button {
    display: flex
}

#public .cta-button img {
    width: 25px;
    height: 25px;
    margin: 10px 0
}

#public .lead-submit-btn a {
    background-color: #ffba00;
    color: #fff;
    padding: 5px 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.5s;
}

#public .lead-submit-btn a:hover {
    border: 1px solid white;
    transition: 0.5s;
    background: transparent;
}

#public .lead-submit-btn a p {
    color: #fff;
    margin-bottom: 2px;
    margin-left: 15px;
    font-size: 14px
}

#public .email-submit-btn {
    margin-left: 10px
}

#public .email-submit-btn a {
    background-color: #01877e;
    color: #fff;
    padding: 5px 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.5s;
}

#public .email-submit-btn a:hover {
    background: transparent;
    border: 1px solid white;
    transition: 0.5s;
}

#public .email-submit-btn a p {
    color: #fff;
    margin-bottom: 2px;
    margin-left: 15px;
    font-size: 14px
}

#choose-writer {
    padding: 70px 0
}

#choose-writer .main-heading h2 {
    color: #373737;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    line-height: 1.5
}

#choose-writer .main-heading h2 span {
    color: #01877e
}

#choose-writer .main-para p {
    color: #707070;
    font-weight: 400;
    text-align: center;
    font-size: 14px
}

#choose-writer .writer-details {
    display: flex;
    padding: 20px 0
}

#choose-writer .writer-img {
    margin-right: 15px
}

#choose-writer .writer-img img {
    max-width: 190px
}

#choose-writer .writer-name p {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0
}

.light-blue {
    color: #01877e
}

.rates {
    color: #ffd30a
}

#choose-writer .experience-project {
    display: flex
}

#choose-writer .my-flex {
    margin-top: 10px;
    display: flex
}

#choose-writer .experience-project div img {
    width: 25px;
    height: 25px;
    margin-right: 5px
}

#choose-writer .experience-project .my-flex p {
    margin-right: 15px;
    color: #212529;
    font-weight: 700;
    font-size: 11px
}

#choose-writer .experience-project {
    display: flex
}

#choose-writer .hire-writer-btn {
    margin-top: 14px
}

#choose-writer .hire-writer-btn a {
    background: #01877e;
    color: #fff;
    font-size: 13px;
    padding: 10px 21px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}

#choose-writer .hire-writer-btn a:hover {
    background: #ffba00;
    transition: 0.5s;
}

#choose-writer .owl-dots {
    display: none
}

#more-content .main-heading h2 {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    line-height: 1.5;
    text-transform: initial
}

#more-content .main-heading h2 span {
    color: #01877e
}

#more-content .main-para p {
    color: #5b5b5b;
    font-weight: 400;
    text-align: left;
    font-size: 15px
}

#more-content .sub-heading h3 {
    color: #01877e;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

#testimonial {
    padding: 70px 0
}

#testimonial .main-heading h2 {
    color: #373737;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    line-height: 1.5
}

#testimonial .main-heading h2 span {
    color: #01877e
}

#testimonial .main-para p {
    color: #707070;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    padding: 0 100px
}

#testimonial .review-text p {
    color: #707070;
    font-weight: 400;
    text-align: left;
    font-size: 15px
}

#testimonial .review-text {
    position: relative !important;
}

#testimonial .review-text::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 105px;
    left: 0;
    top: -60%;
    background-image: url(../img/left-coma.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}

#testimonial .review-text::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 105px;
    right: 0px;
    top: 50%;
    background-image: url(../img/right-coma.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}

#testimonial .reviewer-name h5 {
    font-size: 20px;
    font-weight: 700
}

#testimonial .reviewer-name h5::before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #01877e;
    position: absolute;
    top: -10px
}

#testimonial .reviewer-name span {
    color: #01877e
}

#testimonial .trust-customer {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%)
}

#testimonial .testi-gap {
    margin-top: 70px
}

#testimonial .testi-details {
    margin-top: 100px;
    margin-bottom: 70px;
    background-image: unset;
    background-repeat: no-repeat;
    background-size: cover
}

#testimonial .trust-text h5 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px
}

#testimonial .trust-customer .number-rating {
    margin-top: 10px
}

#testimonial .trust-customer .number-rating h4 {
    margin-bottom: 0;
    font-weight: 700
}

#testimonial .trust-customer .grade-rating {
    margin-top: 10px
}

#testimonial .trust-customer .grade-rating h4 {
    margin-bottom: 0;
    font-weight: 700
}

#get-in-touch {
    background-image: url(../img/sec-10-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

#get-in-touch .contact-form {
    padding: 0 70px
}

#get-in-touch .contact-form .main-heading h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px
}

#get-in-touch .contact-form .form-control {
    border: 1px solid #fff;
    padding: 15px 20px;
    margin-bottom: 35px;
    background: 0 0
}

#get-in-touch .contact-form .form-control::placeholder {
    color: #fff !important
}

#get-in-touch .lead-submit-btn button {
    background-color: #ffba00;
    color: #fff;
    padding: 14px 0;
    border: none;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    transition: 0.5s;
}

#get-in-touch .lead-submit-btn button:hover {
    background: transparent;
    border: 1px solid white;
    transition: 0.5s;
}

#lower-contact {
    background: #01877e;
    padding: 50px 0
}

#lower-contact .icon-img {
    text-align: center
}

#lower-contact .icon-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px
}

#contact-info .contact-info-box {
    background: #fff;
    padding: 10px 60px;
    border-radius: 10px;
    position: relative;
    margin-top: -60px;
    z-index: 99;
    top: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%)
}

#contact-info .contact-detail {
    text-align: left;
    margin-top: 15px
}

#contact-info .contact-detail span {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500
}

.yellow {
    color: #ffba00
}

#contact-info .contact-para p {
    text-align: left;
    color: #212529;
    font-weight: 500;
    font-size: 16px
}

#contact-info .contact-call-icon {
    text-align: center;
    margin: 5px 0
}

#contact-info .contact-call-text {
    text-align: center;
    margin: 5px 0
}

#contact-info .contact-phone-number {
    text-align: center;
    margin: 0 0
}

#contact-info .contact-phone-number a {
    color: #212529;
    font-weight: 500;
    text-decoration: none
}

.footer-links {
    width: 100%;
    background: url(../img/footer-bg.webp) center top no-repeat;
    background-size: 100% 160%;
    padding-top: 50px;
    padding-bottom: 50px
}

.first-column {
    position: relative
}

.first-column:before {
    content: "";
    width: 30px;
    left: 0;
    right: 59px;
    top: 64px;
    height: 80px;
    position: absolute
}

.footer-links .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 40px
}

.footer-phone {
    position: relative;
    display: block;
    margin-bottom: 34px;
    padding-left: 40px;
    font-size: 14px
}

.footer-phone:before {
    content: '\f095';
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 15px
}

.first-column a {
    font-size: 14px;
    color: #fff
}

.footer-email {
    position: relative;
    display: block;
    margin-bottom: 54px;
    padding-left: 40px
}

.footer-email:before {
    content: '\f0e0';
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 15px
}

.footer-form #footer-result {
    color: #fff
}

#footer-form div {
    position: relative
}

.footer-form input::placeholder {
    color: #fff !important
}

.footer-form input:focus {
    outline: 0 !important
}

.footer-form input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff
}

.footer-form textarea {
    width: 100%;
    height: 90px;
    margin-bottom: 9px;
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    resize: none
}

.footer-form textarea:focus {
    outline: 0
}

.footer-form textarea::placeholder {
    color: #fff !important
}

.footer-form button {
    width: 100%;
    height: 50px;
    border: 2px solid #ffba00;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ffba00;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    margin-top: 13px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.5s;
}

.footer-form button:hover {
    background: transparent;
    border: 1px solid white;
    transition: 0.5s;
}

.footer-form button:focus {
    outline: 0 !important
}

.footer-links .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 40px
}

.footer-links ul {
    padding-left: 0
}

.footer-links .links ul li {
    margin-bottom: 35px;
    padding-left: 25px;
    list-style: none;
    position: relative
}

.footer-links .links ul li:before {
    content: '\f105';
    font-family: 'Fontawesome';
    font-size: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffba00
}

.footer-links .links ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

#disclaimer {
    background-color: #1a1a1a;
    padding: 40px 0;
    position: relative
}

#disclaimer .dis-heading h4 {
    color: #fff;
    font-weight: 700
}

#disclaimer .dis-text p {
    color: #fff
}

#disclaimer .cta-button {
    display: flex;
        position: absolute;
        top: -35px;
        margin: 0 300px;
        /* align-content: center; */
        /* justify-content: space-evenly; */
        align-items: flex-start;
        flex-direction: column;
}

#disclaimer .cta-button img {
    width: 25px;
    height: 25px;
    margin: 10px 0
}


#disclaimer .lead-submit-btn{
        /* padding-right: 10px; */
        margin-top: -36px;
}

#disclaimer .lead-submit-btn a {
    background-color: #ffba00;
    color: #fff;
    padding: 5px 40px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.5s;
}

#disclaimer .lead-submit-btn a p {
    color: #fff;
    margin-bottom: 2px;
    margin-left: 15px;
    font-size: 14px
}

#disclaimer .email-submit-btn {
    /* margin-left: 10px */
    margin-left: 246px;
    margin-top: -60px;
}

#disclaimer .email-submit-btn a {
    background-color: #01877e;
    color: #fff;
    padding: 7px 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    border-radius: 3px;
    text-decoration: none
}

#disclaimer .email-submit-btn a p {
    color: #fff;
    margin-bottom: 2px;
    margin-left: 15px;
    font-size: 14px
}

#secure-payment {
    background-color: #ffba00
}

#secure-payment .secure-text h5 {
    color: #000;
    font-weight: 700
}

#secure-payment .secure-text-icon {
    display: flex;
    margin-top: 20px
}

#secure-payment .secure-icon {
    margin-left: 25px
}

#secure-payment .copyright {
    float: right;
    margin-top: 20px;
    font-weight: 500
}

#testimonial-carousel .owl-dots {
    display: none;
}

@media(max-width:575px) {
    .main-heading h1 {
        font-size: 40px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .banner-side {
        display: none;
    }
    #lead-form .sign-up-form {
        margin-top: 22px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #industry .main-heading h2 {
        font-size: 25px;
    }
    #finest .main-heading h2 {
        font-size: 25px;
        padding: 30px 0px;
    }
    #side-slider {
        padding: 40px 0px;
    }
    .promise-content-area {
        margin-top: 45px;
        padding-bottom: 25px;
    }
    #side-slider .col-lg-7 {
        background: #FFBA00;
        margin-top: -70px;
    }
    #main-banner {
        padding-top: 0px;
    }
    #industry {
        padding: 30px 0px;
    }
    .industry-box {
        margin: 15px 0px;
    }
    #academic-sec {
        padding: 31px 0px;
    }
    #academic-sec .main-para {
        padding: 0px;
    }
    #academic-sec .nav {
        margin-top: 0px;
    }
    #academic-sec .tab-content {
        margin-top: -109px;
    }
    #public {
        padding: 0px 0px;
    }
    #choose-writer {
        padding: 30px 0px;
    }
    #choose-writer .main-heading h2 {
        font-size: 28px;
    }
    #more-content .main-heading h2 {
        font-size: 28px;
    }
    #testimonial {
        padding: 30px 0px;
    }
    #testimonial .main-heading h2 {
        font-size: 28px;
    }
    #testimonial .testi-details {
        margin-top: 35px;
    }
    #testimonial .trust-customer {
        display: flex !important;
        padding: 0px 10px !important;
    }
    #contact-info .contact-info-box {
        margin-top: 0px;
    }
    .separator img {
        display: none;
    }
    .footer-links .links ul li {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    #main-banner {
        background-image: unset;
        background-color: #01877e;
    }
    .bg-after::after {
        display: none;
    }
    #academic-sec {
        background-image: unset;
        background-color: #ffba00;
    }
    #mob-nav {
        display: block;
        background-color: #01877E;
        border: none;
    }
    .logo-div {
        display: none;
    }
    .desktop-nav {
        display: none;
    }
    #mob-nav .navbar-toggler {
        float: right;
        background: #FFBA00;
        border: none;
    }
    #mob-nav .nav-item a {
        color: white;
        text-decoration: none;
    }
    #mob-nav .nav-item.active a {
        color: #FFBA00;
    }
    #public .cta-button {
        display: inline;
    }
    #public .email-submit-btn {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #disclaimer .cta-button {
        display: inline;
        margin: 15px 0px;
        position: initial;
        padding: 0px 10px;
    }
    #disclaimer .email-submit-btn {
        margin-left: 0px;
        margin-top: 10px;
    }
    #get-in-touch .contact-form {
        padding: 0px 30px;
    }
    #testimonial .testi-gap {
        margin-top: 70px;
        padding: 0px 30px;
    }
    #testimonial .trust-customer {
        display: inline;
        justify-content: space-between;
        background-color: white;
        padding: 0px 0px;
        -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    }
    #testimonial .main-para p {
        padding: 0px 30px;
    }
    #academic-sec .tab-pane {
        height: auto;
    }
    .navbar-brand img {
        width: 160px;
        height: auto;
    }
    .footer-links {
        background-image: unset;
        background-color: #01877e;
    }
    #get-in-touch{
        background-image:unset;
        background-color:#01877e;
    }
    .bg-before::before{
        background-image:unset;
    }
    .slider-promise .promise-slider-inner{
        height:auto;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    #main-banner .desktop-nav-list li {
        margin: 4px 5px;
    }
    #main-banner .desktop-nav-list li a {
        font-size: 13px;
    }
    .banner-side {
        text-align: center;
    }
    .sec-side-img {
        text-align: center;
    }
    #finest .main-heading h2 {
        font-size: 34px;
    }
    .slider-promise .promise-slider-inner {
        height: auto !important;
    }
    .counter-box {
        text-align: center;
    }
    .side-img {
        text-align: center;
    }
    #testimonial-carousel .owl-dots {
        display: none;
    }
    .separator {
        display: none;
    }
    #disclaimer .cta-button {
        display: flex;
        position: absolute;
        top: -35px;
        margin: 0 300px;
    
    }
    #secure-payment .copyright {
        float: left;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #lead-form .sign-up-form {
        background-color: #fff;
        width: 100%;
        -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 26%);
        padding: 20px 30px;
        border-radius: 10px;
        margin-top: -70px;
        margin-left: 100px;
        margin-right: 100px;
        z-index: 9999;
    }
    #testimonial-carousel .owl-dots {
        display: none;
    }
    #public .lead-submit-btn a {
        padding: 5px 25px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFBA00;
    min-width: 300px;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content li {
    list-style: none;
}

#main-banner .desktop-nav-list .dropdown-content a:hover {
    background: #01877e !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#mob-nav .dropdown-menu {
    background-color: #ffba00;
}



.space{
    margin-top: 50px;
    margin-bottom: 50px;
}

.fa-angle-down:before {
    content: "\f107";
    margin-left: 4px;
}

/* PAGE NOT FOUND */

.not_found {
    width: 100%;
    text-align: center;
    padding: 90px 0;
}

.not_found h1 {
    font-size: 200px;
}

.not_found p {
    font-size: 30px;
    font-weight: 700;
}
       
/* PAGE NOT FOUND */


/************************** popup  ************************************/
.modal { top: 0%; background: #000000de; }
.modal-dialog { width: 935px; margin: 180px auto 0; }
.pop_heading { width: 100%; padding: 20px;margin-left: 80px; }
.pop_heading h5 { font-size: 20px; font-weight: 700; border-left: 4px solid #2554ff; padding: 0 20px; line-height: 29px; color: #000; }
.pop_heading h4 { font-size: 23px; font-weight: 700; color: #000000; }
.pop_heading h2 {font-size: 35px;color: #ffba00;font-weight: bold;margin: 10px 0;text-align: center;}
.field { width: 100%; position: relative; margin: 0 0 10px; }
span.pop_icon {position: absolute;color: #ffba00;left: 13px;top: 2px;}
.field .form-control {width: 100%;border-radius: 5px;padding: 3px 0 4px 37px;resize: none;border: 1px solid #ffba00;}
.modal-content {box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;border-radius: 30px;background: url(../img/pop.jpg) no-repeat;background-size: cover;}
#popupform p {text-align: center;font-size: 16px;color: #000000;margin: 19px 0 0;font-weight: 600;}
.modal-header { padding: 0; border: none; }
button.pop_btn {font-size: 16px;text-transform: uppercase;color: #fff;background: #026d66;padding: 10px 0;border: none;width: 100%;border-radius: 5px;}
button.close {background: url(../img/cross.png) no-repeat 0 0;width: 20px;height: 20px;position: absolute;top: 9px;right: 15px;display: block;opacity: 1;z-index: 999;}

.modal-dialog {
    width: 758px;
    margin: 50px auto 0;
}
    .modal-content {
    background-position: 37% 0;
}
.modal-dialog { max-width: 300px; margin: 70px auto 0; }
    .pop_heading h5 { font-size: 10px; margin: 0; border-left: none; padding: 0 0 0 30px; }
    .pop_heading h4 { font-size: 12px; }
    .pop_heading { padding: 0; }
    .pop_heading h2 {
        margin: 40px -35px 13px 10px;
}
.modal-body p { display: none; }
.modal.show .modal-dialog {
    margin-top: 110px;
    /* -webkit-transform: translate(0,0); */
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 130% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
form.ss {
    margin-left: 126px;
    margin-right: -88px;
}



@media screen and (max-width: 767px){
.modal-dialog {
    max-width: 230px;
    margin: 70px 35px 0 !important;
    
}
.pop_heading {
    width: 100%;
    /* padding: 20px; */
    margin-left: 0px;
}
.modal-content {
    background-position: 20% 0;
}
form.ss {
    margin-left: -18px;
    margin-right: -20px;
}
}
/************************** popup ************************************/
