* {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

p {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 10px;
}

a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cacdd0d9;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #cacdd0d9;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #cacdd0d9;
}

body {
    font-family: 'Roboto', sans-serif;
    max-width: 2540px;
    margin: 0 auto;
    scroll-behavior: smooth;
}

.font-weight-500 {
    font-weight: 500
}


/*  Heading section */

.terms {
    padding: 0;
    text-decoration: none;
    color: #9c9fa5
}

.bg_color {
    background-color: #345EE6;
    padding: 12px;
}

.white {
    color: #ffffff;
}

.term_conditions {
    margin:20px 0px;
    text-transform: capitalize;
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar_bg {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.body_content_sec {
    padding-top: 54px;
}


/* paragraph section */

.heading1 {
    font-weight: 500;
    font-size: 18px;
}

.paragraph {
    padding: 30px 0;
}

.terms_conditions .gray:hover {
    text-decoration: none;
    color: #fff;
}

.para1 {
    font-size: 17px ! important;
    word-spacing: normal;
    padding: 15px 0;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .016em;
}

.compindia_white_logo {
    display: none;
}


/* / Navigation /  */

.navigation_bar {
    max-width: 1350px;
}

.navbar .logo a {
    display: block;
    width: 160px;
}

.banner {
    width: 100%;
    background-image: url("../images/banner_1.png");
    background-size: cover;
    background-position: bottom;
}

.logo a img {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #2059f9;
    border-bottom: 1px solid blue;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
}
.navbar a.nav-link {
    margin: 0px 10px;
    padding: 0 !important;
    border: 1px solid transparent;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 10px;
}

a.nav-link {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

button.navbar-toggler {
    outline: none;
}

.toggler_color {
    color: #2059f9;
}

.navbar-dark .navbar-toggler {
    border-color: #2059f9;
}

.copyrights_sec {
    padding: 0px 30px;
}

img {
    width: 100%;
    display: block;
}


/* / footer /  */

.footer_bg {
    background: url("../images/footer_bg.png");
}

.footer_headings {
    font-size: 20px;
    padding-top: 20px;
}

.gray {
    color: gray;
}

.gray li a {
    color: gray;
    text-decoration: none;
}

.gray li a:hover {
    color: #007bff;
    text-decoration: none;
}

.branch_address ul {
    list-style-type: none;
}

.font {
    font-size: 16px;
}

.copyrights_bg {
    background-color: #1A2135;
}

.social_icons {
    color: #AAABAD;
    font-size: 18px;
    cursor: pointer;
}

.social_icons:hover {
    color: #fff;
}

.icons_sec {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.copyrights {
    font-size: 14px;
}

.footer_logo {
    width: 50px;
}

.company ul li {
    padding-bottom: 13px;
}

.company {
    padding-left: 35px;
}

.line_height {
    line-height: 2;
}

.when_you_need {
    max-width: 520px;
}

.line_height li {
    padding-left: 30px;
}

.relative {
    position: relative;
}

.address_icon_1 {
    position: absolute;
    top: 4px;
    font-size: 25px;
}

.address_icon_2 {
    position: absolute;
    bottom: 100px;
    font-size: 25px;
}

.terms:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 480px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 20px 50px;
    }
    .icons_sec {
        text-align: right;
    }
    .banner {
        height: 498px;
    }
}

@media screen and (min-width: 375px) {
    .col-lg-4.col-md-6.p-2 {
        padding: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .sub_sec_heading,
    .content_sec,
    .content_sec_1 {
        text-align: center;
    }
    .term_conditions {
        padding-top: 0 ! important;
    }
    
}
@media screen and (min-width: 992px) {
    .nav-link:hover {
        border: 0;
    }
}
@media screen and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .active>.nav-link {
        border: 0;
    }
    .banner {
        height: auto;
    }
    .navbar a.nav-link {
        border: 0;
        margin: 5px !important;
    }
    .banner_content {
        text-align: center;
        padding-top: 20px;
    }
    .icons_sec,
    .copyrights {
        text-align: center;
    }
    .d-block {
        display: inline !important;
    }
    .landing_page .py-5 {
        padding: 20px 0 !important;
    }
    .landing_page .pt-5 {
        padding-top: 15px !important;
    }
    .landing_page .pb-5 {
        padding-bottom: 15px !important;
    }
    .landing_page .p-5 {
        padding: 20px !important;
    }
    .when_you_need {
        margin: 0 auto;
    }
    .icons_sec {
        display: block !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .term_conditions {
        padding-right: 0 !important;
    }
    .para1 {
        padding: 10px 0;
    }
    .term_conditions {
        font-size: 35px
    }
    .bg_color {
        padding: 8px;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-6.company {
        width: 50%;
    }
    .text,
    .section_heading {
        font-size: 26px;
    }
    .sub_sec_heading {
        font-size: 20px;
    }
    .footer_logo {
        width: 55px;
    }
}

@media (max-width: 576px) {
    .para1 {
        font-size: 16px ! important;
    }
    .term_conditions {
        font-size: 22px;
        letter-spacing: 1px;
    }
}