body {
    font-family: 'Roboto';
}
.container {
    max-width: 1140px !important; 
}

/* Header */
.header {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}
.logo {
    float: left;
    width: 100%;
    text-align: center;
}
.header .logo img {
    max-width: 14%;
    text-align: center;
}



.headingsection {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.headingsection .container {
    max-width: 768px !important; 
}
.headingsection .heading {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.headingsection h1 {
    font-family: 'Roboto';
    font-size:  2em;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.headingsection h2 {
    margin-top: 20px;
    font-family: 'Roboto';
    font-size: 1.5em;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.headingsection ul {
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 20px;
}
.headingsection ul li {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 5px 0;
}

.formsection {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 0;
}
.formsection .container {
    max-width: 600px !important; 
}
.formsection h2 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin: 0;
}
.formsection p {
    font-family: 'Roboto';
    font-size: 14px;
    color: rgb(84, 84, 101);
    line-height: 20px; 
    margin-top: 8px; 
    margin-bottom: 25px;
}
.formsection .form-group {
    margin-bottom: 20px;
}
.formsection .form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-size: 15px;
    color: #2B2A35;
    line-height: 20px;
}
.formsection .form-group input, .form-group select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #2B2A35;
    border-radius: 4px;
}
.formsection .form-group input:focus-visible, 
.formsection .form-group select:focus-visible {
    outline: none;
}
.formsection .form-group input[type="checkbox"] {
    width: auto;
    cursor: pointer;
}
.formsection .form-group .field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.formsection .form-group .field label {
    margin-bottom: 0;
    color: rgb(85, 85, 85);
    cursor: pointer;
}
.formsection .form-group button {
    background-color: #00ACF0;
    color: #ffffff;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Roboto';
    border-radius: 4px;
    height: 44px;
}
.formsection .form-group button:hover {
    background-color: #00ACF0;
}
.formsection .lasttext {
    float: left;
    width: 100%;
}
.formsection .lasttext .textinner p {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 16px;
    color: #5F6364;
    margin-bottom: 0;
}
.formsection .lasttext .lastrow span {
    font-size: 12px;
    color: #5F6364;
}
.formsection .lasttext .lastrow a {
    font-size: 12px;
    color: #5F6364;
    text-decoration: underline;
}

/* Footer */
.footer {
    float: left;
    width: 100%;
    background-color: #00ACF0;
    color: #fff;
    padding: 35px 0;
    text-align: center;
    margin-top: 260px;
}
.footer a {
    font-family: 'Roboto';
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}
.footer .copyrighttext{
    opacity: 0.6;
}
.footer .fa-linkedin:before {
    content: "\f08c";
    background-color: #fff;
}
.footer i.fa-brands.fa-linkedin.fa-xl{
    color: #00ACF0;
}
.footer a.bgwhite {
    padding: 8px;
    background: #fff;
    border-radius: 50%;
}

/* modal popup */
.modal button.btn.btn-success {
    width: 100%;
    background-color: #00ACF0;
    border: transparent;
}

/* small print page */
.header.smallprint {
    padding: 15px 0;
}
.header.smallprint .headerinner {
    align-items: center;
}
.privacy {
    padding-top: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

.privacy h2, .privacy h3,.privacy ul,.privacy p {
    margin-top: 1.5rem;
}

.privacy  .section {
    margin-bottom: 2rem;
}
.privacy .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.privacy h1 {
    color: #0056b3;
}
.privacy h2 {
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.privacy p {
    margin-bottom: 15px;
}
.info-message {
    margin-top: 25px;
    font-size: 16px;
    text-align: center !important;
}

@media only screen and (min-width:991px) and (max-width:1100px) {
    .footer a {
        margin: 0 5px;
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .container, .container-md, .container-sm {
        max-width: 740px !important;
    }
    .header .logo {
        width: unset;
    }
    .header .contact-info {
        width: unset;
    }
    .first-section .leftside {
        width: 100%;
        max-width: 40%;
    }
    .first-section .rightside {
        width: 100%;
        max-width: 60%;
        height: auto;
    }
    .first-section .img-fluid {
        max-width: 100%;
        height: 100%;
        margin-top: -140px;
    }
    .first-section img.conerimg {
        right: 20px;
        max-width: 50%;
        object-fit: cover;
        float: right;
        height: 200px;
        margin-top: -60px;
    }
    .first-section img.conerimg.desktop {
        display: block;
    }
    .first-section img.conerimg.mobile {
        display: none;
    }
    .first-section h1 {
        padding-top: 0;
    }
    .btn-custom {
        font-size: 20px;
        padding: 10px 30px;
    }
    .video-div {
        height: auto;
    }
    .full-width-section video {
        height: 226px;
    }
    .stats-item p br {
        display: none;
    }
    .stats-item h3 {
        font-size: 38px;
    }
    .stats-item p {
        font-size: 16px;
    }
    .footer .tablet span {
        float: left;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .header {
        padding: 15px 0px 0 0px;
    }
    .header .headerinner {
        align-items: center;
    }
    .header .logo {
        width: unset;
    }
    .header .logo img {
        /* max-height: 70px; */
        max-width: 35%;
    }
    .header .contact-info {
        width: unset;
        font-size: 16px;
        max-width: 50%;
    }
    .first-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .first-section .leftside {
        padding: 0;
    }
    .first-section h1 {
        padding-top: 0;
    }
    .first-section .rightside {
        float: left;
        width: 100%;
        height: auto;
        padding: 20px 0 0 0;
    }
    .first-section img.conerimg.desktop {
        display: none;
    }
    .first-section img.conerimg.mobile {
        display: block;
        top: 50px;
        right: 10px;
        max-width: 40%;
        max-height: 103px;
        padding: 10px;
        object-fit: contain;
    }
    .first-section .img-fluid {
        height: auto;
        margin-top: 0;
        max-width: 100%;
    }
    .first-section img.conerimg {
        top: 50px;
        right: 10px;
        max-width: 30%;
        max-height: 100px;
        padding: 10px;
    }
    .btn-custom {
        font-size: 18px;
        padding: 10px 30px;
    }
    .full-width-section {
        padding: 40px 0px 30px 0px;
    }
    .twovideo {
        gap: 20px;
        flex-direction: column;
    }
    .video-div {
        height: auto;
    }
    .stats-section .row {
        gap: 20px;
    }
    .stats-item h3 {
        font-size: 30px;
    }
    .footer .row {
        gap: 10px;
    }
}