body {
    position: relative;
}

.dropdown-item:hover {
    background-color: #ff8c00;
    color: #ffffff;
}
.scrolltop {
    position: fixed;
    right: 5px;
    bottom: 10px;
    text-decoration: none;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 80.25%; /*Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    margin-top: 25px;
}
.iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.alert {
    padding: 20px;
    background-color: #90ee90; /* Light Green */
    color: #000000;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: #000000;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff
        url("https://media.giphy.com/media/kUTME7ABmhYg5J3psM/giphy.gif")
        no-repeat center;
    z-index: 9999;
}
.bigicon {
    font-size: 35px;
    color: #36a0ff;
}

ul li a:link {
    text-decoration: none;
}
ul li a:hover {
    color: black;
}

.nav-link {
    color: #fff;
}
.nav-link:hover {
    background-color: #ff8c00; /*#1e90ff*-Dodger blue*/
    border-radius: 5px;
}

.nav-link.active {
    border-radius: 5px;
    background-color: aqua;
}

.shadow {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.repair-purchase {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
@media (min-width: 1200px) {
    .logo {
        height: 35px;
        width: 50px;
    }
    .imp-thing {
        font-size: 40px;
    }
    .time-money {
        font-size: 35px;
    }

    .after-sales-head {
        font-size: 50px;
    }
    .after-sales-para {
        font-size: 25px;
    }

    .card-image-size {
        width: auto;
        height: 150px;
        border-bottom: 1px solid black;
        border-top-left-radius: 5px;
    }
    .zoom:hover {
        transform: scale(
            1.12
        ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .modal-card-image {
        width: auto;
        height: 250px;
    }
    .gas-cutter-last-row-first {
        margin-left: 22px;
    }
    .gas-cutter-last-row {
        margin-left: 45px;
    }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .logo {
        height: 30px;
        width: 40px;
    }
    .imp-thing {
        font-size: 21px;
    }
    .imp-thing-2 {
        font-size: 21px;
    }
    .time-money {
        font-size: 28px;
    }
    .mobile-margin {
        margin-left: 30px;
        margin-right: 30px;
    }
    .mobile-margin-repair-purchase {
        margin-left: 45px;
        margin-right: 45px;
    }
    .mobile-contact {
        text-align: center;
    }
    .repair-heading {
        font-size: 18px;
    }
    .hesitate {
        font-size: 20px;
    }
    .parameters {
        text-align: center;
    }

    .brands {
        text-align: center;
    }

    .after-sales-head {
        font-size: 35px;
    }

    .after-sales-para {
        font-size: 18px;
    }

    .after-sales-subhead {
        font-size: 25px;
    }

    .card-image-size {
        width: auto;
        height: 150px;
        border-bottom: 1px solid black;
    }

    .zoom:hover {
        transform: scale(
            1.08
        ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .modal-card-image {
        width: auto;
        height: 150px;
    }

    .gas-cutter-last-row-first {
        margin-left: 18px;
    }
    .gas-cutter-last-row {
        margin-left: 20px;
    }
}
