.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: 600
}

body {
    font-family: Nunito, sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

html {
    scroll-behavior: smooth
}

::-moz-selection {
    background: ff0002;
    color: rgb(255, 0, 0)
}

::selection {
    background: #ff0002;
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    line-height: 1.6
}

.bg-primary {
    background-color: #ff0002 !important
}

.bg-success {
    background-color: #000000 !important
}

.text-primary {
    color: #ff0002 !important
}

.text-success {
    color: #b1b1b1 !important
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px
}

.rounded {
    border-radius: 10px !important;
    margin: 0 15px;
}

/* .rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.rounded-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.rounded-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
} */

.btn {
    padding: 8px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    border-radius: 10px
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important
}

.with-gradient {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    perspective: 1000px
}

.with-gradient:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(255, 0, 0), rgba(0, 0, 0, .5));
    transform: translateZ(0)
}

.bug-fix {
    transform: translateZ(5px)
}

.faq-container .question {
    font-size: 20px
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
    cursor: pointer
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0
}

#faqs img {
    width: 100%
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
    font-size: 18px
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #fff;
    color: #ff0002;
    -webkit-transition: all .5s;
    transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\f078';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #3c4858;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #fff;
    color: #3c4858;
    -webkit-transition: all .5s;
    transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.faq-content .card .title {
    font-size: 18px
}

.nav-pills .nav-link {
    color: #3c4858 !important;
    margin: auto 15px;
    border: 1px solid #dee2e6;
    padding: 5px
}

.nav-pills .nav-link.active {
    background-color: #ff0002;
    color: #fff !important;
    border-color: #ff0002 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.nav-pills a .skill-container .title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.login-form .form-group {
    margin-bottom: 15px
}

.login-form .form-group label {
    font-size: 14px;
    font-weight: 700
}

.login-form .form-group i {
    position: absolute;
    left: 0;
    top: 60%
}

.login-form .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.login-form .form-group .form-control.active,
.login-form .form-group .form-control:focus {
    border-color: #ff0002
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff0002;
    background-color: #ff0002
}

.custom-control-input:focus~.custom-control-label::before,
.login-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff0002
}

.javascript:void(Tawk_API.toggle()) {
    padding: 0 25px 15px 25px
}

.calculate_order {
    background-color: #f6f6f6;
    border-radius: 25px;
    padding-top: 25px;
    overflow: hidden
}

.calculate_order h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.calculate_order select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-icon-blue.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .075);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    outline: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    width: 100%;
    padding: 7px 10px
}

.calculate_order select::-ms-expand {
    display: none
}

.calculate_order .two_selectbox {
    margin: 0 auto
}

.calculate_order span.pages {
    text-align: center;
    display: inline-block;
    color: #858484;
    font-size: 13px;
    font-weight: 300;
    padding: 0
}

.calculate_order .pages_number {
    padding: 0
}

.calculate_order .quantity-right-plus {
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin: 0 auto 0;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    text-decoration: none;
    outline: medium none;
    background-color: #ff0002;
    color: #fff;
    line-height: 34px
}

.calculate_order .quantity-left-minus {
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin: 0 auto 0;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    outline: medium none;f
    text-align: center;
    background-color: #ff0002;
    color: #fff;
    line-height: 34px
}

.calculate_order input.pages {
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
    color: #858484;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    height: 36px;
    outline: medium none !important;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .075);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .075);
    border: 1px solid #e9ecef
}

#pages {
    padding: 0;
    border-radius: 20px
}

#calculate_order #pages::-webkit-inner-spin-button,
#calculate_order #pages::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#calculate_order #pages[type=number] {
    -moz-appearance: textfield
}

.cc-floating.cc-theme-classic {
    background-color: rgb(255, 0, 0);
    padding: 10px !important;
    margin: 0;
    max-width: 315px !important
}

.cc-floating.cc-theme-classic a {
    outline: 0 !important
}

.cc-floating .cc-message {
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    margin-bottom: 5px !important
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    background-color: #fff;
    border: 0 !important;
    color: rgba(255, 0, 0, 0.8);
    transition: all .5s ease;
    min-width: 95px;
    padding: 11px;
    line-height: 1;
    margin: 0 !important;
    box-shadow: 0 0 8px 1px #ddd
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:focus,
.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
    box-shadow: 0 0 2px 1px #fff;
    border: 0 !important;
    outline: 0 !important
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
    background-color: transparent;
    color: #fff
}

.cc-floating.cc-theme-classic .cc-link {
    color: #fff;
    opacity: 1 !important
}

.cc-floating.cc-theme-classic .cc-link:focus,
.cc-floating.cc-theme-classic .cc-link:hover {
    color: #000 !important;
    border: 0 !important;
    outline: 0 !important
}

.pages_number {
    position: relative
}

.pages_number .input-group-btn {
    position: absolute
}

.pages_number .input-group-btn:nth-of-type(1) {
    left: 0
}

.pages_number .input-group-btn:nth-of-type(2) {
    right: 0;
    top: 0
}

.stand_prices p {
    color: #ff0002;
    line-height: 1
}

.stand_prices p span {
    color: #969696;
    font-weight: 700;
    text-decoration: line-through;
    font-size: 20px;
    display: inline-block
}

.disc_prices p {
    color: #000000;
    font-size: 20px;
    line-height: 1
}

.disc_prices p span {
    font-weight: 700;
    font-size: 24px;
    display: inline-block
}

.disc_description {
    font-size: 14px;
    color: #828282;
    line-height: 1.2;
    margin-bottom: 0
}

.total_prices {
    background-color: #444445;
    padding: 15px 10px
}

.total_prices p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1
}

.total_prices p span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}

.btn-submit {
    width: 100%;
    background-color: #0ff;
    text-align: center;
    border: none;
    padding: 18px 0;
    font-size: 24px;
    color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: 700;
    background-color: #ff0000;
    transition: all .5s ease;
    outline: 0 !important
}

.btn-submit:hover {
    background-color: #181818
}

.stats {
    padding: 30px 0
}

h2.main-title.stats-title {
    font-size: 30px
}

h2.main-title.stats-title span {
    color: #ff0002
}

.stats-rate {
    padding: 12px 7px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    border-radius: 5px
}

.stats-rate .img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    background: url(../images/rating-sprites.png)
}

.stats-rate .img1 {
    background-position: -10px -10px
}

.stats-rate .img2 {
    background-position: -60px -10px
}

.stats-rate .img3 {
    background-position: -10px -60px
}

.stats-rate p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px
}

.stats-rate h4 {
    margin-bottom: 0;
    line-height: 1;
    margin-left: 10px;
    font-weight: 300;
    color: #ff0002
}

.stats-star {
    display: inline-block;
    line-height: 1
}

.stats-star i {
    font-size: 8px;
    color: #ffd10c
}

.skills {
    border: 1px solid #dee2e6;
    padding: 20px 15px 30px 15px;
    border-radius: 5px
}

.progress-set {
    margin-bottom: 20px;
    margin-top: 20px
}

.progress-set h4 {
    color: #8492a6;
    font-size: 16px;
    margin-bottom: 20px
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e9ecef;
    position: relative;
    border-radius: 8px
}

.progress-bar>span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    background-color: #ff0002;
    background-size: 16px 15px;
    animation: progress 30s linear infinite;
    overflow: visible !important
}

.progress-bar>span>span.progress-in {
    position: absolute;
    color: #8492a6;
    right: -15px;
    top: -20px;
    font-size: 14px
}

.progress-bar>span>span.progress-in::after {
    content: '%'
}

@keyframes progress {
    0% {
        background-position: -100% 0
    }
    50% {
        background-position: 0 0
    }
    100% {
        background-position: 100% 0
    }
}

.custom-input-subject {
    display: inherit;
    overflow: hidden;
    max-height: 570px
}

.subject-form-set label {
    color: #8492a6;
    font-size: 14px
}

.subject-form-set button {
    padding: 0 10px;
    width: 120px;
    height: 56px;
    margin-left: 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    background-color: #ff0002;
    border: 1px solid #ff0002;
    transition: all .5s ease;
    display: inline-block;
    outline: 0 !important
}

.subject-form-set button:hover {
    color: #ff0002;
    background-color: #fff
}

.subject-select {
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 230px;
    height: 56px;
    line-height: 56px;
    position: relative
}

.subject-select .list {
    max-height: 280px;
    overflow-y: scroll
}

div.hide_first {
    display: none
}

div.hide_second {
    display: none
}

.listblock {
    visibility: visible !important
}

.Level-text {
    display: block;
    width: 236px;
    height: 38px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}

.available.new {
    position: relative
}

.review-owl {
    position: relative
}

.Level-text .last_hour {
    color: #ff0002
}

.Level-text .online {
    padding: 3px 5px;
    background-color: #000000;
    color: #fff;
    border-radius: 15px;
    font-size: 10px;
    animation: blinking-2 2s linear infinite;
    border: 1px solid #000000;
    position: relative;
    top: -2px
}

@keyframes blinking-2 {
    0% {
        color: #000000;
        background-color: #fff
    }
    49% {
        color: #000000;
        background-color: #fff
    }
    50% {
        color: #fff;
        background-color: #000000
    }
    100% {
        color: #fff;
        background-color: #000000
    }
}

#owl-10,
#owl-11,
#owl-12,
#owl-13,
#owl-14,
#owl-15,
#owl-16,
#owl-17,
#owl-18,
#owl-19,
#owl-20,
#owl-21,
#owl-22,
#owl-23,
#owl-24,
#owl-25,
#owl-26,
#owl-27,
#owl-6,
#owl-7,
#owl-8,
#owl-9 {
    margin-top: 60px
}

.recent-review {
    padding: 11px 10px 11px 65px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    position: relative;
    margin-top: 15px
}

.recent-review .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #2d3e54;
    font-size: 30px;
    text-align: center;
    border: 1px solid #dee2e6;
    position: absolute;
    left: 10px;
    top: 15px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: contain;
    background: url(../images/avatar-sprites.png) 0 -50px
}

.recent-review .avatar.male {
    background-position: 0 -50px
}

.recent-review .avatar.female {
    background-position: 0 0
}

.recent-review-left h4 {
    line-height: 1;
    font-size: 18px
}

.recent-review-left p {
    color: #ff0002;
    font-size: 14px;
    line-height: 1
}

.recent-review-left span {
    font-size: 13px;
    line-height: 1
}

.recent-review-left span i {
    color: #8492a6
}

.recent-review-right {
    text-align: right
}

.recent-review-right .review-star i {
    color: #f17425;
    font-size: 14px
}

.recent-review-right .review-star i.last-star {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-45 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 40%, rgba(241, 116, 37, .5)40%)
}

.recent-review-right .review-star i.last-star-47 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-49 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 80%, rgba(241, 116, 37, .5)80%)
}

.stats-star i.last-star-44 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-45 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 50%, rgba(255, 209, 12, .4)50%)
}

.stats-star i.last-star-46 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-47 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 70%, rgba(255, 209, 12, .4)70%)
}

.stats-star i.last-star-48 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 75%, rgba(255, 209, 12, .4)75%)
}

.recent-review-right h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
    font-size: 14px;
    margin-top: 10px
}

.recent-review-right h5 i {
    color: #8492a6;
    font-size: 12px
}

.recent-review-right span {
    font-size: 13px
}

.recent-review-right span i {
    color: #8492a6
}

#owl-10.owl-theme .owl-controls .owl-page span,
#owl-11.owl-theme .owl-controls .owl-page span,
#owl-12.owl-theme .owl-controls .owl-page span,
#owl-13.owl-theme .owl-controls .owl-page span,
#owl-14.owl-theme .owl-controls .owl-page span,
#owl-15.owl-theme .owl-controls .owl-page span,
#owl-16.owl-theme .owl-controls .owl-page span,
#owl-17.owl-theme .owl-controls .owl-page span,
#owl-18.owl-theme .owl-controls .owl-page span,
#owl-19.owl-theme .owl-controls .owl-page span,
#owl-20.owl-theme .owl-controls .owl-page span,
#owl-21.owl-theme .owl-controls .owl-page span,
#owl-22.owl-theme .owl-controls .owl-page span,
#owl-23.owl-theme .owl-controls .owl-page span,
#owl-24.owl-theme .owl-controls .owl-page span,
#owl-25.owl-theme .owl-controls .owl-page span,
#owl-26.owl-theme .owl-controls .owl-page span,
#owl-27.owl-theme .owl-controls .owl-page span,
#owl-6.owl-theme .owl-controls .owl-page span,
#owl-7.owl-theme .owl-controls .owl-page span,
#owl-8.owl-theme .owl-controls .owl-page span,
#owl-9.owl-theme .owl-controls .owl-page span {
    background-color: #d73e3e !important;
    border: 2px solid #d73e3e !important
}

#owl-10.owl-theme .owl-controls .owl-pagination,
#owl-11.owl-theme .owl-controls .owl-pagination,
#owl-12.owl-theme .owl-controls .owl-pagination,
#owl-13.owl-theme .owl-controls .owl-pagination,
#owl-14.owl-theme .owl-controls .owl-pagination,
#owl-15.owl-theme .owl-controls .owl-pagination,
#owl-16.owl-theme .owl-controls .owl-pagination,
#owl-17.owl-theme .owl-controls .owl-pagination,
#owl-18.owl-theme .owl-controls .owl-pagination,
#owl-19.owl-theme .owl-controls .owl-pagination,
#owl-20.owl-theme .owl-controls .owl-pagination,
#owl-21.owl-theme .owl-controls .owl-pagination,
#owl-22.owl-theme .owl-controls .owl-pagination,
#owl-23.owl-theme .owl-controls .owl-pagination,
#owl-24.owl-theme .owl-controls .owl-pagination,
#owl-25.owl-theme .owl-controls .owl-pagination,
#owl-26.owl-theme .owl-controls .owl-pagination,
#owl-27.owl-theme .owl-controls .owl-pagination,
#owl-6.owl-theme .owl-controls .owl-pagination,
#owl-7.owl-theme .owl-controls .owl-pagination,
#owl-8.owl-theme .owl-controls .owl-pagination,
#owl-9.owl-theme .owl-controls .owl-pagination {
    text-align: right
}

.owl-carousel {
    touch-action: manipulation
}

.section {
    padding: 100px 0;
    position: relative
}

.section-two {
    padding: 60px 0;
    position: relative
}

.title-heading {
    line-height: 26px;
    padding-top: 58px
}

.title-heading .heading {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 1px
}

.title-heading .para-desc {
    font-size: 18px
}

.section-title {
    position: relative
}

.section-title .main-title {
    font-size: 48px;
    letter-spacing: .8px
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 30px
}

.para-desc {
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
}

.mt-100 {
    margin-top: 100px
}

.mb-60 {
    margin-bottom: 60px
}

.home-shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0
}

.home-shape-bottom2 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -52px;
    left: 0;
    z-index: 99
}

.home-shape-bottom img {
    width: 100%;
    height: auto
}

.home-shape-bottom2 img {
    transform: rotate(180deg)
}

.home-shape-bottom3 img {
    transform: rotateZ(180deg) rotateY(180deg)
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -38px;
    z-index: 1;
    left: 0
}

.home-shape-arrow2 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
    left: 0
}

.home-shape-arrow3 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: -1px;
    z-index: 1;
    left: 0
}

.home-shape-arrow2 img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow3 img {
    height: auto;
    width: 100%;
    object-fit: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.login_page {
    padding: 20px 25px
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#topnav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    padding: 15px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

#topnav .navbar {
    position: relative
}

#topnav .navbar .navbar-brand img {
    max-width: 100%
}

#topnav .navigation-menu>li>a {
    padding-left: 2px !important;
    padding-right: 2px !important
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    display: inline-block;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #ff0002
}

#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    display: inline-block;
    position: relative;
    margin: 0 8px
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #3c4858;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 7px;
    padding-right: 7px
}

#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li>a:hover {
    color: #ff0002
}

#topnav .menu-extras {
    float: right
}

#topnav.nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

#topnav .navbar_btns {
    list-style: none;
    margin: 0;
    font-size: 0;
    padding-right: 15px !important
}

#topnav .navbar_btns li {
    display: inline-block;
    padding: 0 3px
}

#topnav .navbar_btns li a {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 10px;
    min-width: 100px;
    color: #fff;
    text-align: center;
    background: #ff0002;
    border: 2px solid #ff0002;
    border-radius: 10px;
    transition: all .3s linear;
    box-sizing: border-box
}

#topnav .navbar_btns li a:hover {
    color: #ff0002;
    background: 0 0
}

#topnav .navbar_btns li a.btn_tel {
    color: #ff0002;
    background: 0 0
}

#topnav .navbar_btns li a.btn_tel i {
    transform: rotate(92deg);
    margin-right: 2px
}

#topnav .navbar_btns li a.btn_tel:hover {
    color: #fff;
    background: #ff0002
}

#topnav .btn_user_mbile {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 10px;
    min-width: 95px;
    color: #fff;
    text-align: center;
    background: #ff0002;
    border: 2px solid #ff0002;
    border-radius: 10px;
    transition: all .3s linear;
    box-sizing: border-box
}

#topnav .btn_user_mbile:hover {
    color: #ff0002;
    background: 0 0
}

#topnav .btn_user_mbile.btn_animated {
    display: inline-block;
    margin-left: 5px;
    min-width: unset;
    width: 50px;
    height: 50px;
    padding: 7px;
    background-color: #e9edfb;
    border: 0;
    border-radius: 50%;
    animation: fade .7s forwards infinite;
    text-align: center
}

@keyframes fade {
    from {
        background-color: rgba(233, 237, 251, 1)
    }
    to {
        background-color: rgba(233, 237, 251, .5)
    }
}

#topnav .btn_user_mbile.btn_animated i {
    font-size: 16px;
    line-height: 30px;
    color: #ff0002;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 2px solid #ff0002;
    border-radius: 50%;
    transition: all .3s linear;
    box-sizing: border-box;
    position: relative
}

#topnav .navbar-toggler {
    padding: 0;
    font-size: 28px;
    line-height: 1;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    cursor: pointer;
    margin: 0 10px 0 0
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.home-desc-center img {
    width: auto;
    max-width: 100%
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

li.feature-list {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative
}

.features .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #edf0fb;
    text-align: center
}

.features .image img {
    height: 60px
}

.features .title-2 {
    font-size: 20px
}

.key-feature {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
}

.key-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #edf0fb;
    margin: 0 auto;
    background-image: url(../images/areas.png);
    background-size: 500%;
    background-repeat: no-repeat
}

.icon-1 {
    background-position: -1% -4%
}

.icon-2 {
    background-position: 31% -4%
}

.icon-3 {
    background-position: 66% -3%
}

.icon-4 {
    background-position: 104% -1%
}

.icon-5 {
    background-position: -1% 31%
}

.icon-6 {
    background-position: 31% 33%
}

.icon-7 {
    background-position: 67% 34%
}

.icon-8 {
    background-position: 104% 32%
}

.icon-9 {
    background-position: -4% 69%
}

.icon-10 {
    background-position: 30% 68%
}

.icon-11 {
    background-position: 65% 69%
}

.icon-12 {
    background-position: 102% 69%
}

.icon-13 {
    background-position: -4% 102%
}

.icon-14 {
    background-position: 30% 104%
}

.icon-15 {
    background-position: 65% 103%
}

.icon-16 {
    background-position: 103% 104%
}

.key-feature .icon i {
    font-size: 60px
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #ff0002 !important
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

#carousel1 .carousel-inner,
#carousel2 .carousel-inner {
    padding: 20px 50px
}

#carousel1 .carousel-indicators,
#carousel2 .carousel-indicators {
    bottom: -65px
}

#carousel1 .carousel-indicators li,
#carousel2 .carousel-indicators li {
    background-color: #ff0002
}

#carousel1 .carousel-control-next,
#carousel1 .carousel-control-prev,
#carousel2 .carousel-control-next,
#carousel2 .carousel-control-prev {
    color: #ff0002;
    font-size: 36px;
    cursor: pointer
}

#carousel1 .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 40%;
    transition: all .5s ease
}

#carousel1 .carousel-indicators li.active {
    transform: rotate(45deg)
}

#carousel1 .carousel-control-prev {
    left: -45px
}

#carousel2 .carousel-control-prev {
    left: 0
}

#carousel1 .carousel-control-next {
    right: -50px
}

#carousel2 .carousel-control-next {
    right: 0
}

.key-feature:hover h4.title {
    color: #fff
}

.features .title,
.key-feature .content .title {
    font-size: 18px
}

.owl-theme .owl-controls .owl-page span {
    background: #000000 !important
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    margin-left: -3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #495057;
    border-color: transparent #fff #fff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15)
}

#customer-testi .customer-testi,
#customer-testi .customer-testi img {
    transition: transform .5s ease, border .5s ease;
}

#customer-testi .customer-testi:hover {
    border: 1px solid #ff0002 !important
}

#customer-testi .customer-testi img {
    width: 150px;
    height: 80px
}

#customer-testi .customer-testi img:hover {
    transform: scale(1.05)
}

.pill-set {
    color: #fff;
    font-size: 12px;
    margin-top: 20px
}

.owl-theme .owl-controls .owl-page span {
    border-radius: 2px;
    background: 0 0;
    border: 2px solid #000000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#customer-testi.owl-theme .owl-controls .owl-page {
    display: none !important
}

#customer-testi .owl-wrapper-outer {
    padding-bottom: 20px
}

.alignment {
    margin-top: -5px;
    height: 85px !important
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pricing-rates {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
    border: 1px solid ff0002;
    margin-bottom: 20px
}

.pricing-rates.left-wala {
    transition: all .5s ease;
    border: 1px solid ff0002;
    padding: 15px 10px !important;
    transform: translatex(1px)
}

.pricing-rates .title {
    font-size: 22px;
    font-weight: 700;
    color: #ff0002;
    transition: color .5s ease
}

.pricing-rates.left-wala span {
    transition: color .5s ease
}

.pricing-rates.left-wala:hover {
    background-color: #ff0002;
    cursor: pointer
}

.pricing-rates.left-wala:hover .title,
.pricing-rates.left-wala:hover span,
.pricing-rates.left-wala:hover ul li {
    color: #fff !important
}

.pricing-rates ul li {
    text-align: left;
    transition: color .5s ease
}

.pricing-rates ul li span {
    float: right
}

.pricing-rates .feature .feature-list {
    margin: auto auto 15px;
    font-size: 14px;
    position: relative
}

.pricing-rates.business-rate {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #ff0002
}

.pricing-rates.business-rate:hover .title {
    color: #ff0002
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2
}

.pricing-rates.best-plan {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-rates.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.pricing-rates.best-plan .lable h6 {
    font-size: 12px
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

#free_plan.pricing-rates {
    padding: 15px 10px
}

#free_plan.pricing-rates .title {
    font-size: 20px;
    text-align: center
}

#free_plan.pricing-rates .title .heading_tag {
    padding: 2px;
    border: 1px solid ff0002;
    border-radius: 30px;
    display: inline-block;
    min-width: 120px;
    position: relative
}

#free_plan.pricing-rates .title .heading_tag span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: 600
}

#free_plan.pricing-rates .title .heading_tag span.t_price::after {
    content: '';
    display: block;
    background: ff0002;
    height: 2px;
    width: 33px;
    position: absolute;
    top: 10px;
    left: -1px
}

#free_plan.pricing-rates ul li {
    margin-bottom: 20px
}

#free_plan.pricing-rates ul li .price_tag {
    padding: 4px;
    border: 1px solid ff0002;
    border-radius: 30px;
    display: inline-block;
    min-width: 95px;
    text-align: center !important;
    position: absolute;
    right: 0;
    top: -5px
}

#free_plan.pricing-rates ul li .price_tag span {
    font-size: 13px;
    line-height: normal;
    color: #ff0002;
    font-weight: 600;
    display: inline-block;
    float: none !important;
    clear: both;
    position: relative
}

#free_plan.pricing-rates ul li .price_tag span.single_price::after {
    content: '';
    display: block;
    background: #ff0002;
    height: 1px;
    width: 25px;
    position: absolute;
    top: 9px;
    left: 0
}

#free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px;
    border-radius: 30px;
    min-width: 50px
}

.boundry {
    border: 1px solid grey;
    padding: 50px 15px;
    display: inline-block
}

.bg-cta {
    padding: 50px 0
}

.page-title {
    font-size: 20px
}

.event-schedule {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #e9edfa;
    line-height: 48px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px .25px ff0002;
    box-shadow: 0 0 2px .25px ff0002
}

.event-schedule .date .month {
    font-size: 13px
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .content .title:hover {
    color: #ff0002 !important
}

.event-schedule .content .location-time {
    font-size: 14px
}

.event-schedule:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    border-color: #ff0002 !important;
    background: #f8f9fc !important
}

.team img {
    height: 200px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team .name:hover {
    color: #ff0002 !important
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: .2
}

.team:hover .overlay-team {
    opacity: .6
}

.team:hover .team-icon {
    opacity: 1
}

.footer {
    background: #202942;
    padding: 60px 0;
    position: relative;
    color: #adb5bd
}

.footer img {
    max-width: 100%
}

.footer .logo-footer {
    color: #f8f9fc;
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px
}

.footer .footer-head {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500
}

.footer .text-foot {
    color: #adb5bd
}

.footer .footer-list {
    margin-bottom: 0
}

.footer .footer-list li {
    margin-bottom: 10px
}

.footer .footer-list li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer .footer-list li a:hover {
    color: #e6e8ea
}

.footer .footer-list li a.sm_link {
    display: inline-block;
    min-width: 40px;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    text-align: center;
    border-radius: 5px;
    line-height: 1
}

.footer .footer-list li a.sm_link i {
    font-size: 22px;
    line-height: 36px;
    color: inherit
}

.footer .footer-list li a.sm_link:hover {
    background: #ff0002 !important;
    border-color: #ff0002 !important;
    color: #fff !important
}

.footer .footer-list li:last-child {
    margin-bottom: 0
}

.footer.footer-bar {
    padding: 30px 0
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #333744
}

.services {
    padding-bottom: 100px;
    background-color: #f8f9fc
}

.sign-up-outer {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px
}

#signup_page_fbx {
    padding: 20px
}

#signup_page_fbx .sign-up-right {
    padding-top: 10px;
    padding-bottom: 20px
}

.sign-up-outer .box_heading {
    margin: 10px auto;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #161c2d
}

.sign-up-right {
    padding: 6px 0 12px 60px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(68, 102, 216, .4)
}

.sign-up-right img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover
}

.sign-up-right h5 {
    font-weight: 700;
    font-size: 16px;
    color: #ff0002;
    margin-top: 5px;
    margin-bottom: 0
}

.sign-up-right p {
    margin-bottom: 0;
    font-size: 14px
}

.order {
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: hidden
}

.order-set h4 {
    color: #777
}

.order-set label {
    color: #161c2d
}

.order-set .form-control:not(textarea) {
    height: auto !important;
    padding: 6px 10px
}

.order-set .form-control.nice-select {
    height: calc(1.5em + .75rem + 5px)
}

#placeOrderForm .form-control {
    height: auto !important;
    padding: 5px 10px;
    border: 1px solid #e3dede;
    margin-bottom: 0 !important;
    resize: none
}

#placeOrderForm select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 99% 50%
}

#placeOrderForm select.form-control::-ms-expand {
    display: none
}

#placeOrderForm .form-control::placeholder {
    color: #a1a7ad !important;
    font-style: italic !important;
    font-size: 1rem;
    line-height: 1.5
}

#placeOrderForm .form-control:focus::placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus:-moz-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus::-moz-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus:-ms-input-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-group .input-group {
    position: relative;
    text-align: center;
    padding: 0
}

#placeOrderForm .form-group .input-group>.form-control {
    text-align: center !important;
    padding-left: 45px !important;
    padding-right: 45px !important
}

#placeOrderForm .form-group .input-group>.form-control::-webkit-inner-spin-button,
#placeOrderForm .form-group .input-group>.form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#placeOrderForm .form-group .input-group>.form-control[type=number] {
    -moz-appearance: textfield
}

#placeOrderForm .form-group .input-group>span {
    display: inline-block;
    width: 45px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    top: 1px;
    z-index: 11
}

#placeOrderForm .form-group .input-group span.q_minus,
#placeOrderForm .form-group .input-group span.q_minus_ref {
    left: 1px;
    text-align: left
}

#placeOrderForm .form-group .input-group span.q_plus,
#placeOrderForm .form-group .input-group span.q_plus_ref {
    right: 1px;
    text-align: right
}

#placeOrderForm .form-group .input-group>span i {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #716969;
    background: #e9ecef;
    position: relative;
    top: 0;
    width: 34px;
    line-height: 34px;
    cursor: pointer
}

#placeOrderForm .form-group .input-group>span i:hover {
    background: #ff0002;
    color: #fff !important
}

.custom-check {
    border: 1px solid #e3dede;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer !important
}

.custom-check input {
    cursor: pointer !important
}

.order-table {
    width: 100%;
    margin-bottom: 10px
}

.order-table tr {
    border-bottom: 1px solid #e3dede
}

.order-table tr td {
    padding: 5px 6px;
    color: #777
}

.order-set .nice-select {
    float: none;
    line-height: 28px;
    border: 1px solid #e3dede
}

.order-set .nice-select .list {
    width: 100%;
    max-height: 160px;
    overflow-y: auto
}

.question {
    font-size: 8px;
    color: #ff0002;
    border: 1px solid #ff0002;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    position: relative;
    top: -4px;
    left: 5px
}

.order-set label {
    position: relative;
    margin-bottom: 0 !important
}

.order-set label.promo-tool {
    display: none !important
}

.order-set .form-group {
    margin-bottom: 10px;
    align-items: center
}

.tool {
    position: absolute;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: ff0002;
    width: 280px;
    white-space: normal;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    font-size: 12px;
    line-height: 16px;
    transition: all .5s ease;
    top: -10px;
    z-index: -1;
    transform: translate(0, -100%);
    left: 50%;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 300;
    opacity: 0;
    text-align: center
}

.fw-700 {
    font-weight: 700
}

.custom-check .tool-wrap .tool {
    left: 50%;
    bottom: inherit;
    top: 0;
    transform: translate(-100%, -105%)
}

.promo-tool .tool-wrap .tool {
    transform: translate(-50%, -105%)
}

.question:hover {
    background-color: #ff0002;
    color: #fff;
    cursor: pointer
}

.question:hover .tool {
    opacity: 1;
    z-index: 99
}

.order-header {
    padding-top: 30px;
    text-align: center
}

.order-header h2 {
    font-size: 36px
}

.order-header img {
    margin: 0 auto
}

.order-header.privacy-head {
    padding-top: 40px
}

.border-order {
    border: 1px solid #e3dede;
    padding: 10px 20px;
    margin-bottom: 20px
}

.border-order h4 {
    font-size: 20px;
    margin-bottom: 5px !important
}

#placeOrderForm .promo-tool {
    display: none
}

#placeOrderForm #promo_code {
    margin: 10px auto 0 !important
}

#placeOrderForm .btn_RedeemPromo {
    padding: 0;
    color: #000000;
    font-weight: 700;
    border: 0;
    outline: 0 !important;
    text-decoration: underline !important;
    background: 0 0 !important;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 25px;
    text-align: center
}

#placeOrderForm .btn_RedeemPromo:hover {
    color: #ff0002
}

#btn_OrderNow {
    width: 100%
}

.form_container {
    border: 1px solid #ddd;
    padding: 30px 0 0;
    border-radius: 4px
}

.form_container label {
    color: #161c2d;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 2px;
    line-height: 23px;
    font-weight: 600
}

.form_container .form-control {
    padding: 10px !important;
    margin-bottom: 20px !important;
    color: #5a5757;
    font-size: 15px !important;
    line-height: normal !important;
    height: auto !important;
    border-radius: 3px !important;
    border: 1px solid rgba(119, 119, 119, .53)
}

.form_container input.form-control::placeholder {
    color: #5a5757 !important;
    font-style: italic !important;
    font-size: 14px
}

.form_container input.form-control:focus::placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus:-moz-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus::-moz-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus:-ms-input-placeholder {
    opacity: 0 !important
}

.form_container .intl-tel-input.allow-dropdown .selected-flag {
    width: auto;
    min-width: 96px
}

.form_container .form-control#phone {
    padding-left: 105px !important
}

.form_wraper {
    padding: 0 30px
}

.cancel_area {
    background: #f5f5f5;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #ddd
}

.cancel_area h4 {
    margin: 0 auto 10px;
    font-size: 18px;
    text-transform: none !important;
    line-height: 20px;
    color: #333;
    font-weight: 500
}

.reset_link {
    color: #000 !important;
    font-size: 15px;
    text-decoration: none !important
}

.btn_cmn {
    background: #ff0002;
    color: #fff;
    display: inline-block;
    padding: 12px;
    border: 0;
    font-size: 17px;
    width: 190px;
    outline: 0 !important
}

.btn_cmn:hover {
    background-color: #ff0002
}

.formBtm_btn {
    background: #ff0002;
    color: #fff !important;
    display: block;
    padding: 12px;
    border: 0;
    font-size: 17px;
    width: 80%;
    margin: 0 auto
}

header #order_btn {
    display: block;
    min-width: 111px
}

#order_btn {
    display: block;
    width: 100%
}

.formBtm_btn:hover {
    background-color: #ff0002
}

#orderDetails-wrape .order_details_tbl th {
    font-size: 17px;
    font-weight: 700;
    color: #ff0002
}

#orderDetails-wrape {
    box-shadow: 0 0 4px 0 #212121;
    -webkit-box-shadow: 0 0 4px 0 #212121
}

#orderDetails-wrape .order_details_tbl {
    border-top: 2px solid #ff0002;
    border-bottom: 2px solid #ff0002;
    margin-bottom: 0
}

#orderDetails-wrape .order_details_tbl td {
    color: #575757;
    font-size: 15px
}

#orderDetails-wrape .order_details_tbl td .status {
    display: block;
    margin-bottom: 5px
}

#home {
    padding: 70px 0 50px
}

.feature-set {
    margin-top: 20px
}

.hbox-2 {
    display: inline-block;
    margin-bottom: 20px
}

.hbox-2 i {
    font-size: 36px;
    color: #fff;
    float: left;
    transition: transform .5s ease;
    margin-right: 10px;
    margin-top: 25px
}

.hbox-2:hover i {
    transform: rotate(360deg)
}

.hbox-2 .hbox-2-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    padding-top: 30px;
    text-align: left
}

.login_page span.big-money {
    font-size: 22px;
    color: ff0002;
    font-weight: 700
}

.message_box {
    border: 3px solid silver;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.message_box p {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize
}

.hbox-2 .hbox-2-txt p span.big-money {
    text-decoration: line-through;
    font-size: 24px;
    color: ff0002;
    font-weight: 700;
    display: inline-block;
}

#owl-fade+.owl-nav button,
#owl-fade+.owl-nav+.owl-dots button {
    display: none !important
}

.hot {
    font-size: 24px;
    color: #ff0002;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    box-shadow: 0 0 0 0 rgba(47, 85, 212, .5);
    animation: blink 2s linear infinite;
    border: 5px solid #ff0002;
    display: inline-block;
    font-size: 24px !important;
    margin-left: 10px
}

.seal {
    float: right;
    margin-top: 5px;
    padding-left: 0
}

.seal a {
    color: #ff0002 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px
}

.seal a.btn {
    width: 110px
}

.features i {
    font-size: 48px;
    color: #ff0002
}

.seal a.btn.phone {
    width: 170px
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 20px !important
}

.login-form .intl-tel-input .selected-flag .iti-arrow {
    right: 5px
}

#how-to img {
    width: 100%
}

#how-to .feature-list li i {
    float: left;
    line-height: 24px
}

@keyframes blink {
    0% {
        box-shadow: 0 0 0 3px rgba(47, 85, 212, .8)
    }
    50% {
        box-shadow: 0 0 0 10px rgba(47, 85, 212, .3)
    }
    100% {
        box-shadow: 0 0 0 15px rgba(47, 85, 212, 0)
    }
}

.calculate-set {
    margin-bottom: 30px
}

.calculate-set i {
    float: left;
    font-size: 40px;
    color: #ff0002;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 60px
}

.calculate-set p {
    padding-left: 57px;
    color: gray
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 170px;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.flip-box.fbx1 {
    margin-top: 100px
}

.flip-box .counter-box {
    text-align: center;
    padding: 30px 15px
}

.flip-box .counter-head {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 800
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 170px;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 170px
}

.flip-box-front {
    color: #000;
    transition: transform .8s;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: rotateY(0)
}

.flip-box-back {
    color: #fff;
    transform: rotateY(180deg);
    transition: transform .8s;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.flip-box:hover .flip-box-inner .flip-box-front {
    transform: rotateY(180deg)
}

.flip-box:hover .flip-box-inner .flip-box-back {
    transform: rotateY(360deg)
}

.flip-box-back h5 {
    font-size: 16px
}

.location-time {
    margin-bottom: 0 !important
}

.location-time i {
    color: #ffe400
}

.flags {
    padding: 6px 0;
    border: 1px solid #ced4da;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.flags a {
    color: #6c757d;
    font-size: 13px
}

.flags .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: 3px;
    margin-right: 5px
}

.flags .dropdown-toggle img {
    width: 25px;
    height: 12px;
    padding-left: 6px
}

#counter .counter-box i {
    color: #ff0002;
    font-size: 48px
}

.counter {
    padding: 70px 0
}

.how-2 .feature-list li {
    margin-bottom: 50px
}

.how-2 .feature-list li i {
    position: relative
}

.how-2 .feature-list li i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #0ff;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.secure-seal {
    margin: 0 auto;
    margin-top: 10px
}

.secure-seal img {
    width: 100%;
    transform: translateX(-10px)
}

.secure-seal2 {
    width: 90%;
    margin: 0 auto
}

.tabcontent {
    position: absolute;
    transition: opacity .5s linear
}

.how-2 {
    padding: 100px 0
}

.order2 {
    padding: 70px 0
}

.bg1 {
    height: 550px;
    width: 72%;
    background-size: contain;
    background-position: right;
    left: 110px;
    top: 13%;
    background-repeat: no-repeat
}

.bg2 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.bg3 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.bg4 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.tab-set {
    position: relative
}

.custom-tab button {
    display: inline-block;
    border: none;
    width: 70%;
    background-color: transparent;
    position: relative;
    margin: 20px auto 20px auto;
    padding: 15px 0;
    border-radius: 35px;
    transition: all .5s linear;
    border: 1px dashed #000000;
    font-size: 20px;
    outline: 0 !important
}

.custom-tab button i {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #000000;
    border-radius: 50%;
    line-height: 30px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%)
}

.custom-tab button.active {
    background-color: #000000;
    color: #fff
}

.features i {
    transition: color .5s ease;
    position: relative;
    line-height: 40px
}

.features i::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-transform: rotate(22deg) translateX(-50%);
    transform: rotate(22deg) translateX(-50%);
    background-color: #f1f4fc;
    z-index: -1;
    left: 50%;
    transition: background-color .5s ease
}

.features:hover i {
    color: #fff
}

.features:hover i::after {
    background-color: #ff0002
}

#calculate {
    padding: 100px 0
}

a.btn {
    width: 243px;
    padding: 8px 4px
}

.btn-set2 a.btn {
    width: 268px
}

.btn-set3 a.btn {
    width: auto;
    padding: 8px 15px
}

.btn-set4 a.btn {
    width: 333px
}

a.btn.btn-primary {
    color: #ff0002 !important;
    background-color: transparent !important;
    transition: all .5s ease
}

a.btn.btn-success {
    color: #000000 !important;
    background-color: transparent !important;
    transition: all .5s ease
}

#order_btn,
.redeem,
a.btn.btn-primary.black-btn2 {
    color: #fff !important;
    background-color: #ff0002 !important;
    border: 2px solid #ff0002
}

.preview-set a.redeem {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 12px
}

.preview-set a.redeem.reverse {
    background-color: transparent !important;
    color: #ff0002 !important
}

.preview-set a.redeem.reverse:hover {
    background-color: #ff0002 !important;
    color: #fff !important
}

.pb-30 {
    padding-bottom: 30px
}

a.btn.btn-success.black-btn2 {
    color: #fff !important;
    background-color: #000000 !important;
    border: 2px solid #000000
}

a.btn.btn-success.black-btn {
    color: #fff !important;
    background-color: #000000 !important;
    transition: all .5s ease;
    border: 2px solid transparent
}

#topnav .sm_link {
    display: inline-block;
    min-width: 40px;
    color: #ff0002 !important;
    border: 2px solid #ff0002;
    border-radius: 8px;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    outline: none #f0f8ff;
    position: relative;
    top: 5px
}

#topnav .sm_link:hover {
    color: #fff !important;
    background: #ff0002
}

#topnav .sm_link i {
    color: inherit;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400 !important
}

a.btn.btn-primary.black-btn {
    color: #fff !important;
    background-color: #ff0002 !important;
    transition: all .5s ease;
    border: 2px solid transparent
}

a.btn.btn-primary.black-btn:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff
}

a.btn.btn-success.black-btn:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff
}

#order_btn:hover,
.redeem:hover,
a.btn.btn-primary.black-btn2:hover {
    color: #ff0002 !important;
    background-color: transparent !important
}

a.btn.btn-success.black-btn2:hover {
    color: #000000 !important;
    background-color: transparent !important
}

.redeem {
    transition: all .5s ease
}

a.btn.btn-primary.black-btn2-2 {
    border: 2px solid #ff0002
}

a.btn.btn-primary.black-btn2-2:hover {
    color: #fff !important;
    background-color: #ff0002 !important
}

a.btn.btn-success.black-btn2-2:hover {
    color: #000000 !important;
    background-color: transparent !important
}

#pop-up {
    padding-top: 25vh
}

.modal_closed {
    padding-right: 0 !important;
    overflow-x: hidden !important
}

.modal-backdrop {
    display: none
}

.pop-up {
    background-color: rgba(0, 0, 0, .8)
}

.payment {
    width: 115%
}

#pop-up .pop-up-modal {
    max-width: 767px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px
}

.pop-up-set img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    background-color: #000;
    border-radius: 10px 0 0 10px
}

#pop-up .count-down,
.email-landing .count-down {
    padding-left: 0;
    margin-bottom: 20px
}

#pop-up .count-down li,
.email-landing .count-down li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #ff0002;
    border-radius: 5px;
    padding: 5px 5px
}

#pop-up .count-down li p,
.email-landing .count-down li p {
    margin-bottom: 0
}

#pop-up .count-down li span {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #212121;
    border-radius: 5px;
    display: inline-block;
    line-height: 40px
}

.email-landing .count-down li span {
    font-size: 48px
}

.email-landing .count-down li {
    width: 100px;
    margin-right: 10px;
    width: 80px;
    box-shadow: 3px 3px 5px 2px grey
}

.counter3 .count-down {
    display: flex
}

#pop-up .pop-up-set h1 {
    background-color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px
}

#pop-up .pop-up-set hr {
    width: 235px;
    border-top: 1px solid grey
}

#pop-up .pop-up-set h3 {
    font-size: 17px;
    margin-bottom: 10px
}

#pop-up .pop-up-set h2 {
    font-size: 18px
}

.pop-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 28px;
    background-color: #ff0002;
    position: absolute;
    right: -30px;
    top: -35px;
    color: #fff;
}

.hide_discountmodal {
    cursor: pointer !important
}

.pop-close:hover {
    cursor: pointer
}

.pop-close-2 {
    color: grey
}

.modal-button {
    position: absolute;
    z-index: -9999;
    background-color: transparent;
    border: none
}

.privacy {
    padding: 0 0
}

.privacy-title {
    background-image: linear-gradient(rgb(255, 0, 0), rgba(0, 0, 0, .5)), url(../images/cta-2.png);
    padding: 150px 0 50px;
    background-size: cover;
    background-position: center
}

.privacy-title .page-next-level .title {
    font-size: 48px
}

.thank {
    padding-bottom: 0;
    padding-top: 50px
}

.thank-bg {
    background-image: url(../images/cta-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 60px;
    background-attachment: fixed;
    margin-top: 50px
}

.thank-bg h2 {
    font-size: 48px;
    color: #fff
}

.thank-feature {
    padding: 50px 0
}

.email-landing {
    margin-bottom: 20px
}

.email-land-set {
    border: 1px solid #ff0002;
    margin: 20px auto;
    background-color: #f3f3f3
}

.email-land-set td {
    padding: 30px 20px
}

#signup_content_area {
    padding: 100px 0 60px
}

#preview_page_content {
    padding: 105px 0 60px
}

.order .form_heading,
.preview .form_headline {
    color: #525252;
    font-size: 22.3px;
    line-height: 1.2;
    margin: 0 0 25px;
    text-align: left
}

.preview {
    padding: 30px 0 60px 0
}

.order_sidebar {
    max-width: 400px;
    margin: 0 0 0 auto
}

#placeorder_sidebar.order_sidebar .pricing_detail_bx {
    text-align: center
}

.order_sidebar .pricing_detail_bx .box_title {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;
    text-transform: uppercase
}

.preview-table {
    text-align: left;
    border-top: 2px solid #ff0002;
    margin-bottom: 0
}

.preview-table tr td {
    padding: 10px;
    font-size: 15px;
    line-height: 1.4
}

.preview-table tr td .guideline_content {
    height: 75px;
    overflow-y: scroll;
    word-wrap: anywhere
}

.preview-table tr td.label {
    font-weight: 700;
    color: #212121
}

.preview-table tr td.tbl_head {
    color: #007bff !important
}

.preview-table tr td.label.lbl_guideline {
    vertical-align: top
}

.preview-table tr td .order_amount {
    font-weight: 700;
    font-size: 22px;
    color: #000000
}

.preview-table tr:nth-child(odd) {
    background-color: #f2f2f2
}

.pricing_detail_bx {
    padding: 20px 40px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.pricing_detail_bx .cost_checklist {
    padding: 15px 0;
    margin: 0 auto;
    text-align: left;
    list-style-type: none;
    position: relative;
    border-top: 2px dotted #ddd
}

.pricing_detail_bx .cost_checklist li {
    font-size: 15px;
    line-height: 1;
    display: block;
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #212529
}

.pricing_detail_bx .cost_checklist li span {
    display: inline-block
}

.pricing_detail_bx .cost_checklist li:nth-last-child(1) {
    margin-bottom: 0
}

.pricing_detail_bx .cost_checklist li span.p_tag {
    position: absolute;
    right: 0
}

.pricing_detail_bx #free_plan.pricing-rates {
    padding: 0 6px;
    border: 0;
    box-shadow: none !important;
    margin: 30px auto 0
}

.pricing_detail_bx .pricing-rates .feature .feature-list {
    line-height: .7
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
    min-width: 85px;
    padding: 0;
    border: 0;
    top: 0
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag span.single_price::after {
    top: 8px
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px 2px 1px;
    border-radius: 30px;
    min-width: 50px
}

.pricing_detail_bx .price_box {
    padding-bottom: 25px;
    border-bottom: 2px dotted #ddd
}

.pricing_detail_bx .price_box h4 {
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    box-shadow: 5px 5px 35px 10px rgba(0, 0, 0, .15);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    color: #000000;
    line-height: 1
}

.pricing_detail_bx .price_box h4 span {
    display: inline-block
}

.pricing_detail_bx .price_box h4 .order_price {
    position: absolute;
    right: 15px
}

.pricing_detail_bx .price_box h4 .order_price .discounted_price {
    color: #666;
    position: relative;
    margin-right: 1px;
    padding: 0 2px;
    font-size: 14px;
    display: none !important
}

.pricing_detail_bx .price_box h4 .order_price .total_cost {
    font-size: 18px;
    font-weight: 700;
    color: #000000
}

.pricing_detail_bx .price_box .btn_proceed {
    color: #fff !important;
    background: #ff0002;
    padding: 10px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 1px 5px 1px #ff0002;
    border: 2px #ff0002;
    border-radius: 30px;
    outline: 0 !important
}

.pricing_detail_bx .price_box .btn_proceed:hover {
    background: #000000;
    box-shadow: 0 1px 5px 1px #000000
}

#userarea_counter h4 {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d
}

#userarea_counter .count-down li span {
    font-size: 32px;
    line-height: 1.3
}

.preview-set ul li h3 {
    font-size: 26px;
    color: #fff;
    background-color: #ff0002;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 10px
}

.preview-set ul li {
    transition: all .5s ease
}

.preview-set ul li:hover {
    background-color: #ff0002
}

.preview-set ul li:hover a {
    color: #fff !important
}

.preview-set ul li a {
    padding: 20px 20px;
    display: block;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    transition: all .5s ease
}

.preview-set ul li a i {
    font-size: 20px
}

.preview-set ul {
    list-style: none;
    padding-left: 0
}

.return {
    padding: 65px 0
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

.expert {
    width: 50%
}

.bounce-effect {
    animation: bouncing 2s linear infinite
}

.btn-effect {
    width: 268px;
    animation: blinking 1.2s linear infinite;
    background-color: #ff0002;
    border: 2px solid #ff0002
}

.cc-window {
    z-index: 9999999999
}

@keyframes blinking {
    0% {
        color: #ff0002;
        background-color: #fff
    }
    49% {
        color: #ff0002;
        background-color: #fff
    }
    50% {
        color: #fff;
        background-color: #ff0002
    }
    100% {
        color: #fff;
        background-color: #ff0002
    }
}

.btn-effect:hover {
    animation-play-state: paused;
    background-color: #fff !important;
    color: #ff0002 !important
}

@keyframes bouncing {
    0%,
    10%,
    26%,
    40%,
    50% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    20%,
    21% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0)
    }
    35% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    45% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce-effect:hover {
    animation-play-state: paused
}

.choose_section .main-title span.static_text {
    display: block
}

@media only screen and (min-width:768px) {
    .navbar-toggle {
        display: block
    }
    .mobile_service {
        display: none !important
    }
    
    .hidden-md {
        display: none
    }
    .sidebar_sticky {
        background: #fff;
        position: fixed;
        max-width: 400px;
        top: 80px;
        z-index: 11;
        margin-left: 33px
    }
    .sidebar_sticky_abs {
        background: #fff;
        position: absolute;
        max-width: 400px;
        margin-left: 33px;
        top: 426px;
        z-index: 11
    }
    .sidebar_sticky_abs_error {
        background: #fff;
        position: absolute;
        max-width: 400px;
        margin-left: 33px;
        top: 354px;
        z-index: 11
    }
    .lead-btn-submit{
        padding: 10px 130px!important;
    }
    .calculate_order{
        width: 325px;
        margin-top: 10px;
    }
    .title-heading{
        padding-top: 0px!important;
    }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .subject-form-set {
        display: inherit;
        text-align: center
    }
    .subject-select {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px
    }
    .subject-form-set button {
        line-height: 45px;
        height: 45px;
        margin-left: 15px
    }
    .review-owl .owl-carousel {
        margin-top: 128px !important
    }
    .Level-text {
        right: inherit;
        left: 50%;
        transform: translate(-50%, 100%);
        top: -85px
    }
}

@media only screen and (min-width:992px) {
    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #ff0002
    }
    #topnav .navigation-menu>li.active>a,
    #topnav .navigation-menu>li:hover {
        color: #ff0002 !important
    }
    #topnav .navbar-toggle {
        display: none
    }
    #topnav #navigation {
        display: block !important
    }
    #topnav.scroll {
        top: 0
    }
}

@media only screen and (min-width:1200px) {
    .btn-set3 {
        display: flex;
        justify-content: space-around
    }
}

@media only screen and (max-width:1199px) {
    .sample-set {
        max-height: inherit
    }
    .sample-set .sample-right a {
        margin-top: 10px
    }
    .btn-set3 a.btn {
        padding: 8px
    }
    .seal a {
        margin-left: 0
    }
    .seal a.btn {
        width: 95px
    }
    .seal a.btn.phone {
        width: 170px
    }
    .logo img {
        width: 200px
    }
    .hot {
        display: none
    }
    .home-shape-bottom2,
    .home-shape-bottom3 {
        display: none
    }
    .border-order h4 {
        font-size: 18px
    }
    .stats-rate {
        text-align: center;
        display: inherit;
        margin: 0 5px
    }
    .stats-rate h4 {
        margin-left: 0
    }
    .stats-rate img {
        margin-right: 0;
        display: block;
        margin: 0 auto
    }
}

@media only screen and (max-width:991px) {
    #topnav {
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        min-height: 74px
    }
    .seal a.btn {
        width: 130px
    }
    .hot {
        display: inline-block
    }
    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 8px 15px !important
    }
    #topnav .sm_link {
        min-width: 45px
    }
    #topnav .sm_link i {
        line-height: 42px
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6
    }
    #navigation {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff
    }
    #navigation.open {
        display: block;
        overflow-y: auto
    }
    .hbox-2.border-right {
        border-right: 0 !important
    }
    #topnav #nav_responsive {
        position: relative;
        top: 10px;
        background-color: #f0f8ff;
        padding: 0;
        margin: 0
    }
    #topnav #nav_responsive.navbar-collapse.collapse.show {
        transition: all .3s linear
    }
    #topnav .navbar_btns {
        padding: 0 0 10px 15px
    }
    .title-heading .heading {
        font-size: 45px
    }
    .features {
        text-align: center
    }
    .custom-tab button {
        font-size: 16px
    }
    .footer .footer-head {
        margin-top: 20px
    }
    .secure-seal img {
        width: 50%
    }
    .hbox-2 .hbox-2-txt p {
        padding-top: 0
    }
    .hbox-2 i {
        margin-top: 1px
    }
    @keyframes bouncing {
        0%,
        100%,
        20%,
        53%,
        80% {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
        40%,
        43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0)
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0)
        }
    }
    #navigation {
        padding-bottom: 25px
    }
    .subject-set {
        margin-top: 30px
    }
    .Level-text {
        transform: translate(-50%, -100%);
        left: 51%
    }
    #owl-10.owl-theme .owl-controls .owl-pagination,
    #owl-11.owl-theme .owl-controls .owl-pagination,
    #owl-12.owl-theme .owl-controls .owl-pagination,
    #owl-13.owl-theme .owl-controls .owl-pagination,
    #owl-14.owl-theme .owl-controls .owl-pagination,
    #owl-15.owl-theme .owl-controls .owl-pagination,
    #owl-16.owl-theme .owl-controls .owl-pagination,
    #owl-17.owl-theme .owl-controls .owl-pagination,
    #owl-18.owl-theme .owl-controls .owl-pagination,
    #owl-19.owl-theme .owl-controls .owl-pagination,
    #owl-20.owl-theme .owl-controls .owl-pagination,
    #owl-21.owl-theme .owl-controls .owl-pagination,
    #owl-22.owl-theme .owl-controls .owl-pagination,
    #owl-23.owl-theme .owl-controls .owl-pagination,
    #owl-24.owl-theme .owl-controls .owl-pagination,
    #owl-25.owl-theme .owl-controls .owl-pagination,
    #owl-26.owl-theme .owl-controls .owl-pagination,
    #owl-27.owl-theme .owl-controls .owl-pagination,
    #owl-6.owl-theme .owl-controls .owl-pagination,
    #owl-7.owl-theme .owl-controls .owl-pagination,
    #owl-8.owl-theme .owl-controls .owl-pagination,
    #owl-9.owl-theme .owl-controls .owl-pagination {
        text-align: center
    }
    .sign-up-outer {
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .title-heading {
        padding-top: 0;
        margin-top: 10px !important
    }
    #home .col-lg-4.col-md-6.mt-4.pt-2.mt-sm-0.pt-sm-0.order-2.order-md-1 {
        margin: 0 !important;
        padding-top: 0 !important
    }
    #signup_content_area .row.mx-0 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
    .pricing_detail_bx {
        margin-top: 40px;
        padding: 20px 10px
    }
    .pricing_detail_bx #free_plan.pricing-rates {
        padding: 0
    }
    .pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
        top: -5px
    }
    #preview_data_row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
    .preview-table tr td {
        width: 33.333%;
        font-size: 13px;
        padding: 8px 5px
    }
    .preview-table tr td[colspan="2"] {
        width: 66.666666%
    }
    .preview-table tr td[colspan="3"] {
        width: 100%
    }
    .order_sidebar {
        margin: 0 auto;
        max-width: 380px
    }
    .order_sidebar img {
        max-width: 100%
    }
    .pricing_detail_bx .price_box h4 {
        font-size: 16px
    }
    #placeOrderForm .btn_RedeemPromo {
        top: 5px
    }
    #pop-up {
        display: none !important
    }
    .hidden-xs {
        display: none !important
    }
    #topnav .navbar .navbar-brand {
        margin: 0
    }
    #topnav .navigation-menu {
        padding-top: 5px !important
    }
    #topnav .navbar .navbar-brand img {
        max-width: 160px
    }
    #topnav .navigation-menu>li {
        display: block;
        margin: 0;
        text-align: left
    }
    .flip-box.fbx1 {
        margin: 0
    }
    .pop-up-modal {
        max-width: 360px
    }
    #home {
        padding-top: 80px;
        padding-bottom: 35px;
        background-image: none
    }
    .bg-half-170 {
        padding: 150px 0;
        height: auto
    }
    .navigation-menu li a.btn {
        width: auto;
        min-width: 120px
    }
    .navigation-menu li a#btn_tel.btn {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .hot {
        display: none
    }
    .title-heading .heading {
        font-size: 28px !important;
        line-height: 1.1;
        text-align: center;
        font-weight: 800
    }
    .section {
        padding: 60px 0
    }
    .title-heading .para-desc {
        font-size: 18px
    }
    .section-title .main-title {
        font-size: 28px
    }
    .section-title .title {
        font-size: 24px
    }
    .mt-60 {
        margin-top: 60px
    }
    .title-heading .para-desc {
        text-align: center
    }
    .secure-seal2 {
        width: inherit;
        margin: 0 auto
    }
    .custom-tab button {
        font-size: 20px
    }
    .btn-set3 {
        display: inherit
    }
    .btn-set3 a.btn {
        width: 220px
    }
    a.btn {
        width: 225px;
        padding: 8px 4px;
        font-size: 14px
    }
    a.btn.sign-up {
        width: 160px
    }
    .btn-set2 a.btn {
        width: 260px
    }
    .tab-set .section-title {
        text-align: center
    }
    #calculate {
        padding: 40px 0
    }
    .calculate-set {
        text-align: center
    }
    .calculate-set i {
        float: none
    }
    .calculate-set p {
        padding-left: 0
    }
    #pop-up .count-down {
        margin-bottom: 30px
    }
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        opacity: 0 !important
    }
    .seal {
        margin-top: 0
    }
    #navigation {
        border-top: none
    }
    .custom-check .tool-wrap .tool {
        transform: translate(5%, -75%)
    }
    .order-header h2 {
        font-size: 26px
    }
    .seal {
        margin-right: 0;
        float: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between
    }
    .free-wala li.feature-list {
        width: 220px
    }
    .Level-text {
        transform: translate(-50%, -100%)
    }
    .cc-window.cc-floating.cc-theme-classic {
        z-index: 5 !important;
        margin: 0 auto 8px 8px;
        padding: 5px !important;
        max-width: 76% !important
    }
    .pricing-rates.starter-plan {
        transform: unset !important;
        z-index: 0
    }
    #free_plan.pricing-rates .title .heading_tag span.t_price::after {
        top: 12px
    }
    .order .form_heading,
    .preview .form_headline {
        margin: 0 auto 20px;
        text-align: center;
        line-height: 1.2
    }
    .row.mx-0.form_area_row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
    #placeOrderForm .border-order {
        padding: 10px !important
    }
    #placeOrderForm .form-group .input-group>.form-control {
        text-align: center !important;
        padding-left: 60px !important;
        padding-right: 60px !important
    }
    #placeOrderForm .form-group .input-group>span {
        width: 60px;
        z-index: 9999 !important
    }
    #placeOrderForm .form-group .input-group>span i {
        width: 40px;
        color: #fff !important;
        background: #ff0002
    }
}

@media only screen and (max-width:575px) {
    .feature-list li {
        position: relative;
        padding: 5px 0 5px 25px
    }
    .skills {
        margin-top: 30px
    }
    .recent-review {
        padding: 20px 20px 20px 20px;
        text-align: center
    }
    .recent-review img.person {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: 15px
    }
    .recent-review-left {
        text-align: center
    }
    .recent-review-right {
        text-align: center
    }
    #owl-10,
    #owl-11,
    #owl-12,
    #owl-13,
    #owl-14,
    #owl-15,
    #owl-16,
    #owl-17,
    #owl-18,
    #owl-19,
    #owl-20,
    #owl-21,
    #owl-22,
    #owl-23,
    #owl-24,
    #owl-25,
    #owl-26,
    #owl-27,
    #owl-6,
    #owl-7,
    #owl-8,
    #owl-9 {
        margin-top: 160px
    }
    .custom-input-subject {
        display: inherit;
        text-align: center
    }
    .subject-select {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px
    }
    .subject-form-set button {
        line-height: 45px;
        height: 45px;
        margin-left: 15px
    }
    .stats-rate {
        padding: 5px 10px;
        margin: 15px auto 0 auto
    }
    .subject-select .list {
        width: 100%
    }
    .subject-set {
        margin-top: 20px
    }
    .subject-form-set {
        display: inherit;
        text-align: center
    }
    .Level-text {
        top: -30px
    }
    .stats-rate {
        display: flex;
        padding: 10px 10px;
        justify-content: center
    }
    .stats-rate img {
        margin: 0 5px 0 0
    }
    .stats-rate h4 {
        margin-left: 10px
    }
    .stats-star {
        text-align: center
    }
    .progress-set h4 {
        text-align: left
    }
    .login-btn {
        padding: 0 10px;
        width: 100%;
        height: 56px;
        border-radius: 5px;
        color: #fff;
        line-height: 56px;
        text-align: center;
        background-color: #ff0002;
        border: 1px solid #ff0002;
        transition: all .5s ease;
        margin: 20px auto 0 auto
    }
    .login-btn:hover {
        background-color: #fff
    }
    .payment {
        width: 100%
    }
    .custom-form .number-style {
        width: 100%
    }
    .btn-set3 a.btn {
        width: 180px
    }
    .secure-seal img {
        width: 80%
    }
    .custom-form .form-group {
        padding-left: 30px
    }
    .custom-form .label {
        padding-left: 0
    }
    .custom-check .tool-wrap .tool {
        transform: translate(-50%, -75%)
    }
    .hbox-2 i {
        float: none;
        margin-bottom: 20px
    }
    .sign-up-right {
        text-align: center;
        padding: 15px 0
    }
    .sign-up-right img {
        position: inherit;
        transform: translateY(0)
    }
}

@media only screen and (max-width:479px) {
    .login_page {
        padding: 20px 5px
    }
    .logo img {
        width: 150px
    }
    #orderDetails-wrape .order_details_tbl th {
        font-size: 14px
    }
    #orderDetails-wrape .table td,
    #orderDetails-wrape .table th {
        padding: 10px 0
    }
    .formBtm_btn {
        padding: 12px 5px;
        font-size: 15px;
        width: 100%;
        margin: 0 auto
    }
    #navigation {
        top: 73px
    }
    .hot {
        display: none
    }
    .watch-video {
        padding-top: 30px !important
    }
    .seal a {
        margin-top: -5px
    }
    #topnav .logo {
        float: none;
        display: block
    }
    #topnav .navbar-toggle .lines {
        margin: 7px 0 0 0
    }
    a.btn.sign-up {
        width: 100px;
        padding: 5px 5px;
        font-size: 13px
    }
    .event-schedule .content .title {
        font-size: 15px
    }
    .seal a:not(.hot) {
        display: inline-block;
        text-align: center;
        font-size: 14px
    }
    .seal a.btn {
        width: 140px
    }
    .secure-seal2 div img {
        width: 90%
    }
    .custom-tab button {
        font-size: 16px
    }
    .secure-seal img {
        width: 95%;
        padding-left: 10px
    }
    .submit a {
        padding: 8px 18px
    }
    .btn-set3 {
        text-align: center
    }
    .btn-set3 a.btn {
        width: 240px
    }
    .pop-close {
        right: -20px
    }
    .privacy-title {
        padding: 130px 0 50px
    }
    .privacy-title .page-next-level .title {
        font-size: 36px;
        line-height: 150%
    }
    .thank div h2 {
        font-size: 27px
    }
    .btn-set4 a.btn {
        width: 300px
    }
    .custom-check {
        font-size: 14px
    }
    .custom-check .tool-wrap .tool {
        transform: translate(-50%, -75%)
    }
    .question {
        left: 4px
    }
    .tool {
        left: 135px;
        transform: translate(-50%, -100%)
    }
    .order-header img {
        width: 100%
    }
}

@media only screen and (max-width:359px) {
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}
.sliderBg{
    background-image: url('../images/slider_1.jpg')
}

.visible{
    visibility: visible;
}
.frmInput{
    margin-bottom: 10px;
}
.frmInputLabel{
    font-weight: 500;
}

.form-control-head{
    background-color: #ff0002;
    margin-top: -25px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #fff;
}
.form-control-head h3{
    font-size: 24px;
}

.lead-btn-submit{
    background-color: rgb(63, 55, 55);
    padding: 10px 144px;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.lead-btn-submit:hover{
    background-color: #000;
}
.frmdropdown{
    border-radius: .25rem!important;
    margin-bottom: 10px!important;
}
.lead-form{
    padding: 20px 15px;
}
.lead-form textarea{
    margin-top: 10px;
}
@media (max-width:1199px){
    .lead-btn-submit{
        padding: 10px 113px;
    }
}
@media (max-width:991px){
    .lead-btn-submit{
        padding: 10px 133px;
    }
}
@media (max-width:768px){
    .lead-btn-submit{
        padding: 10px 223px;
    }
}

@media (max-width:575px) {
    .lead-btn-submit{
        padding: 10px 138px;
    }
    .calculate_order{
        width: 340px;
    }
    .order-md-1{
        text-align: -webkit-center;
    }
    .heading{
        padding-top: 20px;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left: 0px;
    margin: 5px -5px;
}

.dropdown-content li, .dropdown-content a {
    float: none;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropbtn:hover {
    background-color: #ff0002;
    padding: 5px;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.dropbtn .dropbtntxt:hover {
    color: #fff!important;
}

.dropbtn:hover .dropdown-content {
    display: block;
}