@font-face{

font-family: '16777';

src: url('../fonts/16777.otf');

src: url('../fonts/16777.otf') format('otf'),

url('../fonts/verdana.ttf') format('truetype'),

font-weight: normal;

font-style: normal;

}

*{
    margin: 0;
    padding: 0;
}
body {

}
h1,h2,h3,h4,h5,h6 {
    font-family: '16777' !important;
}
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.img-cont img {
    width: 30%;
}
.head-button {
    align-self: center;
}
.head-button a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: #8a301c;
    border-radius: 30px;
}
.head-button a:focus,
.head-button a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.banner_img {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/525998-PIYGFW-536.jpg) no-repeat center center;
    background-size: cover;
    background-position-y: -250px;
}
.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18% 0
}
.title-first h1 {
    font-size: 5rem;
    letter-spacing: 3px;
    line-height: inherit;
    color: #fff;
}
.title-first {
    width: 70%;
}
.title-first p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: inherit;
}
.form-insurance {
    width: 30%;
    text-align: center;
}
.form-insurance form {
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    background: #ffffffb0;
    border-radius: 10px;
}
.form-insurance h3 {
    text-align: center;
    color: #8a301c;
    font-size: 22px;
    margin: 10px 0px;
}
.form-insurance>form>input {
    padding: 8px 18px;
    margin: 8px;
    background: #ffffffad;
    border-radius: 30px;
    border: none;
    outline: none;
}
#send-ins {
    background: #8a301c;
    color: #fff;
    border: none;
    width: 50%;
    padding: 8px 0px;
    align-self: center;
}
.article-two {
    text-align: center;
    padding: 30px;
}

.befor-h2-article-two{
    max-width: 600px;
    margin: 0 auto;
}

.block-img-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.block-1 {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    line-height: 2;
}
.img-pic {
    padding: 0 15px;
}
.img-pic img {
    width:50px;
}
.title-two {
    padding: 30px 0;
    text-align: center;
}
.article-three {
    padding: 30px 0;
}
.wrapp-table {
    box-shadow: 0px 0px 3px -2px;
}
.fst-col {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-bottom: 1px solid #000;
}
.sec-col {
    display: flex;
    justify-content: space-around;
    padding: 10px 0 0;
}
.col1 {
    width: 40%;
}

.col1 p{
    padding: 0 15px;
}

.col2 {
    width: 20%;
    align-self: center;
}
.col2 img {
    width: 15%;
}
.col3 {
    width: 40%;
    align-self: center;
}
.sec-col:nth-child(even) {
    background: #f1f1f1;
}
.main-content h2 {
    margin: 0 0 30px 0;
}
.main-content p {
    margin: 0px 0 20px;
}
.aticle-property {
    background: url('../img/3544.jpg') no-repeat;
    background-size: 400px;
    background-position-y: 110px;
    background-position-x: 841px;
    padding: 45px;
    box-shadow: 0px 0px 4px -2px;
    border-radius: 10px;
    margin-top: 40px;
}
.main-content {
    text-align: left;
    width: 54%;
}
.wrapp-ic-text {
    display: flex;
}
.icon-text1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 20%;
    font-size: 11px;
}
.icon-text2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 30%;
    font-size: 11px;
}
.incard-button {
    width: 16%;
    margin: 0;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 8px 0px;
    background-color: #8a301c;
    border-radius: 30px;
}
.foot-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/business-3167295_1920.jpg)no-repeat;
    background-size: cover;
    background-position-y: -510px;
}
.form-footer {
    width: 20%;
    padding: 50px 0;
    margin: 0 auto;
}
.copyright {
    align-self: center;
    flex-direction: column;
    text-align: right;
}
.copyright p {
    margin: 0;
}

.copyright a{
    color: #000;
}

/*modal*/

.modal__content{
    font-size: 20px;
    text-align: center;
}

.modal__close{
    background: #999;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
    transform: rotate(45deg);
    outline: none;
}

.modal_polis p{
    text-align: left;
    font-size: 15px;
}


/*___ input mask ___*/
input#phone,
input#phone1{
    width: 100%;
    padding: 8px 18px 8px 45px;
    /*margin: 8px;*/
    background: #ffffffad;
    border-radius: 30px;
    border: none;
    outline: none;
}

.iti{
    width: 100%;
    padding:0 8px;
    margin: 8px 0;
}

.iti__selected-flag{
    left: 10px;
    outline: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #0000 !important; 
}

.polis_conf {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.polis_conf #checked{
    margin-left: 10px; 
}
.polis_conf>p{
    text-align: left;
    padding-left: 5px;
}

.polis_conf a{
    color: #333;
    text-decoration: underline;
    transition: all ease-out .3s;
}

.polis_conf a:hover{
    color: #8a301c ;
}


/*     ------Responsive------     */

@media screen and (min-width:320px) and (max-width: 767px){
    .img-cont img {
    width: 70%;
    }
    .title-first p {
    font-size: 12px;
    }
    .article-two {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    }
    .article-two h2 {
    font-size: 24px;
    }
    .block-img-4 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    }
    .block-1 {
    width: 95%;
    display: flex;
    padding: 15px;
    }
    .fst-col {
    display: flex;
    flex-direction: column;
    }
    .sec-col {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    }
    .col1 {
    width: 100%;
    border-bottom: 1px solid #000;
    }
    .col2 {
    display: none;
    }
    .col3 {
    width: 100%;
    padding-top: 10px;
    }
    .head-button {
    width: 33%;
    align-self: center;
    text-align: right;
    padding-right: 10px;
    }
    .banner_img {
    background-position-y: 0px;
    }
    .title-first {
    width: 100%;
    }
    .title-first h1 {
    font-size: 3rem;
    letter-spacing: 0px;
    color: #fff;
    }
    .wrap {
    display: flex;
    flex-direction: column;
    padding: 0;
    }
    .copyright {
    width: 100%;
    }
    /*.form-insurance>form>input {
    padding: 3px 10px;
    margin: 5px;
    }*/
    .form-insurance h3 {
    font-size: 14px;
    }
}

@media (min-width: 768px){
    .form-footer{
        min-width: 400px;
    }
}

@media screen and (min-width: 320px) and (max-width: 578px) {

    .form-insurance {
    width: 80%;
    padding: 15px 10px;
    }
    .main-content {
    width: 100%;
    }
    .aticle-property {
    padding: 25px;
    margin-top: 0;
    background: space;
    }
    .wrapp-ic-text {
    flex-direction: column;
    }
    .icon-text1 {
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    }
    .icon-text2 {
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    }
    .padding-text {
    padding-left: 10px;
    padding-top: 10px;
    }
    .head-button a {
    padding: 10px 10px;
    }
    .foot-banner {
    background-position-y: 0px;
    }
    .title-first {
    padding: 0 10px;
    }
    .title-two {
    padding: 30px 10px;
    font-size: 14px;
    }
    .article-three {
    padding: 0;
    }
    .copyright {
    width: 100%;
    justify-content: center;
    }
}

@media screen and (min-width: 579px) and (max-width: 768px){
    .form-insurance {
        width: 60%;
        padding-bottom: 20px;
    }
    .foot-banner {
    background-position-y: 0px;
    }
}

@media screen and (width: 768px) {

    .wrap {
    flex-direction: column;
    align-items: center;
    padding:0;
    }
    .banner_img {
    background-position-y: 0px;
    }
    .foot-banner {
    background-position-y: -40px;
    }
    .form-insurance {
    width: 40%;
    text-align: center;
    }
    .form-insurance h3 {
    font-size: 14px;
    }
    .form-on-title {
    padding-bottom: 20px;
    }
    .title-first {
    text-align: center;
    }
    .block-img-4 {
    flex-direction: row;
    flex-wrap: wrap;
    }
    .block-1 {
    width: 45%;
    padding: 15px;
    }
    .head-button a {
    padding: 10px 20px;
    }
    .aticle-property {
    background-position-x: 441px;
    }
}
@media screen and (width: 1024px) {
    .form-insurance {
    width: 33%;
    }
    .aticle-property {
    background-position-x: 640px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .banner_img {
    background-position-y: 0px;
    }
    .foot-banner {
    background-position-y: -300px;
    }
}
@media screen and (width: 1280px) {
    .foot-banner {
    background-position-y: -430px;
    }
}
@media screen and (width: 2560px) {
    .banner_img {
    background-position-y: -710px;
    }
    .foot-banner {
    background-position-y: -1000px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px)  {
    .banner_img {
    background-position-y: 0px;
    }
    .foot-banner {
    background-position-y: -310px;
    }
}