@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/proximanova/proximanova-black-webfont.eot');
    src: url('../fonts/proximanova/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova/proximanova-black-webfont.woff2') format('woff2'), url('../fonts/proximanova/proximanova-black-webfont.woff') format('woff'), url('../fonts/proximanova/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proximanova/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'proxima_novaregular' !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}

body {
    background-color: #f0f0f0;
}

h1,
h2,
h3 {
    font-family: 'proxima_novablack' !important;
    font-weight: 700;
    letter-spacing: 0.2px;
}

label,
input,
button,
select,
option,
textarea,
p,
div,
a,
span,
h4,
h5,
h6 {
    font-family: 'proxima_novaregular' !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    outline: none !important;
}

.fontBold {
    font-family: 'proxima_novabold' !important;
}



/********************Common Start********************/

.ranking-number-design {
    background: #398f4f;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 8px;
    border-radius: 10px;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
}

    .ranking-number-design span {
        font-size: 16px;
    }

a.tipsheet-btn1,
a.tipsheet-btn2,
a.tipsheet-btn-black {
    background: #fbfdfd !important;
    color: #1b1e2a !important;
    opacity: 1 !important;
    border-radius: 100px;
    text-align: center;
    border: 1.5px solid #fbfdfd;
    padding: 12px 42px !important;
    transition: all 0.3s ease;
}

a.tipsheet-btn2 {
    opacity: 0.6 !important;
    background: transparent !important;
    color: #fff !important;
}

a.tipsheet-btn1:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff;
}

a.tipsheet-btn2:hover {
    background: #fbfdfd !important;
    color: #1b1e2a !important;
    border-color: #1b1e2a;
    opacity: 1 !important;
}

.tipsheet-btn1,
.tipsheet-btn2,
.tipsheet-btn-black {
    background: #fbfdfd;
    color: #1b1e2a;
    opacity: 1;
    border-radius: 100px;
    text-align: center;
    border: 1.5px solid #fbfdfd;
    padding: 12px 42px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.tipsheet-btn2 {
    opacity: 0.6;
    background: transparent;
    color: #fff;
}

.tipsheet-btn1:hover {
    color: #fff;
    background-color: #091b2f;
    border-color: transparent;
    box-shadow: 0px 0 0 1.8px #fff;
}

.tipsheet-btn-black {
    background: #091b2f;
    color: #ffffff;
    border-color: #091b2f;
}

    .tipsheet-btn-black:hover {
        background: #ffffff;
        color: #091b2f;
        border-color: #ffffff;
        box-shadow: 0px 0 0 1.8px #091b2f;
    }

    .tipsheet-btn-black:focus {
        color: #ffffff;
    }

.border-bottom-red {
    position: relative;
}

    .border-bottom-red:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: #d53b3f;
    }

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-top-25 {
    padding-top: 25px;
}

.alignItemCenter {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
}

.alignItemCenterSub {
    display: table;
    height: 100%;
}

.left-dot-bg:before, .right-dot-bg:before {
    content: '';
    background-image: url(../Images/doted-image.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    opacity: 0.1;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
}

.right-dot-bg:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.tipsheet-white-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 0;
}

.navbar-toggle .icon-bar {
    width: 35px;
    height: 4px;
    border-radius: 3px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

.no-respond {
    pointer-events: none;
}

.swiper-button-prev.left {
    left: -25px;
    background-image: none;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    transform: rotate(135deg);
}

.swiper-button-next.right {
    right: -25px;
    background-image: none;
    border: solid #515151;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #b5b5b5;
}

.arrow-lft {
    border: solid #3f3e44;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 20px;
    transform: rotate(135deg);
    opacity: 0.7;
}

.arrow-next {
    border: solid #3f3e44;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 20px;
    transform: rotate(-45deg);
    opacity: 0.7;
}

.arrow-next-line {
    position: relative;
}

    .arrow-next-line:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        background: #3f3e44;
        transform: rotate(-45deg);
        top: -6px;
        right: 4px;
    }

.font-weight600 {
    font-weight: 600;
    vertical-align: middle;
}

.noscroll {
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    height: 60px;
    line-height: 29px;
    margin-bottom: 6px;
}

    .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 64px;
    }

    .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .ellipsis:after {
        content: "\02026";
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -37px;
        left: 100%;
        width: 2em;
        margin-left: -2em;
        padding-right: 5px;
        text-align: right;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #091b2f 50%, #091b2f);
        font-size: 25px;
    }

/********************Common End********************/



/********************Modal Design Start********************/
.subscribeModal .modal-body {
    overflow: hidden;
    text-align: center;
}

.subscribeModal .close {
    font-size: 40px;
}

    .subscribeModal .close span {
        font-weight: 900;
    }

.subscribeModal .tipsheet-btn-black:hover {
    border-color: #091b2f;
}

.subscribeModal .form-group {
    margin-bottom: 20px;
    position: relative;
}

.subscribeModal .tipsheet-btn1 {
    color: #3f3e44 !important;
    border-color: #3f3e44 !important;
    padding: 10px 42px;
}

    .subscribeModal .tipsheet-btn1:hover {
        background: #091b2f;
        color: #ffffff !important;
        border-color: #091b2f;
    }

.subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}

.subscribeModal .top-strip {
    height: 155px;
    background: #d53b3f;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

.subscribeModal .bottom-strip {
    height: 155px;
    background: #d53b3f;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #ff9fa1;
    border-top: 10px solid #ff9fa1;
}

.subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #d53b3f;
    transform: rotate(141deg);
    margin-top: -106px;
    /*margin-right: 457px;*/
    margin-right: 487px;
    margin-left: -130px;
    border-bottom: 65px solid #ff9fa1;
    border-top: 10px solid #ff9fa1;
}

.subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #d53b3f;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    /*margin-left: 421px;*/
    margin-left: 527px;
    border-bottom: 65px solid #ff9fa1;
    border-top: 10px solid #ff9fa1;
}

.form-alignment-modal {
    text-align: left;
    max-width: 400px;
    margin: auto;
}

    .form-alignment-modal label {
        margin: 0;
        font-weight: 600;
        position: absolute;
        top: -10px;
        background: #fff;
        left: 8px;
        padding: 0px 5px;
        z-index: 11;
    }

    .form-alignment-modal .form-control {
        padding: 24px 10px;
        border-radius: 10px;
    }

    .form-alignment-modal #txtapplink.form-control {
        padding-right: 9%;
    }

    .form-alignment-modal #txtapplink1.form-control {
        padding-right: 9%;
    }

    .form-alignment-modal #txtapplink2.form-control {
        padding-right: 9%;
    }

.footerModal {
    text-align: right;
    margin-bottom: 10px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 910px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    overflow: hidden;
}

.subscribeModal .select-tipsheet {
    width: 100%;
    border-color: #ccc;
    border-radius: 10px;
}

    .subscribeModal .select-tipsheet select {
        background: #fff;
    }

.forgotPassword {
    margin-top: -10px;
    padding-bottom: 16px;
    text-align: right;
}

    .forgotPassword span {
        cursor: pointer;
        font-weight: 600;
    }

        .forgotPassword span:hover {
            text-decoration: underline;
        }

.subscribeModal .alignIcon {
    margin-top: -2px;
}

.alignSuccessMain {
    padding: 50px 0;
}

.alignSuccessItem {
    display: block;
    width: 150px;
    margin: 0px auto;
}

.alignSuccessItemTxt {
    margin: 0;
    font-size: 23px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.passwordShowHide {
    position: absolute;
    top: 20px;
    right: 13px;
    font-size: 0;
}

    .passwordShowHide input {
        opacity: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 11;
        cursor: pointer;
    }

    .passwordShowHide i {
        opacity: 0.8;
    }

        .passwordShowHide i:after {
            content: '';
            position: absolute;
            width: 110%;
            height: 2px;
            background: #000;
            left: 0;
            top: 45%;
            transform: rotate(-50deg);
            opacity: 0.8;
        }

    .passwordShowHide input:checked + i {
        opacity: 1;
    }

        .passwordShowHide input:checked + i:after {
            display: none;
        }
/********************Modal Design End********************/



/********************Radio Design Start********************/
.radioDesign {
    display: inline-block;
}

    .radioDesign [type="radio"]:checked,
    .radioDesign [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .radioDesign [type="radio"]:checked + label,
        .radioDesign [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            .radioDesign [type="radio"]:checked + label:before,
            .radioDesign [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff;
            }

            .radioDesign [type="radio"]:checked + label:after,
            .radioDesign [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 12px;
                height: 12px;
                background: #d53b3f;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .radioDesign [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .radioDesign [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
/********************Radio Design End********************/



/********************Pagination Start********************/
.pagination-design .pagination {
    margin: 0;
}

    .pagination-design .pagination > li {
        display: inline-block;
    }

        .pagination-design .pagination > li > a,
        .pagination-design .pagination > li > span {
            border-radius: 0;
            border-color: #505050;
            color: #505050;
            padding: 11px 17px;
            margin: 0 3px;
            font-weight: 600;
        }

            .pagination-design .pagination > li > a i {
                font-weight: 600;
            }

        .pagination-design .pagination > li.active > a,
        .pagination-design .pagination > li.active > span {
            color: #fff;
        }

    .pagination-design .pagination > .active > a,
    .pagination-design .pagination > .active > a:focus,
    .pagination-design .pagination > .active > a:hover,
    .pagination-design .pagination > .active > span,
    .pagination-design .pagination > .active > span:focus,
    .pagination-design .pagination > .active > span:hover {
        background-color: #d53c3f;
        border-color: #d53c3f;
    }
/********************Pagination End********************/



/********************Featured Section Start********************/
.featured-section {
    background-color: #091b2f;
    border-radius: 10px;
    width: calc(50% - 30px);
    color: #fff;
    padding: 35px 25px;
    padding-top: 0;
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    min-height: 510px;
    max-height: 490px;
}

.featured-section.handicaptMsg {
    background-color: rgba(9, 27, 47, 0.52);
}

.featured-section-1 .featured-section-1-img,
.featured-section-1-content {
    display: inline-block;
    vertical-align: top;
}

.featured-section-1 .featured-section-1-content {
    margin-left: -5px;
    width: calc(100% - 66px);
    padding-left: 20px;
    padding-top: 20px;
}

.featured-section-1 .featured-section-1-img {
    width: 100px;
    margin-left: -35px;
    margin-top: -10px;
    min-height: 200px;
}

    .featured-section-1 .featured-section-1-img img {
        display: block;
        width: 100%;
    }

.featured-section-1 .featured-title {
    font-size: 36px;
    margin: 0;
    padding: 0;
    /*white-space: nowrap;*/
}

.featured-section-1 .featured-sub-1 {
    font-size: 24px;
    opacity: 0.8;
    margin-bottom: 1px;
}

.featured-section-2 .featured-sub-2 {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
    margin: 0;
    padding-top: 10px;
    min-height: 186px;
    max-height: 186px;
    overflow: hidden;
    text-overflow:clip;
}

.featured-section .featured-icon-1 {
    background-position: -510px -480px;
    background-size: 600px 600px;
    width: 60px;
    height: 60px;
}

.featured-section .featured-icon-2 {
    background-position: -440px -480px;
    background-size: 600px 600px;
    width: 60px;
    height: 60px;
}

.featured-section .featured-icon-3 {
    background-position: -366px -480px;
    background-size: 600px 600px;
    width: 60px;
    height: 60px;
}

.featured-section-bottom {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

    .featured-section-bottom > div {
        vertical-align: middle;
    }

    .featured-section-bottom > button, .featured-section-bottom > a.tipsheet-btn1 {
        float: right;
        margin-top: 7px;
    }
    .featured-section-bottom > a:hover {
        box-shadow:none;
    }

.featured-section .star-rating-design {
    margin-bottom: -16px;
}
/********************Featured Section End********************/



/********************Star Rating End********************/
.star-rating-design {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}

    .star-rating-design .rating {
        border: none;
        float: left;
        cursor: none;
    }

        .star-rating-design .rating > .ratingRadio {
            display: none;
        }

        .star-rating-design .rating > label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }

        .star-rating-design .rating > .half:before {
            content: "\f089";
            position: absolute;
        }

        .star-rating-design .rating > label {
            color: #ddd;
            float: right;
            cursor: auto;
        }


        .star-rating-design .rating > .ratingRadio:checked ~ label {
            color: #ffba00;
            cursor: auto;
        }

/*.star-rating-design .rating > .ratingRadio:checked + label:hover,
.star-rating-design .rating > .ratingRadio:checked ~ label:hover,
.star-rating-design .rating > label:hover ~ .ratingRadio:checked ~ label,
.star-rating-design .rating > .ratingRadio:checked ~ label:hover ~ label {
    color: #ffba00;
}*/

/*.star-rating-design .rating > .ratingRadio:checked ~ label,
.star-rating-design .rating:not(:checked) > label:hover,
.star-rating-design .rating:not(:checked) > label:hover ~ label {
    color: #ffba00;
    cursor: none;
}

.star-rating-design .rating > .ratingRadio:checked + label:hover,
.star-rating-design .rating > .ratingRadio:checked ~ label:hover,
.star-rating-design .rating > label:hover ~ .ratingRadio:checked ~ label,
.star-rating-design .rating > .ratingRadio:checked ~ label:hover ~ label {
    color: #ffba00;
}*/
/********************Star Rating End********************/



/********************Slider Srart********************/
.slider-design .swiper-slide {
    color: #fff;
    border-radius: 10px;
    padding: 16px;
}

    .slider-design .swiper-slide .head {
        color: #fff;
        font-size: 14px;
        /*display: inline-block;*/
        display: block;
        font-weight: 600;
        vertical-align: middle;
        max-width: none;
        word-break: break-word;
        white-space: normal;
    }

        .slider-design .swiper-slide .head.head2 {
            display: inline-block;
        }

    .slider-design .swiper-slide .sub-head {
        color: #fff;
        font-size: 18px;
        display: inline-block;
        font-weight: 600;
        vertical-align: middle;
    }

        .slider-design .swiper-slide .sub-head span {
            font-size: 14px;
        }

    .slider-design .swiper-slide .slide-item1 {
        width: 40px;
        height: 40px;
        background-position: -332px -362px;
        background-repeat: no-repeat;
        background-size: 450px 450px;
    }

    .slider-design .swiper-slide .slide-item2 {
        width: 40px;
        height: 40px;
        background-position: -384px -362px;
        background-repeat: no-repeat;
        background-size: 450px 450px;
    }

    .slider-design .swiper-slide .slide-item3 {
        width: 40px;
        height: 40px;
        background-position: -278px -362px;
        background-repeat: no-repeat;
        background-size: 450px 450px;
    }

    .slider-design .swiper-slide .slide-item4 {
        width: 40px;
        height: 40px;
        background-position: -278px -362px;
        background-repeat: no-repeat;
        background-size: 450px 450px;
    }

.slider-design .content-section p {
    margin: 0;
    padding: 0;
    max-height: 60px;
    overflow: hidden;
}

.slider-design .swiper-slide.clrGreen {
    background-color: #378a4d;
}

.slider-design .swiper-slide.clrYello {
    background-color: #ffb900;
}
/********************Slider End********************/



/********************Progress Bar Srart********************/
.progress {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    height: 25px;
    position: relative;
}

.progress-bar {
    background: #fff;
    color: #1b1e2a;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 2px 0;
}

    .progress-bar .titleProgress {
        font-weight: 600;
        text-align: left;
        display: block;
        padding-left: 10px;
        margin-top: -1px;
    }

    .progress-bar:nth-child(1) {
        border-radius: 10px 0px 0px 10px;
    }

    .progress-bar:nth-child(2) {
        border-radius: 0px 10px 10px 0px;
    }

.progressBarBorder1 {
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.progressBarBorder3 {
    width: 100%;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.progressBarBorder4 {
    width: 100%;
    border-left: 1px solid #e51a1c;
    border-top: 1px solid #e51a1c;
    border-bottom: 1px solid #e51a1c;
    border-right: 1px solid #e51a1c;
    background: #e51a1c;
    color: #fff;
}

.progressBarBorder2 {
    border-right: 1px solid #e51a1c;
    border-top: 1px solid #e51a1c;
    border-bottom: 1px solid #e51a1c;
    background: #e51a1c;
    color: #fff;
}
/********************Progress Bar End********************/



/********************Select Design Start********************/
.select-tipsheet {
    position: relative;
    display: inline-block;
    min-width: 200px;
    height: 45px;
    line-height: 2.8;
    background-color: transparent;
    overflow: hidden;
    border-radius: 6px;
    border: 1.5px solid #93939e;
}

    .select-tipsheet select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0;
        box-shadow: none;
        border: 0 !important;
        background-color: #efefef;
        background-image: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 50px 0 16px;
        color: #222232;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
    }

        .select-tipsheet select::-ms-expand {
            display: none;
        }

    .select-tipsheet::after {
        content: "\f107";
        position: absolute;
        font: normal normal normal 24px/1 FontAwesome;
        top: 10px;
        left: auto;
        color: #222232;
        right: 10px;
        text-align: center;
        margin: auto;
        color: #696a6a;
        pointer-events: none;
    }

    .select-tipsheet::after {
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
    }
/********************Select Design End********************/



/********************Table List Start********************/
.tipsheet-review-container-item {
    display: inline-block;
    vertical-align: top;
    width: 350px;
}

.table-list-design {
    background-color: #c13336;
    color: #fff;
    width: 100%;
    padding: 10px;
    position: relative;
    box-shadow: 3px 4px 0 0 #952a2c;
    margin-bottom: 8px;
    padding-right: 80px;
    padding-left: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display:inline-block;
}

    .table-list-design:hover {
        background-color: #2b2b3e;
    }

    .table-list-design:last-child {
        margin-bottom: 0px;
    }

    .table-list-design .table-list-head {
        display: inline-block;
        vertical-align: middle;
        min-width: 40px;
        text-align: center;
    }

        .table-list-design .table-list-head h2 {
            font-size: 24px;
            margin: 0;
        }

        .table-list-design .table-list-head span {
            font-size: 14px;
        }

    .table-list-design .table-list-data {
        display: inline-block;
        vertical-align: middle;
        line-height: 12px;
        width: calc(100% - 45px);
    }

        .table-list-design .table-list-data h2 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .table-list-design .table-list-data p {
            margin: 0;
            font-size: 14px;
            opacity: 0.7;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding-top:4px;
            padding-bottom:1px;
        }

    .table-list-design .table-list-right {
        position: absolute;
        top: calc(50% - 15px);
        right: 10px;
    }

        .table-list-design .table-list-right .review-icons2 {
            width: 30px;
            height: 30px;
            display: inline-block;
            background-position: -260px -290px;
            background-size: 350px;
            vertical-align: middle;
        }

            .table-list-design .table-list-right .review-icons2.icon2 {
                background-position: -300px -290px;
            }

        .table-list-design .table-list-right .ranking-number-design {
            font-size: 14px;
            min-width: 30px;
            min-height: 30px;
            vertical-align: middle;
            background-color: transparent;
            border: 1px solid #fff;
            box-sizing: border-box;
            padding: 4px;
            margin-left: 5px;
        }

            .table-list-design .table-list-right .ranking-number-design span {
                font-size: 10px;
            }
/********************Table List End********************/



/********************Header Start********************/
.header-relative {
    position: relative;
    width: 100%;
}

.tipsheet-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding-top: 60px;
}

.tipsheet-header-background {
    position: relative;
    background: #27254a;
    padding-bottom: 60px;
}

.tipsheet-header .navbar {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    border: 0;
}

.tipsheet-header .navbar-brand > img {
    margin-top: -35px;
}

.tipsheet-header .nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.tipsheet-header .navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    opacity: 0.6;
    color: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
}

    .tipsheet-header .navbar-inverse .navbar-nav > li > a:hover {
        opacity: 1;
    }

.tipsheet-header .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    opacity: 1;
    color: #fff;
}

.search-section-web {
    position: relative;
    padding: 0 15px;
}

    .search-section-web .input-search-web {
        padding: 12px 20px;
        border-radius: 100px;
        border: 2px solid #38366c;
        background-color: #312e63;
        color: #fff;
        outline: none !important;
    }

        .search-section-web .input-search-web::-webkit-input-placeholder {
            color: #aaa8cf;
        }

        .search-section-web .input-search-web::-moz-placeholder {
            color: #aaa8cf;
        }

        .search-section-web .input-search-web:-ms-input-placeholder {
            color: #aaa8cf;
        }

        .search-section-web .input-search-web:-moz-placeholder {
            color: #aaa8cf;
        }

    .search-section-web .search-icon {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        font-style: normal;
        background-position: -165px -365px;
        background-repeat: no-repeat;
        top: 8px;
        z-index: 111;
        background-size: 450px 450px;
        right: 25px;
        cursor: pointer;
    }

.search-mobile {
    position: absolute;
    top: 2px;
    right: 80px;
}

    .search-mobile .search-icon {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        font-style: normal;
        background-position: -220px -502px;
        background-repeat: no-repeat;
        top: 8px;
        z-index: 111;
        background-size: 600px;
        right: 25px;
        cursor: pointer;
    }

    .search-mobile .search-section-web {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 4px;
        transition: all 0.3s ease;
        z-index: 112;
    }

        .search-mobile .search-section-web.active {
            opacity: 1;
            visibility: visible;
        }

        .search-mobile .search-section-web .close-icon {
            font-size: 12px;
            position: absolute;
            top: -5px;
            color: #000;
            z-index: 1111;
            font-style: normal;
            text-transform: uppercase;
            font-weight: 600;
            background: #fff;
            padding: 0px 5px;
            border-radius: 40px;
            opacity: 0.8;
            right: 13px;
        }

        .search-mobile .search-section-web .search-icon {
            width: 20px;
            height: 20px;
            background-size: 400px;
            background-position: -149px -337px;
            top: 14px;
            right: 30px;
        }

.search-mobile {
    display: none;
}
/********************Header End********************/



/********************Section 1 Start********************/

.tipsheet-section-1 {
    min-height: 620px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background: #26254a;
    background: -moz-linear-gradient(left, #26254a 0%, #2b2859 100%);
    background: -webkit-linear-gradient(left, #26254a 0%,#2b2859 100%);
    background: linear-gradient(to right, #26254a 0%,#2b2859 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26254a', endColorstr='#2b2859',GradientType=1 );
}

.tipsheet-sub-img,
.tipsheet-sub-img2 {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    object-position: center;
    max-height: 550px;
}

.tipsheet-sub-img {
    max-height: none;
    min-height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
}

.tipsheet-sub-img2 {
    display: block;
    margin: auto;
    bottom: 0;
    max-height: none;
    min-height: 356px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 800px;
    background-position: top center;
}

.section-1-data {
    padding-top: 170px;
    color: #fff;
    position: relative;
    z-index: 12;
    max-width: 930px;
    padding-right: 250px;
    padding-bottom: 180px;
}

    .section-1-data .head {
        margin: 0;
        padding: 0;
        font-size: 48px;
    }

    .section-1-data .para {
        margin: 0;
        padding: 0;
        font-size: 17px;
        color: rgba(255, 255, 255, 0.7);
    }

.p-head-rank {
    margin: 0;
    padding: 0;
    padding-bottom: 5%;
    font-weight: 600;
    margin-bottom: -10px;
}
/********************Section 1 End********************/



/********************Section 2 Start********************/

.tipsheet-section-2 {
    min-height: 700px;
    position: relative;
    overflow: visible;
}

    .tipsheet-section-2 .slider-design {
        overflow: visible;
    }

        .tipsheet-section-2 .slider-design .swiper-slide {
            cursor: pointer;
            position: relative;
            max-width: 210px;
        }

            .tipsheet-section-2 .slider-design .swiper-slide:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(255, 255, 255, 0);
                border-radius: 10px;
                transition: all 0.3s ease;
            }

            .tipsheet-section-2 .slider-design .swiper-slide:hover:after {
                content: '';
                background: rgba(255, 255, 255, 0.3);
            }

            .tipsheet-section-2 .slider-design .swiper-slide:last-child {
                margin-right: 0 !important;
            }

    .tipsheet-section-2 .nav-pills > li > a {
        padding-right: 150px;
        border-radius: 10px 0px 0px 10px;
        transition: all 0.3s ease;
    }

        .tipsheet-section-2 .nav-pills > li > a:hover {
            background-color: rgba(213, 59, 63, 0.2);
        }

    .tipsheet-section-2 .nav > li > a:focus,
    .nav > li > a:hover {
        background-color: transparent;
    }

    .tipsheet-section-2 .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        background-color: #d53b3f;
    }

        .tipsheet-section-2 .nav-pills > li.active > a:after {
            content: '';
        }

    .tipsheet-section-2 .nav.nav-pills {
        display: table-cell;
        vertical-align: middle;
    }

        .tipsheet-section-2 .nav.nav-pills li {
            float: none;
        }

            .tipsheet-section-2 .nav.nav-pills li .itemTxt {
                display: inline-block;
                vertical-align: middle;
                width: 100px;
                text-align: center;
                font-size: 14px;
                font-weight: 600;
                color: #000;
                margin: 0 16px;
            }

            .tipsheet-section-2 .nav.nav-pills li.active .itemTxt {
                color: #ffffff;
            }

            .tipsheet-section-2 .nav.nav-pills li.active:after {
                content: "\f104";
                position: absolute;
                font: normal normal normal 24px/1 FontAwesome;
                top: calc(50% - 12px);
                left: 250px;
                color: #fff;
            }

            .tipsheet-section-2 .nav.nav-pills li.active:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 252px;
                color: #fff;
                height: 2px;
                width: 20px;
                background: #fff;
                display: block;
                z-index: 1;
            }

.tab-button-design1 {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -20px;
    background-repeat: no-repeat;
    background-size: 450px 450px;
}

    .tab-button-design1.icon2 {
        background-position: -96px -20px;
    }

    .tab-button-design1.icon3 {
        background-position: -180px -20px;
    }

    .tab-button-design1.icon4 {
        background-position: -268px -20px;
    }

    .tab-button-design1.icon5 {
        background-position: -355px -20px;
    }

.tipsheet-tab-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.tipsheet-tab-img2 {
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.section-2-tab-content {
    max-width: 700px;
    margin: 0px auto;
    padding: 100px 0;
    position: relative;
    min-height: 700px;
}

.section-2-bottom-1,
.section-2-bottom-2,
.section-2-bottom-3 {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
    color: #3f3e44;
}

.section-2-bottom-main-1 .section-2-bottom-3 {
    padding-top: 5px;
}

    .section-2-bottom-main-1 .section-2-bottom-3 .title {
        padding-top: 25px;
    }

.section-2-tab-content .head {
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #3f3e44;
}

.section-2-tab-content .sub-head {
    font-size: 24px;
    color: #3f3e44;
    margin: 0;
    padding: 0;
}

.section-2-tab-content .para {
    font-size: 16px;
    color: #3f3e44;
}

.section-2-bottom-main-2 .btn {
    color: #3f3e44 !important;
    border-color: #3f3e44 !important;
}

    .section-2-bottom-main-2 .btn:hover {
        color: #fff !important;
        border-color: #091b2f !important;
        background-color: #091b2f !important;
        box-shadow:none;
    }

.tab-button-design1.item-img1 {
    display: block;
    background-position: -470px -409px;
    background-size: 630px 630px;
    width: 45px;
    height: 50px;
}

.tab-button-design1.item-img9 {
    display: block;
    background-position: -538px -409px;
    background-size: 630px 630px;
    width: 53px;
    height: 50px;
}

.section-2-bottom-main-1,
.section-2-bottom-main-2 {
    margin-top: 30px;
}

    .section-2-bottom-main-1 .title {
        font-weight: 600;
        padding-top: 5px;
    }

.section-2-mobile.for-mobile-class-inline {
    vertical-align: 8px;
}

.section-2-mobile .tab-button-design1.item-img1,
.section-2-mobile .ranking-number-design, .section-2-mobile .tab-button-design1.item-img9{
    display: inline-block;
    vertical-align: middle;
}

.section-2-mobile .tab-button-design1.item-img1 {
    width: 35px;
    height: 35px;
    background-size: 400px;
    background-position: -296px -266px;
}

.section-2-mobile .tab-button-design1.item-img9 {
    width: 35px;
    height: 35px;
    background-size: 400px;
    background-position: -343px -266px;
}
.section-2-mobile .ranking-number-design {
    min-width: 35px;
    min-height: 35px;
    font-size: 18px;
    padding: 8px 5px;
}
/********************Section 2 End********************/



/********************Section 3 Satrt********************/
.tipsheet-section-3 {
    min-height: 700px;
    position: relative;
    overflow: visible;
    background: #221f43;
}

    .tipsheet-section-3 .alignItemCenter {
        top: auto;
        left: 0;
    }

    .tipsheet-section-3 .tipsheet-tab-img {
        z-index: 0;
        left: auto;
        width: 50%;
    }

        .tipsheet-section-3 .tipsheet-tab-img:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            background: -moz-linear-gradient(left, rgba(34,31,67,1) 0%, rgba(34,31,67,1) 1%, rgba(34,31,67,0) 100%);
            background: -webkit-linear-gradient(left, rgba(34,31,67,1) 0%,rgba(34,31,67,1) 1%,rgba(34,31,67,0) 100%);
            background: linear-gradient(to right, rgba(34,31,67,1) 0%,rgba(34,31,67,1) 1%,rgba(34,31,67,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221f43', endColorstr='#00221f43',GradientType=1 );
        }

    .tipsheet-section-3 .alignItemCenter .alignItemCenterSub {
        margin: auto;
    }

.tab-button-design2 {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    background-position: -32px -265px;
    background-repeat: no-repeat;
    background-size: 650px 650px;
}

.tipsheet-section-3 .nav-pills > li a {
    text-align: center;
    padding: 45px 15px 15px 15px;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.3s ease;
}

    .tipsheet-section-3 .nav-pills > li a:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.tipsheet-section-3 .nav-pills > li.active > a,
.tipsheet-section-3 .nav-pills > li.active > a:focus,
.tipsheet-section-3 .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #d53b3f;
}

.tab-button-design2.icon2 {
    background-position: -120px -265px;
}

.tab-button-design2.icon3 {
    background-position: -195px -265px;
}

.tab-button-design2.icon4 {
    background-position: -265px -265px;
}

.tab-button-design2.icon5 {
    background-position: -335px -265px;
}

.align-top-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 275px;
    z-index: 111;
}

    .align-top-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        border-color: transparent;
        background-image: url(../Images/left-patch-web.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
        width: 100%;
    }

    .align-top-right > div {
        color: #fff;
        z-index: 11;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        padding: 20px;
        display: inline-block;
        font-style: italic;
    }

.tipsheet-section-3 .nav-pills > li a .itemTxt {
    color: #fff;
    font-weight: 600;
}

.tipsheet-section-3 .nav-pills > li + li {
    margin-left: 16px;
}

.tipsheet-section-3 .nav.nav-pills li.active:after {
    content: "\f106";
    position: absolute;
    font: normal normal normal 24px/1 FontAwesome;
    top: 10px;
    left: 0px;
    color: #fff;
    right: 0;
    text-align: center;
    margin: auto;
}

.tipsheet-section-3 .nav.nav-pills li.active:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    color: #fff;
    height: 20px;
    width: 2px;
    background: #fff;
    display: block;
    z-index: 1;
    right: 0;
    text-align: center;
    margin: auto;
}

.featured-section-main-container {
    max-width: 950px;
    margin: 0px auto;
    padding: 60px 0 200px 0;
    position: relative;
    min-height: 700px;
}
/********************Section 3 End********************/



/********************Section 4 Start********************/
.tipsheet-section-4 {
    min-height: 700px;
    position: relative;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.tipsheet-section-4-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 60px 0;
    position: relative;
    z-index: 11;
}

.tipsheet-4-content {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

/*.tipsheet-4-content-left-parent {
    display: grid;
}

.tipsheet-4-content-left-parent .tipsheet-4-content-left {
    float: left;
    width: 100%;
}*/

.tipsheet-4-content-left {
    float: left;
    width: calc(100% - 420px);
}

.tipsheet-4-content-right {
    width: 420px;
    float: right;
}

.tipsheet-4-right {
    background-color: #efefef;
    margin-left: 60px;
    padding: 21px 30px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.tipsheet-4-right-section .head {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #3e3e44;
}

.tipsheet-4-right-section .sub-head {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #3e3e44;
    opacity: 0.7;
    font-style: italic;
    font-weight: 600;
}

.tipsheet-4-right-box {
    margin-top: 25px;
}

    .tipsheet-4-right-box .head-rank {
        margin: 0;
        padding: 0;
        font-style: italic;
        font-size: 16px;
        font-weight: 600;
    }

.tipsheet-4-content-panel {
    background-color: #222232;
    color: #ffffff;
    width: calc(50% - 35px);
    padding: 30px;
    min-height: 446px;
    position: relative;
    display: inline-block;
    margin-right: -3px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    padding-bottom: 90px;
}

    .tipsheet-4-content-panel:nth-child(even) {
        margin-left: 70px;
    }

.tipsheet-4-content1 {
    position: relative;
}

    .tipsheet-4-content1 i {
        position: absolute;
        top: 3px;
        font-size: 33px;
        right: 0;
    }

        .tipsheet-4-content1 i:after {
            content: '';
            width: 25px;
            height: 2px;
            background: #fff;
            position: absolute;
            top: 16.3px;
            left: -18px;
        }

    .tipsheet-4-content1 .title2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        padding-right: 30px;
        max-height: 82px;
        overflow: hidden;
    }

    .tipsheet-4-content1 .sub-para {
        margin: 0;
        padding: 0;
        font-size: 16px;
        opacity: 0.4;
        font-style: italic;
    }

.tipsheet-4-content2 {
    margin-top: 30px;
}

.tipsheet-4-content3 {
    margin-top: 30px;
}

    .tipsheet-4-content3 .sub-data {
        margin: 0;
        padding: 0;
        font-size: 14px;
        opacity: 0.7;
        max-height: 144px;
        overflow: hidden
    }

.tipsheet-4-content4 {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 80px;
    padding: 20px 30px;
}

    .tipsheet-4-content4 .left-item {
        float: left;
        width: 50%;
    }

    .tipsheet-4-content4 .right-item {
        float: right;
        width: 50%;
        text-align: right;
    }

.tipsheet-4-icons1 {
    height: 40px;
    background-position: -340px -370px;
    background-size: 460px 460px;
    width: 50px;
}

    .tipsheet-4-icons1.icon2 {
        background-position: -390px -370px;
    }

    .tipsheet-4-icons1.icon3 {
        background-position: -280px -370px;
    }

.tipsheet-4-icons2 {
    height: 40px;
    width: 50px;
    background-size: 330px 330px;
    background-position: -12px -25px;
}

    .tipsheet-4-icons2.icon2 {
        background-position: -44px -12px;
        background-size: 230px;
    }

    .tipsheet-4-icons2.icon3 {
        background-position: -89px -12px;
        background-size: 230px;
    }

    .tipsheet-4-icons2.icon4 {
        background-position: -133px -12px;
        background-size: 230px;
    }

    .tipsheet-4-icons2.icon5 {
        background-position: -177px -12px;
        background-size: 230px;
    }

.checkDesign {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .checkDesign .likeoptions {
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .checkDesign .checkImage {
        height: 40px;
        width: 50px;
        background-size: 400px;
        background-position: -80px -330px;
    }

    .checkDesign:hover .checkImage {
        /*background-position: -80px -222px;*/
    }

    .checkDesign input:checked + .checkImage {
        background-position: -80px -371px;
    }

.ranking-number-design.squre {
    border-radius: 0;
    min-width: 36px;
    min-height: 36px;
    padding: 7px 0;
    font-size: 16px;
    text-align: center;
}

    .ranking-number-design.squre span {
        font-size: 12px;
    }

.tipsheet-4-right-data {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
}

    .tipsheet-4-right-data img {
        display: block;
    }
    /*.tipsheet-4-right-data .item2 img {
    width: 100%;
}*/
    .tipsheet-4-right-data.greenClr {
        background-color: #027b5b;
    }

    .tipsheet-4-right-data.blackClr {
        background-color: #000000;
    }

    .tipsheet-4-right-data .item1 {
        padding: 20px;
    }

.tipsheet-4-right-box .head-data {
    font-size: 14px;
    color: #3e3e44;
    max-height: 50px;
    overflow: hidden;
    line-height: 17px;
    margin: 15px 0 25px 0;
}
/********************Section 4 End********************/



/********************Footer Above Start********************/
.footer-above-section {
    min-height: 349px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    text-align: center;
    color: #fff;
}

.footer-above-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 20px;
    padding-bottom: 50px;
}

    .footer-above-main .item1 {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

        .footer-above-main .item1 span {
            font-size: 36px;
        }

    .footer-above-main .item2 {
        font-size: 30px;
        margin: 0;
        padding-top: 10px;
    }

.signUpContain {
    max-width: 340px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.email-input-design {
    border: 1px solid #e57c95;
    padding: 11px 25px;
    min-width: 340px;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    outline: none !important;
}

    .email-input-design::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .email-input-design::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .email-input-design:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .email-input-design:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

.footer-above-section .tipsheet-btn1 {
    color: #b54e66;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 0;
    vertical-align: top;
}

    .footer-above-section .tipsheet-btn1:hover {
        color: #fff;
        border-color: transparent;
    }
/********************Footer Above End********************/



/********************Footer Start********************/
.tipsheet-footer {
    background: #0a1c30;
    padding: 70px 0 50px 0;
}

    .tipsheet-footer .footerUl {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        color: #aeaeae;
        font-size: 14px;
        vertical-align: top;
        width: 33.3%;
        margin-right: -5px;
    }

        .tipsheet-footer .footerUl li {
            padding-bottom: 10px;
        }

            .tipsheet-footer .footerUl li a {
                text-decoration: none;
                color: #aeaeae;
                transition: all 0.3s ease;
            }

                .tipsheet-footer .footerUl li a:hover {
                    color: #fff;
                }

        .tipsheet-footer .footerUl .footer-head {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

    .tipsheet-footer .align-footer-icons {
        display: inline-block;
        width: 100%;
        margin-bottom: -5px;
    }

    .tipsheet-footer .footer-social-icons {
        float: left;
        width: 25%;
        font-size: 20px;
    }

.footer-main {
    display: block;
    width: 100%;
    padding-bottom: 50px;
}

.footer-image,
.footer-sub-2 {
    display: inline-block;
    vertical-align: top;
}

.footer-image {
    width: 160px;
    margin-right: 120px;
}

    .footer-image img {
        display: block;
        width: 100%;
        margin-top: -6px;
    }

.footer-sub-2 {
    width: calc(100% - 280px);
    margin-left: -5px;
}

.footer-copy-right {
    color: #aeaeae;
    opacity: 0.7;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
}
/********************Footer End********************/




/********************Review Tab Start********************/
.review-tab-section {
    text-align: right;
    background-color: #d53c3f;
    position: relative;
    z-index: 15;
    height: 50px;
}

    .review-tab-section .nav-pills > li {
        display: inline-block;
        float: none;
    }

        .review-tab-section .nav-pills > li > a {
            padding: 14px 30px;
            border-radius: 0;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            text-shadow: 1px 0px 0 #fff;
        }

            .review-tab-section .nav-pills > li > a:hover {
                background: rgba(255, 255, 255, 0.3);
            }

        .review-tab-section .nav-pills > li.active > a {
            background-color: #f0f0f0;
            color: #3e3e44;
            text-shadow: 1px 0px 0 #3e3e44;
        }

    .review-tab-section .select-tipsheet {
        border: 0;
        border-radius: 0;
        margin: 0px 20px;
        height: 50px;
    }

        .review-tab-section .select-tipsheet > select {
            width: auto;
            background: #d53c3f;
            color: #fff;
        }

        .review-tab-section .select-tipsheet::after {
            color: #fff;
        }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #202123;
}

.review-tab-section.sticky .select-tipsheet > select {
    width: auto;
    background: #202123;
    color: #fff;
    text-shadow: 1px 0 0 #fff;
}

.review-2-img {
    display: block;
    margin: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.sticky + .tab-content-main {
    padding-top: 50px;
}
/********************Review Tab End********************/



/********************Review Section 2 Start********************/
.tipsheet-section-2-review .tipsheet-section-4-container {
    max-width: 1400px;
    padding: 0;
    padding-bottom: 75px;
}

.tipsheet-section-2-review .tipsheet-4-right {
    background-color: #fff;
}

.tipsheet-section-2-review .btn.tipsheet-btn1 {
    padding: 12px 30px;
}

.tipsheet-2-review-left {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    padding-bottom: 16px;
    float: left;
    margin-top: -110px;
}

.tipsheet-2-review-alignTxt {
    padding-left: 250px;
}

.tipsheet-2-review-left img {
    display: block;
    margin: auto;
    width: 80%;
}

.tipsheet-2-review-right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 16px;
}

.tipsheet-2-review-right-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
}

    .tipsheet-2-review-right-content .head {
        margin: 0;
        padding: 0;
        font-size: 36px;
        color: #3e3e44;
    }

    .tipsheet-2-review-right-content .sub-head {
        margin: 0;
        padding: 0;
        color: #3e3e44;
        font-size: 24px;
        opacity: 0.8;
    }

    .tipsheet-2-review-right-content .star-rating-design {
        margin-top: -5px;
    }

.tipsheet-2-review-right p, .tipsheet-2-review-btm p {
    color: #3e3e44;
    opacity: 0.9;
    font-size: 16px;
}

.tipsheet-2-review-right .sub-head2 {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tab-button-design1.item-img1.review-section-iconUpdate {
    background-position: -390px -409px;
    width: 52px;
    margin: auto;
}

.tab-button-design1.item-img1.review-section-iconAmt {
    background-position: -52px -409px;
    width: 50px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.tab-button-design1.item-img1.review-section-android {
    background-position: 0;
    background-size: auto;
    display: inline-block;
    vertical-align: middle;
}

.tab-button-design1.item-img1.review-section-apple {
    background-position: 0;
    background-size: auto;
    display: inline-block;
    vertical-align: middle;
}

.tab-button-design1.item-img1.review-section-like {
    background-position: -140px -570px;
    display: inline-block;
    vertical-align: middle;
    width: 57px;
}

.section-2-bottom-main-1 .title.titleAmt {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
}

    .section-2-bottom-main-1 .title.titleAmt > div {
        font-weight: 600;
    }

.section-2-bottom-main-1.alignItemsInResponsiveSec .title.titleAmt {
    color: #0000FF;
    text-decoration: underline;
    opacity: 0.8;
}

.item-table-view {
}

    .item-table-view .table-item1 {
        width: 115px;
        font-weight: 600;
        display: inline-block;
    }

.clrGreen {
    color: #3a8e50;
    font-weight: 600;
}

.clrRed {
    color: Red;
    font-weight: 600;
}

.tipsheet-section-2-review .section-2-bottom-main-1 .section-2-bottom-3 {
    min-width: 300px;
}

.alignItemsInResponsive {
    position: relative;
}

.icons-socials {
    display: inline-block;
    margin-left: 13px;
}

    .icons-socials > a {
        display: inline-block;
        text-align: center;
        color: #3f3e44;
        font-size: 23px;
        vertical-align: middle;
        padding: 0 5px;
        transition: all 0.3s ease;
    }

        .icons-socials > a:hover {
            color: #fff;
        }

    .icons-socials a i {
        width: 55px;
        height: 55px;
        padding: 15px 0;
        border: 2px solid #3f3e44;
        border-radius: 50%;
    }

    .icons-socials > a:hover i {
        background-color: #3f3e44;
    }

.tipsheet-section-2-review .slide-btn.for-web-class-1200 {
    margin-top: 80px;
}

    .tipsheet-section-2-review .slide-btn.for-web-class-1200 .btn.tipsheet-btn1 {
        margin: 0 10px;
    }

.alignItemsInResponsive4 {
    margin-top: -22px;
}
/********************Review Section 2 End********************/



/********************Review Section 3 Start********************/
.tipsheet-review-section-3 {
    position: relative;
    overflow: visible;
    background: #d53c3f;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.tipsheet-red-bg:after {
    content: '';
    background: rgba(213, 60, 63, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tipsheet-review-container {
    max-width: 1350px;
    margin: auto;
    padding: 35px 0 45px 0;
    position: relative;
    z-index: 1;
}

.tipsheet-review-container-head {
}

    .tipsheet-review-container-head .head-data {
        margin: 0;
        padding: 0;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-size: 36px;
        width: calc(100% - 90px);
    }

    .tipsheet-review-container-head .review-icons {
        width: 55px;
        height: 55px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-size: 330px;
        background-position: -12px -18px;
    }

        .tipsheet-review-container-head .review-icons.icon2 {
            background-position: -73px -18px;
        }

        .tipsheet-review-container-head .review-icons.icon3 {
            background-position: -134px -18px;
        }

        .tipsheet-review-container-head .review-icons.icon4 {
            background-position: -198px -18px;
        }

        .tipsheet-review-container-head .review-icons.icon5 {
            background-position: -263px -18px;
        }

.tipsheet-review-container-contnt {
    margin-top: 12px;
    padding-left: 80px;
}
/********************Review Section 3 End********************/



/********************Review Section 4 Start********************/
.section-4-review {
    padding: 0 50px;
}

.section-4-review-container {
    max-width: 1350px;
    margin: auto;
    position: relative;
    padding: 55px 0 45px 0;
}

    .section-4-review-container .swiper-container-horizontal {
        position: relative;
        overflow: hidden;
        max-width: 1200px;
        margin: auto;
    }

    .section-4-review-container .swiper-wrapper {
    }

.section-4-review .tipsheet-4-content-panel {
    width: 100%;
    margin: 0px;
}

    .section-4-review .tipsheet-4-content-panel:nth-child(even) {
        margin: 0px;
    }

.slide-btn {
    text-align: center;
    margin-top: 40px;
}

    .slide-btn .tipsheet-btn1 {
        color: #3f3e44;
        border-color: #3f3e44;
        background-color: transparent !important;
    }

        .slide-btn .tipsheet-btn1:hover {
            color: #fff;
            border-color: #091b2f !important;
            background-color: #091b2f !important;
            border-color: #fff;
            box-shadow:none !important;
        }

            .slide-btn .tipsheet-btn1:hover .arrow-lft, .slide-btn .tipsheet-btn1:hover .arrow-next {
                border-color: #fff;
                opacity: 1;
            }

.section-4-review-container .para-head {
    color: #3e3e44;
    font-size: 18px;
    margin: 0;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 45px;
}
/********************Review Section 4 End********************/



/********************Other Page Start********************/
.tipsheet-section-2-review.other-page-design {
    padding-top: 40px;
    padding-bottom: 20px;
}

.other-page-design .tipsheet-section-4-container {
    padding: 0;
}

    .other-page-design .tipsheet-section-4-container .tipsheet-4-content {
        margin: 0;
    }

        .other-page-design .tipsheet-section-4-container .tipsheet-4-content .head {
            margin: 0;
            padding: 10px 0;
        }
/********************Other Page End********************/





/********************Media Query Start********************/
.for-web-class {
    display: block;
}

.for-web-class-768 {
    display: block;
}

.for-web-class-inline {
    display: inline-block;
}

.for-web-class-1200 {
    display: block;
}

.for-mobile-class {
    display: none;
}

.for-mobile-class-768 {
    display: none;
}

.for-mobile-class-1200 {
    display: none;
}

.for-mobile-class-inline {
    display: none;
}
/*******min-width*******/
@media (min-width: 1200px) {
    .container.mycontainer {
        width: 1180px;
    }
}

@media (min-width: 1300px) {
    .container.mycontainer {
        width: 1260px;
    }
}

@media (min-width: 1550px) {
    .container.mycontainer {
        width: 1500px;
    }
}
/*******min-width*******/


/*******max-width*******/
@media(max-width: 1550px) {
    .tipsheet-section-2-review {
        max-width: 1300px;
        margin: auto;
        padding: 0;
    }

    .alignItemsInResponsive .margin-left-50 {
        margin-left: 30px;
    }

    .tipsheet-section-2-review .section-2-bottom-main-1 .section-2-bottom-3 {
        min-width: 250px;
    }

    .alignItemsInResponsiveSec .margin-left-50 {
        margin-left: 6px;
    }

    .alignItemsInResponsiveSec .margin-left-30 {
        margin-left: 10px;
    }
}

@media(max-width: 1480px) {
    .section-2-tab-content {
        padding-right: 80px;
    }
}

@media(max-width: 1400px) {
    .section-1-data {
        padding-left: 80px;
        padding-right: 180px;
    }

        .section-1-data .head {
            font-size: 42px;
        }

    .tipsheet-tab-img2 {
        left: -45%;
    }

    .tipsheet-section-2 .nav-pills > li > a {
        padding-right: 100px;
    }

    .tipsheet-review-section-3 {
        padding: 0 30px;
    }
}

@media(max-width: 1350px) {
    .tipsheet-section-2-review {
        padding: 0 20px;
    }
}

@media(max-width: 1300px) {
    .tipsheet-section-2 .nav-pills > li > a {
        padding-right: 85px;
    }

    .alignItemsInResponsive .margin-left-50 {
        margin-left: 16px;
    }

    .tipsheet-section-2-review .section-2-bottom-main-1 .section-2-bottom-3 {
        min-width: 200px;
    }

    .alignItemsInResponsiveSec .margin-left-50 {
        margin-left: 0px;
    }
}

@media(max-width: 1240px) {
    .tipsheet-section-4-container {
        padding: 60px 20px;
    }
}

@media(max-width: 1200px) {
    .section-1-data {
        padding-top: 210px;
    }

    .tipsheet-header .collapse.navbar-collapse {
        padding-left: 0px;
    }

    .tipsheet-header .navbar-inverse .navbar-nav > li {
        margin-bottom: 16px;
    }

    .tipsheet-4-content-left {
        float: none;
        width: 100%;
    }

    .tipsheet-4-content-right {
        float: none;
        margin: auto;
        margin-top: 30px;
    }

        .tipsheet-4-content-right .tipsheet-4-right {
            margin: 0 30px;
            box-shadow: -3px 2px 3px rgba(0, 0, 0, 0.1);
        }

    .featured-section-main-container {
        padding-top: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-above-section {
        background-position: right;
    }

    .tipsheet-sub-img {
        bottom: 0;
        background-position: right;
        min-height: 400px;
    }

    .tipsheet-section-2 .alignItemCenter {
        position: relative;
    }

        .tipsheet-section-2 .alignItemCenter .alignItemCenterSub {
            margin: auto;
        }

    .tipsheet-section-2 .nav.nav-pills li {
        display: inline-block;
        vertical-align: top;
    }

    .section-2-tab-content {
        max-width: 100%;
        padding-top: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .tipsheet-tab-img2 {
        display: none;
    }

    .tipsheet-section-2 .nav-pills > li > a {
        border-radius: 0px 0px 10px 10px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        padding-bottom: 80px;
        padding-top: 50px;
    }

    .tipsheet-section-2 .nav.nav-pills li.active:before {
        content: "";
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 40px;
        text-align: center;
        width: 2px;
        height: 15px;
        margin: auto;
    }

    .tipsheet-section-2 .nav.nav-pills li.active:after {
        content: "\f107";
        top: auto;
        left: 0;
        right: 0;
        bottom: 30px;
        text-align: center;
    }

    .featured-section-bottom .ranking-number-design {
        margin-left: 15px;
    }

    .swiper-button-next.right, .swiper-button-prev.left {
        display: none;
    }

    .for-web-class-1200 {
        display: none;
    }

    .for-mobile-class-1200 {
        display: block;
    }

    .alignItemsInResponsive {
        padding-top: 60px;
        margin-top: 20px;
        padding-bottom: 80px;
        text-align: center;
    }

        .alignItemsInResponsive .alignItemsInResponsive3 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0;
        }

            .alignItemsInResponsive .alignItemsInResponsive3 .title {
                display: none;
            }

        .alignItemsInResponsive .alignItemsInResponsive4 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
        }

    .alignItemsInResponsiveSec {
        text-align: center;
    }

    .tipsheet-header .navbar-brand > img {
        margin-top: -35px;
        width: 150px;
    }

    .tipsheet-header .container.mycontainer {
        min-width: 100%;
    }

    .tipsheet-header .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-1-data .head {
        font-size: 34px;
    }

    .tipsheet-section-2 .tab-button-design1 {
        width: 60px;
        height: 60px;
        background-position: -10px -20px;
        background-size: 360px;
    }

        .tipsheet-section-2 .tab-button-design1.icon2 {
            background-position: -78px -20px;
        }

        .tipsheet-section-2 .tab-button-design1.icon3 {
            background-position: -147px -20px;
        }

        .tipsheet-section-2 .tab-button-design1.icon4 {
            background-position: -216px -20px;
        }

        .tipsheet-section-2 .tab-button-design1.icon5 {
            background-position: -286px -20px;
        }

    .tipsheet-section-2 .nav.nav-pills li .itemTxt {
        display: block;
        min-height: 40px;
        margin: 0 10px;
    }

    .tab-button-design1.item-img1 {
        display: block;
        background-position: -470px -409px;
        background-size: 630px 630px;
        width: 45px;
        height: 50px;
    }

    .search-section-web {
        padding: 0;
        margin-right: 10px;
    }

    .tipsheet-header .navbar-inverse .navbar-nav > li > a.tipsheet-btn1 {
        padding: 12px 32px !important;
        margin: 0;
        margin-right: 5px;
    }

    .tipsheet-section-3 .tipsheet-tab-img {
        width: 100%;
    }

    .section-2-bottom-main-3 {
        width: calc(100% - -60px);
        margin-left: -30px;
        margin-right: -30px;
    }

    .tipsheet-section-2 .slider-design {
        overflow: hidden;
    }
}

@media(max-width: 992px) {
    .for-web-class {
        display: none;
    }

    .for-web-class-inline {
        display: none;
    }

    .section-2-bottom-main-2 {
        text-align: center;
    }

    .for-mobile-class {
        display: block;
    }

    .for-mobile-class-inline {
        display: inline-block;
    }

    .footer-image,
    .footer-sub-2 {
        margin: 0 auto;
        display: block;
    }

    .footer-sub-2 {
        width: 100%;
        margin-top: 50px;
    }

    .tipsheet-4-content-panel {
        width: 100%;
        box-shadow: -3px 3px 1px rgba(0, 0, 0, 0.2);
    }

        .tipsheet-4-content-panel:nth-child(even) {
            margin-left: 0px;
        }

    .featured-section {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        box-shadow: -3px 3px 1px rgba(0, 0, 0, 0.2);
    }

        .featured-section:last-child {
            margin-bottom: 0;
        }

    .tipsheet-section-4-container {
        padding-top: 0;
    }

    .tipsheet-section-4-top {
        margin-left: -20px;
        margin-right: -20px;
        background: #ededed;
        padding: 20px 20px 15px 20px;
    }

        .tipsheet-section-4-top .select-tipsheet select {
            padding-right: 30px;
            font-weight: 600;
            padding-left: 0;
        }

        .tipsheet-section-4-top .select-tipsheet {
            border: 0;
            min-width: auto;
        }

    .pagination-design {
        text-align: center;
    }

    .tipsheet-section-3 .nav-pills > li a .itemTxt {
        display: none;
    }

    .tipsheet-section-3 .nav-pills > li a {
        padding: 35px 4px 10px 4px;
    }

    .tipsheet-section-3 .nav-pills > li + li {
        margin-left: 0;
    }

    .tipsheet-sub-img2 {
        min-width: 800px;
    }

    .tipsheet-tab-img {
        background-position: left;
    }

    .tipsheet-section-3 .tipsheet-tab-img {
        background-position: right;
    }

    .section-2-bottom-main-1 .section-2-bottom-3 {
        margin-left: 0;
        width: 100%;
    }

    .tipsheet-review-container-item {
        display: block;
        margin: 0 auto;
        margin-top: 8px;
    }

    .tipsheet-review-container-contnt {
        padding: 0 10px;
    }

    .tipsheet-review-container-head {
        padding: 0 30px;
    }

    .tipsheet-review-section-3 {
        padding: 0;
    }

    .modal-dialog {
        width: 100%;
        max-width: 500px;
        margin: 0;
        padding: 10px;
    }

    .subscribeModal .modal-lg .bottom-strip {
        margin-left: 187px;
    }

    .subscribeModal .modal-lg .top-strip {
        margin-right: 187px;
    }

    .form-alignment-modal {
        position: relative;
        z-index: 11;
    }
}

/*navbr 992px menu*/
@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .tipsheet-header .navbar-toggle {
        position: relative;
        z-index: 111;
        background-color: transparent !important;
        border: 0 !important;
        transition: all 0.3s ease;
    }

        .tipsheet-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
            visibility: hidden;
            transition: none;
        }

        .tipsheet-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
            transform: translate3d(0px, 9px, 0px) rotate(45deg);
        }

        .tipsheet-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
            transform: translate3d(0px, -10px, 0px) rotate(-45deg);
        }

    .tipsheet-header .navbar-collapse {
        padding-left: 30px;
        position: fixed;
        top: 0;
        left: 125%;
        right: 0;
        bottom: 0;
        background: #202123;
        padding-top: 0px;
        height: auto !important;
        display: block;
        transition: left .4s ease;
    }

    .tipsheet-header .nav.navbar-nav {
        margin: 0;
        float: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(50% - 150px);
    }

        .tipsheet-header .nav.navbar-nav li {
            text-align: center;
            float: none;
        }

            .tipsheet-header .nav.navbar-nav li.for-web-class {
                display: none;
            }

    .tipsheet-header .collapse.navbar-collapse.in {
        left: calc(100% - 255px);
        padding-right: 0;
        width: 50%;
        max-width: 270px;
        min-width: 270px;
        z-index: 11;
    }

    .tipsheet-header .navbar-inverse .navbar-nav > li > a.tipsheet-btn1,
    .tipsheet-header .navbar-inverse .navbar-nav > li > a.tipsheet-btn2 {
        width: 150px;
        margin: auto;
        margin-top: 40px;
    }

    .search-mobile {
        display: block;
        z-index: 1;
    }
}
/*navbr 992px menu*/
@media(max-width: 768px) {
    .for-web-class-768 {
        display: none;
    }

    .for-mobile-class-768 {
        display: block;
    }

    .tipsheet-sub-img2 {
        min-width: 100%;
        width: 100%;
        bottom: -100px;
    }

    .section-1-data .head {
        font-size: 36px;
    }

    .section-1-data {
        padding-bottom: 240px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .email-input-design {
        display: block;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .tipsheet-sub-img {
        min-height: 300px;
    }

    .tipsheet-header .collapse.navbar-collapse {
        padding-left: 0px;
    }

    .tipsheet-section-2 .nav.nav-pills li .itemTxt {
        display: none;
    }

    .tipsheet-section-2 .nav-pills > li > a {
        padding-right: 16px;
        padding-left: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .slider-design {
        width: auto;
    }

    .tipsheet-section-1 .tipsheet-btn1 {
        margin-top: 25px;
    }

    .align-top-right:after {
        background-image: url(../Images/left-patch-mobile.png);
    }

    .align-top-right > div {
        padding: 10PX;
    }

    .tipsheet-section-3 .tipsheet-tab-img {
        width: 100%;
    }

    .tipsheet-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .tipsheet-header .navbar-brand > img {
            margin-top: -25px;
            width: 100px;
        }

    .section-4-review {
        padding: 0 5px;
    }

    .tipsheet-2-review-left {
        display: block;
        width: 100%;
        margin: 0;
    }

    .tipsheet-2-review-right {
        display: block;
        width: 100%;
        padding: 0;
    }

    .tipsheet-2-review-left img {
        width: auto;
        margin: 20px auto;
        max-width: 100%;
    }

    .tipsheet-review-container-head {
        padding: 0;
    }

    .section-4-review-container .para-head {
        padding-left: 30px;
        padding-right: 20px;
    }

    .tipsheet-section-2-review .btn.tipsheet-btn1 {
        display: block;
        margin: auto;
        margin-bottom: 20px;
        width: 200px;
    }
    .tipsheet-section-2-review a.btn.tipsheet-btn1{
        padding:12px 5px !important;
    }

    .alignItemsInResponsiveSec4 {
        display: block;
        margin-top: 16px;
    }

    .tipsheet-review-section-3 .tipsheet-review-container-head {
        padding: 0 20px;
    }

    .align-top-right {
        width: 100%;
        height: 125px;
    }

    .featured-section-1 .featured-section-1-img {
        margin-left: -32px;
        position: relative;
        z-index: 111;
    }

    .search-mobile {
        right: 60px;
    }

    .featured-section-main-container {
        padding-bottom: 170px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 100px;
    }

    .featured-section-1 .featured-section-1-content {
        width: calc(100% - 68px);
    }
}

@media(max-width: 600px) {
    .footer-sub-2 .footerUl {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

        .footer-sub-2 .footerUl:last-child {
            margin-bottom: 0px;
        }

    .tipsheet-footer .align-footer-icons {
        margin-top: 20px;
        width: 200px;
    }

    .tipsheet-footer .footer-social-icons {
        float: left;
        width: 33.3%;
        font-size: 20px;
    }

    .tipsheet-section-2 .alignItemCenter .tab-button-design1 {
        width: 40px;
        height: 40px;
        background-position: -10px -16px;
        background-size: 260px;
    }

        .tipsheet-section-2 .alignItemCenter .tab-button-design1.icon1 {
            width: 60px;
            background-size: 340px;
            background-position: -9px -27px;
        }

        .tipsheet-section-2 .alignItemCenter .tab-button-design1.icon2 {
            background-position: -40px -7px;
            background-size: 200px;
        }

        .tipsheet-section-2 .alignItemCenter .tab-button-design1.icon3 {
            background-position: -77px -7px;
            background-size: 200px;
        }

        .tipsheet-section-2 .alignItemCenter .tab-button-design1.icon4 {
            background-position: -117px -7px;
            background-size: 200px;
        }

        .tipsheet-section-2 .alignItemCenter .tab-button-design1.icon5 {
            background-position: -155px -7px;
            background-size: 200px;
        }

    .tipsheet-section-2 .nav-pills > li > a {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .tipsheet-section-2 .nav.nav-pills li.active:before {
        bottom: 20px;
    }

    .tipsheet-section-2 .nav.nav-pills li.active:after {
        bottom: 10px;
    }

    .section-1-data {
        padding-top: 145px;
    }

    .tab-button-design2 {
        width: 60px;
        height: 60px;
        background-position: -32px -235px;
        background-size: 550px;
    }

        .tab-button-design2.icon2 {
            background-position: -104px -240px;
        }

        .tab-button-design2.icon3 {
            background-position: -166px -240px;
        }

        .tab-button-design2.icon4 {
            background-position: -227px -240px;
        }

        .tab-button-design2.icon5 {
            background-position: -285px -240px;
        }

    .tipsheet-section-3 .nav.nav-pills li.active:after {
        top: 4px;
    }

    .tipsheet-section-3 .nav.nav-pills li.active:before {
        top: 14px;
    }

    .section-2-tab-content {
        padding-top: 30px;
    }
}

@media(max-width: 500px) {
    .tipsheet-section-4-top .select-tipsheet {
        width: 33.3%;
        margin: 0;
        margin-right: -3px;
    }

    .tipsheet-4-content-right {
        width: 100%;
    }

    .tipsheet-4-right-data .item2 img {
        width: 100%;
    }

    .tipsheet-4-content-right .tipsheet-4-right {
        margin: 0;
        background-color: #FFF;
    }

    .featured-section-bottom > button, .featured-section-bottom > a.tipsheet-btn1 {
        margin-left: 0px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .featured-section-bottom .ranking-number-design {
        margin-left: 0px;
    }

    .pagination-design .pagination > li.for-web-class {
        display: none;
    }

    .email-input-design {
        padding: 11px 25px;
    }

    .tipsheet-review-container-item {
        width: 100%;
    }

    .tipsheet-review-section-3 {
        background-size: contain;
        background-position: bottom right;
    }

    .star-rating-design .rating > label:before {
        margin: 2px;
    }

    .tipsheet-section-2 .alignItemCenter .alignItemCenterSub {
        width: 100%;
        padding: 0 10px;
    }

    .tipsheet-section-2 .nav.nav-pills li {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-right: -5px;
    }

    .tipsheet-section-2 .nav-pills > li > a {
        padding-right: 0;
        padding-left: 0;
    }

    .tipsheet-section-3 .alignItemCenter .alignItemCenterSub {
        width: 100%;
        padding: 0 10px;
    }

        .tipsheet-section-3 .alignItemCenter .alignItemCenterSub .nav.nav-pills li {
            display: inline-block;
            vertical-align: top;
            width: 20%;
            margin-right: -5px;
            float: none;
        }

    .tipsheet-section-3 .nav-pills > li a {
        padding: 40px 0px 25px;
    }

    .pagination-design.margin-top-60 {
        margin-top: 20px;
    }

    .tipsheet-section-2-review .section-2-bottom-main-1 .alignItemsInResponsive1 {
        width: 18%;
        margin: 0;
    }

        .tipsheet-section-2-review .section-2-bottom-main-1 .alignItemsInResponsive1 .title {
            text-align: left;
            padding-left: 10px;
        }

    .tipsheet-section-2-review .section-2-bottom-main-1 .alignItemsInResponsive2 {
        width: 45%;
        margin: 0;
    }

    .tipsheet-section-2-review .section-2-bottom-main-1 .alignItemsInResponsive5 {
        width: 33.3%;
        margin: 0;
    }

    .section-2-bottom-main-1.alignItemsInResponsiveSec {
        position: relative;
        padding-bottom: 80px;
    }

        .section-2-bottom-main-1.alignItemsInResponsiveSec .alignItemsInResponsiveSec1 {
            width: 50%;
            margin-right: -5px;
        }

        .section-2-bottom-main-1.alignItemsInResponsiveSec .alignItemsInResponsiveSec2 {
            width: 50%;
        }

        .section-2-bottom-main-1.alignItemsInResponsiveSec .alignItemsInResponsiveSec3 {
            width: 43%;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .section-2-bottom-main-1.alignItemsInResponsiveSec .alignItemsInResponsiveSec4 {
            width: 65%;
            position: absolute;
            right: 0;
            margin: 0;
            bottom: 0;
        }

    .icons-socials a i {
        width: 45px;
        height: 45px;
        padding: 10px 0;
    }

    .tab-button-design1.item-img1.review-section-like {
        background-position: -112px -466px;
        width: 45px;
        background-size: 500px;
        height: 45px;
    }
    /*.alignItemsInResponsive .alignItemsInResponsive4{
        text-align: left;
    }
    .alignItemsInResponsive .alignItemsInResponsive4 .titleAmt{
        padding-left: 16%;
    }*/
    .tipsheet-section-4-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tipsheet-section-4-top {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tipsheet-sub-img2 {
        margin: 0;
        background-position: -120px 0;
    }

    .select-tipsheet select {
        font-size: 15px;
    }

    .progress-bar .titleProgress {
        margin-top: 0px;
    }

    .tipsheet-section-4-top {
        padding: 13px 20px 3px 20px;
    }

    .alignItemsInResponsive2 .title {
        padding-top: 7px;
    }

    .subscribeModal .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*.subscribeModal .modal-lg .top-strip{
        display: none;
    }*/
    .footer-above-section .tipsheet-btn1 {
        padding-top: 12px;
        padding-bottom: 10px;
    }



    .section-2-bottom-main-1.alignItemsInResponsiveSec .alignItemsInResponsiveSec2 + .alignItemsInResponsiveSec4 {
        width: 100%;
    }
}

@media(max-width: 460px) {
    .featured-section-1 .featured-title {
        font-size: 30px;
    }

    .select-tipsheet select {
        font-size: 14px;
    }
}

@media(max-width: 420px) {
    .icons-socials > a {
        padding: 0 2px;
    }

    .section-2-bottom-main-1.alignItemsInResponsiveSec .title.titleAmt {
        padding-left: 10px;
    }

    .featured-section-1 .featured-title {
        font-size: 26px;
    }

    .select-tipsheet select {
        font-size: 13px;
    }

    .subscribeModal .tipsheet-btn1 {
        padding: 10px 20px;
    }
}

@media(max-width: 380px) {
    .alignItemsInResponsive2 .title {
        padding-top: 10px;
    }

    .featured-section .featured-icon-1 {
        background-position: -472px -458px;
        background-size: 550px;
        width: 45px;
        height: 45px;
    }

    .featured-section .featured-icon-2 {
        background-position: -407px -458px;
        background-size: 550px;
        width: 45px;
        height: 45px;
    }

    .ranking-number-design {
        font-size: 22px;
        padding: 7px 8px;
        min-width: 45px;
        min-height: 45px;
    }

        .ranking-number-design span {
            font-size: 14px;
        }

    .featured-section-bottom > button, .featured-section-bottom > a.tipsheet-btn1 {
        margin: 0;
        font-size: 12px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .featured-section-1 .featured-title {
        font-size: 22px;
    }

    .select-tipsheet select {
        font-size: 12px;
    }

    .subscribeModal .tipsheet-btn1 {
        padding: 10px 12px;
    }
}

@media(max-width: 340px) {
    .section-2-bottom-main-1.alignItemsInResponsiveSec .title.titleAmt {
        font-size: 12px;
    }

    .alignItemsInResponsive .alignItemsInResponsive4 .titleAmt {
        padding-left: 11%;
    }
}
/*******max-width*******/



/*******max-width and min-width*******/
@media (max-width:1350px) and (min-width:1200px) {
    .tab-button-design1.item-img1.review-section-android, .tab-button-design1.item-img1.review-section-apple {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .tab-button-design1.item-img1.review-section-like {
        width: 40px;
        height: 40px;
        background-size: 400px;
        background-position: -87px -370px;
    }

    .icons-socials a i {
        width: 38px;
        height: 38px;
        font-size: 18px;
        padding: 9px 0;
    }

    .icons-socials {
        display: inline-block;
        margin-left: 3px;
    }

        .icons-socials > a {
            padding: 0 2px;
        }
}
/*******max-width and min-width*******/

/********************Media Query End********************/


@media (max-width:1450px) and (min-width:1200px) {
    .tipsheet-header .navbar-brand > img {
        width: 150px;
    }

    .tipsheet-section-2-review.other-page-design {
        padding-top: 20px;
    }

    .section-1-data .head {
        font-size: 38px;
    }

    .btn.tipsheet-btn1 {
        font-size: 12px;
    }

    .section-1-data .para {
        font-size: 15px;
    }

    .tipsheet-section-2 .tab-button-design1 {
        width: 60px;
        height: 60px;
        background-size: 350px;
    }

        .tipsheet-section-2 .tab-button-design1.icon2 {
            background-position: -77px -20px;
        }

        .tipsheet-section-2 .tab-button-design1.icon3 {
            background-position: -142px -20px;
        }

        .tipsheet-section-2 .tab-button-design1.icon4 {
            background-position: -210px -20px;
        }

        .tipsheet-section-2 .tab-button-design1.icon5 {
            background-position: -278px -20px;
        }

    .tab-button-design1.item-img1 {
        display: block;
        background-position: -470px -409px;
        background-size: 630px 630px;
        width: 45px;
        height: 50px;
    }

    .tipsheet-tab-img2 {
        background-size: 65%;
    }

    .section-2-tab-content .head {
        font-size: 30px;
    }

    .section-2-tab-content .sub-head {
        font-size: 20px;
    }

    .section-2-tab-content .para {
        font-size: 14px;
    }

    .tipsheet-section-2 .nav.nav-pills li .itemTxt {
        width: 80px;
        font-size: 12px;
    }

    .align-top-right > div {
        font-size: 14px;
    }

    .featured-section-1 .featured-title {
        font-size: 30px;
    }

    .featured-section-1 .featured-sub-1 {
        font-size: 20px;
    }

    .featured-section-2 .featured-sub-2 {
        font-size: 14px;
    }

    .ranking-number-design {
        font-size: 20px;
        font-weight: 600;
        padding: 8px 10px;
        min-width: 40px;
        min-height: 40px;
    }

        .ranking-number-design span {
            font-size: 14px;
        }

    .featured-section .featured-icon-1 {
        background-position: -478px -465px;
        background-size: 560px;
        width: 50px;
        height: 50px;
    }

    .featured-section .featured-icon-2 {
        background-position: -430px -480px;
        background-size: 580px;
        width: 50px;
        height: 50px;
    }

    .featured-section .featured-icon-3 {
        background-position: -346px -466px;
        background-size: 560px;
        width: 50px;
        height: 50px;
    }

    .tab-button-design2 {
        width: 60px;
        height: 60px;
        background-position: -34px -257px;
        background-size: 580px;
    }

        .tab-button-design2.icon2 {
            background-position: -112px -257px;
        }

        .tab-button-design2.icon3 {
            background-position: -178px -257px;
        }

        .tab-button-design2.icon4 {
            background-position: -241px -257px;
        }

        .tab-button-design2.icon5 {
            background-position: -303px -257px;
        }

    .tipsheet-4-content1 .title2 {
        font-size: 26px;
    }

    .tipsheet-4-content1 .sub-para {
        font-size: 14px;
    }

    .alignItemsInResponsive2 .title {
        padding-top: 10px;
    }
}

@-moz-document url-prefix() {
    .tipsheet-4-right {
        padding: 19px 30px;
    }
}

/*Arpitha CSS*/

.optimages {
    min-height: 40%;
    min-width: 20%;
    max-width: 40%;
    max-height: 20%;
    border-radius: 6px;
}

.optimages1 {
    min-height: 40%;
    min-width: 20%;
    max-width: 40%;
    max-height: 20%;
    position: relative;
    left: -4%;
    border-radius: 6px;
}

.optimages2 {
    min-height: 40%;
    min-width: 20%;
    max-width: 40%;
    max-height: 20%;
    position: relative;
    left: -8%;
    border-radius: 6px;
}

.optimages1 {
    min-height: 40%;
    min-width: 20%;
    max-width: 40%;
    max-height: 20%;
    position: relative;
    left: -4%;
    border-radius: 6px;
}

.optimages2 {
    min-height: 40%;
    min-width: 20%;
    max-width: 40%;
    max-height: 20%;
    position: relative;
    left: -8%;
    border-radius: 6px;
}

.threeimage {
    min-height: 40%;
    min-width: 100%;
    max-width: 40%;
    max-height: 20%;
    border-radius: 6px;
}

.alignSuccessMain {
    padding: 50px 0;
}

.alignSuccessItem {
    display: block;
    width: 150px;
    margin: 0px auto;
}

.alignSuccessItemTxt {
    margin: 0;
    font-size: 23px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.phoneimage {
    margin-left: -10px;
}

.noReview {
    padding-top: 150px;
    line-height: 1.4
}

.ReviewNodata {
    padding-top: 195px;
}

.arrowtag1 {
    cursor: pointer;
    color: white;
}

    .arrowtag1:hover {
        color: white;
    }

.iconAlignPlus {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.iconAlignMinus {
    position: absolute;
    top: -12px;
    right: 0;
    padding: 30px;
    cursor: pointer;
}

.review-imgsMain {
    display: table;
    margin: 20px 129px;
}

    .review-imgsMain img.review-imgs {
        display: block;
        float: left;
        margin-left: 3px;
        margin-right: -50px;
        width: 230px;
    }

@media(max-width:600px) {
    .review-imgsMain img.review-imgs {
        width: 150px;
    }
}

.imagebanner {
    cursor: pointer;
}

.websiteicon {
    padding-left: 36%;
}

.Searchtextbox {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 45px;
    line-height: 2.8;
    background-color: transparent;
    overflow: hidden;
    border-radius: 6px;
    border: 1.5px solid #93939e;
}
.Successmessage1 {
    color: black !important;
    font-weight: 600;
    font-size: 25px;
    z-index: 111;
    position: relative;
    width: 98%;
    margin: 0 auto;
    padding-top: 114px;
    margin-left: 170px;
}
.titlesearch {
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-color: #efefef;
    background-image: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 16px 1px 14px;
    color: #222232;
    font-size: 16px;
    font-weight: 600;
}


.Searchtextbox .searchtit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    font-style: normal;
    background-position: -165px -294px;
    background-repeat: no-repeat;
    top: 8px;
    z-index: 111;
    background-size: 450px 450px;
    right: 7px;
    cursor: pointer
}

.mainheading {
    color: #FFCF01;
}

.section-2-bottom-main-2 .btn {
    color: #fff !important;
    border-color: #091b2f !important;
    background-color: #091b2f !important;
}

.Browsedata {
    text-align: left;
    color: red;
    font-size: 38px;
    margin-bottom: 20px;
}

@media(max-width:550px) {
    .Searchtextbox {
        max-width: none;
        margin: 0;
    }

    .Successmessage1 {
        color: black !important;
        font-weight: 600;
        font-size: 25px;
        z-index: 111;
        position: relative;
        width: 98%;
        margin: 0 auto;
        text-align: center;
        padding-top: 0px;
    }
}

@media (max-width: 1200px){
    .Successmessage1 {
        color: black !important;
        font-weight: 600;
        font-size: 25px;
        z-index: 111;
        position: relative;
        width: 98%;
        margin: 0 auto;
        text-align: center;
        padding-top: 0px;
    }
}

@media (max-width: 420px){
    .section-2-bottom-main-1.alignItemsInResponsiveSec .title.titleAmt {
        padding-left: 7px;
    }
}


.featured-section-2 .featured-sub-2 a {
    background: none !important;
    color: #FFCF01 !important;
}


.summrytext a {
    background: none !important;
    color: #0000FF !important;
}
.tab-button-design1.item-img9 {
    background-size: 630px 630px;
}

.para a {
    background: none !important;
    color: #0000FF !important;
}

.tipsheet-2-review-right .short {
    color: #3e3e44;
    opacity: 0.9;
    font-size: 16px;
}

    .tipsheet-2-review-right .short a {
        background: none !important;
        color: #0000FF !important;
    }

.tipsheet-2-review-btm .summrytext {
    color: #3e3e44;
    opacity: 0.9;
    font-size: 16px;
}

.HandiSection {
    padding-top: 124px;
    line-height: 1.7;
    padding-left: 11px;
    font-size:33px;
}

.HandiSection a {
    color: #FFCF01 !important;
  }
@media(max-width:400px){
    .HandiSection {
        padding-top: 50px;
        line-height: 1.6;
    }
}

.swiper-wrapper a {
    text-decoration: none !important;
}

a.button {
    text-decoration: none;
    color: initial;
}