section h2{
    border-bottom: solid 2px #1A2236;
    color: #1A2236;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 25px;
}

.products{
    position: relative;
}

.yourBy{
    color: #1A2236;
    font-weight: 700;
    text-align: center;
}

.sliderText{
    color: #1A2236;
    font-size: 16px;
    font-weight: 500;
}

.sliderText img{
    display: table;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 150px;
    width: auto;
}

.innerBlock{
    background: #fff;
    border: solid 1px #EDF1F6;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    height: 550px;
    margin-bottom: 40px;
}

.allBlock header{
    border-radius: 7px 7px 0px 0px;
    padding: 0;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
}

.allBlock:nth-child(1n+1) header{
    border-top: solid 5px #FAC842;
}

.allBlock:nth-child(2n+1) header{
    border-top: solid 5px #FE8C35;
}

.allBlock:nth-child(3n+1) header{
    border-top: solid 5px #F14A85;
}

.allBlock:nth-child(4n+1) header{
    border-top: solid 5px #89BC37;
}
.allBlock:nth-child(5n+1) header{
    border-top: solid 5px #B538E7;
}
.allBlock:nth-child(6n+1) header{
    border-top: solid 5px #F31B1B;
}
.allBlock:nth-child(7n+1) header{
    border-top: solid 5px #FF3F3F;
}
.allBlock:nth-child(8n+1) header{
    border-top: solid 5px #31F7ED;
}

.allBlock .blockImage{
    clear: both;
    height: 300px;
    width: 100%;
}

.allBlock a .nameBlock{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    height: 120px;
}

.allBlock a{
    color: #1A2236 !important;
    display: block;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.8;
    padding:10px 20px 0px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.allBlock a .annotation{
    color: #009ee0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    height: 30px;
}

.allBlock a:hover{
    opacity: 1 !important;
}

.allBlock .pricesandby{
    box-shadow: 0px 2px 6px #000;
    border-radius: 20px;
    text-align: center;
    margin: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.allBlock .prices{
    background: #FE8C35;
    border-radius: 20px 0 0 20px;
    float: left;
    padding: 5px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    width: 50%;
}

.allBlock .prices input{
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    text-align: center;
    line-height: 40px;
    width: 80%;
}

.allBlock .newPrice{
    color: #c60707;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.allBlock .oldPrice{
    color: #9b4300;
    font-size: 14px;
    text-decoration: line-through;
}

.allBlock .onePrice{
    color: #fff;
    line-height: 40px;
}

.allBlock .byme{
    background: #89BC37;
    border-radius: 0 20px 20px 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    float: right;
    padding: 5px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    width: 50%;
}

.allBlock .byme img{
    height: 34px;
    padding-right: 10px;
}

.popupOpen{
    background: #89BC37;
    border-radius: 20px;
    box-shadow:0px 2px 6px #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 10px;
    padding: 10px;
    text-align: center;
    line-height: 34px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.contactBlock iframe{
    border-radius: 0px 10px 10px 0px;
    height: 500px;
    width: 100%;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}

.contactBlock .formBlock{
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 35px 70px;
    height: 500px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.contactBlock .formBlock h3{
    color: #1A2236;
    clear: both;
    font-weight: 600;
    margin-bottom: 25px;
}

.contactBlock .formBlock form input{
    border: solid 1px #D2DAE5;
    border-radius: 8px;
    color: #1A2236;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px 20px;
    outline: none !important;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.contactBlock .formBlock form input:focus{
    border: solid 1px #F31B1B !important;
}

.contactBlock .formBlock form textarea{
    border: solid 1px #D2DAE5;
    border-radius: 8px;
    color: #1A2236;
    display: block;
    font-size: 16px;
    line-height: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px 20px;
    outline: none !important;
    resize: none !important;
    height: 150px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.contactBlock .formBlock form textarea:focus{
    border: solid 1px #F31B1B !important;
}

.contactBlock .formBlock form button{
    background: #1D50A2;
    border:none !important;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px 20px;
    outline: none !important;
    opacity: 0.8;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.contactBlock .formBlock form button:hover{
    opacity: 1 !important;
}

.contactUs{
    background: #0B1843;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px;
}

.contactUs ul{
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.contactUs ul li{
    border-right: solid 1px rgba(247, 249, 253, 0.5);
    display: table;
    float: left;
    position: relative;
    padding: 5px 80px 5px 60px;
    height: 130px;
    width: 33%;
}

.contactUs ul li:last-child{
    border-right: none !important;
}

.contactUs ul li .usTitle{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.contactUs ul li .usBlock{
    color: #fff;
    font-family: 'SegoeUI' !important;
    font-weight: 400;
}

