body {
    color: #000;
    background: #f5f5f5;
}

.header-banner {
    background: url(../images/header-banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

a:hover {
    text-decoration: none !important;
}

.wrapper {
    width: 82%;
}

.header-bg {
    margin-bottom: 30px;
    width: 100%;
    height: 80px;
}

.navbar-brand > img {
    /* width: 100%; */
    height: 100px;
    /* max-width: 100%; */
}

.header-container {
    width: 1617px;
    margin: 0 auto;
}

#banner-text {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #cc1d28;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 110%;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #000000;
}

.h1-light {
    font-size: 34px;
    font-weight: normal
}

.profile {
    height: 180px;
    width: 100%;
    background: #ebe0ff;
    padding: 15px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #114f71;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    background: url(../images/packagebg.png) no-repeat;
    background-position: bottom right;
    background-color: #e4e4e4;
    margin-bottom: 20px;
}

.bg-arox {
    background-color: #ffcc98;
}

.bg-aro13 {
    background-color: #baffcc;
}

.bg-green {
    background-color: #82cbff;
}

.bg-coral {
    background-color: #bdffbe;
}

.bg-yellow {
    background-color: #f9ffbe;
}

.bg-yellownew {
    background-color: #e0f0ca;
}

.bg-yellow1 {
    background-color: #e0f0ca;
}

.bg-cyan {
    background-color: #06d5f4;
}

.profile h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    /*  line-height: 120%;*/
    margin-top: 10px;
    /*  min-height: 50px;*/
    color: #000;
    text-transform: uppercase;
}

.profile h5 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
}


.profile p {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.dotted {
    border-bottom: 2px dotted #A0A0A0;
    border-top: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.profile h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    color: #000;
}

.profile span {
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    text-decoration: none;
    color: #424242;
}

.packagebg {
    position: absolute;
    right: 0;
    bottom: 0;
}

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

.header-banner h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.header-form {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #d5d5d5 !important;
    border: none;
    font-family: 'Open Sans', sans-serif;
    color: #2c2c2c !important;
    background: #fff !important;
}

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

.book-button {
    /*background-color: #2388c9;*/
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px -3px 9px #caddfc;
    -moz-box-shadow: 0px -3px 9px #caddfc;
    -webkit-box-shadow: 0px -3px 9px #caddfc;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

a.button-design {
    background: #337ab7;
    padding: 10px;
    color: #fff;
}

.sample-form input#btnsearch {
    padding: 4px;
}

.sample-form {
    margin-top: 10px;
}

button#btnproaarogyam {
}

.book-button:hover {
    background: #007bc3;
    color: #fff;
}

.heading-panel {
    text-align: center;
}

.border-bottom {
    height: 3px;
    background: #2388c9;
    width: 80px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.packages {
    width: 100%;
    min-height: 681px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 30px 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
    margin-bottom: 26px;
    position: relative;
}

    .packages:hover {
        box-shadow: 0px 1px 14px #e6e5e5;
        cursor: pointer;
    }

    .packages h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        font-family: 'Open Sans', sans-serif !important;
        line-height: 130%;
        margin-top: 4px;
        margin-bottom: 8px;
        min-height: 25px;
        height: auto;
    }

.price-one {
    color: #656565;
    text-decoration: line-through;
    font-size: 22px;
}

.price-two {
    color: #007bc3;
    font-weight: 700;
    font-size: 30px;
}

.discount {
    color: #333333;
    font-size: 14px;
}

.package-list {
    line-height: 180%;
    color: #333333;
    font-size: 14px;
    min-height: 325px;
    height: auto;
    margin: 0;
}

.mtb-25 {
    margin-bottom: 8px;
    margin-top: 15px;
}

.footer-top {
    /*height: 1px;
    background: #e5e5e5;*/
}

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

.top-nav {
    background: #e76f78;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: fixed;
    bottom: 15px;
    right: 5px;
    float: right;
    cursor: pointer;
}

.glyphicon-chevron-up {
    color: #fff;
    margin: 12px;
    margin-left: 13px;
    font-size: 11px;
    font-weight: normal;
}

#myErrorContainer {
    margin-bottom: 10px;
}

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


.f-top-bg {
    background: url("../images/f-top-bg.jpg");
    padding: 38px 0 30px 0;
    color: #2a2a2a;
}

    .f-top-bg img { /* float:left; */
        margin-right: 10px;
    }

    .f-top-bg p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        font-size: 13px;
        text-align: justify;
    }

    .f-top-bg h4 {
        text-align: left;
        color: #000;
        line-height: 21px;
        font-size: 18px;
        margin-top: 0px;
    }

.font-17 {
    font-size: 17px;
}

.whatsapp img {
    padding: 30px 0;
}

.footer-top {
    /*height: 1px;
    background: #e5e5e5;*/
}

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

    .footer ul {
        display: table;
        width: 100%;
    }

    .footer li {
        display: table-cell;
    }

    .footer li {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }

        .footer li a {
            color: #fff;
            text-decoration: none !important;
        }

hr {
    border: 1px solid #ff7300;
    margin-bottom: 15px;
    margin-top: 15px;
}


ul.check-list li input {
    font-size: 53px;
    height: 18px;
    width: 18px;
    margin-top: 0px;
}

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

    .footer a:hover {
        color: #ff7300;
    }

.text-white {
    color: #fff;
}

    .text-white a:hover {
        color: #ff7300;
    }

.bg-white {
    background-color: #fff;
}

.fearures {
    text-align: center;
    padding: 70px 0;
    font-family: 'Open Sans', sans-serif;
}

.ptb-70 {
    padding: 70px 0 70px 0;
}


.d-flex {
    display: inline-flex;
    align-items: center;
}

h5.const.bg-coral.free-doc {
    display: block;
}

/***********Responsive css***************/

@media only screen and (max-width: 374px) {
    #banner-text {
        font-size: 20px !important;
        margin-bottom: 40px !important;
        line-height: 110% !important;
    }

    .booknow-form {
        /* height: 360px !important; */
    }

    .header-banner {
        /* background-size: 400px 150px, cover !important; */
    }

        .header-banner h1 {
            margin-bottom: 0px !important;
        }
}

@media only screen and (max-width: 424px) {
    #banner-text {
        margin-bottom: 26px !important;
    }

    .booknow-form {
        /* height: 385px !important; */
        padding: 10px 10px;
    }

    .header-banner {
        /* background-size: 500px 190px, cover !important; */
    }

    .mb-form {
        margin-bottom: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    .footer li {
        display: block;
        text-align: left;
    }

    .booknow-form {
        float: none;
        margin: 0 auto;
        width: 100%;
        /* height: 400px; */
    }

    .header-banner {
        background: url(../images/header-banner.jpg) no-repeat center top;
        background-size: cover;
        margin-bottom: 15px;
    }

    .logocenter {
        text-align: center; /* margin: 0px -15px; */ /* background: #fff; */
        padding: 0px 0px 0px 0px;
    }

        .logocenter .logo {
            text-align: center;
            margin: 0px 0px 20px 0; /* background: #fff; */
            width: 100%;
        }

        .logocenter .callus {
            /* text-align: center; */
            /* padding: 0px; */

            margin: 10px 0 !important;
            /* padding: 15px 0 !important; */

            font-size: 30px;
            padding: 15px 25px;
            background: #2388c9;
            float: none;
            margin: 20px 0 0 0;
            color: #fff;
            font-weight: 600;
            border-radius: 50px;
        }

    .wrapper {
        width: 100%;
    }

    .round {
        margin-bottom: 15px;
        background: #2388c9;
        border-radius: 21%;
        height: 250px;
        width: 100%;
        line-height: 50px;
        padding-top: 58px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-bg {
        margin-bottom: 30px;
        width: 100%;
        height: 50px;
    }

    .h1-light {
        font-size: 16px;
        font-weight: normal;
    }

    #banner-text {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 141%;
        text-align: center;
    }

    .callbtn {
        display: block !important;
    }

    .package-list {
        min-height: auto;
    }

    .border-bottom {
        margin-bottom: 40px;
    }

    .heading-panel {
        margin-top: 0px;
    }

    .navbar-brand > img {
        width: 75%;
        /* height: 80px; */
        /* text-align: center; */
        /* float: none; */
    }

    .header-banner h1 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 25px;
        color: #000;
        text-align: center;
    }

    .profile h2 {
        font-size: 20px;
        min-height: 32px;
    }

    .profile {
        height: 175px;
    }

        .profile h3 {
            font-size: 26px;
        }

    .price-two {
        font-size: 30px;
    }

    .footer {
        text-align: center;
        /* bottom: -26px; */
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer li {
        font-size: 12px;
        display: contents;
    }

    .wrapper {
        width: 100%;
    }

    .package-list {
        min-height: auto;
    }

    .header-bg {
        height: 80px;
    }

    #banner-text {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .h1-light {
        font-size: 22px;
    }

    .booknow-form {
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }

    .header-banner h1 {
        font-size: 32px;
    }

    .footer {
        text-align: center;
    }

    .profile {
        height: 230px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .header-bg {
        height: 80px;
    }

    .wrapper {
        width: 92%;
    }

    #banner-text {
        margin-bottom: 10px;
        font-size: 36px;
        margin-top: 0px;
        /* line-height: 2; */
    }

    .booknow-form {
        width: 100%;
        margin-top: 10px;
    }

    .h1-light {
        font-size: 28px;
        font-weight: normal;
        color: #000;
        text-transform: capitalize;
    }

    .profile {
        height: 180px;
    }
}


.formrow {
    margin: 10px 0;
}

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

    .callus:hover {
        color: #82cbff;
    }

.width100 {
    width: 100%;
}

.bg-1 {
    background-color: #e1fff9;
}

.bg-2 {
    background-color: #ffeab7;
}
/*.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  /* background-color: #ccc; 
}

.panel {
  padding: 5px 15px;
  display: none;
  background-color: #f3efef;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}

.round{
    margin-bottom: 15px;
    background: #2388c9;
    border-radius: 21%;
    height: 250px;
    width: 100%;
    line-height: 50px;
    padding-top: 58px;
    padding-left: 15px;
    padding-right: 15px;
    }
.text-left {
    text-align: left;
    padding: 0px 10px;
    margin: 0px;
}

.testul {}
.testul li{    display: inline-block; line-height: 35px;}
.testul li a{font-size: 11px;
    background: #ff0015;
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;}
.testul li a:hover{  background: #000; color:#fff}*/

.fix-height {
    display: block;
    min-height: 71px;
    /* margin-top: 29px; */
}

.offer p {
    margin-bottom: 0px;
}

.offer {
    /* padding: 5px 8px; */
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 500;
    /*  background: #114f71;*/
    margin-bottom: 10px;
    /* padding: 14px;*/
}

.const {
    position: absolute;
    top: -10px;
    left: 0px;
    margin: 0px;
    padding: 7px 8px;
    /* color: #fff; */
    font-size: 16px;
    font-weight: 700;
    display: none;
}

.offer span.sub-title-p {
    /* color: #fff;*/
    font-weight: 700;
    margin-right: 4px;
}



.price {
    align-items: center;
}

    .price h3 {
        float: left;
    }

    .price del {
        margin-left: 10px;
        float: left;
    }

        .price del h3 {
            color: #a94442;
        }

        .price del h4 {
            font-size: 19px;
            margin-top: 7px;
        }


.profile {
    height: 180px;
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 56%);
    position: relative;
}

.price {
    display: inline-block;
}


.f-top-bg .thumb-one img {
    float: left;
    margin-right: 5px;
}

.f-top-bg .thumb-one img {
    float: left;
    margin-right: 11px;
    /* width: 60px; */
    height: 70px;
}

.thumb-one {
    display: flex;
}

.bestquality img {
    width: 100%;
}

.cerificate-logo {
    display: block;
    text-align: center;
}

.bestquality {
    display: inline-block;
}

    .bestquality img {
        width: 45%;
    }

.heading-panel {
    text-align: center;
    margin-top: 20px;
    /*display: inline-block;*/
    text-transform: uppercase;
}

.price-two del {
    margin-left: 5px;
}



.f-top-bg .bestquality img {
    width: 52%;
    float: none;
    margin: 30px 0px;
}


.const-top {
    position: absolute;
    top: 0px;
    width: 90%;
    left: 14px;
    margin: 0px;
    padding: 7px 8px;
    /* color: #fff; */
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff94;
}

.fix-height-free {
    display: block;
    min-height: 71px;
    margin-top: 29px;
}


.ptb-30 {
    padding: 30px 0
}

.bg-yellow .fix-height {
    min-height: 60px;
}

    .bg-yellow .fix-height h2 {
        /* min-height: 60px; */
        /* padding-top: 25px; */
    }

.bg-aro13 .fix-height h2 {
    /* min-height: 60px; */
    /* padding-top: 25px; */
}

.bg-coral .fix-height h2 {
    /*min-height: 60px;*/
    padding-top: 25px;
}

.bg-arox .fix-height h2 {
    min-height: 60px;
    padding-top: 25px;
}

.const-top {
    display: none
}

.bottom-srip {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 3px;
    bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
}

.profile h5.const-top.doc-strip {
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #ff0500;
    /* color: #fff;*/
}

body.thanku {
    background-image: url(../../Content/images/header-banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.login {
    background-image: url(../../Content/images/login.jpg);
    background-size: cover;
    background-position: right;
    display: flow-root;
}

.login-box {
    max-width: 550px;
    margin: 14% auto;
}

.login-box {
    margin: 11% auto;
}

body.thanku .header-banner {
    background: none;
    box-shadow: none;
}

.thanku .footer {
    margin-bottom: 0px;
}

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

.d-none {
    display: none;
}

.packages h3 small {
    display: block;
}

.fix-height small {
    display: block;
}

ul.check-list {
    padding-left: 0px;
    list-style: none;
    /*display: flex;*/
}

    ul.check-list li:first-child {
        /* margin-right:10px; */
        margin-bottom: 7px;
    }

    ul.check-list li {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
    }


.check_availability {
    margin-bottom: 0px;
}

.row.check_availability-row {
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.check_availability {
    background-image: url(../images/check_availability.jpg);
    background-size: cover;
    background-position: center;
}

input.check-submit {
    background: #2388c9;
    color: #fff;
    border: none;
}

    input.check-submit:hover {
        background: #f16057;
        color: #fff;
    }

.mb-0 {
    margin-bottom: 0px !important;
}

.header-banner h1.checkheading {
    text-align: center;
    margin-bottom: 19px !important;
    text-transform: capitalize;
}

.heading-section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.button-sectopn a {
    background: #f15f56;
    color: #fff;
    padding: 9px 15px;
    border-radius: 10px;
    font-weight: 500;
}

label.other-test-content {
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 13px;
}
/*latest css form three pages*/
.fitterandhealthieryou .callus {
    /* color: #fff;*/
}

.fitterandhealthieryou .sample-form input.book-button {
    background: #254d41;
    border-color: #254d41;
}

.fitterandhealthieryou #banner-text {
    color: #edc21f;
}

.fitterandhealthieryou .profile {
    border-bottom: 3px solid black;
}

.fitterandhealthieryou .book-button {
    background: #254d41;
    border-color: #254d41;
}

.fitterandhealthieryou .border-bottom {
    background: #15aeb2;
}


.fitterandhealthieryou .header-banner h1, .fitterandhealthieryou .price-two {
    color: #000 !important;
}

.fitterandhealthieryou .footer {
    background: #254d41;
}

.fitterandhealthieryou .header-banner {
    background: url(https://www.thefhy.com/uploads/Home_Page_Pic_005.jpg) no-repeat center center;
    background-size: cover;
}




.smritikocharteam .callus {
    /* color: #fff;*/
}

.smritikocharteam .sample-form input.book-button {
    background: #15aeb2;
    border-color: #15aeb2;
}

.smritikocharteam #banner-text {
    color: #15aeb2;
}

.smritikocharteam .profile {
    border-bottom: 3px solid black;
}

.smritikocharteam .book-button {
    background: #15aeb2;
    border-color: #15aeb2;
}

.smritikocharteam .border-bottom {
    background: #15aeb2;
}


.smritikocharteam .header-banner h1, .smritikocharteam .price-two {
    color: #000 !important;
}

.smritikocharteam .footer {
    background: #000;
}

.smritikocharteam .header-banner {
    background: url(../images/smritikocharteam-banner.jpg) no-repeat center center;
    background-size: cover;
    background-position: initial;
}


.satyajit .callus {
    /* color: #fff;*/
}

.satyajit .sample-form input.book-button {
    background: #d41f2e;
    border-color: #d41f2e;
}

.satyajit #banner-text {
    color: #d41f2e;
}

.satyajit .profile {
    border-bottom: 3px solid #15aeb2;
}

.satyajit .book-button {
    background: #d41f2e;
    border-color: #d41f2e;
}

.satyajit .border-bottom {
    background: #15aeb2;
}


.satyajit .header-banner h1, .satyajit .price-two {
    color: #15aeb2 !important;
}

.satyajit .footer {
    background: #e1e1e1;
    border-top: solid 1px #818181;
}

.satyajit .header-banner {
    background: url(../images/satyajit-banner.jpg) no-repeat center center;
    background-size: cover;
}

/*dr_tahera*/
/*dr_tahera*/
.satyajit .callus {
}

.dr_tahera .sample-form input.book-button {
    background: #ee5534;
    border-color: #ee5534;
}

.dr_tahera #banner-text {
    color: #ee5534;
}

.dr_tahera .profile {
    border-bottom: 3px solid #15aeb2;
}

.dr_tahera .book-button {
    background: #ee5534;
    border-color: #ee5534;
}

.dr_tahera .border-bottom {
    background: #15aeb2;
}


.dr_tahera .header-banner h1, .dr_tahera .price-two {
    color: #373648 !important;
}

.dr_tahera .footer {
    background: #373648;
    background: #e1e1e1;
    border-top: solid 2px #a1a1a1;
}

.dr_tahera .header-banner {
    background: url(../images/tahera-banner.jpg) no-repeat center center;
    background-size: cover;
}

.dr_madhab .callus {
    /* color: #fff; */
}

.dr_madhab .sample-form input.book-button {
    background: #003b1b;
    border-color: #003b1b;
}

.dr_madhab #banner-text {
    color: #d41f2e;
}

.dr_madhab .profile {
    border-bottom: 3px solid #15aeb2;
}

.dr_madhab .book-button {
    background: #003b1b;
    border-color: #003b1b;
}

.dr_madhab .border-bottom {
    background: #003b1b;
}


.dr_madhab .header-banner h1, .dr_madhab .price-two {
    color: #020411 !important;
}

.dr_madhab .footer {
    background: #003b1b;
}

.dr_madhab .header-banner {
    background: url(../images/dr_madhab-banner.jpg) no-repeat center center;
    background-size: cover;
}

.callus:hover {
    color: #000;
}

.bg-03 {
    background: #ffdad2;
}

.bg-01 {
    background: #dfe79b;
}

.bg-02 {
    background: #ffebeb;
}

.bg-04 {
    background: #f0f0ac;
}

.bg-05 {
    background: #ffd6ce;
}

.bg-06 {
    background: #f9ce8f;
}

.bg-07 {
    background: #e8d3ec;
}

.bg-08 {
    background: #b2c3f4;
}

.dr_madhab .offer, .dr_tahera .offer, .satyajit .offer {
    display: none;
}

.dr_madhab .accordion, .dr_tahera .accordion, .satyajit .accordion {
    font-size: 14px;
}


.dr_madhab .packages h3, .dr_tahera .packages h3, .satyajit .packages h3 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0px;
}

.why-choose-us-inner-section {
    display: flex;
    /* text-align: justify; */
    background: #e7e7e7;
    padding: 15px 10px;
    color: #000;
    border-radius: 10px;
    margin: 15px 0px;
    border: solid 1px #ccc;
    line-height: 30px;
}

.icon-content h4 {
    margin: 0px;
    line-height: 23px;
}

.icon-section {
    margin-right: 13px;
}

.icon-content p {
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.text-md-left {
    text-align: left;
}

.text-md-end {
    text-align: end;
}

.bg-09 {
    background: #99ff8a;
}



@media only screen and (max-width: 991px) {
    .satyajit .callus {
        color: #15aeb2;
    }

    .footer .text-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .logocenter .logo {
        width: 100% !important;
    }


    .satyajit .header-banner {
        background-position: left !important;
    }
}

@media only screen and (max-width: 1024px) {
    .login-box {
        width: 100%;
        margin: 47% auto;
    }

    .header-banner h1.checkheading {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .check_availability {
        min-height: calc( 100vh - 126px );
    }


    .login-box {
        width: 93%;
        margin: 33% auto;
    }

    .row.check_availability-row {
        display: flex;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .check_availability .logocenter {
        text-align: center;
    }

        .check_availability .logocenter a.callus {
            float: none;
            margin-top: 13px;
            display: inline-block;
        }
}

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

    .check_availability {
        min-height: calc( 100vh - 126px );
    }

    .heading-section {
        display: block;
    }

    .button-sectopn {
        display: block;
        text-align: center;
        margin: 26px 0px;
    }

    .row.check_availability-row {
        padding-top: 26px;
        padding-bottom: 0px;
    }

    body .thanku {
        background-position: bottom;
    }

    .sample-form input#btnsearch {
        padding: 5px;
        font-size: 10px;
    }

    .check_availability .logocenter a.callus {
        float: none;
        margin-top: 13px;
        display: inline-block;
        background: transparent;
        color: #000;
        padding: 0px;
    }

    section.footer.check-footer {
        margin-bottom: 40px;
    }

    .header-banner h1.checkheading {
        font-size: 21px;
    }
}


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

    .check_availability {
        background-image: url(../images/check_availability.jpg);
        background-size: cover;
        background-position: center;
        padding: 50px 0px;
    }
}

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

    .row.check_availability-row {
        padding: 20px 0px 0px;
    }
}

@media only screen and (max-width: 330px) {
    .check-footer {
        margin-bottom: 40px;
    }

    .header-banner h1.checkheading {
        font-size: 18px;
    }
}

@media only screen and (max-width: 300px) {
    .login-box {
        max-width: 360px;
        margin: 33% auto;
        width: 80%;
    }
}


.snehi .footer {
    background: #373648;
    background: #e1e1e1;
    border-top: solid 2px #a1a1a1;
}

.dr_tahera .price-two del {
    margin-left: 2px;
}
.dr_tahera .price-two del {
    display: inherit;
    color: #ff2b3c;
    font-size: 17px;
}

.dr_tahera .pricediv{
padding-bottom: 10px;
border-top: solid 1px #d7d7d7;}

.cutefbankan .logo{width:430px;}

.cutefbankan .book-button {
    background: #15aeb2;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0px -3px 9px #caddfc; */
    -moz-box-shadow: 0px -3px 9px #caddfc;
    /* -webkit-box-shadow: 0px -3px 9px #caddfc; */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.cutefbankan .btn-primary {
    color: #fff;
    background-color: #15aeb2;
    border-color: #15aeb2;
}

.cutefbankan  #banner-text {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #15aeb2;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 110%;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #000000;
}

.cutefbankan .bg-blue h1 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000 !important;
}

.cutefbankan .border-bottom {
    height: 3px;
    background: #000000;
    width: 80px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.cutefbankan .footer {
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    background: #15aeb2;
}

.cutefbankan .price-two {
    color: #15aeb2;
    font-weight: 700;
    font-size: 34px;
}

.cutefbankan .price-two del {
    margin-left: 3px;
}
 .cutefbankan .price-two del {
   display: inline;
    color: #ff2b3c;
    font-size: 18px;
    font-weight: normal;
}

 .cutefbankan a.button-design {
    background: #15aeb2;
    padding: 10px;
    color: #000;
}
 .cutefbankan #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #15aeb2;
    color: white;
}



.habbfit .logo{width:430px;}

.habbfit .book-button {
    background: #47b376;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0px -3px 9px #caddfc; */
    -moz-box-shadow: 0px -3px 9px #caddfc;
    /* -webkit-box-shadow: 0px -3px 9px #caddfc; */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.habbfit .btn-primary {
    color: #fff;
    background-color: #47b376;
    border-color: #47b376;
}

.habbfit  #banner-text {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #15aeb2;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 110%;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #000000;
}

.habbfit .bg-blue h1 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000 !important;
}

.habbfit .border-bottom {
    height: 3px;
    background: #000000;
    width: 80px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.habbfit .footer {
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    background: #47b376;
}

.habbfit .price-two {
    color: #47b376;
    font-weight: 700;
    font-size: 34px;
}

.habbfit .price-two del {
    margin-left: 3px;
}
.habbfit .price-two del {
   display: inline;
    color: #ff2b3c;
    font-size: 18px;
    font-weight: normal;
}

 .habbfit a.button-design {
    background:#47b376;
    padding: 10px;
    color: #fff;
}
 .habbfit #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #47b376;
    color: white;
}

.dr_madhab .logo { width:380px;
}

.dr_madhab #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #003b1b;
    color: white;
}

.dr_madhab a.button-design {
    background: #003b1b;
    padding: 10px;
    color: #fff;
}


.dr_tahera #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #ee5534;
    color: white;
}

.dr_tahera a.button-design {
    background: #ee5534;
    padding: 10px;
    color: #fff;
}

.fitterandhealthieryou a.button-design {
    background: #254d41;
    padding: 10px;
    color: #fff;
}

 .smritikocharteam #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #15aeb2;
    color: white;
}

 .fitterandhealthieryou #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #254d41;
    color: white;
}

.bg-2-new {
    background-color: #e7ffb7;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-50 {
    padding-top: 50px;
}


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

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

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


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

.thanku div#section1 {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .callus {
        float: left
    }

    .f-top-bg h4 {
        text-align: left;
    }

    .thumb-one {
        margin-bottom: 17px;
    }
}



@media only screen and (max-width: 991px){
.wrapper.container.pt-50 {
    width: 100%;
    padding-top: 0px;
}


}
/*color css*/

 .thum-package {border: solid 1px var(--swiper-theme-color);}
h6.strip { background: var(--swiper-theme-color);}
 
.testimonials .section-title p {color: var(--swiper-theme-color)}
.swiper-button-next, .swiper-button-prev {color: var(--swiper-theme-color);}
.form-control:focus {
    
    border: 1px solid #ced4da;
    box-shadow: none;
}

.thanku .footer {
        background: #15aeb2;
}


:root {
    --swiper-theme-color: #15aeb2;
}
button.btn-buynow.animation-button:hover, .book-button:hover {
      background-color: #15aeb2 !important;
}

.header-content h2 span {
    background: #0d0007;
    color:#fff;
}

  nav.navbar.main-menu ul.nav > li > a.call-link i {
 
    color: #15aeb2;
}

  .header-content .btn-buynow.animation-button, .pricing-header .btn-buynow, .pricing-body .btn-buynow.animation-button, .animation-button {
  color: #fff;
  box-shadow: 0px 1px 2px #000000;
  background-image: linear-gradient(to right, #15aeb2, #15aeb2);
}
.pricing-header h3 {
   color: #000000 !important;
}
footer {
    background: #15aeb2;
}
.animated-background-image {
    background-image: url(../images/img-1.png);
}

.jumptotop a {
 
 
    background: #15aeb2;
}


 .banner:before {/* background-image: linear-gradient(to right, #15aeb2,#15aeb2); *//* opacity: .8; */background: #15aeb2;}
   .step-single .icon-box { color: #15aeb2; }


   .section-title p { color: #15aeb2;}


    .section-title p:after {  background: #15aeb2;}

    .about-facts {background: linear-gradient(180deg,#15aeb2,#39bc9d); background: #15aeb2;}

    .small-feature-single .icon-box { color: #15aeb2;  }

     .facts-single i {color: #15aeb2;}

     .tests-no {/* background-color: #15aeb2; *//* color: #000; */}

     .small-feature-single .icon-box { color: #15aeb2;}

      .facts-single i { color: #15aeb2;}

.about-facts:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/map-1.png') no-repeat center center;
  
    border-radius: 30px;
    background-size: 38%;
    background-position: bottom;
}

.footer-siteinfo p {
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

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

.footer-siteinfo p a {
    color: #fff !important;
    font-weight: 500;
}

.tests-no:hover {
    color: #000 !important;
}

hr { border: 1px solid #15aeb2;}


.colortheme{background-image: linear-gradient(to right, #000, #000) !important;color: #fff !important;}