﻿.navbar {
    min-height: 71px;
}


.sidebar .logo, body > .navbar-collapse .logo {
    background-position: 48px !important;
    background-size: 137px !important;
}

.details h2 {
    font-family: 'Gothic';
    font-size: 24px;
    padding: 10px;
    padding-left: 0px;
}

.newbutton .sendBTn {
    background: #9e8f7a !important;
    border: none;
    color: #fff !important;
    height: 50px;
    padding: 0px 25px;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
    font-size: 15px !important;
}

.newbutton .register {
    background: #7aa93c;
    border: none;
    color: #fff;
    height: 42px;
    padding: 0px 25px;
    transition: all 0.5s ease 0s;
}

.registermessage {
    padding-left: 14px;
    padding-bottom: 13px;
}

/*---------E-service Page------*/

.service-box {    text-align: center; padding: 20px 5px;  position:relative; transition: all 0.5s; margin-bottom: 30px;height: 140px;width: 80%}
.service-box:hover {   }
.service-box img {width: 150px;} 
.service-box img:hover {padding-left: 20px;padding-right: 20px;width: 74px;position: absolute;left: 0} 
.service-box .service-name 
{   
    padding: 40px 0 0 55px;
    font-size: 17px;
    font-weight: 700;
    color: #525252;
    text-transform: uppercase;
    margin-bottom: 7px;
    transition: all 0.5s;
    text-align: left;
    position: absolute;

    }

/*.service-box a {    font-size: 14px;
    color: #525252;
    transition: all 0.5s;
    position: absolute;
    margin-top: 86px;
    left: 60px;}

*/


.e-services {
    padding: 0px 0px 0px 0px;
    margin-left: 50px;
}


.subcontent {
  padding: 30px 0px 0px 61px;
}

.service-box .sprite {
    width: 140px;
    height: 140px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
  transition: transform .2s;
    position: absolute;
    left: -79px;

}

.service-box:hover .sprite{
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);

}

.service-box:hover .service-name{
  color: #9E8F7A;
}

@media only screen and (max-width: 767px) {
    .details h2 {
        font-family: 'Gothic';
        font-size: 22px;
        padding: 0px !important
    }
}

.go-ul {
    padding: 10px 0px 0px 45px;
}

    .go-ul li {
        list-style: outside;
    }

.go-cr {
    position: absolute;
    left: -8px;
}

.bullet1 {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

    .bullet1 li::before {
        content: '';
        background-color: #FFF;
        background-image: url(https://www.nm.gov.om/en/img/bullet-main.png);
        width: 19px;
        height: 19px;
        position: absolute;
        left: 0;
        top: 8px;
    }

    .bullet1 li {
        line-height: 35px;
        margin-bottom: 3px;
        position: relative;
        padding-left: 30px;
        font-size: 15px;
    }

.bullet2 li::before {
    content: '';
    background-color: #FFF;
    background-image: url(https://www.nm.gov.om/en/img/bullet-sub.png);
    width: 11px;
    height: 16px;
    position: absolute;
    left: 33px;
    top: 8px;
}

.bullet2 li {
    display: block;
    vertical-align: top;
    padding-left: 51px;
    line-height: 28px;
    position: relative;
    font-size: 15px;
}

.bullet3 li::before {
    content: '';
    background-color: #FFF;
    background-image: url(https://www.nm.gov.om/en/img/bullet-sub1.png);
    width: 16px;
    height: 10px;
    position: absolute;
    left: 28px;
    top: 10px !important;
}

.bullet3 li {
    display: block;
    vertical-align: top;
    padding-left: 51px;
    line-height: 28px;
    position: relative;
    font-size: 15px;
    width: 100%;
}