/*  
Theme Name: DDI Theme V2
Theme URI: https://www.sweans.com
Description: Theme for DDI
Version: 1.0.3
Author: Sweans
*/

@font-face { 
    font-family: 'GE Dinar Two Light';
    src: url('fonts/GE-Dinar-Two-Light/GE-Dinar-Two-Light.eot');
    src: url('fonts/GE-Dinar-Two-Light/GE-Dinar-Two-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GE-Dinar-Two-Light/GE-Dinar-Two-Light.woff2') format('woff2'),
        url('fonts/GE-Dinar-Two-Light/GE-Dinar-Two-Light.woff') format('woff'),
        url('fonts/GE-Dinar-Two-Light/GE-Dinar-Two-Light.ttf') format('truetype'),
        url('fonts/GE-Dinar-Two-Light/GE-Dinar-Two-Light.svg#GE-Dinar-Two-Light') format('svg');
    font-weight: 300; font-style: normal; font-stretch: normal; unicode-range: U+0020-00F7;
}
@font-face {
  font-family: 'GEDinarTwo-Light-fonts2u';
  src: url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.eot');
  src: url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.otf') format('opentype'),
       url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.svg#GEDinarTwo-Light') format('svg'),
       url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.ttf') format('truetype'),
       url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.woff') format('woff'),
       url('fonts/GEDinarTwo-Light-fonts2u/GEDinarTwo-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
}
body {
     background: none repeat scroll 0 0 #ffffff;
     margin: 0;
}
body, th, td, input, textarea{
     color:#000000;
    font-family: "Mulish", sans-serif;
     font-size:16px;
}
img{ height: auto; }
*{ box-sizing: border-box; }
h1, h2, h3{
     color:#000000;
     /* font-family: 'Muli', sans-serif; */
     font-family: "Mulish", sans-serif;
}
h1 {
    font-size: 40px;
    line-height: 59px;
}
h2 {
    font-size: 36px;
    line-height: 46px;
}
h3{
     font-size:20px;
     line-height: 30px;
}
h4{
     font-size:18px;
     line-height: 30px;
}
h5{
     font-size:17px;
     line-height: 26px;
}
h6{
     font-size:14px;
     line-height: 24px;
}
p, ul, ol {
    font-size: 18px;
    line-height: 30px;
    color: #131313;
    margin-bottom: 15px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
}
ul, ol{
     list-style:none;
}
blockquote{
     margin-left:36px;
     margin-right:36px;
}
a{
    color:#000000;
    text-decoration:none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
a:hover{
     border:none;
}
h1 a, h2 a, h3 a{
     border:none;
     color:#000000;
     text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
     background:none;
     color:#371015;
}
hr{ display:none; }
img,iframe{ max-width: 100%; }
.container {
    /* width: 1360px; */
    width: 100%;
    margin: 0 auto;
    /* max-width: 90%; */
    max-width: 1682px;
}
.container-bg {
	background: rgb(0,0,0);
/*	background: linear-gradient(90deg, rgba(0,0,0,0) 26%, rgba(0,0,0,0.35647762522977944) 100%);*/
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.13) 26%, rgb(0, 0, 0) 100%);
	padding: 15px 20px 13px 28px;
	display: inline-block;
	border-radius: 8px;
}
section {
    float: left;
    width: 100%;
    /* padding-left: 20.5% !important; */
    padding-left: 0 !important;
}
.clear{ clear: both; }
header {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    position: absolute;
    z-index: 999999;
}
header.scrolled {
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.17);
    box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.17);
}
header.scrolled a.logo {
    width: 165px;
}
header.scrolled ul.main-menu li a {
    font-size: 15px;
}
header.scrolled ul.main-menu li {
    margin: 0 18px;
}
header.scrolled ul.main-menu {
    margin-top: 10px;
}
header.scrolled ul.main-menu.main-menu-withsearch li {
    margin-right: 0;
}
a.logo {
    float: left;
    /* width: 100%; */
    width: auto;
    transition: all 0.3s ease;
    text-align: center;
}
a.logo img {
    /*width: 170px;*/
    max-width: 100%;
    margin: 0 auto;
    max-height: 132px;
}
.ddi-lang-switcher {
    display: block;
    text-align: center;
}
.header-footer {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.header-footer {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.header-footer p {
    font-size: 10px;
    line-height: 22px;
    color: #8b8b8b;
    text-align: center;
    letter-spacing: inherit;
    margin-bottom: 15px;
}
.header-footer p {
    margin-bottom: 0;
}
ul.main-menu {
    float: left;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
}
button{
    outline:none;
}
ul.main-menu.main-menu-withsearch {
    float: right;
}
ul.main-menu li {
    margin: 0 0 15px;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
ul.main-menu li.menu-item-has-children > a {
    position: relative;
}
ul.main-menu li.divider > ul{
    bottom: 27px;
}
ul.main-menu li.menu-item-has-children::after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1e2c66;
    display: inline-block;
    vertical-align: middle;
    transition: 350ms all ease-in-out;
    position: absolute;
    right: 0;
    top: 15px;
}
ul.main-menu li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #323232;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    letter-spacing: .5px;
}
ul.main-menu li a:hover {
    color: #0d6eb6;
    text-decoration: none;
}
ul.main-menu > li.current-menu-item > a {
    color: #0d6eb6;
}
ul.main-menu li.active-main-menu a {
    background: rgba(251,59,94,1);
    background: -moz-linear-gradient(left, rgba(251,59,94,1) 0%, rgba(251,94,73,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,59,94,1)), color-stop(100%, rgba(251,94,73,1)));
    background: -webkit-linear-gradient(left, rgba(251,59,94,1) 0%, rgba(251,94,73,1) 100%);
    background: -o-linear-gradient(left, rgba(251,59,94,1) 0%, rgba(251,94,73,1) 100%);
    background: -ms-linear-gradient(left, rgba(251,59,94,1) 0%, rgba(251,94,73,1) 100%);
    background: linear-gradient(to right, rgba(251,59,94,1) 0%, rgba(251,94,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3b5e', endColorstr='#fb5e49', GradientType=1 );
    color: #fff;
    padding: 10px 17px 12px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(251,73,85,0.59);
     -moz-box-shadow: 0px 10px 18px 0px rgba(251,73,85,0.59);
     box-shadow: 0px 10px 18px 0px rgba(251,73,85,0.59);
     transition: all 0.3s ease;
}
ul.main-menu li.active-main-menu a:hover {
     -webkit-box-shadow: 0px 10px 12px 0px rgba(251,73,85,0.8);
     -moz-box-shadow: 0px 10px 12px 0px rgba(251,73,85,0.8);
     box-shadow: 0px 10px 12px 0px rgba(251,73,85,0.8);
}
ul.main-menu li.divider {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
ul.main-menu li.dark a {
    color: #003053;
}
ul.main-menu li.nav-button a {
    background-color: #0d6eb6;
    color: #fff;
    padding: 9px 20px;
    border-radius: 25px;
    font-size: 17px;
    max-width: 197px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #0d6eb6;
}
ul.main-menu li.nav-button a:hover {
    background-color: #f27a28;
    color: #ffffff;
    border: 1px solid #f27a28;
}
ul.sub-menu {
    display: inline-block;
    vertical-align: top;
}
ul.sub-menu li {
    margin-bottom: 0;
}
ul.sub-menu li a {
    font-size: 15px;
}
.home-banner-left {
    float: left;
    width: 45%;
    padding-top: 70px;
}
.home-banner-right {
    float: right;
    width: 40%;
    margin-top: 20px;
}
ul.main-menu.main-menu-withsearch li {
    margin-right: 0;
}

a.profile-icon {
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/my-account.svg);
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -2px;
    position: relative;
}
a.profile-icon.profile-icon-active::after {
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    background-color: #0d6eb6;
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 50%;
}
.button-style-1 {
    background-color: #5fc2ee;
    color: #fff;
    padding: 14px 30px 14px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 18px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    margin-top: 15px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.button-style-1:hover {
    background-color: #f27a28;
    color: #ffffff;
    border: 1px solid #f27a28;
}
a.button-style-2 {
    border-bottom: 1px solid #0d6eb6;
    line-height: 30px;
    display: inline-block;
    color: #0d6eb6;
}
a.button-style-2:hover {
    color: #4e0eb3;
}
section.footer {
    float: left;
    width: 100%;
    /* padding: 140px 0 30px; */
    padding: 80px 0 50px;
    text-align: center;
    background-color: #1571b4;
    color: #fff;
}
/* mobile menu start*/
.menu-tab {
    width: 30px;
    height: 22px;
    z-index: 100;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    float: right;
    display: none;
    text-align: right;
    margin-top: 24px;
}
.menu-tab div {
    height: 3px;
    background-color: #2d2d2d;
    display: block;
    margin: 2px 0;
    transition: all 0.3s ease-in-out;
    float: right;
    clear: both;
}
.menu-tab .one,
.menu-tab .three {
    width: 23px;
    transition: all 0.3s ease-in-out;
}
.menu-tab .two {
    width: 16px;
    transition: all 0.3s ease-in-out;
}
.menu-tab:hover .one,
.menu-tab:hover .three {
  width: 16px;
  transition: all 0.3s ease-in-out;
}
.menu-tab:hover .two {
  width: 23px;
  transition: all 0.3s ease-in-out;
}
.menu-tab.active {
   left: 345px;
   transition: all 600ms ease-in-out;
}
.menu-tab.active .one {
    width: 23px;
    -webkit-transform: translateY(9px) rotate(-130deg);
    transform: translateY(9px) rotate(-130deg);
    transition: all 0.6s ease-in-out;
}
.menu-tab.active .two {
  width: 23px;
   opacity: 0;
   transition: 0.4s ease;
}
.menu-tab.active .three {
    width: 23px;
    -webkit-transform: translateY(-5px) rotate(-50deg);
    transform: translateY(-5px) rotate(-50deg);
    transition: all 0.6s ease-in-out;
}
.menu-hide {
    width: 345px;
    right: -345px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 154px;
    transition: all 0.6s ease-in-out;
    background: #ffffff;
    overflow: hidden;
}
.menu-hide.show {
    right: 0px;
    transition: all 0.6s ease-in-out;
    z-index: 9999999;
}
/* mobile menu end*/
.general-content {
    padding-top: 190px;
    padding-bottom: 110px;
}
.general-content p{
    font-weight: 500;
    margin-bottom: 20px;
}
.general-content ul {
    list-style: inside;
    margin-left: 0;
}
.general-content li {
    font-weight: 500;
    padding-bottom: 10px;
}
.slider-nav {
    float: right;
    margin-top: -90px;
}
.go-to-next-slide, .go-to-prev-slide {
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/arrow.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 18px;
    background-position: center center;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
}
.go-to-prev-slide {
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/arrow-left.svg);
}
.mailer-form {
    float: left;
    width: 100%;
    margin-top: 42px;
}
.mailer-form #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 0;
    background: none;
    z-index: 1;
    color: #f24848;
    font-size: 14px;
    position: absolute;
    font-weight: normal;
    margin-top: 5px;
}
.mailer-form div#mce-success-response, .mailer-form div#mce-error-response {
    font-size: 14px;
    color: #0d6eb6;
    margin-top: 6px;
}
.mailer-form div#mce-error-response a{
    display: none;
}
.mailer-form input[type=email] {
    border-color: #0d6eb6;
    color: #0d6eb6;
    width: 320px;
    height: 43px;
    border-radius: 6px;
    font-size: 14px;
    padding: 8px 15px;
    line-height: 26px;
    outline: none;
}
.mailer-form input[type=email]::-webkit-input-placeholder { /* Edge */
    color: #0d6eb6;
}
.mailer-form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0d6eb6;
}
.mailer-form input[type=email]::placeholder {
    color: #0d6eb6;
}
.mailer-form .mc-field-group {
    float: left;
}
input#mc-embedded-subscribe {
    background-color: #0d6eb6;
    border: 1px solid #0d6eb6;
    color: #fff;
    border-radius: 6px;
    padding: 10px 25px;
    height: 44px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}
input#mc-embedded-subscribe:hover {
    background:#f27a28;
    border: 1px solid #f27a28;
    color: #fff;
}
ul.footer-menu {
    float: left;
    width: 16%;
    text-align: left;
    padding-left: 4%;
}
ul.footer-menu.footer-menu-3 {
    width: 22%;
}
ul.footer-menu.footer-menu-2, ul.footer-menu.footer-menu-4 {
    padding-left: 2%;
}
ul.footer-menu h3 {
    color: #fff;
    margin-bottom: 15px;
    font-family: "Mulish", sans-serif;
}
ul.footer-menu a {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
ul.footer-menu a:hover {
    color: #fff;
}
.footer-left p {
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.single-post .footer-left p {
    color: #918c95;
}
.blog-pagination {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.blog-pagination > * {
    font-size: 14px;
    color: #918c95;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 29px;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 50%;
}
.blog-pagination > *:focus, 
.blog-pagination > *:hover, 
.blog-pagination > *.current {
    background: #0d6eb6;
    color: #fff;    
}
.comment-field-outer {
    float: left;
    width: 45%;
    margin-right: 5%;
    position: relative;
}
.comment-field-outer.comment-field-outer-2 {
    width: 100%;
    margin-right: 0;
}
.comment-field-outer label {
    color: #0d6eb6;
    font-size: 14px;
    position: absolute;
    left: 12px;
    top: 14px;
    transition: all 0.1s ease;
    padding: 0 8px;
    white-space: nowrap;    
    z-index: 1;
    background-color: #fff;
    width: 0;
    height: 0;
    overflow: hidden;
}
.comment-field-outer input:focus ~ label, .comment-field-outer textarea:focus ~ label {
    top: -10px;
    width: auto;
    height: auto;
    overflow: hidden;
}
#commentform .comment-field-outer input[type="text"]:focus::-webkit-input-placeholder, #commentform .comment-field-outer input[type="email"]:focus::-webkit-input-placeholder, #commentform .comment-field-outer textarea:focus::-webkit-input-placeholder{
  color: #ffffff !important;
}
#commentform .comment-field-outer input[type="text"]:focus:-ms-input-placeholder, #commentform .comment-field-outer input[type="email"]:focus:-ms-input-placeholder, #commentform .comment-field-outer textarea:focus:-ms-input-placeholder{
  color: #ffffff !important;
}
#commentform .comment-field-outer input[type="text"]:focus::placeholder, #commentform .comment-field-outer input[type="email"]:focus::placeholder, #commentform .comment-field-outer textarea:focus::placeholder{
  color: #ffffff !important;
}
#commentform input#author, #commentform input#email {
    border-color: #be8ced;
    color: #0d6eb6;
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 30px;
}
#commentform input[type="text"]::-webkit-input-placeholder, #commentform input[type="email"]::-webkit-input-placeholder, #commentform textarea::-webkit-input-placeholder { /* Edge */
    color: #0d6eb6;
}
#commentform input[type="text"]:-ms-input-placeholder, #commentform input[type="email"]:-ms-input-placeholder, #commentform textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0d6eb6;
}
#commentform input[type="text"]::placeholder, #commentform input[type="email"]::placeholder, #commentform textarea::placeholder {
    color: #0d6eb6;
}
#commentform textarea {
    border-color: #be8ced;
    color: #0d6eb6;
    font-size: 14px;
    margin-right: 5%;
    float: left;
    margin-bottom: 30px;
    outline: none;
    border-radius: 6px;
    height: 220px;
    resize: none;
    width: 95%;
    padding: 14px 20px;
    -webkit-appearance: none;
}
#commentform .button-style-1 {
    float: right;
    margin-right: 5%;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}
figure.wp-block-image.size-full {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
figure.wp-block-image.size-large {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.general-content-body ul {
    list-style: inside;
}
.general-content-body ol {
    list-style: inside;
}
.general-content-body ol ol {
    margin-left: 20px;
    margin-top: 10px;
    list-style: inside decimal;
}
.general-content-body li {
    padding-bottom: 10px;
}
#left-header {
    position: fixed;
    left: 0;
    width: 20.5%;
    background-color: #fff;
    height: 100%;
    padding: 50px 0;
    -webkit-box-shadow: 4px 0px 12px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 0px 12px -9px rgba(0,0,0,0.5);
    box-shadow: 4px 0px 12px -9px rgba(0,0,0,0.5);
}
#left-header {
    height: 100vh;
}
#left-header .container {
    width: 200px;
    padding: 0;
}
.header-footer-social-icons {
    float: left;
    width: 100%;
    text-align: center;
    /*margin-bottom: 15px;*/
}
.header-footer-social-icons a {
    color: #0d6eb6;
    font-size: 20px;
    display: inline-block;
    margin: 0px 4px;
}
section {
	padding: 70px 0 90px;
}
section h1 {
    font-family: "Mulish", sans-serif;
	font-size: 50px;
	line-height: 58px;
	float: left;
	width: 100%;
	padding: 34px 0;
    letter-spacing: 0;
}
section.banner-v2 {
	/* padding: 250px 0; */
	padding: 0;
	/*background-position: 120px bottom;*/
/*	background-position: 381px 0;*/
    background-position: 123px 43%;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 700px;
	display: flex;
	align-items: center;
    position: relative;
}
.banner-v2 .container {position: relative;}
section.banner-v2 h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 900;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
}
section.banner-v2 p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 20px;
}
#eventBubble {
    position: absolute;
    top: 0;
    right: 0;
    width: 259px;
    height: 294px;
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/ddi-banner-bubble.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    align-items: center;
    text-align: center;
    justify-content: center;
}
#eventBubble p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 800;
    padding: 0 20px;
    position: relative;
    margin-top: 42%;
}
#eventBubble p::after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 45%;
    right: auto;
    width: 29px;
    height: 19px;
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/arrow-down-white-large.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all .1s linear;
    animation: lightbounce 4s infinite;
    -webkit-animation: lightbounce 4s infinite;
    -moz-animation: lightbounce 4s infinite;
    -o-animation: lightbounce 4s infinite;
    display: none;
}
#eventBubble span {
    display: block;
}
#eventBubble img {
    max-width: 20px;
}
.eventBubble-inner {
    float: left;
    width: 100%;
}
/*new banner carou*/
#homebanner-slider {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  display: flex;
  justify-content: center;
}
#homebanner-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    display: block;
}
#homebanner-slider .slick-list,
#homebanner-slider .slick-track {
    width: 100% !important;
}
#homebanner-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/*#homebanner-slider .slick-slide > div {
    display: inline-block;
}*/
.hban-slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
/*2026 Headquaters update*/
.hban-slides { 
    background-position: center !important; 
    background-size: cover !important;
} 
/*2026 Headquaters update ENDS*/
.hban-slides, .hban-slides .flexbox { height: 703px; }
.hban-slides .flexbox { justify-content: center; }
.hban-slides .container-bg {
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 26%, rgba(0, 0, 0, 0.8) 100%); */
    /* background: linear-gradient(90deg, rgba(28, 68, 152, 0.25) 26%, rgba(28, 68, 152, 0.75) 100%); */
    background: linear-gradient(90deg, rgba(28, 68, 152, 0.15) 26%, rgba(28, 68, 152, 0.55) 100%); /*2026 Headquaters update*/
    padding: 30px 30px 30px 30px;
    display: inline-block;
    border-radius: 8px;
    align-self: flex-end;
    max-width: 1201px;
}
.custom-logo {
    max-width: 132px;
}
section.banner-v2 #homebanner-slider h1 {
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 2px;
    padding: 0;
}
/**/
section.top-header {
    position: absolute;
    top: 25px;
    left: 0;
    text-align: right;
}
section.top-header a {
    color: #5fc2ee;
    font-size: 20px;
    float: right;
    font-weight: 300;
    transition: all 0.2s ease;
    letter-spacing: .5px;
}
section.top-header a i {
    font-size: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    /*float: left;*/
    margin-right: -2px;
    margin-top: -6px;
}
section.top-header a:hover {
    /*color: #5fc2ee;*/
    text-decoration: underline;
}
body.home section.top-header a {
    color: #ffffff;
}
section.section-1-v2 {
    /* background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/section-1-v2-bg.jpg); */
    padding: 75px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c70b0;
}
.section-1-v2-left p {
    color: #fff;
}
.section-1-v2-left {
    float: left;
    width: 67%;
}

.section-1-v2-right {
    float: right;
    width: 30%;
}
.section-1-v2-right img {
    margin-top: -230px;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,1);
}
section.section-2-v2 {
    background-color:#fff;
    padding: 100px 0;
    
}
section#two-col-box-home.section-2-v2 {
    padding: 0 0 100px;
}
.section-2-v2-box-outer {
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,1);
    float: left;
    width: 100%;
}
.section-2-v2-box {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.section-2-v2-box-left {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
}
.section-2-v2-box-right {
    float: right;
    width: 50%;
}
.section-2-v2-box-left img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    float: left;
    max-width: 841px;
}
.section-2-v2-box-right h2 {
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}
.section-2-v2-box-right {
    /* padding: 65px 60px; */
    padding: 100px 60px;;
}
.section-2-v2-box-outer .section-2-v2-box:nth-child(2n) {
    background-color: #0d6eb6;
}
.section-2-v2-box-outer .section-2-v2-box:nth-child(2n) .section-2-v2-box-left {
    right: 0;
    left: auto;
}
.section-2-v2-box-outer .section-2-v2-box:nth-child(2n) .section-2-v2-box-right {
    float: left;
}
.section-2-v2-box-outer .section-2-v2-box:nth-child(2n) .section-2-v2-box-right h2, .section-2-v2-box-outer .section-2-v2-box:nth-child(2n) .section-2-v2-box-right p{
    color: #fff;
}
/*------------------------------6-6-2020----------------------------*/
section.section-3-v2 {
    /*background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/bgblue.jpg); padding: 100px 0;*/
    background-image: none!important; padding: 0 0;
}
.post-list{
    float: left;
    width: 32%;
    margin-right: 19px;
    border-radius: 10px;
    position: relative; 
    overflow: hidden;
    box-shadow: 0 0 4px 1px #0000004d;
}
.post-list:last-child{
    margin-right: 0;
}
.post-list img{
    /*height: 500px;*/
    width: 100%;
    border-radius: 10px;
    vertical-align: bottom;
    /*object-fit: fill;*/
}
.post-content h3{
    color: #191919;
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.post-content a.button-style-1{
    margin: 0;
}
.post-list-inner {
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.latest-news{
    background-color:#fff;
    padding: 100px 0;
}
.latest-news h3{
    color: #000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 45px;
    float: left;
}
.news-link{
    float: right;
    color: #0d6eb6;
    font-size: 24px;
    font-weight: 500;
}
.latest-news-content{
    float: left;
    width: 100%;
}
.post-left{
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
.post-left .post-box{
    position: relative;
}
.post-right{
    float: right;
    width: 50%;
    padding-left:10px;
    box-sizing: border-box;
}
.post-contents{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    background-color: blue;
}
.post-contents-news {
    background: #1772b6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px 35px;
    border-radius: 0 0 10px 10px;
}
.post-contents-news h4,.post-contents-news h4 a{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 5px;
    transition: 250ms all ease-in-out;
}
.post-contents-news p{
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 0;
    word-break: break-word;
}
.post-right .post-box {
    background: #fff;
}
.post-contents-right {
    float: right;
    width: 50%;
    padding: 27px 30px;
    box-sizing: border-box;
}
.post-img.post-img-right {
    float: left;
    width: 50%;
    border-radius: 10px;
}
.post-right .post-box {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.post-right .post-box h4, .post-right .post-box h4 a {
    font-size: 20px;
    color: #171717;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 0;
}
.latest-news-content .post-left a:hover {
    text-shadow: 0 0 8px rgba(255,255,255,0.5);
}
.latest-news-content .post-right a:hover, .post-right .post-box:hover a {
    color: #0d6eb6; 
}
.post-right .post-box p{
    color: #7d7d7d;
    font-size: 17px; 
    font-weight: 300;
    word-break: break-word;
    padding-top: 8px;
    line-height: 20px;
}
.post-img.post-img-right img {
    border-radius: 10px;
    height: 191px;
    vertical-align: bottom;
    object-fit: fill;
    object-position: top;
}
.post-box-two.post-box.post-box-2 {
    margin-bottom: 0px;
}
.post-box-one.post-box img{
    height: 405px;
    object-fit: fill;
    border-radius: 10px;
    vertical-align: bottom;
    object-position: top;
}
.post-box-one.post-box,
.post-right .post-box{
    box-shadow: 0 0 10px 5px #d5d1d1;
    border-radius: 10px;

}
ul.footer-widgets {
    float: left;
    width: 100%;
}
ul.footer-widgets li{
    float: left;
    width: 30%;
    margin-right: 4%;
        word-break: break-word;
}
ul.footer-widgets li li{
    width: 100%;
}
ul.footer-widgets li:last-child{
    margin-right: 0;
}
ul.footer-widgets h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align:left;
    margin-bottom: 35px;
}
ul.footer-widgets p, ul.footer-widgets a, .contact-details-footer a, .contact-details-footer p,
ul.footer-widgets{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align:left;
    text-align: left;
    hyphens: auto;
}
.footer-menu.footer-menu-33 li{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    list-style: none;
    background: url('../images/dot.png') no-repeat left top 10px;
    line-height: 24px;
    padding-left: 20px;
}
ul.footer-menu.footer-menu-33{
    width: 100%;
}
.contact-details-footer div {
    line-height: 27px;
    margin-bottom: 25px;
    padding-left: 35px;
}
.location-footer{
    background:  url('images/locationimg.png') no-repeat left top 5px;   
}
.phone-footer{
    background:  url('images/phnimg.png') no-repeat left top;
}
.fax-footer{
    background:  url('images/faximg.png') no-repeat left top;
}
.email-footer{
    background:  url('images/mailimg.png') no-repeat left top 5px;
}
.header-footer-social-icons a {
    font-size:16px;
    margin-right:10px;
    color:#fff;
}

.header-footer-social-icons a:hover {
    opacity:0.8;
}
section.footer{
    /* background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/footerbg.png) ; */
    background-repeat: no-repeat;
    background-position: top right;
        background-attachment: fixed;
        background-size: cover !important;
}
/*.training-item{
    background-position: right center !important;
}*/
.footer-map{
    float: left;
    width: 100%;
}
.footer-map iframe{
    width: 100%;
    height: 285px;
}
.footer-map > p {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    letter-spacing: inherit;
    margin-top: 15px;
}
.hours-footer{
    background:  url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/clockimg.png) no-repeat left top 5px;
}
.post-box-one.post-box, 
.post-img.post-img-right{
    overflow: hidden;
}
.post-box-one.post-box img,
.post-right .post-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.post-img:hover img{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
     -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
ul.footer-widgets a:hover{
    color: #5fc2ee;
    text-decoration: none;
}
.post-list:hover  .post-list-inner{ 
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.post-contents-right p{
    margin-bottom: 0;
}
.cat-post-date {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}
.post-left .cat-post-date {
    color: #fff;
    padding-bottom: 6px;
}
.archive-video-boxes .cat-post-date, body.single-post .cat-post-date {
    color: #0d6eb6;
}
.archive-video-boxes .each-blog-title h3 {
    margin-bottom: 0;
}
.sw-cat-fullwidth .cat-post-date {
    color: #0d6eb6;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.mobile-header,
#ddiMobileNav {
    display: none;
}
.mobile-header {
    z-index: 99;
}
.header-footer-social-icons a:hover {
    color: #f27a28;
}
.header-footer-social-icons a:hover,.header-footer-social-icons a{
    transition: all 0.3s ease-in-out;
}
.button-style-1 {
    border:1px solid #5fc2ee;
}
.section-1-v2-left {
    position: relative;
    align-self: center;
    padding-right: 5%;
    width: 80%;
    float: none;
}
.section-1-v2 .section-1-v2-right {
    text-align: right;
    align-self: center;
    width: 20%;
    float: none;
}
.section-2-v2-box {
    margin-bottom: 6px;
}
.section-2-v2-box:last-child {
    margin-bottom: 0;
}
.section-2-v2-box-left{
    overflow: hidden;
}
.section-1-v2-left p {
    margin-bottom: 0;
    font-size: 18px;
}
.section-1-v2-left::after {
    content: '';
    float: right;
    width: 3px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1d4499;
}
.section-1-v2 .button-style-1, .section-2-v2-box .button-style-1 {
    font-size: 15px;
    padding: 10px 20px;
    min-width: 120px;
}
.section-1-v2 .section-1-v2-right .button-style-1 {
    background-color: #1d4499;
    border-color: #1d4499;
    margin: 0;
}
.section-1-v2 .section-1-v2-right .button-style-1:hover {
    background-color: #f27a28;
    color: #ffffff;
    border: 1px solid #f27a28;
}
.section-2-v2-box .button-style-1, .section-3-v2 .button-style-1 {
    background-color: #1d4499;
    border-color: #1d4499;
}
.section-2-v2-box-right {
    background-color: #0d6eb6;
}
.section-2-v2-box-right h2, .section-2-v2-box-right p {
    color: #fff;
}
.section-2-v2-box .button-style-1:hover, .section-3-v2 .button-style-1:hover {
    background-color: #f27a28;
    color: #ffffff;
    border: 1px solid #f27a28;
}
.arrow-down-hyperlink {display: none;}
.section-2-v2-box-left img,
.post-list img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.section-2-v2-box-left img:hover,
.post-list:hover img{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.post-list  img{
    position: relative;
}
.post-list.slick-slide .post-list-inner img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	transform: none;
	border-radius: 0;
	max-width: 80px;
}
.post-list:hover .post-list-inner img {
	transform: none;
}
.post-list-inner {
    position: absolute;
    bottom: 0;
    background: #1772b6d9;
    z-index: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    width: 100%;
}
.post-list-inner .post-content h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.post-list-inner .button-style-1 {
    font-size: 15px;
    padding: 10px 20px;
    min-width: 120px;
}
.section-3-v2 .post-list {
    border-radius: 0;
    transition: 250ms all ease-in-out;
    box-shadow: none;
}
.section-3-v2 .post-list:hover {
    box-shadow: 0 0 4px 1px #0000004d;
}
.section-3-v2 .post-list-inner {
    position: static;
    background: #f0f0f0;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 269px;
}
.section-3-v2 .cat-post-date {
    color: #0d6eb6;
}
.section-3-v2 .post-list-inner .post-content h3 {
    color: #161616;
    font-size: 20px;
}
.section-3-v2 .post-list-inner .post-content p {
    font-size: 17px;
    margin-bottom: 20px;
}

section.section-3-v2 {
    background-attachment: fixed;
}
.section-1-v2 .container {
    position: relative;
}
.down-arrow{
    position: absolute;
    z-index: 99;
    right: 0;
}
.down-arrow {
    top: -22px;
}
.scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1001;
}
.footer-map {
    position: relative;
}
.special-events-list {padding-top: 100px;}
.halfwid {width: 45%;}
.fullwid {width: auto;}
.halfwid.first {margin-right: 3%;}


/*18-6-2020*/
.page-banner-common{
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/about-bg-innerpage.jpg) no-repeat center top;
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
    min-height: 395px;
   /* position: inherit;*/
    background-size: cover;
    background-position: top center;
    float: left;
    width: 100%;
    padding: 50px 0;
    padding-left: 20.5% !important;
}
section.top-header{
    padding:0;
}
.page-content-new {
    padding-top: 0;
    padding-bottom: 60px;
}
section.top-header{
    padding: 0;
    z-index: 99;
}
/*new search*/
.head-search {
    display: inline-block;
    vertical-align: top;
    margin: -7px 36px 0 0;
    border-radius: 25px;
}
#searchform {
    position: relative;
}
#searchform #s {
    float: left;
    width: 275px;
    height: 43px;
    border: 0;
    outline: 0;
    margin: 0;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 0 6px 0 16px;
    font-size: 14px;
    font-weight: 300;
    background: #f6f6f6;
}
.head-search #searchform #s {
    font-size: 0;
}
#searchsubmit {
	display: none;
    position: absolute;
    right: 19px;
    top: 11px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    width: 17px;
    height: 17px;
    background-image: url("/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/ddi-search-lens.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
#searchform #s {
    background-image: url("/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/ddi-search-lens-blue.png");
    background-repeat: no-repeat;
    background-position: 13px center;
	background-size: 15px;
    background-color: #ffffff;
	border: solid 1px #5fc2ee;
	padding: 9px 10px 9px 32px;
	width: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#searchform #s:focus {
	width: 230px;
	background-color: #fff;
	border-color: #5fc2ee;
	-webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.head-search #searchform #s:focus {
    font-size: 14px;
}
#searchform #s {
	width: 44px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#searchform #s:hover {
	background-color: #fff;
}
#searchform #s:focus {
	width: 230px;
	padding-left: 38px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#searchform input::-moz-placeholder {
	color: transparent;
}
#searchform input::-webkit-input-placeholder {
	color: transparent;
}
#searchform input:focus::-webkit-input-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
#searchform input:focus::-moz-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
#searchform input:focus::-ms-input-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
#searchform input:focus::placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
.archive .head-search, .search-results .head-search, .search-no-results .head-search {
    display: none;
}
.archive #searchform input::-moz-placeholder, .search-results #searchform input::-moz-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
.archive #searchform input::-webkit-input-placeholder, .search-results #searchform input::-webkit-input-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
.archive #searchform #s, .search-results #searchform #s {
    float: right;
    width: 260px;
    border-radius: 10rem;
    cursor: inherit;
    padding-left: 38px;
    color: #000;
}
.archive #searchform #s:focus, .search-results #searchform #s:focus {
    width: 260px;
}
.sw-search #searchform #s {
    float: right;
    width: 230px;
    border-radius: 10rem;
    padding-left: 38px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}


.search h1.inner-page-title {
    font-size: 40px;
    letter-spacing: 0;
}
.sw-each-search-result {
    width: 100%;
    float: left;
    border-bottom: 1px solid #bbe6f89c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sw-each-search-result.lastbox-pagi, .sw-each-search-result:last-child {
    border-bottom: 0;
}
.search-thumb {
    float: left;
    width: 100%;
}
.search-thumb img {
    float: left;
    margin: 10px 14px 5px 0;
}
.sw-default-content-style .search-thumb h3 {
    display: inline;
    float: none;
}
.sw-default-content-style .search-thumb p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}
.search_pagination {
    float: left;
    width: 100%;
    text-align: center;
}
.search_pagination .navigation.pagination {
    width: 100%;
}
.search_pagination h2 {
    display: none;
}
.search_pagination span, .search_pagination a {
    padding: 5px 10px;
    margin: 0px 3px;
    color: #fff;
    background-color: #14afe5;
}
.search_pagination span.current {
    background-color: #f27a28;
}
section.sw-default-content-style.search-result {
    padding-bottom: 45px;
    padding-top: 30px;
}
/*ENDS new search*/

footer {
    padding-left: 20.5% !important;
}
.page-template-default section.footer,
.page-template.page-template-templates section.footer{
   /* position: inherit;*/
}
.page-template-default .location, .page-template-default .phone, .page-template-default .fax, .page-template-default .email {
    margin-bottom: 10px;
    line-height: 37px;
}
body #section-contact-us{
   /* position: inherit;*/
}
.page-template-default h1.inner-page-title {
    max-width: 970px;
    width: 100%;
    /* line-height: 115px; */
}
.page-banner.page-banner-common {
    margin-bottom: 90px;
}
input#mc-embedded-subscribe {    
    height: 78px;   
    border-radius: 0 40px 40px 0;
}

body .icon-twitter:before {
    content: '\f099';
}
body .icon-facebook:before {
    content: '\f09a';
}
/*22-6-2020*/
#left-header{
    z-index: 9999;
}
h1.inner-page-title {
    color: #fff!important;
    font-weight: 800;
}
/*Gallery Page*/
section.page-banner-template {
    padding: 0;
    display: flex;
    min-height: 292px;
    background-size: cover!important;
    align-items: center;
    justify-content: center;
    background-position: center;
}
body.single section.page-banner-template {
    min-height: 200px;
}
body.archive .page-banner-template, body.search .page-banner-template {
    margin-bottom: 70px;
}
/*h1.inner-page-title.title-dark {
    color: #4c4c4c!important;
}*/
h1.inner-page-title {
    text-transform: none;
}
.text-left,h1.text-left {
    text-align: left!important;
}
.section-fluid {
    padding-left: 0!important;
}
.section-no-padding {
    padding: 0;
}
.sw-col-4 {
    max-width: 33.33%;
    flex: 0 0  33.33%;
    padding: 0 15px;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.media-item h3 {
	font-size: 24px;
	font-weight: 400;
	/* font-size: 3.6rem; */
	line-height: 36px;
}
.media-img img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.media-content {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.media-btn-div{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.media-item:hover .media-img-inner::after {
    transform: translateY(0);
}
.media-img-inner::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(20,175,229,.9);
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/blog-read-more-video.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease;
    transform: translateY(100%);
}
.media-img-inner {
    position: relative;
    overflow: hidden;
}

.media-pagination a, .media-pagination span {
    background-color: #14afe5;
    padding: 5px 10px;
    margin: 0px 3px;
    color: #fff;
}
.media-pagination span.current {
    background-color: #f27a28;
}
.media-pagination {
    width: 100%;
    text-align: center;
}
a.button.button-secondary {
    color: #1e1e1e;
    background: #14afe5;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 11px 32px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    margin-top: 28px;
}
.button-center {
    margin: 0 auto;
}
.media-item {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
}
#media-section .media-img {
    height: 100%;
}
#e-media a.button.button-secondary {
    background: transparent;
    padding: 0;
    font-size: 2.3rem;
    line-height: 3.5rem;
}
#e-media a.button.button-secondary:hover {
    color: #000;
}
body.page-template-default figcaption {
    text-align: center;
}
.content-full ol {
    padding-left: 30px;
}
.content-full ol li {
    list-style: decimal;
    margin-bottom: 20px;
}
.wp-block-guteblock-count-up:hover {
    background-color: #f27a28 !important;
}
.wp-block-guteblock-count-up:hover h2, .wp-block-guteblock-count-up:hover h5 span {
    color: #fff !important;
}
.media-content a.button {
    margin-top: 28px!important;
    text-transform: uppercase;
}
/*h1.inner-page-title-default.title-dark {
    color: #4c4c4c!important;
}*/
h1.inner-page-title-default {
    text-transform: none;
    color: #fff!important;
    font-weight: 800;
}
.page-template-template-media #media-section > section {
    -webkit-background-size: inherit !important;
    -moz-background-size: inherit !important;
    -o-background-size: inherit !important;
    background-size: inherit !important;
}
#media-section {
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/education/kuru.png);
}
.img-rounded {
    border-radius: 8px;
}
.sep-bottom {
    position: relative;
}
.sep-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
    background: #fff;
    bottom: -4px;
}
section#a-section-2 .a-right img {
    width: 100%;
}
section.banner-v2 .btn-slider {
    padding: 10px 35px;
    display: inline-block;
    vertical-align: top;
    border-radius: 24px;
    background-color: #fff;
    color: #0d6eb6;
    font-size: 18px;
    text-align: center;
    /* margin-top: 10px; */
    border: 2px solid #0d6eb6;
    transition: 300ms all ease-in-out;
}
section.banner-v2 .btn-slider:hover {
    background-color: #0d6eb6;
    color: #fff;
}
/*Mattersport 360 view*/
#hidden-matterport {
    padding: 0;
    border-radius: 20px;
    width: 1200px;
    max-width: 90%;
    height: 90%;
}
#hidden-matterport iframe {
    width: 100%;
    height: 100%;
    float: left;
}
#hidden-matterport .tab-content {
    height: 100%;
}
#hidden-matterport .tab-pane {
    margin: 0;
    height: 100%;
}
#hidden-matterport .nav.nav-tabs {
    height: 50px;
    padding-top: 6px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, .8);
}
#hidden-matterport .nav.nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
#hidden-matterport .nav.nav-tabs li a {
    border: none;
    background: no-repeat;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}
#hidden-matterport .nav.nav-tabs li a:hover {
    color: #15368b;
}
#hidden-matterport .nav.nav-tabs li.active a {
    color: #15368b;
}
#hidden-matterport button.fancybox-button.fancybox-close-small {
    z-index: 99;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    top: 10px;
    right: 5px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.fancybox-container {
    z-index: 999999;
}
/*html tab*/
div.tab {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 0.4em 0;
}
div.tab button {
    background-color: transparent;
    float: none;
    border: none;
    outline: none;
    margin: 0.5em 0.7em;
    font-size: 15px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #4f4f4f;
    cursor: pointer;
    padding: 0;
}
div.tab button:hover {
    color: #15368b;
}
div.tab button.active {
    color: #15368b;
    cursor: initial;
    text-decoration: underline;
}
.content {
    display: none;
    background-color: #fff;
    padding: 0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    height: 100%;
}
.tab-mob {display: none;}
.holds-the-iframe {
  background:url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/spinner-tourview.gif) center center no-repeat;
}
.take-a-tour-btn {
    border-radius: 26px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #5fc2ee;
    border: 1px solid #5fc2ee;
    opacity: 1;
    text-decoration: none;
    color: #333 !important;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.take-a-tour-btn:hover {
    color: #ffffff !important;
    background-color: #f27a28;
    border: 1px solid #f27a28;
    opacity: 1;
}
/*END html tab*/

.wp-block-guteblock-button.is-style-1 {
    margin-top: 5px;
}
.sw-single-post-content {
    width: 1300px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: -100px;
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.15);
}
.entry-content.sw-single-post-content {
    padding: 60px 0 0;
}
.post-thumbnail {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    text-align: center;
}
.post-thumbnail img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.sw-single-post-content .sw-blog-content {
    padding: 0 50px 60px;
}
.sw-single-post-content .sw-blog-content h1.text-center {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    color: #15368b;
}
.sw-single-post-content .sw-blog-content ul {
    float: inherit;
}
.sw-single-post-content .sw-blog-content ul ul {
    margin-bottom: 0;
    margin-top: 10px;
}
.sw-single-post-content .sw-blog-content ul li {
    list-style: none;
}
.sw-single-post-content .sw-blog-content li:last-child {
    margin-bottom: 0;
}
.sw-single-post-content .sw-blog-content ul ul > li {
    background-image: none;
    list-style: disc;
    padding-left: 10px;
}
.sw-single-post-content .sw-blog-content ul ul ul li {
    list-style: circle;
}
/**/
body.single-post .sw-single-post-content .sw-blog-content h1.text-center, body.single-post .sw-single-post-content h1.text-center {
	font-size: 36px;
	line-height: 48px;
	margin-top: 0;
}
body.single-post .sw-default-content-style h2 {
	font-size: 32px;
}
body.single-post .sw-default-content-style h4 {
	font-size: 22px;
}
/**/
/*Resource page*/
body.page-template-template-resources h1.inner-page-title.title-dark {
	color: #fff !important;
}
#resourcepg .m-news-item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2.5%;
	margin-bottom: 20px;
}
#resourcepg .m-news-item:nth-child(3n) {
	margin-right: 0;
}
#resourcepg .m-news-content {
    padding: 10px 0 0;
    float: left;
    width: 100%;
}
#resourcepg .m-news-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#resourcepg .m-news-img, #resourcepg .m-news-content h3, #resourcepg .m-news-content p {
    padding: 0 15px;
}
#resourcepg .m-news-img {
	text-align: left;
}
#resourcepg .m-news-content h3 {
	font-size: 23px;
	line-height: 35px;
    font-weight: 600;
}
#resourcepg .m-news-item:hover h3 {
	color: #15368b;
}
#resourcepg .m-news-content p {
	font-size: 18px;
	line-height: 30px;
}
.contentEditor, .contentEditor p {
	padding:0;
	margin-bottom: 0;
}
.wp-block-columns p {
    margin-bottom: 0;
}
#e-media .container, #specializations .container, #facilities .container {
	position: relative;
}
.cat-link {
	position: absolute;
	left: 15px;
	top: 9%;
	font-weight: 500;
	transition: 250ms all ease-in-out;
    font-size: 24px;
}
#specializations .cat-link {
	left: auto;
	right: 0;
	top: 6%;
}
#facilities .cat-link {
	top: 7%;
	color: #fff;
}
.cat-link:hover, #facilities .cat-link:hover {
	color: #f27a28;
}
.page-template-template-medical #m-news .container {
	position: relative;
}
.page-template-template-medical #m-news .cat-link {
	top: auto;
	bottom: -46px;
}
.edu-pg-research-news {
    padding-top: 60px;
    padding-bottom: 0;
}
.edu-pg-research-news .post-img.post-img-right img, .edu-pg-research-news .post-box-one.post-box img {
    object-fit: cover;
}
.sw-default-content-style p.date-data {
    display: block;
    font-size: 15px;
    text-align: left;
}
#content #section-contact-us h2.text-subtitle {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 62px;
    margin-bottom: 40px;
    color: #111;
}
p.date-data .cat-post-date {
    display: inline-block;
}
hr.is-style-default {
    margin: 30px auto;
    width: 220px;
}
.sw-default-content-style .wp-block-gallery ul li {
    background: none;
    padding-left: 0;
}
.entry-content .wp-block-gallery ul li img {
    margin-bottom: 0;
}
.sw-single-post-content .sw-blog-content .wp-block-gallery li:last-child {
    margin-bottom: inherit;
}
.entry-content p a {
    color: #2789c7;
}
.teamList {
    padding-bottom: 30px;
}
.teamBox, .teamTitle {
    float: left;
    width: 100%;
}
.teamBox {
    background: #eeeeee2c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-bottom: 20px;
    margin-bottom: 70px;
}
.teamBox:last-child {
    margin-bottom: 0;
}
.teamTitle {
    background: rgb(13,110,182);
    background: linear-gradient(270deg, rgba(13,110,182,0) 0%, rgba(13,110,182,1) 43%);
    color: #fff;
    padding: 12px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    position: relative;
    font-size: 24px;
    line-height: 36px;
}
.teamTitle::after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0d6eb6;
    display: inline-block;
    transition: 350ms all ease-in-out;
    position: absolute;
    left: 30px;
    bottom: -9px;
}
.doc-details-outer {
    display: block;
    padding: 0 20px;
}
.teamList .doc-details {
    float: left;
    width: 30%;
    margin-right: 5%;
    transition: all 0.1s ease;
    box-shadow: 0px 0pc 10px -5px #888;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 50px;
    background: #0d6eb617;
}
.teamList .doc-details:nth-child(3n) {margin-right: 0;}
/*.teamBox .doc-details:nth-of-type(3n) {margin-right: 0;}*/
.teamList .doc-details:hover {
    box-shadow: 0px 0pc 22px -11px #888;
}
.teamList .doc-details-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.teamList .doc-details img {
    transform: scale(1);
    transition: all 0.3s ease;
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}
.teamList .doc-details-content {
    position: relative;
}
.teamList .doc-details .doc-details-content h4 {
    font-size: 23px;
}
.teamList .position_in_team {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    background-color: #f28a37c9;
    color: #fff;
    padding: 5px 8px;
}
.teamList .doc-details:hover img {
    transform: scale(1.02);
}
/*team list with brief - temp*/
.teamList .teamBox.with-brief .doc-details {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
}
.doc-details-left {float: left;position: relative;}
.doc-details-right {float: right;}
.doc-details-left, .doc-details-right {
    width: 50%;
    align-self: center;
}
.doc-details-left::after {
    content: '';
    width: 23px;
    height: 23px;
    background-image: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    position: absolute;
    top: 45%;
    right: 25px;
    display: block;
    transform: rotate(270deg);
    border-radius: 50%;
}
.doc-details-right-inner {
    display: block;
    padding: 0 20px 20px 20px;
}
.doc-details-right-inner p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-weight: 300;
}
.doc-details-right-inner p:last-child {margin-bottom: 0}
/**/
#ddi-accred-seals {
	float: right;
	margin-top: 12px;
}
#foo-copyright {
    float: left;
    margin-top: 27px;
}
#ddi-accred-seals a, #ddi-accred-seals div {
    display: inline-block;
    vertical-align: middle;
    /* line-height: 79px; */
    /* max-height: 79px; */
}
#ddi-accred-seals img {
	max-height: 105px;
}
.sw-default-content-style .wpkqcg_qrcode_wrapper h2 {
    font-size: 28px;
}
/*our gallery*/
.gallery-slider {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0 10px;
}
.gallery-slider .slick-slide > div {
	margin: 0 10px;
}
.gallery-slides {
	position: relative;
}
.event-image-title {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	background-color: #f28a37c9;
	color: #fff;
	padding: 5px 1%;
}
/*auto-scroll links*/
.auto-scroll-links {
	margin: 25px 0;
}
.auto-scroll-links a, .auto-scroll-links {
	line-height: 36px;
	vertical-align: middle;
}
.auto-scroll-links a {
	color: #0d6eb6 !important;
}
.sw-default-content-style ul.auto-scroll-links li {
	background-position: left 15px;
}
.aligncenter {
	text-align: center;
}

/*PDF 3D Flipbook plugin*/
.flipbook-tocItem {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 5px;
}
.flipbook-tocItem .title {
	margin-bottom: 0;
	float: none;
	line-height: 23px;
}
.flipbook-menu > span {
	margin-left: 5px;
}
.flipbook-tocItem span:nth-child(3) {
	vertical-align: top !important;
}
.flipbook-nav .flipbook-icon.flipbook-menu-btn {
    background: rgb(34, 185, 237) !important;
}
.flexbox {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex-parts-outer, .flexparts-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-parts, .flexparts {
    margin-bottom: 15px;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}
/*home news slider*/
.rnews-slider {
    padding-top: 30px;
}
.rnews-slider .slick-list {
    margin: 0 -15px;
}
.rnews-slides {
    display: block;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 405px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
}
.rnews-slides img {
    display: inline-block !important;
    vertical-align: top;
    object-fit: fill;
    object-position: top left;
}
.rnews-slides .post-contents-news {
    text-align: left;
    transition: 150ms all ease-in-out;
}
.rnews-slides:hover .post-contents-news {
    background-color: #16639c;
}
.rnews-slides .cat-post-date {
    color: #fff;
    text-align: inherit;
    line-height: 2.5em;
}
.rnews-slide-title {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.rnews-slider .slick-slide {padding: 0 5px;}
.rnews-slider .slick-arrow {
    position: absolute;
    bottom: -74px;
    left: auto;
    top: auto;
    background: transparent;
    line-height: 50px;
    border: 1px solid #24b0e3;
    height: 50px;
    width: 50px;
    border-radius: 12px;
    z-index: 999;
    font-size: 0;
    cursor: pointer;
}
.rnews-slider .slick-prev.slick-arrow {
    right: 65px;
}
.rnews-slider .slick-next.slick-arrow {
    right: 0;
}
.rnews-slider .slick-arrow::before {
    font-size: 26px;
    opacity: 1;
    line-height: 40px;
    color: #24b0e3;
}
.rnews-slider .slick-prev::before {
    content: "‹";
}
.rnews-slider .slick-next::before {
    content: "›";
}
.rnews-slider .slick-arrow:hover {
    background: #24b0e3;
}
.rnews-slider .slick-arrow:hover::before {
    color: #fff;
}/*ENDS home news slider*/
#ddi-newsletter {/*Starts Newsletter*/
    text-align: center;
    padding: 0;
    padding: 60px 0;
    margin: 0;
    background: #fff;
}
#ddi-newsletter input:focus::-webkit-input-placeholder {
    color: #cdcdcd;
}
#ddi-newsletter input:focus::-moz-placeholder {
    color: #cdcdcd;
}
#ddi-newsletter input:focus::-ms-input-placeholder {
    color: #cdcdcd;
}
#ddi-newsletter input:focus::placeholder {
    color: #cdcdcd;
}
h2.section-heading.ddi-newsletter-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
    display: block;
}
#ddi-newsletter .subscribeForm {
    margin-bottom: 0;
    overflow: hidden;
}
.subscribeFormIn {
    width: 620px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.subscribeFormIn input[type="email"] {
    width: 100%;
    float: left;
    background: no-repeat;
    outline: none;
    padding: 20px 160px 20px 20px;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    height: 60px;
}
input#mc-embedded-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    background-color: #0d6eb6;
    border: 1px solid #0d6eb6;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}
.subscribeFormIn input[type="button"]:hover,
.subscribeFormIn input[type="submit"]:hover {
    background: none;
    color: #15368b;
    border: 2px solid #15368b;
}/*ENDS Newsletter*/
/*Starts Breadcrumbs*/
#breadcrumbs-outer {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
}
body.archive #breadcrumbs-outer, body.search #breadcrumbs-outer {
    margin-top: -54px;
}
body.single #breadcrumbs-outer {display: none;}
#breadcrumbs {
    padding: 0;
    margin-bottom: 0;
    line-height: 20px;
}
#breadcrumbs span, #crumbs {
    font-size: 15px;
    font-weight: 400;
}
#crumbs {
    line-height: 20px;
}
#crumbs br {display: none;}
#breadcrumbs span a, #crumbs a {
	font-size: 15px;
	font-weight: 300;
	color: #0d6eb6;
}
body.page-template-template-about #breadcrumbs-outer, body.page-template-template-medical #breadcrumbs-outer {
    margin-top: -40px;
}
body.page-template-template-about #breadcrumbs-outer #crumbs, body.page-template-template-about #breadcrumbs-outer #crumbs a, body.page-template-template-medical #breadcrumbs-outer #crumbs, body.page-template-template-medical #breadcrumbs-outer #crumbs a {
    color: #fff;
}
#breadcrumbs-outer #crumbs a:hover {
    text-decoration: underline;
}
body.page-template-template-research-patient #breadcrumbs-outer .container, body.page-template-template-training #breadcrumbs-outer .container, body.page-template-template-research-professionals #breadcrumbs-outer .container {
    padding-left: 0;
    padding-right: 0;
}
body.page-template-template-research-patient #breadcrumbs-outer #crumbs {
    margin-left: -10px;
}
body.page-template-template-training #breadcrumbs-outer {
    background-color: #f9f9f9;
}
/*ENDS Breadcrumbs*/

/*Deactivated plugin styles*/
.wp-block-guteblock-button.align-center {
    text-align: center;
}
.wp-block-guteblock-button.align-right {
    text-align: right;
}
.wp-block-guteblock-button.align-left {
    text-align: left;
}
/*ENDS Deactivated plugin styles*/
/*plugin overriding*/
.wp-block-uagb-team.uagb-team__align-left .uagb-team__image-wrap {
    margin-left: 0 !important;
}
.wp-block-uagb-team.uagb-team__align-right .uagb-team__image-wrap {
    margin-right: 0 !important;
}
h3.uagb-team__title {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}
/*ENDS plugin overriding*/
.sw-single-post-content p em, .sw-single-post-content li em {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/*custom search bar*/
#booklet_search {
    float: left;
    width: 260px;
    border-radius: 10rem;
    color: #000;
    background-image: url("/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/ddi-search-lens-blue.png");
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 15px;
    border: solid 1px #5fc2ee;
    padding: 5px 10px 5px 38px;
    font-size: 14px;
    font-weight: 300;
    background-color: #f6f6f666;
    margin: 0;
    outline: 0;
    transition: all .5s;
    color: #000;
}
#custom_searchform input::-webkit-input-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
#custom_searchform input::-moz-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
#custom_searchform input::-ms-input-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
#custom_searchform input::placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 200;
    opacity: 0.5;
}
.reset_customSearch {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 45px;
    margin-left: 10px;
    font-style: italic;
}
/*ENDS custom search bar*/
/*home latest news modify*/
.latest-news {
    /* padding: 100px 0 55px; */
    padding: 100px 0 140px;
}
.latest-news.newsArchiveLink {padding-bottom: 0;}
#newspaper-logo-slider.rnews-slider {
    margin: 15px 0 30px;
    float: left;
    width: 100%;
}
#newspaper-logo-slider .nppr-logo-slides {padding: 20px;}
.sec-title-outer {
    float: left;
    box-shadow: 0 0 22px -2px #0000002b;
    width: 100%;
    padding: 30px 30px 30px 53px;
    border-radius: 10px;
    position: relative;
}
.sec-title-outer::before, .related-art-head:before {
    content: '';
    width: 5px;
    height: 36px;
    position: absolute;
    top: 27px;
    display: block;
    background-color: #0d6eb6;
    left: 0;
}
.latest-news h3 {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 38px;
}
.sec-title-outer .news-link {
    font-size: 18px;
    line-height: 40px;
}
.latest-news-content {
    margin-top: 40px;
}
#homenews-slider.rnews-slider .slick-slide {
    padding: 0 15px;
}
#homenews-slider .rnews-slides {
    height: auto;
    border-radius: 0;
}
.homenews-slide-left, .homenews-slide-right {
    width: 50%;
    position: relative;
    align-self: center;
}
.homenews-slide-right {
    padding-left: 82px;
}
.homenews-slide-left img {
    max-height: 405px;
    width: auto !important;
}
.homenews-slide-right .post-contents-news {
    background: #fff;
    position: static;
}
.rnews-slides:hover .homenews-slide-right .post-contents-news {
    background-color: transparent;
}
.homenews-slide-right .rnews-slide-title {
    color: #232323;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}
.rnews-slides .homenews-slide-right .cat-post-date {
    color: #127ec2;
    margin-top: 7px;
}
.homenews-slide-right .rnews-slide-para {
    color: #3f3e3e;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 16px;
}
.homenews-slide-right .button-style-1 {
    background-color: #0d6eb6;
    font-size: 16px;
    border-color: #0d6eb6;
    margin-top: 30px;
}
.homenews-slide-right .button-style-1:hover {
    background-color: #f27a28;
    border-color: #f27a28;
}

#footer-social-icons {
    text-align: left;
}
#footer-social-icons .btn-facebook {
    margin-left: 0;
}
body #footer-social-icons  .icon-facebook::before {
    margin-left: 0;
}
.slick-arrow.slick-disabled {
    opacity: .25;
}

.post-listing-outer {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.post-listing h2 {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 38px;
    float: left;
}
.sec-title-outer-1, .sliderOuter {
    float: left;
    width: 100%;
}
.sec-title-outer-1 h2.subTitle {
    width: auto;
}
.sec-title-outer-1 .news-link {
    margin-top: 46px;
    font-size: 18px;
}
.marquee {
    font-size: 28px;
}

.section-2-v2-box-right h2 {
    font-size: 26px;
}


/*gutenslider nav custom*/
/*.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg {
    display: none;
}
.wp-block-eedee-block-gutenslider.arrows-sm .eedee-gutenslider-nav {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 55px !important;
    height: 55px !important;
}
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
    background-image: url('/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/fill-left-blue.png') !important;
}
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
    background-image: url('/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/fill-right-blue.png') !important;
}*/

.sw-default-content-style h3.has-text-align-center {
    text-align: center;
}

.lds-dual-ring { /*blue ring loader*/
    display: inline-block;
    width: 62px;
    height: 57px;
}
.lds-dual-ring::after {
    content: " ";
    display: block;
    width: 31px;
    height: 31px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #0d6eb6;
    border-color: #0d6eb6 transparent #5fc2ee transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#relatedArticles {
	padding: 100px 0 50px;
    position: relative;
}
#relatedArticles .entry-content.sw-single-post-content {
	padding-top: 0;
	background: none;
	box-shadow: none;
}
.section-heading.ddi-newsletter-title.related-art-head {
	font-size: 34px;
	line-height: 37px;
	margin: 0 0 20px;
	display: block;
	box-shadow: 0 0 22px -2px #0000002b;
	width: 100%;
	padding: 30px 30px 30px 53px;
	border-radius: 10px;
}
#relatedArticlesSlider {
    padding-top: 35px;
}
#relatedArticlesSlider .slick-slide {
	padding: 0 20px 0 0;
}
.rA-Boxes {
	width: 100%;
	background-color: #0d6eb6;
	padding-left: 53px;
	border-radius: 8px;
	transition: 250ms all ease-in-out;
	position: relative;
	display: inline-block;
}
.rA-Boxes::before {
	content: '';
	float: left;
	width: 19px;
	height: 19px;
	background-image: url('https://web.archive.org/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/uploads/2020/09/ddi-plus-sign-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 17px;
	top: 46%;
	transition: 250ms all ease-in-out;
}
.rA-Boxes:hover {
	background-color: #1d4499;
}
.rA-Boxes:hover::before {
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 0.4s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
}
.rA-Boxes .each-blog-title {
	border-bottom: 6px solid #f7f7f7;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	transition: 250ms all ease-in-out;
	padding: 40px 40px 40px 25px;
	background: #f7f7f7;
}
.rA-Boxes .each-blog-title-wrapper {
    align-self: center;
}
.each-blog-title-wrapper > * {
	display: block;
	width: 100%;
}
.rA-Boxes:hover .each-blog-title {
	border-bottom: 6px solid #1d4499;
}
.rA-Boxes .cat-post-date {
	font-size: 16px;
	line-height: 24px;
}
.rA-Boxes .each-blog-title-main-title {
	display: block;
	color: #0a0a0a;
	font-size: 21px;
	line-height: 30px;
	margin-top: 16px;
	margin-bottom: 0;
}
.rA-Boxes .cat-title {
	font-size: 16px;
	line-height: 30px;
	color: #0d6eb6;
	text-transform: uppercase;
	display: block;
	margin-top: 8px;
	padding: 0;
	font-weight: 600;
}
.rA-Boxes .cat-blog-post-excerpt {
	color: #0a0a0a;
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin-top: 25px;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px;
}
#relatedArticlesSlider .slick-arrow {
	position: absolute;
	bottom: -74px;
	left: auto;
	top: auto;
	background: transparent;
	line-height: 50px;
	border: 1px solid #24b0e3;
	height: 50px;
	width: 50px;
	border-radius: 12px;
	z-index: 999;
}
#relatedArticlesSlider .slick-arrow::before {
	font-size: 26px;
	opacity: 1;
	line-height: 40px;
	color: #24b0e3;
}
#relatedArticlesSlider .slick-next.slick-arrow {
	right: 18px;
}
#relatedArticlesSlider .slick-next::before {
	content: "â€º";
}
#relatedArticlesSlider .slick-prev.slick-arrow {
	right: 83px;
}
#relatedArticlesSlider .slick-prev::before {
	content: "â€¹";
}

.sw-single-post-content {
	position: relative;
}
body.single .sw-single-post-content #breadcrumbs-outer {
	display: block;
	width: 100%;
	padding: 17px 0 17px 50px !important;
}



/*hide/display AR button on post category pages*/
body.category .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar {
	display: none;
}
body.category-our-videos .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-diabetes-videos .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-geohealth-videos .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-research-videos .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-news .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-our-newsletter .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-general .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-research-in-the-news .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar {
	display: inline-block;
}
body.category-our-videos-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-diabetes-videos-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-geohealth-videos-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-research-videos-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-news-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-our-newsletter-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-general-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar, 
body.category-research-in-the-news-ar .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-item-ar {
	display: inline-block;
}
/**/
.wordpress-print-posts {text-align: right;}

.onlyMobile {display: none;}
.notMobile {display: flex;}

/*new header*/
#left-header {
	position: static;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 4px 0px 12px -9px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 0px 12px -9px rgba(0,0,0,0.5);
	box-shadow: 4px 0px 12px -9px rgba(0,0,0,0.5);
	float: left;
	height: 150px;
}
#left-header .container {
    display: flex;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: space-between;
}
.ddi-lang-switcher {
	display: block;
	text-align: center;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.nav-button.menu-item {
	display: none;
}
.main-menu1 {
	float: right;
	padding-top: 62px;
    transition: 300ms all ease-in-out;
}
section.top-header {
	position: absolute;
	top: 17px;
	left: auto;
	right: 30px;
	text-align: right;
	width: auto;
}
section.top-header .container {
	padding-right: 108px;
	width: auto;
	margin: 0;
	max-width: none;
}
section.top-header a {
	color: #5fc2ee;
	font-size: 17px;
	float: none;
	font-weight: 300;
	transition: all 0.2s ease;
	letter-spacing: .5px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}
section.top-header a.wpml-ls-link, a.wpml-ls-link {
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    border: 1px solid #5fc2ee;
    border-radius: 3px;
    transition: 250ms all ease-in-out;
    vertical-align: middle;
    padding: 4px 7px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child {
    margin-right: 5px;
}
body.home section.top-header a, a.wpml-ls-link {
	color: #5fc2ee;
}
section.top-header a i {
	font-size: 17px;
	height: auto;
	display: inline-block;
	overflow: hidden;
	float: none;
	margin-right: 0;
	margin-top: 0;
	vertical-align: top;
}
body.home section.top-header i {
    color: #127EC2;
}
.head-search {
	display: inline-block;
	vertical-align: top;
	margin: -12px 27px 0 0;
	border-radius: 25px;
}
.header-footer {
	display: none;
}
.header-scroll-outer.desktop {
  position: absolute;
  top: -2px;
  right: 0;
  width: 100%;
  background-color: #1c70b0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  height: 50px;
  line-height: 50px;
  z-index: 99;
}


#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav, .ubermenu .ubermenu-nav {
	/* display: block !important; */
}
#quadmenu .quadmenu-navbar-nav li:last-child, #quadmenu .quadmenu-navbar-nav li.lastMenu {
	margin-right: 0 !important;
}
.quadmenu-item .WPKQCG_Widget_qrcodewidget a, .quadmenu-item .WPKQCG_Widget_qrcodewidget img {
	max-width: 205px !important;
}
#quadmenu ul li.quadmenu-item .WPKQCG_Widget_qrcodewidget a {
	margin: 0 auto;
}
.ubermenu .ubermenu-submenu .ubermenu-submenu {
	width: auto;
	display: block !important;
	visibility: visible !important;
}   

.home .hban-slides .container-bg {
	/* background: transparent; */
	width: 100%;
    align-self: flex-end;
    max-width: fit-content;
    padding: 20px 30px;
}
.home .hban-slides {
	text-align: center;
}
.home section.banner-v2 #homebanner-slider h1 {
	font-size: 38px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


#quadmenu .widget.widget_text p {
	font-size: 15px;
}
#quadmenu.quadmenu-is-horizontal li.quadmenu-item-type-column > div > ul {
	padding-top: 15px!important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
    font-size: 15px!important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
	margin-bottom: 0!important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .textwidget {
	margin-top: 15px!important;
}
#quadmenu .widget.widget_text p {
	margin-bottom: 15px!important;
}
.noTextWidgetContent .widget_text .textwidget {
	display: none;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-tabs > .quadmenu-dropdown-menu > ul > li > ul.quadmenu-tabs > li.quadmenu-item-type-tab {
	transition: 350ms all ease-in-out!important;
}
#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-widget.widget {
    border-bottom: none;
}
/*new header ends*/

/*popup*/
.pum-container {
	max-width: 1200px!important;
}
.pum-container .pum-title {
	text-align: center !important;
	font-size: 20px !important;
	line-height: 34px !important;
	background: rgba(13, 110, 182, 0.16);
	padding: 9px;
	border-radius: 8px;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}
.pum-container .pum-title {
	text-align: center !important;
	font-size: 20px !important;
	line-height: 34px !important;
	/* background: rgba(13, 110, 182, 0.16); */
	padding: 9px;
	border-radius: 8px;
	/* box-shadow: 0 0 28px rgba(0, 0, 0, 0.2); */
	/* text-transform: uppercase; */
	/* border-bottom: 1px solid rgba(30, 115, 190, 0.52); */
	border-radius: 0;
	/* background: rgba(30, 115, 190, 0.55); */
    background: #1c4498;
	/*color: #fff !important;*/
}
.pum-container .pum-content > :first-child {
	/* margin-top: 33px!important; */
}
.pum-container .pum-content > p {
    line-height: 29px;
    font-size: 16px;
    font-weight: 300;
}
.pum-theme-53180 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	padding: 0px 14px!important;
	font-size: 11px!important;
	line-height: 32px!important;
	background-color: #0d6eb6!important;
	border-radius: 50%!important;
	color: #fff !important;
}
.pum-container .pum-content+.pum-close:hover {
    background-color: #fff !important;
    color: #0d6eb6 !important;
}
.popupBTN {
	padding: 14px 32px;
	border-radius: 27px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 17px;
}
.popupBTN.inline {
    margin-right: 12px;
}
.popupBTN.inline:last-child { margin-right: 0;}
.popupBTN.callBTN {
	background-color: #25D366;
}
.popupBTN.darkBG {
	background-color: #1d4499;
}
.popupBTN.lightBG {
	background-color: #0d6eb6;
}
.popupBTN.verylightBG {
	background-color: #14afe5;
}
.popupBTN:hover {
    text-decoration: none;
    background-color: #f27a28;
}
.whatsapp {
    background-image: url('/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/Whatsapp.png');
    background-position: 22px center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 14px 23px 14px 55px;
}
.direct-call {
    background-image: url('/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/Phone_direct.png');
    background-position: 22px center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 14px 23px 14px 55px;
}
.pum-container h1, .pum-container h2, .pum-container h3, .pum-container h4, .pum-container h5, .pum-container h6 {
    margin: 15px 0 10px !important;
    font-weight: normal;
}
.pum-container h4 { font-size: 26px; }
.pum-container h5 { font-size: 23px; }
.pum-container h6 { font-size: 20px; }
.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
    width: 94% !important;
    max-width: 480px !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
}
/*popup ends*/
li.menuDisplayControl { display: none !important; }
#customHeaderLinks {
	display: inline-flex;
	margin-left: 26px;
	line-height: 30px;
	justify-content: space-between;
}
#customHeaderLinks > * {
	align-self: center;
	font-size: 17px;
	line-height: 17px;
    letter-spacing: 0;
	color: #000;
}
#customHeaderLinks span {
	padding: 0 15px;
	transform: translateY(-1px);
}
#customHeaderLinks a:hover {
    color: #5fc2ee;
}
#customHeaderExtLinks {
    display: inline-flex;
    align-items: center;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.languageSwitcher {
    margin-left: 30px;
}
section.top-header a, .wpml-ls-legacy-list-horizontal a span {
    vertical-align: unset;
}
section.top-header a .fa-solid {
    margin-right: 6px;
    font-size: 15px;
}
/*WP Recipe maker*/
/* .wprm-recipe-print {
	background-color: #0d6eb6 !important;
	border-color: #0d6eb6 !important;
} */
.wprm-layout-container.ddi-logo img {
	width: auto !important;
	height: auto !important;
    max-height: 117px !important;
}
.wprm-recipe-template-chic---1---addedlogo li, .wprm-recipe-template-chic---1---addedlogo li *, .wprm-recipe-template-chic---1---addedlogo ol, .wprm-recipe-template-chic---1---addedlogo ol * {
	font-size: 17px !important;
    letter-spacing: normal !important;
}
.wprm-recipe.wprm-recipe-roundup-item {
	max-width: 750px;
}

/*RecipeCard IO*/
#wpzoom-recipe-card ul li {
	background-image: none;
}
.recipe-card-video iframe {
	width: 100%;
	height: 520px;
}




/*Temp Site*/

/*About Us*/
.section-content {
    padding: 30px 0;
}
.content-overview {
    padding-bottom: 20px;
}
.mission, .vision {
    padding-bottom: 20px;
}
.section-content h4, .sectors-subTitle {
    color: #3071b1;
    font-size: 24px;
    line-height: 160%;
    padding-bottom: 10px;
}
.trustees .section-content.flexbox {
    column-gap: 2%;
    row-gap: 60px;
    justify-content: space-between;
    padding: 60px 0;
}
.truste {
    width: 22%;
}
.management .truste {
    width: 30%;
    transition: 300ms all ease-in-out;
    transform: translateY(0);
}
.management .truste:hover {
    transform: translateY(-5px);
}
.trustees .truste {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 18px 13px;
    border-radius: 8px;
    transform: translateY(0);
    transition: 300ms all ease-in-out;
}
.trustees .truste:hover {
    transform: translateY(-6px);
}
.trustees .section-content h4 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0;
}
.management h4.truste_name {
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.accreditations {
    padding-top: 50px;
}
.accreditations .section-content {
    padding: 60px 0;
    gap: 80px;
    align-items: center;
}
.accreds img {
    max-width: 120px;
}
/**/

/*Sectors Page*/
.sec-subtitle-outer {
    width: 100%;
    padding: 50px 0 0;
}
.sectors-subTitle {
    color: #2d6eb3;
}
.sectors-sections .list_item {
    display: inline-flex;
    margin: 0 20px 20px 0;
    border: 1px solid #24b0e3;
    padding: 10px 25px;
    border-radius: 25px;
    background: #fff;
    transition: 300ms all ease-in-out;
}
.sectors-sections .list_item:hover {
    background: #24b0e3;
    color: #fff;
}
.list_title {
    font-weight: 400;
}
.sectorspg .section-content {
    padding: 18px 0 30px;
}
.sectorspg .section-content.departmentlist {
    padding-bottom: 0;
}
.sectors-sections {
    padding-bottom: 55px;
}
.sectors-sections.sec3 {
    padding-bottom: 0;
}
.sectorspg .sec3 .section-content.departmentlist {
    padding-top: 50px;
}

/**/
.languageSwitcher.mob {
    position: absolute;
    top: 12px;
    right: 18px;
}
.footer-widgets.flexbox {
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.footer-widgets li:first-child {
    flex: 1;
}
.sec-title-outer h3 {
    font-size: 28px;
    margin: 0;
}
#quadmenu .quadmenu-navbar-nav > li.current-menu-item > a .quadmenu-text, #quadmenu .quadmenu-navbar-nav > li.current_page_item > a .quadmenu-text {
    border-bottom: 0 !important;
}
.pum-container {
    max-width: 700px!important;
    background: #ffffffd9 !important;
    border-radius: 8px!important;
}
button.pum-close.popmake-close {
    border-radius: 50%!important;
    top: -14px !important;
    right: -14px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 25px !important;
}
/**/

.wp-block-buttons a:hover {
    background-color: #f27a28!important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu {
    max-width: 100%!important;
}
.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed {
    left: 0!important;
}

.content-full iframe {
    max-width: 1200px;
}



/*responsive styles*/
@media (min-width: 2001px) {
    .m-col-1 {
        max-width: 40%;
        flex: 0 0 40%;
        height: 61vh;
    }
    .page-id-28457 .wp-block-eedee-block-gutenslider , .page-id-28457 .wp-block-eedee-block-gutenslider *{
        max-height: 360px;
    }
    .about-team-item.slick-slide, .about-team-slider .about-team-item {
        height: 65vh;
        max-height: 800px;
    }
}
@media (min-width: 2800px) {
    .about-team-item.slick-slide, .about-team-slider .about-team-item {
        max-height: 900px;
    }
}
@media (min-width: 3200px) {
    .about-team-item.slick-slide, .about-team-slider .about-team-item {
        height: 70vh;
        max-height: 1000px;
    }
}
@media (min-width: 3450px) {
    .about-team-item.slick-slide, .about-team-slider .about-team-item {
        max-height: 1200px;
    }
}
@media (max-width: 2000px) {
.m-col-1 {
    max-width: 40%;
    flex: 0 0 40%;
    height: 61vh;
    max-height: 658px;
}
}
.m-col-1 .cta-banner {
    padding-left: 8%;
}
.cta-banner .heading a {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
}

.cta-banner .heading a:hover {
    color: #fff;
    opacity: 0.9;
}
.m-col-2,.m-col-3 {
    max-width: 30%;
    flex: 0 0 30%;
}
.m-section-left {
    display: flex;
    max-width: 40%;
    flex: 0 0 40%;
}
.d-flex.no-wrap {
    flex-wrap: nowrap;
}
.topic-card {
    height: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-top: 50px;
}
.m-s3 {
    padding: 0;
    background: #14afe5;
    /*background: -moz-linear-gradient(left,#fff 0%,#fff 25%, #14afe5 25%,#14afe5 100%);
    background: -webkit-linear-gradient(left,#fff 0%,#fff 25%, #14afe5 25%,#14afe5 100%);
    background: -o-linear-gradient(left,#fff 0%,#fff 25%, #14afe5 25%,#14afe5 100%);
    background: -ms-linear-gradient(left,#fff 0%,#fff 25%, #14afe5 25%,#14afe5 100%);
    background: linear-gradient(to right, #fff 0%,#fff 25%, #14afe5 25%,#14afe5 100%);*/
}
.choco-link {
    width: 100%;
    display: flex;
}
.choco-link a.topic-pill {
    background: #0d6eb6;
    color: #fff;
    padding: 25px 50px;
    border-radius: 0 20px 20px 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
}

.chco-card-body {
    padding: 50px 40px;
    width: 100%;
}
.topic-card-title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    line-height: 4.8rem;
}
.topic-card p {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
    max-width: 790px;
}
.chco-card-body a.topic-pill {
    background: #0d6eb6;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 40px;
    border-radius: 25px;
    margin-top: 45px;
    display: flex;
    width: max-content;
    font-weight: 400;
}
#m-news {
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/m-news-bg.png) no-repeat;
    background-size: cover!important;
    padding: 0;
}
section#m-news .slick-prev {
    right: 85px;
    top: auto;
    bottom: -80px;
    left: auto;
}
.page-template-template-medical section.top-header,.page-template-template-medical section.page-banner-template {
    padding: 0;
}
section#m-news button.slick-arrow {
    border: 1px solid #14afe5;
}
section#m-news .slick-prev:before, section#m-news .slick-next:before {
    color: #14afe5;
}
a.topic-pill:hover {
    background: #f27a28;
}
section#m-news button.slick-arrow:hover {
    background: #14afe5;
    color: #fff;
}
section#m-news .slick-prev:hover:before, section#m-news .slick-next:hover:before {
    color: #fff;
}
section#m-news .slick-next {
    right: 15px;
    top: auto;
    bottom: -80px;
    left: auto;
}
.m-news-img {
    position: relative;
}
.m-news-img {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.m-news-img img {
    max-width: 100%;
    height: 250px;
}
.news-cat {
    position: absolute;
    left: 15px;
    bottom: 35px;
    background: #14afe5;
    color: #fff;
    padding: 10px 50px;
    border-radius: 0 15px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
}
.m-news-content {
    padding: 25px 0;
}
.news-cat:hover {
    background: #f27a28;
    color: #fff;
}
.m-news-content h3 {
    color: #0c0c0c;
}
.m-news-content p {
    color: #6f6f6f;
}
.border-flat {
    border-radius: 0!important;
}
section#med-section-2 {
    padding: 0;
}
.page-template-template-medical section {
    padding: 70px 0;
}
section.pt-0  {
    padding-top: 0;
}
section.pb-0 {
    padding-bottom: 0;
}
.m-section-left img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (min-width: 2001px) {
	.training-item {
		justify-content: center;
		display: flex!important;
		align-items: flex-end;
		padding: 0 1.25% 19vh!important;    
		height: 75vh!important;
		text-align: center;
	}
}
@media (max-width: 2000px) {
.training-item {
	justify-content: center;
	display: flex !important;
	align-items: center;
	/* padding: 0 1.25% 19vh !important; */
	padding: 30px 1.25% 30px !important;
	/* height: 75vh !important; */
	height: 50vh !important;
	max-height: 815px !important;
	text-align: center;
}
}
.training-slider .slick-dots,.about-team-slider .slick-dots  {
    text-align: right;
    right: 5%;
    bottom: 3vh;
}
.about-team-slider .slick-dots  {
    bottom: 1vh;
    display: none;
}
.training-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.training-content h2 {
    font-size: 72px;
    font-size: 7.2rem;
    color: #fff;
    font-weight: 900;
    margin-top: 0;
    letter-spacing: -3px;
}
.training-content p {
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-top: 0;
    max-width: 100%;
	padding: 0 20px;
}
.slick-dotted .slick-dots li button:before {
    opacity: 1;
    color: #1784d3;
    font-size: 10px;
}
.facilities-slider.slick-dotted .slick-dots li button::before {
    color: #6fcdf4;
}
.slick-dotted .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e4e3e3;
    font-size: 10px;
}
.training-fp-slider.slick-initialized.slick-slider {
    background: #f9f9f9;
}
.fp-item {
    display: flex!important;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.fp-item.slick-slide img {
    display: inline;
}
.fp-content {
    padding: 50px 8%;
	display: inline-block;
	width: 100%;
}
.fp-item.slick-slide.slick-active:nth-child(2n) {
    background: #fff;
    height: 100%;
}
.training-fp-slider .slick-track
{
    display: flex !important;
}

.training-fp-slider .slick-slide
{
    height: inherit !important;
}
.fp-content h3 {
    color: #424242;
    font-weight: 800;
    margin-top: 14px;
}
.fp-content h4 {
    color: #424242;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 20px;
}
.fp-content a.custom-readmore {
    color: #fff;
    width: max-content;
    display: inline-block;
    padding: 7px 18%;
    background: #0d6eb6;
    margin-top: 6px;
}
.fp-content p a {
    color: #424242;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
}
.fp-content p a:hover {
    color: #0d6eb6;
}
.training-fp-slider.slick-slider .slick-slide img {
    display: inline-block;
}
#t-custom {
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/education/kuru.png);
    padding-bottom: 0;
}
[class*='flex-'], .flex {
    display: -ms-flexbox;
    display: flex;
}
[class*='flex-'][class*='-reverse'][class*='-row'] {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
[class*='flex-'][class*='-wrap'] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[class*='flex-'][class*='-between'], [class*='flex-'][class*='-spaced'] {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.split-panel .main figure {
    position: relative;
}
.split-panel .main>* {
    flex-grow: 1;
}
.half {
    width: 49%;
}
.split-panel .main .half-container {
    padding: 1.5em 0;
    position: relative;
    /*z-index: 1;*/ /*edited on 15/04/2021*/
    z-index: 0;
}
.split-panel .main .info {
    width: calc(100% + 5.125em);
    box-shadow: 0.75em 0.75em 0.75em rgba(0,0,0,.125);
    background-color: #FFFFFF;
    padding: 4em 2%!important;
    overflow: visible;
}
.split-panel .main .info > * {
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
}
.split-panel .main .info h1 {
    color: #0d6eb6;
    margin: 0;
    text-align: left;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -1px;
    padding: 0;
}
.split-panel .main .info h2 {
    margin-bottom: 1rem;
    padding-top: 0;
    color: #424242;
    font-weight: 700;
    font-size: 36px;
    font-size: 3.6rem;
}
.split-panel .main .info p {
    position: relative;
    padding: 0.5em 0 1.5em;
}
.split-panel .main .info:not(.content-style) li {
    padding-top: .5em;
    padding-bottom: .5em;
}
.split-panel .main .info li a {
    display: block;
    color: #000000;
    background-color: transparent;
    transition: background-color .4s ease 0s;
    position: relative;
    font-weight: 100;
    padding: .33em 0 .33em 1.5em;
    font-size: 21px;
    font-size: 2.1rem;
}
.split-panel .main .info li a:hover {
    background-color: #5fc2ee;
    color: #fff;
}
.split-panel .main .info li a:before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    position: absolute;
    left: .25em;
    top: .88em;
    background-color: #0d6eb6;
    transition: background-color .4s ease 0s, transform .4s ease 0s;
}
.split-panel .main figure div {
    position: absolute;
    height: calc(100% + 3.75em);
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden;
}
.split-panel .main img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E5E6E6;
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: 0;
    transition: opacity .4s ease 0s;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    max-width: none;
}
.split-panel .main img.active, .split-panel .main img:only-child {
    opacity: 1;
}
.m-section-right {
    display: flex;
    flex: 0 0 60%;
}
.welcome-popup .app-div a {
    border: none !important;
    padding: 0px !important;
}
#welcome-content.welcome-popup .app-div a:hover{
    background-color:transparent !important;
}
/*.page-template-template-about .page-banner-template {
    min-height: 200px;
}*/
@media (min-width: 2001px) {
	.about-team-item.slick-slide {
	    height: 65vh;
	}
}
@media (max-width: 2000px) {
	.about-team-item.slick-slide, .about-team-slider .about-team-item {
	    height: 65vh;
	    max-height: 598px;
	}
}
.about-team-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 0 10% 30px;
}
.about-team-content.flex-column * {
    color: #fff;
}
.about-team-content h2 {
    font-size: 3.8rem;
    margin-bottom: 0;
}
p.about-team-designation {
    font-size: 24px;
    font-size: 2.4rem;
}
.about-team-content p {
    font-size: 21px;
    font-size: 2.1rem;
}
#a-section-2 {
	background: url('images/governance.jpg');
}
#a-custom {
	background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/about/below_operation_section.jpg);
}
.about-team-slider.slick-slider.slick-dotted {
    margin-bottom: 0;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
h2.section-heading {
    font-size: 3.8rem;
}
.flex-flow > *{
	display: flex;
	-webkit-flex: 1 0 0px;
	align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: inherit;
}
.a-left p,.a-right p {
	font-size: 18px;
	line-height: 36px;
    color: #fff;
}
.a-right {
    padding-left: 50px;
}
.contentContent a {
    background: #14afe5;
    padding: 0px 40px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: max-content;
}
.contentContent a:hover { 
    background: #f27a28;
    color: #fff;
    text-decoration: none;
}
.contentContent ul {
    list-style: disc;
    list-style-position: inside;
    color: #fff;
    padding-left: 0;
}


.about-team-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-size: cover; 
    background-position: top center;
    background-repeat: no-repeat;
}
#about-slider {
	background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/about/below_operation_section.jpg);
	padding: 50px 0;
}
.a-slider-content {
    box-shadow: 1em 1em 1em rgba(0,0,0,.5);
    background: #fff;
    padding: 50px;
}
section#about-slider .slick-next,section#about-slider .slick-prev {
    top: auto;
    bottom: -50px;
    right: 50px;
    left: auto;
    z-index: 9;
}
section#about-slider .slick-prev::before {
    font-size: 0;
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/slider-arrow-left.png) no-repeat 6px 18px;
    width: 50px;
    display: block;
    margin: 0 auto;
    line-height: 60px;
}

section#about-slider .slick-next::before {
	font-size: 0;
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/slider-arrow-right.png) no-repeat  9px 18px;
    width: 50px;
    display: block;
    margin: 0 auto;
    line-height: 60px;
    background-size: 30px 50px;
}
section#about-slider button.slick-arrow {
    line-height: 60px;
    background:#fff;
    height: 60px;
    width: 60px;
    border-radius: 0;
    background-size: 30px 50px;
    border: none;
}
section#about-slider .slick-prev {
    right: 115px;
}
section#about-slider button.slick-arrow:hover {
    background: #1861ad;
}
section#about-slider button.slick-arrow:hover::before {
    background-position: 9px -9px;
}
#about-slider h2 {
	font-weight: bold;
	font-size: 3.8rem;
}
#about-slider p {
	font-size: 18px;
	line-height: 28px;
	line-height: 3.5rem;
    color: #3f3e3e;
}
a.custom-readmore.align-center {
    margin: 0 auto;
}
#a-section-5 {
    background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/about/lorem-section.jpg);
    padding-bottom: 100px;
}
.row .post-list-inner {
   height: auto;
}
a.news-link:hover {
    color: #f27a28;
}

.about-info-slider .flex-flow {
	background-color: #ffffff;
}
.about-info-slider .flex-flow > * {
	-webkit-flex: 1 0 90px;
}
.about-info-slider .a-slider-content {
	box-shadow: none;
}
.about-info-slider .a-slider-image {
	padding-right: 20px;
}

@media only screen and ( max-width: 1860px) {
    .container {
        max-width: 90%;
    }
    section.banner-v2 {
		background-position: 281px 0px;
		background-size: 103%;
	}

}
@media only screen and ( max-width: 1805px) {
    .post-contents-right {
        padding: 13px 30px;
    }
}
@media only screen and ( max-width: 1750px) {
    section.banner-v2 {
		background-size: 110%;
	}
}
@media only screen and ( max-width: 1620px) {
	section.banner-v2 {
        background-size: 115%;
        background-position: 10px 0px;
    }
}
@media only screen and ( max-width: 1600px) {
    .btn-twitter svg {
        width: 12px !important;
        transform: translateY(2px);
    }
    .post-contents-news h4, .post-contents-news h4 a {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .post-contents-news p {
        font-size: 16px;
    }
    .post-content h3 {
        font-size: 23px;
    }
    h1.inner-page-title-default {
        font-size: 52px;
    }
    h1.inner-page-title {
        font-size: 45px;
        letter-spacing: 0px;
        line-height: 65px;
    }
    .about-team-content h2 {
        font-size: 3.6rem;
    }
    h2.section-heading, #about-slider h2 {
        font-size: 4.2rem;
    }
    .media-item h3 {
        font-size: 22px;
    }
    .training-content h2 {
        font-size: 4.2rem;
        font-weight: 700;
        letter-spacing: 0;
    }
    .split-panel .main .info h1 {
        font-size: 4.2rem;
    }
    .split-panel .main .info h2 {
        font-size: 3.2rem;
    }
    #e-custom h3 a {
        font-size: 3.2rem;
    }
    #e-media a.button.button-secondary {
        font-size: 2.1rem;
    }
    .homenews-slide-right {
        padding-left: 40px;
    }
    section.banner-v2 #homebanner-slider h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .latest-news h3, .post-listing h2 {
        font-size: 28px;
    }
    .home section.banner-v2 #homebanner-slider h1 {
        font-size: 36px;
        line-height: 112%;
    }
}

@media only screen and ( max-width: 1540px) {
    section.page-banner-template {
        min-height: 195px;
    }
    ul.main-menu {
        margin-top: 10px !important;
    }
    .post-list-inner {padding: 15px;}
	section.banner-v2 {
		height: 650px;
	}
    .hban-slides, .hban-slides .flexbox {
        height: 654px;
    }
	section.banner-v2 {
        background-position: 126px 0;
        background-size: 105%;
    }
}
@media only screen and ( max-width: 1500px) {
    .post-content h3 {
        font-size: 21px;
    }
    .post-contents-news h4, .post-contents-news h4 a {
        font-size: 23px;
    }
    .post-contents-news{
        padding: 25px;
    }
}

@media screen and ( max-width: 1465px) {
    .post-right .post-box h4, .post-right .post-box h4 a {
        font-size: 22px;
    }
}
@media screen and ( max-width: 1440px) {
    #customHeaderLinks span {
        transform: translateY(-4px);
    }
    section.page-banner-template {
        min-height: 165px;
    }
    .post-content h3 {
        font-size: 20px;
    }
    .post-list img {
        height: 385px;
    }
    .post-contents-news p {
        font-size: 16px;
    }
    .post-right .post-box p {
        font-size: 16px;
    }
    section.footer {
        padding: 90px 0 70px;
    }
    ul.footer-widgets p, ul.footer-widgets a, .contact-details-footer a, .contact-details-footer p, ul.footer-widgets {
        font-size: 17px;
    }
    h2 {
        font-size: 30px;
        line-height: 33px;
    }
    p, ul, ol {
        font-size: 17px;
    }
    .button-style-1{
        font-size: 16px;
    }
    /* #left-header{
        padding-top: 30px;
    } */
    ul.main-menu {
        margin-top: 15px;
    }
    ul.main-menu li.divider {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .post-contents-news {
        padding: 20px 15px;
    }
    .post-contents-news h4 a {
        font-size: 22px;
    }
	section.banner-v2 {
        background-position: -105px center;
        background-size: 135%;
    }
    section.banner-v2 h1 {
        font-size: 50px;
    }
    /* section.top-header a i {
        font-size: 13px;
        height: 13px;      
        margin-top: 1px;
    } */
    section.top-header a {
        transform: translateY(-3px);
    }
    /* section.top-header a i {
        font-size: 16px;
        height: 16px;
        margin-top: -3px;
        margin-right: -3px;
    } */
    .container {
    }
    p, ul, ol {
        font-size: 16px;
        line-height: 26px;
    }
    .section-2-v2-box-right p {
		font-size: 18px;
	}
    .button-style-1 {
        min-width: 135px;
    }
    .section-2-v2-box-right h2{
        font-size: 23px;
    }
    .post-list img {
        height: auto;
    }
    .post-content h3 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .latest-news {
        padding: 65px 0 140px;
    }
    .latest-news h3 {
        font-size: 35px;
    }
    .news-link{
        font-size: 16px;
    }
    .post-right .post-box p {
        font-size: 16px;
    }
    ul.footer-widgets p, ul.footer-widgets a, .contact-details-footer a, .contact-details-footer p, ul.footer-widgets {
        font-size: 16px;
    }
    section.footer {
        padding: 65px 0 60px;
    }
    ul.footer-widgets h3 {   
        font-size: 20px;    
        margin-bottom: 25px;
    }
    .contact-details-footer div {
        margin-bottom: 10px;
    }
    .footer-map iframe {
        height: 225px;
    }
    .post-right .post-box h4, .post-right .post-box h4 a {
        font-size: 16px;
    }
    .section-2-v2-box-right {
        padding: 40px 45px;
    }
    a.logo img {
        width: 120px;
    }
    ul.main-menu {
    	margin-top: 0!important;
    }
    ul.main-menu li a {
        font-size: 14px;
    }
    .header-footer p {
        font-size: 11px;
        line-height: 16px;
    }
    ul.main-menu li.nav-button a{
        font-size: 13px;
        padding: 8px 20px 8px;
        min-width: 135px;
    }
    section.section-3-v2,
    section.section-2-v2{
        padding: 65px 0;
    }
   .down-arrow {
        top: -95px;
        right: -49px;
    }
    section.section-1-v2{
        padding: 65px 0;
    }
    .section-1-v2-right img {
        margin-top: -184px;
    }
     /*18-6-2020*/
    #inner-page-id.sw-default-content-style p, 
    #inner-page-id.sw-default-content-style li, 
    #inner-page-id.sw-default-content-style td, 
    #inner-page-id.sw-default-content-style th,
    .page-template-default .location,
    .page-template-default  .contact-details, .page-template-default  .contact-details a,
    .page-template-page_radiologists_template .contact-details, 
    .page-template-page_radiologists_template .contact-details a,
    .page-template-page_radiologists_template .location,
    .page-template-page_radiologists_template .contact-details, 
    .page-template-page_radiologists_template  .contact-details a,
    .page-template-page_doctors_profile_template .contact-details, 
    .page-template-page_doctors_profile_template .contact-details a,
    .page-template-page_doctors_profile_template .location,
    .page-template-page_doctors_profile_template .contact-details, 
    .page-template-page_doctors_profile_template  .contact-details a    {
        font-size: 16px;
        line-height: 26px;
    }
    .page-template-default .page-banner.page-banner-common h1.inner-page-title,
     .page-template-page_radiologists_template  .page-banner.page-banner-common h1.inner-page-title,
     .page-template-page_doctors_profile_template .page-banner.page-banner-common h1.inner-page-title{
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 45px;
    }
    .page-template-default section{
        /* padding: 40px 0; */
    }
    .page-template-default section.top-header{
        padding: 0;
    }
    /* section.top-header a {
        font-size: 13px;
        line-height: 20px;
    } */
    .top-header .container{
        max-width: 93%;
    }
    .page-template-default section#section-contact-us,
    .page-template-page_radiologists_template section#section-contact-us,
    .page-template-page_doctors_profile_template section#section-contact-us{
        padding: 50px 0;
    }
    .page-template-default #content #section-contact-us h2.text-subtitle,
    .page-template-page_radiologists_template #content #section-contact-us h2.text-subtitle,
    .page-template-page_doctors_profile_template #content #section-contact-us h2.text-subtitle{
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }
    /*.page-template-default .subscribeFormIn,
    .page-template-page_radiologists_template .subscribeFormIn,
    .page-template-page_doctors_profile_template .subscribeFormIn{
        height: 45px;
    }*/
    .page-template-default  input#mc-embedded-subscribe,
    .page-template-page_radiologists_template input#mc-embedded-subscribe ,
    .page-template-page_doctors_profile_template input#mc-embedded-subscribe
    {
        border-radius: 0 20px 20px 0;
    }
    .page-template-default #content h2, .page-template-default h2.blog-title a ,
    .page-template-default #section-contact-us h2,
    .page-template-default #content #section-contact-us h2,
    .page-template-page_radiologists_template #content h2, 
    .page-template-page_radiologists_template h2.blog-title a ,    
    .page-template-page_radiologists_template #section-contact-us h2,
    .page-template-page_radiologists_template #content #section-contact-us h2,
    .page-template-page_doctors_profile_template #content h2, 
    .page-template-page_doctors_profile_template h2.blog-title a ,    
    .page-template-page_doctors_profile_template #section-contact-us h2,
    .page-template-page_doctors_profile_template #content #section-contact-us h2

    {
        font-size: 40px;
        line-height: 66px;
        margin-bottom: 20px;
        letter-spacing: -2px;
    }
    .page-template-default .location,.page-template-page_radiologists_template .location, 
     .page-template-default .phone, .page-template-page_radiologists_template .phone,
     .page-template-default .fax , .page-template-page_radiologists_template .fax ,
     .page-template-default .email, .page-template-page_radiologists_template  .email,
     .page-template-page_doctors_profile_template .location, 
     .page-template-page_doctors_profile_template .phone,
     .page-template-page_doctors_profile_template .fax ,
     .page-template-page_doctors_profile_template .email
     {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 36px;
    }

    body .doc-details{
        padding-bottom: 0;
    }
    body .doc-details .doc-details-content h4 {
        font-size: 20px;
    }
    body .doc-details .doc-details-content h5 {
        font-size: 15px;
    }
    .page-template-page_radiologists_template section {
        padding: 25px 0 30px;
    }
    .radiologists-section-1 .doc-details {
        margin-bottom: 50px;
    }
    .footer p{
        line-height: 26px;
        letter-spacing: 0;
    }
    body .radiologists-section-1 .doc-details{
        margin-bottom: 50px;
    }

    /*19-6-2020*/

    /*.page-template-default .subscribeFormIn, 
    .page-template-page_radiologists_template .subscribeFormIn ,
    input#mc-embedded-subscribe,
     .page-template-page_doctors_profile_template .subscribeFormIn{
       height: 60px;
    }*/
    .page-template-default input#mc-embedded-subscribe, 
    .page-template-page_radiologists_template input#mc-embedded-subscribe ,
    .page-template-page_doctors_profile_template input#mc-embedded-subscribe{
        border-radius: 0 30px 30px 0;
    }
    .page-banner.page-banner-common {
        margin-bottom: 0px;
    }

    /*22-6-2020*/
    body .sw-default-content-style ul li {
        background-position: left 6px;
    }
    /*search*/
    #searchform #s {
        width: 36px;
        height: 35px;
        font-size: 14px;
        background-position: 9px center;
        background-size: 15px;
    }
    #searchsubmit {
        top: 7px;
    }
    /*ENDS search*/
    .contact-details-footer div {
		font-size: 16px;
	}
	.media-item h3 {
		font-size: 19px;
		line-height: 30px;
	}
    .home section.banner-v2 #homebanner-slider h1 {
        font-size: 35px;
    }
}

@media screen and ( max-width: 1367px) {
    .post-right .post-box h4, .post-right .post-box h4 a {
        font-size:17px;
    }
    ul.main-menu li a {
        font-size: 14px!important;
        line-height: 28px!important;
    }
    ul.main-menu li {
        margin: 0 0 5px;
    }
    ul.main-menu li.divider {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    ul.main-menu li.nav-button a{
        margin-top: 10px;
    }
    h1.inner-page-title-default, h1.research-pa-heading {
        font-size: 46px;
    }
    .split-panel .main .info h1 {
        font-size: 3.6rem;
    }
	section.banner-v2 {
		background-size: 120%;
	}
    #eventBubble {
        width: 211px;
        height: 246px;
    }
    #eventBubble p {margin-top: 40%;}
    .latest-news h3, .post-listing h2 {
        font-size: 30px;
    }
    .section-2-v2-box-right h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .section-2-v2-box-right p, .section-3-v2 .post-list-inner .post-content p {
        font-size: 16px;
    }
    #left-header {
        padding: 12px 0;
        height: auto;
    }
    .main-menu1 {
        padding-top: 54px;
        margin-bottom: 0;
    }
    /* .home section.banner-v2 #homebanner-slider h1 {
        font-size: 38px;
        line-height: 50px;
    } */
    .content-full ol, .content-full ul {
        padding-left: 15px;
    }
}
@media screen and ( max-width: 1328px) {
    .main-menu1 {
        padding-top: 12px;
        display: none;
        float: none;
    }
    .main-menu1.open { display: block; }
    .menu-tab p {
        transform: translate(-54px,-27px);
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0 !important;
    }
    body.home .menu-tab p { line-height: 32px; }
    .menu-tab {
        width: 30px;
        height: 22px;
        z-index: 100;
        top: 46px;
        right: 0px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        display: block;
        text-align: right;
        margin-top: 24px;
        position: absolute;
    }
    .menu-tab.active { 
        left: auto;
    }
}
@media screen and ( max-width: 1290px) {
	section.banner-v2 {
		height: 600px;
		background-size: 115%;
	}
    .hban-slides, .hban-slides .flexbox {
        height: 604px;
    }
    /*2026 Headquaters update*/
    section.banner-v2 {
        height: auto;
    }
    .hban-slides, .hban-slides .flexbox {
        height: 480px;
    }
    /*2026 Headquaters update ENDS*/
    .research-pa-listing .post-content .button-style-1 {
        padding: 8px 27px;
    }
    .home section.banner-v2 #homebanner-slider h1 {
        font-size: 34px;
    }
    .truste {
        width: 30%;
    }
    .trustees .section-content.flexbox {
        column-gap: 5%;
        justify-content: stretch;
    }
    .wp-block-buttons .wp-element-button {
        font-size: 16px;
    }
}
@media screen and (min-height: 840px) {
	.training-item {
		padding: 0 1.25% 4vh !important;
		height: 350px !important;
	}
	.training-content h2 {
		font-size: 5rem;
		letter-spacing: 0;
	}
	.training-slider .slick-dots {
		bottom: 3vh;
	}
	.training-fp-slider .slick-slide {
		height: inherit !important;
	}
	#resourcepg .m-news-content h3 {
		font-size: 21px;
		line-height: 35px;
	}
}
@media screen and (min-height: 800px) {
	/*ul.main-menu li.menu-item-has-children > a::after {
		top: 12px!important;
	}
	ul.main-menu ul.sub-menu li.menu-item-has-children > a::after {
		top: 20px!important;
	}*/
	ul.main-menu {
        margin-top: 20px!important;
    }
    a.logo {
    	/* margin-bottom: 20px; */
        margin-bottom: 0;
    }
}

@media only screen and ( max-width: 1280px) {
    .post-list {
        width: 31%;
    }
    .post-list img {
        height: auto;
    }
    .post-content h3 {
    	font-size: 17px;
    	line-height: 28px;
    }
    h1.research-pa-heading {
        font-size: 52px;
    }
    #homenews-slider {
        padding-top: 0;
    }
    .homenews-slide-right .rnews-slide-title {
        font-size: 22px;
        line-height: 29px;
    }
    .homenews-slide-right .rnews-slide-para {
        font-size: 16px;
        line-height: 26px;
    }
        .content-full iframe {
            max-height: 500px;
        }
    }

@media only screen and ( min-width: 1200px) {
    ul.main-menu > li {
        margin: 0 0 10px;
    }
    ul.main-menu ul li {
        text-align: left;
    }
    ul.main-menu li a br {
        display: none;
    }
    ul.main-menu li.menu-item-has-children::after {
        right: 2px;
    }
    ul.main-menu li.menu-item-has-children:hover::after {
        border-top: 8px solid transparent;
        border-bottom:8px solid transparent;
        border-left: 8px solid #15368b;
        border-right: 0;
        right: 1px;
        top: 9px;
    }
    ul.sub-menu {
        position: absolute;
        bottom: 0;
        width: 255px;
        background: #5fc2ee;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid rgba(255,255,255,0.4);
        margin-bottom: 0;
    }
    ul.main-menu > li.menu-item-has-children > ul {
	    top: 0;
	    bottom: unset;
	}
    ul.main-menu ul li.menu-item-has-children:hover::after {
        border-top: 8px solid transparent;
        border-bottom:8px solid transparent;
        border-left: 8px solid #15368b;
        border-right: 0;
        right: 1px;
        top: 10px;
    }
    ul.sub-menu li a {
        padding: 7px 18px;
        color: #323232;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        line-height: 18px;
        vertical-align: top;
    }
    ul.sub-menu > li:last-child > a {
        border-bottom: 0;
    }
    ul.sub-menu li a:hover {
        color: #ffffff;
    }
	
}
@media only screen and ( min-width: 1200px) {
    #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>li.quadmenu-item-type-tab>.quadmenu-dropdown-menu {
        width: 74%!important;
    }
}
@media only screen and ( max-width: 1200px) {
    #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>li.quadmenu-item-type-tab>.quadmenu-dropdown-menu {
        width: 75%!important;
    }
	body {
		overflow-x: hidden;
	}
    ul.main-menu li {
            margin: 0 0 5px;
    }
    ul.main-menu li.nav-button a{
        margin-top: 5px;
    }
    .post-list {
        width: 31%;
    }
    .post-content h3 {
		font-size: 17px;
		line-height: 28px;
	}
    .post-contents-news h4 a {
        font-size: 20px;
    }
    .post-contents-news p {
        font-size: 14px;
    }
    .post-right .post-box h4, .post-right .post-box h4 a {
        font-size: 17px;
    }
    .post-right .post-box p {
        font-size: 14px;
    }
    ul.footer-widgets p, ul.footer-widgets a, .contact-details-footer a, .contact-details-footer p, ul.footer-widgets {
        font-size: 15px;
    }
    .contact-details-footer div {
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 35px;
    }
    .latest-news h3, .post-listing h2 {
        font-size: 27px;
    }
    .news-link {  
        font-size: 20px;
    }
    section.footer {
        padding: 50px 0 50px;
        padding-left: 0px;
    }
    .latest-news, section.section-3-v2, section.section-2-v2, section.section-1-v2{
        padding: 50px 0;
    }
    section.banner-v2 h1 {
        font-size: 55px;
    }
    section.banner-v2 {
		padding: 0;
		background-position: 120px 0;
		background-size: 120%;
	}
    ul.main-menu li a {
        font-size: 16px;
    }
    p, ul, ol {
        font-size: 16px;
    }
    .post-list img{
        height: auto;
    }
    .post-contents-right {
        padding: 13px 20px;
    }
    .post-contents-news {
        padding: 20px 10px;
    }
    .section-2-v2-box-right {
        padding: 30px 30px;
    }

    /*rr*/
    .page-template-template-medical section.page-banner-template {
        background-position: right center;
    }
    .fp-content a.custom-readmore {
        padding: 7px 25px;
    }
    #resourcepg .m-news-item {
		width: 45%;
		margin-right: 2%;
	}
	#resourcepg .m-news-item:nth-child(2n) {
		margin-right: 0;
	}
	#resourcepg .m-news-item:nth-child(3n) {
		margin-right: 2%;
	}
	.training-item {
		height: auto !important;
		max-height: 494px !important;
		padding: 90px 1.25% 50px !important;
	}
	.training-slider .slick-dots {
		bottom: 15px;
	}
    /*rr ends*/
    .section-4-v2.latest-news {
        padding-bottom: 90px;
    }
    #relatedArticlesSlider .slick-slide {
        padding: 0;
    }
    #relatedArticlesSlider .slick-next.slick-arrow {
        right: 0;
    }
    #relatedArticlesSlider .slick-prev.slick-arrow {
        right: 65px;
    }

    /*rrrrrrrrrr*/

    /* Menu Panel Base Styles */
    #swMobMenu {
        position: absolute;
        background: #fff;
        top: 149px;
        right: 0;
        width: 100%;
        max-width: 89%;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;
    }

    /* Menu Panel Open State */
    #swMobMenu.is-open {
        opacity: 1;
    }

    /* Toggle Button States */
    .ddi-mob-toggle .ddi-mob-burger {
        display: inline-block;
        transition: opacity 0.3s ease;
    }

    .ddi-mob-toggle .ddi-mob-x-icon {
        display: none;
        transition: opacity 0.3s ease;
    }

    .ddi-mob-toggle.active .ddi-mob-burger {
        display: none;
    }

    .ddi-mob-toggle.active .ddi-mob-x-icon {
        display: inline-block;
    }

    /* Optional: Burger Line Animation */
    .burger-line {
        display: block;
        transition: transform 0.3s ease;
    }




    /*rrrrrrrrrr ENDS*/


}


@media only screen and ( max-width: 1199px) {
	.tab-BtnOuter {display: none;}
	.tab-dropDownOuter {display: block;}
    header.scrolled .menu-tab {
        margin-top: 8px;
    }
    ul.main-menu {
        width: 280px;
        right: -280px;
        height: 100vh;
        position: fixed;
        z-index: 10;
        /*top: 60px;*/
        top: -20px;
        transition: all 0.2s ease-in-out;
        background: #ffffff;
        /*overflow: hidden;*/
        overflow-y: scroll;
        overflow-x: hidden;
        margin-top: 0;
    }
    ul.main-menu.show {
        /*right: 0px;*/
        left: 20%;
        transition: all 0.2s ease-in-out;
        z-index: 9999999;
    }
    ul.main-menu li {
        width: 100%;
        margin: 10px 20px;
    }
    header.scrolled ul.main-menu li {
        margin: 10px 20px;
    }
    ul.main-menu.main-menu-withsearch {
        float: right;
        position: static;
        width: auto;
        height: auto;
        background: none;
        margin-top: 18px;
        overflow: visible;
        margin-right: 20px;
    }
    ul.main-menu.main-menu-withsearch li {
        margin-right: 0;
        width: auto;
        margin: 0 7px;
    }
    header.scrolled ul.main-menu.main-menu-withsearch li {
        margin: 0 5px;
    }
    ul.main-menu.main-menu-withsearch form {
        margin-right: 10px;
    }
    ul.main-menu {
        box-shadow: 2px 10px 10px rgba(0,0,0,.1);
    }
    .media-item.sw-col-md-12{
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*ul.sub-menu {
        display: block !important;
    }*/
    .closed {
    	display: none!important;
    }
    .opened {
    	display: block!important;
    }
    ul.main-menu li {
	    text-align: left;
	    margin: 0;
	}
	ul.main-menu li a {
	    /*padding: 10px 20px;*/
        padding: 4px 20px;
	    width: auto;
        line-height: 22px !important;
	}
    ul.sub-menu li {
        margin-bottom: 0;
        border-bottom: 1px solid #afb0b142;
    }
    .tab-desk {display: none;}
    .tab-mob {display: block;}
    .tab-content .content {display: block;}
    .tab-content .content.hide { display: none; }
    #tourview-Mob {
	    border: 0;
	    padding: 6px 10px;
	    width: 270px;
		border-radius: 3px;
	}
	ul.main-menu li.menu-item-has-children::after {
	    content: '';
	    border-left: 10px solid #fff;
	    border-right: 10px solid #fff;
	    border-top: 10px solid #14afe5;
	    display: inline-block;
	    vertical-align: middle;
	    transition: 350ms all ease-in-out;
	    position: absolute;
	    right: 13px;
	    top: 16px;
	    width: auto;
	    height: 18px;
	}

    /**/
    .header-footer p {
		padding: 0 10px;
	}
    ul.main-menu li.nav-button {
        margin-left: 20px;
    }
    /*Custom sliding menu starts*/
    ul.main-menu.show {
        z-index: 9999;
        box-shadow: 0 0 18px rgba(0,0,0,0.2);
    }
    ul.main-menu li.menu-item-has-children::after {
        display: none;
    }
    ul.main-menu li.menu-item-has-children {
        background: url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/menu-arrow.png) no-repeat right 12px center;
        position: static;
    }
    ul.sub-menu {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999;
    }
    ul.main-menu li.back-button {
        height: 35px;
        width: 100%;
        background-color: #14afe5;
        background-image: url("/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/back-menu.png");
        background-position: 22px center;
        background-size: 22px;
        background-repeat: no-repeat;
        padding-left: 53px;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        cursor: pointer;
        display: block;
    }
    ul.main-menu li.back-button:hover {
        color: #323232;
    }
    /*ENDS Custom sliding menu*/
    .post-list-inner {
        height: auto;
        padding: 15px 10px;
    }
}
@media only screen and ( max-width: 1100px) {
    li.menuDisplayControl { display: inline-block !important; }
    #customHeaderLinks {display: none;}
}
@media only screen and ( max-width: 1080px) {
    .homenews-slide-left, .homenews-slide-right {
        width: 100%;
    }
    .homenews-slide-left img {
        max-height: 405px;
        width: 100%;
        object-fit: cover;
    }
    .homenews-slide-right {
        padding-left: 0;
        position: absolute;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        background: #0d6eb6e8;
    }
    .homenews-slide-right .post-contents-news {
        background: transparent;
        position: static;
        align-self: center;
        padding: 50px;
    }
    .homenews-slide-right .rnews-slide-title {
        font-size: 24px;
        line-height: 34px;
        color: #fff;
    }
    .rnews-slides .homenews-slide-right .cat-post-date {
        color: #fff;
        margin-top: 7px;
    }
    .homenews-slide-right .rnews-slide-para {
        font-size: 18px;
        line-height: 28px;
        color: #fff;
    }
    .homenews-slide-right .button-style-1 {
        background-color: #14afe5;
        border-color: #14afe5;
    }
    /* .home section.banner-v2 #homebanner-slider h1 {
        font-size: 34px;
        line-height: 46px;
    } */
}
@media only screen and ( max-width: 1024px) {
    .pum-container {
    max-width: 90%!important;
}
    .sec-title-outer h3 {
    font-size: 24px;
}
    .onlyMobile {display: block;}
    /*ul.main-menu.show {
        right: 1.5%;
    }*/
    section.banner-v2 h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3{
      font-size:18px;
      line-height: 26px;
    }
    h4{
      font-size:16px;
      line-height: 26px;
    } 
    .section-1-v2-left {
        padding-right: 0;
        width: 100%;
    }
    .section-1-v2-left::after {
        display: none;
    }
    .section-1-v2 .section-1-v2-right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
    .m-col-1 {
        height: 35vh;
        max-height: 520px;
    }
    .cta-banner {
        background-position: top center !important;
    }
    #e-media a.button.button-secondary {
        font-size: 1.8rem;
    }
    /*search*/
    .head-search {
	    margin: -11px 20px 0 0;
	}
    #searchform #s {
	    width: 36px;
	    height: 35px;
	    font-size: 14px;
	    background-position: 9px center;
	    background-size: 15px;
	}
    #searchsubmit {
        top: 5px;
    }
    #searchform input::-webkit-input-placeholder {
        font-size: 14px;
    }
    #searchform input::-ms-input-placeholder {
        font-size: 14px;
    }
    #searchform input::placeholder {
        font-size: 14px;
    }
    /*ENDS search*/
    .post-listing .container {
    	text-align: center;
    }
    .section-3-v2 .post-list-inner {
        text-align: left;
    }
    .post-list {
		width: 45%;
		margin-bottom: 30px;
		float: none !important;
		display: inline-block;
		vertical-align: top;
		margin-right: 30px;
	}
	.post-list:last-child {
		margin-bottom: 0;
	}
	.post-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.post-left .post-box {
		max-width: 90%;
		display: inline-block;
		vertical-align: top;
	}
	.post-left .post-box img {
		height: auto;
	}
	.post-right {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.post-right .post-box {
		display: inline-block;
		vertical-align: top;
		float: none;
		max-width: 90%;
	}
	.post-right .post-box img {
		border-radius: 10px;
		height: auto;
		vertical-align: bottom;
		object-fit: fill;
		object-position: top;
	}
	.post-right .post-box h4 {
		padding-top: 23%;
	}
	.fp-content h3 {
		height: auto !important;
	}
	.training-fp-slider .slick-slide {
		/*height: 350px !important;*/
	}
	#facilities .cat-link {
		top: auto;
		bottom: -56px;
		right: 0;
		left: auto;
	}
	#specializations .cat-link {
	    top: auto;
	    bottom: 0;
	}
	#e-media .cat-link {
		top: auto;
		bottom: -22px;
		left: auto;
		right: 0;
	}
	.flex-flow, .about-info-slider .flex-flow {
		flex-wrap: wrap;
	}
	.flex-flow > *, .about-info-slider .flex-flow > * {
		flex: 0 0 100%;
	}
	.flex-flow .a-right {
		padding: 30px 0 0;
	}
	.about-info-slider .a-slider-image {
		padding-right: 0;
	}
	/*meet the team*/
	.teamList .doc-details {width: 45%;}
	.teamBox .doc-details:nth-child(2n) {margin-right: 0;}
	.teamBox .doc-details:nth-child(3n) {margin-right: 5%;}
    .doc-details-left::after {right: 0;}
	/**/
	body.single-post .sw-single-post-content .sw-blog-content h1.text-center, body.single-post .sw-single-post-content h1.text-center {
		font-size: 30px;
		line-height: 40px;
	}
	body.single-post .sw-default-content-style h2 {
		font-size: 26px;
	}
	body.single-post .sw-default-content-style h4 {
		font-size: 20px;
	}
    h1.inner-page-title {
        font-size: 42px;
        line-height: 62px;
    }
    .about-team-content h2 {font-size: 30px;}
    h2.section-heading, #about-slider h2 {
        font-size: 35px;
    }
    .about-team-content p {
        font-size: 18px;
    }
    .post-contents-news {
        padding: 20px;
    }
    .section-2-v2-box-right h2 {
        line-height: 35px;
    }
    .section-2-v2-box-right p, .section-3-v2 .post-list-inner .post-content p {
        font-size: 16px;
    }
    #eventBubble {
        width: 150px;
        height: 180px;
        top: auto;
        bottom: 0;
    }
    #eventBubble p {
        font-size: 12px;
        line-height: 16px;
    }
    #eventBubble {bottom: -50%;}
    section.banner-v2 {
        /* height: 447px; */
        background-position: 8px 0;
        background-size: 120%;
    }
    .section-heading.ddi-newsletter-title.related-art-head {
        font-size: 29px;
        line-height: 35px;
        margin: 0 0 20px;
        display: block;
        box-shadow: 0 0 22px -2px #0000002b;
        width: 100%;
        padding: 30px 30px 30px 53px;
        border-radius: 10px;
    }
    .section-heading.ddi-newsletter-title.related-art-head {
        padding: 30px 30px 30px 33px;
    }
}
@media(max-width: 1023px) {
    .sw-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width: 998px) { 
    /*#breadcrumbs-outer {
        bottom: -48px;
    }*/
}
@media(max-width: 991px) { 
    .m-col-1 {
        max-width: 100%;
        flex: 0 0 100%;
        height: 61vh;
        min-height: 400px;
    }
    .m-col-2,.m-col-3 {
        max-width: 50%;
        flex: 0 0 50%;
        min-height: 440px;
        height: 35vh;
        max-height: 520px;
    }
    .media-item.sw-col-md-12{
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media only screen and ( max-width: 965px) {
    section.banner-v2 {
        background-size: 133%;
    }
    .home section.banner-v2 #homebanner-slider h1 {
        font-size: 32px;
    }
}
@media only screen and ( max-width: 920px) { 
    .subscribeFormIn {
        width: 100%;
    }
    section.banner-v2 {
        background-position: -69px 0;
        background-size: 140%;
    }
}
@media only screen and ( max-width: 900px) { 
	.post-list {
		margin-right: 20px;
	}
    h1.inner-page-title-default, h1.research-pa-heading {
        font-size: 36px;
        line-height: 46px;
    }
    .sec-title-outer {
        padding: 18px 30px;
    }
    .sec-title-outer::before {
        top: 14px;
    }
    .latest-news h3 {
        font-size: 30px;
    }
    .homenews-slide-left img {
        height: 405px;
    }
    .homenews-slide-right .post-contents-news {
        padding: 30px 33px;
    }
}
@media only screen and ( max-width: 835px) {
    #ddi-accred-seals, #foo-copyright {float: none;}
    #ddi-accred-seals {margin-top: 20px;}
	section.banner-v2 {
        background-position: -92px center;
        background-size: 157%;
    }
    .rnews-slides {
        height: 350px;
    }
    .section-1-v2-left p {
        font-size: 16px;
    }
    .section-2-v2-box-right p {
        font-size: 16px;
    }
    .doc-details-left {
        padding-left: 20px;
    }
    .doc-details-left .doc-details-content {
        padding: 0;
    }
    #eventBubble {right: -30px;}
    /* .wprm-layout-container.ddi-logo img {
        width: 200px !important;
        height: auto !important;
    } */
}
@media only screen and ( max-width: 800px) {
    .post-list {
        /*width: 32%;*/
        margin-right: 10px;
    }
    .post-list:nth-child(2n) {margin-right: 0;}
    .button-style-1{
        padding: 10px 15px;
        min-width: 145px;
    }
    .post-right .post-box p {
        font-size: 13px;
        line-height: 20px;
    }
    .post-contents-right {
        padding: 13px 10px;
    }   
    .post-right .post-box h4, .post-right .post-box h4 a {
        font-size: 15px;
    }
    .down-arrow{
        display: none;
    }
    .post-list img {
        height: auto;
    }
    .post-content h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .button-style-1 {
        padding: 10px 15px;
        min-width: 120px;
    }
    p, ul, ol {
        font-size: 15px;
    }
    .section-2-v2-box-right h2 {
		font-size: 22px;
		line-height: 24px;
		font-weight: 500;
	}
    ul.footer-widgets p, ul.footer-widgets a, .contact-details-footer a, .contact-details-footer p, ul.footer-widgets {
        font-size: 16px;
    }
    .wp-block-guteblock-count-up {
        width: 100% !important;
    }
	section.banner-v2 {
		/* height: 410px; */
	}
    h2.section-heading.ddi-newsletter-title {
        font-size: 26px;
    }
}
@media only screen and ( max-width: 830px) {
    .banner-v2 .hban-slides .container {
        width: 100%!important;
    }
}
@media only screen and ( max-width: 769px) {
    #defpage-sidebar-booklets-carousel.notMobile {
        display: initial;
    }
}
@media only screen and ( max-width: 768px) {
    .btn-twitter {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .banner-v2 .hban-slides .container {
        width: 100%!important;
    }
    .banner-v2 .container-bg p {
        text-align: center;
    }
    .post-right .post-box h4, .post-right .post-box h4 a {
        font-size: 16px;
    }
    .post-box-one.post-box img {
        height: 345px;
    }
    .post-img.post-img-right img {
        height: 162px;
    }
    .post-contents-news {
        padding: 15px 20px;
    }
    .post-contents-news p {
        font-size: 14px;
        line-height: 22px;
    }
    /* .menu-tab {
        margin-right: 57px;
    } */
    .wpml-ls-legacy-list-horizontal {
        padding: 7px 0 7px 7px!important;
    }
    /* section.top-header {
        top: 18px;
    } */
    .head-search {
        margin: -12px 20px 0 0;
    }
    #left-header {
        height: 140px;
    }
    #quadmenu .quadmenu-navbar-nav li {
        margin-right: 0 !important;
    }
    .header-footer-social-icons a{
        /* margin: 0; */
    }
    /*rr*/
    .training-item{
        background-position: right center !important;
    }
    #t-custom {
        padding: 0;
    }
    #t-custom section {
        padding: 30px 0;
    }
    .home-practice-areas figure {
        display: none;
    }
    .home-practice-areas .half {
        width: 100%;
    }
    .home-practice-areas .half .info {
        width: 100%;
        box-shadow: none;
        padding: 0 2% !important;
    }
    .fp-content a.custom-readmore {
        padding: 7px 8%;
    }
    section#med-section-2 #medical-2.m-col-2, section#med-section-2 #medical-3.m-col-3 {
        max-width: 100%;
        flex: 0 0 50%;
    }
    .about-team-item.slick-slide {
        max-height: 460px;
    }
    /*rr ends*/
    .post-right .post-box h4 {
		padding-top: 13%;
	}
	#resourcepg .m-news-item {
		width: 100%;
		margin-right: 0;
	}
	#resourcepg .m-news-content {
		padding: 25px 0 0;
	}
	#resourcepg .m-news-content p {
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}
	.teamList .doc-details .doc-details-content h4 {font-size: 20px;}
	.sw-single-post-content .sw-blog-content {
		padding: 0 20px 30px;
	}
    .about-team-item.slick-slide, .about-team-slider .about-team-item {
        max-height: 450px;
    }
    .doc-details-left {padding-left: 0;}
    .doc-details-left::after {display: none;}
    .doc-details-left, .doc-details-right {
        width: 100%;
    }
    .doc-details-right-inner {padding: 20px 20px 20px 20px;}
    .doc-details-right-inner p {text-align: inherit;}
    #eventBubble {right: -25px;}
    #eventBubble img {max-width: 13px;}
    h1.inner-page-title {
        line-height: 54px;
        font-size: 32px;
    }
    .rA-Boxes .each-blog-title-main-title {
        font-size: 19px;
    }
    body.single .sw-single-post-content #breadcrumbs-outer {
        padding: 12px 0 0 20px !important;
    }
    .section-heading.ddi-newsletter-title.related-art-head {
        padding: 23px 23px 23px 33px;
        font-size: 24px;
    }
    .related-art-head::before {
        height: 29px;
        top: 25px;
    }
    section.banner-v2 .btn-slider {
        font-size: 15px;
    }
    section.banner-v2 p {
        font-size: 18px;
    }
    .hban-slides .container-bg {
        background: linear-gradient(90deg, rgba(28, 68, 152, 0.45) 26%, rgba(28, 68, 152, 0.95) 100%);
    }
    /*2026 Headquaters update*/
    /* .hban-slides, .hban-slides .flexbox {
        background-position: -106px 0!important;
    } */
    .hban-slides .container-bg {
        background: linear-gradient(90deg, rgba(28, 68, 152, 0.15) 26%, rgba(28, 68, 152, 0.55) 100%);
    }
    /*2026 Headquaters update ENDS*/
    .trustees .section-content h4 {
        font-size: 16px;
        line-height: 120%;
        padding-bottom: 7px;
    }
    .trustees .section-content h5 {
        font-size: 15px;
    }
    .trustees .section-content.flexbox {
        row-gap: 45px;
        padding: 45px 0 80px;
    }
        .content-full iframe {
            max-height: 450px;
        }
}

@media only screen and ( max-width: 767px) {
    ul.main-menu {
        top: 60px;
    }
    /* #left-header{
        display: none;
    } */
    /* .mobile-header{
        display: block;
    } */
    .mobile-header {
        display: none;
        position: absolute;
        top: 0;
        background: #ffffffd1;
        width: 100%;
    }
    .mobile-header a.logo {
		width: auto;
		margin-bottom: 0;
	}
    .mobile-header {
        padding: 7px;
    }
    .mobile-header  .menu-tab{
        margin: 0;
        padding: 0;
    }
    a.logo img {
        height: auto;
        width: auto;
        max-height: 117px;
    }
    /* section.top-header {
        left: auto;
        right: 50px;
    } */
    section.top-header a {
        font-size: 17px;
    }
    /* section.top-header a i {
        font-size: 16px;
        margin-top: 1px;
        height: 16px;
    } */
    .menu-tab div {
        background-color: #fff;
    }
    ul.main-menu li.menu-item-has-children::after {
        right: 12px;
    }
    ul.main-menu li {
        width: 100%;
        margin: 5px 0;
    }
    ul.main-menu li a {
        padding: 0 12px;
    }
    ul.sub-menu li {
        margin: 0;
    }
    ul.sub-menu li a {
        padding-left: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    ul.main-menu li.nav-button.menu-item {
        width: auto;
        margin-left: 12px;
    }
    section{
        padding-left:0 !important;
    }
    section.banner-v2 {
		/* padding: 0;
		background-position: 0 top;
		height: 420px;
		background-size: cover;
		margin-top: 92px; */
	}
    section h1.inner-page-title-default {
        /* padding-top: 113px; */
        padding-top: 30px;
    }
    h1.inner-page-title-default, h1.research-pa-heading {
        font-size: 32px;
        line-height: 46px;
    }
    section.banner-v2 h1 {
        font-size: 35px;
    }
    section.banner-v2 h1{
        margin-bottom: 0;
    }
    p, ul, ol {
        font-size: 15px;
        line-height: 25px;
    }
    .section-2-v2-box-left {
        position: relative;
        width: 100%;
    }
    .section-2-v2-box-right {
        float: left;
        width: 100%;
    }
    .section-1-v2 .section-1-v2-right {
        text-align: center;
    }
    .post-list {
        width: 65%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .post-list img{
        height: auto;
    }
    .post-right .post-box h4 {
    	font-size: 18px;
		padding-top: 2%;
	}
	.section-1-v2 .section-1-v2-left p {
		font-size: 18px;
		line-height: 35px;
	}
    .latest-news h3 {
        font-size: 24px;
    }
    .news-link {
        font-size: 16px;
    }
    .post-left {
        width: 100%;
        padding-right: 0;
    }
    .post-right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    ul.footer-widgets li {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .footer-map iframe {
        height: 235px;
    }
    ul.main-menu li.nav-button a {
        background-color: #0d6eb6;
        padding: 10px 20px 10px;
        font-size: 16px;
        min-width: 150px;
    }
    .button-style-1 {
        font-size: 14px;
    }
    h2 {
        font-size: 18px;
        line-height: 21px;
    }
    ul.footer-widgets h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .post-img.post-img-right img {
        height: 145px;
    }
    .mobile-header .menu-tab {
        margin-top: 19px;
    }
    .section-1-v2-left {
        float: left;
        width: 100%;
        text-align: center;
    }
    .section-1-v2-right {
        float: left;
        width: 100%;
        text-align: center;
    }
    .section-1-v2-right img {
        margin-top: 20px;
    }
    section.banner-v2 p {
		font-size: 18px;
		line-height: 28px;
	}
    .hours-footer{
        background:  url(/web/20260213153843im_/https://www.dasmaninstitute.org/wp-content/themes/ddi/images/clockimg.png) no-repeat left top 0px;
    }
    section.top-header a {
        color: #5fc2ee;
    }
    .menu-tab div {
        background-color: #000;
    }
    p, ul, ol {
        font-size: 16px;
        line-height: 20px;
    }
    .post-content h3 {
		font-size: 17px;
		line-height: 30px;
	}
    #inner-page-id.sw-default-content-style p, #inner-page-id.sw-default-content-style li, #inner-page-id.sw-default-content-style td, #inner-page-id.sw-default-content-style th, .page-template-default .location, .page-template-default .contact-details, .page-template-default .contact-details a {
        font-size: 13px;
        line-height: 20px;
    }
    .page-template-default .sw-default-content-style h2 {
        font-size: 25px;
        line-height: 110%;
        margin-top: 20px;
    }
    .page-template-default #content #section-contact-us h2.text-subtitle {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }
    .page-template-default #content h2, 
    .page-template-default h2.blog-title a, 
    .page-template-default #section-contact-us h2, 
    .page-template-default #content #section-contact-us h2,    
    .page-template-page_doctors_profile_template #content h2, 
    .page-template-page_doctors_profile_template h2.blog-title a, 
    .page-template-page_doctors_profile_template #section-contact-us h2, 
    .page-template-page_doctors_profile_template #content #section-contact-us h2 {
        font-size: 32px;
        line-height: 65px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }
    .page-banner-common{
        padding: 0 !important;
    }
    .page-template-default .page-banner-common{
        min-height: 310px;
    }
    .page-template-default .page-banner.page-banner-common h1.inner-page-title {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 36px;
        padding-top: 136px;
        text-align: center;
    }
    .page-template-default .location, 
    .page-template-default .phone, 
    .page-template-default .fax, 
    .page-template-default .email,
    .page-template-page_doctors_profile_template .location, 
    .page-template-page_doctors_profile_template .phone, 
    .page-template-page_doctors_profile_template .fax, 
    .page-template-page_doctors_profile_template .email {
        margin-bottom: 10px;
        line-height: 37px;
    }
    .page-banner-common {
        min-height: 250px;
    }
    body h1.inner-page-title {
        /* margin-top: 140px; */
    }
    .page-template-default .page-banner.page-banner-common h1.inner-page-title, 
    .page-template-page_radiologists_template .page-banner.page-banner-common h1.inner-page-title, 
    .page-template-page_doctors_profile_template .page-banner.page-banner-common h1.inner-page-title {
        font-size: 25px;
    }
    .page-template-default #content #section-contact-us h2.text-subtitle, 
    .page-template-page_radiologists_template #content #section-contact-us h2.text-subtitle,
    .page-template-page_doctors_profile_template #content #section-contact-us h2.text-subtitle {
        font-size: 25px;
        line-height: 35px;
    }
    .page-template-default #content h2, .page-template-default h2.blog-title a, .page-template-default #section-contact-us h2, .page-template-default #content #section-contact-us h2, .page-template-page_radiologists_template #content h2, .page-template-page_radiologists_template h2.blog-title a, .page-template-page_radiologists_template #section-contact-us h2, .page-template-page_radiologists_template #content #section-contact-us h2, .page-template-page_doctors_profile_template #content h2, .page-template-page_doctors_profile_template h2.blog-title a, .page-template-page_doctors_profile_template #section-contact-us h2, .page-template-page_doctors_profile_template #content #section-contact-us h2 {
        font-size: 30px;
        line-height: 66px;
        margin-bottom: 5px;
    }
    .page-template-default .page-banner.page-banner-common h1.inner-page-title {
        padding-top: 20px;
    }
    #m-news .slick-slider {
        padding-bottom: 0;
    }
    .page-template-template-medical section {
        padding: 45px 0;
    }
    .training-slider.slick-slider,.training-fp-slider.slick-slider {
        padding-bottom: 0;
    }
    .training-slider .slick-dots, .training-fp-slider .slick-dots {
        bottom: 20px;
    }
    .fp-item.slick-slide.slick-active:nth-child(2n) {
        background: none;
    }
    .training-item {
        padding: 20px 1.25% !important;
    	height: auto !important;
    	max-height: 100% !important;
    }
    .about-team-slider.slick-slider.slick-dotted {
    	padding-bottom: 0;
    }
    #about-slider h2,h2.section-heading {
        font-size: 30px;
        font-size: 3rem;
    }
    #a-section-5 h2 {
        margin: 0 auto 15px;
    }
    .about-team-content h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .about-info-slider.slick-slider {
        padding: 0;
    }
    #a-section-5 {
        padding-bottom: 30px;
    }
    /*rr*/
    #training {
        padding-top: 120px;
    }
    /*rr ends*/
    /* section.top-header a, body.page-template section.top-header a, body.page-template-template-training section.top-header a, body.page-template-template-research-professionals section.top-header a, body.page-template-template-departments section.top-header a {
	    color: #5fc2ee !important;
	} */
    /*search*/
    /* .desk-search {
        display: none;
    } */
    .mobile-search {
        margin: 10px 0 0 10px;
        width: 92%;
    }
    .search h1.inner-page-title {
        font-size: 35px;
    }
    /*new search*/
    #searchform #s {
        width: 100%;
        border-radius: 10rem;
    }
    .head-search #searchform #s, #searchform #s {
        padding-left: 31px;
        font-size: 14px;
    }
    #searchform #s:focus, .head-search #searchform #s:focus {
        padding-left: 31px;
    }
    #searchform #s::-webkit-input-placeholder {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: 200;
        opacity: 0.5;
        padding-left: 31px;
    }
    #searchform #s::-moz-placeholder {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: 200;
        opacity: 0.5;
        padding-left: 31px;
    }
    #searchform #s::-ms-input-placeholder {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: 200;
        opacity: 0.5;
        padding-left: 31px;
    }
    #searchform #s::placeholder {
        color: #4c4c4c;
        font-size: 15px;
        font-weight: 200;
        opacity: 0.5;
        padding-left: 31px;
    }
    .head-search #searchform #s::-webkit-input-placeholder {
        padding-left: 0;
    }
    .head-search #searchform #s::-moz-placeholder {
        padding-left: 0;
    }
    .head-search #searchform #s::-ms-input-placeholder {
        padding-left: 0;
    }
    .head-search #searchform #s::placeholder {
        padding-left: 0;
    }
    #searchform #s:focus::-webkit-input-placeholder {
        padding-left: 0;
    }
    #searchform #s:focus::-moz-placeholder {
        padding-left: 0;
    }
    #searchform #s:focus::-ms-input-placeholder {
        padding-left: 0;
    }
    #searchform #s:focus::placeholder {
        padding-left: 0;
    }
    /* section.top-header {
        width: auto;
    } */
    .top-header .container {
        max-width: inherit;
        width: auto;
    }
    section.top-header .ddi-lang-switcher {
        display: none;
        vertical-align: top;
        margin-top: -9px;
    }
    .post-right .post-box h4, .post-right .post-box h4 a {
		font-size: 18px;
		line-height: 30px;
		text-align: left;
	}
	.page-template-template-medical section#m-news .slick-prev, .page-template-template-medical section#m-news .slick-next {
		bottom: -50px;
	}
	.page-template-template-medical #m-news .cat-link {
		bottom: -18px;
	}
    ul.main-menu.show {
        left: auto;
        right: 0;
    }
}
@media (min-width: 767px) { 
    section.top-header .ddi-lang-switcher {display: none;}
}

@media (max-width: 700px) { 
    section.banner-v2 {
        background-position: -214px center;
    }
}
/*rr*/
@media (max-width: 660px) {
    .head-search {
        display: none;
    }
    .menu-tab p {
        transform: translate(-54px,-27px);
    }
    .home .hban-slides .container-bg {
        display: none;
    }
    .trustees .section-content.flexbox {
        column-gap: 7%;
        justify-content: space-between;
    }
    .truste {
        width: 46%;
    }
    .management .truste {
    width: 46%;
}
.content-full iframe {
            max-height: 360px;
        }
}
@media (max-width: 600px) {
    .training-content h2 {
		font-size: 4rem;
	}
    .post-list {
		width: 90%;
		margin-bottom: 25px;
	}
	section.banner-v2 h1 {
		line-height: 55px;
		margin-bottom: 15px;
	}
    .special-events-list {padding-top: 50px;}
    .special-events-list .halfwid {
        margin-right: 0;
        width: auto;
    }
    .halfwid.first {
        margin-right: 0;
        margin-bottom: 10px;
    }
    section.top-header {
        right: 100px;
    }
}
/*rr ends*/

@media(max-width: 586px) {
    .wprm-recipe-equipment-container, .wprm-recipe-ingredients-container, .wprm-recipe-instructions-container, .wprm-recipe-notes-container {
        display: inline-block!important;
        width: 100%!important;
    }
}

@media(max-width: 576px) {
.flex-flow {
	flex-wrap: wrap;
}
.flex-flow > * {
    width: 100%;
    flex: 0 0 100%;
}
.a-slider-content {
    box-shadow: none;
    padding: 30px 15px;
}
.a-right {
	padding-top: 50px;
	padding-left: 0;
}
h2.section-heading.ddi-newsletter-title {
    font-size: 22px;
}
    .sw-col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flex-small-column {
    flex-direction: column;
}
.fp-content h3 {
    height: auto!important;
}
.split-panel .main .info h1 {
    font-size: 4rem;
    line-height: 48px;
}
.split-panel .main .info h2 {
    font-size: 30px;
    font-size: 3rem;
}
li.half {
    width: 100%;
}
/*.split-panel .main .info {
    padding: 3em 3%!important;
}*/
    section#med-section-2 #medical-2.m-col-2, section#med-section-2 #medical-3.m-col-3 {
        flex: 0 0 100%;
    }
	.doc-details-outer {padding: 50px 0 0 0px;}
	.teamList .doc-details {
        width: 300px;
        margin: 50px auto 0;
        float: none;
    }
    .teamList .teamBox.with-brief .doc-details {
        display: inline-block;
        vertical-align: top;
    }
	.teamBox .doc-details:nth-child(2n), .teamBox .doc-details:nth-child(3n) {margin-right: auto;}
	section.banner-v2 {background-position: -225px bottom;}
    #ddi-newsletter {
        padding-bottom: 100px;
    }
    .subscribeFormIn input[type="email"] {
        padding: 20px;
        margin-bottom: 20px;
    }
    input#mc-embedded-subscribe, .page-template-default input#mc-embedded-subscribe, .page-template-page_radiologists_template input#mc-embedded-subscribe, .page-template-page_doctors_profile_template input#mc-embedded-subscribe {
        position: static;
        border-radius: 20px;
        margin-top: 10px;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }
}
@media (max-width: 520px) {
    .wp-block-uagb-team .uagb-team__image-wrap {
        max-width: 100%;
        width: auto !important;
    }
    .homenews-slide-left img {
        height: 446px;
        max-height: 446px;
    }
    .homenews-slide-right .rnews-slide-title {
        font-size: 22px;
        line-height: 31px;
    }
    #eventBubble {right: -5%;}
    section.banner-v2 #homebanner-slider h1 {
        font-size: 28px;
        line-height: 40px;
        margin-top: 0;
    }
    section.banner-v2 {overflow: hidden;}
}
@media (max-width: 480px) {
    .sec-title-outer-1 h2.subTitle {
        width: 100%;
    }
    .sec-title-outer-1 .news-link {
        margin-top: 25px;
        font-size: 18px;
        text-align: right;
    }
    /*2026 Headquaters update*/
    /* .hban-slides {
        background-position: -163px 0!important;
    } */
    .hban-slides, .hban-slides .flexbox {
        height: 415px;
    }
    /*2026 Headquaters update ENDS*/
}
@media (max-width: 430px) {
    section.banner-v2 {
        margin-top: 0;
        height: auto;
    }
    /* .hban-slides, .hban-slides .flexbox {
        height: 520px;
    }
    .hban-slides {
        background-position: 45% 0;
    }
    #homebanner-slider .slick-slide > div {
        display: flex;
        width: 100%;
        background-position: -652px top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    } */
    .take-a-tour-innerpg-tabs .wp-block-ub-tabbed-content-tab-title {
	    font-size: 15px;
	}
	.take-a-tour-innerpg-tabs .wp-block-ub-tabbed-content-tabs-content {
	    padding: 10px;
	}
    /*search*/
    .sw-each-search-result {
        text-align: center;
    }
    .search-thumb img {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px;
    }
    .sw-default-content-style .search-thumb h3 {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-top: 0;
    }
    .gallery-slider .slick-dots {bottom: -40px;}
    input#mc-embedded-subscribe {
        margin-top: 0;
    }
    #eventBubble {
        bottom: -68%;
        width: 134px;
        height: 158px;
    }
    #eventBubble p {
        margin-top: 30%;
        margin-bottom: 3px;
    }
}
@media (max-width: 426px) {
    ul.main-menu li.menu-item-has-children::after {
	    right: 12px;
	    top: 6px;
	    border-left: 8px solid #fff;
	    border-right: 8px solid #fff;
	    border-top: 8px solid #14afe5;
	}
	ul.main-menu li.menu-item-has-children::after {
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-top: 8px solid #14afe5;
	}
    ul.main-menu {
        top: 90px;
        right: -500px;
        width: 100%;
        margin-top: 0!important;
    }
    .mobile-search {
        width: 95%;
        margin-bottom: 10px;
    }
    #searchform #s, #searchform #s:focus {
        width: 100%;
    }
    ul.main-menu li {
        margin: 0;
        border-bottom: 1px solid #89d7f252;
    }
    ul.main-menu li.nav-button {
        border-bottom: 0;
        margin-top: 15px;
    }
    ul.main-menu li a {
        padding: 7px 12px;
    }
    ul.main-menu li.back-button {
        background-position: 15px center;
        padding-left: 48px;
    }
    #about-slider .container {
		max-width: 95%;
	}
	
}
/*rr ends*/
@media (max-width:410px) {
    .popupBTN.inline {
        margin-bottom: 16px;
        margin-right: 0;
    }
    .popupBTN.inline:last-child {
        margin-bottom: 0;
    }
}
@media (max-width:395px) {
    #ddi-newsletter {
        padding-bottom: 80px;
    }
    /* .subscribeFormIn {
        height: 50px!important;
    } */
    .subscribeFormIn input[type="text"], .subscribeFormIn input[type="email"] {
        width: 100% !important;
    }
    input#mc-embedded-subscribe {
        border-radius: 40px;
        width: 160px;
        height: 50px;
        float: none;
    }
}
@media (max-width:360px) {
    .top-header .container {
		padding: 0;
	}
	section.top-header a {
		font-size: 14px;
	}
    section.top-header {
        right: 95px;
    }
}
@media (max-width:352px) {
    #eventBubble {bottom: -61%;}
}
@media (max-width:340px) {
  body{
      min-width:320px;
  }
}

/* ============================================================
   DDI Mobile Menu  –  visible below 1328 px
   ============================================================ */
@media (max-width: 1328px) {

    /* Hide desktop header, show mobile header */
    #left-header {
        display: none !important;
    }
    .mobile-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        position: relative;
        z-index: 1000;
    }
    .mobile-header .logo img {
        height: 72px;
        width: auto;
    }

    /* MENU toggle button */
    .ddi-mob-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 0;
        font-family: inherit;
        transform: translateY(20px);
    }
    .ddi-mob-label {
        font-size: 16px;
        font-weight: 400;
        color: #222;
        letter-spacing: 1px;
        line-height: 1;
        transition: color 0.2s ease;
    }
    .ddi-mob-toggle:hover .ddi-mob-label {
        color: #1e73be;
    }

    /* Hamburger icon */
    .ddi-mob-burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        flex-shrink: 0;
    }
    .burger-line {
        display: block;
        width: 100%;
        height: 3px;
        background: #222;
        border-radius: 2px;
        transition: width 0.25s ease, transform 0.3s ease, opacity 0.25s ease, background 0.2s ease;
        transform-origin: left center;
        margin-bottom: 4px;
    }

    /* Hover animation: middle line shortens */
    .ddi-mob-toggle:hover .burger-line.l2 {
        width: 65%;
    }
    .ddi-mob-toggle:hover .burger-line {
        background: #1e73be;
    }

    /* X icon (hidden by default) */
    .ddi-mob-x-icon {
        display: none;
        font-size: 20px;
        font-weight: 300;
        color: #222;
        line-height: 1;
        transition: color 0.2s ease;
    }

    /* Open state — swap burger for X, tint label */
    .ddi-mob-toggle.is-open .ddi-mob-burger {
        display: none;
    }
    .ddi-mob-toggle.is-open .ddi-mob-x-icon {
        display: flex;
        align-items: center;
        color: #1e73be;
    }
    .ddi-mob-toggle.is-open .ddi-mob-label {
        color: #1e73be;
    }

    /* Mobile nav panel */
    .ddi-mobile-nav {
        display: none;
        background: #fff;
        width: 100%;
        z-index: 999;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
    .ddi-mobile-nav.is-open,
    #ddiMobileNav.is-open {
        display: block !important;
    }

    /* Nav list */
    .ddi-mob-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .ddi-mob-item {
        border-bottom: 1px solid #e8e8e8;
    }

    /* Row containing link + chevron */
    .ddi-mob-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Top-level links */
    .ddi-mob-link {
        display: block;
        padding: 18px 24px;
        font-size: 18px;
        font-weight: 400;
        color: #222;
        text-decoration: none;
        flex: 1;
    }
    .ddi-mob-link.ddi-mob-active {
        color: #1e73be;
    }

    /* Chevron expand button */
    .ddi-mob-chevron {
        background: none;
        border: none;
        cursor: pointer;
        padding: 18px 24px;
        font-size: 20px;
        color: #555;
        line-height: 1;
        transition: transform 0.25s ease;
        flex-shrink: 0;
    }
    .ddi-mob-has-sub.is-open > .ddi-mob-row .ddi-mob-chevron {
        transform: rotate(180deg);
    }

    /* Sub-menu */
    .ddi-mob-sub {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 8px 0;
        background: #f7f9fc;
    }
    .ddi-mob-sub li a {
        display: block;
        padding: 13px 32px;
        font-size: 15px;
        color: #444;
        text-decoration: none;
        border-top: 1px solid #eaeaea;
        transition: color 0.2s ease;
    }
    .ddi-mob-sub li a:hover {
        color: #1e73be;
    }

    /* RFP / Careers two-column row */
    .ddi-mob-twocol {
        display: flex;
        align-items: center;
        border-bottom: none;
    }
    .ddi-mob-twocol a {
        flex: 1;
        padding: 18px 24px;
        font-size: 18px;
        font-weight: 400;
        color: #222;
        text-decoration: none;
    }
    .ddi-mob-twocol a + a {
        border-left: 1px solid #e8e8e8;
    }
    .ddi-mob-toggle {
        display: none;
    }
}
@media only screen and ( max-width: 1200px) {
    .ddi-mob-toggle {
        display: flex;
    }
}
