﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    a:focus {
        outline: 0;
    }
}

@font-face {
    font-family: 'Conv_NJM-Regular';
    src: url('../../Content/fonts/NJM-Regular.eot');
    src: local('?'), url('../../Content/fonts/NJM-Regular.woff') format('woff'), url('../../Content/fonts/NJM-Regular.ttf') format('truetype'), url('../../Content/fonts/NJM-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../../Content/fonts/opensans-regular-webfont.eot');
    src: url('../../Content/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/opensans-regular-webfont.woff') format('woff'), url('../../Content/fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../Content/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../../Content/fonts/opensans-bold-webfont.eot');
    src: url('../../Content/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/opensans-bold-webfont.woff') format('woff'), url('../../Content/fonts/opensans-bold-webfont.ttf') format('truetype'), url('../../Content/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../../Content/fonts/opensans-light-webfont.eot');
    src: url('../../Content/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/opensans-light-webfont.woff') format('woff'), url('../../Content/fonts/opensans-light-webfont.ttf') format('truetype'), url('../../Content/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../../Content/fonts/opensans-lightitalic-webfont.eot');
    src: url('../../Content/fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/opensans-lightitalic-webfont.woff') format('woff'), url('../../Content/fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('../../Content/fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ge_sslight';
    src: url('../../Content/fonts/ge_ss_text_light-webfont.eot');
    src: url('../../Content/fonts/ge_ss_text_light-webfont.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/ge_ss_text_light-webfont.woff') format('woff'), url('../../Content/fonts/ge_ss_text_light-webfont.ttf') format('truetype'), url('../../Content/fonts/ge_ss_text_light-webfont.svg#ge_sslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.full-wrap {
    float: left;
    margin: 0 auto;
    width: 100%;
}

/* ---- container start -----*/
.container {
    margin-left: auto;
    margin-right: auto;
}

    .container:before, .container:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .container:after {
        clear: both;
    }

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px !important;
    width: 97%;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}


.clear {
    *zoom: 1;
}

    .clear:before,
    .clear:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clear:after {
        clear: both;
    }

.nospace {
    padding: 0;
    margin: 0;
}

.logoHeader {
    padding: 20px 0;
}

.ora-part {
    float: left;
    width: 100%; /*padding:10px 0 10px 0;*/
}

.org-right {
    float: right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 26px;
    background: url(../../Content/images/phone.jpg) no-repeat right;
    height: 66px;
    width: 250px;
    margin: 0 -5px 0 0;
}

    .org-right span {
        color: #ffffff;
        font-family: 'open_sansbold';
        font-size: 26px;
        float: right;
        padding: 8px 43px 0 0;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);
    }

.header-right {
    float: left;
}

    .header-right ul {
        float: left;
        width: 100%;
        margin: 15px 0;
        direction: rtl;
    }

        .header-right ul li {
            float: right;
            list-style: none;
            direction: rtl;
        }

            .header-right ul li a {
                float: left;
                font-size: 12px;
                margin: 0 0 0 5px;
                color: #7c7c75;
                font-family: Tahoma;
                -ms-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                direction: rtl;
            }

                .header-right ul li a:hover {
                    float: left;
                    font-size: 12px;
                    margin: 0 0 0 5px;
                    color: #135727;
                    font-family: Tahoma;
                    text-decoration: none;
                }

.header-part {
    float: left;
    width: 100%;
    min-height: 125px;
    -webkit-box-shadow: 0 1px 3px #9e9e9e;
    -moz-box-shadow: 0 1px 3px #9e9e9e;
    box-shadow: 0 1px 3px #9e9e9e;
    z-index: 9998;
    position: relative;
}

.manu-part {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

.logo {
    float: right;
    margin: -70px 0 0 0;
    position: relative;
    top: -10px;
}


/*.main-menu ul li{ float:left; list-style:none; background:url(../../Content/images/line.jpg) right no-repeat; min-height:85px; }
.main-menu ul li a{  margin:0 0 0 5px; color:#; font-family: 'open_sansbold'; padding: 28px 53px 3px 43px;}
.main-menu ul li a:hover{ float:left;  font-size:16px; margin:0 0 0 5px; color:#135727; font-family: 'open_sansbold'; text-decoration:none;}
.back{ background:none !important;}*/

@charset "utf-8";
/* CSS Document */

.menu {
    position: relative;
    float: right;
    width: 70%;
    z-index: 9999;
    margin-left: 48px;
}

.border {
    border: none !important;
    padding-right: 0px !important;
}

    .border a {
        margin-right: 0 !important;
    }

ul#main-menu, ul#main-menu ul.sub-menu {
    padding: 0;
    margin: 0;
    float: right;
}

    ul#main-menu li, ul#main-menu ul.sub-menu li {
        list-style-type: none;
        display: inline-block;
        padding: 10px 34px 10px 30px;
        margin: 0 0 10px 0;
        border-right: 1px dotted #CCC;
        /*background:url(../images/line.jpg) right no-repeat;*/
        /*height:83px;*/
    }
        /*Link Appearance*/
        ul#main-menu li a {
            text-decoration: none;
            color: #54a84e;
            font-family: Tahoma, Geneva, sans-serif;
            font-weight: bold;
            font-size: 16px;
            line-height: 14px;
            border: none !important;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        ul#main-menu li ul.sub-menu li {
            background: none repeat scroll 0 0 #FFFFFF;
            border-right: medium none !important;
            border-top: 2px dotted #CCCCCC !important;
            color: #54A84E;
            font-family: Calibri;
            font-size: 16px;
            left: 5px;
            margin: 0 30px;
            padding: 10px 0 10px;
            position: relative;
            text-align: left;
            text-decoration: none;
            width: 175px;
        }

        ul#main-menu li .sub-menu li:hover {
            background: fb8105;
        }

        ul#main-menu li ul.sub-menu li a:hover {
            background-image: none !important;
            border: none !important;
        }

#main-menu li ul li a {
    font-size: 16px;
    font-family: calibri,arial;
    font-weight: normal;
    text-transform: uppercase;
    border-right: none;
}



ul#main-menu li a:hover { /*background:url(../images/hover.png) no-repeat  center  -2px;*/
    /*padding-top:17px;*/
    border-top: 2px solid #ffffff;
    position: relative;
    z-index: 99999;
    color: #fb8105;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
/*Make the parent of sub-menu relative*/
ul#main-menu li {
    position: relative;
}
    /*sub menu*/
    ul#main-menu li ul.sub-menu {
        display: none;
        background: #fff;
        position: absolute;
        /* top: 30px;*/
        left: 12px;
        margin: 10px 0 3px -16px;
        -webkit-box-shadow: 0 3px 3px #9e9e9e;
        -moz-box-shadow: 0 3px 3px #9e9e9e;
        box-shadow: 0 3px 3px #9e9e9e;
        padding-top: 15px !important;
    }

    ul#main-menu li:hover ul.sub-menu {
        display: block;
        background: #fff !important;
        padding-top: 0px;
    }

span.small-text {
    color: #7F7F7F;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    margin: 0 0 0 0px;
    text-transform: capitalize;
    direction: rtl;
    font-weight: normal;
    position: relative;
    top: 6px;
}


.main-slider {
    float: left;
    width: 100%;
    height: 435px;
}

.middle-part {
    float: left;
    width: 100%;
}

.main-title {
    float: left;
    width: 100%;
    background: url(../../Content/images/back-line.png) no-repeat left;
}

    .main-title h3 {
        color: #666666;
        font-family: 'Conv_NJM-Regular';
        font-size: 21px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding: 5px 0;
        direction: rtl;
    }

.block {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.block-1 {
    float: right;
    width: 220px;
    margin: 0 10px 50px;
}

    .block-1 h4 {
        float: right;
        direction: rtl;
        color: #666;
        text-align: right;
        width: 100%;
        font-size: 20px;
        font-family: 'Conv_NJM-Regular';
        text-transform: uppercase;
        padding-bottom: 10px;
        min-height: 33px;
        line-height: 16px;
        font-weight: bold;
    }

.block-left a {
    background: url(../../Content/images/sprite.png) no-repeat;
    height: 75px;
    float: right;
    width: 61px;
    background-position: 0px 0px;
}

    .block-left a:hover {
        background: url(../../Content/images/sprite.png) no-repeat right;
        height: 75px;
        float: right;
        width: 61px;
        background-position: -135px 0px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-right {
    float: right;
    width: 68%;
    height: 73px;
    direction: rtl;
}

    .block-right p {
        font-size: 14px;
        font-family: Calibri;
        color: #666666;
        line-height: 20px;
        direction: rtl;
        text-align: right;
        margin-right: 10px;
    }

.main-footer {
    float: right;
    background: #373737; /* Old browsers */
    background: -moz-linear-gradient(top, #373737 0%, #4e4e4e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#4e4e4e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #373737 0%,#4e4e4e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #373737 0%,#4e4e4e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #373737 0%,#4e4e4e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #373737 0%,#4e4e4e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#4e4e4e',GradientType=0 ); /* IE6-9 */
    width: 100%;
}

.footer {
    padding: 12px 0 4px 0;
}

ul.footer-menu {
    float: right;
    width: 21.3333%;
    text-transform: uppercase;
}

    ul.footer-menu:first-child {
        margin-right: 15px;
    }

.footer-title {
    float: right;
    font-size: 14px;
    font-family: 'Conv_NJM-Regular';
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    direction: rtl;
    text-align: right;
}

/*ul.footer-menu li{ float:left; width:100%; text-transform:uppercase; list-style:none; margin:5px 0 0 0;-moz-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in;
 -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}*/

ul.footer-menu li {
    float: right;
    text-align: right;
    width: 100%;
    text-transform: uppercase;
    list-style: none;
    margin: 5px 0 0 0;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    ul.footer-menu li a {
        width: auto;
        font-size: 11px;
        font-family: Tahoma;
        color: #999999;
        text-transform: capitalize;
        padding: 0 3px 3px 0px;
        direction: rtl;
        text-align: right;
    }

        ul.footer-menu li a:hover {
            color: #fff;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

    ul.footer-menu li:hover {
        padding-left: 5px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
/*.last-sub-mnu li {width:100% !important;}*/

.insu-comp { /* background:url("../../Content/images/footer-arrow.png") no-repeat scroll right 15% rgba(0, 0, 0, 0) !important;*/
}

.copy-content {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
/*p.copy-text{ float:right; text-align:right; font-size:11px; color:#999999; font-family: Tahoma; text-transform:capitalize; direction: rtl; margin-right:15px; margin:4px 0;}*/
p.copy-text {
    float: right;
    text-align: right;
    font-size: 11px;
    color: #999999;
    font-family: Tahoma;
    text-transform: capitalize;
    direction: rtl;
    margin-right: 15px;
    margin: 4px 0;
    
}

.copy-block {
    padding: 13px 0px;
}

/*-----------inner-page--------------*/
.less-margin {
    margin-top: 20px;
}

.banner-part {
    float: left;
    width: 100%;
    height: 240px;
}

/*-----------individual-services---------------*/
.individual-services {
    background: url(../../Content/images/individual-services.jpg) no-repeat center;
}

.breadcrum {
    float: left;
    width: 100%;
    padding: 8px 0px 4px 0px;
    background: #eeeeee;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.crum-link > a:first-child {
    float: right;
    direction: rtl;
    color: #666;
    text-transform: uppercase;
    padding: 0px 10px 0px 0px;
}

.crum-link > a {
    float: right;
    color: #666;
    direction: rtl;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
}

.crum-link > span {
    float: right;
    padding: 5px 10px 0px 10px;
}

.crum-link > a:last-child {
    color: #f98005;
}

.individual-service-part, .service-grid {
    float: right;
    width: 100%;
}

    .individual-service-part > h1, .individual-service-part > h2, .individual-service-part > h3 {
        float: left;
        width: 100%; /*background:url(../../Content/images/dott-line.png) repeat-x bottom center;*/
        font-size: 16px;
        color: #F98005;
        font-family: 'Conv_NJM-Regular';
        font-weight: bold;
        margin-bottom: 0px;
        text-transform: capitalize;
        padding-bottom: 10px;
        direction: rtl;
        text-align: right;
    }

    .individual-service-part > h2 {
        font-size: 14px;
        padding-bottom: 0px;
        margin-left: -10px;
    }

    .individual-service-part > h3 {
        font-size: 14px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-weight: normal;
        margin-left: -20px;
    }

    .individual-service-part > p {
        float: right;
        width: 97%;
        color: #666;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        line-height: 24px;
        margin-bottom: 20px;
        direction: rtl;
        text-align: right;
        padding-right: 20px;
    }


.service-grid {
    margin: 25px 0px 50px 0px;
}

.service-block {
    float: left;
    width: 310px;
    border-top: 3px solid #f98005;
    margin-right: 35px;
    margin-bottom: 35px;
}

    .service-block:last-child {
        margin-right: 0px;
    }

    .service-block > h3 {
        width: 90%;
        float: right;
        color: #666;
        font-size: 24px;
        font-family: 'Conv_NJM-Regular';
        padding: 10px 0px 10px 10px;
        text-transform: capitalize;
        direction: rtl;
        text-align: right;
    }

.img-block {
    float: right;
    width: 100%;
    min-height: 144px;
    padding: 10px 0px;
    background: #59aa53;
    text-align: center;
}

.service-block > p {
    float: right;
    width: 100%;
    padding: 15px 0px;
    color: #999;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    direction: rtl;
    text-align: right;
}

.service-block > a {
    float: right;
    width: 85px;
    margin-top: 0px;
    height: 25px;
    background: -moz-linear-gradient(top, #54a84e 0%, #72ca6c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a84e), color-stop(100%,#72ca6c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54a84e 0%,#72ca6c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a84e', endColorstr='#72ca6c',GradientType=0 ); /* IE6-9 */
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: capitalize;
    text-shadow: 0 0 5px #666;
    color: #fff;
    padding-top: 8px;
}

    .service-block > a:hover {
        background: #f98005; /* Old browsers */
        background: -moz-linear-gradient(top, #f98005 0%, #f2b900 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f98005), color-stop(100%,#f2b900)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f98005 0%,#f2b900 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f98005 0%,#f2b900 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f98005 0%,#f2b900 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f98005 0%,#f2b900 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98005', endColorstr='#f2b900',GradientType=0 ); /* IE6-9 */
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

a.readmore {
    background: url(../../Content/images/button_bg.png) repeat-x;
    padding: 4px 9px;
    font-size: 13px;
    font-family: 'open_sansregular';
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
    /*width:auto;*/ height: auto;
    position: absolute;
    bottom: 10px;
    left: 15px;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 4px;
}

    a.readmore:hover {
        background: url(../../Content/images/button_bg_hover.png) repeat-x;
        color: #ffffff;
    }



/*-----------corporate-services---------------*/
.corporate-services {
    background: url(../../Content/images/corporate-services.jpg) no-repeat center;
}

.services-login {
    float: left;
    min-height: 110px;
    width: 230px;
    padding: 10px 20px 0;
    border: 3px solid #fff;
    background: #e8e8e8;
    -webkit-box-shadow: 0 0 4px 1px #999999;
    -khtml-box-shadow: 0 0 4px 1px #999999;
    -moz-box-shadow: 0 0 4px 1px #999999;
    box-shadow: 0 0 4px 1px #999999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    position: relative;
    margin-top: 65px;
}

    .services-login > h3 {
        float: left;
        width: 100%;
        color: #666;
        font-size: 14px;
        font-family: 'Conv_NJM-Regular';
        text-align: right;
        direction: rtl;
    }

select.claim-receiving {
    float: right;
    width: 120px;
    border: 1px solid #aaaaaa;
    padding: 5px 5px;
    color: #5a5a5a;
    margin: 10px 0px 15px 0px;
    height: 30px;
    direction: rtl;
    font-size: 12px;
}

.claim-option {
    padding: 5px 5px;
    border-bottom: 1px solid #aaa;
}

.services-login > a {
    float: right;
    width: 50%;
    font-size: 12px;
    color: #20621b;
    margin-bottom: 5px;
    direction: rtl;
    text-align: right;
}

    .services-login > a:hover {
        color: #FB8105;
    }


input.service-login {
    float: left;
    width: 60px;
    margin-top: 20px;
    height: 25px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-family: 'Conv_NJM-Regular';
    text-transform: uppercase;
    text-shadow: 0 0 5px #666;
    color: #fff;
    margin: 15px 10px 0px 0px;
}


/*-----------about us---------------*/
.abt-less-margin {
    margin-right: 0px;
}

.about-us {
    background: url(../../Content/images/about-us.jpg) no-repeat center;
}

.right-block {
    width: 730px;
    padding-left: 15px;
    margin-left: 10px;
    margin-bottom: 14px;
    min-height: 312px;
}

.left-block {
    width: 240px;
    float: right;
    padding-top: 31px;
}


/*-----------faq---------------*/
.faq-block {
    float: left;
    margin: 20px 0px;
    width: 100%;
}

.left-block > h3 {
    float: right;
    width: 87.2%;
    background: #555556 url(../../Content/images/right-menu-bg.png) no-repeat center left;
    min-height: 24px;
    margin: 0px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_NJM-Regular';
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    direction: rtl;
    text-align: right;
}

ul.right-menu-nav {
    float: left;
    width: 90.2%;
    padding: 10px;
    border: 2px solid #cdcdcb;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    margin-bottom: 30px;
}

    ul.right-menu-nav > li {
        float: left;
        width: 100%;
        padding: 10px 0px;
        background: url(../../Content/images/dott-line.png) bottom center no-repeat;
    }

        ul.right-menu-nav > li:last-child {
            background: none;
            text-align:right;
        }

        ul.right-menu-nav > li > a {
            float: right;
            background: url(../../Content/images/right-menu-pointer.png) center right no-repeat;
            padding-right: 20px;
            color: #54a84e;
            font-size: 14px;
            text-transform: capitalize;
            font-family: 'Conv_NJM-Regular';
            direction: rtl;
        }

            ul.right-menu-nav > li > a:hover, ul.right-menu-nav > li > a.active {
                background: url(../../Content/images/right-menu-pointer-h.png) center right no-repeat;
                color: #F98005;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
                transition: all 300ms linear;
            }

            ul.right-menu-nav > li > a.active {
                font-weight: bold;
            }


/*-----------contact us---------------*/

.contact-us {
    background: url(../../Content/images/contact-us.jpg) center no-repeat;
}

.contact-block {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

    .contact-block > label {
        float: right;
        width: 18%;
        line-height: 37px;
        padding-right: 30px;
        color: #666;
        margin-top: 20px;
        direction: rtl;
        text-align: right;
        font-family: 'Conv_NJM-Regular';
    }

        .contact-block > label:first-child {
            margin-top: 0px;
        }

select.category {
    float: right;
    width: 70%;
    border: 1px solid #aaa;
    color: #999;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    direction: rtl;
}

input.contact-txt {
    float: right;
    width: 60%;
    border: 1px solid #aaa;
    color: #999;
    font-size: 14px;
    padding: 10px;
    margin: 20px 0px 0px 0px;
    direction: rtl;
    text-align: right;
}

textarea.contact-txtarea {
    float: right;
    width: 67%;
    border: 1px solid #aaa;
    color: #999;
    font-size: 14px;
    padding: 10px;
    margin: 20px 0px 0px 0px;
    direction: rtl;
    text-align: right;
    height: 110px;
}

.contact-submit {
    float: right;
    width: 85px;
    margin-top: 20px;
    height: 25px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-family: 'Conv_NJM-Regular';
    text-transform: capitalize;
    text-shadow: 0 0 5px #666;
    color: #fff;
}

.address {
    float: left;
    width: 92%;
    padding: 0px 10px;
    margin-bottom: 30px;
}

    .address > h3 {
        float: right;
        color: #F98005;
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 10px;
        text-transform: capitalize;
        direction: rtl;
        font-family: 'Conv_NJM-Regular';
        font-weight: bold;
    }

    .address > p {
        float: right;
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
        direction: rtl;
        text-align: right;
        padding-top: 3px;
    }


/*-----------vision mission---------------*/

.vision-mission-block {
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

    .vision-mission-block > p {
        float: left;
        width: 97%;
        color: #666;
        font-size: 16px;
        line-height: 22px;
        direction: rtl;
        text-align: right;
        padding-right: 20px;
    }

/*-----------individual services main---------------*/
.case-block {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

    .case-block > h3 {
        float: right;
        padding: 15px;
        color: #54A84E;
        font-size: 20px;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -khtml-border-radius: 10px 10px 0px 0px;
        font-family: 'Conv_NJM-Regular';
        width: 95.5%;
        direction: rtl;
        text-align: right;
        border: 1px solid #aaa;
    }

.case-content {
    float: left;
    border: 1px solid #aaa;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    padding: 20px 20px;
    width: 94.3%;
    background: #fff;
    margin-bottom: 40px;
    border-top: none;
}

.case-left {
    width: 50%;
    float: right;
}

.case-right {
    width: 50%;
    float: right;
}

.case-form > label {
    float: right;
    width: 25%;
    line-height: 37px;
    color: #666;
    margin-top: 20px;
    direction: rtl;
    text-align: right;
    font-family: 'Conv_NJM-Regular';
}

    .case-form > label > img {
        float: right;
    }

.case-form > input.contact-txt {
    width: 64%;
}

.case-form > select.category {
    margin-top: 20px;
}


/*-----------board of director---------------*/

.board-block {
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

ul.director-list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    ul.director-list > li {
        float: left;
        background: url(../../Content/images/dott-line.png) bottom no-repeat;
        padding: 20px 0px;
        margin-bottom: 20px;
        width: 100%;
    }

        ul.director-list > li div.director-detail {
            float: left;
            width: 77%;
        }

            ul.director-list > li div.director-detail > h2 {
                float: left;
                width: 100%;
                margin: 0px;
                padding: 0px;
                color: #666;
                text-transform: uppercase;
                font-size: 18px;
                font-family: 'Conv_NJM-Regular';
                margin-bottom: 5px;
                direction: rtl;
                text-align: right;
            }

            ul.director-list > li div.director-detail > span {
                float: left;
                width: 100%;
                text-transform: capitalize;
                font-size: 16px;
                font-family: Tahoma, Geneva, sans-serif;
                font-style: italic;
                color: #666;
                direction: rtl;
                text-align: right;
            }

            ul.director-list > li div.director-detail > p {
                float: left;
                width: 100%;
                font-size: 14px;
                font-family: Tahoma, Geneva, sans-serif;
                color: #999;
                padding: 13px 0px;
                direction: rtl;
                text-align: right;
                line-height: 24px;
            }

        ul.director-list > li > img {
            float: right !important;
        }
/*-----------post accident procedure---------------*/
.accident-procedure {
    float: left;
    width: 100%;
    margin: 10px 0px 30px 0px;
}

ul.procedure-list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    ul.procedure-list > li {
        float: left;
        padding: 30px;
        border: 1px solid #d0d0d0;
        width: 93.7%;
        margin-bottom: 30px;
    }

        ul.procedure-list > li > div.accident-detail {
            width: 78%;
            float: left;
        }

            ul.procedure-list > li > div.accident-detail > h2 {
                float: left;
                width: 100%; /*background:url(../../Content/images/dott-line.png) bottom repeat-x;*/
                padding: 3px 0px 15px 0px;
                color: #666;
                text-transform: uppercase;
                font-size: 18px;
                font-family: 'Conv_NJM-Regular';
                margin-bottom: 10px;
                direction: rtl;
                text-align: right;
            }

            ul.procedure-list > li > div.accident-detail > p {
                float: left;
                width: 100%;
                font-size: 14px;
                font-family: Tahoma, Geneva, sans-serif;
                color: #999;
                padding: 5px 0px 0px 0px;
                direction: rtl;
                text-align: right;
            }

        ul.procedure-list > li.bg-color {
            background: #f4f4f4;
        }

        ul.procedure-list > li > img {
            float: right !important;
        }


/*-----------locate us---------------*/
.locate-map {
    width: 99%;
    margin-top: 20px;
    border: 1px solid #bdbdbd;
    height: 310px;
}

select.select-width {
    width: 40%;
    margin-left: 40px;
    margin-bottom: 10px !important;
}

input.locate-submit {
    margin-top: 0px;
}

label.locate-branch {
    width: 12%;
    padding-right: 20px;
}

.map-cover {
    width: 95%;
    padding: 15px;
    float: left;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
}

.bottom-mrgn {
    margin-bottom: 0px !important;
}

/*-----------sitemap---------------*/
.site-map-block {
    float: right;
    width: 100%;
    margin: 10px 0px;
}

.site-map-links {
    float: right;
    width: 23.5%;
    margin-left: 20px;
    padding: 0px 0px;
}

.site-marg {
    margin-left: 0px;
}

.top-link {
    float: right;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #54a84e;
    text-transform: uppercase;
    direction: rtl;
    text-align: right;
}

.extra-width {
    width: 100%;
    margin: 0px;
}

.top-list {
    float: right;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

    .top-list > a {
        float: right;
        width: 100%;
        font-size: 15px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #54a84e;
        text-transform: uppercase;
        direction: rtl;
        text-align: right;
    }

        .top-list > a:hover {
            color: #f98005;
        }

ul.site-map-list {
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    ul.site-map-list > li {
        float: right;
        width: 100%;
        cursor: pointer;
    }

        ul.site-map-list > li > a {
            float: right;
            background: url(../../Content/images/read-more1.png) center right no-repeat;
            font-family: Tahoma, Geneva, sans-serif;
            color: #54a84e;
            text-transform: capitalize;
            font-size: 14px;
            padding: 3px 20px 3px 0px;
            margin-bottom: 2px;
            direction: rtl;
            text-align: right;
        }

            ul.site-map-list > li > a.dbline {
                background: url(../../Content/images/read-more1.png) right 10px no-repeat;
            }

                ul.site-map-list > li > a.dbline:hover, ul.site-map-list > li:hover > a.dbline {
                    color: #f98005;
                    background: url(../../Content/images/read-more1.png) right 10px no-repeat;
                }

        ul.site-map-list > li:last-child > a {
            margin-bottom: 30px;
        }

        ul.site-map-list > li:hover > a, ul.site-map-list > li > a:hover {
            color: #f98005;
            background: url(../../Content/images/read-more1.png) center right no-repeat;
            text-decoration: underline;
        }

        ul.site-map-list > li > ul.sub-site-map {
            float: right;
            margin-right: 20px;
            width: 90%;
            padding: 0px;
        }

ul.sub-site-map > li {
    float: right;
    width: 100%;
    cursor: pointer;
}

    ul.sub-site-map > li > a {
        float: left;
        background: url(../../Content/images/read-more1.png) center right no-repeat;
        font-family: Tahoma, Geneva, sans-serif;
        color: #54a84e;
        text-transform: capitalize;
        font-size: 14px;
        padding: 5px 20px 5px 0px;
        margin-bottom: 2px;
        direction: rtl;
        text-align: right;
        width: 90%;
    }

        ul.sub-site-map > li:hover > a, ul.sub-site-map > li > a:hover {
            color: #f98005;
            background: url(../../Content/images/read-more1.png) center right no-repeat;
            text-decoration: underline;
        }


/*-----------comingsoon-------------------*/
h1.coming-soon {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #999;
    margin: 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    background: none;
    direction: rtl;
}


/*-----------language - select-------------------*/
.language-selector {
    float: left;
    width: 120px;
    position: absolute;
    right: 32%;
    top: 11px;
}
/*.language{ float:left; width:100%; -ms-transition: all 0.3s ease-in;
 -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
.language > p{ float:right; width:92%; padding:0px 0px 3px 20px; color:#7C7C75; font-size:12px; text-transform:uppercase; font-family: Calibri; background: #eef6f8 url(../../Content/images/lang-arrow.png) no-repeat 2% 54%;  padding:3px 5px 3px 3px; cursor:pointer;border:1px solid #83a68e; direction: rtl; text-align:right;}

.language > p:hover{color: #fff; background: #f98005 url(../../Content/images/lang-arrow-h.png) no-repeat  2% 54%;border:1px solid #f98005;}
.list-language{display:none; float:left; width:93%; border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px;background:#eef6f8;
 -khtml-border-radius:0px 0px 5px 5px;  -webkit-border-radius:0px 0px 5px 5px;  min-height:30px; padding: 3px; border:1px solid #83a68e; margin-top:-1px;}
 .list-language > span{ float:left; padding:3px 3px;  color:#7C7C75; font-size:12px;
 border-bottom:1px solid #ccc; width:95%; text-transform:uppercase; direction: rtl; text-align:right; }
  .list-language > a{ float:right; width:95%; padding:3px 3px; border-bottom:1px solid #ccc; color:#7C7C75; font-size:12px;  color: #54a84e;  text-transform:uppercase; text-align:right; direction: rtl; }
    .list-language > a:last-child{border-bottom:none;}
.list-language > a:hover{ color: #f98005;}

.language:hover .list-language{ display:block; -ms-transition: all 0.3s ease-in;
 -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
 */

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 22px;
    /*padding: 3px;
  background-color: white;*/
    border-radius: 18px;
    /*box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    cursor: pointer;
    /*background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);*/
    float: right;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #FB8105;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
    direction: rtl;
    text-align: right;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);*/
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

    .switch-handle:before {
        /*content: '';*/
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: #f9f9f9;
        border-radius: 6px;
        /*box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);*/
    }

.switch-input:checked ~ .switch-handle {
    left: 30px;
    /*box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);*/
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #54A84E;
}

/*----------------insurance-company----------------------*/

.insu-com-list {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.insu-com-detail {
    float: left;
    width: 78%;
    margin-right: 30px;
    padding: 0px 0px;
}

.com-detail {
    width: 40%;
    float: right;
    padding-left: 20px;
    min-height: 127px;
    border-left: 1px solid #bbbbbb;
    text-align: right;
}

.com-address {
    float: right;
    width: 51%;
    padding-right: 10px;
    text-align: right;
}

.com-detail > h2 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #666;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'open_sansregular';
    margin-bottom: 5px;
}

.com-detail > p {
    color: #999999;
    float: right;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 0;
    width: 100%;
    direction: rtl;
}

.com-address > p {
    color: #999999;
    float: right;
    font-family: 'open_sansregular';
    font-size: 13px;
    padding: 0px 0px 5px 0px;
    line-height: 18px;
    width: 100%;
    direction: rtl;
}

p.com-add-detail {
    color: #999999;
    float: right;
    width: 81%;
    font-family: 'Conv_NJM-Regular';
    font-size: 14px;
    padding: 5px 0px;
    direction: rtl;
}

a.com-map {
    float: right;
    width: 19%;
}

/*--------------------07-05-2014----------------------------*/

.org-right span {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 30px;
    float: right;
    padding: 8px 33px 0 0; /*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);*/
    letter-spacing: 1px;
    text-shadow: none;
    font-weight: normal;
}

.switch-label {
    font-size: 13px;
}

    .switch-label:after {
        left: 10px;
    }

    .switch-label:before, .switch-label:after {
        margin-top: -0.55em;
    }

.main-footer {
    width: 100%;
    background: #373737 url(../../Content/images/footer-bg.png) no-repeat right;
}

.copy-block {
    padding: 13px 0px;
}

.main-footer {
    border-top: 2px solid #ccc;
}

.header-part {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.service-block > a {
    width: 85px;
    margin-top: 0px;
    height: 28px;
    background: #54a84e; /* Old browsers */
    background: -moz-linear-gradient(top, #54a84e 0%, #72ca6c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a84e), color-stop(100%,#72ca6c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54a84e 0%,#72ca6c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a84e', endColorstr='#72ca6c',GradientType=0 ); /* IE6-9 */
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-family: 'open_sansregular';
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    padding-top: 8px;
}

.img-block { /*background: #54a84e; 
background: -moz-linear-gradient(top, #54a84e 0%, #81c87c 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a84e), color-stop(100%,#81c87c));
background: -webkit-linear-gradient(top, #54a84e 0%,#81c87c 100%); 
background: -o-linear-gradient(top, #54a84e 0%,#81c87c 100%); 
background: -ms-linear-gradient(top, #54a84e 0%,#81c87c 100%);
background: linear-gradient(to bottom, #54a84e 0%,#81c87c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a84e', endColorstr='#81c87c',GradientType=0 ); */
}

input.service-login {
    text-shadow: none;
    font-size: 15px;
    height: 28px;
}

.contact-submit {
    text-shadow: none;
    font-size: 15px;
    height: 28px;
}

a.readmore {
    text-shadow: none;
}




.block-left a {
    background: url(../../Content/images/sprite.png) no-repeat;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 11px 0px;
}

    .block-left a:hover {
        background: url(../../Content/images/sprite.png) no-repeat right;
        height: 50px;
        float: right;
        width: 50px;
        background-position: -134px 0px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-right {
    float: right;
    width: 68%;
}

    .block-right p {
        font-size: 14px;
        font-family: Calibri;
        color: #666666;
        line-height: 20px;
        direction: rtl;
        text-align: right;
        margin-right: 0px;
    }

.block-1 h4:hover .block-right p {
    color: #F00;
}

.block-left2 a {
    background: url(../../Content/images/sprite.png) no-repeat;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -85px;
}

    .block-left2 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -85px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left3 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -167px;
}

    .block-left3 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -167px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left4 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -245px;
}

    .block-left4 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -245px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left5 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -321px;
}

    .block-left5 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -321px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left6 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -396px;
}

    .block-left6 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -396px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left7 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -466px;
}

    .block-left7 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -466px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left8 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 67px;
    float: right;
    width: 74px;
    background-position: 11px -543px;
}

    .block-left8 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 67px;
        float: right;
        width: 74px;
        background-position: -134px -543px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


input.service-login {
    text-transform: capitalize;
}


/*----------------------12-05-2014---------------------*/
.top-link-menu {
    width: 100%;
    padding: 3px 0px;
    background: #ebebeb;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.header-right ul {
    margin: 5px 0px 3px 0px;
}

.org-right {
    width: 210px;
}

.org-right {
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 26px;
    background: url(../../Content/images/phone.jpg) no-repeat right;
    height: 66px;
    width: 210px;
    margin: 0 -5px 0 0;
}

    .org-right > span {
        font-size: 21px;
        padding: 13px 33px 0px 0px;
    }

.header-right ul li a {
    line-height: 14px;
}

.language-select {
    float: left;
    margin-right: 50px;
}

    .language-select > a {
        color: #7C7C75;
        font-size: 12px;
    }

        .language-select > a:hover {
            color: #135727;
        }

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px !important;
    width: 100%;
}

.logo {
    margin: -55px 0 0;
}

.main-slider {
    overflow: hidden;
    height: 425px;
    margin-bottom: 20px;
}

.copy-block {
    padding: 0px 0px 13px 0px;
    background: url(../../Content/images/footerline.png) -948px 0px repeat-x;
}

ul.footer-menu {
    padding: 10px 10px 0px 10px;
    width: 22.3333%;
}

    ul.footer-menu:hover {
    }

ul.active {
    background: url(../../Content/images/top-line.png) -777px 0px repeat-x;
}

.block-1 {
    padding: 15px 0px 0px 0px;
    border-top: 2px solid #F98005;
    width: 290px;
    margin: 0 20px 35px;
}

    .block-1 h4 {
        font-size: 18px;
    }

.block-right p {
    font-size: 16px;
}


/*----------------------13-05-2014---------------------*/
.block-1 {
    padding: 15px;
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 130px;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

    .block-1 h4 {
        min-height: 15px;
        font-size: 14px;
        float: left;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #F98005;
    }

.block-right {
    width: 64%;
}

    .block-right p {
        float: right;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

.block-left a {
    background: url(../../Content/images/sprite.png) no-repeat;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1416px;
}

    .block-left a:hover {
        background: url(../../Content/images/sprite.png) no-repeat right;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -160px -1416px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-right {
    float: left;
    width: 68%;
}

    .block-right p {
        font-size: 12px;
        font-family: Tahoma;
        color: #666666;
        line-height: 20px;
        direction: rtl;
        text-align: right;
        margin-right: 0px;
    }

.block-1 h4:hover .block-right p {
    color: #F00;
}

.block-left2 a {
    background: url(../../Content/images/sprite.png) no-repeat;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -85px;
}

    .block-left2 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -145px -85px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left3 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -166px;
}

    .block-left3 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -145px -167px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left4 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -245px;
}

    .block-left4 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -145px -245px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left5 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -321px;
}

    .block-left5 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -148px -322px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left6 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -396px;
}

    .block-left6 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -144px -396px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left7 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -466px;
}

    .block-left7 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -149px -466px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left8 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -543px;
}

    .block-left8 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -123px -543px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }



.service-block {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 100px;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    width: 275px;
}

.img-block {
    width: 74px;
    background: none;
    min-height: 100px;
}

    .img-block > img {
        width: 74px;
        height: 67px;
    }

.inner-block {
    width: 68%;
    float: left;
    text-align: right;
}

a.read-more {
    float: right;
    width: auto;
    margin-top: 0px;
    height: 25px; /*background: #54a84e;*/ /* Old browsers */
    background: -moz-linear-gradient(top, #54a84e 0%, #72ca6c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a84e), color-stop(100%,#72ca6c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54a84e 0%,#72ca6c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54a84e 0%,#72ca6c 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a84e', endColorstr='#72ca6c',GradientType=0 );*/ /* IE6-9 */
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-family: 'open_sansregular';
    text-transform: capitalize;
    text-shadow: 0 0 5px #666;
    color: #fff;
    padding-top: 8px;
    margin-top: 15px;
}

    a.read-more:hover { /*background: #f98005;*/ /* Old browsers */
        background: -moz-linear-gradient(top, #f98005 0%, #f2b900 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f98005), color-stop(100%,#f2b900)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f98005 0%,#f2b900 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f98005 0%,#f2b900 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f98005 0%,#f2b900 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f98005 0%,#f2b900 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98005', endColorstr='#f2b900',GradientType=0 );*/ /* IE6-9 */
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.inner-block > h4 {
    color: #666666;
    direction: rtl;
    font-family: 'Conv_NJM-Regular';
    font-size: 14px;
    padding: 0px 0 5px 0px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #F98005;
    min-height: 15px;
}

.inner-block > p {
    color: #8a8a8a;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 18px;
    direction: rtl;
}

.service-block {
    min-height: 140px;
}

/*------------------------15-05-2014--------------------------*/
.block-right {
    width: 75%;
}

.block-1 {
    position: relative;
}

a.read-more {
    float: right;
    background-color: none;
    background-image: url(../../Content/images/arrow1.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 15px 0 0px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Conv_NJM-Regular';
    text-transform: capitalize;
    text-shadow: none;
    color: #54a84e;
    line-height: 24px;
    margin-top: 10px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    text-align: right;
}

    a.read-more:hover {
        background-color: none;
        background-image: url(../../Content/images/arrow1.jpg);
        background-position: right center;
        background-repeat: no-repeat;
        color: #f98005;
    }

.img-block {
    width: 50px;
    background: none;
    min-height: 50px;
    padding: 0px;
}

    .img-block > img {
        width: auto;
        height: auto;
    }

.inner-block {
    width: 75%;
}

.service-block {
    position: relative;
    min-height: 125px;
}

.right-block {
    width: 720px;
    padding-left: 20px;
    margin-left: 20px;
}


ul.director-list > li {
    padding: 15px;
    margin-bottom: 20px;
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.insu-com-detail {
    width: 80%;
    margin-right: 25px;
}

.com-detail > h2 {
    border-bottom: 1px solid #F98005;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: 'Conv_NJM-Regular';
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

.com-detail {
    border-left: none;
    padding-left: 20px;
    background: url(../../Content/images/insurance-shadow.png) left center no-repeat;
    color: #54A84E;
}

    .com-detail > p {
        padding: 0px;
        color: #666;
    }

.com-address > p {
    color: #666;
}


.right-block {
    background: url(../../Content/images/shdw.png) no-repeat scroll left center;
    direction: rtl;
    width: 740px;
    padding-left:0;
}

a.com-map {
    position: absolute;
    top: 100px;
}

    a.com-map > img {
        position: absolute;
        right: -23px;
        top: -8px;
    }

.big-shadow {
    background: url(../../Content/images/shdwb.png) repeat-y scroll left center;
}

.extra-height {
    height: 670px;
}

ul.director-list > li {
    position: relative;
}

.big-shadow {
    background: url(../../Content/images/shdwb.png) no-repeat scroll left center;
}

.big-shadow1 {
    background: url(../../Content/images/shdwbt.png) no-repeat scroll left center;
}

.extra-height {
    min-height: 530px;
}

ul.director-list > li {
    position: relative;
}

ul.procedure-list > li {
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}

    ul.procedure-list > li > div.accident-detail > h2 {
        border-bottom: 1px solid #F98005;
        background: none;
    }

/*----------------------16-05-2014----------------------------------*/
.top-shdw {
    background: url(../../Content/images/shdw-mid.png) repeat-y left center;
    float: right;
    padding: 0px;
    width: 740px;
}

.bottom-shdw {
    background: url(../../Content/images/shdw-bottom.png) no-repeat left bottom;
    float: right;
    width: 100%;
}

.mid-shdw {
    background: url(../../Content/images/shdw-top.png) no-repeat left top;
    float: right;
    width: 100%;
}

.no-padd {
    padding: 0px;
    margin: 0px;
    background: none;
}

ul.director-list > li {
    width: 94%;
}

    ul.director-list > li div.director-detail > p {
        margin-bottom: 20px;
    }

/* DEVEOPER */

.Error, .validation-summary-errors {
    color: #FF0000;
    font-size: 12px;
    display: inherit;
    padding-top: 8px;
}

    .validation-summary-errors ul, .validation-summary-errors li {
        list-style: disc;
    }

.radio-list {
    margin-top: 28px;
    line-height: 12px;
    font-size: 13px;
}

.contact-submit {
    margin-right: 10px;
}

.contact-block {
    margin: 10px 0;
}

#galleria {
    direction: rtl;
    float: left;
    height: 582px;
    width: 100%;
}

.crum-link > span {
    padding: 0px 10px 0;
}

.alert, .alert h4 {
    color: #C09853;
}

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    direction: rtl;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.divbtn .contact-submit {
    line-height: 33px;
    margin-top: 0px;
}

#CaptchaInputText {
    border: 1px solid #AAAAAA;
    color: #999999;
    float: right;
    font-size: 14px;
    margin: -15px 0 0;
    padding: 10px;
    width: 85%;
}

.animenu > ul > li {
    direction: rtl;
    border-left: 1px dotted #CCCCCC;
}

#CaseNoErrorMsg, #MobileNoErrorMsg, #ClaimNoErrorMsg, #ClaimMobileNoErrorMsg, #SponserNumberErrorMsg {
    padding-right: 30%;
    padding-top: 5px;
    direction: rtl;
    clear: right;
}

#AccidentCityErrorMsg, #SubmissionCityErrorMsg, #SequenceNoLengthErrorMsg, #CustomCardLengthErrorMsg, #PlateNumberErrorMsg {
    padding-right: 30%;
    padding-top: 5px;
    direction: rtl;
}

#CountryCodeErrMsg {
    padding-right: 30%;
    direction: rtl;
}

.CaptchaPosition {
    margin-right: 30%;
}

.tableRowAlt td {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #ECECEC;
    color: #666;
    height: 20px;
    padding: 2px 5px !important;
    text-align: center !important;
}

.tableRowAlt {
    background: none repeat scroll 0 0 #54A84E;
    color: #FFFFFF;
}

.tableRow td {
    border: 1px solid #ECECEC;
    height: 24px;
    text-align: center !important;
}

.header-right ul li a {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.crum-link {
    font-family: 'Conv_NJM-Regular';
}

    .crum-link > a {
        text-transform: none !important;
        letter-spacing: 1px;
    }

.copy-block {
    padding: 4px 0;
}

.footer-title {
    padding-bottom: 0px;
}

.contact-block > label {
    width: 20%;
}

.field-validation-error {
    color: #FF0000;
    direction: rtl;
    float: right;
    font-size: 12px;
    margin-right: 24%;
    margin-top: 6px;
}

.ui-tabs .ui-tabs-panel {
    min-height: 500px;
}

.myUL li {
    list-style: circle;
    margin-right: 25px;
    line-height: 24px;
}

.myOL li {
    list-style: decimal;
    margin-right: 25px;
    line-height: 24px;
}

.select2-result-label {
    font-size: 12px;
}

.vision-mission-block ol li {
    list-style: decimal;
    margin-bottom: 12px;
}

.ui-helper-reset {
    direction: rtl;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 1em;
    top: 58%;
    margin-top: -19px;
}

.ui-widget, .gm-style {
    font-family: Tahoma !important;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    direction: rtl !important;
}

    .select2-container .select2-choice .select2-arrow {
        left: 0;
    }

    .select2-search input {
        background: #fff url(../../Content/images/select2.png) no-repeat 100% -22px;
        background: url(../../Content/images/select2.png) no-repeat -15% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
        background: url(../../Content/images/select2.png) no-repeat -15% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url(../../Content/images/select2.png) no-repeat -15% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url(../../Content/images/select2.png) no-repeat -15% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
    }

.block-left-map {
    background: url(../../Content/images/najmmap.png) no-repeat;
    height: 43px;
    float: left;
    width: 60px;
    background-position: 0px 0px;
    padding: 6px;
}

.mapcontact {
    color: #54A84E !important;
    font-family: 'Conv_NJM-Regular';
    font-size: 12px;
    font-weight: bold;
}

.captch-refresh {
    margin-top: 4px !important;
    line-height: 29px;
    margin-top: 7px !important;
    background: url(../../Content/images/captcharefresh.png) no-repeat !important;
    width: 32px;
}

    .captch-refresh:hover {
        background: url(../../Content/images/captcharefresh.png) no-repeat !important;
    }

#CaptchaInputText {
    margin: 4px 0 0;
    direction: rtl;
}

.CorporateLoginError .validation-summary-errors ul, .validation-summary-errors li {
    list-style: none;
    margin-left: 15px;
}

.CorporateLoginError {
    direction: rtl;
}

#CaptchaImage {
    float: right;
}

.ui-accordion .ui-accordion-header {
    padding: 8px 14px 8px 45px !important;
}

#CaptchaImage {
    width: 100px;
    float: right;
}

/*----------------------26-05-2014----------------------------------*/
.case-block {
    float: left;
    width: 100%;
    margin: 30px 0px 0px 0px;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .case-block > h3 {
        border-bottom: 1px solid #F98005;
        color: #54A84E;
        float: left;
        font-size: 20px;
        margin: 0 20px;
        padding: 15px 0;
        width: 94.5%;
        background: none;
        border-left: none;
        border-right: none;
        border-top: none;
    }

.case-content {
    float: left;
    padding: 20px 20px;
    width: 94.3%;
    margin-bottom: 30px;
    border: none;
    background: none;
}

.chek-by label {
    padding: 0 !important;
    width: 30%;
    line-height: 38px;
}

.category-chek-by {
    width: 65.5% !important;
}

.case-right {
    width: 60%;
}



.case-form > input.contact-txt {
    width: 60%;
}

.contact-block {
    float: left;
    margin: 0px 0 7px 0;
    width: 100%;
}

.category-con {
    width: 70%;
}

.category-contact {
    width: 72%;
}

.contact-width {
    width: 67% !important;
}

.contact-country {
    width: 70% !important;
}

.category-con a {
    padding: 5px 0 5px 8px !important;
}

    .category-con a span b {
        padding: 5px 0;
        position: relative;
        top: 5px;
    }

.case-form > label {
    width: 30%;
}

.case-left {
    width: 60%;
}

.category-cor {
    margin: 15px 0 !important;
}

.cover-wid {
    width: 75% !important;
}

label.locate-branch {
    padding-right: 10px;
}

select.claim-receiving {
    border: 1px solid #AAAAAA;
    color: #5A5A5A;
    float: left;
    height: 40px;
    margin: 10px 0 25px;
    padding: 10px 5px;
    width: 295px;
}

.select2-offscreen, .select2-offscreen:focus {
    border: 0 none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: 0 none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}

.category-cor {
    margin: 15px 0 !important;
}

input.locate-submit {
    float: right;
}

.contact-submit {
    background: url(../../Content/images/button_bg.png) repeat-x;
    border-radius: 4px;
    height: 32px;
}

    .contact-submit:hover {
        background: url(../../Content/images/button_bg_hover.png) repeat-x;
    }

input.service-login {
    border-radius: 4px;
    height: 33px;
}

.claim-option {
    padding: 0px;
    border-bottom: none;
}



/*----------------------27-05-2014----------------------------------*/
input.locate-submit {
    margin-top: 0px;
    margin-right: 20px;
}

input.service-login {
    background: url(../../Content/images/button_bg.png) repeat-x;
    border-radius: 4px;
    height: 33px;
}

    input.service-login:hover {
        background: url(../../Content/images/button_bg_hover.png) repeat-x;
    }

.block-right p {
    font-family: Tahoma,Geneva,sans-serif;
    margin-bottom: 40px;
}



.board_of_director {
    background: url(../../Content/images/board-director-hero.jpg) center no-repeat;
}

.faq {
    background: url(../../Content/images/faq.jpg) center no-repeat;
}

.insurance-company {
    background: url(../../Content/images/insurance.jpg) center no-repeat;
}

.locate-us-banner {
    background: url(../../Content/images/locate-us.jpg) center no-repeat;
}

.news-listing-banner {
    background: url(../../Content/images/news-event.jpg) center no-repeat;
}


.block-left3 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: left;
    width: 51px;
    background-position: 0px -184px;
    float: right;
}

    .block-left3 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: left;
        width: 51px;
        background-position: -145px -184px;
        float: right;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left4 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: left;
    width: 51px;
    background-position: 0px -352px;
    float: right;
}

    .block-left4 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: left;
        width: 51px;
        background-position: -145px -352px;
        float: right;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left6 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: left;
    width: 51px;
    background-position: 0px -264px;
    float: right;
}

    .block-left6 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: left;
        width: 51px;
        background-position: -152px -264px;
        float: right;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left5 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: left;
    width: 51px;
    background-position: 0px -448px;
    float: right;
}

    .block-left5 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: left;
        width: 51px;
        background-position: -148px -448px;
        float: right;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left7 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: left;
    width: 51px;
    background-position: 0px -704px;
    float: right;
}

    .block-left7 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: left;
        width: 51px;
        background-position: -144px -704px;
        float: right;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.category-contact {
    width: 70.2%;
}




/*********** login page css**************/
.container-login {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px !important;
    overflow: hidden;
}

.login-form-wrap {
    display: block;
    height: auto;
    width: auto;
}

.login-wrapper {
    clear: both;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.login-wrapper-block {
    clear: both;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 90%;
    float: left;
    text-align: center;
    border: 1px solid #AAAAAA;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.login-block {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

    .login-block > label {
        float: left;
        width: 30%;
        line-height: 37px;
        padding-left: 30px;
        color: #000;
        margin-top: 20px;
    }

.username-block {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.float-right {
    float: left;
    font-family: 'Conv_NJM-Regular';
    font-size: 16px;
    color: #F98005;
}

    .float-right a {
        float: left;
        font-family: 'Conv_NJM-Regular';
        font-size: 16px;
        color: #F98005;
    }

.float-left {
    float: right;
    font-family: 'Conv_NJM-Regular';
    font-size: 16px;
    color: #54A84E;
    direction: rtl;
}

input.username-txt {
    border: 1px solid #AAAAAA;
    color: #999999;
    float: left;
    font-size: 14px;
    margin: 0px 0 0;
    padding: 10px;
    width: 95%;
    text-align: right;
}

.login-button {
    padding-top: 25px;
    text-align: center;
    padding-left: 175px;
}

input.service-login {
    background: url(../../Content/images/button_bg.png) repeat-x;
    border-radius: 4px;
    height: 29px;
}

    input.service-login:hover {
        background: url(../../Content/images/button_bg_hover.png) repeat-x;
    }

.create_account {
    text-decoration: none;
    color: #54A84E;
    font-family: 'Conv_NJM-Regular';
}

    .create_account:hover {
        text-decoration: none;
        color: #F98005;
        font-family: 'Conv_NJM-Regular';
    }

.trouble-logging {
    text-decoration: none;
    color: #F98005;
    font-family: 'Conv_NJM-Regular';
}

    .trouble-logging:hover {
        text-decoration: none;
        color: #54A84E;
        font-family: 'Conv_NJM-Regular';
    }

.all-rights {
    color: #666666;
    font-size: 12px;
}



.privacy {
    text-decoration: none;
    color: #54A84E;
    font-family: 'Conv_NJM-Regular';
}

    .privacy:hover {
        text-decoration: none;
        color: #F98005;
        font-family: 'Conv_NJM-Regular';
    }

.account-block {
    float: left;
    width: 100%;
    text-align: center;
}

.stay-logged-in {
    color: #666666;
    float: right;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'Conv_NJM-Regular';
}


.select2-container .select2-choice > .select2-chosen {
    margin-right: 10px !important;
}

.login-wrapper-block .field-validation-error {
    margin-right: 0px !important;
}

.category-chek-by-login {
    width: 100% !important;
}

.select2-container .select2-choice > .select2-chosen {
    text-align: right;
}

.safety-tips-banner {
    background: url(../../Content/images/safety_tips_banner.jpg) center no-repeat;
}

.what-we-do-banner {
    background: url(../../Content/images/what-we-do.jpg) center no-repeat;
}

.individual-services-banner {
    background: url(../../Content/images/individual_services.jpg) center no-repeat;
}

.individual-services-CaseInquiry {
    background: url(../../Content/images/individual_services_caseinquiry.jpg) center no-repeat;
}

.post-accident-procedure-banner {
    background: url(../../Content/images/post-accident-procedure.jpg) center no-repeat;
}

.vision_mission_banner {
    background: url(../../Content/images/vision_mission.jpg) center no-repeat;
}

.sitemap-banner {
    background: url(../../Content/images/sitemap_banner.jpg) center no-repeat;
}

.about-us-banner {
    background: url(../../Content/images/about-us-banner.jpg) center no-repeat;
}

.coming-soon-banner {
    background: url(../../Content/images/coming-soon-banner.jpg) center no-repeat;
}

.contact-us-banner {
    background: url(../../Content/images/contact-us-banner.jpg) center no-repeat;
}

.coverage-map-banner {
    background: url(../../Content/images/coverage-map.jpg) center no-repeat;
}

.corporate-services-banner {
    background: url(../../Content/images/corporate-services.jpg) center no-repeat;
}

.awards-banner {
    background: url(../../Content/images/awards.jpg) center no-repeat;
}

.corporate-services-claimreceiving {
    background: url(../../Content/images/corporate-services-claimreceiving.jpg) center no-repeat;
}

.individual-services-policyinquiry {
    background: url(../../Content/images/individual-services-policyinquiry.jpg) center no-repeat;
}

.accident-reporting-procedures {
    background: url(../../Content/images/accident-reporting-procedures.jpg) center no-repeat;
}

.after-accident-procedures {
    background: url(../../Content/images/after-accident-procedures.jpg) center no-repeat;
}

.individual-services-claiminquiry {
    background: url(../../Content/images/individual-services-claiminquiry.jpg) center no-repeat;
}

.claiminquiry-left input[type="text"],input[type="email"],input[type="number"] {
    height: 35px;
}

/*----------------------29-05-2014----------------------------------*/
.img-block-vision a {
    background: url(../../Content/images/sprite.png) no-repeat right;
    height: 54px;
    float: right;
    width: 50px;
    background-position: 0px -768px;
}

    .img-block-vision a:hover {
        background: url(../../Content/images/sprite.png) no-repeat right;
        height: 54px;
        background-position: -145px -768px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-bod a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -848px;
}

    .img-block-bod a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -151px -848px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-news a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -912px;
}

    .img-block-news a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -152px -912px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-media-player a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -968px;
}

    .img-block-media-player a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -155px -968px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-awards a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -1032px;
}

    .img-block-awards a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -155px -1032px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-we-do a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -1104px;
}

    .img-block-we-do a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -157px -1104px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-ld-reports a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -1168px;
}

    .img-block-ld-reports a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -158px -1168px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-claim a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -1232px;
}

    .img-block-claim a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -152px -1232px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-net a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -1296px;
}

    .img-block-net a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -149px -1296px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-ld-inquiry a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -704px;
}

    .img-block-ld-inquiry a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -152px -704px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.img-block-policy a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1352px;
}

    .img-block-policy a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -153px -1352px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

/*Developer*/
.select2-chosen {
    font-size: 14px;
}

#dvCaptchErrorMsg {
    margin-right: 30%;
    float: left; /* Added By: Bhavik Bhavsar, Date: 01/01/2015, Description: To resolve captcha error message design issue*/
}

#lblCaptchErrorMsg {
    padding-top: 17px;
}

.radio-label {
    color: #666;
    font-family: 'Conv_NJM-Regular';
}

/*#MobileNo {
    width: 60% !important;
}*/

#dvCountryCode .select2-container {
    width: 65% !important;
}

#btnSubmit {
    margin-right: 0;
}

.CaseDetailsButton, .ClaimDetailsButton, .PolicyDetailsButton {
    margin-top: 10px;
    margin-right: 22%;
}

.CorporateLogin input {
    margin: 15px 10px 0 -8px !important;
    height: 33px;
}

.ui-accordion .ui-accordion-header {
    font-family: 'Conv_NJM-Regular' !important;
}

.ui-tabs a.ui-tabs-anchor {
    font-size: 16px !important;
    font-family: 'Conv_NJM-Regular';
}

.formCon.Login > input {
    width: 95% !important;
}
/*End Developer*/

.insu-img {
    float: right;
    width: 158px;
    min-height: 140px;
    border: 1px solid #ccc;
    text-align: center;
}

.insu-com-detail {
    width: 71%;
}

.com-detail {
    width: 42%;
}

a.website {
    color: #666;
}

    a.website:hover {
        text-decoration: underline;
    }



/*-------------------------------yajurvendra-05-06-2014---------------------------*/


.contact-submit {
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    text-shadow: 0 0 5px #666;
    color: #fff;
}

    .contact-submit:hover {
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }



.contact-submit {
    background: url(../../Content/images/button_bg.png) repeat-x;
    border-radius: 4px;
    height: 33px;
}

    .contact-submit:hover {
        background: url(../../Content/images/button_bg_hover.png) repeat-x;
    }

/*-------------------------------yajurvendra-06-06-2014---------------------------*/
ul.director-list > li { /* background:url(../../Content/images/dott-line.png) bottom no-repeat;*/
    padding: 20px 20px;
    margin-bottom: 20px;
    width: 95%;
}

a.last-srcum {
    color: #F98005;
}

.info-icon {
    float: left;
    height: 24px;
    left: -14px;
    margin: -29px 0 0;
    position: relative;
    width: 24px;
}

.ContactUsCaptchaAr {
    margin-top: 10px;
    margin-right: 24%;
    width: 70.5%;
}

.CoverageMapH4 {
    border-bottom: 2px solid #f98005;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Conv_NJM-Regular';
    letter-spacing: 1px;
    line-height: 16px;
    padding-bottom: 4px;
}

.LocateUsH4 {
    border-bottom: 2px solid #f98005;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Conv_NJM-Regular';
    letter-spacing: 1px;
    line-height: 16px;
    padding-bottom: 4px;
}

/*Print*/
.print {
    float: left;
    margin-left: 18%;
}

    .print a {
        font-size: 12px;
        color: #666;
        font-family: 'gibsonregular';
        float: left;
        letter-spacing: 1px;
        padding-top: 1px;
        background: url(../../Content/images/print-img.png) no-repeat 0 0;
        padding-left: 20px;
    }

        .print a:hover {
            font-size: 12px;
            color: #f98005;
            font-family: 'gibsonregular';
            float: left;
            letter-spacing: 1px;
            padding-top: 1px;
            background: url(../../Content/images/print-img-hover.png) no-repeat 0 0;
            padding-left: 20px;
        }

/*Print*/
.print {
    float: right;
    margin-right: 18%;
}

    .print a {
        font-size: 12px;
        color: #666;
        font-family: 'gibsonregular';
        float: right;
        letter-spacing: 1px;
        padding-top: 1px;
        background: url(../../Content/images/print-img.png) no-repeat 0 0;
        padding-left: 20px;
    }

        .print a:hover {
            font-size: 12px;
            color: #f98005;
            font-family: 'gibsonregular';
            float: right;
            letter-spacing: 1px;
            padding-top: 1px;
            background: url(../../Content/images/print-img-hover.png) no-repeat 0 0;
            padding-left: 20px;
        }

.print-share {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

a.media-print {
    float: right;
    padding: 6px 0px 3px 23px;
    background: url(../../Content/images/print.png) no-repeat left center;
    color: #666;
    font-size: 12px;
    margin: 0px 10px 0px 20px;
}

    a.media-print:hover {
        background: url(../../Content/images/print-h.png) no-repeat left center;
        color: #54a84e;
    }

.share {
    float: right;
}

#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
}

    #cssmenu ul,
    #cssmenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #cssmenu ul {
        position: relative;
        z-index: 597;
    }

        #cssmenu ul li {
            float: left;
            min-height: 1px;
            vertical-align: middle;
        }

            #cssmenu ul li.hover,
            #cssmenu ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        #cssmenu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            z-index: 598;
            width: 100%;
        }

            #cssmenu ul ul li {
                float: none;
            }

            #cssmenu ul ul ul {
                top: 0;
                left: 100%;
            }

        #cssmenu ul li:hover > ul {
            visibility: visible;
        }

        #cssmenu ul ul {
            margin-top: 0;
        }

    #cssmenu a {
        display: block;
        line-height: 1em;
        text-decoration: none;
    }

    #cssmenu ul li.last ul {
        left: auto;
        right: 0;
    }

        #cssmenu ul li.last ul ul {
            left: auto;
            right: 99.5%;
        }

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }
/* Custom CSS Styles */
#cssmenu {
    width: auto;
}

    #cssmenu:before {
        /*  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAAA3NCSVQICAjb4U/gAAAAI0lEQVQImWPwj0hh+v//PxPD//9M////Z/rP8J/p//9/MD4AGUETB+SFfCsAAAAASUVORK5CYII=);
  background-color: #606a77;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f5864), color-stop(1, #49515b));
  background-image: -webkit-linear-gradient(top, #4f5864, #49515b);
  background-image: -moz-linear-gradient(top, #4f5864, #49515b);
  background-image: -o-linear-gradient(top, #4f5864, #49515b);
  background-image: linear-gradient(#4f5864, #49515b);
  -moz-box-shadow: inset 0 2px 0 #586270, inset 0 1px 0 #6b7888;
  -webkit-box-shadow: inset 0 2px 0 #586270, inset 0 1px 0 #6b7888;
  box-shadow: inset 0 2px 0 #586270, inset 0 1px 0 #6b7888;
  content: '';
  display: block;
  height: 8px;*/
    }

    #cssmenu > ul {
    }

        #cssmenu > ul > li {
            /* margin: 0 10px;*/
        }

            #cssmenu > ul > li.has-sub:hover > a {
                -moz-border-radius: 3px 3px 0 0;
                -webkit-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

            #cssmenu > ul > li:hover > a {
                color: #fff;
                /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAAGElEQVQImWP4//8/079//0jGf//+JVUPAADfUJPhbDTaAAAAAElFTkSuQmCC);
  background-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c8c8c8));
  background-image: -webkit-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: -moz-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: -o-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: linear-gradient(#ffffff, #c8c8c8);*/
            }

            #cssmenu > ul > li.active:hover > a {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAAJklEQVQImWP4MruP6d+/f0z//v5Fo/8x/fv3F41GyP8lUf2/v38BoDRPnb8AZS4AAAAASUVORK5CYII=);
                background-color: #cb7b72;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f49b8e), color-stop(1, #bd584d));
                background-image: -webkit-linear-gradient(top, #f49b8e, #bd584d);
                background-image: -moz-linear-gradient(top, #f49b8e, #bd584d);
                background-image: -o-linear-gradient(top, #f49b8e, #bd584d);
                background-image: linear-gradient(#f49b8e, #bd584d);
            }

    #cssmenu ul a {
        /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAAIUlEQVQImWP4+PEj09+/f5n+/fvH9PfvXzhG5uNik6gOAOTaUDaAXrIOAAAAAElFTkSuQmCC);
  background-color: #c2c2c2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(1, #a8a8a8));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #a8a8a8);
  background-image: -moz-linear-gradient(top, #f1f1f1, #a8a8a8);
  background-image: -o-linear-gradient(top, #f1f1f1, #a8a8a8);
  background-image: linear-gradient(#f1f1f1, #a8a8a8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);*/
        color: #666;
        font-size: 12px;
        line-height: 18px;
        padding: 1px 3px 3px 27px;
        /* position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)*/;
    }

    #cssmenu ul ul {
        width: 170px;
    }

        #cssmenu ul ul a {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            line-height: 150%;
        }

    #cssmenu ul .active > a {
        color: #FFF;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAANUlEQVQImXXMsQ0AIRTD0FMmvRlYnAm+TQEIGronxcrX2x80hUEDpNx2em0lx9wNj37+rX4AhN5PdtvsqRUAAAAASUVORK5CYII=);
        background-color: #c46a60;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef7260), color-stop(1, #b04c41));
        background-image: -webkit-linear-gradient(top, #ef7260, #b04c41);
        background-image: -moz-linear-gradient(top, #ef7260, #b04c41);
        background-image: -o-linear-gradient(top, #ef7260, #b04c41);
        background-image: linear-gradient(#ef7260, #b04c41);
    }

    #cssmenu ul .has-sub {
        position: relative;
    }

        #cssmenu ul .has-sub ul {
            -moz-border-radius: 0 3px 3px 3px;
            -webkit-border-radius: 0 3px 3px 3px;
            border-radius: 0 3px 3px 3px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            /* -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);*/
            background-color: #aaa;
            padding: 3px 0;
        }

            #cssmenu ul .has-sub ul a {
                color: #fff;
                padding: 3px 0px 3px 27px;
                border-bottom: 1px solid transparent;
                text-align: left;
            }

            #cssmenu ul .has-sub ul .has-sub a:after {
                content: none;
            }

        #cssmenu ul .has-sub li:hover > a {
            /*  border-bottom: 1px solid #1D2024;
  color: #FFF;
  background-color: #55616f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #56606f), color-stop(1, #3f4852));
  background-image: -webkit-linear-gradient(top, #56606f, #3f4852);
  background-image: -moz-linear-gradient(top, #56606f, #3f4852);
  background-image: -o-linear-gradient(top, #56606f, #3f4852);
  background-image: linear-gradient(#56606f, #3f4852);
  -moz-box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
  -webkit-box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
  box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
        }

            #cssmenu ul .has-sub li:hover > a:after {
                /* border-left: 0 none;
  background-color: #c35f54;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ea5f51), color-stop(1, #a9463b));
  background-image: -webkit-linear-gradient(top, #ea5f51, #a9463b);
  background-image: -moz-linear-gradient(top, #ea5f51, #a9463b);
  background-image: -o-linear-gradient(top, #ea5f51, #a9463b);
  background-image: linear-gradient(#ea5f51, #a9463b);
  -moz-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  -webkit-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  content: '';
  height: 100%;
  width: 6px;
  position: absolute;
  right: 0;
  top: 0;*/
            }

        #cssmenu ul .has-sub > a {
            /* padding-right: 0;*/
        }

            #cssmenu ul .has-sub > a:after {
                /* border-left: 1px solid rgba(100, 100, 100, 0.2);
  color: #5D6A7A;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 9px;
  margin-left: 5px;
  text-align: center;
  height: 25px;
  width: 24px;
  text-shadow: 0 -1px 0 #101417;*/
            }

    #cssmenu ul .active > a:after {
        color: #FFF;
    }

    #cssmenu ul ul a {
        font-size: 12px;
    }

li.share {
    background-image: url(../../Content/images/share.png);
    background-position: 96% 2px;
    background-repeat: no-repeat;
}

    li.share:hover {
        background-image: url(../../Content/images/share-h.png);
        background-color: #aaa;
        border-radius: 3px 3px 0px 0px;
    }

li.sh-mail {
    background: url(../../Content/images/mail.png) no-repeat 3px 4px;
}

li.sh-facebook {
    background: url(../../Content/images/facebook.png) no-repeat 3px 4px;
}

li.sh-twitter {
    background: url(../../Content/images/twitter.png) no-repeat 3px 4px;
}

li.sh-linked {
    background: url(../../Content/images/linkedin.png) no-repeat 3px 4px;
}

#cssmenu ul .has-sub li:hover {
    background-color: #666;
}

.print-share {
    float: right;
    margin: 0px 0;
    width: auto;
}

.crum-link {
    float: right;
    font-family: Tahoma;
    width: auto;
}

.print-share {
    float: left;
    margin: 0;
    position: relative;
    left: 27%;
    width: auto;
    top: 45px;
}

a.media-print {
    margin: 0 20px 0 10px;
}

a.media-print {
    float: left;
}

#cssmenu ul ul {
    right: 0px !important;
}

#cssmenu ul .has-sub ul a {
    border-bottom: 1px solid transparent;
    color: #fff;
    padding: 3px 27px 3px 3px !important;
    text-align: right !important;
}

li.sh-mail {
    background: url("../../Content/images/mail.png") no-repeat scroll 96% 4px rgba(0, 0, 0, 0) !important;
}

#cssmenu ul .has-sub ul {
    background-clip: padding-box;
    background-color: #aaa;
    border-radius: 3px 0 3px 3px !important;
    padding: 3px 0;
}

#cssmenu ul ul {
    right: 0px !important;
}

#cssmenu ul a {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 1px 27px 3px 3px;
}

a.media-print {
    background: url("../../Content/images/print.png") no-repeat scroll 96% center rgba(0, 0, 0, 0);
    color: #666;
    font-size: 12px;
    margin: 0 10px 0 20px;
    padding: 3px 23px 3px 3px;
}

    a.media-print:hover {
        background: url("../../Content/images/print-h.png") no-repeat scroll 96% center rgba(0, 0, 0, 0);
    }

.ShareItCaptcha {
    margin-top: 10px;
    margin-right: 24%;
    width: 75% !important;
}

    .ShareItCaptcha #CaptchaInputText {
        width: 90% !important;
    }

.shareit {
    font-size: 14px;
}

@media (max-width: 600px) {
    .shareit .field-validation-error {
        margin-right: 26%;
    }

    .shareit .shareitcaptcha {
        margin-right: 24%;
    }

    .shareit .ContactUsCaptchaAr {
        float: right;
    }
}

@media (max-width: 480px) {
    .shareit .field-validation-error {
        margin-right: 0%;
    }

    .shareit .shareitcaptcha {
        margin-right: 0%;
    }

    .shareit .contact-txtarea {
        width: 69%;
    }

    .print-share {
        float: left;
        left: -43%;
    }
}

@media (max-width: 320px) {
    .print-share {
        float: left;
        left: 7%;
    }
}







/*---------------------14-07-2014-----------------------*/
@media (max-width:980px) {
    .main-title {
        margin-top: -25px;
    }
}

.dvLocateUsPopup {
    min-height: 125px;
}

.onlyinprint {
    display: none;
}

@media print {
    .onlyinprint {
        display: block !important;
    }
}

.banner-part {
    position: relative;
}

    .banner-part > img {
        width: 100%;
        height: 100%;
        z-index: 100;
    }

.relate {
    position: relative;
    z-index: 999;
    margin-top: -19%;
}

.faq-block .ui-widget-content {
    background: none;
    border: none;
}

.faq-block .ui-widget-header {
    background: none;
    border: none;
}

.ui-tabs .ui-tabs-nav li {
    float: right !important;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0px !important;
    margin-left: 5px !important;
}

/*Photo Upload Code Verification Section Design*/

.Code-verification {
    width: 100%;
    float: right;
}

.verificationlabel {
    width: 22%;
    line-height: 37px;
    color: #666;
    padding: 10px;
    font-family: 'Tahoma';
}

.paddingLR17 {
    padding-right: 11%;
}

.paddingLR40 {
    padding-right: 40%;
}

.divError {
    float: right;
    margin-right: 20px;
}

.photolabel {
    width: 20%;
    line-height: 37px;
    color: #666;
    padding: 10px;
    font-family: 'Tahoma';
    float: right;
}

.paddingLR23 {
    padding-right: 23%;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.floatLR {
    float: right;
}

.upload-cancel {
    float: left;
}

.marginLR22 {
    margin-right: 22%;
}

.marginLR5 {
    margin-right: 5px;
}

.marginLR10 {
    margin-right: 10px;
}

.photo-right {
    width: 69%;
}

/*End Photo Upload Code Verification Section Design*/


/*Download Form Style*/

#divBarCodeMessage,#divDamageImageMsg {
    width: 88%;
}

#dvBarcodeNo input {
    width : 65%;
}

#divDownloadForm .case-form > label, #divBarcodeSection label {
    width: 27%;
}

#divDownloadForm .case-right,#divBarcodeSection .case-right {
    width: 70%;
}

#divDownloadForm .category-con {
    margin-top: 20px !important;
}



#divSelectFormErrMsg, #divMaroorErrMsg, #divReasonErrMsg, #divSelectCaseNoErrMsg,#BarcodeNoErrorMsg,#dvSelectFormDesc,#dvProveReviewVerificationDesc {
    padding-right: 27%;
}

#dvSelectFormDesc,#dvProveReviewVerificationDesc {
    color: #f98005;
    font-family: 'Conv_NJM-Regular';
}

#divVerificationCode label {
    width: 23%;
}

#divVerificationCode .case-right {
    width: 75%;
}

#spanVerificationCodeError {
    padding-right: 23%;
}

.lblCaseNo {
    margin-top: 20px;
    line-height: 37px;
    color: #666;
    font-family: Tahoma;
    float: right;
}

.mTop20 {
    margin-top: 20px;
}
/*END of Download Form style*/

.img-block-awareness-icon a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 50px;
    float: right;
    width: 50px;
    background-position: 0px -1490px;
}

    .img-block-awareness-icon a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 50px;
        background-position: -155px -1490px;
        float: right;
        width: 50px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

/*UL TAB CUSTOM PROGRESS*/
.progress-tab {
    margin: -45px auto 0px;
    box-sizing: border-box;
    max-width: 95%;
    padding: 20px 20px 0px;
    border-radius: 10px;
    position: relative;
    font-family: 'ageoneageone';
}

    .progress-tab li {
        float: right;
        width: 33.33%;
        line-height: 30px;
        padding: 0px 0px;
        border-right: 0px solid #ddd;
        box-sizing: border-box;
        position: relative;
        font-size: 14px;
    }

        .progress-tab li a {
            color: #666;
        }

            .progress-tab li a:hover {
                color: #54a84e;
            }

    .progress-tab li {
        display: inline-block;
        position: relative;
        text-align: center;
        min-height: 82px;
    }

    .progress-tab *:after, .progress-tab *:before {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .progress-tab li .stage-header {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #fff;
        text-align: center;
        font-size: 20px;
        color: #a9a9a9;
        border: 5px solid #d9d9d9;
        position: relative;
        z-index: 1;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-family: 'gibsonregular';
        line-height: 40px;
        color: #666;
        font-weight: bold;
    }

    .progress-tab li:before, .progress-tab li:after {
        position: absolute;
        background-color: #fff;
        top: 50%;
        margin-top: -18px;
        width: 50%;
        height: 5px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        content: '';
    }

    /*.progress-tab li:nth-child(1) { text-align:left;}
.progress-tab li:nth-child(3) { text-align:right;}*/
    .progress-tab li:nth-child(1)::after {
        display: none;
    }

    .progress-tab li:nth-child(3)::before {
        display: none;
    }

    .progress-tab li:before {
        left: 0px;
    }

    .progress-tab li:after {
        right: 0;
    }

    .progress-tab li.current:nth-child(2)::after {
        background-color: #54a84e;
        border: none;
    }

    .progress-tab li.current:nth-child(3)::after {
        background-color: #54a84e;
        border: none;
    }

    .progress-tab li.current:after, .progress-tab li.current:before {
        /*background-color: #54a84e;
  border: #54a84e;*/
    }

    .progress-tab li.current .stage-header {
        background-color: #54a84e;
        color: #fff;
        border-color: #54a84e;
    }

    .progress-tab li.sucess:after, .progress-tab li.sucess:before {
        background-color: #54a84e;
        border: none;
    }

    .progress-tab li.sucess .stage-header {
        background-color: #54a84e;
        color: #fff;
        border-color: #fff;
    }

    .progress-tab li.current:nth-child(2)::after {
        background-color: #54a84e;
        border: none;
    }

    .progress-tab li.current a {
        color: #54a84e;
    }


.preload {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.6);
}


/*HOME PAGE DOWNLOAD BOX*/
.download-block {
    padding: 15px;
    /* width: 260px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 100px;
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00ffffff',GradientType=0 );
    clear: left;
    margin: 0px 20px 35px;
    position: relative;
}


    .download-block .block-right {
        float: left;
        width: 93%;
    }

        .download-block .block-right h4 {
            float: right;
            width: 100%;
            font-size: 15px;
            font-family: 'Conv_NJM-Regular';
            letter-spacing: 1px;
            font-weight: bold;
            color: #666;
            text-transform: uppercase;
            padding-bottom: 10px;
            min-height: 33px;
            line-height: 16px;
            min-height: 15px;
            font-size: 14px;
            float: none;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #F98005;
            text-transform: capitalize;
        }

    .download-block .block-left-download a {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: 0px -1550px;
    }

        .download-block .block-left-download a:hover {
            background: url(../../Content/images/sprite.png) no-repeat left;
            height: 51px;
            float: right;
            width: 51px;
            background-position: -153px -1550px;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

h4 {
}

.download-block .block-right p {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
    line-height: 18px;
}


.download-page {
}


.block-left11 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1620px;
}

    .block-left11 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -151px -1620px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left12 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1685px;
}

    .block-left12 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -146px -1685px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.block-left13 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1811px;
}

    .block-left13 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -155px -1811px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left14 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1749px;
}

    .block-left14 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -152px -1749px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.block-left15 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1875px;
}

    .block-left15 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -152px -1875px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
	
	
	.block-left16 a {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    float: right;
    width: 51px;
    background-position: 0px -1945px;
}

.block-left16 a:hover {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: -145px -1945px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }	


.block-left-download a {
        background: url(../../Content/images/sprite.png) no-repeat left;
        height: 51px;
        float: right;
        width: 51px;
        background-position: 0px -1550px;
    }

.block-left-download a:hover {
            background: url(../../Content/images/sprite.png) no-repeat left;
            height: 51px;
            float: right;
            width: 51px;
            background-position: -155px -1550px;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

.marginLR0 {
    margin-right: 0px !important;
}

.txtCountryCode {
    width: 75%;
    margin-top: 20px !important;
}

/*******
Date 21-07-2015 Download New Section
*******/

.ui-accordion .ui-accordion-content {   padding: 1.2em;  border-top: 0;  overflow: auto;  min-height: inherit !important;  color: #979797;}

.download-accordian {}
.download-accordian  .ui-accordion .ui-accordion-content { position:relative; min-height:inherit !important;}
.download-accordian .ui-accordion .ui-accordion-header { font-size:22px; line-height:51px;}
.download-accordian  .ui-accordion h3 i{ margin-left:10px;}
.download-accordian  .ui-accordion h3 i.icon1 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
      display: inline-block;
     vertical-align: top;
    width: 51px;
    background-position: 0px -1620px;
}

.download-accordian  .ui-accordion h3:hover i.icon1 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -151px -1620px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
}

.download-accordian  .ui-accordion h3.ui-state-active  i.icon1 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -151px -1620px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
}



.download-accordian  .ui-accordion h3 i.icon2{
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
      display: inline-block;
     vertical-align: top;
    width: 51px;
    background-position: 0px -1685px;
}

.download-accordian  .ui-accordion h3:hover i.icon2 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -146px -1685px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian  .ui-accordion h3.ui-state-active  i.icon2 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -146px -1685px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.download-accordian  .ui-accordion h3 i.icon3 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    width: 51px;
    background-position: 0px -1811px;
}

.download-accordian  .ui-accordion h3:hover i.icon3 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -144px -1811px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian  .ui-accordion h3.ui-state-active  i.icon3 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -144px -1811px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }	
	
.download-accordian  .ui-accordion h3 i.icon4 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    width: 51px;
    background-position: 0px -1749px;
}

.download-accordian  .ui-accordion h3:hover i.icon4{
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -152px -1749px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian  .ui-accordion h3.ui-state-active i.icon4{
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -152px -1749px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }


.download-accordian  .ui-accordion h3 i.icon5 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    width: 51px;
    background-position: 0px -1875px;
}

.download-accordian  .ui-accordion h3:hover i.icon5 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -152px -1875px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian  .ui-accordion h3.ui-state-active i.icon5 {
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -152px -1875px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian  .ui-accordion h3 i.icon6 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    width: 51px;
    background-position: 0px -1940px;
}

.download-accordian  .ui-accordion h3:hover i.icon6{
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -145px -1940px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian  .ui-accordion h3.ui-state-active i.icon6{
        background: url(../../Content/images/sprite.png) no-repeat left;
        background-position: -145px -1940px;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.download-accordian 	a.read-more  { position:relative; margin-top:10px; float:left;}


/* New CSS added of Raviraj Start */


.custom-tab.ui-tabs .ui-tabs-nav li {
    width: 36%;
}

.custom-tab.ui-tabs .ui-tabs-panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ababab;
    border-image: none;
    border-radius: 0 0 10px 10px;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-top: 0px;
}

.custom-tab .case-right {
    width: 75%;
}

.custom-tab .case-left {
    width: 75%;
}

#tabs-2 .category-chek-by {
    width: 55% !important;
}

#tabs-2 .contact-block > label {
    width: 25%;
    padding-right: 0px;
}

.custom-submit {
    display: inline-block;
    float: left;
}

.custom-tab #tabs-2 .case-right {
    width: 100%;
}

.custom-tab #tabs-2 .contact-submit {
    margin-top: 5px;
}

.custom-block .case-left {
    width: 100%;
}

/**********************************
CUSTOM TABLE CSS
**********************************/

/* Interaction states
----------------------------------*/
div#tabs-2 .case-content {
    float: none;
}

div#tabs-2 .case-right {
    width: 100%;
    float: none;
}

    div#tabs-2 .case-right .contact-block {
        float: none;
        margin: 0px 0 7px 0;
        width: 100%;
    }

.contact-block .ui-jqgrid .ui-jqgrid-htable {
    table-layout: fixed;
    margin: 0em;
    border-bottom: 1px solid #ddd;
}

    .contact-block .ui-jqgrid .ui-jqgrid-htable th {
        height: 24px;
        padding: 5px;
    }

        .contact-block .ui-jqgrid .ui-jqgrid-htable th div {
            font-weight: bold;
        }

.contact-block .ui-state-default,
.contact-block .ui-widget-content .ui-state-default,
.contact-block .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3 /*{borderColorDefault}*/;
    background-color: #f9f9f9;
    background-image: none !important;
    background: #f9f9f9 !important;
    font-weight: normal /*{fwDefault}*/;
    color: #555555 /*{fcDefault}*/;
    font-family: 'gibsonregular';
    font-weight: bold;
    font-size: 14px;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555 /*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcHover}*/;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #212121 /*{fcHover}*/;
        text-decoration: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa /*{borderColorActive}*/;
    background: #ffffff /*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #212121 /*{fcActive}*/;
        text-decoration: none;
    }

.ui-widget :active {
    outline: none;
}

.contact-block .ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: #d3d3d3;
    border-right-style: solid;
}

.contact-block .ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    white-space: pre;
    height: 24px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border: none;
    padding: 5px;
}

.contact-block .ui-jqgrid td input[type="checkbox"] {
    margin: 0em;
    width: 16px;
    height: 16px;
}

.contact-block .ui-jqgrid .ui-jqgrid-view {
    direction: rtl;
}

.contact-block .ui-th-column, .contact-block .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    text-align: center;
}

.contact-block .ui-jqgrid .ui-jqgrid-hbox {
    float: none;
    padding-right: 0px;
    padding-left: 0px;
}



.download-accordian .ui-accordion h3 i.icon14 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    width: 51px;
    background-position: 0px -1549px;
}

.download-accordian .ui-accordion h3:hover i.icon14 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    background-position: -151px -1549px;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.download-accordian .ui-accordion h3.ui-state-active i.icon14 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    background-position: -151px -1549px;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.download-accordian .ui-accordion h3 i.icon15 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    width: 51px;
    background-position: 0px -1232px;
}

.download-accordian .ui-accordion h3:hover i.icon15 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    background-position: -152px -1232px;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.download-accordian .ui-accordion h3.ui-state-active i.icon15 {
    background: url(../../Content/images/sprite.png) no-repeat left;
    background-position: -152px -1232px;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}



/* Abhinav CSS NEW 19-10-2015 */
.royalSlider img:hover {
    cursor: pointer;
}



/*====================
Footer-csss===========
=====================*/

.social-bookmark {
    float: left;
}

    .social-bookmark a {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../../Content/images/social-icon.png);
        background-repeat: no-repeat;
        margin-right: 5px;
        text-indent:-9999px;
    }

        .social-bookmark a.fb {
            background-position: 0 0;
        }

            .social-bookmark a.fb:hover {
                background-position: 0 -20px;
            }

        .social-bookmark a.twitter {
            background-position: -20px 0;
        }

            .social-bookmark a.twitter:hover {
                background-position: -20px -20px;
            }

        .social-bookmark a.intstagram {
            background-position: -40px 0;
        }

            .social-bookmark a.intstagram:hover {
                background-position: -40px -20px;
            }


.main-footer .copy-block {
    padding:15px 0;
}
.copy-text a {
    color:#fff;
}

/* New CSS added of Raviraj End */
.claimrequest-block .accordion-toggle {
    padding-right:10px;
}
.claimrequest-block .contact-submit {
    float:left;
}
.claimrequest-block .info-icon {
    float:left;
}
.claimrequest-block .contact-block {
position:relative

}
.claimrequest-block .info-icon {
   float: left;
    height: 24px;
    left: -16px;
    margin: 0;
    position: absolute;
    top: 5px;
    width: 24px;
}
.claimrequest-block .contact-submit {
    height:32px;
    line-height:32px;
    padding-top:0;
    margin-right:0;
}
.claimrequest-block .radio-list {
    display:inline;
    margin-top:0;
}
.claimrequest-block .chek-by label {
    float:right;
}
.claimrequest-block .claimrequest-form-input {
    float: right;
    width: 60%;
}
input.contact-txt {
    margin-top:0;
}
.chek-by label {
    width:32%;
}
#AccidentDate {
    height:auto;
}
#DriverDOB {
    height:auto;
}
.add-claim-bt.right {
     float: left;
}
#accordion h3:first-child {
    border-radius:10px 10px 0 0;
}
.claimrequest-block {
border-radius:10px 10px 0 0;
}

/**** Changes on 27-02-2017 by lav */
label.radio-inline label {
    width: auto !important;
}
.chek-by-ar.chek-by label.radio-inline {
    width: 21%;
}
.change-insurance-btnbox .contact-submit {
    margin-top:3px;
    margin-right:5px;
    width:auto !important;
    padding:0 10px;
    float:left;
    margin-left:15px;
}
.ref-no-ar {
    float:left;
}
.radio-list-ar {
    float:right;
    width:68%;
}
.plate-new-section-ar {
    text-align:right;
    direction:ltr;
}

.claiminquiry-left .claimrequest-form-input {
    width:65% !important;
}

.claiminquiry-left input.contact-txt {
    width: 62% !important;
}

.divErrorMsg {
    padding-right:32%;
}

.sub-lable {
        display: block;
        float: right;
        width: 100%;
        padding-bottom: 10px;
        margin-top: 15px;
        color: green;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        font-weight:600;
    }
    .modal-content .claim-request .chek-by label {
        width: 28%;
    }




    .claim-val {
        width: 70%;
        float: right;
        line-height: 38px;
    }

.marginSetup {
    padding-right: 9px;
}

.main-container {
        float: right;
    padding: 0px;
    width: 740px;
    margin-left: 20px;
}
.main-container .all-sub {
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
}
.popup-table .all-sub {
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
}

.ui-dialog .ui-dialog-title {
        float: right !important;
        font-family: 'Conv_NJM-Regular';           
        font-size: 18px;
}

.popup-table {
     font-family: 'Conv_NJM-Regular';
     direction:rtl; 
}

.ui-dialog .ui-dialog-titlebar-close {
    left: .3em;
    right:auto;
}
.text-center {
    text-align:center;
}
.popup-table table, .popup-table td, .popup-table th {
        border: 1px solid #ddd;
        text-align: left;
    }

    .popup-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .popup-table th, .popup-table td {
        padding: 5px;
    }


    .divErrorMsg.group-error-msg{
    clear : both;
}
    
.ncdsearch-block a {
background-position:0px -1608px;
height:58px;
width:55px;
}

.ncdsearch-block a:hover {
            background: url(../../Content/images/sprite.png) no-repeat left;
            float: right;
            height:58px;
            width:55px;
            background-position: -147px -1608px;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }