@font-face {
    font-family: myFirstFont;
    src: url(font/COMFORTAA-VARIABLEFONT_WGHT.ttf);
}
body, h1, h2, h3, a, label, p, button:not(.close), input, select {

    font-family: myFirstFont !important;
}

body {
    background: #F6F6F6 0% 0% no-repeat padding-box;
  /*  overflow: hidden;*/
}
.form-group {
    margin-bottom:20px;
}
.iti{
    display: block;
}
.circle1 {
    top: -98px;
    left: -103px;
    width: 243px;
    height: 243px;
    background: transparent url('img/Circle.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
}
.done{
    width: 10%;
}
.circle2 {
    top: -20%;
    right: -83%;
    width: 315px;
    height: 315px;
    width: 100%;
    height: 100%;
    background: transparent url(img/Circle2.png) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: fixed;
}
.done_msg{
    padding: 10px;
    display: none
}
.circle3 {
    top: 84%;
    right: -89px;
    width: 243px;
    height: 243px;
    background: transparent url(img/Circle3.png) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: fixed;
    z-index: 1;
}

.circle4 {
    width: 12%;
    margin-left: -29px;
    margin-bottom: -23px;
}

.contact {
    padding-top: 50px;
    height: 900px;
}

.contact-info h2 {
    margin-bottom: 10%;
}
form .error {
    color: #ff0000;
}
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}
input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
.contact-form {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 8px 24px #00164A26;
}

.contact-form label {
    font-weight: 600;
}

.contact-form button {
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 100%;
}

.contact-form button:focus {
    box-shadow: none;
}

.title {
    color: #00164A;
    margin-top: 57px;
    font-weight: bold;
    margin-top: 34px;
}

label {
    color: #00164A;
    font-weight: bold !important;
    display: inline !important;
}

.color_title {
    color: #00164A;
    font-weight: bold;
}

input,select {
    border-color: #00164A52;
    border: 2px solid #00164A52 !important;
    border-radius: 8px !important;
}

.heading_text {
    text-align: center;
    letter-spacing: 0px;
    color: #00071769;
    opacity: 1;
    color: #00071769;
    font-size: 19px;
    font-weight: bold;
}

button {
    background: #00164A 0% 0% no-repeat padding-box;
    border-radius: 8px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo {
    width: 25%;
}

.span_color {
    color: #00071769;
    font-weight: bold;
}

.group_img {
    width: 100%;
    margin-left: -68%;
}

.row-footer {
    margin-top: -258px;
}

.mobile_path {
    display: none;
}

.form-no-padding-right {

    padding-right: 0px;
}

.form-no-padding-left {

    padding-left: 0px;
}

@media only screen and (max-width: 600px) {
    body {
        overflow: auto;
    }

    .contact {
        padding-top: 28%;
        height: fit-content;
    }

    .container div {
        margin-bottom: 0px;
    }

    .row-footer {
        margin-top: 20px;
    }

    .group_img {
        margin-left: 0;
        width: 100%;
        margin: 0 auto;
    }

    video {
        width: 100%;
    }

    .pc-path {
        display: none;
    }

    .mobile_path {
        display: block;
        margin: 0 auto;
    }

    .circle2, .circle3 {
        display: none;

    }
    .form-no-padding-right{
        padding-right: 15px;
    }
    .form-no-padding-left{
        padding-left:15px;
    }
    .logo_center{
        margin: 0 auto;
        text-align: center;
    }
}

.privacypolicy h1 {
    margin-top: 100px;
}
.privacypolicy h2 {
    margin-top: 60px;
}
.privacypolicy h3 {
    margin-top: 20px;
}

.gap-2 {
    gap: 2rem;
}

.justify-center {
    justify-content: center;
}