/*=============== CSS reset Start ================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; font-size: 14px; line-height: normal; background: #f0f0f0; color: #333333; font-family: 'Open Sans', sans-serif; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #333333; }
span { color: #9b9b9c; }
/*=============== CSS reset End ================*/




a, button, input { transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.container { max-width: 1170px; width: 100%; }
.bold { font-weight: 700 !important; }
i { color: #9b9b9c; }
h1 { font-size: 20px; line-height: 20px; }
h2 { font-size: 18px; line-height: 20px; }
h3 { font-size: 16px; line-height: 18px; }
h5 { font-size: 14px; line-height: 14px; }
.primary_color { background: #4d5052 !important; }
.secondary_color { background: #df5a0b !important; }
.third_color { background: #d0d0d0; color: #333 !important }
.blackcolor { color: #333333; }
.white_bg { background: #fcfcfc !important; }
.black_bg { background: #4d5052 !important; }
.orange_bg2 { background: #df8e0b !important; }
.white_color { color: #fff !important; }
.primarybtn { display: inline-block; border-radius: 14px; padding: 6px 20px; color: #fff; font-size: 12px; text-transform: uppercase; }
.primarybtn:hover { text-decoration: none; }
.orange_btn { background: #df5a0b; border: 1px solid #df5a0b; display: inline-block; border-radius: 16px; padding: 9px 20px; color: #fff; font-size: 12px; text-transform: uppercase; }
.orange_btn:hover, .orange_btn:focus { text-decoration: none; border: 1px solid #df5a0b; color: #df5a0b; background: #fff; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.nopadding { padding: 0 !important; }
.paddingright0 { padding-right: 0 !important; }
/*=============== Header Start ================*/

.wrapper { padding-top: 120px; min-height: calc(100vh - 60px); }
.main_header { width: 100%; background: #f0f0f0; position: fixed; top: 0; left: 0; z-index: 9; }
.logo_search .logo { float: left; max-width: 250px; width: 100%; margin: 8px 0; }
.logo_search .logo a { display: block; }
.logo_search .search_notification { max-width: 440px; width: 100%; float: right; }
.notification { float: right; margin-left: 25px; margin-top: 20px; position: relative; }
.search_bar { float: right; }
.user_info { float: right; margin-left: 25px; }
.logo_search i { font-size: 15px; }
.user_info .user_img { width: 38px; height: 38px; float: left; border-radius: 100%; border: 1px solid #cacacb; }
.user_info .user_img img { width: 100%; display: block; border-radius: 100%; }
.user_info .user_name { float: left; padding-left: 10px; padding-right: 16px; line-height: 38px; }
.user_info a { display: block; color: #666666; padding: 10px 20px 10px 8px; border-left: 1px solid #ebebeb; }
.user_info .caret { margin-top: 18px; }
.search_bar { width: 20px; height: 26px; float: right; overflow: hidden; margin-top: 16px; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.search_bar .search_btn { width: 20px; height: 26px; float: right; background: none; outline: none; border: none; }
.search_bar.show_search { width: 200px; }
.search_bar .search_box { background: none; outline: none; border: 1px solid #9b9b9c; width: calc( 100% - 20px); height: 26px; float: right; padding-left: 6px; }
.notification .noti_count { font-size: 8px; line-height: 8px; color: #fff; background: #e5585e; border-radius: 100%; position: absolute; top: -5px; right: -15px; display: block; padding: 4px 6px; }
.navbar-default { margin-bottom: 0; border: none; border-radius: 0; }
.navbar { min-height: 60px; }
.navbar-nav > li { margin-right: 85px; }
.navbar-nav { width: 100%; }
.secondary_color .navbar-nav > li { margin-right: 68px; }
.secondary_color .navbar-nav > li.lastchild { float: right; }
.navbar-nav > li:last-child { margin-right: 0; }
.navbar-nav > li > a { padding-top: 22px; padding-bottom: 22px; padding-left: 0; padding-right: 0; }
.navbar-nav > li.lastchild a { padding-left: 10px; padding-right: 10px; background: #5b9a65; }
.secondary_color .navbar-nav > li.lastchild a { padding-left: 10px; padding-right: 10px; background: #7c4fa0; }
.container-fluid { padding: 0; }
.navbar-collapse { padding: 0; }
.navbar-default .navbar-nav > li > a { font-size: 16px; line-height: 16px; color: #fff; position: relative; }
.navbar-default.secondary_color .navbar-nav > li > a { font-weight: 600; }
.navbar-default .navbar-nav > li:first-child > a { text-transform: uppercase; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: none; color: #fff; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; }
.navbar-default .navbar-nav > li > a:after { width: 100%; height: 4px; background: #4d5052; position: absolute; bottom: 2px; left: 0; content: ""; display: block; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.navbar-default.secondary_color .navbar-nav > li > a:after { width: 100%; height: 4px; background: #df5a0b; position: absolute; bottom: 2px; left: 0; content: ""; display: block; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.navbar-default .navbar-nav > li:last-child > a:after { background: none; }
.navbar-default .navbar-nav > li.active > a:after, .navbar-default .navbar-nav > li > a:hover:after { width: 100%; height: 4px; background: #fff; position: absolute; bottom: 2px; left: 0; content: ""; display: block; }
.user_credits { padding: 15px 0 0 0; }
.user_credits_info { padding: 60px 0 4px 0; }
.userpic { width: 90px; height: 90px; border-radius: 100%; padding: 4px; background: #f0f0f0; border: 2px solid #da7f49; position: absolute; top: -46px; left: 0; right: 0; margin: auto; }
.userpic img { width: 100%; border-radius: 100%; }
.user_credits_info .name { margin-bottom: 12px; }
.user_credits_info span { display: block; font-size: 12px; line-height: 19px; }
.notification_card { width: 100%; background: #de4961; padding: 10px; margin: 15px 0; }
.user_credits_info2 .notification_card { margin: 15px 0 7px 0; }
.notification_card .items_no { width: 72px; height: 72px; float: left; padding-top: 13px; background: #fff; border-radius: 100%; }
.notification_card .items_no span { color: #de4961; }
.notification_card .items_no .number { font-size: 28px; line-height: 28px; font-weight: 700; }
.notification_card .items_no .itemxtxt { font-size: 12px; line-height: 14px; font-weight: 600; }
.notification_card .about_notification { width: calc(100% - 72px); float: left; text-align: left; padding-left: 14px; }
.notification_card .about_notification h5 { text-transform: uppercase; }
.notification_card .about_notification span { font-size: 12px; line-height: 14px; margin: 6px 0; }
.notification_card .about_notification .read_more { border: 1px solid #fff; margin-top: 2px; }
.notification_card .about_notification .read_more:hover { background: #fff; color: #de4961; }
.user_credits_info p { color: #de4961; padding: 0 17px; }
.start_here { color: #f26822; text-transform: uppercase; line-height: 16px; line-height: 24px; display: block; }
.start_here:hover { color: #f26822; }
.progress_bar { max-width: 202px; width: 100%; margin: 0 auto; margin-top: 7px; margin-bottom: 37px; border-bottom: 1px solid #e2e2e2; padding-bottom: 16px !important; }
.progress_bar .progressbar { width: 100%; height: 16px; border: 1px solid #f26822; border-radius: 8px; padding: 2px; text-align: left; margin: 0 0 4px 0; }
.progress_bar .progressbar .progress_fill { width: 42%; height: 100%; background: #f26822; display: block; border-radius: 8px; }
.user_credits_info2 .progress_bar .progressbar .progress_fill { width: 68%; }
.progress_value { color: #de4961; font-weight: 700; }
.progress_value span { display: inline-block; color: #f26822; }
.usage_details { min-height: 335px; }
.available_upgrade { padding: 16px 18px; background: #fff; margin-bottom: 30px; }
.available_upgrade .cardbox { position: relative; }
.available_upgrade .cardbox figure { max-width: 128px; width: 100%; position: absolute; top: -58px; left: 0; }
.available_upgrade2 .cardbox1 figure { top: -34px; }
.renter_list .cardbox1 figure { top: -34px; }
.available_upgrade .cardbox figure img { width: 100%; }
.available_upgrade .rightbox { width: calc(100% - 128px); float: right; }
.available_upgrade .rightbox1 { padding-right: 25px; }
.available_upgrade .rightbox .text { max-width: 137px; width: 100%; float: left; }
.available_upgrade .rightbox .text span { display: block; }
.available_upgrade .rightbox .orange_btn { float: right; }
.btn_width { min-width: 115px; text-align: center; border-radius: 18px; }
.topbar { padding: 20px 10px 17px 10px; }
.topbar h1 { color: #ffffff; text-transform: uppercase; font-weight: 600; line-height: 23px; }
.topbar span { font-size: 20px; line-height: 20px; color: #efefef; border-bottom: 2px solid #4d5052; padding-top: 2px; display: inline-block; text-transform: uppercase; cursor: pointer; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.topbar span:hover { border-bottom: 2px solid #fff; }
.topbar a { font-size: 20px; line-height: 20px; color: #efefef; border-bottom: 2px solid #4d5052; padding-top: 2px; display: inline-block; text-transform: uppercase; cursor: pointer; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.topbar a:hover { border-bottom: 2px solid #fff; text-decoration: none; }
.topbar span i { margin-left: 5px; color: #efefef; }
.total_info_bar { background: #d0d0d0; padding: 10px; }
.info_list ul { padding: 10px; }
.info_list ul li { line-height: 22px; }
.info_list ul li label { float: left; }
.info_list ul li span { float: right; color: #333333; font-weight: 700; }
.info_list .apilink { font-size: 13px; padding: 10px 5px; display: block; color: #333333; word-wrap: break-word; }
.info_list .apilink:hover { color: #333333; }
.chart_info { padding: 5px 13px; }
.ct-line { stroke-width: 2px; }
.ct-point { stroke-width: 7px; }
.ct-perfect-fourth > svg { top: 6px; left: -12px; }
.user_info .dropdown-menu:before { content: ""; display: block; position: absolute; top: -10px; right: 75px; width: 0; height: 0; border-style: solid; border-width: 0 7.5px 10px 7.5px; border-color: transparent transparent #fff transparent; }
.dropdown-menu { margin: 0; padding: 0; border: 0; border-radius: 0; }
.dropdown-menu > li > a { padding: 5px 20px; border: 0; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #fff; background-color: #df5a0b; }
.notification .dropdown-menu { width: 300px; top: 38px; left: auto; right: -23px; }
.notification .dropdown-menu:before { content: ""; display: block; position: absolute; top: -10px; right: 22px; width: 0; height: 0; border-style: solid; border-width: 0 7.5px 10px 7.5px; border-color: transparent transparent #df5a0b transparent; }
.notification .dropdown-menu .notificatin_bar { background: #df5a0b; padding: 10px; }
.notification .dropdown-menu .notificatin_bar h3 { text-transform: uppercase; color: #fff; }
.notification .dropdown-menu .notificatin_bar .all { color: #fff; }
.notification .dropdown-menu .notificatin_bar .all i { color: #fff; margin-left: 5px; }
.notification .dropdown-menu ul > li { padding: 10px 10px 8px 10px; background: #fff; border-bottom: 1px solid #d0d0d0; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.notification .dropdown-menu ul > li:hover { background: #f3e8e1; }
.notification .dropdown-menu ul > li:last-child { border-bottom: none; }
.notification .dropdown-menu ul > li .bell_icon { width: 30px; height: 30px; float: left; border-radius: 100%; text-align: center; padding: 5px; background: #df5a0b; }
.notification .dropdown-menu > ul { height: 219px; overflow-y: scroll; }
.notification .dropdown-menu ul > li .bell_icon i { color: #fff; }
.notification_text { width: calc(100% - 30px); float: left; padding-left: 10px; }
.notification_title { line-height: 13px; font-weight: 700; color: #df5a0b; }
.notification_text p { font-size: 13px; line-height: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; margin: 5px 0 2px 0; }
.notification_text .notification_time { font-size: 13px; color: #4d5052; }
.see_clear { background: #4d5052; color: #fff; padding: 10px; }
.see_clear a { color: #fff; }
.see_clear a i { color: #fff; margin-left: 5px; }
.mobile_search { display: none; padding: 7px; background: #797878; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.mobile_search .search_box { float: left; width: calc( 100% - 88px); height: 30px; background: #fff; border: none; outline: none; padding-left: 10px; }
.mobile_search .search_btn { float: right; width: 88px; height: 30px; background: #f26822; color: #fff; border: none; outline: none; font-weight: 700; }
.mobile_search.show_search { display: block; }
.notifications_list { height: 277px; overflow-y: scroll; }
.notifications_list table tr td { padding: 11px; border-bottom: 1px solid #ccc; cursor: pointer; }
.notifications_list table tr:last-child td { border-bottom: 0; }
.notifications_list table tr td i { font-size: 17px; color: #df5a0b; }
.notifications_list table tr td .starred:hover:before { content: "\f005"; }
.notifications_list table tr td .starred.activestar:before { content: "\f005"; }
.notifications_list table tr td:nth-child(1n) { width: 3% }
.notifications_list table tr td:nth-child(2n) { width: 19% }
.notifications_list table tr td:nth-child(3n) { width: 50% }
.notifications_list table tr td:nth-child(4n) { width: 25% }
.notifications_list .not_txt { height: 22px; overflow: hidden; text-overflow: ellipsis; }
.notifications_list table tr td .not_title { color: #df5a0b; font-weight: 600; height: 15px; overflow: hidden; }
.footer { width: 100%; background: none; border-top: 2px solid #ccc; padding: 8px 0; margin-bottom: 0; position: relative; }
.footer .storage { max-width: 200px; width: 100%; float: left; color: #fff; font-size: 10px; }
.footer .storage span { color: #fff; }
.footer .account_activity_details { max-width: 241px; width: 100%; text-align: right; float: right; color: #fff; font-size: 10px; }
.footer .account_activity_details span { color: #fff; }
.footer .account_activity_details a { color: #fff; text-decoration: underline; }
.footer .powered_by { max-width: 108px; width: 100%; position: absolute; top: 12px; left: 0; right: 0; margin: auto; color: #fff; }
.footer .powered_by span { float: left; color: #fff; padding: 7px 5px 0 0; }
.footer .powered_by img { float: left; width: 100%; }
.coming_soon { min-height: 276px; text-align: center; padding-top: 112px; }
.coming_soon span { font-size: 30px; }
.api_Support { padding: 20px; margin-bottom: 30px; }
.form-horizontal { margin-top: 20px; }
/*
 *  * Row with equal height columns
 *   * --------------------------------------------------
 *    */
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.ct-chart2.ct-perfect-fourth { width: 72%; }
.btn-primary { background: #f26822; border-color: #f26822; }
.btn-primary:hover { background: #dc540f; border-color: #df5a0b; }
.signin { max-width: 320px; width: 100%; margin: 0 auto; padding-top: 38px; }
.signin .signin_header { text-align: center; }
.signin .signin_header a { display: block; }
.signin .signin_header p { font-size: 18px; color: #000000; line-height: 23px; font-weight: 600; margin-top: 28px; }
.signin .signin_form { background: #fff; border-radius: 4px 4px 0 0; margin-top: 40px; }
.topbar_form { background: #df5a0b; padding: 20px 0; text-align: center; border-radius: 4px 4px 0 0; font-size: 20px; line-height: 20px; color: #ffffff; font-weight: 600; }
.signin .main_form { padding: 30px 12px 16px 12px; }
.input_field { width: 100%; height: 38px; background: #f8f8f8; border: 1px solid #d9d9d9; border-radius: 4px; padding-left: 10px; color: #666666; }
.signin .input_field { padding-left: 35px; }
.signin .form-group { position: relative; margin-bottom: 20px; }
.signin .form-group i { font-size: 16px; color: #bbbbbb; position: absolute; top: 11px; left: 12px; }
 .input_field::-webkit-input-placeholder {
 color: #666666;
}
 .input_field:-moz-placeholder { /* Firefox 18- */
 color: #666666;
}
 .input_field::-moz-placeholder {  /* Firefox 19+ */
 color: #666666;
}
 .input_field:-ms-input-placeholder {
 color: #666666;
}
.signin_footer { margin-top: 30px; font-size: 12px; color: #888888; line-height: 12px; }
.signin_footer a { color: #df5a0b ; }
.signup { max-width: 655px; width: 100%; margin: 0 auto; margin-top: 48px; }
.signup .all_mapmyIndia { max-width: 265px; width: 100%; float: left; }
.signup .all_mapmyIndia .logo_img { margin-top: 6px; margin-bottom: 25px; }
.signup .about_txt { margin-bottom: 33px; }
.signup .about_txt h2 { color: #000000; font-weight: 600; }
.signup .about_txt p { font-size: 18px; color: #000000; line-height: 22px; }
.signup .device_img img { width: 100%; }
.signup .device_img { margin-bottom: 26px; }
.signup .already_ac { color: #000000; }
.signup .already_ac a { color: #df5a0b; text-decoration: underline; }
.signup .signup_form { max-width: 320px; width: 100%; float: right; }
.signup .main_form { padding: 20px 12px 20px 12px; background: #fff; }
.signup .main_form .form-group { margin-bottom: 20px; }
.fill_info { color: #888888; font-size: 12px; line-height: 15px; margin-top: 13px; display: block; }
.signup select { width: 100%; height: 38px; background: #f8f8f8 url(../images/downarrow.png) no-repeat; background-position: right 15px center; border: 1px solid #d9d9d9; border-radius: 4px; padding-left: 10px; color: #666666; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; cursor: pointer; }
.select { width: 100%; height: 38px; background: #f8f8f8 url(../images/downarrow.png) no-repeat; background-position: right 15px center; border: 1px solid #d9d9d9; border-radius: 4px; padding-left: 10px; color: #666666; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; cursor: pointer; }
.or_connect { width: 100%; padding: 0 10px; position: relative; text-align: center; }
.or_connect:after { width: 100%; height: 2px; background: #eee; position: absolute; top: 10px; left: 0; content: ""; display: block; }
.or_connect span { width: 100%; padding: 0 10px; position: relative; text-align: center; background: #fff; position: relative; z-index: 1; }
.signup .fb_twitt_btns { margin-top: 25px; }
.signup .primarybtn { min-width: 140px; padding: 13px 28px 11px 28px; border-radius: 18px; text-align: center; font-size: 12px; line-height: 12px; color: #ffffff; font-weight: 700; }
.signup .primarybtn.fb { background: #3a5695; border: 2px solid #3a5695; }
.signup .primarybtn.twit { background: #55acee; border: 2px solid #55acee; }
.signup .primarybtn.fb:hover { background: #fff; color: #3a5695; border: 2px solid #3a5695; }
.signup .primarybtn.twit:hover { background: #fff; color: #3a5695; border: 2px solid #55acee; }
.agree_check { color: #888888; font-size: 12px; line-height: 14px; }
.agree_check label { cursor: pointer; }
.agree_check input { cursor: pointer; }
.user_credits_info2 { padding: 75px 0 0 0; }
.user_credits_info2 .progress_bar { margin-bottom: 15px; }
.level { width: 115px; text-align: center; position: absolute; top: 26px; left: 0; right: 0; margin: auto; background: #f26822; padding: 4px 0; border: 2px solid #fff; display: inline-block; }
.level:before { width: 16px; height: 21px; background: url(../images/left_corner.png) no-repeat; position: absolute; left: -9px; bottom: -5px; content: ""; display: block; }
.level:after { width: 16px; height: 21px; background: url(../images/right_corner.png) no-repeat; position: absolute; right: -9px; bottom: -5px; content: ""; display: block; }
.level span { color: #ffffff; font-size: 14px; font-weight: bold; display: inline-block; }
.available_points .points { color: #df8e0b; }
.total_orders_devices { background: #fff; border-top: 1px solid #d6d6d6; margin-top: 7px; }
.total_orders_devices .count_box { width: 33.33%; float: left; padding: 15px 0 14px 0; border-right: 1px solid #d6d6d6; }
.total_orders_devices .count_box:last-child { border-right: none; }
.total_orders_devices .count_box .total_no { font-size: 20px; line-height: normal; color: #333333; }
.total_orders_devices .count_box .about_no { font-size: 10px; line-height: normal; color: #9b9b9c; text-transform: uppercase; }
.topbar.orange_bg2 span { border-bottom: 2px solid #df8e0b; }
.topbar.orange_bg2 span:hover { border-bottom: 2px solid #fff; }
.user_credits_info2 p { font-size: 12px; font-weight: 600; }
.device_details { min-height: 358px; }
.orders_quantity .order { width: 100%; min-height: 113px; padding: 24px 12px 24px 11px; border-bottom: 1px solid #d6d6d6; }
.orders_quantity .order .order_img_title { max-width: 160px; width: 100%; float: left; }
.orders_quantity .order .order_img { width: 55px; float: left; }
.orders_quantity .order .order_title { width: 90px; float: right; color: #333333; font-weight: 700; margin-top: 9px; }
.orders_quantity .order .order_quantity { float: right; min-width: 65px; background: #ecebeb; padding: 7px 0; text-align: center; border-radius: 18px; margin-top: 10px; }
.orders_quantity .order .order_quantity span { font-size: 12px; line-height: 12px; color: #333333; font-weight: 600; }
.shop_more { width: 175px; height: 32px; margin: 0 auto; margin-top: 22px; }
.shop_more a { width: 100%; height: 100%; background: #df8e0b; border: 1px solid #df8e0b; border-radius: 18px; display: block; color: #fff; }
.shop_more a:hover { background: none; color: #df8e0b; }
.shop_more a:hover span { color: #df8e0b; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.shop_more a:hover i { color: #df8e0b; border-right: 1px solid #df8e0b; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; }
.shop_more a span { font-size: 12px; color: #fff; display: inline-block; padding: 6px 14px; }
.shop_more a i { color: #fff; font-size: 19px; display: inline-block; padding: 6px 14px; border-right: 1px solid #fff; }
.shop_more a:hover { text-decoration: none; }
.delivered_order { padding: 10px 32px; border-bottom: 1px solid #d6d6d6; position: relative; }
.delivered_order ul li { font-size: 12px; color: #9b9b9c; line-height: 19px; margin-bottom: 8px; }
.delivered_order ul li:last-child { margin-bottom: 0; }
.delivered_order ul li label { font-weight: bold; }
.delivered_order .delivered_img { position: absolute; bottom: 9px; right: 11px; }
.logo_store_nav { float: left; max-width: 561px; width: 100%; }
.logo_store_nav .store_nav { max-width: 300px; float: left; margin-top: 18px; margin-left: 38px; }
.store_nav .dropdown { float: left; margin-right: 30px; }
.store_nav .dropdown:last-child { margin-right: 0; }
.store_nav button { color: #666666; background: none; border: none; outline: none; padding: 0; }
.store_nav button .caret { margin-left: 13px; }
.user_account { padding: 75px 0 35px 0; }
.for_section { padding: 0 0 0 0; }
.top_section { text-align: center; padding: 25px 0 15px 0; }
.top_section .main_title { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 5px; }
.top_section .about_text { font-size: 12px; color: #fff; }
.top_section ul { margin: 20px 0 25px 0; }
.top_section ul li { width: 37px; display: inline-block; margin-left: 6px; margin-right: 6px; }
.top_section ul li img { width: 100%; display: block; -webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out; -moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(100%); -o-transition: .5s ease-in-out; -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.top_section ul li img:hover { -webkit-filter: grayscale(0%); -webkit-transition: .5s ease-in-out; -moz-filter: grayscale(0%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(0%); -o-transition: .5s ease-in-out; -ms-filter: grayscale(0%); filter: grayscale(0%); filter: none; }
.title_bar { padding: 11px 11px; margin-top: 0; }
.title_bar h5 { font-size: 16px; line-height: 16px; font-weight: 700; }
.title_bar span a { color: #fff; font-size: 16px; line-height: 16px; font-weight: 300; }
.apps_manage { padding: 13px 12px 12px 12px; }
.apps_manage .app_box { float: left; width: 100%; }
.apps_manage .app_icon { width: 37px; float: left; }
.apps_manage .app_icon img { width: 100%; display: block; }
.apps_manage .about_app { float: left; width: calc(100% - 37px); padding-left: 14px; }
.apps_manage .about_app h6 { color: #333333; font-weight: 700; }
.apps_manage .about_app span { font-size: 12px; line-height: 14px; display: inline-block; margin-top: 3px; }
.apps_manage .orange_btn { width: 116px; float: right; font-size: 12px; text-align: center; font-weight: 700; padding: 6px 0; margin-top: 3px; }
.about_upgrade { width: 100%; background: #f0f4c3; padding: 5px 0; color: #9b9b9c; font-size: 12px; text-align: center; }
.orange_btn.active { text-decoration: none; border: 1px solid #df5a0b; color: #df5a0b; background: #fff; }
.orange_btn.active:hover { text-decoration: none; border: 1px solid #df5a0b; color: #fff; background: #df5a0b; }
.user_account .user_credits_info .progress_bar { padding: 0 9px; }
.total_credits { margin: 17px 0; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding: 10px 0; }
.total_credits h6 { color: #333333; font-weight: 700; margin-bottom: 2px; }
.total_credits span { margin-bottom: 6px; }
.total_credits .orange_btn { padding: 6px 0; font-weight: 600; }
.mmi_rewards { max-width: 134px; width: 100%; margin: 0 auto; margin-bottom: 12px; }
.mmi_rewards .gift_img { width: 52px; float: left; }
.mmi_rewards span { float: right; width: calc(100% - 52px); font-size: 14px; color: #da2153; line-height: 20px; font-weight: 700; margin-top: 9px; }
.copy_share { padding: 8px 7px; }
.copy_share input { max-width: 150px; width: 100%; height: 26px; border: 1px solid #d8d8d8; padding-left: 7px; padding-right: 5px; margin: 6px auto; color: #9b9b9c; font-size: 12px; line-height: 12px; border-radius: 16px; }
.social_icons { text-align: center; padding-bottom: 10px; }
.social_icons li { width: 26px; height: 26px; display: inline-block; }
.social_icons li a { width: 100%; height: 100%; display: block; border-radius: 100%; }
.social_icons li.fb a { background: #3a5695 url(../images/fb.png) no-repeat; background-position: center 7px; border: 1px solid #3a5695; }
.social_icons li.twit a { background: #55acee url(../images/twitter.png) no-repeat; background-position: center 7px; border: 1px solid #55acee; }
.social_icons li.googleplus a { background: #e05139 url(../images/google.png) no-repeat; background-position: center 7px; border: 1px solid #e05139; }
.social_icons li.fb a:hover { background: #fff url(../images/fb.png) no-repeat; background-position: center -63px; border: 1px solid #3a5695; }
.social_icons li.twit a:hover { background: #fff url(../images/twitter.png) no-repeat; background-position: center -63px; border: 1px solid #55acee; }
.social_icons li.googleplus a:hover { background: #fff url(../images/google.png) no-repeat; background-position: center -63px; border: 1px solid #e05139; }
.map { width: 100%; height: 100%; background: #fff; }
.map img { width: 100%; }
.update_form { padding: 20px 0; }
.update_form2 { padding: 20px 10px 34px 10px; }
.update_form .row { margin-right: -10px; margin-left: -10px; }
.update_form .col-xs-12, .update_form .col-sm-12, .update_form .col-md-6, .update_form .col-lg-6 { padding-left: 10px; padding-right: 10px; }
.textarea_field { width: 100%; height: 94px; resize: none; background: #f8f8f8; border: 1px solid #d9d9d9; border-radius: 4px; padding-left: 10px; color: #666666; }
.update_form .label_txt { color: #333333; font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.update_btn { min-width: 140px; float: right; background: #df5a0b ; font-size: 11px; font-weight: 700; color: #fff; outline: none; border: 1px solid #df5a0b ; text-align: center; border-radius: 18px; padding: 10px 20px; margin: 7px 10px 0 0; }
.update_btn:hover { color: #df5a0b ; background: #fff; }
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.user_pic { width: 120px; height: 120px; border-radius: 100%; padding: 4px; background: #f0f0f0; border: 2px solid #da7f49; position: relative; left: 0; right: 0; margin: auto; }
.user_pic img { width: 100%; border-radius: 100%; }
.photo_upload { background: url(../images/bg.png) repeat; position: relative; width: 100%; height: 100%; padding: 36px 0 62px 0; border: 1px dashed #ccc; }


.custom-file-input { display: inline-block; position: absolute; color: #533e00; width: 200px; height: 100%; top: 0; left: 0; right: 0; margin: auto; }
.custom-file-input input { visibility: hidden; width: 100px; margin: 0 auto; }
.custom-file-input:before { text-align: center; text-align: center; content: 'Edit Picture'; display: block; background: none; border: 0; border-radius: 0; padding: 5px 0px; outline: none; white-space: nowrap; cursor: pointer; font-size: 10pt; position: absolute; left: 0; right: 0; top: 164px; font-weight: 600; color: #9b9b9c; }
.mt10 { margin-top: 10px; }

.photo_edit{position: relative; width: 100%; height: 100%; padding: 52px 0 62px 0;}
.photo_edit .custom-file-input:before { top:176px;}

 /* WebKit and Opera browsers */
  @-webkit-keyframes spinner {
 from {
-webkit-transform: rotateY(0deg);
}
 to {
-webkit-transform: rotateY(-360deg);
}
}

  /* all other browsers */
  @keyframes spinner {
 from {
 -moz-transform: rotateY(0deg);
 -ms-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 to {
 -moz-transform: rotateY(-360deg);
 -ms-transform: rotateY(-360deg);
 transform: rotateY(-360deg);
}
}
.spinner { -webkit-animation-name: spinner; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 1s; animation-name: spinner; animation-timing-function: linear; animation-iteration-count: infinite; animation-duration: 9s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.spinner:hover { -webkit-animation-play-state: paused; animation-play-state: paused; }
.user_account_info { padding: 20px 0 35px 0; }
.user_account_info .user_credits_info .progress_bar { padding: 0 9px; }
.available_upgrade3 .cardbox1 figure { max-width: 97px; top: -58px; }
.available_upgrade3 .text { font-size: 16px; }
.available_upgrade3 .text2 { margin-left: 24px; }
.free_plan { margin-right: 10px; }
.user_details .fa { margin-right: 10px; color: #df5a0b; }
.user_details .edit { color: #df5a0b; text-decoration: underline; }
.user_details .plus_sign { cursor: pointer; line-height: 20px; line-height: 32px; }
.user_details tr td { font-size: 13px; vertical-align: middle !important; }
.user_details tr td:nth-child(1n) { width: 5%; }
.user_details tr td:nth-child(2n) { width: 30%; }
.user_details tr td:nth-child(3n) { width: 20%; }
.user_details tr td:nth-child(4n) { width: 35%; }
.user_details tr td:nth-child(5n) { width: 10%; }
.user_details table td.add_user { text-align: center; }
input[type=checkbox]:not(old) { width : 28px; margin : 0; padding : 0; opacity : 0; cursor: pointer; }
input[type=checkbox]:not(old) + label { display : inline-block; cursor: pointer; margin-left : -28px; padding-left : 28px; background: url(../images/check.png) no-repeat 0 0; line-height : 24px; }
input[type=checkbox]:not(old):checked + label { background-position : 0 -176px; }
.google_ad { min-width: 120px; }
.navigate { margin-bottom: 83px; }
.navigate li { float: left; margin: 0 14px; position: relative; }
.navigate li:first-child { margin-left: 0; }
.navigate li:after { content: "\f105"; color: #f26822; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 2px; left: -14px; z-index: 1; font-size: 18px; }
.navigate li:first-child:after { content: ""; }
.navigate li a { color: #f26822; font-size: 16px; }
.navigate li.active a { color: #333333; font-weight: 600; }
.navigate li a i { color: #f26822; }
.subscription_details { margin: 0; }
.subscription_details tr { font-size: 12px; }
.subscription_details tr th { font-weight: 700; vertical-align: middle; }
.subscription_details tr td { vertical-align: middle !important; }
.subscription_details tr td span { color: #333; }
.subscription_details tr td .app_icon { float: left; width: 30px; height: 30px; margin-right: 6px; }
.subscription_details tr td .app_text { line-height: 30px; display: inline-block; }
.subscription_details tr .btn-group .btn { font-size: 12px; padding: 3px 9px; background: #fff; color: #df5a0b; border: 1px solid #df5a0b; }
.subscription_details tr .btn-group .btn:hover { color: #fff; background: #df5a0b; }
.usage_details_3 .topbar { padding: 12px 10px 11px 10px; }
.usage_details_3 .topbar h1 { line-height: 37px; }
.apps_manage .btns { float: right; margin-top: 6px; }
.apps_manage .btns li { float: left; margin-right: 10px; }
.apps_manage .btns li:last-child { margin-right: 0; }
.apps_manage .btns li a { width: 116px; float: right; font-size: 12px; text-align: center; font-weight: 700; padding: 6px 0; margin-top: 3px; text-decoration: none; border: 1px solid #df5a0b; color: #df5a0b; background: none; border-radius: 16px; }
.apps_manage .btns li.active a, .apps_manage .btns li a:hover { border: 1px solid #fff; color: #fff; background: #df5a0b; }
.apps_manage .btns li.active a:hover { border: 1px solid #df5a0b; color: #df5a0b; background: #fff; }
.moredata { text-align: center; padding: 13px 0; }
.moredata li { display: inline-block; width: 60px; height: 60px; margin: 0 10px; }
.moredata li span { display: block; margin-top: 5px; }
.moredata li a { width: 37px; height: 37px; display: block; margin: 0 auto; }
.moredata li a img { width: 100%; display: block; }
.moredata li a img { width: 100%; display: block; -webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out; -moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(100%); -o-transition: .5s ease-in-out; -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.moredata li a img:hover { -webkit-filter: grayscale(0%); -webkit-transition: .5s ease-in-out; -moz-filter: grayscale(0%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(0%); -o-transition: .5s ease-in-out; -ms-filter: grayscale(0%); filter: grayscale(0%); filter: none; }
.notificationbox { background: #fff; margin-bottom: 10px; padding: 15px; position: relative; }
.notificationbox figure { width: 40px; float: left; }
.notificationbox figure img { width: 100%; }
.notificationbox .notification_content { width: calc(100% - 40px); float: left; padding-left: 19px; padding-top: 8px; }
.notificationbox .notification_content h3 { font-weight: 700; }
.close_icon { position: absolute; top: 7px; right: 9px; }
.close_icon i { font-size: 20px; color: #df5a0b; cursor: pointer; }
.last_updated_balance { padding: 15px 10px; }
.main_balance { font-size: 25px; color: #333333; line-height: 22px; margin-bottom: 8px; }
.main_balance span { color: #333333; }
.recent_transactions_info{ height:311px; overflow:auto;}
.recent_transactions_info table tr th { background: #d0d0d0; font-weight: 700; border: none; }
.table-striped > tbody > tr:nth-of-type(even) { background-color: #f9f9f9; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #fff; }
.recent_transactions_info table { margin-bottom: 0; }
.topupamount { display: table; }
.topup_fields { padding: 15px 10px; }
.topup_fields h5 { margin-bottom: 10px; }
.topup_fields .label_txt { margin-bottom: 8px;font-weight: 600; }
.topup_btn .btn { width: 100%; }





.profile_account .nav-tabs > li{ width:25%; margin:0; text-align:center;}
.profile_account .nav-tabs > li > a{    background: #df5a0b; color:#fff; font-weight:bold;     line-height: 19px;}

.profile_account .nav-tabs > li.active > a, .profile_account .nav-tabs > li.active > a:hover, .profile_account .nav-tabs > li.active > a:focus{ background:#4d5052; color:#fff;}

.profile_account .label_txt {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}
.profileaccount{ padding:20px; }

.profile_account .tab-content > .tab-pane{ margin-top:5px;}

.center_titlebar {
    padding: 11px 0; font-weight:700; border-top:1px solid #d0d0d0;  text-align:center;
}

.ltext{    color: #333333;
    font-size: 13px;
    font-weight: 700;     line-height: 32px;
   }



.on_off{ display:inline-block; float:right; margin:4px  0 0 0;}
.switch_btn { margin-top: 2px; }
.switch_btn { position: relative; display: block; vertical-align: top; width: 50px; height: 21px; border-radius: 18px; cursor: pointer; float: right; }
.checked_switch { position: absolute; top: 0; left: 0; opacity: 0; }
.text_switch { background-color: #4d5052; border: 1px solid #4d5052; border-radius: inherit; color: #fff; display: block; font-size: 15px; height: inherit; position: relative; text-transform: uppercase; }
.text_switch:before, .text_switch:after { position: absolute; top: 50%; margin-top: -.5em; line-height: 1; -webkit-transition: inherit; -moz-transition: inherit; -o-transition: inherit; transition: inherit; }
.text_switch:before { content: attr(data-no); right: 11px; }
.text_switch:after { content: attr(data-yes); left: 11px; color: #FFFFFF; opacity: 0; }
.checked_switch:checked ~ .text_switch { background-color: #df5a0b; border: 1px solid #df5a0b; }
.checked_switch:checked ~ .text_switch:before { opacity: 0; }
.checked_switch:checked ~ .text_switch:after { opacity: 1; }
.toggle_btn { background: linear-gradient(#eee, #fafafa); border-radius: 100%; height: 15px; left: 3px; position: absolute; top: 3px; width: 15px; }
.toggle_btn::before { color: #aaaaaa; content: ""; display: inline-block; font-size: 12px; letter-spacing: -2px; padding: 4px 0; vertical-align: middle; }
.checked_switch:checked ~ .toggle_btn { left: 32px; }
.text_switch, .toggle_btn { transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }
.text_switch { font-size: 9px !important; }


textarea.textareafield{ height:96px; resize:none;}

.method_type{ margin:6px 0 0 0;}
.method_type ul li{ float:left; width:25%; text-align:center; cursor:pointer;}
.method_type ul li label{cursor:pointer;}
.method_type ul li figure{ width:60px;    margin: 0 auto;}
.method_type ul li img{ width:100%; margin:0 auto; height:100%; display:block; border-radius:6px;     opacity: .5;

    -webkit-box-shadow:  0px 4px 15px -3px rgba(0,0,0,0.44);
    -moz-box-shadow:  0px 4px 15px -3px rgba(0,0,0,0.44);
    box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.44);
}
.method_type ul li.selected_method img{ opacity:1;}
.method_type ul li span{     display: block;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;      margin-bottom: 2px;   color: #333;}

.method_type ul li.debitcard img{ background:#6bbea1;}
.method_type ul li.creditcard img{ background:#ccb375;}
.method_type ul li.ibanking img{ background:#63a0bf;}
.method_type ul li.paypal img{ background:#cecece;}






.custom-radio{
		width: 23px;
		height: 23px;     margin: 0 auto; text-align:center;
		display: inline-block;
		position: relative;
		z-index: 1;
		top: 3px;
		background: url("../images/radio.png") no-repeat 0 0;
	}
	.custom-radio:hover{            
		background: url("../images/radio.png") no-repeat 0 0;
	}
	.custom-radio.selected{
		background-position : 0 -176px;
	}
	.custom-radio input[type="radio"]{
		margin: 1px;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}
    
  
  
  
  .signin_form .fb_twitt_btns { margin-top: 25px; }
.signin_form .primarybtn { min-width: 140px; padding: 13px 28px 11px 28px; border-radius: 18px; text-align: center; font-size: 12px; line-height: 12px; color: #ffffff; font-weight: 700; }
.signin_form .primarybtn.fb { background: #3a5695; border: 2px solid #3a5695; }
.signin_form .primarybtn.twit { background: #55acee; border: 2px solid #55acee; }
.signin_form .primarybtn.fb:hover { background: #fff; color: #3a5695; border: 2px solid #3a5695; }
.signin_form .primarybtn.twit:hover { background: #fff; color: #3a5695; border: 2px solid #55acee; }
.signin_footer{ margin-bottom:20px;}
 



@media (min-width:992px) and (max-width:1199px) {
.available_upgrade { padding: 16px 11px; }
.available_upgrade .cardbox figure { max-width: 81px; top: -33px; }
.available_upgrade3 .cardbox1 figure { max-width: 57px; }
.available_upgrade .rightbox { width: calc(100% - 85px); }
.available_upgrade .rightbox1 { padding-right: 4px; }
.usage_details { min-height: 372px; margin-bottom: 30px; }
.topbar h1 { font-size: 17px; }
.topbar span { font-size: 17px; }
.available_upgrade2 .cardbox1 figure { top: -9px; }
.available_upgrade3 .cardbox1 figure { top: -20px; }
}

@media (min-width:992px) and (max-width:1120px) {
.orders_quantity .order .order_img_title { max-width: 135px; }
.orders_quantity .order .order_quantity { min-width: 60px; }
.orders_quantity .order .order_img { width: 42px; }
.orders_quantity .order .order_img img { width: 100%; }
.orders_quantity .order .order_title { font-size: 13px; line-height: 16px; margin-top: 3px; }
.orders_quantity .order .order_quantity { margin-top: 3px; }
.orders_quantity .order .order_quantity span { font-size: 10px; }
.orders_quantity .order { padding: 38px 12px 24px 11px; }
}

@media (max-width:1172px) {
.navbar-nav { width: 100%; }
.navbar-nav > li { margin-right: 66px; }
.navbar-nav > li:last-child { float: right; }
.secondary_color .navbar-nav > li { margin-right: 52px; }
.secondary_color .navbar-nav > li.lastchild { margin-right: 0 !important }
}

@media (max-width:1172px) {
.available_upgrade3 .text2 { margin-left: 0; }
}

@media (max-width:1070px) {
.navbar-nav > li { margin-right: 53px; }
.secondary_color .navbar-nav > li { margin-right: 40px; }
}

@media (max-width:1040px) {
.logo_store_nav { max-width: 496px; }
.logo_store_nav .store_nav { margin-left: 18px; }
.store_nav .dropdown { margin-right: 15px; }
.store_nav button .caret { margin-left: 7px; }
}

@media (max-width:991px) {
.navbar-nav > li { margin-right: 38px; }
.available_upgrade { margin-top: 30px; }
.available_upgrade .rightbox1 { padding-right: 0; }
.available_upgrade .cardbox figure { max-width: 78px; top: -30px; }
.available_upgrade .rightbox { width: calc(100% - 100px); }
.available_upgrade .cardbox2 figure img { margin-left: 15px; }
.usage_details { margin-bottom: 30px; }
.notification_center { max-width: 290px; margin: 0 auto; }
.secondary_color .navbar-nav > li { margin-right: 22px; }
.navbar-default .navbar-nav > li > a { font-size: 14px; }
.total_credits { padding: 0 10px; }
.total_credits .orange_btn { max-width: 350px; width: 100%; }
.progress_bar { max-width: 272px; }
.copy_share input { max-width: 230px; }
.for_section { margin-top: 20px; }
.map_address { margin-top: 20px; margin-bottom: 20px; }
.edit_profile { margin: 20px 0 20px 0; }
.picture_upload { margin-top: 20px; }
.photo_upload { padding: 36px 0 61px 0; }
}

@media (max-width:975px) {
.logo_store_nav { max-width: 404px; }
.logo_search .logo { max-width: 180px; margin: 14px 0 10px 0; }
.logo_search .logo img { width: 100%; }
.store_nav button { font-size: 12px; }
}

@media (max-width:900px) {
.navbar-nav > li { margin-right: 26px; }
.secondary_color .navbar-nav > li { margin-right: 22px; }
}

@media (max-width:875px) {
.logo_store_nav { max-width: inherit; width: auto; }
.logo_store_nav .store_nav { display: none; }
}

@media (max-width:830px) {
.navbar-nav > li { margin-right: 16px; }
}

@media (max-width:767px) {
.container { padding-right: 10px; padding-left: 10px; }
.row { margin-right: -10px; margin-left: -10px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 10px; padding-left: 10px; }
h1 { font-size: 15px; }
.navbar-nav { margin: 0; }
.navbar-nav > li { margin: 0; }
.navigation .container { padding: 0; }
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin: 0; }
.navbar-default .navbar-nav > li > a { padding: 10px; }
.navbar-nav > li:last-child { float: none; }
.navbar-default .navbar-nav > li.active > a:after, .navbar-default .navbar-nav > li > a:hover:after { display: none; background: #f26822; }
.navbar-default .navbar-nav > li > a:after { transition: none; display: none; }
.navbar-default .navbar-nav > .active > a { background: #f26822; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background: #f26822; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; }
.navbar-default .navbar-toggle { float: left; margin: 10px 0 10px 10px; border-color: #fff; border-radius: 0; padding: 6px 8px; }
.search_notification { position: absolute; right: 0; top: 50px; z-index: 99; }
.user_info .user_name { color: #fff; }
.user_info .caret { color: #fff; }
.logo_search i { color: #fff; }
.search_bar .search_box { border: 1px solid #fff; }
.navbar-default .navbar-toggle .icon-bar { background: #fff; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #f26822; border-color: #f26822; }
.logo_search .logo { float: none; margin: 8px auto; }
.usage_details { min-height: inherit; margin-bottom: 15px; }
.available_upgrade .cardbox1 { margin-bottom: 0; padding-bottom: 15px; border-bottom: 1px solid #ccc; }
.available_upgrade .cardbox2 { padding-top: 24px; }
.available_upgrade .cardbox figure { top: -9px; }
.available_upgrade .cardbox2 figure { top: 6px; }
.available_upgrade .rightbox .orange_btn { width: 100px; text-align: center; }
.orange_btn { padding: 7px 13px; font-size: 11px; }
.available_upgrade .cardbox2 figure img { margin-left: 0; }
.available_upgrade { margin-top: 15px; margin-bottom: 15px; }
.notification .dropdown-menu { width: 300px; left: -74px; right: 0; }
.notification .dropdown-menu:before { left: 73px; right: auto; }
.user_info a { padding: 3px 10px 5px 8px; }
.logo_search .search_notification { max-width: 261px; }
.topbar { padding: 12px 10px 10px 10px; }
.topbar span { font-size: 16px; }
.progress_bar { margin-bottom: 10px; }
.search_bar .search_box { display: none; }
.footer { padding-top: 48px; }
.storage_activity { width: 100%; border-top: 1px solid #fff; padding-top: 37px; }
.form-horizontal .control-label { margin-bottom: 10px; }
.signin .signin_header p { font-size: 16px; }
.signup .all_mapmyIndia { max-width: 440px; float: none; margin: 0 auto; padding: 0 10px; }
.signup .signup_form { max-width: inherit; float: none; padding: 0 10px; }
.signup .signup_form { margin-top: 30px; }
.signup .primarybtn { min-width: 124px; padding: 15px 7px 13px 7px; }
.signup .main_form { margin-bottom: 20px; }
.signin { padding-left: 10px; padding-right: 10px; }
.notifications_list table tr td:nth-child(1n) { width: auto; }
.notifications_list table tr td:nth-child(2n) { width: auto; }
.notifications_list table tr td:nth-child(3n) { width: auto; }
.notifications_list table tr td:nth-child(4n) { width: auto; }
.notifications_list table thead { display: none; }
.notifications_list table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; }
.notifications_list table td { background: #e6dfdf; display: block; text-align: left; font-size: 13px; border-bottom: 1px dotted #ccc; }
.notifications_list table td:last-child { border-bottom: 0; }
.notifications_list table td:before { content: attr(data-title); float: left; text-transform: uppercase; font-weight: bold; }
.logo_store_nav { float: none; }
.notification .noti_count { background: #fff; color: #e5585e; }
.secondary_color .navbar-nav > li.lastchild { float: none; width: 100%; }
.secondary_color .navbar-nav > li { margin-right: 0; }
.apps_manage .orange_btn { width: 104px; }
.top_section ul li { margin-bottom: 5px; }
.device_details { margin-bottom: 20px; }
.orders_quantity .order { min-height: 89px; padding: 19px 12px 6px 11px; }
.device_details { min-height: inherit; padding-bottom: 10px; }
.shop_more { margin-top: 8px; }
.row-eq-height { display: block !important; }
.edit_profile .photo_upload { padding-top: 176px; }
.edit_profile { margin-left: 0; margin-right: 0; }
.update_btn { width: 100%; margin: 0; }
.updatebtn { padding: 0 10px; }
.update_btn { padding: 7px 20px; }
.paddingright0 { padding-right: 10px !important; }
.available_upgrade .rightbox1 .orange_btn { margin-top: 4px; }
.navbar { min-height: 40px; }
.search_bar { margin-top: 10px; }
.notification { margin-right: 31px; margin-top: 16px; }
.wrapper { padding-top: 97px; }
.title_bar { margin-top: 0; }
.for_section { padding: 18px 0 5px 0; }
.top_section ul { margin: 18px 0 5px 0; }
.apps_manage .orange_btn { margin-top: 9px; }
.mt10 { margin-top: 0; }
.update_form2 { padding: 20px 0 15px 0; }
.picture_upload { margin-bottom: 20px; }
.navbar-nav { padding-top: 13px; -webkit-box-shadow: inset 0px 5px 21px -12px rgba(0,0,0,0.75); -moz-box-shadow: inset 0px 5px 21px -12px rgba(0,0,0,0.75); box-shadow: inset 0px 5px 21px -12px rgba(0,0,0,0.75); }
.user_details .plus_sign { display: none; }
.user_details table td.add_user { text-align: center; }
.user_details table td.add_user:before { float: none; color: #df5a0b; font-size: 14px; }
.user_details table td.add_btn .btn { width: 100%; }
.user_details table .add_new_user td { border: none; }
.user_details table thead tr th { display: none; }
.user_details table thead tr th:first-child { display: block; text-align: right; }
.user_details table tr { display: block; }
.user_details table td { display: block; text-align: right; font-size: 12px; border-bottom: 1px dotted #ccc; }
.user_details table td:last-child { border-bottom: 0; }
.user_details table td:before { font-size: 10px; content: attr(data-title); float: left; text-transform: uppercase; font-weight: bold; }
.available_upgrade3 .cardbox1 figure { max-width: 48px; }
.user_details tr td:nth-child(1n) { width: auto; }
.user_details tr td:nth-child(2n) { width: auto; }
.user_details tr td:nth-child(3n) { width: auto; }
.user_details tr td:nth-child(4n) { width: auto; }
.user_details tr td:nth-child(5n) { width: auto; }
.navigate li a { font-size: 14px; }
.subscription_details thead { display: none; }
.subscription_details tr { display: block; border-top: 3px solid #ddd; border-bottom: 3px solid #ddd; }
.subscription_details td { display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }
.subscription_details td:last-child { border-bottom: 0; }
.subscription_details td:before { content: attr(data-title); float: left; text-transform: uppercase; font-weight: bold; }
.usage_details_3 .topbar h1 { line-height: 33px; }
.subscription_details tr td .app_icon { display: none; }
.subscription_details tr td .app_text { line-height: 20px; }
.apps_manage .btns li a { width: 97px; }
}


@media (max-width:600px) {

.profileaccount{ padding:10px;}
.profile_account .nav-tabs > li{ width:50%;    margin-bottom: 2px;}
.profile_account .nav-tabs > li > a{ border-radius:0; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ border-right:0;}
.updatebtn{ padding:0;}

}







@media (max-width:480px) {
.available_upgrade .rightbox .orange_btn { float: none; margin-top: 10px; }
.available_upgrade .cardbox figure { top: 0; }
.available_upgrade .cardbox2 figure { top: 26px !important; }
.available_upgrade .rightbox .text { max-width: 163px; }
.available_upgrade .rightbox .text span { display: block; }
.footer .storage, .footer .account_activity_details { max-width: inherit; float: none; text-align: left; }
}
.footer { width: 100%; background: none; border-top: 2px solid #ccc; padding: 8px 0; margin-bottom: 0; background: #f0f0f0; position: relative; }
.footer .storage, .footer .account_activity_details, .footer .storage span { color: #333; }
.footer .account_activity_details a { color: #333; text-decoration: none; }
.footer .account_activity_details span { color: #333; }
.preloader { width: 60px; height: 60px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.preloader img { width: 100%; }
.main_form .form-group { position: relative; }
.main_form .form-group .error_msg { display: none; color: #d85b5f; margin-top: 8px; font-weight: 600; font-size: 12px; }
.main_form .form-group.error .error_msg { display: block; }
.main_form .form-group.error { margin-bottom: 8px; }
.main_form .form-group.error .input_field { background: #feebe5; border-color: #b8755b; }
.main_form .form-group.error select { background: #feebe5; border-color: #b8755b; }
.signin .form-group i { color: #b8755b; }

#alert{font-size:13px;display: none;padding:25px 5px 25px 5px;text-align:center;border:1px solid #FFC74D;border-radius:2px;background:#FFFFCC;top:0;left:0%;right:0%;position:fixed;z-index:1000;}		

/* My Orders 29th NOV 2016 Start */


.order_lists { margin-top: 20px; }
.order_box { width: 100%; margin-bottom: 20px; border: 1px solid #ccc; }
.order_box .orderno_track { background: #f9f9f9; padding: 13px; border-bottom: 1px solid #ccc; }
.order_box .orderno_track .orderno { min-width: 212px; float: left; background: #989898; border-color: #989898; padding: 7px 0; text-align: center; display: inline-block; color: #fff; font-weight: 600; border-radius: 0; }
.trackbtn { float: right; border-radius: 0; background: #f6f6f6; }
.order_details { padding: 13px; border-bottom: 1px solid #dfdfdf; }
.order_details .productimg { width: 110px; float: left; padding: 0 20px; }
.order_details .productimg img { width: 100%; }
.order_details .total_details { width: calc(100% - 110px); float: left; }
.productname_qty { width: 40%; float: left; padding: 0 10px; }
.product_price { width: 20%; float: left; padding: 0 10px; }
.delivered_date { width: 40%; float: left; padding: 0 10px; }
.product_name { margin: 4px 0 1px 0; }
.orderdate_totalprice { padding: 13px; }
.orderdate { float: left; }
.totalprice { float: right; }
.spacebox { padding: 0 20px; }

@media (max-width: 767px) {
.order_box { font-size: 12px; }
.spacebox { padding: 0 5px; }
.order_details .productimg { max-width: auto; width: 100%; text-align: center; margin-top: 10px; margin-bottom: 10px; }
.order_details .productimg img { max-width: 110px; }
.order_details .total_details { width: 100%; }
.productname_qty, .product_price, .delivered_date { width: 100%; }
.orderdate_totalprice { padding: 5px; }
.order_details { padding: 0px; }
.order_box .orderno_track { padding: 10px; }
.order_box .orderno_track .orderno { min-width: 179px; font-size: 12px; }
}
/* My Orders 29th NOV 2016 End */
.no_orders{ padding: 20px 0; text-align: center; font-weight: 600}

/*   My orders list Start*/


.my_orders_list table{  margin-bottom: 0;}
.my_orders_list table thead tr th, .my_orders_list table tbody tr td{ padding: 7px 10px;    border-bottom: 1px solid #ddd;    line-height: 19px; vertical-align: middle;}
.my_orders_list table thead tr th{     background: #4d5052; color: #fff;font-weight: 700;}
.my_orders_list table tbody tr:nth-child(even)  td{ background: #f9f9f9; }
.my_orders_list table tbody tr:nth-child(odd)  td{ background: #ffffff; }
.my_orders_list strong{ font-weight: 700;}
.my_orders_list table tbody tr td strong{ font-weight: 600;}
.my_orders_list table tbody tr td  .pimg img{ width:100%;}
.my_orders_list table tbody tr td .qty{ width: 100%; display: block;}
.my_orders_list table tbody tr td span{ width: 100%; display: block;}
.my_orders_list table tbody tr td:first-child{   width: 65px;}


@media (max-width:767px) {
	.my_orders_list table tbody tr td:first-child{ width:100%;}
	.my_orders_list table tbody tr td:first-child .pimg{ width: 47px; }
.my_orders_list tbody, .my_orders_list tr, .my_orders_list td  { display: block; width: 100%;  }
/* Force table to not be like tables anymore */
.my_orders_list tbody, .my_orders_list  tr, .my_orders_list td { display: block; }
.my_orders_list thead tr {    position: absolute; top: -9999px; left: -9999px; }
.my_orders_list tr { background: #fff; border: 1px solid #ccc; margin-bottom: 10px; }
.my_orders_list td {    border: none; border-bottom: 1px solid #eee;  padding-left: 50%; text-align: right; position: relative; }
.my_orders_list td:before { position: absolute; top: 60px; left:10px;     z-index: 1; padding-right: 10px; white-space: nowrap; font-weight: bold; }
.my_orders_list table tbody tr td{ border: none; border-bottom:1px solid #ddd;}
.my_orders_list td:nth-of-type(1):before { content: "Name & Quantity"; }  
.my_orders_list td:nth-of-type(2):before { content: "Order Status"; }
.my_orders_list td:nth-of-type(3):before { content: "Order No. & Date"; }
.my_orders_list td:nth-of-type(4):before { content: "Total"; }
.my_orders_list table tbody tr:nth-child(even)  td{ background: #fff; }

}

/*   My orders list End*/


