/*
Theme Name: Algotell
Theme URI: https://algotell.com
Author: Algotell Team
Author URI: https://algotell.com
Description: Algotell is a lightweight, performance-focused classic WordPress theme designed for business websites, blogs, and SaaS product pages. Built using PHP templates for full control, fast loading, and easy customization.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: algotell
Tags: custom-theme, business, blog, crm, saas, responsive, seo-friendly
*/


@font-face {
    font-family: 'Calibri';
    src: url('assets/fonts/calibri/Calibri.eot');
    src: url('assets/fonts/calibri/Calibri.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/calibri/Calibri.woff2') format('woff2'),
        url('assets/fonts/calibri/Calibri.woff') format('woff'),
        url('assets/fonts/calibri/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

p:empty {
    display: none;
}

br {
    display: none;
}

html {
    width: 100%;
}

body {
    font-family: "Calibri", sans-serif !important;
    background: linear-gradient(to bottom, #fff4e9 0%, #fffbf7 50%, #fffbf7 100%, #fff4e9 100%);
    color: #0B132A;
    width: 100%;

}

p {
    font-size: 14px;
}

.section-right {
    text-align: right;
}

/*Header */

main {
    min-height: 760px;
    background: #fff7f2;
}

/* Header Login/Signup Buttons */
.header-buttons .btn:hover {
    background-color: #f17500;
    color: #fff;
}

.header-buttons .btn {
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 0.95rem;
    border-color: #f17500;
    color: #f17500;
}

.header-buttons .btn-warning {
    background-color: #f17500;
    color: #fff;
}

.header-buttons .btn-warning:hover {
    background-color: transparent;
    color: #e96c00;
}

li.nav-item.d-lg-none {
    padding: 5px 12px !important;
}

.main-header.site-navbar {
    background-color: #fff8f0;
    /* position: fixed; */
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
}

.social-icons-wrap .social-icon-box a {
    margin: 0;
}

.main-header.transparent-header.site-navbar {
    background-color: #fff8f0;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 99;
}

.main-header.transparent-header.site-navbar.site-navbar-bg {
    background: #faeada;
    /* background: #e8faff; */
    -webkit-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    transition: all 500ms ease-in-out 0s;
    position: fixed;
}

.main-header.transparent-header.site-navbar .nav-link {
    color: #333;
    position: relative;
    padding: 5px 30px;
    font-size: 18px;
    margin: 0 5px;
}

.main-header.transparent-header.site-navbar.site-navbar-bg .nav-link {
    color: #333;
    position: relative;
}

.main-header .dropdown-toggle::after {
    position: inherit !important;
    background: transparent !important;
    bottom: -3px !important;
    width: auto !important;
}

.main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
    color: #333 !important;
}

.main-header.transparent-header.site-navbar .dropdown-toggle::after {
    color: #fff !important;
}


.site-navbar-bg .call-us {
    top: 2px;
    transition: all 500ms ease;
    right: 480px;
    border: 1px solid #333;
    margin-left: 0 !important;
}

.site-navbar-bg .call-us span {
    color: #333;
}

.site-navbar-bg .call-us a {
    color: #333;
}

.site-navbar.site-navbar-bg .site-branding img {
    width: 75%;
    transition: all 500ms ease-in-out;
}

.site-navbar .site-branding img {
    transition: all 500ms ease-in-out;
    width: 80%;
    height: auto;
}

.site-navbar .site-branding {
    padding: 12px 0px 12px 0;
}

.banner-block {
    position: relative;
    z-index: 99;
    top: -25px;
    overflow: hidden;
    margin-bottom: -25px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    overflow-y: auto;
    height: 400px;
}


.mobp {
    display: none;
}

.call-us {
    position: absolute;
    right: 15px;
    top: 65px;
    border: 1px solid #ffffff20;
    padding: 5px 60px 5px 10px;
    background: rgba(0, 0, 0, 0) url(assets/images/calling.png) no-repeat scroll 95% center;
    border-radius: 5px;
    transition: all 500ms ease;
}

.call-us a {
    font-family: 'Maven Pro';
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    white-space: nowrap;
}

.call-us span {
    display: block;
    color: #fff;
    font-family: 'Maven Pro';
    font-size: 14px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.destk {
    display: block;
}

/*Banner */
/* Hero Section */
.banner-section-warp {
    padding-top: 80px !important;
}

.hero-section {
    background-color: #fff7f2;
    padding: 60px 0;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.hero-section p {
    font-size: 1.1rem;
    color: #333;
}

.hero-section .btn-warning {
    background-color: #EB6501;
    border: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
}

.hero-section .btn-warning:hover {
    background-color: #e96c00;
}

/* Feature Section */
.feature-section {
    background: linear-gradient(to right, #fef6ed 0%, #fef6ed 47%, #fffaf4 100%);
    padding: 60px 0;
}

.feature-section h2 {
    font-size: 2rem;
    font-weight: 700;
}

.feature-section h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

.feature-section p {
    font-size: 1rem;
    color: #444;
}

.feature-section .btn-warning {
    background-color: #EB6501;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
}

.feature-section .btn-warning:hover {
    background-color: #e96c00;
}

/*Main Contant*/
.sub-heading {
    font-size: 32px;
}

.banner-form-wrap {
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-size: 100% 370px; */
}

.banner-form-wrap .banner-form-top {
    width: 490px;
    padding: 30px !important;
    border-radius: 20px !important;
}



.page-template-terms-of-service main ul,
.page-template-terms-of-service main ul {
    list-style: none;
    padding: 0;
}

.page-template-terms-of-service main ul li,
.page-template-terms-of-service main ul li {
    position: relative;
    padding: 3px 10px 3px 15px;
}

.page-template-terms-of-service main ul li::before,
.page-template-terms-of-service main ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #F17500;
    border-radius: 100%;
    left: 0;
    top: 13px;

}

.faq-wrapper .bg-warning-subtle:focus {
    box-shadow: none;
}

.algo-built-box h6 {
    font-size: 20px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    letter-spacing: normal;
}

.algo-built-box .text-muted {
    font-size: 16px;
    line-height: 20px;
    color: #000 !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #000 !important;
    font-size: 16px !important;
}

.features-section-wrap {
    padding: 0 0 30px 0;
}

.features-section-wrap h6 {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.features-section-wrap .container {
    max-width: 1140px;
}

.platforms-section-wrap .container {
    max-width: 1000px;
}

.pricing-section {
    padding: 100px 0 40px 0 !important;
}

.still-calling-section .free-trial-form {
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 32px;
}

.still-calling-section p.text-muted {
    font-size: 20px !important;
}

.btn-primary {
    background: #F17500;
    border-color: #F17500;
    border-radius: 8px !important;
    padding: 12px 28px;
    line-height: 15px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #e96c00;
    border-color: #e96c00;
}

.button-wrapper .btn {
    font-size: 16px;
}

.faq-wrapper .bg-warning-subtle {
    background-color: #FFF2DF !important;
    border: 1px solid #FEDEB1;
    border-radius: 8px !important;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 16px;
}

.faq-wrapper .accordion-button::after {
    background-image: url('assets/images/down-arrow-Icon.png');
    background-size: auto;
    background-position: center;
}

.still-calling-section {
    background: #FFF1E4 url('assets/images/Ornament.png');
    background-repeat: repeat;
    padding: 70px 0 !important;
}

.pricing-section .border {
    border: 3px solid #F17500 !important;
    border-radius: 16px !important;
    width: 360px;
    margin: 0 auto;
    height: 100%;
}

.pricing-section .border.border-5 {
    border: 7px solid #F17500 !important;
    background: #F17500;
}

.pricing-section .border.border-5 .badge.bg-warning {
    background-color: #F17500 !important;
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 16px;
}

.pricing-section .pricing-box {
    padding: 40px 30px 30px;
    border-radius: 16px !important;
    min-height: 532px;
}

.pricing-section .pricing-box.most-popular {
    margin-top: 22px;
    height: 98% !important;
}

.pricing-section .pricing-box.custom-feature-box .ul-div {
    height: calc(100% - 70px);
}

.pricing-section .pricing-box .grey-btn {
    background: #F1F1F1;
    border: 0;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 16px !important;
    color: #F17500;
    display: inline-block;
}

.pricing-section .pricing-box .text-muted {
    color: #000 !important;
    font-size: 14px;
    line-height: 16px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.pricing-section .pricing-box .text-dark {
    font-size: 40px;
    color: #F17500 !important;
    line-height: 28px;
    margin-bottom: 5px;
}

.pricing-section .container {
    max-width: 1180px;
}

.pricing-section .pricing-box .per-month {
    font-size: 14px;
    font-weight: bold;
}

.pricing-section .pricing-box li {
    font-size: 14px;
    color: #000;
    padding: 8px 0 8px 22px;
    position: relative;
    border-bottom: 1px solid #F17500;
    margin-bottom: 8px;
}

.pricing-section .pricing-box li:last-child {
    border-bottom: 0;
}

.still-calling-section li {
    font-size: 20px;
    color: #000;
    padding: 5px 0 5px 32px;
    position: relative;
}

.pricing-section .pricing-box li::before {
    content: "";
    background: url(assets/images/li-icon.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 11px;
}

.still-calling-section li::before {
    content: "";
    background: url(assets/images/li-icon.svg) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
    background-size: 20px 20px;
}

.still-calling-section li.start-free-trial::before {
    background: url(assets/images/hand.svg) no-repeat;
    width: 37px;
}

.still-calling-section li.start-free-trial {
    padding: 5px 0 5px 40px;
}

.pricing-section .compare-price-btn {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 8px;
}

.pricing-section .pricing-box li.not-available-li::before {
    content: "";
    background: url(assets/images/cross-circle.svg) no-repeat;
}

.pricing-box .btn-primary {
    padding: 14px 28px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
}

.toggle-switch-wrap .badge {
    background: #F17500 !important;
    color: #fff !important;
    padding: 10px 10px;
    font-size: 12px !important;
    margin-left: 20px;
}

.toggle-switch-wrap span {
    font-size: 20px;
    vertical-align: middle;
}

.still-calling-section .free-trial-form h6 {
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: normal;
}

.still-calling-section .free-trial-form p {
    font-size: 14px !important;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: normal;
}

.testimonials-inner .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonials-inner .client-name {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 600;
}

.testimonials-inner .rating {
    font-size: 16px;
    color: #0B132A;
}

.testimonials-inner .department {
    font-size: 14px;
    margin: 0;
}

.testimonials-inner .owl-theme .owl-dots .owl-dot span {
    background: #828282;
    width: 15px;
    height: 15px;
}

.testimonials-inner .owl-theme .owl-dots .owl-dot.active span {
    background: #F17500;
    width: 45px;
    height: 15px;
}


/* Custom Toggle Switch */
.form-switch .form-check-input {
    width: 74px;
    height: 33px;
    background-color: #ccc !important;
    border: none;
    border-radius: 20px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    margin-left: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    background-position: left center;
    --bs-form-switch-bg: inherit !important;
    margin-top: 0;
}

/* White circle (thumb) */
.form-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.testimonials-section .sub-heading {
    text-align: center;
    margin: 0 0 30px 0;
}

.testimonials-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

.testimonials-inner .owl-item.active.center .border {
    border: 2px solid #F17500 !important;
}

.testimonials-inner .owl-item .border {
    border: 2px solid #ddd !important;
    border-radius: 10px !important;
    min-height: 170px;
}

/* When checked – orange background, thumb slides right */
.form-switch .form-check-input:checked {
    background-color: #f37016 !important;
    --bs-form-switch-bg: inherit !important;
}

.form-switch .form-check-input:focus {
    box-shadow: none !important;
}


.form-switch .form-check-input:checked::before {
    transform: translateX(40px);
}


.form-switch {
    padding: 0 20px !important;
}

.banner-section-warp .banner-heading {
    font-size: 40px;
    color: #000;
    width: 80%;
}

.banner-section-warp .lead {
    font-size: 20px !important;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    width: 80%;
}

.toggle-switch-wrap p {
    margin: 0;
}

.banner-section-warp .fw-semibold {
    font-size: 20px;
    font-weight: 500 !important;
    color: #000 !important;
}

.banner-form-top p {
    font-size: 14px;
    margin-bottom: 30px !important;
}

/**Footer**/
.site-footer p {
    font-size: 16px;
}

.site-footer .bg-warning-subtle {
    background-color: rgba(241, 117, 0, 0.10) !important;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .social-icons {
    margin-top: 30px;
    width: 200px;
}

.testimonials-inner .owl-carousel .owl-item .rating img {
    display: inline-block;
    vertical-align: middle;
}

.rating span {
    vertical-align: middle;
    margin-right: 4px;
}

.paypal-wrap img {
    width: 100px;
}

.site-footer h5 {
    font-size: 20px;
}

.site-footer li {
    font-size: 16px;
    padding: 3px 0;
}

.subscribe-wrap input.form-control {
    background: #FEDEB1;
    border-radius: 8px;
    font-size: 14px;
    color: #4F4F4F;
    border: 0 !important;
}

.contact-detail img {
    width: 20px;
    margin-right: 4px;
}

.site-footer .contact-detail p {
    margin-bottom: 20px !important;
}

.site-footer .contact-detail p:last-child {
    margin-bottom: 0px !important;
}

/* Top Form **/
.custom-floating-label {
    position: relative;
    margin-top: 1.5rem;
}

.custom-floating-label input.form-control {
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #D2D5DA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 46px;
}

.custom-floating-label .form-select {
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #D2D5DA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 46px;
}

.custom-floating-label label {
    position: absolute;
    top: -10px;
    left: 0.75rem;
    background: #fff;
    padding: 0 4px;
    font-size: 0.875rem;
    color: #212529;
    pointer-events: none;
    transition: 0.2s ease all;
    z-index: 9;
}

.custom-floating-label input:focus+label,
.custom-floating-label input:not(:placeholder-shown)+label {
    font-size: 0.75rem;
    top: -0.5rem;
    left: 0.6rem;
    color: #f37018;
}

.banner-form-top .input-group-text {
    background-color: #fff;
}

.banner-form-top .phone-num input {
    border-left: 0 !important;
    box-shadow: none !important;
}

.banner-form-top .request-btn {
    padding: 12px 28px;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
}



.phone-num {
    position: relative;
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
}

.country-select {
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
    min-width: 100px;
    font-size: 0.95rem;
}

.phone-input {
    border: none;
    padding-top: 1.4rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    border-radius: 0;
}

.phone-input:focus,
.country-select:focus {
    box-shadow: none;
    outline: none;
}

.phone-label {
    position: absolute;
    top: -0.6rem;
    left: 1rem;
    background: #fff;
    padding: 0 4px;
    font-size: 0.75rem;
    color: #212529;
    transition: all 0.2s ease;
    z-index: 1;
}

.phone-input:focus+.phone-label,
.phone-input:not(:placeholder-shown)+.phone-label {
    color: #f37018;
}


/***Features***/

.features-section-wrap.features-page {
    padding: 40px 0 30px 0;
}

.features-page .list-ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.features-page .list-ul li {
    font-size: 16px;
    color: #000;
    padding: 3px 0 3px 22px;
    position: relative;
}

.features-page .list-ul li::before {
    content: "";
    background: url(assets/images/li-icon.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 7px;
}

.features-page .button-wrapper h3 {
    font-weight: 600;
}

/**Conatct***/
.contact-section .built-icon {
    margin-bottom: 0;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    background-image: none;
}

.built-icon-wrap {
    display: flex;
    align-items: center;
}

.contact-section .contact-left-heading {
    font-size: 16px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 600;
    margin: 20px 0;
}

.built-icon-wrap p {
    font-size: 16px;
    margin: 0 !important;
}

.social-icon-wrap .social-icon-box {
    background-color: rgba(241, 117, 0, 0.10) !important;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.social-icon-wrap {
    display: flex;
    align-items: center;
}

.social-icons-wrap a {
    text-decoration: none;
    margin-right: 20px;
}

.social-icons-wrap h5 {
    font-size: 32px;
    margin-bottom: 0;
}

.social-icons-wrap p {
    margin-bottom: 0 !important;
}

.contact-section .request-btn {
    font-size: 20px;
}

.contact-section .right-contact-col h3 {
    font-size: 32px;
}

.contact-section .contact-form {
    border-radius: 20px;
    width: 100%;
}


/*Pricing***/
.plan-pricing-template .compare-plan-section .table {
    border: 0 !important;
    border-radius: 16px !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
}

.plan-pricing-template .table-responsive {
    border: 3px solid #F17500 !important;
    border-radius: 16px !important;
}

.plan-pricing-template .compare-plan-section .table tr {
    border-color: #FFF2DF;
}

.plan-pricing-template .compare-plan-section .table td {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fbebd3;
    padding: 15px 20px;
    font-size: 21px;
}

.plan-pricing-template .compare-plan-section .table thead th {
    background: #FFF2DF;
    border-right: 0;
    border-left: 0;
    box-shadow: none !important;
    padding: 15px 20px;
    font-size: 23px;
}

.plan-pricing-template .compare-plan-section .table thead th:first-child {
    border-radius: 16px 0px 0px 0px !important;
}

.plan-pricing-template .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.icon-box-blue {
    background: #DDF4FF;
}

.icon-box-purple {
    background: #FBEFFF;
}

.icon-box-yellow {
    background: #FFF8C5;
}

.icon-box-green {
    background: #DAFBE1;
}

.plan-pricing-template .enterprise-btn {
    border: 1px solid #6E7781;
    background: transparent;
    font-size: 12px;
    padding: 5px 20px !important;
    border-radius: 10px !important;
    position: absolute;
    right: 30px;
    top: 27px;
}

.add-ons-box {
    border: 3px solid #F17500;
    border-radius: 8px;
    background: #fff;
}

.add-ons-box h6 {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.add-ons-box p {
    font-size: 15px !important;
    color: #57606A !important;
}

.add-ons-box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-pricing-template .pricing-section {
    padding: 40px 0 40px 0 !important;
}

/*Footer***/
.site-footer {
    background-color: #FFF1E4;
    color: #282828;
    /* border-top: 2px solid #F17500; */
}

.contact-detail a {
    text-decoration: none;
}

.footer-nav a {
    color: #282828;
    text-decoration: none;
    margin: 0 8px;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-widget {
    color: #ccc;
}

.site-info p {
    color: #ccc;
    font-size: 14px;
}

.courses-off .title-comm h3 {
    padding: 0;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    filter: brightness(0.5);
}

.inner-banner img {
    width: 100%;
}

.bred-crums {
    position: absolute;
    content: "";
    left: 15px;
    top: 200px;
    width: 100%;
    /* height: 100%; */
}

.diff .bred-crums {
    top: 180px;
}

.diff .banner-img {
    top: 75%;
}

.banner-img {
    position: absolute;
    content: "";
    left: 15px;
    top: 55%;
    width: 100%;
    height: 100%;
}

.banner-img h4 {
    /* font-family: 'Maven-Bold'; */
    color: #fff;
    font-size: 30px;
    padding-left: 15px;
    position: relative;
}

.banner-img h4:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #EB5406;
    top: 0;
}

.bred-crums ul {
    padding: 0px;
    margin: 0px;
}

.bred-crums li {
    display: inline-block;
    color: #fff;
    /* font-family: 'Maven-Regular'; */
    font-size: 14px;
}

.bred-crums a {
    color: #fff;
    /* font-family: 'Maven-Regular'; */
    font-size: 14px;
}

/*About Us*/
.main-process ul {
    padding: 0px;
    margin: 0px;
}

.main-process li {
    list-style: none;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 21px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.main-process li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #EB5406;
    border-radius: 100%;
}

.crse-nme ul {
    padding: 0;
    margin: 0;
}

.crse-nme li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #ff2f16;
    border-radius: 100%;
}

.crse-nme li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.courses-details {
    display: inline-block;
    width: 100%;

}

.section-top {
    padding: 60px 0px 50px;
}

.main-process h4 {
    font-size: 20px;
    color: #EB5406;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

.banner-img h4 span {
    display: block;
}

.apply-now-btn {
    position: absolute;
    content: "";
    right: 15px;
    top: 65%;
    width: 100%;
    height: 100%;
    text-align: right;
}

.app-nwo a {
    padding: 10px 50px 10px 20px;
    border-radius: 5px;
    background: #0597ce url(assets/images/rit-arr.png) no-repeat scroll 92% center;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
}

.course-ticks {
    background: #fff url(assets/images/rit-bg.png) no-repeat scroll 0 0;
    background-size: contain;
    height: 815px;
    padding: 40px 70px;
    width: 540px;
    color: #fff;
}

.main-header ul.dropdown-menu {
    width: 255px;
    padding: 0;
}

.main-header ul.dropdown-menu .dropdown-item {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 12px;
    line-height: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
    transition: all 300ms ease;
    background-color: #fff;
    border-bottom: 1px solid #5c5c5c33;
    white-space: normal;
}

.main-header ul.dropdown-menu .dropdown-item:hover {
    background: #EB5406;
    /* background: #00b9f1; */
    color: #fff;
}

.courses-template .table>thead {
    vertical-align: middle;
}

.courses-template .table .training-area {
    font-size: 11px;
}

.contact-form label {
    display: inline-block;
    width: auto;
    font-weight: 600;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px;
    height: 80px;
    resize: none;
}

.site-footer li:hover a {
    color: #F17500 !important;
}

textarea {
    padding: 10px 10px !important;
}

.contact-form input {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 40px;
    border-radius: 5px;
}

.contact-form input[type="submit"],
.submit-btn input[type="submit"] {
    background: #0597ce;
    /* background: #0790b9; */
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 7px 20px;
    border-radius: 5px;
}

a {
    color: #333;
    /* color: #EB5406; */
}

.contact-form-wrap {
    padding: 40px 0;
}

.locate-icon {
    border: 3px solid #EB5406;
    font-size: 30px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin: 10px auto;
    transition: all 0.5s ease;
}

.sem {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.locate-icon i {
    font-size: 30px;
    color: #EB5406;
    /* color: #0790b9; */
    margin-top: 30px;
    transition: all 0.5s ease;
}

.section-center {
    text-align: center;
}

.apply-now-modal input[type="text"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ccc;
    min-height: 40px;
    border-radius: 5px;
    width: 100%;
}

.apply-now-modal textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.apply-now-modal label {
    width: 100%;
}


/*Admission*/
.admis-proced ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.admis-proced li {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #EB5406;
    /* color: #0790b9; */
    text-align: left;
    position: relative;
    width: 100%;
    padding-left: 180px;
    padding-bottom: 80px;
    /* vertical-align: top; */
}

.admis-proced li span {
    display: block;
    position: relative;
}

span.clo-icon {
    display: inline-block;
    float: right;
    padding-right: 180px;
    opacity: 0.2;
    filter: grayscale(100%);
    transition: all 500ms ease-in-out 0s;
}

.admis-proced ul:before {
    position: absolute;
    content: "";
    left: 65px;
    top: 100px;
    transition: all 500ms ease-in-out;
    border-left: 5px dotted #eb54061c;
    /* border-left: 5px dotted #0790b942; */
    width: 10px;
    height: 77%;
}

.admis-proced li span:before {
    position: absolute;
    content: "";
    right: 55%;
    top: 6px;
    background-color: #ececec;
    width: 50px;
    height: 1px;
}

.admis-proced li span:after {
    position: absolute;
    content: "";
    right: 55%;
    top: 6px;
    background-color: #EB5406;
    /* background-color: #0790b9; */
    width: 0px;
    height: 1px;
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li:after {
    position: absolute;
    /* content: "01"; */
    left: 0;
    top: -15px;
    /* font-family: 'Maven-medium'; */
    font-weight: 500;
    font-size: 100px;
    color: #eb54061c;
    /* color: #0790b91f; */
    transition: all 500ms ease-in-out;
    width: 125px;
    height: 100px;
    background: #fff;
    padding: 30px 0px;
}

.admis-proced li.clone-1:after {
    content: "01";
}

.admis-proced li.clone-2:after {
    content: "02";
}

.admis-proced li.clone-3:after {
    content: "03";
}

.admis-proced li.clone-4:after {
    content: "04";
}

.admis-proced li.clone-5:after {
    content: "05";
}

.admis-proced li.clone-6:after {
    content: "06";
}

.admis-proced li.clone-7:after {
    content: "07";
}

.admis-proced li:hover span.clo-icon {
    opacity: 1;
    filter: grayscale(0);
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li:hover span:after {
    width: 50px;
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li:hover:after {
    color: #EB5406;
    /* color: #0790b9; */
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li span.clo-icon:before,
.admis-proced li span.clo-icon:after {
    content: none;
}

.course-ticks.admin {
    background: #fff url(assets/images/rit-bg.png) no-repeat scroll 0 0;
    background-size: cover;
    height: 795px;
    padding: 40px 80px 40px 70px;
    width: 490px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 10px;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 10px;
}

.required {
    color: red;
    font-size: 18px;
}

.callaction-btn {
    background: #0790b9 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
}

.callaction-btn a {
    color: #fff;
    display: block;
    float: left;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 40%;
    font-size: 16px;
}

.callaction-btn a.brouch {
    width: 60%;
    background-color: #EB5406;
}

.admis-proced-inner ul {
    list-style: none;
    padding: 0;
}

.admis-proced-inner ul li {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    color: #EB5406;
    text-align: left;
    position: relative;
    width: 100%;
    /* padding-left: 180px; */
    vertical-align: top;
    padding-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.admis-proced-inner span.clo-icon {
    display: inline-block;
    padding-right: 0;
    opacity: 0.3;
    filter: none;
    transition: all 500ms ease-in-out 0s;
    float: none;
    width: 100%;
    margin-top: 20px;
    font-size: 50px;
    color: #eb5406c7;
}

.admis-proced-inner span.clo-icon i {
    font-weight: bold;
}

.text-danger {
    font-size: 14px;
    margin: 0 0 4px 0 !important;
}

.wpcf7-response-output {
    color: #333333;
    margin: 0 !important;
    font-size: 11px !important;
}

.course-ticks label {
    margin-bottom: 10px;
}

.main-header.transparent-header.site-navbar li .nav-link::after,
.main-header.transparent-header.site-navbar li.active .nav-link::after {
    position: absolute;
    bottom: 3px;
    width: 0%;
    height: 2px;
    background: #EB5406;
    right: 0px;
    transition: all 500ms ease;
    opacity: 1;
    content: "";
}

.main-header.transparent-header.site-navbar li:hover .nav-link::after,
.main-header.transparent-header.site-navbar li.active .nav-link::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
    color: #000;
    left: 0;
}

.main-header.transparent-header.site-navbar li:hover .nav-link,
.main-header.transparent-header.site-navbar li.active .nav-link {
    color: #EB5406;
}

.main-header.transparent-header.site-navbar li:hover .dropdown-toggle::after {
    color: #EB5406 !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0;
    outline: none;
}

section.built-wrapper-section {
    padding: 50px 0 70px;
}

section.why-choose-section {
    padding: 48px 0 48px;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.social-icons {
    margin-top: 20px;
}

.spinner-wrap p {
    margin: 0;
}

.spinner-wrap {
    text-align: center;
}

.request-demo-form {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-demo-template .sub-heading {
    font-size: 32px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.accordion-collapse.collapse.show {
    position: inherit;
}

.accordion-item .accordion-body {
    background: #fff6ea;
    border-radius: 0 0 6px 6px;
    min-height: 100px;
}

.platforms-section-wrap .row {
    align-items: baseline;
}

.input-group {
    box-shadow: none;
}

.input-group-text {
    background: #fff;
    border-radius: 8px 0px 0px 8px !important;
    border-right: 0 !important;
}

.input-group input {
    border-left: 0 !important;
    box-shadow: none !important;
}

.contact-form input[type="submit"],
.submit-btn input[type="submit"] {
    background: #F17500;
    border-color: #F17500;
    border-radius: 8px !important;
    padding: 12px 28px;
    line-height: 15px;
    font-size: 20px;
    font-weight: 500;
}

.contact-form select {
    word-wrap: normal;
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #D2D5DA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 46px;
    width: 100%;
}

.banner-form-top input[type="text"],
.banner-form-top input[type="email"],
.banner-form-top input[type="tel"] {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 10px !important;
    padding: 10px 10px !important;
    border-radius: 8px !important;
    border: 1px solid #D2D5DA !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 46px;
}

.banner-form-top .request-btn-wrap p {
    font-size: 14px;
    margin: 0 !important;
}

.request-btn-wrap input[type=submit] {
    background: #F17500;
    border-color: #F17500;
    border-radius: 8px !important;
    padding: 12px 28px;
    line-height: 20px;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 52px;
}

.wpcf7-spinner {
    /* display: none !important; */
}

.site-content input[type="text"],
.site-content input[type="email"],
.site-content input[type="tel"] {
    width: 100% !important;
    padding: 10px 10px !important;
    border-radius: 8px !important;
    border: 1px solid #D2D5DA !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    height: 46px !important;
}

select {
    word-wrap: normal;
    width: 100% !important;
    padding: 10px 10px !important;
    border-radius: 8px !important;
    border: 1px solid #D2D5DA !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    height: 46px !important;
}

.still-calling-section .free-trial-form .trial-form p {
    text-align: left;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    caret-color: inherit;
    transition: background-color 9999s ease-in-out 0s !important;
}

/*sprites Image CSS */
.icon-bg {
    background: url(assets/images/sprites.png);
}

.icon-bg.icon-facebook {
    width: 66px;
    height: 72px;
    background-position: -88px -145px;
}

.icon-bg.icon-justdial {
    background-position: -116px -215px;
    width: 100px;
    height: 59px;
}

.icon-bg.icon-whatsapp {
    background-position: -8px -151px;
    width: 65px;
    height: 62px;
}

.icon-bg.icon-zapier {
    background-position: -8px 0;
    width: 98px;
    height: 62px;
}

.icon-bg.icon-instagram {
    background-position: -198px -9px;
    width: 66px;
    height: 62px;
}

.icon-bg.icon-hubspot {
    background-position: -8px -214px;
    width: 96px;
    height: 62px;
}

.icon-bg.icon-salesforce {
    background-position: -281px -153px;
    width: 65px;
    height: 47px;
}

.icon-bg.icon-adwords {
    background-position: -280px -10px;
    width: 65px;
    height: 57px;
}

.icon-bg.icon-calendar {
    background-position: -119px -9px;
    width: 65px;
    height: 62px;
}

.icon-bg.icon-slack {
    background-position: -8px -69px;
    width: 66px;
    height: 65px;
}

.icon-bg.icon-excel {
    width: 66px;
    height: 63px;
    background-position: -168px -147px;
}

.icon-bg.icon-gmail {
    background-position: -279px -81px;
    width: 65px;
    height: 57px;
}



/* .built-icon {
  width: 60px;
  height: 60px;
  background-image: url('assets/images/sprites.png');
  background-repeat: no-repeat;
  background-size: auto; 
} */

.built-icon {
    background: #F17500;
    background-image: url('assets/images/sprites.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

/* Replace below with real pixel values based on your sprite layout */
.icon-startups {
    background-position: -105px -75px
}

/* rocket.png */
.icon-telemarketing {
    background-position: -93px -261px;
}

/* call.png */
.icon-fintech {
    background-position: -184px -73px;
}

/* bank.png */
.icon-support {
    background-position: -140px -261px;
}

/* headset.png */
.icon-edtech {
    background-position: -43px -261px;
}

/* classroom.png */
.icon-realestate {
    background-position: 6px -261px;
}

/* home-icon.png */



/* Example background positions for each icon */
.icon-followup {
    background-position: -194px -261px;
}

.icon-conversion {
    background-position: -249px -261px;
}

.icon-productivity {
    background-position: -300px -261px;
}

.icon-low-expense {
    background-position: -359px -259px;
}

.page-template-page-blog h1.page-title {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 600;
}

.page-template-page-blog .post-title {
    font-size: 18px;
    font-weight: 600;
}

.page-template-page-blog .read-more {
    background: #FFE7CF;
    padding: 6px 16px;
    border-radius: 8px;
    text-decoration: none;
}

.page-template-page-blog .post-meta {
    color: #3c3d3f;
    font-weight: 600;
}

.blog-posts .blog-post {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-thumbnail {
    width: 360px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.features-list {
    list-style: none;
    /* remove bullets */
    padding-left: 0;
}

.features-list li {
    margin: 10px 0;
    padding-left: 28px;
    position: relative;
}

.features-list li::before {
    content: "✔";
    /* Unicode tick */
    position: absolute;
    left: 0;
    top: 0;
    color: #f17500;
    /* tick color */
    font-weight: bold;
}

.features-list li::marker {
    content: "";
    /* removes marker */
}

.book-demo-modal .modal-content {
    border-radius: 24px;
}

.book-demo-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}

.book-demo-modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
}

.book-demo-modal .modal-header .sub-modal-title {
    font-weight: 600;
    font-size: 32px;
    margin: 0;
}

.book-demo-modal .modal-header .btn-close {
    top: 10px !important;
}

.book-demo-modal .modal-body {
    padding: 10px 30px;
}

.call-back-img-wrap {
    text-align: right;
    width: 240px;
    margin: -5px auto 0;
}

.pricing-section .pricing-box li h6 {
    text-transform: capitalize;
}

.pricing-section .pricing-box li .feature-par {
    margin-bottom: 0;
}

.pricing-section .pricing-box .ul-div {
    justify-content: space-between !important;
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
}

.pricing-section .pricing-box li .price-span-in {
    font-size: 40px;
    font-weight: 600;
    color: #f17500;
}

.pricing-section .pricing-box .ul-div li p {
    margin: 0;
}

.footer-modal {
    display: none;
}

.site-footer .address {
    margin-bottom: 20px;
}

.site-footer .address p {
    margin-bottom: 0;
}

.address img {
    display: inline-block;
    width: 25px;
}

.address-in {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px !important;
}




.features-list-section {
    padding: 50px 0 50px 0;
}

.algotell-features-list {
    padding: 0;
    margin-top: 40px;
}

.algotell-features-list li {
    list-style: none;
    padding: 6px 0 6px 0;
}

.algotell-features-list li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.algotell-features-list li a.active {
    color: #F17500;
}

.algo-features-list-wrp {
    height: 540px;
}



#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-section-image .owl-pagination .owl-page {
    display: inline-block;
}

.hero-section-image .owl-pagination .owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 100%;
    margin: 0 4px;
}

.hero-section-image .owl-pagination .owl-page.active span {
    background: #F17500;
}

.hero-section-image .owl-pagination {
    text-align: center;
}

section.hero-section-image {
    padding: 60px 0 50px 0;
}

.hero-section-content {
    text-align: center;
    margin-bottom: 40px;
}

.hero-section-content .sign-up-btn a {
    background: linear-gradient(to right, #FFA500, #FF4444, #FF4444, #FFA500);
    font-weight: 700;
    border-radius: 25px;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
}

.hero-section-content .sign-up-btn a {
    font-weight: 700;
    border-radius: 6px;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to right, #f88c25, #d46300);
}

.hero-section-content .sign-up-btn {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.hero-section-content p {
    margin: 0;
}






/**Blog CSS**/

.category {
    font-size: 14px;
    font-weight: 600;
    color: #f17500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.meta {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #111827;
}

p {
    margin-bottom: 18px;
    font-size: 16px;
}

ul {
    margin: 15px 0 25px 20px;
}

ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* .highlight-box {
    background: #f8e6d7;
    border-left: 5px solid #f17500;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
} */

.highlight-box  {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 25px 0;
}

.highlight-box  li {
  position: relative;
  padding: 3px 10px 3px 20px;
  line-height: 1.6;
  margin: 0;
}

/* .inner-post-wrap .blog-content .highlight-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 20px;
  height: 20px;
  background-image: url("assets/images/check-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
} */
 .highlight-box  li::before {
   content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #f17500;
  border-radius: 100%;
}
 ul.highlight-box.cros-ul li::before {
   content: none;
}
 ul.highlight-box.cros-ul li {
   padding: 3px 10px 3px 0;
}

.inner-post-wrap {
    padding: 50px 0;
}










/*Responsive CSS */


@media (min-width: 992px) {
    .banner-form-wrap .banner-form-top {
        width: 490px;
    }

    .pricing-section .container,
    .platforms-section-wrap .container,
    .features-section-wrap .container,
    .container {
        max-width: 1320px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    .pricing-section .container,
    .platforms-section-wrap .container,
    .features-section-wrap .container,
    .container {
        max-width: 750px;
    }

    .banner-form-wrap .banner-form-top {
        width: 490px;
    }

    /* Styles for iPad in portrait */

    .navbar .dropdown>.dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        display: block;
        /* Keep it block, don't toggle display */
        padding: 0;
        /* Ensure no padding affects height */
        visibility: hidden;
        /* Prevent focus issues when collapsed */
        opacity: 0;
        /* Optional: fade effect */
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* When dropdown is active */
    .navbar .dropdown.show-sub>.dropdown-menu {
        max-height: 300px;
        /* Adjust based on expected content */
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
        border: 0;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .nav-link,
    .main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
        color: #000 !important;
    }

    .main-header.transparent-header.site-navbar .dropdown-toggle::after {
        position: absolute !important;
        right: 20px !important;
        top: 17px;
        bottom: auto !important;
    }

    .main-header.transparent-header.site-navbar li:hover .dropdown-toggle::after {
        color: #fff !important;
        width: auto !important;
        left: inherit;
    }

    .main-header ul.dropdown-menu .dropdown-item {
        background-color: #EB5406;
        color: #fff;
        border-color: #f1f1f159;
    }

    .main-header ul.dropdown-menu {
        width: 100%;
    }

    .destk {
        display: none !important;
    }

    .site-navbar .site-branding img {
        width: 50%;
        height: auto;
    }


    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler-icon {
        filter: brightness(0.5);
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler {
        border-color: #222 !important;
    }

    .main-header.transparent-header.site-navbar .navbar-nav.ms-auto {
        top: 66px;
    }

    .main-header.transparent-header.site-navbar .nav-link {
        padding: 5px 15px;
    }

    .navbar-collapse>.navbar-nav.ms-auto {
        max-height: 0;
        /* overflow: hidden; */
        transition: max-height 0.3s ease;
        display: block;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .navbar-collapse.show>.navbar-nav.ms-auto {
        max-height: 500px;
        visibility: visible;
        opacity: 1;
        /* overflow-y: auto; */
    }

    .navbar-nav.ms-auto {
        position: absolute;
        left: 0 !important;
        right: auto !important;
        width: 100%;
        top: 78px;
        padding: 0;
        background: #faeada;
    }

    .collapse,
    .collapseing {
        /* display: none; */
        position: absolute;
        left: 0;
        width: 100%;
        top: 7px;
    }

    .navbar {
        position: revert !important;
    }


    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 22px;
        border: 0;
    }

    .site-navbar.site-navbar-bg .site-branding img {
        width: 50%;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .nav-link,
    .main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
        color: #000 !important;
    }

    .pricing-section .border {
        width: 100%;
    }

    .still-calling-section .free-trial-form {
        width: 100%;
    }

    .banner-section-warp {
        padding-top: 30px !important;
    }

    .pricing-section .pricing-box {
        padding: 30px 15px 30px;
    }

    .pricing-section .pricing-box .text-dark {
        font-size: 26px;
    }

    .pricing-box .btn-primary {
        padding: 14px 18px;
        font-size: 16px;
    }


    .pricing-box .btn-primary {
        padding: 14px 10px;
        font-size: 15px;
    }

    .sub-heading {
        font-size: 26px;
    }

    .banner-form-wrap .banner-form-top,
    .still-calling-section .free-trial-form {
        padding: 30px 15px !important;
    }

    .still-calling-section li {
        font-size: 18px;
    }

    .faq-wrapper {
        padding-top: 0 !important;
    }

}




@media (max-width: 768px) {
    .banner-form-wrap .banner-form-top {
        width: 490px;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .feature-section h2 {
        font-size: 1.75rem;
    }

    .banner-section-warp {
        padding-top: 30px !important;
    }

    .banner-section-warp {
        padding-top: 30px !important;
    }

    .pricing-section .pricing-box {
        padding: 30px 15px 30px;
    }

    .pricing-section .pricing-box .text-dark {
        font-size: 26px;
    }

    .pricing-box .btn-primary {
        padding: 14px 10px;
        font-size: 15px;
    }

    .pricing-section .container,
    .platforms-section-wrap .container,
    .features-section-wrap .container,
    .container {
        max-width: 750px;
    }
}


@media screen and (max-width: 767px) {

    .algo-features-list-wrp {
        height: auto;
    }

    .footer-modal {
        display: none;
    }

    .pricing-section .col-md-4 {
        margin-bottom: 20px;
    }

    .pricing-section .pricing-box.most-popular {
        height: 97% !important;
    }

    .social-icons-wrap a {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .social-icons-wrap .social-icons {
        flex-direction: column;
    }

    .payment-methods .visa-img {
        width: 100%;
    }

    .faq-wrapper .bg-warning-subtle {
        font-size: 14px;
    }

    .social-icon-wrap .social-icon-box {
        margin-right: 6px;
    }

    .main-header.transparent-header.site-navbar li .nav-link::after {
        background: transparent !important;
    }

    .main-header.transparent-header.site-navbar .nav-link {
        padding: 5px 15px;
    }

    .social-icon-wrap {
        font-size: 14px;
    }

    .built-icon-wrap {
        margin-bottom: 20px;
    }

    .social-icon-wrap .social-icon-box {
        width: 35px;
        height: 35px;
    }

    .social-icons-wrap h5 {
        font-size: 24px;
    }

    .contact-section .built-icon {
        margin: 0 20px 0 0px;
    }

    .plan-pricing-template .compare-plan-section .table thead th,
    .plan-pricing-template .compare-plan-section .table td {
        font-size: 16px;
        padding: 10px 10px;
    }

    section.payment-methods {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    .faq-wrapper {
        padding-top: 0 !important;
    }

    .pricing-section .pricing-box {
        min-height: 482px;
        width: 100%;
    }

    .still-calling-section li {
        font-size: 18px;
    }

    .pricing-section .border {
        margin: 0 auto 20px;
        width: 100%;
    }

    section.add-ons-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    section.why-choose-section {
        padding: 20px 0 20px;
    }

    .navbar .dropdown>.dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        display: block;
        /* Keep it block, don't toggle display */
        padding: 0;
        /* Ensure no padding affects height */
        visibility: hidden;
        /* Prevent focus issues when collapsed */
        opacity: 0;
        /* Optional: fade effect */
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* When dropdown is active */
    .navbar .dropdown.show-sub>.dropdown-menu {
        max-height: 300px;
        /* Adjust based on expected content */
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }

    .navbar-collapse>.navbar-nav.ms-auto {
        max-height: 0;
        /* overflow: hidden; */
        transition: max-height 0.3s ease;
        display: block;
        /* Keep it block, don't toggle display */
        padding: 0;
        /* Ensure no padding affects height */
        visibility: hidden;
        /* Prevent focus issues when collapsed */
        opacity: 0;
        /* Optional: fade effect */
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* When dropdown is active */
    .navbar-collapse.show>.navbar-nav.ms-auto {
        max-height: 500px;
        /* Adjust based on expected content */
        visibility: visible;
        opacity: 1;
        /* overflow-y: auto; */
    }

    .main-header.transparent-header.site-navbar li:hover .nav-link {
        color: #000;
    }

    .site-footer .contact-detail p {
        margin-bottom: 10px !important;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .nav-link,
    .main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
        color: #000 !important;
    }

    .main-header .dropdown-toggle::after {
        position: inherit !important;
        background: transparent !important;
        bottom: -3px !important;
        width: auto !important;
        color: #fff !important;
    }

    .main-header ul.dropdown-menu .dropdown-item {
        border-color: #f1f1f159;
    }

    .site-navbar .site-branding img {
        width: 50%;
        height: auto;
    }

    .site-navbar.site-navbar-bg .site-branding img {
        width: 50%;
    }

    .main-header ul.dropdown-menu {
        width: 100%;
    }

    .main-header ul.dropdown-menu .dropdown-item {
        background-color: #EB5406;
        color: #fff;
    }

    .main-header ul.dropdown-menu {
        border: none;
    }

    .navbar-nav .dropdown a {
        padding: 0.5rem 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .collapse,
    .collapseing {
        /* display: none; */
        position: absolute;
        left: 0;
        width: 100%;
        top: 7px;
    }

    .site-navbar .site-branding {
        padding: 5px 0px 5px 0;
    }

    .still-calling-section .free-trial-form,
    .banner-form-wrap .banner-form-top {
        width: 100%;
    }

    .banner-section-warp {
        padding-top: 30px !important;
    }

    .banner-section-warp .banner-heading {
        font-size: 30px;
        width: 100%;
    }

    .banner-section-warp .lead {
        font-size: 15px !important;
        width: 100%;
    }

    .banner-section-warp .fw-semibold {
        font-size: 16px;
    }

    .banner-section-warp {
        padding-bottom: 0 !important;
    }

    .built-icon {
        margin: 0 auto 30px;
    }

    .algo-built-box {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    section.built-wrapper-section {
        padding: 50px 0 40px;
    }

    .sub-heading {
        font-size: 24px;
        text-align: center;
    }

    .pricing-section {
        padding: 40px 0 40px 0 !important;
    }

    .still-calling-section {
        padding: 40px 0 !important;
    }



}



@media (max-width: 575px) {
    .main-header.transparent-header.site-navbar .dropdown-toggle::after {
        position: absolute !important;
        right: 20px !important;
        top: 17px;
        bottom: auto !important;
    }

    .mobi {
        display: block !important;
    }

    .disp {
        display: none !important;
    }

    .destk {
        display: none !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 22px;
        border: 0;
    }

    .navbar-nav.ms-auto {
        position: absolute;
        left: 0 !important;
        right: auto !important;
        width: 100%;
        top: 78px;
        padding: 0;
        background: #faeada;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-nav.ms-auto {
        top: 72px;
        border-top: 1px solid #f17500;
    }

    .main-header.transparent-header.site-navbar .navbar-nav.ms-auto {
        top: 72px;
        border-top: 1px solid #f17500;
    }

    .main-header.transparent-header.site-navbar {
        padding: 10px 0;
    }

    .navbar-nav li {
        padding: 0;
    }

    .main-header.transparent-header.site-navbar li:hover .dropdown-toggle::after {
        color: #fff !important;
        width: auto !important;
        left: inherit;
    }

    .navbar-nav .dropdown {
        padding: 0;
    }

    .navbar-nav .dropdown .dropdown-menu li {
        padding: 0;
    }

    .navbar {
        position: revert !important;
    }

    .mobp.call-us {
        background: none;
        border: 0px;
        right: 0;
        top: 12px;
    }

    .mobp.call-us span {
        font-size: 0px;
    }

    .mobp.call-us a {
        font-size: 0px;
        background: rgba(0, 0, 0, 0) url(assets/images/calling.png) no-repeat scroll 95% center;
        height: 35px;
        width: 35px;
        padding: 0px;
        display: block;
    }

    .course-ticks,
    .course-ticks.admin {
        height: auto;
        background-size: cover;
        padding: 20px 15px 20px 20px;
        width: 100%;
        background-image: url(assets/images/rit-mb.jpg);
        border-radius: 5px;
        background-repeat: no-repeat;
    }

    .banner-img {
        top: 144px;
        height: auto;
    }

    .site-navbar .site-branding {
        padding: 5px 0px 5px 0;
    }

    .bred-crums {
        top: 100px;
        line-height: 15px;
    }

    .apply-now-btn,
    .app-nwo {
        display: none;
    }

    .callaction-btn {
        display: block;
    }

    .main-header.transparent-header.site-navbar .navbar-toggler-icon {
        filter: brightness(0.5);
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler-icon {
        filter: brightness(0.5);
    }

    .footer-container {
        padding-bottom: 50px !important;
    }

    .footer-nav a {
        margin: 0 3px;
        font-size: 13px;
    }

    .admis-proced li::after {
        font-size: 50px;
        width: 60px;
    }

    .admis-proced li {
        padding-left: 100px;
        padding-bottom: 40px;
        font-size: 20px;
        line-height: 22px;
    }

    .admis-proced li span {
        display: inline-block;
    }

    span.clo-icon {
        padding-right: 170px;
    }

    .admis-proced li span:before {
        content: none;
    }

    .admis-proced li {
        display: inline-block;
    }

    .admis-proced ul:before {
        left: 33px;
    }

    .admis-proced li span br {
        display: none;
    }

    .faq-wrapper .bg-warning-subtle {
        font-size: 14px;
    }
}


@media screen and (min-width: 250px) and (max-width: 400px) {
    .faq-wrapper .bg-warning-subtle {
        font-size: 14px;
    }

    .banner-section-warp .banner-heading {
        font-size: 24px;
    }

    .toggle-switch-wrap span {
        font-size: 16px;
    }

    .toggle-switch-wrap .badge {
        margin-left: 10px;
    }

    .form-switch {
        padding: 0 6px !important;
    }

    .main-header.transparent-header.site-navbar .nav-link {
        padding: 5px 15px;
    }

    .main-header.transparent-header.site-navbar li .nav-link::after {
        background: transparent !important;
    }

    .social-icon-wrap .social-icon-box {
        margin-right: 6px;
    }

    .payment-methods .visa-img {
        width: 100%;
    }
}