html {
    scroll-behavior: smooth;
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}

/*font-family: 'Roboto Slab', serif;*/
.container {

    padding: 0;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #282828;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #282828;
    background-color: transparent;
}


.navbar_logo img {
    height: 60px;
}

.main_header .navbar {
    padding: 15px 0;
}

.main_header .navbar-dark .navbar-nav12 .nav-link {
    color: #2A2A2A;
    font-weight: 600;
    padding: 8px 18px;
    font-size: 27px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
	cursor: pointer;
}

/*.main_header .navbar-dark .navbar-nav12 .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #2a2a2a;
    transition: width .3s;
}
.main_header .navbar-dark .navbar-nav12 .nav-link:hover::after {
    width: 100%;
    //transition: width .3s;
}*/
.main_header .navbar-dark .navbar-nav12 .nav-link.signup_btn, .search_btn {
    /* background-color: #F91010 !important; */
	background-color: #ebeb00 !important;
    border-radius: 25px;
}

.search_item {
    padding-left: 30px;
}

.search_item i {
    font-size: 14px;
}

.user_drop .user_img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.user_menu {
    align-items: center;
}

/** home page **/
.banner-bg {
    position: relative;
}

.banner-bg:before, .main-video:before {
    content: "";
    background-color: #00000070;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 99;
    width: 100%;
}

header.main_header {
    background-color: #fff;
    border-bottom: 2px solid #e6e4e4;
    border-top: 2px solid #32B1E7;
}

header.main_header nav {
    background-color: #fff !important;
}

.home-banner-inner {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -32%);
    z-index: 999;
    text-align: center;
    width: 65%;
    margin: auto;
}

.banner-text h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
}

.app-icons a img {
    width: 200px;
    margin-right: 10px;
}

section.about-sec {
    background-color: #fffceb;
}

.default-sec {
    padding: 80px 0;
}

.sec-title h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
}

.about-left p, .sec-title p {
    font-size: 14px;
    line-height: 26px;
}

.sec-title p {
    width: 60%;
    margin: auto;
}

.box-text {
    text-align: center;
}

.box-text h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.box-text p {
    font-size: 13px;
}

.box-img {
    margin-bottom: 20px;
    text-align: center;
}

.box-img img {
    width: 75%;
    margin: auto;
}

.wrk-boxes {
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
}

.single-box {
    width: 80%;
    margin: auto;
}

.main-video {
    position: relative;
}

.main-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.middle-app-feature {
    position: relative;
    padding-top: 95px;
}

.app-mobile-img {
    position: absolute;
    top: 0px;
}

.app-single-box {
    text-align: center;
    border: 1px solid #00C497;
    border-radius: 10px;
    padding: 30px;
    width: 260px;
    margin: auto;
    margin-bottom: 35px;
}

.feature-icon {
    margin-bottom: 20px;
}

.features-text h5 {
    font-size: 16px;
}

.features-text p {
    font-size: 12px;
    margin-bottom: 0px;
}

.app-features-inner .sec-title {
    margin-bottom: 30px;
}

.app-mobile-img img {
    width: 85%;
}

.app-mobile-img {
    position: absolute;
    top: 40px;
    text-align: center;
}

.app-features-boxes {
    padding: 30px 100px;
}

.feature-icon img {
    width: 48%;
}

.app-bg-img img {
    max-width: 365px;
    margin-left: -30px;
}

.app-screenshots {
    background-image: url('../images/Group 9395.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.app-screenshots .sec-title {
    color: #fff;
}

.app-screenshots .sec-title p {
    opacity: 0.9;
}

#app-features .owl-item .item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border: 3px solid #FFE500;
    border-radius: 20px;
}

#app-features .owl-item.center .item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.app-features-carousel {
    padding: 0px 90px;
}

#app-features {
    margin-top: 50px;
}

#app-features .owl-nav button img {
    width: 50px;
}

#app-features .owl-nav button {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}

#app-features .owl-nav button.owl-prev {
    position: absolute;
    left: -80px;
    top: 43%;
}

#app-features .owl-nav button.owl-next {
    position: absolute;
    right: -80px;
    top: 43%;
}

.contact-form {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}

.contact-form form textarea.form-control {
    height: auto;
}

.contact-form form .form-control {
    border: 1.5px solid grey !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border-radius: 10px;
    height: 55px;
    font-size: 14px;
}

.contact-form form .form-group {
    margin-bottom: 20px;
}

.submit-button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #ff0000 !important;
    /**#F24141**/
    border-radius: 5px !important;
    color: #000 !important;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 12px 45px !important;
    font-family: 'Poppins', sans-serif;
    /* margin-top: 30px; */
    width: 100%;
    letter-spacing: 10px;
}

.app-download-links-inner {
    background-image: url('../images/Rectangle 5816.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 15px;
}

.app-download-links-text {
    padding: 40px;
}

.footer-logo img {
    width: 160px;
    margin-bottom: 35px;
}

.apps-footer-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}

.apps-footer-text p {
    font-size: 12px;
    color: #fff;
}

.android-download-links a img {
    width: 180px;
    margin-right: 10px;
}

.app-screenshot img {
    width: 80%;
}

.copyrights-inner p {
    font-size: 23px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

section.copyrights {
    background-color: #32B1E7;
    color: #fff;
    padding: 10px 0px;
    /*position: fixed;
    width: 100%;
    bottom: 0px;*/
}

.search_web_left {
    /*background-color: #ecf9ff;*/
    margin: 15px;
    border: 2px dashed #32B1E7;
    padding: 15% 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.search_content>img {
    width: 270px;
    margin-bottom: 20px;
}

.search_content h1 {
    font-family: 'Roboto Slab', serif;
    color: #FF4600;
	color: #212529;
    font-size: 90px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
	border: 5px solid #212529;
	padding: 0 10px;
}

.search_content p {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.form-control::placeholder {
    color: #000;
}

.form-control:placeholder {
    color: #000;
}

.search_btn {
    border: none;
    font-size: 27px;
    padding: 6px 35px;
    color: #2a2a2a !important;
    font-weight: 600;
    height: 53px;
    text-transform: uppercase;
}

.search_content form .form-control {
    width: 555px;
    margin-right: 10px;
    background-color: #fff;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 25px;
    color: #000;
    font-size: 23px;
    height: 53px;
    padding: 15px;
    border: 2px solid #000;
}

.search_content form .form-control::placeholder {
    color: #000;
}

.search_web_right {
    border-left: 1px solid #BEBEBE;
    height: 100%;
}

.text_sizes {
    border-bottom: 2px solid #BEBEBE;
    position: relative;
}

.right_inner_bx {
    padding: 15px;
}

.size_text p {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 7px;
    text-transform: uppercase;
}

.text_select .d-flex {
    margin-bottom: 10px;
}

.size_text.label {
    width: 30%;
}

.size_text.select select, .size_text.select .form-control {
    font-size: 23px;
    padding: 7px;
    width: 120px;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
}

.text_select {
    padding-left: 20px;
}

.text_sizes.right_inner_bx>h5 {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.border-none {
    border: none;
}

.next_page_btn {
    position: absolute;
    right: 0px;
    top: 10px;
}

.next_page_btn img {
    width: 40px;
}

.search_web_left.results_page {
    padding: 15px;
    border: none;
}

.results_page {
    position: relative;
}

.search_web_left.results_page form .form-control {
    border: 2px solid #2a2a2a !important;
    color: #2a2a2a;
    width: 500px;
}

.search_results_content {
    padding: 10px;
}

.footer_links ul {
    margin-bottom: 0px;
}

.footer_links ul li {
    list-style: none;
    display: inline-block;
}

.footer_links ul li:not(:last-child) {
    margin-right: 15px;
}

.footer_links ul li a {
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.banner_sec {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.banner_content h4,
.banner_content h4 a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    text-decoration: none;
}

.banner_content p a, .banner_content p {
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    margin-bottom: 0px;
    margin-right: 5px;
    text-transform: uppercase;
}

.main_banner_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    text-align: center;
}

.about_text p {
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
}

.main_sec {
    padding: 80px 0px;
}

.about_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about_img img {
    border-radius: 5px;
}

.contact_sec p {
    text-align: center;
    margin-bottom: 20px;
}

.contact_form form label, .custom-modal form label {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #212529;
    font-family: 'Poppins', sans-serif;
}

.contact_form form .form-control::placeholder, .custom-modal form .form-control::placeholder {
    color: #2a2a2a;
}

.contact_form form .form-group {
    margin-bottom: 2rem;
}

.contact_form form .form-control, .custom-modal form .form-control {
    outline: none !important;
    box-shadow: none !important;
    font-size: 20px;
    color: #2a2a2a !important;
    height: 45px;
    border: 2px solid #000;
}

.custom-modal form {
    width: 80%;
    margin: auto;
}

.custom-modal form .form-group {
    text-align: left;
    margin-bottom: 2rem;
}

.modal .modal-header {
    border: none;
    padding: 0;
}

.modal1 {
    z-index: 999999 !important;
}

.modal-header .close {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 1;
    font-weight: 600;
    border: 2px solid #000;
    padding: 2px 2px !important;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 14px;
    z-index: 999;
    font-size: 26px;
    outline: none !important;
    box-shadow: none !important;
}

.custom-modal>img {
    width: 240px;
    margin: auto;
    margin-bottom: 15px;
}

.custom-modal {
    text-align: center;
    /* padding: 30px 0px 0px; */
}

.custom-modal h5 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #212529;
    font-family: 'Roboto Slab', serif;
}

.form-control::placeholder {
    font-family: 'Poppins', sans-serif;
}

.custom-modal p {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 1.5;
    text-transform: uppercase;
}

.forgot_link a {
    text-decoration: none;
    font-size: 20px;
    color: #f24343;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.forgot_link a:hover {
    color: #f24343;
}

/** price table **/
.main-head {
    background: #0D1440;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 5rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
}

.pricing-table {
    background: #fff;
    box-shadow: 0px 1px 20px -4px rgba(0, 0, 0, .15);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
    /*border: 0.5px solid #BEBEBE;*/
}

/*.pricing-table:hover {
    box-shadow: 0px 1px 20px -4px rgba(0, 0, 0, .15);
    border: none;
}*/

.pricing-table .pricing-label {
    border-radius: 2px;
    padding: .25rem .5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.pricing-table h2 {
    color: #3b3b3b;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.pricing-table h5 {
    color: #B3B3B3;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-table .pricing-features {
    margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
    /* font-size: 23px; */
    font-size: 40px;
    margin: .5rem 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: #000;
    font-weight: 600;
}

.pricing-table .price-tag {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
}

.pricing-table .price-tag .symbol {
    /* font-size: 24px; */
    font-size: 40px;
}

.pricing-table .price-tag .amount {
    letter-spacing: -2px;
    font-size: 64px;
}

.pricing-table .price-tag .after {
    color: #3b3b3b;
    font-weight: 500;
    text-transform: uppercase;
    /* font-size: 23px; */
    font-size: 40px;
}

.pricing-table .price-button {
    font-size: 40px !important;
}

.pricing-table .price-button, .subscription_table .nav-pills .nav-link {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    transition: .3s;
    text-transform: uppercase;
    font-size: 23px;
}

.subscription_table .nav-pills .nav-link.active, .subscription_table .nav-pills .nav-link:hover {
    /*background-color: #F24141;*/
    opacity: 1;
}

.subscription_table .nav-pills .nav-link {
    background-color: #32b1e7;
    padding: 12px 55px;
    margin-right: 15px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    opacity: 0.5;
}

.subscription_table ul {
    margin-bottom: 50px !important;
}

.pricing-table .price-button:hover {
    text-decoration: none;
}

.purple .pricing-label {
    background: #cad2ff;
    color: #627afe;
}

.purple .price-tag {
    color: #627afe;
}

.purple .price-button {
    background: #627afe;
}

.purple .price-button:hover {
    background: #546dfe;
}

.turquoise .pricing-label {
    background: #b9edee;
    color: #44cdd2;
}

.turquoise .price-tag {
    color: #44cdd2;
}

.turquoise .price-button {
    background: #44cdd2;
}

.turquoise .price-button:hover {
    background: #2dbcc4;
}

.red .pricing-label {
    background: #ffc4c4;
    color: #ff5e5e;
}

.red .price-tag {
    color: #ff5e5e;
}

.red .price-button {
    background: #ff5e5e;
}

.red .price-button:hover {
    background: #f23c3c;
}

/** payment **/
.card-image {
    width: 425px;
    position: absolute;
    top: -125px;
    left: 100px;
    z-index: 1;
}

.card-image-shadow {
    position: absolute;
    width: 410px;
    height: 253px;
    top: -113px;
    left: 107px;
    border-radius: 15px;
    box-shadow: -5px 10px 32px 0px #000;
    z-index: 0;
}

.form {
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    box-shadow: -5px 7px 32px 0px rgba(0, 0, 0, 0.35);
    width: 60%;
    margin: auto;
}

.form form {
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.flex-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

input.card-number,
input.card-name,
input.card-cvv,
table {
    width: 100%;
}

.form input {
    padding: 10px;
    height: 53px;
    font-size: 23px;
    border: 2px solid #000;
    border-radius: 5px;
    outline: none;
    letter-spacing: 2px;
}

.form input:not(.card-cvv, .card-submit),
.form table {
    margin-bottom: 20px;
}

.form label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
}

.table-column select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
    width: 45%;
    height: 53px;
    margin-right: 10px;
    border: 2px solid #000;
    border-radius: 5px;
    background: url("https://img.icons8.com/external-those-icons-lineal-color-those-icons/24/000000/external-arrow-arrows-those-icons-lineal-color-those-icons-1.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-x: 125px;
    background-position-y: center;
    font-size: 18px;
    outline: none;
    font-size: 23px;
    text-transform: uppercase;
}

.table-column:last-child {
    width: 40%;
}

.card-submit {
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-size: 23px;
    height: 53px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    border-color: #F91010 !important;
    background-color: #F91010 !important;
    transition: background-color 250ms ease-in-out;
}

.card-submit:hover {
    background-color: #4183f5;
}

.web-btn12 {
    position: fixed;
    top: 114px;
    right: 0;
    z-index: 99999999;
}

.web-dtl12 {
    position: fixed !important;
    top: 114px;
    height: 100%;
    right: -100%;
    z-index: 9999999;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.web-dtl12.active {
    right: 0;
}

.web-btn12.active {
    transform: rotate(180deg);
}

.error {
    color: #f00 !important;
}

.btnsub {
    background-color: #0033ff !important;
    border-radius: 25px !important;
    color: white !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.btnsub:hover {
    color: white;
}

#alertadd, #alertadd1 {
    max-width: 500px;
    margin: auto;
    padding: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 1050;
    transition: all 0.5s ease-in-out;
}

#alertadd.addalert, #alertadd1.addalert {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}



p.alert {
    background-color: #a0a7c3;
    color: #1d1c72;
}

.profile-update {
    display: flex;
    align-items: center;
}

.ptable {
    width: 70%;
}

.profile-update .profile-btn {
    width: 30%;
}

.profile-update .profile-btn button {
    background-color: #103e6e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 22px;
    border: none;
    text-transform: capitalize;
}

.profile-update .profile-btn button:focus {
    outline: none;
}

.ptable tr th {
    padding-right: 20px;
}

.ptable tr th,
.ptable tr td {
    padding-bottom: 10px;
}

.cart-table .alert-info {
    background-color: #cfe2ff;
    color: #1d1c72;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    display: table;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.cart-table table {
    font-size: 20px;
}

.cart-table table tr th {
    font-size: 24px;
}

.cart-table table tr th:nth-last-of-type(1) {
    text-align: center;
}

.cart-table table,
.cart-table table tr th,
.cart-table table tr td {
    border-bottom: 1px solid #aebbcb;
    padding: 15px 15px;
}

.cart-table table tr:nth-last-of-type(1) td,
.cart-table table tr:nth-last-of-type(1),
.cart-table table {
    border-bottom: none;
}



.cart-table table tr td button {
    border: none;
    background-color: #123e6f;
    color: #fff;
    border-radius: 25px;
    padding: 5px 15px;
    display: block;
    margin: 5px;
}

.thankyou {
    text-align: center;
    background-color: #32B1E7;
    padding: 50px;
    border-radius: 24px;
    display: inline-block;
}

.thankyou h1 {
    font-size: 2rem;
    padding: 30px 0;
    color: #fff;
}

.thankyou h2 {
    font-size: 1.5rem;
    color: #fff;
}

.main_header .navbar-dark .navbar-nav12 button.nav-link:focus {
    border: none;
    outline: none;
}

.thbtn {

    margin-top: 30px;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 500;
}
#url{
font-weight: 600 !important;
font-size: 30px !important;
	border: 3px solid #212529 !important;

}

.col-sm-3.web-dtl12 {
	min-height: 300px !important;
	height: -webkit-fill-available;
}