html, body {
    overflow-x: hidden;
}

::selection {
    background: #c2272d;
    color: #fff;
}

body, input, textarea, select {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #424141;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #2c394c;
}

.h2, h2 {
    font-weight: 700;
}

.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
    color: #fff;
}

img {
    height: auto;
    max-width: 100%;
}

/*Bootstrap Color Override*/
.list-position-inside {
    list-style-position: inside;
}

.bg-primary {
    background-color: #c2272d !important;
}

.bg-secondary, .btn-secondary {
    background-color: #2C394C !important;
}

.bg-info {
    background-color: #e4f1f7 !important;
}

.bg-dark {
    background-color: #232323 !important;
}

.btn-primary {
    background-color: #c2272d !important;
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary:hover {
    color: #ffffff !important;
}

.btn-primary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c2272d;
    z-index: -2;
}

.btn-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2C394C;
    transition: all 0.3s;
    z-index: -1;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary:hover:before {
    width: 100%;
}

.bg-secondary .btn-primary, .information-section .btn-primary {
    border-color: #fff !important;
}

.bg-secondary .btn-primary:before, .information-section .btn-primary:before {
    background: #fff;
}

.bg-secondary .btn-primary:hover, .information-section .btn-primary:hover {
    color: #c2272d !important;
}

.btn-secondary:hover {
    background-color: transparent !important;
    border-color: #2C394C !important;
    color: #2C394C !important;
}

.rounded-30 {
    border-radius: 30px;
}

.btn {
    padding: 0.875rem 2.625rem;
    font-size: 1.125rem;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    border: 2px solid #2C394C !important;
    transition: all 300ms ease 0ms;
}

.title, .title h2 {
    text-transform: capitalize;
}

.hero-details h1 {
    line-height: 50px;
    font-weight: bolder;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c2272d;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.app-listing-section ul {
    list-style: none;
}

.master-wrapper-page {
    margin-top: 5.7rem;
}

/*Homepage*/
.hero-section {
    padding: 11% 0;
    position: relative;
    overflow: hidden;
}

.app-listing-section ul li {
    margin: 14px 6px;
}

.app-listing-section ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background: #404b5b;
    border-radius: 37px;
    border: 1px solid #5f5f5f;
    font-size: 15px;
    font-weight: bolder;
    transition: all 0.2s ease-in-out;
}

.app-listing-section ul li a:hover {
    background-color: #952327;
}

.testimonial-item, .blog-slider-section .blog-item {
    background-color: #e4f1f7 !important;
    padding: 25px;
    margin: 0 5px;
    transition-timing-function: ease-in-out;
    animation-duration: 500ms;
}

.blog-slider-section .blog-item {
    border: 0;
    background: transparent !important;
}

.brokerage-item {
    padding: 25px;
    margin: 0 5px;
}

.blog-meta .post-categories a {
    text-decoration: none;
    color: #8C8C8C;
}

.slick-slide {
    transform: scale(0.9);
    transition: 500ms ease-in-out;
}

.blog-item a:hover {
    opacity: 0.9;
    transition: all .3s ease;
}

.slick-slide .brokerage-item {
    backface-visibility: hidden;
}

.slick-slide.slick-center .brokerage-item {
    filter: blur(0px);
}

.slick-slide i {
    font-size: 13px;
}

.slick-slide strong {
    font-size: 15px;
}

.slick-slide.slick-center {
    transform: scale(1);
}

.brokerage-section .slick-slide.slick-center {
    transform: scale(1.1);
}

.blog-slider-section .slick-slide.slick-center,
.blog-slider-section .slick-slide {
    transform: none;
}

.testimonial-section .slick-next:before, .testimonial-section .slick-prev:before, .brokerage-section .slick-next:before, .brokerage-section .slick-prev:before {
    font-size: 25px !important;
    color: #FFFFFF;
    background: #3ca4db;
    padding: 10px 10px 10px 10px;
    border-radius: 50px 50px 50px 50px;
    font-family: "bootstrap-icons" !important;
    opacity: 1 !important;
}

/* Changes Applied By Ganesh */
.slick-prev {
    left: -45px !important;
}

.testimonial-section .slick-next:before, .brokerage-section .slick-next:before {
    content: '\F138' !important;
}

.testimonial-section .slick-prev:before, .brokerage-section .slick-prev:before {
    content: '\F12F' !important;
}

.blog-slider-section .slick-next:before, .blog-slider-section .slick-prev:before {
    color: #fff !important;
    font-family: "bootstrap-icons" !important;
    opacity: 1;
    font-size: 25px !important;
    font-weight: bolder;
}

.blog-slider-section .slick-next, .blog-slider-section .slick-prev {
    transition: all .2s ease-in-out;
    opacity: 0;
}

.blog-slider-section:hover .slick-next, .blog-slider-section:hover .slick-prev {
    opacity: 1;
}

.blog-slider-section .slick-next:before {
    content: '\F285';
}

.blog-slider-section .slick-prev:before {
    content: '\F284';
}

.slick-dots {
    bottom: -50px !important;
}

.slick-dots li {
    height: 15px !important;
    width: 15px !important;
}

.slick-dots li button {
    line-height: 15px !important;
}

.slick-dots li button::before {
    color: transparent !important;
    border: 2px solid #3ca4db;
    border-radius: 50%;
    height: 15px !important;
    width: 15px !important;
    line-height: 10px !important;
}

.blog-slider-section .slick-dots li button::before {
    border-color: #fff;
}

.blog-slider-section .slick-dots li.slick-active button:before {
    color: #fff !important;
}

.slick-dots li.slick-active button:before {
    font-size: 27px;
    color: #3ca4db !important;
    line-height: 10px !important;
}

.subscription-information-section ul li {
    margin-bottom: 20px;
}

.step-box strong {
    font-size: 60px;
    opacity: 0.2;
    font-weight: 900;
}

.step-box {
    position: relative;
    text-align: center;
}

.step-box .icon,
.info-section .icon,
.information-section .icon,
.features-box .icon {
    margin: auto;
    text-align: center;
}

.information-section .icon {
    text-align: left;
}

.features-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.features-box h3 {
    margin-bottom: 0;
}

.features-box .icon {
    margin: 0;
    text-align: left;
    width: 10%;
}

.features-box .icon i {
    color: #2c394c;
}

.features-box .features-details {
    width: 90%;
}

.features-box .features-details p {
    font-size: 15px;
    margin-bottom: 0;
}

.features-section .btn {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.step-box .icon i,
.info-section .icon i,
.information-section .icon i {
    font-size: 50px;
    color: #2c394c;
}

.bg-secondary .step-box .icon i {
    color: #fff;
}

.builder-section i {
    font-size: 60px;
}

.agent-section p {
    line-height: 28px;
}

.agent-section .agent-image {
    height: 100%;
    object-fit: cover;
}

.agent-info {
    padding: 20px 0 0;
    border-top: 1px solid rgba(237, 237, 237, 0.25);
}

.agent-info p {
    font-size: 14px;
}

/*Footer*/
.cta-section {
    background: #e4f1f7;
    padding: 3rem 4rem;
    overflow: hidden;
}

.footer-logo {
    max-width: 300px;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    transition: .2s;
}

.footer ul li a:hover {
    color: #c2272d;
}

.footer ul li span {
    font-size: 0;
}

.footer .description p, .copyright p {
    font-size: 14px;
    line-height: 23px;
}

.navbar-brand img {
    max-width: 270px;
    width: 100%;
}

.footer .contact p, .footer .contact ul li a {
    font-size: 15px;
    font-weight: normal;
}

.footer .quick-links li {
    position: relative;
    margin: 0 10px;
}

.footer .quick-links li:after {
    position: absolute;
    content: '|';
    width: 10px;
    top: 5px;
    right: -18px;
    font-size: 14px;
}

.footer .quick-links li a {
    position: relative;
    font-size: 14px;
    margin: 0 10px;
    font-weight: normal;
}

.footer .quick-links li:last-child, .footer .quick-links li:last-child a {
    margin-right: 0;
}

.footer .quick-links li:last-child:after {
    display: none;
}

.footer-bottom {
    border-top: 1px solid rgba(237, 237, 237, 0.25);
}

.footer-bottom .quick-links ul {
    display: flex;
}

/*Header*/
.navbar {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;

}

.navbar-nav a.nav-link {
    color: #2c394c;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 0;
}

.navbar-nav a.nav-link:hover {
    color: #c2272d;
}

.navbar-nav .nav-link-dropdown a.nav-link {
    padding-right: 0.15em !important;
    padding-left: .355em !important; /*padding-right: 0 !important; padding-left: 0 !important; margin-left: .255em;*/
}

.dropdown-menu ul {
    padding: 0;
}

.dropdown-menu li .dropdown-item strong {
    color: #333;
    font-size: 1rem;
    padding: 0;
    font-weight: bolder;
    margin-bottom: 3px;
}

.dropdown-menu .features-details p {
    color: #5a5a5a;
    font-weight: 500;
    line-height: 23px;
    font-size: 15px;
    margin: 0;
    white-space: normal;
}

.dropdown-menu li .dropdown-item:hover {
    background-color: rgba(0, 0, 0, .03) !important;
    transition: all .4s ease-in-out;
}

.dropdown-menu li .dropdown-item:hover strong {
    color: #c2272d;
}

.dropdown-menu {
    border-radius: 10px;
    border: 0;
    padding: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    min-width: 1000px;
    border-top: 3px solid #c2272d;
    transition: .15s ease-in-out;
}


.dropdown-menu strong {
    font-size: 1.2rem;
}

.dropdown i {
    font-size: 1.5rem;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    border-right: 1px solid #eee;
    padding-right: 1rem;
}

.dropdown-menu ul:last-child {
    border: 0;
    padding: 0;
}

.dropdown-menu li a {
    /*padding: 0;*/
    background: transparent !important;
}

.cover {
    position: absolute;
    border: 1px solid #dee2e6 !important;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    min-height: 415px;
}

.youtube-video {
    position: relative;
}

.youtube-video iframe {
    border: 1px solid #dee2e6 !important;
    min-height: 465px;
    border-radius: 15px;
}

.cover-container {
    height: 100%;
}

.cover-container img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c2272d;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.play-button i {
    text-align: center;
    line-height: 50px;
    font-size: 29px;
    color: #fff;
}

.hero-section ul li {
    list-style: none;
}

.how-its-works-page.page-banner {
    padding: 14% 0;
    background-size: cover;
}

.title-grp {
    text-transform: capitalize;
}

.title-grp strong {
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(44, 57, 76, 0.4) !important;
}

.description-section p {
    font-size: 20px;
    line-height: 35px;
}

.description-section img {
    height: 100%;
    width: 100%;
}

/*info Section*/
.information-section {
    background-size: cover !important;
    position: relative;
}

.information-section:after {
    content: '';
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.information-section .information-details {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.information-section .information-details ul li::marker {
    margin: 1rem;
    padding: 1rem;
}

/*About us Page*/
.about-us-page.page-banner {
    padding-top: 13%;
    padding-bottom: 13%;
    background-size: cover !important;
}

.team-box {
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
}

.team-box .team-details {
    background-color: #2c394c;
    z-index: 1;
    position: relative;
}

.team-box h3 {
    color: #fff;
}

.team-box img {
    transition: transform 0.3s;
    height: 100%;
    width: 100%;
}

.team-box:hover img {
    transform: scale(1.1);
}

.modal-dialog .team-description {
    line-height: 30px;
    font-size: 15px;
}

.tabs {
    width: max-content;
    margin: 0 auto;
}

.nav-tabs .nav-link {
    padding: 1rem 2rem;
    color: #fff;
    border: 0 !important;
    border-right: 1px solid #fff !important;
    border-radius: 0 !important;
}

.nav-tabs .nav-link i {
    font-size: 30px;
    padding-bottom: 5px;
    display: block;
}

.nav-tabs .nav-link.active {
    background-color: #c2272d !important;
    color: #fff;
}

.nav-tabs .nav-link:focus-visible {
    border: 0;
    outline: 0;
}

.nav-tabs .nav-link:last-child {
    border: 0 !important;
}

.list ul {
    list-style: none;
    padding: 0;
}

.list ul i {
    margin-right: 5px;
}

.easy-to-use-section, .all-in-one-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.easy-to-use-section h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    /*font-size: 3.2rem;
    line-height: 70px;*/
    color: #000;
}

.easy-to-use-section li i {
    color: #c2272d;
    font-size: 32px;
    vertical-align: middle;
}

.easy-to-use-section li {
    font-size: 18px;
    color: #2c394c;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.easy-to-use-section .easy-use-images-wrapper img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*Features Page*/
.features-page.page-banner {
    position: relative;
    overflow: hidden;
    padding: 3% 0 0;
}

.features-page.page-banner h1,
.features-page.page-banner .h4,
.all-in-one-details-wrapper h2,
.how-its-works-page.page-banner h1,
.how-its-works-page.page-banner .h4,
.about-us-page.page-banner h1,
.about-us-page.page-banner .h4,
.schedule-a-demo-page.page-banner h1,
.schedule-a-demo-page.page-banner .h4,
.purchase-order-page.page-banner h1,
.purchase-order-page.page-banner .h4,
.blog-page.page-banner h1,
.hero-section h1,
.hero-section .h4 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
}

.features-page.page-banner h1 span,
.all-in-one-details-wrapper h2 span,
.how-its-works-page.page-banner h1 span,
.about-us-page.page-banner h1 span,
.schedule-a-demo-page.page-banner h1 span,
.purchase-order-page.page-banner h1 span,
.blog-page.page-banner h1 span,
.hero-section h1 span {
    font-weight: bold;
}

.features-page.page-banner .vide-player,
.hero-section .vide-player {
    visibility: visible;
    position: absolute;
    top: 0;
    left: -100px;
    width: max-content;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s;
    z-index: -1;
}

.features-page.page-banner img {
    border-top-left-radius: 10px;
    width: 100%;
}

.features-box {
    background-color: #e4f1f7;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.features-box i {
    font-size: 25px;
}

.common-section {
    background-image: linear-gradient(180deg, #ffffff 0%, #fafafa 26%, #e4f1f7 50%) !important;
}

/*Blog Page*/
.blog-page.page-banner, .video-page.page-banner {
    padding: 5% 0;
    background: #e4f1f7 !important;
}

.blog-item .blog-meta p {
    position: relative;
    font-size: 14px;
    margin: 0 5px 15px;
    color: #8C8C8C;
}

.blog-item .blog-title {
    color: #000;
    line-height: 43px;
    text-decoration: none;
    font-weight: normal;
}

.post-tags a {
    border: 1px solid;
    border-radius: 5px;
    padding: 1px 11px;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 6px;
    text-transform: capitalize;
    line-height: initial;
    text-decoration: none;
}

.blog-item .read-more-btn {
    font-size: 16px;
    color: #c2272d;
    text-decoration: none;
}

.blog-item {
    height: 100%;
    border: 0;
}

.blog-item .card-body {
    padding: 0;
}

.blog-item img {
    margin-bottom: 1rem;
}

.blog-item .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-slider-section {
    background: #871b1f;
}

.blog-slider-section .blog-item .card-text {
    line-clamp: none;
    -webkit-line-clamp: none;
}

.blog-item .blog-meta p:first-child {
    margin-left: 0;
}

.blog-item .blog-meta p:after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: rgba(0, 0, 0, .125);
    right: -10px;
    top: 4px;
    bottom: 5px;
    height: 15px;
}

.blog-item .blog-meta p:last-child:after {
    display: none;
}

.blog-details p,
.blog-details li,
.privacy-details p,
.privacy-details li,
.recent-blog-post-section a,
.comments-section p {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
}

.privacy-details a {
    text-decoration: none;
    color: #c2272d;
}

/*Video Page*/
.videos-section iframe {
    border: 2px solid #c1c1c1;
    border-radius: 10px;
}

/*Privacy Policy & T&C Pages*/
.slick-slide img {
    margin: auto;
}

iframe {
    width: 100%;
}

.features-box a {
    text-decoration: none;
}

/* Schedule a Demo */
.schedule-a-demo-page.page-banner,
.purchase-order-page.page-banner {
    padding: 4% 0;
    background-size: cover;
    position: relative;
}

.schedule-a-demo-page .bg-white.rounded {
    padding: 2.5rem;
}

.purchase-order-page .form-group,
.schedule-a-demo-page .form-group {
    margin-bottom: 20px;
}

.purchase-order-page .form-group label,
.schedule-a-demo-page .form-group label {
    font-size: 16px;
    margin-bottom: 5px;
}

.purchase-order-page .form-group .form-select,
.purchase-order-page .form-group .form-control {
    padding: 10px;
    font-size: 14px;
}

.schedule-a-demo-page .form-group .form-control {
    font-size: 14px;
}

.schedule-a-demo-page form .btn {
    padding: 0.9rem 3rem;
}

.purchase-order-page form .btn:hover,
.schedule-a-demo-page form .btn:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.form-control:focus, .btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(221, 65, 65, 0.25) !important;
}

.brokerage-bloated-details {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    border-top: 5px solid #c2272d;
}

/*Pricing Page*/
.pricing-page.page-banner {
    padding: 0;
    background-size: cover;
}

.pricing-page.page-banner p {
    font-weight: unset !important;
}

.calculation-section .dynamic-input .input-group input {
    max-width: 300px;
    border-radius: 50px !important;
    width: 100% !important;
    border: solid 5px #B92327 !important;
    font-size: 24px !important;
    padding-left: 11px;
    line-height: normal;
    text-align: center;
    min-height: 70px;
}

.pricing-rang-img {
    max-width: 1000px;
}

.pricing-table {
    padding: 15px;
    margin-top: 20px;
}

.pricing-table th, .pricing-table tr td:first-child {
    background-color: #E4EFF7;
    color: #000 !important;
    border: 0;
    vertical-align: middle;
}

.pricing-table tr td {
    border-right: 1px solid #fff;
    vertical-align: middle;
}

.total-cost {
    position: relative;
}

.total-cost p {
    font-size: 14px;
}

.highlight-img {
    position: absolute;
    top: -50px;
    left: 55px;
    max-width: 100%;
}

.highlight-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8e8e8e;
}

.highlight-box:last-child {
    border: 0;
}

.highlight-box strong {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
}

.pricing-table *, .highlight-box p {
    color: #fff !important;
}

.pricing-table table input,
.highlight-box input,
.total-cost input {
    background-color: transparent;
    border: none;
    outline: 0;
    max-width: 90px;
    text-align: center;
    cursor: text;
}

.total-cost-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.highlight-box input {
    color: #fff;
}

.total-cost input {
    text-align: left;
    color: #fff;
    margin-left: 5px;
    font-size: 25px;
    font-weight: bolder;
    max-width: 150px;
}

#yearlySave input, #quarterlySave input {
    color: #00ff00;
}

#annualCost input, #quarterlyCost input {
    font-weight: bolder;
}

/*Modal*/
.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
    position: relative;
}

.modal-body .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-size: 12px !important;
    height: 16px !important;
    width: 16px !important;
}

.team-details {
    padding: 20px;
}

.team-details small {
    font-size: 12px;
}

.modal-body .team-description {
    font-size: 14px;
    line-height: 1.5;
    color: #2c394c;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.brokerage-bloated-section {
    background-color: #2C394C;
}

/*Responsive Css*/
@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 45vw;
        flex-wrap: wrap;
        min-width: calc(100% - 10%);
    }

    .dropdown-list-item:after {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand img {
        max-width: 250px;
    }

    .btn-schedule-a-demo {
        padding: 0.575rem 0.995rem;
    }
}

@media screen and (max-width: 1180px) {
    .dynamic-input {
        flex-direction: column;
    }

    .highlight-img {
        top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .master-wrapper-page {
        margin-top: 4rem;
    }

    .dropdown-menu.show {
        flex-wrap: wrap;
        border: 0;
        border-radius: 0;
        box-shadow: unset;
        padding: 1rem;
        min-width: 100%;
    }

    .dropdown-menu .icon, .dropdown-menu p {
        display: none;
    }

    .dropdown-menu li {
        margin-bottom: 10px;
    }

    .navbar-nav a.nav-link {
        padding: 0;
    }

    .navbar-toggler-icon i {
        font-size: 2rem;
    }

    .logo-desktop, .navbar .btn {
        display: none;
    }

    .cover, iframe {
        position: relative;
        min-height: auto !important;
        border-radius: 15px !important;
    }

    .step-box:first-child::after, .step-box:nth-child(2)::after {
        display: none !important;
    }

    .navbar-brand img, .footer img {
        max-width: 200px;
    }

    .play-button {
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slick-slide.slick-center {
        transform: unset;
    }

    .app-listing-section ul {
        padding: 0;
    }

    .slick-dotted.slick-slider {
        padding: 0;
        margin: 0;
    }

    .footer-bottom .d-flex, .cta-section .d-flex {
        flex-direction: column;
        justify-content: center;
    }

    #accordionExample {
        margin-top: 2rem;
    }

    .agent-section {
        overflow: hidden;
    }

    .hero-details {
        margin-bottom: 1rem;
        text-align: center;
    }

    .hero-details ul {
        justify-content: center;
    }

    .footer .quick-links li {
        text-align: center;
    }

    .cta-section {
        padding: 1rem 3rem;
    }

    .cta-section .d-flex {
        justify-content: center;
    }

    .agent-section .bg-secondary {
        margin-bottom: 1rem;
    }

    .title {
        margin: 1rem 0;
    }

    .easy-to-use-section li {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }

    .all-in-one-images-wrapper {
        margin-top: 1rem;
    }

    .page-banner .btn-primary {
        margin-bottom: 1rem;
    }

    .navbar-collapse, .navbar-collapse .btn-primary {
        margin-top: 1rem;
        background: rgba(0, 0, 0, .03);
        padding: 1rem;
    }

    .navbar-collapse .btn-primary {
        display: none;
    }

    .footer strong, .copyright {
        text-align: center;
    }

    .subscription-information-section img {
        margin-bottom: 1rem;
    }

    .testimonial-item, .blog-slider-section .blog-item, .copyright p {
        margin: 0;
    }

    .hero-section {
        margin: 0 !important;
    }

    .hero-section ul {
        gap: 0.5rem !important;
    }

    .social-share ul {
        justify-content: center;
    }

    .footer-logo {
        margin: auto;
        display: block;
    }

    .footer .quick-links li::after {
        display: none;
    }

    .easy-to-use-section .easy-use-images-wrapper img {
        border-radius: 5px !important;
    }

    .tabs {
        width: 100% !important;
    }

    .tabs #nav-tab {
        flex-direction: column;
    }

    .tabs #nav-tab .nav-link {
        border-bottom: 1px solid #fff !important;
        margin: unset !important;
    }

    .right-sidebar {
        margin-top: 3rem;
    }

    .info-section .info-section-item {
        display: flex;
        align-items: flex-start;
        text-align: left !important;
        gap: 1rem;
    }

    .info-section .info-section-item .icon {
        margin-left: 0;
        margin-right: unset;
    }

    .page-banner h1 {
        font-size: 2.1rem;
    }

    .page-banner .h4 {
        font-size: 1.5rem;
    }

    .easy-to-use-section,
    .all-in-one-section {
        padding: 1rem;
    }

    /*.easy-to-use-section .list {
        flex-direction: column;
        gap: 0 !important;
    }*/
    .easy-to-use-section .list ul {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .page-banner h1, .hero-section h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    .h2, h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .features-page.page-banner .container {
        margin-left: auto !important;
        margin-right: 0 !important;
        max-width: 1160px;
    }

    .features-page.page-banner .container .row {
        align-items: center;
    }

    .features-page.page-banner .container .row .aos-animate {
        padding: 0;
    }

    .dropdown:hover .dropdown-menu, .dropdown-list {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1400px) {
    .table-desktop {
        display: none;
    }

    .total-cost {
        margin: auto;
        padding-top: 6rem;
    }

    .purchase-order-page .form-group label,
    .schedule-a-demo-page .form-group label {
        font-size: 14px;
    }

    .highlight-img {
        top: 50px;
    }
}

@media screen and (min-width: 1400px) {

    .features-page.page-banner .container {
        margin-left: auto !important;
        margin-right: 0 !important;
        max-width: 1360px;
        padding: 0;
    }

    .table-mobile {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .easy-to-use-section li {
        font-size: 18px;
    }

    .table-desktop {
        display: none;
    }

    .schedule-a-demo-page.page-banner {
        background-size: unset;
    }

    .easy-use-images-wrapper {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 992px) {
    .dropdown-list ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dropdown-list ul li {
        width: 50%;
    }

    .dropdown-list-item {
        margin-top: 15px;
        position: relative;
    }

    .nav-item.dropdown, .nav-item.nav-link-dropdown .dropdown {
        position: static;
    }

    .dropdown:hover .dropdown-menu, .dropdown-menu[data-bs-popper],
    .nav-link-dropdown .dropdown:hover .dropdown-menu {
        flex-direction: column;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1000px;
        margin: auto;
    }

    .dropdown-list li {
        margin-bottom: 10px;
    }

    .dropdown-menu.show,
    .dropdown:hover .dropdown-menu,
    .dropdown-menu.show,
    .nav-link-dropdown .dropdown-menu:hover {
        display: flex;
    }

    .easy-use-images-wrapper,
    .easy-use-details-wrapper {
        width: calc(50% - 20px);
    }

    .easy-use-images-wrapper {
        padding-right: 5rem;
    }

    .easy-use-details-wrapper {
        padding-right: 2rem;
    }

    .logo-mobile {
        display: none;
    }

    .features-box .icon i {
        font-size: 2.5rem;
    }

    .features-page.page-banner .container .row .btn {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1620px;
    }

    .features-page.page-banner .container {
        max-width: 1500px;
    }
}

@media only screen and (max-width: 1024px) {

    .pricing-rang-img {
        max-width: 100%;
    }

    .information-section,
    .pricing-page.page-banner {
        background-size: cover !important;
    }
}

.pagination-container nav div:last-child span {
    box-shadow: none !important;
}

.pagination-container nav div:last-child span span {
    margin: 0 1px;
    width: 40px;
    padding: 0 !important;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.pagination-container nav svg {
    width: 30px;
}

.pagination-container nav div:last-child span span[aria-current="page"] span {
    background: #B92327 !important;
    color: #fff;
    border: 1px solid #B92327 !important;
}

.pagination-container nav div:last-child span a {
    color: #000000;
    margin: 0 1px;
    width: 40px;
    padding: 0 !important;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.pagination-container nav > div.justify-between {
    display: none;
}

.pagination-container nav div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-container nav div:last-child p {
    margin: 0;
}

h3 a, h3 a:hover {
    color: #2c394c;
}

.multi-steps-form-progress {
    min-height: 75px;
    position: relative;
}

.multi-steps-form-progress.complete::after {
    background-color: #198754;
}

.multi-steps-form-progress.active::after {
    background-color: #c2272d;
}

.multi-steps-form-progress::after {
    content: "";
    position: absolute;
    left: 6%;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dee2e6;
    z-index: 1;
    top: 4%;
}

.multi-steps-form-progress:last-child::after {
    background-color: #fff;
}

.multi-steps-form-progress {
    font-size: 16px;
}

.multi-steps-form-progress .z-index-2 {
    font-size: 18px;
}

.z-index-2 {
    z-index: 2;
}

.text-muted-2 {
    color: #888 !important;
}

.fs-7 {
    font-size: .9rem !important;
}

.ui-menu .ui-menu-item span + span:before {
    content: " | ";
    padding: 0 1px;
}

.ui-autocomplete {
    max-width: fit-content;
    border: 0px !important;
    padding: 0 !important;
    max-height: 270px;
    overflow: auto;
    overflow-x: hidden;
}

.list-group-item.ui-menu-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #c2272d !important;
    border: solid 1px white !important;
}

/*Price Calculation Loading Loader MD katariya*/
.loader {
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    border-width: 3px 2px 3px 2px;
    border-style: solid dotted solid dotted;
    border-color: #de3500 rgba(255, 255, 255, 0.3) #000 rgb(255 255 255 / 30%);
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
}

.loader:before, .loader:after {
    content: '';
    top: -18px;
    left: 3px;
    position: absolute;
    border: 5px solid transparent;
    border-bottom-color: #000;
    transform: translate(-10px, 19px) rotate(-35deg);
}

.loader:after {
    border-color: #de3500 #0000 #0000 #0000;
    transform: translate(6px, 18px) rotate(-35deg);
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.btn-danger {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid #c2272d;
}

#buyFrm label b {
    font-size: 16px;
}

#buyFrm h2 {
    line-height: 1.2;
}

.fw-bolder {
    font-weight: 900 !important;
}

a.text-primary-theme {
    color: #c2272d;
    text-decoration: none;
}

a.text-primary-theme:hover {
    color: #111;
}

.green {
    color: #0d9065;
}

.total_saving_section .PaymentSelectionDiscountText {
    font-size: 16px;
}
