.tools-page > .nav:after,
.tools-page > .nav:before {
  content: "";
  display: table;
}

.tools-page > .nav:after {
  clear: both;
  overflow: hidden;
}

.tools-page > .nav {
  zoom: 1;
  margin-left: 20px;
}

.tools-page > .nav li {
  list-style: none outside none;
  float: left;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  max-width: 300px;
  min-width: 170px;
}

.tools-page > .nav .active {
  z-index: 3;
}

.tools-page > .nav li:before,
.tools-page > .nav li:after,
.tools-page > .nav a:before,
.tools-page > .nav a:after {
  content: "";
  position: absolute;
  bottom: 0;

}

.tools-page > .nav li:before,
.tools-page > .nav li:after {
  background: #cfd8e0;
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.tools-page > .nav li:hover:before,
.tools-page > .nav li:hover:after {
  background: #eaf2f9;
}

.tools-page > .nav li:before {
  left: -10px;
}

.tools-page > .nav li:after {
  right: -9px;
}

.tools-page .nav-tabs a {
  float: left;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  padding: 12px;
  font-size: 17px;
  text-transform: none;
  background: #cfd8e0 ;
  color: #2a2b2a;
  width: 100%;
  text-align: center;
}

.tools-page .nav-tabs a span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tools-page > .nav a:before,
.tools-page > .nav a:after {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #04538e;
  z-index: 2;
}

.tools-page > .nav a:before {
  left: -20px;
}

.tools-page > .nav a:after {
  right: -20px;
}

.tools-page > .nav .active:before,
.tools-page > .nav .active:after {
  z-index: 1;
  background: #eaf2f9;
}

.tools-page > .nav .active a:before,
.tools-page > .nav .active a:after {
  background: #04538e;
}

.tools-page .nav-tabs a:hover,
.tools-page .nav-tabs a:focus,
.tools-page .nav-tabs > .active > a,
.tools-page .nav-tabs > .active > a:hover {
  color: #36858c;
  background: #eaf2f9;
  border-radius: 10px 10px 0 0;
  border: solid 0 #fff;
  height: 48px;
}

.tools-page .nav-tabs.six_tab a:hover,
.tools-page .nav-tabs.six_tab a:focus,
.tools-page .nav-tabs.six_tab > .active > a,
.tools-page .nav-tabs.six_tab > .active > a:hover,
.nav-tabs.six_tab > li > a:focus, 
.nav-tabs.six_tab > li > a:hover{
  height: auto;
}

.tools-page .tab-content {
  background: #eaf2f9;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  margin-top: 0px;
  padding-bottom: 75px;
  font-size: 14px;
}

.tools-page .tab-content h4 {
  color: #04538e;
  font-size: 15px;
  font-weight: 600;
}
.tools-page .tab-content h4 a {
  color: #04538e;
}
.tools-page .tab-content h4 a.btn.focus,
.tools-page .tab-content h4 a.btn:focus,
.tools-page .tab-content h4 a.btn:hover{
  color: #8f9092;
}
.tools-page .tab-content h4 .no-wrap {
  display: inline-block;
  width: 80%;
}

.tools-page .subtabs:not(.main-subtabs-div) {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

.tools-page .subtabs li {
  float: left;
  border-left-width: 0;
  background-color: #fff;
}

.tools-page .subtabs li > .btn {
  border: solid 2px #23a8aa;
}

.tools-page .subtabs .app-ios-android-btn > .btn {
  border: solid 2px #23a8aa;
}

.tools-page .subtabs.subtabs-view li > .btn {
  border-radius: 0;
  background-color: rgba(230, 230, 230, .5);
  color: rgba(51, 51, 51, .5);
}

.tools-page .subtabs.subtabs-view .app-ios-android-btn > .btn {
  border-radius: 0;
  background-color: rgba(230, 230, 230, .5);
  color: rgba(51, 51, 51, .5);
}

.tools-page .subtabs .app-ios-android-btn a.active {
  cursor: default;
  pointer-events: none;
  background-color: rgba(230, 230, 230, .5);
  color: rgba(51, 51, 51, .5);
}

.tools-page .subtabs li a.active {
  cursor: default;
  pointer-events: none;
  background-color: rgba(230, 230, 230, .5);
  color: rgba(51, 51, 51, .5);
}

.tools-page .subtabs.subtabs-view .app-ios-android-btn a.active {
  cursor: default;
  pointer-events: none;
  background: #24A8AA;
  color: #fff;
}

.tools-page .subtabs.subtabs-view li a.active {
  cursor: default;
  pointer-events: none;
  background: #24A8AA;
  color: #fff;
}

.tools-page .subtab-content {
  display: none;
}

.tools-page .subtab-content.active {
  display: block;
}

.tools-page .tab-content.no-border {
  border-radius: 0;
}
@media (max-width: 1550px)
{
  .tools-page > .nav li {
    min-width: 100px;
    margin-left:10px;
    margin-right: 10px;
  }
  .tools-page .nav-tabs a{
    font-size: 16px;
    padding: 13px 14px;
  }
}
@media (max-width: 1275px)
{
  .tools-page .nav-tabs a{
    font-size: 13px;
    padding: 15px 10px;
  }
}
/*@media (max-width: 767px) {*/
@media (max-width: 1000px) {
  .tools-page > .nav {
    margin-left: 0;
  }

  .tools-page > .nav li {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    max-width: 100%;
  }

  .tools-page > .nav li a,
  .tools-page > .nav li.active a {
    border-radius: 10px;
  }

  .tools-page > .nav li:before,
  .tools-page > .nav li:after,
  .tools-page > .nav li a:before,
  .tools-page > .nav li a:after {
    display: none;
  }

  .tools-page .nav-tabs a:hover,
  .tools-page .nav-tabs a:focus,
  .tools-page .nav-tabs > .active > a,
  .tools-page .nav-tabs > .active > a:hover{
    height: auto;
  }
  

}


.sourceCodeTabContainer li.fs-11-with-fw-b {
  font-size: 11px;
  font-weight: bold;
}

.sourceCodeTabContainer li a.active {
  background: none !important;
}

.sourceCodeTabContainer li a.active i {
    background-color: white !important;
    color: #2168a5 !important;
    border: 2px #2168a5 solid !important;
}

.tab-icon-style {
  background-color: #2168a5;
  color: white;
  border-radius: 45px;
  padding: 5px;
  font-size: 35px;
}

#zoom-source-code .tab-icon-style {
  background-color: #2168a5;
  color: white;
  border-radius: 45px;
  padding: 5px;
}

.sourceCodeTabContainer .fs-10 {
  font-size: 10px;
} 

.sourceCodeTabContainer .mt--3 {
  margin-top: -3px;
}
.moxiemeter-view-body .wrapper {
  display: table;
  margin: 0 auto;
  background: rgba(21, 34, 46, 0.25);
  padding: 35px 40px 40px;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.32), 0 1px 9px -1px #15222e;
}

.moxiemeter-view-body .gauge {
  font-family: Arial, Helvetica, sans-serif;
  background: #e7e7e7;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.09), 0 0 35px 5px rgba(255, 255, 255, 0.29);
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
  /* safari fix */
  -webkit-transform-style: flat;
  -webkit-transform: translateZ(0px);
}
.moxiemeter-view-body .gauge.min-scaled {
  transform: scale(0.5);
}

.moxiemeter-view-body .gauge-center {
  content: '';
  color: #fff;
  width: 55%;
  height: 55%;
  background: #15222E;
  border-radius: 100px 100px 0 0;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
  right: 21%;
  bottom: 0;
  color: #fff;
  padding-top: 20px;
  bottom: 41px;
  z-index: 3;
}

.moxiemeter-view-body .needle {
  width: 78px;
  height: 7px;
  background: #15222E;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 100%;
  border-top-right-radius: 5px;
  position: absolute;
  bottom: 4px;
  left: 20px;
  transform-origin: 100% 4px;
  /*animation: speed 5s infinite;*/
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
  bottom: 100px;
  z-index: 2;
}

.moxiemeter-view-body .slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 0;
  border-bottom: 80px solid #000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.moxiemeter-view-body .slice-colors .st.slice-item:nth-child(1) {
  border-bottom-color: #E84C3D;
  left: -2px;
}
.moxiemeter-view-body .slice-colors .st.slice-item:nth-child(2) {
  border-bottom-color: #e67e22;
  transform: rotate(135deg);
  transform-origin: right;
  top: 12px;
  left: -21px;
}
.moxiemeter-view-body .slice-colors .st.slice-item:nth-child(3) {
  border-bottom-color: #f1c40f;
  transform: rotate(179deg);
  transform-origin: right;
  top: 0px;
  left: -29px;
  border-bottom-width: 90px;
  border-left-width: 45px;
  border-right-width: 45px;
  width: 18px;
}
.moxiemeter-view-body .slice-colors .st.slice-item:nth-child(4) {
  border-bottom-color: #9baa1e;
  transform: rotate(219deg);
  transform-origin: right;
  top: -24px;
  left: 75px;
}
.moxiemeter-view-body .slice-colors .st.slice-item:nth-child(5) {
  border-bottom-color: #1eaa59;
  transform: rotate(240deg);
  transform-origin: right;
  right: 46px;
}

@-webkit-keyframes speed {
  0% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(180deg);
  }
  55% {
    transform: rotate(170deg);
  }
  75% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes simplePulse {
  from {
    opacity: .4;
  }
  to {
    opacity: .98;
  }
}

.moxiemeter-view-body .gauge-center::before {
  content: '';
  font-size: 1.5em;
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  float: left;
  -webkit-font-smoothing: antialiased;
}

.easeomiter-view-body .gauge-center::after {
  content: '';
  width: 100%;
  float: left;
  opacitY: .6;
  text-align: center;
}

.moxiemeter-view-body .legend {
  color: #333;
}

.moxiemeter-view-body .speedbox {
  margin: 15px auto 0px;
  height: 200px;
  width: 200px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.moxiemeter-view-body .speedbox__groove {
  height: 100px;
  width: 200px;
  background: transparent;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 100px solid #eee;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.moxiemeter-view-body .speedbox__score {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(0deg);
  height: 200px;
  width: 200px;
  background: transparent;
  border-radius: 50%;
  /*border: 100px solid #5c6f7b;*/
  border-color: transparent transparent #5c6f7b #5c6f7b;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s ease;
  background: linear-gradient( 0deg, #d7d5d5, #d7d5d5 50%, #ffffff 51% );
  border: 1px solid #d0d0d0
}
.moxiemeter-view-body .speedbox__base {
  width: 240px;
  height: 100px;
  background: white;
  position: relative;
  top: 100px;
  z-index: 9;
}
.moxiemeter-view-body .speedbox__base:before {
  content: "";
  width: 240px;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
  left: 0;
}
.moxiemeter-view-body .speedbox__odo {
  text-align: center;
  position: absolute;
  color: #5c6f7b;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.moxiemeter-view-body .speedbox__odo i {
  font-size: 13px;
  opacity: 0.6;
}
.moxiemeter-view-body .speedbox__odo > div {
  margin-bottom: 0;
}
.moxiemeter-view-body .speedbox__odo span {
  font-size: 0.7em;
}
.moxiemeter-view-body .speedbox__ping {
  font-size: 13px;
}
.moxiemeter-view-body .speedbox__up {
  font-size: 13px;
  line-height: 1.5em;
}
.moxiemeter-view-body .speedbox__down {
  font-size: 25px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  line-height: 1.2em;
}

.moxiemeter-view-body .speed-gauge {
  width: 18px;
  height: 3px;
  z-index: 5;
  background: black;
  position: absolute;
  top: 97px;
  right: 190px;
}

.moxiemeter-view-body .speed-gauge.speed-0:before {
  content: "0";
  position: absolute;
  z-index: 7;
  right: 32px;
  top: -7px;
}

.moxiemeter-view-body .speed-gauge.speed-100:after {
  content: "100";
  position: absolute;
  z-index: 7;
  right: -34px;
  top: -7px;
}

.moxiemeter-view-body .speed-gauge.speed-0 {
  top: 97px;
  right: 190px;
}

.moxiemeter-view-body .speed-gauge.speed-50 {
  top: -2px;
  right: 92px;
  transform: rotate(90deg);
}

.moxiemeter-view-body .speed-gauge.speed-60 {
  top: 2px;
  right: 62px;
  transform: rotate(108deg);
}

.moxiemeter-view-body .speed-gauge.speed-65 {
  width: 12px;
  top: 8px;
  right: 50px;
  transform: rotate(117deg);
}

.moxiemeter-view-body .speed-gauge.speed-70 {
  top: 15px;
  right: 34px;
  transform: rotate(126deg);
}

.moxiemeter-view-body .speed-gauge.speed-75 {
  width: 12px;
  top: 25px;
  right: 26px;
  transform: rotate(135deg);
}

.moxiemeter-view-body .speed-gauge.speed-80 {
  top: 36px;
  right: 12px;
  transform: rotate(144deg);
}

.moxiemeter-view-body .speed-gauge.speed-85 {
  top: 49px;
  width: 12px;
  right: 7px;
  transform: rotate(153deg);
}

.moxiemeter-view-body .speed-gauge.speed-90 {
  top: 63px;
  right: -3px;
  transform: rotate(162deg);
}

.moxiemeter-view-body .speed-gauge.speed-95 {
  transform: rotate(171deg);
  width: 12px;
  top: 80px;
  right: -4px;
}

.moxiemeter-view-body .speed-gauge.speed-10 {
  top: 66px;
  right: 185px;
  transform: rotate(18deg);
}  

.moxiemeter-view-body .speed-gauge.speed-20 {
  top: 37px;
  right: 170px;
  transform: rotate(36deg);
}

.moxiemeter-view-body .speed-gauge.speed-30 {
  top: 15px;
  right: 147px;
  transform: rotate(54deg);
}

.moxiemeter-view-body .speed-gauge.speed-40 {
  top: 3px;
  right: 123px;
  transform: rotate(72deg);
}

.moxiemeter-view-body .speed-gauge.speed-5 {
  transform: rotate(9deg);
  width: 12px;
  top: 81px;
  right: 192px;
}

.moxiemeter-view-body .speed-gauge.speed-15 {
  top: 51px;
  width: 12px;
  right: 181px;
  transform: rotate(27deg);
}

.moxiemeter-view-body .speed-gauge.speed-35 {
  width: 12px;
  top: 9px;
  right: 138px;
  transform: rotate(63deg);
}

.moxiemeter-view-body .speed-gauge.speed-45 {
  width: 12px;
  top: 0px;
  right: 111px;
  transform: rotate(81deg);
}

.moxiemeter-view-body .speed-gauge.speed-55 {
  width: 12px;
  top: 0px;
  right: 80px;
  transform: rotate(99deg);
}

.moxiemeter-view-body .speed-gauge.speed-100 {
  top: 97px;
  right: -8px;
}

.moxiemeter-view-body .speed-gauge.speed-25{
    top: 25px;
    right: 163px;
    transform: rotate(45deg);
    width: 12px;
}

#dashboard .ds-flex
{
  display: flex;
}

#dashboard .ds-flex .serpSummaryTitle
{
  display: block;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 5px !important;
}

.moxiemeter-view-body .moxiemeterInfo {
  bottom: 61px;
  z-index: 50;
  font-size: 12px;
  color: black; 
}

.moxiemeter-view-body .panel-body {
  padding-bottom: 25px;
  padding-top: 90px;
}

.moxiemeter-view-body .score-digit
{
  z-index: 5;
  color: white;
  position: absolute;
  top: 61px;
}

.moxiemeter-view-body .mess
{
  top: 107px;
  z-index: 50;
  right: 210px;
  position: absolute;
}

.moxiemeter-view-body .moxie 
{
  top: 107px;
  z-index: 50;
  right: -53px;
  position: absolute;
}

.moxiemeter-view-body .moxie-info
{
  z-index: 10;
  position: absolute;
  top: 107px;
}

.moxiemeter-view-body .fw-p-0
{
  font-weight: normal !important;
  padding: 0px;
}

.standout-text {
  font-size: 16px;
  font-weight: 800;
}
.standout-text-medium {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}
.standout-text-large {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}
/*@media (max-width: 991px) {*/
/*  .moxiemeter-view-body .scroll-auto*/
/*  {*/
/*    overflow: auto;*/
/*  }*/
/*}*/

@media (max-width: 683px) {
  .moxiemeter-view-body .sm-ml-30 
  {
    margin-left: 30px;
  }

  .moxiemeter-view-body h3.sm-ml-30 
  {
    margin-left: 66px;
  }
}


@media (max-width: 767px)
{
  #dashboard .updatableSerpDataSection .nav.navbar-nav,
  #dashboard .phoneViewDeviceSerprator .nav.navbar-nav
  {
    float: left !important;
    margin: 0 !important;
    display: inline-flex !important;
  }
}

#sourceCodeDiff_1_container .Differences.DifferencesInline thead::after,
#sourceCodeNoScript_1_container .Differences.DifferencesInline thead::after, 
#sourceCode_1_container .Differences.DifferencesInline thead::after {
    content: "";
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 1032px;
    left: 0;
}

#sourceCodeNoScript_1_container .Differences.DifferencesInline thead::after, 
#sourceCode_1_container .Differences.DifferencesInline thead::after {
  bottom: 1030px;
}

@media (min-width: 992px) and (max-width: 1130px)
{
  .subtabs .app-ios-android-btn > a > span {
    font-size: 11.5px;
    margin-left: -4px;
  }
}

@media (max-width: 1000px)
{
  .nav-tabs.dashboard li.common-main-nav
  {
    width: 50%;
  }

  .nav-tabs.dashboard li.common-main-nav:nth-child(1),
  .nav-tabs.dashboard li.common-main-nav:nth-child(3),
  .nav-tabs.dashboard li.common-main-nav:nth-child(5)
  {
    padding-right: 10px;
  }

  .nav-tabs.dashboard li.common-main-nav:nth-child(2),
  .nav-tabs.dashboard li.common-main-nav:nth-child(4),
  .nav-tabs.dashboard li.common-main-nav:nth-child(6)
  {
    padding-left: 10px;
  }
}

@media (min-width: 1551px)
{
  .tools-page > .nav li {
    min-width: 191px;
  }
  .tools-page > .nav li:nth-child(5) > a {
    padding-right: 12px;
    padding-left: 11px;
  }
}

@media (min-width: 1001px) and (max-width: 1550px)
{
  .tools-page > .nav li {
    width: 14.5% !important;
  }
  .tools-page > .nav li:nth-child(5) > a,
  .tools-page > .nav li:nth-child(6) > a {
    padding-left: 4px;
    padding-right: 4px;
  }
  
}

@media (min-width: 1001px) and (max-width: 1115px)
{
  .tools-page > .nav li:nth-child(5) > a > span.beta-text,
  .tools-page > .nav li:nth-child(6) > a > span.beta-text {
    padding: 2px;
  }
}

@media (min-width: 1001px) and (max-width: 1075px)
{
  .tools-page > .nav li {
    width: 13.5% !important;
  }
}

@media (min-width: 1001px) and (max-width: 1076px)
{
  .tools-page > .nav li:nth-child(5) > a,
  .tools-page > .nav li:nth-child(6) > a {
    font-size: 10.5px;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }

  .tools-page > .nav li > a > span {
    font-size: 11px;
  }
}


@media (min-width: 1001px) and (max-width: 1100px)
{
  .tools-page > .nav li.common-main-nav.side-bar-expanded {
    width: 13% !important;
    min-width: 60px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded a {
    padding: 15px 1px;    
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) {
    min-width: 100px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) > a {
    font-size: 9px;
    padding-bottom: 19px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(5) > a {
    font-size: 10px;
    padding-bottom: 19px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded > a > span {
    font-size: 10px;
  }
}

@media (min-width: 1101px) and (max-width: 1200px)
{
  .tools-page > .nav li.common-main-nav.side-bar-expanded {
    width: 13.5% !important;
    min-width: 70px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded a {
    padding: 15px 1px;    
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) {
    min-width: 110px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) > a {
    font-size: 10px;
    padding-bottom: 18px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(5) > a {
    font-size: 11px;
    padding-bottom: 18px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded > a > span {
    font-size: 11px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px)
{
  .tools-page > .nav li.common-main-nav.side-bar-expanded {
    width: 14% !important;
    min-width: 80px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded a {
    padding: 15px 1px;    
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) {
    min-width: 110px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) > a {
    font-size: 11px;
    padding-bottom: 18px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded > a > span {
    font-size: 11px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(5) > a {
    font-size: 11px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1276px) and (max-width: 1300px)
{
  .tools-page .nav-tabs li.common-main-nav.side-bar-expanded > a{
    font-size: 13px;
  }
}

@media (min-width: 1301px)
{


  .tools-page > .nav li.common-main-nav.side-bar-expanded > a > span {
    font-size: 13px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) > a {
    font-size: 12.5px;
    padding-bottom: 17px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(5) > a {
    font-size: 13px;
    padding-bottom: 17px;
  }

}

@media (min-width: 1551px)
{
  .tools-page > .nav li.common-main-nav.side-bar-expanded {
    min-width: 166px;
  }

  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(6) > a,
  .tools-page > .nav li.common-main-nav.side-bar-expanded:nth-child(5) > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}