/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
  content: "";
}

pre,
    blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
 /* h5bp.com/t */;
}

tr,
    img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

@page {
  margin: 0.5cm;
}

p,
    h2,
    h3 {
  orphans: 3;
  widows: 3;
}

h2,
    h3 {
  page-break-after: avoid;
}
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  color: #333333;
}

input, button {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img, a:link, a:focus {
  outline: none;
}

.fix {
  overflow: hidden;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.slicknav_menu {
  display: none;
}

.add_margin {
  margin: 25px 0;
}


/* Header CSS */

#nav ul {
  float: right;
  width: auto;
  margin-right: 50px;
}

#nav ul li {
  float: left;
  margin-left: 10px;
  position: relative;
}

#nav ul li.menu-item-has-children:after {
  background: none repeat scroll 0 0 #fff;
  bottom: -11.5px;
  height: 23px;
  left: 50%;
  margin-left: -11.5px;
  opacity: 0;
  position: absolute;
  width: 23px;
  content: "";
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav ul li:hover:after {
  opacity: 1;
  bottom: -11.5px;
}

#nav ul li a {
  color: #6a6969;
  float: left;
  font-family: open sans;
  font-size: 15px;
  line-height: 20px;
  padding: 35px 20px;
  position: relative;
  width: 100%;
}

#nav ul li a:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav ul li:hover > a:before {
  left: 0;
  width: 100%;
}

#nav ul li.menu-item-has-children > a:after {
  opacity: 0;
  bottom: 4px;
  content: "\f0ab";
  font-family: fontawesome;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  text-align: center;
  width: 14px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

#nav ul li:hover a:after {
  opacity: 1;
  bottom: -4px;
}

#nav ul li > ul {
  left: -9999px;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 1;
  -webkit-transform: perspective(200px) rotateX(-15deg);
  -moz-transform: perspective(200px) rotateX(-15deg);
  -ms-transform: perspective(200px) rotateX(-15deg);
  -o-transform: perspective(200px) rotateX(-15deg);
  transform: perspective(200px) rotateX(-15deg);
  -webkit-transform-origin: -40% 0 0;
  -moz-transform-origin: -40% 0 0;
  -ms-transform-origin: -40% 0 0;
  -o-transform-origin: -40% 0 0;
  transform-origin: -40% 0 0;
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  -moz-transition: -moz-transform 0.8s ease 0s;
  -ms-transition: -ms-transform 0.8s ease 0s;
  -o-transition: -o-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}

#nav ul li:hover > ul {
  left: 0;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#nav ul li > ul li {
  margin: 0;
  width: 100%;
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.9);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav ul li > ul li:hover {
  background: none repeat scroll 0 0 rgba(240,240,240,0.9);
}

#nav ul li > ul li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

#nav ul li > ul li:after,nav ul li > ul li a:after {
  display: none;
}

#nav ul li > ul li a {
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  padding: 15px 20px;
}

#nav ul li > ul li > ul {
  left: -9999px;
  top: 0;
}

#nav ul li > ul li:hover > ul {
  left: 100%;
}

#nav {
  background: none repeat scroll 0 0 #fff;
  float: left;
  position: relative;
  width: 100%;
}

#nav ul li > ul li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  padding: 0;
  line-height: 10px;
  background: url("img/arrows2.png") no-repeat scroll -87px -3px transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav ul li > ul li.menu-item-has-children:hover:before {
  right: 8px;
}

.header-search {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.header-search > input[type="submit"] {
  background: url("img/search.png") no-repeat scroll center center transparent;
  border: 0 none;
  height: 100%;
  padding: 0;
  width: 35px;
}

.header-search > input[type="text"] {
  position: absolute;
  right: 0;
  top: 100%;
  border: 0;
  width: 250px;
  height: 0;
  padding: 0 20px;
  font-family: open sans;
  font-size: 11px;
  z-index: 1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-search:hover > input[type="text"],
.header-search > input[type="text"]:focus {
  height: 35px;
  padding: 10px 20px;
}

.topbar .header-search {
  position: relative;
  width: auto;
  float: left;
  margin: 3px 10px 0;
}

header {
}

.header_area {
}

.logo {
  margin: 20px 0;
}

.logo img {
  width: 100%;
}

/* homepage css */

.slider_area {
}

#slider {
}

.single_slider_item {
  overflow: hidden;
  padding: 15px 55px;
}

.single_slider_item > h2 {
  margin-top: -24px !important;
}

.single_slider_item_left {
      width: 70%;
    position: relative;
}

.single_slider_item_left h3 {
  color: #3e74b5;
  font-size: 25px;
  font-weight: 600;
}

.single_slider_item_left h2, .single_slider_item > h2 {
  color: #1c1f4e;
  font-weight: 700;
  font-size: 40px;
  margin-top: 13px;
}

.single_slider_item_left p {
  font-size: 16px;
  margin-top: 20px;
}

.single_slider_item_left p.price_tag {
  margin-top: 70px;
}

.single_slider_item_left p span {
  color: #1c1f4e;
  font-size: 28px;
  font-weight: 700;
  padding: 0 8px;
}

a.compare_deals {
  display: inline-block;
  background: #0D75F7;
  color: #fff;
  transition: all 500ms ease 0s;
  font-size: 18px;
  margin-top: 15px;
  padding: 12px;
  border-radius: 5px;
  width: 235px;
  text-align: center;
  border: 1px solid#0D75F7;
}

a.compare_deals:hover {
  background: none !important;
  color: #333;
}

.single_slider_item_right {
  width: 30%;
  position: relative;
}

.single_slider_item_right > img {
  float: right;
  width: 200px;
}

.slider_area .bx-wrapper .bx-viewport {
  background: none;
  border: 0px solid #fff;
  box-shadow: 0 0 0px #ccc;
}

.item_clickable {
}

.item_clickable a h2 {
  background: none repeat scroll 0 0 #f1f1f1;
  color: #777;
  display: inline-block;
  float: right;
  font-size: 17px;
  margin-bottom: 1px;
  margin-top: 1px;
  padding: 19px 30px;
}

.notice_area {
  padding: 15px 0;
}

.notice_area .single_slider_item_left p {
  margin-top: 5px;
}

.all_deals {
}

.single_deal {
  border: 1px solid #777;
  border-radius: 5px;
  padding: 8px;
  transition: all 500ms ease 0s;
  position: relative;
  transition: all 500ms ease 0s;
  margin-bottom: 15px;
}

.single_deal:hover {
  border: 1px solid #00A8E6;
}

.single_deal img {
  width: 100%;
}

.single_deal h4 {
  color: #1c1f4e;
  font-weight: 700;
}

.single_deal h4 a {
  color: #1c1f4e;
  font-weight: 700;
  margin-top: 0;
}

.single_deal p {
  text-align: justify;
}

.single_deal a {
  display: block;
  margin-top: 50px;
}

.item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #fff;
  opacity: 0;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 100%;
}

.single_deal:hover .item_overlay {
  opacity: 0.95;
  transition: all 500ms ease 0s;
}

.mobile_phone_news .single_deal:hover > h4 {
  opacity: 0;
}

.c {
  background: none repeat scroll 0 0 #ddd;
  color: #000;
  float: right;
  padding: 15px;
  text-align: center;
  width: 225px;
}

.pav .c {
  background: #333;
  color: #fff;
}

.section_title {
  color: #1c1f4e;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#operator {
}

#operator .item {
  text-align: center;
  margin: 3px;
  border: 1px solid#ddd;
  padding: 15px 0;
}

#operator .item img {
}

.btn_middle {
  text-align: center;
  margin: 20px auto;
}

.all_tabs {
    padding: 13px 0;
}

.all_contents {
}

.innerpage_paragraph_title {
  color: #6c445b;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.all_deals p {
  line-height: 30px;
}

.all_deals ul {
}

.all_deals ul li:before {
  content: "\f064";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.all_deals ul li {
  padding: 6px 0;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.42857;
  margin-right: 2px;
  color: #f9f9f9;
}

.nav-tabs > li > a:hover {
  color: #555;
}


/* Footer Css */

footer {
  padding: 25px 0;
}

.footer_top {
}

.social {
  text-align: center;
}

.social a {
  background: #0d75f7;
  border-radius: 50%;
  color: #222;
  display: inline-block;
  font-size: 35px;
  height: 70px;
  margin: 10px;
  padding: 18px;
  text-align: center;
  width: 70px;
  transition: all 500ms ease 0s;
}

.social a:hover {
  background: #fff;
  color: #0d75f7;
}

.footer_menu {
  margin: 30px 0;
}

.footer_menu ul {
  text-align: center;
}

.footer_menu ul li {
  display: inline;
}

.footer_menu ul li a {
  display: inline-block;
  padding: 15px 25px;
  color: #f9f9f9;
  transition: all 500ms ease 0s;
}

.footer_menu ul li a:hover {
  color: #0d75f7;
}

.more_links {
}

.more_links h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 17px;
}

.more_links ul {
}

.more_links ul li {
}

.more_links ul li a {
  color: #ddd;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 0;
  display: block;
  transition: all 500ms ease 0s;
}

.more_links ul li a:hover {
  color: #0d75f7;
}

.footer_bottom {
  margin-top: 50px;
  text-align: center;
}

.footer_bottom p {
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 300;
}



/* page top */

.page_top {
    position: relative;
}

.breadcrumb_top {
}

.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.breadcrumb a {
  color: #1C3C57;
}

.page_top .single_slider_item {
  padding: 15px 0;
}

.page_top .single_slider_item .single_slider_item_left {
  width: 62%;
  margin-right: 30px;
}

.page_top .single_slider_item .single_slider_item_left h2 {
  margin-top: 0;
}

.page_top .single_slider_item .single_slider_item_right {
  width: 35%;
}

.page_top .single_slider_item .single_slider_item_right img {
  width: 100%;
}

/* page_main_title */

.page_main_title {
}

.page_main_title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 25px;
}

.network_deal {
}

.network_deal [class*="col-"] {
}

.network_deal .single_deal {
}

.network_deal .single_deal a {
  display: block;
  margin: 30px auto 0;
}

.network_deal .single_deal h4 {
  text-align: center;
  margin-top: 35px;
}

.flip-container, .front, .back {
  height: 240px;
  width: 100%;
}

.network_details {
}

.network_details p {
  line-height: 26px;
}

.section_child_title {
  color: #1c1f4e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.offer {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.offer a {
  transition: all 500ms ease 0s;
}

#gmap {
  width: 100%;
  height: 400px;
  border: 1px solid#ddd;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

/* network page */

.left_searchbar {
}

.left_searchbar label {
  color: #777;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.phone_manufacturar {
  margin-bottom: 10px;
}

.left_bar_tabs{
    
}

.left_bar_tabs .all_tabs{
    padding: 0;
}

.left_bar_tabs .all_tabs ul{}
.left_bar_tabs .all_tabs ul li{border:1px solid#ddd;background: #ddd;}
.left_bar_tabs .all_tabs ul li a{border: 0 none;border-radius: 0;padding: 10px 15px !important;font-size: 14px;margin-right: 0px !important;}
.left_bar_tabs .all_tabs ul li a:hover{border: 0 none;}

.left_bar_tabs .nav-tabs > li.active > a, .left_bar_tabs .nav-tabs > li.active > a:focus, .left_bar_tabs .nav-tabs > li.active > a:hover{border-width: 0px;}

.phone_manufacturar select {
}

.phone_manufacturar select option {
  padding: 5px;
}

.phone_manufacturar select.form-control {
  height: 40px;
}

.input-group-addon i.fa {
}

.checkbox_items_deals {
  margin-top: 20px;
}

.all_mobile_deals_container {
}

.single_network_deal_details {
  border: 1px solid #ddd;
  padding: 12px 0;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: all 500ms ease 0s;
  background: #fff;
}

.single_network_deal_details:nth-child(2n+2) {
  background: #f9f9f9;
}

.single_network_deal_details:hover {
  border: 1px solid #0D75F7;
}

.all_particular_dett {
  margin-left: -10px;
}

.extra_offer{margin-left: 10px;margin-top: 10px;}
.extra_offer a {
  background: none repeat scroll 0 0 #ddd;
  display: inline-block;
  padding: 1px 15px;
    color: #333;
}
a.highlited_offer{
    background: #2AAA5B;
    color: #fff;
}
a.orange_offer{
    background: #F27930;
    color: #fff;
}

.single_network_deal_details span {
  color: #ddd;
  margin-left: 10px;
}

.particular_details {
  float: left;
  margin-left: 10px;
  width: calc(90% / 8);
  text-align: center;
}

.particular_details img {
  margin-bottom: 5px;
}

.particular_details h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-top: 0;
}

.particular_details p {
  text-align: center;
}

.particular_details .compare_deals {
  font-size: 14px;
  margin-top: 0;
  padding: 5px;
  width: 100%;
}

.phone_name {
  width: 17%;
}

.un_min, .un_text, .un_data, .un_charge {
  width: 9%;
}

.un_links {
  width: 14.5%;
}

.un_links img {
  width: 100%;
}

.memory_size {
}

.memory_size .compare_deals, .phone_color .compare_deals {
  margin-right: 5px;
  width: 150px;
}

.phone_color {
}

a.gold_color {
  background: #FFE8AA;
  border: 1px solid#FFE8AA;
  color: #0d75f7;
}

a.black_color {
  background: #222;
  border: 1px solid#222;
}

a.silver_color {
  background: #F1F1F1;
  border: 1px solid#F1F1F1;
  color: #0d75f7;
}

a.compare_deals.active {
  background: none;
  color: #333;
}

.featured_item {
  left: 45px;
  position: absolute;
  top: -14px;
}

.featured_item p {
  color: #fff;
  font-size: 15px;
  left: 14px;
  position: absolute;
  text-align: center;
  top: 27px;
  width: 110px;
}

.featured_item p span {
  font-weight: 700;
  font-size: 30px;
  line-height: 29px;
}

.featured_item img {
  width: 135px !important;
}

.all_networks_select {
}

.all_networks_select ul {
}

.all_networks_select ul li {
  margin-right: 5px;
  float: left;
}

.all_networks_select ul li a {
  border: 1px solid #ddd !important;
  color: #777;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 6px;
  padding: 11px 15px;
}
.all_networks_select ul li.active a {
  border: 1px solid #0D75F7 !important;
}

.all_networks_select ul li a img {
  width: 20px;
}

.mobile_specs {
}

.all_details_specs {
}

.single_mobile_specs {
  transition: all 500ms ease 0s;
  border: 1px solid#fff;
}

.single_mobile_specs:hover, .single_mobile_specs:nth-child(2n+1):hover {
  border: 1px solid #0D75F7;
}

.single_mobile_specs p {
  float: left;
  width: calc(100%/6);
  text-align: center;
  margin-top: 10px;
}

.single_mobile_specs:nth-child(2n+1) {
  background: #E9F7FF;
  border: 1px solid#E9F7FF;
}

.single_mobile_specs p.name {
  color: #222;
  font-weight: 700;
}

.single_mobile_specs p.answer {
}

.specs_image {
    
}

.specs_image img {
    width: 100%;
}


/* blogpage */

.blogpage_slider_item {position: relative;}
.blogpage_slider_item a{color: #222;}
.blogpage_slider_item img{width: 100%;height: 400px;}
.blogpage_slider_item .caption::before {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.blogpage_slider_item .caption {
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.blogpage_slider_item .caption h3{}
.blogpage_slider_item .caption ul,.single_news ul {
  margin-left: -17px;overflow: hidden;
}
.blogpage_slider_item .caption ul li:after, .single_news ul li:after{
    position: absolute;
    right: 0;
    content: "/";
}
.blogpage_slider_item .caption ul li:last-child::after, .single_news ul li:last-child::after {
  display: none;
}
.blogpage_slider_item .caption ul li, .single_news ul li {
  float: left;
  padding: 5px 20px;
  position: relative;
}

.blog_posts_area{}
.blog_post_left_area{}
.blog_post_left_area h2{font-size: 20px;margin-top: 0;
padding: 10px;}
.all_news_area{}
.single_news {
  border-bottom: 1px dashed #ddd;
  margin: 25px 0;
  overflow: hidden;
  padding-bottom: 20px;
}
.single_news:last-child {
  border-bottom: 0px dashed #ddd;
}
.single_news a{color: #000;transition: all 200ms ease 0s;}
.single_news a:hover{color: #0d75f7;}
.single_news p.news_tit{padding: 5px 10px;}
.single_news ul{}
.single_news ul li{position: relative;}
.single_news h4{font-weight: 600;
line-height: 28px;}
.single_news span{font-size: 13px;line-height: 25px;}
.single_news img{transition: all 200ms ease 0s;}
.single_news img:hover{border: 5px solid#0d75f7;}
.blogpage_right_sidebar{}
.news_cat_links a {
  color: #333;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 12px;
  transition: all 200ms ease 0s;
}
.news_cat_links a.active {
  background: #337ab7;color: #fff;
}
.news_cat_links a:hover{}
.all_categories{}
.single_category{min-height: 350px;}
.single_category h3 {
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px dotted#ddd;
  padding-bottom: 10px;
}
.single_category ul{}
.single_category ul li{}
.single_category ul li a{padding: 6px 0;display: block;transition: all 500ms ease 0s;color: #333;}
.single_category ul a:hover {
  background: #EBF5FB;padding: 6px 5px;
}
.no-gutter > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}
.some_popular_news{margin: 25px 0;}
.some_popular_news ul {
  background: none repeat scroll 0 0 #DFF0D8;
}
.some_popular_news ul li{}
.some_popular_news ul li.active{border-bottom: 3px solid;}
.some_popular_news ul li a {border: 0 none !important;
border-radius: 0;
color: #555;
font-size: 14px;
line-height: 20px;
padding: 11px 9px;
}
.some_popular_news .tab-content{background: #f9f9f9;padding-top: 10px;}
.single_popular_post {
  border-bottom: 1px dotted #777;
  color: #333;
  min-height: 100px;
  overflow: hidden;
  padding: 10px 0;
  transition: all 500ms ease 0s;
}
.single_popular_post:last-child {
  border-bottom: 0px dotted#777;
}
.single_popular_post:hover{
    background: #EBF5FB;
}
.some_popular_news .nav-tabs > li.active > a, .some_popular_news .nav-tabs > li > a:hover, .some_popular_news .nav-tabs > li.active > a:focus, .some_popular_news .nav-tabs > li.active > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.single_popular_post img{}
.single_popular_post a{}
.search_news{background: #F9F9F9;}
.search_news h2{font-size: 20px;
margin-top: 0;
padding: 10px;}
.search_news form{background: #F9F9F9;padding: 10px;}
.search_news input{margin-bottom: 10px;}

/* single blogpage */

.single_post {
    
}
.post_image{border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;}
.post_decription{}
.post_decription h4:first-child::first-letter {
  color: #903;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-right: 8px;
  padding-top: 4px;
}
.post_decription h4 {
  font-weight: 600;
  line-height: 30px;
}
.post_decription p{}
.tags{margin-top: 40px;}
.tags p{font-weight: 600;}
.tags a{}
.post_author{}
.post_author img {
  width: 80px;
  margin-right: 15px;
}
.author_name{}
.author_name p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 16px;
}
.author_name span{color: #777;}

.scroll_top{
    background: none repeat scroll 0 0 #0d75f7;
    border-radius: 5px;
    bottom: 22px;
    color: #fff;
    display: none;
    height: 43px;
    position: fixed;
    right: 22px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: 43px;
    font-size: 28px;
    font-weight: bold;
    cursor:pointer;
}
.scroll_top i.fa{margin-top:6px;}

/* deals page */

.specific_phone_search_area{background: #f4f4f4;display: none;padding: 30px 0;}
.specific_phone_search{}
.specific_phone_search p {
  margin-right: 1%;
  width: 19%;
  font-weight: 600;
  margin-top: 11px;
  margin-bottom: 5px;
}
.specific_phone_search select {
  margin-right: 1%;
  width: 28%;
  height: 42px;
}
.specific_phone_search select option{padding: 5px;}
.specific_phone_search a.compare_deals {
  margin-top: 0;
  padding: 9px;
  width: 165px;
}
.phone_finder_open_btn {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
}
.phone_finder_open_btn i.fa{margin-right: 10px;}
.sorting_filterr {
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
}
.sorting_filterr .left_bar_tabs .all_tabs ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}