html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif !important;
    color: #292f30;
    font-size: 15px;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

hr.light {
    border-color: #fff;
}

.navbar-header .navbar-toggle {
    margin-right: 5px;
    margin-top: 30px;
}


a {
    color: #292f30;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover, a:focus {
        color: #DDC017;
        text-decoration: none;
    }

    a:hover, a:focus, a:visited, a:active {
        outline: none;
    }

.left-menubar ul li.selected {
    background: #ffffff none repeat scroll 0 0;
}

    .left-menubar ul li.selected a span {
        color: #0caac7;
    }

    .left-menubar ul li.selected a img.hover {
        display: block;
    }

    .left-menubar ul li.selected a img {
        background: #e6e4e4 none repeat scroll 0 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.signup_modal_tab li a {
    pointer-events: none;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background: url(../Images/banner_bottom_bg.jpg) repeat;
    width: 100%;
    float: left;
}

.scrollToTop    {
    transition: none 0s ease 0s ;
    cursor: pointer;
}


.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 50px 0;
}

aside {
    padding: 25px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-weight: 700;
        color: #f05f40;
    }



.navbar-default {
    background-color: rgba(255, 255, 255, 0.6);
}

    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        font-size: 13px;
        font-weight: 700;
        color: #222;
    }

    /*.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
        background-color: transparent;
    }*/

        .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.navbar-default {
    z-index: 99999999;
}

@media(min-width:768px) {
    .navbar-default;

{
    background-color: rgba(255,255,255,.6);
}

.navbar-default .navbar-header .navbar-brand {
    color: rgba(255,255,255,.7);
}

    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: rgba(255,255,255,.7);
}

    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
        color: #fff;
    }

.navbar-default.affix {
    border-color: rgba(34,34,34,.05);
    background-color: #fff;
}

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

        .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
        color: #222;
    }

        .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
            color: #f05f40;
        }

}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

    header .header-content .header-content-inner h1 {
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    header .header-content .header-content-inner hr {
        margin: 30px auto;
    }

    header .header-content .header-content-inner p {
        margin-bottom: 50px;
        font-size: 16px;
        font-weight: 300;
        color: rgba(255,255,255,.7);
    }




@media(min-width:768px) {
    header;

{
    min-height: 100%;
}

header .header-content {
    position: absolute;
    top: 50%;
    z-index: 999999;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

        header .header-content .header-content-inner p {
            margin-right: auto;
            margin-left: auto;
            max-width: 80%;
            font-size: 18px;
        }

}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box;

{
    margin: 20px auto 0;
}

}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

    .portfolio-box .portfolio-box-caption {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        opacity: 0;
        background: rgba(240,95,64,.9);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category;

{
    font-size: 16px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
}

}

.call-to-action h2 {
    margin: 0 auto 0px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        border-color: #ededed;
        color: #222;
        background-color: #f2f2f2;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        border-color: #fff;
        background-color: #fff;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #222;
    }

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        border-color: #ed431f;
        color: #fff;
        background-color: #ee4b28;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        border-color: #f05f40;
        background-color: #f05f40;
    }

    .btn-primary .badge {
        color: #f05f40;
        background-color: #fff;
    }

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.navbar-brand {
    height: auto;
}

.navbar-default.affix .navbar-header .navbar-brand img {
    width: 80%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default.affix .logo_resize {
    padding: 10px !important;
}

.navbar-default.affix .navbar-nav > li > a {
    padding-bottom: 27px;
    padding-top: 27px;
}

header {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.navbar-nav > li > a {
    padding-bottom: 38px;
    padding-top: 38px;
    color: #292f30 !important;
}

.navbar-default .nav > li.active > a {
    background-color: #1c93bb;
    border-bottom: 4px solid #ffd300;
    color: #fff !important;
    pointer-events: none;
}

$body-bg: #c1bdba; $form-bg: #13232f; $white: #ffffff; $main: #1ab188; $main-light: lighten($main, 5%); $main-dark: darken($main, 5%); $gray-light: #a0b3b0; $gray: #ddd; $thin: 300; $normal: 400; $bold: 600; $br: 4px;
}

.form {
    background: rgba($form-bg, .9);
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: $br;
    box-shadow: 0 4px 10px 4px rgba($form-bg, .3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    &:after;

{
    content: "";
    display: table;
    clear: both;
}

li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba($gray-light, .25);
    color: $gray-light;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    &:hover;

{
    background: $main-dark;
    color: $white;
}

}

.active a {
    background: $main;
    color: $white;
}

}

.tab-content > div:last-child {
    display: none;
}

label {
    position: absolute;
    transform: translateY(6px);
    left: 46px;
    color: #959595;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 14px;
    font-weight: 600;
    top: 5px;
    .req;

{
    margin: 10px;
    color: $main;
}

}

label.active {
    transform: translateY(50px);
    left: 2px;
    top: -4px;
    font-size: 13px;
    .req;

{
    opacity: 0;
}

}

label.highlight {
    color: $white;
}

textarea {
    border: 2px solid $gray-light;
    resize: vertical;
}

.field-wrap {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.top-row {
    &:after;

{
    content: "";
    display: table;
    clear: both;
}

> div {
    float: left;
    width: 48%;
    margin-right: 4%;
    &:last-child;

{
    margin: 0;
}

}
}

.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: $bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: $main;
    color: $white;
    transition: all.5s ease;
    -webkit-appearance: none;
    &:hover, &:focus;

{
    background: $main-dark;
}

}

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    text-align: left;
    color: #292f30;
}

.login_box {
    background-color: rgba(12, 170, 199, 0.5);
    border: 3px solid rgba(48, 139, 141, 0.5);
    border-radius: 5px;
    float: left;
    margin-top: 28%;
    padding: 25px;
    width: 100%;
    position: relative;
}

.heading_img {
    position: relative;
    margin-bottom: 20px;
}

.heading_line.left {
    left: 20%;
}

.heading_line {
    background-color: #fff;
    float: left;
    height: 1px;
    position: absolute;
    right: 20%;
    top: 20px;
    width: 23%;
}

h1 {
    font-size: 30px;
    color: #292f30;
    text-transform: uppercase;
}

.icon-append {
    border-right: 1px solid #fff;
    font-size: 19px;
    height: 29px;
    left: 5px;
    line-height: 29px;
    padding-left: 2px;
    padding-right: 4px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 30px;
}

input, textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 46px;
    background: none;
    background-image: none;
    border: 1px solid $gray-light;
    color: $white;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
    position: relative;
    z-index: 99999;
}

.yellow_btn {
    background-color: #ddc017;
    color: #292f30;
    float: left;
    font-size: 25px;
    letter-spacing: normal;
    padding: 10px 0;
    text-transform: none;
    width: 100%;
}

button {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.login_icon {
    position: relative;
    right: 8px;
    top: -2px;
}

.gray_btn {
    background-color: #dbf4f9;
    color: #292f30;
    float: left;
    letter-spacing: normal;
    padding: 10px 0;
    text-transform: none;
    width: 100%;
}

.scroll_down_icon {
    margin-top: -25px;
}

.phn_sidebar {
   background-color: #1c93bb;
    height: auto;
    height: auto;
    padding: 7px 12px;
    position: fixed;
    right: -61px;
    top: 220px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: auto;
    z-index: 2147483647;
}
.phn_sidebar a {
	color:#fff;
}
.email_sidebar {
    background-color: #fed000;
    height: auto;
    padding: 7px 12px;
    position: fixed;
    right: -80px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 410px;
    transform: rotate(-90deg);
    width: auto;
    z-index: 2147483647;
}



/* --------------My Account-------------------- */

.my_account {
    background: url(../Images/my-acc-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    float: left;
    width: 100%;
}

.inner_middle_area_box {
    float: left;
    margin: 75px 0 30px;
    width: 100%;
}

.left-menubar {
    background-color: rgba(12,170,199,0.63);
    width: 80%;
    height: auto;
    padding: 22px 0 20px 20px;
    margin-top: 40px;
    float: left;
}

.social_aside {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

.left-menubar ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    height: auto;
    list-style: none;
}

    .left-menubar ul li {
        background: #262626 none repeat scroll 0 0;
        display: block;
        float: left;
        height: 46px;
        margin: 2px 0;
        padding: 0;
        width: 100%;
        position: relative;
    }

        .left-menubar ul li a {
        }

            .left-menubar ul li a span {
                float: left;
                margin: 0px;
                padding: 10px;
                color: #fff;
            }

            .left-menubar ul li a img {
                background: #353535 none repeat scroll 0 0;
                padding: 3px;
                position: absolute;
                right: -46px;
            }

.btn-top-singup {
    background: #353535 none repeat scroll 0 0;
    float: right;
}

    .btn-top-singup a {
        color: #fff;
        float: left;
        margin: 5px 14px;
    }

        .btn-top-singup a:hover {
            color: #DDC017;
        }

.right-side {
    margin-top: 10px;
    width: 100%;
}

.about-account {
    background: rgba(255,255,255,0.82);
    width: 100%;
    margin: 0 auto;
    height: auto;
    float: left;
    /*padding-bottom: 25px;*/
    min-height: 402px;
}

.header-account {
    background: #262626;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 10px solid #0caac7;
    float: left;
    width: 100%;
}

    .header-account h4 {
        font-size: 24px;
        font-family: "Lato";
        color: rgb( 248, 248, 248 );
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .header-account span {
        font-size: 13px;
        font-family: "Lato";
        color: rgb( 255, 255, 255 );
    }

.num-wrp {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/Images/Phone-no-wrp.png");
    background-origin: padding-box;
    background-position: 28px 20px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 282px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

    .num-wrp .dasboard_box {
        margin: 91px auto 0;
        width: 85%;
    }

.dasboard_box p {
    margin-bottom: 0;
}

.num-wrp .dasboard_box td {
    padding: 0px;
    border: none;
    font-size: 14px;
    color: #292f30;
}

.num-wrp .dasboard_box h5 {
    font-size: 16px;
    font-family: "Lato";
    color: rgb( 12, 170, 199 );
    font-weight: bold;
}

.pig-bank {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../Images/Balance-wrp.png);
    background-origin: padding-box;
    background-position: 10px 20px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 282px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
}

    .pig-bank h4 {
        text-align: center;
        width: 100%;
        font-size: 17px;
        font-family: "Lato";
        color: rgb( 12, 170, 199 );
        font-weight: bold;
        margin-top: 102px;
    }


    .pig-bank p {
        text-align: center;
    }

    .pig-bank a {
        background-image: -moz-linear-gradient( 90deg, rgb(196,172,35) 0%, rgb(238,206,23) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(196,172,35) 0%, rgb(238,206,23) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(196,172,35) 0%, rgb(238,206,23) 100%);
        padding: 10px 15px;
        font-size: 15px;
        font-family: "Lato";
        color: rgb( 38, 38, 38 );
        font-weight: bold;
    }

        .pig-bank a:hover {
            background-image: -moz-linear-gradient( 270deg, rgb(196,172,35) 0%, rgb(238,206,23) 100%);
            background-image: -webkit-linear-gradient( 270deg, rgb(196,172,35) 0%, rgb(238,206,23) 100%);
            background-image: -ms-linear-gradient( 270deg, rgb(196,172,35) 0%, rgb(238,206,23) 100%);
        }


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .phn_sidebar {
        right: -61px;
    }

    /* Safari only override */
    ::i-block-chrome, .phn_sidebar {
        right: -62px;
    }
}

.icon_spacing {
    margin-right: 5px;
}

.phn_sidebar a {
    pointer-events: none;
}

.email_sidebar a:hover, .email_sidebar a:focus {
    text-decoration: none;
    color: #fff;
}

.yellow_btn:hover {
    background-color: #f8db32;
}

.gray_btn:hover {
    background-color: #bfd8dd;
    color: #292f30;
    text-decoration: none;
    cursor: pointer;
}

h2 {
    font-size: 50px;
}
/*About Us GD*/
.section-icons {
    width: 250px;
    margin: 0 auto;
    padding: 5px;
}

    .section-icons .border-left, .section-icons .border-right {
        border-bottom: 1px solid #ddd;
        width: 90px;
        float: left;
        padding: 7px;
    }

    .section-icons i {
        float: left;
        padding: 0px 10px;
        color: #ffd300;
        font-size: 25px;
    }

.About_Us {
    font-size: 30px;
    font-family: "Raleway";
    color: rgb( 41, 47, 48 );
    text-align: center;
    margin-bottom: 0px;
}

.about-srv-text {
    color: rgb(138, 141, 148);
    float: left;
    font-family: "Lato";
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
    width: 100%;
}

.Who_is_Opsima {
    font-size: 18px;
    font-family: "Raleway";
    color: rgb( 41, 47, 48 );
    line-height: 1.222;
    text-align: left;
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}

.ab-text-wrp {
    font-size: 14px;
    font-family: "Lato";
    color: rgb( 138, 141, 148 );
}

.aboutus-wrp .about-img {
    width: 100%;
    margin-bottom: 15px;
}

.bg-dark .About_Us {
    color: #fff;
}

.our-rates-wrp {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: rgb(138, 141, 148);
}

    .our-rates-wrp table tr td {
        padding: 10px;
    }

.finder-filter {
    padding: 10px 5px;
    width: 100%;
    margin: 20px auto 0;
    background: #25b9d4;
}

.search-bar {
    width: 360px;
    float: right;
    padding: 6px;
}

.service-wrp {
    margin: 30px 0px;
}

.our-services {
    text-align: center;
}

    .our-services h3 {
        font-size: 18px;
        font-family: "Raleway";
        color: rgb( 0, 0, 0 );
    }

    .our-services span {
        font-size: 14px;
        font-family: "Lato";
        color: rgb( 138, 141, 148 );
        line-height: 1.714;
        text-align: center;
    }

.local-access {
    background: #17a7c0;
    padding: 20px 20px 30px;
}

    .local-access h3 {
        font-size: 18px;
        font-family: "Raleway";
        color: rgb( 0, 0, 0 );
        text-align: left;
        margin-top: 0px;
    }

    .local-access p {
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb( 255, 255, 255 );
        text-align: left;
    }

.btt-border {
    width: 100px;
    border: 1px solid #29a1b5;
    margin: 15px auto 15px;
}

.local-access .btt-border {
    border: 1px solid #fff;
    margin: 15px 0;
}

.social-box {
    border-radius: 50%;
    height: 100px;
    margin: 20px auto 0;
    width: 100px;
    padding: 23px 0;
    font-size: 40px;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .social-box.fb {
        background: #3c5a98;
        color: #fff;
    }

    .social-box.twt {
        background: #27b9f2;
        color: #fff;
    }

    .social-box.gog-pl {
        background: #da4735;
        color: #fff;
    }

    .social-box.intgm {
        background: #306a92;
        color: #fff;
    }

.get-socials a {
    text-align: center;
    font-size: 19px;
    font-family: "Raleway";
    color: rgb( 255, 255, 255 );
    margin: 0px;
}

    .get-socials a:hover .social-box.fb {
        color: #3c5a98;
        background: #fff;
    }

    .get-socials a:hover .social-box.twt {
        color: #27b9f2;
        background: #fff;
    }

    .get-socials a:hover .social-box.gog-pl {
        color: #da4735;
        background: #fff;
    }

    .get-socials a:hover .social-box.intgm {
        color: #306a92;
        background: #fff;
    }

    .get-socials a h3 {
        margin: 10px 0 0;
    }

.get-socials span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    color: rgb(138, 141, 148);
}

.Rectangle-tab {
    background-image: -moz-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
}

    .Rectangle-tab a:hover, .Rectangle-tab2 a:hover {
        color: #fff;
    }

    .Rectangle-tab i, .Rectangle-tab2 i {
        float: right;
        color: #fff;
    }

.Rectangle-tab2 {
    background-color: rgb( 238, 206, 23 ) !important;
}

.Who_is_Opsima {
    font-size: 18px;
    font-family: "Raleway";
    color: rgb( 0, 0, 0 );
    text-align: left;
}

.help-wrp {
    margin-top: 20px;
}

.panel-group .panel + .panel {
    margin-top: 12px;
}

.touch-us {
    margin-top: 20px;
}

.get-in-box {
    text-align: center;
    margin: 0 auto 50px;
    width: 80%;
}

    .get-in-box i {
        font-size: 46px;
        color: #ffd300;
        margin-bottom: 10px;
    }

    .get-in-box p {
        margin: 0px;
    }

.contact-fm input, .contact-fm textarea {
    background: none;
    border-radius: 0px;
}

.contact-fm textarea {
    height: 82px;
}

.send-btn {
    padding: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.footer-copyright {
    background-image: -moz-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(65,153,166) 0%, rgb(12,170,199) 100%);
    padding: 10px;
    float: left;
    width: 100%;
}

.footer-copu {
    text-align: right;
    color: #fff;
}

    .footer-copu i {
        color: #ffd300;
    }

.footer-links a {
    color: #fff;
    margin: 0 10px;
}

    .footer-links a:hover {
        color: #ffd300;
    }


.header_scroll {
    bottom: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 999999999;
}


.logo_resize {
    float: left;
    padding: 15px 10px 10px;
}


.link_white {
    color: #fff;
}

a:hover .link_white {
    color: #ffd300;
}

.affix .header_logo {
    width: 82%;
}

.field_wrap_nonanimated {
    margin-bottom: 0px;
}

.left-menubar ul li a img.hover {
    display: none;
}

.left-menubar ul li a:hover img.hover {
    display: block;
}

.left-menubar ul li a:hover img {
    background: #e6e4e4 none repeat scroll 0 0;
}

.left-menubar ul li:hover {
    background: #ffffff none repeat scroll 0 0;
}

.left-menubar ul li a:hover span {
    color: #0caac7;
}


.inner_pages_box_main .footer-copyright {
    position: fixed;
    bottom: 0px;
}



/* Wrapper */
.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}

    /* Circle */
    .icon-button span {
        border-radius: 0;
        display: block;
        height: 0;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
    }

    .icon-button:hover span {
        width: 3.6rem;
        height: 3.6rem;
        border-radius: 3.6rem;
        margin: -1.8rem;
    }

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}

.icon-button .icon-twitter {
    color: #4099ff;
}

.icon-button .icon-facebook {
    color: #3B5998;
}

.icon-button .icon-google-plus {
    color: #db5a3c;
}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
    color: white;
}


.inner_pages_heading {
    border-left: 10px solid #ddc017;
}

.inner_pages_box {
    float: left;
    padding: 8px 10px;
    width: 100%;
}

    .inner_pages_box input, textarea {
        border: 1px solid #47bcd1;
        color: #47bcd1;
    }

    .inner_pages_box .icon-append {
        border-right: 1px solid #47bcd1;
        color: #47bcd1;
    }

.credit_card .field-wrap {
    margin-bottom: 0px;
}

.submit_btn_main {
    font-size: 18px;
    padding: 9px 0;
}

#signup_popup .textarea_box textarea {
    height: 190px;
    resize: none;
}

.textarea_box textarea {
    height: 116px;
    resize: none;
}

#signup_popup {
    height: 100%;
}

.textarea_box label.active {
    top: 71px;
}

#signup_popup .textarea_box label.active {
    top: 142px;
}

.chk_box_txt {
    margin-left: 25px !important;
    position: relative;
    top: 4px;
}

.sky-form label {
    left: 0;
    pointer-events: initial;
    top: 0;
    transform: translateY(0px);
    transition: all 0.25s ease 0s;
}


.blue_color {
    background: #0caac7 none repeat scroll 0 0;
}

    .blue_color:hover {
        background: #6cb0fa none repeat scroll 0 0;
    }

.pigi_bank_small {
    background: rgba(0, 0, 0, 0) url(../Images/pigi_bank_small.png) no-repeat scroll center 20px;
    height: 195px;
}

.pig-bank.pigi_bank_small a {
    left: 5px;
    position: relative;
    top: 105px;
}

.icon-append_table {
    font-size: 18px;
    margin: 0 5px;
}

.yellow_color {
    color: #ccb321;
}

.red_color {
    color: #dc5644;
}

/*.rwd-table tr:nth-child(1)
{
    border: none;
}*/
.noborder tr:nth-child(1) {
    border: none;
}

.rwd-table tr {
    border-bottom: 1px dashed #292f30;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

    .rwd-table td:first-child {
        padding-top: .5em;
    }

    .rwd-table td:last-child {
        padding-bottom: .5em;
    }

    .rwd-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 6.5em;
        margin: 0 12px;
        display: inline-block;
        padding: 10px !important;
    }

@media (min-width: 660px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 660px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}


.rwd-table {
    color: #292f30;
    float: left;
    overflow: hidden;
    width: 100%;
}

    .rwd-table th, .rwd-table td {
        margin: 0.5em -12px;
    }

@media (min-width: 660px) {
    .rwd-table th, .rwd-table td {
        padding: 10px !important;
    }
}

.rwd-table th, .rwd-table td:before {
    background-color: #0caac7;
    color: #fff;
}



@media screen and (min-width:300px) and (max-width:1200px) {

    .signup_modal_tab li {
        float: left !important;
        margin: 2px 0px !important;
        width: 100%;
    }

        .signup_modal_tab li.active::after {
            display: none !important;
        }
}



@media screen and (min-width:300px) and (max-width:767px) {


    .modal-dialog {
        width: 90% !important;
    }

    .pig-bank.pigi_bank_small a {
        top: 0;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        z-index: 999999;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    .navbar-nav li a, .navbar-default.affix .navbar-nav > li > a {
        color: #292f30 !important;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 4px solid #fff;
    }

    .login_box h1 {
        display: none;
    }

    .email_sidebar, .phn_sidebar, .header_scroll {
        display: none;
    }

    header .header-content {
        padding: 0px;
    }

    .forgot {
        margin-top: 8px;
    }

    .finder-filter label {
        margin-bottom: 20px;
        position: relative;
        left: 0px;
    }


    .num-wrp {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        padding: 10px;
    }

    .pig-bank {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .left-menubar {
        margin-bottom: 50px;
        width: 85%;
    }

    .pig-bank h4 {
        margin-top: 0;
    }

    .num-wrp .dasboard_box {
        margin: 0;
    }


    .credit_card .field-wrap {
        margin-bottom: 30px;
    }

    .my_account {
        height: auto;
    }
}





@media screen and (min-width:768px) and (max-width:991px) {

    .pig-bank.pigi_bank_small a {
        top: 0;
    }


    .finder-filter label {
        margin-bottom: 20px;
        position: relative;
        left: 0px;
    }


    .num-wrp {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        padding: 10px;
    }

    .pig-bank {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .left-menubar {
        margin-bottom: 50px;
        width: 85%;
    }

    .pig-bank h4 {
        margin-top: 0;
    }

    .num-wrp .dasboard_box {
        margin: 0;
    }

    .credit_card .field-wrap {
        margin-bottom: 30px;
    }
}





@media screen and (min-width:992px) and (max-width:1279px) {

    .num-wrp {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        padding: 10px;
    }

    .pig-bank {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .left-menubar {
        margin-bottom: 50px;
        width: 85%;
    }

    .pig-bank h4 {
        margin-top: 0;
    }

    .num-wrp .dasboard_box {
        margin: 0;
    }

    .pig-bank.pigi_bank_small a {
        top: 0;
    }
}


@media screen and (min-width:300px) and (max-width:599px) {

    .inner_pages_box_main .footer-copyright {
        position: relative;
        bottom: 0px;
    }
}


@media (width:480px) {

    .carousel, .item, .active {
        height: 150% !important;
    }

    .login_box {
        margin-top: 100px;
    }
}








@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    label {
        top: 5px;
    }

        label.active {
            left: 2px;
            top: -4px;
        }

    .textarea_box label.active {
        top: 71px;
    }

    /* Safari only override */
    ::i-block-chrome, label {
        top: 11px;
    }

        ::i-block-chrome, label.active {
            left: 0px;
            top: 46px;
        }

    ::i-block-chrome, .textarea_box label.active {
        top: 120px;
    }
}








.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

    .tab-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .tab-group li a {
        display: block;
        text-decoration: none;
        padding: 15px;
        background: rgba(160, 179, 176, 0.25);
        color: #c5d8d5;
        font-size: 20px;
        float: left;
        width: 50%;
        text-align: center;
        border-bottom: 4px solid #fff;
        cursor: pointer;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

        .tab-group li a:hover {
            background: #1a797c;
            color: #ffffff;
        }

    .tab-group .active a {
        background: #1c93bb none repeat scroll 0 0;
        border-bottom: 4px solid #ffd300;
        color: #ffffff;
        pointer-events: none;
    }

a.password_help {
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 99999;
}

    a.password_help i {
        color: #000000;
        font-size: 25px;
        margin-top: -1px;
    }

a:hover.password_help i {
    color: #ffd300;
}

a .tooltips {
    position: relative;
    display: inline;
    z-index: 999999;
}

    a .tooltips span {
        position: absolute;
        width: 140px;
        color: #FFFFFF;
        background: #1c93bb;
        height: 30px;
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-bottom: 2px solid #ddc017;
    }

        a .tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -2px;
            width: 0;
            height: 0;
            border-top: 8px solid #ddc017;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover .tooltips span {
    visibility: visible;
    opacity: 0.8;
    bottom: 25px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}




.modal {
    z-index: 999999999;
}

    .modal.fade .modal-dialog {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        opacity: 1;
    }

.modal-content {
    float: left;
    width: 100%;
}

h3 {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}

.close.pop_up_close {
    background: #0CAAC7 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    height: 32px;
    opacity: 1;
    padding-bottom: 4px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 32px;
    z-index: 99999;
}

    .close.pop_up_close:hover {
        background: #ffd300 none repeat scroll 0 0;
    }

.modal-body {
    float: left;
    padding: 15px;
    position: relative;
    width: 100%;
}

.modal-dialog {
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}

.forget_modal {
    margin: 15% auto;
    width: 40%;
}

.form {
    float: left;
    width: 100%;
}

.signup_modal {
    margin: 6% auto;
    width: 60%;
}

.modal-footer {
    width: 100%;
    float: left;
}

.signup_modal {
    height: 630px;
    margin: 8% auto;
    width: 70%;
}

.tab-content > .active {
    display: block !important;
}

.signup_modal_tab .nav-tabs {
    border: medium none;
    display: table;
    float: left;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
    background-color: #eee;
}

.signup_modal_tab li.active {
    background: #1c93bb none repeat scroll 0 0;
    border-left: 4px solid #ffd300;
    border-right: 4px solid #ffd300;
}

.signup_modal_tab li {
    background: #262626 none repeat scroll 0 0;
    border-left: 4px solid #0caac7;
    border-right: 4px solid #0caac7;
    display: inline-table;
    float: none;
    margin: 0 2px;
    padding: 0;
    text-align: left;
}

    .signup_modal_tab li.active::after {
        border-top: 10px solid #1c93bb;
        border-right: 10px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 10px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 100%;
        width: 0;
    }

    .signup_modal_tab li a {
        background-color: transparent !important;
        border: medium none !important;
        border-radius: 0;
        color: #fff !important;
        float: left;
        font-size: 13px;
    }

.model_footer_buttons {
    float: left;
    width: 100%;
}

    .model_footer_buttons button {
        margin-bottom: 5px;
    }

.sign_up_headding {
    position: relative;
    right: 8px;
    top: -1px;
}

h4.sign_up_heading {
    color: #0caac7;
    float: left;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.modal hr {
    border-color: #1c93bb;
    border-width: 1px;
    float: left;
    margin: 0 0 25px;
    width: 100%;
    max-width: 100%;
}

.sign_up_summary {
    background: #eeeeee none repeat scroll 0 0;
    float: left;
    margin: 2px 0;
    padding: 10px;
    width: 100%;
}

.sign_up_summarytxt {
    float: left;
    margin: 2px 0;
    padding: 10px;
    width: 100%;
}

.summary_middle_box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.sign_out_form {
    float: left;
}

hr {
    border-color: #515151;
    border-width: 1px;
    max-width: 500px;
}

.signup_modal_tab .nav-tabs .steps {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    color: #000;
    float: left;
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    margin: 2px 10px 0;
    text-align: center;
    width: 40px;
}

.signup_modal_tab .nav-tabs span {
    float: left;
}

.signup_modal_tab .nav-tabs h1 {
    color: #fff;
    float: left;
    font-size: 23px !important;
    margin: 0 0 2px;
    text-transform: none;
    width: 100%;
}

.error {
    color: red;
    float: left;
    text-align: justify;
    width: 100%;
    padding: 8px;
}

    .error ul {
        list-style: none;
    }


.almsg {
    left: 0;
    top: -28px;
}

.sign-er-msg {
    text-align: right;
    float: right;
}

.ermsg {
    margin-top: 15px;
    float: left;
}

/************************ LOADER CSS Circle ***************************/


/* Loader CSS */

.main_loader_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 20%;
}

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(42, 160, 180, 0.95);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #25a2b7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(42, 160, 180, 0.95);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #25a2b7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -39px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #e1731b;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #e1731b;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.divMsg {
    margin-top: 65px;
}

.card_error {
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
    position: absolute;
    right: 0;
}


.rwd-table thead tr {
    border: none;
}


.loader_bg {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

.pop_up_index {
    right: -17px !important;
    top: -19px !important;
}

.rate_label {
    color: #fff;
    float: left;
    left: 0;
    position: relative;
    right: 5px;
    text-align: right;
    top: 11px;
    transform: translateY(0px);
    width: 100%;
}

.rate_search {
    color: #fff;
}

.search-rate-loader {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: -3px;
    top: 25px;
    width: 100%;
}

.search-rate-wrp {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    bottom: 0;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 63%;
    width: 100px;
    z-index: 2147483647;
}

.search-emptyalert {
    margin: 25px 2.5% 5px;
    width: 95%;
}

.btn-add-dial, .btn-cancel-dial {
    float: left;
    width: 115px;
}

.btn-cancel-dial {
    margin-left: 15px;
    background: rgb(189, 10, 10);
}

    .btn-cancel-dial:hover {
        background: rgba(255, 0, 0, 0.80);
    }

.remove-card-btn {
    background: rgb(189, 10, 10);
    color: #fff;
}

    .remove-card-btn:hover {
        background: rgba(255, 0, 0, 0.80);
    }

/*New Css for Responsive*/

@media screen and (min-width:300px) and (max-width:599px) {

    .social_aside {
        display: none;
    }

    .left-menubar {
        padding: 0px;
        width: 100%;
    }

        .left-menubar ul li a span {
            overflow: hidden;
            width: 145px;
            display: none;
        }

        .left-menubar ul li {
            text-align: center;
        }

            .left-menubar ul li a img {
                left: 0;
                margin: 0 auto;
                right: 0;
                text-align: center;
                background: none;
            }

    .btn-top-singup a {
        margin: 5px 9px;
    }

    .num-wrp .dasboard_box {
        width: 100%;
        text-align: center;
    }

    .dasboard_box p {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .col-md-6 > p:last-child {
        border: medium none;
    }

    .about-account {
        padding-bottom: 20px;
    }

    .left-menubar ul li a {
        float: left;
        height: 47px;
        width: 100%;
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        background: #ddd;
    }

    .footer-links a {
        color: #fff;
        font-size: 13px;
        margin: 0;
    }
}

@media screen and (min-width:600px) and (max-width:980px) {
    .container {
        width: 100%;
    }

    .header_logo {
        width: 85px;
    }

    .pad-zero {
        padding: 0px;
    }

    .left-menubar {
        padding: 0;
        width: 94%;
    }

        .left-menubar ul li {
            margin: 2px 0;
        }

            .left-menubar ul li a span {
                color: #fff;
                float: left;
                font-size: 13px;
                margin: 0;
                padding: 13px 2px;
                width: 100%;
            }

            .left-menubar ul li a img {
                right: -17px;
            }

    .dasboard_box p {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .col-md-6 > p:last-child {
        border: medium none;
    }

    .num-wrp .dasboard_box {
        width: 100%;
        text-align: center;
    }

    .about-account {
        padding-bottom: 20px;
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        background: #ddd;
    }
}

 .sign-out-btn {
    background: rgba(174, 25, 25, 0.80);
     border-bottom: 4px solid #fff;
    color: #c5d8d5;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 50%;
    float:left;
}
 .sign-out-btn:hover {
    background: rgba(174, 25, 25, 100);
}
 .dash-btn {
     background: rgba(26, 121, 124, 0.80) none repeat scroll 0 0;
      border-bottom: 4px solid #fff;
    color: #c5d8d5;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 50%;
     float:left;
}
.sign-wrp {

    margin:20px 0px;

}