/*@font-face {
    font-family: Montserrat-Bold;
    src: url("../assets/fonts/Montserrat/Montserrat-Bold.eot");
    src: url("../assets/fonts/Montserrat/Montserrat-Bold.otf") format("opentype"),
        url("../assets/fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
        url("../assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"),
        url("../assets/fonts/Montserrat/Montserrat-Bold.svg#svgFontName") format("svg");
}
@font-face {
    font-family: Montserrat-Light;
    src: url("../assets/fonts/Montserrat/Montserrat-Light.eot");
    src: url("../assets/fonts/Montserrat/Montserrat-Light.otf") format("opentype"),
        url("../assets/fonts/Montserrat/Montserrat-Light.woff") format("woff"),
        url("../assets/fonts/Montserrat/Montserrat-Light.ttf") format("truetype"),
        url("../assets/fonts/Montserrat/Montserrat-Light.svg#svgFontName")
            format("svg");
}
@font-face {
    font-family: Montserrat-Regular;
    src: url("../assets/fonts/Montserrat/Montserrat-Regular.eot");
    src: url("../assets/fonts/Montserrat/Montserrat-Regular.otf") format("opentype"),
        url("../assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
        url("../assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"),
        url("../assets/fonts/Montserrat/Montserrat-Regular.svg#svgFontName")
            format("svg");
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.eot");
    src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.otf") format("opentype"),
        url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
        url("../assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"),
        url("../assets/fonts/Montserrat/Montserrat-SemiBold.svg#svgFontName")
            format("svg");
}
@font-face {
    font-family: Montserrat-Medium;
    src: url("../assets/fonts/Montserrat/Montserrat-Medium.eot");
    src: url("../assets/fonts/Montserrat/Montserrat-Medium.otf") format("opentype"),
        url("../assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
        url("../assets/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"),
        url("../assets/fonts/Montserrat/Montserrat-Medium.svg#svgFontName")
            format("svg");
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url("../assets/fonts/Montserrat/Montserrat-ExtraBold.eot");
    src: url("../assets/fonts/Montserrat/Montserrat-ExtraBold.otf") format("opentype"),
        url("../assets/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"),
        url("../assets/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"),
        url("../assets/fonts/Montserrat/Montserrat-ExtraBold.svg#svgFontName")
            format("svg");
}

@font-face {
    font-family: Gotham-Black;
    src: url("../assets/Gotham-Font/Gotham-Black.eot");
    src: url("../assets/Gotham-Font/Gotham-Black.otf") format("opentype"),
        url("../assets/Gotham-Font/Gotham-Black.woff") format("woff"),
        url("../assets/Gotham-Font/Gotham-Black.ttf") format("truetype"),
        url("../assets/Gotham-Font/Gotham-Black.svg#svgFontName") format("svg");
}

@font-face {
    font-family: Gotham-Bold;
    src: url("../assets/Gotham-Font/Gotham-Bold.eot");
    src: url("../assets/Gotham-Font/Gotham-Bold.otf") format("opentype"),
        url("../assets/Gotham-Font/Gotham-Bold.woff") format("woff"),
        url("../assets/Gotham-Font/Gotham-Bold.ttf") format("truetype"),
        url("../assets/Gotham-Font/Gotham-Bold.svg#svgFontName") format("svg");
}

@font-face {
    font-family: Gotham-Book;
    src: url("../assets/Gotham-Font/Gotham-Book.eot");
    src: url("../assets/Gotham-Font/Gotham-Book.otf") format("opentype"),
        url("../assets/Gotham-Font/Gotham-Book.woff") format("woff"),
        url("../assets/Gotham-Font/Gotham-Book.ttf") format("truetype"),
        url("../assets/Gotham-Font/Gotham-Book.svg#svgFontName") format("svg");
}

@font-face {
    font-family: Gotham-Light;
    src: url("../assets/Gotham-Font/Gotham-Light.eot");
    src: url("../assets/Gotham-Font/Gotham-Light.otf") format("opentype"),
        url("../assets/Gotham-Font/Gotham-Light.woff") format("woff"),
        url("../assets/Gotham-Font/Gotham-Light.ttf") format("truetype"),
        url("../assets/Gotham-Font/Gotham-Light.svg#svgFontName") format("svg");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("../assets/Gotham-Font/Gotham-Medium.eot");
    src: url("../assets/Gotham-Font/Gotham-Medium.otf") format("opentype"),
        url("../assets/Gotham-Font/Gotham-Medium.woff") format("woff"),
        url("../assets/Gotham-Font/Gotham-Medium.ttf") format("truetype"),
        url("../assets/Gotham-Font/Gotham-Medium.svg#svgFontName") format("svg");
}*/

.banner_text_inner {
    width: 100%;
    float: left;
}

.ideal-navbar {
    background-color: #2777bc;
    border-radius: 0px;
}

.navbarIdeal li a {
    font-family: Gotham-Book;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}

.idealSubList ul li a {
    font-family: Gotham-Medium;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}

.ideal-navbar li a:hover {
    background-color: transparent;
}

.ideal-navbar li a:focus {
    background-color: transparent;
}

.idealLogo img {
    width: 241px;
}

.padding0 {
    padding: 0px;
}

.idealTryBtnFree {
    background: #5aaf7a;
    border-radius: 30px;
    border: 1px solid #5aaf7a;
}

.idealTryBtnFree:focus {
    color: #fff;
}

.idealTryBtn {
    text-transform: uppercase;
}

.banner_main {
    width: 100%;
    float: left;
    margin-top: -90px;
}

.banner_inner {
    background-image: url("../img/home/img_Banner.jpg");
    height: 1016px;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.banner_text_main {
    width: 100%;
    float: left;
    padding-top: 130px;
}

.banner_text h4 {
    font-size: 34px;
    font-family: Montserrat-ExtraBold;
    color: #231f20;
}
.banner_text h4 span {
    font-size: 26px;
    font-family: Montserrat-Bold;
}

.banner_text_inner p {
    font-family: Montserrat-Regular;
    font-size: 24px;
    margin: 0px;
    padding-top: 10px;
}

.banner_button {
    text-align: left !important;
    margin: 20px 0px 0px !important;
}

.banner_button a {
    text-align: center;
}

.watch_btn {
    margin-bottom: 20px;
}

.watch_btn button {
    background: #ea212d;
    border: 1px solid #ea212d;
    border-radius: 35px;
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #fff;
    padding: 10px 45px;
    text-transform: uppercase;
    box-shadow: 0px 5px 6px rgba(234, 33, 45, 0.6);
}

.watch_btn button:focus {
    outline: none;
}

.watch_btn img {
    padding-right: 10px;
}

.down_icon .fa {
    font-size: 70px;
    color: #2777bc;
}

.step_section {
    width: 100%;
    float: left;
    margin-top: -400px;
}

.step_section_inner {
    width: 100%;
    float: left;
}

.steps_row {
    width: 100%;
    float: left;
    padding-bottom: 45px;
}

.img_shadow {
    box-shadow: 0px 15px 17px -5px rgba(40, 43, 43, 0.18),
        -24px 20px 46px 14px rgba(40, 43, 43, 0.18);
}

.steps_info {
    position: relative;
}

.steps_info h4 {
    font-family: Montserrat-ExtraBold;
    font-size: 35px;
    color: #231f20;
    padding-bottom: 25px;
    margin: 0px;
}

.steps_info h4 span {
    color: #2777bc;
}

.steps_info p {
    font-family: Montserrat-Light;
    font-size: 18px;
    margin: 0px;
    color: #231f20;
    padding-bottom: 25px;
}

.bg_row {
    background: #f2f2f2;
    padding: 55px 0px 45px;
}

.text_bg {
    background: #2777bc;
    border-radius: 8px;
    position: relative;
}

.text_bg p {
    color: #fff;
    padding: 25px 75px 20px 45px;
}

.try_link_main {
    width: 100%;
    float: left;
}

.try_link_inner {
    width: 100%;
    float: left;
    background: #2777bc;
    padding: 50px 0px;
    text-align: center;
}

.try_link_inner p {
    font-family: Montserrat-Light;
    font-size: 40px;
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
}

.try_link_inner h5 {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
}

.sales_btn button {
    background: #5aaf7a;
    border: 1px solid #5aaf7a;
    border-radius: 35px;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #fff;
    padding: 15px 45px;
    text-transform: uppercase;
    box-shadow: 0px 5px 6px rgba(38, 79, 140, 0.9);
    transition: 0.3s;
}

.sales_btn button:hover {
    background: #40915e;
    transition: 0.6s;
}

.sales_btn button:focus {
    outline: none;
}

.marketers_main {
    width: 100%;
    float: left;
    position: relative;
}

.left_leaves {
    position: absolute;
    top: -25px;
    z-index: -20;
}

.right_leaves {
    position: absolute;
    top: -25px;
    z-index: -20;
    right: 0;
}

.right_leaves img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marketers_inner {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.marketers_text {
    width: 100%;
    float: left;
    padding-top: 70px;
    text-align: center;
}

.marketers_text h4 {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #231f20;
    margin: 0px;
    padding: 0px 10% 35px;
}

.marketers_text p {
    font-family: Montserrat-Light;
    font-size: 30px;
    color: #231f20;
    margin: 0px;
    padding-bottom: 55px;
}

.marketers_info {
    width: 100%;
    float: left;
}

.marketers_info_col {
    text-align: center;
}

.marketers_info_col {
    position: relative;
}

.video_section {
    position: relative;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    cursor: pointer;
}

.video_section:hover {
    transform: scale(1.2);
    z-index: 99999;
    position: relative;
    box-shadow: 0px 0px 1px 0px rgba(40, 43, 43, 0.18),
        -24px 9px 50px 14px rgba(40, 43, 43, 0.18);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.marketers_info_text {
    padding-top: 65px;
    padding-right: 40px;
}

.video_img {
    width: 100%;
}

.video_number {
    font-family: Montserrat-Bold;
    font-size: 35px;
    color: #fff;
    background: #2777bc;
    display: inline-block;
    padding: 2px 17px;
    margin: 0px;
    border-radius: 30px;
}

.marketers_info_text h5 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #1a1a1a;
    padding: 25px 0px 50px;
    margin: 0px;
    min-height: 127px;
}

.marketers_details {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0px;
    padding-bottom: 35px;
}

.marketers_details {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0px;
}

.trips_main {
    width: 100%;
    float: left;
}

.trips_inner {
    background-image: url(../img/home/img_Beach.jpg);
    /* height: 438px; */
    width: 100%;
    float: left;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.trips_info_container {
    width: 100%;
    float: left;
    padding: 0px 135px 70px;
}

.trips_info_top {
    width: 100%;
    float: left;
    padding: 60px 0px 40px;
    text-align: center;
}

.trips_info_top h4 {
    font-family: Montserrat-ExtraBold;
    font-size: 44px;
    color: #231f20;
    margin: 0px;
    padding-bottom: 15px;
}

.trips_info_top h5 {
    font-family: Montserrat-ExtraBold;
    font-size: 44px;
    color: #2777bc;
    margin: 0px;
}

.trips_info_detail {
    width: 1005;
    float: left;
}

.trips_info_detail p:nth-child(1) {
    font-family: Montserrat-Medium;
    font-size: 22px;
    color: #1a1a1a;
    font-style: italic;
}

.trips_info_detail p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #1a1a1a;
    padding-bottom: 30px;
    margin: 0px;
}

.trips_info_detail p span {
    display: block;
    font-family: Montserrat-Bold;
}

.trips_info_last {
    width: 100%;
    float: left;
    display: flex;
}

.trips_info_left {
    width: 65%;
    float: left;
    background: #60d936;
    padding: 5em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trips_info_left h4 {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.trips_info_left p {
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.trips_info_right {
    width: 35%;
    float: left;
    background: #2777bc;
    padding: 5em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trips_info_right h4 {
    font-family: Montserrat-Bold;
    font-size: 17px;
    color: #fff;
    margin: 0px;
    padding-bottom: 5px;
}

.trips_info_right p {
    font-family: Montserrat-Light;
    font-size: 17px;
    color: #fff;
    margin: 0px;
}

.company_info {
    width: 100%;
    float: left;
}

.company_info_main {
    width: 100%;
    float: left;
}

.first_row {
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 60px 13px 40px;
    margin-bottom: 60px;
    position: relative;
}

.first_row_img {
    position: relative;
}

.first_row_text {
    padding-left: 60px;
    padding-top: 10px;
}

.first_row_text h4 {
    font-family: Montserrat-ExtraBold;
    font-size: 44px;
    color: #1a1a1a;
    margin: 0px;
    padding-bottom: 40px;
}

.first_row_text p {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0px;
    padding-bottom: 40px;
}

.second_row {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-bottom: 50px;
}

.second_row_img {
    padding-left: 60px;
}

.first_row_text a {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold;
    color: #2777bc;
}

.second_row .sales_btn button {
    box-shadow: 0px 5px 6px rgba(90, 175, 122, 0.6);
    margin-bottom: 30px;
}

.color_grey {
    color: #666666 !important;
}

.font22 {
    font-size: 22px !important;
}

.header_video {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.header_video_img {
    width: 100%;
}

.banner_text_inner {
    width: 100%;
    float: left;
}

/* why vacation incentives section css start */

.marketing_why_vacation_banner {
    background-image: url("../img/home/img_Waves.jpg");
    height: 440px;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.why_vacation_banner_content {
    width: 100%;
    float: left;
}
.marketing_why_vacation {
    width: 100%;
    float: left;
    margin-top: -360px;
    text-align: center;
}
.marketing_why_vacation h2 {
    font-size: 44px;
    font-weight: 600;
    font-family: Montserrat-ExtraBold;
    color: #231f20;
}
.marketing_why_vacation h4 {
    font-size: 44px;
    color: #231f20;
    font-family: Montserrat-Medium;
}

.marketing_why_vacation_description {
    width: 100%;
    float: left;
    padding: 40px 125px 40px;
}

.marketing_why_vacation_description p {
    color: #1a1a1a;
    font-size: 18px;
    font-family: Montserrat-Regular;
    line-height: 28px;
}
.marketing_why_vacation_description p span {
    color: #c1272d;
}

.why_space {
    padding-top: 30px;
}

.why_blue_box {
    width: 70%;
    margin: 0 auto 60px auto;
    background-color: #2777bc;
    padding: 45px 45px;
    display: table;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 0px rgba(40, 43, 43, 0.18),
        -24px 9px 50px 14px rgba(40, 43, 43, 0.18);
}

.why_blue_box p {
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Regular;
    line-height: 24px;
}

.why_trust {
    width: 60%;
    margin: 0 auto 60px auto;
    display: table;
    text-align: center;
}

.why_trust p {
    color: #231f20;
    font-size: 23px;
    font-family: Montserrat-SemiBold;
}
.padding20 {
    padding-top: 20px;
}
.why_vacation_comment {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.why_vacation_comment_inside {
    width: 100%;
    float: left;
    border: 1px solid #e7e7e7;
    padding: 30px 0px;
    box-shadow: 10px 8px 10px -8px #eae4e4;
}
.why_vacation_comment_inside h3 {
    color: #2777bc;
    font-size: 30px;
    font-family: Montserrat-SemiBold;
    margin: 0;
    padding: 0px 25px 40px;
    line-height: 38px;
}
.whypaddingright {
    padding-right: 30px;
}
.whypaddingleft {
    padding-left: 30px;
}
.why_vacation_comment_rigth {
    width: 100%;
    float: left;
}
.vacation_night {
    color: #1a1a1a;
    font-size: 18px;
    font-family: Montserrat-Regular;
    text-align: left;
    padding-top: 50px;
    line-height: 28px;
}

.vacation_night span {
    font-family: Montserrat-SemiBold;
}

/* why vacation incentives section css end */

/* Empowering business section css start */
.marketing_business {
    width: 100%;
    float: left;
    background-color: #2777bc;
    padding: 50px 0px;
    text-align: center;
}
.marketing_business_txt {
    width: 100%;
    float: left;
}
.marketing_business_txt h2 {
    font-size: 44px;
    font-family: Montserrat-ExtraBold;
    color: #fff;
    margin: 0;
}

.marketing_business_txt p {
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Regular;
    line-height: 28px;
    padding: 20px 13% 0px;
}
.marketing_business_box {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.marketing_business_box_inside {
    width: 100%;
    float: left;
}

.marketing_business_box_inside h3 {
    font-size: 50px;
    font-family: Montserrat-ExtraBold;
    color: #fff;
    margin: 0;
}

.marketing_business_box_inside p {
    color: #fff;
    font-size: 20px;
    font-family: Montserrat-Regular;
    line-height: 28px;
    padding-top: 5px;
}
/* Empowering business section css end */

.marketing_getaway {
    width: 100%;
    float: left;
    padding: 50px 0px 40px;
    position: relative;
}
.marketing_getaway_txt {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.marketing_getaway_txt h2 {
    font-size: 44px;
    font-family: Montserrat-ExtraBold;
    color: #231f20;
    padding: 0 6%;
    line-height: 54px;
    margin: 0;
}
.bluecolor {
    color: #2777bc !important;
}

.marketing_getaway_description {
    width: 100%;
    float: left;
}

.marketing_getaway_Conetnt {
    width: 100%;
    float: left;
}

.marketing_getaway_Conetnt p {
    color: #1a1a1a;
    font-size: 20px;
    font-family: Montserrat-Regular;
    text-align: left;
    padding-top: 40px;
    line-height: 28px;
    font-style: italic;
}

.leaf_left {
    position: absolute;
    left: 0;
}
.leaf_right {
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.boost_sale_section {
    background: #f2f2f2;
}

.boost_sale_description {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boost_sale_description iframe {
    width: 100%;
    float: left;
    height: 315px;
}

.boost_sale_description .boost_space {
    padding: 10px;
    background: #fff;
    box-shadow: 10px 8px 10px -8px #eae4e4;
}

.boost_sale_description h4 {
    color: #1a1a1a;
    font-size: 22px;
    font-family: Montserrat-ExtraBold;
    text-align: left;
    line-height: 28px;
}

.boost_experiences {
    width: 84%;
    margin: 0 auto;
    display: table;
}

.boost_experiences p {
    color: #1a1a1a;
    font-size: 20px;
    font-family: Montserrat-Regular;
    text-align: left;
    padding-top: 40px;
    line-height: 36px;
}

.boost_divider {
    width: 100%;
    margin: 50px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boost_divider span {
    background-color: #808080;
    width: 7px;
    height: 7px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.sale_and_marketing {
    width: 100%;
    float: left;
}

.sale_and_marketing_txt {
    width: 100%;
    float: left;
    text-align: center;
}

.sale_and_marketing_txt p {
    color: #1a1a1a;
    font-size: 18px;
    font-family: Montserrat-Regular;
    line-height: 36px;
}

.sale_and_marketing_txt h3 {
    font-size: 26px;
    font-family: Montserrat-ExtraBold;
    color: #231f20;
    margin-top: 10px;
}

.sale_and_marketing_box {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.video_box {
    width: 100%;
    float: left;
    position: relative;
}

.video_box_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.sale_and_marketing_box_content {
    width: 100%;
    float: left;
    padding-bottom: 35px;
}

.sale_and_marketing_box_content .sale_and_marketing_desTop {
    font-family: Montserrat-Bold;
    font-style: italic;
    min-height: 72px;
    display: flex;
    align-items: flex-end;
}

.sale_and_marketing_box_content h5 {
    width: 100%;
    float: left;
    color: #1a1a1a;
    font-size: 17px;
    font-family: Montserrat-SemiBold;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.sale_and_marketing_box_content p {
    color: #1a1a1a;
    font-size: 15px;
    font-family: Montserrat-Light;
    line-height: 24px;
}

.boost_button {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}

.boost_button_marketing {
    background: #5aaf7a;
    color: #fff;
    font-family: Montserrat-Bold;
    padding: 20px 50px;
    border-radius: 55px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    box-shadow: 0px 0px 1px 0px rgba(40, 43, 43, 0.18),
        -24px 9px 40px 14px rgba(40, 43, 43, 0.18);
    transition: 0.3s;
}
.boost_button_marketing:hover {
    color: #fff;
    text-decoration: none;
    background: #40915e;
    transition: 0.6s;
}

.boost_button_marketing:focus {
    color: #fff;
    text-decoration: none;
}

.boost_button_marketing span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat-Light;
}

.selling_main {
    width: 100%;
    float: left;
}

.seling_inner {
    width: 100%;
    float: left;
    background: #2777bc;
    padding: 50px 0px 35px;
    text-align: center;
}

.seling_inner h4 {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #fff;
    margin: 0px;
    padding-bottom: 50px;
}

.seling_inner p {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #fff;
    margin: 0px;
    text-align: left;
    padding: 0px 100px 40px;
}

.mb_bottom {
    width: 100%;
    float: left;
}

.mb_bottom_main {
    width: 100%;
    float: left;
    padding: 60px 0px 0px;
}

.mb_bottom_container {
    width: 100%;
    float: left;
    text-align: center;
}

.mb_bottom_container h3 {
    font-family: Montserrat-ExtraBold;
    font-size: 50px;
    color: #1a1a1a;
    margin: 0px;
    padding-bottom: 50px;
}

.mb_bottom_container p {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #1a1a1a;
    margin: 0px;
    padding-bottom: 40px;
}

.mb_bottom_container h4 {
    font-family: Montserrat-ExtraBold;
    font-size: 40px;
    color: #1a1a1a;
    margin: 0px;
    padding-bottom: 40px;
}

.mb_bottom_container h4 span {
    color: #2777bc;
}

.mb_bottom_container button {
    margin-bottom: 70px;
    box-shadow: 0px 5px 6px rgba(90, 175, 122, 0.6);
}

.mb_info {
    width: 100%;
    float: left;
    padding: 20px 80px 0px;
}

.mb_info p {
    font-size: 18px;
    color: #4d4d4d;
}

.mb_info p span {
    font-style: italic;
}

.bottom_img {
    width: 100%;
    float: left;
}

.bottom_img img {
    width: 100%;
    margin-top: -160px;
    z-index: -5;
    position: relative;
}

.bottom_join {
    width: 100%;
    float: left;
}

.bottom_join_main {
    width: 100%;
    float: left;
    padding: 50px 0px;
    text-align: center;
}

.bottom_join_inner p {
    font-family: Montserrat-ExtraBold;
    font-size: 50px;
    margin: 0px;
    color: #1a1a1a;
    padding: 0px 100px;
}

.bottom_join_inner a {
    color: #2777bc;
    text-decoration: underline;
    text-underline-position: under;
}

/*.ndFooter {
    background-color: #2777bc;
}*/

.footerContentleft {
    margin-top: 20px;
}

.footerContact a {
    color: rgb(255, 255, 255);
    font-family: Montserrat-Regular;
    font-size: 16px;
    padding: 0px 10px;
}

.padding170 {
    padding-top: 30px;
}

.font_bold {
    font-family: Montserrat-Bold !important;
    font-size: 20px !important;
}

.footerLogoNew {
    text-align: center;
}

/* privacy css start here */
.privacy_strip {
    margin-top: 20px;
    width: 100%;
    float: left;
    border-color: rgba(47, 47, 47, 0.067);
    outline: none;
    background-color: rgb(0, 116, 199);
    border-width: 3px;
    border-style: solid;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 0px;
}

.stripNgBait h1 {
    font-size: 32px;
    font-family: Montserrat-Bold;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 0px;
}

.privacy_main {
    margin-top: 40px;
    width: 100%;
    float: left;
}

.faq_list_box p {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin: 0px;
    color: #231f20;
}
.faq_list_box ol {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.faq_list_box ol li {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin: 0px;
    color: #231f20;
}

.faq_list_box ul {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.faq_list_box ul li {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin: 0px;
    color: #231f20;
}

.faq_list_box h2 {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #231f20;
    padding-bottom: 25px;
    margin: 30px 0px 0px;
}

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8 {
    width: 100%;
    float: left;
}

address {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin: 0px;
    color: #231f20;
    margin-bottom: 30px;
}

.earning_main {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.earning_main h1 {
    font-size: 32px;
    font-family: Montserrat-Bold;
    color: #231f20;
    text-align: left;
    margin: 0;
    padding: 0px 0px 20px;
}

.earning_main p {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin: 0px;
    color: #231f20;
}

/* privacy css end here */

/* gdpr page css starts here */
.page_header {
    width: 100%;
    float: left;
}

.page_header_text {
    width: 100%;
    float: left;
    text-align: center;
}

.page_header_text h4 {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #2777bc;
    padding-bottom: 0px;
}

.page_content {
    width: 100%;
    float: left;
    padding: 20px 0px 40px;
}

.page_inner {
    width: 100%;
    float: left;
}

.page_inner p {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin: 0px;
    color: #231f20;
    padding-bottom: 10px;
}

.page_inner h4 {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #231f20;
    padding-bottom: 25px;
    margin: 30px 0px 0px;
}
/* gdpr page css ends here */

/* sub_processor_information page css starts here */
.table-bordered > tbody > tr > td {
    border: 1px solid #000;
}

/* sub_processor_information page css ends here */

/* data_security_policy css starts here */
.page_header_text p {
    font-size: 16px;
}

.paddingleft {
    padding-left: 20px;
}

/* data_security_policy css ends here */

/* trust_and_compliance page css starts here */

.page_header_new {
    background-color: rgb(0, 116, 199);
    padding: 15px 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* trust_and_compliance page css ends here */

@media screen and (max-width: 767px) {
    #chat-widget-container {
        bottom: 85px !important;
        top: inherit !important;
    }
    .banner_text h4 span {
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom_sticky_button {
        width: 100%;
        float: left;
        background-color: rgba(39, 119, 188, 0.95);
        padding: 15px 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .step_section {
        margin-top: -230px;
    }
    .header_video {
        margin-top: 0px;
    }

    .marketing_why_vacation_banner {
        height: 180px;
    }

    .marketing_why_vacation h2 {
        font-size: 28px;
    }
    .marketing_why_vacation h4 {
        font-size: 28px;
    }

    .marketing_why_vacation_description {
        padding: 20px 0px 20px;
    }

    .why_blue_box {
        width: 100%;
        margin: 0 auto 30px auto;
        padding: 25px 25px;
    }

    .why_blue_box p {
        font-size: 16px;
        line-height: 22px;
    }

    .why_space {
        padding-top: 20px;
    }

    .why_trust {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .why_trust p {
        font-size: 20px;
    }

    .whypaddingright {
        padding-right: 0px;
        padding-left: 0px;
    }

    .why_vacation_comment_inside h3 {
        font-size: 22px;
        padding: 0px 15px 35px;
        line-height: 28px;
    }

    .whypaddingleft {
        padding-left: 0px;
        padding-right: 0px;
    }

    .why_vacation_comment_rigth {
        padding-top: 30px;
    }

    .vacation_night {
        padding-top: 20px;
    }

    .why_vacation_comment {
        padding-bottom: 30px;
    }

    .marketing_business_txt h2 {
        font-size: 28px;
    }

    .marketing_business_txt p {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0% 0px;
    }

    .marketing_business_box {
        padding-top: 20px;
    }

    .marketing_business_box_inside {
        padding-bottom: 30px;
    }

    .marketing_business_box_inside h3 {
        font-size: 30px;
    }

    .marketing_business_box_inside p {
        font-size: 18px;
    }

    .marketing_business {
        padding: 50px 0px 10px;
    }

    .leaf_right {
        display: none;
    }

    .leaf_left {
        display: none;
    }

    .marketing_getaway {
        padding: 20px 0px 30px;
    }

    .marketing_getaway_txt h2 {
        font-size: 28px;
        padding: 0 0%;
        line-height: 36px;
    }

    .marketing_getaway_Conetnt p {
        font-size: 18px;
        padding-top: 10px;
        line-height: 26px;
    }

    .boost_sale_description {
        padding-top: 20px;
        display: block;
    }
    .boost_sale_description iframe {
        height: 200px;
    }

    .boost_sale_description .boost_space {
        margin-bottom: 15px;
    }

    .boost_sale_description h4 {
        font-size: 20px;
    }

    .boost_experiences p {
        font-size: 18px;
        padding-top: 15px;
        line-height: 28px;
    }

    .boost_experiences {
        width: 100%;
        margin: 0 auto;
        display: table;
    }

    .boost_divider {
        width: 100%;
        margin: 30px 0px;
    }

    .boost_divider span {
        width: 4px;
        height: 4px;
        margin-right: 5px;
    }

    .sale_and_marketing_txt h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .sale_and_marketing_txt p {
        line-height: 28px;
    }

    .sale_and_marketing_box {
        padding-top: 25px;
    }

    .sale_and_marketing_box_content {
        padding-bottom: 25px;
    }

    .boost_button_marketing {
        padding: 15px 15px;
        font-size: 14px;
        box-shadow: 0px 0px 1px 0px rgba(40, 43, 43, 0.18),
            0px 12px 14px 0px rgba(40, 43, 43, 0.18);
    }

    .boost_button_marketing span {
        font-size: 12px;
    }

    .idealSubList {
        position: relative;
    }

    .idealSubListMobile {
        background-color: #2777bc;
    }

    .idealSubList ul li {
        box-shadow: 1px 0px #ffffff;
        padding: 4px 4px 4px 4px;
    }

    .idealSubListMobile ul li a {
        color: #fff;
    }

    .idealSubList ul li a {
        font-size: 11px;
    }

    .idealLogo img {
        margin-top: -5px;
        width: 200px;
    }

    .idealTryBtnFree {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .banner_text_main {
        padding-top: 110px;
    }

    .banner_text h4 {
        font-size: 24px;
    }

    .banner_text {
        text-align: center;
    }

    .banner_text_inner p {
        font-size: 20px;
        padding: 20px 0px 0px;
    }

    .banner_button {
        text-align: center !important;
        margin: 0px !important;
    }

    .steps_info h4 {
        font-size: 26px;
        padding-top: 35px;
    }

    .steps_info p {
        font-size: 16px;
    }

    .steps_row {
        padding-bottom: 40px;
    }

    .text_bg {
        position: relative;
        width: 100%;
        left: 0;
        margin-bottom: 25px;
    }

    .text_bg p {
        padding: 25px 25px;
    }

    .padding170 {
        padding-top: 0px;
    }

    .try_link_inner {
        padding: 50px 0px 60px;
    }

    .try_link_inner p {
        font-size: 28px;
    }

    .try_link_inner h5 {
        font-size: 28px;
    }

    .sales_btn button {
        font-size: 14px;
        padding: 15px 15px;
    }

    button:focus {
        outline: none;
    }

    .marketers_text h4 {
        font-size: 28px;
        padding: 0px 0% 35px;
    }

    .marketers_text p {
        font-size: 26px;
        padding-bottom: 40px;
    }

    .left_leaves {
        display: none;
    }

    .right_leaves {
        display: none;
    }

    .marketers_text {
        padding-top: 50px;
    }

    .marketers_info_text {
        padding-top: 20px;
        padding-right: 0px;
    }

    .video_number {
        font-size: 26px;
        padding: 4px 15px;
    }

    .marketers_info_text h5 {
        font-size: 22px;
        padding: 15px 0px;
        min-height: inherit;
    }

    .marketers_details {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .marketers_inner {
        padding-bottom: 0px;
    }

    .trips_info_container {
        padding: 0px 0px 50px;
    }

    .trips_info_top {
        padding: 40px 0px 40px;
    }

    .trips_info_top h4 {
        font-size: 28px;
    }

    .trips_info_top h5 {
        font-size: 28px;
    }

    .font22 {
        font-size: 18px !important;
    }

    .trips_info_detail p:nth-child(1) {
        font-size: 20px;
    }

    .trips_info_detail p {
        font-size: 16px;
    }

    .font_bold {
        font-size: 18px !important;
        font-family: Montserrat-Bold !important;
    }

    .trips_info_last {
        display: block;
    }

    .trips_info_left {
        width: 100%;
        padding: 4em 12px;
    }

    .trips_info_right {
        width: 100%;
        padding: 4em 15px;
    }

    .trips_info_left h4 {
        font-size: 18px;
    }

    .trips_info_left p {
        font-size: 18px;
    }

    .first_row {
        padding: 50px 0px 0px;
    }

    .first_row_img {
        position: relative;
    }

    .first_row_text h4 {
        font-size: 28px;
    }

    .first_row_text {
        padding-left: 0px;
        padding-top: 25px;
    }

    .first_row_text p {
        font-size: 16px;
    }

    .second_row {
        margin-top: 0px;
    }

    .second_row_img {
        padding-left: 0px;
    }

    .seling_inner h4 {
        font-size: 28px;
        padding-bottom: 40px;
    }

    .seling_inner p {
        font-size: 16px;
        padding: 0px 0px 40px;
    }

    .seling_inner {
        padding: 50px 0px 0px;
    }

    .mb_bottom_main {
        padding: 50px 0px 0px;
    }

    .mb_bottom_container h3 {
        font-size: 30px;
        padding-bottom: 40px;
    }

    .mb_bottom_container p {
        padding-bottom: 30px;
    }

    .mb_bottom_container h4 {
        font-size: 28px;
    }

    .mb_info {
        padding: 0px;
    }

    .mb_info p {
        font-size: 16px;
    }

    .mb_bottom_container button {
        margin-bottom: 50px;
    }

    .bottom_img img {
        margin-top: -40px;
    }

    .bottom_join_inner p {
        padding: 0px;
        font-size: 30px;
    }

    .sale_and_marketing_box_content .sale_and_marketing_desTop {
        min-height: inherit;
    }

    .marketers_info_col {
        padding-bottom: 30px;
    }

    .video_section:hover {
        transform: inherit;
    }
    .mobile_button {
        margin-top: 30px !important;
    }

    .marketing_why_vacation {
        margin-top: -145px;
    }

    .step_section {
        margin-top: -230px;
    }

    .bottom_sticky_button {
        width: 100%;
        float: left;
        background-color: rgba(39, 119, 188, 0.95);
        padding: 15px 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .marketing_why_vacation h2 {
        font-size: 38px;
    }

    .marketing_why_vacation h4 {
        font-size: 38px;
    }

    .marketing_why_vacation {
        margin-top: -350px;
    }

    .why_vacation_comment_inside h3 {
        font-size: 26px;
    }

    .marketing_business_txt h2 {
        font-size: 38px;
    }

    .marketing_business_box_inside h3 {
        font-size: 36px;
    }

    .marketing_business_box_inside p {
        font-size: 18px;
    }

    .leaf_left img {
        width: 200px;
    }

    .leaf_right img {
        width: 200px;
    }

    .left_leaves img {
        width: 200px;
    }

    .right_leaves img {
        width: 200px;
    }

    .marketing_getaway_txt h2 {
        position: relative;
    }

    .marketing_getaway_txt h2 {
        font-size: 38px;
    }

    .boost_sale_description h4 {
        color: #1a1a1a;
        font-size: 20px;
    }

    .banner_text h4 {
        font-size: 30px;
    }

    .banner_text_inner p {
        font-size: 24px;
    }

    .steps_info h4 {
        font-size: 30px;
    }

    .text_bg {
        width: 535px;
        left: -25px;
    }

    .text_bg p {
        padding: 25px;
    }

    .try_link_inner p {
        font-size: 34px;
    }

    .try_link_inner h5 {
        font-size: 34px;
    }

    .sales_btn button {
        font-size: 16px;
    }

    .marketers_text {
        padding-top: 55px;
    }

    .marketers_text h4 {
        font-size: 34px;
    }

    .marketers_text p {
        font-size: 26px;
    }

    .marketers_info_text h5 {
        font-size: 22px;
    }

    .trips_info_top h4 {
        font-size: 38px;
    }

    .trips_info_top h5 {
        font-size: 38px;
    }

    .trips_info_top {
        padding: 50px 0px 40px;
    }

    .first_row_text h4 {
        font-size: 38px;
    }

    .first_row {
        padding: 60px 0px 0px;
    }

    .second_row {
        margin-top: 25px;
    }

    .seling_inner h4 {
        font-size: 34px;
    }

    .seling_inner p {
        padding: 0px 80px 40px;
    }

    .mb_bottom_container h3 {
        font-size: 44px;
    }

    .mb_bottom_container h4 {
        font-size: 34px;
    }

    .mb_info {
        padding: 0px 60px 0px;
    }

    .bottom_join_inner p {
        font-size: 44px;
        padding: 0px;
    }

    .idealSubList ul li {
        padding-right: 10px;
    }

    .idealSubList ul li a {
        font-size: 14px;
    }

    .idealLogo img {
        margin-top: -45px;
        width: 190px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .marketing_why_vacation h2 {
        font-size: 34px;
    }

    .marketing_why_vacation h4 {
        font-size: 34px;
    }

    .marketing_why_vacation_banner {
        height: 260px;
    }
    .marketing_why_vacation {
        margin-top: -200px;
    }

    .why_vacation_comment_inside h3 {
        font-size: 24px;
        line-height: 30px;
        padding: 0px 15px 40px;
    }

    .marketing_business_txt h2 {
        font-size: 34px;
    }

    .marketing_business_box_inside h3 {
        font-size: 30px;
    }

    .why_blue_box {
        width: 80%;
    }

    .why_blue_box p {
        font-size: 16px;
    }

    .marketing_business_box_inside p {
        font-size: 18px;
    }

    .leaf_left img {
        width: 150px;
    }

    .leaf_right img {
        width: 150px;
    }

    .marketing_getaway_Conetnt p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 10px;
    }

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

    .marketing_getaway_txt h2 {
        position: relative;
    }

    .marketing_getaway_txt h2 {
        font-size: 34px;
    }

    .boost_sale_description h4 {
        color: #1a1a1a;
        font-size: 20px;
    }

    .idealLogo img {
        width: 150px;
    }

    .tab_container {
        width: 100%;
    }

    .idealSubList ul li a {
        font-size: 12px;
    }

    .banner_text h4 {
        font-size: 26px;
    }

    .banner_text_inner p {
        font-size: 22px;
    }

    .navbarIdeal li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .steps_info h4 {
        font-size: 28px;
    }

    .text_bg {
        width: 100%;
        left: -15px;
        position: relative;
        margin-bottom: 25px;
    }

    .padding170 {
        padding-top: 0px;
    }

    .text_bg p {
        padding: 15px;
    }

    .try_link_inner p {
        font-size: 32px;
    }

    .try_link_inner h5 {
        font-size: 34px;
    }

    .left_leaves img {
        width: 150px;
    }

    .right_leaves img {
        width: 150px;
    }

    .marketers_text h4 {
        font-size: 30px;
    }

    .marketers_text p {
        font-size: 26px;
    }

    .video_number {
        font-size: 26px;
        padding: 6px 16px;
    }

    .marketers_info_text h5 {
        font-size: 22px;
    }

    .marketers_info_text {
        padding-right: 30px;
    }

    .trips_info_top h4 {
        font-size: 34px;
    }

    .trips_info_top h5 {
        font-size: 34px;
    }

    .trips_info_container {
        padding: 0px 60px 70px;
    }

    .first_row {
        padding: 50px 0px 0px;
        margin-bottom: 50px;
    }

    .first_row_text h4 {
        font-size: 34px;
    }

    .first_row_text {
        padding-left: 0px;
    }

    .first_row_img {
        position: relative;
        margin-top: 0px;
    }

    .second_row_img {
        padding-left: 0px;
    }

    .second_row {
        margin-top: 0px;
    }

    .seling_inner {
        padding: 50px 0px 0px;
    }

    .seling_inner h4 {
        font-size: 34px;
        padding-bottom: 40px;
    }

    .seling_inner p {
        padding: 0px 15px 35px;
    }

    .mb_bottom_container h3 {
        font-size: 38px;
        padding-bottom: 40px;
    }

    .mb_bottom_main {
        padding: 60px 0px 0px;
    }

    .mb_bottom_container h4 {
        font-size: 34px;
    }

    .mb_info {
        padding: 0px 0px 0px;
    }

    .bottom_join_inner p {
        font-size: 38px;
        padding: 0px;
    }

    .boost_button_marketing {
        font-size: 15px;
        padding: 16px 25px;
    }

    .boost_button_marketing span {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
    .leaf_left img {
        width: 250px;
    }

    .leaf_right img {
        width: 250px;
    }

    .left_leaves img {
        width: 250px;
    }

    .right_leaves img {
        width: 250px;
    }
}

/* Marketing-Incentive-Vacation-Destination page css starts here*/

.header_text {
    width: 100%;
    float: left;
}

.header_text_inner {
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
}

.header_text_inner h4 {
    margin: 0px;
    font-size: 40px;
    font-family: Gotham-Book;
    color: #2777bc;
    padding-bottom: 30px;
}

.header_text_inner h4 span {
    font-family: Gotham-Black;
    display: block;
}

.header_text_inner p {
    font-family: Gotham-Book;
    font-size: 26px;
    color: #231f20;
    margin: 0px;
}

.header_text_inner p span {
    font-family: Gotham-Medium;
}

.destination_main {
    width: 100%;
    float: left;
}

.destination_inner {
    width: 100%;
    float: left;
    background: #eff2f4;
    padding: 50px 0px 30px;
}

.destination_container {
    width: 100%;
    float: left;
}

.destination_title {
    text-align: center;
}

.destination_title h4 {
    font-family: Gotham-Bold;
    font-size: 30px;
    color: #2877bc;
    margin: 0px;
}

.destination_title p {
    font-family: Gotham-Book;
    font-size: 30px;
    color: #2877bc;
    margin: 0px;
}

.destination_list {
    width: 100%;
    float: left;
    padding-top: 45px;
}

.destination_box {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.destination_box img {
    width: 100%;
}

.destination_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px 15px 10px;
    background: #fff;
    width: 100%;
    float: left;
    min-height: 72px;
}

.destination_detail_left {
    width: 50%;
    float: left;
}

.destination_detail_right {
    width: 50%;
    float: left;
}

.destination_detail_left h4 {
    font-family: Gotham-Bold;
    font-size: 18px;
    color: #2777bc;
    margin: 0px;
    text-transform: uppercase;
}

.destination_detail_right p {
    font-family: Gotham-Medium;
    font-size: 12px;
    color: #fff;
    margin: 0px;
    background: #2777bc;
    padding: 5px 5px;
    text-align: center;
}

.destination_text {
    width: 100%;
    float: left;
    padding: 30px 0px;
    text-align: center;
}

.destination_text p {
    font-family: Gotham-Book;
    font-size: 26px;
    color: #266ead;
    margin: 0px;
}

.destination_text p span {
    font-family: Gotham-Medium;
}

.footer_main {
    width: 100%;
    float: left;
}

.footer_trial {
    width: 100%;
    float: left;
    background: #266ead;
    padding: 30px 0px 80px;
    position: relative;
}

.footer_trial_inner {
    text-align: center;
}

.footer_trial_inner h4 {
    font-family: Gotham-Medium;
    font-size: 39px;
    color: #fff;
    margin: 0px;
    line-height: 50px;
}

.footer_trial_inner h4 span {
    font-family: Gotham-Black;
}

.footer_trial_button_main {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.trial_button {
    width: 490px;
    float: left;
    text-align: center;
    margin-top: -60px;
    z-index: 999;
}

.trial_button_link {
    background: #5aaf7a;
    color: #fff;
    font-family: Montserrat-Bold;
    padding: 20px 50px;
    border-radius: 55px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    border: 12px solid #eff2f4;
    transition: 0.3s;
}

.trial_button_link:hover {
    color: #fff;
    text-decoration: none;
    background: #40915e;
    transition: 0.6s;
}

.trial_button_link:focus {
    color: #fff;
    text-decoration: none;
}

.trial_button_link span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat-Light;
    text-transform: capitalize;
}

.footer_join {
    width: 100%;
    float: left;
    background: #eff2f4;
    padding: 0px 0px 20px;
}

.footer_join_inner {
    width: 100%;
    float: left;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 10px;
}

.footer_join_left {
    width: 22%;
    float: left;
}

.footer_join_right {
    width: 78%;
    float: left;
}

.footer_join_right h4 {
    font-family: Gotham-Book;
    font-size: 42px;
    color: #1a1a1a;
    margin: 0px;
    line-height: 44px;
}

.footer_join_right h4 a {
    font-family: Gotham-Bold;
    color: #2777bc;
    text-decoration: none;
}

.footer_join_right h4 a:hover {
    text-decoration: underline;
}

.footer_last {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.footerContentRight {
    margin-top: 44px;
    text-align: right;
}

.footerContactNew a {
    color: #231f20;
    font-family: Gotham-Book;
    font-size: 16px;
    padding: 0px 10px;
}

.footerContactNew {
    margin: 0px;
}

/* Marketing-Incentive-Vacation-Destination page css ends here*/

/* Marketing-Incentive-Vacation-Destination page media query starts here */

@media screen and (max-width: 767px) {
    .header_text_inner {
        padding: 20px 0px;
    }

    .header_text_inner h4 {
        font-size: 24px !important;
        line-height: 28px;
    }

    .header_text_inner p {
        font-size: 18px;
    }

    .destination_inner {
        padding: 35px 0px 30px;
    }

    .destination_title h4 {
        font-size: 20px;
    }

    .destination_title p {
        font-size: 20px;
    }

    .destination_detail_left h4 {
        font-size: 14px;
    }

    .destination_text p {
        font-size: 18px;
    }

    .footer_trial_inner h4 {
        font-size: 24px;
        line-height: inherit;
    }

    .footer_join_left {
        width: 100%;
        text-align: center;
    }

    .footer_join_inner {
        display: block;
    }

    .footer_join_left img {
        width: 140px;
    }

    .footer_join_right {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

    .footer_join_right h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .footerLogoNew {
        text-align: center;
    }

    .footerContentRight {
        text-align: center;
        margin-top: 25px;
    }

    .footerContactNew a {
        font-size: 14px;
    }

    .trial_button_link {
        padding: 10px 10px;
        font-size: 12px;
        border: 10px solid #eff2f4;
    }

    .trial_button {
        margin-top: -35px;
    }

    .trial_button_link span {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header_text_inner h4 {
        font-size: 30px;
    }

    .header_text_inner p {
        font-size: 20px;
    }

    .destination_inner {
        padding: 35px 0px 30px;
    }

    .destination_title h4 {
        font-size: 24px;
    }

    .destination_title p {
        font-size: 24px;
    }

    .destination_detail_left {
        width: 45%;
    }

    .destination_detail_left h4 {
        font-size: 14px;
    }

    .destination_detail_right {
        width: 55%;
    }

    .destination_text p {
        font-size: 20px;
    }

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

    .trial_button_link {
        font-size: 15px;
        padding: 15px 35px;
        border: 10px solid #eff2f4;
    }

    .trial_button_link span {
        font-size: 14px;
    }

    .footer_join_left img {
        width: 150px;
    }

    .footer_join_right h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .footerLogoNew img {
        width: 200px;
    }

    .footerContentRight {
        margin-top: 20px;
        text-align: center;
    }

    .footerContactNew a {
        font-size: 14px;
    }

    .trial_button {
        margin-top: -45px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header_text_inner h4 {
        font-size: 32px;
    }

    .header_text_inner p {
        font-size: 24px;
    }

    .destination_title h4 {
        font-size: 26px;
    }

    .destination_title p {
        font-size: 26px;
    }

    .destination_detail_left h4 {
        font-size: 16px;
    }

    .destination_text p {
        font-size: 24px;
    }

    .footer_trial_inner h4 {
        font-size: 35px;
        line-height: 42px;
    }

    .footer_join_right h4 {
        font-size: 36px;
        line-height: 40px;
    }

    .trial_button {
        margin-top: -55px;
    }
}

/* Marketing-Incentive-Vacation-Destination page media query ends here */

/* Industry page css starts here*/

.industry_type_main {
    width: 100%;
    float: left;
}

.industry_type_container {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.industry_type_box {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 45px;
}

.industry_type_box h5 {
    margin: 0px;
    font-family: Gotham-Medium;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    min-height: 42px;
    padding-top: 5px;
}

/* Industry page css ends here*/

/* Industry page media query starts here */

@media screen and (max-width: 767px) {
    .industry_type_container {
        padding-top: 0px;
    }

    .industry_type_box {
        padding-bottom: 35px;
    }

    .industry_type_box h5 {
        font-size: 13px;
        min-height: inherit;
    }

    .industry_type_box img {
        width: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .industry_type_box img {
        width: 100px;
    }

    .industry_type_box h5 {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .industry_type_box {
        padding-bottom: 40px;
    }

    .industry_type_box h5 {
        font-size: 15px;
        min-height: 55px;
    }
}
/* Industry page media query ends here */

/* free vacation page css starts here*/
.video_main {
    width: 100%;
    float: left;
}

.video_row_bg {
    width: 100%;
    float: left;
    background: #eff2f4;
}

.video_row_wrapper {
    width: 100%;
    float: left;
    padding: 40px 0px 95px;
}

.video_row_wrapper p {
    font-family: Gotham-Medium;
    font-size: 20px;
    color: #231f20;
    margin: 0px;
    text-align: center;
    padding-bottom: 25px;
}

.video_row_wrapper p span {
    font-family: Gotham-Book;
}

.video_row {
    width: 100%;
    float: left;
}

.white_border {
    border: 12px solid #fff;
}

.row_heading {
    width: 100%;
    float: left;
    padding-top: 25px;
    text-align: center;
}

.row_heading h4 {
    font-family: Gotham-Bold;
    font-size: 31px;
    color: #2877bc;
    margin: 0px;
}

.row_heading h4 span {
    font-family: Gotham-Book;
    display: block;
}

.row_heading p {
    font-family: Gotham-Medium;
    font-size: 20px;
    color: #231f20;
    margin: 0px;
    padding-top: 30px;
}

.row_heading p span {
    display: block;
    font-family: Gotham-Book;
}

.row_bottom {
    width: 100%;
    float: left;
    padding: 10px 0px 20px;
    text-align: center;
}

.row_bottom p {
    margin: 0px;
    font-family: Gotham-Book;
    font-size: 20px;
    color: #231f20;
}

.row_bottom p span {
    font-family: Gotham-Medium;
}

.destination_note {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    padding: 50px 70px;
    margin: 50px 0px 75px;
}

.destination_note h4 {
    margin: 0px;
    font-family: Gotham-Book;
    font-size: 28px;
    color: #266ead;
    padding-bottom: 25px;
}

.destination_note h4 span {
    font-family: Gotham-Medium;
}

.destination_note p {
    margin: 0px;
    font-family: Gotham-Book;
    font-size: 20px;
    color: #231f20;
}

.destination_note p span {
    font-family: Gotham-Bold;
}

.features_main {
    width: 100%;
    float: left;
}

.features_inner {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.features_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.features_heading h4 {
    margin: 0px;
    font-family: Gotham-Bold;
    font-size: 29px;
    color: #2877bc;
}

.features_heading h4 span {
    font-family: Gotham-Book;
    display: block;
    font-size: 27px;
    padding-top: 5px;
}

.features_list {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.feature_box {
    width: 100%;
    float: left;
}

.feature_box img {
    width: 100%;
}

.feature_box h5 {
    font-family: Gotham-Book;
    color: #2877bc;
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    min-height: 53px;
}

.feature_box h5 span {
    font-family: Gotham-Bold;
}

.feature_box p {
    margin: 0px;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #231f20;
    padding-top: 15px;
}

.members_main {
    width: 100%;
    float: left;
    background: #eff2f4;
    padding: 50px 0px;
    margin-top: 35px;
}

.members_wrapper {
    width: 100%;
    float: left;
}

.members_wrapper h4 {
    font-family: Gotham-Book;
    font-size: 36px;
    color: #2877bc;
    margin: 0px;
    text-align: center;
}

.members_wrapper h4 span {
    font-family: Gotham-Bold;
}

.members_list {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.txtCentre {
    text-align: center;
}

.trainingInfoMain {
    width: 100%;
    float: left;
    background: #eff2f4;
    padding: 50px 0px;
}

.trainingInfoWrapper {
    width: 100%;
    float: left;
}

.trainingInfoWrapper h4 {
    font-family: Gotham-Book;
    font-size: 36px;
    color: #2877bc;
    margin: 0px;
    text-align: center;
}

.trainingInfoWrapper h4 span {
    font-family: Gotham-Bold;
}

.trainingInfo {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.trainingInfo p {
    font-family: Gotham-Book;
    font-size: 20px;
    color: #231f20;
    margin: 0px;
    text-align: center;
    padding-bottom: 15px;
}

.trainingInfo p span {
    font-family: Gotham-Medium;
}

.txt_block {
    display: block;
}

.training_social {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.social_box {
    padding-right: 25px;
}

.social_box p {
    font-family: Gotham-Bold;
    font-size: 18px;
    color: #231f20;
    margin: 0px;
    text-align: center;
    padding-top: 10px;
}

.steps_main {
    width: 100%;
    float: left;
}

.steps_inner {
    width: 100%;
    float: left;
    padding: 50px 0px 20px;
}

.steps_inner h4 {
    font-family: Gotham-Book;
    font-size: 36px;
    color: #2877bc;
    margin: 0px;
    text-align: center;
    padding-bottom: 30px;
}

.steps_inner h4 span {
    font-family: Gotham-Bold;
}

.steps_inner p {
    font-family: Gotham-Book;
    font-size: 20px;
    color: #231f20;
    margin: 0px;
    text-align: center;
    padding-bottom: 30px;
}

.steps_inner p span {
    font-family: Gotham-Medium;
}

.font20 {
    font-size: 20px !important;
}

.font36 {
    font-size: 36px !important;
}
/* free vacation page css ends here*/

/* free vacation page media query starts here */
@media screen and (max-width: 767px) {
    .video_row_wrapper p {
        font-size: 16px;
    }

    .row_heading h4 {
        font-size: 20px;
    }

    .row_bottom p {
        font-size: 16px;
    }

    .paddingTopXs {
        padding-top: 30px;
    }

    .video_row_wrapper {
        padding: 0px 0px 60px;
    }

    .destination_note {
        padding: 30px 15px;
        margin: 20px 0px 75px;
    }

    .destination_box {
        margin-bottom: 30px;
    }

    .destination_list {
        padding-top: 30px;
    }

    .destination_note h4 {
        font-size: 20px;
    }

    .destination_note p {
        font-size: 16px;
    }

    .features_heading h4 {
        font-size: 20px;
    }

    .features_heading h4 span {
        font-size: 18px;
    }

    .feature_box {
        padding-bottom: 35px;
    }

    .feature_box h5 {
        font-size: 16px;
        min-height: inherit;
    }

    .feature_box p {
        font-size: 14px;
    }

    .members_main {
        margin-top: 0px;
        padding-bottom: 0px;
        padding: 35px 0px 0px;
    }

    .members_list {
        padding-top: 35px;
    }

    .members_wrapper h4 {
        font-size: 24px;
    }

    .trainingInfoWrapper h4 {
        font-size: 24px;
    }

    .trainingInfo p {
        font-size: 16px;
    }

    .training_social {
        display: block;
    }

    .social_box {
        width: 50%;
        float: left;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .social_box img {
        width: 110px;
    }

    .trainingInfoMain {
        padding: 35px 0px 0px;
    }

    .steps_inner h4 {
        font-size: 24px;
    }

    .social_box p {
        font-size: 14px;
    }

    .steps_inner p {
        font-size: 16px;
    }

    .features_inner {
        padding-top: 35px;
    }

    .font20 {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .video_row_wrapper {
        padding: 30px 0px 60px;
    }

    .video_row_wrapper p {
        font-size: 18px;
        padding-bottom: 0px;
    }

    .referralsVideo iframe {
        height: 450px;
    }

    .row_heading h4 {
        font-size: 22px;
    }

    .row_bottom p {
        font-size: 18px;
    }

    .destination_note {
        padding: 50px;
    }

    .destination_note h4 {
        font-size: 22px;
    }

    .destination_note p {
        font-size: 16px;
    }

    .features_heading h4 {
        font-size: 24px;
    }

    .features_heading h4 span {
        font-size: 22px;
    }

    .feature_box {
        padding-bottom: 30px;
    }

    .feature_box h5 {
        font-size: 16px;
        min-height: inherit;
    }

    .members_wrapper h4 {
        font-size: 26px;
    }

    .trainingInfoWrapper h4 {
        font-size: 26px;
    }

    .trainingInfo p {
        font-size: 18px;
    }

    .social_box p {
        font-size: 16px;
    }

    .steps_inner h4 {
        font-size: 26px;
    }

    .steps_inner p {
        font-size: 18px;
    }

    .font36 {
        font-size: 28px !important;
    }

    .social_box img {
        width: 110px;
    }

    .paddingTopsm {
        padding-top: 30px;
    }

    .row_heading {
        padding-top: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .video_row_wrapper p {
        font-size: 19px;
    }

    .row_heading h4 {
        font-size: 26px;
    }

    .row_bottom p {
        font-size: 19px;
    }

    .destination_note h4 {
        font-size: 24px;
    }

    .destination_note p {
        font-size: 18px;
    }

    .features_heading h4 {
        font-size: 25px;
    }

    .features_heading h4 span {
        font-size: 23px;
    }

    .feature_box h5 {
        font-size: 17px;
    }

    .feature_box p {
        font-size: 15px;
    }

    .members_wrapper h4 {
        font-size: 30px;
    }

    .font36 {
        font-size: 30px !important;
    }

    .font20 {
        font-size: 20px !important;
    }

    .trainingInfoWrapper h4 {
        font-size: 30px;
    }

    .trainingInfo p {
        font-size: 18px;
    }

    .social_box p {
        font-size: 17px;
    }

    .steps_inner h4 {
        font-size: 30px;
    }

    .steps_inner p {
        font-size: 18px;
    }

    .social_box img {
        width: 130px;
    }
}
/* free vacation page media query ends here */

.column_main {
    width: 100%;
    float: left;
    display: flex;
}

.column_inner {
    width: 100%;
    float: left;
}

/* order form page css starts here */
.order_form_main {
    width: 100%;
    float: left;
}

.order_form_inner {
    width: 100%;
    float: left;
    padding: 40px 0px 30px;
}

.order_form_title {
    width: 100%;
    float: left;
    text-align: center;
}

.order_form_title h2 {
    font-family: Gotham-Book;
    font-size: 40px;
    color: #2777bc;
    margin: 0px;
    padding-bottom: 25px;
}

.order_form_title h2 span {
    font-family: Gotham-Black;
}

.formProgress {
    background: #231f20;
    border: 4px solid transparent;
    height: 45px;
    line-height: 45px;
    font-size: 19px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 650px;
    margin: 0 auto;
    font-family: Gotham-Light;
}

.progressInside {
    height: 46px;
    line-height: 40px;
    -webkit-transition: width 0.25s ease, height 0.25s ease,
        font-size 0.25s ease;
    -moz-transition: width 0.25s ease, height 0.25s ease, font-size 0.25s ease;
    -ms-transition: width 0.25s ease, height 0.25s ease, font-size 0.25s ease;
    -o-transition: width 0.25s ease, height 0.25s ease, font-size 0.25s ease;
    transition: width 0.25s ease, height 0.25s ease, font-size 0.25s ease;
    width: 66%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #2877bc;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.order_form_title p {
    font-family: Gotham-Book;
    font-size: 20px;
    color: #231f20;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
}

.order_form_title p span {
    font-family: Gotham-Medium;
    display: block;
}

.order_form_title h3 {
    font-family: Gotham-Book;
    font-size: 30px;
    color: #2877bc;
    margin: 0px;
    padding: 50px 0px 35px;
    line-height: 38px;
}

.order_form_title h3 span {
    font-family: Gotham-Black;
    display: block;
}

.order_form_container {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 680px;
    width: 100%;
    border: 10px solid #2877bc;
    margin: 0 auto;
    display: table;
}

.order_form_top_title h4 {
    font-family: Gotham-Book;
    font-size: 40px;
    color: #2877bc;
    margin: 0px;
    text-align: center;
    padding-bottom: 30px;
}

.order_form_top_title h4 span {
    font-family: Gotham-Black;
}

.order_form_top_title p {
    font-family: Gotham-Book;
    font-size: 20px;
    color: #231f20;
    margin: 0px;
    text-align: center;
    padding-bottom: 25px;
}

.order_form_top_title p span {
    font-family: Gotham-Medium;
    display: block;
}

.form_field_main {
    width: 100%;
    float: left;
}

.advertisingInput {
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 0px;
    border: 3px solid #d6d6d6;
    height: 100%;
    width: 100%;
    font-family: Montserrat-Light;
}

.orderInputbox {
    margin-bottom: 20px;
}

.formButton {
    text-align: center;
}

.formButton .formButtonSubmit {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(49, 181, 119);
    font-size: 18px;
    border: 1px solid #000000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 15px 36px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 95%;
    font-family: Gotham-Light;
    text-transform: uppercase;
    margin-top: 5px;
}

.formButton .formButtonSubmit span {
    font-family: Gotham-Bold;
}

.formButtonSubmit:focus {
    outline: none;
}

.results_main {
    width: 100%;
    float: left;
}

.results_divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 50px 0px 40px;
}

.results_title h4 {
    font-family: Gotham-Black;
    font-size: 40px;
    color: #2777bc;
    margin: 0px;
    text-align: center;
    padding-bottom: 30px;
}

.results_title h4 span {
    font-family: Gotham-Book;
    display: block;
}

.top_border {
    border-top: 2px solid #f2f2f2;
}
/* order form page css ends here */

/* order form page media query starts here */

@media screen and (max-width: 767px) {
    .order_form_title h2 {
        font-size: 24px;
    }

    .formProgress {
        font-size: 16px;
    }

    .order_form_title p {
        font-size: 15px;
    }

    .order_form_title h3 {
        font-size: 20px;
        line-height: 22px;
        padding: 35px 0px;
    }

    .order_form_container {
        max-width: 100%;
        padding: 15px 15px 20px;
    }

    .order_form_top_title h4 {
        font-size: 24px;
        padding-bottom: 25px;
    }

    .order_form_top_title p {
        font-size: 15px;
    }

    .advertisingInput {
        font-size: 14px;
    }

    .formButton .formButtonSubmit {
        width: 100%;
        font-size: 14px;
        padding: 10px 20px;
    }

    .results_title h4 {
        font-size: 24px;
    }

    .results_divider {
        margin: 40px 0px 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .order_form_title h2 {
        font-size: 30px;
    }

    .order_form_title p {
        font-size: 16px;
    }

    .order_form_title h3 {
        font-size: 24px;
        line-height: 30px;
        padding: 35px 0px;
    }

    .order_form_top_title h4 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .order_form_top_title p {
        font-size: 18px;
    }

    .advertisingInput {
        font-size: 15px;
    }

    .formButton .formButtonSubmit {
        font-size: 16px;
    }

    .results_title h4 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .order_form_title h2 {
        font-size: 32px;
    }

    .order_form_title p {
        font-size: 18px;
    }

    .order_form_title h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .order_form_top_title h4 {
        font-size: 32px;
    }

    .results_title h4 {
        font-size: 32px;
    }
}
/* order form page media query ends here */

/* modal css starts here */

.mb_modal_dialog {
    width: 675px;
}

.mb_modal_content {
    border: 10px solid #1e78bc;
    margin-top: 98px;
}

.mb_modal_close {
    background: #f81820 !important;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    padding: 0px 8px !important;
    font-size: 20px;
    position: absolute;
    right: -25px;
    top: -20px;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb_modal_close:hover {
    opacity: 1;
    color: #fff;
}

.mb_modal_close:focus {
    outline: none;
}

.mb_modal_body {
    padding: 0px;
    background: #eff2f4;
}

.modal_logo {
    padding: 35px 0px 20px;
    text-align: center;
}

.modal_text {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.modal_text p {
    font-family: Gotham-Book;
    font-size: 18px;
    color: #000000;
    margin: 0px;
}

.modal_text p span {
    font-family: Gotham-Medium;
}

.modal_bottom_img {
    padding-top: 10px;
    position: relative;
}

.join_grp_img {
    width: 450px;
    position: absolute;
    bottom: 0;
    left: 17%;
}
/* modal css ends here */

/* modal mediq query starts here */
@media screen and (max-width: 767px) {
    .mb_modal_dialog {
        width: 100%;
        padding: 0px 10px;
        padding-right: 17px;
    }

    .mb_modal_close {
        font-size: 28px;
        right: -15px;
        top: -20px;
        padding: 0px 6px !important;
    }

    .join_grp_img {
        width: 100%;
        position: absolute;
        bottom: -5px;
        left: 0;
    }

    .modal_logo img {
        width: 230px;
    }

    .modal_text {
        max-width: 95%;
    }

    .modal_text p {
        font-size: 16px;
    }
}
/* modal mediq query ends here */
