body{
    background-image: url(../images/jri_body_bg.gif);
    background-repeat: repeat;
    background-position: left top;
}

.container-wrapper
{
    width:85%;
    min-height: 120px;
    margin:0 auto;
}

.container-head
{
    width: 100%;
    min-height: 50px;
    background-image:url("../images/bg_header.png");
    background-position:left center;
    position: relative;
    box-shadow: 0px 2px 6px #3A3939;
}

.left-arrow
{
    position: absolute;
    z-index: 1;
    left: 5px;
    display: block;
    height: 0;
    top: 38px;
    width: 0;
    border: 12px solid;
    border-color: transparent transparent transparent #A2A0A0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}
.right-arrow
{
    position: absolute;
    z-index: 1;
    right: 5px;
    display: block;
    height: 0;
    top: 38px;
    width: 0;
    border: 12px solid;
    border-color: transparent transparent transparent #A2A0A0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-135deg);
}

.container-head .rg-head-left
{
    width: 20%;
    min-height: 20px;
    float: left;
}

.container-head .rg-head-left h4
{
    margin: 0;
    padding: 13px 44px;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
}

.container-head .rg-head-right
{
    width:80%;
    min-height: 20px;
    float:right;
}
.container-head .rg-head-right ul
{
    float: right;
    padding: 10px 70px;
}

.container-head .rg-head-right ul li a
{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
}

.container-head .rg-head-right ul li a::after
{
    content: "";
    background: #F6F6F7;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.container-head .rg-head-right ul li:hover > a::after
{
    transform: scale(1);
}

.rg-center
{
    width:97%;
    min-height: 200px;
    margin:0 auto;
    position: relative;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    background-image: url("../images/bg-center.jpg");
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:0 0;
    -webkit-background-size:cover;           /* Safari 3.0 */
    -moz-background-size:cover;           /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size:cover;           /* Opera 9.5 */
    background-size:cover;
    background-attachment: fixed;
}

.rg-center.parallax-init
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.rg-center.delayed {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

/*.overlay {
    background: rgba(0,0,0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}*/

.rg-center .rg-center-top
{
    width:100%;
    min-height: 200px;
    padding: 30px;
}

.rg-center-top .rg-center-left
{
    width:38%;
    min-height:200px;
    float: left;
}

/*--Start tab code--*/

.rg-center-left .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.rg-center-left .nav-tabs > li > a {
    background: #DADADA;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
    color:#3f4247;
    font-size:15px;
    font-family: 'Lato', sans-serif;
    text-shadow: 0px 0px;
}
.rg-center-left .nav-tabs > li.active > a,
.rg-center-left .nav-tabs > li.active > a:hover {
    background: #F5F5F5;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
    color: #2F6475;
}

/* Tab Content */
.rg-center-left .tab-pane {
    /*background: url(../images/bg_main.png)left center repeat-y #fff;*/
    background-color: rgba(245, 245, 245, 0.65);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    padding: 10px;
}

.rg-center-left .form-group
{
    margin-top: 15px;
    position:relative;
}

.rg-center-left label {
    font-size: 14px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    color: #585858;
    /* text-shadow: 0px 0px; */
}

.rg-center-left .form-group .browser-plan
{
    position: absolute;
    font-size: 12px;
    font-weight:600;
    font-family: 'PT Sans', sans-serif;
    z-index: 99;
    text-align: center;
    color: #984354;
    line-height: 1;
    right: 10px;
    top: 31px;
    cursor: pointer;
}

.rg-center-left .form-control {
    height:40px;
    font-size: 14px;
    border-radius: 0px;
    position: relative;
    font-family: 'Lato', sans-serif;
    box-shadow: 0px 2px 1px rgba(174, 172, 174, 0.21);
}

.rg-center-left .input-group-addon {
  border-radius:0 ;
}

/*--End tab code--*/
.rg-center-top .rg-center-right
{
    width:59%;
    min-height: 50px;
    float:right;
    background-repeat: no-repeat;
    background-size:100%;
}

.rg-center-right .rg-center-slider
{
    width:100%;
    min-height: 50px;
}

.rg-center-slider  .bx-wrapper {margin: 0px;}
.rg-center-slider .bx-wrapper .bx-pager {bottom: 14px;}
.rg-center-slider .bx-wrapper .bx-viewport {left: 0px; height: auto;}
.rg-center-slider .bx-wrapper .bx-viewport ul {padding: 0px;}
.rg-center-slider .bx-wrapper .bx-viewport ul li{width: 100%;}
.rg-center-slider .bx-wrapper .bx-viewport ul li img{width: 100%;  height: 350px;}
.rg-center-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.rg-center-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF;
}
.rg-center-slider .bx-wrapper .bx-prev {
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.rg-center-slider .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.rg-center-right .rg-center-plan
{
    width:100%;
    min-height:350px;
    background: url(../images/bg_main.png)left center repeat-y #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
}

.rg-center-plan .center-plan-head
{
    width: 100%;
    min-height:50px;
    /*border-bottom: 1px solid #000000;*/
}

.center-plan-head .plan-head-top1
{
    width:20%;
    min-height: 50px;
    float: left;
}
.center-plan-head .plan-head-top1 .provider-img
{
    width: 100%;
    min-height: 50px;
}
.center-plan-head .plan-head-top1 span img
{
    width: 100%;
}
.center-plan-head .plan-head-top2
{
    width:30%;
    min-height: 50px;
    float: left;
}
.plan-head-top2 p
{
    padding: 11px 1px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    line-height: 16px;
}
.center-plan-head .plan-head-top3
{
    width:50%;
    min-height: 50px;
    float:right;
    position: relative;
}

.plan-head-top3 .form-group
{
    margin-bottom: 0px;
    margin-top: 8px;
}

.plan-head-top3 .control-label
{
    font-size: 13px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0px;
}

.plan-head-top3 .form-control
{
    font-size: 13px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    border-radius:0px;
}

.plan-head-top3 span.close-plan
{
    position: absolute;
    right: 15px;
    top: 10px;
}
.plan-head-top3 span.close-plan a
{
    color: #2E3E50;
}

.rg-center-plan .center-plan-section
{
    width: 100%;
    min-height:285px;
}
.center-plan-section .nav-justified>li>a {
    margin-bottom:-2px;
    color: gray;
    border-radius: 0px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    z-index: 99;
}


.center-plan-section .nav-justified {
    border-bottom: 1px solid #BFBFBF;
}
.center-plan-section .nav>li>a:focus,
.center-plan-section .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.center-plan-section .nav-pills>li.active>a,
.center-plan-section .nav-pills>li.active>a:focus,
.center-plan-section .nav-pills>li.active>a:hover {
    color:#984354;
    border-bottom: 2px solid;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0px 8px 7px rgba(80, 80, 80, 0.42);
    font-weight: 700;
    font-size: 13px;

}

.center-plan-section .col-md-12{
    padding-right:0px;
    padding-left:0px;
}

.center-plan-section .rg-plan-table
{
    width: 100%;
    height:245px;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;

}

.rg-plan-table .table>thead>tr>th {
    font-size:12px;
    font-family: 'PT Sans', sans-serif;
    width:50px;
}
.rg-plan-table .table>tbody>tr
{
    background-color: #ffffff;
}

.rg-plan-table .table>tbody>tr:hover
{
    background-color:#F8FBDA;
    cursor: pointer;
}

.rg-plan-table .table>tbody>tr>td
{
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
}

.well3
{
    width: 100%;
    min-height:50px;
    margin-top:50px;
    margin-bottom:30px;
}

.well3 .icon-list li {
    padding-left: 123px;
    position: relative;
    padding-top: 6px;
    padding-bottom:30px;
}
.well3  .icon-list li:hover:before {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.well3 .icon-list li:nth-child(3):before
{
    content: "\f09d";
    font-size: 40px;
    padding-left:25px;
    background-color: #459286;
    padding-top: 17px;
}

.well3 .icon-list li:nth-child(2):before {
    content: "\f029";
    font-size: 40px;
    padding-left: 30px;
    background-color: #984354;
    padding-top: 17px;
}

.well3 .icon-list li h6.text-info
{
    font-family: 'Lato', sans-serif;
    font-size:14px;
    font-weight: 700;
    color:#459286;
    text-transform: capitalize;
}

.well3 .icon-list li p
{
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;

}

.well3 .icon-list li:before {
    position: absolute;
    content: "\f23e";
    font-family: 'FontAwesome';
    font-size: 48px;
    color: #ffffff;
    left: 15px;
    top: 0px;
    width: 92px;
    height: 92px;
    background: #2F6475;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-left: 22px;
    padding-top:12px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rg-grid-content
{
    width:100%;
    min-height: 100px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 13px 35px 13px 44px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.rg-grid-content h1.content-head {
    font-size: 20px;
    font-weight: 700;
    color:#4D7476;
    margin: 0;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    line-height: 27px;
    margin-bottom: 13px;
    text-align: center;
    padding-bottom: 12px;
}

.rg-grid-content p.content-desc {
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    line-height:24px;
    font-weight: normal;
    text-align: justify;
    color: #585858;
    position: relative;
}

.rg-grid-content p.content-desc:before
{
    content: "";
    position: absolute;
    width: 67px;
    height: 59px;
    background: url("../images/q.png");
    left: -20px;
    top: -8px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rg-grid-slider
{
    width: 100%;
    min-height:50px;
    margin-top: 30px;
}

.rg-grid-slider .nav-tabs { border-bottom:none;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);background-color: #ffffff;display: none; }
.rg-grid-slider .nav-tabs > li.active > a,
.rg-grid-slider .nav-tabs > li.active > a:focus,
.rg-grid-slider .nav-tabs > li.active > a:hover { border-width: 0; }
.rg-grid-slider .nav-tabs > li > a {
    color: #9A9A9A;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;border: none; }
.rg-grid-slider .nav-tabs > li.active > a,.rg-grid-slider .nav-tabs > li > a:hover {
    color: #2F6475 !important;
    border: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 700; background: transparent; }
.rg-grid-slider .nav-tabs > li > a::after { content: ""; background: #2F648A; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.rg-grid-slider .nav-tabs > li.active > a::after,.rg-grid-slider .nav-tabs > li:hover > a::after { transform: scale(1); }
.rg-grid-slider .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.rg-grid-slider .tab-pane { padding: 15px 0; }
.rg-grid-slider .tab-content{padding:0px}

.rg-grid-slider .card { margin-bottom: 30px; }


.rg-footer-section
{
    width: 100%;
    min-height: 150px;
    background-color:#ffffff;
    margin-top:40px;
    padding-bottom: 13px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.rg-footer-section .section-top1
{
    width:40%;
    min-height: 150px;
    float: left;
    padding: 13px 35px 0px 44px;
}

.section-top1 h1 {
    font-size:14px;
    font-weight: bold;
    color: #2E3E50;
    margin: 0;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    line-height: 27px;
    margin-bottom: 13px;
}

.section-top1 .list-inline>li {
    width: 48%;
    line-height: 1.7;
}
.section-top1 .list-inline>li>a {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #929292;
}
.section-top1 .list-inline>li>a:hover
{
    color: #126547;
}
.section-top1 .list-inline>li>a:before,
.section-top2 li>a:before,
.section-top3 li>a:before,
.section-top4 li>a:before{
    content: "\f101";
    display: inline-block;
    padding-right: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.rg-footer-section .section-top2
{
    width:20%;
    min-height: 150px;
    float: left;
    padding-top: 13px;
    padding-right:35px;
}
.section-top2 h1 {
    font-size: 13px;
    font-weight: bold;
    color: #2E3E50;
    margin: 0;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    line-height: 27px;
    margin-bottom: 13px;
}

.section-top2 li {
    line-height: 1.7;
}
.section-top2 li>a {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #929292;
}
.section-top2 li>a:hover
{
    color: #126547;
}

.rg-footer-section .section-top3
{
    width:20%;
    min-height: 150px;
    float:left;
    padding-top:13px;
    padding-right:35px;


}
.section-top3 h1 {
    font-size: 13px;
    font-weight: bold;
    color: #2E3E50;
    margin: 0;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    line-height: 27px;
    margin-bottom: 13px;
}

.section-top3 li {
    line-height: 1.7;
}
.section-top3 li>a {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #929292;
}
.section-top3 li>a:hover
{
    color: #126547;
}

.rg-footer-section .section-top4
{
    width:20%;
    min-height: 150px;
    float: left;
    padding-top: 13px;
    padding-right:35px;
}

.section-top4 h1 {
    font-size: 13px;
    font-weight: bold;
    color: #2E3E50;
    margin: 0;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    line-height: 27px;
    margin-bottom: 13px;
}
.section-top4 li {
    line-height: 1.7;
}
.section-top4 li>a {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #929292;
}
.section-top4 li>a:hover
{
    color: #126547;
}
/*===========Scrollbar===============*/
.rg-plan-table::-webkit-scrollbar {
    width: 8px;
}
.rg-plan-table::-webkit-scrollbar-button {
    width: 8px;
    height:5px;
}
.rg-plan-table::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:10px;
}
.rg-plan-table::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
    border-radius:10px;
}
.rg-plan-table::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}

/*=============END SCROLLBAR====================*/



@media screen and (max-width: 975px) {

    .rg-footer-section .section-top1 {
        width: 70%;
    }
    .rg-footer-section .section-top2 {
        width: 30%;
    }
    .rg-footer-section .section-top3 {
        width: 50%;
        padding-left: 44px;
    }
    .rg-footer-section .section-top4 {
        width: 50%;
    }
    .container-wrapper {
        width: 90%;
    }
    .rg-center-left .nav-tabs > li > a > span.tab-title
    {
        display: none;
    }
    .rg-center-left .nav-tabs > li > a
    {
        font-size: 22px;
        padding: 10px 22px;
    }
    .rg-center-left .form-group .browser-plan
    {
        top:5px;
    }
    .center-plan-head .plan-head-top2
    {
    display: none;
    }
    .center-plan-head .plan-head-top3 {
        width:70%;
    }

}

@media screen and (max-width:796px) {
    .rg-center-top .rg-center-left
    {
        width: 100%;
    }
    .rg-center-top .rg-center-right
    {
        width: 100%;
    }
    .rg-center-right .rg-center-slider {
     display: none;
    }

}

@media screen and (max-width: 748px) {

    .rg-footer-section .section-top1 {
        width:100%;
    }
    .rg-footer-section .section-top2 {
        width: 100%; padding-left: 44px;
    }
    .rg-footer-section .section-top3 {
        width:100%;
        padding-left: 44px;
    }
    .rg-footer-section .section-top4 {
        width:100%; padding-left: 44px;
    }
    .container-head .rg-head-left {
        width: 100%;
    }
    .container-head .rg-head-right {
        width: 100%;
    }
    .container-head .rg-head-right ul
    {
        float: none;
        padding: 10px 44px;
    }
    .rg-center.delayed {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
}

@media screen and (max-width: 748px) {

    .section-top1 .list-inline > li {
        width: 100%;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }
    .center-plan-section .nav-justified>li
    {
        float: left;
    }
}
    @media screen and (max-width:506px) {

        .center-plan-head .plan-head-top3 {
            width: 93%;
        }
    }
@media screen and (max-width:350px) {

    .section-top1 .list-inline>li {
        width:100%;
    }
    .container-head .rg-head-right ul
    {
        float: none;
        padding: 10px 30px;
    }
    .container-head .rg-head-left h4
    {
        padding: 10px 30px;
    }
    .rg-center .rg-center-top {

        padding:0px;
    }
    .rg-center-left .nav-tabs > li > a {
        font-size: 22px;
        padding: 10px 26px;
    }
    .rg-center-left .form-group .browser-plan {
        top: 5px;
        font-size: 11px;
        right: 0;
    }
    .center-plan-section .nav-justified>li
    {
        float:none;
    }
    .center-plan-head .plan-head-top1 {
        width: 100%;
        min-height: 50px;
        float: left;
        text-align: center;
    }



}