@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    padding-top:70px;
    color:#242424;
}

.loader {
    width:100%;
    height:100vh;
    z-index:9999;
    position:fixed;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.5);
    top:0;

}
.top_load_line {
    border-top:7px solid #85cfe4;
    width:100%;
    animation: loadertopline 6s infinite;
}
@keyframes loadertopline {0% {width: 0;}100%{width: 100%;}}


.text-right {text-align:right !important;}
.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
a{color: #85cfe4;text-decoration: none;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}

/* -- Menu Start -- */
#mobile_menu_open {display:none;}

@media (min-width:769px) {.mobile_menu {display:none;}}
@media (max-width:768px) {
    .desktop_menu {display:none;}
    .mobile_hide{display:none !important;}
}

#mobile_menu_open {
    width:100%;
    height:100%;
    position:fixed;
    color:#fff;
    background:#000;
    z-index:999999;
    top:0;
}

.run_mobile_menu {
    animation-name: run_mobile_menu;
    animation-duration: 0.4s;
}
.close_mobile_menu {
    animation-name: close_mobile_menu;
    animation-duration: 0.4s;
}
@keyframes run_mobile_menu {
0% {right: 100%;}
100% {right: 0;}
}

@keyframes close_mobile_menu {
0% {right: 0;}
100% {right: 100%;}
}

/* -- Desktop Menu START -- */
.desktop_menu{
    border-bottom: 1px solid #e3e3e3;
    padding:14px 0;
    position:fixed;
    width:100%;
    top:0;
    background:#fff;
    z-index:999;
}

.desktop_menu img{
max-height:40px;
}

.desktop_menu a{
text-transform: uppercase;
font-size: 17px;
padding-right:35px;
font-weight: 500;
line-height: 35px;
}
.desktop_menu a:hover{color:#2a336c}


@media (max-width:992px) {
.desktop_menu a{
   padding-right:17px;
   font-size: 16px;
}
}

.sign_up_menu {
    border-radius:9999px;
    background:#85cfe4;
    color:#fff;
    text-align:center;
    padding:10px 20px 10px 20px !important;
}
.sign_up_menu:hover{
    background:#2a336c !important;
    color:#85cfe4 !important;
}

.home_menu .desktop_menu {
border-bottom:0;
background:transparent;
}

.fixed_menu .desktop_menu{
 border-bottom: 1px solid #e3e3e3;
 background:#fff;
}

.home_menu a {color: #2a336c;}
.home_menu a.sign_up_menu {color:#fff;}
/* -- Desktop Menu END -- */


/* -- Mobile Menu Start -- */
.mobile_menu{
    border-bottom: 1px solid #e3e3e3;
    padding:15px 0;
    position:fixed;
    width:100%;
    top:0;
    background:#fff;
    z-index:999;
}

.home_menu .mobile_menu {
background:transparent;
border-bottom:0;
}

.fixed_menu .mobile_menu{
 border-bottom: 1px solid #e3e3e3;
 background:#fff;
}

.mobile_logo img{
height:35px;
}
.open_menu_logo img{
height:35px;
}

.menubar img{
    width:32px;
    height:32px;
    margin-top:2px;
}

#mobile_menu_open {
background:#2a336c;
}
#close_menu img {
width:100%;
max-width:20px;
}

.menu_border_b {
border-bottom: 1px solid #e3e3e3;
}

.mobilemped {
    padding:10px 0;
}

.menu_li_mobile {
border-top: 1px solid #e3e3e3;
text-align:center;
list-style:none;
}

.menu_li_mobile li{
    margin-top:20px;
}
.menu_li_mobile li a{
    color:#fff;
    font-size:19px;
    font-weight:400;
    text-transform: uppercase;
}
.mobile_last_childli {
    margin-top:25px !important;
}
.mobile_last_childli a{
    background:#fff !important;
    color:#2a336c !important;
    border-radius:9999px;
    padding:10px 20px;
}
/* -- Mobile Menu END -- */

/* -- Menu END -- */


/* -- Footer Start -- */
.contact_footer_section {
background:#f7f8fc;
padding: 40px 0;
text-align: center;
}
.contact_footer_section h5 {
    font-size: 40px;
    color: #2a336c;
    font-weight: 300;
}
.contact_footer_section h6 {
    font-size: 15px;
    color: #86cfe4;
    margin-top: 10px;
    font-weight: 700;
}
.contact_footer_section p {
    font-size: 20px;
    color: #626b94;
    font-weight: 300;
    margin-bottom:0;
}
.contact_footer_section p a {
    color: #86cfe4;
    font-size: 18px;
    font-weight: 500;
}
.contact_footer_section img {
width:25px;
margin-top:15px;
margin-bottom:10px;
}

@media (max-width:768px) {
.contact_footer_section h5 {font-size: 33px;}
.contact_footer_section p a {font-size: 16px;}
}

.contact_links_section {
text-align: center;
padding: 30px 0;
}
.contact_links_section img{
width:100%;
max-width:140px;
}

.contact_copyright_section {
background:#f7f8fc;
text-align: center;
padding: 15px 0;
}
.contact_copyright_section p{
    margin:0;
    padding:0;
    font-size:15px;
}


@media (min-width:768px) {
.footer_hrefs {
    display:flex;
    gap:30px;
    margin-top:25px;
    justify-content:center;
    text-transform: uppercase;
}
}
@media (max-width:768px) {
.footer_hrefs a{
    display:block;
    margin-top:15px;
    text-transform: uppercase;
}
}
/* -- Footer END -- */


/* -- PAGE General START-- */
.inside_page {
    margin-bottom:40px;
}

.inside_page h1{
    font-size: 50px;
    color: #2a336c;
    padding-top:30px;
    font-weight: 300;
    text-align: center;
 }
.inside_page h2{
color: #626b94;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin:0 auto;
    padding-bottom:30px;
    max-width: 800px;
}
@media (max-width:768px) {
.inside_page h1 {
    font-size: 35px;
     font-weight: 400;
        padding-top:20px;
}
.inside_page h2 {
    font-size: 20px;
    width: 90%;
}
}

/* -- PAGE General END-- */


/* -- FAQ Page START -- */
.faq_wrapper {
    max-width: 800px;
    margin: auto;
}
.faq_item {
    margin-bottom: 20px;
}
.faq_title {
    padding: 13px 20px;
    background: #f7f8fc;
    border-radius:5px;
    color: #2a336c;
    width:100%;
    cursor: pointer;
    font-size: 17px;
    display:flex;
    gap:5px;
    justify-content:space-between;
    align-items:center;
}
.faq_title p{
padding:0;
margin:0;
width:100%;
}

.faq_title span.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGZpbGw9IiMyYTMzNmMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNDcgOC45N2EuNzUuNzUgMCAwIDEgMS4wNiAwTDEyIDEzLjQ0bDQuNDctNC40N2EuNzUuNzUgMCAxIDEgMS4wNiAxLjA2bC01IDVhLjc1Ljc1IDAgMCAxLTEuMDYgMGwtNS01YS43NS43NSAwIDAgMSAwLTEuMDZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.faq_title.active span.arrow {
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNDcgOC45N2EuNzUuNzUgMCAwIDEgMS4wNiAwTDEyIDEzLjQ0bDQuNDctNC40N2EuNzUuNzUgMCAxIDEgMS4wNiAxLjA2bC01IDVhLjc1Ljc1IDAgMCAxLTEuMDYgMGwtNS01YS43NS43NSAwIDAgMSAwLTEuMDZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+);
}
.faq_title.active{
border-radius:5px;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
background:#86cfe4;
color:#fff;
border-bottom:0;
}

.faq_area li {
    font-size: 17px;
    padding: 15px;
    line-height:27px;
    background: #F8F9FC;
    display: none;
    color:#000;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    list-style:none;
}
.faq_area li p{
padding:0;
margin:0;
}

.faq_item:first-child li{
    display: block;
}
.faq_area h3 {
font-size: 25px;
    color: #2a336c;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

/* -- FAQ Page END -- */


/* -- Pricing Page START -- */
.pricing_toggle {
    margin-top: 20px;
    color: #2a336c;
    display: flex;
    align-items: center;
    margin-bottom:60px;
    justify-content:center;
}
@media (max-width:992px) {.pricing_toggle{margin-bottom:0;}}
.pricing_toggle-btn {
    margin: 0 1rem;
}
.checkbox_pricing {
    display: none;
}

.sub_pricing {
    background: linear-gradient(135deg, rgba(134, 207, 228, 1) 0%, rgba(79, 187, 216, 1) 100%);
    display: flex;
    justify-content: flex-start;
    cursor:pointer;
    height: 30px;
    width: 60px;
    border-radius: 1.6rem;
    padding: 0.3rem;
}
.circle_pricing {
    background-color: #fff;
    height: 21px;
    width: 21px;
    border-radius: 50%;
}
.checkbox_pricing:checked + .sub_pricing {
    justify-content: flex-end;
}

.pricing_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
}

.pricing_card {
    background: #fff;
    color: #2a336c;
    border-radius: 0.8rem;
}

@media (max-width: 992px) {
 .pricing_card {
    background: #85cfe4;
    color: #fff;
}
}

.pricing_cards .pricing_card.active {
    background: #85cfe4;
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
}
.ulmenupricing {
    margin: 1rem 2.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.ulmenupricing li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 7px 0;
    text-align:center;
}
.pricing_card .ulmenupricing li.price {
    font-size: 25px;
    color: #2a336c;
    font-weight:700;
    padding-bottom: 20px;
}
@media (max-width:992px) {.pricing_card .ulmenupricing li.price{color: #fff;}}

.pricing_card.active .ulmenupricing li.price {
    color: #fff;
}
.pricing_shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.pricing_card.active .price {
    color: #fff;
}

.pricing_btn {
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #85cfe4;
    color: #fff;
    outline: none;
        border-radius: 9999px;
    border: 0;
    margin-bottom:0.5rem;
}
.pricing_btn:hover {
    background: #2a336c;
    color: #85cfe4;
}
@media (max-width:992px) {
    .pricing_btn{
        background: #fff;
    color:#85cfe4;}
}

.active-btn {
    background: #fff;
    color:#85cfe4;
}
.bottom-bar {
    border-bottom: 1px solid #E0E0E0;
}
.pricing_card.active .bottom-bar {
    border-bottom: 1px solid #fff;
}
.title_pricing_table{
    font-size: 23px;
    font-weight:500;
}

@media (max-width: 992px) {
.pricing_cards .pricing_card.active {display: block;transform: scale(1);  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);}
.pricing_cards { display: block;width:100%;max-width:350px;margin:0 auto; }
.mobilebgtabch {background:#2a336c !important;}
}
/* -- Pricing Page END -- */


/* -- Blof Page Start -- */
.blog_page li{
list-style:none;
}
.blog_page li div{
padding:0;
background:#f7f8fc;
position:relative;
margin-top:30px;
border-radius:16px;
transition: transform 0.3s ease-in-out;
}
.blog_page li div:hover{
    transform: translateY(-4px);
}
.blog_page li div img{
    width:100%;
    object-fit: cover;
    border-radius:16px;
}
.blog_page li div span{
    position:absolute;
    background-color: #2a336c;
    padding:4px 15px;
    color:#fff;
    letter-spacing: 1px;
     text-transform: uppercase;
    border-radius:8px;
    top:10px;
    left:10px;
    font-size:15px;
}
@media (max-width:992px) {
    .blog_page li div span{font-size:13px;}
}
.blog_page li div h6 {
    padding:15px 12px 0 12px;
    margin:0;
}
@media (min-width:576px) {
    .blog_page li div h6 {
   display: -webkit-box;
       width:100%;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   text-overflow: ellipsis;
}
}
.blog_page li div h6 a{
    font-size:20px;
    font-weight:300;
    line-height:30px;
    color:#1F1F1F;
}
@media (max-width:576px) {
    .blog_page li div h6 a{line-height:25px;font-size:17px;}
}
.blog_page li div p{
    text-align:right;
     padding:10px 12px 15px 12px;
     margin:0;
}
.blog_page li div p a{
    text-transform: uppercase;
    font-size:14px;
}

.matchflypagi {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:40px;
}

.matchflypagi a {
    width:40px;
    padding:0;
    margin:0;
    height:40px;
    line-height:37px;
    font-size:17px;
    font-weight:500;
    border-radius:50%;
    border:1px solid #85cfe4;
    text-align:center;
    transition: transform 0.3s ease-in-out;
}
.matchflypagi a.active {
    border:1px solid #85cfe4;
    background:#85cfe4;
    color:#fff;
}
.matchflypagi a:hover {
      border:1px solid #2a336c;
    background:#2a336c;
     transform: translateY(-3px);
    color:#85cfe4;
}
.matchflypagi a:hover.active {
    border:1px solid #85cfe4;
    background:#85cfe4;
    color:#fff;
}


@media (max-width:576px) {
.matchflypagi a{
    display:none;
}
.matchflypagi a.active,
.matchflypagi .arrow_pag{
    display:block;
}
}

.matchflypagi a:first-child{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTg0IDEwOGEzLjk4OCAzLjk4OCAwIDAgMS0yLjgyOC0xLjE3MmwtNDAtNDBhMy45OTcgMy45OTcgMCAwIDEgMC01LjY1Nmw0MC00MGMxLjU2My0xLjU2MyA0LjA5NC0xLjU2MyA1LjY1NiAwczEuNTYzIDQuMDk0IDAgNS42NTZMNDkuNjU2IDY0bDM3LjE3MiAzNy4xNzJhMy45OTcgMy45OTcgMCAwIDEgMCA1LjY1NkEzLjk4OCAzLjk4OCAwIDAgMSA4NCAxMDh6IiBmaWxsPSIjODVjZmU0IiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
    background-size: 30px 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.matchflypagi a:last-child{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTQ0IDEwOGEzLjk4OCAzLjk4OCAwIDAgMS0yLjgyOC0xLjE3MiAzLjk5NyAzLjk5NyAwIDAgMSAwLTUuNjU2TDc4LjM0NCA2NCA0MS4xNzIgMjYuODI4Yy0xLjU2My0xLjU2My0xLjU2My00LjA5NCAwLTUuNjU2czQuMDk0LTEuNTYzIDUuNjU2IDBsNDAgNDBhMy45OTcgMy45OTcgMCAwIDEgMCA1LjY1NmwtNDAgNDBBMy45ODggMy45ODggMCAwIDEgNDQgMTA4eiIgZmlsbD0iIzg1Y2ZlNCIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L3N2Zz4=);
    background-size: 30px 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.blog_details {
    margin-top:30px;
      margin-bottom:20px;
}

.blog_details h1{
font-size:22px;
color:#2a336c;
}
@media (max-width:576px) {.blog_details h1{font-size:18px;}}

.blog_tags {
    display:flex;
    width:100%;
    gap:10px;
    margin-top:10px;
    margin-bottom:20px;
    align-items:center;
}

.blog_tags span:first-child{
 background-color: #2a336c;
    padding:4px 15px;
    color:#fff;
    letter-spacing: 1px;
     text-transform: uppercase;
    border-radius:8px;
    font-size:14px;
}
.blog_tags span:last-child{
 color:#85cfe4;
  font-size:15px;
}

.blog_details img{
width:100%;
max-width:800px;
max-height:350px;
object-fit: cover;
border-radius:16px;
margin-bottom:20px;
}

.blog_details{
font-size:16px;
line-height:25px;
color:#292929;
}

.blog_side li {
 background: #f7f8fc;
 list-style:none;
 padding:15px;
 border-radius:16px;
margin-bottom:20px;
}

.slide_title {
    color:#2a336c;
    font-size:14px;
    text-transform: uppercase;
    font-weight:300;
}

.search-box {
    position: relative;
    background: #fff;
    height: 51px;
    border-radius: 50px;
    padding:5px 55px 0 10px;
}

.search-input {
    outline: none;
    border: none;
    background: none;
    position: absolute;
    width:100%;
    color: #2a336c;
    font-size: 14px;
    transition: .3s;
    line-height: 40px;
}

.search-input::placeholder {
    color: #2a336c;
    opacity: 0.5;
}

.search-btn {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right:10px;
    position: absolute;
    background: #2a336c;
    line-height:37px;
}
.search-btn:hover {background: #85cfe4;}

.search-btn img{
width:20px;
height:20px;
border-radius: 0;
margin-bottom: 0;
}

.related_top {
    background:#fff;
    border-radius: 16px;
    margin-bottom:25px;
    padding-bottom:5px;
    transition: transform 0.3s ease-in-out;
}
.related_top:last-child{
    margin-bottom:0;
}

.related_top:hover{
    transform: translateY(-4px);
}

.related_top img {
    width: 100%;
    max-width: 800px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 10px;
}

.related_top h6 {
    width: 100%;
    max-width: 800px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 10px;
}
.related_top img {
    width: 100%;
    max-width: 800px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 0;
}

.related_top h6 {
    padding:10px 15px 0 15px;
    line-height:23px;
    font-size:15px;
       display: -webkit-box;
       width:100%;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   text-overflow: ellipsis;

}

.related_top h6 a {color:#2a336c;}

@media screen and (min-width:450px) and (max-width:991px){
.related_topics_row {
display:flex;
gap:5%;
flex-wrap: wrap;
}

.related_topics_row div {
    width: 45%;
    box-sizing: border-box;
}
}
/* -- Blof Page END -- */


/* -- INDEX Header Start -- */
.main_header{
width:100%;
margin-top:-70px;
background: rgb(190,203,219);
background: linear-gradient(0deg, rgba(190,203,219,1) 0%, rgba(234,240,247,1) 100%);
}

@media (min-width:768px) {
.main_header{
height:100vh;
margin-top:-70px;
max-height:500px;
}
}

@media (min-width:1200px) {
.main_header{
max-height:700px;
}
}

/* -- INDEX Header END -- */


/* -- INDEX TABS Start (DESKTOP) -- */
[home-tabs] {display: none;}
.active[home-tabs] {display: block;}

.home_tab_content {
    margin-bottom:90px;
}

.home_tabs {
    display: flex;
    margin-top:40px;
    margin-bottom:40px;
    gap:30px;
    justify-content:center;
    padding:0;
    align-items:center;
}


.home_tabs li {
    cursor: pointer;
    border-radius: 9999px;
    background: #f7f8fc;
    text-align: center;
    color:#1A1A1A;
    letter-spacing: 1px;
    list-style:none;
    padding: 10px 20px;
    min-width:180px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}


.home_tabs li.active {background-color: #84cde4;color:#fff;}
.home_tabs li:hover {background-color: #2a336c;color:#fff;}


.photot_home_tab{
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.photot_home_tab img {
    width:100%;
    max-width:200px;
}

.contant_home_tab{
    animation: 1s ease-out 0s 1 slideInFromBottom;
    width:100%;
    max-width:500px;
}

@keyframes slideInFromLeft {
0% {transform: translateX(-100%);}
100% { transform: translateX(0);}
}

@keyframes slideInFromBottom {
0% {transform: translateY(100%);}
100% { transform: translateY(0);}
}

.tabh_body {
    border-radius: 30px;
    height:450px;
    padding-top:50px;
}

.tabh_body h4 {
font-size:40px;
padding-bottom:0;
padding-top:60px;
}
.tabh_body h4 span {
    border-bottom: 3px solid #fff;
}
.tab_bg3 h4 span,
.tab_bg4 h4 span {
    border-bottom: 5px solid #2a336c;
}
.tabh_body p{
font-size:17px;
line-height:25px;
padding-top:40px;
font-weight:300;
margin-bottom:0;

}

.tab_bg1 {color:#fff;background:#2a336c;animation: borderradius 2s linear;}
.tab_bg2 {color:#fff;background:#85cfe4;animation: borderradius 2s  linear;}

@keyframes borderradius {
0% {border-radius: 60px;}
100% {border-radius: 30px;}
}

@media (max-width:1150px) {
.photot_home_tab{
    left:100px;
}

.contant_home_tab{
    left:420px;
    max-width:390px;
    top:90px;
}
}

@media (max-width:1000px) {
.home_tabs {
    gap:10px;
 }
.home_tabs li {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    min-width:130px;
}
.photot_home_tab{
    left:40px;
}

.contant_home_tab{
    left:320px;
    max-width:300px;
    top:60px;
}
}

@media (max-width:768px) {
.main_tabs_home_desktop{display:none;}
}
/* -- INDEX TABS END (DESKTOP) -- */


/* -- INDEX TABS Start (MOBILE) -- */
@media (min-width:769px) {
.main_tabs_home_mobile{display:none;}
}

.main_tabs_home_mobile {margin-top:20px;margin-bottom:20px;}

.swiper {width: 100%;}

.swiper-slide img {width: 100%;max-width:220px;}
.swiper-slide h4 {text-align:center;font-size:23px;line-height:30px;font-weight:700;padding-bottom:20px;}
.swiper-slide h4 span {border-bottom:2px solid #fff;}
.swiper-slide p {font-size:15px;}


.mobileh_tab3 h4 span , .mobileh_tab4 h4 span {border-bottom:2px solid #2a336c !important;}

.mobileh_tab1, .mobileh_tab2, .mobileh_tab3, .mobileh_tab4 {
 border-radius: 20px;
 padding:20px 30px 5px 30px;
}

.mobileh_tab1 {color:#fff;background:#2a336c;}
.mobileh_tab2 {color:#fff;background:#85cfe4;}
.mobileh_tab3 {color:#fff;background:#2a336c;}

.swiper-button-next:after, .swiper-button-prev:after {font-size:20px !important;}
.swiper-button-next, .swiper-button-prev {color:#fff !important;}
.swiper-pagination {position: static !important;}
/* -- INDEX TABS END(MOBILE) -- */


/* -- INDEX FAQ START -- */
.home_faq {
 width:100%;
 background:#f7f8fc;
 margin-bottom:30px;
 padding:50px 0;
 }

.home_faq_content h5 {
 color:#85cfe4;
 text-transform: uppercase;
 font-size:18px;
 font-weight:700;
 margin-bottom:30px;
}

.faq_pedding_home {
    padding:50px 0 70px 0;

}

@media (min-width:900px) {
   .home_faq_content.hpl {padding-left:80px;}
   .home_faq_content.hpr {padding-right:80px;}
}

.homefaqmobilehide {display:none;}
@media (min-width: 768px) {
.homefaqmobilehide {display:block;}
.homefaqdesktophide {display:none;}
}

.secondpeddingfaqhome {padding-top:50px;}

.home_faq_photo img {
    width:100%;
    object-fit: cover;
    border-radius:16px;
 }

.faq_item_home {
    margin-bottom: 10px;
}


.faq_title_home {
    border-bottom:1px solid #2a336c;
    width:100%;
    cursor: pointer;
    font-size: 16px;
    display:flex;
    padding: 0 0 10px 0;
    justify-content:space-between;
    align-items:center;
}

.faq_title_home p{
    padding:0;
    font-size:18px;
    font-weight:400;
    margin:0;
    width:100%;
}

.ballbeforeh {
    margin:0 15px 0 0;
    padding:6px;
    background:#85cfe4;
    border-radius:50%;
    line-height:0;
}
.ballbeforeh img {
    width:20px;
    height:20px;
    line-height:0;
    padding:0;
    margin:0;
}

.faq_title_home.active .ballbeforeh{background:#2a336c;}

.faq_title_home span.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGZpbGw9IiMyYTMzNmMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNDcgOC45N2EuNzUuNzUgMCAwIDEgMS4wNiAwTDEyIDEzLjQ0bDQuNDctNC40N2EuNzUuNzUgMCAxIDEgMS4wNiAxLjA2bC01IDVhLjc1Ljc1IDAgMCAxLTEuMDYgMGwtNS01YS43NS43NSAwIDAgMSAwLTEuMDZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.faq_title_home.active span.arrow {
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xMiAxNmExIDEgMCAwIDEtLjcxLS4yOWwtNi02YTEgMSAwIDAgMSAxLjQyLTEuNDJsNS4yOSA1LjMgNS4yOS01LjI5YTEgMSAwIDAgMSAxLjQxIDEuNDFsLTYgNmExIDEgMCAwIDEtLjcuMjl6IiBkYXRhLW5hbWU9IjE2IiBmaWxsPSIjODVjZmU0IiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==)
}

.faq_title_home.active{
    border-radius:5px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background: #fff;
    border-bottom:1px solid #85cfe4;
}

.faq_area_home li {
    font-size: 17px;
    padding: 15px;
    line-height:27px;
    background: #fff;
    display: none;
    color:#000;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    list-style:none;
}

.faq_area_home li p{
    padding:0;
    margin:0;
    font-size:15px;
}
/* -- INDEX FAQ END -- */


/* -- INDEX BLOG START -- */
.blog_home {
    margin:40px 0 50px 0;
}
.blog_home h5 {
text-align:center;
font-size:22px;
text-transform: uppercase;
color: #2a336c;
font-weight:600;
}
.blog_home p {
text-align:center;
font-weight:300;
color: #2a336c;
font-size:16px;
}
/* -- INDEX BLOG END -- */


/* -- INDEX Questions START -- */
.questions_home {
width:100%;
max-width:600px;
text-align:center;
margin:0 auto 50px auto;
}

.questions_home_title {
    color:#2a336c;
    margin-bottom:25px;
    font-size:24px;
}

.questions_home a {
    background:#f7f8fc;
    color:#2a336c;
    display:inline-block;
    margin-top:20px;
    padding:10px 20px;
    letter-spacing:1px;
    border-radius: 9999px;
}
.questions_home a:hover {
    background:#2a336c;
    color:#85cfe4;
}
/* -- INDEX Questions END -- */


/* -- INDEX Last Banner START -- */
.last_banner {
    background:#85cfe4;
    color:#fff;
    width:100%;
    margin:20px auto 40px auto;
    max-width:750px;
    padding:30px 40px;
    border-radius:16px;
}
.last_banner h6{
    text-align:center;
    font-weight:500;
    margin-bottom:20px;
    font-size:22px;
}

@media (min-width: 490px) {
.action_bannerh {
    display:flex;
    gap:25px;
    justify-content:center;
    align-items:center;
}
}

.action_bannerh a {
    color:#fff;
    border:1px solid #fff;
    padding:10px 30px;
    border-radius: 9999px;
    font-weight:300;
    text-transform: uppercase;
     text-align:center;
}
.action_bannerh a:hover {
    border:1px solid #2a336c;
    background:#2a336c;

}
@media (max-width: 490px) {
.action_bannerh a {
 display:block;
 margin-top:10px;
}
}
/* -- INDEX Last Banner END -- */



/* -- INDEX HEADER START -- */
.desktop_header_media {display:none;}

@media (min-width:768px) {
.main_header_bg {
height:100vh;
max-height:500px;
}
}

@media (min-width:1200px) {
.main_header_bg {max-height:700px;}
}

@media (min-width:768px) {
.desktop_header_media {display:block;}
.mobile_header_media {display:none;}
}

@keyframes fade {
    0% { bottom: -150px; }
    100% { bottom:0; }
}

.header_main_cont p {
font-size:18px;
margin-top:20px;
padding-bottom:0;
margin-bottom:0;
color:#2a336c;
}

.header_main_cont {padding-top:90px;}

.header_main_cont h1 {
color:#2a336c;
text-transform: uppercase;
font-weight: 600;
padding:10px 0;
width:90%;
letter-spacing: 1px;
border-radius:3px;
margin-bottom:5px;
font-size:28px;
}

.h1hometanamtion {
animation: header_main_conth1 2s ease 0.3s 1 normal forwards;
}

@keyframes header_main_conth1{0%,100%{transform:rotate(0);transform-origin:100% 50%}10%,90%{transform:rotate(2deg)}20%,40%,60%{transform:rotate(-4deg)}30%,50%,70%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}}
@keyframes suitedtypetwoli{0%{animation-timing-function:ease-in;opacity:1;transform:translateY(45px)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translateY(24px)}65%{animation-timing-function:ease-in;transform:translateY(12px)}82%{animation-timing-function:ease-in;transform:translateY(6px)}93%{animation-timing-function:ease-in;transform:translateY(4px)}25%,55%,75%,87%{animation-timing-function:ease-out;transform:translateY(0)}100%{animation-timing-function:ease-out;opacity:1;transform:translateY(0)}}

.header_main_cont h2 {
color:#2a336c;
padding:10px 0;
border-radius:3px;
font-weight: 500;
font-size:26px;
}


@media screen and (min-width:2000px){
.header_main_cont h1 {font-size:40px;}
.header_main_cont h2 {font-size:35px;}
.header_main_cont {padding-top:20%;}
}

@media screen and (min-width:1750px) and (max-width:2000px){
.header_main_cont h1 {font-size:37px;}
.header_main_cont h2 {font-size:32px;}
.header_main_cont {padding-top:20%;}
}

@media screen and (min-width:1500px) and (max-width:1750px){
.header_main_cont h1 {font-size:31px;}
.header_main_cont h2 {font-size:28px;}
.header_main_cont {padding-top:20%;}
}

@media screen and (min-width:1200px) and (max-width:1500px){
.header_main_cont h1 {font-size:35px;}
.header_main_cont h2 {font-size:30px;}
.header_main_cont {padding-top:23%;}
}

@media screen and (min-width:992px) and (max-width:1200px){
.header_main_cont h1 {font-size:28px;}
.header_main_cont h2 {font-size:24px;}
.header_main_cont {padding-top:30%;}
}

@media screen and (min-width:768px) and (max-width:992px){
.header_main_cont h1 {font-size:20px;}
.header_main_cont h2 {font-size:18px;}
.header_main_cont {padding-top:42%;}
}

@media screen and (min-width:500px) and (max-width:767px){
.header_main_cont h1 {font-size:26px;}
.header_main_cont h2 {font-size:23px;}
}

@media screen and (min-width:400px) and (max-width:500px){
.header_main_cont h1 {letter-spacing:0;font-size:25px;}
.header_main_cont h2 {font-size:20px;}
}

@media screen and (min-width:300px) and (max-width:400px){
.header_main_cont h1 {letter-spacing:0;font-size:21px;}
.header_main_cont h2 {font-size:18px;}
}

@media screen and  (max-width:300px){
.header_main_cont h1 {letter-spacing:0;font-size:18px;}
.header_main_cont h2 {font-size:14px;}
}

.headersuited {
        display:flex;
        gap:20px;
        align-items:center;
}

.suitedtypeone li,
.suitedtypetwo li {
list-style:none;
margin-top:20px;
letter-spacing: 2px;
padding:10px 28px;
text-align:center;
border-radius: 9999px;
text-transform: uppercase;
}

.homeheaderlieff {
animation: suitedtypetwoli 2s ease 0.3s 1 normal forwards;
}

@media screen and (min-width:767px) and (max-width:992px){
.suitedtypeone li,
.suitedtypetwo li {
letter-spacing: 0;
padding:10px 20px;
}
}

.suitedtypeone li{
background:#2a336c;
color:#fff;
}
.suitedtypetwo li{
color:#2a336c;
background:#fff;
}

.suitedtypeone a:hover li{
background:#85cfe4;
color:#2a336c;
}
.suitedtypetwo a:hover li{
color:#2a336c;
background:#85cfe4;
}



@media screen and (max-width:767px){

.suitedtypeone,
.suitedtypetwo{
            width:100%;
}

.suitedtypeone li,
.suitedtypetwo li {
letter-spacing: 0;
padding:10px 0;
width:100% !important;
}
}



.mobie_moke_up {
    border:4px solid #fff;
    position:absolute;
    bottom:0;
    right:10%;
    width:80%;
    height:65%;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-bottom:0;
    padding:20px;
    text-align:center;
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

#desktopshowmobandesktopphoto {
  bottom: -100%;
opacity:0;
}

#desktopshowmobandesktop {
 bottom: -100%;
opacity:0;
}

@media screen and (min-width:1000px){
.mobie_moke_up {
    right:20%;
    width:60%;
    height:65%;
}
}

.mobie_moke_up:hover,
.animate .mobie_moke_up {
    background: rgba(255, 255, 255, 0.7);
    border:4px solid #85cfe4;
    border-bottom:0;
     height: 65% !important;
}

.firstloadapearmob {
bottom: -100%;
opacity:0;
animation: firstloadapearmob 1s ease forwards;
}

@keyframes firstloadapearmob {
to{bottom: 0;opacity:1;}
}

.mobie_moke_up_content {
position:absolute;
bottom:50px;
left:0;
width:100%;
}


.mobie_moke_up_content_effect1 {
animation: effect2 0.5s linear 1;
opacity: 0;
}  @keyframes effect2 {
0% {opacity: 1;}
100% {opacity: 0;}
}


.mobile_header_media {
position:relative;
margin-top:40px;
height:400px;
}

.mobie_moke_up_mob {
    border:4px solid #fff;
    position:absolute;
    bottom:0;
    left:10%;
    width:80%;
    height:400px;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-bottom:0;
    padding:20px;
    text-align:center;
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

.mobie_moke_up_mob:hover {
    background: rgba(255, 255, 255, 0.7);
    border:4px solid #85cfe4;
    border-bottom:0;
     height: 400px !important;
}

.mobie_moke_up_content_mob {
position:absolute;
bottom:50px;
left:0;
width:100%;
}

img.pilot_mobile_bg {
position:absolute;
width:100%;
left:0;
bottom:0;
}


.mobie_moke_up_content img,
.mobie_moke_up_content_mob img  {
width:20px;
height:auto;
margin-bottom:40px;
}

.mobie_moke_up_content h3,
.mobie_moke_up_content_mob h3 {
color:#2a336c;
padding:0 10px;
margin-bottom:20px;
}


.mobie_moke_up_content p,
.mobie_moke_up_content_mob p{
color:#2a336c;
padding:0 30px;
margin-bottom:40px;
}

.mobie_moke_up_content a,
.mobie_moke_up_content_mob a{
color:#fff;
background:#85cfe4;
text-transform: uppercase;
border-radius: 9999px;
padding:20px;
}
.mobie_moke_up_content a:hover,
.mobie_moke_up_content_mob a:hover{
color:#85cfe4;
background:#2a336c;
}

@media screen and (min-width:768px) and (max-width:1050px){
.mobie_moke_up_content {bottom:25px;}
.mobie_moke_up_content img  {margin-bottom:30px;}
.mobie_moke_up_content h3{margin-bottom:20px;}
.mobie_moke_up_content p{margin-bottom:30px;}
.mobie_moke_up_content a{padding:10px;}
}
/* -- INDEX HEADER START -- */



/* -- LOGIN / REGISTER PAGE START -- */
.loginbgc {
background:#f7f8ff;
    padding:40px 0 50px 0;
    margin-top:-5px;
}



.login_register_page h1{
font-size: 50px;
color: #28336c;
font-weight: 400;
=line-height: 64px;
}

.login_register_page p{
font-size: 18px;
color: #84cde4;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 15px;
}

.login_register_page input{
width: 100%;
height: 50px;
margin-bottom: 14px;
border-radius: 9999px;
background: #fff;
outline: none;
border: 1px solid #BCC0D5;
letter-spacing: 3px;
padding: 0 30px;
color: #2a336c;
font-size: 18px;
}

.login_register_page input:hover{
border: 1px solid #86cfe4;
}
.login_register_page input:focus {
background: #2a336c;
color:#fff;
}

.login_register_page button{
background: #86cfe4;
border-radius: 9999px;
padding: 10px 0;
width:100%;
font-size: 20px;
letter-spacing: 1px;
font-weight: 600;
color: #fff;
border: none;
outline: none;
-webkit-box-shadow: 0px 12px 19px 0px rgb(126 186 203 / 24%);
-moz-box-shadow: 0px 12px 19px 0px rgba(126, 186, 203, 0.24);
box-shadow: 0px 12px 19px 0px rgb(126 186 203 / 24%);
}

.login_register_page button:hover{
background: #2a336c;
color: #86cfe4;
}


.first_check{
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom:20px;
    margin-top:5px;
}

.first_check input{
    margin-bottom:0;
    outline: none;
    height: 25px;
    width: 60px;
    border-radius: 50px;
    -webkit-appearance: none;
    cursor:pointer;
    position: relative;
    background: #D9D9D9;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border:0;
}
.first_check input:hover{
    border:0;
    background: #E1E5F4;
}

.first_check input:checked{background: #84cde4;}

.first_check input:before{
    position: absolute;
    content: "";
    left: 2px;
    height: 20.9px;
    width: 20.9px;
    top:2px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 50px;
    transform: scale(0.85);
    transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.first_check input:checked:before{left: 37px;}

.first_check label {
 color: #2a336c;
 font-size:19px;
 cursor:pointer;
 font-weight:300;
}

.login_register_page ::-webkit-input-placeholder {color: #8A8A8A;}
.login_register_page ::-moz-placeholder {color: #8A8A8A;}
.login_register_page :-ms-input-placeholder {color: #8A8A8A;}
.login_register_page :-moz-placeholder { color: #8A8A8A;}

.login_register_page input:focus::-webkit-input-placeholder {color: #fff;}
.login_register_page input:focus::-moz-placeholder {color: #fff;}
.login_register_page input:focus:-ms-input-placeholder {color: #fff;}
.login_register_page input:focus:-moz-placeholder { color: #fff;}

.form_f_lr_d {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-top:0;
    margin-bottom:0;
}
.forgot_pass_text {
    padding-top:20px;
}

.forgot_pass_text a {
color: #84cde4;
font-size: 21px;
font-weight: 900;
letter-spacing: 1px;
padding-bottom: 15px;
text-transform: uppercase;
}

.create_acc_logpaged {
    margin-bottom:40px;
}

.create_acc_logpaged h2 {
text-transform: uppercase;
color:#2a336c;
font-size: 18px;
font-weight: 600;
padding-top:0;
padding-bottom:10px;
}

.login_register_page form {width:100%;}

@media (min-width:768px) {
.create_acc_logpaged h2 {
padding-top:25px;
 padding-bottom:0;
}

.login_register_page form {width:95%;}
}

.create_acc_logpaged a {
text-transform: uppercase;
background: #fff;
border:2px solid #86cfe4;
color: #86cfe4;
border-radius: 9999px;
padding: 15px 0;
width:100%;
max-width:400px;
text-align:center;
display:block;
font-size: 18px;
font-weight: 900;
-webkit-box-shadow: 0px 12px 19px 0px rgb(126 186 203 / 20%);
-moz-box-shadow: 0px 12px 19px 0px rgba(126, 186, 203, 0.20);
box-shadow: 0px 12px 19px 0px rgb(126 186 203 / 20%);
}

.create_acc_logpaged a:hover {
text-transform: uppercase;
background: #2a336c;
border:2px solid #2a336c;
color: #86cfe4;
}

.social_media_login {
background:#fff;
   padding: 25px;
   border-radius: 20px;
}


.btnsocialmedllog {
color:#fff;
width:100%;
display:block;
margin-top:20px;
border-radius:20px;
padding:15px 20px;
}
.btnsocialmedllog:first-child{margin-top:0;}

.btnsocialmedllog img {
width:17px;
height:17px;
margin-right:5px;
}

.loginbyfacebook {background:#3b5898;}
.loginbygoogle {background:#dd4c39;}
.loginbylinkedin {background:#0E76A8;}

.loginbyfacebook:hover {background:#5677BD;}
.loginbygoogle:hover {background:#E78173;}
.loginbylinkedin:hover {background:#1193D0;}

.regphoto {display:none;}
.regphoto img {width:70%;}
@media (min-width:768px) {.regphoto {display:block;}}
@media (max-width:991px) {.regphoto img {width:90%;}}

.select2-container {
 height: 50px;
 margin-bottom: 14px !important;
 border-radius: 9999px;
 background: #fff;
 outline: none;
 border: 1px solid #BCC0D5;
 letter-spacing: 3px;
 padding: 0 10px;
 color: #2a336c;
 font-size: 18px;

}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    border-radius: 0 !important;
    margin-top:10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
    right: 5px !important;
}

.have_account_sing { padding:20px 0 20px 0;}

.have_account_sing h2{
    color: #2a336c;
    font-size: 20px;
    margin:0 0 20px 0;
    padding:0;
    font-weight: 600;
}

.have_account_sing a {
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #86cfe4;
    color: #86cfe4;
    border-radius: 9999px;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 900;
    -webkit-box-shadow: 0px 12px 19px 0px rgb(126 186 203 / 20%);
    -moz-box-shadow: 0px 12px 19px 0px rgba(126, 186, 203, 0.20);
    box-shadow: 0px 12px 19px 0px rgb(126 186 203 / 20%);
}

.have_account_sing a:hover {
    background: #2a336c;
    border: 2px solid #2a336c;
    color: #86cfe4;
}

@media (min-width:768px) {
.have_account_sing {
    display:flex;
     align-items:center;
     gap:20px;
}
.have_account_sing a {max-width: 200px;}
.have_account_sing h2{margin:0 0 0 0;}
}
.choose_type {
text-align:center;
margin-top:20px;
margin-bottom:30px;
}


@media (max-width: 992px) {.choose_type {margin-top:5px;margin-bottom:5px;}}

.choose_type p {
font-size: 16px;
font-weight: 300;
line-height: 21px;
text-align: center;
color: #747DAC;
padding-top:10px;
margin-top:0;
}

.choose_type [type=radio] {
display:none;
}

.choose_type [type=radio] + img {
cursor: pointer;
filter: opacity(0.4);
opacity: .4;
}

.choose_type p {cursor: pointer !important;}

.choose_type [type=radio]:checked + img {
    filter: opacity(1);
    opacity: 1;
}
/* -- LOGIN - REGISTER PAGE END -- */


/* -- HOME PAHE SECTION 2 START -- */
.second_section {
    padding:30px 0 40px 0;
    background:#f5f7fb;
    z-index:9;
    position:relative;
}
.second_section img{width:100%;}
.ceontenseocpadd {width:100%;}

.ceontenseocpadd h2{
    color:#2a336c;
    text-transform: uppercase;
    font-weight: 600;
    font-size:20px;
    margin-bottom:10px;
}

.ceontenseocpadd p{
    color:#2a336c;
    font-weight: 300;
    margin-bottom:20px;
}

.makestonger {
color:#2a336c;
font-size:17px;
margin-top:10px;
margin-bottom:0 !important;
font-weight:500 !important;
}

@media (min-width:768px) {
.ceontenseocpadd {
    padding:10px 0 10px 0;
}
}

@media (min-width:991px) {
.second_section {padding:0 0 0 0;}

.ceontenseocpadd {
    height:100%;
    padding:110px 0 110px 0;
    max-width:550px;
}

.ceontenseocpadd h2{font-size:30px;margin-bottom:20px;}
.ceontenseocpadd p{margin-bottom:0;}

}

@media (min-width:1200px) {
.ceontenseocpadd {
padding:140px 0 140px 0;
}
}

@media (min-width:1400px) {
.ceontenseocpadd {
    padding:170px 0 170px 0;
}
}

@media (min-width:768px) {
.videocover {position:relative;}
.videocover video {position:absolute;}
}

.videocover video {width:100%;}

/* -- HOME PAHE SECTION 2 END -- */


/* -- HOME PAHE SECTION 3 START -- */
.theired_section {
    z-index:99;
    background:#fff;
    position:relative;
    padding:40px 0 0 0;
    margin-top:-180px;
}

@media (min-width:330px) {.theired_section {margin-top:-230px;}}
@media (min-width:400px) {.theired_section {margin-top:-260px;}}
@media (min-width:500px) {.theired_section {margin-top:-330px;}}
@media (min-width:576px) {.theired_section {margin-top:0;}}

.theired_section li{
list-style:none;
display:flex;
gap:20px;
align-items:center;
padding-top:20px;
}

.theired_section h3{
    color:#2a336c;
    font-size:35px;
    font-weight:700;
     text-transform: uppercase;
}

.theired_section li span{
    color:#86cfe4;
    font-size:30px;
}

.theired_section li h4{
padding-top:0;
margin-top:0;
color:#2a336c;
font-size:24px;
}

.theired_section li p{
padding:0;
color:#2a336c;
font-weight:300;
font-size:19px;
margin:0;
}

@media (min-width:768px) {
.theired_section {padding:50px 0 0 0;}
.makeorder2mob {order: 2}
}
.theired_section {
    border-bottom:solid 1px #2a336c;
}

.theired_section img {
     width:100%;
     max-width:300px;
}
.makepeddingherether {padding-bottom:30px;}




@media (min-width:768px) {
.theired_section img {
bottom:0;
left:0;
position:absolute;
}

.makepeddingherether {padding-bottom: 60px;}
}

@media (min-width:992px) {
.theired_section img {left:10%;}
}


.whyflywithush h3 {
    font-size:20px;
    color:#2a336c;
    text-align:center;
    padding:30px 0 0 0;
    font-weight:600;
}

.lastbannerhome h4 {
    font-size:20px;
    color:#2a336c;
    text-align:center;
    padding:10px 0 15px 0;
    font-weight:600;
}

@media (min-width:768px) {
.whyflywithush h3{font-size:35px;}
.lastbannerhome h4{font-size:30px;}
 }

 .height100 {
    height:100%;
}

   .desktopmokebgphoto img {
        width:100%;
        bottom:0;
    }

.pricing_page h1 {
font-size:25px;
    color: #2a336c;
        font-weight: 400;
}

.pricing_page h2 {
font-size:25px;
margin-top:30px;
    color: #2a336c;
margin-bottom:30px;
     padding-bottom:0;
        font-weight: 400;
}

.title_pricing_table p {
text-align:center;
margin:0;
padding:0;
line-height:23px;
}

@media (min-width:992px) {
.pricing_page h2 {
padding-bottom:30px;
}
 }

.title_pricing_table p span {
    font-size:17px;
}

.photo-center {
    display:block;
    margin:auto;
}

.term_and_conddate p{
    color:#86cfe4;
}.term_and_conddate p span{
    font-weight:700; 
}
