.col-xs-12.col-sm-12.col-lg-4.sidebar {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-xs-12.col-sm-12.col-lg-8.main {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.sidebar .tab-content .col-lg-offset-4 {
    margin-left: 0 !important;
}

.yotpo {
    /*margin: -37px 0 0;*/
	margin:0;
}

#cmsContent {
    display: none;
}

input#txtphone {
    height: 45px !important;
    padding-left: 74px !important;
}

.sidebar .tab-content .left-addon input#txtemail {
    padding-left: 10px;
}

.sidebar .tab-content .left-addon input#txtname {
    padding-left: 10px;
}

.iti__divider {
    border: none;
}

.sidebar .tab-content .searchinner-btn {
    background: #fc5729;
    width: 100%;
}

    .sidebar .tab-content .searchinner-btn:hover {
        background: #de3103;
    }

.sidebar .tab-content .col-lg-offset-4 {
    flex: 100%;
    max-width: 100%;
}

.sidebar .tab-content .searchinner-btn {
    border-radius: 0;
    text-transform: uppercase;
}

.inner-addon .popup-text {
    display: none;
    background: #fc5729;
    padding: 8px;
    color: #fff;
    margin-top: 10px;
    width: 27%;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    position: relative;
}

    .inner-addon .popup-text.arrow-top:after {
        content: " ";
        position: absolute;
        left: 13px;
        top: -8px;
        border-bottom: 8px solid #fc5729;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: none;
    }

.addon-tooltip .popup-text {
    background: #fc5729;
    padding: 0 8px;
    color: #fff;
    margin-top: 10px;
    width: 238px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: -21px;
    left: 67px;
}

    .addon-tooltip .popup-text.arrow-top:after {
        content: " ";
        position: absolute;
        left: 13px;
        top: -8px;
        border-bottom: 8px solid #fc5729;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: none;
    }

.addon-tooltip .get-quote {
    color: #fff;
    background: #fc5729;
    border: none;
    font-size: 11px;
    border-radius: 0;
    padding: 0;
    transition: all 0.5s;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

    .addon-tooltip .get-quote:hover {
        transition: 0.5s;
        background: #fc5729;
        color: #ffe1da;
    }

.addon-tooltip .call-now-btn {
    background: #2e7fea;
    color: #fff;
    font-size: 11px !important;
    margin-left: 9px;
}

    .addon-tooltip .call-now-btn a {
        background: #2e7fea;
        color: #fff;
        width: 112%;
        border-radius: 3px;
        font-size: 11px;
        padding: 9px;
        display: inline-block;
        text-decoration: none;
        transition: all 0.5s;
        text-align: center;
    }

        .addon-tooltip .call-now-btn a:hover {
            background: none;
            background: #2e7fea;
            color: #dcebff;
        }

.addon-tooltip .brandlabel-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 13px 0px 25px;
    border-color: transparent #2e7fea transparent transparent;
    position: absolute;
    right: 114px;
    top: 0;
}


#enqdata {
    font-weight: 600;
    text-align: justify;
    font-size: 13px;
    padding: 18px 0 18px;
    border-bottom: #c4c4c4 2px solid;
}

.search-container {
    display: block;
}

/*--------------------------------------------------------------
# Start offer listing
--------------------------------------------------------------*/
.offer-list-section .table {
    font-weight: 600;
}

    .offer-list-section .table td span {
        font-size: 19px;
        font-weight: 700;
    }

    .offer-list-section .table td {
        font-size: 17px;
        vertical-align: middle;
        border-bottom: 1px solid #dee2e6 !important;
        cursor: pointer;
    }

    .offer-list-section .table td, .table th {
        border: none;
    }

        .offer-list-section .table td i {
            width: 40px;
            height: 40px;
            border-radius: 50px;
            background: #2275f7;
            padding-top: 8px;
            font-size: 25px;
            text-align: center;
            color: #fff;
            margin-right: 5px;
        }

        .offer-list-section .table td img {
            min-width: 39px;
            max-width: 58px;
            height: 50px;
            position: absolute;
            top: 6px;
        }

        .offer-list-section .table td.imgbox {
            width: 10%;
            position: relative;
        }

        .offer-list-section .table td.phobe-icon {
            width: 12%;
            vertical-align: middle;
            animation: text-shadow 1.5s ease-in-out infinite;
        }

    .offer-list-section .table tbody td.d-one:before {
        content: attr(data-th);
        display: inline-block;
        width: 0rem;
    }

.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.btn-box {
    padding: 25px 10px;
}

.call-now-btn {
    background: #2e7fea;
    color: #fff;
    display: inline-block;
    width: 46%;
    margin-left: 15px;
}

    .call-now-btn a {
        color: #fff;
        font-size: 0.85rem;
        padding: 10px 10px 11px 10px;
        display: block;
        text-decoration: none;
        transition: all 0.5s;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }

        .call-now-btn a:hover {
            transition: 0.5s;
            background: #1d66c2;
        }

.free-quote-btn-danger {
    color: #fff;
    background: #fc5729;
    border: none;
    font-size: 0.85rem;
    border-radius: 0;
    padding: 10px 10px 11px 10px;
    transition: all 0.5s;
    margin-left: 15px;
    width: 46%;
    text-transform: uppercase;
    font-weight: 600;
}

    .free-quote-btn-danger:hover {
        transition: 0.5s;
        background: #de3103;
    }

.offer-list-section.active {
    color: #ff5722;
}

    .offer-list-section.active .city-name i {
        background: #ff5722 !important;
        transition: 0.5s;
    }

    .offer-list-section.active .left-img-bx {
        background: url(/assets/newimages/airline-icon-h-over.jpg) center top no-repeat;
    }

.offer-list-section .city-name.stname {
    font-size: 21px;
}

    .offer-list-section .city-name.stname .fare {
        font-weight: 700;
        padding-right: 8px;
        font-style: italic;
        color: #212529 !important;
    }

.offer-list-section .city-name i.fare {
    background: none !important;
}

.offer-list-section:hover .city-name i.fare {
    background: none !important;
    color: #ff5722 !important;
}

.offer-list-section.active .city-name i.fare {
    color: #ff5722 !important;
}


.why-book-with-inner {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    background: #f5f4f4;
    margin-top: 15px;
}

    .why-book-with-inner .block-one {
        max-width: 42%;
        margin-right: 9px;
        padding-top: 23px;
        float: left;
    }

    .why-book-with-inner .hd {
        font-size: 18px;
        color: #3f4955;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 40px;
        border-right: #fccd05 3px solid;
        padding: 0 15px;
        line-height: 31px;
        margin-top: 15px;
    }

    .why-book-with-inner .block-main-1 {
        flex: 0 0 21%;
        max-width: 22%;
        padding: 0;
        margin: 7px 12px;
    }

    .why-book-with-inner .block-two {
        width: 49%;
        font-weight: 600;
        padding-top: 24px;
        float: left;
    }



.why-call-us-box {
    margin: 20px 0;
}

    .why-call-us-box .hd {
        font-size: 25px;
        font-weight: 700;
        text-align: center;
    }

    .why-call-us-box ul {
        list-style: none;
        padding: 0;
    }

        .why-call-us-box ul li {
            font-weight: 600;
            font-size: 15px;
            padding: 15px 0 0;
            display: flex;
        }

            .why-call-us-box ul li:before {
                content: "\f14a";
                font: normal normal normal 22px/1 FontAwesome;
                font-weight: 400;
                color: #1c7ce2;
                margin-right: 15px;
                padding-top: 2px;
            }

.sidebar .tt-dropdown-menu {
    width: 100%;
}

.modal-1 {
    display: block;
    position: inherit;
}

/*--------------------------------------------------------------
# Thank you message start
--------------------------------------------------------------*/
#successmessage {
    background: #404040;
    padding: 10px;
    border-radius: 3px;
}

.success-popup-header h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    margin-bottom: 12px;
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: unset;
}

.success-popup-header::before {
    content: '';
    background: url(https://air-tickets.us/assets/widget/success-icon.png) no-repeat top left;
    width: 65px;
    height: 65px;
    display: block;
    margin: auto;
    padding-bottom: 15px;
    margin-top: 26px;
}

.success-popup-content {
    padding: 7px 0 25px;
    width: 100%;
    display: block;
    text-align: center;
}

    .success-popup-content p {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
    }

.success-popup-close-btn-lg {
    width: 100%;
    max-width: 270px;
    height: 40px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #296faa;
     margin: auto;
    cursor: pointer;
    margin-top: 15px;
}

.js-tel-number.tel-number {
    font-size: 20px;
    color: red;
    line-height: 40px;
    display: block;
}

.js-message-text-not-exist {
    display: block;
}
/*--------------------------------------------------------------
# Thank you message end
--------------------------------------------------------------*/
#footer .footer-top-call p i {
    font-size: 36px;
    margin-right: 12px;
}

.nav-menu > ul > li i {
    font-size: 18px;
    margin-right: 5px;
}


@media (max-width: 768px) {
    .sidebar .tab-content .inner-addon .fa {
        padding: 10px 0 0 9px;
    }

    .sidebar .tab-content .col-lg-offset-4 {
        margin-left: 0 !important;
    }

    .col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xs-12.col-sm-12.col-lg-8.main {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #flex {
        display: flex;
        flex-direction: column;
    }

    #a {
        order: 2;
    }

    #b {
        order: 1;
    }



    .offer-list-section {
        margin-top: 10px;
    }

        .offer-list-section .left-img-bx {
            width: 40%;
        }

    .offer-list-section {
        padding: 0;
    }

        .offer-list-section .table td {
            font-size: 0.78rem;
        }

        .offer-list-section .table td {
            padding: 0.3rem;
        }

            .offer-list-section .table td span {
                font-size: 0.9rem;
            }

            .offer-list-section .table td i {
                width: 35px;
                height: 35px;
                font-size: 21px;
            }

            .offer-list-section .table td.phobe-icon {
                width: 6%;
            }

            .offer-list-section .table td img {
                top: 13px;
                left: 0;
            }

            .offer-list-section .table td.imgbox {
                width: 12%;
            }

        .offer-list-section .spcl-offer {
            left: -2px;
            top: -4px;
            width: 49px
        }

        .offer-list-section .right-text .city-name {
            font-size: 18px;
        }

            .offer-list-section .right-text .city-name span {
                font-size: 18px;
            }

                .offer-list-section .right-text .city-name span i {
                    width: 30px;
                    height: 30px;
                    padding-top: 6px;
                    font-size: 18px;
                }



    .free-quote-btn-danger {
        padding: 10px 12px 11px 12px;
        font-size: 0.9rem;
        width: 45%;
    }

    .why-book-with-inner .hd {
        border-right: none;
        padding-bottom: 10px;
        border-bottom: #fccd05 3px solid;
        text-align: center;
    }

    .why-book-with-inner {
        font-size: 11px;
    }

        .why-book-with-inner .block-two {
            width: 69%;
        }

        .why-book-with-inner .block-main-1 {
            padding: 0;
            margin: 0;
        }

        .why-book-with-inner .block-one {
            width: 28%;
            text-align: center;
        }

    .why-call-us-box .hd {
        font-size: 21px;
    }

    .why-call-us-box {
        display: none;
    }

    .modal-1 {
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
    }

    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 0 15px 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        text-align: center;
    }

    .close {
        color: #fff;
        float: right;
        font-size: 23px;
        font-weight: bold;
        margin-top: 12px;
        margin-right: 17px;
        position: absolute;
        right: 0;
        background: #fc5729;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        padding: 0;
        line-height: 16px;
        text-align: center;
        opacity: .9;
    }

        .close:hover, .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

    #myModal {
        display: none;
    }

    .sidebar .tab-content {
        margin: 14px 0 0;
    }

    #myModal .popbg {
        background: #fff;
        padding: 3px;
    }

    #enqdata {
        font-size: 11px;
        padding: 10px 20px 13px;
        line-height: 21px;
    }

    .sidebar .tt-dropdown-menu {
        width: 100%;
    }

    #myModal .call-to-save .mid-main .hd {
        font-size: 15px;
    }

    .inner-addon .popup-text {
        width: 33%;
        text-align: center;
    }

    ul.bread-menu {
        margin: 7px 0 6px 0;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    /*.banner .mid-box .saver-fare {padding: 0 0 30px 60px; font-size: 15px; }
.banner .mid-box .offer-price .right-offer-tx {padding: 10px 0 0 15px;}
.cross .stripes-bottom-tx{bottom: 27px;}
.call-to-save .mid-main .hd {font-size: 17px; text-align: center;}
.banner .sml-hd { padding:0 0 2px;}
.cross {height: 128px;}
.cross .save-up-to {width: 124px; height: 124px; top: 54px; left: 5px; padding-top: 30px; font-size: 13px; }
.cross .stripes-top-tx {transform: rotate(342deg); text-shadow: #000 15px 0 15px; bottom: 100px; padding: 0 5px; font-size: 14px;}
.cross .save-up-to span {font-size: 26px; line-height: 29px;}
.cross .save-up-to .dollar{font-size: 26px;}
.cross .stripes-bottom-tx {transform: rotate(345deg); bottom: 27px; padding: 0 17px 0; font-size: 14px;}
.cross .diag_one .text-one {transform: rotate(344deg); font-size: calc(28px + 0.390625vw); width: 328px;}
.cross .diag_one {padding: 147px 85px 0 2px; clip-path: polygon(232% 0, 130% 0, -226% 56%, -1358% 229%);}
.call-to-save{padding-bottom: 8px; margin-bottom: 33px;}*/


    .sidebar .tab-content .inner-addon .fa {
        padding: 10px 0 0 9px;
    }

    .free-quote-btn-danger {
        font-size: 0.6rem;
    }

    .call-now-btn a {
        padding: 10px 17px 11px 17px;
        font-size: 0.6rem;
    }

    .why-book-with-inner .col-lg-3.mb-3.block-main-1 {
        max-width: 100%;
        flex: 100%;
        border-bottom: #ddd 1px solid;
        padding-bottom: 11px;
    }

    .why-book-with-inner .col-lg-3.mb-3 {
        margin-bottom: 0 !important;
    }

    .offer-list-section .left-img-bx {
        width: 47%;
    }

    .flight-offer-hd {
        padding: 12px 0 11px 7px;
    }

        .flight-offer-hd i {
            padding: 13px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .flight-offer-hd span {
            width: 50%;
            height: auto;
            display: inline-block;
        }

            .flight-offer-hd span.bookbydate {
                vertical-align: top;
                font-size: 11px;
            }

    .hd-main {
        margin: 0 10% 13px 10%;
    }

    .addon-tooltip .brandlabel-triangle {
        right: 111px;
        border-width: 33px 13px 0px 25px;
    }

    .addon-tooltip .call-now-btn a {
        font-size: 10px;
        text-transform: capitalize;
    }


    .modal-1 .form-group {
        margin-bottom: 0.3rem;
    }

    .modal-1 .inner-addon .fa {
        padding: 10px 0 0 9px;
        font-size: 15px;
    }

    #datepicker2 .col-xs-6.col-sm-6.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

        #datepicker2 .col-xs-6.col-sm-6.col-lg-6:last-child {
            padding-left: 5px;
        }

    .sidebar .tab-content .left-addon input {
        height: 34px;
    }

    .sidebar input#txtphone {
        height: 34px !important;
        padding-left: 63px !important;
    }

    #enqdiv .col-xs-6.col-sm-6.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
        width: 38%
    }

    .call-now-btn {
        width: 45%;
    }
	
	#enqdata input#enqchecked{vertical-align: bottom; margin-bottom: 2px; margin-right: 2px;}
}

@media only screen and (min-width: 412px) and (orientation: portrait) {
    /*.cross .save-up-to{left:2px;}
    .cross .diag_one{padding: 141px 85px 0 15px;}
    .cross .diag_one .text-one {transform: rotate(346deg);  width: 341px;}*/

}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    /*.cross .diag_one {padding: 133px 85px 0 35px;}
    .cross .diag_one .text-one {transform: rotate(350deg); width: 412px ;}
    .cross .stripes-bottom-tx{bottom: 29px;padding: 0 51px 0;transform: rotate(348deg);}
    .cross .stripes-top-tx{transform: rotate(348deg);bottom: 92px;}
    .banner .mid-box .offer-price{padding: 10px 10px 4px 78px;}
    .banner .mid-box img{padding-left: 83px;}
    .banner .mid-box .saver-fare{text-align: center;}*/
    .why-call-us-box {
        display: none;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xs-12.col-sm-12.col-lg-8.main {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #flex {
        display: flex;
        flex-direction: column;
    }

    #a {
        order: 2;
    }

    #b {
        order: 1;
    }

    .why-book-with-inner .hd {
        font-size: 21px;
        text-align: center;
        border-bottom: #fccd05 3px solid;
        border-right: none;
    }

    .why-book-with-inner .block-main-1 {
        flex: 0 0 25%;
        margin: 0 22px;
        max-width: 25%;
    }
    /*.call-to-save .mid-main .hd{font-size: 32px;}
.call-to-save .mid-main .hd span{font-size: 15px;}
.call-to-save .mid-main .get-up{font-size: 22px;}
.call-to-save .mid-main .get-up label{font-size: 28px;}
.call-to-save .mid-main .get-up label span{font-size: 48px;}

.cross .diag_one{padding: 124px 85px 0 15px;}*/
    .why-call-us-box {
        display: none;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-12.col-sm-12.col-lg-8.main {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    /*.cross .diag_one .text-one {transform: rotate(354deg);width: 715px;}
.cross .save-up-to {left: -113px;}*/
    .why-call-us-box {
        display: none;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .why-book-with-inner .hd {
        font-size: 21px;
        text-align: left;
        border-right: #fccd05 3px solid;
        border-bottom: none;
    }

    .why-book-with-inner .block-main-1 {
        flex: 0 0 21%;
        max-width: 22%;
        padding: 0;
        margin: 7px 12px;
    }
    /*.cross .diag_one{padding: 114px 85px 0 40px;}
.cross .diag_one .text-one{transform: rotate(354deg) !important; font-size: 72px; width:771px !important;}
.cross .stripes-top-tx{transform: rotate(354deg); font-size: 29px; bottom: 117px;}
.cross .stripes-bottom-tx{transform: rotate(354deg); font-size: 29px; bottom: 13px;}*/
    .why-call-us-box {
        display: none;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /*.cross .diag_one .text-one{transform: rotate(352deg) !important; font-size: 52px; width:535px !important;}*/
    .why-call-us-box {
        display: block;
    }
}


@media (min-width:1366px) {

.col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
	
.col-xs-12.col-sm-12.col-lg-8.main {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

}


@media (min-width: 576px) {
    .col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 100%;
        max-width: 100%;
    }

    .col-xs-12.col-sm-12.col-lg-8.main {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.cross .save-up-to{left:0;}
     .cross .diag_one .text-one {transform: rotate(353deg);width: 100%;}*/
    #a {
        order: 2;
    }

    #b {
        order: 1;
    }

    .addon-tooltip .brandlabel-triangle {
        right: 112px;
        border-width: 34px 13px 0px 25px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    /*.cross .diag_one .text-one {transform: rotate(350deg) ;width: 412px;}*/
}


@media (min-width:1366px) {
    .col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-12.col-sm-12.col-lg-8.main {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #a {
        order: 1;
    }

    #b {
        order: 2;
    }
    /*.cross .diag_one .text-one {transform: rotate(351deg); width: auto;}*/
    .addon-tooltip .brandlabel-triangle {
        width: 0;
        height: 0;
        border-style: solid;
        /*border-width: 35px 13px 0px 25px;*/
		border-width: 34px 13px 0px 25px;
        border-color: transparent #2e7fea transparent transparent;
        position: absolute;
        /*right: 114px;*/
		right:112px;
        top: 0;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .col-xs-12.col-sm-12.col-lg-4.sidebar {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-12.col-sm-12.col-lg-8.main {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #a {
        order: 1;
    }

    #b {
        order: 2;
    }
    /*.cross .diag_one .text-one {transform: rotate(351deg); width: auto;}*/
    .addon-tooltip .brandlabel-triangle {
        width: 0;
        height: 0;
        border-style: solid;
        /*border-width: 35px 13px 0px 25px;*/
		border-width: 35px 13px 0px 25px;
        border-color: transparent #2e7fea transparent transparent;
        position: absolute;
        right: 112px;
        top: 0;
    }
}

.call-btn {
    display: none
}

.chat-box {
    display: none;
}