@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap'); */
body {
    background: white !important;
    font-family: 'Inter', sans-serif !important
}

@media (max-width:768px) {
    #fixarticle .MathJax_Display {
        background: #f6f6f6 !important
    }
}

form table tbody tr th {
    color: #dee0e5 !important
}
.text-theme,#fixarticle h2,#fixarticle h3,#fixarticle h4{
    color: #39B54A !important;
}
.text-underline{
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 0px;
}
.tbl_rlt_heading{
    background: #64fb782b;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    color: #39B54A !important;
}
.bdr-rad-10{
    border-radius: 10px;
}
.new-form{
    background: #64fb782b;
    border-radius: 10px;
}
.new-form input,.new-form select{
    border-radius:.25rem!important
}
.new-form label{
    font-size: 15px;
    padding-left:5px;
}
.btn-info{
    background: #006837 !important;
}
.checkmark{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 20px auto;
    box-shadow: inset 0px 0px 0px #006837;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #39B54A;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 10;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #39B54A;
    }
}
.darktheme .tool-article-body a {
    color: #4599ff !important
}

.darktheme .multisteps-form__panel {
    background: #18191a !important;
    color: #dee0e5 !important
}

.col-lg-4.col-12.knowledgebase-section-class {
    display: none !important
}

.darktheme .p-tag-font-size {
    color: #dee0e5 !important
}

.darktheme #fixarticle #arclen div {
    color: #dee0e5 !important
}

.darktheme .multisteps-form__panel {
    background: #333435 !important;
    color: #dee0e5 !important
}

.darktheme .result .cals-macs {
    color: #000 !important
}

.darktheme .result .card-body .card-text-result {
    color: #000 !important
}

.darktheme .result .card-text-result span {
    color: #000 !important
}

.darktheme .result .card-text-result span sub {
    color: #000 !important
}

.darktheme .macro-card-head-result {
    color: #dee0e5 !important
}

.box {
    background-color: #000;
    opacity: .4;
    color: #fff;
    padding: 20px;
    position: fixed;
    z-index: 999;
    top: 210px;
    left: 1px
}

.box.arrow-bottom:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    border-top: 15px solid #000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none
}

.info-close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    cursor: pointer
}

.switch {
    display: flex;
    height: 36px;
    position: relative;
    width: 63px
}

.darktheme .tool-article-body p a {
    color: #4599ff !important
}

.darktheme #article form input,
.darktheme #article form select,
.darktheme #article form textarea {
    background: #232425 !important;
    color: #dee0e5 !important
}

#article input::-webkit-input-placeholder,
#article textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 3
}

.darktheme .tool-article-body p a {
    color: #4599ff !important
}

.lang-section select {
    border: 1px solid #18191a !important
}

.darktheme .lang-section select {
    background: #18191a;
    color: #dee0e5
}

.switch input {
    display: none
}

.dark-main-toggle {
    background-color: #fff;
    border: 1px solid #000;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.darktheme #fixarticle ol li {
    color: #dee0e5 !important
}

.dark-main-toggle:before {
    background-color: #333;
    border: 1px solid #000;
    bottom: 3px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
    z-index: 421;
    border-radius: 34px
}

input:checked+.dark-main-toggle {
    background-color: #fff
}

input:checked+.dark-toggle:before {
    transform: translateX(27px);
    border-color: #cfcfcf;
    background-color: #efefef
}

.dark-main-toggle.round {
    border-radius: 34px
}

.dark-toggle:before {
    border-radius: 50%
}

.toggle-moon,
.toggle-sun {
    width: 44%;
    text-align: center;
    padding: .25em;
    font-size: 20px;
    position: relative;
    z-index: 420
}

.dark-toggle {
    background: #242526 !important
}

.dark-toggle:before {
    transform: translateX(27px);
    border-color: #cfcfcf;
    background-color: #efefef
}

.grecaptcha-badge {
    visibility: hidden
}

nobr .math {
    background: #f6f6f6 !important;
    padding: 5px
}

.darktheme nobr .math {
    background: #f6f6f6 !important;
    padding: 5px;
    color: #18191a !important
}

.darktheme {
    background: #18191a !important
}

.darktheme header {
    background: #242526 !important;
    border: none !important
}

.darktheme .btn-info {
    background: #242526 !important
}

.darktheme header nav ul li a {
    color: #dee0e5 !important
}

.darktheme .breadcrumb-item span {
    color: #dee0e5 !important
}

.darktheme h1 {
    color: #dee0e5 !important
}

.darktheme .side-ad-cat-title {
    background: #242526 !important
}

.darktheme .hr-bgclr-bdr {
    background: #242526 !important
}

.darktheme .side-ad-sidebar-links {
    background: #333435 !important;
    border: none !important
}

.darktheme .side-ad-sidebar-links a {
    color: #dee0e5 !important;
    border: none !important
}

.darktheme .tblcont-border-top {
    border: none !important
}

.darktheme .side-ad-sidebar-links {
    border-radius: 0 !important
}

.darktheme form label {
    color: #dee0e5 !important
}

.darktheme #main-af-res a i {
    background: #676869 !important
}

.darktheme #fixarticle {
    background: #242526 !important
}

.darktheme #fixarticle h2 {
    color: #dee0e5 !important
}

.darktheme #fixarticle p {
    color: #dee0e5 !important
}

.darktheme #fixarticle p img {
    filter: brightness(.85) !important
}

.darktheme #fixarticle ul li {
    color: #dee0e5 !important
}

.darktheme .first-fold-sidebar-ad {
    background: #18191a !important
}

.darktheme .bg-light-white {
    background: #18191a !important
}

.darktheme .bgad {
    background: #333435 !important;
    box-shadow: 0 2px 6px #cccccc82 !important
}

.darktheme .ad-sidebar-links a {
    color: #dee0e5 !important
}

.darktheme .borderrelated {
    border-bottom: 1px solid #18191a !important
}

.darktheme #fixarticle ol li .MathJax_Display {
    color: #dee0e5 !important
}

.darktheme .preview-exp #MathBuffer {
    color: #dee0e5 !important
}

.darktheme .preview-exp #MathPreview {
    color: #dee0e5 !important
}

.darktheme .search-position-child {
    background: #242526 !important
}

.darktheme #search_content .block-pricing .table {
    background: #242526 !important
}

.darktheme #search_content .block-pricing .table h4 a {
    color: #dee0e5 !important
}

.darktheme #search_content .block-pricing .table a span {
    color: #dee0e5 !important
}

.darktheme .rating-heading-size {
    color: #dee0e5 !important
}

.darktheme .cat-ad-bannersec-converters img {
    filter: brightness(.3)
}

.darktheme h4 img {
    filter: brightness(120%)
}

.darktheme .cat-ad-bannersec-converters {
    background: #18191a !important
}

.darktheme .cat-box {
    background: #242526 !important;
    border: none !important
}

.darktheme .cat-box h2 {
    color: #dee0e5 !important
}

.darktheme .calcsection {
    background: #18191a !important
}

.darktheme #pricing .caltitle2 {
    background: linear-gradient(to right, #18191a 0, #fff 400%) !important
}

.darktheme #pricing .block-pricingg a h4 {
    background: #242526 !important;
    color: #dee0e5 !important
}

.darktheme .bann {
    background: #18191a !important
}

.darktheme .bann .bannersection {
    background: #18191a !important
}

.darktheme #pricing .caltitle {
    background: linear-gradient(to right, #18191a 0, #fff 500%) !important
}

.darktheme #pricing .caltitle span {
    color: #dee0e5 !important
}

.darktheme #pricing .block-pricing .table {
    background: #242526 !important
}

.darktheme #pricing .block-pricing {
    border-bottom: 1px solid #000 !important
}

.darktheme #pricing .block-pricing .table h4 {
    color: #dee0e5 !important
}

.darktheme .ad-main-quad {
    background: #333435 !important
}

.darktheme .ad-main-quad #roots {
    color: #dee0e5 !important
}

.darktheme .ad-main-quad #longans {
    color: #dee0e5 !important
}

.darktheme .ad-main-quad #formula {
    color: #000 !important
}

.darktheme .features .ad-custom-cal-section {
    background: #242526 !important;
    border: 1px solid #000
}

.darktheme .features .ad-custom-cal-section .ad-offer-head h2 {
    color: #dee0e5 !important
}

.darktheme .features .ad-custom-cal-section .ad-offer-head {
    border-bottom: 1px solid #000
}

.darktheme .features .ad-custom-cal-section .ad-offer-body {
    color: #dee0e5 !important
}

.darktheme .ad-quote-btn-sec a {
    background: #242526 !important
}

.darktheme .ad-quote-button {
    color: #dee0e5 !important
}

.darktheme .copyrights {
    background: #242526 !important
}

.darktheme .copyrights .container p {
    color: #dee0e5 !important
}

.darktheme .rating-block {
    background: #232425 !important
}

.darktheme .rating-block h4 {
    color: #dee0e5 !important
}

.darktheme .rating-block h2 {
    color: #dee0e5 !important
}

.darktheme .review-block {
    background: #232425 !important
}

.darktheme .review-block .review-block-title {
    color: #dee0e5 !important
}

.darktheme .review-block .review-block-date {
    color: #dee0e5 !important
}

.darktheme .review-block .review-block-description {
    color: #dee0e5 !important
}

.darktheme #fixarticle h3 {
    color: #dee0e5 !important
}

.darktheme #fixarticle tr th {
    color: #dee0e5 !important
}

.darktheme #fixarticle tr td {
    color: #dee0e5 !important
}

.darktheme #fixarticle .tool-article-body {
    color: #dee0e5 !important
}

.darkmode {
    position: fixed;
    margin-left: 1px;
    top: 300px;
    left: 0;
    font-size: 150%;
    z-index: 999;
    background: #006837;
    border-radius: 10px
}

.cursor-pointer {
    cursor: pointer
}

.dark-border-bottom {
    border-bottom: 1px solid #f4faff;
    cursor: pointer
}

.dark-mode:before {
    content: '☀️'
}

.dark-mode.active:before {
    content: '🌒'
}

.dark-mode {
    cursor: pointer
}

.feedback {
    cursor: pointer
}

.overflow-hidden {
    overflow: hidden !important
}

.darktheme .search-position-child input {
    color: #dee0e5 !important
}

.darktheme #show-res-slide .results-row-h2 h2 {
    color: #dee0e5 !important
}

.darktheme #show-res-slide .results-row-h2 #express {
    color: #dee0e5 !important
}

.darktheme #show-res-slide input {
    color: #dee0e5 !important
}

/* .darktheme .hr-bgclr-bdr .text-center {
    color: #dee0e5 !important
} */

.darktheme #show-res-slide form {
    background: #18191a !important
}

.darktheme #show-res-slide form .card-body {
    background: #18191a !important
}

.darktheme #show-res-slide form .card-body .resnew ul li {
    color: #dee0e5 !important
}

.darktheme #show-res-slide form .card-body .resnew ul li .cell_input {
    color: #dee0e5 !important
}

.darktheme.mainres.card {
    background: #18191a !important
}

.darktheme .mainres .card .card-header {
    background: #18191a !important;
    color: #dee0e5 !important
}

.darktheme .mainres .card .card-body #steps li {
    color: #dee0e5 !important
}

.darktheme .mainres .card .card-body #steps li p {
    color: #dee0e5 !important
}

.darktheme .mainres .card .card-body #showdata {
    color: #dee0e5 !important
}

.darktheme .mainres .card .card-body #steps p {
    color: #dee0e5 !important
}

.darktheme #showrow .tree li {
    color: #dee0e5 !important
}

.darktheme #showrow .tree li a {
    color: #dee0e5 !important
}

.darktheme #showrow .tree ul li:last-child:before {
    background: 0 0 !important
}

.darktheme .ad-sitemap-header #show .home-color {
    color: #dee0e5 !important
}

.darktheme .mainres .card .card-body #derivative .MathJax_Display {
    color: #dee0e5 !important
}

#dervarnum {
    border-left: 0 !important
}
.darktheme #main-af-res ul li {
    color: #dee0e5 !important
}

.right-sidebar-content {
    /* font-size: 13px; */
    color: #404a7a !important
}
a.right-sidebar-content:hover{
    color:#39B54A !important;
    text-decoration: underline !important;
}
a.right-sidebar-content:hover .widthouthover{
    display: none;
}
a.right-sidebar-content:hover .onhover{
    display: inline !important;
}
@media only screen and (max-width:991px) {
    .hideonmobile {
        display: none !important
    }
}

code {
    font-size: 12px !important
}

@media(max-width:768px) {
    .logo-img {
        position: absolute !important;
        right: 30% !important
    }
}

.fa-bars {
    margin: 1em;
    width: 25px
}

.fa-bars,
.fa-bars:after,
.fa-bars:before {
    background-color: #000;
    border-radius: 3px;
    content: '';
    display: block;
    height: 1px;
    margin: 7px 0;
    transition: all .2s ease-in-out
}

.fa-circle-o-notch {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #17a2b8;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.fa-spin {
    animation: rotation 2s infinite linear
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.fa-question-circle {
    background-color: #aeb8bd;
    color: #fff !important;
    padding: 0 2px 0 4px;
    text-align: center;
    border-radius: 50%;
    padding: 0 auto
}

.pull-left {
    float: left
}

.fa-question-circle {
    content: "\003F"
}

.pull-right {
    float: right
}

.fa-minus-circle:before {
    content: "\2212";
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0 3px
}

.fa-plus-circle:before {
    content: '\002B';
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0 3px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.loc-close {
    position: absolute;
    top: 20px;
    right: 40px
}

.tool-article-body {
    padding: 18px 10px
}

.shadow-tblcont {
    -moz-box-shadow: 0 2px 6px #cccccc82;
    -webkit-box-shadow: 0 2px 6px #cccccc82;
    box-shadow: 0 0 14px 0 #cccccc82
}

.ad-cal-heading-bg ol li a span {
    color: #5a5a5a
}

.loc-close {
    cursor: pointer
}

.ad-cal-heading-bg ol li a {
    color: #5a5a5a
}

.ad-cal-heading-bg ol {
    color: #5a5a5a;
    text-align: left !important
}

.results-row-h2 {
    padding-top: 12px
}

.after-name {
    display: none !important;
    width: 300px;
    height: 250px;
    align-items: center;
    margin: auto
}

.upperb {
    position: absolute;
    padding: 5px;
    border: 1px solid #006837;
    left: 60px;
    top: 40px;
    cursor: pointer;
    background: #fff
}

.lowerb {
    position: absolute;
    border: 1px solid #006837;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    left: 59px;
    bottom: 30px
}

.overflow-x-scroll {
    overflow-x: scroll
}

.padding-3 {
    padding: 1rem !important
}

.res-ad {
    width: 300px;
    height: 250px;
    align-items: center;
    margin: auto
}

.top-banner {
    width: 970px;
    height: 90px;
    align-items: center;
    margin: auto
}

.first-fold-sidebar-ad {
    width: 300px;
    height: 600px;
    align-items: center;
    margin: auto
}

.after-button {
    width: 468px;
    height: 60px;
    align-items: center;
    margin: auto
}

.after-input {
    width: 468px;
    height: 60px;
    align-items: center;
    margin: auto;
    display: none !important
}

.side-ad-cat-title h2 {
    color: #fff !important
}

.hr-cal-res-bg-calculus {
    background: #fff;
    padding: 20px 30px 0 30px;
    margin: 0 0 45px 0
}

.homepage-resopnsive-banner-class {
    margin-top: -65px !important
}

.refreshsam-chem {
    cursor: pointer;
    color: #fff;
    background-color: #486073;
    padding: 10px 5px;
    margin: 5px 0
}

.res {
    color: #c00
}

.detailed {
    width: 400px;
    height: 200px
}

td.type1 {
    background-color: rgb(243, 243, 167)
}

td.type2 {
    background-color: rgb(84, 187, 84);
    color: #fff
}

td.type3 {
    background-color: #87ceeb
}

td.type4 {
    background-color: rgb(247, 161, 161);
    color: #fff
}

td.type5 {
    background-color: rgb(248, 212, 145)
}

td.type6 {
    background-color: rgb(161, 14, 161);
    color: #fff
}

td.type7 {
    background-color: rgb(92, 92, 247);
    color: #fff
}

td.type8 {
    background-color: #9b4268;
    color: #fff
}

td.type9 {
    background-color: #b5fcb5
}

td.type10 {
    background-color: pink
}

td.stype1 {
    border-bottom-style: none;
    border-top-style: none
}

td.stype2 {
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none
}

div#detailed {
    background-color: #9e9;
    display: block;
    margin-left: 15%;
    border-style: solid;
    border-width: 2px
}

#main-af-res table tr td:hover {
    cursor: pointer
}

#main-af-res ul li {
    /* font-size: 14px; */
    color: #000;
    line-height: 26px
}

#fixarticle ul li {
    text-transform: unset !important
}

.ad-result-input-design label {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #18a2b8;
    margin: 16px 0;
    font-size: 21px
}

.ad-result-input-design input {
    text-align: center;
    font-size: 1em;
    border-bottom: none !important
}

.ad-calc-bg {
    background: #fff !important;
    border: 1px solid #ececec;
    padding: 10px 40px
}

.results-row-h2 h2 {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 28px 0;
    padding: 0 0 12px 0;
    color: #484848
}

.hr-cal-res-bg {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px 30px 0 30px;
    margin: 0 0 45px 0
}

.nav-tabs .nav-link.active,
.solverresdiv .nav-tabs .nav-item.show .nav-link {
    background: #9fb7ca;
    color: #fff
}

#steps-body {
    text-align: left;
    line-height: 30px;
    font-weight: 400;
    color: #585858;
    letter-spacing: 3px;
    background: #e3ecf3;
    padding: 10px 0 10px 15px !important
}

.mole-select {
    border-top-left-radius: none !important;
    border-bottom-left-radius: none !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: 1px solid #ced4da;
    width: 100%;
    height: 100%;
    color: #6c757d;
    font-size: 14px;
    text-align: center;
    padding: 0 6px
}

.after_title {
    margin-top: -40px !important;
    text-align: center
}

.after_title.col-12 {
    text-align: center
}

#nav-parse-home .tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center
}

#nav-parse-home .tree ul::after {
    content: '';
    display: table;
    clear: both
}

#nav-parse-home .tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em .5em 0 .5em
}

#nav-parse-home .tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ababab;
    width: 50%;
    height: 1em
}

#nav-parse-home .tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ababab
}

#nav-parse-home .tree li:only-child::after,
.tree li:only-child::before {
    display: none
}

#nav-parse-home .tree li:only-child {
    padding-top: 0
}

#nav-parse-home .tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none
}

.upb2 {
    left: 80px;
    top: 40px;
    position: absolute;
    padding: 5px;
    border: 1px solid #006837;
    cursor: pointer;
    background: #fff
}

#tree .tree li:last-child::before {
    border-right: 1px solid #ababab;
    border-radius: 0 5px 0 0
}

#nav-parse-home .tree li:first-child::after {
    border-radius: 5px 0 0 0
}

#nav-parse-home .tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ababab;
    width: 0;
    height: 1em
}

#nav-parse-home .tree li div {
    border: 1px solid #ababab;
    padding: .5em .75em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #333;
    position: relative;
    top: 1px
}

#nav-parse-home .tree li div:hover,
#nav-parse-home .tree li div:hover+ul li div {
    background: #90c4f4;
    color: #fff;
    border: 1px solid #ababab
}

#nav-parse-home .tree li div:hover+ul li::after,
#nav-parse-home .tree li div:hover+ul li::before,
#nav-parse-home .tree li div:hover+ul ul::before,
#nav-parse-home .tree li div:hover+ul::before {
    border-color: #90c4f4
}

#nav-parse-home .tree div span {
    display: inline-block;
    min-width: 30px
}

.loader-index {
    position: relative !important;
    top: 20px !important;
    display: none
}

.homesolverheading {
    font-weight: 700;
    text-transform: uppercase;
    color: #495057;
    font-size: 17px;
    margin: 20px 0 5px 0
}

.solverresdiv {
    border: 1px solid #ccc;
    width: 300px;
    min-height: 50px;
    background: #fff;
    display: inline-block;
    line-height: 50px;
    font-weight: 700
}

#show-res-slide input {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    background: 0 0
}

.ad-home-select-simp {
    border: 1px solid #dbeeff !important
}

.ad-home-input-simple {
    background: #fff;
    border: 1px solid #dbeeff;
    border-left: none
}

.langul {
    list-style: none;
    padding: 0;
    margin: 0
}

.langul li {
    letter-spacing: 0
}

.langico {
    color: #218838 !important;
    font-size: 32px !important;
    margin-right: 20px
}

.lngbtn:hover {
    color: #fff !important
}

.lngbtn {
    color: #343a40 !important;
    border-color: #343a40 !important
}

.modal-header-bg {
    background: #18a2b8
}

.modal-res {
    font-size: 28px
}

.ad-cal-main-head-border {
    border-bottom: 1px solid #daedfd
}

.container h1 {
    font-size: 26px;
    color: #000
}

.modal-body .row .col-6 input {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #138496 !important;
    border-radius: 0 !important
}

.ad-quad-details-box {
    font: bold 13px arial;
    line-height: 20px;
    width: 253px;
    text-align: center;
    border: 1px solid #e6e6e6
}

@media (max-width:1024px) {
    nav ul li {
        padding: 10px !important
    }
}

@media (max-width:768px) {
    .MathJax_Display_custom .MathJax_Display {
        font-size: 10px;
        text-align: left !important
    }
    .MathJax_Display {
        font-size: 16px;
        text-align: left !important
    }
    label.small {
        font-size: 14px
    }
    .after_title {
        margin-bottom: 2.5rem !important
    }
    .col-lg-5.marbtm-mbl.col-11.col-md-8 {
        margin-top: 1rem !important
    }
    .loc-close {
        right: 20px !important
    }
}

.ad-quad-details {
    font: 14px arial;
    color: #000;
    margin-top: 10px;
    width: 253px;
    background: #e6e6e6;
    padding: 8px
}

.ad-quad-root-box {
    font: bold 13px arial;
    line-height: 3;
    width: 253px;
    text-align: center;
    border: 1px solid #e6e6e6
}

.ad-quad-roots {
    font: 14px arial;
    color: #000;
    margin-top: 10px;
    width: 253px;
    background: #e6e6e6;
    padding: 8px
}

.ad-quad-formula {
    font: 19px arial;
    position: relative;
    width: 250px;
    padding: 8px;
    text-align: center;
    background-color: #f3f3f3;
    top: 0;
    margin: 62px 0 20px 2px
}

.ad-quad-example {
    font: 12px Arial;
    position: absolute;
    right: 295px;
    top: -37px
}

.ad-quad-font-c {
    font: bold 10px arial;
    color: #868686;
    position: absolute;
    left: 180px;
    top: 12px;
    width: 50px
}

.ad-quad-font-b {
    font: bold 10px arial;
    color: #868686;
    position: absolute;
    left: 90px;
    top: 12px;
    width: 50px
}

.ad-quad-font-a {
    font: bold 10px arial;
    color: #868686;
    position: absolute;
    left: -13px;
    top: 12px;
    width: 50px
}

.ad-quad-main-left {
    position: relative;
    width: 360px;
    border: none;
    display: inline-block;
    vertical-align: top
}

.ad-main-quad {
    margin: auto;
    display: block;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    padding: 10px
}

.ad-quad-input1 {
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 30px;
    width: 50px;
    z-index: 2;
    color: #000;
    background-color: #fff;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #000
}

.ad-quad-input2 {
    font-size: 18px;
    position: absolute;
    left: 110px;
    top: 30px;
    width: 50px;
    z-index: 2;
    color: #000;
    background-color: #fff;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #000
}

.ad-quad-input3 {
    font-size: 18px;
    position: absolute;
    left: 200px;
    top: 30px;
    width: 50px;
    z-index: 2;
    color: #000;
    background-color: #fff;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #000
}

.shadow-tblcont {
    -moz-box-shadow: 0 2px 6px #cccccc82;
    -webkit-box-shadow: 0 2px 6px #cccccc82;
    box-shadow: 0 2px 6px #cccccc82
}

.tblcont-border-top {
    border-top: 1px solid #dee2e6 !important;
    border-top-left-radius: 6px
}

.cat-ad-bannersec-converters img {
    width: 22%;
    position: absolute;
    left: -36px
}

.ad-sidebar-links {
    padding: 0 0;
    border-radius: 5px
}

.ad-sidebar-links h4 a {
    color: #404a7a !important
}

.side-ad-sidebar-links {
    background: #fff;
    padding: 0 0;
    border-radius: 0px
}

.side-ad-sidebar-links h4 a {
    color: #404a7a !important
}

.col-lg-9.border.pt-3.bg-light.bg-light-white h1 {
    font-size: 25px;
    padding: 12px 0
}

.cat-ad-bannersec-converters {
    width: 100%;
    background: #deefff;
    min-height: 200px;
    text-align: center
}

@media (max-width:763px) {
    .cat-banner-bottom .container .bann-bottom-heading {
        padding-top: 13px;
        font-size: 20px
    }
}

@media (max-width:720px) {
    .cat-bann .bannersection {
        min-height: 400px
    }
    .ad-banner-bottom .container .bann-bottom-heading {
        font-size: 1.1rem
    }
}

.cat-banner-bottom {
    width: 100%;
    margin-top: -140px
}

.cat-banner-bottom .bann-bottom-heading {
    color: #000;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0
}

.cat-banner-bottom .cat-box {
    width: 100%;
    height: 160px;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #efefef
}

.cat-banner-bottom .cat-box h2 {
    font-family: inherit;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 13px
}

@media (max-width:576px) {
    .cat-ad-bannersec-converters img {
        display: none
    }
    #sidebar {
        position: inherit !important
    }
    .cat-ad-bannersec-converters {
        width: 100%;
        background: #deefff;
        min-height: 32px;
        text-align: center
    }
    .bg-light button {
        width: 121.328px !important;
        padding-left: 0;
        padding-right: 0
    }
    .bg-light .col-height span {
        font-size: 12px !important
    }
    .file-opacity {
        margin-top: -10px !important
    }
    .cat-banner-bottom {
        width: 100%;
        margin-top: -40px
    }
    .cat-banner-bottom .cat-box {
        width: 100%;
        height: auto;
        border-radius: 2px;
        text-align: center;
        padding: 0;
        border: 0
    }
    .cat-banner-bottom .cat-box img {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto
    }
    .cat-banner-bottom .cat-box h2 {
        font-size: 9px !important
    }
    .padd-section {
        padding: 0 !important
    }
}

#nav-parse-home {
    overflow-x: scroll
}

#parse-body {
    overflow-x: scroll
}

.bg-img {
    border: 1px dashed #616b69;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 5px;
    margin-bottom: 0
}

.bg-text {
    position: relative;
    top: 23px
}

.file-opacity {
    opacity: 0;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    height: 70px
}

.col-height {
    height: 73px
}

.img-conv-height {
    height: 100px
}

/* ::placeholder {
    font-size: 10px
}

:-ms-input-placeholder {
    font-size: 10px
}

::-ms-input-placeholder {
    font-size: 10px
} */

.container .bg-light input {
    padding: 10px !important;
    border: 1px solid #138496 !important;
    border-radius: 4px !important
}

.card-text-result {
    font-size: 11px;
    color: gray
}

.macro-card-head-result {
    font-size: 21px
}

.macro-card-img {
    width: 40%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 8px
}

.p-tag-font-size {
    font-size: 16px
}

.step-2-height {
    min-height: 505px
}

.header__btn {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    cursor: pointer;
    outline: 0
}

.header__btn:last-child {
    margin-right: 0
}

.header__btn.js-active,
.header__btn:hover {
    color: #fff;
    background-color: #2c2c2c
}

.content__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center
}

.content__title--m-sm {
    margin-bottom: 10px
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, .7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: 0 !important;
    cursor: pointer
}

@media (min-width:500px) {
    .multisteps-form__progress-btn {
        text-indent: 0
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .15s linear 0s, -webkit-transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s;
    transition: all .15s linear 0s, transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s;
    transition: all .15s linear 0s, transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s, -webkit-transform .15s cubic-bezier(.05, 1.09, .16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1
}

.multisteps-form__progress-btn:first-child:after {
    display: none
}

.multisteps-form__progress-btn.js-active {
    color: #27a745
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor
}

.multisteps-form__form {
    position: relative
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.multisteps-form__panel[data-animation=scaleOut] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.multisteps-form__panel[data-animation=slideHorz] {
    left: 50px
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
    transition-property: all;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.2, 1.13, .38, 1.43);
    transition-delay: 0s;
    left: 0
}

.multisteps-form__panel[data-animation=slideVert] {
    top: 30px
}

.multisteps-form__panel[data-animation=slideVert].js-active {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s
}

.multisteps-form__panel[data-animation=scaleIn] {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
    position: relative;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.container .bg-light table td input {
    padding: 5px !important;
    border: 1px solid #138496 !important;
    border-radius: 4px !important
}

.container .bg-light select {
    padding: 6px !important;
    border: 1px solid #138496 !important;
    border-radius: 4px !important
}

.container .bg-light td>input {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important
}

.container .bg-light .col-lg-12 h2 {
    text-transform: uppercase !important;
    font-size: 24px;
    margin-bottom: 10px
}

.container .bg-light .your-query .ad-heading-results {
    background: #e9f0f5;
    padding: 10px 0;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px
}

.container .your-query .ad-heading-results {
    background: #e9f0f5;
    padding: 10px 0;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px
}

.star-color {
    color: #54bf63
}

.rating-scroll {
    overflow-y: scroll;
    height: 296px
}

.rating-heading-size {
    font-size: 22px
}

.container .bg-light .col-lg-6 input {
    padding: 6px 12px !important
}

.container .bg-light .col-lg-4 input {
    padding: 6px 12px !important
}

.display-none-circular h2 {
    padding: 15px 0 !important;
    font-size: 20px !important
}

.breadcrum-bold {
    font-weight: 500;
    color: #39b54a !important
}

.article-heading-h1 {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 500
}

.container .bg-light .col-lg-4 button {
    font-size: 12px;
    /* letter-spacing: 2px; */
    box-shadow: 0 2px 2px #85848a5e;
    border: 1px solid #18a2b8;
    margin-top: 24px !important
}

.container .bg-light input[type=submit] {
    font-size: 12px;
    /* letter-spacing: 2px; */
    box-shadow: 0 2px 2px #85848a5e;
    border: 1px solid #18a2b8;
    margin-top: 24px !important
}

.ad-quote-button {
    background: #0ff;
    padding: 15px 10px;
    border: 1px solid #000
}

.ad-quote-btn-sec {
    padding: 15px 0 42px 0
}

.advance-row-position {
    z-index: 1;
    position: relative
}

.advance-margin {
    margin-top: -3%
}

.advance-row-margin {
    margin-top: -2%
}

.ad-advanve-btn {
    cursor: pointer;
}

.display-none-circular {
    display: none
}

.ad-quote-button {
    background: #eff8ff;
    padding: 11px 10px;
    border: 1px solid #386792;
    color: #396384;
    font-size: 15px
}

.ad-custom-cal-section {
    background: #f0f8ff;
    padding: 0;
    border: 1px solid #dce9f3;
    border-radius: 10px
}

.container.pt-5.breadcrumz {
    margin-top: 20px;
    padding: 45px 0
}

.bgad {
    background: #fff;
    border-radius: 15px;
    /* box-shadow: 0 0 6px 3px #f1f1f1 !important */
}

.ad-offer-body {
    padding: 20px 10px;
    color: #426384;
    font-size: 1em;
    line-height: 2em
}

.ad-offer-head {
    padding: 20px 0;
    border-bottom: 1px solid #dce9f3
}

.ad-custom-cal-section {
    background: #f0f8ff
}

.ad-offer-head h2 {
    font-size: 20px;
    font-weight: 500;
    color: #436380
}

input#result {
    padding: 10px 0
}

.tool-article-body p {
    color: #000;
    font-size: 1.1em;
    letter-spacing: 1px
}

.tool-article-body li {
    color: #000
}

.tool-article-body ol {
    color: #000
}

.tool-article-body h2 {
    font-size: 22px;
    padding: 5px 0 16px 0
}

.tool-article-body h3 {
    font-size: 20px;
    padding: 5px 0 16px 0
}

.ad-table-heading {
    background: #f5f5f5;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #dee2e6
}

.ad-bg-article {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

textarea {
    resize: none
}

.ad-bannersec-converters img {
    width: 22%;
    position: absolute;
    left: -36px
}

.trapezoid-bg {
    background-color: #f9fcff
}

.ad-bannersec-converters {
    width: 100%;
    background: #deefff;
    min-height: 200px;
    text-align: center
}

.ad-customselect {
    border-radius: 4px !important;
    border: 1px solid #ced4da;
    width: 100%;
    height: 100%;
    color: #6c757d;
    font-size: 14px;
    text-align: center;
    padding: 0 6px
}

.lang-section select {
    -webkit-appearance: none;
    appearance: none;
}

.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.svg-set {
    width: 84px !important;
    margin-bottom: 10px
}

body {
    background-color: #fff;
    color: #333;
    font-family: Montserrat;
    color: #000;
    -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h2 {
    color: #000;
    font-weight: 500
}

h4 {
    color: #000;
    font-size: 1rem;
    /* letter-spacing: 2px; */
    line-height: 2
}

h5 {
    color: #626262;
    font-size: 14px;
    font-weight: 500
}

a {
    /* letter-spacing: 2px; */
    text-decoration: none
}

ul {
    letter-spacing: 1px
}

li {
    color: #626262;
    font-size: 1em;
    font-weight: 400;
    /* letter-spacing: 2px; */
    line-height: 30px;
    text-transform: capitalize
}

p {
    color: #505050;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 2;
    margin-bottom: 20px
}

span {
    letter-spacing: 1px
}

.container-full {
    padding-left: 0;
    padding-right: 0
}

.btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: .7em;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.headerbtn {
    margin: 6px 0
}

.btn-default:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad
}

.fa {
    font-size: 13px
}

.back-to-top {
    position: fixed;
    display: none;
    background: #39B54A;
    line-height: 1;
    color: #fff;
    padding: 7px 12px 13px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background .5s
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }
    .eqbtn {
        display: none !important
    }
}

.eqbtn {
    padding-right: 5px
}

.back-to-top:focus {
    background: #39B54A;
    color: #fff;
    outline: 0
}

.back-to-top:hover {
    background: #55b03f;
    color: #fff
}

.equal-btn {
    background: #000;
    color: #fff
}

.equal-btn:hover {
    background: #313131
}

.ad-calc {
    margin-bottom: 170px;
    margin-top: 60px
}

.ad-calc td {
    width: 40vw;
    height: 7vh;
    font-size: .8em;
    border: 1px solid #c4d3e0
}

input {
    width: 100%;
    border: none;
    font-size: 1.3em;
    font-weight: 500;
    padding: 0 5px
}

#shiftBtn {
    background-color: #e4ecf3
}

.bann .ad-results {
    height: auto;
    background: #f9fcff;
    min-height: 50% !important
}

.ad-results {
    height: auto;
    background: #f9fcff;
    min-height: auto !important
}

.ad-results-calc p {
    margin: 0
}

.ad-results-calc {
    padding: 0
}

.ad-heading-results {
    background: #e9f0f5;
    padding: 10px 0;
    width: 100%
}

.ad-results textarea {
    border: none;
    background: #f9fcff;
    width: 100%;
    height: 100%
}

#focusauto {
    padding-top: 3px
}

#header {
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    font-size: 1em;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #d2d7dc;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 3;
    padding: 9px 10px
}

#header #logo {
    /* padding: 6px 0 0 0 */
}

#header #logo h1 {
    color: #505050;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0
}

#header #logo h1 a {
    color: #555;
    line-height: 1;
    display: inline-block;
    text-decoration: none
}

#header #logo h1 a span {
    color: #39B54A
}

#header #logo a img {
    padding: 0;
    margin: 0
}

.scroll-header {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.sf-arrows .sf-with-ul {
    padding-right: 22px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    margin-top: 1px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    float: right;
    margin: 0
}

@media (max-width:1200px) {
    #nav-menu-container {
        display: none
    }
}

.nav-menu a.nav-link {
    padding: 8px 8px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 16px;
    outline: 0;
    transition: .3s;
    letter-spacing: .0625em;
    text-decoration-style: solid;
    text-decoration-color: #000;
    text-decoration-line: none
}

.nav-menu li:hover> a.nav-link,
.nav-menu>.menu-active>a.nav-link {
    color: #39B54A;
}
.nav-menu>.menu-active{
    border-bottom: 4px solid #39B54A;
    border-radius: 4px;
}
.nav-menu>li {
    margin-left: 10px
}

.nav-menu ul {
    margin: 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    background: #fff
}

.nav-menu ul li {
    transition: .3s
}

.nav-menu ul li a {
    padding: 5px 10px;
    color: #333;
    transition: .3s;
    display: block;
    font-size: 14px;
    text-transform: none
}

.nav-menu ul li:hover>a {
    color: #39B54A
}

.nav-menu ul ul {
    margin: 0
}

.side-ad-single-cat-box {
    padding-left: 0 !important
}

.side-font-weight-bold {
    font-weight: 700 !important
}

#mobile-nav-toggle {
    left: 0;
    top: 0;
    z-index: 999;
    border: 0;
    background: 0 0;
    display: none;
    transition: all .4s;
    outline: 0;
    cursor: pointer
}

#mobile-nav-toggle i {
    color: #555;
    font-size: 24px
}

@media (max-width:1200px) {
    #mobile-nav-toggle {
        display: inline
    }
    #header #logo a img {
        padding: 0;
        position: absolute;
        right: 38%
    }
}

@media (max-width:1024px) {
    .header .pull-left a img {
        position: absolute;
        width: 100%;
        margin-left: 100px;
        margin-right: auto;
        display: block
    }
}

.a-none {
    text-decoration: none;
    color: #000
}

.table h4 a:hover {
    text-decoration: none;
    color: #000
}

@media (max-width:763px) {
    .banner-bottom {
        margin-top: 10% !important
    }
    .banner-bottom .container .bann-bottom-heading {
        line-height: 30px;
        font-size: 20px
    }
    .bann .bannersection h1 {
        font-size: 1.3rem
    }
}

@media (max-width:720px) {
    .bann .bannersection {
        min-height: 400px
    }
    .banner-bottom .container .bann-bottom-heading {
        font-size: 1.1rem
    }
}

.width-full {
    width: 100% !important
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, .9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: .4s
}

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

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 6px 22px 6px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
    letter-spacing: 0
}

#mobile-nav ul li a:hover {
    color: #fff
}
#mobile-nav ul li a.dropdown-item{
    color: #212529;
}
#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #39B54A
}

#mobile-nav ul .menu-item-active {
    color: #39B54A
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, .9);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle i {
    color: #fff
}

.padd-section {
    padding-bottom: 10px;
    padding-top: 20px
}

@media (max-width:992px) {
    .padd-section {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

.section-title {
    margin-bottom: 40px
}

@media (max-width:992px) {
    .section-title {
        margin-bottom: 40px
    }
}

.ad-cat-calcs table {
    margin: 0 !important
}

.ad-cat-calcs h4 {
    padding: 18px 10px;
    line-height: 11px;
    margin: 0
}

.section-titlee h2 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 35px;
    letter-spacing: 1px;
    padding: 18px 5px;
    font-size: 14px !important;
    text-transform: capitalize
}

.section-title h2 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 35px;
    letter-spacing: 1px;
    padding: 18px 20px;
    font-size: 14px !important;
    text-transform: capitalize;
    color: #364273;
    background: #dfefff
}

.hr-section-title h2 {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.5;
    font-size: 35px;
    letter-spacing: 1px;
    padding: 18px 20px;
    font-size: 14px !important;
    text-transform: capitalize;
    color: #364273;
    background: #fff;
    border-bottom: 1px solid #ececec;
    border-top: 3px solid #0897b7;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important
}

.borderrelated {
    border-bottom: 1px solid #f3f3f3
}

.section-title .separator {
    margin: 0
}

.separator {
    color: #626262;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: capitalize
}

#get-started {
    display: inline-block;
    height: 100%;
    width: 100%
}

#get-started .feature-block {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    transition: all .5s ease-in-out 0s
}

@media (max-width:991px) {
    #get-started .feature-block {
        margin-bottom: 30px
    }
}

#get-started .feature-block:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    transition: all .5s ease-in-out 0s
}

#get-started .feature-block h4 {
    margin-bottom: 20px
}

#get-started .feature-block p {
    margin-bottom: 20px
}

#get-started .feature-block a {
    color: #505050;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    transition: .3s
}

#get-started .feature-block a:hover {
    color: #39B54A
}

#about-us img {
    max-width: 100%
}

#about-us .about-content {
    padding-top: 60px
}

#about-us .about-content h2 {
    color: #252525;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.5;
    font-size: 39px;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
    text-transform: capitalize
}

#about-us .about-content span {
    font-weight: 500;
    padding-right: 10px;
    text-transform: uppercase
}

#about-us .about-content ul li {
    line-height: 36px
}

#about-us .about-content ul li .fa {
    padding-right: 20px
}

.features {
    display: inline-block;
    height: 100%;
    width: 100%
}

.features .feature-block {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    margin-bottom: 30px;
    transition: all .5s ease-in-out 0s
}

.features .feature-block:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    transition: all .5s ease-in-out 0s
}

.features .feature-block h4 {
    margin-bottom: 20px
}

.features .feature-block p {
    margin-bottom: 0
}

.owl-dot.active>span {
    height: 10px !important;
    width: 10px !important
}

.owl-theme .owl-dots .owl-dot span {
    height: 10px !important;
    width: 10px !important
}

.owl-item img {
    cursor: pointer
}

.owl-stage-outer {
    margin-bottom: 30px
}

.owl-theme .owl-nav {
    display: none;
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #39B54A
}

.owl-theme .owl-dots .owl-dot span {
    background: #ddd
}

#video {
    background: url(../img/video-bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden
}

#video .overlay {
    background: rgba(0, 0, 0, .85);
    height: 100%
}

#video .overlay .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#39B54A 50%, rgba(113, 197, 93, .15) 52%);
    border-radius: 50%;
    display: block;
    margin: 153px auto 0;
    position: relative;
    overflow: hidden
}

#video .overlay .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

#video .overlay .play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .5);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

#video .overlay .play-btn:hover::after {
    border-left: 15px solid #39B54A;
    -webkit-transform: scale(20);
    transform: scale(20)
}

#video .overlay .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

#team .team-block {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    height: 254px;
    overflow: hidden;
    position: relative;
    width: 100%
}

#team .team-block img {
    width: 100%
}

#team .team-block .team-content {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .19);
    bottom: -147px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    transition: all .5s ease-in-out 0s
}

#team .team-block .team-content ul {
    display: block;
    width: 100%
}

#team .team-block .team-content ul li {
    display: inline-block
}

#team .team-block .team-content ul li a {
    color: #626262
}

#team .team-block .team-content ul li a .fa {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    transition: .3s
}

#team .team-block .team-content ul li a .fa:hover {
    color: #39B54A
}

#team .team-block .team-content ul>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

#team .team-block:hover .team-content {
    bottom: 0;
    transition: all .5s ease-in-out 0s
}

#testimonials .testimonials-content {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    padding: 49px 20px
}

#testimonials .testimonials-content::before {
    color: #39B54A;
    content: "";
    display: inline-block;
    font: 70px/1 FontAwesome;
    position: absolute;
    right: 43px;
    text-align: left;
    top: -29px
}

#testimonials .top-top>h2 {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.5;
    font-size: 45px;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
    text-transform: capitalize
}

#testimonials .top-top>h4 {
    font: 700 12px Lato, sans-serif
}

#testimonials .top-top span {
    font-size: 12px;
    font-weight: 300;
    margin-left: 26px
}

#testimonials .btm-btm ul li {
    float: left;
    margin-left: 13px;
    border-radius: 50%;
    margin-right: 13px;
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: block;
    height: 10px;
    width: 10px
}

#testimonials .btm-btm .active {
    background: #39B54A
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    bottom: 0 !important;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin: 30px auto 0 auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    display: inline-block
}

.carousel-indicators li {
    margin: 0
}

#pricing .block-pricing {
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 1px 0 rgba(0, 0, 0, .19);
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6
}

#pricing .block-pricingg {
    background: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin: 12px 3px 0 3px
}

#pricing .block-pricing .table {
    margin-bottom: 0;
    padding: 12px 12px;
    max-width: 100%;
    width: 100%
}

#pricing .block-pricing h2 {
    margin-bottom: 30px
}

#pricing .block-pricing ul {
    list-style: outside none none;
    margin: 10px auto;
    max-width: 240px;
    padding: 0
}

#pricing .block-pricing ul li {
    border-bottom: 1px solid rgba(153, 153, 153, .3);
    padding: 12px 0;
    text-align: center
}

#pricing .block-pricing ul li b {
    color: #3c4857
}

#pricing .block-pricing .table .table_btn a {
    background: #39B54A;
    color: #fff;
    margin: 0;
    display: inline-block
}

#pricing .block-pricing .table .table_btn a:hover {
    background: #55b03f
}

#pricing .block-pricing .table .table_btn a .fa {
    font-size: 13px;
    margin-right: 5px
}

.footer {
    background: #2a2c30;
    padding-top: 50px
}

.footer .footer-logo .navbar-brand {
    color: #fff;
    display: inline-block;
    float: none;
    font-family: Philosopher, sans-serif;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    letter-spacing: .2em;
    padding-left: 0;
    padding-top: 0
}

.footer .footer-logo p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px
}

.footer .list-menu>h4 {
    color: #fff;
    padding-bottom: 20px
}

.footer .list-menu ul li a {
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: none;
    letter-spacing: 0
}

.footer .copyrights {
    background: #fff;
    margin-top: 50px;
    text-align: center;
    padding: 25px
}

.footer .copyrights .credits,
.footer .copyrights p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0
}

.footer .copyrights .credits a,
.footer .copyrights p a {
    letter-spacing: 0;
    color: #39B54A
}

.calcsection {
    background: #fff
}

.caltitle {
    font-size: 18px !important;
    padding-left: 10px
}

.caltitle2 {
    font-size: 22px !important;
    border-left: 5px solid #364274;
    padding-left: 10px
}

.caltitle3 {
    font-size: 22px !important;
    border-left: 5px solid #262626;
    padding-left: 10px
}

.caltitle4 {
    font-size: 22px !important;
    border-left: 5px solid #262626;
    padding-left: 10px
}

.caltitle span {
    font-weight: 500
}

.caltitle2 span {
    font-weight: 500
}

.caltitle3 span {
    font-weight: 500
}

.caltitle4 span {
    font-weight: 500
}

.secpadd {
    margin-bottom: 0 !important
}

.hr-caltitle span {
    font-weight: 600 !important
}

.side-secpadd {
    margin-bottom: 0 !important
}

.sidebar-height-scroll {
    height: 323px !important;
    overflow-y: scroll;
    /* box-shadow: 0 2px 6px #cccccc82 */
}

.sidebar-height-scroll::-webkit-scrollbar {
    width: 3px
}

.sidebar-height-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    background: #0897b7
}

.bann {
    width: 100%;
    float: left;
    background: #fff
}

.bannersection {
    width: 100%;
    background: #f4faff;
    min-height: 300px;
    text-align: center
}

.bannersection .banner-h1 {
    font-family: 'Chronicle Display Semi';
    font-weight: 500;
    font-style: normal;
    font-size: 3.375rem;
    line-height: 1.1111111111111112;
    text-align: center;
    margin-bottom: 1rem
}

.bannersection .paragraph {
    font-size: 1.5rem;
    line-height: 1.3333333333333333;
    max-width: 880px;
    text-align: center;
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0
}

.banner-bottom {
    width: 100%;
    margin-top: 1%
}

.banner-bottom .bann-bottom-heading {
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0
}

.banner-bottom .cat-box {
    width: 100%;
    height: 160px;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #efefef
}

.banner-bottom .cat-box h2 {
    font-family: inherit;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 13px
}

.search-position-parent {
    position: relative
}

.search-position-child {
    position: absolute;
    top: 59px;
    width: 100%;
    background-color: #f5f6f7;
    height: 65px;
    box-shadow: 0 4px 2px -2px gray;
    display: none;
    z-index: 999
}

.child-input {
    width: 90%;
    background: 0 0;
    border: 0;
    color: #1d9068;
    font-size: 1.5rem;
    border-bottom: 2px solid #008255;
    border-radius: 0;
    background-image: url(img/search-input.png);
    background-position: left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 30px
}

.search-position-child input:focus {
    border-color: inherit;
    box-shadow: none;
    background-color: transparent
}

.input-close-icon {
    float: right;
    background-position: right;
    height: 25px;
    margin-top: -40px;
    cursor: pointer;
    margin-right: 5%
}

.mortage-font {
    font-weight: 500;
    font-size: 2.3rem;
    color: #191919
}

.mortage-paragrpah {
    font-size: 1.1rem;
    color: #70838a;
    letter-spacing: -1px;
    word-spacing: 2px
}

.row-border-bottom {
    border: 1px solid #d2d7dc
}

.col-right-border {
    border-right: 1px solid #d2d7dc
}

.col-right-border-bottom {
    border-bottom: 1px solid #d2d7dc
}

.home-price {
    font-weight: 500;
    color: #191919
}

.input-radius {
    border-radius: 0
}

.monthly-payment {
    color: #000
}

.monthly-payment-price {
    font-size: 1rem;
    font-weight: 500
}

.year-loan {
    color: #a8b3b8
}

.tab-border {
    border-bottom: 1px solid #ced4da
}

.tab-price {
    margin-top: -5px
}

.latest-mortage-text {
    font-weight: 500
}

.mortage-rates {
    font-weight: 500;
    font-size: 1.1rem
}

.mortage-btn-border {
    border-bottom: 1px solid #d2d7dc
}

.mortage-btn {
    width: 100%;
    border-radius: 0;
    padding: 5px
}

.btn-rates {
    font-size: 1.1rem
}

.input-radius {
    border-radius: 0
}

.input-math-color {
    color: #00f;
    font-size: 1.2rem;
    cursor: pointer
}

#header #logo a img {
    padding: 0;
    margin: 0;
}

.ad-cat-title {
    width: 100%
}

.side-ad-cat-title {
    background: #404040 !important;
    width: 100%
}

.nopadding {
    padding: 0 0
}

.side-nopadding {
    padding: 1px 0
}

.bg-light-white {
    background: #fff !important
}

.utility-color {
    background: #dfefff
}

.utility-color h2 {
    color: #03437d
}

.maths-color {
    background: #e3f9f1
}

.maths-color h2 {
    color: #007b43
}

.finance-color {
    background: #e9e2e9
}

.finance-color h2 {
    color: #734b69
}

.education-color {
    background: #fae3e3
}

.education-color h2 {
    color: #9c5454
}

.others-color {
    background: #ddf3d2
}

.others-color h2 {
    color: #3d6f23
}

.dailylife-color {
    background: #feefd0
}

.dailylife-color h2 {
    color: #966501
}

.ad-results-calc p {
    margin: 40px 0
}

.col-centered {
    float: none;
    margin: 0 auto
}

.ad-pt-39 {
    padding-top: 39px
}

.container a:hover {
    text-decoration: none
}

.sclass {
    width: 100%
}

.sclass a:hover {
    text-decoration: none !important
}

#search_content {
    width: 90%;
    margin: 0 auto;
    overflow-y: scroll
}

.m20 {
    margin-top: 20px
}

.spincls {
    position: absolute;
    right: 22px;
    top: 23px;
    font-size: 20px;
    display: none
}

#loaderspin {
    margin-top: 5px;
    color: #39b54a;
    font-size: 24px !important
}

.loader-display {
    position: absolute;
    right: 22px;
    top: 23px;
    font-size: 20px;
    display: none
}

.macro h1 {
    text-align: center;
    font-size: 1em
}

.macro h2 {
    margin: 0 0 .5em;
    font-size: 1.5em
}

.macro p {
    font-size: .8em;
    line-height: 1.4
}

.macro label {
    font-size: 1em !important
}

.macro ul {
    margin: 0 0 .5em
}

.macro li {
    padding: .2em;
    font-size: 1em
}

.macro a {
    text-decoration: none;
    color: #1894cd
}

.macro section {
    text-align: center;
    padding: 1em 0;
    width: 90%;
    margin: 0 auto;
    clear: both
}

.macro button#bf {
    display: inline-block
}

.width {
    width: 200px !important
}

.macro .body-fat-no input[type=number] {
    width: 150px !important
}

.macro input {
    border-radius: .75em;
    text-align: center;
    display: inline-block;
    width: auto !important;
    padding: 10px 0 !important;
    margin: .25em;
    background-color: #f0f0f0;
    color: #383838;
    font-family: Roboto, 'Droid Sans';
    font-size: 14px !important
}

.macro button:hover {
    background-color: #1e7e34;
    color: #fff
}

.macro .button-select {
    background-color: #19b5fe
}

.macro .hidden {
    display: none
}

.macro .inactive {
    background-color: #ececec;
    color: #3e3e3e;
    transition: all .75s ease;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease
}

.macro .pa-factor label {
    display: block
}

.macro .cals-macs ul {
    list-style-type: none;
    text-align: center
}

.macro #title {
    text-transform: uppercase
}

.tool-article-body table {
    text-align: center !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.tool-article-body table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit
}

.tool-article-body table tr td,
.tool-article-body table tr th {
    border: 1px solid #dee2e6
}

.tool-article-body table td,
.tool-article-body table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.logofotter {
    width: 300px
}

.tool-article-body ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tool-article-body ol li {
    counter-increment: step-counter;
    margin-bottom: 10px
}

.tool-article-body ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 100%;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 6px 13px;
    border-radius: 3px
}

.breadcrumz ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumz ol li {
    display: inline-block
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(img/3.svg) 50% 50% no-repeat
}

.rating-block {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 15px 15px 20px 15px;
    border-radius: 3px
}

.bold {
    font-weight: 500
}

.padding-bottom-7 {
    padding-bottom: 7px
}

.review-block {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: 3px
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0
}

.review-block-date {
    font-size: 12px
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px
}

.review-block-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

.review-block-description {
    font-size: 13px
}

.btn-grey {
    background-color: #d8d8d8;
    color: #fff
}

#showrow .tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#showrow .tree ul {
    margin-left: 1em;
    position: relative
}

#showrow .tree ul ul {
    margin-left: .5em
}

#showrow .tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

#showrow .tree li {
    margin: 0;
    padding: 0 8px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    position: relative
}

#showrow .tree ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 0;
    border-top: 1px solid #000;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

#showrow .tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px
}

#showrow .tree li a {
    text-decoration: none;
    color: #000
}

#showrow .tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #000;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: 0
}

.tree-border-home {
    border: .5px solid #000;
    height: 20px
}

.tree-border {
    border-top: 1px solid #000
}

.tree-border-heading {
    padding: 0;
    height: 20px;
    width: 1px
}

.home-color {
    color: #000;
    font-weight: 500
}

.home-heading {
    color: #000
}
@media(max-width:768px) {
    .tree-border-heading {
        display: none
    }
}

.ad-subcat-tree {
    font-size: 11px;
    line-height: 3px !important
}

.calc-tree a {
    font-size: 9px;
    line-height: 0
}

.ad-sitemap-header {
    margin-top: 60px
}

.nav-examples {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800;
    margin-top: 22px
}

.labl {
    border: 1px solid #138496;
    color: #000;
    background: #fff;
    margin: 5px 0
}

.keyb {
    font-size: 18px
}

.keyc {
    font-size: 18px;
    background: #a73809
}

#keyboard {
    text-align: center;
    margin-top: 10px
}

.preview-exp {
    text-align: center;
    font-size: 30px;
    color: #04394f;
    padding: 27px 0
}

.js-plotly-plot .plotly .modebar--hover {
    opacity: 1 !important
}

#tree .tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center
}

#tree .tree ul::after {
    content: '';
    display: table;
    clear: both
}

#tree .tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em .5em 0 .5em
}

#tree .tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ababab;
    width: 50%;
    height: 1em
}

#tree .tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ababab
}

#tree .tree li:only-child::after,
.tree li:only-child::before {
    display: none
}

#tree .tree li:only-child {
    padding-top: 0
}

#tree .tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none
}

#tree .tree li:last-child::before {
    border-right: 1px solid #ababab;
    border-radius: 0 5px 0 0
}

#tree .tree li:first-child::after {
    border-radius: 5px 0 0 0
}

#tree .tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ababab;
    width: 0;
    height: 1em
}

#tree .tree li div {
    border: 1px solid #ababab;
    padding: .5em .75em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #333;
    position: relative;
    top: 1px
}

#tree .tree li div:hover,
#tree .tree li div:hover+ul li div {
    background: #90c4f4;
    color: #fff;
    border: 1px solid #ababab
}

#tree .tree li div:hover+ul li::after,
#tree .tree li div:hover+ul li::before,
#tree .tree li div:hover+ul ul::before,
#tree .tree li div:hover+ul::before {
    border-color: #90c4f4
}

#tree .tree div span {
    display: inline-block;
    min-width: 30px
}

.operator {
    background: #ecf7fc
}

.function {
    background: #05346a;
    color: #fff !important
}

.calheadd {
    background: #18a2b8;
    color: #fff;
    width: 100%;
    min-height: 40px
}

.nopad {
    padding: 0
}

.acol {
    color: #fff;
    margin-right: 10px
}

.acol i {
    font-size: 20px;
    line-height: 40px
}

.acol:hover {
    color: #eee
}

.centre-preview {
    border: 1px solid #138496;
    border-radius: 10px;
    min-height: 250px !important;
    background-color: #e9f0f5 !important
}

.thcls {
    font-weight: 700;
    text-transform: uppercase;
    color: #495057
}

.resnew {
    font-size: 20px;
    color: #04394f;
    font-weight: 700;
}

.optlalbel {
    font-size: 12px;
    padding-right: 0
}

.container .bg-light .col-lg-4 input.optinp {
    width: 67%;
    display: inline;
    font-size: 13px !important
}

.container .bg-light .col-lg-4 input.optbut {
    width: 30%;
    cursor: pointer;
    font-size: 13px
}

.container .bg-light input.shadow-pulse {
    box-shadow: 1px 10px 10px #ccc;
    border: 2px solid #007bff !important;
    background: #e9f0f5
}

.reshide2 {
    display: none
}

.reshide {
    display: block
}

.nheading {
    text-transform: uppercase !important;
    font-size: 27px
}

@media screen and (max-width:765px) {
    .reshide2 {
        display: block
    }
    .reshide {
        display: none
    }
    .mobheading {
        font-size: 15px;
        font-weight: 700;
        display: inline-block;
        line-height: 40px;
        padding-left: 10px
    }
    .centre-preview {
        border-top: 1px solid #138496;
        border-bottom: 1px solid #138496;
        border-left: 1px solid #138496;
        border-right: 1px solid #138496;
        border-radius: 0
    }
}

.warn {
    color: #ad850d;
    font-size: 12px;
    font-weight: 700
}

.col .form-control-borderless {
    border: none
}

.col .form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: 0;
    box-shadow: none
}

.bannersection {
    position: relative
}

.hmeheading {
    font-size: 25px;
    font-weight: 500;
    color: #436380;
    text-transform: uppercase;
    padding: 50px 0 20px 0
}

.lowpad {
    padding: 10px !important
}

.selectstyl {
    border: 1px solid rgba(0, 0, 0, .125);
    background: #fff;
    border-radius: 2px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 25px;
    float: right
}

.expdiv {
    float: left;
    margin-bottom: 6px;
    margin-left: 208px;
    cursor: pointer
}

@media(max-width:1354px) {
    .refreshsam {
        right: 87px !important
    }
}

.refreshsam {
    color: #fff;
    font-size: 12px;
    background: #486073;
    padding: 5px;
    cursor: pointer;
    position: relative;
    bottom: 3px;
    right: 303px
}

.refreshsam:hover {
    background: #486073
}

.keyh {
    padding: 12px;
    background: #fff;
    color: #799dbb;
    border: #dbeefe 1px solid
}

.keyh2 {
    padding: 12px;
    background: #6b6b6b
}

#loaderspin {
    font-size: 18px !important;
    color: #000 !important
}

#parse-body .tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center
}

#parse-body .tree ul::after {
    content: '';
    display: table;
    clear: both
}

#parse-body .tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em .5em 0 .5em
}

#parse-body .tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ababab;
    width: 50%;
    height: 1em
}

#parse-body .tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ababab
}

#parse-body .tree li:only-child::after,
.tree li:only-child::before {
    display: none
}

#parse-body .tree li:only-child {
    padding-top: 0
}

#parse-body .tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none
}

#tree .tree li:last-child::before {
    border-right: 1px solid #ababab;
    border-radius: 0 5px 0 0
}

#parse-body .tree li:first-child::after {
    border-radius: 5px 0 0 0
}

#parse-body .tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ababab;
    width: 0;
    height: 1em
}

#parse-body .tree li div {
    border: 1px solid #ababab;
    padding: .2em .3em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #333;
    position: relative;
    top: 1px
}

#parse-body .tree li div:hover,
#parse-body .tree li div:hover+ul li div {
    background: #90c4f4;
    color: #fff;
    border: 1px solid #ababab
}

#parse-body .tree li div:hover+ul li::after,
#parse-body .tree li div:hover+ul li::before,
#parse-body .tree li div:hover+ul ul::before,
#parse-body .tree li div:hover+ul::before {
    border-color: #90c4f4
}

#parse-body .tree div span {
    display: inline-block;
    min-width: 30px
}

.contactmain .section {
    position: relative;
    width: 900px;
    max-width: 80%;
    border: 2px solid #333;
    border-top: none;
    text-align: center;
    margin: 60px auto
}

.contactmain .section h1 {
    position: relative;
    margin-top: -14px;
    display: inline-block;
    letter-spacing: 4px
}

.contactmain .top-border {
    position: absolute;
    height: 2px;
    width: 24%;
    background-color: #333
}

.contactmain .right {
    right: 0
}

.contactmain .left {
    left: 0
}

@media (max-width:685px) {
    .col-lg-12.col-12.col-md-12.ad-single-cat-box {
        padding: 0
    }
    .knowledgebase-section-class {
        padding: 0;
        margin: 10px 0
    }
    .contactmain .top-border {
        width: 18%
    }
}

.contactmain .section p {
    width: 61%;
    margin: 20px auto 40px auto;
    line-height: 30px
}

.contactmain .section .butt {
    outline: 0;
    display: inline-block;
    padding: 20px;
    margin-bottom: 40px;
    width: 440px;
    max-width: 80%;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.contactmain .section butt:hover {
    background-color: #1d222d
}

.contactmain .section a:link,
.section a:link:hover,
.section a:visited,
.section a:visited:hover {
    text-decoration: none;
    color: #fff
}

@media (max-width:500px) {
    .contactmain .top-border {
        display: none
    }
    .contactmain .section {
        border: none
    }
    .contactmain .section h1 {
        margin: 20px 6px
    }
}

.blogcont {
    width: 100%;
    background: #eff3f9 !important
}

.blogcont h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #323f52;
    font-size: 1.4rem
}

.blogcont p {
    font-size: inherit;
    font-weight: 500
}

.blogcont .post-archive-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: .5rem
}

.blogcont .post-archive-meta .post-archive-meta-img {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 100%;
    margin-right: .5rem;
    flex-shrink: 0
}

.blogcont .post-archive-meta .post-archive-meta-details .post-archive-meta-details-name {
    font-size: .9rem;
    line-height: 1;
    margin-bottom: .25rem
}

.blogcont .post-archive-meta .post-archive-meta-details .post-archive-meta-details-date {
    font-size: .75rem;
    line-height: 1
}

.ad-marg-calc-title {
    margin: 4px 0 12px 0
}

.bgbhme {
    background: #486073 !important
}

.bgbhme:hover {
    background: #313a42
}

.ad-arrow-icon-align {
    margin: 7px 0
}

.block-pricing .table {
    background: #fff;
    margin: 0 0;
    padding: 12px 14px
}

.sclass .block-pricing .table {
    border-bottom: 1px solid #018255
}

.sclass #search_content {
    box-shadow: #c7c7c7 0 0 5px 0
}

.tool-article-body h2 {
    font-size: 22px;
    padding: 5px 0 16px 0;
}

.tool-article-body a {
    color: #0055b1 !important
}

.btnfnt {
    font-size: 1em;
    background: #486073
}

.steps p {
    font-size: 13px !important
}

.steps p {
    color: #000 !important
}

.steps ol {
    list-style-type: decimal;
    border-left: 1px solid #ff8080
}

.steps ol ol {
    list-style-type: upper-alpha;
    border-left: 1px solid #92d169
}

.steps ol ol ol {
    list-style-type: upper-roman;
    border-left: 1px solid #78bef0
}

.steps ol ol ol ol h2 {
    border-bottom: 1px solid #cc66c9
}

.steps ol ol ol ol ol {
    list-style-type: lower-roman;
    border-left: 1px solid #f2a279
}

.steps ol ol ol ol ol h2 {
    border-bottom: 1px solid #f2a279
}

.resnew {
    color: #000;
    font-size: 15px
}

.rs2 {
    color: #fff
}

.loddiv h2 {
    font-size: 22px;
    display: inline-block
}

.loddiv {
    width: 100%;
    text-align: center
}

.loddiv {
    display: none
}

#loddiv {
    display: none
}

.mainres {
    max-height: 700px;
    overflow-y: auto
}

.mainres::-webkit-scrollbar {
    width: 10px;
    cursor: pointer
}

.mainres::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.mainres::-webkit-scrollbar-thumb {
    background: #486073;
    border-radius: 10px
}

.mainres::-webkit-scrollbar.upperb2 {
    position: absolute;
    padding: 5px;
    border: 1px solid #006837;
    left: 80px;
    top: 40px;
    cursor: pointer;
    background: #fff
}

.lowerb2 {
    position: absolute;
    border: 1px solid #006837;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    left: 81px;
    bottom: 30px
}

#anti ul {
    list-style: none
}

#anti .cell_input {
    color: #000;
    font-weight: 700
}

-thumb:hover {
    background: #404040
}

.txtsz {
    font-size: 12px !important;
    color: #000;
    border: 1px solid #ccc
}

.txtsz:hover {
    color: #000
}

-thumb:hover {
    background: #404040
}

.txtsz {
    font-size: 12px !important;
    color: #000;
    border: 1px solid #ccc
}

.txtsz:hover {
    color: #000
}

.lowerb2 {
    position: absolute;
    border: 1px solid #006837;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    left: 81px;
    bottom: 30px
}

#anti ul {
    list-style: none
}

#anti .cell_input {
    color: #000;
    font-weight: 700
}

#derivative .MathJax_Display {
    text-align: center !important;
    color: #000 !important
}

.int-adv {
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: none
}

.nav-integral {
    border: none !important;
    color: #495057
}

.int-tab {
    display: none
}

.nav-integral-bg {
    background-color: #fbfbfb !important
}

.nav-integral.active {
    color: #495057 !important;
    background-color: #f1f1f1 !important
}

#int-slide-toggle {
    display: block
}

.h-150 {
    height: 80px
}

.examples {
    padding-top: 10px;
    padding-bottom: 10px
}

.examples a {
    border: 1px solid;
    margin: 10px 10px;
    border-radius: 5px;
    padding: 10px
}

.examples a nobr #MathJax-Span-11 {
    margin: 20px 10px !important
}

.overflow-x-auto {
    overflow-x: auto
}

@media (max-width:991px) {
    #dervar {
        border-left: 1px solid #ced4da !important
    }
    #dervarnum {
        border-left: 1px solid #ced4da !important
    }
    #keyboard {
        display: none
    }
    .int-examples {
        display: none !important
    }
    #intvar {
        border-left: 1px solid #ced4da
    }
    .int-adv {
        display: block
    }
    .int-tab {
        display: block
    }
    #int-slide-toggle {
        display: none
    }
    .fs-12 {
        font-size: 12px !important
    }
}

.opt-img {
    width: 8px;
    margin-left: 2px
}

.border-adv {
    border: 1px solid #17a2b8
}

.preview-bg {
    background-color: #F6F6F6 !important;
    padding: 5px 0px;
}

.keyboard {
    position: absolute;
    right: 5px;
    top: 36px;
    font-size: large;
    color: #464544;
    cursor: pointer;
    padding: 0;
    background: #fff;
    height: 22px;
}

.load-equ-btn {
    right: 0px;
    position: absolute;
    top: -5px;
}

#keypad {
    padding: 5px 1px;
    border: 1px solid #969393;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #F6F6F6;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    display: none;
}

.adBlocker {
    height: 75vh;
    width: 80%;
    background: white;
    position: fixed;
    z-index: 999;
    left: 10%;
    border: 2px solid #65C573;
    border-radius: 10px;
}

.adMainHead {
    width: 90%;
    font-size: 30px;
}

.adBody {
    width: 80%;
    font-size: 20px;
}

@media(max-width: 768px) {
    .resnew {
        width: 100%;
    }
    .adBody {
        font-size: 16px;
    }
}

.disable-mouse {
    pointer-events: none;
}

.overflow-hidden {
    overflow: hidden;
}

#blog-table-content-main li a {
    color: #4b9c55;
}

#blog-table-content-main li {
    color: #4b9c55;
}

.blog .card {
    box-shadow: 0 3px 15px -6px teal;
    width: 18rem;
    width: 100% !important;
    min-height: 515px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .card>a>img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogsingle {
    background: #F4FAFF;
}

.position-relative {
    position: relative;
}

.blog p {
    font-size: 16px !important;
    color: black !important;
}

.text-decoration-none {
    text-decoration: none !important
}

.article-content>h2 {
    padding: 15px 0px;
}

.article-content ol li {
    text-transform: none !important;
}

.author-social-twitter {
    background: #56acee;
}

.author-social-facebook {
    background: #3B5998;
}

.table-th-text {
    vertical-align: inherit !important;
}

.equation-box {
    border-radius: 12px;
    box-shadow: 0 -2px 25px rgb(150 155 187 / 20%);
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 30px 0;
    font-size: 19px;
    line-height: 3;
    font-weight: 700;
    background-color: hsla(0, 0%, 100%, .8);
}

.recent-post p {
    color: black !important;
}

.article-content p {
    color: black;
}

.blogsingle .breadcrumb {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.blog h3 {
    padding: 15px 0px;
    font-size: 1.45rem;
}

.darktheme .blogsingle {
    background-color: #18191a !important
}

.darktheme span {
    color: #dee0e5 !important
}

.darktheme .width_20_per span {
    color: black !important;
}
.darktheme .dropdown-item {
    color: black !important;
}

.darktheme {
    color: #dee0e5 !important
}

.darktheme .blogsingle h2 {
    color: #dee0e5 !important
}

.darktheme .blogsingle h3 {
    color: #dee0e5 !important
}

.darktheme .blogsingle p {
    color: #dee0e5 !important
}

.darktheme #blog-table-content-main {
    color: #dee0e5
}

.darktheme .article-content {
    color: #dee0e5 !important
}

.darktheme .article-content p {
    color: #dee0e5 !important
}

.darktheme .article-content h2 {
    color: #dee0e5 !important;
}

.darktheme .article-content h3 {
    color: #dee0e5 !important;
}

.darktheme .article-content .equation-box {
    color: #242526 !important;
}

.darktheme .recent-post {
    background-color: #1d1f21 !important;
}

.darktheme .recent-post p {
    color: #dee0e5 !important;
}

.darktheme .blog .card {
    background-color: #1d1f21 !important;
}

.darktheme .blog .card-body {
    color: #dee0e5 !important;
}

.darktheme .blog .card-title a {
    color: #dee0e5 !important;
}

.darktheme .blog .card-body p {
    color: #dee0e5 !important;
}

.mainres-limit {
    max-height: 700px !important;
    overflow-y: auto !important;
}

.result-list span {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-decoration: none
}

.result-list span img {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px
}

.shadow-tblcont b {
    font-weight: 600 !important;
}

.shadow-input {
    border-radius: 0;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: inset 0 2px 5px hsl(0deg 0% 0% / 8%);
    -moz-box-shadow: inset 0 2px 5px hsla(0, 0%, 0%, .075);
    box-shadow: inset 0 2px 5px hsl(0deg 0% 0% / 8%)
}

.tool-ui-main {
    /* background: #fff; */
    /* background-image: linear-gradient(48deg, #fff 0, #e5efe9 100%); */
    /* border-top-right-radius: 16px; */
    /* border-bottom-left-radius: 16px; */
    /* box-shadow: -3px 6px 17px 1px rgb(10 49 86 / 18%); */
    padding: 15px
}

.tool-ui-main label {
    color: #1e309e !important;
    font-weight: 500
}

.tool-ui-main select:focus {
    box-shadow: none;
    border-color: #ced4da !important
}

.inputwbtn .input-group-text {
    align-items: inherit
}

.action-button:focus,
.tool-ui-main input:focus {
    box-shadow: none;
    border-color: #ced4da !important
}

.tdeeinput {
    padding: 4px
}

.inputwbtn button {
    border: 1px solid #3b618a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    font-family: arial, helvetica, sans-serif;
    padding: 7px 16px 7px 16px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    color: #fff;
    background-color: #4c7cb1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c7cb1), to(#002f64));
    background-image: -webkit-linear-gradient(top, #4c7cb1, #002f64);
    background-image: -moz-linear-gradient(top, #4c7cb1, #002f64);
    background-image: -ms-linear-gradient(top, #4c7cb1, #002f64);
    background-image: -o-linear-gradient(top, #4c7cb1, #002f64);
    background-image: linear-gradient(to bottom, #4c7cb1, #002f64);
    font-size: 14px
}

.inputwbtn button img {
    width: 10px
}

.action-button:active,
.inputwbtn button:active,
.tool-ui-main #calcBtn:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c7cb1), to(#002f64));
    background-image: -webkit-linear-gradient(top, #002f64, #4c7cb1);
    background-image: -moz-linear-gradient(top, #002f64, #4c7cb1);
    background-image: -ms-linear-gradient(top, #002f64, #4c7cb1);
    background-image: -o-linear-gradient(top, #002f64, #4c7cb1);
    background-image: linear-gradient(to bottom, #002f64, #4c7cb1)
}
#calcBtn{
    animation: button-pulse 1s infinite;
    font-size: 1em;
    padding-bottom:0.5em !important;
    padding-top:0.5em !important;
}
@keyframes button-pulse{ 
    0%{box-shadow:0 0 0 0px #1e5b80;}
    100%{box-shadow:0 0 0 5px #fff;}
}
.tool-ui-main .btn:focus {
    outline: 0;
    box-shadow: none
}

.tool-ui-main select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #4c7cb1, #002f64);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 42px !important
}

.action-button,
.tool-ui-main #calcBtn {
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    color: #fff;
    padding: 15px;
    background-color: #4c7cb1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c7cb1), to(#002f64));
    background-image: -webkit-linear-gradient(top, #4c7cb1, #002f64);
    background-image: -moz-linear-gradient(top, #4c7cb1, #002f64);
    background-image: -ms-linear-gradient(top, #4c7cb1, #002f64);
    background-image: -o-linear-gradient(top, #4c7cb1, #002f64);
    background-image: linear-gradient(to bottom, #4c7cb1, #002f64)
}

.tool-ui-main .tab-btn li span {
    cursor: pointer;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    padding: 6px 50px;
    color: #fff;
    background-color: #788ca3
}

.tool-ui-main .tab-btn li span.active {
    background-color: #002f64
}

#loading-main img {
    width: 100px;
    height: 100px
}

.tdee-result {
    margin-top: 50px
}

.tdee-result .main-title {
    text-align: center;
    color: #204f84;
    border-bottom: 3px solid #000
}

.tdee-result .subtitle {
    font-size: 24px
}

.tdee-result .bmr-total,
.tdee-result .tdee-total {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #eff5f1;
    color: #204f84;
    border-bottom: 2px #204f84 solid
}

.tdee-result .bmr-total img,
.tdee-result .tdee-total img {
    width: 30px;
    height: 30px;
    margin-left: 10px
}

.tdee-result .detail-thumb {
    font-size: 16px;
    text-align: center
}

.tdee-result .detail-thumb .heading {
    font-weight: 700;
    border-bottom: 1px solid #204f84;
    color: #204f84
}

.tdee-result thead {
    background-color: #eff5f1
}

.datebox div {
    position: relative;
    margin: 0 5px;
    width: 100px
}

.datebox div p {
    color: #000;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eff5f1;
    font-size: 40px;
    word-break: break-word;
    box-shadow: 0 6px 7px 0 rgb(0 0 0 / 24%)
}

.datebox div p:first-child {
    border-radius: 20px 20px 0 0
}

.datebox div p:last-child {
    font-size: 20px;
    background-color: #dae6de;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px
}

.tab-ui li .nav-link {
    user-select: none;
    border-radius: 0;
    background-color: #c8d0cb;
    border: 1px solid #b9b8b8;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.tab-ui li .nav-link.active {
    background-color: #35659a;
    border: 1px solid #35659a
}

.blue-text {
    color: #204f84
}

.light-box {
    background-color: #f7f7f7
}

.border-btm {
    border-bottom: 2px #204f84 solid
}

.border-lft {
    border-left: 2px #204f84 solid
}

.yellow-box {
    background-color: #fffcdb
}

.font20 {
    font-size: 20px
}

.cursor-pointer {
    cursor: pointer
}

.ad-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.word-break {
    word-break: break-all
}

.fraction {
    display: inline-block
}

.fraction::before {
    border-bottom: 1px solid #000;
    content: attr(top);
    display: block;
    text-align: center;
    line-height: 1.6em
}

.fraction::after {
    content: attr(bottom);
    display: block;
    text-align: center;
    line-height: 1.6em
}

.dropdownList{
    min-width: auto
}

.fs-16{
    font-size: 16px
}

/* box styles */
.content_higlight{
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    /* border-radius: 10px; */
    /* box-shadow: 8px 8px 0 0 #F6F5F4; */
    padding: 10px 10px 0px;
    margin-bottom: 20px !important
}
/* box styles */