.main-menu-inner > li > a, .main-menu-inner  li  li  a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize!important;
    font-weight: 600!important;
    font-style: normal;
    font-size: 14px!important;
}
h1.archive-title.cat-title.post-title.is-size-2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
.icocontainer {


    background: #ffffff;
    padding: 5px 0 25px;
    margin: 8px 0;


    position: relative;
    border-radius: 14px;
    box-shadow: -1px 7px 8px 0 rgb(0 0 0 / 10%);
    transition: all .3s ease;
    text-align: center;
}
.icocontainer img {
    height: 67px;
    width: 67px;
    object-fit: cover;
	margin: 10px;
}
.icocontainer h4 {
    display: block;
    width: 100%;
    line-height: 18px;

    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.icocontainer p {
    display: block;
    text-align: center;
    color: #2f1d1d;
    font-size: 13px;
    padding: 5px;
}
section.sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tysec .icocontainer{
    border:2px solid #e68282;
}
.tysec a:hover .icocontainer{ border:2px solid #d80c0c;}
.sec a:hover .icocontainer {transform: scale(1.05);}

h3.st {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

@media(min-width:768px){
    
    .mob{display:none;}
}
@media(max-width:768px){
    
    .desk{display:none;}
}

.row.ns {
    padding-top: 40px;
}
section.sec {
   
    background: #eff7f7;
}
h1.single-title {
    color: #000!important;
}
.tysec {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e1d9e9;
}
table tbody tr:first-child {
    background: #0877d0;
   
}

table tbody tr:first-child * {

    color: #fff;
    font-weight: 700!important;
    font-size: 20px;
     text-align:center;
}
.ruby-content-wrap.single-inner.col-sm-8.col-xs-12.content-with-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 17px #00000014;
}

aside.sidebar-wrap.col-sm-4 .sidebar-inner {
    background: #fff;
    box-shadow: 0px 1px 17px #00000014;
}
.col-md-12.ytlogo {
    /* width: 100%; */
    margin-bottom: 15px;
    border-bottom: 1px solid #b6b9b8;
   
}

.col-md-12.ytlogo img {
    
    padding-bottom: 15px;
    height: 60px;
    width: auto;
}
.wac li {
    list-style: none;
}
.wac li a {
    font-size:18px;
    margin-bottom:10px;
    display:block;
    color:#157cd5;
    text-decoration:underline;
}
.wac li a:hover{
   
    color:#8415d5;
    
}
button.close:hover {
    background: transparent;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    z-index: 1072;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 6rem auto!important;
}
    }
.modal-dialog {
    position: relative;
    width: 90%;
    margin: 6rem auto!important;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-open {
    overflow: hidden;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-backdrop.show {
    opacity: .5!important;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    z-index: 1071;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.wp-block-file {
    min-height: 600px;
}
.hbspt{
    overflow: hidden;
    max-width: 600px;
    background: #f2f2f2;
    padding: 20px;
}

.hbspt-form{
    margin-bottom: -85px;
}

.page-id-2823 .single-page-header.single-post-header {
    display: none;
}
.row.content-section {
padding-top: 40px;
}
/* Hide the logo on the page with ID 14703 */
.page-id-14703 .logo-container img {
    display: none;
}

