html {
    scroll-behavior: smooth;
}
body, p, a, h1, h2, h3, h4, h5, h6, input, textarea, button, span{
    font-family: 'Poppins', sans-serif;
}
b {
    font-weight: 700;
}
p, body{
    font-weight: 400;
}
#logo {
    width: 200px;
}
.navbar {
    padding: .5rem 3rem;
}
.navbar .navbar-nav {
    position: relative;
    margin-left: 40px;
}
.navbar .nav-item .nav-link {
    display: block;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 16px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.contact_btn {
    position: absolute;
    right: 0;
}
.contact_btn a {
    background: #182541;
    color: #fff !important;
    border-radius: 4px;
    padding: 7px 15px !important;
    display: inline-block;
    font-size: 15px;
    border: 1.2px solid #182541;
    transition: 0.3s;
}
.contact_btn a:hover{
    background: transparent;
    color: #182541 !important;
}
.about_ctr {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 12px;
}
.about_ctr p {
    margin-bottom: 0;
    text-align: justify;
    line-height: 1.6;
}
.about_section {
    background: #182541;
    color: #fff;
}
.about_section h2 {
    font-weight: 600;
}
.about_section .col-md-4 {
    margin-top: 15px;
}
.rivision {
    text-align: left;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 15px 20px;
    height: 100%;
}
.rivision h5 {
    font-size: 18px;
    font-weight: 600;
}
.rivision ul {
    padding-left: 20px;
    margin-bottom: 0;
}

#testimonials h2 {
    text-align: center;
    font-weight: 800;
    color: #182541;
}
.testimonial_box .img_area {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.testimonial_box .img_area img {
    width: 100%;
}
.testimonial_box {
   position: relative;
    border-radius: 20px;
    padding: 25px;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    height: 100%;
}
#testimonials .col-md-6 {
    margin-top: 30px;
}
.testimonial_box:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 15px;
    right: 15px;
    background-image: url(images/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial_box h6 {
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial_box h4 {
    font-weight: 800;
    color: #e45460;
    font-size: 26px;
}
.testimonial_box p {
    font-size: 15px;
}
.bottombar {
    text-align: center;
    padding: 12px 6px;
    background: #182541;
    color: #fff;
}
#footer {
    background: #f5f5f5;
}
.contact_dtl p {
    margin-bottom: 5px;
}
.contact_dtl h5 {
    font-weight: 600;
}
.contact_dtl {
    border: 1px solid #a1a1a1;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
}
.contact_dtl a {
    color: #182541;
    font-weight: 500;
    margin-left: 5px;
}
.contact_dtl i {
    color: #e45460;
}
.all_attempts {
    display: inline-block;
    margin-bottom: 8px;
}
.time_slot .col-md-6 {
    margin-bottom: 20px;
}
.register_now h6 {
    font-weight: 600;
}

.time_slot {
    background: #f5f5f5;
}
.time_slot h4 {
    font-weight: 600;
    color: #27346d;
}
.time_slot p {
    font-weight: 400;
}
.features {
    text-align: center;
    margin-top: 25px;
}
.features h6 {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}
#simulators .table-bordered td, #simulators .table-bordered th {
    font-weight: 600;
    font-size: 15px;
    padding: 0.5rem;
    vertical-align: middle;
}
#simulators table.table th {
    font-weight: 600;
    font-size: 16px;
    background: #182541;
    color: #fff;
}
#simulators h3 {
    font-weight: 600;
    color: #182541;
}
#ofline_center {
    margin-bottom: 0;
    font-weight: 600;
    color: #182541;
}
#ofline_center a {
    color: #182541;
text-transform:uppercase;
}
.number_attempt {
    float: left;
    margin-right: 20px;
}
#optver input::-webkit-outer-spin-button,
#optver input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-title {
    font-weight: 600;
}
.mobscroll table button {
    padding: 8px 18px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 25px;
    background-color: #182541 !important;
    border: 1px solid #182541 !important;
    font-weight: 600;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}
.mobscroll table button:hover {
    background-color: transparent !important;
    color: #182541;
}
.location-icon {
    width: 50px;
    margin: 0 auto 20px;
}
.avl_address a, .avl_contact a {
    color: #282828;
}
@media only screen and (max-width: 980px){
    div#footer .col-md-4 {
    margin: 10px 0px;
}
.contact_btn {
    position: relative;
    right: auto;
}
.navbar .navbar-nav {
    margin-left: 0;
}
.navbar {
    padding: .5rem 2rem;
}
}

@media only screen and (max-width: 480px){
    .banner_text h1 {
    font-size: 32px;
}
.banner_text h4 span {
    font-size: 25px;
}
.banner_text h4 {
    font-size: 21px;
    margin: 20px 0;
}
.banner_text h5 {
    font-size: 22px;
}
#testimonials .col-md-6 {
    margin-top: 20px;
}
.testimonial_box {
    padding: 20px;
}
.mobscroll {
    overflow-x: scroll;
}
.mobscroll table {
    width: 500px;
}
}