/* Common CSS */

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rajdhani ', sans-serif !important;
    font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
li,
label,
span,
a,
p,
h6,
button,
input {
    font-family: 'Rajdhani', sans-serif !important;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_80 {
    margin-bottom: 80px;
}

.pl_0 {
    padding-left: 0 !important;
}

.mtb_30 {
    margin: 50px 0 20px;
}

button:hover {
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.header_wrap {
    padding: 0px;
}

.header_wrap .logo_img {
    width: 180px;
}

.header_wrap .navbar-toggler {
    z-index: 9;
}

.header_wrap .logo_wrap {
    z-index: 9;
    padding-left: 50px;
}

@media screen and (min-width: 992px) {
    .header_wrap .container-fluid {
        padding-right: 0;
    }
}

.align_right {
    justify-content: flex-end;
}

.align_right ul li {
    padding: 0 12px;
    z-index: 9;
    cursor: pointer;
}

.align_right ul li:hover a {
    color: #f25767;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.align_right ul li a {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.align_right ul .active a {
    color: #f25767;
    border-bottom: 2px solid #f25767;
    line-height: normal;
}

.align_right ul .always_active a {
    background: #f25767;
    border-radius: 8px;
}

.align_right ul .always_active a:hover {
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.align_right ul .always_active a,
.align_right ul .always_active:hover a {
    color: #fff;
}

.top_banner_wrapper {
    background-image: url("images/Topbg.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin-top: -80px;
    height: 100vh;
    min-height: 650px;
    position: relative;
}

.top_banner_wrapper .banner_img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 40px;
    top: 80px;
}

.top_banner_wrapper .app_btn {
    width: 130px;
    height: 40px;
    object-fit: contain;
}

.top_banner_wrapper .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

.form_wrap {
    margin-top: 20px;
}

.top_banner_wrapper .col-md-5 {
    margin-top: 150px;
    padding-left: 60px;
}

.top_banner_wrapper h1 {
    font-size: 30px;
    color: #2b2b2b;
}

.top_banner_wrapper h1 .big_text {
    display: block;
    color: #f25767;
    font-weight: 900;
    font-size: 80px;
    line-height: 0.8;
    margin-top: 20px;
}

.top_banner_wrapper h1 .small_text {
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.top_banner_wrapper .btn_white {
    background-color: #f25767;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 9px 15px;
    width: 180px;
    max-width: 100%;
    margin-right: 20px;
    border-radius: 8px;
    text-transform: uppercase;
}

.top_banner_wrapper .btn_white:hover {
    color: #fff;
}

.top_banner_wrapper .input::placeholder {
    color: #2b2b2b !important;
}

.top_banner_wrapper .input {
    border: 1px solid #888;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 9px 11px;
    color: #2b2b2b;
    border-radius: 5px;
    width: 75%;
    display: block;
    font-weight: 500;
}


/* About CSS */

.about_wrap {
    margin-top: 150px;
}

.about_wrap .swiper-button-prev,
.about_wrap .swiper-button-next {
    color: #2b2b2b;
}

.about_wrap .col-md-6 .img_about {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.about_wrap h1 {
    text-align: center;
    color: #2b2b2b;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 40px;
}

.about_wrap h1 span {
    color: #f25767;
}

.about_wrap p i {
    color: #fff;
    background-color: #f25767;
    border-radius: 4px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding: 6px 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_wrap p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 34px;
    position: relative;
}

.right_text_wrap {
    width: 450px;
    max-width: 100%;
}

.about_wrap .top_text {
    margin-bottom: 20px;
    padding-left: 0;
}

.about_wrap h2 {
    font-size: 35px;
    font-weight: 900;
}


/* ABout People CSS */

.about_people_wrap {
    width: 50%;
    margin: 0 auto 80px;
}

.about_people_wrap h1 span {
    color: #f25767;
}

.about_people_wrap .social_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_people_wrap .social_wrap i {
    font-size: 16px;
    color: #2b2b2b;
    margin: 0 3px;
}

.about_people_wrap .btn a {
    color: #2b2b2b;
    text-decoration: none;
}

.about_people_wrap h1 {
    text-align: center;
    color: #2b2b2b;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 30px;
}

.about_people_wrap .col-md-4 .img_people {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #e2e2e2;
}

.flip-card {
    background-color: transparent;
    width: 180px;
    height: 180px;
    perspective: 1000px;
    margin: 0 auto;
}

.flip-card-inner {
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 50%;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 180px;
    height: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
}

.flip-card-back h3 {
    font-size: 20px;
    color: #2b2b2b;
    margin-bottom: 0px;
    font-weight: 600;
}

.flip-card-back p {
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 5px;
}

.flip-card-back .btn {
    font-size: 14px;
}

.flip-card-back .btn img {
    width: 20px;
}

.flip-card-back {
    background-color: transparent;
    transform: rotateY(180deg);
    border: 10px solid #e2e2e2;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



/* Features CSS */

.features_wrapper h1 {
    text-align: center;
    color: #2b2b2b;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 20px;
}
.featureBox img {
    width: 100%!important;
    background: #dc3545;
    margin: 20px 0px;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0px 10px 10px 0px #c1c1c1;
}
/*
.features_wrapper .waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
    text-align: center;
}

.features_wrapper .new_text {
    color: #f25767;
}

.features_wrapper .row {
    align-items: flex-start;
}

.features_wrapper .waviy span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #2b2b2b;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i))
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}
*/
.features_wrapper .space {
    margin-right: 20px
}

.features_wrapper h1 span {
    color: #f25767;
}

.features_wrapper .list_wrap {
    margin-bottom: 40px;
}

.features_wrapper .list_wrap img {
    width: 200px;
    margin-bottom: 15px;
}

.features_wrapper .list_wrap p {
    font-weight: 500;
    font-size: 16px;
}


/* Prizing CSS */

.price_wrap {
    background-color: #f8f8f8;
    padding: 50px 0 60px;
}

.price_wrap h1 {
    text-align: center;
    color: #2b2b2b;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 30px;
}

.price_wrap h1 span {
    color: #f25767;
}

.price_wrap .left_card_wrap {
    box-shadow: 15px 15px 30px 0 rgba(154, 154, 154, 0.08);
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.price_wrap .left_card_wrap .head_wrap {
    position: relative;
    border-bottom: 1px solid #f25767;
    padding: 20px 20px 30px;
}

.price_wrap .left_card_wrap .head_wrap img {
    position: absolute;
    left: 20px;
    top: 6px;
    width: 50px;
}

.price_wrap .left_card_wrap .head_wrap p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.price_wrap .left_card_wrap .cost_wrap {
    padding: 20px;
}

.price_wrap .left_card_wrap .cost_wrap .cost_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price_wrap .left_card_wrap .cost_wrap .cost_list p:first-child {
    min-width: 80px;
}

.price_wrap .left_card_wrap .cost_wrap .cost_list p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    min-width: 130px;
}

.price_wrap .left_card_wrap .cost_wrap .cost_list p span {
    color: #f25767;
    font-weight: 600;
}

.price_wrap .btn_start {
    background-color: #f25767;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 7px 20px;
    margin: 10px 0 0 0;
    width: 100%;
}

.price_wrap .btn_start:hover {
    color: #fff;
}

.price_wrap .btn_white {
    background-color: #fff;
    color: #f25767;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 7px 20px;
    margin: 10px 0 0 0;
    width: 100%;
}

.price_wrap .btn_white:hover {
    color: #f25767;
}

.price_wrap .rate_card p {
    font-weight: 500;
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: normal;
}

.price_wrap .rate_card h2 {
    font-weight: 600;
    color: #f25767;
    font-size: 28px;
    margin: 10px 0 0;
}

.grey_card {
    background-image: url("images/BG1.png");
}

.price_wrap .rate_card.grey_card p {
    color: #4d4f5c;
}

.gold_card {
    background-image: url("images/BG2.png");
}

.price_wrap .rate_card.gold_card p {
    color: #4d4f5c;
}

.platinum_card {
    background-image: url("images/BG3.png");
}

.price_wrap .rate_card.platinum_card p {
    color: #fff;
}

.price_wrap .rate_card h6 {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.price_wrap .rate_card {
    text-align: left;
    padding: 31px 15px;
    border-radius: 20px;
    box-shadow: 15px 15px 30px 0 rgba(154, 154, 154, 0.08);
    background-repeat: no-repeat;
    background-position: center;
}

.right_card_wrap {
    box-shadow: 15px 15px 30px 0 rgba(154, 154, 154, 0.08);
    background-image: url("images/BG4.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 30px 30px;
    border-radius: 20px;
    position: relative;
}

.right_card_wrap .head_wrap {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
}

.right_card_wrap .head_wrap p {
    background-image: url(images/Path3402.png);
    color: #f25767;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 3px 0 2px 20px;
    font-weight: 500;
}

.right_card_wrap h2 {
    margin-top: 20px;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
}

.right_card_wrap p {
    font-weight: 500;
    font-size: 16px;
    padding-right: 60px;
    color: #fff;
    line-height: normal;
    margin-bottom: 5px;
}


/* Counter */

.counter_wrapper {
    background-color: #f8f8f8;
    padding: 80px 0;
    margin: 0px;
}
.counter_wrapper .width_wrap img {
    width: 45px;
    margin-bottom: 10px;
}
.counter_wrapper .width_wrap {
    width: 230px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 4px solid #f25767;
    text-align: center;
    height: 220px;
}

.counter_wrapper .counting {
    font-size: 40px;
    color: #2b2b2b;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 0;
    line-height: 1.3;
    text-align:center;
    margin: 10px 0px 10px 18px;
}

.counter_wrapper .count_wrap {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-align:center;
}

.counter_wrapper .count_wrap i {
    padding-left: 5px;
    font-size: 16px;
}

.counter_wrapper h5 {
    font-size: 20px;
    color: #2b2b2b;
    margin: 0;
}


/* Download CSS */

.download_wrapper {
    background-color: #f25767;
    padding: 50px 0;
}

.download_wrapper .video_wrap {
    width: 80%;
}

.download_wrapper .row {
    align-items: center;
}

.download_wrapper .img_logo {
    width: 45%;
    display: block;
}


/* Contact CSS */

.contact_wrapper p:first-child {
    width: 220px;
    max-width: 100%;
}

.contact_wrapper p i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #2b2b2b;
}

.contact_wrapper .map_wrap {
    width: 100%;
    height: 100%;
}

.contact_wrapper p a {
    color: #2b2b2b;
}

.contact_wrapper p {
    font-weight: 500;
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
}

.contact_wrapper h1 span {
    color: #f25767;
}

.contact_wrapper h1 {
    color: #2b2b2b;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 20px;
}


/* Footer CSS */

.footer_wrapper {
    background: #2b2b2b;
    padding: 40px 0 0;
}

.footer_wrapper .logo_footer {
    width: 100px;
}

.footer_wrapper p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.footer_wrapper p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer_wrapper .light_font {
    font-weight: 400;
}

.footer_wrapper h1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer_wrapper span {
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 600;
}

.footer_wrapper .btn_block {
    display: block;
}

.footer_wrapper .button_img {
    width: 130px;
    display: block;
    margin-top: .5rem;
    max-width: 100%;
}

.footer_wrapper .col-md-12 {
    background-color: #131313;
    padding: 15px 0;
}

.footer_wrapper .form_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 10px 0;
}

.footer_wrapper .btn_white {
    background-color: #f25767;
    color: #fff;
    display: block;
    font-weight: 600;
    max-width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    position: absolute;
    right: 1%;
    top: 50%;
    width: auto;
    padding: 4px 10px;
    transform: translateY(-50%);
}

.footer_wrapper .btn_white:hover {
    color: #fff;
}

.footer_wrapper .input::placeholder {
    color: #ccc !important;
}

.footer_wrapper .input {
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 9px 120px 9px 11px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    display: block;
    font-weight: 500;
}

.footer_wrapper .app_btn {
    width: 100px;
    height: 40px;
    object-fit: contain;
}

.footer_wrapper .btn_wrap {}

@media screen and (max-width: 1150px) {
    .about_people_wrap {
        width: 60%;
    }
    .price_wrap .width_cntrl_wrap {
        flex: none;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .header_wrap .navbar {
        padding: 5px 0 !important;
        position: relative;
    }
    .top_banner_wrapper .banner_img {
        right: 20px;
    }
    .header_wrap .navbar-collapse {
        position: absolute !important;
        width: 100%;
        top: 70px;
        background: #fff;
        z-index: 9999;
    }
    .align_right ul li {
        height: 40px;
        line-height: normal;
    }
    .align_right ul li {
        font-size: 16px;
    }
    .align_right ul .active a {
        padding-top: .5rem;
    }
    .header_wrap .logo_wrap {
        padding-left: 40px;
    }
    .top_banner_wrapper {
        margin-top: -70px;
        height: 90vh;
        min-height: 500px;
    }
    .top_banner_wrapper h1 {
        font-size: 20px;
    }
    .top_banner_wrapper h1 span {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .top_banner_wrapper .app_btn {
        width: 100px;
    }
    .about_wrap {
        margin-top: 0;
    }
    .about_wrap h1,
    .features_wrapper h1,
    .price_wrap h1,
    .contact_wrapper h1 {
        font-size: 40px;
    }
    .about_wrap p {
        font-size: 14px;
    }
    .about_wrap .top_text {
        margin-bottom: 10px;
    }
    .about_wrap h2,
    .about_people_wrap h1 {
        font-size: 28px;
    }
    .flip-card-front,
    .flip-card-back,
    .flip-card-inner,
    .flip-card {
        width: 170px;
        height: 170px;
    }
    .flip-card-back {
        padding: 10px;
    }
    .flip-card-back h3 {
        font-size: 16px
    }
    .flip-card-back p {
        font-size: 14px;
    }
    .flip-card-back .btn {
        font-size: 12px;
        padding: 9px 0;
    }
    .flip-card-back .btn img {
        width: 15px;
    }
    .about_people_wrap {
        margin: 0 auto 50px;
        width: 70%;
    }
    .features_wrapper .list_wrap {
        margin-bottom: 30px;
    }
    .features_wrapper .list_wrap img {
        width: 180px;
        margin-bottom: 10px;
    }
    .features_wrapper .list_wrap p {
        font-size: 14px;
    }
    .price_wrap .left_card_wrap {
        padding: 20px;
    }
    .price_wrap .left_card_wrap .cost_wrap {
        padding: 20px 20px 0;
    }
    .price_wrap .left_card_wrap .cost_wrap .cost_list:last-child {
        margin: 0;
    }
    .right_card_wrap {
        padding: 75px 20px 20px;
    }
    .right_card_wrap .head_wrap {
        top: 45px;
    }
    .right_card_wrap h2 {
        margin-top: 20px;
        font-size: 36px;
    }
    .right_card_wrap p {
        font-size: 14px;
        padding-right: 0;
    }
    .price_wrap .btn_start {
        padding: 7px 18px;
        font-size: 14px;
    }
    .price_wrap .left_card_wrap .cost_wrap .cost_list p {
        font-size: 16px;
    }
    .download_wrapper h1 {
        font-size: 30px;
    }
    .download_wrapper p {
        font-size: 14px;
    }
    .download_wrapper .input {
        width: 85%;
    }
    .contact_wrapper p:first-child {
        margin-top: 15px;
    }
    .contact_wrapper p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer_wrapper .col-md-2:first-child {
        flex: none !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
    .footer_wrapper .col-md-2,
    .footer_wrapper .col-md-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .footer_wrapper .logo_footer {
        margin-left: -18px;
    }
}

@media screen and (max-width: 767px) {
    .download_wrapper .video_wrap {
        width: 100%;
    }
    .features_wrapper .waviy span {
        font-size: 24px;
    }
    .header_wrap .logo_wrap {
        padding-left: 0;
    }
    .price_wrap .width_cntrl_wrap {
        margin-bottom: 0;
    }
    .top_banner_wrapper {
        height: 100%;
        min-height: 100%;
    }
    .top_banner_wrapper .col-md-5 {
        margin-top: 100px;
        padding-left: 15px;
    }
    .top_banner_wrapper .app_btn {
        width: 120px;
    }
    .top_banner_wrapper .banner_img {
        max-width: 100%;
        width: 100%;
        float: right;
        clear: both;
        position: unset;
    }
    .about_wrap h1,
    .features_wrapper h1,
    .price_wrap h1,
    .contact_wrapper h1 {
        font-size: 30px;
    }
    .about_wrap .row {
        flex-direction: column-reverse;
    }
    .right_text_wrap {
        width: 100%;
    }
    .about_wrap h2,
    .about_people_wrap h1 {
        font-size: 20px;
    }
    .about_people_wrap .col-md-4 {
        margin-bottom: 15px;
    }
    .price_wrap .left_card_wrap {
        margin-bottom: 15px;
    }
    .right_card_wrap h2 {
        margin-top: 10px;
        font-size: 30px;
    }
    .price_wrap .rate_card {
        width: 235px;
        margin: 0 auto 15px;
        max-width: 100%;
    }
    .download_wrapper {
        padding: 15px 0;
    }
    .download_wrapper h1 {
        font-size: 20px;
    }
    .download_wrapper .img_logo {
        display: none;
    }
    .contact_wrapper p:first-child {
        width: 100%;
        margin-top: 0;
    }
    .footer_wrapper .col-md-2 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .footer_wrapper .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .price_wrap .left_card_wrap .cost_wrap {
        overflow: auto;
        padding: 10px;
    }
    .price_wrap .left_card_wrap {
        padding: 10px;
    }
    .price_wrap .left_card_wrap .head_wrap {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .price_wrap .left_card_wrap .head_wrap p {
        text-align: left;
        font-size: 14px;
    }
    .price_wrap .left_card_wrap .head_wrap img {
        position: unset;
        width: 30px;
        margin-right: 10px;
    }
    .price_wrap .left_card_wrap .cost_wrap .cost_list p {
        font-size: 14px;
        min-width: 120px;
    }
    .price_wrap .left_card_wrap .cost_wrap .cost_list p:first-child {
        min-width: 60px;
    }
    .counter_wrapper {
        padding: 25px 0;
        margin: 25px 0;
    }
    .counter_wrapper .width_wrap {
        margin: 0 auto 15px;
        text-align: center;
        padding: 15px;
        width: auto;
		height:auto;
    }
    .counter_wrapper .count_wrap {
        justify-content: center;
    }
    .counter_wrapper h5 {
        font-size: 16px;
    }
    .counter_wrapper .counting {
        font-size: 30px;
		margin: 10px 0px 10px 0px;
    }
	
    .top_banner_wrapper .btn_white {
        padding: 9px 7px;
    }
    .counter_wrapper .col-md-3 {
        width: 50%;
    }
    .counter_wrapper .width_wrap.last_width_wrap {
        margin: 0 auto;
    }
    .footer_wrapper h1 {
        font-size: 18px;
    }
    .price_wrap {
        padding: 25px 0;
    }
    .mb_50 {
        margin-bottom: 25px;
    }
    .about_people_wrap {
        margin: 0 auto 25px;
        width: 100%;
    }
}
/*=== new ===*/
/*
#pop img{
  width:100%;
}*/

.Frontcomp-bx h4{
	color: #000;
	padding: 10px;
}

.featurebxx .col-md-2 {
    width: 13.666667%;
}

.display-none{ display:none;} 

@media screen and (max-width: 1280px){
	.featurebxx .col-md-2 {
		width: 13.666667%;
	}
	.desktop-show { display:none;}
	.display-none { display:block;} 
}

@media screen and (max-width: 1080px){
	.featurebxx .col-md-2 {
		width: 13.666667%;
	}
	
}
@media screen and (max-width: 992px){
	.featurebxx .col-md-2 {
		width: 13.666667%;
	}
	.desktop-show { display:none;}
}

@media screen and (max-width: 880px){
	.featurebxx .col-md-2 {
		width: 13.666667%;
		float: left;
	}
	
}
@media screen and (max-width: 767px){
	.featurebxx .col-md-2 {
		width: 25%;
		float: left;
	}
	.desktop-show { display:none;}
	
}
@media screen and (max-width: 320px){
	.featurebxx .col-md-2 {
		width: 50%;
		float: left;
	}

}

.owl-carousel {
    width: 100%;
    z-index: 9999;
    display: block;
}
.mobile-show {display:none;} 

/* Popover Body *

.popover-content {
  background-color:#f25767;
  border:1px solid #f25767;
  color: #FFFFFF;
  padding: 10px;
  border-radius:5px;
}

/* Popover Arrow *
.arrow {
  border-right-color:#0000 !important;
}

*/
.feature-box{
	text-align: center;
	font-weight:20px;
	
	
}
.feature-box img{
	width: 90%;
	font-size:14px;
}
.featurescaption {
    display: block;
	font-size:15px;
	font-weight:20px;
	text-align:center;
	color: #171515;
    font-weight: bold;
}

.featurebxx {
	margin-top: 40px;
}
/*
div.item {
    
   display: inline-block; 
    text-align: center;
    width: 50px;
}

img {
   width:65%;
    
}*/


