@media (prefers-reduced-motion:no-preference){
    :root{scroll-behavior:auto !important}
}
html {
    scroll-behavior: auto !important;
}
.template {
    background-image: url('../images/map.svg');
    width: 100%;
    border: #fbab40;
    background-color: #242628;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 100px;
    /* background-position-y: center; */
    background-origin: padding-box;
    min-height: 100svh;
    height: 100%;
    position: relative;
    /* background-size:cover; */
}

@media screen and (max-width: 1024px) {
    .template {
        background-size: contain;
        background-position-y: center;
    }
}

.logo {
    border: 5px solid #F6821F;
    background: #fff;
    border-radius: 100px;
    width: 200px;
    margin: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 37px; */
    padding: 10px;
}

.logo1 {
    border: 5px solid #F6821F;
    background: #fff;
    border-radius: 100px;
    width: 200px;
    margin: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 37px; */
    padding: 10px;
}

.logo3 {
    border: 5px solid #F6821F;
    background: #fff;
    border-radius: 100px;
    width: 120px;
    margin: auto;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 37px; */
    padding: 10px;
}

.title h4 {
    font-size: 60px;
    font-weight: 800;
}


.title h3 {
    font-size: 36px;
    color: #43a8f0;
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #c3c3c3;
    height: 48px;
    border-radius: 6px;
    font-size: 14px;
    color: #222;
    outline: none !important;
    box-shadow: none !important;
}

.modal-header {
    background: #f8f8f8;
    text-align: center;
    display: block;
    border-color: #f1f1f1;
    border-radius: 16px 16px 0px 0px;
}

.modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.modal .btn {
    padding: 10px 10px !important;
    font-size: 17px;
}

.modal-content {
    border: 0px solid !important;
    border-radius: 16px !important;
}


.defcon_table {
    border: 10px solid #F38020;
    border-radius: 50px;
    overflow: hidden;
    /* max-width: 1600px; */
    max-width: 95%;
    margin: auto;
}

.table th {
    text-align: center;
    padding: 20px 15px !important;
    font-size: 30px;
    font-weight: 700;
    background: #f3802029;
    color: #fff !important;
}


.banner_section {
    margin-top: 65px;
    padding: 100px 0px 50px 0px;
}


@media screen and (max-width:575px) {
    .title h4 {
        font-size: 20px !important;
    }
}

.pt-100{
    padding-top: 100px;
}

.pb-100{
    padding-bottom: 100px;
}


@media only screen and (max-width: 991px) {
    .banner_section {
        padding: 10px 0px;
    }
}

/* Header Section */
.header_sec {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 9;
}

.header_sec .nav-link {
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 700;
    color: #2b2b2b;
    text-transform: uppercase;
}

.header_sec .btn-dark {
    padding: 5px 20px !important;
    text-transform: uppercase;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.header_sec .dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    font-size: 14px;
    color: #777;
    position: absolute;
    top: 11px;
}

.header_sec .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 170px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    z-index: 9999;
}


.header_sec .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #212121;
    padding: 8px 15px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}


.header_sec .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #fafafa !important;
}


.header_sec .navbar-toggler {
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 18px;
    color: #000;
    opacity: 1;
    box-shadow: none !important;
    outline: none;
    padding: 9px 13px;
}

@media only screen and (max-width: 1550px) {
    .header_sec {
        overflow: hidden;
    }
}

body {
    padding-top: 80px; /* Space for fixed navbar */
}

/* Navbar styles */
.navbar {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Hidden navbar at 90vh */
.navbar-hidden {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

/* Visible navbar at 100vh */
.navbar-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Banner */
.banner_content h4 {
    font-size: 35px;
    font-weight: 800;
    line-height: 49px;
    color: #212121;
}


.banner_content .btn {
    font-size: 15px;
    font-weight: 600;
}

.features_card {
   background: #00000050 !important;
}

.features_card .content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.features_card .content p * {
    color: #dbdbdbfc !important;
    font-size: 16px;
}

.feature_img .icon img {
    width: 60px;
}

.feature_img .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    padding: 5px;
    background: #ff942f;
    border: 2px solid #e9a15e;
}

/* SMS Secions */
.sms_section {
    background-color: #eaeaea;
}

.sms_section .img-content {
    position: relative;
    z-index: 2;
}

.sms_section p {
    margin-bottom: 5px;
}

.sms_content h4 {
    font-size: 35px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
}

.sms_content p *{
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 27px !important;
}

/* File Manger Section */
.file_mngr_section .img-content {
    text-align: center;
    position: relative;
}

.file_mngr_section p {
    font-size: 18px !important;
    text-align: left;
    margin-bottom: 0 !important;
}

.file_mngr_section span {
    font-size: 18px !important;
}

.section_heading h4 {
    font-size: 23px;
    font-weight: 700;
}

/* Pricing Secion */
.pricing_section .pricing .features ul li {
    font-size: 18px;
}

.pricing_sec_header {
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #212121;
    margin-bottom: 20px;
}

.pricing_section .pricing_header h4 {
    font-size: 22px;
}

.pricing {
    padding: 22px;
    border: 1px solid #212529;
    border-radius: 16px;
    background: #212529;
}

.pricing .btn{
    font-weight:600;
}

.pricing_header {
    margin-bottom: 12px;
}

.pricing_header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.pricing .features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing .price h3 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
}

.pricing .price sub {
    font-size: 14px;
}

.pricing .price{
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}


.pricing .features ul li {
    padding: 7px 0px;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    color: #dcdcdc;
}
/* .pricing .features ul li:before {
    content: "\f00c";
    top: 9px;
    left: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    font-family: 'FontAwesome';
} */

#about {
    background-image: url('../images/map.svg');
    background-origin: padding-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #242628;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    /* min-height: 600px; */
}

.about_section h1 {
    display: none;
}

.about_section_heading h4{
    font-size: 35px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

.banner_content_p * {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.about_content * {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.about_content h5 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #ffffff;
}

.about_content p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* .contact_form {
    border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 14px;
    background: #fbfbfb;
} */

.contact_form .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    background: #FF942F !important;;
    border-color: #FF942F;
}

.contact_form  .form-label {
    font-weight: 700;
    font-size: 14px;
}

.footer_menu ul {
    margin: 0;
    list-style: none;
}

.footer_menu ul li a {
    font-size: 16px;
    text-decoration: none !important;
    color: #212121;
    font-weight: 600;
}


.copyright {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.footer_sec {
    background: #0c0c0c;
}

.copyright p {
    color: #c3c3c3;
}

.footer_menu ul li a {
    font-size: 16px;
    text-decoration: none !important;
    color: #bebebe !important;
    font-weight: 600;
}

.scroll_top {
    position: fixed;
    bottom: 100px;
    left: 120px;
    background: #ff954296;
    width: 42px;
    text-align: center;
    height: 42px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999;
    cursor: pointer;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .scroll_top {
        bottom: 25px;
        left: 25px;
    }
}

.features_section {
    background-image: url('../images/map.svg');
    background-origin: padding-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #242628;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    overflow: hidden;
    /* min-height: 600px; */
}

.form-label {
    font-size: 14px;
    font-weight: 600;
}

/* Copyright */
.copyright p,
.footer_menu ul li a {
    font-size: 18px;
}

@media screen and (min-width:992px) {
    .header_sec .dropdown-menu {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block !important;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }

    .header_sec .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

}

@media screen and (max-width:991px) {
    .header_sec .btn-dark {
        padding: 12px 35px !important;
        margin-top: 16px;
    }

    .banner_content h4 {
        font-size: 33px;
        line-height: 46px;
    }

    .sms_content h4 {
        font-size: 23px;
    }

    .sms_content p {
        font-size: 16px;
    }
    .pt-100{
        padding-top: 50px;
    }

    .pb-100{
        padding-bottom: 50px;
    }

    .checkout-page-container {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100{
        padding-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .banner_content h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner_content p {
        font-size: 16px;
    }

    .sms_content h4 {
        font-size: 20px;
    }

    .sms_content p {
        font-size: 16px;
    }

    .pricing_sec_header {
        margin-bottom: 45px;
    }
}

/* Notification Secions */
.notification_section {
    background-color: #eaeaea;
}

.ebook-section p {
    margin-bottom: 5px;
}

.notification_section p {
    margin-bottom: 0;
}

/* E-Book Section */
.ebook-section {
    background-color: #eaeaea;
}

.ebook-section .download-pdf {
    font-size: 16px;
    color: white;
    background-color: #ff942f;
    font-weight: 500;
    padding: 8px 15px;
    margin-top: 8px;
    position: relative;
    transition: 0.4s all ease-in-out;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.ebook-section .download-pdf:hover {
    box-shadow: none;
}

.ebook-section .download-pdf i {
    padding-right: 15px;
    font-size: 24px;
    line-height: 30px;
}

.ebook-section .download-pdf i::after {
    content: "";
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 46px;
    width: 2px;
    position: absolute;
    background-color: #ffffff;
    transition: 0.4s all ease-in-out;
}

.ebook-section .download-pdf:hover i::after {
    height: 60%;
}

.ebook-section .download-pdf span {
    display: inline-block;
    line-height: 30px;
}

@media (max-width: 1399px) {
    .pricing_section .pricing.card .btn {
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .center-mx-575 {
        text-align: center;
    }

    .center-mx-575 img {
        max-height: 250px !important;
    }

    .app-download h2 {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .pricing_sec_header {
        font-size: 20px !important;
        margin-bottom: 38px;
    }

    .about_section_heading h4 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .ebook-section .download-pdf {
        transform: scale(0.8);
        margin-left: -15px;
        margin-top: 0;
    }
}
