body {
    padding: 0% 2%;
    background-color: rgb(91, 131, 241);
}

.swiper-container {
    height: fit-content;
    width: 100%;
}

.slide-img {
    width: 100%;
}

.nav-item {
    width: 16.66%;
    text-align: center;
    background-image: linear-gradient(to bottom right, rgb(55, 85, 255), rgb(55, 85, 255));
}

.nav-link {
    color: white;
}

.head {
    text-align: center;
}

.ig {
    padding: 3%;
}

.header {
    background-color: white;
}

.drop {
    width: 100%;
    text-align: center;
}

.brochure {
    padding-top: 1px;
    text-align: center;
}

.navbar {
    font-size: 18px;
    background-image: linear-gradient(260deg, #2b5977 0%, #2b5977 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

.main-nav {
    list-style-type: none;
    display: none;
}

.nav-links,
.logo {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.main-nav li {
    text-align: center;
    margin: 15px auto;
}

.logo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

#chkToggle {
    display: none;
}

#chkToggle:checked+ul.main-nav {
    display: block;
}

@media screen and (min-width: 768px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        height: 70px;
        align-items: center;
    }
    #chkToggle:checked+ul.main-nav {
        display: flex;
    }
    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
    }
    .main-nav li {
        margin: 0;
    }
    .nav-links {
        margin-left: 40px;
    }
    .logo {
        margin-top: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .logo:hover,
    .nav-links:hover {
        color: rgba(255, 255, 255, 1);
    }
    .nav-links:visited {
        color: rgba(255, 255, 255, 1);
    }
    .nav-links:active {
        color: rgba(255, 255, 255, 1);
    }
}

.vl {
    border-left: 6px solid rgb(84, 45, 255);
    height: 280px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
}

.bor {
    border: 1px solid rgb(70, 198, 248);
    background-color: rgb(91, 131, 241);
    border-radius: 2%;
}

.bor:hover {
    border: 1px solid rgb(67, 238, 44);
    background-color: rgb(211, 211, 216);
}

.indiv {
    border: 20px solid rgb(91, 131, 241);
}

.swiper-slide {
    background-size: 1px;
}

.mainslider {
    height: 400px
}

.simple-slider {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: 0px;
}

#drop1 {
    color: rgba(255, 255, 255, 0.7);
}

#drop1:hover {
    color: rgba(255, 255, 255, 0.986);
}

.sp {
    color: red;
}

.tc1 {
    color: rgb(37, 37, 160);
    text-align: justify;
    padding: 10px;
}

.tc3 {
    color: rgb(37, 37, 160);
    text-align: justify;
    padding: 20px;
}

.tc4 {
    color: black;
    text-align: justify;
    padding: 20px;
}

.tc2 {
    text-align: right;
    padding-right: 200px;
}

.boxgreen {
    background-color: greenyellow;
}

.boxorange {
    background-color: orange;
}

.boxblue {
    background-color: lightblue;
}

.footer-basic {
    background-color: lightgray;
}

.imgg {
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    width: 300px;
}

.imgg:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

.tg {
    border-collapse: collapse;
    border-color: #9ABAD9;
    border-spacing: 0;
}

.tg td {
    background-color: #EBF5FF;
    border-color: #9ABAD9;
    border-style: solid;
    border-width: 1px;
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    background-color: #409cff;
    border-color: #9ABAD9;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-baqh {
    text-align: center;
    vertical-align: top
}

.tg .tg-w747 {
    background-color: #dae8fc;
    text-align: left;
    vertical-align: top
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top
}

.tg .tg-d53b {
    background-color: #dae8fc;
    text-align: center;
    vertical-align: top
}

.product-dropdown {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.product-dropdown:hover {
    background-color: lightblue;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 6s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}