* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #ffffff;
    --secondary: #2692a1;
    --primary: #2692a1;
    --dark: #3b3b3b;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #011e60;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cd020a;
}

/* header sec start */
.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 18px;
    background-color: #fff;
    z-index: 1000;
}

/* Show the dropdown when hovering over the parent nav-item */
.nav-item:hover .dropdown-menu {
    display: block;
}

.header {
    width: 100%;
    z-index: 9999;
}

.header .navbar {
    padding: unset;
}

.header .navbar-brand img {
    width: 100%;
}

.header .container {
    max-width: 80%;
}

.header .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: unset;
}

.header .navbar-nav {
    gap: 25px;
    align-items: center;
}

.header .nav-link.theme-btn {
    padding: 12px 40px;
    border-radius: 100px;
    background: #cd020a;
}

/* header sec start */

/* banner sec start */
.banner-sec {
    background-image: url("../images/banner-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    display: flex;
    position: relative;
    z-index: 0;
    align-items: center;
    padding: 242px 0px;
}

.banner-sec .banner-sec-content h1 {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 700;
}

.banner-sec .banner-sec-content h1 span {
    color: var(--secondary);
}

.banner-sec .container {
    max-width: 80%;
}

.banner-sec .banner-sec-content p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: unset;
}

.banner-sec-bark-review {
    background-color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.banner-sec-bark-review img {
    width: 199px;
    padding: 0px 15px;
}

.banner-sec-form {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px 24px 30px 24px;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

/* .banner-sec-form::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 0;
    background-image: url("../images/form-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 88%;
    height: 88px;
} */

.banner-sec-form h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 24px;
}

.banner-sec-form h3 span {
    font-weight: 700;
}

.banner-sec-form form input {
    width: 100%;
    height: calc(1.4em + 1rem + 2px);
    border: 1px solid #dfdfdf;
    color: #212529;
    font-size: 15px;
    padding: 7px 10px;
    outline: none;
    margin-bottom: 15px;
}

.banner-sec-form form select {
    width: 100%;
    height: calc(1.4em + 1rem + 2px);
    border: 1px solid #dfdfdf;
    color: #212529;
    font-size: 15px;
    padding: 7px 10px;
    outline: none;
    margin-bottom: 15px;
}

.banner-sec-form form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border: 1px solid #dfdfdf;
    color: #212529;
    font-size: 15px;
    padding: 7px 10px;
    outline: none;
    margin-bottom: 15px;
}

.banner-sec-form .banner-form-btn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.banner-sec-form .banner-form-btn button {
    background-color: #cd020a;
    border: none;
    outline: none;
    padding: 12px 100px;
    border-radius: 12px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
}

/* banner sec end */

/* best-services sec start sec start */
.best-services .container {
    max-width: 80%;
}

.best-services {
    padding: 60px 0px;
}

.best-services-content-left h4 {
    color: var(--primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.theme-heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    line-height: 48px;
}

.theme-heading span {
    color: var(--secondary);
}

.theme-para {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--dark);
}

.mega-info-main {
    margin-top: 20px;
}

.mega-info-div {
    display: flex;
    align-items: center;
    padding: 14px 7px;
}

.mega-info-div .mega-info-div-content {
    padding-left: 14px;
}

.mega-info-div .mega-info-div-content h3 {
    color: #010927;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.mega-info-div .mega-info-div-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}

.google-play-img a img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.best-services-content-right h4 {
    color: var(--primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.best-services-content-right2 {
    margin-top: 40px;
}

.best-services-content-right2 h3 {
    font-size: 20px;
    color: #010927;
}

.best-services-content-right2 p {
    margin-bottom: 1rem;
}

.order-btn-main {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-btn {
    color: var(--white-color) !important;
    background: #011e60;
    padding: 12px 30px;
    border-radius: 100px;
    text-decoration: none !important;
}

/* best-services sec start sec end */

/* cta sec start sec start */
.cta-sec {
    background-image: linear-gradient(to bottom, #1b8c9c 0%, #83c1c9 100%);
    padding: 30px 0px;
}

.cta-sec .container {
    max-width: 80%;
}

.cta-sec .cta-img {
    text-align: center;
}

.cta-sec .col-lg-4-border {
    position: relative;
    z-index: 0;
}

.cta-sec .col-lg-4-border::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: var(--white-color);
}

.cta-sec .col-lg-4-border::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--white-color);
}

/* cta sec start sec end */

/* best-assignment-service sec start start */
.best-assignment-service {
    margin-top: 60px;
    position: relative;
    z-index: 0;
}

.best-assignment-service::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url("../images/Shape2-1-1.png");
    background-position: -274px -78px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 370px;
    bottom: 0px;
    left: 0;
}

.best-assignment-service .container {
    max-width: 80%;
}

.best-assignment-box {
    margin-bottom: 16px;
}

.best-assignment-box1 {
    display: flex;
    align-items: center;
    padding: 14px 7px;
}

.best-assignment-box h3 {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
}

.best-assignment-box p a {
    text-decoration: none;
}

.best-assignment-box1 p {
    padding-left: 14px;
}

.best-assignment-box p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}

.best-assignment-box1 i {
    font-size: 25px;
    color: #e81c25;
}

.chat-div {
    width: 50px;
    height: 50px;
    background-color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 14px;
}

.chat-div a {
    text-decoration: none !important;
    color: #343a40 !important;
}

.chat-div i {
    font-size: 1.3333rem;
    color: var(--white-color);
}

.best-assignment-box1 .chat {
    color: #343a40;
    text-decoration: none;
}

/* best-assignment-service sec start end */

/* best-assignment-service sec start start */
.order-image-sec .container {
    max-width: 80%;
}

.order-image-sec {
    padding: 60px 0px 0px 0px;
}

.order-image-content {
    display: flex;
}

/* best-assignment-service sec start end */

/* best-assignment-service sec start start */
.exclusive-academic-services .container {
    max-width: 80%;
}

.exclusive-academic-content {
    text-align: center;
    margin-bottom: 30px;
}

.exclusive-academic-content h2 {
    font-size: 32px;
}

.exclusive-academic-content h4 {
    font-size: 16px;
    font-weight: 700;
}

.exclusive-academic-services {
    background-image: url("../images/490fbdd85db94f8bffbb8ed52f938bd2.service-bg-1.jpg");
    padding-top: 40px;
    padding-bottom: 120px;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.exclusive-academic-services::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url("../images/dot-circle-1-1.png");
    width: 232px;
    height: 221px;
    top: 0%;
    right: -120px;
    background-position: top left;
    background-size: contain;
}

.exclusive-academic-box {
    transition: all ease 0.3s;
    min-height: 185px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.exclusive-academic-box h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

/* best-assignment-service sec start end */

/* rating-reviews sec start start */
.rating-reviews {
    padding-bottom: 60px;
}

.rating-reviews .container {
    max-width: 80%;
}

.rating-reviews-box {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 75px;
    margin-left: 44px;
    padding-top: 35px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 60px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .07);
}

.rating-reviews-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #212529;
    line-height: 30px;
    margin-bottom: 20px;
}

.rating-slide img {
    width: 85px !important;
    margin-bottom: 10px;
}

.rating-slide h3 {
    font-size: 20px;
    font-weight: 400;
    color: #212529;
}

.rating-review-slides .owl-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rating-review-slides .owl-nav .owl-prev span {
    display: none;
}

.rating-review-slides .owl-nav .owl-prev {
    position: relative;
    z-index: 0;
}

.rating-review-slides .owl-nav .owl-prev::before {
    content: "\f053";
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 0;
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 700;
    font-size: 35px;
}

.rating-review-slides .owl-nav .owl-next span {
    display: none;
}

.rating-review-slides .owl-nav .owl-next {
    position: relative;
    z-index: 0;
}

.rating-review-slides .owl-nav .owl-next::before {
    content: "\f054";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 700;
    font-size: 35px;
}

.rating-review-image {
    position: relative;
    z-index: 0;
}

.rating-review-image::before {
    content: "";
    width: 169px;
    height: 230px;
    position: absolute;
    z-index: -1;
    bottom: 87px;
    left: -118px;
    background: url("../images/arrow-1-1.png") no-repeat;
}

/* rating-reviews sec start end */

/* why-choose sec start start */
.why-choose-sec .container {
    max-width: 80%;
}

.why-choose-heading {
    text-align: center;
    margin-bottom: 20px;
}

.why-choose-heading h2 {
    font-size: 40px;
}

.why-choose-sec {
    background-image: url("../images/7a097c8242d5802a555f12b199073269.profile-bg-1-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
}

.why-choose-img-bg {
    background-color: var(--white-color);
    padding: 40px 60px 10px 60px;
}

.why-choose-img-bg-content1 h3 {
    background: linear-gradient(to bottom, #1b8c9c 0%, #83c1c9 100%);
    border-radius: 0px 30px 30px 0;
    color: var(--white-color);
    font-weight: 500;
    padding: 4px 48px 4px 24px;
    margin-bottom: 20px;
}

.phd-content {
    margin-bottom: 20px;
}

.phd-content h3 {
    font-size: 20px;
    background: unset;
    color: var(--dark);
    padding: unset;
    font-weight: 400;
}

.phd-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #169a5a;
}

.why-choose-content-last p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--dark);
}

.why-choose-content-last h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 0;
}

.why-choose-content-last h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--dark);
}

.why-choose-content-last ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0;
}

.why-choose-content-last ul li {
    font-size: 15px;
    width: 44%;
    background: #f8f8f8;
    padding: 8px 15px;
    margin: 10px;
    min-height: 40px;
    border-radius: 5px;
    color: var(--dark);
}

.why-choose-content-last h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
}

.why-choose-content-last .why-choose-hire {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.amazon-banner-img {
    text-align: center;
    margin-top: 30px;
}

/* why-choose sec start end */

/* why-choose sec start start */
.faqs-sec {
    background-image: url("../images/ea66e92e16d0648ebff492a2c1fee8b4.faqs-bg-1-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9% 0px;
}

.faqs-sec .container {
    max-width: 80%;
}

.faqs-content-head {
    text-align: center;
    margin-bottom: 50px;
}

.faqs-content-head h3 {
    font-size: 32px;
}

.faqs-collapse .card {
    background-color: transparent;
    border: none;
    margin-bottom: 30px;
}

.faqs-collapse .card-header {
    padding: 6px 0px;
    border-bottom: unset;
    background-color: var(--white-color);
    border-left: 10px solid var(--secondary);
    border-radius: unset !important;
}

.faqs-collapse .card-header button {
    box-shadow: none;
    text-decoration: none;
    color: #000;
}

/* why-choose sec start end */

/* pricing-sec sec start end */
.pricing-sec {
    padding: 60px 0px;
}

.pricing-sec .container {
    max-width: 80%;
}

.pricing-content-head {
    text-align: center;
    margin-bottom: 35px;
}

.pricing-content-head h3 {
    font-size: 40px;
}

.pricing-head {
    background: linear-gradient(to bottom, #1b8c9c 0%, #83c1c9 100%);
    padding: 16px;
    text-align: center;
}

.pricing-head h4 {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
}

.pricing-box {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .13);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.pricing-box:hover {
    transform: scale(1.1);
}

.pricing-body h2 {
    font-size: 62px;
    color: #1b8c9c;
    line-height: 60px;
    text-align: center;
    margin-bottom: 16px;
}

.pricing-body {
    padding: 16px;
}

.pricing-body ul {
    list-style-type: none;
}

.pricing-body h4 {
    font-size: 26px;
    color: #000;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
}

.pricing-body p {
    font-size: 18px;
    color: #898989;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.pricing-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}

.pricing-body ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
}

.pricing-body ul li i {
    color: var(--primary);
}

.pricing-body h3 {
    animation: flash 2s linear infinite;
    font-size: 20px;
    color: #1b8c9c;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

/* pricing-sec sec start end */

/* testimonials-sec sec start start */
.testimonials-sec {
    background-image: url("../images/2b84419a1da638c051c6fd239c438386.testimonial-bg-1-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0px 82px;
}

.testimonials-sec .container {
    max-width: 80%;
}

.testi-content p {
    margin-bottom: 0;
    color: #fff;
    line-height: 14px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

.testi-content h3 span {
    color: var(--white-color);
}

.testi-content h3 {
    font-size: 40px;
}

.testi-content {
    margin-bottom: 50px;
}

.slides-box img {
    width: 130px !important;
}

.slides-box p {
    color: var(--white-color);
    margin-top: 10px;
}

.slides-box .slides-box-info {
    margin-top: 30px;
}

.slides-box .slides-box-info h3 {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.slides-box .slides-box-info h5 {
    font-size: 16px;
    font-weight: 300;
    color: var(--white-color);
}

/* testimonials-sec sec start end */

/* download-sec start start */
.download-sec {
    padding: 60px 0px;
}

.download-sec .container {
    max-width: 80%;
    background-image: url("../images/app-banner.jpg");
    padding: 50px 90px;
}

.download-image-content h3 {
    font-size: 46px;
    font-weight: 700;
    color: var(--white-color);
}

.download-image-content p {
    color: var(--white-color);
}

.download-image-content h5 {
    font-size: 18px;
    font-weight: 500;
    text-shadow: rgb(0, 0, 0) 1px 1px 5px;
    background: var(--secondary);
    padding: 1px 10px;
    margin: 5px 0px 5px 5px;
    color: var(--white-color);
    width: 26%;
}

.download-image-btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.download-image-btn p {
    margin-bottom: 0;
    font-size: 20px;
    width: 30%;
    font-weight: 400;
}

.download-image-btn a img {
    width: 100%;
}

/* download-sec start end */

/* footer start start */
.footer {
    background-color: #011e60;
    padding: 3rem 0px;
}

.footer .container {
    max-width: 80%;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-social-link a .fb-box {
    color: var(--white-color);
    background-color: rgb(59, 89, 152);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all ease 0.4s;
}

.footer-social-link a .linkedin-box {
    background-color: rgb(0, 123, 181);
}

.footer-social-link a .linkedin-box {
    background-color: rgb(0, 123, 181);
}

.footer-social-link a .insta-box {
    background: linear-gradient(45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
}

.footer-social-link a .tiktok {
    background: #000000;
}

.footer-social-link a .youtube {
    background: rgb(255, 0, 0);
}

.footer-social-link a .twitter {
    background: rgb(85, 172, 238);
}

.footer-social-link a .pinterest {
    background: rgb(230, 0, 35);
}

.footer-social-link a .insta-box:hover {
    background: transparent;
}

.footer-social-link a .fb-box:hover {
    border: 1px solid var(--secondary);
    background-color: transparent;
}

.footer-social-link a .fb-box:hover i {
    color: var(--secondary);
}

.footer-social-link a {
    text-decoration: none;
}

.footer-links {
    list-style-type: none;
    margin-top: 40px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    text-decoration: none;
    color: var(--dark);
    font-size: 16px;
    font-weight: 300;
}

.footer-content ul {
    list-style-type: none;
}

.footer-content ul li {
    margin-bottom: 10px;
}
.footer-social-content ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-content ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-content ul li a i {
    /* width: 30px; */
    /* height: 30px; */
    background-color: #cd020a;
    text-align: center;
    border-radius: 100px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.footer-content ul li a i.blue {
    background-color: var(--secondary);
}

/* footer start end */

/* copyright start start */
.copyright-content {
    text-align: center;
}

.copyright-content p {
    margin-bottom: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.copyright-sec {
    padding: 16px 0px 24px;
    background: #011e60;
    border-top: 1px solid #cd020a;
}

/* copyright start end */

/* about-sec start */
.second-section {
    margin-top: 50px;
}

.second-section .container {
    max-width: 80%;
}

.second-sect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.second-left-part {
    width: 50%;
}

.second-left-part img {
    width: 100%;
}

.second-right-part {
    width: 47%;
}

.second-right-part h1 {
    font-weight: 700;
    color: #5a5a5a;
}

.second-right-part p {
    margin-top: 20px;
    font-size: 17px;
}

.btn-expert-whatsapp-second-sect {
    position: relative;
    margin-top: 40px;
}

.btn-expert-whatsapp-second-sect::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 14px;
    height: 14px;
    top: -14% !important;
    border-radius: 50%;
    background-color: #00c853;
    box-sizing: border-box;
    right: 69% !important;
}

a.expert-btn-second-sect.icon-btn {
    background-color: #007285;
    color: white !important;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 2px 2px 4px rgb(95 95 95 / 46%);
    text-decoration: none;
}

.whatsapp-theme {
    background-color: #078954;
    color: white !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
    margin-left: 6px;
    line-height: 26px;
    padding: 8px 36px;
    border-radius: 5px;
    text-decoration: none !important;
}

/* about-sec end */

/*contact-us-section start*/

.contact-us-section {
    /* height: 770px; */
    margin-top: 60px;
    margin-bottom: 100px;
}

h3.cntct-head-left {
    margin-top: 29px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 33px;
}

.left-cntct-sect .bannerForm-contactus {
    background: #011e60 !important;
    border-radius: 18px;
}

.bannerFormBox-contactus {
    display: flex;
    justify-content: center;
}

.bannerForm-contactus form {
    text-align: center;
    padding: 0px 15px 15px;
}

.heading-contact h1 {
    font-size: 54px;
    font-weight: 700;
    color: #011e60;
    text-transform: uppercase;
    /* margin-top: -51px; */
    margin-bottom: 52px;
    text-align: center;
    /* margin-left: 75px; */
}

.border-cntct {
    border: 5px solid;
    padding: 20px;
    color: #010621;
    border-radius: 25px;
}

.left-cntct-sect .bannerForm-contactus {
    /* border-radius: 5px; */
    /* box-shadow: 0px 3px 40px 0px rgb(0 0 0 / 8%); */
    /* width: 90%; */
    height: auto;
    /* margin-left: auto; */
    align-items: center;
    /* display: flex; */
    justify-content: center;
    position: relative;
    /* box-shadow: 4px -5px 11px 3px rgb(0 0 0 / 15%); */
    /* border: 2px solid #000000; */
    /* margin: auto; */
    width: 430px;
    margin-left: -120px;
}

.left-cntct-sect button.btn-form {
    letter-spacing: 1px;
    padding: 12px 0;
    margin: 5px 4px;
    color: white !important;
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 200px;
    height: 45px;
    box-shadow: 2px 2px 4px rgb(95 95 95 / 46%);
    border-radius: 5px;
    background-color: #cd020a;
    transition: background-color .15s;
}

.left-cntct-sect button.btn-form i {
    font-size: 16px;
    margin-right: 4px;
}

.msg-btn-greendot-cntct-sect {
    position: relative;
}

.msg-btn-greendot-cntct-sect::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 12px;
    height: 12px;
    top: -5%;
    border-radius: 50%;
    background-color: #00c853;
    box-sizing: border-box;
    right: 20%;
}

.contact-msg-btn-block {
    margin-top: 65px;
}

.contact-msg-btn-block .msg-btn {
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 240px;
    height: 56px;
    box-shadow: 2px 2px 4px rgba(95, 95, 95, .46);
    border-radius: 5px;
    background-color: #007285;
    transition: background-color .15s;
}

.contact-msg-btn-block::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 14px;
    height: 14px;
    left: 36%;
    bottom: 18%;
    border-radius: 50%;
    background-color: #00c853;
    box-sizing: border-box;
}

.left-cntct-sect .form-value h3 {
    font-size: 20px;
}

.left-cntct-sect .form-value {
    /* margin-left: 10px; */
    margin-bottom: 20px;
}

.border-cntct .msg-btn-block {
    width: 162px;
    position: relative;
    text-transform: uppercase;
    margin-top: 25px;
}

.right-cntct-sect p {
    margin-bottom: 12px;
}

.border-cntct .msg-btn-block .msg-btn {
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 171px;
    height: 48px;
    box-shadow: 2px 2px 4px rgba(95, 95, 95, .46);
    border-radius: 5px;
    background-color: #007285;
    transition: background-color .15s;
}

.bottom-form-tag-contactus {
    background: #0b234d;
    padding: 9px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.recomended-deal-contactus {
    position: absolute;
    top: -33px;
    background: #0b234d;
    padding: 9px;
    border-radius: 3px;
    left: 21px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

.right-cntct-sect h1 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
}

.right-cntct-sect h1 {
    margin-bottom: 50px;
}

.contact-us-section:before {
    content: "";
    display: block;
    height: 100px;
    margin: -60px 0 0;
}

.left-cntct-sect .form-value h2 {
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.cntct-btn {
    display: flex;
    margin-top: 45px;
}

.btn-order-cntct-sect {
    position: relative;
}

.btn-order-cntct-sect a {
    background: transparent;
    padding: 12px 25px;
    border-radius: 5px;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: white !important;
    background-color: #007285;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-right: 8px;
}

.btn-order-cntct-sect a i {
    margin-right: 7px;
    font-size: 21px;


}

.btn-whatsapp-cntct-sect a {
    background: transparent;
    padding: 12px 48px;
    border-radius: 5px;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: white !important;
    background-color: #078954;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.btn-whatsapp-cntct-sect a i {
    margin-right: 7px;
    font-size: 21px;


}

.btn-order-cntct-sect::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 14px;
    height: 14px;
    top: -6px;
    border-radius: 50%;
    background-color: #00c853;
    box-sizing: border-box;
    margin-left: -65px;
}

.left-cntct-sect {
    display: flex;
    justify-content: flex-end;
}

.bannerForm-contactus .form-control {
    display: block;
    width: 90% !important;
    margin: auto;
    height: 43px !important;
    padding: 21px 11px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.left-cntct-sect .d-flex {
    display: flex !important;
    justify-content: center;
}

.form-heading {
    display: flex;
    padding: 20px 20px 0px 20px;
    position: relative;
}

.form-value {
    margin-left: 10px;
    margin-bottom: 20px;
}

div#banner-form {
    position: relative;
}

.bannerForm h2 {
    font-size: 18px;
    font-weight: 600;
    color: #727992;
    letter-spacing: -0.4px;
    text-align: left;
    line-height: 1.1em;
    margin: 0;
}

.bannerForm h3 {
    font-size: 50px;
    color: #078954;
    font-weight: 800;
    text-align: left;
    /* padding-bottom: 14px; */
    margin: 8px 0;
    animation: flash -1s 0.5s infinite;
}

/*contact-us-section end*/
.banner-sec .banner-sec-content h3 {
    color: var(--white-color);
    margin-top: 20px;
}
.banner-sec-content ul li {
    display: inline-block;
    font-weight: 600;
    line-height: 1.3;
    margin: 8px 0;
    margin-right: 13px;
    color: var(--white-color);
    font-size: 14px;
}

.banner-sec-content ul li i {
    color: var(--primary);
}

.banner-sec-content ul {
    list-style-type: none;
    margin-bottom: 5px;
}

.banner-listing-div {
    margin-top: 20px;
}

a.expert-banner-btn {
    background: #007285;
    color: white;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.msg-btn-greendot::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 14px;
    height: 14px;
    right: 20px;
    top: -15px;
    border-radius: 50%;
    background-color: #00c853;
    box-sizing: border-box;
}

.main-banner-btn {
    display: flex;
    margin: 45px 0;
    align-items: center;
}

.msg-btn-greendot {
    position: relative;
}

.orm-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(196, 211, 248, .15);
    border-radius: 6px;
    background-color: hsl(0deg 0% 0% / 40%);
    color: #fff;
    /* width: 30%; */
    float: left;
    margin-right: 13px;
}

.orm-logo {
    width: 32px;
    height: 32px;
    margin-right: 10px;


}

.orm-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.orm-number {
    margin-right: 6px;
    font-family: 'Roboto dev', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}

.orm-service {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
}

h1.service-head {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 22px;
    color: #5a5a5a;
    margin: 40px auto 30px auto;
}

.col-md-4.text-center.mb-5 {
    margin-top: 3rem !important;
}


.services-section img {
    object-fit: contain;
    height: 231px;
    width: 100%;
    margin-bottom: 18px;
}

.services-box {
    padding: 22px;
    border-radius: 15px;
    transition: all 700ms ease-in;
    max-width: 356px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}

.services-section h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
}

.services-box a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    height: 40px;
    max-width: 180px;
    background: #078954;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
}

.services-section p {
    font-size: 14px;
    font-weight: 400;
}

/* easy to start section start here  */

.easytostart-section {
    margin: 50px 0;
}

.easytostart-section h1 {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 50px !important;
    color: #5a5a5a;
    text-align: center;
    margin: 76px auto;
}

.easytostart-right-part img {
    width: 68%;
}

.easytostart-right-part {
    display: flex;
    justify-content: flex-end;
}

.easytostart-sect {
    display: flex;
}

/* easy to start section end here  */

/* subject section start here  */

section.section.bg-light h1 {
    color: #5a5a5a;
    text-align: center;
    width: 100%;
    font-size: 54px;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
}

.heading {
    text-align: center;
    color: #454343;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.yellow-color {
    color: #078954;
}

.text-dark {
    color: #343a40 !important;
    margin-bottom: 30px;
}

.subjects {
    font-size: 16px;
    color: #474747;
    padding: 8px 12px 8px 70px;
    position: relative;
    margin: 0 0px 30px;
    vertical-align: top;
    min-height: 76px;
    text-align: left;
    background: #fff;
    transition: all ease 0.3s;
    border-radius: 0.5rem !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.subjects i {
    font-size: 28px;
    margin-bottom: 7px;
    left: 4%;
    color: #ffc509;
    background: #007285;
    border-radius: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.subjects h4 {
    font-size: 19px;
    margin-bottom: 0;
    margin-left: 10px;
}


/* subject section end here  */

/* expert / 10 section start */

.expert-section {
    margin-top: 60px;
    margin-bottom: 90px;
}

div#experts h1 span {
    color: #001e36b8;
    font-size: 55px;
    display: block;
    font-weight: 700;
    line-height: 50px;
}

.expert-item-slider img {
    /* width: 100%; */
}

h1.expert-head {
    color: #4E4A4A;
    font-size: 30px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    /* margin: 0 0 50px; */
    width: 100%;
}

p.expert-para {
    text-align: center;
    font-size: 19px;
    margin-bottom: 65px;
    color: #6a6b6d;
}

h1.expert-head span {
    color: #37a2e0;
}

img.img-five-star {
    width: 9%;
    display: inline-block !important;
    margin-top: -21px;
}

.r-name {
    /* margin-top: -20px; */
    margin-left: 0;
    /* margin-bottom: 1pc; */
}

.r-name h3 {
    color: #045281;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 4px;
}

.r-name p {
    font-size: 16px;
    color: #010621;
}

.fpcr-part h3 {
    color: #010621;
    font-size: 24px;
    font-weight: 600;
}

.centr-part {
    /* margin-left: -122px; */
    text-align: center;
}

.centr-part p {
    color: #045281;
    font-size: 17px;
    margin-right: -10px;
}

.expert-item-slider {
    padding: 20px;
    background-color: rgba(15, 128, 222, .05);
    border-radius: 10%;
    /* border-color: red; */
    border: 0.5px solid #2b477c36;
}

.fpcr-part {
    border-bottom: 2px solid #010621;
    display: flex;
    justify-content: space-between;
    width: 93%;
}

.col-md-6.centr-part {
    padding: 0;
    margin-left: 3px;
    margin-top: 8px;
}

.id-part {
    border-bottom: 2px solid #010621;
}

.s-rate {
    text-align: center;
    width: 38% !important;
}

.s-rate h2 {
    color: #007285;
    font-size: 38px;
    font-weight: 600;
    margin-top: 6px;
}

.s-rate p {
    font-size: 16px;
    color: #045281;
    margin-top: -12px;
}

.btn-hire a {
    color: white;
    background: #010621;
    color: white;
    font-size: 18px;
    padding: 12px 38px;
    border-radius: 7px;
    position: absolute;
    bottom: 13px;
    right: 13px;
    bottom: 23px;
    text-decoration: none;
}

.img-id img {
    width: 100%;
    margin-bottom: 12px;
}


/* expert / 10 section end */

.main-guarantees-block .btn-primary-yellow {
    width: 100%;
    max-width: 100%;
    margin: 14px 0 14px;
}

/* gurantees block sixth section start */

.main-guarantees-block {
    margin: 60px 0;
    /*height: 1030px;*/
}

.guarantees-head {
    width: 100%;
}

.guarantees-head h1 {
    color: #001e36b8;
    font-size: 55px;
    display: block;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.guarantees-block,
.guarantees-block h2 span {
    color: #fff;
}

.guarantees-block {
    height: 490px;
    display: flex;
    align-items: center;
}

.guarantees-block-content {
    max-width: 440px;
    width: 100%;
    margin-left: 50px;
    margin-right: 20px;
}

.guarantees-block-content p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    margin-bottom: 20px;
}

.main-guarantees-block .part-free-extras {
    position: relative;
}

.free-extras-white-bg {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(228, 229, 232);
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 30px 0px rgba(8, 30, 65, 0.14);
    max-width: 371px;
    width: 100%;
    height: 535px;
    padding: 40px 30px 30px;
    position: absolute;
    z-index: 1;
    right: 0;
    /* top: -159px; */
    margin-top: -20px;
}

.main-guarantees-block .title {
    font-size: 20px;
    color: rgb(20, 20, 20);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-guarantees-block .line-extras:first-child {
    border-top: none;
}

.main-guarantees-block .line-extras {
    border-top: 1px solid #eeeff0;
}

.main-guarantees-block .line-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}

.main-guarantees-block .line-extras .text img {
    margin-right: 10px;
}

.btn-primary-yellow.large {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.lazy-background-for-color {
    background-color: #010621;
    /* background-image: url('../images/main-quarantees-bg.jpg'); */
}

.btn-primary-yellow {
    border-radius: 5px;
    background-color: #078954;
    box-shadow: 0 6px 12px 0 rgb(255 121 15 / 15%);
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

a.button1.btn-primary-yellow.large {
    padding: 13px 96px;
    text-decoration: none;
    color: var(--white-color);
}

.line-extras-buttons {
    margin-top: 17px;
}

.main-guarantees-block .btn-primary-yellow {
    width: 100%;
    max-width: 100%;
    margin: 14px 0 14px;
}

.btn-primary-yellow.large {
    font-size: 15px;
    height: 50px;
    /* line-height: 25px; */
}

.guarantees-block-content h2 {
    font-size: 35px;
    font-weight: 700;
}

.main-guarantees-block .line-extras div {
    font-size: 14px;
}

/* gurantees block sixth section end */

/* Support secrtion start */

.support-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 962px;
    background: var(--secondary);
    border-bottom-left-radius: 317% 160px;
    border-bottom-right-radius: 317% 160px;
}

.support-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.support-title p {
    color: #fff;
    opacity: .1;
    font-size: 100px;
    line-height: 100px;
    margin: 0;
}

.support-title span {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 690px;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
}

.support-title .subtitle {
    width: 750px;
    color: #b8c1ce;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    margin: 65px auto 0;
}

.support-container__heading {
    padding: 35px 0 30px 0;
    text-align: center;
}

.support-container__heading h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.support-container__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.support-container__text {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    border-bottom-style: dashed;
}

.support-container__text span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 1px 15px 0;
    position: relative;
    padding-left: 36px;
}

.support-container__text span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath fill='%2300c853' d='M0 10C0 4.477 4.477 0 10 0h1c5.523 0 10 4.477 10 10v1c0 5.523-4.477 10-10 10h-1C4.477 21 0 16.523 0 11z'/%3E%3Cpath fill='%23fff' d='M15.955 8.193l-6.82 6.762a.154.154 0 01-.218 0l-3.872-3.84a.151.151 0 010-.215l.94-.933a.155.155 0 01.218 0l2.823 2.8 5.77-5.722a.155.155 0 01.218 0l.94.933a.15.15 0 010 .215z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='50' d='M15.955 8.193l-6.82 6.762a.154.154 0 01-.218 0l-3.872-3.84a.151.151 0 010-.215l.94-.933a.155.155 0 01.218 0l2.823 2.8v0l5.77-5.722a.155.155 0 01.218 0l.94.933a.15.15 0 010 .215z'/%3E%3C/svg%3E");
}

.box {
    border: 1px solid;
    background-color: rgba(255, 255, 255, .07);
    color: white;
    padding-right: 0px;
    padding-left: 0px;
    /* margin-right: 2%; */
    border-color: rgba(255, 255, 255, .07);
    padding-top: 5px;
    padding-bottom: 5px;
}

.experience-section {
    width: 100%;
    /* margin-left: 72px; */
    margin-top: 70px;
    margin-bottom: 68px;
}

.experience-section .text span {
    color: #00c853;
}

.experience-section .text h5 {
    font-weight: 600;
}

.icon img {
    width: 100%;
    margin-top: 8px;
    margin-left: 17px;


}

.icon {
    align-self: center;
}


/* hfakjhskfjhkajhfkhafklhdha */

.support-container__heading {
    padding: 35px 0 30px 0;
    text-align: center;
}

.support-container__heading h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.support-section .msg-btn-block {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.support-section .msg-btn-block a {
    box-shadow: unset;
}

.msg-btn-block .msg-btn {
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 240px;
    height: 47px;
    box-shadow: 2px 2px 4px rgba(95, 95, 95, .46);
    border-radius: 5px;
    background-color: #078954;
    transition: background-color .15s;
}

.msg-btn-block a i {
    font-size: 17px;
    margin-right: 8px;


}

.msg-btn-block {
    position: relative;
}

.msg-btn-block::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 14px;
    height: 14px;
    right: 43%;
    top: -7px;
    border-radius: 50%;
    background-color: #00c853;
    box-sizing: border-box;
}


/* Support secrtion end */

/*reviews page css start here*/
.customer {
    padding: 170px 0 50px;
}

.customer .customer-content {

    max-width: -webkit-fill-available;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #f6f8fa;
}

.customer .customer-content h2 {

    font-weight: 500;
    color: #000;
    display: block;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    width: 65%;

}

.customer .customer-content h2 span {

    font-weight: 700;
    color: #010621;
    display: block;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;

}

.customer .customer-content p {

    color: #878d95;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.customer .customer-content h6 {

    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 10px;
    margin: 10px 0;

}

.customer .customer-content h6 span {

    color: #878d95;
    font-size: 11px;


}

.customer .customer-content a {

    width: 240px;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    cursor: pointer;

    color: #fff;

    letter-spacing: 1px;

    font-size: 14px;

    font-weight: 700;

    background-color: #010621;

    text-transform: uppercase;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    margin: 0;

    border-radius: 7px;

    text-decoration: none;
}

.review-inner h2 {
    color: #4E4A4A;
    font-size: 45px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    margin: 0 0 70px;
}

.review-inner h2 span {
    color: #F2F2F2;
    font-size: 57px;
    display: block;
    font-weight: 700;
    line-height: 70px;
    font-family: 'Poppins';
}

.review-inner h6 {

    font-size: 17px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    color: 26262c;
    text-align: center;
    margin: 0 0 20px;
}

.review-inner img {
    margin: 0 auto 20px;
    display: table;
    width: 224px;
    height: 69px;
}

.review-inner a {

    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0 auto 20px;
    width: 230px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.1px;
    fill: #fff;
    color: #fff;
    text-align: center;
    background-color: #010621;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);

}

.review-inner-content {
    overflow: hidden;
    padding: 50px 0;
    background-color: #fafbff;
}

.review-inner-content .img-content {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.review-inner-content .img-content .img {
    width: 20%;
    margin: 0 10px 0 0;
}

.content h4 {

    margin-bottom: 3px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;

}

.content h4 i {
    color: #4ab3f4;
    margin: 0 0 0 7px;
}

.review-inner-content .img-content h6 span {

    margin-right: 8px;
    color: #252525;
    margin-bottom: 3px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}

.review-inner-content .inner-content-body h5 img {
    margin: 0 5px 0 0;
}

.review-inner-content .inner-content-body h5 {
    font-family: 'Poppins', sans-serif;
    color: #76767f;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 1em 0;
    display: flex;
    align-items: center;
}

.review-inner-content .inner-content-body p {
    font-size: 16px;
    font-weight: 400;
    color: #8a94a6;
    margin: 0 0 20px;
}

.review-inner-content .inner-content-body h3 {
    color: #b8b9c2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.review-inner-content .inner-content-body {

    padding: 35px 25px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
    transition: transform .3s cubic-bezier(.287, .137, .222, .886), -webkit-transform .3s cubic-bezier(.287, .137, .222, .886);
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 25px;

}

.review-inner-content .inner-content-body:hover {
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

/****** Style Star Rating Widget *****/

.review-inner-content .leave-reply .rating {
    border: none;
    float: left;
}

.review-inner-content .leave-reply .rating>input {
    display: none;
}

.review-inner-content .leave-reply .rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    content: "\f005";
}

.review-inner-content .leave-reply .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.review-inner-content .leave-reply .rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.review-inner-content .leave-reply .rating>input:checked~label,
/* show gold star when clicked */
.review-inner-content .leave-reply .rating:not(:checked)>label:hover,
/* hover current star */
.review-inner-content .leave-reply .rating:not(:checked)>label:hover~label {
    color: #ffd700;
}

/* hover previous stars in list */

.review-inner-content .leave-reply .rating>input:checked+label:hover,
/* hover current star when changing rating */
.review-inner-content .leave-reply .rating>input:checked~label:hover,
.review-inner-content .leave-reply .rating>label:hover~input:checked~label,
/* lighten current selection */
.review-inner-content .leave-reply .rating>input:checked~label:hover~label {
    color: #ffed85;
}

.review-inner-content .leave-reply {

    border-radius: 10px;
    background-color: #f6f8fa;
    padding: 80px 10% 64px;

}

.review-inner-content .leave-reply h2 {

    color: #010621;
    font-size: 34px;
    margin: 20px 0 10px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;

}

.review-inner-content .leave-reply p {

    color: #333;
    font-size: 20px;
    line-height: 1.42857143;
    text-align: center;
    margin: 0 0 65px;

}

.review-inner-content .leave-reply .custom-input input:focus {
    border-color: #010621;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(80 22 46);
}

.review-inner-content .leave-reply .custom-input input:placeholder {
    color: #555;
}

.review-inner-content .leave-reply .custom-input input {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    outline: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 10px;
    margin: 0 0 10px;
    width: 100%;
    height: 44px;
}

.review-inner-content .leave-reply .custom-input textarea:focus {
    border-color: #010621;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(80 22 46);
}

.review-inner-content .leave-reply .custom-input textarea:placeholder {
    color: #555;
}

.review-inner-content .leave-reply .custom-input textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    outline: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 10px;
    width: 100%;
    resize: none;
    height: 150px;
}

.review-inner-content .leave-reply button {
    height: 40px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #010621;
    border-radius: 7px;
    transition: .5s all ease-in-out;
}

.review-inner-content .review-last-sec {
    padding: 100px 0;
}

.review-inner-content .review-last-sec {
    color: #212243;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.review-inner-content .review-last-sec p {
    font-weight: 400;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 180%;
}

.review-inner-content .review-last-sec .icon-content {

    display: flex;
    padding: 25px 25px 50px 25px;
    margin: 20px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 4px 4px rgb(0 0 0 / 5%);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    color: #333;
    align-items: self-start;

}

.review-inner-content .review-last-sec .icon-content img {

    width: 7%;
    margin: 0px 15px 0 0px;

}

.review-inner-content .review-last-sec .icon-content h6 i {
    color: #4ab3f4;
}

.review-inner-content .review-last-sec .icon-content h6 {

    color: #574b8a;
    font-size: 16px;
    font-weight: 400;

}

.img img {
    width: 100%;
}


/*daniyal, thankyou reviews start here*/
.popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0, 7);
    background: #ffffff00;
    z-index: 1;
}

.popup .thank-you {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #f3f3f3;
    width: 40%;
    height: 410px;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 7px 30px 0px rgb(8 30 65 / 14%);
}

.popup .close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    /* background: #222; */
    background-image: linear-gradient(163deg, #010621, #fafbff);
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.popup.active .overlay {
    display: block;
}

.popup.active .thank-you {
    transform: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}


div#thank-you img {
    width: 25%;
}

.thank-you h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 46px;
    margin-top: 2px;
}

.fldset {
    width: 80%;
    margin-left: 75px;
}

p.review-submitted {
    background: #010621;
    color: white;
    border-radius: 3px;
}

lord-icon#celebration-icon-ty {
    margin-top: -18px;
    height: 135px;
    width: 135px;
    margin-bottom: -63px;
}


/*daniyal, thankyou reviews end here*/

.privacy-sec .container {
    max-width: 80%;
}

.privacy-sec-content h1 {
    font-size: 42px;
    color: #011e60;
    text-align: center;
    padding: 30px 0px 40px 0px;
}

.privacy-div h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.privacy-div {
    margin-bottom: 35px;
}

.privacy-div ul {
    padding: 15px 30px 0px;
}

.btn-expert-whatsapp-second-sect::after {
    display: none;
}

.msg-btn-greendot-cntct-sect::after {
    display: none;
}

.msg-btn-greendot::after {
    display: none;
}

.truts-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.truts-div img {
    width: 145px;
}

.one-exper-box .text {
    padding: 0px 17px;
}

.msg-btn-block::after {
    display: none;
}

.btn-order-cntct-sect::after {
    display: none;
}

.order-modal .modal-dialog {
    max-width: 500px;
}

.order-modal .modal-dialog .modal-body form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.order-modal .modal-dialog .modal-body form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 5px;
    resize: none;
    padding: 10px;
}

.order-modal .modal-dialog .modal-body form button {
    width: 100%;
    height: 35px;
    background-color: #011e60;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 11px;
}
button.order-now-btn-modal{
    height: 55px !important;
    background-color: #011e60 !important;
    margin-top: 30px;
}
.academic-subjects-cover i {
    font-size: 33px;
    color: #cd020a !important;
}
.modal-header h5 {
    color: #fff;
}

.order-modal .modal-content {
    background-color: #fff;
        border-radius: 25px;
    overflow: hidden;
}
.order-modal .modal-body {
    padding: 30px;
}
.popup-header button {
    position: absolute;
    top: 15px;
    right: 29px;
    color: #fff;
    opacity: 1;
    font-size: 36px;
}

.order-modal .modal-content .modal-header {
    color: #fff;
}

.order-modal .modal-content .modal-header button span {
    color: #fff;
}

.order-image-content a img {
    width: 100%;
}

.form-tag {
    background-image: linear-gradient(to bottom, #1b8c9c 0%, #83c1c9 100%);
    position: absolute;
    top: -37px;
    right: 0;
    width: 70%;
    padding: 14px 0px 14px 41px;
    font-size: 22px;
    color: var(--white-color);
    border-radius: 100px 0px 0px 100px;
}

.exclusive-academic-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .07);
}

.subjects:hover {
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
}

/* Set the input width and margin */
.banner-sec-form form input#phone.iti__tel-input {
    width: 100%;
    margin-bottom: 15px;
}

/* Ensure flag container aligns with input */
.iti {
    width: 100%;
}

.iti__flag-container {
    height: 100%;
}

/* Adjust padding to accommodate the flag dropdown */
.iti__tel-input {
    padding-left: 50px !important; /* Adjust if necessary based on flag icon size */
}


.thankyou_sec {
    padding: 100px 0;
    height: 85vh;
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.main-content__checkmark {
    font-size: 9.75rem;
    line-height: 1;
    color: #1b8c9c;
}

.main-thankyou, .order_sum_col.row .col-md-3 h5 {
    text-align: center;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 19px;
    background-color: #16171a;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 50pc;
    margin: 20px 0 0;
    color: #fff !important;
    text-decoration: none !important;
}

.marqbar {
    position: relative;
    background-color: #011e60;
}

.marqbar marquee {
    color: var(--white-color);
}

.marqbar a {
    text-decoration: none;
    color: var(--white-color);
    display: flex;
    justify-content: end;
    gap: 5px;
    align-items: center;
}

.floatWhatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 0 0 0 #25d366;
    z-index: 100;
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.my-float {
    margin-top: 16px;
}

@keyframes pulsing {
    100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
}

section.why-chhose-sec h3 {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 22px;
    color: #5a5a5a;
    margin: 40px auto 30px auto;
    text-align: center;
}

section.why-chhose-sec ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
}

.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-modal .modal .modal-content {
    background-image: url("../images/welcome-bg-img.jfif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 683px;
}

.welcome-modal .modal .modal-dialog {
    max-width: 777px;
}

.welcome-modal .modal .modal-header {
    border-bottom: unset;
}

.welcome-modal .modal .modal-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #00000026;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-body-content {
    background-color: #10464fd9;
    padding: 50px 40px;
    text-align: center;
}

.welcome-modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body-content h4 {
    color: #14ef33;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: unset;
}

.modal-body-content h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.modal-body-content h2 {
    font-size: 200px;
    font-weight: 800;
    color: #fff;
}

.percent__off {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-cap a {
    color: #cd020a;
}
.percent__off div span {
    font-size: 100px;
    font-weight: 800;
    color: #fff;
}

.percent__off div p {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: unset;
}

.percent__off div {
    line-height: 50px;
}
.contact-form-title {
    text-align: center;
}

.contact-form-title h3 {
    font-style: italic;
    font-size: 20px !important;
}

.contact-form-title h5 {
    font-size: 24px;
    margin-top: 10px;
}
section.about-us-sec .row {
    display: flex;
    align-items: center;
}
.order__btn button {
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 800;
    background-color: #14ef33;
    color: #333333;
}

.welcome-modal button.close {
    color: #fff;
    opacity: 1;
    outline: none;
    border: none;
}
.popup-header {
    background: #011e60;
    padding: 48px 40px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.banner-content .primary:hover {
    background: #011e60;
    color: #fff;
}
.popup-badge {
    display: inline-block;
    background: rgba(244, 167, 93, 0.15);
    color: #cd020a;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1px solid rgba(244, 167, 93, 0.3);
}
.popup-heading {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    line-height: 1.2;
    position: relative;
}
.popup-subheading {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-weight: 400;
}