html {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  -ms-tap-highlight-color: rgba(0,0,0,0);
}
body{
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #222831;
}
body::-webkit-scrollbar{
  display: none;
}

*::-webkit-scrollbar{
  display: none;
}
strong{
  opacity: 0.9;
  font-weight: 600;
}
u{
  text-decoration: 1px underline;
}
li{
  padding-bottom:10px;
}
textarea {
    resize: none;
}
.input-group .form-control{
  z-index:0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}
figure{
  text-align: center;
}
.ipvalue-digital::-webkit-scrollbar {
    width: 0;
}
.ipvalue-digital::-webkit-scrollbar-track {
    -webkit-box-shadow: none /*inset 0 0 0.5px rgba(0,0,0,0.3)*/;
    /*border-radius: 10px;*/
}

.ipvalue-digital::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: none; /*inset 0 0 0.5px rgba(0,0,0,0.3);*/
}
.logo-img{
  height: 40px; max-width: inherit;
}
#gheader {
    display: block;
}
.content{
  text-align: justify;
  padding-left:20px;
  padding-right:20px;
}
#glogo-container {
    min-height: inherit;
}

#gleaderboard{
    min-height: inherit;
}

#gfooter {
    min-height: 70px;

}

#gleft-skyscrapper {
    float: left;
}

#gright-skyscrapper {
    float: right;
}
#gmain-content{
background-color:#f5f5f5;
background-color: #fff;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
  overflow-x: hidden;
  }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  overflow-x: hidden;
}

.col-md-3, .gc-col-xs-3 {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 650px;
}

.col-md-6, .gc-col-xs-6, .gc-calc-main {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  width: 600px;
  max-width: 99vw;
  max-height: 774px;
  margin: 0 auto;
  float: none;
}

.gcbasic {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 600px;
  margin: 0 auto;
  float: none;
}

.col-md-4, .gc-col-xs-4 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 20px;

}

.col-md-2, .gc-col-xs-2 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 20px;

}
.gcdisplay {
  position: relative;
  max-width:99vw;
  margin: 0 auto;
  background: rgba(242, 242, 242, 1) url(../graphics/getcalc-bg.png) no-repeat 0 10%;
  background-position: top 7px right 29px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border:3px solid #F15A24;
  border-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gcdpshare{
  display:none !important;
}

.infocontainer{
  position: absolute;
  width: 575px;
  height: 210px;
  margin-top: 39px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  word-break:normal;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-size:18px;
  display:none;
}
.main-display {
    display: table;
    width: 100%;
    background-color: #fff;
}
.main-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.calc-sidebar{
    vertical-align: top;
    display:none;
    width:0;
}
.calc-bar{
  display: inline-block;
  vertical-align: top;
}

#mainDisp{
  height: auto;
}
.logo-main {
    position: relative;
    margin: 100px auto;
    margin-bottom: 30px;
    float: none;
    width: 160px;
    height:40px;
}
.logo-main img{
  width:100%;
}
.error-main {
    position: relative;
    margin: 0px auto;
    margin-bottom: 3px;
    float: none;
}

.instruction {
    position: static;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    color: #394052;
    font-size: 2rem;
    float: none;
}
.statistics-table{
  width:500px;
}
div.anova-table{
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-size: 18px;
  width:99%;overflow:auto;
}
.anova-table td{
  white-space: nowrap;
  word-wrap: nowrap;
}
.anova-calc-table{
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-size: 18px;
}
.gcbuttons {
  position: static;
  /* width: 580px; */
  height: auto;
  margin: 0 auto;
  background-color: #f7ab94;
  border:3px solid #F15A24;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-bottom: 4px;
}
.gcbuttons_home{
  height:auto;
}
.btn-group-vertical{
  margin-top:0;
}
.gcbuttons_fraction {
  position: static;
  height: auto;
  margin: 0 auto;
  background-color: #f7ab94;
  border:3px solid #F15A24;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.gbutton {
    background-color: #E4E4E4;
    width: 138px;
    max-width: 22.5vw;
    border: none;
    color:#183c1d;
    padding: 15px 15px;
    padding: 1.7rem 0.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size: 2rem;
    margin: 5px 1px;
    margin-bottom: auto;
    cursor: pointer;
    border-radius: 8px;
    outline: none;
    font-weight: 600;
}



.gbutton:active {
    background-color: #E4E4E4;
    color: black;
}

.gcatbutton {
  background-color: #E4E4E4;
  width: 137px;
  max-width: 21.5vw;
  border: none;
  color:#313131;
  padding: 15px 15px;
  padding: 1.7rem 0.25rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 5px 1px;
  margin-bottom: auto;
  cursor: pointer;
  border-radius: 8px;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 2px 0 rgba(78, 71, 24, 0.66);
  background-image: linear-gradient(#f2f2f2, #b5cab3);
  opacity: 0.9;
}
#back{
  color:#3131316e;
}
.gbutton{
  box-shadow: 0 0 2px 0 rgba(78, 71, 24, 0.66);
  background-image: linear-gradient(#f2f2f2, #b5cab3);
}
#gcbuttons_keypad1{
  height: auto !important;
  width: 100% !important;
}
.gcbcbuttons .gcatbutton{
  width: 136px;
  font-size:2.75rem;
  padding: 1.2rem 0.25rem;
}
.fnbutton{
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  outline: none;
  color:#183c1d;
}
.gcatbutton:active {
    background-color: #E4E4E4;
    color: black;
}
.horoscope-sign{
  width:100px;
  height:100px;
  float:none;
}
.horoscope-sign img{
  width:100px;
  height:100px;
}
.horoscope-sign-xl{
  width:150px;
  height:150px;
  float:none;
}
.horoscope-sign-xl img{
  width:150px;
  height:150px;
}
@media (hover: hover) {
  .gcatbutton:hover {
    background-color: #FFFFFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    text-decoration: none;
  }
  .gbutton:hover {
      background-color: #FFFFFF;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
      text-decoration: none;
  }
}
@media (hover: none) {
  .gcatbutton:active {
    background-color: #FFFFFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    text-decoration: none;
  }
  .gbutton:active {
      background-color: #FFFFFF;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
      text-decoration: none;
  }
}

.geqbutton {
  width: 134px;
    max-width: 20.5vw;
    border: none;
    height:129px;
    padding: 15px 15px;
    padding: 1.7rem 0.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: auto;
    cursor: pointer;
    border-radius: 8px;
    outline: none;
    position: static;
    float: right;
    margin-left:0px;
    background-color: #F15A24;
    color:#FFFFFF;
    font-size: 25px;
}
.geqbutton::selection{
    color: white;
    text-decoration: none;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size: 25px;
    outline: none;
}
.geqbutton a{
    color: white;
    text-decoration: none;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size: 25px;
    outline: none;
}
.geqbutton:hover {
    background-color: #F15A24;
    color:#FFFFFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    text-decoration: none;
}
.numkey{
  padding: 1.2rem 0.25rem;
  font-size: 2.7rem;
  margin-top:5px !important;
}
.eq-vertical-group{
  padding-top:0px;
  margin-left:-5px;
}
.action-btn{
  background-color: #F15A24;
  color:#FFFFFF;
}.action-btn:hover{
  background-color: #F15A24;
  color:#FFFFFF;
}
.unit-value button.selected{
  background-color: #F15A24;
  border: 1px solid #F15A24;
  color:#FFFFFF;
}

.well {
  padding: 5px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 2px solid #454c5c;
  margin-top:15px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.scroll-area, .gc-more-resource{
background-color: #f5f5f5;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-md {
  padding: 5px;
  border-radius: 6px;
}
.well-sm {
  padding: 3px;
  border-radius: 3px;
}
.dpbuttons {
    display: inline;
    position: relative;
    float: right;
    color: lightgray;
    text-align: right;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    white-space: nowrap;
    margin-right: 20px;
    margin-top: 305px;
}
.gcrow {
  margin-right: 15px;
  margin-left: 15px;
}
.gctitle {
    display: inline;
    text-align: left;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-left: 0px;
    color: #FFFFFF;
    text-decoration-color: white;
    text-decoration: underline;
    white-space: nowrap;
}
.calc-title{
  margin-top: 0px;
  margin-left: 10px !important;
  display: inline;
  text-align: left;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 27px;
  color: #071340d9;
  text-decoration: underline;
  white-space: nowrap;
}
#word{
  position: relative;
  overflow-y:hidden;
  overflow-x:auto;
}
h1, h2, h3, h4 {
  margin-top: 5px;
  margin-left: 10px !important;
  display: inline;
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  color: #4d4d4d;
  text-decoration-color: #383f51;
  text-decoration: underline;
  word-wrap: normal;
  font-weight: 600;
}
.ipname {
    position: relative;
    font-size: 23px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    color: #383f51;
    text-align: left;
    margin-left: 30px;
    white-space: nowrap;
}
.unit-label {
    position: relative;
    margin-left: 30px;
    white-space: nowrap;

}
.unit-value {
    text-align: right;
    margin-bottom: 1.5rem;
    padding-right: 4rem;
}
#feedback_form input, #feedback_form textarea, #widgetCode{
  border: 1px solid #454c5c;
  color: #454c5c;
}
.unit-value button{
  font-size: 1.8rem;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  color:#999999;
  background: #f2f2f2;
  border: 1px solid #999999;

}
.unit-value button:focus {
  outline: none;
}

.unit-value-calender {
    text-align: left;
}
.unit-value-calender button{
  font-size: 18px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  color:black;
  background: #f2f2f2;
  border: 1px solid #999999;
  padding:5px;
}
.unit-value-calender button:focus {
  outline: none;
}
.unit-value-calender button.selected{
  background-color: #F15A24;
  border: 1px solid #F15A24;
  color:#FFFFFF;
}
.opname {
    color: #F15A24;
    position: relative;
    font-size: 23px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    text-align: right;
    margin-left: 30px;
    white-space: nowrap;
    font-weight: bold;
    }

.ipvalue {
    font-size: 2.3rem;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    color: #454c5c;
    text-align: right;
    margin-right: 5px;
    white-space: nowrap;
    overflow-x: auto;
    font-weight: 600;
    min-height: 40px;
    border: 1px solid #454c5c;
}
.ipvalue-digital{
  width: 100%;
  padding-top:3px;
  padding-bottom:2px;
  margin-bottom:3px;
  font-size: 21px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  border-bottom: 2px solid black;
  position: relative;
  text-align: left;
  overflow-y:hidden;
  overflow-x:auto;
  font-weight: 700;
  color: #0a79ac;
}
.ipvalue_textarea {
    white-space: pre-line;
}
.opvalue {
    font-size: 22px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    color: #454c5c;
    text-align: right;
    margin-right: 5px;
    white-space: nowrap;
    overflow-x: auto;
    font-weight: 600;
    border: 1px solid #454c5c;
}
.gc-col-md-4, .gc-col-xs-4 {
  position: absolute;
  padding-right: 10px;
  padding-left: 0px;
  min-height: 20px;

}
.gcselectbox {
    text-align: left;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size: 1.5rem;
    height:40px;
    padding-right: 0;
    width: 100%;
    width: calc(100% - 9px);
    text-align: center;
    margin: auto;
    margin-left: 0;
    border: 0;
    border: 1px solid #454c5c;
    min-height: 40px;
    color:#454c5c;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #011543 50%), linear-gradient(135deg, #001442 50%, transparent 50%), radial-gradient(#a4b8c600 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px,1.5em 1.5em;
    background-repeat: no-repeat;
}
#gc-nav{
  border-top:1px solid #ccc;
  width: 100%;
  background-color: #f5f5f5;
}
.gc-cat-nav{
  margin:0px;
  /* margin-top: 97px; */
  position: absolute;
  bottom: 0;
  right: 0px;
  padding-right: 22px;
}
.gc-calc-nav{
  margin:0px;
  margin-top:282px;
  padding-right: 10px;
}
#widget{
  float:left;
  margin:0px;
}
#gc-common-nav {
    margin: 0px;
    margin-top: 78px;
    border-top: 1px solid #ccc;
}
#gc-basic-nav {
    margin: 0px;
    margin-top: 33px;
    border-top: 1px solid #ccc;
}
#gc-nav div, #gc-common-nav div, #gc-basic-nav div, #gc-nav h2{
  display: inline;
  position: relative;
  text-align: center;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  color: #2a345a;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  /* margin-left: 1%; */
  padding-bottom: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  float: right;
  padding-left: 9px;
  padding-right: 8px;
}
.gcbcdisplay #gc-nav div{
  padding-left: 0px;
}
.gcbcdisplay .gc-share-action{
  top: 206px;
}
#setting_save, #setting_back{
      margin-top: -10px;
}
.btn-group-vertical-category{
  margin-top: 0;
  margin-right: 4px;
}
#gcbcscientific{
  padding:0;
}
#gcbcscidisplay{
  height: 282px;
  min-height: 267px;
}
#gc-img-col {
	/*column-width: 360px;
	column-gap: 15px;*/
  width: 90%;
	max-width: 1100px;
	margin: 50px auto;
}
#gc-img-col:after {
        content:" ";
        display:block;
        clear:both;
}
div#gc-img-col div.gc-img-col-sub {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 15px 15px;
	padding: 25px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
  max-width: 500px;
  vertical-align: top;
  float:left;
}
div#gc-img-col figure img {
	width: 100%; height: auto;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
ol.gc-toc li{
  font-size:15px;
}
ol.gc-toc li a{
  display: block;
}
div#gc-img-col div.gc-img-col-sub span {
  font-size: 2.0rem;
  line-height: 2.2;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  margin-bottom:5px;
}
div#gc-img-col div.gc-img-col-sub span.description {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  margin-bottom:5px;
}
div#gc-img-col figure figcaption {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}

div#gc-img-col small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}

div#gc-img-col small a {
  color: #666;
  text-decoration: none;
  transition: .4s color;
}
.gc-calc-side{
  display:table-cell;
}
.calc-side-btn{
  width:100%;
  height:100%;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-size:22px;
}
.gc-calc-right-ad .gc-calc-left-ad{
  min-width:250px !important;
  position:absolute;
}
.gc-calc-right-ad{
  float:right;
}
.gc-calc-left-ad{
  float:left;
}
.gc-calc-middle{
  /* width:580px; */
  height: 100%;
  width: 100%;
}
.gc-calc-area{
  width:100%;
  padding:0;
}
.gc-ad-area, .gc-ad-lb, .gc-ad-left, .gc-ad-right{
  margin:5px;
  margin-left:10px;
  margin-right:10px;
  padding-top:0px;
  text-align: center;
  width:100%;
  margin-top:0px;
}
.ad-leader{
  margin-bottom :5px;
  width: 100%;
}
.gc-ad-lr{
  /*max-height:290px;*/
  /*height:280px;*/
  max-width:100%;
}
.lazy-scroll .gc-ad-lr{
  width:300px;
  height:auto;
}
.btn-group-vertical{
  vertical-align: top;
}
@media screen and (min-width: 1200px){
  .geqbutton{
    font-size: 1.9rem !important;
  }
  div.lazy-scroll-fixed {
      position: fixed;
      padding: 0px;
      top: 2.2rem;
      padding-left: 2rem;
      right:0;
  }
  div.lazy-scroll-bottom {
    position: relative;
  }
}
@media screen and (min-width: 1240px){
  .calc-sidebar{
    display:inline-block;
    min-width:300px;
    min-height: 620px;
  }
}

.gc-ad-left, .gc-ad-right{
  height:630px;
  text-align: left;
  max-width:300px;
  padding-left:0px;
  padding-right:0px;
}
.gc-ad-lb{
  margin-top:5px;
  margin-bottom:5px;
  width:100% !important;
  display: block;
  max-height:90px;
}
.gc-ad-left{
  margin-left:0px;
  margin-right:0;
}
.gc-ad-right{
  margin-right:0px;
  margin-left:0;
}
.gc-ad-area:after, .gc-ad-lb:after, .gc-ad-left:after, .gc-ad-right:after{
  position: absolute;
  content:'';
  text-align: left;
  color:#6f6d6d;
  top:0;
  left:20px;
  font-size:14px;
}
.gc-ad-lb:after{
  left:40%;
}
.gc-calc-right{
  float:right;
  padding:0;
}
.pull-right{
  float:right;
  margin-left:1rem;
  margin-bottom: 0.2rem;
}
.site-cat-row{
text-align:center;
margin-bottom: 0.5rem;
}
.site-cat{
  border-radius: 0px !important;
  padding-top:0.5rem !important;
}
.site-cat-nonactive{
  background-color: #716663a6 !important;
}
.site-cat:hover{
  color:#fff;
}
.gc-calc-right{
  float:left;
}
.ad-lu{
  max-height:90px;
  width:100%;
  margin:3px;/*728x15, 468x15*/
  margin-bottom:5px;
  text-align: center;
}
.gc-calc-left{
  padding:0px;
}
.theme-area{
  padding:0;
}
@media screen and (max-width: 1220px) {

  .gc-calc-right, .gc-calc-left{
    padding:0;
    width:160px;
  }
  .gcbuttons{

  }
}
@media screen and (min-width: 940px) {
  #sidebar_right{
    margin-left:5px;
  }
  #sidebar_left{
    margin-right:5px;
  }
  .calc-sidebar{
    margin-top:5px;
    display: inline-block;
    width:160px;
    min-height:610px;
  }
}
.row-mon .col-md-6{
  width:50% !important;
  max-width: 100%;
  float: left;
  text-align: center;
  max-height: 250px;
}
.gc-text-area{
  padding: 0 10rem;
  background-color: #fff;
}
.gc-search, .site-cat{
  margin:0 0.7rem;
}
@media screen and (max-width: 700px) {
#toast{
  font-size: 1.2rem;
}
form .border-top-selection:before {
    margin: 1px;
    margin-top: -11px;
    content: "_";
    position: absolute;
    color: #454c5c;
    font-weight: 700;
}
.gcselectbox, .ipvalue{
  min-height: 35px;
  height: 35px;
  width: 100%;
  padding-left: 2px;
  padding-right:5px;
}
.ipopcontainer .col-xs-5, .ipopcontainer .col-xs-3, .ipopcontainer .col-xs-2{
  padding-left: 0;
}

.onoff:before, .onoff:after{
  font-size: 14px !important;
}
ol, ul{
  padding-left:12px;
}
.section-list{
  padding:0 !important;
}
  .instruction{
    font-size: 1.3rem;
  }
  .gc-text-area{
    padding: 0 10px;
  }
  .gc-search, .site-cat{
    margin:0 0.5rem;
  }
  .gc-text-area .well{
    padding-left: 0px;
    padding-right: 0px;
  }
  .logo-main{
    width: 120px;
    height: 30px;
  }
  .exit-block-area .col-xs-6{
    width:100%;
  }
  .exit-link-btn{
    width: calc(100% - 15px);
  }
  .exit-link-btn a.exit-link-btn3{
    margin-right: 0;
  }
  .popup-inner{
    top: 52%   !important;
    width: 100% !important;
  }
  .calender-first-table{
    font-size: 15px;
  }
  .mobile-hide{
    display:none;
  }
  .ipvalue, .opvalue {
      font-size: 1.5rem;
  }
  .unit-value button{
    font-size: 1.3rem;
  }
  .calc-title{
    font-size:1.4rem;
    margin-left: 0 !important;
  }
  .gcdisplay{
    background: none;
  }
  .gbutton{
    font-size: 1.25rem;
    width:21.5vw;
    padding: 1.3rem 0.25rem;
    overflow: hidden;
  }
  .gcbuttons_home{
    height:220px;
  }
  .gc-calc-right, .gc-calc-left{
    width:0px;
    display:none;
  }
  .gcbuttons{
    height: auto;
  }
  .gcatbutton{
    font-size: 2rem;
    padding: 0.5rem 0.25rem;
  }
  .fnbutton{
    font-size: 1.25rem;
    padding: 1rem 0.25rem;
  }
  .gcbcbuttons{
    height:auto !important;
  }
  .gcbcbuttons .gcatbutton{
    font-size: 1.8rem;
  }
  .geqbutton{
    font-size: 1.5rem;
    height: 8.25rem;
  }
  .gcbuttons_fraction{
    height: auto;
  }
  .gcbuttons_fraction .gcatbutton{
    font-size: 2.1rem;
    padding: 0.5rem 0.25rem;
  }
  .input-converter{
    height: 95px !important;
    padding-bottom: 1rem !important;
    font-size: 25px !important;
    margin-bottom: 16px !important;
    padding-top: 0;
    margin-left: 15px;
  }
  .converter-ip-unit{
    margin-top: 55px !important;
    margin-left: -230px !important;
  }
  .gcbcip-scientific{
    font-size: 2.8rem !important;
    top: 48px !important;
  }
  .gcbchunit{
    font-size: 1.5rem !important;
  }
  .scientific_mode{
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-right: 5px !important;
  }
  .gcbcdisplay .form-group{
    width: 100% !important;
    margin-top: 42px;
    margin-right: 6px;
    font-size: 0.8rem;
    height: auto;
  }
  .gcbcip{
    font-size: 2.8rem !important;
    height: auto !important;
    padding-right: 10px !important;
  }
  #swap{
    display: none;
  }
  .ipname, .opname{
    margin-left: 24px !important;
  }
  #toast{
    left: 5%;
  }
  .gc-formula-btn{
    margin-top: 0px !important;
    padding: 0px 15px !important;
    font-size: 16px !important;
    margin: 1px 0px !important;
  }
  .gcbcscientific{
    height: auto !important;
  }
  .gcbcscientific1{
    bottom: -5px !important;
    right: 0 !important;
    height: auto !important;
    margin:0 !important;
  }
  .section-title-right{
    display:none !important;
  }
  .section-title{
    border-right: 2px solid #000 !important;
    border-top-right-radius: 7px !important;
    width:100% !important;
  }
  .quick-form-container{
    min-width: 94% !important;
    max-width: 94% !important;
  }
}
@media only screen and (min-device-width: 600px) and (max-device-width: 640px){
  .gcbutton{
    width: 19.5vw;
  }
}
div.section-content > div:first-child{
  border-top-right-radius: 0px !important;
}
@media screen and (max-width: 750px) {
  #gc-img-col { column-gap: 0px; }
  #gc-img-col figure { width: 100%; }
  .site-cat{
    font-size: 12px !important;
    height: 31px !important;
  }
}
.gcdpinput {
    margin-left: 0%;
    margin-right: 13px;
}

.gcdphistory {
  margin-left: 6px;
}
.gcdpfeedback {
  float: left;
 }
 .gc-widget-notes, #widgetCode{
   text-align: left;
   font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
   font-size:15px;
 }
 #widgetForm{
   height:0px;
   display: none;
 }
 #widgetTheme{
   background-color:#F15A24;
   color:#ffffff;
 }
 .gc-select-rounded{
   border:1px solid;
   border-radius: 10px;
 }
 .form-control:focus {
   background-color: #f7ab94;
   border: 1px solid #F15A24;
 }
.gclabel, .gclabel1 {
    color:#F15A24;
    float: right;
    padding-right: 5px;
    font-size: 15px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}
.gcsetbutton {
    border: 2px solid white;
    background-color: #F15A24;
    color:#FFFFFF;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.gcsetposition {
    position: absolute;
    float: none;
    display: inline;
}
.gchistory {
  position: static;
  width: 100%;
  min-height: 45px;
  margin: 0 auto;
  border: 3px solid #F15A24;
  background: #F15A24;
  border-radius: 6px auto;
}
.hidden{
display: none;
}
.gchcontainer {
  position: relative;
  width: 100%;
  max-width: 97vw;
  max-width: 99vw;
  height: 520px;
  max-height: calc(100vh - 104px);
  margin-left: -3px;
  border: 3px solid #F15A24;
  overflow-y: auto;
  overflow-x: hidden;
}
.gchbutton {
    background-color: #F15A24;
    border: 2px solid white;
    color: floralwhite;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.gchbutton-hist {
    background-color: #F15A24;
    border: 2px solid white;
    color: floralwhite;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.gchbtnposition {
    position: absolute;
    float: none;
    display: inline;
    margin-top: 10px;
    padding: 10px auto;

    }
.gchbtncontainer {
  position: relative;
  margin-top: 0px;
  margin-left: -3px;
  width: 580px;
  max-width: 97vw;
  height: 55px;
  background-color: #f7ab94;
  border: 3px solid #F15A24;
  border-top: none;
}
.gc-searchbox{
  font-size: 18px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  color: #383f51;
  margin-top:3px;
  background-color: #f2aa93;
  border: 1px solid #F15A24;
}
.gc-searchbox:focus {
  background-color: #FFFFFF;
  border: 2px solid #F15A24;
}
.gc-search, .site-cat{
  color:#FFFFFF;
  margin-top:3px;
  height:34px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding-top:0px;
  padding-bottom:0px;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  background-color: #F15A24;
}
.workout-btn button{
  border-radius: 5px;
}
.workout-btn{
  display:none;
}
.gc-searchresult{
  display:none;
  position: absolute;
  z-index: 10;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcfe2 #c8cee7 #c4c7d7;
  border-radius: 3px;
  overflow:auto;
  margin-top:35px;
  background-color: #f5f5f5;
  width: 100%;
  max-height: 230px;
}
.gc-searchresult ul{
  margin:0px;
  padding:0px;
  padding-left:10px;
}
.gc-searchresult li{
    margin:0px;
    padding:0px;
    display: block;
    list-style-type: disc;
}
.gc-searchresult li a{
  font-size: 20px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  display:block;
  color:#37426b;
  padding-left: 7px;
  line-height: 35px;
}
.gc-searchresult li a.selected{
  background-color: #f3d6ce;
}
.ipopcontainer {
  position: absolute;
  width: 580px;
  max-width: 97vw;
  height: 269px;
  margin-top: 5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.infocontainer {
  position: absolute;
  width: 580px;
  overflow-y: auto;
  overflow-x: hidden;
}
.history_disp{
  width: 100%;
  word-wrap: normal !important;
}
.gchistoryunitodd {
    min-height: 130px;
    display: inline;
    font-size: 18px;
    padding-left:35px;
    text-align: left;
    background-color: #f7ddd7;
    white-space: nowrap;
    overflow-wrap: break-word;
    padding-bottom: 10px;
    display:none;
}
.gchistoryuniteven {
    min-height: 130px;
    padding-left:35px;
    display: inline;
    font-size: 18px;
    background-color: #f7b5a6;
    white-space: nowrap;
    overflow-wrap: break-word;
    padding-bottom: 10px;
    display:none;
}
.gc-formula-odd {
    min-height: 130px;
    display: inline;
    font-size: 18px;
    padding-left:5px;
    text-align: left;
    background-color: #f7ddd7;
    white-space: nowrap;
    overflow-wrap: break-word;
    padding-bottom: 10px;
}
.gc-formula-even {
    min-height: 130px;
    padding-left:5px;
    display: inline;
    font-size: 18px;
    background-color: #f7b5a6;
    white-space: nowrap;
    overflow-wrap: break-word;
    padding-bottom: 10px;
}
.gchutitle {
    float: left;
    display: inline;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    text-align: left;
    font-size: 19px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: black;
    text-decoration: underline;
    white-space: nowrap;
}
.gcformula-title {
    float: left;
    display: inline;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    text-align: left;
    font-size: 21px;
    font-weight: 500;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #3e2e21;
    text-decoration: underline;
    white-space: nowrap;
}
.gc-formula-img{
  position: relative;
  text-align: center;
  max-width: 97vw;
}
.gc-formula-img img.formula{
  width:100%;
}
.gc-formula-clink{
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}
.gctitle h1{
  color: white;
}
.gcformula-calc-link{
  color:#0c3f70;
  top: 25px;
  right: 31px;
  position: absolute;
}
.gc-formula-btn{
  margin-top: 12px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#loading{
  position:absolute;
  z-index:10;
  display:none;
  bottom: 52px;
  right: calc(8.33333333% - 15px);
}
.gc-formula-btn:hover{
  color:#fff;
  text-decoration:none;
}
.gchuip {
  position: static;
  text-align: left;
  float: left;
  margin-left: auto;
  display: inline;
  word-wrap: normal;
  font-size: 15px;
  color: #34373a;
  white-space: nowrap;
  word-wrap: normal !important;
}
.gchuip b{
  font-weight: 500;
  padding-top: 14px;
  display: block;
}
.gchuop {
    float: left;
    margin: auto;
    display: inline;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    margin-left: 0px;
    color: #34373a;
    white-space: nowrap;
}
.gchtimestamp {
  margin-bottom: auto;
  margin-right: 19px;
  display: inline;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0px;
  color: #454c5c;
  opacity: 0.7;
}
.gc-histcopy{
    text-align: center;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 40px;
    display: inline;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size: 20px;
    background: url(../graphics/copy.png) no-repeat;
    cursor: pointer;
    width: 48px;
    height: 48px;
    opacity: 0.7;
}
.gc-histcopy:hover{
  background: url('../graphics/copy-hover.png') no-repeat;
}
#hidden-text{
  position:fixed;display:none;
}
.gcbcbuttons {
  position: relative;
  margin-top: 0px;
  margin-left: 4px;
  width: 580px;
  max-width: 97vw;
  margin: 0;
  height: auto;
  padding-bottom: 4px;
}
.gcbcscidisplay {
  position: static;
  width: 583px;
  max-width: 94vw;
  height: 265px;
  margin: 0 auto;
}
.gcbcscicontainer {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  width: 600px;
  max-width: 94vw;
  height: auto;
  margin: 0 auto;
  float: none;
}
.gcbcscientific {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  width: 583px;
  max-width: 94vw;
  height: auto;
  margin: 0px auto;
  float: none;
}
.scientific_mode{
  position:relative;margin-top:0px;padding-right:15px;
  width:44px;
}
#scientific_back{
  position:relative;margin-top:0px;
  background: url('../graphics/back.png');
  cursor: pointer;
  width: 42px;
  height:44px;
  outline: none;
}
.scientific_dummy{
  color: #b3b7c3;
}
#histryArea{
  clear: both;
  height: 122px;
  overflow: auto;
  margin-right: 30px;
  margin-top: 5px;
}
.gcbcdisplay {
  width: 580px;
  max-width: 97vw;
  height: 287px !important;
  min-height: 287px !important;
  margin:0;
}
.gc-spacer{
  width:5px;
  font-size: 5px;
}
.gcbcip-scientific {
    position: absolute;
    margin-top: 0;
    right: 60px;
    top: 22px;
    width: 499px;
    max-width: 81vw;
    color: #383f51;
    font-size: 4rem;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    text-align: end;
}
.gcbcip {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    margin-left: 5px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-weight: 600;
    color: #383f51;
    font-size: 46px;
    height: 67px;
    width: 530px;
    max-width: 97vw;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0) !important;
    border:none !important;
    text-decoration: none;
    outline: none !important;
    overflow-y: none;
    overflow-x: auto;
}

.gcbc_calc {
    margin-right:0px;
    width:556px;
    max-height: 97vw;
}
.gcbchcontainer {
  position: relative;
  width: 580px;
  height: 155px;
  margin-bottom: 10px auto;
  overflow-y: auto;
  overflow-x: auto;
}
.gcbchunit {
    position: relative;
    font-size: 23px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    color: #4d4d4d;
    text-align: left;
    margin-left: 30px;
    margin-bottom: auto;
    white-space: nowrap;
}
.gcbcform-group {
  vertical-align: top;
}
.input-converter {
  height: 130px;
  width: 230px;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  border-radius: 6px;
  background-color: white;
  overflow: auto;
}
.input-converter:focus {
  border-color: #f2aa93;
  box-shadow: 0 1px 1px #eb5a34 inset, 0 0 8px #eb5a34;
  outline: 0 none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  .converter-fromto-unit {
    position: relative;
    width: 230px;
    display: inline-block;
    margin-top: 60px;
    line-height: 1.5;
    border-radius: 6px;
    z-index: 3;
  }
.converter-ip-unit {
  position: absolute;
  width: 230px;
  display: inline-block;
  margin-left: -230px;
  margin-top: 86px;
  line-height: 1.5;
  border-top: 2px solid #222;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#unitType{
  border: 2px solid #222;
}
.calc-calendar{
  margin-left:-15px;
  margin-top:5px;
  cursor:pointer;
}
.online-test-title{
  width:100%;
  display:block;
  font-size:25px;
  text-align:center;
  padding:5px;
  color:#fff;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}
.gc-test-row{
  padding-left:2px;
  padding-top:10px;
  font-size:19px;
}
.gc-test-row .col-xs-12{
  padding-top:10px;
}
.gc-test-row div input[type='text']{
  padding-left:5px;
  font-size:20px;
  width:90%;
}
.gc-test-input-small{
  width:60px !important;
  text-align: center;
}
.gc-info {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 15px !important;
    font-size: 23px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    color: grey;
    text-align: justify;
    word-wrap: break-word;
}
.quiz-disable-btn{
  background-color:#c3dad2 !important;
}
html{
  overflow-x: hidden;
}
.main-container{
  border: 2px solid rgba(93, 182, 75, 0.7);
  height: 600px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  border-radius: 12px;
}
.container-sub1{
  height: 73%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -20px;
}
.container-sub2{
  height:17%;
  margin-right: -15px;
  margin-left: -15px;
}
.query-container{
  margin-top: -5px;
  font-size: 23px;
}
.user-img{
  width:45px;
  margin-top:30px;
}
.bot-img{
  width:45px;
  margin-top:29px;
  float:left;
}
.home-bot-img{
  width:20px;
  margin-top:20px;
  margin-left:10px;
}
.query-input{
  width: 86%;
  height: 75px;
  border: 1px solid rgba(93, 182, 75, 0.7);
  border-left:0px;
  outline: none;
  padding-left: 10px;
  border-bottom-left-radius: 9px;
}
.query-input:focus{
  box-shadow: 0 0 0 1px #aeeab8, 0 0 20px 1px #c8f3dc;
}
.send-btn{
  width: 14%;
  height: 75px;
  outline: none;
  position: absolute;
  border-bottom-right-radius: 11px;
  border: 1px;
}
.ans-btn, .quick-reply-btn{
  padding: 5px;
  outline: none;
  width: 90%;
  border-radius: 10px;
  font-size: 17px;
  margin-top: 19px;
  background: #cdefd0;
}
.quiz-unviewd-btn, .quiz-viewd-btn, .quiz-ans-btn, .quiz-active-question-btn{
  padding: 5px;
  width:30px;
  outline: none;
  font-size: 17px;
  cursor: pointer;
}
.quiz-unviewd-btn{
  background-color: #dfe4e4;
}
.quiz-viewd-btn{
  background-color: #e4d0d0;
}
.quiz-ans-btn{
  background-color: #bae2ce;
}
.quiz-yes-tick,.quiz-no-tick{
  color:#fff;padding:5px;padding-left:10px;padding-right:10px;border-radius:15px;
}
.quiz-yes-tick{
  background-color:#19b710;
}
.quiz-no-tick{
  background-color:#bb1d13;
}
.quiz-question-ans-yes{
  background-color:#cff1cd;
}
.quiz-question-ans-yes:hover{
  background-color:#acefa8;
}
.quiz-question-ans-no{
  background-color:#f9e0de;
}
.quiz-question-ans-no:hover{
  background-color:#eab0ac;
}
.quiz-active-question-btn{
  background-color: #26a09b;
  color:#fff;
}
.quiz-ans-section{
  margin-bottom:10px;
}
.gc-quiz-info-tbl tr td{
  padding:4px !important;
}
.reply-container{
  margin-top:30px;
  min-width: 40%;
  margin-left: 13px;
  float: left;
  font-size: 17px;
  padding: 10px;
  border-radius: 10px;
  background-color: #cdefd0;
  max-width:80%;
  text-align: left;
}
.chat-reply-ref{
  float: right;
}
.zera-quick-reply{
  min-height:60px;
}
.quick-reply-btn{
  max-width: 240px;
  max-height:60px;
  margin-left: 5px;
  float:left;
}
.question-container{
  padding: 10px;
  float: right;
  margin-right: 13px;
  background-color: #5db64b;
  border-radius: 10px;
  font-size: 20px;
  margin-top:30px;
  color:#fff;
}
.slideshow-container {
  margin-top: 30px;
  width: 100%;
}
.slide_btn{
  position: relative;
  min-width: 350px;
  border: 1px solid rgba(93, 182, 75, 0.7);
  border-radius: 10px;
  padding-bottom:19px;
  float: left;
  display: inline-block;
  white-space: normal;
  margin:3px;
}
.slide-btn-container{
  margin-top: 30px;
  max-height:215px;
  clear: none;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  width:auto;
}
.previous-btn{
  float: left;
height: 50%;
text-align: center;
align-items: center;
margin-top: 55px;
margin-left: 3px;
border: 1px solid #78ca7f;
background-color: rgba(93, 182, 75, 0.5);
color: #fff;
border-radius: 5px;
font-size: 40px;
cursor: pointer;
padding: 4px;
padding-top: 17px;
z-index: 5;
position: absolute;
}
.next-btn {
    float: right;
    text-align: center;
    align-items: center;
    margin-top: 54px;
    margin-right: 7px;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #78ca7f;
    background-color: rgba(93, 182, 75, 0.5);
    color: #fff;
    border-radius: 5px;
    font-size: 40px;
    cursor: pointer;
    padding: 4px;
    padding-top: 19px;
    padding-bottom: 24px;
    z-index: 5;
}
.chat-nav-btn{
  float:left;
  min-width: 60px;
  margin-bottom: 0px;
  margin-top:7px;
  font-size: 15px;
  outline: none;
  border: 1px solid rgba(93, 182, 75, 0.7);
  background-color: #fff;
  border-bottom: 0px;
  border-left: 0px;
}
/*#bot_popup{
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: center;
  height: 50px;
  padding-top: 15px;
  bottom: 0px;
  font-size: 17px;
  cursor: pointer;
  position: fixed;
  z-index: 100000;
}*/
.popup_div{
  height:330px;
  position:fixed;
  z-index:100500;
  bottom:0px;
  border: 1px solid rgba(93, 182, 75, 0.7);
  margin-left: 6px;
  display: none;
  background: rgba(245, 245, 245, 0.5);
}
.bot_input{
  height: 15%;
  padding-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
}
.bot_input input{
  border: 1px solid rgba(93, 182, 75, 0.7);
  font-size: 19px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}
.bot_input input:focus{
  box-shadow: 0 0 0 1px #aeeab8, 0 0 20px 1px #c8f3dc;
}
#popup_textfield{
  width: 75%;
  outline: none;
  height: 42px;
}
#pop_submit{
  width: 25%;
  height: 42px;
  outline: none;
  position: absolute;
  font-size: 16px;
  color:#fff;
  background: rgba(93, 182, 75, 0.7);
}
.default_text{
  width: 80%;
  margin-left: 10px;
  margin-top: 15px;
  font-size: 14px;
  padding: 5px;
  background-color: #cdefd0;
  border-radius: 10px;
  display: inline-block;
}
.popup_span{
  float: right;
  margin-right: 20px;
  margin-top: -38px;
  cursor:pointer;
  color:#fff;
}
.bot_span_sub{
  height: : 20%;
}
.bot_title_sub{
  height: 80%;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: rgba(93, 182, 75, 0.7);
}
#round-btn, .round-btn-left{
  position:fixed;
  z-index:100500;
  bottom:55px;
  right:5px;
  text-align: center;
  border-radius: 100%;
  outline: none;
  height:60px;
  font-size: 25px;
  padding: 10px;
  border:1px solid #7de086;
  background-color: #7de086;
  cursor: pointer;
  color:#fff;
  width: 60px;
  animation: ripple 2s ease-out infinite;
  transform-style: preserve-3d;
}
.round-btn-left{
  left:2px;
}
.gc-calc-image{
  margin:5px;
  margin-top:10px;
  float:right;
  max-height:200px;
  max-width:280px;
}
#cookie-notification{
  z-index:100;
  position:fixed;
  bottom:1px;
  right:0px;
  left:1px;
  width:65px;
  cursor: pointer;
  color:#fff;
  text-align: center;
}
.cookie-notification-btn{
  text-align: center;
  outline: none;
  font-size: 25px;
  border-top: 70px solid transparent;
	border-left: 80px solid #2675b8;
  float:left;
}
.cookie-notification-span{
  margin-top:-37px;
  margin-left:10px;
  float:left;
  font-size: 25px;
}
.cookie-text{
  font-size:13px;
  margin-top: -17px;
  margin-left: 9px;
  float: left;
}
.cookie-dialog{
  position: fixed;
  width: 360px;
  background-color: #2675b8;
  z-index: 99;
  height: 100%;
  float: left;
  top: 0px;
  color: #fff;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  overflow-y: auto;
  display:none;
  padding-bottom:50px;
}
.cookie-dialog #close-cookie{
  width: 40px;
  height: 40px;
    padding-top: 7px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 100%;
    cursor: pointer;
    font-size:30px;
}
.cookie-title{
  margin:10px;
  margin-top:20px;
  font-size: 20px;
  border-bottom:1px solid #eee;
}
.cookie-dialog p{
  font-size: 16px;
  padding-left:10px;
  padding-right:10px;
  color:#eee;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}
p#cookie-accept-text{
  font-size: 14px;
}
.cookie-dialog p a{
  font-size: 16px;
  padding-left:10px;
  padding-right:10px;
  color:#fff;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  text-decoration:underline;
}
.cookie-dialog p a[target="_blank"]:after {
  color:#fff;
  margin: 0 3px 0 5px;
}
.cookie-dialog hr{
  margin:3%;
}
.onoffswitch {
    position: relative; width: 90px;
    margin-right: 10px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #EEEEEE; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #2C2CC9; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 43px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 1px solid #EEEEEE; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
#cookie-accept-button, #gc-consent-accept, #gc-consent-open {
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
	font-size:15px;
	font-weight:bold;
  margin-left:5px;
	padding-left:10px;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.gc-consent-bottom{
  position:fixed;
  min-height:70px;width:100%;z-index:101;
  text-align: center;
  bottom: 0px;
  padding: 5px;
  font-size: 20px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  color:#fff;
}
.gc-consent-bottom a{
  text-decoration: underline;
  font-size: 21px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  color:#fff;
}
.gc-consent-bottom-content{

}
.gc-consent-bottom-action{

}
#gc-consent-accept, #gc-consent-open{
  margin:5px;
  margin-bottom: 10px;
}
#cookie-accept-button:active {
	position:relative;
	top:1px;
}
#round-btn{
  display: none;
}
@keyframes ripple {
  0% {
    /*transform: scale(1, 1);*/
    /*background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;*/
    box-shadow: 0 0 0 2px #aeeab8, 0 0 20px 2px #c8f3dc;
    opacity: 1;
  }
  50% {
    /*transform: scale(1.05, 1.05);*/
    /*background: #47a7f5 radial-gradient(circle, transparent 5%, #47a7f5 5%) center/15000%;*/
    box-shadow: 0 0 0 2px #aeeab8, 0 0 20px 2px #c8f3dc;
    opacity: 1;
  }
}
#toast {
visibility: hidden;
min-width: 250px;
max-width: 300px;
word-wrap: break-word;
background-color: #F15A24;
text-align: center;
border-radius: 15px;
padding: 6px;
position: absolute;
z-index: 1;
object-position: center;
left: 25%;
bottom: 8%;
font-size: 17px;
left: 50%;
transform: translate(-50%, -50%);
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 3%; opacity: 0;}
    to {bottom: 8%; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 3%; opacity: 0;}
    to {bottom: 8%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 8%; opacity: 1;}
    to {bottom: 3%; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 8%; opacity: 1;}
    to {bottom: 3%; opacity: 0;}
}
#historyArea{
  display:none;
  min-height:650px;
}
.gcbdigital{
  float: none;
  position: absolute;
  width: 435px;
  height: 367px;
  max-height: 100%;
  bottom:0;
  margin-top: -290px;
  margin-left: 142px;
  background-color: #f7ab94;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  animation: fadeinbtn 0.4s;
  padding-top:5px;
  padding-bottom:5px;
}
.gcbdigitalhide {
  animation:fadeoutbtn 0.4s;
}
.gcbcscientific1 {
  display:none;
  float: none;
  padding-top:5px;
  padding-bottom:5px;
  position: absolute;
  margin-top: -406px;
  margin-left: 143px;
  background-color:#f7ab94;
  border: none !important;
  width: 435px;
  max-width: 80%;
  height: auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  animation: fadeinbtn 0.4s;
}
.gcbcscientific1 div{
  margin-left: 5px;
}
.gcbcscientific1 div.row0{
  margin-left: -1px;
  margin-top:-5px;
}
.gc-scientific-hidden{
  outline:none;color:#f2f2f2;border:none;background-color:#f2f2f2;display: none;
}
.gcbcscientific1hide {
  animation:fadeoutbtn 0.4s;
}

@-webkit-keyframes fadeinbtn {
    from {right: : -10%; opacity: 0;}
    to {right: 0%; opacity: 1;}
}

@keyframes fadeinbtn {
    from {right: -10%; opacity: 0;}
    to {right: 0%; opacity: 1;}
}

@-webkit-keyframes fadeoutbtn {
    from {right:0%; opacity: 1;}
    to {right:-10%; opacity: 0;}
}

@keyframes fadeoutbtn {
    from {right: 0%; opacity: 1;}
    to {right: -10%; opacity: 0;}
}
.gc-pink{
  background-color: #ED1E79;
  width: 30px;
  height:30px;
  margin:0px;
  margin-left:15px;
  color:#ffffff;
  text-align: center;
  cursor: pointer;
}
.gc-orange{
  background-color: #F15A24;
  width: 30px;
  height:30px;
  margin:0px;
  margin-left:15px;
  text-align: center;
  cursor: pointer;
}
.gc-green{
  background-color: #39B54A;
  width: 30px;
  height:30px;
  margin:0px;
  margin-left:15px;
  text-align: center;
  cursor: pointer;
}
.gc-blue{
  background-color: #2675B8;
  width: 30px;
  height:30px;
  margin:0px;
  margin-left:15px;
  text-align: center;
  cursor: pointer;
}
.logoarea{
  border-radius: 0px;
  padding-left: 19px;
  border-right: none;
}
.logoarea a{
  float:right;
  margin-right: 4%;
}
.logoright{
  border-left: none;
  border-radius: 0px;
  height: 42px;
  max-width: inherit;
}
.header{
  padding:0 !important;
  background-color: #f5f5f5;
}
.mobile-theme-header{
  padding-top:10px;
  float:right;
}
.gc-copyright{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 13px;
  border-top: 2px solid #454c5c;
}
@media (min-width: 1200px) {
  .ipopcontainer {
    animation: fadeinright 0.5s;
  }
  .ipopcontainerhide {
    animation: fadeoutleft 0.5s;
  }
  .infocontainerhide {
    animation:fadeoutright 0.5s;
  }
  .infocontainer {
    animation:fadeinleft 0.5s;
  }
}
@-webkit-keyframes fadeinleft {
    from {left: : -10%; opacity: 0;}
    to {left: 2%; opacity: 1;}
}

@keyframes fadeinleft {
    from {left: -10%; opacity: 0;}
    to {left: 2%; opacity: 1;}
}

@-webkit-keyframes fadeoutleft {
    from {left: 2%; opacity: 1;}
    to {left:-10%; opacity: 0;}
}

@keyframes fadeoutleft {
    from {left: 2%; opacity: 1;}
    to {left: -10%; opacity: 0;}
}


@-webkit-keyframes fadeinright {
    from {right: : -10%; opacity: 0;}
    to {right: 1%; opacity: 1;}
}

@keyframes fadeinright {
    from {right: -10%; opacity: 0;}
    to {right: 1%; opacity: 1;}
}

@-webkit-keyframes fadeoutright {
    from {right: 1%; opacity: 1;}
    to {right:-10%; opacity: 0;}
}

@keyframes fadeoutright {
    from {right: 1%; opacity: 1;}
    to {right: -10%; opacity: 0;}
}
.gc-menu{
  font-size:20px;
  margin-top:3px;
  margin-left:10px;
  margin-right:10px;
  float: right;
}
.gc-menu-app{
  font-size:50px;
  margin-top:3px;
  margin-left:10px;
  float: right;
  top:-15px;
}
.calc-hz-menu{
  width:auto;
}
.calc-hz-menu span{
  maring:20px;
  text-align: center;
  padding: 10px;
  float:left;
  margin-left:20px;
  font-size: 20px;
  background-color: #606060;
  margin-bottom: 10px;
  display: block;
  border-radius: 1.25rem;
}
.calc-hz-menu span a{
  color: #f1f8e9;
  display: block;
}
.gcf-category{
  padding-left: 0px;
  min-height: 90px;
  border-right: 1px solid #8D8F99;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  font-size: 18px;
}
.section-title{
  border-top-left-radius:7px;
  float:left;
  padding-left:20px;
  padding-right:20px;
  padding-top:5px;
  margin-top:20px;
  border-left:2px solid #333333;
  border-top:2px solid #333333;
  max-width:400px;
  height:40px;
  font-weight: bold;
}
.section-title-right{
  float:left;
  height:45px;
  width:68px;
  margin-top:20px;
  border-bottom: 2px solid #333333;
  transform:translateY(-20px) translateX(5px) rotate(34deg);
  -webkit-transform:translateY(-20px) translateX(5px) rotate(34deg);
  -moz-transform:translateY(-20px) translateX(5px) rotate(34deg);
}
.section-content{
  margin-top:-5px;
  text-align: left;
}
div.section-content > div:first-child{
  border:2px solid #333333;
  border-radius:7px;
  border-top-left-radius:0px;
  padding:5px;
  padding-top:20px;
}
div.section-list{
  padding-left: 32px;
  min-height: 60px;
  border-right: 1px solid #8D8F99;
  font-size: 18px;
}
.gcf-category-popular{
  padding-left: 3px;
  min-height: 90px;
  border-right: 1px solid #8D8F99;
  font-size: 18px;
}
.gcf-category-popular ul, div.section-list ul, div.section-tag ul{
  list-style-type: none;
}
.gcf-category-popular ul li a, div.section-list ul li a, div.section-tag ul li a{
  color:#2a345a;
}
div.section-list ul li a,div.section-tag ul li a{
  text-decoration: underline;
}
div.section-list ul li a:hover, div.section-tag ul li a:hover{
  text-decoration: none;
}
div.section-tag ul li{
  float: left;
  display: inline;
  min-width:60px;
  padding-left:20px;
}
div.section-tag ul li:first-child{
  padding-left:0px;
}
.gcf-category-explore{
  padding-left: 3px;
  min-height: 90px;
  font-size: 18px;
}
.gcf-category-explore ul{
  list-style-type: none;
}
.gcf-category-explore ul li a{
  color:#2a345a;
}
.gcf-tagline{
  font-size: 21px;
  text-align: center;
  display: block;
  font-weight: 600;
}

#footer_menu{
  display:none;
}
.gcf-category ul{
  list-style-type: none;
}
.gcf-category ul li{
  padding-bottom: 5px;
}
.gcf-category ul li a{
  color:#2a345a;
}
.content .gcf-category ul li a{
  color:#2a345a;
  padding:0 5px 0 5px;
  background-color: #f2ab93;
}
.gc-noborder{
border: none !important;
}
.gc-noborder-lg{
  border: none;
}
.pinfo{
  text-align: center;
  font-size: 16px;
}
.social-link{
   position:relative;
   padding:2px;
   text-align:right;
   top:50px;
   right:0px;
   left:0px;
    width: 17px;
    display: block;
    z-index: 1;
    height: 17px;
    overflow: hidden;
    float:right;
  }

  .gc-share-action{
    position:absolute;
    height:30px;
    width:100%;
    top:239px;
    margin-left:16px;
    display:none;
  }


  #feedback_form{
    position:absolute;
    height:300px;
    width:100%;
    top:50px;
    margin-left:-10px;
    display:none;
  }
  #cookie {
    position: fixed;
    right: 2px;
    top: 0px;
    padding: 5px;
    border: 1px solid #b1adac;
    border-radius: 2%;
    background-color: #f5f2f214;
    text-align: center;
    z-index: 23333330;
    font-size: 1.3rem;
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
  .cookie-container{
    width: 100%;
    padding: 5%;
    position: relative;
    top: calc(50% - 100px);
    color:#000;
  }
  #cookie .cookie-container span{ 
    display: inline-block;
    background-color: #fefefe;
    padding: 1rem;
    padding: 1% 10%;
    border: 1px solid #5db54b;
    min-width: 70%;
    max-width: 700px;
  }
  #cookie button{
    margin:1rem;
    padding:1.2rem;
    border-radius: 1.2rem;
    font-weight: 600;
    border: 1px solid #b1adac;
    outline: none;
    background-color: #F15A24;
    color:#fff;
  }
  #cookie a{
    color:#2a345a;
    text-decoration: underline;
  }
  #app-open {
    position: fixed;
    right: 2px;
    bottom: 2px;
    padding: 1rem;
    height: 150px;
    border: 1px solid #b1adac;
    border-radius: 2%;
    background: #f2aa93;
    text-align: center;
    font-size: 35px;
    text-align: center;
    z-index: 5;
}
  #app-open a{
    color:#2a345a;
    text-decoration: none;

    font-size : 35px;

  }
  #app-button {
    border: 1px solid #b1adac;
    border-radius: 8px;
    outline: 1px;
    background-color: #F15A24;
    color: #fff;
    height: 70px;
    margin-top: 30px;
}
  #app-button a{
    padding-left: 10px;
    padding-right: 10px;
    color:#ffffff;

  }

  .gc-share{ display: inline-block;
    background: url('../graphics/gc-bookmark.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    margin:2px;
    float:right;
    cursor: pointer;
  }
#swap{
  padding-top:10px;padding-bottom:10px;cursor:pointer
}
.lead{
  font-weight:bold !important;
  font-size:20px;
}
.word-wrap{
  white-space: normal;
}
.gc-copylinks { background-position: -0px -0px; width: 40px; height: 40px; }
.gc-email { background-position: -40px -0px; width: 40px; height: 40px; }
.gc-facebook { background-position: -80px -0px; width: 40px; height: 40px; }
.gc-favourite { background-position: -0px -40px; width: 40px; height: 40px; }
.gc-google { background-position: -40px -40px; width: 40px; height: 40px; }
.gc-pininterest { background-position: -80px -40px; width: 40px; height: 40px; }
.gc-pocket { background-position: -0px -80px; width: 40px; height: 40px; }
.gc-print { background-position: -40px -80px; width: 40px; height: 40px; }
.gc-reddit { background-position: -80px -80px; width: 40px; height: 40px; }
.gc-stumbleuponn { background-position: -0px -120px; width: 40px; height: 40px; }
.gc-tumbler { background-position: -40px -120px; width: 40px; height: 40px; }
.gc-twitter { background-position: -80px -120px; width: 40px; height: 40px; }
.gc-whatsapp { background-position: -0px -160px; width: 40px; height: 40px; }
.round-border{
  border-radius: 5px;
  border-style: solid !important;
  border-color: #454c5c;
}
.alert-message{
  padding: 5px;
  color: #604399;
  font-size: 2rem !important;
  line-height: 20px;
  text-align: justify;
  font-weight: 600;
  text-align: center;
}
.custom-alert input[type='button']{
  position: relative;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 36px;
  margin-left: -25%;
  margin-bottom:0.5rem;
  outline: 0;
  border: 0;
  background: #7eb369;
  color: white;
  border-radius: 1.25rem;
  box-shadow: 7px 8px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.custom-alert input[type='button']:hover{
  transition: 0.3s;
  cursor: pointer;
  background: lighten(#7eb369, 5%);
}
.custom-alert{
    position: fixed;
    display: none;
    max-width: 25%;
    min-width: 250px !important;
    min-height: 105px;
    height: auto;
    left: 50%;
    top: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-left: -12.5%;
    margin-top: -5.2%;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 7px 8px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    z-index: 5
}
span.ws-digit-qus{/*Colum model Question */
  padding-top: 10px;
  height:100%;
  width: 100%;
  text-align: right;
  float: right;
}
span.ws-mul-digit{
  max-width : 1.5rem;
  text-align: center;
}
span.ws-digit-symbol{/*Colum model Question */
  text-align: center;
  font-size: 2rem;
}
span.ws-numeral-symbol{
  float: left;
  padding-left: 1rem;
}
.estimation-table-product{
  margin-left:5%;
  margin-right:3%;
  margin-top:20px;
  font-size: 21px;
}
.estimate-product-text{
  display: inline-block;
  padding-top:10px;
}
.estimation-table-multiplication{
  width:50%;
  float:left;
  padding-left:4rem;
  padding-bottom:3rem;
  font-size: 21px;
}
.estimate-section,.estimate-section-second{
  width:49%;
  float:left;
  padding: 5px;
}
.estimate-section{
  border-right:1px solid #33333324;
}
.gc-estimated-sum{
  font-size: 18px;
  float:left;
  width:52%;
  margin-top: 4px;
}
span.multiplier{
  border-bottom: 2px solid #bdbcbc;;
  display: block;
  margin-left: 5%;
}
span.ws-digit-ans{
  border-bottom: 2px solid #bdbcbc;;
  border-top: 2px solid #bdbcbc;;
  display: block;
}
.multiplication-main-span{/*Colum model Question */
    float: left;
    padding-left: 1rem;
    font-size: 2.5rem;
}
span.ws-mul-ans{
  padding-right: .7rem;
}
div.long-division-question{
  width: 40%;
  float: left;
}

div.divison-padding{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
div.long-division-answer{
  width: 55%;
  float: left;
  border: 1px solid #454c5c;
  padding-bottom: 2rem;
  padding-top: 1rem;
  padding-left: 2rem;
  border-radius: 5px;
}
div.division-answer-height{
  min-height: 41rem;
  overflow-y: auto;
}
table.division-table,table.answer-table{
  min-width: 35rem;
  border: 1px solid #454c5c;
  border-radius: 1rem;
  margin-bottom:10px;
  width:auto;
}
table.division-table td,table.division-table th,table.answer-table th,table.answer-table td{
  padding: 1rem 1rem;
  text-align: center;
}
div.division-div{
  margin-left: 2rem;
  float: left;
}
table.long-division-table tr:last-child td:first-child{
  padding-right :.5rem;
}
table.long-division-table tr:last-child td:last-child{
  border-left:2px solid #454c5c;
  border-top:2px solid #454c5c;
}
span.divison-digit{
  max-width: 1.5rem;
  text-align: center;
  font-size: 2.5rem;
  padding-left: 0.5rem;
}
span.division-balance{
  display: block;
  border-bottom: 1px solid #454c5c;
}
div.answer-section{
  font-size: 2.2rem;
  float: right;
  margin-right: 5rem;
}
span.answer-span{
  display: block;
  padding-top: 1rem;
}
span.calculation-summary{
  display: block;
  padding-bottom: .5rem;
  font-size: 2rem;
  text-align: center;
  text-decoration : underline;
}
.label-text{
  font-size: 20px
}
.selopt{
  width:16rem;
  min-width: 19rem;
    font-size: 2.5rem;
    border:2px solid #767676;
    font-weight: 600;
    height: 5rem;
    padding-left: 1rem;
}
.estimat-tit h2{
  text-decoration: underline;
  display: block;
  text-align:left;
  font-size: 22px;
}
.estimat-tit h3{
  text-decoration: underline;
  display: block;
  text-align:left;
  font-size: 22px;
}
.ans-table-estsum{
  font-size:18px;
  float:left;
  width:100%;
  margin-top:15px;
  border-radius: 5px;
  padding: 10px;
}
.estimation-table-new{
  margin-left:5%;
  margin-right:3%;
  margin-top:20px;
  display: inline-block;
  font-size: 21px;
}
.sum-number{
  min-width: 19rem;
  font-size: 2.5rem;
  border-radius: 0.5rem;
  padding-left:1rem;
  font-weight: 600;
  height: 5rem;
}
.sum-table{
  border:1px solid #454c5c;
  padding: 10px;
}
span.text-sum{
  border-radius: 5px;
  margin: 10px;
  padding: 3px;
  margin-left:0px;
}
.estimate-ques{
  width:4rem;
  margin-left: 11rem;
}
span.ws-numeral-qus{
  padding-top: 10px;
  height:100%;
  padding-left:13px;
  text-align: right;
  float: right;
  font-size: 22px
}
span.estimation-digit{
  padding-right:10px
}
span.ws-numerals-ans{
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  padding:5px 0 5px 0;
  margin-top:4px;
  width: 10rem;
  display: block;
}
/* cyrillic-ext */
.gc-calculator-section {
    background-color: #F15A24 !important;
    color: #FFFFFF !important;
}
.privacy-links{
  font-size:13px;
}
.yellow{
  background-color: #FFFF00;
}
.play-badge{
  text-align:center;
  width: 25%;
  height: 25%
}
.play-badge-mob{
  text-align:center;
  width: 50%;
  height: 50%
}
li.gc-title{
  text-decoration: underline;
  font-weight: 600;
}
.breadcrumb-arrow {
    min-height: 40px;
    padding: 0;
    margin-top: -4px;
    padding-top: 8px;
    line-height: auto;
    list-style: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
    padding-left:0.3rem;
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrum-parent{
  margin-bottom: 1rem;
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 25px;
  padding: 0 10px 0 25px;
  line-height: 24px;
  font-weight: 500;
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #F15A24;
    border: 1px solid #F15A24
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #F15A24;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #f6ded5;
}
.breadcrumb-arrow li span {
    color: #434a54
}
.table-hover>tbody>tr>td{
  padding-left:2px;
  padding-right:2px;
}
.gc-text-area .well{
  text-align:left;
  padding-left:20px;
  padding-right:20px;
}
.gch1 div, .gch2-1 div, .gch2-2  div, .gch3-1  div, .gch3-2 div, .gch3-3 div, .gch4-1 div, .gch4-2 div, .gch4-3 div, .gch4-4 div{
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size:20px;
    color: #333333;
}
.gc-mobile-title{
  display: none;
}
.question_heading{
  font-size: 26px;
  color: #4d4d4d;
  text-decoration-color: #383f51;
  text-decoration: underline;
  text-align: left;
  padding-left:20px;
}
div.question-area{
  float:left;
  text-align:left;
  margin-top:30px;
}
ul.gc-questionlist{
  list-style-type: none;
  font-size: 20px;
  padding-left:0px;
  color:#333333;

}
ul.gc-questionlist li a{
  color:#141517;
  display:block;
}
ul.gc-questionlist li{
  text-align: left;
  margin:3px 0 3px 0;
  padding: 4px;
  padding: 15px 0 15px 0;
  padding-left:20px;
  padding-right:10px;
  border-radius: 1.25rem;
}
ul.gc-questionlist li:nth-child(odd){
  background-color: #79a3b7bf;
}
ul.gc-questionlist li:nth-child(even){
  background-color: #9cbddabf;
}


.gc-homelist ul{
  list-style-type: none;
  font-size: 20px;
  padding-left:0px;
}
.gc-homelist ul li:nth-child(odd) a{
  background-color: #F15A24;
  color:#ffffff;
  margin:5px;
}
.gc-homelist ul li:nth-child(even) a{
  background-color: #f2ab93;
  color:#333333;
  margin:5px;
}
.gc-homelist ul li a{
  padding: 1rem 0 1rem 1rem !important;
  border-radius: 1.15rem;
  display:block;
  background-color: inherit;
}
.gc-feature-list ul li:before{
  content: '-';
  padding-right: 8px;
  color:#333333;
}
.gc-feature-list{
  text-align: left;
}
.gc-table-title{
  font-size:18px;
}
.table-hover>tbody>tr>td{
      text-align: center;
}
a.gc-table{
  color:#2a345a;
}
a.gc-table:hover{
  color:#2a345a;
}
.calender{
  color: #d9dcdc !important;
}
.calender-span{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.tooltip {
  opacity: 1 !important;
  background-color: #fff;
}
.tooltip-inner{
  max-width: 45% !important;
  background: none !important;
  margin: -13px -8px -23px 10px;
}
.gc-table-title th{
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.tooltip-inner table.table-bordered tr td{
  color:#333;
}
.gc-calendar-title{
  font-size: 22px;
}
.date-span{
  background-color:#EBEDEF;
  padding: 13px;
  font-size: 1.8rem;
}
.date-span-age{
  /*background-color:#EBEDEF;*/
  padding: 3px;
  float:left;
}
.date-span-age{
  font-size: 2.5rem;
  padding-left: 0rem;
  font-weight: 600;
}
.calender-submit-button{
  width:205px;
  height:40px;
  font-size:20px;
  outline:none;
  border-radius:10px !important;
}
.gc-cal-form{
  margin:auto;
  margin-top:3px;
  margin-bottom:3px;
  border: 1px solid #454c5c;
  min-height:327px;
  float:none;
  width: 100%;
}
.gc-cal-form thead tr{
  min-height:30px;
}
.gc-cal-form td, .gc-cal-form th{
  padding:6px;
  padding-left:1px;
  padding-right:1px;
}
.calender-subspan{
  width:100%;
  font-size: 12px;
  float:left;
  text-align: left;
}
.gc-cal-table{
  font-size: 16px;
  float:left;
  width:50%;
  margin-top:15px;
}
.calender-first-table{
  font-size: 16px;
  float:left;
  margin:0 auto;
  text-align: left;
  z-index:1000;
}
.statistics-words-table{
  font-size: 18px;
  float:left;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 14%;
  margin-right: 14%;
}
.calender-form{
  outline:none;
  width: 150px;
  padding-left: 5px;
}
.calender-form-date{
  outline:none;
  width: 164px;
  padding-left: 5px;
}
.calender-form-bithdate{
  outline:none;
  padding: 1rem;
  height: 5rem;
  width:auto;
  font-size: 2rem;
  padding-left:1rem;
  margin-left:0px;
  font-weight: 600;
  border: 2px solid #767676;
}
.statistic-word{
  outline:none;
  width:210px;
  height:35px;
  padding-left: 5px;
}
.gc-multiplication-table{
  font-size: 19px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}
.gc-multiplication-table td.firstrow{
  padding-right:8px;
  text-align: right;
}
.gc-multiplication-table td.siderow{
  padding-left:8px;
  text-align: left;
}
.summary-table{
  margin-left:2%;
  margin-right:2%;
}
.summary-table-age{
  margin-left:10%;
  margin-right:2%;
}
.today-table{
  padding-left: 38px;
}
.multi-table{
  padding-left: 38px;
  float:left;
  width:230px;
  display: block;
}
.border-top:before {
    margin: 1px;
    margin-top: -19px;
    content: "_";
    position: absolute;
    color: #454c5c;
    font-weight: 700;
}
.k-map-answer .border-top:before {
    margin: 1px;
    margin-top: -20px;
    content: "_";
    position: absolute;
}
.kmap-truth-table, .kmap-result-area{
  font-size:17px;
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
  float:left;
  margin:0 auto;
  margin-left:50px;
  margin-right:50px;
  text-align: center;
}
.kmap-truth-table{
  max-width:53%;
}
.kmap-result-area{
  float:left;
}
.kmap-result{
  width:100%;
  border: 1px solid #dedede;
  margin:5px;
}
.kmap-result-title{
  display: block;
  background-color: #dedede;
  padding:10px;
  font-weight: bold;
}
.kmap-result .output{
  padding:10px;margin:5px;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size:19px;
  width:300px;
}

.kmap-truth-table .table>tbody>tr>td, .k-map-tbl-steps>tbody>tr>td{
  padding:3px;
  padding-top:3px;
  padding-bottom: 0px;
  vertical-align: middle;
}
.kmap-truth-table .table>thead>tr>td{
  font-weight:bold;
}
table.k-map-tbl{
  margin-top: 30px;
  border: 0px solid #333333;
  text-align: center;
  width:80%;
}
.k-map-tbl .gc-kmap-position{
  float:right;
  margin-top: 25%;
  margin-bottom:-8%;
  margin-right: -7%;
  margin-left:90%;
  font-size: 15px;
  background-color: #f5f5f5;
  padding-left: 2px;
  padding-right: 2px;
}
.k-map-tbl .gc-kmap-value{
  padding-top: 28%;
}
.k-map-tbl .gc-kmap-selection{
  background-color: #1e3e4e;
  border-radius: 5.5rem;
  width: 50%;
  margin-left: 27%;
  margin-top: 25%;
  color : #ffffff !important;
}
table.k-map-tbl-steps{
  border: 0px solid #333333;
  text-align: center;
  font-size:14px;
}
.k-map-tbl-steps .gc-kmap-selection{
  background-color: #1e3e4e;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 32% 0 32%;
  padding-left:2px;
  padding-right:2px;
  color : #ffffff !important;
}
td.kmap-left{
  text-align: right;
  font-size:16px;
  vertical-align: middle !important;
  border: none !important;
}
td.kmap-top{
  text-align: center;
  font-size:16px;
  border: none !important;
}
.kmap-menu{
  width:100%;
}
.kmap-menu span{
  maring:20px;
  text-align: center;
  padding: 10px;
  float:left;
  margin-left:20px;
  font-size: 1.8rem;
  background-color: #454c5c;
  margin-bottom: 10px;
  display: block;
}
.kmap-menu span a{
  color: #f1f8e9;
  display: block;
}
.k-map-selector{
    position: relative; width: 70px;
    margin-left: 7%;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.k-map-selector input[type="checkbox"] {
    display: none;
}
.k-map-selector label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #EEEEEE; border-radius: 20px;
}
.onoff {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoff:before, .onoff:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; padding-right:21%;line-height: 30px;
    font-size: 18px; color: white; font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    box-sizing: border-box;
}
.onoff:before {
    content: "1";
    padding-left: 3px;
    background-color: #606060; color: #FFFFFF;
}
.onoff:after {
    content: "0";
    padding-right: 15px;
    background-color: rgba(203, 214, 207, 0.5); color: #333;
    text-align: right;
}
.switch {
  display: block;
    width: 28px;
    height: 28px;
    margin: 0px;
    margin-top: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.k-map-selector input[type="checkbox"]:checked + .kmap-switch-label .onoff {
    margin-left: 0;
}
.k-map-selector input[type="checkbox"]:checked + .kmap-switch-label .switch {
    right: 0px;
}
.gc-cal-table table tr th{
  font-size: 15px;
}
.calender-focus{
  background-color: #F15A24;
  color: #ffffff;
  font-size:20px;
  text-align: center;
  font-weight: 700;
  border: none;
  padding-top: 0.3rem;
  height: 5rem;

}
.calender-focus th span, .calender-focus th{
  font-size: 2rem;
  font-weight: 700;
}
.calender-first-tabel{
  margin-top:16px;
}
span.problem ,div.problem{
  border:2px solid #dddddd;
  display: block;
  margin-top:10px;
  padding-top:10px;
  padding-bottom:10px;
  text-align: left;
  padding-left:20px;
  padding-right:10px;
}
span.calculation ,div.calculation, div.kmap-calculation{
  border:1px solid #454c5c;
  display: block;
  margin-top:10px;
  padding-top:10px;
  padding-bottom:10px;
  text-align: left;
  padding-left:20px;
  padding-right:20px;
  margin-left:20%;
  margin-right:20%;
}
div.kmap-calculation{
  margin-left:0%;
  margin-right:0%;
}
span.k-map-answer{
  border:2px solid #dddddd;
  display: block;
  padding:10px;
  margin-right:20px;
  text-align: left;
}
span.word-calculation{
  border:2px solid #dddddd;
  display: block;
  margin-top:10px;
  padding-top:10px;
  padding-bottom:10px;
  text-align: left;
  padding-left:20px;
  margin-left:20%;
  margin-right:20%;
  font-size: 20px;
}
#ginfo span.calculation , div.extend-calculation{
  margin-left:0;
  margin-right:0;
}
#ginfo span.word-calculation{
  margin-left:20px;
  margin-right:20px;
}
span.steps, span.ans-2{
  background-color:#f2ab93;
  padding: 2px 10px 2px 2px;
  display: block;
  border-radius: 5px;
  white-space: pre-wrap;
  font-weight: 500;
}
table.gc-cal-form span.steps{
  font-size: 2.5rem;
  padding: 0 1rem;
}
span.ans, span.question{
  background-color:#F15A24;
  border-radius: 5px;
  color:#ffffff;
  padding: 2px 10px 2px 10px;
  white-space: pre-wrap;
}
.gc-table-title th{
  background-color:#f2ab93;
  text-align: center;
}
.gc-table-title-ovul th{
  background-color: #5db64b;
  color: #fff;text-align: center;
}
.gc-calendar-hightlight1{
  background-color: #81C784;
  color:#eee;
}
.gc-calendar-hightlight2{
  background-color: #66BB6A;
  color:#eee;
}
.gc-calendar-hightlight3{
  background-color: #4CAF50;
  color:#eee;
}
.gc-calendar-hightlight4{
  background-color: #43A047;
  color:#eee;
}
.gc-calendar-hightlight5{
  background-color: #43A047;
  color:#eee;
}
.gc-calendar-hightlight{
  background-color: #2E7D32;
  color:#fff;
}
.gc-table-age-focus{
  background-color:#f2ab93;
  text-align: center;
  border-radius: 5px;
  padding:4px;
  font-size: 2rem;
}

.table>tbody>tr.focus>td{
  background-color:#f3e5e1;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th{
  background-color:#f3e5e1;
}
.fraction, .numerator, .denominator {
    padding: 0 5px;
}

.fraction {
    display: inline-block;
    text-align: center;
}
.fraction-mod {
    display: inline-block;
    text-align: center;
    padding: 0px 5px 0px 5px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.denominator{
    border-top: 2px solid #000;
    display: block;
}
.squareroot{
  border-top: 2px solid #000;
}
div.squareroot1{
 border-top: 2px solid #000;
 margin-top:-28px;
}
.intsuma {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
}
.intsuma > span {
   display: block;
   font-size: 70%;
}
.lim-up {
   margin-top: -5px;
}
.lim-down {
   margin-top: -8px;
}
.intsuma{
  margin-top: -5px;
}
.intsuma .sum {
   font-size: 1.5em;
   font-weight: lighter;
}
.intsuma .sum-frac {
   font-size: 1.5em;
   font-weight: 100;
   margin-top:-7px;
}
.matrix {
    position: relative;
}
.matrix:before, .matrix:after {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid #000;
    border-width:medium;
    width: 6px;
    height: 100%;
}
.matrix:before {
    left: -3px;
    border-right: 0;
}
.matrix:after {
    right: -6px;
    border-left: 0;
}
.matrix td,th {
  padding-left: 10px;
  padding-right: 10px;
}
table.lcm-tbl{
    border: 0px solid #333333;
    text-align: center;
    width:80%;
}
td.lcmleft{
  margin-top:3px;
  text-align: right;
  border: none !important;
  border-right: 1px solid #000 !important;
  width:150px;
}
td.lcm-input{
  margin-top:3px;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}
table.date-diff-table{
  border: 0px solid #333333;
  position:relative;
  text-align: center;
  width:50%;
}
.symbol,.symbol-large, .symbol-radic, .symbol-radic-fraction, .symbol-matrix {
margin-top:-35px;
display: inline-block;
vertical-align: middle;
padding: 0 3px;
font-size:125%;
}
.symbol-large{
  font-size:175%;
}
.symbol-radic{
    font-size:300%;
    padding-right:0;
    margin-right: -2px;
}
.symbol-radic-fraction{
    font-size:149%;
}
.symbol-formula{
  margin-top:-35px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.radic-normal{
    font-size:134%;
}
.gc-left-align{
  text-align:left !important;
}
.gc-center-table{
  vertical-align:middle !important;
}
.birthdate{
  width:200px;
  border-radius: 5px;
  font-size:19px;
  height:45px;
  margin:1px;
}
.age-day-display{
  width:300px;
  border-radius: 5px;
  font-size:19px;
  background-color: #fc677bde;
  height:45px;
}
.calender-focus-age{
  background-color: #f124bbc4;
  color: #ffffff;
  font-size:20px;
  text-align: center;
}
.calender-focus-age th span, .calender-focus-age th{
  font-size:20px;
}
.calender-age{
  color: #f3e5e1;
}
.label-age{
  font-size: 20px;
  font-weight: 500;
}
.gc-table-title-age{
  font-size:18px;
}
.futuretable{
  font-size: 19px;
}
.future-table-year, .futuretable-planet{
  margin-left:3px;
}
.futuretable-planet th, .futuretable th{
  font-size: 19px;
}
div.month-year h2{
  padding-left:30%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 5px;
  text-align: center;
}
table.future-table-year>tbody>tr>td{
  text-align: left !important;
}
.lcm-tbl>tbody>tr>td:first-child{
  text-align: right !important;
}
.calender-first-table .table-bordered tr td, .calender-first-tabel tr td{
  text-align: left !important;
}
.calender-first-table .table-bordered tr td:first-child{
  min-width: 150px;
}
.gc-cal-table-age{
  font-size: 16px;
  float:left;
  width:50%;
  margin-top:15px;
  margin:auto;
}
table.image-table{
  border:1px solid #dee2e6;
}
.image-table tbody{
  border: none;
}
.image-table>tbody>tr>td{
  border-top: none !important;
}
.age-disp{
  font-size: 2rem;
  padding-left:3px;
  float:left;
}
span.planet-display{
  margin:auto;
  font-weight: 700;
  text-decoration: underline;
}
span.planet-age-disp{
  margin:auto;
}
div.planet-img{
  padding-top: 5px;
  padding-bottom: 7px;
  width:125px;
  height:125px;
  margin:auto;
}
div.planet-img img{
  width:100%;
  height:100%;
}
.utc-local{
  background-color:#EBEDEF;
  padding: 3px;
  min-width:auto;
}
.table{
  width: 90%;
  max-width: 100%;
  margin:auto;
}
.gc-cal-table .table{
  width: 100%;
  font-size: 18px !important;
}
.gc-cal-table{
  margin-bottom: 2rem;
}
#share, #feedback, #calc, #info, #historyBtn, #widget{
  color:#333333bf;
}
@media(max-width:767px) {
  .kmap-truth-table{
    overflow: auto;
    max-width: 100%;
    width:100%;
    margin:auto;
  }
  .kmap-truth-table, .kmap-result-area{
    font-size: 10px;
    margin-left:0;
    margin-top:10px;
  }
  .kmap-result-title{
    font-weight: 700;
    font-size: 1.5rem;
  }
  .kmap-truth-table table{
    margin: 0;
  }
  .main-container{
    height: 700px;
  }
  .table{
    width: 100%;
    margin:auto;

  }
  .future-table-year, .futuretable-planet{
    margin:0;
    width:100%;
  }
  .gc-cal-table{
    float:none;
    display: block;
    width: 90%;
    padding-top:30px;
    text-align: left;
  }
  .gc-cal-table-age{
    float:none;
    display: block;
    width: 90%;
    padding-top:30px;
    text-align: left;
  }
  .summary-table{
    margin-left:2%;
    margin-right:2%;
  }
  .today-table{
    float:none;
    display: block;
    padding-left: 0px;
  }
  .breadcrumb{
    font-size:20px;
  }
  .gc-mobile-title{
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px !important;
    font-size: 1.75rem;
    font-weight: 600;
    color: #4d4d4d;
    background:#e6e9ed;
    text-decoration: none;
    word-wrap: normal;
    margin:0px !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .ipopcontainer{
    padding-right: 15px;
    margin-top: 32px;
    height: 224px;
  }

  .ipname, .opname{
    font-size: 1.5rem;
    padding:0;
    padding-right: 1rem;
    padding-top: 6px;
    font-weight: 600;
  }
  .breadcrumb-arrow{
    font-size: 17px;
    padding-left:0px;
    line-height: unset;
  }
  .breadcrumb-arrow li{
    padding-bottom: 1px;
  }
  figure{
    max-width:90vw;
  }
  figure img{
    width: 100%;
  }
  h1, h2, h3, h4{
    font-size:1.5rem;
    margin-left:0 !important;
    padding-left:0px;
    padding-right: 0px;
  }
  .content{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .gch1 div, .gch2-1 div, .gch2-2  div, .gch3-1  div, .gch3-2 div, .gch3-3 div, .gch4-1 div, .gch4-2 div, .gch4-3 div, .gch4-4 div{
    font-size:1.6rem;
  }
  .col-md-2, .gc-col-xs-2{
    min-height: 13px;
  }
  .logo-img{
    height:24px;
    padding-left: 7px;
  }
  #gc-nav div{
    font-size: 8px;
  }
  .gcdisplay{
    height: 275px !important;
    min-height: 275px !important;
  }
  .gc-share-action{
    top: 205px !important;
  }
  .gc-calc-nav{
    margin-top: 237px;
    padding-right: 20px;
  }
  #calc{
    margin-right: 25px !important;
  }
  .infocontainer{
    max-width: 97vw;
    font-size: 1.4rem;
  }
  #description{
    height: 40px !important;
  }
  .navbar {
  width: 120px;
  display: block;
  margin: 2px auto;
  border: 4px solid #e6e9ed;
  padding: 8px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.navbar div {
  height: 2px !important;
  background: #858788;
  margin: 7px 0px 7px 0px;
  border-radius: 25px;
  color:#e6e9ed;
  text-decoration: none;
}
.content{
  font-size: 17px;
  padding-left: 5px;
  padding-right: 5px;
}
.gcf-tagline{
  font-size: 15px;
}
  .gc-more-resource{
    display:none;
  }
  .gc-noborder-lg{
    border-bottom: 1px solid #8D8F99;
  }
  .gcf-category, .gcf-category-popular, .gcf-category-explore, div.section-list{
    float: none;
    display: block;
    width: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #8D8F99;
    border-right: 0px;
    margin:auto;
    font-size: 1.4rem;
  }
  .gcf-category ul{
    padding-left:4px;
  }
  div.section-list{
    text-align: left;
    border-bottom:none;
    margin-bottom:0;
  }
  div.section-list ul{
    margin-bottom:0;
    padding-left:2.75rem;
  }
  .gc-text-area h2 ,.gc-text-area h3, .gc-text-area h4{
    cursor: pointer;
    display: block;
    text-decoration: none;
    background:#e6e9ed;
    margin:0px !important;
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: 600;
    line-height: 1.5;
  }
  .gc-heading-show{
      display: block !important;
      padding-top: 1rem;
  }
  .calender-first-table{
    width:100%;
  }
  span.calculation ,div.calculation, span.word-calculation{
    margin-left:0px;
    margin-right:0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.long-division-question,div.long-division-answer{
    width: 100%;
  }
}
.gc-lb{
  padding:5px;
  width: 737px;
  height:100px;
}
@media(max-width:600px) {
.calender-span, .gc-cal-table .table{
  font-size: 1.5rem !important;
}
.calender-form-bithdate, .calender-form-bithdate{
  height: 4rem;
}
.date-span{
  padding:7px;
}
.gc-homelist ul{
  font-size: 14px;
  font-weight: 500;
}
.gc-table-title, .gc-cal-table-age, .gc-table-age-focus{
  font-size: 14px;
}
.calender-focus th span, .calender-focus th, .calender-focus{
  font-size: 1.8rem !important;
}
.estimation-table-multiplication{
  width:100%;
  padding-left:0;
}
.gc-estimated-sum{
  width:100%;
}
.estimate-section,.estimate-section-second{
  width:100%;
}
.estimate-section{
  border-right:none;
}
.footer, .scroll-area .gc-heading-show .gc-heading-show{
  padding: 0 20px;
}
  /*.gcdisplay, .gcbuttons{
    width:540px;
  }
  .gcatbutton, .geqbutton{
    width:128px;
  }*/
  .gc-lb{
    display:none;
  }
  .gc-cal-table{
    float:none;
    display: block;
    width: 90%;
    padding-top:30px;
    text-align: left;
  }
  .gc-cal-table-age{
    float:none;
    display: block;
    width: 90%;
    padding: 0;
    padding-top:30px;
    text-align: left;
  }
  .summary-table{
    margin-left:2%;
    margin-right:2%;
  }
  .today-table{
    float:none;
    display: block;
    padding-left: 0px;
  }
  .breadcrumb{
    font-size:18px;
  }
  span.calculation ,div.calculation, span.word-calculation{
    margin-left:0px;
    margin-right:0px;
  }
  .calender-first-table{
    width:100%;
  }

}
@media(max-width:500px) {
  /*.gcdisplay, .gcbuttons{
    width:480px;
  }
  .gcatbutton, .geqbutton{
    width:113px;
  }*/
  body{
    border:2px solid #454c5c;
  }
  .gclabel, .gclabel1{
    font-size: 12px;
    font-weight: 500;
  }
  ul.gc-questionlist{
  font-size: 14px;
  font-weight: 400;
  }
  .mobile-nomargin{
    margin-left:0 !important;
    width:100% !important;
    padding:0;
  }
  .gc-blue, .gc-pink, .gc-green, .gc-orange{
    width: 23px;
    height: 23px;
    margin-left:10px;
    margin-top: 4px;
  }
  .symbol-radic{
      font-size:259%;
  }
  .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before{
    border-left-width: 0px !important;
  }
  .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span{
    display: block;
  }
  .breadcrumb-arrow{
    font-size: 12px;
  }
  .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span{
    height: 22px;
    padding: 0 0px 0 13px;
    line-height: 19px;
  }
  .gcatbutton{
    max-width: 21.5vw;
  }
  #gcbcscientific .gcatbutton{
    max-width: 20.5vw;
  }
  .summary-table{
    margin-left:0;
    margin-right:0;
    width:100%;
  }
  .gc-cal-table{
    float:none;
    display: block;
    width: 100%;
    padding-top:30px;
    text-align: left;
    font-size: 13px;
    overflow: auto;
  }
  .calender-subspan{
    font-size: 10px;
  }
  .gc-cal-table table tr th{
    font-size: 10px;
  }
  .gc-cal-table-age{
    float:none;
    display: block;
    width: 100%;
    padding-top:0px;
    text-align: left;
  }
  .today-table{
    float:none;
    display: block;
    padding: 5px;
  }

  .breadcrumb{
    font-size:16px;
  }
  .calender-first-table{
    width:100%;
    padding:0;
    overflow: auto;
  }
  .calender-first-table .table-bordered{
    font-size: 1.4rem;
  }
  .gc-cal-form td, .gc-cal-form th{
    font-size: 1.2rem;
  }
  .date-span-age{
    font-size: 1.8rem;
  }
  .site-cat-row{
    text-align: left !important;
    padding-left:7px;
  }
  .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span{
    padding-left: 15px;
  }
}
#table-area{
  overflow-x: auto;
  margin-left:10px;
  margin-right:10px;

}
#table-area table {
    border-collapse:collapse;
    width:99%;
    overflow-x: auto;
    padding-right:10px;
}
#table-area table tr td {
    border:1px solid black;
    padding:3px;
    font-size:17px;
    font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
}
#header-fixed {
    position: fixed;
    top: 0px; display:none;
    background-color:white;
}
@media print {
  #table-area{
    overflow: none;
    height:auto;
    width:auto;
  }
  #round-btn{
    display:none !important;
  }
  #table-area table tr td{
    font-size:12px;
  }
  a[href]:after {
    content: none;
  }
  .main-container{height:auto;}
  .gcdisplay{
    height:auto;
    min-height:340px;
  }
  #gc-nav{
    display:none;
    height:0px;
  }
  .ipopcontainer, .infocontainer{
    position: relative;
    height:auto;
  }
  .gcbuttons{
    position: relative;
  }
  .gch2-1 div, .gch2-2  div, .gch3-1  div, .gch3-2 div, .gch3-3 div, .gch4-1 div, .gch4-2 div, .gch4-3 div, .gch4-4 div{
      display: block;
      visibility: visible;
  }
  h2, h3, h4{
    border:2px solid #dddddd;
  }
  span.steps, span.ans-2{
    border:2px solid #dddddd;
    font-weight: bold;
  }
  span.ans, span.question{
    border:2px solid #dddddd;
    font-weight: bold;
  }
  .gclabel, .gclabel1{
    font-weight: normal;
  }
  span.calculation, div.calculation, span.word-calculation{
    margin-left:5%;
    margin-right:5%;
  }
  #cookie{
    display: none;
  }
}
/* Outer */
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
z-index:10;
}
/* Inner */
.popup-inner {
  font-family: "Avenir Next", "Roboto", helvetica, arial, sans-serif;
    font-size: 20px;
    /* max-width: 701px; */
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    width: auto;
    max-height: 90vh;
    min-width:60vw;
}
.popup-title{
  background-color: #5a5a5d;
  color:#ffffff;
  padding:10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.popup-content{
  background-color: #FFF;
    color: #000;
    padding: 11px;
    padding-top: 0px;
    padding-bottom: 5px;
}
.popup-content ul{
  list-style-type: none;
  font-size: 20px;
  padding-left:0px;
}
.popup-content ul li{
  padding-left:10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.popup-content ul li a{
  background-color: #747974;
    margin: 10px 0 5px 0 !important;
    padding: 5px 5px 5px 5px !important;
    display: block !important;
}
/* Close Button */
.popup-close {
width:30px;
height:30px;
padding-top:4px;
display:inline-block;
position:absolute;
top:0px;
right:8px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:1000px;
background:rgba(0,0,0,0.8);
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
cursor: pointer;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(0,0,0,1);
text-decoration:none;color:#fff;
}
.gc-border-box{
    border: 2px solid #dddddd;
    border-radius: 1.4rem;
    margin: 0.4rem;
    margin-right: 0.7rem;
    padding: 0.5rem 1.25rem;
    display: inline-block;
}
div.online-test-footer a{
  padding: 0.9rem 0.9rem;
  text-align: center;
  list-style: none;
  float: left;
  vertical-align: middle;
  display: inline;
  margin: 0px;
  font-size: 2.2rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 2rem;
  border: 1px solid #673ab7;
  background-color: #673ab7;
  min-width: 10rem;
  color: #fff;
  font-weight: 600;
  width: 90%;
  flon:;
  transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
div.online-test-footer a:hover{
  background-color: #2196f3;
  border:1px solid #2196f3;
  text-decoration: none;
}

/*Green Theme */
body{
  background-color: #ffffff;/*f4dfea*/
}
.opname {
    color: #39B54A;
}
.gclabel, .gclabel1{
  color:#39b54a;
}
.form-control:focus {
        background-color: #7de086;
        border: 1px solid #39B54A;
}
.gcdisplay{
  border:3px solid #39b54a;
  border-bottom: 0px;
  height: 352px;
  min-height: 314px;
  background-color:#fff;
}
.calender{
  color: #e0f2e2;
}
.calender-focus{
  background-color: #39B54A;
  color: #ffffff;
}
.dark-bg{
  background-color: #454c5c;
}
.gcbuttons{
  background-color: #7de086;
  border:3px solid #39b54a;
}
.gcbuttons_fraction{
  background-color: #7de086;
  border:3px solid #39b54a;
}
.geqbutton{
  background-color: #39B54A;
  color:#FFFFFF;
  margin-top:4px;
  box-shadow: 0 0 2px 0 rgba(78, 71, 24, 0.66);
  background-image: linear-gradient(#b4dcb8, #5cb64b);
}
.geqbutton:hover {
    background-color: #39B54A;
    color:#FFFFFF;
}
.unit-value button.selected{
  background-color: #39B54A;
  border: 1px solid #39B54A;
  color:#FFFFFF;
  font-weight: 700;
}
.unit-value-calender button.selected{
  background-color: #39B54A;
  border: 1px solid #39B54A;
  color:#FFFFFF;
}

.input-converter:focus {
  border-color: #545c4c !important;
}
.converter-ip-unit .gcselectbox{
  border:none;
}
.action-btn{
  background-color: #39B54A;
  color:#FFFFFF;
  background-image: linear-gradient(#bceac0, #5cb64b);
}.action-btn:hover{
  background-color: #39B54A;
  color:#FFFFFF;
}
.gcsetbutton{
  background-color: #39B54A;
  color:#FFFFFF;
}
#toast{
  background-color: #39B54A;
  color:#FFFFFF;
}
.gc-search{
  background-color: #39B54A;
  color:#FFFFFF;
  margin-top:3px;
}
.gc-searchbox{
  background-color: #7de086;
  border: 1px solid #39B54A;
}
.gc-searchbox:focus {
  background-color: #FFFFFF;
  border: 2px solid #39B54A;
}
.gc-searchresult li a.selected{
  background-color: #cdf3c6;
}
.container-fluid{
  background-color: #ffffff;
}
.gchbutton-hist{
  background-color: #39B54A;
}
.gchbutton{
  background-color: #39B54A;
}
.gchbtncontainer{
  background-color: #7de086;
  border: 3px solid #39B54A;
  border-top: none;
}
.gchistoryuniteven{
  background-color: #99f29f;
}
.gchistoryunitodd{
  background-color: #DCF9DE;
}
.gc-formula-even{
  background-color: #99f29f;
}
.gc-formula-odd{
  background-color: #DCF9DE;
}
.gchcontainer{
  border: 3px solid #39B54A;
}
.gchistory{
  border: 3px solid #39B54A;
  background: #39B54A;
}
#cookie button{
  border: 1px solid #39B54A;
  background-color: #39B54A;
}
.content .gcf-category ul li a, #app-open{
  background-color: #7de086;
}
#app-button{
  background-color:#39B54A;
}
.gc-calculator-section{
  background-color:#39B54A !important;
}
.breadcrumb-arrow li a {
    background-color: #39B54A;
    border: 1px solid #39B54A;
}
.breadcrumb-arrow li a:before {
    border-left-color: #39B54A;
}
.breadcrumb-arrow li a:after {
    border-left: 11px solid #7de086;
}
.gc-homelist ul li:nth-child(odd) a{
  background-color: #39B54A;
}
.gc-homelist ul li:nth-child(even) a{
  background-color: #7de086;
}
span.steps, .gc-table-title th, span.ans-2{
  background-color:#7de086;
}
.gc-table-age-focus{
  background-color:#7de086;
  text-align: center;
  border-radius: 5px;
  padding:4px;
}
span.ans, span.question, #widgetTheme{
  background-color:#39B54A;
}
.table>tbody>tr.focus>td, .table-hover tbody tr:hover td, .table-hover tbody tr:hover th, #table-area td.hover{
  background-color:#e0f2e2;
  color:#333333;
}
.adsense {position: relative;}
.adsense__loading {width: 100%;height: 100%;background-color: rgba( 255, 255, 255, .9 );
display: table; /* for vertical centering */position: absolute;top: 0;left: 0;}.adsense--loaded .adsense__loading { display: none; }
.adsense__loading span {text-align: center;vertical-align: middle;display: table-cell;}

.theme-bg{
  background-color: #39B54A !important;
}
.theme-border{
  border:2px solid #39B54A !important;
}
.theme-bg-secondary, .theme-bg:hover{
  background-color: #7de086 !important;
  color:#212529;
}
.theme-bg-secondary:hover{
  background-color: #39B54A !important;
  color:#fff;
  text-decoration: none;
}
.exit-block-area{
  max-height: 51vh;
  overflow: auto;
}
.exit-link-btn{
  margin-top:1rem;
  margin-bottom: 1rem;
}
.exit-link-btn a{
  font-size: 1.5rem;
  margin-left: 15px;
  display: block;
  padding:1rem 0.35rem;
  border-radius: 1.2rem;
  text-align: center;
  color:#fff;
  font-weight: 600;
}
.exit-link-btn a.exit-link-btn3{
  margin-right: 15px;
  background-color: #3e82fc;
}
.exit-link-btn a.exit-link-btn2{
  background-color: #8E3179;
}
.exit-link-btn a.exit-link-btn1{
  background-color: #319177;
}
.exit-link-btn a:hover{
  text-decoration: none;
  cursor: pointer;
}
.fraction-quickform{
  display: inline-block;
  text-align: center;
}
.quick-form-container{
  position: relative;
  width: auto;
  margin: auto;
  background-color: #454c5c59;
  padding: 2rem 1.5rem;
  display: inline-block;
  margin-left: 1.2rem;
  min-width: 54rem;
  max-width: 90vw;
}
.quickform-caption{
  font-size: 1rem;
  padding-left: 1.2rem;
}
.quickform .fraction-quickform .numerator{
  margin-bottom: 0.5rem;
}
.quickform .fraction-quickform .denominator{
  padding: 0.5rem 0;
}
.quickform input, .quickform select{
  width: 10rem;
  padding: 1rem;
  font-size: 3rem;
  text-align: center;
}
.quickform select{
  padding-left: 1.1rem;
  -webkit-appearance: menulist-button;
}
.quick-form-container .symbol{
  margin-top: -9rem;
  padding:1rem;
}
.quick-form-container button{
  background-color: #454c5c;
  color: #fff;
  padding: 0.6rem 1.5rem;
}
.quick-form-container .input-text{
  width:100%;
  text-align: left;
}
.quick-form-container .action-div{
  height: 100%;padding-top: 2rem;
}
@media screen and (max-width: 538px) {
.quickform input, .quickform select {
    width: 6rem;
    padding: 0.2rem;
    font-size: 2.6rem;
    text-align: center;
  }
  #quickform_operator{
    width:auto;
  }
  .quick-form-container{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  #quickform_submit{
    padding:0.5rem;
  }
}
@media screen and (max-width: 538px) {

}
.text-color-navyblue{
  color: #1974D2;
}
.text-color-cadmiumgreen{
  color:#006B3C;
}
.text-color-carminered{
  color:#D70040;
}
.text-color-charcoal{
  color:#36454F
}
.text-color-cobaltblue{
  color:#0047AB
}
.text-color-crimsonred{
  color:#841617
}
.text-color-magenta{
  color:#8B008B
}
.text-color-frenchblue{
  color:#0072BB
}
.text-color-greenblue{
  color:#1164B4
}
.text-color-gras{
  color:#880085;
}
.text-color-maygreen{
  color:#9E1B32;
}
.text-color-yellow{
  color:#FFC40C;
}
.text-color-purplenavy{
  color:#4E5180;
}
.text-color-raisinblack{
  color:#242124;
}
.text-color-ruby{
  color:#E0115F
}
