@font-face {
    font-family: 'kalpurushregular';
    src: url(../fonts/kalpurush.ttf);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    padding-right: 0px !important;
    font-family: kalpurushregular!important;
    line-height: 20px;
    font-size: 16px;
    background: url('../../assets/images/paper.gif');
    /* background: #f8f9fa; */
    background-position: center;
}

#pageLoading{
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    background-color: #f5f5f594;
}

#pageLoading i{
    position: absolute;
    top: 50%;
    left: 50%;
}

textarea {
    resize: vertical;
}

a:hover {
    cursor: pointer;
}
.box-shadow{
    box-shadow: 0px 3px 6px 2px #ccc;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    /* max-width: 1020px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 20px -1px grey;
}

.container {
    max-width: 100%;
}

.errorInput,
.errorInput:focus {
    border-color: #a94442 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgb(255, 125, 137);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgb(255, 125, 137) !important;
}

.certificateDetails {
    background-size: 230px 130px;
    background-repeat: no-repeat;
    background-position: 320px 215px;
}
.mt-20{
    margin-top: 20px;
}
.mt-15{
    margin-top: 15px;
}
.m-0{
    margin: 0;
}
.mb-0{
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}

.dropdown-menu>li>a {
    font-size: 14px !important;
}

#testCorner {
    position: relative;
    cursor: pointer;
    user-select: none;
}

#customdiv {
    position: absolute;
    top: 35px;
    left: -25px;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
}

#customdiv:before {
    content: "";
    border-bottom: 13px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -13px;
    z-index: 10;
}

#customdiv a {
    margin: 0;
}

#customdiv .employerCorner:hover {
    /*background-color: red !important;*/
}

.popover-title {
    /*background: var(--bs-primary); */*/
    background: var(--bs-secondary);
    color: #29a36f;
}

.removeElementIcon {
    color: red;
    width: 20px;
    height: 20px;
    border: 2px solid red;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    margin-top: 35px;
}

.removeHeirIcon {
    margin-top: 0;
    position: absolute;
    right: 7px;
    top: -5px;
}

.RowDiv {
    border: 1px solid #dddddd;
    padding: 15px 0 0;
    margin-bottom: 15px;
}

a {
    transition: 500ms;
}

a:hover {
    color: var(--bs-primary);
}

input[type='file'].form-control {
    height: auto;
}

.modal,
.modal-open {
    overflow: auto;
}

.occAnchor {
    background-color: white !important;
}

#loginModal .occAnchor {
    float: left;
    display: block;
    width: 70%;
    margin-left: 10px;
    text-decoration: none;
}

.customSection {
    height: auto;
}

.helpText {
    font-size: 12px;
    color: #29a36f;
}

.occRequired::after {
    color: #cc443d;
    content: " *";
    font-weight: bolder;
    font-size: 15px;
}

.occHeading {
    color: #10793D;
    font-size: 25px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center
}

.customSubText {
    font-weight: bold;
    text-align: center
}

#occPanelHeading {
    background: var(--bs-secondary);
    color: #29a36f;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    /* border-left: 3px solid var(--bs-primary); */
}

#noticePanelHeading {
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.customSubPanelHeading {
    background-color: rgb(142, 83, 161) !important;
    color: #ffffff !important;
    padding: 6px;
    font-size: 14px;
}

.align-middle{
    vertical-align: middle;
}
.bg-light-gray{
    background: #eeeeee;
}

/*hover menu*/


/*ul.nav li:hover > ul.dropdown-menu {
    display: block;
}*/

.occLoginInput {
    margin: 0 auto;
    padding-bottom: 15px
}

.icon-padding {
    padding-right: 5px;
}

.occArrow {
    color: #29a36f;
}

.footer {
    font-family: kalpurushregular!important;
    color: #fff;
    padding: 0 0 35px
}

.footer a {
    color: red;
    text-decoration: none
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer h3 {
    color: #bbb;
    font-weight: 700;
    margin-top: 25px;
    font-size: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666
}

.footer p {
    font-size: 15px
}

.occText {
    font-weight: 600;
}

.carousel-indicators {
    display: none
}

.occBox {
    background-color: #fff;
    padding: 20px 0px;
    height: auto;
}

.occBox h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: rgb(102, 45, 145);
    margin-bottom: 20px;
    text-align: left;
}

.occBox h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #29a36f;
}

.customSubscribe {
    background-color: #29a36f;
    border: 1px solid #29a36f;
    color: white;
}

.customSubscribe:hover {
    color: white;
}

.occPhoneNumber {
    color: #e43f23;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
}

.occEmail {
    color: #0e73a9;
    font-size: 16px;
    font-weight: bold;
}

.occRegBox {
    text-align: center;
    background-color: #9CB770;
    border: 2px solid #9CB770;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 25px;
}

.occRegBox h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    color: #29a36f;
}

.occButton {
    font-size: 14px;
    font-weight: bold;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border: none;
    padding: 8px 15px;
    margin-right: 10px;
    margin-bottom: 10px
}

.occButton:hover,
.occButton:focus {
    color: white;
}

.modal-header {
    border-bottom: 2px solid var(--bs-primary);
    /* border-image: url(../images/border-bg.png) 30; */
    background: var(--bs-secondary);
}

.modalLink a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.modalLink a:hover {
    text-decoration: none;
    cursor: pointer;
}

.modalLink a .badge {
    color: white;
    background-color: #29a36f;
}

.badge {
    padding: 6px 7px;
    text-align: justify;
}

h5,
.h5 {
    font-size: 14px;
}

.occFooter {
    padding: 30px 0;
    background-color: #2c3947;
    font-size: 13px;
    color: #959ca3;
}

.occFooter a {
    color: #959ca3;
}

.occFooter a:hover {
    color: #fff;
}

.occFooter h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.occFooter .footernews {
    border: none;
}

.occFooter .help-block {
    font-size: 11px;
    color: #959ca3;
}

.occFooter hr {
    color: #3b4958;
    border: 0;
    background-color: #3b4958;
    height: 2px;
}

.occFooter-bar span {
    display: block;
    float: left;
    margin: 10px 20px 10px 0px;
    font-size: 18px;
}

.occFooter-bar span i {
    top: 2px;
    font-size: 20px;
    margin-right: 6px;
}

.occFooter-bar span.address {
    float: right;
    text-align: right;
    margin: 5px 0px 10px 0px;
    font-size: 13px;
    line-height: 18px
}

.occNews {
    padding: 2px 2px 2px 2px;
    background-color: white;
    border-left: 5px solid #29a36f;
    border-right: 5px solid #29a36f;
    margin-top: -15px;
}

.occNews h5 {
    color: #10793D;
    font-weight: bold;
}

.occAbout {
    background-color: #F5F3F4;
    padding: 10px;
    border-bottom: 2px solid #bdbdbd;
    border-radius: 2px;
}

.occAbout p {
    margin: 10px;
}

.occAbout h1,
.occAbout h2,
.occAbout h3,
.occAbout h4 {
    font-weight: 200;
    color: #10793D;
    line-height: 1.4;
}

.occBreadcrumb {
    border-top: 2px solid #29a36f;
    background-color: lightgray;
}

.occBreadcrumb li.active {
    color: #111;
}


/*
Profile
*/

.occProfileSidebar {
    background: #fff;
}

.occProfileUserMenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.occProfileUserMenu ul li:last-child {
    border-bottom: none;
}

.occProfileUserMenu ul li a {
    color: #616161;
    font-size: 18px;
    font-weight: 600;
}

.occProfileUserMenu ul li a i {
    margin-bottom: 10px;
    font-size: 22px;
    width: 100%;
}

.occProfileUserMenu ul li a:hover {
    background-color: #fafcfd;
    color: var(--bs-primary);
}

.occProfileUserMenu ul li.active {
    border-bottom: none;
}

.occProfileUserMenu ul li.active a {
    color: #8ec63f;
    background-color: #f6f9fb;
    border-top: 5px solid #29a36f;
}

.occContent {
    padding: 0px;
    background: #fff;
    min-height: 460px;
    margin-bottom: 20px;
}

.occFrontFooter {
    position: relative;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 15px;
    min-height: 50px;
    background: #fff;
}

.sticky_footer {
    background: #eee;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1020px;
    padding-top: 12px;
    padding-bottom: 5px;
    border-top: 3px solid #9CB770;
    border-image: url(../images/border-bg.png) 30;
}

.occCopyright {
    padding-top: 12px;
    padding-bottom: 8px;
}

.occCopyright p {
    margin: 0;
    line-height: 40px;
    font-size: 12px;
}

.occCopyright small i {
    font-size: 12px;
}

.occVendor {
    text-align: right
}

.occVendor img {
    padding-top: 10px;
    height: 40px;
}

.occAdminFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    color: #FFFFFF;
    background: #06303A;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}

.occProfile {
    margin-top: 10px !important;
}

.occTotalApplication {
    background-color: #29a36f;
}

#occProfileHeading {
    border-color: #9CB770;
    background-color: #9CB770;
    color: #29a36f;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: FontAwesome !important;
    content: "\f078";
    /* "play" icon */
    float: right;
    color: #29a36f;
    font-size: 14px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.customStatistics {
    background-color: white;
    border-color: #9CB770;
    width: 100%;
    margin-bottom: 10px;
    color: black;
}

.customStatisticsCount {
    border: 1px solid #29a36f !important;
    background-color: #29a36f !important;
    color: #fff !important;
}


/*
* OCCS Registration Modal
*/

.regModalHeading {
    text-align: center;
    font-weight: bold;
    color: #29a36f;
}

#sectionModal1,
#sectionModal2 {
    background-color: rgb(140, 198, 63);
    margin-bottom: 30px;
    margin-top: 15px;
    padding-top: 20px;
    display: block;
    text-decoration: none;
    color: #424282;
}

#sectionModal2 {
    background-color: rgb(163, 118, 180);
}

.popover {
    color: blue;
    font-size: 15px;
}

.popover-content {
    color: #424282;
}

#imgModal {
    height: 20%;
}

.normalText {
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.subText {
    text-align: center;
    font-weight: bold;
}

.modalButton {
    font-weight: bold;
    border: 2px solid var(--bs-primary); */
    border-radius: 5px;
    background-color: var(--bs-primary); */
    color: white;
}

.modalButton:hover,
.modalButton:focus {
    background-color: #29a36f;
    color: white;
    border: 2px solid #29a36f;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px!important;
}

legend {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 10px;
    background-color: var(--bs-primary);
    color: #ffffff;
}

.panel {
    box-shadow: 0px 0px 20px #ccc;
}

.panel,
.panel-heading,
.alert {
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
}

.panel-default>.panel-heading {
    background: var(--bs-secondary);
    /* border-left: 3px solid var(--bs-primary); */
}

a {
    color: #424282;
}

#mark {
    color: red;
}

.alert {
    padding: 5px !important;
    text-align: center;
    margin: 10px 5px;
    border-radius: 15px;
}

.certificateBox {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.certificateType {
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.certificatePrice {
    border-top: 1px solid #dadada;
    padding-top: 5px;
}

.pricetext {
    font-weight: bold;
    font-size: 1.4em;
}

#total-price {
    font-size: 16px;
    font-weight: bold;
    color: #29a36f;
}

.price {
    font-size: 14px;
}


/*notice widget*/

.noticeWidget .dateWrap {
    width: 70px;
    max-width: 25%;
    float: left;
}

.noticeWidget .headlineWrap {
    width: 75%;
    float: left;
}

.headlineWrap a {
    min-height: 56px;
    border: 0;
    background-color: #EEEEEE;
    text-decoration: none;
}

.noticeWidget p {
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin: 0;
}

.noticeWidget p.year {
    width: 15px;
    padding: 3px 0 3px 3px;
    word-break: break-all;
    line-height: 12px;
    height: 56px;
    font-weight: 600;
    background: #29a36f;
    border-color: #29a36f;
    color: #fff;
    font-size: 11px;
    transform: scale(1.3, 1);
}

.noticeWidget p.day,
p.month {
    width: 45px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    border-left: 0;
    font-weight: bold;
}

.noticeWidget p.day {
    font-size: 17px;
    font-weight: 600;
    background: #f1f1f1;
    border-bottom: 0;
    line-height: 17px;
    vertical-align: middle;
}

@media screen and (max-width: 699px) and (min-width: 310px) {
    .noticeWidget .dateWrap {
        max-width: 30%;
    }
    .noticeWidget .headlineWrap {
        width: 70%;
    }
}

#occsText {
    display: inline-block;
    border-bottom: 2px solid #29a36f;
    border-radius: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


/* Dashboard Design */

.srvices_main1 {
    overflow: hidden;
    padding: 30px 0 0;
    width: 100%;
}

.service_first {
    border: 1px dotted #c0c0c0;
    border-radius: 0;
    padding: 20px 10px;
    width: 100%;
}

.service_first h1 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.heading_box {
    padding-bottom: 9px;
    position: relative;
}

.service_first:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #aaa;
    cursor: auto;
    display: block;
}

#features {
    padding: 0 4%;
}

.feature,
.feature i,
.feature h3,
.feature .title_border {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.feature {
    background: #FFFFFF;
    text-align: center;
    padding: 10px;
    width: 20%;
}

.feature img {
    max-width: 60px;
}

.feature p {
    margin-top: 20px;
    margin-bottom: 30px;
}

.feature i {
    font-size: 40px;
    color: #FFFFFF;
    background: rgb(163, 207, 98);
    padding: 15px;
    border-radius: 50%;
    border: solid 3px rgb(186, 218, 137);
}

.feature h5 {
    color: #424282;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}

.feature:hover .title_border {
    background-color: #9e5bba;
    width: 50%;
}

.feature .title_border {
    width: 0%;
    height: 3px;
    background: #9e5bba;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
}

.feature .list-group-item {
    border: 1px solid #ddd;
    padding-bottom: 0;
    padding-top: 0;
}

.feature .applyButton a {
    background: rgb(142, 83, 161);
    font-size: 12px;
    color: #fff;
}

.servicePanel {
    border: 0;
    border-radius: 0;
}

.servicePanel .panel-heading {
    border-radius: 0;
    font-size: 15px;
    color: #29a36f;
    padding: 5px;
    font-weight: bold;
    border: 0;
}

.servicePanel .panel-body {
    padding: 0;
}

.content-section {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.occContainer .container,
.customSection .container {
    background: #fff;
}

.warish {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
    padding: 5px 5px 5px 10px;
    color: #6D2D91;
}

@media only screen and (max-width: 480px) {
    .feature {
        width: 80%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #eee;
    }
}

@media all and (max-width: 680px) and (min-width: 490px) {
    #features {
        padding-left: 3%;
        padding-right: 3%;
    }
    .feature {
        width: 47%;
        float: left;
        margin-bottom: 15px;
        border: 1px solid #eee;
        margin-right: 3%;
    }
}

@media only screen and (min-width: 680px) {
    #features {
        padding-left: 2%;
        padding-right: 2%;
    }
    .feature {
        width: 31.33%;
        float: left;
        margin-bottom: 15px;
        border: 1px solid #eee;
        margin-right: 2%;
    }
}

@media only screen and (min-width: 768px) {
    .feature {
        width: 20%;
        float: left;
        margin-bottom: 15px;
        border: none;
        margin-right: 0;
        padding: 0;
        min-height: 130px;
    }
}

.pd-0 {
    padding: 0;
}

.pd-left-0 {
    padding-left: 0;
}

.pd-right-0 {
    padding-right: 0;
}

.serviceRight {
    background-color: #683091;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    background-image: url(../images/menu-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.serviceRight.newAccount {
    background-image: url(../images/menu-bg1.png);
}

.serviceRight a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
}

ul.accountMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 1px 1px 10px grey;
}

ul.accountMenu li {
    float: left;
    border-left: 1px solid #fff;
}

ul.accountMenu li a {
    padding: 17px 26px;
    display: block;
    background: var(--bs-primary); */
    color: #fff;
    text-decoration: none;
    font-size: 9px;
    clear: both;
}

ul.accountMenu li a .counter {
    font-size: 35px;
    display: inline-block;
    height: 100%;
}

ul.accountMenu li a .counter-label {
    display: inline-block;
    line-height: 15px;
    font-size: 18px;
}

ul.accountMenu li a:hover {
    background: #ED1C24;
}

ul.accountMenu li:first-child a {
    padding-left: 5px;
    position: relative;
}

ul.accountMenu li:first-child a:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 100%;
    border: 27px solid var(--bs-primary); */
    border-left-color: transparent;
    border-bottom-color: transparent;
    transition: 500ms;
}

ul.accountMenu li a:hover:before {
    border-color: #ED1C24;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

#globalSearch .form-control {
    font-size: 11px;
    border-radius: 0;
    margin-top: 8px;
}

#globalSearch .btn {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    border-radius: 0;
    margin-top: 8px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: var(--bs-primary); */
}


/* Last update 17/07/2017 */

.badge {
    border-radius: 5px;
}

.applicationErrorMessage {
    color: #fff;
    background-color: #d62d33;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.occBox a {
    background-color: #D3D3D3;
}

.occBox p {
    line-height: 18px;
}

.occBox ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.occBox .social-network a.icoRss:hover {
    background-color: #F56505;
}

.occBox .social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.occBox .social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.occBox .social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.occBox .social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.occBox .social-network a.icoYouTube:hover {
    background-color: red;
}

.occBox .social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.occBox a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.occBox .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 20px auto 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-top: 0;
}

.occBox .social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.occBox .social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.occBox .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.instruction li {
    margin-bottom: 15px;
}

.alert-success {
    background-color: rgba(140, 198, 63, 0.65);
}

@media only screen and (max-width: 480px) {
    .logo {
        float: none;
        text-align: center;
    }
    .logo img {
        padding-left: 0
    }
    .wrapAccountMenu {
        padding-right: 15px;
    }
    ul.accountMenu {
        margin-right: -15px;
    }
    ul.accountMenu li {
        width: 50%;
        margin-bottom: 1px;
    }
    ul.accountMenu li a {
        padding: 5px 10px;
    }
    ul.accountMenu li:first-child a {
        padding-left: 10px;
    }
    ul.accountMenu li a .counter {
        font-size: 25px;
    }
    #globalSearch {
        padding-right: 0;
    }
    .mobile-menu-right ul {
        margin-top: 0;
    }
    .navbar-default {
        min-height: 25px;
    }
    .fly-menu a.fly-opener {
        padding: 5px 10px;
    }
    .dropdown-menu>li>a {
        font-size: 11px!important;
        padding: 0px 20px!important;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }
    .carousel-inner .item>img {
        max-height: 120px !important;
    }
    .occProfile .list-group-item {
        font-size: 15px !important;
    }
    .occProfile .list-group-item>.badge {
        font-size: 16px !important;
    }
    .panel,
    .panel-heading,
    .alert {
        margin-bottom: 10px;
    }
    .panel-body {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .scroll-top-wrapper {
        bottom: 50px;
    }
    .contact-title {
        font-size: 15px !important;
    }
}


/* Last update 17/07/2017 */

.services .mega-menu {
    display: none;
}

.services.open .mega-menu {
    display: block;
    padding: 20px;
    white-space: nowrap;
    width: 700px;
}

.mega-menu .submenu_list {
    padding: 6px 0px;
}

.mega-menu .submenu_link {
    color: #777 !important;
    padding: 0px 20px !important;
    display: block;
}

a.submenu_link:hover {
    background: #efefef;
}

.blink {
    animation: 2s ease-in infinite blink;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    50% {
        opacity: .75;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .services.open .mega-menu {
        padding: 5px 10px;
        width: initial;
        font-size: 12px;
    }
    .navbar-collapse {
        max-height: fit-content;
    }
    .dropdown-menu {
        background-color: whitesmoke;
    }
    .mega-menu .submenu_list {
        padding: 0;
        padding-left: 5px;
    }
    .md-mt-20{
        margin-top: 20px;
    }
}
/*support widget style*/
.supportWidget {
    position: fixed;
    left: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    right: 0;
    bottom: 35%;
    z-index: 100;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.supportWidget a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
