
body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    /* background: #f7f7f7; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        outline: 0;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

.container {
    max-width: 1160px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #076fa0;
    z-index: 9999;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: calc(50% - 15px);
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

.btn-custom {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 14px 30px;
    min-width: 170px;
    text-align: center;
    color: #fff;
    box-shadow: 1px 2px 46px 0px rgba(0,0,0,0.1);
    background: #16c9f6;
    background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
    background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
    background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
    background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
}

    .btn-custom:hover {
        background: #16c9f6;
        color: #fff;
    }

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

nav.navbar.main-menu {
    padding: 0;
   
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-brand {
    height: auto;
    transition: all 0.3s ease-in-out;
}

.navbar-right {
    margin-right: 0;
}

.main-nav {
    justify-content: flex-end;
}

nav.navbar.main-menu ul.nav > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #263238;
    padding: 38px 0px 34px;
    line-height: 1em;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

    nav.navbar.main-menu ul.nav > li > a:after {
        content: '/';
        padding: 0 14px 0 18px;
        color: #d71d27;
    }

nav.navbar.main-menu ul.nav > li:last-child a:after {
    display: none;
}

nav.navbar.main-menu ul.nav > li > a.active {
    color: #000;
}

nav.navbar.main-menu.sticky-header {
    background: #fff ;
}
nav.navbar.main-menu.sticky-header {
     
    position: fixed;
    width: 100%;
    z-index: 99;
}
 nav.navbar.main-menu.sticky-header .navbar-brand {
    /* padding-top: 15px; */
    display: inline-block;
    padding: 0px 0px;
    /* width: 65%; */
}

    nav.navbar.main-menu.sticky-header ul.nav > li > a {
        padding: 30px 0px 26px;
    }

.navbar-toggler {
    float: right;
    border: 1px solid #cf1d28;
    color: #cf1d28;
    border-radius: 0;
    padding: 6px 10px;
    outline: 0;
    box-shadow: none;
    margin-top: 20px;
}

nav.navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background: url(../images/header-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 180px 0 110px;
    padding: 0px 0 170px;
}

    .banner:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: rgb(13 108 156 / 88%); */
        background-image: linear-gradient(to right, rgb(29 120 117), rgb(57 188 157));
        opacity: .8;
    }

    .banner .row {
        position: relative;
        z-index: 1;
    }

.header-content {
    padding-top: 45px;
}

    .header-content h2 {
        font-size: 46px;
        font-size: 32px;
        color: #fff;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 0.6em;
        margin-bottom: 0.3em;
    }

        .header-content h2 span {
            background: #23827b;
            background:#d71d27;
            color: #fff;
            text-transform: uppercase;
            font-size: 26px;
            padding: 6px 14px;
            margin-bottom: 14px;
            display: inline-block;
            margin: 8px 0px;
        }

    .header-content p {
        color: #fff;
        line-height: 1.5em;
        font-size: 15px;
        letter-spacing: 0.04em;
        margin-bottom: 1em;
    }

.btn-buynow {
    position: relative;
    display: inline-block;
    color: #cf1d28;
    border-radius: 3px;
    border: 2px solid #20bea7;
    padding: 10px 22px 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.1s linear;
}

    .btn-buynow:hover {
        /* background: #20bea7; */
        color: #fff !important;
    }

.header-content .btn-buynow {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 5px;
}

    .header-content .btn-buynow:hover {
        /* background: #cf1d28; */
        /* color: #fff; */
        /* border-color: #cf1d28; */
    }

.slider-image {
    text-align: center;
    margin-bottom: -80px;
}

/**********************************/
/*****   04. Step area css    *****/
/**********************************/

.step-container {
    /*max-width: 800px;*/
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 7px 9px 0px #00000030;
    padding: 30px;
    /* margin-top: -12px; */
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

    .step-container .col-md-4 {
        border-right: 1px solid #eaeaea;
    }

        .step-container .col-md-4:last-child {
            border: none;
        }

.step-single {
    text-align: center;
    padding: 0 10px;
}

    .step-single .icon-box {
        font-size: 50px;
        color: #20bea7;
    }

    .step-single .icon-box {
        font-size: 44px;
        color: #d71d27;
        display: flex;
        align-items: center;
        /* justify-content: unset; */
    }

    .step-single h3 {
        font-size: 20px;
        color: #263238;
        font-weight: 500;
        margin: 0px 8px 0px;
        margin: 0px;
    }

    .step-single p {
        font-size: 14px;
        color: #546E7A;
        display: flex;
        margin: 0px;
        margin-top: 2px;
    }

    .step-single .icon-box aside {
        margin-left: 10px;
        text-align: left;
    }

    .step-single .icon-box {
        margin-bottom: 15px;
    }
/**************************************/
/*****   05. Features area css    *****/
/**************************************/
.section-title {
    text-align: center;
    margin-bottom: 80px;
     margin-bottom: 30px;
}

.newsletter-feature .section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    color: #263238;
    font-size: 40px;
    font-weight: 400;
}

.section-title p {
    color: #d71d27;
    font-size: 13px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

    .section-title p:after {
        content: '';
        display: block;
        width: 45px;
        height: 1px;
        margin-left: -15px;
        background: #d71d27;
        position: absolute;
        bottom: 0;
        left: 49%;
    }

.features {
    padding: 50px 0;
}

.feature-single {
    position: relative;
    margin-bottom: 40px;
}

    .feature-single .icon-box {
        width: 50px;
        height: 50px;
        font-size: 26px;
        border: 1px solid #20bea7;
        border-radius: 50%;
        color: #20bea7;
        text-align: center;
        padding-top: 6px;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }

    .feature-single:hover .icon-box {
        background: #20bea7;
        color: #fff;
    }

    .feature-single h3 {
        font-size: 16px;
        color: #263238;
        font-weight: 500;
        margin: 0 0 14px;
    }

    .feature-single p {
        font-size: 13px;
        color: #546E7A;
    }

.feature-right .icon-box {
    right: 0;
    top: 0;
}

.feature-right {
    padding-right: 70px;
    text-align: right;
}

.feature-left .icon-box {
    left: 0;
    top: 0;
}

.feature-left {
    padding-left: 70px;
    text-align: left;
}

.feature-image {
    padding-top: 34px;
    text-align: center;
}

/**************************************/
/***** 06. About Product area css *****/
/**************************************/

.about-product {
    background: #fff;
    padding: 100px 0;
}

.about-product-single {
    max-width: 960px;
    border-bottom: 1px dashed #e2e2e2;
    padding: 60px 0;
    margin: 0 auto;
}

    .about-product-single:first-child {
        padding-top: 0;
    }

    .about-product-single:last-child {
        border: none;
        padding-bottom: 0;
    }

.about-entry {
    padding-top: 30px;
}

    .about-entry h4 {
        color: #546E7A;
        font-size: 13px;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 1em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .about-entry h4:after {
            content: '';
            display: block;
            width: 30px;
            height: 1px;
            background: #20bea7;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .about-entry h3 {
        color: #263238;
        font-size: 28px;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 0.5em;
        line-height: 1.2em;
        font-weight: 400;
    }

    .about-entry p {
        font-size: 14px;
        color: #546E7A;
        line-height: 1.5em;
        margin-bottom: 1.5em;
    }

.about-image {
    text-align: center;
}

/************************************/
/***** 07. About Facts area css *****/
/************************************/

.about-facts {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(180deg,#d71d27,#39bc9d);
    background-size: cover;
    background: #d71d27;
}

    .about-facts:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: url('../images/map.png') no-repeat center center fixed;*/
        background: url('../images/map.png') no-repeat center center;
        /*background: linear-gradient(180deg,#012d64,#06b0ff);*/
        border-radius: 30px;
        /* background-image: linear-gradient(180deg,#012d64,#06b0ff); */
        /*background-image: url('../images/map.png'), linear-gradient(180deg,#012d64,#06b0ff);*/
        background-size: 38%;
        background-position: bottom;
    }
    section.about-facts.parallaxie.counter-section {
    height: 700px;
    padding-top: 48px;
}
    .about-facts .container {
        position: relative;
        z-index: 1;
    }

    .about-facts .section-title {
        margin-bottom: 35px;
    }

        .about-facts .section-title h2 {
            color: #fff;
        }

        .about-facts .section-title p {
            color: #fff;
        }

            .about-facts .section-title p:after {
                background: #fff;
            }

.facts-single {
    text-align: center;
}

    .facts-single h3 {
        font-size: 31px;
        position: relative;
        color: #333;
        font-weight: 400;
        letter-spacing: 0.04em;
        /* padding-bottom: 8px; */
        /* margin-bottom: 14px; */
        font-size: 24px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0px;
    }

        .facts-single h3:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 30px;
            height: 1px;
            margin-left: -15px;
            background: #fff;
        }

    .facts-single p, .facts-single span {
        font-size: 18px;
        color: #333;
        letter-spacing: 0.03em;
        font-size: 1.25rem;
        margin-bottom: 0px;
    }

/************************************/
/*****  08. Product area css    *****/
/************************************/

.products {
    padding: 100px 0;
    background: url(../images/pricing-bg.png) no-repeat center center;
}

.product-single:hover .product-box,
.product-single.hover .product-box {
    transform: rotateY(180deg);
}

.product-box {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
}

.front, .back {
    backface-visibility: hidden;
}

.front {
    padding: 30px;
    z-index: 2;
    transform: rotateY(0deg);
    border: 1px solid #d4d7da;
    background: linear-gradient(69deg,#fff 0%, #fff 50%, #20bea7 50%, #20bea7 51%);
    background: -webkit-linear-gradient(69deg,#fff 0%, #fff 50%, #20bea7 50%, #20bea7 51%);
    background: -moz-linear-gradient(69deg,#fff 0%, #fff 50%, #20bea7 50%, #20bea7 51%);
    background: -o-linear-gradient(69deg,#fff 0%, #fff 50%, #20bea7 50%, #20bea7 51%);
}

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

    .product-box .front h3 {
        font-size: 18px;
        color: #263238;
        font-weight: 400;
        margin: 20px 0 0;
    }

    .product-box .front del {
        color: #20bea7;
        padding-left: 6px;
    }

.back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #20bea7;
    transform: rotateY(180deg);
}

.product-info {
    position: absolute;
    padding: 30px;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
}

    .product-info h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        position: relative;
        padding-bottom: 10px;
    }

        .product-info h3:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -10px;
            width: 20px;
            height: 1px;
            background: #fff;
        }

    .product-info p {
        font-size: 10px;
        color: #fff;
        letter-spacing: 0.03em;
        line-height: 1.5em;
    }

.btn-ordernow {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 6px 14px;
    letter-spacing: 0.04em;
    margin-top: 10px;
}

    .btn-ordernow:hover {
        background: #fff;
        color: #20bea7;
    }

/************************************/
/***** 09. Testimonial area css *****/
/************************************/

.testimonials {
    padding: 60px 0;
    background: url(../images/header-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

    .testimonials:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(229 229 229 / 88%);
    }

    .testimonials .container {
        position: relative;
        z-index: 1;
    }

    .testimonials .section-title {
        margin-bottom: 0px;
    }

        .testimonials .section-title h2 {
            /* color: #fff; */
        }

        .testimonials .section-title p {
            /* color: #fff; */
        }

            .testimonials .section-title p:after {
                /* background: #fff; */
            }

.testimonials-slider {
    padding-top: 20px;
}

    .testimonials-slider .testimonial-slide {
        background: #fff;
        padding: 30px 30px 30px;
        position: relative;
        border-radius: 2px;
        margin: 0 15px;
    }

.author-info {
    max-width: 100px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .author-info img {
        border-radius: 50%;
    }

.testimonial-entry h4 {
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    margin: 20px 0 0;
}

    .testimonial-entry h4 span {
        color: #546E7A;
        font-size: 13px;
        font-weight: 400;
    }

.testimonial-entry p {
    font-size: 15px;
    line-height: 1.5em;
    color: #000;
    margin-top: 10px;
}

.testimonial-pagination {
    text-align: center;
    padding-top: 40px;
}

    .testimonial-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: none;
        border: 1px solid #000;
        border-radius: 0;
        opacity: 0.4;
    }

    .testimonial-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

/*************************************/
/***** 10. Pricing Plan area css *****/
/*************************************/

.pricing {
    background: #fff;
    padding: 100px 0;
}

.pricing-single {
    text-align: center;
    /* padding: 25px 0; */
    /*padding: 15px 0px 0px;*/
    border-radius: 2px;
    margin-bottom: 30px;
    /* position: relative; */
    box-shadow: 0px 0px 14px 0px #9d9b9b4a;
}
.recommended {
    background: #f2f2f3;
}
.pricing-header hr {
    margin: 10px 0px;
}

.pricing-header {
    padding-bottom: 10px;
    position: relative;
}

    .pricing-header .icon-box {
        font-size: 16px;
        color: #546E7A;
        /* display: none; */
    }

    .pricing-header h3 {
    font-size: 22px;
    font-weight: 500;
    color: #129d7c;
    color: #d71d27;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 10px;
    /* display: inline-block; */
    text-align: center;
    /* margin-bottom: 10px; */
}

    .pricing-header p {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin: 5px 0px 18px;
        line-height: 21px;
        margin-bottom: 26px;
        overflow: hidden;
        display: none;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        /* -webkit-box-orient: vertical; */
        /* display: -webkit-box; */
        /* display: block; */
        text-align: center;
    }

    .pricing-header .btn-buynow, .pricing-body .btn-buynow {
        padding: 6px 12px 6px;
        background: #e3e3e3;
        border: 1px solid #ced4da;
        color: #000;
        /* display: inline-block; */
        width: 100%;
        /*margin-top: 7px;*/
    }

.recommended .pricing-header .btn-buynow {
    background: #20bea7;
    color: #fff;
}

    .recommended .pricing-header .btn-buynow:hover {
        background: #263238;
        border-color: #263238;
    }

.pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pricing-body ul li {
        padding: 6px 0;
        font-size: 14px;
        color: #546E7A;
        letter-spacing: 0.02em;
    }

        .pricing-body ul li span {
            font-weight: 600;
        }

/***************************************/
/***** 11. Buynow Infobar area css *****/
/***************************************/

.buynow-infobar {
    background: url(../images/buynow-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

    .buynow-infobar:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(32,190,167,0.9);
    }

    .buynow-infobar .container {
        position: relative;
        z-index: 1;
    }

    .buynow-infobar .section-title {
        margin-bottom: 40px;
        text-align: left;
    }

        .buynow-infobar .section-title h2 {
            color: #fff;
        }

        .buynow-infobar .section-title p {
            color: #fff;
        }

            .buynow-infobar .section-title p:after {
                background: #fff;
                left: 0;
                margin-left: 0;
            }

.buynow-entry p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.6em;
}

.buynow-entry .btn-buynow {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 20px;
}

    .buynow-entry .btn-buynow:hover {
        background: #fff;
        color: #20bea7;
    }

.buynow-video {
    text-align: center;
    padding-top: 70px;
}

    .buynow-video a {
        display: inline-block;
        font-size: 100px;
        color: #fff;
        opacity: 0.8;
        transition: all 0.3s;
    }

        .buynow-video a:hover {
            opacity: 1;
        }

/****************************************/
/***** 12. Newsletter Form area css *****/
/****************************************/

.newsletter-feature {
    padding: 60px 0;
    background: #fff;
}

.newsletter-form {
    /*  max-width: 568px;*/
    margin: 0 auto 30px;
}

    .newsletter-form p {
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 1.8em;
        color: #546E7A;
        text-align: center;
        margin-bottom: 1.5em;
    }

    .newsletter-form form {
        margin-top: 40px;
        border: 4px solid #f1f1f1;
        border-radius: 30px;
    }

    .newsletter-form .form-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newsletter-form .form-control {
        border: none;
        box-shadow: none;
        border-radius: 20px;
        box-shadow: none;
        height: 50px;
        background: none;
        font-size: 14px;
        padding: 0 20px;
        width: 70%;
    }

.btn-subscribe {
    background: #20bea7;
    color: #fff;
    border: none;
    height: 50px;
    width: 30%;
    margin-left: -4px;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: all 0.3s;
}

    .btn-subscribe:hover {
        background: #263238;
    }

    .btn-subscribe:focus {
        outline: 0;
    }

.newsletter-feature .col-md-2 {
    border-right: 1px solid #eaeaea;
}

    .newsletter-feature .col-md-2:last-child {
        border: none;
    }

.small-feature-single {
    text-align: center;
    position: relative;
    /* padding-left: 50px; */
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px 4px #00000029;
    background: #fff;
    padding: 32px;
    padding: 11px;
    border-radius: 10px;
    min-height: 185px;
}

    .small-feature-single .icon-box {
        color: #d71d27;
        font-size: 48px;
    }

    .small-feature-single p {
        font-size: 13px;
        color: #546E7A;
        margin: 10px 0 0;
    }

.our-clients {
    padding: 30px 0;
}

.our-clients .client-logo {
    text-align: center;
    padding: 0 20px;
}

  .client-logo img {
    /* opacity: 0.5; */
    transition: all 0.3s ease-in-out;
    /*background: #fff;*/
    padding: 3px;
     
}
    .client-logo:hover img {
        opacity: 1;
    }

    .facts-single p {
    font-size: 16px;
}
    .facts-single i {
    font-size: 33px;
    color: #d71d27;
    margin-right: 1px;
}
/****************************************/
/*****   13. Contact Us area css    *****/
/****************************************/

.contactus {
    background: #ededed;
    padding: 60px 0 36px;
}

.products  {
    padding: 60px 0;
    /*background: url(../images/pricing-bg.png) center center;*/
    background-image: url('../images/client.png');
    /* background-size: contain; */
    background-repeat: repeat;
}
div#book-appoinment {
      background: #efefef url(../images/client.png);
      /* background-size: contain; */
      background-repeat: repeat;
      padding-bottom: 30px;
      padding: 60px 0;
      padding: 85px 0;
}
.contactus .section-title {
    text-align: left;
    margin-bottom: 50px;
}

    .contactus .section-title h2 {
        /* color: #fff;*/
    }

    .contactus .section-title p {
        /*color: #076fa0;*/
    }

        .contactus .section-title p:after {
            /*  left: 0;
            margin-left: 0;*/
        }

.contact-form .form-control {
    border: none;
    border-radius: 0;
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.03em;
    padding: 12px 14px;
    box-shadow: none;
    resize: none;
}

    .contact-form .form-control::-webkit-input-placeholder {
        color: white;
    }

    .contact-form .form-control:-moz-placeholder {
        color: white;
    }

    .contact-form .form-control::-moz-placeholder {
        color: white;
    }

    .contact-form .form-control:-ms-input-placeholder {
        color: white;
    }

    .contact-form .form-control::-ms-input-placeholder {
        color: white;
    }

.btn-contact {
    position: relative;
    display: inline-block;
    color: #20bea7;
    border-radius: 3px;
    background: none;
    border: 2px solid #20bea7;
    padding: 10px 30px 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.1s linear;
}

    .btn-contact:hover {
        background: #20bea7;
        color: #fff;
    }

.with-errors ul {
    margin: 0;
    color: #a94442;
}

.footer-top {
    /*text-align: center;*/
}

.footer-info img {
    /*margin-bottom: 23px;*/
     margin-bottom: 15px;
  
    filter: brightness(12);
}

.footer-info p {
    color: #cf1d28;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-info p a{
    color: #076fa0;
    color: #cf1d28;
}
.contactinfo-single {
    position: relative;
    /* padding-left: 50px; */
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px 4px #00000029;
    background: #fff;
    padding: 32px;
        padding: 11px;
    border-radius: 10px;
}

    .contactinfo-single h3 {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 4px 0;
        padding-top: 2px;
    }

    .contactinfo-single i {
        width: 76px;
        height: 76px;
        background: #076fa0;
        border: 1px solid  #076fa0;
        border-radius: 50px;
        text-align: center;
        padding-top: 9px;
        /* position: absolute; */
        top: 0;
        left: 0;
        color: #fff;
        margin-bottom: 10px;
        line-height: 54px;
        font-size: 38px;
    }

.footer-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #fff;
    color: #20bea7;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    line-height: 24px;
}

    .footer-social a:hover {
        /* background: #20bea7; */
        color: #fff !important;
    }


.iso-logo-icon ul {
    display: inline-grid;
    column-gap: 13px;
    grid-template-columns: auto auto auto auto auto;
    /* background-color: #2196F3; */
    list-style: none;
    padding-left: 0px;
}
.iso-logo-icon ul li {
    text-align: center;
}
.iso-logo-icon {
    text-align: center;
}

/************************************/
/*****   14. Footer area css    *****/
/************************************/

footer {
    background: #bb1c2b;
    /* background-image: url(../images/pricing-bg.png); */
}

.footer-siteinfo {
    /* border-top: 1px solid #313c42; */
    padding: 40px 0;
    padding: 10px 0;
}
.footer-siteinfo p a {
    color: #fff;
    font-weight: 500;
}
    .footer-siteinfo p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

.jumptotop {
    position: fixed;
    right: 30px;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.btn-active {
    opacity: 1;
    bottom: 30px;
}

.jumptotop a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding-top: 6px;
    background: #d71d27;
    font-size: 18px;
    border-radius: 2px;
}

   .jumptotop a:hover {
    background: #136596;
    color: #fff !important;
}


.product-box .front h3 small {
    color: #32bea9;
}

.product-box {
    margin: 0 auto 30px;
}



.form-control {
    color: #000;
}

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


.book-btn {
    background: #e3e3e3;
    color: #000;
    border: 1px solid #ced4da;
}

.pricing-header .icon-box img {
   width: 100%;
   margin-bottom: 0px;
   /* display: none; */
   padding: 9px;
   border-radius: 15px;
   padding-bottom: 0px;
}

button.accordion-button, .accordion-button:not(.collapsed) {
    background: #20bea7;
    color: #fff;
    border-radius: 4px !important;
    margin-bottom: 5px;
    padding: 12px;
}

.footer-top p {
    font-size: 15px;
    color: #f7f7f7;
    /*margin-bottom: 29px;*/
    letter-spacing: 0px;
}

button.accordion-button:after {
    background-image: url(../images/arrow.svg) !important;
}



section.contactus.products {
    padding: 60px 0x;
}

.pricing-header p del {
    font-size: 18px;
    color: #ec7777;
    padding: 0px 4px;
}

.accordion-body {
    text-align: left;
}

.callbtn {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    display: none;
}
    .callbtn a {
        text-align: center;
        padding: 10px 15px;
        /* position: fixed; */
        z-index: 9999;
        bottom: 0px;
        width: 50%;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        float: left;
        display: block;
        text-transform: uppercase;
        background: #2388c9;
    }
        .callbtn a:first-child {
            background: #2b9500;
            background: #5aab01;
        }

        .listarea_lab {
    width: 95%;
    margin: 0;
   
    margin-left: auto;
    margin-right: auto;
     
}

.listarea_lab .leftimg {
    /* width: 43%; */
    text-align: left;
    /* float: left; */
    padding: 5px 0 0 0;
}

.prodcut-thumb-1 .listarea_lab {
    width: 95%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
}

.listarea_lab .righttxt {
    width: 50%;
    float: right;
    font-size: 14px;
    text-align: left;
}
.listarea_lab .righttxt ul {
    padding: 0;
    margin: 0;
        list-style: none;
}
.leftimg img {
    width: auto !important;
    height: auto !important;
}
.listarea_lab .leftimg img {
    max-width: 76%;
    min-height: inherit !important;
}
.listarea_lab .righttxt ul li {
    list-style: none;
    /* padding: 0 0 3px; */
    margin: 0;
    font-size: 11px;
    color: #666;
    line-height: 20px;
}
.offerstrip {
    
}
.div_1.div_2 {
    height: 132px;
}
/*Package-sectin*/ 
 
 
.inner-thumb {
    /* padding: 24px 16px; */
    /* padding-bottom: 20px; */
}
 .inner-thumb h6 {
    margin: 11px 0px;
}
 .inner-thumb h4 {
    font-size: 20px;
    margin: 16px 0px 8px;
}
 section.features {
    background: #fff;
}
h6.strip {
    padding: 8px 0px;
    background: #23827c;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -8px;
    color: #fff;
        background-image: linear-gradient(101deg, #e12e37, #9f2a33);
}
 .thum-package {
    background: #fff1f1;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
    height: 190px;
    display: flex;
    width: 100%;
    align-items: center;
    background: #fffefa !important;
    border: solid 1px #d71d27;
    justify-content: center;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 56%);
}
 
section.features .col-md-4.col-sm-6.col-6:nth-child(1) .thum-package {background: #fffefa;}
section.features .col-md-4.col-sm-6.col-6:nth-child(2) .thum-package {/* background: #fffefa; *//* border: solid 1px #23827c; */}
section.features .col-md-4.col-sm-6.col-6:nth-child(3) .thum-package {background: #C6DEF1;}
section.features .col-md-4.col-sm-6.col-6:nth-child(4) .thum-package {background: #DBCDF0;}
section.features .col-md-4.col-sm-6.col-6:nth-child(5) .thum-package {background: #F2C6DE;}
section.features .col-md-4.col-sm-6.col-6:nth-child(6) .thum-package {background: #F7D9C4;}
section.features .col-md-4.col-sm-6.col-6:nth-child(7) .thum-package {background: #E4F1EE;}
section.features .col-md-4.col-sm-6.col-6:nth-child(8) .thum-package { background: #D9EDF8; }
    
.thum-package {
    padding: 7px;
}
section.features a {
    color: #212529;
}
nav.main-menu {
    background: #fff;
}
.our-clients {
    padding: 35px 0;
    background-image: url(../images/client.png);
    background-size: 1%;
}
section.contactus.products {

	background-color: #ffffff;
    background-image: url("../images/vedio-bg.png");

}
.ourclient-slider .client-logo {
    text-align: center;
    padding: 0 5px;
    margin: 8px;
   
}

.client-logo p{    font-size: 14px;}
    
.div_1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    text-align: center;
}
.tests-no {
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #b5b5b5;
    padding: 10px 45px;
    display: inline-block;
    border-radius: 11px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
    background-color: #e1e1e1;
    color: #fff;
    margin-top: 10px;
}
    .tests-no:hover {color: #000 !important;}
    .price-section-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .price-1 span {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

 .price-1 span del {
    font-size: 16px;
    font-weight: 500;
    color: #cf1d28;
    margin-right: 9px;
}
    .price-1 span.offerstrip {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
}

    .panel {
    padding: 5px 5px;
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px;
    /* text-align: center; */
    /* text-transform: uppercase; */
    line-height: 25px;
}
.accordion-section .accordion {
    /* background-color: #e8e8e8; */
    color: #444;
    cursor: pointer;
    padding: 6px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: #eee;
    border-radius: 5px;
    margin: 2px;
    text-transform: uppercase;
}

.pricing-header .btn-buynow, .pricing-body .btn-buynow.animation-button, .animation-button {color: #fff;letter-spacing: 1.6px;text-transform: uppercase;background-image: linear-gradient(101deg,#e12e37,#9f2a33);border-radius: 74px;justify-content: center;align-items: center;height: 37px;padding: 8px 21px;font-size: 14px;font-weight: 500;line-height: 1;text-decoration: none;display: flex;position: relative;overflow: hidden;box-shadow: 0 0px 7px 0px rgb(143 143 143);border-radius:6px;width: 100%;border: none;}


.elfsight-app-70a120a8-f801-47b8-9b49-61d483a7a03c span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD  {color: #fff;letter-spacing: 1.6px;text-transform: uppercase; background-image: linear-gradient(101deg,#4cc3a7,#1f7b77);border-radius: 74px;justify-content: center;align-items: center;height: 43px;padding: 8px 21px;font-size: 14px;font-weight: 500;line-height: 1;text-decoration: none;display: flex;position: relative;overflow: hidden;box-shadow: 0 0px 7px 0px rgb(57 188 157);border-radius:6px; border:none !important}
.elfsight-app-70a120a8-f801-47b8-9b49-61d483a7a03c button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-header-write-review-button {
background-image: linear-gradient(101deg,#4cc3a7,#1f7b77);
}


.animated-background-image {
    background-image: url(../images/img-1.png);
    width: 100%;
    height: 54px;
    background-size: auto;
    animation: animatedBackground 2s infinite;
    position: absolute;
    top: 0px;
    z-index: 0;
    background-repeat: no-repeat;
}



span.text {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

@keyframes animatedBackground {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}
.header-content .btn-buynow {
    /* color: #fff; */
    border: 0px;
    margin-top: 5px;
    width: auto;
    display: inline-flex;
}
.header-content .btn-buynow.animation-button {
    /* color: #fff; */
    box-shadow: 0 0px 6px 0px rgb(255 255 255 / 23%);
    background: #39bc9d;
    background-image: linear-gradient(101deg,#4cc3a7,#23827b);
    background-image: linear-gradient(101deg,#23827b,#4cc3a7);
}
button.btn-buynow.animation-button {
    border-radius: 6px;
    border: none;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    width: 70%;
    text-transform: capitalize;
    font-weight: 400;
    /* padding: 0px 14px; */
    text-align: center;
}
section.about-facts.parallaxie.counter-section {
    height: 700px;
}
.facts-single {
    grid-column-gap: 3px;
    grid-row-gap: 5px;
    background-color: #ffffffd9;
    border: 1.23px solid #e2e2e2;
    border-radius: 10px;
    justify-content: unset;
    align-items: center;
    padding: 12px;
    display: flex;
    box-shadow: 0 0px 7px 0px rgb(255 255 255 / 70%);
}
.facts-single img {
    width: 42px;
    margin-right: 9px;
}
.our-clients.new-client .ourclient-slider .client-logo img {
    /* border: solid; */
    box-shadow: 0px 0px 8px 0px #00000024;
    border-radius: 15px;
    margin: 0px;
}

nav.navbar.main-menu ul.nav > li > a.call-link {
    font-size: 23px;
    padding: 31px 0px;
}

nav.navbar.main-menu ul.nav > li > a.call-link i {
    font-size: 29px;
    margin-right: 6px;
    display: inline-block;
    color: #d71d27;
}


.footer-info .down-app-link img {
    filter: none;
    width: 49%;
    margin-bottom: 0px;
}

.footer-info .down-app-link.payment-link img {
    width: 94%;
    padding: 4px 0px;
}

.down-app-link.payment-link {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
}

.footer-info .down-app-link.payment-link img {
    width: 90%;
    padding: 4px;
}
.footer-info .down-app-link img {
    filter: none;
    width: 40%;
    margin-bottom: 0px;
}
.footer-top h5 {
    /* font-weight: 300; */
    /*color: #d71d27 !important;*/
}
.footer-social a {
color:#fff;
}
 
.footer-social a svg {
    fill: #fff;
    width: 24px;
}
.navbar-expand-lg .navbar-nav {
  flex-direction:row-reverse;  
}
.footer-social a:nth-child(2) { background:#1877F2;}
.footer-social a:nth-child(4) { background:#000;}
.footer-social a:nth-child(3) { background:#E60023;}
.footer-social a:nth-child(1){
     background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
/*.footer-social a:nth-child(5) { background:	#E60023;}*/
.down-app-link.payment-link a {
    /*border: solid 0.5px #bb1c2b;*/
    text-align: center;
}
    /*.down-app-link.payment-link a:nth-child(1) {border-width: 0px 0px 1px 0px;}
     .down-app-link.payment-link a:nth-child(2) {border-width: 0px 0px 1px 1px;}
      .down-app-link.payment-link a:nth-child(3) {border-width: 0px 0px 1px 1px;}
      .down-app-link.payment-link a:nth-child(4) {border-width: 0px 0px 1px 1px;}
      .down-app-link.payment-link a:nth-child(5) {border-width: 0px 0px 0px 0px;}
      .down-app-link.payment-link a:nth-child(6) {     border-width: 0px 0px 0px 1px;}
      .down-app-link.payment-link a:nth-child(7) { border-width: 0px 0px 0px 1px; }
      .down-app-link.payment-link a:nth-child(8) {border-width: 0px 0px 0px 1px;}*/
/************************************/
        /*****    15. Media Screens     *****/
        /************************************/
        @media only screen and (max-width: 1200px) {
            .navbar-default .navbar-nav > li > a:after {
        padding: 0 12px 0 14px;
    }
}

@media only screen and (max-width: 991px) {

    .footer-top h5 {
    margin-top: 1rem;
    margin-bottom: 8px !important;
}


    .header-content h2 {
        font-size: 24px;
    }

    nav.navbar.main-menu .navbar-header {
        /* width: 100%; */
        /* padding: 14px 0; */
        /* position: relative; */
    }
    a.nav-link.call-link {
    text-align: right;
}

  nav.navbar.main-menu .navbar-collapse {
    background: #fff;
    padding: 0 20px;
    margin-left: -15px;
    margin-right: -15px;
}

    nav.navbar.main-menu.sticky-header ul.nav > li > a,
    nav.navbar.main-menu ul.nav > li > a {
        padding: 12px 0;
        border: none;
        margin: 0;
        border: solid #e3dede;
        border-width: 0px 0px 1px;
    }

        nav.navbar.main-menu ul.nav > li > a:after {
            display: none;
        }

    .header-content {
        padding-top: 0;
    }

    .feature-image {
        padding: 20px 0 50px;
    }

    .feature-right {
        text-align: left;
        padding-right: 0;
        padding-left: 70px;
    }

        .feature-right .icon-box {
            right: auto;
            left: 0;
        }

    .facts-single {
        margin-bottom: 25px;
    }

    .product-box {
        margin-bottom: 30px;
    }

    .newsletter-feature .col-md-2 {
        border: none;
    }

    .small-feature-single {
        margin-bottom: 30px;
        /* min-height: 245px; */
    }

    .footer-info {
        padding: 0px 0 20px 0;
        border: none;
    }
	 .footer-social {
        padding: 0px 0 20px 0;
        border: none;
    }
    .slider-image {
   /* display:none; */
   }

    .banner {
    padding: 20px 0 110px;
}
.header-content h2 span {
    
    margin: 13px 0px;
}

    .about-facts:before {
        
        background-size: 54%;
    }

    .navbar-toggler {
    display:none;
    }
}

/* Mobile Layout */
@media only screen and (max-width: 767px) {
  
   .swiper-slide, swiper-slide {
     margin-right: 0px;
}
    
	.testimonial-pagination {
    text-align: center;
    padding-top: 15px;
}
    .navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
     .about-facts:before {
        
        background-size: 68%;
    }
     nav.navbar.main-menu ul.nav > li > a.call-link {
    font-size: 23px;
    padding: 10px 0px;
    display: none;
}
     nav.navbar.main-menu.sticky-header .navbar-brand {
   
   
    padding: 10px 0px 0px;
   
}


       nav.navbar.main-menu .navbar-header, a.nav-link.call-link , div#navbar-menu{
 width: 100%;
 text-align:center;
 /* display: none; */
 }
 
 .navbar-brand {
    margin-right:0px;
}




    section.features .col-md-4.col-sm-6.col-6:nth-child(odd) {
    padding-right:5px;
    }
     section.features .col-md-4.col-sm-6.col-6:nth-child(even) {
    padding-left:5px;
    }
    .thum-package {
    margin-bottom:10px;
    }
    .div_1.div_2 {
    height: auto;
}

 .thum-package {
    height: 178px;
    /*align-items: flex-start;
    padding-top: 22px;*/
}
 h6.strip {
    padding: 5px 0px;
    bottom: 0px;
    font-size: 12px;
}
    .thum-package h5 {
    font-size: 15px;
}
    .inner-thumb h6 {
    margin: 5px 0px;
    font-size: 13px;
}
    .form-control {
       font-size: 16px;
    }
    footer {
         padding-bottom: 45px;
    }
        .callbtn {
        display:block;
    }
    nav.navbar.bootsnav .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner {
        /*  padding: 140px 0 160px;*/
    }

    .header-content {
        text-align: center;
        margin-bottom: 60px;
    }

    .navbar-toggle {
        margin-right: 15px;
    }

    .jumptotop {
        display: none;
    }

    .step-container {
        padding: 10px 20px;
        margin-top: 0px;
    }

        .step-container .col-md-4 {
            border-right: 0;
            border-bottom: 1px solid #eaeaea;
        }

    .step-single {
        padding: 20px 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

        .section-title h2 {
            font-size: 26px;
        }

    .features,
    .about-product,
    .products,
    .testimonials,
    .pricing,
    .buynow-infobar,
    .newsletter-feature, .contactus.products, section.contactus.products, .contactus {
        padding: 29px 0;
    }

    .newsletter-form {
        margin-bottom: 60px;
    }

    .about-facts {
        padding: 60px 0 20px;
    }
	section.about-facts.parallaxie.counter-section {
    height: 400px;
}

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

        .about-entry h3 {
            font-size: 24px;
        }

    .product-box {
        max-width: 320px;
        margin: 0 auto 30px;
    }

    .buynow-video {
        padding-top: 40px;
    }

    .newsletter-form .form-control {
        width: 100%;
        border: 4px solid #f1f1f1;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .newsletter-form form {
        border: none;
        text-align: center;
    }

    .btn-subscribe {
        width: 100%;
        border-radius: 40px;
    }
    .about-facts:before {
       background-size: 97%;
    }
}

/* Small Mobile Layout */


@media only screen and (max-width: 480px) {
.facts-single p {
    font-size: 15px;
}
    nav.navbar.main-menu .navbar-header img.logo {
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.testimonials img{width: 70%;margin-bottom: 10px;}
.testimonials .section-title{text-align:left!important}

.testimonials .section-title p:after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    margin-left: -15px;
    background: #d71d27;
    position: absolute;
    bottom: 0;
    left: 49%;
	display:none;
}
.testimonials .section-title p {
    color: #d71d27;
    font-size: 13px;
    position: relative;
    padding-bottom:0px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.testimonials .section-title h2 {
    color: #263238;
    font-size: 30px !important;
    font-weight: 400;
    margin-bottom: 7px !important;
}

    .header-content h2 {
      
        font-size:17px;
    }

    .step-single p {
        font-size: 12px;
    }

    .header-content h2 span {
        font-size: 25px;
		padding:10px 10px;
    }

    .step-single h3 {
        font-size: 16px;
    }

  
}

@media only screen and (max-width: 330px) {
    .step-single h3 {
        font-size: 15px;
    }
    .inner-thumb h4 {
        font-size: 15px;
    }
    .thum-package {
    height: 115px;
}
    .inner-thumb h4 {
    font-size: 15px;
    margin: 9px 0px 8px;
}
    .thum-package h5 {
    font-size:13px;
    }
}

.slider-image img {
    max-width: 100%;
    height: 400px;
}

.testimonials .section-title{text-align:left!important}

.testimonials .section-title p:after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    margin-left: -15px;
    background: #d71d27;
    position: absolute;
    bottom: 0;
    left: 49%;
	display:none;
}
.testimonials .section-title p {
    color: #d71d27;
    font-size: 13px;
    position: relative;
    padding-bottom:0px;
    margin-bottom: 0em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.testimonials .section-title h2 {
    color: #263238;
    font-size: 40px;
    font-weight: 400;
	margin-bottom:0px;
}

.checked {
  color: orange;
}


/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -270px;
    left: 0;
    width: 12px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    25% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    75% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.thanku {
    background-image: url('../images/thanku.jpg');
}

.thanku .header-banner {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.thanku .footer {
    margin-bottom: 0px;
    background: #bb1c2b;
    /* display: unset; */
}


.thanku .header-banner {
    /* margin-bottom: 0px; */
    /* padding-bottom: 0px; */
    padding: 17px 0px;
}

.thanku div#section1 {
    display: flex;
}

 .booknow-form {
        width: 100%;
        margin-top: 10px;
    }
	
	.booknow-form {
    background: #fff;
    width: 100%;
    /* height: 455px; */
    float: right;
    border-radius: 6px;
    padding: 20px;
    margin-top: 14px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 56%);
}

.thanku .logocenter .callus {
    display: block;
    color: #000;
    background: none;
    padding: 0px;
}

.callus {
    font-size: 23px;
    padding: 15px;
    /* background: #2388c9; */
    float: right;
    margin: 20px 0 0 0;
    color: #000;
    font-weight: 500;
    border-radius: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer {
    color: #000;
    font-size: 12px;
}

.footer {
    color: #6f6f6f;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    background: #2388c9;
}

aside#div_per1, aside#div_per2, aside#div_per3, aside#div_per4, aside#div_per5, div#paymentdetail{
    display:none;

}


@media only screen and (max-width: 767px) {
    .booknow-form {
        float: none;
        margin: 0 auto;
        width: 100%;
        /* height: 400px; */
    }
	.callus {
    display:none;
}
}


.thankyou{font-size: 35px; font-weight: normal; color: #000;}


#paymentdetail .card-header{padding:10px}
#paymentdetail .card-header h4{margin:0px;font-size: 20px;}
#paymentdetail .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px;
}


#paymentdetail .table td {
    padding: 6px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}

#paymentdetail .table th {
    padding: 6px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    background-color: #e7e7e7;
}

.inner-thumb span{font-size:12px;}

.btn-buynow.disabled, .btn-buynow:disabled{
	background-image: linear-gradient(101deg, #e5e5e5, #adadad);
	color: #000 !important;}

.ftr_lft {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    margin-bottom: 0px;
}

    .ftr_lft ul {
        margin: 0;
        padding: 0;
    }

        .ftr_lft ul li {
            list-style: none;
            border-right: 1px solid #fff;
            padding: 0 6px;
            /* font-family: 'open_sansregular'; */
            color: #fff;
            font-size: 13px;
            /* float: left; */
            line-height: 15px;
            /* margin: 9px 0 5px 0; */
            display: inline-block;
        }

            .ftr_lft ul li a {
                /* font-family: 'open_sansregular'; */
                color: #fff;
                font-size: 13px;
                text-decoration: none;
                display: inline-block;
            }
			
			.ftr_lft ul li:last-child{ border-right: none;}
			
			.ftr_lft ul li a:hover {
    color: #ccc !important;
   
}

.footer-siteinfo p a:hover {
    color: #ccc !important;
}

#showtestforchk{display:none !important}