
      body{
				padding-top:40px !important;
			}
         .topleft{
            margin-right:auto;
         }
         .ribbon{
            background:#0e4f7f;
            position:fixed;
            left:0;
            top:0;
            width:100%;
            z-index:9999;
            color:#ffffff;
            height:40px;            
         }
         .fa.fa-whatsapp {
        position: relative;
      }
      .fa.fa-whatsapp::after {
        content: '';
        position: absolute;
        background: #4fcd62;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        top: calc(50% - 7px);
        z-index: -1;
        left: -1px !important;
      }
         .under_space {
            height: 5px;
            background: #fff;
         }
         .topright p:last-child {
            padding-right: 0 !important;
         }
		 .topleft p {
			margin-top: 0;
		}
         .siatex_topbar.site_top_header p, .siatex_topbar.site_top_header a {
            font-size: 14px;
         }
         .siatex_topbar p {
         display: block;
         overflow: hidden;
         margin-bottom: 0;
         }
         .siatex_topbar > .container {
            height: 100%;
         }
         .items_r {
            display: flex;
            justify-content: space-between;
            
            align-items: center;
            height: 100%;
         }
         .siatex_topbar .topright p {
            display: inline;
            padding-right: 10px;
         }
         .siatex_topbar.site-top_header p:last-child {
            padding-right: 0;
         }
         .siatex_topbar.site_top_header p i {
            padding-right: 5px;
         }
         .siatex_topbar.site_top-header, .siatex_topbar.site_top_header a {
            color: #ffffff;
         }

            @media only screen and (max-width: 768px) {
               body {
					padding-top: 0px;
				}
			   .mobile_disable{
                  display:none;
               }
                  
            }
