#midd-part1 {
    margin-top: 80px;
}
img {
    max-width: 100%;
}
.common-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 10px 40px;
    transition: all 0.5s ease 0s;
    background-color: #00a9b7;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.common-btn:hover {
    background-color: #007883;
    color: #fff;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.heading-style {
    position: relative;
    padding-bottom: 20px;
    font-size: 35px;
    color: #444;
    margin-bottom: 15px;
    font-weight: bold;
}
.heading-style.center + p {
    text-align: center;
}
.heading-style:after {
    width: 70px;
    height: 3px;
    background-color: #00a9b7;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.heading-style.center:after {left: 50%;transform: translateX(-50%);}
.heading-style.center {
    width: 100%;
    text-align: center;
}
p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    font-family: 'Exo 2';
}
.headStyle {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0px 0 10px;
    padding: 0 0 0 0;
    display: block;
    line-height: 36px;
    width: 100%;
}
.tag {
    font-size: 24px;
    color: #00a9b7;
    font-weight: 500;
    display: block;
    border-radius: 30px;
    margin-bottom: 0;
    line-height: normal;
}
/**************************************************/
.free-text-section {
    padding: 35px 0 35px;
}
.free-text-section .banner-btn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-right: 40px !important;
}
.free-text-section .banner-btn a {
    background: #00a9b7;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 11px 20px;
    border-radius: 4px;
    width: auto;
    text-transform: uppercase;
    margin: 0 8px 15px 8px;
    line-height: 30px;
    border: solid 2px #00a9b7;
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 160px;
    justify-content: center;
    cursor: pointer;
}
.free-text-section .banner-btn a:hover {
    background: #006770;
    color: #fff;
    border: solid 2px #006770;
}
.free-text-section .banner-btn a.buy-now {
    background: #ffd615;
    color: #000;
    border: solid 2px #ffd615;
}
.free-text-section .banner-btn a.buy-now:hover {
    background: #000;
    color: #fff;
    border: solid 2px #000;
}
.free-text-section .banner-btn a.view-demo {
    background: transparent;
    color: #000;
    border: solid 2px #ffd615;
    padding: 10px 15px;
}
.free-text-section .banner-btn a.view-demo:hover {
    background: #ffd615;
    color: #000;
}
.free-text-section .banner-btn a.view-demo img {
    width: 30px;
}
.free-text-section .banner-btn a.new_video span small {
    display: block;
    line-height: normal;
    font-size: 13px;
    color: #000;
    margin-top: -4px;
}
.free-text-section .banner-btn a.new_video span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #00a9b7;
    vertical-align: middle;
    margin: -5px 0 0 10px;
    text-align: center;
}
.free-text-section .banner-btn a.new_video {
    border-color: #00a9b7;
    width: auto;
    min-width: auto;
    min-width: 222px;
}
.free-text-section .banner-btn a.new_video:hover {
    border-color: #00a9b7;
    color: #fff;
    background-color: #e2fdff;
}
.free-text-section .banner-btn a.new_video.haveyellow {
    border-color: #ffd615;
}
.free-text-section .banner-btn a.new_video.haveyellow span {
    color: #e7be00;
}
.free-text-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.free-text-section .headStyle {font-size: 44px;}
.free-text-section .heading-holder .tag {font-size: 32px;}
.free-text-section .left-part {
    width: 48%;
}
.free-text-section .right-part {
    width: 50%;
}
.free-text-section .right-part .headStyle a {width: 25px;height: 25px;display: inline-block;vertical-align: middle;}
.left-part-caption, .right-part-caption {
  position: relative;
  width: 100%;
  display: block;
}
.free-text-section .right-part .right-part-img{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}
.free-text-section .left-part .left-part-img{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.free-text-section .left-part .left-part-img img,
.free-text-section .right-part .right-part-img img {
    width: 38vw;
}
.free-text-section .right-part .right-part-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}

.free-text-section .left-part .left-part-content{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.free-text-section p {
    line-height: 28px;
}
.free-text-section p b {
    font-weight: 600;
    font-size: 16px;
}
.free-text-section.seven-videos p.text-center {
    color: #fff;
    line-height: 22px;
}
/**************************************************/
.free-text-section.seven-videos {
  background-image: -moz-linear-gradient( 114deg, rgb(0,84,128) 0%, rgb(0,144,156) 50%, rgb(147,247,255) 100%);
  background-image: -webkit-linear-gradient( 114deg, rgb(0,84,128) 0%, rgb(0,144,156) 50%, rgb(147,247,255) 100%);
  background-image: -ms-linear-gradient( 114deg, rgb(0,84,128) 0%, rgb(0,144,156) 50%, rgb(147,247,255) 100%);
}
.free-text-section.seven-videos span.tag {
    background: #fff;
    color: #00a9b7;
}
.free-text-section.seven-videos .heading-style {
    color: #fff;
}
.free-text-section.seven-videos .heading-style strong {
    color: #fff;
}
.free-text-section.seven-videos .heading-style:after {
    background-color: #fff;
}
.video-row-flow {
    width: 100%;
    display: block;
    position: relative;
}
.video-row-flow ul {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.video-row-flow ul li {
      width: 20%;
      padding: 0px 5px 10px;
      margin-bottom: 0px;
}
.video-row-flow ul li::after {
    display: none;
}
.video-row-flow ul li p {
    margin-bottom: 0;
}
.video-row-caption {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    padding: 8px 5px 5px 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.video-row-caption-img {
    height: auto;
}
.video-row-caption-img img {
    height: auto;
    width: auto;
    margin: 0;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
.video-row-flow ul li .video-row-caption .video-row-caption-img img {
    vertical-align: top;
}
.video-row-flow ul li .video-row-caption .video-row-caption-img i img {
    width: 25px;
    height: 25px;
}
.video-row-flow ul li .video-row-caption .video-icon {
      top: 5px;
      right: 5px;
      position: absolute;
      margin: 0;
}
.video-row-flow ul li .video-row-caption .video-icon a {
    height: 20px;
    width: 20px;
    background-color: #fff;
    animation: none;
    -webkit-animation: none;
}
.video-row-caption-text {
    border-radius: 10px;
    background: #fff;
    margin: 0;
    z-index: 1;
    bottom: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.video-row-caption-text h4 {
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    margin-top: 5px;
}
.video-row-caption-text p {
    color: #333;
    width: 100%;
}
.video-row-flow ul li:last-child .video-row-caption {
    justify-content: center;
}
.useof-video-section .heading-holder p {
    width: 100%;
}
/************************************/
/******************************************/
.common-section {
    padding: 40px 0;
}
.common-section img.new-tag {
    position: relative;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 40px;
}
.common-section .heading-area {
    align-items: flex-start;
}
.common-section .button-btn {
    justify-content: flex-start;
}
.common-section .heading-area strong {
    display: block;
    font-size: 22px;
    text-align: left;
    width: 100%;
    margin: 0 0 11px 0;
    font-weight: bold;
    line-height: 26px;
}
.common-section-inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.common-section-left {
    width: 46%;
}
.common-section-right {
    width: 50%;
}
/******************************************/
/**************************************************/
.advance-feature .mx-auto {
    margin: 0 auto;
    float: none;
}
.advance-feature {
    padding: 35px 0 30px 0;
    background-color: #e7f3f7;
}
.advance-feature .heading-style:after {
    left: 50%;
    margin-left: -35px;
}
.advance-feature-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    text-align: center;
}
.advance-feature-inner h2,
.advance-feature-inner h3,
.advance-feature-inner h4 {
    font-size: 35px;
    color: #444;
}

.advance-feature-inner h2 strong,
.advance-feature-inner h3 strong,
.advance-feature-inner h4 strong {
    color: #00a9b7;
    text-transform: uppercase;
    font-weight: bold;
}
.advance-feature h2 span,
.advance-feature h3 span,
.advance-feature h4 span {
    color: #949494;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding-top: 14px;
    position: relative;
    margin-bottom: 10px;
}
.advance-feature-body {
    margin: 0;
    padding: 0px;
}
.advance-feature-body ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
.advance-feature-body ul li {
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.advance-feature-body ul li .fet-caption {
    border-radius: 10px;
    padding: 20px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: 0 0 0px 0px #e8e8e8 inset, 0 0 2px 0 rgba(0,0,0,0.17);
    background-color: #f6fdff;
    min-height: 100%;
    bottom: 0px;
    position: relative;
}
.advance-feature-body ul li .fet-caption p {
    text-align: center;
}
.advance-feature-body ul li .fet-caption:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e8e8e8 inset, 0 0 16px 0 rgba(0,0,0,0.17);
    bottom: 5px;
}
.advance-feature-body ul li .fet-caption i {
    width: 115px;
    display: table;
    margin: 0 auto;
    padding: 25px;
    border-radius: 50%;
    background-color: #00a9b7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.advance-feature-body ul li .fet-caption:hover i {
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0,0,0,0.20);
}
.advance-feature-body ul li img {
    max-width: 100%;
}
.advance-feature-body .card {
    border: 0;
}

.advance-feature-body ul li .fet-caption i img {
    max-width: 100%;
    height: 63px;
}
.advance-feature-body ul li .fet-caption strong {
    font-weight: 600;
    font-size: 18px;
    margin: 12px 0 5px 0;
    display: block;
    text-transform: uppercase;
}
.advance-feature-body [class*="col-"] {
    float: none;
}
.advance-feature-body .row {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
/**************************************************/
/****************************************/
.blocks {
    padding: 35px 0px 40px 0px;
}
.blocks b {
    margin: 0px 0 34px 0;
    font-size: 19px;
    color: #646464;
    font-weight: 400;
    line-height: 27.4px;
    display: block;
    text-align: center;
    width: 100%;
}
.blocks-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}
.blocks .heading-style::after {
    width: 70px;
    height: 3px;
    background-color: #00a9b7;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    margin-left: -40px;
}

.blocks ul {
    list-style: none;
    width: 100%;
}
.blocks-caption {
    padding: 20px 100px;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.blocks-caption.map-intigrate .before-shape,
.blocks-caption.manual-booking .before-shape {
    display: none;
}
.blocks-caption.map-intigrate p,
.blocks-caption.map-intigrate strong,
.blocks-caption.manual-booking p,
.blocks-caption.manual-booking strong {
    width: 60%;
    text-align: left;
}
.blocks-caption.map-intigrate,
.blocks-caption.manual-booking {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}
.blocks ul.custom_function_row li {
    width: 50%;
    padding: 5px;
    flex-grow: 1;
}

.blocks ul li:last-child {
    margin-bottom: 0;
}
.before-shape {
    width: 8px;
    height: auto;
    background-color: #fff;
    position: absolute;
    left: 30px;
    top: 25px;
    bottom: 25px;
}
.blocks-caption p {
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
}
.before-shape:before {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}
.before-shape:after {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.after-shape {
    width: 8px;
    height: auto;
    background-color: #fff;
    position: absolute;
    right: 30px;
    top: 25px;
    bottom: 25px;
}
.after-shape:before {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}
.after-shape:after {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.blocks-caption strong {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
}
.umbrella-ico {
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: 0;
    height: 85%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.blocks-caption p.dec {
    width: calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
}
/****************************************/
/****************************************/
.custom_function-left {
    width: 42.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.custom_function-right {
    width: 53.12%;
}
.custom_function_row .blocks-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.custom_function_row.booking_ser .blocks-inner {
    flex-direction: row-reverse;
}
.custom_function_row h4 {
    font-size: 22px;
    color: #00a9b7;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.custom_function_row h4 ._VIDEO_ {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
}
.custom_function_row h4 span {
    font-size: 24px;
    display: block;
    font-weight: bold;
    padding-bottom: 8px;
}
.custom_function_row.map-inti h4 span {
    color: #00a9b7;
}
.custom_function_row.booking_ser h4 span {
    color: #e64c4a;
}
.custom_function_row.all_ser h4 span {
    color: #1e6da9;
}
.custom_function_row p b {
    font-weight: bold;
    font-size: inherit;
    display: inline;
}
.custom_function_row.booking_ser {
    padding: 50px 0;
}
.custom_function_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.custom_function_row .card-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    min-height: 100%;
    border: 1px solid #ddd;
}
.custom_function_row .backshape {
    position: absolute;
    top: 50%;
    z-index: -1;
    pointer-events: none;
}
.custom_function_row.booking_ser .backshape {
    left: auto;
    right: 0;
}
.custom_function_row.map-inti .backshape {
    transform: translateY(-67%);
    -webkit-transform: translateY(-67%);
    -moz-transform: translateY(-67%);
    -ms-transform: translateY(-67%);
    -o-transform: translateY(-67%);
    width: 22.8%;
}
.custom_function_row.booking_ser .backshape {
    transform: translateY(-39%);
    -webkit-transform: translateY(-39%);
    -moz-transform: translateY(-39%);
    -ms-transform: translateY(-39%);
    -o-transform: translateY(-39%);
    width: 22.25%;
}
.custom_function_row.booking_ser .custom_function-left img {
    margin-right: -64px;
    max-width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.custom_function_row.all_ser .backshape {
    transform: translateY(-31%);
    -webkit-transform: translateY(-31%);
    -moz-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    -o-transform: translateY(-31%);
    width: 21.40%;
}
.custom_function_row.booking_ser.safety img {
    width: 180px;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    border: navajowhite;
}
.custom_function_row.booking_ser.safety .custom_function-left {
    width: 25%;
    align-items: center;
}
.custom_function_row.booking_ser.safety .custom_function-right {
    width: 75%;
    padding-right: 40px;
}
.custom_function_row.booking_ser.genie .custom_function-left img {
    border: none;
    box-shadow: none;
    margin: 0;
    display: inline-block;
}
.custom_function_row.booking_ser.genie .custom_function-left {
    width: 32%;
}
.custom_function_row.booking_ser.genie .custom_function-right {
    width: 62%;
}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
@keyframes blink {
    30% {
        opacity: 0
    }
}
/*******************************************************************/
/****************************************/
.intro-banner {
    color: #fff;
    background-color:  #00393e;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.intro-banner:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(50% + 50px);
    width: -o-calc(50% + 50px);
    width: -ms-calc(50% + 50px);
    width: -moz-calc(50% + 50px);
    width: -webkit-calc(50% + 50px);
    background-color: #00a9b7;
}
.intro-banner-inner {
    max-width: 1320px;
    padding: 85px 15px 80px 15px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.intro-banner:after {
    content: '';
    border-bottom: 885px solid  #00393e;
    border-left: 219px solid transparent;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-169px);
    pointer-events: none;
    -webkit-transform: translateX(-169px);
    -moz-transform: translateX(-169px);
    -ms-transform: translateX(-169px);
    -o-transform: translateX(-169px);
}
.top-strip {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
}
.bottom-strip {
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 0;
    height: 40px;
    width: 100%;
}
.intro-banner .normal-title {
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    color: #000;
}
.intro-banner .intro-banner-left h4 {
    font-size: 103px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 72px;
    margin-top: -20px;
}
.intro-banner .intro-banner-left h4 .hl1 {
    font-size: 66px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    padding-left: 54px;
}
.intro-banner .intro-banner-left h4 .hl2 {
    font-size: 62px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    padding-left: 13px;
    line-height: normal;
}
.intro-banner .intro-banner-left h4 .hl3 {
    font-size: 58px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    padding-left: 62px;
    margin-top: -10px;
    z-index: -1;
    position: relative;
    color: #666;
}
.intro-banner .sub-sent {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    display: block;
    white-space: pre-line;
    color:  #00393e;
    line-height: normal;
}
.intro-banner-left {
    position: relative;
    z-index: 0;
    padding-right: 0;
    width: 50%;
}
.intro-banner-right {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
     width: 50%;
}
.intro-banner .coll {
    padding: 0 15px;
    text-align: center;
}
.intro-banner-right ul li {
    text-align: left;
    list-style: none;
    padding-left: 16px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 23px;
    position: relative;
}
.intro-banner-right h4 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.intro-banner-right p {
    font-size: 17px;
    margin-top: 2px;
    margin-bottom: 45px;
    font-weight: 600;
}
.intro-banner-right ul {
    max-width: 286px;
}
.intro-banner-right ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.intro-banner-right ul li:last-child {
    margin-bottom: 0;
}
.intro-banner .coll:last-child {
    border-left: 1px solid #00a9b7;
}
.intro-banner-right p span {
    color: #00a9b7;
    font-weight: 500;
}
.intro-banner .clone-image- {
    position: absolute;
    bottom: -21px;
    left: 40.5%;
    z-index: 1;
}
.intro-banner-responsive {
    display: none;
    max-width: 100%;
}
@media screen and (max-width:1320px) {
    .intro-banner .clone-image- {
        left: 34%;
    }
    .intro-banner .intro-banner-left h4 {
        font-size: 92px;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 89px;
        white-space: pre-line;
        padding-left: 51px;
        margin-top: 5px;
    }
    .intro-banner .sub-sent {
        font-size: 36.02px;
        text-transform: uppercase;
        line-height: 40px;
    }
}
@media screen and (max-width:1279px) {
    .intro-banner {
        display: none;
    }
    .intro-banner-responsive {
        display: block;
    }
}
@media screen and (max-width:1024px) {
     /**********************************/
     .payment-logos>li {
        width: 25%;
    }
    /**********************************/
}
@media screen and (max-width:991px) {
    .advance-feature-body ul li {
        width: 50%;
    }
    .custom_function-left,.custom_function-right {
        width: 100%;
        align-items: center;
    }
    .custom_function-left {
        margin-bottom: 30px;
    }
    .custom_function_row.booking_ser .custom_function-left img {
        margin: 0;
    }
    .custom_function_row.booking_ser.safety .custom_function-right {
        width: 100%;
    }
    .custom_function_row.booking_ser.safety .custom_function-left {
        width: 100%;
    }
    .custom_function_row.booking_ser.genie .custom_function-left,
    .custom_function_row.booking_ser.genie .custom_function-right {
        width: 100%;
    }

    .free-text-section .left-part {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .free-text-section .right-part {
        width: 100%;
        text-align: center;
    }
    .free-text-section .banner-btn {
        justify-content: center;
    }
    .common-section-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .common-section-right {
        width: 100%;
    }
    .common-section-left img {
        width: 500px;
        max-width: 100%;
    }
    .video-row-flow ul li {
        width: 25%;
    }
    .video-row-caption-img img {
        height: auto;
        width: auto;
        margin: 0;
    }
}
@media screen and (max-width:630px) {
    .video-row-flow ul li {
        width: 33.33%;
    }
}
@media screen and (max-width:630px) {
    .advance-feature-body ul li {
        width: 100%;
        padding: 0;
    }
    .blocks ul.custom_function_row li {
        width: 100%;
    }

}
@media screen and (max-width:480px) {
    .video-row-flow ul li {
        width: 50%;
    }
}
@media screen and (max-width:360px) {
    .video-row-flow ul li {
        width: 100%;
    }
}