* { margin: 0 0; padding: 0; outline: none; -ms-word-break: break-word; word-break: break-word; word-wrap: break-word;  }
html {scroll-behavior: smooth; }
body { font-family: "Raleway", sans-serif; font-weight: normal !important; font-style: normal !important; overflow-x: hidden; padding: 0px !important; }
/* scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px;}
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px; border-radius: 10px; background: rgba(46, 86, 192, 0.6); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 255, 255, 0.3);}
input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus { border: 1px solid transparent; -webkit-text-fill-color: rgba(152, 152, 152, 1); -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset; transition: background-color 5000s ease-in-out 0s;}
::selection { color: #fff; background: #25326B;}
.help-block { font-size: 12px; color: red; }
/* header css */
header { box-shadow: 0px 4px 17px 0px #C6CCFE; background: #FFFFFF; width: 100%; height: 80px; padding: 5px 15px; display: flex; align-items: center; position: relative; z-index: 1; }
.site_logo { max-width: 371px; height: 100%; display: flex; align-items: center; width: 100%; }
.site_logo img { max-width: 201px; width: 100%; height: 64px; object-fit: contain; object-position: center; margin-right: 10px; }
.site_logo span { font-size: 20px; font-weight: 700; color: #25326B;  }
header .search_icon { width: 32px; height: 32px; margin-left: auto; margin-right: 15px; padding: 5px; background: transparent; border-radius: 5px; cursor: pointer;  }
.search_icon label { cursor: pointer; text-align: center; display: block; font-size: 15px; color: #fff;}
header .search_icon img { width: 100%; height: 100%; object-fit: contain; object-position: center; vertical-align: top;}
.header_search_block { position: absolute; right: 100px; left: auto; width: 100%; opacity: 0; pointer-events: none; transition: all 0.3s ease; padding: 0px; top: 50%; transform: translateY(-50%); max-width: 440px; width: 100%; box-shadow: 0px 4px 17px 0px #C6CCFE; border-radius: 10px; }
#show-search:checked ~ .header_search_block { opacity: 1; pointer-events: auto;}
.header_search_block .input-group { width: 100%; background: #fff; border-radius: 12px;}
.header_search_block .form-control {box-shadow: none !important; border: none !important; background: none !important; font-size: 14px; color: #1D191A; padding: 10px 15px;}
.header_search_block .input-group-text { box-shadow: none !important; border: none !important; background: none !important; padding: 10px 10px 10px 10px;}
header .dot_icon { width: 24px; height: 24px; cursor: pointer; }
header .dot_icon img{ width: 100%; height: 100%; object-fit: contain; object-position: center; }
header input[type="checkbox"] {display: none;}
#sidebarMenu { height: 100%; position: fixed; right: 0; width: 316px; padding: 30px; top: 0px; transform: translateX(0px); transition: transform 250ms ease-in-out; background: #25326B; z-index: 111;}
.sidebarMenuInner { margin: 0; padding: 0; padding-top: 20px; height: 100vh; overflow-y: auto; }
.hidden { transform: translateX(316px) !important;}
.close_button { width: 24px; height: 24px; cursor: pointer; margin-left: auto; }
.close_button img { width: 100%; height: 100%; object-fit: contain; object-position: center;  }
.sidebarMenuInner li { display: block; }
.sidebarMenuInner li a { display: flex; align-items: center; width: 100%; padding: 16px 12px; border-bottom: 1px solid #192451; font-size: 12px; color: #fff; }
.sidebarMenuInner li a img { width: 16px; height: 16px; object-fit: contain; object-position: center;  }
.sidebarMenuInner li a img.arrow_img { width: 14px; height: 14px; }
.sidebarMenuInner li a:hover, .sidebarMenuInner li a.active {  color: #4358b1;  }
/* end header css */
.common_btn { width: 110px; border-radius: 6px; font-size: 12px; font-weight: 700; color: #FFFFFF !important; border: 1px solid transparent; background: #6C7C83; padding: 10px; text-transform: uppercase; box-shadow: none !important; position: relative; z-index: 1; }
.common_btn:hover { color: #6C7C83 !important; border: 1px solid #6C7C83; background: transparent; }
.heading_block { width: 100%; text-align: center; margin-bottom: 30px; }
.heading_block .heading { font-size: 32px; font-weight: 700; color: #25326B; margin-bottom: 20px; }
.heading_block .h_text { font-size: 16px; color: #6C7C83; margin-bottom: 0px; }
.slick-custom-arrow { border: none !important; background: #25326B !important; width: 36px; height: 36px; top: 50%; transform: translateY(-50%); position: absolute; z-index: 1; border-radius: 50%; box-shadow: 2px 3px 0px 0px #3248A9 !important; left: 0; }
.slick-custom-arrow.slick-next { right: 0; left: auto; }
/* home page design */
.banner_section { background: #E3E6FF; width: 100%; min-height: 520px; display: flex; position: relative; overflow: hidden; background-position: center !important; }
.banner_section::before { position: absolute; content: ""; width: 284px; height: 304px; top: -35px; left: 0px; background: url(../images/crave_line.png) no-repeat; display: none !important;  }
.banner_content_block { width: 50%; display: flex; padding: 15px; position: relative; }
.banner_content_block .bcb_box { max-width: 617px; width: 100%; margin: auto; background: rgba(255,255,255,0.7); padding: 35px; border-radius: 10px; }
.banner_content_block .bcb_box .bcb_heading { font-size: 40px; font-weight: 700; color: #25326B; margin-bottom: 10px; position: relative; }
.banner_content_block .bcb_box .bcb_heading img { width: 50px; height: 50px; object-fit: contain; object-position: center; position: absolute; right: 10px; top: -36px; display: none ; }
.banner_content_block .bcb_box .bcb_text { font-size: 18px; font-weight: 400; color: #6C7C83; margin-bottom: 0px; }
.banner_image_block { width: 50%; overflow: hidden; display: none !important; }
.banner_image_block .bib_box { max-width: 620px; width: 100%; margin: auto auto 0px; position: relative; height: 100%; }
.banner_image_block .bib_box div img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.banner_image_block .small_dots { width: 136px; height: 139px; position: absolute; bottom: 30px; left: -55px; }
.banner_image_block .big_dots { width: 494px; height: 494px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.banner_image_block .arrow_img { width: 618px; height: 432px; position: absolute; position: absolute; bottom: -28px; }
.banner_image_block .user_img { width: 563px; height: 499px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.faculty_section { width: 100%; display: block; padding: 40px 30px; background: url(../images/circlebg.webp) no-repeat; background-size: cover; background-position: center; }
.faculty_silder_block { background: #F7F7F9; border-radius: 160px; padding: 35px 80px; width: 100%; margin-bottom: 40px; }
.faculty_img { width: 150px; height: 150px; border-radius: 50%; border: 3px solid #E3E3FE; margin: 0px auto 10px; }
.faculty_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%; }
.faculty_card_body .faculty_name { font-size: 16px; font-weight: 700; text-align: center; color: #25326B; margin-bottom: 10px; }
.faculty_card_body .faculty_post { font-size: 14px; text-align: center; color: #6C7C83; margin-bottom: 5px; }
.faculty_section .slick-custom-arrow.slick-prev { left: -52px; }
.faculty_section .slick-custom-arrow.slick-next { right: -52px; }
.common_block_section { width: 100%; display: block; padding: 40px 15px;}
.color_bg_img { width: 100%; background: url(../images/bgimg.png) no-repeat; background-size: cover; background-position: center; }
.common_slider_block { max-width: 1636px; width: 100%; margin: 0px auto; padding:0px 50px 40px; }
.slider_card_block { width: 100%; }
.slider_card_inside { border: 1px solid #B5B5C3; background: #FFFFFF; max-width: 295px; border-radius: 10px; width: 100%; padding: 20px; margin: 3px auto; width: 100%; display: block; }
.slider_card_inside .slider_img { width: 100%; height: 190px; border-radius: 10px; }  
.slider_card_inside .slider_img img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 10px; }
.slider_card_inside .slider_body { padding-top: 16px; }
.slider_card_inside .sb_tile { font-size: 18px; font-weight: 700; line-height: 26px; color: #25326B; margin-bottom: 20px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; height: 52px; }
.slider_card_inside .slider_body .common_btn { z-index: unset; }
.faq_video_section { background: url(../images/circlebg.webp) no-repeat; background-size: cover; background-position: center; }
.faq_video_section .slider_card_inside .common_btn { background: #25326B;}
.faq_video_section .slider_card_inside .common_btn:hover { color: #25326B !important; border: 1px solid #25326B; background: transparent;  }
.journal_section .slider_card_inside .common_btn { background: #25326B;}
.journal_section .slider_card_inside .common_btn:hover { color: #25326B !important; border: 1px solid #25326B; background: transparent;  }
.app_section { background: #25326B; width: 100%; height: 320px;  overflow: hidden; display: flex; align-items: center; }
.app_section .app_content .app_title { font-size: 32px; font-weight: 700; color: #FFFFFF; margin-bottom: 20px; }
.app_section .app_block { max-width: 1500px; width: 100%; margin: 0px auto; padding-left: 0px; justify-content: center; /*  background: url(../images/right_shapes.png) no-repeat; background-position: center right; background-size: contain; */ }
.app_section .app_image { width: auto; height: 320px; position: relative; padding-top: 5px; display: none !important; }
.app_section .app_image::before { position: absolute; content: ""; width: 430px; height: 215px; border-radius: 250px 250px 0px 0px; border: 30px solid #1B244F; bottom: 0px; border-bottom: 0px !important; display: none !important; }
.app_section .app_image > img { width: 100%; height: 100%; object-fit: contain; object-position: center; position: relative; display: none !important; }
.app_section .app_image .dot { width: 78px; height: 93px; top: 50px; right: 75px; position: absolute; z-index: 0; display: none !important; }
.app_section .app_image .dot img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.app_btn_block { width: 100%; display: flex; align-items: center; }
.app_btn_block .btn { border: 3px solid #FFFFFF40; background: transparent;  background: rgba(0, 0, 0, 0.5); width: 172px; height: 54px;  margin-right: 10px; border-radius: 30px; color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; text-align: left; box-shadow: none !important; font-weight: bold; }
.app_btn_block .btn:hover { background: rgba(0, 0, 0, 0.3); }
.app_btn_block .btn img { width: 25px; height: 25px; object-fit: contain; object-position: center; margin-right: 5px; }
.app_btn_block .btn span span { font-size: 12px; font-weight: 400; }
.medical_video_section {  content: ""; background: url(../images/circlebg.webp) no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; top: 0; left: 0; }
/* footer */
footer { width: 100%; padding: 5px 15px 20px; background-color: #E3E6FF; }
footer .fsite_logo { max-width: 270px; width: 100%; margin: 0px auto; display: block; text-align: center; } 
footer .fsite_logo img { width: 100%;  height: 109px; object-fit: contain; object-position: center;  } 
footer .fsite_logo span { font-size: 18px; font-weight: 700; text-align: center; color: #25326B; display: block; padding: 15px; } 
.copy_right_text { font-size: 12px; font-weight: 400; text-align: center; color: #595D83; margin-bottom: 0px; }
/*  */
.common_banner_listing_page { background: #E3E6FF; max-width: 1260px; border-radius: 0px 0px 60px 60px; width: 100%; margin: 0px auto; height: 190px; position: relative; }
.common_banner_listing_page::before { position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; background: url(../images/crave_line.png) no-repeat, url(../images/banner_shape02.png) no-repeat, url(../images/bg_dots.png) no-repeat; background-position: -11px 208%, 37%, 100% 100%; }
.banner_serach_bar { max-width: 610px; width: 100%; margin: 0px auto; padding: 50px 0px 35px; position: relative; }
.banner_serach_bar .input-group { box-shadow: 0px 4px 22px 0px #C4C8EB; border: 1px solid #B8BFF9; background: #D0D5FF; border-radius: 60px; }
.banner_serach_bar .input-group .form-control { box-shadow: none !important; border: none !important; border-color: 60px 0px 0px 60px; background: none !important; font-size: 14px; font-weight: 500; padding: 20px 30px; }
.banner_serach_bar .input-group .form-control::placeholder { color: #6C7C83; }
.banner_serach_bar .input-group .input-group-text { background: transparent; border-radius: 0px 60px 60px 0px; padding: 20px 30px; border: none !important; box-shadow: none !important; cursor: pointer !important; }
.banner_serach_bar .input-group .input-group-text img { width: 20px; height: 20px; object-fit: contain; object-position: center; }
.banner_serach_bar .reset_btn { background: none !important; border: none !important; box-shadow: none !important; font-size: 12px; color: #25326B; margin-right: 30px; }
.common_banner_listing_page .page_title { font-size: 36px; font-weight: 700; text-align: center; color: #25326B; margin-bottom: 0px; margin-bottom: -20px; position: relative; }
.common_banner_listing_page .page_title span { position: relative; z-index: 1; }
.common_banner_listing_page .page_title span.white-stroke-text { -webkit-text-stroke:10px white; font-size: 36px; position: absolute; left: 50%; transform: translateX(-50%); z-index: 0; width: 100%; }
.doctor_listing_section { width: 100%; display: block; padding: 40px 15px; background: url(../images/circlebg.webp) no-repeat; background-size: cover; background-position: center;  }
.filter_form_row {  width: 100%; display: flex; justify-content: flex-end; max-width: 1260px; margin: 0px auto 30px; }
.filter_form_row .form-select { border-radius: 0 !important; border: none !important; box-shadow: none !important; max-width: 190px; width: 100%; border-bottom: 1px solid #25326B !important; font-size: 14px; color: #25326B; padding: 5px 0px; background-color: transparent !important; font-weight: 600; }
.filter_form_row .choices{ border-radius: 0 !important; border: none !important; box-shadow: none !important; max-width: 190px; width: 100%; border-bottom: 1px solid #25326B !important; font-size: 14px; color: #25326B; padding: 5px 0px; background-color: transparent !important; font-weight: 600; }
.filter_form_row .choices + .choices { max-width: 170px; }
.filter_form_row .choices__inner {background-color: transparent !important; border: none !important;}
.choices[data-type*=select-one]:after{ content: ""; background-image: url(../images/dwon.png);background-repeat: no-repeat; width: 12px; height: 12px; display: inline-block; vertical-align: text-bottom; margin-left: 10px; border: none !important; margin-top: 0px !important; }
.choices__placeholder {opacity: 1 !important;}
.choices[data-type*=select-one].is-open:after{ margin: 0px !important; }
.filter_form_row .choices:last-child {  margin-bottom: auto !important; margin-left: 1rem !important;}
.faculty_slider_dc { width: 100%; display: flex; max-width: 1260px; margin: 0px auto; flex-wrap: wrap; }
.faculty_slider_dc .faculty_info { width: calc(100% / 7); padding: 10px 15px 30px; }
.other_page_app_section { position: relative; padding-bottom: 8px; }
.other_page_app_section::before { position: absolute; width: 100%; height: 110px; bottom: 0; z-index: 1; content: ""; background: url(../images/footerwave.png) no-repeat; background-size: contain; background-position: bottom center; }
.footer_canvas { position: relative; overflow: hidden; }
.footer_canvas::before { position: absolute; width: 100%; height: 110px; bottom: 0; z-index: 1; content: ""; background: url(../images/footerwave.png) no-repeat; background-size: contain; background-position: bottom center; }
/* doctor profile page */
.common_detail_page { width: 100%; display: block; position: relative; }
.common_banner_detail_page { position: relative; width: 100%; display: block; padding: 0px 15px 40px; background: url(../images/circlebg.webp) no-repeat; background-size: cover; background-position: top;  }
.common_banner_detail_page .cbdp_block { background: #E3E6FF; max-width: 1260px; border-radius: 0px 0px 60px 60px; width: 100%; margin: 0px auto; height: 260px; position: absolute; left: 50%; transform: translateX(-50%); z-index: 0; }
.common_banner_detail_page .cbdp_block::before { position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; background: url(../images/crave_line.png) no-repeat, url(../images/banner_shape02.png) no-repeat, url(../images/bg_dots.png) no-repeat; background-position: -31px -75%, 35% 80%, 100% 100%; }
.doctor_information_block { display: flex; align-items: center; justify-content: center; padding: 30px 15px 0px; position: relative; }
.doctor_information_block .doctor_deg { min-width: 280px; max-width: 280px; font-size: 18px; font-weight: 500; color: #6C7C83; text-align: right; align-self: flex-end; margin-bottom: 60px; }
.doctor_information_block .dimg { width: 100%; max-width: 280px; height: 280px; border-radius: 50%; margin: 0px 24px; }
.doctor_information_block .dimg img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover;  object-position: top; }
.doctor_information_block .doctor_name { font-size: 32px; font-weight: 700; color: #25326B; min-width: 280px; align-self: flex-end; margin-bottom: 60px; }
.doc_content { padding: 10px 15px; width: 100%; max-width: 1200px; margin: 0px auto;  }
.doc_content  .doc_title { font-size: 34px; font-weight: 700; color: #25326B; margin-bottom: 20px;}
.doc_content p { font-size: 16px; color: #6C7C83; margin-bottom: 20px; }
.doc_content p:last-child { margin-bottom: 0px; }
.doc_content .user_list { margin-bottom: 20px; display: flex; }
.doc_content .user_list ul.user_ul { list-style: none; display: flex; margin: 0px; padding: 0px; align-items: center; }
.doc_content .user_list ul.user_ul li { margin-right: 10px; }
.doc_content .user_list ul.user_ul li a { width: 40px; height: 40px; border: 1px solid #25326B; border-radius: 50%; display: block; }
.doc_content .user_list ul.user_ul li a img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%; }
.doctor_profile_page .doc_content { max-width: 1260px; }
.common_detail_page .medical_video_section { padding-bottom: 50px; background: none; }
/*  */
.listing_content_block { width: 100%; display: block; padding: 40px 15px; background: url(../images/circlebg.webp) no-repeat; background-size: cover; background-position: center; }
.card_list_block { width: 100%; display: flex; max-width: 1260px; margin: 0px auto; flex-wrap: wrap; justify-content: center; }
.card_list_block .slider_card_block { padding: 0px 10px 20px; width: 25%; }
.blue_btn { background: #25326B;}
.blue_btn:hover { color: #25326B !important; border: 1px solid #25326B; background: transparent;  }
/*  */
.video_image_block { max-width: 1130px; width: 100%; border-radius: 20px 0px 0px 0px; position: relative; margin: 0px auto; padding: 30px 0px; }
.vib_top_row { display: flex; align-items: center; width: 100%; justify-content: space-between; margin-bottom: 25px; }
.listen-block { width: 50%; display: flex; align-items: center; }
.listen-block span { font-size: 16px; font-weight: 500; color: #6C7C83; margin-right: 12px; display: inline-block; }
.listen-block ul { list-style: none !important; padding: 0; margin: 0px; display: flex; align-items: center;  }
.listen-block ul li { margin-right: 10px; width: 32px; height: 32px;}
.listen-block ul li a { width: 100%; height: 100%; display: block; } 
.listen-block ul li a img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.status_block { width: 100%; flex: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
.vib_top_row .status { border: 2px solid #CBCDE3; background: #6C7C83; min-width: 93px; padding: 3px 10px; border-radius: 60px; font-size: 10px; font-weight: 600; text-align: center; color: #FFFFFF; margin-bottom: 5px; margin-left: 5px; }
.video_img_box { width: 100%; /* height: 630px; */ border-radius: 30px; }
.video_img_box img, .video_img_box video, .video_img_box iframe, .video_img_box .plyr--video  { width: 100%; height: 100%; object-position: center; object-fit: cover;  border-radius: 30px;  }
/* PRELOADER CSS */
.page-loader { width: 100%; height: 100%; position: fixed !important; background: #E3E6FF;  z-index: 1000;  display: flex;  align-items: center; justify-content: center; overflow: hidden; top: 0; bottom: 0; left: 0; right: 0; }
.page-loader .logo_img { width: 460px; height: 200px; margin: 0px auto; -webkit-animation: sk-scaleout 2s infinite ease-in-out; animation: sk-scaleout 2s infinite ease-in-out; }
.page-loader .logo_img img { object-fit: contain; object-position: center; width: 100%; height: 100%; }
/* SPINNER ANIMATION */
.spinner { position: relative; top: 32%; width: 80px; height: 80px; margin: 0 auto; background-color: #fff; border-radius: 100%;}
@-webkit-keyframes sk-scaleout {0% { -webkit-transform: scale(0);}100% { -webkit-transform: scale(1); opacity: 0; }}
@keyframes sk-scaleout {0% { -webkit-transform: scale(0); transform: scale(0);}100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }}
.choices__list--dropdown .choices__item--selectable { padding-right: 0 !important;} 
.choices__list--dropdown .choices__item { font-size: 12px !important;  padding: 8px !important; }
.choices__list--dropdown .choices__item--selectable::after { display: none !important; }
.choices__inner { font-size: 12px !important; padding-left: 0px !important; }
.button_blocks { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 15px; }
.button_blocks .sub_btn { position: relative; top: unset !important; right: unset !important; }
/*  */
.not_found_block { width: 100%; max-width: 750px; margin: 0px auto; display: flex; align-items: center; min-height: 50vh; }
.nfb_content { width: 50%; }
.nfbc_heading { font-size: 30px; line-height: 38px; font-weight: bold; color: #181818; margin-bottom: 15px; text-transform: uppercase;  }
.nfb_content p { font-size: 16px; line-height: 24px; letter-spacing: 1px; color: #333; margin-bottom: 0px; }
.nfb_img { max-width: 300px; height: 300px; width: 100%; margin: 0px auto; }
.nfb_img img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.user_list .dropdown-toggle { min-width: 36px; height: 36px; padding: 5px 10px; border-radius: 25px; margin-top: 5px;  box-shadow: none !important; }
/*  */
.common_slider_block  .slick-slide { height: auto !important; }
/* modal css */
.sub_btn { font-size: 16px; line-height: 20px; color: #FFFFFF !important; box-shadow: none !important; border: 1px solid #25326B !important; background: #25326B; border-radius: 6px; min-width: 158px; height: 40px; position: absolute; right: 65px; top: 15px; transition: all 0.5s; text-transform: uppercase;}
.sub_btn:hover {opacity: 0.85; }
.modal-dialog { max-width: 448px !important; }
.modal-content { border-radius: 20px 20px 20px 0px; border: none !important; }
.modal-header { border: none; padding: 20px; }
.modal-header .modal-title { font-size: 28px; line-height: 30px; text-align: center; color: #25326B; font-weight: bold; width: 100%; }
.modal-header .btn-close { position: absolute; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #FFFFFF; background: #404040; right: -15px; top: -15px; margin: 0 !important; padding: 0 !important; opacity: 1 !important; font-size: 14px; color: #fff !important; }
.modal-body { padding: 0px 40px 30px; }
.modal-body .form-group { margin-bottom: 25px; }
.modal-body .form-group label { font-size: 12px; font-weight: 500; line-height: 24px; color: #25326B; margin-bottom: 0px; }
.modal-body .form-group .form-control { width: 100%; box-shadow: none !important; border: none !important; border-radius: 4px; background-color: #EDF2F7; font-size: 12px; font-weight: 500; line-height: 24px; color: #181818; padding: 16px 26px;}
.modal-body .form-group .form-control::placeholder{ color: #87909E; }
.modal-body .subscribe_btn {background: #6C7C83; width: 100%; border-radius: 12px; font-size: 18px; font-weight: 600;  padding: 13px; line-height: 21px; color: #fff !important; box-shadow: none !important; border: 1px solid transparent !important;  transition: all 0.5s; }
.modal-body .subscribe_btn:hover { background: transparent; color: #6C7C83 !important; border-color: #6C7C83 !important; }
.modal-body .subscribe_btn img { width: 16px; height: 16px; object-fit: contain; object-position: center; margin-left: 10px; display: none !important; }
/*  */
.modal-open .fixed-header { z-index: 11;}
.review_modal_btn .rate_btn { background: #6C7C83; border-radius: 6px; font-size: 14px; color: #fff; box-shadow: none !important; border: 1px solid transparent !important; padding: 2px 12px; transition: all 0.5s;  margin-bottom: 0px; margin-bottom: 15px;}
.star-rating { display: flex; gap: 0px; cursor: pointer;}
.star { font-size: 2rem; color: #ccc; transition: color 0.2s;}
.star.selected { color: gold;}
.error-text { color: red; font-size: 12px; margin-top: 5px; display: none; /* Initially hidden */}
.show_rating .star-rating-container { display: flex; align-items: center; font-size: 16px; }
.show_rating { color: #fff; display: flex; align-items: center; }
.show_rating .rating-value { margin: 0px 10px; font-size: 16px; color: #fff; }
#reviewModal .modal-body .form-group label { font-size: 16px; }
#reviewModal .modal-body { padding-top: 10px !important; }
/* share icon */
.share-button { box-shadow: none !important; background: #6C7C83; border: 1px solid #6C7C83; height: 34px; border-radius: 6px; position: fixed; z-index: 111; color: #fff !important; font-size: 18px; line-height: 18px; text-transform: uppercase; width: 110px; padding: 5px; right: auto; transform: rotate(90deg); top: 255px; left: -38px; }
.share-button:hover { opacity: 0.75; }
.share-button img { width: 18px; height: 18px; object-fit: contain; object-position: center; margin-right: 5px; vertical-align: top; }
/*---- Social Sidebar --- */
.social-icons{position: fixed; top: 255px; left: 0; font-size: 16px; z-index: 11; }
.social-icons .icon{ width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; background-color: coral; transition: width .5s ease;cursor: pointer; color: #fff; border-radius: 0px !important; }
.social-icons .icon:first-child{ border-top-right-radius: 5px;}
.social-icons .icon:last-child{ border-bottom-right-radius: 5px;}
.social-icons .icon:hover{ width: 60px;}
.social-icons .icon.fb{background-color: #3A579A;}
.social-icons .icon.tw{ background-color: #00ABF0;}
.social-icons .icon.pt{background-color: #CD1C1F;}
.social-icons .icon.in{ background-color: #0077B5;}
.social-icons .icon.gp{ background-color: #DD4B39;}
.social-icons .icon.back { background-color: gray; }
.social-icons .icon.wa { background-color: #25d366; }
.social-icons.hidden { opacity: 0; transform: scale(0); pointer-events: none;}
.social-icons { opacity: 1; transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; transform: scale(1);}
.share-button.hidden { opacity: 0; pointer-events: none; }
.share-button { opacity: 1; transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
/* app download modal */
.download_app_modal .modal-dialog { max-width: 750px !important; } 
.app_download_block { width: 100%; display: flex; align-items: center; }
.app_download_block .app_img { max-width: 100%; height: 340px; width: 100%; margin-right: 20px;}
.app_download_block .app_img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.app_download_block .site_logo { width: 100%; height: 75px; max-width: 100% !important; text-align: center; margin-bottom: 10px;justify-content: center; }
.app_download_block .site_logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.app_download_block .app_title{ font-size: 26px; line-height: 36px; text-align: center; color: #25326B; font-weight: bold; width: 100%; margin-bottom: 25px; }
.app_download_block .app_content { width: 100%; flex: 1; }
/*  */
.slider_body { position: relative; }
.slider_body .tags { border: 2px solid #CBCDE3; background: #6C7C83; min-width: 80px; padding: 6px 8px; border-radius: 60px; font-size: 11px; font-weight: 600; text-align: center; color: #FFFFFF; display: inline-block;  }  
/* 404 page */
.errorpage { width: 100%; width: 100%; background: url(../images/bgimg.png) no-repeat; background-size: cover; background-position: center; height: 100vh; display: flex; align-items: center;  }
.mainbox { width: 100%; position: relative; border: 1px solid #B5B5C3; background: #FFFFFF; border-radius: 20px; padding: 50px;}
.mainbox .err { color: #25326B;  font-size: 11rem; font-weight: bold; }
.mainbox .far { font-size: 8.5rem; color: #6C7C83; font-weight: bold; }
.mainbox .err2 { color: #25326B;font-size: 11rem; font-weight: bold; }
.mainbox .msg { text-align: center; font-size: 1.6rem; width: 75%; margin: 0px auto; color: #6C7C83; }
.mainbox a { text-decoration: none; color: #25306B; }
.mainbox a:hover { text-decoration: underline !important; }


.loader { width: 48px; height: 48px; border-radius: 50%; display: block; position: relative; border: 3px solid; border-color: #25306B #25306B transparent;
  box-sizing: border-box; animation: rotation 1s linear infinite; margin: 0px auto; }
.loader::after { content: ''; box-sizing: border-box; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 3px solid; border-color: transparent #25306B #25306B;
  width: 24px; height: 24px; border-radius: 50%; animation: rotationBack 0.5s linear infinite;  transform-origin: center center;}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotationBack {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}
.g-recaptcha {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
/*  */
/* .seo_landingpage { display: flex; align-items: center; justify-content: center; height: 100px !important; }
.seo_landingpage .page_title { margin-bottom: -95px !important;}
.seo_landingpage .page_title span.white-stroke-text { top: 0 !important; } */
/* .seo_landing_content { width: 100%; display: block; padding: 50px 15px; min-height: 75vh; } */
.seolc_content { max-width: 1200px; width: 100%; margin: 0px auto; }
.seolc_box { width: 100%; display: block; padding: 15px 0px; border-bottom: 1px dashed #B5B5C3; }
.seolc_box:last-child { border-bottom: 0; }
.seolc_box h2 { font-size: 20px; font-weight: 700; color: #113157; margin-bottom: 12px; }
.seolc_box p { font-size: 14px; color: #6C7C83; margin-bottom: 20px; }
.seolc_box p a {  color: #113157; text-decoration: underline !important; }
.seolc_box p:last-child { margin-bottom: 0px; }
.seolc_box ul { margin-bottom: 10px; padding-left: 15px; }
.seolc_box ul li { font-size: 14px; color: #6C7C83; margin-bottom: 5px; }
.seolc_box ul li a { color: #113157; text-decoration: underline  !important; }

.seo_landingpage.common_banner_detail_page { padding-top: 50px; }
.seo_landingpage .doc_content { background: #fff; padding: 20px 30px; margin-top: 30px; max-width: 1130px; }
.seo_landingpage.common_banner_detail_page .cbdp_block { top: 0; }
.seo_landingpage .video_image_block { height: 310px; padding: 0; border-radius: 30px; position: relative;  }
.seo_landingpage .video_image_block .video_img_box { height: 100%; }
.seo_landingpage .seo_title { position: absolute; top: 50%; width: 50%; transform: translateY(-50%); margin-bottom: 0px; font-size: 30px; font-weight: 700; color: #113157; left: 20px; }

.publications_page .slider_card_inside { max-width: 100% !important; display: flex; }
.publications_page .card_list_block .slider_card_block { width: 100% !important; }
.publications_page .slider_card_inside .slider_img { max-width: 337px;}
.publications_page .slider_card_inside .slider_body { padding-left: 20px; width: 100%;  flex: 1; }
.publications_page .slider_card_inside .sb_tile { height: auto !important; -webkit-line-clamp: unset;  }
.publications_page .slider_card_inside .sb_desc { font-size: 16px; font-weight: 400; color: #6C7C83; margin-bottom: 20px; }
.publications_page .slider_card_inside .sb_date { font-size: 14px; color: #113157; margin-bottom: 12px; }
/* event page */
.event_landing_page.seo_landingpage .video_image_block { height: auto !important; }

.seolc_box .info { margin-bottom: 5px; font-weight: 600; color: #113157;  }
.seolc_box .info span {  color: #6C7C83; width: 60px; display: inline-block; }
.seolc_box h4 { font-size: 16px; font-weight: 700; color: #6C7C83; }
.seolc_box .p_title { font-size: 32px; }

.sponsors_section { width: 100%; padding: 50px 0px; }
.sponsor_card { border: 1px solid #B5B5C3; background: #FFFFFF; width: 100%; display: block; padding: 20px; margin-bottom: 20px; border-radius: 10px; height: 200px;  }
.sponsor_card img { object-fit: contain; object-position: center; }
.seolc_box .common_btn { margin: 0px auto; display: block; margin-bottom: 15px; width: fit-content; font-size: 18px; padding: 15px 20px; background: #25326B; border-radius: 50px; letter-spacing: 2px; }
.seolc_box .common_btn:hover { color: #25326B !important; border: 1px solid #25326B; background: transparent; }
.slider_footer_content{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.slider_card_block .rciyear {font-size: 15px;line-height: 24px;color: #6C7C83;margin-bottom: 0px;font-weight: 600;}
.date-upload{font-size: 15px;line-height: 24px;color: #6C7C83 !important;font-weight: 600;}
/* responsive view */
@media(max-width: 1300px) {
  .slider_card_inside { max-width: 275px;}
  .sub_btn {font-size: 14px; min-width: 120px; height: auto; right: 20px;}
}
@media (min-width: 1400px) and (max-width: 1690px) {
.common_banner_listing_page { max-width: 1350px;}
.filter_form_row{ max-width: 1350px;}
.faculty_slider_dc { max-width: 1350px; }
.banner_serach_bar { max-width: 824px;}
.doctor_profile_page .doc_content { max-width: 1340px;}
.common_banner_detail_page .cbdp_block { max-width: 1340px; }
.card_list_block { max-width: 1340px;}
.listing_content_block .slider_card_inside { max-width: 310px;}
}
@media (min-width: 1700px){
.help-block { font-size: 0.63vw; }
/* header css */
header { height: 4.63vw; padding: 0.25vw 4.05vw; }
.site_logo { max-width: 19.52vw; }
.site_logo img { max-width: 10.57vw; height: 3.36vw; margin-right: 0.52vw; }
.site_logo span { font-size: 1.05vw; }
header .search_icon { width: 1.68vw; height: 1.68vw; margin-right: 0.78vw; padding: 0.25vw; border-radius: 0.25vw; }
.search_icon label { font-size: 0.78vw; }
.header_search_block { right: 8.94vw; max-width: 23.15vw; border-radius: 0.52vw; }
.header_search_block .input-group { border-radius: 0.63vw;}
.header_search_block .form-control { font-size: 0.73vw; padding: 0.52vw 0.78vw;}
.header_search_block .input-group-text { padding: 0.52vw 0.52vw 0.52vw 0.52vw;}
header .dot_icon { width: 1.26vw; height: 1.26vw; }
#sidebarMenu { width: 16.3vw; padding: 1.57vw; }
.hidden {  transform: translateX(16.3vw) !important;}
.sidebarMenuInner { padding-top: 1.57vw; height: 100vh; }
.close_button { width: 1.26vw; height: 1.26vw;  }
.sidebarMenuInner li a { padding: 0.84vw 0.63vw; font-size: 0.63vw; }
.sidebarMenuInner li a img { width: 0.84vw; height: 0.84vw; }
.sidebarMenuInner li a img.arrow_img { width: 0.73vw; height: 0.73vw; }
/* end header css */
.common_btn { width: 6.31vw; border-radius: 0.31vw; font-size: 0.63vw; padding: 0.73vw; }
.heading_block { margin-bottom: 1.57vw; }
.heading_block .heading { font-size: 1.89vw; margin-bottom: 1.05vw; }
.heading_block .h_text { font-size: 0.94vw;}
.slick-custom-arrow { width: 1.89vw; height: 1.89vw; }
/* home page design */
.banner_section { min-height: 27.36vw; }
.banner_section::before { width: 14.94vw; height: 16vw; top: -1.84vw; }
.banner_content_block { width: 50%; padding: 0.52vw; }
.banner_content_block .bcb_box { max-width: 33.47vw; padding: 1.84vw; border-radius: 0.52vw; }
.banner_content_block .bcb_box .bcb_heading { font-size: 2.10vw; margin-bottom: 0.52vw; }
.banner_content_block .bcb_box .bcb_heading img { width: 2.63vw; height: 2.63vw; right: 0.52vw; top: -1.89vw; }
.banner_content_block .bcb_box .bcb_text { font-size: 0.94vw; }
.banner_image_block .bib_box { max-width: 32.63vw; }
.banner_image_block .small_dots { width: 7.15vw; height: 7.31vw; bottom: 1.57vw; left: -2.89vw; }
.banner_image_block .big_dots { width: 26vw; height: 26vw; }
.banner_image_block .arrow_img { width: 32.52vw; height: 22.73vw; bottom: -1.47vw; }
.banner_image_block .user_img { width: 29.63vw; height: 26.26vw; }
.faculty_section { padding: 2.63vw 4.05vw; }
.faculty_silder_block {  border-radius: 8.42vw; padding: 1.84vw 5.42vw; margin-bottom: 2.10vw; }
.faculty_img { width: 7.89vw; height: 7.89vw; margin: 0px auto 0.52vw; }
.faculty_card_body .faculty_name { font-size: 0.94vw; margin-bottom: 0.52vw; }
.faculty_card_body .faculty_post { font-size: 0.84vw; margin-bottom: 0.25vw; }
.common_block_section {  padding: 2.63vw 0.78vw;}
.common_slider_block { max-width: 86.10vw; padding: 0px 3.42vw 2.63vw; }
.slider_card_inside { max-width: 17.36vw; border-radius: 0.52vw; padding: 1.36vw; }
.slider_card_inside .slider_img { height: 10vw; border-radius: 0.52vw; }  
.slider_card_inside .slider_img img { border-radius: 0.52vw; }
.slider_card_inside .slider_body { padding-top: 0.84vw; }
.slider_card_inside .sb_tile { font-size: 1.05vw; line-height: 1.36vw; margin-bottom: 1.05vw; height: 2.73vw; }
.app_section { height: 16.44vw; }
.app_section .app_content .app_title { font-size: 1.89vw; margin-bottom: 1.05vw; }
.app_section .app_block { max-width: 78.94vw; padding-left: 1.05vw; }
.app_section .app_image { width: 22.78vw; height: 16.84vw; padding-top: 0.25vw;  }
.app_section .app_image::before { width: 22.63vw; height: 11.31vw; border-radius: 13.15vw 13.15vw 0px 0px; border: 1.57vw solid #1B244F; }
.app_section .app_image .dot { width: 4.10vw; height: 4.89vw; top: 2.63vw; right: 3.94vw; }
.other_page_app_section.app_section { height: 17.94vw; }
.app_btn_block .btn { width: 9.05vw; height: 2.84vw; margin-right: 0.52vw; border-radius: 1.57vw; font-size: 0.73vw; }
.app_btn_block .btn img { width: 1.31vw; height: 1.31vw; margin-right: 0.25vw; }
.app_btn_block .btn span span { font-size: 0.63vw; }
.medical_video_section { padding-bottom: 5.78vw; }
/* footer */
footer { padding: 0.25vw 0.78vw 1.57vw; }
footer .fsite_logo { max-width: 18vw; } 
footer .fsite_logo img { height: 5.73vw; } 
footer .fsite_logo span { font-size: 1.05vw; padding: 1.05vw; } 
.copy_right_text { font-size: 0.63vw; }
/*  */
.common_banner_listing_page { max-width: 92.94vw; border-radius: 0px 0px 3.15vw 3.15vw; height: 11.36vw; }
.common_banner_listing_page::before { background-position: -11px 208%, 37%, 100% 100%; }
.banner_serach_bar { max-width: 48.63vw; padding: 2.63vw 0px 1.84vw; }
.banner_serach_bar .input-group { border-radius: 3.15vw; }
.banner_serach_bar .input-group .form-control { border-color: 3.15vw 0px 0px 3.15vw; font-size: 0.84vw; padding: 1.57vw 2.10vw; }
.banner_serach_bar .input-group .input-group-text { border-radius: 0px 3.15vw 3.15vw 0px; padding: 1.31vw 1.57vw; }
.banner_serach_bar .input-group .input-group-text img { width: 1.05vw; height: 1.05vw; }
.banner_serach_bar .reset_btn { font-size: 0.63vw; margin-right: 1.57vw; }
.common_banner_listing_page .page_title { font-size: 2.10vw; margin-bottom: -1.05vw; }
.common_banner_listing_page .page_title span.white-stroke-text { -webkit-text-stroke: 0.52vw white; font-size: 2.10vw; }
.doctor_listing_section { padding: 2.10vw 0.78vw; }
.filter_form_row { max-width: 92.94vw; margin: 0px auto 1.57vw; }
.filter_form_row .form-select { max-width: 8.52vw; font-size: 0.84vw; padding: 0.25vw 0px; }
.filter_form_row .choices{ max-width: 10.72vw; font-size: 0.84vw; padding: 0.25vw 0px; }
.filter_form_row .choices + .choices {  max-width: 8.52vw;}
.faculty_slider_dc { max-width: 92.94vw; }
.faculty_slider_dc .faculty_info { width: calc(100% / 7); padding: 0.52vw 0.78vw 1.57vw; }
.other_page_app_section { padding-bottom: 1.57vw; }
.other_page_app_section::before { height: 5.78vw; }
.footer_canvas::before { height: 5.78vw; }
/* doctor profile page */
.common_banner_detail_page { padding: 0px 0.78vw 2.10vw; }
.common_banner_detail_page .cbdp_block {  max-width: 92.94vw; border-radius: 0px 0px 3.15vw 3.15vw; height: 18.42vw; }
.common_banner_detail_page .cbdp_block::before { background-position: -31px -75%, 35% 80%, 100% 100%; }
.doctor_information_block { padding: 3.94vw 4.05vw 0px; }
.doctor_information_block .doctor_deg { min-width: 17.36vw; max-width: 17.36vw; font-size: 1.15vw; margin-bottom: 3.15vw; }
.doctor_information_block .dimg { max-width: 17.36vw; height: 17.36vw; margin: 0px 1.26vw; }
.doctor_information_block .doctor_name { font-size: 2.10vw; min-width: 17.36vw; margin-bottom: 3.15vw; }
.doc_content { padding: 0.52vw 0.78vw; max-width: 63.15vw; }
.doc_content  .doc_title { font-size: 2.10vw; margin-bottom: 1.05vw;}
.doc_content p { font-size: 0.94vw; margin-bottom: 1.05vw; }
.doc_content .user_list { margin-bottom: 1.05vw;  }
.doc_content .user_list ul.user_ul li { margin-right: 0.52vw; }
.doc_content .user_list ul.user_ul li a { width: 2.10vw; height: 2.10vw;  }
.doctor_profile_page .doc_content { max-width: 85.47vw; }
.common_detail_page .medical_video_section { padding-bottom: 2.63vw; }
/*  */
.listing_content_block { padding: 2.10vw 0.78vw; }
.card_list_block {  max-width: 92.94vw; }
.card_list_block .slider_card_block { padding: 0px 0.52vw 1.05vw; width: 20%; }
/*  */
.video_image_block { max-width: 63.15vw; border-radius: 1.57vw 0px 0px 0px; padding: 1.57vw 0px; }
.vib_top_row { margin-bottom: 1.31vw; }
.listen-block span { font-size: 0.94vw; margin-right: 0.63vw;}
.listen-block ul li { margin-right: 0.52vw; width: 2.10vw; height: 2.10vw;}
.vib_top_row .status { min-width: 4.89vw; padding: 0.15vw 0.52vw; border-radius: 3.15vw; font-size: 0.52vw; }
.video_img_box { border-radius: 1.57vw; }
.video_img_box img, .video_img_box video, .video_img_box iframe, .video_img_box .plyr--video { border-radius: 1.57vw;  }
/*  */
.not_found_block { max-width: 50.52vw;}
.nfbc_heading { font-size: 1.89vw; line-height: 2vw; margin-bottom: 0.78vw; }
.nfb_content p { font-size: 0.94vw; line-height: 1.47vw; }
.nfb_img { max-width: 21.05vw; height: 21.05vw; }
.user_list .dropdown-toggle { min-width: 1.89vw; height: 1.89vw; padding: 0.25vw 0.52vw; border-radius: 1.31vw; margin-top: 0.25vw; }
/* modal css */
.sub_btn { font-size: 0.84vw; line-height: 1.05vw; border-radius: 0.31vw; min-width: 8.31vw; height: 2.10vw; right: 3.42vw; top: 0.78vw;}
.sub_btn:hover {opacity: 0.85; }
.modal-dialog { max-width: 23.57vw !important; }
.modal-content { border-radius: 1.05vw 1.05vw 1.05vw 0px; }
.modal-header { padding: 1.21vw; }
.modal-header .modal-title { font-size: 1.68vw; line-height: 1.89vw; }
.modal-header .btn-close { width: 1.78vw; height: 1.78vw; right: -0.78vw; top: -0.78vw; font-size: 0.73vw; }
.modal-body { padding: 0px 2.10vw 1.57vw; }
.modal-body .form-group { margin-bottom: 1.68vw; }
.modal-body .form-group label { font-size: 0.63vw; line-height: 1.26vw; margin-bottom: 0.25vw; }
.modal-body .form-group .form-control { border-radius: 0.22vw; font-size: 0.63vw; line-height: 1.26vw; padding: 0.84vw 1.36vw;}
.modal-body .subscribe_btn {padding: 0.68vw; border-radius: 0.63vw; font-size: 0.94vw; line-height: 1.10vw; }
.modal-body .subscribe_btn img { width: 0.84vw; height: 0.84vw; margin-left: 0.52vw; }
/*  */
.review_modal_btn .rate_btn { border-radius: 0.31vw; font-size: 0.73vw; padding: 0.10vw 0.63vw; margin-bottom: 0.78vw;}
.error-text {font-size: 0.63vw; margin-top: 0.25vw;}
.show_rating .star-rating-container { font-size: 0.84vw; }
.show_rating .rating-value { margin: 0px 10px; font-size: 0.84vw; }
#reviewModal .modal-body .form-group label { font-size: 0.84vw; }
#reviewModal .modal-body { padding-top: 0.52vw !important; }
.share-button { height: 2.31vw; border-radius:0.31vw 0.31vw 0px 0px; font-size: 1.05vw; line-height: 1.05vw; width: 6.84vw; padding: 0.25vw; top: 13.42vw; left: -2.26vw; }
.share-button img { width: 1.05vw; height: 1.05vw; margin-right: 0.25vw;  }
/*---- Social Sidebar --- */
.social-icons{ font-size: 0.84vw; }
.social-icons .icon{ width: 2.10vw; height: 2.10vw; }
.social-icons .icon:first-child{ border-top-right-radius: 0.25vw;}
.social-icons .icon:last-child{ border-bottom-right-radius: 0.25vw;}
.social-icons .icon:hover{ width: 3.15vw;}
/* app download modal */
.download_app_modal .modal-dialog { max-width: 39.47vw !important; } 
.app_download_block .app_img { max-width: 15.78vw; height: 17.89vw; margin-right: 1.05vw;}
.app_download_block .site_logo { height: 3.94vw; margin-bottom: 0.52vw; }
.app_download_block .app_title{ font-size: 1.68vw; line-height: 2.21vw; margin-bottom: 1.31vw; }
.slider_body .tags {min-width: 4.20vw; padding: 0.25vw 0.42vw; border-radius: 3.15vw; font-size: 0.57vw; }
/* .seo_landingpage { height: 5.26vw !important; }
.seo_landingpage .page_title { margin-bottom: -5vw !important;} */
/* .seo_landing_content { padding: 2.63vw 0.78vw; min-height: 75vh; } */
.seolc_content { max-width: 63.15vw; }
.seolc_box { padding: 1.05vw 0px; }
.seolc_box h2 { font-size: 1.26vw; margin-bottom: 0.63vw; }
.seolc_box p { font-size: 0.84vw; margin-bottom: 1.05vw; }
.seolc_box ul { margin-bottom: 0.52vw; padding-left: 0.78vw; }
.seolc_box ul li { font-size: 0.84vw; margin-bottom: 0.25vw; }
.seo_landingpage.common_banner_detail_page { padding-top: 2.63vw; }
.seo_landingpage .doc_content { padding: 1.57vw 2.63vw; margin-top: 1.57vw; max-width: 63.15vw; }
.seo_landingpage .video_image_block { height: 18.94vw; border-radius: 1.57vw; }
.seo_landingpage .seo_title { font-size: 1.78vw; left: 1.05vw; }

.publications_page .slider_card_inside .slider_img { max-width: 17.7vw;}
.publications_page .slider_card_inside .slider_body { padding-left: 1.57vw;}
.publications_page  .slider_card_inside .sb_desc { font-size: 0.94vw; margin-bottom: 1.05vw; }
.publications_page .slider_card_inside .sb_date { font-size: 0.84vw; margin-bottom: 0.63vw; }
/* event page */

.seolc_box .info { margin-bottom: 0.25vw; }
.seolc_box .info span { width: 3.15vw;}
.seolc_box h4 { font-size: 0.94vw; }
.seolc_box .p_title { font-size: 1.68vw; }

.sponsors_section { padding: 2.63vw 0px; }
.sponsor_card { padding: 1.05vw; margin-bottom: 1.05vw; border-radius: 0.52vw; height: 10.52vw;  }
.seolc_box  .common_btn { margin-bottom: 1.05vw; font-size: 1.05vw; padding: 0.78vw 1.57vw; border-radius: 2.63vw; }
.slider_card_block .rciyear {font-size: 0.94vw;line-height: 1.26vw;}

 
}
@media (max-width: 1199px) {
.banner_content_block .bcb_box .bcb_heading { font-size: 32px;}
.banner_content_block .bcb_box .bcb_text { font-size: 16px;}
.banner_content_block .bcb_box { max-width: 500px;}
.banner_image_block .bib_box { max-width: 500px;}
.banner_image_block .big_dots { width: 450px; height: 450px; }
.banner_image_block .arrow_img { width: 490px; height: 340px;}
.banner_image_block .user_img { width: 480px; height: 420px;}
.banner_image_block .small_dots { width: 100px; height: 110px; bottom: 35px; left: -20px;}
.banner_section { min-height: 450px;}
.faculty_section { padding: 30px 15px;}
.heading_block .heading { font-size: 26px; margin-bottom: 15px;}
.heading_block .h_text { font-size: 14px;}
.heading_block { margin-bottom: 25px;}
.faculty_silder_block { padding: 25px 70px; margin-bottom: 30px;}
.common_block_section { padding: 30px 15px;}
.app_section .app_content .app_title { font-size: 26px;}
.app_section .app_block { max-width: 1020px; padding-left: 0px;}
.app_section .app_image { width: auto !important; height: 300px; }
.app_section .app_image::before { width: 100%; height: 180px;}
.app_section { height: 300px; }
.common_slider_block {padding: 0px 35px 30px;}
.slider_card_inside { max-width: 290px;}
.medical_video_section { padding-bottom: 90px; }
footer .fsite_logo { max-width: 220px;}
footer .fsite_logo img {height: 85px;}
footer .fsite_logo span { font-size: 16px; padding: 12px;}
.banner_serach_bar { max-width: 490px; padding: 35px 0px 30px;}
.common_banner_listing_page .page_title { font-size: 30px;}
.common_banner_listing_page .page_title span.white-stroke-text { -webkit-text-stroke:10px white; font-size: 30px; }
.common_banner_listing_page { height: 166px;}
.doctor_listing_section { padding: 25px 15px;}
.faculty_card_body .faculty_post { font-size: 12px;}
.faculty_img { width: 120px; height: 120px;}
.faculty_slider_dc .faculty_info { width: calc(100% / 6); padding: 10px 10px 20px;}
.doctor_information_block .doctor_deg { font-size: 14px;}
.doctor_information_block .doctor_name { font-size: 24px;}
.doctor_information_block .dimg { max-width: 210px; height: 210px; margin: 0px 15px;}
.common_banner_detail_page .cbdp_block { height: 190px;}
.common_banner_detail_page .cbdp_block::before { background-position: -30px 135%, 35% 80%, 100% 100%;}
.doc_content p { font-size: 14px;}
.common_banner_detail_page { padding: 0px 15px 20px;}
.listing_content_block { padding: 28px 15px;}
.slider_card_inside { padding: 15px;}
.slider_card_inside .slider_img { height: 165px;}
.slider_card_inside .slider_body {padding-top: 10px;}
.slider_card_inside .sb_tile {  font-size: 16px; line-height: 22px; margin-bottom: 15px; height: 45px; } 
.common_btn { padding: 7px;}
.card_list_block .slider_card_block { width: 33.33%;}
.doc_content .doc_title { font-size: 28px; margin-bottom: 15px;}
.video_img_box { height: auto;}
.video_image_block { padding: 25px 0px;}
.doc_content { padding: 0px 15px;}
.app_section .app_image .dot { right: 55px;}
.share-button { font-size: 16px; line-height: 16px; width: 100px;}
.social-icons { top: 34px; }
/* .seo_landing_content { padding: 30px 15px; } */
.seo_landingpage .seo_title { font-size: 26px;}
.seo_landingpage.common_banner_detail_page { padding-top: 25px;}
.publications_page .slider_card_inside .sb_desc { font-size: 14px;}
.publications_page .slider_card_inside .slider_img { max-width: 292px;}
.seolc_box .p_title { font-size: 26px; }
}
@media (max-width: 991px) {
.banner_content_block .bcb_box .bcb_heading { font-size: 24px;}
.banner_content_block .bcb_box .bcb_text { font-size: 14px;}
.banner_content_block .bcb_box .bcb_heading img { right: 0px;}
.banner_section { display: block; min-height: auto !important; }
.banner_content_block { padding: 40px 15px; width: 100%; }
.banner_image_block { width: 100%; height: 406px;}
.app_section .app_image .dot { top: 38px; right: 40px; width: 65px; height: 80px; }
.app_section .app_block { background: none !important; }
.faculty_slider_dc .faculty_info { width: calc(100% / 5);}
.doctor_information_block .doctor_deg { min-width: 220px; max-width: 220px; }
.doctor_information_block .doctor_name {  min-width: 220px; }
.doc_content .doc_title { font-size: 24px;}
.share-button { font-size: 16px; line-height: 16px; bottom: 10px; left: auto; top: auto; right: 10px; width: 40px; height: 40px; border-radius: 50%; transform: unset !important; }
.share-button span { display: none !important; }
.social-icons .icon:first-child { border-top-right-radius: 0px; border-top-left-radius: 5px;}
.social-icons {top: auto; left: auto; bottom: 0; right: 0; transform: none; }
.social-icons .icon:hover {width: 40px;}
.seo_landingpage .video_image_block { height: 240px;}
.seo_landingpage .seo_title { font-size: 24px;}
.seo_landingpage .doc_content { padding: 0px 10px; margin-top: 20px;}
.seolc_box h2 { font-size: 18px; margin-bottom: 8px; }
.publications_page .slider_card_inside .slider_img { max-width: 260px; height: 146px;}
.seolc_box h4 { font-size: 14px; }
.sponsor_card { height: 165px;}

}
@media (max-width: 767px) {
.site_logo img { max-width: 150px; height: auto;}
header { height: 62px;}
.site_logo span { font-size: 18px;}
.banner_image_block .bib_box { max-width: 400px;}
.banner_image_block .big_dots { width: 390px; height: 390px;}
.banner_image_block .user_img { width: 400px; height: 350px;}
.banner_image_block .arrow_img { width: 398px; height: 280px;}
.banner_image_block { height: 340px;}
.filter_form_row { margin: 0px auto 20px;}
.faculty_slider_dc .faculty_info { width: calc(100% / 4);}
.app_section {padding: 0px 10px;}
.card_list_block .slider_card_block { width: 50%;}
.medical_video_section { padding-bottom: 70px;}
.banner_serach_bar .input-group .form-control { padding: 10px 20px;}
.banner_serach_bar { max-width: 310px; padding: 25px 0px 22px;}
.banner_serach_bar .input-group .input-group-text { padding: 12px 15px;}
.common_banner_listing_page .page_title { font-size: 26px;}
.common_banner_listing_page .page_title span.white-stroke-text { -webkit-text-stroke:10px white; font-size: 26px; }
.common_banner_listing_page { height: 128px;}
.banner_serach_bar .reset_btn { margin-right: 17px;}
.doctor_information_block .dimg { max-width: 180px; height: 180px; margin: 0px 15px 15px;}
.doctor_information_block .doctor_name {  font-size: 20px; margin-bottom: 40px;}
.doctor_information_block .doctor_deg { margin-bottom: 40px;}
.common_banner_detail_page .cbdp_block::before {  background-position: -30px 135%, 35% 80%, center bottom;  background-size: 0px, 0px, auto;}
.doctor_information_block { padding: 30px 0px 0px;}
.doc_content { padding: 0px 0px;}
.other_page_app_section::before { height: 50px; bottom: -4px;}
.footer_canvas::before { height: 50px; bottom: -4px;}
.app_section .app_image { width: 410px; height: 300px;}
.app_section .app_image .dot { right: 35px;width: 60px;}
.sub_btn {right: 5px; top: 10px;}
.download_app_modal .modal-dialog {max-width: 90% !important;}
.app_download_block .app_title { font-size: 22px;line-height: 28px; text-align: center;}
.download_app_modal .modal-body  { padding: 0px; }
.download_app_modal .modal-body .app_content { padding: 0px 15px 0px; }
.download_app_modal .app_btn_block .btn { width: 160px; }
.app_download_block .app_img {  height: 280px;} 
.app_btn_block .btn span span { font-size: 10px; }
.app_download_block .app_img img { border-radius: 0px 0px 20px 0px;}
.seolc_box h2 {font-size: 18px; margin-bottom: 10px;}
.seo_landingpage .video_image_block { height: 202px;}
.sponsor_card { height: 140px;}
}
@media (max-width: 600px) {
.card_list_block .slider_card_block {width: 100%;}
.listen-block span { font-size: 14px;}
.listen-block ul li { width: 26px; height: 26px;}
.doc_content .doc_title { font-size: 20px;}
.heading_block .heading { font-size: 22px; margin-bottom: 10px;}
.heading_block {  margin-bottom: 20px;}
.common_block_section { padding: 25px 15px;}
.slider_card_inside { max-width: 275px;}
.app_section .app_block { flex-wrap: wrap;}
.app_section .app_image { max-width: 340px; width: 100%; height: 280px; order: 2;}
.app_section { padding: 30px 10px 15px;}
.app_btn_block .btn { background: rgba(0, 0, 0, 0.8); }
.app_content { margin-bottom: 20px; }
.app_section { height: auto;}
header .search_icon { margin-right: 10px;}
.site_logo img { max-width: 140px;}
.site_logo span { font-size: 16px;}
.medical_video_section { padding-bottom: 50px;}
.faculty_slider_dc .faculty_info { width: calc(100% / 2);}
.doctor_information_block { flex-wrap: wrap;}
.doctor_information_block .doctor_deg { margin-bottom: 15px; text-align: center; order: 3;}
.doctor_information_block .doctor_name { margin-bottom: 8px; text-align: center;}
.header_search_block { border-radius: 0px;padding: 0px; top: 100%; transform: unset; max-width: 100%; width: 100%; right: 0px; }
.header_search_block .input-group { border-radius: 0;}
.listen-block {width: 60%;}
.common_banner_listing_page .page_title { font-size: 22px;}
.common_banner_listing_page .page_title span.white-stroke-text { -webkit-text-stroke:10px white; font-size: 22px; }
.vib_top_row { display: block; margin-bottom: 20px; }
.listen-block { margin-bottom: 15px;}
.vib_top_row .status { display: inline-block; }
.banner_image_block .bib_box { max-width: 340px;}
.banner_image_block .big_dots { width: 340px; height: 340px;}
.banner_image_block .arrow_img { width: 340px; height: 250px;}
.banner_image_block .user_img { width: 350px; height: 305px;}
.banner_image_block {  height: 290px;}
.other_page_app_section::before { height: 25px; bottom: -4px;}
.footer_canvas::before  { height: 25px; bottom: -4px;}
.banner_content_block .bcb_box .bcb_heading img { right: 0px; width: 30px; height: 30px; top: -25px;}
.not_found_block { flex-wrap: wrap; min-height: auto; padding: 20px 0px; }
.nfb_content { width: 100%; order: 2; text-align: center;}
.nfb_img { max-width: 220px; height: 220px;}
.modal-dialog { max-width: 90% !important; margin: 10px auto;}
.slick-custom-arrow {width: 30px;height: 30px;}
.slick-custom-arrow img {width: 16px;height: 16px;}
.app_btn_block .btn { width: 160px;}
.app_download_block {  flex-wrap: wrap;}
.app_download_block .app_img {  order: 2; margin: 0px auto; }
.download_app_modal .app_btn_block a:last-child { margin-right: 0px !important; }
.app_btn_block .btn img { width: 20px;height: 20px;}
.filter_form_row { flex-wrap: wrap; }
.filter_form_row .choices { max-width: 66%; }
.filter_form_row .choices + .choices {max-width: 28%;}
.choices__list--single {padding: 4px 8px 4px 4px !important;}
.choices[data-type*="select-one"]::after { right: 2.5px; }
.status_block { justify-content: flex-start; }
/* 404 page */
.mainbox { padding: 20px;}
.mainbox .err { font-size: 9rem; font-weight: bold; }
.mainbox .far { font-size: 8rem;}
.mainbox .err2 { font-size: 9rem; }
.mainbox .msg { font-size: 1rem; width: 100%;}

.seo_landingpage .video_image_block { height: 180px;}
.seo_landingpage .seo_title { width: 90%; left: 5%; font-size: 20px;}

.publications_page .slider_card_inside { display: block;}
.publications_page .slider_card_inside .slider_img { max-width: 100%; height: auto;}
.publications_page .slider_card_inside .slider_body { padding-left: 0px;}
.seolc_box .p_title { font-size: 22px;}
}