/* Theme Name: rdx-gp-theme
Theme URI: https://www.randox.com/
Author: Webstars
Author URI: https://automattic.com/
Description: Randox Blank Theame
Version: 1.7
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

html, body{
    font-family: 'Roboto', sans-serif!important;
}

.powered-by-bookly{
	display:none!important;
}

.hp-icon img{
	height: 200px!important;
}

.gc-ac img {
	width: 100%;
	max-width: 350px !important;
	height:auto;
}

.svg-hp-img img {
    height:130px;
    width:auto;
}

.btn-rounded {
    border-radius:5px!important;
}

@media (min-width: 1400px){
    .container{
        max-width: 1520px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1340px;
    }
}

.container{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


.center-text {
    text-align:center!important;
}

.rdx-red-dot {
    color:#da2128!important;
    font-size:131.2px!important;
    font-size:8.2rem!important;
    line-height:0;
}

.py-2 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.p-5{
    padding: 3rem!important;
}

.pt-5{
    padding-top: 5rem!important;
}

.bg-green{
    background-color: #0172BB!important;
    color:#fff!important;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.navul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

.navli {
    float: left;
}

.mobile-toggle {
    display: none;
}

.book-clinic-btn{
    text-align: left!important;
}

.book-portal-btn{
    text-align: right!important;
}

@media (max-width: 768px) { 
    .navul {
        float: none!important;
        display: grid!important;
    }

    .navli {
        float:unset!important;
        text-align: center!important;
    }

    .mobile-toggle {
        float: right;
        display: block;
        font-size: 3.3rem;
    }

    #collasp-nav{
        display: none;
    }

    .book-clinic-btn, .book-portal-btn{
        margin-top: 05px!important;
        text-align: center!important;
    }
}

.navli a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navli a:hover:not(.active) {
    color:#fff;
}

.navli a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
 }
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    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;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color:#333!important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.rdx-btn-red {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 5px;
    border-radius: 5px;
}

a.rdx-btn-red:hover{
    color:#fff!important;
    text-decoration: none!important;
    cursor: pointer!important;
}

.all-uppercase{
    text-transform: uppercase;
}

/* .footer-nav {
    padding-bottom: 15px!important;
} */

.footer-nav .tf-title {
    font-size: 1.7rem!important;
}

.footer-sub-nav {
    border-top:1px solid #313131;
}

.footer-sub-nav .nav-link {
    padding:0px 15px 0px 0px;
}

.footer-sub-nav a, .footer-sitemap  a {
    color:#b3b3b3;
    text-decoration: none;
}

.footer-sub-nav a:hover, .footer-sitemap  a:hover {
    color:#088572;
    text-decoration: none;
}

.footer-nav .fa {
    padding: 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 10px 0;
    color: #fff;
    background: #0172BB;
}


.list-unstyled-sm {
    list-style-type: none;
    margin:0px;
    padding:6px 0px 0px 0px;
    opacity:0.8;
}


@media (max-width: 768px) { 
    .footer-nav, .footer-sub-nav, .footer-sub-nav .nav, .footer-sitemap {
        text-align:center;
        justify-content:center;
    }
 }

.foot-close{
    border:0;
    background-color: transparent;
}

.footer-nav .email{
    background: #fff;
    max-width: 800px;
    width: 80%;
    padding: 10px!important;
    /* border-radius: 50px; */
    /* text-align:center; */
    margin-bottom: 30px;
    border: 3px solid #0172BB!important;
}

.email:focus{
    border: 3px solid #0172BB!important;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.email::placeholder {
    color: #0172BB;
}

#mc-embedded-subscribe[type="submit"]{
    background: #0172BB!important;
    border-radius: 0;
    padding: 5px 10px;
    min-width: 50px;
    font-size: 16px;
    color: #fff!important;
    cursor: pointer!important;
    font-weight: 600;
}


@media only screen and (max-width: 425px) {
    .email{
        padding: 5px!important;
        width:100%!important;
    }

    #mc-embedded-subscribe[type="submit"]{
        padding: 5px;
    }
}

.rdx-green-background{
    background-color:#0172BB!important;
    padding: 10px 50px!important;
    border-bottom-width: 10px !important;
    border-top-style: solid !important;
    border-bottom-color: #d5e4e2 !important;
    border-bottom-style: solid !important;
    color:#fff!important;
}

.bg-dark {
    background-color: #212529!important;
    color:#fff!important;
}

.bg-dark a{
    color:#fff;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background-color: #66a1ff;
}

/* CART STYLING BEGINS */

a.checkout-button.button.alt.wc-forward.wp-element-button {
    background-color: #0172BB;
}

.product-name a {
    font-weight: 700;
    font-size: 1.7rem;
    color: #0172BB;
    text-decoration: none;
}

.order-again a {
    color: #ffffff;
    /* font-weight: 700; */
    padding: 10px 20px;
    background-color: #0172BB;
}

#repeat-order a:hover {color:#ffffff;}

/* CART STYLING ENDS */

/* STYLING FOR CHECKOUT STARTS */
.woocommerce .col2-set .col-1{
    float: left;
    width: 100%;
}

.checkout-row{
    max-width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 25px;
}

@media screen and (max-width: 970px) {
    .checkout-row {
            display: block;
            grid-template-columns: 1fr 100%;
            gap: 15px;
    }

    .woocommerce-shipping-fields__field-wrapper {
            margin-bottom: 20px;
    }
}

.checkout-container{
    max-width: 80%;
    margin: auto;
}

.checkout-container, .woocommerce{
    margin-top:20px;
    margin-bottom: 30px;
}

.woocommerce-billing-fields input, .woocommerce-shipping-fields input {
    padding: 8px;
}

button#place_order {
    margin-top: 15px;
}

.checkout_coupon button {
    background-color: #0172BB!important;
    color:#fff!important;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float:none;
    width:auto;
}

.shipping_address{
    margin-top:10px;
}

.woocommerce-billing-fields__field-wrapper {
    margin-bottom: 25px;
}

.place-order button {
    background-color: #0172BB!important;
}

.woocommerce-NoticeGroup {
    width: 75%;
    margin: 10px auto;
}

/* STYLING FOR CHECKOUT ENDS */

/* STYLING FOR THANK YOU PAGE */
.woocommerce-thankyou-order-received{
    background-color:#89CFF0;
}

.woocommerce-thankyou-order-received {
    background-color: #89CFF0;
    padding: 15px 30px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.woocommerce-table--order-details .product-total, .woocommerce-table--order-details tfoot {
    display: none;
}

.container-thankyou{
    width: 100%;
    height: 100%;
}

.grid-thankyou {
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 15px;
}
/* STYLING FOR THANK YOU PAGE ENDS */

