body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.container:after {
    content: "";
    display: table;
    width: 100%;
}

header {
    padding: 15px 0;
}

header .logo {
    float: left;
}

header .logo a {
    display: inline-block;
    margin-right: 25px;
}

header .logo a:last-of-type {
    margin: 0;
}

header .number {
    float: right;
    margin: 31px 0 0 0;
}

header .number img {
    margin: 5px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

header .number a {
    display: inline-block;
    vertical-align: middle;
    font-size: 46px;
    color: #000;
    text-decoration: none;
    font-family: "Anton", sans-serif;
    transition: all .3s ease;
}

header .number a:hover {
    opacity: .7;
}

.banner {
    padding: 70px 0 0px;
    background-size: cover;
}

.banner .banner-text {
    width: 65%;
    float: left;
    margin-bottom: 20px;
}

.banner .banner-text .text-1 {
    font-size: 40px;
    color: #fff;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    /*line-height: 50px;*/
}

.banner .banner-text .text-2 {
    color: #fff;
    background: #0117be;
    width: 38%;
    padding: 0px 10px;
}

.banner .banner-text .banner-list {
    margin: 10px 0 20px;
}

.banner .banner-text .banner-list strong {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.banner .banner-text .banner-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner .banner-text .banner-list ul li {
    display: block;
    padding-left: 25px;
    position: relative;
    font-size: 24px;
    color: #fff;
}

.banner .banner-text .banner-list ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.banner .banner-form {
    background: rgba(0, 0, 0, 0.5);
    padding: 35px 25px 0px;
    width: 35%;
    float: left;
    margin: 20px 0 5px 0;
}

.banner .banner-form p {
    margin: 5px 0 25px;
    font-size: 22px;
    color: #ffc93e;
    font-weight: 600;
    text-align: center;
}

.banner .banner-form input,
.banner .banner-form select {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: none;
    outline: none !important;
    border-radius: 4px;
}

.banner .banner-form select {
    background: url("../images/arrow-down.png") no-repeat right 15px center #fff;
    -webkit-appearance: none;
    appearance: none;
}

.banner .banner-form select::-ms-expand {
    display: none;
}

.banner .banner-form input[type="submit"] {
    background: #0117be;
    color: #fff;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    height: 57px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: normal;
}

.banner .banner-form input[type="submit"]:hover {
    opacity: .7;
}

.banner .banner-form .intl-tel-input {
    width: 100%;
}

.banner .banner-form .intl-tel-input .selected-flag {
    outline: none !important;
}

.banner .banner-form .form-group {
    margin-bottom: 20px;
}

.banner .img-box {
    float: left;
}

.banner .img-box p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.banner .img-box img {
    max-width: 100%;
}

.banner.thank-you-page {
    padding: 100px 0;
    border-color: #00deff;
}

/*.banner.thank-you-page .banner-text {*/
/*width: 60%;*/
/*}*/

.banner.thank-you-page .text-1:first-of-type {
    color: #00deff;
}

.banner.thank-you-page .text-2 {
    font-size: 70px;
    color: #ff0c12;
    margin: 20px 0;
}

.banner.thank-you-page .text-2 ~ .text-1 {
    text-transform: none;
    font-size: 47px;
}

.banner.thank-you-page .arrow-img {
    margin: 20px 0 0 0;
}

.banner.thank-you-page .arrow-img a {
    display: inline-block;
    margin-top: 20px;
}

.content-list {
    padding: 30px 15px 40px;
    background: #000;
    text-align: center;
}

.content-list strong {
    color: #ffc93e;
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-list p {
    font-size: 20px;
    color: #fff;
}

.map-box {
    background: url("../images/map-bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 15px;
}

.map-box .map-item {
    width: 406px;
    padding: 94px 20px 15px;
    display: inline-block;
    background: url("../images/loc-icon.png") no-repeat center 27px #ffc93e;
    vertical-align: top;
    margin: 0 0px 0 50px;
    min-height: 320px;
}

.map-box .map-item h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    color: #000;
    font-family: "Anton", sans-serif;
}

.map-box .map-item p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.map-box .map-item p:first-of-type {
    margin-top: 10px;
}

.map-box .map-item p a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
    margin: 0 8px;
}

.map-box .map-item p a:hover {
    opacity: .7;
}

.map-box .img-box {
    width: 426px;
    display: inline-block;
    vertical-align: top;
}

footer {
    display: table;
    width: 100%;
    padding: 15px 0;
}

footer p {
    margin: 15px 0 0 0;
    float: left;
}

footer .social-icon {
    float: right;
}

footer .social-icon a {
    padding: 0 10px;
}

.banner.thank-you-page .platinum-heading.text-1.text-2 {
    font-size: 40px;
    color: #ff0c12;
    margin: 10px 0;
    width: 48%;
}

.banner.thank-you-page .arrow-img {
    margin: 20px 0 0 0;
    display: none;
}

.banner.thank-you-page .img-box img {
    max-width: 100%;
    display: none;
}

.banner.thank-you-page .banner-text .text-1 {
    font-size: 37px;
    color: #fff;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    /* line-height: 50px; */
}

.banner.thank-you-page .text-heading {
    font-size: 65px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .banner .banner-text .text-1 {
        font-size: 37px;
    }

    .banner .arrow-img img {
        max-width: 80%;
    }

    header .number a {
        font-size: 40px;
    }

    .banner.thank-you-page .platinum-heading.text-1.text-2,
    .banner.thank-you-page .banner-text .text-1 {
        font-size: 35px;
    }

    .banner.thank-you-page .platinum-heading.text-1.text-2 {
        width: 46%;
    }

    .banner.thank-you-page .text-heading {
        font-size: 60px;
    }
}

@media screen and (max-width: 1023px) {
    header .logo {
        width: 50%;
    }

    header .logo a img {
        max-width: 75px;
        vertical-align: middle;
    }

    header .number {
        width: 50%;
        text-align: right;
        margin: 21px 0 0 0;
    }

    header .number a {
        font-size: 24px;
    }

    header .number img {
        max-width: 30px;
    }

    .banner {
        padding: 50px 0;
    }

    .banner .banner-text {
        width: 100%;
    }

    .banner .banner-form {
        width: 100%;
    }

    .map-box .map-item {
        margin: 28px 0 0 0;
    }

    .banner.thank-you-page .banner-text,
    .banner .img-box {
        width: 100%;
    }

    .banner .img-box p {
        text-align: left;
    }

    .banner.thank-you-page {
        padding: 50px 0;
    }

    .banner.thank-you-page .platinum-heading.text-1.text-2 {
        width: 40%;
    }

}

@media screen and (max-width: 767px) {
    header .logo {
        width: 100%;
        text-align: center;
    }

    header .number {
        width: 100%;
        text-align: center;
    }

    .banner .banner-text .text-1 {
        line-height: 40px;
        font-size: 30px;
    }

    .banner .banner-text .text-2 {
        font-size: 38px;
        margin: 10px 0;
    }

    .banner .banner-text .banner-list {
        margin: 25px 0 0;
    }

    .banner .banner-text .banner-list strong {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .banner .banner-text .banner-list ul li {
        font-size: 18px;
    }

    .banner .banner-text .banner-list ul li:before {
        top: 8px;
    }

    .banner .banner-form {
        padding: 20px 25px;
    }

    .map-box .map-item {
        width: 100%;
    }

    .map-box .img-box {
        width: 100%;
    }

    .map-box .img-box img {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    footer p {
        width: 100%;
        margin-bottom: 10px;
    }

    footer a {
        display: inline-block;
        float: none;
    }

    .banner.thank-you-page .text-2 ~ .text-1 {
        font-size: 29px;
    }

    .banner.thank-you-page .banner-text .arrow-img {
        display: block;
    }

    .banner.thank-you-page .arrow-img img {
        max-width: 100%;
    }

    .banner.thank-you-page .text-heading {
        font-size: 35px;
    }

    .banner.thank-you-page .platinum-heading.text-1.text-2, .banner.thank-you-page .banner-text .text-1 {
        font-size: 22px;

    }

    .banner.thank-you-page .platinum-heading.text-1.text-2 {
        width: 56%;
    }

    .banner .banner-text .text-2 {
        color: #fff;
        background: #0117be;
        width: 54%;
        padding: 0px 10px;
    }

    .banner .banner-text .text-1 {
        line-height: 40px;
        font-size: 23px;
    }

    .banner .banner-text .text-2 {
        font-size: 27px;
        margin: 3px 0;
    }

    .banner .banner-text .text-2 {
        width: 74%;
        font-size: 27px;
    }

    .banner .banner-text .banner-list ul li {
        font-size: 16px;
        font-weight: 600;
    }

    .banner .banner-form {
        margin: -10px 0 5px 0;
    }

    .banner .banner-form p {
        margin: 5px 0 25px;
        font-size: 17px;
    }

    .banner .banner-form .form-group {
        margin-bottom: 10px;
    }

    .banner .banner-form input, .banner .banner-form select {
        font-weight: 600;
        font-size: 15px;
    }

}
.content-list .patel-list ul li {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.content-list .patel-list ul li:before {
    content: "\2022";
    color: goldenrod;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.content-list .patel-list {
    font-size: 20px;
    color: #fff;
}

/*# sourceMappingURL=style.css.map */
