@media (min-width: 1200px) {
    /*.container {
        width: 1200px;
    }*/
}

@media (min-width: 1300px) {
    .container-1300 {
        width: 1310px;
    }
}

.body-div {
    overflow: hidden;
}

.top-gap {
    height: 123px;
}

a {
    color: #005387;
}

main {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

body {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #58595b;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=35);
    opacity: .35;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo Sans', sans-serif;
    color: #303236;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-t-0 {
    padding-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.swiper-button-next, .swiper-button-prev {
    outline: none
}

p {
    margin-bottom: 20px;
}

    p:last-child {
        margin-bottom: 0 !important
    }

.btn {
    box-shadow: none !important;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
}

.btn-blue-border {
    border: 2px solid #005387 !important;
    color: #005387 !important;
    font-weight: 700;
    background-color: #FFF !important;
}

.btn-blue-border:focus, .btn-blue-border:hover {
    border-color: #f15a29 !important;
    color: #f15a29 !important
}

.btn-orange {
    background-color: #f15a29 !important;
    color: #fff !important
}

.btn-white {
    background-color: #ffffff !important;
    color: #f15a29 !important
}

.btn-orange-border {
    border: 2px solid #f15a29 !important;
    color: #f15a29 !important;
    background-color: transparent;
}

    .btn-orange-border:hover {
        color: #fff !important;
        background-color: #f15a29;
    }

.btn-blue {
    background-color: #005387 !important;
    color: #fff !important
}

.form-style .form-group .with-right-btn .aspNetDisabled {
    background: #8dafc3 !important;
    color: #d2e9f7 !important
}

.row .col-sm-4 .disabled {
    color: #c7c4c4 !important;
}

.row .col-sm-4 .custom-radio .disabled {
    /*background-color: #dedede !important;*/
    border:0px !important;
}
.heading-blue {
    background-color: #336699 !important;
    color: #fff !important
}

.heading-green {
    background-color: #669900 !important;
    color: #fff !important
}

.heading-red {
    background-color: #cc0000 !important;
    color: #fff !important
}

.text-green {
    color: #669900 !important
}

.text-red {
    color: #cc0000 !important
}

.main-header {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /*z-index: 9999;*/
    background-color: #fff;
    /* -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
     transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    */
}
    /*.main-header.affix{
     position: fixed;
     z-index: 99999;
     -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
*/
    .main-header .top-div {
        background: #005387;
    }

        .main-header .top-div .left-div {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .main-header .top-div .logo {
            padding-right: 15px;
            width: 30%;
        }

        .main-header .top-div .search-div {
            width: 70%;
        }
.search-backdrop-for-mob {
    display: none;
}
.search-div {
    position: relative;
}

    .search-div .btn {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-color: transparent;
    }

    .search-div .form-control {
        padding-left: 35px;
        height: 40px;
    }

.main-header .right-div {
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header .right-div .dropdown #cDropdown {
        display: block;
        line-height: 70px;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
    }

.radio-btn-group .checkmark tr td label {
    margin-bottom: 0px;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 10px;
    font-weight: normal !important;
}

.radio-btn-group .checkmark tr td input {
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #bcbec0;
}

.main-header .right-div .dropdown > .dropdown-menu {
    min-width: 185px;
    padding: 0;
    margin: -12px 0 0 0;
    border-color: #bcbec0;
    border-top: 2px solid #f15a29;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .main-header .right-div .dropdown > .dropdown-menu li a {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        border-bottom: 1px solid #ebebec;
    }

.main-header .right-div .dropdown .dropdown-menu > li > a:focus, .main-header .right-div .dropdown .dropdown-menu > li > a:hover {
    background-color: #f3f3f3;
    color: #f15a29;
}

.main-header .right-div .icon, .main-header .right-div .fa {
    color: #f6b11a;
    padding-right: 5px;
    font-size: 15px;
}

.main-header .right-div .fa-phone {
    top: 2px;
    position: relative;
}

.main-header .right-div .dropdown {
    height: 70px;
    border-right: 1px solid #6698b7;
    padding-right: 25px;
    padding-left: 25px;
}

.main-header .email-phone {
    padding-left: 10px;
}

    .main-header .email-phone a {
        font-family: 'Museo Sans', sans-serif;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        display: inline-block;
        padding-left: 15px;
    }

.main-header .right-div .dropdown .caret {
    margin-left: 15px;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    top: -2px;
}

.navbar-main {
    margin: 0;
    margin-left: -20px;
    padding: 0
}

    .navbar-main .navbar-brand {
        display: none;
    }

    .navbar-main .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-main .navbar-nav > li > a {
        font-size: 15px;
        color: #58595b;
        padding: 15px 20px;
        font-weight: 500;
    }

    .navbar-main .navbar-nav > li.offers a {
        font-weight: 700;
        color: #005387;
        text-decoration: underline;
    }

    .navbar-main .nav > li > a:focus, .navbar-main .nav > li > a:hover, .navbar-main .nav .open > a, .navbar-main .nav .open > a:focus, .navbar-main .nav .open > a:hover {
        background-color: transparent;
        color: #f15a29;
    }

    .navbar-main .navbar-nav > li > .dropdown-menu {
        min-width: 235px;
        padding: 0;
        margin: -5px 0 0 0;
        border-color: #bcbec0;
        border-top: 2px solid #f15a29;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .navbar-main .navbar-nav > li > .dropdown-menu li a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            border-bottom: 1px solid #ebebec;
        }

    .navbar-main .dropdown-menu > li > a:focus, .navbar-main .dropdown-menu > li > a:hover {
        background-color: #f3f3f3;
        color: #f15a29;
    }

.main-header .bottom-div .right-btns {
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
}

    .main-header .bottom-div .right-btns .btn {
        font-size: 15px;
        font-weight: 700;
        color: #005387;
        height: 30px;
        padding: 3px 20px;
    }
        .main-header .bottom-div .right-btns .btn:focus,
        .main-header .bottom-div .right-btns .btn:hover {
            color: #f15a29;
        }

.main-header .cart-div {
    font-size: 30px;
    color: #005387;
    position: relative;
    margin-left: 30px;
    margin-right: 10px;
}

    .main-header .cart-div .count {
        font-size: 10px;
        color: #fff;
        background-color: #f15a29;
        width: 21px;
        line-height: 21px;
        height: 21px;
        display: block;
        text-align: center;
        position: absolute;
        right: -10px;
        top: -7px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .main-header .cart-div button {
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0;
        position: relative;
    }

    .main-header .cart-div .dropdown .dropdown-menu {
        left: auto;
        right: -15px;
        padding: 10px 0;
        margin: 0px 0 0 0;
        border-color: #bcbec0;
        border-top: 2px solid #f15a29;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        min-width: 380px;
    }

        .main-header .cart-div .dropdown .dropdown-menu li {
            padding: 20px;
        }

    .main-header .cart-div .media {
        font-weight: 500;
        color: #303236;
    }

        .main-header .cart-div .media h4 {
            font-size: 15px;
            font-weight: 700;
            margin: 0;
            padding: 0
        }

        .main-header .cart-div .media .detail-div {
            min-height: 65px;
        }

        .main-header .cart-div .media .bottom-text {
            font-size: 18px;
            position: relative;
            color: #58595b;
            padding-right: 30px;
        }

            .main-header .cart-div .media .bottom-text strong {
                font-weight: 700;
                font-size: 18px;
                color: #303236;
            }

            .main-header .cart-div .media .bottom-text .delete {
                position: absolute;
                right: 0;
                top: 0;
                color: #f15a29;
                font-size: 18px;
            }

        .main-header .cart-div .media .pull-left {
            padding-right: 15px;
            min-width: 120px;
        }

            .main-header .cart-div .media .pull-left a img {
                height: 100px !important;
                width: 100px !important;
            }

    .main-header .cart-div .dropdown .dropdown-menu li.subtotal {
        color: #303236;
        font-size: 15px;
        border-top: 1px solid #ebebec;
        margin-top: 15px;
    }

    .main-header .cart-div .dropdown .dropdown-menu li#li_empty {
        text-align: center;
        font-size: 20px;
    }

    .main-header .cart-div .subtotal h3 {
        margin: 0;
        padding: 0 0 0px;
        font-weight: 500;
        font-size: 20px;
    }

    .main-header .cart-div .subtotal .total {
        text-align: center;
        display: inline-block;
        font-size: 14px;
        color: #58595b;
    }

    .main-header .cart-div .btn-table .btn {
        height: 40px;
        font-size: 17px;
        line-height: 30px;
    }

    .main-header .cart-div li.cart-list-item {
        max-height: 300px;
        overflow: auto;
    }

        .main-header .cart-div li.cart-list-item .media {
            margin-bottom: 25px;
        }

.home-banner {
    position: relative;
}

    .home-banner .swiper-slide {
        /*height: 540px;*/
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;
    }

    .home-banner .content-div {
        max-width: 900px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }

        /*.home-banner .content-div h1 {
            font-size: 48px;
            margin: 0;
            padding: 0;
            padding-bottom: 45px;
            color: #fff;
        }*/

        .home-banner .content-div h2 {
            /*font-size: 48px;*/
            font-size: 44px;
            margin: 0;
            padding: 0;
            padding-bottom: 45px;
            color: #fff;
        }

        /*.home-banner .content-div .btn {
            font-size: 24px;
            padding: 15px 45px;
        }*/

.home-banner .swiper-pagination {
    bottom: 45px;
}

    .home-banner .swiper-pagination-bullet {
        background-color: #b1b1b1;
        opacity: 1;
        width: 10px;
        height: 10px;
    }

        .home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #fff;
        }

    .home-banner .swiper-button-next, .home-banner .swiper-button-prev {
        color: #fff;
        border: 2px solid #fff;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin-left: 50px;
        margin-right: 50px;
    }

        .home-banner .swiper-button-next:after {
            font-size: 18px;
            position: relative;
            left: 2px;
        }

        .home-banner .swiper-button-prev:after {
            font-size: 18px;
            position: relative;
            right: 2px;
        }

    .home-banner:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 0 36vw;
        border-color: #ffc40c transparent transparent transparent;
        position: absolute;
        right: 0;
        bottom: -30px;
        z-index: 555;
    }

    .home-banner:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 36vw;
        border-color: transparent transparent #ffc40c transparent;
        position: absolute;
        right: 0;
        bottom: -1px;
        z-index: 555;
    }

.services-section {
    padding: 45px 0;
    border-bottom: 1px solid #d0d1d3;
    font-size: 18px;
    color: #303236;
    font-weight: 500;
}

    .services-section ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0;
        text-align: center
    }

        .services-section ul li {
            display: inline-block;
            width: 12.5%;
            vertical-align: top;
        }

    .services-section .swiper-slide a.icon {
        display: inline-block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .services-section .swiper-slide:hover a.icon {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .services-section .swiper-pagination {
        display: none
    }

.services-icon-swiper-container {
    text-align: center
}

.services-section .carousel-custom-style .swiper-button-next, .services-section .carousel-custom-style .swiper-button-prev {
    margin-top: -20px;
}

.section-head-content {
    font-size: 20px;
    line-height: 24px;
    color: #58595b;
    margin-bottom: 65px;
}

    .section-head-content h4 {
        margin: 0;
        padding: 0;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 700;
        color: #005387;
    }

        .section-head-content h4:after {
            display: inline-block;
            vertical-align: middle;
            height: 1px;
            width: 50px;
            background-color: #005387;
            content: "";
            position: relative;
            top: -3px;
        }

        .section-head-content h4:before {
            display: inline-block;
            vertical-align: middle;
            height: 1px;
            width: 50px;
            background-color: #005387;
            content: "";
            position: relative;
            top: -3px;
        }

        .section-head-content h4 span {
            padding: 0 15px;
        }
        span.recommend{
            font-size: 15px;
            margin-bottom: 10px;
            color: #f15a29;
        }
    .section-head-content h1 {
        margin: 0;
        padding: 0;
        margin-bottom: 25px;
        font-size: 42px;
        color: #303236;
        font-weight: 700;
    }

        .section-head-content h1.f36 {
            font-size: 36px;
        }

    .section-head-content h2 {
        margin: 0;
        padding: 0;
        margin-bottom: 25px;
        font-size: 42px;
        color: #303236;
        font-weight: 700;
    }

        .section-head-content h2.f36 {
            font-size: 36px;
        }

.packages-section {
    padding-top: 82px;
    padding-bottom: 115px;
}

    .packages-section .section-head-content {
        max-width: 800px;
        margin: 0 auto;
    }

        .packages-section .section-head-content .bottom-btn {
            margin-top: 70px;
            margin-bottom: 100px;
            font-size: 0
        }

            .packages-section .section-head-content .bottom-btn .btn {
                font-size: 24px;
                min-width: 190px;
                height: 66px;
                line-height: 50px;
                margin: 0 15px;
            }

.package-row {
    margin-left: 0;
    margin-right: 0
}

    .package-row .col {
        padding-left: 0;
        padding-right: 0
    }

    .package-row .mid {
        z-index: 99
    }

.package-box {
    position: relative;
    border: 2px solid #bcbec0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    overflow: hidden;
}

    .package-box h3 {
        margin: 0;
        padding: 0;
        padding: 35px 25px;
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        background: rgba(158,158,158,1);
        background: -moz-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(188,190,192,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(158,158,158,1)), color-stop(100%, rgba(188,190,192,1)));
        background: -webkit-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(188,190,192,1) 100%);
        background: -o-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(188,190,192,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(188,190,192,1) 100%);
        background: linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(188,190,192,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#bcbec0', GradientType=1 );
    }

    .package-box .inner-div {
        padding: 35px 44px;
    }

    .package-box h5 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        color: #303236;
        margin-bottom: 20px;
    }

    .package-box .price {
        font-size: 61px;
        color: #005387;
        font-weight: 700;
        text-align: center;
        line-height: 62px;
        margin-bottom: 35px;
    }

        .package-box .price sup {
            font-size: 22px;
            line-height: 22px;
            top: -1.2em;
        }

        .package-box .price sub {
            font-size: 25px;
            line-height: 25px;
            /*font-style: italic;
    */
        }

        .package-box .price span {
            font-weight: 100;
        }

    .package-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
    }

        .package-box ul li {
            font-size: 20px;
            font-weight: 500;
            line-height: 24px;
            padding: 10px 0;
            color: #303236;
            position: relative;
            padding-left: 30px;
        }

            .package-box ul li .fa {
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 10px;
                color: #68ad45
            }

            .package-box ul li.disable, .package-box ul li.disable .fa {
                /*color: #bcbec0;*/
                display:none;
            }

    .package-box .btn {
        display: block;
        font-size: 24px;
        font-weight: 700;
        height: 65px;
        line-height: 48px;
    }

.mid .package-box.gold ul {
    margin-bottom: 65px;
}

.mid .package-box.gold .price {
    margin-bottom: 55px;
}

.mid .package-box.gold {
    margin: -25px -5px;
}

.package-box.gold {
    border-color: #da9a38;
}

    .package-box.gold h3 {
        background: rgba(218,153,56,1);
        background: -moz-linear-gradient(45deg, rgba(218,153,56,1) 0%, rgba(229,173,88,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(218,153,56,1)), color-stop(100%, rgba(229,173,88,1)));
        background: -webkit-linear-gradient(45deg, rgba(218,153,56,1) 0%, rgba(229,173,88,1) 100%);
        background: -o-linear-gradient(45deg, rgba(218,153,56,1) 0%, rgba(229,173,88,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(218,153,56,1) 0%, rgba(229,173,88,1) 100%);
        background: linear-gradient(45deg, rgba(218,153,56,1) 0%, rgba(229,173,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da9938', endColorstr='#e5ad58', GradientType=1 );
    }

.package-box.bronze {
    border-color: #9f7029;
}

    .package-box.bronze h3 {
        background: rgba(138,92,22,1);
        background: -moz-linear-gradient(45deg, rgba(138,92,22,1) 0%, rgba(167,117,43,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(138,92,22,1)), color-stop(100%, rgba(167,117,43,1)));
        background: -webkit-linear-gradient(45deg, rgba(138,92,22,1) 0%, rgba(167,117,43,1) 100%);
        background: -o-linear-gradient(45deg, rgba(138,92,22,1) 0%, rgba(167,117,43,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(138,92,22,1) 0%, rgba(167,117,43,1) 100%);
        background: linear-gradient(45deg, rgba(138,92,22,1) 0%, rgba(167,117,43,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5c16', endColorstr='#a7752b', GradientType=1 );
    }

.packages-section .bottom-btn {
    margin-top: 90px;
    text-align: center
}

    .packages-section .bottom-btn .btn {
        font-size: 24px;
        font-weight: 700;
        height: 65px;
        line-height: 48px;
        min-width: 300px;
    }

.dark-blue-bg {
    background-color: #005387;
}

.p-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.dark-bg .section-head-content {
    color: #fff;
}

    .dark-bg .section-head-content h4 {
        color: #fff;
    }

        .dark-bg .section-head-content h4:after, .dark-bg .section-head-content h4:before {
            background-color: #fff;
        }

    .dark-bg .section-head-content h2 {
        color: #fff;
    }

.services-post {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    background-color: #fff;
}

    .services-post .img-div img {
        width: 100%;
    }

    .services-post .services-icon {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #f6b11a;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .services-post .conetnt-div {
        padding: 20px;
    }

        .services-post .conetnt-div h3 {
            margin: 0;
            padding: 0;
            height: 40px;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .services-post .conetnt-div p {
            height: 70px;
        }

        .services-post .conetnt-div .btn {
            font-size: 17px;
            min-width: 140px;
            height: 36px;
            line-height: 21px;
        }

.carousel-custom-style {
    position: relative;
    padding: 0 100px;
    margin: 0 -100px;
}

.swiper-pagination-bullet {
    outline: none;
}

.carousel-custom-style .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 60px;
}

.carousel-custom-style .swiper-pagination-bullet {
    background-color: #bcbec0;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

    .carousel-custom-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #f15a29;
    }

.carousel-custom-style .swiper-button-next, .carousel-custom-style .swiper-button-prev {
    color: #fff;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -70px;
}

    .carousel-custom-style .swiper-button-next:after {
        font-size: 18px;
        position: relative;
        left: 2px;
    }

    .carousel-custom-style .swiper-button-prev:after {
        font-size: 18px;
        position: relative;
        right: 2px;
    }

.how-it-work-post {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #58595b;
}

    .how-it-work-post .img-div {
        max-width: 290px;
        margin: 0 auto;
        margin-bottom: 20px;
        position: relative;
    }

        .how-it-work-post .img-div span {
            width: 60px;
            height: 60px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            background-color: #005387;
            display: block;
            position: absolute;
            line-height: 60px;
            font-size: 41px;
            color: #ffc40c;
            font-weight: 700;
            left: 5px;
            top: 10px;
        }

    .how-it-work-post h3 {
        font-size: 29px;
        margin: 0;
        padding: 15px 0;
        font-weight: 700;
        color: #303236;
    }

.testimonial-section {
    padding-top: 90px;
    color: #303236;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.testmonial-div {
    background-color: #ffc40c;
    padding: 65px;
    max-width: 650px;
    padding-bottom: 40px;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    margin-bottom: -40px;
    margin-left: 100px;
}

    .testmonial-div .quote-icon {
        margin-top: -150px;
        margin-bottom: 0;
    }

    .testmonial-div h5 {
        margin: 0;
        padding: 0;
        color: #005387;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
    }

        .testmonial-div h5:before {
            display: inline-block;
            vertical-align: middle;
            height: 1px;
            width: 50px;
            background-color: #005387;
            content: "";
            position: relative;
            top: -3px;
            margin-right: 15px;
        }

    .testmonial-div h2 {
        font-size: 36px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 45px;
        padding-top: 25px;
    }

    .testmonial-div .rating-div {
        color: #f15a29;
        font-size: 25px;
    }

    .testmonial-div h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .testmonial-div em {
        font-style: italic
    }

    .testmonial-div .name-div:before {
        display: inline-block;
        vertical-align: middle;
        height: 3px;
        width: 50px;
        background-color: #005387;
        content: "";
        position: absolute;
        top: -0;
    }

    .testmonial-div .name-div {
        font-size: 18px;
        position: relative;
        padding-top: 30px;
    }

    .testmonial-div .swiper-button-next, .testmonial-div .swiper-button-prev {
        color: #58595b;
        border: 2px solid #58595b;
        width: 33px;
        height: 33px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        position: static;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
    }

        .testmonial-div .swiper-button-next:after {
            font-size: 12px;
            font-weight: bold;
            position: relative;
            left: 1px;
            top: 3px;
        }

        .testmonial-div .swiper-button-prev:after {
            font-size: 12px;
            font-weight: bold;
            position: relative;
            right: 1px;
            top: 3px;
        }

    .testmonial-div .swiper-wrapper {
        margin-bottom: 50px;
    }

    .testmonial-div .c-arrow {
        font-size: 0
    }

.about-section .img-div {
    position: relative;
    padding: 0;
    margin-right: 25px;
}

    .about-section .img-div img {
        width: 100%;
        position: relative;
        z-index: 5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .about-section .img-div:after {
        border: 3px solid #f6b11a;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 15px;
        left: 15px;
        z-index: 1
    }

.about-section {
    font-size: 20px;
    line-height: 29px;
    color: #58595b;
}

    .about-section h5 {
        margin: 0;
        padding: 0;
        color: #005387;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
    }

        .about-section h5:before {
            display: inline-block;
            vertical-align: middle;
            height: 1px;
            width: 50px;
            background-color: #005387;
            content: "";
            position: relative;
            top: -3px;
            margin-right: 15px;
        }

    .about-section h3 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
        padding: 30px 0;
    }

    .about-section .conetnt-div {
        padding-left: 15px;
    }

.average-rating-section {
    color: #fff;
}

    .average-rating-section h2 {
        margin: 0;
        padding: 0 0 15px 0;
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }

        .average-rating-section h2 span {
            font-weight: 100;
        }

    .average-rating-section .left-div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 80px;
        margin-top: 40px;
    }

.left-in-div {
    width: 50%;
}

.average-rating-section .left-div .right-in-div {
    width: 50%;
    padding-left: 15px;
    padding-right: 60px;
}

    .average-rating-section .left-div .right-in-div p {
        margin: 0;
        line-height: 14px;
    }

.average-rating-section .left-div h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.average-rating-section .left-div .right-in-div h5 {
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
}

    .average-rating-section .left-div .right-in-div h5 span {
        font-size: 22px;
    }

.average-rating-section .rating-star {
    font-size: 0;
}

    .average-rating-section .rating-star .fa {
        font-size: 24px;
        color: #ffd000;
    }

.average-rating-section .left-div .right-in-div a {
    color: #0088c1;
}

.average-rating-section .left-div p.tb-p {
    padding: 10px 0;
}

.average-rating-section .right-div {
    font-size: 20px;
    border-left: 1px solid #fff;
    padding-left: 65px;
}

    .average-rating-section .right-div p {
        margin-bottom: 35px;
    }

    .average-rating-section .right-div h2 {
        margin-bottom: 20px;
    }

    .average-rating-section .right-div .btn {
        font-size: 24px;
        padding: 15px 35px;
    }

.carousel-custom-style.light .swiper-button-next, .carousel-custom-style.light .swiper-button-prev {
    border-color: #bdbfc1;
    color: #bdbfc1;
}

.offers-section .carousel-custom-style {
    margin: 0;
    text-align: center
}

.download-mplus-app-section {
    background-color: #ffc40c;
    background-image: url(../images/pattern-bg1.png);
    background-position: center bottom;
    margin-bottom: 100px;
    margin-top: 80px;
    background-repeat: repeat-x;
}

    .download-mplus-app-section .left-img-div {
        margin-top: -50px;
        margin-bottom: -100px;
        margin-left: -25px;
        margin-right: -25px;
    }

        .download-mplus-app-section .left-img-div img {
            width: 100%;
        }

    .download-mplus-app-section .content-div {
        padding-top: 60px;
        font-size: 20px;
        line-height: 24px;
        padding-left: 30px;
        padding-bottom: 30px;
    }

        .download-mplus-app-section .content-div h2 {
            margin: 0;
            padding: 0;
            font-weight: 700;
            font-size: 42px;
            line-height: 43px;
            color: #303236;
            margin-bottom: 25px;
        }

    .download-mplus-app-section .send-link {
        margin-bottom: 35px;
    }

        .download-mplus-app-section .send-link .inner-div {
            position: relative;
            padding-right: 165px;
            margin-right: 50px;
        }

        .download-mplus-app-section .send-link .form-control {
            height: 50px;
            padding-left: 75px;
            font-size: 15px;
            border-color: #bcbec0;
        }

        .download-mplus-app-section .send-link span.span_code {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 15px;
            color: #58595b;
            height: 100% !important;
            width: 65px;
            background-color: #eeeeee;
            line-height: 50px;
            text-align: center;
            border: 1px solid #bcbec0;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-topright: 1px;
            -webkit-border-top-right-radius: 1px;
            border-top-right-radius: 1px;
            -moz-border-radius-bottomright: 1px;
            -webkit-border-bottom-right-radius: 1px;
            border-bottom-right-radius: 1px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .download-mplus-app-section .send-link label {
            display: block;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .download-mplus-app-section .send-link .btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 100% !important;
            width: 150px;
            font-size: 17px;
            font-weight: 700;
        }

.customer-service-section {
    padding-top: 50px;
    padding-bottom: 90px;
}

    .customer-service-section .bg-div {
    padding: 40px 0;
    color: #fff;
    background-color: #003160;
    background-size: cover;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.customer-service-section .bg-div:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #005387;
    content: "";
    z-index: 1;
    opacity: 0.5;
    display: none;
}

.payment-merchantp-img {
    margin: 0;
    padding: 0 0 0 0;
}

.customer-service-section .bg-div .row {
    position: relative;
    z-index: 5
}

    .customer-service-section h3 {
        color: #fff;
        font-size: 36px;
        margin: 0;
        padding: 0 0 10px;
        font-weight: 700;
    }

        .customer-service-section h3.f30 {
            font-size: 30px;
        }

    .customer-service-section h4 {
        color: #f6b11a;
        font-size: 30px;
        margin: 0;
        padding: 10px 0 35px;
        font-weight: 700;
    }

    .customer-service-section .btn {
        font-size: 17px;
        min-width: 170px;
        height: 40px;
    }

.bottom-four-icon-section {
    padding: 40px 0;
    border-top: 1px solid #d6d7d9;
    font-size: 15px;
}

    .bottom-four-icon-section .media {
        display: table;
        margin: 0 auto;
        width: 80%;
    }

    .bottom-four-icon-section .media-left {
        width: 25%;
        vertical-align: middle
    }

    .bottom-four-icon-section .media-body {
        vertical-align: middle;
        width: 75%;
    }

    .bottom-four-icon-section .col {
        border-right: 1px solid #d6d7d9;
    }

        .bottom-four-icon-section .col:last-child {
            border: none
        }

.main-footer {
    background-color: #003160;
    color: #bcbec0;
    position: relative;
}

.footer-sign-up {
    padding: 40px 0;
    color: #fff;
    border-bottom: 1px solid #16426b
}

    .footer-sign-up .email-sub {
        position: relative;
        max-width: 470px;
        margin: 0 auto;
        padding-right: 160px;
    }

        .footer-sign-up .email-sub .form-control {
            height: 40px;
        }

        .footer-sign-up .email-sub .btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            min-width: 150px;
            font-size: 17px;
            font-weight: 700;
        }

    .footer-sign-up label {
        text-align: center;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding-left: 30px;
        padding-top: 10px;
    }

.main-footer .bottom-div {
    padding: 60px 0;
}

.main-footer .f-logo {
    padding-bottom: 15px;
}

.main-footer .social-icon a {
    font-size: 18px;
    color: #bcbec0;
    margin-right: 20px;
}

.main-footer .social-icon {
    font-size: 0;
    margin-bottom: 30px;
}

    .main-footer .social-icon a.facebook:hover {
        color: #3b5998;
    }

    .main-footer .social-icon a.twitter:hover {
        color: #1da1f2;
    }

    .main-footer .social-icon a.linkedin:hover {
        color: #0077b5;
    }

.main-footer .bottom-div h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px 0;
}

.main-footer .bottom-div ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .main-footer .bottom-div ul li a {
        color: #bcbec0;
        font-weight: 300;
        padding-bottom: 10px;
        display: block;
        text-decoration: none;
    }

    .main-footer .bottom-div ul li:hover a {
        color: #fff;
    }

.contact-tbl td {
    padding-bottom: 15px;
    font-size: 14px;
}

    .contact-tbl td.icon {
        width: 27px;
        vertical-align: top;
        color: #f6b11a;
        font-size: 17px;
    }

    .contact-tbl td .yellow {
        color: #f6b11a;
    }

    .contact-tbl td p.m0 {
        margin-bottom: 0
    }

    .contact-tbl td a {
        color: #bcbec0;
        text-decoration: none;
    }

        .contact-tbl td a:hover {
            color: #fff;
        }

.footer-copy-right {
    background-color: #002548;
    padding: 20px 0;
    font-size: 14px;
    color: #bcbec0;
    font-weight: 300;
}

    .footer-copy-right a {
        color: #bcbec0;
        text-decoration: none;
    }

        .footer-copy-right a:hover {
            color: #fff;
        }

        .footer-copy-right a.underline {
            text-decoration: underline
        }

.circle-b-right {
    /*width: 60px;
    height: 60px;*/
    width: 56px;
    height: 56px;
    background: #ccc;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    text-align: center;
    position: fixed;
    /*right: 40px;*/
    right: 30px;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

    .circle-b-right a {
        display: block;
        /*font-size: 30px;
        line-height: 60px;*/
        font-size: 32px;
        line-height: 56px;
        color: #fff;
    }

    .circle-b-right.chat-div {
        background-color: #f15a29;
        bottom: 160px;
    }

    .circle-b-right.whatapp {
        background-color: #25d366;
        /*bottom: 100px;*/
        bottom: 110px;
    }

.top-scroll {
    width: 40px;
    /*height: 20px;*/
    height: 30px;
    background: #005387;
    text-align: center;
    position: fixed;
    /*right: 48px;*/
    right: 37px;
    bottom: 0;
    z-index: 88;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

    .top-scroll a {
        display: block;
        font-size: 24px;
        /*line-height: 20px;*/
        line-height: 28px;
        color: #fff;
    }
/*Services Page*/
.hero-banner2 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 450px;
}

    .hero-banner2 .background-img {
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center top;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .hero-banner2 .container {
        position: relative;
        z-index: 55
    }

    .hero-banner2 .background-img:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 40px 100vw;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 22;
    }

    .hero-banner2:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 28px 0 0 38vw;
        border-color: #ffc40c transparent transparent transparent;
        position: absolute;
        right: 0;
        bottom: -3px;
        z-index: 5;
    }

    .hero-banner2:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 38vw;
        border-color: transparent transparent #ffc40c transparent;
        position: absolute;
        right: 0;
        bottom: 25px;
        z-index: 555;
    }

    .hero-banner2 .section-head-content h2 {
        color: #ffffff;
        font-size: 47px;
    }

    .hero-banner2 .section-head-content h1 {
        color: #ffffff;
        font-size: 47px;
    }

    .hero-banner2 .section-head-content {
        color: #ffffff;
    }

        .hero-banner2 .section-head-content h4 {
            color: #f6b11a;
        }

            .hero-banner2 .section-head-content h4:before, .hero-banner2 .section-head-content h4:after {
                background-color: #f6b11a;
            }

    .hero-banner2 .breadcrumb-div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 30px 0;
        z-index: 88;
    }

.breadcrumb-div .breadcrumb {
    background-color: transparent;
    margin-bottom: 0
}

.breadcrumb > .active {
    color: #bcbec0;
}

.breadcrumb-div {
    font-size: 18px;
    color: #bcbec0;
    font-weight: 500;
}

    .breadcrumb-div a {
        color: #fff;
        text-decoration: none;
    }

.sidebar-service-list {
    margin-bottom: 45px;
}
.aside-menu.active .sidebar-service-list h4 {
    display: none;
}
    .sidebar-service-list h4 {
        background-color: #ffc40c;
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        padding: 15px 30px;
        text-transform: uppercase;
    }

    .sidebar-service-list ul {
        border: 1px solid #bcbec0;
        border-top: none;
        margin: 0;
        padding: 5px 15px;
        list-style: none
    }

        .sidebar-service-list ul li a {
            display: block;
            padding: 15px;
            color: #58595b;
            font-size: 15px;
            font-weight: 500;
            border-bottom: 1px solid #d0d1d3;
            text-decoration: none;
        }

        .sidebar-service-list ul li:last-child a {
            border-bottom: none;
        }

.left-sidebar-div {
    padding-right: 60px;
}

.sidebar-offer-coupon {
    height: 500px;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sidebar-offer-coupon .inner-div {
        padding: 30px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

    .sidebar-offer-coupon h3 {
        color: #f6b11a;
        font-size: 27px;
        font-weight: 700;
        margin: 0;
        padding: 25px 0;
    }

    .sidebar-offer-coupon .coupon-div {
        border: 1px dashed #fff;
        background-color: rgba(0,0,0,0.4);
        width: 135px;
        height: 37px;
        line-height: 37px;
        margin: 0 auto;
    }

    .sidebar-offer-coupon .b-btn {
        margin-top: 50px;
    }

        .sidebar-offer-coupon .b-btn .btn {
            width: 120px;
            height: 40px;
            font-size: 18px;
            font-weight: 700;
        }

.grey-box-div {
    background-color: #f7f7f7;
    border: 1px solid #bcbec0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

    .grey-box-div .inner-content {
        padding: 50px 45px;
    }

.services-post-block {
    font-size: 18px;
    line-height: 22px;
    color: #58595b;
    font-weight: 500;
    margin-bottom: 40px;
}

    .services-post-block .thumb-img-div {
        position: relative;
    }

        .services-post-block .thumb-img-div .icon {
            position: absolute;
            left: 0;
            top: 0;
            background-color: #f6b11a;
            width: 61px;
            height: 61px;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

.right-sidebar-div {
    margin-left: -45px;
}

.services-post-block .right-post-content h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding: 0 0 16px 0;
}

.services-post-block .right-post-content .start-from {
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}

    .services-post-block .right-post-content .start-from strong {
        font-size: 30px;
        color: #005387;
    }

    .services-post-block .right-post-content .start-from sup {
        font-size: 18px;
    }

.services-post-block .right-post-content .bottom-btn {
    margin-top: 40px;
}

    .services-post-block .right-post-content .bottom-btn .btn {
        height: 50px;
        width: 200px;
        font-size: 20px;
        line-height: 35px;
    }

        .services-post-block .right-post-content .bottom-btn .btn .r-more {
            display: none
        }

        .services-post-block .right-post-content .bottom-btn .btn.collapsed .r-more {
            display: inline-block
        }

        .services-post-block .right-post-content .bottom-btn .btn.collapsed .r-less {
            display: none
        }

        .services-post-block .right-post-content .bottom-btn .btn.btn-read {
            padding-left: 25px;
            padding-right: 25px;
            color: #f15a29;
            width: auto;
        }

            .services-post-block .right-post-content .bottom-btn .btn.btn-read .fa {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .services-post-block .right-post-content .bottom-btn .btn.btn-read.collapsed .fa {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
            }

.services-post-block .read-more-content {
    border-top: 1px solid #bcbec0;
    padding-top: 40px;
}

    .services-post-block .read-more-content h4 {
        font-weight: 700;
        color: #005387;
        font-size: 18px;
        margin: 0;
        padding: 10px 0 15px;
    }

.fullImg {
    width: 100%;
    height: auto
}

.promotion-package-section {
    background-color: #ffc40c;
}

    .promotion-package-section .section-head-content {
        text-align: left;
        padding: 30px 0;
        margin-bottom: 0;
        color: #303236;
    }

        .promotion-package-section .section-head-content h4:after {
            display: none;
        }

    .promotion-package-section .left-img {
        margin-top: -49px;
    }

    .promotion-package-section .section-head-content .btn {
        min-width: 150px;
        height: 40px;
        line-height: 25px;
        font-size: 17px;
        font-weight: 700;
        margin-top: 20px;
    }

    .promotion-package-section .section-head-content h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .promotion-package-section .section-head-content h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

.enquiry-section {
    font-size: 20px;
    color: #fff;
    background-repeat: repeat-x;
    background-position: center bottom;
}

    .enquiry-section.yellow {
        background-color: #ffc40c;
        color: #303236;
    }

        .enquiry-section.yellow h2 {
            color: #303236;
        }

        .enquiry-section.yellow .btn {
        }

    .enquiry-section h2 {
        margin: 0;
        padding: 0 0 30px 0;
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }

    .enquiry-section .btn {
        font-size: 24px;
        padding: 15px 35px;
        margin-top: 25px;
    }

.testimonial-section2 .average-cr {
    font-size: 25px;
    line-height: 30px;
    text-align: center
}

    .testimonial-section2 .average-cr .rating-icons {
        color: #ffd000;
    }

    .testimonial-section2 .average-cr .rate-number {
        display: inline-block;
        border-right: 1px solid #d9d9d9;
        padding-right: 10px;
        margin-right: 6px;
    }

    .testimonial-section2 .average-cr .feefo {
        position: relative;
        top: -7px;
    }

    .testimonial-section2 .average-cr .rate-number span {
        font-weight: 300;
    }

    .testimonial-section2 .average-cr .sm-text {
        color: #8d8a8a;
        font-size: 14px;
        font-weight: 300;
        padding-top: 5px;
    }

        .testimonial-section2 .average-cr .sm-text strong {
            font-weight: 500;
        }

        .testimonial-section2 .average-cr .sm-text a {
            color: #005ea8;
            font-weight: 500;
            text-decoration: none;
        }

.feedback-carousel {
    border-top: 1px solid #efefef;
    padding-top: 45px;
    margin-top: 45px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

    .feedback-carousel .swiper-button-next:after, .feedback-carousel .swiper-button-prev:after {
        font-size: 15px;
        color: #474747;
    }

    .feedback-carousel .swiper-button-next, .feedback-carousel .swiper-button-prev {
        margin-top: 0;
    }

.feedback-post-block {
    position: relative;
}

.feedback-carousel .rating-icons {
    font-size: 20px;
    color: #ffd000;
}

.all-feedback-post-block .rating-icons {
    font-size: 20px;
    color: #ffd000;
}

.feedback-carousel p {
    margin-bottom: 10px;
}

.feedback-carousel h4 {
    margin: 0;
    padding: 8px 0 10px 0;
    font-size: 18px;
}

.feedback-carousel .client-name {
    color: #9b9898;
}

.customer-service-section.style2 {
    padding: 30px 0 90px 0;
}

    .customer-service-section.style2 h3 {
        font-size: 30px;
    }

    .customer-service-section.style2 h4 {
        padding-bottom: 0
    }

    .customer-service-section.style2 .bg-div {
        padding: 50px 0;
    }

.left-side-social-icon {
    position: fixed;
    top: 65vh;
    left: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    list-style: none;
    z-index: 999
}

    .left-side-social-icon li a {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #ccc;
        font-size: 24px;
        color: #fff;
        text-decoration: none;
    }

    .left-side-social-icon li:nth-child(1) a {
        background: #3b5998;
    }

    .left-side-social-icon li:nth-child(2) a {
        background: #1da1f2;
    }

    .left-side-social-icon li:nth-child(3) a {
        background: #0077b5;
    }

.package-plans-section .package-box {
    color: #58595b;
    border-width: 1px;
}

    .package-plans-section .package-box h3 {
        text-align: left;
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .package-plans-section .package-box h3 span {
            font-size: 20px;
            display: block;
        }

    .package-plans-section .package-box h5 {
        text-align: left
    }

    .package-plans-section .package-box .price {
        text-align: left
    }

    .package-plans-section .package-box .inner-div {
        font-size: 15px;
    }

    .package-plans-section .package-box ul li {
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .package-plans-section .package-box .btn {
        height: 50px;
        font-size: 20px;
        line-height: 35px;
    }

    .package-plans-section .package-box .price {
        font-size: 60px;
    }

        .package-plans-section .package-box .price sup {
            top: -1.7em;
            font-size: 18px;
        }

        .package-plans-section .package-box .price sub {
            font-size: 18px;
        }

        .package-plans-section .package-box .price span {
            font-size: 45px;
        }

.package-box.style2 {
    border-width: 1px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

    .package-box.style2 h3 {
        font-size: 22px;
        color: #f6b11a;
        background: #005387;
        padding: 18px 25px;
        text-align: left;
    }

    .package-box.style2 h5 {
        text-align: left;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .package-box.style2 .inner-div {
        padding: 25px 25px;
        font-size: 15px;
        line-height: 22px;
    }

    .package-box.style2 .price {
        font-size: 30px;
        text-align: left;
        margin-bottom: 20px;
    }

        .package-box.style2 .price sup {
            top: -0.7em;
            font-size: 15px;
        }

        .package-box.style2 .price sub {
            font-size: 15px;
        }

    .package-box.style2 .btn {
        font-size: 18px;
        height: 42px;
        line-height: 26px;
        margin-top: 45px;
    }

.other-plans-section {
    border-top: 1px solid #d0d1d3;
}

.specific-packages-section {
    border-top: 1px solid #d0d1d3;
}

    .specific-packages-section .carousel-custom-style {
        padding: 0 85px;
    }

    .specific-packages-section .section-head-content {
        margin-bottom: 40px;
    }

    .specific-packages-section .select-dropdown {
        margin-bottom: 50px;
    }

    .specific-packages-section .custom-dropdown select {
        min-width: 300px;
    }

    .specific-packages-section .swiper-container {
        padding: 0 15px;
    }

.custom-dropdown select {
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    height: 40px;
    padding-right: 40px;
    min-width: 100px;
    color: #58595b;
    font-weight: 300;
    border: 1px solid #d7d8d9;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f3f3f3;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.custom-dropdown {
    display: inline-block;
}

.form-style .form-group label.custom-radio {
    text-transform: none
}
/* Customize the label (the custom-radio) */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 23px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700 !important;
    color: #58595b;
    text-transform: none
}
    /* Hide the browser's default radio button */
    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    /* Create a custom radio button */
    .custom-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #bcbec0
    }
    /* On mouse-over, add a grey background color */
    .custom-radio:hover input ~ .checkmark {
        background-color: #fff;
    }
    /* When the radio button is checked, add a blue background */
    .custom-radio input:checked ~ .checkmark {
        background-color: #fff;
        border-color: #005387;
    }
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005387;
}
/*-----------------Form Style---------------*/
/* Customize the label (the check-style2) */
.check-style2 {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-style2 .text {
        border: 1px solid #bcbec0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 15px 15px;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        color: #58595b;
        font-weight: 500;
    }

    .check-style2 .text-area {
        border: 1px solid #bcbec0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 25px;
        padding: 5px 10px;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #58595b;
        font-weight: 700;
    }

.check-style3 {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-style3 .text {
        border: 1px solid #bcbec0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 15px 15px;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        color: #58595b;
        font-weight: 500;
    }

    .check-style3 .text-area {
        border: 1px solid #f15a29;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 25px;
        padding: 5px 10px;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #f15a29;
        font-weight: 700;
    }
/* Hide the browser's default checkbox */
.check-style2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-style3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.check-style2 .checkmark {
    position: absolute;
    top: -7px;
    right: -6px;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 5;
    display: none;
}
/* On mouse-over, add a grey background color */
.check-style2:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check-style2 input:checked ~ .checkmark {
    /*background-color: #0c5b8d;
    */
    background-color: #005387;
    display: block;
}

.check-style2 input:checked ~ .text {
    /*color: #0c5b8d !important;
     border-color: #0c5b8d;
    */
    background-color: #005387 !important;
    color: #fff !important;
    border-color: #005387;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check-style2 input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check-style2 .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.yellow-form-bg {
    background-color: #ffc40c;
    background-repeat: repeat-x;
    background-position: center 50%
}

.form-style {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    border: 1px solid #bcbec0;
    margin-bottom: 25px;
}

    .form-style .inner-div {
        padding: 40px 38px;
    }

.login-form-section .container {
    max-width: 580px;
}

.form-head-div {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #303236;
}

    .form-head-div h3 {
        margin: 0;
        padding: 0 0 15px 0;
        font-weight: 700;
        font-size: 30px;
    }

    .form-head-div h1 {
        margin: 0;
        padding: 0 0 15px 0;
        font-weight: 700;
        font-size: 30px;
    }

.form-style .form-control {
    background-color: #fff;
    border-color: #c0c2c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
}

.form-style textarea.form-control {
    height: 90px;
}

.form-style .form-group {
    margin-bottom: 20px;
}

    .form-style .form-group label {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }

        .form-style .form-group label span {
            /*color: #e80000;
    */
            color: #005387;
        }

    .form-style .form-group label span.remarks {
        color: #e80000;
        font-size:10px;
        text-transform:none;
    }

    .form-style .form-group.btn-div .btn {
        font-size: 17px;
        font-weight: 700;
        min-width: 150px;
    }

    .form-style .form-group.btn-div {
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .form-style .form-group.forgot-div {
        text-align: right;
    }

        .form-style .form-group.forgot-div a {
            font-size: 14px;
            color: #f15a29;
            text-decoration: none;
            font-weight: 700;
        }

    .form-style .form-group.social-btn a {
        display: block;
        border: 1px solid #ccc;
        height: 40px;
        width: 100%;
        position: relative;
        text-align: center;
        line-height: 40px;
        font-size: 17px;
        font-weight: 700;
        text-decoration: none;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .form-style .form-group.social-btn img {
        position: absolute;
        left: 15px;
        top: 5px
    }

    .form-style .form-group.social-btn a.fb {
        border-color: #3b5998;
        color: #3b5998;
    }

    .form-style .form-group.social-btn a.google {
        border-color: #4285f4;
        color: #4285f4;
    }

.form-style .terms-and-policy {
    text-align: center;
    margin-bottom: 50px;
}

    .form-style .terms-and-policy a {
        color: #005387;
        text-decoration: none;
    }

.form-style .account {
    text-align: center;
    font-size: 15px;
}

    .form-style .account a {
        color: #f15a29;
        font-weight: 700;
        text-decoration: underline;
    }

.form-style .custom-dropdown {
    display: block;
}

.form-style .mobile-number {
    position: relative;
}

    .form-style .mobile-number .form-control {
        padding-left: 60px;
    }

    .form-style .mobile-number span {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50px;
        line-height: 40px;
        text-align: center;
        color: #58595b;
        border-right: 1px solid #bcbec0;
    }

.form-style .form-group .with-right-btn {
    padding-right: 150px;
    position: relative;
}

    .form-style .form-group .with-right-btn .btn-slot {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        min-width: 138px;
    }
/*-----------------Form Style End---------------*/
.sign-up-form-section .form-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sign-up-form-section .left-img-div {
    position: relative;
    width: 106%;
    height: 100%;
    background-size: cover;
    background-position: center top;
}

.enquire-form-section .container {
    max-width: 1000px;
}

.enquire-form-section .form-style .radio-div {
    padding-top: 8px;
}

    .enquire-form-section .form-style .radio-div .custom-radio {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 0;
    }

.forgot-password-form-section .container {
    max-width: 600px;
}

.forgot-password-form-section .resend-otp {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 50px;
    text-align: center
}

    .forgot-password-form-section .resend-otp a {
        color: #f15a29;
        text-decoration: none;
        font-weight: 700;
    }

.forgot-password-form-section .bottom-links {
    font-size: 15px;
    font-weight: 500;
    color: #58595b;
    white-space: nowrap
}

    .forgot-password-form-section .bottom-links a {
        color: #f15a29;
        font-weight: 700;
        text-decoration: underline;
    }

.create-npassword-form-section .container {
    max-width: 600px;
}

.create-npassword-form-section .form-head-div {
    margin-bottom: 15px;
}

.main-header .bottom-div {
    border-bottom: 1px solid #d0d1d3;
}

.profile-sidebar {
    background-color: #005387;
}

    .profile-sidebar .profile-head {
        background-color: #ffc40c;
        padding: 15px 25px;
        padding-bottom: 25px;
        font-size: 15px;
        color: #303236;
    }

        .profile-sidebar .profile-head p {
            margin: 0;
        }

        .profile-sidebar .profile-head .p-pic {
            padding-right: 15px;
            width: 55px;
            vertical-align: top;
        }

        .profile-sidebar .profile-head .img-div {
            background-size: cover;
            background-position: center top;
        }

        .profile-sidebar .profile-head strong {
            font-size: 13px;
            font-weight: 700;
        }

        .profile-sidebar .profile-head .btn {
            padding: 0;
            font-weight: 700;
            color: #005387;
            text-decoration: none;
            margin-top: 15px;
        }

            .profile-sidebar .profile-head .btn .fa {
                font-size: 15px;
                position: relative;
                top: -0px;
                margin-right: 3px;
            }

    .profile-sidebar .menu-item ul {
        margin: 0;
        padding: 15px 0;
        list-style: none;
    }

        .profile-sidebar .menu-item ul li a {
            display: block;
            padding: 12px 25px;
            font-size: 14px;
            font-weight: 500;
            color: #bcbec0;
            text-decoration: none;
        }

        .profile-sidebar .menu-item ul li .icon {
            width: 25px;
        }

    .profile-sidebar .border-bottom {
        border-bottom: 1px solid #397398;
    }

    .profile-sidebar .new-service-booking {
        padding: 14px 25px;
    }

    .profile-sidebar .pending-dues-div {
        padding: 25px;
        font-size: 18px;
        color: #bcbec0;
    }

        .profile-sidebar .pending-dues-div p {
            margin-bottom: 15px;
        }

        .profile-sidebar .pending-dues-div h4 {
            margin: 0;
            padding: 0;
            color: #ffffff;
            font-size: 24px;
            font-weight: 500;
            padding-bottom: 10px;
        }

    .profile-sidebar .new-service-booking .btn {
        font-size: 15px;
        font-weight: 600;
        display: block;
        height: 40px;
        line-height: 25px;
    }

    .profile-sidebar .pending-dues-div .btn {
        font-weight: 700;
        font-size: 18px;
    }

    .profile-sidebar .menu-item.bottom ul {
        padding: 0;
    }

    .profile-sidebar .menu-item ul li.active a, .profile-sidebar .menu-item ul li:hover a {
        color: #fff;
        background-color: #00426c;
    }

.sub-title {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #d0d1d3;
    font-weight: 700;
    margin-bottom: 30px;
}

.accordion-style2 .panel-heading {
    padding: 0;
}

    .accordion-style2 .panel-heading a {
        background: #005387;
        display: block;
        padding: 15px 20px;
        font-weight: 700;
        color: #ffffff;
        text-decoration: none;
        font-size: 17px;
        text-transform: uppercase;
        position: relative;
        padding-left: 60px;
    }

        .accordion-style2 .panel-heading a .fa {
            font-size: 20px;
            position: absolute;
            left: 22px;
            top: 50%;
            margin-top: -12px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .accordion-style2 .panel-heading a.collapsed .fa {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

.accordion-style2 .panel {
    box-shadow: none;
    border: none;
    margin-bottom: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-style2 .panel-body {
    padding: 20px 0;
    border-bottom: 1px solid #d0d1d3;
}

.table-style1 .flex-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

    .table-style1 .flex-row .col {
        padding: 10px 15px;
    }

.table-style1 .content-list .flex-row .col {
    padding: 20px 15px;
    padding-bottom: 25px;
}

.table-style1 .head-div {
    margin-bottom: 15px;
    background-color: #ffc40c;
    Color: #303236;
    font-size: 14px;
}

    .table-style1 .head-div div {
        text-transform: uppercase;
        font-weight: 700;
    }

.table-style1 .content-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.table-style1 {
    font-size: 15px;
}

    .table-style1 .content-list > li {
        position: relative;
        margin-bottom: 12px;
        border: 1px solid #dedede;
        background-color: #f7f7f7;
    }

        .table-style1 .content-list > li:last-child {
            margin-bottom: 0
        }

    .table-style1 a {
        text-decoration: none;
    }

    .table-style1 .btn {
        padding: 3px 20px;
    }

    .table-style1 .content-list > li p {
        margin-bottom: 10px;
    }

    .table-style1 .status {
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        padding: 3px 5px;
        background-color: #ccc;
    }

        .table-style1 .status.pending {
            background-color: #e80000;
            color: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

.page-back-btn {
    padding: 10px 0;
    border-bottom: 1px solid #d0d1d3;
    font-weight: 700;
    margin-bottom: 30px;
}

    .page-back-btn a {
        color: #f15a29;
        font-size: 15px;
        font-weight: 700;
        padding: 0
    }

        .page-back-btn a .fa {
            font-size: 15px;
            position: relative;
            top: -3px;
            margin-right: 5px;
            vertical-align: middle;
        }

.white-box {
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: hidden
}

    .white-box .inner-div {
        padding: 30px;
    }

        .white-box .inner-div.border-bottom {
            border-bottom: 1px solid #dedede;
        }

.order-history-list .flex-row .col:nth-child(1) {
    width: 15%;
}

.order-history-list .flex-row .col:nth-child(2) {
    width: 18%;
}

.order-history-list .flex-row .col:nth-child(3) {
    width: 18%;
}

.order-history-list .flex-row .col:nth-child(4) {
    width: 13%;
}

.order-history-list .flex-row .col:nth-child(5) {
    width: 12%;
}

.order-history-list .flex-row .col:nth-child(6) {
    width: 12%;
}

.order-history-list .flex-row .col:nth-child(7) {
    width: 13%;
    text-align: right;
}

.home-size-list .flex-row .col:nth-child(1) {
    width: 30%;
}

.home-size-list .flex-row .col:nth-child(2) {
    width: 70%;
}

.order-history-detail {
    font-size: 15px;
    color: #58595b;
}

    .order-history-detail strong {
        color: #303236;
    }

    .order-history-detail h4 {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .order-history-detail .billing-to {
        max-width: 270px;
    }

        .order-history-detail .billing-to h3 {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: 700;
        }

        .order-history-detail .billing-to p {
            margin-bottom: 10px;
        }

        .order-history-detail .billing-to .dis-div {
            margin-bottom: 20px;
        }

    .order-history-detail .order-summary {
        width: 350px;
        margin: 0;
        margin-right: 40px;
        float: right;
    }

        .order-history-detail .order-summary table tr td:nth-child(1n+2) {
            text-align: right;
        }

        .order-history-detail .order-summary table tr td {
            padding: 5px 0;
        }

        .order-history-detail .order-summary .sm-text {
            font-size: 14px;
        }

        .order-history-detail .order-summary tfoot {
            border-top: 1px solid #d0d1d3;
        }

        .order-history-detail .order-summary table tfoot td {
            padding-top: 10px;
        }

        .order-history-detail .order-summary .print-order {
            text-align: right;
            padding-top: 20px;
            color: #f15a29;
            font-size: 15px;
        }

            .order-history-detail .order-summary .print-order a {
                color: #f15a29;
                font-weight: 700;
                text-decoration: none;
            }

    .order-history-detail .order-detail-div h5 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .order-history-detail .order-detail-div h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
    }

    .order-history-detail .order-detail-div .sm-text {
        font-size: 14px;
    }

    .order-history-detail .order-detail-div .text-right {
        padding-right: 60px;
    }

    .order-history-detail h4 .status {
        display: inline-block;
        padding: 3px 8px;
        background-color: #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 12px;
        margin-left: 15px;
        padding-top: 5px;
    }

        .order-history-detail h4 .status.pending {
            background-color: #e80000;
            color: #fff;
        }

.table-style2 {
    margin-bottom: 35px;
    overflow: auto;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #d0d2d3;
    border-bottom: none;
}

    .table-style2 table {
        border-collapse: collapse;
    }

        .table-style2 table thead th {
            text-transform: uppercase;
            background-color: #f7f7f7;
            padding: 12px 15px;
            border-bottom: 1px solid #d0d2d3;
            font-size: 14px;
            white-space: nowrap
        }

        .table-style2 table tfoot td, .table-style2 table tbody td {
            padding: 15px 15px;
            vertical-align: top;
            border-bottom: 1px solid #d0d2d3;
            padding-bottom: 25px;
            position: relative;
        }

            .table-style2 table tbody td p {
                margin-bottom: 13px;
            }

            .table-style2 table tbody td .btn.link {
                padding: 0;
                font-weight: 500;
                font-size: 15px;
            }

.sidebar-left1 {
    max-width: 250px;
}

.content-sidebar-right1 {
    margin-left: -40px;
}

.invoice-pending-list .flex-row .col:nth-child(1) {
    width: 5%;
}

.invoice-pending-list .flex-row .col:nth-child(2) {
    width: 20%;
}

.invoice-pending-list .flex-row .col:nth-child(3) {
    width: 20%;
}

.invoice-pending-list .flex-row .col:nth-child(4) {
    width: 20%;
}

.invoice-pending-list .flex-row .col:nth-child(5) {
    width: 20%;
}

.invoice-pending-list .flex-row .col:nth-child(6) {
    width: 15%;
}
/* Customize the label (the c-checkbox) */
.c-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .c-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    /* Create a custom checkbox */
    .c-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 21px;
        width: 21px;
        background-color: #ffffff;
        border: 1px solid #6e6750;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .c-checkbox.g-border .checkmark {
        border: 2px solid #68ad45;
    }
    /* On mouse-over, add a grey background color */
    .c-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .c-checkbox input:checked ~ .checkmark {
        background-color: #68ad45;
        border-color: #68ad45;
    }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.c-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.c-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-checkbox.g-border .checkmark:after {
    left: 6px;
    top: 2px;
}

.table-style1 .flex-row .col .btn.link {
    font-size: 15px;
    padding: 0;
    color: #005387;
    font-weight: 500;
}

.table-style1 .flex-row .col .f12 {
    font-size: 12px;
    display: block
}

.invoice-pending-list.table-style1 .content-list .flex-row .col {
    padding-top: 20px;
    padding-bottom: 20px;
}

.invoice-pending-list.table-style1 .content-list li {
    margin-bottom: 10px;
}

    .invoice-pending-list.table-style1 .content-list li.active {
        border-color: #68ad45;
    }

.invoices-section .total-div {
    text-align: right;
    padding: 20px;
    padding-bottom: 30px;
    font-size: 22px;
    color: #303236;
    font-weight: 700;
    border-bottom: 1px solid #d0d1d3;
    margin-bottom: 30px;
}

    .invoices-section .total-div span {
        display: inline-block;
        margin-right: 100px;
        vertical-align: top;
    }

.invoices-section .bottom-btn {
    text-align: right;
}

.block-with-head-design .head-div {
    background-color: #f7f7f7;
    padding: 15px 25px;
    border-bottom: 1px solid #dedede;
}

    .block-with-head-design .head-div h3 {
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-size: 22px;
    }

        .block-with-head-design .head-div h3 .status-span {
            position: relative;
            margin-left: 25px;
            top: -4px;
        }

    .block-with-head-design .head-div .date-div {
        text-align: right;
        padding-top: 5px;
    }

.status-span {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 3px 8px;
    background-color: #ccc;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

    .status-span.pending {
        background-color: #e80000;
        color: #fff;
    }

    .status-span.inactive {
        background-color: #58595b;
        color: #fff;
    }

    .status-span.complated, .status-span.active {
        background-color: #68ad45;
        color: #fff;
    }

    .status-span.awaiting {
        background-color: #a7762b;
        color: #fff;
    }

    .status-span.scheduled {
        background-color: #f6b11a;
        color: #fff;
    }
/*.invoice-detail h4{
     margin: 0;
     padding: 0;
     margin-bottom: 5px;
     font-size: 14px;
     font-weight: 700;
}
 */
.font16 {
    font-size: 15px;
    line-height: 22px;
}
/*.invoice-detail .col-b-padding .col{
     padding-bottom: 45px;
}
 .invoice-detail .work-description .ac-services{
     margin-bottom: 10px;
}
 .invoice-detail .work-description .ac-services .btn{
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     padding: 3px 20px;
     font-size: 15px;
     font-weight: 700;
     background-color: #1262af !important 
}
 */
.invoice-detail .bottom-btn {
    margin-top: 100px;
}

.btn.min-width-120 {
    min-width: 120px;
}

.breadcrumb-div.sm .breadcrumb {
    padding: 0
}

.breadcrumb-div.sm {
    padding: 12px 0 20px 0;
    border-bottom: 1px solid #d0d1d3;
    font-weight: 700;
    margin-bottom: 30px;
}

.breadcrumb-div.sm {
    font-size: 15px;
    color: #58595b;
}

    .breadcrumb-div.sm a {
        color: #f15a29;
        font-weight: 700;
    }

.font12 {
    font-size: 12px;
    line-height: 14px;
}

.font25 {
    font-size: 25px;
    line-height: 24px;
}

.invoices-review-p-content .t1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.invoices-review-p-content .t2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.invoices-review-p-content .billing-to {
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 22px;
    max-width: 420px;
}

    .invoices-review-p-content .billing-to h4 {
        margin: 0;
        padding: 12px 25px;
        color: #005387;
        text-transform: uppercase;
        border-bottom: 1px solid #cecfd0;
        font-size: 15px;
        line-height: 18px;
    }

    .invoices-review-p-content .billing-to .inner-div {
        padding: 25px;
    }

    .invoices-review-p-content .billing-to h3 {
        margin: 0 0 8px 0;
        font-size: 18px;
    }

.invoices-review-p-content .billing-to-payment {
    padding-right: 30px;
}

    .invoices-review-p-content .billing-to-payment table {
        max-width: 370px;
        font-weight: 700;
        font-size: 15px;
        color: #303236;
    }

        .invoices-review-p-content .billing-to-payment table td {
            padding: 15px;
            padding-top: 0;
            padding-bottom: 30px;
        }

        .invoices-review-p-content .billing-to-payment table tbody {
            border-bottom: 1px solid #d0d1d3
        }

        .invoices-review-p-content .billing-to-payment table tfoot td {
            padding-top: 25px;
            padding-bottom: 25px;
            color: #005387;
            font-size: 20px;
        }

.invoices-review-p-content .bottom-btn {
    border-top: 1px solid #d0d1d3;
    margin-top: 20px;
    padding-top: 30px;
    text-align: right
}

.form-style.no-box {
    border: none;
    padding: 0;
    box-shadow: none;
}

.icon-with-number-box {
    margin-bottom: 30px;
}

    .icon-with-number-box .media {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 15px;
    }

        .icon-with-number-box .media .icon-div {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 22px;
            background-color: #ccc;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

            .icon-with-number-box .media .icon-div .fas {
                line-height: 60px;
            }

        .icon-with-number-box .media h4 {
            font-size: 26px;
            font-weight: 700;
        }

        .icon-with-number-box .media .icon-div.blue {
            color: #1262af;
            background-color: #d0e0ef;
        }

        .icon-with-number-box .media .icon-div.yellow {
            color: #f6b11a;
            background-color: #fdefd1;
        }

        .icon-with-number-box .media .icon-div.green {
            color: #68ad45;
            background-color: #e1efda;
        }

        .icon-with-number-box .media .icon-div.orange {
            color: #f15a29;
            background-color: #fcded4;
        }

.icon-with-number-box {
    margin-left: -8px;
    margin-right: -8px;
}

    .icon-with-number-box .col {
        padding-left: 8px;
        padding-right: 8px;
    }

    .icon-with-number-box .media .media-body {
        white-space: nowrap
    }

.title3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    padding-bottom: 15px;
}

.my-account-r-content .table-block {
    padding-bottom: 30px;
}

.my-account-r-content .table-style2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: auto;
}

.table-style2 .tags {
    margin-bottom: 7px;
}

    .table-style2 .tags span {
        display: inline-block;
        padding: 3px 10px;
        background-color: #1262af;
        color: #fff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        line-height: 18px;
    }

.font14 {
    font-size: 14px;
    line-height: 16px;
}

.my-account-r-content .renewals-address {
    padding: 15px 25px;
    color: #fff;
    background-color: #005387;
    font-size: 18px;
    font-weight: 700;
}

.packages-list .flex-row .col:nth-child(1) {
    width: 12%;
}

.packages-list .flex-row .col:nth-child(2) {
    width: 20%;
}

.packages-list .flex-row .col:nth-child(3) {
    width: 20%;
}

.packages-list .flex-row .col:nth-child(4) {
    width: 14%;
}

.packages-list .flex-row .col:nth-child(5) {
    width: 13%;
}

.packages-list .flex-row .col:nth-child(6) {
    width: 10%;
}

.packages-list .flex-row .col:nth-child(7) {
    width: 10%;
}

.packages-list .flex-row .col:nth-child(8) {
    width: 12%;
}

.table-style1 .inner-div {
    min-width: 970px;
}

.packages-detail h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.packages-detail .col-b-padding .col {
    padding-bottom: 45px;
}

.packages-detail .b-btn .btn {
    min-width: 120px;
}

.tab-style1 {
    border: 1px solid #d0d1d3;
}

    .tab-style1 .nav {
        margin: 0;
        padding: 0 10px;
        list-style: none;
        font-size: 0;
        background-color: #f7f7f7;
        border-bottom: 1px solid #d0d1d3;
    }

        .tab-style1 .nav li {
            display: inline-block;
            padding: 0 25px;
        }

            .tab-style1 .nav li.active a {
                color: #005387;
                border-color: #005387;
            }

            .tab-style1 .nav li a {
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                color: #303236;
                padding: 14px 0 10px 0;
                border-bottom: 3px solid transparent;
            }

        .tab-style1 .nav > li > a:focus, .tab-style1 .nav > li > a:hover {
            background-color: transparent;
        }

    .tab-style1 h3 {
        margin: 0;
        font-size: 20px;
        padding: 20px 35px 15px 35px;
        border-bottom: 1px solid #d0d1d3;
        text-transform: capitalize;
    }

    .tab-style1 .content-div {
        padding: 25px 35px;
        font-size: 15px;
        line-height: 24px;
    }

        .tab-style1 .content-div p {
            margin-bottom: 30px;
        }

        .tab-style1 .content-div h4 {
            font-size: 15px;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
        }

            .tab-style1 .content-div h4.blue {
                color: #005387;
            }

        .tab-style1 .content-div ul {
            margin-bottom: 30px;
            padding-left: 20px;
        }

.popup-modal-design .modal-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.popup-modal-design .modal-footer {
    text-align: left;
    border: none;
    padding: 35px 45px;
    padding-top: 20px;
}

.popup-modal-design .modal-body {
    padding: 35px 45px;
    font-size: 15px;
}

.popup-modal-design .col-space-b .col {
    margin-bottom: 30px;
}

.popup-modal-design h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 6px;
}

.popup-modal-design .close {
    opacity: 1;
    font-size: 27px;
    margin-top: 2px;
    margin-right: 15px;
}

.popup-modal-design .modal-footer .btn {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

    .popup-modal-design .modal-footer .btn.btn-white {
        padding-left: 0;
        padding-right: 0;
    }

.popup-modal-design .modal-footer .or {
    padding: 0 15px;
}

.breadcrumb-div.style2 {
    position: static;
    font-size: 15px;
    padding: 40px 0;
}

    .breadcrumb-div.style2 .breadcrumb {
        margin-left: -13px;
    }

    .breadcrumb-div.style2 a {
        color: #303236;
    }

    .breadcrumb-div.style2 .breadcrumb > .active {
        color: #58595b;
    }

    .breadcrumb-div.style2 .breadcrumb > li + li:before {
        color: #303236;
    }

.product-slider-with-thumb {
    padding-right: 20px;
}

    .product-slider-with-thumb .product-gallery-top img {
        width: 100%;
        height: auto
    }

    .product-slider-with-thumb .product-gallery-thumbs {
        padding: 40px 50px;
    }

        .product-slider-with-thumb .product-gallery-thumbs .swiper-slide {
            border: 1px solid #bcbec0;
            opacity: 0.5;
        }

        .product-slider-with-thumb .product-gallery-thumbs img {
            width: 100%;
            height: auto
        }

        .product-slider-with-thumb .product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
            opacity: 1;
            border-color: #f15a29;
            border-width: 2px;
        }

.comm-product-detail-section h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #58595b;
    font-weight: 700;
    margin-bottom: 20px;
}

.comm-product-detail-section h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #303236;
    font-weight: 700;
}

.comm-product-detail-section h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #303236;
    font-weight: 700;
}

.comm-product-detail-section .starting-from {
    font-size: 15px;
    border-bottom: 1px solid #d0d1d3;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .comm-product-detail-section .starting-from .aed {
        font-size: 30px;
        font-weight: 700;
        color: #005387;
        padding: 15px 0;
    }

        .comm-product-detail-section .starting-from .aed sub {
            font-size: 20px;
            bottom: 0;
            line-height: 20px;
        }

        .comm-product-detail-section .starting-from .aed span {
            font-size: 18px;
            color: #303236;
            font-weight: 400;
        }

.comm-product-detail-section .form-style {
    max-width: 610px;
}

    .comm-product-detail-section .form-style .form-group {
        margin-bottom: 30px;
    }

        .comm-product-detail-section .form-style .form-group .with-right-btn {
            padding-right: 165px;
        }

            .comm-product-detail-section .form-style .form-group .with-right-btn .or-span {
                position: absolute;
                left: 100%;
                margin-left: 30px;
                top: 10px;
                text-transform: uppercase;
            }

.comm-product-detail-section .two-button {
    margin-bottom: 10px;
}

    .comm-product-detail-section .two-button .btn {
        font-size: 20px;
        padding: 10px 35px;
        margin-bottom: 10px;
    }

        .comm-product-detail-section .two-button .btn.btn-link {
            text-decoration: underline;
            color: #005387;
            padding-left: 0;
            padding-right: 0
        }

    .comm-product-detail-section .two-button .or {
        padding: 0 18px;
        font-size: 20px;
        color: #303236;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -5px;
    }

    .comm-product-detail-section .two-button .btn.sign-in {
        min-width: 280px;
    }

.comm-product-detail-section .add-cart-div {
    margin-bottom: 20px;
    font-size: 15px;
}

    .comm-product-detail-section .add-cart-div p {
        margin-bottom: 0px;
    }

    .comm-product-detail-section .add-cart-div .btn {
        font-size: 20px;
        height: 50px;
    }

    .comm-product-detail-section .add-cart-div a {
        color: #f15a29;
        text-decoration: none;
    }

        .comm-product-detail-section .add-cart-div a .far {
            font-size: 22px;
            line-height: 24px;
            position: relative;
            top: 4px;
        }

.comm-product-detail-section .right-content-div .yellow-box {
    background-color: #ffc40c;
    color: #303236;
    font-size: 15px;
    display: inline-block;
    padding: 8px 15px;
    background-image: url(../images/yellow-img1.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-right: 25px;
    margin-bottom: 20px;
}

.comm-product-detail-section .right-content-div .details-div {
    border-top: 1px solid #d0d1d3;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 22px;
}

.product-bottom-tab-section .tab-style1 {
    border: none;
}

.product-bottom-tab-section .tab-content {
    border: 1px solid #d0d1d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.product-bottom-tab-section .tab-style1 .nav {
    margin-bottom: 25px;
    background-color: #005387;
}

    .product-bottom-tab-section .tab-style1 .nav li a {
        padding: 20px 0 15px 0;
        color: #fff;
        text-transform: capitalize;
        font-size: 20px;
    }

.product-bottom-tab-section .nav li.active a {
    color: #f6b11a;
    border-color: #f6b11a;
}

.grey-bg {
    background-color: #f3f3f3
}

.select-aera-popup .modal-body {
    padding: 0
}

.select-aera-popup .select-search {
    padding: 20px;
    background-color: #f3f3f3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

    .select-aera-popup .select-search .custom-dropdown {
        width: 30%;
    }

    .select-aera-popup .select-search .search-div {
        width: 70%;
        position: relative
    }

    .select-aera-popup .select-search .custom-dropdown .form-control {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 1px;
        -webkit-border-top-right-radius: 1px;
        border-top-right-radius: 1px;
        -moz-border-radius-bottomright: 1px;
        -webkit-border-bottom-right-radius: 1px;
        border-bottom-right-radius: 1px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-color: #fff;
        height: 50px;
    }

    .select-aera-popup .select-search .search-div .form-control {
        -moz-border-radius-topleft: 1px;
        -webkit-border-top-left-radius: 1px;
        border-top-left-radius: 1px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 1px;
        -webkit-border-bottom-left-radius: 1px;
        border-bottom-left-radius: 1px;
        border-left: none;
        height: 50px;
    }

    .select-aera-popup .select-search .search-div .fa {
        position: absolute;
        top: 50%;
        left: 11px;
        color: #bcbec0;
        margin-top: -10px;
    }

.modal.max-width700 .modal-dialog {
    width: 700px;
}

.modal.max-width1300 .modal-dialog {
    width: 1310px;
}

.select-aera-popup .tag-lists {
    margin: 0 -7px;
    padding: 20px;
    list-style: none;
    font-size: 0
}

    .select-aera-popup .tag-lists li {
        display: inline-block;
        padding: 7px;
    }

        .select-aera-popup .tag-lists li a {
            display: block;
            padding: 10px 20px;
            border: 1px solid #bcbec0;
            font-size: 15px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            color: #58595b;
            text-decoration: none;
        }

        .select-aera-popup .tag-lists li:hover a {
            background-color: #005387;
            color: #fff;
        }

        .select-aera-popup .tag-lists li.more:hover a, .select-aera-popup .tag-lists li.more a {
            border: none;
            color: #f15a29;
            background-color: transparent;
        }

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.form-style .form-control:disabled {
   /*color: #969798*/ 
   color:#000;
}

.head-back-section {
    padding: 40px 0;
}

    .head-back-section .page-back-btn {
        border: none;
        padding: 0;
        margin: 0
    }

.accordion-style2.gray-tab-style .panel-heading a {
    background-color: #f7f7f7;
    color: #303236;
    border-bottom: 1px solid #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-style2.gray-tab-style .panel {
    border: 1px solid #dedede;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-style2.gray-tab-style .panel-heading a.collapsed {
    border-bottom: none;
}

.accordion-style2.gray-tab-style .panel-body {
    padding: 30px 40px;
}

.select-property-section .custom-radio {
    border: 1px solid #dedede;
    padding: 25px;
    padding-left: 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 100px;
    font-weight: 500 !important;
    font-size: 13px;
}

    .select-property-section .custom-radio .checkmark {
        top: 27px;
        left: 25px;
    }

    .select-property-section .custom-radio .box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        border: 2px solid #005387;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .select-property-section .custom-radio input:checked ~ .checkmark + .box {
        display: block;
    }

.select-property-section .add-new-property {
    padding: 5px 20px;
    border-bottom: 1px solid #d0d1d3;
    border-top: 1px solid #d0d1d3;
}

    .select-property-section .add-new-property a {
        font-size: 15px;
        color: #f15a29;
        font-weight: 700;
    }

        .select-property-section .add-new-property a .fa {
            margin-right: 10px;
        }

.select-property-section .bottom-cta {
    padding: 40px 0;
    text-align: right
}

.btn.btn24 {
    font-size: 24px !important;
    padding: 15px 35px !important;
    font-weight: 700;
}

.page-title-30 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.form-style .form-group .radio-btn-group {
    padding-top: 10px;
}

.form-style .geo-location {
    border-bottom: 1px solid #d0d1d3;
    padding: 10px 25px;
    color: #303236;
    position: relative;
}

    .form-style .geo-location .link {
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #f15a29;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }

.geo-location .fa {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 15px;
    color: #005387;
}

.register-new-property-section .form-style .bottom-btn {
    text-align: right;
    padding-top: 15px;
}

    .register-new-property-section .form-style .bottom-btn .btn {
        margin-bottom: 15px;
    }

.customer-service-section.p-t-90 {
    padding-top: 90px !important;
}

.cart-product-list-section .table-style2 table {
    color: #303236;
    font-size: 15px;
}

    .cart-product-list-section .table-style2 table thead th {
        background-color: #ffc40c;
        color: #303236;
        padding: 10px 20px;
    }

    .cart-product-list-section .table-style2 table h4 {
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-size: 18px;
    }

    .cart-product-list-section .table-style2 table tbody td {
        background-color: #f7f7f7;
        padding: 20px;
    }

    .cart-product-list-section .table-style2 table tbody .p-thumb {
        width: 130px;
    }

    .cart-product-list-section .table-style2 table tbody .price {
        width: 180px;
    }

    .cart-product-list-section .table-style2 table tbody .product {
        width: 250px;
    }

    .cart-product-list-section .table-style2 table tbody .remove-cta {
        width: 60px;
    }

    .cart-product-list-section .table-style2 table td .remove {
        color: #f15a29;
        font-size: 20px;
    }

    .cart-product-list-section .table-style2 table td h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
    }

        .cart-product-list-section .table-style2 table td h3 span {
            display: block;
            font-size: 18px;
        }

.cart-product-list-section .location {
    color: #58595b;
}

    .cart-product-list-section .location .fa {
        margin-right: 3px;
    }

.font14 {
    font-size: 14px;
    line-height: 16px;
}

.cart-product-list-section .total-div {
    border-bottom: 1px solid #d6d7d9;
    padding-bottom: 30px;
}

    .cart-product-list-section .total-div table {
        float: right;
        width: 360px;
    }

    .cart-product-list-section .total-div .total-text {
        text-align: left;
        width: 100px;
        font-size: 18px;
    }

    .cart-product-list-section .total-div h3 {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 20px;
        font-weight: 700;
    }

.cart-product-list-section .bottom-btn {
    padding: 30px 0;
}

    .cart-product-list-section .bottom-btn .left-btn {
        padding: 15px 0
    }

        .cart-product-list-section .bottom-btn .left-btn a {
            font-size: 15px;
            color: #f15a29;
            font-weight: 700;
            text-decoration: none;
            margin-right: 55px;
        }

        .cart-product-list-section .bottom-btn .left-btn .fa.fa-print {
            font-size: 18px;
        }

        .cart-product-list-section .bottom-btn .left-btn .fa {
            font-size: 15px;
            position: relative;
            top: 1px;
            margin-right: 5px;
        }

.services-post.style2 {
    border: 1px solid #e2e2e2;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

    .services-post.style2 .conetnt-div p {
        margin-bottom: 15px;
        clear: both;
        font-size:14px;
    }

    .services-post.style2 .conetnt-div .b-btn {
        clear: both;
    }

    .services-post.style2 .conetnt-div h3 {
        margin-bottom: 5px;
    }

    .services-post.style2 .start-from {
        margin-bottom: 15px;
    }

        .services-post.style2 .start-from h2 {
            margin: 0;
            padding: 3px 0 0;
            font-size: 30px;
            color: #005387;
            font-weight: 700;
        }

            .services-post.style2 .start-from h2 sup {
                font-size: 18px;
                line-height: 18px;
            }

            .services-post.style2 .start-from h2 sub {
                font-size: 18px;
                line-height: 18px;
            }

            .services-post.style2 .start-from h2 span {
                font-weight: 300;
            }

.popular-carousel-section .swiper-container {
    padding: 15px;
}

.popular-carousel-section .section-head-content {
    margin-bottom: 40px;
}

.billing-info-bottom {
    border-bottom: 1px solid #d6d7d9;
    padding: 0 30px;
    padding-bottom: 40px;
}

    .billing-info-bottom .billing-to {
        background-color: #f7f7f7;
        font-size: 15px;
        line-height: 22px;
        max-width: 420px;
    }

        .billing-info-bottom .billing-to h4 {
            margin: 0;
            padding: 12px 25px;
            color: #005387;
            text-transform: uppercase;
            border-bottom: 1px solid #cecfd0;
            font-size: 15px;
            line-height: 18px;
        }

        .billing-info-bottom .billing-to .inner-div {
            padding: 25px;
        }

        .billing-info-bottom .billing-to h3 {
            margin: 0 0 8px 0;
            font-size: 18px;
        }

    .billing-info-bottom .billing-to-payment table {
        font-size: 18px;
        color: #303236;
    }

        .billing-info-bottom .billing-to-payment table td {
            padding: 15px 0;
            padding-top: 0;
            padding-bottom: 30px;
        }

        .billing-info-bottom .billing-to-payment table tbody {
            border-bottom: 1px solid #d0d1d3
        }

        .billing-info-bottom .billing-to-payment table tfoot td {
            padding-top: 25px;
            padding-bottom: 25px;
            vertical-align: top;
            font-size: 24px;
        }

            .billing-info-bottom .billing-to-payment table tfoot td p {
                margin-bottom: 8px;
            }

    .billing-info-bottom .billing-to-payment {
        float: right;
        width: 440px;
    }

.blue-color {
    color: #005387;
}

.billing-info-bottom .billing-to-payment .font15 {
    font-size: 15px;
    color: #58595b;
}

.promocode-div {
    position: relative;
    padding-right: 120px;
    margin-bottom: 30px;
}

    .promocode-div .form-control {
        background-color: #f3f3f3;
        height: 40px;
    }

    .promocode-div .btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 105px;
        font-size: 15px;
    }

.cart-product-list-section .bottom-btn .t-and-c-div {
    text-align: right;
    margin-bottom: 15px;
}

    .cart-product-list-section .bottom-btn .t-and-c-div .c-checkbox {
        display: inline-block;
        width: 350px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        padding-left: 40px;
    }

        .cart-product-list-section .bottom-btn .t-and-c-div .c-checkbox a {
            text-decoration: none;
        }

.review-order-page .cart-product-list-section .table-style2 table tbody td {
    background-color: #fff;
}

.chk-payment-section .billing-info-bottom {
    padding: 0;
    border: none;
}

    .chk-payment-section .billing-info-bottom .billing-to, .chk-payment-section .billing-info-bottom .billing-to-payment {
        width: auto;
        float: none;
        max-width: inherit;
    }

.chk-payment-section .form-style .form-group {
    margin-bottom: 30px;
}

.chk-payment-section .left-div {
    padding-right: 80px;
}

.chk-payment-section .form-style .form-group.bottom-btn {
    padding: 10px 0;
}

    .chk-payment-section .form-style .form-group.bottom-btn .btn {
        min-width: 240px;
    }

        .chk-payment-section .form-style .form-group.bottom-btn .btn .fa {
            margin-right: 5px;
        }

.chk-payment-section .form-style .form-group.card-type {
    border-top: 1px solid #d0d1d3;
    padding-top: 30px;
    margin-bottom: 60px;
}

.chk-payment-section .card-type table {
    max-width: 440px;
}

    .chk-payment-section .card-type table td {
        padding-right: 15px;
    }

.payment-order-summary {
    border: 1px solid #bcbec0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .payment-order-summary .title {
        margin: 0;
        padding: 13px 25px;
        background-color: #ffc40c;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .payment-order-summary .inner-div {
        padding: 15px;
    }

    .payment-order-summary .list {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 25px;
    }

        .payment-order-summary .list li {
            border-bottom: 1px solid #bcbec0;
            padding: 20px 5px;
            font-size: 14px;
        }

            .payment-order-summary .list li:first-child {
                padding-top: 0;
            }

        .payment-order-summary .list h4 {
            margin: 0;
            padding: 0;
            padding-bottom: 3px;
            font-size: 15px;
            font-weight: 700;
        }

        .payment-order-summary .list h3 {
            margin: 0;
            padding: 0;
            text-align: right;
            font-size: 18px;
            font-weight: 700;
            color: #303236;
        }

            .payment-order-summary .list h3 span {
                font-size: 500;
                color: #58595b;
            }

    .payment-order-summary .b-address {
        margin-top: 20px;
    }

.chk-payment-section .billing-info-bottom .billing-to-payment table tfoot td {
    font-size: 22px;
    padding-bottom: 10px;
}

.guest-checkout-section .customer-details {
    margin-bottom: 100px;
}

    .guest-checkout-section .customer-details .radio-div {
        padding-top: 10px;
    }

        .guest-checkout-section .customer-details .radio-div label {
            display: inline-block;
            margin-right: 40px;
            font-weight: 500 !important;
            margin-bottom: 0
        }

    .guest-checkout-section .customer-details .c-checkbox {
        line-height: 22px;
        padding-left: 30px;
        text-transform: none
    }

    .guest-checkout-section .customer-details .returning-customer {
        font-size: 18px;
        text-align: right;
        padding-top: 5px;
    }

        .guest-checkout-section .customer-details .returning-customer a {
            color: #f15a29;
            text-decoration: underline;
        }

.form-style .mobile-number .custom-dropdown {
    width: 100px;
}

    .form-style .mobile-number .custom-dropdown .form-control {
        padding: 0 15px;
        min-width: inherit;
        border: none;
        background-color: transparent
    }

    .form-style .mobile-number .custom-dropdown + input {
        padding-left: 110px;
    }

.payment-failed-box {
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #bcbec0;
    margin-bottom: 25px;
    padding: 40px;
    max-width: 580px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

    .payment-failed-box .info-icon {
        color: #e80000;
        font-size: 72px;
    }

    .payment-failed-box h2 {
        margin: 0;
        padding: 20px 0;
        font-size: 36px;
        line-height: 38px;
        font-weight: 700
    }

    .payment-failed-box .transaction-div {
        font-size: 20px;
        padding: 50px 0;
        border-top: 1px solid #d0d1d3;
        margin-top: 30px;
    }

        .payment-failed-box .transaction-div p {
            margin-bottom: 35px;
        }

        .payment-failed-box .transaction-div strong {
            color: #303236;
            font-weight: 700;
        }

        .payment-failed-box .transaction-div .status {
            padding-left: 5px;
        }

            .payment-failed-box .transaction-div .status.pending {
                color: #e80000;
            }

    .payment-failed-box .button-div {
        padding-top: 25px;
    }

        .payment-failed-box .button-div .btn {
            width: 150px;
            height: 43px;
            line-height: 28px;
            font-size: 17px;
        }

.yellow-form-bg.chk-payment-failed-section {
    background-position: center 75%;
}

.order-success-msg-section .content-div {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #303236;
}

    .order-success-msg-section .content-div a {
        color: #005387;
        text-decoration: underline;
    }

.order-success-msg-section h2 {
    margin: 0;
    padding: 0;
    color: #005387;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

    .order-success-msg-section h2 .fa {
        font-size: 36px;
        margin-right: 3px;
    }

.order-success-msg-section h1 {
    margin: 0;
    padding: 0;
    color: #005387;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

    .order-success-msg-section h1 .fa {
        font-size: 36px;
        margin-right: 3px;
    }

.order-success-msg-section h3 {
    margin: 0;
    padding: 0;
    color: #303236;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.grey-panel-box {
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .grey-panel-box strong {
        color: #303236;
    }

    .grey-panel-box h4 {
        margin: 0;
        padding: 12px 25px;
        color: #005387;
        text-transform: uppercase;
        border-bottom: 1px solid #cecfd0;
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
    }

    .grey-panel-box .inner-div {
        padding: 25px;
    }

    .grey-panel-box h3 {
        margin: 0 0 8px 0;
        font-size: 18px;
        font-weight: 700;
    }

.order-success-section .order-detail table {
    max-width: 450px;
    width: 100%;
}

    .order-success-section .order-detail table td {
        padding: 6px 0;
    }

.order-success-section .order-detail .success {
    color: #68ad45
}

.order-success-section .total-div {
    font-size: 18px;
}

    .order-success-section .total-div strong {
        color: #303236;
    }

    .order-success-section .total-div .blue-color {
        color: #005387;
    }

    .order-success-section .total-div .col {
        padding: 15px 25px;
    }

    .order-success-section .total-div .promo-div .col {
        padding: 10px 10px;
    }

    .order-success-section .total-div .promo-div {
        padding: 0px 15px;
        border: 1px dashed #68ad45;
        background-color: #f0f7ec
    }

    .order-success-section .total-div .bottom-div {
        border-top: 1px solid #d0d1d3;
        margin-top: 25px;
        font-size: 22px;
    }

.order-success-section .left-div .button-div {
    margin-top: 50px;
}

    .order-success-section .left-div .button-div .link-btn {
        margin-top: 20px;
        display: inline-block
    }

.payment-order-summary .title.blue-bg {
    background-color: #005387;
    color: #fff;
}

.order-success-section .payment-order-summary .list {
    margin-bottom: 0
}

a.link-btn {
    font-size: 15px;
    color: #f15a29;
    font-weight: 700;
    text-decoration: none;
}

    a.link-btn .fa {
        font-size: 18px;
    }

.table-style1.service-booking-list .content-list .flex-row .col {
    padding-top: 40px;
    padding-bottom: 20px;
}

.table-style1.service-booking-list .flex-row .col:nth-child(1) {
    width: 15%;
}

.table-style1.service-booking-list .flex-row .col:nth-child(2) {
    width: 15%;
}

.table-style1.service-booking-list .flex-row .col:nth-child(3) {
    width: 20%;
}

.table-style1.service-booking-list .flex-row .col:nth-child(4) {
    width: 20%;
}

.table-style1.service-booking-list .flex-row .col:nth-child(5) {
    width: 15%;
}

.table-style1.service-booking-list .flex-row .col:nth-child(6) {
    width: 15%;
}

.service-booking-list .service {
    padding: 5px 15px;
    background-color: #1262af;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    /*white-space: nowrap;
    */
}

.service-booking-list .status-div {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 8px;
    font-size: 12px;
    background: #ccc;
    color: #fff;
    text-transform: uppercase;
}

    .service-booking-list .status-div.scheduled {
        background-color: #f6b11a;
    }

    .service-booking-list .status-div.scheduled {
        background-color: #f6b11a;
    }

    .service-booking-list .status-div.awaiting {
        background-color: #a7762b;
    }

    .service-booking-list .status-div.completed {
        background-color: #68ad45;
    }

.service-booking-list .right-link {
    font-size: 15px;
}

.service-booking-list .inner-div {
    min-width: 900px;
}

.service-booking-btn {
    padding: 20px 0;
    border-top: 1px solid #d0d1d3;
    border-bottom: 1px solid #d0d1d3;
    margin-top: 30px;
    text-align: center;
}

    .service-booking-btn .btn {
        font-size: 15px;
        padding: 8px 23px;
    }

.custom-pagination {
    margin: 50px 0;
}

    .custom-pagination .pagination > li > a, .custom-pagination .pagination > li > span {
        border: none;
        font-size: 18px;
        background-color: transparent;
        color: #58595b;
    }

    .custom-pagination .pagination > li {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }

        .custom-pagination .pagination > li:last-child > a, .custom-pagination .pagination > li:last-child > span, .custom-pagination .pagination > li:first-child > a, .custom-pagination .pagination > li:first-child > span {
            border: 2px solid #bcbec0;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            width: 30px;
            height: 30px;
            color: #bcbec0;
        }

        .custom-pagination .pagination > li:first-child a .fal {
            font-size: 22px;
            position: relative;
            left: -4px;
            top: -3px;
        }

        .custom-pagination .pagination > li:last-child a .fal {
            font-size: 22px;
            position: relative;
            left: -2px;
            top: -3px;
        }

        .custom-pagination .pagination > li:last-child {
            margin-left: 15px;
        }

        .custom-pagination .pagination > li:first-child {
            margin-right: 15px;
        }

        .custom-pagination .pagination > li > a:focus, .custom-pagination .pagination > li > a:hover, .custom-pagination .pagination > li > span:focus, .custom-pagination .pagination > li > span:hover {
            color: #005387;
        }

.service-booking-pupup .close {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    opacity: 1;
    box-shadow: none;
    font-weight: normal;
    text-shadow: none;
    font-size: 15px;
}

.service-booking-pupup .nav {
    font-size: 0;
}

    .service-booking-pupup .nav > li {
        width: 50%;
        text-align: center;
        font-size: 24px;
        border: none;
        display: inline-block;
    }

        .service-booking-pupup .nav > li a {
            padding: 0;
            margin: 0;
            height: 65px;
            line-height: 65px;
            font-size: 24px;
            color: #303236;
            background-color: #bcbec0;
        }

        .service-booking-pupup .nav > li.active a {
            color: #005387;
            background-color: #ffffff;
        }

.service-booking-pupup .modal-content {
    overflow: hidden
}

.service-booking-pupup .modal-body {
    padding: 40px;
}

.service-booking-pupup .form-style .form-group {
    margin-bottom: 30px;
}

.service-booking-pupup .available_slots .check-style2 {
    margin-bottom: 20px;
}

.service-booking-pupup .available_slots .col {
    padding-left: 10px;
    padding-right: 10px;
}

.service-booking-pupup .available_slots .row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-or-div {
    margin: 20px 0 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .form-or-div:after {
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        background: #ccc;
        width: 100%;
        display: block;
        content: "";
        z-index: 1;
    }

    .form-or-div span {
        display: inline-block;
        padding: 5px 10px;
        background-color: #fff;
        position: relative;
        z-index: 5
    }

.service-booking-pupup .form-style .form-group.available_slots {
    margin-bottom: 0
}

.service-booking-pupup .bottom-btn .or-btn {
    padding: 0 15px;
    text-align: center
}

.service-booking-pupup .bottom-btn .btn {
    min-width: 120px;
    height: 40px;
    font-size: 15px;
}
.service-booking-pupup .bottom-btn .ml40 {
    margin-left: 40px;
}
    .service-booking-pupup .bottom-btn .btn.btn-white {
        padding-left: 0;
        min-width: inherit;
    }

.service-booking-pupup .form-style .form-group textarea {
    height: 150px;
}

.service-booking-pupup .form-style {
    margin-bottom: 0
}

.form-style .select-date-time {
    position: relative;
}

    .form-style .select-date-time .form-control {
        padding-left: 45px;
    }

    .form-style .select-date-time .icon, .form-style .select-date-time .fa {
        position: absolute;
        left: 13px;
        top: 50%;
        margin-top: -10px;
        font-size: 20px;
        color: #bcbec0;
    }

.new-sb-form-section .form-style .form-group {
    margin-bottom: 30px;
}

    .new-sb-form-section .form-style .form-group.btn-div .btn {
        height: 40px;
    }

.form-style .select-photo {
    position: relative;
    font-size: 0;
    margin-top: 10px;
}

    .form-style .select-photo .select-input {
        position: relative;
        padding-top: 13px;
        width: 90px;
        height: 90px;
        background-color: #f3f3f3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

        .form-style .select-photo .select-input p {
            padding-top: 5px;
            font-weight: 700;
            color: #f15a29;
        }

        .form-style .select-photo .select-input input {
            position: absolute;
            z-index: 5;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: block;
            opacity: 0;
            cursor: pointer;
        }

    .form-style .select-photo .photo-div {
        width: 88px;
        height: 88px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        background-size: cover;
        margin-right: 25px;
        display: inline-block;
        vertical-align: top;
    }

        .form-style .select-photo .photo-div a {
            position: absolute;
            display: inline-block;
            right: -8px;
            top: -8px;
            color: #005387;
            overflow: hidden;
            font-size: 0;
            line-height: 0;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background-color: #fff;
        }

            .form-style .select-photo .photo-div a .fa {
                line-height: 21px;
                font-size: 23px;
            }

    .form-style .select-photo .remove-all {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        color: #f15a29;
    }

.inline-services {
    font-size: 0
}

    .inline-services .check-style2 {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 15px;
        vertical-align: middle;
        /*max-width: 225px;
    */
        font-size: 16px !important;
        text-align: center
    }

    .inline-services .more-btn {
        display: inline-block;
        font-size: 18px;
        padding: 8px 5px;
        vertical-align: middle;
        text-decoration: none;
        color: #f15a29;
        margin-bottom: 15px;
    }

    .inline-services .check-style2 .text {
        padding: 10px 20px;
        text-transform: none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        border-radius: 30px;
    }

.new-sb-form-section .inline-services.select-issue .check-style2 {
    height: 60px;
}

.new-sb-form-section .inline-services.select-issue .search-div {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d1d3;
}

    .new-sb-form-section .inline-services.select-issue .search-div .btn {
        padding: 0;
        font-size: 18px;
    }

    .new-sb-form-section .inline-services.select-issue .search-div .form-control {
        border: none;
        background: none;
        box-shadow: none;
        padding-left: 30px;
        font-size: 15px;
    }

.form-style .inner-border-box {
    padding: 30px 20px;
    padding-bottom: 15px;
    border: 1px solid #d0d1d3;
}

.notification-popup {
    font-size: 18px;
    line-height: 22px;
    color: #303236;
    font-weight: 500;
}

    .notification-popup .close {
        position: absolute;
        top: -25px;
        right: 0;
        color: #fff;
        opacity: 1;
        box-shadow: none;
        font-weight: normal;
        text-shadow: none;
        font-size: 15px;
    }

    .notification-popup .modal-body {
        padding: 40px;
        text-align: center
    }

    .notification-popup .icon-div {
        font-size: 72px;
        margin-bottom: 0px;
    }

        .notification-popup .icon-div.green {
            color: #68ad45;
        }

        .notification-popup .icon-div.red {
            color: #e80000;
        }

    .notification-popup .conetnt-div {
        padding: 0 20px;
        padding-bottom: 40px;
        margin-bottom: 50px;
        border-bottom: 1px solid #d0d1d3;
    }

    .notification-popup .modal-otp .conetnt-div {
        padding: 0 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px solid #d0d1d3;
    }

    .notification-popup .modal-otp .bottom-btn {
        margin-bottom: 0px;
    }
    .notification-popup .heading {
        font-size: 36px;
        font-weight: 700;
        margin: 0;
        padding: 25px 0;
    }

    .notification-popup h2 {
        font-size: 36px;
        font-weight: 700;
        margin: 0;
        padding: 25px 0;
    }

    .notification-popup h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        margin-top: 30px;
    }

        .notification-popup h3 span {
            font-weight: 500;
        }

    .notification-popup .bottom-btn {
        margin-bottom: 25px;
    }

.btn.btn17 {
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    line-height: 25px;
}

.btn.btnskip {
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    line-height: 25px;
    width: 1270px;
}

.left-sidebar-menu {
    display: none;
    font-size: 18px;
    margin-bottom: 20px;
    color: #397398;
}

    .left-sidebar-menu .btn {
        padding: 0;
        margin-right: 10px;
        font-size: 26px;
        color: #397398;
    }

    .left-sidebar-menu span.text {
        color: #303236;
    }

.close-sidebar-menu {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 20px;
    display: none;
    color: #397398 !important;
}

.table-style2 table tbody td .status-span.right {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 8px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table-style2.with-right-top-status table tbody td {
    padding-top: 35px;
    padding-bottom: 35px;
}

.table-style2 table tbody td.p-gap p {
    margin-bottom: 8px;
}

.account-notifications-list {
    border-top: 1px solid #d0d1d3;
    margin: 50px 0;
}

    .account-notifications-list .media {
        padding: 35px 20px;
        margin: 0;
        border-bottom: 1px solid #d0d1d3;
    }

        .account-notifications-list .media:hover {
            background-color: #edf3f7;
        }

        .account-notifications-list .media .pull-left {
            width: 75px;
            padding-right: 15px;
        }

            .account-notifications-list .media .pull-left img {
                width: 100%;
            }

        .account-notifications-list .media h4 {
            margin: 0 0 5px 0;
            font-size: 15px;
            font-weight: 700;
        }

    .account-notifications-list p {
        margin-bottom: 5px;
    }

    .account-notifications-list .media .date {
        color: #58595b;
        opacity: 0.6;
    }

.notifications-section .head-div {
    border-bottom: 1px solid #d0d1d3;
    margin-bottom: 30px;
}

    .notifications-section .head-div .sub-title {
        margin-bottom: 0;
        border: 0
    }

    .notifications-section .head-div .right-link {
        text-align: right;
    }

        .notifications-section .head-div .right-link a {
            color: #f15a29;
            font-size: 15px;
            display: inline-block;
            padding: 10px 0;
            font-weight: 700;
            text-decoration: none;
        }

.services-tag span {
    padding: 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background-color: #1262af !important;
    color: #fff;
}

.write-a-review-popup label {
    padding-top: 10px;
    padding-right: 10px;
}

.write-a-review-popup textarea.form-control {
    min-height: 150px;
}

.write-a-review-popup .form-style {
    margin-bottom: 0
}

.popup-modal-design.write-a-review-popup .modal-body {
    padding-bottom: 0
}

.account-edit-content .form-style .inner-div {
    padding: 40px 30px;
}

.account-edit-content .form-style .form-group {
    margin-bottom: 30px;
}

.account-edit-content .bottom-btn {
    margin-top: 70px;
}

    .account-edit-content .bottom-btn .or {
        padding: 5px 10px;
        font-size: 15px;
    }

    .account-edit-content .bottom-btn .btn.btn-white {
        padding-left: 0;
        min-width: inherit !important;
    }

.services-carousel-section .bottom-btn {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.account-edit-content .btn.change-p-btn {
    border-width: 1px !important;
    min-width: 200px !important;
}

.account-edit-content .form-style .form-group.mb10 {
    margin-bottom: 10px;
}

.change-password-popup .form-style .form-group {
    margin-bottom: 30px;
}

.popup-modal-design.change-password-popup .modal-body {
    padding-bottom: 0
}

.table-style1.properties-list .flex-row .col:nth-child(1) {
    width: 45%;
}

.table-style1.properties-list .flex-row .col:nth-child(2) {
    width: 20%;
}

.table-style1.properties-list .flex-row .col:nth-child(3) {
    width: 20%;
}

.table-style1.properties-list .flex-row .col:nth-child(4) {
    width: 15%;
}

.add-new-property-btn {
    padding: 20px 0;
    border-top: 1px solid #d0d1d3;
    border-bottom: 1px solid #d0d1d3;
    margin-top: 30px;
    text-align: center;
}

    .add-new-property-btn .btn .far {
        margin-right: 5px;
    }

.btn.btn14 {
    font-size: 14px;
    padding: 7px 20px;
}

.btn.btn16 {
    font-size: 15px;
    line-height: 28px;
    padding: 5px 22px;
}

.detail-info-list-block h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.detail-info-list-block .col {
    padding-bottom: 45px;
}

.property-detail .bottom-btn {
    margin-top: 20px;
}

.properties-add-section .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
}

.properties-add-section .form-style .bottom-btn {
    margin-top: 30px;
    margin-bottom: 0
}

    .properties-add-section .form-style .bottom-btn .btn {
        min-width: 130px;
    }

.form-style.mb0 {
    margin-bottom: 0
}

.form-style .right-cancel-text {
    position: relative
}

    .form-style .right-cancel-text .btn {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        height: 100%;
        color: #f15a29;
        line-height: 25px;
    }

    .form-style .right-cancel-text .form-control {
        padding-right: 65px;
    }

.set-location-popup .modal-header {
    padding: 10px;
}

.set-location-popup.popup-modal-design .modal-body {
    padding: 0
}

.set-location-popup .head-div {
    padding: 15px 20px;
    padding-bottom: 30px;
}

.search-location {
    position: relative;
}

    .search-location .form-control {
        background-color: #f3f3f3;
        border-color: #c0c2c3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-left: 40px;
        padding-right: 260px;
        height: 42px;
    }

    .search-location .fa-search {
        position: absolute;
        left: 12px;
        top: 13px;
        color: #bcbec0;
    }

    .search-location .right-div {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 5px 0;
    }

.set-location-popup.popup-modal-design .modal-dialog {
    width: 900px;
}

.set-location-popup .select-l-btn {
    color: #005387;
    border-left: 1px solid #bcbec0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 33px;
    text-decoration: none;
}

.set-location-popup .close-btn {
    line-height: 33px;
    padding: 2px 15px;
    color: #5d5e60;
    text-decoration: none;
}

.set-location-popup .select-l-btn .fas {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.set-location-popup .map-div #map {
    width: 100%;
    height: 600px;
}

.set-location-popup .modal-content {
    overflow: hidden;
}

.table-style1.quotations-list .flex-row .col:nth-child(1) {
    width: 35%;
}

.table-style1.quotations-list .flex-row .col:nth-child(2) {
    width: 30%;
}

.table-style1.quotations-list .flex-row .col:nth-child(3) {
    width: 20%;
}

.table-style1.quotations-list .flex-row .col:nth-child(4) {
    width: 15%;
}

.table-style1.quotations-list .dropdown {
    margin: 0 0 0 15px;
}

.quotations-list .dropdown button {
    background-color: transparent;
    border: none;
    font-size: 19px;
    color: #005387;
    outline: none;
}

.quotations-list .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #d4d5d6;
    min-width: 150px;
}

    .quotations-list .dropdown .dropdown-menu > li > a {
        display: block;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #ebebec;
    }

.detail-info-list-block .mb10 {
    margin-bottom: 10px;
}

.detail-info-list-block .rating-div {
    color: #f6b11a;
    font-size: 24px;
    margin-bottom: 35px;
    padding-top: 5px;
}

.quotation-detail-table h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.quotation-detail-table .bottom-btn {
    font-size: 0;
    margin-top: 50px;
}

    .quotation-detail-table .bottom-btn .btn {
        margin-right: 15px;
        min-width: 120px;
    }

.faq-menu {
    background-color: #005387;
    padding-bottom: 20px;
    max-width: 270px;
}

    .faq-menu ul {
        margin: 0;
        padding: 0;
        padding-bottom: 25px;
        list-style: none;
    }

        .faq-menu ul li a {
            display: block;
            padding: 15px 25px;
            font-size: 15px;
            font-weight: 500;
            color: #bcbec0;
            text-decoration: none;
        }

        .faq-menu ul li.active a, .faq-menu ul li:hover a {
            background-color: #00426c;
            color: #fff;
            font-weight: 500;
        }

.faq-search-div {
    position: relative;
    margin-bottom: 80px;
}

    .faq-search-div .form-control {
        background-color: #f3f3f3;
        border-color: #c0c2c3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
        padding-left: 40px;
    }

    .faq-search-div .icon {
        position: absolute;
        left: 15px;
        top: 18px;
        color: #bcbec0;
    }

.faq-block {
    margin-bottom: 100px;
    font-size: 15px;
    line-height: 24px;
}

    .faq-block h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .faq-block .accordion-style2 {
        border-top: 1px solid #d0d1d3;
    }

        .faq-block .accordion-style2 .panel-heading a {
            background-color: #fff;
            color: #005387;
            text-transform: inherit;
            font-size: 20px;
        }

        .faq-block .accordion-style2 .panel {
            border-bottom: 1px solid #d0d1d3;
            padding: 10px 0;
            margin-bottom: 0;
        }

        .faq-block .accordion-style2 .panel-body {
            border: none;
            padding-left: 60px;
            padding-top: 5px;
        }

            .faq-block .accordion-style2 .panel-body p {
                font-size: 19px;
            }

        .faq-block .accordion-style2 .panel-heading a .fa {
            color: #58595b;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            font-size: 24px;
        }

        .faq-block .accordion-style2 .panel-heading a.collapsed .fa {
            color: #58595b;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

.faq-section .right-content-div {
    padding-left: 50px;
}

.careers-section .head-div {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 0 80px;
    margin-bottom: 60px;
}

    .careers-section .head-div a {
        color: #f15a29;
        text-decoration: underline;
    }

.careers-section h3 {
    font-size: 24px;
    color: #303236;
    border-bottom: 1px solid #d6d7d9;
    padding-bottom: 15px;
}

.careers-section .filter-div {
    margin: 40px 0;
    font-size: 0;
}

    .careers-section .filter-div .text {
        display: inline-block;
        font-size: 15px;
        margin-right: 20px;
    }

    .careers-section .filter-div .custom-dropdown {
        margin-right: 20px;
    }

        .careers-section .filter-div .custom-dropdown.city {
            min-width: 200px;
        }

        .careers-section .filter-div .custom-dropdown.department {
            min-width: 280px;
        }

.careers-section {
    padding-bottom: 100px;
}

    .careers-section .list-item {
        margin: 0;
        list-style: none;
        padding: 0;
        font-size: 15px;
    }

        .careers-section .list-item li {
            padding: 30px 0;
            border-bottom: 1px solid #d0d1d3;
        }

            .careers-section .list-item li:last-child {
                border-bottom: 0;
                padding-bottom: 10px;
            }

            .careers-section .list-item li:first-child {
                padding-top: 10px;
            }

            .careers-section .list-item li .info-div span {
                display: inline-block;
                margin-right: 35px;
                margin-bottom: 10px;
            }

            .careers-section .list-item li .info-div .icon {
                margin-right: 3px;
            }

            .careers-section .list-item li .info-div h4 {
                color: #005387;
                font-size: 20px;
                font-weight: 500;
                margin-bottom: 25px;
            }

.job-detail-page .section-1 h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.job-detail-page .section-1 .info-div span {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 10px;
}

.job-detail-page .section-1 .info-div .icon {
    margin-right: 3px;
}

.btn.minWidth200 {
    min-width: 200px;
}

.job-detail-page .section-2 {
    background-color: #f3f3f3;
    padding-bottom: 200px;
    margin-bottom: -80px;
}

.common-content {
    font-size: 15px;
    line-height: 24px;
}

    .common-content p {
        margin-bottom: 25px;
    }

    .common-content h4 {
        font-size: 20px;
        color: #005387;
        margin-bottom: 25px;
    }

    .common-content ul {
        margin: 0;
        padding-left: 18px;
        margin-bottom: 25px;
    }

        .common-content ul li {
            padding: 3px 0;
        }

.page-title-with-bLine {
    border-bottom: 1px solid #d0d1d3;
    padding-bottom: 15px;
    font-size: 42px;
    margin-bottom: 70px;
}

.site-map-section h3 {
    font-size: 24px;
}

.site-map-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin-bottom: 70px;
}

    .site-map-section ul li a {
        padding: 10px 0;
        display: block;
        text-decoration: none;
        font-weight: 500;
    }

.p-lr-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.common-content .decimal-list {
    margin: 0;
    list-style: decimal
}

    .common-content .decimal-list li {
        padding: 5px 0;
    }

        .common-content .decimal-list li ul {
            margin: 0;
            list-style: disc
        }

            .common-content .decimal-list li ul li {
                padding: 0
            }

.common-content a {
    color: #f15a29;
    text-decoration: underline;
}

    .common-content a.btn {
        text-decoration: none
    }

.contact-us-section .left-sidebar {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #303236;
    max-width: 425px;
}

    .contact-us-section .left-sidebar h3 {
        padding: 10px 20px;
        margin: 0;
        font-weight: 500;
        background-color: #ffc40c;
        color: #303236;
        font-size: 24px;
    }

    .contact-us-section .left-sidebar .content-div {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

.contact-us-section .contact-info table {
    margin-bottom: 30px;
}

    .contact-us-section .contact-info table:last-child {
        margin-bottom: 0
    }

    .contact-us-section .contact-info table th, .contact-us-section .contact-info table td {
        padding: 5px 15px;
    }

    .contact-us-section .contact-info table .icon {
        width: 20px;
        vertical-align: top;
        color: #005387;
    }

.contact-us-section .social-icon {
    font-size: 0
}

    .contact-us-section .social-icon a {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: #ccc;
        text-align: center;
        line-height: 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 20px;
        color: #fff;
        margin-right: 25px;
    }

        .contact-us-section .social-icon a.facebook {
            background-color: #3b5998;
        }

        .contact-us-section .social-icon a.twitter {
            background-color: #1da1f2;
        }

        .contact-us-section .social-icon a.linkedin {
            background-color: #0077b5;
        }

.contact-us-section .form-style {
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

    .contact-us-section .form-style h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .contact-us-section .form-style .btn-div .btn {
        height: 43px;
    }

.blog-list-section .col:nth-child(3n+1) {
    clear: both;
}

.blog-list-section h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccecf;
    margin-bottom: 35px;
    font-size: 42px;
    font-weight: 700;
}

.blog-list-section h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccecf;
    margin-bottom: 35px;
    font-size: 42px;
    font-weight: 700;
}

.blog-list-section h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccecf;
    margin-bottom: 35px;
    font-size: 42px;
    font-weight: 700;
}

.blog-post-block {
    position: relative;
    line-height: 20px;
}

    .blog-post-block h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 25px;
    }

        .blog-post-block h3 a {
            text-decoration: none;
            color: #303236;
        }

        .blog-post-block h3.min-height {
            min-height: 50px;
        }

    .blog-post-block .date-share-div {
        margin-bottom: 25px;
        font-size: 14px;
    }

        .blog-post-block .date-share-div span {
            padding: 0 5px;
        }

        .blog-post-block .date-share-div .share {
            font-weight: 700;
            text-decoration: none;
        }

    .blog-post-block .img-div {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        margin-bottom: 25px;
    }

        .blog-post-block .img-div img {
            width: 100%;
            height: auto
        }

    .blog-post-block .detail-div {
        min-height: 130px;
    }

    .blog-post-block .link-div {
        padding: 20px 0;
    }

        .blog-post-block .link-div a {
            color: #f15a29;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
        }

.view-more-btn {
    text-align: center;
    margin: 60px 0 15px 0;
}

    .view-more-btn .btn {
        font-size: 20px;
        line-height: 35px;
        height: 52px;
        width: 200px;
    }

.blog-list-section.grey-bg.last {
    padding-bottom: 150px;
    margin-bottom: -80px;
}

.select-datetime-slot-popup .modal-title {
    font-size: 24px;
}

.service-booking-pupup.select-datetime-slot-popup .close {
    position: static;
    color: #000;
    opacity: 1;
    font-size: 27px;
    margin-top: 2px;
    margin-right: 15px;
}

.service-booking-pupup.select-datetime-slot-popup .bottom-btn {
    margin-top: 50px;
}

.blog-article-section .post-name {
    color: #005387;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog-article-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.blog-article-section .date-share-div {
    font-size: 15px;
    margin-bottom: 30px;
}

    .blog-article-section .date-share-div .share-social-icon {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 2px solid #858587
    }

.blog-article-section .left-content .share-social-icon a {
    color: #fff;
}

.share-social-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 5px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    top: -2px;
}

    .share-social-icon a i {
        position: relative;
        top: 1px;
    }

    .share-social-icon a.facebook {
        background-color: #3b5998;
    }

    .share-social-icon a.twitter {
        background-color: #1da1f2;
    }

    .share-social-icon a.linkedin {
        background-color: #0077b5;
    }

    .share-social-icon a.pinterest {
        background-color: #bd081c;
    }

    .share-social-icon a.envelope {
        background-color: #58595b;
    }

    .share-social-icon a.link {
        background-color: #bcbec0;
    }

.blog-article-section {
    font-size: 15px;
    line-height: 22px;
}

    .blog-article-section .left-content p {
        margin-bottom: 30px;
    }

    .blog-article-section .left-content .full-img-div {
        margin: 50px 0;
    }

    .blog-article-section .left-content h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
        margin-top: 50px
    }

    .blog-article-section .left-content a {
        color: #f15a29;
        text-decoration: underline
    }

.bottom-next-back-buttons {
    padding: 25px 0;
    border-bottom: 1px solid #d0d1d3;
    border-top: 1px solid #d0d1d3;
    margin-top: 80px;
}

    .bottom-next-back-buttons h3 {
        margin: 10px 0 0 0;
        color: #303236;
        font-size: 20px;
        line-height: 22px;
    }

    .bottom-next-back-buttons a {
        color: #005387;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500
    }

        .bottom-next-back-buttons a.prev i {
            margin-right: 5px;
        }

        .bottom-next-back-buttons a.next i {
            margin-left: 5px;
        }

.blog-article-section aside h3 {
    font-size: 15px;
    padding: 14px 15px 12px 15px;
    background-color: #ffc40c;
    color: #303236;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog-article-section aside .media {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
}

    .blog-article-section aside .media .pull-left {
        padding-right: 0;
        margin-right: 20px;
    }

        .blog-article-section aside .media .pull-left a {
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover
        }

    .blog-article-section aside .media h4 {
        color: #005387;
        font-size: 14px;
        margin-bottom: 5 px;
    }

.about-us-page .about-section h5 {
    margin-bottom: 25px;
}

.about-us-page .about-section strong {
    color: #303236;
}

.about-us-page .about-section h3 {
    padding-bottom: 20px;
    color: #005387;
}

.about-us-page .about-section h4 {
    font-size: 24px;
    color: #303236;
    font-weight: 500;
    line-height: 28px;
}

.why-us-section .info-div {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    max-width: 255px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .why-us-section .info-div .detail {
        min-height: 80px;
    }

    .why-us-section .info-div h4 {
        color: #005387;
        font-size: 24px;
    }

    .why-us-section .info-div .icon-div {
        margin-bottom: 15px;
    }

.why-us-section .section-head-content {
    max-width: 817px;
    margin-left: auto;
    margin-right: auto;
}

.why-us-section .icons-row .col:nth-child(3n+1) {
    clear: both
}

.our-team-section .section-head-content {
    max-width: 817px;
    margin-left: auto;
    margin-right: auto;
}

.our-team-section .swiper-slide img {
    width: 100%;
}

.offers-side-menu {
    border: 1px solid #bcbec0;
    max-width: 300px;
}

    .offers-side-menu h4 {
        background-color: #ffc40c;
        padding: 15px 20px;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0
    }

    .offers-side-menu ul {
        margin: 0;
        padding: 0 10px;
        list-style: none;
    }

        .offers-side-menu ul li a {
            display: block;
            padding: 15px 10px;
            font-size: 15px;
            font-weight: 500;
            color: #58595b;
            text-decoration: none;
            border-bottom: 1px solid #d0d1d3;
        }

        .offers-side-menu ul li:last-child a {
            border-bottom: 0
        }

        .offers-side-menu ul li.active a, .offers-side-menu ul li:hover a {
            color: #ffc40c;
            font-weight: 500;
        }

.offers-post-block {
    border: 1px solid #bcbec0;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    min-height: 570px;
    margin-bottom: 40px;
}

    .offers-post-block .img-div img {
        width: 100%;
    }

    .offers-post-block .content-div {
        padding: 20px 12px;
    }

    .offers-post-block .offers-tag {
        margin-bottom: 25px;
    }

        .offers-post-block .offers-tag span {
            display: inline-block;
            padding: 8px 22px;
            padding-bottom: 6px;
            background-color: #f0f7ec;
            border: 1px dashed #68ad45;
            font-size: 15px;
            color: #005387;
            font-weight: 700;
        }

    .offers-post-block h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .offers-post-block p {
        margin-bottom: 13px;
    }

    .offers-post-block .link {
        font-size: 15px;
        font-weight: 700;
        color: #f15a29;
        text-decoration: none;
    }

        .offers-post-block .link i {
            margin-right: 5px;
        }

    .offers-post-block .bottom-btn {
        margin-top: 40px;
    }

        .offers-post-block .bottom-btn .btn {
            font-size: 18px;
            min-width: 120px;
            height: 42px;
            line-height: 29px;
        }

.offers-p-section .right-c-div {
    padding-left: 30px;
}

    .offers-p-section .right-c-div > .row .col:nth-child(2n+1) {
        clear: both
    }

.comm-product-detail-section.avail-offers-section h2 {
    text-transform: none;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}

.comm-product-detail-section.avail-offers-section .form-style .form-group {
    margin-bottom: 22px;
}

.comm-product-detail-section .offer-pack-div {
    font-size: 18px;
    font-weight: 500;
    /*border-bottom: 1px solid #d0d1d3;
     margin-bottom: 30px;
    */
    padding-bottom: 20px;
}

    .comm-product-detail-section .offer-pack-div h3 {
        color: #f15a29;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .comm-product-detail-section .offer-pack-div .offers-tag > span {
        display: inline-block;
        padding: 10px 40px;
        background-color: #f0f7ec;
        border: 1px dashed #68ad45;
        font-size: 15px;
        color: #005387;
        font-weight: 700;
        margin-top: 10px;
    }

        .comm-product-detail-section .offer-pack-div .offers-tag > span span {
            color: #303236;
        }

.comm-product-detail-section .view-details-btn {
    margin-bottom: 30px;
    margin-top: 30px;
}

.view-details-btn .btn {
    font-size: 15px;
    width: 150px;
    height: 40px;
    line-height: 26px;
}

    .view-details-btn .btn i {
        margin-left: 5px;
        font-size: 20px;
        position: relative;
        top: 2px;
    }

.avail-offers-section .title {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d0d1d3;
}

.avail-offers-section .block-div {
    margin-bottom: 70px;
}

.avail-offers-section .bottom-cart-btn {
    text-align: right;
    border-top: 1px solid #d0d1d3;
    padding-top: 30px;
}

    .avail-offers-section .bottom-cart-btn .btn {
        min-width: 300px;
    }

.avail-offers-page .hero-banner2 .section-head-content h2 {
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 0
}

.avail-offers-page .hero-banner2 .section-head-content h1 {
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 0
}

.aside-mid-menu-bar {
    margin-bottom: 15px;
    background-color: #ffc40c;
    padding: 10px 20px;
    color: #303236;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

    .aside-mid-menu-bar.active {
        margin-bottom: 0
    }

    .aside-mid-menu-bar > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .aside-mid-menu-bar .m-btn {
        font-size: 20px;
        color: #fff;
    }

.guest-checkout-section .customer-details .radio-div tr td label {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500 !important;
    margin-bottom: 0;
    margin-left: 5px;
}

.guest-checkout-section .customer-details .radio-div tr td input {
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #bcbec0;
}

/*.fa.fa-phone, .fas.fa-phone {*/
 .fa.fa-phone:before, .fas.fa-phone:before{
    -webkit-transform: rotate(110deg);
    -moz-transform: rotate(110deg);
    -o-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg);
    display: inline-block;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-header .bottom-div .right-btns .btn.alert-btn {
    font-size: 20px;
    min-width: inherit;
    padding: 0 10px;
    margin-right: 20px;
    position: relative
}

    .main-header .bottom-div .right-btns .btn.alert-btn.active:after {
        content: "";
        position: absolute;
        right: 6px;
        top: 0;
        width: 8px;
        height: 8px;
        background-color: #f15a29;
        display: block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.main-header .bottom-div .right-btns .dropdown.account .btn {
    padding-left: 10px;
    padding-right: 5px;
}

.dropdown.account .caret {
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -5px;
    margin-left: 5px;
}

.dropdown.account > .dropdown-menu {
    min-width: 360px;
    padding: 0;
    margin: -0 0 0 0;
    left: auto;
    right: 0;
    border-color: #bcbec0;
    border-top: 2px solid #f15a29;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 60px;
}

.dropdown.account ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 350px;
}

.dropdown.account > .dropdown-menu ul li a {
    display: block;
    padding: 20px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ebebec;
    text-decoration: none;
    color: #58595b;
}

.dropdown.account > .dropdown-menu h4 {
    margin: 0;
    padding: 0;
    color: #303236;
    font-size: 15px;
    margin-bottom: 12px;
}

.dropdown.account .dropdown-menu > ul > li > a:focus, .dropdown.account .dropdown-menu > ul > li > a:hover {
    background-color: #edf3f7;
}

    .dropdown.account .dropdown-menu > ul > li > a:focus h4, .dropdown.account .dropdown-menu > ul > li > a:hover h4 {
        color: #58595b
    }

.dropdown.account .head-div {
    padding: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #bcbec0;
}

    .dropdown.account .head-div a {
        text-decoration: none;
    }

.dropdown.account .bottom-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .dropdown.account .bottom-btn a {
        padding: 20px;
        background-color: #fff;
        display: block;
        text-decoration: none;
        border-top: 1px solid #bcbec0;
        font-size: 17px;
        text-align: center;
        box-shadow: 0 -3px 5px rgba(0,0,0,0.1);
        font-weight: 500;
    }

.main-header .bottom-div .right-btns .dropdown.accounts .btn {
    padding-left: 10px;
    padding-right: 5px;
}

.dropdown.accounts .caret {
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -5px;
    margin-left: 5px;
}

.dropdown.accounts > .dropdown-menu {
    min-width: 220px;
    padding: 0;
    margin: -0 0 0 0;
    left: auto;
    right: 0;
    border-color: #bcbec0;
    border-top: 2px solid #f15a29;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown.accounts ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 350px;
}

.dropdown.accounts > .dropdown-menu ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ebebec;
    text-decoration: none;
    color: #58595b;
}

.dropdown.accounts > .dropdown-menu h4 {
    margin: 0;
    padding: 0;
    color: #303236;
    font-size: 15px;
    margin-bottom: 12px;
}

.dropdown.accounts .dropdown-menu > ul > li > a:focus, .dropdown.account .dropdown-menu > ul > li > a:hover {
    background-color: #edf3f7;
}

    .dropdown.accounts .dropdown-menu > ul > li > a:focus h4, .dropdown.account .dropdown-menu > ul > li > a:hover h4 {
        color: #58595b
    }

.dropdown.accounts .head-div {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid #bcbec0;
}

    .dropdown.accounts .head-div a {
        text-decoration: none;
    }

        .dropdown.accounts .head-div a span {
            text-decoration: none;
        }

.side_menu li.active a {
    color: #ffc40c;
    background-color: #005387;
}

.main-header .bottom-div .right-btns .btn.alert-btn {
    font-size: 20px;
    min-width: inherit;
    padding: 0 10px;
    margin-right: 20px;
    position: relative
}

    .main-header .bottom-div .right-btns .btn.alert-btn.active:after {
        content: "";
        position: absolute;
        right: 6px;
        top: 0;
        width: 8px;
        height: 8px;
        background-color: #f15a29;
        display: block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.main-header .bottom-div .right-btns .dropdown.account .btn {
    padding-left: 10px;
    padding-right: 5px;
}

.dropdown.account .caret {
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -5px;
    margin-left: 5px;
}

.dropdown.account > .dropdown-menu {
    min-width: 360px;
    padding: 0;
    margin: -0 0 0 0;
    left: auto;
    right: 0;
    border-color: #bcbec0;
    border-top: 2px solid #f15a29;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 60px;
}

.dropdown.account ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 350px;
}

.dropdown.account > .dropdown-menu ul li a {
    display: block;
    padding: 20px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ebebec;
    text-decoration: none;
    color: #58595b;
}

.dropdown.account > .dropdown-menu h4 {
    margin: 0;
    padding: 0;
    color: #303236;
    font-size: 16px;
    margin-bottom: 12px;
}

.dropdown.account .dropdown-menu > ul > li > a:focus, .dropdown.account .dropdown-menu > ul > li > a:hover {
    background-color: #edf3f7;
}

    .dropdown.account .dropdown-menu > ul > li > a:focus h4, .dropdown.account .dropdown-menu > ul > li > a:hover h4 {
        color: #58595b
    }

.dropdown.account .head-div {
    padding: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #bcbec0;
}

    .dropdown.account .head-div a {
        text-decoration: none;
    }

.dropdown.account .bottom-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .dropdown.account .bottom-btn a {
        padding: 20px;
        background-color: #fff;
        display: block;
        text-decoration: none;
        border-top: 1px solid #bcbec0;
        font-size: 17px;
        text-align: center;
        box-shadow: 0 -3px 5px rgba(0,0,0,0.1);
        font-weight: 500;
    }

.package-tab-style {
    margin-top: 70px;
}

    .package-tab-style .nav {
        margin: 0;
        font-size: 0;
        text-align: center;
        margin-bottom: 80px;
    }

        .package-tab-style .nav li {
            display: inline-block;
            font-size: 14px;
        }

            .package-tab-style .nav li a {
                font-size: 24px;
                min-width: 190px;
                height: 66px;
                line-height: 42px;
                margin: 0 15px;
                border: 2px solid #23527c;
                color: #23527c;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                font-weight: 600;
            }

        .package-tab-style .nav > li > a:focus, .package-tab-style .nav > li:hover a {
            text-decoration: none;
            color: #23527c;
            background-color: #fff;
        }

        .package-tab-style .nav li.active a {
            color: #fff;
            background-color: #005387;
        }

.pwd-eye {
    margin-top: -37px;
    left: 450px;
    position: relative;
}

.pwd-eye1 {
    margin-top: -37px;
    left: 465px;
    position: relative;
}

.page-loading {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    min-height: 100%;
    z-index: 999999;
    background-color: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #f6b11a;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.dropdown.location-dropdown i {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
}

.dropdown.location-dropdown .custom-dropdown select {
    padding-left: 25px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

    .dropdown.location-dropdown .custom-dropdown select:focus {
        outline: none;
        box-shadow: none !important;
    }

.dropdown.location-dropdown .custom-dropdown:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    color: #fff;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f00;
}

.rcbInputCell, .rcbInputCell input, .rcbArrowCell {
    /*background-color: #f3f3f3 !important;*/
    background-color: #fff !important;
}

    .rcbInputCell:disabled, .rcbInputCell input:disabled, .rcbArrowCell:disabled {
        /*background-color: #f3f3f3 !important;*/
        color: #aac5d6 !important;
    }

.modal {
    z-index: 10000000;
}

.footer-app-store-icon {
    margin-bottom: 20px;
}

#lz_overlay_wm {
    margin: 0px 30px 40px 0px !important;
}
