/*
Theme Name: diericianprya
Theme URI: http://example.com/diericianprya
Author: Saikat Kumar Das
Author URI: https://www.ecodertechnology.com
Description: A basic WordPress theme named diericianprya
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diericianprya
*/
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}



img {
    width: 100%;
}
a {
    text-decoration: none;
}


.form-check input:focus {
    box-shadow: none;
    border: 1px solid #cbcbcb;
}

.title {
    color: #111111;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.title span {
    color: #860204;
}



@keyframes myfirst {
    0% {
        width: 0%;
       
    }

    100% {
        width: 100%;
    }
}
.title span.no_border:after {
    display: none;
}
.des {
    color: #444444;
    font-size: 18px;
    line-height: 1.8;
}

.view_btn {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    color: #464646;
    font-weight: 600;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #212121;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}
.view_btn:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #212121;
    width: 0%;
    transition: all 0.1s ease-in-out;
    z-index: -1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.view_btn:hover:before {
    width: 100%;
}
.view_btn svg {
    margin-left: 7px;
}

.view_btn:hover {
    color: #fff;
}
.view_btn:hover svg path {
    fill: #fff;
}





.know_more {
    background: #81BF44;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 4px 6px;
    display: inline-block;
}
.know_more:hover {
    background: #6eb528;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 4px 6px;
    display: inline-block;
}
/* Global Css */

/* Header Sec */



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    background: #222;
    border-bottom: 1px solid #323232;
}

.sticky .theme-logo img {
    height: 55px;
    transition: 0.5s;
}
.menu-header .right_sec button.navbar-toggler {
    margin-left: 50px;
}
.menu-header .right_sec button.navbar-toggler:focus {
    box-shadow: none;
}

.heade_sec .top_heade {
    padding: 10px 0;
    background: #860204;
}
.heade_sec .top_heade .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heade_sec .top_heade .search_box input[type="text"]:focus-visible {
    outline: none;
}

.heade_sec .m_logo.logo {
    display: none;
}
.heade_sec .top_heade .search_box {
    width: 60%;
    flex: 0 0 60%;
    position: relative;
    margin-left: 40px;
}

.heade_sec .top_heade .search_box input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 6px 40px;
    font-size: 14px;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #E4E4E7;
    background: #F5F5F5;
    border-radius: 8px;
}

.heade_sec .top_heade .search_box svg {
    position: absolute;
    left: 12px;
    top: 16px;
}


.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
    padding: 18px 10px;
    text-decoration: none;
    list-style-type: none;
    background: #efefef;
    width: 100%;
    min-width: 260px;
    border-radius: 5px;
    margin-left: 0px;
}
.heade_sec .menu_nav .container .navbar-nav .dropdown-menu {
    padding: 20px 0;
    background: #fff;
    border: none;
    box-shadow: 0px 3px 10px 0 rgb(181 181 181 / 50%);
}

.heade_sec .menu_nav .container .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 9px 20px;
}

.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a {
    font-size: 14px;
    padding: 8px 35px !important;
    display: block;
    position: relative;
}
.heade_sec .menu_nav .container .navbar-nav .dropdown-menu li a:active {
    background: #e9ecef;
}

.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:before {
    content: "";
    position: absolute;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:hover {
    color: #000;
}



.heade_sec .top_heade .h_social {
    display: flex;
}

.heade_sec .top_heade .h_social a {
    margin-left: 15px;
    color: #fff;
}
.heade_sec .top_heade .h_social a:hover {
    color: #81BF44;
}
.heade_sec .top_heade .h_social a i {
    font-size: 18px;
}
.heade_sec .top_heade .l_contact {
    display: flex;
}
.heade_sec .top_heade .l_contact a {
    color: #fff;
    margin-right: 17px;
    display: flex;
    align-items: center;
}
.heade_sec .top_heade .l_contact a img {
    width: auto;
    height: 14px;
    margin-right: 6px;
}
/* .heade_sec .menu_nav .container .navbar-nav .dropdown-menu li:hover .sub_dropdown {
    display: block;
} */

/* Menu Nav */

.heade_sec {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.heade_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #eaeaea;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}

.heade_sec .menu_nav {
    background: #E6E8ED;
}
.heade_sec .menu_nav .container {
    justify-content: space-between;
}
.heade_sec .menu_nav .container .navbar-nav {
    justify-content: center;
    width: 100%;
}

.heade_sec .menu_nav .container .navbar-nav a {
    font-size: 16px;
    color: #222222;
    margin-left: 12px;
}
.heade_sec .menu_nav .container .navbar-nav a:hover, .heade_sec .menu_nav .container .navbar-nav a.active {
    color: #81BF44;
}
.heade_sec .menu_nav .container .navbar-nav a.contact_us {
    background: #81BF44;
    color: #fff;
    border-radius: 5px;
}
.heade_sec .menu_nav .container .navbar-nav a.contact_us:hover {
    background: #6eb528;
}
.heade_sec .menu_nav .container .nav_list {
    flex-grow: inherit;
}


/* Menu Nav */
/* Header Sec */

/****==== Home Page  ====****/

/* Banner Sec */
.banner_sec {
    align-items: center;
    margin-top: 130px;
    background-color: #860204;
    background-image: url(../diericianprya/assets/images/banner_photo.png);
    background-repeat: no-repeat;
    position: relative;
}
.banner_sec .banner_bg_photo_one {
    width: 22%;
    position: absolute;
    right: 0;
    top: 0;
}

.banner_sec .banner_bg_photo_two {
    width: 20%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.banner_sec .container {
    border-radius: 32px;
    padding: 0;
}

.banner_sec .container .banner_title {
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 56px;
    line-height: 84px;
    font-weight: 700;
}

.banner_sec .container .text_content {
    width: 100%;
    padding: 150px 0 150px 60%;
}

.banner_sec .container .text_content .sub_title {
    color: #fff;
    font-size: 20px;
}

.banner_sec .container .text_content .title {
    color: #fff;
    font-family: "Kotta One", serif;
    font-size: 64px;
    font-weight: 400;
}

.banner_sec .container .text_content .des {
    color: #fff;
    margin-bottom: 50px;
}

.banner_sec .container .text_content .consultation_btn {
    font-size: 18px;
    color: #860204;
    background: #fff;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
}
.banner_sec .container .text_content .consultation_btn:hover {
    background: #860204;
    color: #fff;
}


/* Banner Sec */


/* Service Sec */
.service_sec {
    padding: 160px 0 240px;
}
.service_sec .service_container .service_photo {
    height: 420px;
    overflow: hidden;
    border-radius: 175px 175px 0 0;
}

.service_sec .service_container .service_photo img {
    height: 420px;
    object-fit: cover;
}

.service_sec .text_content {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: -30px 10px 0;
    position: relative;
    text-align: center;
    padding: 30px 10px 0;
}

.service_sec .text_content .service_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    background: #ffffff;
    position: absolute;
    top: -40px;
    /* margin-top: -30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

.service_sec .text_content .service_icon img {
    width: 35px;
}

.service_sec .text_content .service_title {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}
.service_sec .text_content .know_more {
    position: relative;
    top: 12px;
    padding: 6px 16px;
}
/* Service Sec */

/* Experiene Sec */
.experiene_sec {
    background: url(../diericianprya/assets/images/experience_bg.png);
    position: relative;
}
.experiene_sec:before {
    content: "";
    background: url(../diericianprya/assets/images/experience_photo.png);
    top: 0;
    bottom: 0;
    width: 43%;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.experiene_sec .t_icon {
    width: 48%;
    margin: -10px auto 0;
    position: relative;
    top: -120px;
}

.experiene_sec .text_content {
    width: 60%;
    margin-left: auto;
    padding-bottom: 120px;
}

.experiene_sec .text_content .title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 1.5;
}

.experiene_sec .text_content .des {
    line-height: 1.9;
}
.experiene_sec .text_content .know_more {
    padding: 8px 10px;
    font-size: 18px;
    margin-top: 20px;
}
/* Experiene Sec */




/* Testmonila Sec */
.testimonials_sec {
    position: relative;
    padding: 120px 0 230px;
    background: url(../diericianprya/assets/images/testimonial_bg_photo.png);
    background-repeat: no-repeat;
    background-position: 6% 85%;
    background-size: 16%;
}
.testimonials_sec .container {
    display: flex;
    max-width: 100%;
    justify-content: space-around;
}

.testimonials_sec  .testimonials_slider_sec {
    width: 50%;
}
.testimonials_sec .title {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials_sec .testimonials_slider_sec .testimonials_slider {
    position: relative;
    padding: 0 40px;
}
.testimonials_sec .testimonials_slider_sec .testimonials_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    z-index: 1;
    border: none;
    background-image: url(../diericianprya/assets/images/slider_l_arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    width: 30px;
    overflow: hidden;
    text-indent: 30px;
    background-size: 70%;
    background-position: center;
    left: 0;
}
.testimonials_sec .testimonials_slider_sec .testimonials_slider .slick-next.slick-arrow {
    right: 0;
    background-image: url(../diericianprya/assets/images/slider_r_arrow.png);
    left: auto;
}
.testimonials_sec .testimonials_slider .testimonials_content {
    border-radius: 15px;
    overflow: hidden;
    height: 225px;
}
.testimonials_sec .testimonials_slider .testimonials_content .testimonial_video {
    height: 100%;
}
.testimonials_sec .testimonials_slider .testimonials_content iframe {
    height: 100%;
    width: 100%;
}
.testimonials_sec .testimonials_slider .testimonials_content .testimonial_photo {
    height: 200px;
    overflow: hidden;
}

.testimonials_sec .testimonials_slider .testimonials_content .testimonial_photo img {
    height: 200px;
    object-fit: cover;
}

.testimonials_sec .testimonials_slider .testimonials_content .text_content {
    background: #81BF44;
    padding: 15px;
}

.testimonials_sec .testimonials_slider .testimonials_content .text_content span {
    color: #fff;
}

.testimonials_sec .testimonials_slider_sec .slick-slide {
    margin: 0 15px;
}
.testimonials_sec .testimonials_slider_sec .testimonials_thumbail_slider {
    background: #fff;
    box-shadow: 0px 10px 13px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 10px 13px 0 rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 10px 13px 0 rgb(0 0 0 / 13%);
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
}

.testimonials_sec .testimonials_slider_sec .testimonials_thumbail_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    z-index: 1;
    border: none;
    background-image: url(../diericianprya/assets/images/slider_l_arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    width: 30px;
    overflow: hidden;
    text-indent: 30px;
    background-size: 40%;
    background-position: center;
    left: 2%;
}
.testimonials_sec .testimonials_slider_sec .testimonials_thumbail_slider .slick-next.slick-arrow {
    right: 2%;
    background-image: url(../diericianprya/assets/images/slider_r_arrow.png);
    left: auto;
}

.testimonials_sec .transformation_title {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.testimonials_sec:after {
    content: "";
    position: absolute;
    background: #81BF44;
    right: 0;
    top: 0;
    width: 20%;
    height: 56%;
}
.testimonials_sec .testimonials_photo {
    width: 30%;
    position: relative;
    z-index: 1;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Testmonila Sec */



/* Labtest Sec */
.lab_test_sec {
    padding: 0px 0;
    background: url(../diericianprya/assets/images/lab_test_bg_photo.png);
    background-repeat: no-repeat;
    background-position: 88% 78%;
    background-size: 20%;
}
.lab_test_sec .lab_slider  {
    position: relative;
    padding: 0 30px;
}

.lab_test_sec .lab_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    z-index: 1;
    border: none;
    background-image: url(../diericianprya/assets/images/slider_l_arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    width: 30px;
    overflow: hidden;
    text-indent: 30px;
    background-size: 70%;
    background-position: center;
    left: 0;
}

.lab_test_sec .lab_slider .slick-next.slick-arrow {
    right: 0;
    background-image: url(../diericianprya/assets/images/slider_r_arrow.png);
    left: auto;
}
.lab_test_sec .lab_slider  .slick-slide {
    margin: 0 20px;
}
.lab_test_sec .lab_slider .lab_test_content {
    height: 530px;
    overflow: hidden;
    border-radius: 175px;
    position: relative;
}

.lab_test_sec .lab_slider .lab_test_content img {
    height: 530px;
}

.lab_test_sec .lab_slider .lab_test_content .text_content {
    background: #81BF44;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lab_test_sec .lab_slider .lab_test_content .text_content span {
    width: 50%;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 21px;
}



.lab_test_sec .border_photo {
    margin-top: 110px;
}
/* Labtest Sec */


/* Weight Loss Sec */
.weight_loss_sec {
    text-align: center;
    padding: 120px 0;
}
.weight_loss_sec .t_journey_photo {
    width: 30%;
    margin-bottom: 40px;
}

.weight_loss_sec .title {
    font-size: 48px;
}

.weight_loss_sec .search_box_sec .search_box {
    display: inline-flex;
    justify-content: center;
    border: 1px solid #B5B5B5;
    border-radius: 55px;
    padding: 7px 22px;
    width: 55%;
    margin: 40px auto 20px;
}

.weight_loss_sec .search_box_sec .search_box .form_group {
    width: 100%;
}

.weight_loss_sec .search_box_sec .search_box .form_group input[type="text"] {
    width: 100%;
    border: none;
    line-height: 34px;
    font-size: 20px;
    color: #7D7D7D;
    font-weight: 400;
    padding-left: 25px;
    line-height: 39px;
}

.weight_loss_sec .search_box_sec .search_box .know_more {
    border-radius: 35px;
    padding: 5px 30px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 29px;
}
.weight_loss_sec .search_box_sec .tag_sec {
    width: 60%;
    margin: auto;
}

.weight_loss_sec .search_box_sec .tag_sec a {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    text-transform: capitalize;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 35px;
    margin: 10px 8px;
}
.weight_loss_sec .search_box_sec .tag_sec a:hover {
    border: 1px solid #81BF44;
    background: #81BF44;
    color: #fff;
 
}

/* Weight Loss Sec */


/* Youtobe Sec */
.youtube_sec {
    background: url(../diericianprya/assets/images/youtube_bg2.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    padding: 160px 0;
    background-size: 14%;
}
.youtube_sec .container {
    position: relative;
}
.youtube_sec .youtube_bg1 {
    width: 24%;
    margin: auto;
    position: absolute;
    top: -64px;
    left: -9%;
}
.youtube_sec .title {
    text-align: center;
    margin-bottom: 60px;
}

.youtube_sec .video_slider .slick-slide {
    margin: 0 15px;
}

.youtube_sec .video_slider .slick-slide .video_grid {
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
}
.youtube_sec .video_slider .slick-slide .video_grid iframe {
    height: 100%;
    width: 100%;
}
.youtube_sec .video_slider {
    position: relative;
    padding: 0 30px;
}
.youtube_sec .video_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    z-index: 1;
    border: none;
    background-image: url(../diericianprya/assets/images/slider_l_arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    width: 30px;
    overflow: hidden;
    text-indent: 30px;
    background-size: 70%;
    background-position: center;
    left: 0;
}

.youtube_sec .video_slider  .slick-next.slick-arrow {
    right: 0;
    background-image: url(../diericianprya/assets/images/slider_r_arrow.png);
    left: auto;
}
/* Youtobe Sec */



/* Register Sec */
.register_sec {
    background: url(../diericianprya/assets/images/register_bg.png);
    position: relative;
    padding: 100px 0;
    background-size: cover;
}
.register_sec:before {
    content: "";
    position: absolute;
    background: url(../diericianprya/assets/images/register_photo.png);
    position: absolute;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    background-position: top;
    top: 0;
}
.register_sec .register_contain {
    text-align: center;
    width: 58%;
    margin: auto;
}

.register_sec .register_contain .des {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 44px;
}

.register_sec .register_contain .des span {
    display: block;
    color: #860204;
    line-height: 40px;
    margin-top: 10px;
}

.register_sec .register_contain .name {
    font-family: "Kotta One", serif;
    font-size: 64px;
    font-weight: 400;
    color: #111;
    margin-bottom: 30px;
}

.register_sec .register_contain .know_more {
    font-size: 20px;
    padding: 11px 20px;
}

/* Register Sec */



/* Special Program Sec */

.special_program_sec {
    background: url(../diericianprya/assets/images/program_bg.png);
    background-repeat: no-repeat;
    padding: 70px 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.special_program_sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special_program_sec .container .program_photo_sec {
    position: relative;
}

.special_program_sec .container .program_photo_sec .program_photo_one {
    width: 87%;
    margin-left: auto;
}

.special_program_sec .container .program_photo_sec  .program_photo_two {
    position: absolute;
    width: 44%;
    bottom: 70px;
    left: -8%;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.special_program_sec .text_content .title {
    margin-bottom: 20px;
}

.special_program_sec .text_content .program_list {
    padding: 0 0 30px;
    margin: 0;
}

.special_program_sec .text_content .program_list li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
}

.special_program_sec .text_content .program_list li:before {
    background: #81BF44;
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.special_program_sec .text_content .des {
    font-size: 20px;
}

.special_program_sec .text_content .know_more {
    font-size: 18px;
    padding: 10px 35px;
}
/* Special Program Sec */






.latest_product_sec.top_product {
    margin-top: 150px;
}


/* Faq Sec */
.faq_sec {
    padding: 120px 0 120px;
    overflow: hidden;
    background: url(../diericianprya/assets/images/faq_photo2.png);
    background-repeat: no-repeat;
    background-position: 97% bottom;
    background-size: 11%;
}

.faq_sec .faq_photo2 {
    width: 20%;
    float: right;
}
.faq_sec .t_journey_photo {
    width: 13%;
    margin: auto;
    display: block;
}
.faq_sec .title {
    text-align: center;
    margin: 20px auto 60px;
}

.faq_sec .accordion-button {
    font-weight: 600;
    color: #000;
}
.faq_sec .accordion.faq .accordion-item .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-icon);
}

.faq_sec .accordion.faq .accordion-item {
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 4px 8px 0 rgb(191 191 191 / 50%);
    -moz-box-shadow: 0px 4px 8px 0 rgb(191 191 191 / 50%);
    -webkit-box-shadow: 0px 4px 8px 0 rgb(191 191 191 / 50%);
}

.faq_sec .accordion.faq .accordion-item .accordion-button:not(.collapsed) {
    background: none;
    /* border: cadetblue; */
    color: #81bf44;
    box-shadow: none;
}
.faq_sec .accordion.faq .accordion-item button:focus {
    box-shadow: none;
}
/* Faq Sec *

/****==== End Home Page  ====****/
/****==== Plan Page  ====****/
.program_plan_page {
    margin-top: 110px;
}

.program_plan_page .program_plan_banner {
    background-image: url(../diericianprya/assets/images/plan_banner.png);
    position: relative;
    background-repeat: no-repeat;
}
.program_plan_page .program_plan_banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(79deg, rgba(163, 17, 17, 1) 55%, rgb(255 250 214 / 0%) 100%);
}

.program_plan_page .plan_sec .container_wrapper {
    display: flex;
}


.program_plan_page .program_plan_banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(79deg, rgba(163, 17, 17, 1) 55%, rgb(255 250 214 / 0%) 100%);
}

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

.program_plan_page .title {
    color: #fff;
    padding: 80px 0;
    font-size: 38px;
}

.program_plan_page .plan_sec .container_wrapper .text_content {
    padding: 40px 50px 0;
}


.program_plan_page .plan_sec .container_wrapper .text_content .title {
    color: #111;
    padding: 0;
    margin-bottom: 30px;
}

.program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 88%;
}

.program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list .plan_price {
    border: 1px solid #ADADAD;
    padding: 6px 14px;
    border-radius: 35px;
    margin: 0 0 18px;
    width: 49%;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list .plan_price .know_more {
    margin-left: auto;
    float: right;
}
.program_plan_page .plan_sec .container_wrapper .plan_photo {
    width: 50%;
    flex: 0 0 50%;
    height: 470px;
    overflow: hidden;
}
.program_plan_page .plan_sec .container_wrapper .plan_photo img {
    height: 470px;
    object-fit: cover;
}
.program_plan_page .plan_sec.guidance {
    padding-top: 40px;
}
.program_plan_page .plan_sec.guidance .container_wrapper {
    flex-direction: row-reverse;
}
.program_plan_page .plan_sec.guidance .plan_price_list {
    flex-direction: column;
}
.program_plan_page .plan_sec.guidance .container_wrapper .text_content .plan_price_list .plan_price {
    width: 64%;
    flex: 48%;
}



/****==== Plan Page  ====****/


/****==== Location Page  ====****/

.program_plan_page.location_page .loacation_video {
    padding-top: 100px;
}

.program_plan_page.location_page .loacation_video .container {
    max-width: 1000px;
    border-radius: 15px;
    overflow: hidden;
}

.program_plan_page.location_page .loacation_video .container iframe {
    height: 550px;
}
.program_plan_page.location_page .location_address {
    text-align: center;
    margin: 50px auto 120px;
}

.program_plan_page.location_page .location_address .title {
    color: #111;
    padding: 0;
}
.program_plan_page.location_page .location_address .location {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto 10px;
}

.program_plan_page.location_page .location_address .location .des {
    color: #111;
    margin: 0 7px;
}

.program_plan_page.location_page .location_address .location .des i {
    margin-right: 5px;
}

.program_plan_page.location_page .location_address .des {
    margin: 0;
    color: #111;
}

.program_plan_page.location_page .location_address .des i {
    margin-right: 12px;
}

.program_plan_page.location_page .location_address .office {
    display: inline-block;
    margin: 18px auto 0;
    font-weight: 600;
    text-transform: capitalize;
}

.why_choose_sec {
    background-color: #58941D;
    background-image: url(../diericianprya/assets/images/whychoose_photo2.png);
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}
.why_choose_sec:after {
    content: "";
    background: url(../diericianprya/assets/images/whychoose_bg2.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 40%;
    /* z-index: 10; */
    background-repeat: no-repeat;
    background-position: right 140%;
    background-size: 70%;
}
.why_choose_sec .text_content {
    padding-left: 44%;
}

.why_choose_sec .text_content .title {
    padding: 0 0 40px;
    line-height: 62px;
}

.why_choose_sec .text_content .clinics_list {
    color: #fff;
    list-style-type: none;
    padding: 0;
}

.why_choose_sec .text_content .clinics_list li {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: start;
}

.why_choose_sec .text_content .clinics_list li span {
    background: #fff;
    width: 54px;
    flex: 0 0 54px;
    display: inline-block;
    float: left;
    height: 54px;
    color: #58941d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 6px;
}
.program_plan_page .weight_loss_sec .title {
    color: #000;
    padding-bottom: 40px;
    padding-top: 10px;
}
.program_plan_page.location_page .weight_loss_sec {
    padding: 120px 0 140px;
    background: url(../diericianprya/assets/images/lab_test_bg_photo.png);
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: 13%;
}
.info_contact {
    margin-bottom: 60px;
}
.info_contact .info_contact_content {
    text-align: center;
    background: #81BF44;
    padding: 24px 30px;
    border-radius: 13px;
    overflow: hidden;
}


.info_contact .container {
    max-width: 48%;
}
.info_contact .info_contact_content .des {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
}

.info_contact .info_contact_content  .phone_no_sec {
    display: inline-block;
}

.info_contact .info_contact_content .phone_no_sec a {
    background: #5BAA0C;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    margin: 0 10px;
}
.info_contact .info_contact_content .phone_no_sec a:hover {
    background: #6eb528;
}

.info_contact .info_contact_content .phone_no_sec a i {
    font-size: 13px;
    margin-right: 8px;
}
/****==== Location Page  ====****/

/****==== About Page  ====****/
.about_content .about_container_sec {
    display: flex;
    flex-wrap: wrap;
    margin: 120px auto 0;
}

.about_content .about_container_sec .about_photo {
    width: 35%;
    flex: 0 0 35%;
    height: 460px;
    overflow: hidden;
    border-radius: 15px;
    margin-right: 40px;
}

.about_content .about_container_sec .about_photo img {
    height: 100%;
    object-fit: contain;
}

.about_content .about_container_sec .text_content {
    width: 60%;
}

.about_content .about_container_sec .text_content .title {
    color: #111;
    padding: 00;
    font-size: 34px;
    margin-bottom: 20px;
}

.about_content .about_container_sec .text_content  .des.clinical_des {
    color: #a31111;
    font-weight: 700;
    font-size: 24px;
}

.about_content .about_container_sec:nth-child(2n + 2) {
    flex-direction: row-reverse;
}
.about_content .about_container_sec:nth-child(2n + 2) .about_photo {
    margin-right: 0;
    margin-left: 60px;
}
.special_program .container {
    display: flex;
    justify-content: center;
    margin: 110px auto 80px;
}
.special_program .container .about_photo {
    height: 270px;
    overflow: hidden;
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
}
.special_program .title {
    padding: 0;
    color: #111;
    font-size: 28px;
    margin-bottom: 20px;
}
.special_program .container .text_content {
    margin-right: 50px;
}
.special_program .container .about_photo img {
    height: 100%;
    object-fit: cover;
}
.special_program .container .text_content .program_list {
    margin: 0;
}
.special_program .container .text_content .program_list li {
    margin-bottom: 10px;
    font-size: 16px;
}
.program_project_sec {
    background: #860204;
    padding: 40px 0;
    margin: 110px auto 0;
}
.program_project_sec .program_grid .counts {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 34px;
}
.program_project_sec .program_grid  .des {
    color: #fff;
    margin-bottom: 0;
}
.program_project_sec .program_grid {
    display: flex;
    align-items: center;
}
.program_project_sec .program_grid .icon {
    background: #860204;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 15px;
}
.program_project_sec .program_grid .icon i {
    font-size: 24px;
    color: #fff;
}
/****==== About Page  ====****/

/****==== Contact Page  ====****/
.program_plan_page .program_plan_banner.contact_banner {
    background-image: url(../diericianprya/assets/images/contact_bg_banner.png);
    background-position: center right;
    background-color: #a31111;
    background-size: 19%;
}
.contact_address_sec {
    margin-top: 80px;
}

.contact_address_sec .title {
    color: #000;
    text-align: center;
    padding: 0 0 60px;
}

.contact_address_sec .message {
    text-align: center;
    color: #a31111;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 30px;
}

.contact_address_sec .address_info .address_title {
    font-size: 24px;
    color: #000;
    margin-bottom: 23px;
    font-weight: 600;
}

.contact_address_sec .address_info .des {
    display: flex;
    color: #111;
}

.contact_address_sec .address_info .des i {
    margin-top: 9px;
    margin-right: 13px;
}

.contact_address_sec  .addresslocation_map {
    height: 260px;
}

.contact_address_sec .addresslocation_map iframe {
    height: 100%;
}

.social_network {
    text-align: center;
    background: #81BF44;
    box-shadow: 0 0pc 10px 0 rgb(175 175 175 / 50%);
    -moz-box-shadow: 0 0pc 10px 0 rgb(175 175 175 / 50%);
    -webkit-box-shadow: 0 0pc 10px 0 rgb(175 175 175 / 50%);
    margin: 40px auto 60px;
    width: 50%;
    padding: 20px;
    border-radius: 11px;
}

.social_network .title {
    margin-bottom: 0;
    padding-bottom: 18px;
    font-size: 30px;
    color: #fff;
}
.social_network .network_list a {
    color: #fff;
    margin: 0 7px;
    font-size: 27px;
}
.social_network .network_list a:hover {
    color: #2c5800;
}
/****==== Contact Page  ====****/

/****==== Service Page  ====****/
.program_plan_page.services_page {
    margin-top: 120px;
}

.program_plan_page.services_page .service_sec {
    padding: 0 0;
}

.program_plan_page.services_page .service_sec .title {
    color: #111;
    padding: 0;
}

.program_plan_page.services_page .service_content {
    margin: 120px auto;
}
.program_plan_page.services_page .service_content .service_container_sec {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program_plan_page.services_page .service_content .service_container_sec .about_photo {
    width: 30%;
    height: 630px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin-right: 30px;
    border-radius: 365px;
    margin: 0 30px 0;
}

.program_plan_page.services_page .service_content .service_container_sec .about_photo img {
    height: 100%;
    object-fit: cover;
}

.program_plan_page.services_page .service_content .service_container_sec .text_content {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.program_plan_page.services_page .service_content .service_container_sec .text_content .service_list {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.program_plan_page.services_page .service_content .service_container_sec .text_content .service_list li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #222;
}

.program_plan_page.services_page .service_content .service_container_sec .text_content .service_list li i {
    margin-right: 13px;
    font-size: 14px;
}
/****==== Service Page  ====****/



.program_plan_page .recipes_sec:nth-child(2n-1) {
    background-color: #f9f9f9;
    background-image: url(../diericianprya/assets/images/program_bg.png);
}


/****====  Work Ethics Page  ====****/
.special_program_sec.work_ethics_sec {
    background-size: cover;
}
.special_program_sec.work_ethics_sec .title {
    padding: 0;
}
.special_program_sec.work_ethics_sec .container {
    max-width: 1000px;
    align-items: self-start;
}
/****====  Work Ethics Page  ====****/


/****====  Recipes Details Page  ====****/
.program_plan_page.recipes_details_page .about_content {
    background: url(../diericianprya/assets/images/youtube_bg2.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.program_plan_page.recipes_details_page .program_plan_banner.recipes_details_banner {
    background-image: url(../diericianprya/assets/images/recipes_details_banner.jpg);
    background-position: center right;
}
.program_plan_page.recipes_details_page .about_container_sec.method_sec {
    margin-bottom: 120px;
}


/****====  Recipes Details Page  ====****/

/****====  Packages Page  ====****/
.packages_content {
    padding: 120px 0;
}
.packages_content .plan_content {
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
}

.packages_content .plan_content .top_sec {
    background: #a31111;
    text-align: center;
    /* position: absolute; */
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 101%;
    padding: 10px;
}
.packages_content .plan_content .top_sec .price_content {
    background: #b62626;
    padding: 14px;
    margin: 16px auto 0;
    border-radius: 11px;
}

.packages_content .plan_content .top_sec .title {
    padding: 0;
    font-size: 24px;
    display: flex;
    flex-direction: column;
}

.packages_content .plan_content .top_sec .title span {
    display: inline-flex;
    background: #fff;
    width: 40%;
    margin: 10px auto 0;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    padding: 4px;
    border-radius: 5px;
}
.packages_content .plan_content .top_sec .price_sec .price_content .price {
    color: #fff;
    font-size: 16px;
}

.packages_content .plan_content .top_sec .price_sec .price_content .price span {
    display: block;
}

.packages_content .plan_content .top_sec .price_sec .price_content .price span {
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
}
.packages_content .plan_content {
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
    border-radius: 13px;
    overflow: hidden;
    height: 100%;
}
.packages_content .plan_content.budget_plan .top_sec .title span {
    width: 80%;
    padding: 10px 10px;
    line-height: 23px;
}
.packages_content .plan_content .details_list {
    padding: 0 0;
    margin: 0 0;
    text-align: center;
}

.packages_content .plan_content .details_list li {
    list-style-type: none;
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
}
.packages_content .plan_content .details_list li:nth-child(2n-2) {
    background: #eaeaea;
}

.packages_content .plan_content .details_list li i.fas.fa-times {
    color: #f00;
}
.packages_content .plan_content .details_list li i.fas.fa-check {
    color: #179602;
}

.packages_content .plan_content .details_list li span {
    font-size: 17px;
    font-weight: 700;
}

.packages_content .plan_content .details_list li i {
    margin-left: 6px;
}

.packages_content .plan_content .details_list li:nth-child(2) {
    background: #eaeaea;
}
.packages_content .plan_content .know_more {
    margin: 0 auto 10px;
    padding: 6px 16px;
}
.packages_content .plan_content .btn_sec {
    margin: 18px auto;
}
.packages_content .plan_content.one_month .top_sec {
    background: #133dab;
}
.packages_content .plan_content.one_month .top_sec .title span {
    color: #133dab;
}
.packages_content .plan_content.one_month .top_sec .price_sec .price_content {
    background: #2050ce;
}
.packages_content .plan_content.three_month .top_sec {
    background: #77c609db;
}
.packages_content .plan_content.three_month .top_sec .title span {
    color: #77c609db;
}
.packages_content .plan_content.three_month .top_sec .price_sec .price_content {
    background: #6ba916;
}

.packages_content .plan_content.six_month .top_sec {
    background: #a38611;
} 
.packages_content .plan_content.six_month .top_sec .title span {
    color: #a38611;
}
.packages_content .plan_content.six_month .top_sec .price_sec .price_content {
    background: #c4a424;
}


.packages_content .plan_content.budget_plan .top_sec {
    background: #6011a3;
} 
.packages_content .plan_content.budget_plan .top_sec .title span {
    color: #6011a3;
}
.packages_content .plan_content.budget_plan .top_sec .price_sec .price_content {
    background: #861ede;
}
.packages_content .plan_content.budget_plan.friendly_plan .top_sec {
    background: #109e6b;
}
.packages_content .plan_content.budget_plan.friendly_plan .top_sec .title span {
    color: #109e6b;
}
.packages_content .plan_content.budget_plan.friendly_plan .top_sec .price_sec .price_content {
    background: #0f8c5f;
}
/****====  Packages Page  ====****/

.whatsapp_icon {
    width: 70px;
    display: block;
    position: fixed;
    bottom: 20%;
    right: 7%;
}










.footer_sec {
    background-color: #1A1A1A;
    background-image: url(../diericianprya/assets/images/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.footer_sec .footer_top {
    padding: 80px 0;
}
.footer_sec .f_about {
    padding-right: 80px;
}

.footer_sec .f_about .f_logo {
    display: block;
    width: 180px;
}
.footer_sec .f_about .des {
    color: #A1A1A1;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.footer_sec .f_about .f_social_content .f_social {
    display: flex;
}

.footer_sec .f_about .f_social_content .f_social a {
    width: 48px;
    margin-right: 20px;
    background: #3C3C3C;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_sec .f_about .f_social_content .f_social a img {
    width: 30px;
}


.footer_sec .f_link .f_title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer_sec .f_link .f_nav_list {
    padding: 0;
}
.footer_sec .f_link .f_nav_list li {
    margin-bottom: 14px;
}

.footer_sec .f_link .f_nav_list a {
    color: #aeaeaf;
    font-size: 14px;
    font-weight: 300;
    font-weight: 600;
}
.footer_sec .f_about .f_social_content .f_social a img.icon_hover {
    display: none;
}

.footer_sec .f_about .f_social_content .f_social a:hover {
    background: #fff;
}
.footer_sec .f_about .f_social_content .f_social a:hover img {
       display:none;
}
.footer_sec .f_about .f_social_content .f_social a:hover img.icon_hover {
       display:block;
}
.footer_sec .f_link .f_nav_list a:hover {
    color: #fff;
}
.f_link .f_address .address {
    display: flex;
    align-items: self-start;
}

.f_link .f_address .address img {
    width: 18px;
    flex: 0 0 18px;
    margin-right: 27px;
    margin-top: 4px;
}

.f_link .f_address .address span {
    color: #fff;
    font-size: 20px;
}


.f_address a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
    font-weight: 300;
}

.f_address a img {
    width: 19px;
    margin-right: 20px;
}


.footer_sec .f_bottom .des {
    margin: 0;
    text-align: center;
    color: #A1A1A1;
    font-weight: 300;
    font-size: 14px;
}



.footer_sec .f_bottom .f_bottom_menu {
    padding: 0 0 40px;
    display: flex;
    margin: 0 0 40px;
    justify-content: center;
    border-bottom: 1px solid #3a3a3a;
}

.footer_sec .f_bottom .f_bottom_menu li  a {
    color: #fff;
    margin: 0 22px;
    font-size: 18px;
}


/* Footer New Css */

.footer_sec {
    background-color: #1A1A1A;
    padding: 120px 0 0;
}
.footer_sec .about_sec .f_logo {
    display: block;
    width: 140px;
    margin-bottom: 20px;
}

.footer_sec .about_sec  .des {
    color: #DFEAFF;
    font-size: 16px;
    line-height: 27px;
}
.footer_sec  .f_title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 700;
}

.footer_sec  .f_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer_sec .f_list li a {
    color: #fff;
}

.footer_sec .f_list li {
    margin-bottom: 12px;
}

.footer_sec .f_list li a:hover {
    color: #81bf44;
}

.footer_sec  .des {
    color: #fff;
    margin-bottom: 2px;
}
.footer_sec .des a {
    color: #fff;
}
.footer_sec .des a:hover {
    color: #81bf44;
}

.footer_sec .f_list li a i {
    margin-right: 12px;
}
.footer_sec .f_timings_sec {
    padding-right: 50px;
}


.footer_new .footer_copyright {
    margin-top: 12px;
}
.footer_new .footer_copyright p {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    font-style: italic;
    margin: 0;
}

.footer_sec .f_social_sec {
    margin-top: 20px;
}

.footer_sec .f_social_sec .f_social_sec {
    margin-top: 0;
}

.footer_sec .f_social_sec .f_title {
    margin-bottom: 14px;
    font-size: 20px;
}

.footer_sec .f_social_sec .f_social_sec a {
    color: #fff;
    margin-right: 9px;
    font-size: 17px;
}

.footer_sec .f_social_sec .f_social_sec a:hover {
    color: #81bf44;
}

.footer_sec .footer_bottom {
    background: #0C0C0C;
    text-align: center;
    padding: 12px 0;
    margin-top: 70px;
}
.footer_sec .footer_bottom .des {
    font-size: 16px;
    margin: 0;
}
/* Footer New Css */



/*=============== Start Responsive css ===============*/

 
/* 1800px */
@media screen and (max-width: 1800px) {

    .banner_sec {
        margin-top: 119px;
    }

    .special_program_sec .container {
        max-width: 1100px;
    }
    .special_program_sec .container .program_photo_sec .program_photo_one {
        width: 68%;
    }
    .special_program_sec .container {
        max-width: 1100px;
    }

    /****==== Program Plan Page  ====****/
    .program_plan_page .plan_sec .container_wrapper .plan_photo {
        width: 46%;
        flex: 0 0 46%;
    }
    .program_plan_page .plan_sec .container_wrapper .plan_photo {
        width: 43%;
        flex: 0 0 43%;
    }
    /****==== Program Plan Page  ====****/

    /****==== Work Ethics Page  ====****/

   .special_program_sec.work_ethics_sec {
        background-size: 150%;
        background-position: center;
    }
    /****==== Work Ethics Page  ====****/

    /****==== Contact Page  ====****/
    .program_plan_page .program_plan_banner.contact_banner {
        background-size: contain;
    }
    .program_plan_page .contact_address_sec .title {
        padding-bottom: 30px;
    }
     /****==== Contact Page  ====****/

   
   
   
}


/* 1600px */
@media screen and (max-width: 1600px) {


    .container {
        max-width: 1200px;
    }
    .title {
        font-size: 24px;
    }
    /****==== Home Page  ====****/
    .banner_sec {
        background-position: -70% center;
    }
    .banner_sec .container .text_content {
        padding: 80px 0 80px 52%;
    }
    .banner_sec .container .text_content .title {
        font-size: 54px;
    }
    .banner_sec .container .text_content .des {
        margin-bottom: 30px;
    }
    .banner_sec .container .text_content .consultation_btn {
        font-size: 16px;
        padding: 10px 13px;
    }
    .service_sec .service_container .service_photo {
        height: 340px;
    }
    .service_sec .service_container .service_photo img {
        height: 340px;
    }
    .service_sec .text_content .service_title {
        font-size: 18px;
    }
    .service_sec .text_content .service_icon {
        width: 60px;
        height: 60px;
        top: -30px;
    }
    .service_sec .text_content .service_icon img {
        width: 25px;
    }
    .experiene_sec:before {
        width: 40%;
        background-size: 100%;
        background-position: center;
    }
    .experiene_sec .t_icon {
        width: 38%;
        top: -90px;
    }
    .experiene_sec .text_content .title {
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 1.4;
    }
    .experiene_sec .text_content .know_more {
        padding: 7px 10px;
        font-size: 16px;
        margin-top: 10px;
    }
    .experiene_sec:before {
        width: 40%;
        background-size: cover;
    }
    .testimonials_sec .testimonials_slider .testimonials_content {
        border-radius: 15px;
        overflow: hidden;
        height: 160px;
    }
    .lab_test_sec .lab_slider .lab_test_content {
        height: 450px;
    }
    .lab_test_sec .lab_slider .lab_test_content img {
        height: 370px;
    }
    .youtube_sec {
        padding: 120px 0;
    }
    .special_program_sec .container {
        max-width: 970px;
    }
    .special_program_sec .container .program_photo_sec  .program_photo_two {
        width: 34%;
        bottom: 70px;
        left: 5%;
    }
    .testimonials_sec {
        padding: 100px 0 100px;
    }
    
    .faq_sec {
        padding: 80px 0 100px;
    }
    .footer_sec {
        padding: 90px 0 0;
    }
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .about_content .about_container_sec .text_content {
        width: 59%;
    }
    .program_plan_page  .about_content .about_container_sec {
        margin: 60px auto 0;
    }
  
    /****==== About Page  ====****/

    /****==== Location Page  ====****/
    .why_choose_sec {
        padding: 40px 0;
        background-position: -50% 0px;
    }
    .why_choose_sec .text_content {
        padding-left: 34%;
    }
    .program_plan_page.location_page .weight_loss_sec {
        padding: 80px 0 80px;
        background-position: 80% bottom;
        background-size: 13%;
    }
    
    /****==== Location Page  ====****/

    /****==== Program Plan Page  ====****/
    .program_plan_page .plan_sec .container_wrapper .plan_photo {
        width: 35%;
        flex: 0 0 35%;
    }
    /****==== Program Plan Page  ====****/

    /****==== Work Ethics Page  ====****/
     .special_program_sec.work_ethics_sec {
        background-size: cover;
    }
    /****==== Work Ethics Page  ====****/

    

    .whatsapp_icon {
        width: 50px;
        bottom: 10%;
        right: 7%;
    }


    
}


/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 1100px;
    }
    .title {
        font-size: 22px;
    }
    .view_btn {
        padding: 6px 8px;
    }
    /****==== Home Page  ====****/
    .container {
        max-width: 900px;
    }
    .banner_sec {
        background-position: -220% 0;
        background-size: 86%;
    }
    .banner_sec .container .text_content {
        padding: 40px 0 60px 50%;
    }
    .service_sec {
        padding: 90px 0 170px;
    }
    .service_sec .service_container .service_photo {
        height: 330px;
    }
    .service_sec .service_container .service_photo img {
        height: 260px;
    }
    .service_sec .text_content .service_title {
        font-size: 16px;
        width: 70%;
        margin: auto;
        line-height: 21px;
    }
    .service_sec .text_content {
        margin: -110px 10px 0;
        padding: 30px 10px 0;
    }
    .experiene_sec .text_content .title {
        font-size: 30px;
    }
    .experiene_sec .text_content {
        padding-bottom: 30px;
    }
    .testimonials_sec {
        padding: 120px 0 140px;
    }
    .testimonials_sec .testimonials_slider .testimonials_content {
        height: 130px;
    }
    .lab_test_sec .lab_slider .lab_test_content {
        height: 360px;
    }
    .lab_test_sec .lab_slider .lab_test_content img {
        height: 280px;
    }
    .lab_test_sec .lab_slider .lab_test_content .text_content {
        height: 90px;
    }
    .lab_test_sec .lab_slider .lab_test_content .text_content span {
        width: 70%;
        font-size: 14px;
        line-height: 21px;
    }
    .youtube_sec .video_slider .slick-slide .video_grid {
        height: 145px;
    }
    .special_program_sec {
        padding: 70px 0 50px;
    }
    .special_program_sec .container {
        max-width: 760px;
    }
    .testimonials_sec .transformation_title {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .testimonials_sec .testimonials_slider .testimonials_content {
        height: 98px;
    }
    .lab_test_sec .lab_slider .lab_test_content {
        height: 290px;
    }
    .lab_test_sec .lab_slider .lab_test_content img {
        height: 220px;
    }
    .lab_test_sec .lab_slider .lab_test_content .text_content {
        height: 70px;
    }
    .weight_loss_sec {
        padding: 70px 0;
    }
    .weight_loss_sec .title {
        font-size: 28px;
    }
    .register_sec {
        padding: 67px 0;
    }
    .register_sec .register_contain .des {
        font-size: 23px;
        line-height: 31px;
    }
    .register_sec .register_contain .name {
        font-size: 46px;
        margin-bottom: 10px;
    }
    .register_sec:before {
        width: 29%;
        background-position: 0 top;
    }
    .special_program_sec {
        padding: 70px 0 50px;
        background-size: cover;
    }
   
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .program_plan_page .program_plan_banner {
        background-position: 80% center;
    }
    .about_content .about_container_sec .text_content {
        width: 58%;
    }
    .program_project_sec {
        margin: 40px auto 0;
    }
    .special_program .container {
        margin: 80px auto 80px;
    }
    /****==== About Page  ====****/

    /****==== Service Page  ====****/
    .program_plan_page.services_page .service_content {
        margin: 80px auto;
    }
    .program_plan_page.services_page .service_content .service_container_sec .about_photo {
        width: 44%;
        height: 630px;
    }
    .program_plan_page.services_page .service_content .container {
        max-width: 86%;
    }
    /****==== Service Page  ====****/

    /****==== Location Page  ====****/
    .program_plan_page.location_page .loacation_video {
        padding-top: 80px;
    }
    .program_plan_page.location_page .loacation_video .container {
        max-width: 820px;
    }

    .program_plan_page.location_page .loacation_video .container iframe {
        height: 440px;
    }
    .program_plan_page.location_page .location_address {
        text-align: center;
        margin: 50px auto 80px;
    }
    /****==== Location Page  ====****/

    /****==== Program Plan Page  ====****/
    .program_plan_page .plan_sec .container_wrapper .plan_photo {
        width: 25%;
        flex: 0 0 25%;
    }
    /****==== Program Plan Page  ====****/

    /****==== Recipes Details Page  ====****/
    .program_plan_page.recipes_details_page .about_content .container {
        max-width: 96%;
    }
    .program_plan_page.recipes_details_page .about_content .about_container_sec .text_content  .des.clinical_des {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .program_plan_page.recipes_details_page .about_container_sec.method_sec .title {
        font-size: 30px;
    }
    /****==== Recipes Details Page  ====****/

    /****==== Packages Page  ====****/
    .packages_content .container {
        max-width: 1100px;
    }
    /****==== Packages Page  ====****/

  
   
}


/* 1200px */
@media screen and (max-width: 1200px) {

    .container {
        max-width: 900px;
    }
    .title {
        font-size: 20px;
    }
    /****==== Home Page  ====****/
    .banner_sec .container .text_content {
        padding: 40px 0 60px 50%;
    }
    .banner_sec .container .text_content .title {
        font-size: 38px;
    }
    .banner_sec .container .text_content .des {
        margin-bottom: 23px;
        line-height: 26px;
    }
    .banner_sec .container .text_content .consultation_btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    /****==== Home Page  ====****/

    /****==== Location Page  ====****/
    .program_plan_page.location_page .why_choose_sec .title {
        font-size: 30px;
        line-height: 48px;
        padding-bottom: 30px;
    }
    .program_plan_page.location_page .why_choose_sec {
        padding: 40px 0;
        background-position: -140% 0px;
    }
    .weight_loss_sec .search_box_sec .tag_sec {
        width: 80%;
    }
    .program_plan_page.location_page .info_contact .container {
        max-width: 68%;
    }
    /****==== Location Page  ====****/

    /****==== Program Plan Page  ====****/
    .program_plan_page .plan_sec.guidance {
        padding-top: 0;
    }
    .program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list {
        width: 100%;
    }
    .program_plan_page .plan_sec.guidance .container_wrapper .text_content .plan_price_list .plan_price {
        width: 74%;
        flex: 74%;
    }
    .program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list .plan_price .know_more {
        font-size: 15px;
        padding: 4px 4px;
    }
    /****==== Program Plan Page  ====****/

    /****==== Recipes Details Page  ====****/
    .program_plan_page.recipes_details_page .about_content {
        background-size: 22%;
    }
    .program_plan_page.recipes_details_page .text_content .title {
        font-size: 25px;
    }
    .program_plan_page.recipes_details_page .about_content .about_container_sec .text_content  .des.clinical_des {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .program_plan_page.recipes_details_page .about_content .about_container_sec .text_content .list {
        padding-left: 14px;
    }
    .program_plan_page.recipes_details_page .about_content .about_container_sec .about_photo {
        width: 35%;
        flex: 0 0 35%;
        height: 300px;
    }
    /****==== Recipes Details Page  ====****/

    /****==== Recipes Page Page  ====****/
    .program_plan_page .recipes_sec:nth-child(2n-1) {
        background-position: 100%;
    }
     /****==== Recipes Page Page  ====****/
    

    
    


   



}


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

    .container {
        max-width: 90%;
    }

    .title {
        font-size: 18px;
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        font-size: 13px;
        margin-left: 7px;
    }
    .heade_sec .menu_nav .container .navbar-nav a.contact_us {
        line-height: 16px;
    }
    /****==== Home Page  ====****/
    .banner_sec .container .text_content {
        padding: 30px 0 30px 30%;
    }
    .banner_sec .container .text_content .title {
        font-size: 34px;
    }
    .banner_sec {
        background-position: -260% 0;
        background-size: 84%;
    }
    .service_sec .service_container .service_photo {
        height: 280px;
    }
    .service_sec .service_container .service_photo img {
        height: 200px;
    }
    .service_sec .text_content .service_title {
        font-size: 14px;
        width: 90%;
        margin: auto;
        line-height: 21px;
    }
    .service_sec .text_content .know_more {
        padding: 4px 14px;
    }
    .experiene_sec .text_content .title {
        font-size: 18px;
    }
    .experiene_sec .text_content .des {
        line-height: 1.9;
        font-size: 15px;
        margin-bottom: 0;
    }
    .testimonials_sec  .testimonials_slider_sec {
        width: 70%;
    }

    .testimonials_sec {
        padding: 60px 0;
    }
    .testimonials_sec .transformation_title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .lab_test_sec .border_photo {
        margin-top: 40px;
    }
    .weight_loss_sec .search_box_sec .tag_sec {
        width: 100%;
        margin: auto;
    }
    .weight_loss_sec .search_box_sec .tag_sec a {
        padding: 4px 16px;
        margin: 7px 4px;
        font-size: 14px;
    }
    .weight_loss_sec .search_box_sec .search_box .form_group input[type="text"] {
        width: 100%;
        font-size: 18px;
        line-height: 39px;
    }
    .weight_loss_sec .search_box_sec .search_box .know_more {
        padding: 5px 20px;
        margin-left: 10px;
        font-size: 18px;
        line-height: 29px;
    }
    .register_sec .register_contain .des {
        font-size: 18px;
        line-height: 24px;
    }
    .register_sec .register_contain .des span {
        line-height: 27px;
        margin-top: 10px;
    }
    .register_sec .register_contain .name {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 33px;
    }
    .register_sec .register_contain .know_more {
        font-size: 16px;
        padding: 6px 20px;
    }
    .register_sec:before {
        width: 46%;
        background-position: 0 top;
        background-size: cover;
        background-repeat: no-repeat;
        left: -50px;
    }
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .program_plan_page .title {
        padding: 50px 0 50px;
        font-size: 30px;
    }
    .about_content .about_container_sec .text_content {
        width: 56%;
    }
    .about_content .about_container_sec .text_content .title {
        font-size: 28px;
        margin-bottom: 10px;
    }
  
    .about_content .about_container_sec .text_content  .des.clinical_des {
        font-size: 20px;
        line-height: 28px;
    }
    
    .program_project_sec .program_grid .counts {
        font-size: 30px;
    }
    .program_project_sec .program_grid  .des {
        font-size: 16px;
    }
    .program_project_sec .program_grid .icon {
        width: 54px;
        height: 54px;
        margin-right: 15px;
    }
    .program_project_sec {
        margin: 30px auto 0;
    }
    .program_project_sec .container {
        max-width: 95%;
    }
    .special_program .container {
        margin: 60px auto 60px;
    }
    /****==== About Page  ====****/

    /****==== Service Page  ====****/
    .program_plan_page.services_page .service_content .service_container_sec {
        flex-direction: column;
    }
    .program_plan_page.services_page .service_content .service_container_sec .about_photo {
        width: 36%;
        height: 490px;
        margin: 30px auto;
    }
    /****==== Service Page  ====****/

    /****==== Location Page  ====****/
    .program_plan_page.location_page .loacation_video .container {
        max-width: 80%;
    }
    .program_plan_page.location_page .loacation_video .container iframe {
        height: 330px;
    }
    .program_plan_page.location_page .why_choose_sec {
        background-image: none;
    }
    .why_choose_sec .text_content {
        padding-left: 0;
    }
    .program_plan_page.location_page .why_choose_sec .title {
        font-size: 24px;
        line-height: 48px;
        padding-bottom: 20px;
    }
    .why_choose_sec .text_content .clinics_list li span {
        width: 34px;
        flex: 0 0 34px;
        height: 34px;
        font-size: 22px;
        margin-right: 20px;
        margin-top: 6px;
    }
    .program_plan_page.location_page .location_address {
        margin: 50px auto;
    }
    /****==== Location Page  ====****/

    /****==== Program Plan Page  ====****/
    .program_plan_page .plan_sec .container_wrapper .plan_photo {
        display: none;
    }
     /****==== Program Plan Page  ====****/

     /****==== Recipes Details Page  ====****/
     .program_plan_page.recipes_details_page .about_content .about_container_sec .text_content  .des.clinical_des {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .program_plan_page.recipes_details_page .about_container_sec.method_sec .title {
        font-size: 26px;
    }
    /****==== Recipes Details Page  ====****/

    /****==== Contact Page  ====****/
    .program_plan_page .contact_address_sec .social_network .title {
        padding-bottom: 14px;
        font-size: 27px;
    }
    .program_plan_page .contact_address_sec .social_network .title {
        padding-bottom: 14px;
        font-size: 24px;
        padding: 0 0 10px;
    }
    .program_plan_page .contact_address_sec {
        margin-top: 0;
    }
    
    .program_plan_page .contact_address_sec .title {
        font-size: 27px;
    }
    
    .program_plan_page .contact_address_sec .message {
        font-size: 24px;
    }
    
    /****==== Contact Page  ====****/

    /****==== Packages Page  ====****/
    .packages_content {
        padding: 70px 0;
    }
    .packages_content .container {
        max-width: 80%;
    }
    /****==== Packages Page  ====****/
}




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


    .title {
        font-size: 18px;
        line-height: 30px;
    }

    /* Top Header */
    .heade_sec .top_heade .l_contact {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .heade_sec .top_heade .container {
        flex-direction: column;
    }
    .heade_sec .top_heade .l_contact a {
        margin: 0 0 4px;
        display: block;
        align-items: center;
        width: 100%;
    }
    .heade_sec .top_heade .h_social {
        margin-top: 10px;
    }

    /* Top Header */


    .heade_sec .top_heade .logo {
        display: none;
    }
    .heade_sec .top_heade .search_box {
        width: 100%;
        flex: 0 0 100%;
        position: relative;
        margin: 0;
    }
    .heade_sec .m_logo.logo {
        display: block;
    }
    .heade_sec .menu_nav .container {
        justify-content: center;
        max-width: 100%;
        justify-content: space-between;
    }
    
    .heade_sec .menu_nav .navbar-toggler {
        background: #860204;
        padding: 6px 10px;
    }
    
    .heade_sec .menu_nav .navbar-toggler span i {
        color: #fff;
    }
    
    .heade_sec .menu_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .heade_sec .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #860204;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .heade_sec .nav_list.show .navbar-nav, .heade_sec .nav_list.navbar-collapse.show {
        right: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .heade_sec .nav_list .navbar-nav li {
        width: 100%;
    }
    .heade_sec .nav_list .navbar-nav li a {
        color: #fff !important;
        margin: 0;
        padding: 8px;
        border-bottom: 1px solid #ffffff;
        padding: 10px 13px !important;
        line-height: 1.5;
        border-right: none;
        font-size: 14px;
        margin-left: 0 !important;
    }
    .heade_sec .menu_nav .container .navbar-nav .dropdown-menu {
        padding: 0 0;
        background: #e98688;
        border: none;
        box-shadow: none;
    }
    .heade_sec .nav_list.show .navbar-nav li.dropend a.dropdown-item {
        background: #353434;
    }
    .heade_sec .nav_list.show .navbar-nav li.dropend a.dropdown-item:after {
        transform: rotate(90deg);
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
        padding: 0;
        background: #2d2929;
        width: 100%;
        min-width: 100%;
        border-radius: 0;
        margin-left: 0px;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:before {
        background: #ffffff;
    }
    .heade_sec .menu_nav .container .navbar-nav .dropdown-menu li a:active {
        background: #2d2929;
        color: #fff !important;
    }
    .heade_sec .menu_nav .container .navbar-nav a.contact_us {
        margin-top: 10px;
        border: none;
        margin-left: 18px;
        display: inline-block;
        margin-left: 13px !important;
    }

    
    /****==== Home Page  ====****/
    .title span {
        display: block;
    }
    .banner_sec {
        background-position: -260% 0;
        background-size: 84%;
        margin-top: 189px;
    }
    .banner_sec .container .text_content .des {
        display: none;
    }
    .banner_sec .container {
        padding: 40px 0;
        text-align: center;
    }
    .banner_sec .container .text_content .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .banner_sec {
        margin-top: 180px;
        background-image: none;
    }
    .banner_sec .container .text_content {
        padding: 0;
    }
    .experiene_sec:before {
        width: 100%;
        height: 260px;
    }
    .experiene_sec .text_content {
        padding: 230px 0 0;
        width: 100%;
        text-align: center;
    }
    .service_sec .text_content .service_title {
        width: 70%;
    }
    .testimonials_sec .testimonials_photo,.testimonials_sec:after {
        display: none;
    }
    .testimonials_sec  .testimonials_slider_sec {
        width: 100%;
    }
    .testimonials_sec .testimonials_slider .testimonials_content {
        height: 198px;
    }
    .testimonials_sec .testimonials_slider_sec  .testimonials_thumbail {
        height: 190px;
    }
    
    .testimonials_sec .testimonials_slider_sec .testimonials_thumbail img {
        height: 100%;
        object-fit: cover;
    }
    .testimonials_sec .title {
        margin-bottom: 20px;
    }
    .testimonials_sec .testimonials_slider_sec .testimonials_thumbail_slider {
        padding: 10px 30px 20px;
    }
    .weight_loss_sec .title {
        font-size: 22px;
    }
    .weight_loss_sec .search_box_sec .search_box {
        width: 100%;
        margin: 20px auto 20px;
    }
    .register_sec {
        padding: 40px 0;
        padding: 50px 0;
        background-size: cover;
        background-position: center 0;
    }
    .register_sec .register_contain {
        width: 100%;
        margin: auto;
    }
    .register_sec .register_contain .name {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 23px;
    }
    .register_sec:before {
        display: none;
    }
    .register_sec .register_contain .des span {
        line-height: 24px;
        margin-top: 5px;
    }
    .youtube_sec {
        padding: 50px 0;
    }
    .youtube_sec .video_slider .slick-slide .video_grid {
        height: 185px;
    }
    .youtube_sec .title {
        margin-bottom: 20px;
    }
    .special_program_sec .container .program_photo_sec {
        display: none;
    }
    .special_program_sec {
        padding: 50px 0;
        background-position: -190px 0px;
    }
    .special_program_sec .container {
        max-width: 80%;
    }
    .special_program_sec .text_content .title {
        margin-bottom: 10px;
    }
    .faq_sec {
        padding: 50px 0 60px;
    }
    .faq_sec .title {
        margin: 20px auto 18px;
    }
    .lab_test_sec .lab_slider .lab_test_content {
        height: 250px;
    }
    .lab_test_sec .lab_slider .lab_test_content img {
        height: 180px;
    }
    .lab_test_sec .lab_slider .lab_test_content .text_content span {
        width: 70%;
        font-size: 12px;
        line-height: 20px;
    }
    /****==== Home Page  ====****/
   

    /****==== About Page  ====****/
   
    .program_plan_page .program_plan_banner {
        background-position: 86% center;
        margin-top: 190px;
    }
    .about_content .about_container_sec .about_photo {
        width: 100%;
        flex: 0 0 100%;
        height: 340px;
        margin-right: 0;
    }
    .about_content .about_container_sec .text_content {
        width: 100%;
        margin-top: 20px;
    }
    .about_content .about_container_sec .text_content .des {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 8px;
    }
    .program_plan_page .title {
        padding: 40px 0;
        font-size: 27px;
    }
    .program_plan_page  .about_content .about_container_sec {
        margin: 40px auto 0;
    }
    .special_program .container {
        margin: 40px auto;
        flex-direction: column-reverse;
    }
    .special_program .container .about_photo {
        height: 270px;
        width: 100%;
        overflow: hidden;
        margin: auto;
    }
    .program_project_sec {
        margin: 30px auto 0;
        padding-bottom: 0;
    }
    .program_project_sec .program_grid {
        flex-direction: column;
        margin-bottom: 30px;
        text-align: center;
    }
    .program_project_sec .program_grid .icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 10px;
    }
    .program_project_sec .program_grid .counts {
        font-size: 25px;
    }
    .program_project_sec .program_grid  .des {
        font-size: 16px;
        line-height: 24px;
        width: 80%;
        text-align: center;
        margin: 10px auto 0;
    }
    .special_program .container .text_content {
        margin-right: 0;
    }
    /****==== About Page  ====****/

    /****==== Service Page  ====****/
    .program_plan_page.services_page .service_content {
        margin: 50px auto;
    }
    .program_plan_page.services_page .service_content .service_container_sec .about_photo {
        display: none;
    }
    .program_plan_page.services_page .service_content .service_container_sec {
        margin-top: 40px;
    }
    .program_plan_page.services_page .service_content .service_container_sec .text_content {
        width: 100%;
    }
    .program_plan_page.services_page .service_sec .title {
        font-size: 24px;
        line-height: 38px;
    }
    .program_plan_page.services_page .service_content .service_container_sec {
        flex-direction: column;
        margin-top: 20px;
    }
    /****==== Service Page  ====****/

    /****==== Location Page  ====****/
    .program_plan_page.location_page .loacation_video {
        padding-top: 120px;
    }
    .location_page .program_plan_page.location_page .weight_loss_sec {
        padding: 40px 0;
    }
    .program_plan_page .weight_loss_sec .title {
        padding-top: 10px;
    }
    .program_plan_page.location_page .loacation_video .container iframe {
        height: 220px;
    }
    .program_plan_page.location_page .location_address .location {
        flex-direction: column;
    }
    .program_plan_page.location_page .info_contact .container {
        max-width: 100%;
    }
     /****==== Location Page  ====****/

    /****==== Program Plan Page  ====****/
     .program_plan_page .plan_sec .container_wrapper .text_content {
        padding: 40px 20px 0;
    }
    .program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list {
        flex-direction: column;
    }
    .program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list .plan_price {
        width: 100%;
    }
    .program_plan_page .plan_sec.guidance .container_wrapper .text_content .plan_price_list .plan_price {
        width: 100%;
        flex: 100%;
    }
    .program_plan_page .plan_sec.guidance .container_wrapper .text_content .plan_price_list .plan_price {
        width: 100%;
        flex: 100%;
        font-size: 15px;
    }
  
    /****==== Program Plan Page  ====****/

    /****==== Recipes Details Page  ====****/
    .program_plan_page.recipes_details_page .about_container_sec.method_sec {
        margin-bottom: 30px;
    }
    .program_plan_page.recipes_details_page .about_content .about_container_sec .about_photo {
        width: 65%;
        flex: 0 0 65%;
        height: 220px;
        margin: 0 auto 20px;
    }
    .program_plan_page.recipes_details_page .about_container_sec .text_content .title {
        font-size: 22px;
    }
    /****==== Recipes Details Page  ====****/

    /****==== Recipes Page  ====****/
    .program_plan_page .recipes_sec:nth-child(2n-1) {
        background-position: 91%;
    }
    /****==== Recipes Page  ====****/

    /****==== Program Plan Page  ====****/
    .program_plan_page .contact_address_sec {
        margin-top: 0;
    }
    
    .program_plan_page .contact_address_sec .title {
        font-size: 27px;
    }
    
    .program_plan_page .contact_address_sec .message {
        font-size: 24px;
    }
    /****==== Program Plan Page  ====****/

    /****==== Contact Page  ====****/
    .program_plan_page .contact_address_sec .message {
        margin-bottom: 30px;
    }
    .program_plan_page .contact_address_sec .title {
        font-size: 27px;
        padding-bottom: 10px;
    }
    .program_plan_page .contact_address_sec .message {
        margin-bottom: 30px;
    }
    
    .program_plan_page .social_network {
        margin: 0 auto 50px;
        width: 100%;
    }
    /****==== Contact Page  ====****/
    
    .footer_sec {
        padding: 50px 0 0;
    }
    .footer_sec .about_sec {
        margin-bottom: 20px;
    }
    .footer_sec .f_link_sec {
        margin-bottom: 20px;
    }
   
    .footer_sec .f_about .f_logo {
        width: 40%;
    }
    .footer_sec .f_link .f_title {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_sec .f_link .f_nav_list {
        text-align: center;
    }
    .footer_sec .f_about .des {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 10px;
        line-height: 24px;
    }
    .footer_sec .f_bottom .f_bottom_menu {
        padding: 0 0 15px;
        margin: 0 0 15px;
        flex-wrap: wrap;
    }

    /* Footer Sec */
    .footer_new .footer-socials li a span {
        display: none;
    }
    .footer_new .footer-socials li {
        margin: 0 16px 15px;
    }
    .footer_new .footer-socials li a i {
        margin: 0;
    }
    .footer-logo-copyright .footer-menu {
        flex-wrap: wrap;
    }
    
}


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

    .title {
        font-size: 16px;
    }
  
    /****==== Home Page  ====****/
    .banner_sec .container .text_content .sub_title {
        font-size: 18px;
    }
    .banner_sec .container .text_content .title {
        font-size: 28px;
        margin-bottom: 18px;
        line-height: 1.2;
    }
    .service_sec {
        padding: 70px 0 110px;
    }
    .service_sec .text_content .service_icon img {
        width: 23px;
    }
    .service_sec .text_content .service_title {
        width: 90%;
        font-size: 13px;
        line-height: 18px;
    }
    .service_sec .text_content .know_more {
        padding: 4px 12px;
        font-size: 14px;
    }
    .service_sec .service_container .service_photo {
        height: 250px;
    }
    .service_sec .service_container .service_photo img {
        height: 160px;
    }
    .youtube_sec .video_slider .slick-slide .video_grid {
        height: 124px;
    }
    .special_program_sec {
        padding: 30px 0;
    }
    .experiene_sec .t_icon {
        width: 58%;
        top: -70px;
    }
    .testimonials_sec .title {
        margin-bottom: 20px;
        line-height: 24px;
    }
    .testimonials_sec .testimonials_slider .testimonials_content {
        height: 128px;
    }
    .testimonials_sec .testimonials_slider_sec  .testimonials_thumbail {
        height: 100px;
    }
    .lab_test_sec .lab_slider {
        padding: 0 20px;
    }
    .lab_test_sec .lab_slider .lab_test_content {
        height: 190px;
    }
    .lab_test_sec .lab_slider .lab_test_content img {
        height: 130px;
    }
  
    .lab_test_sec .lab_slider .lab_test_content .text_content {
        height: 60px;
    }
    .lab_test_sec .lab_slider .lab_test_content .text_content span {
        width: 80%;
        font-size: 9px;
        line-height: 14px;
    }
    
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .about_content .about_container_sec .about_photo {
        height: 280px;
    }
    .about_content .about_container_sec .text_content .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about_content .about_container_sec .text_content  .des.clinical_des {
        font-size: 18px;
        line-height: 26px;
    }
    .program_project_sec .program_grid  .des {
        font-size: 14px;
        line-height: 22px;
        margin: 5px auto 0;
    }
    .program_project_sec .program_grid .counts {
        font-size: 22px;
    }
    /****==== About Page  ====****/

    /****==== Services Page  ====****/
    .program_plan_page.services_page .service_content .container {
        max-width: 100%;
    }
    .program_plan_page.services_page .service_content {
        margin: 30px auto;
    }
    /****==== Services Page  ====****/

    /****==== Location Page  ====****/
    .program_plan_page.location_page .loacation_video .container iframe {
        height: 160px;
    }
    .program_plan_page.location_page .location_address .title {
        font-size: 24px;
    }
    .program_plan_page.location_page .location_address .office {
        font-size: 18px;
        line-height: 1.5;
    }
    .program_plan_page.location_page .why_choose_sec .title {
        font-size: 22px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .program_plan_page.location_page .weight_loss_sec {
        background-size: 23%;
    }
    .program_plan_page.location_page .weight_loss_sec .title {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .program_plan_page.location_page .weight_loss_sec .title {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .program_plan_page.location_page .info_contact .info_contact_content .phone_no_sec {
        display: flex;
        flex-direction: column;
    }

    .program_plan_page.location_page .info_contact .info_contact_content .phone_no_sec a {
        margin-bottom: 14px;
    }
    /****==== Location Page  ====****/

    /****==== Program Plan Page  ====****/
    .program_plan_page .plan_sec .container_wrapper .text_content .plan_price_list .plan_price .know_more {
        font-size: 14px;
        padding: 4px 4px;
        width: 60%;
        text-align: center;
        margin-left: 20px;
    }
    /****==== Program Plan Page  ====****/

    /****==== Recipes Details Page  ====****/
    .program_plan_page.recipes_details_page .about_content .about_container_sec .about_photo {
        height: 170px;
        margin: 0 auto 10px;
    }
    /****==== Recipes Details Page  ====****/
}
 /*=============== End Responsive css ===============*/