@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.reg-section {
    font-family: 'Barlow', sans-serif;
    min-height: 100vh;
    padding: 5% 5%;
    width: 100%;
    max-width: inherit;
}

footer {
    position: fixed;
    bottom: 7%;
    width: 100%;
    padding-left: 16px;
    font-family: 'Barlow', sans-serif;
}

.custom-reg {
    background-color: #213625;
}

.main-content {
    margin-top: 8%;
}

.main-content h3 {
    padding-left: 15px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.left-content h3 {
    font-size: 24px;
    line-height: 34px;
}
.right-content h3 {
    font-size: 22px;
    line-height: 30px;
}
.right-content h3 a{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.right-content h3 a:hover{
   color: #fff;
}
li.nav-item {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}
a.navbar-brand img {
    width: 300px;
}
.text-dec {
    text-decoration: underline;
}
/**********************privacy-page-css*********************************/
.custom-reg.privacy-sec {
    background-color: #fff;
}
.privacy-sec p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 8px;
    padding-right: 35px;
}
.privacy-sec h5 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}
.privacy-sec .reg-section {
    padding: 0% 5%;
}
/*******************Responsive media query***************************/
@media screen and (max-width: 1024px) {
    footer {
        bottom: 2%;
    }
    .left-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .right-content h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .left-content h3 {
        font-size: 25px;
        margin-top: 10%;
        line-height: 29px;
    }
    .right-content h3 {
        font-size: 21px;
        margin-top: 21%;
        line-height: 25px;
    }
    ul.navbar-nav.ml-auto {
        display: none;
    }
    footer {
        bottom: unset;
        position: relative;
        padding-top: 10%;
    }
    h5.mobile-item {
        font-size: 20px;
        margin-top: 32%;
    }
    a.navbar-brand img {
        width: 100%;
        max-width: 236px;
    }
	/**Privacy **/
	.privacy-sec p {
        padding-right: 0px;
    }
    .privacy-sec .reg-section {
        padding: 5% 5%;
    }
}


@media screen and (max-width: 479px) {
.left-content h3 {
    font-size: 20px;
    margin-top: 8%;
    line-height: 26px;
}
.right-content h3 {
    font-size: 20px;
    margin-top: 16%;
    line-height: 25px;
}
.right-content h3 a{
    font-size: 20px;   
}
h5.mobile-item {
    font-size: 18px;
    margin-top: 17%;
}
}