* {
    padding: 0;
    margin: 0;
    outline: none;
    color: #3e4756;
}

@font-face {
    font-family: 'Moderat-Bold';
    src: url('font/Moderat-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal; 
}

@font-face {
    font-family: 'Moderat-Light'; 
    src: url('font/Moderat-Light.ttf') format('truetype'); 
    font-weight: 300; 
    font-style: normal; 
}
.product-info-img{
    height: 25%;
    width: 32%;
}
.product-info-div{
    border-radius: 20px;
    background-color: #c5cbd6;
}
.product-info hr{
    color : white;
}
.product-info .row.below{
    padding: 20px 0 15px;
    border-top : 1px solid #fff;
}
:root {
    --MB: 'Moderat-Bold'; 
    --ML: 'Moderat-Light'; 
}

.product-img-ultra{
    position: absolute;
    bottom: 0;
    right: 3%;
    height: 69%;
    width: 27%;
}
.product-img-lx {
    position: absolute;
    bottom: -190px;
    right: 7%;
    /* height: 69%; */
    width: 20%;
}

.product-img-m {
    position: absolute;
    bottom: 0;
    right: 8%;
    height: 55%;
    width: 32%;
}
.product-img-s{
    position: absolute;
    bottom: -4%;
    right: -2%;
    height: 69%;
    width: 50%;
}
.product-img-monoray {
    position: absolute;
    bottom: -20%;
    right: 2%;
    height: 76%;
    width: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--MB); 
}

a {
    text-decoration: none;
}
p{
    font-family: var(--ML);
    font-size: 20px;
}
/* Nav */
.navbar-brand img{
    width: 175px;
}
.navbar-toggler{
    border: none !important;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.navbar .nav-item .nav-link {
    color: #3e4756 !important;
    font-family: var(--MB); 
    padding: 0 20px;
}
.navbar .nav-item{
    padding: 0 20px;
}
.navbar-nav .dropdown-menu {
    /* border: 2px solid #0072bb; */
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: 0px 0px 13px 0px #0000003d;
    margin-top: 30px;
}
.navbar-nav .dropdown-menu::after{
    position: absolute;
    content: '';
    top: -30px;
    width: 100%;
    height: 30px;
    /* background-color: #000; */
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #0072bb;
    color: #fff;
}
.dropdown-menu li a{
    border-bottom: 1px solid #0072bb;
    padding: 15px;
    transition: 0.6s;
}
.banner{
    position: relative;
}
.banner .content{
    position: absolute;
    top: 15%;
    left: 10%;
}

.banner .content span{
    background: #0072bb;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-family: var(--MB);
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50px;
}
.banner .content h1{
    font-size: 72px;
}
.banner .content p{
    font-size: 24px;
    font-family: var(--MB);
}
.banner .shape{
    position: absolute;
    top: 4.5%;
    right: 4.5%;
}
.banner .product-img{
    position: absolute;
    bottom: -80px;
    right: 10%;
}

.intro{
    font-size: 30px;
    line-height: 36px;
    font-family: var(--ML);
}

.section-three h2{
    font-size: 48px;
}
.section-three ul li{
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    font-family: var(--ML);
    list-style: none;
}
.section-three ul li::before {
    position: absolute;
    content: '';
    background-image: url(img/icons8-chevron-right-30.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--ML);
    left: -30px;
    top: 8px;
}

.product-info{
    background: #0072bb;
    border-radius: 25px;
}

.product-info .content{
    padding: 80px;
}
.product-info .content h2, 
.product-info .content .h4,
.product-info .content ul li,
.product-info .content p, tr{
    color: #fff;
}
.product-info .content .h4{
    font-size : 24px;
}
.product-info .content ul li,
.product-info .content p{
    font-family: var(--ML);
    font-size: 20px;
    list-style: none;
}
.table{
    background-color: unset;
}

.product-info .content .col-md-4 ul{
   padding: 0;
}
.product-info .content .col-md-4 ul li{
    padding: 20px 0 15px;
    list-style: none;
    border-bottom: 1px solid #fff;
}
.product-info .content .col-md-4 ul.custom-ul li:last-child{
    border-bottom: unset;
}
hr.text-white{
    color: #fff !important;
    opacity: 1;
}

table, th, td {
    border: 2px solid rgb(255, 255, 255);
    border-collapse: collapse;
    color : white !important;
    
}
.product-img-ssv {
    position: absolute;
    bottom: -100px;
    right: 10%;
    height: 50%;
}

.table>:not(caption)>*>*{
    background-color: unset !important;
}

.product-info .content .col-md-4 ul li:nth-child(1){
    padding: 0px 0 15px;
}
.product-info .content .ul li{
    position: relative;
    padding-bottom: 20px;
    list-style: none;
}

.product-info .content .ul li::before {
    position: absolute;
    content: '';
    background-image: url(img/icons8_chevron_left.png);
    width: 10px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--ML);
    left: -25px;
    top: 8px;
}
.form-control:focus{
    box-shadow: none !important;
}
input.form-control{
    height: 55px;
    border-width: 2px !important;
}
::placeholder {
    color: rgb(180, 180, 180) !important;
}
.btn-submit{
    background: #0072bb !important;
    color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    display: inline-block !important;
    font-family: var(--MB);
    text-decoration: none;
}


@media only screen and (max-width: 600px){
    .navbar-brand img{
        width: 130px;
    }
    .banner .content span{
        padding: 10px 24px !important;
        font-size: 15px;
    }
    .banner .content {
        top: 20%;
        left: 6%;
        right: 5%;
    }
    .banner .content h1 {
        font-size: 33px;
    }
    .banner .content p {
        font-size: 17px;
    }
    .banner .shape {
        position: absolute;
        top: 1.5%;
        right: 4.5%;
    }
    .banner .shape img{
        width: 80px;
    }
    .banner .product-img {
        bottom: -40px;
        right: 5%;
        left: 5%;
    }
    .intro {
        font-size: 23px;
        line-height: 30px;
    }
    .section-three h2 {
        font-size: 40px;
        margin-bottom: 58px;
    }
    .section-three ul li {
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .section-three ul li::before {
        width: 15px;
        height: 15px;
        left: -24px;
        top: 6px;
    }
    .product-info .content {
        padding: 30px;
    }
    .navbar .nav-item {
        padding: 0;
        border-bottom: 1px solid #0072bb;
    }
    .navbar .nav-item .nav-link{
        padding: 20px 10px ;
        border-bottom: 1px solid;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1000px){
    .banner .content h1 {
        font-size: 60px;
    }
    .banner .content {
        top: 13%;
        left: 8%;
    }
    .navbar .nav-item {
        padding: 0 15px;
    }
}