﻿@font-face {
    font-family: 'playfairdisplay-bold-webfont';
    src: url("../../fonts/playfairdisplay-bold-webfont.eot");
    src: local("☺"), url("../../fonts/playfairdisplay-bold-webfont.woff") format("woff"), url("../../fonts/playfairdisplay-bold-webfont.ttf") format("truetype"), url("../../fonts/playfairdisplay-bold-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_book_font-webfont.ttf';
    src: url("../../fonts/futura_book_font-webfont.eot");
    src: local("☺"), url("../../fonts/futura_book_font-webfont.woff") format("woff"), url("../../fonts/futura_book_font-webfont.ttf") format("truetype"), url("../../fonts/futura_book_font-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "playfairdisplay-bold-webfont",sans-serif;
}

a, button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

/***************************** Header Section Css Start *****************************/
.header-section {
    padding: 30px 20px;
}

    .header-section .brand-logo {
        max-width: 385px;
        width: 100%;
        height: 50px;
    }

    .header-section .contact-number {
        padding-top: 10px;
        position: relative;
        border: 1px solid #0062A7;
        border-radius: 10px;
    }

        .header-section .contact-number span {
            position: absolute;
            top: -14px;
            left: 0;
            right: 0;
        }

            .header-section .contact-number span img {
                background: #fff;
                padding-left: 5px;
                padding-right: 5px;
            }

        .header-section .contact-number a {
            font-weight: 700;
            color: #0062A7;
            font-family: futura_hvheavy;
        }

            .header-section .contact-number a:hover {
                color: #ee2b43;
            }

/***************************** Header Section Css End *****************************/


/***************************** Hero-image Section Css Start *****************************/
.hero-image-section {
    position: relative;
    margin-bottom: 50px;
}

    .hero-image-section h2 {
        position: absolute;
        right: 14%;
        color: #fff;
        text-align: right;
    }

    .hero-image-section img {
        width: 100%;
        height: auto;
    }

/***************************** Hero-image Section Css End *****************************/


/***************************** Offers Section Css Start *****************************/
.owl-carousel {
    position: relative;
}

    .owl-carousel button.owl-prev span {
        font-size: 5rem;
        position: absolute;
        top: 20%;
        left: -5%;
        color: #0062a7;
    }

    .owl-carousel button.owl-next span {
        font-size: 5rem;
        position: absolute;
        top: 20%;
        right: -5%;
        color: #0062a7;
    }

    .owl-carousel .owl-dots {
        display: none;
    }

.offers-section .title h2 {
    font-size: 26px;
    color: #0062a7;
    font-weight: normal;
    border-bottom: 4px solid #EBEEF0;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    font-family: playfair_displayregular;
}

    .offers-section .title h2:after {
        content: '';
        border: 2px solid #0062a7;
        display: inline-block;
        width: 50px;
        position: absolute;
        bottom: -4px;
        left: 40%;
        right: 0;
    }

.offers-section .card-design {
    position: relative;
    padding-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

    .offers-section .card-design:hover {
        box-shadow: 0px 0px 20px #cccccc;
    }

    .offers-section .card-design a {
        color: #000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .offers-section .card-design a:hover {
            color: #0062a7;
        }

            .offers-section .card-design a:hover h3 {
                color: #0062a7;
            }

    .offers-section .card-design img {
        padding-bottom: 20px;
    }

    .offers-section .card-design h3 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #da4b5c;
    }

    .offers-section .card-design p {
        font-size: 14px;
    }

    .offers-section .card-design a:before,
    .offers-section .card-design a:after {
        background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
        content: "";
        height: 0;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        position: absolute;
        width: 0;
    }

    .offers-section .card-design:hover a:before {
        height: 100%;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        transition-duration: 1.3s;
        width: 100%;
    }

    .offers-section .card-design a:before {
        right: 0;
        bottom: 0;
    }

    .offers-section .card-design:hover a:after {
        height: 100%;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        transition-duration: 1.3s;
        width: 100%;
    }

    .offers-section .card-design a:after {
        left: 0;
        top: 0;
    }

/***************************** Offers Section Css End *****************************/


/***************************** Video Section Css Start *****************************/
.video-section iframe {
    width: 100%;
    height: 400px;
    border: 8px solid #fff;
}

    .video-section iframe button .ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
        display: none;
    }

.video-section h3 {
    font-size: 26px;
    color: #0062a7;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-bottom: 15px;
    position: relative;
    font-family: playfair_displayregular;
}

.telephone {
    font-size: 26px;
}

/***************************** Video Section Css End *****************************/


/***************************** Footer Section Css Start *****************************/
.footer-section {
    position: relative;
}

    .footer-section img {
        width: 100%;
        height: auto;
    }

    .footer-section h3 {
        padding-bottom: 30px;
    }

    .footer-section .contact-form {
        position: absolute;
        right: 15%;
        top: 15%;
        background: #fff;
        padding: 50px 30px;
    }

        .footer-section .contact-form button[type=submit] {
            background: #EC1630;
            border-color: #EC1630;
            border-radius: 20px;
            padding: 5px 40px;
            color: #fff;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .footer-section .contact-form button[type=submit]:hover {
                background: transparent;
                color: #EC1630;
            }
/***************************** Footer Section Css End *****************************/


/***************************** Media Query Css Start *****************************/
@media (min-width: 320px) and (max-width: 480px) {
    .hero-image-section img {
        max-height: 180px;
    }
    .video-section h3 {
        width: 260px;
    }

    .hero-image-section h2 {
        right: 2%;
        font-size: 20px;
        width: 160px;
        text-align: left;
        top: 25%;
        font-weight: bold;
    }

    .footer-section img {
        display: none;
    }

    .footer-section .contact-form {
        right: 0;
        top: 0;
        background: #fff;
        padding: 20px 30px;
        background-image: url('/Content/searchpage/images/footer_background.png');
        background-size: cover;
        background-blend-mode: overlay;
        background-color: #505050;
        background-position: 12%;
    }

    .footer-section h3 {
        padding-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }

    .footer-section .contact-form button[type=submit]:hover {
        background: white;
        color: #EC1630;
        border-color: white;
    }
        .logo-section {
        text-align:center !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hero-image-section img {
        max-height: 280px;
    }
    .logo-section {
        text-align:center !important;
    }
    .hero-image-section h2 {
        right: 0%;
        font-size: 30px;
        margin-top: 10%;
        text-align: left;
        width: 250px;
        font-weight: bold;
    }

    .footer-section img {
        display: none;
    }

    .footer-section .contact-form {
        right: 0;
        top: 0;
        background: #fff;
        padding: 20px 30px;
        background-image: url('/Content/searchpage/images/footer_background.png');
        background-size: cover;
        background-blend-mode: overlay;
        background-color: #505050;
        background-position: 12%;
    }

    .footer-section h3 {
        padding-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }

    .footer-section .contact-form button[type=submit]:hover {
        background: white;
        color: #EC1630;
        border-color: white;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-image-section img {
        max-height: 400px;
    }

    .hero-image-section h2 {
        right: 2%;
        margin-top: 16%;
        font-size: 34px;
        line-height: 40px;
        text-align: left;
        width: 380px;
    }

        .hero-image-section h2 br {
            display: none;
        }

    .footer-section {
        position: relative;
        background: url('/Content/searchpage/images/footer_background.png');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        height: 540px;
        background-size: cover;
        background-position: 20%;
        background-repeat: no-repeat;
        width: 100%;
    }

        .footer-section img {
            max-height: 400px;
        }

        .footer-section .contact-form {
            position: absolute;
            right: 8%;
            top: 7%;
            background: #fff;
            padding: 30px 20px;
        }

        .footer-section h3 {
            padding-bottom: 20px;
            font-size: 20px;
        }
}

@media (max-width: 767px) {
    .header-section .contact-number {
        margin-top: 20px;
    }

    .offers-section .card-design h3 {
        font-size: 16px;
    }

    .offers-section .card-design p {
        font-size: 12px;
    }
}

@media (max-width: 1050px) {
    .owl-carousel button.owl-prev span {
        font-size: 5rem;
        position: absolute;
        top: 20%;
        left: 0%;
        color: #fff;
    }

    .owl-carousel button.owl-next span {
        font-size: 5rem;
        position: absolute;
        top: 20%;
        right: 0%;
        color: #fff;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .hero-image-section img {
        max-height: 550px;
    }

    .hero-image-section h2 {
        right: 2%;
        margin-top: 10%;
        font-size: 34px;
        line-height: 40px;
        font-weight: bold;
        text-align: left;
    }

    .footer-section {
        position: relative;
        background: url('/Content/searchpage/images/footer_background.png');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        height: 540px;
        background-size: cover;
        background-position: 20%;
        background-repeat: no-repeat;
        width: 100%;
    }
    .header-section .brand-logo {
        margin-right: 50px;
    }
}

@media (min-width: 1200px) {
    .hero-image-section img {
        max-height: 600px;
    }
    .header-section .brand-logo {
            margin-right: 100px;
    }
    .hero-image-section h2 {
        right: 5%;
        margin-top: 10%;
        font-size: 45px;
        line-height: 60px;
        font-weight: bold;
        text-align: left;
    }

    .footer-section {
        position: relative;
        background: url('/Content/searchpage/images/footer_background.png');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        height: 540px;
        background-size: cover;
        background-position: 20%;
        background-repeat: no-repeat;
        width: 100%;
    }
}

/***************************** Media Query Css End *****************************/
.modal-dialog {
    max-width: 600px;
    font-family: 'futura_book_font-webfont.ttf';
}

.modal-content .search-btn {
    background-color: #da4b5c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 141px;
}

    .modal-content .search-btn:hover {
        background-color: #0062a7;
    }

.modal-content .modal-footer {
    width: 100%;
    padding-top: 9px;
}

.modal-content input {
    border-radius: 0px;
}

.modal-dialog p {
    letter-spacing: 1px;
    font-size: 16px;
}
