﻿body {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 14px;
    color: #372f2c;
    min-width: initial !important;
    background: #f0f0f0
}

a, .how_to_enter a, .latest_new a, .news_title a {
    color: #0eb6e7;
    text-decoration: none
}

.sfContentBlock a {
    color: #0eb6e7;
    text-decoration: none;
    font-size: 15px
}

a:focus {
    outline: none
}

input[type="text"], input, button, select, textarea {
    outline: none !important;
    border-radius: 0;
    box-shadow: none
}

a:hover, a:focus {
    text-decoration: none;
    color: #F69F12
}

strong, b {
    font-family: 'HelveticaNeueLTStdBd';
    font-weight: 400
}

select::-ms-expand {
    display: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important
}

ol, ul {
    list-style: inherit
}

.header_top_area {
    width: 100%;
    float: left;
    background: #f0f0f0
}

.header_top_inner_area {
    width: 100%;
    float: left;
    position: relative
}

.header_call_on_area {
    float: left;
    margin-right: 20px
}

    .header_call_on_area p {
        color: #1e2d6a;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 18px;
        margin: 0;
        line-height: 33px;
        padding: 8px 0
    }

        .header_call_on_area p span.number {
            color: #1e2d6a;
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 18px
        }

        .header_call_on_area p span {
            color: hsl(0,0%,40%);
            display: inline-block;
            font-family: "HelveticaNeueLTStdBd";
            font-size: 12px;
            line-height: 33px;
            margin-right: 10px;
            vertical-align: top
        }

        .header_call_on_area p a {
            color: #1e2d6a
        }

.header_top_menu {
    float: left
}

    .header_top_menu ul {
        margin: 0;
        padding: 0
    }

        .header_top_menu ul li {
            float: left;
            list-style: none;
            padding: 0 7px;
            font-size: 13px;
            font-family: 'HelveticaNeueLTStdBd'
        }

            .header_top_menu ul li a {
                font-size: 12px;
                color: #656565;
                padding: 16px 0;
                display: inline-block
            }

                .header_top_menu ul li a:hover {
                    color: hsl(37,93%,52%)
                }

.header_local_pickfords {
    float: right
}

    .header_local_pickfords .my_local_btn {
        font-size: 15px;
        background: #f69e15;
        color: #fff;
        padding: 14px 32px 15px;
        float: left;
        font-family: 'HelveticaNeueLTStdBd';
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

        .header_local_pickfords .my_local_btn:hover {
            background: #0eb6e7
        }

    .header_local_pickfords .search_close {
        background: #0eb6e7 url(../images/close_btn.png) center center no-repeat;
        width: 0;
        height: 50px;
        float: left;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .header_local_pickfords .search_icon {
        background: #1e2c69 url(../images/search_icon.png) center center no-repeat;
        width: 50px;
        height: 50px;
        float: left
    }

    .header_local_pickfords .search_field {
        border: medium none;
        height: 50px;
        left: 50px;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        width: calc(100% - 301px);
        visibility: hidden;
        opacity: 0;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 18px;
        color: hsl(0,0%,25%);
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .header_local_pickfords > div {
        float: left
    }

    .header_local_pickfords .sfsearchSubmit {
        background: #1e2c69 url(../images/search_icon.png) center center no-repeat;
        width: 50px;
        height: 50px;
        float: left;
        text-indent: -9999px;
        border: medium none;
        display: none
    }

    .header_local_pickfords .sfsearchBox .k-autocomplete {
        width: 100%;
        display: inherit
    }

    .header_local_pickfords .sfsearchBox input.sfsearchTxt {
        border: medium none;
        height: 50px;
        left: 50px;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        width: calc(100% - 301px) !important;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 18px;
        color: hsl(0,0%,25%);
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .header_local_pickfords.open_search .sfsearchSubmit {
        display: block
    }

    .header_local_pickfords.open_search .search_field, .header_local_pickfords.open_search .sfsearchBox .sfsearchTxt {
        left: 0;
        visibility: visible;
        opacity: 1
    }

    .header_local_pickfords.open_search .search_close {
        width: 50px
    }

.search_field::-webkit-input-placeholder {
    color: hsl(0,0%,25%);
    opacity: 1
}

.search_field:-moz-placeholder {
    color: hsl(0,0%,25%);
    opacity: 1
}

.search_field::-moz-placeholder {
    color: hsl(0,0%,25%);
    opacity: 1
}

.search_field:-ms-input-placeholder {
    color: hsl(0,0%,25%);
    opacity: 1
}

.header_mid_area {
    width: 100%;
    float: left;
    background: #fff;
    position: relative
}

.k-animation-container {
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 1000px;
    right: 0 !important;
    top: 50px !important;
    width: auto !important
}

.k-list-container.k-popup.k-group.k-reset.k-state-border-up {
    width: 100% !important
}

.k-list-container .k-list .k-item {
    font-family: "HelveticaNeueLTStdLt";
    font-size: 14px;
    padding: 5px 13px
}

.logo {
    float: left;
    width: 147px;
    padding: 25px 0 0
}

.groupage_area.hide_iframe #ifrmcountry {
    width: 100% !important
}

.mid_menu {
    float: right;
    width: 805px;
    border-right: 1px solid #f0f0f0
}

    .mid_menu ul {
        margin: 0;
        padding: 0
    }

        .mid_menu ul li.drop_down {
            float: left;
            list-style: none;
            font-family: 'HelveticaNeueLTStdBd';
            border-left: 1px solid #f0f0f0;
            width: 20%;
            text-align: center
        }

            .mid_menu ul li.drop_down > a {
                font-size: 16px;
                color: #4a4a4a;
                display: block;
                padding: 20px 30px;
                position: relative
            }

            .mid_menu ul li.drop_down.has_sub > a::before {
                opacity: 0;
                border-bottom: 1px solid hsl(0,0%,100%);
                bottom: -1px;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                z-index: 999999
            }

        .mid_menu ul li.open_dropdown > a {
            color: #F69E15
        }

        .mid_menu ul li.has_sub.open_dropdown > a::before {
            opacity: 1;
            transition: all 0.8s ease 0s;
            -webkit-transition: all 0.8s ease 0s;
            -o-transition: all 0.8s ease 0s
        }

div.dropdown_menu {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid hsl(0,0%,94%);
    display: none;
    left: 0;
    margin: 0;
    padding: 30px 0 80px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999
}

.drop_overlay {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid hsl(0,0%,94%);
    box-shadow: 0 3px 2px rgb(229,229,229);
    display: none;
    left: 0;
    padding: 30px 0 80px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999
}

.inner_dropdown_content {
    width: 100%;
    float: left;
    text-align: left
}

.home_moving_area {
    width: 50%;
    float: left
}

.home_moving {
    width: 100%;
    float: left
}

.home_moving_title {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 50px;
    color: #4a4a4a;
    margin: 0 0 15px
}

.home_moving_sub_line {
    font-family: "PickfordsDispTwo";
    font-size: 26px;
    color: #4a4a4a;
    margin: 0 0 12px
}

    .home_moving_sub_line a {
        color: #0eb6e7
    }

.home_moving p {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 15px;
    color: #4a4a4a;
    margin: 0 0 28px
}

.home_moving .learn_btn {
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    font-size: 15px;
    background: #0eb6e7;
    display: inline-block;
    padding: 14px 35px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

    .home_moving .learn_btn:hover {
        background: #f69e15
    }

.take_straight {
    width: 100%;
    float: left;
    padding: 35px 0 0
}

.take_straight_title {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 25px;
    color: #4a4a4a;
    margin: 0 0 16px
}

    .take_straight_title span {
        font-family: 'HelveticaNeueLTStdBd'
    }

.take_straight ul {
    margin: 0;
    padding: 0
}

    .take_straight ul li {
        list-style: none;
        padding: 0;
        font-family: 'HelveticaNeueLTStdBd';
        color: #4a4a4a;
        font-size: 15px;
        padding: 0 0 19px;
        text-align: center
    }

        .take_straight ul li a {
            color: #4a4a4a;
            width: 250px;
            display: table;
            border: 2px solid hsl(0,0%,80%);
            padding: 13px 0;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s
        }

            .take_straight ul li a:hover {
                border-color: #f69e15
            }

.dropdwon_menu_list {
    width: 45%;
    float: right;
    padding: 0;
    margin: -15px 0 0
}

    .dropdwon_menu_list ul {
        margin: 0;
        padding: 0
    }

        .dropdwon_menu_list ul li:last-child {
            border-bottom: medium none
        }

        .dropdwon_menu_list ul li {
            list-style: none;
            padding: 17px 0 21px;
            border-bottom: 1px solid hsl(0,0%,88%);
            position: relative
        }

            .dropdwon_menu_list ul li a {
                display: block
            }

                .dropdwon_menu_list ul li a span {
                    font-family: 'HelveticaNeueLTStdBd';
                    color: #4a4a4a;
                    font-size: 23px;
                    margin: 0 0 6px;
                    display: block;
                    transition: all 0.4s ease 0s;
                    -webkit-transition: all 0.4s ease 0s;
                    -o-transition: all 0.4s ease 0s
                }

                .dropdwon_menu_list ul li a small {
                    display: block;
                    font-family: 'HelveticaNeueLTStdRoman';
                    font-size: 15px;
                    color: #4a4a4a
                }

                .dropdwon_menu_list ul li a::before {
                    border: 2px solid #0eb6e7;
                    content: "";
                    height: 50px;
                    position: absolute;
                    right: 0;
                    top: 24px;
                    width: 50px;
                    background: url(../images/menu_arrow_icon.png) center 13px no-repeat;
                    transition: all 0.3s ease 0s;
                    -webkit-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s
                }

                .dropdwon_menu_list ul li a:hover span {
                    color: #f69e15
                }

                .dropdwon_menu_list ul li a:hover::before {
                    border: 2px solid #f69e15;
                    background-color: #f69e15;
                    background-position: center -91px
                }

.banner {
    float: left;
    width: 100%;
    text-align: center
}

.banner_slider.owl-carousel.owl-theme {
    background: #24357c
}

.banner_center_area {
    margin: 0 auto;
    max-width: 1400px;
    position: relative
}

.banner_content_area {
    margin: 0 auto;
    width: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    right: 0;
    text-align: left;
    height: 100%
}

.banner_slider .banner_title {
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 2;
    font-size: 52px;
    color: #fff;
    font-family: 'HelveticaNeueLTStdLt';
    line-height: 55px;
    width: 60%
}

.banner_slider.owl-theme .owl-controls .owl-nav div.owl-prev {
    background: url(../images/pvr_icon.png) left top no-repeat;
    width: 50px;
    height: 50px;
    right: 260px;
    top: 180px
}

.banner_slider.owl-theme .owl-controls .owl-nav div.owl-next {
    background: url(../images/next_icon.png) left top no-repeat;
    width: 50px;
    height: 50px;
    right: 200px;
    top: 180px
}

.banner_slider .item {
    position: relative;
    width: 100%
}

.banner_slider.owl-theme .owl-controls {
    margin: 0
}

.banner_slider .owl-dots {
    bottom: 13px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    display: none
}

.banner_slider .owl-dot {
    background: hsla(0,0%,0%,0) none repeat scroll 0 0;
    border: 2px solid hsl(0,0%,100%);
    border-radius: 50%;
    display: none;
    height: 15px;
    margin: 0 5px;
    width: 15px
}

    .banner_slider .owl-dot.active {
        background: hsl(0,0%,100%) none repeat scroll 0 0
    }

.banner_slider.owl-carousel .item img {
    width: auto
}

.banner_img {
    width: 100%;
    height: 550px;
    background-position: center top;
    background-repeat: no-repeat
}

.banner_slider .item::before {
    bottom: 0;
    content: "";
    background: url(../images/banner_bottom_bg.png) left top no-repeat;
    height: 337px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.learn_more_area {
    position: absolute;
    left: 0;
    bottom: 52px;
    z-index: 2;
    width: 100%
}

    .learn_more_area .left_text {
        font-size: 28px;
        font-family: 'HelveticaNeueLTStdLt';
        color: #fff;
        line-height: 42px;
        float: left
    }

        .learn_more_area .left_text span {
            font-family: 'PickfordsDispTwo';
            font-size: 26px;
            display: block;
            padding: 10px 0
        }

            .learn_more_area .left_text span small {
                color: #0eb6e7
            }

    .learn_more_area .bnr_right_btn {
        float: right;
        width: 100%;
        max-width: 368px
    }

        .learn_more_area .bnr_right_btn div {
            display: flex;
            width: 100%
        }

    .learn_more_area .btn_2, .learn_more_area .btn_1 {
        text-align: center;
        float: left;
        margin-top: 25px;
        position: relative;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s
    }

    .learn_more_area .btn_1 {
        border: 2px solid #fff;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 14px;
        color: #fff;
        padding: 13px 0;
        width: 46%
    }

        .learn_more_area .btn_1::before, .learn_more_area .btn_2::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            top: 50%;
            left: 50%;
            right: 50%;
            z-index: -1
        }

    .learn_more_area .btn_2 {
        border: 2px solid #0eb6e7;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 14px;
        color: #fff;
        padding: 13px 0;
        background: #0eb6e7;
        margin-left: 20px;
        width: 54%
    }

        .learn_more_area .btn_2:hover, .learn_more_area .btn_1:hover {
            border: 2px solid #F69E15;
            background: none
        }

    .learn_more_area .btn_3 {
        margin-left: 20px;
        width: 54%
    }

    .learn_more_area .btn_1:hover::before, .learn_more_area .btn_2:hover::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

.breadcrumb_main_area {
    float: left;
    position: relative;
    width: 100%;
    z-index: 9
}

    .breadcrumb_main_area .container {
        position: relative
    }

    .breadcrumb_main_area .breadcrumb_area {
        width: 100%;
        float: left;
        padding: 15px 0 0;
        left: 15px;
        position: absolute;
        top: 0
    }

.breadcrumb_area {
    width: 100%;
    float: left;
    padding: 15px 0 0
}

    .breadcrumb_area .sfBreadcrumbWrp {
        margin: 0
    }

.back_link .sfBreadcrumbWrp {
    margin: 0
}

.breadcrumb_area ul {
    margin: 0;
    padding: 0
}

    .breadcrumb_area ul li {
        list-style: none;
        float: left;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 14px;
        color: #fff;
        padding: 0 12px;
        position: relative
    }

a.rsmLink {
    list-style: none;
    float: left;
    font-family: "HelveticaNeueLTStdBd";
    font-size: 14px;
    color: #fff !important;
    padding: 0 12px !important;
    position: relative;
    text-decoration: none !important
}

    a.rsmLink:hover {
        background: none !important;
        color: none !important
    }

.sfBreadcrumbNodeSeparator {
    display: none
}

.breadcrumb_area ul li a {
    color: #fff !important;
    padding: 0 !important
}

.breadcrumb_area ul li::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    left: -2px;
    top: 2px
}

.breadcrumb_area ul li:first-child {
    padding-left: 0
}

    .breadcrumb_area ul li:first-child:after {
        display: none
    }

.inner_page .content_area {
    padding: 20px 0 0 !important
}

.inner_page .breadcrumb_area {
    padding: 0 0 8px
}

    .inner_page .breadcrumb_area ul li {
        color: #1E2C69 !important
    }

        .inner_page .breadcrumb_area ul li a {
            color: #1E2C69 !important
        }

.content_area {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    position: relative
}

.price_move_now {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px
}

.price_move_text {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 28px;
    color: #4a4a4a;
    padding: 30px 0;
    position: relative;
    cursor: pointer;
    margin: 0 45px
}

    .price_move_text span {
        font-family: 'HelveticaNeueLTStdBd'
    }

    .price_move_text::before {
        background: #0eb6e7 url(../images/plus_icon.png) center 1px no-repeat;
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        width: 50px
    }

    .price_move_text.open_form::before {
        background-position: center -57px
    }

.price_move_content {
    width: 100%;
    float: left;
    padding: 0 55px 35px 45px;
    display: none
}

.where_area {
    margin-right: 15px
}

.where_area_title {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 25px;
    color: #656565;
    text-align: center;
    margin: 0 0 13px
}

.where_feild {
    float: left;
    width: 125px
}

    .where_feild label {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 10px;
        color: #797979;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        font-weight: 400;
        box-shadow: none;
        outline: medium none
    }

    .where_feild input[type="text"] {
        color: #404040;
        border: 2px solid #d7d7d7;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 16px;
        width: 100%;
        height: 50px;
        padding: 0 8px;
        text-align: center;
        -webkit-appearance: none;
        -o-appearance: none;
        appearance: none
    }

        .where_feild input[type="text"]::-webkit-input-placeholder {
            color: #404040;
            opacity: 1
        }

        .where_feild input[type="text"]:-moz-placeholder {
            color: #404040;
            opacity: 1
        }

        .where_feild input[type="text"]::-moz-placeholder {
            color: #404040;
            opacity: 1
        }

        .where_feild input[type="text"]:-ms-input-placeholder {
            color: #404040;
            opacity: 1
        }

.mileage_feild {
    width: 238px;
    float: left
}

.where_arrow {
    background: url(../images/form_arrow_icon.png) center center no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    margin: 18px 0 0
}

.where_or {
    width: 32px;
    height: 50px;
    float: left;
    margin: 18px 0 0;
    text-align: center;
    line-height: 48px;
    font-size: 20px
}

.when_area {
    width: 31%;
    margin-right: 0;
    padding: 0
}

.when_area_title {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 25px;
    color: #656565;
    text-align: center;
    margin: 0 0 13px
}

.when_feild {
    float: left;
    width: 100%
}

    .when_feild label {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 10px;
        color: #797979;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        font-weight: 400
    }

.when_area input[type="text"] {
    color: #404040;
    border: 2px solid #d7d7d7;
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 16px;
    width: 224px;
    height: 50px;
    padding: 0 8px;
    text-align: center;
    background: none;
    ;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none
}

    .when_area input[type="text"]::-webkit-input-placeholder {
        color: #404040;
        opacity: 1
    }

    .when_area input[type="text"]:-moz-placeholder {
        color: #404040;
        opacity: 1
    }

    .when_area input[type="text"]::-moz-placeholder {
        color: #404040;
        opacity: 1
    }

    .when_area input[type="text"]:-ms-input-placeholder {
        color: #404040;
        opacity: 1
    }

.when_feild .ui-datepicker-trigger {
    background: url(../images/date_picker_icon.png) left top no-repeat;
    width: 54px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    border: medium none;
    font-size: 0;
    margin-left: 10px;
    position: relative
}

    .when_feild .ui-datepicker-trigger::before {
        color: hsl(0,0%,47%);
        content: "or Pick:";
        font-family: "HelveticaNeueLTStdBd";
        font-size: 10px;
        left: 0;
        letter-spacing: 1px;
        margin-top: 0;
        position: absolute;
        text-transform: uppercase;
        top: -20px;
        width: 100%;
        display: none
    }

.home_page .news_advice_area {
    margin-bottom: 20px
}

.home_page .resource_box_area {
    margin-bottom: 20px
}

.property_feild {
    float: left;
    width: 100%
}

    .property_feild label {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 10px;
        color: #797979;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        font-weight: 400
    }

    .property_feild .select_div {
        width: 100%;
        position: relative
    }

        .property_feild .select_div::before {
            background: #0EB6E7 url(../images/select_icon.png) center center no-repeat;
            content: "";
            height: 50px;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            width: 50px
        }

    .property_feild select {
        color: #404040;
        border: 2px solid #d7d7d7;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 16px;
        width: 100%;
        height: 50px;
        padding: 0 8px;
        text-align: left;
        background: none;
        appearance: none;
        -o-appearance: none;
        -moz-appearance: none
    }

.email_field_area {
    border-top: 1px solid hsl(0,0%,84%);
    margin-top: 35px;
    padding: 26px 0 0 !important
}

.field_row {
    margin: 0 -15px
}

.field_left {
    width: 50%;
    float: left
}

.field_right {
    width: 50%;
    float: right
}

.user_email_field label {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 10px;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    font-weight: 400
}

.user_email_field .price_input_field {
    color: #404040;
    border: 2px solid #d7d7d7;
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    text-align: left;
    background: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none
}

    .user_email_field .price_input_field::-webkit-input-placeholder {
        color: #404040;
        opacity: 1
    }

    .user_email_field .price_input_field:-moz-placeholder {
        color: #404040;
        opacity: 1
    }

    .user_email_field .price_input_field::-moz-placeholder {
        color: #404040;
        opacity: 1
    }

    .user_email_field .price_input_field:-ms-input-placeholder {
        color: #404040;
        opacity: 1
    }

.user_email_field .sel_div {
    width: 100%;
    position: relative
}

    .user_email_field .sel_div::before {
        background: hsl(194,89%,48%) url(../images/book_from_selectar.png) no-repeat scroll center center;
        content: "";
        height: 50px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }

    .user_email_field .sel_div select {
        border: 2px solid #d7d7d7;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        appearance: none;
        background: hsla(0,0%,0%,0) none repeat scroll 0 0;
        color: #2c2c2c;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 16px;
        height: 50px;
        padding: 0 38px 0 16px;
        width: 100%
    }

        .user_email_field .sel_div select option {
            padding: 4px 16px
        }

.infor_check {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0 18px
}

    .infor_check input[type="checkbox"] {
        border: 1px solid hsl(0,0%,0%);
        height: 20px;
        left: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 20px;
        z-index: 3
    }

    .infor_check label {
        color: #000;
        display: inline-block;
        font-weight: 400;
        line-height: 20px;
        padding-left: 26px;
        position: relative;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px
    }

    .infor_check input[type="checkbox"]:checked + label::before {
        content: "\f00c"
    }

    .infor_check label::before {
        background: hsl(0,0%,100%) none repeat scroll 0 0;
        border: 2px solid #b7b7b7;
        color: hsl(0,0%,0%);
        content: "";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 11px;
        height: 19px;
        left: 0;
        line-height: 15px;
        position: absolute;
        text-align: center;
        top: 0;
        vertical-align: text-top;
        width: 19px
    }

.see_prices_btn {
    background: #f69e15;
    width: 100%;
    float: left;
    padding: 18px 15px;
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

    .see_prices_btn:hover {
        background: #0EB6E7
    }

.quality_pickfords_area {
    width: 100%;
    float: left
}

    .quality_pickfords_area .quality_service {
        float: left
    }

.quality_service {
    background: #fff;
    padding: 58px 56px;
    height: 450px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: none
}

    .quality_service .quality_title span {
        font-family: 'HelveticaNeueLTStdBd'
    }

    .quality_service h1, .quality_service h2, .quality_service h3, .quality_service h4, .quality_service h5, .quality_service h6, .quality_service p.Sub-Heading, .quality_service .Sub-Heading {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 24px;
        color: #505050;
        line-height: 30px;
        margin-bottom: 60px;
        margin-top: 0;
        font-weight: 400;
        border: none;
        padding: 0
    }

        .quality_service h1 strong, .quality_service h2 strong, .quality_service h3 strong, .quality_service h4 strong, .quality_service h5 strong, .quality_service h6 strong, .quality_service p.Sub-Heading strong {
            font-family: 'HelveticaNeueLTStdBd'
        }

    .quality_service p {
        margin: 0
    }

        .quality_service p.Body-Copy, .quality_service .Body-Copy {
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 64px
        }

            .quality_service p.Body-Copy a, .quality_service p a {
                color: #F69E15;
                font-family: 'HelveticaNeueLTStdBd';
                font-size: 15px;
                color: #0eb6e7
            }

                .quality_service p a:hover {
                    color: #F69E15
                }

.our_approach_btn {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 15px;
    color: #0eb6e7
}

    .our_approach_btn:hover {
        color: #F69E15
    }

.guide_news_area .news_area {
    float: left
}

.guide_news_area .advice_area {
    float: left
}

.pickfords_gold {
    padding: 0
}

.pickfords_gold_slider {
    width: 100%;
    float: left
}

    .pickfords_gold_slider .owl-dots {
        position: absolute;
        right: 28px;
        top: 30px
    }

    .pickfords_gold_slider .owl-dot {
        background: none;
        border: 1px solid #fff;
        border-radius: 50%;
        float: left;
        height: 10px;
        margin: 0 5px;
        width: 10px
    }

        .pickfords_gold_slider .owl-dot.active {
            background: #fff
        }

.pickfords_gold_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    top: 90px;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0)
}

    .pickfords_gold_content.black_shadow {
        top: 90px;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0)
    }

.black_shadow::before {
    background: hsla(0,0%,0%,0) url(../images/pickfords_gold_black_bg.png) no-repeat scroll left top / cover;
    content: "";
    height: 313px;
    left: 0;
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: -1;
    opacity: .9
}

.pickfords_gold_content .pickfords_title {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
    padding: 0 55px
}

    .pickfords_gold_content .pickfords_title span {
        font-family: 'HelveticaNeueLTStdBd'
    }

.pickfords_gold_content img {
    width: auto !important;
    display: inline-block !important;
    margin: 0 0 20px
}

.pickfords_gold_slider .item .find_more_btn {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 15px;
    color: #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 45px
}

    .pickfords_gold_slider .item .find_more_btn:hover {
        color: #f69e15
    }

.pickfords_gold_slider.owl-theme .owl-controls {
    margin: 0
}

.personalised_area {
    width: 100%;
    float: left;
    position: relative
}

    .personalised_area::before {
        background: hsla(0,0%,0%,0) url(../images/banner_bottom_bg.png) no-repeat scroll left top;
        bottom: 0;
        content: "";
        height: 337px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .personalised_area img {
        width: 100%
    }

.personalised_text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 55px;
    height: 136px;
    width: 100%
}

.personalised_area .personalised_title {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 28px;
    color: #fff;
    padding: 0 0 20px
}

    .personalised_area .personalised_title span {
        font-family: 'HelveticaNeueLTStdBd'
    }

.personalised_area p {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 15px;
    color: #fff
}

    .personalised_area p a {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
        color: #fff;
        float: right
    }

        .personalised_area p a:hover {
            color: #F69E15
        }

.news_advice_area {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.news_area {
    background: #fff;
    padding: 0;
    text-align: center;
    min-height: 450px;
    display: table-cell;
    float: none;
    vertical-align: top
}

.news_img {
    width: 100%;
    float: left;
    padding: 0 0 17px
}

.news_area img {
    margin: 0;
    width: 100%
}

.new_content {
    padding: 0 48px;
    width: 100%;
    float: left
}

.news_area .news_tag {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #9c9c9c
}

.news_area .news_title {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 24px;
    color: #505050;
    margin: 0 0 16px
}

.news_area p {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 15px;
    color: #505050;
    margin: 0 0 16px;
    line-height: 21px
}

    .news_area p .read_more_btn {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #0eb6e7
    }

        .news_area p .read_more_btn:hover {
            color: #F69E15
        }

.advice_area {
    background: #1e2d6a;
    min-height: 450px;
    text-align: center;
    padding: 0 56px 0;
    display: flex;
    float: none;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

    .advice_area .title_area {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 28px;
        color: #fff;
        line-height: 35px;
        margin: 0 0 48px
    }

        .advice_area .title_area span {
            font-family: 'HelveticaNeueLTStdBd';
            display: block
        }

    .advice_area p {
        color: #fff;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 65px
    }

    .advice_area .advice_btn {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        padding: 12px 35px;
        display: inline-block;
        position: relative;
        z-index: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

        .advice_area .advice_btn::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            left: 50%;
            position: absolute;
            right: 50%;
            top: 50%;
            z-index: -1;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s
        }

        .advice_area .advice_btn:hover {
            border-color: #F69E15
        }

            .advice_area .advice_btn:hover:before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0
            }

.dynamic_news_area {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .dynamic_news_area .international_network {
        float: left;
        padding: 0
    }

    .dynamic_news_area .news_area {
        float: left;
        padding: 0
    }

    .dynamic_news_area .advice_area {
        float: left;
        padding: 75px 56px 0
    }

    .dynamic_news_area .pickfords_gold {
        min-height: initial;
        display: initial;
        float: left
    }

.footer_area {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 20px;
    position: relative
}

.inner_footer {
    width: 100%;
    float: left;
    padding: 65px 0 25px
}

.logo_section {
    margin-right: 4%;
    padding-right: 0;
    width: 26%
}

.footer_logo {
    width: 100%;
    float: left;
    margin: 0 0 32px
}

.footer_contact {
    width: 100%;
    float: left
}

.footer_contact_title {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #1e2d6a;
    margin: 0 0 6px
}

.footer_contact p {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 15px;
    color: #5c5c5c;
    margin: 0 0 5px;
    line-height: 22px
}

.footer_number {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 30px;
    color: #1e2d6a;
    padding: 0 0 8px
}

    .footer_number a {
        color: #1e2d6a
    }

.footer_connect {
    width: 100%;
    float: left;
    padding: 28px 0 0
}

    .footer_connect .footer_contact_title {
        margin: 0 0 12px
    }

    .footer_connect a {
        background: rgba(0,0,0,0) url(../images/five_socal_icons_new.png) no-repeat scroll left top / 237px auto;
        float: left;
        height: 41px;
        margin-right: 9px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        width: 41px
    }

        .footer_connect a:last-child {
            margin: 0
        }

        .footer_connect a.icon2 {
            background-position: -49px 0
        }

            .footer_connect a.icon2:hover {
                background-position: -49px -42px
            }

        .footer_connect a.icon3 {
            background-position: -98px 0
        }

            .footer_connect a.icon3:hover {
                background-position: -98px -42px
            }

        .footer_connect a.icon4 {
            background-position: -147px 0
        }

            .footer_connect a.icon4:hover {
                background-position: -147px -42px
            }

        .footer_connect a.icon5 {
            background-position: -196px 0
        }

            .footer_connect a.icon5:hover {
                background-position: -196px -42px
            }

        .footer_connect a:hover {
            background-position: 0 -42px
        }

.footer_menu {
    width: 24%
}

    .footer_menu:nth-child(2n) {
        width: 27%
    }

    .footer_menu:nth-child(3n) {
        padding: 0;
        width: 18%
    }

.footer_menu_section {
    margin-bottom: 34px
}

    .footer_menu_section .footer_menu_title {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 17px;
        color: #1e2d6a;
        margin: 0 0 12px
    }

    .footer_menu_section ul {
        margin: 0;
        padding: 0
    }

        .footer_menu_section ul li {
            list-style: none;
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 15px;
            color: #5c5c5c;
            margin: 0 0 3px
        }

            .footer_menu_section ul li a {
                color: #5c5c5c
            }

                .footer_menu_section ul li a:hover {
                    color: #f69e15
                }

.copyright_area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 12px 15px 0
}

    .copyright_area p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #5c5c5c
    }

.british_association_logo {
    float: left;
    padding: 30px 0 0;
    text-align: left;
    width: 100%
}

.open_overlay .content_area::before {
    background: hsl(0,0%,0%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.open_overlay .footer_area::before {
    background: hsl(0,0%,0%) none repeat scroll 0 0;
    content: "";
    height: calc(100% + 20px);
    opacity: .5;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 1
}

.iphone_header {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    padding: 0;
    display: none
}

.iphone_logo {
    float: left;
    padding: 12px 0 0 18px
}

    .iphone_logo img {
        width: 125px
    }

.iphone_search_area {
    float: right
}

    .iphone_search_area > div {
        float: left
    }

    .iphone_search_area .search_icon {
        background: hsl(229,56%,26%) url(../images/search_icon.png) no-repeat scroll center center;
        float: left;
        height: 50px;
        width: 50px
    }

    .iphone_search_area .search_close {
        background: hsl(194,89%,48%) url(../images/close_btn.png) no-repeat scroll center center;
        float: left;
        height: 50px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        width: 0;
        position: absolute;
        top: 0
    }

    .iphone_search_area .search_field {
        border: medium none;
        height: 50px;
        left: 5px;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        width: calc(100% - 100px);
        visibility: hidden;
        opacity: 0;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 18px;
        color: hsl(0,0%,25%);
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .iphone_search_area .sfsearchBox .k-autocomplete {
        width: 100%;
        display: inherit
    }

    .iphone_search_area .sfsearchBox input.sfsearchTxt {
        border: medium none;
        height: 50px;
        left: 5px;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        width: calc(100% - 100px) !important;
        visibility: hidden;
        opacity: 0;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 18px;
        color: hsl(0,0%,25%);
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .iphone_search_area .sfsearchSubmit {
        background: hsl(229,56%,26%) url(../images/search_icon.png) no-repeat scroll center center;
        float: left;
        height: 50px;
        width: 50px;
        border: none;
        text-indent: -99999px;
        display: none
    }

    .iphone_search_area.open_search .search_field, .iphone_search_area.open_search .sfsearchBox input.sfsearchTxt {
        left: 0;
        visibility: visible;
        opacity: 1
    }

    .iphone_search_area.open_search .search_close {
        width: 50px
    }

.search_field::-webkit-input-placeholder {
    color: hsl(0,0%,25%);
    opacity: 1
}

.iphone_search_area.open_search .sfsearchSubmit {
    display: block
}

.iphone_search_area.open_search .search_icon {
    display: none
}

.iphone_menu_icon {
    background: url(../images/iphone_menu_icon.png) left top no-repeat;
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.iphone_menu_area {
    background: hsl(0,0%,100%) none repeat scroll 0 0;
    float: left;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    display: none
}

.open_iphone_menu .iphone_search_area {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.open_iphone_menu .iphone_menu_icon {
    background: hsla(0,0%,0%,0) url(../images/cross_btn.png) no-repeat scroll left top;
    margin-right: 5px
}

.iphone_my_local {
    font-size: 18px;
    font-family: 'HelveticaNeueLTStdBd';
    color: hsl(0,0%,100%) !important;
    background: #f69e15;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    display: block
}

    .iphone_my_local:before {
        background: url(../images/right_arrow.png) left -1px no-repeat;
        height: 50px;
        line-height: 28px;
        padding: 0;
        position: absolute;
        right: 3px;
        text-align: center;
        top: 4px;
        content: "";
        width: 50px;
        z-index: 99
    }

    .iphone_my_local:hover {
        color: #fff
    }

.iphone_collpsed_menu {
    width: 100%;
    display: inline-block;
    padding: 0 0 18px;
    box-shadow: 0 2px 2px hsl(0,0%,87%)
}

.iphone_drop_menu {
    width: 100%;
    display: none
}

.mobile_ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid hsl(0,0%,80%)
}

    .mobile_ul > li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        font-family: 'HelveticaNeueLTStdBd';
        color: #4a4a4a;
        position: relative;
        border-top: 1px solid #ccc
    }

        .mobile_ul > li > a {
            color: #4a4a4a;
            display: block;
            padding: 15px 20px
        }

            .mobile_ul > li > a + a {
                margin-right: 60px
            }

            .mobile_ul > li > a:hover {
                color: #0EB6E7
            }

    .mobile_ul li a.mm-next {
        background: url(../images/iphone_plus_icon.png) left -2px no-repeat;
        height: 50px;
        line-height: 28px;
        padding: 0;
        position: absolute;
        right: 3px;
        text-align: center;
        top: 2px;
        width: 50px;
        z-index: 99
    }

        .mobile_ul li a.mm-next.active_mm {
            background-position: left -101px
        }

    .mobile_ul > li.active_li {
        padding: 0 0 30px
    }

    .mobile_ul li ul {
        margin: -8px 0 0;
        padding: 0
    }

        .mobile_ul li ul li {
            list-style: none;
            font-size: 18px;
            font-family: 'HelveticaNeueLTStdBd';
            color: #4a4a4a;
            position: relative
        }

            .mobile_ul li ul li a {
                color: #4a4a4a;
                display: block;
                padding: 6px 20px
            }

                .mobile_ul li ul li a:hover {
                    color: #0EB6E7
                }

.iphone_straight_area {
    width: 100%;
    display: inline-block;
    padding: 25px 20px 0
}

.iphone_straight_title {
    font-size: 18px;
    color: #4a4a4a;
    font-family: 'HelveticaNeueLTStdLt';
    padding: 0 0 8px
}

    .iphone_straight_title span {
        font-family: 'HelveticaNeueLTStdBd'
    }

.iphone_straight_area a {
    display: block;
    border: 2px solid #f69e15;
    color: hsl(0,0%,29%);
    padding: 13px 0;
    width: 100%;
    font-size: 16px;
    color: #4a4a4a;
    font-family: 'HelveticaNeueLTStdBd';
    margin: 12px 0 0;
    text-align: center;
    text-transform: capitalize
}

.content_number_iphone {
    width: 100%;
    display: inline-block;
    padding: 25px 20px 8px
}

.iphone_title {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 18px;
    color: #4a4a4a;
    display: block;
    padding: 0 0 4px
}

.iphone_number {
    font-family: 'HelveticaNeueLTStdLt';
    color: #1e2c69;
    font-size: 32px
}

.mobile_small_ul {
    margin: 0;
    padding: 0
}

    .mobile_small_ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        font-family: 'HelveticaNeueLTStdBd';
        color: #4a4a4a;
        position: relative
    }

        .mobile_small_ul li a {
            color: #4a4a4a;
            display: block;
            padding: 6px 20px
        }

            .mobile_small_ul li a:hover {
                color: #0EB6E7
            }

.inner_page_banner {
    width: 100%;
    float: left;
    min-height: 677px;
    background-position: center top;
    background-repeat: no-repeat
}

.banner_inner_section {
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 0 0
}

    .banner_inner_section .banner_title {
        font-size: 52px;
        font-family: 'HelveticaNeueLTStdLt';
        color: #fff;
        line-height: 60px;
        width: 70%
    }

.about-banner .banner_inner_section .banner_title a {
    color: #fff
}

.banner_inner_section .banner_title span {
    display: block
}

.banner_inner_section h1 {
    font-size: 30px;
    font-family: 'HelveticaNeueLTStdLt';
    color: #fff;
    margin: 20px 0 58px;
    width: 70%
}

.banner_inner_section .btn-group.bootstrap-select {
    width: 335px !important
}

.banner_inner_section .dropdown-toggle.btn-default {
    background: hsl(0,0%,100%) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 50px;
    font-size: 15px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #000;
    box-shadow: none;
    padding: 4px 20px;
    line-height: 42px
}

.banner_inner_section .bootstrap-select.btn-group .dropdown-toggle .caret {
    background: hsla(0,0%,0%,0) url(../images/select_arrow.png) no-repeat scroll left top;
    border: medium none;
    height: 50px;
    margin-top: -25px;
    right: 0;
    width: 50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.banner_inner_section .bootstrap-select.btn-group.open .dropdown-toggle .caret {
    background-position: 0 -50px
}

.banner_inner_section .bootstrap-select .dropdown-toggle:focus {
    outline: medium none !important
}

.banner_inner_section .bootstrap-select.btn-group .dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

    .banner_inner_section .bootstrap-select.btn-group .dropdown-menu li:first-child {
        display: none
    }

    .banner_inner_section .bootstrap-select.btn-group .dropdown-menu li a {
        font-size: 15px;
        font-family: 'HelveticaNeueLTStdBd';
        color: #000
    }

        .banner_inner_section .bootstrap-select.btn-group .dropdown-menu li a:hover {
            background: none;
            color: #f69e15
        }

.select_country_area {
    width: 335px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px
}

    .select_country_area span {
        display: block;
        background: #fff;
        height: 50px;
        width: 100%;
        font-size: 15px;
        font-family: 'HelveticaNeueLTStdBd';
        color: #000;
        padding: 13px 20px;
        background: #fff url(../images/select_country_icon.png) no-repeat scroll right top;
        cursor: pointer;
        line-height: 25px
    }

.banner_inner_section .get_btn {
    background: hsl(194,89%,48%) none repeat scroll 0 0;
    color: hsl(0,0%,100%);
    font-family: "HelveticaNeueLTStdBd";
    font-size: 15px;
    padding: 14px 32px 15px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top
}

    .banner_inner_section .get_btn:hover {
        background: #F69F12
    }

.banner_inner_section .call_you_back_btn {
    border: 2px solid hsl(0,0%,100%);
    color: hsl(0,0%,100%);
    font-family: "HelveticaNeueLTStdBd";
    font-size: 14px;
    padding: 13px 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    z-index: 1;
    margin-left: 15px
}

    .banner_inner_section .call_you_back_btn::before {
        background: #F69E15;
        bottom: 50%;
        content: "";
        position: absolute;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        top: 50%;
        left: 50%;
        right: 50%;
        z-index: -1
    }

    .banner_inner_section .call_you_back_btn:hover {
        border-color: #F69E15
    }

        .banner_inner_section .call_you_back_btn:hover::before {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

.banner_get_quote_area {
    width: 480px;
    float: left;
    background: #fff;
    margin-top: 50px;
    padding: 40px 35px 35px
}

    .banner_get_quote_area p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #000;
        line-height: 21px;
        margin: 0 0 38px
    }

    .banner_get_quote_area a {
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        line-height: 19px
    }

    .banner_get_quote_area .get_quote_btn {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #fff;
        border: 2px solid #0eb6e7;
        background: #0eb6e7;
        padding: 14px 32px;
        display: inline-block
    }

        .banner_get_quote_area .get_quote_btn:hover {
            background: hsl(37,93%,52%) none repeat scroll 0 0;
            border: 2px solid #f69e15
        }

    .banner_get_quote_area .track_shipment_btn {
        border: 2px solid #d7d7d7;
        color: #404040;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 15px;
        padding: 14px 35px;
        margin-left: 18px
    }

        .banner_get_quote_area .track_shipment_btn:hover {
            background: hsl(37,93%,52%) none repeat scroll 0 0;
            border: 2px solid #f69e15;
            color: #fff
        }

.popup_select_country {
    background: #fff;
    float: left;
    padding: 0 0 30px;
    left: 0;
    position: absolute;
    top: -85px;
    width: 100%;
    z-index: 999;
    text-align: left;
    display: none
}

.top_section_select_country {
    width: 100%;
    float: left;
    padding: 18px 0
}

.popup_logo {
    float: left;
    padding-top: 7px
}

.top_section_select_country .popup_title {
    font-size: 22px;
    font-family: "HelveticaNeueLTStdBd";
    color: #0eb6e7;
    float: left;
    padding-left: 35px;
    padding-top: 10px
}

.popup_close {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/select_close.png) left top no-repeat;
    cursor: pointer
}

.mid_section_select_country {
    width: 100%;
    float: left;
    padding-top: 35px
}

    .mid_section_select_country ul {
        margin: 0;
        padding: 0
    }

        .mid_section_select_country ul li {
            list-style: none;
            float: left;
            width: 2.88%;
            margin-left: 1%
        }

            .mid_section_select_country ul li:first-child {
                margin-left: 0
            }

            .mid_section_select_country ul li a {
                background: #0eb6e7;
                color: hsl(0,0%,100%);
                float: left;
                width: 100%;
                height: 30px;
                line-height: initial;
                padding: 3px 0;
                font-family: 'HelveticaNeueLTStdRoman';
                font-size: 15px;
                text-align: center;
                text-transform: uppercase;
                border: 2px solid #0eb6e7
            }

                .mid_section_select_country ul li a:hover {
                    background: #f69e15;
                    border-color: #f69e15
                }

            .mid_section_select_country ul li.no_link a {
                background: none;
                border: 2px solid hsl(0,0%,78%);
                color: hsl(0,0%,78%);
                cursor: no-drop
            }

.bottom_section_select_country {
    width: 100%;
    float: left;
    padding: 30px 0 0
}

.country_section {
    width: 100%;
    float: left
}

.country_title {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 28px;
    color: #0eb6e7;
    position: relative;
    text-transform: uppercase
}

    .country_title span {
        display: inline-block;
        background: #fff;
        padding: 10px 20px;
        vertical-align: middle
    }

    .country_title::before {
        border-top: 2px solid #e1e1e1;
        content: "";
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: -1;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%)
    }

.country_section ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block
}

    .country_section ul li {
        color: hsl(0,0%,25%);
        display: inline-block;
        font-family: "HelveticaNeueLTStdLt";
        font-size: 65px;
        line-height: 35px;
        list-style: outside none none;
        width: 100%;
        margin-bottom: 8px
    }

        .country_section ul li a {
            color: hsl(0,0%,25%);
            display: inline-block;
            line-height: 55px
        }

            .country_section ul li a:hover {
                color: #f69e15
            }

.places_section {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    overflow: hidden
}

    .places_section .col-sm-4 {
        padding: 0
    }

        .places_section .col-sm-4 img {
            width: 100%
        }

.place_conent {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 76%;
    width: 265px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

    .place_conent .place_title {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 24px;
        color: #fff;
        margin: 0 0 30px;
        line-height: 27px
    }

    .place_conent p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #fff;
        margin: 0 0 35px;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .place_conent a {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #fff;
        opacity: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

.places_section .places_bg {
    background: #e38804;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.places_section .col-sm-4:hover .places_bg {
    opacity: .8;
    visibility: visible
}

.places_section .col-sm-4:hover .place_conent {
    top: 26%
}

    .places_section .col-sm-4:hover .place_conent p {
        opacity: 1
    }

    .places_section .col-sm-4:hover .place_conent a {
        opacity: 1
    }

.twitter_post_area {
    width: 100%;
    float: left;
    background: #0eb6e7;
    padding: 0;
    position: relative
}

    .twitter_post_area::before {
        background: url(../images/twitter_logo.png) left top no-repeat;
        content: "";
        height: 43px;
        left: 50px;
        position: absolute;
        top: 57px;
        width: 49px
    }

    .twitter_post_area .twitter_post_content {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 28px;
        color: #fff;
        line-height: 36px;
        padding: 0 0 31px
    }

    .twitter_post_area .twitter_post_author {
        color: #fff;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 11px;
        text-transform: uppercase;
        text-align: right
    }

.twitter_post_slider {
    float: left;
    margin: 0 70px 0 130px;
    overflow: hidden;
    padding: 50px 0 42px;
    position: relative;
    width: calc(100% - 200px) !important
}

    .twitter_post_slider.owl-carousel .owl-stage-outer {
        overflow: initial
    }

.pickford_pet_moving_area {
    width: 100%;
    float: left;
    position: relative
}

    .pickford_pet_moving_area img {
        width: 100%
    }

.pickford_pet_text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 55px;
    height: 174px;
    width: 100%
}

    .pickford_pet_text .pickford_pet_title {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 28px;
        color: #fff;
        padding: 0 0 20px
    }

        .pickford_pet_text .pickford_pet_title span {
            display: block
        }

    .pickford_pet_text p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #fff
    }

        .pickford_pet_text p a {
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 16px;
            color: #fff;
            float: right
        }

            .pickford_pet_text p a:hover {
                color: #F69E15
            }

.home_page .call_u_back_area {
    margin-top: 0
}

.call_u_back_area {
    float: left;
    width: 100%;
    margin: 20px 0;
    background: #fff;
    padding: 40px 30px 35px 60px
}

.call_u_title {
    font-size: 28px;
    font-family: 'HelveticaNeueLTStdLt';
    color: #4a4a4a;
    float: left
}

    .call_u_title span {
        font-family: 'HelveticaNeueLTStdBd'
    }

    .call_u_title a {
        color: #4a4a4a
    }

.call_u_btn {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 15px;
    color: #404040 !important;
    float: right;
    border: 2px solid hsl(0,0%,88%);
    padding: 12px 50px 12px 0;
    position: relative;
    width: 255px;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin: -5px 0 0;
    height: 50px
}

    .call_u_btn:before {
        background: #0EB6E7 url(../images/arrow_icon.png) right top no-repeat;
        right: -2px;
        top: -2px;
        position: absolute;
        width: 50px;
        height: 50px;
        content: '';
        z-index: -1;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .call_u_btn:hover {
        color: #fff !important
    }

        .call_u_btn:hover:before {
            width: 101%
        }

    .call_u_btn:focus {
        color: #404040
    }

.resource_box_area {
    width: 100%;
    float: left;
    background: #fff;
    padding: 60px 0 65px
}

    .resource_box_area .col-sm-6 {
        padding: 0 52px
    }

.resource_box_title {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 26px;
    color: #404040;
    margin: 0 0 20px
}

.resource_box_area h1, .resource_box_area h2, .resource_box_area h3, .resource_box_area h4, .resource_box_area h5, .resource_box_area h6, .resource_box_area p.Sub-Heading, .resource_box_area p span.Sub-Heading, .resource_box_area span.Sub-Heading {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 26px;
    color: #404040;
    margin: 0 0 20px;
    line-height: 1.2;
    display: block;
    font-weight: 400;
    border: none;
    padding: 0
}

.resource_box_area strong {
    font-family: "HelveticaNeueLTStdBd";
    font-weight: 400
}

.resource_box_area p.Body-Copy, .resource_box_area p span.Body-Copy, .resource_box_area span.Body-Copy {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 15px;
    color: #404040;
    line-height: 21px;
    margin: 0 0 20px
}

.resource_box_area a {
    font-family: 'HelveticaNeueLTStdBd';
    color: #0eb6e7
}

    .resource_box_area a:hover {
        color: hsl(37,93%,52%)
    }

.brk_link {
    display: block;
    margin-bottom: 10px
}

.resource_box_area .blue_large_title {
    color: hsl(194,89%,48%);
    font-family: "HelveticaNeueLTStdLt";
    font-size: 44px;
    line-height: 46px
}

.international_network {
    padding: 0;
    display: table-cell;
    vertical-align: top;
    float: none
}

.pickfords_gold .international_network {
    margin: 0;
    width: 100%
}

.international_network img {
    width: 100%;
    min-height: 450px
}

.international_content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 70px 30px
}

    .international_content .international_title {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 28px;
        color: #fff;
        line-height: 36px;
        margin: 0 0 22px
    }

        .international_content .international_title span {
            display: block
        }

    .international_content .learn_btn {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #fff
    }

        .international_content .learn_btn:hover {
            color: #F69E15
        }

.international_news_area .advice_area {
    min-height: 450px
}

.inner_page .header_mid_area {
    box-shadow: 0 1px 2px hsl(0,0%,83%)
}

.moving_europe_banner {
    width: 100%;
    float: left
}

    .moving_europe_banner .inner_page_banner {
        min-height: 550px;
        padding-bottom: 178px;
        position: relative
    }

    .moving_europe_banner .banner_inner_section .banner_title {
        line-height: 57px
    }

    .moving_europe_banner .banner_inner_section {
        padding: 50px 0 0
    }

        .moving_europe_banner .banner_inner_section h1 {
            margin: 25px 0 100px
        }

    .moving_europe_banner .inner_page_banner .append_select_pk {
        bottom: 178px;
        position: absolute
    }

    .moving_europe_banner.open_select_popup .inner_page_banner .append_select_pk {
        position: static
    }

.wide_range_section {
    width: 100%;
    float: left;
    background: #fff;
    margin: -178px 0 0;
    position: relative;
    display: table
}

.wide_range {
    background: #1e2c69;
    padding: 44px 47px
}

    .wide_range .title {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 42px;
        color: #fff;
        line-height: 45px;
        margin-bottom: 20px
    }

    .wide_range h1, .wide_range h2, .wide_range h3, .wide_range h4, .wide_range h5, .wide_range h6, .wide_range p.Service-Title, .wide_range p span.Service-Title, .wide_range span.Service-Title {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 42px;
        color: #fff;
        line-height: 45px;
        margin-bottom: 40px;
        margin-top: 0;
        padding: 0;
        font-weight: 400
    }

    .wide_range p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #fff;
        margin-bottom: 20px !important
    }

        .wide_range p .Body-Copy, .wide_range .Body-Copy {
            color: #fff;
            font-family: "HelveticaNeueLTStdRoman";
            font-size: 15px;
            margin-bottom: 20px
        }

    .wide_range a {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
        color: #0eb6e7;
        margin-top: 5px;
        display: inline-block
    }

        .wide_range a:hover {
            color: #F69F12
        }

.wide_range_section .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: top
}

.exclusive_direct_area {
    padding: 44px 47px 37px
}

    .exclusive_direct_area ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%
    }

        .exclusive_direct_area ul li {
            float: left;
            width: 100%;
            margin: 0 0 15px;
            list-style: none
        }

            .exclusive_direct_area ul li a {
                color: rgb(64,64,64)
            }

            .exclusive_direct_area ul li .title {
                font-family: 'HelveticaNeueLTStdBd';
                font-size: 20px;
                color: #404040;
                font-weight: 400;
                line-height: 28px;
                margin-bottom: 0;
                margin-top: 0;
                padding: 0
            }

            .exclusive_direct_area ul li p {
                font-family: 'HelveticaNeueLTStdRoman';
                font-size: 15px;
                color: #404040;
                margin: 0;
                line-height: 20px
            }

        .exclusive_direct_area ul:last-of-type {
            margin: 0;
            padding: 0
        }

            .exclusive_direct_area ul:last-of-type li {
                list-style: none;
                padding: 0;
                font-family: 'HelveticaNeueLTStdRoman';
                font-size: 15px;
                color: #404040;
                padding: 0 0 5px 19px;
                position: relative;
                margin: 0
            }

                .exclusive_direct_area ul:last-of-type li::before {
                    background: hsl(37,93%,52%) none repeat scroll 0 0;
                    border-radius: 50%;
                    content: "";
                    height: 8px;
                    left: 0;
                    position: absolute;
                    top: 7px;
                    width: 8px
                }

                .exclusive_direct_area ul:last-of-type li.nobullet {
                    padding: 0
                }

                    .exclusive_direct_area ul:last-of-type li.nobullet::before {
                        background: none
                    }

                .exclusive_direct_area ul:last-of-type li a {
                    color: #404040
                }

    .exclusive_direct_area h1, .exclusive_direct_area h2, .exclusive_direct_area h3, .exclusive_direct_area h4, .exclusive_direct_area h5, .exclusive_direct_area h6, .exclusive_direct_area p.Sub-Heading, .exclusive_direct_area p span.Sub-Heading, .exclusive_direct_area span.Sub-Heading {
        color: #404040;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0
    }

    .exclusive_direct_area p.Body-Copy, .exclusive_direct_area p span.Body-Copy, .exclusive_direct_area span.Body-Copy {
        color: #404040;
        font-family: "HelveticaNeueLTStdRoman";
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px !important
    }

    .exclusive_direct_area .btn_1 {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #fff;
        background: #0eb6e7;
        padding: 12px 32px;
        display: inline-block;
        margin-top: 15px;
        border: 2px solid #0eb6e7;
        margin-right: 18px
    }

        .exclusive_direct_area .btn_1:hover {
            background: hsl(37,93%,52%) !important;
            border: 2px solid #f79f12 !important
        }

    .exclusive_direct_area .btn_2 {
        border: 2px solid #d7d7d7;
        color: #404040;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 15px;
        padding: 12px 35px;
        margin-top: 15px;
        display: inline-block
    }

        .exclusive_direct_area .btn_2:hover {
            background: hsl(37,93%,52%) none repeat scroll 0 0;
            border: 2px solid #f69e15;
            color: #fff
        }

.international_baggage_page .call_u_back_area {
    margin: 20px 0
}

.guide_news_area {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.guide_content {
    height: 100%;
    left: 0;
    padding: 87px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

    .guide_content .guide_title {
        color: hsl(0,0%,100%);
        font-family: "HelveticaNeueLTStdLt";
        font-size: 28px;
        margin-bottom: 59px;
        padding: 0 24%
    }

        .guide_content .guide_title span {
            font-family: "HelveticaNeueLTStdBd"
        }

    .guide_content .btn_1 {
        bottom: 75px;
        color: hsl(0,0%,100%);
        display: inline-block;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 15px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%
    }

.guide_news_area .news_area .news_title {
    margin: 12px 0 23px
}

.guide_news_area .news_area p {
    margin: 0 0 24px
}

.resource_box_area ul {
    margin: 0;
    padding: 0 0 15px
}

    .resource_box_area ul li {
        list-style: none;
        padding: 0;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #404040;
        padding: 0 0 5px 19px;
        position: relative
    }

        .resource_box_area ul li::before {
            background: hsl(37,93%,52%) none repeat scroll 0 0;
            border-radius: 50%;
            content: "";
            height: 8px;
            left: 0;
            position: absolute;
            top: 7px;
            width: 8px
        }

        .resource_box_area ul li .Body-Copy {
            margin: 0 !important
        }

.moving_europe_page .call_u_back_area {
    margin: 20px 0
}

.service_detail_page .twitter_post_area {
    margin-bottom: 20px
}

.service_detail_page .call_u_back_area {
    margin: 0 0 20px
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000
}

.back_link {
    width: 100%;
    float: left;
    padding-bottom: 25px
}

    .back_link a {
        font-size: 16px;
        color: #0eb6e7 !important;
        position: relative;
        padding-left: 16px !important;
        font-weight: 700
    }

    .back_link li:first-child, .back_link li:nth-child(2) {
        display: none !important
    }

    .back_link a:before {
        content: "<";
        position: absolute;
        left: 0;
        top: -3px
    }

.inner_banner {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px
}

    .inner_banner img {
        max-width: 100%
    }

.inner_banner_title {
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    padding: 0 40px
}

    .inner_banner_title h1 {
        font-family: 'HelveticaNeueLTStdLt';
        color: #fff;
        font-size: 52px
    }

        .inner_banner_title h1 span {
            display: block
        }

.case_detail_area {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 115px 60px 115px;
    margin-bottom: 20px
}

.business_moving {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-top: 20px
}

    .business_moving span {
        color: #9c9c9c;
        font-size: 16px;
        font-family: 'HelveticaNeueLTStdBd'
    }

.case_detail_content {
    width: 100%;
    float: left
}

.case_detail_area h1 {
    color: #404040;
    margin: 0;
    margin-bottom: 30px;
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 52px
}

    .case_detail_area h1 span {
        display: block
    }

.case_detail_content p {
    font-size: 15px;
    color: #5c5c5c;
    margin: 0;
    font-family: 'HelveticaNeueLTStdRoman';
    margin-bottom: 20px
}

.case_detail_content a {
    color: #f69e15;
    font-family: 'HelveticaNeueLTStdBd'
}

    .case_detail_content a:hover {
        color: #1E2C69
    }

.case_detail_content ul {
    margin: 0 0 10px;
    padding: 0
}

    .case_detail_content ul li {
        display: block;
        list-style: none;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 16px;
        color: #5c5c5c;
        padding: 0 0 5px 15px;
        position: relative
    }

        .case_detail_content ul li:before {
            background: #f69e15;
            content: '';
            width: 6px;
            height: 6px;
            position: absolute;
            left: 0;
            top: 8px;
            border-radius: 50%
        }

.case_detail_content h2, .case_detail_content h3, .case_detail_content h4, .case_detail_content h5, .case_detail_content h6, .case_detail_content p.Sub-Heading, .case_detail_content p span.Sub-Heading, .case_detail_content span.Sub-Heading {
    font-size: 26px;
    color: hsl(0,0%,25%);
    margin: 0 0 15px;
    line-height: 30px;
    display: block;
    font-family: 'HelveticaNeueLTStdLt'
}

.case_detail_content p .Body-Copy, .case_detail_content .Body-Copy {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
    display: block
}

.case_detail_content > h2 {
    color: #0eb6e7
}

.affiliate_page .all_case_box h2, .affiliate_page .all_case_box h1 {
    padding-right: 250px
}

.affiliate_page .all_case_box {
    position: relative
}

.img_append {
    position: absolute;
    right: 0;
    top: 0
}

.check_box_div {
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative
}

    .check_box_div p input[type="checkbox"] {
        border: 1px solid hsl(0,0%,0%);
        position: absolute;
        left: 0;
        height: 20px;
        margin-right: 12px;
        width: 20px;
        opacity: 0;
        z-index: 2
    }

    .check_box_div p label::before {
        border: 1px solid hsl(0,0%,61%);
        content: "";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 12px;
        height: 18px;
        left: 0;
        line-height: 17px;
        position: absolute;
        text-align: center;
        top: 3px;
        vertical-align: text-top;
        width: 18px
    }

    .check_box_div p label {
        color: hsl(12,10%,19%);
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        padding-left: 27px;
        position: relative;
        text-transform: none;
        font-family: 'HelveticaNeueLTStdRoman'
    }

    .check_box_div p input[type="checkbox"]:checked + label::before {
        content: "\f00c"
    }
    .check_box_div p input[type="checkbox"]:checked + input[type="hidden"] + label::before {
        content: "\f00c";
    }
    .check_box_div ul {
        margin: 0;
        padding: 8px 0 4px;
        list-style: none
    }

        .check_box_div ul li {
            position: relative;
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 14px;
            color: #372f2c;
            padding-left: 12px;
            margin: 0 0 4px
        }

            .check_box_div ul li:before {
                width: 5px;
                height: 5px;
                background: #372f2c;
                position: absolute;
                left: 0;
                top: 7px;
                content: '';
                border-radius: 50%
            }

a.reedem_offer_btn {
    background: hsl(194,89%,48%) none repeat scroll 0 0;
    border: 2px solid hsl(194,89%,48%);
    color: #fff;
    font-family: "HelveticaNeueLTStdBd";
    font-size: 14px;
    padding: 13px 25px;
    float: left;
    margin-top: 10px;
    position: relative;
    letter-spacing: .5px;
    transition: all 0.4s ease 0s
}

    a.reedem_offer_btn:hover {
        border: 2px solid #F69E15;
        background: none;
        color: #F69E15
    }

.share_this_area {
    width: 100%;
    float: left;
    border-top: 1px solid #c2c2c2;
    margin-top: 15px;
    padding-top: 20px
}

    .share_this_area .business_moving {
        margin: 0
    }

        .share_this_area .business_moving span {
            color: #0eb6e7
        }

.share_this {
    width: 100%;
    float: left
}

    .share_this ul {
        margin: 0;
        padding: 0;
        float: right
    }

    .share_this li {
        list-style: none;
        float: left
    }

    .share_this span {
        color: #9c9c9c;
        font-size: 15px;
        font-family: 'HelveticaNeueLTStdBd';
        display: inline-block;
        padding: 4px 15px
    }

    .share_this a {
        float: left;
        width: 30px;
        height: 30px;
        background: url(../images/share_icon.png) left top no-repeat
    }

.share2 {
    background-position: -30px 0px !important
}

.share3 {
    background-position: -60px 0px !important
}

.share4 {
    background-position: -90px 0px !important
}

.case_listing_page {
    padding: 50px 0 0
}

.all_case_box {
    width: 100%;
    float: left
}

    .all_case_box h2, .all_case_box h1 {
        color: #404040;
        margin: 0;
        margin-bottom: 30px;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 52px
    }

    .all_case_box p {
        font-size: 16px;
        color: #404040;
        font-family: 'HelveticaNeueLTStdBd'
    }

.case_studies_detail {
    width: 100%;
    float: left
}

    .case_studies_detail ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0
    }

        .case_studies_detail ul li {
            width: 23.5%;
            background: #fff;
            float: left;
            position: relative;
            list-style: none;
            margin-right: 2%;
            margin-bottom: 20px;
            display: none;
            padding-bottom: 30px
        }

            .case_studies_detail ul li:nth-child(4n+4) {
                margin-right: 0
            }

            .case_studies_detail ul li:nth-child(4n+5) {
                clear: both
            }

            .case_studies_detail ul li:hover .read_more_btn {
                color: #f69e15
            }

            .case_studies_detail ul li:hover .case_title {
                color: #fff;
                background: #f69e15
            }

.news_article_page .call_u_back_area {
    margin: 0 0 30px
}

.case_title {
    color: #fff;
    font-size: 12px;
    font-family: 'HelveticaNeueLTStdBd';
    position: absolute;
    background: #1e2c69;
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    z-index: 1
}

.all_case_detail {
    width: 100%;
    float: left
}

.case_img {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 160px
}

    .case_img img {
        width: 100%;
        -wibkit-transition: all 300ms;
        -o-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

.case_studies_detail ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -wibkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}

.case_detail {
    width: 100%;
    float: left;
    padding: 15px 14px
}

.up_date {
    color: #9c9c9c;
    font-size: 16px;
    margin-bottom: 5px;
    display: none;
    font-family: 'HelveticaNeueLTStdBd'
}

.case_detail p {
    color: #5c5c5c;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStdBd'
}

    .case_detail p a {
        color: #5c5c5c
    }

.case_detail .read_more_btn {
    color: #0eb6e7;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStdBd';
    position: absolute;
    bottom: 10px;
    left: 14px;
    right: 14px
}

.case_detail .small_title {
    font-size: 12px;
    color: #5c5c5c;
    font-family: 'HelveticaNeueLTStdBd';
    display: block
}

.case_detail p + p {
    font-size: 12px;
    color: #5c5c5c;
    font-family: 'HelveticaNeueLTStdBd';
    display: block
}

.case_detail ul {
    padding: 0 0 8px
}

    .case_detail ul li {
        width: 100%;
        margin: 0 0 5px;
        font-size: 12px;
        color: #5c5c5c;
        font-family: 'HelveticaNeueLTStdBd';
        display: block;
        position: relative;
        padding: 0 0 0 10px
    }

        .case_detail ul li:before {
            background: #F69E15;
            content: "";
            width: 4px;
            height: 4px;
            position: absolute;
            left: 0;
            top: 6px;
            border-radius: 50%
        }

        .case_detail ul li a {
            font-size: 12px;
            color: #5c5c5c;
            font-family: 'HelveticaNeueLTStdBd'
        }

.show_more_item {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0
}

    .show_more_item.more_case_studies a {
        padding: 13px 49px 13px 20px;
        text-align: left
    }

        .show_more_item.more_case_studies a:before {
            content: "";
            background: url(../images/show_more.png) no-repeat;
            position: absolute;
            width: 20px;
            height: 22px;
            right: 15px;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s
        }

.more_case_studies a:hover:before {
    background-position: 1px -27px
}

.case_studies_detail.special_offers ul li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.case_studies_detail.special_offers ul li .case_img {
    height: auto
}

.show_more_item.more_offer_btn a {
    padding: 13px 49px 13px 20px;
    text-align: left
}

    .show_more_item.more_offer_btn a:before {
        content: "";
        background: url(../images/show_more.png) no-repeat;
        position: absolute;
        width: 20px;
        height: 22px;
        right: 15px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

.more_offer_btn a:hover:before {
    background-position: 1px -27px
}

.show_more_item a {
    color: #5c5c5c;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStdBd';
    display: inline-block;
    padding: 13px 25px;
    background: #fff;
    border: 2px solid #e1e1e1;
    position: relative
}

    .show_more_item a:hover {
        color: #f69e15
    }

.select_case_studies {
    width: 100%;
    float: left;
    margin: 20px 0 30px
}

    .select_case_studies .btn-group.bootstrap-select {
        width: 333px !important
    }

    .select_case_studies .dropdown-toggle.btn-default {
        background: hsl(0,0%,100%) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        height: 50px;
        font-size: 15px;
        font-family: 'HelveticaNeueLTStdBd';
        color: #000;
        box-shadow: none;
        padding: 4px 20px
    }

    .select_case_studies .bootstrap-select.btn-group .dropdown-toggle .caret {
        background: hsla(0,0%,0%,0) url(../images/select_arrow.png) no-repeat scroll left top;
        border: medium none;
        height: 50px;
        margin-top: -25px;
        right: 0;
        width: 50px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .select_case_studies .bootstrap-select.btn-group.open .dropdown-toggle .caret {
        background-position: 0 -50px
    }

    .select_case_studies .bootstrap-select .dropdown-toggle:focus {
        outline: medium none !important
    }

    .select_case_studies .bootstrap-select.btn-group .dropdown-menu {
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        margin: 0
    }

        .select_case_studies .bootstrap-select.btn-group .dropdown-menu li a {
            font-size: 15px;
            font-family: 'HelveticaNeueLTStdBd';
            color: #000
        }

            .select_case_studies .bootstrap-select.btn-group .dropdown-menu li a:hover {
                background: none;
                color: #f69e15
            }

        .select_case_studies .bootstrap-select.btn-group .dropdown-menu li {
            padding: 0
        }

.news_detail_section .up_date {
    display: block
}

.content_img_area {
    width: 100%;
    float: left;
    margin: 10px 0 30px
}

.content_img {
    width: 50%;
    float: left;
    padding-right: 10px;
    overflow: hidden
}

    .content_img img {
        width: 100%
    }

    .content_img:last-child {
        text-align: right;
        padding-right: 0;
        padding-left: 10px
    }

.case_studies_page .call_u_back_area {
    margin: 0 0 30px
}

.about-banner {
    float: left;
    width: 100%;
    text-align: center
}

    .about-banner .inner_page_banner {
        width: 100%;
        float: left;
        min-height: 550px;
        padding-bottom: 178px
    }

    .about-banner.banner_inner_section {
        padding: 38px 0 0
    }

        .about-banner .banner_inner_section .banner_title {
            line-height: 59px
        }

        .about-banner .banner_inner_section h1 {
            margin: 25px 0 95px
        }

.about-quote-main {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -178px
}

.pickfords-uk-main {
    background: #fff;
    padding: 52px 0 52px;
    float: left;
    width: 100%;
    font-family: 'HelveticaNeueLTStdLt'
}

.pickfords-left .title {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 26px;
    color: #404040;
    margin: 0 0 18px
}

.about-history .pickford_pet_text {
    bottom: 8px;
    height: initial
}

    .about-history .pickford_pet_text p {
        position: relative;
        top: -46px
    }

.about-banner .banner_inner_section .dropdown-toggle.btn-default {
    color: #404040
}

.about-banner .banner_title span + span {
    display: inline-block;
    line-height: 46px;
    padding-right: 10px
}

.about-banner .banner_inner_section {
    padding: 58px 0 0
}

.about-quote-main .pickfords-uk-main {
    padding: 50px 0 43px
}

.about-content-section .col-sm-6 p {
    margin: 0 0 20px
}

.content_area.service_detail_page {
    position: relative
}

.about_detail_page {
    padding-bottom: 20px
}

.page_title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px
}

    .page_title h1 {
        font-family: "HelveticaNeueLTStdLt";
        font-size: 52px;
        color: #404040;
        margin: 0
    }

.about_detail_select {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .about_detail_select .btn-group.bootstrap-select {
        width: 335px !important
    }

    .about_detail_select .dropdown-toggle.btn-default {
        background: hsl(0,0%,100%) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        color: hsl(0,0%,0%);
        font-family: "HelveticaNeueLTStdBd";
        font-size: 15px;
        height: 50px;
        padding: 4px 20px
    }

    .about_detail_select .bootstrap-select.btn-group .dropdown-toggle .caret {
        background: hsla(0,0%,0%,0) url(../images/select_arrow.png) no-repeat scroll left top;
        border: medium none;
        height: 50px;
        margin-top: -25px;
        right: 0;
        transition: all 0.3s ease 0s;
        width: 50px
    }

    .about_detail_select .bootstrap-select.btn-group.open .dropdown-toggle .caret {
        background-position: 0 -50px
    }

    .about_detail_select .bootstrap-select .dropdown-toggle:focus {
        outline: medium none !important
    }

body .bootstrap-select.btn-group .dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 4px 0 0
}

    body .bootstrap-select.btn-group .dropdown-menu li {
        color: hsl(0,0%,0%);
        font-family: "HelveticaNeueLTStdBd";
        font-size: 15px
    }

        body .bootstrap-select.btn-group .dropdown-menu li a {
            color: hsl(0,0%,0%);
            padding: 5px 20px
        }

            body .bootstrap-select.btn-group .dropdown-menu li a:hover {
                background: none;
                color: #F69E15
            }

    body .bootstrap-select.btn-group .dropdown-menu > li > a:hover, body .bootstrap-select.btn-group .dropdown-menu > li > a:focus {
        background: none;
        color: #F69E15
    }

.about_detail_select .we_call_back_btn {
    background: hsl(194,89%,48%) none repeat scroll 0 0;
    color: hsl(0,0%,100%);
    display: inline-block;
    font-family: "HelveticaNeueLTStdBd";
    vertical-align: top;
    margin-left: 15px;
    font-size: 15px;
    padding: 14px 32px
}

    .about_detail_select .we_call_back_btn:hover {
        background: hsl(37,93%,52%) none repeat scroll 0 0
    }

.about_detail_page .resource_box_area .resource_link {
    margin-top: 30px
}

.quality_programme_area {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #1e2c69
}

    .quality_programme_area .col-sm-6 {
        padding: 0
    }

        .quality_programme_area .col-sm-6 img {
            width: 100%
        }

    .quality_programme_area .quality_programme_content {
        padding: 40px 50px
    }

    .quality_programme_area .title {
        font-size: 26px;
        font-family: "HelveticaNeueLTStdLt";
        color: #fff;
        line-height: 30px;
        margin-bottom: 30px
    }

    .quality_programme_area ul {
        margin: 0;
        padding: 0
    }

        .quality_programme_area ul li {
            list-style: none;
            font-family: "HelveticaNeueLTStdBd";
            font-size: 15px;
            color: #fff;
            padding: 0 0 8px 30px;
            position: relative
        }

            .quality_programme_area ul li a {
                color: #fff
            }

            .quality_programme_area ul li::before {
                border: 2px solid hsl(0,0%,100%);
                border-radius: 50%;
                content: "";
                height: 12px;
                left: 0;
                position: absolute;
                top: 5px;
                width: 12px
            }

.comminity_relations_area {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 15% 15px;
    margin-bottom: 20px;
    text-align: center
}

    .comminity_relations_area .read_next {
        color: #9c9c9c;
        font-family: "HelveticaNeueLTStdBd";
        font-size: 15px;
        margin-bottom: 10px
    }

    .comminity_relations_area .title {
        color: hsl(0,0%,31%);
        font-family: "HelveticaNeueLTStdLt";
        font-size: 30px;
        margin: 0 0 20px
    }

    .comminity_relations_area p {
        color: hsl(0,0%,31%);
        font-family: "HelveticaNeueLTStdRoman";
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 25px
    }

        .comminity_relations_area p .find_more_btn {
            color: hsl(194,89%,48%);
            font-family: "HelveticaNeueLTStdBd";
            font-size: 15px
        }

            .comminity_relations_area p .find_more_btn:hover {
                color: hsl(37,93%,52%)
            }

.about_detail_page .call_u_back_area {
    margin: 0 0 20px
}

.reginal_banner {
    margin: 0 auto;
    max-width: 1400px;
    position: relative
}

    .reginal_banner .inner_page_banner {
        min-height: 550px;
        background-color: rgb(20,35,99);
        padding-bottom: 95px
    }

.reginal_title_section .banner_title span {
    display: block
}

.reginal_title_section {
    width: 100%;
    float: left;
    padding-top: 50px
}

    .reginal_title_section .banner_title {
        font-size: 52px;
        font-family: 'HelveticaNeueLTStdLt';
        color: rgb(255,255,255);
        line-height: 63px;
        margin-bottom: 20px;
        min-height: 125px
    }

.banner_title_detail {
    padding-right: 35px;
    width: 100%;
    float: left;
    color: rgb(255,255,255)
}

    .banner_title_detail h4, .banner_title_detail h1 {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 28px;
        margin-bottom: 33px
    }

    .banner_title_detail p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px
    }

    .banner_title_detail a {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
        color: rgb(255,255,255);
        display: inline-block;
        border: 2px solid;
        padding: 12px 31px;
        margin-right: 18px
    }

.detail_button a:last-child {
    background: #0eb6e7;
    border-color: #0eb6e7
}

.detail_button a:hover {
    background: #f69e15;
    border-color: #f69e15
}

.detail_button {
    width: 100%;
    float: left;
    margin-top: 15px
}

    .detail_button a:last-child {
        margin: 0
    }

.contact_detail {
    width: 100%;
    float: left;
    padding-left: 35px
}

.reginal_title_section .col-sm-6 {
    padding: 0
}

.contact_detail h2 {
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 28px;
    color: rgb(255,255,255)
}

.contact_number {
    width: 100%;
    float: left;
    margin-top: 20px
}

.pick_number {
    width: 50%;
    float: left;
    margin-bottom: 15px
}

    .pick_number span, .pick_number a {
        display: block;
        color: rgb(255,255,255);
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 30px
    }

    .pick_number small {
        display: block;
        color: rgb(14,182,231);
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 12px;
        text-transform: uppercase
    }

    .pick_number:last-child span {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 22px
    }

.reginal_main_sction {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -95px
}

.reginal_banner .banner_img {
    height: 449px
}

.reginal_banner .banner_slider .item::before {
    display: none
}

.reginal_banner .learn_more_area {
    padding: 0 40px
}

.reginal_banner .banner_slider.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 100px;
    top: 41px
}

.reginal_banner .banner_slider.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 38px;
    top: 41px
}

.reginal_personal_service_area {
    width: 100%;
    float: left;
    background: rgb(255,255,255);
    padding: 40px 0
}

    .reginal_personal_service_area .col-sm-6 {
        padding: 0 60px
    }

    .reginal_personal_service_area p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #5c5c5c
    }

.service_left h3 {
    font-size: 26px;
    font-family: 'HelveticaNeueLTStdRoman';
    margin-bottom: 30px;
    color: #404040
}

    .service_left h3 span {
        display: block
    }

.international_text {
    width: 100%;
    display: inline-block;
    margin-top: 25px
}

    .international_text a {
        display: block;
        color: rgb(14,182,231);
        font-size: 16px;
        font-family: 'HelveticaNeueLTStdBd';
        margin-top: 6px
    }

        .international_text a:hover {
            color: #F69E15
        }

.service_right h3 {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 22px;
    color: rgb(92,92,92);
    margin-bottom: 20px
}

.pick_address {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px
}

    .pick_address span {
        display: block;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        color: #5c5c5c
    }

.moving_advice_page .call_u_back_area {
    margin: 0 0 30px
}

.moving_advice_banner .inner_page_banner {
    min-height: 550px;
    padding-bottom: 180px;
    height: auto
}

.moving_advice_banner .banner_inner_section .banner_title {
    line-height: 59px
}

.banner_disp {
    width: 45%;
    display: table;
    margin-bottom: 55px;
    margin-top: 25px
}

.moving_advice_banner .banner_inner_section p {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #fff
}

.moving_advice_banner .banner_inner_section .we_call_back_btn {
    background: hsl(194,89%,48%) none repeat scroll 0 0;
    color: hsl(0,0%,100%);
    display: inline-block;
    font-family: "HelveticaNeueLTStdBd";
    vertical-align: top;
    margin-left: 15px;
    font-size: 15px;
    padding: 14px 32px
}

    .moving_advice_banner .banner_inner_section .we_call_back_btn:hover {
        background: hsl(37,93%,52%) none repeat scroll 0 0
    }

.moving_advice_center .inner_page_banner {
    min-height: 550px
}

.moving_advice_center .banner_get_quote_area {
    margin-top: 35px
}

.moving_video_section {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 0;
    position: relative;
    padding: 42px 70px 60px;
    margin-bottom: 20px
}

    .moving_video_section .title {
        font-size: 30px;
        font-family: 'HelveticaNeueLTStdLt';
        color: #404040;
        padding-bottom: 25px
    }

    .moving_video_section ul {
        margin: 0 -10px;
        padding: 0
    }

        .moving_video_section ul li {
            float: left;
            width: 25%;
            list-style: none;
            padding: 0 10px 20px;
            display: none
        }

            .moving_video_section ul li:nth-child(4n+5) {
                clear: left
            }

            .moving_video_section ul li .video_img {
                width: 100%;
                display: block
            }

                .moving_video_section ul li .video_img img {
                    width: 100%
                }

            .moving_video_section ul li .video_title {
                font-family: 'HelveticaNeueLTStdBd';
                font-size: 16px;
                color: #404040;
                padding-top: 10px
            }

            .moving_video_section ul li p {
                color: #404040;
                font-family: "HelveticaNeueLTStdRoman";
                font-size: 14px;
                margin: 5px 0 0
            }

.video_btn_area {
    width: 100%;
    float: left
}

.moving_video_section .see_more_video_btn, .moving_video_section .see_less_video_btn {
    background: hsl(194,89%,48%) none repeat scroll 0 0;
    color: hsl(0,0%,100%);
    float: right;
    font-family: "HelveticaNeueLTStdBd";
    vertical-align: top;
    margin-top: 13px;
    font-size: 15px;
    padding: 15px 32px
}

    .moving_video_section .see_more_video_btn:hover, .moving_video_section .see_less_video_btn:hover {
        background: hsl(37,93%,52%) none repeat scroll 0 0
    }

.see_less_video_btn {
    display: none
}

.accordion_wapper {
    width: 100%;
    float: left;
    background: #fff;
    padding: 42px 70px 60px;
    margin-bottom: 20px
}

    .accordion_wapper .title {
        font-size: 30px;
        font-family: 'HelveticaNeueLTStdLt';
        color: #404040;
        padding-bottom: 25px
    }

.accordion_list_area {
    width: 100%;
    float: left
}

.accordion_section {
    width: 100%;
    float: left
}

.accordion_title {
    color: #0eb6e7;
    font-size: 22px;
    font-family: 'HelveticaNeueLTStdRoman';
    border-top: 1px solid hsl(0,0%,84%);
    padding: 14px 35px 14px 0;
    position: relative;
    cursor: pointer
}

    .accordion_title::after {
        background: hsl(194,89%,48%) none repeat scroll 0 0;
        content: "";
        height: 24px;
        position: absolute;
        right: 10px;
        top: 16px;
        width: 2px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .accordion_title::before {
        background: hsl(194,89%,48%) none repeat scroll 0 0;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        top: 27px;
        width: 24px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .accordion_title.active::after {
        transform: rotate(90deg) translate(0,0);
        -webkit-transform: rotate(90deg) translate(0,0);
        -o-transform: rotate(90deg) translate(0,0)
    }

    .accordion_title.active::before {
        opacity: 0;
        transform: rotate(90deg) translate(0,0);
        -webkit-transform: rotate(90deg) translate(0,0);
        -o-transform: rotate(90deg) translate(0,0)
    }

.accordion_content {
    width: 100%;
    float: left;
    display: none;
    padding: 10px 0 25px
}

    .accordion_content ul {
        margin: 0;
        padding: 0
    }

        .accordion_content ul li {
            list-style: none;
            width: 100%;
            display: inline-block;
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 16px;
            color: #404040;
            padding-bottom: 10px
        }

            .accordion_content ul li a {
                color: #404040
            }

                .accordion_content ul li a:hover {
                    color: #f69e15
                }

.find_the_answer {
    width: 100%;
    float: left;
    background: #fff;
    padding: 42px 70px 60px;
    margin-bottom: 20px
}

    .find_the_answer .title {
        font-size: 30px;
        font-family: 'HelveticaNeueLTStdLt';
        color: #404040;
        padding-bottom: 25px
    }

    .find_the_answer p {
        font-size: 16px;
        font-family: 'HelveticaNeueLTStdBd';
        color: #404040
    }

.answer_form_area {
    width: 100%;
    float: left;
    padding-top: 15px
}

.send_btn_area {
    width: 100%;
    display: inline-block
}

.answer_form_area .col-sm-6 {
    padding: 0 3%
}

.answer_form_area .form_row {
    margin: 0 -3%
}

.answer_form_area label {
    display: block;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStdRoman';
    color: #6d6d6d;
    font-weight: 400
}

.answer_form_area .field_input {
    border: 1px solid #c2c2c2;
    height: 40px;
    width: 100%;
    padding: 0 8px;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStdRoman';
    color: #404040;
    font-weight: 400;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none
}

.answer_form_area .field_textarea {
    border: 1px solid #c2c2c2;
    height: 120px;
    width: 100%;
    padding: 6px 8px;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStdRoman';
    color: #404040;
    font-weight: 400;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none
}

.errorMsg {
    font-size: 14px;
    font-family: 'HelveticaNeueLTStdRoman';
    float: left;
    width: 100%;
    color: red
}

.find_the_answer .answer_form_area p {
    margin: 0 0 15px
}

.check_area {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 20px
}

    .check_area input[type="checkbox"] {
        height: 20px;
        left: 0;
        margin: 0;
        position: absolute;
        top: 2px;
        width: 20px;
        z-index: 9;
        opacity: 0
    }

.answer_form_area .check_area label {
    padding-left: 32px;
    position: relative
}

    .answer_form_area .check_area label::before {
        border: 2px solid #c2c2c2;
        content: "";
        height: 19px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 19px;
        font-family: "FontAwesome";
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        vertical-align: text-top;
        color: hsl(0,0%,40%)
    }

.answer_form_area .check_area input[type="checkbox"]:checked + label::before {
    content: "\f00c"
}

.answer_form_area .submit_btn {
    background: hsl(37,93%,52%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0,0%,100%);
    float: left;
    font-family: "HelveticaNeueLTStdBd";
    vertical-align: top;
    margin-top: 10px;
    font-size: 15px;
    padding: 15px 32px
}

    .answer_form_area .submit_btn:hover {
        background: hsl(194,89%,48%) none repeat scroll 0 0
    }

.moving_advice_banner .banner_inner_section h1 {
    margin: 19px 0 90px
}

.baggage_iframe_banner .banner_inner_section h1 {
    margin: 19px 0 160px
}

.groupage_area {
    width: 760px;
    float: left;
    background: #fff;
    border: 6px solid #1e2c69;
    margin-top: -180px;
    padding: 10px 10px;
    position: relative;
    margin-bottom: 20px
}

    .groupage_area .title {
        color: hsl(0,0%,25%);
        font-family: "HelveticaNeueLTStdLt";
        font-size: 30px;
        padding-bottom: 25px
    }

.shipment_table_area {
    width: 100%;
    float: left;
    overflow: hidden
}

    .shipment_table_area .sub_title {
        background: hsl(43,85%,45%) none repeat scroll 0 0;
        color: hsl(0,0%,100%);
        font-family: "HelveticaNeueLTStdRoman";
        font-size: 16px;
        padding: 4px 11px;
        text-transform: capitalize;
        margin-bottom: 10px
    }

.tablesaw-swipe .tablesaw-cell-persist:nth-child(1) {
    width: 100px !important
}

.shipment_table_area table {
    width: calc(100% - 24px);
    margin: 15px 12px;
    font-family: "HelveticaNeueLTStdLt";
    font-size: 15px;
    color: hsl(0,0%,25%);
    letter-spacing: .8px
}

    .shipment_table_area table th {
        width: 25%
    }

    .shipment_table_area table th, .shipment_table_area table td {
        font-family: "HelveticaNeueLTStdLt";
        font-size: 14px;
        color: hsl(0,0%,25%);
        letter-spacing: .8px
    }

.content_area.find-branch {
    padding: 30px 0 0;
    float: left;
    width: 100%
}

.find-branch-title {
    font-size: 52px;
    color: #404040;
    font-family: 'HelveticaNeueLTStdLt';
    margin-bottom: 25px
}

.search-post-main {
    margin-bottom: 30px
}

.inner-title {
    font-size: 30px;
    color: #656565;
    margin-bottom: 20px;
    font-family: "HelveticaNeueLTStdLt"
}

.search-post-main span {
    display: block;
    position: relative
}

    .search-post-main span a:before {
        background: #f69e15 url(../images/post-search.png) right top no-repeat;
        right: 0;
        top: 0;
        background-position: center center;
        position: absolute;
        width: 115px;
        height: 115px;
        content: '';
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    .search-post-main span input {
        color: #f69e15;
        font-size: 52px;
        padding: 20px 125px 20px 40px;
        width: 100%;
        border: none;
        font-family: 'HelveticaNeueLTStdLt'
    }

.search-post-main .search_post_btn {
    background: #f69e15 url(../images/post-search.png) center center no-repeat;
    right: 0;
    top: 0;
    position: absolute;
    width: 115px;
    height: 115px;
    padding: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.search-post-main span input::-webkit-input-placeholder {
    color: #f69e15
}

.search-post-main span input:-moz-placeholder {
    color: #f69e15
}

.search-post-main span input::-moz-placeholder {
    color: #f69e15
}

.search-post-main span input:-ms-input-placeholder {
    color: #f69e15
}

.select-region-main {
    margin-bottom: 20px
}

    .select-region-main ul {
        margin: 0;
        padding: 35px 35px;
        background-color: #fff
    }

        .select-region-main ul li {
            list-style: none;
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 15px;
            color: #5c5c5c;
            margin: 0 0 15px;
            font-weight: 400
        }

            .select-region-main ul li:last-child {
                margin-bottom: 5px
            }

            .select-region-main ul li a {
                color: #5c5c5c
            }

                .select-region-main ul li a:hover {
                    color: #f69e15
                }

.inner-title span {
    color: #404040;
    font-family: 'HelveticaNeueLTStdBd'
}

.select-region-main a.learn_btn {
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    background: #0eb6e7;
    display: inline-block;
    padding: 14px 35px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

    .select-region-main a.learn_btn:hover {
        background: #f69e15
    }

.branch_back_link {
    width: 100%;
    float: left;
    padding-bottom: 10px
}

    .branch_back_link a {
        font-size: 16px;
        color: #0eb6e7;
        position: relative;
        padding-left: 16px;
        font-weight: 700
    }

        .branch_back_link a:before {
            content: "<";
            position: absolute;
            left: 0;
            top: -3px
        }

.midlands-main {
    margin-bottom: 20px;
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 35px
}

.nearest-area {
    font-size: 30px;
    color: #404040;
    float: left;
    width: 100%;
    margin-bottom: 35px
}

    .nearest-area span {
        font-family: 'HelveticaNeueLTStdBd'
    }

.midlands-inner .col-sm-12 {
    padding: 0
}

.midlands-inner:before, .midlands-inner:after {
    display: none
}

.midlands-inner ul {
    margin: 0;
    padding: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    width: 100%
}

    .midlands-inner ul li {
        width: 100%;
        padding: 0 15px;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
        color: #5c5c5c;
        margin: 0 0 14px;
        font-weight: 400;
        list-style: none
    }

        .midlands-inner ul li:nth-child(3n+4) {
            clear: left
        }

        .midlands-inner ul li a {
            color: #5c5c5c
        }

            .midlands-inner ul li a:hover {
                color: #f69e15
            }

.area-padding {
    padding-left: 30px
}

.midlands-main hr {
    border-top: 1px solid #d7d7d7;
    margin: 35px 0 45px 0;
    width: 100%;
    display: inline-block
}

.removals-main {
    float: left;
    width: 100%;
    padding-bottom: 5px
}

.removals-main-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 25px
}

.removals-main-right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px
}

.removals-main .removals-heading {
    font-size: 26px;
    color: #404040;
    margin-bottom: 25px;
    line-height: 31px
}

.removals-main p {
    padding-bottom: 15px;
    color: #5c5c5c;
    font-size: 15px
}

.removals-main-right span {
    font-weight: 600;
    font-family: 'HelveticaNeueLTStdBd'
}

.midlands-main .resource_box_area {
    padding: 0 0 5px
}

    .midlands-main .resource_box_area .col-sm-6 {
        padding: 0 25px
    }

        .midlands-main .resource_box_area .col-sm-6:first-child {
            padding-left: 0
        }

        .midlands-main .resource_box_area .col-sm-6:last-child {
            padding-right: 0
        }

.price_section_area {
    width: 100%;
    float: left
}

    .price_section_area .price_move_content {
        padding: 30px 0 0
    }

.calendar-content_area {
    float: left;
    width: 100%;
    padding-top: 30px
}

.date-inner-main span.date-content-offer {
    display: none
}

.date-inner-main span.date-content {
    display: block
}

.date-inner-main.specialoffer span.date-content {
    display: none
}

.date-inner-main.specialoffer span.date-content-offer {
    display: block
}

.calendar-content_area .msg {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
    display: block
}

#price-move-middle {
    position: relative;
    width: 100%;
    float: left
}

.calendar-content_area .learn_btn {
    position: absolute;
    bottom: -68px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    font-size: 15px;
    background: #0eb6e7;
    display: inline-block;
    padding: 14px 35px;
    border: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

    .calendar-content_area .learn_btn:hover {
        background: #f69e15
    }

.baggage_form_area .where_feild {
    width: 100px
}

.baggage_form_area .when_area input[type="text"] {
    width: 125px
}

.baggage_form_area .when_area {
    width: 30%
}

.baggage_form_area .col-sm-4.property_area {
    width: 30%
}

.search-criteria-main {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
    margin-top: 10px
}

.search-criteria-up {
    font-size: 16px;
    color: #404040;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
    margin: 0 45px;
    font-family: 'HelveticaNeueLTStdBd'
}

    .search-criteria-up::before {
        background: url(../images/plus_icon-calender.png) center 1px no-repeat;
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        width: 28px
    }

    .search-criteria-up.open_location::before {
        background-position: center -57px
    }

.search-criteria-main .price_move_content {
    padding-top: 30px
}

.Nocalendar_main .price_move_content {
    display: block
}

.mobile-date {
    text-align: center;
    color: #404040;
    font-size: 30px;
    font-family: 'HelveticaNeueLTStdRoman';
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.calendar-main {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.calendar-title {
    font-size: 26px;
    color: #404040;
    font-family: 'HelveticaNeueLTStdRoman';
    text-align: center;
    margin-bottom: 33px;
    float: left;
    width: 100%;
    margin-top: 20px
}

    .calendar-title span {
        padding: 4px 0 0;
        display: inline-block
    }

.calendar-main .weekdays {
    margin: 0;
    padding: 10px 0
}

    .calendar-main .weekdays li {
        display: inline-block;
        width: 13.9%;
        color: #505050;
        text-align: center;
        font-size: 14px;
        font-family: 'HelveticaNeueLTStdBd'
    }

.calendar-main .days {
    padding: 0;
    margin: 0 -10px 0 0;
    overflow: hidden
}

    .calendar-main .days li {
        list-style-type: none;
        float: left;
        margin: 0 15px 15px 0;
        width: 12.9%;
        text-align: center;
        min-height: 120px
    }

    .calendar-main .days .border {
        border: 1px solid #e1e1e1
    }

    .calendar-main .days li:nth-child(7n) {
        margin-right: 0
    }

    .calendar-main .days li .active .date, .calendar-main .days li .active .date-content {
        background: #f69e15;
        color: #fff !important
    }

.date-inner-main a:hover .date, .date-inner-main a:hover .date-content {
    background: #f69e15;
    color: #fff !important
}

.date-inner-main {
    background-color: #fff;
    display: block
}

    .date-inner-main span {
        display: block
    }

    .date-inner-main .date {
        color: #404040;
        font-size: 50px;
        font-family: 'HelveticaNeueLTStdLt';
        line-height: normal;
        padding: 12px 0 0 0
    }

    .date-inner-main .date-content {
        color: #0eb6e7;
        font-size: 13px;
        padding-bottom: 3px;
        line-height: 15px;
        padding: 0 0 12px 0;
        font-family: 'HelveticaNeueLTStdBd'
    }

.show-more-section {
    padding: 5px 0 20px 0;
    float: left;
    width: 100%
}

.august-month {
    margin-top: 25px
}

.more-dates {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 45px
}

.show-more-dates {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #404040;
    display: inline-block;
    background-color: #fff;
    border: 2px solid hsl(0,0%,88%);
    padding: 12px 50px 12px 20px;
    position: relative;
    width: 220px;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin: -5px 0 0;
    height: 50px
}

    .show-more-dates:hover {
        color: #0EB6E7
    }

        .show-more-dates:hover:before {
            width: 101%
        }

    .show-more-dates:before {
        background: url(../images/down-arrow.png) right top no-repeat;
        right: 5px;
        top: 5px;
        position: absolute;
        width: 50px;
        height: 50px;
        content: '';
        z-index: -1;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

.prices-section p {
    font-family: 'HelveticaNeueLTStdRoman';
    padding-bottom: 10px;
    color: #404040;
    font-size: 15px
}

.back .date-inner-main .date {
    font-size: 14px;
    padding: 8px 0 7px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff
}

.back .date-inner-main .date-content {
    padding: 0;
    color: #fff
}

.back .date-inner-main .btn {
    background: #f39e17;
    color: #fff;
    padding: 5px 12px 4px;
    width: 93%;
    border-radius: 0;
    font-size: 12px;
    margin-top: 6px
}

    .back .date-inner-main .btn:hover {
        background: #fff;
        color: #f39e17
    }

    .back .date-inner-main .btn.advice_btn {
        background: #0eb6e7;
        color: #fff;
        border: 2px solid #fff;
        padding: 4px 12px 3px
    }

        .back .date-inner-main .btn.advice_btn:hover {
            background: #f39e17;
            color: #fff;
            border-color: #f39e17
        }

.inner_page.calendar_selected .header_mid_area {
    box-shadow: 0 1px 2px hsl(194,100%,41%)
}

.calendar-content_area_selected {
    float: left;
    width: 100%;
    padding-top: 20px
}

.price_guide_section {
    background-color: #0eb6e7;
    float: left;
    width: 100%;
    padding: 15px 0
}

.price-guide-left {
    float: left
}

    .price-guide-left ul {
        margin: 0;
        padding: 15px 0
    }

        .price-guide-left ul li {
            display: inline-block;
            color: #fff;
            font-size: 13px;
            font-family: 'HelveticaNeueLTStdBd';
            padding-left: 30px
        }

            .price-guide-left ul li:first-child {
                padding-left: 0
            }

            .price-guide-left ul li span {
                font-size: 25px;
                font-family: 'HelveticaNeueLTStdLt';
                line-height: 18px;
                padding-left: 10px;
                vertical-align: top;
                display: inline-block
            }

            .price-guide-left ul li h1 {
                font-size: 25px;
                font-family: 'HelveticaNeueLTStdLt';
                line-height: 18px;
                padding-left: 0;
                vertical-align: top;
                display: inline-block;
                margin: 0
            }

            .price-guide-left ul li:first-child span {
                padding-left: 0
            }

.price-guide-right {
    float: right
}

    .price-guide-right span {
        display: inline-block;
        color: #fff;
        padding: 0 10px;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 14px
    }

    .price-guide-right .advice_btn {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        padding: 12px 30px;
        display: inline-block;
        position: relative;
        z-index: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

        .price-guide-right .advice_btn:hover {
            border-color: #F69E15
        }

        .price-guide-right .advice_btn::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            left: 50%;
            position: absolute;
            right: 50%;
            top: 50%;
            z-index: -1;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s
        }

        .price-guide-right .advice_btn:hover:before {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

    .price-guide-right .book_my_btn {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 15px;
        color: #404040;
        float: right;
        background-color: #fff;
        padding: 14px 50px 12px 0;
        position: relative;
        width: 210px;
        text-align: center;
        z-index: 1;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        margin: 0 0 0;
        height: 50px;
        border: none
    }

        .price-guide-right .book_my_btn:hover {
            color: #fff
        }

            .price-guide-right .book_my_btn:hover:before {
                width: 101%
            }

        .price-guide-right .book_my_btn:before {
            background: #f69e15 url(../images/right_arrow.png) right top no-repeat;
            right: -2px;
            top: 0;
            position: absolute;
            width: 50px;
            height: 50px;
            content: '';
            z-index: -1;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s
        }

.inner_form_deail_area {
    width: 100%;
    float: left;
    margin-top: 28px
}

.form_detail_left, .form_detail_right {
    width: 50%;
    float: left
}

    .form_detail_right .main_form_section {
        float: right
    }

.main_form_section {
    width: 96.4%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px
}

.form_title {
    width: 100%;
    float: left;
    color: #505050;
    margin: 0;
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 35px
}

    .form_title span {
        color: rgb(14,182,231);
        font-size: 14px;
        font-family: 'HelveticaNeueLTStdRoman'
    }

.form_detail {
    width: 100%;
    float: left;
    padding: 0 35px
}

.field_name {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

    .field_name label {
        font-family: 'HelveticaNeueLTStdRoman';
        color: rgb(109,109,109);
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
        letter-spacing: inherit;
        text-transform: none
    }

    .field_name .sel_div {
        width: 100%;
        position: relative
    }

        .field_name .sel_div::before {
            background: hsl(194,89%,48%) url(../images/book_from_selectar.png) no-repeat scroll center center;
            content: "";
            height: 40px;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            width: 40px
        }

        .field_name .sel_div select {
            border: 1px solid hsl(0,0%,76%);
            -moz-appearance: none;
            -webkit-appearance: none;
            -o-appearance: none;
            appearance: none;
            background: hsla(0,0%,0%,0) none repeat scroll 0 0;
            color: #2c2c2c;
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 15px;
            height: 40px;
            padding: 0 38px 0 16px;
            width: 100%
        }

            .field_name .sel_div select option {
                padding: 4px 16px
            }

    .field_name .btn-group.bootstrap-select {
        width: 100% !important
    }

    .field_name .dropdown-toggle.btn-default {
        background: hsl(0,0%,100%) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        height: 40px;
        font-size: 15px;
        font-family: 'HelveticaNeueLTStdRoman';
        color: #2c2c2c;
        box-shadow: none;
        padding: 4px 20px;
        border: 1px solid rgb(194,194,194)
    }

    .field_name .bootstrap-select.btn-group .dropdown-toggle .caret {
        background: hsla(0,0%,0%,0) url(../images/select_arrow.png) no-repeat scroll left top;
        border: medium none;
        height: 40px;
        margin-top: -20px;
        right: -1px;
        width: 40px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        background-size: cover
    }

    .field_name .bootstrap-select.btn-group.open .dropdown-toggle .caret {
        background-position: 0 -40px
    }

    .field_name .bootstrap-select .dropdown-toggle:focus {
        outline: medium none !important
    }

    .field_name .bootstrap-select.btn-group .dropdown-menu {
        border: 1px solid hsl(0,0%,76%);
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

        .field_name .bootstrap-select.btn-group .dropdown-menu li:first-child {
            display: none
        }

        .field_name .bootstrap-select.btn-group .dropdown-menu li a {
            font-size: 15px;
            font-family: 'HelveticaNeueLTStdBd';
            color: #000
        }

            .field_name .bootstrap-select.btn-group .dropdown-menu li a:hover {
                background: none;
                color: #f69e15
            }

        .field_name .bootstrap-select.btn-group .dropdown-menu li {
            padding: 0
        }

    .field_name input {
        width: 100%;
        height: 40px;
        border: 1px solid rgb(194,194,194);
        padding: 6px 10px;
        -webkit-appearance: none;
        -o-appearance: none;
        appearance: none
    }

    .field_name textarea {
        width: 100%;
        height: 150px;
        border: 1px solid rgb(194,194,194);
        padding: 6px 10px;
        resize: none;
        text-align: left;
        -webkit-appearance: none;
        -o-appearance: none;
        appearance: none
    }

.post_code input {
    width: 200px;
    display: block
}

.date_field {
    position: relative;
    padding-right: 50px
}

    .date_field .when_feild .ui-datepicker-trigger::before {
        display: none
    }

    .date_field .when_feild .ui-datepicker-trigger {
        background: url(../images/survey_deate_icon.png) center center no-repeat;
        width: 40px;
        display: inline-block;
        height: 40px;
        vertical-align: top;
        top: 25px;
        font-size: 0;
        margin-left: 0;
        position: absolute;
        border: 1px solid rgb(194,194,194);
        right: 0
    }

.date_detail {
    min-height: 337px
}

.form_botton {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px
}

    .form_botton p {
        font-family: 'HelveticaNeueLTStdRoman';
        color: rgb(109,109,109);
        display: block;
        font-size: 15px;
        margin-bottom: 17px
    }

    .form_botton .book_submit_btn {
        border: none;
        background: rgb(246,158,21);
        color: rgb(255,255,255);
        display: inline-block;
        font-size: 15px;
        padding: 14px 35px;
        font-family: 'HelveticaNeueLTStdBd';
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

        .form_botton .book_submit_btn:hover {
            background: rgb(14,182,231)
        }

.check_generic {
    float: left;
    width: 75px;
    position: relative
}

    .check_generic input[type="radio"] {
        height: 20px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 20px;
        z-index: 2
    }

    .check_generic label {
        color: #404040;
        display: inline-block;
        font-size: 15px;
        cursor: pointer;
        position: relative;
        padding-left: 30px
    }

        .check_generic label:before {
            content: "";
            border: 2px solid hsl(194,89%,48%);
            border-radius: 50%;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }

    .check_generic input[type="radio"]:checked + label:before {
        content: "";
        background: hsl(37,93%,52%) none repeat scroll 0 0;
        border-color: hsl(37,93%,52%)
    }

.pickford_term {
    float: left;
    width: 96%;
    margin-bottom: 15px
}

    .pickford_term input[type="checkbox"] {
        height: 19px;
        margin: 4px 0 0;
        opacity: 0;
        position: absolute;
        width: 19px;
        z-index: 2
    }

    .pickford_term label {
        font-size: 15px;
        color: rgb(109,109,109);
        font-family: 'HelveticaNeueLTStdRoman';
        position: relative;
        font-weight: 400;
        padding-left: 35px
    }

        .pickford_term label:before {
            content: "";
            position: absolute;
            background: url(../images/term_check.png);
            width: 19px;
            height: 19px;
            left: 0;
            top: 4px
        }

    .pickford_term input[type="checkbox"]:checked + label:before {
        background-position: 0 -31px
    }

.generic_enquiry .form_botton {
    text-align: left
}

.enquiry_title {
    width: 100%;
    float: left;
    font-size: 30px;
    color: rgb(64,64,64);
    text-align: center;
    font-family: 'HelveticaNeueLTStdLt';
    line-height: 35px;
    margin-top: 23px
}

    .enquiry_title span {
        color: #0eb6e7;
        display: block;
        font-family: 'HelveticaNeueLTStdBd'
    }

.enquiry_text {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 50px;
    margin-top: 27px
}

    .enquiry_text p {
        font-size: 15px;
        color: #5c5c5c;
        font-family: 'HelveticaNeueLTStdRoman'
    }

.enquiry_contact {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 6px
}

    .enquiry_contact p {
        color: #404040;
        display: block;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 30px
    }

        .enquiry_contact p span {
            color: #0eb6e7;
            display: block;
            font-family: 'HelveticaNeueLTStdLt';
            font-size: 50px;
            display: block
        }

.pickfords_gold_slider .item {
    float: left;
    position: relative;
    width: 100%
}

.inner_page .case_detail_area {
    margin-top: 20px;
    padding: 35px
}

    .inner_page .case_detail_area h1 {
        margin: 0 0 5px
    }

.fullscreen_form_detail {
    width: 100%;
    float: left
}

    .fullscreen_form_detail .field_name {
        width: 48%
    }

        .fullscreen_form_detail .field_name:nth-child(2n) {
            float: right
        }

.bottom_checkbox {
    float: right;
    width: 100%;
    padding: 15px 0 0
}

.self_calculator_area {
    background: #0DB4E7
}

    .self_calculator_area .form_title {
        color: #fff
    }

    .self_calculator_area .field_name label {
        color: #fff
    }

    .self_calculator_area .field_name .sel_div::before {
        background: hsl(229,56%,26%) url(../images/book_from_selectar.png) no-repeat scroll center center
    }

    .self_calculator_area .check_box_div p label::before {
        border: 1px solid hsl(0,0%,100%)
    }

    .self_calculator_area .field_name .sel_div select {
        background: #fff;
        border: 1px solid hsl(229,56%,26%)
    }

    .self_calculator_area .check_box_div p label {
        color: #fff
    }

    .self_calculator_area .field_name input {
        border: 1px solid hsl(229,56%,26%)
    }

.international_baggage_page .resource_box_area {
    margin: 20px 0 0
}

.baggage_btn {
    display: inline-block;
    vertical-align: top
}

    .baggage_btn .btn_2, .baggage_btn .btn_1 {
        float: left;
        position: relative;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        margin-left: 20px;
        z-index: 0
    }

    .baggage_btn .btn_1 {
        border: 2px solid #fff;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 14px;
        color: #fff;
        padding: 13px 35px
    }

        .baggage_btn .btn_1::before, .baggage_btn .btn_2::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            top: 50%;
            left: 50%;
            right: 50%;
            z-index: -1
        }

    .baggage_btn .btn_2 {
        border: 2px solid #0eb6e7;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 14px;
        color: #fff;
        padding: 13px 35px;
        background: #0eb6e7
    }

        .baggage_btn .btn_2:hover, .baggage_btn .btn_1:hover {
            border: 2px solid #F69E15 !important;
            background: none
        }

            .baggage_btn .btn_1:hover::before, .baggage_btn .btn_2:hover::before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0
            }

.baggage_form_area {
    width: 100%;
    float: left;
    padding: 50px 0 0;
    display: none
}

    .baggage_form_area .col-xs-12 {
        padding: 0
    }

    .baggage_form_area .user_email_field {
        padding: 0 20px 20px
    }

        .baggage_form_area .user_email_field:nth-child(2n+3) {
            clear: both
        }

    .baggage_form_area .see_prices_btn {
        margin-top: 18px;
        padding: 13px 15px
    }

.baggage_form_btn .call_u_btn::before {
    background: hsl(194,89%,48%) url(../images/plus_icon.png) no-repeat scroll right top
}
.baggage_form_btn .call_u_btn.arrow_icon::before {
    background: #0EB6E7 url(../images/arrow_icon.png) right top no-repeat;
    background-color: rgb(14, 182, 231);
    background-size: 60px;
}
.baggage_form_btn.smallarrow .call_u_btn.arrow_icon::before {
    background-size: 50px;
    background-position: center center;
}
.baggage_form_btn .call_u_btn.open_baggage_form::before {
    background-position: right -57px;
    width: 101%
}

.baggage_form_btn .call_u_btn.open_baggage_form {
    color: #fff !important
}

.iframe_information_details {
    width: 100%;
    float: left;
    display: none;
    margin: -78px 0 0;
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 2
}

    .iframe_information_details .title {
        color: hsl(0,0%,25%);
        display: block;
        font-family: "HelveticaNeueLTStdLt";
        font-size: 18px;
        line-height: 1.2;
        margin: 0
    }

.field_name .check_box_div p {
    margin: 0
}

    .field_name .check_box_div p label {
        margin: 0
    }

.search_list {
    width: 100%;
    float: left;
    padding: 15px 0 0
}

    .search_list .search_term {
        font-size: 16px;
        color: #5c5c5c;
        font-family: 'HelveticaNeueLTStdRoman'
    }

    .search_list ul {
        margin: 0;
        padding: 0
    }

        .search_list ul li {
            list-style: none;
            padding: 20px 0 0;
            display: inline-block;
            width: 100%
        }

            .search_list ul li img {
                float: left;
                width: 160px
            }

            .search_list ul li .search_list_title {
                font-family: 'HelveticaNeueLTStdBd';
                font-size: 18px;
                color: hsl(194,89%,48%);
                padding: 0 0 4px;
                display: block
            }

            .search_list ul li .search_content_area {
                padding-left: 175px;
                word-break: break-all
            }

            .search_list ul li p {
                margin: 0;
                font-size: 16px;
                color: #5c5c5c;
                font-family: 'HelveticaNeueLTStdRoman'
            }

            .search_list ul li.no_image .search_content_area {
                padding-left: 0
            }

.ppc_landing_banner .select_country_area {
    margin-left: 0
}

.ppc_landing_content .wide_range_section {
    margin: -178px 0 20px
}

.ppc_new_header .baggage_btn .btn_2, .ppc_new_header .baggage_btn .btn_1:first-child {
    margin-left: 0
}

.moving_europe_banner.ppc_new_header .banner_inner_section h1 {
    margin: 25px 0 150px
}

.ppc_header_area {
    width: 100%;
    float: left;
    position: relative;
    background: #fff
}

.logo_number_area {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0
}

.logo_2 {
    float: left;
    width: 147px
}

.ppc_header_number_area {
    float: right;
    display: table
}

    .ppc_header_number_area span + span {
        color: hsl(228,56%,27%);
        font-family: "HelveticaNeueLTStdBd";
        font-size: 20px;
        margin: 0;
        padding: 0;
        text-align: left
    }

    .ppc_header_number_area span a {
        color: hsl(228,56%,27%);
        cursor: none
    }

    .ppc_header_number_area span {
        color: hsl(0,0%,40%);
        display: table-cell;
        font-family: "HelveticaNeueLTStdRoman";
        font-size: 16px;
        line-height: 31px;
        margin-right: 6px;
        padding-right: 6px;
        vertical-align: middle;
        text-align: right
    }

.header_local_pickfords .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
    width: auto;
}

.header_local_pickfords .gsc-search-box .gsc-input {
    margin: 0;
    float: left;
    width: 1px;
    padding: 0
}

.header_local_pickfords form.gsc-search-box {
    margin: 0;
    padding-bottom: 0
}

.header_local_pickfords table.gsc-search-box {
    margin: 0;
    padding: 0
}

    .header_local_pickfords table.gsc-search-box td.gsc-clear-button, .header_local_pickfords table.gsc-search-box td.gsc-search-button {
        display: none
    }

    .header_local_pickfords table.gsc-search-box .gsc-clear-button, .header_local_pickfords table.gsc-search-box .gsc-search-button {
        display: none
    }

.header_local_pickfords .gsc-search-box input.gsc-input {
    border: medium none !important;
    background-position: 14px center !important;
    background-image: url(../images/custom_search_img.png) !important;
    background-repeat: no-repeat !important;
    color: hsl(0,0%,25%);
    font-family: "HelveticaNeueLTStdLt";
    font-size: 18px;
    height: 50px !important;
    left: 50px;
    padding: 10px 15px !important;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: calc(100% - 305px) !important;
    opacity: 0;
    visibility: hidden
}

    .header_local_pickfords .gsc-search-box input.gsc-input.gsc-input-focus {
        background-image: none !important
    }

.header_local_pickfords .gsc-search-button input.gsc-search-button {
    background: hsl(229,56%,26%) url(../images/search_icon.png) no-repeat scroll center center;
    border: medium none;
    display: none;
    float: left;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
    border-radius: 0;
    margin: -8px 0 0 -11px
}

.header_local_pickfords .gsst_a {
    display: none
}

.header_local_pickfords .gsc-branding {
    display: none
}

.header_local_pickfords.open_search .gsc-search-box input.gsc-input {
    opacity: 1;
    visibility: visible;
    left: 0
}

.header_local_pickfords.open_search .gsc-search-button input.gsc-search-button {
    display: block
}

td.gsc-clear-button {
    display: none
}

.header_local_pickfords .gsc-input-box {
    background: hsla(0,0%,0%,0) none repeat scroll 0 0;
    border: medium none !important;
    height: auto
}

body .gstl_50.gssb_c {
    box-shadow: none !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 1000px !important;
    right: 0 !important;
    top: 50px !important;
    width: 1000px !important;
    z-index: 9999999
}

body .gssb_c .gsc-completion-container {
    box-shadow: none !important
}

.iphone_search_area .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
    width: 50px
}

.iphone_search_area .gsc-search-box .gsc-input {
    margin: 0;
    float: left;
    width: 1px;
    padding: 0
}

.iphone_search_area form.gsc-search-box {
    margin: 0;
    padding-bottom: 0
}

.iphone_search_area table.gsc-search-box {
    margin: 0
}

.iphone_search_area .gsc-search-box input.gsc-input {
    border: medium none !important;
    background-position: 14px center !important;
    color: hsl(0,0%,25%);
    font-family: "HelveticaNeueLTStdLt";
    font-size: 18px;
    height: 50px !important;
    left: 50px;
    padding: 10px 15px !important;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: calc(100% - 100px) !important;
    opacity: 0;
    visibility: hidden
}

.iphone_search_area .gsc-search-button input.gsc-search-button {
    background: hsl(229,56%,26%) url(../images/search_icon.png) no-repeat scroll center center;
    border: medium none;
    display: none;
    float: left;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
    border-radius: 0;
    margin: -8px 0 0 -7px;
    box-shadow: none !important;
    position: relative;
    z-index: 99;
    padding: 6px 25px;
    min-width: inherit
}

.iphone_search_area .gsst_a {
    display: none
}

.iphone_search_area.open_search .gsc-search-box input.gsc-input {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-position: 14px center !important;
    background-image: url(../images/custom_search_img.png) !important;
    background-repeat: no-repeat !important
}

    .iphone_search_area.open_search .gsc-search-box input.gsc-input.gsc-input-focus {
        background-image: none !important
    }

.iphone_search_area.open_search .gsc-search-button input.gsc-search-button {
    display: block
}

.gsc-search-button {
    display: none
}

.iphone_search_area .gsc-input-box {
    background: hsla(0,0%,0%,0) none repeat scroll 0 0;
    border: medium none !important;
    height: auto
}

body .gstl_51.gssb_c {
    box-shadow: none !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 1000px !important;
    right: 0 !important;
    top: 50px !important;
    width: 100% !important;
    z-index: 9999999
}

body .gssb_c .gsc-completion-container {
    box-shadow: none !important
}

.search_nav {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 10px
}

    .search_nav ul {
        margin: 0;
        padding: 0
    }

        .search_nav ul li {
            list-style: none;
            display: inline-block;
            color: hsl(194,89%,48%);
            font-size: 15px;
            font-family: 'HelveticaNeueLTStdRoman'
        }

            .search_nav ul li a {
                background: hsl(194,89%,48%) none repeat scroll 0 0;
                color: hsl(0,0%,100%);
                display: inline-block;
                padding: 3px 8px
            }

                .search_nav ul li a:hover {
                    background: #F69F12
                }

.sfsearchResultTitle a {
    color: #0eb6e7
}

    .sfsearchResultTitle a:hover, .sfsearchResultUrl a:hover {
        color: hsl(37,93%,52%) !important
    }

.searchresult .sfBreadcrumbWrp {
    margin: 0
}

.sfContentBlock p {
    margin-bottom: 10px
}

.detailpage ul li a {
    color: #1e2c69 !important
}

.detailpage ul li::after {
    color: #1e2c69 !important
}

.detailheading {
    padding-top: 18px
}

.search_list .gsc-adBlock {
    display: none
}

.search_list table.gsc-resultsHeader {
    display: none
}

.search_list .gsc-results .gcsc-branding {
    display: none
}

td.gsc-orderby-container {
    display: none
}

.search_list form.gsc-search-box {
    display: none
}

.search_list .gsc-webResult:after {
    display: none
}

.search_list .gsc-result-info-container, .search_list .gsc-above-wrapper-area, .search_list .gsc-above-wrapper-area-container {
    border: none !important
}

    .search_list .gsc-result-info-container .gsc-result-info {
        font-size: 16px;
        color: #5c5c5c;
        font-family: 'HelveticaNeueLTStdRoman';
        padding: 0 0 8px
    }

.search_list .gsc-webResult, .search_list .gsc-control-cse .gsc-table-result {
    display: inline-block;
    color: hsl(194,89%,48%);
    font-size: 15px;
    font-family: 'HelveticaNeueLTStdRoman';
    width: 100%;
    border: none !important;
    padding: 0
}

.search_list .gsc-table-cell-snippet-close .gs-title {
    font-family: 'HelveticaNeueLTStdBd' !important;
    font-size: 16px !important;
    color: hsl(194,89%,48%) !important;
    text-decoration: none !important;
    height: auto
}

    .search_list .gsc-table-cell-snippet-close .gs-title b {
        color: hsl(194,89%,48%) !important;
        text-decoration: none !important
    }

.search_list .gsc-url-top {
    padding: 0 0 5px;
    display: none
}

.search_list .gsc-thumbnail-inside {
    padding: 0;
    display: none
}

.search_list .gsc-webResult .gsc-result {
    padding: 8px 0 0
}

.search_list .gs-image-box.gs-web-image-box.gs-web-image-box-landscape, .search_list .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 170px;
    height: auto
}

.search_list .gs-web-image-box-landscape img.gs-image, .search_list .gs-web-image-box-portrait img.gs-image {
    max-width: 160px;
    max-height: initial
}

.search_list .gsc-table-result td {
    border: none !important
}

.search_list .gsc-results .gsc-cursor {
    display: inline-block;
    width: 100%;
    text-align: center
}

.search_list .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: hsl(194,89%,48%);
    color: #fff;
    margin-top: 5px;
    padding: 3px 8px;
    display: inline-block;
    margin-right: 4px;
    text-decoration: none !important
}

    .search_list .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
        background: #F69F12
    }

    .search_list .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        background: #F69F12
    }

.search_list .gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left {
    display: block
}

.search_list .gsc-url-bottom {
    display: block;
    color: hsl(194,89%,48%) !important
}

    .search_list .gsc-url-bottom .gs-bidi-start-align {
        color: hsl(194,89%,48%) !important
    }

    .search_list .gsc-url-bottom b {
        color: hsl(194,89%,48%) !important
    }

.search_list .cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important
}

.cse .gsc-branding, .gsc-branding {
    display: none
}

.country-name {
    display: inline !important
}

.case_detail_area .RadTreeView .rtLines .rtLI {
    font-family: "HelveticaNeueLTStdRoman";
    font-size: 15px;
    color: #5c5c5c;
    white-space: initial
}

    .case_detail_area .RadTreeView .rtLines .rtLI .rtIn {
        display: inline-block;
        margin-top: -3px
    }

        .case_detail_area .RadTreeView .rtLines .rtLI .rtIn:hover, .case_detail_area .RadTreeView .rtLines .rtLI .rtHover .rtIn {
            color: #f69e15;
            background: rgba(0,0,0,0) none repeat scroll 0 0;
            border: 1px solid transparent
        }

.pea_cook_wrapper {
    background: #fff none repeat scroll 0 0;
    display: none;
    float: left;
    width: 100%
}

    .pea_cook_wrapper p {
        background-color: #fff;
        border-radius: 0;
        color: hsl(0,0%,40%);
        font-family: "HelveticaNeueLTStdRoman";
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        z-index: 999
    }

        .pea_cook_wrapper p a {
            color: hsl(194,89%,48%);
            float: right
        }

            .pea_cook_wrapper p a:hover {
                color: hsl(37,93%,52%)
            }

a.pea_cook_btn {
    background: #1e2c69 none repeat scroll 0 0;
    color: hsl(0,0%,100%) !important;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeueLTStdRoman";
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .4px;
    margin: 0;
    opacity: 1;
    padding: 12px 18px;
    text-transform: uppercase;
    vertical-align: top
}

.left_cook_bar {
    float: left;
    padding: 10px 0 0
}

.right_cook_bar {
    float: right
}

.cook_btn_1 {
    padding: 10px 15px 0 0
}

.cook_btn_2 {
    padding: 10px 15px 0 0;
    display: none
}

body .ui-datepicker.ui-widget {
    left: 861.156px;
    top: 946px;
    z-index: 1;
    position: absolute
}

.share_tootlbox_area {
    float: right
}

    .share_tootlbox_area .share_tootlbox_title {
        color: #9c9c9c;
        font-size: 15px;
        font-family: 'HelveticaNeueLTStdBd';
        display: inline-block;
        padding: 4px 15px
    }

.addthis_inline_share_toolbox {
    float: right
}

    .addthis_inline_share_toolbox a.at-icon-wrapper.at-share-btn {
        width: 30px;
        height: 30px;
        padding: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0)
    }

    .addthis_inline_share_toolbox span.at-label {
        display: none
    }

    .addthis_inline_share_toolbox span.at-icon-wrapper {
        width: 30px !important;
        height: 30px !important
    }

    .addthis_inline_share_toolbox svg.at-icon {
        width: 30px !important;
        height: 30px !important
    }

#call_me_back_area .user_email_field label {
    font-family: 'HelveticaNeueLTStdRoman';
    font-size: 14px;
    letter-spacing: inherit;
    text-transform: none
}

.baggage_form_area#call_me_back_area .user_email_field {
    padding: 0 20px 15px
}

    .baggage_form_area#call_me_back_area .user_email_field.call_me_submit_btn {
        text-align: center
    }

    .baggage_form_area#call_me_back_area .user_email_field.check_box_text {
        padding: 15px 20px 15px
    }

#call_me_back_area .user_email_field .check_box_div p {
    margin: 0
}

.baggage_form_area#call_me_back_area .see_prices_btn {
    display: inline-block;
    width: auto;
    padding: 14px 35px;
    margin-top: 0;
    font-size: 14px;
    float: none
}

.book_your_survey {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 12px 20px;
    margin: 8px 0 -10px
}

    .book_your_survey svg {
        width: 32px;
        height: 58px;
        fill: #29ADE4;
        float: left;
        margin: 0 18px 0 0
    }

    .book_your_survey p {
        font-size: 16px;
        color: #404040;
        margin: 0;
        line-height: 24px;
        font-family: 'HelveticaNeueLTStdBd'
    }

        .book_your_survey p a {
            display: block;
            color: #0eb6e7
        }

            .book_your_survey p a:hover {
                color: #F69F12
            }

a.survey_book_now_btn {
    padding: 13px 40px;
    background: #29ADE4;
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 15px;
    color: #fff;
    float: right;
    position: absolute;
    right: 20px;
    top: 17px
}

    a.survey_book_now_btn:hover {
        background: #F69F12;
        color: #fff
    }

.book_your_survey_international {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #1e2c68;
    padding: 12px 20px;
    margin: 8px 0 -10px
}

    .book_your_survey_international svg {
        width: 32px;
        height: 58px;
        fill: #29ADE4;
        float: left;
        margin: 0 18px 0 0
    }

    .book_your_survey_international p {
        font-size: 16px;
        color: #fff;
        margin: 0;
        line-height: 24px;
        font-family: 'HelveticaNeueLTStdBd'
    }

        .book_your_survey_international p a {
            display: block;
            color: #F69F12
        }

            .book_your_survey_international p a:hover {
                color: #0eb6e7
            }

a.survey_book_now_btn_international {
    padding: 13px 40px;
    background: #F69F12;
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 15px;
    color: #fff;
    float: right;
    position: absolute;
    right: 20px;
    top: 17px
}

    a.survey_book_now_btn_international:hover {
        background: #0eb6e7;
        color: #fff
    }

.home_trustpilot_area {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    position: absolute;
    right: 200px;
    top: 42px
}

.mobile_home_trustpilot_area {
    float: left;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center
}

    .mobile_home_trustpilot_area .trustpilot-widget {
        padding: 12px 10px;
        background: #fff
    }

.home_trustpilot_text {
    display: inline-block;
    position: relative
}

    .home_trustpilot_text .star_img {
        float: left;
        width: 150px;
        margin-right: 35px
    }

    .home_trustpilot_text img {
        max-width: 100%
    }

    .home_trustpilot_text .text_line {
        font-size: 18px;
        font-family: "HelveticaNeueLTStdRoman";
        color: #333;
        float: left;
        line-height: normal;
        padding: 5px 0 0
    }

    .home_trustpilot_text .trust_logo {
        float: left;
        padding: 1px 6px 0;
        width: 190px;
        margin: 0 7px
    }

    .home_trustpilot_text .block_link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.trustpilot_widget {
    background: #fff;
    padding: 35px 50px;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.trust_box_grid {
    float: left;
    width: 100%;
    margin: 0 0 30px
}

.trust_widget_banner .banner_inner_section h1 {
    margin: 20px 0 10px
}

.trust_widget_banner .banner_get_quote_area {
    margin-bottom: 20px
}

.sfPageWrapper .header_local_pickfords {
    width: 281px
}

.sfPageWrapper .header_top_inner_area .rdVertical {
    float: left;
    width: 50%;
    height: 10px !important
}

.sfPageWrapper .news_advice_area.international_news_area .RadDockZone {
    width: 49%;
    float: left
}

.sfPageWrapper .news_advice_area .advice_area {
    padding: 22px 56px 35px;
    width: 100%
}

.sfPageWrapper .news_advice_area.international_news_area .pickfords_gold .RadDockZone {
    width: 100%
}

.sfPageWrapper .inner_footer .zeDockZoneHasLabel {
    width: 68%;
    float: right
}

.sfPageWrapper .select_picker_area .RadDockZone {
    width: 50%;
    float: left
}

.sfPageWrapper .guide_news_area .rdVertical {
    width: 49%;
    float: left
}

.sfPageWrapper .guide_news_area .pickfords_gold .rdVertical {
    width: 100%;
    float: left
}

.sfPageWrapper .guide_news_area .rdVertical .news_area {
    width: 100%
}

.service_detail_page .emptyZoneDragWidget {
    height: 0
}

#ctl00_cphHeader_RadDockZonecphHeader {
    padding-top: 65px !important
}

.sfPageWrapper .sfPageContainer .about-quote-main {
    margin-top: 0
}

.sfPageWrapper .breadcrumb_main_area .breadcrumb_area {
    position: static
}

.sfPageWrapper .reginal_main_sction {
    margin-top: 0
}

.sfPageWrapper .admin_section_area {
    float: left;
    width: 50%
}

.sfPageWrapper .dynamic_news_area .RadDockZone {
    float: left;
    width: 100%
}

.sfPageContainer .admin_callBcak_section {
    float: left;
    width: 100%
}

.sfPageContainer .RadDockZone.RadDockZone_Default[placeholderid="cphTestimonials"] {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.sfPageWrapper .wide_range_section {
    margin: 0
}

.pick_anchor a {
    display: block;
    color: rgb(14,182,231);
    font-size: 16px;
    font-family: 'HelveticaNeueLTStdBd';
    margin-top: 6px
}

    .pick_anchor a:hover {
        color: #F69E15
    }

.pick_anchor p {
    margin-bottom: 24px
}

.see_more_houzz_btn, .see_less_houzz_btn {
    background-color: #73B143;
    color: #fff !important;
    float: right;
    font-family: "HelveticaNeueLTStdBd";
    vertical-align: top;
    margin-top: 13px;
    font-size: 15px;
    padding: 15px 32px
}

.see_less_houzz_btn {
    display: none
}

    .see_more_houzz_btn:hover, .see_less_houzz_btn:hover {
        background: hsl(37,93%,52%)
    }

.moving_video_section ul li .full_link {
    color: #73b143;
    font-family: "HelveticaNeueLTStdRoman";
    font-size: 13px;
    display: block;
    margin: 4px 0 0;
    font-weight: 700
}

.buzz_list {
    margin-bottom: 0
}

.field_name.checkbox_field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    opacity: 0
}

.field_name.checkbox_field label {
    margin-bottom: 10px
}

.field_name.checkbox_field table td {
    position: relative
}

.field_name.checkbox_field td label {
    color: hsl(12,10%,19%);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 27px;
    position: relative;
    text-transform: none;
    font-family: 'HelveticaNeueLTStdRoman';
    margin: 0 0 7px
}

    .field_name.checkbox_field td label:before {
        border: 1px solid hsl(0,0%,61%);
        content: "";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 12px;
        height: 18px;
        left: 0;
        line-height: 17px;
        position: absolute;
        text-align: center;
        top: 1px;
        vertical-align: text-top;
        width: 18px
    }

.field_name.checkbox_field input[type="checkbox"]:checked + label::before {
    content: "\f00c"
}

.header_fix {
    padding-top: 134px
}

    .header_fix .header_area {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5
    }

.get_quote_btn {
    display: none
}

.header_fix .get_quote_btn {
    display: block;
    position: absolute;
    top: 100%;
    right: -1px;
    text-transform: capitalize;
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #fff;
    padding: 13px 35px;
    background: #f39e14;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.header_fix.topfixed_show .get_quote_btn {
    opacity: 1;
    visibility: visible
}

.header_fix .mid_menu {
    position: relative
}

.get_topright .get_quote_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    text-transform: capitalize;
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #fff;
    padding: 13px 35px;
    background: #f39e14;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 5
}

.get_topright.topfixed_show .get_quote_btn {
    opacity: 1;
    visibility: visible
}

.get_bottomleft .get_quote_btn {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-transform: capitalize;
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    color: #fff;
    padding: 13px 35px;
    background: #f39e14;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 5
}

.get_bottomleft.topfixed_show .get_quote_btn {
    opacity: 1;
    visibility: visible
}

.topfixed_show .bottomfixed {
    top: 0
}

.bottomfixed {
    display: block;
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    height: 60px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none
}

.bottomfixed__row {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.bottomfixedrow {
    float: left;
    width: 25%;
    background: #1e2d69;
    height: 60px;
    position: relative
}

    .bottomfixedrow.quote {
        width: 50%;
        background: #f39e14
    }

.bottomfixed__item {
    height: 100%
}

    .bottomfixed__item > a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

.bottomfixed__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%
}

.bottomfixed_icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px
}

    .bottomfixed_icon img {
        max-width: 100%
    }

.bottomfixed_text {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStdBd';
    vertical-align: middle;
    text-align: left;
    padding-left: 2px;
    line-height: 1.16666667
}

.callback .bottomfixed_icon {
    width: 17px
}

.callback .bottomfixed_text {
    font-size: 9px;
    padding-top: 4px
}

.quote .bottomfixed_text {
    font-size: 13px
}

.get_qoute_wrap {
    display: none
}

.get_qoute_wrap {
    display: block;
    padding: 15px 0;
    width: 100%;
    float: left;
    background: #1e2c68;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.topfixed_show .get_qoute_wrap {
    opacity: 1;
    visibility: visible
}

.qoute_logo {
    float: left;
    width: 120px;
    margin-right: 50px;
    padding-top: 9px
}

    .qoute_logo img {
        max-width: 100%
    }

.qoute_number {
    float: left;
    padding-top: 13px
}

    .qoute_number p {
        font-size: 22px;
        color: #fff;
        margin-bottom: 0;
        line-height: 21px
    }

        .qoute_number p span {
            font-size: 15px;
            margin-top: 0;
            display: inline-block;
            vertical-align: middle
        }

.qoute_btn {
    float: right
}

    .qoute_btn a {
        font-size: 15px;
        background: #f69e15;
        color: #fff;
        padding: 12px 20px 13px;
        float: left;
        font-family: 'HelveticaNeueLTStdBd';
        margin-left: 15px;
        border: 2px solid #f69e15;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s
    }

        .qoute_btn a:hover {
            background: #1e2c68;
            border-color: #fff
        }

        .qoute_btn a.callback_btn {
            background: #0eb6e7;
            border-color: #0eb6e7
        }

            .qoute_btn a.callback_btn:hover {
                background: #1e2c68;
                border-color: #fff
            }

.fullwidth {
    width: 100%;
    float: left
}

.survey_wrap .form_detail_left {
    width: 100%
}

.survey_head {
    width: 100%;
    float: left
}

    .survey_head h2 {
        color: #404040;
        margin: 0;
        margin-bottom: 13px;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 26px
    }

        .survey_head h2 span {
            font-family: 'HelveticaNeueLTStdBd'
        }

    .survey_head h1 {
        color: #404040;
        margin: 0;
        margin-bottom: 30px;
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 52px
    }

    .survey_head p {
        font-size: 16px;
        color: #404040;
        font-family: 'HelveticaNeueLTStdBd'
    }

.survey_wrap .check_generic {
    width: auto;
    padding-right: 30px
}

.survey_wrap .survey_radio > label {
    font-size: 16px;
    padding-bottom: 5px
}

    .survey_wrap .survey_radio > label span {
        font-family: 'HelveticaNeueLTStdBd'
    }

.field_name.survey_radio {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px
}

    .field_name.survey_radio .check_generic label:before {
        border: 1px solid #0db4e7
    }

.survey_f .field_name.survey_radio {
    border-bottom: none;
    padding-bottom: 0
}

.accordion_wrap {
    width: 100%;
    float: left;
    font-family: Arial,Geneva,sans-serif;
    color: #000;
    line-height: 15px
}

.accordion_header {
    display: block;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background: #d79f11;
    margin: 2px 0 0;
    padding: 6px 6px 6px 26px;
    position: relative;
    border-radius: 4px
}

    .accordion_header .fa {
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 6px
    }

.accordion_wrap strong {
    font-weight: 700;
    font-family: Arial,Geneva,sans-serif
}

.accordion_header.active {
    border-radius: 4px 4px 0 0;
    background: #1a3276
}

.accordion_text {
    padding: 12px 26px;
    font-size: 12px;
    border: 1px solid #d6d6d6;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
    font-family: Arial,Geneva,sans-serif
}

    .accordion_text p {
        margin: 0 0 10px
    }

        .accordion_text p a {
            text-decoration: underline;
            color: #372f2c
        }

    .accordion_text ul {
        padding: 0 0 0 14px;
        margin: 0
    }

        .accordion_text ul li a {
            text-decoration: underline;
            color: #372f2c
        }

    .accordion_text table {
        width: 100%
    }

    .accordion_text table, .accordion_text th {
        border: 1px solid #000
    }

    .accordion_text td {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 2px
    }

        .accordion_text td:first-child {
            padding-left: 10px
        }

    .accordion_text th {
        padding: 2px;
        font-weight: 700
    }

    .accordion_text .fee {
        text-align: center
    }

.cartons_wrap {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: Arial,Geneva,sans-serif;
    color: #000;
    line-height: 15px
}

.baggage_cartons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px;
    justify-content: space-between;
    border: 1px solid #F3AA72
}

.carton_i {
    margin: 10px 0
}

.baggage_doc {
    width: 100%;
    float: left;
    font-family: Arial,Geneva,sans-serif;
    color: #000;
    line-height: 15px
}

.baggage_doc_select {
    float: left;
    width: 100%
}

    .baggage_doc_select .field_name {
        max-width: 290px
    }

.baggage_doc_list {
    float: left;
    width: 100%
}

    .baggage_doc_list p {
        font-size: 12px
    }

.doclist {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.docitem {
    display: inline-block;
    width: 100%;
    margin: 2px 0
}

    .docitem a {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        color: #fff;
        vertical-align: middle
    }

    .docitem .info, .docitem .description, .docitem .note {
        background-color: #d79f11;
        line-height: 20px;
        padding: 5px 10px;
        width: 49%;
        border-radius: 4px
    }

    .docitem .description {
        float: right
    }

    .docitem .info {
        text-decoration: underline;
        float: left
    }

    .docitem .arrow {
        display: none
    }

.doclist .note {
    background-color: #d79f11;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin: 2px 0
}

.getacrobat {
    text-align: center;
    font-size: 12px;
    padding-top: 15px
}

    .getacrobat a {
        text-decoration: underline
    }

.acroreader-link img {
    width: 103px
}

.thankyou_withoutbg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px
}

.thankyou_border {
    border: 2px dashed #afafaf;
    padding: 0 10px 20px;
    display: inline-block;
    width: 100%;
    max-width: 650px
}

.thankyou_withoutbg img {
    margin-top: 20px;
    margin-bottom: 5px;
    max-width: 200px
}

.thankyou_withoutbg h1 {
    font-size: 24px;
    color: #5c5c5c;
    margin: 0;
    font-family: 'HelveticaNeueLTStdBd';
    margin-top: 15px
}

.thankyou_withoutbg p {
    font-size: 16px;
    color: #5c5c5c;
    margin: 0;
    font-family: 'HelveticaNeueLTStdRoman';
    margin-top: 15px
}

    .thankyou_withoutbg p .link {
        font-family: 'HelveticaNeueLTStdRoman';
        color: #b1b1b1;
        text-decoration: underline;
        font-style: italic;
        border: none
    }

    .thankyou_withoutbg p .link_btn {
        font-style: normal;
        background: #0eb6e7;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        padding: 8px 15px;
        margin-top: 10px;
        font-family: 'HelveticaNeueLTStdBd';
        border: none
    }

        .thankyou_withoutbg p .link_btn:hover {
            background: #f69e15
        }

.thankyou_withoutbg h2 {
    font-size: 16px;
    color: #5c5c5c;
    margin: 0;
    font-family: 'HelveticaNeueLTStdRoman';
    margin-top: 15px
}

.learn_more_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 78px;
    left: 0
}

    .learn_more_wrap .learn_more_btn {
        font-size: 15px;
        color: #fff;
        z-index: 1;
        text-align: center;
        border: 2px solid #fff;
        padding: 12px 35px;
        position: relative;
        background: #1e2d6a;
        font-family: 'HelveticaNeueLTStdBd'
    }

        .learn_more_wrap .learn_more_btn::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            left: 50%;
            position: absolute;
            right: 50%;
            top: 50%;
            z-index: -1;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s
        }

        .learn_more_wrap .learn_more_btn:hover:before {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

.dynamic_news_area > .sfimageWrp > img {
    margin-bottom: 20px
}

#pnlpriceyourmove > .call_u_back_area {
    margin: 0 0 20px
}

.videothumb_carousel {
    position: relative;
    width: 100%;
    display: flex
}

    .videothumb_carousel.owl-carousel {
        display: inline-block
    }

        .videothumb_carousel.owl-carousel .item {
            width: 100%;
            padding: 0
        }

    .videothumb_carousel .item {
        width: 25%;
        padding: 0 10px
    }

        .videothumb_carousel .item img {
            width: 100%
        }

    .videothumb_carousel.owl-theme .owl-controls {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 20px
    }

        .videothumb_carousel.owl-theme .owl-controls .owl-nav div {
            position: static;
            width: 50px;
            height: 50px;
            float: left;
            background: url(../images/carsoul_pvrtwithbg.png) center center no-repeat
        }

            .videothumb_carousel.owl-theme .owl-controls .owl-nav div.owl-next {
                float: right;
                background: url(../images/carsoul_nextwithbg.png) center center no-repeat
            }

                .videothumb_carousel.owl-theme .owl-controls .owl-nav div.owl-prev.disabled, .videothumb_carousel.owl-theme .owl-controls .owl-nav div.owl-next.disabled {
                    opacity: 0;
                    cursor: no-drop
                }

    .videothumb_carousel .item .video_title {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
        color: #404040;
        padding-top: 10px
    }

    .videothumb_carousel .item p {
        color: #404040;
        font-family: "HelveticaNeueLTStdRoman";
        font-size: 14px;
        margin: 5px 0 0
    }

.leftaboutyoupmr {
    width: 47%;
    float: left;
    clear: both
}

.rightaboutyoupmr {
    width: 48%;
    float: right
}

.casestudy_video {
    text-align: center
}

img {
    height: auto
}

.mobile_home_trustpilot_area .trustpilot-widget {
    min-height: 52px
}

.rightaboutyoupmr {
    min-height: 75px
}

.field_name .sel_div select.ddlgovdept option {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.banner_inner_section .banner_title h1 {
    font-size: 52px;
    font-family: 'HelveticaNeueLTStdLt';
    color: #fff;
    line-height: 57px;
    width: 70%;
    margin: 0px !important
}

.banner_inner_section h2 {
    font-size: 30px;
    font-family: 'HelveticaNeueLTStdLt';
    color: #fff;
    margin: 20px 0 58px;
    width: 70%
}

.moving_europe_banner .banner_inner_section h2 {
    margin: 25px 0 100px
}
.advice_area_selfstorage p {
    margin: 0 0 25px;
}


/* New Home Page CSS */
.container_big {
    max-width: 1430px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

/* heroBannerArea */
.heroBannerArea {
    width: 100%;
    clear: both;
}

    .heroBannerArea .item {
        width: 100%;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding: 40px 0;
        height: 550px;
    }

        .heroBannerArea .item::after {
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0px;
            left: 0px;
            content: "";
            /* background-color: rgba(0, 0, 0, 0.3); */
            z-index: -1;
        }

        .heroBannerArea .item::before {
            width: 100%;
            height: 337px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            content: "";
          /*  background-image: url(../images/banner_bottom_bg.png);
            background-position: bottom center;*/
            z-index: -1;
            opacity: 0.8;
        }

    .heroBannerArea .topTitle {
        /* padding: 15px; */
       /* background-color: rgba(0, 0, 0, 0.3);*/
    }

    .heroBannerArea .item .container_big {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .heroBannerArea .item video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        object-fit: cover;
        object-position: top;
        z-index: -2;
    }

    .heroBannerArea h1,
    .heroBannerArea .h1 {
        margin: 0px;
        font-size: 42px;
        color: #fff;
        line-height: normal;
    }

    .heroBannerArea .h1 {
        font-family: 'HelveticaNeueLTStdBd';
    }

    .heroBannerArea h2 {
        font-size: 30px;
        font-family: 'HelveticaNeueLTStdLt';
        color: #fff;
        width: 100%;
        margin: 0px;
    }

    .heroBannerArea .box {
        width: 265px;
        padding: 15px 15px 13px 15px;
        font-size: 16px;
        color: #fff;
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        /* border: 2px solid #fff; */
        position: relative;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        z-index: 1;
    }

        .heroBannerArea .box::after {
            background: #0EB6E7;
            bottom: 50%;
            content: "";
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            top: 50%;
            left: 50%;
            right: 50%;
            z-index: -1
        }

        .heroBannerArea .box:after {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        /* 
.heroBannerArea .box:hover {
    border-color: #0EB6E7;
} */


        .heroBannerArea .box.yellow-box::after {
            background: #f69e15;
        }

        /* 
.heroBannerArea .box.yellow-box:hover {
    border-color: #f69e15;
} */

        .heroBannerArea .box a {
            color: #fff;
            display: block;
            font-family: 'HelveticaNeueLTStdBd';
            line-height: normal;
        }

            .heroBannerArea .box a:hover {
                text-decoration: underline;
            }

        .heroBannerArea .box::before {
            width: 13px;
            height: 13px;
            display: block;
            content: "";
            background-image: url(../images/chevron_right.svg);
            background-position: center center;
            background-size: 24px 24px;
            background-repeat: no-repeat;
            margin-top: 2px;
            /* position: absolute;
    top: 16px;
    left: 11px; */
        }

    .heroBannerArea .bottom {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 120px;
    }

/* imgTextBox */
.imgTextBox {
    width: 100%;
    text-align: center;
    padding: 24px 0 54px 0;
    clear: both;
}

    .imgTextBox.space-bottom {
        padding-bottom: 38px;
    }

    .imgTextBox .title, .imgTextBox h2 {
        font-size: 34px;
        color: #1F2C69;
        margin: 0 0 24px 0;
        line-height: 1.42857143;
    }

    .imgTextBox .boxes {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 32px;
    }

    .imgTextBox .item {
        position: relative;
        width: calc(25% - 24px);
    }

        .imgTextBox .item::before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            content: "";
            opacity: 0.41;
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
        }

        .imgTextBox .item img {
            width: 100%;
            height: auto;
        }

        .imgTextBox .item .text {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            padding: 29px 34px;
        }

            .imgTextBox .item .text h2 {
                margin: 0px;
            }

        .imgTextBox .item .item_btn {
            border: 2px solid #fff;
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 18px;
            color: #fff;
            padding: 15px 0;
            width: 100%;
            text-align: center;
            text-decoration: none;
            line-height: 1.42857143;
            float: left;
            position: relative;
            transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            z-index: 1;
        }

            .imgTextBox .item .item_btn::before {
                background: #F69E15;
                bottom: 50%;
                content: "";
                position: absolute;
                transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                top: 50%;
                left: 50%;
                right: 50%;
                z-index: -1
            }

#households.imgTextBox .item .item_btn::before {
    background-color: #0EB6E7;
}

#households.imgTextBox .item .item_btn:hover {
    border-color: #0EB6E7;
}

.imgTextBox .item .item_btn:hover {
    border-color: #F69E15;
    background: none;
}

    .imgTextBox .item .item_btn:hover::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

/* twoImageText */
.twoImageText {
    width: 100%;
    padding: 85px 0;
    clear: both;
}

    .twoImageText .container_big ,.twoImageText .container_big .sf_colsIn {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px;
    }

    .twoImageText .item {
        width: calc(50% - 20px);
        position: relative;
    }

        .twoImageText .item::before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            content: "";
            /*background: rgba(0, 0, 0, 0.6);*/
        }

        .twoImageText .item img {
            width: 100%;
        }

        .twoImageText .item .text {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            padding: 30px 36px 34px 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }

        .twoImageText .item h3 {
            font-family: 'HelveticaNeueLTStdLt';
            font-size: 28px;
            line-height: 39px;
            color: #fff;
            margin: 0 0 18px;
        }

        .twoImageText .item p {
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 16px;
            line-height: 21px;
            color: #fff;
        }

        .twoImageText .item .find_btn {
            /* min-width: 249px; */
            border: 3px solid #fff;
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 15px;
            text-align: center;
            color: #fff;
            padding: 12px 35px;
            display: inline-block;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

            .twoImageText .item .find_btn::before {
                background: #F69E15;
                bottom: 50%;
                content: "";
                position: absolute;
                transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                top: 50%;
                left: 50%;
                right: 50%;
                z-index: -1
            }

            .twoImageText .item .find_btn:hover {
                border-color: #F69E15;
                background: none;
            }

                .twoImageText .item .find_btn:hover::before {
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

/* establishedArea */
.establishedArea {
    width: 100%;
    padding: 117px 0 97px 0;
    clear: both;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
    display: none;
}

    .establishedArea::before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.25;
        background: #000;
        z-index: -1;
    }

    .establishedArea .container_big {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .establishedArea .text {
        width: 62%;
    }

    .establishedArea h2 {
        font-size: 52px;
        color: #fff;
        margin: 0 0 60px 0;
    }

    .establishedArea p {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        margin: 0 0 26px 0;
    }

    .establishedArea .history_btn {
        margin: 125px 120px 0 0;
        min-width: 320px;
        border: 3px solid #fff;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 18px;
        text-align: center;
        color: #fff;
        padding: 15px 10px;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .establishedArea .history_btn::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            top: 50%;
            left: 50%;
            right: 50%;
            z-index: -1
        }

        .establishedArea .history_btn:hover {
            border-color: #F69E15;
            background: none;
        }

            .establishedArea .history_btn:hover::before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

/* reportArea */
.reportArea {
    width: 100%;
    clear: both;
    padding: 30px 0 60px 0;
    background-color: #FFFFFF;
}

    .reportArea.pb {
        padding-bottom: 20px;
    }

    .reportArea .report {
        width: 100%;
        min-height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        z-index: 1;
        background-color: #43B02A;
        color: #fff;
        padding: 58px 120px 58px 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .reportArea .text {
        width: 48%;
    }

    .reportArea h3 {
        font-size: 24px;
        color: #fff;
        margin: 0 0 7px;
    }

    .reportArea h2 {
        font-size: 52px;
        line-height: 60px;
        color: #fff;
        margin: 0 0 17px;
    }

    .reportArea p {
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        margin: 0px;
    }

    .reportArea .report_btn {
        min-width: 320px;
        border: 3px solid #fff;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 18px;
        text-align: center;
        color: #fff;
        padding: 15px 10px;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .reportArea .report_btn::before {
            background: #F69E15;
            bottom: 50%;
            content: "";
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            top: 50%;
            left: 50%;
            right: 50%;
            z-index: -1
        }

        .reportArea .report_btn:hover {
            border-color: #F69E15;
            background: none;
        }

            .reportArea .report_btn:hover::before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }


/* trustpilotArea */
.trustpilotArea {
    padding: 45px 0 70px 0;
    width: 100%;
    clear: both;
    background-color: #FFFFFF;
    display: none;
}

    .trustpilotArea .container_big {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .trustpilotArea h3 {
        font-size: 24px;
        color: #000;
        font-family: 'HelveticaNeueLTStdBd';
        margin: 0 0 15px 0;
    }

    .trustpilotArea .trustpilot {
        width: 230px;
    }

        .trustpilotArea .trustpilot img {
            max-width: 100%;
        }

    .trustpilotArea .review {
        width: calc(100% - 360px);
        padding: 0 7% 0 0;
    }

    .trustpilotArea .quote {
        font-size: 34px;
        line-height: 39px;
        color: #4A4A4A;
        margin: 0 0 27px 0;
    }

    .trustpilotArea p {
        font-size: 18px;
        line-height: 21px;
        color: #4A4A4A;
    }

        .trustpilotArea p strong {
            font-weight: normal;
            font-family: 'HelveticaNeueLTStdBd';
        }

/* customerArea */
.customerArea {
    padding: 97px 0;
    width: 100%;
    clear: both;
    background-color: #0EB6E7;
    text-align: center;
    display: none;
}

    .customerArea .container_big {
        max-width: 970px;
    }

    .customerArea .subDesc {
        font-size: 24px;
        line-height: 28px;
        color: #1F2C69;
        margin: 0 0 35px 0;
        text-align: center;
        font-family: 'HelveticaNeueLTStdBd';
    }

    .customerArea .quote {
        font-size: 34px;
        line-height: 39px;
        color: #fff;
        margin: 0 0 27px 0;
        text-align: center;
    }

    .customerArea p {
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        text-align: center;
    }

        .customerArea p strong {
            font-weight: normal;
            font-family: 'HelveticaNeueLTStdBd';
        }

    .customerArea .owl-controls {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 40px 0 0 0 !important;
    }

    .customerArea .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .customerArea .owl-dots .owl-dot {
            width: 9px;
            height: 9px;
            cursor: pointer;
            display: block;
            border-radius: 100%;
            background-color: #fff;
            margin: 0 9px;
        }

            .customerArea .owl-dots .owl-dot.active {
                width: 13px;
                height: 13px;
            }

    .customerArea .customerSlider.owl-carousel .owl-controls .owl-nav {
        width: 265px;
        display: flex;
        justify-content: space-between;
    }

        .customerArea .customerSlider.owl-carousel .owl-controls .owl-nav div {
            width: 24px;
            height: 24px;
            display: block;
            background-image: url(../images/slider-arrow-left.png);
            background-position: center center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            cursor: pointer;
            position: static;
            background-color: #0EB6E7;
        }

            .customerArea .customerSlider.owl-carousel .owl-controls .owl-nav div.owl-next {
                background-image: url(../images/slider-arrow-right.png);
            }

/* pickMovingArea */
.pickMovingArea {
    width: 100%;
    clear: both;
    background-color: #0EB6E7;
}

    .pickMovingArea .movingSlider {
        width: 100%;
        position: relative;
    }

        .pickMovingArea .movingSlider .owl-stage {
            display: flex;
        }

    .pickMovingArea .item {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .pickMovingArea .text {
        width: 699px;
        padding: 15px 25px 85px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

        .pickMovingArea .text h3 {
            font-size: 34px;
            line-height: 39px;
            color: #fff;
            margin: 0 0 27px 0;
            position: relative;
            padding: 9px 0 0 0;
            min-height: 50px;
            font-family: 'HelveticaNeueLTStdBd';
        }

        .pickMovingArea .text .number {
            width: 70px;
            height: 70px;
            font-size: 46px;
            color: #fff;
            /* background-color: #1e2c68; */
            display: flex;
            align-items: center;
            /* justify-content: center; */
            margin-bottom: 15px;
        }

        .pickMovingArea .text .count {
            font-size: 16px;
            color: #0D3371;
            background-color: #f0f0f0;
            padding: 8px 15px;
            margin-bottom: 35px;
            text-transform: uppercase;
            display: inline-block;
            position: absolute;
            top: 15px;
            left: 0px;
            display: none;
        }

        .pickMovingArea .text p {
            font-size: 18px;
            line-height: 21px;
            color: #fff;
            margin-bottom: 20px;
            padding: 0 10% 0 0;
        }

    .pickMovingArea .image {
        width: 50%;
    }
        .pickMovingArea .image video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .pickMovingArea .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .pickMovingArea .owl-controls {
        width: 265px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin: 0 0 0 -697px;
    }

    .pickMovingArea .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .pickMovingArea .owl-dots .owl-dot {
            width: 9px;
            height: 9px;
            cursor: pointer;
            display: block;
            border-radius: 100%;
            background-color: #fff;
            margin: 0 9px;
        }

            .pickMovingArea .owl-dots .owl-dot.active {
                width: 13px;
                height: 13px;
            }

    .pickMovingArea .movingSlider.owl-carousel .owl-controls .owl-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .pickMovingArea .movingSlider.owl-carousel .owl-controls .owl-nav div {
            width: 24px;
            height: 24px;
            display: block;
            background-image: url(../images/slider-arrow-left.png);
            background-position: center center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            cursor: pointer;
            position: static;
            background-color: transparent;
        }

            .pickMovingArea .movingSlider.owl-carousel .owl-controls .owl-nav div.owl-next {
                background-image: url(../images/slider-arrow-right.png);
            }


/* blue_call_back */
.blue_call_back.call_u_back_area {
    background-color: #1F2C69;
    margin: 0px;
    padding: 41px 0;
}

.blue_call_back .call_u_title {
    color: #fff;
    font-size: 44px;
    float: none;
    margin: 0 0 20px 0;
    width: 65%;
}

.blue_call_back .shortDesc {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    width: 64%;
}

.blue_call_back.noshortDesc {
    background-color: #1e2c68;
}
    /* 
.blue_call_back.noshortDesc .property_feild .select_div::before {
    background-color: #1e2c68;
} */

    .blue_call_back.noshortDesc .call_u_title {
        margin: 0px;
        float: left;
    }

    .blue_call_back.noshortDesc .call_u_btn {
        margin: 0px;
    }

/* .blue_call_back.noshortDesc .when_feild .ui-datepicker-trigger {
    background: url(../images/date_picker_icon_dark.png) left top no-repeat;
} */


.blue_call_back.yellow_call_back .call_u_btn:before {
    background-color: #f69e15;
}

.blue_call_back.yellow_call_back .property_feild .select_div::before {
    background-color: #0EB6E7;
}

.blue_call_back.yellow_call_back .when_feild .ui-datepicker-trigger {
    background: url(../images/date_picker_icon.png) left top no-repeat;
}


.mobile_home_trustpilot_area.mb-0 {
    margin-bottom: 0px !important;
    padding-top: 20px;
    /* padding-bottom: 50px; */
}

    .mobile_home_trustpilot_area.mb-0 img {
        max-width: 100%;
    }

.blue_call_back .call_u_btn {
    margin: -95px 0 0 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    height: 60px;
    width: 305px;
    padding: 15px 60px 15px 0;
}

    .blue_call_back .call_u_btn:before {
        background-color: #0EB6E7;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
    }

.blue_call_back.baggage_form_btn .call_u_btn.open_baggage_form::before {
    background-position: right -68px;
    width: calc(100% + 4px);
}

.blue_call_back .where_area_title,
.blue_call_back .when_area_title {
    color: #fff;
}

.blue_call_back .where_feild label,
.blue_call_back .property_feild label,
.blue_call_back .user_email_field label,
.blue_call_back .when_feild label,
.blue_call_back .user_email_field label {
    color: #fff;
    font-size: 14px;
}

.blue_call_back .property_feild select {
    background-color: #fff;
}

.blue_call_back .infor_check label {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.blue_call_back .user_email_field .price_input_field,
.blue_call_back .when_area input[type="text"] {
    background-color: #fff;
}

.blue_call_back .where_arrow {
    margin: 24px 0 0;
}

.blue_call_back .where_feild {
    width: 235px;
}

.blue_call_back .mileage_feild {
    width: 360px;
}

.blue_call_back .when_area input[type="text"] {
    width: calc(100% - 68px);
}

.footer_area.mt-0 {
    margin-top: 0px;
}

.titleArea {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
    clear: both;
    background-color: #fff;
}

    .titleArea h2 {
        margin: 0px;
        font-size: 52px;
        font-family: 'HelveticaNeueLTStdLt';
        line-height: 57px;
        font-weight: normal;
        /* color: #0D3371; */
    }

/* text-imageArea */
.text-imageArea {
    width: 100%;
    clear: both;
    background-color: #fff;
    padding-top: 40px;
}

    .text-imageArea.pt, .twoImageText + .text-imageArea {
        padding-top: 40px;
    }
    .text-imageArea + .text-imageArea {
        padding-top: 0px;
    }
    .text-imageArea .container_big {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .text-imageArea.right-img .container_big {
        flex-direction: row-reverse;
    }

    .text-imageArea .image {
        width: 50%;
    }
    .text-imageArea .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-imageArea .text {
        width: 50%;
        background-color: #f0f0f0;
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
        .text-imageArea .text h3,
        .text-imageArea .text h2 {
            font-size: 30px;
            margin: 0 0 15px 0;
            border:none;
            padding: 0px;
        }

        .text-imageArea .text h3 {
            color: #404040;
            font-family: 'HelveticaNeueLTStdLt';
            font-size: 28px;
            font-weight: 400;
            line-height: 32px;
            margin: 0 0 15px 0;
            border: none;
            padding: 0px;
        }
        .text-imageArea .text h1 ~ h3 {
            font-size: 44px;
            line-height: 60px;
        }

        .text-imageArea .text h1 {
            color: #1e2d6a;
            font-family: 'HelveticaNeueLTStdLt';
            font-size: 28px;
            font-weight: 400;
            line-height: 28px;
            margin: 0 0 15px 0;
            border: none;
            padding: 0px;
        }

        .text-imageArea .text p {
            font-size: 16px;
        }

/* threeColArea */
.threeColArea {
    width: 100%;
    clear: both;
    background-color: #fff;
    padding: 40px 0 0 0;
}

    .threeColArea .container_big,
    .threeColArea .container_big .sf_colsIn {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
    }

    .threeColArea .item {
        width: calc(33.33% - 22px);
    }

    .threeColArea .image {
        width: 100%;
    }

        .threeColArea .image img {
            width: 100%;
        }

    .threeColArea .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

        .threeColArea .text h3, .threeColArea .text h2 {
            font-size: 22px;
            margin: 0 0 10px 0;
        }

        .threeColArea .text p {
            font-size: 16px;
            margin-bottom:15px;
        }

        .threeColArea .more-btn {
            border: 3px solid #0EB6E7;
            background: #0EB6E7;
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 15px;
            text-align: center;
            color: #fff;
            padding: 10px 25px;
            display: inline-block;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

            .threeColArea .more-btn::before {
                background: #F69E15;
                bottom: 50%;
                content: "";
                position: absolute;
                transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                top: 50%;
                left: 50%;
                right: 50%;
                z-index: -1
            }

            .threeColArea .more-btn:hover {
                border-color: #F69E15;
                background: none;
            }

                .threeColArea .more-btn:hover::before {
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }


/* customersayArea */
.customersayArea {
    width: 100%;
    clear: both;
    padding: 40px 0;
    background-color: #1e2c68;
}

.customersayArea ~ .footer_area {
    margin-top: 0px;
}

    .customersayArea h2 {
        font-size: 52px;
        font-family: 'HelveticaNeueLTStdLt';
        line-height: 57px;
        font-weight: normal;
        text-align: center;
        margin: 0 0 15px 0;
        color: #fff;
    }

    .customersayArea .subDesc {
        font-size: 16px;
        max-width: 720px;
        margin: 0 auto 30px auto;
        text-align: center;
        color: #fff;
    }

    .customersayArea .item {
        padding: 20px;
        width: 100%;
        background-color: #f0f0f0;
        color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
    }

        .customersayArea .item .quote {
            font-size: 20px;
            margin-bottom: 20px;
            color: #372f2c;
        }

        .customersayArea .item p {
            font-size: 12px;
            color: #372f2c;
            text-transform: uppercase;
            font-family: 'HelveticaNeueLTStdBd';
            margin: 0px;
            min-height: 36px;
        }

            .customersayArea .item p strong {
                font-family: 'HelveticaNeueLTStdBd';
            }

    .customersayArea .owl-stage {
        display: flex;
    }

    .customersayArea .customersaySlider {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .customersayArea .owl-controls {
        width: auto;
        display: inline-block;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 40px 0 0 0 !important;
        padding: 5px 35px 0 35px;
        min-height: 24px;
    }

    .customersayArea .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 9px;
    }

        .customersayArea .owl-dots .owl-dot {
            width: 9px;
            height: 9px;
            cursor: pointer;
            display: block;
            border-radius: 100%;
            background-color: #fff;
            margin: 0 9px;
            position: relative;
        }

            .customersayArea .owl-dots .owl-dot.active {
                width: 13px;
                height: 13px;
            }

    .customersayArea .customersaySlider.owl-carousel .owl-controls .owl-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0,-50%);
    }

        .customersayArea .customersaySlider.owl-carousel .owl-controls .owl-nav div {
            width: 24px;
            height: 24px;
            display: block;
            background-image: url(../images/slider-arrow-left.png);
            background-position: center center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            cursor: pointer;
            position: static;
            background-color: transparent;
        }

            .customersayArea .customersaySlider.owl-carousel .owl-controls .owl-nav div.owl-next {
                background-image: url(../images/slider-arrow-right.png);
            }
.titleArea + .mobile_home_trustpilot_area {
    margin-bottom: 0px;
}
/*Admin CSS*/
.sfPageEditorWrp .imgTextBox .boxes .RadDockZone {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

    .sfPageEditorWrp .imgTextBox .boxes .RadDockZone .RadDock {
        position: relative;
        width: calc(25% - 24px) !important;
    }


        .sfPageEditorWrp .imgTextBox .boxes .RadDockZone .RadDock .item {
            width: 100%;
        }

.sfPageEditorWrp .pickMovingArea .item {
    flex-wrap: nowrap;
}

.sfPageEditorWrp .twoImageText .RadDockZone {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

    .sfPageEditorWrp .twoImageText .RadDockZone .RadDock {
        width: calc(50% - 20px) !important;
        position: relative;
    }

        .sfPageEditorWrp .twoImageText .RadDockZone .RadDock .item {
            width: 100%;
        }

.sfPageEditorWrp .text-imageArea .RadDockZone {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sfPageEditorWrp .text-imageArea .RadDockZone .RadDock {
        width: 100% !important;
        position: relative;
    }

        .sfPageEditorWrp .text-imageArea .RadDockZone .RadDock .image,
        .sfPageEditorWrp .text-imageArea .RadDockZone .RadDock .text {
            width: 100%;
        }

.sfPageEditorWrp .text-imageArea.right-img .RadDockZone {
    flex-direction: row-reverse;
}

.sfPageEditorWrp .threeColArea .RadDockZone {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

    .sfPageEditorWrp .threeColArea .RadDockZone .RadDock {
        position: relative;
        width: calc(33.33% - 22px) !important;
    }


        .sfPageEditorWrp .threeColArea .RadDockZone .RadDock .item {
            width: 100%;
        }
.text-imageArea .image div {
    height: 100%;
}
.space40{width:100%;
         clear:both;
         height:40px;
         background:#fff;
}
.heroBannerArea h1, .heroBannerArea .h1 {
    margin: 0 0 20px 0;
}
.container .container_big {
    padding: 0px;
}
.two_col_cont_feature .twoImageText {
    padding: 20px 0 40px;
}

.banner_center_area .back_link {
    margin-right: auto;
    margin-left: auto;
    float: none;
    padding: 15px 15px 0 15px;
    margin-bottom: -37.85px;
    position: relative;
    z-index: 10;
}

    .banner_center_area .back_link a {
        color: #fff !important;
        cursor: pointer;
    }

.content_area.service_detail_page .back_link {
    padding-bottom: 0px;
}

/* heroBannerAreaStore */
.heroBannerAreaStore .container_big {
    width: 100%;
}

.heroBannerAreaStore {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 2;
}

    .heroBannerAreaStore .item {
        width: 100%;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        padding: 100px 0 70px 0;
        min-height: auto;
        display: flex;
        align-items: flex-start;
    }

        .heroBannerAreaStore .item::after {
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0px;
            left: 0px;
            content: "";
            background-color: rgba(0, 0, 0, 0.3);
            z-index: -1;
        }

        .heroBannerAreaStore .item video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            object-fit: cover;
            object-position: top;
            z-index: -2;
        }

    .heroBannerAreaStore h1, .heroBannerAreaStore .h1 {
        margin: 0 0 20px 0;
        font-size: 42px;
        color: #fff;
        line-height: normal;
        font-family: 'HelveticaNeueLTStdBd';
    }

    .heroBannerAreaStore img {
        max-width: 100%;
    }

    .heroBannerAreaStore .topTitle {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .heroBannerAreaStore .onlytextinput {
        width: 47%;
        order: 1;
        margin-bottom: 20px;
    }

    .heroBannerAreaStore .search-post-main {
        margin-top: 30px;
    }

        .heroBannerAreaStore .search-post-main span input {
            font-size: 24px;
            padding: 0px 80px 0px 20px;
            height: 70px;
            color: #372f2c;
        }

            .heroBannerAreaStore .search-post-main span input::-webkit-input-placeholder {
                color: #372f2c;
            }

            .heroBannerAreaStore .search-post-main span input:-moz-placeholder {
                color: #372f2c;
            }

            .heroBannerAreaStore .search-post-main span input::-moz-placeholder {
                color: #372f2c;
            }

            .heroBannerAreaStore .search-post-main span input:-ms-input-placeholder {
                color: #372f2c;
            }


        .heroBannerAreaStore .search-post-main .search_post_btn {
            width: 70px;
            height: 70px;
            padding: 0px;
            background-size: 35px auto;
        }


        .heroBannerAreaStore .search-post-main .noteF {
            font-size: 16px;
            font-style: italic;
            color: #fff;
            font-family: 'HelveticaNeueLTStdLt';
            padding-top: 10px;
        }

    .heroBannerAreaStore .bottom.banner_inner_section {
        float: none;
        padding: 134px 0 0 0;
        /* order: 3; */
    }

        .heroBannerAreaStore .bottom.banner_inner_section .btn-group.bootstrap-select {
            width: 320px !important;
        }

        .heroBannerAreaStore .bottom.banner_inner_section .select_country_area {
            width: 319px;
        }

/* heroBannerAreaStoreDetails */
.heroBannerAreaStoreDetails {
    background: #1e2c68;
}

    .heroBannerAreaStoreDetails .onlytextinput {
        width: 100%;
    }

    .heroBannerAreaStoreDetails .item {
        padding: 40px 0;
    }

        .heroBannerAreaStoreDetails .item::after {
            display: none !important;
        }

    .heroBannerAreaStoreDetails .storeAreaSelf {
        /* display: block !important; */
        margin-bottom: 0px !important;
    }

        .heroBannerAreaStoreDetails .storeAreaSelf .addressDetails {
            display: block !important;
            height: auto !important;
            padding: 15px !important;
            margin: 0px !important;
        }

        .heroBannerAreaStoreDetails .storeAreaSelf .aItem .acordianTitle {
            background: #0eb6e7 !important;
            cursor: default;
        }

        .heroBannerAreaStoreDetails .storeAreaSelf .acordianTitle::after {
            display: none !important;
        }

        .heroBannerAreaStoreDetails .storeAreaSelf .aItem {
            margin: 0px;
        }

    .heroBannerAreaStoreDetails h2 {
        font-size: 26px;
        color: #fff;
        line-height: normal;
        margin: 0 0 8px;
        font-family: 'HelveticaNeueLTStdBd';
    }

        .heroBannerAreaStoreDetails h2 span {
            color: #0eb6e7;
            text-transform: uppercase;
            display: block;
        }

    .heroBannerAreaStoreDetails p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
    }

        .heroBannerAreaStoreDetails p.note {
            font-size: 16px;
        }

    .heroBannerAreaStoreDetails h1 a {
        font-size: 18px;
        /* margin-left: 5px; */
    }

    .heroBannerAreaStoreDetails .rightText {
        background: rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(255,255,255,0.6);
        text-align: center;
        width: 25%;
        order: 2;
        padding: 20px 20px;
        border-radius: 0px;
        position: relative;
        overflow: hidden;
    }
        .heroBannerAreaStoreDetails .rightText .offer {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 9px;
            line-height: 1.2;
            font-family: 'HelveticaNeueLTStdBd';
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            width: 40px;
            z-index: 1;
            padding: 5px 0;
        }

            .heroBannerAreaStoreDetails .rightText .offer::after {
                width: 120px;
                height: 120px;
                position: absolute;
                top: -65px;
                right: -65px;
                content: "";
                background: #f69e15;
                z-index: -1;
                transform: rotate(45deg);
            }
        .heroBannerAreaStoreDetails .rightText a {
            font-size: 12px;
            color: #fff;
            text-decoration: underline;
        }

    .heroBannerAreaStoreDetails .onlytextinput {
        width: 75%;
        margin: 0px;
    }

    .heroBannerAreaStoreDetails .topTitle {
        padding: 0px !important;
        align-items: center;
    }

    .heroBannerAreaStoreDetails .storeAreaSelf .addressDetails .text {
        width: calc(100% - 120px);
    }



/* storeArea */
.storeAreaSelf {
    width: 50%;
    order: 2;
    display: none;
    margin-top: -50px;
}

    .storeAreaSelf .titleS {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 2px solid #f69e15;
        background: rgba(0, 0, 0, 0.4);
        padding: 15px;
        margin: 0 0 10px 0;
    }

        .storeAreaSelf .titleS h2 {
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 20px;
            color: #fff;
            margin: 0;
        }

        .storeAreaSelf .titleS .closeStore {
            width: 30px;
            height: 22px;
            border: none;
            background: url(../images/close_btn.png) no-repeat center center;
            background-size: 16px 16px;
            cursor: pointer;
        }

    .storeAreaSelf .storeAccordian {
        width: 100%;
    }

    .storeAreaSelf .aItem {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .storeAreaSelf .acordianTitle {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 18px;
        color: #fff;
        padding: 10px 12px;
        position: relative;
        background: #0eb6e7;
        cursor: pointer;
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .storeAreaSelf .acordianTitle::before {
            width: 25px;
            height: 25px;
            content: "";
            display: block;
            background: url(../images/location-white.svg) no-repeat center center;
            background-size: 100% auto;
        }

        .storeAreaSelf .acordianTitle span {
            font-size: 14px;
            /* font-style: italic; */
            font-family: 'HelveticaNeueLTStdLt';
        }

        .storeAreaSelf .acordianTitle::after {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            margin-top: -12px;
            transform: rotate(90deg);
            right: 8px;
            content: "";
            background-image: url(../images/chevron_right.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% auto;
        }

    .storeAreaSelf .addressDetails {
        background: #fff;
        width: 100%;
        padding: 15px;
        display: none;
    }

        .storeAreaSelf .addressDetails .sub {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .storeAreaSelf .addressDetails h3 {
            font-family: 'HelveticaNeueLTStdLt';
            font-size: 20px;
            color: #404040;
            margin: 0 0 10px 0;
        }

        .storeAreaSelf .addressDetails p {
            font-family: 'HelveticaNeueLTStdRoman';
            font-size: 13px;
            line-height: 1.3;
            color: #000;
            margin: 0 0 8px;
        }

            .storeAreaSelf .addressDetails p strong {
                font-family: 'HelveticaNeueLTStdBd';
            }

        .storeAreaSelf .addressDetails .pw {
            display: flex;
            flex-wrap: wrap;
            color: #000;
        }

        .storeAreaSelf .addressDetails .pw strong {
            width: 130px;
        }

        .storeAreaSelf .addressDetails .text {
            width: calc(100% - 270px);
            display: flex;
            flex-wrap: wrap;
            column-gap: 20px;
        }

        .storeAreaSelf .addressDetails .text .col:first-child {
            width: 32%;
        }

        .storeAreaSelf .addressDetails .text .col:nth-child(2) {
            width: calc(68% - 25px);
        }

        .storeAreaSelf .addressDetails .image {
            width: 100px;
        }

            .storeAreaSelf .addressDetails .image img {
                width: 100%;
            }

        .storeAreaSelf .addressDetails .telEmail {
            width: 100%;
        }

            .storeAreaSelf .addressDetails .telEmail p {
                margin-bottom: 5px;
                color: #000;
            }

            .storeAreaSelf .addressDetails .telEmail .tel {
                font-family: 'HelveticaNeueLTStdBd';
                font-size: 18px;
                color: #1e2d6a;
            }

            .storeAreaSelf .addressDetails .telEmail a {
                font-family: 'HelveticaNeueLTStdBd';
                color: #0eb6e7;
                text-decoration: none;
                font-size: 14px;
                word-wrap: break-word;
            }

                .storeAreaSelf .addressDetails .telEmail a:hover {
                    color: #f69f13;
                }

        .storeAreaSelf .addressDetails .btnGroup {
            width: 140px;
        }

            .storeAreaSelf .addressDetails .btnGroup .btnC {
                font-family: 'HelveticaNeueLTStdBd';
                font-size: 12px;
                line-height: normal;
                color: #fff;
                background: #0eb6e7;
                padding: 10px 12px;
                display: block;
                text-align: center;
                margin-bottom: 10px;
            }

                .storeAreaSelf .addressDetails .btnGroup .btnC:first-child {
                    background: #f69e15;
                }

                    .storeAreaSelf .addressDetails .btnGroup .btnC:first-child:hover {
                        background: #0eb6e7;
                    }


                .storeAreaSelf .addressDetails .btnGroup .btnC:last-child {
                    background: #fff;
                    border: 1px solid #0eb6e7;
                    color: #0eb6e7;
                }

                    .storeAreaSelf .addressDetails .btnGroup .btnC:last-child:hover {
                        background: #0eb6e7;
                        color: #fff;
                    }


                .storeAreaSelf .addressDetails .btnGroup .btnC:hover {
                    background: #f69e15;
                }

    .storeAreaSelf .aItem.active .acordianTitle {
        background: #1e2c68;
    }

        .storeAreaSelf .aItem.active .acordianTitle::after {
            transform: rotate(-90deg);
        }



/* storeArea */
.storeArea {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .storeArea h3 {
        font-family: 'HelveticaNeueLTStdLt';
        font-size: 26px;
        color: #404040;
        margin: 0 0 20px 0;
    }

    .storeArea p {
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 15px;
        line-height: 21px;
        color: #000;
        margin: 0 0 15px;
    }

        .storeArea p strong {
            font-family: 'HelveticaNeueLTStdBd';
        }

    .storeArea .pw {
        display: flex;
        flex-wrap: wrap;
        color: #000;
    }

        .storeArea .pw strong {
            width: 140px;
        }

    .storeArea > .text {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .storeArea .image {
        width: 29%;
    }

        .storeArea .image img {
            width: 100%;
        }

    .storeArea .telEmail {
        width: 100%;
    }

        .storeArea .telEmail p {
            margin-bottom: 10px;
            color: #000;
        }

        .storeArea .telEmail .tel {
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 22px;
            color: #1e2d6a;
        }

        .storeArea .telEmail a {
            font-family: 'HelveticaNeueLTStdBd';
            color: #0eb6e7;
            text-decoration: none;
            font-size: 15px;
            word-wrap: break-word;
        }

            .storeArea .telEmail a:hover {
                color: #f69f13;
            }

    .storeArea .btnGroup {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px 0 0 0;
    }

        .storeArea .btnGroup .btnC {
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 14px;
            line-height: normal;
            color: #fff;
            background: #0eb6e7;
            padding: 12px 5px;
            display: inline-block;
            min-width: 155px;
            text-align: center;
        }

            .storeArea .btnGroup .btnC:hover {
                background: #f69e15;
            }

            .storeArea .btnGroup .btnC:first-child {
                background: #f69e15;
            }

                .storeArea .btnGroup .btnC:first-child:hover {
                    background: #0eb6e7;
                }


    .storeArea.detailsStore {
        padding: 0px;
    }

        .storeArea.detailsStore .image {
            width: 50%;
            position: relative;
        }

            .storeArea.detailsStore .image .about_detail_select {
                position: absolute;
                left: 25px;
                bottom: 25px;
            }

        .storeArea.detailsStore > .text {
            width: 50%;
            padding: 25px 30px;
            display: block;
        }

        .storeArea.detailsStore .text .col {
            width: 100%;
            padding-bottom: 10px;
        }

        .storeArea.detailsStore p {
            margin-bottom: 11px;
        }

    .storeArea .storeTitle {
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 18px;
        color: #fff;
        padding: 10px 12px;
        position: relative;
        background: #1e2c68;
        cursor: pointer;
        display: flex;
        gap: 5px;
        align-items: center;
        width: 100%;
    }

        .storeArea .storeTitle::before {
            width: 25px;
            height: 25px;
            content: "";
            display: block;
            background: url(../images/location-white.svg) no-repeat center center;
            background-size: 100% auto;
        }

        .storeArea .storeTitle span {
            font-size: 14px;
            font-family: 'HelveticaNeueLTStdLt';
        }

/* productArea */
.productArea {
    width: 100%;
    padding: 20px 0;
    clear: both;
}

    .productArea h2 {
        font-size: 42px;
        color: #372f2c;
        line-height: normal;
        margin: 0 0 30px 0;
        font-family: 'HelveticaNeueLTStdBd';
        text-align: left;
    }

    .productArea h3 {
        font-size: 30px;
        color: #372f2c;
        line-height: normal;
        margin: 0 0 15px 0;
    }

    .productArea img {
        max-width: 100%;
    }

    .productArea .productSlider {
        width: 100%;
        background: #fff;
        position: relative;
        padding: 30px 70px;
    }

    .productArea .item {
        width: 100%;
    }

        .productArea .item .sub {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

        .productArea .item .text {
            width: 47%;
            /* padding: 50px 0 0 0; */
        }



            .productArea .item .text h3 {
                font-size: 42px;
                font-family: 'HelveticaNeueLTStdLt';
                margin: 0 0 15px 0;
            }

            .productArea .item .text p {
                font-size: 16px;
                margin: 0 0 15px 0;
            }

        .productArea .item .image {
            width: 50%;
        }

            .productArea .item .image img {
                max-height: 310px;
                margin: 0 auto;
                display: block;
            }

    .productArea .productSlider.owl-carousel .owl-nav div,
    .productArea .productSlider .slick-arrow {
        border: none;
        margin-top: -20px;
        left: 10px;
        top: 50%;
        right: auto;
        cursor: pointer;
        background: url(../images/slider-arrow-yellow.svg) no-repeat center center / 40px auto;
        position: absolute;
        font-size: 0;
        width: 40px;
        height: 40px;
        transform: rotate(180deg);
        z-index: 2;
    }

    .productArea .productSlider.owl-carousel .owl-nav .owl-next,
    .productArea .productSlider .slick-next {
        left: auto;
        right: 10px;
        transform: none;
    }

    .productArea .productSlider .slick-arrow.slick-disabled {
        display: none !important;
    }

    .productArea .price {
        font-size: 16px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 6px;
    }

        .productArea .price strong {
            font-size: 28px;
            /* color: #43B02A; */
        }

    .productArea .unavailable {
        font-size: 16px;
        color: red;
        margin-bottom: 15px;
    }

    .productArea .notify {
        font-size: 16px;
        text-decoration: underline;
    }

        .productArea .notify:hover {
            text-decoration: none;
        }

    .productArea .check_box_div p {
        margin: 0px;
    }

        .productArea .check_box_div p label {
            font-size: 16px;
        }

    .productArea .slider-thumb h3 {
        border: 1px solid #ccc;
        background: #fff;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 20px;
        text-align: center;
        padding: 14px 10px;
        margin: 0px;
        min-width: 200px;
        cursor: pointer;
    }

    .productArea .slider-thumb .slick-current h3 {
        background: #0eb6e7;
        color: #fff;
        border-color: #0eb6e7;
    }

    .productArea .slider-thumb .slick-arrow {
        border: none;
        left: 0px;
        top: 0;
        right: auto;
        cursor: pointer;
        background: #1e2c68 url(../images/chevron_right.svg) no-repeat center center / 30px auto;
        position: absolute;
        font-size: 0;
        width: 30px;
        height: 100%;
        transform: rotate(180deg);
        z-index: 2;
    }

    .productArea .slider-thumb .slick-next {
        left: auto;
        right: 0px;
        transform: none;
    }

    .productArea .slider-thumb .slick-disabled {
        display: none !important;
    }

.qty-select {
    display: flex;
}

    .qty-select .minus,
    .qty-select .plus {
        width: 40px;
        height: 40px;
        background: #e6e6e6;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .qty-select .qty {
        width: 40px;
        height: 40px;
        border: 1px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 16px;
    }

    .qty-select .select-btn {
        padding: 4px 30px;
        height: 40px;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 14px;
        line-height: normal;
        color: #fff;
        background: #0eb6e7;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: none;
        margin-left: 15px;
    }

        .qty-select .select-btn:hover {
            background: #1e2c68;
        }

.continueBtn {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 16px;
    line-height: normal;
    color: #fff;
    background: #1e2c68;
    padding: 12px 5px;
    display: inline-block;
    min-width: 175px;
    text-align: center;
    border: none;
    margin-top: 10px;
}

    .continueBtn:hover {
        background: #0eb6e7;
        color: #fff;
    }

.productAreaDetails .owl-controls {
    display: none !important;
}

*.p-0 {
    padding: 0px;
}

.mt-20 {
    margin-top: 20px;
}

.biglbl {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 22px;
    color: #1e2d6a;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

    .biglbl.yellow {
        color: #f69f13;
    }

.cardBtn {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 14px;
    line-height: normal;
    color: #fff;
    background: #0eb6e7;
    padding: 12px 25px;
    display: inline-block;
    min-width: 175px;
    text-align: center;
    border: none;
    margin-top: 10px;
}

    .cardBtn:hover {
        background: #1e2c68;
    }

.heroBannerAreaStoreDetails .onlytextinput .cardBtn {
    border: 2px solid #0eb6e7;
    color: #fff;
}

    .heroBannerAreaStoreDetails .onlytextinput .cardBtn:hover {
        background: transparent;
        color: #fff;
    }

.reserve-selfstore .inner_form_deail_area {
    display: flex;
    flex-wrap: wrap;
}

.reserve-selfstore .main_form_section {
    margin-bottom: 0px;
    height: 100%;
}

.reserve-selfstore .form_detail_left,
.reserve-selfstore .form_detail_right {
    margin-bottom: 30px;
}

.titleBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    clear: both;
    color: #fff;
    background: #1e2c68;
    padding: 15px 20px;
}

    .titleBox h2 {
        margin: 0px;
        font-size: 32px;
        color: #fff;
        line-height: normal;
        /* font-family: 'HelveticaNeueLTStdBd'; */
    }

    .titleBox a {
        color: #fff;
        font-size: 16px;
        text-decoration: underline;
    }

        .titleBox a:hover {
            text-decoration: none;
        }


/* boxe-area */
.boxe-area {
    width: 100%;
    clear: both;
}

    .boxe-area h2 {
        font-size: 32px;
        color: #372f2c;
        line-height: normal;
        margin: 0 0 30px 0;
        font-family: 'HelveticaNeueLTStdBd';
        text-align: center;
    }

.get-free-quote .boxe-area {
    width: 50%;
    padding: 0px 30px;
}

.boxe-area .form_detail_left {
    width: calc(60% - 20px);
}

    .boxe-area .form_detail_left .main_form_section {
        width: 100%;
        margin: 0px;
    }

.boxe-area .form_botton {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.boxe-area .title {
    width: 100%;
    text-align: left;
    font-size: 28px;
    margin-bottom: 25px;
}

.boxe-area .owl-stage {
    display: flex;
}

.boxe-area .owl-item {
    margin-bottom: 20px;
}

.boxe-area .item {
    padding: 20px 20px 52px 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .boxe-area .item .image {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

        .boxe-area .item .image img {
            width: 100%;
            border-radius: 5px;
            display: block;
        }

    .boxe-area .item .discount {
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: rgba(78, 136, 169, 0.9);
        font-size: 12px;
        color: #fff;
        border-radius: 4px;
        padding: 5px 10px;
    }

    .boxe-area .item .price {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background-color: #f69e15;
        font-size: 14px;
        color: #fff;
        border-radius: 4px;
        padding: 9px 13px 7px 13px;
        font-family: 'HelveticaNeueLTStdBd';
        line-height: normal;
    }

    .boxe-area .item .count {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background-color: rgba(246, 158, 21, 0.9);
        font-size: 12px;
        color: #fff;
        padding: 5px 10px;
    }

    .boxe-area .item .text {
        width: 100%;
    }

        .boxe-area .item .text h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
            margin-top: 0px;
        }

        .boxe-area .item .text p {
            color: #5c5c5c;
            padding: 0 0 0 28px;
        }

        .boxe-area .item .text .blue {
            color: #4e88a9;
        }

        .boxe-area .item .text .p-0 {
            padding: 0px;
        }

    .boxe-area .item a.select-btn {
        display: block;
        margin: 0 auto;
        width: 100px;
        background: rgb(14, 182, 231);
        font-size: 12px;
        color: #fff;
        padding: 7px 30px;
        font-family: 'HelveticaNeueLTStdBd';
        font-weight: 400;
        text-decoration: none;
        transition: all 0.3s ease 0s;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%,0);
    }

        .boxe-area .item a.select-btn:hover {
            background-color: rgba(246, 158, 21, 0.9);
        }

.boxe-area .boxes {
    width: 100%;
    display: flex;
}

    .boxe-area .boxes .boxSlider {
        width: 100%;
        display: flex;
        position: relative;
    }

.boxe-area .map {
    width: 40%;
}

    .boxe-area .map iframe {
        height: 100%;
        width: 100%;
    }
    .boxe-area .map div {
        height: 100%;
        width: 100%;
    }

.boxe-area .boxSlider .owl-nav .owl-prev {
    border: none;
    margin-top: -15px;
    left: -25px;
    top: 50%;
    right: auto;
    cursor: pointer;
    background: #1e2c68 url(../images/chevron_left.png) no-repeat center center / 26px auto;
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 40px;
    display: none !important;
}

.boxe-area .boxSlider .owl-nav .owl-next {
    border: none;
    margin-top: -15px;
    top: 50%;
    right: -25px;
    left: auto;
    cursor: pointer;
    background: #1e2c68 url(../images/chevron_right.png) no-repeat center center / 26px auto;
    position: absolute;
    font-size: 0;
    width: 25px;
    height: 40px;
    display: none !important;
}


/* .reserveBox */
.reserveBox {
    padding: 35px 35px 15px 35px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .reserveBox .form_title {
        padding: 0px;
    }

    .reserveBox .leftR {
        width: 40%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reserveBox .price {
        font-size: 16px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 6px;
    }

        .reserveBox .price strong {
            font-size: 28px;
            /* color: #43B02A; */
        }

        .reserveBox .leftR .customCheck {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .reserveBox .leftR .customCheck label {
        font-size: 16px;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    .reserveBox .leftR .customCheck input[type="checkbox"] {
        width: 25px;
        height: 25px;
        margin: 0px;
        accent-color: #0eb6e7;
    }

    .reserveBox .leftR .customCheck div {
        width: calc(100% - 35px);
    }

    .reserveBox .leftR .customCheck span {
        font-size: 12px;
        display: block;
    }
        .reserveBox .storeAreaSelf {
        display: block;
        width: 55%;
        margin: 0px;
    }

        .reserveBox .storeAreaSelf .acordianTitle {
            background: #1e2c68;
            cursor: default;
        }

            .reserveBox .storeAreaSelf .acordianTitle::after {
                display: none;
            }

        .reserveBox .storeAreaSelf .addressDetails {
            display: block !important;
            margin: 0px !important;
            height: auto !important;
            padding: 15px !important;
        }

            .reserveBox .storeAreaSelf .addressDetails .image {
                width: 80px;
            }

            .reserveBox .storeAreaSelf .addressDetails .text {
                width: calc(100% - 95px);
            }

    .reserveBox .biglbl {
        margin-bottom: 5px;
    }

    .reserveBox .field_name {
        margin-bottom: 0px;
    }

.mb-0 {
    margin-bottom: 0px;
}
/* customPopup */
.customPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    padding: 60px 20px;
    display: none;
}

    .customPopup .closepopUp {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: #f69e15;
        border: 2px solid #f69e15;
        color: #fff;
        font-family: 'HelveticaNeueLTStdBd';
        font-size: 0px;
        background: #f69e15 url(../images/close_btn.png) no-repeat center center / 12px auto;
    }

    .customPopup .midContent {
        max-width: 600px;
        background: #fff;
        padding: 50px 30px 30px 30px;
        position: relative;
        margin: 0 auto;
    }

        .customPopup .midContent p {
            font-family: 'HelveticaNeueLTStdBd';
            font-size: 18px;
        }

        .customPopup .midContent a {
            text-decoration: underline;
        }

            .customPopup .midContent a:hover {
                text-decoration: none;
            }

.shortFieldDesc {
    font-size: 18px;
}
.heroBannerAreaStoreDetails .onlytextinput a {
    color: #0eb6e7;
}

    .heroBannerAreaStoreDetails .onlytextinput a:hover {
        color: #F69F12;
    }