/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@100;300;400;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* General
==================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    width: 100%;
    /* font-family: 'Josefin Slab', serif; */
    font-family: 'Philosopher', sans-serif;
    color: #212121;
}

body {
    /* font-family: 'Josefin Slab', serif; */
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow-y: auto;
}

 :focus {
    background-color: transparent;
}

.size-50 {
    font-size: 50px;
    line-height: 50px
}

.size-30 {
    font-size: 30px;
    line-height: 30px
}

.size-20 {
    font-size: 20px;
    line-height: 20px
}

.size-10 {
    font-size: 10px;
    line-height: 10px
}

.h-50 {
    height: 50px;
}

.h-40 {
    height: 40px;
}

.h-30 {
    height: 30px;
}

.h-20 {
    height: 30px;
}

.h-10 {
    height: 30px;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.col-md-6 {
    width: 50%;
}

.d-flexm {
    display: block;
}
.d-flex {    display: flex;}
.flex-column {
    display: flex;
    flex-direction: column;
}

.mr-12 {
    margin-right: 12px;
}

.ml-20 {
    margin-left: 20px;
}

a,
button {
    cursor: pointer;
}

h1 {
    font-size: 80px;
    line-height: 70px;
}

h4 {
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    color: #7395ae;
    margin-left: 40px;
    font-weight: 700;
    font-size: 20px;
}


/* Top Scroll
==================================================*/

.scrolltop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    background-color: rgb(232, 171, 34);
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolltop span {
    width: 33px;
    height: 40px;
    font-size: 29px;
    display: flex;
    justify-content: center;
    transform: rotate(310deg);
    align-items: center;
}


/* Top Navigation bar
==================================================*/

.top-nav {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .03) inset;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .03) inset;
    font-size: 14px;
    height: 45px;
    line-height: 38px;
    vertical-align: middle;
}

.top-nv-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nv-content span {
    padding: 0 20px;
    width: 60px;
    height: 45px;
    color: #2899e8;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d4cdcd;
}

.top-nv-content .navigation span:nth-child(1) {
    border-left: 1px solid #d4cdcd;
}

.top-nv-content .navigation span:nth-child(6) {
    border-left: 1px solid #d4cdcd;
}

.top-nv-content .fac-wrapper span:hover {
    color: #3b5998;
    background: white;
    border: none;
}

.top-nv-content .tw-wrapper span:hover {
    color: #5a9dd8;
    background: white;
    border: none;
}

.top-nv-content .lin-wrapper span:hover {
    color: #0976b4;
    background: white;
    border: none;
}

.top-nv-content .pint-wrapper span:hover {
    color: #cb2027;
    background: white;
    border: none;
}

.top-nv-content .enve-wrapper span:hover {
    color: #666;
    background: white;
    border: none;
}

.top-nv-content .account-link .enve:hover {
    color: #666;
    background: white;
    border: none;
}

.top-nv-content .account-link .search:hover {
    color: #3b5998;
    background: white;
    border: none;
}

.top-nv-content .account-link a {
    text-decoration: none;
    font-size: 16px;
    color: #3b5998;
    padding: 0 16px;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.top-nv-content .account-link a:hover {
    text-decoration: none;
}

.top-nv-content .account-link a:nth-child(1)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    color: #d4cdcd;
    height: 20px;
    width: 3px;
    background: #d4cdcd;
}

.top-nv-content .navigation {
    display: flex;
}

.top-nv-content .navigation ul {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0px;
    float: right;
}

.top-nv-content .navigation li {
    display: inline-block;
    list-style: none;
    float: left;
}

.top-nv-content .navigation li a {
    padding: 0;
    letter-spacing: 2px;
    color: #1392e5;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}

.top-nv-content i {
    font-size: 16px;
    color: black;
}

.top-nv-content .show-menu-btn,
.top-nv-content .hide-menu-btn {
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.top-nv-content .show-menu-btn {
    margin: 0px;
    float: right;
}

.top-nv-content .show-menu-btn i {
    line-height: 100px;
}

.top-nv-content .navigation a:hover,
.top-nv-content .show-menu-btn:hover,
.top-nv-content .hide-menu-btn:hover {
    color: #000000;
}

.top-nv-content .navigation a:focus {
    color: #000000;
    text-decoration: none;
}

.top-nv-content .navigation a:hover {
    color: #000000;
    text-decoration: none;
}

.social-media-wrapper a:nth-child(1)::before {
    display: none;
}

#toggle-social-media-btn {
    position: absolute;
    visibility: hidden;
    z-index: -1111;
}


/*--Top Navigation bar Responsive CSS --*/

@media screen and (max-width:1440px) {
    .top-nv-content span {
        font-size: 14px;
    }
    .top-nav .container {
        width: 90%;
    }
    .top-nv-content a {
        font-size: 14px;
    }
    .top-nav,
    .top-nv-content,
    .top-nv-content span {
        height: 45px;
    }
}

@media screen and (max-width:1024px) {
    .top-nav .container {
        width: 100%;
    }
    .top-nav,
    .top-nv-content,
    .top-nv-content span {
        height: 40px;
    }
}

@media screen and (max-width:768px) {
    .top-nav .container {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .social-media-wrapper span {
        border: none;
        padding: 0;
        width: 35px;
    }
    .social-media-wrapper a::before {
        display: none;
    }
    #toggle-social-media-btn:checked~nav .navigation {
        top: 0px;
        display: flex;
        z-index: 11;
        background: white;
        width: 35px;
        height: 245px;
        padding: 40px 0px;
        flex-direction: column;
    }
    .top-nv-content .show-menu-btn {
        display: block;
        position: absolute;
        top: -32px;
        left: 17px;
    }
    .top-nv-content .hide-menu-btn {
        display: block;
        position: absolute;
        margin: 0 0px;
        top: 0;
        background-color: #d4cdcd;
        width: 35px;
        display: flex;
        right: 0;
        height: 40px;
        justify-content: center;
        align-items: center;
    }
    .top-nv-content .account-link a {
        font-size: 15px;
    }
    .top-nv-content a:nth-child(1)::before {
        top: 14px;
    }
    .top-nv-content .navigation {
        position: fixed;
        width: 100%;
        height: 285px;
        background-color: #d3d3dc;
        top: -100%;
        left: 0;
        padding: 50px 0px;
        transition: 1s;
    }
    .top-nv-content .navigation li {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .top-nv-content .navigation li a {
        padding: 15px 15px;
        text-align: left;
        color: black;
        padding: 0;
        text-align: left;
    }
    .top-nv-content .navigation li a i {
        width: auto;
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .top-nv-content span {
        width: 40px;
    }
}

@media screen and (max-width: 320px) {
    .top-nv-content .account-link a {
        font-size: 13px;
        padding: 0 8px;
    }
    .top-nv-content .navigation li a {
        width: 35px;
    }
    .top-nv-content span {
        width: 35px;
    }
    .top-nv-content span:nth-child(1) {
        border-left: none;
    }
}


/* Header
==================================================*/

header {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 140px;
    background-color: white;
    z-index: 1;
    width: 100%;
    display: flex;
    padding: 0 170px;
    justify-content: space-between;
    align-items: center;
}

#header .brand-logo {
    height: 75px;
    display: flex;
    align-items: center;
}

#header .brand-logo span {
    max-width: 585px;
    float: left;
    font-size: 55px;
    font-weight: 500;
    color: #666;
}

#header .brand-logo span:nth-child(1) {
    background-image: url('../img/athlogo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 321px;
    height: 73px;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
}

.menu-wrapper a {
    text-decoration: none;
    color: #f81d21;
}

.menu-wrapper a:hover {
    color: #1392e5;
}

.menu-wrapper span {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    padding: 0 15px;
}

.menu-wrapper .navigation {
    display: flex;
    justify-content: flex-end;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0px;
}

#header .navigation li {
    display: inline-block;
    list-style: none;
    float: left;
}

#header .navigation li a {
    letter-spacing: 2px;
    color: #1392e5;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}

#header .show-menu-btn,
#header .hide-menu-btn {
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

#header .show-menu-btn {
    margin: 0px;
    float: right;
}

#header .navigation a:hover,
#header .show-menu-btn:hover,
#header .hide-menu-btn:hover {
    color: #f81d21;
}

#header .navigation a:focus {
    color: #f81d21;
    text-decoration: none;
}

#header .navigation a:hover {
    color: #f81d21;
    text-decoration: none;
}

#toggle-btn {
    position: absolute;
    visibility: hidden;
    z-index: -1111;
}


/*--Main Header Responsive CSS --*/

@media screen and (max-width:1024px) {
    .container {
       width: 100%;
       padding: 0 15px;
    }
    header {
        height: 150px;
        padding: 0 15px;
    }
    #header .brand-logo span:nth-child(1) {
        width: 200px;
        height: 70px;
    }
    #header .navigation li a {
        font-size: 16px;
    }
    .menu-wrapper span {
        font-size: 16px;
    }
    #header .brand-logo span:nth-child(1) {
        background-size: contain;
    }
}
/* @media screen and (max-width:1024px) { */

@media screen and (max-width:768px) {
    header {
        padding: 0 15px;
    }
    header nav {
        padding: 0;
        z-index: 1;
    }
    .brand-logo span:nth-child(2) {
        margin-top: 25px;
    }
    #header .navigation li a {
        font-size: 14px;
    }
    #header .brand-logo span:nth-child(1) {
        width: 240px;
        height: 58px;
    }
}

@media screen and (max-width:767px) {
    header {
        height: 130px;
    }
    #header .brand-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #header .brand-logo span:nth-child(1) {
        width: 190px;
        height: 45px;
    }
    #toggle-btn:checked~.menu-wrapper .navigation {
        top: 0px;
    }
    #header .show-menu-btn {
        display: block;
        position: absolute;
        right: 40px;
        top: 30px;
    }
    #header .hide-menu-btn {
        display: block;
        position: absolute;
        right: 28px;
        top: 16px;
    }
    #header .navigation {
        position: fixed;
        width: 100%;
        height: 285px;
        background-color: #d3d3dc;
        top: -100%;
        left: 0;
        padding: 50px 0px;
        transition: 1s;
        display: flex;
        flex-direction: column;
    }
    #header .navigation li {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #header .navigation li a {
        padding: 15px 15px;
        text-align: left;
        color: black;
    }
    #header .navigation li a i {
        width: auto;
        font-size: 20px;
    }
    .menu-wrapper span {
        position: absolute;
        left: 28px;
        top: 80px;
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    #header .brand-logo span:nth-child(2) {
        font-size: 16px;
    }
}


/* home section
==================================================*/

#home {
    background: url("../img/virgin-2721333_960_720.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;
    padding-top: 5%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.disply-table {
    display: flex;
    height: 100vh;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.disply-table h1 {
    font-size: 60px;
    color: #000000;
    width: 75%;
    line-height: 78px;
}

@media screen and (max-width:1024px) {
    #home {
        padding-top: 10%;
    }
}

@media screen and (max-width: 768px) {
    #home .container .col-md-6:nth-child(1) {
        height: 100%;
    }
    #home .container .col-md-6:nth-child(2) {
        display: none;
    }
    .disply-table {
        position: relative;
    }
    .disply-table h1 {
        font-size: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 141px;
        width: 500px;
    }
}

@media screen and (max-width:767px) {
    #home .container {
        flex-direction: column;
    }
    /* #home .container .col-md-6 {
        width: 90%;
        margin: 30px auto;
    } */
    .disply-table h1 {
        font-size: 38px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 767px;
    }
}

@media screen and (max-width: 375px) {
    .disply-table h1 {
        font-size: 38px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 335px;
    }
}

@media screen and (max-width: 320px) {
    .disply-table h1 {
        width: 320px;
    }
}


/* about section
==================================================*/

#about {
    padding: 100px 0;
}

#about .container .col-md-6 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    z-index: -1;
}

#about h2 {
    font-size: 30px;
}

#about img {
    width: 350px;
    height: 180px;
}

@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }
    #about h2 {
        text-align: center;
        padding-bottom: 25px;
    }
    #about img {
        width: 300px;
        height: 150px;
    }
    #about .container .col-md-6 {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    #about .container .row {
        display: flex;
        flex-direction: column;
    }
    #about .container .col-md-6 {
        width: 90%;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #about h2 {
        font-size: 25px;
        text-align: center;
    }
    #about {
        padding: 50px 0;
    }
    #about img {
        width: 250px;
        height: 180px;
        transition: 1s;
    }
}

@media screen and (max-width: 320px) {
    #about .container h2 {
        font-size: 19px;
    }
    #about img {
        width: 200px;
    }
}


/* Airline Consolidator  section
==================================================*/

#airlineConsolidator h1 {
    color: #000000;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    
}

#airlineConsolidator h2 {
    color: #000000;
    font-size: 30px;
}

.label-wrapper {
    background-color: #eeeeee;
    height: 100px;
    padding: 0 150px;
    display: flex;
    align-items: center;
}

#airlineConsolidator .row {
    display: flex;
    padding: 50px 0;
}

#airlineConsolidator .col-md-4 {
    width: 100%;
}

#airlineConsolidator .col-md-4:nth-child(1),
#airlineConsolidator .col-md-4:nth-child(2) {
    padding-right: 40px;
}

#airlineConsolidator .card {
    background-color: #eeeeee;
    color: #000000;
}

#airlineConsolidator .card:hover {
    cursor: pointer;
    -ms-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
}

#airlineConsolidator img {
    width: 100%;
    height: 240px;
}

#airlineConsolidator .card-body {
    padding: 0 30px 30px;
}

#airlineConsolidator .heading {
    font-size: 23px;


}

#airlineConsolidator .card-description p {
    font-size: 18px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 10px;
}

#airlineConsolidator .card-description p::before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #312e2e;
    position: absolute;
    left: -15px;
    top: 11px;
}

#airlineConsolidator .btn-wrapper {
    padding: 25px 0;
}

#airlineConsolidator .btn-wrapper button {
    border: 1px solid #888;
    padding: 12px 20px;
    color: #312e2e;
    font-size: 13px;
    font-weight: 600;
}

.my-paragraph{

    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #airlineConsolidator h1 {
        font-size: 30px;
        line-height: 35px;
    }
    #airlineConsolidator h2 {
        font-size: 19px;
        line-height: 35px;
    }
    #airlineConsolidator img {
        height: 200px;
    }
    #airlineConsolidator .heading {
        font-size: 16px;
    }
    #airlineConsolidator .card-description p {
        font-size: 14px;
    }
    #airlineConsolidator .btn-wrapper button {
        padding: 10px 15px;
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    #airlineConsolidator .col-md-4:nth-child(1),
    #airlineConsolidator .col-md-4:nth-child(2) {
        padding-right: 13px;
    }
    #airlineConsolidator .row .col-md-4 {
        width: 33.3%;
        padding: 0 22px;
    }
    #airlineConsolidator h1 {
        color: #000000;
        font-size: 18px;
        line-height: 22px;
    }
    .label-wrapper {
        display: flex;
        justify-content: center;
        padding: 0;
        height: 100px;
        transition: 2px;
    }
    #airlineConsolidator .card-body {
        padding: 0 20px 20px;
    }
    #airlineConsolidator .heading {
        font-size: 15px;
    }
    #airlineConsolidator .card-description p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    #airlineConsolidator .row {
        display: flex;
        flex-direction: column;
    }
    #airlineConsolidator .row .col-md-4 {
        width: 100%;
        padding: 22px;
    }
    #airlineConsolidator h1 {
        font-size: 23px;
    }
    .label-wrapper {
        text-align: center;
    }
    #airlineConsolidator h2 {
        font-size: 20px;
    }
    #airlineConsolidator .heading {
        font-size: 18px;
    }
    #airlineConsolidator .card-description p {
        font-size: 15px;
    }
    #airlineConsolidator .btn-wrapper button {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    #airlineConsolidator h1 {
        font-size: 17px;
    }
}


/* Airline Consolidator  section
==================================================*/

#groupTravel h1 {
    color: #000000;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#groupTravel .card-body h1 {
    color: #000000;
    font-size: 30px;
}

#groupTravel .label-wrapper {
    background-color: #eeeeee;
    height: 100px;
    padding: 0 150px;
    display: flex;
    align-items: center;
}

#groupTravel .row {
    display: flex;
    padding: 50px 0;
    height: 390px;
}

#groupTravel .col-md-4 {
    width: 100%;
}

#groupTravel .col-md-4:nth-child(1) {
    padding-right: 40px;
}

#groupTravel .card {
    color: #000000;
    display: flex;
}

#groupTravel img {
    width: 50%;
    height: 285px;
    border: 7px solid #fff;
    outline: 1px solid #f1ecec;
}

#groupTravel .card-body {
    padding: 0 30px 30px;
}

#groupTravel .heading {
    font-size: 16px;
}

#groupTravel .card-description p {
    font-size: 16px;
    margin-bottom: 10px;
    word-spacing: 7px;
}

#groupTravel .btn-wrapper {
    padding: 25px 0;
}

#groupTravel .btn-wrapper button {
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #286090;
    border: none;
    outline: none;
}

@media screen and (max-width: 1440px) {
    #groupTravel .row {
        height: 450px;
    }
    #groupTravel .card-body {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 1024px) {
    #groupTravel h1 {
        font-size: 30px;
        line-height: 50px;
    }
    #groupTravel .card-body h1 {
        font-size: 20px;
        line-height: 28px;
    }
    #groupTravel .card-description p {
        font-size: 13px;
    }
    #groupTravel .btn-wrapper {
        padding: 15px 0;
    }
    #groupTravel .card-body .h-30 {
        height: 10px;
    }
    #groupTravel img {
        height: 235px;
    }
    #groupTravel .row {
        height: 355px;
    }
    #groupTravel .btn-wrapper button {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #groupTravel .container {
        width: 92%;
    }
    #groupTravel .row {
        height: 360px;
    }
    #groupTravel .row .col-md-6 {
        width: 52.3%;
        padding: 0 22px;
    }
    #groupTravel h1 {
        color: #000000;
        font-size: 21px;
        line-height: 35px;
    }
    #groupTravel .label-wrapper {
        background-color: #eeeeee;
        height: 140px;
        padding: 0 20px;
    }
    #groupTravel .card-body h1 {
        font-size: 14px;
    }
    #groupTravel .card-description p {
        font-size: 13px;
        line-height: 18px;
        word-spacing: 11px;
    }
}

@media screen and (max-width: 767px) {
    #groupTravel .row {
        display: flex;
        flex-direction: column;
        height: 1052px;
    }
    #groupTravel .row .col-md-6 {
        width: 100%;
        padding: 22px;
    }
    #groupTravel .label-wrapper {
        display: flex;
        justify-content: center;
        padding: 0;
        height: 100px;
        transition: 2px;
    }
    #groupTravel .card-body h1 {
        font-size: 16px;
        padding: 0;
    }
    #groupTravel h1 {
        font-size: 16px;
        padding: 0 20px;
    }
    #groupTravel .card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #groupTravel img {
        width: 100%;
    }
    #groupTravel .card-body {
        padding: 20px;
    }
    #groupTravel .btn-wrapper button {
        padding: 10px 15px;
    }
}


/* We Are section
==================================================*/

#WeAre h1 {
    text-align: center;
    color: #000000;
    font-size: 50px;
}

#WeAre p {
    color: #000000;
    font-size: 19px;
    width: 100%;
    word-spacing: 4px;
    margin: 25px auto;
}

#WeAre .label-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eeeeee;
    height: 250px;
    padding: 33px 150px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    #WeAre h1 {
        font-size: 44px;
    }
    #WeAre p {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    #WeAre p {
        margin: 10px auto;
    }
    #WeAre .label-wrapper {
        padding: 33px 20px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #WeAre .label-wrapper {
        padding: 33px 15px;
    }
}


/* How-Us section
==================================================*/

#howUs {
    padding: 100px 0;
    background: #f3f3f3;
}

#howUs h1 {
    text-align: center;
    color: #938e94;
}

#howUs .col-md-4 {
    text-align: center;
    width: 25%;
}

#howUs .col-md-4 span {
    font-size: 85px;
    color: #7395ae;
    cursor: pointer;
    transition: transform .3s ease-out;
}

#howUs .col-md-4 span:hover {
    color: #5d5c61;
    transform: translate(0, -5px);
}

#howUs h6 {
    letter-spacing: 2px;
    color: #7395ae;
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0;
    cursor: pointer;
}

#howUs p {
    color: #888;
    margin-top: 20px;
    font-size: 18px;
    padding: 0 15px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    #howUs p {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #howUs .col-md-4 span {
        font-size: 55px;
    }
    #howUs h6 {
        font-size: 17px;
    }
    #howUs p {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    #howUs .col-md-12:nth-child(2) {
        flex-direction: column;
    }
    #howUs .col-md-4 {
        width: 100%;
        margin: 10px auto;
    }
}


/* Footer */

#footerContent {
    background-color: #cac5c5;
    color: #000000;
}

#footerContent .row {
    padding: 40px 0 0;
    display: flex;
}

#footerContent .row .col-lg-4 {
    width: 40%;
}

.company-details h2 span {
    font-size: 30px;
}

.company-details .footer-media {
    margin: 20px 0;
}

.company-details .footer-media span {
    font-size: 30px;
    line-height: 20px;
    border-radius: 50%;
    padding: 10px;
    margin: 0 10px;
}

.contact-section h2 {
    font-weight: 700;
    font-size: 30px;
}

.contact-section .contact-icon {
    width: 28px;
    height: 28px;
    padding: 6px 7px;
    border-radius: 14px;
    display: flex;
    justify-items: center;
    color: #000000;
    margin-right: 15px;
}

.contact-section p,
.contact-section span {
    font-size: 19px;
    word-spacing: 2px;
    display: flex;
    width: 76%;
    line-height: 20px;
    overflow-wrap: break-word;
    align-items: center;
}

.contact-section .contact-list {
    margin: 20px 0;
    padding: 7px 0;
}

.contact-section .contact-list-items {
    margin-bottom: 20px;
    width: 80%;
    margin-right: auto;
}

.about-footer-section h2 {
    font-weight: 700;
    font-size: 30px;
}

.about-footer-section p {
    font-size: 18px;
    line-height: 30px;
    word-spacing: 2px;
    margin: 20px 0;
    padding: 7px 0;
    width: 90%;
}


/* Bootom Footer */

#bottomFooter {
    background-color: #c1c1c1;
    color: #000000;
}

.bottom-footer {
    background-color: #c1c1c1;
    color: #000000;
    padding: 20px 0px;
}

.bottom-footer span {
    font-size: 19px;
    word-spacing: 2px;
    color: #000000;
    font-weight: 700;
}


/* Media Queries */

@media only screen and (max-width: 1440px) {
    #footerContent .row {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .company-details h2 span,
    .about-footer-section h2,
    .contact-section h2 {
        font-size: 25px;
    }
    .company-details .footer-media span {
        font-size: 16px;
    }
    .contact-section p,
    .contact-section span,
    .about-footer-section p {
        font-size: 15px;
    }
    .contact-section p {
        width: 60%;
    }
    .bottom-footer span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #footerContent .row {
        width: 95%;
        margin: 0 auto;
    }
    #footerContent .row .col-lg-4 {
        width: 100%;
    }
    .contact-section p,
    .contact-section span {
        width: 90%;
    }
    .company-details h2 span {
        font-size: 25px;
    }
    .bottom-footer {
        padding: 20px;
        display: flex;
        justify-content: center;
    }
    .contact-section p,
    .contact-section span {
        width: 70%;
        text-align: center;
    }
    .company-details h2 span,
    .about-footer-section h2,
    .contact-section h2 {
        text-align: center;
    }
    .about-footer-section p {
        width: 80%;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 767px) {
    #footerContent .row {
        width: 99%;
        display: flex;
        flex-direction: column;
    }
    .footer-media {
        display: flex;
        justify-content: center;
    }
    .company-details h2 span,
    .about-footer-section h2,
    .contact-section h2 {
        display: flex;
        justify-content: center;
        font-size: 29px;
    }
    .contact-section p,
    .contact-section span {
        width: 43%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .contact-list-items {
        display: flex;
        justify-content: center;
    }
    .contact-section .contact-list-items {
        width: 90%;
        margin: 0 auto;
        padding: 7px 0;
    }
    .company-details .footer-media {
        margin: 20px 0 30px;
    }
}

@media only screen and (max-width: 375px) {
    .contact-section .contact-icon {
        position: absolute;
        left: 10%;
    }
    .bottom-footer {
        padding: 10px 58px;
    }
}


/*----------
ContactForm Page
------------*/


/* Header
==================================================*/

#contact-header {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 140px;
    background-color: white;
    z-index: 1;
    width: 100%;
    display: flex;
    padding: 0 170px;
    justify-content: space-between;
    align-items: center;
}


/* 
.header-fix-on-top {
    position: fixed;
    top: 0;
    transition: 1s;
    background-color: blueviolet;
} */

#contact-header .brand-logo {
    height: 75px;
    display: flex;
    align-items: center;
}

#contact-header .brand-logo span {
    max-width: 585px;
    float: left;
    font-size: 55px;
    font-weight: 500;
    color: #666;
}

#contact-header .brand-logo span:nth-child(1) {
    background-image: url('../img/athlogo1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 321px;
    height: 73px;
}

#contact-header .menu-wrapper {
    display: flex;
    flex-direction: column;
}

#contact-header .menu-wrapper a {
    text-decoration: none;
    color: #f81d21;
}

#contact-header .menu-wrapper a:hover {
    color: #1392e5;
}

#contact-header .menu-wrapper span {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    padding: 0 15px;
}

#contact-header .menu-wrapper .navigation {
    display: flex;
    justify-content: flex-end;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0px;
}

#contact-header .navigation li {
    display: inline-block;
    list-style: none;
    float: left;
}

#contact-header .navigation li a {
    letter-spacing: 2px;
    color: #1392e5;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}

#contact-header .show-menu-btn,
#contact-header .hide-menu-btn {
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

#contact-header .show-menu-btn {
    margin: 0px;
    float: right;
}

#contact-header .navigation a:hover,
#contact-header .show-menu-btn:hover,
#contact-header .hide-menu-btn:hover {
    color: #f81d21;
}

#contact-header .navigation a:focus {
    color: #f81d21;
    text-decoration: none;
}

#contact-header .navigation a:hover {
    color: #f81d21;
    text-decoration: none;
}

#contact-header #toggle-btn {
    position: absolute;
    visibility: hidden;
    z-index: -1111;
}


/*--Main Header Responsive CSS --*/

@media screen and (max-width:1024px) {
    #contact-header {
        height: 150px;
        padding: 0 90px;
    }
    #contact-header .brand-logo span:nth-child(1) {
        width: 290px;
        height: 70px;
    }
    .menu-wrapper span {
        position: relative;
    }

}

@media screen and (max-width:768px) {
    #contact-header {
        padding: 0 30px;
    }
    #contact-header nav {
        padding: 0;
        z-index: 1;
    }
    .brand-logo span:nth-child(2) {
        margin-top: 25px;
    }
    #contact-header .navigation li a {
        font-size: 14px;
    }
    #contact-header .brand-logo span:nth-child(1) {
        width: 240px;
        height: 58px;
    }
}

@media screen and (max-width:767px) {
    #contact-header {
        height: 130px;
    }
    #contact-header .brand-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-header .brand-logo span:nth-child(1) {
        width: 190px;
        height: 45px;
    }
    #contact-header #toggle-btn:checked~.menu-wrapper .navigation {
        top: 0px;
    }
    #contact-header .show-menu-btn {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    #contact-header .hide-menu-btn {
        display: block;
        position: absolute;
        right: 28px;
        top: 16px;
    }
    #contact-header .navigation {
        position: fixed;
        width: 100%;
        height: 285px;
        background-color: #d3d3dc;
        top: -100%;
        left: 0;
        padding: 50px 0px;
        transition: 1s;
        display: flex;
        flex-direction: column;
    }
    #contact-header .navigation li {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #contact-header .navigation li a {
        padding: 15px 15px;
        text-align: left;
        color: black;
    }
    #contact-header .navigation li a i {
        width: auto;
        font-size: 20px;
    }
    #contact-header .menu-wrapper span {
        position: relative;
        left: 28px;
        top: 80px;
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    #contact-header .brand-logo span:nth-child(2) {
        font-size: 16px;
    }
}


/*Contact Form */

#contact-form {
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
    padding: 20px 0;
}

#contact-form h1 {
    font-size: 25px;
    text-align: center;
    width: 50%;
    margin: 40px auto;
    line-height: 35px;
    letter-spacing: 2px;
    word-spacing: 5px;
}

#contact-form .row {
    display: flex;
    justify-content: space-between;
}

#contact-form .row .col {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 18px;
}

#contact-form .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

#contact-form .row .col label,
#contact-form .form-group label {
    font-size: 25px;
    margin-bottom: 15px;
}

#contact-form .row .col .input-size,
#contact-form .form-group .input-size {
    height: 45px;
    font-size: 17px;
    padding: 0 15px;
    outline: none;
    border: none;
    font-family: 'Philosopher', sans-serif;
}

#contact-form .row .col .input-size:focus,
#contact-form .form-group .input-size:focus {
    background: aliceblue;
}

#contact-form .form-group textarea {
    font-size: 17px;
    padding: 15px;
    outline: none;
    font-family: 'Philosopher', sans-serif;
    border: none;
}

#contact-form .form-group textarea:focus {
    background: aliceblue;
}

#contact-form .row .col small {
    font-size: 17px;
}

#contact-form p {
    padding: 25px 15px;
    font-size: 18px;
    word-spacing: 8px;
}

#contact-form .accpet-wrapper {
    width: 100%;
    padding: 0 20px;
}

#contact-form .accpet-wrapper span {
    font-size: 20px;
}

#contact-form .accpet-wrapper div:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
}

#contact-form .accpet-wrapper input:nth-child(1) {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

#contact-form .accpet-wrapper div:nth-child(2) input {
    width: 15%;
    height: 55px;
    padding: 19px;
    font-size: 16px;
    outline: none;
    border: none;
}

#contact-form .accpet-wrapper div:nth-child(2) input:focus {
    background: aliceblue;
}

@media only screen and (max-width: 1440px) {
    #contact-form h1 {
        width: 75%;
    }
    #contact-form .row .col label,
    #contact-form .form-group label {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #contact-form h1 {
        width: 80%;
    }
    #contact-form .row .col label,
    #contact-form .form-group label {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #contact-form .row {
        display: flex;
        flex-direction: column;
    }
    #contact-form h1 {
        font-size: 16px;
        width: 93%;
    }
    #contact-form .row .col {
        width: 100%;
    }
    #contact-form .accpet-wrapper input:nth-child(1) {
        width: 15px;
    }
    #contact-form .accpet-wrapper div:nth-child(2) input {
        width: 32%;
        height: 15%;
        padding: 14px;
        font-size: 16px;
    }
    #contact-form .accpet-wrapper div:nth-child(2) {
        padding: 20px 0;
    }
    #contact-form .row .col label,
    #contact-form .form-group label {
        font-size: 17px;
    }
    #contact-form .row .col .input-size,
    #contact-form .form-group .input-size {
        font-size: 15px;
    }
    #contact-form p {
        padding: 25px 15px;
        font-size: 15px;
    }
}


/* ------------
Agrement Page
--------------*/

#agrementSection {
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
    padding: 20px 0;
}

#agrementSection h1 {
    font-size: 25px;
    text-align: center;
    width: 50%;
    margin: 40px auto;
    line-height: 35px;
    letter-spacing: 2px;
    word-spacing: 5px;
}

#agrementSection .agreement-heading {
    font-size: 25px;
}

#agrementSection .row {
    display: flex;
    justify-content: space-between;
}

#agrementSection .row .col {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 18px;
    justify-content: center;
    align-items: center;
}

#agrementSection .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

#agrementSection .row .col label,
#agrementSection .form-group label {
    font-size: 25px;
    margin-bottom: 15px;
}

#agrementSection .input-size,
#agrementSection .row .col .input-size,
#agrementSection .form-group .input-size {
    height: 45px;
    font-size: 17px;
    padding: 0 15px;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    font-family: 'Philosopher', sans-serif;
    background-color: transparent;
}

#agrementSection p {
    padding: 4px 15px;
    font-size: 18px;
    word-spacing: 8px;
}


/* Signature Form */

.signature-form {
    width: 80%;
    margin: 0 auto;
}

#agrementSection .signature-one .col div:nth-child(1),
#agrementSection .signature-two .col div:nth-child(1),
#agrementSection .signature-three .col div:nth-child(1) {
    width: 89%;
}


/* one */

#agrementSection .signature-one .col:nth-child(1) input {
    border-bottom: none;
    padding: 0;
}

#agrementSection .signature-one .col:nth-child(1) small {
    font-size: 20px
}

#agrementSection .signature-one .col:nth-child(2) input {
    width: 40%;
}

#agrementSection .signature-one .col:nth-child(2) small {
    font-size: 20px
}


/* two */

#agrementSection .signature-two .col:nth-child(2),
#agrementSection .signature-two .col:nth-child(1) {
    display: flex;
    flex-direction: column;
}

#agrementSection .signature-two .col:nth-child(2) input,
#agrementSection .signature-two .col:nth-child(1) input {
    width: 80%;
}

#agrementSection .signature-two .col:nth-child(2) small,
#agrementSection .signature-two .col:nth-child(1) small {
    font-size: 20px
}

#agrementSection .signature-two .col:nth-child(2) label,
#agrementSection .signature-two .col:nth-child(1) label {
    font-size: 20px;
}


/* three */

#agrementSection .signature-three .col:nth-child(2),
#agrementSection .signature-three .col:nth-child(1) {
    display: flex;
    flex-direction: column;
}

#agrementSection .signature-three .col:nth-child(2) input,
#agrementSection .signature-three .col:nth-child(1) input {
    width: 71%;
}

#agrementSection .signature-three .col:nth-child(2) small,
#agrementSection .signature-three .col:nth-child(1) small {
    font-size: 20px
}

#agrementSection .signature-three .col:nth-child(2) label,
#agrementSection .signature-three .col:nth-child(1) label {
    font-size: 20px
}

.regard-section {
    width: 30%;
    margin-top: 90px;
}

.regard-section h5 {
    font-size: 25px;
    padding: 0 20px;
}

.regard-section p {
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .signature-form {
        width: 100%;
    }
    #agrementSection .agreement-heading {
        font-size: 22px;
    }
    .regard-section h5 {
        font-size: 18px;
    }
    #agrementSection .signature-two .col:nth-child(2) label,
    #agrementSection .signature-two .col:nth-child(1) label {
        font-size: 16px;
    }
    #agrementSection .signature-three .col:nth-child(2) label,
    #agrementSection .signature-three .col:nth-child(1) label {
        font-size: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .regard-section h5 {
        font-size: 18px;
    }
    #agrementSection .regard-section p {
        padding: 25px 15px;
        font-size: 16px;
    }
    #agrementSection p {
        padding: 25px;
        font-size: 16px;
    }
    #agrementSection .signature-one .col:nth-child(2) small,
    #agrementSection .signature-one .col:nth-child(1) small {
        font-size: 17px;
    }
    #agrementSection .agreement-heading {
        font-size: 20px;
    }
    #agrementSection .row .col label,
    #agrementSection .form-group label {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #agrementSection h1 {
        width: 90%;
        margin: 15px auto;
    }
    #agrementSection .row {
        display: flex;
        flex-direction: column;
    }
    #agrementSection .row .col {
        width: 100%;
    }
    #agrementSection .signature-one .col:nth-child(2) input {
        width: 80%;
        text-align: center;
    }
    #agrementSection .signature-two .col:nth-child(2) input,
    #agrementSection .signature-two .col:nth-child(1) input {
        width: 75%;
    }
    #agrementSection .signature-three .col:nth-child(2) input,
    #agrementSection .signature-three .col:nth-child(1) input {
        width: 75%;
    }
    .regard-section {
        width: 77%;
        margin: 70px auto 0;
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    #agrementSection h1 {
        font-size: 20px;
    }
    #agrementSection .agreement-heading {
        font-size: 14px;
    }
}

#together-form h1 {
    font-size: 30px;
}

#together-form .row {
    display: flex;
    flex-direction: column;
}

#together-form .row .col {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

#together-form .row .col div:nth-child(1) {
    width: 100%;
    display: flex;
}

.form-wrapper {
    margin-bottom: 20px;
}

#agrementSection #together-form .col input {
    width: 100%;
}

#agrementSection #together-form .col textarea {
    width: 100%;
    font-size: 17px;
    padding: 0 15px;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    font-family: 'Philosopher', sans-serif;
    background-color: transparent;
}

#agrementSection #together-form .col label {
    width: 30%;
}

#agrementSection #together-form .file-type {
    border-bottom: none;
    height: 45px;
    font-size: 17px;
    padding: 0 15px;
    outline: none;
    border: none;
    font-family: 'Philosopher', sans-serif;
}

#together-form .row .checkbox-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#together-form .checkbox-content {
    display: flex;
    width: 90%;
}

#together-form .row .checkbox-wrapper .checkbox-content div {
    display: flex;
    width: 180px;
    margin: 0 auto;
    justify-content: end;
}

#agrementSection #together-form .checkbox-content input {
    width: 20px;
    height: 33px;
    margin-right: 20px;
}

#agrementSection #together-form .checkbox-content label {
    width: 20px;
    height: 33px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1440px) {
    #together-form h1 {
        font-size: 22px;
    }
    #agrementSection #together-form .col label {
        width: 30%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    #together-form h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    #agrementSection #together-form .col label {
        width: 35%;
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    #together-form .row .col {
        display: flex;
        flex-direction: column;
    }
    #together-form .row .col {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
    }
    #together-form h1 {
        font-size: 20px;
    }
    #together-form .row .col div:nth-child(1) {
        display: flex;
        flex-direction: column;
    }
    #agrementSection #together-form .col label {
        width: 70%;
    }
    #agrementSection #together-form .col input {
        padding: 0;
    }
}


/* TravelAgency Primises  */

#travelAgent h1 {
    font-size: 25px;
}

#agrementSection #travelAgent .row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#agrementSection #travelAgent .row-two {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

#agrementSection #travelAgent .col {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: end;
}

#agrementSection #travelAgent .col div:nth-child(1) {
    width: 100%;
    display: flex;
}

#agrementSection #travelAgent p {
    line-height: 53px;
}

#agrementSection #travelAgent p input {
    width: 50%;
    height: 45px;
    font-size: 17px;
    padding: 0 15px;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    font-family: 'Philosopher', sans-serif;
}

#agrementSection #travelAgent input {
    width: 100%;
    height: 45px;
    font-size: 17px;
    padding: 0 15px;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    font-family: 'Philosopher', sans-serif;
    background-color: transparent;
}

#agrementSection #travelAgent label {
    font-family: 'Philosopher', sans-serif;
    font-size: 25px;
    margin-bottom: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 1440px) {
    #agrementSection #travelAgent label {
        font-size: 21px;
        width: 19%;
    }
}

@media only screen and (max-width: 768px) {
    #agrementSection #travelAgent label {
        font-size: 15px;
        width: 19%;
    }
    #agrementSection #travelAgent h1 {
        font-size: 19px;
    }
    #agrementSection #travelAgent .row-two .col:nth-child(3) label {
        width: 370px;
    }
    #agrementSection #travelAgent .row-two .col:nth-child(2) label {
        width: 130px;
    }
    #agrementSection #travelAgent .row-two .col:nth-child(1) label {
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    #agrementSection #travelAgent .accpet-wrapper div:nth-child(2) input {
        width: 32%;
        height: 48px;
        padding: 12px;
    }
    #agrementSection #travelAgent .accpet-wrapper input:nth-child(1) {
        width: 16px;
    }
}


/* List of staff/employees */

#agrementSection #listOfStaff {
    margin-top: 60px;
}

#agrementSection #listOfStaff .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#agrementSection #listOfStaff .row .col {
    width: 100%;
}

#agrementSection #listOfStaff .row .col div:nth-child(1) {
    display: flex;
    flex-direction: column;
}

#agrementSection #listOfStaff .row .col div textarea {
    background-color: transparent;
    padding: 20px;
    font-family: 'Philosopher', sans-serif;
}

textarea::placeholder {
    font-size: 16px;
}

#agrementSection #listOfStaff .row small {
    font-size: 20px;
}

#agrementSection #listOfStaff .row-two .col:nth-child(2) label {
    width: 200px;
}

#agrementSection #listOfStaff .row-two .col:nth-child(3) label {
    width: 660px;
}

#agrementSection #listOfStaff .accpet-wrapper {
    width: 100%;
    padding: 0 20px;
}

#agrementSection #listOfStaff .accpet-wrapper span {
    font-size: 20px;
}

#agrementSection #listOfStaff .accpet-wrapper div:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
}

#agrementSection #listOfStaff .accpet-wrapper input:nth-child(1) {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

#agrementSection #listOfStaff .accpet-wrapper div:nth-child(2) input {
    width: 15%;
    height: 55px;
    padding: 19px;
    font-size: 16px;
    outline: none;
    border: none;
    background: #e9edef;
}

#agrementSection #listOfStaff .accpet-wrapper div:nth-child(2) input:focus {
    background: aliceblue;
}

@media only screen and (max-width: 767px) {
    #agrementSection #listOfStaff .row .col div textarea {
        width: 97%;
    }
    #agrementSection #listOfStaff .accpet-wrapper div:nth-child(2) input {
        width: 28%;
        margin-top: 19px;
    }
}

@media only screen and (max-width: 320px) {
    #agrementSection #listOfStaff .accpet-wrapper div:nth-child(2) input {
        height: 43px;
        padding: 14px;
    }
}


/* Error Message */

#div1,
#div2,
#div3,
#div4,
#div5,
#div6,
#div7,
#div8,
#div9,
#div10,
#div11,
#div12,
#div13,
#div14,
#div15,
#div16,
#div17,
#div18,
#div19,
#div20,
#div21,
#div22,
#div23,
#div24,
#div25,
#div26,
#div27,
#div28,
#div29,
#div30,
#div31,
#div32,
#div33,
#div34,
#div35,
#div36,
#div37,
#div38,
#div39,
#div40,
#div41,
#div42,
#div43,
#div44,
#div45,
#div46,
#div47,
#div48,
#div49,
#div50,
#div51,
#div52,
#div53,
#div54,
#div55,
#div56,
#div57,
#div58,
#div59,
#div60,
#div61,
#div62,
#div63,
#div64,
#div65,
#div66,
#div67,
#div68,
#div69,
#div70 {
    display: none;
    color: red;
    font-size: 16px;
    width: 100%;
    text-align: right;
}

#div17,
#div18,
#div19,
#div20,
#div21,
#div22,
#div23,
#div24 {
    width: 65%;
}

#div71,
#div72 {
    display: none;
    color: red;
    font-size: 16px;
    width: 59%;
    text-align: right;
}


/* Sing Up Form */

#singUpForm {
    width: 100%;
    height: 114%;
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
}

#singUpForm form {
    width: 50%;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
}

#singUpForm .form-lable-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

#singUpForm .form-lable-wrapper h1 {
    margin: 90px 0 0;
}

#singUpForm .form-row {
    margin-bottom: 20px;
}

#singUpForm .form-row .form-group {
    margin-bottom: 15px;
    display: flex;
}

#singUpForm .form-row .form-group label {
    margin-right: 30px;
    font-size: 20px
}

#singUpForm .form-row:nth-child(2) .form-group:nth-child(1) label {
    margin-right: 25px;
}

#singUpForm .form-row:nth-child(3) .form-group label {
    margin-right: 24px;
}

#singUpForm .form-row .form-group label span {
    font-size: 22px;
}

#singUpForm .form-control {
    width: 85%;
    height: 40px;
    border: none;
    border-bottom: 2px solid #000;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
    background-color: transparent;
}

#singUpForm .radio-wrapper .form-group {
    padding: 0 15px;
}

#singUpForm .radio-wrapper .form-group .form-check input {
    width: 20px;
    height: 20px;
}

#singUpForm .radio-wrapper .form-group .form-check label {
    margin: 3px 16px;
}

#singUpForm form .btn-wrapper button {
    width: 20%;
    height: 45px;
    border-radius: 50px;
    background-color: #1e97e5;
    color: #fff;
    font-size: 19px;
    outline: none;
}

#singUpForm form .sign-up-btn {
    text-decoration: underline;
    margin: 30px 0;
    font-size: 21px;
    font-weight: 800;
}

@media only screen and (max-width: 1440px) {
    #singUpForm {
        width: 100%;
        height: 110%;
    }
}

@media only screen and (max-width: 1024px) {
    #singUpForm {
        width: 100%;
        height: 110%;
    }
    #singUpForm form {
        width: 75%;
        margin: 50px auto 45px;
    }
}

@media only screen and (max-width: 768px) {
    #singUpForm form {
        width: 85%;
        margin: 50px auto 45px;
    }
    #singUpForm .form-row {
        margin-bottom: 20px;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    #singUpForm {
        width: 100%;
        height: 120%;
    }
    #singUpForm form {
        width: 100%;
        margin: 50px auto 45px;
    }
    #singUpForm .form-row {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
    .form-group {
        width: 90%;
        margin: 0 auto;
    }
    #singUpForm .form-lable-wrapper h1 {
        margin: 24px 0 0;
        font-size: 50px;
        font-weight: 700;
    }
    #singUpForm form .btn-wrapper {
        /* width: 20%;
        height: 45px;
        border-radius: 50px;
        background-color: #1e97e5;
        color: #fff;
        font-size: 19px; */
        display: flex;
        justify-content: center;
    }
    #singUpForm form .btn-wrapper button {
        width: 30%;
    }
    #singUpForm form .sign-up-btn {
        font-size: 21px;
        display: flex;
        justify-content: center;
    }
}


/* Accordian Form p5 */

#accordian-form {
    width: 100%;
    height: 140%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
}

#accordian-form center {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#accordian-form .container {
    width: 30%;
    margin: 0 auto;
}

#accordian-form button:focus {
    outline-color: #1e97e5;
}

.accordian-heading h4 {
    background-color: #1e97e5;
    font-size: 40px;
    padding: 20px 0;
    color: #fff;
    margin-left: 0px;
}

.accordian-footer {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.accordian-footer label {
    text-align: left;
    height: 34px;
    font-size: 22px;
}

.accordian-footer button {
    height: 50px;
    font-size: 21px;
    color: #fff;
    border: 4px solid #1e97e5;
    background-color: transparent;
}

.card-header {
    padding: 1.9rem 1.25rem;
}

#accordion .card button {
    font-size: 20px;
}

#accordion .card .card-body {
    font-size: 20px;
    text-align: left;
    background-color: rgb(0, 0, 0, .2);
}

#accordion .card .card-header {
    border: 1px solid rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1440px) {
    #accordian-form {
        height: 190%;
    }
}

@media only screen and (max-width: 1024px) {
    #accordian-form {
        width: 100%;
        height: 158%;
    }
    .accordian-heading h4 {
        font-size: 27px;
        padding: 13px 0;
    }
    .card-header {
        padding: 1.1rem 1.25rem;
    }
    #accordion .card button {
        font-size: 16px;
    }
    #accordion .card .card-body {
        font-size: 16px;
    }
    #accordion .card .card-body .fa,
    #accordion .card .card-body .fas {
        font-size: 15px;
    }
    .accordian-footer label {
        font-size: 19px;
    }
    .accordian-footer button {
        height: 48px;
        font-size: 19px;
    }
}

@media only screen and (max-width: 768px) {
    #accordian-form .container {
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    #accordian-form .container {
        width: 90%;
        margin: 0 auto;
    }
    #accordian-form #timeline .prgreoss {
        padding: 60px 0 10px 17px;
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }
    #accordian-form #timeline ul li .un-fill div {
        width: 39px;
        height: 37px;
    }
    #accordian-form #timeline ul li .un-fill .icon {
        width: 39px;
        height: 37px;
        padding: 13px;
        font-size: 15px;
        text-align: center;
    }
    #accordian-form #timeline ul li .un-fill .icon::after {
        width: 93px;
    }
}

@media only screen and (max-width: 375px) {
    #accordian-form #timeline .prgreoss {
        padding: 60px 0 10px 0px;
    }
    #accordian-form #timeline ul li {
        width: 54px;
    }
    #accordian-form #timeline ul li .un-fill div {
        width: 33px;
        height: 33px;
    }
    #accordian-form #timeline ul li .un-fill .icon {
        width: 33px;
        height: 33px;
        padding: 9px;
        font-size: 14px;
        text-align: center;
    }
    #accordian-form #timeline ul li .un-fill .icon::after {
        width: 80px;
    }
}

@media only screen and (max-width: 320px) {
    #accordian-form #timeline ul li {
        width: 45px;
    }
    #accordian-form #timeline ul li .un-fill .icon::after {
        width: 40px;
    }
}


/* Accordian Form p2 */

#accordian-form-2 {
    width: 100%;
    height: 170%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
}

.form-horizontal .row:nth-child(1) .form-group:first-child .form-control {
    width: 85%;
}

.form-horizontal .row:nth-child(1) .form-group:nth-child(2) .form-control {
    width: 100%;
}

.form-horizontal .row:nth-child(1) .form-group:nth-child(3).form-control {
    width: 100%;
}

.form-horizontal .row:nth-child(2) .form-group:first-child .form-control {
    width: 85%;
}

.form-horizontal .row:nth-child(2) .form-group:nth-child(2) .form-control {
    width: 100%;
}

.form-horizontal .row:nth-child(2) .form-group:nth-child(3).form-control {
    width: 100%;
}

.form-horizontal .row:nth-child(3) .form-group:first-child .form-control {
    width: 85%;
}

.form-horizontal .row:nth-child(3) .form-group:nth-child(2) .form-control {
    width: 100%;
}

.form-horizontal .row:nth-child(4) .form-group:first-child .form-control {
    width: 85%;
}

.form-horizontal .row:nth-child(4) .form-group:nth-child(2) .form-control {
    width: 100%;
}

#accordian-form-2 .form-control {
    padding: 2.375rem .75rem;
    font-size: 18px;
}

.form-horizontal .row .form-group label {
    font-size: 19px;
    margin: 20px 0;
}

#accordian-form-2 h4 {
    margin-left: -11px;
    padding: 20px 0;
    /* border-top: 10px solid #1e97e5; */
}

#accordian-form-2 .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 20px 45px;
}

#accordian-form-2 .btn-wrapper button {
    background-color: #1e97e5;
    width: 127px;
    color: #fff;
    font-weight: bolder;
    padding: 14px 45px;
    font-size: 20px;
    border-radius: 30px;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 18px;
    height: 48px;
}

@media only screen and (max-width: 1440px) {
    #accordian-form-2 {
        width: 100%;
        height: 170%;
    }
    .form-horizontal .row:nth-child(1) .form-group:first-child .form-control {
        width: 90%;
    }
    .form-horizontal .row:nth-child(1) .form-group:nth-child(2) .form-control {
        width: 105%;
    }
    .form-horizontal .row:nth-child(2) .form-group:first-child .form-control {
        width: 90%;
    }
    .form-horizontal .row:nth-child(2) .form-group:nth-child(2) .form-control {
        width: 105%;
    }
    .form-horizontal .row:nth-child(3) .form-group:first-child .form-control {
        width: 90%;
    }
    .form-horizontal .row:nth-child(3) .form-group:nth-child(2) .form-control {
        width: 107%;
    }
    .form-horizontal .row:nth-child(4) .form-group:first-child .form-control {
        width: 90%;
    }
    .form-horizontal .row:nth-child(4) .form-group:nth-child(2) .form-control {
        width: 107%;
    }
}

@media only screen and (max-width: 767px) {
    #accordian-form-2 {
        width: 100%;
        height: 290%;
    }
    #accordian-form-2 .container {
        width: 90%;
        margin: 0 auto;
    }
    #accordian-form-2 h4 {
        display: flex;
        justify-content: center;
    }
    .form-horizontal .row:nth-child(1) .form-group:first-child .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(1) .form-group:nth-child(2) .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(2) .form-group:first-child .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(2) .form-group:nth-child(2) .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(3) .form-group:first-child .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(3) .form-group:nth-child(2) .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(4) .form-group:first-child .form-control {
        width: 100%;
    }
    .form-horizontal .row:nth-child(4) .form-group:nth-child(2) .form-control {
        width: 100%;
    }
    .form-horizontal .row {
        display: flex;
        justify-content: center;
    }
    #accordian-form-2 .btn-wrapper {
        display: flex;
        justify-content: center;
    }
    #accordian-form-2 .btn-wrapper button {
        padding: 3px 45px;
        font-size: 17px;
    }
    #accordian-form-2 .form-control {
        padding: 1.8rem .75rem;
    }
    .form-horizontal .row option {
        font-size: 14px;
    }
}


/* Time Lines */


/* Time Line */

#timeline .prgreoss {
    margin: 90px auto 0;
    padding: 4px 0px 100px 180px;
}

#timeline ul {
    text-align: center;
}

#timeline ul li {
    display: inline-block;
    width: 240px;
    text-align: left;
    position: relative;
}

#timeline ul li .un-fill .icon {
    width: 50px;
    height: 50px;
    padding: 13px;
    font-size: 20px;
    text-align: center;
}

#timeline ul li .fill-timeline .icon {
    width: 50px;
    height: 50px;
    padding: 13px;
    font-size: 20px;
    text-align: center;
}

#timeline ul li .un-fill .label {
    width: 240px;
    height: 50px;
    padding: 13px;
    font-size: 20px;
    color: #000;
    position: absolute;
    left: -90px;
}

#timeline ul li .fill-timeline .label {
    width: 240px;
    height: 50px;
    padding: 13px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: -90px;
}

#timeline ul li .un-fill .icon::after {
    content: " ";
    background-color: #fff;
    display: block;
    width: 240px;
    height: 5px;
    margin: -9px 0;
    z-index: -1;
}

#timeline ul li .fill-timeline .icon::after {
    content: " ";
    background-color: #0b8fe5;
    display: block;
    width: 240px;
    height: 5px;
    margin: -9px 0;
    z-index: -1;
}

#timeline ul li:nth-child(5) .icon::after {
    content: " ";
    display: none;
}

#timeline ul li .fill-timeline div {
    background-color: #0b8fe5;
    color: #212121;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

#timeline ul li .un-fill div {
    background-color: #fff;
    color: #212121;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.error-text {
    color: #ca5252;
    font-size: 19px;
    padding: 5px 55px;
}

#accordian-form-2 .error-text {
    color: #ca5252;
    font-size: 19px;
    padding: 5px 7px;
}

@media only screen and (max-width: 1440px) {
    #timeline ul li {
        width: 200px;
    }
}

@media only screen and (max-width: 1240px) {
    #timeline ul li {
        width: 125px;
    }
    #timeline ul li .un-fill .icon::after {
        width: 125px;
    }
    #timeline .prgreoss {
        padding: 60px 0 50px 87px;
        margin: 0;
    }
    #timeline ul li .un-fill .label {
        width: 240px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    #timeline ul li {
        width: 120px;
    }
    #timeline ul li .icon::after {
        width: 97px;
    }
    #timeline ul li .label {
        width: 200px;
        font-size: 10px;
        left: -75px;
    }
    #p6FormSection #timeline .prgreoss {
        padding: 60px 0 49px 17px;
        margin: 0;
    }
    #p6FormSection #timeline ul li {
        width: 107px;
    }
    #p6FormSection #timeline ul li .un-fill .label {
        width: 194px;
        font-size: 11px;
        left: -60px;
    }
}

@media only screen and (max-width: 767px) {
    #timeline ul li .un-fill div {
        background-color: #fff;
        color: #212121;
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }
    #timeline ul li .un-fill .icon {
        width: 40px;
        height: 40px;
        padding: 12px;
        font-size: 12px;
        text-align: center;
    }
    #timeline ul li .un-fill .icon::after {
        width: 108px;
    }
    #timeline ul li {
        width: 77px;
    }
    #timeline ul {
        text-align: inherit;
    }
    #timeline ul li .label {
        width: 60px;
        font-size: 10px;
        left: -10px;
        display: none;
    }
    #timeline .prgreoss {
        padding: 0px 0 10px 17px;
        display: flex;
        justify-content: center;
    }
    #p6FormSection #timeline ul li {
        width: 62px;
    }
    #p6FormSection #timeline ul li .un-fill div {
        width: 35px;
        height: 35px;
    }
    #p6FormSection #timeline ul li .un-fill .icon {
        width: 35px;
        height: 35px;
        padding: 9px;
        font-size: 16px;
    }
    #p6FormSection #timeline ul li .un-fill .icon::after {
        width: 88px;
    }
}

@media only screen and (max-width: 375px) {
    #timeline ul li div {
        width: 30px;
        height: 30px;
    }
    #timeline ul li .un-fill .icon::after {
        width: 87px;
    }
    #timeline ul li {
        width: 62px;
    }
    #timeline ul li .icon {
        width: 32px;
        height: 35px;
        padding: 8px;
        font-size: 12px;
        text-align: center;
    }
    #p6FormSection #timeline ul li {
        width: 54px;
    }
    #p6FormSection #timeline ul li .un-fill .icon::after {
        width: 83px;
    }
}

@media only screen and (max-width: 320px) {
    #p6FormSection #timeline ul li {
        width: 43px;
    }
    #p6FormSection #timeline ul li .un-fill .icon::after {
        width: 71px;
    }
    #timeline ul li {
        width: 56px;
    }
}


/* p6 Form */

.p6-form .form-horizontal .row .col-md-6:nth-child(2) {
    margin: 20px 0;
}

.p6-form .form-horizontal .custom-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
}

.p6-form .form-horizontal .custom-checkbox .custom-control-label span {
    margin-left: 30px;
}

.p6-form .form-horizontal .row .form-group label {
    font-size: 17px;
    margin: 20px 0;
}

.p6-form .form-horizontal .row .form-group input[type=checkbox] {
    margin: 26px 0px 0 -25px;
    margin-top: 1px\9;
    line-height: normal;
    width: 20px;
    height: 20px;
}

.p6-form .form-horizontal .custom-checkbox .custom-control-label span {
    margin-left: 30px;
}

@media only screen and (max-width: 768px) {
    .p6-form .form-horizontal .row .form-group label {
        font-size: 11px;
        margin: 20px 0;
    }
    .p6-form .form-horizontal .custom-checkbox .custom-control-label span {
        margin-left: 10px;
    }
    .p6-form .form-horizontal .ckeckboxs .col-xs-4 {
        width: 40%;
    }
    .p6-form .form-horizontal .ckeckboxs .col-xs-6 {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    #p6FormSection #accordian-form-2 {
        width: 100%;
        height: 303%;
    }
}


/* Mail Conform Screen */


/* p7 Style */

#mailConfirm {
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
}

#mailConfirm p {
    font-size: 25px;
    text-align: center;
}

#mailConfirm h4 {
    margin-left: 0px;
}

#mailConfirm button {
    padding: 12px 40px;
    font-size: 17px;
    border-radius: 50px;
}

@media only screen and (max-width: 768px) {
    #mailConfirm p {
        font-size: 20px;
    }
    #mailConfirm h4 {
        font-size: 18px;
    }
    #mailConfirm button {
        padding: 6px 28px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #mailConfirm p {
        padding: 0 40px;
        font-size: 16px;
    }
    #mailConfirm #timeline ul li .un-fill div {
        width: 35px;
        height: 35px;
    }
    #mailConfirm #timeline ul li .un-fill .icon {
        width: 30px;
        height: 30px;
        padding: 9px;
        font-size: 16px;
        text-align: center;
    }
    #mailConfirm #timeline ul li .un-fill .icon::after {
        width: 90px;
    }
}

@media only screen and (max-width: 375px) {
    #mailConfirm #timeline ul li .un-fill .icon::after {
        width: 75px;
    }
    #mailConfirm button {
        padding: 2px 17px;
        font-size: 15px;
    }
}


/* p8 form */

#p8Form {
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgb(115 185 230 / 0.7) 30%, rgb(217 236 248) 100%);
}

#p8Form .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #0b8fe5;
    color: #fff;
    padding: 19px;
    text-align: center;
    font-size: 30px;
}

#p8Form button {
    padding: 12px 40px;
    font-size: 17px;
    border-radius: 50px;
}

@media only screen and (max-width: 768px) {
    #p8Form #timeline ul li {
        width: 88px;
    }
    #p8Form #timeline .prgreoss {
        padding: 60px 0 50px 0px;
        margin: 0;
    }
    #timeline ul li .un-fill .label {
        width: 153px;
        font-size: 12px;
        left: -49px;
    }
}

@media only screen and (max-width: 767px) {
    #p8Form #timeline ul li {
        width: 56px;
    }
    #p8Form #timeline .prgreoss {
        padding: 60px 0 50px 15px;
        margin: 0;
    }
    #p8Form #timeline ul li .un-fill div {
        width: 35px;
        height: 35px;
    }
    #p8Form #timeline ul li .un-fill .icon {
        width: 35px;
        height: 30px;
        padding: 10px;
        font-size: 14px;
    }
    #p8Form #timeline ul li .un-fill .icon::after {
        width: 79px;
    }
    #p8Form #p8Form h4 {
        margin-left: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    #p8Form #timeline ul li {
        width: 42px;
    }
    #p8Form #timeline ul li .un-fill .icon::after {
        width: 66px;
    }
}


/* Additional Time Line */


/* Time line  */

.fill-timeline {
    display: none;
}

#accordian-form #unfilltwo div {
    background-color: #0b8fe5;
    color: #fff;
}

#accordian-form #unfilltwo .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#accordian-form #unfillthree div {
    background-color: #0b8fe5;
    color: #fff;
}

#accordian-form #unfillthree .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#accordian-form #unfillfour div {
    background-color: #0b8fe5;
    color: #fff;
}

#accordian-form #unfillfour .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p6FormSection #unfilltwo div {
    background-color: #0b8fe5;
    color: #fff;
}

#p6FormSection #unfilltwo .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p6FormSection #unfillthree div {
    background-color: #0b8fe5;
    color: #fff;
}

#p6FormSection #unfillthree .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p6FormSection #unfillfour div {
    background-color: #0b8fe5;
    color: #fff;
}

#p6FormSection #unfillfour .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#mailConfirm #unfilltwo div {
    background-color: #0b8fe5;
    color: #fff;
}

#mailConfirm #unfilltwo .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#mailConfirm #unfillthree div {
    background-color: #0b8fe5;
    color: #fff;
}

#mailConfirm #unfillthree .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#mailConfirm #unfillfour div {
    background-color: #0b8fe5;
    color: #fff;
}

#mailConfirm #unfillfour .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#mailConfirm #unfillfive div {
    background-color: #0b8fe5;
    color: #fff;
}

#mailConfirm #unfillfive .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p8Form #unfilltwo div {
    background-color: #0b8fe5;
    color: #fff;
}

#p8Form #unfilltwo .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p8Form #unfillthree div {
    background-color: #0b8fe5;
    color: #fff;
}

#p8Form #unfillthree .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p8Form #unfillfour div {
    background-color: #0b8fe5;
    color: #fff;
}

#p8Form #unfillfour .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p8Form #unfillfive div {
    background-color: #0b8fe5;
    color: #fff;
}

#p8Form #unfillfive .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p8Form #unfillsix div {
    background-color: #0b8fe5;
    color: #fff;
}

#p8Form #unfillsix .icon::after {
    content: " ";
    background-color: #0b8fe5;
}

#p8Form #unfillseven div {
    background-color: #0b8fe5;
    color: #fff;
}

#p8Form #unfillseven .icon::after {
    content: " ";
    background-color: #0b8fe5;
}
.text-center {

    text-align: center;
}

.inner-pages h1{

    margin: auto;
}