/*
Theme Name: Kamaz
Description: Site
Version: 1.0
*/
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'ArialMT';
    background: url(images/pattern.png) repeat;
}

.clearfix {
    clear: both;
}

input, textarea, select, button {
    outline: none;
}

p {
    color: #181818;
    font-size: 14px;
}

p span {
    font-weight: 700;
}

/*body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    outline: 0px solid yellow;
}*/

.redBorder {
    border: 1px solid red!important;
}

.success {
    z-index: 10000!important;
    font-weight: bold;
    color: #262626;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    font-weight: 700;
    padding: 15px;
}

.content-wrapper {
    z-index: 100;
    position: relative;
    padding-bottom: 132px;
    min-width: 1010px;
}

.inner-content-wrapper {
    box-sizing: border-box;
    padding: 39px 0 34px 0;
}

.inner {
    width: 1170px;
    margin: 0 auto;
    outline: 0px solid red;
}

.wrapper {
    position: relative;
    width: 1232px;
    margin: 0 auto;
    background: #fff!important;
    outline: 0px solid red;
}

/*Footer*/
.footer {
    z-index: 10;
    /*position: absolute;
    left: 50%;
    bottom: 0;*/
    width: 1232px;
    /*margin-left: -616px;*/
    height: 118px;
    background-color: #0b55a0;
}

.inner-footer {
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.inner-footer > div.f-block {
    float: left;
    margin-right: 46px;
}

.inner-footer > div.f-block:nth-child(6) {
    margin-right: 0;
}

.inner-footer > div p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'ArialMT';
}

.inner-footer > div p a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'ArialMT';
    text-decoration: underline;
}

.inner-footer > div p a:hover {
    text-decoration: none;
}

.pre-footer {
    box-sizing: border-box;
    padding-top: 23px;
    /*position: absolute;
    bottom: 118px;*/
    width: 100%;
    height: 60px;
    background-color: #e5e8f4;
}

.inner-pre-footer li {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
}

.inner-pre-footer li a {
    font-size: 12px;
    color: #4e5d6e;
}

.inner-pre-footer li a:hover {
    text-decoration: none;
}

.bottom-images-block > div {
    box-sizing: border-box;
    padding-bottom: 21px;
}

.bottom-images-block > div > a {
    overflow: hidden;
    width: 575px;
    font-size: 0!important;
    display: inline-block;
    vertical-align: top;
    outline: 0px solid red;
}

.bottom-images-block > div > a:first-child {
    float: left;
}

.bottom-images-block > div > a:nth-child(2) {
    float: right;
}

.top-line-orange {
    height: 66px;
    background-color: #fdac01;
}

.top-line-blue {
    height: 82px;
    background-color: #0b549f;
}

.slides {
    height: 433px;
}

.general-menu {
    height: 91px;
    background-color: #0b55a0;
}

.inner-general-menu {
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;
}

.inner-general-menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; 
}

.inner-general-menu li:last-child {
    margin-right: 0;
}

.inner-general-menu li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.inner-general-menu li a:hover, .inner-general-menu li.active a, .current-menu-item a {
    color: #ffad01!important;
}

.top-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 148px;
}

.wrapper-inner-top-block {
    width: 1232px;
    height: 100%;
    margin: 0 auto;
    outline: 0px solid red;
}

.inner-top-block {
    height: 100%;
    box-sizing: border-box;
    padding-left: 140px;
    position: relative;
    outline: 0px solid red;
}

.logo {
    z-index: 10;
    position: absolute;
    top: -3px;
    left: -16px;
    display: block;
    width: 147px;
    height: 210px;
    outline: 0px solid red;
}

.orange-line {
    height: 66px;
}

.orange-line > div {
    height: 66px;
    display: table-cell;
    vertical-align: middle;
}

.orange-line p {
    font-size: 15px;
    color: #fff;
}

.blue-line > div {
    height: 82px;
    display: table-cell;
    vertical-align: middle;
}

.blue-line > div > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 207px;
}

.blue-line-block p:nth-child(1){
    font-size: 14px;
	font-weight:bold;
}

.blue-line > div > div:nth-child(3) {
    margin-right: 0;
}

.blue-line > div > div p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-family: 'ArialMT';
}

.one-slide {
    position: relative;
}
/*
.slides-deko {
    position: absolute;
    top: 0;
    width: 535px;
    height: 433px;
    background: url(images/slides-deko.png) no-repeat;
*/
}

.slides-deko > div {
    box-sizing: border-box;
    padding: 0 120px 0 20px;
    height: 433px;
    display: table-cell;
    vertical-align: middle;
}

.slides-deko > div p:first-child {
    font-size: 31px;
    line-height: 37px;
    color: #ffffff;
    margin-bottom: 24px;
}

.slides-deko > div p:nth-child(2) {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

.owl-pagination {
    position: absolute;
    bottom: 26px;
    left: 20px;
}

.owl-pagination .owl-page {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    font-size: 0;
    margin-right: 7px;
}

.owl-pagination .owl-page:hover, .owl-pagination .owl-page.active {
    background-color: #ff8a00;
}

.content {
    box-sizing: border-box;
    padding: 30px 31px;
}

.breadcrumbs {
    margin-bottom: 24px;
}

.breadcrumbs li {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    color: #ff8a00;
}

.breadcrumbs li:not(:first-child):before {
    content: "/";
    padding-right: 7px;
    padding-left: 4px;
    color: #4e5d6e;
}

.breadcrumbs li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #4e5d6e;
    text-decoration: underline;
}

.breadcrumbs li a:hover {
    text-decoration: none;
}

.left-sidebar {
    position: relative;
    box-sizing: border-box;
    
    float: left;
    width: 252px;
    
}

#menu-leftsidebarmenu {
	padding: 29px 22px 34px 22px;
	background-color: #ececec;
}

.left-sidebar li {
    margin-bottom: 38px;
}

.left-sidebar li:last-child {
    margin-bottom: 0;
}

.left-sidebar li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #252525;
    text-transform: uppercase;
}

.left-sidebar li a:hover {
    color: #ff8a00;
}

.big-right-sidebar {
    float: right;
    width: 875px;
}

.post-content h1 {
    font-size: 21px;
    font-weight: 700;
    color: #4e5d6e;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.post-content p {
    line-height: 17px;
    font-size: 13px;
    color: #252525;
    margin-bottom: 14px;
}

.post-content h2 {    
    margin-bottom: 10px;
    margin-top: 25px;
}

.post-content ul, .post-content ol{
    line-height: 17px;
    font-size: 13px;
    color: #252525;
    margin-bottom: 14px;
    list-style: dots;
}

.post-content ul li, .post-content ol li {
    list-style: circle;
    margin-bottom: 12px;
    list-style-position: inside;
}



.post-content img {
    max-width: 100%;
    height: auto;
}

.ls-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 2px;
    background-color: #0b55a0;
}

.contacts-right {
    float: right;
    width: 280px;
    outline: 0px solid red;
}

.field {
    margin-bottom: 12px;
}

.field label {
    font-size: 13px;
    color: #252525;
}

.field input {
    margin-top: 8px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
}

.field textarea {
    margin-top: 8px;
    box-sizing: border-box;
    padding: 5px 10px;
    resize: none;
    width: 100%;
    height: 94px;
    border: 1px solid #dddddd;
}

h1, h1 a {
    font-size: 21px;
    font-weight: 700;
    color: #4e5d6e;
    text-transform: uppercase;
}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

.contacts-right h1 {
    margin-bottom: 36px;
}

.contacts-right button {
    cursor: pointer;
    font-size: 13px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff8a00;
    border: none;
    height: 45px;
    line-height: 45px;
    width: 131px;
    text-align: center;
    margin-top: 3px;
}

.all-cars {
    margin-top: 48px;
}

.one-car {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    width: 498px;
    height: 65px;
    outline: 0px solid red;
}

.block-for-image {
    float: left;
    position: relative;
    width: 135px;
    height: 65px;
}

.block-for-image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.one-car:nth-child(odd) {
    float: left;
}

.one-car:nth-child(even) {
    float: right;
}

.one-car-bottom-line {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.one-car:hover {
    background-color: #ececec;
}

.one-car:hover .one-car-bottom-line {
    background-color: #0b55a0;
}

.one-car-content {
    float: left;
    width: 363px;
}

.one-car-content > div {
    height: 65px;
    display: table-cell;
    vertical-align: middle;
}

.one-car-content > div > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 13px;
    color: #0b55a0;
}

.one-car-content > div > a:hover {
    text-decoration: none;
    color: #ff8a00;
}

.cars-dark-block {
    letter-spacing: 212px;
    box-sizing: border-box;
    padding: 0 31px;
    height: 117px;
    background-color: #333333;
}

.cars-breadcrumbs, .cars-breadcrumbs + h1, .all-cars {
    padding: 0 31px;
}

.one-document {
    letter-spacing: normal;
    height: 33px;
    display: inline-block;
    vertical-align: top;
}

.one-document > div {
    height: 33px;
    display: inline-block;
    vertical-align: top;
}

.one-document > div:first-child {
    margin-right: 16px;
}

.one-document > div > div {
    height: 33px;
    display: table-cell;
    vertical-align: middle;
}

.one-document > div > div > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 13px;
    color: #ffffff;
    text-decoration: underline;
}

.one-document > div > div > a:hover {
    text-decoration: none;
    color: #ffad01;
}

.cars-dark-block > div {
    height: 117px;
    display: table-cell;
    vertical-align: middle;
}

.contacts-content {
    margin-left: 47px;
    float: left;
    width: 490px;
    outline: 0px solid red;
}

.contacts-content h1 {
    margin-bottom: 38px;
}

.contacts-content > div p {
    font-weight: 700;
    font-size: 13px;
    color: #252525;
    margin-bottom: 19px;
}

.oc-image {
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    width: 294px;
    height: 222px;
}

.oc-image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.one-category {
    background-color: #f6f6f6;
}

.oc-content {
    position: relative;
    box-sizing: border-box;
    padding: 24px 30px 24px 30px;
    float: left;
    width: 876px;
}

.oc-left, .oc-center {
    float: left;
}

.oc-left {
    margin-right: 65px;
}

.oc-left p, .oc-center p, .oc-left li {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 14px;
}

.oc-left li {
    list-style: disc inside;
}

.one-category {
    margin-bottom: 21px;
}

.oc-title {
    margin-bottom: 21px;
}

.oc-title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 17px;
    color: #0b55a0;
    font-weight: 700;
    text-decoration: underline;
}

.oc-title a:hover {
    text-decoration: none;
    color: #ff8a00;
}

.all-categories {
    margin-top: 23px;
}

.category-order-btn {
    position: absolute;
    right: 20px;
    bottom: 17px;
    display: block;
    width: 105px;
    height: 33px;
    line-height: 33px;
    background-color: #ff8a00;
    text-align:  center;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #252525;
}

.general-description {
    float: left;
    width: 680px;
    margin-bottom: 28px;
}

.general-description h1 {
    margin-bottom: 36px;
}

.general-news {
    float: right;
    width: 377px;
    background-color: #ececec;
    margin-bottom: 28px;
}

.gn-buttons {
    height: 54px;
}

.gn-buttons a {
    position: relative;
    float: left;
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #677a8f;
    text-decoration: none;
    background-color: #e3e3e3;
}

.gn-buttons a:first-child {
    width: 179px;
}

.gn-buttons a:nth-child(2) {
    width: 198px;
}

.gn-buttons a span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.gn-buttons a:hover span, .gn-buttons a.active {
    color: #0b55a0;
}

.gn-buttons a:hover span, .gn-buttons a.active span {
    background-color: #0b55a0;
}

.gn-buttons a:hover, .gn-buttons a.active {
    background-color: #ececec;
}

.certs-block a {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 168px;
    height: auto;
}

.certs-block a:first-child {
    margin-right: 35px;
}

.certs-block a img {
    width: 100%;
    height: auto;
}

.general-certs {
    float: right;
}

.general-certs h1 {
    margin-bottom: 30px;
}

.gn-one-new span {
    display: block;
    font-size: 11px;
    color: #252525;
    margin-bottom: 8px;
}

.gn-one-new a {
    line-height: 17px;
    font-size: 13px;
    color: #677a8f;
    text-decoration: underline;
}

.gn-one-new a:hover {
    text-decoration: none;
}

.gn-one-new p {
    margin-top: 14px;
    line-height: 17px;
    font-size: 13px;
    color: #252525;
}

.gn-content {
    box-sizing: border-box;
    padding: 26px 28px 25px 28px;
}

.gn-all-news-link {
    text-align: right;
    margin-top: 33px;
}

.gn-all-news-link a {
    font-size: 11px;
    color: #677a8f;
    text-transform: uppercase;
}

.gn-all-news-link a:hover {
    text-decoration: none;
}

.new-block-2 {
    display: none;
}

.new-block-1 .gn-one-new:first-child, .new-block-2 .gn-one-new:first-child {
    margin-bottom: 35px;
}

.one-new {
    margin-bottom: 35px;
}

.one-new a {
    line-height: 17px;
    font-size: 13px;
    color: #677a8f;
    text-decoration: underline;
}

.one-new a:hover {
    text-decoration: none;
}

.one-new p {
    margin-top: 14px;
}

.page-all-certificates a {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 168px;
    height: auto;
    margin-right: 62px;
    margin-bottom: 62px;
}

.page-all-certificates a:nth-child(4n+4) {
    margin-right: 0;
}

.certs-block a img {
    width: 100%;
    height: auto;
}

#modal-car, #price-car, #consult-car {
    overflow: hidden;
    width: 280px;
}

#finservicemodal {
  width: 300px;  
  overflow: hidden;
}

#modal-car input, #price-car input, #consult-car input, #finservicemodal input,  #finservicemodal textarea {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 280px;
    height: 45px;
    border: 1px solid #dddddd;
}

#modal-car button, #price-car button, #consult-car button, #finservicemodal button{
    cursor: pointer;
    font-size: 13px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff8a00;
    border: none;
    height: 45px;
    line-height: 45px;
    width: 131px;
    text-align: center;
}

.wrapper-modal-car {
    display: none;
}

.one-act {
    margin-bottom: 30px;
    text-align: center;
    width: 86px;
    outline: 0px solid red;
}

.one-act img {
    max-width: 100%;
    height: auto;
}

.one-act:nth-child(odd) {
    float: left;
}

.one-act:nth-child(even) {
    float: right;
}

.one-act a:nth-child(2) {
    font-size: 12px;
    color: #4e5d6e;
    text-decoration: underline;
}

.one-act a:nth-child(2):hover {
    text-decoration: none;
}

.left-cars-categories {
    padding-bottom: 4px;
}

.scheme-block {
    overflow: hidden;
    float: left;
    width: 432px;
    outline: 0px solid red;
}

.scheme-block img {
    max-width: 100%;
    height: auto;
}

.scheme-block-btns {
    float: right;
    width: 420px;
}

.dops {
	width: 431px;
}

.dops a{
	padding: 0px 2px;
    text-decoration: none;
}

.scheme-block-btns-btns a {
    box-sizing: border-box;
    padding: 0 26px;
    display: inline-block;
    vertical-align: top;
    height: 43px;
    line-height: 43px;
    background-color: #0b55a0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}

.car-view {
    margin-top: 86px;
}

table {
    width: 100%;
    margin-bottom: 14px;
}

th {
    padding: 13px 19px 13px 19px;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    background-color: #0b55a0;
}

td {
    box-sizing: border-box;
    padding: 20px 18px;
    border-bottom: 1px solid #fff;
}

td:first-child {
    width: 187px;
    border-right: 1px solid #fff;
}

td p, td li {
    font-size: 13px;
    line-height: 17px;
    color: #252525;
}

td li {
    list-style: disc inside;
}

tr:nth-child(even) td {
    background-color: #f6f6f6;
}

tr:nth-child(odd) td {
    background-color: #ededed;
}

td p:last-child {
    margin-bottom: 0;
}

.my-price-btn {
    margin-right: 10px;
}

.gen-photo-left {
    float: left;
    overflow: hidden;
    width: 376px;
    height: 241px;
}

.gen-photo-left a {
    position: relative;
    display: block;
    width: 376px;
    height: 241px;
}

.gen-photo-left a img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.general-gallery {
    float: left;
    /*width: 616px;*/
    outline: 0px solid red;
}

.gen-photo-right {
    float: right;
    width: 300px;
}

.gen-photo-right > a {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: 140px;
    height: 127px;
    margin-bottom: 20px;
}

.gen-photo-right > a img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gen-photo-right > a:nth-child(odd) {
    margin-right: 20px;
}

.general-gallery h1 {
    margin-bottom: 15px;
}

.bord {
	border-right: 1px solid #fff;
    color: #fff;
    height: 38px;
    padding: 0 30px;
}


.avto-table {}

.avto-table td {text-align: left; font-size: 14px;}

.avto-table tr:nth-child(1)>td:nth-child(1) {
	vertical-align: middle !important;
}

.avto-table tr:nth-child(1)>td:nth-child(1) {
	font-size: 16px !important;
}

.avto-table tr>td:nth-child(1) {
	padding: 2px;
    padding-top: 0px;
    margin-top: 3px;
    vertical-align: top;}

	
.one-category-tile {
	display: inline-block;
	margin: 10px 30px 10px 30px;
    text-align: center;
	width: 27%;
}

.one-category-tile img {
    width: 300px;
    height: 200px;
}
.one-category-tile .oc-title a {
	text-decoration: none;
}

.phonerus {
	top: 10px;
    right: 0px;
    position: absolute;
	text-align: right;
}

.phonerus a{
    font-size: 34px;
    font-weight: bold;
    color: white;
	text-decoration: none;
}

.phonerus small {
	font-size: 14px;
    color: #ffffff;
}


.table-technical-characteristics tr td:nth-child(5),.table-technical-characteristics th:nth-child(6){
	width: 70px;
}

.table-technical-characteristics tr td{
padding: 9px 1px !important;
text-align: center;
vertical-align: middle;
font-size: 14px;
}

.table-technical-characteristics tr td a{
color: #0b55a0;
}

.table-technical-characteristics th {
    padding: 13px 16px 13px 16px;
}	


.car-view .accordion-b table tr td:first-child {width: 40%;}
.car-view .accordion-b table tr td { padding: 10px 15px; font-size: 13px; }

.car-view ul li, .car-view ol li {
    list-style: circle;
    list-style-position: inside;
    padding-left: 10px;
    margin: 10px 0px;
    font-size: 13px;
}

.leasing-table {}
.leasing-table tr td {border: 0px; background-color: white; text-align: center;}

.leasing-btns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    overflow: hidden;
    margin: 5px 0.4% 0 0;
    list-style: none;
}
.leasing-btns li a {
    position: relative;
    display: block;
    -o-transition: transform 0.6s ease-in-out 0s;
    -moz-transition: transform 0.6s ease-in-out 0s;
    -webkit-transition: transform 0.6s ease-in-out 0s;
    transition: transform 0.6s ease-in-out 0s;
}

.leasing-btns li a:hover {
    -o-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.leasing-btns li img { filter: brightness(0.5);}

.leasing-btns li a strong {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.finservicemodalbtn {
    margin-top: 40px;
    width: 250px;
    max-width: 250px;
    background: #ff6e3f;
    min-height: 44px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    text-decoration: none;
    font-size: 16px;

    -webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);

}

.finservicemodalbtn:hover {
    -webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0);
    -moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0);
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0);
}


