@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.clear,
.clearfix {
    clear: both
}

a,
button {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}
.text-center{text-align: center;}

.form-control {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.container {
    width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after,
.row::before {
    display: table;
    content: ""
}

.row::after {
    clear: both
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

[class*=col-] {
    position: relative
}

.col-lg-1 {
    width: 8.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-2 {
    width: 16.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-4 {
    width: 33.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-5 {
    width: 41.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-7 {
    width: 58.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-8 {
    width: 66.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-10 {
    width: 83.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-11 {
    width: 91.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.hide {
    display: none
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none
    }
}

@media (max-width:1199px) {
    .f-w-md {
        width: 100%
    }
    .hidden-to-md {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 992px
    }
    .col-md-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-md-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-md {
        display: none
    }
}

@media (max-width:991px) {
    .f-w-sm {
        width: 100%
    }
    .hidden-to-sm {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 768px
    }
    .col-sm-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-sm {
        display: none
    }
}

@media (max-width:767px) {
    .container {
        width: 100%
    }
    .f-w-xs {
        width: 100%
    }
}

@media (min-width:621px) and (max-width:767px) {
    .col-xs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .hidden-xs {
        display: none
    }
}

@media (max-width:620px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .f-w-vxs {
        width: 100% !important
    }
}

@media (min-width:461px) and (max-width:620px) {
    .col-vxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .hidden-vxs {
        display: none
    }
}

@media (min-width:300px) and (max-width:460px) {
    .col-vvxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .hidden-vvxs {
        display: none
    }
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333
}

@font-face {
    font-family: regular;
    src: url(fonts/Aileron-Regular.html)
}

@font-face {
    font-family: bold;
    src: url(fonts/Aileron-Bold.html)
}

@font-face {
    font-family: black;
    src: url(fonts/Aileron-Black.html)
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important
}
.lazy[data-src] {
    background: url(../images/loader.gif) no-repeat center center !important
}
.btn-1 {
    width: auto;
    display: inline-block;
    background: #56a3ff;
    color: #fff;
    padding: 15px 30px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer
}

.text_icons .text_icons_area a.btn_read_more{
    display: inline-block;
    background: #56a3ff;
    color: #fff;
    padding: 7px 20px;
    outline: none;
    border: 4px solid #fff;
    font-size: 16px;
    line-height: 1;
    text-shadow: 2px 2px 2px #454545;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer
}



p {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.main {
    width: 100%;
    float: left;
    overflow: hidden
}

.main>* {
    width: 100%;
    float: left
}

.main .section {
    padding: 50px 0 30px
}

.main .section1 {
    padding: 50px 0 50px;
    background: #f4f4f4;
}

.main .grey {
    background: #f4f4f4
}

.main .full_width {
    width: 100%;
    float: left;
    position: relative
}


.header_top {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center
}

.header_top a {
    width: auto;
    display: inline-block;
    margin: 0 15px 10px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-left: 15px;
    font-size: 18px
}

.header_top a:hover,
.header_top a:active,
.header_top a:focus {
    color: #000
}

.header_top a::before {
    content: "";
    width: 13px;
    height: 18px;
    background: url(../images/fonts_new.png) no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    margin: auto
}

.header {
    border-bottom: 1px solid #ebebeb;
    background: #fff
}

.header.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;

}

.header .logo {
    float: left;
    margin: 4px 0
}

.header .menu {
    width: 40px;
    padding: 7px 7px 2px;
    float: right;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 21px 0;
    display: none
}

.header .menu>i {
    width: 100%;
    float: left;
    height: 3px;
    background: #000;
    margin-bottom: 5px
}

.header .menu:hover,
.header .menu.active {
    background: #56a3ff;
    border-color: transparent
}

.header .menu:hover>i,
.header .menu.active>i {
    background: #fff
}

.header .navigation_bar {
    width: auto;
    float: right;
    padding: 0;
    margin: 0
}

.header .navigation_bar>li {
    width: auto;
    float: left;
    list-style: none;
    position: relative
}

.header .navigation_bar>li:first-child {
    margin-left: 0;
}

.header .navigation_bar>li>a {
    width: auto;
    float: left;
    color: #333;
    padding: 24px 15px;
    cursor: pointer;
    transition: color 100ms, margin 300ms;
    text-decoration: none; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: -webkit-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: -moz-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: -ms-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: -o-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: linear-gradient( to right, #56a3ff, #56a3ff 50%, #0c0b39 50% ); background-size: 200% 100%; background-position: 100%;
    font-weight: 700;
}
.header .navigation_bar>li> a.link_drop_icon{position: relative;}
.header .navigation_bar>li> a.link_drop_icon:before{position: absolute; content: ""; background: url(../images/fonts_new.png) no-repeat; height: 20px; width: 16px; background-position: -115px 8px; right: -2px;}
.header img.logo{margin-top: 5px;}
.header .navigation_bar>li.current>a,
.header .navigation_bar>li>a:hover,
.header .navigation_bar>li>a:active,
.header .navigation_bar>li>a:focus {
    transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.header .navigation_bar>li>a>i {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(../images/fonts_new.png)
}

.header .navigation_bar>li>a .icon-home {
    width: 19px;
    height: 15px;
    background-position: -15px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-plane {
    width: 17px;
    height: 15px;
    background-position: -36px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-blog {
    width: 18px;
    height: 15px;
    background-position: -55px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-cheap-flight {
    width: 28px;
    height: 15px;
    background-position: -74px 0;
    margin-top: -5px
}

.header .navigation_bar>li>a .icon-angle-down {
    width: 12px;
    height: 7px;
    background-position: -119px 0;
    margin-top: -2px
}

.header .navigation_bar>li .drop_down {
    width: 200px;
    position: absolute;
    top: 100%;
    background: #fff;
    font-size: 14px;
    z-index: 9;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    visibility: hidden;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px)
}

.header .navigation_bar>li .drop_down.left {
    left: 0
}

.header .navigation_bar>li .drop_down.right {
    right: 0
}

.header .navigation_bar>li:hover .drop_down {
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0)
}

.header .navigation_bar>li .drop_down>a {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    color: #333;
    margin-top: 16px;
    padding-left: 14px;
}
.header .navigation_bar>li .drop_down ul li{list-style: none; padding: 5px 10px; border-bottom: 1px dotted #d9d9d9;}
.header .navigation_bar>li .drop_down ul li:last-child{border-bottom: none;}
.header .navigation_bar>li .drop_down ul li a{color: #333; font-weight: 600; cursor: pointer; transition: color 100ms, margin 300ms; font-size: 16px;}
.header .navigation_bar>li .drop_down ul li:hover{background: #56a3ff;}
.bk_banner {
    background: url(../images/home_banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0
}

.banner_home {
    position: relative;
    background: url(../images/home_banner.jpg);
    background-size: cover;
    background-position: inherit;
    height: 520px;
}

.hero_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 520px;
}
.hero_banner h4 {
    top: 100px;
    font-size: 24px;
    font-style: italic;
    color: #fff;
}
.hero_banner h2 {
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 3px 3px rgb(116 116 116 / 30%);
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero_banner p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.banner_home:before{
position: absolute; content: ""; height: 100%; width: 100%;
background: linear-gradient(to top,  rgb(0 0 0) 0%,rgb(17 17 17 / 53%) 100%);
background: -webkit-linear-gradient(to top,  rgb(0 0 0) 0%,rgb(17 17 17 / 53%) 100%);
background: -moz-linear-gradient(to top,  rgb(0 0 0) 0%,rgb(17 17 17 / 53%) 100%);
}
/*Why Choose Us*/
/*search form*/
form.search-form {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 10px;
    width: 90%;
}

form.search-form .input-common,
form.search-form input.search-btn,
form.search-form input.search-term {
    border: medium none;
    border-radius: 0;   
    box-shadow: none;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    vertical-align: bottom;
    color: #fff;
}

form.search-form input.search-term {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    background: transparent;
    margin-bottom: 0;
    margin-right: -5px;
    padding: 10px;
    width: 60%;
    border: 2px solid rgb(86 163 255);
}
form.search-form input.search-term::placeholder{color: #fff;}

form.search-form input.search-term:focus {
    outline: none;
}

form.search-form input.search-btn {
    background-color: rgb(86 163 255);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: 19px;
    padding: 14px 30px 15px;
    text-transform: uppercase;
}

form.search-form input.search-btn:hover {
    background-color: #4b5760;
}

#search-error-container label {
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
/*end of search form*/

/*why_choice_us*/
.why_choice_us{margin-top: -190px;}
.why_choice_us .box_why .icon{height: 80px; width: 80px; padding: 10px; border-radius: 10px; background: linear-gradient(to bottom, rgb(57 16 21) 0%, rgb(86 163 255) 100%); margin: 15px auto;}
.why_choice_us .box_why .icon i{background: url(../images/icons_home.svg); width: 62px; height: 62px; margin: 15px auto 0; position: relative; display: inline-block; background-position: 0 0; top: -15px; left: -0px;}
.why_choice_us .box_why .icon2 i{background-position: -73px 0;}
.why_choice_us .box_why .icon3 i{background-position: 62px 0;}
.why_choice_us .box_why h3{font-size: 20px; color: #010101; text-align: center;}
.why_choice_us .box_why{float: left; width: 100%; border-radius: 20px; border-bottom: 4px solid #56a3ff; background: #fff; padding: 20px; -webkit-transition: 0.5s; transition: 0.5s;}
.why_choice_us .box_why p{text-align: center; color: #333; font-size: 15px;}
.why_choice_us .box_why:hover{webkit-transform: translateY(-10px); transform: translateY(-10px);}
/*end of why_choice_us*/

/*about_getrealperson*/
.about_getrealperson{float: left; width: 100%; height: 370px; padding: 60px 0px; background: url('../images/about_img.svg')no-repeat; background-size: cover;}
.about_getrealperson .about_content h3{font-size: 24px; margin-bottom: 15px;}
.about_getrealperson .about_content p{font-size: 18px; color: #56a3ff; line-height: 30px; border-left: 2px solid #56a3ff; padding: 0px 0px 0px 20px;}

/*end of about_getrealperson*/

/*blog area*/
.recent_blog .columns{display: flex; margin-bottom: 30px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); position: relative; transition: all .3s;}
.recent_blog .columns:hover{box-shadow: 0 10px 18px rgb(0 0 0 / 10%); -webkit-transform: scale(1.05); transform: scale(1.05);}
.recent_blog .columns .col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 190px;
}

.recent_blog .columns .blog_content_list{
    background: #fff;
    padding: 24px;
    position: relative;
    transition: all .3s;
    background-size: cover;
}
.blog_content_area h4{font-size: 20px; font-weight: 600; color: #56a3ff; margin-bottom: 10px; width: auto; float: left;cursor: pointer;transition: color 100ms, margin 300ms; text-decoration: none; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: -webkit-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: -moz-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: -ms-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: -o-linear-gradient( to right, #468750, #468750 50%, #0c0b39 50% ); background-image: linear-gradient( to right, #56a3ff, #56a3ff 50%, #0c0b39 50% ); background-size: 200% 100%; background-position: 100%;}
.blog_content_area h4:hover{transition: all 0.4s cubic-bezier(0, 0, 0.23, 1); background-position: 0%;}


.button_read_more {
    color: #fff;
    border: 3px solid #56a3ff;
    background-image: linear-gradient(60deg, #56a3ff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button_new {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 16px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
}


.button_read_more:hover {
    background-position: -100%;
    color: #56a3ff;
}

.engine_bg_img.bk_banner {
    padding: 250px 0
}

.disclaimer {
    background: #56a3ff;
    color: #fff;
    padding: 30px 0 20px
}

.disclaimer p {
    text-align: justify
}

.disclaimer .read_more {
    cursor: pointer;
    text-decoration: none
}

.disclaimer .read_more .less {
    display: none
}

.disclaimer .read_more.active .more {
    display: none
}

.disclaimer .read_more.active .less {
    display: inline-block
}

.disclaimer .full_width {
    display: none
}

.major_airlines {
    padding: 0px 0 40px
}


.major_airlines.border_top {
    box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    padding-top: 50px
}

.major_airlines .head {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    font-size: 24px
}

.major_airlines a {
    width: 100%;
    float: left;
    color: #56a3ff;
    text-shadow: 2px 2px 2px #d6d6d6;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 15px 15px 15px 45px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(145deg, #ffffff 60%, #f4f4f491 50%);
}

.major_airlines a:hover,
.major_airlines a:active,
.major_airlines a:focus {
    color: #56a3ff
}

.major_airlines a::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-position: -33px -53px;
    background-repeat: no-repeat;
    background-image: url(../images/fonts_new.png);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.box_area_shert {
    border: 1px solid #dedede;
    border-top: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    position: relative;
    transition: all .3s;
}

.box_area_shert p.head {
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    background: #cecece;
    padding: 10px 15px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    text-align: center;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear
}

.box_area_shert p {
    padding: 10px;
    color: #333
}

.box_area_shert img {
    width: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
}
div.main .about_us{
    background: #fff;
}

.about_us_area h2{color: #56a3ff; margin: 15px auto;}
.about_us_area ul li{margin-left: 20px;}
.about_right_img{width: 100%;}
.about_right img{width: 100%;}


section.form_area {
    background: url(../images/sheatblog_bg.jpg)no-repeat;
    background-size: cover
}


.sidebar_form_content .icons {
   width: 60px;
   float: left;
   margin-right: 10px;
}
.sidebar_form_content .icons i {
    background: url(../images/contact_icons.png);
    width: 55px;
    height: 55px;
    margin: 0px auto 0;
    position: relative;
    display: inline-block;
    background-position: 0px 0px;
    top: 0px;
    left: 0px;
}
.sidebar_form_content .icons2 i {
    background-position: -60px 0px;
}
.sidebar_form_content .icons3 i {
    background-position: -118px 0px;
}
.line_height_space{position: relative; height: 450px; background: #dfdad5; width: 2px; left: 23px;}
.line_height_space i{position: absolute; content: ""; background: #56a3ff; height: 160px; width: 2px;}

.sidebar_upgrade>a:hover{border-bottom: 2px solid #e4e4e4; color: #f69522;}
.sidebar_form_content{padding: 24px 0px; border-bottom: 1px dotted #c8c8c8; float: left; width: 100%;}
.sidebar_form_content h3{font-size: 24px; margin-bottom: 0px; color: #333;}
.sidebar_form_content:last-child{border: none;}
.sidebar_form_content a{font-size: 20px; color: #56a3ff;}

.form_area_top {
    margin: 30px auto
}


.inner_banner {
    position: relative;
    background: url(../images/comman_banner.svg) no-repeat;
    background-size: cover;
    height: 230px;
    background-position: right;
}

/*end of about_us*/
.recent_blog {width: 100%; float: left; background: #fff;}
.bg_color_recent{background: #f2f8ff;}
.inner_banner .middle_area {
    width: 100%; position: absolute; top: 50%; left: 0%; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); text-align: left; color: #002438; line-height: 1.3;
}
.inner_banner .middle_area span.head {
    width: 100%;
    float: left;
    font-size: 16px;
    text-shadow: 2px 2px 2px #b6d5f6;
    -moz-text-shadow: 0 0 3px #b6d5f6;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner_banner .middle_area .breadcrumbs {
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #fff;
}
.inner_banner .middle_area .breadcrumbs>a {
    color: #002438;
}

.inner_banner .middle_area .breadcrumbs>* {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: #56a3ff;
}
.inner_banner .middle_area .breadcrumbs>i {
    width: 7px;
    height: 7px;
    background: #56a3ff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.comment_area_user {
    float: left;
    width: 100%;
    position: relative;
    background: #f2f2f2;
    margin-bottom: 30px !important;
    padding: 15px
}

.comment_area_user:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 36px;
    height: 36px;
    bottom: -12px;
    z-index: -1;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%)
}

.comment_area_user:after {
    top: 100%;
    left: 48px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f2f2f2;
    border-width: 18px;
    margin-left: -18px
}

.comment_area_user .comment-author>h5 {
    font-size: 18px;
    margin: auto;
    color: #56a3ff
}

.comment_area_user .comment-author>p {
    margin: auto
}

.comment_area_user .comment-author>p>span.date_comment {
    font-size: 11px;
    color: #d1d1d1
}

.comment-author>ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0
}

.comment-author>ul>li {
    display: inline-block;
    float: left;
    list-style: none;
    margin-right: 8px
}

.comment-author>ul>li:last-child {
    display: inline-block;
    float: left;
    list-style: none;
    margin-right: 0px
}

.comment-author>ul>li>i {
    font-size: 22px;
    color: #56a3ff
}

.logos {
    background: #137fb0;
    padding: 10px 0;
    text-align: center
}

.logos .w_a {
    width: auto;
    max-width: 100%;
    display: inline-block;
    height: auto
}


.countries {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.countries .container {
    position: relative
}

.countries .middle_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px
}

.countries .middle_text>* {
    width: 100%;
    float: left;
    line-height: 1.3
}

.countries .middle_text .head {
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

.countries .middle_text .text {
    font-size: 26px;
    color: #56a3ff;
    margin-bottom: 0;
    font-weight: bold
}

.countries .country {
    width: 66.67%;
    float: right;
    margin-left: 33.33%;
    margin-bottom: 30px;
    padding: 5px 20px 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1)
}

.countries .country>li {
    width: 100%;
    float: left;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #ccc
}

.countries .country>li:last-child {
    border-bottom: none
}

.countries .country>li>img {
    width: 33.33%;
    float: left
}

.countries .country>li .text {
    width: 66.67%;
    float: left;
    padding-left: 30px
}

.countries .country>li .text>* {
    width: 100%;
    float: left;
    color: #898989;
    line-height: 1.9
}

.countries .country>li .text .head {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3
}

.countries .country>li .text>a {
    width: auto;
    clear: both;
    color: #56a3ff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold
}

.countries .country>li .text>a:hover,
.countries .country>li .text>a:active,
.countries .country>li .text>a:focus {
    color: #d53239
}

.map_form {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.map_form iframe {
    float: left;
    margin-bottom: 30px
}

.map_form form {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 30px 30px 15px;
    background: #fff;
    box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc;
}
.btn-white{background: #56a3ff; color: #fff;}
.btn-white:hover{background: #333; color: #fff;}


.map_form form .form-control {
    background: #f4f4f4;
    border: 1px solid #c4c4c4;
    outline: none
}

.map_form form .form-control:focus {
    box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);
    -webkit-box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);
    -moz-box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);
}

.map_form form input.form-control {
    height: 45px;
    margin-bottom: 17px;
    padding-left: 15px
}

.map_form form textarea {
    resize: none;
    margin-bottom: 17px;
    height: 150px;
    padding: 15px
}

.details_page {
    width: 100%;
    float: left;
}

.details_page>* {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: justify
}

.details_page h1,
.details_page h2,
.details_page h3,
.details_page h4,
.details_page h5,
.details_page h6 {
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.3
}

.details_page h1 {
    font-size: 32px
}

.details_page h2 {
    font-size: 29px
}

.details_page h3 {
    font-size: 26px
}

.details_page h4 {
    font-size: 24px
}

.details_page h5 {
    font-size: 22px
}

.details_page h6 {
    font-size: 20px
}

.details_page>ul,
.details_page>ol {
    padding-left: 30px
}

.details_page>ul>li,
.details_page>ol>li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.details_page>ul>li:last-child,
.details_page>ol>li:last-child {
    margin-bottom: 0
}

/*.feature_text*/
.feature_text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.feature_text h4 {
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    color: #4b4b4b;
}
.feature_text h4 span {
    color: #56a3ff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
/*end of feature_text*/

.footer_links {
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer_links hr {
    width: 100%;
    float: left;
    height: 1px;
    border: none;
    margin-bottom: 30px;
    background: #ccc;
}
.footer_links .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.footer_links .sub_head {
    font-size: 24px;
    margin-bottom: 15px;
}
.footer_box .links {
    padding: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}
.footer_box .links::before {
    display: table;
    content: "";
}
.footer_box .links::after {
    display: table;
    content: "";
    clear: both;
}
.footer_box .links > li {
    width: 25%;
    float: left;
    margin: 0 0 10px;
    list-style: none;
    padding: 0 15px;
}
.footer_box .links > li > a {
    width: auto;
    float: left;
    color: #777;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-left: 12px;
}
.footer_box .links > li > a::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: url(../images/fonts_new.png) no-repeat -44px 0;
}
.footer_box .links > li > a:active,
.footer_box .links > li > a:focus,
.footer_box .links > li > a:hover {
    color: #18978F;
}
.footer {
    padding: 50px 0 20px;
    background: #434343;
    background-size: cover;
    position: relative;
}

.footer .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.footer .footer_box .sub_head {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .footer_box .sub_head:after{
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    width: 50px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #56a3ff;
}

.footer .footer_box > .links {
    margin-bottom: 0;
}
.footer .footer_box > .links > li {
    width: 100%;
}
.footer .footer_box > .links > li > a {
    color: #fff;
}
.footer .footer_box > .links > li > a::before {
    background-position: -106px 0;
    transform: rotate(-90deg);
}
.footer .footer_box > .links > li > a:active,
.footer .footer_box > .links > li > a:focus,
.footer .footer_box > .links > li > a:hover {
    color: #18978F;
}
.footer .footer_box form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
}
.footer .footer_box form input.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 15px 50px 15px 12px;
    border: none;
    background: #092742;
    color: #999;
}
.footer .footer_box form input.form-control + a {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #18978F;
}
.footer .footer_box form input.form-control + a::before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/fonts.png) no-repeat -53px 0;
    content: "";
}
.footer .footer_box .sub_head ~ p {
    color: #fff;
}
.footer .footer_box .sub_head ~ p > * {
    display: inline-block;
}
.footer .footer_box .sub_head ~ p > span {
    color: #56a3ff;
    font-weight: 700;
}
.footer .footer_box .sub_head ~ p a {
    color: #fff;
}
.footer .footer_box .sub_head ~ p a:active,
.footer .footer_box .sub_head ~ p a:focus,
.footer .footer_box .sub_head ~ p a:hover {
    color: #2493e0;
}
.footer .footer_box .footer_logo > p{color: #fff;}

/*header_fixed_tfn*/
.d_fixed_tab{position: fixed !important; top: 0; z-index: 9999; width: 100%; margin: 0 0 0 !important; background: #fff; box-shadow: 0 2px 4px #0000002b; padding: 0;} 
     .data_fixed_tab_outer{float: left; width: 100%; background: #fff; box-shadow: 0 2px 4px #0000002b; padding: 0 0; margin: 0 0 0px;}
  .d_tab_list ul{margin:0;padding:0;display: inline-block;}
  .d_tab_list ul li{list-style: none;display: inline-block;}
  .d_tab_list ul li a{padding: 24px 15px; font-size: 16px; font-weight: 600; display: inline-block; color: #656565; text-decoration: none;} .tab_fixe_number.banner_btn{opacity: 0;    float: right; margin: 23px 0 0;}
    .d_tab_list ul li a.active{border-bottom: 1px solid #f15a22; color: #f15a22; position: relative;}
    .d_tab_list ul li a.active:after{content: ""; width: 8px; height: 8px; border-radius: 50%; background: #56a3ff; margin: 0 auto; position: absolute; bottom: -5px; left: 0px; right: 0; transition: all 700ms ease 0s; border: 2px solid #f15a22;}
    .tab_fixe_number.banner_btn a{background: #f15a22; color: #fff; border-radius: 5px; font-weight: 600; font-size: 16px;transition: all 0.3s; padding: 8px 9px;margin:0;}
    .tab_fixe_number.banner_btn a:first-child{margin-right: 15px;}
    .tab_fixe_number.banner_btn a:hover{background: #56a3ff;}
    .d_fixed_tab .tab_fixe_number.banner_btn{opacity: 1;}
/*end of header_fixed_tfn*/

/*top_numbers_list_details*/
.top_numbers_list_details{padding: 90px 0px;}
.contact_inform{padding: 90px 0px; background: #f5ffff;}
.top_numbers_list_details .card_numbers{padding: 30px; border-radius: 10px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); position: relative; transition: all .3s;}
.top_numbers_list_details .card_numbers a.tel{font-size: 32px; color: #f15a22; font-weight: 600;}
.top_numbers_list_details .card_numbers ul li{display: inline-block; float: left; width: 50%;}
.top_numbers_list_details .card_numbers ul li a{color: #f15a22; font-weight: 600;}
/*end of top_numbers_list_details*/


.Copyright {background: #434343; color: #fff; text-align: center; padding: 10px 0; border-top: 1px dotted;}

.Copyrighta {
    color: #fff;
}

.Copyright span {
    display: inline-block
}
.Copyright a{color: #56a3ff; font-weight: 600;}

img.airlinesseatupgrade-logo {
    position: relative;
    top: 8px
}
strong{width: 100%; padding: 5px 0px;}

@media (min-width:992px) {
    .header .navigation_bar {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {}

@media (max-width:991px) {
    .header .navigation_bar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #56a3ff;
        z-index: 999;
        padding: 15px;
        display: none;
        border: 5px solid #f5f5f5;
        border-top: none;
    }
    .header .navigation_bar>li {
        width: 100%;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-right: none
    }
    .header .navigation_bar>li:first-child {
        border-left: none
    }
    .header .navigation_bar>li>a {
        padding: 0;
        color: #fff
    }
    .header .navigation_bar>li .drop_down.right {
        left: 0;
        right: auto
    }
    .header .menu {
        display: block
    }

}

@media (min-width:768px) and (max-width:991px) {
    .engine_bg_img.bk_banner {
        padding: 200px 0
    }
}

@media (max-width:767px) {
    .header_top .numbers>a {
        font-size: 16px
    }
    .header_top .numbers>a>span {
        display: none
    }
    .banner.bk_banner {
        padding: 0
    }
    .engine_bg_img.bk_banner {
        padding: 125px 0
    }
    img.airlinesseatupgrade-logo {
        width: 220px
    }
}

@media (min-width:621px) and (max-width:767px) {
    .footer .footer_box .head {
        font-size: 25px
    }
}

@media (max-width:560px) {
    .call_us {
        padding: 50px 0
    }
    .call_us .head {
        font-size: 50px
    }
    .call_us a {
        font-size: 24px
    }
    img.airlinesseatupgrade-logo {
        width: 194px;
        top: 5px
    }
}
@media screen and (max-width: 620px){
    .banner_icons .choose_list .why_content p{font-size: 14px;}
    .banner_icons .why_content h5{font-size: 18px; margin: 0 0 5px;}
    .banner_icons .choose_list{padding: 0px 15px;}
    .why_choice_img img{margin-bottom: 30px;}
    .design_icon_box{margin-bottom: 80px;}

}

@media screen and (max-width: 479px){
    .hero_banner p{font-size: 14px; color: #fff;}
    .hero_banner h2 {font-size: 18px; color: #fff;}
    .title_hdng h4{font-size: 16px;}
    .choosing_us [class*=icon-]{font-size: 15px;}
    .title_hdng h4:after {left: -35px;}
    .title_hdng h4:before {right: -35px;}
    .banner_icons .choose_list .why_content p{font-size: 11px;}
    .banner_icons .why_content h5{font-size: 18px; margin: 0 0 5px;}
    .banner_icons .choose_list{padding: 0px 15px;}
    .why_choice_img img{margin-bottom: 30px;}
    .inner_banner{height: 135px;}
    .inner_banner .middle_area span.head{font-size: 10px;}
    .design_icon_box{margin-bottom: 80px;}
    .footer {padding: 20px;}
    .banner_home {height: 280px;}
    .hero_banner {height: 250px;}
    .hidden-xs{display: none;}
    .about .about_content h2{font-size: 20px; margin: 0;}
    div.about_content p{font-size: 14px;}
    .about .about_content .about_bootom_area h4{font-size: 18px;}
    div.about_content p.bootom_para{font-size: 20px; margin: 0;}
    .about .about_content{top: 0;}
    .d_tab_list {white-space: nowrap; overflow: scroll; max-width: 100%;}
    .tab_fixe_number{display: none;}
    .phone_number_list a{font-size: 16px;}
    .phone_number_list a::before{height: 53px; background-position: 0px 6px}
    .banner_home:before{background: #00000087;}
    form.search-form input.search-term{color: #fff;}
    .why_choice_us{margin-top: 0px;}
    .why_choice_us .box_why{margin-bottom: 15px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%); -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);}
    .about_getrealperson{height: auto;}

}