@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* ================== */

  .menu-box {
    height: 80px;

    left: 0;

    margin: auto;

    top: 0 !important;

    width: 100%;

    position: fixed !important;

    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);

    -webkit-animation: 300ms running fadeInDown;

    animation: 500ms running fadeInUp;

    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

    transition: 0.5s !important;

    background-color: #002c5d;

    z-index: 9999 !important;

    animation-name: slideInDown;

    animation-duration: 1.5s;
  }

  .topbar {
    display: none;
  }

  .menu-box.sticky-nav .sticky-logo {
    display: block;
  }

  /* ==================== */

  .hero-section .hero-slider .shape-image2 {
    right: 24%;

    top: 35%;

    position: absolute;
  }

  .hero-section .hero-slider .slider-content .text-section h1 {
    color: #002c5d;

    font-size: 60px;
  }

  .app-download-section .bg-image .text-content .image {
    display: flex;
  }

  .app-download-section .bg-image .text-content .image img {
    width: 80%;
  }

  .app-download-section .bg-image .text-content .image img {
    margin-right: 0;
  }

  .app-download-section .bg-image .text-content .image .app-stor {
    margin-right: 0px;
  }

  .app-download-section .bg-image .image {
    margin-bottom: 0;
  }

  .blog-section {
    padding: 0px 0px 100px 0px;

    position: relative;
  }

  .blog-section .blog-item .category h5 {
    left: -32px;

    top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* ================== */

  .menu-box {
    height: 80px;

    left: 0;

    margin: auto;

    top: 0 !important;

    width: 100%;

    position: fixed !important;

    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);

    -webkit-animation: 300ms running fadeInDown;

    animation: 500ms running fadeInUp;

    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

    transition: 0.5s !important;

    background-color: #002c5d;

    z-index: 9999 !important;

    animation-name: slideInDown;

    animation-duration: 1.5s;
  }

  /* ==================== */

  .hero-section .hero-slider .slider-content .text-section h1 {
    color: #002c5d;

    font-size: 44px;
  }

  .hero-section .hero-slider .slider-content .text-section p {
    padding: 15px 0px 20px 0px;
  }

  .hero-section .hero-slider .slider-content .button a {
    padding: 8px;
  }

  .hero-section .hero-slider .shape-image2 {
    right: 29%;

    top: 17%;

    position: absolute;
  }

  .about-section .containt-wraper .about-title h1 {
    font-size: 30px;
  }

  .about-section .containt-wraper .signetire h5 {
    margin-top: 10px;
  }

  .about-section .containt-wraper .left-spase .shape-image3 {
    right: 423px;

    bottom: -58px;
  }

  .call-do-section .call-do-content .left-content .title p {
    font-size: 27px;
  }

  .call-do-section .call-do-content .left-content .title h1 {
    font-size: 33px;
  }

  .service-bg .service-title-wraper h1 {
    font-size: 35px;
  }

  .app-download-section .bg-image .text-content .image {
    display: flex;
  }

  .app-download-section .bg-image .text-content .image img {
    width: 80%;
  }

  .app-download-section .bg-image .text-content .image img {
    margin-right: 0;
  }

  .app-download-section .bg-image .text-content .image .app-stor {
    margin-right: 0px;
  }

  .app-download-section .bg-image .image {
    margin-bottom: 0;
  }

  .app-download-section .bg-image .text-content .image {
    margin-top: 20px;
  }

  .blog-section {
    padding: 0px 0px 70px 0px;
  }

  .blog-item {
    margin-bottom: 30px;
  }

  .bratecome-section {
    height: 300px;
  }

  .hero-section .hero-slider .slider-content .button {
    position: absolute;

    top: 115px;
  }

  .about-section .feature_box {
    padding: 30px;
  }

  .about-section .content-img {
    width: 90%;
    height: 70%;
    font-size: 36px;
  }

  .about-section .content-img h4 {
    font-size: 36px;
  }

  .about-section .content-img h5 {
    font-size: 36px;
  }

  .about-section .content-img-2 {
    width: 90%;
    height: 80%;
    font-size: 36px;
  }

  .about-section .content-img-2 h4 {
    font-size: 36px;
  }

  .about-section .content-img-2 h5 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* ================== */

  .menu-box {
    height: 80px;

    left: 0;

    margin: auto;

    top: 0 !important;

    width: 100%;

    position: fixed !important;

    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);

    -webkit-animation: 300ms running fadeInDown;

    animation: 500ms running fadeInUp;

    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

    transition: 0.5s !important;

    background-color: #002c5d;

    z-index: 9999 !important;

    animation-name: slideInDown;

    animation-duration: 1.5s;
  }

  .whatsapp-desktop {
    display: none;
  }

  .whatsapp-mobile {
    display: block;

    position: fixed;

    left: 13px;

    bottom: 22px;

    z-index: 11;
  }

  .whatsapp-mobile img {
    width: 50px;
  }

  .call-desktop {
    display: none;
  }

  .call-mobile {
    display: block;

    position: fixed;

    left: 20px;

    bottom: 80px;

    z-index: 11;
  }

  .call-mobile img {
    width: 40px;
  }

  /* ==================== */

  .hero-section .hero-slider {
    height: 210px;
  }

  .hero-section .hero-slider .slider-content .button {
    position: absolute;

    top: 65px;
  }

  .hero-section .hero-slider .slider-content .text-section h1 {
    color: #002c5d;

    font-size: 30px;
  }

  .hero-section .hero-slider .slider-content .text-section p {
    padding: 15px 0px 20px 0px;
  }

  .hero-section .hero-slider .shape-image2 {
    right: 23%;

    top: 19%;
  }

  .hero-section .hero-slider .shape-image1 {
    right: 8%;

    top: 72%;
  }

  .book-section .book-content .booking-form-inner .form-control.date {
    padding: 25px 24px;

    width: 100%;
  }

  .book-section .book-content .booking-form-inner .form-control {
    width: 100% !important;
  }

  .book-section .book-content .booking-form-inner select {
    padding: 15px 42px;

    width: 100%;
  }

  .about-section .containt-wraper .about-title h1 {
    font-size: 35px;

    margin-top: 35px;
  }

  .call-do-section .call-do-content .left-content .title h1 {
    font-size: 20px;
  }

  .service-bg .service-title-wraper h1 {
    font-size: 35px;
  }

  .call-do-section .call-do-content .left-content .title p {
    font-size: 20px;
  }

  .call-do-section .call-do-content .button a {
    margin-top: 30px;
  }

  .tab-section .tab-title h1 {
    font-size: 41px;
  }

  .team-section .team-content .main-content .text-content .icon {
    margin-bottom: 30px;

    justify-content: left;
  }

  .team-section .team-content .main-content .text-content .button a {
    left: 139px;

    bottom: 35px;
  }

  .app-download-section .bg-image .text-content h1 {
    font-size: 40px;

    margin-top: 100px;
  }

  .app-download-section .bg-image .text-content .image {
    display: flex;
  }

  .app-download-section .bg-image .text-content .image img {
    width: 80%;
  }

  .app-download-section .bg-image .text-content .image img {
    margin-right: 0;
  }

  .app-download-section .bg-image .text-content .image .app-stor {
    margin-right: 0px;
  }

  .app-download-section .bg-image .text-content p {
    margin: 20px 0px 35px 0px;

    padding-bottom: 20px;
  }

  .blog-item {
    margin-bottom: 30px;
  }

  .subscrib-section .icon {
    text-align: center;

    margin-bottom: 20px;
  }

  .footer-section .image {
    text-align: center;
  }

  .footer-section p {
    text-align: center;

    margin-top: 20px;
  }

  .footer-section .button {
    text-align: center;
  }

  .footer-section h2 {
    text-align: center;

    margin-top: 26px;
  }

  .footer-section li {
    list-style: none;

    text-align: center;
  }

  .footer-news.d-flex.align-items-center {
    text-align: center;

    justify-content: center;
  }

  .align-items-center {
    justify-content: center;
  }

  .modalform {
    width: auto;

    margin: 25px;
  }

  /* .hero-section .hero-slider .slider-content .button .left{

		margin-right: 15px;

	 display: block;

	} */

  .hero-section .hero-slider .slider-content .button a {
    padding: 18px 30px;

    background-color: #39cabb;

    border-radius: 5px;

    color: #fff;

    transition: 0.5s;

    border: 1px solid #39cabb;
  }

  .bratecome-section {
    height: 300px;
  }

  .about-section {
    margin: 50px 0px;
  }

  .about-section h1 {
    text-align: center !important;

    font-size: 34px;
  }

  .feature-secction {
    padding: 20px;
  }

  .feature-secction .feature-title h1 {
    font-size: 25px;
  }

  .service-bg {
    padding-top: 30px;
  }

  .footer-section {
    padding-top: 20px;
  }

  .footer-section .icon {
    text-align: center;
  }

  .blog-detail-section .main-section .right-side h2 {
    padding-top: 20px;
  }

  .bratecome-section .contant {
    top: 40%;
  }

  .bratecome-section .contant .title h2 {
    font-size: 25px;
  }

  .blog-section-box {
    padding: 30px 0px;
  }

  .blog-section-box .blog-box h2 {
    font-size: 25px;
  }

  .blog-section-box .blog-box p {
    text-align: justify !important;
  }

  .blog-section-box .blog-box h4 {
    text-align: justify !important;
  }

  .blog-section .blog-item .text-wraper {
    height: auto !important;
  }

  .book-section .book-content .booking-form-inner .input {
    width: 100% !important;
  }

  .modalform {
    width: auto;
    margin: 20px;
    top: 20px;
    overflow-y: auto;
    max-height: 500px;
  }
  .modalFormClose {
    right: 0%;
    top: 0%;
  }

  .modalform .form-group-1 {
    margin-top: auto;
  }

  .modalform .btn-submit {
    padding: 7px 15px;
  }

  .hero-section .hero-slider .slider-content .button a {
    padding: 5px 8px;

    font-size: 10px;
  }

  .book-section .booking-form-row {
    margin-top: 20px;
  }

  .hero-section .hero-slider .slider-content .button {
    margin-bottom: 20px;
  }

  .bratecome-section .button .left {
    left: 32%;
  }

  .customerreview .box p {
    font-size: 15px;
  }

  .form-group-1 input {
    width: 100%;
  }

  .form-group-1 select {
    width: 100%;
  }

  .feature-secction .feature_box {
    padding: 20px;
  }
  .about-section .containt-wraper .list {
    top: 1px;
  }
  .about-section .feature_box {
    padding: 30px;
  }

  .contact-section .feature_box {
    padding: 20px;
  }

  .welcome_docmed_area .welcome_docmed_info {
    padding-left: 0px;
    padding-top: 30px;
  }

  .call-do-section .call-do-content .left-content .image img {
    margin-bottom: 27px;
  }

  .about-section .content-img {
    width: 90%;
    height: 70%;
    font-size: 22px;
  }

  .about-section .content-img h4 {
    font-size: 36px;
  }

  .about-section .content-img h5 {
    font-size: 36px;
  }

  .about-section .content-img-2 {
    width: 90%;
    height: 80%;
    font-size: 22px;
  }

  .about-section .content-img-2 h4 {
    font-size: 36px;
  }

  .about-section .content-img-2 h5 {
    font-size: 36px;
  }

  .gastroenterology-section .contant .inner-contant ul li {
    font-size: 13px;
    text-align: justify;
  }

  .gastroenterology-section .button .left {
    position: absolute;
    top: 57%;
    left: 28%;
  }

  .gastroenterology-section .contant .title h1 {
    font-size: 30px;
  }

  .about-section .containt-wraper h2 {
    font-size: 25px;
  }

  .row .about-title h2 {
    font-size: 25px;
  }

  .diabetology-section .contant .inner-contant ul li {
    font-size: 13px;
    text-align: justify;
  }

  .diabetology-section .contant .title h1 {
    font-size: 30px;
  }

  .diabetology-section .button .left {
    position: absolute;
    top: 70%;
    left: 29%;
  }

  .hepatology-section .contant .inner-contant ul li {
    font-size: 13px;
    text-align: justify;
  }

  .hepatology-section .contant .title h1 {
    font-size: 29px;
  }

  .hepatology-section .button .left {
    position: absolute;
    top: 66%;
    left: 30%;
  }

  .bratecomes-section {
    height: 300px;
  }

  .bratecomes-section .contant .title h2 {
    font-size: 25px;
  }

  .bratecomes-section .contant {
    top: 30%;
    left: 30%;
  }

  .bratecomes-section .button .left {
    position: absolute;
    top: 57%;
    left: 14%;
  }

  .bratecomes-section .contant .inner-contant ul li {
    font-size: 15px;
  }

  .shivam-section {
    height: 300px;
  }

  .shivam-section .contant .title h2 {
    font-size: 29px;
  }

  .shivam-section .contant .inner-contant ul li {
    font-size: 16px;
  }

  .shivam-section .contant {
    top: 24%;
    left: 29%;
  }

  .shivam-section .button .left {
    position: absolute;
    top: 49%;
    left: 9%;
  }

  .circle .reduse .tab_nature {
    font-size: 13px;
  }

  .circle .left {
    width: 100%;
  }

  .circle .right {
    width: 100%;
  }

  .circle .ash {
    width: 100%;
    height: auto;
  }

  .circle .left figure img {
    width: 100%;
  }

  .circle .left.abh figure img {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* ================== */

  .menu-box {
    height: 80px;

    left: 0;

    margin: auto;

    top: 0 !important;

    width: 100%;

    position: fixed !important;

    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);

    -webkit-animation: 300ms running fadeInDown;

    animation: 500ms running fadeInUp;

    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

    transition: 0.5s !important;

    background-color: #002c5d;

    z-index: 9999 !important;

    animation-name: slideInDown;

    animation-duration: 1.5s;
  }

  .menu-box.sticky-nav .sticky-logo {
    margin-left: 29px;
  }

  /* ==================== */

  .hero-section .hero-slider {
    height: auto !important;
  }

  .hero-section .hero-slider .slider-content .text-section h1 {
    color: #002c5d;

    font-size: 30px;
  }

  .hero-section .hero-slider .slider-content .text-section p {
    padding: 15px 0px 20px 0px;
  }

  .hero-section .hero-slider .slider-content .button {
    position: absolute;

    top: 42px;
  }

  .hero-section .hero-slider .slider-content .button .left {
    margin-bottom: 10px;
  }

  .hero-section .hero-slider .slider-content .button i {
    padding-left: 20px;
  }

  .hero-section .hero-slider .shape-image2 {
    display: none;
  }

  .hero-section .hero-slider .shape-image1 {
    display: none;
  }

  .book-section .booking-form-row {
    margin-top: 20px;
  }

  .book-section .book-content .booking-form-inner .form-control.date {
    padding: 25px 32px;
  }

  .book-section .book-content .booking-form-inner select {
    padding: 15px 29px;

    width: 100%;
  }

  .about-section .containt-wraper .about-title h1 {
    font-size: 26px;

    margin-top: 35px;
  }

  .about-section .containt-wraper .left-spase .shape-image3 {
    right: 0;

    bottom: -169px;
  }

  .feature-secction .feature-title h1 {
    font-size: 19px;

    margin-bottom: 0px;

	padding-top: 20px;
  }

  .welcome_docmed_area .feature-title h3 {
	margin-bottom: 0px;
	font-size: 18px;
  }

  .step-box .content p {
    font-size: 15px;
    font-weight: 500;
}

  .call-do-section .call-do-content .left-content .title p {
    font-size: 17px;
  }

  .call-do-section .call-do-content .left-content .title h1 {
    font-size: 19px;
  }

  .service-bg .service-title-wraper h1 {
    font-size: 33px;
  }

  .call-do-section .call-do-content .button a {
    margin-top: 30px;
  }

  .tab-section .tab-title h1 {
    font-size: 33px;
  }

  .team-section .team-content .main-content .text-content .button a {
    padding: 8px 20px;

    left: -150px;

    bottom: 35px;
  }

  .tab-section .accordion .accordion-content .left-content h2 {
    font-size: 25px;
  }

  .tab-section .accordion .accordion-content {
    padding: 0px 12px;
  }

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

  .team-section .team-title p {
    font-size: 12px;
  }

  .team-section .team-content .main-content .text-content .hart-icon a {
    right: 220px;

    top: 21px;
  }

  .app-download-section .bg-image .text-content h1 {
    font-size: 28px;

    margin-top: 99px;
  }

  .app-download-section .bg-image .text-content .image {
    display: flex;
  }

  .app-download-section .bg-image .text-content .image img {
    width: 80%;
  }

  .app-download-section .bg-image .text-content .image img {
    margin-right: 0;
  }

  .app-download-section .bg-image .text-content .image .app-stor {
    margin-right: 0px;
  }

  .app-download-section .bg-image .text-content p {
    margin: 20px 0px 35px 0px;

    padding-bottom: 20px;
  }

  .blog-item {
    margin-bottom: 30px;
  }

  .subscrib-section .icon {
    text-align: center;

    margin-bottom: 20px;
  }

  .footer-section .image {
    text-align: center;
  }

  .footer-section p {
    text-align: center;
  }

  .footer-section .button {
    text-align: center;
  }

  .footer-section h2 {
    text-align: center;

    margin-top: 26px;
  }

  .footer-section li {
    list-style: none;

    text-align: center;
  }

  .footer-news.d-flex.align-items-center {
    text-align: center;
    justify-content: center;
  }

  .align-items-center {
    justify-content: center;
}


  .pb-h2{
    font-size: 30px;
  }

  .service-bg .service-title-wraper p {
    margin-top: -39px;

    padding-bottom: 20px;
  }

  .modalform {
    width: auto;
    margin: 20px;
    top: 20px;
    overflow-y: auto;
    max-height: 500px;
  }
  .modalFormClose {
    right: 0%;
    top: 0%;
  }

  .modalform .form-group-1 {
    margin-top: auto;
  }

  .modalform .btn-submit {
    padding: 7px 15px;
  }

  .bratecome-section {
    height: 300px;
  }

  .book-section .book-content .booking-form-inner .input {
    width: 100%;
  }

  .about-section {
    margin: 15px 0px;
  }

  .about-section h1 {
    text-align: center !important;

    font-size: 34px;
  }

  .feature-secction .akan {
    font-size: 25px;
    margin: 0px;
  }

  .feature-secction {
    padding: 0px 0px;
  }

  .feature-secction .single-feature {
    background: #c7d2c9;
    /* text-align: center; */
    padding: 0px 10px 15px;
    margin-bottom: 0px;
    border-radius: 5px;
    box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);
    /* height: 100%; */
  }

  .footer-section {
    padding-top: 20px;
  }

  .footer-section .icon {
    text-align: center;
  }

  .blog-detail-section .main-section .right-side h2 {
    padding-top: 20px;
  }

  .bratecome-section .contants {
    top: 8%;
  }

  .contants .phy {
    color: #fff;
    font-size: 30px;
  }

  .contants .inner-contant li {
    color: #fff;
    font-size: 13px;
  }

  .bratecome-section .contant .title h2 {
    font-size: 19px;
  }

  .bratecome-section .contant .inner-contant ul li {
    font-size: 15px;
  }

  .blog-section-box {
    padding: 30px 0px;
  }

  .blog-section-box .blog-box h2 {
    font-size: 25px;
  }

  .blog-section-box .blog-box p {
    text-align: justify !important;
  }

  .blog-section-box .blog-box h4 {
    text-align: justify !important;
  }

  .blog-section .blog-item .text-wraper {
    height: auto !important;
  }

  .book-section .book-content .booking-form-inner .form-control {
    width: 100% !important;
  }

  .hero-section .hero-slider .slider-content .button a {
    padding: 5px;

    font-size: 10px;
  }

  /* .hero-section .hero-slider .slider-content .button a:hover{

		background-color: #fff;

	} */

  .bratecome-section .button .left {
    left: 26%;
    position: absolute;
    top: 72%;
  }

  .hero-section .hero-slider {
    height: 165px !important;
  }

  .whatsapp-desktop {
    display: none;
  }

  .whatsapp-mobile {
    display: block;

    position: fixed;

    left: 13px;

    bottom: 22px;

    z-index: 11;
  }

  .whatsapp-mobile img {
    width: 50px;
  }

  .call-desktop {
    display: none;
  }

  .call-mobile {
    display: block;

    position: fixed;

    left: 20px;

    bottom: 80px;

    z-index: 11;
  }

  .call-mobile img {
    width: 40px;
  }

  .customerreview .box p {
    font-size: 15px;
  }

  .form-group-1 input {
    width: 100%;
  }

  .form-group-1 select {
    width: 100%;
  }

  .feature-title h2 {
    font-size: 27px;
  }

  .feature-secction .feature_box {
    padding: 5px;
  }

  .about-section .containt-wraper .list {
    top: 1px;
  }
  .about-section .feature_box {
    padding: 30px;
  }

  .contact-section .feature_box {
    padding: 20px;
  }

  .welcome_docmed_area .welcome_docmed_info {
    padding-left: 0px;
    padding-top: 30px;
  }

  .about-section .containt-wraper .about-title .cont {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 15px;
    text-align: justify;
  }

  .about-section .containt-wraper .image img {
    width: 100%;
    box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);
    height: 400px;
  }

  .about-section h3 {
    font-size: 25px;
    padding: 0px;
  }

  .about-section .content-img-2 {
    position: absolute;
    font-size: 10px;
    top: 90px;
    width: 80%;
    height: 70%;
    background-color: #dd9797;
    padding: 25px 15px;
    left: 30px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
  }

  .about-section .content-img {
    position: absolute;
    font-size: 11px;
    top: 100px;
    width: 80%;
    height: 69%;
    background-color: #dd9797;
    padding: 25px 15px;
    left: 31px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
  }

  .call-do-section .call-do-content .left-content .image img {
    margin-bottom: 27px;
  }

  .gastroenterology-section .contant .inner-contant ul li {
    font-size: 10px;
    text-align: justify;
    display: none;
  }

  .gastroenterology-section {
    height: 250px;
}

  .gastroenterology-section .button .left {
    position: absolute;
    top: 63%;
    left: 25%;
  }

  .about-section .containt-wraper h2 {
    font-size: 24px;
  }

  .row .about-title h2 {
    font-size: 25px;
  }

  .gastroenterology-section .contant .title h1 {
    font-size: 21px;
  }

  .diabetology-section .contant .inner-contant ul li {
    font-size: 13px;
    text-align: justify;
    display: none;
  }

  .diabetology-section {
    height: 250px;
}

  .diabetology-section .contant .title h1 {
    font-size: 27px;
  }

  .diabetology-section .button .left {
    position: absolute;
    top: 75%;
    left: 27%;
  }

  .Physician-section {
    background-image: url(../../image/best-physician-in-lucknow.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 175px;
}

  .Physician-section .button .left {
    position: absolute;
    top: 60%;
    left: 57%;
}

.Physician-section .button a {
  padding: 6px;
  background-color: #1a9092;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #1a9092;
  cursor: pointer;
  font-size: 12px;
}

  .hepatology-section .contant .inner-contant ul li {
    font-size: 12px;
    text-align: justify;
    display: none;
  }

  .hepatology-section {
    height: 250px;
}

  .hepatology-section .contant .title h1 {
    font-size: 29px;
  }

  .hepatology-section .button .left {
    position: absolute;
    top: 76%;
    left: 26%;
  }

  .bratecomes-section {
    height: 220px;
  }

  .bratecomes-section .contant .title h2 {
    font-size: 20px;
  }

  .bratecomes-section .contant {
    top: 23%;
    left: 33%;
    font-size: 16px;
  }

  .bratecomes-section .button .left {
    position: absolute;
    top: 60%;
    left: 5%;
  }

  .bratecomes-section .contant .inner-contant ul li {
    font-size: 10px;
  }

  .shivam-section {
    height: 230px;
  }

  .shivam-section .contant .title h2 {
    font-size: 22px;
  }

  .shivam-section .contant .inner-contant ul li {
    font-size: 12px;
  }

  .shivam-section .contant {
    top: 16%;
    left: 30%;
  }

  .shivam-section .button .left {
    position: absolute;
    top: 49%;
    left: 5%;
  }

  .about-section .akan {
    font-size: 23px;
    padding: 0px;
  }

  .circle .reduse .tab_nature {
    font-size: 12px;
    height: 55px;
    width: 260px;
    border: none;
    background-color: #3978be;
    margin: 3px;
    color: #fff;
    box-shadow: 0px 0px 10px #3978be;
    border-radius: 25px;
  }

  .circle .as {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #381b1b;
    padding-right: 0%;
  }

  .circle .left {
    width: 100%;
  }

  .circle .right {
    width: 100%;
  }

  .circle .ash {
    width: 100%;
    height: auto;
  }

  .circle .left figure img {
    width: 100%;
  }

  .circle .left.abh figure img {
    width: 100%;
  }

  .contant h1{
    font-size: 25px !important;
  }
}

/* ===========================BLOG-DETAIL PAGE START===========================  */

/* ===========================************===========================  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-section .main-section .text-detail .form .name input {
    margin: 10px 0px;

    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    margin: 10px 0px;

    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 100%;
  }

  .blog-section .blog-item .text-wraper {
    height: auto;
  }

  .blog-section .blog-item .image img {
    height: auto;
  }

  .feature-secction {
    padding: 15px;
  }

  .feature-secction .feature-title h1 {
    font-size: 35px;
  }

  .feature-secction .single-feature .feature-content h2 {
    font-size: 16px;
  }

  .feature-secction .single-feature .feature-content p {
    font-size: 9px;
  }

  .about-section {
    margin: 20px;
  }

  .about-section .containt-wraper h1 {
    text-align: center !important;
  }

  .about-section .containt-wraper .about-title {
    padding: 20px 0px;
  }

  .welcome_docmed_area .welcome_docmed_info {
    padding: 20px 0px;
  }

  .welcome_docmed_area .feature-title h3 {
    margin-bottom: 30px;

    font-size: 22px;
  }

  .service-bg {
    padding-top: 40px;
  }

  .hero-section .hero-slider {
    height: 350px;
  }

  .book-section .booking-form-row {
    margin-top: 20px;
  }

  .blog-detail-section .main-section .right-side h2 {
    padding: 20px 0px;
  }

  .book-section .book-content .booking-form-inner {
    padding: 20px 7px 20px 7px;
  }

  .menu-box .right-content .button {
    display: block;
  }

  .bratecome-section .contant {
    top: 4%;
  }

  .bratecome-section .button .left {
    position: absolute;
    top: 77%;
    left: 39%;
  }

  .bratecomes-section {
    height: 350px;
  }

  .bratecomes-section .contant .title h2 {
    font-size: 25px;
  }

  .bratecomes-section .contant {
    top: 28%;
    left: 24%;
  }

  .bratecomes-section .button .left {
    position: absolute;
    top: 51%;
    left: 11%;
  }

  .bratecomes-section .contant .inner-contant ul li {
    font-size: 16px;
  }

  .circle .as {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #381b1b;
    padding-right: 0%;
  }

  .shivam-section {
    height: 360px;
  }

  .shivam-section .contant .title h2 {
    font-size: 32px;
  }

  .shivam-section .contant .inner-contant ul li {
    font-size: 17px;
  }

  .shivam-section .contant {
    top: 30%;
    left: 21%;
  }

  .shivam-section .button .left {
    position: absolute;
    top: 54%;
    left: 9%;
  }

  .circle .reduse .tab_nature {
    font-size: 14px;
  }

  .circle .left {
    width: 100%;
  }

  .circle .right {
    width: 100%;
  }

  .circle .ash {
    width: 100%;
    height: auto;
  }

  .feature-secction .single-feature .feature-icon-thumb h3 {
    font-size: 16px;
  }

  .circle .left figure img {
    width: 100%;
  }

  .circle .left.abh figure img {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-detail-section .main-section .text-detail .form .name input {
    margin: 10px 0px;

    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    margin: 10px 0px;

    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .submit {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .blog-detail-section .main-section .text-detail .form .name input {
    margin: 10px 0px;

    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    margin: 10px 0px;

    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .submit {
    margin-bottom: 30px;
  }

  .go-top-btn-wraper {
    display: none;
  }

  /* .feature-secction.feature_box{
		padding: 10px;
	} */
}

/* ===========================BLOG-DETAIL PAGE end===========================  */

/* ===========================************===========================  */
