﻿.atithya-banner {
    background-color: #000000;
    height: 100vh;
}
.atithya-banner .atithya-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.atithya-banner .atithya-logo h1 {
    font-size: 38px;
    color: #ffffff;
    margin: 0px;
    padding: 35px 0px 20px;
}
.atithya-banner .atithya-logo h2 {
    font-size: 32px;
    color: #ffffff;
    margin: 0px;
}
.atithya-banner .atithya-logo h2 span {
    padding: 0px 20px;
}
.about-secc .about-atithya-text {
    background-color: #CCA679;
    padding: 0px 6% 0 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-secc .about-atithya-text h2 {
    font-size: 42px;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 30px;
    line-height: 46px;
}
.about-secc .about-atithya-text h2 span {
    display: inline-block;
}
.about-secc .about-atithya-text p {
    font-size: 24px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 32px;
}
.about-secc .about-atithya-image img {
    width: 100%;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.why-atithya {
    background-color: #FFF5E8;
    padding: 8% 0% 8%;
}
.why-atithya .why-bg {
    position: absolute;
    right: 0px;
    top: 0px;
}
.why-atithya .why-atithya-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-atithya .why-atithya-text h2 {
    font-size: 42px;
    color: #000000;
    margin: 0px;
    padding-bottom: 15px;
}
.why-atithya .why-atithya-text p {
    font-size: 26px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 32px;
}
.why-atithya .airport-parent {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
}
.why-atithya .airport-parent .airport-child {
    width: 33.3%;
}
.why-atithya .airport-parent .airport-child h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 0px;
    padding-top: 10px;
}
.key-features {
    padding: 5% 0% 8%;
}
.key-features .key-head h2 {
    font-size: 42px;
    color: #000000;
    margin: 0px;
    padding-bottom: 10px;
}
.key-features .key-head p {
    font-size: 30px;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 35px;
}
.key-features .well-boxx {
    background-color: #ffffff;
    height: 245px;
    border-radius: 5px;
    border-top: 3px solid #D2AA7D;
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.key-features .well-boxx h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0px;
    padding-top: 15px;
}
.atithya-jour {
    background-color: #1D132C;
    padding: 5% 0% 8%;
}
.atithya-jour .atithya-joutext h2 {
    font-size: 42px;
    color: #CAA776;
    margin: 0px;
    padding-bottom: 35px;
}
.atithya-jourtabb .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}
.atithya-jourtabb .nav-tabs .nav-item {
    padding-right: 15px;
}
.atithya-jourtabb .nav-tabs .nav-link {
    border: 2px solid #CCA679;
    font-size: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    color: #000000;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atithya-jourtabb .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #CCA679;
    border: 2px solid #CCA679;
}
.tab-content > .tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}
.tab-content > .tab-pane.active {
    height: auto;
}
.atithya-jourtabb .tab-content .greet-parent {
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.atithya-jourtabb .tab-content .greet-parent .greet-child {
    background-image: url(/images/atithya/circle.png);
    width: 341px;
    height: 341px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}
.atithya-jourtabb .tab-content .greet-parent .greet-child p {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 26px;
    width: 46%;
    text-align: center;
}
.atithya-jourtabb .tab-content .greet-parent .greet-child::after {
    content: '';
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 46%;
    right: -35px;
}
.atithya-jourtabb .tab-content .greet-parent .greet-child:last-child::after {
    display: none;
}
.atithya-jourtabb .tab-content #profile .greet-parent .greet-child p {
    width: 65%;
}
.atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
    height: 311px;
}
.table_outter thead > tr {
    color: #fff !important;
    background: #013976 !important;
    text-transform: uppercase;
    font-size: 13px;
}
tbody tr:nth-child(odd) {
    background: #fafafa;
}
tbody tr:nth-child(even) {
    background: #fff;
}
.table td {
    font-size: 14px;
}
.table-bordered td, .table-bordered th {
    border: 0 solid #dee2e6 !important;
	width: 33.33%;
    text-align: center;
}
.domestic-inter {
    padding-bottom: 10px;
}
a.wts-bt {
    margin: 0 20px 10px 20px;
    padding: 5px 20px;
    background: #fee3af;
    display: inline-block;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    color: #333;
}
@media (max-width: 1680px){
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 251px;
    }
}
@media(max-width: 1540px){
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 290px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 21px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 223px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child p {
        width: 80%;
        font-size: 20px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 290px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 21px;
    }
}
@media (max-width: 1440px) {
    .why-atithya .why-atithya-text h2 {
        font-size: 32px;
    }
    .why-atithya .why-atithya-text p {
        font-size: 22px;
        line-height: 30px;
    }
    .why-atithya .airport-parent .airport-child h3 {
        font-size: 22px;
    }
    .key-features .key-head h2 {
        font-size: 37px;
    }
    .key-features .key-head p {
        font-size: 25px;
    }
    .key-features .well-boxx img {
        width: 160px;
    }
    .key-features .well-boxx h3 {
        font-size: 20px;
    }
    .atithya-jour .atithya-joutext h2 {
        font-size: 37px;
    }
    .atithya-jourtabb .nav-tabs .nav-link {
        font-size: 26px;
        width: 320px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 20px;
        width: 50%;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child p {
        font-size: 18px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 20px;
        width: 50%;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 255px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 205px;
    }
}
@media (max-width: 1399px){
    .atithya-banner .atithya-logo img {
        width: 250px;
    }
    .atithya-banner .atithya-logo h1 {
        font-size: 28px;
        padding: 25px 0px 15px;
    }
    .atithya-banner .atithya-logo h2 {
        font-size: 24px;
    }
    .atithya-banner .atithya-logo h2 span {
        padding: 0px 15px;
    }
    .about-secc .about-atithya-text h2 {
        font-size: 34px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .about-secc .about-atithya-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .why-atithya .why-atithya-text h2 {
        font-size: 28px;
    }
    .why-atithya .why-atithya-text p {
        font-size: 20px;
    }
    .why-atithya .airport-parent .airport-child h3 {
        font-size: 18px;
    }
    .why-atithya .airport-parent .airport-child img {
        width: 110px;
    }
    .key-features {
        padding: 4% 0% 7%;
    }
    .key-features .key-head h2 {
        font-size: 34px;
        padding-bottom: 8px;
    }
    .key-features .key-head p {
        font-size: 22px;
        padding-bottom: 30px;
    }
    .key-features .well-boxx {
        height: 200px;
    }
    .key-features .well-boxx img {
        width: 140px;
    }
    .key-features .well-boxx h3 {
        font-size: 18px;
    }
    .atithya-jour {
        padding: 4% 0% 6%;
    }
    .atithya-jourtabb .nav-tabs .nav-link {
        font-size: 22px;
        width: 280px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 241px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 18px;
        width: 65%;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child::after {
        border-width: 0 4px 4px 0;
        padding: 5px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 183px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child p {
        font-size: 16px;
        line-height: 20px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 241px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 18px;
        width: 65%;
    }
}
@media (max-width: 1199px){
    .atithya-banner .atithya-logo img {
        width: 200px;
    }
    .why-atithya .airport-parent .airport-child img {
        width: 85px;
    }
    .why-atithya .why-atithya-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .why-atithya .airport-parent .airport-child h3 {
        font-size: 14px;
    }
    .why-atithya .why-bg img {
        width: 332px;
    }
    .key-features .key-head h2 {
        font-size: 26px;
    }
    .key-features .key-head p {
        font-size: 18px;
        padding-bottom: 23px;
    }
    .key-features .well-boxx {
        height: 170px;
    }
    .key-features .well-boxx img {
        width: 115px;
    }
    .key-features .well-boxx h3 {
        font-size: 15px;
        text-align: center;
    }
    .atithya-jour .atithya-joutext h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }
    .atithya-jourtabb .nav-tabs .nav-link {
        font-size: 20px;
        width: 255px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 191px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 15px;
        width: 75%;
        line-height: 20px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 120px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child p {
        font-size: 13px;
        line-height: 15px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 155px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 15px;
        width: 75%;
        line-height: 20px;
    }
}
@media (max-width: 991px) {
    .about-secc .about-atithya-text h2 {
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .about-secc .about-atithya-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .why-atithya .why-atithya-text h2 {
        font-size: 22px;
    }
    .why-atithya .why-atithya-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .why-atithya .why-bg img {
        width: 262px;
    }
    .key-features .key-head h2 {
        font-size: 22px;
    }
    .key-features .key-head p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .key-features .well-boxx {
        height: 150px;
    }
    .key-features .well-boxx img {
        width: 90px;
    }
    .key-features .well-boxx h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .atithya-jour .atithya-joutext h2 {
        font-size: 22px;
    }
    .atithya-jourtabb .nav-tabs .nav-link {
        font-size: 16px;
        width: 150px;
        padding: 5px 10px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 140px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 13px;
        width: 75%;
        line-height: 14px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child::after {
        border-width: 0 3px 3px 0;
        padding: 4px;
        right: -27px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 135px;
        margin-right: 15px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child p {
        font-size: 13px;
        width: 75%;
        line-height: 14px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        height: 135px;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child:after {
        border-width: 0 3px 3px 0;
        padding: 3px;
        right: -10px;
        top: 48%;
    }
}
@media (max-width: 767px){
    .atithya-banner .atithya-logo h1 {
        font-size: 17px;
        padding: 18px 0px 13px;
    }
    .atithya-banner .atithya-logo h2 {
        font-size: 16px;
    }
    .atithya-banner .atithya-logo h2 span {
        padding: 0px 7px;
    }
    .about-secc .about-atithya-text {
        padding: 8% 6% 10% 6%;
    }
    .why-atithya .why-atithya-text h2 {
        font-size: 20px;
    }
    .why-atithya .airport-parent .airport-child img {
        width: 65px;
    }
    .why-atithya .why-bg {
        bottom: 0px;
        top: auto;
    }
    .key-features {
        padding: 8% 0% 9%;
    }
    .key-features .key-head h2 {
        font-size: 20px;
    }
    .key-features .key-head p {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .key-features .well-boxx {
        margin-bottom: 15px;
    }
    .atithya-jour .atithya-joutext h2 {
        font-size: 20px;
    }
    .atithya-jourtabb .nav-tabs .nav-item {
        padding-right: 10px;
    }
    .atithya-jourtabb .nav-tabs .nav-link {
        font-size: 14px;
        width: 85px;
        padding: 4px 10px;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child {
        width: 200px;
        height: 200px;
        margin-right: 0px;
        margin-bottom: 35px;
        background-image: none;
        background-color: #fff;
        border-radius: 50%;
        border: 3px solid #cca679;
    }
    .atithya-jourtabb .tab-content .greet-parent .greet-child::after, .atithya-jourtabb .tab-content #profile .greet-parent .greet-child:after {
        border-width: 0 3px 3px 0;
        padding: 4px;
        right: 95px;
        top: 106%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(45deg);
    }
    .atithya-jourtabb .tab-content .greet-parent {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .atithya-jourtabb .tab-content #profile .greet-parent .greet-child {
        height: 200px;
        margin-right: 0px;
    }
}