/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans-v17-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Regular"), local("OpenSans-Regular"),
        url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/open-sans-v17-latin-regular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-v17-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
        url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/open-sans-v17-latin-700.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

body {
    padding-top: 66.5px;
    /*height of fixed header*/
    font-family: "Open Sans";
    font-weight: 400;
    color: #202020;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.tnav {
    background-color: #fff;
    box-shadow: 2px 3.464px 18px 0px rgba(32, 32, 32, 0.1);
    padding: 6px 1rem !important;
}

.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(32, 32, 32)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: #03506c;
    letter-spacing: -1px;
}

.navbar-brand:hover {
    color: #03506c;
}

.navbar-brand span {
    color: #ffbf31 !important;
}

.navbar-brand sup {
    font-size: 14px;
    top: -1em;
}

.tnav .navbar-nav .nav-item>.nav-link {
    font-size: 15px;
    color: #202020;
    transition: color 0.3s linear;
}

.tnav .navbar-nav .nav-item.active>.nav-link,
.tnav .navbar-nav .nav-item>.nav-link:hover {
    color: #ffbf31;
}

.tnav .navbar-nav .nav-item.active>.nav-link {
    font-weight: 700;
}

@media (min-width: 768px) {
    .tnav .navbar-nav>.nav-item {
        margin-left: 5px;
    }

    .tnav .navbar-nav>.nav-item:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tnav .navbar-nav>.nav-item {
        border-top: 1px solid rgba(32, 32, 32, 0.12);
    }

    .tnav .navbar-nav>.nav-item:first-child {
        border-top: none;
    }
}

.tp-banner {
    position: relative;
    background-color: #fff;
    min-height: 475px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 100px;
}

.tp-banner-wave1,
.tp-banner-wave2 {
    width: 100%;
    position: absolute;
    left: 0;
}

.ie10 .tp-banner-wave1,
.ie11 .tp-banner-wave1,
.ie10 .tp-banner-wave2,
.ie11 .tp-banner-wave2 {
    height: 227px;
    /*height is needed for IE*/
}

.tp-banner-wave1 {
    bottom: 0;
}

.tp-banner-wave2 {
    bottom: -8px;
}

.banner-head {
    font-size: 42px;
    font-weight: 700;
}

.banner-head span {
    color: #ffbf31;
}

.banner-txt {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
}

.banner-pic {
    text-align: right;
}

.calc-sec {
    padding-top: 50px;
}

.calc-sec-head {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
}

.calc-sec-head span {
    color: #0097e6;
}

.calc-sec-link {
    font-size: 20px;
    color: #202020;
    transition: color 200ms linear 0s;
}

.calc-sec-link img {
    transition: margin-left 200ms linear 0s;
}

.calc-sec-link:hover {
    color: #0097e6;
}

.calc-sec-link:hover img {
    margin-left: 5px;
}

.sec-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-head {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 42px;
    font-weight: 700;
    border-bottom: 1px solid #0097e6;
}

.sec-txt {
    font-size: 16px;
    line-height: 26px;
}

.sec-link {
    padding: 10px 14px;
    background-image: linear-gradient(29deg,
            rgb(0, 151, 230) 0%,
            rgb(94, 202, 239) 100%);
    box-shadow: 2px 3.464px 16px 0px rgba(0, 151, 230, 0.4);
    border: none;
    border-radius: 10px;
    color: #fff;
}

.sec-link:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .sec-pad {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.tfoot {
    padding: 20px 0;
    background-color: #202020;
    color: #fff;
}

.ft-left {
    float: left;
}

.ft-left .navbar-brand {
    color: #fff;
    padding: 0;
    margin: 0;
}

.copy-txt {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.ft-right {
    float: right;
    margin-top: 28px;
}

.ft-right ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -5px;
}

.ft-right ul li {
    display: inline-block;
    margin-left: 5px;
}

.ft-right ul li a {
    display: block;
    width: 30px;
    height: 29px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: all 200ms linear 0s;
}

.ft-right ul li a.fb {
    background-image: url("../images/fb-icon.png");
}

.ft-right ul li a.fb:hover {
    background-image: url("../images/fb-icon-a.png");
}

.ft-right ul li a.in {
    background-image: url("../images/in-icon.png");
}

.ft-right ul li a.in:hover {
    background-image: url("../images/in-icon-a.png");
}

@media (max-width: 480px) {

    .ft-left,
    .ft-right {
        float: none;
    }

    .ft-right {
        margin-top: 15px;
    }
}

@media (max-width: 420px) {

    .banner-head,
    .calc-sec-head,
    .sec-head {
        font-size: 32px;
    }
}


/* menu */

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    margin: 0 3px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    opacity: 0.8;
}

.social-icons svg {
    width: 20px;
    height: 20px;
    fill: #333;
}


.fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-loader.hidden {
    display: none;
}

#scrollTopBtn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.grecaptcha-badge {
    transform: scale(0.8);
    transform-origin: bottom right;
    right: -150px !important;
    bottom: 30px !important;
}

.grecaptcha-badge:hover {
    right: 0px !important;
}


.banner-ad {
    width: 100%;
    max-width: 728px;
    height: 90px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    border: 1px solid #ccc;
}

.small-ad {
    width: 100%;
    /* max-width: 300px; */
    height: 250px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    border: 1px solid #ccc;
}

#readArticle {
    height: 90vh;
    overflow: hidden;
    transition: height 0.3s ease;
}

#readArticle.expanded {
    height: auto;
}

@media (min-width: 576px) {
    #toggleBtn {
        width: auto !important;
    }
}

article {
    font-size: 16px;
}

article p {
    text-align: justify;
}

article ul {
    padding-left: 1.5rem !important;
}

article h2 {
    margin-top: 30px;
    font-size: 24px;
}

article h3 {
    font-size: 18px;
}

/* .imgbnr {
    width: 100%;
    height: 45vw !important;
    max-height: 300px !important;
    object-fit: cover;
} */

article th,
article td {
    padding: 7px;
}

article #faq h4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
}

article .text-muted {
    font-size: 14px;
}

article [id] {
    scroll-margin-top: 100px;
}

.imgbnr-wrapper {
    height: 45vw;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse at bottom right,
            #4682b4,
            #87cefa,
            #87cefa,
            #4682b4);
}

.imgbnr {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.blogTitle {
    font-size: 36px;
}

.modal-bottom {
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    pointer-events: none;
    min-width: 100% !important;
    transform: none !important;
}

.modal.modal-bottom .modal-content {
    border-radius: 0;
    pointer-events: auto;
}

.accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border: none;
    outline: none;
    text-align: left;
}

.accordion-toggle h6 {
    margin: 0;
    flex: 1;
}

.accordion-icon {
    transition: transform 0.5s ease;
    margin-right: 1rem;
}

.accordion-icon.rotate {
    transform: rotate(135deg);
}

.custom-switch {
    margin-left: auto;
    padding-right: .5rem;
}

#accordionConsent .card-header {
    display: flex;
    align-items: center;
}

body.modal-open {
    overflow: auto;
    /* Activate scrolling when modal is open */
}

.corner-li a {
    color: #9b9b9b !important;
    font-weight: 600 !important;
    padding: 13px 20px;
    font-size: 14px;
}

.corner-li a.active,
.corner-li a:hover {
    color: #03506c !important;
    font-size: 15px;
}

.ad-column {
    position: sticky;
    top: 67px;
    /* height: 100vh !important; */
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #dee2e6;
        /* Same as Bootstrap's default border color */
    }
}