/* Editor Content Start */

/* Set cms_content style Start */

.cms_content h1,
.cms_content h2,
.cms_content h3,
.cms_content h4,
.cms_content h5,
.cms_content h6 { 
    font-size:revert; 
    font-weight: 700; 
    border: 0;
    margin: 0px;
    padding: 0px;
    line-height: 1.2; 
}
.cms_content { 
    /* min-height: 500px;  */
}
.cms_content p { 
    border: 0;
    margin: 0px;
    padding: 0px;
    line-height: 1.2; 
}
.cms_content img { 
    max-width: 100%; 
    height: auto !important; 
}
.cms_content table,
.cms_content iframe { 
    max-width: 100%; 
}
.cms_content dl,
.cms_content dl li,
.cms_content ol,
.cms_content ol li,
.cms_content ul,
.cms_content ul li { 
    margin: 0px; 
    padding: 0px 0px 0px 10px; 
    line-height: 2rem; 
    border: 0; 
    list-style-type: revert; 
}
.cms_content table { 
    border-collapse: initial; 
}
.cms_content a { 
    color:black; 
}
.cms_content a:hover { 
    text-decoration:none; 
}

/* Set cms_content style End */

/* Set Special Style Start */

/****************************************/

/* .cms_content .desc-table table {
    color:black;
    width: 100%;
    border: 0 !important;
    border-collapse: collapse!important;
}   
.cms_content .desc-table td {
    padding: 17px 18px;
}
.cms_content .desc-table td::before {
    content: "\f061";
    color: #93c1dd;
    margin-right: 4px;
    padding-right:5px;
    font-family: 'FontAwesome';
}
.cms_content .desc-table tr:nth-child(odd) {
    background-color: #f3f8fbf3;
}
.cms_content .desc-table tr:nth-child(even) {
    background-color: #e8f2f8;
} */

/****************************************/

 /* .cms_content  h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    max-width: 50px;
    margin: 10px 0px;
    background: #37b787;
}  */

/****************************************/

/* Set Special Style End */

/* Set responsive Style Start */
.cms_content .img-responsive-150 img{
    height:150px!important;
    object-fit: contain;
}
.cms_content .img-responsive-200 img{
    height:200px!important;
    object-fit: contain;
}
.cms_content .img-responsive-300 img{
    height:300px!important;
    object-fit: contain;
}
.cms_content .img-responsive-400 img{
    height:400px!important;
    object-fit: contain;
}
.cms_content .img-responsive-500 img{
    height:500px!important;
    object-fit: contain;
}

.cms_content table.mScroll { 
    overflow-x: scroll; 
    max-width: 100%; 
    display: block; 
}

.cms_content table.tb_logo td img { 
    max-width: 100%; 
}

@media screen and (max-width: 1200px){
    .cms_content table.tb_logo { 
        display: block; 
    }
    .cms_content table.tb_logo tr { 
        display: block; 
    }
    .cms_content table.tb_logo td { 
        display: inline-block; 
        width: 49% !important; 
        margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.tb_logo th { 
        display: block; 
        width: 100%;  
    }
}
@media screen and (max-width: 1025px){
    .cms_content table.padRowH { 
        display: block; 
        position: relative; 
    }
    .cms_content table.padRowH tr td { 
        display: block; 
        width: 100% !important; 
        margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.noRow tr td { 
        display: table-cell; 
    }
}

@media screen and (max-width: 769px){
    .cms_content table.padRowV { 
        display: block; 
        position: relative; 
    }
    .cms_content table.padRowV tr td { 
        display: block; 
        width: 100% !important; 
        margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.noRow tr td { 
        display: table-cell; 
    }
}

@media screen and (max-width: 520px){
    .cms_content table.mRow { 
        display: block; 
        position: relative; 
    }
    .cms_content table.mRow tr td { 
        display: block; 
        width: 100% !important; margin-bottom: 1px; 
        position: relative; 
    }
    .cms_content table.noRow tr td { 
        display: table-cell; 
    }
}

@media screen and (max-width: 400px){
    .cms_content table.tb_logo td {  
        width: 100% !important; 
    }
    .cms_content .img-responsive-150 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-200 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-300 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-400 img{
        height:100%!important; 
    }
    .cms_content .img-responsive-500 img{
        height:100%!important; 
    }
}

/* Set responsive Style End */

/* Editor Content End */

/* Customer Style Start */


/* #main .title { font-family:Cormorant, sans-serif; }
#main .title { font-family:Cormorant, sans-serif; }
#main .cate_title,
.prd_detail .prd_detail_name,
.news-item h3,
.login_content .common_title,
.common_title,
.single-post h3 { font-family: Cormorant, sans-serif;} */

.main { min-height: 50vh; }
.main .direct_path_area { width:100%; margin-bottom:28px; display:block; box-sizing:border-box; position:relative; }
.main .direct_path_area .direct_path { width:100%; font-size:16px; line-height:22px; }
.main .direct_path_area .direct_path span { color:#9b7885; }
.main .direct_path_area .direct_path a { color: #9b7885; }
/* .main .direct_path_area .direct_path a:after { content:" "; padding:0 6px; } */
/* .main .direct_path_area .direct_path a:last-child:after  { content:" "; padding:0 6px; } */
.main .direct_path_area .direct_path a:hover { text-decoration: underline; }
.main .direct_path_area .multipage { position:absolute; right:0; top:0; }

a:hover {color: #9b7885;}

.side-sub-menu > li.acv > a {
    color: #990000;
}
ul.sidemenu > li.acv ul.side-sub-menu
{
    display: block;
}

.related-prd .prd-inner h2
{
    color:#6f4c59;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.footer h3 { font-size: 16px; }

#whatsapp 
{ 
    position: fixed; bottom: 30px; left: 30px; 
    width: 65px; height: 65px; 
    background: url(../img/whatsapp_icon.png) center center no-repeat; 
    cursor: pointer; 
    z-index: 98;
}

/* Customer Style End */




