@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
   font-family: "Montserrat", sans-serif!important;
}

.right-menu {
    border-radius: 5px;
    background: #ffffff;
    padding: 17px;
    box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 10%);
}

.right-menu h2 {
    font-size: 1.25em;
    color: #444444;
    font-weight: 600;
    /* padding-top: 10px; */
}

.right-menu ul li {
    display: block;
    padding: 0px;
    border: 0;
    margin-bottom: 0px;
    border-bottom: 1px dashed #a5a5a5;
}

.right-menu ul li a {
    color: #666666;
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
    display: flex;
    align-items: center;
    padding: 8px 0px;
}

.right-menu li.menu-item.menu-item a:hover {
    color: #000000;
    background: #FB6818;
    padding: 8px 10px;
}

/* .clientSection {
    background: #f5f1ec url(../images/client-bg.png) repeat-x;
    padding: 40px 83px 59px 87px;
    border-top: 1px solid #f2f2f2;
    position: relative;
} */

.right-menu ul li a {
    font-size: 15px;
    color:#0f66ad;
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
    display: flex;
    padding: 8px 0px;
}

.title.page-title span {
    /* letter-spacing: 1.1px; */
    color: #303030;
    font-size: 1.75rem;
    padding-bottom: 4px;
    font-weight: 600;
	line-height: 1.3;
display: inline-block;
}

.title.page-title span::after {
    
    content: "";
    width: 100%;
    height: 3px;
    background: #ffca00;
    position: absolute;
    display: flex;
    right: 0;
    position: relative;
}
}

.about-para{text-align: justify;
   font-family: "Montserrat", sans-serif!important;
margin-top: 20px;
color: #444444;
font-size: 16px;
    line-height: 1.6;}

    .menu-container {
        font-family: Arial, sans-serif;
        width: 280px;
        /* border: 1px solid #ddd; */
        /* background: #f9f9f9; */
        padding: 10px;
      }
      
      .menu {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .menu > li {
        margin-bottom: 5px;
      }
      
      .menu-header {
        letter-spacing: 0.1px;
        font-family: "Montserrat", sans-serif!important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        background: #dfecff;
        cursor: pointer;
        /* border: 1px solid #ccc; */
        border-radius: 5px;
        font-size: 14px;
		line-height: 1.4;
    }
      
    .menu-header:hover {
      color: white;
      background: #0f66ad;
  }

      .submenu {
        list-style: none;
        padding: 0px 0;
        margin: 0;
        cursor: pointer;
        display: none;
        background: #e7e7e7;
      }
      
      .submenu li {
        font-size: 13px;
        cursor: pointer;
        padding: 5px 10px;
		line-height: 1.4;
		border-bottom: 1px solid #c5c3c3;
        font-weight: 100; 
		letter-spacing: 0.3px;
      }
      
      .icon {
        font-weight: bold;
      }
 #block-icar-content table {
    width: 100%;
    }

 #block-icar-content table tbody tr th {
    font-size: 14px;
    background: #0f66ad;
    color: #fff;
}	

#block-icar-content table tbody td, th {
    padding: 10px;
    border-right: 1px solid #b7b7b7;
}

#block-icar-content table tbody, tr {
    border: 1px solid #b7b7b7;
}