﻿@charset "UTF-8";

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    color: #353332;
}

body {
    font-size: 15px;
    line-height: 1.66em;
    overflow-x: hidden;
}

body, html {
    margin: 0;
}
table,.control-label {
    font-size:14px;
}
nav {
    *zoom: 1;
}

    nav:before, nav:after {
        content: " ";
        display: table;
    }

    nav:after {
        clear: both;
    }


html, button, input, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}



body.clip {
    overflow: hidden !important;
}

a:focus {
    outline: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7 {
}

h1 {
    margin: .67em 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

h2 {
    font-size: 1.7em;
    margin: 0.4em 0 .5em 0;
    line-height: 1.4em;
}

h3 {
    font-size: 1.3em;
    margin: 1em 0;
}

h4 {
    font-size: 1.17em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}


hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p {
    margin: 1em 0;
}

small {
    font-size: 80%;
}


input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input[type=number],
input[type=search], textarea, select, select.form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ddd;
    outline: 0;
    padding: 0 5px;
    height: 3em;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
   
    .form-control:focus, textarea:focus {
        background: #fff;
        border-color: #0d83dd;
        box-shadow: none;
        transition-property: border;
        transition-duration: 0.7s;
        transition-timing-function: ease;
    }
     input[type=text].form-control-border, input[type=password].form-control-border, input[type=email].form-control-border, input[type=url].form-control-border, input[type=date].form-control-border, input[type=tel].form-control-border, input[type=number].form-control-border,
    input[type=search].form-control-border, textarea.form-control-border, select.form-control-border, select.form-control.form-control-border,.form-control.form-control-border {
            border: 1px solid #ccc;
    }
     .form-control.form-control-border:focus, textarea.form-control-border:focus  {
            border-color: #0d83dd;
    }

textarea {
    overflow-y: hidden;
    padding: 1.6em 0;
    resize: none;
    min-height: 3em;
}

.required label:after {
    content: " (Required)";
}

figure, footer, header, main, nav, section {
    display: block;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}
.link-button {
        background: none;
    border: 0;
    padding: 0;
    color: #ff8100;
}
.link-button:hover,.link-button:focus {
 box-shadow:none;
 outline:none;
 border:0;       
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: auto;
    margin-bottom: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

section p, section ol, section ul {
    color: #4a4a4a;
    line-height: 26px;
}

@media (max-width:1400px) {
    section p, section ol, section ul {
        line-height: 22px;
    }
}

ol, ul {
    margin: 1em 0;
}

ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-type: none;
}

nav ul {
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}





p {
    font-weight: 400;
    line-height: 1.5;
}

body.menuopen {
    overflow: hidden;
}

.inner {
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

    .inner:after {
        content: " ";
        display: block;
        clear: both;
    }

    .inner:before, .inner:after {
        content: " ";
        display: table;
    }

    .inner:after {
        clear: both;
    }


@media (min-width: 768px) {
    .inner {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .inner {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .inner {
        width: 1170px;
    }
}

.scroll-box h1 {
    padding-top: 20px;
}
/*-----------------------------------------------------------------------------
              Top Header (top-header)
-----------------------------------------------------------------------------*/
.logo {
    display: block;
    border-bottom: 0;
    border-bottom-color: transparent;
}

.logo, .index .logo {
    display: block;
    margin-top: 5px;
    width: 200px;
    height: 76px;
    background: url('../images/logo-blue.png') no-repeat;
    background-size: 100%;
    padding: 0;
}

.index .logo {
    background: url('../images/logo-blue.png') no-repeat;
    background-size: 100%;
}


.logo:hover, .logo:focus {
    border-bottom: 0;
    border-bottom-color: transparent;
}

.top-header .mobile-open {
    display: none;
    float: right;
    line-height: 2em;
    padding: 0;
    margin: 20px 0 0 0;
}

    .top-header .mobile-open i {
        margin: 0;
    }

@media only screen and (max-width:1400px) {
    .logo, .index .logo {
        width: 194px;
        height: 71px;
    }
}

@media only screen and (max-width:992px) {
    .logo, .index .logo {
        width: 160px;
        height: 67px;
    }
}

@media only screen and (max-width:900px) {
    .top-header .mobile-open {
        display: block;
    }
}

@media only screen and (max-width:725px) {
    .logo, .index .logo {
        float: none;
        margin: 5px auto 0 auto;
    }

    .logo-header.scrolled .logo {
        float: left;
        margin: 5px 0;
    }
}

@media only screen and (max-width:600px) {
    .top-header .mobile-open {
        line-height: inherit;
    }
}

@media only screen and (max-width:570px) {
    /*.index .logo, .logo {
              margin:5px 0 0 0;
              float: left;
       }*/
}

@media only screen and (max-width:900px) {
    .top-header.open {
        position: fixed;
        overflow: inherit;
        height: 100%;
    }

        .top-header.open nav {
            -webkit-transition: opacity .5s,visibility 0s .5s;
            transition: opacity .5s,visibility 0s .5s;
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
        }

            .top-header.open nav ul {
                opacity: 1;
                -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
                text-align: center;
            }

                .top-header.open nav ul li:hover ul {
                    display: none;
                }
}

@media only screen and (max-width:900px) {
    .top-header.close nav {
        -webkit-transition: opacity .5s,visibility 0s .5s;
        transition: opacity .5s,visibility 0s .5s;
    }

        .top-header.close nav ul {
            -webkit-transform: translateY(25%) rotateX(-35deg);
            transform: translateY(25%) rotateX(-35deg);
        }
}

.top-header nav {
    *zoom: 1;
}

.top-header nav {
    padding: 23px 0;
    height: 67px;
    display: none;
}

.top-header ul {
    padding: 0;
    margin: 0;
}

.top-header li {
    list-style-type: none;
    display: inline-block;
    margin: 0 1em;
    position: relative;
}

.top-header nav li a:hover {
    color: #414141;
}


.top-header nav:before, .top-header nav:after {
    content: " ";
    display: table;
}

.top-header nav:after {
    clear: both;
}

.top-header nav .mobile-close {
    display: none;
    position: absolute;
    right: .3em;
    top: 0;
    overflow: hidden;
    border: 0;
    color: transparent;
    outline: 0;
    z-index: 100;
}

    .top-header nav .mobile-close i {
        color: #fff;
    }

@media only screen and (max-width:900px) {
    .top-header nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: inherit;
        background-color: transparent;
        background-color: rgba(0,0,0,.9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000);
        zoom: 1;
        text-align: center;
        opacity: 0;
        visibility: hidden;
    }

        .top-header nav .mobile-close {
            display: block;
        }

        .top-header nav ul {
            list-style: none;
            padding: 0;
            margin: 1em auto 0;
            display: inline-block;
            height: 100%;
            width: 100%;
            position: relative;
            opacity: .4;
            -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
            -webkit-transition: -webkit-transform .5s,opacity .5s;
            transition: transform .5s,opacity .5s;
        }

            .top-header nav ul ul, .top-header nav ul i {
                display: none;
            }

        .top-header nav li {
            display: block;
        }

            .top-header nav li a {
                font-weight: 300;
                display: inline;
                color: #fff;
                color: white;
                -webkit-transition: color .2s;
                transition: color .2s;
            }

                .top-header nav li a:hover, .top-header nav li a:focus {
                    color: #fff;
                    color: white;
                    border-bottom-color: #fff;
                }

            .top-header nav li:hover ul, .top-header nav li:focus ul {
                display: none;
            }
}


@media only screen and (max-width:1268px) {
    .top-header li {
        margin: 0 .7em;
    }
}

@media only screen and (max-width:1268px) {
    .top-header li {
        margin: 0 .5em;
    }
}

.top-header li.active a {
    color: #000;
    color: black;
    border-bottom: 1px solid #000;
}

.top-header a {
    color: #000;
    color: black;
    font-weight: 400;
}

 .top-header nav a.active {
                color: #7aa71d;
  }
    .top-header a:hover, .top-header a:focus {
        color: #000;
        color: black;
    }

.top-header i {
    color: #000;
    color: black;
}

.logo-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 42px;
    left: 0;
    background: #fff;
}

.top-header {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
}

    .top-header.scrolled {
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

        .top-header.scrolled .top-contact-detail {
            display: none;
        }

        .top-header.scrolled nav {
            display: block;
        }

    .top-header.open {
        top: 0;
    }

    .top-header.close {
        opacity: 1;
    }

        .top-header.close:hover {
            -moz-opacity: 1;
            opacity: 1;
        }

    .top-header .submenu {
        border-top: 1px solid #0d83dd;
    }

.logo {
    position: absolute;
    left: 18px;
    top: 0;
    letter-spacing: 2.6px;
    font-size: 21px;
    padding: .5em 0 8px;
    font-family: 'Sanchez',serif;
}

@media only screen and (max-width:900px) {
    .logo {
        position: initial;
        float: left;
        padding: 0;
    }
}

.top-header i {
    color: #0d83dd;
}

.top-header nav {
    text-align: right;
}

@media only screen and (max-width:900px) {
    .top-header nav.menu {
        height: 80px;
    }
}

.top-header nav .inner {
    height: 100%;
    width: 100%;
}

.top-header nav ul {
    line-height: 1;
    padding: 0;
    margin: 0;
}

.top-header nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0.5em;
    /*padding: 1.5em 0;*/
}

.top-header a {
    font-size: 20px;
    font-weight: 300;
    color: #0d83dd;
    text-decoration: none;
}

.top-header nav li a.loginBtn {
    border: 1px solid #fff;
    color: #fff;
    background: #0d83dd;
}

.top-header a:hover, .top-header a:active {
    color: #F6322F;
}

.top-header .btn {
    /*position: absolute;
       right: 15px;
       top: 0;*/
    margin: 13px 0 8px;
    background: #0d83dd;
    color: #fff;
}

    .top-header .btn:hover, .top-header .btn:active {
        color: #fff;
    }

@media only screen and (min-width:1400px) {
}

@media only screen and (max-width:1400px) {
    .top-header .btn {
        margin: 9px 0 8px;
    }

    .top-header nav ul {
        margin-left: 5%;
    }

    .top-header nav li {
        margin: 0 1em;
    }

    body,table,.control-label {
        font-size: 13px;
    }
    h1 {
        font-size: 40px;
    }



    .category-heading a {
        padding: 8px 10px 8px 15px;
    }
}

@media only screen and (max-width:1100px) {
    .top-header nav li {
        margin: 0 .3em;
    }
}

@media only screen and (max-width:1024px) {
    .top-header nav li {
        margin: 0 .7em;
    }

    .top-header .btn {
        padding: 0 1em;
    }

    .top-header nav ul {
        margin-left: 10%;
    }

    .top-header.open nav li a {
        font-size: 4em;
    }

    .top-header.open nav li {
        margin: 0 1em;
        padding: 1em 0.5em;
    }

        .top-header.open nav li:hover a {
            color: #0d83dd;
        }

    .top-header nav .mobile-close {
        font-size: 30px;
    }
}

@media only screen and (max-width:900px) {

    .top-header nav ul {
        margin-left: 0;
        padding-top: 25px;
    }

    .top-header nav li {
        margin: 0 .5em;
        padding: 0.5em 0;
    }
}

@media only screen and (max-width:450px) {
    .top-header nav li {
        margin: 0 1em;
    }

    .top-header.open nav li a {
        font-size: 3em;
    }
}


.top-header .hidden {
    display: none;
}






@media only screen and (max-width:900px) {

    .top-header .mobile-open {
        line-height: initial;
        display: none;
    }

    .top-header.scrolled .mobile-open {
        display: block;
    }

    .top-header .hidden {
        display: block;
    }
}









.index .top-header .btn {
    border: 1px solid #fff;
    color: #fff;
}

.top-header .btn:hover, .top-header .btn:focus {
    background: #fff;
    color: #0d83dd;
}



.top-header.scrolled {
    background-color: #fff;
    border-bottom: 1px #0d83dd solid;
    top: 0;
    box-shadow: 0 1px 10px #c4c4c4;
}

    .top-header.scrolled .logo {
        width: 150px;
        height: 57px;
    }



.index .top-header.scrolled .btn {
    background: #0d83dd;
    color: #fff;
}

    .index .top-header.scrolled .btn:hover, .index .top-header.scrolled .btn:focus {
        background: #353332;
        color: #fff;
    }

@media only screen and (max-width:900px) {
    .top-header .btn, .index .top-header .btn {
        background: inherit;
        border: 0;
        padding: 0;
        text-transform: capitalize;
    }

        .top-header .btn:hover, .index .top-header .btn:hover {
            background: inherit;
            color: #0d83dd;
        }
}

@media only screen and (max-width:600px) {
    .index .top-header {
        background-color: #fff;
        border-bottom: #0d83dd 1px solid;
    }



        .index .top-header a:hover, .index .top-header a:focus {
            color: #0d83dd;
        }

        .index .top-header i {
            color: #0d83dd;
        }
}

.top-section {
    background-color: #0d83dd;
    top: 0;
    height: 42px;
    width: 100%;
    color: #fafafa;
    font-size: 13px;
    border-bottom: 1px solid #1d8fe5;
    box-shadow: 0 -1px 1px #0d60dd inset;
}

    .top-section .left-half-side {
        float: left;
        width: 50%;
        padding: 7px 0;
    }

    .top-section .right-half-side {
        float: left;
        width: 50%;
    }

        .top-section .top-menu a {
            margin: 0;
            display: inline-block;
            padding: 7px 0;
            color: #fff;
        }

        .top-section .top-menu .v-line {
            padding: 0 10px;
        }

        span.phone, .top-section .top-menu a:first-child {
            border-left: 1px solid #1d8fe5;
            box-shadow: 1px 0 1px #0d60dd inset;
            padding-left: 20px;
        }

@media (max-width:1400px) {
    .top-section .top-menu a, .top-section .left-half-side {
        padding: 9px 0;
    }
}

@media (max-width:805px) {
    .top-section .top-menu a:first-child {
        border: 0;
        box-shadow: none;
    }

    .top-menu.text-right {
        text-align: center;
    }

    .top-section .right-half-side, .top-section .left-half-side {
        width: 100%;
    }
}

@media (max-width:646px) {
    .hidden-646px {
        display: none;
    }
}
@media (max-width:480px) {
	.top-section .top-menu .v-line {
		padding: 0 5px;
	}
}
@media (max-width:375px) {
    .top-section {
        height: 70px;
    }

        .top-section .top-menu a {
            padding: 5px 0;
        }

    .top-header {
        top: 70px;
    }
}

.top-contact-detail {
    text-align: right;
    padding: 15px 0;
}

    .top-contact-detail .c-detail-box {
        display: inline-block;
        padding: 0 10px 0 0;
        background: #f7f7f7;
        text-align: left;
        margin-right: 15px;
        min-width: 17em;
            border-radius: 3px;
    }

        .top-contact-detail .c-detail-box.last {
            margin-right: 0;
        }



        .top-contact-detail .c-detail-box .icon {
            float: left;
            position: relative;
            width: 4em;
            height: 4em;
            line-height: 4em;
            margin-right: 1.429em;
            text-align: center;
            background-color: #209de2;
            border-radius: 3px;
        }

            .top-contact-detail .c-detail-box .icon img {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                margin: auto;
                width: 35px;
            }

            .top-contact-detail .c-detail-box .icon i {
                font-size: 2.1em;
                color: #fff;
            }

        .top-contact-detail .c-detail-box h4 {
            margin: 0;
            padding-top: 0.7em;
            font-size: 16px;
            overflow: hidden;
        }

.font_086em, .font_086em a {
    font-size: 13px;
}

.top-contact-detail .c-detail-box a {
    color: #aeb1b3;
}

.top-contact-detail .c-detail-box.login-icon-box {
    float: right;
    margin-right: 0;
    padding-right: 0;
    min-width: inherit;
}

    .top-contact-detail .c-detail-box.login-icon-box .icon {
        margin-right: 0;
        border: 1px solid #209de2;
        color: #209de2;
        background: #fff;
    }

        .top-contact-detail .c-detail-box.login-icon-box .icon > input, .top-contact-detail .c-detail-box.login-icon-box .icon > a {
            display: block;
            width: 100%;
            height: 100%;
            border: 0;
            margin: 0;
            padding: 0;
            background: #fff url(../images/lock.png) no-repeat;
            background-position: center center;
            background-size: 20px;
        }

    .top-contact-detail .c-detail-box.login-icon-box:hover input, .top-contact-detail .c-detail-box.login-icon-box:hover a {
        background: #209de2 url(../images/lock_w.png) no-repeat;
        background-position: center center;
        background-size: 25px;
    }

@media (max-width:902px) {
    .top-contact-detail .c-detail-box {
        margin-right: 2px;
    }
}

@media (max-width:768px) {
    .logo-header {
        position: relative;
        top: 0;
    }
}

@media (max-width:725px) {
    .top-contact-detail {
        clear: both;
        text-align: center;
    }

        .top-contact-detail .c-detail-box.login-icon-box {
            float: none;
        }
}

@media (max-width:578px) {
    .top-contact-detail .c-detail-box.login-icon-box {
        width: 52px;
        position: absolute;
        top: 13px;
        right: 15px;
    }
}

@media (max-width:528px) {
    .c-detail-box {
        margin-bottom: 10px;
        width: 100%;
    }

    .top-contact-detail .c-detail-box:first-child {
        margin-right: 0;
    }
}

span.email {
    margin-left: 30px;
}

    span.email:before {
        content: '';
        background: url('../images/email1.png') no-repeat;
        background-position: left;
        padding-right: 30px;
    }

span.phone:before {
    content: '';
    background: url('../images/phone1.png') no-repeat;
    background-position: left;
    padding-right: 30px;
}
/*-------------------------------------------------------------------------------------------------------
			Footer
--------------------------------------------------------------------------------------------------------*/
.site-footer {
    background-color: #353332;
    background: #353332 url(../images/footer.jpg);
    background-position: center 92%;
    color: #fff;
    padding: 0.6em 0;
}

    .site-footer .copyright {
        border-bottom: 1px solid #404040;
        margin-bottom: 5px;
    }

        .site-footer .copyright a:hover {
            color: #85C51F;
        }

        .site-footer .copyright ul {
            margin: 0.6em 0;
        }
.copyright ul li a {
	cursor:pointer;
}
    .site-footer h3 {
        font-size: 1.5em;
        font-weight: 400;
        margin-top: 6px;
        margin-right: 1em;
    }

    .site-footer .payment-method {
        text-align: right;
    }

        .site-footer .payment-method img {
            display: inline-block;
            margin: 0 0.5em 0.5em 0.5em;
            width: 60px;
        }

    .site-footer .social-icons {
        text-align: right;
    }

        .site-footer .social-icons h4 {
            display: inline-block;
            margin: 0;
        }

        .site-footer .social-icons a {
            display: inline-block;
            margin: 0 0.25em;
            width: 2.5em;
            height: 2.5em;
            background: #565452;
            border-radius: 50%;
            text-align: center;
            line-height: 2.5em;
            border: 2px solid #565452;
        }
			.site-footer .social-icons a i {
				display: block;
    line-height: inherit;
			}

    .site-footer .poweredBy {
        margin: 10px 0 0 0;
        float: left;
    }

@media only screen and (max-width:1400px) {
    .site-footer .social-icons a {
        width: 2.7em;
        height: 2.7em;
        line-height: 2.7em;
    }
}

@media only screen and (max-width:768px) {
    .site-footer, .site-footer .social-icons, .site-footer .payment-method {
        text-align: center;
    }

        .site-footer .social-icons {
            margin-top: 10px;
        }

        .site-footer .poweredBy {
            float: none;
            display: block;
        }
}

.site-footer h3 strong {.left-fix-section
    color: #0d83dd;
}

.site-footer .digitalmagic .telephone, .site-footer .digitalmagic .email {
    font-size: 1.5em;
    line-height: 1.5em;
}

.site-footer .digitalmagic .btn {
    margin: 2em 0;
}

    .site-footer .digitalmagic .btn:hover, .site-footer .digitalmagic .btn:active {
        color: #fff !important;
        background-color: #0d83dd;
        border-bottom: 0;
    }

.site-footer nav li {
    display: inline-block;
    margin: 0 0.2em;
}

.site-footer a {
    color: #fff;
    font-weight: 400;
}

.site-footer .social-icons a:hover {
    color: #fff;
}

.site-footer a.facebook:hover, .site-footer a.facebook:active {
    border-color: #4496fb;
    background-color: #4496fb;
}

.site-footer a.twitter:hover, .site-footer a.twitter:active {
    border-color: #60c5ff;
    background-color: #60c5ff;
}

.site-footer a.linkedIn:hover, .site-footer a.linkedIn:active {
    border-color: #2288c2;
    background-color: #2288c2;
}

.site-footer a.google:hover, .site-footer a.google:active {
    border-color: #ff5831;
    background-color: #ff5831;
}

.site-footer a.youtube:hover, .site-footer a.youtube:active {
    border-color: #e52d27;
    background-color: #e52d27;
}


.page {
    padding-bottom: 2em;
}

.index-page {
    padding-bottom: 0;
}



    .index-page .hero {
        position: relative;
    }

    .index-page .homePage-inner {
        background: linear-gradient(to top,#e3e2e4,#fff);
    }

    .index-page .hero > .inner-wrap {
        background: #0d83dd url(../images/bg.jpg) no-repeat;
		background-position: center bottom;
        background-position: center calc(100% + 10px);
        background-size: 100%;
    }

@media (min-width:768px) and (max-width:786px) {
    .index-page .hero > .inner-wrap {
        min-height: 565px;
    }
}

.index-page .hero .main-page-content {
    padding-top: 9%;
    width: 100%;
    text-align: center;
}

    .index-page .hero .main-page-content h1 {
        padding: 0.2em 0;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 50px;
    }

    .index-page .hero .main-page-content h1, .index-page .hero .main-page-content p {
        color: #fff;
    }


    .index-page .hero .main-page-content .btn {
        text-align: center;
    }

.schoolSearch-form .btn:hover, .schoolSearch-form .btn:focus, .btn-green:hover, .btn-green:focus {
    background: #74b013;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.main-page-content .left-side {
    float: left;
    width: 70%;
}

.main-page-content .right-side {
    float: right;
    width: 25%;
}

.schoolSearch-form {
    width: 100%;
    clear: both;
    margin-top: 15px;
    float: left;
    padding: 0 100px;
}

    .schoolSearch-form .left-half-side {
        width: 44%;
        float: left;
	position:relative;
    }

    .schoolSearch-form .right-half-side {
        float: right;
        width: 44%;
	position:relative;
    }

    .schoolSearch-form .left-half-side .form-wrap {
        text-align: center;
    }


	.schoolSearch-form .form-wrap {
		background: rgba(255, 255, 255, 0.95);
		padding: 20px 0 15px 0;
		height: 322px;
		-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
		-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
		box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
        border-radius:4px;
	}

    .schoolSearch-form h2 {
        margin: 0 0;
        font-size: 22px;
    }

.index-page .hero .main-page-content .schoolSearch-form p {
    margin: 0 0 0.5em 0;
    color: #0d83dd;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.schoolSearch-form hr {
    margin: 0.1em 0;
}

.schoolSearch-form .form-group {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
/*.schoolSearch-form .right-half-side .form-group{
       display:inline-block;
       width:48%;
}   */
.schoolSearch-form a.link-button{
       width: 250px;       
    text-align: right;
    font-size:12px;    
}


.schoolSearch-form .login-form .register-btn {
    font-size: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #efefef;
    color: #2874f0;
    background-color: #fff;
    margin-top: 16px;
    width: 250px;
    padding: 11px 0;
    border-radius: 2px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.schoolSearch-form .login-form h3 a {
    color: #505050;
}

.schoolSearch-form .form-group label {
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -5px;
    font-size: 11px;
    left: 10px;
    font-weight: normal;
}

.schoolSearch-form .form-control {
    background: transparent;
    border: 5px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border: 5px solid rgba(171, 171, 171, 0.26);
    width: 250px;
    height: 2.5em;
    display: initial;
    border-radius: 0;
    margin-bottom: 13px;
    font-size: 15px;
    padding: 0 8px;
    border: 0;
    border-bottom: 2px solid #e8e8e8;
    /*box-shadow: 2px 2px 3px -	2px rgba(0, 0, 0, 0.24); */
    box-shadow: none;
    margin: 0 auto 13px auto;
}

    .schoolSearch-form .form-control:focus {
        background: #fff;
        border-bottom: 2px solid #209de2;
        transition-property: all;
        transition-duration: 0.7s;
        transition-timing-function: ease;
    }


/*.schoolSearch-form .right-half-side .form-control{
       width:95%;
	   margin-left:5px;
	   margin-right:5px;

}*/
.schoolSearch-form ::-webkit-input-placeholder, .contact-us ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #4a4a4a;
}

.schoolSearch-form :-moz-placeholder, .contact-us :-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
}

.schoolSearch-form ::-moz-placeholder, .contact-us ::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
}

.schoolSearch-form :-ms-input-placeholder, .contact-us :-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
}

.schoolSearch-form ::-ms-input-placeholder, .contact-us ::-ms-input-placeholder { /* Edge */
    color: #4a4a4a;
}

.schoolSearch-form :placeholder-shown, .contact-us :placeholder-shown { /* Standard one last! */
    color: #4a4a4a;
}

.schoolSearch-form .btn-green {
    /*background: #85C51F;
    border: 1px solid #659C17;
    border: 0;
    background-color: #91cc01;
    color: #fff;
    height: auto;
    display: inline-block;
    margin-left: 2px;
    border-radius: 2px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
	border-bottom: 2px solid #7aa71d;
    box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.24);*/
    margin-top: 10px;
    width: 250px;
    margin-bottom: 10px;
  
}
.schoolSearch-form .error-msg {
		width: 100%;
		font-size: 13px;
		text-align: left;
	}
@media (min-width:768px) {
	.schoolSearch-form .error-msg {
		position: absolute;
		top: -35px;
	}

	.schoolSearch-form .right-half-side .error-msg {
		right: 0;
	}

	.schoolSearch-form .left-half-side .error-msg {
		left: 0;
	}
}
@media (max-width:1400px) {
    .index-page .hero .main-page-content {
        padding-top: 80px;
    }
	.schoolSearch-form .form-wrap {
		padding:10px 0 5px 0;
		height:300px;
	}
    .schoolSearch-form .form-control {
        height: 2.5em;
        padding: 0 10px;
		margin-bottom:5px;
    }

    .index-page .hero .main-page-content h1 {
        /*padding:0.5em 1em;*/
        padding: 0.2em 0;
        font-size: 45px;
        margin-bottom: 0;
    }
    .schoolSearch-form a.link-button {
        margin-top: 6px;
        margin-bottom: 5px;
    }
    
}

@media (max-width:1200px) {
    .schoolSearch-form {
        padding: 0 50px;
    }
	.schoolSearch-form .form-wrap {
		padding:15px 0 10px 0;
		height:322px;
	}
    .schoolSearch-form .form-control {
		margin-bottom:13px;
    }
}

@media (max-width:992px) {
    .schoolSearch-form {
        padding: 0 0;
    }

        .schoolSearch-form h2 {
            font-size: 22px;
        }
    /*.schoolSearch-form .right-half-side .form-group.captcha {
		padding:0 10px;
	}*/

    .index-page .hero .main-page-content {
        padding-top: 100px;
    }

        .index-page .hero .main-page-content h1 {
            margin-bottom: 0;
            padding-top: 0;
            margin-top: 0.3em;
            position: relative;
        }

	
}

@media (min-width:768px) and (max-width:992px) {
.schoolSearch-form .right-half-side,.schoolSearch-form .left-half-side  {
		width: 48%;
	}
}

@media only screen and (max-width:900px) {


    .index-page .hero {
        min-height: 500px;
    }
}

@media (max-width:768px) {
    .index-page .hero .main-page-content {
        padding-top: 0;
    }

    .schoolSearch-form .right-half-side, .schoolSearch-form .left-half-side {
        width: 100%;
        margin-bottom: 10px;
    }

    .index-page .hero .main-page-content h1 {
        margin-top: 0.5em;
    }
}

@media (max-width:600px) {
    .schoolSearch-form .right-half-side .form-group {
        display: inline-block;
        width: 100%;
    }

    .schoolSearch-form .form-control {
        width: 95%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.index-page .hero .hero-overlay {
    background-color: black;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

@media only screen and (max-width:900px) {
    .index-page .hero .hero-overlay {
        display: block;
    }
}

@media only screen and (max-width:600px) {
    .index-page .hero .main-page-content .btn, .schoolSearch-form .login-form .register-btn {
        width: 90%;
        background-size: 100%;
    }
}

@media only screen and (max-width:485px) {
    .index-page .hero .main-page-content .btn {
        width: 95%;
    }
}

@media only screen and (max-width:360px) {
}

@media only screen and (max-width:328px) {
    .index-page .hero .main-page-content .btn {
        font-size: 1em;
    }

    .index-page .hero .main-page-content {
        top: 13%;
    }

        .index-page .hero .main-page-content h1 {
            padding: 0;
        }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page  steps guide process popup------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.steps h1 {
    text-align: center;
    color: #0D83DD;
    font-weight: 300;
    margin: 0;
    font-size: 38px;
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both;
}

.steps h4, .steps h3 {
    font-weight: 300;
}

.steps p,.steps li {
    font-weight: 300;
    -webkit-animation: moveUp 1.2s ease-in-out both;
    -moz-animation: moveUp 1.2s ease-in-out both;
    -o-animation: moveUp 1.2s ease-in-out both;
    -ms-animation: moveUp 1.2s ease-in-out both;
    animation: moveUp 1.2s ease-in-out both;
}

    .steps p.heading-text {
        font-size: 20px;
    }

.guide-box {
    position: relative;
    margin-top: 30px;
    -webkit-animation: scaleUp 1.5s ease-in-out both;
    -moz-animation: scaleUp 1.5s ease-in-out both;
    -o-animation: scaleUp 1.5s ease-in-out both;
    -ms-animation: scaleUp 1s ease-in-out both;
    animation: scaleUp 1.5s ease-in-out both;
}

    .guide-box h3 {
        line-height: 28px;
    }

        .guide-box h3 a {
            color: #333;
        }

    .guide-box .step-img {
        max-width: 100px;
    }

    .guide-box .arrow {
        position: absolute;
        right: -15%;
        top: 27px;
        width: 65px;
        height: auto;
        z-index: 1;
    }
@media (max-width: 1400px) {
	.steps h1 {
		font-size:30px;
	}
}
	@media (max-width: 992px) {
	.guide-box.second .arrow {
		right:5px;
	}
}
@media (max-width: 500px) {
	.guide-box {
		    margin-bottom: 30px;
    border: 1px dashed #0d83dd;
    padding: 25px 20px 0 20px;
    background: #f7f7f7;
    border-radius: 50%;
    width: 250px;
    height: 250px;
	    margin-left: auto;
    margin-right: auto
	}
	.guide-box .arrow {
		right: 0;
		transform: rotate(90deg);
		top: auto;
		bottom: -36px;
		width: 40px;
		left: 0;
		margin: auto;
	}
}
.steps .btn-green {
    margin-bottom: 30px;
}

.flipanimation.modal .modal-dialog {
    z-index: 10;
    position: relative;
    -moz-background-clip: padding;
    -o-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: iconosani 0.4s forwards;
    animation: iconosani 0.4s forwards;
    -moz-animation: iconosani 0.4s forwards;
    -o-animation: iconosani 0.4s forwards;
}

.steps .white-box {
    border: 0;
    background: #fff;
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.form-horizontal {
    -webkit-animation: moveUp 1.3s ease-in-out both;
    -moz-animation: moveUp 1.3s ease-in-out both;
    -o-animation: moveUp 1.3s ease-in-out both;
    -ms-animation: moveUp 1.3s ease-in-out both;
    animation: moveUp 1.3s ease-in-out both;
}

.steps .white-box p {
    margin: 0;
    background: #fff;
}

.steps .modal-header .close {
    margin-right: -15px;
    font-size: 22px;
    color: #ffffff;
    opacity: 1;
    margin-top: -16px;
    font-weight: 100;
    background: #0d83dd;
    padding: 0;
    height: 30px;
    width: 30px;
}

    .steps .modal-header .close:focus, .steps .modal-header .close:hover {
        outline: none;
        background: #1491f1;
    }

    .steps .modal-header .close span {
        display: block;
            height: 30px;
    width: 30px;
    line-height: 30px;
    }

.left-fix-section {
    position: absolute;
    top: -44px;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #0d83dd;
}

    .left-fix-section h1, .left-fix-section p {
        color: #fff;
        text-align: center;
        padding: 0 20px;
    }

    .left-fix-section h1 {
        margin-top: 40px;
    }

    .left-fix-section img {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-right: auto;
		margin-left: auto;
        -webkit-animation: scaleUp 2s ease-in-out both;
        -moz-animation: scaleUp 2s ease-in-out both;
        -o-animation: scaleUp 2s ease-in-out both;
        -ms-animation: scaleUp 2s ease-in-out both;
        animation: scaleUp 2s ease-in-out both;
    }

.content-section {
    margin-left: 200px;
    position: relative;
}

    .content-section p.withBg,p.withBg {
        padding: 0.45em;
        margin: 0;
        background: #01c3c4;
        color: #fff;
        font-size: inherit;
        text-transform: uppercase;
		font-weight: 500;
    }

@media (max-width:1200px) {
	.content-section p.withBg {
		margin-bottom: 10px;
	}
}
.steps .form-horizontal .control-label {
    font-weight: normal;
}

.steps .form-group {
    margin-bottom: 5px;
}

.registration h1, .bank-info-box h1 {
    margin-bottom: 30px;
}

.steps .registration .form-group.captcha {
    text-align: left;
}

.steps .registration .captch-box {
    background: url(../Images/captcha.png) no-repeat;
    width: 100px;
    height: 35px;
    margin-top: 7px;
    border: 1px solid #8a8a8a;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.steps .registration .btn-refresh {
    vertical-align: middle;
    height: 35px;
}
.steps .registration .btn-refresh i {
      display: block;
    line-height: inherit;
}
.steps .registration .btn-black.sm {
    vertical-align: bottom;
    height: 35px;
}
.steps .registration .btn-black i {
      display: block;
    line-height: inherit;
}

.error-msg {
    width: 100%;
    font-size: 17px;
    border: 1px solid #db7675;
    border-left-width: 40px;
    padding: 12px 12px 12px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #f2dede;
    color: #9E3635;
    margin: 0;
    margin-bottom: 5px;
}

    .error-msg:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }

.error-warning {
    width: 100%;
    font-size: 16px;
    border: 1px solid #F0AD4E;
    border-left-width: 40px;
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #F9ECDA;
    color: #C37402;
    margin: 0;
}

    .error-warning:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }
.success-msg {
      width: 100%;
    font-size: 16px;
    border: 1px solid #1fc564;
    border-left-width: 40px;
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #d3ffe5;
    color: #10a54e;
    margin: 0;
}
    .success-msg:before {
         font: normal normal normal 20px/1 FontAwesome;
        content: "\f00c";
        position: absolute;
        left: -30px;
        color: #fff;
    }

@media (max-width:1400px) {
    .steps .registration-form .form-control {
        height: 2.5em;
    }
}

@media (max-width:650px) {
    .left-fix-section {
        width: 120px;
    }

        .left-fix-section img {
            max-width: 90%;
        }

    .content-section {
        margin-left: 120px;
    }
}

@media (max-width:450px) {
    .left-fix-section {
        width: 100%;
        position: relative;
        padding: 10px 0;
        margin-bottom: 10px;
        top: 0;
    }

        .left-fix-section h1, .left-fix-section p {
            margin-top: 2px;
            margin-bottom: 2px;
            text-align: left;
        }

        .left-fix-section img {
            max-width: 90%;
            right: 0;
            left: auto;
            bottom: 0;
            width: 90px;
            opacity: 0.3;
        }

    .content-section {
        margin-left: 0;
    }
}

.progress-container {
    padding: 0 0 70px 0;
    -webkit-animation: fadeInDown 1.2s ease-in-out both;
    -moz-animation: fadeInDown 1.2s ease-in-out both;
    -o-animation: fadeInDown 1.2s ease-in-out both;
    -ms-animation: fadeInDown 1.2s ease-in-out both;
    animation: fadeInDown 1.2s ease-in-out both;
}
/*
.progress-wizard li.done:before {
  content: "✔" !important;
  color: white !important;
  text-shadow: none !important;
  font-size: 14px;
  height: 40px;
  width:40px;
  line-height: 30px;
  top: -19px;
  border: none;
  border-radius: 19px;
  box-shadow: 0 -1px 0 0 #ccc;
}*/

.modal-text h1{
	text-align:left;
}
.modal-text p,.modal-text li {
	font-weight:400;
	color:#777;
}
.modal-text p.withBg{
	color:#fff;
	font-size:14px;
	margin:5px 0;
}
.modal-text h3,.modal-text h4{
	font-weight:500;
	line-height:26px;
}
.modal-text.steps .white-box {
	border-top:1px solid #efefef;
}
.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
}

ul.checkout-bar {
    margin: 0 20px;
}

    ul.checkout-bar li {
        color: #ccc;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 20px 14px 80px;
        position: relative;
    }

        ul.checkout-bar li:before {
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            background: #ddd;
            border: 2px solid #FFF;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            left: 20px;
            line-height: 37px;
            height: 35px;
            position: absolute;
            text-align: center;
            text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
            top: 4px;
            width: 35px;
            z-index: 999;
        }

        ul.checkout-bar li.active {
            color: #8bc53f;
            font-weight: bold;
        }

            ul.checkout-bar li.active:before {
                background: #8bc53f;
                z-index: 99999;
            }

        ul.checkout-bar li.visited {
            background: #ECECEC;
            color: #01c3c4;
            z-index: 99999;
        }

            ul.checkout-bar li.visited:before {
                background: #01c3c4;
                z-index: 99999;
            }

        ul.checkout-bar li:nth-child(1):before {
            content: "1";
        }

        ul.checkout-bar li:nth-child(2):before {
            content: "2";
        }

        ul.checkout-bar li:nth-child(3):before {
            content: "3";
        }

        ul.checkout-bar li:nth-child(4):before {
            content: "4";
        }

        ul.checkout-bar li:nth-child(5):before {
            content: "5";
        }

        ul.checkout-bar li:nth-child(6):before {
            content: "6";
        }

        ul.checkout-bar li.visited:before {
            content: "✔" !important;
            color: white !important;
        }

    ul.checkout-bar a {
        color: #01c3c4;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

/*@media all and (min-width: 800px) {*/
.checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -40px;
    z-index: 0;
}

.checkout-wrap {
    margin: 80px auto;
}

ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
}

    ul.checkout-bar:before {
        background-size: 35px 35px;
        background-color: #01c3c4;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        content: " ";
        height: 15px;
        left: 0;
        position: absolute;
        width: 10%;
    }

    ul.checkout-bar li {
        display: inline-block;
        margin: 40px 0 0;
        padding: 0;
        text-align: center;
        width: 24%;
        float: left;
    }

        ul.checkout-bar li:before {
            height: 45px;
            left: 40%;
            line-height: 45px;
            position: absolute;
            top: -56px;
            width: 45px;
            z-index: 99;
        }

        ul.checkout-bar li.visited {
            background: none;
        }

            ul.checkout-bar li.visited:after {
                background-size: 35px 35px;
                background-color: #01c3c4;
                background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                content: "";
                height: 15px;
                left: 50%;
                position: absolute;
                top: -40px;
                width: 100%;
                z-index: 99;
            }
/*}*/
@media all and (max-width: 992px) {
    .progress-container {
        padding-bottom: 90px;
    }

    ul.checkout-bar a, ul.checkout-bar li.active, ul.checkout-bar li {
        font-size: 13px;
        font-weight: normal;
    }
}

@media all and (max-width: 680px) {
    .progress-container {
        padding-bottom: 48px;
        margin-top: 30px;
    }

    ul.checkout-bar a, ul.checkout-bar li span {
        display: none;
    }
}

@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(1800px) rotateX(-90deg);
        -moz-transform: perspective(1800px) rotateX(-90deg);
        -o-transform: perspective(1800px) rotateX(-90deg);
        opacity: 1;
    }
    /*40% {
        -webkit-transform: perspective(1800px) rotateX(30deg);
        -moz-transform: perspective(1800px) rotateX(30deg);
        -o-transform: perspective(1800px) rotateX(30deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: perspective(1800px) rotateX(-10deg);
        -moz-transform: perspective(1800px) rotateX(-10deg);
        -o-transform: perspective(1800px) rotateX(-10deg);
    }*/
    100% {
        -webkit-transform: perspective(1800px) rotateX(0deg);
        -moz-transform: perspective(1800px) rotateX(0deg);
        -o-transform: perspective(1800px) rotateX(0deg);
        opacity: 1;
    }
}



/* Animations for content elements */


@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg);
    }

    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes roll {
    0% {
        -moz-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

/*@-o-keyframes  {
    0% {
        -o-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}*/


@-ms-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll {
    0% {
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px);
    }

    100% {
        -moz-transform: translateY(0px);
    }
}

/*@-o-keyframes moveUp {
    0%  {
    -o-transform: translateY(40px);
}

100% {
    -o-transform: translateY(0px);
}

}*/

@-ms-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
    }

    100% {
        -ms-transform: translateY(0px);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*@-o-keyframes fadeIn {
    0% {
    opacity: 0;
}

100% {
    opacity: 1;
}

}*/

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes scaleDown {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.5);
    }
}

/*@-o-keyframes scaleDown {
    0% {
    -o-transform: scale(1);
}

100% {
    -o-transform: scale(0.5);
}

}*/

@-ms-keyframes scaleDown {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(0.5);
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}


@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleUp {
    0% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

/*@-o-keyframes scaleUp {
    0% {
    -o-transform: scale(0.9);
}

100% {
    -o-transform: scale(1);
}

}*/

@-ms-keyframes scaleUp {
    0% {
        -ms-transform: scale(0.9);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*@-o-keyframes fadeOut {
    0% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}*/

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1400px) {
    .slider-content {
        bottom: 3%;
    }
}
/*------------------ui autocomplte design-----------------------------*/
.ui-autocomplete.ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff;
    box-shadow: 0 1px 2px #c2c2c2;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
	padding:0;
        max-height: 300px;
    overflow: auto;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    padding: 4px 5px;
    border: 1px solid transparent;
    border-left: 2px solid transparent;
}

.ui-autocomplete .ui-state-hover, .ui-autocomplete.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-autocomplete .ui-state-focus, .ui-autocomplete.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #ededed /*{borderColorHover}*/;
    background: #f2f2f2;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcHover}*/;
    border-left: 2px solid #FF9800;
}

@media (max-width:1400px) {
    .ui-autocomplete.ui-widget-content {
        font-size: 13px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page  Payment Process---------------------------------------     
------------------------------------------------------------------------------------------------------------*/
.payment-process {
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 5px #8f8e8e;
    position: relative;
}

.process-row {
    text-align: center;
    margin: 15px 0;
}
	.process-row p {
		font-weight:600;
	} 
    .process-row img {
        height: 50px;
        z-index: 1;
    }

        .process-row img.arrow {
            position: absolute;
            right: -15%;
            top: 27px;
            width: 65px;
            height: auto;
        }

@media (min-width:500px) and (max-width:768px) {
    .hidden-xs-only {
        display: none;
    }
}

@media (max-width:500px) {
    .process-row {
        margin-bottom: 40px;
        border: 1px dashed #0c81da;
        padding-top: 12px;
        margin-top: 15px;
        background: #fafafa;
    }

        .process-row img.arrow {
            right: 0;
            transform: rotate(90deg);
            top: auto;
            bottom: 7px;
            width: 40px;
            left: 0;
            margin: auto;
        }
}
/*-----------------------------------------------------------------------------------------------------------
						Home page video-Box
------------------------------------------------------------------------------------------------------------*/
.video-box {
    background: #f8fafc;
    padding-bottom: 2em;
}

    .video-box h1 {
        margin: 1.5em 0 0.5em 0;
    }

        .video-box h1.dots {
            /*margin:0 0 1em 0;*/
            margin: 0 0 0 0;
            color: #85c51f;
            padding: 0;
        }

    .video-box svg {
        width: 70%;
        margin: 0 auto;
        display: inherit;
    }
.colored-box {
	margin-top:20px;
	margin-bottom:20px;
}

.Cbox-content{
	padding:10px;
	margin:10px 0;
}
.Cbox-content p{
	color:#333;
}
.Cbox-content.first{
	border:4px solid #f9b233;
	background:#fef0d6;
	box-shadow: 0 0 0px 8px #fef0d6;
}
.Cbox-content.first .headLine{
	color:#d8951d;
}
.Cbox-content.second{
	border:4px solid #e94b59;
	background:#fbdbde;
	box-shadow: 0 0 0px 8px #fbdbde;
}
.Cbox-content.second .headLine{
	color:#E84A58;
}
.Cbox-content.third{
	border:4px solid #85d0f0;
	background:#e7f6fc;
	box-shadow: 0 0 0px 8px #e7f6fc;
}
.Cbox-content.third .headLine{
	color:#22b3f0;
}
	.Cbox-content.fourth {
		border: 4px solid #95c11f;
		background: #eaf3d2;
		box-shadow: 0 0 0px 8px #eaf3d2;
	}
.Cbox-content.fourth .headLine{
	color:#799e14;
}
@media (max-width:1200px) {
    .video-box svg {
        width: 85%;
    }
}

@media (max-width:992px) {
    .video-box svg {
        width: 100%;
    }
}
@media (max-width:768px) {
    .video-box svg {
        display:none;
    }
}



/*-----------------------------------------------------------------------------------------------------------
				Home page features   
------------------------------------------------------------------------------------------------------------*/
.features {
    /*margin-top:2em;
	background:#f8fafc;*/
    background: #fff;
    border-top: 1px solid #f4f7fa;
    border-bottom: 1px solid #f4f7fa;
    box-shadow: 0 0 4px #656565;
    padding-bottom: 2em;
}

    .features h1 {
        margin-top: 1.5em;
    }

.feature-box {
    position: relative;
    margin-top: 20px;
}

    .feature-box:first-child {
        margin-top: 40px;
    }

.feature-right {
    text-align: right;
}

.feature-box h3 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 1.1em;
}

.feature-box p {
    color: #4a4a4a;
    line-height: 1.8;
}

.feature-box.fbox-right {
    padding: 0 90px 0 0;
}

.feature-box.fbox-left {
    padding: 0 0 0 90px;
}

.feature-box.fbox-right .fbox-icon {
    left: auto;
    right: 0;
}

.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px #bfc8cf,0 0 0 5px #f6f6f6 inset;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
}

    .feature-box .fbox-icon img {
        width: 35px;
		margin-top: 18px;
    }

.features .iphone {
    /*margin-top:50px;*/
    margin-top: 0px;
}

.carousel.slide .iphone {
    width: 85%;
}

.carousel.slide .carousel-inner {
    top: 0;
    position: absolute;
    width: 73%;
    margin: 67px 52px;
}

/*.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	       display: block;
    max-width: 73%;
    height: auto;
    margin: 68px 51px;
}*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
}

@media (max-width:1400px) {
    /*.feature-box:first-child {
		margin-top: 50px;
	}*/

    .carousel.slide .iphone {
        width: 72%;
    }

    .carousel.slide .carousel-inner {
        width: 62%;
        margin: 55px 69px;
    }

    .features .iphone {
        margin-top: 0;
    }
}

@media (max-width:1200px) {
    .features .iphone {
        margin-top: 0;
    }

    .feature-box:first-child {
        margin-top: 20px;
    }

    .carousel.slide .iphone {
        width: 96%;
    }

    .carousel.slide .carousel-inner {
        width: 83%;
        margin: 58px 26px;
    }
}

@media (max-width:768px) {
    .feature-right, .feature-box {
        text-align: center;
    }

        .feature-box p {
            margin: 15px;
        }

        .feature-box h3 {
            font-size: 1.3em;
        }

        .feature-box.fbox-right, .feature-box.fbox-left {
            padding: 40px 0 0 0;
            border: 1px solid #0d83dd;
            margin-top: 70px;
            margin-bottom: 40px;
            height: 225px;
        }

            .feature-box.fbox-right .fbox-icon, .feature-box .fbox-icon {
                left: 0;
                right: 0;
                margin: auto;
                top: -50px;
                width: 90px;
                height: 90px;
                line-height: 90px;
                border: 1px solid #0d83dd;
            }

                .feature-box.fbox-right .fbox-icon:before, .feature-box .fbox-icon :before {
                    content: '';
                    border-top: 1px solid #000;
                }
}

@media (max-width:718px) {


    .feature-box.fbox-right, .feature-box.fbox-left {
        height: 250px;
    }
}

@media (max-width:620px) {


    .feature-box.fbox-right, .feature-box.fbox-left {
        height: 270px;
    }
}

@media (max-width:550px) {


    .feature-box.fbox-right, .feature-box.fbox-left {
        height: 290px;
    }
}

@media (max-width:500px) {


    .feature-box.fbox-right, .feature-box.fbox-left {
        height: auto;
    }
}

.bg-blue {
    background: #0d83dd;
    color: #fff;
    padding: 1em 0;
}

.bg-green {
    background: #474747;
    color: #fff;
    padding: 1em 0;
}
/*-----------------------------------------------------------------------------------------------------------
				Home page our-speciality   
------------------------------------------------------------------------------------------------------------*/
.our-speciality {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:992px) {
    .our-speciality p, .our-speciality h1 {
        background: rgba(255, 255, 255, 0.89);
    }
}

@media (max-width:768px) {
    .our-speciality {
        padding: 20px 0;
    }
}
/*-----------------------------------------------------------------------------------------------------------
				Home page Contact Us(contact-us)  
------------------------------------------------------------------------------------------------------------*/
.contact-us {
    background: #f8fafc;
    border-top: 1px solid #f4f7fa;
    box-shadow: 0 -1px 4px #cfcdcd;
}

    .contact-us h1 {
        margin-top: 1.5em;
    }

    .contact-us > .inner {
        background: url(../images/contact-person.png) no-repeat;
        background-position: left bottom;
    }

    .contact-us textarea {
        min-height: 200px;
    }
@media (max-width:1200px) {
	.contact-us > .inner {
		background: url(../images/contact-person.png) no-repeat;
		background-position: left bottom;
		background-size: 330px;
	}
}
@media (max-width:992px) {
    .contact-us > .inner {
        background: none;
    }

    .contact-us textarea {
        min-height: 150px;
    }
}


/*-----------------------------------------------------------------------------------------------------------
				content box Contact Us(content-box)  
------------------------------------------------------------------------------------------------------------*/
.content-box {
    padding: 0.7em 0;
    margin-top: 100px;
    border-top: 1px solid #e1e1e1;
}

.list {
    padding-left: 0;
    list-style-type: none;
}

    .list li {
        margin-bottom: 5px;
        padding-left: 20px;
        position: relative;
    }

    .list > li:before {
        content: "\f00c";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        color: #FF4C00;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .list.black > li:before {
        color: #333;
    }

    .list.black i {
        color: #333;
    }

    .list.white > li:before {
        color: #fff;
    }

    .list.white i {
        color: #fff;
    }

    .list.list-image-icon li {
        padding-left: 30px;
    }

.list-image-icon > li:before {
    content: '';
    background: url('../images/listIcon.png');
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.special-char {
    font-size: 30px;
    background: #F6A107;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
}

.special-char-only {
    font-size: 43px;
    padding-right: 10px;
    padding-bottom: 0px;
    float: left;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 300;
}

/*-----------------------------------------------------------------------------------------------------------
				footer upper(.upper-footer)  
------------------------------------------------------------------------------------------------------------*/
.upper-footer {
    padding: 1em 0;
    background: #0d83dd;
}

.f-info-box {
    padding: 20px;
}

.f_img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: #3098e7;
    border-radius: 50%;
}

    .f_img span {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin: 14px;
    }

    .f_img.safer span {
        background: url(../images/f-support.png) no-repeat;
        background-position: left center;
    }

    .f_img.easier span {
        background: url(../images/f-support.png) no-repeat;
        background-position: -32px center;
    }

    .f_img.faster span {
        background: url(../images/f-support.png) no-repeat;
        background-position: -64px center;
    }

.f-info-box h3, .f-info-box p {
    color: #fff;
    /*font-weight: 100;*/
}


/************Page general style************/
.alert.alert-sm {
    padding: 8px 10px;
    margin-bottom: 10px;
}

.bs-example {
    width: 100%;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #d7d7d7;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.font-weight100 {
    font-weight: 100 !important;
}

.font-weight300 {
    font-weight: 300 !important;
}
.font-weight400 {
    font-weight: 400 !important;
}
.font-weight500 {
    font-weight: 500 !important;
}

.font-weight600 {
    font-weight: 600 !important;
}
.font-green {
    color: #8cb33d;
}


.withLine:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 2px solid #444;
}

.withLine.text-center:after {
    margin: 10px auto 0 auto;
}

.heading span {
    display: block;
    font-weight: 300;
    color: #4a4a4a;
    font-size: 0.4em;
}

.heading2 {
    font-weight: 900;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #565656;
}

@media (max-width:600px) {
    .heading span {
        font-size: 0.7em;
    }
}

.page-header h1 {
    font-size: 1.8em;
}

.page-header p {
    font-size: 0.9em;
}

.noMar {
    margin: 0 !important;
}
.noTMar {
    margin-top: 0 !important;
}
.noBMar {
    margin-bottom: 0 !important;
}

.goTop {
    right: 10px;
    bottom: 50px;
    position: fixed;
    -webkit-animation: bounce 6000ms alternate infinite ease;
    -moz-animation: bounce 6000ms alternate infinite ease;
    -ms-animation: bounce 6000ms alternate infinite ease;
    display: none;
}

.clear {
    clear: both;
}

.goTop {
    width: 45px;
}

.no-border {
    border: 0;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
.text-uppercase {
	text-transform:uppercase;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.block {
    display: block;
}

.white-box {
    border-bottom: 1px solid #efefef;
    padding: 10px;
    background-color: #FAFAFA;
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.solid-black {
    border: 0;
    border-bottom: 2px solid #333;
}

.solid-blue {
    border: 0;
    border-bottom: 2px solid #0d83dd;
    margin: 10px 0;
}

.solid-blue {
    border: 0;
    border-bottom: 2px solid #efefef;
    margin: 10px 0;
}

.font-blue {
    color: #0d83dd;
}
.font-orange {
	color:#f3780d;
}
.font-white {
	color:#fff;
}

.marT20 {
    margin-top: 20px;
}

.marT5 {
    margin-top: 5px !important;
}

.marT10 {
    margin-top: 10px !important;
}

.marB10 {
    margin-bottom: 10px !important;
}
.marB20 {
    margin-bottom: 20px !important;
}

.marB5 {
    margin-bottom: 5px;
}

.marL10 {
    margin-left: 10px;
}
.marL25 {
	margin-left:25px;
}
.marL26 {
	margin-left:26px;
}
.marR10 {
    margin-right: 10px;
}

.marR5 {
    margin-right: 5px;
}
.marTB5 {
	margin-top:5px;
	margin-bottom:5px;
}
.marTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.pad10 {
	padding:10px;
}
.padL10 {
	padding-left:10px;
}
.padR10 {
	padding-right:10px;
}
.padT10 {
	padding-top:10px;
}
.padB10 {
	padding-bottom:10px;
}

.padT5 {
	padding-top:5px;
}
.padB5 {
	padding-bottom:5px;
}
.padTB5 {
	padding-top:5px;
	padding-bottom:5px;
}

.padB8 {
	padding-bottom:8px;
}
.padTB10{
	padding-top:10px;
	padding-bottom:10px;
}
.noPad {
    padding: 0 !important;
}
.noTPad {
    padding-top: 0 !important;
}
.noBPad {
    padding-bottom: 0 !important;
}
.lineH26 {
    line-height: 26px;
}

.disBlock {
    display: block;
}

.disInlineBlock {
    display: inline-block;
}

.text-justify {
    text-align: justify;
}

.col-lg-20, .col-md-20, .col-sm-20, .col-xs-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-20 {
    width: 20%;
}

@media (min-width:1200px) {
    .col-lg-20 {
        width: 20%;
    }
}

@media (min-width:992px) {
    .col-md-20 {
        width: 20%;
    }
}

@media (min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/******* Scrollbar *css********
#scrollbar {  overflow: hidden;}
#scrollbar .viewport { width: 500px; height: 500px; overflow: hidden; position: relative; }
#scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar .scrollbar{ position: relative; background-position: 0 0; float: right; width: 5px; }
#scrollbar .track { height: 100%; width:5px; position: relative; }
#scrollbar .thumb {  height: 10px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar .thumb .end { overflow: hidden; height: 10px; width: 10px; }

/**** body scrollbar background ******
#ascrail2000 {width: 6px!important;z-index: 100000!important; }
       #ascrail2000 > div
       {
              border:1px solid #fff !important;
       }*/
.info-box {
	margin:10px 0;
	border-top:1px solid #efefef !important;
}
	.info-box .info-image {
		width:50px;
		height:50px;
		line-height:50px;
		background:#ff6513;
		color:#fff;
		float:left;
		border-radius:50%;
		margin:10px;
		text-align:center;
	}
		.info-box .info-image i {
		font-size:20px;
		font-weight:100;
		}
		.info-box .info-image img {
		width:13px;
        margin: 18px 0;
		}
	.fee-paid-info .info-box:nth-child(2n) .info-image {
		background:#327fdf;
	}
	.fee-paid-info .info-box:nth-child(3n) .info-image {
		background:#0bb596;
	}
	.fee-paid-info .info-box:nth-child(4n) .info-image {
		background:#f0660e;
	}
	.fee-paid-info .info-box:nth-child(5n) .info-image {
		background:#5016f4;
	}
	.fee-paid-info .info-box:nth-child(6n) .info-image {
		background:#2042f9;
	}
	.fee-paid-info .info-box:nth-child(7n) .info-image {
		background:#04b8da;
	}
	.fee-paid-info .info-box:nth-child(8n) .info-image {
		background:#1bb307;
	}
	.fee-paid-info .info-box:nth-child(9n) .info-image {
		background:#f48d16;
	}
	.fee-paid-info .info-box:nth-child(10n) .info-image {
		background:#9030ed;
	}
		.fee-paid-info .info-box:nth-child(11n) .info-image {
		background:#ed3030;
	}
	
.info-content {
	padding-left:90px;
}
.info-content h3,.info-content h5,.info-content h4{
	font-weight:400;
}
	.info-content .name > span {
		text-transform:uppercase;
	}
	.info-content .name  label,.fee-pending-detail label.base {
		font-weight:normal;
		padding:5px 7px;
			}
	.info-content h3 {
	margin-bottom:10px;
	margin-top:5px;
	}
	.info-content .highlight {
	background:#eaeaea;
	color:#0d83dd;
	padding:8px 10px;
	}
		.info-content .highlight .label {
			font-weight:normal;
			font-size:100%;
			    margin: 0;
				margin-top:-2px;
		}
.info-content h5,.info-content h4{
	margin-bottom:10px;
	margin-top:0
}
/*-----------------------------------------------------------------------------------------------------------
---------------------------------------------------------Contact Page---------------------------------------       
------------------------------------------------------------------------------------------------------------*/
.contact-bg {
    width: 100%;
    background: url(../images/contact.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

    .contact-bg:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: #424242;
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }

.contact-page .contact-title {
    text-align: center;
    margin: 50px 0;
}

    .contact-page .contact-title p {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        margin: 0px auto;
        width: 70%;
        color: #fff;
    }

.contact-page .form-control, .partners-page .form-control {
    font-size: 16px;
    background: none repeat scroll 0% 0% transparent;
    border: 1px solid #d6d6d6;
    border-width: thin;
    color: #fff;
    padding: 12px 15px;
    height: auto;
    margin-bottom: 30px;
}

.partners-page .form-control {
    color: #6e757a;
}

.contact-page textarea, .partners-page textarea {
    min-height: 200px;
    overflow: hidden;
}

.address-section {
    padding: 20px 0;
}

.location, .email, .phone {
    text-align: center;
    margin-bottom: 30px;
}

    .location span .fa, .email span .fa, .phone span .fa {
        font-size: 35px;
        color: #E25503;
    }

.contact-page .btn-white {
    height: 40px;
    line-height: 40px;
}

.contact-page ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #fff;
}

.contact-page :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.contact-page ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.contact-page :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.contact-page ::-ms-input-placeholder { /* Edge */
    color: #fff;
}

.contact-page :placeholder-shown { /* Standard one last! */
    color: #fff;
}

/*-----------------------------------------------------------------------
       Blog or Blogs
-----------------------------------------------------------------------*/
.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 50px;
}


.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
}

.blog .blog-item .blog-content h2 a{
  color:#333;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #ff851b;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

.blog ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  font-size: 16px;
  padding: 5px 14px;
}

.blog ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

.blog ul.pagination > li.active > a, 
.blog ul.pagination > li:hover > a {
  background-color: #ff851b !important;
  border-color: #ff851b !important;
  color: #fff;
}

.blog .search_box {
  border-color: #DEDEDE;
  height: 48px;
      padding-right: 40px;
  outline: medium none;
  box-shadow: none;
}
.blog .search_box:focus {
    border-color: #209de2;
}
.blog .search_box_icon {
    position: absolute;
        top: 6px;
    right: 18px;
        color: #878383;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.blog .widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#ff851b;
  color: #fff;
}

 .blog .badge:before {
  border-color: transparent transparent transparent #ff851b;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.blog .badge {
  background-color: #ff851b;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}


.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  padding: 30px;
}
.post_reply_content .lead {
  font-size:16px;
}
.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#ff851b;
}
.post_reply_comments p{
    line-height: 1.5;
}
.post_reply_comments p.comment {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #ff851b;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}
    .post_reply_comments a:hover {
        color:#fff;
    }
.post_reply_comments a:before {
  border-color: #ff851b transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}
/*-----------------------------------------------------------------------
       Button General Style
-----------------------------------------------------------------------*/


.btn {
    box-shadow: none;
    color: #fafafa;
    color: #fafafa;
}
	.btn.btn-default {
		color: #333;
		background: #eaeaea;
		color: #333;
		background: #eaeaea;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,.18),0 2px 1px 0 rgba(0,0,0,.15);
		padding: 4px 30px;
		height: auto;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,.18),0 2px 1px 0 rgba(0,0,0,.15);
	}
    .btn:hover, .btn:focus {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    }

.btn-flat {
    box-shadow: none;
    background-color: transparent;
}

    .btn-flat:hover, .btn-flat:focus {
        color: #000;
        color: black;
    }


.btn, .btn-flat, .btn-black, .btn-white {
    display: inline-block;
    height: 36px;
    margin: 0 0 15px 0;
    padding: 0 2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    background-clip: padding-box;
    line-height: 36px;
    text-transform: uppercase;
    border: 0;
    transition: all 0.40s ease;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.btn-green {
    border: 1px solid #85C51F;
    border: 0;
    /*background-color: #85C51F;*/
    background-color: #91cc01;
	border-bottom: 2px solid #7aa71d;
    color: #fff;
    height: auto;
    display: inline-block;
    margin-left: 2px;
    border-radius: 2px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.24);
    transition: all 0.40s ease;
    padding: 4px 30px;
	line-height:36px;
	font-size:14px;
	text-transform:uppercase;
}

.btn-black {
    border: 1px solid #000;
    background-color: #333;
    color: #fff;
    color: white;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.btn-white {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}


.btn-black:hover, .btn-black:active {
    background-color: #85c51f;
    border: 1px #76b019 solid;
    color: #fafdfe;
}

.btn-white:hover, .btn-white:active {
    background-color: #333;
    border: 1px #000 solid;
    color: #fff;
}

.btn-black.sm, .btn-white.sm, .btn-green.sm {
    padding: 0 1em;
    height: 33px;
    line-height: 33px;
    margin-bottom: 0;
}
.btn-refresh {
	width:35px;
	height:35px;
	    display: inline-block;
    margin: 0 0 15px 0;
	background:#333 url(../Images/refresh.png) no-repeat;
	background-position:center center;
	    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    transition: all 0.40s ease;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    color: white;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
	.btn-refresh:hover {
		background:#131313 url(../Images/refresh.png) no-repeat;
	background-position:center center;
	}
@media only screen and (max-width:600px) {
    .btn, .btn-flat {
        padding: 0 .5em;
    }
}

.btn i, .btn-flat i {
    line-height: inherit;
}

    .btn i.left, .btn-flat i.left {
        float: left;
        margin-right: 15px;
    }




/**********************media query************************************/
@media (min-width: 992px) {
    .modal-ex-lg {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-ex-lg {
        width: 1100px;
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }


    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

@media print {
	.inner-wrap {margin:0 ;}
	.receipt-wrap{width:100%;}
	.row {
    margin-right: -15px;
    margin-left: -15px;
}
	.modal-body {
		padding:0;
	}
	.modal-content {
		border:0;
	}
	.modal {
		padding:0 !important;
		margin:0;
	}
    .steps p {
        animation:none;
    }
.col-md-6 {
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float:left;
}
.col-md-6 {
    width: 50%;
}
.user-details {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #a8a8a8;
}
	.content-section {
		margin-left: 0;
		padding-top: 0;
	}

	.steps .white-box {
    border: 0;
    background: #fff;
    border: 1px solid #a8a8a8;
}
	.payall .payall-btn {
    color: #0d83dd !important;
    background: #efefef !important;
                -webkit-print-color-adjust: exact;
}

	.content-section p.withBg, p.withBg {
    text-transform: uppercase;
	    color: #fff !important;
		    background: #01c3c4 !important;
                -webkit-print-color-adjust: exact;
	}
            .table-striped > tbody > tr:nth-of-type(odd) {
                background-color: #f9f9f9 !important;
                -webkit-print-color-adjust: exact;
            }

        }


@media only screen and (max-width:900px) {
    body {
        font-size: 13px;
    }
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    padding-bottom: .2em;
    margin: .2em 0;
    color: #0d83dd;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    a:hover, a:active {
        color: #0d83dd;
    }

    a:active, a:focus {
        border: 0;
        outline: 0;
    }


@media only screen and (max-width:600px) {
    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.8em;
    }
}



.hline {
    width: 40px;
    border-bottom: 3px solid #E25503;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 10px;
}


@media (max-width:500px) {
    .col-xxs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-xxs-12 {
        width: 100%;
    }
}
/*-----------------------------------------------------------------------------------------------------------
---------------------------------------------------------radio and checkbox style---------------------------------------  
------------------------------------------------------------------------------------------------------------*/
.form-style .radio, .form-style .checkbox {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 13px;
    line-height: 27px;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    display: block;
}

.form-style.font-white .radio, .form-style.font-white .checkbox {
    color: #fff;
}

.form-style .radio.radio-sm {
    line-height: 13px;
    font-size: 12px;
}

.form-style .radio.text-white {
    color: #fff;
}

.form-style .radio {
    text-transform: none;
}

    .form-style .radio:last-child,
    .form-style .checkbox:last-child {
        margin-bottom: 0;
    }

    .form-style .radio input,
    .form-style .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .form-style .radio i,
    .form-style .checkbox i {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: none;
        border-width: 2px;
        border-style: solid;
        background: #fff;
    }

    .form-style .radio i {
        border-radius: 50%;
    }

    .form-style .radio input + i:after,
    .form-style .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .form-style .radio input + i:after {
        content: '';
        top: 3px;
        left: 3px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

.form-style .checkbox input + i:after {
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 7px;
    background: url('../images/tick.png') no-repeat;
    text-align: center;
}

.form-style .radio input:checked + i:after,
.form-style .checkbox input:checked + i:after {
    opacity: 1;
}

.form-style .inline-group {
    margin: 0 -30px -4px 0;
}

    .form-style .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .form-style .inline-group .radio,
    .form-style .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .form-style .inline-group .radio:last-child,
        .form-style .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }
/* icons */

.form-style [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
/* normal state */
.form-style .radio i,
.form-style .checkbox i {
    /*border-color: #E5A43B;*/
        border-color: #d8d8d8;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.checkRadio-white.form-style .radio i, .checkRadio-white.form-style .checkbox i {
    border-color: #fff;
}
/* hover state */
.form-style .radio:hover i,
.form-style .checkbox:hover i {
        border-color: #8aaf3c;
    box-shadow: 0 0 9px #adadad;
}

.checkRadio-white.form-style .radio:hover i, .checkRadio-white.form-style .checkbox:hover i {
    border-color: #fafafa;
}

.form-style .button:hover {
    opacity: 1;
}
/* focus state */
.form-style .radio input:focus + i,
.form-style .checkbox input:focus + i {
    border-color: #8aaf3c;
}
/* checked state */
.form-style .radio input + i:after {
    background-color: #8aaf3c;
}

.checkRadio-white.form-style .radio input + i:after {
    background-color: #01c3c4;
}

.form-style .checkbox input + i:after {
    color: #8aaf3c;
}

.form-style .radio input:checked + i,
.form-style .checkbox input:checked + i {
    border-color: #8aaf3c;
}

.checkRadio-white.form-style .radio input:checked + i, .checkRadio-white.form-style .checkbox input:checked + i {
    border-color: #fafafa;
}
/*------------------------------------------------------end--radio and checkbox style-------------------------------------*/
.dmtop {
    background-color: #efefef;
    border-bottom: 3px solid #0d83dd;
    background-image: url(../images/gotop.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
	box-shadow: 0 14px 59px -7px rgba(0,0,0,0.85);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.error_input {
    border-color: red !important;
    background: rgba(251, 8, 8, 0.1) !important;
}

.combo-box {
    position: relative;
    padding-right: 30px;
}

.combobox-icon {
    background: #eaeaea;
    border: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 18px;
}
@media (max-width:1400px) {
	.combobox-icon {
		top: 5px;
	}
}

    .combobox-icon:focus {
        box-shadow: none;
        outline: none;
    }
	

    .success-msg {
    width: 100%;
    font-size: 17px;
    border: 1px solid #db7675;
    border-left-width: 40px;
    padding: 12px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #f2dede;
    color: #0d83dd;
    margin: 0;
    margin-bottom: 5px;
}

    .success-msg:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }

.success-warning {
    width: 100%;
    font-size: 16px;
    border: 1px solid #F0AD4E;
    border-left-width: 40px;
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #d5e6f3;
    color: #73b6e8;
    margin: 0;
}

    .success-warning:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }


.offer-box {
    padding: 10px;
    background: #ebeeef;
}

.offer-box .image{
      width: 200px;
    margin-right: 10px;
    display: inline-block;
}
    .offer-box .image.first img {
        max-width:120px;
    }

