.site_title_inner {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
}
/* ----- INNNER PAGE BANNER SECTION ----- */
.inner_banner_section {
    height: 300px;
    display: flex;
}
.inner_banner_block h1.entry-title {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    color: #39609e;
    padding-left: 160px;
    text-transform: capitalize;
}
.inner_banner_section:before {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2022/06/g-line_1.gif) no-repeat;
    width: 300px;
    height: 64px;
    background-size: contain;
    left: 0;
    bottom: -20px ;
    z-index: 1;
}
/* ---------------------- */
/* ----- VIDEO PAGE ----- */
/* ---------------------- */
.video_col {
    display: grid;
    gap: 25px;
}
.video_row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}
/*-----------hospital image------------*/
.gallary_seciton{
    padding: 0 !important;
}
.vp-portfolio__item figcaption.vp-portfolio__item-overlay.vp-portfolio__item-align-center {
    display: none !important;
}
.gallary_title.site_title {
    text-transform: capitalize;
    padding: 50px 0;
    text-align: center;
}
/*-----------end hospital image------------*/
/*---------------who we are---------------*/
.about_row {
    padding: 100px 10px !important;
}
.about_content_point ul li {
    width: 50%;
    float: left;
    text-align: left;
	text-transform: capitalize;
}
.about_col_box {
    text-align: center;
    width: 75%;
    margin: auto;
}
.about_content.site_content {
    display: grid;
}

.story_col_box {
    display: flex;
    width: 70%;
    margin: auto;
    position: relative;
}
.story_left {
    width: 70%;
}
.story_right {
    width: 30%;
    background-image: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
    display: flex;
    align-items: center;
    padding:  0 75px;
}
.story_title.site_title,.story_content.site_content {
    color: #fff;
}
.story_video a {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.story_video_icon{
    position: relative;
}
.story_video_icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-image: -webkit-linear-gradient( 0deg, rgb(51,147,207) 100%, rgb(56,97,159) 0%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.story_video_icon i {
    font-size: 25px;
    color: #3767a5;
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.story_video_title {
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
}
.story_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story_title_mob{
    display: none;
}
.story_video_popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    height: 620px;
    width: 70%;
    background-image: -webkit-linear-gradient( 0deg, rgb(56 97 159 / 76%) 0%, rgb(51 147 207 / 76%) 100%);
    transform: scale(0);
    transition: 0s;
}
.story_video_popup_inner {
    position: relative;
    width: 800px;
    height: 500px;
    margin: auto;
    display: flex;
}
.video_box {
    width: 800px;
    height: 500px;
}
.video_popup{
    transform: scale(1);
    transition: 1s;
}
.why_people_image_col {
    width: 92%;
    height: 100%;
    margin: auto !important;
    margin-right: 0 !important;
}
.why_people_image_col img {
    width: 100% !important;    
    height: 745px;
    object-fit: cover;
    display: flex;
    margin: auto;
}
.people_call_inner {
    display: flex;
    align-items: center;
    background-image: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
    width: fit-content;
    padding: 10px 30px;
}
.why_call_icon img {
    width: 100%;
    height: 78px;
    object-fit: contain;
}
.why_call_text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 6px;
}
.why_call_num {
    font-size: 30px;
    color: #fff;
}
.why_call_content {
    color: #fff;
    padding-left: 10px;
}
.why_people_call_col_box {
    position: absolute;
    left: 0;
    bottom: 30px;
    animation: float 1s linear infinite alternate;
    -moz-animation: float 1s linear infinite alternate;
    -webkit-animation: float 1s linear infinite alternate;
    -ms-animation: float 1s linear infinite alternate;
    -o-animation: float 1s linear infinite alternate;
}
@keyframes float{
    0% {bottom: 30px;}
    100% {bottom: 6px;} 
}
.why_pepole_row {
    padding-left: 150px !important;
}
.why_people_block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 30px;
    padding-right: 55px;
}
.why_people_box {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 40px;
    border-radius: 10px;
}
.why_people_content.site_content {
    height: 100px;
    overflow: auto;
}
.why_people_img img{
    transition: 1s;
}
.why_people_box:hover .why_people_img img {
    transform: scale(1.1) translate(20px, 0px);
}
.page-id-65 .ab_dia_tre_section {
    background: #EBF4F9;
}
.page-id-65 .ab_dia_tre_box {
    background: #fff;
}
.page-id-65 .ab_dia_tre_section::before {
    bottom: -23px;
    z-index: 999;
}
/*---------------end who we are---------------*/
/*----------our team----------------*/
.page-id-67 .ab_team_section::before {
    background: url(../../../../../wp-content/uploads/2022/05/line-blue.png) no-repeat;
    width: 178px;
    height: 55px;
    right: 0;
    left: auto;
    bottom: -5px !important;
}
.team_detail_row  {
    padding: 80px 160px !important;
}
.team_detail_block {
    display: flex;
}
.team_detail_left {
    width: 35%;
    padding: 0px 50px 0 0;
}
.team_detail_right {
    width: 65%;
}
.person_img{line-height: 0;}
.person_img img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.box_boder {
    border: 1px solid #e2e2e2;
    padding: 30px 40px;
    margin-bottom: 40px;
    line-height: 1;
}
.person_detail span {
    display: block;
    line-height: 1 !important;
}
.person_contact_box {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 8px 0px;
    color: #000;
}
.contact_text {
    padding-left: 15px;
    transition: 1s;
}
.person_contact_box:hover .contact_text {
    color: #5ab146;
}
.contact_img img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.person_contact_box ul {
    display: flex;
    list-style: none;
    padding: 0 !important;
}
.person_contact_box ul li {
    padding-right: 15px;
}
.person_contact_box ul li a {
    color: #000;
    font-size: 25px;
    transition: 1s;
}
.person_contact_box ul li a:hover {
    color: #5ab146;
}
.working_detail ul {
    padding: 0 !important;
    list-style: none;
}
.working_detail ul li {
    display: flex;
    align-items: center;
}
.working_title {font-weight: 600;width: 100px;}
.team_detail_inner_right {
    border: 1px solid #e6e6e6;
    padding: 40px;
}
.person_description.site_content {
    white-space: break-spaces;
}
.person_description strong {
    font-size: 22px;
}
.person_description ul {
    padding: 0 !important;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.person_description ul li {
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 10px;
}
.person_description ul li img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
/*----------end our team----------------*/
/*----------department and service sidebar----------*/
.service_row {
    padding: 100px 160px 0 !important;
}
.service_col {
    padding-top: 55px;
}
.service_row_col_one {
    padding-right: 40px;
}
.service_sliderbar_title.site_inner_title {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 30px !important;
}
.service_sidebar_box {
    background: #fff;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
    margin-bottom: 40px;
    border: 1px solid #f2f2f2;
}
.service_all ul {
    list-style: none;
    padding: 0 !important;
}
.service_all ul li {
    padding: 15px 0 !important;
    text-align: center;
    border: 1px solid #f2f2f2;
    font-size: 18px;
    color: #000;
}
.service_all ul li a{
    color: #000 !important;
}
.service_emg_call {
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: center;
}
.service_emg_text {
    display: grid;
    padding-left: 15px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}
.service_emg_one {
    font-size: 18px;
    font-weight: 500;
}
.service_emg_two {
    font-size: 25px;
}
.service_appointment_title.site_title_inner {
    background-image: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0 !important;
}
.service_appointment_text.site_content {
    text-align: center;
    padding: 10px 35px;
}
.service_appointment_form .ab_book_app_box {
    padding: 0 40px 40px;
}
.service_appointment_form .ab_book_app_12 {
    gap: 10px;
    align-items: end;
    padding-bottom: 20px;
}
.service_sidebar_icon{
    display: none;
}
.service_appointment_form .ab_book_app_icon {
    width: 35px;
    height: 25px;
}
.page-id-40 li.health a,.page-id-28 li.cardiology a,.page-id-32 li.diabetology a,.page-id-38 li.fertility a,.page-id-36 li.gynecology a,
.page-id-34 li.hypertension a,.page-id-30 li.obesity a,.page-id-90 li.critical a,.page-id-42 li.pharmacy a,.page-id-94 li.obstetrician a,
.page-id-1472 li.pathology {
    color: #fff !important;
}
.page-id-40 li.health,.page-id-28 li.cardiology,.page-id-32 li.diabetology,.page-id-38 li.fertility,.page-id-36 li.gynecology,
.page-id-34 li.hypertension,.page-id-30 li.obesity,.page-id-90 li.critical,.page-id-42 li.pharmacy,.page-id-94 li.obstetrician,
.page-id-1472 li.pathology {
    background-image: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
}

/*----------end department and service sidebar----------*/
/*----------department and service----------*/
.service_one_image img {
    width: 100%;
    height: 733px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service_one_image {
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.service_one_image:before, .service_one_image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(55 122 183);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.service_one_image:after {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #0dab76;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}
.service_one_image:hover:before {
    opacity: 1;
}
.service_one_image:hover:after {
    left: -170%;
}
.service_one_box {
    padding: 15px 0;
	float: left;
}
.service_title {
    font-size: 25px;
    color: #39609e;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.service_one_content span {
    display: grid;
    padding: 0 0 5px;
}
.service_one_box_2  ul {
    list-style: none;
    padding: 0 !important;
}
.service_one_box_2 ul li {
    padding: 0 0 0 25px !important;
    line-height: 2.5;
    position: relative;
}
.page-id-40 .service_one_box_2 ul li {
    width: 50%;
    float: left;
}
.service_one_box_2 ul li::before {
    content: "\4e";
    font-family: 'ETmodules';
    position: absolute;
    background: #368ac7;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    margin: auto 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100 !important;
    transform: rotate(17deg);
}
.service_one_box_3 ul {list-style: none;padding: 10px 0 15px !important;}
.service_one_box_3 ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 15px 20px;
}
.service_plan_price {
    margin: auto;
    margin-right: 0;
}
.service_one_box_3 ul li:nth-child(odd) {
    background: #F0F9FF;
}
.service_one_box_4 {
    display: flex;
    align-items: center;
}
.service_one_left {
    width: 35%;
}
.service_one_right {
    width: 65%;
    padding-left: 30px;
}
.service_box_4_img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.service_box_4_img {
    line-height: 0;
}
.service_box_pathology .service_one_content.site_content ul li {width: 33%;float: left;}
.service_box_pathology .service_one_content.site_content {
    float: left;
    width: 100%;
}
.service_box_pathology .service_one_content.site_content ul li:first-child {
    width: 100%;
    margin-top: 10px;
}
.service_box_pathology .service_one_box_2 ul li:first-child::before {
    display: none;
}
.service_box_pathology .service_one_content_last ul li:first-child {
    width: 33% !important;
}
.service_box_pathology .service_one_content_last ul li:first-child::before{
    display: flex;
}
/*----------end department and service----------*/
/*-----------awards and achivement ---------------------*/
.achivement_row{
    padding: 100px 200px !important;
    align-items: center;
    display: flex;
}
.achivement_row_col_one {padding: 0 120px 0 0px;}
.achivement_content span {
    display: grid;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.achivement_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.achivement_img_box:hover .achivement_img:after {
    opacity: 1;
    top: -42%;
}
.achivement_img:after {
    background: rgba(255,255,255,0.5);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}
.achivement_img:before, .achivement_img:after {
    content: "";
    background: radial-gradient(circle at 23% 70%,rgb(90 177 70 / 22%),#5ab14661 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top: -10.5%;
    right: -150%;
    z-index: 1;
    transition: all 0.35s ease;
}
.achivement_img_col_box::after {
    content: "";
    position: absolute;
    background: #377ab7;
    height: 80%;
    width: 100%;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.achivement_img_col_box .slick-dots{
    padding: 0 !important;
}
.achivement_img_mob{display: none !important;}
.award_filler_section::before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient( 0deg, rgb(57,96,158) 0%, rgb(54,141,202) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
}
.award_filler_row {
    padding: 80px 200px !important;
}
.award_filler_row .et_pb_column_1_4 {
    padding: 10px 18px;
}
.award_filler_box {
    background: #fff;
    text-align: center;
    padding: 50px 10px;
    color: #000;
    border: 2px solid #fff;
}
.award_filler_img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.award_filler_num {
    font-size: 54px;
    font-weight: 600;
    padding: 30px 0 20px;
}
.award_filler_title {
    font-size: 22px;
    font-weight: 500;
}
.awards_row {
    padding: 100px 250px !important;
    text-align: center;
}
.awards_img img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    transition: 1s !important;
    transform: scale(1);
}
.awards_img {
    border: 1px solid #e6e6e6;
    display: flex;
    padding: 20px;
    margin:0 10px;
}
.awards_block .slick-arrow,.awards_block .slick-prev:hover,.awards_block .slick-prev:focus,
.awards_block .slick-next:hover,.awards_block .slick-next:focus {
    background: transparent;
}
.awards_block .slick-arrow img.hover_color {
    filter: brightness(1);
    display: none;
}
.awards_block .slick-arrow img {
    filter: brightness(0);
}
.awards_block .slick-arrow:hover img.hover_color {
    display: block;
}
.awards_block .slick-arrow:hover img {
    display: none;
}
.awards_box:hover .awards_img img {
    transform: scale(1.2);
    filter: grayscale(1);
}
.award_filler_box {
    overflow:hidden;
    position: relative;
}
.award_filler_box:hover:before {
    top: 0;
}
.award_filler_box:before, .award_filler_box:after {
    content: "";
    background: linear-gradient(6deg,#3c649f 35%,#3c88c0 52%);
    width: 100%;
    height: 14%;
    position: absolute;
    top: -25%;
    left: 0;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 74%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 50% 74%, 0 100%, 0 0);
}
.award_filler_box:after {
    transform: rotate(180deg);
    top: auto;
    bottom: -25%;
}
.award_filler_box:hover:after {
    bottom: -1px;
}
/*.award_filler_box:hover img,.award_filler_box:hover .award_filler_num,.award_filler_box:hover .award_filler_title {
    transform: scale(0.8);
    transition: 1s !important;
}*/
/*-----------end awards and achivement ---------------------*/
/*----------------contact us-------------------*/
.message_row {
    padding: 80px 160px !important;
}
.message_col_box {text-align: center;}
.message_input_12 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.message_input_3 {width: 100%;}
.message_input_3 input {
    width: 100%;
    height: 55px;
    background: #F4F4F4;
    border: none;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
}
.message_input_3 input::placeholder,.message_textarea_inner textarea::placeholder {
    color: #000;
}
.message_textarea_inner {
    width: 100%;
    padding: 20px 0 10px;
}
.message_textarea_inner textarea {
    width: 100%;
    height: 150px;
    background: #F4F4F4;
    border: none;
    font-size: 16px;
    color: #000;
    padding: 15px;
    resize: none;
}
.message_form {padding-top: 20px;}
.get_touch_row {
    padding: 0 160px 120px !important;
}
.get_touch_col_box ul {
    list-style: none;
    padding: 0 !important;
}
.get_touch_col_box ul li a {
    color: #000;
}
.get_touch_col_box ul {
    list-style: none;
    padding: 0 !important;
}
.get_touch_col_box ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
}
.get_touch_col_box ul li:nth-child(2) a span:last-child,.get_touch_col_box ul li:nth-child(3) a span:last-child {
    display: grid;
    font-weight: 600;
}
.get_touch_col_box ul li:nth-child(3) a span:last-child {}
.get_touch_col_box ul li {
    padding: 0px 0 25px;
}
.get_touch_detail ul li:hover .get_touch_icon img{
    transform: scale(1.1);
}
.get_touch_icon img {
    width: 35px;
    height: 50px;
    object-fit: contain;
    transition: 1s;
}
.get_touch_icon {
    width: 60px;
    height: 60px;
    display: flex;
    background-image: -webkit-linear-gradient( 0deg, rgb(57,96,158) 0%, rgb(54,141,202) 100%);
    align-items: center;
    justify-content: center;
}
.get_touch_text {
    padding-left: 15px;
    display: grid;
    align-items: center;
    width: 89%;
}
.get_touch_row_col_two {padding-left: 50px;}
.get_touch_map iframe {width: 100%;}
.get_touch_map {
    border: 10px solid #ffffff;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}
.get_touch_look ul {display: flex;}
.get_touch_look ul li {
    padding:0 15px 0 0 !important;
    transition: 1s;
}
.get_touch_look ul li:hover {
    transform: scale(1.2);
}
.get_touch_look_title {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
}
.get_touch_look ul {
    display: flex;
    line-height: 0;
}
.get_look_img {
    border: 1px solid #3f8ec9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get_look_img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
/*----------------end contact us-------------------*/
/*--------------tmt test ---------------------*/
.tmt_row {
    padding: 80px 160px !important;
    display: flex;
    align-items: center;
}
.tmt_img_col img {
    width: 100%;
    height: 525px;
    object-fit: cover;
}
.tmt_row_col_one {
    padding-right: 50px;
}
.tmt_content  span {
    display: grid;
    padding-bottom: 10px;
}
.tmt_title_mob{display: none !important;}
.faq_row {
    padding: 0 10px 80px !important;
}
.faq_title_col_box {text-align: center;}
.faq_col {
    width: 70%;
    margin:auto;
}    
.et_pb_accordion_item {border-radius: 10px;margin: 20px 0;}
.et_pb_toggle_open {
    background-image: -webkit-linear-gradient( 0deg, rgb(57,96,158) 0%, rgb(54,141,202) 100%);
}
.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_toggle_open .et_pb_toggle_content{
    color: #fff !important;
}
.et_pb_toggle_close {
    background-color: #f6f6f6 !important;
}
h5.et_pb_toggle_title {
    line-height: 1.4;
    font-size: 22px !important;
    color: #000 !important;
}
.et_pb_toggle_content {
    font-size: 16px !important;
    color: #000;
}
.faq_col .et_pb_toggle_title:before {
    content: "\33" !important;
    color: #000;
    font-size: 45px;
    right: -5px !important;
}
.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
    content: "\32" !important;
    position: absolute;
    font-size: 45px !important;
    right: -5px !important;
    font-family: ETmodules!important;
    line-height: 0;
    top: 15px;
}
/*--------------end tmt test ---------------------*/
/*---------------career---------------*/
.position_row {
    padding: 80px 10px 20px !important;
}
.position_title.site_title {text-align: center;}
.position_content.site_content {
    width: 50%;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}
.position_inner_block {
    display: grid;
    gap: 30px;
}
.position_inner_box {
    display: flex;
}
.position_block {
    width: 70%;
    margin: auto;
}
.position_box {
    border: 1px solid #f2f2f2;
    padding: 35px 45px;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}
.position_1 {
    width: 50%;
    padding-right: 100px;
}
.position_2 {width: 30%;}
.position_3 {
    width: 20%;
    margin: auto;
    display: flex;
    justify-content: right;
}
.position_inner_title {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 5px;
}
.position_inner_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.career_detail_row {
    padding: 80px 160px 30px !important;
}
.career_col_box_inner {
    display: flex;
}
.career_inner_left_box {
    width: 70%;
    padding-right: 40px;
}
.career_inner_right_box {
    width: 30%;
    display: flex;
}
.career_inner_right_box ul {
    margin-left: 50px;
    list-style: none;
}
.career_title {
    text-align: left !important;
    padding-bottom: 20px;
}
.career_block {
    display: grid;
    font-size: 16px;
    color: #000;
    line-height: 2;
}
.career_block strong {
    padding: 20px 0 10px;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.career_block ul {
    padding: 0 0 0 20px !important;
    line-height: 2;
}
.career_inner_title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 6px;
}
.career_inner_right_box ul li {padding-bottom: 30px;}
.career_form_title {padding: 35px 0 25px;}
.career_form_col {width: 70%;}
.submit_btn .site_button {
    width: 205px;
}
.apply_button {display: flex;}
.apply_cv input {
    opacity: 0;
    padding-top: 16px;
    width: 265px;
}
.cv_butn i {
    transform: rotate(45deg);
    font-size: 22px;
    letter-spacing: 5px;
}
.apply_cv .codedropz-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 32px;
}
.apply_cv .codedropz-upload-inner span:nth-child(2) {
    display: none;
}
.apply_cv span.dnd-upload-counter {
    display: none;
}
.apply_cv .codedropz-upload-container {
    padding: 0 !important;
    margin: auto;
}
.apply_cv .codedropz-upload-handler {
    border: 1px solid #ddd;
    background: #ddd;
    border-radius: 0 !important;
    margin: 0 15px 0 0px !important;
    height: 50px;
    display: flex;
    width: 225px;
}
.apply_cv h3 {
    font-size: 18px !important;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
}
.contact_input_12 ,.contact_textarea_12{
    padding-bottom: 25px;
}
.contact_input_inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    width: 100%;
}
.contact_input_6 {
    width: 100% !important;
}
.contact_input_6 input {
    width: 100% !important;
    height: 60px;
    font-size: 16px !important;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #dddddd;
}
.contact_textarea_inner textarea {
    width: 100% !important;
    height: 200px;
    resize: none;
    font-size: 16px !important;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #dddddd;
}
.contact_input_6 input::placeholder,.contact_textarea_inner textarea::placeholder{
    color: #000;
}
.bkc_contact_right::before {
    content: "";
    position: absolute;
    background: #fbece8;
    width: 370px;
    height: 86%;
    right: 8px;
    clip-path: polygon(73% 0, 100% 27%, 43% 100%, 0% 100%, 62% 27%, 32% 0);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #377ab7;
}
/*---------------end career---------------*/
/*------------eecp treatment---------------*/
.eecp_ul ul li {
    padding: 0 0 20px 0px;
}
.eecp_ul ul {
    list-style: none;
    padding: 25px 0 0 !important;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 10px;
}
.eecp_box {
    display: flex;
    align-items: center;
    margin: auto;
    gap: 20px;
    line-height: 0.5;
}
.eecp_img {
    width: 140px;
    height: 95px;
    border: 1px solid #368bc8;
    border-radius: 100%;
    display: flex;
    margin: auto;
    align-items: center;
}
.eecp_detail {
    width: fit-content;
}
.eecp_img img {
    width: 65px;
    height: 50px;
    object-fit: contain;
    margin: auto;
}
.eecp_inner_title.site_inner_title {
    font-weight: 500;
}
.eecp_inner_content.site_content {line-height: 1.5;}
.eecp_work_row {
    padding: 80px 160px !important;
}
.eecp_work_content.site_content {
    width: 60%;
    margin: auto;
}
.eecp_work_block {
    display: flex;
    align-items: center;
}
.eecp_work_block {
    position: relative;
    width: 1360px;
    margin: auto;
}
.eecp_work_block::after {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2022/06/heart.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: -30px;
    top: 15%;
    animation: animateHeart 2s infinite;
    transform: 2s;
}
@keyframes animateHeart {
  0% {
    transform: scale(0.8);
  }
  5% {
    transform: scale(0.9);
  }
  10% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
.eecp_work_block::before {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2022/06/work-shape.png);
    width: 1360px;
    height: 124px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: auto;
    background-position: center;
    left: 0;
    right: 0;
    top: 25%;
}
.eecp_work_sectoin::before {
    content: "";
    position: absolute;
    background: #f0f9ff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
}
.eecp_work_col_box {
    text-align: center;
}
.eecp_work_box {
    padding: 10px 10px;
}
.eecp_work_inner_block {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    width: 1350px;
    margin: auto;
}
.eecp_work_img img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 100%;
    display: flex;
    margin: auto;
    border: 8px solid #fff;
    transition: 1s;
}
.eecp_work_img {
    position: relative;
}
.eecp_work_num {
    position: absolute;
    top: 20px;
    left: 55px;
    border: 2px solid #fff;
    background: #5ab146;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.eecp_work_inner_title.site_inner_title {
    padding: 30px 0px 15px;
}
.eecp_work_img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px dashed #377ab7;
    border-radius: 100%;
    width: 218px;
    height: 218px;
    margin: auto;
    opacity: 0;
    transition: 1s;
}
.eecp_work_box:hover .eecp_work_img:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    opacity: 1;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.diseas_row,.benefit_row {
    padding: 0 !important;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.diseas_col_box {
    padding: 0 57px 0 0px;
    width: 70%;
    margin: auto;
    margin-right: 0;
}
.diseas_row_col_two,.benefit_row_col_one {
    width: 45% !important;
}
.diseas_row_col_one,.benefit_row_col_two {
    width: 55% !important;
}
.diesas_img_mob, .benefit_title_mob,.benefit_img_mob{
    display: none;
}
.diseas_img_col img,.benefit_img_col img {
    width: 100% !important;
    height: 575px;
    object-fit: cover;
}
.diesas_title.site_inner_title.diesas_title_web {
    line-height: 1.3;
    padding-bottom: 17px ;
}
.diesas_content ul,.benefit_content ul {
    list-style: none;
    padding: 0 !important;
    display: grid;
    grid-template-columns: [first] 38% [line2] 52%;
    gap: 13px 5px;
}
.diesas_content ul li,.benefit_content ul li {
    padding: 0 0px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.diesas_content ul li::before,.benefit_content ul li::before {
    content: "\4e";
    font-family: 'ETmodules';
    position: absolute;
    background-image: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transform: rotate(12deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.diseas_row::before,.benefit_row::before {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2022/06/a-logo.png);
    width: 290px;
    height: 255px;
    left: -155px;
    opacity: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
}
.benefit_row::before {
    right: -155px;
    left: auto !important;
}
.benefit_col_box{
    width: 70%;
    padding-left: 80px;
}
.benefit_content ul {
    grid-template-columns: [first] 46% [line2] 53%;
}
.circulates_box {
    position: relative;
    align-items: flex-end;
    justify-content: center;
    height: 220px;
    display: flex;
}
.circulates_row {
    padding: 80px 200px !important;
    text-align: center;
}
.circulates_title.site_title {
    width: 85%;
    margin: auto;
}
.circulates_block {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
.circulates_img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.circulates_img {
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    will-change: transform;
}
.circulates_box:hover .circulates_img {
    -webkit-transform: translateY(-20px) scale(1.2);
    transform: translateY(-20px) scale(1.2);
}
.circulates_text {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: auto;
    margin-bottom: 0;
    bottom: -15px;
}
.circulates_box:hover .circulates_text {
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 15px;
}
.circulates_img_box {
    margin: auto;
    position: absolute;
    width: 220px;
    height: 220px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease 1s;
    transition: -webkit-box-shadow ease 1s;
    transition: box-shadow ease 1s;
    transition: box-shadow ease 1s, -webkit-box-shadow ease 1s;
}
.circulates_box:hover .circulates_img_box {
    border: 1px solid rgba(225, 227, 232, 0.18);
    -webkit-box-shadow: 0 3px 4px 0 rgb(44 71 146 / 25%);
    box-shadow: 0 3px 4px 0 rgb(44 71 146 / 25%);
}
.icon_bg {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(225, 227, 232, 0.18);
    -webkit-box-shadow: 0 3px 4px 0 rgb(44 71 146 / 25%);
    box-shadow: 0 3px 4px 0 rgb(44 71 146 / 25%);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    will-change: transform;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.circulates_box:hover .icon_bg {
    -webkit-transform:scale(2.5);
    transform:  scale(2.5);
}
.eecp_filler_row{
    padding: 80px 180px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.eecp_filler_section::before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.eecp_filler_row_col_one,.eecp_filler_row_col_two {
    width: 100% !important;
}
.eecp_filler_image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.eecp_filler_image {
    line-height: 0;
}
.eecp_filler_content {
    background: #fff;
    padding: 35px;
}
.eecp_filler_text.site_content {
    height: 200px;
    overflow: auto;
}
.eecp_slider_row {
    padding: 80px 200px 30px !important;
}
.eecp_slider_col_box {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.eecp_slider_inner_box {
    display: flex;
    background: #fff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}
.eecp_slider_content.site_content span {
    display: block;
    padding-bottom: 5px;
}
.eecp_slider_left {
    width: 50%;
    margin: auto;
    padding: 0 65px;
}
.eecp_slider_right {
    width: 50%;
    margin: auto;
    background: #ededed;
    padding: 50px 0 0;
}
.eecp_slider_right.eecp_slider_right_web.eecp_slider_img_1{
    padding: 0;
}
.eecp_slider_img_1 img {
    height: 430px !important;
}
.eecp_slider_img img {
    width: 100%;
    height: 380px;
    object-fit: contain;
}
.eecp_slider_col_box img.hover_color {
    display: none;
}
.eecp_slider_content.site_content {
    word-spacing: 1px;
    height: 270px;
    overflow: auto;
}
.eecp_slider_right_mob{
    display: none;
}
/*------------end eecp treatment---------------*/



@media all and (min-width: 320px) and (max-width: 767px){
     .site_title_inner {
        font-size: 18px;
    }
    /* ----- INNNER PAGE BANNER SECTION ----- */
    .inner_banner_block h1.entry-title {
        font-size: 30px;
        text-align: center;
        padding-left: 0;
    }
    .inner_banner_section {
        height: 200px;
    }
    .inner_banner_section:before{
        width: 162PX;
        height: 46px;
    }
    /*-------------hospital--------------    */
    .gallary_title.site_title {
        text-transform: capitalize;
        padding: 30px 0;
    }
    /*------------end hospital-------------      */
    /*------------who we are----------*/
    .about_row {
        padding: 30px 10px !important;
    }
    .why_people_content.site_content {
        height: auto;
    }
    .about_content_point ul li {
        width: 100%;
    }
    .about_col_box {width: 100%;}
    .story_col_box {
        width: 100%;
        display: block;
    }
    .story_left {
        width: 100%;
        line-height: 0;
    }
    .story_right {
        padding: 20px 20px;
        width: 100%;    
    }
    .story_video_icon i {
        width: 55px;
        height: 55px;
    }
    .story_video_title {
        font-size: 16px;
    }
    .story_title_mob{display: block;}
    .story_title_web{display: none;}
    .story_title.site_title.story_title_mob {
        color: #39609e;
        text-align: center;
    }
    .story_content.site_content{text-align: center;}
    .story_video a{justify-content: center;}
    .story_video_popup {
        width: 100%;
    }
    .story_video_popup_inner {
        width: 100%;
    }
    .why_pepole_row {
        padding-left: 10px !important;
    }
    .why_people_box {
        padding: 25px 15px;
    }
    .why_people_image_col img {
        height: 360px;
    }
    .why_people_block {
        grid-template-columns: repeat(1,1fr);
        gap: 20px 20px;
        padding-right: 10px;
    }
    .why_call_icon img {
        height: 60px;
    }
    .why_call_num {font-size: 25px;}
    .why_call_text {font-size: 18px;}
    .people_call_inner {
        padding: 10px 15px;
    }
    .why_people_image_col {
        padding-top: 20px;
    }
    .why_people_title.site_title {
        text-align: center;
    }
    /*------------end who we are----------*/
    /*--------video----------------*/
    .video_row {
        gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .video_col {
        gap: 10px;
        width: 100% !important;
    }
    /*--------end video----------------*/
    /*----------department and service----------*/
    .service_row {
        padding: 30px 10px 0 !important;
    }
	.page-id-40 .service_one_box_2 ul li {
		width: 100%;
		float: left;
	}
    .service_row_col_one {
        width: 100% !important;
        padding-right: 0px;
        position: fixed;
        top: 8%;
        z-index: 3;
        left: -200%;
        transition: 0.5s;
        background: #377ab7;
        padding: 30px 20px;
        height: 750px;
        overflow: auto;
    }
    .service_slidebar_show{
        left: 0px;      
        transition: 1s;
    }
    .service_row_col_two {
        width: 100% !important;
    }   
    .service_appointment_form .ab_book_app_box {
        padding: 0px 10px 30px;
    }
    .service_emg_call {padding: 20px;}
    .service_emg_one {font-size: 16px;}
    .service_emg_two {font-size: 23px;}
    .service_appointment_text.site_content {
        padding: 10px 10px;
    }
    .service_all ul li {
        font-size: 16px;
    }
    .service_sliderbar_title.site_inner_title {
        font-size: 23px;
        text-align: center;
        color: #fff;
    }
    .service_sidebar_icon {
        position: fixed;
        top: 30%;
        left: 0;
        background: #5ab146;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    .service_appointment_form .ab_book_app_12 {
        display: flex;
    }
    /*----------end department and service sidebar----------*/
    /*----------department and service----------*/
    .service_one_image img {
        height: 300px;
    }
    .service_one_box_4 .service_one_content {
        height: auto;
        overflow: auto;
    }
    .service_title {
        font-size: 22px;
    }
    .service_one_right {
        padding-left: 0px;
        width: 100%;
    }
    .service_col {
        padding-top: 0px;
    }
    .service_one_box {
        text-align: center;
    }
    .service_one_box_2 ul li {
        text-align: left;
        line-height: 1.5;
        padding: 0 0 10px 25px !important;
    }
    .service_one_box_3 ul li {
        font-size: 15px;
        padding: 15px 10px;
        text-align: left;
    }
    .service_one_box_4 {display: block;}
    .service_one_left {width: 100%;}
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 0px 0 0px;
        text-align: center;
    }
    .achivement_row {
        padding: 40px 10px !important;
        display: block;     
    }
    .achivement_img_col_box::after {
        right: -60px;
        width: 60%;
        margin: auto;
        left: 0;
    }
    .achivement_img_mob{display: block;}
    .achivement_img_web{display: none !important;}
    .achivement_img img {
        height: 400px;
    }
    .achivement_content.site_content {
        padding-top: 15px;
    }
    .award_filler_row {
        padding: 40px 5px !important;
    }
    .award_filler_img img {
        height: 65px;
    }
    .award_filler_num {
        font-size: 40px;
    }
    .award_filler_box {
        padding: 25px 10px;
    }
    .award_filler_title {
        font-size: 16px;
    }
    .award_filler_row .et_pb_column_1_4 {
        padding: 5px 5px;
        width: 100% !important;
    }
    .awards_row {
        padding: 40px 10px !important;
    }
    .awards_img {
        margin: 0 20px;
    }
    .awards_block .slick-arrow {
        width: 25px;
    }
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .page-id-26 .inner_banner_section {
        background-position: right;
    }
    .message_row {
        padding: 40px 10px !important;
    }
    .message_input_12 {
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .message_textarea_inner {
        padding: 10px 0 5px;
    }
    .get_touch_row {
        padding: 0 10px 40px !important;
    }
    .get_touch_icon {
        width: 45px;
        height: 45px;
    }
    .get_touch_icon img {
        width: 25px;
        height: 25px;
    }
    .get_touch_col_box ul li a {
        color: #000;
        font-size: 15px;
    }
    .get_touch_text {
        width: 90%;
        padding-left: 10px;
    }
    .get_touch_detail li{
        width: 100%;
        float: left;
    }
    .get_touch_look {
        float: left;
        width: 100%;
        margin: auto;
        text-align: center;
        padding-bottom: 15px;
    }
    .get_touch_title.site_title {text-align: center;}
    .get_touch_look ul{justify-content: center;}
    .get_touch_row_col_two {padding-left: 0;}
    /*----------------end contact us-------------------*/   
    /*-----------------our team-------------*/
    .team_detail_row  {
        padding: 40px 10px !important;
    }
    .team_detail_block {display: block;}
    .team_detail_left {
        padding: 0px 10px 0 0;
        width: 100%;
    }
    .team_detail_right {width: 100%;}
    .person_img img {
        height: 320px;
    }
    .box_boder {
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .person_description strong {
        font-size: 18px;
    }
    .team_detail_inner_right {
        padding: 20px;
    }
    .person_contact_box ul li a {
        font-size: 20px;
    }
    .contact_text {
        padding-left: 5px;
    }
    .contact_img img {
        width: 18px;
        height: 18px;
    }
    .person_description ul{
        grid-template-columns: repeat(1,1fr);
    }
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { 
        padding: 40px 20px !important;
        display: block;
        text-align: center;
    }
    .tmt_row_col_one {padding-right: 0px;}
    .tmt_img_col img {
        height: 300px;
        width: 300px !important;
        margin: auto;
        display: flex;
        padding:10px 0;
    }
    .tmt_title_mob{display: block !important;}
    .tmt_title_web{display: none !important;}
    .faq_row {
        padding: 0 10px 0px !important;
    }
    .faq_col {
        width: 100%;
    }
    h5.et_pb_toggle_title {
        font-size: 16px !important;
    }
    .faq_col .et_pb_toggle_title:before,.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
        right: -15px !important;
        font-size: 30px !important;
    }
    .et_pb_accordion_item {
        padding: 20px 10px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 40px 10px 20px !important;
    }
    .position_content.site_content {
        width: 100%;
    }
    .position_inner_box{
        display: block;
    }
    .position_1 {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 10px;
    }
    .position_2{
        width: 100%;
        padding-bottom: 10px;
    }
    .position_3{
        justify-content: center;
    }
    .position_block {
        width: 100%;
        text-align: center;
    }
    .position_inner_title {
        font-size: 18px;
    }
    .position_box {
        padding: 15px 15px;
    }
    .career_detail_row {
        padding: 40px 10px !important;
    }
    .apply_cv .codedropz-upload-handler {
        width: 205px;
        margin: auto !important;
    }
    .career_inner_left_box, .career_form_col {width: 100%;padding-right: 0px;}
    .career_inner_right_box {width: 100%;}
    .career_inner_right_box ul li {
        padding-bottom: 15px;
        width: 100%;
        float: left;
    }
    .career_inner_title, .career_block strong {
        font-size: 18px;
    }
    .contact_input_inner {
        gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .career_col_box_inner, .apply_button {display: block;}
    .apply_cv {padding-bottom: 10px;}
    .contact_input_12, .contact_textarea_12 {
        padding-bottom: 10px;
    }
    .career_inner_right_box ul {
        margin-left: 0px;
    }
    .career_form_title {
        padding: 0px 0 25px;
    }
    /*-------------end career----------------*/
    /*------------eecp treatment --------------------*/
    .eecp_box {
        gap: 10px;
        line-height: 1;
    }
    .eecp_ul ul {
        grid-template-columns: repeat(1,1fr);
    }
    /*------------end eecp treatment --------------------*/
    .diseas_row,.diesas_img_mob,.diesas_content ul,.benefit_row,.benefit_content ul {
        display: block;
    }
    .diesas_title.site_inner_title.diesas_title_web{
        text-align: center;
    }
    .diseas_row {padding: 40px 0 !important;}
    .diseas_row_col_one,.diseas_row_col_two,
    .benefit_row_col_two,.benefit_row_col_one  {
        width: 100% !important;
    }
    .diseas_col_box {
        padding: 0 10px 0 0px;
        width: 98%;
    }
    .diesas_img_mob img,.benefit_img_col img {
        height: 300px;
        width: 100% !important;
        margin: auto;
        display: flex;
    }
    .diesas_content ul {
        grid-template-columns: [first] 45% [line2] 55%;
        gap: 5px 5px;
        padding-top: 13px !important;
    }
    .benefit_content ul{
        gap:5px 5px;
        padding-top: 13px !important;
    }
    .diseas_img_col {display: none;}
    .diseas_row::before,.benefit_row::before {
        width: 200px;
        height: 100px;
        left: -46px;
        top: 0 ;
        bottom: 0;
        margin: auto;
    }
     .benefit_col_box {
        width: 100%;
        padding-left: 10px;
    }
    .benefit_title_web {
        display: none;
    }
    .benefit_title_mob {
        display: block;
        text-align: center;
    }
    .benefit_title.site_inner_title,.diesas_title.site_inner_title {
        font-size: 22px;
    }
    .circulates_row {
        padding: 60px 10px !important;
    }
    .icon_bg {
        width: 100px;
        height: 100px;
    }
    .circulates_img img {
        width: 45px;
        height: 45px;
    }
    .circulates_img_box {
        width: 155px;
        height: 155px;
    }
    .circulates_block {
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }
    .circulates_title.site_title {width: 100%;}
    .circulates_box {height: 160px;}
    .eecp_filler_row {
        padding: 40px 10px !important;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .eecp_filler_image img {
        height: 270px;
    }
    .eecp_filler_content {
        padding: 10px;
    }
    .eecp_slider_row {padding: 40px 15px 0 !important;}
    .eecp_slider_img img {
        height: 170px;
    }
    .eecp_slider_left {
        width: 100%;
        padding: 20px 10px;
        text-align: center;
    }
    .eecp_slider_right_mob {
        display: block;
        margin: 0px auto 10px;
        width: 100%;
    }
    .eecp_slider_right_web{display: none;}
    .eecp_slider_content.site_content {height: auto;}
    .eecp_work_row {padding: 40px 10px !important;}
    .eecp_work_block {width: 100%;}
    .eecp_work_block::before { display: none;}
    .eecp_work_inner_block {
        width: 100%;
        grid-template-columns: repeat(1,1fr);
    }
    .eecp_work_img img {
        width: 160px;
        height: 160px;
        border: 5px solid #fff;
    }
    .eecp_work_img {
        width: 195px;
        margin: auto;
        display: flex;
    }
    .eecp_work_img::after {
        width: 152px;
        height: 152px;
        right: -27px;
        top: 5%;
    }
    .eecp_work_num {
        left: 10px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .eecp_work_block::after {
        top: 0;
        right: 0;
    }
    .eecp_work_inner_title.site_inner_title {padding: 15px 0px 15px;}
    .eecp_work_box {padding: 10px 0px;}
    .eecp_work_content.site_content {width: 100%;}
    .eecp_slider_img_1 img {
        height: 330px !important;
    }
    .eecp_slider_right.eecp_slider_right_mob.eecp_slider_img_1 {
        padding: 0;
    }
    /*------------end eecp treatment --------------------*/
}
@media all and (min-width: 481px) and (max-width: 767px){
    /*----------awards and achivement------------*/
    .award_filler_row .et_pb_column_1_4 {
        width: 50% !important;
    }
    .awards_img {
        margin: 0 10px;
    }
    /*----------end awards and achivement------------*/
    /*------------------our team-------------------*/
    .person_description ul {
        grid-template-columns: repeat(2,1fr) !important; 
    }
    /*------------------end our team-------------------*/
    /*------------eecp treatment --------------------*/
    .eecp_ul ul {
        grid-template-columns: repeat(1,1fr);
        width: 400px;
    }
    .diesas_content ul,.benefit_content ul {
        display: grid;
    }
     .circulates_block {
        gap: 20px;
        grid-template-columns: repeat(3,1fr);
    }
    .eecp_work_inner_block {
        grid-template-columns: repeat(2,1fr) !important;
    }
    /*------------end eecp treatment --------------------*/
}
@media all and (min-width: 768px) and (max-width: 980px){
    .site_title_inner {
        font-size: 18px;
    }
    /* ----- INNNER PAGE BANNER SECTION ----- */
    .inner_banner_block h1.entry-title {
        font-size: 34px;
    }
    .inner_banner_section {
        height: 250px;
    }
    .inner_banner_section:before {
        width: 200px;
        height: 50px;
    }
    /*--------video----------------*/
    .video_row {
        gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }
    .video_col {
        gap: 10px;
        width: 100% !important;
    }
    /*--------end video----------------*/
    /*-------------hospital--------------    */
    .gallary_title.site_title {
        text-transform: capitalize;
        padding: 30px 0;
    }
    /*------------end hospital-------------      */
    /*------------who we are----------*/
    .about_row {
        padding: 40px 10px !important;
    }
    .about_content_point ul li {
        width: 100%;
    }
    .about_col_box {
        width: 100%;
    }
    .story_col_box {
        width: 100%;
    }
    .story_left {
        width: 65%;
    }
    .story_right {
        padding: 40px 20px;
        width: 35%; 
    }
    .story_video_icon i {
        width: 55px;
        height: 55px;
    }
    .story_video_title {
        font-size: 16px;
    }
    .story_video_popup {
        width: 100%;
    }
    .story_video_popup_inner {
        width: 700px;
    }
    .why_pepole_row {
        padding-left: 10px !important;
    }
    .why_people_box {
        padding: 25px 15px;
    }
    .why_people_image_col img {
        height: 400px;
    }
    .why_people_block {
        gap: 20px 20px;
        padding-right: 20px;
    }
    .why_call_icon img {
        height: 70px;
    }
    .why_call_num {font-size: 27px;}
    .why_call_text {font-size: 18px;}
    .people_call_inner {
        padding: 10px 15px;
    }
    .why_people_image_col {
        padding-top: 20px;
    }
    .why_people_title.site_title {
        text-align: center;
    }
    /*------------end who we are----------*/
    /*----------department and service----------*/
    .service_row {
        padding: 40px 10px 0 !important;
    }
    .service_row_col_one {
        width: 100% !important;
        padding-right: 0px;
        position: fixed;
        top: 8%;
        z-index: 3;
        left: -200%;
        transition: 0.5s;
        background: #377ab7;
        padding: 30px 50px;
        height: 750px;
        overflow: auto;
    }
    .service_slidebar_show{
        left: 0px;      
        transition: 1s;
    }
    .service_row_col_two {
        width: 100% !important;
    }   
    .service_appointment_form .ab_book_app_box {
        padding: 0px 10px 30px;
    }
    .service_emg_call {padding: 20px;}
    .service_emg_one {font-size: 16px;}
    .service_emg_two {font-size: 23px;}
    .service_appointment_text.site_content {
        padding: 10px 10px;
    }
    .service_all ul li {
        font-size: 16px;
    }
    .service_sliderbar_title.site_inner_title {
        font-size: 23px;
        text-align: center;
        color: #fff;
    }
    .service_sidebar_icon {
        position: fixed;
        top: 29%;
        left: 0;
        background: #5ab146;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    /*----------end department and service sidebar----------*/
    /*----------department and service----------*/
    .service_one_image img {
        height: 500px;
    }
    .service_one_box_4 .service_one_content {
        height: 250px;
        overflow: auto;
    }
    .service_title {
        font-size: 22px;
    }
    .service_one_right {
        padding-left: 20px;
    }
    .service_col {
        padding-top: 0px;
    }
    .service_one_box_3 ul li {
        font-size: 16px;
    }
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 0px 0 0px;
        text-align: center;
    }
    .achivement_row {
        padding: 40px 10px !important;
        display: block;     
    }
    .achivement_img_col_box::after {
        right: -60px;
        width: 60%;
        margin: auto;
        left: 0;
    }
    .achivement_img_mob{display: block;}
    .achivement_img_web{display: none !important;}
    .achivement_img img {
        height: 400px;
    }
    .achivement_content.site_content {
        padding-top: 15px;
    }
    .achivement_img {
        width: 60%;
        margin: auto;
    }
    .award_filler_row {
        padding: 40px 5px !important;
    }
    .award_filler_img img {
        height: 65px;
    }
    .award_filler_num {
        font-size: 40px;
    }
    .award_filler_box {
        padding: 25px 10px;
    }
    .award_filler_title {
        font-size: 16px;
    }
    .award_filler_row .et_pb_column_1_4 {
        padding: 5px 5px;
        width: 25% !important;
    }
    .awards_row {
        padding: 40px 45px !important;
    }
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .message_row {
        padding: 40px 10px !important;
    }
    .get_touch_row {
        padding: 0 10px 40px !important;
    }
    .get_touch_icon {
        width: 45px;
        height: 45px;
    }
    .get_touch_icon img {
        width: 25px;
        height: 25px;
    }
    .get_touch_col_box ul li a {
        color: #000;
        font-size: 15px;
    }
    .get_touch_text {
        width: 100%;
        padding-left: 10px;
    }
    .get_touch_detail li{
        width: 50%;
        float: left;
    }
    .get_touch_look {
        float: left;
        width: 100%;
        margin: auto;
        text-align: center;
        padding-bottom: 15px;
    }
    .get_touch_title.site_title {text-align: center;}
    .get_touch_look ul{justify-content: center;}
    .get_touch_row_col_two {padding-left: 0;}
    /*----------------end contact us-------------------*/   
    /*-----------------our team-------------*/
    .team_detail_row  {
        padding: 40px 10px !important;
    }
    .team_detail_left {
        padding: 0px 10px 0 0;
    }
    .person_img img {
        height: 320px;
    }
    .box_boder {
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .working_title {
        width: 40%;
    }
    .person_description strong {
        font-size: 18px;
    }
    .team_detail_inner_right {
        padding: 20px;
    }
    .person_contact_box ul li a {
        font-size: 20px;
    }
    .contact_text {
        padding-left: 5px;
    }
    .contact_img img {
        width: 18px;
        height: 18px;
    }
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { 
        padding: 40px 20px !important;
        display: block;
        text-align: center;
    }
    .tmt_row_col_one {padding-right: 0px;}
    .tmt_img_col img {
        height: 500px;
        width: 500px !important;
        margin: auto;
        display: flex;
        padding:10px 0;
    }
    .tmt_title_mob{display: block !important;}
    .tmt_title_web{display: none !important;}
    .faq_row {
        padding: 0 10px 0px !important;
    }
    .faq_col {
        width: 100%;
    }
    h5.et_pb_toggle_title {
        font-size: 18px !important;
    }
     .faq_col .et_pb_toggle_title:before,.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
        right: -20px !important;
        font-size: 30px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 40px 10px 20px !important;
    }
    .position_content.site_content {
        width: 90%;
    }
    .position_1 {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 10px;
    }
    .position_2{
        width: 50%;
        float: left;
    }
    .position_3{
        float: right;
        justify-content: unset;
    }
    .position_block {
        width: 100%;
    }
    .position_inner_title {
        font-size: 18px;
    }
    .position_box {
        padding: 25px 25px;
    }
     .position_inner_box{
        display: block;
    }
    .career_detail_row {
        padding: 40px 10px !important;
    }
    .career_col_box_inner {
        display: block;
    }
    .career_inner_left_box, .career_form_col {width: 100%;padding-right: 0px;}
    .career_inner_right_box {width: 100%;}
    .career_inner_right_box ul li {
        padding-bottom: 15px;
        width: 50%;
        float: left;
    }
    .career_inner_title, .career_block strong {
        font-size: 18px;
    }
    .career_inner_right_box ul {
        margin-left: 0px;
    }
    .career_form_title {
        padding: 0px 0 25px;
    }
    /*-------------end career----------------*/
    /*------------eecp treatment --------------------*/
    .eecp_box {
        gap: 10px;
        line-height: 1;
    }
    /*------------end eecp treatment --------------------*/
    .diseas_col_box {
        padding: 0 10px 0 0px;
        width: 98%;
    }
    .diseas_row {
        display: block;
        padding: 40px 10px !important;
        text-align: center;
    }
    .diseas_img_col,.benefit_title_web {
        display: none;
    }
    .diesas_img_mob {
        display: block;
    }
    .benefit_title_mob,.benefit_row {
        display: block;
        text-align: center;
    }
    .diseas_row_col_one,.diseas_row_col_two,.benefit_row_col_one,.benefit_row_col_two{
        width: 100% !important;
    }
    .diesas_img_mob img,.benefit_img_col img {
        height: 400px;
        width: 100% !important;
        margin: 0px auto 10px;
        display: flex;
    }
    .diesas_content ul {
        grid-template-columns: [first] 45% [line2] 55%;
        gap: 5px 5px;
    }
    .benefit_content ul{
        gap:0px 5px;
        grid-template-columns: [first] 45% [line2] 55%;
    }
    .diseas_row::before,.benefit_row::before {
        width: 200px;
        height: 100px;
        left: -46px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .benefit_row::before {
        left: auto;
        right: -135px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .benefit_col_box {
        width: 100%;
        padding-left: 20px;
    }
    .benefit_title.site_inner_title,.diesas_title.site_inner_title {
        font-size: 24px;
    }
    .circulates_row {
        padding: 60px 10px !important;
    }
    .icon_bg {
        width: 125px;
        height: 125px;
    }
    .circulates_img img {
        width: 60px;
        height: 60px;
    }
    .circulates_img_box {
        width: 185px;
        height: 185px;
    }
    .circulates_block {
        gap: 20px;
        grid-template-columns: repeat(4,1fr);
    }
    .circulates_title.site_title {width: 100%;}
    .circulates_box {height: 170px;}
    .eecp_filler_row {
        padding: 40px 10px !important;
        gap: 20px;
    }
    .eecp_filler_image img {
        height: 270px;
    }
    .eecp_filler_content {
        padding: 10px;
    }
    .eecp_slider_row {padding: 40px 55px 0 !important;}
    .eecp_slider_img img {
        height: 275px;
    }
    .eecp_slider_left {
        width: 100%;
        padding: 25px 25px;
        text-align: center;
    }
    .eecp_slider_right_mob {
        display: block;
        margin: 0px auto 10px;
        width: 100%;
    }
    .eecp_slider_right_web{
        display: none;
    }
    .eecp_slider_content.site_content {height: auto;}
    .eecp_work_row {padding: 40px 10px !important;}
    .eecp_work_block {width: 100%;}
    .eecp_work_block::before { display: none;}
    .eecp_work_inner_block {
        width: 100%;
        grid-template-columns: repeat(2,1fr);
    }
    .eecp_work_img img {
        width: 160px;
        height: 160px;
        border: 5px solid #fff;
    }
    .eecp_work_img {
        width: 195px;
        margin: auto;
        display: flex;
    }
    .eecp_work_img::after {
        width: 152px;
        height: 152px;
        right: -27px;
        top: 5%;
    }
    .eecp_work_num {
        left: 10px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .eecp_work_block::after {
        top: 0;
        right: 0;
    }
    .eecp_work_box {padding: 10px 0px;}
    .eecp_work_inner_title.site_inner_title {padding: 15px 0px 15px;}
    .eecp_work_content.site_content {width: 100%;}
    .eecp_slider_img_1 img {
        height: 350px !important;
    }
    .eecp_slider_right.eecp_slider_right_mob.eecp_slider_img_1 {
        padding: 0;
    }
    /*------------end eecp treatment --------------------*/
}
@media all and (min-width: 981px) and (max-width: 1024px){
    .site_title_inner {
        font-size: 18px;
    }
    /* ----- INNNER PAGE BANNER SECTION ----- */
    .inner_banner_block h1.entry-title {
        font-size: 36px;
    }
    .inner_banner_section {
        height: 250px;
    }
    .inner_banner_section:before {
        width: 200px;
        height: 50px;
    }
    /*-------------hospital--------------    */
    .gallary_title.site_title {
        text-transform: capitalize;
        padding: 30px 0;
    }
    /*------------end hospital-------------      */
    /*------------who we are----------*/
    .about_row {
        padding: 40px 10px !important;
    }
    .about_col_box {
        width: 100%;
    }
    .story_col_box {
        width: 95%;
    }
    .story_right {
        padding: 0 20px;
    }
    .story_video_icon i {
        width: 55px;
        height: 55px;
    }
    .story_video_title {
        font-size: 16px;
    }
    .story_video_popup {
        width: 100%;
    }
    .why_pepole_row {
        padding-left: 10px !important;
    }
    .why_people_box {
        padding: 25px 15px;
    }
    .why_people_image_col img {
        height: 680px;
    }
    .why_people_block {
        gap: 20px 20px;
        padding-right: 20px;
    }
    .why_call_icon img {
        height: 70px;
    }
    .why_call_num {font-size: 27px;}
    .why_call_text {font-size: 18px;}
    .people_call_inner {
        padding: 10px 15px;
    }
    /*------------end who we are----------*/
    /*----------department and service----------*/
    .service_row {
        padding: 40px 10px 0 !important;
    }
    .service_row_col_one {
        width: 30% !important;
    }
    .service_row_col_two {
        width: 70% !important;
    }   
    .service_appointment_form .ab_book_app_box {
        padding: 0px 10px 30px;
    }
    .service_emg_call {padding: 20px 10px;}
    .service_emg_one {font-size: 16px;}
    .service_emg_two {font-size: 23px;}
    .service_appointment_text.site_content {
        padding: 10px 10px;
    }
    .service_all ul li {
        font-size: 16px;
    }
    .service_sliderbar_title.site_inner_title {
        font-size: 23px;
    }
    /*----------end department and service sidebar----------*/
    /*----------department and service----------*/
    .service_one_image img {
        height: 560px;
    }
    .service_one_box_4 .service_one_content {
        height: 250px;
        overflow: auto;
    }
    .service_title {
        font-size: 22px;
    }
    .service_one_right {
        padding-left: 20px;
    }
    .service_one_box_3 ul li {
        font-size: 16px;
    }
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 20px 0 0px;
    }
    .achivement_row {
        padding: 40px 35px !important;
    }
    .achivement_img_col_box::after {
        right: -30px;
    }
    .award_filler_row {
        padding: 50px 10px !important;
    }
    .award_filler_img img {
        height: 80px;
    }
    .award_filler_num {
        font-size: 45px;
    }
    .award_filler_box {
        padding: 35px 10px;
    }
    .award_filler_title {
        font-size: 18px;
    }
    .award_filler_row .et_pb_column_1_4 {
        padding: 10px 10px;
    }
    .awards_row {
        padding: 40px 45px !important;
    }
    /*----------end awards and achivement------------*/
    /*--------video----------------*/
    .video_row {
        gap: 10px;
    }
    .video_col {
        gap: 10px;
    }
    /*--------end video----------------*/
    /*----------------contact us-------------------*/
    .message_row {
        padding: 40px 10px !important;
    }
    .get_touch_row {
        padding: 0 10px 40px !important;
    }
    .get_touch_icon {
        width: 45px;
        height: 45px;
    }
    .get_touch_icon img {
        width: 25px;
        height: 25px;
    }
    .get_touch_col_box ul li a {
        color: #000;
        font-size: 15px;
    }
    .get_touch_text {
        width: 100%;
        padding-left: 10px;
    }
    /*----------------end contact us-------------------*/   
    /*-----------------our team-------------*/
    .team_detail_row  {
        padding: 40px 10px !important;
    }
    .team_detail_left {
        padding: 0px 35px 0 0;
    }
    .person_img img {
        height: 430px;
    }
    .box_boder {
        padding: 15px 10px;
        margin-bottom: 35px;
    }
    .working_title {
        width: 32%;
    }
    .person_description strong {
        font-size: 18px;
    }
    .team_detail_inner_right {
        padding: 35px;
    }
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { padding: 40px 20px !important;}
    .tmt_row_col_one {padding-right: 30px;}
    .tmt_img_col img {
        height: 500px;
    }
    .faq_row {
        padding: 0 10px 0px !important;
    }
    .faq_col {
        width: 100%;
    }
    h5.et_pb_toggle_title {
        font-size: 18px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 50px 10px 20px !important;
    }
    .position_content.site_content {
        width: 60%;
    }
    .position_1 {
        padding-right: 40px;
    }
    .position_block {
        width: 100%;
    }
    .position_inner_title {
        font-size: 18px;
    }
    .position_box {
        padding: 25px 25px;
    }
    .career_detail_row {
        padding: 40px 10px !important;
    }
    .apply_cv .codedropz-upload-handler {
        height: 40px;
    }
    .career_inner_left_box, .career_form_col {width: 80%;padding-right: 25px;}
    .career_inner_right_box {width: 20%;}
    .career_inner_right_box ul {margin-left: 0px;}
    .career_inner_title, .career_block strong {
        font-size: 18px;
    }
    /*-------------end career----------------*/
    /*------------eecp treatment --------------------*/
    .eecp_box {
        gap: 10px;
        line-height: 1;
    }
    .diseas_col_box {
        padding: 0 10px 0 0px;
        width: 89%;
    }
    .diseas_img_col img,.benefit_img_col img {
        height: 460px;
    }
    .diesas_content ul {
        grid-template-columns: [first] 45% [line2] 55%;
        gap: 5px 5px;
    }
    .benefit_content ul{
        gap:5px 5px;
    }
    .diseas_row::before,.benefit_row::before {
        width: 210px;
        height: 136px;
        left: -80px;
        top: 0;
    }
    .benefit_col_box {
        width: 100%;
        padding-left: 20px;
    }
    .circulates_row {
        padding: 50px 10px !important;
    }
    .icon_bg {
        width: 125px;
        height: 125px;
    }
    .circulates_img img {
        width: 60px;
        height: 60px;
    }
    .circulates_img_box {
        width: 185px;
        height: 185px;
    }
    .circulates_block {
        gap: 20px;
    }
    .circulates_title.site_title {width: 100%;}
    .circulates_box {height: 200px;}
    .eecp_filler_row {
        padding: 50px 10px !important;
        gap: 20px;
    }
    .eecp_filler_image img {
        height: 300px;
    }
    .eecp_filler_content {
        padding: 20px;
    }
    .eecp_slider_row {padding: 50px 55px 0 !important;}
    .eecp_slider_img img {
        height: 275px;
    }
    .eecp_slider_left {
        padding: 0 20px;
    }
    .eecp_work_row {padding: 50px 10px !important;}
    .eecp_work_block {width: 938px;}
    .eecp_work_block::before { width: 938px;top:15%;}
    .eecp_work_inner_block {width: 935px;}
    .eecp_work_img img {
        width: 160px;
        height: 160px;
        border: 5px solid #fff;
    }
    .eecp_work_img::after {
        width: 152px;
        height: 152px;
        right: -27px;
        top: 5%;
    }
    .eecp_work_num {
        left: 25px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .eecp_work_block::after {
        top: 11%;
    }
    .eecp_work_box {
        padding: 10px 0px;
    }
    .eecp_work_content.site_content {width: 100%;}
    .eecp_slider_img_1 img {
        height: 350px !important;
    }
    /*------------end eecp treatment --------------------*/
}
@media all and (min-width: 1025px) and (max-width: 1140px){
    .site_title_inner {
        font-size: 18px;
    }
    /* ----- INNNER PAGE BANNER SECTION ----- */
    .inner_banner_block h1.entry-title {
        font-size: 40px;
    }
    .inner_banner_section {
        height: 250px;
    }
    .inner_banner_section:before {
        width: 200px;
        height: 50px;
    }
    /*------------who we are----------*/
    .about_row {
        padding: 40px 10px !important;
    }
    .about_col_box {
        width: 100%;
    }
    .story_col_box {
        width: 95%;
    }
    .story_right {
        padding: 0 20px;
    }
    .story_video_icon i {
        width: 55px;
        height: 55px;
    }
    .story_video_title {
        font-size: 16px;
    }
    .story_video_popup {
        width: 97%;
    }
    .why_pepole_row {
        padding-left: 10px !important;
    }
    .why_people_box {
        padding: 25px 15px;
    }
    .why_people_image_col img {
        height: 680px;
    }
    .why_people_block {
        gap: 20px 20px;
        padding-right: 30px;
    }
    .why_call_icon img {
        height: 70px;
    }
    .why_call_num {font-size: 27px;}
    .why_call_text {font-size: 18px;}
    .people_call_inner {
        padding: 10px 15px;
    }
    /*------------end who we are----------*/
    /*--------video----------------*/
    .video_row {
        gap: 10px;
    }
    .video_col {
        gap: 10px;
    }
    /*--------end video----------------*/
    /*-------------hospital--------------    */
    .gallary_title.site_title {
        text-transform: capitalize;
        padding: 35px 0;
    }
    /*------------end hospital-------------      */
    /*----------department and service----------*/
    .service_row {
        padding: 40px 10px 0 !important;
    }
    .service_row_col_one {
        width: 30% !important;
    }
    .service_row_col_two {
        width: 70% !important;
    }   
    .service_appointment_form .ab_book_app_box {
        padding: 0px 10px 30px;
    }
    .service_emg_call {padding: 20px;}
    .service_emg_one {font-size: 16px;}
    .service_emg_two {font-size: 23px;}
    .service_appointment_text.site_content {
        padding: 10px 10px;
    }
    .service_all ul li {
        font-size: 16px;
    }
    .service_sliderbar_title.site_inner_title {
        font-size: 23px;
    }
    /*----------end department and service sidebar----------*/
    /*----------department and service----------*/
    .service_one_image img {
        height: 560px;
    }
    .service_one_box_4 .service_one_content {
        height: 250px;
        overflow: auto;
    }
    .service_title {
        font-size: 22px;
    }
    .service_one_right {
        padding-left: 20px;
    }
    .service_one_box_3 ul li {
        font-size: 17px;
    }
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 20px 0 0px;
    }
    .achivement_row {
        padding: 50px 35px !important;
    }
    .achivement_img_col_box::after {
        right: -30px;
    }
    .award_filler_row {
        padding: 50px 10px !important;
    }
    .award_filler_img img {
        height: 80px;
    }
    .award_filler_num {
        font-size: 45px;
    }
    .award_filler_box {
        padding: 35px 10px;
    }
    .award_filler_title {
        font-size: 18px;
    }
    .award_filler_row .et_pb_column_1_4 {
        padding: 10px 10px;
    }
    .awards_row {
        padding: 50px 45px !important;
    }
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .message_row {
        padding: 50px 10px !important;
    }
    .get_touch_row {
        padding: 0 10px 80px !important;
    }
    .get_touch_icon {
        width: 50px;
        height: 50px;
    }
    .get_touch_icon img {
        width: 25px;
        height: 25px;
    }
    .get_touch_col_box ul li a {
        color: #000;
        font-size: 15px;
    }
    .get_touch_text {
        width: 92%;
    }
    /*----------------end contact us-------------------*/   
    /*-----------------our team-------------*/
    .team_detail_row  {
        padding: 40px 10px !important;
    }
    .team_detail_left {
        padding: 0px 35px 0 0;
    }
    .person_img img {
        height: 430px;
    }
    .box_boder {
        padding: 20px 20px;
        margin-bottom: 35px;
    }
    .working_title {
        width: 30%;
    }
    .person_description strong {
        font-size: 20px;
    }
    .team_detail_inner_right {
        padding: 35px;
    }
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { padding: 50px 20px !important;}
    .tmt_row_col_one {padding-right: 30px;}
    .tmt_img_col img {
        height: 500px;
    }
    .faq_col {
        width: 90%;
    }
    h5.et_pb_toggle_title {
        font-size: 18px !important;
    }
    .faq_row {
        padding: 0 10px 30px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 50px 10px 20px !important;
    }
    .position_content.site_content {
        width: 60%;
    }
    .position_1 {
        padding-right: 40px;
    }
    .position_block {
        width: 100%;
    }
    .position_inner_title {
        font-size: 20px;
    }
    .position_box {
        padding: 30px 35px;
    }
    .career_detail_row {
        padding: 50px 10px !important;
    }
    .apply_cv .codedropz-upload-handler {
        height: 40px;
    }
    .career_inner_left_box, .career_form_col {width: 80%;padding-right: 25px;}
    .career_inner_right_box {width: 20%;}
    .career_inner_right_box ul {margin-left: 0px;}
    /*-------------end career----------------*/
    /*------------eecp treatment --------------------*/
    .eecp_box {
        gap: 10px;
        line-height: 1;
    }
    .diseas_col_box {
        padding: 0 10px 0 0px;
        width: 89%;
    }
    .diseas_img_col img,.benefit_img_col img {
        height: 460px;
    }
    .diesas_content ul {
        grid-template-columns: [first] 45% [line2] 55%;
        gap: 5px 5px;
    }
    .benefit_content ul{
        gap :5px 5px;
    }
     .diseas_row::before,.benefit_row::before {
        width: 235px;
        height: 162px;
        left: -100px;
    }
    .benefit_col_box {
        width: 100%;
        padding-left: 20px;
    }
     .circulates_row {
        padding: 60px 10px !important;
    }
    .icon_bg {
        width: 125px;
        height: 125px;
    }
    .circulates_img img {
        width: 60px;
        height: 60px;
    }
    .circulates_img_box {
        width: 185px;
        height: 185px;
    }
    .circulates_block {
        gap: 20px;
    }
    .circulates_title.site_title {width: 100%;}
    .circulates_box {height: 200px;}    
    .eecp_filler_row {
        padding: 50px 10px !important;
        gap: 20px;
    }
    .eecp_filler_image img {
        height: 300px;
    }
    .eecp_filler_content {
        padding: 20px;
    }
    .eecp_slider_row {padding: 50px 55px 20px !important;}
    .eecp_slider_img img {
        height: 290px;
    }
    .eecp_slider_left {
        padding: 0 20px;
    }
    .eecp_work_row {padding: 60px 20px !important;}
    .eecp_work_block {width: 965px;}
    .eecp_work_block::before { width: 965px;top: 20%;}
    .eecp_work_inner_block {width: 960px;}
    .eecp_work_img img {
        width: 185px;
        height: 185px;
    }
    .eecp_work_img::after {
        width: 175px;
        height: 175px;
        top: 20%;
    }
    .eecp_work_num {
        left: 18px;
        width: 35px;
        height: 35px;
    }
    .eecp_work_block::after {
        top: 11%;
    }
    .eecp_work_content.site_content {width: 100%;}
     .eecp_slider_img_1 img {
        height: 330px !important;
    }
    /*------------end eecp treatment --------------------*/
}
@media all and (min-width: 1141px) and (max-width: 1280px){
    .site_title_inner {
        font-size: 18px;
    }
    /* ----- INNNER PAGE BANNER SECTION ----- */
    .inner_banner_block h1.entry-title {
        font-size: 45px;
    }
    .inner_banner_section {
        height: 250px;
    }
    /*------------who we are----------*/
    .about_row {
        padding: 50px 10px !important;
    }
    .about_col_box {
        width: 98%;
    }
    .story_col_box {
        width: 95%;
    }
    .story_right {
        padding: 0 40px;
    }
    .story_video_icon i {
        width: 55px;
        height: 55px;
    }
    .story_video_title {
        font-size: 16px;
    }
    .story_video_popup {
        width: 85%;
    }
    .why_pepole_row {
        padding-left: 10px !important;
    }
    .why_people_box {
        padding: 25px 15px;
    }
    .why_people_image_col img {
        height: 680px;
    }
    .why_people_block {
        gap: 20px 20px;
        padding-right: 30px;
    }
    .why_call_icon img {
        height: 70px;
    }
    .why_call_num {font-size: 27px;}
    .why_call_text {font-size: 18px;}
    .people_call_inner {
        padding: 10px 15px;
    }
    /*------------end who we are----------*/
    /*----------department and service----------*/
    .service_row {
        padding: 50px 10px 0 !important;
    }
    .service_row_col_one {
        width: 30% !important;
    }
    .service_row_col_two {
        width: 70% !important;
    }   
    .service_appointment_form .ab_book_app_box {
        padding: 0px 20px 30px;
    }
    .service_emg_call {
        padding: 20px;
    }
    /*----------end department and service sidebar----------*/
    /*-------------hospital--------------    */
    .gallary_title.site_title {
        text-transform: capitalize;
        padding: 35px 0;
    }
    /*------------end hospital-------------      */
    /*----------department and service----------*/
    .service_one_image img {
        width: 100%;
        height: 600px;
    }
    .service_one_box_4 .service_one_content {
        height: 250px;
        overflow: auto;
    }
    .service_title {
        font-size: 22px;
    }
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 30px 0 0px;
    }
    .achivement_row {
        padding: 50px 60px !important;
    }
    .award_filler_row {
        padding: 50px 30px !important;
    }
    .award_filler_img img {
        height: 85px;
    }
    .award_filler_num {
        font-size: 50px;
    }
    .award_filler_box {
        padding: 35px 10px;
    }
    .award_filler_title {
        font-size: 20px;
    }
    .awards_row {
        padding: 50px 45px !important;
    }
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .message_row {
        padding: 50px 10px !important;
    }
    .get_touch_row {
        padding: 0 10px 80px !important;
    }
    .get_touch_icon {
        width: 50px;
        height: 50px;
    }
    .get_touch_icon img {
        width: 25px;
        height: 25px;
    }
    .get_touch_col_box ul li a {
        color: #000;
        font-size: 16px;
    }
    /*----------------end contact us-------------------*/   
    /*-----------------our team-------------*/
    .team_detail_row  {
        padding: 50px 10px !important;
    }
    .team_detail_left {
        padding: 0px 35px 0 0;
    }
    .person_img img {
        height: 500px;
    }
    .box_boder {
        padding: 20px 20px;
        margin-bottom: 35px;
    }
    .working_title {
        width: 30%;
    }
    .person_description strong {
        font-size: 20px;
    }
    .team_detail_inner_right {
        padding: 35px;
    }
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { padding: 50px 10px !important;}
    .tmt_row_col_one {padding-right: 30px;}
    .tmt_img_col img {
        height: 500px;
    }
    .faq_row {
        padding: 0 10px 30px !important;
    }
    .faq_col {
        width: 90%;
    }
    h5.et_pb_toggle_title {
        font-size: 18px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 50px 10px 20px !important;
    }
    .position_content.site_content {
        width: 55%;
    }
    .position_block {
        width: 100%;
    }
    .position_inner_title {
        font-size: 20px;
    }
    .position_box {
        padding: 30px 40px;
    }
    .career_detail_row {
        padding: 50px 10px !important;
    }
    .apply_cv .codedropz-upload-handler {
        height: 45px;
    }
    .career_inner_left_box, .career_form_col {width: 80%;padding-right: 25px;}
    .career_inner_right_box {width: 20%;}
    .career_inner_right_box ul {margin-left: 10px;}
    /*-------------end career----------------*/
    /*------------eecp treatment --------------------*/
    .eecp_box {
        gap: 10px;
        line-height: 1;
    }
    .diseas_col_box {
        padding: 0 10px 0 0px;
        width: 89%;
    }
    .diseas_img_col img,.benefit_img_col img {
        height: 500px;
    }
     .diseas_row::before,.benefit_row::before {
        width: 235px;
        height: 162px;
        left: -100px;
    }
    .benefit_col_box {
        width: 91%;
        padding-left: 20px;
    }
    .circulates_row {
        padding: 60px 10px !important;
    }
    .icon_bg {
        width: 140px;
        height: 140px;
    }
    .circulates_img img {
        width: 65px;
        height: 65px;
    }
    .circulates_img_box {
        width: 200px;
        height: 200px;
    }
    .circulates_block {
        gap: 20px;
    }
    .circulates_title.site_title {width: 100%;}
    .circulates_box {height: 200px;}
    .eecp_filler_row {
        padding: 60px 10px !important;
        gap: 20px;
    }
    .eecp_filler_image img {
        height: 330px;
    }
    .eecp_filler_content {
        padding: 20px;
    }
    .eecp_slider_row {padding: 60px 55px 30px !important;}
    .eecp_slider_img img {
        height: 280px;
    }
    .eecp_slider_left {
        padding: 0 20px;
    }
    .eecp_work_row {padding: 60px 20px !important;}
    .eecp_work_block {width: 1060px;}
    .eecp_work_block::before { width: 1060px;top: 20%;}
    .eecp_work_inner_block {width: 1210px;}
    .eecp_work_img img {
        width: 185px;
        height: 185px;
    }
    .eecp_work_img::after {
        width: 175px;
        height: 175px;
        top: 20%;
    }
    .eecp_work_num {
        left: 28px;
        width: 40px;
        height: 40px;
    }
    .eecp_work_block::after {
        top: 11%;
    }
    .eecp_work_content.site_content {width: 95%;}
    .eecp_slider_img_1 img {
        height: 330px !important;
    }
    /*----------end eecp treatment----------------*/
}
@media all and (min-width: 1281px) and (max-width: 1440px){
    .site_title_inner {
        font-size: 20px;
    }
    /*------------who we are----------*/
    .about_row {
        padding: 60px 10px !important;
    }
    .about_col_box {
        width: 95%;
    }
    .story_col_box {
        width: 90%;
    }
    .story_right {
        padding: 0 40px;
    }
    .story_video_icon i {
        width: 60px;
        height: 60px;
    }
    .story_video_popup {
        width: 80%;
    }
    .why_pepole_row {
        padding-left: 20px !important;
    }
    .why_people_box {
        padding: 25px 15px;
    }
    .why_people_image_col img {
        height: 680px;
    }
    .why_people_block {
        gap: 20px 20px;
        padding-right: 30px;
    }
    .why_call_icon img {
        height: 70px;
    }
    .why_call_num {font-size: 27px;}
    .why_call_text {font-size: 18px;}
    .people_call_inner {
        padding: 10px 15px;
    }
    /*------------end who we are----------*/
    /*----------department and service sidebar----------*/
    .service_row {
        padding: 60px 20px 0 !important;
    }
    .service_row_col_one {
        width: 30% !important;
    }
    .service_row_col_two {
        width: 70% !important;
    }   
    /*----------end department and service sidebar----------*/
    /*----------department and service----------*/
    .service_one_image img {
        width: 100%;
        height: 670px;
    }
    .service_one_box_4 .service_one_content {
        height: 250px;
        overflow: auto;
    }
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 50px 0 0px;
    }
    .achivement_row {
        padding: 60px 60px !important;
    }
    .award_filler_row {
        padding: 60px 30px !important;
    }
    .award_filler_img img {
        height: 85px;
    }
    .award_filler_num {
        font-size: 50px;
    }
    .award_filler_box {
        padding: 35px 10px;
    }
    .awards_row {
        padding: 60px 80px !important;
    }
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .message_row {
        padding: 60px 20px !important;
    }
    .get_touch_row {
        padding: 0 20px 80px !important;
    }
    .get_touch_icon {
        width: 55px;
        height: 55px;
    }
    .get_touch_icon img {
        width: 30px;
        height: 30px;
    }
    .get_touch_col_box ul li a {
        color: #000;
        font-size: 16px;
    }
    /*----------------end contact us-------------------*/   
    /*-----------------our team-------------*/
    .team_detail_row  {
        padding: 60px 20px !important;
    }
    .person_img img {
        height: 510px;
    }
    .box_boder {
        padding: 20px 20px;
    }
    .working_title {
        width: 30%;
    }
    .person_description strong {
        font-size: 20px;
    }
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { padding: 60px 20px !important;}
    .tmt_row_col_one {padding-right: 30px;}
    .tmt_img_col img {
        height: 500px;
    }
    .faq_row {
        padding: 0 10px 30px !important;
    }
    .faq_col {
        width: 85%;
    }
    h5.et_pb_toggle_title {
        font-size: 20px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 60px 10px 20px !important;
    }
    .position_content.site_content {
        width: 55%;
    }
    .position_block {
        width: 100%;
    }
    .position_inner_title {
        font-size: 20px;
    }
    .career_detail_row {
        padding: 60px 20px !important;
    }
    .career_inner_left_box, .career_form_col {width: 80%;}
    .career_inner_right_box {width: 20%;}
    .career_inner_right_box ul {margin-left: 25px;}
    /*-------------end career----------------*/
    /*----------eecp treatment----------------*/
    .diseas_col_box {
        padding: 0 25px 0 0px;
        width: 87%;
    }
    .diseas_img_col img,.benefit_img_col img {
        height: 543px;
    }
    .diseas_row::before,.benefit_row::before {
        width: 235px;
        height: 162px;
        left: -100px;
    }
    .benefit_col_box {
        width: 90%;
        padding-left: 40px;
    }
    .circulates_row {
        padding: 60px 20px !important;
    }
    .icon_bg {
        width: 140px;
        height: 140px;
    }
    .circulates_img img {
        width: 65px;
        height: 65px;
    }
    .circulates_img_box {
        width: 200px;
        height: 200px;
    }
    .circulates_block {
        gap: 20px;
    }
    .eecp_filler_row {
        padding: 60px 20px !important;
        gap: 20px;
    }
    .eecp_filler_image img {
        height: 330px;
    }
    .eecp_filler_content {
        background: #fff;
        padding: 25px;
    }
    .eecp_slider_row {padding: 60px 65px 30px !important;}
    .eecp_slider_img img {
        height: 300px;
    }
    .eecp_slider_left {
        padding: 0 35px;
    }
    .eecp_work_row {padding: 60px 20px !important;}
    .eecp_work_block {width: 1220px;}
    .eecp_work_block::before { width: 1220px; top: 20%;}
    .eecp_work_inner_block {width: 1210px;}
    .eecp_work_img img {
        width: 200px;
        height: 200px;
    }
    .eecp_work_img::after {
        width: 188px;
        height: 188px;
        top: 20%;
    }
    .eecp_work_num {
        left: 37px;
        width: 40px;
        height: 40px;
    }
    .eecp_work_block::after {
        top: 11%;
    }
    .eecp_work_content.site_content {width: 90%;}
    .eecp_slider_img_1 img {
        height: 350px !important;
    }
    /*----------end eecp treatment----------------*/
}
@media all and (min-width: 1441px) and (max-width: 1680px){
    .inner_banner_block h1.entry-title {
        padding-left: 50px;
    } 
    /*------------who we are----------*/
    .about_row {
        padding: 70px 10px !important;
    }
    .about_col_box {
        width: 90%;
    }
    .story_col_box {
        width: 90%;
    }
    .story_right {
        padding: 0 61px;
    }
    .story_video_popup {
        width: 73%;
    }
    .why_pepole_row {
        padding-left: 20px !important;
    }
    .why_people_box {
        padding: 30px 25px;
    }
    .why_people_image_col img {
        height: 700px;
    }
    /*------------end who we are----------*/
    /*----------department and service----------*/
    .service_row {
        padding: 70px 20px 0 !important;
    }
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {
        padding: 0 50px 0 0px;
    }
    .achivement_row {
        padding: 70px 60px !important;
    }
    .award_filler_row {
        padding: 70px 70px !important;
    }
    .award_filler_img img {
        height: 85px;
    }
    .award_filler_num {
        font-size: 50px;
    }
    .awards_row {
        padding: 70px 100px !important;
    }
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .message_row { padding: 70px 50px !important;}
    .get_touch_row {padding: 0 50px 90px !important;}
    /*----------------end contact us-------------------*/
    /*-----------------our team-------------*/
    .team_detail_row  {padding: 70px 20px !important;}
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row { padding: 70px 20px !important;}
    .faq_row {
        padding: 0 10px 30px !important;
    }
    .faq_col {
        width: 80%;
    }
    h5.et_pb_toggle_title {
        font-size: 20px !important;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_row {
        padding: 70px 10px 20px !important;
    }
    .position_content.site_content {
        width: 52%;
    }
    .position_block {
        width: 90%;
    }
    .career_detail_row {
        padding: 70px 20px !important;
    }
    .career_inner_left_box, .career_form_col {width: 80%;}
    .career_inner_right_box {width: 20%;}
    /*-------------end career----------------*/
    /*----------eecp treatment----------------*/
    .diseas_col_box {
        padding: 0 25px 0 0px;
        width: 80%;
    }
    .diseas_img_col img,.benefit_img_col img {
        height: 543px;
    }
    .diseas_row::before,.benefit_row::before {
        width: 275px;
        height: 225px;
    }
    .benefit_col_box {
        width: 85%;
        padding-left: 40px;
    }
     .circulates_row {
        padding: 70px 80px !important;
    }
    .icon_bg {
        width: 140px;
        height: 140px;
    }
    .circulates_img img {
        width: 65px;
        height: 65px;
    }
    .eecp_filler_row {padding: 70px 50px !important;}
    .eecp_filler_image img {
        height: 370px;
    }
    .eecp_filler_content {
        background: #fff;
        padding: 25px;
    }
    .eecp_slider_row {padding: 70px 80px 30px !important;}
    .eecp_slider_img img {
        height: 350px;
    }
    .eecp_slider_left {
        padding: 0 35px;
    }
    .eecp_work_row {padding: 70px 20px !important;}
    .eecp_work_content.site_content {width: 85%;}
    .eecp_slider_img_1 img {
        height: 400px !important;
    }
    /*----------end eecp treatment----------------*/
}
@media all and (min-width: 1681px) and (max-width: 1880px){
      
    /*------------who we are----------*/
    .about_row {
        padding: 80px 10px !important;
    }
    .about_col_box {
        width: 90%;
    }
    .story_col_box {
        width: 80%;
    }
    .story_right {
        padding: 0 68px;
    }
    .why_pepole_row {padding-left: 50px !important;}
    /*------------end who we are----------*/
    /*----------department and service----------*/
    .service_row {padding: 80px 50px 0 !important;}
    /*----------end department and service----------*/
    /*----------awards and achivement------------*/
    .achivement_row_col_one {padding: 0 50px 0 0px;}
    .achivement_row {padding: 80px 60px !important;}
    .award_filler_row {padding: 80px 80px !important;}
    .awards_row {padding: 80px 100px !important;}
    /*----------end awards and achivement------------*/
    /*----------------contact us-------------------*/
    .message_row {padding: 80px 50px !important;}
    .get_touch_row {padding: 0 80px 100px !important;}
    /*----------------end contact us-------------------*/
    /*-----------------our team-------------*/
    .team_detail_row  { padding: 80px 50px !important;}
    /*-----------------end our team-------------*/
    /*---------------tmt test-----------------*/
    .tmt_row {padding: 80px 50px !important; }
    .faq_col {
        width: 80%;
    }
    /*---------------end tmt test-----------------*/
    /*-------------career----------------*/
    .position_block {width: 75%;}
    .career_detail_row {padding: 80px 50px !important;}
    /*-------------end career----------------*/
    /*----------eecp treatment----------------*/
    .diseas_col_box {
        padding: 0 25px 0 0px;
        width: 76%;
    }
    .benefit_col_box {
        width: 80%;
    }
    .circulates_row {padding: 80px 100px !important;}
    .eecp_filler_row {padding: 80px 130px !important;}
    .eecp_slider_row {padding: 80px 120px 30px !important;}    
    /*----------end eecp treatment----------------*/

}
@media all and (min-width: 768px) and (max-width: 1880px){
    .inner_banner_block h1.entry-title {
        padding-left: 50px;
    }
}