@media only screen and (min-width: 2050px) {
    .prt-pricingbox-style1 .featured-pricing-content {
        min-width: 12.5vw;
    }
}
@media only screen and (min-width: 1801px) {
    /* Bg-Layer */
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -310px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -310px;
    }
}
@media only screen and (max-width: 1800px) and (min-width: 1601px) {
    /* Bg-Layer */
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -260px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -260px;
    }

    .prt-single-image-overlay.prt-blog-overlay {
        top: -27%;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1401px) {
    /* Bg-Layer */
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -150px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -150px;
    }
    .hero-overlay-box {
        right: 0;
    }
    .prt-single-image-overlay {
        top: -14%;
    }
}

@media only screen and (max-width: 1550px) {
    .prt-header-style-01 .site-header-menu {
        padding: 0 !important;
    }
    .hero-section .hero-overlay-box {
        right: -10%;
    }
    .hero-section .hero-slide.slide-2 .hero-overlay-box {
        right: 0;
    }
}
@media only screen and (max-width: 1400px) {
    .prt-header-style-01 .header_extra .contact_item.with-icon,
	/* .prt-header-style-01 .contact_item-link{ display: none; } */
	.prt-header-style-01 {
        padding: 0 !important;
    }
    .prt-header-style-01 nav.main-menu ul {
        padding: 0 0 0 30px;
    }

    .main-box {
        min-height: auto;
    }
    /*banner*/
    .hero-section .hero-slide.slide-1 .hero-content h2.title span,
    .hero-section .hero-slide.slide-2 .hero-content h2.title {
        font-size: 140px;
        line-height: 140px;
    }
    .hero-section .hero-overlay-box {
        right: -7%;
    }
    .hero-section .hero-slide.slide-2 .hero-overlay-box {
        right: 30px;
    }
    .hero-section .hero-slide.slide-1 .hero-slider_btn {
        padding-left: 260px;
    }

    .prt-single-image-overlay {
        top: -14%;
    }
    .spacing-2 {
        padding: 96px 50px 68px 50px;
    }
    .accordion.style1 {
        min-height: auto;
    }
    .prt-page-title-row.style2 .prt-page-title-row-heading {
        padding-right: 0px;
    }
    .team-details-form-block {
        padding: 68px 65px 80px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1171px) {
    /* Bg-Layer */
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -200px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -200px;
    }
}

@media (max-width: 1330px) {
    body .page.sticky-column {
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .prt-row .prt-sticky-column > div {
        position: sticky;
        position: -webkit-sticky;
        top: 30px;
    }
    /* header */
    .fixed-header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu {
        padding: 0;
        box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li {
        position: relative;
        list-style: none;
        margin: 0 0;
        padding: 0;
        opacity: 0;
        border-bottom: 1px solid transparent;
        visibility: hidden;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
        transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li:last-child {
        border-bottom: 0;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a {
        padding: 15px 15px;
        border: 0;
        display: inline-block;
        position: relative;
        transition: all 0.2s ease-in-out;
        color: #0e2207;
        text-transform: capitalize;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover a,
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active a {
        color: var(--base-dark);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #site-header-menu .site-navigation ul.menu li:hover > ul.mega-submenu > li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    /* prt-header-style 01*/
    .prt-header-style-01 {
        position: relative;
        left: 0;
        right: 0;
        z-index: 3;
    }
    .prt-header-style-01 {
        background-color: var(--base-white);
    }
    /* .prt-header-style-01 .site-header-menu{ padding: 0 65px 0 65px; } */
    .prt-header-style-01 nav.main-menu ul.menu > li > a {
        margin: 0px 3px 0 3px;
        padding: 10px 15px;
    }
    .prt-header-style-01 nav.main-menu ul.menu > li > a {
        color: #ffffff;
        /* height: 76px;
	    line-height: 76px; */
    }
}
@media all and (max-width: 992px) {
    .res-1199-ml-0 {
        margin-left: 0 !important;
    }
    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-1199-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-1199-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-1199-ml-10 {
        margin-left: 10px !important;
    }
    .res-1199-ml-15 {
        margin-left: 15px !important;
    }
    .res-1199-ml-20 {
        margin-left: 20px !important;
    }

    .res-1199-ml_15 {
        margin-left: -15px !important;
    }
    .res-1199-mr_15 {
        margin-right: -15px !important;
    }

    .res-1199-mr-10 {
        margin-right: 10px !important;
    }
    .res-1199-mr-15 {
        margin-right: 15px !important;
    }
    .res-1199-mr-20 {
        margin-right: 20px !important;
    }

    .res-1199-pr-0 {
        padding-right: 0 !important;
    }
    .res-1199-pl-0 {
        padding-left: 0 !important;
    }
    .res-1199-pb-0 {
        padding-bottom: 0 !important;
    }

    .res-1199-pt-0 {
        padding-top: 0 !important;
    }
    .res-1199-pt-15 {
        padding-top: 15px !important;
    }
    .res-1199-pt-30 {
        padding-top: 30px !important;
    }
    .res-1199-pt-40 {
        padding-top: 40px !important;
    }
    .res-1199-pt-50 {
        padding-top: 50px !important;
    }

    .res-1199-pl-15 {
        padding-left: 15px;
    }
    .res-1199-pr-15 {
        padding-right: 15px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }
    .res-1199-mt-10 {
        margin-top: 10px !important;
    }
    .res-1199-mt-20 {
        margin-top: 20px !important;
    }
    .res-1199-mt-15 {
        margin-top: 15px !important;
    }
    .res-1199-mt-30 {
        margin-top: 30px !important;
    }
    .res-1199-mt-40 {
        margin-top: 40px !important;
    }
    .res-1199-mt-50 {
        margin-top: 50px !important;
    }

    .res-1199-order-2 {
        order: 2;
    }
    .res-1199-align-center {
        align-items: center;
    }

    .row.prt-boxes-spacing-25px,
    .prt-boxes-spacing-25px {
        margin: 0 -15px !important;
    }
    .row.prt-boxes-spacing-25px .prt-box-col-wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    /* Bg-Layer */
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -310px;
    }

    .row-equal-height > [class*="col-lg"],
    .prt-equal-height-image,
    .featured-imagebox img,
    [class*="col-lg"] .prt-equal-height-image {
        display: flex;
        text-align: center;
        margin: 0 auto;
    }
    [class*="col-lg"] .prt-equal-height-image {
        display: none;
    }
    [class*="col-lg"] .prt-equal-height-image.prt-list-img {
        display: none;
    }

    .header_extra,
    .header_btn,
    .header_cta,
    .side-menu {
        display: none !important;
    }

    .prt-header-style-01 .site-branding h1 {
        padding: 4px 0 4px;
    }
    .prt-header-style-01 .headermain-block.d-flex.align-items-center.justify-content-between {
        display: block !important;
    }
    nav.main-menu ul {
        padding: 0;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }
    nav.main-menu ul.menu li ul.mega-submenu li.active > a {
        color: var(--base-skin);
    }

    /* logo */
    .site-branding {
        padding: 4px 0 10px;
    }

    .prt-header-style-01 .site-header-menu-inner.prt-stickable-header {
        position: relative;
        left: 0;
        right: 0;
        background-color: var(--base-white);
        z-index: 2;
    }
    .prt-header-style-01 .header_extra ul.social-icons {
        display: none;
    }
    .prt-header-style-01 .site-branding #logo-img {
        max-width: 220px;
    }
    .prt-header-style-01 .site-header-menu .d-flex.align-items-center {
        display: block;
    }
    #site-header-menu .site-navigation ul.menu > li > a:before,
    #site-header-menu .site-navigation ul.menu > li.active > a:before {
        display: none;
    }
    .prt-header-style-01 nav.main-menu ul {
        padding: 0;
    }
    .prt-header-style-01 .top_bar {
        display: none;
    }

    /* prt-bg-layer */
    .bg-layer > .container > .row > [class*="col-lg"] {
        padding: 0;
    }
    [class*="col-xl"] .prt_single_image-wrapper {
        text-align: center;
    }

    .prt-row .container,
    .prt-row .container-fluid,
    .prt-page-title-row .container,
    footer .container {
        max-width: 100%;
    }
    .prt-row .container,
    footer .container,
    .sidebar .container {
        padding: 0;
    }
    .prt-row .container > .row,
    .prt-page-title-row .container > .row,
    footer .container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .widget-title-h3 {
        min-width: 30%;
    }
    .prt-vertical_sep > [class*="col-xl"]:not(:last-child):before {
        content: unset;
    }
    .section-title h2 br {
        display: none;
    }

    /*banner*/
    .hero-section .hero-slide.slide-1 .hero-content,
    .hero-section .hero-slide.slide-2 .hero-content-block {
        padding-left: 0;
    }
    .hero-section .hero-content h2.title span {
        font-size: 135px;
        line-height: 135px;
    }
    .hero-section .hero-overlay-box {
        right: 15px;
        bottom: -52%;
    }
    .hero-section .hero-slide.slide-2 .hero-overlay-box {
        right: 15px;
        bottom: -56%;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title span,
    .hero-section .hero-slide.slide-2 .hero-content h2.title {
        font-size: 130px;
        line-height: 130px;
        padding-left: 0;
    }
    .hero-section .hero-overlay-box {
        right: 15px;
        bottom: -51%;
    }
    .hero-section .hero-slide.slide-1 .hero-slider_btn {
        padding: 30px 0 0 0;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title {
        padding-left: 0;
    }

    /*footer*/
    .footer-widget-box.prt-pr,
    .footer-widget-box.prt-pl {
        padding: 0;
    }
    .footer-widget-box .footer-img {
        margin: 0 0;
    }

    .prt-single-image-overlay {
        left: -176px;
    }
    .prt-cta-mainblock {
        display: block;
        text-align: center;
    }
    .featured-content-box.style1:before {
        display: none;
    }
    .testimonials-nav .testimonial-avatar-main {
        padding: 30px 45px 26px;
    }
    .prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active,
    .prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper {
        max-width: 100%;
    }
    .prt-pricingbox-style1 .featured-pricing-content {
        min-width: 100%;
    }
    form.wrap-form.message_form .d-flex {
        display: block !important;
    }
    .message-form-item {
        display: block;
    }
    .client-box-main {
        margin: 30px 0 0 0;
    }

    .wrap-form.message_form span.text-input input,
    .wrap-form.message_form span.text-input textarea,
    .wrap-form.message_form span.text-input select {
        flex-shrink: 1;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar .container > .row {
        margin: 0 -15px;
    }
    .sidebar .sidebar-right,
    .sidebar .sidebar-left {
        flex: 33.5%;
        max-width: 33.5%;
        padding: 0 15px;
    }
    .sidebar .content-area {
        flex: 66.5%;
        max-width: 66.5%;
        padding: 0 15px;
    }
    .prt-tabs.prt-tab-style-classic ul.tabs {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: 0;
    }
    .row-equal-height > [class*="col-lg"],
    .prt-equal-height-image,
    .featured-imagebox img,
    [class*="col-lg"] .prt-equal-height-image {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    [class*="col-lg"] .prt-equal-height-image {
        display: block;
    }
    [class*="col-lg"] .prt-equal-height-image.prt-list-img {
        display: block;
    }

    .section-title h2.title br {
        display: none;
    }
    .section-title h2.title {
        font-size: 40px;
        line-height: 50px;
    }
    .section-title.title-style-center_text .title-desc p {
        width: 75%;
    }

    .page-title-heading h2,
    .prt-page-title-row.style1 .page-title-heading h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .prt-page-title-row.style2 .page-title-heading h2,
    .prt-page-title-row.style4 .page-title-heading h2 {
        font-size: 44px;
        line-height: 54px;
    }
    .prt-page-title-row.style2 .prt-page-title-row-inner {
        padding: 51px 0 60px;
    }
    .prt-page-title-row.style3 .prt-page-title-row-inner {
        min-height: 300px;
    }
    .prt-page-title-row.style4 .prt-page-title-row-inner {
        padding: 60px 0 60px;
    }

    /* prt-bg-layer */
    [class*="col-lg"] .prt-col-bgimage-yes,
    .bg-layer-equal-height [class*="col-lg"] .prt-col-bgcolor-yes {
        height: auto;
    }
    .bg-layer > .container > .row > [class*="col-lg"] {
        padding: 0;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 18px;
        line-height: 28px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
    h5 {
        font-size: 19px;
        line-height: 22px;
    }
    h6 {
        font-size: 17px;
        line-height: 20px;
    }

    .prt-service-single-content-area div:not(.featured-title) > h3,
    .prt-blog-single .prt-blog-single-content h2.entry-title,
    .prt-case-single-content div:not(.featured-title) > h3,
    .prt-case-single-content-area h3,
    .process-content h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 18px;
    }

    /* prt-row */
    body .page.prt-sidebar-true .site-main,
    .prt-row {
        padding: 60px 0 !important;
    }
    .prt-row.padding_bottom_zero-section {
        padding: 60px 0 0 !important;
    }
    .prt-row.padding_zero-section {
        padding: 0 0 !important;
    }
    .prt-row.padding_top_zero-section {
        padding: 0 0 60px !important;
    }
    .prt-row.grid-section {
        padding: 45px 0 !important;
    }
    .prt-row.client-section {
        padding: 45px 0 45px !important;
    }
    .prt-row.about-section {
        padding: 33px 0 35px !important;
    }
    .prt-row.service-section {
        padding: 0 0 45px !important;
    }
    .prt-row.service-section01 {
        padding: 45px 0 26px !important;
    }
    .prt-row.product-section {
        padding: 45px 0 60px !important;
    }
    .prt-row.info-section {
        padding: 20px 0 20px !important;
    }
    .prt-row.blog-section {
        padding: 60px 0 23px !important;
    }
    .prt-row.cta-section01 {
        padding: 25px 0 !important;
    }
    .prt-row.team-section {
        padding: 45px 0 !important;
    }
    .prt-row.team-section01 {
        padding: 45px 0 60px !important;
    }
    .prt-row.faq-section {
        padding: 0 0 60px !important;
    }
    .prt-row.appointment-section01 {
        padding: 60px 0 40px !important;
    }
    .prt-row.testimonials-section {
        padding: 60px 0 70px !important;
    }
    .prt-row.contact-section {
        padding: 60px 0 0 !important;
    }
    .prt-row.contact-section01 {
        padding: 40px 0 56px !important;
    }
    .prt-row.service-section02 {
        padding: 45px 0 !important;
    }
    .prt-row.pricing-plan-section {
        padding: 0 0 45px !important;
    }
    .prt-row.teamdetails-form-section {
        padding: 50px 0 60px !important;
    }
    .prt-row.blog-details-section {
        padding: 55px 0 60px !important;
    }

    /* spacing */

    .spacing-2 {
        padding: 58px 50px 30px 50px;
    }
    .spacing-3 {
        margin-top: 0;
        padding: 250px 15px;
    }
    .spacing-5 {
        margin-top: 0;
    }
    .spacing-4 {
        padding: 0 0 40px;
    }

    .res-991-p-0 {
        padding: 0px !important;
    }
    .res-991-p-15 {
        padding: 15px !important;
    }
    .res-991-p-30 {
        padding: 30px !important;
    }
    .res-991-p-40 {
        padding: 40px !important;
    }

    .res-991-pt-0 {
        padding-top: 0 !important;
    }
    .res-991-pt-5 {
        padding-top: 5px !important;
    }
    .res-991-pt-10 {
        padding-top: 10px !important;
    }
    .res-991-pt-15 {
        padding-top: 15px !important;
    }
    .res-991-pt-20 {
        padding-top: 20px !important;
    }
    .res-991-pt-30 {
        padding-top: 30px !important;
    }
    .res-991-pt-40 {
        padding-top: 40px !important;
    }
    .res-991-pt-50 {
        padding-top: 50px !important;
    }

    .res-991-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-991-pb-5 {
        padding-bottom: 5px !important;
    }
    .res-991-pb-15 {
        padding-bottom: 15px !important;
    }
    .res-991-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-991-pr-0 {
        padding-right: 0 !important;
    }
    .res-991-pr-15 {
        padding-right: 15px !important;
    }
    .res-991-pr-30 {
        padding-right: 30px !important;
    }
    .res-991-pr-50 {
        padding-right: 50px !important;
    }

    .res-991-pl-0 {
        padding-left: 0 !important;
    }
    .res-991-pl-15 {
        padding-left: 15px !important;
    }
    .res-991-pl-30 {
        padding-left: 30px !important;
    }
    .res-991-pl-50 {
        padding-left: 50px !important;
    }

    .res-991-m-0 {
        margin: 0px !important;
    }
    .res-991-mt-0 {
        margin-top: 0 !important;
    }
    .res-991-mt-10 {
        margin-top: 10px !important;
    }
    .res-991-mt-15 {
        margin-top: 15px !important;
    }
    .res-991-mt-20 {
        margin-top: 20px !important;
    }
    .res-991-mt-30 {
        margin-top: 30px !important;
    }
    .res-991-mt-40 {
        margin-top: 40px !important;
    }
    .res-991-mt-50 {
        margin-top: 50px !important;
    }
    .res-991-mt-80 {
        margin-top: 80px !important;
    }

    .res-991-mt_15 {
        margin-top: -15px !important;
    }
    .res-991-mt_20 {
        margin-top: -20px !important;
    }
    .res-991-mt_30 {
        margin-top: -30px !important;
    }
    .res-991-mt_40 {
        margin-top: -40px !important;
    }
    .res-991-mt_50 {
        margin-top: -50px !important;
    }

    .res-991-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-991-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-991-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-991-mb-20 {
        margin-bottom: 20px !important;
    }
    .res-991-mb-25 {
        margin-bottom: 25px !important;
    }
    .res-991-mb-30 {
        margin-bottom: 30px !important;
    }
    .res-991-mb-35 {
        margin-bottom: 35px !important;
    }
    .res-991-mb-40 {
        margin-bottom: 40px !important;
    }

    .res-991-mb_15 {
        margin-bottom: -15px !important;
    }
    .res-991-mb_20 {
        margin-bottom: -20px !important;
    }
    .res-991-mb_25 {
        margin-bottom: -25px !important;
    }
    .res-991-mb_30 {
        margin-bottom: -30px !important;
    }
    .res-991-mb_40 {
        margin-bottom: -40px !important;
    }
    .res-991-mb_50 {
        margin-bottom: -50px !important;
    }

    .res-991-ml-0 {
        margin-left: 0 !important;
    }
    .res-991-ml-15 {
        margin-left: 15px !important;
    }
    .res-991-ml-20 {
        margin-left: 20px !important;
    }
    .res-991-ml-30 {
        margin-left: 30px !important;
    }
    .res-991-ml-40 {
        margin-left: 40px !important;
    }
    .res-991-ml-50 {
        margin-left: 50px !important;
    }

    .res-991-ml_15 {
        margin-left: -15px !important;
    }
    .res-991-ml_30 {
        margin-left: -30px !important;
    }
    .res-991-ml_50 {
        margin-left: -50px !important;
    }

    .res-991-mr-0 {
        margin-right: 0 !important;
    }
    .res-991-mr-15 {
        margin-right: 15px !important;
    }
    .res-991-mr-20 {
        margin-right: 20px !important;
    }
    .res-991-mr-30 {
        margin-right: 30px !important;
    }
    .res-991-mr-40 {
        margin-right: 40px !important;
    }
    .res-991-mr-50 {
        margin-right: 50px !important;
    }

    .res-991-mr_15 {
        margin-right: -15px !important;
    }
    .res-991-mr_30 {
        margin-right: -30px !important;
    }
    .res-991-mr_50 {
        margin-right: -50px !important;
    }

    .prt-vertical_sep > [class*="col-lg"]:not(:last-child):before {
        content: unset;
    }
    .d-lg-flex .border-end,
    .d-md-flex .border-start {
        border: 0 !important;
    }

    /* footer */
    .second-footer {
        padding: 50px 0 20px;
    }
    .footer-widget-box.prt-pl {
        margin-top: 30px;
    }
    .footer-widget-box .social-icons,
    .newsletter-form-main {
        margin-top: 15px;
    }
    .copyright {
        margin: 20px 0 0;
    }
    ul.prt-list.footer-cta-list li {
        padding: 3px 0;
    }

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

    /* sidebar */
    .sidebar .sidebar-right {
        padding-top: 50px !important;
        order: 1;
        width: 100%;
    }
    .sidebar .sidebar-left {
        padding-top: 50px !important;
        order: 1;
        width: 100%;
    }

    /*banner*/
    .hero-section .hero-slide.slide-1 .hero-content .pretitle h3,
    .hero-section .hero-slide.slide-2 .hero-content .pretitle h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title span,
    .hero-section .hero-slide.slide-2 .hero-content h2.title {
        font-size: 100px;
        line-height: 100px;
        padding-left: 0;
    }
    .hero-section .hero-slide.slide-1 .hero-slider_btn {
        padding: 0px 0 0 0;
    }
    .hero-section .hero-slide.slide-2 .hero-overlay-box {
        bottom: -88%;
    }
    .hero-section .hero-overlay-box {
        bottom: -88%;
    }
    .hero-section .prt-hero-link {
        display: none;
    }

    .prt-single-image-overlay {
        display: none;
    }
    .section-title h2.cta-title {
        font-size: 90px;
        line-height: 100px;
    }
    .section-title h3.cta-titlepre {
        font-size: 38px;
        line-height: 48px;
    }
    .prt-post-mt {
        margin-top: 0;
    }
    .featured-imagebox-post.style1 .featured-thumbnail img {
        height: 300px;
        object-fit: cover;
    }
    .featured-image-box .featured-content {
        padding: 35px 40px 25px;
    }
    .prt-quotes-block {
        bottom: unset;
        top: -65px;
    }
    .featured-content-box.style1 {
        margin: 15px 0 !important;
        padding: 0 !important;
    }
    .featured-content-box.style1 .featured-content {
        max-width: 100%;
    }
    .prt-contactblock {
        padding: 60px 50px 70px;
    }
    .team-details-content {
        padding: 50px 50px 40px;
    }
    .team-details-form-block h3 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 35px;
    }
    .team-details-form-block {
        padding: 38px 50px 50px;
    }
}

@media (max-width: 767px) {
    .res-767-mr-0 {
        margin-right: 0px !important;
    }
    .res-767-mr-15 {
        margin-right: 15px !important;
    }
    .res-767-mr_15 {
        margin-right: -15px !important;
    }

    .res-767-ml-0 {
        margin-left: 0px !important;
    }
    .res-767-mb-0 {
        margin-bottom: 0px !important;
    }
    .res-767-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-767-mb-35 {
        margin-bottom: 35px !important;
    }

    .res-767-mt-0 {
        margin-top: 0px !important;
    }
    .res-767-mt-10 {
        margin-top: 10px !important;
    }
    .res-767-mt-15 {
        margin-top: 15px !important;
    }
    .res-767-mt-20 {
        margin-top: 20px !important;
    }
    .res-767-mt-25 {
        margin-top: 25px !important;
    }
    .res-767-mt-30 {
        margin-top: 30px !important;
    }
    .res-767-mt-40 {
        margin-top: 40px !important;
    }

    .res-767-pt-0 {
        padding-top: 0 !important;
    }
    .res-767-pt-10 {
        padding-top: 10px !important;
    }
    .res-767-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-767-pl-0 {
        padding-left: 0 !important;
    }
    .res-767-pl-15 {
        padding-left: 15px !important;
    }
    .res-767-pr-0 {
        padding-right: 0 !important;
    }
    .res-767-pr-15 {
        padding-right: 15px !important;
    }

    .res-767-pt-15 {
        padding-top: 15px !important;
    }
    .res-767-pt-20 {
        padding-top: 20px !important;
    }
    .res-767-pt-30 {
        padding-top: 30px !important;
    }
    .res-767-pt-40 {
        padding-top: 40px !important;
    }
    .res-767-pt-50 {
        padding-top: 50px !important;
    }

    .res-767-pb-15 {
        padding-bottom: 15px !important;
    }
    .res-767-pb-20 {
        padding-bottom: 20px !important;
    }
    .res-767-pb-30 {
        padding-bottom: 30px !important;
    }
    .res-767-pb-40 {
        padding-bottom: 40px !important;
    }
    .res-767-pb-50 {
        padding-bottom: 50px !important;
    }

    [class*="col-md"] .prt-equal-height-image {
        text-align: center;
        margin: 0 auto;
    }
    [class*="col-md"] .prt-equal-height-image {
        display: block;
    }

    .comments-area .comment-form .comment-form-author,
    .comments-area .comment-form .comment-form-email,
    .comments-area .comment-form .comment-form-website {
        width: 100%;
        margin-right: 0;
    }
    .order-sm {
        order: 1;
    }
    .d-md-flex .border-end,
    .d-md-flex .border-start {
        border: 0 !important;
    }

    .wrap-form.message_form span.text-input {
        display: block;
    }
    .wrap-form.message_form span.text-input input,
    .wrap-form.message_form span.text-input textarea,
    .wrap-form.message_form span.text-input select {
        min-width: 100%;
        margin: 0px;
        text-align: left;
        padding: 10px 15px 10px 0px;
    }

    .comments-area_1 .comment-form_1 .comment-form-author,
    .comments-area_1 .comment-form_1 .comment-form-email,
    .comments-area_1 .comment-form_1 .comment-form-web {
        width: 100%;
        margin-right: 0;
    }

    /* prt-bg-layer */
    [class*="col-md"] .prt-col-bgimage-yes,
    .bg-layer-equal-height [class*="col-md"] .prt-col-bgcolor-yes {
        height: auto !important;
    }

    .section-title.title-style-center_text .title-desc p {
        width: 100%;
    }
    .section-title h2.cta-title {
        font-size: 80px;
        line-height: 90px;
    }
    /*footer*/
    .footer-widget-box .footer-img {
        margin: 20px 0 0;
    }

    /* Page-Title */
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0;
        background: transparent;
    }
    575.title-box .page-title-heading h1 {
        font-size: 38px;
        line-height: 41px;
    }

    /*banner*/
    .hero-section .hero-slide.slide-1 .hero-content,
    .hero-section .hero-slide.slide-2 .hero-content-block {
        margin-top: -60px;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title {
        font-size: 50px;
        line-height: 60px;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title span,
    .hero-section .hero-slide.slide-2 .hero-content h2.title {
        font-size: 80px;
        line-height: 80px;
    }
    .hero-section .hero-overlay-box {
        bottom: -157%;
    }
    .hero-section .hero-slide.slide-2 .hero-overlay-box {
        bottom: -157%;
    }

    .featured-imagebox-product.style1 .featured-title h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .prt-product-text {
        margin: 25px 0px 0;
    }
    .prt-appointment-block {
        padding: 30px 30px 50px;
    }
    .prt-info-main-block {
        display: block;
    }
    .prt-cta-title {
        padding: 0;
        margin: 0;
    }
    .prt-cta-title:before {
        display: none;
    }
    .prt-cta-mainblock .d-flex.align-items-center.justify-content-center {
        display: block !important;
    }
    .prt-cta-call p {
        margin-bottom: 15px;
    }
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -30px;
    }
    .prt-contactblock {
        padding: 30px 30px 40px;
    }
    .featured-icon-box.style4 {
        padding: 25px 0 25px !important;
        border-top: 1px solid rgba(0 65 73 / 0.1) !important;
    }
    .featured-icon-box.style4.border-left {
        border-left: 0 !important;
    }
    .prt-featured-block .row > [class|="col"]:nth-child(1) > .featured-icon-box.style4 {
        border-top: 0 !important;
        padding-top: 0px !important;
    }
    .prt-featured-block .row > [class|="col"]:last-child > .featured-icon-box.style4 {
        padding-bottom: 0px !important;
    }
    .prt_contact_widget_wrapper .d-flex.align-items-center {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .logoname .hindi-name {   
    font-size: 17px!important;    
     }
    .logoname .eng-name {
    font-size: 17px!important;   
     }
    .footer .footer-menu ul {
     padding-left:0px
     }
    .logo {
    display: flex;
    flex-wrap: nowrap!important;
    padding:0px!important;
    }
    .logo-colm {
     width: 90px!important;
    padding: 0 10px 0 0!important;
     }
    .prt-row.about-section {
        padding: 60px 0 35px !important;
    }

    .d-sm-flex .border-end,
    .d-md-flex .border-start {
        border: 0 !important;
    }
    .float-end-sm {
        float: left !important;
    }
    .second-footer .widget-area:nth-child(2) {
        margin-top: 0;
    }

    .res-575-mt-0 {
        margin-top: 0px !important;
    }
    .res-575-mt-10 {
        margin-top: 10px !important;
    }
    .res-575-mt-15 {
        margin-top: 15px !important;
    }
    .res-575-mt-20 {
        margin-top: 20px !important;
    }
    .res-575-mt-30 {
        margin-top: 30px !important;
    }

    .res-575-mb-0 {
        margin-bottom: 0px !important;
    }
    .res-575-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-575-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-575-mb-20 {
        margin-bottom: 20px !important;
    }
    .res-575-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-575-ml-0 {
        margin-left: 0 !important;
    }
    .res-575-mr-0 {
        margin-right: 0 !important;
    }

    .res-575-p-0 {
        padding: 0 !important;
    }
    .res-575-pt-30 {
        padding-top: 30px !important;
    }
    .res-575-pl-0 {
        padding-left: 0 !important;
    }
    .res-575-pl-15 {
        padding-left: 15px !important;
    }
    .res-575-pr-0 {
        padding-right: 0 !important;
    }
    .res-575-pr-15 {
        padding-right: 15px !important;
    }
    .res-575-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-575-pb-40 {
        padding-bottom: 40px !important;
    }
    .res-575-pt-0 {
        padding-top: 0 !important;
    }

    .d-sm-flex.prt-vertical_sep > [class*="col"]:not(:last-child):before {
        content: unset;
    }
    .prt_single_image-wrapper.text-start.flex-grow-0.flex-shrink-0.flex-basis-auto img {
        width: 100%;
    }

    .widget-banner h3.fs-24 {
        font-size: 19px !important;
    }

    .prt-vertical_sep > [class*="col-sm-6"]:not(:last-child):before {
        content: unset;
    }

    .border-left,
    .border-right,
    .border-bottom,
    .border-top {
        border: 0px !important;
    }
    .row.prt-vertical_sep > [class*="col-"]:not(:last-child):before {
        content: unset;
    }

    .section-title h2.title {
        font-size: 30px;
        line-height: 40px;
    }
    .prt-team-member-single-content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .page-title-heading h2,
    .prt-page-title-row.style1 .page-title-heading h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .prt-page-title-row.style2 .page-title-heading h2,
    .prt-page-title-row.style4 .page-title-heading h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .prt-page-title-row.style2 .page-title-heading h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    /*banner*/
    .hero-section,
    .hero-section .hero-slide {
        min-height: 460px;
    }
    .hero-section .hero-slide.slide-1 .hero-content,
    .hero-section .hero-slide.slide-2 .hero-content-block {
        margin-top: 0;
    }
    .hero-section .hero-slide.slide-2 .hero-overlay-box,
    .hero-section .hero-overlay-box {
        display: none;
    }
    .hero-section .hero-slider.prt-slider .slick-list {
        padding-bottom: 0;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title span {
        font-size: 70px;
        line-height: 70px;
    }

    .section-title h2.cta-title {
        font-size: 80px;
        line-height: 90px;
    }
    .section-title h3.cta-titlepre,
    .team-details-form-block h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .team-details-form-block h3 {
        margin-bottom: 25px;
    }
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -60px;
    }
    .featured-imagebox-service.style2 .featured-content {
        padding: 25px 0 0;
    }
    .testimonials .testimonial-content blockquote:before {
        display: none;
    }
    .testimonials .testimonial-content blockquote {
        padding: 0;
    }
    .client-box-main {
        margin: 36px 0 0 0;
    }
    .team-details-form-block {
        padding: 20px 30px 30px;
    }
    .prt-blog-single-content .blog-single-title h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .prt-row.testimonials-section {
        padding: 60px 0 65px !important;
    }
    .prt-row.team-section01 {
        padding: 45px 0 55px !important;
    }

    .spacing-2 {
        padding: 58px 30px 30px 30px;
    }

    .comment-author,
    .comment-body {
        margin: 0;
        margin-top: 130px;
    }
    .comment-author {
        margin-top: -130px;
    }
    .reply {
        float: none;
    }

    /*banner*/
    .hero-section .hero-slide.slide-1 .hero-content .pretitle h3,
    .hero-section .hero-slide.slide-2 .hero-content .pretitle h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-section .hero-slide.slide-1 .hero-content h2.title span,
    .hero-section .hero-slide.slide-2 .hero-content h2.title {
        font-size: 60px;
        line-height: 75px;
    }

    /*footer*/
    ul.prt-list.footer-cta-list li {
        width: 100%;
    }

    .section-title h2.cta-title {
        font-size: 60px;
        line-height: 70px;
    }
    .prt-page-title-row.style1 .prt-schedule {
        padding: 31px 30px 40px;
    }
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -100px;
    }
    .appointment-mask-image-circle {
        max-width: 300px;
        max-height: 300px;
        --svg: url('data:image/svg+xml,\<svg enable-background="new 0 0 24 24" height="300" viewBox="0 0 24 24" width="300" xmlns="http://www.w3.org/2000/svg"><path d="m21.91 14.835-4.91-2.835 4.91-2.835c.478-.276.642-.888.366-1.366l-1.5-2.598c-.276-.478-.887-.642-1.366-.366l-4.91 2.835v-5.67c0-.552-.448-1-1-1h-3c-.552 0-1 .448-1 1v5.67l-4.91-2.835c-.479-.276-1.09-.112-1.366.366l-1.5 2.598c-.276.478-.113 1.09.366 1.366l4.91 2.835-4.91 2.835c-.478.276-.642.888-.366 1.366l1.5 2.598c.276.478.888.642 1.366.366l4.91-2.835v5.67c0 .552.448 1 1 1h3c.552 0 1-.448 1-1v-5.67l4.91 2.835c.478.276 1.09.112 1.366-.366l1.5-2.598c.276-.478.113-1.09-.366-1.366z"/></svg>');
    }
    .prt_contact_widget_wrapper h2.prt-logo {
        font-size: 40px;
        line-height: 50px;
    }
    .team-details-content {
        padding: 30px 30px 20px;
    }
    .team-details-info-title h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .prt-tabs.prt-tab-style-01 ul.tabs {
        display: block;
        text-align: center;
        padding: 19px 8px 8px;
    }
    .prt-tabs ul.tabs li {
        display: block;
    }
    .prt-tabs.prt-tab-style-01 ul.tabs li a {
        margin: 3px 0;
    }
    /*.featured-imagebox-service.style2 .featured-title h3{
		font-size: 16px;
    	line-height: 26px;
    	margin-bottom: 0;
	}
	.featured-imagebox-service.style2 .featured-title h3 span {font-size: 14px; line-height: 24px; }*/
}

@media only screen and (max-width: 375px) {
    .download_block {
        display: block;
    }
    .download_block .prt-file-title {
        padding: 10px 0 0;
    }
    /*banner*/
    .hero-section .hero-content h2.title span {
        font-size: 50px;
        line-height: 50px;
    }
    .hero-section .hero-content h2.title,
    .hero-section .hero-content .pretitle h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-overlay-box {
        width: auto;
    }
    .hero-overlay-box .prt-icon {
        width: 60px;
        height: 60px;
    }
    .hero-overlay-box .prt-icon i {
        font-size: 28px;
        line-height: 18px;
    }
    .hero-overlay-box {
        padding: 30px 30px 17px;
    }

    .footer-menu-links,
    ul.prt-list.footer-cta-list {
        margin-top: 15px;
    }
    .section-title h2.cta-title {
        font-size: 50px;
        line-height: 60px;
    }
    .prt-page-title-row.style1 .prt-schedule {
        padding: 31px 20px 40px;
    }
    .prt-quotes-block {
        width: 100%;
    }
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -140px;
    }
    ul.prt-p_table-features {
        margin: 15px 0 20px;
    }
    .prt-quotes-block h3 span {
        background-color: transparent;
        color: var(--base-headingfont-color);
    }
    .prt-quotes-block {
        padding: 45px 30px;
        height: 276px;
        top: -42px;
    }
    .prt-page-title-row.style4 span.auther-name {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .dnn {
        display: none !important;
    }
    .section-title h3 {  
    margin-top: 12px;
    margin-bottom: 12px;
}
    .prt-page-title-row-inner {
      padding: 28px 0 28px;
   
     }
}
