@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');

html {
    height: 100%;
}
body {
    /*background-color: #f2f3f7;*/
    background-color: #ffffff;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    color: #197288;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.form-control:focus {
    border-color: #ec4433;
    box-shadow: 0 0 0 .25rem rgba(236, 68, 51,.25) !important;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #ec4433!important;
    border-color: #ec4433!important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #DC3423!important;
    border-color: #DC3423!important;
    transition: 0.2s;
}
.btn-outline-primary {
    border-color: #ec4433!important;
    color: #ec4433!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #DC3423!important;
    border-color: #DC3423!important;
    color: #ffffff!important;
}
.text-primary {
    border-color: #ec4433;
}
/* Header Start */
.front-header {
    padding: 20px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.synaps-logo img {
     max-width: 180px;
 }
.front-header {
    padding: 20px 0;
}
/* Header End */

/* Home Slider Start */
.slider-img img {
    width: 100%;
}
.icon-btn img {
    width: 37px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 0px;
    border: 1px solid #ffffff;
}
.icon-btn {
    background-color: #DC3423;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 3px 20px 3px 30px;
    border-radius: 5px;
}
.icon-btn:hover {
    background-color: #ec4433;
    transition: 0.2s;
    color: #ffffff;

}
.banner-section {
    position: relative;
}
.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 100%;
}
.banner-section .owl-theme .owl-dot.active span {
    background-color: #DC3423!important;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    margin: 0 5px;
}
/* Home Slider End */

/* Help You Start */
.helpyoubox h3 img {
    width: 55px;
    margin-right: 10px;
}
.helpyoubox {
    text-align: center;
    padding: 30px 0;
}
.helpyoubox h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.helpyoubox .btn {
    margin-left: 15px;
}
/* Help You End */

/* Footer Start */
.front-footer {
    padding: 20px 0;
}
.prepmax-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prepmax-box img {
    width: 105px;
    margin-right: 15px;
}
.front-footer {
    background-color: #f1f1f2;
}
.pri-term-ul li a:hover{
    color: #ec4433;
}
.pri-term-ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}
.pri-term-ul li:first-child {
    border-right: 1px solid #59595c;
    padding-left: 0;
}
.takeda-box {
    display: flex;
    justify-content: right;
    align-items: center;
}
.takeda-box p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
.takeda-box img {
    width: 140px;
    margin-left: 15px;
}
.bottomfooter-box p {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    color: #000;
}
.pri-term-ul li a {
    color: #59595c;
}
/* Footer End */

/* Login Start */
.login-section {
    background-image: url("../img/login-bg.jpg");
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginbox {
    margin: auto;
    max-width: 640px;
    background-color: #f1f1f2;
    padding: 50px 110px;
    border-radius: 15px;
}
.login-header {
    text-align: center;
    margin-bottom: 40px;
}
.login-header img {
    max-width: 250px;
}
.loginbody h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.loginform .form-control::placeholder {
    color: #59595c;
    font-size: 16px;
}
.loginform .form-control {
    height: 50px;
    background-color: #e5e6e6;
    padding: 10px 20px;
    border: none;
}
.loginform .form-group {
    margin-bottom: 15px;
}
.loginform select.form-control {
    background-image: url("../img/select-arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;

}
.loginform .btn {
    border-radius: 5px;
    font-weight: 600;
    padding: 11px 0;
    font-size: 18px;
}
.loginform .registerbtn-div .btn {
    color: #DC3423!important;
}
.loginform .registerbtn-div .btn:hover {
    color: #ffffff!important;
}
.forget-link {
    color: #DC3423;
    padding: 15px;
}
.forget-link:hover {
    color: #ec4433;
}
.checkconsent-div .form-check {
    line-height: 20px;
}
.checkconsent-div .form-check label{
    color: #DC3423;
}
/* Login End */

/* Contact Us */

.contact-title h1 {
    font-weight: 700;
}
.contactform-div .form-group {
    margin-bottom: 15px;
}
.contactform-div .form-control::placeholder
.contactform-div select.form-control {
    height: 50px;
}
.contactform-div .form-control {
    background-color: #e5e6e6;
    padding: 10px 20px;
    border: none;
}
.contact-box {
    max-width: 800px;
    background-color: #f1f1f2;
    padding: 50px;
    margin: 0 auto;
}
.contact-title h1{
    color: #ec4433;

}
.contact-title {
    text-align: center;
    margin-bottom: 50px;
}
.boxtitle h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;

}
.contactform-div .btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
}
.contactus-section {
    padding: 70px 0;
}
.privacy-section {
    padding: 70px 0;
}
.privacy-content h6 {
    font-weight: 700;
}
.privacy-content p {
    line-height: 22px;
}
ul.privacy-text {
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.privacy-text li {
    line-height: 22px;
}
.notify-count {
    width: 18px;
    height: 18px;
    font-size: 10px;
    background-color: #ffffff;
    color: #ec4433;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 8px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .loginbox {
        padding: 50px 70px;
    }
    .pri-term-ul {
        margin-top: 5px;
    }
    .takeda-box {
        flex-flow: column;
    }
    .takeda-box p {
        order: 1;
    }
    .takeda-box p br {
        display: none;
    }
    .takeda-box img {
        width: 140px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .takeda-box {
        align-items: end;
    }
    .privacy-section {
        padding: 30px 0;
    }
    .kalparvabox p {
        font-size: 12px;
    }
}
@media screen and (max-width: 575px) {
    .loginbox {
        padding: 20px;
    }
    .login-header img {
        max-width: 200px;
    }
    .loginform .btn {
        font-size: 14px;
    }
    .prepmax-box {
        justify-content: center;
        flex-flow: column;
    }
    .prepmax-box img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .takeda-box {
        margin-top: 15px;
    }
    .helpyoubox h3 {
        font-size: 18px;
    }
    .helpyoubox h3 img {
        width: 45px;
    }
    .helpyoubox .btn {
        margin-left: 0;
        font-size: 14px;
    }
    .synaps-logo img {
        max-width: 120px;
    }
    .icon-btn {
        font-size: 14px;
    }
    .icon-btn img {
        width: 31px;
        left: -18px;
    }
    .takeda-box {
        flex-flow: column;
        align-items: center;
    }

    .takeda-box p {
        order: 2;
    }
    .takeda-box p br {
        display: none;
    }
    .takeda-box img {
        width: 115px;
        margin-left: 0;
        margin-bottom: 5px;
        order: 1;
    }
    .contact-box {
        padding: 15px;
    }
    .boxtitle h4 {
        font-size: 20px;
    }
    .contactform-div .btn {
        padding: 10px 30px;
        font-size: 14px;
        margin-top: 0;
        width: 100%;
    }
    .contact-title {
        margin-bottom: 30px;
    }
    .contactus-section {
        padding: 30px 0;
    }
}
