@import url(../bootstrap/css/bootstrap.min.css);
@import url(main-min.css);
@import url(fancybox.css);
@import url(../fontawesome-pro/font-awesome.css);
@import url(offcanvas-menu.min.css);
@import url(owl-carousel.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 :root {
    --color_1: #ff8a00;
    --color_2: #00d8ff;
    --color_3: #0e1c3c;
    --color_4: #3e4963;
    --color_5: #3c4862;
    --color_6: #868d9d;
    --color_7: #006786;
    --color_8: #d3d4d8;
    --color_9: #dedfe1;
}

* {
    /* font-family: 'Lato', sans-serif; */
    box-sizing: border-box
}
.breaker-1 .breaker-row {
    width: 80%;
    margin: 0 auto;
}

.container-c {
    margin: 0 200px;
}

.container-v {
    margin: 0px 270px;
}

.topHeader {
    background: #181918;
}

header {
    background: #181918;
    /* padding: 20px 0; */
    position: sticky;
    top: -1px;
    transition: .5s;
    transition-delay: 1s;
    z-index: 999;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
}

.banner-content form .form-group {
    position: relative;
}

.banner-content form .form-group::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/form-ic1.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 16px;
}

.banner-content form .form-group.v2::before {
    background: url(../img/form-ic2.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 12px;
}

.banner-content form .form-group.v3::before {
    background: url(../img/form-ic3.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.banner-content form .form-group.v4::before {
    background: url(../img/form-ic4.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
}

.navibtn {
    font-size: 16px;
    border: 0;
    padding: 6px 35px;
    display: inline-block;
    border-radius: 10px;
    background: #da7601;
    color: #fff;
    font-weight: 600;
}
.Main-ul li {
    position: relative;
    color: #fff;
    font-size: 20px;
}
.Main-ul ul li::before {
    content: '';
    position: absolute;
    background: url(../img/main-li-before.png) no-repeat;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 5px;
}
.Main-ul ul {
    list-style-type: none;
    margin: 0;
}
header a:not(.navibtn, .logo) {
    padding: 17px 15px;
    display: block;
    font-size: 20px !important;
    transition: 0.3s;
    color: #fff;
}
header a:not(.navibtn, .logo):hover{
    background: #da7601;
    color: #fff;
}
.banner .banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-30%);
}

.banner .banner-content h1 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
}
.banner .banner-content h1 span{
    font-size: 30px;
}

.banner .banner-content p {
    margin: 0 0 30px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
}

.theme-btn {
    color: var(--color_2);
    font-size: 16px;
    border: 2px solid var(--color_2);
    padding: 12px 0px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    width: 165px;
}

.theme-btn2 {
    color: var(--color_3);
    border: 2px solid var(--color_1);
    font-size: 16px;
    background: var(--color_1);
    padding: 12px 0px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    width: 165px;
    font-weight: 600;
}

.banner .form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 0 100px;
    z-index: 1;
    position: relative;
    /* border: 1px solid #8ad7ec; */
    transform: translateY(10px);
    /* box-shadow: 0 0 20px #01c4ec; */
    /* backdrop-filter: blur(2px); */
}
.banner .form p{
    margin: 0px 0 7px;
    color: #171717 !important;
    font-size: 23px !important;
    line-height: 1.2;
    font-weight: 800 !important;
}

.banner .form::before {
    content: '';
    position: absolute;
    right: 70px;
    top: -26px;
    background: url(../img/Untitled-14.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 26px;
    z-index: -1;
}
.banner .form::after {
    content: '';
    position: absolute;
    left: 70px;
    top: -26px;
    background: url(../img/Untitled-15.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 26px;
    z-index: -1;
}

.banner .form .form-control {
    padding: 0px 41px 0px 0px;
    font-size: 17px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 10px;
    border: 0;
    border-bottom: 1px solid #606060d9
}
.banner .form label {
    font-size: 17px;
    color: #606060d9;
    font-weight: 500;
    margin-top: 10px;
}

.banner .form button {
    background: url(../img/button-texture.png) #181818 no-repeat;
    width: 80%;
    background-size: 100%;
    border: 5px solid #000;
    padding: 2px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    margin: initial;
}

.banner .form .top h6 {
    line-height: 0.5;
    padding: 0;
    transform: translateY(-15px) translateX(-24px);
}
.form_bg:after {
    content: '';
    position: absolute;
    background-image: url(../img/form-after.png);
    width: 100%;
    background-size: contain;
    height: 20%;
    background-repeat: no-repeat;
    bottom: -20px;
    left: -50px;
}
.banner .form .top h6 span {
    text-transform: uppercase;
}
/* Services Section */
.service {
    padding: 20px;
    border-radius: 30px;
    width: 90%;
    position: relative;
    min-height: 350px;
}
.service:after {
    content: '';
    position: absolute;
    background: url(../img/services-div-after.png) no-repeat;
    width: 15%;
    height: 15%;
    right: -20px;
    top: -20px;
}
.services-div {
    background: #f3d2ab;

}
.submission-div{
    background: #c9e7ff;

}
.universities-div{
    background: #ffdedd;
    
}
.service h3 {
    font-size: 22px;
}

.service p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.4;
}

.outsite-div {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
    margin-left: -35px;
    width: 100%;
}   
.outsite-div ul{
list-style-type: none ;
margin: 0;
}
.services-div .outsite-div li {
    position: relative;
    color: #a95c03;
    font-weight: 600;
    font-size: 18px;
}
.submission-div .outsite-div li {
    position: relative;
    color: #234ce8;;
    font-weight: 600;
    font-size: 18px;
}
.outsite-div ul li::before{
    content: '';
    position: absolute;
    background: url(../img/services-ul-before.png) no-repeat;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 5px;
}
.subject-div {
    padding: 30px 50px;
    background: #ededed;
    border-radius: 0;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-left: 0;
    width: 95%;
}
.subject-div ul{
list-style-type: none ;
margin: 0;
}
.subject-div li {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}
.subject-div ul li::before{
    content: '';
    position: absolute;
    background: url(../img/subject-ul-before.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 70%;
    left: -25px;
    top: 5px;
}
.submission-div .outsite-div ul li::before{
    content: '';
    position: absolute;
    background: url(../img/submission-ul-before.png) no-repeat;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 5px;
}

 .contact-button {
    margin-top: 20px;
    background: #da7601;
    padding: 10px 40px;
    width: fit-content;
    margin: 0px auto;
    margin-top: 20px;
    border-radius: 10px;
}
 .contact-button a{
color:#fff; 
font-weight: 600;
}
.outsite-pic {
    background: #fff;
    width: fit-content;
    padding: 20px;
    border-radius: 30px;
    position: absolute;
    margin: 0px auto;
    /* width: fit-content; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: 80px;
}
.slider-card{
    margin: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 0;
    padding: 20px 20px;
    border-radius: 20px;
    position: relative;
}
img.form-bg {
    position: absolute;
    left: -60px;
    width: 100%;
    height: 100% !important;
    top: 0;
    z-index: -1;
}
/*  */
.first-sec {
    /* background: url(../img/first-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
    padding: 40px 0px;
}

.tab-section .category-tabs {
    background: #edf4f6;
    position: absolute;
    right: 0;
    top: -75px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 30px -5px #0001;
    z-index: 9;
}

.tab-section .category-tabs .nav-links {
    width: 210px;
    padding: 38px 38px;
    position: relative;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-section .category-tabs .nav-links:nth-child(1) img {
    transform: translateX(-32%);
}

.tab-section .category-tabs .nav-links:nth-child(2) img {
    transform: translateX(-60%);
}

.tab-section .category-tabs .nav-links:nth-child(3) img {
    transform: translateX(-30%);
}

.tab-section .category-tabs .nav-links:nth-child(4) img {
    transform: translateX(-14%);
}

.tab-section .category-tabs .nav-links:nth-child(5) img {
    transform: translateX(-40%);
}

.tab-section .category-tabs .nav-links:nth-child(6) img {
    transform: translateX(-90%);
}

.tab-section .category-tabs .nav-links.active {
    background: var(--color_2);
    border-radius: 6px 6px 0 0;
    transform: scale(1.1) translateY(-7px) translateX(-10px);
}

.tab-section .category-tabs .nav-links.active h6 {
    color: #fff !important;
}

.tab-section .category-tabs .nav-links.active img {
    filter: brightness(20);
}

.tab-section .category-tabs .nav-links:not(:last-child):before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 70%;
    width: 1px;
    background: #d5dbdd;
    transform: translateY(-50%);
}

.tab-pane .tab-cc {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

    /* .heading h6 {
        text-transform: uppercase;
    } */

.testimonial {
    background: transparent;
    padding: 10px 50px 10px;
    border-radius: 14px;
    width: 100%;
    margin-left: auto;
    margin-top: -65px;
}
.subject-testimonial {
    background: transparent;
    padding: 10px 50px 10px;
    border-radius: 14px;
    width: 100%;
    margin-left: auto;
    margin-top: 0px;
}

.rating i {
    color: #ffc107;
}

.second-sec .call-to-action {
    padding: 30px 40px;
    border-top: 1px solid #e5e5e5;
}

.second-sec {
    background: url(../img/second-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 40px;
}

.second-sec .side-section {
    background: #fff;
    box-shadow: 0 0 20px #0001;
    border-radius: 12px;
    margin: 0 40px 0 0;
}

.breaker-1 {
    /* background: url(../img/breaker-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; */
    background: #fff;
}

.owl-controls {
    position: absolute;
    /* bottom: 35px; */
    left: 50%;
    transform: translateX(-50%);
}

.testimonial .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #858585;
    border-radius: 7px;
}

.testimonial .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial .owl-nav .owl-prev i,
.testimonial .owl-nav .owl-next i {
    width: 45px;
    /* background: #f00; */
    /* opacity: 1; */
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 0 14px #0002;
}

.testimonial .owl-dots .owl-dot.active {
    background: #000;
    width: 15px;
    height: 15px;
}

.third-sec {
    background: url(../img/th-bg.png) no-repeat;
    background-size: cover;
}

.third-sec .process-div {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(5, 2.6vw);
    grid-gap: 30px;
}

.third-sec .process-div .item {
    position: relative;
}

.third-sec .process-div .item--1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    text-align: center;
}

.third-sec .process-div .item--2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 6;
    text-align: center;
}

.third-sec .process-div .item--3 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 5;
    text-align: center;
}

.third-sec .process-div .item--4 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 6;
    text-align: center;
}

.third-sec .process-div .item--5 {
    grid-column-start: 13;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 5;
    text-align: center;
}

.third-sec .process-div .item--1:before,
.third-sec .process-div .item--3:before,
.third-sec .process-div .item--2:before,
.third-sec .process-div .item--4:before {
    content: '';
    position: absolute;
    right: -70px;
    top: 0;
    background: url(../img/th-arrow.png) no-repeat;
    background-size: contain;
    width: 106px;
    height: 46px;
}

.third-sec .process-div .item--2:before,
.third-sec .process-div .item--4:before {
    transform: rotateX(180deg);
}

.fourth-sec {
    background: #ededed;
    margin-top: 80px;
    height: 200px;
}

.f-form-area .form-control {
    padding: 20px;
    font-size: 15px;
    background: #fff;
    box-shadow: none;
    border-radius: 7px;
    margin: 0 0 10px;
    border: 1px solid #818a91;
}

.f-form-area {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin: 0px 0 0 160px;
}

footer ul li a {
    color: #fff;
    font-weight: 400;
}

footer {
    background: #000;
}

.opacity-0 {
    opacity: 0;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-right: 0;
    border-left: 0;
    margin: 20px 0 0;
    background: #da7601;
}

.clr_light {
    color: #576177;
}

/* .testimonial::before {
    content: '';
    position: absolute;
    right: 70px;
    bottom: 70px;
    width: 110px;
    height: 98px;
    background: url(../img/qoute.png) no-repeat;
    background-size: contain;
} */

.blog-p .first-sec {
    background: url(../img/inner/01/first-bg.png) no-repeat;
    background-size: cover;
    padding: 0 0 80px;
}

.inr .first-sec .col-xl-7 {
    padding-left: 80px;
}

.inr .f-s-content {
    background: url(../img/inner/01/f-s-bg.png) no-repeat;
    background-size: cover;
    padding: 70px 150px 40px;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
}

.inr .f-s-content::before {
    content: '';
    position: absolute;
    right: -57px;
    top: -72px;
    background: url(../img/inner/01/f-v-dots.png) no-repeat;
    background-size: contain;
    width: 99px;
    height: 169px;
}

.inr .f-s-content::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -36px;
    background: url(../img/inner/01/f-h-dots.png) no-repeat;
    background-size: contain;
    width: 169px;
    height: 99px;
}

.second-sec-inner {
    background: url(../img/inner/01/second-bg.jpg) no-repeat;
    background-size: cover;
}

.second-sec-inner .content {
    background: #fff;
    padding: 50px 30px 30px;
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: 0 0 15px #e5edef;
}

.second-sec-inner .content .theme-btn2 {
    font-size: 16px;
    padding: 8px 0px;
    width: 145px;
}

.second-sec-inner .content img {
    position: absolute;
    top: -35px;
    left: 30px;
}

.price-calculator {
    background: url(../img/inner/01/price-detail-bg.jpg) no-repeat;
    background-size: cover;
}

.price-calculator label {
    color: #eeeef2;
    font-size: 16px;
    margin: 0 0 10px 15px;
}

.price-calculator .form-control {
    padding: 12px 15px;
    border-radius: 8px;
    margin: 0 0 20px;
    position: relative;
    cursor: pointer;
}

.price-calculator .form-group-after {
    position: relative;
}

.price-calculator .form-group-after::after {
    content: '';
    background: url(../img/inner/01/select-arrow.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 5px;
    position: absolute;
    right: 22px;
    top: 70%;
    transform: translateY(-50%);
}

.price-calculator .theme-btn2 {
    margin: 10px 0 0;
}

header .dropdown i {
    position: absolute;
    top: 53%;
    right: -12px;
    font-size: 16px;
    transform: translateY(-50%);
    transition: .5s ease-in-out;
}

header .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 15px;
    margin: 0;
    /* font-size: 14px; */
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-top: 2px solid var(--color_2);
    transform: translateY(20px);
    transition: .5s;
    opacity: 0;
    width: 200px;
    visibility: hidden;
}

header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

header .dropdown-menu a {
    transition: .2s;
    padding: 6px 0;
}

header .dropdown-menu a:hover {
    transform: scale(1.1) translateX(8px);
}

header .dropdown:hover i {
    transform: translateY(-50%) rotateX(180deg);
}

.contact .social i {
    color: #000000;
    font-size: 20px !important;
    width: 50px;
    height: 50px;
    border: 1px solid var(--color_2);
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
}

.contact .banner .banner-content {
    top: 50% !important;
}

.contact .content-c {
    background: #edf4f6;
    padding: 60px;
    margin: 0 40px 0 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.contact .content-c::before {
    content: '';
    position: absolute;
    right: -30px;
    top: -36px;
    background: url(../img/inner/01/f-v-dots.png) no-repeat;
    background-size: contain;
    width: 88px;
    height: 150px;
    z-index: -999;
    mix-blend-mode: color;
}

.contact .content-c::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -36px;
    background: url(../img/inner/01/f-h-dots.png) no-repeat;
    background-size: contain;
    mix-blend-mode: color;
    width: 150px;
    height: 88px;
}

.contact .content-c form .form-control {
    padding: 16px 16px;
    border: 1px solid #97a8ad;
    background: #fff;
    font-size: 18px;
    margin: 0 0 15px;
}

.contact .first-sec-contact {
    background: url(../img/contact/first-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.ebook .second-sec-inner .content img {
    top: -150px;
}

.ebook .second-sec-inner .content {
    padding: 70px 30px 30px;
    margin-top: 150px;
}

.hiw .third-sec {
    padding-top: 130px;
    margin-top: -120px;
}

.pricing .first-sec {
    background: url(../img/pricing/first-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.pricing .tab-section2 .category-tabs {
    justify-content: center;
    gap: 50px;
}

.pricing .tab-section2 .category-tabs h6 {
    color: #6e778a;
    transition: .5s;
    position: relative;
}

.pricing .tab-section2 .category-tabs h6:after {
    content: '';
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #6e778a;
    border-radius: 50%;
    transition: .5s;
}

.pricing .tab-section2 .category-tabs h6::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    background: #6e778a;
    border-radius: 50%;
    transition: .5s;
}

.pricing .tab-section2 .category-tabs .active h6:after {
    border: 2px solid #ffd965;
}

.pricing .tab-section2 .category-tabs .active h6::before {
    transform: translateY(-50%) scale(1);
    background: #ffd965;
}

.pricing .tab-section2 .category-tabs .active h6 {
    color: #0e1c3c;
}

.pricing .tab-section2 .tab-content .content .top {
    position: relative;
}

.pricing .tab-section2 .tab-content .content .top::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
}

.pricing .tab-section2 .tab-content .content.v1 .top,
.pricing .tab-section2 .tab-content .content.v1 .top::before {
    background: #32bb59;
}

.pricing .tab-section2 .tab-content .content.v2 .top,
.pricing .tab-section2 .tab-content .content.v2 .top::before {
    background: #6812de;
}

.pricing .tab-section2 .tab-content .content.v3 .top,
.pricing .tab-section2 .tab-content .content.v3 .top::before {
    background: #ffd965;
}

.pricing .tab-section2 .tab-content .content .top {
    padding: 15px 0;
    border-radius: 12px 12px 0 0;
}

.pricing .tab-section2 .tab-content .content .mid {
    padding: 30px 0;
}

.pricing .tab-section2 .tab-content .content.v1 .mid {
    padding: 30px 0;
    background: #fff linear-gradient(0deg, white, #32bb593b);
}

.pricing .tab-section2 .tab-content .content.v2 .mid {
    padding: 30px 0;
    background: #fff linear-gradient(0deg, white, #6812de2b);
}

.pricing .tab-section2 .tab-content .content.v3 .mid {
    padding: 30px 0;
    background: #fff linear-gradient(0deg, white, #ffd9654d);
}

.pricing .tab-section2 .tab-content .content {
    box-shadow: 0 0 10px #cccccc91;
    border-radius: 12px 12px 0 0;
}

.pricing .tab-section2 .tab-content .content .mid .amnt {
    font-size: 50px;
    color: var(--color_3);
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content .mid .sign {
    font-size: 22px;
    color: var(--color_3);
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content .mid .point {
    font-size: 25px;
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content .mid .pr {
    color: #677785;
    font-size: 12px;
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content h6 {
    gap: 5px;
}

.pricing .tab-section2 .tab-content .content2 {
    background: #fff;
    padding: 20px 0;
    margin: 15px 0;
    box-shadow: 0 0 10px #cccccc80;
}

.pricing .tab-section2 .tab-content .content2 .mid .amnt {
    font-size: 40px;
    color: var(--color_3);
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content2 .mid .sign {
    font-size: 22px;
    color: var(--color_3);
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content2 .mid .point {
    font-size: 15px;
    font-weight: 600;
}

.pricing .tab-section2 .tab-content .content2 .mid .pr {
    color: #677785;
    font-size: 12px;
}

.pricing .tab-section2 .tab-content .content2 h6 {
    gap: 5px;
}

.pricing .tab-section2 .tab-content a.v1 {
    background: #32bb59;
    color: #fff;
    border-color: #32bb59;
}

.pricing .tab-section2 .tab-content a.v2 {
    background: #6812de;
    color: #fff;
    border-color: #6812de;
}

.pricing .tab-section2 .tab-content a.v3 {
    background: #ffd965;
    color: #fff;
    border-color: #ffd965;
}
.footer-nav2 {
    list-style-type: none;
    /* margin: 70px 0 10px 0; */
}

.footer-nav2 li {
    float: left;
    padding: 0 12px;
    position: relative
}
.Best-Online li {
    float: left;
    padding: 0 30px;
    position: relative
}

.footer-nav2 li:first-child {
    padding-left: 0;
    margin-left:-30px;
}
.Best-Online li:first-child {
    padding-left: 0;
    margin-left:0px;
}

.footer-nav2 li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #fff;
    left: 0;
    top: 30%
}
.Best-Online li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background: #868686;
    left: 0;
    top: 25%
}

.footer-nav2 li:first-child:before {
    display: none
}

.footer-nav2 li a {
    font-size: 16px;
    font-weight: 400;
    color: #cbd6e2
}

.footer-nav2 li a:hover {
    color: #fff
}

/* ! Responsive */

@media (max-width:1600px) {
    .tab-section .category-tabs .nav-links {
        width: 190px;
        padding: 35px 25px 35px 25px;
    }
    /* .heading h4 {
        font-size: 50px;
    } */
    .heading p.fs_25 {
        font-size: 22px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(5, 3.2vw);
    }
    .container-c {
        margin: 0 70px;
    }
    .banner img {
        height: 450px;
        object-fit: cover;
        object-position: center;
    }
    .container-v {
        margin: 0px 105px;
    }
    .banner .banner-content h1 {
        margin: 0 0 20px;
        font-size: 23px;
    }
    .banner .banner-content p {
        margin: 0px 0 7px;
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
    }
    .banner .banner-content {
        top: 35%;
    }
    .banner .form {
        background: #fff;
        padding: 24px;
        margin: 0 0 0 120px;
        /* transform: translateY(50px); */
    }
    .banner .form::before {
        right: 68px;
    top: -26px;
    }
    .inr .banner img {
        height: 470px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width:1440px) {
    .tab-section .category-tabs .nav-links.active {
        transform: scale(1.1) translateY(-6px) translateX(-10px);
    }
    .tab-section .category-tabs .nav-links {
        padding: 35px 20px 35px 20px;
    }
    .tab-section .category-tabs .nav-links h6 {
        font-size: 15px;
    }
    .heading p.fs_18 {
        font-size: 16px;
    }
    .third-sec .item h6 {
        font-size: 20px;
    }
    .third-sec .item p {
        font-size: 16px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(5, 3.7vw);
    }
    .container-c {
        margin: 0 50px;
    }
    .container-v {
        margin: 0px 70px;
    }
    .outsite-pic {
        left: 55px;
    }
    .service:after {
        right: -10px;
        top: -10px;
    }
    .banner .form {
        margin: 0 0 0 60px;
    }
    .fourth-sec {
        margin-top: 100px;
    }
    .testimonial {
        margin-top: -100px;
    }
}

@media (max-width:1399px) {
    .fourth-sec {
        margin-top: 150px;
        height: 280px;
    }

}
@media (max-width:1375px) {
    .pricing .tab-section2 .tab-content .content .mid .amnt {
        font-size: 40px;
    }
    .pricing .tab-section2 .tab-content .content .mid .point {
        font-size: 20px;
    }
    .pricing .tab-section2 .tab-content .content2 .mid .amnt {
        font-size: 32px;
    }
    .pricing .tab-section2 .tab-content .content2 .mid .point {
        font-size: 14px;
    }
    .ebook .second-sec-inner .content img {
        top: -140px;
        width: 200px;
    }
    header a:not(.navibtn,
    .logo) {
        font-size: 18px !important;
    }
    .navibtn {
        font-size: 15px;
        padding: 8px 22px;
    }
    header ul.gap-30 {
        gap: 20px;
    }
    .heading p.fs_25 {
        font-size: 20px;
    }
    .heading h6 {
        font-size: 22px;
    }
    .banner .form {
        background: #fff;
        padding: 20px;
        margin: 0 0 0 30px;
    }
    .banner .form::before {
        right: 70px;
        top: -29px;
        width: 18px;
        height: 26px;
    }
    .banner .form::after {
        left: 70px;
        top: -29px;
    }
    .banner .form .top h6 {
        line-height: 0.5;
        padding: 0;
        transform: translateY(-10px) translateX(-23px) scale(0.8);
    }
    .banner .form .top h5 {
        font-size: 20px;
    }
    .banner .banner-content p {
        font-size: 18px;
    }
    .inr .f-s-content {
        padding: 40px 80px 30px;
    }
    .second-sec-inner p {
        font-size: 16px;
    }
    .inr .banner img {
        object-position: -150px 0;
    }
    .fourth-sec {
        margin-top: 150px;
        height: 250px;
    }
}

@media (max-width:1280px) {
    .container-v {
        margin: 0px 50px;
    }
    .second-sec .content p {
        font-size: 14px;
    }
    .second-sec .content img {
        width: 24px;
    }
}

@media (max-width:1199px) {
    .breaker-1 h1 {
        font-size: 36px;
    }
    .banner-content .container,.first-sec .container{
        max-width: 98%;
    }
    .services-div .outsite-div li , .submission-div .outsite-div li {
        font-size: 16px;
    }
    .outsite-div {
        padding: 10px;
    }
    .service{
        min-height: 370px;
    }
    .subject-div {
        padding: 30px 30px;
        width: 95%;
    }
    .subject-div li {
        font-size: 16px;
    }
    footer ul li a {
        line-height: 1;
        display: inline-block;
    }
    .tab-section .category-tabs .nav-links:nth-child(1) img {
        transform: translateX(-24%);
    }
    .tab-section .category-tabs .nav-links:nth-child(2) img {
        transform: translateX(-45%);
    }
    .tab-section .category-tabs .nav-links:nth-child(3) img {
        transform: translateX(-22%);
    }
    .tab-section .category-tabs .nav-links:nth-child(4) img {
        transform: translateX(-6%);
    }
    .tab-section .category-tabs .nav-links:nth-child(5) img {
        transform: translateX(-32%);
    }
    .tab-section .category-tabs .nav-links:nth-child(6) img {
        transform: translateX(-70%);
    }
    .pricing .tab-section2 .category-tabs {
        gap: 40px;
    }
    .contact .content-c {
        padding: 30px;
        margin: 0 20px 0 0px;
    }
    .contact .content-c form .form-control {
        padding: 14px;
        font-size: 16px;
    }
    .ebook .second-sec-inner .content img {
        top: -115px;
        width: 170px;
    }
    .navibtn {
        font-size: 13px;
        padding: 8px 14px;
    }
    .heading h6 {
        font-size: 18px;
    }
    header a:not(.navibtn,
    .logo) {
        font-size: 16px !important;
    }
    .topHeader p.fs_14 {
        font-size: 12px !important;
    }
    .topHeader {
        padding: 10px 0;
    }
   
    .social i {
        font-size: 12px !important;
    }
    .heading p.fs_25 {
        font-size: 18px;
    }
    .tab-section .category-tabs .nav-links h6 {
        font-size: 14px;
    }
    .tab-section .category-tabs .nav-links.active {
        transform: scale(1.1) translateY(-6px) translateX(-10px);
    }
    .tab-section .category-tabs .nav-links {
        width: 160px;
        padding: 25px 20px 25px 20px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(5, 4.6vw);
    }
    /* .banner .banner-content h1 {
        margin: 0px 0 15px;
        font-size: 45px;
    } */
    .banner .banner-content p {
        margin: 0px 0 15px;
    }
    .banner .form .top h5 {
        font-size: 18px;
    }
    .banner .form .top h6 {
        line-height: 0.5;
        padding: 0;
        transform: translateY(-10px) translateX(-5px) scale(0.7);
    }
    .banner .form .top h6 {
        line-height: 0.5;
        padding: 0;
        transform: translateY(-20px) translateX(-3px) scale(0.7);
    }
    .banner .form::before {
        right: 60px;
        top: -30px;
        width: 20px;
        height: 30px;
    }
    .banner .form::after {
        left: 60px;
        top: -30px;
        width: 20px;
        height: 30px;
    }
    .banner .form .top h5 {
        font-size: 17px;
    }
    .banner .form .form-control {
        padding: 10px 42px 10px 10px;
        font-size: 13px;
    }
    .banner img {
        height: 550px;
        object-fit: cover;
        object-position: center;
    }
    /* .banner .form {
        transform: translateY(70px);
    } */
    .container-v {
        margin: 0px 50px;
    }
    .banner .form button {
        padding: 7px;
        font-size: 16px;
    }
    .theme-btn2,
    .theme-btn {
        font-size: 14px;
        padding: 11px 0px;
        width: 155px;
    }
    .second-sec {
        padding: 40px 0 40px;
        background-position: 68% 100%;
    }
    .second-sec .col-xl-5 {
        background: #eef3f6d6;
        border-radius: 0 100px 0 0;
    }
    .second-sec .theme-btn2 {
        margin-top: 25px;
    }
    .second-sec .heading p {
        margin-bottom: 25px;
    }
    .second-sec .content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .second-sec .content p img {
        width: 22px;
        height: 22px;
    }
    .third-sec .item img {
        transform: scale(.8);
    }
    .third-sec .item h6 {
        font-size: 16px;
        margin-top: 10px;
    }
    .third-sec .item p {
        font-size: 14px;
    }
    .third-sec .process-div .item--1:before,
    .third-sec .process-div .item--3:before,
    .third-sec .process-div .item--2:before,
    .third-sec .process-div .item--4:before {
        top: 10px;
        right: -60px;
        width: 90px;
        height: 39px;
    }
    .third-sec .process-div {
        grid-gap: 15px;
    }
    .third-sec .process-div .item--1:before,
    .third-sec .process-div .item--3:before {
        top: 20px;
    }
    .testimonial {
        padding: 17px 30px 0px;
        border-radius: 14px;
    }
    .fourth-sec {
        background-position: 50% 100%;
    }
    .breaker-1 {
        padding: 40px 0;
    }
    .second-sec-inner .heading p br {
        display: none;
    }
    .second-sec-inner .content h6 {
        font-size: 20px;
    }
    .second-sec-inner .content {
        padding: 40px 25px 25px;
    }
    .outsite-pic {
        left: 30px;
    }
    .service:after {
        right: -15px;
        top: -15px;
    }
}

@media (max-width:1024px) {

    
    .heading p.fs_18 {
        font-size: 14px;
    }
    .banner .banner-content h1 {
        margin: 0px 0 15px;
        font-size: 40px;
    }
    .banner .banner-content {
        top: 40%;
    }
    .banner .form {
        transform: translateY(0px);
    }
    .banner .form {
        background: #fff;
        padding: 16px;
        margin: 0;
    }
    .banner img {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
    .banner .form::before {
        right: 50px;
        top: -30px;
        width: 30px;
        height: 30px;
    }
    .banner .form .top h6 {
        line-height: 0.5;
        padding: 0;
        transform: translateY(-12px) translateX(-3px) scale(0.8);
    }
    .inr .banner .form {
        transform: translateY(70px);
    }
    .inr .banner .banner-content {
        top: 40%;
    }
    .inr .banner img {
        height: 400px;
    }
    .second-sec-inner .content {
        padding: 40px 20px 20px;
    }
    .second-sec-inner h6 {
        font-size: 20px;
    }
    .price-calculator .form-control {
        padding: 10px 15px;
        margin: 0 0 15px;
        font-size: 14px;
    }
    .second-sec-inner .content .theme-btn2 {
        font-size: 14px;
        padding: 6px 0px;
        width: 125px;
    }
}

@media (max-width:992px) {
    .banner .banner-content h1 {
        margin: 0px 0 15px;
        font-size: 35px;
    }
    .pricing .tab-section2 .tab-content .content .mid .amnt {
        font-size: 35px;
    }
    .pricing .tab-section2 .tab-content .content .mid .sign {
        font-size: 18px;
    }
    .inr.contact .banner img {
        height: 200px;
    }
    .ebook .second-sec-inner .content img {
        top: -165px;
        width: 220px;
        left: 50%;
        transform: translateX(-50%);
    }
    .ebook .second-sec-inner .content {
        margin-top: 190px;
    }
    .tab-section .category-tabs .nav-links.active {
        transform: scale(1.1) translateY(-5px) translateX(-10px);
    }
    .tab-section .category-tabs .nav-links h6 {
        font-size: 12px;
    }
    .tab-section .category-tabs .nav-links img {
        width: 36px;
    }
    .tab-section .category-tabs .nav-links {
        width: 125px;
        padding: 18px 10px 18px 10px;
    }
    .tab-section .category-tabs .nav-links:nth-child(1) img {
        transform: translateX(-35%);
    }
    .tab-section .category-tabs .nav-links:nth-child(2) img {
        transform: translateX(-62%);
    }
    .tab-section .category-tabs .nav-links:nth-child(3) img {
        transform: translateX(-32%);
    }
    .tab-section .category-tabs .nav-links:nth-child(4) img {
        transform: translateX(-15%);
    }
    .tab-section .category-tabs .nav-links:nth-child(5) img {
        transform: translateX(-47%);
    }
    .tab-section .category-tabs .nav-links:nth-child(6) img {
        transform: translateX(-88%);
    }
    footer .social {
        justify-content: center;
    }
    .heading h4 {
        font-size: 30px;
    }
    .heading p.fs_25 {
        font-size: 16px;
    }
    .tab-pane .tab-cc {
        top: 55%;
    }
    .heading p.fs_18 {
        line-height: 1.2;
    }
    .heading h6 {
        font-size: 18px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(9, 4.6vw);
        grid-template-columns: repeat(18, 1fr);
    }
    .third-sec .process-div .item--1 {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 5;
        text-align: center;
    }
    .third-sec .process-div .item--2 {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 2;
        grid-row-end: 7;
        text-align: center;
    }
    .third-sec .process-div .item--3 {
        grid-column-start: 13;
        grid-column-end: 19;
        grid-row-start: 1;
        grid-row-end: 6;
        text-align: center;
    }
    .third-sec .process-div .item--4 {
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 6;
        grid-row-end: 14;
        text-align: center;
    }
    .third-sec .process-div .item--5 {
        grid-column-start: 11;
        grid-column-end: 17;
        grid-row-start: 6;
        grid-row-end: 14;
        text-align: center;
    }
    .banner img {
        height: 460px;
        object-fit: cover;
        object-position: -250px 0;
    }
    .banner .banner-content {
        top: 35%;
    }
    .banner .form {
        /* position: absolute; */
        /* bottom: 0px; */
        left: 0%;
        /* margin: 0px auto; */
        /* width: 80%; */
        /* transform: translateX(-50%) translateY(0) !important; */
    }
    .theme-btn2,
    .theme-btn {
        font-size: 17px;
        padding: 11px 0px;
        border-radius: 5px;
        width: 145px;
    }
    .banner .banner-content p {
        margin: 0px 0 10px;
    }
    .banner .form .top h5 {
        font-size: 20px;
    }
    .third-sec .process-div .item--1:before {
        right: -58px;
        top: 20px;
        width: 99px;
        height: 42px;
    }
    .third-sec .process-div .item--2:before {
        right: -58px;
        top: 20px;
        width: 99px;
        height: 42px;
    }
    .third-sec .process-div .item--3:before {
        display: none;
    }
    .third-sec .process-div .item--4:before {
        right: -118px;
        top: 70px;
        width: 99px;
        height: 42px;
    }
    .testimonial {
        padding: 0px 25px 0px;
        width: 100%;
    }
    .testimonial .d-flex img {
        height: 110px;
    }
    .fourth-sec {
        background-position: 52% 100%;
        padding: 35px 0;
    }
    .tab-center {
        text-align: center;
    }
    header {
        padding: 10px 0;
        text-align: center;
    }
    header a:not(.navibtn,
    .logo,
    .dropdown-menu a) {
        font-size: 14px !important;
        padding: 18px 0;
    }
    header ul.gap-30 {
        gap: 17px;
    }
    header .col-lg-9 {
        padding: 0;
    }
    .blog-p .first-sec {
        padding: 200px 0 80px;
    }
    .inr .first-sec .col-xl-7 {
        padding-left: 30px;
    }
    .inr .f-s-content {
        padding: 30px 60px 30px;
    }
    .inr .f-s-content::before {
        right: -17px;
        width: 90px;
    }
    .inr .f-s-content::after {
        bottom: -50px;
        left: -16px;
        width: 139px;
        height: 99px;
    }
    header .dropdown-menu {
        width: 170px;
    }
    .blog-p .first-sec {
        padding: 290px 0 80px;
    }

  
    
}

@media (max-width:991px) {
    .breaker-1 h1 {
        font-size: 30px;
    }
    .Best-Online li {
        padding: 0 10px;
    }
    .Best-Online{
        margin: 0;
    }
    footer .footer-nav2{
        margin-top: 30px !important;
    }
    .heading h6 {
        font-size: 22px;
    }
    .subject-div {
        padding: 30px 30px;
        width: 100%;
    }    
    .subject .row .col-lg-3{
        margin-top: 50px;
    }
    .subject .row .col-lg-3 .subj-img{
        width: 50%;
    }
    .fourth-sec {
        background: #ededed;
        margin-top: 0px;
        height: 650px;
    }
    .banner-content .container,.breaker-1 .container {
        max-width: 95%;
    }
    .banner .form {
        background: #fff;
        padding: 16px;
        margin: 0 0 0 70px;
    }
    .mob-none {
        display: none !important;
    }
    .mob-block {
        display: block !important;
    }
    .outsite-pic {
        left: 20px;
        right: 20px;
        top: 80px;
    }
    .service {
        width: 100%;
        margin: 20px auto;
    }
    .outsite-div {
        margin-left: 0;
    }
    .testimonial {
    margin: 0;
    }
    .service:after {
        right: -20px;
        top: -20px;
    }
    .expert{
        padding: 0px 0px 40px 0px;
    }
    .subject{
        padding: 40px 0px 40px 0px;
    }
    footer h4{
        font-size: 26px !important;
        margin-top: 20px;
    }
    .terms{
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    img.person-img {
        width: 60%;
    }
    .breaker-1 .breaker-row {
        width: 100%;
        margin: 0 auto;
    }
    .heading h6 {
        font-size: 18px;
    }
    .expert h3{
        font-size: 22px !important;
        margin-bottom: 30px;
    }
    .subject .row .col-lg-3 .subj-img {
        width: 70%;
    }
    .footer-nav2 li:before {
display: none;
    }
    .footer-nav2 li {
        width: 100%;
        margin: auto 0px 0px -40px;
    }
    .Best-Online li {
        width: 100%;
        margin: 10px 0px 0px -10px;
    }
    .service:after {
        right: 0px;
        top: -20px;
        width: 10%;
    }
    .service {
    min-height: 300px;
}
    .banner .form::before {
        right: 20px;
        top: -30px;
        width: 40px;
        height: 30px;
    }
    .banner .form::after {
        left: 40px;
        top: -30px;
        width: 40px;
        height: 30px;
    }
    .banner .banner-content h1 {
        margin: 0px 0 15px;
        font-size: 28px;
    }
    .banner img {
        height: 460px;
        object-fit: cover;
        object-position: -300px 0;
    }
    .banner .form {
    background: #fff;
    padding: 16px;
    margin: 0 0 0 30px;
}
.heading{
    margin-top: 30px;
}
.fourth-sec .heading{
    margin-top: 0px;
}

}
@media (max-width:610px) {
.logo img {
        /* transform: scale(1) translateX(0px); */
    }
    .pricing .tab-section2 .tab-content .content .mid .point {
        font-size: 25px;
    }
    .pricing .tab-section2 .tab-content .content .mid .amnt {
        font-size: 50px;
    }
    .pricing .tab-section2 .tab-content .content .mid .pr {
        font-size: 14px;
    }
    .pricing .tab-section2 .tab-content .content .mid .sign {
        font-size: 25px;
    }
    .pricing .tab-section2 .tab-content .content .mid .point {
        font-size: 27px;
    }
    .tab-section .tab-pane img {
        height: 358px;
        object-fit: cover;
        object-position: 60%;
        /* background: #000; */
    }
    .tab-section .category-tabs {
        background: #edf4f6;
        position: unset;
        right: 0;
        top: 0;
        border-radius: 0px 0 0 0px;
        box-shadow: 0 0 30px -5px #0001;
        z-index: 9;
    }
    .tab-section .category-tabs .nav-links.active {
        transform: scale(1) translateY(0px) translateX(0px);
    }
    header {
        padding: 10px 0;
    }
    .logo img {
        width: 50%;
    }
    .tab-section .category-tabs .nav-links {
        width: 138px;
        padding: 18px 2px 18px 10px;
        min-height: 100%;
    }
    .banner .form {
        position: absolute;
        bottom: -430px;
        left: 50%;
        margin: 0px auto;
        width: 70%;
        transform: translateX(-50%);
    }
    .banner img {
        height: 950px;
        object-fit: cover;
        object-position: 10% 0;
    }
    .banner .banner-content {
        top: 18%;
    }
    .first-sec p {
        margin-bottom: 20px;
    }
    .second-sec .content p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .heading p.fs_18 {
        font-size: 18px;
    }
    .heading h4 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .heading h6 {
        font-size: 16px;
        margin: 0 0 5px;
    }
    .heading h6 {
        font-size: 16px;
    }
    .second-sec .col-xl-5 {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 0 0 80% 0;
    }
    .heading h4 br {
        display: none;
    }
    .container-c {
        margin: 0 15px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(48, 4.6vw);
        grid-template-columns: repeat(7, 1fr);
    }
    .third-sec .process-div .item--1 {
        grid-column-start: 2;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 9;
        text-align: center;
    }
    .third-sec .process-div .item--2 {
        grid-column-start: 2;
        grid-column-end: 7;
        grid-row-start: 11;
        grid-row-end: 19;
        text-align: center;
    }
    .third-sec .process-div .item--3 {
        grid-column-start: 2;
        grid-column-end: 7;
        grid-row-start: 21;
        grid-row-end: 29;
        text-align: center;
    }
    .third-sec .process-div .item--4 {
        grid-column-start: 2;
        grid-column-end: 7;
        grid-row-start: 31;
        grid-row-end: 39;
        text-align: center;
    }
    .third-sec .process-div .item--5 {
        grid-column-start: 2;
        grid-column-end: 7;
        grid-row-start: 41;
        grid-row-end: 49;
        text-align: center;
    }
    .third-sec .item p {
        font-size: 18px;
    }
    .third-sec .item h6 {
        font-size: 20px;
        margin-top: 10px;
    }
    .third-sec .item img {
        transform: scale(1);
    }
    .third-sec .process-div .item--3:before {
        display: block;
    }
    .third-sec .process-div .item--1:before,
    .third-sec .process-div .item--3:before,
    .third-sec .process-div .item--2:before,
    .third-sec .process-div .item--4:before {
        background: url(../img/arrow-mob.png) no-repeat;
        background-size: contain;
        left: 54%;
        right: 0;
        top: 100%;
        width: 19px;
        height: 50px;
        transform: translateX(-50%) rotateX(0deg) translateY(50%);
    }

    .copyright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .copyright .d-flex {
        margin-top: 10px;
    }
    .container-v {
        margin: 0px 20px;
    }
    .second-sec {
        background: url(../img/second-bgmob.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 0;
    }
    .second-sec::before {
        content: '';
        position: absolute;
        right: 5px;
        bottom: 0;
        width: 209px;
        height: 253px;
        background: url(../img/mob-girl-s.png) no-repeat;
        background-size: contain;
    }
    .name.fs_16 {
        font-size: 14px;
    }
    /* .owl-controls {
        bottom: -26px;
    } */
    .inr .f-s-content {
        padding: 25px;
    }
    .inr .f-s-content::before {
        right: -7px;
        width: 50px;
        top: -42px;
        height: 85px;
    }
    .inr .f-s-content::after {
        bottom: -20px;
        left: -7px;
        width: 79px;
        height: 49px;
    }
    .heading p.fs_18 br {
        display: none;
    }
    .price-calculator .heading p {
        margin-bottom: 30px;
    }
    .inr .first-sec .col-xl-7 {
        padding-left: 12px;
    }
    .banner .form::before {
        right: 40px;
        top: -40px;
        width: 80px;
        height: 40px;
    }
    .banner .form::after {
        left: 100px;
        top: -40px;
        width: 80px;
        height: 40px;
    }
}

@media (max-width:575px) {
    .banner img {
        height: 850px;
    }
    .outsite-pic {
    left: 20px;
    right: 20px;
    top: 150px;
}
    .banner .banner-content {
        top: 15%;
    }
    .service:after {
        right: -10px;
        top: -20px;
        width: 15%;
    }
    .fourth-sec {
        background: #ededed;
        margin-top: 0px;
        height: 650px;
    }
    .subject p {
        font-size: 16px;
    }
    .subject p br{
        display: none;
    }
    .Main-ul li {
    position: relative;
    color: #fff;
    font-size: 17px;
}

}
@media (max-width:460px) {
    
    .profile-name h5 {
        font-size: 20px;
        margin-top: 5px;
    }
}
@media (max-width:420px) {
    img.person-img {
        width: 100%;
    }
    .subject-div {
        padding: 10px;
        width: 100%;
    }
    .fourth-sec {
        height: 650px;
    }   
    .heading h4 {
        font-size: 26px;
        margin: 0 0 10px;
    }
}
@media (max-width:414px) {
    .tab-section .category-tabs .nav-links {
        width: 137px;
    }
    .services-div .outsite-div li {
        font-size: 17px;
    }
    .submission-div .outsite-div li {
        font-size: 17px;
    }
}

@media (max-width:375px) {
    .banner img {
        height: 900px;
    }
    .second-sec::before {
        width: 180px;
        height: 218px;
    }
    .tab-section .category-tabs .nav-links {
        width: 125px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(48, 5vw);
    }
    .fourth-sec {
        height: 700px;
    }
}

@media (max-width:360px) {
    .tab-section .category-tabs .nav-links {
        width: 120px;
        padding: 15px 4px 15px 12px;
    }
    .second-sec::before {
        width: 169px;
        height: 205px;
        image-rendering: pixelated;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(48, 5.3vw);
    }
}

@media (max-width:320px) {
    .banner .banner-content h1 {
        font-size: 32px;
    }
    .banner .form {
        bottom: -430px;
    }
    .inr .banner .form {
        bottom: -385px;
    }
    .banner .form::before {
        right: 4px;
    }
    .banner .form .top h5 {
        font-size: 16px;
    }
    .tab-section .category-tabs .nav-links {
        width: 106px;
    }
    .second-sec::before {
        width: 130px;
        height: 159px;
        image-rendering: pixelated;
    }
    .heading h4 {
        font-size: 23px;
        margin: 0 0 10px;
    }
    .theme-btn2,
    .theme-btn {
        font-size: 15px;
        width: 125px;
    }
    .third-sec .process-div {
        grid-template-rows: repeat(48, 6.6vw);
    }
    .third-sec .item p {
        font-size: 16px;
    }
    .copyright p {
        font-size: 12px;
    }
    .copyright a {
        font-size: 14px;
    }
    footer ul.fs_16 {
        font-size: 14px;
    }
    footer .data p {
        font-size: 14px;
        margin: 5px 0;
    }
    footer .data h6 {
        font-size: 18px;
    }
    .testimonial {
        padding: 17px 15px 0px;
    }
    .testimonial .d-flex img {
        height: 90px;
    }
    .name.fs_16 {
        font-size: 12px;
    }
    .heading h6 {
        font-size: 14px;
    }
    .heading p.fs_18 {
        font-size: 16px;
    }
}
.save50{
    position: absolute;
    top: -23px;
    background: #da7601 ;
    width: 50%;
    text-align: center;
    padding: 2px 0px;
    color: balck;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.topHeader  p{
    color: white !important;
    font-size: 15px !important;
    line-height: 1.6;
}
.topHeader  img{
    width: 12px;
}   