body,
html {
    color: #002D50;
    font-family: ProximaNovaRegular;
}

input:focus,
select:focus,
input:visited,
select:visited {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;

}

a,
:visited {
    outline: 0 !important;
    outline: none !important;
}

:hover,
:active,
:focus {
    outline: 0 !important;
    outline: none !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

header {
    background-color: #002D50;
}

.container {
    max-width: 100% !important;
}

#navbar_top {
    height: 80px;
    color: #ffffff;
    font-size: 14px;
}

#navbar_top a, #navbar_top button.get_in_touch {
    color: #01d7d5;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
}

.sidebar {
    display: block;
    overflow-y: visible;
    min-height: 500px;
    width: 100%;

}

.main {
    min-height: calc(100vh - 80px);
    background-color: #f3f4f8;
    width: 100%;
    margin-left: 0;
    overflow-y: auto;
}

.top_content {
    margin-top: 30px;
}

.top_content .h2_container {
    align-self: end;
}

.top_content h2 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 10vw;
    line-height: 1;
}

.top_content p {
    line-height: 1.5;
    color: #666666;
}

.top_content a {
    text-decoration: none;
    font-size: 16px;
    color: #319fe3;
    font-weight: bold;
}

.seperator {
    width: 100%;
    height: 5px;
    background: #01d7d5;
    margin: 10px 0 40px;
}

.bi-exclamation-circle-fill {
    color: #319fe3;
}

.bi-x-circle-fill {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #3bc392;
}

.bi-exclamation-circle-fill.hover {
    position: absolute;
    color: #3bc392;
    top: 5px;
    left: 10px;
    pointer-events: none;
}

.form-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

#product_filter input.form-control,
#product_filter select.form-control {
    border: 1px solid #ccc !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f3f4f8;
    height: 50px;
    padding: 12px 16px;
}

#product_filter input.form-control:hover,
#product_filter select.form-control:hover,
#product_filter input.form-control:focus,
#product_filter select.form-control:focus {
    border: 1px solid #3bc392 !important;
    background: #fff;
}

.filter_contaier .col_filter {
    position: relative;
}

.tooltip_container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f3f4f8;
    border-radius: 5px;
    padding: 25px 20px;
    z-index: 99;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    /*    margin: 10px;*/
}

.tooltip_container h3 {
    font-size: 16px;
}

.tooltip_container p {
    margin-bottom: 0;
}

.bi-exclamation-circle-fill:hover .tooltip_container {
    display: block;
}

.filter_submit {
    background-color: #01d7d5;
    border-color: #01d7d5;
    color: #002D50;
    padding: 13px 32px;
    margin-top: 32px;
    margin-bottom: 32px;
    height: 50px;
}

.filter_submit:hover,
.filter_submit:active,
.filter_submit:focus {
    background-color: #3bc392 !important;
    border-color: #3bc392 !important;
    color: #002D50 !important;
}

footer {
    height: 48px;
    color: #666666;
    font-size: 14px;
    padding-top: 16px;
}

.page-header {
    text-align: center;
    padding-top: 10px;
}

.page-header h3 {
    display: inline-block;
    border-bottom: 4px solid #01d7d5;
    padding: 14px 0 8px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.results_container {
    padding: 15px 0;
    margin: 0 12px;

}

.package_header {
    font-family: "Bebas Neue", Sans-serif;
    text-transform: uppercase;
    color: #005F8B;
    background: #CDD0DB;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.each_product {
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 8px;
}

.product_image {
    width: 100%;
    background: #f3f4f8;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.product_image img {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.product_det_continer {
    width: 100%;
    float: left;
}

.product_head {
    position: relative;
    background: #f3f4f8;
    padding: 8px 10px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
}

.product_head .tooltip_container {
    top: 11px;
    left: 0px;
}

.product_name {
    font-family: ProximaNovaBold;
    font-size: 16px;
    float: left;
    padding-top: 6px;
    line-height: 26px;
}

.product_icons {
    float: right;
}

.product_icons a {
    display: inline-block;
    padding-right: 5px;
}

.product_icons a {
    border: 1px solid #01d7d5;
    border-radius: 5px;
    text-align: center;
    padding: 3px 6px;
    margin-left: 5px;
}

.product_icons a:hover {
    background: #01d7d5;
}

.product_details .each_det {
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #cccccc;
}

.det_name {
    width: 39%;
    float: left;
    font-weight: bold;
}

.det_value {
    width: 61%;
    float: left;
}

.product_details .each_det:last-child {
    border: none;
}

.each_package {
    margin-bottom: 24px;
}

.button_container {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9999;
    /* margin-bottom: 120px; */
    /* padding-top: 13px; */
}

.button_container button,
.button_container button:hover,
.button_container button:focus, .button_container button:active {
    background: #01d7d5;
    width: 45%;
    margin: 0 10px;
    padding: 10px 0;
}
/* .button_container button.csa_button {
    background: #519edd;
} */


.button_container button:hover, .button_container button:active{
    background: #3bc392;
}

.footer {
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
}

.hover_table {
    width: 100%;
}

.hover_table td {
    border: 1px solid black;
    padding: 2px 10px;
}

.hover_table td:first-child {
    width: 90px;
}

.form-label {
    margin-bottom: 5px;
}


.ck-button {
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
    width: 49.2%;
    padding-right: 0;
    padding-left: 0;
}


.ck-button label {
    float: left;
    width: 100%;
}

.ck-button label span {
    text-align: center;
    padding: 12px 0px;
    display: block;
    height: 100%;
}

.ck-button label:hover span {
    background-color: #3bc392;
    color: #fff;
}

.ck-button label input {
    position: absolute;
    visibility: hidden;
}

.ck-button input:checked+span {
    background-color: #3bc392;
    color: #fff;
}

.initial_text {
    padding-top: 35%;
    text-align: center;
    width: 100%;
}

.display-none {
    display: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    opacity: .8;
    transition: all 0.5s;
}


.lds-dual-ring {
    display: inline-block;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 15% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.info_text {
    font-family: ProximaNovaBold;
    padding: 20px;
    font-weight: 500;
    background: #fff;
    line-height: 24px;

}

.desclaimer_link {
    text-decoration: none;
    font-weight: bold;
    color: #319fe3;
}

#desclimer_text {
    margin-bottom: 140px;
}

#desclimer_text p {
    padding: 10px 60px;
    color: #616263;
    font-size: 16px;
    line-height: 1.5;
}

.top_content_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.top_content_text p {
    margin-bottom: 0;
}

.csk_button_container {
    display: flex;
    justify-content: space-between;
}
.modal {
    z-index: 9999;
}

/*.header_text {
    text-align: right!important;
    width: 100%!important;
}*/
@media only screen and (max-width: 420px) {
    .header_text {
        text-align: right !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 460px) {
    .ck-button {
        width: 100%;
    }

    .csk_button_container {
        flex-direction: column;
    }

    .esp_button {
        margin-bottom: 10px;
    }

    .tooltip_container {
        left: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .product_image {
        width: 35%;
        margin: 0;
    }

    .product_det_continer {
        width: 64%;
        margin-left: 1%;
    }

    .sidebar .tooltip_container {
        width: 500px;
        padding: 25px 20px;
    }
    
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .sidebar .tooltip_container.even {
        left: unset;
        right: 0;
    }

    .sidebar .tooltip_container.even .bi-exclamation-circle-fill.hover {
        left: unset;
        right: 12px;
    }
    .button_container {
        text-align: center;
    }
    .button_container button, .button_container button:hover, .button_container button:focus, .button_container button:active{
        width: 94%;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 768px) and (max-width:1100px) {
    .ck-button {
        width: 100%;
    }

    .csk_button_container {
        flex-direction: column;
    }

    .esp_button {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar {
        width: 39%;
        float: left;
        position: relative;
    }

    .main {
        width: 61%;
        float: left;
        height: 1191.14px;
    }

    .button_container {
        position: fixed;
    }

    .sidebar .tooltip_container {
        width: 600px;
    }

    .top_content h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .top_content {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar {
        width: 40%;
        padding: 0 48px;
    }

    .col-lg-6 {
        padding-right: 4px;
        padding-left: 4px;
    }

    .main {
        width: 60%;
        float: left;
    }

    /* .button_container {
        right: -115%;
        position: absolute;
    } */

    .csk_button_container {
        margin-left: -8px;
        margin-right: -8px;
    }

}

@media only screen and (min-width: 1100px) {
    .product_details .each_det {
        width: 48%;
        margin-right: 2%;
    }

    .product_image {
        width: 25%;
    }

    .product_det_continer {
        width: 74%;
        margin-left: 1%;
    }

    .sidebar .tooltip_container {
        width: 800px;
    }
}

@media only screen and (max-width:1300px) {
    .top_content h2 {
        font-size: 4.5vw;
    }
}

@media only screen and (max-width:992px) {
    .top_content h2 {
        font-size: 9vw;
    }
}

@media only screen and (max-width:479px) {
    .top_content h2 {
        font-size: 14vw;
    }
    .button_container {
        text-align: center;
    }
    .button_container button, .button_container button:hover, .button_container button:focus, .button_container button:active{
        width: 94%;
        margin-bottom: 15px;
    }

}