@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=EB+Garamond:wght@400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');
font-family: Arimo',sans-serif;
 font-family: 'EB Garamond',
serif;
font-family: 'Roboto',
sans-serif;

/* common style */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

p,
span,
ul,
li,
ol,
div,
body,
strong,
a {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'EB Garamond', serif;
}

input,
select,
textarea {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 400;
    color: #fff;
}

h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
}

h3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}


/*h6{ font-family: 'Arimo', sans-serif;}*/

img {
    max-width: 100%;
}

.references .box img {
    padding: 5px;
    width: 180px;
    height: 230px;
}


/* header */

.headNav {
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    position: relative;
}

.headNav nav {
    padding: 0!important;
}

.logoBg {
    background: url("../images/logobg.jpg") center 0 no-repeat;
    background-size: cover;
    text-align: center;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.ggBg{
    background:#0e0e12 url("../images/ggbg.jpg") center 0 no-repeat!important;
    background-size: 100%!important;
    padding-top: 100px;
    padding-bottom: 30px;
}

.navMenu {
    height: 74px;
    background: #D4D4D4;
}

.fixHead {
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

.navMenu .navbar-nav li {
    margin-right: 42px;
}

.lnht{
    line-height: 36px;
    padding-bottom: 30px;
}
.navMenu .navbar-nav li a {
    padding: 0;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.navMenu .navbar-nav li.active a,
.navMenu .navbar-nav li:hover a {
    font-weight: 700;
}

.navSrch input[type="search"] {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 40px;
}

.navSrch button[type="submit"] {
    position: absolute;
    z-index: 9;
    right: 6px;
    top: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 20px;
    color: #000068;
}

.navSrch {
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.navSrch input[type="search"]::placeholder {
    color: #9C9C9C;
}

.navSrch form {}

.navSrch button[type="submit"]:hover,
.mediaSrchBar button[type="submit"]:focus,
.mediaSrchBar button[type="submit"]:active {
    border: none;
    outline: none;
    box-shadow: none!important;
    background-color: transparent!important;
    color: #2525ce;
}


/*.navMenu .navbar-collapse{ flex-grow: inherit;}*/

.dropRight {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.trnslate {
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.dropRight ul.dropdown-menu {
    display: block!important;
    height: auto!important;
    position: static!important;
    font-size: 0;
    width: 100%;
    border: none;
    min-width: 100%;
    text-align: center;
}

.dropRight div.dropdown-menu {
    height: auto!important;
    right: 0;
    left: inherit;
    width: 50px;
    min-width: auto;
}

.dropRight ul.dropdown-menu span {
    display: inline-block;
    width: 22px;
    height: 22px;
}

.dropRight button .filter-option {
    font-size: 0;
}

.dropRight button .filter-option span {
    display: inline-block;
    width: 22px;
    height: 22px;
}

.dropRight button {
    display: flex;
    align-items: center;
    background: transparent;
    box-shadow: none!important;
}

.mobSrch {
    display: none;
}


/* ------------------topBg-start------------------ */

.topBg {
    background: #0e0e12 url("../images/topbg.jpg") center 0 no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
}

.headTop h1 {
    padding-bottom: 25px;
}

.headTop p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}

.headTop p a {
    color: #D5BDA1;
    border-bottom: 1px solid #D5BDA1;
}

.headTop p a:hover {
    text-decoration: none;
}

.frameBase {
    /*max-width: 600px;*/
    /*max-width: 470px;*/
    max-width: 570px;
    width: 100%;
    float: right;
}

.frameBg {
    width: 100%;
    background: #fff url("../images/Frame.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 22px;
}

.frameBgindex {
    width: 100%;
    background: #fff url("../images/Frame.png") center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px 18px 18px 18px;*/
    padding: 8px;
}

.frameBg img {
    width: 100%;
    height: 100%;
    /*width: 500px;
    height: 500px;*/
    object-fit: cover;
}

.frameTxt {
    text-align: center;
    padding-top: 18px;
}

.frameTxt h4 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #D3D3D3;
    text-transform: uppercase;
}

.frameTxt h5 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #D3D3D3;
/*    text-transform: uppercase;*/
}

.addHead {
    padding-bottom: 74px;
}

.divider {
    text-align: center;
    background: url("../images/divider.png") center 100% no-repeat;
    padding-bottom: 80px;
    margin-top: 50px;
}

.divider h2 {
    text-transform: uppercase;
}

.chapterBase {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 30px;
}

.chapterBlog {
    /*    width: 14%; */
    width: 12%;
    /*    margin: 0 16px; */
    margin: 0 17px;
    margin-bottom: 35px;
}.chapterBlog {
    /*    width: 14%; */
    width: 12%;
    /*    margin: 0 16px; */
    margin: 0 17px;
    margin-bottom: 35px;
}
.topBg.links .chapterBlog, .ggBg.links .chapterBlog { width: 100%; }
.topBg.contact form .form-item, .ggBg.contact form .form-item { color: #fff; }
.ggBg.contact form .form-item input, .ggBg.contact form .form-item .form-textarea { color: #000; }
.ggBg.contact form .preview .field > div { color: #fff; }
.topBg.contact form .form-item.form-item-name, .ggBg.contact form .form-item.form-item-name,
.topBg.contact form .form-item.form-item-mail, .ggBg.contact form .form-item.form-item-mail,
.topBg.contact form .form-item.form-item-copy, .ggBg.contact form .form-item.form-item-copy { display: none; }
#edit-preview {display: none; }
.chapterBlogInn {
    width: 100%;
    /*background: url("../images/frame2.jpg") 0 0 no-repeat;*/
    background-size: 100% 100%;
    /*padding: 12px;*/
    margin-bottom: 25px;
}

.chapterBlogInn a{ border: none!important;}
.chapterBlogInn img {
    width: 100%;
}

.chapterBlog h4 {
    /* text-transform: inherit; */
    text-transform: uppercase;
    /*    font-size: 16px; */
    font-size: 20px;
    /*    line-height: 22px;*/
    line-height: 25px;
}

.chapterBlog p {
    /*    font-size: 14px; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #D5BDA1;
    margin-bottom: 5px;
}

.chapterBlog a {
    float: left;
    /*width: 35%;*/
    display: inline-block;
    margin-right: 30px;
    /*    font-size: 16px; */
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.chapterBlog a:hover {
    text-decoration: none;
    color: #4d4dff;
    border-bottom: 1px solid #4d4dff;
}

.chapterBase1 .chapterBlog a {
    width: auto;
}

.elth .chapterBlog a {
    border-bottom: 0;
}
.width_full{ width: 100%!important; margin-left: 0!important; margin-right: 0!important;}
#upTop{ cursor: pointer;}

.anabg{ background:#ebe3ce  url(../images/shadow1modf.jpg) 100% 0 no-repeat!important;}
.anabg2{ background:#ebe3ce  url(../images/shadow2modf.jpg) 100% 0 no-repeat!important;}
.anabg3{ background:#ebe3ce  url(../images/shadow3modf.jpg) 100% 0 no-repeat!important;}
.anabg4{ background:#ebe3ce  url(../images/shadow4modf.jpg) 100% 0 no-repeat!important;}



.bleedbg{ background:#ebe3ce  url(../images/shadow2.jpg) 100% 0 no-repeat!important;}
.dentbg{ background:#ebe3ce  url(../images/shadow3.jpg) 100% 0 no-repeat!important;}
.eentbg{ background:#ebe3ce  url(../images/shadow4.jpg) 100% 0 no-repeat!important;}
.surgbg{ background:#ebe3ce  url(../images/shadow5.jpg) 100% 0 no-repeat!important;}
.medshadow{ background:#ebe3ce  url(../images/shadow6.jpg) 100% 0 no-repeat!important;}
.obshadow{ background:#ebe3ce  url(../images/shadow7.jpg) 100% 0 no-repeat!important;}
.phshadow{ background:#ebe3ce  url(../images/shadow8.jpg) 100% 0 no-repeat!important;}
.diashadow{ background:#ebe3ce  url(../images/shadow9.jpg) 100% 0 no-repeat!important;}
.traumashadow{ background:#ebe3ce  url(../images/shadow10.jpg) 100% 0 no-repeat!important;}
.uroshadow{ background:#ebe3ce  url(../images/shadow11.jpg) 100% 0 no-repeat!important;}
.uro2shadow{ background:#ebe3ce  url(../images/shadow20.jpg) 100% 0 no-repeat!important;}

/*
.chapterBlog p {
  display: block;
  display: -webkit-box;
  max-height: 5.07rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}
@-moz-document url-prefix() {
  .DescriptionExcerpt {
    overflow: hidden;
    position: relative;
  }
  .DescriptionExcerpt:before {
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .DescriptionExcerpt:after {
    content: '';
    background: #FFFFFF;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
*/


/* ------------------topBg-end------------------ */


/* ------------------partB-start------------------ */

.partB {
    display: flex;
}

.pb1 {
    /*    background: url("../images/pb1.jpg") 0 100% no-repeat; */
    background-size: cover;
    width: 50%;
    padding: 50px 50px 100px 15px;
}

.pb2 {
    /*    background: url("../images/pb2.jpg") 100% 100% no-repeat; */
    background-size: cover;
    width: 50%;
    padding: 50px 15px 100px 50px;
}

.pb1 h2,
.pb2 h2 {
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
    display: inline-block;
}

.pb1 p,
.pb2 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #343434;
    word-break: break-all;
}

.pb1 p a,
.pb2 p a {
    text-decoration: none;
    color: #191997;
    border-bottom: 1px solid #191997;
}

.pb1 p span,
.pb2 p span {
    font-size: 24px;
}


/* ------------------partB-end------------------ */


/* ------------------facebookBg-start------------------ */

.facebookGroup {
    background: url("../images/fbbg.jpg") 0 100% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

.facebookGroup h2 {
    text-transform: uppercase;
    padding-bottom: 30px;
}

.facebookGroup p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 15px;
}

.facebookGroup p a {
    color: #D5BDA1;
    border-bottom: 1px solid #D5BDA1;
}

.facebookGroup p a:hover {
    text-decoration: none;
}

.panoView {
    width: 100%;
    padding-top: 20px;
    position: relative;
    display: inline-block;
}

.panoView iframe {
    width: 450px;
    height: 400px;
    border-radius: 20px;
}

.panoAbs {
    position: absolute;
    z-index: 99;
    left: 47%;
    top: 43%;
}


/* ------------------facebookBg-end------------------ */


/* ------------------quack-page-start------------------ */

.picGal {
    width: 100%;
    text-align: center;
}

.picGal h4 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    padding-bottom: 0px;
    text-decoration: underline;
}

.qMedicine {
    width: 100%;
    border-radius: 16px;
    background: url("../images/qmbg.jpg") 100% 0 no-repeat;
    background-size: cover;
/*    padding: 40px 30px 102px;*/
    padding: 30px 30px;
}
.nocap {
    text-transform: capitalize !important;
}
.qMedicine1 {
    width: 100%;
    border-radius: 16px;
    background: url("../images/quack-chapter_banner.jpg") 100% 0 no-repeat;
    background-size: cover;
    padding: 30px 30px 102px;
}
/* .modf_cont {
    background-size: 33% !important;
} */

.qMedicine {
    background-size: 36% !important;
}
.qm {  
    /* padding-right: 150px; */
    /*margin-bottom: 40px;*/   
}
/*.qm h2 {
    text-transform: uppercase;// added
}*/
.qm p {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.qMedicine h2 {
    /* font-size: 47px;
    line-height: 57px; */

    font-size: 35px;
    line-height: 42px;
    font-weight: 400; 
    color: #000068;
 
}
.qMedicine h2 span { font-size: 35px!important; }

.qMedicine h3 {
/* 
        font-size: 47px;
        line-height: 57px; */
        /* font-size: 38px;
        line-height: 45px; */
        font-size: 26px;
        line-height: 35px;
        text-align: right;
        font-weight: 400;
        color: #000068;
        /* text-align: center; */
        padding-bottom: 15px;
        padding-left: 13px;
    
}
.charBg  h3 {

    /* font-size: 47px;
    line-height: 57px; */
    /* font-size: 31px;
    line-height: 37px;
    text-align: right; */
    font-size: 26px;
    line-height: 35px;
    text-align: right;
    font-weight: 400;
    color: #000068;
    /* text-align: center; */
    padding-bottom: 15px;
    /* padding-left: 13px; */

}


.qMedicine p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #58586D;
    margin-bottom: 20px;
}
.qMedicine p:first-child {

    margin-bottom: 0px !important; 
}
.antique {
    width: 100%;
    float: right;
    border-radius: 16px;
/*    background: #E5E5E5;*/
    background: #d2d2d2;
    padding: 12px 18px 10px;
}

.antique h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
}

.antique ul {
    /*height: 290px; overflow: auto;*/
    padding: 0;
    margin: 0;
}

.antique ul li {
    display: block;
    /*    padding: 5px 0 5px 0;*/
    padding: 0;
}

.antique ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #202020;
    display: inherit;
}

.antique ul li a i {
    font-size: 14px;
}

.antique ul::-webkit-scrollbar {
    width: 5px;
}

.antique ul::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
    width: 3px;
}

.antique ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #262089;
    width: 10px;
}

.quackCat {
    display: flex;
    /*  justify-content: space-between; */
    justify-content: space-around;
    padding-top: 100px;
}

.quackCatInn {
    text-align: center;
    /*    width: 29%;*/
    width: 27%;
}

.quackCat h4,
.quackCat h4 a {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.quackCatInn .chapterBlogInn {
    height: 300px;
    width: 100%;
    background: #dfdfdf url(../images/Frame.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/*    padding: 20px 18px 18px 18px;*/
    padding: 8px;
}

.quackCatInn .chapterBlogInn img {
    height: 100%;
    object-fit: contain;
}

.quackLinks {
    width: 100%;
    border-radius: 16px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E5E5E5;
    margin-top: 30px;
    margin-bottom: 20px;
}

.quackLinks a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
}

.quackLinks1 a {
    width: 16%;
}

.quackLinks a:nth-child(2) {
    display: inline-block;
    margin-right: 100px;
}

.quackLinks1 a:nth-child(2) {
    display: inline-block;
    margin-right: 0;
    text-align: center;
}

.earlyHdn {
    padding-bottom: 30px;
    font-weight: 600;
}

.lb-data .lb-caption {
    color: #000;
    padding-bottom: 6px;
    display: inline-block;
}


/* ------------------quack-page-end------------------ */


/* ------------15-06-2021-bit------------ */

.chapterBlogInn img {
    height: 260px;
    object-fit: cover;
}

.chapterBlog .chapterBlogInn img {
    height: 211px;
    object-fit: cover;
/*    border: 1px solid #868686;*/
    border: 1px solid #fff;
}

.homeChapter .chapterBlog {
    text-align: center;
}

.homeChapter .chapterBlog a {
    margin-right: 0;
    float: none;
}

.homeChapter .chapterBlog p {
    min-height: 86px;
}

.pb1 h2,
.pb2 h2 {
    text-transform: uppercase;
}

.pb1,
.pb2 {
    padding-top: 90px;
}
.pb1 p,
.pb2 p { word-break: break-word; }

.fullContainerBase {
    width: 100%;
    display: inline-block;
    background: url("../images/pb1.jpg") 0 100% no-repeat;
    background-size: 50% 100%;
}

.fullContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url("../images/pb2.jpg") 100% 100% no-repeat;
    background-size: 50% 100%;
}

.cContainer {
    max-width: 1330px;
}

.pb1 h6 {
    text-align: right;
}

.pb1 h6 a {
    color: #191997;
    font-size: 17px;
}

.panobg {
    padding-top: 0;
}

.dtherapy {
    padding-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.dtherapy .quackCatInn {
    margin: 0 2% 40px;
}
.dtherapy h4{
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
}


/*wishlist*/

.qMedicine_wishlist {
    background: #ebe3ce;
}

.qMedicine_wishlist .qm {
    padding-right: 50px;
}

/*Links*/

.qMedicine_link {
    background: #ebe3ce;
}
.link_block {
    background: #ebe3ce;
} 

/*resource*/

.resource_middle .galBase .resorce_block {
    width: 100%;
}

.resource_middle .galBase .resorce_block h4 a {
    color: #fff;
/*    border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #000068 ;
    width: auto;
    float: none;
    text-transform: capitalize;
    font-size: 18px;
}

.resource_middle .resor {
    margin-top: 0;
}


/*principals*/

.princi_main {
    background: #000;
}

.princi_main .resorce_block,
.resor .resorce_block {
    width: 100%;
}

.princi_main .galBase .resorce_block {
    width: 100%;
}

.princi_main .resorce_block h3 {
    font-weight: 600;
    text-decoration: underline;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.princi_main .galBase .resorce_block h4 {
    text-decoration: underline;
}

.princi_main .resorce_block ol {
    margin: 20px 0;
}

.princi_main .resorce_block ol li {
    color: #D5BDA1;
    margin-bottom: 10px;
}

.princi_main .galBase .resorce_block.faq_last p {
    margin-bottom: 15px;
}

.princi_main .galBase .resorce_block.faq_last p span {
    font-weight: 600;
    color: #fff;
}

.princi_main .galBase .resorce_block .box {
    display: flex;
    align-items: center;
    justify-content: space-around;
/*    width: 450px;*/
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.princi_main .galBase .resorce_block .box img {
    margin: 15px 0;
    width: 27%; 
    height: 205px;
    object-fit: cover;
}

.princi_main .resource_middle .resor .resorce_block.medical p {
    margin-bottom: 20px;
}

.princi_main .resource_middle .resor .resorce_block.medical h4 {
    text-decoration: none;
}

.alfab {
    display: inline-block;
    background: #fff;
}

.alfab h4 {
    font-size: 12px;
    text-align: center;
    color: #989898;
    margin-bottom: 0;
}

.alfab ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.alfab ul li {
    list-style: none;
    display: inline-block;
}

.alfab ul li a {
    text-transform: uppercase;
    font-size: 16px;
}


.nwPrinc{ color: #D5BDA1; text-align: right;}
.fontItlc{ font-style: italic;}
.resHdn{ 
    color: #fff !important; 
    /*padding-bottom: 40px; */
    padding-bottom: 20px; 
    text-align: center; 
    width: 97%; 
    margin: 0 1.5% 10px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    /*text-transform: uppercase;*/
/*    background: url(../images/divider.png) center 100% no-repeat;*/
}
.resGrey{ 
    width: 97%; 
    margin: 0 1.5% 25px; 
    padding: 30px 30px;
    background: #212129;
}
.resGrey .box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.resGrey .box img {
    margin: 15px 0;
    width: 27%;
    height: 205px;
    object-fit: cover;
}
.wishLenth{ padding-bottom: 51px; padding-top: 25px;}
.undl h4{ border-bottom: 1px solid #fff; padding-bottom: 5px; display: inline-block;}
.noMrgBtm{ margin-bottom: 0!important;}
.rmLine{ background: none; padding-bottom: 50px;}
.topBg2{ background: #0e0e12 url(../images/topbg.jpg) center 0 no-repeat!important; background-size: 100%!important;}

.video_ad{ width: 97%; margin: 0 1.5% 35px; border: 1px solid #ebe3ce;}
.video_ad iframe{ width: 100%!important;}
.bgRemoved{ background-image: none!important; background: #ebe3ce !important; padding-bottom: 66px;}
.bgRemoved .qm{ padding-right: 0!important;}
.centxt{ text-align: center;}
/* .smpaddn{ padding-right: 25%;} */
/* .qcFont h3{ font-size: 24px;} */
.belowQt{ font-size: 16px!important;}
.qcFont{ padding-bottom: 10px;}
.etPdn{ padding-right: 25%;}
.etBg{ padding-bottom: 10px; background: #ebe3ce url(../images/qmbg.jpg) 100% 0 no-repeat; background-size: contain;}
.charBg{ padding-bottom: 10px;}
.dthBg{ padding-bottom: 10px;}
.lightBg{ background-image: none; background-color: #ebe3ce !important; padding-bottom: 30px;}
.lightbtmBlog{ margin-top: 60px;}
.lightbtmBlog a{ border: none!important;}


.gLink h4 a{ 
    font-size: 11px; 
    font-weight: 300; 
    display: inline-block; 
    margin-right: 0; 
    margin-left: 34px; 
    color: #ca874c!important; 
    border: none!important;
}
.gLink h4 a:hover{ color: #fff!important;}

.qbullet p{ position: relative; padding-left: 30px;}
/*
.qbullet p::before{ 
    content: "\27A7"; 
    position: absolute; 
    z-index: 9; 
    left: 0; 
    top: 0; 
    width: 15px; 
    height: 15px;
    display: inline-block; 
    font-size: 35px;
}
*/
.qbullet ol{ padding-left: 48px;}
.qbullet ul{ padding-left: 0; padding-top: 15px;}
.qbullet ul li{
    color: #D5BDA1;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding-left: 30px;
}
.qbullet ul li::before, .qbullet p::before{
    content: "";
    position: absolute; 
    z-index: 9; 
    left: 0; 
    top: 6px; 
    width: 10px; 
    height: 10px;
    display: inline-block; 
    font-size: 35px;
    background-color: #D5BDA1;
    border-radius: 100px;
}

.noBullet{ padding-bottom: 20px;}
.noBullet p::before{ display: none;}

.picGalleryBg{ width: 100%; display: block;}
.topPicture { margin-top: 20px; position: relative; }
.topPicture img{ width: 100%; border: 1px solid #868686;}
.topPicture h1 { position: absolute; left: 0; right: 0; margin: auto; }
.Galmain{ 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    margin-top: 25px; 
    max-height: 536px; 
    overflow: auto;
}
.galBlog{ width: 30%; margin-bottom: 20px;}
.galBlog a{ display: block; margin: 0; width: 100%!important;}
.galBlog img{ width: 100%; background: none; border: 1px solid #868686;}

.Galmain::-webkit-scrollbar {
    width: 10px;
    background-color: #777575;
}
 
.Galmain::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.Galmain::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background-color: #eee;
}


/* footer */

footer {
    background: #D4D4D4;
    padding-top: 60px;
}

.footerTop {
    text-align: center;
}

.footerTop ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footerTop ul li {
    padding: 0 15px;
    position: relative;
    list-style-type: none;
}

.footerTop ul li a {
    padding: 0;
    font-family: 'Arimo', sans-serif;
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    color: #777777;
}

.footerTop ul li a:hover {
    color: #4d4dff;
}

.footerTop ul li:last-child::before {
    display: none;
}

.footerTop ul li::before {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: 5px;
    background-color: #777777;
}

.footerBtm {
    text-align: center;
    background: #C0C0C1;
    padding: 15px 15px 12px;
}

.footerBtm p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #646467;
}

.social {
    width: 100%;
    padding: 30px 0 50px;
}

.social a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #191997;
    color: #191997;
    font-size: 20px;
    margin: 0 10px;
}

.social a:hover {
    box-shadow: 0 0 5px #333;
    text-decoration: none;
}

/*.galBase .chapterBlogInn img {
    height: 255px;
    object-fit: cover;
}*/
.galBase .chapterBlogInn img {
    height: 170px;
    object-fit: contain;
    width: 9em;
    background: #d6f0f4 url(../images/Frame.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
}
.galBase2 .chapterBlogInn img {
    object-fit: fill;
}

.galBase {
    margin-left: -1.4%;
    justify-content: flex-start;
}

.galBase .chapterBlog {
        width: 17%; 
    /* width: 47%;
    margin: 0 1.5% 35px; */
    /*    border-bottom: 1px solid #4a4a56;*/
    /* padding: 30px 30px;
    background: #212129; */
}

.lb-dataContainer {
    background: #fff;
    position: relative;
    top: -3px;
}

.lb-data .lb-close {
    background-color: #000!important;
}

.quackLinks1 a:last-child {
    text-align: right;
}

.updated_color .chapterBlog {
    background: #ebe3ce !important;
}

.updated_color .resorce_block h4 a {
    color: #000068 !important;
}

.updated_color .chapterBlog p {
    color: #58586D !important;
}


.chapterBlogInn.modfbg img {
    object-fit: fill !important;
}
p.ad_cont  span {
    display: block !important;
}
p.ad_cont {
    text-align: center;
}
p.nopad {
    margin: 0px;
}

.modf_cont h3 {
    font-size: 26px;
    line-height: 35px;
    text-align: right;
}
.modf_cont h3 em span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
}


em.def_brack {
    display: block;
    font-style: normal;
} 


p.nopadd {
    margin-bottom: 0px;
}

.moreinfo {
    padding-bottom: 20px;
}

h2.centxt span {
    font-size: 24px;
}

.title_info {
    padding: 10px 0 0;
}

.wd100 { width: 100%!important; }
.addHead { display: none; }
a.menu-toggle { display: none; }


/*inner inner content*/
.paragraph--type--antique-chapters-content-paragra {
    width: 100%;
    margin: 0 17px;
    margin-bottom: 35px;
    float: left;
    color: #fff!important;
    /*border-bottom: 1px solid white;*/
}
.paragraph--type--antique-chapters-content-paragra div {
    margin: 10px 0;
}
.paragraph--type--antique-chapters-content-paragra div:first-child {
    /*width: 30%;*/
    /*background: url(../images/frame2.jpg) 0 0 no-repeat;*/
    background-size: 100% 100%;
    /*padding: 12px;*/
    margin-bottom: 25px;
    /*margin-right: 20px;*/
    float: left;
    display: inline-block;
}
.paragraph--type--antique-chapters-content-paragra div:first-child img { 
    height: auto; object-fit: contain;width: 350px;padding:0px 10px 0px 0px;
    

     }
.paragraph--type--antique-chapters-content-paragra div:nth-child(2) { 
    font-size: 20px;
        /* float: left; */
    /*display: inline-block;*/
    display: inline-block;
    width: 60%;
    /* clear: both; */
    /* margin-top: 19px; */
    /*position: relative;*/
    /*top: 7px;*/
     line-height: 25px; }
.paragraph--type--antique-chapters-content-paragra div:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #D5BDA1;
    margin-bottom: 5px;
    float: left;
    /* display: block; */
    width: 60%;
}

/*inner inner content*/

/* language */
/*#google_translate_element { display: none!important; }*/
#google_translate_element { margin-left: 5px; }
#google_translate_element .goog-te-gadget .goog-te-gadget-simple { white-space: nowrap; border-radius: 10px; }
#google_translate_element .goog-te-gadget-simple img { display: none!important; }
#google_translate_element .goog-te-gadget { font-size:0px!important; }
#google_translate_element span { display:none!important; }
#google_translate_element .goog-te-combo { border-radius:10px; padding:4px; }
/* language */

.search-form,
.search-results .search-result__snippet-info p { color: #fff; }
.search-form .form-submit { color: #000; }
.search-results li { border-bottom: 1px solid #fff; }

.topBg.lectures table td:nth-child(1) { color: #fff; }
.links .resource_middle .galBase .resorce_block h4 a { border-bottom:1px solid #fff; }
.non-text-transform { text-transform: none!important; }

.resources .chapterBlog { padding: 30px 30px; border-radius: 16px; }
.black_bg { background-color: #000; }
.clrwhite { color: #fff!important; }
/*.chapterBase.chapterBase1.homeChapter { border: 2px solid #868686; padding: 5px 0 0; box-shadow: 0 0 5px 0 #fff; }*/
.chapterBase.chapterBase1.homeChapter .chapterBlogInn {
    /*height: 300px;*/
    /*width: 100%;*/
    background: #fff url(../images/Frame.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/*    padding: 20px 18px 18px 18px;*/
    padding: 8px;
}

.path-frontpage .topBg, .topBg { background-size: 200%; }
.path-frontpage .topBg .cContainer { max-width: 1450px; }

.page-node-type-antique-chapters-content .qMedicine .qm h2.centxt { display: none; }

/*.page-node-type-page .resource_middle .quackCat {
    border: 2px solid #868686; padding: 10px 0 0; box-shadow: 0 0 5px 0 #fff;*/
}
/*.page-node-type-page .resource_middle .quackCat .quackCatInn .chapterBlogInn { background: none; }*/
.path-search #block-cma-content .item-list li { color: #fff!important; }
.block-views-blockantique-chapters-content-paragraph-block-1 { width: 100%; }

.mart30 {
    margin-top: 30px;
}

.glossary-links-nph4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    margin-left: 17px;
}
.glossary-links-npp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #D5BDA1;
    margin-bottom: 35px;
    margin-left: 17px;
}
.pic_gal iframe{
    width:100%;
}
.links .elth .chapterBlog a { float: none; }

/*iframe.skiptranslate { width:100%!important; }
iframe.skiptranslate body { width:100%!important; overflow:scroll!important; }*/

@media(max-width:1450px) {
    .quackLinks1 a {
        width: 100%;
    }
}


/*@media(max-width:1280px){
    .picGal .left_text{
        font-size: 22px;
    }
}*/

@media(max-width:1199px) {
    .navMenu .navbar-nav li {
        margin-right: 20px;
    }
    .chapterBlog {
        width: 13%;
    }
    .chapterBlog a {
        width: 42%;
    }
    /*.picGal .left_text{
        font-size: 20px;
    }*/
}


/*@media(max-width:1024px){
    .picGal .left_text{
        font-size: 18px;
    }
}*/



@media(max-width:991px) {
    .fixHead {
        position: static;
    }
    .addHead {
        padding-bottom: 0;
    }
    .headNav {
        align-items: flex-start;
        padding-top: 18px;
        display: block;
    }
    .navbar-toggler-icon {
        font-size: 25px;
        margin-top: 3px;
    }
    .headNav nav .navbar-toggler {
        border: none;
        outline: none;
        padding-left: 0;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .chapterBlog {
        width: 21%;
    }
    .navSrch input[type="search"] {
        height: 40px;
    }
    /*    .headNav nav{ position: absolute; z-index: 999; left: 0; top: 16px;}*/
    .navSrch {
        margin-left: 0px;
    }
    .dropRight {
        position: absolute;
        right: 0;
        top: 18px;
    }
    .navMenu {
        height: auto;
        padding-bottom: 15px;
    }
    #srchRight {
        display: none;
    }
    .mobSrch {
        display: block;
    }
    .navbar-collapse {
        margin-bottom: 10px;
    }
    .navMenu .navbar-nav li {
        margin: 0;
    }
    .navMenu .navbar-nav li a {
        background: #333;
        color: #fff;
        display: block;
        padding: 5px 20px;
    }
    .navMenu .navbar-nav li a:hover {
        background: #000;
    }
    .qm {
        padding-right: 0;
    }
    /*    .galBase .chapterBlog{ width: 21.8%;}*/
    .chapterBlog .chapterBlogInn img {
        height: auto;
    }

    .path-frontpage .topBg, .topBg { background-size: 300%; }
    .chapterBlog .chapterBlogInn img { width:180px;height:265px; }
}

@media(max-width:767px) {
    .frameBase {
        max-width: 100%;
        margin-top: 30px;
    }
    .chapterBlog {
        width: 27%;
    }
    .footerTop ul {
        flex-direction: column;
    }
    .footerTop ul li {
        padding-bottom: 15px;
    }
    .footerTop ul li::before {
        display: none;
    }
    .partB {
        flex-direction: column;
    }
    .pb1,
    .pb2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }
    .logoBg {
        height: 90px;
    }
    /*    .picGal{ width: 100%;}*/
    .picGal {
        width: auto;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }
    .earlyHdn {
        text-align: center;
    }
    .antique {
        margin-top: 25px;
        width: 100%;
    }
    .modf_add .antique {
        margin-top: 0px;
        width: 100%;
    }
    .modf_add .qMedicine_wishlist .qm {
        padding-right: 0;
    }
    .modf_add .qMedicine {
        padding: 40px 30px 15px;
    }
    .addpadding {
        margin: 25px auto;
    }
    .quackCatInn {
        width: 31%;
    }
    .quackLinks a {
        font-size: 15px;
    }
    .qMedicine h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .qMedicine h3 {
        text-align: left;
    }
    /*    .galBase .chapterBlog{ width: 30.2%;}*/
    .galBase .chapterBlog {
        width: 96.5%;
    }
    h2 {
        font-size: 30px;
    }
    .chapterBlogInn img {
        height: auto;
    }
    .pb1 {
        background: url("../images/pb1.jpg") 0 100% no-repeat;
        background-size: cover;
    }
    .pb2 {
        background: url("../images/pb2.jpg") 100% 100% no-repeat;
        background-size: cover;
    }
    .fullContainerBase,
    .fullContainer {
        background: none;
    }
    .pb1,
    .pb2 {
        padding-top: 50px;
    }

    .path-frontpage .topBg, .topBg { background-size: 500%; }
}

@media(max-width:700px) {
    .quackLinks {
        flex-direction: column;
        text-align: center;
    }
    .quackLinks a:nth-child(2) {
        margin: 15px 0 15px 0;
    }
    /* .quackLinks a{
        margin-bottom: 20px;
    }*/
}

@media(max-width:600px) {
    .princi_main .galBase .resorce_block .box img{ width: 39%;}
    .chapterBlog {
        width: 42%;
    }
    .panoView iframe {
        width: 291px;
        height: 400px;
    }
    .navMenu {
        height: auto;
    }
    .navSrch {
        margin: 0;
    }
    /*    .headNav{ display: block;}*/
    .dropRight {
        float: right;
    }
    .quackCat {
        flex-direction: column;
    }
    .quackCatInn {
        width: 100%;
        padding-bottom: 30px;
    }
    .quackCatInn .chapterBlogInn {
        height: auto;
    }
    .quackLinks {
        padding: 20px 10px;
    }
    /*    .galBase .chapterBlog{ width: 46.3%;}*/
    .dtherapy .quackCatInn {
        margin-left: 0;
        margin-right: 0;
    }
    .chapterBlog .chapterBlogInn img { width:350px;height:auto; }
    .chapterBlog a { margin-bottom:0; }
}

@media(max-width:575px) {
    .princi_main .galBase .resorce_block .box {
        width: 100%;
    }
}

@media(max-width:480px) {
    .chapterBlog {
        width: 92%;
    }
    .headTop h1 {
        font-size: 44px;
    }
    .galBase .chapterBlog {
        width: 93.3%;
        padding: 15px;
    }
    .galBase .chapterBlogInn img {
        height: auto;
    }
    .chapterBlog a {
        width: 100%;
        margin-right: 0;
/*        margin-bottom: 20px;*/
    }
    .homeChapter .chapterBlog p {
        min-height: auto;
    }
}

@media(max-width:382px) {}