/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato",sans-serif;
    font-weight: 700;
}
@-moz-document url-prefix() {
.last-first {
    width: 80%;
    margin: auto;
    display: block!important;
}
input#lastname{
margin-top:10px!important;
}   
}
.navbar-brand{
    margin-left: 30%!important;
}
.block-phone {
    margin-right: 5%;
}
.topnav {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
/* Webfont: Lato-Black */@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('fonts/MyriadPro-BoldCond.otf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Perfect';
    src: url('/fonts/HelveticaThinItalic.ttf'); /* IE9 Compat Modes */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
background: url(../img/intro-bg.jpg) no-repeat;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.er-f{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #f00;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ff0000;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Lato-Perfect;
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
        padding: 100px 0 0;
    background-color: #fff;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
        padding: 50px 0 10px;
    background-color: #232323;
}
.list-inline-2s {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
        align-items: center;
}
.list-inline-2s a {
  color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 300;
    display: flex;
    width: 255px;
    text-align: left;
    height: 102px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

p.copyright {
    margin: 15px 0 0;
}
.n-tel{font-family: Barlow Condensed Bold;
     font-size: 23px;
    text-transform: uppercase;
    line-height: 1;}

    .navbar-header {
        float: none;
        width: 20%;
        height: auto;
    }
    .navbar-brand.topnav {
        font-size: 14px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-left: 0!important;
    }
.block-phone{
    float: none;
    width: 28%;
    height: auto;
    margin-top: 0;
    background: url(../img/icon-phone.png);
    background-repeat: no-repeat;
    padding-left: 6.8%;
        background-size: contain;
}
.block-phone.second:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 65px;
    height: 66px;
    border: 3px solid#378fcd;
    border-radius: 100px;
}
.block-phone.second {
    cursor: pointer;
    position: relative;
    background-size: 60px;
    background-position: 10px center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='45' viewBox='0 0 121 45' fill='%232987ca'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M57.826 40.5043H56.7197L56.858 39.6714H59.8311L59.6929 40.5043H58.7018L58.0565 44.5093H57.1807L57.826 40.5043Z' fill='%232987ca'/%3E%3Cpath d='M35.5164 40.5043H34.4102L34.5484 39.6714H37.5216L37.3833 40.5043H36.3922L35.7469 44.5093H34.8711L35.5164 40.5043Z' fill='%232987ca'/%3E%3Cpath d='M20.201 40.5043H19.0947L19.233 39.6714H22.2062L22.0679 40.5043H21.0768L20.4315 44.5093H19.5557L20.201 40.5043Z' fill='%232987ca'/%3E%3Cpath d='M89.6557 39.6599H92.4445L92.3062 40.4929H90.3817L90.2088 41.5654H91.9835L91.8567 42.3984H90.0936L89.8862 43.6649H91.9028L91.7761 44.4979H88.8721L89.6557 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M88.6062 44.4979H85.7598L86.5434 39.6599H87.4077L86.7739 43.6421H88.7329L88.6062 44.4979Z' fill='%232987ca'/%3E%3Cpath d='M72.1501 39.6599H73.0835L71.0899 44.4979H70.2602L69.6494 39.6599H70.5137L70.8364 43.1058L72.1501 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M73.4985 39.6599H76.2872L76.1489 40.4929H74.2245L74.0516 41.5654H75.8263L75.6995 42.3984H73.9364L73.7405 43.6535H75.7571L75.6304 44.4865H72.7148L73.4985 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M76.933 39.6599H77.8088L77.5092 41.497H79.1456L79.4452 39.6599H80.321L79.5374 44.4979H78.6616L79.0188 42.3299H77.3825L77.0252 44.4979H76.1494L76.933 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M80.9662 39.6599H81.842L81.0584 44.4979H80.1826L80.9662 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M64.7643 39.6599H66.3546C67.1958 39.6599 67.8181 40.025 67.8066 41.0634C67.8066 41.7366 67.4609 42.1588 67.023 42.3071C67.1613 42.3756 67.3917 42.4897 67.3917 43.0716C67.3917 43.2085 67.3341 43.8018 67.3341 43.9159C67.3341 44.2012 67.3456 44.3039 67.53 44.3838V44.5093H66.5159C66.4813 44.4066 66.4583 44.2925 66.4583 44.167C66.4583 43.8817 66.4929 43.6079 66.5044 43.3226C66.5044 42.9575 66.4698 42.638 65.9052 42.638H65.1561L64.868 44.5093H63.9922L64.7643 39.6599ZM65.2829 41.8165H66.1241C66.7464 41.8165 66.9538 41.3829 66.9538 41.0291C66.9538 40.47 66.4929 40.47 66.3085 40.47H65.4903L65.2829 41.8165Z' fill='%232987ca'/%3E%3Cpath d='M48.0662 39.6599H49.3454L49.5067 43.2427H49.5182L50.8204 39.6599H52.1341L51.3505 44.4979H50.5323L51.2468 40.3559H51.2353L49.7141 44.4979H48.942L48.7231 40.3559H48.7116L48.1239 44.4979H47.3057L48.0662 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M43.6985 39.6599H46.2337L46.1069 40.5043H44.436L44.2516 41.6339H45.7843L45.6575 42.4668H44.0903L43.7676 44.4979H42.9033L43.6985 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M22.667 39.6599H23.9462L24.1075 43.2427H24.119L25.4212 39.6599H26.7464L25.9628 44.4979H25.1446L25.8591 40.3559H25.8476L24.3264 44.4979H23.5544L23.3354 40.3559H23.3239L22.7362 44.4979H21.918L22.667 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M27.4156 39.6599H30.2044L30.0776 40.4929H28.1532L27.9803 41.5654H29.7435L29.6167 42.3984H27.8536L27.6576 43.6535H29.6743L29.5475 44.4865H26.6436L27.4156 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M32.7849 42.7521L32.877 43.0716L33.0153 42.1131L33.3841 39.6599H34.2253L33.4532 44.4979H32.5429L31.5518 41.5426L31.402 41.0634L31.3213 41.7252L30.918 44.4979H30.0537L30.8489 39.6599H31.7592L32.7849 42.7521Z' fill='%232987ca'/%3E%3Cpath d='M15.569 39.6599H17.1593C18.0005 39.6599 18.6113 40.025 18.6113 41.0634C18.6113 41.7366 18.2655 42.1588 17.8276 42.3071C17.9659 42.3756 18.1964 42.4897 18.1964 43.0716C18.1964 43.2085 18.1388 43.8018 18.1388 43.9159C18.1388 44.2012 18.1503 44.3039 18.3347 44.3838V44.5093H17.3206C17.286 44.4066 17.263 44.2925 17.263 44.167C17.263 43.8817 17.2975 43.6079 17.3091 43.3226C17.3091 42.9575 17.2745 42.638 16.7098 42.638H15.9608L15.6727 44.5093H14.7969L15.569 39.6599ZM16.0875 41.8165H16.9288C17.5511 41.8165 17.7585 41.3829 17.7585 41.0291C17.7585 40.47 17.2975 40.47 17.1247 40.47H16.3065L16.0875 41.8165Z' fill='%232987ca'/%3E%3Cpath d='M5.03557 39.6599H7.82433L7.69757 40.4929H5.76157L5.58872 41.5654H7.35186L7.2251 42.3984H5.46195L5.26605 43.6535H7.28272L7.15595 44.4865H4.25195L5.03557 39.6599Z' fill='%232987ca'/%3E%3Cpath d='M8.45842 39.6599H9.8989C10.9821 39.6599 11.3739 40.3217 11.3739 41.052C11.3739 42.1473 10.7978 42.8091 9.66842 42.8091H8.82719L8.55061 44.4979H7.6748L8.45842 39.6599ZM8.95395 41.9762H9.72604C10.2792 41.9762 10.5212 41.6111 10.5212 41.1547C10.5212 40.7895 10.3944 40.4929 9.93347 40.4929H9.19595L8.95395 41.9762Z' fill='%232987ca'/%3E%3Cpath d='M13.0221 39.6599H14.0478L14.5548 44.4979H13.6905L13.6214 43.5508H12.1463L11.743 44.4979H10.8096L13.0221 39.6599ZM13.3909 40.6754H13.3794L12.492 42.7179H13.5407L13.3909 40.6754Z' fill='%232987ca'/%3E%3Cpath d='M0.990845 39.6599H2.40827C3.61827 39.6599 4.14837 40.3331 4.13684 41.7366C4.13684 42.7635 3.67589 43.7562 3.03056 44.1784C2.58113 44.4864 1.87818 44.4979 1.85513 44.4979H0.21875L0.990845 39.6599ZM1.23285 43.6079H1.98189C2.91532 43.6079 3.24951 42.4782 3.24951 41.6567C3.24951 40.8922 2.97294 40.5043 2.38523 40.5043H1.72837L1.23285 43.6079Z' fill='%232987ca'/%3E%3Cpath d='M94.852 41.0635C94.852 40.7326 94.7137 40.3788 94.1721 40.3788C93.8379 40.3788 93.5613 40.55 93.5613 40.9265C93.5613 41.1776 93.642 41.3259 94.3795 41.6454C95.0825 41.9535 95.4627 42.3756 95.4627 43.1059C95.4627 44.0415 94.9096 44.6235 93.8725 44.6235C92.9506 44.6235 92.3168 44.11 92.3283 42.9918H93.1695C93.181 43.5965 93.5037 43.7905 93.9186 43.7905C94.2988 43.7905 94.6215 43.5851 94.6215 43.1972C94.6215 42.8435 94.4832 42.6951 93.7803 42.3756C93.1465 42.0904 92.7316 41.7481 92.7316 41.0064C92.7316 39.9909 93.4346 39.5459 94.2182 39.5459C95.6817 39.5459 95.7047 40.7097 95.7163 41.0635H94.852Z' fill='%232987ca'/%3E%3Cpath d='M62.0208 39.5459C63.4152 39.5459 63.8531 40.7668 63.8416 41.7024C63.83 43.0831 63.104 44.6235 61.5944 44.6235C60.2 44.6235 59.7621 43.4026 59.7737 42.4669C59.7737 41.0863 60.4997 39.5459 62.0208 39.5459ZM61.6175 43.7905C62.6892 43.7905 62.9542 42.4213 62.9542 41.6568C62.9542 40.7668 62.5048 40.3788 61.9747 40.3788C60.903 40.3788 60.6379 41.7481 60.6379 42.5126C60.6379 43.4026 61.0989 43.7905 61.6175 43.7905Z' fill='%232987ca'/%3E%3Cpath d='M54.5188 39.5459C55.9132 39.5459 56.3511 40.7668 56.3396 41.7024C56.3281 43.0831 55.6021 44.6235 54.0925 44.6235C52.6981 44.6235 52.2602 43.4026 52.2717 42.4669C52.2717 41.0863 52.9977 39.5459 54.5188 39.5459ZM54.1155 43.7905C55.1872 43.7905 55.4523 42.4213 55.4523 41.6568C55.4523 40.7668 55.0028 40.3788 54.4728 40.3788C53.401 40.3788 53.136 41.7481 53.136 42.5126C53.136 43.4026 53.5969 43.7905 54.1155 43.7905Z' fill='%232987ca'/%3E%3Cpath d='M41.0022 39.5459C42.3966 39.5459 42.8345 40.7668 42.823 41.7024C42.8115 43.0831 42.0855 44.6235 40.5759 44.6235C39.1815 44.6235 38.7436 43.4026 38.7551 42.4669C38.7551 41.0863 39.4811 39.5459 41.0022 39.5459ZM40.6104 43.7905C41.6821 43.7905 41.9472 42.4213 41.9472 41.6568C41.9472 40.7668 41.4978 40.3788 40.9677 40.3788C39.896 40.3788 39.6309 41.7481 39.6309 42.5126C39.6194 43.4026 40.0803 43.7905 40.6104 43.7905Z' fill='%232987ca'/%3E%3Cpath d='M84.8493 41.2916C84.8493 40.7211 84.5151 40.3788 84.0888 40.3788C83.0171 40.3788 82.752 41.748 82.752 42.5125C82.752 43.1857 83.017 43.7448 83.743 43.7448C84.181 43.7448 84.5728 43.5052 84.7111 42.8434H85.5984C85.3564 43.9502 84.711 44.612 83.697 44.612C82.3026 44.612 81.8647 43.3911 81.8762 42.4555C81.8877 41.0748 82.6137 39.5344 84.1233 39.5344C85.0798 39.5344 85.7367 40.1392 85.7367 41.2802H84.8493V41.2916Z' fill='%232987ca'/%3E%3Cpath d='M96.2119 39.2833C96.2119 38.7014 96.6959 38.2222 97.2952 38.2222C97.8829 38.2222 98.3669 38.7014 98.3669 39.2833C98.3669 39.8766 97.8829 40.3559 97.2952 40.3559C96.6959 40.3559 96.2119 39.8766 96.2119 39.2833ZM98.1595 39.2833C98.1595 38.8041 97.7676 38.4161 97.2836 38.4161C96.7996 38.4161 96.4078 38.8041 96.4078 39.2833C96.4078 39.7625 96.7996 40.1505 97.2836 40.1505C97.7676 40.1505 98.1595 39.7625 98.1595 39.2833ZM97.8253 39.8652H97.5602L97.3067 39.3746H97.0762V39.8652H96.8457V38.7128H97.4104C97.5141 38.7128 97.6409 38.7128 97.7215 38.7699C97.8253 38.8383 97.8598 38.9524 97.8598 39.0665C97.8598 39.2719 97.7446 39.3632 97.5372 39.3746L97.8253 39.8652ZM97.4104 39.2034C97.5372 39.2034 97.6294 39.1806 97.6294 39.0323C97.6294 38.884 97.468 38.884 97.3528 38.884H97.0647V39.2034H97.4104Z' fill='%232987ca'/%3E%3Cpath d='M54.415 36.853L62.0553 29.8357H54.5994L54.415 36.853Z' fill='%232987ca'/%3E%3Cpath d='M62.8507 29.8357L58.9902 37.1839H71.8969L75.1351 29.8357H62.8507Z' fill='%232987ca'/%3E%3Cpath d='M6.21155 30.4176L-0.62207 30.178L6.49965 29.8357L6.21155 30.4176Z' fill='%232987ca'/%3E%3Cpath d='M24.7759 29.8357C23.9808 31.0224 23.2663 31.764 22.2753 31.764C20.466 31.764 17.9769 31.6499 17.9769 31.6499L18.9795 29.8471H6.03822L1.83203 37.0698C1.83203 37.0698 19.2445 37.2067 27.2536 37.0698C34.018 36.9443 35.7927 33.0077 35.7927 33.0077C35.7927 33.0077 36.5417 31.6956 37.5904 29.8471H24.7759V29.8357Z' fill='%232987ca'/%3E%3Cpath d='M79.8027 30.2921L76.2188 30.0867L79.9525 29.79L79.8027 30.2921Z' fill='%232987ca'/%3E%3Cpath d='M79.3755 29.8357L76.2295 37.1839H88.4332H99.6459L104.647 29.8357H79.3755Z' fill='%232987ca'/%3E%3Cpath d='M43.0068 30.3493L38.2705 30.1096L43.2027 29.7673L43.0068 30.3493Z' fill='%232987ca'/%3E%3Cpath d='M37.4756 37.1839H49.6793L53.5974 29.8357H41.7163L37.4756 37.1839Z' fill='%232987ca'/%3E%3Cpath d='M25.5596 28.6036H38.3049C38.9618 27.4398 39.6993 26.1618 40.4138 24.8953H27.7376C27.1383 25.9564 26.3547 27.3028 25.5596 28.6036Z' fill='%232987ca'/%3E%3Cpath d='M9.12728 25.4999L4.93262 25.2489L9.41538 24.8838L9.12728 25.4999Z' fill='%232987ca'/%3E%3Cpath d='M21.7224 24.8838H8.91941L6.75293 28.6035H19.6711L21.7224 24.8838Z' fill='%232987ca'/%3E%3Cpath d='M81.9684 25.4655L79.2949 25.2145L82.1413 24.8494L81.9684 25.4655Z' fill='%232987ca'/%3E%3Cpath d='M108.024 24.8838H94.2186L94.161 24.9637L94.184 24.8838H81.4848L79.8945 28.6035H105.489L108.024 24.8838Z' fill='%232987ca'/%3E%3Cpath d='M45.4159 25.4313L42.4082 25.1803L45.6234 24.8152L45.4159 25.4313Z' fill='%232987ca'/%3E%3Cpath d='M77.3017 24.8838H44.5626L42.4307 28.6035H54.2541L54.6459 27.8733L54.6344 28.6035H63.3925L63.5769 28.4324L63.4962 28.6035H75.6768L77.3017 24.8838Z' fill='%232987ca'/%3E%3Cpath d='M28.9129 22.8071C28.9129 22.8071 28.74 23.1266 28.4404 23.6628H41.1281C41.4508 23.0923 41.7619 22.5446 42.0616 22.0198H29.3393C29.0742 22.499 28.9129 22.8071 28.9129 22.8071Z' fill='%232987ca'/%3E%3Cpath d='M109.983 22.0083H96.4539L95.1748 23.6514H108.865L109.983 22.0083Z' fill='%232987ca'/%3E%3Cpath d='M95.0711 22.0083H82.7176L82.0146 23.6514H94.5641L95.0711 22.0083Z' fill='%232987ca'/%3E%3Cpath d='M78.5696 22.0083H46.2223L45.2773 23.6514H77.8436L78.5696 22.0083Z' fill='%232987ca'/%3E%3Cpath d='M23.3241 22.0083H10.5903L9.63379 23.6514H22.4137L23.3241 22.0083Z' fill='%232987ca'/%3E%3Cpath d='M111.32 20.0459H97.9867L97.0879 21.1869H110.536L111.32 20.0459Z' fill='%232987ca'/%3E%3Cpath d='M48.6992 20.6277L44.5967 20.2398L49.091 19.9888L48.6992 20.6277Z' fill='%232987ca'/%3E%3Cpath d='M79.4337 20.0459H47.3629L46.7061 21.1869H78.9266L79.4337 20.0459Z' fill='%232987ca'/%3E%3Cpath d='M29.7891 21.1868H42.5344C42.7879 20.7532 43.0184 20.3424 43.2258 19.9773H30.469C30.2154 20.4109 29.9965 20.8217 29.7891 21.1868Z' fill='%232987ca'/%3E%3Cpath d='M84.6771 20.7074L81.2891 20.251L84.9882 19.9543L84.6771 20.7074Z' fill='%232987ca'/%3E%3Cpath d='M95.682 20.0459H83.559L83.0635 21.1869H95.3248L95.682 20.0459Z' fill='%232987ca'/%3E%3Cpath d='M11.6969 20.6047L4.40234 20.2168L12.3768 19.9543L11.6969 20.6047Z' fill='%232987ca'/%3E%3Cpath d='M24.4541 19.9773H11.778L11.0635 21.1868H23.7742L24.4541 19.9773Z' fill='%232987ca'/%3E%3Cpath d='M112.669 18.0718H99.52L98.5635 19.3041H111.827L112.669 18.0718Z' fill='%232987ca'/%3E%3Cpath d='M96.293 18.0718H84.4004L83.8818 19.3041H95.9127L96.293 18.0718Z' fill='%232987ca'/%3E%3Cpath d='M80.2977 18.0718H48.5035L47.7891 19.3041H79.7561L80.2977 18.0718Z' fill='%232987ca'/%3E%3Cpath d='M30.8955 19.2356H43.6524C44.0211 18.5967 44.2746 18.1403 44.4014 17.9463H31.6446C31.391 18.3799 31.1375 18.8135 30.8955 19.2356Z' fill='%232987ca'/%3E%3Cpath d='M25.5832 17.9463H12.9531L12.2041 19.2356H24.8572L25.5832 17.9463Z' fill='%232987ca'/%3E%3Cpath d='M85.6331 16.5314L82.9365 16.2918L85.8751 16.0408L85.6331 16.5314Z' fill='%232987ca'/%3E%3Cpath d='M102.205 16.5087L98.3906 16.2348L102.551 15.9724L102.205 16.5087Z' fill='%232987ca'/%3E%3Cpath d='M114.04 16.0522H101.087L100.038 17.4101H113.118L114.04 16.0522Z' fill='%232987ca'/%3E%3Cpath d='M96.9152 16.0522H85.2647L84.6885 17.4101H96.5004L96.9152 16.0522Z' fill='%232987ca'/%3E%3Cpath d='M50.3702 16.6114L47.0283 16.2919L50.6698 15.9724L50.3702 16.6114Z' fill='%232987ca'/%3E%3Cpath d='M81.185 16.0522H49.6674L48.8838 17.4101H80.5973L81.185 16.0522Z' fill='%232987ca'/%3E%3Cpath d='M14.0711 16.6913L8.8623 16.3261L14.5435 15.9724L14.0711 16.6913Z' fill='%232987ca'/%3E%3Cpath d='M26.7123 15.9153H14.1399L13.3447 17.2845H25.9403L26.7123 15.9153Z' fill='%232987ca'/%3E%3Cpath d='M32.0361 17.2844H44.7699C45.0465 16.8052 45.2655 16.3488 45.4498 15.9038H32.693C32.5317 16.3602 32.3012 16.8394 32.0361 17.2844Z' fill='%232987ca'/%3E%3Cpath d='M115.365 14.1238H102.585L101.502 15.5158H114.409L115.365 14.1238Z' fill='%232987ca'/%3E%3Cpath d='M97.5144 14.1238H86.0944L85.4951 15.5158H97.0765L97.5144 14.1238Z' fill='%232987ca'/%3E%3Cpath d='M82.0376 14.1238H81.0581H67.4485L66.1924 15.5158H81.4269L82.0376 14.1238Z' fill='%232987ca'/%3E%3Cpath d='M65.9505 14.1238H50.7852L49.9785 15.5158H65.9044L65.9505 14.1238Z' fill='%232987ca'/%3E%3Cpath d='M32.8432 15.3789H45.6692C45.819 14.9453 45.9227 14.5231 46.0034 14.1238H32.6934C32.9238 14.4204 32.9469 14.8654 32.8432 15.3789Z' fill='%232987ca'/%3E%3Cpath d='M27.7036 14.1238H15.1887L14.4512 15.3789H27.0006L27.7036 14.1238Z' fill='%232987ca'/%3E%3Cpath d='M82.2571 13.6332L82.695 12.6177H68.7973L67.8984 13.6332H81.0586H82.2571Z' fill='%232987ca'/%3E%3Cpath d='M65.9964 12.6177H51.6492L51.0615 13.6332H65.9618L65.9964 12.6177Z' fill='%232987ca'/%3E%3Cpath d='M46.1182 12.6177H16.0526L15.4648 13.6218H46.0721C46.1182 13.2795 46.1297 12.9486 46.1182 12.6177Z' fill='%232987ca'/%3E%3Cpath d='M104.821 13.1653L101.202 12.9485L105.017 12.5264L104.821 13.1653Z' fill='%232987ca'/%3E%3Cpath d='M116.379 12.6177H103.749L102.977 13.6332H115.699L116.379 12.6177Z' fill='%232987ca'/%3E%3Cpath d='M97.9754 12.6177H86.7397L86.3018 13.6332H97.6642L97.9754 12.6177Z' fill='%232987ca'/%3E%3Cpath d='M16.8475 11.6935L8.81543 11.5109L17.2739 11.1572L16.8475 11.6935Z' fill='%232987ca'/%3E%3Cpath d='M117.404 11.1228H104.913L104.071 12.2068H116.655L117.404 11.1228Z' fill='%232987ca'/%3E%3Cpath d='M45.8535 11.1228H16.9287L16.2949 12.2068H46.0955C46.0494 11.8302 45.9687 11.4651 45.8535 11.1228Z' fill='%232987ca'/%3E%3Cpath d='M53.6896 11.7164L48.4463 11.4996L53.9777 11.0774L53.6896 11.7164Z' fill='%232987ca'/%3E%3Cpath d='M66.0542 11.1228H52.5137L51.8799 12.2068H66.0081L66.0542 11.1228Z' fill='%232987ca'/%3E%3Cpath d='M87.973 11.6477L84.4121 11.4423L88.1689 11.043L87.973 11.6477Z' fill='%232987ca'/%3E%3Cpath d='M98.4359 11.1228H87.3731L86.9121 12.2068H98.1017L98.4359 11.1228Z' fill='%232987ca'/%3E%3Cpath d='M72.5541 11.5337L67.9561 11.2941L72.8998 10.929L72.5541 11.5337Z' fill='%232987ca'/%3E%3Cpath d='M83.3518 11.1228H70.1571L69.166 12.2068H82.8793L83.3518 11.1228Z' fill='%232987ca'/%3E%3Cpath d='M118.419 9.62817H106.077L105.201 10.7578H117.658L118.419 9.62817Z' fill='%232987ca'/%3E%3Cpath d='M98.9092 9.62817H88.0192L87.5352 10.7578H98.5519L98.9092 9.62817Z' fill='%232987ca'/%3E%3Cpath d='M84.0202 9.62817H71.5053L70.4912 10.7578H83.5246L84.0202 9.62817Z' fill='%232987ca'/%3E%3Cpath d='M66.1008 9.62817H53.3785L52.7217 10.7578H66.0663L66.1008 9.62817Z' fill='%232987ca'/%3E%3Cpath d='M45.1158 9.62817H17.8043L17.1475 10.7578H45.7496C45.5767 10.3356 45.3578 9.97048 45.1158 9.62817Z' fill='%232987ca'/%3E%3Cpath d='M66.1465 8.13354H54.2424L53.5625 9.29739H66.1119L66.1465 8.13354Z' fill='%232987ca'/%3E%3Cpath d='M107.955 8.51L105.028 8.33885L108.174 8.07642L107.955 8.51Z' fill='%232987ca'/%3E%3Cpath d='M119.444 8.13354H107.241L106.342 9.29739H118.649L119.444 8.13354Z' fill='%232987ca'/%3E%3Cpath d='M99.3699 8.13354H88.6528L88.1572 9.29739H99.0011L99.3699 8.13354Z' fill='%232987ca'/%3E%3Cpath d='M73.6021 8.65834L69.0156 8.43013L73.9478 8.07642L73.6021 8.65834Z' fill='%232987ca'/%3E%3Cpath d='M84.6768 8.13354H72.8534L71.8047 9.29739H84.1582L84.6768 8.13354Z' fill='%232987ca'/%3E%3Cpath d='M18.7486 8.62411L13.9893 8.40731L19.1058 8.07642L18.7486 8.62411Z' fill='%232987ca'/%3E%3Cpath d='M43.5375 8.13354H18.6692L17.9893 9.29739H44.8743C44.4825 8.82957 44.0215 8.44162 43.5375 8.13354Z' fill='%232987ca'/%3E%3Cpath d='M40.6105 7.2207C37.96 7.2207 19.1992 7.2207 19.1992 7.2207L18.8535 7.80263H42.9383C42.1777 7.42609 41.3595 7.2207 40.6105 7.2207Z' fill='%232987ca'/%3E%3Cpath d='M120.147 7.09521H108.047L107.506 7.80265H119.663L120.147 7.09521Z' fill='%232987ca'/%3E%3Cpath d='M99.6928 7.09521H89.1024L88.8027 7.80265H99.4738L99.6928 7.09521Z' fill='%232987ca'/%3E%3Cpath d='M85.1266 7.09521H73.7871L73.1533 7.80265H84.8154L85.1266 7.09521Z' fill='%232987ca'/%3E%3Cpath d='M66.181 7.09521H54.8416L54.4268 7.80265H66.158L66.181 7.09521Z' fill='%232987ca'/%3E%3Cpath d='M17.1359 37.4808C9.65691 37.4808 1.95901 37.4237 1.84377 37.4123H1.20996L18.9912 6.84424H40.6099C42.3154 6.84424 44.5741 7.8027 45.761 9.93642C47.0056 12.1614 46.6599 15.0368 44.77 18.0149C44.5971 18.3001 39.0426 28.0445 36.1271 33.1563C36.0695 33.2932 34.1911 37.2754 27.2653 37.4009C24.6148 37.4694 20.9042 37.4808 17.1359 37.4808ZM2.47758 36.6935C5.6812 36.7163 20.2012 36.8076 27.2653 36.6935C33.6841 36.5794 35.4126 32.9965 35.4818 32.8482C35.839 32.2092 43.9403 18.0035 44.1592 17.6383C46.3833 14.1126 45.9223 11.705 45.1272 10.3015C44.0901 8.44167 42.0619 7.58591 40.6214 7.58591H19.4291L2.47758 36.6935ZM22.2755 32.118C20.4778 32.118 17.9771 32.0039 17.9541 32.0039L17.3663 31.981L27.7032 13.3595H31.6674C32.5202 13.3595 32.912 13.7246 33.0848 14.0327C33.6495 15.0254 32.8428 16.6685 32.3012 17.5471C30.7455 20.1258 29.2474 22.9441 29.2243 22.9669C29.2013 23.0126 27.1846 26.7095 25.3178 29.6648C24.3613 31.1823 23.5201 32.118 22.2755 32.118ZM18.5879 31.2964C19.4406 31.3307 21.0309 31.3877 22.2755 31.3877C23.1743 31.3877 23.8427 30.6118 24.6955 29.2768C26.5508 26.3444 28.556 22.6589 28.579 22.6246C28.5905 22.6018 30.1002 19.7607 31.6674 17.1705C32.4049 15.9496 32.7045 14.8542 32.4395 14.3864C32.3934 14.3065 32.2666 14.0783 31.6559 14.0783H28.1296L18.5879 31.2964Z' fill='%232987ca'/%3E%3Cpath d='M54.0238 37.7088L54.2427 29.4136L49.9098 37.5377H36.8418L54.623 6.72998H66.5617L66.2967 14.8541L73.6258 6.72998H85.7028L72.1392 37.5491H58.3913L62.2748 30.1324L54.0238 37.7088ZM59.6013 36.8188H71.6552L84.5619 7.46024H73.9485L65.49 16.8395L65.8011 7.46024H55.0494L38.1094 36.8188H49.4604L54.3234 27.702L55.0148 27.8846L54.7959 35.9973L63.3235 28.1699L63.8997 28.6034L59.6013 36.8188Z' fill='%232987ca'/%3E%3Cpath d='M99.842 37.5491H75.665L88.8598 6.72998H100.188L95.1057 23.1493L107.863 6.72998H120.838L99.842 37.5491ZM76.7828 36.8188H99.4502L119.456 7.46024H108.231L94.4488 25.1918L93.8035 24.8609L99.1851 7.46024H89.3438L76.7828 36.8188Z' fill='%232987ca'/%3E%3Cpath d='M77.6469 0.18042H78.5227L77.7391 5.01837H76.8633L77.6469 0.18042Z' fill='%232987ca'/%3E%3Cpath d='M80.4138 0.18042H81.4394L81.9464 5.01837H81.0821L81.013 4.07132H79.5379L79.1346 5.01837H78.2012L80.4138 0.18042ZM80.7825 1.19593L79.8952 3.23837H80.9438L80.7825 1.19593Z' fill='%232987ca'/%3E%3Cpath d='M75.2616 3.2726L75.3538 3.59209L75.4921 2.63362L75.8724 0.18042H76.7136L75.9415 5.01837H75.0311L74.0401 2.06311L73.8903 1.58388L73.8096 2.24568L73.4063 5.01837H72.542L73.3371 0.18042H74.2475L75.2616 3.2726Z' fill='%232987ca'/%3E%3Cpath d='M69.3043 0.18042H70.8946C71.7358 0.18042 72.3581 0.545548 72.3466 1.58388C72.3466 2.25709 72.0009 2.67927 71.563 2.8276C71.7013 2.89606 71.9317 3.01016 71.9317 3.59209C71.9317 3.72901 71.8741 4.32234 71.8741 4.43644C71.8741 4.7217 71.8856 4.82439 72.07 4.90427V5.02978H71.0559C71.0214 4.92709 70.9983 4.81298 70.9983 4.68747C70.9983 4.40221 71.0329 4.12837 71.0444 3.84311C71.0444 3.47798 71.0098 3.1585 70.4452 3.1585H69.6961L69.408 5.02978H68.5322L69.3043 0.18042ZM69.8114 2.33696H70.6526C71.2749 2.33696 71.4823 1.90337 71.4823 1.54965C71.4823 0.990548 71.0214 0.990548 70.837 0.990548H70.0188L69.8114 2.33696Z' fill='%232987ca'/%3E%3Cpath d='M60.2348 0.18042H61.1106L60.327 5.01837H59.4512L60.2348 0.18042Z' fill='%232987ca'/%3E%3Cpath d='M61.7444 0.18042H64.2796L64.1528 1.02478H62.4819L62.2975 2.15439H63.8302L63.7034 2.98734H62.1362L61.8135 5.01837H60.9492L61.7444 0.18042Z' fill='%232987ca'/%3E%3Cpath d='M59.2204 5.01837H56.374L57.1576 0.18042H58.0219L57.3881 4.1626H59.3472L59.2204 5.01837Z' fill='%232987ca'/%3E%3Cpath d='M44.9426 0.18042H47.4778L47.3511 1.02478H45.6801L45.4957 2.15439H47.0284L46.9017 2.98734H45.3344L45.0117 5.01837H44.1475L44.9426 0.18042Z' fill='%232987ca'/%3E%3Cpath d='M33.3504 1.01337H32.2441L32.3824 0.18042H35.3556L35.2173 1.01337H34.2262L33.5809 5.01837H32.7051L33.3504 1.01337Z' fill='%232987ca'/%3E%3Cpath d='M35.8393 0.18042H38.628L38.4898 1.01337H36.5653L36.3924 2.08593H38.1556L38.0288 2.91888H36.2657L36.0698 4.17401H38.0864L37.9597 5.00696H35.0557L35.8393 0.18042Z' fill='%232987ca'/%3E%3Cpath d='M26.493 1.01337H25.3867L25.525 0.18042H28.4981L28.3599 1.01337H27.3688L26.7235 5.01837H25.8477L26.493 1.01337Z' fill='%232987ca'/%3E%3Cpath d='M30.2389 0.18042H31.2646L31.7716 5.01837H30.9073L30.8382 4.07132H29.3631L28.9598 5.01837H28.0264L30.2389 0.18042ZM30.6077 1.19593H30.5962L29.7204 3.23837H30.769L30.6077 1.19593Z' fill='%232987ca'/%3E%3Cpath d='M24.235 1.58397C24.235 1.25307 24.0967 0.899355 23.5551 0.899355C23.2209 0.899355 22.9443 1.07051 22.9443 1.44705C22.9443 1.69807 23.025 1.84641 23.7625 2.16589C24.4655 2.47397 24.8458 2.89615 24.8458 3.62641C24.8458 4.56205 24.2926 5.14397 23.267 5.14397C22.3451 5.14397 21.7113 4.63051 21.7228 3.5123H22.564C22.5756 4.11705 22.8982 4.31102 23.3131 4.31102C23.6934 4.31102 24.0161 4.10564 24.0161 3.71769C24.0161 3.36397 23.8778 3.21564 23.1748 2.89615C22.541 2.61089 22.1261 2.26859 22.1261 1.52692C22.1261 0.511406 22.8291 0.0664062 23.6127 0.0664062C25.0762 0.0664062 25.0993 1.23025 25.1108 1.58397H24.235Z' fill='%232987ca'/%3E%3Cpath d='M42.2581 0.0549316C43.6525 0.0549316 44.0789 1.27583 44.0789 2.21147C44.0673 3.59211 43.3413 5.1325 41.8317 5.1325C40.4373 5.1325 39.9994 3.9116 40.011 2.97596C40.011 1.60673 40.737 0.0549316 42.2581 0.0549316ZM41.8548 4.29955C42.9265 4.29955 43.1915 2.93032 43.1915 2.16583C43.1915 1.27583 42.7421 0.88788 42.212 0.88788C41.1403 0.88788 40.8752 2.25711 40.8752 3.0216C40.8752 3.92301 41.3362 4.29955 41.8548 4.29955Z' fill='%232987ca'/%3E%3Cpath d='M51.7185 1.80088C51.7185 1.23037 51.3843 0.88806 50.9579 0.88806C49.8862 0.88806 49.6211 2.25729 49.6211 3.02178C49.6211 3.69498 49.8862 4.25409 50.6122 4.25409C51.0501 4.25409 51.4419 4.01447 51.5802 3.35268H52.4675C52.2255 4.45947 51.5802 5.12126 50.5661 5.12126C49.1717 5.12126 48.7338 3.90037 48.7453 2.96473C48.7569 1.58409 49.4829 0.0437012 50.9925 0.0437012C51.949 0.0437012 52.6058 0.648445 52.6058 1.78947H51.7185V1.80088Z' fill='%232987ca'/%3E%3Cpath d='M54.6686 0.18042H55.6942L56.2013 5.01837H55.337L55.2679 4.07132H53.7928L53.3895 5.01837H52.4561L54.6686 0.18042ZM55.0374 1.19593H55.0259L54.1501 3.23837H55.1987L55.0374 1.19593Z' fill='%232987ca'/%3E%3Cpath d='M66.5501 0.0549316C67.9445 0.0549316 68.3824 1.27583 68.3709 2.21147C68.3593 3.59211 67.6333 5.1325 66.1237 5.1325C64.7293 5.1325 64.2914 3.9116 64.303 2.97596C64.3145 1.60673 65.029 0.0549316 66.5501 0.0549316ZM66.1583 4.29955C67.23 4.29955 67.495 2.93032 67.495 2.16583C67.495 1.27583 67.0456 0.88788 66.5155 0.88788C65.4438 0.88788 65.1788 2.25711 65.1788 3.0216C65.1672 3.92301 65.6282 4.29955 66.1583 4.29955Z' fill='%232987ca'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath d='M0 0H121V45H0V0Z' fill='%232987ca'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
background-size: 47px;
    padding-left: 80px;
    margin: 20px auto;
    float: none;
}
a.tel-phone{
        color: #990910;
    font-family: Barlow Condensed Bold;
    font-size: 44px;
        line-height: 1;
}
.form-horizontal{
        margin: 15% 0 15% 6%;
    background: rgba(0, 0, 0, 0.67);
    border: 1px;
    border-radius: 15px;
}
.form-horizontal legend{
    display: block;
    width: 100%;
        padding: 4% 0 0;
    font-size: 58px;
    line-height: inherit;
    color: #f5f9fc;
    text-transform: uppercase;
    text-align: center;
    font-family: Barlow Condensed Bold;
    border: 0;
    border-bottom: 0;
}
#car-info{
     flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
#car-info input{
width: 30%!important;
}
.sel-ins{
    width: 80%;
    margin: 0 auto 10px;
}
.last-first{
width: 80%;
    margin: auto;
    display: flex;
}
.last-first input#First-Name{
        margin: 10px 5px 0px 0px;
}
.last-first input#Last-Name{
        margin: 10px 0px 0px 5px;
}
.phone-f{
width: 80%;
margin: auto;
}
.phone-f input{
margin: 10px 0px 0px;
}
.mail-f{
width: 80%;
    margin: auto;
}
.mail-f input{
margin: 10px 0px;
}
.zip-date{
width: 80%;
    margin: auto;
    display: flex;
}
.zip-f{
width: 50%;
    margin: 0px 5px 5px 0px;
}
.birth-f{
    margin: 0px 0px 5px 5px;
        width: 50%;
}
.male-f{
width: 80%;
justify-content: flex-start;
    display: flex;
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato-Regular',sans-serif;
}
/* The container */
.con {
    
    display: block;
    position: relative;
    padding: 0px 35px;
        margin: 5px 0 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Lato-Perfect';
}

/* Hide the browser's default radio button */
.con input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.con input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.con input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.con .checkmark:after {
      left: 6px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: solid black;
    border-width: 0px 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button-f{
    width: 250px;
    max-width: 80%;
    margin: auto;
    text-align: center;
}
button#getquote{
    background: linear-gradient(#990910, #7b060c);
    color: #f5f9fc;
    width: 100%;
    text-transform: uppercase;
    font-size: 32px;
    font-family: Barlow Condensed Bold;
    border-radius: 0;
    border: 0;
    margin: 15% 0;
    padding: 13px;
    border-radius: 7px;
}
button#getquote:hover{
background: #ac0d18;
}
#male-0, #male-1{
transform: scale(1.7);
    opacity: 1;
    color: #fff;
    background: #fff;
    cursor: pointer;
    border: 0px;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 font-family: Lato-Perfect;
}
select#selectbasic {
     border:0px;
  outline:0px;
}
.ins-name{
color: #797979;
    margin-top: 20px;
    font-family: Lato-Regular;
        min-width: 114px;
}

.fushion{
text-align: center;
    padding: 40px;
    border-radius: 80%;
    width: 194px;
        text-decoration: none;
    height: 194px;
}
.img-div{
background: url(../img/auto.png);
    width: 67px;
    height: 64px;
        margin: auto;
            background-size: cover;
}
.fushion:hover {
    text-align: center;
        padding: 36px;
    border: 4px solid#99090f;
    border-radius: 80%;
    text-decoration: none;
}
.fushion:hover .img-div{
background: url(../img/auto-hover.png);
   width: 67px;
    height: 64px;
        margin: auto;
        background-size: cover;
}
.fushion:hover .ins-name{
    color: #99090f;
    background: transparent!important;
}
.mog{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.img-div2{
background: url(../img/business.png);
   width: 67px;
    height: 64px;
        margin: auto;
            background-size: cover;
}
.fushion:hover .img-div2{
background: url(../img/business-hover.png);
   width: 67px;
    height: 64px;
        margin: auto;
        background-size: cover;
}
.img-div3{
background: url(../img/renters.png);
   width: 67px;
    height: 64px;
        margin: auto;
            background-size: cover;
}
.fushion:hover .img-div3{
background: url(../img/renters-hover.png);
    width: 67px;
    height: 64px;
        margin: auto;
            background-size: cover;
}
.img-div4{
    background: url(../img/moto.png)bottom;
   width: 67px;
    height: 64px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.fushion:hover .img-div4{
    background: url(../img/moto-hover.png)bottom;
   width: 67px;
    height: 64px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-div5{
    background: url(../img/car_new.png)bottom;
   width: 67px;
    height: 64px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.fushion:hover .img-div5{
    background: url(../img/car_new_hover.png)bottom;
   width: 67px;
    height: 64px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.content-section-ab{
    background: url(../img/banner-bg.png) no-repeat;
background-size: cover;
    padding: 0px 0 160px; 
}
.ab-h2{
    font-family: 'MyriadPro-BoldCond';
    color: #fff;
    padding-top: 4%;
    text-align: center;
    font-size: 74px;
    text-transform: uppercase;
}
.ab-h3{
    font-family: 'MyriadPro-BoldCond';
    color: #fff;
    padding-top: 10px;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    margin: 0 auto;
    background: rgba(149, 8, 14, 0.62);
    width: 430px;
    max-width: 90%;
}
ul.list-inline-2s li a:hover{
        text-decoration: none!important;
}
ul.list-inline-2s li{
        padding: 0px!important;
}
ul.list-inline-2s li:hover{
    background-color: #303030!important;
    border-radius: 5px;
}
ul.list-inline-2s li:nth-child(1){
        background: url(../img/map-foot.png);
    background-repeat: no-repeat;
    background-size: 35px;
	background-position: 5px 32px;
}
ul.list-inline-2s li:nth-child(1) a{
    padding-left: 40px;
}
ul.list-inline-2s li:nth-child(2){background: url(../img/phone-foot.png);
background-repeat: no-repeat;
    background-size: 35px;
   background-position: 30px 32px;
}
ul.list-inline-2s li:nth-child(3){background: url(../img/privacy-foot.png);
background-repeat: no-repeat;
    background-size: 35px;
background-position: 20px 32px;
}
ul.list-inline-2s li:nth-child(4){background: url(../img/privacy-foot.png);
background-repeat: no-repeat;
    background-size: 35px;
background-position: 30px 32px;
}
.social{
width: 253px;
height: 74px;
margin: auto;
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
}
.fb{
    background: url(../img/fb.png) center center;
    display: block;
    width: 83px;
    height: 74px;
    margin: auto;
    background-repeat: no-repeat;
}
.insta{
    background: url(../img/insta.png) center center;
    display: block;
    width: 83px;
    height: 74px;
    margin: auto;
    background-repeat: no-repeat;
}
.tw{
    background: url(../img/twit.png) center center;
    display: block;
    width: 83px;
    height: 74px;
    margin: auto;
    background-repeat: no-repeat;
}
.fb:hover{
background-color: #3958b0;
}
.insta:hover{
background-color: #8e1997;
}
.tw:hover{
background-color: #00a2c5;
}
.autor{
color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
.copy{
color: #6c6c6c;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
@media(max-width:425px) and (min-width:320px) {

.navbar-brand {
    margin-left: 0%!important;
}

    ul.list-inline-2s li:hover {
    background-color: transparent!important;
    border-radius: 5px;
}
.mog{
display: flex!important;
    margin: auto;
    width: 100%;
    justify-content: center;
}
.fushion {
    text-align: center;
    display: block;
    padding: 20px;
    border-radius: 80%;
    width: 140px;
    height: 140px;
}
.fushion{
    text-align: center;
    display: block;
    padding: 16px;
    border-radius: 80%;
    width: 140px;
    height: 140px;
        margin: 20px;
            border: 4px solid#99090f;
}
.fushion:hover{
    text-align: center;
    display: block;
    padding: 16px;
    border-radius: 80%;
    width: 140px;
    height: 140px;
        margin: 20px;
            border: 4px solid#99090f;
}
.img-div {
    width: 48px!important;
    height: 45px!important;
}
.img-div2 {
    width: 48px!important;
    height: 45px!important;
}
.img-div3 {
    width: 48px!important;
    height: 45px!important;
}
.img-div4 {
    width: 48px!important;
    height: 45px!important;
}
.ins-name {
    min-width: unset!important;
        font-size: 10px;
}
    ul.list-inline-2s li:hover{
    background-color: transparent!important;
    border-radius: 5px;
}
.navbar-header{
    width: 90%;
    margin: 0 auto!important;
}
.block-phone {
    width: 85%;
        float: right;
    padding-left: 60px;
    margin: 0px auto 20px;
}


a.tel-phone {
    font-size: 30px!important;
}
.n-tel {
    font-size: 18px!important;
}
.form-horizontal legend {
    font-size: 38px;
}
button#getquote {
    font-size: 18px;
    margin: 20px auto;
}
.form-horizontal {
    margin: 30px auto;
}
.content-section-ab {
     padding: 0px 0 290px!important;
    background-position-x: -90px!important;
        background-position-y: 0!important;
}
.ab-h2 {

    font-size: 50px;
}
.ab-h3 {
    
    font-size: 30px;
    max-width: 85%;
}
ul.list-inline-2s li{
width: auto!important;
justify-content: center;
}
  ul.list-inline-2s {
    list-style: none;
    width: 100%;
    float: none;
}

}
@media(max-width:600px) and (min-width:426px) {
.navbar-brand {
    margin-left: 5%!important;
}
    ul.list-inline-2s li:hover {
    background-color: transparent!important;
    border-radius: 5px;
}
.mog{
display: flex!important;
    margin: auto;
    width: 100%;
    justify-content: center;
    max-width: 400px;
}
.fushion {
    text-align: center;
    display: block;
        padding: 16px!important;
    border-radius: 80%;
    width: 140px;
    height: 140px;
}
.fushion{
    text-align: center;
    display: block;
      padding: 16px!important;
    border-radius: 80%;
    width: 140px;
    height: 140px;
        border: 4px solid#99090f;
        margin: 20px;
}
.img-div {
    width: 48px!important;
    height: 45px!important;
}
.img-div2 {
    width: 48px!important;
    height: 45px!important;
}
.img-div3 {
    width: 48px!important;
    height: 45px!important;
}
.img-div4 {
    width: 48px!important;
    height: 45px!important;
}
.ins-name {
    min-width: unset!important;
       font-size: 10px;
}


a.tel-phone {
       font-size: 20pt!important;
}
.n-tel {
        font-size: 11pt!important;
}
.form-horizontal legend {
    font-size: 38px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 17px;
}
button#getquote {
    font-size: 18px;
    margin: 20px auto;
}
.form-horizontal {
    margin: 30px auto;
}
.content-section-ab {
 padding: 0px 0 160px;
}
.ab-h2 {

    font-size: 50px;
}
.ab-h3 {
    
    font-size: 30px;
    max-width: 85%;
}
ul.list-inline-2s li{
width: auto!important;
justify-content: center;
}
  ul.list-inline-2s {
    list-style: none;
    width: 100%;
    float: none;
}
}



@media(max-width:768px) and (min-width:601px) {
.content-section-ab {
    padding: 20vw 0 20vw;
    background-position-x: 0px;
    background-position-y: 0vw;
}
    ul.list-inline-2s li:hover {
    background-color: transparent!important;
    border-radius: 5px;
}
.mog{
display: flex!important;
    margin: auto;
    width: 100%;
    justify-content: center;
    max-width: 530px;
}
.fushion {
    text-align: center;
    display: block;
    padding: 38px;
    border-radius: 80%;
    width: 180px;
    height: 180px;
}
.fushion {
    text-align: center;
    display: block;
    padding: 34px;
    border-radius: 80%;
    width: 180px;
    height: 180px;
        margin: 20px;
            border: 4px solid#99090f;
}
.img-div {
    width: 58px!important;
    height: 55px!important;
}
.img-div2 {
    width: 58px!important;
    height: 55px!important;
}
.img-div3 {
    width: 58px!important;
    height: 55px!important;
}
.img-div4 {
    width: 58px!important;
    height: 55px!important;
}
.ins-name {
    min-width: unset!important;
    font-size: 12px;
}
.navbar-brand {
    margin-left: 0%!important;
}
.navbar-header.topnav{
    width: 25%;
    float: left;
    max-width: 200px;
    padding-left: 20px;
}
.block-phone {
    float: none;
    width: 25%!important;
   
    height: auto;
    margin-top: 50px;
    background: url(../img/icon-phone.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    background-size: 20px;
    background-size: 40px;
}
a.tel-phone {
       font-size: 20pt!important;
}
.n-tel {
        font-size: 11pt!important;
}
.form-horizontal legend {
    font-size: 38px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 17px;
}
button#getquote {
    font-size: 18px;
    margin: 20px auto;
}
.form-horizontal {
    margin: 30px auto;
}
.content-section-ab {
padding: 0px 0 160px;
}
.ab-h2 {

    font-size: 50px;
}
.ab-h3 {
    
    font-size: 30px;
    max-width: 85%;
}
ul.list-inline-2s li{
width: auto!important;
justify-content: center;
}
  ul.list-inline-2s {
    list-style: none;
    width: 100%;
    float: none;
}
}
@media(max-width:1199px) and (min-width:769px) {
    ul.list-inline-2s li:hover {
    background-color: transparent!important;
    border-radius: 5px;
}
.mog{
display: flex!important;
    margin: auto;
    width: 100%;
    justify-content: space-around;
}
.fushion {
    text-align: center;
    display: block;
    padding: 20px;
    border-radius: 80%;
    width: 140px;
    height: 140px;
}
.fushion:hover {
    text-align: center;
    display: block;
    padding: 16px;
    border-radius: 80%;
    width: 140px;
    height: 140px;
}
.img-div {
    width: 48px!important;;
    height: 45px!important;;
}
.img-div2 {
    width: 48px!important;;
    height: 45px!important;;
}
.img-div3 {
    width: 48px!important;;
    height: 45px!important;;
}
.img-div4 {
    width: 48px!important;;
    height: 45px!important;;
}
.ins-name {
    min-width: unset!important;
        font-size: 12px;
}
.navbar-header{
    width: 49%;
    float: left;
    max-width: 200px;
    padding-left: 20px;
}
.block-phone {
    width: 33%;
    margin: 0;
    background: url(../img/icon-phone.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    background-size: 20px;
    background-size: 40px;
}

.block-phone.second:after {
    width: 43px;
    height: 43px;
    border: 2px solid#378fcd;
}
.block-phone.second {
    background-position: 6px center;
    background-size: 32px;
    padding-left: 52px;
}

a.tel-phone {
       font-size: 20pt!important;
}
.n-tel {
        font-size: 11pt!important;
}
.form-horizontal legend {
    font-size: 38px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 3px;
}
.form-horizontal {
    margin: 30px auto;
}
.content-section-ab {
    padding: 20vw 0 20vw;
    background-position-x: 0px;
    background-position-y: 0vw;
}
.ab-h2 {

    font-size: 50px;
}
.ab-h3 {
    
    font-size: 30px;
    max-width: 85%;
}
ul.list-inline-2s li{
width: auto!important;
}
  ul.list-inline-2s {
    list-style: none;
    width: 70%;
    float: none;
    margin: auto;
}
}
#message{
    display: block;
    margin: 15% 0 15% 6%;
    background: rgba(0, 0, 0, 0.67);
    border: 1px;
    border-radius: 15px;
    max-width: 100%;
        height: 500px;
}
#message h2{
    display: block;
    width: 100%;
    padding: 30% 0 0;
    font-size: 42px;
    line-height: inherit;
    color: #f5f9fc;
    text-transform: uppercase;
    text-align: center;
    font-family: Barlow Condensed Bold;
    border: 0;
    border-bottom: 0;
}
#message p{
    font-family: Barlow Condensed Bold;
    font-size: 25px;
    font-weight: 300;
    text-transform: none;
    width: 70%;
    margin: auto;
    line-height: 1.5;
        color: #fff;
    text-align: center;
    margin-top: 70px;
}

.content-section-ab {
    background: url(../img/banner-bg.png) no-repeat;
    background-size: cover;
    padding: 0px 0 20vw;
    /* background-position-x: -140px; */
        background-position-y: -7vw;
}
@media(max-width:768px) {
    .topnav {
        flex-direction: column;
        font-size: 14px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .navbar-header {
        width: 100%;
    }

    .navbar-brand > img {
        max-width: 280px;
    }

    .n-tel {
        font-size: 17pt!important;
    }
    a.tel-phone {
        font-size: 30pt!important;
    }
    .block-phone {
        float: none;
        width: 309px!important;
        height: auto;
        margin-top: 0;
        margin-bottom: 30px!important;
        background-size: 60px!important;
        background-position: left center!important;
        padding-left: 82px!important;
    }
    .block-phone.second {
        background-size: 50px!important;
        background-position: 8px center!important;
    }
}